@charset "UTF-8";

@font-face {
  font-family: "YakuHanJP"; font-style: normal; font-display: swap;
  font-weight: 400;
  src: url("/font/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP"; font-style: normal; font-display: swap;
  font-weight: 500;
  src: url("/font/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP"; font-style: normal; font-display: swap;
  font-weight: 600;
  src: url("/font/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "ZenKakuGothicNew"; font-style: normal; font-display: swap;
  font-weight: 400;
  src:  local('Noto Sans CJK JP'),
  local('ZenKakuGothicNew-Regular'),
  url('/font/ZenKakuGothicNew/ZenKakuGothicNew-Regular.woff2') format('woff2');
}
@font-face {
  font-family: "ZenKakuGothicNew"; font-style: normal; font-display: swap;
  font-weight: 500;
  src: local('ZenKakuGothicNew-Medium'),
  url('/font/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff2') format('woff2');
}
@font-face {
  font-family: "ZenKakuGothicNew"; font-style: normal; font-display: swap;
  font-weight: 700;
  src: local('NotoSansCJKjp-Bold'),
  local('ZenKakuGothicNew-Bold'),
  url('/font/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff2') format('woff2');
}


/*Reset =============================================*/
*{
  box-sizing: border-box;
  background-repeat: no-repeat;
}
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,figure,figcaption,button{
  margin: 0;
  padding: 0;
}
ul,li{
list-style: none;
}
a{
text-decoration: none;
color: inherit;
}
a[href^="tel:"] {
  pointer-events: all;
}
img,svg{
vertical-align: bottom;
border: none;
width: 100%;
max-width:100%;
height:auto;
}
svg{
  /* fill: currentColor; */
  vertical-align: bottom;
}
button{
  background-color: inherit;
  border: none;
}
table {
  border-collapse: collapse;
}


/* font-size =============================================*/

html{
  /* font-size: 10px; */
  /* font-size: clamp(10px,3.125vw,16px) !important; */
  font-size: 3.125vw;

  /* background-color: #ddd; */
}
@media (min-width: 769px) {
  html{
    font-size: 10px;
  }
  body ,.header {
    min-width: 960px;
  }
}/*  */
@media (min-width: 960px) {
  html{
    /* font-size: clamp(10px,1.041666vw,16px); */
    font-size: clamp(10px, 0.9765625vw, 14px);
  }
}/*  */


/* lazyload ================================= */
.lazyload{opacity: 0;}
.lazyloaded, .lazyloading  {opacity: 1; transition: opacity 1000ms;}

/* Module =============================================*/
:root {
  --c-black: #0f1822;
  --c-black2: #212121;
  --c-black3: #666666;
  --c-black4: #444444;
  --c-red: #d22505;
  --c-pink: #ef7d83;
  --c-grey: #e4e1e1;
  --c-grey2: #f2f1ea;
  --c-grey3: #cacaca;
  --c-grey-txt: #a0a0a0;
  --c-gold: #a99f7f;
  --c-gold-l: #e1ded7;
  --c-green: #293a35;
  /* --c-white: #fbfbfb; */
  --c-white: #fff;
  --c-white2: #f9f9f7;
  --c-bg: #f1f1f1;
  --font-comp: "Libre Caslon Text",-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  /* --font-ja: "YakuHanJP","ZenKakuGothicNew",sans-serif; */
  --font-ja: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  --font-en: "Libre Caslon Text", serif;
  --font-num: "Libre Caslon Text", sans-serif;
  /* --filter-w: invert(99%) sepia(1%) saturate(1685%) hue-rotate(354deg) brightness(115%) contrast(95%); */
  --filter-w: invert(100%) sepia(19%) saturate(377%) hue-rotate(316deg) brightness(100%) contrast(91%);
  --filter-wg: invert(96%) sepia(8%) saturate(14%) hue-rotate(314deg) brightness(86%) contrast(111%);
  --filter-red: invert(33%) sepia(39%) saturate(3362%) hue-rotate(347deg) brightness(84%) contrast(106%);
  --inn-w: 2rem;
  --inn-wm: -2rem;

  --kv-fill-color: #fff;
}
.pc,.pc960{display: none;}

.center{ text-align: center;}
.left-center{ text-align: left;}
.center-left{ text-align: center;}
.left{ text-align: left;}

.comp{ font-family: var(--font-comp);}
.en{ font-family: var(--font-en);}
.ja{ font-family: var(--font-ja);}
.roboto{ font-family:"Roboto",sans-serif;}
.red{ color: var(--c-red);}
.gold{ color: var(--c-gold);}
.bold{font-weight: bold !important;}
.w_600{font-weight: 600 !important;}
.w_500{font-weight: 500 !important;}
.w_400{font-weight: 400 !important;}
.small{font-size: .9em;}
.small2{font-size: .8em;}
.small3{font-size: .7em;}
.small4{font-size: .6em;}
.small5{font-size: .5em;}
.nowrap{white-space: nowrap;}
.hor {
  font-family: "Zen Old Mincho",serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.block{display: block;}
.none{display: none;}
.asterisk{
  position: relative;
  display: block;
  padding-left: 1.2em !important;
  margin-top: 0.2em;
}
.asterisk::before{
  content: "※";
  position: absolute;
  left: 0;
}
.hov a,.hover,.r-over,button{
  transition: opacity .5s;
}
.hov a:hover,.hover:hover,.r-over:hover,button:hover{
  opacity: .5 !important ;
}
[v-cloak] {
  display: none;
}
.youtube_box{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  :root {
    --inn-w: 5rem;
    --inn-wm: -5rem;
  }
  .sp{display: none;}
  .pc{display: block;}

  .left-center{ text-align: center;}
  .center-left{ text-align: left;}
}/*  */
@media (min-width: 960px) {  
  /* :root {
    --inn-w: 5rem;
    --inn-wm: -5rem;
  } */
  .pc960{display: block;}
  .sp960{display: none;}
}/*  */


/* BODY  =============================================*/
body{
  font-family: var(--font-ja);
  line-height:1.5;
  position: relative;
}
.body{
  color: var(--c-black);
}
/* .body::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
  background-color:var(--c-bg);
  background-image: url(/palace/imgs/bg_grey.jpg);
  background-size: 250px;
  transition: background-color 1s;
} */

/* .body.reverse {
  color: var(--c-white);
}
.body.reverse::before {
  background-color: var(--c-black);
} */

.bg_t{
  background-image: url(/palace/imgs/bg_grey.jpg);
  background-size: 500px;
  background-repeat: repeat;
}
.bg_b{
  color: var(--c-white);
  background-image: url(/palace/imgs/bg_black.jpg);
  background-size: 500px;
  background-repeat: repeat;
}
.bg_w{
  background-color: #fbfbfb;
}
/* .bg_black, */
/* .header_w{
  color: var(--c-white);
}
.bg_black::before,
.header_w.body::before{
  background-color:var(--c-black);
}*/

._filter_w{filter: var(--filter-w);}
._icon_w{filter: var(--filter-w);}
._icon_b{filter: none;}

/* .header_w ._icon_w,
.bg_black ._icon_w,
.reverse .header ._icon_w{
  filter: none;
}*/
.header_w ._icon_b,
.bg_black ._icon_b,
.reverse .header ._icon_b{
  filter: var(--filter-w);
}  

.no_mv{
  padding-top: 10.5em;
}
@media (min-width: 769px) {
  .no_mv{
    padding-top: 12em;
  }
}/*  */


/* SECTION
========================================= */
html.smooth {
  scroll-behavior: smooth;
  scroll-padding-top: 7em;
}
.sec_bloc{
  padding: 3em 0;
}
._top0{ padding-top: 0 !important;}
._bottom0{ padding-bottom: 0 !important;}
._top_w{ padding-top: 6em;}
._bottom_w{ padding-bottom: 6em;}

.c_wide{
  max-width: 1400px;
  margin: 0 auto;
}
.c_wide_narrow{
  max-width: 960px;
  margin: 0 auto;
}
.c_inner{
  padding: 0 var(--inn-w);
}
.max600{ max-width: 600px; margin: 0 auto; }
.max800{ max-width: 60em; margin: 0 auto; }
.max900{ max-width: 66.25em; margin: 0 auto; }
.max1000{ max-width: 72.5em; margin: 0 auto; }
.max1100{ max-width: 78.75em; margin: 0 auto; }
.max1200{ max-width: 85em; margin: 0 auto; }
.max1300{ max-width: 91.25em; margin: 0 auto; }
.max1400{ max-width: 1400px; margin: 0 auto; }

.sec_ttl{
  font-size: 1em;
  padding: 2em 0;
}

.sec_ttl .en{
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1.2;
}
.sec_ttl._m .en{
  font-size:3.2em;
}
.sec_ttl._s .en{
  font-size: 4em;
}

.sec_ttl .ja{
  display: block;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.sec_ttl .ja._line2{
  margin-top: .3em;
  line-height: 1.6;
}
.sec_ttl._small .en{
  font-size: 3.4em;
  line-height: 1.05;
}
.sec_ttl._small,
.sec_ttl._s{
  font-size: 1rem;
  padding: 1.5rem 0;
}
.sec_ttl._s .en{
  display: block;
  font-size: 2.8em;
  line-height: 1.2;
}
.sec_ttl._small .ja,
.sec_ttl._s .ja{
  display: block;
  font-size: 1.1em;
  font-weight: 500;
  margin-top: 0.3em;
  color: var(--c-black3);
}
.sec_sub,
.sec_sub_txt{
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.sec_sub{
  padding: 1em 0;
}
.sec_sub_txt{
  padding: .5em 0;
}
.sec_copy {
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.7;
  padding: .5em 0;
}
.sec_desc,.sec_desc_txt{
  font-size: 1.2em;
  line-height: 1.9;
}
.sec_desc{
  padding: .5em 0;
}
.sec_desc_txt{
  padding: .5em 0;
}
.sec_txt{
  font-size: 1.05em;
  padding: .5em 0;
  line-height: 1.8;
}
.sec_desc p,.sec_desc_txt p,.sec_txt p{
  padding: .3em 0;
}
.sec_text {
  font-size: .95em;
  color: var(--c-black3);
  padding: 0 0 2em;
}
.sec_text p {
  line-height: 1.8;
  padding: .2em 0;
}
.block_wrap{
  padding: 1.5rem 0;
}
.txt_wrap{
  padding: 2rem 0;
}
._bright{
  background-color: var(--c-white);
  color: var(--c-black);
}

.img_box{
  width: 100%;
  aspect-ratio: 4/3;
}
.img_box img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {

  html.smooth {
    scroll-padding-top: 10em;
  }
  .c_inner_pc{
    padding: 0 var(--inn-w);
  }
  .sec_bloc{
    padding: 5em 0;
  }
  ._top_w{ padding-top: 6em;}
  ._bottom_w{ padding-bottom: 6em;}

  .sec_ttl{
    font-size: 1.1rem;
  }
  .sec_ttl .ja{
    font-size: 1em;
  }

  .sec_ttl._s {
    font-size: 1.6em;
  }
  .sec_ttl._m .en{
    font-size:3.5em;
  }

  .page_ttl .en {
    font-size: 5em;
    font-weight: 300;
  }
  .sec_ttl_s{
    font-size: 3.4rem;
  }
  .sec_sub{
    font-size: 1.5em;
  }
  .pc_flex{
    display: flex;
    justify-content: space-between;
  }

}/* 769 */

/* link_btn ========== */
.link_btn{
  position: relative;
  display: block;
  width: fit-content;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--c-a);
  text-align: center;
  padding: .8em 0;
}
.link_btn.right,
._right{
  margin-left: auto;
}
.link_btn.center,
._center{
  margin: 0 auto;
}
._arrow{
  position: relative;
  width: fit-content;
  padding-right: 1em;
}
._arrow::after{
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  right: 0.2em;
  top: 0.15em;
  bottom: 0;
  margin: auto;
  border-top: 0.1em solid;
  border-right: 0.1em solid;
  transform: rotateZ(45deg);
}
.link_btn._border::before{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  opacity: .5;
  position: absolute;
  bottom: .7em;
  left: 0;
  right: 0;
  margin: auto;
  /* transform: scaleX(0); */
  transform-origin: right center;
  transition: transform .2s;
}
.link_btn._border:hover::before{
  animation: border_move forwards .4s ease normal;
}
@keyframes border_move {
  0%   { transform: scaleX(100%); transform-origin: right;}
  50%  { transform: scaleX(0); transform-origin: right;}
  51%  { transform: scaleX(0);   transform-origin: left;}
  100% { transform: scaleX(100%); transform-origin: left;} 
}
.link_btn.square {
  width: 100%;
  border: 1px solid;
  max-width: 28em;
  margin: auto;
}
.link_btn:hover{
  transition: transform .2s;
}
.link_btn:hover{
  transform: translateX(.2em);
}

/* LINK ====================== */
.link_circle_arrow{
  display: flex;
  width: fit-content;
  align-items: center;
  padding: 1.1em 0;
  transition: transform .2s;

  font-size: .9em;
}
.link_circle_arrow._right{
  margin-left: auto;
}
.link_circle_arrow._center{
  margin: auto;
}
.link_circle_arrow .txt{
  display: inline-block;
  font-family: var(--font-comp);
  font-size: 1.2em;
  font-weight: 500;
}
.arrow_circle{
  position: relative;
  display: inline-block;
  background-color: var(--c-white);
  width: 3.2em;
  height: 3.2em;
  border-radius: 50%;
  overflow:hidden;
}
.txt + .arrow_circle{
  margin-left: .8em;
}
.arrow_circle_img{
  position: absolute;
  top: 0;
  bottom: .1em;
  left: 0;
  right: 0;
  margin: auto;
  width: 38% !important;
  /* filter: var(--filter-w); */
  transition: transform .25s ease-in, opacity .25s;
}
.arrow_circle_img._pdf{
  width: 44%;
}
.arrow_circle::before,
.arrow_circle::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 42%;
  height: 30%;
  mask-image: url(/palace/imgs/icon_arrow_right.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: currentColor;
  transform: translateX(-200%);
  opacity: 0;
  transition: transform .25s ease-out, opacity .25s ease-out;
  /* filter: var(--filter-w); */
}
.arrow_circle::after{
  transform: translateX(0);
  opacity: 1;
}
.link_circle_arrow:hover{
  transform: translateX(.3em);
}
a:hover .arrow_circle_img, .link_circle_arrow:hover .arrow_circle_img, .top_cont_box:hover .arrow_circle_img,
a:hover .arrow_circle::after, .link_circle_arrow:hover .arrow_circle::after, .top_cont_box:hover .arrow_circle::after{
  transform: translateX(200%);
  opacity: 0;
}
a:hover .arrow_circle::before, .link_circle_arrow:hover .arrow_circle::before, .top_cont_box:hover .arrow_circle::before{
  transform: translateX(0);
  opacity: 1;
}
.arrow_circle._line{
  background-color: inherit;
  border: 1px solid currentColor;
}
.arrow_circle._line .arrow_circle_img{
  bottom: 0;
}

/* ADD LINK BUTTON */
.ad_link_btn{
  position: relative;
  display: block;
  width: fit-content;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 2px;
  padding: 0.75em 3em;
  margin: 1em 0;
  border: 1px solid var(--c-black3);
}
.ad_link_btn::after{
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-5%,-50%);
  font-family: fontAwesome;
  content: '\f105';
}

/* LINK CIRCLE + BUTTON */
.link_circle_btn_wrap{
  background-color: var(--c-gold);
  border-radius: .1em;
  margin: 1.5em auto;
  max-width: 36rem;
  color: #fff;
}
.link_circle_btn_wrap._left{
  margin: 1.5em auto 1.5em 0;
}
.link_circle_btn_wrap._right{
  margin: 1.5em 0 1.5em auto;
}
.link_circle_btn_wrap .link_circle_arrow{
  width: 100%;
  justify-content: center;
}
.link_circle_btn_wrap .arrow_circle{
  background-color: transparent;
}
.link_circle_btn_wrap .arrow_circle::before,
.link_circle_btn_wrap .arrow_circle::after{
  background-color: var(--c-white);
}
/* .link_circle_btn_wrap .arrow_circle_img,
.link_circle_btn_wrap .arrow_circle::before{
  filter: var(--filter-red);
} */

.link_circle_btn_wrap._border{
  background-color: transparent;
  color: currentColor;
  border: 1px solid var(--c-black3);
  /* min-width: 30rem; */
}
.link_circle_btn_wrap._border .arrow_circle_img,
.link_circle_btn_wrap._border .arrow_circle::before {
  filter: var(--filter-w);
}
.bg_black .link_circle_btn_wrap._border{
  color: var(--c-white);
  border: 1px solid var(--c-black3);
}
.bg_black .link_circle_btn_wrap._border .arrow_circle_img,
.bg_black .link_circle_btn_wrap._border .arrow_circle::before {
  filter: none;
}

.before_border{
  position: relative;
  padding-left: 3.2em !important;
}
.before_border::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 3em;
  height: 1px;
  background-color: currentColor;
}
.before_point{
  position: relative;
  padding-left: .8em !important;
  color: currentColor;
}
.before_point::before{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  line-height: 1;
  width: .4em;
  height: .4em;
  background-color: currentColor;
  border-radius: 50%;
}
.before_tri{
  position: relative;
  padding-left: .8em !important;
  color: currentColor;
}
.before_tri::before{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  line-height: 1;
  width: .4em;
  height: .55em;
  background-color: currentColor;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

/* speech_border ============== */
.speech_border {
  position: relative;
  display: block;
  width: fit-content;
  height: 100%;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1;
  padding: 0 .7em;
  margin: auto;
}
.speech_border::before, .speech_border::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1.5px;
  height: 1em;
  background-color: currentColor;
}
.speech_border::before {
  left: 0;
  transform: rotateZ(-30deg);
}
.speech_border::after {
  right: 0;
  transform: rotateZ(30deg);
}

/* padding top and bottom */
.ptb05{ padding-top: .5em; padding-bottom: .5em;}
.ptb1{ padding-top: 1em; padding-bottom: 1em;}
.ptb2{ padding-top: 2em; padding-bottom: 2em;}
.ptb3{ padding-top: 3em; padding-bottom: 3em;}
.ptb4{ padding-top: 4em; padding-bottom: 4em;}
.ptb5{ padding-top: 5em; padding-bottom: 5em;}
.ptb6{ padding-top: 6em; padding-bottom: 6em;}
.ptb7{ padding-top: 7em; padding-bottom: 7em;}
.ptb8{ padding-top: 8em; padding-bottom: 8em;}
.ptb9{ padding-top: 9em; padding-bottom: 9em;}

/* padding left and right */
.plr05{ padding-left: .5em; padding-right: .5em;}
.plr1{ padding-left: 1em; padding-right: 1em;}
.plr2{ padding-left: 2em; padding-right: 2em;}
.plr3{ padding-left: 3em; padding-right: 3em;}
.plr4{ padding-left: 4em; padding-right: 4em;}
.plr5{ padding-left: 5em; padding-right: 5em;}
.plr6{ padding-left: 6em; padding-right: 6em;}
.plr7{ padding-left: 7em; padding-right: 7em;}
.plr8{ padding-left: 8em; padding-right: 8em;}
.plr9{ padding-left: 9em; padding-right: 9em;}

/* mt */
.mt05{ margin-top: .5em;}
.mt1{ margin-top: 1em;}
.mt2{ margin-top: 2em;}
.mt3{ margin-top: 3em;}
.mt4{ margin-top: 4em;}
.mt5{ margin-top: 5em;}
.mt6{ margin-top: 6em;}
.mt7{ margin-top: 7em;}
.mt8{ margin-top: 8em;}
.mt9{ margin-top: 9em;}

/* mb */
.mb05{ margin-bottom: .5em;}
.mb1{ margin-bottom: 1em;}
.mb2{ margin-bottom: 2em;}
.mb3{ margin-bottom: 3em;}
.mb4{ margin-bottom: 4em;}
.mb5{ margin-bottom: 5em;}
.mb6{ margin-bottom: 6em;}
.mb7{ margin-bottom: 7em;}
.mb8{ margin-bottom: 8em;}
.mb9{ margin-bottom: 9em;}

/* font-size */
.fz1{font-size:1em;}
.fz11{font-size:1.1em;}
.fz12{font-size:1.2em;}
.fz13{font-size:1.3em;}
.fz14{font-size:1.4em;}
.fz15{font-size:1.5em;}
.fz16{font-size:1.6em;}
.fz17{font-size:1.7em;}
.fz18{font-size:1.8em;}
.fz19{font-size:1.9em;}
.fz20{font-size:2em;}



/* HEADER
==================================================== */
.header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  mix-blend-mode: normal;
}
.header_logo{
  position: relative;
  z-index: 11000;
  padding: 0 .65em;
  margin-top: .1em;
  filter: none;
  opacity: 1;
  transition: opacity .5s;
}
.header_logo a{
  display: flex;
  align-items: center;
  width: fit-content;
  height: fit-content;
}
.header_logo_img{
  width: 7em;
}

/* sp_nav_btn ============ */
.sp_nav_btn{
  position: relative;
  display: block;
  width: 5.2em;
  height: 5.2em;
  z-index: 10000;
  margin-right: .3em;
}
.sp_nav_btn_bar{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 3.5em;
  height: 1px;
  /* background-color: #fff; */
}
.sp_nav_btn_bar::before,
.sp_nav_btn_bar::after{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  transition: top .2s .1s, transform .1s;
}
.sp_nav_btn_bar::before{
  top:.3em;
}
.sp_nav_btn_bar::after{
  top:-.3em;
}

/* sp_nav_panel ============ */
.sp_nav_bloc{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0.0, 0, 0.85);
  color:var(--c-white);
  overflow-y: scroll;
}
.sp_nav_inner{
  padding: 9em 4em 8em;
  gap: 1.5em;
  min-height: 48em;
}
.sp_nav_list_wrap{
  text-align: center;
  border: 1px solid;
  padding: 3.5em 0;
}
.sp_nav_list {
  width: 100%;
  margin-bottom: 1em;
}
.sp_nav_bloc .footer_sns{
  display: block;
  margin: 0;
}
.sp_nav_p {
  font-size: .95em;
  line-height: 1.8;
  margin: 4em 0 0;
}


/* lang_btn ============ */
.lang_btn_wrap{
  display: block;
  width: fit-content;
  font-size: 1.05em;
  color: currentColor;
}
.header .lang_btn_wrap{
  margin-right: 1em;
  margin-left: auto;
}
.lang_btn,.slash{
  opacity: .5;
  transition: opacity .5s;
}
.lang_btn.inactive{
  pointer-events: none;
  opacity: 1;
}
.lang_btn:hover{
  opacity: 1;
}

/* .lang_btn {
  position: relative;
}
.lang_btn.inactive::before {
  position: absolute;
  top: 120%;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
} */


/* reverse ============ */
.reverse .header{
  color: var(--c-white);
}
/* .reverse .header_logo{
  visibility: hidden;
  opacity: 0;
} */
.reverse .header_logo {
  filter: var(--filter-w);
}
.reverse .sp_nav_btn_bar{
  color: var(--c-white);
}
._panel_open .header_logo{
  visibility: visible;
  opacity: 1;
}
._panel_open .sp_nav_btn {
  color: var(--c-white);
}

.nav_list_inner .en{
  display: block;
  font-size: 1.6em;
  letter-spacing: .03em;
  font-weight: 300;
}
.nav_list_inner .ja{
  display: none;
  font-size: 1.05em;
  font-weight: 500;
  letter-spacing: .05em;
  /* color: var(--c-grey-d2); */
}
.nav_list_inner{
  display: block;
  padding: 1.3em 0;
  letter-spacing: .03em;
}

/* _panel_open =========*/
@media (max-width:768px){
  body._panel_open ,
  body._reserve_open {
    overflow: hidden;
  }
}
.reserve_close_btn .sp_nav_btn_bar::before,
._panel_open .sp_nav_btn_bar::before{
  transform: rotateZ(20deg);
  top: 0;
  transition: top .1s , transform .2s .1s;
}
.reserve_close_btn .sp_nav_btn_bar::after,
._panel_open .sp_nav_btn_bar::after{
  transform: rotateZ(-20deg);
  top: 0;
  transition: top .1s , transform .2s .1s;
}
._panel_open .sp_nav_bloc{
  display: block;
}
._panel_open header{
  mix-blend-mode: normal;
}

/* PC NAV */
.pc_nav_wrap{
  display: none;
}
.pc_nav_list{
  display: flex;
  justify-content: flex-end;
  padding-right: .5em;
}

@media (min-width:769px){
  .pc_nav_list li:first-child{
    display: none;
  }
  ._panel_open .sp_nav_bloc{
    display: none;
  }
  .header {
    min-width: 960px;
    font-size: 1.1em;
    padding-top: 1em;
  }
  .header_logo{
    margin-top: 0;
    padding: 0 .8em;
  }
  .header_logo_img {
    width: 8em;
    /* margin-top: .1em; */
  }
  .sp_nav_btn{
    display: none;
  }
  .pc_nav_wrap{
    display: block;
    margin-left: auto;
  }
  .nav_list_inner{
    padding: 1.2em 2em;
    transition: transform .3s;
  }
  /* .nav_list_inner .en ,
  .nav_list_inner .ja{
    color: var(--c-white);
  } */
  .nav_list_inner .en {
    display: block;
    font-size: 1.3em;
  }
  /* .nav_list_inner .ja {
    display: block;
    font-size: .65em;
  } */
  .nav_list_inner:hover{
    transform: translateY(.3em);
  }

  .header .lang_btn_wrap {
    margin-right: 2.5em;
    margin-left: 1.5em;
  }
}/*  */


/* FOOTER
========================================= */
.footer {
  font-size: clamp(10px,1rem,12px);
  padding: 7em 0;
}
.foot_logo {
  width: 12em;
  margin: 1.2em auto .3em;
}
.foot_logo a{
  display: block;
}

.footer_nav_list{
  display: flex;
  justify-content: center;
  gap: 2em;
  font-size: 1.4em;
  padding: 2.8em 0 2.1em;
}
.footer_nav_list + .footer_sns{
  font-size: 1.2em;
}
.footer_sns{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 1.2em;
}
.footer_sns i{
  display: block;
  font-size: 2.3em;
  padding: .2em 0;
}
.footer_sns_box_txt{
  font-size: 1.2em;
  margin-bottom: 2em;
}

.footer_desc{
  padding: 1.5em 0;
  line-height: 1.9;
  /* color: var(--c-grey); */
}
.footer_desc p{
  padding: 0.3em 0;
}

.footer_icon_list{
  display: flex;
  flex-wrap: wrap;
  gap: 15%;
  padding: 3em 0;
}
.footer_icon_list li{
  width: 23.33333%;
  min-height: 5em;
}
.footer_icon_list li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.copyright {
  display: block;
  font-size: 10px;
  font-weight: 400;
  padding: 3em 0;
  color: var(--c-black3);
  text-align: center;
}

@media (min-width:769px){
  .footer_icon_list {
    gap: 10%;
    max-width: 42em;
  }
  .footer_icon_list li {
    width: 17.5%;
    min-height: 5em;
  }
  .footer_icon_list li img{
    max-height: 2.4em;
    width: auto;
  }

  .footer_pc_flex{
    display: flex;
    justify-content: space-between;
  }

  .footer_flex_box._left{
    width: 30%;
  }
  .footer_flex_box._right{
    width: 60%;
  }
  .copyright{
    text-align: right;
  }
}/*  */



/* TOP KEYVIS ========================= */
.header-gp {
  position: relative;
  background-image: url(/images/top_sp/header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50%;
  padding-bottom: 11%;
  background-position: inherit;
  min-height: 50em;
}
.top_detail {
  padding: .5em 1.5rem;
}

.harajuku_top-ttl {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.8;
  padding-bottom: 3rem;
  color: var(--c-white);
}
.harajuku_top-ttl .ja{
  display: block;
  font-size: 0.5em;
  line-height: 1.2;
}

.header_txt {
  color: #9c9c9c;
  padding-top: 0;
  padding-left: 0;
  width: 70%;
  font-size: 3vw;
  letter-spacing: 0.1vh;
  line-height: 1.7;
}

.follow_sns_wp {
  position: absolute;
  top: 15.5%;

  width: 4.8%;
  right: 8%;
}
.follow_us {
  width: 70%;
  margin-left: 0.3rem;
  margin-bottom: .8em;
}
.follow_sns_wp_box{
  display: block;
  padding: .5em 0 ;
}
.recruit_bn {
  width: 100%;
  padding-top: 3em;
}

@media (min-width:769px){

  .header-gp {
    background: url(/images/top/header.jpg);
    padding-top: 20%;
    padding-bottom: 10%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 62em;
  }

  .harajuku_top-ttl {
    font-size: 3.2vw;
    padding-bottom: 2em;
  }
  .header_txt {
    color: #fff;
    padding-top: 0;
    padding-left: 0;
    width: 40%;
    font-size: 0.9vw;
    letter-spacing: 0.2vh;
    line-height: 2;
  }

  .top_detail {
    padding-left: 6.5%;
  }

  .recruit_bn {
    max-width: 38%;
    padding-top: 5em;
  }

  .follow_sns_wp {
    position: absolute;
    width: 1.65%;
    right: 4%;
    top: 17%;
  }
}/*  */



/* TOP ABOUT ========================= */
.about_img_box{
  width: calc(100% + 4em);
  padding: 2em 0;
  margin-left: -2em;
}
.about_img_02{
  display: block;
  width: 60%;
  margin-left: auto;
  margin-top: -10em;
}
.about_copy {
  font-size: 1.45em;
  font-weight: 500;
  line-height: 1.7;
  padding: 1em 0;
}
.about_copy p{
  padding: .5em 0;
}
.about_btn {
  display: block;
  width: 100%;
  font-size: 1.3em;
  text-align: center;
  padding: 1.1em;
  margin: 2em 0;
  border: solid 1px;
  background: none;
  color: #002638;
}
@media (min-width:769px){
  .about_pc_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .about_img_box {
    width: 100%;
    margin-left: -5em;
  }

  .about_img_box{
    width: 63%;
  }
  .about_img_01 {
    width: 90%;
  }
  .about_detail_box{
    width: 35%;
    margin-bottom: 10em;
  }
  .about_btn {
    max-width: 22em;
  }
}/*  */


/* TOP MENU ========================= */
.top_menu_sec {
  background: url(/images/sec_2_wp_sp.jpg);
  background-size: cover;
}
.top_menu_sec .about_btn{
  margin: 16em 0 .5em;
}

@media (min-width:769px){

  .top_menu_sec{
    background-image: url(/images/sec_2_wp_pc.jpg);
    background-size: cover;
    background-position: top center;
  }
  .top_menu_sec .about_btn {
    margin: 1em 0 10em;
    max-width: 22em;
  }

}/*  */


/* TOP RECRUIT ========================= */
.rec_img_box{
  width: calc(100% + 4em);
  padding: 2em 0;
  margin-left: -2em;
}

@media (min-width:769px){

  .rec_detail_pc_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 2em auto 4em;
  }

  .rec_detail_box .about_copy{
    margin-top: 2.5em;
  }
  .rec_detail_box .about_btn{
    margin-bottom: 0;
  }
  .rec_img_box {
    width: 58%;
    padding: 0;
    margin-left:0;
  }

}/*  */

/* TOP NEWS ========================= */
.sec_top_news{
  background-color: #f8f8f8;
}
.news_list {
  padding: 1.5em 0;
}
.news_list_box{
  position: relative;
  padding-right: .5em;
}
.news_list_box::before,
.news_list_box::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
}
.news_list_box::before{
  background-color: var(--c-grey-txt);
}
.news_list_box::after{
  width: 0;
  background-color: var(--c-gold);
  transition: width .3s;
}
.news_list_box:hover::after{
  width: 100%;
}
.news_list_box:hover .news_list_box_inner{
  transform: translateX(.5em);
}
.news_list_box_inner{
  display: block;
  padding: 1.6em 0;
  transition: transform .3s;
}
.news_date {
  font-size: 1.1em;
  font-weight: 500;
  color: var(--c-grey-txt);
  padding: .3em 0;
  letter-spacing: .08em;
}
.news_ttl {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.8;
  padding: .2em 0;
}
.news_list_img {
  margin-bottom: 1.2em;
}

