@charset "UTF-8";
/*---------------------------------------------

	ヘッダー

---------------------------------------------*/
.header {
  position: fixed;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 13px 20px;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .header {
    top: 0;
    bottom: auto;
    padding: 20px 23px;
    background-color: transparent;
    box-shadow: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  .header.is-scrolled {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: center;
}
.header__logo {
  display: block;
  width: 67px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 98px;
  }
}
.header__menu {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.header__menu-link {
  display: flex;
  align-items: center;
  padding: 7px 21px;
  font-size: 10px;
  font-weight: 700;
  border-radius: 50px;
  border: solid #4a3d38 1.152px;
  background-color: #faf3a1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header__menu-link:first-child {
    font-size: 21px;
  }
}
.header__menu-link:hover {
  transform: translateY(-5px);
  opacity: 1;
}
@media (min-width: 768px) {
  .header__menu-link {
    padding: 9px 30px;
    font-size: 18px;
  }
}

/*---------------------------------------------

	ヘッダー（TOP以外）

---------------------------------------------*/
.header-yellow__logo {
  display: inline-block;
  width: 67px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .header-yellow__logo {
    width: 98px;
  }
}

.header-yellow__logo h1 {
  margin: 0;
}

.header-yellow__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header-yellow__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
}

.header-yellow__list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.header-yellow__list--account {
  font-size: 12px;
  font-weight: 500;
}

.header-yellow__list--service {
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .header-yellow__list--service {
    gap: 22px;
    font-size: 16px;
  }
}

.header-yellow__list--account .header-yellow__item {
  padding: 0 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .header-yellow__list--account .header-yellow__item {
    padding: 0 14px;
  }
}

.header-yellow__list--account .header-yellow__item:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}

.header-yellow__list--service .header-yellow__item + .header-yellow__item {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .header-yellow__list--service .header-yellow__item + .header-yellow__item {
    margin-left: 18px;
  }
}

.header-yellow__link {
  display: block;
  color: #111;
  text-decoration: none;
  line-height: 1.2;
}

.header-yellow__link:hover {
  opacity: 0.75;
}

@media screen and (min-width: 768px) {
  .dummy {
    padding-top: 130px;
  }
}
.dummy {
  margin: 100px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .dummy {
    margin-top: 95px;
  }
}

/* FV
-------------------------*/
.fv {
  margin: 0 auto;
  padding-top: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/bg_sp.png);
  background-position: center bottom;
  background-color: #90dff7;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 375px;
  border-bottom: solid #4a3d38 1.8px;
}
@media (min-width: 541px) {
  .fv {
    height: 600px;
  }
}
@media (min-width: 769px) {
  .fv {
    padding-top: 100px;
    height: 760px;
    background-image: url(../img/bg_pc.png);
  }
}

.fv-image {
  width: 100%;
  max-width: 540px;
  z-index: 10;
}
@media (min-width: 541px) {
  .fv-image {
    max-width: 100%;
  }
}
@media (min-width: 1000px) {
  .fv-image {
    width: 960px;
  }
}

