@charset "utf-8";

/*-----------------------------------------
  common
-----------------------------------------*/
:root {
  --font-color:#333333;
  --sub-color:#425D5A;
}
@media screen and (min-width: 769px) {
  .for-sp {
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  .for-pc {
    display: none!important;
  }
}
.supersale * {
  box-sizing: border-box;
}
.supersale h1,
.supersale h2,
.supersale h3,
.supersale h4 {
  font-size: inherit;
  font-weight: inherit;
}
.supersale div, .supersale span, .supersale p, .supersale dl, .supersale dt, .supersale dd, .supersale ul, .supersale li {
  font-size: inherit;
}
.supersale a {
  color: inherit;
}
.supersale a:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.supersale img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.supersale sup {
  font-size: 0.6em;
  vertical-align: super;
}
.supersale {
  position: relative;
  padding: 0 0 120px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: var(--font-color);
  background: #F0EEE7;
}
.supersale .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
.supersale .userphoto {
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgb(0,0,0,0.1);
}
.supersale .userphoto::before,
.supersale .userphoto::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.supersale .userphoto-wrapper {
  position: relative;
  padding: 50px 80px 100px;
}
.supersale .userphoto-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 130px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.44;
  text-align: center;
  color: #fff;
  background: var(--sub-color);
  border-radius: 20px 20px 0 0;
}
.supersale .tag {
  display: inline-block;
  margin: 0 8px;
  padding:0 13px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--sub-color);
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  .supersale {
    min-width: 1220px;
  }
}
@media screen and (max-width: 768px) {
  .supersale .userphoto {
    box-shadow: none;
  }
  .supersale .userphoto-wrapper {
    padding: 20px 15px 30px;
  }
  .supersale .userphoto-title {
    height: 58px;
    font-size: 18px;
  }
  .supersale .tag {
    margin: 0 4px;
    padding: 2px 15px;
    font-size: 12px;
  }
}

/*-----------------------------------------
  mv
-----------------------------------------*/
.supersale .sec-mv {
  text-align: center;
}

/*-----------------------------------------
  lead
-----------------------------------------*/
.supersale .sec-lead {
  margin: 120px 0 0;
  text-align: center;
}
.supersale .sec-lead .lead-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.44;
  color: var(--sub-color);
}
.supersale .sec-lead .lead-text {
  margin: 42px 0 0;
  font-size: 22px;
  line-height: 2.1;
}
.supersale .sec-lead .lead-text + .lead-text {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .supersale .sec-lead {
    margin: 42px 0 0;
  }
  .supersale .sec-lead .lead-title {
    font-size: 20px;
  }
  .supersale .sec-lead .lead-text {
    margin: 16px 0 0;
    font-size: 12px;
    line-height: 1.83;
  }
  .supersale .sec-lead .lead-text + .lead-text {
    margin: 10px 0 0;
    line-height: 1.666;
  }
  .supersale .sec-lead .lead-text .tag {
    margin-bottom: 10px;
  }
}

