@charset "utf-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:Arial,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,Helvetica,メイリオ,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#000;background-color:transparent;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:bottom;max-width:100%;height:auto}svg:not(:root){overflow:hidden}figure{margin:0}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}li{list-style:none}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}img {backface-visibility: hidden;}



/*  template style
=========================================================================================*/
*,*::before,*::after{ box-sizing: border-box; }
button{background-color: transparent;border: none;cursor: pointer;padding: 0;appearance: none;}
em{font-style: normal;}
b, strong{font-weight: normal;}

body{
  color: #333;
  font-family: 'YakuHanMP',"游明朝",YuMincho,'Yu Mincho''游明朝','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','HG明朝E',serif;
  font-feature-settings: "palt";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  margin: auto;
  padding: 0;
  /* opacity: 0; */
  overflow-x: hidden;
  transition: 1s;
  -webkit-text-size-adjust: 100%;
}
body.loaded{
  font-family: 'YakuHanMP','Zen Old Mincho',serif;
  opacity: 1;
}
h1,h2,h3,h4,h5,h6,th{ font-weight: normal; }
a{ color: inherit; }
a:hover{ color: inherit; text-decoration: none; }
#wrap{ position:relative; }
.sp-bl,.sp-il,.tablet-bl{ display:none !important; }
.tablet .tablet-bl{ display:block !important; }
.opa{ transition: 0.3s ease-in-out; }
.opa1{ opacity: 1 !important; }
.w100{ width: 100% !important; }
.h100{ height: 100% !important; }
.none{ display: none !important }
.visuallyhidden{ position: absolute !important;width: 1px !important;height: 1px !important;padding: 0 !important;margin: -1px !important;overflow: hidden !important;clip: rect(0, 0, 0, 0) !important;white-space: nowrap !important;border: 0 !important; }
.tc{ text-align: center !important; }
.tl{ text-align: left !important; }
.tr{ text-align: right !important; }
.tj{ text-align: justify !important; }
.cf::before,.cf::after{ content: ""; display: table; }
.cf::after{ clear: both; }
.cf{ zoom: 1; }
.fl{ float: left; }
.fr{ float: right; }
.outer{
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.inner{
  position:relative;
  width:95%;
  max-width:1200px;
  margin-right:auto;
  margin-left:auto;
}
.bl{ display: block; }
.ib{ display: inline-block; }
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.flex.nowrap{ flex-wrap: nowrap; }
.flex.reverse{ flex-direction: row-reverse; }
.flex.reverse > *{ min-height: 0; }
.flex.jc-c{ justify-content: center; }
.flex.jc-s{ justify-content: flex-start; }
.flex.jc-e{ justify-content: flex-end; }
.flex.ai-c{ align-items: center; }
.flex.ai-e{ align-items: flex-end; }
.flex.ai-st{ align-items: stretch; }
@media (hover: hover) and (pointer: fine) {
.opa:hover { opacity: 0.7 !important; }
}
@media screen and (max-width:768px) {
.pc{ display:none !important; }
.sp-bl{ display:block !important; }
.sp-il{ display:inline !important; }
.inner{ width:85.333333%; max-width:560px; }
}

/*  custom template
=========================================================================================*/
/* color
---------------------------------------------- */
:root {
  --color-base: #94928a;
}

.bg_gradient {
  background: url(../img/common/bg_gradient.png) repeat-x top left/auto 1000px;
}
.bg_texture {
  background: url(../img/common/bg_texture.png) repeat center/100px auto;
}

@media screen and (max-width: 768px) {
  .bg_gradient {
    background-size: auto 800px;
  }
}

/* font
---------------------------------------------- */
body .gothic {
  font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif!important;
}
body .mincho {
  font-family: 'YakuHanMP',"Yu Mincho",YuMincho,serif!important;
}
body .eb {
  font-family: "EB Garamond", serif !important;
}


:root{
  /* scrollbar */
  --scrollbar: 0;
  --adjustment: calc(50% - 50vw + var(--scrollbar));
}
/* .wrapper{
  position: relative;
  overflow: hidden;
} */
/* スクロールバーガタつき対策 */
body.noScroll .wrapper{
  scrollbar-gutter: stable;
}
.bold{
  font-weight: 500;
  font-weight: 600;
}
.noScroll{ overflow: hidden; }
.upper{ text-transform: uppercase; }
.noLink{ pointer-events: none; user-select: none; }
.movieWrap{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.movieWrap iframe,
.movieWrap video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img{ width: 100%;}
.vTxt{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.btnWrap{
  position: relative;
  margin-inline: auto;
}
.btn{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  width: 100%;
  color: #fff;
  background-color: #333;
  font-size: 18px;
  letter-spacing: 0.025em;
  line-height: 1.4;
  padding: .85em;
  text-align: center;
  overflow: hidden;
  border-radius: 0;
  text-indent: .2em;
  transition: .3s;
  z-index: 0;
}
.btn:link,
.btn:hover{
  color: #fff;
}
.btn.shadow{
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media screen and (min-width: 768px){
	.sp-modalBtn{
		pointer-events: none;
	}
}
@media screen and (max-width: 768px){
  .icon-zoom{
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
}

.actionBtn {
  background-color: transparent;
}
.actionBtn .btn__text{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .3em;
  position: relative;
  z-index: 0;
}
.actionBtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: .3s;
  z-index: -2;
}
.actionBtn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
  z-index: -1;
}
.actionBtn .btn__text {
  transition: .3s;
}
.actionBtn .btn__text::before{
  content: '';
  width: 20px;
  height: 20px;
  transition: .3s;
  z-index: 1;
}

.limitedBtn {
  border: 1px solid rgb(170 160 101 / 0);
}
.limitedBtn::after {
  background: linear-gradient(90deg, rgba(170, 160, 101, 1) 0%, rgba(225, 222, 201, 1) 50%, rgba(170, 160, 101, 1) 100%);
}
.limitedBtn .btn__text {
  color: #333;
}
.limitedBtn .btn__text::before{
  background: url(../img/common/icon_limited.svg) center/contain no-repeat;
}

.entryBtn {
  border: 1px solid rgb(5 18 67 / 0);
}
.entryBtn::after {
  background: linear-gradient(90deg, rgba(5, 18, 67, 1) 0%, rgba(80, 89, 123, 1) 50%, rgba(5, 18, 67, 1) 99.95%);
}
.entryBtn .btn__text::before{
  background-color: #fff;
  -webkit-mask-image: url(../img/common/icon_mail.svg);
  mask-image: url(../img/common/icon_mail.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.arrowBtn::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  width: 25px;
  height: 16px;
  background: url(../img/common/icon_btn_arrow.svg) center/contain no-repeat;
  z-index: 1;
}

.sec{
  position: relative;
  z-index: 0;
}

.secTitle--en {
  font-family: "EB Garamond", serif !important;
  font-size: 17px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 0;
}
.secTitle--line {
  display: flex;
  align-items: center;
  gap: 1em;
  white-space: nowrap;
}
.secTitle--line::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.secCopy {
  font-size: clamp(24px, 1.362rem + 0.55vw, 30px);
  letter-spacing: 1px;
}
.secText{
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 2;
}
.secCaption {
  font-size: 10px;
  line-height: 1.8;
}

@media (hover: hover) and (pointer: fine) {
  .actionBtn:hover::after {
    opacity: 0;
  }

  .limitedBtn:hover {
    border: 1px solid rgb(170 160 101 / 1);
  }

  .entryBtn:hover {
    border: 1px solid rgb(5 18 67 / 1);
  }
  .entryBtn:hover .btn__text {
    color: rgba(5 18 67 / 1);
  }
  .entryBtn:hover .btn__text::before {
    background-color: rgb(5 18 67 / 1);
  }
}
@media screen and (max-width: 768px){

}

/* caption
---------------------------------------------- */
.photo,.figure{ position: relative; }
.p-caption,.f-caption{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
  padding: 4px 5px;
}
.p-caption.w,.f-caption.w{
  color: #fff;
  background-color: rgb(1 3 9 / .8);
  /* text-shadow: 0 0 5px rgba(0,0,0,.75); */
}
.p-caption.l,.f-caption.l{
  right: auto;
  left: 0;
  text-align: left;
}
.p-caption.t,.f-caption.t{
  top: 0;
  bottom: auto;
}
.p-caption._static,.f-caption._static{
  position: static;
  margin-top: 5px;
  padding: 0;
}
@media screen and (max-width:768px){
  .p-caption.sp-t,.f-caption.sp-t{
    top: 0;
    bottom: auto;
  }
  .p-caption.sp-l,.f-caption.sp-l{
    left: 0;
    right: auto;
  }
}


/* tab
---------------------------------------------- */
.tab{
  cursor: pointer;
}
.tabpanel{
  display: none;
  position: relative;
}
.tabpanel.active{
  display: block;
  animation: tabFadeIn .5s;
}
@keyframes tabFadeIn{
  0%{ opacity: 0; }
  100%{ opacity: 1; }
}
/* .tabItem{
  display: none;
  position: relative;
}
.tabItem.active{
  display: block;
  animation: tabFadeIn .5s;
} */

/* scroll
---------------------------------------------- */
.scroll{
  position: relative;
  overflow: auto;
  -ms-overflow-style:none;
}
.scroll::-webkit-scrollbar{
  display: none;
}
.scroll .scrollInner{
  position: relative;
}
.scroll .scrollInner:after{
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 1px;
}
.scroll .scrollInner img{
  vertical-align: top;
}

/*.scroll .scrollCaution{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/pc/icon_scrollCaution.svg) no-repeat center/202px auto rgba(51,51,51,.7);
  pointer-events: none;
}*/

/* swiper
---------------------------------------------- */
.swiper-slide{
  height: auto;
}
.swiper-button-prev,
.swiper-button-next{
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgb(0 0 0 / .3);
  margin: 0 !important;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 48%;
  width: calc(8 / 40 * 100%);
  aspect-ratio: 1;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}
.swiper-button-prev::before {
  left: 52%;
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(-1);
}
.swiper-button-prev::after,
.swiper-button-next::after{
  content: none;
}
.swiper-pagination{
  position: relative;
  transition: none;
  transform: none;
}
.swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin: 9px;
  background: #ccc;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #333;
}

/* modal movie
---------------------------------------------- */
.modal__container{
	width: 100%;
	padding: 0;
}
.modal__close{
	z-index: 1;
}

@media screen and (max-width: 768px){
  .modal__close {
    top: 0px;
    right: 15px;
  }
}

/* commonCapArea
---------------------------------------------- */
.commonCapArea{
  padding-block: 80px;
position: relative;
z-index: 0;
}
.commonCapList > li{
  font-size: 10px;
  letter-spacing: .1em;
  line-height: 1.75;
  padding-left: 1em;
  text-indent: -1em;
  word-break: break-all;
}
.commonCap__link{
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 768px){
  .commonCapArea{
    padding-block: 30px;
  }
  .commonCapList > li{
  }
}

/* pagaTitle
---------------------------------------------- */
.pagaTitle {
  letter-spacing: 0.1em;
  line-height: 1.7;
  padding-inline: 10px;
  padding-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pagaTitle {
    font-size: 11px;
    padding-bottom: 10px;
  }
}

/*----------------------------------------------------------------------
  header
----------------------------------------------------------------------*/
.header{
  /* position: fixed; */
  position: relative;
  /* top: 148px; */
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 130px;
  background-color: #fff;
  transition: .4s;
  z-index: 1000;
}
.header.is-scroll {
  position: fixed;
}

.headerLogo{
  width: 316px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 1;
}

.header__top{
  padding-top: 25px;
  padding-right: 30px;
  position: relative;
  z-index: 0;
}

.globalBtnList01{}
.globalBtnList01__item{
}
.globalBtnList01__link{
  display: flex;
  align-items: center;
  gap: .5em;
  font-size: 12px;
  letter-spacing: 0.0025em;
  padding: 1em 25px 1em 1em;
  position: relative;
  z-index: 0;
}
.globalBtnList01__link .icon {
  display: block;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #454545;
  position: relative;
  z-index: 0;
}
.globalBtnList01__link .icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 45%;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}

.globalBtnList02{
  width: 450px;
  gap: 10px;
}
.globalBtnList02__item{
  width: 50%;
}
.globalBtnList02__link{
  font-size: 12px;
}

/* globalNavArea */
.globalNavArea {
  padding-inline: 400px 20px;
}
.globalNavList{
  flex-wrap: nowrap;
}
.globalNavList__item{
  position: relative;
  z-index: 0;
}
.globalNavList__link{
  display: block;
  position: relative;
  padding: .7em;
  text-align: center;
  text-indent: .2em;
  transition: .4s;
  white-space: nowrap;
  z-index: 0;
}
/* .globalNavList__link:link,
.globalNavList__link:hover{
  color: #2b3a2f;
} */
/* .globalNavList__link.is-current{
  color: #669933;
} */
.globalNavList__item--coming .globalNavList__link {
  pointer-events: none;
  color: #ccc;
}

.globalNavList__link .en {
  display: block;
  font-size: 17px;
  letter-spacing: 0.05em;
}
.globalNavList__link .ja {
  display: block;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

/* fixNav */
.fixNavArea{
  position: fixed;
  top: -5px;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  transform: translateY(-100%);
  transition: .4s ease-out;
  z-index: 10000;
}
.fixNavArea.visible{
  transform: translateY(0);
}
.fixNav{
  display: flex;
  justify-content: space-between;
}
.fixNav .globalNavList__item{
  height: 100%;
}
.fixNav .globalNavList__link{
  height: 100%;
  font-size: clamp(10px,-0.125rem + 1vw,13px);
  /* padding: 0 .5em; */
  padding: 1.2em .5em;
}

.fixNav .globalBtnArea{
  flex: 1;
}
.fixNav .globalBtnList01__link{
  font-size: 11px;
  padding: 1em;
}
.fixNav .actionBtn .txt::before{
  left: -30%;
  width: 18px;
  height: 14px;
}

.fixNav .globalBtnList02{
  /* width: calc(237 / 1500 * 100%); */
  width: 50%;
  max-width: 237px;
}
.fixNav .globalBtnList02__link{
  height: 50px;
  font-size: clamp(12px,0rem + 1vw,15px);
  letter-spacing: 0.1em;
  padding-left: 20%;
}

.header-menuBtn{
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .globalNavList__link:hover{
    opacity: .7;
  }
}

@media screen and (min-width: 1201px) {
  .globalNavList__item._outline,
  .globalNavArea .globalBtnList02,
  .globalNavArea .h-contact {
    display: none;
  }
}

@media screen and (max-width: 1200px){
  .header{
    position: static;
    flex-direction: row;
    align-items: center;
    height: 70px;
    padding-left: 10px;
  }

  .headerLogo {
    position: static;
    transform: translate(0, 0);
    width: 220px;
  }

  .header__top{
    padding: 0;
  }
  .fixNavArea,
  .globalBtnArea{
    display: none;
  }

  /* header-menuBtn */
  .header-menuBtn{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 76px;
    height: 70px;
    background-color: #333;
  }
  .header-menuBtn__line{
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 22px;
    height: 1px;
    background-color: #fff;
    transition: .3s;
  }
  .header-menuBtn__line::before,
  .header-menuBtn__line::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: .3s;
  }
  .header-menuBtn__line::before{
    top: -7px;
  }
  .header-menuBtn__line::after{
    bottom: -7px;
  }

  .header-menuBtn__text {
    display: block;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.05em;
    margin-top: 30px;
    text-align: center;
  }

  /* active */
  .header-menuBtn.active .header-menuBtn__line{
    background-color: transparent;
  }
  .header-menuBtn.active .header-menuBtn__line::before{
    transform: translateY(7px) rotate(40deg);
  }
  .header-menuBtn.active .header-menuBtn__line::after{
    transform: translateY(-7px) rotate(-40deg);
  }

  /* globalNavArea */
  .globalNavArea{
    /* display: none; */
    position: absolute;
    /* top: 106px; */
    top: 70px;
    right: 0;
    width: 100%;
    height: calc(100vh - 70px);
    height: calc(100svh - 70px);
    background-color: #fff;
    padding-top: 40px;
    padding-inline: 0;
    overflow-y: auto;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: .4s cubic-bezier(0, 0, 0.2, 1);
    z-index: 10000;
  }
  .globalNavArea.active{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .globalNav{
    padding-inline: 20px;
  }
  .globalNavList{
    flex-wrap: wrap;
  }
  .globalNavList__item{
    width: 50%;
    border-bottom: 1px solid #ccc;
  }
  .globalNavList__item--full {
    width: 100%;
  }
  .globalNavList__item:nth-child(even)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    z-index: 0;
  }
  .globalNavList__link{
    padding: .8em;
  }
  .globalNavList__link .en {
    font-size: 16px;
  }
  .globalNavList__link .ja {
    font-size: 10px;
  }

  .globalNavArea .globalBtnList02{
    flex-wrap: wrap;
    width: 100%;
    max-width: 690px;
    margin-top: 30px;
    margin-inline: auto;
  }
  .globalNavArea .globalBtnList02__item {
    width: 340px;
  }

  /* h-contact */
  .h-contact{
    background-color: #333;
    color: #fff;
    margin-top: 30px;
    padding-block: 20px;
  }
  .h-contact__copy{
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    text-align: center;
  }

  .h-contact__txtBox{
    position: relative;
    z-index: 0;
  }

  .h-contact__tel {
    text-align: center;
  }
  .h-contact__link:link{
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 0;
  }
  .h-contact__link::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 15px;
    background: url(../img/common/icon_freedial.svg) center/contain no-repeat;
    margin-right: 5px;
    z-index: 1;
  }

  .h-contact__tel .small{
    display: block;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 5px;
  }

}

@media screen and (max-width: 1024px) {
  .header {
    position: fixed;
    top: 48px;
  }
  .globalNavArea {
    /* top: 118px; */
  }
}

@media screen and (max-width: 768px){
  .header * {
    font-family: 'YakuHanMP','Zen Old Mincho',serif;
  }
  /* globalNavArea */
  .globalNavArea {
    height: calc(100vh - 118px);
    height: calc(100svh - 118px);
  }
  .globalNavArea .globalBtnList02{
    width: 340px;
  }
  .globalBtnList02__item{
    width: 100%;
  }
}

/*----------------------------------------------------------------------
  main
----------------------------------------------------------------------*/
.main{
  position: relative;
  overflow: hidden;
}

/* 休業告知 */
.rest{
	max-width: 720px;
	border: 1px solid #800;
	color: #800;
  margin-inline: auto;
	padding: 1em;
	text-align: center;
}
.rest__ttl{
	font-size: 20px;
	line-height: 2;
	margin-bottom: 0.5em;
}
.rest__txt{
	font-size: 13px;
	line-height: 2;
}
.rest__txt + .rest__txt{
	margin-top: 1em;
}

@media screen and (max-width: 1024px) {
  .main {
    padding-top: 70px;
  }
}

@media screen and (max-width: 768px){
  /* 休業告知 */
  .rest {
    width: 90%;
    padding-inline: 20px;
	}
	.rest__ttl{
		font-size: 18px;
	}
	.rest__txt{
		line-height: 1.8;
	}
	.rest__txt._txt02{
		text-align: justify;
	}
  .rest__txt._annotation{
    font-size: 12px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) and (max-device-width: 1024px){
  #wrap *{
    font-family: 'YakuHanMP','Zen Old Mincho',serif;
  }
}

/* kv
---------------------------------------------- */
.kv {
  position: relative;
  z-index: 10;
}
.kv__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin: calc(50 / 1500 * 100vw) calc(50 / 1500 * 100vw) 0;
}
.kvImg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.loaded .kvImg {
  opacity: 1;
}
.kvImg img {
  scale: 1.1;
  transition: scale 1s ease-out;
}
.loaded .kvImg img {
  scale: 1;
}
.kvContents {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: calc(55 / 1400 * 100%) calc(100 / 1400 * 100%);
}
.kvContents__title {
  color: #fff;
}
.kvContents__title .en {
  display: block;
  font-size: clamp(38px, 1.81rem + 2.74vw, 70px);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s .4s cubic-bezier(0.01, 0.52, 0.36, 1);
}
.loaded .kvContents__title .en {
  clip-path: inset(0 0 0 0);
}
.kvContents__title .ja {
  display: block;
  font-size: clamp(16px, 0.869rem + 0.27vw, 18px);
  letter-spacing: 1px;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s .4s cubic-bezier(0.01, 0.52, 0.36, 1);
}
.loaded .kvContents__title .ja {
  clip-path: inset(0 0 0 0);
}

