body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Sans", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -webkit-font-kerning: normal;
  font-kerning: normal;
	margin: 0px;
	overflow-x:hidden;
	color:#333;
	line-height:1.7;
}

h1, h2, h3, p {
	margin: 0px;
}
a:link, a:visited{
	color: #59C6D5;
}
.strong-msg, .bold-text{
	font-weight: 600;
}
.sm-text{
	font-size: 12px;
}
.icon-img{
	height: 20px;
	vertical-align: middle;
}
.title-img{
	width: 100%;
	max-width: 449px;
}
.logo-img{
	width: 30px;
	vertical-align: middle;
}
.main-img{
	width: 100%;
}
.benefit-img{
	width: 100%;
	padding: 10px;
}


.underline {
    background: linear-gradient(transparent 70%, #ACE2EA 70%);
}
/*
.head-icon-img{
	height: 81px;
	vertical-align: middle;
}
.goods-img-sm{
	width:100%;
	vertical-align: middle;
	display: block;
	margin: 0 auto;
	max-width: 500px;
}
*/

/*  PC */
@media screen and (min-width: 768px) {
		.block-pc{
			display: block;
		}
		.block-sp{
			display: none;
		}
		.line-pc{
			display: inline-block;
		}
		.line-sp{
			display: none;
		}
}

/* SP */
@media screen and (max-width: 767px) {
	.block-pc{
		display: none;
	}
	.block-sp{
		display: block;
	}
	.line-pc{
		display: none;
	}
	.line-sp{
		display: inline-block;
	}
}

.head-block {
	max-width: 1300px;
	margin: 0 auto;
	
}

.footer{
	margin: 10px 0 0;
	padding:18px 18px 40px;
	color: #ccc;
	text-align: right;
	font-size: 12px;
	border-top: 1px solid #ccc;
}

.main-block{
	width: 100%;
}
.main-block-inner1{
	margin: 0 auto;
	padding: 0px 12px 50px;
	max-width: 744px;
}

.head-explain{
	margin: 40px 0px 40px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.head-explain{
		text-align: left;
	}
}
.head-explain .sentence{
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.head-explain .sentence br{
		display: none;
	}
}
.title-msg{
	color: #59C6D5;
	text-align: center;
	margin: 12px 0px;
}

.head-exterernal-btn, .head-exterernal-btn2{
	text-align: center;
     position: relative;
    border-radius: 8px;
    max-width: 744px;
    width: 100%;
}
.head-exterernal-btn{
    border: 3px solid #59C6D5;
	background: #fff;
    margin: 20px auto 20px;
}
.head-exterernal-btn2{
    background: #59C6D5;
	color: #fff;
    margin: 20px auto 6px;
}
 .head-exterernal-btn::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-left: 6px solid #fff;
     margin-top: -5px;
}

.head-exterernal-btn a, .head-exterernal-btn2 a{
    display: block;
    text-decoration: none;
    font-weight: 600;
    vertical-align: middle;
 }
.head-exterernal-btn a{
    padding: 16px 0px;
    color: #59C6D5;
 }
.head-exterernal-btn2 a{
    padding: 24px 0px;
    color: #fff;
    box-shadow:0 2px 4px rgba(0,0,0,0.25);
 }
@media screen and (min-width: 768px) {
	.head-exterernal-btn a br{
			display:none;
	}
}
 .head-exterernal-note{
	color: #999;
	text-align: center;
	font-size: 14px;
}

  .main-block-inner2{
	padding: 30px 45px;
	box-sizing: border-box;
	border-radius: 92px;
	background-color: #f9f9f9;
}

@media screen and (min-width: 768px) {
	 .main-block-inner2{
	  	width: 100%;
		max-width: 486px;
		margin: 0px auto 40px;
	}
}
@media screen and (max-width: 767px) {
	 .main-block-inner2{
		margin: 10px 10px 40px;
	}
}

.main-block-inner2 .title{
	color: #59C6D5;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin: 12px 0px 20px;
}
.main-block-inner2 .message{
	padding: 12px 0px;
	text-align: center;
	font-weight: 600;
}
.main-block-inner2 .end{
	text-align: center;
	font-weight: 600;
	color: #999;
}

.detail-block{
	border-top: 1px solid #ccc;
	padding: 52px 0px 62px;
}

.detail-area{
	margin: 0 auto;
	max-width: 834px;
}
.detail-area .title{
	color: #59C6D5;
	font-weight: 600;
	font-size: 24px;
	text-align:  center;
	margin: 12px 0px 40px;
}
.detail-area .message{
	text-align:  center;
	padding: 12px 0px;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.detail-area .message{
		text-align: left;
	}
}

.detail-area .single-image{
    margin: 12px 12px 40px;
}
.detail-area .activity{
	max-width: 600px;
	margin: 12px auto 40px;
}
@media screen and (max-width: 767px) {
	.detail-area .activity{
		margin: 10px 10px 40px;
	}
}

.detail-area .thanks{
    margin: 12px 12px 40px;
    color: #999;
    font-weight: 600;
    text-align: center;
}
@media screen and (min-width: 768px) {
	.detail-area .thanks br {
			display: none;
	}
}

.detail-area .button-area{
	margin: 0 auto;
	padding: 0px 12px 20px;
	max-width: 744px;
}

.detail-area .detail{
	margin: 0 auto;
	max-width: 352px;
	text-align: center;
}
.goods-area .detail .preface{
	color: #F08080;
}
.goods-area .detail .price{
	font-weight: 600;
	font-size: 18px;
	margin: 6px 0px;
}
.goods-area .detail .buy-btn{
    border-radius: 10px;
    width: 100%;
    margin: 20px auto 20px;
	background: #F08080;
	text-align: center;
}
.goods-area .detail .explain{
	text-align:center;
	
	padding: 6px;
	margin: 12px 0px;
}

.goods-area .detail .buy-btn a{
    display: block;
    color: #fff;
    padding: 16px 0px;
    text-decoration: none;
    font-weight: 600;
 }
.goods-area .detail .detail-link{
 	color: #F08080;
 }

.goods-area .hr{
	border-top: 1px solid #F08080;
	margin: 62px 82px;
	
}


.sns-area{
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 580px;
}
.sns-area .title{
	text-align: center;
	font-weight: 600;
	padding: 12px 0px;
}
.sns-area .images{
		 display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    margin: 12px 0px;
  justify-content: center;
}
.sns-area .images .box3{
	width: calc(33.33333% - 32px);
	margin: 16px;
	padding: 8px 20px;
	border: 1px solid #59C6D5;
	box-sizing: border-box;
	text-align: center;
}

.sns-img{
	width: 24px;
	vertical-align: middle;
}
.sns-img-h{
	height: 24px;
	vertical-align: middle;
}

