@charset "UTF-8";

/*General Elements
---------------------------------------------------------------------------- */
html { font-size: 62.5%; }
body{
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color: #222;
	min-width: 1200px;
	padding-top: 83px;
}
a{
	text-decoration:underline;
	color: #2c6cd6;
	outline: none;
}
a:hover{ text-decoration: none; }
*{ box-sizing: border-box; }
img{
	width: auto;
	max-width: 100%;
}
@media screen and (min-width: 768px){
	.nopc{
		display: none !important;
	}
}
@media screen and (max-width: 767px){
	body{
		min-width: inherit;
		padding-top: 0;
	}

	.nosp{
		display: none !important;
	}
}

/*l-header
---------------------------------------------------------------------------- */
.l-header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
	z-index: 10000;
	min-width: 1200px;
}
.l-header-inner{
	padding: 15px 30px;
}

.l-header-left{
	float: left;
}
.l-header-right{
	float: right;
}

.l-header-tel{
	display: inline-block;
}
.l-header-btn{
	display: inline-block;
	margin-left: 40px;
}
@media screen and (max-width: 767px){
	.l-header{
		min-width: inherit;
	}
	.l-header-inner{
		padding: 3.33% 2.67%;
	}

	.l-header-left{
		width: 40%;
	}
	.l-header-right{
		width: 40%;
	}
	.l-header-tel{
		display: block;
	}
}


/* contents
---------------------------------------------------------------------------- */
.l-content{
	width: 1200px;
	margin: 0 auto;
}
.l-content02{
	width: 1092px;
	margin: 0 auto;
}
@media screen and (max-width: 767px){
	.l-content{
		width: 100%;
	}
	.l-content02{
		width: 100%;
	}

	.l-content-sp{
		width: 94.66%;
		margin: 0 auto;
	}
}

.is-mh{
	position: relative;
	top: 15px;
	opacity: 0;
	transition: .6s;
	transition-timing-function: ease-in-out;
}
.is-mh.is-show{
	opacity: 1;
	top: 0;
}

.m-btn-hover{
	position: relative;
	overflow: hidden;
	transition: .5s;
	background-image: url(../img/icn_arrow_01.png);
	background-repeat: no-repeat;
	background-position: left 20px center;
}
.m-btn-hover:before{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: -100%;
	top: 0;
	transition: .5s;
}
.m-btn-hover:hover:before{
	left: 0;
}
.m-btn-hover:hover{
	color: #e94e7a;
}
.m-btn-hover span{
	position: relative;
	z-index: 2;
}
.m-btn-hover:after{
	display: block;
	content: "";
	width: 22px;
	height: 25px;
	background-image: url(../img/icn_arrow_01_pink.png);
	background-size: contain;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transition: .2s;
	transition-timing-function: ease-in-out;
}
.m-btn-hover:hover:after{
	opacity: 1;
}


.p-mv{
	position: relative;
	width: 100%;
	padding-bottom: 70px;
	background: #fff;
	text-align: center;
	z-index: 10;
}
.p-mv-txt{
	display: block;
	width: 33.67%;
	padding-top: 24px;
	margin: 0 auto;
	opacity: 0;
	transition: .7s;
	transition-timing-function: ease-in-out;
	position: relative;
	top: 15px;
}
.p-mv-txt.is-show{
	opacity: 1;
	top: 0;
}
.p-mv-btn{
	width: 33.67%;
	margin: 40px auto 0;
	border-radius: 11px;
	background-color: #e94e7a;
	font-weight: bold;
	font-size: 28px;
	font-size: 2.8rem;
	opacity: 0;
	transition: .6s;
	transition-timing-function: ease-in-out;
	position: relative;
	top: 10px;
	border: 1px solid #e94e7a;
}
.p-mv-btn.is-show{
	top: 0;
	opacity: 1;
	transition-delay: .6s;
}
.p-mv-btn a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 14px 0;
	border-radius: 11px;
}

.p-media-top{
	background-color: #fcfcfc;
	padding: 30px 0;
}

