@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  line-height: 34px;
  background: #181818;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  letter-spacing: 3px;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 45px;
  }
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* shippori-mincho-regular - japanese_latin */
@font-face {
  font-display: swap;
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 400;
  src: url('../font/shippori-mincho-v15-japanese_latin-regular.woff2') format('woff2');
}
/* bodoni-moda-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 400;
  src: url('../font/bodoni-moda-v25-latin_latin-ext-regular.woff2') format('woff2');
}
/* bodoni-moda-500 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 500;
  src: url('../font/bodoni-moda-v25-latin_latin-ext-500.woff2') format('woff2');
}
/* bodoni-moda-600 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 600;
  src: url('../font/bodoni-moda-v25-latin_latin-ext-600.woff2') format('woff2');
}
.fnt-shi {
  font-family: 'Shippori Mincho';
}
.fnt-bodo {
  font-family: 'Bodoni Moda';
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
html {
  min-width: auto;
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}
.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}
.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s
}
.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important
  }
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
header h1 {
  color: #d2d2d2;
  position: absolute;
  left: 0;
  top: 36vw;
  line-height: 25px;
  text-align: center;
  right: 0;
}
#head-key .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 78%;
  z-index: 9;
}
#head-top {
  padding: 0 0 60px;
}
.nav-header .nav {
  display: block;
  padding-top: 2%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 60%;
  margin: 0 auto 21px;
  flex-direction: column;
  height: 100px;
}
.nav-header .nav li {
  width: 46%;
}
.nav-header .logo-nav {
  margin: auto;
  max-width: 150px;
}
.nav-header a.nav-main {
  padding: 2px 22px;
  font-size: 13px;
  text-align: center;
  justify-content: flex-start;
  display: flex;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
}
.nav-header a.nav-main::after, .nav-header .sub-nav::after {
  width: 0%;
  height: 1px;
  background: #FFF;
  content: "";
  position: absolute;
  bottom: 20px;
  left: -5px;
  transition: all 0.4s ease;
  display: block;
}
.nav-header li a.nav-main.active::after, .nav-header li:hover a.nav-main::after, .nav-header li.sub-nav.active::after {
  width: 20px;
}
.nav-header a.nav-main.active {}
.nav-header .sub-nav span {
  padding: 0 10px;
  font-size: 16px;
}
.nav-header li a.nav-main.active::before {
  width: 40%;
  height: 1px;
  background: #3b2718;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 30%;
  display: none;
}
.nav-header a.nav-main span {
  padding: 5px 30px;
}
.nav-header .sub-box {
  opacity: 1;
  visibility: visible;
  position: inherit;
  top: inherit;
  left: initial;
  width: auto;
  padding: 0 25px;
}
.nav-header .tel-nav {
  text-align: center;
  font-size: 31px;
}
.nav-header .tel-icon {
  padding-left: 0;
  width: 100%;
  border-left: none;
}
.head-info {
  margin-right: 0px;
  display: none;
}
#key-box {
  width: 90%;
  margin: 5vw auto;
  position: relative;
}
.header-box {
  display: flex;
  align-items: center;
  position: relative;
  background: url(../img/shared/header_deco.png) no-repeat center bottom;
  background-size: 150% 100%;
}
.header-box.child {
    position: absolute;
	z-index: 100;
  }
header .logo {
  padding: 39px 0 44px 0px;
  width: 45%;
  max-width: 210px;
  margin: 0 auto;
}
header h1 {
  font-size: 1.8vw;
  padding: 5px 5px 0;
  width: 60%;
  line-height: 1.8;
}
.hamberger-btn {
  top: 17px;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  left: 0;
  margin: 0 auto;
}
.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "menu";
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Bodoni Moda';
}
.hamberger-btn span {
  width: 35px;
  height: 2px;
  position: absolute;
  top: 39%;
  transform: translate3D(-50%, -50%, 0);
  left: 50%;
  background: #fff;
}
.hamberger-btn span::before, .hamberger-btn span::after {
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
}
.hamberger-btn span::after {
  top: -8px;
}
.hamberger-btn span::before {
  top: 8px;
}
.nav-header .sub-nav::before {
  display: none;
}
.menu-open .hamberger-btn span {
  transform: rotate(360deg);
}
.menu-open .hamberger-btn span {
  transform: rotate(141deg) translateX(20px);
  top: 5px;
  left: 46%;
}
.menu-open .hamberger-btn span::after {
  transform: rotate(-105deg) translateX(0px);
  top: 0;
}
.menu-open .hamberger-btn::after {
  content: "close";
}
.menu-open .hamberger-btn span::before {
  opacity: 0;
}
.nav-header {
  width: 100%;
  height: 100vh;
  background: url(../img/shared/fixed_bg_sp.jpg) repeat;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 1s ease;
  opacity: 0;
  visibility: hidden;
}
.nav-header .banner {
  width: 80%;
  margin: 0 auto;
}
.nav-header .rss-map {
  color: #919191;
  font-weight: 500;
  letter-spacing: 1px;
  width: 132px;
  margin-bottom: 6px;
  margin: 0 auto 10px;
}
.nav-header .rss-map .news {
  width: 95px;
}
.nav-header .rss-map .news a:before {
  content: "";
  background: url("../img/shared/icon_pen.png") no-repeat;
  width: 11px;
  height: 16px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.nav-header .rss-map .map {
  width: 66px;
}
.nav-header .rss-map .map a:before {
  content: "";
  background: url("../img/shared/icon_map.png") no-repeat;
  width: 10px;
  height: 15px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.nav-header .sns {
  width: 98px;
  margin: 0 auto 50px;
  justify-content: space-between;
}
.nav-header .sns p {
  width: 30px;
  margin: 0 7px;
}
.menu-open .header-box .logo{
	display: none;
}
.nav-header .michelin a {
  display: block;
  border: 1px solid;
  padding: 4px 7px;
  width: 37%;
  text-align: center;
  margin: 10px auto;
}
.menu-open .nav-header {
  visibility: visible;
  overflow: auto;
  z-index: 138;
  opacity: 1;
}
.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-bottom: 150px;
  padding-top: 80px;
}
.js-scroll .tel {
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.js-scroll .tel dd {
  font-size: 23px;
}
.js-scroll .tel dd span span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
.js-scroll .btn-cus {
  width: 70%;
  margin: 0 auto;
}
.js-scroll .btn-cus:before {
  display: none;
}
.js-scroll .btn-cus a {
  font-size: 17px;
}
.hide-nav {
  width: 50px;
  display: flex;
  justify-content: center;
  margin: 15px auto;
  height: 50px;
}
header h1 {
  width: 97%;
  font-size: 2.2vw;
  padding: 5px;
}
.hamberger-btn {
  top: 0;
}
#key-box {
  height: 100%;
}
#key-box .keyvisual li {
  height: 450px;
}
footer {
  position: relative;
  margin-top: 0;
  padding: 108px 0 210px;
  background: url(../img/shared/footer_bg.png) no-repeat center bottom;
}
footer .logo {
  max-width: 219px;
  margin: 0 auto 3vw;
}
#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(../img/shared/fixed_bg_sp.jpg) repeat;
  z-index: 99;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.menu-open #fixed-sp {
  z-index: 201;
}
.fixed-btn #fixed-sp {
  opacity: 1;
}
#fixed-sp ul {
  display: flex;
}
#fixed-sp ul li {
  width: 45%;
  height: 60px;
}
/*#fixed-sp ul li:nth-child(2) {
  width: 15%;
}
#fixed-sp ul li:nth-child(3) {
  width: 5%;
}
#fixed-sp ul li:nth-child(4) {
  width: 15%;
}
#fixed-sp ul li:nth-child(5) {
  width: 20%;
}*/

