/* reset include */
@import url("reset.css");
@font-face {
    font-family: 'Bodoni';
    src: url('/fonts/BodoniFLF-Bold.ttf') format('truetype');
}
body {
	background-color: #fff;
	font-size: 12px;
	color: #000;
	background-color: #F2F2F2;
}
 a:link, a:visited{
	color: #000;
}
 a:hover, a:active{
	color: #000;
}
h1{
	display: inline-block;
}
li{
	list-style: none;
}
table{
	width: 96%;
	margin: 0 auto 20px auto;
	text-align: left;
	box-sizing: border-box;
}
tr{
	box-sizing: border-box;
	vertical-align: middle;
}
tr:last-child{
	border-bottom: unset;
}
th,td{
	padding: 10px;
	box-sizing: border-box;
	display: block;
}
th{
	vertical-align: middle;
}
td{
}
form th,form td{
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 600;
}
input[type="text"],input[type="submit"],select,textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: unset;
}
input[type="text"] {
	width: 100%;
	height: 40px;
	padding: 0 .5em;
	border: solid 1px #9c9c9c;
	box-sizing: border-box;
}
.areaText,.yearText {
	display: inline;
}
select{
	height: 40px;
	padding: 0 1em;
	border: solid 1px #9c9c9c;
	background-color: #ddd;
	box-sizing: border-box;
}
.dateTitle{
	padding-left: 5%;
}
select:focus {
	opacity: 1;
}
textarea {
	width: 100%;
	height: 200px;
	border: solid 1px #9c9c9c;
	box-sizing: border-box;
}
.formBtn1 {
	width: 70%;
	margin: 20px auto;
	padding: 15px 0;
	color: #DADADA !important;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	background-color: #000;
	border: unset;
	border-radius: unset;
	display: block;
	text-align: center;
}
.formBtn2 {
	width: 70%;
	margin: 20px auto 0px auto;
	padding: 15px 0;
	color: #DADADA;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	background-color: #7d7d7d;
	border: unset;
	border-radius: unset;
	display: block;
	text-align: center;
}
.ex-year,.age {
	width: 80px;
}
.errBg {
	background: #e6334e4d;
}
.errText {
	color: #E00022;
	font-size: 14px;
}
.errText img {
	height: 14px;
	width: 14px;
	position: relative;
	top: 2px;
  margin-right: 4px;
}
.formDesc{
	padding: 15px;
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
}
.formDesc span{
	color: #E00022;
}
.formDesc span a{
	color: #E00022;
}
iframe{
	width: 96%;
	height: 220px;
	margin: 0 auto;
	vertical-align: bottom;
	display: block;
}
.dopc{
	display: none;
}
.bb_dashed {
	border-bottom: dashed 1px #888;
	padding-bottom: 3px;
}
#wrapper{
	width: 100%;
	overflow: hidden;
}
/*  navToggle  */
nav{
	width: 100%;
	/*background: #fff;*/
	height: 50px;
	position: fixed;
	top: 0;
	z-index: 300;
}
nav .inner{
	position: relative;
}
nav .logo{
	width: 120px;
	margin: 0 auto;
	position: absolute;
	top: 12px;
	left: 20px;
	z-index: 200;
}
nav .logo img{
	width: 100%;
}
.globalMenuSp {
	padding-top: 50px;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	color: #424141;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
}
.globalMenuSp ul {
	background: #ccc;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.globalMenuSp ul li {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
}
.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.globalMenuSp ul li a {
	display: block;
	color: #424141;
	padding: 15px 0;
}
.globalMenuSp ul li a img {
	position: relative;
	top: 4px;
	height: 20px;
	right: -5px;
}
.globalMenuSp.active {
	transform: translateY(0%);
}
.navToggle {
	display: block;
	position: fixed;
	right: 15px;
	top: 10px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	z-index: 200;
	text-align: center;
}
.navToggle span {
	display: block;
	position: absolute;
	width: 25px;
	border-bottom: solid 2px #222;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
.navToggle span:nth-child(1) {
	top: 9px;
}
.navToggle span:nth-child(2) {
	top: 17px;
}
.navToggle span:nth-child(3) {
	top: 24px;
}
.navToggle span:nth-child(4) {
	border: none;
	color: #eee;
	font-size: 9px;
	top: 34px;
}
.navToggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*-----common-----*/
#index .main {
	width: 100%;
	margin: 0;
}
.main{
	width: 100%;
	margin: 50px auto 0;
}
.content{
	margin: 0 auto 50px auto;
	background-color: #fff;
	position: relative;
}
.content .inner{
	padding: 0 0 0 0;
	overflow: hidden;
}
.content .bgItem01{
	width: 80%;
	height: calc(100% - 220px);
	background: #ece6e6;
	position: absolute;
	top: 82px;
	right: 0px;
}
.content .bgItem02{
	width: 60%;
	height: calc(100% - 180px);
	background: #DADADA;
	position: absolute;
	top: 82px;
	left: 0px;
}
.contentTitle{
	padding: 20px 0;
	text-align: center;
	background-color: #fff;
	display: block;
}
.contentTitle span{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
}
.yumin{
	font-family: "Yu Mincho", "YuMincho", serif;
}
.headImg img{
	width: 100%;
	vertical-align: bottom;
}
.desc{
	padding: 10px 20px;
	color: #424141;
	font-size: 14px;
	font-weight: 100;
	line-height: 28px;
	letter-spacing: 2px;
}
.main .external{
	margin-bottom: 20px;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
}
.link a {
	width: 250px;
	height: 45px;
	margin: 0 auto 20px auto;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 46px;
	letter-spacing: 2px;
	border: 1px solid #424141;
	display: block;
}
.link a:before {
	content: url("/img/arrow.png");
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
	width: 40px;
	padding-right: 10px;
}
.campaign .link {
	margin: 40px 0 20px 0;
}
#fixBtn{
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index: 100;
}
#fixBtn img{
	width: 100%;
}
#fixBtn a{
	display: block;
}
#topBtn {
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: 90px;
	right: 10px;
}
#contactBtn{
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 101;
}
/*-----pan-----*/
#pan{
	font-size: 16px;
	padding-left: 2%;
}
#pan span{
	color: #3093CE;
}
/*-----slider-----*/
.slide-contents{
	margin: 0;
	padding: 0 20px;
	border: none;
	width: 100%;
}
.slider .slick-list {
	padding: 0;
}
.slider img{
	width: 100%;
}
.slider .slide-contents {
/*	-webkit-box-shadow: 0 5px 5px -5px #ccc;
	-moz-box-shadow: 0 5px 5px -5px #ccc;
	box-shadow: 0px 5px 10px -5px #ccc;*/
	box-sizing: border-box;
}
.slider .slide-contents img{
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
}
/*-----index-----*/
@media screen and (max-width: 320px) {
	#index .headBnr{
		height: 500px!important;
	}
}
#index .headBnr{
	height: 550px;
	margin-top: 50px;
	background-image: url(/img/sp_head_bnr.jpg);
	background-size: cover;
}
#index .identity .desc{
	padding: 0;
	margin: 20px 10px 40px 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 10rem;
}
#index .slide-contents p{
	padding: 10px;
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 1px;
}
#index .slide-contents a{
	display: block;
}
#index .instagram .headImg{
	margin-bottom: 20px;
}
#index .instagram .link{
	margin-top: 40px;
}
#index .instagram .link a {
	position: relative;
}
#index .instagram .link img {
	position: absolute;
  right: 50px;
  top: 12px;
  height: 20px;
}
#index .shoplist li p{
	padding: 10px 0;
	font-family: 'Bodoni', serif;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0px;
}
#index .shoplist .link {
	margin-top: 40px;
}
#index .benefits .desc{
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 10rem;
}
#index .entry{
	margin: 0 auto;
}
#lower .entry .desc {
    line-height: 28px;
}
#snsQR {
    flex-wrap: wrap;
    padding: 20px 45px;
}
#snsQR li {
	margin-bottom: 20px;
}
#snsQR li .qrInner {
	display: none;
}
#snsQR li .qrInner img {
	width: 200px;
}
#snsQR li .qrTitle {
    font-size: 14px;
    font-weight: bold;
    display: none;
}
.entryForm {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 18px;
}
.subtitle {

		padding: 10px 20px;
		color: #424141;
		font-size: 14px;
		font-weight: 100;
		line-height: 28px;
		letter-spacing: 2px;
	}