@media screen and (min-width: 768px){
	.p-mv{
		background-image: url(../img/img_mv.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
@media screen and (max-width: 767px){
	.p-mv{
		position: relative;
		width: 100%;
		padding-bottom: 0;
		text-align: center;
		z-index: 10;
	}
	.p-mv-txt{
		display: block;
		width: 100%;
		padding-top: 24px;
		margin: 0 auto;
	}
	.p-mv-btn{
		width: 94.66%;
		margin: auto;
		border-radius: 8px;
		font-size: 5.33vw;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 2%;
	}
	.p-mv-btn a{
		padding: 3.33% 0;
	}
	.p-mv-btn.is-show{
		top: inherit;
		opacity: 1;
		transition-delay: .3s;
	}

	.p-media-top{
		padding: 12% 2.67% 5.33%;
	}
}




.p-onayami-box{
	background-image: url(../img/bg_human.png), url(../img/img_drink.png);
	background-repeat: no-repeat;
	background-position: right top, left top;
	padding: 90px 0 105px;
}
.p-onayami-txt{
	width: 610px;
	margin: 55px auto 0;
	position: relative;
}
/*
.p-onayami-txt:after{
	display: block;
	content: "";
	width: 170px;
	height: 329px;
	background-image: url(../img/img_drink.png);
	position: absolute;
	bottom: -150px;
	left: -220px;
}
*/
.p-onayami-txt li{
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffe7ee 60%);
	position: relative;
}
.p-onayami-txt li:before{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	transition: .7s;
	transition-timing-function: ease-in-out;
}
.p-onayami-txt.is-show li:nth-of-type(1):before{
	width: 0;
}
.p-onayami-txt.is-show li:nth-of-type(2):before{
	transition-delay: .7s;
	width: 0;
}
.p-onayami-txt.is-show li:nth-of-type(3):before{
	transition-delay: 1.4s;
	width: 0;
}
.p-onayami-txt.is-show li:nth-of-type(4):before{
	transition-delay: 2.1s;
	width: 0;
}
.p-onayami-txt.is-show li:nth-of-type(5):before{
	transition-delay: 2.8s;
	width: 0;
}
.p-onayami-txt li + li{
	margin-top: 30px;
}
.p-onayami-txt span{
	display: block;
	padding: 4px 2px 10px 25px;
	background-repeat: no-repeat;
	background-image: ;
	background-position: 2px 5px;
	background-image: url(/img/icn_check.svg);
}


.p-read-box{
	background-color: #e94e7a;
	padding: 15px 0 25px;
	text-align: center;
}
.p-read-txt{
	font-size: 28px;
	font-size: 2.8rem;
	color: #fff;
	font-weight: bold;
	margin-top: 25px;
}

@media screen and (max-width: 767px){
	.p-onayami-box{
		background-size: contain, 28.67%;
		background-position: 60vw top, left top;
		padding: 6.67% 0;
	}
	.p-onayami-txt{
		width: 89%;
		margin: 5.33% auto 0;
		position: relative;
	}
	.p-onayami-txt:after{
		display: none;
	}
	.p-onayami-txt li{
/*		font-size: 4.27vw;*/
		font-size: 3.2vw;
	}
	.p-onayami-txt li + li{
		margin-top: 4%;
	}
	.p-onayami-txt span{
		padding: 1.33vw 0 1.33vw 3.5vw;
		background-repeat: no-repeat;
		background-position: 2px 5px;
		background-size: 1.2em;
	}

	.p-read-box{
		padding: 0;
		text-align: left;
		position: relative;
	}
	.p-read-box img{
		width: 100%;
	}
	.p-read-txt{
		font-size: 4.27vw;
		margin: auto;
		position: absolute;
		top: 44%;
		left: 25%;
		width: 72%;
	}
}


.p-right-img-box01{
	background-image: url(../img/img_01.png), url(../img/bg_wreath.png);
	background-position: right 75px, left top;
	background-repeat: no-repeat;
	background-size: 50%, 34%;
	padding-top: 218px;
	height: 700px;
}
.p-left-img-box01{
	background-image: url(../img/img_02.png), url(../img/bg_broccoli.png);
	background-position: left 75px, right top;
	background-repeat: no-repeat;
	background-size: 45%, auto;
	padding-top: 185px;
	height: 700px;
}
.p-right-img-box02{
	background-image: url(../img/img_03.png), url(../img/bg_berry.png);
	background-position: right top, left top;
	background-repeat: no-repeat;
	background-size: 50%, 12%;
	padding-top: 150px;
	height: 600px;
	margin-top: -30px;
}
.p-left-img-box02{
	background-image: url(../img/img_04.png), url(../img/bg_7berry.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	background-size: 50%, 35%;
	padding-top: 135px;
	height: 690px;
	margin-top: 70px;
}
.p-left-img-box03{
	background-image: url(../img/img_06.png), url(../img/bg_soi.png);
	background-position: right top, left top;
	background-repeat: no-repeat;
	background-size: 45%, 12%;
	padding-top: 150px;
	height: 650px;
	margin: 50px 0;
}

.p-img-box{
	/*width: 460px;*/
	width: 500px;
}



.p-left-img-box01 .p-img-box,
.p-left-img-box02 .p-img-box{
	float: right;
	padding-left: 30px;
}
.p-mh01{
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: bold;
	margin-bottom: 45px;
	position: relative;
	top: 15px;
	opacity: 0;
	transition: .4s;
	transition-timing-function: ease-in-out;
}
.is-show .p-mh01{
	opacity: 1;
	top: 0;
}
.p-mh01 span{
	font-size: 40px;
	font-size: 4.0rem;
	color: #e94e7a;
}
.p-txt01{
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	top: 15px;
	opacity: 0;
	transition: .4s;
	transition-timing-function: ease-in-out;
}
.is-show .p-txt01{
	opacity: 1;
	top: 0;
	transition-delay: .3s;
}

.p-img-mh03{
	text-align: center;
	margin-top: -110px;
}
.p-img-mh03 img{
	width: 100%;
}
@media screen and (max-width: 767px){
	.p-right-img-box01{
		background-image: url(../img/img_01_sp.png), url(../img/bg_wreath_sp.jpg);
		background-position: top center, bottom right;
		background-size: 94.66%, contain;
		padding: 68vw 0 13.33vw;
		height: auto;
		width: 100%;
		margin: 4.67% auto 7.33%;
	}
	.p-left-img-box01{
		background-image: url(../img/img_02_sp.jpg), url(../img/bg_broccoli.png);
		background-position: top center, bottom right;
		background-size: 94.66%, 40%;
		padding: 68vw 0 22.67vw;
		height: auto;
		width: 100%;
		margin: 4.67% auto;
	}
	.p-right-img-box02{
		background-image: url(../img/img_03_sp.png);
		background-position: top center;
		background-size: 94.66%;
		padding-top: 68vw;
		height: auto;
		width: 100%;
		margin: 4.67% auto 8%;
		position: relative;
		overflow: hidden;
	}
	/*
	.p-right-img-box02:after{
		display: block;
		content: "";
		width: 26.67vw;
		height: 29.33vw;
		background-image: url(../img/img_onion.png);
		background-size: contain;
		position: absolute;
		right: -5vw;
		top: 50vw;
	}
	*/
	.p-left-img-box02{
		background-image: url(../img/img_04_sp.png), url(../img/bg_7berry.png);
		background-position: top center, bottom right;
		background-size: 94.66%, 40%;
		padding: 68vw 0 23vw;
		height: auto;
		width: 100%;
		margin: 4.67% auto 0;
	}
.p-left-img-box03{
		background-position: top center, bottom right;
		background-size: 94.66%, 40%;
		padding: 68vw 0 23vw;
		height: auto;
		width: 100%;
		margin: 4.67% auto 0;
}
	.p-img-box{
		width: 94.66%;
		margin: 0 auto;
	}
	.p-left-img-box01 .p-img-box,
	.p-left-img-box02 .p-img-box{
		float: none;
		padding-left: 0;
	}
	.p-mh01{
		font-size: 5.6vw;
		margin-bottom: 4.67vw;
		text-align: center;
	}
	.p-mh01 span{
		font-size: 6.4vw;
	}
	.p-txt01{
		font-size: 4vw;
	}

	.p-img-mh03{
		margin-top: -15vw;
	}
}


.p-howto-box{
	background-image: url(../img/bg_howto.jpg);
	background-size: cover;
	background-position: center;
	padding: 110px 0 50px;
}
.p-howto{
	height: 802px;
	position: relative;
	background-image: url(../img/img_howto.png);
	margin-top: 25px;
}
.p-howto p{
	position: absolute;
	font-size: 16px;
	font-size: 1.6rem;
}
.p-howto-txt01{
	width: 310px;
	top: 633px;
	left: 75px;
}
.p-howto-txt02{
	width: 310px;
	top: 633px;
	left: 445px;
}
.p-howto-txt03{
	width: 310px;
	top: 633px;
	right: 75px;
}
.p-howto-txt04{
	bottom: 20px;
	padding-left: 1em;
	text-indent: -1em;
	width: 1092px;
	left: 49px;
}
@media screen and (max-width: 767px){
	.p-howto-box{
		background-image: url(../img/bg_howto_sp.jpg);
		padding: 4% 2.67%;
	}
	.p-howto{
		height: 0;
		background-image: url(../img/img_howto_sp.png);
		margin-top: 8%;
		padding-top: 185.33vw;
		background-size: contain;
	}
	.p-howto p{
		font-size: 3.47vw;
	}
	.p-howto-txt01{
		width: 41.33vw;
		top: 50vw;
		left: inherit;
		right: 2.67%;
	}
	.p-howto-txt02{
		width: 41.33vw;
		top: 90vw;
		left: inherit;
		right: 2.67%;
	}
	.p-howto-txt03{
		width: 41.33vw;
		top: 131vw;
		right: 2.67%;
	}
	.p-howto-txt04{
		bottom: 3vw;
		width: 94.66%;
		left: 2.67%;
	}
}

.p-arrange-box{
	background-image: url(../img/bg_arrange.png);
	position: relative;
	padding: 60px 0 80px;
}
.p-arrange-box:before{
	display: block;
	content: "";
	width: 164px;
	height: 223px;
	background-image: url(../img/img_arrange_pop01.png);
	position: absolute;
	left: 0;
	top: -100px;
}
.p-arrange-box:after{
	display: block;
	content: "";
	width: 198px;
	height: 281px;
	background-image: url(../img/img_arrange_pop02.png);
	position: absolute;
	left: 0;
	bottom: -125px;
}
.p-arrange-box-inner:before{
	display: block;
	content: "";
	width: 166px;
	height: 224px;
	background-image: url(../img/img_arrange_pop03.png);
	position: absolute;
	right: 0;
	top: -50px;
}
.p-arrange-box-inner:after{
	display: block;
	content: "";
	width: 233px;
	height: 318px;
	background-image: url(../img/img_arrange_pop04.png);
	position: absolute;
	right: 0;
	bottom: -190px;
}
.p-arrange-list{
	width: 1110px;
	margin: 35px auto;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.p-arrange-list li{
	float: left;
	margin: 0 -6px;
	position: relative;
	top: 15px;
	opacity: 0;
	transition: .5s;
	transition-timing-function: ease-in-out;
}
/*
.p-arrange-list li:last-of-type{
	margin-top: -35px;
}
*/
.p-arrange-list.is-show li{
	opacity: 1;
	top: 0;
}
.p-arrange-list.is-show li:nth-of-type(2){
	transition-delay: .5s;
}
.p-arrange-list.is-show li:nth-of-type(3){
	transition-delay: 1s;
}
.p-arrange-list.is-show li:nth-of-type(4){
	transition-delay: 1.5s;
}
.p-arrange-list img{
	display: block;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px){
	.p-arrange-box{
		padding: 8% 0;
	}
	.p-arrange-box:before{
		width: 13.87vw;
		height: 18vw;
		top: 16.27vw;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.p-arrange-box:after{
		width: 18vw;
		height: 22.4vw;
		bottom: -10.67vw;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.p-arrange-box-inner:before{
		display: none;
	}
	.p-arrange-box-inner:after{
		background-image: url(../img/img_arrange_pop04_sp.png);
		width: 32.33vw;
		height: 30.67vw;
		right: 0;
		bottom: -8vw;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.p-arrange-list{
		width: 89.6%;
		margin: 4.67% auto;
		font-size: 2.67vw;
	}
	.p-arrange-list li{
		width: 50%;
		height: 48.67vw;
		margin: 0;
	}
/*	.p-arrange-list li:last-of-type{
		margin-top: -5.3vw;
	}
	*/
	.p-arrange-list img{
		margin-bottom: 0px;
	}
}


.p-media-box{
	padding: 115px 0 0;
}
.p-slide{
	overflow: hidden;
	width: 100%;
	margin-top: 50px;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
	width: 203px;
    position: relative;

    display: block;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
	margin: 0 10px;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 95px;
	height: 106px;
	background-image: url(../img/img_slide_arrow_left.png);
	font-size: 0;
	z-index: 100;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: transparent;
}
.slick-next{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 87px;
	height: 106px;
	background-image: url(../img/img_slide_arrow_right.png);
	font-size: 0;
	z-index: 100;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: transparent;
}

@media screen and (max-width: 767px){
	.p-media-box{
		padding: 10.67% 0 0;
	}
	.p-slide{
		margin-top: 6.67%;
	}
	.slick-slide{
		width: 26.67vw !important;
		margin: 0 1.5vw;
	}
	.slick-prev{
		width: 12.13vw;
		height: 13.33vw;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.slick-next{
		width: 12vw;
		height: 13.33vw;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right center;
	}
}



.m-cv-area{
	width: 1200px;
	height: 523px;
	background-image: url(../img/bg_cv.png);
	background-repeat: no-repeat;
	margin: 60px auto;
	position: relative;
}
.m-cv-btn{
	position: absolute;
	top: 390px;
	right: 140px;
}
.m-cv-btn a{
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: #e94e7a;
	font-size: 28px;
	font-size: 2.8rem;
	padding: 15px 105px;
	border-radius: 8px;
	border: 1px solid #fff;
	text-decoration: none;
	font-weight: bold;
}
.m-cv-btn a:hover{
	border-color: #e94e7a;
}
@media screen and (max-width: 767px){
	.m-cv-area{
		width: 94.66%;
		height: 0;
		padding-top: 121.87vw;
		background-image: url(../img/bg_cv_sp.jpg);
		background-size: contain;
		margin: 8% auto;
	}
	.m-cv-btn{
		top: inherit;
		right: 0;
		left: 0;
		bottom: 3.95%;
		margin: auto;
		width: 85%;
	}
	.m-cv-btn a{
		display: block;
		font-size: 5.33vw;
		padding: 3.33vw 0;
	}
}


.p-qa-box{
	background-color: #fcfcfc;
	padding: 60px 0 120px;
}
.p-qa-mh{
	text-align: center;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: bold;
	margin-bottom: 65px;
}
.p-qa-content{
	cursor: pointer;
	user-select: none;
	background-image: url(../img/icn_qa.svg), url(../img/icn_open.svg);
	background-repeat: no-repeat;
	background-position: 30px center, 96% center;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #eeeeee;
	padding: 30px 120px 30px 150px;
}
.p-qa-content.is-open{
	background-image: url(../img/icn_qa.svg), url(../img/icn_close.svg);
}
.p-qa-content + .p-qa-content{
	margin-top: 20px;
}
.p-q{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
}
.p-a{
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 10px;
	display: none;
}

@media screen and (max-width: 767px){
	.p-qa-box{
		padding: 7.33% 2.67% 12%;
		background-color: #f0f0f0;
	}
	.p-qa-mh{
		font-size: 5.87vw;
		margin-bottom: 6vw;
	}
	.p-qa-content{
		background-position: 2.67% center, 97% center;
		background-size: 12vw, 6vw;
		padding: 5.33vw 10.67vw 5.33vw 17.33vw;
	}
	.p-qa-content.is-open{
		background-size: 12vw, 6.3vw;
	}
	.p-qa-content + .p-qa-content{
		margin-top: 4.67%;
	}
	.p-q{
		font-size: 4.8vw;
	}
	.p-a{
		font-size: 3.2vw;
	}
}



.p-img-mh06{
	text-align: center;
	margin-top: -40px;
	margin-bottom: 50px;
}
.p-img-mh06 img{
	width: 100%;
}

.p-bottom-read{
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	margin-top: 50px;
	text-align: center;
}
.p-bottom-read span{
	font-size: 40px;
	font-size: 4.0rem;
	color: #e94e7a;
}

@media screen and (max-width: 767px){
	.p-img-mh06{
		margin-top: -9.07%;
		margin-bottom: 7.33%;
	}

	.p-bottom-read{
		font-size: 3.73vw;
		margin-top: 6vw;
		line-height: 1.7;
	}
	.p-bottom-read span{
		font-size: 5.33vw;
		display: inline-block;
		margin-top: 3%;
	}
}


/* l-footer
---------------------------------------------------------------------------- */
.l-footer{
	background-color: #e94e7a;
	padding: 15px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-top: 100px;
}

.l-footer-link{
	text-align: center;
	margin-bottom: 30px;
}
.l-footer-link li{
	display: inline-block;
}
.l-footer-link li + li:before{
	display: inline-block;
	content: "｜";
	padding: 0 20px;
}
.l-footer-link a{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.l-footer-link a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 767px){
	.l-footer{
		margin-top: 20vw;
	}
	.l-footer-link li{
		width: 49%;
	}
	.l-footer-link li:last-of-type{
		width: 100%;
		margin-top: 15px;
	}
	.l-footer-link li + li:before{
		display: none;
	}
}