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

@import "common.css";


/*-------------------------------------------------
LP専用
-------------------------------------------------*/


body {
	background: url("../img/back.png") repeat;
}

#LP-mainbox {
	background: #ffffff;
	margin: 0 auto;
	padding-bottom: 3rem;
	max-width: 600px;
	width: 100%;
	height: auto;
}

#LP-main img, footer img {
	max-width: 600px;
	width: 100%;
	height: auto;
	text-align: center;
}
p, h1, h2, h3, h4 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-feature-settings: "palt" 1;
}

.mt1r{
	margin-top: 1rem;
}
.mt2r{
	margin-top: 2rem;
}
.mt3r{
	margin-top: 3rem;
}
.mt4r{
	margin-top: 4rem;
}
.mt5r{
	margin-top: 5rem;
}
.txt24{
	font-size: 1.5rem !important;
}
.bg_g20{
	background-color: #cccccc;
	padding-bottom: 4rem;
}

.flex{
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.flex aside{
	width: 50%;
}
.flex aside a img{
	margin: 0.5rem 0 ;
}


#LP-mainbox strong{
	font-size: 1rem;
	line-height: 1.7;
	font-weight: normal;
}
#LP-mainbox strong span{
	color: #e5004f;
	font-weight: bold;
}

footer{
	padding: 0;
	background: #222222;
	color: #ffffff;
	font-size: 1rem;
}



/*改行調整・文字調整*/
@media screen and (min-width: 480px) {
	.br_none { display:none; }
	footer{
	font-size: 1rem;
}
}


/*-----追加要素------*/
/*floatbutton*/
header{
	position: relative;
}
.float-button{
	position: absolute;
	z-index: 997;
    bottom: 20px;
}

/*固定ボタン*/
.fixed-btn {
    position: fixed;
	display: flex;
	justify-content: center;
	z-index: 998;
	width: 100%;
	background-color: rgba(255,255,255,0.5);
    top: 0;
	text-align: center;
}
.fixed-btn a {
	margin: auto 10px;
}
.fixed-btn-tel{
	max-width: 90px;
	width: 15%;
}
.fixed-btn-form{
	max-width: 482px;
	width: 80%;
}
.fixed-btn a img{
	width: 100%;
	height: auto;
}



/*ボタン*/
.fixed-top-right {
    position: fixed;
	display: flex;
	justify-content: flex-end;
	z-index: 998;
    top: 0;
	max-width: 600px;
	width: 100%;
}
.fixed-top-right a{
	right: 0;
	max-width: 100px;
	width: 15%;
}

.fixed-btn-top {
    position: fixed;
	display: flex;
	justify-content: flex-end;
	z-index: 997;
    bottom: 0;
	right: 0;
	max-width: 70px;
	width: 13%;
}


/*テキスト配置*/
.kasane{
  position: relative;
}
.kasane h2{
	position: absolute;
	top: 8.3vw;
	right: 0;
	left: 0;
	color: #603813;
	font-size: 7.7vw;
	line-height: 1;
}
.kasane h2 span{
	font-size: 55%;
	color: #946134;
	border-bottom: 1px solid #946134;
}
h4{
	margin: 5vw auto;
	font-size: 5.3vw;
	color: #333333;
	line-height: 1.2;
}
h4 span{
	border-bottom: 1px solid #666666;
}
p{
	color: #333333;
	margin: auto 5.8vw;
	line-height: 1.7;
}

#bubble p{
	font-size: 3.8vw;
	text-align: left;
}
.kasane p{
	position: absolute;
	right: 0;
	text-align: right;
}
#vitamin p{
	bottom: 8.3vw;
	font-size: 3.8vw;
}
#comment p{
	top: 0;
	font-size: 3.3vw;
}

@media screen and (min-width: 600px) {
.kasane h2{
	top: 50px;
	font-size: 46px;
}
h4{
    margin: 30px 90px;
    font-size: 32px;
}
p{
	margin: auto 35px;
}
#bubble p{
	font-size: 23px;
}
#vitamin p{
	font-size: 23px;
	bottom: 50px;
}
#comment p{
	font-size: 20px;
}
}