@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  background-color: #F4F4F4;
  overflow-x: hidden;
}

body {
  position: relative;
  color: #402310;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  vertical-align: baseline;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media screen and (max-width: 896px) {
  body {
    font-size: 16px;
  }
}
::-moz-selection {
  color: #fff;
  background-color: rgba(0, 162, 255, 0.3);
}
::selection {
  color: #fff;
  background-color: rgba(0, 162, 255, 0.3);
}

::-moz-selection {
  color: #fff;
  background-color: rgba(0, 162, 255, 0.3);
}

a {
  color: #0088ff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #096fc7;
  text-decoration: underline;
}
a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
  color: #402310;
}
@media screen and (max-width: 896px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
    text-decoration: underline;
  }
  a[href^="tel:"]:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

p {
  padding: 0;
  margin: 0;
  text-justify: inter-ideograph;
  text-justify: distribute;
}

h1 {
  font-size: 48px;
  font-size: 3rem;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 22px;
  font-size: 1.375rem;
}

h6 {
  font-size: 20px;
  font-size: 1.25rem;
}

:where(h1, h2, h3, h4, h5, h6) {
  display: inline-block;
}

.show_pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .show_pc {
    display: none !important;
  }
}

.show_pctb {
  display: block;
}
@media screen and (max-width: 896px) {
  .show_pctb {
    display: none !important;
  }
}

.show_tbsp {
  display: none !important;
}
@media screen and (max-width: 896px) {
  .show_tbsp {
    display: block !important;
  }
}

.show_sp {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .show_sp {
    display: block !important;
  }
}

.mt_8 {
  margin-top: 8px;
}

.mb_8 {
  margin-bottom: 8px;
}

