/*============================================*/
/* 基本設定 */
/*============================================*/
/*body * {box-sizing : border-box;}
p {
	font-size: 0.9em;
    letter-spacing: 0.1em;
    line-height: 180%;
	margin:15px 0 10px 0;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}
/*/

.bold{font-weight: bold;}


.sub_caption{font-weight:800; font-size:0.7em;}

	
@media screen and (max-width: 640px) {
p{
    font-size: 13px;
    line-height: 2.0em;
    left: 0.5px;
}


}



	


/* リード部分 ============================================*/



  
.lead-sentence {
  width: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
}



.lead-sentence h1 {
  font-family: 'Roboto', 'Noto Sans Japanese', "sans-serif";
  font-optical-sizing: auto;
  margin: 20px 0px 0px 0px;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
}


.lead-sentence h1 span::before{
    content: "|";
    margin: 0px 10px 0px 10px;
}

.lead-sentence h2  {
  font-family: "Noto Sans JP", sans-serif;
  text-align:left;
  font-weight: 300;
  font-size: 1.3rem;
  margin: 10px 0px 20px 0px;
  font-weight: 500;
}




.lead-sentence h3 {
  /*font-family: "Noto Sans JP", sans-serif;*/
  text-align:left;
  font-weight:400;
  font-size: 1.0em;
  margin: 20px 0px 20px 0px;
  letter-spacing:0.02em;
  line-height: 190%;
}

.lead-sentence h4 {
  font-family: "Noto Sans JP", sans-serif;
  text-align:center;
  font-size: 1.0em;
  margin: 20px 0px 25px 0px;
  letter-spacing:0.1em;
  line-height: 180%;
}

.lead-sentence h5 {
  font-family: 'Roboto', 'Noto Sans Japanese', "sans-serif";
  font-optical-sizing: auto;
  margin: 20px 0px 20px 0px;
  font-weight: 900;
  font-style: normal;
  font-size:2em;
}

.lead-sentence h5 span::before{
    content: "|";
    margin: 0px 10px 0px 10px;
}


.end-sentence h3 {
  font-family: "Noto Sans JP", sans-serif;
  text-align:left;
  font-weight:400;
  font-size: 1.0em;
  margin: 0px 10px 0px 10px;
  letter-spacing:0.02em;
  line-height: 190%;
  color:#FFF;
}

.lead-sentence p {
  font-size: 1.0em;
  line-height: 180%;
}


/*-------スマホの時-------------*/
@media screen and (max-width: 768px) {

.lead-sentence h1 { margin:10px; font-size: 20px;}
.lead-sentence h2 {
  text-align:center;
  font-size: 17px;
  font-weight:800;
}

.lead-sentence h3 {
  text-align:left;
  font-size: 13px;
  margin: 10px 10px 10px 10px;
  text-align: justify;
  line-height: 2.5em;
}

.lead-sentence h4 {  text-align:left;}

.lead-sentence p {font-size: 13px;text-align: justify;line-height: 2.5em;}


.intro{
	text-align:left;
  font-size: 0.8rem;
  line-height: 1.8rem;
	}

}



/* 帯 ============================================*/


.sandwich h1 {
  background: #d1b889;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
  text-align:center;
  font-size:1.3em;
　font-weight:500;
　font-family: sans-serif;
	}

.sandwich h2 {
  /*background: #81754D;/*背景色*/
 /* padding: 0.5em;/*文字まわり（上下左右）の余白*/
  text-align:left;
  font-size:1.2em;
　font-weight:500;
　font-family: sans-serif;
	}
	



.sandwich p {
	font-size:0.9em;
	font-weight:500;
	margin:20px 0px 15px 0px;
	letter-spacing:0.04em;
  line-height: 180%;
	}
	
.sandwich h4 {
  font-family: "Noto Sans JP", sans-serif;
	font-size:0.9em;
	font-weight:800;
	margin-bottom:10px;
	}
	

/* 商品紹介部分 ============================================*/

.item{display:;
  text-align: justify;
  text-justify: inter-ideograph;
}

