@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	text-align: left;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
	font-size: calc((100vw / 320) * 11);
	color: #292929;
	line-height: 1.9;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.base_box {
	position: relative;
}

.pc_disp { display:none; }
.sp_disp { display:block; }

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,main,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	font-feature-settings: "pkna";
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0;
}

article,aside,details,figcaption,figure,main,
footer,header,hgroup,menu,nav,section {
	display: block;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: normal;
}

/* ▼LINK▼ */
a {
	color: #e131c2;
	text-decoration: underline;
	outline: none;
}

/* ▼IMG▼ */
img {
	max-width: 100%;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	border: 0;
}

button {
	border: 0;
	vertical-align: middle;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
	outline: none;
}

.img_frame {
	position: relative;
	overflow: hidden;
}

.img_frame img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* ▼BR▼ */
@media screen and (min-width: 480px){

	.landscape { display:block; }
	.portrait { display:none; }

}

@media screen and (max-width: 479px){

	.landscape { display:none; }
	.portrait { display:block; }

}

/*
TOPIMG
***************************************************************************/
#topimg {
	position: relative;
}

.hbtn {
	position: absolute;
	top: calc((100vw / 320) * 10);
	right: calc((100vw / 320) * 10);
	width: calc((100vw / 320) * 190);
	z-index: 10000;
}

.hbtn li {
	float: left;
	width: calc((100vw / 320) * 90);
	margin-left: calc((100vw / 320) * 5);
}

/*
CONTENTS
***************************************************************************/
#contents.form {
	padding: calc((100vw / 320) * 30) 0 calc((100vw / 320) * 60);
}

/* ▼EVENT▼ */
.event_box {
	position: relative;
}

.event_box .btn {
	position: absolute;
	bottom: calc((100vw / 320) * 25);
	left: 50%;
	width: calc((100vw / 320) * 266);
	transform: translateX(-50%);
}

/* ▼SLIDE▼ */
.slide_frame .bx-wrapper .bx-controls-direction a {
	display: block;
	position: absolute;
	top: 50%;
	width: calc((100vw / 320) * 24);
	height: calc((100vw / 320) * 24);
	margin-top: calc((100vw / 320) * -12);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1000;
}

.slide_frame .bx-wrapper .bx-prev {
	left: calc((100vw / 320) * -32);
	background: url(../images/sp/btn_prev.png) no-repeat;
	background-size: calc((100vw / 320) * 24);
}

.slide_frame .bx-wrapper .bx-next {
	right: calc((100vw / 320) * -32);
	background: url(../images/sp/btn_next.png) no-repeat;
	background-size: calc((100vw / 320) * 24);
}

.slide_frame .bx-wrapper .bx-controls-direction a.disabled { display:none; }

.slide_frame .bx-pager {
	display: none;
}

.img_slide li {
	float: left;
	width: calc((100vw / 320) * 117);
	margin-right: calc((100vw / 320) * 6);
}

/* ▼ABOUT▼ */
.pickup_list {
	position: relative;
}

.pickup_list .bx-wrapper {
	position: absolute;
	top: 0;
	left: calc((100vw / 320) * 40);
	width: calc((100vw / 320) * 240);
	height: calc((100vw / 320) * 156);
}

/* ▼PHOTO▼ */
.photo_sec .vis { display:none; }

.studio_list {
	padding-bottom: calc((100vw / 320) * 44);
	background: url(../images/sp/photo_bg01.jpg) center top no-repeat;
	background-size: 100%;
}

.studio_list .bx-wrapper {
	position: relative;
	margin: 0 calc((100vw / 320) * 40);
}

/* ▼ACCESS▼ */
.access_sec {
	margin-top: calc((100vw / 320) * 30);
	background: #fef8ec url(../images/sp/access_bg_top.jpg) center top no-repeat;
	background-size: 100%;
}

.access_sec .sec_inner {
	padding-bottom: calc((100vw / 320) * 40);
	background: url(../images/pc/access_bg_btm.jpg) center bottom no-repeat;
	background-size: 100%;
}

.access_sec .sec_title {
	-webkit-transform: translate(0,calc((100vw / 320) * -30));
	-moz-transform: translate(0,calc((100vw / 320) * -30));
	-ms-transform: translate(0,calc((100vw / 320) * -30));
	transform: translate(0,calc((100vw / 320) * -30));
	margin-bottom: calc((100vw / 320) * -30);
}

