@charset "UTF-8";
/* ベルミーキャンペーン */
#belleme {
  -webkit-text-size-adjust: 100%;
  min-width: 1040px;
  height: 100%;
  overflow: hidden;
}

#belleme * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#belleme a {
  text-decoration: none;
}

#belleme > section p, #belleme > section span, #belleme > section div, #belleme > section h1, #belleme > section h2, #belleme > section h3, #belleme > section ul, #belleme > section li, #belleme > section dt, #belleme > section dd {
  margin: 0;
  padding: 0;
}

#belleme .sec_mv_in {
  width: 1040px;
  margin: 0 auto;
}

#belleme .sec_mv_lead {
  margin-top: 42px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #626262;
}

#belleme .sec_coupon {
  margin-top: 112px;
}

#belleme .sec_coupon_in {
  width: 1040px;
  margin: 0 auto;
}

#belleme .sec_coupon_layoutbox {
  position: relative;
  border: 2px solid #f4623a;
  padding: 26px 40px 40px;
  width: 760px;
  margin: 0 auto;
}
#belleme .sec_coupon_layoutbox_ttl {
  position: absolute;
  top: 0;
  left: 7%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#belleme .sec_coupon_layoutbox_period {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #f4623a;
  letter-spacing: -0.001rem;
  line-height: 1.5;
}

#belleme .sec_coupon_layoutbox_period_sml01 {
  font-size: 20px;
}

#belleme .sec_coupon_layoutbox_period_sml02 {
  font-size: 15px;
}

#belleme .sec_coupon_layoutbox_img {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#belleme .sec_coupon_layoutbox_img_copy {
  cursor: pointer;
}

#belleme .sec_coupon_layoutbox_img_copy + * {
  margin-left: 5px;
}

#belleme .sec_coupon_layoutbox_txt01 {
  margin-top: 22px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #626262;
  line-height: 1.8;
}

#belleme .sec_coupon_layoutbox_annotation {
  text-align: center;
  font-size: 13px;
  color: #626262;
}

#belleme .sec_variation {
  margin-top: 110px;
}

#belleme .sec_variation_in {
  width: 760px;
  margin: 0 auto;
}

#belleme .sec_variation_ttl {
  text-align: center;
}

#belleme .sec_variation_tab_head {
  width: 554px;
  margin: 46px auto 0;
}

#belleme .sec_variation_tab_head_ttl {
  background-color: #f4623a;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 11px 15px 9px;
}

#belleme .sec_variation_tab_head_btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 50px;
}

#belleme .sec_variation_tab_head_btn_item {
  padding: 0 26px;
}

#belleme .sec_variation_tab_head_btn_item:nth-of-type(1) .sec_variation_tab_head_btn_btn:before {
  background-color: #fab86a;
}

#belleme .sec_variation_tab_head_btn_item:nth-of-type(2) .sec_variation_tab_head_btn_btn:before {
  background-color: #53c8d0;
}

#belleme .sec_variation_tab_head_btn_item:nth-of-type(3) .sec_variation_tab_head_btn_btn:before {
  background-color: #55baea;
}

#belleme .sec_variation_tab_head_btn_item:nth-of-type(4) .sec_variation_tab_head_btn_btn:before {
  background-color: #ff9fb2;
}

#belleme .sec_variation_tab_head_btn_item:nth-of-type(5) .sec_variation_tab_head_btn_btn:before {
  background-color: #f8db54;
}

#belleme .sec_variation_tab_head_btn_item:nth-of-type(n+4) .sec_variation_tab_head_btn_btn:after {
  display: none;
}

#belleme .sec_variation_tab_head_btn_item.is_active .sec_variation_tab_head_btn_btn:before {
  opacity: 1;
}

#belleme .sec_variation_tab_head_btn_btn {
  position: relative;
  display: block;
  cursor: pointer;
}

#belleme .sec_variation_tab_head_btn_btn:before {
  -webkit-transition: opacity .12s ease-in;
  transition: opacity .12s ease-in;
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: -8px;
  right: -8px;
  height: 4px;
  background-color: #fff;
  opacity: 0;
}