.fv__inner {
  width: 100%;
  position: absolute;
  bottom: -25%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fv__logo {
  width: 59.4871794872vw;
  margin-bottom: 16px;
  max-width: 232px;
}
@media (min-width: 541px) {
  .fv__logo {
    max-width: 290px;
  }
}
@media (min-width: 1000px) {
  .fv__logo {
    width: 397px;
    max-width: none;
    margin-bottom: 26px;
  }
}

/*---------------------------------------------

	about

---------------------------------------------*/
.about {
  padding: 114px 0 60px;
  background-color: #fcfadc;
}
@media (min-width: 541px) {
  .about {
    padding: 160px 0 138px;
  }
}
@media (min-width: 1000px) {
  .about {
    padding: 258px 0 138px;
  }
}
.about__catch {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  line-height: 34px;
}
@media (min-width: 769px) {
  .about__catch {
    font-size: 36px;
    line-height: 55.42px;
  }
}
.about__text {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 769px) {
  .about__text {
    font-size: 22px;
    line-height: 45.75px;
  }
}

/*---------------------------------------------

	contents

---------------------------------------------*/
.contents {
  position: relative;
  z-index: 10;
}
.contents--read {
  padding: 100px 0 36px;
  background-color: #abd9d4;
  background-image: url(../img/bg_contents_sp.svg);
  background-position: center top;
  background-size: 102% auto;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .contents--read {
    padding: 164px 0 77px;
    background-image: url(../img/bg_contents.svg);
  }
}
.contents__intro-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media (min-width: 769px) {
  .contents__intro-block {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.contents__intro-text {
  font-size: 13px;
  line-height: 24px;
}
@media (min-width: 769px) {
  .contents__intro-text {
    font-size: 16px;
    line-height: 39.75px;
    text-align: left;
  }
}
.contents__intro--img {
  width: 323px;
  max-width: 100%;
}
@media (min-width: 769px) {
  .contents__intro--img {
    width: 444px;
  }
}
.contents--01 {
  padding: 43px 0 0px;
  background-color: #bfe2de;
}
@media (min-width: 769px) {
  .contents--01 {
    padding: 82px 0 93px;
  }
}
.contents--02 {
  padding: 40px 0 55px 0;
  background-color: #bfe2de;
}
@media (min-width: 769px) {
  .contents--02 {
    padding: 0px 0 86px;
  }
}
.contents--03 {
  padding: 50px 0;
  background-color: #abd9d4;
}
@media (min-width: 769px) {
  .contents--03 {
    padding: 126px 0 75px 0;
  }
}
.contents__title-block {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .contents__title-block {
    top: -45px;
  }
}
.contents__title--en {
  margin-bottom: 18px;
  font-size: 56px;
  font-family: Lato;
  font-weight: 300;
  text-align: center;
  color: #42d9b3;
  line-height: 1;
}
@media (min-width: 769px) {
  .contents__title--en {
    margin-bottom: 0;
    font-size: 110px;
    text-shadow: none;
  }
}
.contents__title--jp {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 769px) {
  .contents__title--jp {
    font-size: 28px;
  }
}
.contents__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
@media (min-width: 769px) {
  .contents__item {
    flex-direction: row;
    gap: 45px;
  }
}
.contents__item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.contents__item-content-wrapper {
  display: contents;
}
@media (min-width: 769px) {
  .contents__item-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 31px;
    flex: 1;
  }
}
.contents__item-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  width: 100%;
}
@media (min-width: 769px) {
  .contents__item-text-wrapper {
    align-items: flex-start;
  }
}
.contents__item-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 30px;
  min-width: 243px;
  font-size: 16px;
  color: #fcfadc;
  text-align: center;
  background-color: #4a3d38;
  border-radius: 50px;
  order: 3;
}
.contents__item-link.pc {
  display: none !important;
}
@media (min-width: 769px) {
  .contents__item-link {
    margin-top: 40px;
  }
  .contents__item-link.sp {
    display: none !important;
  }
  .contents__item-link.pc {
    display: flex !important;
  }
}
.contents__item-link .icon {
  width: 15px;
}
.contents__item-lead {
  margin-bottom: 10px;
  padding: 4px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  background-color: #fcfadc;
  border-radius: 50px;
}
@media (min-width: 769px) {
  .contents__item-lead {
    width: auto;
    min-width: 350px;
    padding: 0 40px;
    margin-bottom: 32px;
    font-size: 17px;
    line-height: 33.75px;
  }
}
.contents__item-title {
  font-size: 29px;
  font-family: Lato;
  font-weight: 300;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .contents__item-title {
    margin-bottom: 12px;
    font-size: 40px;
    line-height: 1;
  }
}
.contents__item-subtitle {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .contents__item-subtitle {
    margin-bottom: 26px;
    font-size: 20px;
  }
}
.contents__item-number {
  margin-bottom: 20px;
  width: 44px;
}
@media (min-width: 769px) {
  .contents__item-number {
    width: 55px;
    margin-top: -30px;
  }
}
.contents__item-text {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
@media (min-width: 769px) {
  .contents__item-text {
    font-size: 15px;
    line-height: 29.75px;
    text-align: left;
  }
}
.contents__item-image {
  width: 276px;
  max-width: 98%;
}
@media (min-width: 769px) {
  .contents__item-image {
    width: 312px;
  }
}
.contents__toggle {
  margin-top: 34px;
}
.contents__toggle-button {
  width: 100%;
  padding: 0;
  list-style: none;
  display: block;
  background: transparent;
  border: 0;
}
.contents__carousel {
  margin-top: 28px;
  padding: 24px 0 18px;
  background-color: #bfe2de;
  overflow: hidden;
}
@media (min-width: 769px) {
  .contents__carousel {
    margin-top: 38px;
    padding: 28px 0 20px;
  }
}
.contents__carousel-track .slick-list {
  overflow: visible;
}
.contents__carousel-slide {
  width: 220px;
  margin: 0 15px;
}
@media (min-width: 769px) {
  .contents__carousel-slide {
    width: 276px;
    margin: 0 20px;
  }
}
.contents__speaker-card {
  text-align: center;
}
.contents__speaker-photo {
  overflow: hidden;
  margin-bottom: 12px;
}
.contents__speaker-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents__speaker-name {
  margin-bottom: 6px;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
}
.contents__speaker-salon, .contents__speaker-role {
  font-family: "Noto Serif JP", serif;
  font-size: 9px;
}
@media (min-width: 769px) {
  .contents__speaker-salon, .contents__speaker-role {
    font-size: 12px;
  }
}

/*---------------------------------------------

	movie-category

---------------------------------------------*/
.movie-category {
  margin-top: 40px;
  padding: 42px 0 36px;
  background-color: #72d6b5;
  border-radius: 26px;
}
@media (min-width: 769px) {
  .movie-category {
    margin: 90px auto 0;
    padding: 52px 0 40px;
    border-radius: 122.3092px;
  }
}
.movie-category__inner {
  width: 325px;
  max-width: 98%;
  margin: 0 auto;
}
@media (min-width: 541px) {
  .movie-category__inner {
    width: 90%;
    max-width: none;
  }
}
@media (min-width: 769px) {
  .movie-category__inner {
    width: 720px;
    max-width: 98%;
  }
}
.movie-category__title-block {
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 769px) {
  .movie-category__title-block {
    margin-bottom: 36px;
  }
}
.movie-category__title-en {
  margin-bottom: 11px;
  font-size: 24px;
  font-family: Lato;
  font-weight: 300;
  line-height: 1.15;
}
@media (min-width: 769px) {
  .movie-category__title-en {
    font-size: 40px;
    color: #4a3d38;
  }
}
.movie-category__title-jp {
  font-size: 14px;
  line-height: 1.4;
  color: #4a3d38;
}
@media (min-width: 769px) {
  .movie-category__title-jp {
    font-size: 20px;
    line-height: 39.75px;
  }
}
.movie-category__title {
  margin-bottom: 22px;
  font-size: 14px;
  color: #4a3d38;
  text-align: center;
}
@media (min-width: 769px) {
  .movie-category__title {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.movie-category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 11px;
}
@media (min-width: 769px) {
  .movie-category__list {
    margin: 0 auto;
    gap: 15px 10px;
  }
}
.movie-category__item {
  width: calc((100% - 22px) / 3);
  padding: 10px 0px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #fff;
  border-radius: 15px;
  cursor: default;
}
@media (min-width: 769px) {
  .movie-category__item {
    width: calc((100% - 20px) / 3);
    padding: 21px 15px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    border-radius: 16px;
  }
}
.movie-category__item-icon {
  width: 52px;
}
@media (min-width: 769px) {
  .movie-category__item-icon {
    width: 54px;
    flex-shrink: 0;
  }
}
.movie-category__item-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #000000;
}
@media (min-width: 769px) {
  .movie-category__item-text {
    font-size: 15px;
    line-height: 33.75px;
    text-align: left;
    white-space: nowrap;
  }
}
.movie-category__keyword {
  margin-top: 36px;
}
@media (min-width: 769px) {
  .movie-category__keyword {
    margin-top: 52px;
  }
}
.movie-category__keyword-title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #4a3d38;
}
@media (min-width: 769px) {
  .movie-category__keyword-title {
    margin-bottom: 26px;
    font-size: 20px;
  }
}
.movie-category__keyword-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 11px;
}
@media (min-width: 769px) {
  .movie-category__keyword-list {
    gap: 12px 8px;
  }
}
.movie-category__keyword-list::after {
  width: calc((100% - 16px) / 3);
  content: "";
  display: block;
}
@media (min-width: 769px) {
  .movie-category__keyword-list::after {
    width: calc((100% - 24px) / 4);
  }
}
.movie-category__keyword-list::before {
  width: calc((100% - 16px) / 3);
  content: "";
  display: block;
  order: 1;
}
@media (min-width: 769px) {
  .movie-category__keyword-list::before {
    width: calc((100% - 24px) / 4);
  }
}
.movie-category__keyword-item {
  width: calc((100% - 16px) / 3);
  min-height: 37px;
  padding: 11px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  font-size: 10px;
  color: #000000;
  background-color: #fff;
  border-radius: 999px;
  cursor: default;
}
@media (min-width: 769px) {
  .movie-category__keyword-item {
    width: calc((100% - 24px) / 4);
    min-height: 54px;
    padding: 11px 10px;
    font-size: 15px;
  }
}