@media (min-width:769px){
  .news_page_list .news_list_box_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news_list_img {
    width: 26%;
    margin-bottom: 0;
  }
  .news_list_detail {
    width: 70%;
  }
}

/* MEDIA ========================= */
.media_box {
  width: fit-content;
  text-align: center;
  border: solid 1px #002638;
  padding: 1.8em 3.5em;
  margin: .7em auto 3em;
}
.media_txt {
  font-size: 1.2em;
  padding: .5em 0;
  text-align: center;
}
.media_tel {
  display: block;
  font-size: 1.7em;
  font-weight: 500;
  padding: .3em 0;
  letter-spacing: .05em;
}

@media (min-width:769px){

  .sec_top_media{
    padding: 6em 0;
  }
  .media_box {
    font-size: 1.1em;
    padding: 2em 4.5em;
    margin-bottom: 4em;
  }
  .sec_top_media .sec_ttl._s .en{
    font-size: 2.1em;
  }

}/*  */


/* TOP COUPON ========================= */
.coupon_box {
  position: relative;
  width: 100%;
  background-image: url(/images/top_sp/creoe_coupon_s.jpg);
  background-position: center;
  background-size: cover;
  padding: 2.5em;
  color: var(--c-white);
}
.coupon_box._coffee {
  background-image: url(/images/top_sp/company_recruit_s.jpg);
}
.coupon_box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .2;
  mix-blend-mode: multiply;
}
.box_inner {
  position: relative;
  z-index: 1;
  border: solid 1px;
  padding: 2.5em 2em;
}
._coupon .box_inner {
  border-color: var(--c-gold);
}
._coffee .box_inner {
  border-color: var(--c-grey3);
}
.coupon_ttl{
  font-size: 2.7em;
  font-weight: 400;
}
.coupon_txt{
  font-size: 1.15em;
  padding: 2em 0;
  line-height: 1.6;
}
.coupon_btn {
  width: fit-content;
  font-size: 1.2em;
  font-weight: 600;
  padding: 1em 1.5em;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  text-transform: uppercase;
  margin: .5em 0;
}

