/* CSS Document */
@charset "utf-8";

.wrapper{
	padding: 0 2vw;
}


/* header */

header{
	width: 100%;
	height: 14vw;
	background: #FFF5FA url(../images/common/webp/h_bg.webp) no-repeat center;
	background-size: cover;
	position: fixed; top: 0; left: 0;
	z-index: 50;
}
header .wrapper{
	padding: 0;
}
header .head{
	width: 100%;
	height: 100%;
	padding: 0 2vw;
	position: relative;
	z-index: 100;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.75);
}
header h1{
	height: 14vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
header h1 a{
	height: 8vw;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
header h1 img{
	height: 100%;
}

header .menu{
}
header .menu .icon{
}
header .menu .icon a{
	width: 11vw;
	height: 11vw;
	background: none;
	border-radius: 0;
	display: block;
	position: absolute; top: 1.5vw; right: 2vw;
	z-index: 100;
}
header .menu .icon span {
	width: 7vw;
	height: 2px;
	margin: -1px 0 0 -3.5vw;
	background: #9E99B1;
	display: block;
	position: absolute; top: 50%; left: 50%;
	transition: 0.2s;
}
header .menu .icon span:before,
header .menu .icon span:after {
	content: "";
	width: 7vw;
	height: 2px;
	background: #9E99B1;
	display: block;
	position: absolute; top: 0; left: 0;
	transition: 0.3s;
}
header .menu .icon span:before {
	margin-top: -8px;
}
header .menu .icon span:after {
	margin-top: 8px;
}
header .menu .icon a.on span {
	background: transparent;
}
header .menu .icon a.on span:before,
header .menu .icon a.on span:after {
	margin-top: 0;
	background: #9E99B1;
}
header .menu .icon a.on span:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
header .menu .icon a.on span:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
header .menu .box{
	width: 100%;
	height: calc(100% - 14vw);
	padding-bottom: 5vw;
	background: #FFF5FA;
	position: fixed; top: 14vw; left: 0;
	display: none;
	z-index: 90;
	pointer-events: auto;
	overflow: auto;
}
header .menu .box::before{
	content: "";
	width: 50vw;
	height: 56vw;
	background: url(../images/common/webp/m_bg.webp) no-repeat;
	background-size: 100%;
	position: absolute; top: 0; left: 0;
}
header .menu .box::after{
	content: "";
	width: 10.2vw;
	height: 15vw;
	background: url(../images/common/webp/cara.webp) no-repeat;
	background-size: 100%;
	position: absolute; bottom: 4vw; right: 4vw;
}
header .menu nav {
	padding: 15vw 2vw 0 50%;
	text-align: left;
}
header .menu nav > div{
	margin-top: 6vw;
}
header .menu nav > div a{
	position: relative;
	font-size: 4.5vw;
	text-decoration: none;
}
header .menu .sns{
	margin-top: 6vw;
	padding-left: 50%;
	display: flex;
}
header .menu .sns div{
	width: 10vw;
	margin-right: 4vw;
}


/* main */

main{
	margin-top: 14vw;
	background: #FFF;
	position: relative;
}
main::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%;
}
main::after{
	content: "";
	width: 120vw;
	height: 11vw;
	background: url(../images/common/webp/heading.webp) no-repeat center;
	background-size: cover;
	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 - 14vw);
	position: fixed; top: 14vw; 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 - 14vw);
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.kv p{
	font-size: 4.3vw;
}
.kv p span{
	font-size: 5vw;
	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: 16vw 0;
	position: relative;
}
.intro::before,
.intro::after{
	content: "";
	width: 120vw;
	height: 11vw;
	background: url(../images/common/webp/heading.webp) no-repeat center;
	background-size: cover;
	position: absolute; left: -10vw;
}
.intro::before{
	top: 0;
}
.intro::after{
	bottom: 0;
}
.intro p{
}
.intro p strong{
	font-size: 4.5vw;
	font-weight: 400;
}
.intro p span{
	color: #CF5091;
}

.intro_bottom{
	margin-top: 4vw;
	padding: 60vw 0 4vw 0;
	background: url(../images/intro_bottom/webp/bg.webp) no-repeat center;
	background-size: cover;
}
.intro_bottom .text_belt{
	padding: 2vw 0;
	background: rgba(255, 255, 255, 0.8);
}
.intro_bottom p{
	font-size: 3.2vw;
}

