@charset "UTF-8";
/*-------------------------------------------
  リセット
/*-------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  width: 100%;
  color: #000;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: none;
  outline: none;
  line-height: 1;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/*---------------------------------------
  header
/*---------------------------------------*/
#header {
  overflow: visible;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  padding-top: 28px;
  border-top: 10px solid #aa2c20;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #header {
    position: fixed;
    padding-top: 0;
    border-top: 2.5445292621vw solid #aa2c20;
  }
}
@media screen and (max-width: 768px) {
  #header .inner {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  #header .navigation_cont a {
    font-size: 11px;
  }
}

.header_wrap {
  display: flex;
  max-width: 1100px;
  height: 60px;
  margin: 0 auto;
  background-color: #fff;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header_wrap {
    height: 12.7226463104vw;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .header_wrap {
    width: 93%;
    margin: 0;
  }
}

.header_logo {
  width: 176px;
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 41.7302798982vw;
  }
}
.header_logo a {
  display: flex;
  width: 82.95454545%;
  height: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header_logo a {
    width: 28.4987277354vw;
  }
}

.navigation_cont {
  display: flex;
  width: calc(100% - 362px);
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .navigation_cont {
    display: block;
    visibility: hidden;
    width: 100%;
    position: absolute;
    top: 12.7226463104vw;
    left: 0;
    padding: 19.0839694656vw 0 21.6284987277vw;
    opacity: 0;
    color: #fff;
    background-color: #aa2c20;
    transition: all 0.4s;
  }
  .navigation_cont.is_active {
    visibility: visible;
    opacity: 1;
  }
}
.navigation_cont a {
  padding: 0 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .navigation_cont a {
    display: block;
    margin-bottom: 9.1603053435vw;
    padding: 0;
    font-size: 4.0712468193vw;
    text-align: center;
  }
  .navigation_cont a:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .navigation_cont a {
    padding: 0 10px;
  }
}

.bogo-language-switcher {
  display: flex;
  width: 186px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
  background-color: #dbdcdc;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .bogo-language-switcher {
    width: calc(100% - 56.9974554707vw);
    font-size: 3.0534351145vw;
  }
}
.bogo-language-switcher li {
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .bogo-language-switcher li:hover {
    color: #b82d29;
  }
}
.bogo-language-switcher li.current {
  color: #b82d29;
}
.bogo-language-switcher li::after {
  padding: 0 4px;
  color: #000;
  content: "/";
}
@media screen and (max-width: 768px) {
  .bogo-language-switcher li::after {
    padding-right: 1.0178117048vw;
  }
}
.bogo-language-switcher li.ko-KR::after {
  content: none;
}
.bogo-language-switcher li.ko-KR::after {
  content: none;
}
.bogo-language-switcher .ja {
  order: 1;
}
.bogo-language-switcher .en-US {
  order: 2;
}
.bogo-language-switcher .zh-CN {
  order: 3;
}
.bogo-language-switcher .ko-KR {
  order: 4;
}

