@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #252a24;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 26px;
  background: url('../img/shared/background.jpg') repeat;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 400;
}

/*=============================================
 * 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;
}
/* zen-old-mincho-regular - cyrillic_japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/zen-old-mincho-v13-cyrillic_japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-500 - cyrillic_japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/zen-old-mincho-v13-cyrillic_japanese_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-700 - cyrillic_japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/zen-old-mincho-v13-cyrillic_japanese_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* shippori-mincho-b1-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Shippori Mincho B1';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/shippori-mincho-b1-v24-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.fnt-old {
  font-family: 'Zen Old Mincho';
}
.fnt-shi {
  font-family: 'Shippori Mincho B1';
}
.fwb {
  font-weight: bold;
}
.f400 {
  font-weight: 400;
}
.f500 {
  font-weight: 500;
}
.fz20 {
  font-size: calc(4.8vw + var(--gap));
  --gap: 0vw;
  line-height: 1.4444;
  letter-spacing: 0em;
}
.fz24 {
  font-size: calc(6.4vw + var(--gap));
  --gap: 0vw;
  line-height: 1.6;
  letter-spacing: 0.23em;
}
.fz28,
.fz30 {
  font-size: calc(6.9vw + var(--gap));
  --gap: 0vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.fz32 {
  font-size: calc(7.46vw + var(--gap));
  --gap: 0vw;
  line-height: 12.8vw;
  letter-spacing: 0.08em;
}
.fz48 {
  font-size: calc(9.6vw + var(--gap));
  --gap: 0vw;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
/*--------------------------------------
  main
--------------------------------------*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  padding: 0 4%;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
html {
  min-width: auto;
}
:root {
  --orange: #a15b4b;
  --sub: #fff;
}
.txt {
  text-align: justify;
}
.telhref {
  text-decoration: none !important;
}
.bg-para {
  position: relative;
  min-height: 96vw;
}
.bg-para .img-para {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.bg-para .img-para img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
  display: block !important;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latin-ttl {
  font-size: 12px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.04em;
  display: block;
}
.c-ttl span:last-child {
  margin: 6vw auto 0;
  display: block;
  white-space: nowrap;
}
.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.tel dt {
  font-size: 6.4vw;
  letter-spacing: 0.05em;
  margin-bottom: 3vw;
}
.tel dt small {
  font-size: 14px;
}

.ttl-deco {
  position: relative;
  padding: 6vw 0 5vw;
}
.ttl-deco::before,
.ttl-deco:after {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  right: 7px;
  height: 1.7vw;
  border: 1px solid var(--main);
}
.ttl-deco:before {
  border-bottom: none;
}
.ttl-deco:after {
  top: auto;
  bottom: 0;
  border-top: none;
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
.header-box {
  position: relative;
  z-index: 101;
}
.head-info {
  margin-right: 0px;
  display: none;
}
header > .logo {
  position: absolute;
  top: 28vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31%;
  z-index: 2;
}

#head-key .key-content {
  background: #4b6388;
  position: relative;
  color: #fff;
  padding: 14vw 0 24.5vw;
  z-index: 1;
  overflow: hidden;
}
#head-key .key-content:before {
  content: '';
  position: absolute;
  top: 21vw;
  left: -9vw;
  width: 70%;
  height: 65vw;
  background: url('../img/shared/c-deco2.png') no-repeat center;
  background-size: contain;
  z-index: -1;
}
#head-key .key-content .c-ttl span:last-child {
  font-size: 9.6vw;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

#head-key .key-img {
  height: 123vw;
}
#head-key .key-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
/*--------------------------------------
  hamburger
--------------------------------------*/
.hamberger-btn {
  position: fixed;
  top: 0px;
  right: 0;
  width: 58px;
  height: 58px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  background: #e5e5e5;
  opacity: 0;
  visibility: hidden;
}
.fixed-btn .hamberger-btn,
.menu-open .hamberger-btn {
  opacity: 1;
  visibility: visible;
}
.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
  content: 'メニュー';
  text-align: center;
  font-size: 9px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
  letter-spacing: -1px;
}
.hamberger-btn span {
  width: 30px;
  height: 1px;
  position: absolute;
  top: 53%;
  left: calc(50% - 15px);
  background: #333;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.13s;
}
.hamberger-btn span::before,
.hamberger-btn span::after {
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  background: #333;
  content: '';
  transition:
    top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamberger-btn span::before {
  top: -18px;
}
.hamberger-btn span::after {
  top: -9px;
}
.menu-open .hamberger-btn {
  filter: invert(1);
  border: 1px solid;
  background: transparent;
}
.menu-open .hamberger-btn:after {
  color: #000;
}
.menu-open .hamberger-btn span {
  transform: rotate(360deg);
}
.menu-open .hamberger-btn span {
  transform: translate3d(0, -8px, 0) rotate(-31deg);
  transition: transform 0.12s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
.menu-open .hamberger-btn span::before {
  top: 0;
  transform: rotate(-119deg);
  transition:
    top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-open .hamberger-btn span::after {
  top: 0;
  transform: rotate(-119deg);
  transition:
    top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-open .hamberger-btn::after {
  content: '閉じる';
}

/*--------------------------------------
  nav-header
--------------------------------------*/
.nav-header {
  width: 100%;
  height: 100vh;
  background: url('../img/shared/nav_bg.jpg') no-repeat center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  color: #fff;
}

.menu-open .nav-header {
  left: 0%;
  visibility: visible;
  overflow: auto;
  z-index: 99;
  opacity: 1;
}
.nav-header .row {
  padding-top: 16.9vw;
  height: auto;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.nav-header .logo {
  width: 13.6vw;
  margin-left: 7%;
}
.nav-header .left {
  margin: 28.7vw 6vw 0 auto;
  width: 212px;
}
.nav-header .nav {
  font-size: 20px;
  line-height: 54px;
  letter-spacing: 0.03em;
}
.nav-header .nav a {
  display: block;
  text-decoration: none;
}
.nav-header .nav a.active,
.nav-header ul a.active {
  opacity: 0.8;
}
.nav-header .button {
  margin: 8.2vw 0 11vw;
}
.nav-header .button a img {
  width: 18px;
  margin: -5px 9px 0 -2px;
}
.nav-header .button a {
  display: table;
  border-bottom: 1px solid;
  letter-spacing: -0.07em;
  padding-bottom: 6px;
  width: 206px;
  text-decoration: none;
}
.nav-header ul {
  font-size: 18px;
  line-height: 36px;
}
.nav-header ul a {
  text-decoration: none;
}
.nav-header .button2 a {
  display: block;
  margin-top: 4vw;
  border-bottom: 1px solid;
  width: 206px;
  position: relative;
  padding-bottom: 7px;
  text-decoration: none;
}
.nav-header .button2 a:before {
  content: '';
  position: absolute;
  bottom: 13px;
  right: 2px;
  background: url('../img/shared/icon_pop.png') no-repeat center;
  background-size: contain;
  width: 11px;
  height: 12px;
  filter: invert(1);
}
.nav-header .info {
  font-weight: 500;
  margin-top: 111px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  width: 100%;
}
.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-bottom: 150px;
}

/*--------------------------------------
  fix-nav
--------------------------------------*/
.fixed-nav {
  position: fixed;
  top: 0px;
  left: 0;
  width: calc(100% - 58px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.fixed-btn .fixed-nav {
  opacity: 1;
  visibility: visible;
}
.fixed-nav .logo {
  width: 26.8vw;
  margin: 1px 0 0 10px;
}
.fixed-nav .right {
  background: #bcbcbc;
  border-radius: 0 0 0 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 9px;
  color: #333;
  letter-spacing: 0.1em;
  text-align: center;
}
.fixed-nav .right a {
  display: block;
  width: 100%;
  padding-top: 15px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.fixed-nav .right a img {
  width: 26px;
  margin: 0 auto;
  display: block;
}
.fixed-nav .right .contact {
  width: 65px;
}
/*--------------------------------------
  footer
--------------------------------------*/

footer {
  background: url('../img/shared/footer_bg.webp') no-repeat center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  padding: 54vw 0 0;
}

@media screen and (max-width: 767px) {
  footer {
    background: url('../img/shared/footer_bg_sp.webp') no-repeat center;
    background-size: cover;
  }
}

footer .logo {
  margin: 0 auto;
  width: 14.5vw;
}
footer .info {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-top: 15vw;
  font-weight: 500;
}
footer .btn-mail {
  margin: 8.6vw 3% 0;
}
footer address {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 106vw;
  letter-spacing: -0.05em;
}
footer address a {
  text-decoration: underline;
}
footer #pagetop {
  width: 31vw;
  background: #e6e6e6;
  border-radius: 10px 10px 0 0;
  margin: 21px auto 0;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer #pagetop img {
  width: 16px;
  height: 10px;
}
#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #cd321d;
  z-index: 99;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.fixed-btn #fixed-sp {
  opacity: 1;
}
#fixed-sp ul {
  display: flex;
}
#fixed-sp ul li {
  width: 33.33333%;
  height: 50px;
}
#fixed-sp ul li:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}
#fixed-sp ul li a img {
  width: 16px;
}
#fixed-sp ul li:nth-child(3) a img {
  width: 10px;
  margin-right: 5px;
}
#socialbuttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
/*--------------------------------------
  btn-cus
--------------------------------------*/
.btn-cus {
  position: relative;
  width: 70.4vw;
  max-width: 100%;
  margin: 0 auto;
}
.btn-cus a {
  display: block;
  height: 59px;
  line-height: 57px;
  font-size: 16px;
  padding-left: 27px;
  text-decoration: none;
  background: #f8f8f8;
  color: #333;
  border: 1px solid;
  border-radius: 10px;
  font-family: 'Zen Old Mincho';
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  transition: all 0.3s ease;
  text-align: left;
}
.btn-cus a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  transition: all 0.3s ease;
}