/*---------------------------------------------

	faq

---------------------------------------------*/
.faq {
  padding: 48px 0 82px;
  background-color: #f4f4f4;
}
@media (min-width: 769px) {
  .faq {
    padding: 110px 0 82px;
  }
}
.faq__title-block {
  margin-bottom: 36px;
  text-align: center;
}
@media (min-width: 769px) {
  .faq__title-block {
    margin-bottom: 53px;
  }
}
.faq__title-en {
  font-size: 36px;
  font-family: Lato;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 769px) {
  .faq__title-en {
    font-size: 51px;
  }
}
.faq__title-jp {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .faq__title-jp {
    font-size: 22px;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media (min-width: 769px) {
  .faq__list {
    gap: 20px;
  }
}
.faq__item {
  background-color: #fff;
  border-radius: 999px;
}
.faq__item[open] {
  border-radius: 32px;
}
.faq__item[open] .faq__icon {
  transform: rotate(45deg);
}
.faq__question {
  padding: 15px 17px 16px 17px;
  list-style: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 769px) {
  .faq__question {
    padding: 20px 34px 20px 20px;
  }
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__label {
  flex-shrink: 0;
  margin-right: 6px;
  font-size: 20px;
  font-family: Lato;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 769px) {
  .faq__label {
    margin-right: 11px;
    font-size: 25px;
  }
}
.faq__question-text {
  display: block;
  flex: 1;
  margin-right: 18px;
  font-size: 14px;
  color: #4a3d38;
}
@media (min-width: 769px) {
  .faq__question-text {
    font-size: 18px;
    line-height: 33.75px;
  }
}
.faq__icon {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.3s ease;
}
@media (min-width: 769px) {
  .faq__icon {
    font-size: 25px;
  }
}
.faq__answer {
  padding: 0 34px 28px;
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .faq__answer {
    padding: 0 28px 24px 56px;
    font-size: 14px;
  }
}
.faq__answer p a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/*---------------------------------------------

	footer

---------------------------------------------*/
.footer {
  background-color: #f4f4f4;
}
.footer__cta {
  position: relative;
  padding: 48px 0;
  background-color: #72d6b5;
  border-radius: 35px 35px 0 0;
}
@media (min-width: 769px) {
  .footer__cta {
    padding: 92px 0 98px;
    border-radius: 88px 88px 0 0;
  }
}
.footer__cta-img {
  position: absolute;
  bottom: -9px;
  right: 20px;
  width: 103px;
  z-index: 10;
}
@media (min-width: 769px) {
  .footer__cta-img {
    right: 60px;
    bottom: -30px;
    width: 200px;
  }
}
.footer__cta-link {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-left: 16px;
  width: 100%;
  color: #4a3d38;
}
@media (min-width: 769px) {
  .footer__cta-link {
    gap: 16px;
  }
}
.footer__cta-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}
@media (min-width: 769px) {
  .footer__cta-text {
    font-size: 31px;
  }
}
.footer__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
}
@media (min-width: 769px) {
  .footer__cta-icon {
    width: 35px;
    height: 35px;
  }
}
.footer__copyright {
  position: relative;
  padding: 18px 0 96px;
  text-align: center;
  background-color: #5a4741;
}
@media (min-width: 769px) {
  .footer__copyright {
    padding: 30px 0 30px;
  }
}
.footer__copyright-text {
  font-size: 8px;
  color: #fcfadc;
  line-height: 1.5;
}
/*---------------------------------------------

	レスポンシブ

---------------------------------------------*/
.emsp {
  display: inline;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media (min-width: 541px) {
  .emsp,
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
