@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-size: 18px;
	font: inherit;
	line-height: 1.6;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
input[type="text"], textarea ,select {
	font-family: Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,HiraKakuProN-W3,メイリオ,Meiryo,sans-serif;
	color: #15286e;
	outline: none;
	font-size: 16px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html.hidden,
body.hidden{
	overflow: hidden;
}

body {
	font-size: 16px;
	line-height: 1.6;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	word-wrap: break-word;
	word-break: break-all;
}
img{
    border: 0;
    vertical-align: bottom;
	backface-visibility: hidden;
}

.izer {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
}
.izer *{
	box-sizing: border-box;
}
.izer img {
	vertical-align: bottom;
	max-width: revert;
	backface-visibility: hidden;
}
.izer sup {
	font-size: 10px;
	vertical-align: top;
}
.izer a{
	display: inline-block;
	background: #0096df;
	border-radius: 100px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	padding: 20px 100px;
	line-height: 1;
	position: relative;
	text-decoration: none;
}
.izer a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.izer .point{
	text-align: left;
	font-size: 42px;
	font-weight: bold;
	color: #0096df;
	margin: 0 0 80px;
	width: 100%;
}
.izer .point img{
	vertical-align: middle;
	margin: 0 20px 0 0;
}
.Hind{
	font-family: "Hind", sans-serif;
}
.bubble1{
	animation: bubble 8s linear infinite;
	width: 50px;
	margin: auto;
	z-index: 1;
}
.bubble1 span{
	animation: turn 8s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
.bubble2{
	animation: bubble 9s linear infinite;
	width: 50px;
	margin: auto;
	z-index: 1;
}
.bubble2 span{
	animation: turn 9s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
.bubble3{
	animation: bubble 10s linear infinite;
	width: 50px;
	margin: auto;
	z-index: 1;
}
.bubble3 span{
	animation: turn 10s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
@keyframes bubble{
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes turn {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}


header {

}
header .logo{

}
header #global-nav {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.95);
	width: 100%;
	height: 100%;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	padding: 120px 20px 0;
	z-index: 50;
	font-size: 18px;
	font-weight: bold;
}
header #nav-toggle{
	position: fixed;
	right: 0;
	top: 0;
	width: 75px;
	height: 75px;
	cursor: pointer;
	z-index: 101;
	transition: .3s;
}
header #nav-toggle span {
	height: 2.5px;
	width: 50%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #0096df;
	transition: .3s ease-in-out;
}
header #nav-toggle p {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	color: #ff5757;
	font-size: 14px;
}
header #nav-toggle span:nth-child(1) {
	top: -38px;
}
header #nav-toggle span:nth-child(2) {
	top: -18px;
}
header #nav-toggle span:nth-child(3) {
	top: 2px;
}
header #global-nav{
	padding: 80px 20px 0;
	overflow-y: auto;
}
header #global-nav::-webkit-scrollbar{
	width: 6px;
	background: #b0b0b0;
}
header #global-nav::-webkit-scrollbar-thumb{
	background: #4f4f4f;
	border-radius: 2px;
}
header #global-nav ul + span a{
	width: 100%;
}
header #nav-toggle span:nth-child(1) {
	top: -20px;
}
header #nav-toggle span:nth-child(2) {
	top: 0;
}
header #nav-toggle span:nth-child(3) {
	top: 20px;
}
header.open #global-nav {
	visibility: visible;
	opacity: 1;
}
header #global-nav div{

}
header #global-nav div p{
	margin: 0 0 0 20px;
}
header #global-nav .Hind{
	margin: 80px 0 0;
}
header #global-nav .Hind li{
	margin: 0 0 60px;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 2px;
}
header #global-nav .Hind li a{
	text-decoration: none;
}
header #global-nav .account{
	display: flex;
	flex-flow: wrap;
	margin: 0 0 50px;
}
header #global-nav .account li{
	width: 50px;
	margin: 0 40px 0 0;
}
header #global-nav .account li a{
	border: 2px solid #0096df;
	border-radius: 50px;
	display: block;
	padding: 5px;
}
header #global-nav .sns{
	position: relative;
	margin: 0 0 40px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	padding: 5px;
}
header #global-nav .sns li{
	margin: 0 40px 0 0;
}
#global-nav ul li{
	margin: 0 0 20px;
}
#global-nav ul li img{
	width: auto;
}
#global-nav ul li a{
	color: #0096df;
}
header.open #nav-toggle span:nth-child(1) {
	top: -10px;
	transform: rotate(145deg);
}
header.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
	opacity: 0;
}
header.open #nav-toggle span:nth-child(3) {
	top: -10px;
	transform: rotate(-145deg);
}

