@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

.fixed {
  overflow: hidden;
}

main {
  width: 100%;
  overflow: hidden;
  padding-top: 9.7rem;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 0rem;
  }
}

* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=radio],
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio],
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-d_flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-d_flex {
    display: flex;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: flex;
}
@media screen and (max-width: 767px) {
  .u-disp-flex-dt {
    display: block;
  }
}

.u-disp-flex-sp {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-disp-flex-sp {
    display: flex;
  }
}

.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
}

.js-aco_title {
  cursor: pointer;
}

.js-aco_openbox {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #563621;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

p, h1, h2, h3, h4, h5, h6, li {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  p, h1, h2, h3, h4, h5, h6, li {
    font-weight: 400;
  }
}

/* 	共通
---------------------------------------------------------------------------- */
.inner {
  width: 100%;
  max-width: 111rem;
  padding: 0 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 1.5rem;
    max-width: 60rem;
  }
}
.inner.-s {
  max-width: 105rem;
}
.inner.-l {
  max-width: 125rem;
}

/* タイトル
---------------------------------------------------------------------------- */
.section-title__1 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-title__1 {
    margin: 0 -1.5rem;
  }
}

.section-title__1 .eng-title {
  color: #f7f0df;
  font-family: "Libre Bodoni", serif;
  font-weight: 200;
  font-style: italic;
  font-size: 18rem;
  line-height: 0.9;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .section-title__1 .eng-title {
    font-size: 10rem;
    margin-left: -1rem;
    line-height: 0.95;
  }
}

.section-title__1 .jp-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  line-height: 1.5625;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .section-title__1 .jp-title {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}

.section-title__1 .btm-text {
  font-family: "Noto Serif JP", serif;
  line-height: 1.7777777778;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  margin-top: 1.2rem;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .section-title__1 .btm-text {
    line-height: 1.8571428571;
    font-size: 1.6rem;
    margin-top: 2.2rem;
  }
}

.movie-subtitle__eng {
  margin-top: 1.6rem;
}

/* 	ボタン
---------------------------------------------------------------------------- */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1rem;
  position: relative;
  height: 7.2rem;
  background-color: #f2e9cc;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  letter-spacing: 0.11em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .btn {
    height: 5rem;
    font-size: 2rem;
  }
}

.btn .btn-arrow {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 0.8rem;
  transform: translateY(-50%);
}

.more-btn {
  text-align: right;
  max-width: 100rem;
  margin: 1.6rem auto 0;
}

.more-btn a {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .more-btn a {
    font-size: 1.6rem;
    font-weight: 600;
  }
}

.more-btn a img {
  width: 1rem;
}

/* 	装飾
---------------------------------------------------------------------------- */
.white-text {
  color: #fff;
}

.gold-text {
  color: #eabc02;
}

/* 	ヘッダー
---------------------------------------------------------------------------- */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10000;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.6rem;
  width: 100%;
  max-width: 123rem;
  margin: 0 auto;
}
.header-logo {
  position: relative;
  color: #000;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .header-logo {
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
}

.header-logo img {
  width: 8.4rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .header-logo img {
    width: 4.5rem;
    margin-top: 0.6rem;
  }
}

.header-hamberger {
  display: none;
  width: 3.5rem;
  margin-left: auto;
  position: relative;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .header-hamberger {
    display: block;
  }
}

.hamberger {
  position: relative;
  width: 3.5rem;
  height: 1.2rem;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
  z-index: 500;
}
.hamberger-bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.3rem;
  background: #563621;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.hamberger-bar:nth-of-type(1) {
  top: 0%;
}

.hamberger-bar:nth-of-type(2) {
  top: 100%;
}

/* オープン時の動き */
.open .hamberger-bar {
  width: 3rem;
  transition: 0.3s;
}

.open .hamberger-bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.open .hamberger-bar:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

@media screen and (max-width: 767px) {
  .js-drawer-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.65);
    overflow-y: scroll;
    padding-left: 12.5rem;
  }
}

.drawer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .drawer-nav {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: left;
    gap: 1.6rem;
    height: 100%;
    overflow-y: auto;
    background-image: url("../img/common/drawer-nav_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 10.6rem 0 26rem 3.5rem;
  }
}

.drawer-nav__items {
  gap: 1.2rem;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .drawer-nav__items {
    margin-top: 0;
  }
}

.drawer-nav__items {
  gap: 3.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .drawer-nav__items {
    gap: 2rem;
    width: 100%;
    justify-content: initial;
  }
}

.drawer-nav__items .nav__item {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.1666666667;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 767px) {
  .drawer-nav__items .nav__item {
    font-weight: 600;
    width: 100%;
    line-height: 1;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 1.4rem;
  }
}