#fixed-sp ul li:nth-child(1) {
  width: 35%;
}
#fixed-sp ul li:nth-child(2) {
  width: 5%;
}
#fixed-sp ul li:nth-child(3) {
  width: 45%;
}
#fixed-sp ul li:nth-child(4) {
  width: 15%;
}

#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #FFF;
  letter-spacing: 2px;
  font-family: 'Shippori Mincho';
}
#fixed-sp ul li .sub {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #FFF;
  letter-spacing: 2px;
  font-family: 'Shippori Mincho';
}


#fixed-sp ul li img {
  width: 18px;
  margin-right: 10px;
    margin-left: 15px;
}
/*#fixed-sp ul li:nth-child(4) img {
  width: 10px;
  margin-right: 5px;
}*/
#pagetop {
  bottom: 278px;
  z-index: 98;
  opacity: 1;
  visibility: visible;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
	    font-size: 17px;
}
#pagetop:before {
  content: "";
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transition-duration: .6s;
  -ms-transition-duration: .6s;
  -moz-transition-duration: .6s;
  transition-duration: .6s;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-sizing: border-box;
  margin-left: -6px;
}
footer {
  color: #FFF;
}
footer h2 {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  line-height: 40px;
  margin: 0 auto 8%;
  display: block;
}
footer .group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
footer .left {
  width: 470px;
  max-width: 100%;
  margin-bottom: 8%;
}
footer .tel {
  padding: 16px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8%;
}
footer .tel dt {
  margin-bottom: 0vw;
  letter-spacing: 2px;
}
footer .tel dt span {}
footer .tel dd {
  font-size: 23px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
footer .tel dd span span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
footer .banner {
  position: relative;
  margin-bottom: 8%;
}
footer .banner span {
  position: absolute;
  font-size: 4vw;
  font-weight: bold;
  z-index: 10;
  top: 18%;
  left: 6%;
  line-height: 1.5;
}
footer .right {
  width: 485px;
  max-width: 100%;
}
footer .right .info dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #444444;
  padding: 10px 0;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0;
}
footer .right .info dl dt {
  width: 79px;
}
footer .right .info dl dd {
  width: calc(100% - 60px);
  padding-left: 5px;
  box-sizing: border-box;
}
footer .bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 8% 0;
}
footer .bottom .address span {
  font-size: 14px;
}
footer .bottom .address span a {
  text-decoration: underline;
  display: block;
}
footer .btn-cus {
  margin-bottom: 8vw;
}
	
footer .web-btn {
		display: flex;
	    margin: 0 0 20px 20px;
	}
footer .web-btn .txt {
		padding-right: 20px;
		pointer-events: none;
	}
footer .web-btn img {
		width: 15%;
		margin-right: 15px;
		padding-bottom: 4px;
	}
