.p-mv__inner{
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}

.p-mv p{
  color:#505050;
}

.p-mv__block{
  display: block;
}

.p-mv__txt{
  width: 100%;
  padding: 0 15px;
  margin-top: 40px;
}


.p-mv__txt p:nth-of-type(1){
  font-size: clamp(28px, 50 / 1100 *100vw , 50px);
  font-family: "Noto Serif JP";
  letter-spacing: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.p-mv__txt p:nth-of-type(2){
  font-size: clamp( 18px, 20 / 1100 * 100vw, 20px);
  font-family: "Noto Serif JP";
  letter-spacing: 2px;
  font-weight: 400;
  line-height: calc( 27 /18);
  margin-top: clamp(20px, 50 / 1100 *100vw, 50px);
}

.p-mv figure{
  width: 100%;
}

.p-mv figure img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 250;
  object-fit: cover;
}


@media screen and (min-width:743px) {
  
  .p-mv__txt p:nth-of-type(1){
  	line-height: 1.6;
  }
   .p-mv__txt p:nth-of-type(2){
  	line-height: 2;
  }
  
  .p-mv{
	margin-top: 50px;
  }
  
    .p-mv__inner{
    display: flex;
    flex-direction: row;
  }

  .p-mv__txt{
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: calc(110 / 375 * 100%);
    transform: translateY(-50%);
    padding: 0;
    margin-top: 0;
  }

  .p-mv__block{
    flex: 1;
    position: relative;
  }
  
  .p-mv__txt p:nth-of-type(2){
    line-height: 2.8;
  }
  
  .p-mv figure{
    width: 76.625%;
  }

  .p-mv figure img{
    aspect-ratio: 1226/818;
  }
}

.p-mv figure img{
  width: 100%;
  display: block;
  height: auto;
}

.p-mv__button{
  margin-top: clamp(30px, 50 / 1100 *100vw, 50px);;
}

.p-about{
  padding-top: clamp(45px, 100 / 1100 * 100vw, 100px);
  padding-bottom: clamp(80px, 130 / 1100 * 100vw, 130px);
  position: relative;
}

.p-about .p-inner{
  position: relative;
  z-index: 2;
}

.p-about__ttl{
  font-family: "Noto Serif JP";
  letter-spacing: 2.4px;
  font-size: clamp(18px, 24 / 1100 * 100vw, 24px);
  padding-bottom: 20px;
  color: #D95856;
  display: inline-block;
  width: fit-content;
  position: relative;
  font-weight: 400;
}

.p-about__ttl::after{
  content: "";
  background-color: #D95856;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}


.p-about__block p:nth-of-type(1){
  font-size: clamp( 18px , 28 / 1100 * 100vw, 28px);
  font-weight: 500;
  line-height: calc( 30 / 18);
  font-family: "Noto Serif JP";
}

.p-about__block p:nth-of-type(2){
  font-size: clamp( 14px , 16 / 1100 * 100vw, 16px);
  line-height: calc(24/15);
  font-family: "Noto Sans JP";
}

.p-about__block figure{
  width: 100%;
  margin-top: 50px;
}

.p-about__block figure img{
  display: block;
  width: 100%;
  height: auto;
}



@media screen and (min-width:743px) {

  .p-about::before{
    z-index: 1;
    content: "about";
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    font-family: "Spectral", serif;
    font-size: clamp(100px ,230 / 1600 *100vw, 230px);
    position: absolute;
    top: -20px;
    right: 0;
    font-weight: 300;
  }

  .p-about__block{
    display: flex;
  }

  .p-about__block div{
    flex: 1;
  }

  .p-about__block figure{
    width: calc( 400 / 1100 * 100%) ;
    margin-left: 55px;
    margin-top: 0;
  }
  
  .p-about__block p:nth-of-type(1){
 	 line-height: calc(56/28);
	}
  
  .p-about__block p:nth-of-type(2){
  	line-height: calc(40/16);
	}
}

.p-recommend{
  padding-top: clamp(60px , 120 / 1100 *100vw , 120px);
  padding-bottom: clamp(70px , 100 / 1100 *100vw , 100px);
  position: relative;
}

.p-recommend .p-inner{
  position: relative;
  z-index: 2;
}

.p-recommend::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FDDEDD;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


@media screen and (min-width:743px) {
  .p-recommend::before{
    width: 90%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }
}

.p-guide__txt p:nth-of-type(1){
  font-size: 34px;
  color: #D95856;
  font-family: "Noto Serif JP";
  font-weight: 500;
}

.p-guide__txt p:nth-of-type(2){
  font-family: "Noto Sans JP";
  margin-top: 10px;
  line-height: 2;
  font-size: 16px;
}

.p-guide__icon{
  width: 64px;
  height: 64px;
  background-color: #F29291;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-guide__icon::before{
  content: ">";
  font-size: 16px;
  color: #fff;
}


.p-product__item:not(:first-child){
  margin-top: 40px;
}

.p-product__item dt{
  background-color: #D4DFF1;
  font-size: 24px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  letter-spacing: 2.4px;
  width: clamp(150px, 165 / 1100 * 100vw , 165px);
  height: clamp(150px, 165 / 1100 * 100vw , 165px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}


.p-product__item ul{
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp( 15px, 40 /1100 * 100vw , 40px);
}

.p-product__item p{
  margin-top: 15px;
  text-align: center;
  font-size: 15px;
  line-height: calc( 24 / 15);
}

.p-product__image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.p-product__item a{
  display: block;
  color: #505050;
}

.p-product__icon{
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background-color: #BCD0EE;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-product__icon img{
  width: auto;
  height: clamp(50px, 60 / 1100 * 100vw, 60px);
  display: block;
}

.p-product__icon figcaption{
  margin-top: 10px;
  font-size: clamp(14px, 16 / 1100 * 100vw, 16px);
  font-weight: 500;
  color: #fff;
}

@media screen and (min-width:743px) {
  .p-product__item{
    display: flex;
    align-items: center;
  }

  .p-product__item dd{
    flex: 1;
    margin-left: min(90/1100*100vw, 90px);
  }

  .p-product__item ul{
    margin-top: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .p-product__item p{
    text-align: center;
    margin-top: 15px;
  }
}



.p-news{
  padding: clamp(60px, 100/ 1100 * 100vw, 100px) 0;
  background-image: url(https://img21.shop-pro.jp/PA01476/523/etc_base64/Ymctc2hvcGd1aWRl.jpg?cmsp_timestamp=20240328204914);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.p-news__items{
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-news__item{
  padding: 20px 0;
}

.p-news__item a{
  color: #000;
}

.p-news__item span{
  color: #C7777C;
  font-size: 14px;
  letter-spacing: 2.8px;
  font-family: "Spectral", serif;
}

.p-news__item h3{
  margin-top: 15px;
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(24 / 15);
}

.p-news__item p{
  margin-top: 20px;
  font-size: 16px;
  line-height: calc(24 / 16);
}

.p-news__button{
  margin-top: clamp( 20px, 80 / 1100 * 100vw, 80px);
  width: fit-content;
  display: block;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #D95856;
  margin-left: auto;
  position: relative;
  padding-right: 15px;
}

.p-news__button img{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate( 0, -50%);
  display: block;
  width: 6.41px;
  aspect-ratio: 6.41/ 12.82 ;
  height: auto;
}