.access_sec .vis {
	position: absolute;
	top: calc((100vw / 320) * -30);
	right: 0;
	width: 100%;
	z-index: 10;
}

.access_sec .content {
	margin: 0 calc((100vw / 320) * 12) calc((100vw / 320) * 20);
	padding: 0 calc((100vw / 320) * 12) calc((100vw / 320) * 20);
	background: #fff;
}

.access_sec .category {
	margin-bottom: calc((100vw / 320) * 10);
}

.access_sec .title {
	-webkit-transform: translate(0,calc((100vw / 320) * -15));
	-moz-transform: translate(0,calc((100vw / 320) * -15));
	-ms-transform: translate(0,calc((100vw / 320) * -15));
	transform: translate(0,calc((100vw / 320) * -15));
	margin: 0 calc((100vw / 320) * -24) calc((100vw / 320) * -15);
}

.access_sec .box {
	margin-bottom: calc((100vw / 320) * 25);
	padding-bottom: calc((100vw / 320) * 25);
	border-bottom: dotted 1px #999;
}

.access_sec .box:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.access_sec .img {
	margin-bottom: calc((100vw / 320) * 15);
}

.access_sec .info {
	margin: calc((100vw / 320) * 10) 0;
}

.access_sec .info .tel {
	box-sizing: border-box;
	float: left;
	width: calc((100vw / 320) * 190);
	padding-left: calc((100vw / 320) * 38);
	font-size: calc((100vw / 320) * 22);
	font-weight: bold;
	line-height: calc((100vw / 320) * 32);
	background: url(../images/icon_tel.png) left center no-repeat;
	background-size: calc((100vw / 320) * 30);
}

.access_sec .info .tel a {
	color: #b18b3a;
	text-decoration: none;
	letter-spacing: -0.02rem;
}

.access_sec .info .tel span { display:none; }

.access_sec .info ul {
	float: right;
	width: calc((100vw / 320) * 80);
}

.access_sec .info li {
	float: right;
	width: calc((100vw / 320) * 20);
	margin-left: calc((100vw / 320) * 8);
	line-height: calc((100vw / 320) * 30);
}

.access_sec .info li:last-child { margin-left:0; }

.access_sec .data {
	margin: 0 0 calc((100vw / 320) * 15) calc((100vw / 320) * -5);
	font-size: calc((100vw / 320) * 11);
}

.access_sec .data dl {
	display: inline-block;
	margin-right: calc((100vw / 320) * 10);
}

.access_sec .data dt, .access_sec .data dd {
	display: inline-block;
	margin-right: calc((100vw / 320) * -4);
}

.access_sec iframe {
	display: block;
	width: 100%;
	height: calc((100vw / 320) * 200);
	border: none;
}

.access_sec .btn {
	margin: 0 calc((100vw / 320) * 12);
}

.access_sec .btn li {
	float: left;
	width: calc((100vw / 320) * 142);
}

.access_sec .btn li:last-child { float:right; }

/* ▼RESERVE▼ */
.reserve_sec {
	-webkit-transform: translate(0,calc((100vw / 320) * -25));
	-moz-transform: translate(0,calc((100vw / 320) * -25));
	-ms-transform: translate(0,calc((100vw / 320) * -25));
	transform: translate(0,calc((100vw / 320) * -25));
	margin-bottom: calc((100vw / 320) * -25);
}

.reserve_sec .content {
	position: relative;
	margin: 0 calc((100vw / 320) * 12) calc((100vw / 320) * 25);
	padding: calc((100vw / 320) * 20) calc((100vw / 320) * 12) calc((100vw / 320) * 30);
	background: #fdddf7;
	border-radius: calc((100vw / 320) * 8);
}

.reserve_sec .content:before {
	content: '';
	position: absolute;
	top: calc((100vw / 320) * -22);
	left: 50%;
	width: calc((100vw / 320) * 108);
	height: calc((100vw / 320) * 47);
	margin-left: calc((100vw / 320) * -54);
	background: url(../images/reserve_parts01.png) no-repeat;
	background-size: calc((100vw / 320) * 108);
	z-index: 10;
}

