@charset "UTF-8";

/* common
---------------------------------------------------*/
.main-content {
  background-color: #fff6fc;
}

/* 1080 */
@media screen and (min-width: 1px) and (max-width: 1080px) {
  #Header {
    position: fixed;
    top: -42vw;
  }
  /* is-ready */
  #Header.is-ready {
    position: fixed;
    top: -42vw;
    transition: top 0.5s;
  }
  /* is-fixed */
  #Header.is-fixed {
    position: fixed;
    top: 0;
    transition: top 0.5s;
  }
}

/* mv
---------------------------------------------------*/
#mv {
  position: relative;
  width: 100%;
}
#mv .inner {
  position: relative;
  width: 100%;
  background-color: #fff6fc;
  overflow: hidden;
  padding-bottom: 19px;
}
#mv .logo {
  position: absolute;
  top: 32px;
  left: 17px;
  width: 223px;
  z-index: 50;
}
#mv .figure {
  width: 100%;
  z-index: 10;
}
#mv .item01 {
  position: absolute;
  top: 569px;
  left: 309px;
  width: 52px;
  transform: rotate(-21.298deg);
  z-index: 40;
}
#mv .item02 {
  position: absolute;
  top: 528px;
  left: 369px;
  width: 36px;
  transform: rotate(-12.463deg);
  z-index: 20;
}
#mv .item03 {
  position: absolute;
  top: 536px;
  left: 421px;
  width: 47px;
  transform: rotate(12.76deg);
  z-index: 30;
}

#mv img {
  width: 100%;
}

/* 1080 */
@media screen and (min-width: 1px) and (max-width: 1080px) {
  #mv .inner {
    padding-bottom: 3.4615vw;
  }
  #mv .logo {
    top: 6.1538vw;
    left: 3.3333vw;
    width: 51.282vw;
  }
  #mv .item01 {
    top: 115.1282vw;
    left: 62.3076vw;
    width: 12.0512vw;
  }
  #mv .item02 {
    top: 107.9487vw;
    left: 75.641vw;
    width: 7.9487vw;
  }
  #mv .item03 {
    top: 112.5641vw;
    left: 85.641vw;
    width: 10.2564vw;
  }
}

/* movie
---------------------------------------------------*/
#movie {
  position: relative;
  z-index: 2;
}
#movie .inner {
  position: relative;
}
#movie .movie-title {
  position: absolute;
  top: -96px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 228px;
  z-index: 2;
  pointer-events: none;
}
#movie .movie-title img {
  width: 100%;
}

/* 1080 */
@media screen and (min-width: 1px) and (max-width: 1080px) {
  #movie .movie-title {
    top: -18.7179vw;
    width: 45.641vw;
  }
}

/* about
---------------------------------------------------*/
#about .inner {
  padding-top: 70px;
}
#about .figure {
  width: 100%;
}
#about .figure img {
  width: 100%;
}
#about .phrase {
  margin-top: -22px;
  margin-left: -8px;
  margin-bottom: 30px;
}
#about .phrase img {
  width: 370px;
}
#about .phrase .note {
  color: var(--key-color);
  text-align: right;
  font-size: var(--font-size-note);
  letter-spacing: 0.05em;
  margin-top: 1em;
}
#about ul.feature-list {
  margin-bottom: 20px;
}
#about ul.feature-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.5);
  padding: 16px 0 15px 40px;
}
#about ul.feature-list li:not(:last-child) {
  margin-bottom: 15px;
}
#about ul.feature-list li .fig {
  text-align: center;
  width: 74px;
}
#about ul.feature-list li .fig img {
  width: 100%;
}
#about ul.feature-list li .txt {
  width: calc(100% - 94px);
  color: var(--key-color);
  text-align: center;
  font-size: var(--font-size-ms);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#about ul.feature-list li .txt .note {
  font-size: var(--font-size-note);
  font-weight: 400;
}
#about ul.feature-list li.feature01 .fig img {
  width: 64px;
}
#about ul.feature-list li.feature02 .fig img {
  width: 72px;
}
#about ul.feature-list li.feature03 {
  padding: 15px 0 8px 43px;
}
#about .routineBlk {
  display: flex;
  flex-flow: wrap;
}
#about .routineBlk .routine-list {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
#about .routineBlk .routine-list .routineSet {
  width: calc(100% / 3 - 2%);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 9px;
  display: flex;
  flex-flow: wrap;
  height: 100%;
}
#about .routineBlk .routine-list .routineSet .fig {
  width: 100%;
}
#about .routineBlk .routine-list .routineSet .fig img {
  width: 100%;
}
#about .routineBlk .routine-list + .routine-list {
}
#about .routineBlk .routine-list .routineSet .txt {
  color: var(--key-color);
  text-align: center;
  font-size: var(--font-size-s);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
}
#about .routineBlk .txt.caution {
  font-size: var(--font-size-ss);
  margin: 2em 0 0;
  line-height: 1.5;
}