.mt_16 {
  margin-top: 16px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mt_24 {
  margin-top: 24px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mt_32 {
  margin-top: 32px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mt_48 {
  margin-top: 48px;
}

.mb_48 {
  margin-bottom: 48px;
}

.mt_56 {
  margin-top: 56px;
}

.mb_56 {
  margin-bottom: 56px;
}

.mt_64 {
  margin-top: 64px;
}

.mb_64 {
  margin-bottom: 64px;
}

.mt_72 {
  margin-top: 72px;
}

.mb_72 {
  margin-bottom: 72px;
}

.mt_80 {
  margin-top: 80px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mt_88 {
  margin-top: 88px;
}

.mb_88 {
  margin-bottom: 88px;
}

.mt_96 {
  margin-top: 96px;
}

.mb_96 {
  margin-bottom: 96px;
}

.mt_104 {
  margin-top: 104px;
}

.mb_104 {
  margin-bottom: 104px;
}

.mt_112 {
  margin-top: 112px;
}

.mb_112 {
  margin-bottom: 112px;
}

.mt_120 {
  margin-top: 120px;
}

.mb_120 {
  margin-bottom: 120px;
}

.mt_128 {
  margin-top: 128px;
}

.mb_128 {
  margin-bottom: 128px;
}

.mt_136 {
  margin-top: 136px;
}

.mb_136 {
  margin-bottom: 136px;
}

.mt_144 {
  margin-top: 144px;
}

.mb_144 {
  margin-bottom: 144px;
}

.mt_152 {
  margin-top: 152px;
}

.mb_152 {
  margin-bottom: 152px;
}

.mt_160 {
  margin-top: 160px;
}

.mb_160 {
  margin-bottom: 160px;
}

.mt_168 {
  margin-top: 168px;
}

.mb_168 {
  margin-bottom: 168px;
}

.mt_176 {
  margin-top: 176px;
}

.mb_176 {
  margin-bottom: 176px;
}

.mt_184 {
  margin-top: 184px;
}

.mb_184 {
  margin-bottom: 184px;
}

.mt_192 {
  margin-top: 192px;
}

.mb_192 {
  margin-bottom: 192px;
}

.mt_200 {
  margin-top: 200px;
}

.mb_200 {
  margin-bottom: 200px;
}

.mt_208 {
  margin-top: 208px;
}

.mb_208 {
  margin-bottom: 208px;
}

.mt_216 {
  margin-top: 216px;
}

.mb_216 {
  margin-bottom: 216px;
}

.mt_224 {
  margin-top: 224px;
}

.mb_224 {
  margin-bottom: 224px;
}

.mt_232 {
  margin-top: 232px;
}

.mb_232 {
  margin-bottom: 232px;
}

.mt_240 {
  margin-top: 240px;
}

.mb_240 {
  margin-bottom: 240px;
}

.mt_248 {
  margin-top: 248px;
}

.mb_248 {
  margin-bottom: 248px;
}

.mt_256 {
  margin-top: 256px;
}

.mb_256 {
  margin-bottom: 256px;
}

/* ブレイクポイント
----------------------------------------------------------------- */
.show_pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .show_pc {
    display: none !important;
  }
}

.show_pctb {
  display: block;
}
@media screen and (max-width: 896px) {
  .show_pctb {
    display: none !important;
  }
}

.show_tbsp {
  display: none !important;
}
@media screen and (max-width: 896px) {
  .show_tbsp {
    display: block !important;
  }
}

.show_sp {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .show_sp {
    display: block !important;
  }
}

.link_image {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_image:hover {
  opacity: 0.8;
}

.container {
  width: calc(100% - 80px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 896px) {
  .container {
    width: 85%;
  }
}

.flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.video_wrap {
  position: relative;
  width: 100%;
}

.video {
  width: 100%;
  aspect-ratio: 16/9;
  border: 1px solid #ddd;
}
.video .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.video iframe {
  width: 100%;
  height: 100%;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #0048ff;
  border-radius: 5px;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
.btn:hover {
  color: #fff;
  background-color: rgb(0, 43.2, 153);
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .btn {
    width: 100%;
  }
}
.btn.pushdown {
  position: relative;
  background-color: transparent;
  border-radius: 10px;
  padding: 0;
}
.btn.pushdown::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fbda78;
}
.btn.pushdown > span {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #6a5246;
  border-radius: 10px;
  padding: 14px 40px;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
@media screen and (max-width: 500px) {
  .btn.pushdown > span {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 10px 24px 10px 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.btn.pushdown > span.instagram::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/ico_instagram_wh.svg") no-repeat center/contain;
  margin-right: 8px;
}
.btn.pushdown > span.shop::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/ico_shop_wh.svg") no-repeat center/contain;
  margin-right: 8px;
}
.btn.pushdown > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-image: url("../images/ico_arrow_wh.svg");
}
@media screen and (max-width: 500px) {
  .btn.pushdown > span::after {
    right: 14px;
  }
}
.btn.pushdown:hover > span {
  background-color: #423028;
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}
.btn.pushdown:active span {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}
.btn.pushdown.type1::before {
  background-color: #fbda78;
}
.btn.pushdown.type1 span {
  background-color: #6a5246;
}
.btn.pushdown.type1:hover span {
  background-color: #423028;
}
.btn.pushdown.type2::before {
  background-color: #fbda78;
}
.btn.pushdown.type2 span {
  color: #402310;
  background-color: #fff;
  border: solid 1px #402310;
}
.btn.pushdown.type2 span::after {
  background-image: url("../images/ico_arrow_bk.svg");
}
.btn.pushdown.type2:hover span {
  background-color: #f8f5f4;
}

.ico {
  display: block;
  position: relative;
}
.ico_close {
  position: relative;
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
}
.ico_close::before, .ico_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 40%;
  min-height: 16px;
  background: #ffffff;
  border-radius: 50px;
}
.ico_close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.ico_close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.btn_modal_open {
  width: 100%;
  height: 80px;
  color: #fff;
  background-color: #0048ff;
  cursor: pointer;
}

.video_modal_open {
  position: relative;
  overflow: hidden;
}
.video_modal_open .inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.video_modal_open::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.video_modal_open:hover .inner {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.video_modal_open:hover::before {
  background-color: rgba(0, 0, 0, 0.3);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100vw;
  height: 100svh;
  text-align: center;
  background: rgba(33, 32, 32, 0.7);
  padding: 40px 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 680px) and (orientation: landscape) {
  .modal.content_video {
    height: 100dvh;
    padding: 24px 0;
  }
  .modal.content_video .modal_container {
    width: auto;
    max-width: auto;
    height: calc(100% - 56px);
  }
  .modal.content_video .modal_container .video_container {
    width: auto;
    height: 100%;
    padding: 4px 16px;
  }
  .modal.content_video .modal_container .video_container .video {
    width: auto;
    height: 100%;
  }
}
.modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
}
.modal.is-active .video_container {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.modal .modal_container {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  max-width: 980px;
  width: 90%;
}
.modal .btn_modal_close {
  position: absolute;
  z-index: 210;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -32px;
  right: -26px;
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 500px) {
  .modal .btn_modal_close {
    position: static;
    z-index: 210;
    margin-top: 24px;
    width: 60%;
    min-width: 235px;
    border-radius: 0;
  }
}
@media screen and (max-width: 500px) {
  .modal .btn_modal_close.pushdown {
    position: static;
    z-index: 210;
    margin-top: 18px;
    width: 60%;
    min-width: 235px;
    border-radius: 0;
  }
}
.modal .btn_modal_close.pushdown::before {
  z-index: -1;
  border-radius: 50%;
  top: 2px;
  left: 2px;
}
@media screen and (max-width: 500px) {
  .modal .btn_modal_close.pushdown::before {
    height: auto;
    border-radius: 0;
  }
}
.modal .btn_modal_close.pushdown > span {
  width: 56px;
  height: 56px;
  padding: 0;
  color: white;
  background: #402310;
  border-radius: 50%;
}
@media screen and (max-width: 500px) {
  .modal .btn_modal_close.pushdown > span {
    width: 100%;
    border-radius: 0;
    background-color: transparent;
  }
  .modal .btn_modal_close.pushdown > span .ico_close {
    background: #402310;
    border-radius: 50%;
    margin-right: 16px;
    -webkit-box-shadow: 2px 1px #fbda78;
            box-shadow: 2px 1px #fbda78;
  }
}
.modal .btn_modal_close.pushdown > span::after {
  display: none;
}
.modal .btn_modal_close.pushdown:hover > span {
  background-color: #423028;
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}
.modal .btn_modal_close.pushdown:active span {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}
.modal {
  /* モーダルのコンテンツ部分の指定 */
}
.modal .video_container {
  position: relative;
  width: 100%;
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 24px;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  opacity: 0;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
@media screen and (max-width: 896px) {
  .modal .video_container {
    padding: 16px;
  }
}
@media screen and (max-width: 500px) {
  .modal .video_container {
    padding: 24px 4px;
  }
}

.modal_video_youtube_wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  vertical-align: middle;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100vw;
  height: 100svh;
  text-align: center;
  background: rgba(33, 32, 32, 0.7);
  padding: 40px 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.modal_video_youtube_wrap.is-show {
  opacity: 1;
  visibility: visible;
}
.modal_video_youtube_content {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  max-width: 980px;
  width: 90%;
  background: #fff;
  text-align: left;
  padding: 24px;
  border-radius: 8px;
}
.modal_video_youtube_content .video_youtube_wrap {
  width: 100%;
  aspect-ratio: 16/9;
}
.modal_video_youtube_content .video_youtube_wrap iframe {
  height: 100%;
  width: 100%;
}
.modal_video_youtube_close {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 0.75rem;
}
.modal_video_youtube_background {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
}
.modal_video_youtube_background.is-show {
  display: block;
}

.movie_trigger {
  color: #585858;
  pointer-events: none;
  text-decoration: none;
}
.movie_trigger.is-ready {
  cursor: pointer;
  pointer-events: initial;
}

.video_container {
  height: 380px;
  position: relative;
  width: 676px;
}
@media screen and (max-width: 500px) {
  .video_container {
    aspect-ratio: 16/9;
    height: auto;
    width: calc(100% - 2rem);
  }
}

.movie_iframe_container {
  height: 380px;
  position: relative;
  width: 676px;
}
@media screen and (max-width: 500px) {
  .movie_iframe_container {
    height: auto;
    width: calc(100% - 2rem);
  }
}
.movie_iframe_container iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .container {
  width: 100%;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header .header_logo {
  max-width: 157px;
}
@media screen and (max-width: 500px) {
  .header .header_logo {
    max-width: 110px;
  }
}
@-moz-document url-prefix() {
  .header .header_logo {
    width: 157px !important;
  }
}

.mainVisual {
  position: relative;
  height: 90svh;
  max-height: 960px;
  min-height: 860px;
  background-color: #f8f8f8;
  background-image: url("../images/bg_arch_mv.png"), url("../images/bg_pattern_mv.png");
  background-size: 1660px, clamp(225px, 22.49vi + 140.66px, 447.89px);
  background-repeat: no-repeat, repeat;
  background-position: center bottom, center -10%;
  padding-bottom: 178px;
  z-index: -1;
}
@media screen and (max-width: 896px) {
  .mainVisual {
    height: calc(90svh + 14vw);
    min-height: 520px;
    max-height: 680px;
    background-size: 130vw, clamp(225px, 22.49vi + 140.66px, 447.89px);
    padding-bottom: 14vw;
  }
}
@media screen and (max-width: 500px) {
  .mainVisual {
    min-height: 520px;
    max-height: 617px;
  }
}
@media screen and (min-width: 1660px) {
  .mainVisual {
    background-size: 100%, clamp(225px, 22.49vi + 140.66px, 447.89px);
    padding-bottom: calc(97px + 5vi);
  }
}
.mainVisual .container {
  position: relative;
  height: 100%;
}
.mainVisual .container h2 {
  display: block;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
}
@media screen and (max-width: 500px) {
  .mainVisual .container h2 {
    padding-top: 24%;
  }
}
.mainVisual img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain center center;
     object-fit: contain center center;
  -webkit-filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 500px) {
  .mainVisual img {
    width: 145%;
    -webkit-filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.15));
  }
}
[class^=sec_] {
  background-image: url(""), url("");
  background-size: 1660px, clamp(225px, 22.49vi + 140.66px, 447.89px);
  background-repeat: no-repeat, repeat;
  background-position: center bottom, center -10%;
  z-index: 1;
  padding-bottom: 138px;
}
@media screen and (max-width: 896px) {
  [class^=sec_] {
    background-size: 130vw, clamp(225px, 22.49vi + 140.66px, 447.89px);
    padding-bottom: 14vw;
  }
}
[class^=sec_] .container {
  margin-top: -12px;
}
@media screen and (max-width: 896px) {
  [class^=sec_] .container {
    margin-top: 0;
    padding-top: 24px;
  }
}
@media screen and (min-width: 1660px) {
  [class^=sec_] {
    background-size: 100%, 35%;
    padding-bottom: calc(130px + 5vi);
  }
}

.sec_message {
  background-image: url("../images/bg_arch_sec-message.png"), url("");
  background-color: #fff;
}

.sec_info {
  background-image: url("../images/bg_arch_sec-info.png"), url("../images/bg_pattern_gray.png");
  background-color: #F4F4F4;
}
.sec_info .container {
  margin-bottom: 132px;
}
@media screen and (max-width: 896px) {
  .sec_info .container {
    margin-bottom: 64px;
  }
}

.sec_season {
  background-image: url("../images/bg_arch_sec-season.png"), url("");
  background-color: #fff;
}
.sec_season .container {
  margin-bottom: 137px;
}
@media screen and (max-width: 500px) {
  .sec_season .container {
    margin-bottom: 64px;
  }
}

.sec_comic {
  background-image: url("../images/bg_arch_sec-comic.png"), url("../images/bg_pattern_gray.png");
  background-color: #F4F4F4;
}
.sec_comic .container {
  margin-bottom: 162px;
}
@media screen and (max-width: 500px) {
  .sec_comic .container {
    margin-bottom: 64px;
  }
}
.sec_comic h2 img {
  -webkit-filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.05));
}
.sec_comic .flex {
  gap: 32px;
}
@media screen and (max-width: 500px) {
  .sec_comic .flex {
    gap: 7px;
  }
}
.sec_comic .flex .ttl {
  width: 25.26%;
}
@media screen and (max-width: 500px) {
  .sec_comic .flex .ttl {
    width: 20.74%;
  }
}
.sec_comic .flex .content {
  width: 68.05%;
}
@media screen and (max-width: 500px) {
  .sec_comic .flex .content {
    width: 77.4%;
  }
}

.sec_movie {
  background-image: url("../images/bg_arch_sec-movie.png"), url("");
  background-color: #fff;
}
.sec_movie .video_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 720px;
}
.sec_movie .video_wrap > picture {
  position: absolute;
  z-index: 50;
  width: 100%;
  max-width: 182px;
  top: -132px;
  right: -64px;
}
@media screen and (max-width: 500px) {
  .sec_movie .video_wrap > picture {
    max-width: 84px;
    top: -51px;
    right: -9px;
  }
}
.sec_movie .video_wrap .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
}

