@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300&display=swap');

@font-face {
    font-family: 'ITC Kabel Std';
    src:
    /*url('fonts/ITCKabelStdBold.TTF'),*/
        url('../fonts/ITCKabelStdBook.TTF');
        /*url('fonts/ITCKabelStdDemi.TTF'),*/
        /*url('fonts/ITCKabelStdMedium.TTF');*/
        /*url('fonts/ITCKabelStdUltra.TTF'); */
    font-weight: normal;
    font-style: normal;
}

h1{
    font-family: 'ITC Kabel Std';
}

h2, .parattl{
    font-family: 'ITC Kabel Std';
    /*font-weight:200 !important;*/
}

.page_ttl{
    color:#30b34d;
    font-family: 'ITC Kabel Std';
}
.gothic{
    color:black;
}

.footh3{
    color:#30b34d;
}


@charset "UTF-8";
/*! Writen  by SCSS */
/* RESET */
a, img, ul, li, table, tr, td, p, h1, h2, h3, h4, h5, h6, ol, div, body, html, dl, dt, dd, h1, h2, h3, h4, h5, h6, hr, header, footer, section, figure, figcaption, aside, main, span {
  padding: 0px;
  margin: 0px;
  border: none;
  list-style: none;
  font-weight: inherit;
  font-size: 1em; }

header, footer, section, figure, figcaption, aside, main {
  display: block; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden; }

a img {
  border: none; }

/*font-style
---------------------------------------*/
body {
  font-size: 14px;
  line-height: 1.8;
  /*font-family: "游ゴシック","Yu Gothic",  YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  /*color: #262626;*/
  color: #000;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }
  @media screen and (max-width: 768px) {
    body {
      /*font-family: YakuHanJP_Noto, "Noto Sans JP","游ゴシック","Yu Gothic",  YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif; */
        font-family: 'Noto Sans', sans-serif;
        
    } }
  body#top {
    background: #2D2C37; }
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 1920px 1500px;
    background-image: url(../images/common/inner_bg.jpg); }
    @media screen and (max-width: 480px) {
      body:before {
        background-size: 414px 1000px;
        background-image: url(../images/common/inner_bg_sp.jpg);
        background-repeat: repeat; }
    }
  body *, body *:before, body *:after {
    box-sizing: border-box; }
  body *.bs_cb {
    box-sizing: content-box; }
  body .wrap {
    position: relative;
    overflow: hidden;
    background: #ffffd0;
  }
  body.nav_open {
    touch-action: none;
    -webkit-overflow-scrolling: none;
    /* Other browsers */
    overscroll-behavior: none; }
    @media screen and (max-width: 768px) {
      body.nav_open {
        overflow: hidden; } }

i.iefontfix {
  transform: translateY(0.2em);
  font-style: inherit; }

.kerning {
  font-feature-settings: "palt"; }

.bold {
  font-weight: bold; }

.nobold {
  font-weight: normal; }

/*fontfamily-style
---------------------------------------*/

.en {
  /*font-family: 'Inter', sans-serif;*/
  font-family: 'ITC Kabel Std';
  font-weight: 400; 
}
  .en.thin {
    font-weight: 100; }
  .en.e_light {
    font-weight: 200; }
  .en.light {
    font-weight: 300; }
  .en.medium {
    font-weight: 500; }
  .en.bold {
    font-weight: 700; }

.mincho {
  /*font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif;*/
  
    font-family: 'Noto Sans', sans-serif;
}
  @media screen and (max-width: 768px) {
    .mincho {
      /*font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "游明朝", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif; */
        
        font-family: 'Noto Sans', sans-serif;
    } }