@media (min-width:769px){

  .box_gp{
    display: flex;
    margin-bottom: 8em;
  }
  .coupon_box{
    flex: 1;
    padding: 3.5em;
  }
  .box_inner {
    padding: 3.5em 3em;
  }

}/*  */



/*=====================================
 /crepes/
===================================== */
.crepes .header-gp {
  background-image: url(/images/crepes/header_sp.jpg);
  background-position: bottom;
  padding-top: 60%;
}
.crepes .harajuku_top-ttl {
  font-size: 3em;
  line-height: 1.3;
}
.crepes_main{
  position: relative;
  color: #093d55;
}
.crepes_ttl{
  position: absolute;
  z-index: 1;
  width: 100%;
  font-size: 2.2em;
  font-weight: 500;
  text-align: center;
  padding: 1.95em 0;
}

.crepes_main_img_box{
  position: relative;
}

.crepes_main_txt_box{
  position: absolute;
  z-index: 1;
}
.crepes_main_txt_box::before{
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 7em;
  background-color: currentColor;
}
.crepes_main_txt_box._01 {
  top: 12em;
  left: 3em;
}
.crepes_main_txt_box._01::before {
  top: 100%;
  left: 1.5em;
}
.crepes_main_txt_box._02 {
  top: 70em;
  left: 2.5em;
}
.crepes_main_txt_box._02::before {
  bottom: 104%;
  left: 4.5em;
  height: 21em;
  transform: rotateZ(15deg);
}
.crepes_main_txt_box._03 {
  top: 60em;
  right: 1.5em;
}
.crepes_main_txt_box._03::before {
  bottom: 100%;
  left: 1.5em;
  height: 10em;
  transform: rotateZ(-30deg);
}
.crepes_main_ttl{
  font-size: 1.6em;
  font-weight: 600;
}
.crepes_main_desc{
  font-size: 1.1em;
  margin: 1em 0;
}

