﻿@charset "UTF-8";

/* layout */
/*=================================
	Initialization of style
===================================*/
body {
	margin: 0;
	padding: 0;
	background: #fff;

	color: #1b1b1b;
	font-family: 'Shippori Mincho', serif;
	font-size: 14px;
	line-height: 150%;
	text-align: center;

	width: 100%;
	min-width: 100% !important;
}

a:link,
a:visited {
	text-decoration: none;
	color: #1b1b1b;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #1b1b1b;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form {
	margin: 0;
	padding: 0;
}

img,
a img {
	border: none;
	vertical-align: bottom;
}

img {
	max-width: 100%;
	height: auto;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.pn {
	display: none;
}

/* blockgroup */
h1 {
	color: #1b1b1b;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.075em;
}

/* List_group */
ul,
ol,
li {
	list-style: none;
}

/* inline-style */
address {
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0.075em;
/* 	color: #fff; */
}

address a,
address a:link,
address a:visited {
	text-decoration: none;
/* 	color: #fff; */
}

address a:hover,
address a:active {
	text-decoration: underline;
/* 	color: #fff; */
}


/* table */
table {
	width: 100%;
}

tr,
th,
td {}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.ff01 {
	font-family: 'Marcellus', serif;
}



/*============================
    flex
  ============================*/

.flex-btw {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



/*============================
    btn01
  ============================*/
.btn01 {
	width: 96%;
	max-width: 350px;
	height: 80px;
	line-height: 74px;
	border-radius: 40px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	letter-spacing: 0.1em;
	/*
	background:url("../images/icon_arrow01.png") no-repeat 92% center,#a60000;*/
	background: #a60000;

	border: 3px solid #a60000;
	transition: .4s;
}

.btn01 a {
	display: block;
	text-decoration: none;
	color: #fff;
	/*
		padding-right:5%;*/
	padding-right: 0%;
}

.btn01:hover,
.btn01:active {
	/*
		background:url("../images/icon_arrow02.png") no-repeat 92% center,#fff;*/
	background: #fff;
}

.btn01 a:hover,
.btn01 a:active {
	color: #a60000;
}


/*============================
    entrance
  ============================*/
.entmainbox-wrap {
	max-width:100%;
	width:100%;
	margin:0 auto;
	position: relative;
/* 	height:845px; */
	height: 700px;
	background: url(../images/ent_mv01.jpg) no-repeat center center;
	background-size: cover;
}

	@media only screen and (max-width: 1400px) {
		.entmainbox-wrap {height: 60vh;}
	}
	@media only screen and (max-width: 1200px) {
		.entmainbox-wrap {height: 50vh;}
	}
	@media only screen and (max-width: 1040px) {
		.entmainbox-wrap {height: 35vh;}
	}
	@media only screen and (max-width: 767px) {
		.entmainbox-wrap {
			background: url(../images/ent_mv02.jpg) no-repeat center center;
			background-size: cover;
			max-height: 100vh;
			width: 100vw;
			height: 50vh;
		}
	}



.entmainbox-wrap .mainTxt {
	width: 96%;
    max-width: 1680px;
    margin: 0 auto;
    position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%); 
}

	@media only screen and (max-width: 1400px) {
		.entmainbox-wrap .mainTxt {
			width: 70%;
		}
	}
	@media only screen and (max-width: 1200px) {
		.entmainbox-wrap .mainTxt {
			width: 60%;
			top: 50%;
		}
	}



.ent_bg {
	/* background: url(../images/bg_001.webp) no-repeat center center; */
	/* background-size: cover; */
	padding-bottom: 100px;
}

.row-reverse {
	flex-direction: row-reverse;
}
.cmn-ent-flexbox01 {
	max-width: 1920px;
    /* width: 96%; */
    margin: 0 auto;
	padding-top: 100px;
}
.cmn-ent-flexbox01-txtarea {
	/* width: 55%; */
	width: 50%;
	margin-top: 80px;
	padding: 0 80px;
	text-align: left;
}
.cmn-ent-flexbox01-txtarea h2 {
	font-size: 60px;
	line-height: 100%;
	padding-left: 70px;
	background: url(../images/sakura.png) no-repeat top left ;
}
.cmn-ent-flexbox01-txtarea .lead_txt {
	font-size: 30px;
	line-height: 130%;
	margin-top: 100px;
	font-weight: bold;
	color: #bfa580;
}
.cmn-ent-flexbox01-txtarea .txt {
	margin-top: 50px;
	font-size: 1.15em;
	line-height: 250%;
}

.cmn-ent-flexbox01-img {
	/* width: 40%; */
	width: 50%;
}

.cmn-ent-flexbox01-img img {
	object-fit: cover;
	height: 800px;
}


@media only screen and (max-width: 1040px) {
	.cmn-ent-flexbox01-txtarea {width: 100%; margin-top: 0; padding: 0 15px;}
	.cmn-ent-flexbox01-txtarea h2 {font-size: 50px; padding-left: 60px;}
	.cmn-ent-flexbox01-txtarea .lead_txt {margin-top: 50px;}
	.cmn-ent-flexbox01-txtarea .txt {margin-top: 20px;}
	.cmn-ent-flexbox01-img {width: 100%; padding-top: 30px;}
	.cmn-ent-flexbox01-img img {height: 400px;}
}




/*============================
    entrance
  ============================*/
.entrance .copyright {
/* 	position: fixed; */
/* 	bottom: 20px; */
/* 	left: 50%; */
/* 	transform: translateX(-50%); */
	width: 100%;
}

.entrance .copyright address {
/* 	color: #fff; */
}

.entrance .copyright address a {
/* 	color: #fff; */
}
.entrance .copyright:hover {

}

.entrance__item {
	width: 50%;
	height: 70vh;
	background: url(../images/bg_black30.png) repeat, url(../images/morie-tokyo-kimonodress.webp) no-repeat center center;
/* 	color: #fff; */
	background-size: cover;
	position: relative;
}

.entrance__item--right {
	background: url(../images/bg_black30.png) repeat, url(../images/main.jpg) no-repeat center center;
	background-size: cover;
}

.entrance__content {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}

.entrance__h1 {
	font-size: 11px;
	text-align: left;
	padding-top: 10px;
	padding-left: 2%;
	letter-spacing: 0.1em;
	font-weight: 400;
	color: #FFFFFF;
	max-width: calc(100% - 10px);
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 200;
}

.entrance__h1 img {
	margin-top: 10px;
}

.entrance__ttl {
	font-size: 2.5rem;
	color: #fff;
	display: inline-block;
	line-height: 1.2;
	margin-bottom: 30px;
}

.entrance__ttl span {
	font-size: 1.5rem;
}

@media only screen and (max-width: 1024px) {
	.entrance__ttl {
		font-size: 1.9rem;
	}
}

@media only screen and (max-width: 768px) {

	.entrance__item {
		display: block;
		width: 100%;
		height: 50vh;
	}

	.entrance__ttl {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

	.entrance__h1 img {
		width: 180px;
	}

	.entrance__content {
		top: 35%;
	}

	.entrance .copyright {
		bottom: 0;
	}

}