* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-size: 100%;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.content-width--s, .movie__container, .plan__container, .faq__container {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
}

.content-width--m, .kv__container, .function__inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.title {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 5%;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 2rem;
  }
}

.text, .otherFunction__text, .planDetail__item, .faq__answer {
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .text, .otherFunction__text, .planDetail__item, .faq__answer {
    font-size: 1rem;
  }
}

.checkBox, .planDetail__item::before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  margin-right: 8px;
  border-left: 2px solid #DDDDDD;
  border-bottom: 2px solid #DDDDDD;
  transform: rotate(-45deg);
  flex-shrink: 0;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 8px;
  border-bottom: 2px solid #C7A26C;
}
@media screen and (min-width: 768px) {
  .header {
    height: 75px;
    padding: 0 16px;
  }
}
.header__logo {
  width: 120px;
  display: block;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 150px;
  }
}
.header__logo > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__logo > a > img {
  max-width: 100%;
  height: auto;
}
.header__btns {
  display: flex;
  gap: 4px;
}
.header__btn {
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header__btn {
    font-size: 1rem;
  }
}
.header__btn--login {
  background: #FFFFFF;
  border: 2px solid #C7A26C;
  color: #C7A26C;
}
.header__btn--register {
  background: #FF9800;
  color: #333333;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16.5px;
  border-radius: 100px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 11px 26px;
  }
}
.btn--accent {
  background: #FF9800;
  color: #333333;
  border: 2px solid #333333;
}
.btn--white {
  background: #FFFFFF;
  color: #C7A26C;
  border: 2px solid #C7A26C;
}
.btn--black {
  background: #333333;
  color: #FFFFFF;
}
.btn--center {
  margin: 0 auto;
}
.btn--hover {
  transition: all 0.3s ease;
}
.btn--hover:hover {
  filter: brightness(0.9);
}
.btn--filled {
  border: 2px solid #333333;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.btn--filled:hover {
  background: #FFFFFF;
  color: #333333;
  border: 2px solid #333333;
  box-shadow: none;
}

.cta {
  background: #52442F;
}
.cta__wrap {
  padding: 48px 0;
}
@media screen and (min-width: 768px) {
  .cta__wrap {
    padding: 64px 0;
  }
}
.cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.cta__title {
  font-size: 1.5rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .cta__title {
    font-size: 2rem;
  }
}
.cta__title > span {
  display: block;
}
@media screen and (min-width: 768px) {
  .cta__title > span {
    display: inline;
  }
}
.cta__text {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .cta__text {
    font-size: 1.125rem;
  }
}
.cta__btn {
  max-width: 300px;
  height: 68px;
}

.footer__container {
  padding: 40px 0 16px;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.footer__logo {
  width: 200px;
  display: block;
}
.footer__logo > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__logo > a > img {
  max-width: 100%;
}
.footer__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .footer__list {
    flex-direction: row;
    justify-content: center;
  }
}
.footer__item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .footer__item::before {
    content: "/";
    color: #8D857E;
    font-size: 0.75rem;
    line-height: 1.75;
    margin-right: 6px;
  }
  .footer__item:first-child::before {
    content: none;
  }
}
.footer__link {
  font-size: 0.75rem;
  line-height: 1.75;
  color: #8D857E;
}
.footer__copyright {
  font-size: 0.75rem;
  line-height: 1.75;
  color: #8D857E;
}

