@charset "utf-8";

/* ================================================
 base
--------------------------------------------------- */
html {
	height: 100%;
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	height: 100%;
	margin: 0; padding: 0;
	font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	background-color: #FFF;
}
h1,h2,h3,h4,h5,h6,ul,li,p,dl,dt,dd {margin: 0; padding: 0;}
img {
	width: 100%; height: auto;
	vertical-align: bottom;
}
a:link, a:visited {color: #000; text-decoration: underline;}
a:hover, a:active {color: #e53222; text-decoration: underline;}
a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.sp-only {
	display: none;
}
section {
	margin: 0 auto;
	position: relative;
	display: block;
}
h2{
	padding-bottom: 40px;
	font-size: 42px; line-height: 1.75; letter-spacing: 0.2em; text-align: center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.container{
	width: 960px;
	margin: 0 auto;
}
.container .block{
	padding: 20px; margin: 0 auto;
	background-color: #FFF;
	border-radius: 10px;
}
.container .box{
	width: 560px;
	float: right;
}
.unit{
	opacity: 0;
	transform: translateY(20px);
	-webkit-transition: 0.8s;
	transition: 0.8s;
}
.unit.view{
	opacity: 1;
	transform: translateY(0);
}
.red{
	color: #e53222;
}

/*=================================================
 layout
--------------------------------------------------- */
#wrap {
	width: 100%; min-width: 1080px;
	background-image: url("../image/bg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}
#page #wrap{
	background: none;
}
header{
	width: 100%; height: 0;
	position: absolute; left: 0; top: 0; z-index: 10000;
}
header h1{
	width: 84px; height: 84px;
	position: absolute; left: 20px; top: 20px;
	background-color: rgba(255,255,255,0.80);
}

#main{
	width: 100%; height: 600px;
	position: relative;
	overflow: hidden;
}
#main .mv-wrap{
	width: 2880px; height: 600px;
	position: absolute; left: 50%; top: 0;
	transform: translateX(-50%);
}
#main .mv-block{
	width: 100%; height: 600px;
	margin: 0 auto;
}
#main .mv-wrap .item{
	width: 960px; height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
}
#main .mv-wrap .item1{background-image: url("../image/image01.jpg");}
#main .mv-wrap .item2{background-image: url("../image/image02.jpg");}
#main .mv-wrap .item3{background-image: url("../image/image03.jpg");}
#main .mv-wrap .item4{background-image: url("../image/image04.jpg");}
#main .mv-wrap .item5{background-image: url("../image/image05.jpg");}
#main .mv-wrap .item6{background-image: url("../image/image06.jpg");}
#main .mv-wrap .item7{background-image: url("../image/image07.jpg");}
#main .mv-wrap .item8{background-image: url("../image/image08.jpg");}
#main .mv-wrap .item9{background-image: url("../image/image09.jpg");}

#main .catch{
	width: 100%; height: 100%;
	position: absolute; left: 0; top: 0;
	background-image: url("../image/main_pc_text.png");
	background-position: center center;
	background-repeat: no-repeat;
}
#main .catch span{
	display: none;
}

#concept{
	padding: 40px 0;
}
#concept .txt{
	font-size: 24px; line-height: 1.75; text-align: center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#concept .pic{
	padding-top: 20px;
	width: 100%; height: 200px;
	background-image: url("../image/concept.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}


#topics{
	padding: 80px 0 40px 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#topics .container.twitter{
	margin-bottom: 40px;
	position: relative;
}
#topics .container .head{
	padding-bottom: 10px;
	border-bottom: #e2e8ec 1px solid;
}
#topics .container .head p{
	background-position: 0.2em center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	font-size: 24px; line-height: 1.5; color: #000;
	text-indent: 2em;
}
#topics .container.twitter .head p{
	background-image: url("../image/twitter.png");
}

#topics .container.instagram .head p{
	background-image: url("../image/instagram.png");
}
#topics .container .foot{
	position: absolute; left: 50%; bottom: 0;
	display: inline;
	transform: translateX(-50%);
}

#company{
	padding: 80px 0;
}
#company .container .photo{
	width: 360px;
	float: left;
}
#company .container .photo p{
	margin-bottom: 20px;
}
#company h3{
	padding: 30px 0 5px 8px;
	font-size: 28px; line-height: 1.5; letter-spacing: 0.2em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#company table{
    width: 100%;
    border-collapse: collapse;
}
#company th{
	width: 125px;
	padding: 14px 8px 12px 8px;
	font-size: 16px; line-height: 1.5; color: #333; font-weight: normal; text-align: left; vertical-align: top;
	border-bottom: #999 1px solid;
}
#company td{
	padding: 14px 0 8px 12px;
	font-size: 16px; line-height: 1.5;
	border-bottom: #cecece 1px solid;
}
#company tr:nth-child(1) th{
	border-top: #999 1px solid;
}
#company tr:nth-child(1) td{
	border-top: #cecece 1px solid;
}