.btn-pop a:before {
  background: url('../img/shared/icon_pop.png') no-repeat center;
  background-size: contain;
  width: 10px;
  right: 8.2%;
}

.btn-big {
  width: 86vw;
}
.btn-big a {
  font-size: 18px;
  padding: 12px 0 11px 18px;
}
.btn-arrow a:before {
  background: url('../img/shared/arrow.png') no-repeat center;
  width: 14px;
  right: 5%;
  background-size: contain;
}

.btn-mail a {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 85px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  color: #333;
  font-size: 18px;
  text-align: center;
  line-height: 81px;
  letter-spacing: 0.05em;
  font-family: 'Zen Old Mincho';
  font-weight: bold;
  border-radius: 10px;
}
.btn-mail a:before {
  content: '';
  display: inline-block;
  background: url('../img/shared/icon_mail.png') no-repeat center;
  background-size: contain;
  width: 24px;
  height: 14px;
  margin: 0px 6px -1px 4px;
}

.btn-shop a::before {
  background: url('../img/shared/icon_cart.png') no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  margin-bottom: -2px;
}

@media screen and (max-width: 767px) {
  .btn-sm a {
    font-size: 14px;
    line-height: 44px;
    padding-left: 22px;
    height: 46px;
  }
}

/*--------------------------------------
  breadcum
--------------------------------------*/
#breadcrumb {
  color: #808080;
  padding: 10px;
  font-size: 12px;
}
#breadcrumb .row {
  gap: 30px;
  flex-direction: row;
}
#breadcrumb .row li {
  position: relative;
}
#breadcrumb .row li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -19px;
  width: 10px;
  height: 1px;
  background: #808080;
}
#breadcrumb .row li:first-child:before {
  display: none;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
}