.drawer-nav__items .nav__item a::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.3rem;
  background-color: #eabc02;
  margin: 1.2rem auto 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .drawer-nav__items .nav__item a::after {
    display: none;
  }
}

.drawer-nav__items .nav__item a:hover {
  opacity: 1;
}

.drawer-nav__items .nav__item.active a::after {
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .drawer-nav__items .nav__item.active a::after {
    display: none;
  }
}

.drawer-nav__items .nav__item a:hover::after {
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .drawer-nav__items .nav__item a:hover::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .drawer-nav__items .nav__item:nth-child(n+2) {
    margin-top: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .drawer-nav__items .nav__item::before {
    display: block;
    content: "";
    width: 1.6rem;
    height: 0.2rem;
    background-color: transparent;
    transform: 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .drawer-nav__items .nav__item.active::before {
    background-color: #eabc02;
  }
}

@media screen and (max-width: 767px) {
  .online-store__btn {
    margin-top: 6rem;
  }
}

.online-store__btn a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .online-store__btn a {
    gap: 1.6rem;
  }
}

.online-store__btn a .text {
  font-size: 1.4rem;
  line-height: 1.2142857143;
  letter-spacing: 0.13em;
}

.online-store__btn a .icon {
  width: 1.2rem;
  height: 1.2rem;
}

/* 	フッター
---------------------------------------------------------------------------- */
footer {
  background-color: #fffcf0;
  padding: 7.2rem 0 3.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 4.8rem 2.5rem 2.6rem;
  }
}

.footer-inner {
  width: 100%;
  max-width: 149rem;
  margin: 0 auto;
}
.footer__top--btn a {
  border-radius: 10px;
  background-color: #ffd731;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 75.7rem;
  height: 10rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__top--btn a {
    max-width: 31rem;
    height: 12rem;
  }
}

.footer__top--btn ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4.6rem;
}
@media screen and (max-width: 767px) {
  .footer__top--btn ul {
    flex-wrap: wrap;
  }
}

.footer__top--btn ul li {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .footer__top--btn ul li {
    width: 100%;
    font-weight: 600;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.footer__top--btn ul li:nth-child(n+2):before {
  content: "／";
  display: inline;
}
@media screen and (max-width: 767px) {
  .footer__top--btn ul li:nth-child(n+2):before {
    display: none;
  }
}

.footer__top--btn .btn-arrow {
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
}
.footer__center {
  margin: 8rem auto 0;
  padding-bottom: 5rem;
  border-bottom: 1px solid #7c624d;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15rem;
}
@media screen and (max-width: 767px) {
  .footer__center {
    display: block;
    margin-top: 5.4rem;
  }
}

.footer__company {
  width: 100%;
  max-width: 38rem;
}
@media screen and (max-width: 767px) {
  .footer__company {
    max-width: 28rem;
    margin-top: 3.6rem;
  }
}

.footer-logo1 {
  max-width: 24rem;
}
@media screen and (max-width: 767px) {
  .footer-logo1 {
    max-width: 17.3rem;
  }
}

.footer-logo2 {
  max-width: 25.7rem;
  margin-top: 5.2rem;
}
@media screen and (max-width: 767px) {
  .footer-logo2 {
    max-width: 26rem;
    margin-top: 3.6rem;
  }
}

.footer__company--text {
  margin-top: 2.5rem;
  letter-spacing: 0.01em;
  font-size: 1.4rem;
  line-height: 1.5;
}

.footer-nav__wrap {
  width: 100%;
  max-width: 70rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-nav__wrap {
    display: block;
  }
}

.footer-nav__block {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-nav__block:nth-child(n+2) {
    margin-top: 3.6rem;
  }
}

.footer-nav__blocktitle {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.09em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer-nav__blocktitle {
    font-size: 2rem;
  }
}

.footer-nav__items {
  margin-top: 3.6rem;
}

.footer-nav__item {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.footer-nav__item:nth-child(n+2) {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .footer-nav__item:nth-child(n+2) {
    margin-top: 2.2rem;
  }
}

.footer-online {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 14rem;
  font-weight: 200;
  font-size: 1.4rem;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 767px) {
  .footer-online {
    margin-top: 3.2rem;
    gap: 1rem;
  }
}

.footer-online img {
  width: 1.2rem;
}

.footer__btm {
  max-width: 120rem;
  margin: 3rem auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .footer__btm {
    display: block;
  }
}

.footer__btm--sns {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.footer__btm--sns .youtube {
  width: 8.6rem;
}

.footer__btm--sns .insta {
  width: 3.2rem;
}

.footer__btm--rincs {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .footer__btm--rincs {
    display: block;
    margin-top: 2.6rem;
  }
}

.footer__btm--rincs-item {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: -0.01em;
}
.copyright {
  max-width: 120rem;
  margin: 2.8rem auto 0;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 5.6rem;
    text-align: center;
    font-size: 1rem;
    margin: 5.6rem -2rem 0;
  }
}

.pagetop-btn {
  position: absolute;
  top: 3rem;
  right: 4.5rem;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .pagetop-btn {
    top: 21.5rem;
    right: 1.6rem;
  }
}

/* 	メイン
---------------------------------------------------------------------------- */
.fixed-btn {
  position: fixed;
  right: 1rem;
  width: 100%;
  max-width: 24rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .fixed-btn {
    right: 1rem;
    max-width: 15rem;
  }
}

.fixed-btn.active {
  opacity: 1;
}

.fixed-btn__inner {
  position: relative;
}

.fixed-btn img {
  transition: 0.3s;
}

.fixed-btn .btn-red {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .fixed-btn:hover .btn-red {
    opacity: 1;
    transition: transform 1s;
    transform: rotateY(360deg);
  }
  .fixed-btn:hover .btn-black {
    opacity: 0;
    transition: transform 1s;
    transform: rotateY(360deg);
  }
}
.fixed-btn a:hover {
  opacity: 1;
}

.page__top {
  background-image: url("../img/common/page-top.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 50rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page__top {
    height: 22rem;
    background-image: url("../img/common/page-top_sp.png");
    margin-top: 7.8rem;
  }
}

#page-support .page__top {
  background-image: url("../img/support/pagesupport-top.png");
}
@media screen and (max-width: 767px) {
  #page-support .page__top {
    background-image: url("../img/support/pagesupport-top_sp.png");
  }
}

#page-dl .page__top {
  background-image: url("../img/dl/pagedl-top.png");
}