/*
.gothic{
	font-family: YakuHanJP_Noto, "Noto Sans JP","游ゴシック","Yu Gothic",  YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: 500;
}
*/
/*color-style
---------------------------------------*/
.color_red {
  color: #990000; }

.bg_red {
  background-color: #990000; }

.color_blue {
  color: #000099; }

.bg_blue {
  background-color: #000099; }

.color_green {
  color: #009900; }

.bg_green {
  background-color: #009900; }

.color_yellow {
  color: #FFFF00; }

.bg_yellow {
  background-color: #FFFF00; }

/*link-style
---------------------------------------*/
a {
  text-decoration: none;
  color: inherit; }

/* NEW! */
body > img, body > iframe {
  display: none; }

/*** CLEAR-FIX ***/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

/* ふんわりアルファオーバー */
.alpha a img {
  transition: all 0.2s ease-in-out 0s;
  will-change: opacity; }
body:not(.mobile) .alpha a:hover img {
  opacity: 0.7; }

/* fade utility  ふんわりマウスオーバー画像置換 */
.fadeimg_wrap {
  display: inline-block;
  position: relative; }
  .fadeimg_wrap img {
    transition: all 0.3s ease-in-out 0s; }
    .fadeimg_wrap img.off {
      position: relative;
      z-index: 1; }
    .fadeimg_wrap img.on {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0; }
  body:not(.mobile) .fadeimg_wrap:hover img.off {
    opacity: 0; }
  body:not(.mobile) .fadeimg_wrap:hover img.on {
    opacity: 1; }

.cl_b {
  clear: both; }

/* NEW! */
/*caption*/
.cap_l {
  text-align: left;
  /*font-size: 12px; */
    font-size: 17px;
}
  .cap_l.inblo {
    display: inline-block; }

.cap_r {
  text-align: right;
  font-size: 12px; }

.center {
  margin-left: auto !important;
  margin-right: auto !important; }

/*** ALIGN ***/
.ta_c {
  text-align: center; }

.ta_r {
  text-align: right; }

.ta_l {
  text-align: left; }

@media screen and (max-width: 768px) {
  .ta_c_pc {
    text-align: center; }

  .ta_r_pc {
    text-align: right; }

  .ta_l_pc {
    text-align: left; } }
@media not screen, screen and (min-width: 769px) {
  .ta_c_sp {
    text-align: center; }

  .ta_r_sp {
    text-align: right; }

  .ta_l_sp {
    text-align: left; } }
body:not(.mobile) a.sp_link {
  pointer-events: none; }

/*///////////////////////////////////////////
				Shiny CSS
				MUTO 2016
///////////////////////////////////////////*/
.shiny a {
  display: inline-block;
  max-width: 100%;
  position: relative;
  overflow: hidden; }

.shiny a:before {
  display: block;
  position: absolute;
  z-index: 10;
  left: -100%;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  animation: shiny 4s infinite linear 0s; }

/*光の起点と終点の指定*/
@keyframes shiny {
  0% {
    left: -100%; }
  20%,100% {
    left: 100%; } }
@media screen and (max-width: 1600px) {
  .vpc1600 {
    display: none; } }
@media not screen, screen and (min-width: 1601px) {
  .vsp1600 {
    display: none; } }
@media screen and (max-width: 1500px) {
  .vpc1500 {
    display: none; } }
@media not screen, screen and (min-width: 1501px) {
  .vsp1500 {
    display: none; } }
@media screen and (max-width: 1400px) {
  .vpc1400 {
    display: none; } }
@media not screen, screen and (min-width: 1401px) {
  .vsp1400 {
    display: none; } }
@media screen and (max-width: 1300px) {
  .vpc1300 {
    display: none; } }
@media not screen, screen and (min-width: 1301px) {
  .vsp1300 {
    display: none; } }
@media screen and (max-width: 1200px) {
  .vpc1200 {
    display: none; } }
@media not screen, screen and (min-width: 1201px) {
  .vsp1200 {
    display: none; } }
@media screen and (max-width: 1024px) {
  .vpc1024 {
    display: none; } }
@media not screen, screen and (min-width: 1025px) {
  .vsp1024 {
    display: none; } }
@media screen and (max-width: 900px) {
  .vpc900 {
    display: none; } }
@media not screen, screen and (min-width: 901px) {
  .vsp900 {
    display: none; } }
@media screen and (max-width: 768px) {
  .vpc768 {
    display: none; } }
@media not screen, screen and (min-width: 769px) {
  .vsp768 {
    display: none; } }
@media screen and (max-width: 767px) {
  .vpc767 {
    display: none; } }
@media not screen, screen and (min-width: 768px) {
  .vsp767 {
    display: none; } }
@media screen and (max-width: 480px) {
  .vpc480 {
    display: none; } }
@media not screen, screen and (min-width: 481px) {
  .vsp480 {
    display: none; } }
@media screen and (max-width: 375px) {
  .vpc375 {
    display: none; } }
@media not screen, screen and (min-width: 376px) {
  .vsp375 {
    display: none; } }
@media screen and (max-width: 360px) {
  .vpc360 {
    display: none; } }
@media not screen, screen and (min-width: 361px) {
  .vsp360 {
    display: none; } }
@media screen and (max-width: 320px) {
  .vpc320 {
    display: none; } }
@media not screen, screen and (min-width: 321px) {
  .vsp320 {
    display: none; } }
.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.mt1 {
  margin-top: 1px !important; }

.mr1 {
  margin-right: 1px !important; }

.ml1 {
  margin-left: 1px !important; }

.mb1 {
  margin-bottom: 1px !important; }

.pt1 {
  padding-top: 1px !important; }

.pr1 {
  padding-right: 1px !important; }

.pl1 {
  padding-left: 1px !important; }

.pb1 {
  padding-bottom: 1px !important; }

.mt2 {
  margin-top: 2px !important; }

.mr2 {
  margin-right: 2px !important; }

.ml2 {
  margin-left: 2px !important; }

.mb2 {
  margin-bottom: 2px !important; }

.pt2 {
  padding-top: 2px !important; }

.pr2 {
  padding-right: 2px !important; }

.pl2 {
  padding-left: 2px !important; }

.pb2 {
  padding-bottom: 2px !important; }

.mt3 {
  margin-top: 3px !important; }

.mr3 {
  margin-right: 3px !important; }

.ml3 {
  margin-left: 3px !important; }

.mb3 {
  margin-bottom: 3px !important; }

.pt3 {
  padding-top: 3px !important; }

.pr3 {
  padding-right: 3px !important; }

.pl3 {
  padding-left: 3px !important; }

.pb3 {
  padding-bottom: 3px !important; }

.mt4 {
  margin-top: 4px !important; }

.mr4 {
  margin-right: 4px !important; }

.ml4 {
  margin-left: 4px !important; }

.mb4 {
  margin-bottom: 4px !important; }

.pt4 {
  padding-top: 4px !important; }

.pr4 {
  padding-right: 4px !important; }

.pl4 {
  padding-left: 4px !important; }

.pb4 {
  padding-bottom: 4px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.mt6 {
  margin-top: 6px !important; }

.mr6 {
  margin-right: 6px !important; }

.ml6 {
  margin-left: 6px !important; }

.mb6 {
  margin-bottom: 6px !important; }

.pt6 {
  padding-top: 6px !important; }

.pr6 {
  padding-right: 6px !important; }

.pl6 {
  padding-left: 6px !important; }

.pb6 {
  padding-bottom: 6px !important; }

.mt7 {
  margin-top: 7px !important; }

.mr7 {
  margin-right: 7px !important; }

.ml7 {
  margin-left: 7px !important; }

.mb7 {
  margin-bottom: 7px !important; }

.pt7 {
  padding-top: 7px !important; }

.pr7 {
  padding-right: 7px !important; }

.pl7 {
  padding-left: 7px !important; }

.pb7 {
  padding-bottom: 7px !important; }

.mt8 {
  margin-top: 8px !important; }

.mr8 {
  margin-right: 8px !important; }

.ml8 {
  margin-left: 8px !important; }

.mb8 {
  margin-bottom: 8px !important; }

.pt8 {
  padding-top: 8px !important; }

.pr8 {
  padding-right: 8px !important; }

.pl8 {
  padding-left: 8px !important; }

.pb8 {
  padding-bottom: 8px !important; }

.mt9 {
  margin-top: 9px !important; }

.mr9 {
  margin-right: 9px !important; }

.ml9 {
  margin-left: 9px !important; }

.mb9 {
  margin-bottom: 9px !important; }

.pt9 {
  padding-top: 9px !important; }

.pr9 {
  padding-right: 9px !important; }

.pl9 {
  padding-left: 9px !important; }

.pb9 {
  padding-bottom: 9px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.mt105 {
  margin-top: 105px !important; }

.mr105 {
  margin-right: 105px !important; }

.ml105 {
  margin-left: 105px !important; }

.mb105 {
  margin-bottom: 105px !important; }

.pt105 {
  padding-top: 105px !important; }

.pr105 {
  padding-right: 105px !important; }

.pl105 {
  padding-left: 105px !important; }

.pb105 {
  padding-bottom: 105px !important; }

.mt110 {
  margin-top: 110px !important; }

.mr110 {
  margin-right: 110px !important; }

.ml110 {
  margin-left: 110px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.pt110 {
  padding-top: 110px !important; }

.pr110 {
  padding-right: 110px !important; }

.pl110 {
  padding-left: 110px !important; }

.pb110 {
  padding-bottom: 110px !important; }

.mt115 {
  margin-top: 115px !important; }

.mr115 {
  margin-right: 115px !important; }

.ml115 {
  margin-left: 115px !important; }

.mb115 {
  margin-bottom: 115px !important; }

.pt115 {
  padding-top: 115px !important; }

.pr115 {
  padding-right: 115px !important; }

.pl115 {
  padding-left: 115px !important; }

.pb115 {
  padding-bottom: 115px !important; }

.mt120 {
  margin-top: 120px !important; }

.mr120 {
  margin-right: 120px !important; }

.ml120 {
  margin-left: 120px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.pt120 {
  padding-top: 120px !important; }

.pr120 {
  padding-right: 120px !important; }

.pl120 {
  padding-left: 120px !important; }

.pb120 {
  padding-bottom: 120px !important; }

.mt125 {
  margin-top: 125px !important; }

.mr125 {
  margin-right: 125px !important; }

.ml125 {
  margin-left: 125px !important; }

.mb125 {
  margin-bottom: 125px !important; }

.pt125 {
  padding-top: 125px !important; }

.pr125 {
  padding-right: 125px !important; }

.pl125 {
  padding-left: 125px !important; }

.pb125 {
  padding-bottom: 125px !important; }

.mt130 {
  margin-top: 130px !important; }

.mr130 {
  margin-right: 130px !important; }

.ml130 {
  margin-left: 130px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.pt130 {
  padding-top: 130px !important; }

.pr130 {
  padding-right: 130px !important; }

.pl130 {
  padding-left: 130px !important; }

.pb130 {
  padding-bottom: 130px !important; }

.mt135 {
  margin-top: 135px !important; }

.mr135 {
  margin-right: 135px !important; }

.ml135 {
  margin-left: 135px !important; }

.mb135 {
  margin-bottom: 135px !important; }

.pt135 {
  padding-top: 135px !important; }

.pr135 {
  padding-right: 135px !important; }

.pl135 {
  padding-left: 135px !important; }

.pb135 {
  padding-bottom: 135px !important; }

.mt140 {
  margin-top: 140px !important; }

.mr140 {
  margin-right: 140px !important; }

.ml140 {
  margin-left: 140px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.pt140 {
  padding-top: 140px !important; }

.pr140 {
  padding-right: 140px !important; }

.pl140 {
  padding-left: 140px !important; }

.pb140 {
  padding-bottom: 140px !important; }

.mt145 {
  margin-top: 145px !important; }

.mr145 {
  margin-right: 145px !important; }

.ml145 {
  margin-left: 145px !important; }

.mb145 {
  margin-bottom: 145px !important; }

.pt145 {
  padding-top: 145px !important; }

.pr145 {
  padding-right: 145px !important; }

.pl145 {
  padding-left: 145px !important; }

.pb145 {
  padding-bottom: 145px !important; }

.mt150 {
  margin-top: 150px !important; }

.mr150 {
  margin-right: 150px !important; }

.ml150 {
  margin-left: 150px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.pt150 {
  padding-top: 150px !important; }

.pr150 {
  padding-right: 150px !important; }

.pl150 {
  padding-left: 150px !important; }

.pb150 {
  padding-bottom: 150px !important; }

.mt155 {
  margin-top: 155px !important; }

.mr155 {
  margin-right: 155px !important; }

.ml155 {
  margin-left: 155px !important; }

.mb155 {
  margin-bottom: 155px !important; }

.pt155 {
  padding-top: 155px !important; }

.pr155 {
  padding-right: 155px !important; }

.pl155 {
  padding-left: 155px !important; }

.pb155 {
  padding-bottom: 155px !important; }

.mt160 {
  margin-top: 160px !important; }

.mr160 {
  margin-right: 160px !important; }

.ml160 {
  margin-left: 160px !important; }

.mb160 {
  margin-bottom: 160px !important; }

.pt160 {
  padding-top: 160px !important; }

.pr160 {
  padding-right: 160px !important; }

.pl160 {
  padding-left: 160px !important; }

.pb160 {
  padding-bottom: 160px !important; }

.mt165 {
  margin-top: 165px !important; }

.mr165 {
  margin-right: 165px !important; }

.ml165 {
  margin-left: 165px !important; }

.mb165 {
  margin-bottom: 165px !important; }

.pt165 {
  padding-top: 165px !important; }

.pr165 {
  padding-right: 165px !important; }

.pl165 {
  padding-left: 165px !important; }

.pb165 {
  padding-bottom: 165px !important; }

.mt170 {
  margin-top: 170px !important; }

.mr170 {
  margin-right: 170px !important; }

.ml170 {
  margin-left: 170px !important; }

.mb170 {
  margin-bottom: 170px !important; }

.pt170 {
  padding-top: 170px !important; }

.pr170 {
  padding-right: 170px !important; }

.pl170 {
  padding-left: 170px !important; }

.pb170 {
  padding-bottom: 170px !important; }

.mt175 {
  margin-top: 175px !important; }

.mr175 {
  margin-right: 175px !important; }

.ml175 {
  margin-left: 175px !important; }

.mb175 {
  margin-bottom: 175px !important; }

.pt175 {
  padding-top: 175px !important; }

.pr175 {
  padding-right: 175px !important; }

.pl175 {
  padding-left: 175px !important; }

.pb175 {
  padding-bottom: 175px !important; }

.mt180 {
  margin-top: 180px !important; }

.mr180 {
  margin-right: 180px !important; }

.ml180 {
  margin-left: 180px !important; }

.mb180 {
  margin-bottom: 180px !important; }

.pt180 {
  padding-top: 180px !important; }

.pr180 {
  padding-right: 180px !important; }

.pl180 {
  padding-left: 180px !important; }

.pb180 {
  padding-bottom: 180px !important; }

.mt185 {
  margin-top: 185px !important; }

.mr185 {
  margin-right: 185px !important; }

.ml185 {
  margin-left: 185px !important; }

.mb185 {
  margin-bottom: 185px !important; }

.pt185 {
  padding-top: 185px !important; }

.pr185 {
  padding-right: 185px !important; }

.pl185 {
  padding-left: 185px !important; }

.pb185 {
  padding-bottom: 185px !important; }

.mt190 {
  margin-top: 190px !important; }

.mr190 {
  margin-right: 190px !important; }

.ml190 {
  margin-left: 190px !important; }

.mb190 {
  margin-bottom: 190px !important; }

.pt190 {
  padding-top: 190px !important; }

.pr190 {
  padding-right: 190px !important; }

.pl190 {
  padding-left: 190px !important; }

.pb190 {
  padding-bottom: 190px !important; }

.mt195 {
  margin-top: 195px !important; }

.mr195 {
  margin-right: 195px !important; }

.ml195 {
  margin-left: 195px !important; }

.mb195 {
  margin-bottom: 195px !important; }

.pt195 {
  padding-top: 195px !important; }

.pr195 {
  padding-right: 195px !important; }

.pl195 {
  padding-left: 195px !important; }

.pb195 {
  padding-bottom: 195px !important; }

.mt200 {
  margin-top: 200px !important; }

.mr200 {
  margin-right: 200px !important; }

.ml200 {
  margin-left: 200px !important; }

.mb200 {
  margin-bottom: 200px !important; }

.pt200 {
  padding-top: 200px !important; }

.pr200 {
  padding-right: 200px !important; }

.pl200 {
  padding-left: 200px !important; }

.pb200 {
  padding-bottom: 200px !important; }

.side_spc {
  padding-left: 20px;
  padding-right: 20px; }

@media screen and (max-width: 768px) {
  .mb0_sp {
    margin-bottom: 0px !important; }

  .mb1_sp {
    margin-bottom: 1px !important; }

  .mb2_sp {
    margin-bottom: 2px !important; }

  .mb3_sp {
    margin-bottom: 3px !important; }

  .mb4_sp {
    margin-bottom: 4px !important; }

  .mb5_sp {
    margin-bottom: 5px !important; }

  .mb6_sp {
    margin-bottom: 6px !important; }

  .mb7_sp {
    margin-bottom: 7px !important; }

  .mb8_sp {
    margin-bottom: 8px !important; }

  .mb9_sp {
    margin-bottom: 9px !important; }

  .mb10_sp {
    margin-bottom: 10px !important; }

  .mb15_sp {
    margin-bottom: 15px !important; }

  .mb20_sp {
    margin-bottom: 20px !important; }

  .mb25_sp {
    margin-bottom: 25px !important; }

  .mb30_sp {
    margin-bottom: 30px !important; }

  .mb35_sp {
    margin-bottom: 35px !important; }

  .mb40_sp {
    margin-bottom: 40px !important; }

  .mb45_sp {
    margin-bottom: 45px !important; }

  .mb50_sp {
    margin-bottom: 50px !important; }

  .mb55_sp {
    margin-bottom: 55px !important; }

  .mb60_sp {
    margin-bottom: 60px !important; }

  .mb65_sp {
    margin-bottom: 65px !important; }

  .mb70_sp {
    margin-bottom: 70px !important; }

  .mb75_sp {
    margin-bottom: 75px !important; }

  .mb80_sp {
    margin-bottom: 80px !important;
  }

  .mb85_sp {
    margin-bottom: 85px !important; }

  .mb90_sp {
    margin-bottom: 90px !important; }

  .mb95_sp {
    margin-bottom: 95px !important; }

  .mb100_sp {
    margin-bottom: 100px !important; }

  .mb105_sp {
    margin-bottom: 105px !important; }

  .mb110_sp {
    margin-bottom: 110px !important; }

  .mb115_sp {
    margin-bottom: 115px !important; }

  .mb120_sp {
    margin-bottom: 120px !important; }

  .mb125_sp {
    margin-bottom: 125px !important; }

  .mb130_sp {
    margin-bottom: 130px !important; }

  .mb135_sp {
    margin-bottom: 135px !important; }

  .mb140_sp {
    margin-bottom: 140px !important; }

  .mb145_sp {
    margin-bottom: 145px !important; }

  .mb150_sp {
    margin-bottom: 150px !important; }

  .mb155_sp {
    margin-bottom: 155px !important; }

  .mb160_sp {
    margin-bottom: 160px !important; }

  .mb165_sp {
    margin-bottom: 165px !important; }

  .mb170_sp {
    margin-bottom: 170px !important; }

  .mb175_sp {
    margin-bottom: 175px !important; }

  .mb180_sp {
    margin-bottom: 180px !important; }

  .mb185_sp {
    margin-bottom: 185px !important; }

  .mb190_sp {
    margin-bottom: 190px !important; }

  .mb195_sp {
    margin-bottom: 195px !important; }

  .mb200_sp {
    margin-bottom: 200px !important; } }
/*=====================================================
COMMON-LAYOUT
======================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 154px;
  z-index: 100006;
  /* mix-blend-mode: exclusion; */
  opacity: 1;
  transition: opacity 0.5s linear; }
  @media screen and (max-width: 768px) {
    header {
      right: 100px; } }
  header .logo {
    position: absolute;
    /*top: 50px;*/
    top: 30px;
    left: 40px;
    line-height: 0;
    z-index: 100006;
    transition: 0.8s transform cubic-bezier(0.165, 0.84, 0.44, 1) 0s, 0.6s opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    @media screen and (max-width: 768px) {
      header .logo {
        top: 40px; } }
    @media screen and (max-width: 480px) {
      header .logo {
        /*top: 30px;*/
        top: 20px;
        left: 20px;
        /*width: 90px;*/
        width: 50%;
        } }
    header .logo span {
      transition: 0.5s opacity ease-in-out 0s; }
      body:not(#top, #about) header .logo span.white {
        opacity: 0; }
      header .logo span.black {
        position: absolute;
        left: 0;
        top: 0; }
        body#top header .logo span.black, body#about header .logo span.black {
          opacity: 0; }
      body.nav_open header .logo span.white {
        opacity: 1 !important; }
      body.nav_open header .logo span.black {
        opacity: 0 !important; }

ul.headnavi {
  position: fixed;
  /*top: 50px;*/
  top: 15px;
  right: 194px;
  display: flex;
  max-width: 390px;
  z-index: 100006;
  transition: 0.2s border-color ease-in-out 0s, opacity 0.5s linear; }
  @media screen and (max-width: 768px) {
    ul.headnavi {
      top: 35px;
      right: 120px; } }
  @media screen and (max-width: 480px) {
    ul.headnavi {
        display:none;
      right: 25px;
      top: auto;
      bottom: 20px;
      max-width: 251px;
      margin: 0 auto;
      justify-content: space-between;
      transform: translateY(180%);
      transition: 1.2s transform cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s; } }
  @media screen and (max-width: 480px) {
    body.loaded ul.headnavi {
      transition: 0.8s transform cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transform: translateY(0); } }
  @media screen and (max-width: 480px) {
    body.down_navi ul.headnavi {
      transition: 0.8s transform cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transform: translateY(0); } }
  @media screen and (max-width: 480px) {
    body.up_navi ul.headnavi {
      transition: 0.8s transform cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transform: translateY(180%); } }
  ul.headnavi li {
    width: 180px; }
    @media screen and (max-width: 480px) {
      ul.headnavi li {
        width: 116px; } }
    ul.headnavi li:not(:first-child) {
        display:none;
      margin-left: 30px; }
      @media screen and (max-width: 768px) {
        ul.headnavi li:not(:first-child) {
          margin-left: 20px; } }
      @media screen and (max-width: 480px) {
        ul.headnavi li:not(:first-child) {
          margin-left: 0; } }

.cv_btn a {
  display: block;
  padding: 14px 5px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.2s border-color ease-in-out 0s, opacity 0.5s linear; }
  @media screen and (max-width: 480px) {
    .cv_btn a {
      padding: 8px 5px;
      font-size: 12px; } }
  .cv_btn a span {
    font-size: 15px;
    position: relative;
    letter-spacing: 0.15em;
    transition: 0.2s color ease-in-out 0s,0.5s letter-spacing ease-in-out 0s; }
    @media screen and (max-width: 480px) {
      .cv_btn a span {
        font-size: 12px; } }
  .cv_btn a.inq {
    background: rgba(245, 245, 245, 0.89); }
    .cv_btn a.inq span {
      color: #f27425; }
    .cv_btn a.inq:before {
      background: #f27425; }
    .cv_btn a.inq:after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 30px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      transition: 0.2s border ease-in-out 0s;
      will-change: border; }
  .cv_btn a.rsv {
    background: rgba(231, 85, 52, 0.8); }
    .cv_btn a.rsv span {
      color: #FFF; }
    .cv_btn a.rsv:before {
      background: rgba(255, 200, 187, 0.8); }
  .cv_btn a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    transform: scale(1, 0);
    transform-origin: top center;
    transition: 0.2s transform ease-in-out 0s,0.2s bottom ease-in-out 0s; }
  body:not(.mobile) .cv_btn a:hover span {
    letter-spacing: 0; }
  body:not(.mobile) .cv_btn a:hover.inq span {
    color: #FFF; }
  body:not(.mobile) .cv_btn a:hover.inq:after {
    border-color: rgba(0, 0, 0, 0); }
  body:not(.mobile) .cv_btn a:hover.rsv span {
    color: #AA2F13; }
  body:not(.mobile) .cv_btn a:hover:before {
    transform-origin: center bottom;
    transform: scale(1, 1); }

.up_navi header .logo {
  transition: 0.8s transform cubic-bezier(0.165, 0.84, 0.44, 1) 0s, 0.6s opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%); }
.up_navi .headnavi.cv_btn {
  transition: 0.8s transform cubic-bezier(0.165, 0.84, 0.44, 1) 0s, 0.6s opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%); }
  @media screen and (max-width: 480px) {
    .up_navi .headnavi.cv_btn {
      transform: translateY(100%); } }

.down_navi header .logo {
  transition: 0.8s transform cubic-bezier(0.165, 0.84, 0.44, 1) 0s, 0.6s opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0); }
.down_navi .headnavi.cv_btn {
  transition: 0.8s transform cubic-bezier(0.165, 0.84, 0.44, 1) 0s, 0.6s opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0); }

.stalk_btn {
  transition: transform 0.1s ease 0s;
  will-change: transform; }

.nav_btn {
  mix-blend-mode: exclusion;
  position: fixed;
  width: 154px;
  height: 154px;
  top: 0;
  right: 0;
  z-index: 100002;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .nav_btn {
      width: 120px;
      height: 120px;
      border: none; } }
  @media screen and (max-width: 480px) {
    .nav_btn {
      top: 0;
      width: 120px;
      height: 110px; } }
  body:not(.mobile) .nav_btn:hover:not(.close_btn) .nav_in hr {
    animation: 0.5s side_slide cubic-bezier(0.01, 0.87, 0.21, 0.99) forwards; }
    body:not(.mobile) .nav_btn:hover:not(.close_btn) .nav_in hr:nth-of-type(2) {
      animation-delay: 0.1s; }
    body:not(.mobile) .nav_btn:hover:not(.close_btn) .nav_in hr:nth-of-type(3) {
      animation-delay: 0.2s; }
    body:not(.mobile) .nav_btn:hover:not(.close_btn) .nav_in hr:nth-of-type(4), body:not(.mobile) .nav_btn:hover:not(.close_btn) .nav_in hr:nth-of-type(5), body:not(.mobile) .nav_btn:hover:not(.close_btn) .nav_in hr:nth-of-type(6) {
      animation: 0.5s side_slide02 cubic-bezier(0.01, 0.87, 0.21, 0.99) both; }
    body:not(.mobile) .nav_btn:hover:not(.close_btn) .nav_in hr:nth-of-type(4) {
      animation-delay: 0.3s; }
    body:not(.mobile) .nav_btn:hover:not(.close_btn) .nav_in hr:nth-of-type(5) {
      animation-delay: 0.4s; }
    body:not(.mobile) .nav_btn:hover:not(.close_btn) .nav_in hr:nth-of-type(6) {
      animation-delay: 0.5s; }
  .nav_btn .nav_in {
    width: 80px;
    height: 50px;
    overflow: hidden;
    position: relative; }
    .nav_btn .nav_in hr {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      margin: auto;
      width: 68px;
      background: #ECECEC;
      height: 1px;
      border: none;
      transform-origin: center center;
      transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s; }
      .nav_btn .nav_in hr:nth-of-type(1) {
        top: 0; }
      .nav_btn .nav_in hr:nth-of-type(2) {
        top: 8px; }
      .nav_btn .nav_in hr:nth-of-type(3) {
        top: 16px; }
      .nav_btn .nav_in hr:nth-of-type(4) {
        top: 0px;
        transform: translateX(-120%); }
      .nav_btn .nav_in hr:nth-of-type(5) {
        top: 8px;
        transform: translateX(-120%); }
      .nav_btn .nav_in hr:nth-of-type(6) {
        top: 16px;
        transform: translateX(-120%); }
    .nav_btn .nav_in .hamb_txt {
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 100%;
      height: 20px;
      font-size: 10px;
      font-weight: 400;
      letter-spacing: 0.1em;
      color: #F7EDF0;
      text-align: center;
      transition: all 0.5s ease-in-out; }
      .nav_btn .nav_in .hamb_txt.close {
        opacity: 0; }
  .nav_btn.close_btn {
    opacity: 0;
    pointer-events: none;
    z-index: 100005; }
    body.nav_open .nav_btn.close_btn {
      opacity: 1;
      pointer-events: all; }
      body.nav_open .nav_btn.close_btn hr {
        transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.3s,opacity 0s ease-in-out 0.6s;
        opacity: 0; }
        body.nav_open .nav_btn.close_btn hr:nth-child(1) {
          transform: rotate(15deg);
          top: 8px; }
        body.nav_open .nav_btn.close_btn hr:nth-child(2) {
          transform: scaleX(0);
          top: 8px; }
        body.nav_open .nav_btn.close_btn hr:nth-child(3) {
          transform: rotate(-15deg);
          top: 8px; }
      body.nav_open .nav_btn.close_btn .hamb_txt.open {
        opacity: 0; }
      body.nav_open .nav_btn.close_btn .hamb_txt.close {
        opacity: 1; }
  body.nav_open .nav_btn:not(.close_btn) {
    opacity: 0; }
  body.nav_open .nav_btn .nav_in.close_btn hr {
    transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s; }
    body.nav_open .nav_btn .nav_in.close_btn hr:nth-child(1) {
      transform: rotate(15deg);
      top: 8px; }
    body.nav_open .nav_btn .nav_in.close_btn hr:nth-child(2) {
      transform: scaleX(0);
      top: 8px; }
    body.nav_open .nav_btn .nav_in.close_btn hr:nth-child(3) {
      transform: rotate(-15deg);
      top: 8px; }
  body.nav_open .nav_btn .nav_in.close_btn .hamb_txt.open {
    opacity: 0; }
  body.nav_open .nav_btn .nav_in.close_btn .hamb_txt.close {
    opacity: 1; }
  .nav_btn .nav_close_box {
    width: 68px;
    height: 50px;
    margin: auto;
    position: absolute;
    inset: 0;
    margin: auto;
    overflow: hidden;
    opacity: 0;
    transition: 0s opacity ease-in-out 0.6s; }
    body.nav_open .nav_btn .nav_close_box {
      opacity: 1; }
    .nav_btn .nav_close_box .close_line {
      display: block;
      margin: 0 auto;
      height: 1px;
      position: relative;
      width: 66px; }
      .nav_btn .nav_close_box .close_line.close01 {
        transform: translate(0px, 8px) rotate(-166deg); }
      .nav_btn .nav_close_box .close_line.close02 {
        transform: translate(0px, 7px) rotate(-15deg); }
      .nav_btn .nav_close_box .close_line::before, .nav_btn .nav_close_box .close_line::after {
        content: "";
        display: block;
        height: 100%;
        pointer-events: none;
        position: absolute;
        width: 100%;
        background: #ECECEC; }
      .nav_btn .nav_close_box .close_line::before {
        transform: translate(0px, 0px); }
      .nav_btn .nav_close_box .close_line::after {
        transform: translate(120%, 0px); }
    body:not(.mobile) .nav_btn .nav_close_box:hover .close_line::before {
      transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.51, 1);
      transform: translate(-120%, 0px); }
    body:not(.mobile) .nav_btn .nav_close_box:hover .close_line::after {
      transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.51, 1) 0.3s;
      transform: translate(0px, 0px); }
    body:not(.mobile) .nav_btn .nav_close_box:hover .close_line.close02::before {
      transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.51, 1) 0.1s; }
    body:not(.mobile) .nav_btn .nav_close_box:hover .close_line.close02::after {
      transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.51, 1) 0.4s; }

@keyframes side_slide {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(120%); } }
@keyframes side_slide02 {
  0% {
    transform: translateX(-120%); }
  100% {
    transform: translateX(0%); } }
nav.gnavi_wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  height: 100dvh;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: 0.2s all ease-in-out 0s; }
  @media screen and (max-width: 480px) {
    nav.gnavi_wrap {
      align-items: flex-start; } }
  nav.gnavi_wrap:before, nav.gnavi_wrap:after {
    height: 120px;
    transition: 0.5s opacity ease-in-out 0s;
    position: fixed;
    width: 100%;
    pointer-events: none;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 2; }
    @media screen and (max-width: 480px) {
      nav.gnavi_wrap:before, nav.gnavi_wrap:after {
        content: ""; } }
  nav.gnavi_wrap:before {
    top: 0;
    /*background: linear-gradient(to bottom, #2D2C37 0%, #2D2C37 65%, rgba(45, 44, 55, 0) 100%); */
    background: #172a15; 
  }
  nav.gnavi_wrap:after {
    height: 200px;
    bottom: 0;
    /*background: linear-gradient(to top, #2D2C37 0%, rgba(45, 44, 55, 0) 100%);*/
    background: #172a15;
  }
  nav.gnavi_wrap .gnavi_bg {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    transform: scale(1, 0);
    /*background: #2D2C37;*/
    background: #172A15;
    transform-origin: top center;
    transition: 0.7s transform cubic-bezier(0.96, 0, 0.6, 1) 0s, 0.7s bottom cubic-bezier(0.96, 0, 0.6, 1) 0s; }
  nav.gnavi_wrap.nav_open {
    pointer-events: all; }
    @media screen and (max-width: 480px) {
      nav.gnavi_wrap.nav_open:before, nav.gnavi_wrap.nav_open:after {
        transition: 0.5s opacity ease-in-out 0.5s;
        opacity: 1; } }
    nav.gnavi_wrap.nav_open .gnavi_bg {
      transform-origin: center bottom;
      transform: scale(1, 1); }
    nav.gnavi_wrap.nav_open .gnavi_box {
      pointer-events: all; }
    nav.gnavi_wrap.nav_open .gnavi {
      pointer-events: all; }
      nav.gnavi_wrap.nav_open .gnavi li {
        transition: 0.5s opacity linear 0.5s;
        opacity: 1; }
        nav.gnavi_wrap.nav_open .gnavi li:nth-of-type(2) {
          transition-delay: 0.6s; }
        nav.gnavi_wrap.nav_open .gnavi li:nth-of-type(3) {
          transition-delay: 0.7s; }
        nav.gnavi_wrap.nav_open .gnavi li:nth-of-type(4) {
          transition-delay: 0.8s; }
        nav.gnavi_wrap.nav_open .gnavi li:nth-of-type(5) {
          transition-delay: 0.9s; }
        nav.gnavi_wrap.nav_open .gnavi li:nth-of-type(6) {
          transition-delay: 1s; }
        nav.gnavi_wrap.nav_open .gnavi li:nth-of-type(7) {
          transition-delay: 1.1s; }
        nav.gnavi_wrap.nav_open .gnavi li:nth-of-type(8) {
          transition-delay: 1.2s; }
        nav.gnavi_wrap.nav_open .gnavi li:nth-of-type(9) {
          transition-delay: 1.3s; }

.gnavi_box {
  width: 100%;
  box-sizing: content-box;
  pointer-events: all;
  position: relative;
  padding: 0 30px;
  display: block;
  padding-right: 154px;
  pointer-events: none; }
  @media screen and (max-width: 768px) {
    .gnavi_box {
      padding-right: 30px; } }
  @media screen and (max-width: 480px) {
    .gnavi_box {
      /*height: calc(100dvh - 20px);*/
      /*overflow-y: scroll;*/
      padding-top: 120px;
      padding-bottom: 10px;
      z-index:100007;
        
    } }

.gnavi {
  max-width: 1360px;
  margin: 0 auto;
  gap: 50px 0;
  position: relative;
  z-index: 1;
  counter-reset: step-counter;
  pointer-events: none;
  transition: 0.5s opacity ease-in-out 0s;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-rows: repeat(3,1fr); */
  grid-template-rows: repeat(5, 1fr); }
  @media screen and (max-width: 768px) {
    .gnavi {
      gap: 45px 0; } }
  @media screen and (max-width: 480px) {
    .gnavi {
      display: block;
      gap: 25px 0;
      padding-bottom: 150px;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: repeat(1, 1fr); } }
  .gnavi li {
    display: flex;
    align-items: center;
    opacity: 0;
    transition: 0.3s opacity linear 0s; }
    @media screen and (max-width: 480px) {
      .gnavi li {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .gnavi li:not(:first-child) {
        /*margin-top: 40px;*/
        margin-top: 40px;
        } }
    .gnavi li:before {
      display: inline-block;
      content: "0" counter(step-counter);
      font-size: 73px;
      line-height: 1;
      color: rgba(255, 255, 255, 0.1);
      line-height: 1;
      margin-right: 40px;
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      counter-increment: step-counter; }
      @media screen and (max-width: 1300px) {
        .gnavi li:before {
          font-size: 5.8vw;
          margin-right: 20px; } }
      @media screen and (max-width: 768px) {
        .gnavi li:before {
          font-size: 6vw;
          margin-right: 10px; } }
      @media screen and (max-width: 480px) {
        .gnavi li:before {
          font-size: 20px;
          transform: translateY(-2px); } }
    .gnavi li a {
      display: block;
      width: 100%;
      color: #FFF; }
      @media screen and (max-width: 480px) {
        .gnavi li a {
          line-height: 1.3; } }
      .gnavi li a.link_none {
        pointer-events: none;
        color: rgba(255, 255, 255, 0.4); }
        @media screen and (max-width: 480px) {
          .gnavi li a.link_none {
            display: flex;
            align-items: baseline; } }
        .gnavi li a.link_none .coming {
          line-height: 1;
          display: block;
          font-size: 12px;
          color: rgba(255, 255, 255, 0.6); }
          @media screen and (max-width: 480px) {
            .gnavi li a.link_none .coming {
              margin-left: 10px; } }
      .gnavi li a.cr span.ja:before {
        transform-origin: left top;
        transform: scale(1, 1); }
      body:not(.mobile) .gnavi li a:hover span.ja .ja1 {
        transform: translateY(-120%);
        transition: 0.2s transform cubic-bezier(0.71, 0.02, 0.99, 0.56) 0s; }
      body:not(.mobile) .gnavi li a:hover span.ja .ja2 {
        transform: translateY(0);
        transition: 0.5s transform cubic-bezier(0, 0.44, 0, 0.99) 0.15s; }
      body:not(.mobile) .gnavi li a:hover span.ja:before {
        transform-origin: left top;
        transform: scale(1, 1);
        transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s; }
      .gnavi li a span {
        display: inline-block; }
        .gnavi li a span.ja {
          font-size: 26px;
          font-weight: bold;
          position: relative;
          overflow: hidden;
          line-height: 1.4; }
          @media screen and (max-width: 1300px) {
            .gnavi li a span.ja {
              font-size: 2vw; } }
          @media screen and (max-width: 960px) {
            .gnavi li a span.ja {
              font-size: 1.8vw; } }
          @media screen and (max-width: 768px) {
            .gnavi li a span.ja {
              font-size: 17px; } }
          .gnavi li a span.ja:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            background: #FFF;
            height: 1px;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s; }
          .gnavi li a span.ja .ja2 {
            position: absolute;
            left: 0;
            top: 0;
            transform: translateY(120%); }
        .gnavi li a span.en {
          display: block;
          font-size: 12px;
          color: rgba(255, 255, 255, 0.3); }
          @media screen and (max-width: 480px) {
            .gnavi li a span.en {
              display: none; } }
        .gnavi li a span.icon {
          display: inline-block;
          margin-right: 10px;
          vertical-align: super;
          transform: translateY(-7px); }
          @media screen and (max-width: 768px) {
            .gnavi li a span.icon {
              transform: translateY(0); } }
      .gnavi li a.cr, body:not(.mobile) .gnavi li a:hover {
        text-decoration: none; }
        .gnavi01_mouse{
            padding-left:2%;
        }
      @media screen and (max-width: 480px) {
        .gnavi li a.cr span.ja:before {
          transform-origin: left top;
          transform: scale(1, 1); } }
    .gnavi li.inq {
      width: 50%; }
      @media screen and (max-width: 480px) {
        .gnavi li.inq {
          width: 100%; } }
      .gnavi li.inq a {
        text-decoration: none;
        background: #900;
        color: #FFF; }
  .gnavi .navi_pc {
    display: block; }
    @media screen and (max-width: 768px) {
      .gnavi .navi_pc {
        display: none; } }
  .gnavi .navi_sp {
    display: none; }
    @media screen and (max-width: 768px) {
      .gnavi .navi_sp {
        display: block; } }

.breadlist_cont {
  position: fixed;
  right: 0;
  z-index: 100005;
  top: 154px;
  bottom: 0;
  width: 154px;
  border: 1px solid #2a2222;
  border-right: none;
  border-bottom: none;
  mix-blend-mode: exclusion;
  display: flex;
  justify-content: flex-end;
  flex-direction: column; }
  .breadlist_cont:before {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 100%;
    height: 154px;
    border-left: 1px solid #2a2222; }
  @media screen and (max-width: 768px) {
    .breadlist_cont {
      position: relative;
      display: block;
      border: none;
      width: 100%;
      top: 0;
      padding-top: 110px;
      padding-left: 40px;
      z-index: 1; } }
  @media screen and (max-width: 768px) {
    .breadlist_cont {
      /*	$nav_changeの数値が変わる事も想定して$br_tbに入れます	*/
      mix-blend-mode: unset; } }
  @media screen and (max-width: 480px) {
    .breadlist_cont {
      display:none;
      padding-top: 90px;
      padding-left: 20px; } }
  @media screen and (max-width: 768px) {
    body#top .breadlist_cont {
      display: none; } }
  .breadlist_cont .breadlist_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      .breadlist_cont .breadlist_wrap {
        /*display: none;*/ } }
    .breadlist_cont .breadlist_wrap .breadlist {
      display: flex;
      width: 100%;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .breadlist_cont .breadlist_wrap .breadlist {
          -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb; } }
      @media screen and (max-width: 480px) {
        .breadlist_cont .breadlist_wrap .breadlist {
          flex-wrap: wrap; } }
      body#top .breadlist_cont .breadlist_wrap .breadlist {
        display: block;
        transform: none;
        width: auto;
        -webkit-text-orientation: unset;
        text-orientation: unset; }
      .breadlist_cont .breadlist_wrap .breadlist li {
          font-family: 'ITC Kabel Std';
        font-size: 12px;
        color: #FFFFFF;
        transition: 0.7s opacity ease-in-out 0s;
        font-weight: normal;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 768px) {
          .breadlist_cont .breadlist_wrap .breadlist li {
            color: #2D2C37; } }
        .breadlist_cont .breadlist_wrap .breadlist li:first-child {
          color: rgba(255, 255, 255, 0.9); }
          @media screen and (max-width: 768px) {
            .breadlist_cont .breadlist_wrap .breadlist li:first-child {
              color: rgba(45, 44, 55, 0.9); } }
        .breadlist_cont .breadlist_wrap .breadlist li:not(:first-child) {
          margin-top: 20px; }
          @media screen and (max-width: 768px) {
            .breadlist_cont .breadlist_wrap .breadlist li:not(:first-child) {
              margin-top: 0;
              margin-left: 20px; } }
        .breadlist_cont .breadlist_wrap .breadlist li:last-child:before {
          content: "";
          width: 6px;
          height: 6px;
          background: #FFF;
          border: 5px solid rgba(0, 0, 0, 0.8);
          box-sizing: content-box;
          border-radius: 10px;
          margin-bottom: 10px;
          display: inline-block;
          vertical-align: text-bottom; }
          @media screen and (max-width: 768px) {
            .breadlist_cont .breadlist_wrap .breadlist li:last-child:before {
              margin-bottom: 0;
              margin-right: 10px; } }
          @media screen and (max-width: 768px) {
            .breadlist_cont .breadlist_wrap .breadlist li:last-child:before {
              background: #2D2C37;
              border: 5px solid #B3B1B4; } }
        body#top .breadlist_cont .breadlist_wrap .breadlist li {
          writing-mode: vertical-rl; }
          body#top .breadlist_cont .breadlist_wrap .breadlist li:before {
            content: none; }
        body:not(.mobile) .breadlist_cont .breadlist_wrap .breadlist li a:hover {
          text-decoration: none; }
      @media screen and (max-width: 768px) {
        .breadlist_cont .breadlist_wrap .breadlist .sp_last + li {
          display: none; } }
      @media screen and (max-width: 480px) {
        .breadlist_cont .breadlist_wrap .breadlist .sp_last {
          width: 100%;
          margin-left: 0 !important; } }
      @media screen and (max-width: 768px) {
        .breadlist_cont .breadlist_wrap .breadlist .sp_last:before {
          content: "";
          width: 6px;
          height: 6px;
          background: #FFF;
          border: 5px solid rgba(0, 0, 0, 0.8);
          box-sizing: content-box;
          border-radius: 10px;
          margin-bottom: 10px;
          display: inline-block;
          vertical-align: text-bottom; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .breadlist_cont .breadlist_wrap .breadlist .sp_last:before {
      margin-bottom: 0;
      margin-right: 10px; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .breadlist_cont .breadlist_wrap .breadlist .sp_last:before {
      background: #2D2C37;
      border: 5px solid #B3B1B4; } }

    body.nav_open .breadlist_cont .breadlist_wrap .breadlist li {
      opacity: 0;
      pointer-events: none; }
    body.nav_open .breadlist_cont .breadlist_wrap:after {
      opacity: 1;
      pointer-events: all; }
    .breadlist_cont .breadlist_wrap:after {
      content: "INDEX";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      font-size: 12px;
      opacity: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      writing-mode: vertical-rl;
      pointer-events: none;
      transition: 0.7s opacity ease-in-out 0s;
      color: #FFF;
      font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        .breadlist_cont .breadlist_wrap:after {
          content: none; } }

.link_text_wrap {
  align-items: center;
  overflow: hidden; }
  .link_text_wrap .link_line {
    transform-origin: left;
    height: 1px;
    flex-grow: 1;
    flex-basis: 0;
    background: rgba(0, 0, 0, 0.2);
    position: relative; }
    .link_text_wrap .link_line:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      background: #FF5C38;
      height: 1px;
      transform: scale(0, 1);
      transform-origin: right top;
      transition: transform 1s cubic-bezier(0.4, 0, 0, 1); }
  .link_text_wrap .link_text {
    overflow: hidden;
    position: relative;
    margin-left: 10px; }
    .link_text_wrap .link_text:before {
      content: "";
      display: inline-block;
      width: 9px;
      height: 9px;
      background: #f27425;
      border-radius: 15px;
      margin-right: 5px; }
    .link_text_wrap .link_text span {
      font-size: 15px;
      display: inline-block;
      transition: 0.7s transform cubic-bezier(0.4, 0, 0, 1); }
      @media screen and (max-width: 960px) {
        .link_text_wrap .link_text span {
          font-size: 13px; } }
      .link_text_wrap .link_text span.t2 {
        position: absolute;
        right: 0;
        top: 0;
        transform: translateY(100%); }
  body:not(.mobile) .link_text_wrap:hover .link_line:after {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0, 1);
    transform-origin: left top;
    transform: scale(1, 1); }
  body:not(.mobile) .link_text_wrap:hover .link_text span.t1 {
    transform: translateY(-100%); }
  body:not(.mobile) .link_text_wrap:hover .link_text span.t2 {
    transform: translateY(0); }

.foot_area {
  position: relative;
  z-index: 2;
  padding-right: 154px;
  background-position: left top;
  background-repeat: repeat;
  background-size: 1920px 1500px;
  background-image: url(../images/common/inner_bg.jpg); 
    background:#ffffd0 !important;
}
  @media screen and (max-width: 768px) {
    .foot_area {
      padding-right: 0; } }
  @media screen and (max-width: 480px) {
    .foot_area {
      background-size: 414px 1000px;
      background-image: url(../images/common/inner_bg_sp.jpg); } }
  @media screen and (max-width: 768px) {
    .foot_area {
      margin-right: 0; } }
  body#about .foot_area:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 589px;
    background: #2D2C37; }
    @media screen and (max-width: 1200px) {
      body#about .foot_area:before {
        height: 400px; } }
    @media screen and (max-width: 768px) {
      body#about .foot_area:before {
        content: none; } }

.movie_cont {
  /*background: #2D2C37;*/
   background: #172a15;
  padding-bottom: 130px; }
  @media screen and (max-width: 768px) {
    .movie_cont {
      padding-bottom: 100px; } }
  .movie_cont .movie_bg {
    height: 589px;
    position: relative;
    background: url("../images/common/interior_bg.png") center top/cover no-repeat; }
    @media screen and (max-width: 1200px) {
      .movie_cont .movie_bg {
        /*
        height:0;
        padding-bottom:50%;
        */
        height: 400px; } }
    @media screen and (max-width: 480px) {
      .movie_cont .movie_bg {
        height: 308px;
        padding-bottom: 0; } }
    .movie_cont .movie_bg .movie_ttl {
      position: absolute;
      left: 0;
      right: 0;
      top: 25%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .movie_cont .movie_bg .movie_ttl {
          top: 0;
          bottom: 0; } }
      @media screen and (max-width: 1200px) {
        .movie_cont .movie_bg .movie_ttl .movie_img {
          width: 60.25%;
          margin: 0 auto; } }
      @media screen and (max-width: 480px) {
        .movie_cont .movie_bg .movie_ttl .movie_img {
          width: 78.4%; } }
      .movie_cont .movie_bg .movie_ttl .ja {
        margin-top: 20px;
        font-size: clamp(15px, 2.1vw, 26px);
        color: #FFF; }
  .movie_cont .movie_box {
    max-width: 1500px;
    margin: -200px auto 0;
    border: 1px solid rgba(191, 175, 175, 0.8);
    width: calc(100% - 60px);
    background: #FFF;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .movie_cont .movie_box {
        margin: -100px auto 0; } }
    @media screen and (max-width: 480px) {
      .movie_cont .movie_box {
        margin: -40px auto 0;
        flex-wrap: wrap; } }
    .movie_cont .movie_box .movie_in {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 480px) {
        .movie_cont .movie_box .movie_in {
          width: 100%; } }
      .movie_cont .movie_box .movie_in:nth-of-type(1) {
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 960px) {
          .movie_cont .movie_box .movie_in:nth-of-type(1) {
            padding: 30px 20px; } }
        @media screen and (max-width: 480px) {
          .movie_cont .movie_box .movie_in:nth-of-type(1) {
            padding: 30px 20px 24px; } }
        .movie_cont .movie_box .movie_in:nth-of-type(1) .movie_txt {
          max-width: 620px;
          margin: 0 auto;
          font-family: YakuHanJP_Noto, "游ゴシック","Yu Gothic",  YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif; }
          @media screen and (max-width: 768px) {
            .movie_cont .movie_box .movie_in:nth-of-type(1) .movie_txt {
              font-family: YakuHanJP_Noto, "Noto Sans JP","游ゴシック","Yu Gothic",  YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif; } }
          .movie_cont .movie_box .movie_in:nth-of-type(1) .movie_txt .i01 {
            font-size: 24px;
            margin-bottom: 20px; 
              color: #30b34d;
          }
            @media screen and (max-width: 1400px) {
              .movie_cont .movie_box .movie_in:nth-of-type(1) .movie_txt .i01 {
                font-size: 20px; } }
            @media screen and (max-width: 768px) {
              .movie_cont .movie_box .movie_in:nth-of-type(1) .movie_txt .i01 {
                font-size: 16px; } }
            @media screen and (max-width: 480px) {
              .movie_cont .movie_box .movie_in:nth-of-type(1) .movie_txt .i01 {
                line-height: 1.6;
                font-size: 20px; } }
          .movie_cont .movie_box .movie_in:nth-of-type(1) .movie_txt .i02 {
            font-size: 17px !important;
            margin-bottom: 10px; }
            @media screen and (max-width: 1400px) {
              .movie_cont .movie_box .movie_in:nth-of-type(1) .movie_txt .i02 {
                font-size: 14px; } }
            @media screen and (max-width: 480px) {
              .movie_cont .movie_box .movie_in:nth-of-type(1) .movie_txt .i02 {
                font-size: 15px; } }
          @media screen and (max-width: 1200px) {
            .movie_cont .movie_box .movie_in:nth-of-type(1) .movie_txt .cap_l {
              font-size: 10px; } }
          @media screen and (max-width: 480px) {
            .movie_cont .movie_box .movie_in:nth-of-type(1) .movie_txt .cap_l {
              font-size: 12px; } }
      .movie_cont .movie_box .movie_in:nth-of-type(2) {
        background: rgba(45, 44, 55, 0.12);
        /*background: #30b34d;*/
        padding: 20px;
        /*
        @include mq($br_sp){
        	display: none;
        }
        */ }
        .movie_cont .movie_box .movie_in:nth-of-type(2) .interi_movie {
          width: 100%; }
          .movie_cont .movie_box .movie_in:nth-of-type(2) .interi_movie img {
            width: 100%; }
      .movie_cont .movie_box .movie_in .movie_movie {
        max-width: 673px;
        margin: 0 auto;
        cursor: pointer; }

footer {
  width: 100%;
  padding: 21.52% 0 180px; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 120px 0 100px; } }
  footer .contact_wrapper {
    padding-left: max(40px, 8.021%);
    padding-right: 40px; }
    footer .contact_wrapper a {
      pointer-events: painted;
      display: flex; }
      footer .contact_wrapper a .contact_ttl {
        font-size: clamp(46px, 6.78vw, 120px);
        display: flex;
        align-items: center;
        gap: 0 144px;
        line-height: 1; }
        @media screen and (max-width: 1200px) {
          footer .contact_wrapper a .contact_ttl {
            gap: 0 80px; } }
        @media screen and (max-width: 480px) {
          footer .contact_wrapper a .contact_ttl {
            gap: 0 20px;
            letter-spacing: -0.1em; } }
        footer .contact_wrapper a .contact_ttl .en {
          line-height: 1;
          display: block;
          position: relative; }
          @media screen and (max-width: 480px) {
            footer .contact_wrapper a .contact_ttl .en {
              letter-spacing: -0.03em; } }
          footer .contact_wrapper a .contact_ttl .en:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            background: #2D2C37;
            height: 1px;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s; }
        footer .contact_wrapper a .contact_ttl .arrow {
          position: relative;
          width: 87px;
          height: 86px;
          padding: 10px;
          box-sizing: content-box;
          overflow: hidden; }
          @media screen and (max-width: 1200px) {
            footer .contact_wrapper a .contact_ttl .arrow {
              transform: scale(0.85); } }
          @media screen and (max-width: 768px) {
            footer .contact_wrapper a .contact_ttl .arrow {
              transform: scale(0.7); } }
          @media screen and (max-width: 480px) {
            footer .contact_wrapper a .contact_ttl .arrow {
              padding: 0;
              width: 14%;
              height: auto;
              transform: scale(1); } }
          footer .contact_wrapper a .contact_ttl .arrow span {
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 0; }
            footer .contact_wrapper a .contact_ttl .arrow span.arrow01 {
              transition: 0.2s all cubic-bezier(0, 0, 0, 1) 0.2s; }
            footer .contact_wrapper a .contact_ttl .arrow span.arrow02 {
              position: absolute;
              left: 0;
              top: 0;
              right: 0;
              bottom: 0;
              opacity: 0;
              display: flex;
              align-items: center;
              justify-content: center;
              opacity: 0;
              transition: 0.2s all cubic-bezier(1, 0, 1, 1) 0s;
              transform: translateX(-50%) translateY(50%); }
      body:not(.mobile) footer .contact_wrapper a:hover .en:before {
        transform-origin: left top;
        transform: scale(1, 1); }
      body:not(.mobile) footer .contact_wrapper a:hover .arrow span.arrow01 {
        opacity: 0;
        transition: 0.2s all cubic-bezier(1, 0, 1, 1) 0s;
        transform: translateX(50%) translateY(-50%); }
      body:not(.mobile) footer .contact_wrapper a:hover .arrow span.arrow02 {
        opacity: 1;
        transition: 0.2s all cubic-bezier(0, 0, 0, 1) 0.2s;
        transform: translateX(0%) translateY(0%); }
    footer .contact_wrapper .contact_subttl {
      font-size: clamp(17px, 1.0417vw, 20px);
      display: block;
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        footer .contact_wrapper .contact_subttl {
          margin-top: 10px;
          font-weight: normal; } }
  footer .foot_bottom {
    padding-left: max(40px, 8.021%);
    padding-right: 40px;
    padding-top: 180px;
    margin-top: 180px;
    border-top: 1px solid rgba(152, 138, 138, 0.51); }
    @media screen and (max-width: 768px) {
      footer .foot_bottom {
        padding-top: 100px;
        margin-top: 100px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 40px;
        margin-right: 40px; } }
    @media screen and (max-width: 360px) {
      footer .foot_bottom {
        margin-left: 30px;
        margin-right: 30px; } }
    footer .foot_bottom .foot_link_area {
      max-width: 1415px; }
      @media screen and (max-width: 1300px) {
        footer .foot_bottom .foot_link_area .foot_link_area_in {
          flex-wrap: wrap; } }
      @media screen and (max-width: 1200px) {
        footer .foot_bottom .foot_link_area .foot_link_area_in {
          display: block; } }
      @media screen and (max-width: 1300px) {
        footer .foot_bottom .foot_link_area .foot_link_area_in .foot_logo {
          width: 100%;
          margin-bottom: 50px; } }
      @media screen and (max-width: 480px) {
        footer .foot_bottom .foot_link_area .foot_link_area_in .foot_logo {
          margin-bottom: 80px; } }
      footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap {
        display: flex; }
        @media screen and (max-width: 1300px) {
          footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap {
            width: fit-content;
            margin-bottom: 30px; } }
        @media screen and (max-width: 1200px) {
          footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap {
            margin-bottom: 50px; } }
        @media screen and (max-width: 480px) {
          footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap {
            display: block; } }
        footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink {
          display: flex;
          flex-direction: column;
          gap: 20px 0; }
          @media screen and (max-width: 480px) {
            footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink {
              gap: 10px 0; } }
          footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink:nth-child(2) {
            margin: 0 60px; }
            @media screen and (max-width: 1600px) {
              footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink:nth-child(2) {
                margin: 0 30px; } }
            @media screen and (max-width: 1300px) {
              footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink:nth-child(2) {
                margin: 0 60px; } }
            @media screen and (max-width: 960px) {
              footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink:nth-child(2) {
                margin: 0 30px; } }
            @media screen and (max-width: 480px) {
              footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink:nth-child(2) {
                margin: 10px 0; } }
          footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink li a {
            line-height: 1.4;
            display: inline-block;
            font-size: 15px;
            white-space: nowrap;
            position: relative; }
            @media screen and (max-width: 1600px) {
              footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink li a {
                font-size: 14px; } }
            @media screen and (max-width: 1300px) {
              footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink li a {
                font-size: 14px; } }
            @media screen and (max-width: 960px) {
              footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink li a {
                font-size: 12px; } }
            @media screen and (max-width: 480px) {
              footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink li a {
                font-size: 14px; } }
            footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink li a.link_none {
              pointer-events: none;
              opacity: 0.4; }
            footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink li a:before {
              content: "";
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100%;
              background: #2D2C37;
              height: 1px;
              transform: scale(0, 1);
              transform-origin: right top;
              transition: transform 0.4s ease-in-out 0s; }
            body:not(.mobile) footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink li a:hover:before {
              transform-origin: left top;
              transform: scale(1, 1); }
          footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink .pagelink_adjust a {
            display: flex;
            align-items: center; }
            footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink .pagelink_adjust a span {
              display: block; }
            footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink .pagelink_adjust a .pagelink_icon {
              margin-right: 10px;
              margin-bottom: 2px;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              height: 100%; }
              @media screen and (max-width: 480px) {
                footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink .pagelink_adjust a .pagelink_icon {
                  margin-bottom: 0; } }
            footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink .pagelink_adjust a .pagelink_text {
              font-size: 13px; }
              @media screen and (max-width: 1600px) {
                footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink .pagelink_adjust a .pagelink_text {
                  font-size: 14px; 
                    
                } }
              @media screen and (max-width: 1300px) {
                footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink .pagelink_adjust a .pagelink_text {
                  font-size: 12px; } }
              @media screen and (max-width: 960px) {
                footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink .pagelink_adjust a .pagelink_text {
                  font-size: 10px; } }
              @media screen and (max-width: 480px) {
                footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink .pagelink_adjust a .pagelink_text {
                  font-size: 12px; } }
      footer .foot_bottom .foot_link_area .foot_link_area_in .foot_button {
        align-items: flex-start;
        max-width: 400px;
        width: 28.27%; }
        @media screen and (max-width: 1300px) {
          footer .foot_bottom .foot_link_area .foot_link_area_in .foot_button {
            width: 400px;
            max-width: 100%; } }
        footer .foot_bottom .foot_link_area .foot_link_area_in .foot_button li {
          width: 45%; }
          @media screen and (max-width: 480px) {
            footer .foot_bottom .foot_link_area .foot_link_area_in .foot_button li {
              width: 47%; } }
      footer .foot_bottom .foot_link_area .own_wrap {
        margin-top: 30px;
        text-align: right; }
        @media screen and (max-width: 1300px) {
          footer .foot_bottom .foot_link_area .own_wrap {
            text-align: left;
            margin-top: 50px; } }
        footer .foot_bottom .foot_link_area .own_wrap .logo_nomura {
          margin-bottom: 30px; }
        footer .foot_bottom .foot_link_area .own_wrap copyright {
          /*font-size: 12px;*/
          font-size: 16px;
        }
          @media screen and (max-width: 480px) {
            footer .foot_bottom .foot_link_area .own_wrap copyright {
              font-size: 10px; } }

.flex {
  display: flex;
  justify-content: space-between; }

.parattl {
  position: relative;
  	/*
  	position: absolute;
      left: 0;
      top: 200px;
      z-index: -1;
  	*/ }
  .parattl span {
    line-height: 1;
    position: relative;
    will-change: transform;
    font-size: clamp(70px, 14.63vw, 281px);
    font-weight: 200;
    line-height: 0.9;
    color: rgba(255, 255, 255, 0.45);
    white-space: nowrap; }
    .parattl span.ex {
      font-size: clamp(60px, 15.625vw, 300px); }

.para_text {
  line-height: 1;
  position: relative;
  will-change: transform;
  font-size: 281px;
  font-weight: 100;
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap; }
  @media screen and (max-width: 768px) {
    .para_text {
      font-size: 150px; } }
  @media screen and (max-width: 480px) {
    .para_text {
      font-size: 70px; } }

.para_img_wrap {
  height: 0;
  position: relative; }
  .para_img_wrap > div {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0; }
    .para_img_wrap > div .paraimg {
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      overflow: hidden; }
      .para_img_wrap > div .paraimg img {
        position: absolute;
        top: -100%;
        left: 0;
        right: 0;
        bottom: -100%;
        margin: auto;
        /*
        @include mq($br_tb){
        	transform:none!important;
        }
        @include mq($br_sp){
        	top:auto;
        	bottom:0;
        }
        */ }

.img_cap {
  position: relative; }
  .img_cap .cap, .img_cap span {
    background: rgba(0, 0, 0, 0.6);
    font-size: 10px;
    display: block;
    padding: 3px 5px;
    line-height: 1.5;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right; }
  .img_cap.white .cap, .img_cap.white span {
    background: rgba(255, 255, 255, 0.6);
    color: #333333; }
  .img_cap.left .cap, .img_cap.left span {
    right: auto;
    left: 0; }
  .img_cap.no_bg .cap, .img_cap.no_bg span, .img_cap.white.no_bg .cap, .img_cap.white.no_bg span {
    background: none; }
  .img_cap.shadow .cap, .img_cap.shadow span {
    background: none;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8), 0px 0px 1px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8); }
  .img_cap.white.shadow .cap, .img_cap.white.shadow span {
    background: none;
    text-shadow: 0px 0px 0px #fff, 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 4px #fff, 0px 0px 5px #fff, 0px 0px 6px #fff, 0px 0px 7px #fff, 0px 0px 8px #fff; }

.pagetop {
  position: fixed;
  bottom: 20px;
  right: -60px;
  transition: all 0.5s ease-in-out 0s; }
  .pagetop.scrolled {
    right: 20px; }

.pagetop2 {
  position: fixed;
  bottom: 80px;
  right: -60px;
  transition: all 0.5s ease-in-out 0s; }
  .pagetop2.scrolled {
    right: 20px; }

/*	スクロールアクション	*/
.fadeup {
  transition: opacity 0.6s cubic-bezier(0.75, 0, 0.25, 1) 0s, transform 0.6s cubic-bezier(0.75, 0, 0.25, 1) 0s;
  opacity: 0;
  transform: translateY(25px);
  will-change: opacity, transform; }
  .fadeup.p-view {
    opacity: 1;
    transform: translateY(0px); }

.parallax.blur {
  opacity: 0;
  filter: blur(20px);
  transition: all 0.6s ease-in-out 0s;
  transform: translateY(0);
  will-change: opacity, filter, transform; }
  .parallax.blur.p-view {
    opacity: 1;
    filter: blur(0); }

/* loading & animsition */
.page_transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  pointer-events: none;
  transition: all 0.7s cubic-bezier(0.96, 0, 0.6, 1) 0s;
  transform: translateY(100vh);
  overflow: hidden;
  transition: transform 0.7s cubic-bezier(0.96, 0, 0.6, 1) 1s;
  will-change: transform; }
  .page_transition:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateY(-100vh);
    background: #F3F3F3;
    transition: transform 0.7s cubic-bezier(0.96, 0, 0.6, 1) 1s;
    will-change: transform; }
  body.linked .page_transition {
    transform: translateY(0vh);
    transition: transform 0.7s cubic-bezier(0.96, 0, 0.6, 1) 0s; }
    body.linked .page_transition:before {
      transform: translateY(0vh);
      transition: transform 0.7s cubic-bezier(0.96, 0, 0.6, 1) 0s; }

.page_transition_end {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999980;
  pointer-events: none;
  transform: translateY(0);
  overflow: hidden;
  transition: transform 0.7s cubic-bezier(0.96, 0, 0.6, 1) 1s;
  will-change: transform; }
  .page_transition_end:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateY(0);
    background: #F3F3F3;
    transition: transform 0.7s cubic-bezier(0.96, 0, 0.6, 1) 1s;
    will-change: transform; }
  body.ready .page_transition_end {
    transform: translateY(-100vh);
    transition: transform 0.7s cubic-bezier(0.96, 0, 0.6, 1) 0s; }
    body.ready .page_transition_end:before {
      transform: translateY(100vh);
      transition: transform 0.7s cubic-bezier(0.96, 0, 0.6, 1) 0s; }
  body#top .page_transition_end {
    z-index: 1234567891; }

@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.modal_button {
  cursor: pointer; }

.movie_modal {
  position: fixed;
  z-index: 100009;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  background: rgba(45, 44, 55, 0.8);
  transition: 0.5s opacity ease-in-out 0s; }
  body.modal_open .movie_modal {
    opacity: 1;
    pointer-events: all; }
  .movie_modal .movie_modal_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100% - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s opacity ease-in-out 0s; }
    .movie_modal .movie_modal_wrap.open {
      opacity: 1;
      pointer-events: all; }
    .movie_modal .movie_modal_wrap .modal_in {
      width: 100%;
      position: relative; }
      .movie_modal .movie_modal_wrap .modal_in:before {
        content: "";
        display: block;
        padding-bottom: 56.25%; }
    .movie_modal .movie_modal_wrap video-js {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .movie_modal .modal_close {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 154px;
    height: 154px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(45, 44, 55, 0.5);
    cursor: pointer; }
    @media screen and (max-width: 1600px) {
      .movie_modal .modal_close {
        width: 100px;
        height: 100px; } }
    .movie_modal .modal_close .modal_close_in {
      width: 100%;
      text-align: center;
      position: relative; }
      .movie_modal .modal_close .modal_close_in .close_txt {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 5px);
        font-size: 10px;
        line-height: 1;
        color: rgba(247, 237, 240, 0.3); }
      .movie_modal .modal_close .modal_close_in .close_box {
        max-width: 67px;
        height: 25px;
        margin: auto;
        overflow: hidden; }
        @media screen and (max-width: 1600px) {
          .movie_modal .modal_close .modal_close_in .close_box {
            max-width: 47px; } }
      .movie_modal .modal_close .modal_close_in .arrow {
        display: block;
        margin: 0 auto;
        height: 1px;
        position: relative;
        width: 67px; }
        @media screen and (max-width: 1600px) {
          .movie_modal .modal_close .modal_close_in .arrow {
            width: 47px; } }
        .movie_modal .modal_close .modal_close_in .arrow.arrow01 {
          transform: translate(0px, 11px) rotate(-160deg); }
        .movie_modal .modal_close .modal_close_in .arrow.arrow02 {
          transform: translate(0px, 10px) rotate(-20deg); }
        .movie_modal .modal_close .modal_close_in .arrow::before, .movie_modal .modal_close .modal_close_in .arrow::after {
          content: "";
          display: block;
          height: 100%;
          pointer-events: none;
          position: absolute;
          width: 100%;
          background: #FFF; }
        .movie_modal .modal_close .modal_close_in .arrow::before {
          transform: translate(0px, 0px); }
        .movie_modal .modal_close .modal_close_in .arrow::after {
          transform: translate(110%, 0px); }
      body:not(.mobile) .movie_modal .modal_close .modal_close_in:hover .arrow::before {
        transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.51, 1);
        transform: translate(-110%, 0px); }
      body:not(.mobile) .movie_modal .modal_close .modal_close_in:hover .arrow::after {
        transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.51, 1) 0.3s;
        transform: translate(0px, 0px); }
      body:not(.mobile) .movie_modal .modal_close .modal_close_in:hover .arrow.arrow02::before {
        transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.51, 1) 0.1s; }
      body:not(.mobile) .movie_modal .modal_close .modal_close_in:hover .arrow.arrow02::after {
        transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.51, 1) 0.4s; }

