/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/style.scss ***!
  \**********************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap);
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/style.scss (1) ***!
  \**************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap);
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/style.scss (2) ***!
  \**************************************************************************************************************************************************************************/
@charset "UTF-8";
/*  --------------------------------------------------------------------------------
  base
--------------------------------------------------------------------------------  */
body {
  background: #fff;
  color: #928c87;
  font-family: "Shippori Mincho", serif;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
}

div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.imgFit {
  overflow: hidden;
}
.imgFit.is-top img {
  object-position: top center;
}
.imgFit img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  word-wrap: break-word;
}

p, li, td, th, dt, dd {
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

::selection {
  background: #928c87;
  color: #fff;
}

/* display switching */
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .min1025-none {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .max1024-none {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .min1281-none {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .max1280-none {
    display: none !important;
  }
}
/* hover */
@media screen and (min-width: 769px) {
  a {
    transition: 0.3s ease;
  }
  a:hover {
    opacity: 0.5;
  }
}

.mokujiMain {
  display: grid;
  place-content: center;
  height: 100vh;
  min-height: 800px;
}

.mokuji__ttl {
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 40px;
}

.mokuji-list {
  display: grid;
  gap: 30px;
}
.mokuji-list .link.is-none a {
  color: #1f1f1f;
  pointer-events: none;
  opacity: 0.5;
}
.mokuji-list .link a {
  color: blue;
  font-size: 32px;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .mokujiMain {
    height: 100svh;
    min-height: initial;
  }
  .mokuji__ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .mokuji-list {
    gap: 25px;
  }
  .mokuji-list .link a {
    font-size: 20px;
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*  --------------------------------------------------------------------------------
  common
--------------------------------------------------------------------------------  */
.cmn-frame {
  border-bottom: 1px solid #928c87;
  border-left: 1px solid #928c87;
  border-right: 1px solid #928c87;
  margin: 0 auto;
  padding: 80px 0 120px;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmn-frame {
    padding: 40px 0 100px;
  }
  .cmn-frame.is-lower {
    padding: 60px 0 100px;
  }
}

.cmn-recMv {
  border-left: 1px solid #928c87;
  border-right: 1px solid #928c87;
  margin: 80px auto 0;
  position: relative;
  width: calc(100% - 80px - 80px);
}
@media screen and (max-width: 768px) {
  .cmn-recMv {
    margin: 60px auto 0;
    width: calc(100% - 30px - 30px);
  }
}
.cmn-recMv-content-ttlBox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 10px 20px 15px;
  min-height: 180px;
}
@media screen and (max-width: 1024px) {
  .cmn-recMv-content-ttlBox {
    min-height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-recMv-content-ttlBox {
    padding: 10px 8px 15px;
    min-height: 80px;
  }
}
.cmn-recMv-content-ttlBox .furi {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  display: block;
}
@media screen and (max-width: 1024px) {
  .cmn-recMv-content-ttlBox .furi {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-recMv-content-ttlBox .furi {
    font-size: 14px;
  }
}
.cmn-recMv-content-ttlBox .ttl {
  font-weight: 500;
  font-size: 72px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  display: block;
}
@media screen and (max-width: 1024px) {
  .cmn-recMv-content-ttlBox .ttl {
    font-size: 62px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-recMv-content-ttlBox .ttl {
    font-size: 26px;
  }
}
.cmn-recMv-content-ttlBox .ttl small {
  font-size: 42px;
}
@media screen and (max-width: 1024px) {
  .cmn-recMv-content-ttlBox .ttl small {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-recMv-content-ttlBox .ttl small {
    font-size: 14px;
  }
}
.cmn-recMv-content-box {
  border-top: 1px solid #928c87;
  border-bottom: 1px solid #928c87;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cmn-recMv-content-box {
    display: block;
  }
}
.cmn-recMv-content-box.is-box02 {
  display: grid;
  place-content: center;
  padding: 0;
  height: 600px;
}
.cmn-recMv-content-box.is-box02 .logo.is-zoku {
  margin: 0 auto;
  width: 300px;
}
@media screen and (max-width: 1280px) {
  .cmn-recMv-content-box.is-box02 {
    height: 400px;
  }
  .cmn-recMv-content-box.is-box02 .logo.is-zoku {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-recMv-content-box.is-box02 {
    height: 300px;
  }
  .cmn-recMv-content-box.is-box02 .logo.is-zoku {
    width: 40%;
  }
}
.cmn-recMv-content-box .splide.is-recLower {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmn-recMv-content-box .splide.is-recLower {
    width: 100%;
  }
}
.cmn-recMv-content-box .splide.is-recLower .splide__list {
  display: flex;
  position: relative;
  width: 100%;
}
.cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide.is-active .logo {
  opacity: 0;
}
.cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide.is-active .imgBox::before {
  height: 0;
}
@media screen and (max-width: 768px) {
  .cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide.is-active .imgBox::before {
    width: 0;
    height: 100%;
  }
}
.cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide.is-first-slide.is-active .logo {
  opacity: 1;
  transition: 2s 0s ease;
}
.cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide.is-first-slide.is-active .imgBox::before {
  height: 100%;
  transition: 2s 0s ease;
}
@media screen and (max-width: 768px) {
  .cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide.is-first-slide.is-active .logo {
    transition: 1.5s 0s ease;
  }
  .cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide.is-first-slide.is-active .imgBox::before {
    width: 100%;
    transition: 1.5s 0s ease;
  }
}
.cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide.is-first-slide.is-first-slide-on .logo {
  opacity: 0;
}
.cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide.is-first-slide.is-first-slide-on .imgBox::before {
  height: 0;
}
@media screen and (max-width: 768px) {
  .cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide.is-first-slide.is-first-slide-on .imgBox::before {
    width: 0;
    height: 100%;
  }
}
.cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 240px;
  height: auto;
  z-index: 9;
  transition: 2s 3s ease;
}
@media screen and (max-width: 768px) {
  .cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .logo {
    transition: 1.5s 2.5s ease;
  }
}
.cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .logo.is-shinogi {
  width: 240px;
}
@media screen and (max-width: 1280px) {
  .cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .logo.is-shinogi {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .logo.is-shinogi {
    max-width: 100px;
    width: 45%;
  }
}
.cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .logo.is-botan_tonkatsu {
  left: 22px;
  width: 100px;
}
@media screen and (max-width: 1280px) {
  .cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .logo.is-botan_tonkatsu {
    left: 18px;
    width: 75px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .logo.is-botan_tonkatsu {
    left: 16px;
    max-width: 48px;
    width: 20%;
  }
}
.cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .logo.is-newShinogi {
  width: 420px;
}
@media screen and (max-width: 1280px) {
  .cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .logo.is-newShinogi {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .logo.is-newShinogi {
    max-width: 300px;
    width: 70%;
  }
}
.cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .logo.is-zoku {
  bottom: 0;
  width: 200px;
}
@media screen and (max-width: 1280px) {
  .cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .logo.is-zoku {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .logo.is-zoku {
    max-width: 120px;
    width: 40%;
  }
}
.cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .imgBox {
  position: relative;
  z-index: 1;
}
.cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .imgBox::before {
  background: rgba(255, 255, 255, 0.65);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: 2s 3s ease;
}
.cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .imgBox:nth-child(2)::before {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .imgBox {
    height: 225px;
  }
  .cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .imgBox::before {
    transition: 1.5s 2.5s ease;
  }
  .cmn-recMv-content-box .splide.is-recLower .splide__list .splide__slide .imgBox:nth-child(2)::before {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }
}

.cmn-bt {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  position: relative;
  margin: 0 auto;
  max-width: 260px;
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .cmn-bt {
    padding-left: 15px;
    max-width: 220px;
    height: 46px;
  }
}
.cmn-bt.is-entry {
  padding-left: 0;
  justify-content: center;
  max-width: 240px;
}
.cmn-bt.is-entry::before {
  content: none;
}
.cmn-bt.is-entry p {
  padding-left: 40px;
  position: relative;
}
.cmn-bt.is-entry p::before {
  background: url(./img/cmn/ico_entry01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 20px;
}
.cmn-bt.is-entry p::after {
  background: #928c87;
  content: "";
  left: 40px;
  width: calc(100% - 30px - 10px);
}
.cmn-bt.is-reverse {
  justify-content: flex-end;
}
.cmn-bt.is-reverse::before {
  left: 14px;
  right: auto;
  transform: scaleX(-1);
}
.cmn-bt.is-reverse p::after {
  transform-origin: left top;
}
.cmn-bt::before {
  background: url(./img/cmn/ico_arrow_gry01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  width: 40px;
  height: 8px;
}
@media screen and (max-width: 768px) {
  .cmn-bt::before {
    right: 12px;
  }
}
.cmn-bt .line {
  position: absolute;
  background: #928c87;
}
.cmn-bt .line.is-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.cmn-bt .line.is-btm {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
}
.cmn-bt .line.is-left {
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
}
.cmn-bt .line.is-right {
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
}
.cmn-bt p {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  margin-bottom: 2px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmn-bt p {
    font-size: 16px;
  }
}
.cmn-bt p::after {
  background: #928c87;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: right top;
}
@media screen and (max-width: 768px) {
  .cmn-bt p::after {
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 769px) {
  .cmn-bt::before,
  .cmn-bt .line,
  .cmn-bt p {
    transition: 0.3s ease;
  }
  .cmn-bt p::after {
    transition: transform 0.3s;
  }
  .cmn-bt:hover {
    background: rgba(146, 140, 135, 0.2);
    opacity: 1;
  }
  .cmn-bt:hover::before {
    right: 10px;
  }
  .cmn-bt:hover .line.is-top {
    width: 0;
  }
  .cmn-bt:hover .line.is-btm {
    width: 0;
  }
  .cmn-bt:hover .line.is-left {
    height: 0;
  }
  .cmn-bt:hover .line.is-right {
    height: 0;
  }
  .cmn-bt:hover p::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .cmn-bt:hover.is-reverse::before {
    right: auto;
    left: 10px;
  }
  .cmn-bt:hover.is-reverse p::after {
    transform-origin: right top;
  }
}

.cmn-btBig {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px;
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .cmn-btBig {
    align-items: flex-start;
    padding: 27px 24px;
    height: 280px;
  }
}
.cmn-btBig::before {
  background: url(./img/cmn/ico_arrow_gry03.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60px;
  margin: auto;
  width: 140px;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .cmn-btBig::before {
    right: 45px;
    width: 110px;
    height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-btBig::before {
    top: auto;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 130px;
    height: 20px;
  }
}
.cmn-btBig .line {
  position: absolute;
  background: #928c87;
}
.cmn-btBig .line.is-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.cmn-btBig .line.is-btm {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
}
.cmn-btBig .line.is-left {
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cmn-btBig .line.is-left {
    display: none;
  }
}
.cmn-btBig .line.is-right {
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cmn-btBig .line.is-right {
    display: none;
  }
}
.cmn-btBig .line02 {
  position: absolute;
  background: #928c87;
}
.cmn-btBig .line02.is-top {
  top: 10px;
  right: 10px;
  width: calc(100% - 20px);
  height: 1px;
}
.cmn-btBig .line02.is-btm {
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: 1px;
}
.cmn-btBig .line02.is-left {
  top: 10px;
  right: 10px;
  width: 1px;
  height: calc(100% - 20px);
}
.cmn-btBig .line02.is-right {
  left: 10px;
  bottom: 10px;
  width: 1px;
  height: calc(100% - 20px);
}
.cmn-btBig h2 {
  display: inline-block;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmn-btBig h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.cmn-btBig h2::after {
  background: #928c87;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: right top;
}
.cmn-btBig p {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .cmn-btBig p {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .cmn-btBig::before,
  .cmn-btBig .line,
  .cmn-btBig .line02,
  .cmn-btBig h2,
  .cmn-btBig p {
    transition: 0.5s ease;
  }
  .cmn-btBig h2::after {
    transition: transform 0.5s;
  }
  .cmn-btBig:hover {
    background: rgba(146, 140, 135, 0.2);
    opacity: 1;
  }
  .cmn-btBig:hover::before {
    right: 40px;
  }
  .cmn-btBig:hover .line.is-top {
    width: 0;
  }
  .cmn-btBig:hover .line.is-btm {
    width: 0;
  }
  .cmn-btBig:hover .line.is-left {
    height: 0;
  }
  .cmn-btBig:hover .line.is-right {
    height: 0;
  }
  .cmn-btBig:hover .line02.is-top {
    width: 0;
  }
  .cmn-btBig:hover .line02.is-btm {
    width: 0;
  }
  .cmn-btBig:hover .line02.is-left {
    height: 0;
  }
  .cmn-btBig:hover .line02.is-right {
    height: 0;
  }
  .cmn-btBig:hover h2::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

.cmn-btBig02 {
  border: 1px solid #928c87;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .cmn-btBig02 {
    border-left: none;
    border-right: none;
    height: 200px;
  }
}
.cmn-btBig02 .imgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmn-btBig02 p {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.cmn-btBig02 p span {
  background: rgba(146, 140, 135, 0.2);
  backdrop-filter: blur(2px);
  border: 1px solid #928c87;
  display: inline-block;
  line-height: 1.2;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .cmn-btBig02 p span {
    padding: 9px 10px;
  }
}
.cmn-btBig02 p span::after {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1, 1);
  transform-origin: left top;
  z-index: -1;
}
.cmn-btBig02 .ttl {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 3;
}
.cmn-btBig02 .ttl span {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .cmn-btBig02 .ttl span {
    font-size: 18px;
  }
}
.cmn-btBig02 .bt {
  backdrop-filter: blur(2px);
  position: absolute;
  bottom: -1px;
  right: -1px;
  max-width: 310px;
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .cmn-btBig02 .bt {
    max-width: 255px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-btBig02 .bt {
    max-width: 215px;
    height: 38px;
  }
}
.cmn-btBig02 .bt::before {
  background: url(./img/cmn/ico_arrow_gry01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  width: 40px;
  height: 8px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .cmn-btBig02 .bt::before {
    bottom: 2px;
    right: 10px;
    width: 33px;
    height: 8px;
  }
}
.cmn-btBig02 .bt span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .cmn-btBig02 .bt span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-btBig02 .bt span {
    font-size: 12px;
    padding: 0 13px;
  }
}
.cmn-btBig02 .bt span::before {
  background: #928c87;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: right top;
}
@media screen and (min-width: 769px) {
  .cmn-btBig02 .imgBox img {
    transition: 0.5s ease;
  }
  .cmn-btBig02 p span {
    transition: 0.5s ease;
  }
  .cmn-btBig02 p span::after {
    transition: transform 0.5s;
  }
  .cmn-btBig02 .bt::before {
    transition: 0.5s ease;
  }
  .cmn-btBig02:hover {
    opacity: 1;
  }
  .cmn-btBig02:hover .imgBox img {
    transform: scale(1.1);
  }
  .cmn-btBig02:hover p span {
    color: #fff;
  }
  .cmn-btBig02:hover p span::after {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .cmn-btBig02:hover .bt::before {
    background: url(./img/cmn/ico_arrow_wht01.svg) no-repeat;
    background-size: 100% auto;
    right: 10px;
  }
}

.cmn-navList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.cmn-navList li a {
  display: inline-block;
}
.cmn-navList li a span {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  position: relative;
}
.cmn-navList li a span::after {
  background: #928c87;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(1, 1);
  transform-origin: left top;
}
@media screen and (min-width: 769px) {
  .cmn-navList li a span {
    transition: 0.5s ease;
  }
  .cmn-navList li a span::after {
    transition: transform 0.3s;
  }
  .cmn-navList li a:hover {
    opacity: 0.5;
  }
  .cmn-navList li a:hover span::after {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}

.cmn-recSec01 {
  padding: 100px 40px 0;
}
@media screen and (max-width: 768px) {
  .cmn-recSec01 {
    padding: 80px 0 0;
  }
}

.cmn-recSec02 {
  padding: 100px 40px 0;
}
@media screen and (max-width: 768px) {
  .cmn-recSec02 {
    padding: 80px 0 0;
  }
}

.cmn-dl {
  background: #fff;
  border: 1px solid #928c87;
}
@media screen and (max-width: 768px) {
  .cmn-dl {
    background: transparent;
    border: none;
    display: grid;
    gap: 12px;
  }
}
.cmn-dl dl {
  border-top: 1px solid #928c87;
  display: flex;
}
@media screen and (max-width: 768px) {
  .cmn-dl dl {
    background: #fff;
    border: 1px solid #928c87;
    display: block;
  }
}
.cmn-dl dl:first-child {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .cmn-dl dl:first-child {
    border-top: 1px solid #928c87;
  }
}
.cmn-dl dl dt {
  display: grid;
  place-content: center;
  padding: 14px 10px;
  width: 275px;
}
@media screen and (max-width: 1024px) {
  .cmn-dl dl dt {
    width: 175px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-dl dl dt {
    display: block;
    border-bottom: 1px solid #928c87;
    padding: 7px 12px;
    width: 100%;
  }
}
.cmn-dl dl dt p {
  display: block;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cmn-dl dl dt p {
    font-size: 14px;
    text-align: left;
  }
}
.cmn-dl dl dd {
  border-left: 1px solid #928c87;
  padding: 14px 10px 14px 30px;
  width: calc(100% - 275px);
}
@media screen and (max-width: 1024px) {
  .cmn-dl dl dd {
    width: calc(100% - 175px);
  }
}
@media screen and (max-width: 768px) {
  .cmn-dl dl dd {
    border-left: none;
    padding: 7px 10px;
    width: 100%;
  }
}
.cmn-dl dl dd p {
  display: block;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .cmn-dl dl dd p {
    font-size: 14px;
  }
}
.cmn-dl dl dd p.m-btm {
  margin-bottom: 12px;
}
.cmn-dl dl dd p + p {
  margin-top: 4px;
}
.cmn-dl dl dd p small {
  font-size: 18px;
  margin-left: 5px;
}
.cmn-dl dl dd p small.m-none {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .cmn-dl dl dd p small {
    font-size: 12px;
  }
}

/*  --------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------  */
.recHeader {
  background: #fff;
  border-bottom: 1px solid #928c87;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 9999;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .recHeader {
    height: 60px;
    padding: 0 0 0 15px;
  }
}
.recHeader-logo {
  width: 280px;
}
.recHeader-logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recHeader-logo {
    width: 148px;
  }
}
.recHeader-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recHeader-entryBt {
  box-sizing: content-box;
  border-left: 1px solid #928c87;
  display: grid;
  place-content: center;
  width: 80px;
  height: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recHeader-entryBt {
    width: 60px;
    height: 60px;
  }
}
.recHeader-entryBt::after {
  background: rgba(146, 140, 135, 0.2);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: right top;
}
@media screen and (max-width: 768px) {
  .recHeader-entryBt::after {
    content: none;
  }
}
.recHeader-entryBt img {
  position: relative;
  width: 40px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .recHeader-entryBt img {
    width: 32px;
  }
}
@media screen and (min-width: 769px) {
  .recHeader-entryBt::after {
    transition: transform 0.3s;
  }
  .recHeader-entryBt:hover {
    opacity: 1;
  }
  .recHeader-entryBt:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.recHeader-menu {
  box-sizing: content-box;
  border-left: 1px solid #928c87;
  cursor: pointer;
  display: grid;
  place-content: center;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recHeader-menu {
    width: 60px;
    height: 60px;
  }
}
.recHeader-menu::after {
  background: rgba(146, 140, 135, 0.2);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: right top;
}
@media screen and (max-width: 768px) {
  .recHeader-menu::after {
    content: none;
  }
}
.recHeader-menu span {
  background: #928c87;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 2px;
  transition: 0.5s ease;
  z-index: 2;
}
.recHeader-menu span:nth-child(1) {
  top: -18px;
}
.recHeader-menu span:nth-child(3) {
  bottom: -18px;
}
@media screen and (max-width: 768px) {
  .recHeader-menu span {
    width: 28px;
  }
}
@media screen and (min-width: 769px) {
  .recHeader-menu::after {
    transition: transform 0.3s;
  }
  .recHeader-menu:hover {
    opacity: 1;
  }
  .recHeader-menu:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.recHeader-menu.is-navOn span:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
}
.recHeader-menu.is-navOn span:nth-child(2) {
  opacity: 0;
  right: -100%;
}
.recHeader-menu.is-navOn span:nth-child(3) {
  bottom: 0;
  transform: rotate(-45deg);
}
.recHeader-nav {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 100px 40px;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
}
.recHeader-nav.is-navOn {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .recHeader-nav {
    display: block;
    padding: 40px 30px 60px;
    top: 60px;
    height: calc(100% - 60px);
    overflow: auto;
  }
}
.recHeader-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recHeader-nav-inner {
    display: grid;
    justify-content: center;
    gap: 50px;
    max-width: 660px;
  }
}
.recHeader-nav-list {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recHeader-nav-list {
    max-width: 315px;
  }
}
.recHeader-nav-list .link {
  width: 100%;
}
.recHeader-nav-list .link a {
  display: inline-block;
}
.recHeader-nav-list .link a.is-none {
  pointer-events: none;
  opacity: 0.5;
}
.recHeader-nav-list .link a p {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  position: relative;
}
.recHeader-nav-list .link a p::after {
  background: #928c87;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(1);
  transform-origin: left;
}
@media screen and (min-width: 769px) {
  .recHeader-nav-list .link a p {
    transition: 0.5s ease;
  }
  .recHeader-nav-list .link a p::after {
    transition: transform 0.3s;
  }
  .recHeader-nav-list .link a:hover {
    opacity: 0.5;
  }
  .recHeader-nav-list .link a:hover p::after {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.recHeader-nav-list .link a {
  display: block;
  width: 100%;
}
.recHeader-nav-list .link a p {
  display: block;
  font-weight: 500;
  font-size: 24px;
  padding: 0 50px 12px 0;
  position: relative;
  width: 100%;
}
.recHeader-nav-list .link a p::before {
  background: url(./img/cmn/ico_arrow_gry04.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 8px;
  right: 0;
  margin: auto;
  width: 40px;
  height: 8px;
}
.recHeader-nav-list .link a p small {
  display: block;
  font-size: 14px;
}
.recHeader-nav-list .entry {
  margin-top: 23px;
  width: 100%;
}
.recHeader-nav-list .entry .cmn-bt.is-entry {
  max-width: 100%;
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .recHeader-nav-list .entry .cmn-bt.is-entry {
    height: 50px;
  }
}
.recHeader-nav-snsList {
  display: grid;
  gap: 42px;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recHeader-nav-snsList {
    gap: 32px;
    max-width: 280px;
  }
}
.recHeader-nav-snsList li {
  width: 100%;
}
.recHeader-nav-snsList li a {
  display: block;
  padding-left: 37px;
  position: relative;
  width: 100%;
}
.recHeader-nav-snsList li a::before {
  background: url(./img/cmn/logo_insta_gry01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
}
.recHeader-nav-snsList li a p {
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recHeader-nav-snsList li a p {
    font-size: 18px;
  }
}
.recHeader-nav-snsList li a p::after {
  background: #928c87;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(1);
  transform-origin: left;
}
@media screen and (min-width: 769px) {
  .recHeader-nav-snsList li a p {
    transition: 0.5s ease;
  }
  .recHeader-nav-snsList li a p::after {
    transition: transform 0.3s;
  }
  .recHeader-nav-snsList li a:hover {
    opacity: 0.5;
  }
  .recHeader-nav-snsList li a:hover p::after {
    transform: scaleX(0);
    transform-origin: right;
  }
}

.recSidebar {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  display: grid;
  place-content: center;
  position: fixed;
  top: 80px;
  width: 80px;
  height: calc(100% - 80px - 80px);
  min-height: 640px;
  max-height: 940px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .recSidebar {
    top: 60px;
    width: 30px;
    height: calc(100% - 60px - 60px);
    min-height: 480px;
    max-height: 780px;
  }
}
.recSidebar.is-left {
  left: 0;
}
.recSidebar.is-right {
  right: 0;
}
.recSidebar-scroll {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.recSidebar-scroll .ttl {
  display: block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .recSidebar-scroll .ttl {
    font-size: 11px;
  }
}
.recSidebar-scroll .line {
  background: rgba(146, 140, 135, 0.3);
  display: block;
  margin: 8px auto 0;
  position: relative;
  width: 1px;
  height: 100px;
}
.recSidebar-scroll .line::before {
  animation: scroll 3.5s infinite;
  background-color: #928c87;
  bottom: 0;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.recSidebar-sns-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recSidebar-sns-logo img {
  width: 22px;
}
.recSidebar-sns-logo .line {
  background: #928c87;
  display: block;
  margin: 14px auto;
  position: relative;
  width: 1px;
  height: 30px;
}
.recSidebar-sns-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.recSidebar-sns-list.is-lower li a img {
  width: 22px;
  margin-bottom: 8px;
  margin-right: 7px;
}
.recSidebar-sns-list.is-lower li a p {
  font-size: 18px;
}
.recSidebar-sns-list.is-lower li a p::after {
  left: 0;
  right: auto;
}
.recSidebar-sns-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recSidebar-sns-list li a p {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: relative;
}
.recSidebar-sns-list li a p .t-num {
  display: inline-block;
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-orientation: mixed;
  line-height: 1;
}
.recSidebar-sns-list li a p::after {
  background: #928c87;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  transform: scaleY(1);
  transform-origin: top;
}
@media screen and (min-width: 769px) {
  .recSidebar-sns-list li a p {
    transition: 0.5s ease;
  }
  .recSidebar-sns-list li a p::after {
    transition: transform 0.3s;
  }
  .recSidebar-sns-list li a:hover {
    opacity: 0.5;
  }
  .recSidebar-sns-list li a:hover p::after {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.recSidebar-copyright {
  width: 10px;
}
.recSidebar-copyright img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recSidebar-copyright {
    width: 8px;
  }
}

/*  --------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------  */
.recFooter {
  border-left: 1px solid #928c87;
  border-right: 1px solid #928c87;
  margin: 0 auto;
  padding: 50px 0 0;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recFooter {
    padding: 40px 0 0;
  }
}
.recFooter-inner {
  padding: 0 40px 60px;
}
@media screen and (max-width: 768px) {
  .recFooter-inner {
    padding: 0 4px 40px;
  }
}
.recFooter-logo {
  display: block;
  margin: 0 auto 35px;
  width: 290px;
}
.recFooter-logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recFooter-logo {
    width: 148px;
  }
}
@media screen and (max-width: 768px) {
  .recFooter-logo {
    margin: 0 auto 30px;
    width: 250px;
  }
}
.recFooter-navList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recFooter-navList {
    flex-wrap: wrap;
    gap: 16px 0;
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .recFooter-navList li {
    width: calc(50% - 8px);
  }
  .recFooter-navList li:first-child {
    width: 100%;
  }
}
.recFooter-navList li a {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .recFooter-navList li a {
    display: block;
    text-align: center;
  }
}
.recFooter-navList li a.is-none {
  pointer-events: none;
  opacity: 0.5;
}
.recFooter-navList li a span {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recFooter-navList li a span {
    font-size: 15px;
  }
}
.recFooter-navList li a span::after {
  background: #928c87;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(1, 1);
  transform-origin: left top;
}
@media screen and (min-width: 769px) {
  .recFooter-navList li a span {
    transition: 0.5s ease;
  }
  .recFooter-navList li a span::after {
    transition: transform 0.3s;
  }
  .recFooter-navList li a:hover {
    opacity: 0.5;
  }
  .recFooter-navList li a:hover span::after {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
.recFooter .cmn-bt.is-entry {
  margin: 40px auto 0;
}
.recFooter__copyright {
  border-top: 1px solid #1f1f1f;
  color: #808080;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 15px 40px;
}

/*  --------------------------------------------------------------------------------
  top
--------------------------------------------------------------------------------  */
.recMv {
  margin-top: 80px;
  height: calc(100vh - 80px);
  min-height: 820px;
  max-height: 1000px;
}
@media screen and (max-width: 1280px) {
  .recMv {
    min-height: 770px;
    max-height: initial;
  }
}
@media screen and (max-width: 768px) {
  .recMv {
    margin-top: 60px;
    height: calc(100svh - 60px);
    min-height: initial;
    max-height: initial;
  }
}
.recMv-content {
  border-left: 1px solid #928c87;
  border-right: 1px solid #928c87;
  margin: auto;
  padding: 0 80px;
  position: relative;
  width: calc(100% - 80px - 80px);
  height: calc(100% - 80px);
}
@media screen and (max-width: 768px) {
  .recMv-content {
    width: calc(100% - 30px - 30px);
    height: calc(100% - 60px);
    padding: 0;
  }
}
.recMv-content .splide.is-recMv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recMv-content .splide.is-recMv {
    position: static;
  }
}
.recMv-content .splide.is-recMv .splide__track {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.recMv-content .splide.is-recMv .splide__track .splide__list {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.recMv-content .splide.is-recMv .splide__slide {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .recMv-content .splide.is-recMv .splide__slide {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recMv-content .splide.is-recMv .splide__slide.is-active .ttl {
  text-shadow: rgba(68, 68, 68, 0.7) 0px 0px 8px;
  color: #fff;
}
.recMv-content .splide.is-recMv .splide__slide.is-active .ttl.is-zoku {
  text-shadow: none;
  color: #444;
}
.recMv-content .splide.is-recMv .splide__slide.is-active .logo {
  opacity: 0;
}
.recMv-content .splide.is-recMv .splide__slide.is-active .logo.is-zoku {
  opacity: 1;
}
.recMv-content .splide.is-recMv .splide__slide.is-active .imgBox::before {
  height: 0;
}
@media screen and (max-width: 1024px) {
  .recMv-content .splide.is-recMv .splide__slide.is-active .imgBox::before {
    width: 0;
    height: 100%;
  }
}
.recMv-content .splide.is-recMv .splide__slide.is-first-slide.is-active .ttl {
  text-shadow: none;
  color: #444;
  transition: 2s 0s ease;
}
.recMv-content .splide.is-recMv .splide__slide.is-first-slide.is-active .logo {
  opacity: 1;
  transition: 2s 0s ease;
}
.recMv-content .splide.is-recMv .splide__slide.is-first-slide.is-active .imgBox::before {
  height: 100%;
  transition: 2s 0s ease;
}
@media screen and (max-width: 1024px) {
  .recMv-content .splide.is-recMv .splide__slide.is-first-slide.is-active .ttl {
    transition: 1.5s 0s ease;
  }
  .recMv-content .splide.is-recMv .splide__slide.is-first-slide.is-active .logo {
    transition: 1.5s 0s ease;
  }
  .recMv-content .splide.is-recMv .splide__slide.is-first-slide.is-active .imgBox::before {
    width: 100%;
    transition: 1.5s 0s ease;
  }
}
.recMv-content .splide.is-recMv .splide__slide.is-first-slide.is-first-slide-on .ttl {
  text-shadow: rgba(68, 68, 68, 0.7) 0px 0px 8px;
  color: #fff;
}
.recMv-content .splide.is-recMv .splide__slide.is-first-slide.is-first-slide-on .logo {
  opacity: 0;
}
.recMv-content .splide.is-recMv .splide__slide.is-first-slide.is-first-slide-on .imgBox::before {
  height: 0;
}
@media screen and (max-width: 1024px) {
  .recMv-content .splide.is-recMv .splide__slide.is-first-slide.is-first-slide-on .imgBox::before {
    width: 0;
    height: 100%;
  }
}
.recMv-content .splide.is-recMv .splide__slide .ttl {
  color: #444;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  max-width: 1400px;
  width: calc(100% - 80px);
  z-index: 9;
  transition: 2s 3s ease;
}
@media screen and (max-width: 1280px) {
  .recMv-content .splide.is-recMv .splide__slide .ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .recMv-content .splide.is-recMv .splide__slide .ttl {
    font-size: 28px;
    width: calc(100% - 60px);
    transition: 1.5s 2.5s ease;
  }
}
@media screen and (max-width: 768px) {
  .recMv-content .splide.is-recMv .splide__slide .ttl {
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    bottom: 5px;
    margin: auto;
    padding: 0 5px 5px;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .recMv-content .splide.is-recMv .splide__slide .ttl {
    font-size: 20px;
  }
}
.recMv-content .splide.is-recMv .splide__slide .logo {
  position: absolute;
  top: 0;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  transition: 2s 3s ease;
}
@media screen and (max-width: 1024px) {
  .recMv-content .splide.is-recMv .splide__slide .logo {
    transition: 1.5s 2.5s ease;
  }
}
.recMv-content .splide.is-recMv .splide__slide .logo img {
  width: 100%;
}
.recMv-content .splide.is-recMv .splide__slide .logo.is-shinogi {
  width: 220px;
}
@media screen and (max-width: 1280px) {
  .recMv-content .splide.is-recMv .splide__slide .logo.is-shinogi {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .recMv-content .splide.is-recMv .splide__slide .logo.is-shinogi {
    max-width: 100px;
    width: 45%;
  }
}
.recMv-content .splide.is-recMv .splide__slide .logo.is-botan_tonkatsu {
  left: 22px;
  width: 90px;
}
@media screen and (max-width: 1280px) {
  .recMv-content .splide.is-recMv .splide__slide .logo.is-botan_tonkatsu {
    left: 18px;
    width: 75px;
  }
}
@media screen and (max-width: 768px) {
  .recMv-content .splide.is-recMv .splide__slide .logo.is-botan_tonkatsu {
    left: 16px;
    max-width: 48px;
    width: 20%;
  }
}
.recMv-content .splide.is-recMv .splide__slide .logo.is-newShinogi {
  width: 420px;
}
@media screen and (max-width: 1280px) {
  .recMv-content .splide.is-recMv .splide__slide .logo.is-newShinogi {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .recMv-content .splide.is-recMv .splide__slide .logo.is-newShinogi {
    max-width: 300px;
    width: 70%;
  }
}
.recMv-content .splide.is-recMv .splide__slide .logo.is-zoku {
  bottom: 0;
  width: 180px;
}
@media screen and (max-width: 1280px) {
  .recMv-content .splide.is-recMv .splide__slide .logo.is-zoku {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .recMv-content .splide.is-recMv .splide__slide .logo.is-zoku {
    max-width: 100px;
    width: 40%;
  }
}
.recMv-content .splide.is-recMv .splide__slide .imgBox {
  position: relative;
  z-index: 1;
}
.recMv-content .splide.is-recMv .splide__slide .imgBox img.is-pc {
  display: block;
}
.recMv-content .splide.is-recMv .splide__slide .imgBox img.is-tb {
  display: none;
}
.recMv-content .splide.is-recMv .splide__slide .imgBox img.is-sp {
  display: none;
}
.recMv-content .splide.is-recMv .splide__slide .imgBox::before {
  background: rgba(255, 255, 255, 0.65);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: 2s 3s ease;
}
.recMv-content .splide.is-recMv .splide__slide .imgBox.num02::before {
  top: 0;
  bottom: auto;
}
.recMv-content .splide.is-recMv .splide__slide .imgBox img.is-tb {
  display: none;
}
.recMv-content .splide.is-recMv .splide__slide .imgBox img.is-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .recMv-content .splide.is-recMv .splide__slide .imgBox::before {
    transition: 1.5s 2.5s ease;
  }
  .recMv-content .splide.is-recMv .splide__slide .imgBox.num02::before {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .recMv-content .splide.is-recMv .splide__slide .imgBox img.is-pc {
    display: none;
  }
  .recMv-content .splide.is-recMv .splide__slide .imgBox img.is-tb {
    display: block;
  }
  .recMv-content .splide.is-recMv .splide__slide .imgBox img.is-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .recMv-content .splide.is-recMv .splide__slide .imgBox img.is-pc {
    display: none;
  }
  .recMv-content .splide.is-recMv .splide__slide .imgBox img.is-tb {
    display: none;
  }
  .recMv-content .splide.is-recMv .splide__slide .imgBox img.is-sp {
    display: block;
  }
}
.recMv-content .splide.is-recMv .splide__arrows {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  height: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recMv-content .splide.is-recMv .splide__arrows {
    gap: 25px;
    justify-content: space-between;
    height: 60px;
  }
}
.recMv-content .splide.is-recMv .splide__arrows .splide__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 5px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .recMv-content .splide.is-recMv .splide__arrows .splide__pagination {
    gap: 8px;
    padding-top: 3px;
    height: 60px;
  }
}
.recMv-content .splide.is-recMv .splide__arrows .splide__pagination li {
  display: block;
}
.recMv-content .splide.is-recMv .splide__arrows .splide__pagination li button {
  appearance: none;
  background: #CCCCCC;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: block;
  width: 50px;
  height: 3px;
  transition: 0.5s ease;
}
.recMv-content .splide.is-recMv .splide__arrows .splide__pagination li button.is-active {
  background: #928c87;
  width: 70px;
}
@media screen and (min-width: 769px) {
  .recMv-content .splide.is-recMv .splide__arrows .splide__pagination li button:hover {
    background: #928c87;
  }
}
@media screen and (max-width: 768px) {
  .recMv-content .splide.is-recMv .splide__arrows .splide__pagination li button {
    width: 24px;
    height: 2px;
  }
  .recMv-content .splide.is-recMv .splide__arrows .splide__pagination li button.is-active {
    width: 34px;
  }
}
.recMv-content .splide.is-recMv .splide__arrows .splide__arrow--prev, .recMv-content .splide.is-recMv .splide__arrows .splide__arrow--next {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 0 9px;
  width: 80px;
}
.recMv-content .splide.is-recMv .splide__arrows .splide__arrow--prev img, .recMv-content .splide.is-recMv .splide__arrows .splide__arrow--next img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recMv-content .splide.is-recMv .splide__arrows .splide__arrow--prev, .recMv-content .splide.is-recMv .splide__arrows .splide__arrow--next {
    width: 42px;
  }
}
@media screen and (min-width: 769px) {
  .recMv-content .splide.is-recMv .splide__arrows .splide__arrow--prev, .recMv-content .splide.is-recMv .splide__arrows .splide__arrow--next {
    transition: 0.5s ease;
  }
}
@media screen and (min-width: 769px) {
  .recMv-content .splide.is-recMv .splide__arrows .splide__arrow--prev:hover {
    transform: translateX(-10px);
    opacity: 0.5;
  }
}
@media screen and (min-width: 769px) {
  .recMv-content .splide.is-recMv .splide__arrows .splide__arrow--next:hover {
    transform: translateX(10px);
    opacity: 0.5;
  }
}
.recMv-content p {
  font-weight: 500;
  font-size: 52px;
}
.recMv-bottom {
  background: #fff;
  border-top: 1px solid #928c87;
  border-bottom: 1px solid #928c87;
  display: grid;
  place-content: center;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .recMv-bottom {
    border: 1px solid #928c87;
    margin: 0 auto;
    width: calc(100% - 30px - 30px);
    height: 60px;
  }
}

.main {
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .main {
    padding: 0 30px;
  }
}

.recSec01 {
  border-bottom: 1px solid #928c87;
  padding: 0 40px 80px;
}
@media screen and (max-width: 768px) {
  .recSec01 {
    padding: 0 5px 40px;
  }
}
.recSec01__txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .recSec01__txt {
    font-size: 14px;
    text-align: left;
  }
}

.recSec02 {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .recSec02 {
    padding: 50px 0 0;
  }
}
.recSec02__ttl {
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recSec02__ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.recSec02-list {
  border-top: 1px solid #928c87;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .recSec02-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recSec02-list-item {
  border-bottom: 1px solid #928c87;
  display: grid;
  gap: 40px;
  padding: 40px 25px 50px;
}
@media screen and (max-width: 768px) {
  .recSec02-list-item {
    padding: 20px 15px 32px;
    gap: initial;
  }
}
.recSec02-list-item:nth-child(even) {
  border-left: 1px solid #928c87;
}
@media screen and (max-width: 768px) {
  .recSec02-list-item:nth-child(even) {
    border-left: none;
  }
}
.recSec02-list-item.is-none {
  position: relative;
}
.recSec02-list-item.is-none::before {
  background: rgba(146, 140, 135, 0.8);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.recSec02-list-item.is-none .is-noneTxt {
  color: #fff;
  display: grid;
  place-content: center;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .recSec02-list-item.is-none .is-noneTxt {
    font-size: 32px;
  }
}
.recSec02-list-item .ttl {
  display: block;
  text-align: center;
  font-weight: 500;
  margin-bottom: 14px;
}
.recSec02-list-item .ttl strong {
  display: block;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.6;
}
.recSec02-list-item .ttl small {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .recSec02-list-item .ttl {
    display: block;
    text-align: center;
    font-weight: 500;
  }
  .recSec02-list-item .ttl strong {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .recSec02-list-item .ttl strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .recSec02-list-item .imgBox {
    margin-bottom: 24px;
  }
}

/*  --------------------------------------------------------------------------------
  common
--------------------------------------------------------------------------------  */
.lowerRecSec01__ttl {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lowerRecSec01__ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.lowerRecSec01-content-btBox {
  display: flex;
  justify-content: space-between;
}
.lowerRecSec01-content-btBox .bt {
  border-top: 1px solid #928c87;
  border-bottom: 1px solid #928c87;
  border-right: 0.5px solid #928c87;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  width: 50%;
  height: 80px;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .lowerRecSec01-content-btBox .bt {
    font-size: 18px;
    height: 50px;
  }
}
.lowerRecSec01-content-btBox .bt:nth-child(2) {
  border-right: none;
  border-left: 0.5px solid #928c87;
}
@media screen and (max-width: 768px) {
  .lowerRecSec01-content-btBox .bt:nth-child(2) {
    font-size: 16px;
  }
}
.lowerRecSec01-content-btBox .bt.is-on {
  background: rgba(146, 140, 135, 0.75);
  color: #fff;
  border-bottom: none;
  opacity: 1;
}
.lowerRecSec01-content-box {
  border-bottom: 1px solid #928c87;
}
.lowerRecSec01-content-box-item {
  background: rgba(146, 140, 135, 0.75);
  display: none;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lowerRecSec01-content-box-item {
    padding: 15px 12px;
  }
}
.lowerRecSec01-content-box-item.is-none {
  position: relative;
}
.lowerRecSec01-content-box-item.is-none::before {
  background: rgba(146, 140, 135, 0.8);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.lowerRecSec01-content-box-item.is-none .is-noneTxt {
  color: #fff;
  display: grid;
  place-content: center;
  font-weight: 500;
  font-size: 70px;
  line-height: 1.6;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lowerRecSec01-content-box-item.is-none .is-noneTxt {
    gap: 100px;
    font-size: 32px;
  }
}
.lowerRecSec01-content-box-item.is-on {
  display: block;
}

.lowerRecSec02 {
  padding: 80px 0 0;
}
@media screen and (max-width: 1024px) {
  .lowerRecSec02 {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .lowerRecSec02 {
    padding: 50px 0 0;
  }
}
.lowerRecSec02__ttl {
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lowerRecSec02__ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.lowerRecSec02 .lowerRecSec02-simplebar {
  background-color: #ffffff;
  padding: 0 0 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.lowerRecSec02 .lowerRecSec02-simplebar::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.lowerRecSec02 .simplebar-scrollbar::before {
  background: #928c87;
  border-radius: 0;
  height: 4px !important;
  opacity: 1;
}
.lowerRecSec02 .simplebar-scrollbar {
  background: #928c87;
  height: 4px !important;
}
.lowerRecSec02 .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.lowerRecSec02 .simplebar-track {
  background: #D9D9D9;
  height: 4px !important;
}
.lowerRecSec02-list {
  display: flex;
  gap: 16px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .lowerRecSec02-list {
    gap: 10px;
    padding-bottom: 0;
  }
}
.lowerRecSec02-list-item {
  border: 1px solid #928c87;
  display: grid;
  padding: 20px 15px 30px;
}
@media screen and (max-width: 1024px) {
  .lowerRecSec02-list-item {
    min-width: 356px;
  }
}
@media screen and (max-width: 768px) {
  .lowerRecSec02-list-item {
    gap: initial;
    padding: 10px 12px 20px;
    min-width: 235px;
  }
}
.lowerRecSec02-list-item:first-child {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .lowerRecSec02-list-item:first-child {
    border-left: none;
  }
}
.lowerRecSec02-list-item:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .lowerRecSec02-list-item:last-child {
    border-right: none;
  }
}
.lowerRecSec02-list-item.is-none {
  position: relative;
}
.lowerRecSec02-list-item.is-none::before {
  background: rgba(146, 140, 135, 0.8);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.lowerRecSec02-list-item.is-none .is-noneTxt {
  color: #fff;
  display: grid;
  place-content: center;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lowerRecSec02-list-item.is-none .is-noneTxt {
    font-size: 24px;
  }
}
.lowerRecSec02-list-item .ttl {
  display: block;
  font-weight: 500;
  text-align: center;
}
.lowerRecSec02-list-item .ttl strong {
  display: block;
  font-size: 24px;
  line-height: 1.6;
}
.lowerRecSec02-list-item .ttl small {
  font-weight: normal;
  display: block;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .lowerRecSec02-list-item .ttl {
    display: block;
    text-align: center;
    font-weight: 500;
  }
  .lowerRecSec02-list-item .ttl strong {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .lowerRecSec02-list-item .ttl strong {
    font-weight: 500;
    font-size: 20px;
  }
  .lowerRecSec02-list-item .ttl small {
    font-weight: normal;
    font-size: 12px;
  }
}
.lowerRecSec02-list-item .imgBox {
  margin: 20px auto 30px;
}
@media screen and (max-width: 768px) {
  .lowerRecSec02-list-item .imgBox {
    margin: 10px auto 16px;
  }
}
@media screen and (max-width: 768px) {
  .lowerRecSec02-list-item .cmn-bt {
    padding-left: 12px;
    max-width: 180px;
    height: 38px;
  }
  .lowerRecSec02-list-item .cmn-bt::before {
    right: 10px;
  }
  .lowerRecSec02-list-item .cmn-bt p {
    font-size: 14px;
  }
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:after, .simplebar-content:before {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.contactSec01-box {
  border-top: 1px solid #928c87;
  padding: 60px 15px 0;
}
.contactSec01-formBox {
  max-width: 930px;
  margin: 0 auto;
  width: 100%;
}
.contactSec01-formBox__input p {
  display: block;
  text-align: left;
}
.contactSec01-formBox__caution {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  padding-left: 18px;
}
.contactSec01-formBox__caution .is-red {
  color: #E50000;
}
.contactSec01-formBox__caution::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #E50000;
  border-radius: 50%;
}
.contactSec01-formBox__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.contactSec01-formBox__thanks {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contactSec01-formBox__thanks {
    font-size: 14px;
    text-align: left;
  }
}
.contactSec01-formBox__item {
  margin: 25px 0 40px;
  position: relative;
}
.contactSec01-formBox__label {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: underline;
  text-decoration-thickness: 1.2px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contactSec01-formBox__label {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.contactSec01-formBox__label.is-required {
  position: relative;
}
.contactSec01-formBox__label.is-required::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #E50000;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: -20px;
}
.contactSec01-formBox__checkbox {
  position: relative;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contactSec01-formBox__checkbox {
    flex-wrap: wrap;
  }
}
.contactSec01-formBox__checkbox label {
  font-weight: normal;
  cursor: pointer;
}
.contactSec01-formBox input[type=checkbox] {
  appearance: none;
  border-radius: 0;
  border: 1px solid #ccc;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: -6px;
}
.contactSec01-formBox input[type=checkbox]:checked {
  position: relative;
}
.contactSec01-formBox input[type=checkbox]:checked::before {
  background-color: #928c87;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
}
.contactSec01-formBox input[type=text], .contactSec01-formBox input[type=email] {
  border: 1px solid #928c87;
  border-radius: 0;
  color: #928c87;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  text-align: left;
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .contactSec01-formBox input[type=text], .contactSec01-formBox input[type=email] {
    font-size: 14px;
  }
}
.contactSec01-formBox textarea {
  color: #928c87;
  border-radius: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  padding: 10px;
  border: 1px solid #928c87;
}
@media screen and (max-width: 768px) {
  .contactSec01-formBox textarea {
    font-size: 14px;
  }
}
.contactSec01-formBox__select {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .contactSec01-formBox__select {
    gap: 14px;
    flex-direction: column;
  }
}
.contactSec01-formBox__select__item {
  display: inline-block;
  position: relative;
}
.contactSec01-formBox__select__item::before {
  pointer-events: none;
  background: url(img/cmn/ico_contact_arrow_gry01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 18px;
  height: 12px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .contactSec01-formBox__select__item {
    width: 100%;
  }
}
.contactSec01-formBox__year {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .contactSec01-formBox__year {
    width: 100%;
  }
}
.contactSec01-formBox__month, .contactSec01-formBox__day {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .contactSec01-formBox__month, .contactSec01-formBox__day {
    width: 100%;
  }
}
.contactSec01-formBox select[name=current_job], .contactSec01-formBox select[name=job] {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .contactSec01-formBox select[name=current_job], .contactSec01-formBox select[name=job] {
    width: 100%;
  }
}
.contactSec01-formBox select {
  appearance: none;
  background: #fff;
  border-radius: 0;
  color: #928c87;
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #928c87;
}
@media screen and (max-width: 768px) {
  .contactSec01-formBox select {
    font-size: 14px;
  }
}
.contactSec01-formBox ::placeholder, .contactSec01-formBox select option:disabled, .contactSec01-formBox select option[disabled]:first-child {
  color: rgba(146, 140, 135, 0.5);
}
.contactSec01-formBox__submit {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .contactSec01-formBox__submit {
    gap: 24px;
    flex-direction: column;
    align-items: center;
  }
}
.contactSec01-formBox button[type=submit], .contactSec01-formBox button[type=button], .contactSec01-formBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  color: #928c87;
  font-family: "Shippori Mincho", serif;
  padding: 18px 20px;
  max-width: 320px;
  width: 100%;
  margin: 0;
  height: 68px;
}
.contactSec01-formBox button[type=submit] p, .contactSec01-formBox button[type=button] p, .contactSec01-formBox a p {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .contactSec01-formBox button[type=submit], .contactSec01-formBox button[type=button], .contactSec01-formBox a {
    padding: 14px 16px;
    max-width: 345px;
    height: 58px;
  }
  .contactSec01-formBox button[type=submit] p, .contactSec01-formBox button[type=button] p, .contactSec01-formBox a p {
    font-size: 18px;
  }
}
.contactSec01 .form-control.is-invalid {
  border-color: #F20000;
}
.contactSec01 .error-message {
  display: none;
  color: #F20000;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .contactSec01 .error-message {
    font-size: 12px;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/simplebar/dist/simplebar.css ***!
  \*************************************************************************************************************************/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}


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