#contact{
	padding-bottom: 80px;
	text-align: center;
}
#contact a{
	height: 52px;
	margin: 0 10px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	background-color: #FFF;
	background-image: url("../image/icon_mail.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	font-size: 24px; line-height: 2; text-align: center; text-decoration: none;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#contact a::after{
	width: 0; height: 100%;
	position: absolute; left: 0; top: 0; z-index: 1;
	display: block;
	content: "";
	background-color: #e53222;
	background-image: url("../image/icon_mail_on.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#contact a span{
	padding: 4px 50px 0 85px;
	position: relative; z-index: 10;
	display: block;
	color: #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#contact a:hover::after{
	width: 100%;
}
#contact a:hover span{
	color: #FFF;
}

/* ================================================
 fotter
--------------------------------------------------- */
footer div{
	width: 64px;
	margin: 0 auto;
}
footer p{
	padding: 10px 0;
	font-size: 12px; line-height: 2; color: #666; text-align: center;
}

/* ================================================
 menu
--------------------------------------------------- */
#trigger-wrap{
	width: 50px; height: 44px;
	position: fixed; right: 20px; top: 20px; z-index: 30000;
	cursor: pointer;
}
#trigger,
#trigger span {
	display: inline-block;
	box-sizing: border-box;
	-webkit-transition: 0.5s;
	transition: all 0.5s;
}
#trigger {
	width: 50px; height: 36px;
	position: relative;
}
#trigger span {
	width: 100%; height: 4px;
	position: absolute; left: 0;
	background-color: #939393;
	border-radius: 4px;
}
#trigger:hover span {
	background-color: #e53222;
}
#trigger span:nth-of-type(1) {
	top: 0;
}
#trigger span:nth-of-type(2) {
	top: 16px;
}
#trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-open #trigger{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.menu-open #trigger span:nth-of-type(1) {
	-webkit-transform: translateY(16px) rotate(-45deg);
	transform: translateY(16px) rotate(-45deg);
}
.menu-open #trigger span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.menu-open #trigger span:nth-of-type(3) {
	opacity: 0;
}

#menu-wrap{
	height: 100%;
	position: fixed; right: 0; top: 0; z-index: 20000;
}
#menu{
	width: 0; height: 100%;
	overflow: hidden;
	background-color: rgba(255,255,255,0.90);
	-webkit-transition: 0.5s;
	transition: all 0.5s;
}
.menu-open #menu{
	width: 360px;
}
#menu ul{
	width: 340px; height: 100%;
	padding: 100px 0 0 40px;
	box-sizing: border-box;
	border-left: #EEE 1px solid;
}
#menu li{
	list-style: none;
	padding-bottom: 20px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px; line-height: 1.2;
}
#menu li.parent{
	padding-bottom: 10px; padding-left: 30px;
}
#menu li a{
	width: 100%;
	padding: 6px 0;
	display: block;
	position: relative;
	background-image: url("../image/icon_menu.png");
	background-position: 0 center;
	background-repeat: no-repeat;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
}
#menu li a span{
	width: 100%;
	padding: 2px 0 0 30px;
	box-sizing: border-box;
	position: relative; z-index: 10;
	display: block;
	color: #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#menu li a::after{
	width: 0; height: 100%;
	display: block;
	content: "";
	background-color: #e53222;
	background-image: url("../image/icon_menu_on.png");
	background-position: 0 center;
	background-repeat: no-repeat;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#menu li a:hover::after{
	width: 100%;
}
#menu li a:hover span{
	color: #e53222;
}

/* ================================================
 .modal
--------------------------------------------------- */
#overlay{
	width: 100%; height: 100%;
	position: fixed; left: 0; top: 0; z-index: 60000;
	background-color: rgba(0,0,0,0.60);
	display: none;
}
.modal{
	width: 90%; height: 90%; max-width: 600px;
	position: fixed; left: 50%; top: 50%; z-index: 60000;
	transform: translate(-50%, -50%);
	background-color: #FFF;
	border-radius: 8px;
	display: none;
}
.modal-wrap{
	width: 100%; height: 100%;
	overflow-y: auto;
	position: relative;
}
.modal-content{
	padding: 40px;
}
.modal-content h3{
	margin-bottom: 10px; padding: 5px 0 5px 0;
	border-bottom: #e2e8ec 1px solid;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
}
.modal-close {
	width: 42px; height: 42px;
	display: block;
	position: absolute; right: -12px; top: -12px;
	background-color: #FFF;
	border: #e2e8ec 1px solid;
	border-radius: 24px;
	cursor: pointer;
}
.modal-close::before,
.modal-close::after {
	top: 50%; left: 50%;
	width: 2px; height: 24px;
	content: "";
	position: absolute;
	background-color: #666;
}
.modal-close::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
.modal-close::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.modal-open #overlay,
.modal-open .modal {
	display: block;
}

