*, :after, :before {
	box-sizing: border-box;
}

body, html {
	height: 100%;
	width: 100%;
	font-family: "MS Serif", "New York", serif;
}

.font-mincho {
	font-family: "MS Serif", "New York", serif;
}

.accordion-button:not(.collapsed) {
	color: #AD2D2F;
	background-color: #FAEEEE;
	font-weight: bold;
}
.accordion-button {
	color: #C34E69;
}

/* Scroll to shop button*/
#page-shop {
	position: fixed;
	bottom: 20px;
	right: 5px;
	font-size: 80%;
	z-index: 1;
	line-height: 20px;
}
 
#page-shop a {
	display: block;
	background: #b31e23;
	color: #fff;
	width: 80px;
	padding: 25px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	opacity: 1;
}
 
#page-shop a:hover {
	background: #b31e23;
	text-decoration: none;
	opacity: 0.5;
}

.font-Gothic {
	font-style: normal;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}
.text-red {
	color: #FB080C;
}


.font {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 33px;
}

.sub-title {
	border-bottom: thick solid #BE1553;
	display: inline-block;
	padding-bottom: 10px;
}

.youtube {
	height: 315px;
}

.wrap {
     overflow: hidden;
 }
.bg-pinkgrade {
	background-image: -webkit-linear-gradient(270deg,rgba(252,246,236,1.00) 2.07%,rgba(236,196,192,1.00) 44.04%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,246,236,1.00) 2.07%,rgba(236,196,192,1.00) 44.04%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,246,236,1.00) 2.07%,rgba(236,196,192,1.00) 44.04%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(252,246,236,1.00) 2.07%,rgba(236,196,192,1.00) 44.04%,rgba(255,255,255,1.00) 100%);

}
.bg-pinkgrade02 {
	background-image: -webkit-linear-gradient(270deg,rgba(234,199,204,1.00) 0%,rgba(226,197,202,0.80) 48.70%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(234,199,204,1.00) 0%,rgba(226,197,202,0.80) 48.70%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(234,199,204,1.00) 0%,rgba(226,197,202,0.80) 48.70%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(234,199,204,1.00) 0%,rgba(226,197,202,0.80) 48.70%,rgba(255,255,255,1.00) 100%);
}



@media screen and (max-width: 480px) {
	.hide-on-mobile {
		display: none;
	}

	.show-on-mobile--inline {
		display: inline;
	}
}


@media (max-width:992px){