.izer .main{
	margin: 0 0 180px;
}
.izer .main > figure{
	position: absolute;
	top: 30px;
	left: -700px;
	right: 0;
z-index: 1;
}
.izer .main div{
	position: relative;
}
.izer .main .bubble1{
	position: absolute;
	top: 80px;
	left: 0;
	right: -560px;
	margin: auto;
}
.izer .main div h2{
	margin: 0 0 80px;
}
.izer .main div p{
	line-height: 2.5;
}

.izer .point01{
	position: relative;
	text-align: center;
	background: #e4f2fb;
	margin: 0 0 100px;
	padding: 0 0 120px;
}
.izer .point01:before{
	content: "";
	position: absolute;
	top: -140px;
	left: 0;
	right: 0;
	background: url(../img/bg_top.png) repeat-x 60% top;
	width: 100%;
	height: 146px;
}
.izer .point01 h2{
	margin: 0 0 70px;
}
.izer .point01 h2 + p{
	margin: 0 0 100px;
	line-height: 2.5;
}
.izer .point01 .inner{
	text-align: left;
	position: relative;
}
.izer .point01 ul{

}
.izer .point01 li{

}
.izer .point01 ul li{
	margin: 0 0 80px;
}
.izer .point01 ul li strong{
	font-size: 28px;
	font-weight: bold;
	color: #0096df;
	display: block;
	margin: 0 0 40px;
	line-height: 1;
}
.izer .point01 .bubble1{
	position: absolute;
	top: 40px;
	left: -400px;
	right: 0;
}
.izer .point01 .bubble2{
	position: absolute;
	bottom: 50px;
	right: 70px;
}
.izer .point01 .bubble3{
	position: absolute;
	bottom: -350px;
	right: 0;
	left: -640px;
}
.izer .point01 img + p{
	margin: 70px 0 40px;
}

.izer .point02{
	text-align: center;
}
.izer .point02 ul{

}
.izer .point02 ul li{
	margin: 0 0 80px;
	text-align: left;
}
.izer .point02 ul li strong{
	font-size: 28px;
	font-weight: bold;
	color: #0096df;
	display: block;
	margin: 0 0 40px;
	line-height: 1;
}
.izer .point02 div{
	position: relative;
}
.izer .point02 .bubble1{
	position: absolute;
	bottom: 50px;
	right: 150px
}
.izer .point02 .bubble2{
	position: absolute;
	right: 0;
	left: -600px;
}
.izer .point02 .bubble3{
	position: absolute;
	right: 0;
	left: 820px;
	margin: 500px 0 0;
}

.izer .point03{
	position: relative;
	text-align: center;
	background: #e4f2fb;
	margin: 0 0 100px;
	padding: 100px 0 120px;
}
.izer .point03 h2{
	margin: 0 0 50px;
}
.izer .point03 .inner{
	text-align: left;
}
.izer .point03 ul{

}
.izer .point03 ul li{
	margin: 0 0 80px;
}
.izer .point03 ul li strong{
	font-size: 28px;
	font-weight: bold;
	color: #0096df;
	display: block;
	margin: 0 0 40px;
	line-height: 1;
}
.izer .point03 .bubble1{
	position: absolute;
	top: 500px;
	left: 300px;
}
.izer .point03 .bubble2{
	position: absolute;
	right: -620px;
	left: 0;
	margin: -80px auto 0;
}

.izer .point04{
	text-align: center;
}
.izer .point04 ul{

}
.izer .point04 ul li{
	margin: 0 0 80px;
	text-align: left;
}
.izer .point04 ul li strong{
	font-size: 28px;
	font-weight: bold;
	color: #0096df;
	display: block;
	margin: 0 0 40px;
	line-height: 1;
}
.izer .point04 div{
	position: relative;
}
.izer .point04 .bubble1{
	position: absolute;
	bottom: 330px;
	right: 350px;
}

