/*=============================================
 * body
 *=============================================*/
/* noto-sans-jp-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: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v54-japanese_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - 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: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v54-japanese_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-900 - 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: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/noto-sans-jp-v54-japanese_latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* murecho-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: "Murecho";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/murecho-v16-japanese_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* murecho-500 - 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: "Murecho";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/murecho-v16-japanese_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* murecho-600 - 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: "Murecho";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/murecho-v16-japanese_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-antique-900 - 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 Kaku Gothic Antique";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/zen-kaku-gothic-antique-v17-japanese_latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --primary: #1b1b1b;
  --green:#11c722;
  --org: #ff8a23;
}

body {
  font-size: clamp(13px, 4.6vw, 50px);
  line-height: 1.6;
  font-weight: 500;
  color: var(--primary);
  letter-spacing: 0.05em;
  font-family: "Murecho";
  font-weight: 500;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background: #fffcf5;
}

@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
    touch-action: none;
    -webkit-overflow-scrolling: auto;
  }
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 27px;
    line-height: 44px;
  }
}
.nav--opened {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.nav--opened #pagetop, .nav--opened .fx-btn {
  z-index: -1;
  opacity: 0;
}

body.nav--opened, body.nav--opened *, body.nav--opened *:hover, body.nav--opened *:focus, body.nav--opened *:active {
  pointer-events: none !important;
  -ms-touch-action: none !important;
  touch-action: none !important;
}

body.nav--opened .hamburger, body.nav--opened .btn-web-toggle, body.nav--opened #menu_toggle, body.nav--opened #menu_toggle *, body.nav--opened .web-sub * {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-notosan {
  font-family: "Noto Sans JP";
}

.fnt-murecho {
  font-family: "Murecho";
}

.fnt-zen {
  font-family: "Zen Kaku Gothic Antique";
}

/*=============================================
 * main
 *=============================================*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .df-sp {
    display: flex !important;
    justify-content: space-between;
  }
  .wrap {
    /*height: calc(100% - 40vw);*/
  }
}
i {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1;
  position: relative;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.scroll {
  margin: 0 auto;
  width: 10vw;
  position: relative;
  animation: pulse 2s infinite;
}
@media only screen and (min-width: 768px) {
  .scroll {
    width: 71px;
  }
}

/*=============================================
 * pc-left
 *=============================================*/
.pc-left {
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/shared/bg_left.jpg") no-repeat center/cover;
  height: 100vh;
  width: calc(50% - 285px);
}
.pc-left > div {
  position: absolute;
  top: 45px;
  left: 70px;
  width: 308px;
}
.pc-left .logo {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .pc-left > div {
    left: 10%;
    width: 80%;
  }
}

/*=============================================
 * pc-right
 *=============================================*/
.contact {
  background: #fff;
  border-radius: 48px;
  width: 100%;
  height: 104px;
  box-sizing: border-box;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact small {
  display: block;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-bottom: 2px;
}
.contact .tel {
  justify-content: flex-start;
  align-items: center;
  font-size: 28px;
  width: 260px;
  position: relative;
}
.contact .tel:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 23px;
  background: var(--primary);
}
.contact .tel i {
  width: 37px;
  margin-right: 5px;
}
.contact .line {
  display: block;
  margin-left: 24px;
  line-height: 1;
}

.pc-right {
  position: fixed;
  top: 0;
  right: 0;
  background: url("../img/shared/bg_right.jpg") no-repeat center/cover;
  height: 100vh;
  width: calc(50% - 285px);
}
.pc-right .header-inner {
  width: 407px;
  position: absolute;
  top: 45px;
  right: 65px;
  height: calc(100% - 190px);
}
.pc-right .gnav {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 20px;
  line-height: 33px;
}
.pc-right .gnav li + li {
  margin-top: 10px;
}
.pc-right .gnav a span {
  display: inline-block;
  padding: 0 10px;
}
.pc-right .gnav a:hover, .pc-right .gnav a.active {
  text-decoration: none;
}
.pc-right .gnav a:hover span, .pc-right .gnav a.active span {
  color: #fff;
  background: var(--org);
}
@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .pc-right .header-inner {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) {
  .pc-right .header-inner {
    width: 330px;
  }
  .pc-right .contact .tel {
    width: 250px;
  }
  .pc-right .contact .line {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1350px) {
  .pc-right .header-inner {
    width: 90%;
    right: 5%;
  }
  .pc-right .contact {
    height: auto;
    padding: 1.5vw 0 1vw;
  }
  .pc-right .contact > div {
    width: 88%;
  }
  .pc-right .contact small {
    font-size: 1.3vw;
  }
  .pc-right .contact .tel {
    width: 85%;
    font-size: 2vw;
  }
  .pc-right .contact .tel i {
    width: 2vw;
  }
  .pc-right .contact .line {
    width: 2.5vw;
    margin-left: 0;
  }
  .pc-right .gnav {
    font-size: 1.5vw;
    line-height: 1.7;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .pc-right .contact > div > .df {
    display: block !important;
  }
  .pc-right .contact .tel {
    width: 100%;
    justify-content: center;
    line-height: 1.8;
  }
  .pc-right .contact .tel:before {
    display: none;
  }
  .pc-right .contact .line {
    width: 42px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .pc-right .contact .tel {
    font-size: 1.8vw;
  }
}

@media only screen and (min-width: 768px) {
  .nav-target {
    margin: 0 auto;
    width: 570px;
  }
}

@media only screen and (min-width: 768px) {
  #pagetop {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

iframe {
  width: 100%;
  height: 100%;
}

/*=============================================
 * ft_fixed_shared
 *=============================================*/
#socialbuttons > * {
  margin: 0;
}

#ft_fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.2s;
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  display: flex;
  box-sizing: border-box;
  background: #fff04b;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #ft_fixed .sp_fixed_left {
    width: 66.8%;
    text-align: center;
  }
  #ft_fixed .sp_fixed_left li {
    width: 50%;
  }
  #ft_fixed .sp_fixed_left small {
    background: #fff;
    width: 89%;
    display: block;
    margin: 0 auto;
    border-radius: 5vw;
    font-size: 3.7vw;
    line-height: 1.9;
    color: #f63b10;
  }
  #ft_fixed .sp_fixed_hp {
    width: 33.2%;
  }
}
#ft_fixed a:hover, #ft_fixed a:focus, #ft_fixed a:active, #ft_fixed a:visited {
  opacity: 1 !important;
}
/* Portrait iPhone SE */
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: #fff04b;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 0;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 71px);
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    background: #fff04b;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 0;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 71px);
  }
}
/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  footer:after {
    background: #fff04b;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 0;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 71px);
  }
}
@media only screen and (min-width: 600px) {
  footer:after {
    display: none !important;
  }
}
/*=============================================
 * general
 *=============================================*/
