@charset "shift_jis";

/* body.css */
/*
	2020.4 new
	
*/
/* --------------------------------------------------
header
-------------------------------------------------- */
body{
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック Pro W3', Meiryo, メイリオ, Osaka,arial, helvetica, sans-serif;
}
body *{
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック Pro W3', Meiryo, メイリオ, Osaka,arial, helvetica, sans-serif;
}
section{
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック Pro W3', Meiryo, メイリオ, Osaka,arial, helvetica, sans-serif;
}
a:-webkit-any-link {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div.mainarea{
	
	padding: 0px 0 0 0;
}
div.mainimage{
    background-image: url(/tokushu/online/image/img_mainimage_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: top center;
    height: 400px;
    
}

a.form{
	display: block;
	font-family: "RoundedMgenplus-medium";
	width: 90%;
	max-width: 500px;
	text-align: center;
	margin: 0px auto 0 auto;
	font-size: 18px;
	position: relative;
	z-index: 10;
	color: #ff302c;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#fff67a 0%,
		#fff67a 50%,
		#ffe600 50%,
		#ffe600);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fff67a),
		color-stop(0.50, #fff67a),
		color-stop(0.50, #ffe600),
		to(#ffe600));
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	position: relative;
}
a.form:before{
	content: "";
	background-image: url(/common_jp/image/v5/arrow_4_right.png);
	position: absolute;
	right: 10px;
	top: 12px;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: contain;
}
/* --------------------------------------------------
toparea
-------------------------------------------------- */
section.toparea{
    background-color: #fff5e6;
}

h1{
	font-family: "RoundedMgenplus-medium";
	width: 100%;
	text-align: center;
	font-size: 16px;
	position: relative;
    background-color: #ffffff;
    color: #666666;
    padding: 8px;
    border-top: 3px solid #cc0000;
}



section.toparea img.mainimage{
	display: block;
	width: 96%;
	max-width: 515px;
	margin: -10px auto 0 auto;
}


section.toparea ul.target{
    width: 90%;
    max-width: 390px;
    margin: -40px auto 0 auto;
    text-align: center;
}
section.toparea ul.target li{
    width: 30%;
    display: inline-block;
    letter-spacing: 3%;
    opacity: 0;
}
section.toparea ul.target li img{
    width: 100%;
}

section.toparea ul.target li.effect-fade {
?@font-size: 20px;
    font-weight: bold;
    animation-name: fadein;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
section.toparea ul.target li.effect-fade:nth-child(1) {
   animation-delay: 0.2s;
    
}
section.toparea ul.target li.effect-fade:nth-child(2) {
    animation-delay: 0.6s;
    
}
section.toparea ul.target li.effect-fade:nth-child(3) {
  animation-delay: 1.0s;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
    }
}


section.toparea h2{
    text-align: center;
    font-family: "RoundedMgenplus-medium";
    font-size: 18px;
    background-color: transparent;
    color: #000000;
    margin: 20px auto 0 auto;
    
    animation-name: fadeinh2;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
    opacity: 0;
}
@keyframes fadeinh2 {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
    }
}


/* --------------------------------------------------
yogo
-------------------------------------------------- */
section.yogo {
    background-color: #fff5e6;
    padding: 20px 0px;
}

section.yogo ul{
	width: 100%;
	max-width: 600px;
	margin: auto;
}
section.yogo ul li{
    background-image: url(../image/bg_yogo.png);
    background-repeat: no-repeat;
    background-size:  80% auto;
    background-position: top center;
    margin: 0 auto 20px auto;
    width: 90%;
    max-width: 500px;
}
section.yogo ul li:nth-child(1){
    background-size:  auto 100%;
}
section.yogo ul li:nth-child(2){
    background-size:  auto 100%;
}
section.yogo ul li:nth-child(3){
    background-size: 90% auto;
    background-position: center center;
}
section.yogo ul li h3{
    width: 90%;
    max-width: 400px;
    margin: auto;
    
}
section.yogo ul li h3 img{
    display: block;
    width: 100%;
}
section.yogo ul li p{
	width: 94%;
    max-width: 380px;
	margin: 10px auto 0 auto;
	font-size: 14px;
    line-height: 1.5em;
    text-align: left;
}
section.yogo ul li p strong{
    color: #ff0048;
    font-weight: bold;
}
section.yogo ul li p small{
    font-size: 12px;
    color: #666666;
    display: block;
    margin: 10px 0 0 0
}
section.yogo ul li.image img{
	width: 60%;
	margin: auto;
	display: block;
}

/* --------------------------------------------------
movie
-------------------------------------------------- */
section.movie{
    text-align: center;
    background-color: #fff5e6;
    padding: 0px 0px 20px 0;
}
section.movie h3{
    text-align: center;
    font-family: "RoundedMgenplus-medium";
    font-size: 18px;
    background-color: transparent;
    color: #000000;
    margin: 0px auto 0 auto;
    animation-name: fadeinh2;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
    opacity: 0;
}
section.movie div.layout {
    width: 90%;
    max-width: 560px;
    margin: auto;
    padding: 20px 0 0 0;
    
    
}
section.movie div.youtube{
   position: relative;
    padding-bottom: 56.25%;
    
    height: 0;
    overflow: hidden;

}
section.movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* --------------------------------------------------
step
-------------------------------------------------- */
section.step {
    background-color: #fff5e6;
    padding: 0px 0px 10px 0;
}
section.step h2{
    font-size: 18px;
    font-weight: bold;
}
section.step h4{
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin: 20px auto 10px auto;
}
section.step small{
    display: block;
    margin: auto;
    width: 90%;
    max-width: 600px;
    font-size: 12px;
    color: #666666;
}
section.step div.device{
    width: 90%;
    max-width: 400px;
    margin: 10px auto 10px auto;
}
section.step div.device img{
    width: 100%;
}
section.step ul{
    width: 70%;
	max-width: 300px;
	margin: 0 auto;
}
section.step ul li {
	border-bottom: none;
	overflow: hidden;
	text-align: left;
	padding: 0 0 5px 0;
}
section.step ul li:before{
    content: '??';
    color: #ee0000;
    margin: 0 8px 0 0px;
}
section.step ul li div{
	float: left;
	width: 48%;
	padding: 10px 0 0 0;
}
section.step ul li div h4{
	font-weight: bold;
	color: #6b5900;
	font-family: 'Hiragino Kaku Gothic Pro', '?q???M?m?p?S Pro W3', Meiryo, ???C???I, Osaka,arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	padding: 10px 0 0 0;
}
section.step ul li div img{
	width: 40%;
}
section.step ul li img.image{
	float: left;
	width: 48%;
}
section.step a.form{
	margin: 20px auto 0 auto;
}

section.step div.flow{
    width: 90%;
    max-width: 400px;
    margin: 30px auto 30px auto;
}
section.step div.flow dl {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 10px 0 0 0;
    margin: 0 auto 0px auto;
    box-shadow: 0px 0px 3px #cccccc;
}
section.step div.flow dl dt{
    text-align: center;
}
section.step div.flow dl dt span{
    font-size: 12px;
}
section.step div.flow dl dt h5{
    font-size: 18px;
    font-weight: bold;
    color: #d00014;
    margin: 5px 0 0 0;
}
section.step div.flow dl dd{
    padding: 10px 0;
   
}
section.step div.flow dl dd img{
    width: 94%;
    margin: auto;
    display: block;
}
section.step div.flow dl dd p{
    width: 94%;
    margin: 10px auto 0 auto;
    text-align: left;
}
section.step div.flow dl dd p small{
    margin: 0 auto 0 auto;
    width: 94%;
    text-align: left;
}
section.step div.arrow{
    text-align: center;
    padding: 20px 0;
}

/* --------------------------------------------------
shop
-------------------------------------------------- */
section.shop{
    background-color: #fff5e6;
    padding: 0 0 30px 0
}
section.shop h2{
    font-size: 18px;
    font-weight: bold;
}
section.shop div.chokuei{
    background-image: url(../image/bg_yogo.png);
    background-repeat: no-repeat;
    background-size: 80% 100%;
    background-position: center center;
    margin: 20px auto 5px auto;
    padding: 20px 0 10px 0;
    width: 94%;
    max-width: 600px;
    text-align: center;
}
section.shop div.chokuei p:nth-child(1){
    background-image: url(/tokushu/online/image/fukidashi_l.png),url(/tokushu/online/image/fukidashi_r.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom,right bottom;
    display: inline-block;
    width: auto;
    margin: auto;
    padding: 0 50px;
    line-height: 1.8em;
    font-weight: bold;
}
section.shop div.chokuei p:nth-child(2){
    max-width: 300px;
    margin: 10px auto 0;
    font-size: 14px;
}
section.shop p{
    width: 100%;
    margin: 10px auto;
    text-align: center;
    font-size: 18px;
    font-family: "tbchibirgothicplusk-pro",sans-serif,'Hiragino Kaku Gothic Pro', '?q???M?m?p?S Pro W3', Meiryo, ???C???I, Osaka,arial, helvetica, sans-serif;
}
section.shop p strong {
    color: #cc0000;
    font-weight: bold;
    font-size: 24px;
}
section.shop p.fc{
    max-width: 340px;
    margin: auto;
    font-size: 16px;
    line-height: 1.8em;
}
section.shop p.fc span{
    background: linear-gradient(transparent 80%, #ffcebf 80%);
}

section.shop .chara{
    background-color: #ffffff;
    border-radius: 8px;
    width: 94%;
    max-width: 600px;
    margin: 20px auto 0;
    font-size: 12px;
    box-sizing: border-box;
    padding: 5px 10px;
}
section.shop .chara p{
    font-size: 13px;
    line-height: 2.0em;
    color: #ff6e7d;
}
section.shop .chara p img{
    width: 25px;
    vertical-align: bottom;
}




/* --------------------------------------------------
chui
-------------------------------------------------- */
section.chui {
	background-color: #eee;
	margin: 0px 0 0 0;
	padding: 20px 0;
}
section.chui h3 {
	font-size: 22px;
	font-weight: bold;
	color: #5e3200;
	text-align: center;	
	margin: 0 0 20px 0;
}
section.chui ul{
	width: 96%;
	max-width: 600px;
	margin: auto;
	font-size: 12px;
}
section.chui ul li{
	margin: 0 0 10px 0;
	color: #666;
}

/* --------------------------------------------------
-----------------------------------------------------
window size 600-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:600px){
    div.mainimage{
        background-image: url(/tokushu/online/image/img_mainimage_tb.jpg);
    }
    
    section.toparea h2{
        font-size: 22px;
    }
    
    /* --------------------------------------------------
    yogo
    -------------------------------------------------- */
    section.yogo{
        text-align: center;
    }
    section.yogo ul{
        width: auto;
        max-width: 1024px;
        display: inline-block;
    }
    section.yogo ul li{
        width: 380px;
        display: inline-block;
        vertical-align: top;
        
    }
    
    /* --------------------------------------------------
    step
    -------------------------------------------------- */
    section.step h4{
        font-size: 20px;
    }
    section.step ul{
        text-align: center;
        max-width: 300px;
        
    }
    section.step ul li{
        display: inline;
    }
    
    section.step div.flow{
        text-align: center;
        max-width: 900px;
    }
    section.step div.flow dl {
        width: 300px;
        margin: 0 20px 20px 20px;
        display: inline-block;
        vertical-align: top;
    }
    section.step div.arrow{
        display: none;
    }
    
    /* --------------------------------------------------
    shop
    -------------------------------------------------- */
    section.shop div.chokuei{
        padding: 50px 0 40px 0;
    }
	
}


/* --------------------------------------------------
-----------------------------------------------------
window size 900-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:900px){
	div.mainimage{
        background-image: url(/tokushu/online/image/img_mainimage.jpg);
        background-size: auto 100%;
        background-color: #4bc2ea;
        height: 500px;
    }
    
    section.toparea ul.target{
        width: 90%;
        max-width: 500px;
        margin: -40px auto 0 auto;
        text-align: center;
    }
    section.toparea ul.target li{
        margin: 0 10px;
        width: 140px;
    }
    
    /* --------------------------------------------------
    shop
    -------------------------------------------------- */
    section.shop div.chokuei{
        padding: 40px 0 40px 0;
    }
	section.shop div.chokuei p:nth-child(1){
        letter-spacing: 2px;
    }
	section.shop p strong {
        color: #cc0000;
        font-weight: bold;
        font-size: 28px;
    }
    section.shop p.fc{
        font-size: 18px;
        max-width: 400px;
    }
    
	
}


/* EOF */