@media screen and (max-width: 390px){
.brOnOff {
	display: none;
}
}
#snsQR li .spBtn {
}
#snsQR li .spBtn img {
    width: 100%;

}
/*-----lower-----*/
#lower .content{
	margin: 50px auto 0 auto;
}
/*-----identity-----*/
#lower .identity .head{
	padding: 0 0 20px 0;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 4px;
}
#lower .identity .desc{
	line-height: 28px;
}
#lower .identity .middle{
	padding: 10px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
}
#lower .identity .bottomImg{
	margin-bottom: 20px;
}
/*-----campaign-----*/
#campaign .contentTitle {
	margin-top: 50px;
}
#campaign li.content {
	margin-top: 0 !important;
}
#lower li.content.campaign{
	background-color: unset;
}
#lower li.content.campaign:last-child{
	margin: 10px 0 0 0!important;
	padding-top: 0 !important;
}
#lower li.campaign:last-child .inner{
	padding: 0;
}
#lower li.campaign:last-child .box{
	margin: 0;
	padding: 20px 10px;
}
#lower .campaign .box{
	margin: 0 0 20px 0;
	padding: 0 10px 20px 10px;
	background-color: #fff;
	box-sizing: border-box;
}
#lower .campaign .box .category{
  margin-left: 10px;
}
#lower .campaign .box .category span {
	border-bottom: solid 1px #111;
}
#lower .campaign .box .head{
	padding: 10px 10px 0 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}
