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




body {
	background-color: #000000;
	color: #000000;
    font-family: "BIZ UDPGothic", "Noto Sans JP";
    font-weight: 400;
    font-style: normal;
}

a img {
	width: auto;
}


a{
	text-decoration: none;
}


.g{
	font-family: 'Noto Sans JP';
}

img {
	height: 100;
	max-width: 100%;
	margin: 0;
	padding: 0;
	
}



	


.page-header {
	background: #A7006C;
    position: fixed;  /*画面の上部にヘッダーを固定*/ 
	z-index: 9999;　   /*レイヤーの最上位に固定*/ 
    top: 0;
    left: 0;
    right: 0;
}

	

.back_wh {
	background-color: #FFFFFF;
}




.wrapper-main {
	display:flex;
	flex-direction: column;
	align-items: center;
	width:100%;
	margin: 0px auto;
	padding-bottom: 30px;
}

.wrapper {
	display:flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	margin: 0px auto;
	padding: 30px 0 0;
}
	

.item_center {
	text-align: center;
	margin-top: 10px;
}


.background_white {
	height:auto;
	background-color: #FFFFFF;
}


.background_pink {
	height:auto;
	background-color: #FAEBEB;
}




.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;
}


span.letterup {
    vertical-align:20%;
}




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


a.btn_athlere:hover {
	color: #D3145A;
	background: #fff;
}






hr {
 height: 3px;
 background-color: #6464C9;
 width: 95%;
 border: none;
margin-bottom: 40px;	
}



.recipe {
	background: #FFFFFF;
	max-width: 450px;
	width: 100%;
	border: 0 #FFFFFF solid;
	padding: 10px;	
	text-align: center;
	margin-bottom: 5px;
	box-shadow: 0 0 10px 0 #C8C8C8;
}



ul.point li {

font-size:1.2em;	
line-height: 1.2em;
}
		

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 16 / 9;
	width: 100%;
	max-width: 600px;
	height: auto;
}








/* フッター　*/


.link-f {
	width: 600px;
	display: flex;
	justify-content: space-between;
    text-align: center;
	list-style: none;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	font-size: 1.5rem;
	padding: 0 0 10px;
	margin: 0 auto;
}


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

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

.link-f li {
	margin:  0 auto;
}

.link-f a{
    font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
}

.link-f a:hover{
	opacity: 0.7;
}
.snslogo {
	width: 20px;
	margin: 0 5px 0;
}