.reserve_sec .content > .inner {
	position: relative;
	padding: calc((100vw / 320) * 25) calc((100vw / 320) * 12) calc((100vw / 320) * 35);
	background: #fff;
}

.reserve_sec .content > .inner:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc((100vw / 320) * 20);
	height: calc((100vw / 320) * 20);
	background: url(../images/reserve_parts02.png) no-repeat;
	background-size: calc((100vw / 320) * 20);
}

.reserve_sec .txt {
	margin-bottom: calc((100vw / 320) * 20);
	font-size: calc((100vw / 320) * 10);
	text-align: center;
}

.reserve_sec .shop_cat {
	position: relative;
	padding-top: calc((100vw / 320) * 35);
}

.reserve_sec .shop_txt {
	position: absolute;
	left: 0;
	font-size: calc((100vw / 320) * 11);
	font-weight: bold;
	line-height: calc((100vw / 320) * 32);
}

.reserve_sec .shop_txt.c_blue { top:0; }
.reserve_sec .shop_txt.c_pink { top:calc((100vw / 320) * 80); }

.reserve_sec .shop_cat .radio_list li { float:none!important; }

.reserve_sec .shop_cat .radio_list li:nth-child(1) {
	margin-bottom: calc((100vw / 320) * 48);
}

.reserve_sec .btn_list li {
	margin-bottom: calc((100vw / 320) * 15);
}

.reserve_sec .btn_list li:last-child { margin-bottom:0; }

/* ▼PP▼ */
.pp_sec {
	margin: 0 calc((100vw / 320) * 12);
	padding-bottom: calc((100vw / 320) * 40);
}

.pp_sec .txt {
	margin-bottom: calc((100vw / 320) * 20);
}

.pp_sec .box {
	margin-bottom: calc((100vw / 320) * 25);
}

.pp_sec .title {
	margin-bottom: calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 14);
	color: #666;
}

.pp_sec ul {
	margin-top: calc((100vw / 320) * 20);
}

.pp_sec li {
	position: relative;
	margin-left: calc((100vw / 320) * -5);
	padding-left: calc((100vw / 320) * 25);
}

.pp_sec li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: calc((100vw / 320) * 20);
	text-align: right;
}

.pp_sec li:nth-child(1):before { content:'1.'; }
.pp_sec li:nth-child(2):before { content:'2.'; }
.pp_sec li:nth-child(3):before { content:'3.'; }
.pp_sec li:nth-child(4):before { content:'4.'; }
.pp_sec li:nth-child(5):before { content:'5.'; }
.pp_sec li:nth-child(6):before { content:'6.'; }
.pp_sec li:nth-child(7):before { content:'7.'; }
.pp_sec li:nth-child(8):before { content:'8.'; }
.pp_sec li:nth-child(9):before { content:'9.'; }
.pp_sec li:nth-child(10):before { content:'10.'; }
.pp_sec li:nth-child(11):before { content:'11.'; }
.pp_sec li:nth-child(12):before { content:'12.'; }
.pp_sec li:nth-child(13):before { content:'13.'; }
.pp_sec li:nth-child(14):before { content:'14.'; }
.pp_sec li:nth-child(15):before { content:'15.'; }
.pp_sec li:nth-child(16):before { content:'16.'; }
.pp_sec li:nth-child(17):before { content:'17.'; }
.pp_sec li:nth-child(18):before { content:'18.'; }
.pp_sec li:nth-child(19):before { content:'19.'; }
.pp_sec li:nth-child(20):before { content:'20.'; }

/*
FORM
***************************************************************************/
.form_input {
	margin-bottom: calc((100vw / 320) * 20);
}

.form_input dl {
	padding: calc((100vw / 320) * 15) 0 calc((100vw / 320) * 22);
	border-bottom: dotted 1px #ccc;
}

.form_input.conf dl { padding:calc((100vw / 320) * 12) 0; }

.form_input dt {
	margin-bottom: calc((100vw / 320) * 6);
	font-size: calc((100vw / 320) * 12);
	font-weight: bold;
	color: #686868;
}

.form_input.conf dt {
	margin-bottom: calc((100vw / 320) * 2);
	font-size: calc((100vw / 320) * 11);
	color: #292929;
	line-height: 1.9;
}