@media screen and (max-width: 768px) {
  .kv__inner {
    margin: calc(20 / 380 * 100vw) calc(20 / 380 * 100vw) 0;
  }
  .kvContents {
    padding: calc(35 / 340 * 100%) calc(20 / 340 * 100%);
  }
}

/* commonContents
---------------------------------------------- */
.commonContents {
  background-color: #94928a;
  padding-block: 100px;
}

.commonContentsWrap {
  width: 95%;
  max-width: 1300px;
  color: #fff;
  margin-left: auto;
}

.commonContentsSliderWrap {
  /* margin-top: 45px; */
  position: relative;
  z-index: 0;
}

.commonContentsHead {
  display: flex;
  align-items: center;
  gap: 40px;
}

.commonContentsSliderControl {
  display: flex;
  align-items: center;
  gap: 20px;
}
.commonContentsSliderControl .swiper-button-prev,
.commonContentsSliderControl .swiper-button-next {
  position: static;
  transform: translate(0,0);
  box-shadow: none;
  background: none;
  border: 1px solid rgb(204 204 204 / .5);
  transition: border .3s;
}
.commonContentsSliderControl .swiper-button-prev::before,
.commonContentsSliderControl .swiper-button-next::before {
  border-color: #fff;
}

.commonContentsSlider {
  margin-top: 40px;
  overflow: hidden;
}