.izer .point05{
	position: relative;
	text-align: center;
	background: #e4f2fb;
	padding: 100px 0 120px;
}
.izer .point05 h2{
	margin: 0 0 50px;
}
.izer .point05 .inner{
	text-align: left;
	margin: 0 auto 50px;
}
.izer .point05 ul{

}
.izer .point05 ul li{
	margin: 0 0 80px;
}
.izer .point05 ul li strong{
	font-size: 28px;
	font-weight: bold;
	color: #0096df;
	display: block;
	margin: 0 0 40px;
	line-height: 1;
}
.izer .point05 .bubble1{
	position: absolute;
	top: 500px;
	left: 300px;
}
.izer .point05 p{
	margin: 70px 0 40px;
}

.izer .recommend{
	background: url(../img/bg_recommend.jpg) center;
	text-align: center;
	padding: 220px 0 250px;
	position: relative;
}
.izer .recommend:before{
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	background: url(../img/bg_top2.png) repeat-x top center;
	width: 100%;
	height: 146px;
}
.izer .recommend:after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	background: url(../img/bg_btm.png) repeat-x top center;
	width: 100%;
	height: 146px;
}
.izer .recommend h2{
	margin: 0 0 50px;
}
.izer .recommend h2 + p{
	margin: 0 0 120px;
	line-height: 2.5;
}
.izer .recommend .bubble1{
	position: absolute;
	top: 140px;
	left: 0;
	right: -560px;
	margin: auto;
}
.izer .recommend ul{

}
.izer .recommend ul > li{
	background: #fff;
	padding: 50px;
	border-radius: 20px;
	position: relative;
}
.izer .recommend ul figure{
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 1;

}
.izer .recommend ul p{
	text-align: left;
	margin: 0 0 20px;
	width: 100%;
}
.izer .recommend ul p:nth-of-type(1){
	position: absolute;
	top: 390px;
}
.izer .recommend ul p:only-of-type {
	position: static;
	margin: 0;
}
.izer .recommend ul ol{
	display: flex;
	margin: 20px 0;
	width: 100%;
}
.izer .recommend ul ol li{
	background: #0096df;
	border-radius: 50px;
	padding: 8px 15px;
	margin: 0 10px 0 0;
	color: #fff;
	line-height: 1;
	font-size: 14px;
}
.izer .recommend ul p strong{
	color: #0096df;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
	display: block;
	line-height: 1.4;
}
.izer .recommend ul p span{
	font-weight: bold;
	margin: 0 0 10px;
	display: block;
}
.izer .recommend ul p span small{
	display: inline;
	font-size: 10px;
}
.izer .recommend ul p s{
	display: block;
	margin: 10px 0 0;
}
.izer .recommend ul p s small{
	display: inline;
	font-size: 10px;
}

.izer .about{
	padding: 0 0 280px;
}
.izer .about .bubble1{
	position: absolute;
	top: -30px;
	left: 300px;
}
.izer .about .bubble2{
	position: absolute;
	top: 20px;
	right: 420px;
}
.izer .about .bubble3{
	position: absolute;
	top: 20px;
	left: 350px;
}
.izer .about h2{
	text-align: center;
	margin: 0 0 70px;
}
.izer .about h2 + p{
	text-align: center;
	margin: 0 0 80px;
	line-height: 2.5;
}
.izer .about div {
	position: relative;
}
.izer .about div:nth-of-type(1){
	margin: 30px 0 0;
}
.izer .about p strong{
	font-size: 28px;
	font-weight: bold;
	color: #0096df;
	display: block;
	margin: 0 0 40px;
	line-height: 1;
}
.izer .about p small{
	display: block;
	font-size: 12px;
}
.izer .about ul{

}
.izer .about ul li{
	width: 500px;
}
.izer .about ul li strong{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	margin: 0 0 40px;
	font-size: 28px;
}
.izer .about ul li strong small{
	display: block;
	font-size: 22px;
}
.izer .about ul li:last-child{
	color: #0096df;
}
.izer .about{

}

.izer .every{
	background: #e4f2fb;
	padding: 60px 0 120px;
	position: relative;
	text-align: center;
}
.izer .every:before{
	content: "";
	position: absolute;
	top: -145px;
	left: 0;
	right: 0;
	background: url(../img/bg_top.png) repeat-x 50% top;
	width: 100%;
	height: 146px;
}
.izer .every h2{
	margin: 0 0 70px;
}
.izer .every .bubble1{
	position: absolute;
	top: 110px;
	left: 530px;
	right: 0;
}
.izer .every ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin: 0 auto 80px;
}
.izer .every ul li{
	margin: 0 0 20px;
}
.izer .every{

}

.izer {

}

footer{
	background: #0096df;
	color: #fff;
	padding: 40px 0;
	text-align: center;
}
footer .sns{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 0 40px;
}
footer .sns li{

}
footer nav ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer nav ul li{
	padding: 0 28px;
	margin: 0 0 20px;
	border-right: 1px solid #fff;
	font-size: 14px;
}
footer p {
	font-size: 12px;
}
footer p small{
	display: block;
	margin: 20px 0 0;
}
footer{

}
footer a{
	color: #fff;
	text-decoration: none;
}

.fadein {opacity : 0; transition: .8s;}
.fade_left {transform : translate(-80px, 0);}
.fade_right {transform : translate(80px, 0);}
.fade_up {transform : translate(0, 80px);}
.fade_scale {
	transform: scale(0.5,0.5) translate(0, 200px);
}
.fadein.action {opacity : 1; transform : translate(0, 0);}

/* 2つ目の要素に400msのdelayをかける */
.fadein.delay1 {
    -moz-transition-delay:300ms;
    -webkit-transition-delay:300ms;
    -o-transition-delay:300ms;
    -ms-transition-delay:300ms;
}
.fadein.delay2 {
    -moz-transition-delay:600ms;
    -webkit-transition-delay:600ms;
    -o-transition-delay:600ms;
    -ms-transition-delay:600ms;
}
.fadein.delay3 {
    -moz-transition-delay:900ms;
    -webkit-transition-delay:900ms;
    -o-transition-delay:900ms;
    -ms-transition-delay:900ms;
}
.fadein.delay4 {
    -moz-transition-delay:1200ms;
    -webkit-transition-delay:1200ms;
    -o-transition-delay:1200ms;
    -ms-transition-delay:1200ms;
}
.fadein.delay5 {
    -moz-transition-delay:1500ms;
    -webkit-transition-delay:1500ms;
    -o-transition-delay:1500ms;
    -ms-transition-delay:1500ms;
}

@media screen and (min-width: 769px) {

	html {
		font-size: calc( 10vw / 750 * 100 );
	}

	body {

	}
	.sp{
		display: none;
	}

	header {

	}
	header #global-nav div{
		max-width: 1080px;
		margin: auto;
	}
	header #global-nav div > a img{
		width: 160px;
	}
	header .sns li{
		width: 30px;
		margin: 0 20px;
	}
	header .sns li:nth-child(1),
	header .sns li:nth-child(4){
		width: 40px;
	}
	header.open #nav-toggle{
		right: 15px;
	}



	footer .sns li{
		width: 30px;
		margin: 0 20px;
	}
	footer .sns li:nth-child(1),
	footer .sns li:nth-child(4){
		width: 40px;
	}
	footer nav ul li:nth-child(1){
		padding: 0 28px 0 0;
	}
	footer nav ul li:last-child{
		padding: 0 0 0 28px;
		border: none;
	}

	a{
		transition: .3s;
	}
	a:hover{
		opacity: .8;
	}

	.inner{
		width: 1080px;
		margin: auto;
		position: relative;
	}


	.izer {
		position: relative;
		overflow: hidden;
	}
	.izer .main{
		position: relative;
		text-align: center;
	}
	.izer .main h1{
		background: url(../img/bg_main.jpg) no-repeat center;
		margin: 0 0 100px;
	}
	.izer .main h1 img{
		border: 10px solid #fff;
		border-width: 0 10px;
	}

	.izer .point01 h4{
		width: 100%;
	}
	.izer .point01 .inner{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		flex-direction: row-reverse;
	}
	.izer .point01 ul{
		width: 450px;
	}

	.izer .point02{
		margin: 0 auto 120px;
	}
	.izer .point02 div{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		margin: 0 0 50px;
	}
	.izer .point02 ul{
		width: 450px;
	}

	.izer .point03 .inner{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		flex-direction: row-reverse;
		margin: 0 auto 50px;
	}
	.izer .point03 h2{
		width: 100%;
	}
	.izer .point03 ul{
		width: 450px;
	}

	.izer .point04{
		margin: 0 auto 120px;
	}
	.izer .point04 div{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		margin: 0 0 50px;
	}
	.izer .point04 ul{
		width: 450px;
	}

	.izer .point05 .inner{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		flex-direction: row-reverse;
	}
	.izer .point05 h2{
		width: 100%;
	}
	.izer .point05 ul{
		width: 450px;
	}

	.izer .recommend ul{
		display: flex;
		justify-content: space-between;
		margin: 0 auto 80px;
	}
	.izer .recommend ul > li{
		width: 500px;
		display: flex;
		flex-direction: column;
	}
	.izer .recommend ul li a {
		margin: auto 0 0;
		padding: 20px 0;
	}
	.izer .recommend > a{
		padding: 20px 120px;
	}

	.izer .about div{
		display: flex;
		justify-content: space-between;
	}
	.izer .about div p{
		width: 510px;
		margin: 50px 0 0;
	}
	.izer .about div:nth-of-type(2n){
		flex-direction: row-reverse;
	}
	.izer .about ul{
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
		margin: 80px 0 0;
	}
	.izer .about ul li:last-child{
		width: 100%;
		text-align: center;
		margin: 80px 0 0;
	}
	
	.izer .every{

	}

	footer .sns li{
		width: 30px;
		margin: 0 20px;
	}
	footer .sns li:nth-child(1),
	footer .sns li:nth-child(4){
		width: 40px;
	}
	footer nav ul li:nth-child(1){
		padding: 0 28px 0 0;
	}
	footer nav ul li:last-child{
		padding: 0 0 0 28px;
		border: none;
	}

}