#page-column .page__top {
  background-image: url("../img/column/page-top.png");
}
@media screen and (max-width: 767px) {
  #page-column .page__top {
    background-image: url("../img/column/page-top_sp.png");
  }
}

#page-accessory .page__top {
  background-image: url("../img/accessory/page-top.png");
}
@media screen and (max-width: 767px) {
  #page-accessory .page__top {
    background-image: url("../img/accessory/page-top_sp.png");
  }
}

.page__top--main {
  width: 32.9rem;
  height: 50rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page__top--main {
    width: 20rem;
    height: 22rem;
  }
}

.page__top--main-title {
  top: 16.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 200;
  letter-spacing: 0.15em;
  color: #fff;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page__top--main-title {
    top: 8.4rem;
    font-size: 2.4rem;
  }
}

.page-top__section {
  position: relative;
  padding: 18rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .page-top__section {
    padding: 7.5rem 0 4rem;
  }
}

.page-top__section .jp-title {
  margin-top: -2.4rem;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-top__section .jp-title {
    margin-top: -0.6rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.page-top__section .movie-title {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .page-top__section .movie-title {
    margin-top: 6rem;
  }
}

.page-top__section--img {
  position: absolute;
  top: -28.5rem;
  left: 48%;
  transform: translateX(-50%);
  max-width: 84rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-top__section--img {
    left: 48%;
    top: -9rem;
    width: 90%;
  }
}

.pankuzu {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  z-index: 5;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .pankuzu {
    display: none;
  }
}

.pankuzu li {
  font-size: 1.2rem;
  color: #fff;
}

.pankuzu li:nth-child(n+2):before {
  content: "＞ ";
  display: inline;
}

.point-num {
  width: 13rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point-num {
    position: relative;
    width: 9rem;
    margin: 0 auto;
  }
}

.point-num::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .point-num::before {
    display: block;
    width: 25.6rem;
    height: 0.5px;
    background-color: #534741;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    z-index: 0;
  }
}

.point-num__text {
  background-image: url("../img/flex/features-num.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 13rem;
  height: 13rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .point-num__text {
    font-size: 1.2rem;
    position: relative;
    z-index: 2;
    width: 9rem;
    height: 9rem;
  }
}

.point-num__text span {
  font-size: 3.2rem;
  letter-spacing: 0.11em;
  display: block;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .point-num__text span {
    font-size: 2.4rem;
    margin-top: 0.8rem;
  }
}

/* 	
---------------------------------------------------------------------------- */
/* 	アニメーション
---------------------------------------------------------------------------- */
.more-contents li {
  transition: 0.3s;
}

.more-contents li.is-hidden {
  height: 0;
  display: none;
}

.more-add_btn {
  cursor: pointer;
}

.scroll-hint-icon-wrap {
  z-index: 5;
}

.slick-track {
  display: flex !important;
  align-items: stretch;
}

.slick-slide > div {
  width: 100%;
}/*# sourceMappingURL=common.css.map */