.menu_trigger {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu_trigger {
    display: block;
    width: 15.2671755725vw;
    height: 100%;
    position: relative;
    background-color: #aa2c20;
    cursor: pointer;
    z-index: 10;
  }
  .menu_trigger p {
    margin-top: 1.5267175573vw;
    color: #fff;
    font-size: 2.5445292621vw;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .menu_trigger span {
    display: block;
    width: 6.6157760814vw;
    height: 1px;
    position: absolute;
    left: 4.3256997455vw;
    border-radius: 1.272264631vw;
    background-color: #fff;
    transition: transform 0.4s;
  }
  .menu_trigger span:nth-child(1) {
    top: 6.106870229vw;
  }
  .menu_trigger span:nth-child(2) {
    top: 7.6335877863vw;
  }
  .menu_trigger span:last-child {
    bottom: 3.0534351145vw;
  }
  .menu_trigger.is_active span:nth-child(1) {
    transform: translateY(1.7811704835vw) rotate(45deg);
  }
  .menu_trigger.is_active span:nth-child(2) {
    opacity: 0;
  }
  .menu_trigger.is_active span:nth-child(3) {
    transform: translateY(-1.7811704835vw) rotate(-45deg);
  }
}

/*-------------------------------------------
  footer
/*-------------------------------------------*/
footer {
  padding: 100px 0 120px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 10.1781170483vw 0 13.7404580153vw;
  }
}
footer .navigation_cont {
  width: calc(100% - 318px);
}
@media screen and (max-width: 768px) {
  footer .navigation_cont {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer .bogo-language-switcher {
    width: 43.2569974555vw;
  }
}

.footer_wrap {
  display: flex;
  max-width: 1100px;
  height: 60px;
  margin: 0 auto;
  padding: 0 25px 0 10px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_wrap {
    height: 12.7226463104vw;
    padding: 0 7.6335877863vw 0;
    gap: 7.6335877863vw;
  }
}

.footer_logo {
  width: 132px;
}
@media screen and (max-width: 768px) {
  .footer_logo {
    width: 27.989821883vw;
    margin-left: 5.0890585242vw;
  }
}

/*-------------------------------------------
  common
/*-------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  min-width: 1000px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}
body.noscroll {
  overflow: hidden;
}

main {
  overflow-x: hidden;
  margin-top: -100px;
  background-color: #faf5e6;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 0;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

img {
  width: 100%;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 89.8218829517vw;
    padding: 0;
  }
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 769px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.4s ease-in-out;
  }
  .imgalpha:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrap {
    overflow: hidden;
    max-width: 100vw;
  }
}
.loader {
  display: flex;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 20px;
  background-color: #f8f3e4;
  background-image: url(../img/common/loader_bg_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100vh;
  z-index: 10000;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .loader {
    padding: 0;
    background-image: url(../img/common/loader_bg_sp.png);
    background-size: cover;
  }
}
.loader::before, .loader::after {
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  background-image: url(../img/common/line01.png);
  background-repeat: repeat-x;
  content: "";
}
@media screen and (max-width: 768px) {
  .loader::before, .loader::after {
    height: 4.0712468193vw;
  }
}
.loader::before {
  top: 10px;
}
@media screen and (max-width: 768px) {
  .loader::before {
    top: 3.5623409669vw;
  }
}
.loader::after {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .loader::after {
    bottom: 3.5623409669vw;
  }
}

.loader_logo {
  overflow: hidden;
  max-width: 830px;
  width: 100%;
  opacity: 0;
  transform: scale(0.8);
}
@media screen and (max-width: 768px) {
  .loader_logo {
    max-width: 83.9694656489vw;
  }
}

.sec_ttl {
  width: 500px;
  height: 106px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  color: #852e32;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    width: 83.4605597964vw;
    height: 17.8117048346vw;
    font-size: 5.5979643766vw;
  }
}
.sec_ttl .txt {
  display: block;
  width: 100%;
  position: absolute;
  top: 34px;
  left: 50%;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.08em;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec_ttl .txt {
    top: 5.8524173028vw;
  }
}

.illust_object span {
  display: block;
  position: absolute;
}

.fixed_btn {
  display: flex;
  width: 60px;
  min-height: 230px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 22px 0 15px;
  color: #fff;
  line-height: 1.167;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  background-color: #aa2c20;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fixed_btn {
    width: 15.2671755725vw;
    min-height: 56.9974554707vw;
    top: 10.1781170483vw;
    padding: 5.0890585242vw 0 3.8167938931vw;
    font-size: 3.0534351145vw;
  }
}
.fixed_btn .icon {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .fixed_btn .icon {
    width: 7.6335877863vw;
  }
  .fixed_btn .icon img {
    display: block;
  }
}

.t_vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.t_vertical .num {
  line-height: 1;
  vertical-align: baseline;
  -ms-text-combine-horizontal: all;
  -webkit-text-combine: horizontal;
  text-combine-upright: all;
}

.movie_item {
  height: 0;
  position: relative;
  cursor: pointer;
}

.thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.underLine {
  text-decoration: underline;
}
.underLine:hover {
  text-decoration: none;
}

/*-------------------------------------------
  top
/*-------------------------------------------*/
.top .mv {
  position: relative;
}
.top .mv .illust_object .illust01 {
  width: 376px;
  top: 12.852%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top .mv .illust_object .illust01 {
    width: 67.1755725191vw;
    top: 17.8117048346vw;
    left: -12.213740458vw;
  }
}
.top .mv .illust_object .illust02 {
  width: 153px;
  top: 39.72%;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .top .mv .illust_object .illust02 {
    width: 27.4809160305vw;
    top: 43.2569974555vw;
    left: -2.0356234097vw;
  }
}
.top .mv .illust_object .illust03 {
  width: 376px;
  right: 0;
  bottom: 9.697%;
}
@media screen and (max-width: 768px) {
  .top .mv .illust_object .illust03 {
    width: 67.1755725191vw;
    right: -8.6513994911vw;
    bottom: 3.8167938931vw;
  }
}
.top .mv .illust_object .illust04 {
  width: 148px;
  top: 18.693%;
  right: 3.858%;
}
@media screen and (max-width: 768px) {
  .top .mv .illust_object .illust04 {
    width: 26.4631043257vw;
    top: initial;
    right: -5.5979643766vw;
    bottom: 49.8727735369vw;
  }
}
.top .mv_swiper {
  overflow: hidden;
  width: 94.64285714%;
  height: 856px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .top .mv_swiper {
    width: 92.3664122137vw;
    height: 163.8676844784vw;
  }
}
.top .mv_swiper img {
  width: 100%;
  height: 100%;
  animation: zoomUp 10s linear 0s 1 normal both;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .swiper-horizontal > .swiper-pagination-bullets,
.top .swiper-pagination-bullets.swiper-pagination-horizontal,
.top .swiper-pagination-custom,
.top .swiper-pagination-fraction {
  width: 12px;
  top: 246px;
  right: 28px;
  bottom: initial;
  left: initial;
}
@media screen and (max-width: 768px) {
  .top .swiper-horizontal > .swiper-pagination-bullets,
  .top .swiper-pagination-bullets.swiper-pagination-horizontal,
  .top .swiper-pagination-custom,
  .top .swiper-pagination-fraction {
    width: 2.0356234097vw;
    top: 68.7022900763vw;
    right: 6.6157760814vw;
  }
}
.top .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.top .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .top .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .top .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 2.2900763359vw 0;
  }
}
.top .pagination-bullet-active::before {
  opacity: 1;
}
.top .swiper-pagination-bullet {
  display: flex;
  width: 12px;
  height: 12px;
  position: relative;
  opacity: 1;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top .swiper-pagination-bullet {
    width: 2.0356234097vw;
    height: 2.0356234097vw;
  }
}
.top .swiper-pagination-bullet::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0;
  background-color: #852e32;
  content: "";
}
@media screen and (max-width: 768px) {
  .top .swiper-pagination-bullet::before {
    width: 1.4249363868vw;
    height: 1.4249363868vw;
  }
}
.top .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.top .mv_bnr {
  display: block;
  width: 220px;
  position: absolute;
  bottom: 140px;
  left: 30px;
  padding: 48px 0 82px;
  text-align: center;
  background-image: url(../img/top/mvbnr_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .top .mv_bnr {
    width: 41.2213740458vw;
    bottom: 19.0839694656vw;
    left: 3.5623409669vw;
    padding: 6.8702290076vw 0 16.2849872774vw;
  }
}
.top .mv_bnr::before {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  border: 1px solid #1a1a1a;
  border-radius: 50%;
  background-image: url(../img/common/arrow_bottom01.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 19px;
  transform: translateX(-50%);
  content: "";
}
@media screen and (max-width: 768px) {
  .top .mv_bnr::before {
    width: 6.106870229vw;
    height: 6.106870229vw;
    bottom: 8.3969465649vw;
    background-size: 3.5623409669vw;
  }
}
.top .mv_bnr span {
  display: block;
}
.top .mv_bnr .ttl {
  width: 76px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .top .mv_bnr .ttl {
    width: 13.7404580153vw;
    margin-bottom: 2.5445292621vw;
  }
}
.top .mv_bnr .txt {
  line-height: 1.5625;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top .mv_bnr .txt {
    line-height: 1.5;
    font-size: 3.0534351145vw;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.top .message {
  position: relative;
  margin-top: -100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .message {
    margin-top: -10.941475827vw;
    text-align: left;
  }
}
.top .message .message_wrap {
  position: relative;
  padding-bottom: 94px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top .message .message_wrap {
    padding-bottom: 15.2671755725vw;
  }
}
.top .message .message_wrap::before {
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: -210px;
  left: 0;
  background-image: url(../img/top/message_bg_pc.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 768px) {
  .top .message .message_wrap::before {
    height: 38.1679389313vw;
    top: -25.4452926209vw;
    background-image: url(../img/top/message_bg_sp.png);
  }
}
.top .message .inner {
  position: relative;
}
.top .message .message_illust {
  display: block;
  max-width: 1400px;
  height: 104px;
  position: relative;
  margin: 0 auto 110px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .top .message .message_illust {
    max-width: 100%;
    height: 7.1246819338vw;
    margin-bottom: 15.2671755725vw;
  }
}
.top .message .message_illust img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .message .illust_object span {
  z-index: -1;
}
.top .message .illust_object .illust01 {
  width: 214px;
  top: 19.97%;
  left: -7.457%;
}
.top .message .illust_object .illust02 {
  width: 220px;
  right: -7.896%;
  bottom: 11.596%;
}
.top .main_ttl {
  width: 100%;
  margin-bottom: 35px;
  padding: 82px 0 52px;
  background-image: url(../img/top/message_ttlBg_pc.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top .main_ttl {
    margin-bottom: 6.3613231552vw;
    padding: 6.6157760814vw 0;
    text-align: center;
    background-image: url(../img/top/message_ttlBg_sp.png);
  }
}
.top .main_ttl span {
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.185;
  font-size: 54px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .top .main_ttl span {
    max-width: 100%;
    line-height: 1.4;
    font-size: 7.6335877863vw;
  }
}
.top .message_ttl {
  margin-bottom: 37px;
  color: #852e32;
  line-height: 1.4166;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .top .message_ttl {
    margin-bottom: 3.5623409669vw;
    line-height: 1.818;
    font-size: 5.5979643766vw;
  }
}
.top .message_txtWrap p {
  line-height: 3;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 768px) {
  .top .message_txtWrap p {
    line-height: 2.5714;
    font-size: 3.5623409669vw;
  }
}
.top .message_txtWrap p + p {
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .top .message_txtWrap p + p {
    margin-top: 9.6692111959vw;
  }
}
.top .movieCont {
  position: relative;
  padding: 160px 0 170px;
}
@media screen and (max-width: 768px) {
  .top .movieCont {
    padding: 20.3562340967vw 0 36.8956743003vw;
  }
}
.top .movieCont::before, .top .movieCont::after {
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  background-image: url(../img/common/line01.png);
  background-repeat: repeat-x;
  content: "";
}
@media screen and (max-width: 768px) {
  .top .movieCont::before, .top .movieCont::after {
    height: 4.0712468193vw;
  }
}
.top .movieCont::before {
  top: 30px;
}
@media screen and (max-width: 768px) {
  .top .movieCont::before {
    top: 3.5623409669vw;
  }
}
.top .movieCont::after {
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top .movieCont::after {
    bottom: 3.5623409669vw;
  }
}
.top .movieCont .sec_ttl {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .top .movieCont .sec_ttl {
    margin-bottom: 10.1781170483vw;
  }
}
.top .movieCont .movie_item {
  max-width: 550px;
  width: 100%;
  padding-top: 308px;
}
@media screen and (max-width: 768px) {
  .top .movieCont .movie_item {
    max-width: 100%;
    margin-bottom: 7.6335877863vw;
    padding-top: 50.8905852417vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1150px) {
  .top .movieCont .movie_item {
    max-width: 450px;
  }
}
.top .movieCont .movie_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top ul.movie_list li {
  display: flex;
  gap: 7.27272727%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top ul.movie_list li {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1150px) {
  .top ul.movie_list li {
    gap: 3%;
  }
}
.top ul.movie_list li + li {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top ul.movie_list li + li {
    margin-top: 19.3384223919vw;
  }
}
.top .movie_txtWrap dt {
  margin-bottom: 44px;
  line-height: 1.3;
  font-size: 36px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .top .movie_txtWrap dt {
    margin-bottom: 3.8167938931vw;
    line-height: 1.8;
    font-size: 5.5979643766vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1150px) {
  .top .movie_txtWrap dt {
    font-size: 30px;
  }
}
.top .movie_txtWrap dd {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top .movie_txtWrap dd {
    font-size: 4.0712468193vw;
  }
}
.top .shop_menu {
  padding: 130px 0 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top .shop_menu {
    padding: 20.3562340967vw 0 25.4452926209vw;
  }
}
.top .shop_menu .sec_ttl {
  margin-bottom: 80px;
  color: #2e3192;
}
@media screen and (max-width: 768px) {
  .top .shop_menu .sec_ttl {
    margin-bottom: 13.7404580153vw;
  }
}
.top .shop_menu .sec_ttl .bg .cls-1,
.top .shop_menu .sec_ttl .bg .cls-2,
.top .shop_menu .sec_ttl .bg .cls-3 {
  stroke: #2e3192;
}
.top .shopMenu_head {
  display: flex;
  /*margin-bottom: 178px;*/
  margin-bottom: 60px;
  justify-content: space-between;
  gap: 4.18181818%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top .shopMenu_head {
    display: block;
    margin-bottom: 0;
  }
}
.top .shopMenu_head .poster_img {
  max-width: 346px;
  width: 31.45454545%;
}
@media screen and (max-width: 768px) {
  .top .shopMenu_head .poster_img {
    max-width: 100%;
    width: 100%;
    /*margin-bottom: 14.7582697201vw;*/
		margin-bottom: 7vw;
  }
}
.top .shopMenu_head .shop_linkBox {
  max-width: 330px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .top .shopMenu_head .shop_linkBox {
    max-width: 100%;
    width: 100%;
  }
}
.top .shopMenu_head .shop_linkBox a {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
}
.top .shopMenu_head .shop_linkBox a:first-child {
  min-height: 156px;
}
@media screen and (max-width: 1140px) {
  .top .shopMenu_head .shop_linkBox a:first-child {
    min-height: initial;
  }
}
.top .shopMenu_head .shop_linkBox a:nth-child(2) {
  min-height: 120px;
}
@media screen and (max-width: 1140px) {
  .top .shopMenu_head .shop_linkBox a:nth-child(2) {
    min-height: initial;
  }
}
.top .shopMenu_head .shop_linkBox a + a {
  margin-top: 21.213%;
}
@media screen and (max-width: 768px) {
  .top .shopMenu_head .shop_linkBox a + a {
    margin-top: 0;
  }
}
.top .shopMenu_head .shop_linkBox a::before {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 0;
  border: 1px solid #1a1a1a;
  border-radius: 50%;
  background-image: url(../img/common/arrow_bottom01.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 19px;
  transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 768px) {
  .top .shopMenu_head .shop_linkBox a::before {
    width: 8.6513994911vw;
    height: 8.6513994911vw;
    background-size: 4.5801526718vw;
  }
}
.top .shopMenu_head .shop_linkBox img {
  display: block;
}
.top .shopMenu_head .box01 a:nth-child(1) img {
  width: 75.75757576%;
}
@media screen and (max-width: 768px) {
  .top .shopMenu_head .box01 a:nth-child(1) img {
    width: 63.6132315522vw;
    margin-left: 7.6335877863vw;
  }
}
.top .shopMenu_head .box01 a:nth-child(2) img {
  width: 68.18181818%;
}
@media screen and (max-width: 768px) {
  .top .shopMenu_head .box01 a:nth-child(2) img {
    width: 57.2519083969vw;
    margin-left: 10.1781170483vw;
  }
}
@media screen and (max-width: 768px) {
  .top .shopMenu_head .box01 a + a {
    margin-top: 17.8117048346vw;
  }
}
@media screen and (max-width: 768px) {
  .top .shopMenu_head .box02 {
    margin-top: 25.4452926209vw;
  }
}
.top .shopMenu_head .box02 a img {
  width: 82.42424242%;
}
@media screen and (max-width: 768px) {
  .top .shopMenu_head .box02 a img {
    width: 69.2111959288vw;
    margin-left: 4.0712468193vw;
  }
}
@media screen and (max-width: 768px) {
  .top .shopMenu_head .box02 a + a {
    margin-top: 26.4631043257vw;
  }
}


.top .shopMenu_floormap{
	margin-bottom: 178px;
}
.top .shopMenu_floormap .sp{
	display: none;
}
@media screen and (max-width: 768px) {
	.top .shopMenu_floormap{
		margin-bottom: 0;
		margin-bottom: 14.7582697201vw;
	}
	.top .shopMenu_floormap .sp{
		display: block;
	}
	.top .shopMenu_floormap .pc{
		display: none;
	}
}

.top .shopMenu_ttl{
	margin-bottom: 15px;
}

.top .shopMenu_floormap ul{
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	column-gap: 20px;
}
.top .shopMenu_floormap li{
	display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.top .shopMenu_floormap li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	border: solid 1px #000;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.top .shopMenu_floormap ul{
		grid-template-columns: repeat(2, 1fr);
		column-gap: 4vw;
		row-gap: 4vw;
		font-size: 4.0712468193vw;
	}
	.page_en .shopMenu_floormap ul{
		font-size: 3.8167938931vw;
	}
}
@media screen and (max-width: 480px) {
	.top .shopMenu_floormap ul{
		grid-template-columns: repeat(2, 1fr);
	}
}






.top ul.shop_listWrap li {
  position: relative;
  padding: 80px 0 75px;
}
@media screen and (max-width: 768px) {
  .top ul.shop_listWrap li {
    padding: 25.4452926209vw 0 11.7048346056vw;
  }
}
.top ul.shop_listWrap li::before {
  display: block;
  width: 96.429%;
  height: 550px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #faf5e6;
  z-index: -2;
  content: "";
}
@media screen and (max-width: 768px) {
  .top ul.shop_listWrap li::before {
    width: 100%;
    height: 45%;
  }
}
.top ul.shop_listWrap li::after {
  display: block;
  max-width: 1400px;
  width: 100%;
  height: 104px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  opacity: 0.5;
  background-image: url(../img/top/illust04_pc.png);
  background-position: 50%;
  background-size: cover;
  transform: translateX(-50%);
  z-index: -1;
  content: "";
}
@media screen and (max-width: 768px) {
  .top ul.shop_listWrap li::after {
    content: none;
  }
}
.top ul.shop_listWrap li .inner {
  max-width: 1260px;
  position: relative;
  margin-top: -224px;
}
@media screen and (max-width: 768px) {
  .top ul.shop_listWrap li .inner {
    max-width: 89.8218829517vw;
    margin-top: 0;
  }
}
.top .shop_img {
  width: 51.429%;
  height: 480px;
}
@media screen and (max-width: 768px) {
  .top .shop_img {
    width: 100%;
    height: 66.6666666667vw;
  }
}
.top .shop_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .shop_logo {
  position: absolute;
  left: 50%;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top .shop_logo {
    position: static;
    margin-right: auto;
    margin-left: auto;
    font-size: 4.0712468193vw;
    transform: translateX(0);
  }
}
.top .shop_description {
  max-width: 604px;
  width: 100%;
  max-height: 350px;
  margin-right: 25px;
  margin-left: auto;
  padding: 70px 0;
  background-image: url(../img/common/frame01-top.svg), url(../img/common/frame01-bottom.svg);
  background-repeat: no-repeat;
  background-position: top, bottom;
}
@media screen and (max-width: 768px) {
  .top .shop_description {
    max-width: 89.058524173vw;
    /*max-height: 124.6819338422vw;*/
		max-height: 100vw;
		min-height: 350px;
    margin: 0 auto;
    padding: 10.1781170483vw 10.1781170483vw 10.1781170483vw 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .top .shop_description {
    max-width: 480px;
  }
}
.top .shop_description::before {
  display: block;
  width: 62px;
  height: 230px;
  position: absolute;
  top: 77px;
  right: 0;
  background-image: url(../img/common/frame_object01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}
@media screen and (max-width: 768px) {
  .top .shop_description::before {
    width: 9.1603053435vw;
    height: 33.5877862595vw;
    top: 15.2671755725vw;
    right: 0;
  }
}
.top .shop_description p {
  display: flex;
  width: 100%;
  line-height: 1.8;
  font-size: 16px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top .shop_description p {
    line-height: 1.4;
    font-size: 4.0712468193vw;
    letter-spacing: 0.02em;
    align-items: flex-start;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .top .shop_description p {
    font-size: 15px;
  }
}
.top .shop_menuBtn {
  display: flex;
  width: 200px;
  margin-top: 36px;
  margin-left: auto;
  padding: 13px 23px;
  line-height: 1;
  font-size: 24px;
  background-color: #fff;
  align-items: center;
  gap: 28px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .top .shop_menuBtn {
    width: 50.8905852417vw;
    margin: 10.1781170483vw auto 0;
    padding: 3.0534351145vw 5.0890585242vw;
    font-size: 6.106870229vw;
    gap: 6.106870229vw;
  }
}
.top .shop_menuBtn::after {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 768px) {
  .top .shop_menuBtn::after {
    width: 3.0534351145vw;
    height: 3.0534351145vw;
  }
}
@media screen and (max-width: 768px) {
  .top #shop_ippukuya .shop_img {
    margin-bottom: 14.5038167939vw;
  }
}
.top #shop_ippukuya .shop_logo {
  width: 286px;
}
@media screen and (min-width: 769px) {
  .top #shop_ippukuya .shop_logo {
    top: 94px;
    margin-left: 21.429%;
  }
}
@media screen and (max-width: 768px) {
  .top #shop_ippukuya .shop_logo {
    width: 72.7735368957vw;
    margin-bottom: 8.9058524173vw;
  }
}
@media screen and (max-width: 768px) {
  .top #shop_rokkaku .shop_img {
    margin-bottom: 22.9007633588vw;
  }
}
.top #shop_rokkaku .shop_logo {
  width: 250px;
}
@media screen and (min-width: 769px) {
  .top #shop_rokkaku .shop_logo {
    top: 140px;
    margin-left: 21.786%;
  }
}
@media screen and (max-width: 768px) {
  .top #shop_rokkaku .shop_logo {
    width: 63.6132315522vw;
    margin-bottom: 19.3384223919vw;
  }
}
@media screen and (max-width: 768px) {
  .top #shop_shichifukumaru01 .shop_img {
    margin-bottom: 15.2671755725vw;
  }
}
.top #shop_shichifukumaru01 .shop_logo {
  width: 336px;
}
@media screen and (min-width: 769px) {
  .top #shop_shichifukumaru01 .shop_logo {
    top: 110px;
    margin-left: 22.143%;
  }
}
@media screen and (max-width: 768px) {
  .top #shop_shichifukumaru01 .shop_logo {
    width: 85.4961832061vw;
    margin-bottom: 13.9949109415vw;
  }
}
.top #shop_shichifukumaru01 .shop_logo img {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top #shop_shichifukumaru01 .shop_logo img {
    margin-bottom: 5.0890585242vw;
  }
}
@media screen and (max-width: 768px) {
  .top #shop_shichifukumaru02 .shop_img {
    margin-bottom: 15.2671755725vw;
  }
}
.top #shop_shichifukumaru02 .shop_logo {
  width: 336px;
}
@media screen and (min-width: 769px) {
  .top #shop_shichifukumaru02 .shop_logo {
    top: 100px;
    margin-left: 22.143%;
  }
}
@media screen and (max-width: 768px) {
  .top #shop_shichifukumaru02 .shop_logo {
    width: 85.4961832061vw;
    margin-bottom: 13.9949109415vw;
  }
}
.top #shop_shichifukumaru02 .shop_logo img {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top #shop_shichifukumaru02 .shop_logo img {
    margin-bottom: 5.0890585242vw;
  }
}
.top .voice {
  position: relative;
  padding: 90px 0 95px;
  background-color: #429c84;
}
@media screen and (max-width: 768px) {
  .top .voice {
    padding: 15.2671755725vw 0 20.3562340967vw;
  }
}
.top .voice::before {
  display: block;
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: -75px;
  left: 0;
  background-color: #429c84;
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 768px) {
  .top .voice::before {
    height: 11.7048346056vw;
    bottom: -11.7048346056vw;
  }
}
.top .voice .inner {
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .top .voice .inner {
    max-width: 89.8218829517vw;
  }
}
.top .voice .sec_ttl {
  margin-bottom: 60px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top .voice .sec_ttl {
    margin-bottom: 10.1781170483vw;
  }
}
.top .voice .sec_ttl .bg .cls-1,
.top .voice .sec_ttl .bg .cls-2,
.top .voice .sec_ttl .bg .cls-3 {
  stroke: #fff;
}
.top .voice .voice_wrap {
  min-height: 500px;
  padding: 0 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top .voice .voice_wrap {
    padding: 0 4.0712468193vw;
  }
}
.top .voice .WidgetTitle__Header-sc-ruy1gu-2.huflDf {
  display: none;
}
.top .access {
  position: relative;
  padding: 175px 0 80px;
}
@media screen and (max-width: 768px) {
  .top .access {
    padding: 26.7175572519vw 0 20.3562340967vw;
  }
}
.top .access::before {
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/common/line01.png);
  background-repeat: repeat-x;
  content: "";
}
@media screen and (max-width: 768px) {
  .top .access::before {
    height: 4.0712468193vw;
  }
}
.top .access .sec_ttl {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .top .access .sec_ttl {
    margin-bottom: 16.5394402036vw;
  }
}
.top .access .movie_item {
  max-width: 502px;
  margin-top: 65px;
  padding-top: 282px;
}
@media screen and (max-width: 768px) {
  .top .access .movie_item {
    max-width: 100%;
    margin-top: 7.6335877863vw;
    padding-top: 50.8905852417vw;
  }
}
.top .access .btn_instagram {
  display: flex;
  width: 680px;
  margin: 0 auto;
  padding: 38px 75px 38px 56px;
  color: #fff;
  line-height: 1;
  font-size: 36px;
  background-color: #1a1a1a;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top .access .btn_instagram {
    width: 100%;
    padding: 5.0890585242vw 8.1424936387vw 5.0890585242vw 7.1246819338vw;
    font-size: 5.3435114504vw;
  }
}
.top .access .btn_instagram img {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .top .access .btn_instagram img {
    width: 6.106870229vw;
  }
}
.top .access_wrap {
  display: flex;
  margin-bottom: 100px;
  justify-content: flex-end;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .top .access_wrap {
    display: block;
    margin-bottom: 6.3613231552vw;
  }
}
@media screen and (max-width: 768px) {
  .top .access_infoBox {
    margin-bottom: 6.106870229vw;
  }
}
.top .access_txtWrap p {
  line-height: 1.6875;
  font-size: 16px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .top .access_txtWrap p {
    line-height: 1.8;
    font-size: 4.0712468193vw;
  }
}
.top .access_txtWrap p + p {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .top .access_txtWrap p + p {
    margin-top: 5.8524173028vw;
  }
}
.top .access_mapBox {
  max-width: 530px;
}
@media screen and (max-width: 768px) {
  .top .access_mapBox {
    max-width: 100%;
  }
}
.top .map_item {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  padding-top: 374px;
}
@media screen and (max-width: 768px) {
  .top .map_item {
    margin-bottom: 6.3613231552vw;
    padding-top: 63.6132315522vw;
  }
}
.top .relatedShop {
  padding: 70px 0 150px;
  background-color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .top .relatedShop {
    padding: 12.7226463104vw 0 11.4503816794vw;
  }
}
.top .relatedShop .main_ttl {
  margin-bottom: 0;
  padding: 110px 0 88px;
  background-image: url(../img/top/relatedShop_ttlBg_pc.png);
}
@media screen and (max-width: 768px) {
  .top .relatedShop .main_ttl {
    padding: 12.7226463104vw 0 11.4503816794vw;
    background-image: url(../img/top/relatedShop_ttlBg_sp.png);
  }
}
.top .relatedShop ul.shop_listWrap li {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top .relatedShop ul.shop_listWrap li {
    padding: 10.1781170483vw 0 7.6335877863vw;
  }
}
.top .relatedShop ul.shop_listWrap li::before {
  height: 740px;
  background-color: #c69c6d;
}
@media screen and (max-width: 768px) {
  .top .relatedShop ul.shop_listWrap li::before {
    height: 60%;
  }
}
@media screen and (min-width: 769px) {
  .top .relatedShop ul.shop_listWrap li::after {
    bottom: 272px;
  }
}
.top .relatedShop ul.shop_listWrap li .inner {
  margin-top: -250px;
}
@media screen and (max-width: 768px) {
  .top .relatedShop ul.shop_listWrap li .inner {
    margin-top: 0;
  }
}
.top .relatedShop #shop_takumi .shop_img {
  height: 540px;
}
@media screen and (max-width: 768px) {
  .top .relatedShop #shop_takumi .shop_img {
    height: 74.8091603053vw;
    margin-bottom: 22.9007633588vw;
  }
}
.top .relatedShop #shop_takumi .shop_logo {
  width: 400px;
}
@media screen and (min-width: 769px) {
  .top .relatedShop #shop_takumi .shop_logo {
    top: 180px;
    margin-left: 20.715%;
  }
}
@media screen and (max-width: 768px) {
  .top .relatedShop #shop_takumi .shop_logo {
    width: 89.8218829517vw;
    margin-bottom: 25.4452926209vw;
  }
}
.top .relatedShop .shop_description {
  max-width: 806px;
  max-height: 350px;
  background-image: url(../img/common/frame02-top.svg), url(../img/common/frame02-bottom.svg);
}
@media screen and (max-width: 768px) {
  .top .relatedShop .shop_description {
    max-width: 100%;
    max-height: 124.6819338422vw;
    padding-right: 10.1781170483vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .top .relatedShop .shop_description {
    max-width: 640px;
  }
}
.top .relatedShop .shop_description p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top .relatedShop .shop_description p {
    line-height: 1.6;
  }
}
.top .relatedShop .shop_description::before {
  background-image: url(../img/common/frame_object02.svg);
}
.top .relatedShop .shop_address {
  max-width: 650px;
  margin-top: 130px;
  padding: 23px 20px 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top .relatedShop .shop_address {
    max-width: 100%;
    margin-top: 10.1781170483vw;
    padding: 3.8167938931vw;
  }
}
.top .relatedShop .shop_address dt {
  line-height: 1.6875;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top .relatedShop .shop_address dt {
    font-size: 4.0712468193vw;
  }
}
.top .relatedShop .shop_address dd {
  line-height: 1.6875;
  font-size: 16px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .top .relatedShop .shop_address dd {
    line-height: 1.92;
    font-size: 3.5623409669vw;
  }
}