/*=================================================
 #page
--------------------------------------------------- */
#page section{
	padding: 80px 0;
	text-align: left;
	font-size: 16px;
}
#page section input[type="text"],
#page section input[type="email"],
#page section input[type="tel"],
#page section input[type="submit"],
#page section textarea{
	width: 100%;
	padding: 0.5em; margin: 5px 0;
	box-sizing: border-box;
	outline: 0;
	border: #CCC 1px solid;
	font-size: 16px; line-height: 1.5;
}
#page section input[type="submit"]{
	cursor: pointer;
}
#page section p{
	padding-bottom: 1em;
}
#page section p.indent{
	padding-left: 1em;
	text-indent: -1em;
}
#page section .thanks{
	text-align: center;
}
#page section .thanks h3{
	font-size: 24px;
	padding-bottom: 2em;
}
#page .tel_box{
	width: 920px; height: 52px;
  margin-bottom: 10px;
}
#page .tel_box a{
  width: 920px; height: 52px;
  display: block;
  background-image: url("../image/tel_pc.png");
	background-repeat: no-repeat;
}
#page .tel_box a:hover{
  opacity: 0.6;
}
#page .tel_box img{
	display: none;
}
#page .email_box{
	width: 920px; height: 72px;
	background-image: url("../image/email_pc.png");
	background-repeat: no-repeat;
}
#page .email_box img{
	display: none;
}
/*
#contact-form input,
#contact-form textarea{
	width: 100%;
	padding: 0.5em; margin-top: 0px;
	box-sizing: border-box;
	outline: 0;
	border: #CCC 1px solid;
	font-size: 16px; line-height: 1.5;
}
#contact-form p{
	padding-bottom: 1em;
}
#contact-form ul{
	display: none;
}
*/
.wpcf7-submit{
	background-color: #2271b1;
	outline: 0; border: 0; border-radius: 4px;
	color: #FFF; letter-spacing: 0.1em;
}
.wpcf7-submit:hover{
	opacity: 0.7;
}
.screen-reader-response{
	color: #2271b1; font-weight: bold;
}
.wpcf7-not-valid-tip{
	padding-top: 5px;
	display: block;
	color: #e53222;
}
.wpcf7-response-output{
	display: none;
}
.wpcf7-spinner{
	display: none !important;
}

/*
 sale
--------------------------------------------------- */
#sale h2{
	padding-bottom: 0;
}
#sale h3{
    padding-bottom: 40px;
    font-size: 25px; line-height: 1.75; letter-spacing: 0.1em; text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sale h4{
    padding: 4px 0.5em 3px 0.5em; margin: 20px 0 20px 0;
    font-size: 20px; line-height: 1.5; letter-spacing: 0.1em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #EEE;
	border-radius: 5px;
}

.sale-item{
	padding-bottom: 20px;
	display:  table;
}
.sale-item-icon{
	width: 20px;
	display: table-cell; vertical-align: top;
}
.sale-item-data{
	display: table-cell; vertical-align: top;
}
.sale-item h5{
	padding-bottom: 0.25em;
	font-size: 24px; font-weight: bold;
}
.sale-item .price{
	padding-bottom: 0.25em !important;
	font-size: 20px; font-weight: bold; color: #AA0000;
}
.sale-item .price span{
	font-size: 14px; font-weight: normal;
}
.sale-item .cnt select{
	width: 4em;
	text-align: center;
}
.sale-item .detail{
	font-size: 14px; line-height: 1.5;
}
.sale-user{
	padding: 0 0.5em;
}
.sale-notes{
	padding: 0 0.5em 3em 0.5em;
}
.sale-notes h5{
	padding-bottom: 0.5em;
	font-size: 16px;
}
.sale-notes p{
	padding-bottom: 0.5em;
	font-size: 16px; line-height: 1.75;
}
.sale-notes ul{
	list-style: none;
}
.sale-notes li{
	padding-left: 1em; text-indent: -1em;
	font-size: 16px; line-height: 1.75;
}
.sale-conf{
	margin-bottom: 40px;
	text-align: center;
}
.sale-conf .sale-conf-box{
	padding: 20px;
	display: inline-block;
	border: #BABABA 1px solid;
	border-radius: 5px;
}







