@charset "UTF-8";
/*! Writen  by SCSS */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&family=Noto+Serif+JP:wght@300;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;
}

@media screen and (min-width: 767px) {
  .sp_tel {
    pointer-events: none;
  }
}

/*font-style
---------------------------------------*/
body {
  font-size: 14px;
  line-height: 1.8;
  /*@extend .gothic;*/
  font-family: YakuHanMP_Noto,"Noto Serif JP","游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6",-apple-system,blinkMacSystemFont, serif;
  color: #333;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  background: #FFF;
  position: relative;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body *.bs_cb {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

body .wrap {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  body .wrap {
    margin-top: 0;
  }
}

@media screen and (max-width: 900px) {
  body.scrolled .wrap {
    margin-top: 80px;
  }
}

@media screen and (max-width: 900px) {
  body {
    padding-bottom: 72px !important;
  }
}

i.iefontfix {
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
  font-style: inherit;
}

.kerning {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.bold {
  font-weight: bold;
}

.nobold {
  font-weight: normal;
}

/*fontfamily-style
---------------------------------------*/
.mincho {
  font-family: YakuHanMP,"Noto Serif JP","游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6",-apple-system,blinkMacSystemFont, serif;
}

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

.en {
  font-family: adobe-text-pro, serif;
  font-weight: 400;
  font-style: normal;
}

.en02 {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}

/*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 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 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 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  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: 10px;
}

.cap_r {
  text-align: right;
  font-size: 10px;
}

.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%);
  -webkit-animation: shiny 4s infinite linear 0s;
          animation: shiny 4s infinite linear 0s;
}

/*光の起点と終点の指定*/
@-webkit-keyframes shiny {
  0% {
    left: -100%;
  }
  20%, 100% {
    left: 100%;
  }
}
@keyframes shiny {
  0% {
    left: -100%;
  }
  20%, 100% {
    left: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .vpc1280 {
    display: none;
  }
}

@media not screen, screen and (min-width: 1281px) {
  .vsp1280 {
    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: 960px) {
  .vpc960 {
    display: none;
  }
}

@media not screen, screen and (min-width: 961px) {
  .vsp960 {
    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: 660px) {
  .vpc660 {
    display: none;
  }
}

@media not screen, screen and (min-width: 661px) {
  .vsp660 {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .vpc640 {
    display: none;
  }
}

@media not screen, screen and (min-width: 641px) {
  .vsp640 {
    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
======================================================*/
/*	Live バルーンはSPナビに切り替わるタイミングで非表示にします。	*/
@media screen and (max-width: 900px) {
  #t_live_balloon {
    display: none !important;
  }
}

.gnavi li a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  font-size: 10px;
  color: #900;
  text-align: center;
}

.gnavi li:nth-child(4) a:after, .gnavi li:nth-child(7) a:after {
  content: "NEW";
}

.gnavi li:nth-child(6) a:after {
  content: "UPDATE";
}

@media screen and (max-width: 900px) {
  .gnavi li a:after {
    bottom: auto;
    top: 0;
  }
}

body.scrolled .gnavi li a:after {
  bottom: 70%;
}

@media screen and (max-width: 900px) {
  body.scrolled .gnavi li a:after {
    bottom: auto;
    top: 0;
  }
}

h1 {
  display: none;
}

header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 129px;
  z-index: 999;
}

header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

header {
  position: relative;
  height: 80px;
  top: 0px;
  background: #FFF;
}

body.scrolled header {
  position: fixed;
  top: 0;
}

#top header::before {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}

body:not(#top) header::before {
  background: rgba(255, 255, 255, 0.8);
}

div.header {
  margin: 0 auto;
  position: relative;
  max-width: 1800px;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

div.header .logo {
  position: absolute;
  top: 5px;
  left: 10px;
  line-height: 0;
  font-size: 0;
}

div.header .h_tel {
  position: absolute;
  left: 180px;
  top: 10px;
  color: #3c280b;
}

div.header .h_tel .h_tel01 {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 5px\0;
  letter-spacing: -0.05em;
}

div.header .h_tel .h_tel02 {
  font-size: 40px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.header .h_tel .h_tel02 img {
  margin-bottom: 5px\0;
  margin-right: 10px;
}

div.header .h_tel .h_tel03 {
  font-size: 10px;
  line-height: 1\0;
}

div.header .h_btn {
  position: absolute;
  right: 10px;
  top: 10px;
}

div.header .h_btn .h_over {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

div.header .h_btn .h_over li {
  margin-right: 20px;
  /*&.acc{
        	margin-right:10px;	
        }*/
  /*&:last-child{
        	margin-right:0;
        }*/
}

div.header .h_btn .h_over li.dia a:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #a9a69a;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
}

div.header .h_btn .h_over li:last-child {
  margin-right: 0;
}

div.header .h_btn .h_over li:last-child a {
  padding-right: 0;
}

div.header .h_btn .h_over li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  padding-right: 20px;
  position: relative;
  -webkit-transition: 0.3s opacity ease-in-out 0s;
  transition: 0.3s opacity ease-in-out 0s;
}

div.header .logo {
  top: 9px;
}

div.header .logo img {
  height: 60px;
}

div.header .h_tel {
  display: none;
}

div.header .h_tel .h_tel01 {
  font-size: 11px;
  margin-bottom: 5px;
}

div.header .h_tel .h_tel02 {
  font-size: 34px;
}

div.header .h_tel .h_tel03 {
  letter-spacing: -0.1em;
}

div.header .h_btn {
  display: none;
}

div.header .h_btn .h_over li {
  margin-right: 10px;
}

div.header .h_btn .h_over li a {
  font-size: 11px;
  padding-right: 10px;
}

div.header .h_btn .h_over li a {
  font-size: 10px;
}

body:not(.mobile) div.header .h_btn .h_over li a:hover {
  /*opacity:0.7;*/
}

div.header .h_btn .h_bottom {
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  /*
  @include mq(1200){
  	width: cal_per(1100,440);
  }
  */
}

div.header .h_btn .h_bottom li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  padding-right: 20px;
  position: relative;
  -webkit-transition: 0.3s opacity ease-in-out 0s;
  transition: 0.3s opacity ease-in-out 0s;
}

div.header .h_btn .h_bottom li a {
  font-size: 11px;
  padding-right: 10px;
}

div.header .h_btn .h_bottom li a {
  font-size: 10px;
}

body:not(.mobile) div.header .h_btn .h_bottom li a:hover {
  /*opacity:0.7;*/
}

div.header .h_btn .h_bottom li.head_btn {
  width: 30%;
  /*
  @include mq(1200){
  	width:cal_per(520,170);
  }
  
  &.mem{
  	width:34%;
  }*/
}

div.header .h_btn .h_bottom li.head_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 8px 10px 7px;
  text-align: center;
}

div.header .h_btn .h_bottom li.head_btn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #FFF;
  position: relative;
}

div.header .h_btn .h_bottom li.head_btn a span .icon_up {
  margin-left: 5px;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  background: #900;
  padding: 4px;
}

div.header .h_btn .h_bottom li.head_btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}

div.header .h_btn .h_bottom li.head_btn a {
  padding: 8px 5px 7px;
}

div.header .h_btn .h_bottom li.head_btn a span {
  font-size: 12px;
}

div.header .h_btn .h_bottom li.head_btn a span .icon_up {
  margin-left: 3px;
  letter-spacing: 0;
  padding: 2px;
}

body:not(.mobile) div.header .h_btn .h_bottom li.head_btn a:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

div.header .h_btn .h_bottom li.ent a {
  background: #84731c;
}

div.header .h_btn .h_bottom li.ent a:before {
  background: #64560e;
}

div.header .h_btn .h_bottom li.rsv a {
  background: #6f2828;
}

div.header .h_btn .h_bottom li.rsv a:before {
  background: #560909;
}

div.header .h_btn .h_bottom li.acc a {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #84731c;
}

div.header .h_btn .h_bottom li.acc a span {
  color: #84731c;
}

div.header .h_btn .h_bottom li.acc a:before {
  background: rgba(132, 115, 28, 0.1);
}

div.header .h_btn .h_bottom li.mem a {
  background: rgba(51, 32, 9, 0.9);
}

div.header .h_btn .h_bottom li.mem a:before {
  background: #23190b;
}

div.header ul.headnavi {
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 10px;
  right: 80px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

div.header .h_btn .h_bottom li.mem a {
  padding: 8px 5px 7px;
}

div.header ul.headnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body#member div.header ul.headnavi, body#member_view div.header ul.headnavi, body#member_view2 div.header ul.headnavi, body#member_plan div.header ul.headnavi, body#member_plan_detail div.header ul.headnavi, body#member_common div.header ul.headnavi {
  display: none;
}

div.header ul.headnavi li {
  float: left;
  margin-left: 5px;
  width: 60px;
  height: 60px;
}

div.header ul.headnavi li a {
  padding: 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
}

div.header ul.headnavi li a img {
  width: auto;
}

div.header ul.headnavi li a span {
  display: block;
  font-size: 11px;
  color: #FFF;
  line-height: 1.8;
}

div.header ul.headnavi li a .icon_up {
  font-size: 10px;
  margin-top: 5px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  background: #900;
  padding: 3px;
}

div.header ul.headnavi li.head_inq a {
  background: #84731c;
}

div.header ul.headnavi li.head_member a {
  background: rgba(51, 32, 9, 0.9);
}

div.header ul.headnavi li.head_member a span {
  line-height: 1;
}

div.header .nav_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background: #FFF;
  border: 1px solid;
  -o-border-image: linear-gradient(45deg, #FFF 0%, #84731c 25%, #FFF 50%, #84731c 70%, #FFF 100%);
     border-image: linear-gradient(45deg, #FFF 0%, #84731c 25%, #FFF 50%, #84731c 70%, #FFF 100%);
  border-image-slice: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: none;
}

div.header .nav_btn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 16px;
  height: 2px;
  border-radius: 2px;
  background: #84731c;
}

div.header .nav_btn span:nth-child(1) {
  top: 20px;
  width: 45%;
}

div.header .nav_btn span:nth-child(2) {
  top: 27px;
  width: 35%;
}

div.header .nav_btn span:nth-child(3) {
  top: 35px;
  width: 20%;
}

div.header .nav_btn .hamb_txt {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 20px;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

div.header .nav_btn .hamb_txt.close {
  opacity: 0;
}

div.header .nav_btn {
  display: block;
}

body.nav_open div.header .nav_btn span:nth-child(1) {
  top: 22px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
  width: 40%;
}

body.nav_open div.header .nav_btn span:nth-child(2) {
  opacity: 0;
}

body.nav_open div.header .nav_btn span:nth-child(3) {
  top: 34px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(135deg);
          transform: translateY(-6px) rotate(135deg);
  width: 40%;
}

body.nav_open div.header .nav_btn .hamb_txt.open {
  opacity: 0;
}

body.nav_open div.header .nav_btn .hamb_txt.close {
  opacity: 1;
}

nav.gnavi_wrap {
  height: 32px;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s all ease-in-out 0s;
  transition: 0.3s all ease-in-out 0s;
}

body.scrolled nav.gnavi_wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: white;
  height: 60px;
}

body.scrolled nav.gnavi_wrap ul.gnavi {
  top: 23px;
  bottom: auto;
}

body.scrolled nav.gnavi_wrap ul.gnavi li a:after {
  bottom: 100%;
}

body.scrolled nav.gnavi_wrap ul.gnavi {
  top: 0;
}

body.scrolled nav.gnavi_wrap {
  top: 80px;
  height: calc(100vh - 81px);
  left: auto;
  right: -260px;
}

nav.gnavi_wrap {
  position: fixed;
  top: 111px;
  height: calc(100vh - 81px);
  left: auto;
  width: 260px;
  right: -260px;
  -webkit-transition: right 0.3s ease-in-out 0s;
  transition: right 0.3s ease-in-out 0s;
  z-index: 5555;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.9);
  border-left: 1px solid #84731c;
}

body.nav_open nav.gnavi_wrap {
  right: 0;
}

ul.gnavi {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

ul.gnavi li {
  width: 12.5%;
  text-align: center;
  border-right: 1px solid #a9a69a;
  line-height: 1.4;
}

ul.gnavi li:first-child {
  border-left: 1px solid #a9a69a;
}

ul.gnavi li a {
  display: block;
  position: relative;
  font-size: 14px;
  -webkit-transition: 0.3s all ease-in-out 0s;
  transition: 0.3s all ease-in-out 0s;
}

ul.gnavi li a.cr img.off {
  display: none !important;
}

ul.gnavi li a.cr img.on {
  position: relative !important;
  opacity: 1;
}

ul.gnavi li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 80%;
  background: #84731c;
  height: 3px;
  margin: 0 auto;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform .3s ease-in-out 0s;
  transition: -webkit-transform .3s ease-in-out 0s;
  transition: transform .3s ease-in-out 0s;
  transition: transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
}

ul.gnavi li a.cr:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

ul.gnavi li > img.on {
  display: none;
}

ul.gnavi li > span.fadeimg_wrap {
  position: relative;
  z-index: 1;
  opacity: 0.4;
  pointer-events: none;
}

ul.gnavi {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  background: #FFF;
  z-index: 9999;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

ul.gnavi li:first-child {
  border: none;
  border-bottom: 1px solid #a9a69a;
}

ul.gnavi li {
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #a9a69a;
}

ul.gnavi li a {
  font-size: 12px;
}

ul.gnavi li a {
  padding: 15px 10px;
  font-size: 14px;
  display: block;
  color: #333;
}

ul.gnavi li a.cr, body:not(.mobile) ul.gnavi li a:hover {
  background: #84731c;
  color: #FFF;
}

body:not(.mobile) ul.gnavi li a:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

ul.gnavi li a.cr:before, body:not(.mobile) ul.gnavi li a:hover:before {
  content: none;
}

ul.gnavi li a.none {
  opacity: 0.4;
  pointer-events: none;
}

ul.gnavi li.inq {
  width: 50%;
}

ul.gnavi li.inq a {
  text-decoration: none;
  background: #900;
  color: #FFF;
}

ul.gnavi .navi_pc {
  display: block;
}

ul.gnavi .navi_sp {
  display: none;
}

ul.breadlist {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 10px;
  -webkit-box-sizing: content-box;
          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;
}

ul.gnavi li.inq {
  width: 100%;
}

ul.gnavi .navi_pc {
  display: none;
}

ul.gnavi .navi_sp {
  display: block;
}

body:not(.mobile) ul.breadlist li a:hover {
  text-decoration: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.link_button {
  position: relative;
}

.link_button a {
  display: block;
  text-align: center;
  padding: 15px 10px;
  background: #84731c;
  position: relative;
}

.link_button a span {
  position: relative;
  font-size: 18px;
  color: #FFF;
}

.link_button a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}

.link_button a.inq:before {
  background: #64560e;
}

.link_button a.rsv {
  background: #6f2828;
}

.link_button a.rsv:before {
  background: #560909;
}

.link_button a.ent {
  background: #84731c;
}

.link_button a.ent:before {
  background: #64560e;
}

.link_button a span {
  font-size: 16px;
}

body:not(.mobile) .link_button a:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

footer {
  border-top: 1px solid rgba(182, 180, 168, 0.4);
  border-bottom: 1px solid rgba(182, 180, 168, 0.4);
  width: 100%;
  padding: 40px 20px;
  background: #fff;
}

footer div.footer {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer div.footer .foot_left {
  width: 27.92%;
}

footer div.footer .foot_left .sitemap {
  font-size: 16px;
  margin-bottom: 20px;
}

footer div.footer .foot_left .foot_link_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
}

footer div.footer .foot_left .foot_link {
  width: 45%;
  /*
        column-count: 2;
        width:95%;
        */
}

footer div.footer .foot_left .foot_link.second {
  width: 53%;
}

footer div.footer .foot_left .foot_link li {
  line-height: 1.6;
  margin-bottom: 5px;
}

footer div.footer .foot_left .foot_link li:last-child {
  margin-bottom: 0;
}

footer div.footer .foot_left .foot_link li a {
  font-size: 12px;
  line-height: 1.3;
  padding-left: 15px;
  position: relative;
}

footer div.footer .foot_left .foot_link li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s left ease-in-out 0s;
  transition: 0.3s left ease-in-out 0s;
}

footer div.footer .foot_left .foot_link li a.none {
  opacity: 0.4;
  pointer-events: none;
}

@media screen and (max-width: 660px) {
  footer div.footer {
    display: block;
  }
}

@media screen and (max-width: 660px) {
  footer div.footer .foot_left {
    width: 100%;
  }
}

@media screen and (max-width: 660px) {
  footer div.footer .foot_left .sitemap {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  footer div.footer .foot_left .foot_link_flex {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  footer div.footer .foot_left .foot_link.second {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  footer div.footer .foot_left .foot_link {
    width: 90%;
  }
}

@media screen and (max-width: 660px) {
  footer div.footer .foot_left .foot_link {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  footer div.footer .foot_left .foot_link li {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1200px) {
  footer div.footer .foot_left .foot_link li a {
    font-size: 10px;
  }
}

@media screen and (max-width: 660px) {
  footer div.footer .foot_left .foot_link li a {
    font-size: 12px;
    padding-left: 10px;
  }
}

body:not(.mobile) footer div.footer .foot_left .foot_link li a:hover:before {
  left: 3px;
}

footer div.footer .foot_ctr {
  width: 40.84%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #b6b4a8;
  border-right: 1px solid #b6b4a8;
  padding: 0 20px;
}

footer div.footer .foot_ctr .f_tel .f_tel01 {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px\0;
  letter-spacing: -0.05em;
}

footer div.footer .foot_ctr .f_tel .f_tel02 {
  font-size: 50px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer div.footer .foot_ctr .f_tel .f_tel02 a {
  display: block;
}

@media screen and (max-width: 660px) {
  footer div.footer .foot_ctr {
    width: 100%;
    padding: 30px 0;
    border: none;
    border-top: 1px solid #b6b4a8;
    border-bottom: 1px solid #b6b4a8;
  }
}

@media screen and (max-width: 660px) {
  footer div.footer .foot_ctr .f_tel {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 960px) {
  footer div.footer .foot_ctr .f_tel .f_tel01 {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 660px) {
  footer div.footer .foot_ctr .f_tel .f_tel01 {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  footer div.footer .foot_ctr .f_tel .f_tel02 {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  footer div.footer .foot_ctr .f_tel .f_tel02 {
    font-size: 34px;
  }
}

@media screen and (max-width: 660px) {
  footer div.footer .foot_ctr .f_tel .f_tel02 {
    font-size: 43px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body:not(.mobile) footer div.footer .foot_ctr .f_tel .f_tel02 a {
  pointer-events: none;
}

footer div.footer .foot_ctr .f_tel .f_tel02 a img {
  margin-bottom: 5px\0;
  margin-right: 10px;
}

footer div.footer .foot_ctr .f_tel .f_tel03 {
  font-size: 12px;
  line-height: 1\0;
  margin-bottom: 30px;
}

footer div.footer .foot_ctr .f_tel .foot_btn {
  max-width: 340px;
  margin: 0 auto;
}

footer div.footer .foot_ctr .f_tel .foot_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 20px 10px;
  text-align: center;
}

footer div.footer .foot_ctr .f_tel .foot_btn a span {
  font-size: 18px;
  color: #FFF;
  position: relative;
}

footer div.footer .foot_ctr .f_tel .foot_btn a img {
  position: relative;
  margin-right: 10px;
}

footer div.footer .foot_ctr .f_tel .foot_btn a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  -webkit-transition: 0.3s height ease-in-out 0s;
  transition: 0.3s height ease-in-out 0s;
}

@media screen and (max-width: 960px) {
  footer div.footer .foot_ctr .f_tel .f_tel03 {
    letter-spacing: -0.1em;
  }
}

@media screen and (max-width: 768px) {
  footer div.footer .foot_ctr .f_tel .f_tel03 {
    font-size: 10px;
  }
}

@media screen and (max-width: 660px) {
  footer div.footer .foot_ctr .f_tel .f_tel03 {
    font-size: 11px;
    margin-bottom: 20px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 960px) {
  footer div.footer .foot_ctr .f_tel .foot_btn a span {
    font-size: 16px;
  }
}

body:not(.mobile) footer div.footer .foot_ctr .f_tel .foot_btn a:hover:before {
  height: 100%;
}

footer div.footer .foot_ctr .f_tel .foot_btn.f_inq {
  margin-bottom: 15px;
}

footer div.footer .foot_ctr .f_tel .foot_btn.f_inq a {
  background: #84731c;
}

footer div.footer .foot_ctr .f_tel .foot_btn.f_inq a:before {
  background: #64560e;
}

footer div.footer .foot_ctr .f_tel .foot_btn.f_rsv a {
  background: #6f2828;
}

footer div.footer .foot_ctr .f_tel .foot_btn.f_rsv a:before {
  background: #560909;
}

footer div.footer .foot_right {
  padding: 0 20px;
  width: 31.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer div.footer .foot_right .f_right_in {
  max-width: 301px;
  margin: 0 auto;
}

footer div.footer .foot_right .f_right_in .own_txt {
  font-size: 14px;
  margin-bottom: 10px;
}

footer div.footer .foot_right .f_right_in .own_txt.second {
  margin-top: 50px;
}

@media screen and (max-width: 660px) {
  footer div.footer .foot_right {
    width: 100%;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 768px) {
  footer div.footer .foot_right .f_right_in .own_txt {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  footer div.footer .foot_right .f_right_in .own_txt.second {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  footer div.footer .foot_right .f_right_in .own_txt.second {
    margin-top: 20px;
  }
}

.copyright {
  background: #000;
  color: #CCC;
  padding: 3px 0;
}

.copyright address {
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 10px;
  text-align: right;
  font-style: normal;
  font-size: 10px;
}

.img_cap {
  position: relative;
}

.img_cap span {
  background: rgba(194, 194, 194, 0.8);
  font-size: 10px;
  display: block;
  padding: 3px 5px;
  line-height: 1.5;
  color: #333333;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

.img_cap.white span {
  background: rgba(255, 255, 255, 0.6);
  color: #fff;
}

.img_cap.left span {
  right: auto;
  left: 0;
}

.img_cap.no_bg span, .img_cap.white.no_bg span {
  background: none;
}

.img_cap.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;
}

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

.pagetop {
  position: fixed;
  bottom: 20px;
  right: -60px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.pagetop.scrolled {
  right: 20px;
}

.pagetop2 {
  position: fixed;
  bottom: 80px;
  right: -60px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.pagetop2.scrolled {
  right: 20px;
}

.cap_wrap {
  background: #f2f0e3;
  padding: 30px 20px;
}

.cap_wrap .cap_in {
  max-width: 1200px;
  margin: 0 auto;
}

.cap_wrap .cap_in p {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 480px) {
  .cap_wrap .cap_in p {
    font-size: 10px;
  }
}

.footconv {
  position: fixed;
  display: none;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0;
  z-index: 100;
  border-top: solid 1px #CCC;
  border-left: solid 1px #CCC;
}

.footconv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

body#member .footconv li {
  width: calc(100% / 3);
}

body#member .footconv li.foot_inq {
  display: none;
}

.footconv li {
  width: calc(100% / 4);
  border-right: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  background: #FFF;
}

.footconv li a {
  padding: 8px 0;
  text-align: center;
  display: block;
  position: relative;
}

.footconv li a.cs {
  pointer-events: none;
  opacity: 0.2;
}

.footconv li a span {
  display: block;
  font-size: 12px;
}

.footconv li.foot_inq a span {
  color: #84731c;
}

.footconv li.foot_rsv a span {
  color: #6f2828;
}

.yokoku_wrap {
  padding: 20px;
  /*	トップのみ表示するなら下記コメントアウトを削除
  display:none;
  body#top &{
  	display: block;
  }
  */
}

.yokoku_wrap .yokoku_in {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.yokoku_wrap .yokoku_in .y01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 50px;
  font-size: 20px;
  color: #9c8f4b;
  text-align: center;
  background: #FFF;
  border: 1px solid #8e8b75;
}

.yokoku_wrap .yokoku_in .y02 {
  line-height: 1.6;
  width: calc(100% - 140px);
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  .yokoku_wrap .yokoku_in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .yokoku_wrap .yokoku_in .y01 {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .yokoku_wrap .yokoku_in .y01 {
    width: 100%;
    height: 40px;
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 480px) {
  .yokoku_wrap .yokoku_in .y02 {
    width: 100%;
    font-size: 10px;
  }
}

.foot_bnr_wrap {
  border-top: 1px solid rgba(182, 180, 168, 0.4);
  padding: 40px 20px;
  display: none;
}

@media screen and (max-width: 480px) {
  .foot_bnr_wrap {
    padding: 20px;
  }
}

body#top .foot_bnr_wrap {
  display: block;
}

body.scrolled .to_top {
  right: 10px;
}

/*ページトップ*/
.to_top {
  max-width: 60px;
  width: 100%;
  right: -60px;
  bottom: 10px;
  position: fixed;
  z-index: 998;
  -webkit-transition: 0.3s right ease-in-out 0s;
  transition: 0.3s right ease-in-out 0s;
}

.to_top a {
  width: 100%;
  padding: 10px 10px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f5f2e2;
  border: 1px solid #84731c;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 900px) {
  .to_top {
    bottom: 80px;
  }
}

@media screen and (max-width: 480px) {
  .to_top {
    width: 46px;
  }
}

body:not(.mobile) .to_top a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 480px) {
  .to_top a {
    padding: 7px 5px 4px;
  }
}

.to_top a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #84731c;
  border-left: 1px solid #84731c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.to_top a .text {
  text-align: center;
  color: #84731c;
  font-size: 12px;
  line-height: 1.15;
}

@media screen and (max-width: 480px) {
  .to_top a::before {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 480px) {
  .to_top a .text {
    font-size: 10px;
  }
}

.pnci {
  position: relative;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #84731c;
}

.pnci span {
  display: block;
  padding: 5px;
  line-height: 2;
  color: #FFF;
}

.pnci span img {
  width: 20px;
  margin-right: 10px;
}

/*	スクロールアクション	*/
.fadeup {
  -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  will-change: opacity,transform;
}

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

.parallax.blur {
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  will-change: opacity,filter,transform;
}

.parallax.blur.p-view {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
/*# sourceMappingURL=common.css.map */