@charset "UTF-8";
:root {
  --font-jp: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --font-primary: ivypresto-headline, serif;
  --font-secondary: acumin-pro, sans-serif;
  --color-basis: #000;
  --bgc-green: #F5F8D7;
  --bgc-beige: #FFF7E3;
  --bgc-blue: #E8EFED;
}

.js-fade-trigger {
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}

.js-fade-trigger.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: calc(10* (100vw / 1200)) !important;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10* (100vw / 750));
  }
}

body {
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main-area .main-inner {
  max-width: initial;
  width: initial;
}

.l-article img,
.l-article video,
.l-article svg {
  width: 100%;
  height: auto;
}

.l-article * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-article a,
.l-article picture {
  display: block;
}

@media screen and (min-width: 768px) {
  .l-article .hidden-desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-article .hidden-phone {
    display: none;
  }
}

/*//////////////////////////////////////////////////

Title : _layout.css
For   : "Feel the Resort Swimwear" styles of the site

Created       : 2022-04-08
Last Modified : 2022-04-08

==========================================

Content

    common

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            common
============================================================================================== */
#LB220415swimwear {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.l-article {
  color: var(--color-base);
  font-family: var(--font-jp);
  text-align: center;
  letter-spacing: .05em;
}

.l-container, .l-section {
  position: relative;
  margin: auto;
}

.l-container {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
}

