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





@media screen and  ( max-width : 767px ){
	
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
    .pc { display: none !important; }
    .sp { display: block !important; }




.bar {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	color: #FFFFFF;
	font-size: 0.9rem;
	padding: 2px 10px 8px;
}

h1 {
	padding: 0;
    margin-bottom:5px
 }

.main_sp {
	background-image: url("images/cassis-athlete_main_sp.jpg");
	height: 100vh;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}


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



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

h1:first-line {
   font-size:1.1rem;
   font-weight: 400;
   	
}


.title {
	color: #FFFFFF;
    font-family: "BIZ UDPGothic";
    font-weight: 700;
	display: inline-block;
    text-align: left;
	font-size: 2.3em;
	margin-top: 80px;
	padding: 0;
}

.title2 {
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
    font-size: 1.3em;
	margin-top: 1em;
	line-height:1.3em
}
	

.title3 {
	font-weight: 700;
	text-align: center;
    font-size: 1.2em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}

.title3_b {
	font-weight: 700;
	text-align: center;
    font-size: 1.4em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}

.title4 {
	text-align: center;
	font-size: 1.2em;
	margin-top: 1em;
}
	
.text_wh{
	font-size: 1em;
	color: #FFFFFF;
	line-height:1.5em;
	letter-spacing:0.05rem;
	text-align: justify;
	}
	

table {
	background: #FFFFFF;
	max-width: 450px;
	width: auto;
	text-align: center;
	align-items: center;
	padding: 20px;
	margin-bottom: 20px;
}



	
/* 研究レポート */	

	
.background_purple {
	height:auto;
	background-color: #9696DC;
	display: flex;
    justify-content: center;
}

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

figcaption {
	text-align: center;
}


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

.wrapper68 {
	display:flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0 ;
}	
	

.wrapper-report {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	margin: 40px 0 0;
	padding: 30px;
	height: auto;
	max-width: 620px;

}
	

	
.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-left: 20px;	
  margin-right: 20px;
  margin-bottom: 10px;	
}	
	

.report_title {
	font-size: 35px;
	margin-bottom: 20px;
	text-align: center;
	}	
	
	
.report_title_red {
	font-size: 40px;
	color: #A40B5E;
	margin-left: 20px;
	margin-top: 20px;
	text-align: center;
	}

 .report_text_wrap {
	width: 600px;
	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: 10px;
	text-align: center;
	}	
	
	



/*カシス・ド・アスレの特長説明の写真とキャプション縦横2つ均等並びに*/	
.grid {
	display: grid;
	max-width: 374px;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin: 20px 10px;
	
}



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

	
	
.sports_text {
	font-size: 30px;
	color: #0050C8;
	text-align: center;
	}




.table_pink {
	border: 5px solid #A6006C;
}



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



.caption {
	font-family: "Noto Sans JP"; 
	font-size: 0.9em;
	display: inline-block;
    text-align: center;
	line-height: 1.4em;
	margin-top: 0;
}


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




	
	
.farm_sp {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
		
.farm_sp img {
	width: 100%;
	}





.recipe_set {
	max-width: 350px;
	width: 100%;
	padding: 0px;	
	text-align: center;
	margin-bottom: 5px;
}


.wrapper_recipe {
	display:flex;
	flex-direction: column;
	align-items: center;
	text-align: center;	
	width:100%;
	max-width: 350px;
	margin: 0px auto;
}
	
	
.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: 350px;
	text-align: left;	
}




.wrapper2 {
	display:flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	margin: 0px auto;
	max-width: 350px;
	padding-bottom: 30px;

}
	

 .text_recipe_bold {
	font-family: "BIZ UDPGothic"; 
	font-size: 1.3em;
	font-weight: 700;
    text-align: left;
	line-height: 1.4em;
}




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





.wrapper_end {
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 737px;
	padding: 30px;
}
	

 .text_end {
	font-family: "Noto Sans JP";
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.8rem;
	margin-top: 10px; 
	text-align: justify; 
	align-items: center; 
}








