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






@media (min-width: 768px){
	
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }



.bar {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
	font-size: 1.2rem;
	width: 95%;
	padding: 6px;
	margin: 0 auto;
}
	
	
h1 {
	padding: 0;
    margin-bottom:30px
 }	
	
	

.main_pc {
	background-image: url("images/cassis_main.jpg");
	text-align: center;
	width: 100%;
	height: auto;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}
	
	

	
.title2_tag {
	width: 100%;
	background: #4B46AA;
	margin: 0 auto 20px;
	padding: 3px 0;
}

	
.title_box{
	max-width: 601px;
    width: 100%;
    margin: 0 auto ;
	padding-top: 50px;
    display: flex;
	flex-direction: column;
	justify-content: center;
}

h1:first-line {
   font-size:1.9rem;
   font-weight: 400;
   	
}	
	
.title {
	color: #FFFFFF;
    font-family: "BIZ UDPGothic";
    font-weight: 700;
	text-align: left;
	font-size: 4em;
	margin-top: 80px;
	padding: 0;
}	
	
	
.title2 {
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
    font-size: 2em;
}
		
.title3 {
	font-weight: 700;
	text-align: center;
    font-size: 1.8em;
	margin-bottom: 0.5em;
}

	
.title3_b {
	font-weight: 700;
	text-align: center;
    font-size: 2em;
	margin-bottom: 0.5em;
}
	
	
	
	
.title4 {
	text-align: center;
	font-size: 1.4em;
}
	
	
	
	
	
.text_wh{
	font-size: 1.5em;
	color: #FFFFFF;
	text-align: left;
	line-height:1.5em
	}
	
	
table {
	background: #fff;
	max-width: 800px;
	width: 100%;
	border: 10px #fff solid;
	text-align: left;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	}
	
	


	


.fixed-table {
    width: 767px;
    table-layout: fixed;
	text-align: center;
	align-items: center;
	border: 5px solid #000000;

}

.fixed-table th:first-child,
.fixed-table td:first-child {
    width: 320px;
}

		
.fixed-table_pink {
    width: 767px;
    table-layout: fixed;
	text-align: center;
	border: 5px solid #A6006C;
}

.fixed-table_pink th:first-child,
.fixed-table_pink td:first-child {
    width: 320px;
}	
	


.nz-cassis {
	font-family: "Noto Sans JP"; 
	font-size: 1.2em;
	display: inline-block;
    text-align: left;
}
	
.nz-cassis_2 {
	font-family: "Noto Sans JP"; 
	font-size: 1.2em;
	display: inline-block;
    text-align: left;
	line-height: 1.7em;
}	

.price {
	font-size: 2.5em;
    font-weight: 700;
	line-height: 70%;
}

.price_red {
	font-size: 2.5em;
    font-weight: 700;
	line-height: 70%;
	color: #C40018;
}

.off{
	font-size: 1.5em;
    font-weight: 700;
}

	
.item {
	display: flex;
	justify-content: space-between;
	text-align: center;
    max-width: 800px;	
}	
	

	
	
/* リンクボタン */
.btn_athlete{
	width: 250px;
	font-size: 25px;
}	


	

/* 研究レポート */	
	
.background_purple {
	height:auto;
	background-color: #9696DC;
	display: flex;
    justify-content: center;
}

.background_purple_wrap {
	display: flex;
	width: 750px;
	flex-direction: column;
	text-align: center;
	margin-bottom: 30px;
}

figcaption {
	text-align: center;
}


.graph_margin img {
	margin: 50px 12px 0px;
}

	
	
.wrapper68 {
	display:flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0 ;
}
	
	
.wrapper-report {
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	margin: 40px 0 50px;
	padding: 30px;
	height: auto;
	width: 690px;
}
	
	

.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4B46AA;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  text-align: center;
  width: 140px;	
  padding: 40px 20px;
  margin-right: 20px;
  margin-bottom: 5px;	
}	
	

.report_title {
	font-size: 37px;
	margin-bottom: 15px;
	text-align: left
	}	
	
	
.report_title_red {
	font-size: 40px;
	color: #A40B5E;
	margin-left: 12px;
	margin-top: -65px;
	line-height: 1.3;
	text-align: left
	}

 .report_text_wrap {
	width: 680px;
	margin-top: 50px; 
	}
	
.report_text {
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
	}	
	
	
.report_text_ss {
	font-size: 0.7em;
	line-height:1.3em;
	text-align: justify;
	}		
	
.report_text_s {
	font-size: 0.8em;
	line-height:1em;
	text-align: right;
	}	
	
.report_text_m {
	font-size:1em;
	margin-top: -40px;
	text-align: right;
	}	
	


	
	
	
	
	
/*カシス・ド・アスレの特長説明の下の3つの写真とキャプション均等並びに*/	
.grid {
	display: grid;
	max-width: 700px;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
	
}	
	
	

	
	
.green_boder {
	border-radius: 20px;
	border: 5px solid #B4DC64;
	padding: 40px 30px;
	margin: 0 20px;
	text-align: center;
	}	
	

	
	
.sports_text {
	font-size: 40px;
	color: #0050C8;
	text-align: center;
	}
	
	
	
.farm_pc {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
		
.farm_pc img {
	width: 100%;
	}

	
.wrapper_recipe {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items:flex-start;
	width:100%;
	max-width: 800px;
	margin: auto;
}
		
.recipe_set {
	max-width: 350px;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 5px;
}
	
	
 .text_recipe {
	font-family: "Noto Sans JP";
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.8rem;	
	margin-top: 10px;
	margin-bottom: 30px;	
	max-width: 350px;
	text-align: left;	
}	
	
	
.title_recipe {
	font-family: "BIZ UDPGothic";
	font-size: 1.5rem;
	font-weight: 700;
	color: #A7006C;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}	
	
.text_recipe {
	font-family: "Noto Sans JP";
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.8rem;	
	margin-top: 10px;
	margin-bottom: 30px;	
	max-width: 768px;
	text-align: left;	
}
	
	
.wrapper2 {
	display:flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	margin: 0px auto;
	max-width: 1000px;
	padding: 30px 20px;

}
		
	
	
.text_wh_s {
	font-size: 0.8em;
	color: #FFFFFF;
	text-align:right;
	line-height:1em
	}		
		



	
.text_yt_wh{
	font-size: 1.5em;
	color: #FFFFFF;
	line-height:1.2em;
	letter-spacing:0.05rem;
	text-align: center;
	vertical-align: middle;
	}
	


	
	
.wrapper_end {
	display:flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin: 0px auto;
	max-width: 755px;
	padding: 30px 0;
}
	

 .wrapper_end img {
	text-align: center;
	}
	
 .text_end {
	font-family: "Noto Sans JP";
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.8rem;
	margin-top: 10px; 
	text-align: left; 
}	
	
	
/* フッター　*/	
	
.link-f {
	width: 600px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    text-align: center;
	
}
	

	
	
	}