.form_input dt.must {
	position: relative;
	margin-bottom: calc((100vw / 320) * 12);
	padding-left: calc((100vw / 320) * 48);
	line-height: calc((100vw / 320) * 22);
}

.form_input dt.must:before {
	content: '必須';
	position: absolute;
	top: calc((100vw / 320) * -1);
	left: 0;
	width: calc((100vw / 320) * 40);
	height: calc((100vw / 320) * 22);
	text-align: center;
	font-size: calc((100vw / 320) * 11);
	color: #fef93f;
	line-height: calc((100vw / 320) * 22);
	background: #e060cf;
	border-radius: calc((100vw / 320) * 2);
}

.form_input dd {
	font-size: calc((100vw / 320) * 12);
}

.form_input.conf dd {
	font-size: calc((100vw / 320) * 11);
}

.reserve_select select { width:calc((100vw / 320) * 56); }
.reserve_select span { margin:0 calc((100vw / 320) * 4); vertical-align:middle; }

.btn_form {
	display: block;
	position: relative;
	width: 100%;
	height: calc((100vw / 320) * 50);
	text-align: center;
	font-size: calc((100vw / 320) * 14);
	font-weight: bold;
	color: #fff;
	line-height: calc((100vw / 320) * 50);
	text-decoration: none;
	border-radius: calc((100vw / 320) * 25);
}