.item h1{ font-weight:800; font-size:1.0em; text-align:center; margin:20px 0px 15px 0px; font-family:sans-serif;}

.item h2{
	text-align:center;
  color: #86592c;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 2px #86592c;/*上線*/
  border-bottom: solid 2px #86592c;/*下線*/	
}


.item h4 {
  font-family: "Noto Sans JP", sans-serif;
  text-align:center;
  font-size: 1.0em;
  margin: 20px 0px 40px 0px;
  letter-spacing:0.1em;
  line-height: 180%;
}


.item p{
	font-size:0.8em;
	font-weight:500;
	margin:20px 0px 15px 0px;
	letter-spacing:0.05em;
  line-height: 190%;
	}

@media screen and (max-width: 768px) {
.item p{
  line-height: 200%;
	}

}
/* 見出し ============================================*/

.section-sub-ttl {
  margin-bottom: 20px;
  margin-top: 50px;
  text-align: center;
}

.section-sub-ttl__jpn {
  font-weight: bold;
  color: #333333;
  font-size: 1.2em;
  font-family:sans-serif;
}
.section-sub-ttl__engsmall {
  font-size: 1.5em;
  color: #044B96;
 font-family: "Figtree", sans-serif;
}

.section-sub-ttl_border {
  width: 140px;
  height: 4px;
  background-color: #044B96;
  margin: 7px auto 10px;
  border-radius: 2px;
}




