@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, 20px);
          transform: translate(0, 20px);
  -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 #000;
  background-color: #d7d0db;
  -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: 320px;
    padding: 1em 1em 1em;
  }
}
@media screen and (max-width: 768px) {
  .c-btn__items {
    font-size: 26px;
    font-size: 3.4666666667vw;
    line-height: 1;
    width: 85.3333333333vw;
    padding: 1em 0.3em 1em;
    margin-top: 8vw;
  }
}
.c-btn__items.is-hover {
  opacity: 0.7;
}
.c-btn__acc {
  display: block;
  margin-inline: auto;
  border: 1px solid #000;
  border-radius: 45px;
  background-color: #d7d0db;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: center;
}
@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(255, 255, 255, 0.5);
  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--primary {
  color: #7c6c8d;
}

.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: #7c6c8d !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;
}

@media screen and (min-width: 769px) {
  .l-flex--pc {
    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;
  }
}
.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--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: #000;
  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 #000;
  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: #000;
}
@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 #000;
  color: #000;
  background-color: transparent;
  height: 70px;
}
.p-credit__btn a.is-hover {
  border: 1px solid #fff;
  color: #000;
  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;
}
.p-item h2 {
  letter-spacing: -0.08em;
}
@media screen and (min-width: 769px) {
  .p-item h2 {
    font-size: 30px;
    font-size: 2.3076923077rem;
    line-height: 1.3333333333;
    margin-bottom: 10.9375%;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-item h2 {
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 1.2857142857;
    margin-bottom: 6.6666666667vw;
  }
}
.p-item h3 {
  letter-spacing: -0.05em;
}
@media screen and (min-width: 769px) {
  .p-item h3 {
    font-size: 22px;
    font-size: 1.6923076923rem;
    line-height: 1.4545454545;
    margin-bottom: 9.375%;
  }
}
@media screen and (max-width: 768px) {
  .p-item h3 {
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.1666666667;
    margin-bottom: 6.6666666667vw;
    text-align: left;
  }
}
.p-item h4 {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(183, 176, 187)), to(transparent));
  background: linear-gradient(90deg, rgb(183, 176, 187), transparent);
  padding: 0.2em 0.4em;
}
@media screen and (min-width: 769px) {
  .p-item h4 {
    font-size: 16px;
    font-size: 1.2307692308rem;
    line-height: 1;
    width: 59.375%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-item h4 {
    margin-bottom: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-item--01 {
    padding-top: 60px;
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 768px) {
  .p-item--01 {
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 769px) {
  .p-item--01 h2 {
    position: absolute;
    padding-top: 7.03125%;
  }
}
@media screen and (max-width: 768px) {
  .p-item--01 h2 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-item--02 {
    padding-top: 52px;
  }
}
@media screen and (max-width: 768px) {
  .p-item--02 {
    padding-bottom: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .p-item--02 h3 {
    padding-top: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .p-item--03 {
    padding-top: 52px;
    padding-bottom: 62px;
  }
}
@media screen and (max-width: 768px) {
  .p-item--03 {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-item--04 {
    padding-top: 62px;
    padding-bottom: 53px;
  }
}
@media screen and (max-width: 768px) {
  .p-item--04 {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.p-item--04 h2 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-item--04 h2 {
    position: relative;
    margin-bottom: 3.90625%;
  }
}
@media screen and (max-width: 768px) {
  .p-item--04 h2 {
    font-size: 40px;
    font-size: 5.3333333333vw;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-item--04 h3 {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-item--05 {
    padding-top: 53px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-item--05 {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-item--06 {
    padding-top: 242px;
    padding-bottom: 153px;
  }
}
.p-item--06 h2 {
  text-align: center;
  position: relative;
}
.p-item--06 h2::before, .p-item--06 h2::after {
  content: "〜";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-item--06 h2::before {
  left: 0;
}
.p-item--06 h2::after {
  right: 0;
}
@media screen and (min-width: 769px) {
  .p-item--06 h2 {
    margin-bottom: 36px;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  .p-item--06 h2 {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
  .p-item--06 h2::before, .p-item--06 h2::after {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .p-item--01 .p-item__img {
    width: 65.5737704918%;
    max-width: 800px;
  }
  .p-item--02 .p-item__img {
    width: 52.4590163934%;
    max-width: 640px;
    padding-left: 3.2786885246%;
    padding-right: 3.2786885246%;
  }
  .p-item--03 .p-item__img {
    width: 52.4590163934%;
    max-width: 640px;
    padding-left: 3.2786885246%;
    padding-right: 3.2786885246%;
  }
  .p-item--04 .p-item__img {
    width: 44.8360655738%;
    max-width: 547px;
    margin: 0 auto 49px;
  }
  .p-item--05 .p-item__img {
    width: 52.4590163934%;
    max-width: 640px;
    padding-left: 3.2786885246%;
    padding-right: 3.2786885246%;
  }
  .p-item--06 .p-item__img {
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-item__txt {
    z-index: 2;
  }
  .p-item--01 .p-item__txt {
    width: 52.4590163934%;
    margin-right: -150px;
    padding-top: 230px;
    padding-bottom: 110px;
    padding-right: 2.4590163934%;
  }
  .p-item--02 .p-item__txt {
    width: 52.4590163934%;
    padding-top: 6.0655737705%;
    padding-left: 2.4590163934%;
  }
  .p-item--03 .p-item__txt {
    width: 52.4590163934%;
    padding-top: 12.2950819672%;
  }
  .p-item--04 .p-item__txt {
    width: 72.131147541%;
    margin-inline: auto;
  }
  .p-item--05 .p-item__txt {
    width: 52.4590163934%;
    padding-top: 12.2950819672%;
    padding-left: 2.4590163934%;
  }
  .p-item--06 .p-item__txt {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.65);
    padding-top: 74px;
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-item--01 .p-item__txt {
    padding-top: 8vw;
  }
  .p-item--02 .p-item__txt {
    padding-top: 8vw;
  }
  .p-item--03 .p-item__txt {
    padding-top: 8vw;
  }
  .p-item--04 .p-item__txt {
    padding-top: 8vw;
  }
  .p-item--05 .p-item__txt {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .p-item--06 .p-item__txt {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    background-color: rgba(255, 255, 255, 0.65);
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 769px) {
  .p-item__txtWrap {
    width: 62.5%;
    max-width: 800px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-item__description p {
    font-size: 15px;
    font-size: 1.1538461538rem;
    line-height: 1.6;
    margin-bottom: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .p-item__description p {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 769px) {
  .p-item--01 .p-item__description {
    margin-bottom: 110px;
  }
  .p-item--02 .p-item__description {
    margin-bottom: 160px;
  }
  .p-item--06 .p-item__description {
    padding-left: 3em;
    padding-right: 3em;
  }
  .p-item--06 .p-item__description p:first-of-type {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 768px) {
  .p-item--01 .p-item__description {
    margin-bottom: 18.6666666667vw;
  }
}
.p-item__profile dt {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .p-item__profile dt {
    font-size: 16px;
    font-size: 1.2307692308rem;
    line-height: 1.5;
  }
}
.p-item__profile dt span {
  font-size: 1.5em;
}
@media screen and (min-width: 769px) {
  .p-item__profile dd {
    font-size: 15px;
    font-size: 1.1538461538rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .p-item__profile dd {
    font-size: 25px;
    font-size: 3.3333333333vw;
    line-height: 1.68;
  }
}
.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;
}
.p-item__credit:last-of-type {
  margin-bottom: 0;
}
.p-item__creditBtn {
  position: relative;
  display: inline-block;
  padding-right: 1.2em;
}
.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: 3;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-item__btn {
    padding-top: 6.875%;
    max-width: 1280px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-item__btn {
    padding-top: 8.6666666667vw;
    padding-bottom: 18.4vw;
  }
}
.p-item__btn .c-btn__items {
  margin-top: 0;
}
@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;
  }
  .p-item__accTxt {
    display: none;
  }
}
.p-item__deco {
  text-align: center;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 769px) {
  .p-item__deco {
    font-size: 20px;
    font-size: 1.5384615385rem;
    line-height: 1;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-item__deco {
    font-size: 34px;
    font-size: 4.5333333333vw;
    line-height: 1.2352941176;
    margin-bottom: 8vw;
  }
}

.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;
}
@media screen and (min-width: 769px) {
  .p-lead {
    font-size: 17px;
    font-size: 1.3076923077rem;
    line-height: 1.9411764706;
    padding-top: 103px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-lead {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.625;
    padding-top: 8vw;
    padding-bottom: 9.3333333333vw;
    text-align: left;
  }
}

.p-mv {
  z-index: 2;
  position: relative;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #000;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (min-width: 769px) {
  .p-mv {
    height: 62.5%;
  }
  .p-mv::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #cec6d2;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .p-mv.is-active::after {
    opacity: 1;
  }
}
.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__layer {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-mv__layer {
    min-height: 62.5%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__layer {
    min-height: 117.3333333333vw;
  }
}
.p-mv__layer > ul {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-mv__layer li {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-mv__layer li:nth-of-type(1) {
  z-index: 4;
  translate: -50%;
  rotate: 7deg;
}
@media screen and (min-width: 769px) {
  .p-mv__layer li:nth-of-type(1) {
    width: 60.15625%;
    padding-top: 15.625%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__layer li:nth-of-type(1) {
    width: 80vw;
    padding-top: 28vw;
  }
}
.p-mv__layer li:nth-of-type(2) {
  z-index: 5;
  translate: -50%;
  rotate: -10deg;
}
@media screen and (min-width: 769px) {
  .p-mv__layer li:nth-of-type(2) {
    width: 37.5%;
    padding-top: 3.125%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__layer li:nth-of-type(2) {
    width: 62vw;
    padding-top: 8vw;
  }
}
.p-mv__img {
  position: relative;
  z-index: 6;
}
.p-mv__txt {
  z-index: 7;
  text-align: center;
  position: absolute;
  color: #000;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .p-mv__txt {
    top: 21.09375%;
    width: 50%;
    padding: 0 2.34375%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__txt {
    top: 1.3333333333vw;
    width: 80vw;
    padding: 2.6666666667vw 4vw;
  }
}
.p-mv__sub {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (min-width: 769px) {
  .p-mv__sub {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__sub {
    width: 80vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-mv__ttl {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (min-width: 769px) {
  .p-mv__ttl {
    width: 65%;
    margin: 0 auto 33px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__ttl {
    width: 53.3333333333vw;
  }
}
.p-mv__deco {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (max-width: 768px) {
  .p-mv__deco {
    width: 54.6666666667vw;
    margin-top: -1.3333333333vw;
  }
}

.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: #111;
  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: #111;
  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 #111;
  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: white;
}

.u-bgclr-primary {
  background-color: #7c6c8d;
}

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

.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 */