/* CSS Document */
@charset "utf-8";

@media screen and (min-width:1024px){

.wrapper{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.wrapper.wrapper_narrow{
	width: 900px;
}


/* header */

header{
	width: 100%;
	height: 80px;
	background: #FFF5FA url(../images/common/webp/h_bg.webp) no-repeat center;
	background-size: cover;
	position: fixed; top: 0; left: 0;
	z-index: 50;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.75);
}
header .wrapper{
	width: 96%;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media screen and (min-width:1366px){
	header .wrapper{
		width: 1346px;
	}
}
header .head{
	width: auto;
	height: 100%;
	padding: 0;
	position: relative;
	z-index: 100;
	box-shadow: none;
}
header h1{
	width: 264px;
	height: 80px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
header h1 a{
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
header h1 a:hover{
	text-decoration: none;
}
header h1 img{
	height: 100%;
}

header .menu{
}
header .menu .box{
	width: auto;
	height: 80px;
	padding: 0 0 0 5vw;
	background: none;
	position: static;
	display: flex;
	align-items: center;
	z-index: 100;
	pointer-events: auto;
	overflow: hidden;
}
header .menu .box::before,
header .menu .box::after{
	display: none;
}
header .menu nav {
	padding: 0;
	display: flex;
	text-align: left;
}
header .menu nav > div{
	margin-top: 0;
}
header .menu nav > div a{
	margin-right: 3vw;
	position: relative;
	font-size: 19px;
	text-decoration: none;
}
header .menu nav > div a:hover{
	text-decoration: underline;
}
header .menu .sns{
	margin-top: 0;
	padding-left: 0;
	display: flex;
}
header .menu .sns div{
	width: 50px;
	margin-right: 2vw;
}
header .menu .sns div a{
	display: block;
	transition: .2s;
}
header .menu .sns div a:hover{
	transform: rotateY(180deg);
}
@media screen and (min-width:1300px){
	header .menu .box{
		padding: 0 0 0 87px;
	}
	header .menu nav > div a{
		margin-right: 70px;
	}
	header .menu .sns{
		padding-left: 68px;
	}
	header .menu .sns div{
		margin-right: 20px;
	}
}


/* main */

main{
	margin-top: 80px;
	background: #FFF;
	position: relative;
}
main::before{
	content: "";
	width: 110%;
	height: 100%;
	background: url(../images/common/webp/bg.webp) repeat-y center;
	background-size: 100% auto;
	opacity: 0.25;
	position: absolute; top: 0; left: -5%;
}
main::after{
	content: "";
	width: 100%;
	height: 143px;
	background: url(../images/common/webp/heading.webp) repeat-x center;
	background-size: auto 100%;
	position: absolute; top: 0; left: -10vw;
}
body.top_page main::before,
body.top_page main::after{
	display: none;
}

.kv_bg{
	width: 100%;
	height: calc(100vh - 80px);
	position: fixed; top: 80px; left: 0;
	z-index: 10;
}
.kv_bg .image{
	width: 100%;
	height: 100%;
}
.kv_bg .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_page_wrap{
	position: relative;
	z-index: 20;
}

.kv{
	height: calc(100vh - 80px);
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.kv p{
	padding-top: 90px;
	font-size: 25px;
}
.kv p span{
	font-size: 29px;
	color: #BC89AB;
}

.top_page_inner{
	background: #FFF;
}
.top_page_inner::before{
	content: "";
	width: 130%;
	height: 100%;
	background: url(../images/common/webp/bg.webp) repeat-y center;
	background-size: 100% auto;
	opacity: 0.25;
	position: absolute; top: 0; left: -15%;
}

.top_page_inner *{
	position: relative;
	z-index: 10;
}

.intro{
	padding: 270px 0;
	position: relative;
}
.intro::before,
.intro::after{
	content: "";
	width: 100%;
	height: 143px;
	background: url(../images/common/webp/heading.webp) repeat-x center;
	background-size: auto 100%;
	position: absolute; left: 0;
}
.intro::before{
	top: 0;
}
.intro::after{
	bottom: 0;
}
.intro p{
	font-size: 25px;
}
.intro p strong{
	font-size: 30px;
	font-weight: 400;
}
.intro p span{
	color: #CF5091;
}

.intro_bottom{
	margin-top: 15px;
	padding: 44.6vw 0 2.1vw 0;
	background: url(../images/intro_bottom/webp/bg.webp) no-repeat center;
	background-size: cover;
}
.intro_bottom .text_belt{
	padding: 15px 0;
	background: rgba(255, 255, 255, 0.8);
}
.intro_bottom .wrapper{
	display: flex;
	justify-content: flex-end;
}
.intro_bottom p{
	font-size: 20px;
}

.news{
	padding: 80px 0;
	background: #FFF5FA url(../images/news/webp/bg.webp) no-repeat center;
	background-size: cover;
}
.news h2{
	font-size: 30px;
	color: #BC89AB;
	font-weight: 400;
}
.news .box{
	margin-top: 25px;
	padding: 25px 40px 65px 40px;
	background: #FFF;
}
.news .box div{
	border-bottom: 1px solid #707070;
}
.news .box div a{
	padding: 40px 10px 5px 10px;
	display: flex;
	align-items: flex-start;
	font-size: 30px;
	color: #716990;
	text-decoration: none;
}
.news .box div a:hover{
	background: #707070;
	color: #FFF;
}
.news .box div a span{
	width: 205px;
	display: block;
}
.news .box div a span + span{
	width: calc(100% - 205px);
}

.sell{
	padding: 97px 0 140px 0;
}
.sell .thum{
	padding-left: 330px;
}
.sell p{
	margin-top: -10px;
	font-size: 25px;
}

.period{
}
.period h2{
	padding: 0 50px;
	font-size: 30px;
	color: #BC89AB;
	font-weight: 400;
}
.period .thum{
	margin-top: 0;
	display: block;
	position: relative;
}
.period p{
	position: absolute; bottom: 20px; right: 50px;
	font-size: 16px;
	color: #9E99B1;
}

.slide{
	padding: 15px 0 100px 0;
}
.swiper-slide{
	position: relative;
}
.slide .name{
	margin-top: 30px;
	font-size: 30px;
	color: #BC89AB;
	text-align: center;
}
.slide .caution{
	width: 900px;
	margin: 0 auto -20px auto;
	padding: 0;
	position: relative;
	z-index: 20;
	font-size: 15px;
	color: #96623D;
}
.swiper-pagination{
	margin-top: 50px;
	bottom: 0 !important;
}
.swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	margin: 0 10px !important;
	background: #FFF;
	border: 1px solid #9E99B1;
}
.swiper-pagination-bullet-active{
	background: #C32375;
}

.set{
	padding: 42px 0 56px 0;
	background: #FFF5FA url(../images/set/webp/bg.webp) no-repeat center;
	background-size: cover;
}
.set h2{
	font-size: 30px;
	color: #BC89AB;
	font-weight: 400;
}
.set .box{
	margin-top: 36px;
	padding: 45px 50px 15px 50px;
	background: #FFF;
	position: relative;
}
.set .box::after{
	content: "";
	width: 106px;
	height: 156px;
	background: url(../images/common/webp/cara.webp) no-repeat;
	background-size: 100% 100%;
	position: absolute; bottom: -78px; left: 50px;
	transform: rotateY(180deg);
}
.set .thum{
	width: 350px;
	height: auto;
	position: absolute; top: -22px; left: auto; right: 50px;
	transform: translateX(0);
}
.set .thum img{
	height: auto;
}
.set p{
	padding-top: 0;
	font-size: 25px;
}
.set .text{
	margin-top: 50px;
	font-size: 25px;
	text-align: right;
}
.set .caution{
	margin-top: 23px;
	padding: 0 50px;
	text-align: right;
	font-size: 20px;
}

.access{
	padding: 110px 0 170px 0;
}
.access h2{
	font-size: 30px;
	color: #BC89AB;
	font-weight: 400;
}
.access .map{
	padding-left: 200px;
	position: relative;
}
.access .image{
}
.access .btn{
	width: 105px;
	position: absolute; bottom: 0; right: 32px;
}
.access .inner{
	margin-top: -120px;
	display: flex;
	align-items: flex-end;
	pointer-events: none;
}
.access .thum{
	width: 358px;
}
.access p{
	width: 470px;
	margin-left: 40px;
	padding: 11px;
	border-top: 1px solid #9E99B1;
	border-bottom: 1px solid #9E99B1;
	font-size: 22px;
}

.insta{
	padding-bottom: 145px;
}
.insta h2{
	font-size: 25px;
	color: #BC89AB;
	font-weight: 400;
}
.insta h2 img{
	width: 50px;
	margin-right: 10px;
	filter: drop-shadow(0px 3px 6px #000);
}
.insta .box{
	margin-top: 20px;
}

.bottom_btn{
	margin-top: 40px;
	display: flex;
	justify-content: flex-end;
}
.bottom_btn div{
	padding-right: 0;
	position: relative;
}
.bottom_btn div::before{
	content: "";
	width: 100vw;
	height: 100%;
	background: #9e99b1;
	box-shadow: 0px 3px 6px #000;
	position: absolute; top: 0; left: 0;
}
.bottom_btn a{
	padding: 2px 10px;
	display: block;
	position: relative;
	font-size: 23px;
	line-height: 34px;
	color: #FFF;
	text-decoration: none;
}
.bottom_btn a:hover{
	color: #CF5091;
}
.bottom_btn.add_line div{
	padding-right: 100px;
}
.bottom_btn.add_line a + a{
	width: 50px;
	padding: 0;
	position: absolute; top: -6px; right: 0;
}

/* under_column */

.contents_box{
	padding: 70px 0 147px 0;
	position: relative;
	z-index: 20;
}

.h2_area{
	display: flex;
	justify-content: flex-start;
}
.h2_area div{
	padding: 0 80px 0 90px;
	position: relative;
}
.h2_area div::before{
	content: "";
	width: 100vw;
	height: 100%;
	background: #C32375;
	box-shadow: 0px 3px 6px #000;
	position: absolute; top: 0; right: 0;
}
.h2_area div::after{
	content: "";
	width: 40px;
	height: 60px;
	background: url(../images/common/webp/cara.webp) no-repeat;
	background-size: 100% 100%;
	position: absolute; top: -30px; right: 5px;
	z-index: 10;
}
.h2_area h2{
	position: relative;
	font-size: 23px;
	color: #FFF;
	font-weight: 400;
}

.news_list{
	margin-top: 35px;
}
.news_list .box{
}
.news_list .box div{
	border-bottom: 1px solid #707070;
}
.news_list .box div a{
	padding: 40px 10px 5px 10px;
	display: flex;
	align-items: flex-start;
	font-size: 30px;
	color: #716990;
	text-decoration: none;
}
.news_list .box div a:hover{
	background: #707070;
	color: #FFF;
}
.news_list .box div a span{
	width: 205px;
	display: block;
}
.news_list .box div a span + span{
	width: calc(100% - 205px);
}

.news_detail{
	margin-top: 80px;
	padding: 0 50px;
}
.news_detail .title_box{
}
.news_detail .date{
	font-size: 19px;
}
.news_detail .title{
	font-size: 23px;
}
.news_detail .thum{
	margin-top: 20px;
	text-align: center;
}
.news_detail p{
	margin-top: 60px;
	font-size: 23px;
}

.post-navigation{
	margin-top: 60px;
	display: flex;
	justify-content: center;
	font-size: 23px;
}
.post-navigation .nav-previous{
	margin: 0 30px;
}
.post-navigation .nav-next{
	margin: 0 30px;
}

.variety{
}
.variety .box{
	padding-top: 20px;
}
.variety .box div{
	margin-top: 30px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.company{
	margin-top: 20px;
}
.company .thum{
	width: 500px;
	margin: 0 auto;
}
.company .table_box{
	margin-top: 70px;
	background: #FFF;
}
.company .inner{
}
.company .inner p{
	margin-top: 40px;
	padding: 15px 75px 0 75px;
	border-top: 25px solid #FFF5FA;
	font-size: 25px;
}

.contact{
	padding: 40px 0 150px 0;
}
.contact .bg{
	margin: 0 auto;
	text-align: center;
}
@media screen and (min-width:1275px){
	.contact .bg{
		width: 1275px;
	}
}
.contact .wrapper{
}
.contact .box{
	padding-top: 0;
}
.contact .item{
	margin-top: 40px;
}
.contact .name{
	font-size: 25px;
}
.contact .name span{
	margin-left: 15px;
	padding: 2px 12px;
	background: #b02e49;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
.contact .name small{
	color: #b02e49;	
}
.contact .input{
	margin-top: 10px;
}
.contact .privacy{
	margin-top: 40px;
	height: 300px;
	padding: 20px 0;
	overflow-y: auto;
	border: 1px solid #707070;
}
.contact .privacy p{
	padding: 0 20px;
}
.contact .privacy p + p{
	margin-top: 20px;
}
.contact .privacy_check{
	margin-top: 40px;
	font-size: 23px;
	text-align: center;
}
.contact .btn{
	width: 130px;
	margin: 35px auto 0 auto;
}
.contact .btn button,
.contact .btn input{
	width: 100%;
	padding: 2.5px;
	display: block;
	background: none;
	border: 1px solid #707070;
	border-radius: 25px;
	outline: none;
	font-size: 30px;
	line-height: 45px;
	font-weight: 400;
	color: #707070;
	text-align: center;
	cursor: pointer;
	transition: .2s;
}
.contact .btn button:hover,
.contact .btn input:hover{
	background: #707070;
	color: #FFF;
}

.thanks{
	padding: 90px 0 200px 0;
}
.thanks h2{
	font-size: 40px;
}
.thanks p{
	margin-top: 45px;
	padding: 0 50px;
	font-size: 24px;
}
@media screen and (min-width:1140px){
	.thanks .wrapper{
		width: 1120px;
	}
	.thanks p{
		padding: 0 180px;
	}
}

nav.pagination{
	margin-top: 50px;
}
nav.pagination h2{
	display: none;
}
nav.pagination .nav-links{
	display: flex;
	justify-content: center;
	align-items: center;
}
nav.pagination a.page-numbers,
nav.pagination span.page-numbers{
	width: 40px;
	margin: 0 12.5px;
	border: none;
	font-size: 23px;
	line-height: calc(40px - 2px);
	text-align: center;
	text-decoration: none;
}
nav.pagination span.page-numbers.current,
nav.pagination a.page-numbers:hover{
	background: none;
	border: none;
	line-height: calc(40px - 2px);
	color: #CF5091;
}
nav.pagination a.page-numbers.prev,
nav.pagination a.page-numbers.next{
	width: auto;
	border: none;
}
nav.pagination a.page-numbers.prev:hover,
nav.pagination a.page-numbers.next:hover{
	background: none;
	border: none;
	line-height: calc(40px - 2px);
	color: #CF5091;
}

.not_found{
	padding-top: 80px;
}
.not_found .logo{
	width: 200px;
	margin: 0 auto;
	text-align: center;
}
.not_found p{
	margin-top: 20px;
	text-align: center;
}


/* footer */

footer{
	padding: 53px 0 7px 0;
	background: #FFF5FA url(../images/common/webp/f_bg.webp) no-repeat center;
	background-size: cover;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
}
footer .wrapper{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: nowrap;
	flex-flow: row;
}
footer .logo{
	width: 190px;
}
footer .foot{
	margin: 0 0 0 30px;
}
footer .foot div{
	margin-top: 10px;
}
footer .sns{
	margin: 0 0 0 -30px;
	display: flex;
	justify-content: center;
}
footer .sns div{
	width: 50px;
	margin: 0 30px 0 0;
}
footer .sns div a{
	display: block;
	transition: .2s;
}
footer .sns div a:hover{
	transform: rotateY(180deg);
}
footer .copy{
	margin-top: 40px;
	font-size: 15px;
	color: #ECE3E9;
	text-align: center;
}

.top_marker{
	width: 80px;
	position: fixed; bottom: 50px; right: 40px;
	display: none;
}
.top_marker a{
	display: block;
	transition: .2s;
}
.top_marker a:hover{
	transform: rotateY(180deg);
}

}