/* 1080 */
@media screen and (min-width: 1px) and (max-width: 1080px) {
  #about .inner {
    padding-top: 22.0512vw;
    padding-bottom: 10.0512vw;
  }
  #about .phrase {
    margin-top: -4.641vw;
    margin-left: -2.0512vw;
    margin-bottom: 7.6923vw;
  }
  #about .phrase img {
    width: 80vw;
  }
  #about ul.feature-list {
    margin-bottom: 7.1282vw;
  }
  #about ul.feature-list li {
    border-radius: 2.3076vw;
    padding: 4.1025vw 0 3.8461vw 5.1282vw;
  }
  #about ul.feature-list li:not(:last-child) {
    margin-bottom: 3.8461vw;
  }
  #about ul.feature-list li .fig {
    width: 18.9743vw;
  }
  #about ul.feature-list li .txt {
    width: calc(100% - 21.0256vw);
  }
  #about ul.feature-list li.feature01 .fig img {
    width: 16.4102vw;
  }
  #about ul.feature-list li.feature02 .fig img {
    width: 18.4615vw;
  }
  #about ul.feature-list li.feature03 {
    padding: 3.8461vw 0 2.0512vw 5.8974vw;
  }
}

/* story
---------------------------------------------------*/
#story .inner {
  padding-top: 70px;
  padding-bottom: 83px;
}
#story .ttl-section {
  margin-bottom: 17px;
}
#story .phrase {
  margin-bottom: 40px;
}
#story .phrase .phrase01 {
  margin-left: -8px;
}
#story .phrase .phrase01 img {
  width: 385px;
}
#story .phrase .phrase02 {
  margin-top: 13px;
  margin-left: -5px;
}
#story .phrase .phrase02 img {
  width: 303px;
}
#story .figure-wrap {
  position: relative;
  margin-bottom: 10px;
}
#story .figure-wrap .figure {
  width: 100%;
  margin-bottom: 17px;
}
#story .figure-wrap .figure img {
  width: 100%;
}
#story .figure-wrap .caption {
  color: var(--key-color);
  font-size: var(--font-size-ms);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#story .figure-wrap .note {
  color: var(--key-color);
  text-align: left;
  font-size: var(--font-size-note);
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
#story .figure-wrap .items {
  position: absolute;
  top: -22px;
  right: -23px;
  width: 183px;
  z-index: 1;
}
#story .figure-wrap .items .message {
  width: 100%;
}
#story .figure-wrap .items .message img {
  width: 100%;
  max-width: none;
  animation: rotate 60s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
#story .figure-wrap .items .item01 {
  position: absolute;
  top: -14px;
  left: 37px;
  width: 34px;
  transform: rotate(-14.996deg);
}
#story .figure-wrap .items .item02 {
  position: absolute;
  top: -29px;
  left: 86px;
  width: 48px;
  transform: rotate(13.206deg);
}