/* フッター　*/

footer {
	width: 100%;
    text-align: center;
    padding: 26px 0;
}

footer p {
    color: #fff;
    font-size: 0.875rem;
}

.link-f {
	width: 300px;
	display: flex;
	flex-direction: column;
}	
	
}


@media screen and (max-width : 428px ){

  .pc { display: none !important; }
	


.title_box {
	max-width: 300px;
    width: 100%;
    margin: 0 auto ;
	padding-top: 20px;
    display: flex;
	flex-direction: column;
	justify-content: center;
}	
	
	
	
h1:first-line {
   font-size:0.5em;
   font-weight: 400;
}

	
	
	
	
.main_sp {
	background-image: url("images/cassis-athlete_main_sp_w360.jpg");
	}
	
	
	
.title {
	color: #FFFFFF;
    font-family: "BIZ UDPGothic";
    font-weight: 700;
	display: inline-block;
    text-align: center;
	font-size: 2em;
	margin-top: 80px;
	padding: 0;
}

	
.title4 {
	text-align: center;
	font-size: 1em;
	margin-top: 1em;
}
	
	
	
.title3 {
	font-weight: 700;
	text-align: center;
    font-size: 1.1em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}	
	

.title3_b {
	font-weight: 700;
	text-align: center;
    font-size: 1.3em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}	
	
	
	
.title2 {
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
    font-size: 1.2em;
	margin-top: 1em;
	line-height:1.3em
}	
	
	
	
.text_wh{
	font-size: 0.9em;
	color: #FFFFFF;
	line-height:1.5em;
	letter-spacing:0.05rem;
	text-align: justify;
	}	

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

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


	
	
	
/* リンクボタン */
.btn_beaute {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 0.6rem 3.5rem 0.6rem ;
	font-family: "BIZ UDPGothic";
	font-size: 1.1em;
	font-weight: bold;
	border: 2px solid #D3145A;
	background: #D3145A;
	color: #fff;
	border-radius: 100vh;
	transition: 1.0s;
	margin: 15px;
}	
	


	
/* 研究レポート */	


	
	
.wrapper-report {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	margin: 20px 10px;
	padding: 20px 10px;
	height: auto;
	width: auto;
	max-width: 350px;
}
	
	

	
.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4B46AA;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  width: 130px;	
  padding: 35px 15px;
  margin-left: 20px;	
  margin-right: 20px;
  margin-bottom: 10px;	
}	
	

.report_title {
	font-size: 25px;
	margin-bottom: 10px;
	text-align: center;
	}	
	
	
.report_title_red {
	font-size: 25px;
	color: #A40B5E;
	text-align: center;
	margin: 20px auto 0;
	}

 .report_text_wrap {
	max-width: 90%;
	margin-top: 15px; 
	}
	
.report_text {
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
	}	
	
	
.report_text_ss {
	font-size: 0.6em;
	line-height:1.3em;
	text-align: justify;
	}		
	
.report_text_s {
	font-size: 0.7em;
	line-height:1.5em;
	text-align: center;
	}	
	
.report_text_m {
	font-size:0.8em;
	margin-top: -10px;
	text-align: center;
	}	
		
	
	

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

	
	
.sports_text {
	font-size: 20px;
	color: #0050C8;
	text-align: center;
	}




.recipe_set {
	max-width: 320px;
	width: 100%;
	padding: 0px;	
	text-align: center;
	margin-bottom: 5px;
}


.wrapper_recipe {
	display:flex;
	flex-direction: column;
	align-items: center;
	text-align: center;	
	width:100%;
	max-width: 320px;
	margin: 0px auto;
}
	
.title_recipe {
	font-family: "BIZ UDPGothic";
	font-size: 1.2rem;
	font-weight: 700;
	color: #A7006C;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

 .text_recipe {
	font-family: "Noto Sans JP";
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.6rem;	
	margin-top: 10px;
	margin-bottom: 30px;	
	max-width: 320px;
	text-align: left;	
}


.text_recipe_bold {
	font-family: "BIZ UDPGothic"; 
	font-size: 1.2em;
	font-weight: 700;
    text-align: left;
	line-height: 1.4em;
}




.wrapper_end {
	display:flex;
	flex-direction: column;
	align-items: center;
	margin: 0px auto;
	max-width: 360px;
	padding: 30px 0px;
}
	
}
	