@media screen and (min-width: 768px) {
  footer:after {
    display: none;
  }
}

.pc {
  display: none;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .txt {
    text-align: left;
  }
  .wrap {
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .row {
    flex-direction: row;
  }
  .fz20 {
    font-size: 20px;
    line-height: 30px;
  }
  .fz24 {
    font-size: 24px;
    line-height: 36px;
  }
  .fz28 {
    font-size: 28px;
    line-height: 40px;
  }
  .fz30 {
    font-size: 30px;
    line-height: 40px;
  }
  .fz32 {
    font-size: 32px;
    line-height: 52px;
  }
  .fz48 {
    font-size: 48px;
    line-height: 72px;
  }
  .bg-para {
    min-height: 420px;
  }
  .tel dt {
    font-size: 32px;
  }
  .tel dt small {
    font-size: 18px;
  }
  .tel dd {
    letter-spacing: 0.07em;
  }
  .c-ttl span:last-child {
    margin-top: 23px;
  }

  #breadcrumb {
    padding: 16px 18px;
  }
  #breadcrumb .row {
    gap: 35px;
  }
  #breadcrumb .row li:before {
    top: 48%;
    left: -23px;
  }

  .ttl-deco:before,
  .ttl-deco:after {
    left: -1px;
    right: 1px;
    height: 5px;
  }
  .ttl-deco {
    padding: 22px 0 18px;
  }
  section .c-ttl span:last-child {
    line-height: 80px;
    margin-top: 20px;
    letter-spacing: 0.12em;
    width: 160px;
  }
  /*--------------------------------------
    btn-cus
  --------------------------------------*/
  .btn-cus {
    width: 330px;
  }
  .btn-cus a {
    height: 58px;
    line-height: 56px;
    font-size: 16px;
    padding-left: 26px;
  }
  .btn-cus a:hover {
    background: #fff;
  }
  .btn-cus a:hover:before {
    transform: translateX(5px);
  }
  .btn-pop a::before {
    right: 9.2%;
  }
  .btn-arrow a:before {
    right: 48px;
  }

  .btn-big {
    width: 430px;
  }
  .btn-big a {
    font-size: 18px;
    padding: 12px 0 13px 45px;
  }

  .btn-mail a {
    font-size: 28px;
    height: 100px;
    line-height: 97px;
    transition: all 0.3s ease;
  }
  .btn-mail a:before {
    width: 28px;
    height: 19px;
    margin: 0px 10px 1px 7px;
  }
  .btn-mail a:hover {
    background: rgba(255, 255, 255, 0.9);
  }
  /*--------------------------------------
    header
  --------------------------------------*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  header > .logo {
    top: 20px;
  }
  header > .logo a {
    text-decoration: none;
  }

  h1 span:last-child {
    margin-top: 19px;
    position: relative;
    left: -17px;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .js-scroll {
    overflow: hidden;
    display: block;
    padding-bottom: 0;
  }

  /*--------------------------------------
    fix.fixed-nav
  --------------------------------------*/

  .nav-header::-webkit-scrollbar {
    display: none;
  }
  .nav-header .row {
    padding-top: 141px;
    display: block;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
  }
  .nav-header .logo {
    width: 66px;
    margin-left: auto;
    float: right;
    margin-right: calc(50% - 346px);
    margin-top: 5px;
  }
  .nav-header .left {
    margin: 0;
    float: left;
    width: 430px;
  }
  .nav-header .nav {
    font-size: 24px;
    line-height: 60px;
    width: 260px;
  }
  .nav-header .nav a:hover,
  .nav-header ul a:hover {
    opacity: 0.8;
  }

  .nav-header .button {
    font-size: 14px;
    margin: 16px 0 20px;
  }
  .nav-header .button a {
    border-top: 1px solid;
    margin-top: 2px;
    width: 260px;
    font-size: 18px;
    padding: 7px 0 6px 0;
  }
  .nav-header .button a img {
    margin-left: 13px;
  }
  .nav-header .button a:hover {
    opacity: 0.8;
  }
  .nav-header .button2 a {
    margin-top: 145px;
  }
  .nav-header .button2 a:hover {
    border-color: transparent;
  }
  .nav-header .info {
    float: right;
    width: 570px;
    margin-top: 70px;
  }
  .nav-header .info .pc {
    display: inline-block;
    margin-left: 15px;
  }
  @media (max-width: 1200px) {
    .nav-header .left {
      width: calc(100% - 300px);
    }
    .nav-header .info {
      width: 300px;
    }
    .nav-header .logo {
      margin-right: 120px;
    }
  }
  /*--------------------------------------
    fix.fixed-nav
  --------------------------------------*/
  .fixed-nav {
    width: 162px;
    left: auto;
    right: 86px;
  }
  .fixed-nav .right {
    font-size: 10px;
    border-radius: 0 0 0 30px;
  }
  .fixed-nav .right a {
    padding-top: 25px;
    box-sizing: border-box;
    padding-bottom: 7px;
    letter-spacing: 0em;
  }
  .fixed-nav .right a img {
    width: 31px;
    margin-bottom: 10px;
  }
  .fixed-nav .right a:hover {
    opacity: 0.8;
  }
  .fixed-nav .right .contact {
    width: 81px;
  }
  .fixed-nav .right .contact a {
    width: 81px;
    padding-right: 4px;
  }
  .fixed-nav .right .shop {
    width: 81px;
  }
  .fixed-nav .right .shop a {
    padding-top: 20px;
    padding-left: 17px;
  }
  .fixed-nav .right .shop a img {
    margin-bottom: 4px;
  }
  /*--------------------------------------
    hamberger
  --------------------------------------*/
  .hamberger-btn {
    width: 86px;
    height: 88px;
    cursor: pointer;
  }
  .menu-open .hamberger-btn {
    filter: none;
    background: #e6e6e6;
    border: none;
  }
  .hamberger-btn:after {
    bottom: 9px;
  }
  .hamberger-btn:hover {
    opacity: 0.8;
  }
  .hamberger-btn span {
    width: 41px;
    height: 2px;
    top: 50%;
    left: calc(50% - 20px);
    background: #7b7b7b;
  }
  .hamberger-btn span:before,
  .hamberger-btn span:after {
    width: 41px;
    background: #7b7b7b;
    height: 2px;
  }
  .hamberger-btn span:after {
    top: -9px;
  }
  .hamberger-btn span:before {
    top: -20px;
  }
  /*--------------------------------------
    keyvisual
  --------------------------------------*/
  #head-key {
    display: block;
    width: 100%;
  }
  #head-key .key-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 600px;
    padding: 73px 0 0;
    box-sizing: border-box;
  }
  #head-key .key-content:before {
    width: 341px;
    height: 342px;
    top: 135px;
    left: -41px;
  }
  #head-key .key-content .c-ttl span:last-child {
    font-size: 60px;
    line-height: 104px;
    margin-top: 50px;
    position: relative;
    left: -1px;
  }
  #head-key .key-img {
    height: 600px;
  }
  /*--------------------------------------
    footer
  --------------------------------------*/
  footer {
    padding-top: 165px;
    padding-bottom: 24px;
  }
  footer .wrap {
    max-width: 1200px;
    width: calc(100% - 70px);
  }
  footer .row {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  footer .row .info {
    text-align: left;
    margin-top: 0;
  }
  footer .row .btn-mail {
    margin: 30px 0 20px;
  }
  footer .row .btn-mail a {
    height: 85px;
    font-size: 20px;
    line-height: 87px;
  }
  footer .row .btn-mail a::before {
    width: 26px;
    height: 17px;
    margin: 0px 7px -1px 5px;
  }
  footer .row .btn-cus a {
    border-color: transparent;
  }
  footer .row .btn-cus + .btn-cus {
    margin-top: 18px;
  }
  footer .row .btn-cus + .btn-cus a {
    border-color: #fff;
    background: transparent;
    color: #fff;
  }
  footer .row .btn-cus + .btn-cus a:before {
    filter: invert(1);
  }
  footer .row .right {
    margin: -30px 0px 0 0;
    width: 258px;
  }
  footer .row .right .nav-g {
    font-size: 24px;
    line-height: 72px;
  }
  footer .row .right .nav-g a {
    display: block;
    text-decoration: none;
  }
  footer .row .right .nav-g a:hover {
    opacity: 0.8;
  }
  footer .row .right .button {
    font-size: 14px;
    margin: 26px 0 55px;
  }
  footer .row .right .button a {
    border-top: 1px solid;
    border-bottom: 1px solid;
    display: block;
    text-decoration: none;
    margin-top: 2px;
    height: 39px;
    font-size: 18px;
    line-height: 39px;
    letter-spacing: 0.03em;
  }
  footer .row .right .button a:hover {
    opacity: 0.8;
  }
  footer .row .right .button a img {
    margin: 0 7px 3px 13px;
  }
  footer .row .right ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 18px;
    margin-left: 3px;
    gap: 40px;
  }
  footer address {
    font-size: 13px;
    line-height: 22px;
    margin-top: 487px;
    text-align: left;
    margin-left: -109px;
  }
  footer address a {
    margin-left: -10px;
  }
  footer address a:hover {
    text-decoration: none;
  }
  footer #pagetop {
    display: none;
  }

  /*--------------------------------------
    pagetop
  --------------------------------------*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
  }
}

@media (min-width: 768px) and (max-width: 1580px) {
  footer address {
    margin-left: calc(50% - 50vw);
    padding-left: 40px;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: 'fontello';
  z-index: 98;
  border-radius: 50%;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /* background: #b10505; */
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
  background: url('../img/shared/prev.png') no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}