@media screen and (max-width: 768px) {

	html {

	}
	.pc{
		display: none;
	}

	.inner{
		margin: 0 4%;
	}
	header{
	
	}
	header #global-nav{
		padding: 5% 4%;
	}
	header #global-nav div > a{
		width: 40%;
		display: block;
	}
	header #global-nav .Hind{
		margin: calc( 90vw / 750 * 100 ) 4% 0;
	}
	header #global-nav .Hind li{
		margin: 0 0 calc( 50vw / 750 * 100 );
	}
	header #global-nav .account{
		margin: 0 4% calc( 50vw / 750 * 100 );
	}
	header #global-nav .account li{
		width: 14%;
		margin: 0 8% 0 0;
	}
	header #global-nav .account li a{
		border: 1px solid #0096df;
	}
	header #global-nav .sns{
		margin: 0 4% calc( 50vw / 750 * 100 );
	}
	header #global-nav .sns li{
		width: 9%;
		margin: 0 8% 0 0;
	}
	header #global-nav .sns li:nth-child(1),
	header #global-nav .sns li:nth-child(4){
		width: 10%;
	}

	.bubble1 span,
	.bubble2 span,
	.bubble3 span{
		width: 100%;
		height: 2em;
	}

	.izer {
		position: relative;
		overflow: hidden;
		line-height: 1.6;
		font-size: calc( 26vw / 750 * 100 );
	}
	img{
		width: 100%;
	}
	.izer .point{
		font-size: calc( 44vw / 750 * 100 );
		display: flex;
		align-items: center;
		line-height: 1.4;
	}
	.izer .point img{
		width: 20%;
	}
	.izer a{
		font-size: calc( 28vw / 750 * 100 );
		width: 62%;
		padding: 20px 0;
	}
	.izer a:after {
		right: 5%;
	}
	
	.izer .main{
		position: relative;
		margin: 0 0 calc( 150vw / 750 * 100 );
	}
	.izer .main > figure{
		top: 14%;
		left: 5%;
		right: 0;
		width: 28%;
	}
	.izer .main h1{
		margin: 0 0 calc( 100vw / 750 * 100 );
	}
	.izer .main div{
		margin: 0 4%;
		text-align: center;
	}
	.izer .main div h2{
		margin: 0 0 calc( 70vw / 750 * 100 );
	}
	.izer .main .bubble1{
		top: 28%;
		left: auto;
		right: 0;
		width: 10%;
	}