/*-------------------------------------------
  lowerPage
/*-------------------------------------------*/
.lowerPage .mv {
  position: relative;
}
.lowerPage .mv_bg {
  overflow: hidden;
  width: 94.64285714%;
  height: 644px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .lowerPage .mv_bg {
    width: 92.3664122137vw;
    height: 163.8676844784vw;
  }
}
.lowerPage .mv_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lowerPage .mv_logo {
  display: flex;
  width: 378px;
  height: 378px;
  position: absolute;
  bottom: 100px;
  left: 10.715%;
  border-radius: 50%;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lowerPage .mv_logo {
    width: 63.6132315522vw;
    height: 63.6132315522vw;
    bottom: 50.8905852417vw;
    left: 17.8117048346vw;
  }
}
.lowerPage .mv_logo .logo {
  width: 286px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lowerPage .mv_logo .logo {
    width: 48.3460559796vw;
  }
}
.lowerPage .menuCont {
  position: relative;
  padding: 200px 0 170px;
}
@media screen and (max-width: 768px) {
  .lowerPage .menuCont {
    padding: 43.2569974555vw 0 17.8117048346vw;
  }
}
.lowerPage .menuCont::before, .lowerPage .menuCont::after {
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  background-image: url(../img/common/line01.png);
  background-repeat: repeat-x;
  content: "";
}
@media screen and (max-width: 768px) {
  .lowerPage .menuCont::before, .lowerPage .menuCont::after {
    height: 4.0712468193vw;
  }
}
.lowerPage .menuCont::before {
  top: 108px;
}
@media screen and (max-width: 768px) {
  .lowerPage .menuCont::before {
    top: 27.989821883vw;
  }
}
.lowerPage .menuCont::after {
  bottom: 0;
}
.lowerPage .menuCont_head {
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lowerPage .menuCont_head {
    margin-bottom: 11.7048346056vw;
  }
}
.lowerPage .menuCont_head h2 {
  margin-bottom: 8px;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .lowerPage .menuCont_head h2 {
    margin-bottom: 2.5445292621vw;
    font-size: 9.1603053435vw;
  }
}
.lowerPage .menuCont_head p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lowerPage .menuCont_head p {
    line-height: 1.5;
    font-size: 3.5623409669vw;
  }
}
.lowerPage ul.menu_listWrap.type01 {
  display: flex;
  margin-bottom: 90px;
  flex-wrap: wrap;
  gap: 66px 2.72727273%;
}
@media screen and (max-width: 768px) {
  .lowerPage ul.menu_listWrap.type01 {
    display: block;
    margin-bottom: 18.320610687vw;
  }
}
.lowerPage ul.menu_listWrap.type01 li {
  max-width: 346px;
  width: 31.45454545%;
}
@media screen and (max-width: 768px) {
  .lowerPage ul.menu_listWrap.type01 li {
    max-width: 100%;
    width: 100%;
  }
  .lowerPage ul.menu_listWrap.type01 li + li {
    margin-top: 12.7226463104vw;
  }
}
.lowerPage ul.menu_listWrap.type02 {
  display: flex;
  margin-bottom: 100px;
  flex-wrap: wrap;
  gap: 2.54545455%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lowerPage ul.menu_listWrap.type02 {
    display: block;
    margin-bottom: 7.6335877863vw;
  }
}
.lowerPage ul.menu_listWrap.type02 li {
  max-width: 348px;
  width: 31.63636364%;
  border: 1px solid #1a1a1a;
}
@media screen and (max-width: 768px) {
  .lowerPage ul.menu_listWrap.type02 li {
    max-width: 100%;
    width: 100%;
  }
  .lowerPage ul.menu_listWrap.type02 li + li {
    border-top: none;
  }
}
.lowerPage ul.menu_listWrap.type02 li.border_none {
  border: none;
}
.lowerPage ul.menu_listWrap.type02 li.border_none dl {
  padding: 0;
}
.lowerPage ul.menu_listWrap.type02 .product_txtWrap p + p {
  padding-top: 23px;
}
@media screen and (max-width: 768px) {
  .lowerPage ul.menu_listWrap.type02 .product_txtWrap p + p {
    padding-top: 7.6335877863vw;
  }
}
.lowerPage ul.menu_listWrap.type02 dl {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .lowerPage ul.menu_listWrap.type02 dl {
    padding: 7.6335877863vw;
  }
}
.lowerPage ul.menu_listWrap.type02 dl + dl {
  border-top: 1px solid #1a1a1a;
}
.lowerPage ul.menu_listWrap.type02 dt {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lowerPage ul.menu_listWrap.type02 dt {
    margin-bottom: 8.1424936387vw;
    font-size: 6.106870229vw;
  }
}
.lowerPage ul.menu_listWrap.mb0 {
  margin-bottom: 0;
}
.lowerPage ul.menu_listWrap .product_img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lowerPage ul.menu_listWrap .product_img {
    margin-bottom: 6.6157760814vw;
  }
}
.lowerPage ul.menu_listWrap .product_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lowerPage ul.menu_listWrap .product_txtWrap p {
  display: flex;
  line-height: 1.3125;
  font-size: 16px;
  letter-spacing: -0.03em;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .lowerPage ul.menu_listWrap .product_txtWrap p {
    font-size: 4.0712468193vw;
    gap: 2.5445292621vw;
  }
}
.lowerPage ul.menu_listWrap .product_txtWrap p .price {
  display: block;
  font-size: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .lowerPage ul.menu_listWrap .product_txtWrap p .price {
    font-size: 4.0712468193vw;
  }
}
.lowerPage ul.menu_listWrap .product_txtWrap p + p {
  padding-top: 3px;
}
@media screen and (max-width: 768px) {
  .lowerPage ul.menu_listWrap .product_txtWrap p + p {
    padding-top: 0.7633587786vw;
  }
}
.lowerPage ul.menu_listWrap .product_txtWrap .note_txt {
  color: #ed1c24;
}
.lowerPage .menuCont_bottomTxt {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lowerPage .menuCont_bottomTxt {
    line-height: 1.5;
    font-size: 4.0712468193vw;
  }
}
.lowerPage .shop_infoWrap {
  padding-top: 165px;
}
@media screen and (max-width: 768px) {
  .lowerPage .shop_infoWrap {
    padding-top: 27.989821883vw;
  }
}
.lowerPage .shop_infoWrap .shopLink > .inner {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .lowerPage .shop_infoWrap .shopLink > .inner {
    display: block;
  }
}
.lowerPage .shop_infoWrap .shopLink a {
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lowerPage .shop_infoWrap .shopLink a {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }
  .lowerPage .shop_infoWrap .shopLink a + a {
    margin-top: 20.3562340967vw;
  }
}
.lowerPage .shop_infoWrap .shopLink a img {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .lowerPage .shop_infoWrap .shopLink a img {
    margin-bottom: 2.5445292621vw;
  }
}
.lowerPage .shop_infoWrap .shopLink .btn_ippukuya {
  max-width: 286px;
}
@media screen and (max-width: 768px) {
  .lowerPage .shop_infoWrap .shopLink .btn_ippukuya {
    max-width: 63.6132315522vw;
  }
}
.lowerPage .shop_infoWrap .shopLink .btn_rokkaku {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .lowerPage .shop_infoWrap .shopLink .btn_rokkaku {
    max-width: 57.2519083969vw;
  }
}
.lowerPage .shop_infoWrap .shopLink .btn_shichifukumaru01 {
  max-width: 336px;
}
@media screen and (max-width: 768px) {
  .lowerPage .shop_infoWrap .shopLink .btn_shichifukumaru01 {
    max-width: 68.7022900763vw;
  }
}
.lowerPage .shop_infoWrap .shopLink .btn_shichifukumaru02 {
  max-width: 336px;
}
@media screen and (max-width: 768px) {
  .lowerPage .shop_infoWrap .shopLink .btn_shichifukumaru02 {
    max-width: 68.7022900763vw;
  }
}
.lowerPage .shop_infoWrap .shopImg_area {
  display: flex;
  margin-top: 105px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .lowerPage .shop_infoWrap .shopImg_area {
    margin-top: 29.262086514vw;
  }
}
.lowerPage .shop_infoWrap .shopImg_area li {
  width: 25%;
  height: 234px;
}
@media screen and (max-width: 768px) {
  .lowerPage .shop_infoWrap .shopImg_area li {
    width: 50%;
    height: 33.0788804071vw;
  }
}
.lowerPage .shop_infoWrap .shopImg_area li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lowerPage footer {
  background-color: #faf5e6;
}
.lowerPage .footer_wrap {
  padding-right: 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .lowerPage .footer_wrap {
    width: 84.7328244275vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .lowerPage .footer_wrap .footer_logo img {
    vertical-align: inherit;
  }
}

/*-------------------------------------------
  rokkaku
/*-------------------------------------------*/
.rokkaku .menuCont {
  padding-bottom: 184px;
}
@media screen and (max-width: 768px) {
  .rokkaku .menuCont {
    padding-bottom: 23.9185750636vw;
  }
}
.rokkaku .mv_logo .logo {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .rokkaku .mv_logo .logo {
    width: 42.2391857506vw;
  }
}

/*-------------------------------------------
  shichifukumaru01
/*-------------------------------------------*/
.shichifukumaru01 .mv_logo .logo {
  width: 336px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .shichifukumaru01 .mv_logo .logo {
    width: 56.4885496183vw;
    font-size: 2.5445292621vw;
  }
}
.shichifukumaru01 .mv_logo .logo img {
  display: block;
  margin-bottom: 20px;
}

/*-------------------------------------------
  shichifukumaru02
/*-------------------------------------------*/
.shichifukumaru02 .mv_logo .logo {
  width: 336px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .shichifukumaru02 .mv_logo .logo {
    width: 56.4885496183vw;
    font-size: 2.5445292621vw;
  }
}
.shichifukumaru02 .mv_logo .logo img {
  display: block;
  margin-bottom: 20px;
}

/*-------------------------------------------
  animation
/*-------------------------------------------*/
.top .mv_swiper {
  opacity: 0;
}
.top .mv_bnr {
  opacity: 0;
  transform: scale(0.5);
}
.top .mv .illust_object span {
  opacity: 0;
  transform: scale(0.8);
}

.header_wrap {
  transform: translateY(-180%);
}

.fixed_btn {
  opacity: 0;
}

.lowerPage .mv_bg img {
  display: block;
  opacity: 0;
  transform: scale(1.2);
}
.lowerPage .mv_logo {
  opacity: 0;
  transform: scale(0.8);
}
.lowerPage .mv_logo .logo {
  opacity: 0;
  transform: translateY(20px);
}

/*-------------------------------------------
  英語ページ
/*-------------------------------------------*/
.page_en .fixed_btn {
  text-orientation: initial;
}
.page_en .navigation_cont a {
  text-align: center;
}
.page_en .mv_bnr {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .page_en .mv_bnr {
    width: 47.3282442748vw;
  }
}
.page_en .mv_bnr .txt {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .page_en .mv_bnr .txt {
    padding: 0 5.0890585242vw;
  }
}
.page_en .sec_ttl {
  width: 610px;
  height: 130px;
}
@media screen and (max-width: 768px) {
  .page_en .sec_ttl {
    width: 100%;
    height: 17.8117048346vw;
  }
}
.page_en .sec_ttl .txt {
  top: 45px;
}
@media screen and (max-width: 768px) {
  .page_en .sec_ttl .txt {
    top: 6.3613231552vw;
  }
}
.page_en .shop_description {
  padding: 46px 60px 70px;
}
@media screen and (max-width: 768px) {
  .page_en .shop_description {
    max-height: initial;
    height: 122.1374045802vw;
    padding: 7.6335877863vw 7.6335877863vw 10.1781170483vw 7.6335877863vw;
  }
}
.page_en .shop_description p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page_en .shop_description p {
    font-size: 3.8167938931vw;
  }
}
.page_en .shop_menuBtn {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .page_en .shop_menuBtn {
    gap: 10.1781170483vw;
  }
}
.page_en ul.shop_listWrap li::before {
  height: 540px;
}
@media screen and (max-width: 768px) {
  .page_en ul.shop_listWrap li::before {
    height: 51%;
  }
}
.page_en ul.shop_listWrap li#shop_shichifukumaru02::before {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .page_en ul.shop_listWrap li#shop_shichifukumaru02::before {
    height: 51%;
  }
}
@media screen and (max-width: 768px) {
  .page_en .relatedShop .shop_description {
    max-height: initial;
    height: 157.7608142494vw;
  }
}
.page_en .relatedShop ul.shop_listWrap li::before {
  height: 790px;
}
@media screen and (max-width: 768px) {
  .page_en .relatedShop ul.shop_listWrap li::before {
    height: 65%;
  }
}

