@charset "utf-8";

/* ------------------------------------------------------
   common
------------------------------------------------------ */
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");

.pc{ display:block;}
.sp{  display: none;}
.pc-inline{
	display:inline;
}

.sp-inline{
	display:none;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-height: 100%;
	position: relative;

}

body {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
}

a:link {
	color: #444;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #fba42a;
	text-decoration: none;
}
a:active {
	color: #fba42a;
	text-decoration: none;
}
/* other setting */
hr {display: none;}

sub, sup {
	position: relative;
	line-height: 0;
	font-size: 10px;
}
sup {top: -0.5em;}
sub {bottom: 0.3em; font-size: 0.4em;}
span img{ display: block;}
.small{ font-size: 12px; display: block;}
.underBold{ font-size: 22px; text-decoration: underline;}
.underLine{ text-decoration: underline;}
input{
	outline:none;
}

/* Float */
.floatL { float: left !important;}
.floatR { float: right !important;}
.noFloat { overflow: hidden !important;}

.readBlock {
	display: none;
}

::selection {
	background: #23a9db;
	color: #fff; 
}
::-moz-selection {
	background: #23a9db;
	color: #fff;
}
.smooth{
	transform: rotate(0.05deg);
	display: inline-block;
}

/* ------------------------------------------------------
   clearfix
------------------------------------------------------ */
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.clearfix{
	zoom: 1;
}