.news{
	padding: 6vw 0;
	background: #FFF5FA url(../images/news/webp/bg.webp) no-repeat center;
	background-size: cover;
}
.news h2{
	font-size: 4.5vw;
	color: #BC89AB;
	font-weight: 400;
}
.news .box{
	margin-top: 4vw;
	padding: 4vw 2vw 6vw 2vw;
	background: #FFF;
}
.news .box div{
	border-bottom: 1px solid #707070;
}
.news .box div a{
	padding: 2vw;
	display: block;
	color: #716990;
}
.news .box div a span{
	display: block;
}

.sell{
	padding: 8vw 0;
}
.sell .thum{
}
.sell p{
	margin-top: 4vw;
}

.period{
}
.period h2{
	font-size: 4.5vw;
	color: #BC89AB;
	font-weight: 400;
}
.period .thum{
	margin-top: 2vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.period p{
	font-size: 3vw;
	color: #9E99B1;
}

.slide{
	padding: 4vw 0 8vw 0;
}
.swiper-slide{
	position: relative;
}
.slide .name{
	margin-top: 2vw;
	color: #BC89AB;
	text-align: center;
}
.slide .caution{
	margin-bottom: -3vw;
	padding: 0 2vw;
	position: relative;
	z-index: 20;
	font-size: 2.5vw;
	color: #96623D;
}
.swiper-pagination{
	margin-top: 6vw;
	bottom: 0 !important;
}
.swiper-pagination-bullet{
	width: 3vw;
	height: 3vw;
	margin: 0 1.5vw !important;
	background: #FFF;
	border: 1px solid #9E99B1;
}
.swiper-pagination-bullet-active{
	background: #C32375;
}

.set{
	padding: 6vw 0;
	background: #FFF5FA url(../images/set/webp/bg.webp) no-repeat center;
	background-size: cover;
}
.set h2{
	font-size: 4.5vw;
	color: #BC89AB;
	font-weight: 400;
}
.set .box{
	margin-top: 24vw;
	padding: 20vw 4vw 4vw 4vw;
	background: #FFF;
	position: relative;
}
.set .thum{
	height: 40vw;
	position: absolute; top: -20vw; left: 50%;
	transform: translateX(-50%);
}
.set .thum img{
	height: 100%;
}
.set p{
	padding-top: 4vw;
}
.set .text{
	margin-top: 4vw;
	text-align: right;
}
.set .caution{
	margin-top: 2vw;
	text-align: right;
	font-size: 3.2vw;
}

.access{
	padding: 8vw 0;
}
.access h2{
	font-size: 4.5vw;
	color: #BC89AB;
	font-weight: 400;
}
.access .map{
	position: relative;
}
.access .image{
}
.access .btn{
	width: 25vw;
	position: absolute; bottom: 0; right: 0;
}
.access .inner{
	margin-top: 2vw;
	display: flex;
	align-items: flex-end;
}
.access .thum{
	width: 35vw;
}
.access p{
	width: calc(100% - 35vw);
	padding: 2vw;
	border-top: 1px solid #9E99B1;
	border-bottom: 1px solid #9E99B1;
}

.insta{
	padding-bottom: 8vw;
}
.insta h2{
	font-size: 4.5vw;
	color: #BC89AB;
	font-weight: 400;
}
.insta h2 img{
	width: 10vw;
	margin-right: 2vw;
	filter: drop-shadow(0px 3px 6px #000);
}
.insta .box{
	margin-top: 4vw;
}

.bottom_btn{
	margin-top: 6vw;
	display: flex;
	justify-content: flex-end;
}
.bottom_btn div{
	padding-right: 4vw;
	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: 0.5vw 5vw;
	display: block;
	position: relative;
	font-size: 4vw;
	color: #FFF;
}
.bottom_btn.add_line div{
	padding-right: 15vw;
}
.bottom_btn.add_line a + a{
	width: 12vw;
	padding: 0;
	position: absolute; top: -2.5vw; right: 0;
}


/* under_column */

.contents_box{
	padding: 8vw 0 10vw 0;
	position: relative;
	z-index: 20;
}

.h2_area{
	display: flex;
	justify-content: flex-start;
}
.h2_area div{
	padding: 0 10vw 0 4vw;
	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: 6vw;
	height: 9vw;
	background: url(../images/common/webp/cara.webp) no-repeat;
	background-size: 100% 100%;
	position: absolute; top: -3vw; right: 1vw;
	z-index: 10;
}
.h2_area h2{
	position: relative;
	font-size: 4.5vw;
	color: #FFF;
	font-weight: 400;
}

.news_list{
	margin-top: 6vw;
}
.news_list .box{
}
.news_list .box div{
	border-bottom: 1px solid #707070;
}
.news_list .box div a{
	padding: 2vw;
	display: block;
	color: #716990;
}
.news_list .box div a span{
	display: block;
}

.news_detail{
	margin-top: 6vw;
}
.news_detail .title_box{
}
.news_detail .date{
}
.news_detail .title{
}
.news_detail .thum{
	margin-top: 2vw;
	text-align: center;
}
.news_detail p{
	margin-top: 2vw;
}

.post-navigation{
	margin-top: 6vw;
	display: flex;
	justify-content: center;
}
.post-navigation .nav-previous{
	margin: 0 3vw;
}
.post-navigation .nav-next{
	margin: 0 3vw;
}

.variety{
}
.variety .box{
	padding-top: 4vw;
}
.variety .box div{
	margin-top: 4vw;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.company{
	margin-top: 8vw;
}
.company .thum{
	width: 60vw;
	margin: 0 auto;
}
.company .table_box{
	margin-top: 4vw;
	background: #FFF;
}
.company .inner{
}
.company .inner p{
	margin-top: 4vw;
	padding-top: 2vw;
	border-top: 10px solid #FFF5FA;
}

.contact{
	padding: 6vw 0 12vw 0;
}
.contact .bg{
}
.contact .wrapper{
}
.contact .box{
	padding-top: 2vw;
}
.contact .item{
	margin-top: 4vw;
}
.contact .name{
}
.contact .name span{
	margin-left: 4vw;
	padding: 0.2vw 2vw;
	background: #b02e49;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	font-size: 3.5vw;
	color: #FFF;
	text-align: center;
}
.contact .name small{
	color: #b02e49;	
}
.contact .input{
	margin-top: 2vw;
}
.contact .privacy{
	margin-top: 4vw;
	height: 300px;
	padding: 4vw 0;
	overflow-y: auto;
	border: 1px solid #707070;
}
.contact .privacy p{
	padding: 0 2vw;
}
.contact .privacy p + p{
	margin-top: 2vw;
}
.contact .privacy_check{
	margin-top: 4vw;
	text-align: center;
}
.contact .btn{
	width: 50%;
	margin: 8vw auto 0 auto;
}
.contact .btn button,
.contact .btn input{
	width: 100%;
	padding: 2vw;
	display: block;
	background: none;
	border: 1px solid #707070;
	border-radius: 5vw;
	outline: none;
	font-size: 4vw;
	line-height: 6vw;
	font-weight: 400;
	color: #707070;
	text-align: center;
}

.thanks{
	padding: 10vw 0;
}
.thanks h2{
	font-size: 5vw;
}
.thanks p{
	margin-top: 6vw;
}

nav.pagination{
	margin-top: 8vw;
}
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: 8vw;
	margin: 0 2vw;
	border: none;
	font-size: 4.5vw;
	line-height: calc(8vw - 2px);
	color: #707070;
	text-align: center;
	text-decoration: none;
}
nav.pagination span.page-numbers.current{
	background: none;
	border: none;
	line-height: calc(8vw - 2px);
	color: #CF5091;
}
nav.pagination a.page-numbers.prev,
nav.pagination a.page-numbers.next{
	width: auto;
	border: none;
}

.not_found{
	padding-top: 10vw;
}
.not_found .logo{
	width: 40vw;
	margin: 0 auto;
	text-align: center;
}
.not_found p{
	margin-top: 6vw;
	text-align: center;
}


/* footer */

footer{
	padding: 10vw 0 4vw 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;
	position: relative;
	z-index: 20;
}
footer .wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-flow: column;
}
footer .logo{
	width: 40%;
}
footer .foot{
	margin-top: 4vw;
}
footer .foot div{
}
footer .sns{
	margin-top: 4vw;
	display: flex;
	justify-content: center;
}
footer .sns div{
	width: 10vw;
	margin: 0 2vw;
}
footer .copy{
	margin-top: 6vw;
	color: #ECE3E9;
	text-align: center;
}

.top_marker{
	width: 12vw;
	position: fixed; bottom: 4vw; right: 4vw;
	z-index: 50;
	display: none;
}