@media screen and (max-width:375px){

  .pc { display: none !important; }

	
	
.main_sp {
	background-image: url("images/cassis-athlete_main_sp_m.jpg");
	}	
	


table {
	background: #FFFFFF;
	max-width: 100%;
	text-align: center;
	align-items: center;
	padding: 20px 0;
	margin: 0 auto 20px;
}
	

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

	
/* 研究レポート */	

	
.background_purple {
	height:auto;
	background-color: #9696DC;
	display: flex;
    justify-content: center;
}

.background_purple_wrap {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 0 10px 30px;
}

figcaption {
	text-align: center;
}


.graph_margin img {
	margin: 50px 0px 0px;
	max-width: 90%;
}

		

.wrapper-report {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	margin: 20px 10px;
	padding: 20px 10px;
	height: auto;
	width: auto;
	max-width: 330px;
}
	

	
.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4B46AA;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  width: 130px;	
  padding: 35px 15px;
  margin-left: 20px;	
  margin-right: 20px;
  margin-bottom: 10px;	
}	
		
	

.report_title {
	font-size: 25px;
	margin-bottom: 10px;
	text-align: center;
	}	
	
	
.report_title_red {
	font-size: 26px;
	color: #A40B5E;
	text-align: center;
	margin: 20px auto 0;
	}

 .report_text_wrap {
	max-width: 90%;
	margin-top: 15px; 
	}
	
.report_text {
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
	}	
	
	
.report_text_ss {
	font-size: 0.6em;
	line-height:1.3em;
	text-align: justify;
	}		
	
.report_text_s {
	font-size: 0.7em;
	line-height:1.5em;
	text-align: center;
	}	
	
.report_text_m {
	font-size:0.8em;
	margin-top: -10px;
	text-align: center;
	}	

	
	
.sports_text {
	font-size: 18px;
	color: #0050C8;
	text-align: center;
	}
	
	
	
.wrapper_end {
	display:flex;
	flex-direction: column;
	align-items: center;
	margin: 0px auto;
	max-width: 340px;
	padding: 30px 0px;
}	
	
}
	


@media screen and (max-width:360px){

  .pc { display: none !important; }

	
	
.main_sp {
	background-image: url("images/cassis-athlete_main_sp_h780.jpg");
	}	
	
	
.point {
	font-size:0.8rem;
}
		
	

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

	
	
table {
	background: #FFFFFF;
	max-width: 100%;
	text-align: center;
	align-items: center;
	padding: 20px 0;
	margin: 0 auto 20px;
}
	

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

/* 研究レポート */	

	
.background_purple {
	height:auto;
	background-color: #9696DC;
	display: flex;
    justify-content: center;
}

.background_purple_wrap {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 0 10px 30px;
}

figcaption {
	text-align: center;
}


.graph_margin img {
	margin: 50px 0px 0px;
	max-width: 90%;
}

	

	
	
.wrapper-report {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	margin: 20px 5px;
	padding: 20px 5px;
	height: auto;
	width: auto;
	max-width: 320px;
}
	

	
.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4B46AA;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  width: 130px;	
  padding: 35px 15px;
  margin-left: 20px;	
  margin-right: 20px;
  margin-bottom: 10px;	
}	
	

.report_title {
	font-size: 25px;
	margin-bottom: 10px;
	text-align: center;
	}	
	
	
.report_title_red {
	font-size: 25px;
	color: #A40B5E;
	text-align: center;
	margin: 20px auto 0;
	}

 .report_text_wrap {
	max-width: 90%;
	margin-top: 15px; 
	}
	
.report_text {
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
	}	
	
	
.report_text_ss {
	font-size: 0.6em;
	line-height:1.3em;
	text-align: justify;
	}		
	