.slick-prev:before {
  content: '';
}
[dir='rtl'] .slick-prev:before {
  content: '▶';
  color: #fff;
}
.slick-next {
  right: 0;
  background: url('../img/shared/next.png') no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
}
.slick-next:before {
  content: '';
  color: #fff;
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 2px;
  margin: 0px 4px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background: #404040;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: var(--orange);
}
@media screen and (min-width: 768px) {
  .slick-dots li:hover,
  .slick-arrow:hover {
    opacity: 0.8;
  }
}

.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);
  }
}
.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 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.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: 0.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;
  }
}

/*--------------------------------------
    end
--------------------------------------*/
.end-section {
  overflow: hidden;
  padding: 20vw 0;
  position: relative;
}
.end-section .text {
  margin-top: 8vw;
  line-height: 3.3;
  position: relative;
  z-index: 1;
}
.end-section .text:before {
  content: '';
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 70vw;
  height: 70vw;
  background: url('../img/index/end_bg.png') no-repeat center;
  background-size: contain;
  z-index: -1;
}
.end-section .photo {
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  .end-section {
    padding: 301px 0 198px;
  }
  .end-section .photo {
    position: absolute;
    right: calc(50% - 750px);
    width: 606px;
    height: 620px;
    max-width: 606px;
    margin-left: 0;
  }
  .end-section .photo > div {
    height: 100%;
  }
  .end-section .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .end-section .text {
    font-size: 18px;
    line-height: 60px;
    margin-top: 82px;
    letter-spacing: 0.05em;
  }
  .end-section .text:before {
    width: 341px;
    height: 342px;
    transform: none;
    top: auto;
    bottom: -3px;
    left: -98px;
  }
}