.sec_shop {
  background-image: url("../images/bg_arch_sec-shop.png"), url("../images/bg_pattern_gray.png");
  background-color: #F7F7F7;
  padding-bottom: 80px;
}
.sec_shop .shop_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
@media screen and (max-width: 896px) {
  .sec_shop .shop_list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}
@media screen and (max-width: 500px) {
  .sec_shop .shop_list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }
}
.sec_shop .shop_list .shop_card {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
}
.sec_shop .shop_list .shop_card.important {
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 30px -10px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 30px -10px rgba(0, 0, 0, 0.15);
}
.sec_shop .shop_list .shop_card dt, .sec_shop .shop_list .shop_card dd {
  padding: 4px 0;
}
.sec_shop .shop_list .shop_card .shop_info {
  padding: 20px;
  font-size: 16px;
  font-size: 1rem;
}
.sec_shop .shop_list .shop_card .shop_info .name {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 0;
}
@media screen and (max-width: 500px) {
  .sec_shop .shop_list .shop_card .shop_info .name {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.sec_shop .shop_list .shop_card > .label {
  width: 100%;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_shop .shop_list .shop_card > .label img {
  width: 85%;
  max-width: 234px;
  min-width: 200px;
}
.sec_shop .shop_list .shop_card .tel > .label {
  position: relative;
  padding-right: 1em;
}
.sec_shop .shop_list .shop_card .tel > .label::after {
  content: "：";
  letter-spacing: 0.01em;
  display: inline-block;
  position: absolute;
  right: 0.25em;
}
.sec_shop .shop_list .shop_card .tel .num {
  letter-spacing: 0.12em;
}
@media screen and (max-width: 896px) {
  .sec_shop .shop_list .shop_card .tel .num {
    text-decoration: none;
  }
}

.footer {
  background-image: url("../images/bg_pattern_gray.png");
  background-size: clamp(225px, 22.49vi + 140.66px, 447.89px);
  background-repeat: repeat;
  background-position: center 0%;
  margin-top: 0;
}
@media screen and (max-width: 896px) {
  .footer .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 110px;
}
.footer_info dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .footer_info {
    width: 100%;
  }
}

@-moz-document url-prefix() {
  .footer_logo {
    width: 212px !important;
  }
}

.copyright {
  font-size: 13pxpx;
  font-size: 0.8125pxrem;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #b3b3b3;
  padding: 8px 16px;
}
.copyright small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}/*# sourceMappingURL=style.css.map */