/* 1080 */
@media screen and (min-width: 1px) and (max-width: 1080px) {
  #story .inner {
    padding-top: 17.9487vw;
    padding-bottom: 15.3846vw;
  }
  #story .ttl-section {
    margin-bottom: 4.3589vw;
  }
  #story .phrase {
    margin-bottom: 10.2564vw;
  }
  #story .phrase .phrase01 {
    margin-left: -2.0512vw;
  }
  #story .phrase .phrase01 img {
    width: 98.7179vw;
    max-width: none;
  }
  #story .phrase .phrase02 {
    margin-top: 3.3333vw;
    margin-left: -1.282vw;
  }
  #story .phrase .phrase02 img {
    width: 77.6923vw;
  }
  #story .figure-wrap {
    margin-bottom: 2.5641vw;
  }
  #story .figure-wrap .figure {
    margin-bottom: 4.3589vw;
  }
  #story .figure-wrap .items {
    top: -5.641vw;
    left: 52.8205vw;
    right: auto;
    width: 46.923vw;
  }
  #story .figure-wrap .items .item01 {
    top: -3.58974vw;
    left: 9.4871vw;
    width: 8.71794vw;
  }
  #story .figure-wrap .items .item02 {
    top: -7.43589vw;
    left: 19.0512vw;
    width: 12.3076vw;
  }
}

/* logo-loop
---------------------------------------------------*/
.logo-loop {
  width: 100%;
  height: 156px;
  border-top: 1px solid var(--key-color);
  border-bottom: 1px solid var(--key-color);
  background-color: var(--white-color);
  background-image: url("../img/top/logo_green.svg");
  background-repeat: repeat-x;
  background-size: 233px auto;
  background-position: left center;
  animation: loop 30s linear infinite;
}
@keyframes loop {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -500% center;
  }
}

/* 1080 */
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .logo-loop {
    height: 40vw;
    background-size: 59.7435vw auto;
  }
}

/* lineup
---------------------------------------------------*/
#lineup .inner {
  padding-top: 100px;
}
#lineup .ttl-section {
  margin-bottom: 40px;
}
#lineup .lineup-list .lineup + .lineup {
  margin-top: 37px;
}
#lineup .lineup-list .lineup .title {
  margin-left: -7px;
}
#lineup .lineup-list .lineup .explain {
  color: var(--key-color);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
#lineup .lineup-list .lineup .note {
  color: var(--key-color);
  text-align: right;
  font-size: var(--font-size-note);
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}
#lineup .lineup-list .lineup .btn-more {
  margin-top: 20px;
}
#lineup .lineup-list .lineup .fig {
  position: relative;
  text-align: center;
  width: 366px;
  margin: 0 auto 26px;
}
#lineup .lineup-list .lineup .fig .item {
  position: absolute;
  opacity: 0;
  transition: 1s;
}
#lineup .lineup-list .lineup .fig .item img {
  width: 100%;
}

/* lineup01 */
#lineup .lineup-list .lineup01 .fig {
  height: 321px;
}
#lineup .lineup-list .lineup01 .fig .item01,
#lineup .lineup-list .lineup01 .fig .item02,
#lineup .lineup-list .lineup01 .fig .item03 {
  top: 40px;
  left: 93px;
  width: 64px;
  transform: rotate(-15.083deg);
}
#lineup .lineup-list .lineup01 .fig .item01 {
  transition-delay: 0.6s;
}
#lineup .lineup-list .lineup01 .fig .item02 {
  transition-delay: 0.4s;
}
#lineup .lineup-list .lineup01 .fig .item03 {
  transition-delay: 0.2s;
}

/* lineup01 did */
#lineup .lineup-list .lineup01 .fig.did .item {
  opacity: 1;
}
#lineup .lineup-list .lineup01 .fig.did .item02 {
  top: 27px;
  left: 150px;
  width: 64px;
  transform: rotate(0deg);
}
#lineup .lineup-list .lineup01 .fig.did .item03 {
  top: 60px;
  left: 210px;
  width: 64px;
  transform: rotate(15.101deg);
}

