@charset "UTF-8";
/*
Theme Name:KabuK Style
Theme URI:
Description:WordPress Original Theme for KabuK Style
Text Domain: kabukstyle_theme
Version:1.0.0
*/
/* -----------------------------------------------------------------
 Foundation
----------------------------------------------------------------- */
/*======================
  reset
======================*/
html, body, div, span, iframe, h1, h2, h3, h4, p, a, img, dl, dt, dd, ol, ul, li, label, table, tbody, tr, th, td, figure, blockquote {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, figure, footer, header, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease-in;
}

li {
  list-style: none;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/************************
　スクロールアニメーション用
*************************/
.fadeIn {
  opacity: 0;
  transition: 800ms;
}
.fadeIn.is-scrolled {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: 800ms;
}
.fadeInUp.is-scrolled {
  opacity: 1;
  transform: translateY(0);
}

.fadeInLeft {
  opacity: 0;
  transform: translateX(-20px);
  transition: 800ms;
}
.fadeInLeft.is-scrolled {
  opacity: 1;
  transform: translateX(0);
}

.fadeInRight {
  opacity: 0;
  transform: translateX(20px);
  transition: 800ms;
}
.fadeInRight.is-scrolled {
  opacity: 1;
  transform: translateX(0);
}

.fadeInZoomOut {
  opacity: 0;
  transform: scale(1.05);
  transition: 800ms;
}
.fadeInZoomOut.is-scrolled {
  opacity: 1;
  transform: scale(1);
}

.fadeInZoomIn {
  opacity: 0;
  transform: scale(0.95);
  transition: 800ms;
}
.fadeInZoomIn.is-scrolled {
  opacity: 1;
  transform: scale(1);
}

/* ----------------------
  keyframes
---------------------- */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes btnLineOne {
  from {
    transform: scale(0, 1);
  }
  to {
    transform: scale(1, 1);
  }
}
@keyframes btnLine {
  from {
    transform: scale(0, 1);
  }
  to {
    transform: scale(2, 1);
  }
}
@keyframes scrollLine {
  from {
    transform: scale(1, 0);
  }
  to {
    transform: scale(1, 1);
  }
}
/*======================
  base
======================*/
body {
  color: #3B3C3E;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.11em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.11em;
  }
}
body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* -----------------------------------------------------------------
 Layout