@media (min-width:769px){

  .crepes .header-gp {
    background-image: url("/images/crepes/header.jpg");
    background-position: center;
    padding-top: 30em;
  }
  .crepes .harajuku_top-ttl {
    font-size: 3.5em;
  }
  .crepes_ttl {
    font-size: 3.4em;
    padding: 3em 0;
  }

  .crepes_main_ttl {
    font-size: 1.9em;
  }
  .crepes_main_desc {
    font-size: 1.2em;
  }

  .crepes_main_txt_box._01 {
    top: 34.5em;
    left: 6em;
  }
  .crepes_main_txt_box._01::before {
    top: 3em;
    left: 62%;
    height: 12em;
    transform: rotateZ(-90deg);
    transform-origin: top left;
  }
  .crepes_main_txt_box._02 {
    top: 73.5em;
    left: 22.5em;
  }
  .crepes_main_txt_box._02::before {
    bottom: 75%;
    left: 15.5em;
    height: 26em;
    transform: rotateZ(34deg);
  }
  .crepes_main_txt_box._03 {
    top: 22em;
    right: 13.5em;
  }
  .crepes_main_txt_box._03::before {
    top: 88%;
    left: -3.5em;
    height: 15em;
    transform: rotateZ(35deg);
  }

}/*  */
@media (min-width: 960px) {
  .crepes_main{
    font-size: 1.041666vw;
  }
}

