@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	font-size: 62.5%;
	overflow-y: auto;
	overflow-x: hidden;
}

body {
	width: 100%;
	min-width: 1000px;
	height: auto;
	font-family: "Ryumin Regular KL", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
	font-size: 1.4rem;
	line-height: 2.25;
	color: #1e1e1e;
	background: #fff;
	overflow-x: hidden;
}

.base_box {
	position: relative;
	width: 1000px!important;
	margin: 0 auto;
}

.sc_base_box {
	position: relative;
	width: 1600px!important;
	margin: 0 auto;
	background: #0c0d0d;
	padding: 70px;
	text-align: center;
	color: #c2c9d0;
	font-size: 14px;

}


/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	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;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,video {
	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;
}

/* ▼LINK▼ */
a {
	color: #1e1e1e;
	text-decoration: none;
	outline: none;
	transition: .5s;
	backface-visibility: hidden;
}

/* ▼IMG▼ */
img { 
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	transition: .5s;
	backface-visibility: hidden;
}

.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%);
}

/*
HEADER
***************************************************************************/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.h_logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
}

.btn_gnavi {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 101;
	cursor: pointer;
}

/*
NAVI
***************************************************************************/
#gnavi {
	display: none;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	height: 100vh;
	padding: 150px 0;
	background: #0c0d0d;
	z-index: 1000;
}

#gnavi .btn_gnavi { z-index:1001; }

#gnavi .frame {
	display: table;
	width: 100%;
}

#gnavi .inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

#gnavi .list {
	margin-bottom: 60px;
}

#gnavi .list li a:hover img { opacity:0.25; }

#gnavi .slist {
	width: 400px;
	margin: 0 auto;
}

#gnavi .slist li:first-child { float:left; }
#gnavi .slist li:last-child { float:right; }

#gnavi .slist .btn01 {
	width: 100%;
	margin: 0;
	padding: 0;
}

/*
CONTENTS
***************************************************************************/
/* ▼PAGE TITLE▼ */
#page_title {
	background: url(../common_img/ptitle_bg.jpg) center center no-repeat;
	background-size: cover;
}

/* ▼PAGINATION▼ */
.page_list {
	text-align: center;
	font-size: 1.8rem;
	line-height: 40px;
}

.page_list li {
	display: inline-block;
}

.page_list li a, .page_list li span {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 15px;
	color: #fff;
}

.page_list li a:hover { opacity:0.5; }

.page_list li.ex a { width:auto; margin:-5px 20px 0; }

.page_list li span { color:#a68384; }

.page_list li span:after {
	position: absolute;
	content: '';
	bottom: -15px;
	left: 50%;
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background: #a68384;
	border-radius: 6px;
}

/*
TOP
***************************************************************************/
/* ▼TOPIMG▼ */
#topimg {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url(../images/topimg.jpg) center top no-repeat;
	background-size: cover;
}

#topimg .inner {
	position: absolute;
	bottom: 90px;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	z-index: 101;
}

#topimg .title {
	text-align: center;
	font-size: 1.4rem;
	font-weight: normal;
	color: #fff;
	line-height: 2.25;
}

/* ▼CONCEPT▼ */
.top_concept {
	padding: 80px 0 120px;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	background: url(../images/concept_bg.jpg) center center no-repeat;
	background-size: cover;
}

/* ▼COLUMN▼ */
.column_list.top {
	padding: 300px 0 180px;
}

.column_list.top .box:nth-child(2n) {
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
}

/*
COLUMN
***************************************************************************/
/* ▼LIST▼ */
.column_list {
	padding: 210px 0 180px;
	background: #0c0d0d;
}

.column_list > .inner {
	width: 1100px;
	margin: 0 auto;
	line-height: 2;
}

.column_list .box {
	float: left;
	width: 520px;
	margin: 0 60px 80px 0;
}

.column_list .box:nth-child(2n) { margin-right:0; }

.column_list .box a {
	display: block;
	color: #8b8a8b;
}

