@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css2?family=Cormorant+Upright&display=swap");*/

/*================================

PC、スマホ切り替え

================================*/
.pc {
  display: inline-block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 979px) and (min-width: 768px) {
  .pc {
    display: none !important;
  }

  .tb {
    display: inline-block !important;
    width: 100%;
  }

  .sp {
    display: none;
  }

  #mv_Area .main_txt {
    left: 5%;
  }
  #mv_Area .main_txt01 img {
    max-width: 403px !important;
}
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .sp {
    display: inline-block !important;
    width: 100%;
    text-align: center;
  }
}

/*=============================================
 * wpの自動br解除
 *=============================================*/
br {
  display: none;
}

br.show {
  display: block;
}

br.spbrook {
  display: none;
}

/*================================

contents

================================*/
.p-topic-detail.mt-3 {
  margin-top: 0 !important;
}

.p-topic-detail .col-12 {
  padding: 0 !important;
}

.container {
  max-width: 100%;
}

div.cover {
  max-width: 1180px;
}

.c-breadcrumb {
  width: 1180px;
}

p {
  color: #333333;
}

span.en {
  font-family: ratiomodern, serif;
  font-weight: 400;
  font-style: normal;
}


@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  50% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes arrow {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  50% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(100%, 0, 0);
  }
}


#mv_Area {
  position: relative;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

#mv_Area img {
  width: 100%;
}

#mv_Area .main_img01 {
  margin-bottom: 0;
}

#mv_Area .main_txt {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  left: 8%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

#mv_Area .main_txt01 {
  margin-bottom: 70px;
}

#mv_Area .main_txt01 img {
  max-width: 570px;
}

#mv_Area .main_txt02 img {
  max-width: 193px;
}

.c-bg {
  text-align: left;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  background-color: #FAFAF8;
}

.line {
  border-bottom: solid 1px #CBC7CE;
  padding-top: 150px;
  width: 500px;
  margin: 0 auto;
}

.c-btn01 {
  font-family: "Cormorant Upright", serif;
  font-size: 18px;
  color: #5C5164;
  line-height: 1.2352941176;
  text-decoration: none;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn01.--nolink {
  text-decoration: none;
}

.c-btn02 {
  margin-right: 0;
}

.c-btn01.--nolink span {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 12px;
  margin-left: 8px;
}

.c-wrap01 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.c-layout01 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.c-layout01--slider {
  position: relative;
  width: 45%;
  margin-bottom: 0 !important;
  transition: all 0.3s;
}

.c-layout01--slider img {
  width: 100%;
}

.c-layout01--slider:hover {
  opacity: 0.6 !important;
}

.c-layout01__right {
  position: relative;
  width: 50%;
  /*margin-right: 6%;*/
}

.c-layout01__right a {
  transition: all 0.3s;
}

.c-layout01__right a:hover {
  opacity: 0.6;
  color: #5C5164;
}

.c-layout01__right a span.buy:hover {
  text-decoration: 1px solid #D49FD9;
}

.c-layout01__txt {
  font-size: 16px;
  color: #5C5164;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.03em;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 85px;
}

.c-layout01.--reverse {
  flex-direction: row-reverse;
}


.c-layout01--link {
  width: fit-content;
}

.c-layout01--link a {
  transition: all 0.3s;
  font-family: "Garamond", serif;
  text-decoration: none;
}

.c-layout01--link a:hover {
  opacity: 0.6;
  color: #5C5164;
}

.c-layout01--link.--right {
  margin: 0 0 0 auto;
  font-family: "Cormorant Upright", serif;
  color: #5C5164;
  font-size: 18px;
}

.c-layout01--link.--right span.buy {
  background-color: #D49FD9;
  padding: 3px 10px;
  color: #fff;
  font-size: 13px;
  margin-right: 20px;
}

/*.c-layout01--link.--right a span {
  text-decoration-line: none;
}*/

/*span.buy {
  text-decoration-line: none;
}*/

span.credit {
  text-decoration: underline;
}
/*.c-layout01--link__btn {
  margin-top: 10px;
}*/

.c-ttl01 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  font-size: 25px;
  color: #D49FD9;
  margin: 65px 0 35px;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.variation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10%;
}

.variation__txt {
  /*margin: 0 40px;*/
  /*max-width: 300px;*/
  font-size: 24px;
  width: fit-content;
  position: relative;
  overflow: hidden;
  font-family: "Cormorant Upright", serif;
  color: #5C5164;
  margin-top: 25px;
  width: 35%;
}

.variation__txt::after {
  content: "";
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  background-color: #D49FD9;
  height: 1px;
  transform: translate3d(0, 0, 0);
  -webkit-animation: arrow2 3s ease infinite;
  animation: arrow2 3s ease infinite;
}

.c-layout01__right .variation .variation__txt::after {
  -webkit-animation: arrow 3s ease infinite;
  animation: arrow 3s ease infinite;
}

.variation__img {
  margin: 0;
  width: 55%;
  /*max-width: 300px;*/
  display: flex;
}

.variation__img span {
  margin-right: 20px;
}

.variation__img span img {
  max-width: 125px;
}


.c-ttl01-sp {
  display: none;
}

.p-style01 {
  padding-top: 90px;
  margin-bottom: -90px;
}


/*.p-style01-2,
.p-style02-2,
.p-style03-2 {
  background: linear-gradient(#E9E3D6 90%, transparent 10%);
}*/

