@charset "utf-8";

.sp_none{
display: block;
}

.pc_none{
display: none;
}

hr {
	margin: 80px 0px;
}
.group {
	overflow: hidden;
}
.group:after {
	content: '';
	display: block;
	clear: both;
}


/* ====================================================
	コンセプト
==================================================== */
body.lower main {
    background-image: url(/common/img/bg04.jpg);
    background-size: auto;
}
#wp{
	font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	max-width:1165px;
	width:100%;
	margin:0 auto;
	padding-bottom: 30px;
}
.line {
    margin: 75px auto;
    display: block;
}

#concept {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.pagetitle {
    margin-bottom: 20px;
}
h1.pagetitle span {
    display: block;
    font-size: 1.5rem;
    line-height: 0.5rem;
}

#kv_area{
	max-width:1166px;
	width:100%;
	height:auto;
	margin:0 auto;
	position: relative;
}
#kv_area img:first-child {
	width: 100%;
}

#kv_area h2{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    width: 800px;
}

.fl {
	color: #7b7b7b;
}
.jp {
	color: #1a1a1a;
}
.flex_box1{
    display: flex;
		align-items:center;
}
.flex_box2{
    display: flex;
    flex-direction: row-reverse;
		align-items:center;
}
.message_01 {
    max-width: 840px;
    widows: 100%;
    margin: 65px auto 80px;
    text-align: center;
}
.message_01 h3{
	font-size:2.8rem;
	font-family: serif;
	margin:50px auto 5px;
}

.message_01 p{
	font-size:1.6rem;
	line-height: 3.0rem;
	margin-bottom:85px;
}
.message_01 .fl p {
    text-align: justify;
}
.message_01 img:last-child {
	width: 200px;
}

.fl img {
    height: 400px;
}

.flex_box1 .fl_text {
    padding: 30px 0 30px 30px;
}
.flex_box2 .fl_text {
    padding: 30px 30px 30px 0;
}
.fl_text h5 {
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 0.1rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #f2c4ba;
    width: 75px;
    padding-bottom: 30px;
    margin: 0 auto 30px;
}
.fl_text h5 span {
    display: block;
}
.fl_text h4 {
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 5px;
}
.fl_text p{
	font-size: 1.6rem;
	text-align: justify;
}
.jp_text {
	margin-top: 50px;
    color: #1a1a1a;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.story2 {
    margin-top: 50px;
    color: #1a1a1a;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.jp_text h5 {
    font-size: 2.8rem;
    text-align: center;
    line-height: 3rem;
    border-left: 5px solid #f2c4ba;
    padding: 0 70px 0 10px;
    letter-spacing: 0.1rem;
}
.jp_text h5 span {
    display: block;
}
.jp_text div {
    width: 75%;
}
.jp_text h4 {
	font-size: 2rem;
	text-align: left;
	margin-bottom: 5px;
}
.jp_text p {
	font-size: 1.6rem;
	text-align: justify;
}



@media screen and (max-width: 640px) {
h1.pagetitle img {
    width: 200px;
    height: auto;
}
h1.pagetitle span {
    font-size: 1.2rem;
}
.line {
    width: 80px;
    margin: 50px auto;
    display: block;
}
#concept img:nth-child(3){
    width: 90%;
}
#kv_area h2{
    width: 100%;
}
.message_01 {
    width: 100%;
}
.message_01 h3 {
    text-align: center;
}
.message_01 img:last-child {
    width: 150px;
}