/* #belleme .sec_variation_tab_head_btn_btn:after {
  content: "";
  position: absolute;
  top: calc(100% + 24px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 66px;
  height: 25px;
  background-image: url(/campaign/belleme/img/variation_btn_deco01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 99.9% auto;
} */

#belleme .sec_variation_tab_body {
  /* margin-top: 60px; */
}

#belleme .sec_variation_tab_body_content_item {
  visibility: hidden;
  height: 0;
}

#belleme .sec_variation_tab_body_content_item.is_active {
  visibility: visible;
  height: auto;
  -webkit-animation: fade_animation01 1.5s ease 0s 1 normal;
  animation: fade_animation01 1.5s ease 0s 1 normal;
}

#belleme .sec_variation_tab_body_content_item.is_color01 .sec_variation_slider01 {
  border-color: #fab86a;
}

#belleme .sec_variation_tab_body_content_item.is_color01 .sec_variation_slider01 .slide-arrow {
  background-color: #fab86a;
}

#belleme .sec_variation_tab_body_content_item.is_color01 .sec_variation_slider01 .slick-dots li.slick-active button:before {
  background-color: #fab86a;
}

#belleme .sec_variation_tab_body_content_item.is_color01 .sec_variation_acdn {
  border-color: #ffc785;
}

#belleme .sec_variation_tab_body_content_item.is_color01 .sec_variation_acdn_head {
  border-color: #ffc785;
}

#belleme .sec_variation_tab_body_content_item.is_color01 .sec_variation_acdn_body {
  background-color: #ffeeda;
}

#belleme .sec_variation_tab_body_content_item.is_color02 .sec_variation_slider01 {
  border-color: #53c8d0;
}

#belleme .sec_variation_tab_body_content_item.is_color02 .sec_variation_slider01 .slide-arrow {
  background-color: #53c8d0;
}

#belleme .sec_variation_tab_body_content_item.is_color02 .sec_variation_slider01 .slick-dots li.slick-active button:before {
  background-color: #53c8d0;
}

#belleme .sec_variation_tab_body_content_item.is_color02 .sec_variation_acdn {
  border-color: #5dd1d9;
}

#belleme .sec_variation_tab_body_content_item.is_color02 .sec_variation_acdn_head {
  border-color: #5dd1d9;
}

#belleme .sec_variation_tab_body_content_item.is_color02 .sec_variation_acdn_body {
  background-color: #d9f8fa;
}

#belleme .sec_variation_tab_body_content_item.is_color03 .sec_variation_slider01 {
  border-color: #55baea;
}

#belleme .sec_variation_tab_body_content_item.is_color03 .sec_variation_slider01 .slide-arrow {
  background-color: #55baea;
}

#belleme .sec_variation_tab_body_content_item.is_color03 .sec_variation_slider01 .slick-dots li.slick-active button:before {
  background-color: #55baea;
}

#belleme .sec_variation_tab_body_content_item.is_color03 .sec_variation_acdn {
  border-color: #93d5f4;
}

#belleme .sec_variation_tab_body_content_item.is_color03 .sec_variation_acdn_head {
  border-color: #93d5f4;
}

#belleme .sec_variation_tab_body_content_item.is_color03 .sec_variation_acdn_body {
  background-color: #def3fc;
}

#belleme .sec_variation_tab_body_content_item.is_color04 .sec_variation_slider01 {
  border-color: #ff9fb2;
}

#belleme .sec_variation_tab_body_content_item.is_color04 .sec_variation_slider01 .slide-arrow {
  background-color: #ff9fb2;
}

#belleme .sec_variation_tab_body_content_item.is_color04 .sec_variation_slider01 .slick-dots li.slick-active button:before {
  background-color: #ff9fb2;
}

#belleme .sec_variation_tab_body_content_item.is_color04 .sec_variation_acdn {
  border-color: #ffc4d0;
}