.btn_form.next { background:#e130cd; }
.btn_form.back { background:#aaa; }

.btn_form:after {
	content: '';
	position: absolute;
	top: 50%;
	width: calc((100vw / 320) * 12);
	height: calc((100vw / 320) * 12);
	margin-top: calc((100vw / 320) * -6);
}

.btn_form.next:after {
	right: calc((100vw / 320) * 15);
	background: url(../images/arrow_right.png) no-repeat;
	background-size: calc((100vw / 320) * 12);
}

.btn_form.back:after {
	left: calc((100vw / 320) * 15);
	background: url(../images/arrow_left.png) no-repeat;
	background-size: calc((100vw / 320) * 12);
}

/*
FOOTER
***************************************************************************/
footer {
	padding: calc((100vw / 320) * 95) calc((100vw / 320) * 12) calc((100vw / 320) * 25);
	background: url(../images/sp/footer_bg.jpg) center top no-repeat;
	background-size: cover;
}

footer.top {
	margin-bottom: calc((100vw / 320) * 52);
}

footer .logo {
	position: absolute;
	top: calc((100vw / 320) * -140);
	left: calc((100vw / 320) * -7);
	width: calc((100vw / 320) * 130);
}

.copy {
	padding: 0 calc((100vw / 320) * 15);
	color: #fff;
	line-height: calc((100vw / 320) * 30);
	background: #6c5247;
	border-radius: calc((100vw / 320) * 15);
}

.copy small { font-size:calc((100vw / 320) * 10); }

footer .btn_ptop {
	position: absolute;
	bottom: calc((100vw / 320) * -25);
	right: calc((100vw / 320) * -12);
	width: calc((100vw / 320) * 170);
}

.fixed_btn {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.fixed_btn li {
	float: left;
	width: 50%;
}

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.block { display:block!important; }
.inline { display:inline!important; }
.iblock { display:inline-block!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.sp_w4per { width:4%; }
.sp_w5per { width:5%; }
.sp_w8per { width:8%; }
.sp_w10per { width:10%; }
.sp_w15per { width:15%; }
.sp_w20per { width:20%; }
.sp_w22per { width:22%; }
.sp_w25per { width:25%; }
.sp_w30per { width:30%; }
.sp_w35per { width:35%; }
.sp_w40per { width:40%; }
.sp_w45per { width:45%; }
.sp_w50per { width:50%; }
.sp_w55per { width:55%; }
.sp_w56per { width:56%; }
.sp_w60per { width:60%; }
.sp_w70per { width:70%; }
.sp_w75per { width:75%; }
.sp_w80per { width:80%; }
.sp_w100per { width:100%!important; }

/* ▼area▼ */
.sp_mb60 { margin-bottom:calc((100vw / 320) * 60)!important; }
.sp_mb55 { margin-bottom:calc((100vw / 320) * 55)!important; }
.sp_mb50 { margin-bottom:calc((100vw / 320) * 50)!important; }
.sp_mb45 { margin-bottom:calc((100vw / 320) * 45)!important; }
.sp_mb40 { margin-bottom:calc((100vw / 320) * 40)!important; }
.sp_mb35 { margin-bottom:calc((100vw / 320) * 35)!important; }
.sp_mb30 { margin-bottom:calc((100vw / 320) * 30)!important; }
.sp_mb25 { margin-bottom:calc((100vw / 320) * 25)!important; }
.sp_mb20 { margin-bottom:calc((100vw / 320) * 20)!important; }
.sp_mb15 { margin-bottom:calc((100vw / 320) * 15)!important; }
.sp_mb12 { margin-bottom:calc((100vw / 320) * 12)!important; }
.sp_mb10 { margin-bottom:calc((100vw / 320) * 10)!important; }
.sp_mb8 { margin-bottom:calc((100vw / 320) * 8)!important; }
.sp_mb5 { margin-bottom:calc((100vw / 320) * 5)!important; }
.sp_mb0 { margin-bottom:calc((100vw / 320) * 0)!important; }

.sp_mlr60 { margin-left:calc((100vw / 320) * 60)!important; margin-right:calc((100vw / 320) * 60)!important; }
.sp_mlr55 { margin-left:calc((100vw / 320) * 55)!important; margin-right:calc((100vw / 320) * 55)!important; }
.sp_mlr50 { margin-left:calc((100vw / 320) * 50)!important; margin-right:calc((100vw / 320) * 50)!important; }
.sp_mlr45 { margin-left:calc((100vw / 320) * 40)!important; margin-right:calc((100vw / 320) * 45)!important; }
.sp_mlr40 { margin-left:calc((100vw / 320) * 40)!important; margin-right:calc((100vw / 320) * 40)!important; }
.sp_mlr35 { margin-left:calc((100vw / 320) * 35)!important; margin-right:calc((100vw / 320) * 35)!important; }
.sp_mlr30 { margin-left:calc((100vw / 320) * 30)!important; margin-right:calc((100vw / 320) * 30)!important; }
.sp_mlr25 { margin-left:calc((100vw / 320) * 25)!important; margin-right:calc((100vw / 320) * 25)!important; }
.sp_mlr20 { margin-left:calc((100vw / 320) * 20)!important; margin-right:calc((100vw / 320) * 20)!important; }
.sp_mlr15 { margin-left:calc((100vw / 320) * 15)!important; margin-right:calc((100vw / 320) * 15)!important; }
.sp_mlr12 { margin-left:calc((100vw / 320) * 12)!important; margin-right:calc((100vw / 320) * 12)!important; }
.sp_mlr10 { margin-left:calc((100vw / 320) * 10)!important; margin-right:calc((100vw / 320) * 10)!important; }
.sp_mlr5 { margin-left:calc((100vw / 320) * 5)!important; margin-right:calc((100vw / 320) * 5)!important; }
.sp_mlr-1 { margin-left:calc((100vw / 320) * -1)!important; margin-right:calc((100vw / 320) * -1)!important; }
.sp_mlr-5 { margin-left:calc((100vw / 320) * -5)!important; margin-right:calc((100vw / 320) * -5)!important; }
.sp_mlr-10 { margin-left:calc((100vw / 320) * -10)!important; margin-right:calc((100vw / 320) * -10)!important; }
.sp_mlr-20 { margin-left:calc((100vw / 320) * -20)!important; margin-right:calc((100vw / 320) * -20)!important; }

.sp_mr50 { margin-right:calc((100vw / 320) * 50)!important; }
.sp_mr40 { margin-right:calc((100vw / 320) * 40)!important; }
.sp_mr30 { margin-right:calc((100vw / 320) * 30)!important; }
.sp_mr25 { margin-right:calc((100vw / 320) * 25)!important; }
.sp_mr20 { margin-right:calc((100vw / 320) * 20)!important; }
.sp_mr15 { margin-right:calc((100vw / 320) * 15)!important; }
.sp_mr10 { margin-right:calc((100vw / 320) * 10)!important; }
.sp_mr5 { margin-right:calc((100vw / 320) * 5)!important; }
.sp_mr0 { margin-right:calc((100vw / 320) * 0)!important; }
.sp_mr-5 { margin-right:calc((100vw / 320) * -5)!important; }

.sp_ml50 { margin-left:calc((100vw / 320) * 50)!important; }
.sp_ml40 { margin-left:calc((100vw / 320) * 40)!important; }
.sp_ml30 { margin-left:calc((100vw / 320) * 30)!important; }
.sp_ml20 { margin-left:calc((100vw / 320) * 20)!important; }
.sp_ml15 { margin-left:calc((100vw / 320) * 15)!important; }
.sp_ml10 { margin-left:calc((100vw / 320) * 10)!important; }
.sp_ml0 { margin-left:calc((100vw / 320) * 0)!important; }
.sp_ml-5 { margin-left:calc((100vw / 320) * -5)!important; }
.sp_ml-10 { margin-left:calc((100vw / 320) * -10)!important; }
.sp_ml-15 { margin-left:calc((100vw / 320) * -15)!important; }
.sp_ml-20 { margin-left:calc((100vw / 320) * -20)!important; }

.sp_mt60 { margin-top:calc((100vw / 320) * 60)!important; }
.sp_mt55 { margin-top:calc((100vw / 320) * 55)!important; }
.sp_mt50 { margin-top:calc((100vw / 320) * 50)!important; }
.sp_mt45 { margin-top:calc((100vw / 320) * 45)!important; }
.sp_mt40 { margin-top:calc((100vw / 320) * 40)!important; }
.sp_mt30 { margin-top:calc((100vw / 320) * 30)!important; }
.sp_mt20 { margin-top:calc((100vw / 320) * 20)!important; }
.sp_mt15 { margin-top:calc((100vw / 320) * 15)!important; }
.sp_mt10 { margin-top:calc((100vw / 320) * 10)!important; }
.sp_mt5 { margin-top:calc((100vw / 320) * 5)!important; }
.sp_mt3 { margin-top:calc((100vw / 320) * 3)!important; }
.sp_mt0 { margin-top:calc((100vw / 320) * 0)!important; }
.sp_mt-5 { margin-top:calc((100vw / 320) * -5)!important; }
.sp_mt-10 { margin-top:calc((100vw / 320) * -10)!important; }
.sp_mt-20 { margin-top:calc((100vw / 320) * -20)!important; }
.sp_mt-40 { margin-top:calc((100vw / 320) * -40)!important; }
.sp_mt-50 { margin-top:calc((100vw / 320) * -50)!important; }

.sp_pb30 { padding-bottom:calc((100vw / 320) * 30)!important; }
.sp_pb8 { padding-bottom:calc((100vw / 320) * 8)!important; }
.sp_pb0 { padding-bottom:calc((100vw / 320) * 0)!important; }

.sp_p20 { padding:calc((100vw / 320) * 20)!important; }
.sp_p15 { padding:calc((100vw / 320) * 15)!important; }
.sp_p10 { padding:calc((100vw / 320) * 10)!important; }

.sp_pt60 { padding-top:calc((100vw / 320) * 60)!important; }
.sp_pt50 { padding-top:calc((100vw / 320) * 50)!important; }

.sp_ptb20 { padding-top:calc((100vw / 320) * 20)!important; padding-bottom:calc((100vw / 320) * 20)!important; }
.sp_ptb15 { padding-top:calc((100vw / 320) * 15)!important; padding-bottom:calc((100vw / 320) * 15)!important; }
.sp_ptb5 { padding-top:calc((100vw / 320) * 5)!important; padding-bottom:calc((100vw / 320) * 5)!important; }
.sp_ptb0 { padding-top:calc((100vw / 320) * 0)!important; padding-bottom:calc((100vw / 320) * 0)!important; }

.sp_plr25 { padding-left:calc((100vw / 320) * 25)!important; padding-right:calc((100vw / 320) * 25)!important; }

/* ▼font▼ */
.bold { font-weight:bold!important; }
.normal { font-weight:normal!important; }

.sp_size10 { font-size:calc((100vw / 320) * 10)!important; }
.sp_size11 { font-size:calc((100vw / 320) * 11)!important; }
.sp_size12 { font-size:calc((100vw / 320) * 12)!important; }
.sp_size13 { font-size:calc((100vw / 320) * 13)!important; }
.sp_size14 { font-size:calc((100vw / 320) * 14)!important; }
.sp_size16 { font-size:calc((100vw / 320) * 16)!important; }
.sp_size17 { font-size:calc((100vw / 320) * 17)!important; }
.sp_size18 { font-size:calc((100vw / 320) * 18)!important; }
.sp_size19 { font-size:calc((100vw / 320) * 19)!important; }
.sp_size20 { font-size:calc((100vw / 320) * 20)!important; }
.sp_size22 { font-size:calc((100vw / 320) * 22)!important; }
.sp_size24 { font-size:calc((100vw / 320) * 24)!important; }
.sp_size30 { font-size:calc((100vw / 320) * 30)!important; }

.c_pink { color:#f1619b!important; }
.c_blue { color:#5ab7d5!important; }

.lh2 { line-height:2!important; }
.lh18 { line-height:1.8!important; }
.lh16 { line-height:1.6!important; }
.lh15 { line-height:1.5!important; }

/* ▼link▼ */
a.line, .line { text-decoration:underline!important; }
a.no_line { text-decoration:none!important; }

/* ▼frame▼ */
.img_frame01 { border:solid 1px #fff; }

/* ▼line▼ */

/* ▼indent▼ */
.indent1 { margin-left:1em; text-indent:-1em; }
.indent2 { margin-left:2em; text-indent:-2em; }
.indent3 { margin-left:3em; text-indent:-3em; }
.indent4 { margin-left:4em; text-indent:-4em; }
.indent5 { margin-left:5em; text-indent:-5em; }
.indent6 { margin-left:6em; text-indent:-6em; }


/* ▼background▼ */
.bg_none { background:none!important; }

/* ▼border▼ */
.border_none { border:none!important; }

/* ▼form▼ */
input[type="text"], input[type="file"], input[type="tel"], input[type="email"], input[type="password"], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: calc((100vw / 320) * 32);
	padding: 0 calc((100vw / 320) * 6);
	vertical-align: middle;
	font-size: calc((100vw / 320) * 11);
	color: #292929;
	line-height: calc((100vw / 320) * 30);
	background: #fff;
	border: solid 1px #aaa;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
	border-radius: calc((100vw / 320) * 4);
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%!important;
	height: calc((100vw / 320) * 200)!important;
	padding: calc((100vw / 320) * 5) calc((100vw / 320) * 10);
	font-size: calc((100vw / 320) * 11);
	color: #292929;
	line-height: 1.9;
	background: #fff;
	border: solid 1px #aaa;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
	border-radius: calc((100vw / 320) * 4);
}

select::-ms-expand { display:none; }

select {
	background: #fff url(../images/arrow_select.png) right calc((100vw / 320) * 6) center no-repeat;
	background-size: calc((100vw / 320) * 10);
}

input[type="text"]:focus, input[type="file"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="date"]:focus, select:focus, textarea:focus {
	border: solid 1px #aaa;
	outline: none;
}

input[type="submit"]:focus { outline:none; }

input::-webkit-input-placeholder {
	font-size: 1.2rem!important;
	color: #c0c0c0;
	font-weight: normal;
}

input:-ms-input-placeholder {
	font-size: 1.2rem!important;
	color: #c0c0c0;
	font-weight: normal;
}

input::-moz-placeholder {
	font-size: 1.2rem!important;
	color: #c0c0c0;
	font-weight: normal;
}

textarea::-webkit-input-placeholder {
	font-size: 1.2rem!important;
	color: #c0c0c0;
	font-weight: normal;
}

textarea:-ms-input-placeholder {
	font-size: 1.2rem!important;
	color: #c0c0c0;
	font-weight: normal;
}

textarea::-moz-placeholder {
	font-size: 1.2rem!important;
	color: #c0c0c0;
	font-weight: normal;
}

button:focus { outline:none; }

.radio_list li {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: calc((100vw / 320) * 120);
	height: calc((100vw / 320) * 32);
	text-align: center;
	font-size: calc((100vw / 320) * 11);
	line-height: calc((100vw / 320) * 30);
	background: #fff;
	border: solid 1px #aaa;
	border-radius: calc((100vw / 320) * 16);
}

.radio_list li:nth-child(2n) { float:right; }

.radio_list li.active {
	color: #fff;
	background: #f190e4;
	border: solid 1px #f190e4;
}

.radio_list input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	width: calc((100vw / 320) * 120);
	height: calc((100vw / 320) * 32);
	margin: 0!important;
	opacity: 0;
}