.l-container::after {
  display: block;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.l-section {
  z-index: 10;
}

.l-section--div1st .l-content__card:nth-of-type(2), .l-section--div1st .l-content__card:nth-of-type(3) {
  z-index: 1;
}

.l-section--div2nd .c-heding {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.l-section--div3rd .l-content__card:nth-of-type(2), .l-section--div3rd .l-content__card:nth-of-type(3) {
  z-index: 1;
}

.l-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-content__card {
  z-index: 0;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for desktop
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 768px) {
  .l-article {
    margin-bottom: 138px;
  }
  .l-container::after {
    background-image: url(/Page/feature/2022/0415/src/assets/img/svg/line-pc.svg);
  }
  .l-section--div1st {
    padding: 100px 0 215px;
  }
  .l-section--div1st .l-content__card:nth-of-type(1) {
    max-width: 520px;
    width: 52rem;
  }
  .l-section--div1st .l-content__card:nth-of-type(2) {
    max-width: 430px;
    width: 43rem;
    margin-top: 23.5rem;
    margin-left: 10rem;
  }
  .l-section--div1st .l-content__card:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 460px;
    width: 46rem;
  }
  .l-section--div1st .l-content__card:nth-of-type(4) {
    max-width: 460px;
    width: 46rem;
    margin-top: 18.8rem;
    margin-left: -4rem;
  }
  .l-section--div1st .c-caption {
    margin-top: auto;
    padding-right: 71.5px;
    text-align: right;
  }
  .l-section--div2nd {
    padding: 230px 0 120px;
  }
  .l-section--div2nd .l-content__list {
    gap: 15px;
  }
  .l-section--div2nd .l-content__card {
    max-width: 400px;
  }
  .l-section--div2nd .c-caption li {
    margin: 0 5px;
  }
  .l-section--div2nd .c-heding {
    max-width: 850px;
    width: 75%;
    -webkit-transform: translateY(calc(116 / 248 * -100%));
            transform: translateY(calc(116 / 248 * -100%));
  }
  .l-section--div3rd {
    padding: 96px 0 120px;
  }
  .l-section--div3rd .l-content__card:nth-of-type(1) .l-content__img {
    max-width: 340px;
    width: 34rem;
    margin: 14.4rem auto 0;
  }
  .l-section--div3rd .l-content__card:nth-of-type(2) {
    max-width: 450px;
    width: 45rem;
    margin-top: 68px;
    margin-left: 7rem;
    margin-right: 3rem;
  }
  .l-section--div3rd .l-content__card:nth-of-type(3) {
    max-width: 500px;
    width: 50rem;
    margin-top: 10rem;
  }
  .l-content {
    max-width: 1050px;
    width: 95%;
    margin: auto;
  }
  .l-content__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-content__card {
    position: relative;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                      for mobile phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .l-article {
    margin-bottom: 20rem;
  }
  .l-container::after {
    background-image: url(/Page/feature/2022/0415/src/assets/img/svg/line-sp.svg);
  }
  .l-section--div1st {
    padding: 12rem 0 32rem;
  }
  .l-section--div1st .l-content__card:nth-of-type(1) {
    width: 100%;
  }
  .l-section--div1st .l-content__card:nth-of-type(2) {
    -webkit-margin-before: -4rem;
            margin-block-start: -4rem;
    -webkit-padding-start: 18rem;
            padding-inline-start: 18rem;
    -webkit-padding-end: 5rem;
            padding-inline-end: 5rem;
  }
  .l-section--div1st .l-content__card:nth-of-type(3) {
    -webkit-margin-before: 10rem;
            margin-block-start: 10rem;
    -webkit-padding-start: 6rem;
            padding-inline-start: 6rem;
    -webkit-padding-end: 6rem;
            padding-inline-end: 6rem;
  }
  .l-section--div1st .l-content__card:nth-of-type(4) {
    -webkit-margin-before: 10rem;
            margin-block-start: 10rem;
    -webkit-padding-start: 7.5rem;
            padding-inline-start: 7.5rem;
    -webkit-padding-end: 7.5rem;
            padding-inline-end: 7.5rem;
  }
  .l-section--div1st .c-caption {
    text-align: left;
  }
  .l-section--div2nd {
    padding: 43rem 0 12rem;
  }
  .l-section--div2nd .l-content__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 2.6rem;
  }
  .l-section--div2nd .c-caption li {
    margin: 0 .5rem;
  }
  .l-section--div2nd .c-heding {
    width: 64.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-section--div3rd {
    padding: 12.4rem 0 16rem;
  }
  .l-section--div3rd .l-content__card:nth-of-type(1) {
    -webkit-padding-start: 6rem;
            padding-inline-start: 6rem;
    -webkit-padding-end: 6rem;
            padding-inline-end: 6rem;
  }
  .l-section--div3rd .l-content__card:nth-of-type(1) .l-content__img {
    -webkit-margin-before: 8.6rem;
            margin-block-start: 8.6rem;
  }
  .l-section--div3rd .l-content__card:nth-of-type(2) {
    -webkit-margin-before: 10rem;
            margin-block-start: 10rem;
    -webkit-padding-start: 18.5rem;
            padding-inline-start: 18.5rem;
    -webkit-padding-end: 18.5rem;
            padding-inline-end: 18.5rem;
  }
  .l-section--div3rd .l-content__card:nth-of-type(3) {
    -webkit-margin-before: 12rem;
            margin-block-start: 12rem;
  }
  .l-content__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media all and (-ms-high-contrast: none) {
  .main-area .main-inner {
    max-width: 100%;
    width: 100%;
  }
  .l-section--div2nd .c-heding {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-section--div2nd .l-content__card {
    margin: 7.5px;
  }
  .l-section--div1st .l-content__card:nth-of-type(3) {
    display: block;
  }
  .l-section--div1st .c-caption {
    margin-top: 235px;
  }
}

/*//////////////////////////////////////////////////

Title : _image.scss
For   : "Feel the Resort Swimwear" styles of the site

Created       : 2022-04-08
Last Modified : 2022-04-08

//////////////////////////////////////////////////*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
																				for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
																				for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*//////////////////////////////////////////////////

Title : _text.scss
For   : "Feel the Resort Swimwear" styles of the site

Created       : 2022-04-08
Last Modified : 2022-04-08

//////////////////////////////////////////////////*/
/*===================== title */
.c-ttl--major {
  display: block;
  font-size: var(--ttl-major-fz, 8rem);
  font-family: var(--font-primary);
  font-weight: 100;
  letter-spacing: .04em;
}

.c-ttl--minor {
  display: block;
  font-size: var(--ttl-minor-fz, 2.7rem);
  line-height: var(--ttl-lead-lh, 2.4rem);
  letter-spacing: .04em;
}

.c-ttl__lead {
  font-size: var(--ttl-lead-fz, 2.4rem);
}

.c-heding {
  font-family: var(--font-primary);
  font-size: var(--heading-fz, 8rem);
  letter-spacing: .04em;
}

.c-caption {
  font-family: var(--font-secondary);
  font-size: var(--caption-fz, 2.2rem);
}

.c-caption li {
  display: inline-block;
  line-height: 1;
}

.c-desc__ttl {
  font-size: var(--desc-ttl-fz, 6rem);
  font-family: var(--font-primary);
  font-weight: 100;
  letter-spacing: .05em;
}

.c-desc__txt {
  font-family: var(--font-secondary);
  font-size: var(--desc-txt-fz, 3rem);
  line-height: 1;
  letter-spacing: .05em;
}

.c-btn {
  width: var(--btn-width, 67.5rem);
  height: var(--btn-height, 14.6rem);
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  font-size: var(--btn-fz, 3.2rem);
  font-family: var(--font-secondary);
}

.c-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
																				for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  /*===================== title */
  .c-ttl {
    padding: 40px 0 100px;
  }
  .c-ttl--major {
    --ttl-major-fz: 70px;
  }
  .c-ttl--minor {
    --ttl-minor-fz: 17px;
    padding-top: 28px;
    line-height: 1.70588;
  }
  .c-ttl__lead {
    --ttl-lead-fz: 15px;
    padding-top: 30px;
    line-height: 2;
    letter-spacing: .08em;
  }
  .c-heding {
    --heading-fz: 70px;
    line-height: 1.02857;
  }
  .c-caption {
    --caption-fz: 13px;
    margin-top: 30px;
  }
  .c-caption li:not(:last-of-type) {
    padding-bottom: 14px;
  }
  .c-desc {
    margin-top: 20px;
  }
  .c-desc__ttl {
    --desc-ttl-fz: 50px;
    line-height: 1.44;
  }
  .c-desc__txt {
    --desc-txt-fz: 20px;
    padding-top: 12px;
  }
  .c-btn {
    --btn-width: 420px;
    --btn-height: 74px;
    --btn-fz: 18px;
    margin-top: 120px;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
																				for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  /*===================== title */
  .c-ttl {
    padding: 1.5rem 0 12rem;
  }
  .c-ttl--minor {
    -webkit-padding-before: 3rem;
            padding-block-start: 3rem;
    letter-spacing: .04em;
    line-height: 1.7037;
  }
  .c-ttl__lead {
    -webkit-padding-before: 4rem;
            padding-block-start: 4rem;
    line-height: 1.66667;
  }
  .c-heding {
    line-height: 1;
  }
  .c-caption {
    -webkit-margin-before: 3.5rem;
            margin-block-start: 3.5rem;
  }
  .c-caption li:not(:last-of-type) {
    padding-bottom: 1.8rem;
  }
  .c-desc {
    margin-top: 3.6rem;
  }
  .c-desc__ttl {
    line-height: 1.2;
  }
  .c-desc__txt {
    padding-top: 2.6rem;
  }
  .c-btn {
    -webkit-margin-before: 16rem;
            margin-block-start: 16rem;
  }
}