/* マウスポインター */
.mousepointer,
.mousepointer02,
.mousepointer03,
.mousepointer04 {
  position: fixed;
  top: 0;
  left: 0;
  transform: scale(0);
  pointer-events: none;
  text-align: center;
  line-height: 1em;
  width: 830px;
  height: 280px;
  transition: transform 0.7s cubic-bezier(0, 0.29, 0.52, 1.04) 0s;
  will-change: transform,opacity; }
  .mousepointer.active,
  .mousepointer02.active,
  .mousepointer03.active,
  .mousepointer04.active {
    transform: scale(1); }
  @media screen and (max-width: 768px) {
    .mousepointer,
    .mousepointer02,
    .mousepointer03,
    .mousepointer04 {
      display: none; } }

.mousepointer02 {
  width: 649px;
  height: 220px; }
  .mousepointer02.active {
    z-index: -2; }

.pointers,
.pointers02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

.hover_cap {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 10px; }
  .hover_cap.white {
    color: #FFF; }

.mousepointer p,
.mousepointer02 p,
.mousepointer03 p,
.mousepointer04 p {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  display: block;
  overflow: hidden;
  transition: opacity 0.15s ease-in-out 0s;
  opacity: 0;
  display: block;
  line-height: 1.5; }

.mousepointer p.active {
  opacity: 0.3; }

.mousepointer02 p.active,
.mousepointer03 p.active,
.mousepointer04 p.active {
  opacity: 1; }

.mousepointer02.photo_mouse_on {
  z-index: -1; }

/*# sourceMappingURL=common.css.map */