/* lineup02 */
#lineup .lineup-list .lineup02 .title {
  margin-bottom: 18px;
}
#lineup .lineup-list .lineup02 .fig {
  height: 329px;
  margin-bottom: 16px;
}
#lineup .lineup-list .lineup02 .fig .item01,
#lineup .lineup-list .lineup02 .fig .item02,
#lineup .lineup-list .lineup02 .fig .item03,
#lineup .lineup-list .lineup02 .fig .item04 {
  top: 18px;
  left: 66px;
  width: 57px;
  transform: rotate(-14.863deg);
}
#lineup .lineup-list .lineup02 .fig .item01 {
  transition-delay: 0.8s;
}
#lineup .lineup-list .lineup02 .fig .item02 {
  transition-delay: 0.6s;
}
#lineup .lineup-list .lineup02 .fig .item03 {
  transition-delay: 0.4s;
}
#lineup .lineup-list .lineup02 .fig .item04 {
  transition-delay: 0.2s;
}

/* lineup02 did */
#lineup .lineup-list .lineup02 .fig.did .item {
  opacity: 1;
}
#lineup .lineup-list .lineup02 .fig.did .item02 {
  top: 3px;
  left: 122px;
  width: 57px;
  transform: rotate(-5.022deg);
}
#lineup .lineup-list .lineup02 .fig.did .item03 {
  top: 23px;
  left: 176px;
  width: 57px;
  transform: rotate(9.892deg);
}
#lineup .lineup-list .lineup02 .fig.did .item04 {
  top: 46px;
  left: 231px;
  width: 57px;
  transform: rotate(20.066deg);
}

/* 1080 */
@media screen and (min-width: 1px) and (max-width: 1080px) {
  #lineup .inner {
    padding-top: 25.641vw;
  }
  #lineup .ttl-section {
    margin-bottom: 10.2564vw;
  }
  #lineup .lineup-list .lineup + .lineup {
    margin-top: 9.4871vw;
  }
  #lineup .lineup-list .lineup .title {
    margin-left: -1.7948vw;
  }
  #lineup .lineup-list .lineup .btn-more {
    margin-top: 5.1282vw;
  }
  #lineup .lineup-list .lineup .fig {
    width: 100%;
    margin-bottom: 6.6667vw;
  }

  /* lineup01 */
  #lineup .lineup-list .lineup01 .title img {
    width: 70.2564vw;
  }
  #lineup .lineup-list .lineup01 .fig {
    height: 82.3076vw;
  }
  #lineup .lineup-list .lineup01 .fig .item01,
  #lineup .lineup-list .lineup01 .fig .item02,
  #lineup .lineup-list .lineup01 .fig .item03 {
    top: 10.2564vw;
    left: 23.8461vw;
    width: 16.4102vw;
  }
  /* lineup01 did */
  #lineup .lineup-list .lineup01 .fig.did .item02 {
    top: 6.923vw;
    left: 38.4615vw;
    width: 16.4102vw;
  }
  #lineup .lineup-list .lineup01 .fig.did .item03 {
    top: 15.3846vw;
    left: 53.8461vw;
    width: 16.4102vw;
  }

  /* lineup02 */
  #lineup .lineup-list .lineup02 .title {
    margin-bottom: 4.6153vw;
  }
  #lineup .lineup-list .lineup02 .title img {
    width: 70.2564vw;
  }
  #lineup .lineup-list .lineup02 .fig {
    height: 84.3589vw;
    margin-bottom: 4.1025vw;
  }
  #lineup .lineup-list .lineup02 .fig .item01,
  #lineup .lineup-list .lineup02 .fig .item02,
  #lineup .lineup-list .lineup02 .fig .item03,
  #lineup .lineup-list .lineup02 .fig .item04 {
    top: 4.6153vw;
    left: 16.923vw;
    width: 14.6153vw;
  }
  /* lineup02 did */
  #lineup .lineup-list .lineup02 .fig.did .item02 {
    top: 0.7692vw;
    left: 31.282vw;
    width: 14.6153vw;
  }
  #lineup .lineup-list .lineup02 .fig.did .item03 {
    top: 5.8974vw;
    left: 45.1282vw;
    width: 14.6153vw;
  }
  #lineup .lineup-list .lineup02 .fig.did .item04 {
    top: 11.7948vw;
    left: 59.2307vw;
    width: 14.6153vw;
  }
}