.column_list .box a:hover img, .column_list .sbox a:hover img { opacity:0.25; }
.column_list .box a:hover, .column_list .sbox a:hover { color:#2e2e2e; }
.column_list .box a:hover .title, .column_list .sbox a:hover .title { color:#2e2e2e; }

.column_list .box .img {
	height: 380px;
	margin-bottom: 35px;
}

.column_list .box a .title, .column_list .box .title, .column_list .sbox a .title {
	color: #fff;
	transition: .5s;
	backface-visibility: hidden;
}

.column_list .box a .title {
	margin-bottom: 25px;
	font-size: 2rem;
}

.column_list .sbox {
	float: left;
	width: 340px;
	margin: 0 40px 80px 0;
}

.column_list .sbox:nth-child(3n) { margin-right:0; }

.column_list .sbox a {
	display: block;
	color: #8a7c7e;
}

.column_list .sbox .img {
	height: 234px;
	margin-bottom: 25px;
}

.column_list .sbox a .title {
	margin-bottom: 15px;
	font-size: 1.8rem;
}

/* ▼DETAIL▼ */
#column_topimg {
	display: table;
	width: 100%;
	height: 520px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#column_topimg .inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

#column_topimg .title {
	position: relative;
	margin-bottom: 70px;
	font-size: 4rem;
}

#column_topimg .title span {
	display: block;
	margin-bottom: 10px;
	font-size: 2rem;
}

#column_topimg .title:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -35px;
	left: 50%;
	width: 200px;
	height: 1px;
	margin-left: -100px;
	background: #c7c7c7;
}

.column_detail .date {
	padding: 35px 0;
	color: #fff;
	background: #101213;
	border-bottom: solid 1px #8a7c7e;
}

.column_detail dt {
	float: left;
	width: 80px;
}

.column_detail dd {
	float: left;
	width: 920px;
}

.column_detail .intro {
	padding: 130px 0 140px;
	color: #c2c9d0;
	background: #0c0d0d;
}

.column_detail .intro .title {
	margin-bottom: 55px;
	font-size: 3rem;
	color: #fff;
}

.column_detail .box_black {
	padding: 135px 0 145px;
	color: #d0c2c3;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.column_detail .box_black .title {
	position: relative;
	margin-bottom: 90px;
	font-size: 3rem;
	color: #fff;
	line-height: 1.8;
}

.column_detail .box_black .title:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -45px;
	left: 0;
	width: 100px;
	height: 1px;
	background: #a08383;
}

.column_detail .box_white {
	padding: 180px 0;
	color: #343838;
	background: #f3f6f6;
}

.column_detail .box_white .content {
	width: 420px;
}

.column_detail .box_white .title {
	position: relative;
	margin-bottom: 60px;
	font-size: 2rem;
	color: #566878;
	line-height: 1.7;
}

.column_detail .box_white .title:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100px;
	height: 1px;
	background: #8392a0;
}

.column_detail .box_white .txt {
	margin-bottom: 40px;
}

.column_detail .item {
	padding: 180px 0 170px;
	color: #343838;
	background: #f3f6f6;
}

.column_detail .item .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
	font-size: 3rem;
	line-height: 1.52;
}

.column_detail .item .box {
	display: table;
	width: 100%;
	margin-bottom: 100px;
}

.column_detail .item .content {
	display: table-cell;
	width: 50%;
	padding: 0 80px 45px 0;
	vertical-align: bottom;
}

.column_detail .item .img {
	display: table-cell;
	width: 50%;
	vertical-align: bottom;
}

.column_detail .item .box:nth-child(2n) .content { padding:0 0 45px 80px; }
.column_detail .item .box:first-child .content { padding:0 80px 80px 0; }

.column_detail .item .stitle {
	position: relative;
	margin-bottom: 60px;
	font-size: 1.4rem;
	line-height: 1.7;
}

.column_detail .item .stitle:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100px;
	height: 1px;
	background: #8392a0;
}

.column_detail .profile {
	padding: 160px 0 140px;
	background: #181a1a;
}

.column_detail .profile .content {
	float: right;
	width: 520px;
	color: #fff;
}

.column_detail .profile .btn02:after {
	right: -70px;
	width: 70px;
	background: url(../common_img/arrow01.png) no-repeat;
}

.column_detail .profile .btn02:hover:after { right:-90px; }

.column_detail .btn, .column_detail .btn a {
	display: block;
	width: 100%;
	text-align: center;
	background: #2f2627;
}