.align-bottom {
  align-items: flex-end;
}

.slick-slide > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.slick-dots {
  position: absolute;
  bottom: 5px;
  right: 10px;
  display: block !important;
}

.slick-dots li {
  display: block;
  line-height: 0;
  margin-top: 5px;
  cursor: pointer;
  width: 5px;
  height: 45px;
  box-sizing: border-box;
  border: 1px solid #fff;
}

.slick-dots li button {
  position: relative;
  cursor: pointer;
  outline: none;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  font-size: 0;
  display: flex;
}

.slick-dots .slick-active button {
  background: #fff;
}

.slick-arrow {
  top: 50%;
  z-index: 2;
  border: none;
  outline: none;
  color: transparent;
  position: absolute;
  cursor: pointer;
  background: transparent;
  width: 13px;
  height: 26px;
  margin-top: -36px;
}

.slick-arrow.slick-prev {
  left: -30px;
  background: url("../img/shared/arrow_left.png") no-repeat center/100% auto;
}

.slick-arrow.slick-next {
  right: -30px;
  background: url("../img/shared/arrow_right.png") no-repeat center/100% auto;
}

img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  #ft_fixed {
    display: none;
  }
  .sp {
    display: none !important;
  }
  img {
    width: auto;
  }
  .slick-dots {
    bottom: 28px;
    right: 24px;
  }
  .slick-dots li {
    transition: 0.2s;
    width: 5px;
    height: 85px;
    margin-top: 10px;
  }
  .slick-dots li:hover {
    opacity: 0.8;
  }
  .slick-arrow {
    width: 21px;
    height: 40px;
  }
  .slick-arrow:hover {
    opacity: 0.8;
  }
  .wrap {
    margin: auto;
    max-width: 1000px;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 0;
  }
  .has_nav footer:after {
    content: none !important;
  }
  .df-pc {
    display: flex !important;
    justify-content: space-between;
  }
}
.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

em {
  font-style: normal;
}

.txt-center {
  text-align: center;
}

.txt-red {
  color: #f63b10;
}

@media only screen and (max-width: 767px) {
  .mb5 {
    margin-bottom: 5vw;
  }
  .mb10 {
    margin-bottom: 10vw;
  }
}

/*# sourceMappingURL=shared.css.map */