----------------------------------------------------------------- */
/*=======================
  footer
=======================*/
.l-footer {
  position: relative;
  padding: 47px 0 0;
  background-color: #fff;
  box-sizing: border-box;
  color: #333;
  max-width: 376px;
  margin: auto;
}
@media (max-width: 500px) {
  .l-footer {
    max-width: 500px;
  }
}
.l-footer__sns-img {
  width: 64px;
}
.l-footer__sns-text {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}
.l-footer__inner {
  max-width: 1218px;
  margin: 0 auto;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
}
.l-footer__logo {
  display: block;
  width: 163px;
  margin-left: 24px;
}
.l-footer__logo img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-footer__logo {
    width: 144px;
    margin: 0 auto;
  }
}
.l-footer__copyright {
  font-size: 12px;
  margin-top: 18px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .l-footer__right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.l-footer__under-box {
  text-align: center;
  padding-top: 21px;
  padding-bottom: 9px;
  background-color: #EBEBEB;
}
.l-footer__box {
  margin-bottom: 30px;
}
.l-footer__under-box-link {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  text-decoration: underline;
}
.l-footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .l-footer__nav > li {
    margin-bottom: 8px;
  }
}
.l-footer__nav > li:not(:last-child) {
  margin-right: 41px;
}
.l-footer__nav > li > a {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-footer__nav > li > a {
    font-weight: 600;
  }
}
.l-footer__nav > li > a::before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -4px;
  opacity: 0;
  transition: 0.3s;
}
.l-footer__nav > li > a:hover::before {
  width: 100%;
  opacity: 1;
}
.l-footer__nav > li.m-contact > a {
  width: 88px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #fff;
  text-align: center;
}
.l-footer__nav > li.m-contact > a::before {
  content: none;
}
@media screen and (min-width: 1024px) {
  .l-footer__nav > li.m-contact > a {
    width: 106px;
    height: 40px;
    line-height: 38px;
  }
}
.l-footer__nav > li.m-contact > a:hover {
  background-color: #fff;
  color: #3B3C3E;
}
@media screen and (max-width: 1023px) {
  .l-footer__others {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
}
.l-footer__privacy {
  text-align: right;
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .l-footer__privacy {
    margin-left: 20px;
  }
}
.l-footer__privacy > a:hover {
  opacity: 0.75;
}
.l-footer .c-language-swich {
  margin: 38px 0 38px;
}
@media screen and (max-width: 1023px) {
  .l-footer .c-language-swich {
    margin: 0;
    font-weight: normal;
  }
}

/*=======================
  header
=======================*/
.l-header {
  width: 100%;
  height: 60px;
  background-color: rgb(255, 255, 255);
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 994;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header {
    height: 80px;
  }
}
.l-header.is-hidden {
  transform: translateY(-110%);
}
.l-header__inner {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__logo {
  display: flex;
  align-items: center;
  z-index: 999;
}
.l-header__logo a:hover {
  opacity: 1;
}
.l-header__logo a:hover > img {
  transition: 0.3s;
  transform: scale(1.05);
}
.l-header__logo a img {
  width: 100%;
}
.l-header__logo a.m-logo {
  display: flex;
  width: 56px;
}
@media screen and (min-width: 1024px) {
  .l-header__logo a.m-logo {
    width: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .l-header__logo a.m-logo {
    width: 91px;
  }
}
.l-header__logo a.m-text {
  display: block;
  width: 120px;
  margin-left: 16px;
}
@media screen and (min-width: 1024px) {
  .l-header__logo a.m-text {
    width: 160px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .l-header__logo a.m-text {
    width: 171px;
    margin-left: 72px;
  }
}

.l-navbtn {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
  position: fixed;
  top: 18px;
  right: 20px;
  z-index: 999;
}
@media screen and (min-width: 1024px) {
  .l-navbtn {
    display: none;
  }
}
.l-navbtn__bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3B3C3E;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transition: 0.3s;
}
.l-navbtn__bar:nth-child(1) {
  transform: translateY(-8px);
}
.l-navbtn__bar:nth-child(3) {
  transform: translateY(8px);
}

.l-gnav {
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .l-gnav {
    width: 100%;
    height: 100vh;
    padding: 35% 40px 124px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
    overflow-y: scroll;
    transition: 0.5s;
    transform: translateX(110%);
  }
  .l-gnav.is-open {
    display: block;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1024px) {
  .l-gnav {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .l-gnav__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1023px) {
  .l-gnav__item {
    text-align: center;
  }
}
.l-gnav__item:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1024px) {
  .l-gnav__item:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .l-gnav__item:not(:last-child) {
    margin-right: 64px;
  }
}
.l-gnav__item > a {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-gnav__item > a {
    font-size: 18px;
  }
}
.l-gnav__item.m-contact > a {
  width: 140px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #3B3C3E;
  background-color: #3B3C3E;
  text-align: center;
  color: #fff;
}
.l-gnav__item.m-contact > a::before {
  content: none;
}
@media screen and (min-width: 1024px) {
  .l-gnav__item.m-contact > a {
    width: 160px;
    height: 80px;
    line-height: 78px;
  }
}
.l-gnav__item.m-contact > a:hover {
  background-color: #fff;
  color: #3B3C3E;
}
.l-gnav__item-hover > a::before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background-color: #3B3C3E;
  position: absolute;
  left: 0;
  bottom: -4px;
  opacity: 0;
  transition: 0.3s;
}
.l-gnav__item-hover > a:hover::before {
  width: 100%;
  opacity: 1;
}
.l-gnav__link-contact {
  line-height: 80px;
  width: 150px;
  text-align: center;
  background-color: blue;
  color: #fff;
  transition: 0.3s;
}
.l-gnav__link-contact:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.is-open.l-navbtn .l-navbtn__bar:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.is-open.l-navbtn .l-navbtn__bar:nth-child(2) {
  display: none;
}
.is-open.l-navbtn .l-navbtn__bar:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

/*=======================
  main
=======================*/
.l-main {
  display: block;
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  .l-main {
    padding-top: 60px;
  }
}

/* -----------------------------------------------------------------
 Component
----------------------------------------------------------------- */
.c-inner {
  max-width: 640px;
  margin: 0 auto;
  box-sizing: content-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .c-inner {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .c-inner {
    max-width: 1040px;
  }
}
@media screen and (min-width: 1024px) {
  .c-inner.m-1152 {
    max-width: 1152px;
  }
}
.c-inner.m-p-relative {
  position: relative;
}

/* -----------------------------------------------------------------
 Utility
----------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .u-pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .u-sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-only-tl {
    display: none !important;
  }
}

/* -----------------------------------------------------------------
Project
----------------------------------------------------------------- */
/*=======================
  home
=======================*/
html {
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(../img/fv_bg_pc.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  height: 100vh;
  background-size: 1440px;
}
@media (min-width: 1441px) {
  body {
    background-size: cover;
  }
}
@media (max-width: 500px) {
  body {
    position: relative;
    background-image: none;
  }
  body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/fv_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
  }
}

.c-main-max {
  max-width: 1440px;
  margin: auto;
}

.c-hidden {
  overflow: hidden;
}

.p-fv__container {
  max-width: 375px;
  margin: auto;
}
.p-fv__img {
  margin-top: 24px;
}

.p-code__box {
  display: flex;
  justify-content: center;
  color: #fff;
  padding: 13px 0 21px;
}
.p-code__container {
  width: 335px;
  height: 249px;
  background: rgba(31, 9, 9, 0.8);
  border: 6px solid #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.p-code__title-box {
  text-align: center;
  margin-top: 30px;
}
.p-code__title {
  display: inline-block;
  font-size: 20px;
  position: relative;
  font-weight: bold;
  line-height: 1;
}
.p-code__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 188px;
  height: 3px;
  background-color: #B97019;
}
.p-code__text {
  font-size: 14px;
  text-align: center;
  margin-top: 28px;
  font-weight: bold;
  line-height: auto;
}
.p-code__code {
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  line-height: 1;
}

.p-search__container {
  position: relative;
  z-index: 10;
}
.p-search__box {
  background-color: rgba(255, 255, 255, 0.86);
  padding-top: 25px;
  padding-bottom: 95px;
  position: relative;
  overflow: hidden;
  max-width: 376px;
  margin: auto;
}
@media (max-width: 500px) {
  .p-search__box {
    max-width: 500px;
  }
}
.p-search__box::before {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/search_bg.png);
  background-repeat: no-repeat;
  background-size: 375px;
  background-position: top;
}
.p-search__title-box {
  display: flex;
  justify-content: center;
}
.p-search__title {
  font-size: 20px;
  line-height: 26px;
  color: #A66D17;
  display: inline-block;
  text-align: center;
}
.p-search__text {
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
}
.p-search__img-box {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.p-feature__section {
  background-color: rgba(31, 21, 21, 0.7);
  color: #fff;
  padding-top: 48px;
  padding-bottom: 50px;
  max-width: 376px;
  margin: auto;
}
@media (max-width: 500px) {
  .p-feature__section {
    max-width: 500px;
  }
}
.p-feature__title-box {
  display: flex;
  justify-content: center;
}
.p-feature__title {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.p-feature__img-box {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 32px;
}
.p-feature__boxes {
  max-width: 375px;
  margin: auto;
}
.p-feature__box {
  width: 306px;
  height: 232px;
  background: rgba(31, 9, 9, 0.8);
  border: 6px solid #fff;
  border-radius: 8px;
  padding-left: 29px;
  padding-top: 25px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.p-feature__box-title {
  line-height: 22px;
}
.p-feature__box03 {
  height: 253px;
}
.p-feature__text {
  width: 248px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.p-feature__box-title-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.p-feature__boxes > div {
  position: relative;
}
.p-feature__boxes > div:not(:last-child) {
  margin-bottom: 48px;
}
.p-feature__boxes > div:first-of-type {
  margin-left: 12px;
}
.p-feature__boxes > div:nth-child(2) {
  margin-left: 51px;
}
.p-feature__boxes > div:last-of-type {
  margin-left: 23px;
}
.p-feature__img01 {
  position: absolute;
  right: -65px;
  bottom: -50px;
  width: 111px;
  z-index: 1;
}
.p-feature__img02 {
  position: absolute;
  left: -60px;
  bottom: -45px;
  width: 100px;
  z-index: 1;
}
.p-feature__img03 {
  position: absolute;
  right: -50px;
  bottom: -25px;
  width: 111px;
  z-index: 1;
}

.p-start {
  color: #333;
}
.p-start__section {
  padding-top: 48px;
  margin-bottom: 48px;
}
.p-start__container {
  background-color: #fff;
  border: 4px solid #A66D17;
  border-radius: 8px;
  width: 335px;
  margin: auto;
  padding-bottom: 47px;
}
.p-start__title-box {
  display: flex;
  justify-content: center;
  margin-top: 31px;
}
.p-start__title {
  text-align: center;
  color: #A66D17;
}
.p-start__box-text-box {
  display: flex;
  align-items: end;
  gap: 4px;
  margin-bottom: 12px;
}
.p-start__box-title {
  font-size: 18px;
}
.p-start__boxes {
  margin-left: 24px;
}
.p-start__text {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  width: 284px;
}
.p-start__box01-text-box {
  position: relative;
}
.p-start__box-img-feeep {
  position: absolute;
  right: 15px;
  bottom: -10px;
  width: 50px;
}
.p-start__box01-dl {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 34px;
}
.p-start__box01-dl > a {
  display: block;
  width: 228px;
  height: 50px;
  background-color: #A17111;
  border: 2px solid #7A3018;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -24px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.p-start__po-box {
  margin-left: -24px;
  display: flex;
  justify-content: center;
}
.p-start__box01 {
  margin-bottom: 17px;
}
.p-start__box02-code-box {
  margin-left: -24px;
  display: flex;
  justify-content: center;
  margin-top: 21px;
  margin-bottom: 17px;
}
.p-start__box02-code {
  width: 258px;
  height: 70px;
  border: 1px solid #000;
}
.p-start__box02-code01 {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}
.p-start__box02-code02 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
}
.p-start__box02 {
  margin-bottom: 27px;
}
.p-start__box03 {
  margin-bottom: 15px;
  position: relative;
}
.p-start__box04 {
  position: relative;
}
.p-start__text03 {
  margin-bottom: 25px;
}
.p-start__box03-img {
  position: absolute;
  right: 8px;
  top: -32px;
  width: 141px;
}
.p-start__box04-img {
  position: absolute;
  right: 30px;
  top: -45px;
  width: 82px;
}

.p-fee__box {
  background-color: rgba(255, 255, 255, 0.88);
  max-width: 376px;
  margin: auto;
}
@media (max-width: 500px) {
  .p-fee__box {
    max-width: 500px;
  }
}
.p-fee__container {
  padding-top: 48px;
  padding-bottom: 47px;
  max-width: 267px;
  margin: auto;
}
.p-fee__title-box {
  display: flex;
  justify-content: center;
}
.p-fee__title {
  font-size: 20px;
  color: #A66D17;
}
.p-fee__text {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.p-fee__text > a {
  color: #278B31;
  text-decoration: underline;
}
.p-fee__dl {
  font-size: 16px;
  font-weight: bold;
  margin-top: 27px;
  margin-bottom: 10px;
  text-align: center;
}
.p-fee__num-box {
  margin-top: 37px;
  margin-bottom: 12px;
}
.p-fee__dl-box {
  margin-top: initial;
  margin-bottom: initial;
}
.p-fee__dl-box > a {
  margin-left: initial;
}

.p-ex__section {
  background-color: rgba(255, 255, 255, 0.78);
  max-width: 376px;
  margin: auto;
}
@media (max-width: 500px) {
  .p-ex__section {
    max-width: 500px;
  }
}
.p-ex__container {
  padding-top: 48px;
  padding-bottom: 56px;
  max-width: 324px;
  margin: auto;
}
.p-ex__title-box {
  display: flex;
  justify-content: center;
}
.p-ex__title {
  font-size: 20px;
  color: #A66D17;
}
.p-ex__link {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-decoration: underline;
  margin-top: 19px;
  margin-left: 20px;
}
.p-ex__item-title {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  margin-bottom: 22px;
  font-family: "Roboto", sans-serif;
}
.p-ex__item-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 164px;
  height: 2px;
  background-color: #A76D17;
}
.p-ex__item-box-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.p-ex__item-box {
  width: 218px;
  height: 97px;
  background: rgba(31, 9, 9, 0.8);
  border: 4px solid #fff;
  border-radius: 8px;
  color: #fff;
}
.p-ex__boxes {
  margin-top: 32px;
}
.p-ex__box1 {
  margin-bottom: 97px;
}
.p-ex__item-box {
  padding-left: 18px;
  padding-top: 16px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.p-ex__box2 {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-bottom: 85px;
}
.p-ex__item-title3 {
  letter-spacing: 0;
  font-size: 18px;
}
.p-ex__item-box1 {
  width: 172px;
  position: absolute;
  right: -125px;
  bottom: -100px;
}
.p-ex__item-box2 {
  width: 132px;
  position: absolute;
  left: -105px;
  bottom: -70px;
}
.p-ex__item-box3 {
  width: 172px;
  position: absolute;
  right: -130px;
  bottom: -95px;
}
.p-ex__item-box02 {
  padding-left: 33px;
}
.p-ex__link02 {
  margin-right: 88px;
}
.p-ex__under-box {
  position: relative;
  margin-top: 84px;
}
.p-ex__under-box-line {
  position: absolute;
  width: 335px;
  top: 25px;
}
.p-ex__under-box-title {
  color: #A66D17;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 22px;
}
.p-ex__under-box-text {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2.2;
  max-width: 274px;
  margin: auto;
}

.p-access__section {
  background-color: rgba(61, 26, 26, 0.9);
  color: #fff;
  padding-top: 46px;
  padding-bottom: 32px;
  max-width: 376px;
  margin: auto;
}
@media (max-width: 500px) {
  .p-access__section {
    max-width: 500px;
  }
}
.p-access__title {
  font-size: 20px;
  letter-spacing: 0;
}
.p-access__boxes {
  max-width: 333px;
  margin: 33px auto 0;
}
.p-access__img-box {
  text-align: center;
}
.p-access__title {
  text-align: center;
}
.p-access__box-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 10px;
}
.p-access__text1 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3px;
}
.p-access__text2 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1px;
}
.p-access__img {
  margin-top: 25px;
}

.p-shop__section {
  background-color: rgba(54, 26, 26, 0.8);
  color: #fff;
  padding-top: 21px;
  padding-bottom: 30px;
  max-width: 376px;
  margin: auto;
}
@media (max-width: 500px) {
  .p-shop__section {
    max-width: 500px;
  }
}
.p-shop__title {
  font-size: 20px;
  letter-spacing: 0;
}
.p-shop__img-box {
  text-align: center;
}
.p-shop__title {
  text-align: center;
}
.p-shop__box {
  margin-top: 25px;
  display: flex;
  gap: 25px;
  overflow-x: scroll;
  padding-left: 29px;
  padding-right: 29px;
  max-width: 375px;
  margin: auto;
}
.p-shop__text {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 21px;
}
.p-shop__img {
  width: 315px;
  flex-shrink: 0;
}
.p-shop__scroll-box {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 30px;
  max-width: 375px;
  margin: auto;
}
.p-shop__arrow {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 5px;
}

.p-quest__section {
  padding-top: 50px;
  padding-bottom: 56px;
  max-width: 375px;
  margin: auto;
}
.p-quest__img {
  width: 340px;
}
.p-quest__text-first {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.58;
}
.p-quest__text-first::before {
  width: 237px;
  height: 3px;
  bottom: -27px;
}
.p-quest__container {
  height: 293px;
}
.p-quest__text-dl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 11px;
  margin-top: 52px;
}
.p-quest__box {
  position: relative;
}
.p-quest__chair {
  width: 151px;
  position: absolute;
  right: 20px;
  top: -140px;
}

.p-contact__section {
  padding-bottom: 56px;
}
.p-contact__container {
  max-width: 335px;
  height: 258px;
  margin: auto;
  background-color: #fff;
  border: 4px solid #A66D17;
  border-radius: 8px;
  padding-top: 15px;
}
.p-contact__text {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.p-contact__line-box {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-bottom: 12px;
}
.p-contact__line-img {
  width: 56px;
}
.p-contact__link-box {
  display: flex;
  justify-content: center;
}
.p-contact__link {
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  display: block;
  width: 224px;
  text-align: center;
  background-color: #06C755;
  line-height: 42px;
  border-radius: 6px;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .p-fv-pc-left {
    display: none;
  }
}
.p-fv-pc-left__img {
  position: fixed;
  top: -80px;
  bottom: 0;
  margin: auto;
  left: 108px;
  width: 301px;
  z-index: 999;
}
@media (max-width: 1300px) {
  .p-fv-pc-left__img {
    left: 5%;
  }
}
@media (max-width: 1130px) {
  .p-fv-pc-left__img {
    left: 2%;
    width: 280px;
  }
}

.p-p-fv-pc-right__container {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 128px;
  color: #fff !important;
  width: 310px;
  height: 398px;
  z-index: 999;
}
@media (max-width: 1300px) {
  .p-p-fv-pc-right__container {
    right: 5%;
  }
}
@media (max-width: 1130px) {
  .p-p-fv-pc-right__container {
    right: 2%;
    width: 290px;
  }
}
@media screen and (max-width: 1023px) {
  .p-p-fv-pc-right__container {
    display: none;
  }
}
.p-p-fv-pc-right__dl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  margin-top: 45px;
}
.p-p-fv-pc-right__title-box {
  margin-top: 40px;
}
.p-p-fv-pc-right__title-box > a:not(:last-child) {
  margin-bottom: 22px;
}
.p-p-fv-pc-right__list {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  -moz-text-align-last: left;
       text-align-last: left;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 45px;
}

a {
  transition: 0.3s;
}
a:hover {
  transition: 0.3s;
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */