/*======================================

	Structure Module

=======================================*/
html {
	font-size: 62.5%; /* remの基準となるサイズ｜10px */
	width: 100%;
}
body {
	font-family: noto-sans-cjk-jp, "游ゴシック", YuGothic, roboto,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Century Gothic",Helvetica,Arial, "Droid Sans", sans-serif;
	font-family: noto-sans-cjk-jp, "游ゴシック", YuGothic, roboto,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	color: #231815;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	font-feature-settings: "palt";
    letter-spacing: 0.1rem;
}
main h1,main h2,main h3,main h4,main h5,main h6,main form,main p {
	line-height: 1.8;
}
/* 追記 */
a, a:visited{text-decoration: none;color: #231815;}
img{vertical-align: bottom;}
/*======================================

	common

=======================================*/
main {
	display: block;
	position: relative;
}
@media only screen and (min-width: 651px) {
	a {transition: opacity .4s;}
	a:hover {opacity: .75;}
	.followBtn a:hover,.section_buy a:hover {opacity: .6;}
}

/*======================================

	header

=======================================*/
header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}
header a:hover {opacity: 1;}
.headerIn {
	position: relative;
	height: 80px;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	backdrop-filter: blur(3px);
}
header nav {
	font-weight: 500;
}
nav ul > li > a {
	transition: all .2s;
}
nav ul > li > a:hover {
	color: #d8325d;
}
nav ul > li > a img {
	margin-right: 10px;
}
.main_in {
	position: relative;
	width: 100%;
	top:0;
	left: 0;
}
.followBtn {
    position: fixed;
    z-index: 9;
    right: 0px;
    top: 160px;
    border-radius: 10px 0 0 10px;
	background: rgb(255,241,0); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255,241,0,1) 0%, rgba(255,192,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255,241,0,1) 0%,rgba(255,192,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255,241,0,1) 0%,rgba(255,192,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff100', endColorstr='#ffc000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 0 20px;
	height: 220px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-align: center;
	font-weight: 700;
	box-shadow: 0 4px 0 0 rgba(34,25,21,.15);
	transition: right .6s, opacity .4s;
	display: block;
}
_::-webkit-full-page-media, _:future, :root .followBtn {
    right: 40px;
}
.followBtn img {
	margin-bottom: 8px;
}
h1 {
	position: absolute;
	left: 30px;
    top: 50%;
    transform: translate(0,-50%);
    transition: all .2s;
}
h1 img {
	width: 284px;
	height: 43px;
}
#section_hero {
	margin-top: 80px;
	position: relative;
	padding-bottom: 9vw;
}
@media screen and (min-width: 1101px) {
	nav {
		position: absolute;
		right: 30px;
	    top: 50%;
	    transform: translate(0,-50%);
	    transition: all .2s;
	}
	nav ul {
		display: flex;
		max-width: 770px;
		width: 100%;
		justify-content: space-between;
	}
	nav ul > li {
		margin-right: 40px;
	}
	nav ul > li:last-child {
		margin-right: 0;
	}
	.navbtnCont {
	  display: none;
	}
}
@media screen and (max-width: 1100px) {
	header nav {
		position: fixed;
		width: 100%;
		top: 80px;
		padding: 0;
		backdrop-filter: blur(3px);
	}
	header nav div {
		height: 0;
		width: 100%;
	    background: rgba(255,251,210,.98);
		transition: opacity .4s;
		opacity: 0;
		padding: 20px 0;
	}
	header nav.open div {
		height: 100%;
		opacity: 1;
	}
	header nav li {
		text-align: center;
	}
	header nav li a {
		display: block;
		padding: 20px 0;
		border-bottom: 2px dotted #94daf4;
		z-index: 999;
		font-weight: 400;
		width: 80%;
		margin: 0 auto;
	}
	header nav li:last-child a {
		border-bottom: none;
	}
	header nav ul {
		display: none;
	}
	header nav.open ul {
		display: block;
	}
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
    .navbtnCont {
    z-index: 20;  	
	position: absolute;
	right: 30px;
    top: 50%;
    transform: translate(0,-50%);
  }
  .nav-button {
    position: relative;
    width: 20px;
    height: 16px;
    margin-top: 5px;
  }
  .nav-button a:focus {
	outline: none;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d8325d;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 7px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
}
@media screen and (max-width: 650px) {
	.headerIn {
		height: 50px;
	}
	h1 {
		left: 16px;
	}
    .navbtnCont {
		right: 16px;
	}
	h1 img {
		width: 199px;
		height: 30px;
	}
	.followBtn {
		font-size: 14px;
		font-size: 1.4rem;
	    padding: 0 14px;
		height: 190px;
		top:80px;
		width: 49px;
		padding: 10px 14px;
		box-sizing: border-box;
	}
	_::-webkit-full-page-media, _:future, :root .followBtn {
	    right: 28px;
	}
	#section_hero {
		margin-top: 50px;
	}
	header nav {
		top: 50px;
	}
}
#section_hero .sectionIn {
	padding: 0 20px;
	position: relative;
	z-index: 1;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#section_hero .sectionIn .bookImg img {
	width: 100%;
}	
#section_hero .bookDetail {
	color: #333;
}
#section_hero .bookDetail li {
	text-indent: -1.4em;
	padding-left: 1.4em;
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
}
#section_hero .bookDetail i {
	font-style: normal;
	color: #343f5f;
}
#section_hero .txt {
	text-align: center;
}
#section_hero .txt a {
	width: 100%;
	border-radius: 40px;
	text-align: center;
	font-weight: 700;
	box-shadow: 0 8px 0 0 rgba(34,25,21,.15);
	background: rgb(255,241,0); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255,241,0,1) 0%, rgba(255,192,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255,241,0,1) 0%,rgba(255,192,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255,241,0,1) 0%,rgba(255,192,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff100', endColorstr='#ffc000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-size: 24px;
	display: block;
	vertical-align: middle;
	padding: 16px 0;
	margin-top: 40px;
	line-height: 1rem;
}
#section_hero .txt a .icon {
	background: #fff;
	position: relative;
	box-shadow: 0 4px 0 0 rgba(34,25,21,.1) inset;
	display: inline-block;
	border-radius: 100%;
	width: 48px;
	height: 48px;
	margin-right: 20px;
}
#section_hero .txt a .btntxt {
	vertical-align: text-top;
}
#section_hero .txt a img {
	width: 30px;
	height: 27px;
	display: block;
	position: absolute;
	top: 54%;
	left: 48%;
	transform: translate(-50%,-50%);
}
#section_hero .bg-pattern {
	background: url(../img/bg_fv.jpg) repeat;
	background-size: 70px auto;
	max-height: 480px;
	height: 45vw;
	width: 100%;
	position: absolute;
	top:0;
	z-index: 0;
}
#section_hero .bg-pattern:after {
    content: "";
    display: block;
    border-style: solid;
    border-width: 0 0 12vw 100vw;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
#section_hero .txt p img {
	width: 100%;
}
@media screen and (min-width: 651px) {
	#section_hero .sectionIn .flex {
		display: flex;
		justify-content: space-between;
		padding-top: 50px;
		margin-bottom: 60px;
	}
	#section_hero .bookImg {
		width: 40%;
	}	
	#section_hero .txt {
		width: 52%;
	}
	#section_hero .txt h2 .read {
		width: 90%;
		margin-bottom: 20px;
	}
	#section_hero .txt h2 .ttl {
		width: 96%;
	}
	#section_hero .txt p {
		margin-top: 8vw;
	}
	#section_hero .pclist {
		margin-top: 20px;
	}
	#section_hero .splist {
		display: none;
	}
	#section_hero .txt a .btntxt {
	    vertical-align: top;
	    display: inline-block;
	    margin-top: 20px;
	}
	.followBtn.scroll {
		right: -64px;
	}
}
@media screen and (min-width: 1360px) {
	#section_hero .txt p {
		margin-top: 100px;
	}
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 650px) {
	section .sectionIn,
	#section_hero .sectionIn {
		padding: 0 16px;
	}
	#section_hero .pclist {
		display: none;
	}
	#section_hero .sectionIn .flex {
		padding-top: 30px;
		margin-bottom: 45px;
	}
	#section_hero .bookImg {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}	
	#section_hero .txt h2 .read {
		width: 86%;
		margin-bottom: 20px;
	}
	#section_hero .txt h2 .ttl {
		width: 90%;
	}
	#section_hero .txt p {
		margin-top: 19vw;
	}
	#section_hero .txt p img {
		width: 84%;
	}
	#section_hero .splist {
	    width: 260px;
	    margin: 0 auto 45px;
	}
	#section_hero .bg-pattern {
	    max-height: none;
	    height: 153vw;
	}
	#section_hero .txt a {
		margin-top: 30px;
		font-size: 22px;
	    padding: 15px 0;
        box-shadow: 0 6px 0 0 rgba(34,25,21,.15);
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
	}
	#section_hero .txt a .icon {
	    width: 40px;
	    height: 40px;
	}
	#section_hero .txt a img {
	    width: 25px;
	    height: 23px;
    }
}
.snsBox {
	border: 3px solid #d63767;
	border-radius: 10px;
	max-width: 800px;
	text-align: left;
	margin: 0 auto;
}
.snsBox .snsbtn_cont ul {
	display: flex;
	justify-content: space-between;
	width: 140px;
	margin: 0 auto;
	padding: 25px 0;
}
.snsbtn_cont {
	width: 250px;
	margin: 0 auto;
}
.snstxt {
	background: url(../img/bg_fv.jpg);
	background-size: 16px auto;
}
.snstxt .ttl {
	font-weight: 700;
	font-size: 20px;
	font-size: 2.0rem;
	border-bottom: 2px #d63767 solid;
	padding-bottom: 6px;
	margin-bottom: 12px;
    display: inline-block;
}
.snstxt .ttl strong {
	color: #d63767;
	font-size: 26px;
	font-size: 2.6rem;
}
.snstxt .p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}

@media screen and (min-width: 650px) {
	.snsBox {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.snstxt {
		width: calc(100% - 270px);
		padding: 40px 50px;
		box-sizing: content-box;
	}
	.snstxt {
		border-radius: 0 10px 10px 0;
	}
	.snsBox_cont {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 650px) {
	.snsbtn_cont {
		width: 160px;
	}
	.snsbtn_cont {
		width: 100%;
	}
	.snstxt .ttl {
		text-align: center;
		width: 100%;
	}
	.snstxt .ttl {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.snstxt .ttl strong {
		color: #d63767;
		font-size: 2.0rem;
	}
	.snstxt {
		border-radius: 0 0 10px 10px;
		padding: 24px 16px;
	}
	.snsBox .snsbtn_cont ul {
		width: 160px;
	}
	.snsBox_cont {
		padding-right: 16px;
		padding-left: 16px;
	}
}
#section_hero:after{
    content: "";
    display: block;
    border-style: solid;
    border-width: 4vw 0 0 100vw;
    border-color: transparent transparent transparent #37bef0;
    position: absolute;
    bottom: 0;
    right: 0;	
}
.section_outline {
	background: #37bef0;
	position: relative;
}
.section_outline .sectionIn {
	padding: 50px 0;
}
.section_outline h3 {
	border-bottom: 2px dotted #fff;
	padding-bottom: 10px;
	position: relative;
	margin: 0 auto 20px;
	max-width: 700px;
	text-align: center;
}
.section_outline h3 .ttlicon {
    content: "";
    display: block;
    position: absolute;
    bottom:0;
    left: -40px;
}
.section_point:before {
    content: "";
    display: block;
    border-style: solid;
    border-width: 4vw 100vw 0 0 ;
    border-color: #37bef0 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.section_outline .sectionIn{
	margin: 0 20px;
}
.section_outline p {
	color: #fff;
	font-weight: 400;
	text-align: center;
}
.section_outline p.strong {
	font-weight: 700;
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 20px;
}
.section_outline p.strong strong {
	color: #fff100;
}
.section_point {
	position: relative;
	background: url(../img/bg_point_pink.png) left bottom no-repeat,url(../img/bg_point.jpg);
	background-size: 80vw auto,18px auto;
	padding-top: 8vw;
	padding-bottom: 10vw;
}
.section_point h3 {
	position: relative;
	margin: 0 auto 30px;
	max-width: 770px;
}
.section_point .pointlist {
	text-align: center;
	margin-bottom: 8vw;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: content-box;
}
.section_point .pointlist li {
	display: block;
	background: #37bef0;
	border-radius: 10px;
	padding: 40px 20px;
}
.section_point .pointlist li h4 {
	font-family: futura-pt, sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	color: #fff100;
	padding-bottom: 6px;
	line-height: 1em;
	border-bottom: 2px dotted #fff;
	margin-bottom: 14px;
	font-weight: 500;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	font-style: oblique;
}
.section_point .pointlist li h4 strong {
	font-size: 50px;
	font-size: 5.0rem;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: oblique;
	padding-left: 4px;
}
.section_point .pointlist li p {
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	line-height: 1.6em;
}
.section_point .pointlist li p strong {
	color: #fff100;
	font-size: 26px;
	font-size: 2.6rem;
}
.section_point .pointlist li p strong small {
	font-size: 20px;
	font-size: 2.0rem;
}
.section_point .pagelist {
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 950px) and (min-width: 751px) {
	.section_point .pointlist li p {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.section_point .pointlist li p strong {
		font-size: 20px;
		font-size: 2.0rem;
	}
	.section_point .pointlist li {
		padding: 30px 10px;
	}
}
@media screen and (min-width: 651px) {
	.section_outline h3 img:nth-of-type(1) {
		width: 39.28%;
		padding-right: 1.14%;
	}
	.section_outline h3 img:nth-of-type(2) {
		width: 60.57%;
	}
	.section_point h3 img:nth-of-type(1) {
		width: 65.9%;
	}
	.section_point h3 img:nth-of-type(2) {
		width: 34%;
	    padding-bottom: 24px;
	}
	.sp {
		display: none;
	}
	.section_point .pointlist {
		display: flex;
		justify-content: space-between;
	}
	.section_point .pointlist > li {
		width: 32%;
	}
	.section_point .sectionIn{
		margin: 0 20px;
	}
	.section_point .pagelist {
		position: relative;
		height: 55vw;
		max-width: 940px;
	}
	.section_point .pagelist > li {
		display: block;
		position: absolute;
	}
	.section_point .pagelist > li .pageCont {
		position: relative;		
	}
	.section_point .pagelist > li:first-child {
		left: 4vw;
		width: 45vw;
	}
	.section_point .pagelist > li:last-child {
		z-index: 2;
		right: 4vw;
		width: 46vw;
	}
	.section_point .pagelist > li .pageCont > img {
		width: 100%;
	}
	.section_point .pagelist > li a {
		border-radius: 100%;
		display: block;
		position: absolute;
		bottom: 2vw;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 700;
		box-shadow: 0 8px 0 0 rgba(34,25,21,.15);
		background: rgb(255,241,0); /* Old browsers */
		background: -moz-linear-gradient(-45deg, rgba(255,241,0,1) 0%, rgba(255,192,0,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, rgba(255,241,0,1) 0%,rgba(255,192,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg, rgba(255,241,0,1) 0%,rgba(255,192,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff100', endColorstr='#ffc000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		text-align: center;
		padding: 30px;
		width: 160px;
		height: 160px;
		box-sizing: border-box;
	}
	.section_point .pagelist li:first-child a {
		left: -4vw;
	}
	.section_point .pagelist li:last-child a {
		right: -4vw;
	}
	.section_point .pagelist li a .readbtn_in {
		position: relative;
		width: 100px;
		height: 100px;
	}
	.section_point .pagelist li a .icon {
		background: #fff;
		position: absolute;
		box-shadow: 0 4px 0 0 rgba(34,25,21,.1) inset;
		display: block;
		border-radius: 100%;
		width: 48px;
		height: 48px;
		left: 50%;
		bottom: -8px;
		transform: translate(-50%,0);
	}
	.section_point .pagelist li a .icon_in {
		width: 48px;
		height: 48px;
		position: relative;
		display: block;
	}
	.section_point .pagelist li a img {
		width: 21px;
		height: 34px;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
}
@media screen and (min-width: 980px) {
	.section_point .pagelist {
		height: 560px;
	}	
	.section_point .pagelist li {
	}
	.section_point .pagelist li:first-child {
		left: 60px;
		width: 45%;
	}
	.section_point .pagelist li:last-child {
		right: 60px;
		width: 46%;
	}
}
@media screen and (max-width: 750px) {
	.section_point .pointlist {
		display: block;
		max-width: 500px;
	}
	.section_point .pointlist li {
		width: 100%;
	    padding: 30px 10px;
		margin-bottom: 15px;
	}
	.section_point .pointlist li:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 650px) {
	.section_outline .sectionIn{
		padding: 40px 0;
	}
	.section_outline h3,
	.section_point h3 {
		text-align: center;
		max-width: 400px;
	}
	.section_outline h3 {
		border-bottom: none;
		padding-bottom: 0;
	}
	.section_outline h3 img:nth-of-type(1) {
		width: 62.24%;
		margin: 0 auto 16px;
		display: inline-block;
	}
	.section_outline h3 img:nth-of-type(2) {
		width: 93.29%;
		border-bottom: 2px dotted #fff;
		padding-bottom: 10px;
	}
	.section_outline h3 .ttlicon {
	    content: "";
	    display: block;
	    position: absolute;
	    bottom:0;
	    left: -10px;
	    width: 21px;
	}
	.section_outline p.strong {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.section_point h3 img:nth-of-type(1) {
		width: 100%;
		margin-bottom: 16px;
	}
	.section_point h3 img:nth-of-type(2) {
		width: 52.8%;
	}
	.section_point .pointlist li {
		padding: 30px 20px;
	}
	.section_point {
	    background: url(../img/bg_point_pink.png) left bottom no-repeat,url(../img/bg_point.jpg);
	    background-size: 100vw auto,18px auto;
	}
	.section_point .pagelist {
		max-width: 400px;
	}
	.pagelist li:first-child {
		margin-bottom: 60px;
		display: block;
	}
	.pagelist li .pageCont > img {
		padding-bottom: 10px;
	}
	.pagelist li:first-child .pageCont > img {
		width: 96%;
		margin-left: 4%;
		display: inline-block;
	}
	.pagelist li:last-child .pageCont > img {
		width: 100%;
	}
	.pagelist li a {
	    width: 90%;
	    border-radius: 40px;
	    text-align: center;
	    font-weight: 700;
	    background: rgb(255,241,0);
	    background: -moz-linear-gradient(-45deg, rgba(255,241,0,1) 0%, rgba(255,192,0,1) 100%);
	    background: -webkit-linear-gradient(-45deg, rgba(255,241,0,1) 0%,rgba(255,192,0,1) 100%);
	    background: linear-gradient(135deg, rgba(255,241,0,1) 0%,rgba(255,192,0,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff100', endColorstr='#ffc000',GradientType=1 );
	    font-size: 24px;
	    display: block;
	    vertical-align: middle;
	    line-height: 1rem;
	    font-size: 18px;
	    font-size: 1.8rem;
	    padding: 10px 0;
	    box-shadow: 0 6px 0 0 rgba(34,25,21,.15);
	    margin-left: auto;
	    margin-right: auto;
	}
	.pagelist li a br {
		display: none;
	}
	.pagelist li a .icon {
	    background: #fff;
	    position: relative;
	    box-shadow: 0 4px 0 0 rgba(34,25,21,.1) inset;
	    display: inline-block;
	    border-radius: 100%;
	    width: 40px;
	    height: 40px;
	    margin-right: 12px;
	}
	.pagelist li a img {
	    width: 18px;
	    height: 27px;
	    display: block;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	}
	.pagelist li a .btntxt {
	    vertical-align: top;
	    display: inline-block;
	    margin-top: 17px;
	}
	.section_point {
		padding-bottom: 24vw;
	}
}
.section_buy {
	padding-top: 80px;
}
.section_buy h3 {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 40px;
	color: #d63767;
	text-align: center;
}
.section_buy h3 img {
	width: 35px;
	height: 32px;
	padding-right: 16px;
	box-sizing: content-box;
	padding-bottom: 10px;
}
.section_buy ul li img {
	width: 100%;
}
.fukuzou {
	margin: 60px auto;
	padding: 0 20px;
}
.fukuzou a {
	width: 315px;
	display: block;
	margin: 0 auto 20px;
}
.fukuzou a img {
	width: 100%;	
}
.fukuzou p {
	text-align: center;
}
footer {
	background: #d63767;
}
footer .contact {
	background: #fff;
	border-radius: 24px;
	color: #d63767;
	display: block;
	padding: 17px 25px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1em;
	font-weight: 500;
}
footer .contact span {
	display: block;
	position: relative;
	padding-left: 10px;
}
footer .contact span:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #d63767;
	display: block;
	content: "";
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	position: absolute;
}
.modal_img_in {
	text-align: center;
}
.modal_img img {
	height: 90vh;
}
.iziModal {
	background: none;
	box-shadow: none;
}
.close {
    position: absolute;
    display: block;
    top: -10px;
    right: 25px;
    width: 54px;
    height: 54px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.close:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 4px;
    left: 26px;
    width: 1px;
    height: 46px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: white;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 4px;
    left: 26px;
    width: 1px;
    height: 46px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: white;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagetop {
	display: block;
	position: fixed;
	z-index: 8;
	bottom: 20px;
	right: 20px;
    transition: right .6s, opacity .4s;
}
.pagetop i {
	display: block;
	background: #d63767;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	position: relative;	
}
.pagetop i:after {
    content: "";
    width: 0;
    height: 0;
    margin-top: 4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%) rotate(315deg);
}
@media screen and (min-width: 651px) {
	footer {
		padding: 25px;
		display: flex;
		justify-content: space-between;
	}
	.fukuzou .sp {
		display: none;
	}
	.pagetop.visible {
		right: -40px;
	}
}
@media screen and (min-width: 761px) {
	.section_buy ul {
		display: flex;
		justify-content: space-between;
		margin-bottom: 70px;
		flex-wrap: wrap;
		max-width: 940px;
		margin-left: auto;
		margin-right: auto;
	}
	.section_buy .sectoinIn {
		margin: 0 20px;
	}
	.section_buy ul li {
		width: 32%;
		margin-bottom: 12px;	
	}
	.section_buy ul li .sp {
		display: none;
	}
}
@media screen and (min-width: 501px) and (max-width: 760px) {
	.section_buy ul {
		display: flex;
		justify-content: space-between;
		margin-bottom: 70px;
		flex-wrap: wrap;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.section_buy .sectoinIn {
		margin: 0 20px;
	}
	.section_buy ul li {
		width: 48%;
		margin-bottom: 12px;	
	}
	.section_buy .sectionIn {
	    margin: 0 16px;
	}
}
@media screen and (max-width: 500px) {
	.section_buy h3 {
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
	.section_buy .sectoinIn {
		margin: 0 16px;
	}
	.section_buy ul {
		margin-bottom: 60px;
	}
	.section_buy ul li {
		width: 90%;
		max-width: 360px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	.section_buy h3 img {
		width: 31px;
		height: 29px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 650px) {
	.fukuzou {
		margin: 60px auto;
		padding: 0 16px;
	}
	.fukuzou a {
		width: 268px;
	}
	.section_buy ul li .pc {
		display: none;
	}
	footer {
		padding: 40px 10%;
		text-align: center;
	}
	footer .contact {
		margin-bottom: 30px;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	footer .contact span{
		width: 115px;
		margin: 0 auto;
	}
	footer .contact span:before {
	}
	.modal_img_in {
		height: 70vh !important;		
		overflow-y: scroll;
		position: relative;
	}
	.modal_img img {
		height: auto;
		width: 90vw;
	}
	.close {
	    top: -60px;
		right: 10px;
    }
    footer {
	    overflow: hidden;
    }
	.pagetop {
		position: absolute;
		opacity: 1;
		bottom: -40px;
	}
}