/*=====================================
 /map/
===================================== */
.access_map_img {
  margin: 3em 0 5em;
}
.access_line_box{
  border: 1px solid;
  padding: 2.5em 2em;
}
.top_acceess_ttl{
  font-size: 1em;
  letter-spacing: .05em;
  padding: .2em 0;
}
.top_acceess_ttl .en{
  display: block;
  font-size: 1.7em;
  font-weight: 300;
}
.top_acceess_ttl .ja{
  font-size: 1em;
  font-weight: 400;
  color: var(--c-grey-d);
}
.top_acceess_txt_wrap{
  font-size: 1em;
  padding: .5em 0;
  line-height: 1.6;
}
.top_acceess_txt_wrap p{
  padding: .2em 0;
  letter-spacing: .02em;
}

.access_dl{
  padding: .7em 0;
}
.access_dl dt{
  font-size: 1.1em;
  font-weight: 500;
}
.access_dl dd{
  padding: .5em 0 .5em 1em;
}
.access_dd_box{
  padding: .3em 0;
}
.access_gmap_box {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  background-color: #000;
}
.access_gmap_box > iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

@media (min-width:769px){
  .access_map_img {
    margin: 5em 0 5em;
  }
  .access_line_box {
    padding: 3.6em 3.6em;
    max-width: 40em;
    margin: 7em auto 3em;
  }
}/*  */