/* faq
---------------------------------------------------*/
#faq .inner {
  padding-top: 70px;
}
#faq .ttl-section {
  margin-bottom: 40px;
}
#faq dl.faq-list {
  border-bottom: 1px solid var(--key-color);
  padding: 27px 0;
}
#faq dl.faq-list:first-of-type {
  border-top: 1px solid var(--key-color);
}
#faq dl.faq-list dt {
  position: relative;
  overflow: hidden;
  color: var(--key-color);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-right: 66px;
}
#faq dl.faq-list dt::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  transform: translate(0, -50%);
  width: 24px;
  aspect-ratio: 1 / 1;
  background-image: url("../img/common/arrow_down_green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: transform 0.5s;
}
#faq dl.faq-list dt.is-active::after {
  transform: translate(0, -50%) rotate(180deg);
}
#faq dl.faq-list dd {
  margin-top: 26px;
}
#faq dl.faq-list dd p {
  color: var(--key-color);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
#faq dl.faq-list dd p + p {
  margin-top: 1em;
}
#faq dl.faq-list dd p.note {
  font-size: var(--font-size-note);
  margin-top: 0.5em;
}
#faq .btn-more {
  margin-top: 30px;
}

/* is-close */
#faq.is-close dl.faq-list:nth-of-type(n + 3) {
  display: none;
}
#faq.is-close .btn-more span:nth-child(1) {
  display: inline-block;
}
#faq.is-close .btn-more span:nth-child(2) {
  display: none;
}
/* is-open */
#faq.is-open .btn-more span:nth-child(1) {
  display: none;
}
#faq.is-open .btn-more span:nth-child(2) {
  display: inline-block;
}
#faq.is-open .btn-more.down span::after {
  transform: translate(0, -50%) rotate(-90deg);
}

/* 1080 */
@media screen and (min-width: 1px) and (max-width: 1080px) {
  #faq .inner {
    padding-top: 17.9487vw;
  }
  #faq .ttl-section {
    margin-bottom: 10.2564vw;
  }
  #faq dl.faq-list {
    padding: 6.923vw 0;
  }
  #faq dl.faq-list dt {
    padding-right: 16.923vw;
  }
  #faq dl.faq-list dt::after {
    right: 3.3333vw;
    width: 6.1568vw;
  }
  #faq dl.faq-list dd {
    margin-top: 6.6667vw;
  }
  #faq .btn-more {
    margin-top: 7.6923vw;
  }
}

/* shop
---------------------------------------------------*/
#shop .inner {
  padding-top: 52px;
  padding-bottom: 120px;
}
#shop .ttl-section {
  margin-bottom: 40px;
}
#shop ul.shop-list {
  border: 1px solid var(--key-color);
}
#shop ul.shop-list li:not(:last-of-type) {
  border-bottom: 1px solid var(--key-color);
}
#shop ul.shop-list a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--key-color, #00837c);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding: 15px 27px;
}
#shop ul.shop-list a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 27px;
  transform: translate(0, -50%);
  width: 24px;
  aspect-ratio: 1 / 1;
  background-image: url("../img/common/icon_blank_green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
}
#shop ul.shop-list a .icon {
  display: block;
  width: 24px;
  margin-right: 14px;
}
#shop ul.shop-list a .icon img {
  display: block;
  width: 100%;
}

/* 1080 */
@media screen and (min-width: 1px) and (max-width: 1080px) {
  #shop .inner {
    padding-top: 13.3333vw;
    padding-bottom: 30.7692vw;
  }
  #shop .ttl-section {
    margin-bottom: 10.2564vw;
  }
  #shop ul.shop-list a {
    padding: 3.8461vw 6.923vw;
  }
  #shop ul.shop-list a::after {
    right: 6.923vw;
    width: 6.1538vw;
  }
  #shop ul.shop-list a .icon {
    width: 6.1538vw;
    margin-right: 3.5897vw;
  }
}

#faq + #footer-sns {
  margin-top: 120px;
}

/* 1080 */
@media screen and (min-width: 1px) and (max-width: 1080px) {
  #faq + #footer-sns {
    margin-top: 30.7692vw;
  }
}