/*-----------------------------------------
  about
-----------------------------------------*/
.supersale .sec-about {
  margin: 108px 0 0;
}
.supersale .sec-about::before {
  top: -56px;
  left: -77px;
  width: 155px;
  height: 224px;
  background-image: url(/cms/img/usr/cp/super_sale2025/userphoto_illust_01.png);
}
.supersale .sec-about::after {
  top: -32px;
  right: -25px;
  width: 158px;
  height: 186px;
  background-image: url(/cms/img/usr/cp/super_sale2025/userphoto_illust_02.png);
}
.supersale .sec-about .about-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  height: 700px;
}
.supersale .sec-about .about-box + .about-box {
  margin-top: 50px;
}
.supersale .sec-about .about-box h3 {
  padding: 9px 0;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  color: var(--sub-color);
  border-top: 1px solid var(--sub-color);
  border-bottom: 1px solid var(--sub-color);
}
.supersale .sec-about .about-box-inner {
  margin: 30px 0 0;
  padding: 0 20px;
}
.supersale .sec-about .about-contents {
  font-size: 18px;
  line-height: 1.94;
}
.supersale .sec-about .about-contents:not(:first-child),
.supersale .sec-about .about-contents dt:not(:first-child) {
  margin-top: calc(1em * 1.94);
}
.supersale .sec-about .about-contents a {
  text-decoration: underline;
  word-break: break-all;
}
.supersale .sec-about .about-contents span {
  font-weight: bold;
  text-decoration: underline;
}
.supersale .sec-about .about-contents dd ul li {
  margin-left: 1em;
  list-style-type: disc;
}
.supersale .sec-about .about-contents dd ul li::marker {
  font-size: 0.6em;
}
.supersale .sec-about .about-contents dd ul.decimal li {
  list-style: decimal;
}
.supersale .sec-about .about-contents dd ul.decimal li::marker {
  font-size: 1em;
}
.supersale .sec-about .about-contents .title::before {
  content: "\25A0";
}
@media screen and (max-width: 768px) {
  .supersale .sec-about {
    margin: 60px 0 0;
  }
  .supersale .sec-about::before {
    top: -56px;
    left: 14px;
    width: 64px;
    height: 90px;
  }
  .supersale .sec-about::after {
    top: 8px;
    right: 10px;
    width: 31px;
    height: 53px;
    background-image: url(/cms/img/usr/cp/super_sale2025/userphoto_illust_02-01_sp.png);
  }
  .supersale .sec-about .userphoto-wrapper::after {
    content: "";
    position: absolute;
    bottom: -67px;
    right: 14px;
    width: 67px;
    height: 73px;
    background: url(/cms/img/usr/cp/super_sale2025/userphoto_illust_02-02_sp.png) no-repeat center / contain;
  }
  .supersale .sec-about .about-wrapper {
    height: 500px;
  }
  .supersale .sec-about .about-box + .about-box {
    margin-top: 30px;
  }
  .supersale .sec-about .about-box h3 {
    padding: 12px 0;
    font-size: 15px;
    line-height: 1.2;
  }
  .supersale .sec-about .about-box-inner {
    margin: 8px 0 0;
    padding: 0 10px;
  }
  .supersale .sec-about .about-contents {
    font-size: 11px;
    line-height: 2;
  }
  .supersale .sec-about .about-contents:not(:first-child),
  .supersale .sec-about .about-contents dt:not(:first-child) {
    margin-top: calc(1em * 2);
  }
}