#belleme .sec_variation_tab_body_content_item.is_color04 .sec_variation_acdn_head {
  border-color: #ffc4d0;
}

#belleme .sec_variation_tab_body_content_item.is_color04 .sec_variation_acdn_body {
  background-color: #ffedf1;
}

#belleme .sec_variation_tab_body_content_item.is_color05 .sec_variation_slider01 {
  border-color: #f8db54;
}

#belleme .sec_variation_tab_body_content_item.is_color05 .sec_variation_slider01 .slide-arrow {
  background-color: #f8db54;
}

#belleme .sec_variation_tab_body_content_item.is_color05 .sec_variation_slider01 .slick-dots li.slick-active button:before {
  background-color: #f8db54;
}

#belleme .sec_variation_tab_body_content_item.is_color05 .sec_variation_acdn {
  border-color: #fee77d;
}

#belleme .sec_variation_tab_body_content_item.is_color05 .sec_variation_acdn_head {
  border-color: #fee77d;
}

#belleme .sec_variation_tab_body_content_item.is_color05 .sec_variation_acdn_body {
  background-color: #fffbe9;
}

#belleme .sec_variation_slider01 {
  position: relative;
  border: 4px solid #ccc;
  height: 370px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#belleme .sec_variation_slider01_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

#belleme .sec_variation_slider01 .slick-list, #belleme .sec_variation_slider01 .slick-track {
  height: 100%;
}

#belleme .sec_variation_slider01 .slide-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  border-radius: 2px;
}

#belleme .sec_variation_slider01 .slide-arrow.prev-arrow {
  font-size: 0;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#belleme .sec_variation_slider01 .slide-arrow.prev-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #fff transparent transparent;
}

#belleme .sec_variation_slider01 .slide-arrow.next-arrow {
  font-size: 0;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#belleme .sec_variation_slider01 .slide-arrow.next-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}

#belleme .sec_variation_slider01 .slide-arrow.slick-disabled.prev-arrow {
  opacity: 0;
  pointer-events: none;
}

#belleme .sec_variation_slider01 .slide-arrow.slick-disabled.next-arrow {
  opacity: 0;
  pointer-events: none;
}

#belleme .sec_variation_slider01 .slick-dots {
  position: absolute;
  bottom: 30px;
  right: 40px;
  width: auto;
}

#belleme .sec_variation_slider01 .slick-dots li {
  width: 9px;
  height: 9px;
}

#belleme .sec_variation_slider01 .slick-dots li + li {
  margin-left: 10px;
}

#belleme .sec_variation_slider01 .slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
}

#belleme .sec_variation_slider01 .slick-dots li button:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #c3c3c3;
  border-radius: 100%;
}

#belleme .sec_variation_slider01 .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #ccc;
}

#belleme .sec_variation_slider01.is_intro .sec_variation_slider01_item {
  position: relative;
}

/* #belleme .sec_variation_slider01.is_intro .sec_variation_slider01_item:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 38px;
  width: 235px;
  height: 29px;
  background-image: url(/campaign/belleme/img/variation_slide_deco01.png);
  background-size: 99% auto;
  background-position: center center;
  background-repeat: no-repeat;
} */

#belleme .sec_variation_slider01.is_intro .sec_variation_slider01_item.is_intro_none:before {
  display: none;
}

#belleme .sec_variation_spec_ttl {
  margin-top: 60px;
  text-align: center;
}

#belleme .sec_variation_acdn {
  border-bottom: 2px solid #ccc;
  margin-top: 40px;
}

#belleme .sec_variation_acdn_head {
  cursor: pointer;
  border-top: 2px solid #ccc;
  padding: 25px 0;
  position: relative;
}

#belleme .sec_variation_acdn_head:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 30px;
  width: 16px;
  height: 2px;
  background-color: #626262;
}

#belleme .sec_variation_acdn_head:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 37px;
  height: 16px;
  width: 2px;
  background-color: #626262;
  -webkit-transition: height .2s ease-in;
  transition: height .2s ease-in;
}

