@charset "UTF-8";
/*! Writen  by SCSS */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/* 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;
  color: #fff;
  background: #32323a;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }
  body *, body *:before, body *:after {
    box-sizing: border-box; }
  body *.bs_cb {
    box-sizing: content-box; }
  body .wrap {
    position: relative;
    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
---------------------------------------*/
.mincho, body {
  /* font-family: YakuHanMP, "Yu Mincho","游明朝", "Yu Mincho",  YakuHanMP_Noto, "Noto Serif JP",YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif; */
  font-family: "游ゴシック","Yu Gothic",  YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.gothic {
  font-family: "游ゴシック","Yu Gothic",  YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif; }

.en {
  font-family: 'EB Garamond', serif; }

/*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: opacity 0.3s 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,
.cap_c,
.cap_r {
  font-size: 12px;
  line-height: 1.4; }
  @media screen and (max-width: 768px) {
    .cap_l,
    .cap_c,
    .cap_r {
      font-size: 10px; } }

.cap_l {
  text-align: left; }

.cap_c {
  text-align: center; }

.cap_r {
  text-align: right; }

.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: 960px) {
  .vpc960 {
    display: none; } }
@media not screen, screen and (min-width: 961px) {
  .vsp960 {
    display: none; } }
@media screen and (max-width: 920px) {
  .vpc920 {
    display: none; } }
@media not screen, screen and (min-width: 921px) {
  .vsp920 {
    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: 600px) {
  .vpc600 {
    display: none; } }
@media not screen, screen and (min-width: 601px) {
  .vsp600 {
    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
======================================================*/
@media screen and (max-width: 920px) {
  .navi_pc {
    display: none; } }
@media not screen, screen and (min-width: 921px) {
  .navi_sp {
    display: none; } }
.gnavi .nav_qua a {
  opacity: 0.3;
  pointer-events: none; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  /* background: #fff; */
  color: #333;
  font-weight: 500;
  height: 112px; }
  @media screen and (max-width: 920px) {
    header {
      height: 100px; } }
  @media screen and (max-width: 450px) {
    header {
      height: 60px;
    }
  }

.btn_rim,
.btn_req,
.btn_res {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
  color: #fff; }
  @media (hover: hover) {
    .btn_rim:hover,
    .btn_req:hover,
    .btn_res:hover {
      opacity: 0.7; } }

.btn_rim {
  background: linear-gradient(0deg, #6f5f40 0%, #bbad94 100%); }

.btn_req {
  background: linear-gradient(0deg, #6f5f40 0%, #bbad94 100%); }

.btn_res {
  background: linear-gradient(0deg, #430001 0%, #90162e 100%); }

div.header {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 8px;
  padding-bottom: 40px;
  height: 100%;
  display: grid;
  justify-content: space-between;
  grid-auto-flow: dense;
  grid-template-columns: 16% 82%;
  gap: 20px 0; }
  @media screen and (max-width: 1080px) {
    div.header {
      padding-top: 0px;
      padding-bottom: 0px;
      grid-template-columns: 120px  40px;
      gap: 0; } }
  div.header .logo {
    grid-row: span 2;
    align-self: end;
    line-height: 0;
    font-size: 0;
    max-width: 160px; }
    @media screen and (max-width: 1080px) {
      div.header .logo {
        max-width: 120px;
        grid-row: auto;
        align-self: center; } }
    div.header .logo img {
      width: 100%; }
  div.header ul.headnavi {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 10px;
    line-height: 1; }
    @media screen and (max-width: 1080px) {
      div.header ul.headnavi {
        display: none; } }
    div.header ul.headnavi li a {
      transition: opacity 0.3s ease-in-out; }
      @media (hover: hover) {
        div.header ul.headnavi li a:hover {
          opacity: 0.7; } }
    div.header ul.headnavi .item_nav {
      margin-left: 10px;
      display: flex;
      align-items: center;
      letter-spacing: 0.1em; }
      /* div.header ul.headnavi .item_nav::before {
        content: "";
        width: 6px;
        height: 6px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        transform: rotate(45deg);
        margin-right: 5px; } */
    div.header ul.headnavi .item_cv {
      width: 100px;
      height: 35px; }
      div.header ul.headnavi .item_cv:not(:last-child) {margin-right: 10px; }
      div.header ul.headnavi .item_cv a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        /* color: #fff; */
        background: #A9894B;
        transition: opacity 0.3s ease-in-out; }
        @media (hover: hover) {
          div.header ul.headnavi .item_cv a:hover {
            opacity: 0.7; } }

      div.header ul.headnavi .item_cv.reserve a {
        background: #740125;
      }

  div.header .nav_btn {
    cursor: pointer;
    z-index: 9999;
    width: 40px;
    height: 40px;
    transition: all 0.5s ease-in-out;
    display: none;
    position: relative; }
    @media screen and (max-width: 1080px) {
      div.header .nav_btn {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 450px) {
      div.header .nav_btn {
        margin-top: 13px;
        margin-bottom: 0;
      }
    }
    div.header .nav_btn hr {
      width: 40px;
      background: #163259;
      height: 2px;
      position: absolute;
      border: none;
      transform-origin: center center;
      left: 0;
      right: 0;
      margin: 0 auto;
      transition: top 0.2s ease-in-out 0.3s,transform 0.2s ease-in-out 0s; }
      div.header .nav_btn hr:nth-child(1) {
        top: 0px; }
      div.header .nav_btn hr:nth-child(2) {
        top: 10px; }
      div.header .nav_btn hr:nth-child(3) {
        top: 20px; }
    div.header .nav_btn .hamb_txt {
      position: absolute;
      top: 30px;
      left: -10%;
      right: -10%;
      margin: auto;
      font-size: 10px;
      font-weight: bold;
      text-align: center;
      transition: all 0.5s ease-in-out;
      line-height: 1;
      letter-spacing: 0.2em;
      color: #163259; }
      div.header .nav_btn .hamb_txt.close {
        opacity: 0; }
    body.nav_open div.header .nav_btn hr {
      transition: top 0.2s ease-in-out 0s,transform 0.2s ease-in-out 0.3s; }
      body.nav_open div.header .nav_btn hr:nth-child(1), body.nav_open div.header .nav_btn hr:nth-child(2), body.nav_open div.header .nav_btn hr:nth-child(3) {
        top: 10px; }
      body.nav_open div.header .nav_btn hr:nth-child(1) {
        transform: rotate(45deg); }
      body.nav_open div.header .nav_btn hr:nth-child(2) {
        transform: scaleX(0); }
      body.nav_open div.header .nav_btn hr:nth-child(3) {
        transform: rotate(-45deg); }
    body.nav_open div.header .nav_btn .hamb_txt.open {
      opacity: 0; }
    body.nav_open div.header .nav_btn .hamb_txt.close {
      opacity: 1; }

@media screen and (max-width: 1080px) {
  .gnavi_outer {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 60px;
    height: fit-content;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out; }
    .gnavi_outer.nav_open {
      opacity: 1;
      pointer-events: all; } }
@media screen and (max-width: 450px) {
  .gnavi_outer {
    top: 60px;
  }
}

ul.gnavi {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  line-height: 1.28;
  height: 30px; }
  @media screen and (max-width: 1080px) {
    ul.gnavi {
      font-size: 14px;
      color: #fff;
      height: auto;
      flex-wrap: wrap;
      justify-content: space-between;
      background: #fff; } }
  @media screen and (max-width: 480px) {
    ul.gnavi {
      font-size: 12px; } }
  ul.gnavi li {
    width: calc(100% / 10);
    height: 100%;
    border-right: 1px solid #A9894B; }

    ul.gnavi li.nav_sp {display: none;}
    @media screen and (max-width: 1080px) {
      ul.gnavi li {
        width: 50%;
        border-bottom: 1px solid; }
        ul.gnavi li:nth-child(even) {
          border-right: none; }
        ul.gnavi li.nav_sp a {
          flex-flow: column wrap;
        }
        ul.gnavi li.nav_sp {display: block;}
        ul.gnavi li.nav_sp .text_sub {font-size:10px;}
      }
    ul.gnavi li a {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 0.5em;
      color: #163259;
      transition: opacity 0.3s ease-in-out;
      position: relative; }
      ul.gnavi li a .text {
        transition: transform 0.3s ease-in-out; }
      ul.gnavi li a::after {
        content: "";
        display: block;
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 0;
        height: 2px;
        background: #c8c099;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 0.3s ease-in-out; }
        @media screen and (max-width: 1080px) {
          ul.gnavi li a::after {display: none;} }
      @media (hover: hover) {
        ul.gnavi li a:hover .text {
          transform: translateY(-0.5em); } }
  @media screen and (hover: hover) and (max-width: 1080px) {
    ul.gnavi li a:hover .text {
      transform: none; } }
      @media (hover: hover) {
        ul.gnavi li a:hover::after {
          transform: scaleX(1); } }
        @media screen and (max-width: 1080px) {
        ul.gnavi li a {
          height: 58px;
          font-weight: 700;
          padding: 0.5em;
          background: #fff;
          transition: background 0.3s ease-in-out; }
        ul.gnavi li.no a{ font-weight: 300;}
        }
      /*ul.gnavi li a.cr .text {
        transform: translateY(-0.5em); }
        @media screen and (max-width: 920px) {
          ul.gnavi li a.cr .text {
            transform: none; } }*/
      ul.gnavi li a.cr::after {
        transform: scaleX(1); }
      @media screen and (max-width: 1080px) {
        ul.gnavi li a.cr {
          background: #e4dfc1; } }
  ul.gnavi .navi_pc {
    display: block; }
    @media screen and (max-width: 1080px) {
      ul.gnavi .navi_pc {
        display: none; } }
  ul.gnavi .navi_sp {
    display: none; }
    @media screen and (max-width: 1080px) {
      ul.gnavi .navi_sp {
        display: block; } }

ul.breadlist {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 10px;
  box-sizing: content-box; }
  ul.breadlist li {
    display: inline-block; }
    ul.breadlist li:after {
      content: "> "; }
    ul.breadlist li:last-child:after {
      content: none; }
    ul.breadlist li a {
      text-decoration: underline; }
      body:not(.mobile) ul.breadlist li a:hover {
        text-decoration: none; }

.inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto; }

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

.flex_wrap {
  flex-wrap: wrap; }

.flex_rr {
  flex-direction: row-reverse; }

.pos_r {
  position: relative; }

.pos_a {
  position: absolute; }

.cap_wrap {
  padding-top: clamp(30px, 5%, 60px);
  background: #fff;
  color: #333;
  font-weight: 500; }
  .cap_wrap .cap_inner {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto; }
    .cap_wrap .cap_inner p {
      padding-left: 1em;
      text-indent: -1em;
      font-size: 12px;
      line-height: 1.4; }
      .cap_wrap .cap_inner p:not(:last-child) {
        margin-bottom: 0.6em; }
      @media screen and (max-width: 768px) {
        .cap_wrap .cap_inner p {
          font-size: 10px; } }

footer {
  padding-top: clamp(30px, 5%, 60px);
  background: #fff;
  color: #333; }
  @media screen and (max-width: 920px) {
    footer {
      padding-bottom: 60px; } }
  footer .bottom_cv_wrap {
    max-width: 800px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: clamp(25px, 3.34%, 40px);
    font-size: 20px;
    line-height: 1;
    text-align: center; }
    @media screen and (max-width: 480px) {
      footer .bottom_cv_wrap {
        max-width: 360px;
        display: block;
        font-size: 18px; } }
    footer .bottom_cv_wrap .cv_box {
      width: 47.5%; }
      @media screen and (max-width: 768px) {
        footer .bottom_cv_wrap .cv_box {
          width: 48%; } }
      @media screen and (max-width: 480px) {
        footer .bottom_cv_wrap .cv_box {
          width: 100%; }
          footer .bottom_cv_wrap .cv_box:first-child {
            margin-bottom: 15px; } }
      footer .bottom_cv_wrap .cv_box a {
        width: 100%;
        height: 100%;
        padding: 1.25em 0.5em; }
        @media screen and (max-width: 768px) {
          footer .bottom_cv_wrap .cv_box a {
            padding: 1em 0.5em; } }
  footer .entry_wrap {
    max-width: 800px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(30px, 5%, 60px); }
    footer .entry_wrap .entry_head {
      font-size: clamp(18px, 2.73vw, 24px);
      line-height: 1;
      margin-bottom: 0.83em; }
    footer .entry_wrap .entry_image {
      margin-bottom: 1.25em; }
    footer .entry_wrap .entry_btn {
      max-width: 300px;
      margin: 30px auto;
      font-size: clamp(12px, 1.9vw, 17px);
      line-height: 1; }
      @media screen and (max-width: 480px) {
        footer .entry_wrap .entry_btn {
          width: 90%;
          font-size: 14px;
          margin: 15px auto; } }
      footer .entry_wrap .entry_btn a {
        padding: 0.85em 0.5em; }
    footer .entry_wrap .entry_text {
      font-size: clamp(13px, 2.02vw, 18px);
      line-height: 1.6; }
      @media screen and (max-width: 480px) {
        footer .entry_wrap .entry_text {
          font-size: 14px; } }
  footer .bottom_tel {
    text-align: center;
    margin-bottom: clamp(25px, 4.17%, 50px); }
    footer .bottom_tel .tel_text {
      font-size: 14px;
      line-height: 1.5; }
      @media screen and (max-width: 480px) {
        footer .bottom_tel .tel_text {
          font-size: 13px; } }
    footer .bottom_tel .tel_number {
      font-size: clamp(32px, 5.62vw, 56px);
      line-height: 1;
      margin-top: 0.17em;
      margin-bottom: 0.26em; }
      footer .bottom_tel .tel_number a {
        font-weight: 400; }
  footer .bottom_owner_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 482px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px; }
    @media screen and (max-width: 480px) {
      footer .bottom_owner_wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 25px; } }
    footer .bottom_owner_wrap a {
      transition: opacity 0.3s ease-in-out; }
      @media (hover: hover) {
        footer .bottom_owner_wrap a:hover {
          opacity: 0.7; } }
    footer .bottom_owner_wrap .item_btn {
      width: 165px; }
      @media screen and (max-width: 480px) {
        footer .bottom_owner_wrap .item_btn {
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 15px; } }
    footer .bottom_owner_wrap .item_company {
      width: 210px; }
      @media screen and (max-width: 480px) {
        footer .bottom_owner_wrap .item_company {
          margin-left: auto;
          margin-right: auto; } }
  footer .bottom_logo_wrap {
    background: #293855;
    text-align: center;
    padding: 50px 20px 10px; }
    @media screen and (max-width: 480px) {
      footer .bottom_logo_wrap {
        padding: 25px 20px 10px; } }
    footer .bottom_logo_wrap .bottom_logo {
      max-width: 197px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 50px;
      line-height: 0; }
      @media screen and (max-width: 480px) {
        footer .bottom_logo_wrap .bottom_logo {
          max-width: 132px;
          padding-bottom: 35px; } }
      footer .bottom_logo_wrap .bottom_logo a {
        transition: opacity 0.3s ease-in-out; }
        @media (hover: hover) {
          footer .bottom_logo_wrap .bottom_logo a:hover {
            opacity: 0.7; } }
    footer .bottom_logo_wrap .copyright {
      color: #fff;
      font-size: 12px;
      letter-spacing: 0.05em;
      line-height: 1;
      font-family: "Times New Roman", Times, "serif"; }
      @media screen and (max-width: 480px) {
        footer .bottom_logo_wrap .copyright {
          font-size: 11px;
          letter-spacing: 0.06em; } }

.bottom_sp_nav {
  display: none;
  z-index: 90; }
  @media screen and (max-width: 920px) {
    .bottom_sp_nav {
      display: block;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      height: 60px;
      color: #fff; }
      .bottom_sp_nav ul {
        height: 100%;
        display: flex;
        border-top: 1px solid;
        border-bottom: 1px solid; }
        .bottom_sp_nav ul li {
          width: 100%;
          height: 100%;
          font-size: 2.4vw;
          line-height: 1;
          border-right: 1px solid; }
          .bottom_sp_nav ul li:first-child {
            border-left: 1px solid; }
          .bottom_sp_nav ul li a {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center; }
            .bottom_sp_nav ul li a .icon {
              width: 30px;
              margin-left: auto;
              margin-right: auto;
              margin-bottom: 8px;
              line-height: 0; }
        .bottom_sp_nav ul .item_nav {background: #909090;}
        .bottom_sp_nav ul .item_cv {background: #A9894B;}
        .bottom_sp_nav ul .item_cv.reserve {background: #740125;} }

.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;
	&.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); }

.fadeup {
  transition-property: transform,opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  opacity: 0;
  transform: translateY(30px); }
  @media screen and (max-width: 480px) {
    .fadeup {
      transform: translateY(20px); } }

.delay_01 {
  transition-delay: 0.2s; }
.delay_02 {
  transition-delay: 0.4s; }
.delay_03 {
  transition-delay: 0.6s; }
.delay_04 {
  transition-delay: 0.8s; }
.delay_05 {
  transition-delay: 1s; }

.p-view.fadeup,
.p-view .fadeup {
  opacity: 1;
  transform: translateY(0px); }

.slide_l {
  transform: translateX(-100%) rotate(0.001deg);
  overflow: hidden;
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out; }
  .slide_l > * {
    transform: translateX(100%) rotate(0.001deg);
    overflow: hidden;
    transition-property: transform;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out; }
  .p-view .slide_l, .slide_l.p-view {
    transform: translateX(0); }
    .p-view .slide_l > *, .slide_l.p-view > * {
      transform: translateX(0); }

.slide_r {
  transform: translateX(100%) rotate(0.001deg);
  overflow: hidden;
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out; }
  .slide_r > * {
    transform: translateX(-100%) rotate(0.001deg);
    overflow: hidden;
    transition-property: transform;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out; }
  .p-view .slide_r, .slide_r.p-view {
    transform: translateX(0); }
    .p-view .slide_r > *, .slide_r.p-view > * {
      transform: translateX(0); }


/* 追記 2023.12.15 */
header .header #svg .d{ stroke: #133157; }
header .header #svg .e{ fill: #133157; }
header .header #svg{ width: 160px; height: 63px; }
header .header h1 { width: 160px; height: 63px; }
header .header .headnavi li a{ display: block; color: #163259; font-size: 13px; font-weight: 600; }
header .header .headnavi li.item_cv a{ color: #fff; }
header .header ul.headnavi .item_cv{ width: auto; height: auto; }
header .header .headnavi .item_cv a{ padding: 1em 2em; }
header .header .gnavi_outer .gnavi_wrap .gnavi li{ border-color: #163259;}
header .header .gnavi_outer .gnavi_wrap .gnavi li a{ color: #163259; font-size: 13px; }
header .header .gnavi_outer .gnavi_wrap .gnavi li a::after{ background-color: #163259; }
header .header .gnavi_outer .gnavi_wrap .gnavi li.no a{ color: #9b9b9b; pointer-events: none; }
/* .page header .header .headnavi li a{ color: #fff;} */
.page header .header .headnavi .item_cv a{ color: #fff ;}
/* .page header .header .gnavi_outer .gnavi_wrap .gnavi li{ border-color: #fff; } */
/* .page header .header .gnavi_outer .gnavi_wrap .gnavi li a{ color: #fff; } */
/* .page header .header .nav_btn hr{ background: #fff; } */
/* .page header .header .nav_btn .hamb_txt{ color: #fff; } */
header{
/*background: linear-gradient(178.11795047097803deg, rgba(255, 255, 255,1) 24.356694560669457%,rgba(254, 253, 254,1) 24.356694560669457%,rgba(158, 0, 236,0.004166666666666652) 96.95083682008365%,rgba(158, 0, 236,0) 96.95083682008365%);*/
/*background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%);*/
/*
240304
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
*/

background-color: rgba(255,255,255,.75);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}
header .header .gnavi_outer .gnavi_wrap .gnavi li.sp_voice{display: none;}
@media screen and (max-width: 1080px) {
  header .header .gnavi_outer .gnavi_wrap .gnavi li.sp_voice{display: block;}
  header .header .gnavi_outer .gnavi_wrap .gnavi li.pc_voice{display: none;}
  header .header .gnavi_outer .gnavi_wrap .gnavi li.nav_quality{border-right: 1px solid #163259;}
  header .header .gnavi_outer .gnavi_wrap .gnavi li.nav_voice{width: 100%; border-right: none;}
  header .header .gnavi_outer .gnavi_wrap .gnavi li.nav_voice .text_jp{margin-left: 10px;}
}

/* 240930削除
.Page_idx header {background: none;}
.Page_idx header.is_header{
background: linear-gradient(178.11795047097803deg, rgba(255, 255, 255,1) 24.356694560669457%,rgba(254, 253, 254,1) 24.356694560669457%,rgba(158, 0, 236,0.004166666666666652) 96.95083682008365%,rgba(158, 0, 236,0) 96.95083682008365%);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%);
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
background-color: rgba(255,255,255,.75);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}

.Page_idx header .header .gnavi_outer .gnavi_wrap .gnavi li{ border-color: #A9894B;}
.Page_idx header .header .gnavi_outer .gnavi_wrap .gnavi li a{ color: #A9894B;}
.Page_idx header .header .gnavi_outer .gnavi_wrap .gnavi li a::after{ background-color: #A9894B; }
.Page_idx header .header .gnavi_outer .gnavi_wrap .gnavi li.no a{ color: #9b9b9b; pointer-events: none; }
.Page_idx header.is_header .gnavi_outer .gnavi_wrap .gnavi li{ border-color: #163259;}
.Page_idx header.is_header .gnavi_outer .gnavi_wrap .gnavi li a{ color: #163259;}
.Page_idx header.is_header .gnavi_outer .gnavi_wrap .gnavi li a::after{ background-color: #163259; }
.Page_idx header .header .headnavi .item_nav a{ color:#fff;}
.Page_idx header.is_header .header .headnavi .item_nav a{ color:#32323a;}
*/

.login header{
/*background: linear-gradient(178.11795047097803deg, rgba(255, 255, 255,1) 24.356694560669457%,rgba(254, 253, 254,1) 24.356694560669457%,rgba(158, 0, 236,0.004166666666666652) 96.95083682008365%,rgba(158, 0, 236,0) 96.95083682008365%);*/
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

header .gnavi li {
line-height: 1.05;
position: relative;
}
header .gnavi li.new::after {
background-color: #A9894B;
color:#fff;
content:'NEW';
font-size:10px;
padding: 0 .25em;
position: absolute;
right:0;
top:-14px;
}
header .gnavi li.new_red::after {
  background-color: #900;
}

@media screen and (max-width: 920px){
header .header #svg{ width: 120px; height: 47px; }
header .header h1{ width: 120px; height: 47px; }

header .gnavi li.new::after {
right:0;
top:0;
}
}
@media screen and (max-width: 450px){
  header .header h1{ width: 100px; height: auto; }
}

footer{ background: #133157; color: #fff; }
footer .tel_number .icon{ display: inline-block; width: 40px; height: 40px; margin-right: 10px; background: url(../images/common/icon_phone.svg) no-repeat center / 100%; }
footer .bottom_ft_logo{ padding: 50px 30px; text-align: center; background-color: #fff; }
footer .bottom_ft_logo a{ transition: 0.3s ease; }
footer .bottom_ft_logo a:hover{ opacity: 0.6; }
footer .bottom_ft_logo .list{ display: flex; gap: 60px; justify-content: center; margin-top: 50px; }
footer .bottom_ft_logo .list li{height: auto;}
footer .bottom_ft_logo .list li dt{ margin-bottom: 5px; text-align: left; color: #000; font-size: 13px; }
footer .bottom_ft_logo .list li dd{height: 36px;}
footer .bottom_ft_logo .list li dd img{height: 36px;}
@media screen and (max-width: 920px){
footer .bottom_ft_logo .list{ gap: 24px; flex-wrap: wrap; flex-direction: column; align-items: flex-start; align-content: center; margin-top: 30px; }
/*footer .bottom_ft_logo .list li dd{height: auto;}*/
footer .bottom_ft_logo .list li dd img{height: 36px;}
}
@media screen and (max-width: 450px){
  footer .bottom_ft_logo .list li dt{ font-size: 12px; }
}

/* 追記 2024.02.26 */
header .header .gnavi_outer .gnavi_wrap .gnavi li .text_jp{font-size: 10px;}



/* Add 20240304 */
header {transition: .5s all}
header.is-up {
  opacity: 0;
}
header.is-down {
  opacity: 1;
}

/* Add 20241125 */
.bnr_xmas {
  margin:4em auto;
  max-width: 960px;
  width: 90%;
}