@charset "UTF-8";
/*************************************
breakpoint
*************************************/
/*************************************
fontsize
*************************************/
/*************************************
width
*************************************/
/*************************************
padding
*************************************/
.a-delay--100 {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.a-delay--200 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.a-delay--300 {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.a-delay--400 {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.a-delay--500 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.a-delay--600 {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.a-delay--700 {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

.a-delay--800 {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

.a-delay--900 {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.a-delay--1000 {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

.a-delay--1100 {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
}

.a-delay--1200 {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

.a-delay--1300 {
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms;
}

.a-delay--1400 {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}

.a-delay--1500 {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

.a-delay--1600 {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}

.a-delay--1700 {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}

.a-delay--1800 {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}

.a-delay--1900 {
  -webkit-animation-delay: 1900ms;
          animation-delay: 1900ms;
}

.a-delay--2000 {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}

.a-delay--2100 {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
}

.a-delay--2200 {
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
}

.a-delay--2300 {
  -webkit-animation-delay: 2300ms;
          animation-delay: 2300ms;
}

.a-delay--2400 {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}

.a-delay--2500 {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
}

.a-delay--2600 {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
}

.a-delay--2700 {
  -webkit-animation-delay: 2700ms;
          animation-delay: 2700ms;
}

.a-delay--2800 {
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
}

.a-delay--2900 {
  -webkit-animation-delay: 2900ms;
          animation-delay: 2900ms;
}

.a-delay--3000 {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}

.a-delay--3100 {
  -webkit-animation-delay: 3100ms;
          animation-delay: 3100ms;
}

.a-delay--3200 {
  -webkit-animation-delay: 3200ms;
          animation-delay: 3200ms;
}

.a-delay--3300 {
  -webkit-animation-delay: 3300ms;
          animation-delay: 3300ms;
}

.a-delay--3400 {
  -webkit-animation-delay: 3400ms;
          animation-delay: 3400ms;
}

.a-delay--3500 {
  -webkit-animation-delay: 3500ms;
          animation-delay: 3500ms;
}

.a-delay--3600 {
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
}

.a-delay--3700 {
  -webkit-animation-delay: 3700ms;
          animation-delay: 3700ms;
}

.a-delay--3800 {
  -webkit-animation-delay: 3800ms;
          animation-delay: 3800ms;
}

.a-delay--3900 {
  -webkit-animation-delay: 3900ms;
          animation-delay: 3900ms;
}

.a-delay--4000 {
  -webkit-animation-delay: 4000ms;
          animation-delay: 4000ms;
}

.a-delay--4100 {
  -webkit-animation-delay: 4100ms;
          animation-delay: 4100ms;
}

.a-delay--4200 {
  -webkit-animation-delay: 4200ms;
          animation-delay: 4200ms;
}

.a-delay--4300 {
  -webkit-animation-delay: 4300ms;
          animation-delay: 4300ms;
}

.a-delay--4400 {
  -webkit-animation-delay: 4400ms;
          animation-delay: 4400ms;
}

.a-delay--4500 {
  -webkit-animation-delay: 4500ms;
          animation-delay: 4500ms;
}

.a-delay--4600 {
  -webkit-animation-delay: 4600ms;
          animation-delay: 4600ms;
}

.a-delay--4700 {
  -webkit-animation-delay: 4700ms;
          animation-delay: 4700ms;
}

.a-delay--4800 {
  -webkit-animation-delay: 4800ms;
          animation-delay: 4800ms;
}

.a-delay--4900 {
  -webkit-animation-delay: 4900ms;
          animation-delay: 4900ms;
}

.a-delay--5000 {
  -webkit-animation-delay: 5000ms;
          animation-delay: 5000ms;
}

.a-fade--in {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.a-fade--up {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.a-scroll-up {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.a-scroll-up.is_active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.a-scroll-up--100 {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.a-scroll-left_in {
  -webkit-transition: width 1s;
  transition: width 1s;
  width: 0;
}
.a-scroll-left_in.is_active {
  width: auto;
}
.a-scroll-right_in.is_active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.a-scroll-blur {
  opacity: 0;
}
.a-scroll-blur.is_active {
  -webkit-animation-name: aniBlur;
          animation-name: aniBlur;
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@-webkit-keyframes aniBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes aniBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@media screen and (min-width: 769px) {
  .a-sticky--pc {
    position: sticky;
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .a-sticky--sp {
    position: sticky;
    top: 1.3333333333vw;
  }
}

.c-btn {
  line-height: 1.2;
  text-align: center;
}
.c-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-btn__items {
  display: block;
  margin-inline: auto;
  border: 1px solid #957f52;
  background-color: #957f52;
  color: #fff !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-btn__items {
    font-size: 15px;
    font-size: 1.1538461538rem;
    line-height: 1.3333333333;
    width: 300px;
    padding: 1em 1em 1em;
  }
}
@media screen and (max-width: 768px) {
  .c-btn__items {
    font-size: 26px;
    font-size: 3.4666666667vw;
    line-height: 1;
    width: 80vw;
    margin-inline: auto;
    padding: 1.5em 0.3em 1.5em;
    margin-top: 8vw;
  }
}
.c-btn__items.is-hover {
  opacity: 0.7;
}
.c-btn__acc {
  display: block;
  margin-inline: auto;
  border: 1px solid #957f52;
  border-radius: 45px;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: center;
  color: #957f52;
}
@media screen and (max-width: 768px) {
  .c-btn__acc {
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.1333333333;
    width: 40vw;
    padding: 1em 0.3em 1em;
    margin-bottom: 5.3333333333vw;
  }
}

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

.c-ttl {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.c-ttl__sub {
  margin-inline: auto;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .c-ttl__sub {
    height: 1.953125%;
    max-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl__sub {
    height: 4vw;
    max-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl__sub > img {
    height: 4vw;
    max-height: 30px;
  }
}
.c-ttl__primary {
  color: #957f52;
}

.c-txt-link {
  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: 769px) {
  .c-txt-link {
    font-size: 16px;
    font-size: 1.2307692308rem;
    line-height: 0.9375;
  }
}
@media screen and (max-width: 768px) {
  .c-txt-link {
    line-height: 1;
    font-size: 4.2666666667vw;
  }
}
.c-txt-link > a {
  color: #111 !important;
}

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

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;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-main {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

section {
  position: relative;
  z-index: 3;
}

.l-flex {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-flex--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .l-flex--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .l-flex.__fd--row-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .l-flex.__fd--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-flex--start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.l-flex__jc--sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-flex__jc--c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-flex.__ai--st {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-flex.__ai--c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .l-container {
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-container {
    width: 100%;
    /*padding-left: math.div(30, 750)*100vw;
       padding-right: math.div(30, 750)*100vw;*/
  }
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.p-content--01 {
  padding-top: 60px;
}
.p-content--01 .p-content__img {
  width: 65.5737704918%;
  max-width: 800px;
  z-index: 1;
}
.p-content--01 .p-content__txt {
  width: 52.4590163934%;
  z-index: 2;
  margin-right: -150px;
}
@media screen and (min-width: 769px) {
  .p-content h2 {
    font-size: 30px;
    font-size: 2.3076923077rem;
    line-height: 1.3333333333;
    letter-spacing: 0.01em;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 769px) {
  .p-content h3 {
    font-size: 22px;
    font-size: 1.6923076923rem;
    line-height: 1.4545454545;
    letter-spacing: 0.01em;
    margin-bottom: 60px;
  }
}

.p-credit {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-credit {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    font-size: 0.8461538462rem;
    line-height: 1;
    padding-top: 120px;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  .p-credit {
    width: 92vw;
    padding-top: 13.0666666667vw;
    padding-bottom: 20vw;
    margin-inline: auto;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-credit__wrap + .p-credit__wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-credit__wrap + .p-credit__wrap {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-credit .brand-wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-credit .brand-wrap {
    margin-top: 30px;
  }
}
.p-credit__ttl {
  color: #212121;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 769px) {
  .p-credit__ttl {
    font-size: 16px;
    font-size: 1.2307692308rem;
    line-height: 1.875;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-credit__ttl {
    font-size: 26px;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    margin-bottom: 5.6vw;
  }
}
.p-credit__ttl > span {
  border-bottom: solid 2px #212121;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.p-credit__list {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .p-credit__list {
    font-size: 11px;
    font-size: 0.8461538462rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-credit__list {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.p-credit__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-credit__list dl:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.p-credit__list dt {
  display: inline-block;
  margin-right: 1em;
  padding-top: 0.1em;
}
.p-credit__list dd {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-credit__list dd {
    word-break: break-all;
    max-width: 14em;
    text-align: left;
  }
}
.p-credit__list dd a {
  display: inline-block;
  position: relative;
  padding-bottom: 0.2em;
}
.p-credit__list dd a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
  height: 1px;
  background-color: #212121;
}
@media screen and (min-width: 769px) {
  .p-credit__list dd a {
    font-size: 11px;
    font-size: 0.8461538462rem;
    line-height: 1.1818181818;
  }
}
.p-credit__list--url a::after {
  height: 0 !important;
}
.p-credit__list--url span {
  display: inline;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .p-credit__des {
    font-size: 11px;
    font-size: 0.8461538462rem;
    line-height: 1.8181818182;
  }
}
@media screen and (max-width: 768px) {
  .p-credit__des {
    font-size: 26px;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
@media screen and (min-width: 769px) {
  .p-credit__btn {
    width: 28.125%;
  }
}
@media screen and (min-width: 769px) {
  .p-credit__btn:not(:first-child) {
    margin-left: 4.1666666667%;
  }
}
@media screen and (max-width: 768px) {
  .p-credit__btn:not(:first-child) {
    margin-top: 20px;
  }
}
.p-credit__btn a {
  border: 1px solid #212121;
  color: #212121;
  background-color: transparent;
  height: 70px;
}
.p-credit__btn a.is-hover {
  border: 1px solid #fff;
  color: #212121;
  background-color: #fff;
}
.p-credit__note {
  margin-top: 20px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .p-credit__note {
    font-size: 11px;
    font-size: 0.8461538462rem;
    line-height: 1.8181818182;
  }
}
@media screen and (max-width: 768px) {
  .p-credit__note {
    font-size: 26px;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
.p-credit__note li {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-credit__note li:last-child {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-credit__note li:last-child {
    padding-top: 2.6666666667vw;
  }
}
.p-credit__sns {
  display: inline-block;
  max-width: 42px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-credit__sns {
    width: 5.6vw;
  }
}
@media screen and (min-width: 769px) {
  .p-credit__sns:not(:first-child) {
    margin-left: 6.25%;
  }
}
@media screen and (max-width: 768px) {
  .p-credit__sns:not(:first-child) {
    margin-left: 8vw;
  }
}

@media screen and (min-width: 769px) {
  .p-detail {
    width: 33.3870967742%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-detail {
    font-size: 17px;
    font-size: 1.3076923077rem;
    line-height: 0.8823529412;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 10.9333333333vw;
  }
}
.p-detail__title {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #35597d;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-detail__title {
    margin-top: 60px;
    padding-bottom: 10px;
    font-size: 28px;
    font-size: 2.1538461538rem;
    line-height: 0.5357142857;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__title {
    font-size: 6.6666666667vw;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 2vw;
    margin-top: 9.3333333333vw;
  }
}
.p-detail__content {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-detail__content {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__content {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.p-detail__content::before, .p-detail__content::after {
  content: "";
  background-color: #35597d;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .p-detail__content::before, .p-detail__content::after {
    height: 1px;
  }
}
.p-detail__content::before {
  top: 0;
}
.p-detail__content::after {
  bottom: 0;
}
.p-detail__wrap {
  width: 100%;
}
.p-detail__text {
  padding: 14px 8px 0;
  text-align: justify;
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 1.0714285714;
}
@media screen and (max-width: 768px) {
  .p-detail__text {
    line-height: 1.656;
    font-size: 3.2vw;
  }
}
.p-detail__image {
  padding-bottom: 8vw;
}

@media screen and (min-width: 769px) {
  .itemBlock02 .p-detail {
    width: 33.3870967742%;
    margin-left: 0;
    margin-right: auto;
  }
}

.p-item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-item {
    padding-top: 15.625%;
    padding-bottom: 15.625%;
  }
}
.p-item h2 {
  letter-spacing: -0.08em;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-item h2 {
    font-size: 32px;
    font-size: 2.4615384615rem;
    line-height: 1.40625;
    margin-bottom: 6.5573770492%;
    z-index: 4;
  }
  .p-item--01 .p-item h2 {
    margin-bottom: 8.3333333333%;
  }
  .p-item--07 .p-item h2 {
    margin-bottom: 3.2786885246%;
  }
}
@media screen and (max-width: 768px) {
  .p-item h2 {
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 1.5;
    margin-bottom: 10.6666666667vw;
  }
}
.p-item h3 {
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-item h3 {
    font-size: 30px;
    font-size: 2.3076923077rem;
    line-height: 1.4;
    margin-bottom: 3.2786885246%;
  }
}
@media screen and (max-width: 768px) {
  .p-item h3 {
    font-size: 40px;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-item h3 span {
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .p-item h3 span {
    display: block;
  }
}
.p-item--01 {
  background-color: #edf0fe;
}
@media screen and (min-width: 769px) {
  .p-item--02 {
    background-image: url(../images/item_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-item--02 {
    background-color: #f5f7fa;
  }
}
.p-item--03 {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-item--04 {
    background-image: url(../images/item_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
  }
}
.p-item--05 {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-item--06 {
    background-image: url(../images/item_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-item--06 {
    background-image: url(../images/item_bg3_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 100%;
    padding-bottom: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-item--06 .l-flex--pc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-item--07 {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-item--07 {
    padding-top: 13.3333333333vw;
  }
}
.p-item--01 .p-item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-item--01 .p-item {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-item--02 .p-item {
    padding-top: 18.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-item--04 .p-item {
    padding-top: 13.3333333333vw;
    background-color: #f5f7fa;
  }
}
@media screen and (min-width: 769px) {
  .p-item--06 .p-item {
    padding-top: 10.9375%;
    padding-bottom: 9.375%;
  }
}
@media screen and (max-width: 768px) {
  .p-item--06 .p-item {
    padding-top: 13.3333333333vw;
    background-color: #f5f7fa;
  }
}
.p-item__ttl {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-item__ttl > div {
    margin-bottom: 10.3448275862%;
  }
}
@media screen and (max-width: 768px) {
  .p-item__ttl > div {
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-item--06 .p-item__ttl div {
    margin-bottom: 17.2413793103%;
  }
}
.p-item__ttl--deco {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-item__ttl--deco {
    padding-bottom: 13.7931034483%;
    margin-bottom: 8.6206896552% !important;
  }
}
@media screen and (max-width: 768px) {
  .p-item__ttl--deco {
    padding-bottom: 13.3333333333vw;
  }
}
.p-item__ttl--deco:before {
  content: "";
  position: absolute;
  background-image: url(../images/item_sub-ttl07.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  top: 0;
  right: 2%;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-item__ttl--deco:before {
    width: 100%;
    height: 100%;
    top: 15px;
    right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .p-item__ttl--deco:before {
    width: 40%;
    height: 124%;
    bottom: 0;
    right: 2%;
    background-size: 100%;
  }
}
.p-item__ttl--deco.is_active:before {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-item__ttl--deco img {
    width: 73%;
  }
}
@media screen and (max-width: 768px) {
  .p-item__ttl--deco img {
    height: 5.3333333333vw;
    max-height: 40px;
  }
}
.p-item__img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-item__img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-item__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-item--01 .p-item__img {
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .p-item--01 .p-item__img {
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-item--02 .p-item__img, .p-item--04 .p-item__img, .p-item--06 .p-item__img {
    padding-right: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-item--03 .p-item__img, .p-item--05 .p-item__img {
    padding-left: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-item--02 .p-item__img, .p-item--03 .p-item__img, .p-item--05 .p-item__img {
    opacity: 0;
  }
}
.p-item__img--layer {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .p-item--02 .p-item__img--layer {
    padding-right: 30px;
  }
  .p-item--03 .p-item__img--layer, .p-item--05 .p-item__img--layer {
    padding-left: 30px;
  }
}
.p-item__img--layer.is-show {
  opacity: 1;
}
.p-item__txt {
  z-index: 4;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-item__txt {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-item__txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 13.3333333333vw;
    padding-bottom: 18.6666666667vw;
  }
}
.p-item--01 .p-item__txt {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 769px) {
  .p-item--01 .p-item__txt {
    width: 100%;
    padding-top: 7.8125%;
    padding-bottom: 10.15625%;
  }
}
@media screen and (max-width: 768px) {
  .p-item--01 .p-item__txt {
    padding-top: 13.3333333333vw;
    padding-bottom: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-item--02 .p-item__txt, .p-item--03 .p-item__txt, .p-item--05 .p-item__txt {
    padding-top: 800px;
    padding-bottom: 500px;
  }
}
@media screen and (max-width: 768px) {
  .p-item--02 .p-item__txt, .p-item--03 .p-item__txt, .p-item--05 .p-item__txt {
    margin-top: 100vh;
  }
}
@media screen and (min-width: 769px) {
  .p-item--02 .p-item__txt, .p-item--04 .p-item__txt {
    padding-left: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-item--03 .p-item__txt, .p-item--05 .p-item__txt {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-item--02 .p-item__txt {
    background-image: url(../images/item_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-item--03 .p-item__txt {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-item--04 .p-item__txt {
    background-image: url(../images/item_bg2_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-item--05 .p-item__txt {
    background-color: #fff;
  }
}
.p-item--06 .p-item__txt {
  border-top: 1px solid #e58d7a;
  border-bottom: 1px solid #e58d7a;
}
@media screen and (min-width: 769px) {
  .p-item--06 .p-item__txt {
    padding-top: 4.6875%;
    padding-bottom: 5.46875%;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-item--06 .p-item__txt {
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 13.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-item__txt-inner {
    width: 60.9375%;
    max-width: 780px;
    margin-inline: auto;
    padding-left: 2.34375%;
    padding-right: 2.34375%;
  }
}
.p-item__txt p {
  position: relative;
  margin-top: 2em;
}
@media screen and (min-width: 769px) {
  .p-item__txt p {
    font-size: 16px;
    font-size: 1.2307692308rem;
    line-height: 1.8125;
  }
}
@media screen and (max-width: 768px) {
  .p-item__txt p {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
  }
}
.p-item__info {
  border: 2px solid #957f52;
}
@media screen and (min-width: 769px) {
  .p-item__info {
    padding: 5.15625% 7.03125%;
  }
}
@media screen and (max-width: 768px) {
  .p-item__info {
    padding: 13.3333333333vw 5.6vw;
  }
}
@media screen and (min-width: 769px) {
  .p-item__info p {
    font-size: 16px;
    font-size: 1.2307692308rem;
    line-height: 1.8125;
    margin-bottom: 4.9180327869%;
  }
}
@media screen and (max-width: 768px) {
  .p-item__info p {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.6071428571;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-item__info dl {
    min-width: 750px;
    width: 61.4754098361%;
    margin-inline: auto;
    font-size: 20px;
    font-size: 1.5384615385rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  .p-item__info dl {
    margin-bottom: 10.6666666667vw;
  }
}
.p-item__info dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-item__info dl div {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-item__info dl dt {
    min-width: 5em;
    text-align: right;
  }
}
.p-item__credit {
  color: #5b5b5b;
}
@media screen and (min-width: 769px) {
  .p-item__credit {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-item__credit {
    margin-top: 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-item--01 .p-item__credit {
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .p-item--06 .p-item__credit:nth-of-type(1) {
    margin-bottom: 10.6666666667vw;
  }
}
.p-item__creditTxt {
  display: none;
  padding-top: 0.5em;
  color: #5b5b5b;
}
@media screen and (max-width: 768px) {
  .p-item__creditTxt {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.75;
  }
}
.p-item__credit:last-of-type {
  margin-bottom: 0;
}
.p-item__creditBtn {
  position: relative;
  display: inline-block;
  padding-right: 1.2em;
  color: #5b5b5b;
}
@media screen and (min-width: 769px) {
  .p-item__creditBtn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-item__creditBtn {
    margin-top: 10.6666666667vw;
    font-size: 26px;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
.p-item__creditBtn::after {
  display: inline-block;
  margin-top: 0;
  margin-left: 6px;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #5b5b5b;
  border-bottom: 0;
  border-left: 0;
  content: "";
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: margin-top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: margin-top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin-top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 769px) {
  .p-item__creditBtn::after {
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  .p-item__creditBtn::after {
    -webkit-transform: translateY(-25%) rotate(135deg);
            transform: translateY(-25%) rotate(135deg);
    top: 36%;
  }
}
@media screen and (min-width: 769px) {
  .p-item__creditBtn.is-show::after {
    -webkit-transform: translateY(-15%) rotate(-45deg);
            transform: translateY(-15%) rotate(-45deg);
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .p-item__creditBtn.is-show::after {
    -webkit-transform: translateY(25%) rotate(-45deg);
            transform: translateY(25%) rotate(-45deg);
  }
}
.p-item__btn {
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 769px) {
  .p-item__btn {
    padding-top: 6.875%;
    max-width: 1280px;
    width: 100%;
    margin-inline: auto;
  }
}
.p-item__btn .c-btn__items {
  margin-top: 0;
}
.p-item__line {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 0%;
  z-index: 5;
  background-color: #212121;
  -webkit-transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .p-item__accBtn {
    position: relative;
    padding: 1em 0.3em 1.2em;
  }
  .p-item__accBtn.is-show {
    display: none;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-item__accTxt {
    display: none;
  }
}
.p-item__accView {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-item__accView:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(50%, hsla(0, 0%, 100%, 0.7)), color-stop(0, hsla(0, 0%, 100%, 0.7)), to(#fff));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.7) 50%, hsla(0, 0%, 100%, 0.7) 0, #fff);
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  .p-item__accView.is-hidden:after {
    content: "";
    height: 0;
  }
}

.p-lead {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  letter-spacing: -0.018em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-lead {
    font-size: 17px;
    font-size: 1.3076923077rem;
    line-height: 1.9411764706;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-lead {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    padding-top: 8vw;
    padding-bottom: 18.6666666667vw;
  }
}

.p-mv {
  position: relative;
  z-index: 1;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #212121;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.p-mv img {
  width: 100%;
}
.p-mv__container {
  position: relative;
  overflow: hidden;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-mv__container {
    max-width: 1280px;
  }
}
.p-mv__img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mv__img {
    width: 55.46875%;
    padding-left: 3.75%;
    padding-right: 1.875%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-mv__ttl {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-mv__ttl {
    width: 52.34375%;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    padding: 0 2.1875%;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__ttl {
    padding: 8vw 4vw;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    z-index: 2;
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__ttl--sub1 {
    width: 50.8474576271%;
    margin-inline: auto;
    margin-bottom: 5.0847457627%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__ttl--sub1 {
    width: 44vw;
    margin-inline: auto;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__ttl--sub2 {
    width: 74.5762711864%;
    margin-inline: auto;
    margin-bottom: 6.7796610169%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__ttl--sub2 {
    width: 69.3333333333vw;
    margin-inline: auto;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__ttl--main {
    width: 101.6949152542%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__ttl--main {
    width: 100%;
    margin-inline: auto;
  }
}

.p-pickup {
  position: relative;
  background-color: #b8d3df;
}
@media screen and (min-width: 769px) {
  .p-pickup {
    padding: 75px 4.1935483871% 0px 4.6774193548%;
  }
}
@media screen and (max-width: 768px) {
  .p-pickup {
    padding: 10.6666666667vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-pickup__cont {
    position: relative;
    z-index: 99;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.p-pickup__catch {
  font-family: "Amiri", serif;
  color: #fff;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .p-pickup__catch {
    font-size: 35px;
    font-size: 2.6923076923rem;
    line-height: 0.4285714286;
    letter-spacing: 1.4px;
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-pickup__catch {
    font-size: 6.6666666667vw;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 0.2666666667vw;
    border-bottom: 1px solid #fff;
    margin-bottom: 6.6666666667vw;
  }
}
.p-pickup__catch span {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-pickup__catch span {
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  .p-pickup__catch span {
    padding-bottom: 0.8vw;
  }
}
.p-pickup__col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-pickup__col {
    max-width: 1120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-pickup__item {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-pickup__item {
    max-width: 620px;
    width: 55.3571428571%;
  }
}
@media screen and (max-width: 768px) {
  .p-pickup__item {
    z-index: 99;
    margin-bottom: 7.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-pickup__detail {
    max-width: 480px;
    width: 38.7096774194%;
    position: relative;
    z-index: 999;
  }
}
@media screen and (max-width: 768px) {
  .p-pickup__detail {
    position: relative;
    z-index: 99;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.p-pickup__detail--right {
  width: 0vw;
  margin-left: auto;
}
.p-pickup__text {
  line-height: 1.6;
  position: relative;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .p-pickup__text {
    font-size: 15px;
    font-size: 1.1538461538rem;
    line-height: 1;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .p-pickup__text {
    font-size: 3.4666666667vw;
    line-height: 1.652;
    letter-spacing: 1.4px;
    margin-bottom: 6vw;
    margin-top: 4.2666666667vw;
  }
}

.p-popup {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
@media screen and (min-width: 769px) {
  .p-popup {
    padding: 102px 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-popup {
    padding: 68px 6.6666666667vw 6.6666666667vw;
  }
}
.p-popup__text + .p-popup__text {
  margin-top: 30px;
}
.p-popup .mfp-close {
  background: url(../images/popup_close.png) center no-repeat;
  background-size: 36px 36px;
  font-size: 0;
}
@media screen and (min-width: 769px) {
  .p-popup .mfp-close {
    right: 6.6666666667%;
    top: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .p-popup .mfp-close {
    right: 6.6666666667vw;
    top: 16px !important;
  }
}
.p-popup__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-popup__group {
    display: block;
  }
}
.p-popup__ttl {
  color: #f6f9fd;
  position: relative;
  line-height: 1.5;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 769px) {
  .p-popup__ttl {
    font-size: 24px;
    font-size: 1.8461538462rem;
    line-height: 0.625;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-popup__ttl {
    text-align: center;
    font-size: 17px;
    font-size: 1.3076923077rem;
    line-height: 0.8823529412;
    margin-bottom: 1em;
  }
}
.p-popup__ttlDeco {
  color: #f6f9fd;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  display: inline-block;
  border-bottom: 1px solid #f6f9fd;
  line-height: 1;
  padding: 0 0.3em;
}
@media screen and (max-width: 768px) {
  .p-popup__ttlDeco {
    font-size: 17px;
    font-size: 1.3076923077rem;
    line-height: 0.8823529412;
    position: absolute;
    z-index: 10;
    line-height: 1.2;
  }
}
.p-popup__img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-popup__img {
    width: 41.5384615385%;
  }
}
@media screen and (max-width: 768px) {
  .p-popup__img {
    width: 58.4615384615%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .p-popup__textWrap {
    width: 53.8461538462%;
  }
}
.p-popup__text {
  color: #333;
}
@media screen and (min-width: 769px) {
  .p-popup__text {
    font-size: 16px;
    font-size: 1.2307692308rem;
    line-height: 0.9375;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-popup__text {
    font-size: 3.4666666667vw;
    line-height: 1.7;
    margin-bottom: 7.6923076923%;
  }
}

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

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

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

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

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

.u-color_third {
  color: #35597d;
}

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

.u-bg-color-dgy {
  background-color: #ccc;
}

.u-bg-color-gd {
  background-color: #b4956a;
}

.u-bg-color-gy {
  background-color: #ddd;
}

.u-bg-color-lgy {
  background-color: #f5f5f5;
}

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

.u-bgclr-primary {
  background-color: #957f52;
}

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

.u-bgclr-tertiary {
  background-color: #bfd6ef;
}

.u-bgclr-quaternary {
  background-color: #dee8ee;
}

.u-bg-type--1 {
  background: linear-gradient(-125deg, #d2dee8 0%, #f5eae1 100%);
}
@media screen and (min-width: 769px) {
  .u-bg-type--2 {
    background: url(../images/bg_deco01.png), linear-gradient(63deg, rgb(245, 234, 225) 0%, rgb(245, 234, 225) 50%, rgb(210, 222, 232) 100%);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .u-bg-type--2 {
    background: url(../images/bg_deco01_sp.png), linear-gradient(63deg, rgb(245, 234, 225) 0%, rgb(245, 234, 225) 50%, rgb(210, 222, 232) 100%);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
.u-bg-type--3 {
  background: #fff url(../images/bg_deco02.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}

.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-d-inline-block {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.u-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .u-order-2--sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 768px) {
  .u-order-1--sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/*# sourceMappingURL=style-2.1.2.css.map */