.report_text_s {
	font-size: 0.7em;
	line-height:1.5em;
	text-align: center;
	}	
	
.report_text_m {
	font-size:0.7em;
	margin-top: -10px;
	text-align: center;
	}	


}	


@media screen and (max-width:320px){

 .pc { display: none !important; }
	

.main_sp {
	background-image: url("images/cassis-athlete_main_sp_s.jpg");
	}	

	

	
.title2 {
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
    font-size: 1em;
	margin-top: 1em;
	line-height:1.3em
}	

	
	
.title3_b {
	font-weight: 700;
	text-align: center;
    font-size: 1.2em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}	
		

.title4 {
	text-align: center;
	font-size: 0.9em;
	margin-top: 1em;
}	
	
	
.nz-cassis {
	font-family: "Noto Sans JP"; 
	font-size: 0.8em;
	display: inline-block;
    text-align: left;
	line-height: 1.4em;
}

	
.caption {
	font-family: "Noto Sans JP"; 
	font-size: 0.7em;
	display: inline-block;
    text-align: center;
	line-height: 1.4em;
	margin-top: 0;
}	


	
 .text_wh{
	display: none;
	}	

	
	
table {
	background: #FFFFFF;
	max-width: 100%;
	text-align: center;
	align-items: center;
	padding: 20px 0;
	margin: 0 auto 20px;
}
	

		
	
	
/* リンクボタン */
.btn_athlete{
	width: 140px;
	font-size: 16px;
}		
	
	
/* リンクボタン */
.btn_extract {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 0.6rem 2.5rem 0.6rem ;
	font-family: "BIZ UDPGothic";
	font-size: 1em;
	font-weight: bold;
	border: 2px solid #D3145A;
	background: #D3145A;
	color: #fff;
	border-radius: 100vh;
	transition: 1.0s;
	margin: 15px;
}	
	

	
/* 研究レポート */	

.wrapper68 {
	padding: 20px 0 ;
}
	
.wrapper-report {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	margin: 20px 10px;
	padding: 20px 0;
	height: auto;
	width: auto;
	max-width: 300px;
}
	

	
.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4B46AA;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  width: 130px;	
  padding: 35px 15px;
  margin-left: 20px;	
  margin-right: 20px;
  margin-bottom: 10px;	
}	
		

.report_title {
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
	}	
	
	
.report_title_red {
	font-size: 23px;
	color: #A40B5E;
	text-align: center;
	margin: 20px auto 0;
	}

 .report_text_wrap {
	max-width: 90%;
	margin-top: 15px; 
	}
	
.report_text {
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
	}	
	
	
.report_text_ss {
	font-size: 0.6em;
	line-height:1.3em;
	text-align: justify;
	}		
	
.report_text_s {
	font-size: 0.7em;
	line-height:1.5em;
	text-align: center;
	}	
	
.report_text_m {
	font-size:0.7em;
	margin-top: -10px;
	text-align: center;
	}	
			
	
.sports_text {
	font-size: 16px;
	color: #0050C8;
	text-align: center;
	}
	
	

.recipe_set {
	max-width: 290px;
	width: 100%;
	padding: 0px;	
	text-align: center;
	margin-bottom: 5px;
}


.wrapper_recipe {
	display:flex;
	flex-direction: column;
	align-items: center;
	text-align: center;	
	width:100%;
	max-width: 290px;
	margin: 0px auto;
}

	
 .text_recipe {
	font-family: "Noto Sans JP";
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.6rem;	
	margin-top: 10px;
	margin-bottom: 30px;	
	max-width: 290px;
	text-align: left;	
}
	
.text_recipe_bold {
	font-family: "BIZ UDPGothic"; 
	font-size: 1.1em;
	font-weight: 700;
    text-align: left;
	line-height: 1.4em;
}
	



.wrapper_end {
	display:flex;
	flex-direction: column;
	align-items: center;
	margin: 0px auto;
	max-width: 300px;
	padding: 30px 0px;
}	
	


	}