#belleme .sec_variation_acdn_head.is_active:after {
  height: 0;
}

#belleme .sec_variation_acdn_body {
  background-color: #ccc;
  padding: 0 44px;
  display: none;
}

#belleme .sec_variation_acdn_body:before, #belleme .sec_variation_acdn_body:after {
  content: "";
  height: 32px;
  display: block;
}

#belleme .sec_variation_acdn_ttl {
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #626262;
}

#belleme .sec_variation_acdn_flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#belleme .sec_variation_acdn_list {
  font-size: 13px;
  font-weight: 500;
  color: #626262;
}

#belleme .sec_variation_acdn_list_item {
  line-height: 2.2;
}

#belleme .sec_buy {
  margin-top: 110px;
}

#belleme .sec_buy_in {
  width: 960px;
  margin: 0 auto;
  padding: 50px 140px;
  background-color: #fcfcfc;
}

#belleme .sec_buy_ttl {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.5;
}

#belleme .sec_buy_lead {
  margin-top: 36px;
  font-size: 15px;
  font-weight: 500;
  color: #cb0005;
  text-align: center;
  line-height: 1.8;
}

#belleme .sec_buy_annotation {
  text-align: center;
  margin-top: 24px;
}

#belleme .sec_buy_annotation_in {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #626262;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
  text-align: left;
}

#belleme .sec_buy .cart_product_order {
  margin-top: 32px;
  background-color: #fff;
  padding: 40px 180px;
}

#belleme .sec_select {
  padding: 80px 0;
}

#belleme .sec_select_in {
  width: 1040px;
  margin: 0 auto;
}

#belleme .sec_select_in > *:first-child {
  margin-top: 0;
}

#belleme .sec_select_btn_wrap {
  margin-top: 60px;
  text-align: center;
}

#belleme .sec_select_btn {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  min-width: 500px;
  padding: 25px;
  background-color: #ccc;
  color: #ffffff;
}

#belleme .sec_select_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  width: 11px;
  height: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
}

#belleme .sec_select_btn.is_color01 {
  background-color: #f4623a;
}

#belleme .sec_select_btn.is_color02 {
  background-color: #000000;
}

#belleme .sec_about {
  margin-top: 110px;
}

#belleme .sec_about_in {
  width: 960px;
  margin: 0 auto;
}

#belleme .sec_about_ttl {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
}

#belleme .sec_about_bnr {
  margin-top: 35px;
  text-align: center;
}

#belleme .sec_about_lead {
  margin-top: 42px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #626262;
}

#belleme .sec_about_spec {
  margin-top: 65px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

#belleme .sec_about_wearing {
  margin-top: 0px;
}

#belleme .sec_about_wearing_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#belleme .sec_about_wearing_item {
  width: 450px;
  margin-top: 62px;
}

#belleme .sec_about_wearing_item.large {
  width: 100%;
}

#belleme .sec_about_wearing_row {
  display: flex;
  justify-content: space-between;
}

#belleme .sec_about_wearing_row.col2 > * {
  width: 450px;
}

#belleme .sec_about_wearing_ttl {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 13px;
  font-weight: 700;
  color: #626262;
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}

#belleme .sec_about_wearing_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150px;
  height: 2px;
  background-color: #626262;
  transform: translateX(-50%);
}

#belleme .lens_index .about_sec {
  padding-top: 58px;
}

#belleme .lens_index_btn01 {
  display: block;
  position: relative;
  padding: 34px 1px;
  border-bottom: 1px solid #D5D5D5;
  background-color: #FFFFFF;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
}

#belleme .lens_index_btn01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #222222;
  border-left: none;
  border-bottom: none;
}

@-webkit-keyframes fade_animation01 {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade_animation01 {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* cmnパーツ調整 */
#plist {
  overflow-y: hidden;
}

body.mfp-bg-fix {
  position: fixed;
  width: 100%;
}

.js_clipboard_msgbox {
  z-index: 200010 !important;
}

.modal_cart_block {
  background-color: transparent;
  max-width: 640px;
}