.column_detail .btn:hover, .column_detail .btn a:hover { background:#554346; }

.column_detail .btn.back { background:#2b2a2a; }
.column_detail .btn.back:hover { background:#535353; }


.column_detail .sc {
	padding: 0px 0 40px;
	background: #181a1a;
}

.column_detail .list {
	padding: 0 100px 110px;
	background: #181a1a;
}

.column_detail .list .inner {
	padding: 100px 0 90px;
	background: #0c0d0d;
}

.column_detail .list .box {
	width: 340px;
	line-height: 2;
}

.column_detail .list .box.prev { float:left; }
.column_detail .list .box.next { float:right; }

.column_detail .list .box a {
	display: block;
	position: relative;
	color: #8b8a8b;
}

.column_detail .list .box .img {
	height: 235px;
	margin-bottom: 25px;
}

.column_detail .list .box .img_frame img {
	max-width: 120%;
	max-height: 120%;
}

.column_detail .list .box a:after {
	display: block;
	content: '';
	position: absolute;
	top: 185px;
	width: 80px;
	height: 36px;
	transition: .5s;
	backface-visibility: hidden;
}

.column_detail .list .box.prev a:after {
	left: -50px;
	background: url(../common_img/img_prev.png) no-repeat;
}

.column_detail .list .box.next a:after {
	right: -50px;
	background: url(../common_img/img_next.png) no-repeat;
}

.column_detail .list .box .title {
	margin-bottom: 20px;
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.7;
	transition: .5s;
	backface-visibility: hidden;
}

.column_detail .list .btn_list {
	float: left;
	margin: 180px 130px 0;
}

.column_detail .list a:hover img, .column_detail .list .box a:hover:after { opacity:0.25; }
.column_detail .list .box a:hover { color:#2e2e2e; }
.column_detail .list .box a:hover .title { color:#2e2e2e; }

/*
GALLERY
***************************************************************************/
.gallery_sec {
	padding: 160px 100px 190px;
	background: #f3f6f6;
}

.gallery_sec ul { display:none; }
.gallery_sec ul:first-child { display:block; }

.gallery_sec li {
	box-sizing: border-box;
	float: left;
	margin-bottom: 50px;
}

.gallery_sec li .img {
	height: 550px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.gallery_sec li:nth-child(1), .gallery_sec li:nth-child(4), .gallery_sec li:nth-child(5) { width:35.9375%; }
.gallery_sec li:nth-child(2), .gallery_sec li:nth-child(3), .gallery_sec li:nth-child(6) { width:64.0625%; }
.gallery_sec li:nth-child(2n+1) { padding-right:25px; }
.gallery_sec li:nth-child(2n) { padding-left:25px; }

.gallery_sec .btn { cursor:pointer; }

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

	.gallery_sec {
		padding: 160px 75px 190px;
	}

}

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

	.gallery_sec {
		padding: 160px 50px 190px;
	}

}

/*
FORM
***************************************************************************/
.form_sec {
	padding: 200px 0 220px;
	color: #fff;
	background: #0c0d0d;
}

.form_sec.comp { padding:120px 0 180px; }

.form_sec .inner {
	width: 1100px;
	margin: 0 auto;
}

.form_sec .must {
	margin-right: 8px;
	color: #8a7c7e;
}

.form_list {
	margin-bottom: 100px;
}

.form_list dl {
	padding: 55px 50px;
	border-bottom: solid 1px #8a7c7e;
}

.form_list.conf dl { padding:30px 50px; }

.form_list dt {
	float: left;
	width: 20%;
	margin-top: 10px;
}

.form_list.conf dt { margin-top:0; }

.form_list dd {
	float: left;
	width: 80%;
}

.mfp_err {
	display: none;
	margin-top: 20px;
	padding: 0 15px;
	text-align: left;
	font-size: 1.3rem;
	font-weight: normal;
	color: #fff;
	line-height: 40px;
	background: #2f2627;
	clear: both;
}

.form_sec .btn button, .form_sec .btn a {
	display: block;
	width: 100%;
	text-align: center;
	background: #2f2627;
}

.form_sec .btn button:hover, .form_sec .btn a:hover { background:#554346; }

/* ▼PP▼ */
.pp_sec {
	margin-bottom: 95px;
	text-align: center;
	color: #c2c9d0;
}

.pp_sec .title {
	margin-bottom: 30px;
	font-size: 2rem;
	color: #fff;
}

/* ▼CONFIRM▼ */
.conf_title {
	margin-bottom: 40px;
	padding-top: 30px;
	text-align: center;
	font-size: 3rem;
	color: #fff;
}

.conf_txt {
	margin-bottom: 40px;
	text-align: center;
	color: #c2c9d0;
}

.form_sec .back {
	float: left;
	width: 360px;
}

.form_sec .send {
	float: right;
	width: 700px;
}

.form_sec .btn.back button { background:#2b2a2a; }
.form_sec .btn.back button:hover { background:#535353; }

/*
OPERATOR
***************************************************************************/
.operator_sec {
	padding: 190px 0;
	background: #151414;
}

.operator_sec .content {
	float: right;
	width: 520px;
	color: #fff;
}

.operator_sec .btn02:after {
	right: -70px;
	width: 70px;
	background: url(../common_img/arrow01.png) no-repeat;
}

.operator_sec .btn02:hover:after { right:-90px; }

.operator_sec .btn {
	padding-bottom: 4px;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	line-height: 60px;
	letter-spacing: 0.15rem;
	border: solid 1px #8a7c7e;
	cursor: pointer;
	transition: .5s;
	backface-visibility: hidden;
}

.operator_sec .btn:hover { opacity:0.5; }

.operator_sec .btn span {
	padding-right: 30px;
	background: url(../common_img/arrow03_down.png) right center no-repeat;
}

.operator_sec .btn.opened span {
	background: url(../common_img/arrow03_up.png) right center no-repeat;
}

.operator_sec .inner {
	display: none;
	padding: 35px 45px 10px;
	border-left: solid 1px #8a7c7e;
	border-right: solid 1px #8a7c7e;
	border-bottom: solid 1px #8a7c7e;
}

.operator_sec .inner li {
	box-sizing: border-box;
	float: left;
	width: 25%;
	margin-bottom: 30px;
	padding-right: 25px;
	line-height: 60px;
}

.operator_sec .inner li a { color:#fff; }
.operator_sec .inner li a:hover { opacity:0.5; }

.operator_sec .inner li img {
	margin-right: 12px;
	vertical-align: middle;
}

/*
CONTACT
***************************************************************************/
.contact_sec a {
	display: block;
	text-align: center;
	background: #000;
}

.contact_sec a:hover img { opacity:0.15; }

/*
FOOTER
***************************************************************************/
footer {
	padding: 90px 0 80px;
	background: #0c0d0d;
	border-top: solid 1px #8a7c7e;
}

footer .info {
	float: left;
	width: 700px;
}

.fnavi li {
	float: left;
	margin-bottom: 30px;
}

.fnavi li a:hover img { opacity:0.25; }

footer small {
	font-size: 1.1rem;
	color: #3e3f3f;
}

footer .slist {
	float: right;
	width: 250px;
	margin-top: 25px;
}

footer .slist li .btn02:after {
	right: -50px;
	width: 50px;
	background: url(../common_img/arrow02.png) no-repeat;
}

footer .slist li .btn02:hover:after { right:-70px; }

/*
PARTS
***************************************************************************/
/* ▼CONTENTS EFFECT▼ */
.delay_fade {
	opacity: 0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.delay_fade.active {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* ▼BUTTON▼ */
.btn01 {
	display: block;
	position: relative;
	width: 500px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	font-size: 1.8rem;
}

.btn01.white { color:#fff; }
.btn01.black { color:#343838; }

.btn01:before, .btn01:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
}

.btn01:before {
	width: 100%;
}

.btn01:after {
	width: 0;
	transition: .5s;
	backface-visibility: hidden;
}

.btn01.white:before, .btn01.white:after { background:#fff; }
.btn01.black:before, .btn01.black:after { background:#606464; }

.btn01:hover:before { width:0; }
.btn01:hover:after { width:100%; }

.btn02 {
	display: inline-block;
	position: relative;
}

.btn02:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 20px;
	height: 6px;
	transition: .7s;
	backface-visibility: hidden;
}

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.block { display:block!important; }
.inline { display:inline!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▼ */
.w4per { width:4%; }
.w5per { width:5%; }
.w8per { width:8%; }
.w10per { width:10%; }
.w15per { width:15%; }
.w20per { width:20%; }
.w22per { width:22%; }
.w25per { width:25%; }
.w30per { width:30%; }
.w35per { width:35%; }
.w50per { width:50%; }
.w55per { width:55%; }
.w56per { width:56%; }
.w60per { width:60%; }
.w70per { width:70%; }
.w75per { width:75%; }
.w80per { width:80%; }
.w100per { width:100%!important; }

.w100 { width:100px!important; }
.w125 { width:125px!important; }
.w150 { width:150px!important; }
.w160 { width:160px!important; }
.w250 { width:250px!important; }
.w270 { width:270px!important; }
.w300 { width:300px!important; }
.w320 { width:320px!important; }
.w380 { width:380px!important; }
.w400 { width:400px!important; }
.w430 { width:430px!important; }
.w480 { width:480px!important; }
.w500 { width:500px!important; }
.w510 { width:510px!important; }
.w580 { width:580px!important; }
.w680 { width:680px!important; }
.w760 { width:760px!important; }
.w900 { width:900px!important; }

.h300 { height:300px!important; }

.zoom05 { zoom:0.5; }

/* ▼area▼ */
.mb160 { margin-bottom:160px!important; }
.mb140 { margin-bottom:140px!important; }
.mb130 { margin-bottom:130px!important; }
.mb120 { margin-bottom:120px!important; }
.mb100 { margin-bottom:100px!important; }
.mb95 { margin-bottom:95px!important; }
.mb90 { margin-bottom:90px!important; }
.mb85 { margin-bottom:85px!important; }
.mb80 { margin-bottom:80px!important; }
.mb75 { margin-bottom:75px!important; }
.mb70 { margin-bottom:70px!important; }
.mb65 { margin-bottom:65px!important; }
.mb60 { margin-bottom:60px!important; }
.mb55 { margin-bottom:55px!important; }
.mb50 { margin-bottom:50px!important; }
.mb45 { margin-bottom:45px!important; }
.mb40 { margin-bottom:40px!important; }
.mb35 { margin-bottom:35px!important; }
.mb30 { margin-bottom:30px!important; }
.mb25 { margin-bottom:25px!important; }
.mb20 { margin-bottom:20px!important; }
.mb15 { margin-bottom:15px!important; }
.mb12 { margin-bottom:12px!important; }
.mb10 { margin-bottom:10px!important; }
.mb8 { margin-bottom:8px!important; }
.mb5 { margin-bottom:5px!important; }
.mb0 { margin-bottom:0!important; }

.mlr115 { margin-left:115px!important; margin-right:115px!important; }
.mlr100 { margin-left:100px!important; margin-right:100px!important; }
.mlr80 { margin-left:80px!important; margin-right:80px!important; }
.mlr75 { margin-left:75px!important; margin-right:75px!important; }
.mlr70 { margin-left:70px!important; margin-right:70px!important; }
.mlr60 { margin-left:60px!important; margin-right:60px!important; }
.mlr55 { margin-left:55px!important; margin-right:55px!important; }
.mlr50 { margin-left:50px!important; margin-right:50px!important; }
.mlr45 { margin-left:40px!important; margin-right:45px!important; }
.mlr40 { margin-left:40px!important; margin-right:40px!important; }
.mlr35 { margin-left:35px!important; margin-right:35px!important; }
.mlr30 { margin-left:30px!important; margin-right:30px!important; }
.mlr25 { margin-left:25px!important; margin-right:25px!important; }
.mlr20 { margin-left:20px!important; margin-right:20px!important; }
.mlr15 { margin-left:15px!important; margin-right:15px!important; }
.mlr10 { margin-left:10px!important; margin-right:10px!important; }
.mlr5 { margin-left:5px!important; margin-right:5px!important; }
.mlr-1 { margin-left:-1px!important; margin-right:-1px!important; }
.mlr-5 { margin-left:-5px!important; margin-right:-5px!important; }
.mlr-10 { margin-left:-10px!important; margin-right:-10px!important; }
.mlr-20 { margin-left:-20px!important; margin-right:-20px!important; }
.mlr-50 { margin-left:-50px!important; margin-right:-50px!important; }
.mlr_auto { margin-left:auto!important; margin-right:auto!important; }

.mr50 { margin-right:50px!important; }
.mr40 { margin-right:40px!important; }
.mr30 { margin-right:30px!important; }
.mr25 { margin-right:25px!important; }
.mr20 { margin-right:20px!important; }
.mr15 { margin-right:15px!important; }
.mr10 { margin-right:10px!important; }
.mr5 { margin-right:5px!important; }
.mr0 { margin-right:0px!important; }
.mr-5 { margin-right:-5px!important; }

.ml80 { margin-left:80px!important; }
.ml50 { margin-left:50px!important; }
.ml40 { margin-left:40px!important; }
.ml30 { margin-left:30px!important; }
.ml20 { margin-left:20px!important; }
.ml15 { margin-left:15px!important; }
.ml10 { margin-left:10px!important; }
.ml0 { margin-left:0px!important; }
.ml-5 { margin-left:-5px!important; }
.ml-10 { margin-left:-10px!important; }
.ml-15 { margin-left:-15px!important; }
.ml-20 { margin-left:-20px!important; }
.ml-50 { margin-left:-50px!important; }

.mt90 { margin-top:90px!important; }
.mt80 { margin-top:80px!important; }
.mt70 { margin-top:70px!important; }
.mt60 { margin-top:60px!important; }
.mt55 { margin-top:55px!important; }
.mt50 { margin-top:50px!important; }
.mt45 { margin-top:45px!important; }
.mt40 { margin-top:40px!important; }
.mt30 { margin-top:30px!important; }
.mt20 { margin-top:20px!important; }
.mt15 { margin-top:15px!important; }
.mt10 { margin-top:10px!important; }
.mt5 { margin-top:5px!important; }
.mt3 { margin-top:3px!important; }
.mt0 { margin-top:0!important; }
.mt-5 { margin-top:-5px!important; }
.mt-10 { margin-top:-10px!important; }
.mt-20 { margin-top:-20px!important; }
.mt-40 { margin-top:-40px!important; }
.mt-50 { margin-top:-50px!important; }
.mt-60 { margin-top:-60px!important; }
.mt-80 { margin-top:-80px!important; }

.pb100 { padding-bottom:100px!important; }
.pb80 { padding-bottom:80px!important; }
.pb60 { padding-bottom:60px!important; }
.pb50 { padding-bottom:50px!important; }
.pb40 { padding-bottom:40px!important; }
.pb30 { padding-bottom:30px!important; }
.pb8 { padding-bottom:8px!important; }
.pb0 { padding-bottom:0!important; }

.p20 { padding:20px!important; }
.p15 { padding:15px!important; }
.p10 { padding:10px!important; }

.pt60 { padding-top:60px!important; }
.pt50 { padding-top:50px!important; }

.ptb20 { padding-top:20px!important; padding-bottom:20px!important; }
.ptb15 { padding-top:15px!important; padding-bottom:15px!important; }
.ptb5 { padding-top:5px!important; padding-bottom:5px!important; }
.ptb0 { padding-top:0!important; padding-bottom:0!important; }

.plr25 { padding-left:25px!important; padding-right:25px!important; }

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

.size10 { font-size:1rem!important; }
.size11 { font-size:1.1rem!important; }
.size12 { font-size:1.2rem!important; }
.size13 { font-size:1.3rem!important; }
.size14 { font-size:1.4rem!important; }
.size16 { font-size:1.6rem!important; }
.size17 { font-size:1.7rem!important; }
.size18 { font-size:1.8rem!important; }
.size19 { font-size:1.9rem!important; }
.size20 { font-size:2.0rem!important; }
.size22 { font-size:2.2rem!important; }
.size24 { font-size:2.4rem!important; }
.size28 { font-size:2.8rem!important; }
.size30 { font-size:3.0rem!important; }

.c_ivory { color:#ab9e81!important; }
.c_lightgrey { color:#8b8a8b!important; }
.c_midgrey { color:#909090!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"], select, textarea, input[type="file"], input[type="tel"], input[type="email"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 15px;
	vertical-align: middle;
	font-size: 1.6rem;
	color: #1e1e1e;
	background: #f3f6f6;
	border: none;
	font-family: "Ryumin Regular KL", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-radius: 0;
}

input[type="text"]:focus, select:focus, textarea:focus, input[type="file"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, button:focus {
	border: none;
	outline: none;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
textarea::-webkit-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-moz-placeholder {
	font-size: 1.4rem;
	color: #7d7d7d;
	font-weight: normal;
}

button:focus { outline:none; }

select {
	position: relative;
	height: 54px;
	padding: 0 15px;
	font-size: 1.4rem!important;
	line-height: 52px;
	background: #f3f6f6;
}

textarea {
	height: 300px;
	padding: 25px;
	font-size: 1.4rem;
	line-height: 2;
}

.arrow_select {
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 10px;
	margin-top: -5px;
	z-index: 0;
}

.chk_list {
	margin-bottom: -20px;
}

.chk_list li {
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
	padding-left: 60px;
	line-height: 40px;
	background: url(../common_img/chk_box_off.jpg) left center no-repeat;
	cursor: pointer;
}

.chk_list li.active {
	background: url(../common_img/chk_box_on.jpg) left center no-repeat;
}

.chk_list.col li {
	float: left;
	width: 28%;
}

.radio_list.col li {
	display: inline-block;
	margin-right: 50px;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"] { height:54px; }

input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

button {
	border: none;
	cursor: pointer;
	transition: .5s;
	backface-visibility: hidden;
}