.report{	font-family: "Figtree", sans-serif;	font-weight: bold;color:#333333;}

.report h2 {
	font-size: 30px;
	color:#551f13;
	display: flex;
	align-items: center;
}
.report h2 span {
	font-size: 12px;
}
.report h2 span::before {
	content: "/";
	font-size: 20px;
	font-weight: 100;
	margin: 0 14px;
}
.report p { 
font-size:0.8em;
margin-bottom:15px;
}

@media screen and (max-width: 768px) {
.report h3{
	font-size: 12px;
	color:#551f13;
	}
}


/*　注釈　別枠 ============================================*/
.box_about {
position: relative;
  justify-content: center;
  align-items: center;
  margin: 10px 0 15px 0;
  border: solid 2px #044B96;
  padding:15px;
  border-radius: 10px;
}



.box_about h1{
  font-size: 1.2rem;
  font-weight:bold;
  text-align:center;
  padding:20px 0;
  color:#044B96; }

.box_about p {
  font-size:0.8em;
  line-height:170%;
　letter-spacing:0.1em;
  text-align:left;
}




@media (max-width: 767px) {
.box_about h1 {
  padding:0;
  }
}



/*============================================*/
/* 色指定*/
/*============================================*/



.white{ color:#FFF;}
.red{ color:#cc373b;}
.gold{ color:#81754D;}



.starter-template h1{
	color:#86592c;
	text-align:center;
    display: block;
    font-size: 3.5rem;
    line-height: 1.2em;
  font-family:  "Roboto", sans-serif;
    font-variation-settings:"wdth" 100;
	font-weight:900;
    margin: 10px auto 10px; /*中央揃えの上下マージン小部宇設定*/
    letter-spacing: 1px;
	}
	
.starter-template h2{
	/*padding:20px;*/
	text-align:center;
	font-weight:500;
	font-size:1.2em;
	letter-spacing:0.05em;
	line-height:180%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;	
	
	}

.starter-template h3{
	padding:0px;
	text-align:left;
	font-size: 1.0em;
    font-weight: 500;
    margin: 10px 10px 15px 10px;
    letter-spacing: 0.05em;
    line-height: 190%;
	
	}	
	
@media screen and (max-width: 640px) {

.starter-template h1{font-size: 35px;}

.starter-template h2{
	text-align: center;
	font-weight:500;
	font-size:1.0em;
	letter-spacing:0.05em;
	line-height:200%;
  text-justify: inter-ideograph;
  font-size: 14px;
	}

.starter-template h3{font-size: 13px;text-align: justify;line-height: 2.5em;}

}



/* ママパンチョイス部分 ============================================*/
                .mpch_box{
                    background-color: #fff;	/* 背景色 */
                    border: 1px solid #000;	/* 線の太さ・種類・色 */
                    border-radius: 0px;
                    margin: 40px 5px 5px 5px;	/* 外側の余白 上・右・左・下 */
                    padding: 30px 10px 20px 10px;	/* 内側の余白 上・右・左・下 */
                    position: relative;
                }
                .mpch_box img.imagup{
                max-width: 90px;
                  position: absolute;
                  top:0%;
                  left: 0%;
                  transform: translate(0%,-50%);
                  color: #fff;	
                    }
			   .mpch_box h1{ font-weight:900; font-size:1.4rem; margin:10px 0px 15px 0px;font-family:  "Roboto", sans-serif;}
			   .mpch_box h2{ font-weight:900; font-size:1.1rem; margin:0px 0px 10px 0px;font-family:  "Roboto", sans-serif;}
			   .mpch_box h3{ font-size:1.0em;
	font-weight:500;
	margin:10px 0px 15px 0px;
	letter-spacing:0.05em;
  line-height: 190%;
  /*font-family:  "Roboto", sans-serif;*/
}

				
				.mp_midashi{
				color:#FFF;
  				font-family:  "Roboto", sans-serif;
				font-weight:500;
				font-size:1.3rem;
				transform: translate(10%,100%);
					}


                @media screen and (max-width: 768px){
				.mpch_box{padding: 10px 15px 20px 15px;	/* 内側の余白 上・右・左・下 */}
				.mpch_box h1{ font-size: 18px;}
				.mpch_box h2{ font-size: 15px;}
				.mp_midashi{
				font-size:1.2rem;
				transform: translate(30%,100%);
					}
				
				.mpch_box h3{ font-size: 13px;text-align: justify;line-height: 2.5em;}
					
                }

/*BOX*/
/*めくれたテープ風*/
.box {
  margin: 2em auto;
  padding: 1em;
  /*内側余白*/
  background-color: #e0e0e0;
  /*背景色*/
  position: relative;
}

.box:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #ccc #ffffff #ccc;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

/*============================================*/
/* 文字設定 */
/*============================================*/
.container h8{
    position: relative;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: -0.5px;
    text-align: center;
    text-shadow: none;
    color: #86592c;
    margin: 10px 0px;
    padding: 0px 45px;
}
.container h8::before,.container h8::after{
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    width: 30px;
    height: 8px;
    border-top: solid 2px #86592c;
    border-bottom: solid 2px #86592c;
}
.container h8::before{left:0;}
.container h8::after{right: 0;}
.container h9{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    margin: 10px 0px;
}
.container h9 span{font-size: 25px;}

@media screen and (max-width: 640px) {
.container h8{font-size: 25px;}
.container h9{font-size: 16px;}
.container h9 span{font-size: 20px;}

}

/* 中央よせ */
.item-center{text-align: center;}
/* 太字 */


/*リボン*/

.ribbon {
  display:flex;
  justify-content: center;
  position: relative;
  height: 40px;/*リボンの高さ*/
  line-height: 40px;/*リボンの高さ*/
  text-align: center;
  padding: 0 80px;/*横の大きさ*/
  font-size: 0.8rem;/*文字の大きさ*/
  background: #86592c;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  font-family:  "Roboto", sans-serif;
  box-sizing: border-box;
  font-weight:500;
}


.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon::before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon::after {
  top: 0;
  right: 0;
  border-width: 20px 10px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}


.ribbon01 {
  display:flex;
  justify-content: center;
  position: relative;
  height: 40px;/*リボンの高さ*/
  line-height: 40px;/*リボンの高さ*/
  text-align: center;
  padding: 0 80px;/*横の大きさ*/
  font-size: 0.8rem;/*文字の大きさ*/
  background: #3969a4;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  font-family:  "Roboto", sans-serif;
  box-sizing: border-box;
  font-weight:500;
}

.ribbon01:before, .ribbon01:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon01::before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon01::after {
  top: 0;
  right: 0;
  border-width: 20px 10px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}