/*--------------------------------------
  contact
--------------------------------------*/
.contact-sec {
  position: relative;
  color: #fff;
  padding: 21vw 0 23vw;
  text-align: center;
}
.contact-sec .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact-sec .bg .simpleParallax {
  width: 100%;
  height: 100%;
}
.contact-sec .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-sec .img {
  width: 25vw;
  margin: 0 auto;
}
.contact-sec .content {
  margin-top: 13vw;
}
.contact-sec .content h2 {
  --gap: 2.1vw;
}
.contact-sec .content .text {
  text-align: left;
  margin: 30px 0 6vw;
}
.contact-sec .content .tel {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .contact-sec {
    padding: 187px 0 219px;
  }
  .contact-sec .row {
    justify-content: space-between;
    gap: 0;
  }
  .contact-sec .img {
    width: 265px;
    margin: 28px 0 0 4px;
  }
  .contact-sec .content {
    margin-top: 0;
    width: 614px;
  }
  .contact-sec .content h2 {
    margin-left: -49px;
    letter-spacing: 0.05em;
  }
  .contact-sec .content .text {
    text-align: center;
    margin: 14px 0 38px -70px;
  }
  .contact-sec .content .tel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 21px;
    margin-left: 6px;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
  .contact-sec .content .tel dt {
    margin-bottom: 0;
  }
}

