body{
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Work Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight:500;
  text-align: left;
}
img{
  width:100%;
  height:auto;
}

/*==================
Swiper
==================*/

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #dadada;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #323232;
}

.swiper-wrapper{
  position:relative;
  width:100%;
}
.swiper-contents-container01,
.swiper-contents-container02,
.swiper-contents-container03,
.swiper-contents-container04,
.swiper-contents-container05,
.swiper-contents-container06,
.swiper-contents-container07,
.swiper-contents-container08,
.swiper-contents-container09,
.swiper-contents-container10{
  position:relative;
  width:100%;
  overflow: hidden;
}
.swiper-slide{
  width:100%;
}
.c-3col__img{
  position:relative;
}


.swiper-arrow-area{
  z-index: 1;
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
}
.c-2col__box:has(.c-3col__ttl) .swiper-arrow-area,
.c-2col__box:has(.c-2col__ttl) .swiper-arrow-area{
  aspect-ratio: 580/335;
  height: auto;
}
.swiper-button-prev, .swiper-button-next{
  background-color:rgba(0, 0, 0, 0.4);
  width:28px;
  height:72px;
  position:absolute;
  transform: unset;
  background-image:unset;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top:0;
}
.c-3col__box .swiper-button-prev,
.c-3col__box .swiper-button-next{
  top: 50%;
  -webkit-transform: unset;
  -ms-transform: unset;
}

.swiper-button-prev{
  left:0;
}
.swiper-button-next{
  left:auto;
  right:0;
}
.swiper-button-prev::after,
.swiper-button-next::after{
  content:"";
  background-image:unset;
  display:block;
  background: none;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin:0;
}
.swiper-button-prev::after{
  left:5px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.swiper-button-next::after{
  right:5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}




.p-contents__wrap h1{
  font-size: 150%;
  line-height:1.8;
  letter-spacing:-0.02em;
  padding: 0 16px;
  margin-bottom:24px;
}
.p-contents__wrap h2{
  font-size:1.846rem;
  line-height:2;
  letter-spacing:-0.02em;
  padding: 0 16px;
  margin-bottom:24px;
}
.p-contents__wrap h3{
  font-size:1.692rem;
  line-height:2;
  letter-spacing:-0.02em;
  padding: 0 16px;
  margin-bottom:24px;
}
.p-contents__wrap h4{
  font-size: 1.5rem;
  line-height:1.6;
  padding: 0 16px;
  margin-bottom:24px;
}
.p-contents__wrap .u-wrap{
  width: 90%;
}
#contsArea .c-text {
  padding: 0 16px;
}
#contsArea .p-contents__bg-contents .c-text {
  padding: 0;
}