footer .info-footer {
  margin-bottom: 17vw;
}
footer .info-footer dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #929292;
  padding: 12px 0;
  letter-spacing: 2px;
  line-height: 25px;
}
footer .info-footer dl dt {
  width: 96px;
}
footer .info-footer dl dd {
  width: calc(100% - 80px);
}
footer #socialbuttons {
      margin-bottom: 4vw;
    width: 100%;
    display: flex;
    justify-content: space-around;
    line-height: 1;
}
footer .access-btn {
  text-align: center;
  letter-spacing: 0px;
  margin-bottom: 33vw;
}
footer .access-btn span:after {
  content: "";
  content: "";
  background: url("../img/shared/icon_url.png") no-repeat;
  width: 21px;
  height: 31px;
  background-size: 100%;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  position: absolute;
  right: -30px;
  top: -7px;
}
.logo_txt{
    font-size: 80%;
    line-height: 1.5em;
    text-align: center;
    display: block;
    width: 235px;
    margin: -10px 0 20px;
}
@media only screen and (max-width: 768px) {
.logo_txt{
    font-size: 80%;
    line-height: 1.5em;
    text-align: center;
    display: block;
    width: 235px;
    margin: 5px auto;
}
}


/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  /*.fixed-btn footer:after {
    background: #3b2718;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
  }*/
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  /* .fixed-btn footer:after {
    background: #3b2718;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
  }*/
}
.btn-cus {
  position: relative;
  transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  padding-bottom: 0 !important;
  width: 400px;
  max-width: 100%;
}
.btn-cus:before {
  position: absolute;
  content: "";
  border: 1px solid #FFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn-cus:hover:before {
  display: none;
}
.btn-cus:hover a:after {
  filter: invert(1);
  transition-delay: 1s;
}
.btn-cus a {
  display: block;
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  text-align: left;
  font-family: 'Shippori Mincho';
  color: #fff;
  padding-left: 10%;
  letter-spacing: 1.5px;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-cus a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 8%;
  bottom: 0;
  width: 40px;
  height: 18px;
  background: url("../img/shared/icon_arrow.png") no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}
.pc {
  display: none;
}
.btn-cus.popup a:after {
  background: url(../img/concept/icon_popup.png) no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
  height: 19px;
}
.btn-cus a div {
  position: absolute;
  display: block;
}
.btn-cus a div:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, white);
}
.btn-cus a:hover div:nth-child(1) {
  left: 100%;
  transition: .75s;
}
.btn-cus a div:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, white);
}
.btn-cus a:hover div:nth-child(3) {
  right: 100%;
  transition: .5s;
  transition-delay: .6s;
}
.btn-cus a div:nth-child(2) {
  top: -100%;
  right: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(180deg, transparent, white);
}
.btn-cus a:hover div:nth-child(2) {
  top: 100%;
  transition: 1s;
  transition-delay: .25s;
}
.btn-cus a div:nth-child(4) {
  bottom: -100%;
  left: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(45deg, transparent, white);
}
.btn-cus a:hover div:nth-child(4) {
  bottom: 100%;
  transition: .5s;
  transition-delay: .75s;
}
.btn-cus a:hover {
  color: #181818;
  background: white;
  box-shadow: 0 0 10px white, 0 0 40px white, 0 0 80px white;
  transition-delay: .9s;
  animation: infinite;
}