.izer .about h2 + p,
.izer .recommend h2 + p,
.izer .point01 h2 + p,
.izer .main div p{
	line-height: 2;
}

	.izer .point01{
		padding: calc( 70vw / 750 * 100 ) 0 110px;
		margin: 0 0 calc( 100vw / 750 * 100 );
	}
	.izer .point01:before {
		top: 0;
		background-size: 100%;
		margin: -7% 0 0;
	}
	.izer .point01 .bubble1{
		top: 4%;
		left: 10%;
		width: 12%;
		right: auto;
	}
	.izer .point01 h2{
		margin: 0 0 calc( 70vw / 750 * 100 );
	}
	.izer .point01 h2 + p{
		margin: 0 0 calc( 100vw / 750 * 100 );
	}
	.izer .point01 h3{
		margin: 0 0 calc(50vw / 750* 100);
	}
	.izer .point01 .inner{
		position: relative;
	}
	.izer .point01 .bubble2{
		width: 18%;
		top: 0;
		bottom: auto;
		right: auto;
		left: -3%;
		margin: 75% 0 0;
	}
	.izer .point01 ul{
		margin: calc( 80vw / 750 * 100 ) 0 0;
	}
	.izer .point01 ul li{
		margin: 0 0 calc( 80vw / 750 * 100 );
	}
	.izer .point01 ul li strong{
		font-size: calc( 36vw / 750 * 100 );
		margin: 0 0 calc( 30vw / 750 * 100 );
	}
	.izer .point01 .inner + img{
		width: 95%;
	}
	.izer .point01 .bubble3{
		width: 12%;
		left: auto;
		bottom: auto;
	}
	.izer .point01 img + p{
		margin: calc( 70vw / 750 * 100 ) 0 calc( 30vw / 750 * 100 );
	}

	.izer .point02{
		margin: 0 4% calc( 130vw / 750 * 100 );
	}
	.izer .point02 h2{
		margin: 0 0 calc( 50vw / 750 * 100 );
	}
	.izer .point02 ul{
		margin: calc( 80vw / 750 * 100 ) 0 0;
	}
	.izer .point02 .bubble1{
		bottom: auto;
		top: 0;
		right: -2%;
		width: 18%;
		margin: 25% 0 0;
	}
	.izer .point02 ul li{
		margin: 0 0 calc( 80vw / 750 * 100 );
	}
	.izer .point02 ul li strong{
		margin: 0 0 calc( 30vw / 750 * 100 );
		font-size: calc( 36vw / 750 * 100 );
	}
	.izer .point02 .bubble2{
		left: 5%;
		width: 12%;
		margin: -2% 0 0;
	}
	.izer .point02 .bubble3{
		left: auto;
		width: 8%;
		margin: 70% 0 0;
		right: 5%;
	}

	.izer .point03{
		padding: calc( 100vw / 750 * 100 ) 0 calc( 110vw / 750 * 100 );
		margin: 0 0 calc( 100vw / 750 * 100 );
	}
	.izer .point03 h2{
		margin: 0 0 calc( 50vw / 750 * 100 );
	}
	.izer .point03 .bubble1{
		left: 0;
		top: 0;
		width: 18%;
		margin: 70% 0 0;
	}
	.izer .point03 .bubble2{
		left: auto;
		right: 5%;
		width: 10%;
		margin: -70% 0 0;
	}
	.izer .point03 ul{
		margin: calc( 80vw / 750 * 100 ) 0;
	}
	.izer .point03 ul li{
		margin: 0;
	}
	.izer .point03 ul li strong{
		margin: 0 0 calc( 30vw / 750 * 100 );
		font-size: calc( 36vw / 750 * 100 );
	}
	.izer .point03 .inner + img{
		width: 95%
	}

	.izer .point04{
		margin: 0 4% calc( 130vw / 750 * 100 );
	}
	.izer .point04 h2{
		margin: 0 0 calc( 50vw / 750 * 100 );
	}
	.izer .point04 .bubble1{
		right: -2%;
		bottom: 65%;
		width: 18%;
	}
	.izer .point04 ul{
		margin: calc( 80vw / 750 * 100 ) 0;
	}
	.izer .point04 ul li{
		margin: 0;
	}
	.izer .point04 ul li strong{
		margin: 0 0 calc( 30vw / 750 * 100 );
		font-size: calc( 36vw / 750 * 100 );
	}

	.izer .point05{
		padding: calc( 100vw / 750 * 100 ) 0 calc( 110vw / 750 * 100 );
	}
	.izer .point05 .bubble1{
		top: 0;
		left: -2%;
		width: 18%;
		margin: 70% 0 0;
	}
	.izer .point05 h2{
		margin: 0 0 calc( 20vw / 750 * 100 );
	}
	.izer .point05 .inner{
		margin: 0 4% calc( 30vw / 750 * 100 );
	}
	.izer .point05 ul{
		margin: calc( 80vw / 750 * 100 ) 0;
	}
	.izer .point05 ul li{
		margin: 0;
	}
	.izer .point05 ul li strong{
		margin: 0 0 calc( 30vw / 750 * 100 );
		font-size: calc( 36vw / 750 * 100 );
	}
	.izer .point05 p{
		margin: 0 0 calc( 20vw / 750 * 100 );
	}

	.izer .recommend{
		background: url(../img/bg_recommend_sp.jpg) top / cover;
		padding: calc( 140vw / 750 * 100 ) 0 calc( 160vw / 750 * 100 );
	}
	.izer .recommend:before {
		top: 0;
		background-size: 100%;
	}
	.izer .recommend:after {
		background-size: 100%;
		background-position: bottom;
	}
	.izer .recommend .bubble1{
		width: 12%;
		top: 3%;
		right: 4%;
		left: auto;
	}
	.izer .recommend h2{
		margin: 0 4% calc( 70vw / 750 * 100 );
	}
	.izer .recommend h2 + p{
		margin: 0 0 calc( 100vw / 750 * 100 );
	}
	.izer .recommend ul figure{
		top: -5%;
		max-width: 22%;
	}
	.izer .recommend ul > li{
		padding: calc( 60vw / 750 * 100 ) calc( 80vw / 750 * 100 ) calc( 80vw / 750 * 100 );
		margin: 0 0 calc( 100vw / 750 * 100 );
	}
	.izer .recommend ul ol{
		margin: calc( 20vw / 750 * 100 ) 0;
	}
	.izer .recommend ul ol li{
		font-size: calc( 24vw / 750 * 100 );
		padding: 8px calc( 20vw / 750 * 100 );
		margin: 0 calc( 20vw / 750 * 100 ) 0 0;
	}
	.izer .recommend ul p {
		font-size: calc( 30vw / 750 * 100 );
	}
	.izer .recommend ul p strong{
		font-size: calc( 38vw / 750 * 100 );
	}
	.izer .recommend ul p span{
		font-size: calc( 30vw / 750 * 100 );
	}
	.izer .recommend ul p:nth-of-type(1){
		position: static;
	}
	.izer .recommend ul p s{
		font-size: calc( 24vw / 750 * 100 );
	}
	.izer .recommend ul p s small{
		font-size: calc( 20vw / 750 * 100 );
	}
	.izer .recommend ul p span small{
		font-size: calc( 20vw / 750 * 100 );
	}
	.izer .recommend ul a{
		width: 90%;
	}
	.izer .recommend ul + a{
		position: relative;
		z-index: 1;
	}

	.izer .about{
		padding: calc( 100vw / 750 * 100 ) 0 calc( 150vw / 750 * 100 );
		position: relative;
	}
	.izer .about .bubble1{
		top: 3%;
		left: 10%;
		width: 12%;
	}
	.izer .about .bubble2{
		top: auto;
		right: 50%;
		width: 12%;
		margin: 36% 0 0;
	}
	.izer .about .bubble3{
		top: auto;
		left: 50%;
		width: 12%;
		margin: 36% 0 0;
	}

	.izer .about h2{
		margin: 0 0 calc( 70vw / 750 * 100 );
	}
	.izer .about h2 + p{
		margin: 0 0 calc( 100vw / 750 * 100 );
	}
	.izer .about >  p + picture{
		width: 108%;
		display: block;
		margin: 0 0 0 -4%;
	}
	.izer .point05 ul li{
		margin: 0;
	}
	.izer .about div:nth-of-type(1){
		margin: calc( 80vw / 750 * 100 ) 0 0;
	}
	.izer .about div p {
		margin: 0 0 calc( 20vw / 750 * 100 );
	}
	.izer .about p strong{
		margin: 0 0 calc( 30vw / 750 * 100 );
		font-size: calc( 36vw / 750 * 100 );
	}
	.izer .about p small{
		display: block;
		font-size: calc( 20vw / 750 * 100 );
	}
	.izer .about ul {
		margin: calc( 80vw / 750 * 100 ) 0 0;
	}
	.izer .about ul li{
		width: auto;
	}
	.izer .about ul li strong{
		margin: 0 0 calc( 30vw / 750 * 100 );
	}
	.izer .about ul li strong span{
		font-size: calc( 36vw / 750 * 100 );
	}
	.izer .about ul li strong small{
		font-size: calc( 24vw / 750 * 100 );
	}
	.izer .about ul li:nth-of-type(2){
		margin: calc( 80vw / 750 * 100 ) 0;
	}


	.izer .every{
		padding: calc( 120vw / 750 * 100 ) 0;
	}
	.izer .every:before {
		top: 0;
		background-size: 100%;
		margin: -7% 0 0;
		transform: scale(-1, 1);
	}
	.izer .every .bubble1{
		top: 5%;
		left: auto;
		right: 4%;
		width: 12%;

	}
	.izer .every h2{
		margin: 0 4% calc( 80vw / 750 * 100 );
	}
	.izer .every ul{
		margin: 0 4% calc( 60vw / 750 * 100 );
	}
	.izer .every ul li{
		width: 48%;
		margin: 0 0 calc( 20vw / 750 * 100 );
	}

	footer{
		padding: calc( 40vw / 750 * 100 ) 0;
	}
	footer .sns{
		margin: 0 auto calc( 40vw / 750 * 100 );
	}
	footer .sns li{
		width: 7%;
		margin: 0 3%;
	}
	footer .sns li:nth-child(1),
	footer .sns li:nth-child(4){
		width: 8%;
	}

	footer nav ul{
		flex-flow: wrap;
		margin: 0 auto calc( 20vw / 750 * 100 );
		width: 74%;
		justify-content: flex-start;
	}
	footer nav ul li{
		font-size: calc( 22vw / 750 * 100 );
		padding: 0 calc( 30vw / 750 * 100 );
		margin: 0 0 calc( 30vw / 750 * 100 );
	}
	footer nav ul li:nth-child(1),
	footer nav ul li:nth-child(4),
	footer nav ul li:nth-child(6) {
		padding: 0 calc( 20vw / 750 * 100 ) 0 0;
	}
	footer nav ul li:last-child{
		padding: 0 0 0 calc( 20vw / 750 * 100 );
		border: none;
	}

	footer p{
		font-size: calc( 20vw / 750 * 100 );
	}

}