/*-----------------------------------------
  example
-----------------------------------------*/
.supersale .sec-example {
  margin: 100px 0 0;
}
.supersale .sec-example::before {
  top: 50px;
  left: 50px;
  width: 117px;
  height: 117px;
  background-image: url(/cms/img/usr/cp/super_sale2025/userphoto_illust_03.png);
}
.supersale .sec-example::after {
  top: -48px;
  right: -88px;
  width: 239px;
  height: 160px;
  background-image: url(/cms/img/usr/cp/super_sale2025/userphoto_illust_04.png);
}
.supersale .sec-example .userphoto-title {
  height: 150px;
}
.supersale .sec-example .example-text {
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
}
.supersale .sec-example .example-title {
  margin: 40px 0 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
.supersale .sec-example .example-contents {
  width: 558px;
  margin: 14px auto -13px;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.38;
  border: 1px solid #707070;
  border-radius: 10px;
}
.supersale .sec-example .example-list {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.supersale .sec-example .example-list .swiper-button-prev,
.supersale .sec-example .example-list .swiper-button-next {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 40px;
  height: 40px;
  margin: 0;
  color: #fff;
  background: #CCCCCC;
  border-radius: 50%;
  transform: translateY(-50%);
}
.supersale .sec-example .example-list .swiper-button-next {
  left: auto;
  right: -20px;
}
.supersale .sec-example .example-list .swiper-button-prev:after,
.supersale .sec-example .example-list .swiper-button-next:after {
  font-size: 17px;
  font-weight: bold;
}
.supersale .sec-example .example-list .swiper-button-prev:after {
  margin-right: 5px;
}
.supersale .sec-example .example-list .swiper-button-next:after {
  margin-left: 5px;
}
@media screen and (min-width: 769px) {
  .supersale .sec-example .userphoto-wrapper {
    padding-top: 58px;
  }
}
@media screen and (max-width: 768px) {
  .supersale .sec-example {
    margin: 100px 0 0;
  }
  .supersale .sec-example::before {
    top: auto;
    left: auto;
    bottom: -44px;
    right: 14px;
    width: 59px;
    height: 59px;
  }
  .supersale .sec-example::after {
    top: -73px;
    right: auto;
    left: 15px;
    width: 120px;
    height: 80px;
  }
  .supersale .sec-example .userphoto-title {
    height: 84px;
  }
  .supersale .sec-example .example-text {
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: -0.025em;
    line-height: 1.83;
  }
  .supersale .sec-example .example-title {
    margin: 24px 0 5px;
    font-size: 12px;
    letter-spacing: -0.025em;
    line-height: 1.83;
  }
  .supersale .sec-example .example-contents {
    width: calc(100% - 20px);
    margin: 0 10px 28px;
    padding: 10px;
    font-size: 11px;
    letter-spacing: -0.025em;
    line-height: 1.45;
  }
  .supersale .sec-example .example-list .swiper-button-prev,
  .supersale .sec-example .example-list .swiper-button-next {
    display: none;
  }
  .supersale .sec-example .example-list .swiper-scrollbar {
    background: transparent;
  }
  .supersale .sec-example .example-list .swiper-scrollbar-drag {
    background: #B7B7B7;
    border-radius: 1px;
  }
  .supersale .sec-example .example-list .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 4px;
  }
}

/*-----------------------------------------
  insta
-----------------------------------------*/
.supersale .sec-insta {
  margin: 100px 0 0;
}
.supersale .sec-insta::before {
  top: -74px;
  left: 44px;
  width: 146px;
  height: 180px;
  background-image: url(/cms/img/usr/cp/super_sale2025/userphoto_illust_05.png);
}
.supersale .sec-insta::after {
  top: -30px;
  right: -82px;
  width: 164px;
  height: 226px;
  background-image: url(/cms/img/usr/cp/super_sale2025/userphoto_illust_06.png);
}
.supersale .sec-insta .userphoto-wrapper {
  padding-top: 65px;
}
.supersale .sec-insta .insta-lead {
  position: relative;
  width: fit-content;
  margin: -5px auto 23px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 36px;
  text-align: center;
}
.supersale .sec-insta .insta-lead::before,
.supersale .sec-insta .insta-lead::after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 3px;
  height: 30px;
  background: var(--font-color);
}
.supersale .sec-insta .insta-lead::before {
  left: -21px;
  transform: translate(-100%, -50%) rotate(-28deg);
}
.supersale .sec-insta .insta-lead::after {
  right: -21px;
  transform: translate(100%, -50%) rotate(28deg);
}
.supersale .sec-insta .insta-lead .icon {
  display: inline-block;
  padding-left: 46px;
  background: url(/cms/img/usr/cp/anniversary2024/icon_insta.png) no-repeat left center / contain;
}
.supersale .sec-insta .insta-text {
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
.ecbn-selection-title, .ecbn-selection-description {
  display: none;
}
.ecbn-selection-page-wrapper {
  margin: 0 !important;
}
.ecbn-selection-page-wrapper .ecbn-selection-snap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100% !important;
  max-width: 956px !important;
  height: auto !important;
  margin: 0 auto !important;
}
.vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item {
  position: static !important;
  width: calc((100% - 60px)/4) !important;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .supersale .sec-insta {
    margin: 100px 0 0;
  }
  .supersale .sec-insta::before {
    top: -56px;
    left: 35px;
    width: 73px;
    height: 90px;
  }
  .supersale .sec-insta::after {
    top: auto;
    bottom: -92px;
    right: -3px;
    width: 82px;
    height: 113px;
  }
  .supersale .sec-insta .userphoto-wrapper {
    padding-top: 27px;
  }
  .supersale .sec-insta .insta-lead {
    margin: 0 auto 16px;
    font-size: 14px;
    line-height: 2;
  }
  .supersale .sec-insta .insta-lead::before,
  .supersale .sec-insta .insta-lead::after {
    top: 60%;
    width: 2px;
    height: 64px;
  }
  .supersale .sec-insta .insta-lead::before {
    left: -23px;
    transform: translate(100%, -50%) rotate(-19deg);
  }
  .supersale .sec-insta .insta-lead::after {
    right: -23px;
    transform: translate(100%, -50%) rotate(19deg);
  }
  .supersale .sec-insta .insta-lead .icon {
    padding-left: 35px;
    background-size: 25px;
  }
  .supersale .sec-insta .insta-lead .tag {
    margin: 2px 4px;
    line-height: 1.8;
  }
  .supersale .sec-insta .insta-text {
    margin-bottom: 30px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.83;
  }
  .ecbn-selection-page-wrapper .ecbn-selection-snap {
    gap: 5px;
  }
  .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item {
    width: calc((100% - 10px)/3) !important;
  }
}

/*-----------------------------------------
  banner
-----------------------------------------*/
.supersale .fl-banner {
  position: fixed;
  bottom: 240px;
  right: 25px;
  z-index: 12;
}
.supersale .fl-banner .fl-banner-link {
  display: block;
  width: 175px;
  opacity: 0.5;
  transition: all .3s;
}
.supersale .fl-banner .fl-banner-link:hover {
  opacity: 1;
}
.supersale .fl-banner .close {
  width: 35px;
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .supersale .fl-banner {
    bottom: 20vh;
    right: 10px;
  }
  .supersale .fl-banner .fl-banner-link {
    width: 35.06vw;
  }
  .supersale .fl-banner .close {
    width: 21px;
    right: -10px;
    top: -10px;
  }
}