@charset "UTF-8";
img {
  max-width: 100%;
  vertical-align: bottom;
  width: auto;
}

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

@media screen and (max-width: 768px) {
  .display-pc {
    display: none !important;
  }
}

/*************************************
breakpoint
*************************************/
/*************************************
font-size
*************************************/
.l-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
@media screen and (min-width: 1141px) {
  .l-container {
    padding: 138px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .l-container {
    padding: 138px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 18.6666666667vw 0 18.6666666667vw;
  }
}

.l-main {
  color: #111;
  display: block;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  /*img {
    max-width: 100%;
  }*/
}
@media screen and (min-width: 768px) {
  .l-main {
    font-size: 1.0769230769rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    font-size: 1rem;
  }
}
.l-main * {
  box-sizing: border-box;
}

.a-scroll-up {
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 1s, transform 1s;
}
.a-scroll-up.is_active {
  opacity: 1;
  transform: translate(0, 0);
}
.a-scroll-fade {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
.a-scroll-fade.is_active {
  opacity: 1;
  transform: translate(0, 0);
}
.a-scroll-left_in {
  transition: width 1s;
  width: 0;
}
.a-scroll-left_in.is_active {
  width: auto;
}
.a-scroll-right_in.is_active {
  transform: translate(0, 0);
}
.a-scroll-blur {
  opacity: 0;
}
.a-scroll-blur.is_active {
  animation-name: aniBlur;
  opacity: 1;
  transition: 0.5s;
}

@keyframes aniBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
.js-surround--img {
  position: relative;
  opacity: 1 !important;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .js-surround--img {
    transition: all 0.6s;
  }
}

.js-surround--img .p-model__img--pic::after,
.js-surround--img .p-model__img--pic::before,
.js-surround--img .p-model__img--pic span::after,
.js-surround--img .p-model__img--pic span::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  background-color: #714c2f;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .js-surround--img .p-model__img--pic::after,
  .js-surround--img .p-model__img--pic::before,
  .js-surround--img .p-model__img--pic span::after,
  .js-surround--img .p-model__img--pic span::before {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition-delay: 0.4s;
  }
}

.js-surround--img.is_active .p-model__img--pic img {
  opacity: 1;
  z-index: 11;
  position: relative;
}
.js-surround--img .p-model__img--pic::after {
  width: 0px;
  height: 2px;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .js-surround--img .p-model__img--pic::after {
    height: 1px;
  }
}
.js-surround--img .p-model__img--pic::before {
  width: 0px;
  height: 2px;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .js-surround--img .p-model__img--pic::before {
    height: 1px;
  }
}
.js-surround--img .p-model__img--pic span::after {
  width: 2px;
  height: 0px;
  left: 0px;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .js-surround--img .p-model__img--pic span::after {
    width: 1px;
  }
}
.js-surround--img .p-model__img--pic span::before {
  width: 2px;
  height: 0px;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .js-surround--img .p-model__img--pic span::before {
    width: 1px;
  }
}
.js-surround--img .p-model__img--pic img {
  opacity: 0;
  transition: all 0.6s 0.9s;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .js-surround--img .p-model__img--pic img {
    transition: all 0.6s 1s;
  }
}

/* hover */
.js-surround--img.is_active .p-model__img--pic::after,
.js-surround--img.is_active .p-model__img--pic::before {
  width: 100%;
  width: 100%;
}

.js-surround--img.is_active span::after,
.js-surround--img.is_active span::before {
  height: 100%;
  height: 100%;
}

.animated {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.line-warp {
  max-width: 200px;
}

.line-Move {
  width: 100%;
  height: 1px;
  background: #714c2f;
  opacity: 0;
}

.line-Move.is_active {
  opacity: 1;
  -webkit-animation-name: lineMove;
  animation-name: lineMove;
}

@-webkit-keyframes lineMove {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes lineMove {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.c-bullet {
  position: relative;
}
.c-bullet__item {
  left: 0;
  position: absolute;
  top: 0;
}

.c-button {
  line-height: 1.2;
  text-align: center;
}
.c-button__link {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  background-color: #fff;
  color: #fff !important;
  border: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  .c-button__link {
    height: 60px;
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__link {
    font-size: 0.9230769231rem;
    height: 60px;
    max-width: 300px;
  }
}
.c-button__link.is_hover {
  border: solid 1px #000;
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 0.6);
  color: #111 !important;
}
.c-button__link--bdr {
  border: solid 1px #fff;
  transition: background-color 0.5s, color 0.5s;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .c-button__link--bdr {
    height: 70px;
    max-width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__link--bdr {
    font-size: 0.9230769231rem;
    height: 45px;
    max-width: 300px;
  }
}
.c-button__link--bdr.is_hover {
  opacity: 1 !important;
  border: solid 1px #fff;
  background-color: #fff;
  color: #111 !important;
}
.c-button__link--base {
  background-color: #714c2f;
  color: #fff !important;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button__link--base {
    font-size: 1.0769230769rem;
  }
}
@media screen and (max-width: 767px) {
  .c-button__link--base {
    font-size: 1.1538461538rem;
  }
}
.c-button__link--tel {
  border: solid 1px #fff;
  transition: background-color 0.5s, color 0.5s;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .c-button__link--tel {
    height: 70px;
    max-width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__link--tel {
    font-size: 0.9230769231rem;
    height: 45px;
    max-width: 300px;
  }
}
.c-button__link--tel.is_hover {
  opacity: 1 !important;
  border: solid 1px #fff;
  background-color: #fff;
  color: #111 !important;
}

.c-flex:not(.-md) {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-flex-mt {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .c-flex.-md {
    display: flex;
  }
}
.c-flex.-jc-c {
  justify-content: center;
}
.c-flex.-jc-sb {
  justify-content: space-between;
}
.c-flex.-ai-c {
  align-items: center;
}
.c-flex__item {
  flex: 1 0 0%;
}

.c-image {
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .c-image {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-image.-col {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-image.-full-sm {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.c-image.-full-images {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.c-mlink {
  text-align: right;
  text-decoration: underline;
  font-family: Amiri, "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-mlink {
    font-size: 1.2307692308rem;
  }
}
@media screen and (max-width: 767px) {
  .c-mlink {
    line-height: 1;
    font-size: 4.2666666667vw;
  }
}
.c-mlink > a {
  color: #111 !important;
}

.c-notes > * {
  padding-left: 1em;
  position: relative;
}
.c-notes__bullet {
  left: 0;
  position: absolute;
  top: 0;
}

.c-pr {
  background-color: rgb(255, 255, 255);
  color: #000;
  line-height: 1;
  padding: 0.2em 0.4em;
  position: absolute;
  z-index: 100;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  border: #556464 1px solid;
}
@media screen and (min-width: 768px) {
  .c-pr {
    font-size: 1.0769230769rem;
    right: 2.7272727273%;
    top: 3.75%;
  }
}
@media screen and (max-width: 767px) {
  .c-pr {
    font-size: 0.7692307692rem;
    right: 4vw;
    top: 4vw;
  }
}

.c-separator {
  border-top-color: #f5f5f5;
  margin: 0 auto;
  max-width: 1020px;
}

.c-text {
  font-size: 1.1538461538rem;
  text-align: justify;
}
.c-text--min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.c-text--comment {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-text--comment {
    font-size: 1.1538461538rem;
    width: 800px;
    margin: 0 auto;
  }
}
.c-text__link {
  color: #111111 !important;
  text-decoration: underline !important;
  transition: opacity 0.3s;
}
.c-text__link.is_hover {
  opacity: 0.65;
}
.c-text.-small {
  font-size: 1rem;
}
.c-text.-alphabet {
  font-size: 1.3846153846rem;
}
.c-text.-alphabet.-medium {
  font-size: 2.3076923077rem;
}
@media screen and (min-width: 768px) {
  .c-text.-alphabet.-small {
    font-size: 1.3846153846rem;
  }
}
@media screen and (max-width: 767px) {
  .c-text.-alphabet.-small {
    font-size: 1.1538461538rem;
  }
}

.c-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.c-title.-primary {
  color: #111111;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title.-primary {
    font-size: 2.4615384615rem;
    line-height: 1.4;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 767px) {
  .c-title.-primary {
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
}
.c-title.-primary span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-title.-primary span {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media screen and (max-width: 767px) {
  .c-title.-primary span {
    display: block;
    padding-left: 12vw;
    padding-right: 12vw;
  }
}
.c-title.-primary span::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #714c2f;
}
@media screen and (min-width: 768px) {
  .c-title.-primary span::before {
    width: 100px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .c-title.-primary span::before {
    width: 10.6666666667vw;
    height: 0.2666666667vw;
  }
}
.c-title.-primary span::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #714c2f;
}
@media screen and (min-width: 768px) {
  .c-title.-primary span::after {
    width: 100px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .c-title.-primary span::after {
    width: 10.6666666667vw;
    height: 0.2666666667vw;
  }
}
.c-title.-secondary {
  color: #714c2f;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-title.-secondary {
    padding-bottom: 20px;
    font-size: 1.8461538462rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .c-title.-secondary {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    padding-bottom: 3.4666666667vw;
  }
}
.c-title.-tertiary {
  font-size: 1.3846153846rem;
}
.c-title.-alphabet {
  font-size: 2.3076923077rem;
}
.c-title.-alphabet.-small {
  font-size: 2.1538461538rem;
}
.c-title__text {
  display: inline-block;
}
.c-title__sub {
  font-size: 1.3846153846rem;
}
.c-title__num {
  font-style: oblique;
  font-size: 2.9230769231rem;
}

.p-credit {
  font-size: 0.8461538462rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-credit {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-credit {
    padding: 80px 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-credit {
    color: #fff;
    padding: 13.0666666667vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-credit {
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-credit__wrap + .p-credit__wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__wrap + .p-credit__wrap {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-credit .brand-wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-credit .brand-wrap {
    margin-top: 30px;
  }
}
.p-credit__title {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 768px) {
  .p-credit__title {
    font-size: 1.2307692308rem;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__title {
    font-size: 1rem;
  }
}
.p-credit__title > span {
  border-bottom: solid 2px #fff;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.p-credit__des {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-credit__des {
    margin-top: 28px;
    font-size: 0.8461538462rem;
    line-height: 1.79;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__des {
    margin-top: 20px;
    font-size: 0.9230769231rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-credit__btn {
    min-width: 200px;
    width: 28.125%;
  }
}
@media screen and (min-width: 768px) {
  .p-credit__btn:not(:first-child) {
    margin-left: 4.1666666667%;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__btn:not(:first-child) {
    margin-top: 20px;
  }
}
.p-credit__sns {
  display: inline-block;
  max-width: 42px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-credit__sns {
    width: 5.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-credit__sns:not(:first-child) {
    margin-left: 6.25%;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__sns:not(:first-child) {
    margin-left: 8vw;
  }
}
.p-credit__center {
  text-align: center;
}
.p-credit__note {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-credit__note {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__note {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    margin-top: 28px;
  }
}
.p-credit__note li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-credit__note li {
    font-size: 0.8461538462rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__note li {
    font-size: 0.9230769231rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  .p-credit__note li:last-child {
    padding-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__note li:last-child {
    padding-top: 2.6666666667vw;
  }
}
.p-credit .text-link ul {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-credit .text-link ul {
    display: flex;
    justify-content: center;
  }
  .p-credit .text-link ul:not(:first-of-type) {
    padding-top: 0.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-credit .text-link ul {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-credit .text-link ul li:not(:first-of-type) {
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-credit .text-link ul li:not(:first-of-type) {
    padding-left: 2vw;
  }
}
.p-credit .text-link ul span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-credit .text-link ul span {
    display: block;
  }
}
.p-credit .text-link ul a {
  color: #fff;
  display: inline-block;
}
.p-credit .text-link--tel {
  position: relative;
}
.p-credit .text-link--tel:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.p-item {
  position: relative;
  align-items: center;
  z-index: 99;
}
.p-item__sec {
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .p-item__sec {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 92px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-item__sec {
    padding-top: 13.3333333333vw;
  }
}
.p-item__column {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-item__column {
    max-width: 640px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-item__column {
    width: 89.3333333333vw;
  }
}
.p-item__ccopy {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-item__ccopy {
    line-height: 1.6;
  }
}
.p-item__desc {
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: left;
  color: #111111;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-item__desc {
    font-size: 1.2307692308rem;
    line-height: 1.8125;
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-item__desc {
    padding-top: 1.3333333333vw;
    line-height: 1.8125;
    letter-spacing: -0.1px;
    font-size: 3.4666666667vw;
  }
}
.p-item__image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-item__image {
    max-width: 640px;
    width: 50vw;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-item__image {
    z-index: 99;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-item__accordion {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-item__accordion {
    margin-top: 5.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .p-item__btn {
    padding-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .p-item__btn {
    padding-top: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .p-item__btn02 {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-item__btn02 {
    padding-top: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .p-item .p-model__ccopy {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-item .p-model__ccopy {
    padding-bottom: 6vw;
  }
}

.p-lead {
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-lead {
    text-align: center;
    font-size: 1.2307692308rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
    padding: 90px 20px 90px;
    width: 79.6875vw;
    line-height: 1.9;
  }
}
@media screen and (max-width: 767px) {
  .p-lead {
    text-align: center;
    line-height: 2;
    font-size: 4vw;
    padding: 13.3333333333vw 4.2666666667vw 13.3333333333vw;
  }
}

.p-mv {
  background-color: #fdfaf6;
  z-index: 2;
  position: relative;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.p-mv img {
  width: 100%;
}
.p-mv__container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-mv__container {
    padding-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__container {
    padding-bottom: 13.3333333333vw;
  }
}
.p-mv__wrap {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  opacity: 0;
  transition: opacity 1.5s ease;
  z-index: 25;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__wrap {
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    margin-top: 6.9333333333vw;
  }
}
.p-mv__wrap.is_active {
  opacity: 1;
}
.p-mv__catch {
  opacity: 0;
  transition: opacity 1.5s ease;
  transition-delay: 0.9s;
  line-height: 1.5;
  color: #212121;
  transition: opacity 1.5s ease;
}
@media screen and (min-width: 768px) {
  .p-mv__catch {
    font-size: 1.8461538462rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-mv__catch {
    font-size: 23.5px;
    font-size: 2.2683397683vw;
  }
}
.p-mv__catch.is_active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__catch {
    line-height: 1.5;
    font-size: 4vw;
  }
}
.p-mv__title {
  opacity: 0;
  transition: opacity 1.5s ease;
  transition-delay: 0.9s;
  text-align: center;
  display: block;
  color: #714c2f;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 3.0769230769rem;
    line-height: 1.47;
    margin-top: 22px;
  }
}
.p-mv__title.is_active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    margin-top: 5.3333333333vw;
    letter-spacing: 1.1px;
    font-size: 6.4vw;
    line-height: 1.4;
  }
}
.p-mv .p-scroll {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv .p-scroll__box {
    height: 828px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv .p-scroll__box {
    height: 85.3333333333vw;
  }
}
.p-mv .p-scroll__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv .p-scroll__list {
    width: 620px;
    margin-left: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-mv .p-scroll__list {
    width: 64vw;
    margin-left: 2.6666666667vw;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-mv .p-scroll__list figure {
    width: 620px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-mv .p-scroll__list figure {
    width: 64vw;
    align-items: center;
  }
}
.p-mv .p-scroll__list img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv .p-scroll__list img {
    width: 620px;
    align-items: center;
  }
}

/*-----------------------------------------------------------------------------------------------------------------------------------
.contents01
-----------------------------------------------------------------------------------------------------------------------------------*/
.p-model {
  position: relative;
}
.p-model__cont {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-model__cont {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-model__cont {
    padding-top: 16vw;
  }
}
.p-model__sec {
  position: relative;
  z-index: 999;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-model__sec {
    width: min(100%, 1280px);
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-model__sec {
    padding-left: 0.78125%;
    padding-right: 0.78125%;
  }
}
.p-model__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-model__img {
    max-width: 640px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-model__img {
    width: 89.3333333333vw;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    padding-bottom: 10.6666666667vw;
  }
}
.p-model__img--pic {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.p-model__text {
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .p-model__text {
    max-width: 560px;
    width: 43.75%;
    padding-top: 224px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-model__text {
    padding-top: 20.8187134503%;
  }
}
@media screen and (max-width: 767px) {
  .p-model__text {
    margin-left: auto;
    margin-right: auto;
    width: 89.3333333333vw;
  }
}
.p-model__ccopy {
  color: #000;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 768px) {
  .p-model__ccopy {
    font-size: 1.5384615385rem;
    line-height: 1.6;
    text-align: left;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-model__ccopy {
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.5px;
    font-size: 4.2666666667vw;
    padding-bottom: 6vw;
  }
}
.p-model__desc {
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: left;
  color: #111111;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-model__desc {
    font-size: 1.2307692308rem;
    line-height: 1.8125;
  }
}
@media screen and (max-width: 767px) {
  .p-model__desc {
    line-height: 1.8125;
    letter-spacing: -0.1px;
    font-size: 3.4666666667vw;
  }
}
.p-model__credit {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-model__credit {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-model__credit {
    margin-top: 1.3333333333vw;
  }
}
.p-model__credit img {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-model__accordion {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-model__accordion {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-model__btn {
    margin-top: 14.453125%;
  }
}
@media screen and (max-width: 767px) {
  .p-model__btn {
    margin-top: 21.3333333333%;
  }
}

.js-accordionBtn {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  color: #888888;
}
@media screen and (min-width: 768px) {
  .js-accordionBtn {
    font-size: clamp(0.769rem, 0.423rem + 0.586vw, 14px);
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .js-accordionBtn {
    font-size: clamp(0.923rem, 0.042rem + 3.053vw, 1.846rem);
  }
}
@media screen and (min-width: 768px) {
  .js-accordionBtn img {
    width: 73px;
  }
}
@media screen and (max-width: 767px) {
  .js-accordionBtn img {
    min-width: 62.5px;
    width: 16.6666666667%;
  }
}
.js-accordionBtn__box {
  padding-right: 0px;
}
.js-accordionBtn::after {
  display: inline-block;
  box-sizing: border-box;
  margin-top: 0;
  margin-left: 6px;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #888888;
  border-bottom: 0;
  border-left: 0;
  content: "";
  vertical-align: middle;
  line-height: 1;
  transition: transform 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  transform: translateY(-25%) rotate(135deg);
}
.js-accordionBtn.u-text-white::after {
  display: inline-block;
  box-sizing: border-box;
  margin-top: 0;
  margin-left: 6px;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #fff;
  border-bottom: 0;
  border-left: 0;
  content: "";
  vertical-align: middle;
  line-height: 1;
  transition: transform 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  transform: translateY(-25%) rotate(135deg);
}
.js-accordionBtn.txtOn::after {
  margin-top: 2px;
  transform: rotate(-45deg);
}
.js-accordionTxt {
  display: none;
  color: #888888;
}
@media screen and (min-width: 768px) {
  .js-accordionTxt {
    margin-top: 15px;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .js-accordionTxt {
    margin-top: 1.3333333333vw;
  }
}
.js-accordionTxt p {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  color: #888888 !important;
}
@media screen and (min-width: 768px) {
  .js-accordionTxt p {
    line-height: 1.6;
    font-size: clamp(0.769rem, 0.423rem + 0.586vw, 14px);
    font-size: 14px;
    letter-spacing: -0.2px;
  }
}
@media screen and (max-width: 767px) {
  .js-accordionTxt p {
    font-size: clamp(0.923rem, 0.042rem + 3.053vw, 1.846rem);
  }
}

.u-order-1 {
  order: 1;
}

.u-order-2 {
  order: 2;
}

@media screen and (max-width: 767px) {
  .u-order-2--sp {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .u-order-1--sp {
    order: 1;
  }
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mt-30 {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .u-mt-md-10 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-25 {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-30 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-35 {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-40 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-50 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-60 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-70 {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-80 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-90 {
    margin-top: 90px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-100 {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-120 {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-170 {
    margin-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-sm-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-sm-15 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-sm-20 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-sm-25 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-sm-30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-sm-50 {
    margin-top: 50px;
  }
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .u-mx-auto-md {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-md {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sm {
    display: none;
  }
}

.u-display-block {
  display: block;
}

.u-display-inline-block {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .l-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-color-777 {
  color: #777 !important;
}

.u-color-gd {
  color: #b29061 !important;
}

.u-color-wt {
  color: #fff !important;
}

.u-border-bottom-bk {
  border-bottom: solid 1px #000;
}

.u-border-bottom-dgy {
  border-bottom: solid 1px #ccc;
}

.u-border-bottom-gd {
  border-bottom: solid 1px #b4956a;
}

.u-border-bottom-gy {
  border-bottom: solid 1px #ddd;
}

.u-border-bottom-lgy {
  border-bottom: solid 1px #f5f5f5;
}

.u-border-top-bk {
  border-top: solid 1px #000;
}

.u-border-top-dgy {
  border-top: solid 1px #ccc;
}

.u-border-top-gd {
  border-top: solid 1px #b4956a;
}

.u-border-top-gy {
  border-top: solid 1px #ddd;
}

.u-border-top-lgy {
  border-top: solid 1px #f5f5f5;
}

.u-bg-color-bk {
  background-color: black;
}

.u-bg-color-gy {
  background-color: rgba(246, 247, 251, 0.5);
}

.u-bg-color-wh {
  background-color: #fff;
}

.u-bgclr-secondary {
  background-color: #714c2f;
}

.u-bg-img-section01 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .u-bg-img-section01 {
    background-image: url(../images/section01_bg_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .u-bg-img-section01 {
    background-image: url(../images/section01_bg_sp.jpg);
  }
}

.u-bg-img-section02 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .u-bg-img-section02 {
    background-image: url(../images/section02_bg_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .u-bg-img-section02 {
    background-image: url(../images/section02_bg_sp.jpg);
  }
}

.u-align-center {
  text-align: center !important;
}

.u-align-left {
  text-align: left !important;
}

@media screen and (min-width: 768px) {
  .u-align-md-center {
    text-align: center !important;
  }
}

@media screen and (min-width: 768px) {
  .u-align-md-left {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .u-align-sm-center {
    text-align: center !important;
  }
}

.u-color_third {
  color: #35597d;
}/*# sourceMappingURL=style-2.1.2.css.map */