@charset "UTF-8";
/* LP CSS Document */


/* keyvisual
========================================== */
.l-keyvisual-inner {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 100px 80px;
  position: relative;
}
.l-keyvisual h1 {
  margin-left: auto;
  margin-right: auto;
  top: 60px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  width: 141px;
  z-index: 1;
}
.l-keyvisual-scroll {
  font-family: "Helvetica Neue Std", san-serif;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0.5em;
  padding-left: 40px;
  position: absolute;
  bottom: 65px;
  left: calc(100% - 70px);
  transform: rotate(-90deg);
  transform-origin: left top;
}
.l-keyvisual-scroll:before {
  background-image: url(../images/kv_icon_scroll.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 30px;
  position: absolute;
  left: 15px;
  top: 9px;
  transform: rotate(90deg);
  transform-origin: right top;
  width: 6px;
}
/* PC
------------------------------------------ */
@media only screen and (min-width: 769px) {
  .l-keyvisual {
    background-color: #FCFCFF;
    max-height: 100vh;
  }
  .l-keyvisual-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: calc(100vh - 170px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1365px) {
  .l-keyvisual-inner {
    padding: 6.5934vw 7.326vw 5.861vw;
  }
  .l-keyvisual h1 {
    font-size: 4.5421vw;
    top: 4.395vw;
  }
  .l-keyvisual-scroll {
    bottom: 4.761vw;
    left: calc(100% - 5.128vw);
  }
}
/* SP
------------------------------------------ */
@media only screen and (max-width: 768px) {
  .l-keyvisual-inner {
    padding: 0;
  }
  .l-keyvisual h1 {
    top: 50%;
    transform: translateY(-50%);
  }
  .l-keyvisual-scroll {
    display: none;
  }
}





/* l-section
========================================== */
.l-section {
  overflow: hidden;
  padding: 100px;
}
.l-section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1166px;
}
.l-section-title {
  font-family: "Helvetica Neue Std", san-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.16;
}
.l-section-title__subtext {
  display: inline-block;
  font-family: inherit;
  font-size: 1.5rem;
}
/* PC
------------------------------------------ */
@media only screen and (min-width: 769px) {
  .l-section-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1006px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1365px) {
  .l-section {
    padding-left: 7.326vw;
    padding-right: 7.326vw;
  }
}
/* SP
------------------------------------------ */
@media only screen and (max-width: 768px) {
  .l-section {
    padding: 40px 20px;
  }
  .l-section-title {
    font-size: 1.8rem;
  }
  .l-section-title__subtext {
    font-size: 1.3rem;
  }
}



/* SERIES CONCEPT
========================================== */
.l-section-concept {
  padding-bottom: 220px;
}
.l-section-concept .l-section-content {
  margin-top: 70px;
}
.l-section-concept .text-concept {
  margin-left: auto;
  margin-right: auto;
  max-width: 946px;
}
.l-section-concept .text-concept > p + p {
  margin-top: 25px;
}
/* PC
------------------------------------------ */
@media only screen and (min-width: 769px) {
}
@media only screen and (min-width: 769px) and (max-width: 1365px) {
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
}
/* SP
------------------------------------------ */
@media only screen and (max-width: 768px) {
  .l-section-concept {
    padding-bottom: 60px;
  }
  .l-section-concept .l-section-content {
    margin-top: 40px;
  }
  .l-section-concept .text-concept {
  }
}





/* SERIES FUTURES
========================================== */
.l-section-futures {
  background-image: url(../images/futures_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 320px;
}
.l-section-futures .l-section-content {
  margin-top: 180px;
}
.l-section-futures .text-lead {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.l-section-futures .text-lead + p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 15px;
  text-align: center;
}
/* PC
------------------------------------------ */
@media only screen and (min-width: 769px) {
}
@media only screen and (min-width: 769px) and (max-width: 1365px) {
}
/* SP
------------------------------------------ */
@media only screen and (max-width: 768px) {
  .l-section-futures {
    padding-bottom: 180px;
  }
  .l-section-futures .l-section-content {
    margin-top: 100px;
  }
  .l-section-futures .text-lead {
    font-size: 2rem;
    line-height: 1.6;
  }
  .l-section-futures .text-lead + p {
    font-size: 1.3rem;
  }
}



/* ITEM
========================================== */
.l-section-items {
  background-color: #F7F8FE;
}
.l-section-items .l-section-content {
  margin-top: 40px;
}
.l-section-items .list-items__item {
  background-color: #fff;
  border-radius: 40px;
  padding: 60px;
  position: relative;
}
.l-section-items .list-items__item + .list-items__item {
  margin-top: 60px;
}
.l-section-items .list-items__item .item-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.16;
  position: relative;
}
.l-section-items .list-items__item .item-title .text-release {
  border: 1px solid #000;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  right: 0;
  top: -4px;
}
.l-section-items .list-items__item .text-copy {
  font-size: 2.4rem;
  line-height: 1.58;
  margin-top: 60px;
}
.l-section-items .list-items__item .text-desc {
  margin-top: 30px;
}
.l-section-items .list-items__item .text-info {
  font-size: 1.2rem;
  margin-top: 50px;
}
.l-section-items .list-items__item .item-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.l-section-items .list-items__item .box-popup-inline {
  margin-top: 50px;
}
.l-section-items .list-items__item .block-instagram {
  margin: 40px auto 0;
  width: 326px;
}
/* PC
------------------------------------------ */
@media only screen and (min-width: 769px) {
  .l-section-items .list-items__item .item-title {
    padding-right: 100px;
  }
  .l-section-items .list-items__item:nth-of-type(1) .item-image {
    margin: 70px auto 0;
    max-width: 73%;
  }
  .l-section-items .list-items__item:nth-of-type(2) .text-copy,
  .l-section-items .list-items__item:nth-of-type(2) .text-desc,
  .l-section-items .list-items__item:nth-of-type(2) .box-popup-inline,
  .l-section-items .list-items__item:nth-of-type(2) .text-info {
    max-width: 56.83%;
  }
  .l-section-items .list-items__item:nth-of-type(2) .item-image {
    position: absolute;
    right: 60px;
    top: 130px;
    width: 31.8%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1365px) {
}
/* SP
------------------------------------------ */
@media only screen and (max-width: 768px) {
  .l-section-items .list-items__item {
    border-radius: 20px;
    padding: 40px 20px 30px;
  }
  .l-section-items .list-items__item + .list-items__item {
    margin-top: 20px;
  }
  .l-section-items .list-items__item .item-title {
    font-size: 1.8rem;
  }
  .l-section-items .list-items__item .item-title .text-release {
    display: table;
    margin-top: 10px;
    position: static;
  }
  .l-section-items .list-items__item .item-image {
    margin-top: 35px;
  }
  .l-section-items .list-items__item .item-text {
    margin-top: 40px;
  }
  .l-section-items .list-items__item .text-copy {
    font-size: 1.8rem;
    line-height: 1.55;
  }
  .l-section-items .list-items__item .text-desc {
    margin-top: 20px;
  }
  .l-section-items .list-items__item .text-info {
    margin-top: 40px;
  }
  .l-section-items .list-items__item .box-popup-inline {
    margin-top: 40px;
  }
  .l-section-items .list-items__item .block-instagram {
    width: 100%;
  }
  .l-section-items .list-items__item .block-instagram iframe {
    min-width: initial !important;
    max-width: 100% !important;
  }
}


/* NEWS
========================================== */
.l-section-news .l-section-title {
  text-align: center;
}
.l-section-news .l-section-content {
  margin-top: 60px;
}
.l-section-news .l-section-content .button-link {
  margin: 0 auto;
  width: 300px;
}
.l-section-news .l-section-content .button-link > * {
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 100px;
  display: block;
  font-size: 1.3rem;
  line-height: 60px;
  text-align: center;
}
/* PC
------------------------------------------ */
@media only screen and (min-width: 769px) {
  .l-section-news .l-section-content {
    max-width: 886px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1365px) {
}
/* SP
------------------------------------------ */
@media only screen and (max-width: 768px) {
  .l-section-news .l-section-content {
    margin-top: 40px;
  }
  .l-section-news .l-section-content .button-link {
    width: 200px;
  }
  .l-section-news .l-section-content .button-link > * {
    line-height: 50px;
  }
}



/* SHOP
========================================== */
.l-section-shop {
  background-color: #F6F6FE;
}
.l-section-shop .l-section-content .block-text {
  text-align: center;
}
.l-section-shop .l-section-content .button-link {
  margin: 60px auto 0;
  width: 300px;
}
.l-section-shop .l-section-content .button-link > * {
  background-color: #fff;
  border-radius: 100px;
  display: block;
  font-size: 1.3rem;
  line-height: 60px;
  text-align: center;
}
/* PC
------------------------------------------ */
@media only screen and (min-width: 769px) {
  .l-section-shop {
    padding: 0;
  }
  .l-section-shop .l-section-inner {
    max-width: 1366px;
  }
  .l-section-shop .l-section-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    max-width: inherit;
  }
  .l-section-shop .l-section-content .block-text,
  .l-section-shop .l-section-content .block-image {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1365px) {
}
/* SP
------------------------------------------ */
@media only screen and (max-width: 768px) {
  .l-section-shop {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .l-section-shop .l-section-content .button-link {
    margin-top: 40px;
    width: 200px;
  }
  .l-section-shop .l-section-content .button-link > * {
    line-height: 50px;
  }
  .l-section-shop .l-section-content .block-image {
    margin-top: 60px;
  }
}




/* popup
========================================== */
.popup-trigger > p a {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px 16px 10px;
  position: relative;
}
.popup-trigger > p a:before,
.popup-trigger > p a:after {
  background-color: #000;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.popup-trigger + .popup-trigger > p a {
  border-top: none;
}
.popup-trigger > p a:before {
  height: 10px;
  right: 14.5px;
  width: 1px;
}
.popup-trigger > p a:after {
  height: 1px;
  right: 10px;
  width: 10px;
}
.popup-content {
  display: none;
}
.popup-content-inner {
  background-color: #fff;
  padding: 100px;
}
.popup-content-inner .content-title {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.16;
}
.popup-content-inner .content-title__subtext {
  font-family: inherit !important;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
}
.popup-content-inner .content-inner {
  margin-top: 80px;
}
[id^="popup-item"] .content-title {
  font-family: "Helvetica Neue Std", san-serif;
  font-weight: 400;
}
.popup-content-inner .list-color {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup-content-inner .list-color-item figure figcaption {
  font-size: 1.5rem;
  letter-spacing: 0;
  margin: 10px -10px 0;
  text-align: center;
}
/* PC
------------------------------------------ */
@media only screen and (min-width: 769px) {
  .popup-content-inner .list-color {
    margin-left: 40px;
    margin-right: 40px;
  }
  .popup-content-inner .list-color-item {
    width: 20.34%;
  }
  .popup-content-inner .list-color-item:nth-of-type(n+5) {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .popup-content-inner {
    padding: 7.326vw;
  }
  .popup-content-inner .content-title {
    font-size: 3.2rem;
  }
  .popup-content-inner .content-inner {
    margin-top: 40px;
  }
  .popup-content-inner .list-color {
    margin-left: 0;
    margin-right: 0;
  }
}
/* SP
------------------------------------------ */
@media only screen and (max-width: 768px) {
  .popup-content-inner {
    padding: 50px 20px 40px;
  }
  .popup-content-inner .content-title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .popup-content-inner .content-title__subtext {
    font-size: 1.5rem;
  }
  .popup-content-inner .content-inner {
    margin-top: 25px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .popup-trigger > p a {
    font-size: 1.3rem;
  }
  .popup-content-inner .list-color {
    justify-content: center;
  }
  .popup-content-inner .list-color-item {
    margin-left: 2%;
    margin-right: 2%;
    width: 25.333%;
  }
  .popup-content-inner .list-color-item:nth-of-type(n+4) {
    margin-top: 15px;
  }
  .popup-content-inner .list-color-item figure figcaption {
    font-size: 1.2rem;
    line-height: 1.33;
    margin: 10px 0 0;
  }
}



/* POPUP：カラー */

/* PC
------------------------------------------ */
@media only screen and (min-width: 769px) {
  
}
@media only screen and (min-width: 769px) and (max-width: 1365px) {
}
/* SP
------------------------------------------ */
@media only screen and (max-width: 768px) {
  
}