.p-style01-2 {
  padding-top: 90px;
  margin-bottom: -90px;
}

.p-style02 {
  padding-top: 90px;
  /*margin-bottom: -118px;*/
}

.swiper-pagination-bullets {
  position: absolute;
  bottom: -35px !important;
  right: 8px !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  left: auto !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 0 0 10px !important;
  background: #D49FD9 !important;
  border-radius: 0 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

#button {
  padding: 100px 0 120px;
}

.Bottom-btn-area a {
  background-color: #fff;
  color: #D49FD9;
  font-family: ltc-bodoni-175, serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 21px;
  max-width: 473px;
  text-align: center;
  margin: 0 auto;
  padding: 10.5px 0;
  border: 1px solid #D49FD9;
}

.Bottom-btn-area a:hover {
  background-color: #D49FD9;
  color: #fff;
  border: 1px solid #D49FD9;
  transition: all 0.6s ease;
  opacity: 0.6;
  text-decoration: none;
}

.u-pdm30 {
  padding-bottom: 30px;
}

/*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*
  @media (max-width: 991px) ↓↓↓
*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
@media screen and (max-width: 991px) {


  .c-wrap01 {
    padding: 0 30px;
    max-width: 750px;
  }

  .c-btn01 {
    font-size: 16px;
  }


  .c-layout01__right {
    width: 48%;
  }

  .c-layout01--slider {
    width: 48%;
  }


  .c-layout01__txt {
    margin-bottom: 40px;
  }

  .c-ttl01 {
    font-size: 18px;
    margin: 60px 0 30px;
  }

  .c-layout01__txt {
    font-size: 14px;
  }

  .p-style01 {
    padding-top: 70px;
    margin-bottom: -80px;
  }

  .p-style01-2,
  .p-style02, {
    padding-top: 130px;
    margin-bottom: -80px;
  }
  .variation__txt {
    font-size: 19px;
    margin-top: 15px;
    width: 36%;
  }
  .variation__txt::after {
    bottom: 50px;
  }
  .variation__img span {
    margin-right: 13px;
}
  .variation__img span img {
    max-width: 96px;
  }
  .c-layout01--link.--right {
    margin-left: 17%;
  }

  .line {
    padding-top: 120px;
  }
  .p-style01-2 {
    padding-top: 60px;
    margin-bottom: -85px;
}
  .p-style02 {
    padding-top: 60px;
}
}


/*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*
  @media (max-width: 820px) ↓↓↓
*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
@media screen and (max-width: 820px) {
  .c-wrap01 {
    max-width: 685px;
  }
  .variation__txt {
    width: 40%;
  }

  .c-layout01--link.--right {
    margin-left: 9%;
  }

}

/*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*
  @media (max-width: 767px) ↓↓↓
*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
@media screen and (max-width: 767px) {
  .c-wrap01 {
    padding: 0;
  }
  #mv_Area {
    background-color: #FAFAF8;
  }
  #mv_Area .main_txt {
    position: static;
    margin: 0 auto;
    transform: translate(10%, 0);
    padding-top: 25px;
    width: 287px;
  }
  #mv_Area .main_txt01 {
    margin: 0;
  }
  .c-ttl01-sp {
    font-family: YuMincho, "Yu Mincho", serif;
    font-size: 18px;
    font-weight: 400;
    color: #D49FD9;
    line-height: 1.2;
    letter-spacing: -0.03em;
    display: block;
    padding: 0;
    text-align: center;
    margin-bottom: 25px;
    /*max-width: calc(100% - 20px);*/
  }


  .c-ttl01 {
    display: none;
  }

  .c-layout01 {
    display: block;
    justify-content: space-between;
    padding-bottom: 0px;
  }

  .c-layout01__right {
    width: 90%;
    margin: 0 auto;
  }

  .c-layout01--slider {
    width: 100%;
    margin-bottom: 50px !important;
  }
  .c-layout01--link.--right {
    margin-left: 0;
  }
  .c-layout01--link a {
    margin-bottom: 5px;
  }
  .c-layout01__txt {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }


  .p-style01 {
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: -0px;
  }

  .p-style01-2, {
    background: #E9E3D6;
  }

  .p-style01-2,
  .p-style02 {
    padding-top: 40px;
    padding-bottom: 50px;
    margin-bottom: -0px;
  }

  .variation {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .variation__txt {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 8px;
  }

  .c-layout01__right .variation .variation__txt::after {
    animation: none;
  }
  .variation__txt::after {
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
  }

  .variation__img {
    display: inline-block;
    width: 100%;
  }

  .variation__img span:nth-child(1) {
    margin-right: 10px;
  }
  .variation__img span:nth-child(2) {
    margin-left: 10px;
  }
  .c-layout01--link {
    width: 100%;
    text-align: center;
}

  .line {
    padding-top: 0px;
    width: 80%;
    border-bottom: solid 1px #D49FD9;
  }

  .swiper-pagination-bullets {
    right: 8px !important;
  }

  #button {
    background: #FAFAF8;
    padding: 40px 0 100px;
  }

  .Bottom-btn-area a {
    font-size: 20px;
    padding: 11px 0;
    width: 80%;
  }

}


/*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*
  @media (max-width: 414px) ↓↓↓
*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
@media screen and (max-width: 414px) {

  .p-style01-2 .--reverse .c-layout01--link {
    text-align: left;
    margin-left: 8%;
  }


}