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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
    font-weight: 400;
  font-style: normal;
}

body {
/*  font-family: "Hiragino Kaku Gothic ProN", "Segoe UI", sans-serif;*/
  background-color: #fff;
  color: #333;
  line-height: 1;
}
.sp {
       display: none;
    }
.main-visual {
  width: 100%;
  height: auto;
  display: block;
}

.intro {
  text-align: center;
  padding: 3rem 1rem;
  background-color: #f5f5f5;
}

.intro h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.intro p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.btn {
    background-color: #149127;
    color: white;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    font-size: 18.4px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	box-shadow:3px 3px 9px 0px rgba(118, 46, 37, 0.7);
}


.btn:hover {
  background-color: #1b5e20;
}



/* Hero Section */
.hero {
  position: relative;
  width: 100%;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.hero-text {
	font-size: 19.8425px;
	padding: 4px 0 15px 60px;
	line-height: 1;
	font-weight: 600;
}
/* Product Section */
.product {
	padding: 0;
	width: 100%;
	height: 1130px;
	padding-top: 114px;
	position: relative;
}

.product:after{
    background:  url(img/backimg01.jpg);
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 491px;
    height: 1130px;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    z-index: -1;
}
.product:before{
    background: url(img/backimg02.jpg);
    background-size: 491px auto;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 491px;
    height: 1130px;
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    z-index: -1;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.product-text {
    flex:1 1 50.5%;
    margin-left: 15px;
}

.product-image {
    flex: 1 1 43.5%;
    text-align: right;
}

.product-image img {
  max-width: 100%;
  height: auto;
}

/* 共通セクション設定 */
section {
/*  padding: 4rem 1rem;*/
}

.container {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	max-width: 1200px;
	margin: auto;
	width: 845px;
	margin: 0 auto;
	justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;
}
.product .container {
    width: 876px;
	margin: 0 auto;
}
h2.newborn2025_title{
	font-size: 22.6px;
	padding-bottom: 30px;
	font-weight: 600;
	padding-top: 10px;
}

h2.newborn2025_title.add{
    font-size: 22.6px;
    padding-bottom: 25px;
    font-weight: 500;
    line-height: 1;
}


h2{
	font-size:22.6px;
}
.product-text p{
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 0.4px;
    padding-bottom: 60px;
    font-feature-settings: "palt";
    text-align: justify;
}
.distillation-text p,.maturation-text p,.message-text p{
	font-size:14px;
	line-height: 2.2;
    letter-spacing: 0.5px;
}
.product-table01{
			font-size:14px;
	    padding-bottom: 50px;
}
.row-reverse {
  flex-direction: row-reverse;
}

.product-table01 tr{
	    height: 34px;
	
}
.distillation-text,
.maturation-text {
    flex: 1 1 55.2%;
    line-height: 1.8;
    font-size: 14px;
}

.distillation-image,
.maturation-image {
    flex: 1 1 36%;
    text-align: left;
}

.distillation-image img{
    max-width: 336px;
}
.maturation-image img {
    max-width: 326px;
}


/* Creator & Expert Comment */
.distillation .container {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    max-width: 1200px;
    width: 929px;
    margin: 0 auto;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
}

.distillation{
    margin-bottom: 80px;
}

.distillation-text{
    padding-top: 48px;
}
.creator-message {
    width: 900px;
	margin: 0 auto;
}
.creator-message .container {
    /* align-items: center; */
    width: auto;
}
	
.creator-message{
    padding-top: 80px;
}



.message-text {
    flex: 1 1 63.5%;
    font-size: 14px;
    line-height: 1.8;
}

.maturation-text{
    margin-top: -12px;
}
.message-image {
    flex: 1 1 19%;
    text-align: right;
}

.message-text p {
    line-height: 2.2;
    letter-spacing: 0.2px;
    padding-bottom: 25px;
}

.message-text.comm p {
    line-height: 2.2;
    letter-spacing: 1.93px;
    font-feature-settings: normal;
}
.pdb{
    margin-bottom: 270px;
}

.creator-name,
.expert-name {
  margin-top: 1rem;
  font-weight: bold;
  color: #444;
}

.message-image img,
.comment-image img {
    width: 174px;
    height: auto;
}
/* 商品情報表のスタイル */
.product-table {
    width: 210px;
    border-collapse: collapse;
    margin-bottom: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.5px;
    font-size: 12.7px;
}

.product-table th,
.product-table td {
    font-size: 12.7px;
    text-align: start;
    vertical-align: top;
    padding-bottom: 10px;
}

.product-table th {
    width: 56px;
    font-weight: 400;
    font-size: 12.7px;
    text-align: start;
    vertical-align: top;
}

.product-info h2 {
    font-size: 15.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;
    padding-bottom: 25px;
    letter-spacing: 0.5px;
}

.product-table01 th,
.product-table01 td {
  text-align: left;
    vertical-align: top;
    line-height: 1.6;
	    padding-bottom: 10px;
}
.product-table01 th {
    width: 23%;
    font-weight: 400;
    text-align: start;
    vertical-align: top;
}
.info-text {
    margin-top: 150px;
	        margin-bottom: 100px;
}

.product-info{
    margin: 0 auto;
    position: relative;
    margin-bottom: 60px;
}
.product-info .container {
    align-items: center;
	width: 100%;
}
.col{
    width: 760px;
    margin: 0 auto;
}
.info-image {
    flex: 1 1 55.2%;
    text-align: right;
}
.logo-image {
	padding-left: 47px;
    margin-top: 35px;
}
.product-info:after{
    background: url(img/f_backimg01.jpg);
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 481px;
    height: 1137px;
    position: absolute;
    content: "";
    top: -308px;
    left: 0px;
    z-index: -1;
}
.product-info:before{
    background: url(img/f_backimg02.jpg);
    background-size: 491px auto;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 481px;
    height: 1137px;
    position: absolute;
    content: "";
    top: -308px;
    right: 0px;
    z-index: -1;
}
@media screen and (max-width: 930px) {
	.distillation .container {
        width: 100%;
	}
	.creator-message {
        width: 95%;
}
	.product-info .col{
        width: 90%;
}
	.product .container {
        width: 95%;
}
	.distillation-image img {
    max-width: 100%;
}
	.maturation-image img {
    max-width: 100%;
}
	.distillation {
    width: 95%;
    margin: 0 auto;
		    margin-bottom: 80px;
}
	.distillation-text,.maturation-text {
    padding-left: 20px;
}

}
@media screen and (max-width: 1300px) {
.product-text {
    flex: 1 1 51%;
    margin-left: 15px;
    background-color: #fff;
    padding: 20px;
}
		.info-text {
    margin-top: 150px;
    background-color: #fff;
    padding: 20px;
}
}
.sp {
       display: none;
    }

/*SP*/

@media screen and (max-width: 767px) {
    .pc {
       display: none!important;
    }
	.sp {
       display: block;
    }
.product:before {
   content: none;
 
}
.product:before {
	background: url(img/back_img_sp.jpg);
    background-size:100% auto;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 100%;
    height: 1130px;
    position: absolute;
    content: "";
    top: 40px;
    right: 0px;
    z-index: -1;
 
}
.product-image{
    width: 216px;
    margin: 0 auto;
}
	
	.product:after {
   content: none;
}
	.product .container {
        display: block;
        width: 100%;
        align-items: unset;
}
	    .product-text {
      display: block;
        width: 100%;
        margin: 0px;
        background-color:transparent;
        padding: 0;
    }
	.product {
    padding: 0;
    width: 100%;
    height: auto;
    padding-top: 0;
    position: relative;
}
	
.product_title{
    text-align: center;
    padding-top: 40px;
}
	.product-table01 th, .product-table01 td {
    line-height: 1.4;
}
h2.newborn2025_title {
	font-size: 20.4095px !important;
	padding-bottom: 20px !important;
	font-weight: 600;
	padding-top: 25px;
	text-align: center;
	color: #149127;
	line-height: 1.2;
}
.product-text p {
        font-weight: 400;
        font-size: 12.7559px;
        line-height: 1.8;
        letter-spacing: -0.05px;
        padding-bottom: 45px;
        width: 282px;
        margin: 0 auto;
        text-align: justify;
}
	.product-table01 {
        width: 338px;
        margin: 0 auto;
        /* font-family: "Noto Sans JP", sans-serif; */
        font-weight: 500;
        line-height: 1.3;
        font-size: 12.7559px;
        line-height: 1.5;
        padding-bottom: 15px;
}
	   .sp.btn_sp {
        text-align: center;
		padding-bottom: 95px;
    }
	
	
.product-table01 th {
        width: 27%;
}
.btn_sp{
		 width: 282px;
        margin: 0 auto;
	}
.distillation-image, .maturation-image {
		        flex: none;
        /* text-align: center; */
        display: block;
        width: 153px;
		margin: 0 auto;
}
.distillation .container {
        width: 100%;
        display: block;
    }
.distillation {
     width: 100%;
   
    }
.distillation-text,.maturation-text,.message-text,.message-text,.creator-message{
        width: 287px;
        margin: 0 auto;
}

.distillation-text p,.maturation-text p,.message-text p,.message-text p{
        line-height: 23.5px !important;
        font-feature-settings: "palt";
        font-weight: 400;
        font-size: 12.7559px;
/*        letter-spacing: -0.01px;*/
        padding-bottom: 45px;
        width: 282px;
        margin: 0 auto;
        text-align: justify;
}
.message-text p{
    letter-spacing: 0.5px;
	        padding-bottom: 25px;
}
	
	
.message-text.comm p {
        line-height: 1.5;
        letter-spacing: 1px;
}
.distillation-text {
    padding-top: 0px;
    flex: none;
}
.distillation-text, .maturation-text {
        padding-left: 0px;
    }
.distillation {
        margin-bottom: 15px;
    }
.creator-message {
    padding-top: 20px;
}
.info-image {
	flex: none;
	text-align: center;
	display: block;
	width: 100%;
	height: auto;
        margin-top: 95px;
}
.product-info .container {
	 width: 100%;
        display: block;
        flex: none;
        max-width: 100%;
}
.product-info .col {
        width: 100%;
    }
.product-info:before {
content: none;
 
}
.product-info:after {
    content: none;
}
	.product-table {
    width: 100%;
	}
	.product-info h2 {
    font-size: 15.5px;
    font-family: "Noto Serif JP", serif;
	padding-top: 30px;
}
.info-text {
	padding: 0px;
	width: 209px;
	margin: 0 auto;
    }
.product-info h2 {
    padding-bottom: 30px;
	}
	.product-table {
        margin-bottom: 15px;
	}
	.info-text .btn {
    margin-bottom: 25px;
		        display: inline-block;
}
.logo-image{
    border-top: 1px solid #000;
}
.logo-image {
	padding-left: 0;
	margin-top: 0;
	/* padding-bottom: 100px; */
	text-align: center;
	width: 84%;
	margin: 0 auto;
	padding-top: 13px;
}
.product-info {
    margin: 0 auto;
    position: relative;
    margin-bottom: 45px;
}
.message-image.sp{
	text-align: left;
	margin-left: 68px;
}
.product-info{
/*        background: url(img/f_back_img_sp.jpg);
        background-size: 100% auto;
        background-position: bottom 9% left;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
        z-index: -1;*/
	position: relative;
    }
	.product-info:before{
background: url(img/f_back_img_sp.jpg);
        background-size: 100% auto;
        background-position: bottom 0% left 0;
        background-repeat: no-repeat;
        width: 100%;
        position: absolute;
        content: "";
        height: auto;
        bottom: 5%;
        left: 0px;
        z-index: -1;
    }
/*	    .product:before {
        background: url(img/back_img_sp.jpg);
        background-size: 100% auto;
        background-position: 0px 0px;
        background-repeat: no-repeat;
        width: 100%;
        height: 1130px;
        position: absolute;
        content: "";
        top: 40px;
        right: 0px;
        z-index: -1;
    }
	*/
	
	.product-info h2 {
    font-size: 15.5906px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 27.2836px;
    padding-bottom: 25px;
    letter-spacing: 0.5px;
}
	.sp_buy{
    text-align: center;
}
.product_title h2 {
    width: 65%;
    margin: 0 auto;
}
.product_title h2 img {
    width: 100%;
    height: auto;
}
	.btn {
    padding: 0.18rem 1.0577rem;
}
.sp_buy .btn {
        padding: 0.62rem 0.76rem;
    }
@media screen and (max-width: 350px) {
    .product-table01 {
        width: 95%;
    }

}
	
}