.kv {
  background-image: url(../img/bg-pattern-kv.png);
  background-size: 65px;
  background-position: center;
  background-repeat: repeat;
  background-color: rgba(199, 162, 108, 0.35);
  border-bottom: 2px sold #C7A26C;
}
.kv__container {
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .kv__container {
    padding: 56px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .kv__inner {
    text-align: left;
  }
}
.kv__subTitle {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #C7A26C;
}
.kv__title {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .kv__title {
    font-size: 2.375rem;
  }
}
.kv__title span {
  display: block;
}
@media screen and (min-width: 768px) {
  .kv__title span {
    display: inline;
  }
}
.kv__list {
  max-width: 480px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin: 0 auto 32px;
}
@media screen and (min-width: 768px) {
  .kv__list {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.kv__item {
  background: #C7A26C;
  padding: 4px 8px;
  border-radius: 4px;
  border: none;
}
.kv__item > p {
  font-size: 0.875rem;
  color: #FFFFFF;
}

.form {
  text-align: center;
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .form {
    margin: 0;
    flex-basis: 50%;
  }
}
.form__title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  color: #C7A26C;
  margin-bottom: 12px;
}
.form__container {
  background: #FFFFFF;
  padding: 16px;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .form__container {
    padding: 32px 40px;
  }
}
.form__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form__inner-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .form__inner-item {
    gap: 6px;
  }
}
.form__inner-item > label {
  font-size: 0.875rem;
  color: #8D857E;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .form__inner-item > label {
    font-size: 1rem;
  }
}
.form__inner-item > input {
  width: 100%;
  height: 45px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  padding: 0 16px;
}
.form__inner > button {
  width: 100%;
}
.form__check {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.form__check > input[type=checkbox] {
  width: 17px;
  height: 17px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}
.form__check > label {
  height: 17px;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1;
  color: #8D857E;
}
.form__check > label > a {
  color: #4895E6;
}

.mail-message {
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 8px;
}

.movie__container {
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .movie__container {
    padding: 96px 0;
  }
}
.movie__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .movie__inner {
    gap: 40px;
  }
}
.movie__title {
  color: #C7A26C;
}
.movie__video {
  aspect-ratio: 9/5;
  width: 100%;
}
.movie__video > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.function__container {
  background: rgba(199, 162, 108, 0.05);
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .function__container {
    padding: 96px 0;
  }
}
.function__title {
  color: #C7A26C;
  margin-bottom: 32px;
}
.function__inner {
  max-width: 1080px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.function__list {
  width: 100%;
}

.functionItem {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 0;
  border-top: 1px solid #DDDDDD;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(20px);
}
.functionItem.show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .functionItem {
    flex-direction: row;
    justify-content: space-between;
  }
}
.functionItem:last-child {
  border-bottom: 1px solid #DDDDDD;
}
.functionItem__inner {
  width: 100%;
  max-width: 360px;
  text-align: left;
  order: 2;
}
@media screen and (min-width: 768px) {
  .functionItem__inner {
    order: 1;
  }
}
.functionItem__subtitle {
  font-size: 0.75rem;
  font-weight: bold;
  color: #C7A26C;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.functionItem__title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #C7A26C;
  line-height: 1.75;
  letter-spacing: 0.1rem;
}
.functionItem__text {
  color: #8D857E;
}
.functionItem__img {
  order: 1;
}
@media screen and (min-width: 768px) {
  .functionItem__img {
    order: 2;
    width: 600px;
  }
}
.functionItem__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 7px 25px rgba(106, 106, 106, 0.2);
}

.otherFunction {
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #DDDDDD;
}
.otherFunction__title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #C7A26C;
  line-height: 1.75;
  letter-spacing: 0.1rem;
  text-align: left;
  margin-bottom: 16px;
}
.otherFunction__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .otherFunction__list {
    flex-direction: row;
    gap: 40px;
  }
}
.otherFunction__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .otherFunction__item {
    width: 240px;
  }
}
.otherFunction__img {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.otherFunction__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.otherFunction__text {
  color: #8D857E;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .otherFunction__text > span {
    display: block;
  }
}

.plan__container {
  text-align: center;
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .plan__container {
    padding: 96px 0;
  }
}
.plan__title {
  color: #C7A26C;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .plan__title {
    margin-bottom: 40px;
  }
}
.plan__inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .plan__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

.planDetail {
  color: #8D857E;
  border: 3px solid #DDDDDD;
  border-radius: 24px;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .planDetail {
    padding: 32px 0;
  }
}
.planDetail__title {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  border: 2px solid #DDDDDD;
  border-radius: 100px;
  padding: 12px 53px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .planDetail__title {
    margin-bottom: 32px;
  }
}
.planDetail__price {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}
.planDetail__cost {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .planDetail__cost {
    margin-bottom: 32px;
  }
}
.planDetail__listTitle {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .planDetail__listTitle {
    margin-bottom: 26px;
  }
}
.planDetail__listTitle::after {
  content: "";
  bottom: -8px;
  left: 50%;
  width: 50px;
  height: 2px;
  background: #DDDDDD;
  position: absolute;
  transform: translateX(-50%);
}
.planDetail__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.planDetail__list-wrap {
  display: flex;
  justify-content: center;
}
.planDetail__item {
  display: flex;
  align-items: center;
}
.planDetail--paid {
  color: #C7A26C;
  border-color: #C7A26C;
}
.planDetail--paid__title {
  border-color: #C7A26C;
}
.planDetail--paid__listTitle::after {
  background: #C7A26C;
}
.planDetail--paid__item::before {
  border-color: #C7A26C;
}

.faq {
  background: rgba(199, 162, 108, 0.05);
}
.faq__container {
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .faq__container {
    padding: 96px 0;
  }
}
.faq__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.faq__title {
  color: #C7A26C;
}
.faq__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid #DDDDDD;
  padding: 24px 0;
}
.faq__item:last-child {
  border-bottom: 1px solid #DDDDDD;
}
.faq__question {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.75;
  color: #8D857E;
  display: flex;
  align-items: baseline;
}
.faq__question::before {
  content: "Q";
  line-height: 1;
  color: #FFFFFF;
  font-weight: bold;
  width: 35px;
  height: 35px;
  background: #C7A26C;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-right: 8px;
}
.faq__answer {
  color: #8D857E;
  display: flex;
  align-items: baseline;
}
.faq__answer::before {
  content: "A";
  font-size: 0.875rem;
  line-height: 1;
  color: #C7A26C;
  font-weight: bold;
  width: 35px;
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #C7A26C;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-right: 8px;
}/*# sourceMappingURL=main.css.map */