@charset "UTF-8";
/*--------------------------------------------------------------

*INDEX
*1.0 JS：fadein
*1.1 JS：countup loading
*1.2 CSS：base
*1.3 ページタイトル
*

- ------------------------------------------------------------- */
/* JS：countup loading
------------------------------------------------------------- */
main {
  opacity: 0;
  visibility: hidden;
}

.is-open main {
  opacity: 1;
  visibility: visible;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  background-image: url(../img/loading.jpg);
  background-size: cover;
}

#loading .loading-per {
  font-size: 26px;
  font-family: 'Noto Serif Display',serif;
}

.animation-start #loading .loading-display {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "";
  background-image: url(../img/loading-text.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 155px;
  -webkit-animation: rotate-anime 2.2s ease;
          animation: rotate-anime 2.2s ease;
}

@-webkit-keyframes rotate-anime {
  10% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}

@keyframes rotate-anime {
  10% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}

/* CSS：base
------------------------------------------------------------- */
* {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-size: 16px;
  color: #525252;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: calc(7 / 4);
}

img {
  width: 100%;
}

@font-face {
  font-family: 'Noto Serif Display';
  src: url(../font/Noto-Serif-Display-SemiCondensed-ExtraLight-Italic.ttf.woff);
}

@font-face {
  font-family: 'Noto Serif Display Medium';
  src: url(../font/NotoSerifDisplay-SemiCondensedMediumItalic.ttf);
}

.font-sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.font-serif {
  font-family: 'Noto Serif JP', serif;
}

.font-display {
  font-family: 'Noto Serif Display', serif;
}

.font-display-m {
  font-family: 'Noto Serif Display Medium', serif;
}

.text-center {
  text-align: center;
}