.flex_box1, .flex_box2 {
    display: flex;
    flex-direction: column;
}
.fl img {
    width: 100%;
}
.fl_text h5 {
    font-size: 2rem;
    font-weight: normal;
    line-height: 2rem;
    padding-bottom: 20px;
    margin: 0 auto 20px;
}
.fl_text h4 {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 5px;
}
.flex_box1 .fl_text, .flex_box2 .fl_text {
    padding: 40px 0;
}
.fl_text p {
    font-size: 1.1rem;
    text-align: justify;
    line-height: 2.4rem;
}
.jp_text {
    flex-direction: column;
    align-items: end;
}
.jp_text h5 {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    font-weight: inherit;
    margin-bottom: 20px;
}
.jp_text h5 span {
    display: inline;
}
.jp_text h4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.jp_text div {
    width: 100%;
}
.jp_text p {
    font-size: 1.1rem;
    line-height: 2.4rem;
}




	.message_02.reverse{
		margin-top: 4em;
		margin-bottom: 4em;
	}

	.pc_none{
		display: block;
	}
	.sp_none{
		display: none;
	}
	.message_01 {
		margin-top: 35px;
    text-align: left;
	}
	#kv_sp_area img{
		width:100%;
	}
	.message_01 h3 {
		margin: 30px auto 15px;
	    font-size: 1.6rem;
    }
    .message_01 p {
	    font-size: 1.1rem;
	    line-height: 2.4rem;
	    font-weight: normal;
	    margin-bottom: 30px;
	    text-align: justify;
	}
	.message_02 figure {
	    height: auto;
	    width: 100%;
	}
	.message_02 figure img {
	    display: block;
	}
	.message_02 .message_02_box{
		position: static;
	    padding:0;
	    width:100%;
	    margin-top: 0;
    }
    .message_02 .message_02_box h3{
    	font-size: 1.4rem;
    }
    .message_02 .message_02_box p{
    	font-size: 1.1rem;
	    line-height: 1.8rem;
	    font-weight: normal;
	    text-align: left;
    }
    .requirements h2 {
	    height: 24px;
	    margin: 50px auto 40px;
	}
	.requirements h3{
		font-size: 1.4rem;
	    line-height: 2.4rem;
	    margin-bottom: 45px;
	}
	.requirements_box{
		width: 70%;
	}
	.requirements_box ul li p{
		font-size: 1.2rem;
	}
	.requirements_box ul li span{
		font-size: 1.3rem;
	}
	.requirements_box ul li a{
		text-decoration: underline;
	}
}
@media screen and (max-width: 1100px) {
	.fl img {
    height: 350px;
	}


}
@media screen and (max-width: 930px) {
	.pc_none{
		display: block;
	}
	.sp_none{
		display: none;
	}
	.flex_box1, .flex_box2 {
    flex-direction: column;
	}
	.fl img {
    height: auto;
    width: 100%;
	}
	.jp_text div {
    width: 100%;
	}
	.jp_text {
    flex-direction: column;
    align-items: baseline;
	}
	.jp_text h5 {
    margin-bottom: 10px;
	}
	.jp_text h5 span {
    display: inline;
	}

}



/* --------------------------------------------- */
/*    loopslider
/* --------------------------------------------- */
.loopslider {
	display: flex;
	width: 100%;
	height: 600px;
	overflow: hidden;
	padding-bottom: 40px;
    background-image: url(/common/img/bg04.jpg);
    background-size: auto;
}


.loopslider img {
	width: auto;
	height: 100%;
}
.loopslider img:first-child {
	animation: loop 80s -40s linear infinite;
}

.loopslider img:last-child {
	animation: loop2 80s linear infinite;
}

/* アニメーション */
@keyframes loop {
	0% {
		transform: translateX(100%);
	}
	to {
  	transform: translateX(-100%);
	}
}
@keyframes loop2 {
	0% {
  	transform: translateX(0);
	}
to {
  	transform: translateX(-200%);
	}
}

@media screen and (max-width: 640px) {
	.loopslider {
	height: 400px;
	}
}

/* --------------------------------------------- */
/*    固定バナー
/* --------------------------------------------- */
#bnrfix{
	position: fixed;
	z-index: 1001;
	left: 15px;
	bottom: 15px;
	width:229px;
	transition:all 0.4s;
	opacity:0;
}
#bnrfix.hide {
	pointer-events: none;
	opacity: 0;
}
#bnrfix a img{
	width:100%;
}
#bnrfix a:hover img {
	opacity: 0.9;
}
#bnrfix p.close{
	width: 25px;
	height: 25px;
	position: absolute;
	right:5px;
	top:-30px;
	z-index: 200;
	background: #fff;
	border: 1px dotted #999;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
}

@media screen and (max-width: 640px){
	#bnrfix{
		left:0;
		bottom: 55px;
		width:calc(100% - 52px);
		max-width:430px;
	}
	#bnrfix img{
		width:100%;
	}
	#bnrfix p.close{
		margin:0;
	}
}


/* 2020.02.10 add */
.hp-btn-fair {
	display: block;
	max-width: 450px;
	width: 100%;
	height: auto;
	margin: 0 auto 45px auto;
}
a .hp-btn-fair {
	transition: 0.3s;
}
a:hover .hp-btn-fair {
	opacity: 0.7;
	transition: 0.3s;
}
@media screen and (max-width: 640px){
	.hp-btn-fair {
		margin-bottom: 30px;
	}
}


/* 20200422 add */
.bookLink{
  margin:0 auto;
  margin-bottom:75px;
  width:100%;
  max-width:800px;
}
.bookLink a{
  transition: 0.3s;
}
.bookLink a:hover{
  opacity: 0.7;
}
.bookLink span{
  padding:5px 0;
  display:block;
  text-align:right;
}
.bookLink img{
  display:block;
  width:100%;
}
@media screen and (max-width: 640px){
  .bookLink{
    margin-bottom:50px;
  }
}

.backToTop{
  margin:0 auto;
  margin-bottom:5%;
  padding:1.2em;
  display:block;
  width:90%;
  max-width:320px;
  color:#B37185;
  font-size:1.6rem;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight:bold;
  text-align:center;
  border:1px solid #B37185;
}
@media screen and (max-width: 640px){
  .backToTop{
    padding:5% 0;
    max-width:280px;
    font-size:3.5vw;
  }
}