.commonContentsSlider__link:link {
  color: #fff;
}

.commonContentsSlider__img {
  border-radius: 60px 0 0 0;
  overflow: hidden;
}
.commonContentsSlider__img img {
  transition: .4s ease-out;
}
.commonContentsSlider__body {
  margin-top: 20px;
}
.commonContentsSlider__name .en {
  display: block;
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-bottom: .5em;
}
.commonContentsSlider__name .ja {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 16px;
  line-height: 1.5;
  transition: .4s;
}
.commonContentsSlider__name .ja::after {
  content: '';
  display: block;
  background: url(../img/common/icon_arrow-tr.svg) center/contain no-repeat;
  width: 12.5px;
  aspect-ratio: 1;
  transition: .4s;
}

@media (hover: hover) and (pointer: fine) {
  .commonContentsSliderControl .swiper-button-prev:hover,
  .commonContentsSliderControl .swiper-button-next:hover {
    border-color: rgb(255 255 255 / 1);
  }

  .commonContentsSlider__link:hover .commonContentsSlider__img img {
    transform: scale(1.1);
  }
  .commonContentsSlider__link:hover .commonContentsSlider__name .ja::after {
		transform: scale(1.2) translate(3px, -3px);
	}
}

@media screen and (min-width: 1501px) {
  .commonContents {
    padding-left: calc(50 / 1500 * 100%);
  }
  .commonContentsWrap {
    max-width: revert;
  }
}