#lower .campaign .box .date {
	margin-left: 10px;
	color: #8c8c8c;
}
#lower .campaign .box p{
	padding: 10px;
	line-height: 24px;
}
#lower .campaign .box img{
	width: 96%;
	margin: 0 auto;
	padding: 0 0 20px 0;
	box-sizing: border-box;
	display: block;
}
/*-----benefits-----*/
#lower .content.benefits{
	padding-bottom: 1px;
}
#lower .benefits .head{
	padding: 0 0 20px 0;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 4px;
}
#lower .benefits .desc{
	line-height: 28px;
}
#lower .benefits tr{
	border-bottom: solid #dadada 1px;
}
#lower .benefits tr:first-child{
	border-top: solid #dadada 1px;
}
#lower .benefits th{
	width: 30%;
	float: left;
}
#lower .benefits td{
	width: 70%;
	float: left;
}
#lower .benefits .entryLink{
	width: 250px;
	margin: 20px auto;
	padding: 15px 0 12px 0;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	line-height: 18px;
	letter-spacing: 2px;
	background-color: #E00022;
}
#lower .benefits .entryLink span{
	font-size: 20px;
}
#lower .benefits .entryLink a{
	color: #fff;
}
/*-----interview-----*/
#lower .interview .head{
	padding: 0 0 20px 0;
	font-size: 14px;
	text-align: center;
}
#lower .interview .head span{
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
}
#lower .interview .atmosphere li{
	margin: 0 10px;
}
#lower .interview .atmosphere li:last-child{
	margin-bottom: unset;
}
#lower .interview .atmosphere li img{
	width: 100%;
	display: block;
}
#lower .interview .atmosphere li .multiPhotoSmall {
	width: 43.5%;
	float: left;
}
#lower .interview .atmosphere li .multiPhotoBig {
	width: calc(56.5% - 10px);
	float: left;
}
.mr10 {
	margin-right: 10px;
}
#lower .interview .atmosphere li p{
	padding: 0 0 20px;
	font-size: 12px;
	font-weight: 100;
	text-align: center;
	letter-spacing: unset;
}
#lower .interview .voice img{
	width: 80%;
	display: block;
}
#lower .interview .voice .left img{
	margin: 0 20% 20px 0;
}
#lower .interview .voice .right img{
	margin: 0 0 20px 20%;
}
#lower .interview .voice li{
	line-height: 24px;
	letter-spacing: 1px;
}
#lower .interview .voice li.box{
	width: 100%;
	padding-bottom: 10px;
	background: url(/img/interview_bg.jpg)no-repeat;
	background-size: 85% 80%;
}
#lower .interview .voice li .voiceBox{
	margin: 10px 10px 0 10px;
}
#lower .interview .voice li.box.left{
	background-position: 100% 170px;
}
#lower .interview .voice li.box.right{
	background-position: 10% 170px;
}
#lower .interview .voice li.box.right:last-child {
	margin-bottom: 0;
	background-position: 10% 210px;
}
#lower .interview .voice .qaBox{
	margin-bottom: 50px;
	padding: 0 10px;
}
#lower .interview .voice .name{
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: 600;
}
#lower .interview .voice li .q{
	padding: 0 0 0 35px;
	font-weight: 600;
	position: relative;
	display: inline-block;
}
#lower .interview .voice li .q:before{
	width: 25px;
	height: 1px;
	background-color: #E00022;
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	left:0;
}
#lower .interview .voice li .a{
	margin-bottom: 20px;
}
/*-----shoplist-----*/
#lower li.box{
	margin:0 auto;
	background-color: #fff;
}
#lower .shoplist li.box{
	margin-bottom: 40px;
	padding: 0 10px;
}
#lower .shoplist.content{
	background-color: unset;
}
#lower .shoplist .inner{
	padding: unset;
}
#lower .shoplist .inner .shopImg img{
	width: 96%;
	margin: 0 auto;
	display: block;
}
#lower .shoplist .inner p{
	padding: 10px 0;
	font-family: 'Bodoni', serif;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0px;
}
#lower .shoplist #shop1{
	padding-bottom: 20px;
}
#lower .shoplist #shop2{
	padding: 20px 10px;
}
#lower .shoplist #shop3{
	margin-bottom: unset;
	padding: 20px 10px;
}
#lower .shoplist .inner .innerLink{
	overflow: hidden;
}
#lower .shoplist .inner .innerLink a {
	width: 100px;
	height: 20px;
	margin: 0 10px 10px 0;
	font-size: 8px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	letter-spacing: 2px;
	background-color: #E00022;
	display: block;
	float: right;
}
#lower .shoplist .link{
	margin-top: 20px;
	margin-bottom: 10px;
}
#lower .shoplist .link a {
	position: relative;
}
#lower .shoplist .link img {
	position: absolute;
	right: 43px;
	top: 12px;
	height: 20px;
}
#lower .shoplist table{
	margin-bottom: 5px;
}
#lower .shoplist tr{
	border-bottom: solid #ccc 1px;
}
#lower .shoplist tr:last-child{
	border-bottom: unset;
}
#lower .shoplist th{
	width: 8%;
	padding: 10px 0 10px 10px;
	float: left;
}
#lower .shoplist th img{
	width: 100%;
}
#lower .shoplist td{
	width: 92%;
	font-size: 14px;
	float: left;
}
#lower .shoplist iframe{
	/*margin-bottom: 20px;*/
}
/*-----qa-----*/
#lower .content .inner{
	padding: 0;
}
#lower .content.qa{
	background-color: unset;
}
#lower .qa li{
	padding: 10px;
	border-top: solid #DADADA 1px;
	background-color: #fff;
	box-sizing: border-box;
}
#lower .qa li:first-child{
	border-top: unset;
}
#lower .qa li:last-child{
	border-bottom: solid #DADADA 1px;
}
#lower .qa li table{
	width: 100%;
	margin: 0 auto;
	font-weight: 600;
	letter-spacing: 1px;
}
#lower .qa li tr.q{
	line-height: 30px;
}
#lower .qa li th{
	width: 25px;
	font-size: 20px;
	padding: unset;
}
#lower .qa li .q th{
	color: #030102;
}
#lower .qa li .a th{
	color: #E00022;
}
#lower .qa li td{
	padding: 5px 0 0 0;
}
#lower .qa li .a td {
	font-weight: 100;
}
/*-----entry-----*/
#lower .entry .desc span{
	font-size: 10px;
}
#lower .entry_conf th {
	padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
}
#lower .entry_conf td {
	padding: 10px 20px;
	font-size: 14px;
	color: #666;
}
#lower .entry_conf .dateTitle {
	padding-bottom: 0px;
	font-size: 16px;
	color: #111;
	font-weight: bold;
}
/*-----privacypolicy-----*/
#lower .privacypolicy .head{
	padding: 20px 10px 0 10px;
	font-size: 14px;
}
#lower .privacypolicy .desc{
	line-height: unset;
}
#lower .privacypolicy ul.bottom{
    padding: 20px;
    color: #424141;
    font-size: 14px;
    font-weight: 100;
    line-height: 60px;
    letter-spacing: 2px;
}
#lower .privacypolicy li.box{
	margin-bottom: 20px;
	line-height: 28px;
}
#lower .privacypolicy li.box:last-child{
	margin-bottom: unset;
}
#lower .privacypolicy li.box .text{
	padding: 0 5px;
	font-weight: normal;
}
#lower .privacypolicy li.list{
	margin-left: 2em;
	list-style: disc;
}
#lower .privacypolicy tr{
	border-bottom: solid #ccc 1px;
}
#lower .privacypolicy tr:first-child{
	border-top: solid #ccc 1px;
}
#lower .privacypolicy th{
	width: 30%;
	float: left;
}
#lower .privacypolicy td{
	width: 70%;
	float: left;
}
#lower .privacypolicy .about .head{
	padding:20px 0;
	font-size: 20px;
	text-align: center;
}
/*-----footer-----*/
#footer{
	width: 100%;
	background-color: #DADADA;
}
.inner{
	padding: 70px 10px;
	box-sizing: border-box;
}
#footer h2{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}
#footer ul{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
}
#footer li{
	width: 50%;
	margin-bottom: 10px;
	float: left;
}
#footer li:nth-last-child(-n+2){
	margin-bottom: unset;
}
#footer li.external img {
	height: 12px;
	position: relative;
	top: 1px;
	left: 3px;
}
#footer .bottom{
	background-color: #000;
	overflow: hidden;
}
#footer .logo{
	width: 150px;
	margin: 120px auto;
	display: block;
}
#instafeed {
	font-size: 0;
	overflow: hidden;
}
#instafeed li {
	list-style: none;
	width: calc((100% - 10px)/3);
	margin: 0 5px 5px 0;
	display: inline-table;
	box-sizing: border-box;
}
#instafeed li:nth-child(3n){
	margin: 0 0 5px 0;
}
#topSlider {
	margin-top: 50px;
}