/*--------------------------------------
    contact
--------------------------------------*/
.contact-sec2 {
  margin-top: 14vw;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 12vw 0;
}
.contact-sec2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact-sec2 .bg .simpleParallax {
  width: 100%;
  height: 100%;
}
.contact-sec2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-sec2 h3 {
  margin-bottom: 6vw;
}
.contact-sec2 .btn-mail a:after {
  display: inline-block;
  content: '';
  background: url('../img/jibo/contact_icon.png') no-repeat;
  background-size: contain;
  width: 11px;
  height: 10px;
  margin-left: 10px;
}
.contact-sec2 .tel {
  margin: 2vw 0 10vw;
}
.contact-sec2 .tel h4 {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.contact-sec2 .tel dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 13px;
  justify-content: center;
  gap: 15px;
}
.contact-sec2 .tel dl dt {
  font-size: 18px;
  margin-bottom: 0;
}
.contact-sec2 .tel dl dt small {
  font-size: 13px;
}
.contact-sec2 .tel dl dd {
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .contact-sec2 {
    margin-top: 89px;
    padding: 67px 0 88px;
  }
  .contact-sec2 .wrap {
    max-width: 614px;
  }
  .contact-sec2 h3 {
    margin-bottom: 41px;
  }
  .contact-sec2 .btn-mail a {
    height: 80px;
    font-size: 24px;
    line-height: 80px;
  }
  .contact-sec2 .btn-mail a:before {
    width: 22px;
    height: 15px;
    margin: 0 10px 0 4px;
  }
  .contact-sec2 .btn-mail a:after {
    margin-left: 7px;
  }
  .contact-sec2 .tel {
    margin: 16px 0 70px;
  }
  .contact-sec2 .tel dl {
    font-size: 14px;
    gap: 15px;
    margin-top: 3px;
  }
  .contact-sec2 .tel dl dt {
    font-size: 20px;
  }
  .contact-sec2 .tel dl dt small {
    font-size: 14px;
  }
  .contact-sec2 .tel dl dd {
    letter-spacing: 0em;
    margin-top: 1px;
  }
  .contact-sec2 .btn-shop a:before {
    width: 24px;
    height: 24px;
    margin: 0px 14px -2px -27px;
  }
}