.btn-cus.black a{
	color: #000;
}
.btn-cus.black a:after{
	filter: invert(1)
}
.btn-cus.black a:hover{
	 color: #181818;
  background: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.5), 0 0 40px rgba(0,0,0,0.5), 0 0 80px rgba(0,0,0,0.5);
  transition-delay: .9s;
  animation: infinite;
}
.btn-cus.black a div:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #000);
}
.btn-cus.black a div:nth-child(2) {
  top: -100%;
  right: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(180deg, transparent, #000);
}

.btn-cus.black a div:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #000);
}
.btn-cus.black a:hover div:nth-child(2) {
  top: 100%;
  transition: 1s;
  transition-delay: .25s;
}
.btn-cus.black a div:nth-child(4) {
  bottom: -100%;
  left: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(45deg, transparent, #000);
}
.btn-cus.black a:hover div:nth-child(4) {
  bottom: 100%;
  transition: .5s;
  transition-delay: .75s;
}

.btn-cus.black a:hover div:nth-child(3) {
  right: 100%;
  transition: .5s;
  transition-delay: .6s;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
  .hamberger-btn {
    margin: 0;
    right: 30px;
    left: auto;
    position: relative;
    cursor: pointer;
    top: 4px;
    margin-left: 30px;
  }
  .hamberger-btn:after {
    display: none
  }
  .btn-cus {
    width: 421px;
  }
  .btn-cus.btn-resever {
    width: 340px;
  }
  .btn-cus.btn-resever:before {
    display: none;
  }
  .btn-cus.btn-resever a:after {
    right: 20px;
  }
  .btn-cus a {
    font-size: 20px;
    line-height: 78px;
    height: 78px;
    padding-left: 60px;
  }
  .btn-cus a:after {
    width: 44px;
    height: 22px;
    right: 9%;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  /*=============================================
 ******************** header ******************
 *=============================================*/
  header {
    position: relative;
    width: 100%;
    /* z-index: 99; */
  }
  .header-box {
    background-size: auto;
    background-repeat: repeat-x;
    height: 240px;
	background-position: center top;  
  }
  
  header .logo {
    text-align: left;
    font-size: 28px;
    padding: 0px 10px 10px 24px;
    margin: 0;
    max-width: 234px;
    z-index: 1000;
  }
  header .logo a {
    text-decoration: none;
  }
  header h1 {
    font-size: 12px;
    padding: 10px;
    text-align: left;
    width: 20px;
    height: 500px;
    position: absolute;
    top: 446px;
    left: 6px;
  }
  header h1.child {
    position: absolute;
    width: auto;
    height: auto;
    right: 0;
    top: 100px;
    text-align: right;
  }
  html img {
    max-width: 100%;
    height: auto;
  }
  #head-key .logo {
    width: auto;
  }
  .js-scroll {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 110px;
    width: 750px;
    margin-left: auto;
    width: 50%;
  }
  /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
  .nav-header {
    top: 0;
    right: 0;
    position: fixed;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    left: auto;
    z-index: 100;
	  display: -webkit-flex;
	  display: -moz-flex;
	  display: -ms-flex;
	  display: -o-flex;
	  display: flex;
  }
	.nav-header:before{
	    content: "";
    top: 0;
    width: 50%;
    height: 100%;
    background: url("../img/shared/menu_bg.jpg") no-repeat center bottom;
    background-size: cover;
    min-height: 100vh;
    display: inline-block;
	}
  .menu-open .nav-header {
    right: 0;
  }
  .nav-header .logo-nav {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-header .logo-nav img {
    width: 100%;
    height: auto;
  }
  .nav-header .tel-icon {
    font-size: 26px;
    letter-spacing: 2px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
  .fixed-btn .nav-header {
    /*opacity: 1;
    visibility: visible;*/
    position: fixed;
  }
  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 94px;
    max-width: 359px;
    /* margin: auto; */
    padding-top: 0;
    width: auto;
    flex-direction: column;
    margin-left: 200px;
  }
  .nav-header .nav li {
    width: 132px;
  }
  .nav-header a.nav-main, .nav-header .sub-nav {
    position: relative;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: 2px;
    font-size: 16px;
    width: 80px;
    height: 100%;
    padding: 1px 11px;
    margin: 0 12px;
    /* transition: all 0.5s; */
  }
  .nav-header a.nav-main::after, .nav-header .sub-nav::after {
    width: 0%;
    height: 1px;
    background: #FFF;
    content: "";
    position: absolute;
    bottom: 22px;
    left: -20px;
    transition: all 0.4s ease;
    display: block;
  }
  .nav-header li a.nav-main.active::after, .nav-header li:hover a.nav-main::after, .nav-header li.sub-nav.active::after {
    width: 20px;
  }
  .nav-header .sub-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    width: 275px;
    background: #FFF;
    box-sizing: border-box;
    padding: 10px;
    transition: all 0.4s ease;
  }
  .nav-header .sub-nav::before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    transition: all 0.3s ease;
  }
  .js-scroll .tel {
    text-align: left;
    width: 379px;
    margin: 0 auto 10px;
    line-height: 32px;
    letter-spacing: 2px;
    margin-left: 192px;
  }
  .js-scroll .tel dt {
    font-size: 18px;
  }
  .js-scroll .tel dd {
    font-size: 26px;
  }
  .js-scroll .tel dd span span {
    margin-top: 3px;
  }
  .js-scroll .btn-cus a {
    padding-left: 12px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .js-scroll .btn-cus {
    width: 264px;
    margin-left: 181px;
    margin-bottom: 19px;
  }
  .nav-header .logo {
    margin: 0 auto 10px 150px;
    max-width: 240px;
  }
  .nav-header .web-btn {
    margin: 10px 0px 20px 190px;
    width: 330px;
  }
	.nav-header .web-btn .txt{
		padding: 0 20px;
		pointer-events: none;
	}
	
  .nav-header .rss-map {
    margin-left: 220px;
  }
  .nav-header .sns {
    margin-left: 210px;
    margin-bottom: 30px;
  }
  .nav-header .michelin a {
    width: 164px;
    padding: 0px 0;
	margin: 0;
  }
  .nav-header .michelin a:hover {
    opacity: 0.8
  }
  .nav-header .michelin {
    margin-left: 220px;
  }
  .header-fix {
    position: absolute;
    right: 4px;
    top: 17px;
    letter-spacing: 1px;
  }
  .header-fix .row {
    align-items: center;
  }
  .header-fix {
    background: url(../img/shared/fixed_bg.png) repeat;
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    display: flex;
    justify-content: flex-end;
    height: 120px;
    z-index: 200;
  }
  .header-fix p:hover/* , .header-fix div:hover */{
    opacity: 0.8 !important;
    transition: all 0.5s;
  }
  .menu-open .header-fix {
    background: none;
  }
  .menu-open .header-fix .btn-resever {
    
  }
  .header-fix .btn-resever {
    margin-right: 20px;
  }
	
	.web-btn {
		display: flex;
	}
	.web-btn .txt {
		padding-right: 20px;
		pointer-events: none;
	}
	.web-btn img {
		width: 15%;
		margin-right: 15px;
		padding-bottom: 4px;
	}
	.hamberger-btn span{
		width: 40px;
	}
	.hamberger-btn span::before, .hamberger-btn span::after{
		width: 40px;
	}
  .menu-open .hamberger-btn span {
    transform: rotate(156deg) translateX(20px);
  }
  .menu-open .hamberger-btn span:after {
    transform: rotate(-135deg) translateX(0px);
  }
  .header-fix .michelin {
    margin-right: 16px;
    align-self: center;
  }
  .header-fix .michelin a {
        border: 1px solid;
    padding: 0px 17px;
    width: 125px;
    display: block;
    text-align: center;
  
  }
	.michelin a{
		  outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
    cursor: pointer;
	}
	.michelin a:hover{
		    border-color: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2);
    outline-color: transparent;
    outline-offset: 13px;
    text-shadow: 2px 2px 24px #000;
    border: 1px solid #787878;
	}
  .fixed-btn .header-fix .michelin, .menu-open .header-fix .michelin {
    display: none
  }
  /*=============================================
 ******************* keyvisual ****************
 *=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
  }
  #key-box {
    width: 100%;
    height: 698px;
    padding-left: 100px;
    box-sizing: border-box;
	    margin: 0 auto;
  }
	#key-box .slide-fade li img{
		object-position: top;
	}
  #key-box .keyvisual {
    width: 100%;
    height: 100%;
  }
  #key-box .keyvisual li {
    height: 800px;
  }
  .head-info {
    width: 764px;
    margin-right: 93px;
    text-align: center;
    padding-top: 65px;
    display: flex;
    position: absolute;
    top: 106px;
    right: 0;
    z-index: 105;
    justify-content: flex-start;
  }
  .head-info .nav-h {
    display: flex;
    padding-right: 20px;
    border-right: 1px solid #fff;
    height: 30px;
    align-self: center;
  }
  .head-info dl {
    font-size: 12px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.08em;
    padding: 30px 0 65px;
  }
  .head-info dl dt {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: -12px;
  }
  .head-info dl dt .tel-icon {
    font-size: 25px;
  }
  .head-info dl dt .tel-icon span {
    font-size: 24px;
    padding: 0 4px 0 8px;
  }
  .head-info ul li {
    display: flex;
    justify-content: center;
    margin-right: 14px;
  }
  .head-info ul li a {
    letter-spacing: 0.05em;
    font-size: 16px;
    display: block;
    text-decoration: none;
    padding: 0px 3px;
    position: relative;
    font-weight: 500;
    line-height: 31px;
    height: 31px;
    margin-right: 14px;
  }
  .head-info a.nav-main::after {
    width: 0%;
    height: 1px;
    background: #FFF;
    content: "";
    position: absolute;
    bottom: 2px;
    left: 5%;
    transition: all 0.4s ease;
    display: block;
  }
  .head-info li a.nav-main.active::after, .head-info li:hover a.nav-main::after, .nav-header li.sub-nav.active::after {
    width: 90%;
  }
  .head-info .rss-map {
    color: #919191;
    font-weight: 500;
    letter-spacing: 1px;
    width: 132px;
    margin-bottom: 6px;
    margin: 0 20px;
  }
  .rss-map .news:hover {
    opacity: 0.8;
    transition: all 0.5s;
  }
  .rss-map .map:hover {
    opacity: 0.8;
    transition: all 0.5s;
  }
  .head-info .rss-map .news {
    width: 95px;
    margin-right: 5px;
  }
  .head-info .rss-map .news a:before {
    content: "";
    background: url("../img/shared/icon_pen.png") no-repeat;
    width: 11px;
    height: 16px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
  }
  .head-info .rss-map .map {
    width: 66px;
  }
  .head-info .rss-map .map a:before {
    content: "";
    background: url("../img/shared/icon_map.png") no-repeat;
    width: 10px;
    height: 14px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
  }
  .head-info .sns {
    width: 90px;
    margin: 0;
    justify-content: space-between;
  }
  .head-info .sns p {
    width: 30px;
    margin: 0 4px;
  }
  /*=============================================
 ******************* footer *******************
 *=============================================*/
  footer {
    position: relative;
    padding: 158px 0 108px;
	background-size: 100%;  
  }
  footer nav {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 132px;
    margin-left: auto;
    margin-bottom: 20px;
  }
  footer nav > a {
    margin-right: 15px;
    text-align: left;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 2px;
    position: relative;
  }
  footer nav > a::after {
    width: 0%;
    height: 1px;
    background: #FFF;
    content: "";
    position: absolute;
    bottom: 19px;
    left: -28px;
    transition: all 0.4s ease;
    display: block;
  }
  footer nav > a.active::after, footer nav > a:hover::after {
    width: 20px;
  }
  footer .logo {
    text-align: left;
    margin: 0;
    margin-bottom: 29px;
    max-width: 210px;
  }
  footer dl.tel-ft {
    padding: 10px 0 15px;
    text-align: center;
  }
  footer dl.tel-ft dt {
    font-weight: bold;
  }
  footer dl.tel-ft dt .tel-icon {
    font-size: 25px;
  }
  footer dl.tel-ft dt .tel-icon span {
    font-size: 24px;
    padding: 0 4px 0 8px;
  }
  footer .info-footer {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 20px;
    width: 598px;
    margin-bottom: -10px;
  }
  footer .info-footer dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
  footer .info-footer dl dt {
    width: 123px;
  }
  footer h2 {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 58px;
  }
  footer .group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  footer .left {
    width: 471px;
  }
  footer .row {
    display: flex;
    margin-right: 40px;
    margin-bottom: 42px;
  }
  footer .tel {
    padding: 16px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    text-align: left;
    margin-bottom: 0;
  }
  footer .tel dt {
    font-size: 18px;
  }
  footer .tel dt span {
    font-weight: bold;
    font-size: 30px;
    margin-left: 17px;
    vertical-align: sub;
  }
  footer .tel dd {
    font-size: 26px;
    letter-spacing: 2px;
  }
	
	footer .web-btn {
		margin: 30px 0 0 40px;
	}
	footer .web-btn .txt {
		padding: 0 20px;
	}
footer .web-btn img {
	width: 15%;
}
	
  footer .right-col {
    width: 273px;
    position: absolute;
    right: 0;
    top: 339px;
  }
  footer .btn-cus {
    width: 316px;
    margin-left: 40px;
    margin-bottom: 0;
    margin-top: 21px;
    align-self: center;
  }
  footer .btn-cus a {
    padding-left: 41px;
    height: 72px;
    line-height: 71px;
  }
  footer .rss-map {
    color: #919191;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: auto;
    width: 132px;
    margin-bottom: 6px;
  }
  footer .rss-map .news {
    width: 95px;
  }
  footer .rss-map .news a:before {
    content: "";

    background: url("../img/shared/icon_pen.png") no-repeat;
    width: 11px;
    height: 16px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
  }
  footer .rss-map .map {
    width: 78px;
  }
  footer .rss-map .map a:before {
    content: "";
    background: url("../img/shared/icon_map.png") no-repeat;
    width: 10px;
    height: 20px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
  }
  footer .sns {
    margin-left: auto;
    width: 139px;
    margin-bottom: 42px;
  }
  footer .sns p {
    width: 30px;
    margin: 0 7px;
  }
  footer .access-btn {
    font-size: 15px;
    text-align: right;
    margin-right: 40px;
	margin-bottom: 0;
  }
  /*=============================================
***************** copyright ******************
*=============================================*/
  #pagetop {
        cursor: pointer;
    transition: all 0.3s ease;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    bottom: 110px;
    width: 150px;
    margin: 0 auto;
  }
  #pagetop:hover {
    opacity: 0.9 !important;
  }
  footer #socialbuttons {
    max-width: 350px;
    position: absolute;
    right: 0;
    top: 706px;
	display: flex;
        align-items: center;
        line-height: 1;
        width: 262px;
        justify-content: space-between;
  }
  address {
    padding: 25px 0 10px;
    text-align: left;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1.5px;
  }
  address span {
    display: block;
  }
  address span a:hover {
    border-bottom: 1px solid #fff;
  }
}
.dot_right .slick-dots {
  text-align: right;
}
.dot_left .slick-dots {
  text-align: left;
}
@media only screen and (min-width: 768px) {}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.fadeIn {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.txt_thanks {
  text-align: center;
  color: #000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img, .over-img img, img.over, img:not(.btn):not(.non-over), button img, .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
  }
  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  .over-img img:hover, img.over:hover, /* a:not([href=""]):hover img:not(.btn):not(.non-over), */ a:hover img:not(.btn):not(.non-over), button:hover img {
    cursor: pointer;
    opacity: .8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }
  a:before, a:hover:before {
    text-decoration: none;
  }
}
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
html {
  min-width: auto;
}
html a:hover {
  text-decoration: none;
}
html .wrap {
  padding: 0 11%;
  width: auto;
  max-width: 100%;
}
.sp {
  display: block;
}
.pc {
  display: none !important;
}
html #socialbuttons .social-line {
  width: 92px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  html #socialbuttons .social-line {
    width: auto;
    overflow: hidden;
  }
  html .wrap {
    padding: 0;
    width: 1000px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 768px) {
  body {
    position: static !important;
    top: 0 !important;
  }
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.ob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.txt, .txt1, .txt2, .txt3 {
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .txt, .txt1, .txt2, .txt3 {
    text-align: inherit;
  }
  hr.line {
    height: 14px;
  }
}
.text-sh {
  text-shadow: 0px 0px 20px #000, 0px 0px 20px #000, 0px 0px 20px #000;
}
.text-sh2 {
  text-shadow: 0px 0px 20px #000, 0px 0px 20px #000, 0px 0px 20px #000;
}
.box-sh {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.img-change {
  -webkit-animation-name: grayscale;
  animation-name: grayscale;
  animation-delay: 1s;
  animation-duration: 3s;
}
@-webkit-keyframes grayscale {
  0% {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  to {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
@keyframes grayscale {
  0% {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  to {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
.unwrap {
  margin-left: -12%;
  margin-right: -12%;
}
.top-shared {
  position: relative;
  padding: 54vw 0 50vw;
  background: #fff;
  color: #131313;
}
.top-shared .wrap {
  padding: 0 9%;
}
.top-shared .deco1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vw;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}
.top-shared .deco1 img{
	    object-position: center bottom; 
}
.top-shared .deco2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vw;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}
.top-shared .deco2 img{
	object-position: center top; 
}
.top-shared h2 {
  text-align: center;
  font-size: 7vw;
  margin-bottom: 11vw;
  letter-spacing: 0.25em;
    position: relative;
    z-index: 5;
}
.top-shared .time {
  text-align: center;
  margin-bottom: 7vw;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 30px;
}
.top-shared .txt {
  text-align: center;
  margin-bottom: 12vw;
  line-height: 25px;
  letter-spacing: 4px;
}
.top-shared .box {
  padding: 12% 7%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 8vw;
  margin: 0 -5% 12vw;
}
.top-shared .box ul li {
  padding-left: 19px;
  position: relative;
  line-height: 33px;
  letter-spacing: 4px;
}
.top-shared .box ul li span {
  position: absolute;
  left: 0;
  top: 0;
}
.top-shared .txt2 {
  margin-bottom: 15vw;
  line-height: 26px;
  font-size: 13px;
  letter-spacing: 2px;
  margin-left: 10px;
}

.top-shared .row .box2 {
	margin-bottom: 13vw;
}
.top-shared .row .ttl {
  font-size: 6vw;
  margin-bottom: 5vw;
  text-align: center;
  letter-spacing: 2px;
	}
.top-shared .row .btn-resever {
 
  text-align: center;
  margin-bottom: 8vw;
  text-align: center;
  /* border: 1px solid #787878; */
  position: relative;
  margin-bottom: 3vw;
  font-size: 22px;
  outline: 1px solid;
  outline-color: rgba(0, 0, 0, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
  cursor: pointer;
}

.top-shared .row .btn-resever:hover {
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2);
  outline-color: transparent;
  outline-offset: 13px;
  text-shadow: 2px 2px 24px #000;
  border: 1px solid #787878;
}
.top-shared .row .btn-resever span {
  color: #787878;
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: 500;
}
.top-shared .row .btn-resever a {
  display: block;
  width: 100%;
  height: 100%;
	 padding: 5% 5% 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top-shared .row .btn-resever:after {
  position: absolute;
  content: "";
  right: -60%;
  bottom: 7px;
  width: 63px;
  height: 28px;
  background: url("../img/shared/icon_arrow.png") no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
  filter: invert(1);
  margin: 0 auto;
  left: 4%;
}
.top-shared .row .col h3 {
  font-size: 6vw;
  margin-bottom: 5vw;
  text-align: center;
  letter-spacing: 2px;
}
.top-shared .row .col .txt3 {
  text-align: center;
  margin-bottom: 6vw;
  letter-spacing: 2px;
  line-height: 29px;
}
.top-shared .row .col .txt3 .line {
  display: none
}
.p-top-inversion-bg {
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
  position: relative;
  opacity: 0;
}
.p-top-inversion-bg.fade-out-bottom {
  opacity: 0;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}
.p-top-inversion-bg.fade-in {
  opacity: 1;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.scrol-down {
  -webkit-animation: spin 15s linear infinite;
  -moz-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
  position: absolute;
  bottom: -15vw;
  right: 2%;
  z-index: 5;
  width: 27%;
}
@media only screen and (min-width: 768px) {
  .scrol-down {
            width: 145px;
        height: 145px;
        bottom: -90px;
        right: 71px;
  }
  .unwrap {
    margin-left: initial;
    margin-right: initial;
  }
  .text-sh {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5), 0px 0px 20px rgba(0, 0, 0, 0.5), 0px 0px 20px rgba(0, 0, 0, 0.5);
  }
  .text-sh2 {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5), 0px 0px 20px rgba(0, 0, 0, 0.5), 0px 0px 20px rgba(0, 0, 0, 0.5);
  }
  .top-shared {
    padding: 383px 0 450px;
  }
  .top-shared .wrap {
    padding: 0;
  }
  .top-shared .deco1 {
    height: 403px;
  }
  .top-shared .deco2 {
    height: 404px;
  }
  .top-shared h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .top-shared .time {
    font-size: 20px;
    margin-bottom: 16px;
    letter-spacing: 4px;
  }
  .top-shared .txt {
    font-size: 18px;
    margin-bottom: 46px;
      line-height: 1.8em;
  }
  .top-shared .box {
    padding: 40px 50px;
    width: 668px;
    margin: 0 auto 33px;
  }
  .top-shared .box ul li {
    margin-left: 62px;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 3.5px;
  }
  .top-shared .txt2 {
    text-align: center;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 90px;
  }
  .top-shared .row {
    display: flex;
    width: 810px;
    margin-left: 84px;
  }
.top-shared .row .box2 {
	margin-bottom: 20px;
}
	.top-shared .row .ttl {
    font-size: 22px;
    margin-bottom: 18px;
    text-align: center;
    letter-spacing: 6px;
    margin-top: -10px;
	}
  .top-shared .row .btn-resever {
    width: 310px;
       
        box-sizing: border-box;
        margin-bottom: 10px;
        height: 90px;
  }
	.top-shared .row .btn-resever a{
		 padding: 40px 50px 15px;
	}
  .top-shared .row .btn-resever span {
    font-size: 16px;
    margin-top: -18px;
    display: block;
  }
  .top-shared .row .btn-resever:after {
	  bottom: 13px;
        width: 47px;
        left: 20px;
  }
  .top-shared .row .col {
    width: 530px;
	  margin-left: 60px;
  }
  .top-shared .row .col h3 {
    font-size: 22px;
    margin-bottom: 18px;
    text-align: left;
    letter-spacing: 6px;
    margin-top: -10px;
  }
  .top-shared .row .col .txt3 {
    font-size: 16px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 0;
  }
  .top-shared .row .col .txt3 .line {
    display: inline;
  }
  .js-top-fade-in-out {
    position: relative;
    z-index: 6;
  }
}
@media only screen and (min-width: 1600px) {
	#key-box .scrol-down{
		right: calc(50% - 630px);
	}
}
.ls_2{
    letter-spacing: 2px;
}

.web-btn_2{
    margin-bottom: 6vw;
}
.web-btn_2 .btn-resever {
  padding: 5% 8% 5%;
  text-align: left;
  position: relative;
  margin-bottom: 3vw;
  font-size: 16px;
  outline: 1px solid;
  outline-color: #787878;
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
  cursor: pointer;
}
.web-btn_2 .btn-resever:hover {
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2);
  outline-color: transparent;
  outline-offset: 13px;
  text-shadow: 2px 2px 24px #000;
  border: 1px solid #787878;
}
.web-btn_2 .btn-resever span {
  color: #787878;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}
.web-btn_2 .btn-resever a {
  display: block;
  width: 100%;
  height: 100%;
}
.web-btn_2 .btn-resever:after {
  position: absolute;
  content: "";
  right: -60%;
  bottom: 7px;
  width: 63px;
  height: 28px;
  background: url("../img/shared/icon_arrow.png") no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 4%;
}


.web-btn_3{
    margin-left: 40px;
    width: 300px;
}
.web-btn_3 .btn-resever {
  padding: 3% 8% 3%;
  text-align: left;
  position: relative;
  margin-bottom: 1vw;
  font-size: 16px;
  outline: 1px solid;
  outline-color: #787878;
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
  cursor: pointer;
}
.web-btn_3 .btn-resever:hover {
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2);
  outline-color: transparent;
  outline-offset: 13px;
  text-shadow: 2px 2px 24px #000;
  border: 1px solid #787878;
}
.web-btn_3 .btn-resever span {
  color: #787878;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}
.web-btn_3 .btn-resever a {
  display: block;
  width: 100%;
  height: 100%;
}
.web-btn_3 .btn-resever:after {
  position: absolute;
  content: "";
  right: -60%;
  bottom: 7px;
  width: 63px;
  height: 28px;
  background: url("../img/shared/icon_arrow.png") no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 4%;
}


/*BNR shared*/
.bnr-shared{
  text-align: center;
  margin-bottom: 8vw;
  text-align: center;
  /* border: 1px solid #787878; */
  position: relative;
  margin-bottom: 3vw;
  font-size: 22px;
  outline: 1px solid;
  outline-color: rgba(0, 0, 0, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
  cursor: pointer;
}
.bnr-shared:hover {
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2);
  outline-color: transparent;
  outline-offset: 13px;
  text-shadow: 2px 2px 24px #000;
  border: 1px solid #787878;
}
.bnr-shared span {
  color: #787878;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  display: block;
}
.bnr-shared a {
  display: block;
  padding: 5% 5% 18%;
  width: 100%;
  height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Shippori Mincho';
}
.bnr-shared:after {
  position: absolute;
  content: "";
  right: 50%;
  bottom: 2%;
  width: 63px;
  height: 28px;
  background: url("../img/shared/icon_arrow.png") no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
  filter: invert(1);
  margin: 0 auto;
  left: 4%;
  right: 4%;
}

@media only screen and (min-width: 768px) {
	.bnr-shared{
		padding: 0;
        font-size: 20px;
        max-width: 772px;
        margin: 10px auto 20px;
	}
	.bnr-shared a{
		line-height: 30px;
		padding: 13px 10px 52px;
	}
	.bnr-shared span{
		font-size: 16px;
	}
}



.remodal-overlay {
  background: rgba(0,0,0,0.7);
}
.remodal {
	background: #fff;
	border: 2px solid #000;

}
.remodal-close:before{
	font-size: 50px;
	color: #000;

}
.popup-faq h2 {
  font-size: 6vw;
  margin-bottom: 9vw;
  font-family: 'Shippori Mincho';	
}

.popup-faq .popup {
  padding: 2% 5% 6% !important;
}

.popup-faq dl {
  padding: 10px 0;
	text-align: left;
}

.popup-faq dl dt {
     background: rgba(0,0,0,0.5);
    color: #fff;
    position: relative;
    padding: 10px 10px 10px 40px;
}
.popup-faq dl dt span{
	    position: absolute;
    top: 10px;
    left: 17px;
}
.popup-faq dl dd {
 		position: relative;
	padding: 10px 10px 10px 40px;
	text-align: justify;
}
.popup-faq dl dd span{
	position: absolute;
    top: 11px;
    left: 17px;
}
.remodal-close {
  top: 10px;
	background: none;
}
.remodal-close:hover{
	opacity: 0.6;
}
.remodal {
  padding: 45px 0 30px;
}
@media only screen and (min-width: 768px) {
	.remodal {
	  padding: 5px 0 30px;
	}
	.popup-faq h2{
		    font-size: 22px;
		    line-height: 30px;
		    margin-bottom: 33px;
	}
	.popup-faq dl {
		font-size: 16px;
		max-width: 770px;
		margin: 0 auto;
		padding-bottom: 3px;
		letter-spacing: 2px;
	}
	.popup-faq dl dd{
		line-height: 30px;
		text-align: inherit;
	}
	.popup-faq dl dt{
		    padding: 4px 10px 3px 60px;
	}
	.popup-faq dl dt span{
		top: 3px;
		left: 33px;
	}
		.popup-faq dl dd{
		    padding: 10px 10px 10px 60px;
	}
	.popup-faq dl dd span{
		top: 11px;
		left: 33px;
	}
}

.btn_eng a {
        padding: 0px 17px;
        width: 90px;
        display: block;
    text-align: center;
    margin-right: 16px;
}


.btn_eng_hd{
    position: fixed;
    top:0;
    left:0;
    z-index: 999;
    background: url(../img/shared/fixed_bg_sp.jpg) repeat;
    padding: 5px 15px;
    font-size: 90%;
}