/* ------------------------------------------------------
   header
------------------------------------------------------ */
header{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

header .logo{
	position: absolute;
    left: 30px;
    top: 30px;
}

header .logo img{
	width:251px;
	height:25px;
}

header h1{
	width:100%;
	height:100%;
	margin-top: 13.88vw;
	text-align: center;
}
header h1 img {
    width: 44.2%;
}
.border {
    box-sizing: border-box;
    width: 99.2%;
    position: absolute;
    height: 50.7vw;
    border: 1px solid #fff;
    top: 0.4vw;
    left: 0.4%;
}

@media screen and (min-width: 1430px) {
	header h1 {
		margin-top: 220px;
	}
	header h1 img {
		width: 610px;
	}
	header .mv {
		height: 780px!important;
	}
	.border {
		height: 760px;
		top: 10px;
	}
}

/* ------------------------------------------------------
   mv
------------------------------------------------------ */
.mv {
	width: 100%;
	height: 51.55vw;
	background: url(../img/mv.jpg) center /cover no-repeat;
}

/* ------------------------------------------------------
   cont
------------------------------------------------------ */
#cont{
	width: 100%;
	overflow: hidden;
}
.inner{
	max-width: 1080px;
	margin: auto;
	position: relative;
}
h2{
	font-size: 40px;
	font-family: "Rounded Mplus 1c";
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
	position: relative;
}
h2 span{
	font-size: 22px;
}
h3{
	font-size: 28px;
	font-family: "Rounded Mplus 1c";
	font-weight: bold;
}
p.align-c{
	text-align: center;
	margin: 10px 0;
}
.ul.flex-direction-nav{
	display: none;
}
.flex{
	display: flex;
}
/* ------------------------------------------------------
	standard
------------------------------------------------------ */
.standard{
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding: 60px 0 99px 0;
}
.standard h2{
    max-width: 940px;
    margin: 30px auto 13px auto;
    padding: 0 0 15px 0;
    color: #53b6a8;
    line-height: 1.1;
    background: url(../img/img_border_01.png) repeat-x;
    background-position: bottom;
    background-size: 20px auto;
    letter-spacing: 4px;
}
.standard h2 span{
	letter-spacing: 2.2px;
    margin-bottom: 8px;
    display: inline-block;
    padding-right: 8px;
}
.standard h2:before{
	content: '';
    background: url(../img/img_deco_01.png);
    position: absolute;
    left: -60px;
    top: 26px;
    width: 56px;
    height: 58px;
    background-size: contain;
}
.standard h2:after{
    content: '';
    background: url(../img/img_deco_01.png);
    position: absolute;
    right: -59px;
    top: 17px;
    width: 56px;
    height: 58px;
    background-size: contain;
}
.standard .list-box{
	overflow: hidden;
    border: dotted 3px #49b8aa;
    margin: 54px 0 0 0;
    padding: 28px 59px;
}
.list-box h3{
    text-align: center;
    color: #fff;
    background: #49b8aa;
    font-size: 20px;
    max-width: 680px;
    margin: 0 auto 30px auto;
    transform: rotate(0.05deg);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    letter-spacing: 1.8px;
    line-height: 40px;
}
.list-box ul{
	justify-content: space-between;
	flex-wrap: wrap;
}
.list-box ul li{
	width: 23%;
	max-width: 212px;
}
.list-box ul li:nth-child(-n + 4){
	margin-bottom: 24px;
}
.list-box ul li img{
	width: 100%;
	display: block;
}
.list-box ul li p{
    text-align: center;
    font-family: "Rounded Mplus 1c";
    font-weight: bold;
    margin-top: 11px;
    transform: rotate(0.05deg);
    letter-spacing: 0.5px;
    line-height: 1.3em;
}
/* ------------------------------------------------------
	onerank
------------------------------------------------------ */
.onerank {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 47px 0;
    background: #fdf6e9;
}
.onerank .h2-wrap{
	max-width: 960px;
	margin: auto;
	position: relative;
}
.onerank .h2-wrap:before {
    content: '';
    position: absolute;
    left: 18px;
    top: -29px;
    background: url(../img/img_deco_02.png);
    width: 122px;
    height: 129px;
    background-size: contain;
}
.onerank .h2-wrap:after {
    content: '';
    position: absolute;
    right: 30px;
    top: -20px;
    background: url(../img/img_deco_03.png) no-repeat;
    width: 116px;
    height: 125px;
    background-size: contain;
}
.onerank .h2-wrap p{
    font-size: 26px;
    font-weight: bold;
    font-family: "Rounded Mplus 1c";
    text-align: center;
    margin: 14px 0 5px 0;
    color: #feb31e;
    line-height: 1.3em;
}
.onerank h2{
	max-width: 686px;
    overflow: hidden;
    margin: auto;
    padding: 0 0 17px 0;
    font-size: 43px;
    color: #feb31e;
    background: url(../img/img_border_02.png) repeat-x;
    background-position: bottom;
    line-height: 1em;
    background-size: 20px auto;
    letter-spacing: 5px;
}
.onerank h2 span{
	color: #2e2e30;
}
.onerank .h2-wrap + p{
    margin: 13px 0 36px 0;
}
.onerank.last {
    padding: 0 0 30px 0;
}
.onerank .sales {
    max-width: 960px;
    overflow: hidden;
    margin: 40px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.onerank .sales .left-img{
	max-width: 449px;
	overflow: hidden;
}
.onerank .sales .left-img img{
	width: 100%;
	display: block;
}
.onerank .sales .right-area{
	float: right;
	width: 470px;
	overflow: hidden;
}
.onerank .sales .right-area h3{
	color: #005a49;
	font-size: 22px;
	margin: 0;
	padding-bottom: 10px;
	background: url(../img/img_border_03.png) repeat-x;
	background-position: bottom;
	background-size: 15px auto;
}
.onerank .sales .right-area h3 img{
	display: block;
	width: 149px;
}
.onerank .sales .right-area h3+p{
	margin: 30px 0 40px;
	line-height: 1.5em;
}
.onerank .sales .right-area h3+p span{
	font-size: 12px;
}
.onerank .btn-area a{
	font-family: "Rounded Mplus 1c";
	font-size:16px;
	padding:5px;
	display: block;
	text-align: center;
	background: #fff;
	color:#005a49;
	border: 1px solid #005a49;
	font-weight: bold;
}
.onerank .btn-area a span{
	vertical-align: text-bottom;
}
.onerank .btn-area a:before{
	background: url(../img/icon_blank_010.png) no-repeat left center;
	background-size:7px 15px;
	content: " ";
	display: inline-block;
	width: 5px;
	height: 18px;
	padding:0 0 0 20px;
}
.onerank .btn-area a:hover{
	background: #005a49;
	border:#005a49 solid 1px;
	color:#fff;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.changer {
    box-sizing: border-box;
    max-width: 980px;
    border: 10px solid #fcedd2;
    border-radius: 5px;
    background: #fcedd2;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.changer .changer-inner{
	padding: 20px 30px 35px 30px;
	background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div.changer + div.changer{
	margin-top: 30px;
}
.changer .change-txt{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.changer .change-txt .change-left{
    width: 57%;
    max-width: 510px;
}
.changer .change-txt .change-left h3{
	line-height: 1.2em;
	color: #49b8aa;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-bottom: 20px;
	font-size: 34px;
}
.changer .change-txt .change-left h3 span{
	font-size: 16px;
	display: inline-block;
    transform: rotate(0.05deg);
    padding: 0 0 10px 0;
	margin-bottom: 10px;
    color: #53b6a8;
    line-height: 1.1;
    background: url(../img/img_border_01.png) repeat-x;
    background-position: bottom;
    background-size: 10px auto;
}
.changer .change-txt .change-left h3 + p{
    max-width: 450px;
}
.changer .change-txt .change-right{
	width: 43.5%;
	max-width: 390px;
    transform: translate(17px, -2px);
}
.changer .change-txt .change-right img,.changer .after img{
	width: 100%;
	display: block;
}
.changer .after{
	position: relative;
}
.changer .after span{
	position: absolute;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	color: #feb31e;
	width: 117px;
	text-align: center;
	right: 14px;
    top: 15px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
.changer h4{
    text-align: center;
}
.changer h4 span{
    color: #2e2e2e;
    margin: 65px 0 17px 0;
    padding: 0 0 25px 0;
    background: url(../img/img_standard_h3.png) no-repeat;
    background-position: bottom center;
    background-size: auto 16px;
    line-height: 1.2em;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
}
.changer ul{
	display: flex;
	justify-content: space-between;
}
.changer ul li{
	width: 32%;
	max-width: 288px;
}
.changer ul li img{
	display: block;
	width: 100%;
}
.changer ul li p{
    position: relative;
    text-align: center;
    font-size: 14px;
    margin-top: 22px;
    line-height: 1.5em;
}
.changer ul li p span.num_wrap{
	position: absolute;
	top: -35px;
	text-align: center;
	display: block;
	width: 100%;
}
.changer ul li p span.num_wrap span{
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	font-family: "Rounded Mplus 1c";
    transform: rotate(0.05deg);
	background: #febe2b;
	line-height: 23px;
	padding: 0 15px;
	display: inline-block;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
.note{
	max-width: 980px;
	margin: 4px auto 0 auto;
	font-size: 12px;
}
/* ------------------------------------------------------
   merit
------------------------------------------------------ */
h2.h2-merit{
	color: #feb31e;
    font-size: 34px;
    max-width: 620px;
    overflow: hidden;
    margin: 73px auto 32px auto;
    padding: 0 0 20px 0;
    background: url(../img/img_border_02.png) repeat-x;
    background-position: bottom;
    line-height: 1em;
    text-align: center;
    background-size: 20px auto;
    letter-spacing: 1px;
}
.merit{
	max-width: 980px;
	margin: auto;
}
.merit li{
	display: flex;
	background: #fff;
	justify-content: flex-end;
	align-items: center;
}
.merit li:nth-child(2n){
    margin: 10px 0;
}
.merit li .merit-l{
	max-width: 480px;
	position: relative;
	padding-left: 100px;
}
.merit li .merit-l .num{
    position: absolute;
    left: 18px;
    color: #feb31e;
    font-size: 43px;
    font-weight: bold;
}
.merit li .merit-l strong{
    font-size: 20px;
    font-weight: bold;
    color: #2e2e2e;
    margin-bottom: 2px;
    display: block;
}
.merit li .merit-l img + p{
	line-height: 1.3em;
}
.merit li .merit-r{
	max-width: 341px;
	margin-left: 50px;
}
.merit li .merit-r img{
	width: 100%;
	display: block;
}
.onerank .bnr-area{
	max-width: 960px;
	margin: 30px auto 0 auto;
	clear: both;
}
.onerank .bnr-area:hover{
	opacity: 0.7;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.onerank .bnr-area img{
	width: 100%;
}
.onerank .bnr-cap{
	max-width: 960px;
	margin: auto;
	font-size: 12px;
}
/* ------------------------------------------------------
   link
------------------------------------------------------ */
.link{
	width: 100%;
	overflow: hidden;
	background: url(../img/img_link.png) repeat-x;
	background-position: bottom center;
	position: relative;
}
.link .inner{
	margin-top: 0;
}
.link .blming-area,.tel-area{
	margin-top: 50px;
	width: 512px;
	height: 310px;
	position: relative;
}
.link .blming-area{
	float: left;
}
.link .tel-area{
	float: right;
}
.link .blming-area .bg-white{
	float: right;
}
.link .blming-area .bg-white:before{
	content: '';
	position: absolute;
	left: 80px;
	top: 20px;
	background: url(../img/img_deco_01.png);
	width: 56px;
	height: 58px;
	background-size: contain;
}
.link .tel-area .bg-white{
	float: left;
}
.link .tel-area .bg-white:after{
	content: '';
	position: absolute;
	background: url(../img/img_deco_06.png);
	right: 85px;
	top: 45px;
	width: 60px;
	height: 56px;
	background-size: contain;
}
.link .bg-white{
	width: 395px;
	height: 250px;
	padding: 30px;
	margin: 10px 0 0 0;
	background: rgba(255, 255, 255, 0.7);
	box-shadow:0px 0px 15px 1px rgba(176,176,176,0.31);
	-moz-box-shadow:0px 0px 15px 1px rgba(176,176,176,0.31);
	-webkit-box-shadow:0px 0px 15px 1px rgba(176,176,176,0.31);
}
.link .bg-white h3{
	font-size: 22px;
	text-align: center;
}
.link .blming-area h3{
	margin: 35px 0 0 0;
	line-height: 1.5em;
}
.link .tel-area h3 {
	margin: 15px 0;
	line-height: 1.3em;
}
.link .blming-area figure.logo{
	text-align: center;
	margin: 20px auto;
	max-width: 213px;
}
.link .blming-area figure.logo img{
	width: 100%;
}
.link .tel-area figure.tel{
	display: block;
	max-width: 310px;
	margin: 10px auto;
}
.link .tel-area figure.tel img{
	width: 100%;
}
.link .tel-area figure.tel+p{
	margin-bottom: 10px;
}
.link .tel-area h4{
	width: 75%;
	margin: auto;
	padding: 1px;
	background: #bce2db;
	text-align: center;
	font-size: 14px;
	font-family: "Rounded Mplus 1c";
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

.link .blming-area .btn-area a{
	font-family: "Rounded Mplus 1c";
	font-size:18px;
	padding:7px;
	display: block;
	text-align: center;
	background: #004098;
	border:#004098 solid 1px;
	color:#fff;
}

.link .blming-area .btn-area a:before{
	background: url(../img/icon_blank_030.png) no-repeat left center;
	background-size:7px 15px;
	content: " ";
	display: inline-block;
	width: 5px;
	height: 15px;
	padding:0 0 0 20px;
}

.link .blming-area .btn-area a:hover{
	background: #fff;
	color:#004098;
	border: 1px solid #004098;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-weight: bold;
}

.link .blming-area .btn-area a:hover:before{
	background: url(../img/icon_blank_020.png) no-repeat left center;
	background-size:7px 15px;
	content: " ";
	display: inline-block;
	width: 5px;
	height: 15px;
	padding:0 0 0 20px;
}

.link .tel-area .btn-area a{
	font-family: "Rounded Mplus 1c";
	font-size:18px;
	padding:7px;
	display: block;
	text-align: center;
	background: #005a49;
	border:#005a49 solid 1px;
	color:#fff;
}

.link .tel-area .btn-area a:before{
	background: url(../img/icon_blank_030.png) no-repeat left center;
	background-size:7px 15px;
	content: " ";
	display: inline-block;
	width: 5px;
	height: 15px;
	padding:0 0 0 20px;
}

.link .tel-area .btn-area a:hover{
	background: #fff;
	color:#005a49;
	border: 1px solid #005a49;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-weight: bold;
}

.link .tel-area .btn-area a:hover:before{
	background: url(../img/icon_blank_010.png) no-repeat left center;
	background-size:7px 15px;
	content: " ";
	display: inline-block;
	width: 5px;
	height: 15px;
	padding:0 0 0 20px;
}
.link .blming-area figure.men{
	width: 137px;
	height: 212px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.link .tel-area figure.women{
	width: 104px;
	height: 205px;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* ------------------------------------------------------
   footer
------------------------------------------------------ */
footer{
	background: #d9eaba;
	color:#272727;
	text-align: center;
	width:100%;
	padding:35px 0 30px 0;
	font-size:11px;
}
#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 77%;
	z-index: 999;
}
#page-top a {
	background: #272727 url(../img/img_pagetop_010.png) no-repeat center center;
	background-size:17px 10px;
	text-decoration: none;
	width: 50px;
	height:50px;
	border-radius:50px;
	text-align: center;
	display: block;
	text-indent:-9999px
}

#page-top a:hover {
	text-decoration: none;
	background-color: #005a49;
}
footer a.tieup {
	box-sizing: border-box;
	font-family: "Rounded Mplus 1c";
	font-size: 16px;
	transform: rotate(0.05deg);
	padding: 5px;
	display: block;
	max-width: 960px;
	margin: 0 auto 20px auto;
	text-align: center;
	background: rgba(255,255,255,.7);
	color: #005a49;
	border: 1px solid #fff;
	font-weight: bold;
	width: calc(100% - 60px);
}
footer a.tieup::before {
	background: url(../img/icon_blank_010.png) no-repeat left center;
	background-size: 7px 15px;
	content: " ";
	display: inline-block;
	width: 5px;
	height: 18px;
	padding: 0 0 0 20px;
}
footer a.tieup span {
	vertical-align: text-bottom;
}
footer a.tieup:hover {
	background: #005a49;
	border: #005a49 solid 1px;
	color: #fff;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
footer a.tieup:hover::before{
	background: url(../img/icon_blank_030.png) no-repeat left center;
	background-size: 7px 15px;
	content: " ";
	display: inline-block;
	width: 5px;
	height: 18px;
	padding: 0 0 0 20px;
}

/* ------------------------------------------------------
   tablet 478以上　991以下
------------------------------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1080px) {

	/* ------------------------------------------------------
		common
	------------------------------------------------------ */
	header h1 {
		text-align: center;
	}
	/*
	header h1 img {
		width: 62%;
	}
	*/
	h2 {
		font-size: 30px;
		transform: rotate(0.05deg);
	}
	h3{
		transform: rotate(0.05deg)!important;
	}

	.inner{
		padding: 0 20px!important;
	}
	.border {
		width: 98%;
		position: absolute;
		height: 53vw;
		border: 1px solid #fff;
		top: 1vw;
	}
	/* ------------------------------------------------------
		standard
	------------------------------------------------------ */
	header .logo {
		position: absolute;
		left: 20px;
		top: 20px;
	}
	.standard .list-box{
		padding: 30px;
	}
	.standard h2 {
		max-width: 660px;
	}
	.standard h2:before {
		left: 0;
		top: 0;
	}
	.standard h2:after {
		right: 0;
		top: 0;
	}
	.standard h2 span{
		display: block;
	}
	.standard .left-area h3{
		margin: 30px 0 20px 0;
	}
	.standard .left-area{
		margin: 0;
	}
	.standard .slide{
		margin: 50px 0 0 0;
	}
	/* ------------------------------------------------------
		list
	------------------------------------------------------ */
	.list-box{
	    overflow: hidden;
		border: dotted 2px #49b8aa;
		margin: 30px 0 0 0;
		padding: 30px 60px;
	}
	
	
	
	
	/* ------------------------------------------------------
		onerank
	------------------------------------------------------ */
	.onerank {
		width: 100%;
		overflow: hidden;
		padding: 40px 0 80px 0;
		background: #fdf6e9;
	}
	.changer {
		box-sizing: border-box;
		max-width: 980px;
		border: 10px solid #fcedd2;
		border-radius: 5px;
		background: #fff;
		margin: 0 auto;
		overflow: hidden;
	}
	.onerank .sales .left-img{
		float: none;
		margin: auto;
	}
	.onerank .sales .left-img img{
		width: 100%;
	}
	.onerank .ba-slide .txt-area_a figure {
		display: none;
	}
	.onerank .ba-slide .txt-area_b figure {
		display: none;
	}
	.onerank .sales{
		display: block;
	}
	.onerank .sales .left-img,.onerank .sales .right-area{
		float: none;
		margin: auto;
	}
	.onerank .sales .right-area{
		width: 100%;
	}
	.onerank .sales .right-area h3 {
		margin-top: 30px;
	}
	.onerank ul.slides.clearfix li,.onerank ul.slides.clearfix li img{
		width: 100%;
		height: 64vw;
		border-radius: 0 5px 0 0;
		-moz-border-radius: 0 5px 0 0;
		-webkit-border-radius: 0 5px 0 0;
	}
	.onerank.last .title_wrap {
		width: 620px;
		margin-bottom: 20px;
	}
	.onerank.last h2 {
		max-width: 500px;
		line-height: 0.7;
		padding-bottom: 20px;
	}
	.onerank.last h2 span {
		font-size: 25px;
	}
	.onerank.last .title_wrap + p {
		font-size: 16px;
	}
	.onerank .construct {
		width: 100%;
		margin-bottom: 20px;
	}
	.onerank .construct .left-img {
		width: 100%;
		float: none;
	}
	.onerank .construct .left-img img {
		width: 100%;
	}
	.onerank .construct .right-txt {
		width: 100%;
		padding: 20px;
	}

	
	
	/* ------------------------------------------------------
	   link
	------------------------------------------------------ */
	.link .inner {
		margin-top: 20px;
	}
	.link .inner > a {
		width: 100%;
	}
	.link .blming-area,.link .tel-area {
		width: auto;
		float: none;
		height: auto;
		overflow: hidden;
	}
	.link .bg-white {
		width: auto;
		height: auto;
		padding: 30px;
		background: rgba(255, 255, 255, 0.5);
		overflow: hidden;
		margin: 10px;
		float: none!important;
	}
	.link .blming-area h3,.link .tel-area h3{
		margin-top: 0;
	}
	.link .tel-area figure.tel+p{
		text-align: center;
	}
	.link .blming-area .bg-white img {
		width: 70%;
		display: block;
		margin: 20px auto;
	}
	.link .blming-area figure.men,.link .tel-area figure.women{
		display: none;
	}
	.link .blming-area .bg-white:before {
		left: 28px;
		top: 57px;
	}
	.link .tel-area .bg-white:after {
		right: 61px;
		top: 44px;
	}
	.link .blming-area figure.logo {
		text-align: center;
		margin: 20px auto;
		max-width: 426px;
	}
	.link .tel-area figure.tel{
		max-width: unset;
	}
	.link .tel-area figure.tel img {
		width: 425px;
		margin: auto;
		display: block;
	}
}

/* ------------------------------------------------------
   sp 767以下
------------------------------------------------------ */
@media screen and (max-width: 767px) {

	/* ------------------------------------------------------
		common
	------------------------------------------------------ */
	.pc{
		display:none !important;
	}

	.sp{
		display:block;
	}
	.pc-inline{
		display:none !important;
	}

	.sp-inline{
		display:inline;
	}
	header{
		height: 82vw!important;
	}
	header h1 {
		text-align: center;
		margin-top: 26vw;
	}
	header h1 img {
		width: 70%;
	}
	h2{
		font-size: 25px;
		transform: rotate(0.05deg);
	}
	h3{
		transform: rotate(0.05deg)!important;
	}
	.inner{
		padding: 0 4vw;
	}
	.border {
		width: 98%;
		position: absolute;
		height: 88vw;
		top: 1vw;
		border: 1px solid #fff;
		left: 1%;
	}
	.mv {
		height: 100%;
	}
	header .logo img {
		width: 125px;
		height: 12px;
	}
	/* ------------------------------------------------------
		standard
	------------------------------------------------------ */
	header{
		height: 90vw!important;
		position: relative;
	}
	header .logo {
	position: absolute;
	left: 2vw;
	top: 10px;
	}

	.standard{
		padding: 30px 0!important;
	}
	.standard h2{
		padding-top: 0;
		line-height: 1.2;
	}
	.standard h2 span{
		font-size: 15px;
		display: block;
		margin: 0 0 10px 0;
		line-height: 18px;
		padding-right: 0;
	}
	.standard h2:before{
		left: calc(77px + 50%);
		top: -7px;
		width: 12vw;
		height: 12.4285714vw;
		max-width: 45px;
		max-height: 46px;
		background-repeat: no-repeat;
	}
	.standard h2:after{
		right: calc(83px + 50%);
		top: -7px;
		width: 12vw;
		height: 12.4285714vw;
		max-width: 45px;
		max-height: 46px;
		background-repeat: no-repeat;
	}
	.standard .left-area h3{
		font-size: 20px;
		margin:  20px 0;
	}
	.standard .left-area,.standard .slide{
		float: none;
		width: auto;
	}
	.standard .left-area{
		margin: 0 0 30px 0;
	}
	.standard .list-box{
		padding: 0 20px 20px 20px;
		margin: 24px 0 0 0;
	}
	.list-box h3 {
		font-size: 16px;
		line-height: 1.3em;
		margin: 20px auto;
		padding: 10px;
		transform: rotate(0.05deg);
		border-radius: 40px;
		-moz-border-radius: 40px;
		-webkit-border-radius: 40px;
	}
	.list-box ul {
		max-width: 470px;
		margin: auto;
	}
	.list-box ul li {
		width: 48%;
		max-width: 212px;
	}
	.list-box ul li p{
		line-height: 1.3em;
	    font-size: 13px;
	}
	.list-box ul li:nth-child(-n + 6){
		margin-bottom: 20px;
	}
	/* ------------------------------------------------------
	   onerank
	------------------------------------------------------ */
	.onerank{
		padding: 40px 0 0 0;
	}
	.onerank .h2-wrap{
		height: auto;
	}
	.onerank .h2-wrap:before{
		display: none;
	}
	.onerank .h2-wrap:after{
		display: none;
	}
	.onerank h2{
		font-size: 24px;
		line-height: 1.2;
		padding: 0 0 15px 0;
		letter-spacing: 0px;
	}
	.onerank .h2-wrap p {
		font-size: 15px;
		display: block;
		margin: 0 0 10px 0;
		line-height: 18px;
	}
	.onerank .h2-wrap + p {
		margin: 13px 0 24px 0;
	}
	.onerank .sales{
		margin: 40px auto 0 auto;
		display: block;
	}
	.onerank .sales .right-area{
		width: 100%;
	}
	.onerank .sales .right-area h3{
		font-size: 20px;
		line-height: 1.2em;
		transform: rotate(0.05deg);
		margin: 20px 0 0 0;
		background: url(../img/img_border_03.png) repeat-x;
		background-position: bottom;
		background-size: 15px auto;
		padding-bottom: 20px;
	}
	.onerank .sales .right-area h3 img{
		margin-bottom: 10px;
	}
	.onerank .sales .right-area h3+p span{
		line-height: 1;
	}
	.onerank .ba-slide .txt-area_b p.comment,.onerank .ba-slide .txt-area_a p.comment{
		width: 83%;
		height: 35vw;
		background-position: top center;
		position: relative;
		margin: 0;
	}
	.onerank .sales .right-area h3+p {
		margin: 20px 0;
	    line-height: 1.4em;
	}
	.changer {
		width: 100%;
		height: auto;
		border: 5px solid #fcedd2;
	}
	.changer .changer-inner{
		padding: 20px;
	}
	.changer .change-txt .change-left{
		width: 100%;
	}
	.changer .change-txt .change-left h3{
		font-size: 19px;
	}
	.changer .change-txt .change-right {
		width: 70%;
		max-width: 390px;
		margin: 10px auto 0 auto;
		transform: translate(0, 0);
	}
	.changer .sp-before{
		display: flex;
		align-items: flex-start;
		justify-content: space-between
	}
	.changer .sp-before span{
		display: block;
		font-size: 12px;
		line-height: 1.4em;
	    width: 49%;
	}
	.changer .sp-before img{
		width: 49%;
	}
	.changer .after span{
		top: 10px;
		right: 10px;
		font-size: 14px;
		line-height: 20px;
		width: 80px;
		padding: 2px 0 0 0;
	}
	.changer .after span {
		right: 10px;
		top: 10px;
		font-size: 14px;
		line-height: 20px;
		width: 80px;
		padding: 2px 0 0 0;
	}
	.changer h4 span {
		font-size: 18px;
		padding: 0 0 25px 0;
		margin: 40px auto 10px auto;
	}
	.changer .change-txt,.changer ul{
		flex-wrap: wrap;
	    margin-bottom: 15px;
	}
	.changer ul li{
		width: 100%;
		margin: auto;
	    max-width: 400px;
	}
	.changer ul li + li{
		margin-top: 20px;
	}
	/* ------------------------------------------------------
	   merit
	------------------------------------------------------ */
	.merit li .merit-l {
		max-width: none;
		position: relative;
		padding: 20px;
	}
	.merit li .merit-l .num {
		left: 5%;
		line-height: 1;
		top: 24px;
	}
	.merit li .merit-l strong {
		margin: 0 0 0 89px;
		display: inline-block;
	    font-size: 18px;
		line-height: 1.4em;
	}
	.merit-l img{
		display: block;
		width: 100%;
		margin: 20px 0;
	}
	/* ------------------------------------------------------
	   link
	------------------------------------------------------ */
	.link .inner{
		margin: 0;
	}
	.link .tel-area .bg-white{
		width: auto;
		float: none!important;
		height: auto;
		overflow: hidden;
	}
	.link .bg-white h3{
		font-size: 17px;
		line-height: 1.2em;
		width: 100%;
		margin: 0;
	}
	.link .blming-area, .tel-area,.link .bg-white{
		width: auto;
		float: none!important;
		height: auto;
		overflow: hidden;
		margin: 10px 5px;
	}
	.link .bg-white img{
		width: 100%;
	}
	.link .blming-area .bg-white:before {
		display: none;
	}
	.link .tel-area .bg-white:after {
		display: none;
	}
	.link .tel-area h4{
		margin-top: 10px;
	}
	.link .men,.link .women{
		display: none!important;
	}
	.link .btn-area a{
		font-size: 14px!important;
	}
	footer{
		padding: 20px 0 30px 0;
	}
	footer a.tieup {
	    width: 86%;
		margin: 0 auto 60px auto;
	}
}

/* ------------------------------------------------------
   sp 400以下
------------------------------------------------------ */
@media screen and (max-width: 400px) {


}


.changer .data {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.changer .data dl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 15px) / 2);
	padding: 10px 0;
	background: #f6f6f6;
}
.changer .data dt {
	font-weight: bold;
}
.changer .data dd::before {
	content: '：';
}
