@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

input,
select,
button,
textarea {
  color: inherit;
  font-family: inherit;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

button {
  cursor: pointer;
}

@font-face {
  font-family: "ShipporiMincho";
  font-weight: 500;
  font-style: normal;
  src: url("/nma/ms/assets/font/ShipporiMincho-Medium.woff2") format("woff2"),url("/nma/ms/assets/font/ShipporiMincho-Medium.woff") format("woff");
}

@font-face {
  font-family: "ShipporiMincho";
  font-weight: 600;
  font-style: normal;
  src: url("/nma/ms/assets/font/ShipporiMincho-SemiBold.woff2") format("woff2"),url("/nma/ms/assets/font/ShipporiMincho-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Sainte Colombe";
  font-weight: 200;
  font-style: italic;
  src: url("/nma/ms/assets/font/saintecolombeweb-extralightitalic.eot");
  src: url("/nma/ms/assets/font/saintecolombeweb-extralightitalic.eot?#iefix") format("embedded-opentype"),url("/nma/ms/assets/font/saintecolombeweb-extralightitalic.woff") format("woff");
}

@font-face {
  font-family: "Sainte Colombe";
  font-weight: 300;
  font-style: italic;
  src: url("/nma/ms/assets/font/saintecolombeweb-extralightitalic.eot");
  src: url("/nma/ms/assets/font/saintecolombeweb-extralightitalic.eot?#iefix") format("embedded-opentype"),url("/nma/ms/assets/font/saintecolombeweb-extralightitalic.woff") format("woff");
}

@font-face {
  font-family: "OrpheusPro";
  font-weight: 400;
  font-style: normal;
  src: url("/nma/ms/assets/font/OrpheusPro.woff2") format("woff2"),url("/nma/ms/assets/font/OrpheusPro.woff") format("woff");
}

@font-face {
  font-family: "OrpheusPro";
  font-weight: 500;
  font-style: normal;
  src: url("/nma/ms/assets/font/OrpheusProMedium.woff2") format("woff2"),url("/nma/ms/assets/font/OrpheusProMedium.woff") format("woff");
}

@font-face {
  font-family: "OrpheusPro";
  font-weight: 700;
  font-style: normal;
  src: url("/nma/ms/assets/font/OrpheusProBold.woff2") format("woff2"),url("/nma/ms/assets/font/OrpheusProBold.woff") format("woff");
}

@font-face {
  font-family: "OrpheusPro";
  font-weight: 400;
  font-style: italic;
  src: url("/nma/ms/assets/font/OrpheusProItalic.woff2") format("woff2"),url("/nma/ms/assets/font/OrpheusProItalic.woff") format("woff");
}

@font-face {
  font-family: "icomoon";
  src: url("/nma/ms/assets/font/icomoon.eot");
  src: url("/nma/ms/assets/font/icomoon.eot?#iefix") format("embedded-opentype"),url("/nma/ms/assets/font/icomoon.ttf") format("truetype"),url("/nma/ms/assets/font/icomoon.woff") format("woff"),url("/nma/ms/assets/font/icomoon.svg?#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "";
}

.icon-pin:before {
  content: "";
}

.u-fw-b {
  font-weight: bold !important;
}

.cl::after {
  display: block;
  clear: both;
  content: "";
}

._on {
  transition: .3s;
}

._on:hover {
  opacity: .7;
}

.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

.only-tab {
  display: none;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  font-size: 18px;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  letter-spacing: .07em;
  overscroll-behavior-y: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrapper {
  overflow: hidden;
}

.sec_inner {
  padding: 0 30px;
  max-width: 1160px;
  margin: 0 auto;
}

.main {
  position: relative;
  z-index: 100;
}

.main_cnt {
  position: relative;
  z-index: 10;
  color: #4d4814;
  font-family: "ShipporiMincho",serif;
  padding: 130px 0;
  background: #e8e7e2;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

.header_logo {
  position: fixed;
  top: 15px;
  left: 15px;
}

.header_logo svg {
  width: 100%;
  height: 100%;
}

.header.is-active .menu_btn span {
  background: #4d4814;
}

.menu_btn {
  position: fixed;
  top: 34px;
  right: 38px;
  width: 52px;
  height: 15px;
}

.menu_btn span {
  width: 100%;
  display: block;
  height: 1px;
  background: #fff;
  position: absolute;
  transition: .4s;
}

.menu_btn span:nth-child(1) {
  top: 0;
  right: 0;
}

.menu_btn span:nth-child(2) {
  bottom: 0;
  right: 0;
}

.menu_btn:hover span:nth-child(2) {
  width: 70%;
}

.menu_btn.is-open span {
  background: #fff !important;
}

.menu_btn.is-open span:nth-child(1) {
  -webkit-transform: rotate(25deg) translateY(8px);
  transform: rotate(25deg) translateY(8px);
}

.menu_btn.is-open span:nth-child(2) {
  width: 100%;
  -webkit-transform: rotate(-25deg) translateY(-7px);
  transform: rotate(-25deg) translateY(-7px);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh)*100);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity .8s;
}

.nav_bg {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  transition: .6s;
}

.nav_bg.is-hover {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav_bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(5,70,0,.96);
}

.page_202206 .nav_bg:after {
  background-color: rgba(45,10,56,.96);
}

.page_202207 .nav_bg:after {
  background-color: rgba(9,25,82,.8);
}

.page_202208 .nav_bg:after {
  background-color: rgba(199,166,0,.75);
}

.page_202209 .nav_bg:after {
  background-color: rgba(199,95,0,.96);
}

.page_202210 .nav_bg:after {
  background-color: rgba(98,0,39,.96);
}

.page_202211 .nav_bg:after {
  background-color: rgba(88,25,0,.96);
}

.page_202212 .nav_bg:after {
  background-color: rgba(173,6,6,.8);
}

.page_202301 .nav_bg:after {
  background-color: rgba(163,142,71,.8);
}

.page_202302 .nav_bg:after {
  background-color: rgba(154,169,173,.8);
}

.page_202303 .nav_bg:after {
  background-color: rgba(208,151,186,.8);
}

.page_202304 .nav_bg:after {
  background-color: rgba(172,154,0,.8);
}

.nav_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav.is-open {
  opacity: 1;
  z-index: 1000;
}

.nav_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 12%;
}

.nav_list li {
  width: 21%;
  margin: 0 2%;
}

.nav_list li.is-hover .nav_bg {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav_list li.is-hover .nav_list-category {
  opacity: 1;
}

.nav_list li.is-hover .nav_list-name {
  letter-spacing: .2em;
}

.nav_list li.is-hover .nav_list-name span:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.nav_list-img {
  display: block;
  margin-bottom: -20px;
  position: relative;
}

.nav_list-category {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .6s;
}

.nav_list-subname {
  opacity: .7;
  font-size: 16px;
  font-family: "ShipporiMincho",serif;
  display: block;
  text-align: center;
  margin-bottom: 4px;
}

.nav_list-name {
  font-size: 24px;
  font-family: "ShipporiMincho",serif;
  font-weight: bold;
  display: block;
  text-align: center;
  transition: .3s;
}

.nav_list-name span {
  position: relative;
}

.nav_list-name span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.nav_footer {
  width: 80%;
  margin: 2vw auto 0;
  padding: 2vw 0 0;
  border-top: 1px solid rgba(255,255,255,.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav_footer ul {
  display: flex;
  align-items: center;
}

.nav_footer ul li {
  margin-right: 20px;
  line-height: 1.4;
}

.nav_footer ul li.is-hover .nav_bg {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav_footer ul li.is-hover .nav_footer-name span::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.nav_footer ul a {
  display: flex;
  align-items: center;
}

.nav_footer ul a .icon-arrow {
  margin-left: 10px;
}

.nav_footer-img {
  display: block;
  max-width: 90px;
  margin-right: 20px;
}

.nav_footer-name {
  display: block;
  font-size: 24px;
  font-family: "ShipporiMincho",serif;
  font-weight: bold;
}

.nav_footer-name span {
  position: relative;
}

.nav_footer-name span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.nav_footer_btn {
  font-family: "ShipporiMincho",serif;
  width: 350px;
}

.nav_footer_btn a {
  border: 1px solid rgba(255,255,255,.6) !important;
}

.nav_footer_btn a.c-buttonStyle1 {
  width: 350px;
}

.nav_footer_btn a:before {
  background: #fff;
}

.nav_footer_btn a:hover span {
  color: #4d4814;
  transition: .3s;
}

.nav_privacy {
  font-size: 14px;
  font-family: "ShipporiMincho",serif;
  position: absolute;
  bottom: 25px;
  left: 20px;
  opacity: .6;
  transition: .3s;
}

.nav_privacy:hover {
  opacity: 1;
}

.nav_privacy:hover span::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.nav_privacy span {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.nav_privacy span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.footer-back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 412px;
}

.footer-back-to-top .block {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.footer-back-to-top .txt-char {
  display: block;
  font-family: "OrpheusPro",serif;
  font-weight: 400;
  letter-spacing: .1em;
  white-space: pre;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 6.1rem;
  line-height: 6.1rem;
}

.footer-copyright {
  font-family: "Bellefair",serif;
  font-size: 10px;
  letter-spacing: 1px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  padding: 14px 0;
}

.pointer {
  pointer-events: none;
  border-radius: 50%;
  position: fixed;
  top: -15px;
  left: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  opacity: .6;
  z-index: 2000;
  transition: ease .1s;
  mix-blend-mode: difference;
}

.pointer.is-active {
  width: 80px;
  height: 80px;
  top: -40px;
  left: -40px;
}

.c-buttonStyle1 {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 440px;
  height: 95px;
  margin: 0 30px;
  border: 1px solid #4d4814;
  position: relative;
}

.c-buttonStyle1 span {
  position: relative;
  z-index: 2;
}

.c-buttonStyle1 .icon-arrow {
  display: block;
  font-size: 17px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-buttonStyle1:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 0;
  background-color: #4d4814;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.c-buttonStyle1:hover {
  color: #fff;
}

.c-buttonStyle1:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.bannerWrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 306px;
  z-index: 1000;
  transition: .3s;
}

.bannerWrapper:hover {
  opacity: .8;
}

.bannerWrapper img {
  width: 100%;
}

.c-headingStyle1 {
  color: #ff7bac;
  font-size: 8.2rem;
  line-height: 1;
  margin-bottom: 40px;
}

.c-headingStyle2 {
  text-align: center;
  margin-bottom: 40px;
}

.c-headingStyle3 {
  margin-bottom: 60px;
}

.c-headingStyle3 .txt-main {
  font-family: "ShipporiMincho",serif;
  font-weight: 500;
  letter-spacing: .1em;
  font-size: 4.6rem;
  line-height: 5.2rem;
}

.c-headingStyle3 .txt-sub {
  display: inline-block;
  font-family: "OrpheusPro",serif;
  font-weight: 500;
  letter-spacing: .01em;
  margin-left: 8px;
  color: #6f6c4c;
  font-size: 2.4rem;
}

.c-pagetitle {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/assets/img/common/pagetitle.png") center;
  background-size: cover;
}

.c-pagetitle .c-headingStyle1 {
  margin: 10px 0 0;
}

.section_mainvisual {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  background-size: cover;
  background-position: center center;
  overflow: visible;
  padding: 0 50px;
  z-index: 10;
}

.section_mainvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section_mainvisual-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.14);
  transition: opacity .5s ease;
}

.section_mainvisual-bg .img {
  position: relative;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.section_mainvisual-cnt {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-transform: translateY(50%) translateY(-125px);
  transform: translateY(50%) translateY(-125px);
}

.section_mainvisual-cnt .txt-copy {
  font-family: "ShipporiMincho",serif;
  font-weight: 500;
  white-space: pre-line;
  word-wrap: break-word;
  letter-spacing: .1em;
}

.section_mainvisual-heading {
  margin-bottom: 25px;
}

.section_mainvisual-heading .wrap-txt {
  display: block;
  overflow: hidden;
}

.section_mainvisual-heading .wrap-txt-sub {
  margin-bottom: 15px;
}

.section_mainvisual-heading .txt-sub {
  display: block;
  font-family: "ShipporiMincho",serif;
  font-weight: 500;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  font-size: 1.8rem;
  letter-spacing: .1em;
}

.section_mainvisual-heading .txt-main {
  display: block;
  font-family: "OrpheusPro",serif;
  font-weight: 400;
  font-size: 8.5rem;
  letter-spacing: .1em;
  line-height: 9rem;
}

@-webkit-keyframes scrollSuggest {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  45% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  60% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes scrollSuggest {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  45% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  60% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.button-scroll-suggest {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  outline: none;
  position: fixed;
  left: 100px;
  bottom: 0;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: translate(-56px, 44px) rotate(-90deg);
  transform: translate(-56px, 44px) rotate(-90deg);
  z-index: 10;
}

.button-scroll-suggest .bar {
  position: relative;
  display: block;
  width: 98px;
  height: 1px;
  overflow: hidden;
}

.button-scroll-suggest .bar .bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: background-color .2s ease;
  -webkit-animation: scrollSuggest 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: scrollSuggest 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.button-scroll-suggest .txt {
  font-family: "OrpheusPro",serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .3em;
  color: #fff;
  transition: color .2s ease;
}

.button-scroll-suggest[data-direction=vertical] .txt {
  margin-left: 15px;
}

.button-scroll-suggest[data-direction=horizontal] {
  display: block;
}

.button-scroll-suggest[data-direction=horizontal] .txt {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  display: inline-block;
}

.button-scroll-suggest[data-direction=horizontal] .bar {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-block-notes .txt-note {
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

[data-aos=blur-out] {
  opacity: 0;
  -webkit-filter: blur(14px);
  filter: blur(14px);
  transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-aos=blur-out].aos-animate {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

@-webkit-keyframes pageslide {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}

@keyframes pageslide {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}

html:not(.no-slidepage):before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #9aa9ad;
  -webkit-animation: pageslide .3s forwards;
  animation: pageslide .3s forwards;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

html:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #9aa9ad;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  transition: .3s;
}

html.slidepage:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

html.page_202206:not(.no-slidepage):before {
  background: #2d0a38;
}

html.page_202206:after {
  background: #2d0a38;
}

html.page_202207:not(.no-slidepage):before {
  background: #091952;
}

html.page_202207:after {
  background: #091952;
}

html.page_202208:not(.no-slidepage):before {
  background: #c7a600;
}

html.page_202208:after {
  background: #c7a600;
}

html.page_202209:not(.no-slidepage):before {
  background: #c75f00;
}

html.page_202209:after {
  background: #c75f00;
}

html.page_202210:not(.no-slidepage):before {
  background: #620027;
}

html.page_202210:after {
  background: #620027;
}

html.page_202211:not(.no-slidepage):before {
  background: #581900;
}

html.page_202211:after {
  background: #581900;
}

html.page_202212:not(.no-slidepage):before {
  background: #ad0606;
}

html.page_202212:after {
  background: #ad0606;
}

html.page_202301:not(.no-slidepage):before {
  background: #a38e47;
}

html.page_202301:after {
  background: #a38e47;
}

html.page_202302:not(.no-slidepage):before {
  background: #9aa9ad;
}

html.page_202302:after {
  background: #9aa9ad;
}

html.page_202303:not(.no-slidepage):before {
  background: #d097ba;
}

html.page_202303:after {
  background: #d097ba;
}

html.page_202304:not(.no-slidepage):before {
  background: #ac9a00;
}

html.page_202304:after {
  background: #ac9a00;
}

.c-small {
  font-size: .8em;
}

.c-linkstyle1 {
  text-decoration: underline;
  background-color: inherit;
}

.c-linkstyle1:hover {
  text-decoration: none;
}

.christmas {
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
}

.christmas .bg-red {
  padding: 170px 0 380px;
  background: linear-gradient(35deg, #6c1616, #501212);
  position: relative;
}

.christmas .bg-red .c-buttonStyle1 {
  border: .5px solid #ddb8b8;
}

.christmas .bg-red .c-buttonStyle1:hover {
  color: #6e1616;
}

.christmas .bg-green {
  padding: 400px 0 80px;
  background: linear-gradient(36deg, #042c02, #072e02);
}

.christmas .bg-green .c-buttonStyle1 {
  border: .5px solid #768d75;
}

.christmas .bg-green .c-buttonStyle1:hover {
  color: #294800;
}

.christmas .christmas-main {
  position: relative;
}

.christmas .christmas-main img {
  vertical-align: bottom;
  line-height: 1;
  width: 100%;
}

.christmas .christmas-main-cnt {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 10;
  font-family: "Bellefair",serif;
}

.christmas .christmas-main-title {
  font-size: 100px;
}

.christmas .christmas-main-text {
  font-size: 63px;
}

.christmas .christmas-title {
  font-size: 70px;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Bellefair",serif;
}

.christmas .christmas-text {
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 3.5px;
  margin-bottom: 200px;
  font-family: "ShipporiMincho",serif;
}

.christmas .christmas-section {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.christmas .christmas-section:nth-child(n+2) {
  margin-top: 100px;
}

.christmas .christmas-section.-reverse {
  flex-direction: row-reverse;
}

.christmas .christmas-section-img {
  width: 480px;
}

.christmas .christmas-section-cnt {
  width: 510px;
}

.christmas .christmas-section-sub {
  color: #ddb8b8;
  font-size: 1.8rem;
  font-family: "ShipporiMincho",serif;
}

.christmas .christmas-section-title {
  font-size: 6rem;
  margin-bottom: 10px;
  font-family: "Bellefair",serif;
}

.christmas .christmas-section-text {
  margin-bottom: 20px;
}

.christmas .christmas-section-text .detail {
  font-size: 16px;
}

.christmas .christmas-section-text .price {
  font-size: 26px;
  margin-left: 6px;
  font-family: "Bellefair",serif;
}

.christmas .christmas-section-text .price::before {
  content: "¥";
  font-size: 20px;
}

.christmas .christmas-section-button {
  margin-top: 40px;
  width: 315px;
}

.christmas .christmas-section-reserve {
  color: #3b3b3b;
  text-align: center;
  padding: 100px 0;
  background: #f8f8f4;
  position: absolute;
  width: 1100px;
  left: calc(50% - 550px);
  bottom: -286px;
}

.christmas .christmas-section-reserve-title {
  font-size: 26px;
  padding-bottom: 25px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  position: relative;
  font-family: "ShipporiMincho",serif;
  font-weight: 500;
}

.christmas .christmas-section-reserve-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #3b3b3b;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
}

.christmas .christmas-section-reserve-text1 {
  font-size: 16px;
  font-family: "ShipporiMincho",serif;
}

.christmas .christmas-section-reserve-tel {
  padding: 8px 0;
  font-size: 16px;
  font-weight: 500;
}

.christmas .christmas-section-reserve-tel a {
  color: inherit;
  font-size: 46px;
  font-family: "Bellefair",serif;
}

.christmas .christmas-section-reserve-text2 .time {
  font-size: 20px;
  font-family: "Bellefair",serif;
}

.christmas .christmas-section-reserve-text2 .note {
  font-size: 16px;
  margin-left: 16px;
}

.christmas .christmas-section-reserve-button {
  width: 315px;
  margin: 40px auto 0;
}

.christmas .christmas-section-reserve-button a {
  border: 1px solid #600f0f !important;
  background: #fff;
  color: #600f0f !important;
}

.christmas .christmas-section-menu {
  display: flex;
  flex-wrap: wrap;
  margin-right: -47px;
}

.christmas .christmas-section-menu .restaurant {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8px;
  font-family: "ShipporiMincho",serif;
}

.christmas .christmas-section-menu .restaurant-name .genre {
  font-size: 14px;
  margin-right: 12px;
}

.christmas .christmas-section-menu .restaurant-name .name {
  font-size: 27px;
}

.christmas .christmas-section-menu .restaurant-local {
  font-size: 20px;
  font-family: "Bellefair",serif;
}

.christmas .christmas-section-menu .restaurant-img {
  margin-bottom: 8px;
}

.christmas .christmas-section-menu .restaurant-detail {
  margin-top: 15px;
}

.christmas .christmas-section-menu .restaurant-detail-event:nth-child(n+2) {
  margin-top: 30px;
}

.christmas .christmas-section-menu .restaurant-detail-event-head {
  border-bottom: .5px solid #768d75;
  padding-bottom: 13px;
}

.christmas .christmas-section-menu .restaurant-detail-event-content {
  padding-top: 13px;
}

.christmas .christmas-section-menu .restaurant-detail-date {
  font-size: 24px;
  color: #bfb363;
  font-family: "Bellefair",serif;
}

.christmas .christmas-section-menu .restaurant-detail-date .name {
  font-size: 18px;
}

.christmas .christmas-section-menu .restaurant-detail-tit {
  font-size: 27px;
  font-family: "ShipporiMincho",serif;
}

.christmas .christmas-section-menu .restaurant-detail-row {
  display: flex;
  align-items: flex-end;
}

.christmas .christmas-section-menu .restaurant-detail-row:nth-child(n+2) {
  margin-top: 10px;
}

.christmas .christmas-section-menu .restaurant-detail-time {
  width: 100px;
  height: 27px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #768d75;
  font-family: "ShipporiMincho",serif;
}

.christmas .christmas-section-menu .restaurant-detail-price {
  font-size: 14px;
  margin-left: 30px;
  font-family: "Bellefair",serif;
}

.christmas .christmas-section-menu .restaurant-detail-price.only-price {
  margin-left: 0;
}

.christmas .christmas-section-menu .restaurant-detail-price span {
  font-size: 18px;
}

.christmas .christmas-section-menu .restaurant-detail-price span::before {
  content: "¥";
  font-size: 14px;
}

.christmas .christmas-section-menu .restaurant-detail-text {
  margin-top: 35px;
  font-size: 15px;
  line-height: 1.6;
  border-bottom: 1px solid #768d75;
  padding-bottom: 10px;
}

.christmas .christmas-section-menu .restaurant-detail-text span {
  display: block;
  font-size: 12px;
  color: #bfcebe;
  margin-top: 8px;
}

.christmas .christmas-section-menu .restaurant-reserve {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 1.6rem;
}

.christmas .christmas-section-menu .restaurant-reserve .tel {
  line-height: 1.8;
  letter-spacing: 1px;
  font-family: "Bellefair",serif;
}

.christmas .christmas-section-menu .restaurant-reserve .text {
  font-family: "ShipporiMincho",serif;
  font-size: 15px;
}

.christmas .christmas-section-menu .restaurant-reserve .button {
  width: 160px;
}

.christmas .christmas-section-menu .restaurant-reserve .button a {
  min-width: 1px;
  height: 60px;
  font-size: 1.6rem;
}

.christmas .christmas-section-menubox {
  width: 335px;
  margin-right: 47px;
  margin-bottom: 80px;
}

.christmas .christmas-section-menuwrap {
  width: 1100px;
  margin: 0 auto;
}

.christmas .christmas-table {
  width: 1100px;
  margin: 100px auto 0;
  font-size: 18px;
  padding: 30px 50px;
  border-top: 1px solid #a38282;
  border-bottom: 1px solid #a38282;
}

.christmas .christmas-table-row {
  display: flex;
}

.christmas .christmas-table-row dd,
.christmas .christmas-table-row dt {
  padding: 12px 0;
}

.christmas .christmas-table-row dt {
  width: 190px;
}

.christmas .christmas-table-row dd {
  color: #ddb8b8;
  width: calc(100% - 190px);
}

.christmas .christmas-table-row dd span {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

.christmas .footer {
  position: relative;
  background: url(/nma/ms/resource/202211/image/top/mv.jpg) center/cover;
}

.christmas .c-buttonStyle1 {
  font-family: "ShipporiMincho",serif;
  font-size: 20px;
  border: .5px solid #ddb8b8;
  margin: 0;
}

.christmas .c-buttonStyle1:before {
  background-color: #fff;
}

.christmas .c-buttonStyle1:hover {
  color: #6e1616;
}

.information:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.information .section_mainvisual {
  position: relative;
  height: 550px;
}

.information .section_mainvisual-cnt {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.information .footer {
  position: relative;
}

.information .comp-block-information-item {
  margin-bottom: 40px;
}

.information .comp-block-information-item:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255,255,255,.25);
  -webkit-transform: translateY(0.5);
  transform: translateY(0.5);
}

.information .comp-block-information-item .block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.information .comp-block-information-item .block>.content {
  width: calc(100% - 240px);
}

.information .comp-block-information-item .block>.content .comp-block-dates {
  margin-bottom: 6px;
}

.information .comp-block-information-item .block-img {
  display: block;
  width: 240px;
  height: 240px;
  margin-right: 50px;
}

.information .comp-block-information-item .block-img .img {
  display: block;
  width: 100%;
  height: auto;
}

.information .comp-block-information-item-category {
  margin-bottom: 10px;
}

.information .comp-block-information-item-category .txt {
  font-family: "OrpheusPro",serif;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: .02em;
  line-height: 2.3rem;
  color: rgba(255,255,255,.4);
}

.information .comp-block-dates {
  position: relative;
  display: flex;
}

.information .comp-block-dates .tilde {
  font-family: "ShipporiMincho",serif;
  font-size: 2.4rem;
}

.information .comp-block-dates .tilde+.comp-block-date {
  margin-left: 10px;
}

.information .comp-block-dates .comp-block-date+.tilde {
  margin-left: 10px;
}

.information .comp-block-date {
  font-family: "Sainte Colombe",serif;
  font-weight: 200;
  color: #fff;
}

.information .comp-block-date .txt-date {
  letter-spacing: .06em;
  font-size: 2.6rem;
}

.information .comp-block-date .txt-day-of-the-week {
  font-size: 1.7rem;
  margin-left: 6px;
}

.information .comp-heading-information-item {
  position: relative;
  margin-bottom: 20px;
}

.information .comp-heading-information-item .link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.4);
}

.information .comp-heading-information-item .link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.information .comp-heading-information-item .link:hover:after {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.information .comp-heading-information-item .txt {
  font-family: "ShipporiMincho",serif;
  font-weight: 500;
  color: #fff;
  display: block;
  font-size: 2.8rem;
  line-height: 3.8rem;
}

.information .comp-heading-information-item>.txt {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.4);
}

.information .comp-heading-information-item .icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 18px;
}

.information .comp-heading-information-item .icon-arrow {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  font-size: 1.7rem;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: color .2s ease;
}

.information .comp-block-information-item-description>.txt-description {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.6rem;
  margin-bottom: 20px;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
}

.information .comp-block-information-item-description .block-notes {
  margin-bottom: 30px;
}

.information .comp-block-information-item-description .txt-note {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 2rem;
  color: rgba(255,255,255,.7);
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
}

.information .comp-heading-information-item-02 {
  font-family: "ShipporiMincho",serif;
  font-weight: 500;
  color: #fff;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.information .comp-table-information-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  margin-bottom: 30px;
}

.information .comp-table-information-item .txt-title {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 100px;
  min-height: 30px;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
}

.information .comp-table-information-item .txt-title:not(:last-of-type) {
  margin-bottom: 18px;
}

.information .comp-table-information-item .txt-description {
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
  padding-left: 16px;
  font-size: 1.4rem;
  color: rgba(255,255,255,.7);
}

.information .comp-table-information-item .txt-description:not(:last-of-type) {
  margin-bottom: 18px;
}

.information .comp-block-information-item-location {
  color: #fff;
  margin-bottom: 30px;
}

.information .comp-block-information-item-location .icon-pin {
  font-size: 1.4rem;
}

.information .comp-block-information-item-location .txt {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 2rem;
}

.slug {
  padding-bottom: 412px;
}

.slug .main:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slug .main.show:before {
  z-index: 1;
}

.slug .main.show .section_mainvisual {
  z-index: -1;
}

.slug .sec_main {
  margin-top: 100vh;
  position: relative;
  z-index: 10;
  font-family: "ShipporiMincho",serif;
  padding: 440px 0 180px;
  letter-spacing: .15em;
  background: linear-gradient(180deg, rgba(28, 43, 9, 0) 0%, rgba(28, 43, 9, 0.96) 30%, rgba(28, 43, 9, 0.96) 100%);
}

.page_202206 .slug .sec_main {
  background: linear-gradient(180deg, rgba(45, 10, 56, 0) 0%, rgba(45, 10, 56, 0.96) 30%, rgba(45, 10, 56, 0.96) 100%);
}

.page_202207 .slug .sec_main {
  background: linear-gradient(180deg, rgba(9, 25, 82, 0) 0%, rgba(9, 25, 82, 0.96) 30%, rgba(9, 25, 82, 0.96) 100%);
}

.page_202208 .slug .sec_main {
  background: linear-gradient(180deg, rgba(13, 15, 24, 0) 0%, rgba(199, 166, 0, 0.96) 30%, rgba(199, 166, 0, 0.98) 100%);
}

.page_202209 .slug .sec_main {
  background: linear-gradient(180deg, rgba(199, 95, 0, 0) 0%, rgba(199, 95, 0, 0.96) 30%, rgba(199, 95, 0, 0.96) 100%);
}

.page_202210 .slug .sec_main {
  background: linear-gradient(180deg, rgba(98, 0, 39, 0) 0%, rgba(98, 0, 39, 0.96) 30%, rgba(98, 0, 39, 0.96) 100%);
}

.page_202211 .slug .sec_main {
  background: linear-gradient(180deg, rgba(88, 25, 0, 0) 0%, rgba(88, 25, 0, 0.96) 30%, rgba(88, 25, 0, 0.96) 100%);
}

.page_202212 .slug .sec_main {
  background: linear-gradient(180deg, rgba(173, 6, 6, 0) 0%, rgba(173, 6, 6, 0.96) 30%, rgba(173, 6, 6, 0.96) 100%);
}

.page_202301 .slug .sec_main {
  background: linear-gradient(180deg, rgba(163, 142, 71, 0) 0%, rgba(163, 142, 71, 0.96) 30%, rgba(163, 142, 71, 0.96) 100%);
}

.page_202302 .slug .sec_main {
  background: linear-gradient(180deg, rgba(154, 169, 173, 0) 0%, rgba(154, 169, 173, 0.96) 30%, rgba(154, 169, 173, 0.96) 100%);
}

.page_202303 .slug .sec_main {
  background: linear-gradient(180deg, rgba(208, 151, 186, 0) 0%, rgba(208, 151, 186, 0.96) 30%, rgba(208, 151, 186, 0.96) 100%);
}

.page_202304 .slug .sec_main {
  background: linear-gradient(180deg, rgba(172, 154, 0, 0) 0%, rgba(172, 154, 0, 0.96) 30%, rgba(172, 154, 0, 0.96) 100%);
}

.slug .sec_main-tit {
  font-size: 46px;
  margin-bottom: 20px;
  word-break: break-all;
}

.slug .sec_main-tit span {
  font-size: 40px;
}

.slug .sec_main-txt {
  opacity: .8;
  line-height: 2.2;
}

.slug .sec_main-detail {
  margin-top: 50px;
  line-height: 1.3;
  padding-left: 20px;
  border-left: 3px solid rgba(255,255,255,.8);
}

.slug .sec_main-detail_sub {
  border: none;
  margin-top: 18px;
}

.slug .sec_main-detail_sub.chrismas {
  margin-top: 40px;
}

.slug .sec_main-detail__link {
  margin-top: 25px;
}

.slug .sec_main-detail a {
  text-decoration: underline;
}

.slug .sec_main-detail a:hover {
  text-decoration: none;
}

.slug .sec_main-detail dl {
  display: flex;
  align-items: flex-end;
}

.slug .sec_main-detail dl+dl {
  margin-top: 18px;
}

.slug .sec_main-detail dl+dl.price-column {
  display: block;
}

.slug .sec_main-detail dl+dl.price-column dd {
  margin-top: 7px;
}

.slug .sec_main-detail dl dt {
  width: 280px;
}

.slug .sec_main-detail dl dt.w100p {
  width: 100%;
}

.slug .sec_main-detail dl dt.w200px {
  width: 200px;
}

.slug .sec_main-detail dl dt.w310px {
  width: 310px;
}

.slug .sec_main-detail dl dt.w340px {
  width: 340px;
}

.slug .sec_main-detail dl .price {
  font-family: "Bellefair",serif;
}

.slug .sec_main-attention {
  margin-top: 10px;
  font-size: 13px;
}

.slug .sec_content_inner {
  width: 1260px;
  margin: 0 auto;
}

.slug .sec_content-header {
  text-align: center;
  margin-bottom: 50px;
}

.slug .sec_content-box+.sec_content-box {
  margin-top: 100px;
}

.slug .sec_content-box.-reverse .sec_content-body {
  padding: 0 0 0 80px;
}

.slug .sec_content-box.-reverse .sec_content-boxin {
  flex-direction: row-reverse;
}

.slug .sec_content-subtit {
  font-size: 19px;
  margin-bottom: 30px;
}

.slug .sec_content-subtit span {
  padding: 3px 15px;
  border: 1px solid #394d38;
}

.slug .sec_content-tit {
  font-size: 29px;
  font-weight: bold;
}

.slug .sec_content-titin {
  display: inline-block;
  padding: 0 20px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #394d38;
}

.slug .sec_content-tit .-small {
  font-size: 25px;
}

.slug .sec_content-date {
  font-size: 33px;
}

.slug .sec_content-date .day {
  font-family: "Bellefair",serif;
}

.slug .sec_content-date .week {
  font-size: 21px;
  margin-left: 6px;
}

.slug .sec_content-date .text {
  font-size: 26px;
}

.slug .sec_content-boxin {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slug .sec_content-img {
  width: 620px;
}

.slug .sec_content-body {
  width: 600px;
  padding: 0 80px 0 0;
}

.slug .sec_content-body_tit {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

.slug .sec_content-body_txt {
  font-size: 16px;
  line-height: 2;
}

.slug .sec_content-detail {
  margin-top: 50px;
  line-height: 1.3;
  padding-left: 20px;
  border-left: 3px solid rgba(77,72,20,.6);
}

.slug .sec_content-detail_sub {
  border: none;
}

.slug .sec_content-detail dl {
  display: flex;
  align-items: flex-end;
}

.slug .sec_content-detail dl+dl {
  margin-top: 14px;
}

.slug .sec_content-detail dl.block-container {
  margin-top: 30px;
}

.slug .sec_content-detail dl dt {
  width: 280px;
}

.slug .sec_content-detail dl dt.w200px {
  width: 200px;
}

.slug .sec_content-detail dl dt.w340px {
  width: 340px;
}

.slug .sec_content-detail dl .price {
  font-family: "Bellefair",serif;
}

.slug .sec_content-detail .attention {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 15px;
  display: inline-block;
}

.slug .sec_content-detail .attention_inline {
  margin-bottom: 0px;
  margin-left: 20px;
}

.slug .sec_chef {
  margin-top: 170px;
}

.slug .sec_chef_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}

.slug .sec_chef_box.-top {
  align-items: flex-start;
}

.slug .sec_chef_box-img {
  width: 360px;
}

.slug .sec_chef_box-cnt {
  width: 740px;
  padding: 40px 50px;
}

.slug .sec_chef-tit {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.slug .sec_chef-tit2 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
  margin-bottom: 20px;
}

.slug .sec_chef-txt {
  font-size: 16px;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
  line-height: 1.8;
}

.slug .sec_chef-txt2 {
  font-size: 14px;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
  line-height: 1.8;
  margin-top: 10px;
}

.slug .sec_chef-sign {
  font-size: 15px;
  margin-top: 30px;
}

.slug .sec_chef-sign .sign_img {
  margin-left: 20px;
}

.slug .sec_chef-sign .sign_img img {
  width: auto;
  height: 47px;
}

.slug .sec_chef-link {
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
  font-weight: bold;
  margin-top: 20px;
}

.slug .sec_chef-link .icon-arrow {
  margin-left: 8px;
}

.slug .sec_chef-link a {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.slug .sec_chef-link a:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #4d4814;
  transition: .4s;
}

.slug .sec_chef-link a:hover:before {
  width: 0;
}

.slug .sec_chef-contact {
  font-size: 16px;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f2f2f0;
  padding: 20px;
  margin-top: 35px;
}

.slug .sec_chef-contact_left {
  width: 170px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.slug .sec_chef-contact_right {
  width: 390px;
}

.slug .sec_chef-contact_right p+p {
  margin-top: 5px;
}

.slug .sec_chef-detail {
  margin-top: 15px;
  line-height: 2;
  padding-left: 20px;
  border-left: 3px solid #4d4814;
}

.slug .button_area {
  margin-top: 100px;
}

.slug .button_area_box {
  display: flex;
  justify-content: center;
}

.slug .section_about {
  position: relative;
  z-index: 10;
  padding-bottom: 80px;
  background-color: #fff;
}

.slug .section_about .block-about {
  position: relative;
  margin-bottom: 58px;
  background-size: cover;
  background-position: center center;
  padding: 109px 0 55px 0;
}

.slug .section_about .block-about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43,43,43,.62);
  z-index: 0;
}

.slug .section_about .block-about .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.slug .section_about .block-about .img-logo {
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 150px;
  margin-bottom: 50px;
}

.slug .section_about .block-about .hdg {
  display: flex;
  font-family: "ShipporiMincho",serif;
  align-items: flex-end;
  margin-bottom: 22px;
}

.slug .section_about .block-about .hdg .txt-category {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .15em;
  margin: 0 12px 7px 0;
}

.slug .section_about .block-about .hdg .txt-name {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: .15em;
}

.slug .section_about .block-about .tel {
  margin: 0 0 10px 0;
}

.slug .section_about .block-about .tel span {
  font-family: "OrpheusPro",serif;
  letter-spacing: .1em;
  left: 5.4rem;
  font-size: 3.3rem;
}

.slug .section_about .block-about .tel .txt-tel {
  margin-right: 10px;
}

.slug .section_about .block-about .txt-notes {
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
  font-weight: 500;
  letter-spacing: .1em;
  font-size: 1.5rem;
}

.slug .section_about .block-table {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 30px;
}

.slug .section_about .table-info {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  color: #4d4814;
}

.slug .section_about .table-info>tbody>.tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1cfba;
  justify-content: space-between;
  padding: 35px 50px;
}

.slug .section_about .table-info>tbody>.tr>.th {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .05em;
  width: 22.18%;
}

.slug .section_about .table-info>tbody>.tr>.td {
  width: 77.82%;
  font-size: 1.6rem;
}

.slug .section_about .table-info>tbody>.tr>.td p {
  font-weight: 400;
  line-height: 3rem;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  font-size: 1.6rem;
}

.slug .section_about .table-info-child {
  width: 100%;
  margin-bottom: 20px;
}

.slug .section_about .table-info-child .tr {
  display: block;
  width: 100%;
}

.slug .section_about .table-info-child .tr+.tr {
  margin-top: 22px;
}

.slug .section_about .table-info-child .th {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .05em;
  vertical-align: top;
  width: 130px;
}

.slug .section_about .table-info-child .td p {
  font-weight: 400;
  line-height: 3rem;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  font-size: 1.6rem;
}

.slug .section_about .block-notes {
  padding: 0 30px;
  color: #4d4814;
}

.slug .section_about .block-notes .txt-note {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.2rem;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
}

.mask_ani {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 1.5s;
  transition-timing-function: ease;
}

.mask_ani.is-animation {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.mask_ani.is-animation.is-loaded {
  transition: .001s;
}

.is-animation .top_cnt-tit_txt1 span {
  -webkit-transform: translate3d(0px, 0, 0px) rotateX(0);
  transform: translate3d(0px, 0, 0px) rotateX(0);
}

.is-animation .top_cnt-tit_txt2 span {
  -webkit-transform: translate3d(0px, 0, 0px) rotateX(0);
  transform: translate3d(0px, 0, 0px) rotateX(0);
}

.is-animation.is-loaded .top_cnt-tit_txt1 span {
  transition: .001s;
}

.is-animation.is-loaded .top_cnt-tit_txt2 span {
  transition: .001s;
}

.top:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top.fp-viewing-1 .menu_btn {
  display: none;
}

.top .svganime {
  position: absolute;
  top: calc(50% + 4px);
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 53vw;
  opacity: 0;
}

.top .svganime.is-animation {
  opacity: 0 !important;
  transition: .3s;
}

.top .svganime svg {
  width: 100%;
  height: 100%;
}

.top_cnt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh)*100);
  padding-left: 8%;
}

.top_cnt-tit {
  font-size: 23px;
  letter-spacing: .13em;
  font-family: "Bellefair",serif;
}

.top_cnt-tit_txt1 {
  display: block;
}

.top_cnt-tit_txt1 span {
  display: inline-block;
  -webkit-transform: translate3d(0px, 60%, 0px) rotateX(90deg);
  transform: translate3d(0px, 60%, 0px) rotateX(90deg);
  transition: .5s;
  transition-timing-function: ease-out;
}

.top_cnt-tit_txt1 span:nth-child(1) {
  transition-delay: 0s;
}

.top_cnt-tit_txt1 span:nth-child(2) {
  transition-delay: .1s;
}

.top_cnt-tit_txt1 span:nth-child(3) {
  transition-delay: .2s;
}

.top_cnt-tit_txt1 span:nth-child(4) {
  transition-delay: .3s;
}

.top_cnt-tit_txt1 span:nth-child(5) {
  transition-delay: .4s;
}

.top_cnt-tit_txt1 span:nth-child(6) {
  transition-delay: .5s;
}

.top_cnt-tit_txt1 span:nth-child(7) {
  transition-delay: .6s;
}

.top_cnt-tit_txt1 span:nth-child(8) {
  transition-delay: .7s;
}

.top_cnt-tit_txt1 span:nth-child(9) {
  transition-delay: .8s;
}

.top_cnt-tit_txt1 span:nth-child(10) {
  transition-delay: .9s;
}

.top_cnt-tit_txt1 span:nth-child(11) {
  transition-delay: 1s;
}

.top_cnt-tit_txt1 span:nth-child(12) {
  transition-delay: 1.1s;
}

.top_cnt-tit_txt1 span:nth-child(13) {
  transition-delay: 1.2s;
}

.top_cnt-tit_txt1 span:nth-child(14) {
  transition-delay: 1.3s;
}

.top_cnt-tit_txt2 {
  display: block;
  font-size: 92px;
  letter-spacing: .1em;
}

.top_cnt-tit_txt2 span {
  display: inline-block;
  -webkit-transform: translate3d(0px, 60%, 0px) rotateX(90deg);
  transform: translate3d(0px, 60%, 0px) rotateX(90deg);
  transition: .6s;
  transition-timing-function: ease-out;
}

.top_cnt-tit_txt2 span:nth-child(1) {
  transition-delay: 0s;
}

.top_cnt-tit_txt2 span:nth-child(2) {
  transition-delay: .1s;
}

.top_cnt-tit_txt2 span:nth-child(3) {
  transition-delay: .2s;
}

.top_cnt-tit_txt2 span:nth-child(4) {
  transition-delay: .3s;
}

.top_cnt-tit_txt2 span:nth-child(5) {
  transition-delay: .4s;
}

.top_cnt-tit_txt2 span:nth-child(6) {
  transition-delay: .5s;
}

.top_cnt-tit_txt2 span:nth-child(7) {
  transition-delay: .6s;
}

.top_cnt-tit_txt2 span:nth-child(8) {
  transition-delay: .7s;
}

.top_cnt-tit_txt2 span:nth-child(9) {
  transition-delay: .8s;
}

.top_cnt-tit_txt2 span:nth-child(10) {
  transition-delay: .9s;
}

.top_cnt-tit_txt2 span:nth-child(11) {
  transition-delay: 1s;
}

.top_cnt-tit_txt2 span:nth-child(12) {
  transition-delay: 1.1s;
}

.top_cnt-tit_txt2 span:nth-child(13) {
  transition-delay: 1.2s;
}

.top_cnt-tit_txt2 span:nth-child(14) {
  transition-delay: 1.3s;
}

.top_cnt-txt1 {
  margin-top: 15px;
  font-size: 33px;
  font-weight: 100;
  letter-spacing: .1em;
}

.top_cnt-txt2 {
  display: inline-block;
  font-size: 50px;
  font-family: "ShipporiMincho",serif;
  margin-top: 105px;
}

.top_cnt-txt2>span {
  position: relative;
  display: inline-block;
  padding-right: 220px;
}

.top_cnt-txt2>span .button-scroll-suggest {
  position: absolute;
  bottom: 19px;
  right: -50px;
  left: auto;
}

.top_cnt-txt2>span .button-scroll-suggest .txt {
  top: 75px;
}

@-webkit-keyframes maskani {
  0% {
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
  }

  100% {
    -webkit-mask-position: 41vw 50%;
    mask-position: 41vw 50%;
  }
}

@keyframes maskani {
  0% {
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
  }

  100% {
    -webkit-mask-position: 41vw 50%;
    mask-position: 41vw 50%;
  }
}

.top .mask {
  opacity: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh)*100);
  top: 0;
  left: 0;
  z-index: 1000;
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: 53vw;
  mask-size: 53vw;
}

.top .mask.is-animation {
  opacity: 1;
  transition: .3s;
  -webkit-animation-name: maskani;
  animation-name: maskani;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top .mask.is-animation.is-loaded {
  transition: .01s;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-delay: none;
  animation-delay: none;
  -webkit-animation-duration: .01s;
  animation-duration: .01s;
  -webkit-mask-position: 41vw 50%;
  mask-position: 41vw 50%;
}

.top .mask .mv_layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-position: center;
  background-size: cover;
}

.top .slide_bg {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.top .slide_bg li {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(var(--vh)*100);
  background-position: center;
  background-size: cover;
}

.top .section {
  width: 100%;
  height: 100vh;
  position: relative;
}

.top .sec_nav .nav {
  position: relative;
  opacity: 1;
  background: none !important;
  z-index: 1;
}

.top .sec_nav .nav .bannerWrapper {
  display: none;
}

.valentine {
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
}

.valentine .bg-red {
  padding: 170px 0 200px;
  background: #87023c;
  background: linear-gradient(35deg, #87023c, #61032a);
  position: relative;
}

.valentine .bg-red .c-buttonStyle1 {
  border: .5px solid #ddb8b8;
}

.valentine .bg-red .c-buttonStyle1:hover {
  color: #6e1616;
}

.valentine .bg-green {
  padding: 100px 0 80px;
  background: linear-gradient(36deg, #042c02, #072e02);
}

.valentine .bg-green .c-buttonStyle1 {
  border: .5px solid #768d75;
}

.valentine .bg-green .c-buttonStyle1:hover {
  color: #294800;
}

.valentine .valentine-main {
  position: relative;
}

.valentine .valentine-main img {
  vertical-align: bottom;
  line-height: 1;
  width: 100%;
}

.valentine .valentine-main-cnt {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 10;
  font-family: "Bellefair",serif;
}

.valentine .valentine-main-title {
  font-size: 100px;
}

.valentine .valentine-main-text {
  font-size: 63px;
}

.valentine .valentine-title {
  font-size: 70px;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Bellefair",serif;
}

.valentine .valentine-text {
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 3.5px;
  margin-bottom: 200px;
  font-family: "ShipporiMincho",serif;
}

.valentine .valentine-section {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.valentine .valentine-section:nth-child(n+2) {
  margin-top: 100px;
}

.valentine .valentine-section.-reverse {
  flex-direction: row-reverse;
}

.valentine .valentine-section-img {
  width: 480px;
}

.valentine .valentine-section-cnt {
  width: 510px;
}

.valentine .valentine-section-cnt-date {
  font-family: "Sainte Colombe";
  margin-bottom: 20px;
}

.valentine .valentine-section-cnt-date .day {
  font-size: 24px;
  margin-bottom: 1px;
}

.valentine .valentine-section-cnt-date .week {
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
}

.valentine .valentine-section-sub {
  color: #ddb8b8;
  font-size: 1.8rem;
  font-family: "ShipporiMincho",serif;
  margin-bottom: 20px;
}

.valentine .valentine-section-title {
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: "Bellefair",serif;
}

.valentine .valentine-section-title-in {
  font-size: 3.4rem;
}

.valentine .valentine-section-title-in span {
  font-size: 2rem;
  margin-right: 10px;
}

.valentine .valentine-section-title .local {
  color: #edacc0;
  font-size: 23px;
  font-family: "Sainte Colombe";
}

.valentine .valentine-section-text {
  display: flex;
  line-height: 1.1;
  margin-bottom: 20px;
  font-family: ShipporiMincho,serif;
}

.valentine .valentine-section-text .detail {
  font-size: 2.6rem;
  margin-right: 20px;
}

.valentine .valentine-section-text .price {
  font-size: 26px;
  font-family: OrpheusPro;
  font-style: italic;
  margin-left: 6px;
}

.valentine .valentine-section-text .price::before {
  content: "¥";
  font-size: 20px;
}

.valentine .valentine-section-text .text-in {
  font-size: 1em;
}

.valentine .valentine-section-copy {
  color: #edacc0;
}

.valentine .valentine-section-button {
  margin-top: 40px;
  width: 370px;
}

.valentine .valentine-section-button a {
  height: 112px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.valentine .valentine-section .comp-link-rect[data-invert=false]:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.valentine .valentine-section .comp-link-rect:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 0;
  background-color: #4d4814;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.valentine .valentine-section .comp-link-rect[data-invert=false] {
  border: 1px solid rgba(255,255,255,.6);
}

.valentine .valentine-section .comp-link-rect[data-invert=false] .txt-main {
  color: #fff;
}

.valentine .valentine-section .comp-link-rect .txt-main {
  font-family: OrpheusPro,ShipporiMincho,serif;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: .1em;
  z-index: 1;
  transition: color .2s ease;
}

.valentine .valentine-section .comp-link-rect .txt-sub {
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .15em;
  z-index: 1;
  transition: color .2s ease;
}

.valentine .valentine-section .comp-link-rect[data-invert=false] .txt-sub {
  color: rgba(255,255,255,.9);
}

.valentine .valentine-section-reserve {
  color: #3b3b3b;
  text-align: center;
  padding: 80px 0;
  background: #f8f8f4;
}

.valentine .valentine-section-reserve-title {
  font-size: 26px;
  padding-bottom: 25px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  position: relative;
  font-family: "ShipporiMincho",serif;
  font-weight: 500;
}

.valentine .valentine-section-reserve-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #3b3b3b;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
}

.valentine .valentine-section-reserve-text1 {
  font-size: 16px;
  font-family: "ShipporiMincho",serif;
}

.valentine .valentine-section-reserve-tel {
  padding: 8px 0;
  font-size: 16px;
  font-weight: 500;
}

.valentine .valentine-section-reserve-tel a {
  color: inherit;
  font-size: 46px;
  font-family: "Bellefair",serif;
}

.valentine .valentine-section-reserve-text2 .time {
  font-size: 20px;
  font-family: "Bellefair",serif;
}

.valentine .valentine-section-reserve-text2 .note {
  font-size: 16px;
  margin-left: 16px;
}

.valentine .valentine-section-reserve-button {
  width: 315px;
  margin: 40px auto 0;
}

.valentine .valentine-section-reserve-button a {
  border: 1px solid #600f0f !important;
  background: #fff;
  color: #600f0f !important;
}

.valentine .valentine-section-note {
  margin-top: 20px;
  font-size: 15px;
}

.valentine .valentine-section-reservetxt {
  margin: 30px;
  font-family: "Sainte Colombe";
}

.valentine .valentine-section-reservetxt .tel {
  font-size: 20px;
  margin-right: 20px;
}

.valentine .valentine-section-reservetxt .time {
  font-size: 16px;
}

.valentine .valentine-section-menu {
  display: flex;
  flex-wrap: wrap;
  margin-right: -47px;
}

.valentine .valentine-section-menu .restaurant {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8px;
  font-family: "ShipporiMincho",serif;
}

.valentine .valentine-section-menu .restaurant-name .genre {
  font-size: 14px;
  margin-right: 12px;
}

.valentine .valentine-section-menu .restaurant-name .name {
  font-size: 27px;
}

.valentine .valentine-section-menu .restaurant-local {
  font-size: 20px;
  font-family: "Bellefair",serif;
}

.valentine .valentine-section-menu .restaurant-img {
  margin-bottom: 8px;
}

.valentine .valentine-section-menu .restaurant-detail {
  margin-top: 15px;
}

.valentine .valentine-section-menu .restaurant-detail-event:nth-child(n+2) {
  margin-top: 30px;
}

.valentine .valentine-section-menu .restaurant-detail-event-head {
  border-bottom: .5px solid #768d75;
  padding-bottom: 13px;
}

.valentine .valentine-section-menu .restaurant-detail-event-content {
  padding-top: 13px;
}

.valentine .valentine-section-menu .restaurant-detail-date {
  font-size: 24px;
  color: #bfb363;
  font-family: "Bellefair",serif;
}

.valentine .valentine-section-menu .restaurant-detail-date .name {
  font-size: 18px;
}

.valentine .valentine-section-menu .restaurant-detail-tit {
  font-size: 27px;
  font-family: "ShipporiMincho",serif;
}

.valentine .valentine-section-menu .restaurant-detail-row {
  display: flex;
  align-items: flex-end;
}

.valentine .valentine-section-menu .restaurant-detail-row:nth-child(n+2) {
  margin-top: 10px;
}

.valentine .valentine-section-menu .restaurant-detail-time {
  width: 100px;
  height: 27px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #768d75;
  font-family: "ShipporiMincho",serif;
}

.valentine .valentine-section-menu .restaurant-detail-price {
  font-size: 14px;
  margin-left: 30px;
  font-family: "Bellefair",serif;
}

.valentine .valentine-section-menu .restaurant-detail-price.only-price {
  margin-left: 0;
}

.valentine .valentine-section-menu .restaurant-detail-price span {
  font-size: 18px;
}

.valentine .valentine-section-menu .restaurant-detail-price span::before {
  content: "¥";
  font-size: 14px;
}

.valentine .valentine-section-menu .restaurant-detail-text {
  margin-top: 35px;
  font-size: 15px;
  line-height: 1.6;
  border-bottom: 1px solid #768d75;
  padding-bottom: 10px;
}

.valentine .valentine-section-menu .restaurant-detail-text span {
  display: block;
  font-size: 12px;
  color: #bfcebe;
  margin-top: 8px;
}

.valentine .valentine-section-menu .restaurant-reserve {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 1.6rem;
}

.valentine .valentine-section-menu .restaurant-reserve .tel {
  line-height: 1.8;
  letter-spacing: 1px;
  font-family: "Bellefair",serif;
}

.valentine .valentine-section-menu .restaurant-reserve .text {
  font-family: "ShipporiMincho",serif;
  font-size: 15px;
}

.valentine .valentine-section-menu .restaurant-reserve .button {
  width: 160px;
}

.valentine .valentine-section-menu .restaurant-reserve .button a {
  min-width: 1px;
  height: 60px;
  font-size: 1.6rem;
}

.valentine .valentine-section-menubox {
  width: 335px;
  margin-right: 47px;
  margin-bottom: 80px;
}

.valentine .valentine-section-menuwrap {
  width: 1100px;
  margin: 0 auto;
}

.valentine .valentine-table {
  width: 1100px;
  margin: 100px auto;
  font-size: 18px;
  padding: 30px 50px;
  border-top: 1px solid #a38282;
  border-bottom: 1px solid #a38282;
}

.valentine .valentine-table-row {
  display: flex;
}

.valentine .valentine-table-row dd,
.valentine .valentine-table-row dt {
  padding: 12px 0;
}

.valentine .valentine-table-row dt {
  width: 190px;
}

.valentine .valentine-table-row dd {
  color: #ddb8b8;
  width: calc(100% - 190px);
}

.valentine .valentine-table-row dd span {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

.valentine .footer {
  position: relative;
}

.valentine .c-buttonStyle1 {
  font-family: "ShipporiMincho",serif;
  font-size: 20px;
  border: .5px solid #ddb8b8;
  margin: 0;
}

.valentine .c-buttonStyle1:before {
  background-color: #fff;
}

.valentine .c-buttonStyle1:hover {
  color: #6e1616;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
    cursor: default;
    text-decoration: none;
  }

  .menu_btn.is-open:hover span:nth-child(1) {
    -webkit-transform: rotate(0) translateY(7px);
    transform: rotate(0) translateY(7px);
  }

  .menu_btn.is-open:hover span:nth-child(2) {
    -webkit-transform: rotate(0) translateY(-7px);
    transform: rotate(0) translateY(-7px);
  }
}

@media screen and (max-width: 1200px) {
  .nav_footer {
    flex-direction: column;
  }

  .nav_footer_btn {
    width: 100%;
    margin-top: 40px;
  }

  .nav_footer_btn a {
    margin: 0 auto;
  }
}

@media screen and (max-width: 999px) {
  .only-tab {
    display: block;
  }

  .christmas .bg-red {
    padding: 90px 0 0;
  }

  .christmas .bg-green {
    padding: 90px 0 40px;
  }

  .christmas .christmas-main {
    height: calc(var(--vh)*100);
  }

  .christmas .christmas-main img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .christmas .christmas-main-cnt {
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .christmas .christmas-main-title {
    font-size: 6rem;
  }

  .christmas .christmas-main-text {
    margin-top: 20px;
    font-size: 3.8rem;
  }

  .christmas .christmas-title {
    font-size: 4.5rem;
    margin-bottom: 20px;
  }

  .christmas .christmas-text {
    font-size: 1.7rem;
    line-height: 1.7;
    margin-bottom: 90px;
  }

  .christmas .christmas-section {
    width: 90%;
    flex-direction: column;
  }

  .christmas .christmas-section.-reverse {
    flex-direction: column;
  }

  .christmas .christmas-section-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .christmas .christmas-section-cnt {
    width: 100%;
  }

  .christmas .christmas-section-sub {
    margin-bottom: 10px;
  }

  .christmas .christmas-section-title {
    font-size: 4.3rem;
  }

  .christmas .christmas-section-text .detail {
    font-size: 1.5rem;
  }

  .christmas .christmas-section-text .price {
    font-size: 2.6rem;
    margin-left: 5px;
  }

  .christmas .christmas-section-copy {
    font-size: 1.4rem;
  }

  .christmas .christmas-section-button {
    width: 100%;
    margin-top: 30px;
  }

  .christmas .christmas-section-reserve {
    position: static;
    width: 100%;
    padding: 50px 0;
    left: auto;
    bottom: auto;
  }

  .christmas .christmas-section-reserve-title {
    font-size: 2.2rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .christmas .christmas-section-reserve-text1 {
    font-size: 1.5rem;
  }

  .christmas .christmas-section-reserve-tel a {
    font-size: 4rem;
  }

  .christmas .christmas-section-reserve-text2 .time {
    font-size: 1.8rem;
  }

  .christmas .christmas-section-reserve-text2 .note {
    font-size: 1.6rem;
  }

  .christmas .christmas-section-menu {
    display: block;
    margin-right: 0;
  }

  .christmas .christmas-section-menu .restaurant {
    margin-bottom: 10px;
  }

  .christmas .christmas-section-menu .restaurant-name .genre {
    font-size: 1.3rem;
    margin-right: 10px;
  }

  .christmas .christmas-section-menu .restaurant-name .name {
    font-size: 2.6rem;
  }

  .christmas .christmas-section-menu .restaurant-local {
    font-size: 2rem;
  }

  .christmas .christmas-section-menu .restaurant-img {
    margin-bottom: 10px;
  }

  .christmas .christmas-section-menu .restaurant-img img {
    width: 100%;
  }

  .christmas .christmas-section-menu .restaurant-detail-date {
    font-size: 2.2rem;
  }

  .christmas .christmas-section-menu .restaurant-detail-tit {
    font-size: 2.6rem;
  }

  .christmas .christmas-section-menubox {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .christmas .christmas-section-menuwrap {
    width: 90%;
  }

  .christmas .christmas-table {
    width: 90%;
    padding: 20px 4% 5px;
    margin: 60px auto 90px;
  }

  .christmas .christmas-table-row {
    display: block;
  }

  .christmas .christmas-table-row dd,
  .christmas .christmas-table-row dt {
    padding: 6px 0;
  }

  .christmas .christmas-table-row dt {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .christmas .christmas-table-row dd {
    width: 100%;
    margin-bottom: 20px;
  }

  .valentine .bg-red {
    padding: 90px 0 1px;
  }

  .valentine .bg-green {
    padding: 90px 0 40px;
  }

  .valentine .valentine-main {
    height: calc(var(--vh)*100);
  }

  .valentine .valentine-main img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .valentine .valentine-main-cnt {
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .valentine .valentine-main-title {
    font-size: 6rem;
  }

  .valentine .valentine-main-text {
    margin-top: 20px;
    font-size: 3.8rem;
  }

  .valentine .valentine-title {
    font-size: 4.5rem;
    margin-bottom: 20px;
  }

  .valentine .valentine-text {
    font-size: 1.7rem;
    line-height: 1.7;
    margin-bottom: 90px;
  }

  .valentine .valentine-section {
    width: 90%;
    flex-direction: column;
  }

  .valentine .valentine-section.-reverse {
    flex-direction: column;
  }

  .valentine .valentine-section-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .valentine .valentine-section-cnt {
    width: 100%;
  }

  .valentine .valentine-section-cnt-date {
    margin-bottom: 15px;
  }

  .valentine .valentine-section-cnt-date .day {
    font-size: 20px;
  }

  .valentine .valentine-section-cnt-date .week {
    font-size: 14px;
  }

  .valentine .valentine-section-sub {
    margin-bottom: 10px;
  }

  .valentine .valentine-section-title {
    font-size: 4.3rem;
  }

  .valentine .valentine-section-title-in {
    font-size: 2.8rem;
  }

  .valentine .valentine-section-title-in span {
    font-size: 1.6rem;
  }

  .valentine .valentine-section-title .local {
    font-size: 18px;
  }

  .valentine .valentine-section-text .detail {
    font-size: 1.7rem;
  }

  .valentine .valentine-section-text .price {
    font-size: 2.3rem;
    margin-left: 5px;
  }

  .valentine .valentine-section-copy {
    font-size: 1.4rem;
  }

  .valentine .valentine-section-button {
    width: 100%;
    margin-top: 30px;
  }

  .valentine .valentine-section-reserve {
    position: static;
    width: 100%;
    padding: 50px 0;
    margin: 0;
  }

  .valentine .valentine-section-reserve-title {
    font-size: 2.2rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .valentine .valentine-section-reserve-text1 {
    font-size: 1.5rem;
  }

  .valentine .valentine-section-reserve-tel a {
    font-size: 4rem;
  }

  .valentine .valentine-section-reserve-text2 .time {
    font-size: 1.8rem;
  }

  .valentine .valentine-section-reserve-text2 .note {
    font-size: 1.6rem;
  }

  .valentine .valentine-section-note {
    font-size: 13px;
    margin-top: 15px;
  }

  .valentine .valentine-section-menu {
    display: block;
    margin-right: 0;
  }

  .valentine .valentine-section-menu .restaurant {
    margin-bottom: 10px;
  }

  .valentine .valentine-section-menu .restaurant-name .genre {
    font-size: 1.3rem;
    margin-right: 10px;
  }

  .valentine .valentine-section-menu .restaurant-name .name {
    font-size: 2.6rem;
  }

  .valentine .valentine-section-menu .restaurant-local {
    font-size: 2rem;
  }

  .valentine .valentine-section-menu .restaurant-img {
    margin-bottom: 10px;
  }

  .valentine .valentine-section-menu .restaurant-img img {
    width: 100%;
  }

  .valentine .valentine-section-menu .restaurant-detail-date {
    font-size: 2.2rem;
  }

  .valentine .valentine-section-menu .restaurant-detail-tit {
    font-size: 2.6rem;
  }

  .valentine .valentine-section-menubox {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .valentine .valentine-section-menuwrap {
    width: 90%;
  }

  .valentine .valentine-table {
    width: 90%;
    padding: 20px 4% 5px;
    margin: 60px auto 90px;
  }

  .valentine .valentine-table-row {
    display: block;
  }

  .valentine .valentine-table-row dd,
  .valentine .valentine-table-row dt {
    padding: 6px 0;
  }

  .valentine .valentine-table-row dt {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .valentine .valentine-table-row dd {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }

  .only-sp {
    display: block;
  }

  .main_cnt {
    padding: 22.8571428571vw 0 11.4285714286vw;
  }

  .header_logo {
    width: 8.5714285714vw;
    top: 3.4285714286vw;
    left: 3.4285714286vw;
  }

  .menu_btn {
    top: 5.7142857143vw;
    right: 5.7142857143vw;
    width: 13.7142857143vw;
    height: 4.2857142857vw;
  }

  .menu_btn.is-open span:nth-child(1) {
    -webkit-transform: rotate(25deg) translateY(2.2vw);
    transform: rotate(25deg) translateY(2.2vw);
  }

  .menu_btn.is-open span:nth-child(2) {
    -webkit-transform: rotate(-25deg) translateY(-2vw);
    transform: rotate(-25deg) translateY(-2vw);
  }

  .nav {
    display: block;
    padding: 14vw 0 6vw;
    overflow-y: scroll;
  }

  .nav_list {
    display: block;
    padding: 0 7% 0;
  }

  .nav_list-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav_list-cnt {
    width: 73%;
  }

  .nav_list li {
    width: 100%;
    margin: 0;
  }

  .nav_list-img {
    width: 24%;
    margin-bottom: 0;
  }

  .nav_list-subname {
    font-size: 4vw;
    text-align: left;
    margin-bottom: 0;
  }

  .nav_list-name {
    font-size: 5.7142857143vw;
    text-align: left;
  }

  .nav_footer {
    display: block;
    margin: 8vw auto 0;
    padding: 8vw 0 0;
  }

  .nav_footer ul {
    justify-content: space-between;
  }

  .nav_footer ul li {
    margin: 0 auto;
  }

  .nav_footer-img {
    width: 40px;
    margin-right: 2.8571428571vw;
  }

  .nav_footer-name {
    font-size: 16px;
  }

  .nav_footer_btn {
    margin-top: 25px;
  }

  .nav_footer_btn a.c-buttonStyle1 {
    width: 100%;
  }

  .nav_privacy {
    position: relative;
    margin: 10vw 15% 0 0;
    text-align: right;
  }

  .footer-back-to-top {
    height: 80vw;
  }

  .footer-back-to-top .txt-char {
    font-size: 10.2857142857vw;
  }

  .pointer {
    display: none;
  }

  .c-buttonStyle1 {
    font-size: 5.1428571429vw;
    width: 100%;
    height: 20vw;
    margin: 7.1428571429vw 0;
  }

  .c-buttonStyle1 .icon-arrow {
    font-size: 4.2857142857vw;
    right: 5.1428571429vw;
  }

  .c-headingStyle2 {
    margin-bottom: 20px;
  }

  .c-headingStyle3 {
    margin-bottom: 17.1428571429vw;
  }

  .c-headingStyle3 .txt-main {
    font-size: 8vw;
    line-height: 9.1428571429vw;
  }

  .c-headingStyle3 .txt-sub {
    margin-left: 1.4285714286vw;
    font-size: 5.1428571429vw;
  }

  .c-pagetitle {
    height: 200px;
  }

  #bridal .section_mainvisual-bg .wrap-img {
    width: 180vh;
    left: -110vh;
    top: 0vh;
  }

  #stay .section_mainvisual-bg .wrap-img {
    width: 180vh;
    left: -102vh;
    top: 0vh;
  }

  .section_mainvisual {
    align-items: flex-end;
    padding: 0 6.2857142857vw 45.7142857143vw;
  }

  .section_mainvisual-bg .wrap-img {
    width: 248vh;
    height: auto;
    position: relative;
    left: -131vh;
    top: -36vh;
  }

  .section_mainvisual-bg .img {
    height: auto;
  }

  .section_mainvisual-cnt .txt-copy {
    font-size: 3.7142857143vw;
    text-align: center;
    margin-top: 2.8571428571vw;
  }

  .section_mainvisual-heading {
    margin-bottom: 4.2857142857vw;
  }

  .section_mainvisual-heading .txt-sub {
    font-size: 3.4285714286vw;
    text-align: center;
  }

  .section_mainvisual-heading .txt-main {
    font-size: 10.8571428571vw;
    line-height: 12.5714285714vw;
    text-align: center;
  }

  .information .section_mainvisual {
    height: 157.1428571429vw;
  }

  .information .comp-block-information-item {
    margin-bottom: 8.5714285714vw;
  }

  .information .comp-block-information-item .block {
    display: block;
  }

  .information .comp-block-information-item .block>.content {
    width: 100%;
  }

  .information .comp-block-information-item .block-img {
    width: 80%;
    height: auto;
    margin: 0 auto 5.7142857143vw;
  }

  .information .comp-block-dates .tilde {
    font-size: 4vw;
  }

  .information .comp-block-dates .tilde+.comp-block-date {
    margin-left: 2.2857142857vw;
  }

  .information .comp-block-dates .comp-block-date+.tilde {
    margin-left: 2.2857142857vw;
  }

  .information .comp-block-date .txt-date {
    font-size: 5.7142857143vw;
  }

  .information .comp-block-date .txt-day-of-the-week {
    font-size: 4vw;
    margin-left: 1.1428571429vw;
  }

  .information .comp-heading-information-item {
    margin-bottom: 2.8571428571vw;
  }

  .information .comp-heading-information-item .link {
    padding-bottom: 2.8571428571vw;
  }

  .information .comp-heading-information-item .txt {
    font-size: 6.2857142857vw;
    line-height: 8.5714285714vw;
  }

  .information .comp-heading-information-item>.txt {
    padding-bottom: 2.8571428571vw;
  }

  .information .comp-heading-information-item .icon {
    width: 5.7142857143vw;
    height: 5.7142857143vw;
    margin-right: 2.8571428571vw;
  }

  .information .comp-block-information-item-description>.txt-description {
    font-size: 3.7142857143vw;
    line-height: 5.7142857143vw;
    margin-bottom: 2.8571428571vw;
  }

  .information .comp-block-information-item-description .block-notes {
    margin-bottom: 5.7142857143vw;
  }

  .information .comp-block-information-item-description .txt-note {
    font-size: 3.4285714286vw;
  }

  .information .comp-heading-information-item-02 {
    font-size: 5.1428571429vw;
    margin-bottom: 2.8571428571vw;
  }

  .information .comp-table-information-item {
    margin-bottom: 2.8571428571vw;
  }

  .information .comp-table-information-item .txt-title:not(:last-of-type) {
    margin-bottom: 4.2857142857vw;
  }

  .information .comp-table-information-item .txt-title {
    min-height: 8.5714285714vw;
    font-size: 3.4285714286vw;
  }

  .information .comp-table-information-item .txt-description {
    font-size: 3.7142857143vw;
    padding-left: 2.8571428571vw;
  }

  .information .comp-table-information-item .txt-description:not(:last-of-type) {
    margin-bottom: 4.2857142857vw;
  }

  .slug {
    padding-bottom: 80vw;
  }

  .slug .sec_main {
    padding: 57.1428571429vw 0 25.7142857143vw;
  }

  .slug .sec_main-tit {
    font-size: 8vw;
    margin-bottom: 2.8571428571vw;
  }

  .slug .sec_main-tit span {
    font-size: 7.4285714286vw;
  }

  .slug .sec_main-txt {
    font-size: 4.2857142857vw;
    line-height: 2;
  }

  .slug .sec_main-detail {
    margin-top: 8.5714285714vw;
    padding-left: 5.7142857143vw;
  }

  .slug .sec_main-detail dl+dl {
    margin-top: 2.8571428571vw;
  }

  .slug .sec_main-detail dl {
    display: block;
  }

  .slug .sec_main-detail dl dt.w200px {
    width: 100%;
  }

  .slug .sec_main-detail dl dt.w310px {
    width: 100%;
  }

  .slug .sec_main-detail dl dt.w340px {
    width: 100%;
  }

  .slug .sec_main-detail dl dt {
    width: 100%;
  }

  .slug .sec_main-detail dl dd {
    margin-top: 2.8571428571vw;
  }

  .slug .sec_content_inner {
    width: 100%;
  }

  .slug .sec_content-header {
    width: 90%;
    margin: 0 auto 8.5714285714vw;
    text-align: left;
  }

  .slug .sec_content-box.-reverse .sec_content-body {
    padding: 0 5.7142857143vw 0;
  }

  .slug .sec_content-subtit {
    font-size: 4vw;
    margin-bottom: 4.2857142857vw;
  }

  .slug .sec_content-subtit span {
    padding: 0.8571428571vw 4.2857142857vw;
  }

  .slug .sec_content-tit {
    font-size: 6.8571428571vw;
  }

  .slug .sec_content-titin {
    display: block;
    padding: 0 0 4vw;
    margin-bottom: 2.2857142857vw;
  }

  .slug .sec_content-tit .-small {
    font-size: 5.7142857143vw;
  }

  .slug .sec_content-date {
    font-size: 6.8571428571vw;
  }

  .slug .sec_content-date .week {
    font-size: 4.8571428571vw;
    margin-left: 1.4285714286vw;
  }

  .slug .sec_content-boxin {
    display: block;
  }

  .slug .sec_content-img {
    width: 100%;
    margin-bottom: 5.7142857143vw;
  }

  .slug .sec_content-body {
    width: 100%;
    padding: 0 5.7142857143vw 0;
  }

  .slug .sec_content-body_tit {
    font-size: 7.4285714286vw;
    margin-bottom: 2.8571428571vw;
  }

  .slug .sec_content-body_txt {
    font-size: 4.5714285714vw;
  }

  .slug .sec_content-detail {
    margin-top: 8.5714285714vw;
    padding-left: 5.7142857143vw;
  }

  .slug .sec_content-detail dl+dl {
    margin-top: 2.8571428571vw;
  }

  .slug .sec_content-detail dl {
    display: block;
  }

  .slug .sec_content-detail dl dt {
    width: 100%;
  }

  .slug .sec_content-detail dl dt.w200px {
    width: 100%;
  }

  .slug .sec_content-detail dl dt.w340px {
    width: 100%;
  }

  .slug .sec_content-detail dl dd {
    margin-top: 2.8571428571vw;
  }

  .slug .sec_chef {
    margin-top: 28.5714285714vw;
  }

  .slug .sec_chef_box {
    display: block;
  }

  .slug .sec_chef_box-img {
    width: 100%;
    height: 85.7142857143vw;
    overflow: hidden;
  }

  .slug .sec_chef_box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slug .sec_chef_box-cnt {
    width: 100%;
    padding: 7.1428571429vw 7.1428571429vw;
  }

  .slug .sec_chef-tit {
    font-size: 6.8571428571vw;
    margin-bottom: 4.2857142857vw;
  }

  .slug .sec_chef-tit2 {
    font-size: 4.5714285714vw;
    margin-bottom: 2.8571428571vw;
  }

  .slug .sec_chef-txt {
    font-size: 4.5714285714vw;
  }

  .slug .sec_chef-txt2 {
    margin-top: 2.8571428571vw;
    font-size: 3.4285714286vw;
  }

  .slug .sec_chef-sign {
    font-size: 4vw;
    margin-top: 5.7142857143vw;
  }

  .slug .sec_chef-sign .sign_img {
    display: inline-block;
    margin: 2.8571428571vw 0 0 0;
  }

  .slug .sec_chef-sign .sign_img img {
    height: 10.8571428571vw;
  }

  .slug .sec_chef-link {
    margin-top: 2.8571428571vw;
  }

  .slug .sec_chef-link .icon-arrow {
    margin-top: 1.7142857143vw;
  }

  .slug .sec_chef-link a {
    margin-top: 0.5714285714vw;
  }

  .slug .sec_chef-contact {
    display: block;
    font-size: 4vw;
    padding: 4.2857142857vw;
    margin-top: 5.7142857143vw;
  }

  .slug .sec_chef-contact_left {
    font-size: 4.5714285714vw;
    width: 100%;
    text-align: left;
    margin-bottom: 2.8571428571vw;
  }

  .slug .sec_chef-contact_right {
    width: 100%;
  }

  .slug .sec_chef-detail {
    margin-top: 8.5714285714vw;
    padding-left: 5.7142857143vw;
  }

  .slug .button_area {
    margin-top: 17.1428571429vw;
  }

  .slug .button_area_box {
    display: block;
  }

  .slug .section_about {
    padding-bottom: 17.1428571429vw;
  }

  .slug .section_about .block-about {
    padding: 20vw 0 20vw 0;
  }

  .slug .section_about .block-about .img-logo {
    margin-bottom: 11.4285714286vw;
  }

  .slug .section_about .block-about .hdg {
    flex-direction: column;
    align-items: center;
    margin-bottom: 4.2857142857vw;
  }

  .slug .section_about .block-about .hdg .txt-category {
    font-size: 3.7142857143vw;
    text-align: center;
    margin: 0;
  }

  .slug .section_about .block-about .hdg .txt-name {
    font-size: 7.1428571429vw;
  }

  .slug .section_about .block-about .tel {
    margin: 0 0 2.8571428571vw 0;
  }

  .slug .section_about .block-about .tel span {
    font-size: 8vw;
  }

  .slug .section_about .block-about .tel .txt-tel {
    margin-right: 2.8571428571vw;
  }

  .slug .section_about .block-about .txt-notes {
    font-size: 3.4285714286vw;
  }

  .slug .section_about .block-table {
    margin-bottom: 0;
    padding: 0 5.7142857143vw;
  }

  .slug .section_about .table-info>tbody>.tr {
    flex-direction: column;
    text-align: left;
    padding: 0 2.2857142857vw;
    margin-bottom: 5.7142857143vw;
  }

  .slug .section_about .table-info>tbody>.tr>.th {
    width: 100%;
    margin-bottom: 4.2857142857vw;
  }

  .slug .section_about .table-info>tbody>.tr>.td {
    width: 100%;
    font-size: 4vw;
    margin-bottom: 5.7142857143vw;
  }

  .slug .section_about .table-info>tbody>.tr>.td p {
    font-size: 3.7142857143vw;
  }

  .slug .section_about .table-info-child .th {
    display: block;
    width: 100%;
  }

  .slug .section_about .block-notes .txt-note {
    font-size: 2.8571428571vw;
    line-height: 5.1428571429vw;
  }

  .top .svganime {
    top: calc(55% + 1vw);
    left: calc(50% + .25vw);
    width: 125vw;
  }

  .top_cnt {
    padding: 0 5% 50vh;
  }

  .top_cnt-tit {
    font-size: 4.5714285714vw;
    text-align: center;
  }

  .top_cnt-tit_txt1 {
    font-size: 4vw;
    margin-bottom: 1.4285714286vw;
  }

  .top_cnt-tit_txt2 {
    font-size: 14.2857142857vw;
  }

  .top_cnt-txt1 {
    margin-top: 2.8571428571vw;
    font-size: 4.5714285714vw;
    text-align: center;
  }

  .top_cnt-txt2 {
    margin-top: 0;
    font-size: 5.7142857143vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 5.7142857143vw;
  }

  .top_cnt-txt2>span .button-scroll-suggest {
    bottom: -3vw;
    right: -42.8vw;
  }

  .top_cnt-txt2>span .button-scroll-suggest .bar {
    width: 24vw;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .top_cnt-txt2>span .button-scroll-suggest .txt {
    display: none;
  }

  .top_cnt-txt2>span {
    padding-right: 0;
    padding-bottom: 15vw;
  }

  .top .mask.is-animation {
    -webkit-animation-name: none;
    animation-name: none;
  }

  .top .mask {
    -webkit-mask-size: 125vw;
    mask-size: 125vw;
    -webkit-mask-position: 50% 60% !important;
    mask-position: 50% 60% !important;
  }

  .top .sec_nav .nav {
    height: auto;
    padding: 18vw 0 0;
  }
}

@media print {
  *,
  *::before,
  *::after {
    background: rgba(0,0,0,0) !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=styles.css.map */