@font-face {
      font-family: 'Uniqlo Pro';
      src: url('/jp/ja/special-feature/feature/common/fonts/UniqloProLight.woff2') format('woff2'),
           url('/jp/ja/special-feature/feature/common/fonts/UniqloProLight.woff') format('woff');
      font-weight: 300;
      font-style: normal;
  }

  @font-face {
      font-family: 'Uniqlo Pro';
      src: url('/jp/ja/special-feature/feature/common/fonts/UniqloProRegular.woff2') format('woff2'),
           url('/jp/ja/special-feature/feature/common/fonts/UniqloProRegular.woff') format('woff');
      font-weight: 400;
      font-style: normal;
  }

  @font-face {
      font-family: 'Uniqlo Pro';
      src: url('/jp/ja/special-feature/feature/common/fonts/UniqloProBold.woff2') format('woff2'),
           url('/jp/ja/special-feature/feature/common/fonts/UniqloProBold.woff') format('woff');
      font-weight: 700;
      font-style: normal;
  }

  
  /*=======header=======*/
 .header {
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 4;
   background-color: transparent;
 }

 .fr-header {
   border-bottom: none !important;
   box-sizing: border-box !important;
   height: 53px;
   min-width: 320px !important;
   padding: 12px 0 13px !important;
   position: relative;
   z-index: 2;
 }

 .fr-header_inner {
   box-sizing: border-box !important;
   padding: 0 15px !important;
 }

 .-doubleWrapper {
   display: block;
   height: 28px !important;
   left: 21px;
   position: absolute;
   width: 63px !important;
 }

 img.fr-header_logo.-double {
   height: 28px !important;
   width: 63px !important;
 }

 @media screen and (min-width: 813px) {
   .header {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 10;
   }

   .fr-header {
     height: 69px;
     width: 100%;
   }

   .-doubleWrapper {
     left: 24px;
     top: 20px;
     height: 28px !important;
     width: 63px !important;
   }

   img.fr-header_logo.-double {
     height: auto !important;
   }

 }

 /*=======header end=======*/

  .font-gl {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  body .main_inner {
      padding-top: 0px;
  }

  .main_inner {
    background-color: #F6F3EB;
    color: #553914;
    max-width: unset;
  }

  .main_inner>div>* {
    max-width: 1226px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .main_inner .libre,
  .main_inner .libre .fr-heading {
    font-family: "Libre Baskerville", serif;
  }

  .cs-font-notosans {
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  }

  .cs-title {
    font-size: 35px !important;
    line-height: 1.2 !important;
  }

  .cs-subtitle {
    font-size: 20px;
    line-height: 1.5;
  }

  .cs-font-16 {
    font-size: 16px;
    line-height: 24px;
  }

  .cs-sp-mt-10 {
    margin-top: 10px;
  }

  .cs-mt-4 {
    margin-top: 4px;
  }

  .cs-innerbox {
    padding: 40px 18px;
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .description-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .more-link {
    text-decoration: underline;
    text-align: right;
    color: #553914;
  }

  .cs-lifewear_detail {
    background-color: #E9E2CC;
    height: 522px;
  }

  .cs-lifewear_detail.-gl {
    height: 440px;
  }

  @media screen and (max-width: 561px) {
    .cs-lifewear_detail.-gl {
      height: 461px;
    }
  }
  @media screen and (max-width: 435px) {
    .cs-lifewear_detail.-gl {
      height: 482px;
    }
  }
  @media screen and (max-width: 352px) {
    .cs-lifewear_detail.-gl {
      height: 503px;
    }
  }

  .cs-lifewear_detail p {
    line-height: 1.5;
  }

  .cs-lifewear_detail p.cs-weight-600 {
    font-weight: 600;
  }

  .cs-lifewear_detail_description {
    text-align: center;
  }

  h2.fr-heading {
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
  }

  h3.fr-heading {
    font-size: 20px;
    line-height: 1.5;
  }

  h4.fr-heading {
    font-size: 18px;
    line-height: 1.2;
  }

  .cs-title.-gl {
    font-size: 35px;
    line-height: 42px;
  }

  .cs-main-description.-gl {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 19.6px;
  }

  .cs-main-preEventReport.-gl {
    font-size: 14px;
    line-height: 19.6px;
  }

  .cs-kifewear-title-heading{
    font-size: 26px;
    line-height: 39px;
  }

  .cs-kifewear-title-heading.-gl{
    font-weight: 400;
  }

  .perks {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid;
    border-radius: 12px;
    padding: 4px 12px;
    text-align: center;
  }

  .cs-linkButton {
    margin-top: 30px;
    border-color: #553914;
    color: #553914;
  }

  .cs-nav-title {
    margin-top: 18px;
  }

  h4.fr-heading.-goods-title {
    font-size: 14px;
    line-height: 21px;
  }

  .cs-unsetbackground {
    background-color: unset;
  }

  .-grid a.fr-imagePlusText {
    border-top: 0px !important;
    border-bottom: 0px !important;
  }

  .cs-image-plus-text {
    margin-left: 4vw;

  }

  .cs-image-plus-text .fr-imagePlusText_heading {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0px;
  }

  .cs-image-plus-text .fr-imagePlusText_body {
    font-size: 14px;
    line-height: 1.5;
  }

  .cs-featured-item-subtitle {
    font-size: 18px;
    line-height: 1.5;
  }

  .cs-coming-soon {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(233, 226, 204, 1);
    font-family: Libre Baskerville;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
  }

  .cs-store,
  .cs-store_annotation {
    font-size: 12px;
    line-height: 1.5;
  }

  .cs-store_body {
    font-size: 14px;
    line-height: 1.5;
  }

  .cs-tab-item-size {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 19.6px;
  }

  .cs-font-14 {
    font-size: 14px;
    line-height: 19.6px;
  }

  .cs-line-15 {
    line-height: 1.5;
  }

  .cs-store .swiper-pagination-bullets {
    display: none;
  }

  .cs-pre_event_report {
    background-color: white;
  }

  .cs-pre_event_report__grid {
    padding-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .countdown-item .countdown-num {
    background-color: #553914;
  }

  .countdown-item path {
    fill: #553914;
  }

  .anchor-box .fr-anchorButton_item,
  .anchor-box .fr-anchorButton {
    border-color: #553914;
    background-color: transparent;
  }

  .anchor-box .fr-anchorButton_itemText {
    color: #553914;
  }

  .styleHintStyling .styleHintStyling_userInfo {
    display: none;
  }

  .styleHintStyling_container[data-column="1"] .swiper-wrapper {
    gap: 9px;
    padding-top: 12px;
    padding-left: 0;
  }
  
  .live-station-item {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 1px;
      row-gap: 20px;
      padding-top: 20px;
  }

  .live-station-non-grid {
      margin-top: 20px;
  }
  
  .live-station-text{
      padding-top: 20px;
  }

  .fr-linkButton.-brown {
    border-color: #553914;
    color: #553914;
  }
  

  .fr-imagePlusText_content.-align-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #553914;
  }

  .js-fixedAnchor_3 .second-featured-items .fr-tabs,
  .js-fixedAnchor_3 .third-featured-items .fr-tabs {
    border: none;
  }

  .js-fixedAnchor_3 .second-featured-items .fr-tabs .fr-tabs_item.-active:after,
  .js-fixedAnchor_3 .third-featured-items .fr-tabs .fr-tabs_item.-active:after {
    background-color: transparent;
  }

  @media screen and (min-width: 813px) {

    .main_inner>div {
      max-width: 1176px;
      margin-left: auto;
      margin-right: auto;
    }

    .cs-title.-gl {
      font-size: 70px;
      line-height: 84px;
    }

    .cs-main-description.-gl {
      font-size: 15px;
      line-height: 21px;
    }

    .cs-main-preEventReport.-gl {
      font-size: 15px;
      line-height: 21px;
    }

    .cs-kifewear-title-heading {
      font-size: 35px;
      line-height: 42px;
    }
    .cs-lifewear_detail.-gl {
      height: auto;
    }

    .cs-title {
      font-size: 50px !important;
      line-height: 60px !important;
    }

    .cs-subtitle-y-margin{
      margin-top: 30px;
      margin-bottom: 40px;
    }

    .cs-coming-soon {
      padding-top: 79px;
      padding-bottom: 79px;
    }

    .cs-pc-px-1g {
      padding-left: 4vw;
      padding-right: 4vw;
    }

    .main_inner {
      padding-right: 0;
      padding-left: 0;
    }

    .main_inner>* {
      max-width: unset;
    }

    .cs-main-description {
      text-align: center;
    }

    .cs-lifewear-detail-image {
      padding-top: 40px;
    }

    .cs-lifewear_detail {
      height: auto;
    }

    h4.fr-heading.-goods-title {
      font-size: 16px;
      line-height: 25.6px;
    }

    .cs-pc-lifeWear-magazine {
      max-width: 876px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      column-gap: 24px;
    }

    .cs-pc-lifeWear-magazine > div:nth-child(1) {
      grid-column: 2;
      grid-row: 1;
      align-self: flex-end;
    }

    .cs-pc-lifeWear-magazine > div:nth-child(2) {
      grid-column: 1;
      grid-row: 1 / 3;
    }

    .cs-pc-lifeWear-magazine > div:nth-child(3) {
      grid-column: 2;
      grid-row: 2;
    }

    .cs-pc-present {
      max-width: 876px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      column-gap: 24px;
    }

    .cs-pc-lifeWear-magazine h2.fr-heading,
    .cs-pc-present h2.fr-heading{
      font-size: 35px;
      line-height: 42px;
    }

    .cs-tab-item-size {
      font-size: 15px;
      line-height: 21px;
    }

    .cs-pc-present > div:nth-child(1) {
      grid-column: 1;
      grid-row: 1;
      align-self: flex-end;
      padding-bottom: 40px;
    }

    .cs-pc-present > div:nth-child(2) {
      grid-column: 2;
      grid-row: 1 / 3;
    }

    .cs-pc-present > div:nth-child(3) {
      grid-column: 1;
      grid-row: 2;
    }

    .fr-imagePlusTextParent .fr-imagePlusText {
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 24px;
    }

    .-grid .fr-imagePlusText {
      max-width: 576px;
      width: 100%;
    }

    .-grid .fr-imagePlusText_imgWrap  {
      width: 50%;
    }

    .live-station-item {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      column-gap: 0;
      row-gap: 0;
    }

    .live-station-non-grid {
      max-width: 576px;
      margin-left: auto;
      margin-right: auto;
    }

    .cs-store, .cs-store_annotation, .cs-store_body {
      max-width: 576px;
      margin-left: auto;
      margin-right: auto;
    }

    .cs-pre_event_report__inner {
      max-width: 576px;
      margin-left: auto;
      margin-right: auto;
    }

    .cs-pre_event_report__grid {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 10px;
    }

    .-default.-length-3 .fr-anchorButton_item {
      width: calc((100% - 4px) / 3);
    }
  }


  /* ======= image ======= */
  [data-sp-aspect-ratio="KV"]:before {
    padding-top: calc(469 / 375 * 100%);
  }
  
  [data-aspect-ratio="loop-image"]:before {
    padding-top: calc(200 / 880 * 100%);
  }

  @media screen and (min-width: 813px) {
    [data-pc-aspect-ratio="KV"]:before {
      padding-top: 50%;
    }
  }
  /* ======= image end ======= */

  /* ===== limited text ===== */

  .arigato-fes .posterTexts .posterHeading {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }

  .arigato-fes .posterTexts .posterMainPriceTitle {
    font-family: "Uniqlo Pro";
    font-weight: 300;
    font-size: 30px;
    line-height: 100%;
    margin-top: 8px;
  }

  .arigato-fes .posterTexts .posterMainPriceDescription {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
  }

  .arigato-fes .posterTexts .posterHeading.-gl {
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
  }
  .arigato-fes .posterTexts .posterMainBeforePrice.-gl {
    font-family: "Uniqlo Pro";
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
  }
  .arigato-fes .posterTexts .posterMainPriceTitle.-gl {
    font-family: "Uniqlo Pro";
    font-weight: 300;
    font-size: 30px;
    line-height: 100%;
  }
  .arigato-fes .posterTexts .posterMainPriceDescription.-gl {
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
  }
  @media screen and (min-width: 813px) {
    .arigato-fes .posterTexts .posterHeading {
      font-size: 17px;
      line-height: 25.5px;
    }

    .arigato-fes .posterTexts .posterMainPriceTitle {
      font-family: "Uniqlo Pro";
      font-size: 40px;
      line-height: 100%;
    }

    .arigato-fes .posterTexts .posterMainPriceDescription {
      font-size: 15px;
      line-height: 22.5px;
    }

    .arigato-fes .posterTexts .posterHeading.-gl {
      font-weight: 400;
      font-size: 18px;
      line-height: 21.6px;
    }
    .arigato-fes .posterTexts .posterMainBeforePrice.-gl {
      font-family: "Uniqlo Pro";
      font-weight: 300;
      font-size: 18px;
      line-height: 100%;
    }
    .arigato-fes .posterTexts .posterMainPriceTitle.-gl {
      font-family: "Uniqlo Pro";
      font-weight: 300;
      font-size: 40px;
      line-height: 100%;
    }
    .arigato-fes .posterTexts .posterMainPriceDescription.-gl {
      font-weight: 400;
      font-size: 15px;
      line-height: 21px;
    }
  }


  /* ===== limited text end ===== */

  /* ======= loop animation ======= */

  .cs-lifewear_detail_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .cs-loop-animation-container {
    overflow: hidden;
    position: absolute;
    display: flex;
    bottom: 40px;
    width: 100%;
    gap: 0;
  }

  .cs-loop-animation-container figure {
    flex-shrink: 0;
    width: 100%;
    animation: loopScroll 15s linear infinite;
    min-width: 880px;
  }

  .cs-loop-animation-container picture {
    display: block;
    width: 100%;
  }

  .cs-loop-animation-container img {
    object-fit: cover;
    width: 100%;
    display: block;
  }

  @keyframes loopScroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  @media screen and (min-width: 813px) {
    .cs-loop-animation-container  {
      display: none;
    }
  }
  /* ======= loop animation end ======= */