@media screen and (min-width: 1024px){
  .p-contents__wrap h1{
    font-size:2.46rem;
    line-height:1.8;
    letter-spacing:-0.02em;
    margin-bottom:24px;
  }
  .p-contents__wrap h2{
    font-size:1.846rem;
    line-height:2;
    letter-spacing:-0.02em;
    margin-bottom:24px;
  }
  .p-contents__wrap h3{
    font-size:1.692rem;
    line-height:2;
    letter-spacing:-0.02em;
    margin-bottom:24px;
  }
  .p-contents__wrap h4{
    font-size:1.231rem;
    line-height:1.6;
    margin-bottom:24px;
  }
  .p-contents__wrap .u-wrap{
    width: 90%;
  }
}
a.p-contents__link{
  font-size:1.231rem;
  text-decoration: underline;
  line-height:1.6;
  margin-bottom:24px;
}
.p-contents__btn{
  text-align: left;
}
.p-contents__btn a{
  padding:13.5px 48px;
  text-align: left;
}
.c-2col{
  gap:20px;
  padding:40px 0;
  flex-direction: column-reverse;
}
.c-2col__box{
  width:100%;
}
.c-2col__reverse{
  /* flex-direction: row-reverse; */
  flex-direction: column-reverse;
}
.c-2col .c-text{
  margin-top:24px;
}
.c-2col__ttl,
.c-3col__ttl{
  margin-top:24px;
}
.c-2col__box .c-text,
.c-3col__box .c-text{
  margin-top:24px;
}
.c-2col .p-contents__caption,
.c-3col .p-contents__caption{
  margin-top:16px;
}
.c-3col{
  gap:40px;
  padding:40px 0;
}
.c-3col__box{
  width:100%;
}
@media screen and (min-width: 1024px){
  a.p-contents__link{
    font-size:1.231rem;
    text-decoration: underline;
    line-height:1.6;
    margin-bottom:24px;
  }
  .p-contents__btn a{
    padding:13.5px 48px;
  }
  .c-2col{
    gap:40px;
    padding:40px 0;
    flex-direction: row;
  }
  .c-2col__box{
    width:calc((100% - 40px) / 2);
  }
  .c-2col__reverse{
    flex-direction: row-reverse;
  }
  .c-2col .c-text{
    margin-top:24px;
  }
  .c-2col__ttl,
  .c-3col__ttl{
    margin-top:24px;
  }
  .c-2col__box .c-text,
  .c-3col__box .c-text{
    margin-top:24px;
  }
  .c-2col .p-contents__caption,
  .c-3col .p-contents__caption{
    margin-top:16px;
  }
  .c-3col{
    gap:40px;
    padding:40px 0;
  }
  .c-3col__box{
    width:calc((100% - 80px) / 3);
  }
}
#contsArea {
    padding: 50px 0 0;
    text-align: left;
    margin-bottom:80px;
}
@media screen and (min-width: 1024px) {
    #contsArea {
        padding: 100px 0 0;
    }
}
.p-contents__section{
  /* border-bottom:solid 1px #ccc; */
  /* padding-bottom:24px; */
  margin-bottom:24px;
}
.p-contents__mv{
  margin-bottom:16px;
}
.p-contents__caption{
  font-size: 1.4rem;
  line-height:2;
  letter-spacing:-0.02em;
  text-decoration: underline;
  text-align: center;
  color:#333;
}
.c-3col .p-contents__caption{
  text-align: left;
}
.p-contents__box{
  padding:24px 0;
}
.p-contents__ttl{
  font-size:2.46rem;
  line-height:1.8;
  letter-spacing:-0.02em;
  margin-bottom:24px;
}
.p-contents__bg{
  background-color:#F8F8F8;
  /* padding:40px 0; */
  width: 100%;
  gap: 24px;
  padding: 24px;
  box-sizing: border-box;
}
.p-contents__bg-wrap{
  flex-direction: column;
  gap:40px;
  align-items: center;
}
.p-contents__bg-img{
  /* width:26.84%; */
  width: 100%;
}
.p-contents__bg-contents{
  /* width:calc(73.16% - 40px); */
  width: 100%;
}
.p-contents__bg-ttl{
  /* font-size:1.846rem;
  line-height:1.4;
  letter-spacing:-0.02em;
  margin-bottom:8px; */
  line-height: 1.6;
  letter-spacing: -0.07em;
  font-size: 1.59rem;
  font-weight: 400;
  margin-bottom: 16px;
}
.p-contents__bg-num{
  line-height:2;
  letter-spacing:-0.02em;
  font-size:1rem;
  margin-bottom:8px;
}
.p-contents__bg-price{
  font-size:1.692rem;
  line-height:1.4;
  letter-spacing:-0.02em;
  margin-bottom:8px;
}
.p-contents__bg-text {
  line-height: 2;
  letter-spacing: -0.07em;
  font-size: 1.13rem;
  font-weight: 400;
  color: #888;
  margin-bottom: 16px;
}
.p-coontents__bottom{
  margin-top:40px;
}
.p-coontents__bottom a::after{
  right:auto;
  left:10%;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}
.p-coontents__bottom a:hover::after{
  right:auto;
  -webkit-transform: translate(120%, -50%) rotate(135deg);
  transform: translate(120%, -50%) rotate(135deg);
}
video {
  width: 100%;
  height: auto;
}
.p-contents__hr {
  width: 100%;
  height: 1px;
  border-bottom: #ccc 1px solid;
  padding: 20px 0;
}
.p-contents__sp01 {
  width: 100%;
  height: 40px;
}
.p-contents__sp02 {
  width: 100%;
  height: 30px;
}
.p-contents__sp01 {
  width: 100%;
  height: 20px;
}
.mgt-0{
  margin-top:0;
}
@media screen and (min-width: 1024px) {
  .p-contents__section{
    /* border-bottom:solid 1px #ccc; */
    /* padding-bottom:40px; */
    margin-bottom:40px;
  }
  .p-contents__mv{
    margin-bottom:16px;
  }
  .p-contents__caption{
    font-size:1.08rem;
    line-height:2;
    letter-spacing:-0.02em;
    text-decoration: underline;
    text-align: center;
    color:#333;
  }
  .c-3col .p-contents__caption{
    text-align: left;
  }
  .p-contents__box{
    padding:40px 0;
  }
  .p-contents__ttl{
    font-size:2.46rem;
    line-height:1.8;
    letter-spacing:-0.02em;
    margin-bottom:24px;
  }
  .p-contents__bg{
    background-color:#F8F8F8;
    padding:40px 0;
  }
  .p-contents__bg-wrap{
    flex-direction: row;
    gap:40px;
    align-items: center;
  }
  .p-contents__bg-img{
    width:26.84%;
  }
  .p-contents__bg-contents{
    width:calc(73.16% - 40px);
  }
  .p-contents__bg-ttl{
    font-size:1.846rem;
    line-height:1.4;
    letter-spacing:-0.02em;
    margin-bottom:8px;
  }
  .p-contents__bg-num{
    line-height:2;
    letter-spacing:-0.02em;
    font-size:1rem;
    margin-bottom:8px;
  }
  .p-contents__bg-price{
    font-size:1.692rem;
    line-height:1.4;
    letter-spacing:-0.02em;
    margin-bottom:8px;
  }
  .p-coontents__bottom{
    margin-top:40px;
  }
  .mgt-0{
    margin-top:0;
  }
}