/* =================================
/coupon/
================================== */
.coupon_page{
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.coupon_page_box{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  max-width: 38em;
  margin: auto;
}
.coupon_page_img{
  margin: 0 0 2em;
}
.coupon_page_ttl{
  font-size: 1.8em;
  font-weight: 500;
  text-align: center;
  padding: .5em 0;
}
.coupon_page_ttl .en{
  font-size: 1.1em;
  font-weight: 400;
}
.coupon_page_txt{
  font-size: 1.25em;
  line-height: 1.5;
  padding: .5em 0;
  margin-bottom: 1.5em;
}
.print_btn{
  display: block;
  width: 100%;
  padding: 1em 0;
  background: transparent;
  border: 1px solid;
  cursor: pointer;
}



/* pager
------------------------------------------- */
.pager{
  display:block;
  font-size: 10px;
  padding: 2em 0;
  margin:0 auto;
  color:#AAAAAA;
  text-align:center;
}

/* sp版数字非表示 */
.pager .num .link_page{
  display: none;
}
.pager .num{
  font-size: 0;
}
.pager_link_box {
  display: inline-block;
  width: fit-content;
}
.pager .link_page,
.pager .current_page,
.pager_link_box a{
  display: inline-block;
  border: 1px solid var(--c-grey);
  color: var(--c-black3);
  font-size: 1.2rem;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 2.5em;
  margin: .4em .2em;
  border-radius: 4em;
}
.pager .current_page{
  font-weight: 500;
  background-color: var(--c-white);
  border: 1px solid var(--c-grey);
  color: var(--c-black3);
}
.pager .num a:hover{
  background-color:var(--c-pink2);
  border:none;
  color:var(--c-pink);
  transition: 1s;
}
.pager_link_box .link_next {
  margin-left: 0.35em;
}
@media (min-width: 769px){
  .pager .num .link_page{
    display: inline-block;
  }
  .pager_link_box .link_next {
    margin-left: 0.25em;
  }
}/* 769 */