@media screen and (max-width: 768px) {
  .commonContents {
    padding-block: 80px;
  }
  .commonContentsWrap {
    width: 100%;
    max-width: 1250px;
    margin-inline: auto;
  }
  .commonContentsHead {
    justify-content: space-between;
    width: calc(340 / 375 * 100%);
    margin-inline: auto;
  }
  .commonContentsSliderWrap {
    margin-top: 30px;
  }

  .commonContentsSliderWrap .swiper-button-prev {
    left: 1.5%;
  }
  .commonContentsSliderWrap .swiper-button-next {
    right: 1.5%;
  }
}

/* commonAction
---------------------------------------------- */
.commonAction {
  background-color: #333;
  padding-block: 90px;
}
.commonActionWrap {
  display: grid;
  grid-template-columns: 1fr calc(750 / 1300 * 100%);
  gap: 30px calc(150 / 1300 * 100%);
  align-items: flex-start;
  justify-content: flex-end;
  width: 95%;
  max-width: 1300px;
  margin-left: auto;
}

.commonAction-head {
  align-self: flex-start;
  width: 100%;
  max-width: 350px;
  color: #fff;
  /* margin-left: auto; */
}

.commonAction-head__box {
  margin-top: 20px;
}
.commonAction__copy {
  font-size: clamp(25px, 1.37rem + 0.41vw, 28px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.commonAction__text {
  font-size: clamp(16px, 0.87rem + 0.27vw, 18px);
  line-height: 2.125;
}
* + .commonAction__text {
  margin-top: 1.5em;
}

.commonAction-body {
  align-self: flex-start;
  grid-area: 2/1/3/2;
  width: 100%;
  max-width: 350px;
  /* margin-left: auto; */
}

.commonAction-btnBox__item + .commonAction-btnBox__item {
  margin-top: 20px;
}
.commonAction-btnBox__btn {
  font-size: 16px;
  padding-block: 1.2em;
}

.commonPlanSliderWrap {
  grid-area: 1/2/3/3;
  position: relative;
  z-index: 0;
}
.commonPlanSlider {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.commonPlanSlider__link {
  display: block;
  transition: .4s;
  position: relative;
  z-index: 0;
}
.commonPlanSlider__link::before {
  content: '';
  position: absolute;
  bottom: 25px;
  right: 5%;
  width: 13px;
  aspect-ratio: 1;
  background-color: #ccc;
  -webkit-mask-image: url(../img/common/icon_arrow-tr.svg);
  mask-image: url(../img/common/icon_arrow-tr.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transform-origin: right;
  transition: .4s;
  z-index: 1;
}

.commonPlanSliderWrap .swiper-button-prev,
.commonPlanSliderWrap .swiper-button-next {
  width: min(calc(40 / 750 * 100%), 40px);
}
.commonPlanSliderWrap .swiper-button-prev {
  left: -3%;
}
.commonPlanSliderWrap .swiper-button-next {
  right: 3%;
}

@media (hover: hover) and (pointer: fine) {
	.commonPlanSlider__link:hover {
    filter: brightness(1.2);
	}
	.commonPlanSlider__link:hover::before {
		transform: scale(1.2) translate(3px, -3px);
	}
}

@media screen and (min-width: 1501px) {
  .commonActionWrap {
    max-width: revert;
    padding-left: calc(50 / 1500 * 100%);
  }

  .commonAction-head,
  .commonAction-body {
    margin-left: 0;
  }

  .commonPlanSliderWrap .swiper-button-prev {
    left: -20px;
  }
  .commonPlanSliderWrap .swiper-button-next {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .commonAction {
    padding-block: 80px;
  }
  .commonActionWrap {
    display: block;
    width: calc(340 / 375 * 100%);
    max-width: 350px;
    margin-inline: auto;
    padding-left: 0;
  }

  .commonAction-body {
    max-width: 300px;
    margin-top: 60px;
    margin-inline: auto;
  }

  .commonAction-btnBox__btn {
    padding-block: 1em;
  }

  .commonPlanSliderWrap {
    margin-top: 30px;
  }

  .commonPlanSlider__link::before {
    bottom: 15px;
  }

  .commonPlanSliderWrap .swiper-button-prev,
  .commonPlanSliderWrap .swiper-button-next {
    width: 40px;
  }
  .commonPlanSliderWrap .swiper-button-prev {
    left: -10px;
  }
  .commonPlanSliderWrap .swiper-button-next {
    right: -10px;
  }
}

/* bels
---------------------------------------------- */
.bels {
  max-width: 380px;
  margin-top: 100px;
}
.belsCaption {
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .bels {
    max-width: 320px;
    margin-top: 50px;
  }
}

/*----------------------------------------------------------------------
  footer
----------------------------------------------------------------------*/
/* f-corporate */
.f-corporate {
  padding-block: 30px;
}
.f-corporateBox {
  gap: 20px 60px;
}
.f-corporate__name {
  display: block;
  color: #333;
  font-size: 10px;
}

/* f-contact */
.f-contact{
  background-color: #333;
  color: #fff;
  padding-block: 50px;
}
.f-contact__copy{
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
}

.f-contact__txtBox{
  position: relative;
  z-index: 0;
}

.f-contact__tel {
  text-align: center;
}
.f-contact__link:link{
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 0;
}
.f-contact__link::before{
  content: '';
  display: inline-block;
  width: 35px;
  height: 18px;
  background: url(../img/common/icon_freedial.svg) center/contain no-repeat;
  margin-right: 10px;
  z-index: 1;
}

.f-contact__tel .small{
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 10px;
}

.f-contact .rest{
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .f-corporate__item--panasonic {
    width: 223px;
  }
  .f-corporate__item--panasonic .f-corporate__name {
    margin-bottom: 10px;
  }

  .f-corporate__item--atraccion {
    width: 260px;
  }

  .f-corporate__item--atraccion .f-corporate__name {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px){
  /* f-corporate */
  .f-corporate__item {
    width: 220px;
  }
  .f-corporate__name {
    margin-bottom: 8px;
  }

  /* f-contact */
  .f-contact{
    padding-block: 20px;
  }
  .f-contact__copy{
    font-size: 12px;
  }
  .f-contact__tel{
    text-align: center;
  }
  .f-contact__link{
    font-size: 30px;
  }
  .f-contact__link::before {
    width: 30px;
    height: 15px;
  }
  .f-contact__tel .small {
    margin-top: 5px;
  }

  .f-contact .rest{
    margin-top: 20px;
  }
}

/* actionNav
---------------------------------------------- */
.actionNav{
  display: none;
}
@media screen and (max-width: 768px){
  .actionNav{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .actionNavList{}
  .actionNavList > li{
    flex: 1;
    height: 50px;
    position: relative;
    z-index: 0;
  }
  .actionNavList > li.border-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    z-index: 1;
  }
  .actionNavList__link{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
  }
  .actionNavList__link::before{
    content: '';
    display: block;
    width: 20px;
    aspect-ratio: 1;
    z-index: 1;
  }
  .actionNavList__link._tel::before{
    background: url(../img/common/icon_tel.svg) center/contain no-repeat;
  }
  .actionNavList__link._map::before{
    background: url(../img/common/icon_map.svg) center/contain no-repeat;
  }
  .actionNavList__link._entry{
    background: linear-gradient(90deg, rgba(5, 18, 67, 1) 0%, rgba(80, 89, 123, 1) 50%, rgba(5, 18, 67, 1) 99.95%);
    color: #fff;
  }
  .actionNavList__link._entry::before{
    background: url(../img/common/icon_mail.svg) center/contain no-repeat;
  }
  .actionNavList__link._limited{
    background: linear-gradient(90deg, rgba(170, 160, 101, 1) 0%, rgba(225, 222, 201, 1) 50%, rgba(170, 160, 101, 1) 100%);
  }
  .actionNavList__link._limited::before{
    background: url(../img/common/icon_limited.svg) center/contain no-repeat;
  }

  .actionNavList__link .text {
    display: flex;
    align-items: center;
    height: 20px;
    font-size: 10px;
    line-height: 1;
  }
  .actionNavList__link._tel .text {
    font-size: 11px;
  }
}

/*  fade animation
--------------------------------------------------*/
@keyframes fadeSlide{ from { opacity: 0; transform: translate3d(0, 20px, 0); } to { opacity: 1; transform: none; }}
.fade_slide1.inview,.fade_slide2.inview,.fade_slide3.inview{ animation-name: fadeSlide; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in */
@keyframes fadeIn{ from { opacity: 0; } to { opacity: 1; } }
.fi.inview{ animation-name: fadeIn; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in up */
@keyframes fadeInUp{ from { opacity: 0; transform: translate3d(0, 20px, 0); } to { opacity: 1; transform: none; }}
.fi_u.inview{ animation-name: fadeInUp; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in down */
@keyframes fadeInDown{ from { opacity: 0; transform: translate3d(0, -20px, 0); } to { opacity: 1; transform: none; }}
.fi_d.inview{ animation-name: fadeInDown; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in right */
@keyframes fadeInRight{ from { opacity: 0; transform: translate(30px,0); } to { opacity: 1; transform: none; } }
.fi_r.inview{ animation-name: fadeInRight; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in left */
@keyframes fadeInLeft{ from { opacity: 0; transform: translate(-30px,0); }to { opacity: 1; transform: none; }}
.fi_l.inview{ animation-name: fadeInLeft; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/*  slide animation
--------------------------------------------------*/
.si{
	position: relative;
	overflow: hidden;
}
.si::before{
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 1;
	transform: scaleX(1);
	transform-origin: top right;
	transition: transform .6s cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: 10;
}
.si.inview::before{
	transform: scaleX(0);
}

.si2{
	position: relative;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.si2::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	transform-origin: right;
	transition: transform .6s .4s cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: 10;
}
.si2.inview{
	transform: scaleX(1);
}
.si2.inview::before{
	transform: scaleX(0);
}

/* print
---------------------------------------------- */
@media print{
	body,html{
		zoom:.8 !important;
    -webkit-print-color-adjust: exact;
	}
	.header,
  .footer,
	.action,
  .commonCapArea,
	.actionBox,
  .bnrArea,
  .g-pgd,
  #phg-header,
	.kv,
	.print-hidden{
		display: none;
	}
}