/* CSS：common
------------------------------------------------------------- */
@media (max-width: 320px) {
  main {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .-sp {
    display: none;
  }
}

.-pc {
  display: none;
}

@media (min-width: 768px) {
  .-pc {
    display: block;
  }
}

/* CSS：mv_sec
------------------------------------------------------------- */
.mv-area .mv-area-bg {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(3000 / 1388 * 100%);
  background: url(../img/mv_sp@x2.jpg) center center/cover no-repeat;
}

@media (min-width: 620px) {
  .mv-area .mv-area-bg {
    width: 100%;
    height: 0;
    padding-top: 100vh;
    background: url(../img/mv@x2.jpg) center center/cover no-repeat;
    background-position: 22% 0;
  }
}

@media (min-width: 821px) {
  .mv-area .mv-area-bg {
    background-position: 30%;
  }
}

.mv-area .mv-area-bg::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url(../img/mv-effect.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 40%;
}

.mv-area .mv-area-bg .mv-top-position {
  position: absolute;
  top: 10%;
  right: 6%;
  text-align: right;
  max-width: 700px;
}

@media (max-width: 1024px) {
  .mv-area .mv-area-bg .mv-top-position {
    top: 5%;
    right: 10px;
  }
}

@media (max-width: 620px) {
  .mv-area .mv-area-bg .mv-top-position .title__disply {
    display: none;
  }
}

.mv-area .mv-area-bg .mv-top-position .title {
  font-size: 20px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  color: #525252;
  letter-spacing: -0.05em;
  margin-top: 16px;
}

@media (max-width: 620px) {
  .mv-area .mv-area-bg .mv-top-position .title {
    display: none;
  }
}

.mv-area .mv-area-bg .mv-under-position {
  position: absolute;
  max-width: 190px;
  top: 30%;
  left: 50%;
  right: auto;
}

@media (min-width: 620px) {
  .mv-area .mv-area-bg .mv-under-position {
    top: 35vw;
    right: 4%;
    left: auto;
    max-width: 430px;
    width: 100%;
  }
}

@media (min-width: 821px) {
  .mv-area .mv-area-bg .mv-under-position {
    top: 33%;
    right: 4%;
    left: auto;
    max-width: 500px;
    width: 100%;
    margin-right: 50px;
  }
}

.mv-area .mv-area-bg .mv-under-position .mv-ctbtn.-pc {
  display: none;
}

@media (min-width: 620px) {
  .mv-area .mv-area-bg .mv-under-position .mv-ctbtn.-pc {
    position: relative;
    display: block;
    text-align: center;
    background-color: #CCA0A0;
    font-size: 22px;
    line-height: 1.6;
    padding: 30px 12px;
    width: 100%;
    -webkit-box-shadow: 0 9px 16px rgba(190, 154, 154, 0.5);
            box-shadow: 0 9px 16px rgba(190, 154, 154, 0.5);
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
}

.mv-area .mv-area-bg .mv-under-position .mv-ctbtn.-pc span {
  color: #fff;
}

.mv-area .mv-area-bg .mv-under-position .mv-ctbtn.-pc:hover {
  opacity: 0.8;
}

.mv-area .mv-area-bg .mv-under-position .mv-ctbtn.-pc::before {
  position: absolute;
  top: -25px;
  left: calc(50% - 25px);
  content: "";
  background-image: url(../img/mv-bnt_display.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.mv-area .mv-area-bg .mv-under-position .text {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  color: #9B8D6F;
  line-height: calc( 57 / 28);
  margin-bottom: 116px;
  max-width: 440px;
  margin-right: 0;
  margin-left: auto;
  z-index: 1;
}

@media (max-width: 620px) {
  .mv-area .mv-area-bg .mv-under-position .text {
    font-size: 16px;
    letter-spacing: -.05em;
    line-height: 2;
  }
}

@media (min-width: 620px) {
  .mv-area .mv-area-bg .mv-under-position .text::before {
    position: absolute;
    top: calc(50% - 125px);
    right: -5%;
    content: "";
    background-image: url(../img/mv-text__display.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 250px;
    z-index: -1;
  }
}

.mv-area .mv-area-bg .mv-ctbtn.-sp {
  display: none;
}

@media (max-width: 620px) {
  .mv-area .mv-area-bg .mv-ctbtn.-sp {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -40px);
            transform: translate(-50%, -40px);
    bottom: 0;
    text-align: center;
    background-color: #CCA0A0;
    font-size: 16px;
    line-height: 1.6;
    padding: 30px 12px;
    width: calc(100% - 30px);
    -webkit-box-shadow: 0 9px 16px rgba(190, 154, 154, 0.5);
            box-shadow: 0 9px 16px rgba(190, 154, 154, 0.5);
  }
}

.mv-area .mv-area-bg .mv-ctbtn.-sp span {
  color: #fff;
}

.mv-area .mv-area-bg .mv-ctbtn.-sp:hover {
  opacity: 0.8;
}

.mv-area .mv-area-bg .mv-ctbtn.-sp::before {
  position: absolute;
  top: -25px;
  left: calc(50% - 25px);
  content: "";
  background-image: url(../img/mv-bnt_display.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

@media (min-width: 620px) {
  .mv-area .-sp {
    display: none;
  }
}

.mv-area .-pc {
  display: none;
}

@media (min-width: 620px) {
  .mv-area .-pc {
    display: block;
  }
}

/* CSS：intro-sec
------------------------------------------------------------- */
.intro-sec {
  padding-top: 64px;
  background-image: url(../img/intro-bg.jpg);
  background-size: cover;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .intro-sec {
    padding-top: 50px;
    margin-bottom: 80px;
  }
}

.intro-sec .intro-bg {
  padding-bottom: 64px;
}

@media (max-width: 767px) {
  .intro-sec .intro-bg {
    padding-bottom: 24px;
  }
}

.intro-sec .intro-bg .l_text {
  font-size: 28px;
  color: #9F9074;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: calc(42 / 28);
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .intro-sec .intro-bg .l_text {
    font-size: 24px;
  }
}

.intro-sec .intro-bg .flex {
  width: calc(100% - 30px);
  margin: auto;
}

@media (min-width: 768px) {
  .intro-sec .intro-bg .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 970px;
    margin: 32px auto;
  }
}

.intro-sec .intro-bg .flex .flex-item__img {
  width: 82%;
  margin: 16px auto 8px;
}

@media (min-width: 768px) {
  .intro-sec .intro-bg .flex .flex-item__img {
    width: 43%;
  }
}

.intro-sec .intro-bg .flex .flex-item__text {
  font-size: 14px;
  text-align: center;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .intro-sec .intro-bg .flex .flex-item__text {
    text-align: left;
    font-size: 16px;
    width: 57%;
    padding-left: 40px;
  }
}

.intro-sec .intro-bg .flex .flex-item__text p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .intro-sec .intro-bg .flex .flex-item__text p {
    font-size: 14px;
    line-height: calc(23 / 14);
  }
}

.intro-sec .intro-bg .flex .flex-item__text p.-first {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .intro-sec .intro-bg .flex .flex-item__text p.-last {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .intro-sec .intro-fullwide {
    min-height: 170px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* CSS：about-sec
------------------------------------------------------------- */
.about-sec {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .about-sec {
    margin-bottom: 2.5rem;
  }
}

.about-sec .sec-title {
  font-size: 68px;
  letter-spacing: -.025em;
  line-height: calc( 92 / 68);
  color: #C4B79D;
  font-weight: 200;
}

@media (max-width: 767px) {
  .about-sec .sec-title {
    font-size: 56px;
  }
}

.about-sec .sec-subtitle {
  font-size: 22px;
  line-height: calc(33 / 22);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .about-sec .sec-subtitle {
    font-size: 18px;
    margin-bottom: 2rem;
  }
}

.about-sec .flex {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .about-sec .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em;
    max-width: 1080px;
    margin: auto auto 120px;
  }
}

.about-sec .flex .flex-item {
  width: 32%;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .about-sec .flex .flex-item {
    width: calc(100% - 24px);
    margin-left: auto;
    margin-bottom: 2rem;
  }
}

.about-sec .flex .flex-item .flex-item__title {
  font-size: 24px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: calc(35 / 24);
  color: #9B8D6F;
  margin-top: 4px;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .about-sec .flex .flex-item .flex-item__title {
    font-size: 22px;
  }
}

.about-sec .flex .flex-item .flex-item__text {
  line-height: calc(24 / 16);
}

@media (max-width: 767px) {
  .about-sec .flex .flex-item .flex-item__text {
    margin-right: 15px;
    font-size: 14px;
  }
}

.about-sec .message-flex__bg {
  padding: 18px 15px;
  background-image: url(../img/about-after__bg.jpg);
  background-size: cover;
  background-position: top;
}

@media (max-width: 767px) {
  .about-sec .message-flex__bg {
    padding: 40px 15px;
    padding-bottom: 60px;
    overflow: hidden;
    background-image: url(../img/about-after__bg_sp.png);
  }
}

.about-sec .message-flex__bg .message-flex {
  max-width: 500px;
  margin: auto;
}

@media (min-width: 821px) {
  .about-sec .message-flex__bg .message-flex {
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about-sec .message-flex__bg .message-flex .flex-item__text {
  width: 55%;
}

@media (max-width: 820px) {
  .about-sec .message-flex__bg .message-flex .flex-item__text {
    width: 100%;
  }
}

.about-sec .message-flex__bg .message-flex .flex-item__text .text {
  font-size: 26px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  color: #9F9074;
}

@media (max-width: 820px) {
  .about-sec .message-flex__bg .message-flex .flex-item__text .text {
    font-size: 20px;
    text-align: center;
    margin: auto;
  }
}

@media (min-width: 821px) {
  .about-sec .message-flex__bg .message-flex .flex-item__img {
    position: absolute;
    right: -40px;
    top: -50px;
    width: 52%;
  }
}

@media (max-width: 820px) {
  .about-sec .message-flex__bg .message-flex .flex-item__img {
    position: relative;
    top: 40px;
    left: 15px;
    width: calc(100vw - 15px);
    max-width: 500px;
  }
}

/* CSS：contents-sec
------------------------------------------------------------- */
.contents-sec {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .contents-sec {
    margin-bottom: 40px;
  }
}

.contents-sec .sec-title {
  font-size: 68px;
  letter-spacing: -.025em;
  line-height: calc( 92 / 68);
  color: #C4B79D;
  font-weight: 200;
}

@media (max-width: 767px) {
  .contents-sec .sec-title {
    font-size: 56px;
  }
}

.contents-sec .sec-subtitle {
  font-size: 22px;
  line-height: calc(33 / 22);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .contents-sec .sec-subtitle {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 24px;
  }
}

.contents-sec .sec-subtitle .uline-red {
  position: relative;
  z-index: 1;
}

.contents-sec .sec-subtitle .uline-red::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  background-color: #F5EBEB;
  width: 100%;
  height: 26px;
  z-index: -1;
}

@media (max-width: 767px) {
  .contents-sec .sec-subtitle .uline-red::before {
    height: 24px;
  }
}

.contents-sec .contents-img {
  display: block;
  max-width: 580px;
  margin: auto auto 60px;
}

.contents-sec .contents-item {
  max-width: 1080px;
  width: calc(100% - 30px);
  margin: auto auto 60px;
}

.contents-sec .contents-item-header {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .contents-sec .contents-item-header {
    margin-right: 15px;
  }
}

.contents-sec .contents-item-header__text {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  padding-left: 3.4rem;
}

.contents-sec .contents-item-header__text::before {
  position: absolute;
  left: 0;
  bottom: -4px;
  content: "1.";
  font-family: 'Noto Serif Display', serif;
  font-size: 56px;
  color: #C4B79D;
  line-height: 1;
}

@media (max-width: 767px) {
  .contents-sec .contents-item-header__text::before {
    top: calc(50% - 26px);
  }
}

.contents-sec .contents-item-header__text .small {
  position: relative;
  left: 4px;
  bottom: 4px;
  font-size: 12px;
  font-weight: 300;
  color: #909090;
}

@media (max-width: 767px) {
  .contents-sec .contents-item-header__text .small {
    display: block;
  }
}

.contents-sec .contents-item-text {
  max-width: 1080px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .contents-sec .contents-item-text {
    margin-bottom: 24px;
    font-size: 14px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .contents-sec .contents-item.-first .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

@media (min-width: 1200px) {
  .contents-sec .contents-item.-first .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

.contents-sec .contents-item.-first .flex-item-l {
  border: 1px solid #C2B1B0;
  padding: 16px 16px 8px 16px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .contents-sec .contents-item.-first .flex-item-l {
    width: 49%;
    margin-bottom: 0;
    padding: 16px;
  }
}

.contents-sec .contents-item.-first .flex-item-l .item-l {
  max-width: 460px;
  margin: auto;
}

.contents-sec .contents-item.-first .flex-item-l .item-l__subtitle {
  font-size: 18px;
  color: #CCA0A0;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .contents-sec .contents-item.-first .flex-item-l .item-l__subtitle {
    font-size: 14px;
  }
}

.contents-sec .contents-item.-first .flex-item-l .item-l__title {
  font-size: 20px;
  margin-bottom: 1rem;
  line-height: calc(29 / 20);
  color: #525252;
}

@media (max-width: 767px) {
  .contents-sec .contents-item.-first .flex-item-l .item-l__title {
    font-size: 18px;
    letter-spacing: .03em;
  }
}

.contents-sec .contents-item.-first .flex-item-l .howto-list .howto-list__item {
  position: relative;
  padding-left: 70px;
  font-size: 12px;
  line-height: calc(17 / 12);
  margin-bottom: 8px;
  color: #525252;
}

@media (max-width: 767px) {
  .contents-sec .contents-item.-first .flex-item-l .howto-list .howto-list__item {
    padding-left: 50px;
  }
}

.contents-sec .contents-item.-first .flex-item-l .howto-list .howto-list__item .num {
  position: absolute;
  left: 0;
  color: #CCA0A0;
  background-color: #F5EBEB;
  padding-left: 10px;
  padding-right: 20px;
  border-radius: 15px;
  max-width: 65px;
  display: inline-block;
  margin-right: 4px;
}

@media (max-width: 767px) {
  .contents-sec .contents-item.-first .flex-item-l .howto-list .howto-list__item .num {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.contents-sec .contents-item.-first .flex-item-l .attention {
  display: block;
  font-size: 10px;
  color: #909090;
  margin-bottom: 1.5rem;
  line-height: calc(15 / 10);
}

@media (max-width: 767px) {
  .contents-sec .contents-item.-first .flex-item-l .attention {
    font-size: 12px;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.contents-sec .contents-item.-first .flex-item-l .reccomend-title {
  position: relative;
  color: #CCA0A0;
  line-height: calc(23 / 16);
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .contents-sec .contents-item.-first .flex-item-l .reccomend-title {
    font-size: 14px;
  }
}

.contents-sec .contents-item.-first .flex-item-l .reccomend-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 28%;
  height: 1px;
  border-bottom: 1px dotted #D9BDBD;
}

@media (max-width: 767px) {
  .contents-sec .contents-item.-first .flex-item-l .reccomend-title::before {
    width: 24%;
  }
}

.contents-sec .contents-item.-first .flex-item-l .reccomend-title::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 28%;
  height: 1px;
  border-bottom: 1px dotted #D9BDBD;
}

@media (max-width: 767px) {
  .contents-sec .contents-item.-first .flex-item-l .reccomend-title::after {
    width: 24%;
  }
}

.contents-sec .contents-item.-first .flex-item-l .reccomend-list {
  max-width: 320px;
  margin: auto;
}

@media (max-width: 767px) {
  .contents-sec .contents-item.-first .flex-item-l .reccomend-list {
    max-width: 250px;
  }
}

.contents-sec .contents-item.-first .flex-item-l .reccomend-list__item {
  font-size: 14px;
  line-height: calc(20 / 14);
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #525252;
}

@media (max-width: 767px) {
  .contents-sec .contents-item.-first .flex-item-l .reccomend-list__item {
    font-size: 12px;
  }
}

.contents-sec .contents-item.-first .flex-item-l .reccomend-list__item::before {
  position: absolute;
  left: 0;
  content: url(../img/reccomend-list__icon.svg);
  width: 7px;
  height: 7px;
}

@media (min-width: 768px) {
  .contents-sec .contents-item.-first .flex-item-r {
    width: 49%;
  }
}

.contents-sec .contents-item.-first .flex-item-r .item-r {
  text-align: center;
}

.contents-sec .contents-item.-first .flex-item-r .item-r__fukidashi {
  position: relative;
  font-size: 17px;
  color: #CCA0A0;
  display: inline-block;
  padding-left: 32px;
  padding-right: 32px;
}

@media (max-width: 1200px) {
  .contents-sec .contents-item.-first .flex-item-r .item-r__fukidashi {
    line-height: 1.4;
  }
}

@media (max-width: 768px) {
  .contents-sec .contents-item.-first .flex-item-r .item-r__fukidashi {
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.contents-sec .contents-item.-first .flex-item-r .item-r__fukidashi::before {
  position: absolute;
  left: 0;
  bottom: 8px;
  content: "";
  width: 24px;
  height: 1px;
  background-color: #D9BDBD;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

@media (max-width: 1200px) {
  .contents-sec .contents-item.-first .flex-item-r .item-r__fukidashi::before {
    left: -12px;
    bottom: 16px;
    width: 40px;
  }
}

@media (max-width: 768px) {
  .contents-sec .contents-item.-first .flex-item-r .item-r__fukidashi::before {
    width: 28px;
  }
}

.contents-sec .contents-item.-first .flex-item-r .item-r__fukidashi::after {
  position: absolute;
  right: 0;
  bottom: 8px;
  content: "";
  width: 24px;
  height: 1px;
  background-color: #D9BDBD;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

@media (max-width: 1200px) {
  .contents-sec .contents-item.-first .flex-item-r .item-r__fukidashi::after {
    right: -12px;
    bottom: 16px;
    width: 40px;
  }
}

@media (max-width: 768px) {
  .contents-sec .contents-item.-first .flex-item-r .item-r__fukidashi::after {
    width: 28px;
  }
}

.contents-sec .contents-item.-first .flex-item-r .item-r__fukidashi .-sp {
  display: block;
}

@media (min-width: 1200px) {
  .contents-sec .contents-item.-first .flex-item-r .item-r__fukidashi .-sp {
    display: none;
  }
}

.contents-sec .contents-item.-first .flex-item-r .item-r__text {
  margin-top: 1.5rem;
  text-align: left;
}

.contents-sec .contents-item.-first .flex-item-r .item-r__text .highlight-pink {
  color: #CCA0A0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

.highlight-pink01 {
  color: #CCA0A0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 1.1em;
    line-height: 2em;
}

@media (max-width: 767px) {
  .contents-sec .contents-item.-first .flex-item-r .item-r__text p {
    font-size: 14px;
  }
}

.contents-sec .contents-item.-first .flex-item-r .item-r .contents-pc {
  display: block;
  max-width: 260px;
  margin-left: auto;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .contents-sec .contents-item.-first .flex-item-r .item-r .contents-pc {
    width: 45%;
    margin-left: auto;
  }
}

.contents-sec .contents-item.-second .contents-item-header__text::before {
  content: "2.";
}

.contents-sec .contents-item.-third .contents-item-header__text::before {
  content: "3.";
}

@media (min-width: 768px) {
  .contents-sec .contents-item.-second .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contents-sec .contents-item.-second .flex-item-l {
  max-width: 730px;
}

@media (max-width: 767px) {
  .contents-sec .contents-item.-second .flex-item-l .contents-item-text {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
}

.contents-sec .contents-item.-second .flex-item-r {
  max-width: 312px;
}

@media (max-width: 767px) {
  .contents-sec .contents-item.-second .flex-item-r {
    width: 64%;
    margin-left: auto;
  }
}

.contents-sec .l_text {
  font-size: 28px;
  color: #9F9074;
  line-height: calc(49 / 28);
  margin-bottom: 64px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  .contents-sec .l_text {
    font-size: 22px;
    line-height: calc(33 / 22);
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .contents-sec .contents-fullwide {
    -o-object-fit: cover;
       object-fit: cover;
    height: 144px;
  }
}

/* CSS：Present_sec
------------------------------------------------------------- */
.present-sec {
  position: relative;
  overflow: hidden;
  background-image: url(../img/present_bg.jpg);
  background-size: cover;
  background-position: top;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .present-sec {
    margin-bottom: 0;
    overflow: visible;
    padding-top: 40px;
    padding-bottom: 1rem;
  }
}

.present-sec::before {
  position: absolute;
  top: 4px;
  left: calc(50% - 50vw);
  content: "";
  background: url(../img/present-bg__display.png) center center/cover no-repeat;
  width: 100%;
  height: 0;
  padding-top: calc(1472 / 3552 * 100%);
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
}

@media (max-width: 767px) {
  .present-sec::before {
    top: -20px;
    background: url(../img/present-bg__display_sp.png) center center/cover no-repeat;
    padding-top: calc(135 / 375 * 100%);
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
  }
}

.present-sec .sec-title {
  position: relative;
  font-size: 68px;
  letter-spacing: -.025em;
  line-height: calc( 92 / 68);
  color: #C4B79D;
  font-weight: 200;
}

@media (max-width: 767px) {
  .present-sec .sec-title {
    font-size: 56px;
  }
}

.present-sec .sec-title::before {
  position: absolute;
  top: 0;
  left: calc(50% - 150px);
  content: url(../img/present-title__display.svg);
}

@media (max-width: 767px) {
  .present-sec .sec-title::before {
    top: 45px;
    left: calc(50% - 268px / 2);
    content: url(../img/present-title__display_sp.svg);
  }
}

.present-sec .sec-subtitle {
  font-size: 22px;
  line-height: calc(33 / 22);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .present-sec .sec-subtitle {
    font-size: 18px;
  }
}

.present-sec .present-list {
  max-width: 970px;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 768px) {
  .present-sec .present-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: visible;
  }
}

.present-sec .present-list-item {
  padding-top: 0;
  width: 47%;
}

@media (max-width: 820px) {
  .present-sec .present-list-item {
    margin: 10px;
  }
}

@media (max-width: 767px) {
  .present-sec .present-list-item {
    padding-top: 26px;
    width: calc(100% - 30px);
    margin: auto;
    margin-bottom: 100px;
  }
}

.present-sec .present-list-item__title {
  position: relative;
  padding-left: 86px;
  font-size: 26px;
  letter-spacing: .08em;
  color: #9B8D6F;
  line-height: 1.3;
  margin-bottom: 24px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  .present-sec .present-list-item__title {
    letter-spacing: .01em;
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.present-sec .present-list-item__title::before {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  background-image: url(../img/present-title-display01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 78px;
  height: 88px;
}

.present-sec .present-list-item__title .small {
  font-size: 16px;
  display: block;
  line-height: 2;
}

@media (max-width: 767px) {
  .present-sec .present-list-item .wrapper {
    width: 75%;
    margin-left: auto;
    margin-right: 15px;
  }
}

.present-sec .present-list-item .wrapper .present-list-item__text {
  line-height: calc(24 / 14);
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .present-sec .present-list-item .wrapper .present-list-item__text {
    font-size: 14px;
  }
}

.present-sec .present-list .present-list-item.-first {
  position: relative;
}

@media (max-width: 767px) {
  .present-sec .present-list .present-list-item.-first::before {
    position: absolute;
    bottom: -60px;
    left: -85px;
    content: "";
    background-image: url(../img/present-books_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 158px;
    height: 370px;
  }
}

@media (min-width: 768px) {
  .present-sec .present-list .present-list-item.-first::before {
    position: absolute;
    top: -4.6rem;
    bottom: auto;
    left: -68%;
    content: "";
    background-image: url(../img/present-books.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 280px;
    height: 590px;
  }
}

.present-sec .present-list .present-list-item.-first .wrapper {
  margin-left: auto;
  margin-right: 15px;
}

.present-sec .present-list .present-list-item.-second {
  position: relative;
}

@media (min-width: 768px) {
  .present-sec .present-list .present-list-item.-second {
    top: 17rem;
  }
}

.present-sec .present-list .present-list-item.-second::before {
  position: absolute;
  bottom: -8%;
  left: -160px;
  content: "";
  background-image: url(../img/present-bouquet_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 450px;
  z-index: -1;
}

@media (min-width: 768px) {
  .present-sec .present-list .present-list-item.-second::before {
    bottom: -10%;
    left: auto;
    right: -80%;
    content: "";
    background-image: url(../img/present-bouquet.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 489px;
    height: 720px;
  }
}

.present-sec .present-list .present-list-item.-second .wrapper {
  margin-right: 0;
}

.present-sec .present-list .present-list-item.-second .wrapper .present-list-item__img {
  position: relative;
}

@media (max-width: 767px) {
  .present-sec .present-list .present-list-item.-second .wrapper .present-list-item__img::before {
    position: absolute;
    right: 0;
    bottom: -56px;
    content: "";
    background-image: url(../img/icon-star.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
  }
}

.present-sec .present-list .present-list-item.-second .present-list-item__title::before {
  background-image: url(../img/present-title-display02.png);
}

.present-sec .present-list .present-list-item.-third {
  position: relative;
  margin-top: 9rem;
}

@media (max-width: 767px) {
  .present-sec .present-list .present-list-item.-third {
    margin-bottom: 80px;
  }
}

.present-sec .present-list .present-list-item.-third::before {
  position: absolute;
  bottom: -40px;
  left: -120px;
  content: "";
  background-image: url(../img/present-photo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 300px;
  z-index: -1;
}

@media (min-width: 768px) {
  .present-sec .present-list .present-list-item.-third::before {
    position: absolute;
    bottom: -20%;
    left: -66%;
    content: "";
    width: 320px;
    height: 440px;
    z-index: 0;
  }
}

.present-sec .present-list .present-list-item.-third .present-list-item__title::before {
  bottom: -26px;
  background-image: url(../img/present-title-display03.png);
}

.present-sec .present-list .present-list-item.-third .present-list-item__img {
  position: relative;
}

@media (max-width: 767px) {
  .present-sec .present-list .present-list-item.-third .present-list-item__img::before {
    position: absolute;
    right: 16px;
    bottom: -56px;
    content: "";
    background-image: url(../img/icon-star.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
  }
}

/* CSS：voice-sec
------------------------------------------------------------- */
.voice-sec {
  overflow: hidden;
}

@media (max-width: 767px) {
  .voice-sec {
    margin-bottom: 60px;
    padding-top: 40px;
  }
}

.voice-sec .sec-title {
  font-size: 68px;
  letter-spacing: -.025em;
  line-height: calc( 92 / 68);
  color: #C4B79D;
  font-weight: 200;
}

@media (max-width: 767px) {
  .voice-sec .sec-title {
    font-size: 56px;
  }
}

.voice-sec .sec-subtitle {
  font-size: 22px;
  line-height: calc(33 / 22);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .voice-sec .sec-subtitle {
    font-size: 18px;
  }
}

.voice-sec .voice-header__text {
  font-size: 14px;
  width: calc(100% - 30px);
  margin: auto auto 2.5rem;
}

@media (min-width: 768px) {
  .voice-sec .voice-header__text {
    font-size: 16px;
    text-align: center;
  }
}

.voice-sec .highlight-pink {
  color: #CCA0A0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

.voice-sec .voice-contents {
  overflow: hidden;
  max-width: 1360px;
  margin-left: auto;
  padding-top: 20px;
}

@media (max-width: 820px) {
  .voice-sec .voice-contents {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .voice-sec .voice-contents .voice-contents__wrapper {
    width: calc(100% - 15px);
    margin-right: auto;
  }
}

.voice-sec .voice-contents .voice-contents__wrapper .swiper {
  overflow: visible;
}

.voice-sec .voice-contents .voice-contents__wrapper .swiper .swiper-wrapper .swiper-slide {
  border-radius: 0 50px 0 0;
  background-color: #FBF7F7;
  padding: 0 16px 16px;
  height: auto;
}

.voice-sec .voice-contents .voice-contents__wrapper .swiper .swiper-wrapper .swiper-slide .header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 300px;
  margin: auto auto 1rem;
}

.voice-sec .voice-contents .voice-contents__wrapper .swiper .swiper-wrapper .swiper-slide .header-flex img {
  position: relative;
  top: -14px;
  max-width: 80px;
}

.voice-sec .voice-contents .voice-contents__wrapper .swiper .swiper-wrapper .swiper-slide .header-flex .slide-title {
  padding-top: 1rem;
  font-size: 20px;
  font-weight: 500;
  color: #CCA0A0;
  line-height: calc(25 / 18);
}

.voice-sec .voice-contents .voice-contents__wrapper .swiper .swiper-wrapper .swiper-slide .header-flex .slide-title .profile {
  padding-top: 4px;
  display: block;
  font-size: 10px;
  color: #909090;
}

.voice-sec .voice-contents .voice-contents__wrapper .swiper .swiper-wrapper .swiper-slide .slide-content p {
  font-size: 14px;
}

.voice-sec .voice-contents .voice-contents__wrapper .swiper .swiper-wrapper .swiper-slide .slide-content p.before-after {
  position: relative;
  font-size: 18px;
  color: #D1D1D1;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.voice-sec .voice-contents .voice-contents__wrapper .swiper .swiper-wrapper .swiper-slide .slide-content p.before-after::before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  border-bottom: 1px solid #D1D1D1;
  width: 50%;
}

@media (max-width: 767px) {
  .voice-sec .voice-contents .voice-contents__wrapper .swiper .swiper-wrapper .swiper-slide .slide-content p.before-after::before {
    width: 49%;
    right: 10px;
  }
}

.voice-sec .voice-contents .voice-contents__wrapper .swiper .swiper-controller {
  text-align: right;
  padding: 1rem;
  max-width: 1080px;
  margin: auto;
}

@media (max-width: 767px) {
  .voice-sec .voice-contents .voice-contents__wrapper .swiper .swiper-controller {
    padding-bottom: 40px;
    padding-right: 0;
  }
}

.voice-sec .voice-contents .voice-contents__wrapper .swiper .swiper-controller .swiper-button-prev {
  display: inline-block;
  max-width: 48px;
  margin-right: 12px;
}

.voice-sec .voice-contents .voice-contents__wrapper .swiper .swiper-controller .swiper-button-prev:hover {
  cursor: pointer;
}

.voice-sec .voice-contents .voice-contents__wrapper .swiper .swiper-controller .swiper-button-next {
  display: inline-block;
  max-width: 48px;
}

.voice-sec .voice-contents .voice-contents__wrapper .swiper .swiper-controller .swiper-button-next:hover {
  cursor: pointer;
}

.voice-sec .fukidashi {
  width: calc(100% - 30px);
  margin: auto;
}

@media (min-width: 768px) {
  .voice-sec .fukidashi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1080px;
    margin: 4rem auto;
    gap: 2rem;
  }
}

.voice-sec .fukidashi-item {
  position: relative;
  width: 74%;
  padding: 0.75rem;
  border: 1px solid #C2B7A0;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .voice-sec .fukidashi-item {
    width: 31%;
    padding: 1rem;
    margin-bottom: 2rem;
  }
}

.voice-sec .fukidashi-item::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  z-index: 1;
}

@media (max-width: 767px) {
  .voice-sec .fukidashi-item::before {
    bottom: -5px;
    left: 50px;
    width: 20px;
    height: 10px;
    background-color: #fff;
  }
}

.voice-sec .fukidashi-item::after {
  content: "";
  position: absolute;
  left: calc(50% - 14px);
  bottom: -14px;
  height: 1px;
  background-color: #C2B7A0;
  width: 36px;
  -webkit-transform: rotate(50deg);
  transform: rotate(-50deg);
  z-index: 1;
}

@media (max-width: 767px) {
  .voice-sec .fukidashi-item::after {
    left: 32px;
    bottom: -12px;
    height: 1px;
    width: 30px;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .voice-sec .fukidashi-item p {
    font-size: 14px;
    line-height: calc(21 / 14);
  }
}

@media (max-width: 767px) {
  .voice-sec .fukidashi-item:nth-child(2n) {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .voice-sec .fukidashi-item:nth-child(2n)::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: auto;
    right: 35px;
    width: 20px;
    height: 10px;
    background-color: #fff;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .voice-sec .fukidashi-item:nth-child(2n)::after {
    content: "";
    position: absolute;
    left: auto;
    right: 31px;
    bottom: -12px;
    height: 1px;
    background-color: #C2B7A0;
    width: 30px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    z-index: 1;
  }
}

.voice-sec .fukidashi-img {
  display: block;
  position: relative;
  top: -45px;
  right: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .voice-sec .fukidashi-img {
    position: relative;
    top: -120px;
    max-width: 820px;
    margin: auto;
  }
}

@media (min-width: 1024px) {
  .voice-sec .fukidashi-img {
    right: -140px;
  }
}

/* CSS：reccomend-sec
------------------------------------------------------------- */
.reccomend-sec {
  position: relative;
  background-image: url(../img/reccomend-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 36px;
}

@media (max-width: 767px) {
  .reccomend-sec {
    background-position: top;
    background-image: url(../img/reccomend-bg_sp.jpg);
    padding-bottom: 3rem;
    padding-top: 2.25rem;
  }
}

.reccomend-sec::before {
  position: absolute;
  top: -54px;
  left: calc(50% - 230px / 2);
  content: "";
  background-image: url(../img/reccomend-bg-display.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 230px;
  height: 60px;
}

@media (max-width: 767px) {
  .reccomend-sec::before {
    top: -59px;
    background-image: url(../img/reccomend-bg-display_sp.jpg);
  }
}

.reccomend-sec__wrapper {
  max-width: 800px;
  background-color: #fff;
  border: 1px solid #C2B7A0;
  margin: auto;
  padding: 1.5rem 15px 12px;
}

@media (max-width: 767px) {
  .reccomend-sec__wrapper {
    width: calc(100% - 30px);
    padding-bottom: 8px;
  }
}

.reccomend-sec__wrapper .sec-title {
  font-size: 22px;
  color: #CCA0A0;
  margin-bottom: 1.75rem;
  line-height: calc( 28 / 22);
}

.reccomend-sec__wrapper .reccomend-list {
  max-width: 600px;
  margin: auto;
}

.reccomend-sec__wrapper .reccomend-list .list-item {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 36px;
  line-height: calc(24 / 16);
  color: #525252;
  font-size: 18px;
}

@media (max-width: 767px) {
  .reccomend-sec__wrapper .reccomend-list .list-item {
    margin-bottom: 1rem;
    font-size: 16px;
  }
}

.reccomend-sec__wrapper .reccomend-list .list-item::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  background-image: url(../img/icon-check.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 20px;
}

/* CSS：guide-sec
------------------------------------------------------------- */
.guide-sec {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../img/guide__bg.jpg);
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .guide-sec {
    background-image: url(../img/guide__bg_sp.png);
    margin-bottom: 40px;
  }
}

.guide-sec .comment {
  position: relative;
  font-size: 14px;
  width: 188px;
  margin: auto;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .guide-sec .comment {
    margin-bottom: 1.5em;
    margin-bottom: 1rem;
  }
}

.guide-sec .comment::before {
  position: absolute;
  bottom: 9px;
  left: 0;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #525252;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}

.guide-sec .comment::after {
  position: absolute;
  bottom: 9px;
  right: 0;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #525252;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}

.guide-sec .sec-title {
  font-size: 22px;
  color: #CCA0A0;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .guide-sec .sec-title {
    margin-bottom: 1rem;
    line-height: calc(28 / 22);
  }
}

.guide-sec .sec-subtitle {
  font-size: 14px;
  margin-bottom: 1.5rem;
}

.guide-sec .flex {
  width: calc(100% - 30px);
  max-width: 800px;
  margin: auto;
}

@media (min-width: 768px) {
  .guide-sec .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.guide-sec .flex-item-l {
  max-width: 380px;
  width: 48%;
}

@media (max-width: 767px) {
  .guide-sec .flex-item-l {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.guide-sec .flex-item-r {
  width: 48%;
}

@media (max-width: 767px) {
  .guide-sec .flex-item-r {
    width: 93%;
    margin: 0 auto;
  }
}

.guide-sec .flex-item-r__text {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .guide-sec .flex-item-r__text {
    font-size: 14px;
  }
}

.guide-sec .flex-item-r__link {
  font-size: 14px;
  color: #CCA0A0;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .guide-sec .flex-item-r__link {
    font-size: 14px;
    display: block;
    text-align: center;
  }
}

/* CSS：message-sec
------------------------------------------------------------- */
.message-sec {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .message-sec {
    margin-bottom: 80px;
  }
}

.message-sec .sec-title {
  font-size: 68px;
  letter-spacing: -.025em;
  line-height: calc( 92 / 68);
  color: #C4B79D;
  font-weight: 200;
}

@media (max-width: 767px) {
  .message-sec .sec-title {
    font-size: 56px;
  }
}

.message-sec .sec-subtitle {
  font-size: 22px;
  line-height: calc(33 / 22);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .message-sec .sec-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.message-sec .message-title {
  font-size: 24px;
  color: #CCA0A0;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: calc(42 / 24);
}

@media (max-width: 767px) {
  .message-sec .message-title {
    font-size: 16px;
    line-height: 2;
  }
}

.message-sec .flex {
  max-width: 1080px;
  margin: 2.5rem auto auto;
}

@media (min-width: 768px) {
  .message-sec .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 30px);
  }
}

.message-sec .flex .flex-item-l {
  width: calc(100% - 60px);
  margin: auto;
}

@media (min-width: 768px) {
  .message-sec .flex .flex-item-l {
    width: 49%;
    margin-left: 0;
  }
}

.message-sec .flex .flex-item-l__text {
  margin-bottom: 1rem;
  line-height: calc(28/16);
  font-size: 0.95em;
}

.message-sec .flex .flex-item-l__text .highlight-pink {
  color: #CCA0A0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

.message-sec .flex .flex-item-r {
  width: 48%;
}

@media (max-width: 767px) {
  .message-sec .flex .flex-item-r {
    margin-top: 64px;
    width: 100%;
  }
}

/* CSS：faq-sec
------------------------------------------------------------- */
.faq-sec {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .faq-sec {
    margin-bottom: 80px;
  }
}

.faq-sec .sec-title {
  font-size: 68px;
  letter-spacing: -.025em;
  line-height: calc( 92 / 68);
  color: #C4B79D;
  font-weight: 200;
}

@media (max-width: 767px) {
  .faq-sec .sec-title {
    font-size: 56px;
  }
}

.faq-sec .sec-subtitle {
  font-size: 22px;
  line-height: calc(33 / 22);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .faq-sec .sec-subtitle {
    font-size: 18px;
  }
}

.faq-sec .accordion-list {
  max-width: 1080px;
  margin: auto;
}

.faq-sec .accordion-list-item {
  border-top: 1px solid #C4B79D;
  padding-left: 1.5rem;
}

@media (max-width: 767px) {
  .faq-sec .accordion-list-item {
    padding-left: 1rem;
  }
}

.faq-sec .accordion-list-item:last-child {
  border-bottom: 1px solid #C4B79D;
}

.faq-sec .accordion-list-item::before {
  position: absolute;
}

.faq-sec .accordion-list-item .accordion {
  position: relative;
  font-size: 18px;
  padding: 1.2rem;
  padding-left: 2rem;
  padding-right: 2.5rem;
}

@media (max-width: 767px) {
  .faq-sec .accordion-list-item .accordion {
    font-size: 16px;
    line-height: calc(20 / 16);
  }
}

.faq-sec .accordion-list-item .accordion:hover {
  cursor: pointer;
}

.faq-sec .accordion-list-item .accordion::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "Q.";
  font-family: 'Noto Serif Display Medium', serif;
  font-size: 24px;
  color: #C4B79D;
}

@media (max-width: 767px) {
  .faq-sec .accordion-list-item .accordion::before {
    top: 14px;
    font-size: 22px;
  }
}

.faq-sec .accordion-list-item .accordion::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 1rem;
  content: "＋";
  color: #C4B79D;
  font-size: 20px;
  line-height: 1;
}

.faq-sec .accordion-list-item .accordion.-open {
  position: relative;
}

.faq-sec .accordion-list-item .accordion.-open::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "";
  background-color: #C4B79D;
  width: 16px;
  height: 1px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.faq-sec .accordion-list-item .inner {
  position: relative;
  padding: 0 1rem 1rem 2rem;
}

@media (max-width: 767px) {
  .faq-sec .accordion-list-item .inner p {
    font-size: 14px;
    line-height: calc(21 / 14);
  }
}

.faq-sec .accordion-list-item .inner::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "A.";
  font-family: 'Noto Serif Display Medium', serif;
  font-size: 24px;
  color: #C4B79D;
}

@media (max-width: 767px) {
  .faq-sec .accordion-list-item .inner::before {
    font-size: 22px;
  }
}

/* CSS：overview-sec
------------------------------------------------------------- */
.overview {
  margin: auto;
  margin-bottom: 80px;
  width: calc(100%  - 60px);
}

@media (max-width: 767px) {
  .overview {
    margin-bottom: 40px;
  }
}

.overview .sec-title {
  font-size: 68px;
  letter-spacing: -.025em;
  line-height: calc( 92 / 68);
  color: #C4B79D;
  font-weight: 200;
}

@media (max-width: 767px) {
  .overview .sec-title {
    font-size: 56px;
  }
}

.overview .sec-subtitle {
  font-size: 22px;
  line-height: calc(33 / 22);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .overview .sec-subtitle {
    font-size: 18px;
  }
}

.overview .overview-content {
  max-width: 1080px;
  margin: auto auto 2rem;
}

@media (max-width: 767px) {
  .overview .overview-content {
    margin-bottom: 1.6rem;
  }
}

.overview .overview-content__title {
  font-size: 16px;
  background-color: rgba(222, 188, 188, 0.3);
  padding: .75rem 1rem .75rem 1.75rem;
  margin-bottom: 0.7rem;
  color: #525252;
}

@media (max-width: 767px) {
  .overview .overview-content__title {
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    padding: 0;
  }
}

.overview .overview-content__detail {
  font-size: 14px;
}

@media (min-width: 768px) {
  .overview .overview-content__detail {
    font-size: 16px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media (max-width: 767px) {
  .overview .overview-content__detail p {
    font-size: 14px;
  }
}

.overview-content__detail p{
    font-size: 0.9em;
}

.overview .overview-content__detail .list-item{
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  line-height: calc(21 / 14);
  color: #525252;
  font-size: 0.8em;
}

@media (max-width: 767px) {
  .overview .overview-content__detail .list-item {
    margin-bottom: .5rem;
    padding-left: 1rem;
      font-size: 0.95em;
  }
}

.overview .overview-content__detail .list-item::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  background-image: url(../img/reccomend-list__icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}

@media (max-width: 767px) {
  .overview .overview-content__detail .list-item::before {
    top: 5px;
    width: 12px;
    height: 12px;
  }
}

.overview .terms {
  max-width: 1080px;
  margin: 80px auto 0;
}

@media (max-width: 767px) {
  .overview .terms {
    margin-top: 40px;
  }
}

.overview .terms .terms_detail {
  padding: 1.2rem;
  height: 290px;
  background: #F7F7F7;
  border: 1px solid #D1D1D1;
  overflow: auto;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .overview .terms .terms_detail {
    padding: 1rem;
    font-size: 12px;
  }
}

.overview .terms .terms_detail h3 {
  font-size: 16px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .overview .terms .terms_detail h3 {
    font-size: 14px;
  }
}

.overview .terms .terms_detail h4 {
  margin: .8rem 0;
}

.overview .terms .terms_detail ol {
  padding-bottom: 12px;
}

.overview .terms .terms_detail ol li {
  color: #525252;
  line-height: 2;
}

.overview .terms p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .overview .terms p {
    font-size: 12px;
  }
}

.overview .terms-text {
  font-size: 14px;
  color: #909090;
}

@media (min-width: 768px) {
  .overview .terms-text {
    text-align: center;
  }
}

/* CSS：cta
------------------------------------------------------------- */
.cta {
  position: relative;
  background: url(../img/guide__bg.jpg);
  background-size: cover;
  padding: 4rem 1rem 2.5rem 1rem;
}

@media (max-width: 767px) {
  .cta {
    padding-bottom: 1.25em;
  }
}

.cta::before {
  position: absolute;
  top: 0;
  left: calc(50% - 165px);
  content: "";
  background-image: url(../img/cta-bg__display.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 330px;
  height: 42px;
}

.cta .sec-title {
  font-size: 18px;
  margin-bottom: 1.5em;
  line-height: calc(27 / 18);
}

.cta .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  margin: auto;
}

@media (min-width: 768px) {
  .cta .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
  }
}

.cta .flex .flex-item-l, .cta .flex .flex-item-r {
  width: 48%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media (max-width: 767px) {
  .cta .flex .flex-item-l, .cta .flex .flex-item-r {
    width: 100%;
    display: block;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .cta .flex .flex-item-l:hover, .cta .flex .flex-item-r:hover {
    opacity: 0.8;
  }
}

/* CSS：footer
------------------------------------------------------------- */
footer {
  background-color: #EFECEC;
}

footer .copyright {
  line-height: 44px;
  color: #C6B0B0;
  font-size: 10px;
}



/* CSS：flex
------------------------------------------------------------- */

.container {
  display: flex;
  max-width: 1080px;
    margin: 0 auto;
}

.item{width: 50%;
    padding: 12px;}


@media (max-width: 767px) {
      .container {display: block!important;}
      .item{width: 100%;    padding: 0px;}
  }


li.reccomend-list__item{
  text-align: left;
}

.flex-item-r{
border:none!important;
}

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