/*-------------------------------------------
  中国語ページ
/*-------------------------------------------*/
.page_zh .mv_bnr .txt {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .page_zh .mv_bnr .txt {
    padding: 0 5.0890585242vw;
  }
}
.page_zh .shop_menuBtn {
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .page_zh .shop_menuBtn {
    gap: 12.7226463104vw;
  }
}
@media screen and (max-width: 768px) {
  .page_zh ul.shop_listWrap li::before {
    height: 46%;
  }
}
@media screen and (max-width: 768px) {
  .page_zh .shop_description {
    max-height: initial;
    height: 89.058524173vw;
  }
}
.page_zh .shop_description p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page_zh .shop_description p {
    line-height: 1.5;
  }
}

/*-------------------------------------------
  韓国語ページ
/*-------------------------------------------*/
.page_kr {
  font-family: "Noto Serif KR", serif;
}
.page_kr .fixed_btn {
  text-orientation: initial;
  justify-content: space-between;
}
.page_kr .mv_bnr .txt {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .page_kr .mv_bnr .txt {
    padding: 0 5.0890585242vw;
  }
}
@media screen and (min-width: 769px) {
  .page_kr .main_ttl {
    background-size: 2110px;
  }
}
@media screen and (max-width: 768px) {
  .page_kr .shop_description {
    max-height: initial;
    height: 96.6921119593vw;
  }
}
.page_kr .shop_description p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page_kr .shop_description p {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .page_kr ul.shop_listWrap li::before {
    height: 47%;
  }
}
@media screen and (max-width: 768px) {
  .page_kr .relatedShop .shop_description p {
    font-size: 3.5623409669vw;
  }
}

.bogo-language-switcher{
	/*display: none;*/
}

.copyright{
	display: block;
	text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
}