.tablet{

}

@media screen and (max-width: 1079px) {
	.tablet img{
		max-width: 100%;
	}
	.bubble1 span,
	.bubble2 span,
	.bubble3 span{
		width: auto;
	}

	.tablet .inner{
		width: auto;
		max-width: 98%;
	}
	.tablet .main > figure {
		left: -42%;
		max-width: 15%;
		margin: auto;
	}
	.tablet .main h1{
		background: url(../img/bg_main.jpg) no-repeat center / 116%!important;
	}
	.tablet .main h1 img{
		max-width: 50%;
	}
	.tablet .point05 h2 + img,
	.tablet .point04 div > img,
	.tablet .point03 h2 + img,
	.tablet .point02 div >img,
	.tablet .point01 h3 + img{
		max-width: 45%;
	}
	.tablet .point05 ul,
	.tablet .point04 ul,
	.tablet .point03 ul,
	.tablet .point02 ul,
	.tablet .point01 ul{
		max-width: 55%;
		width: auto;
	}
	.tablet .point02 div{

	}
	.tablet .recommend ul p:nth-of-type(1){
		top: auto;
	  margin: 67% 0 0;
	}
	.tablet .recommend ul p:only-of-type{
		margin: 0;
	}
	.tablet .recommend ul > li{
		width: auto !important;
		max-width: 48%;
	}
	.tablet .recommend ul figure{

	}

	.tablet .about div:nth-of-type(1) img{
		max-width: 48%;
		margin: 0 2% 0 0;
	}
	.tablet .about div:nth-of-type(2n) img{
		max-width: 90%;
		margin: 0 0 0 10%;
	}
	.tablet .about div:nth-of-type(3) img{
		max-width: 90%;
	}

	.tablet .about ul li{
		width: 48%;
	}
	.tablet .about .bubble1{
		left: 26%;
	}
	.tablet .about ul li strong{
		font-size: 22px;
	}
	.tablet .about ul li strong img{
		max-width: 24%;
	}

	.tablet .every ul li{
		width: 48%;
	}



}

