@charset "utf-8";
/* CSS Document */
#event_top {
    margin: 0 auto;
	width: 100%;
    padding: 0 0 30px;
    text-align: center;
}
#sm{
	text-align: left;
	padding-top: 50px;
}
#sm h2, 
#sm h3, 
#sm h4, 
#sm h5, 
#sm h6 {
    font-weight: normal;
}
#pax .bold {
    font-weight: bold;
}
#sm *{
	letter-spacing: 0.08rem;
}
#sm .bgBeige{
	background: #f9f7f3;
}
#sm .coBeige{
	color: #9f8046
}
#sm .serif{
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#sm .titleArea{
	padding: 120px 0 150px;
	text-align: center;
}
#sm .contentBox_inner .titleArea{
	padding: 0;
}
#sm h2 {
	margin-bottom: 60px;
}
#sm .title {
	position: relative;
	display: inline-block;
	width: auto;
    font-size: 42px;
	color: #a67d35;
	text-align: center;
	font-weight: bold;
}
#sm .title span{
	position: relative;
}
#sm .title::before {
	position: absolute;
    content: "";
	border-bottom: 12px solid #ffecf4;
	left: 0;
	bottom:12px;
	width: 100%;
	font-weight: bold;
}
#sm .bgBeige .title::before {
	border-bottom: 12px solid #ffecf4;
}
#sm .line {
	background: linear-gradient(transparent 70%, #ffecf4 0%);
	display: inline;
}
#sm .subtitle {
	font-size:30px;
	text-align: center;
	margin-bottom: 60px;
}
#sm .titleArea .subtitle,
#sm .stitle{
	font-size:24px;
	margin-bottom: 20px;
	text-align: center;
}
#sm .w800{
	width: 800px;
	margin: 0 auto;
}
#sm .w900{
	width: 800px;
	margin: 0 auto;
}
#sm .cach{
    text-align: center;
	font-size:30px;
	margin-bottom: 15px;
}
#sm .lede{
    text-align: center;
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 0.1rem;
}
#sm .titleArea .lede{
    font-size: 18px;
}
#sm .contentBox {
    padding: 150px 0;
}
#sm .contentBox.pt0 {
    padding-top:  0;
}
#sm .contentBox.pb0 {
    padding-bottom:  0;
}
#sm .contentBox .contentBox_inner{
    width: 1100px;
    margin: 0 auto 150px;
}
#sm .contentBox .contentBox_inner:last-of-type{
    margin-bottom: 0;
}
#sm .contentBox .contentBox_inner .ph{
	text-align: center;
}
#sm .contentBox .contentBox_pointArea .ph{
    margin-top: 30px;
}
#sm .contentBox .contentBox_taikenArea .ph{
    margin-top: 60px;
}
#sm .contentBox .contentBox_nayamiArea .ph{
    margin-top: -20px;
}
/*----------------------------------------


titleArea


----------------------------------------*/
.phArea{
	position: relative;
	width: 1100px;
	text-align: center;
	margin: 80px auto;
}
.titleArea .ico{
	position: absolute;
	opacity: 0;
    transform: scale(0.8);
}
.titleArea .ico img{
	width: 100%;
}
.titleArea .ico01{
	top:-50px;
	left: 55px;
}
.titleArea .ico02{
	top:-35px;
	left: 370px;
}
.titleArea .ico03{
	top:10px;
	right: 70px;
}
.titleArea .ico04{
	top:300px;
	left: -55px;
}
.titleArea .ico05{
	top:260px;
	left: 290px;
}
.titleArea .ico06{
	top:395px;
	right: -55px;
}
.titleArea .ico07{
	bottom:-30px;
	left: 140px;
}
/*----------------------------------------


fv


----------------------------------------*/
.fv{
	position: relative;
	max-width: 1555px;
	width: 64%;
	min-width: 1110px;
	height: 72vh;
	max-height: 800px;
	margin: 0 auto;
}
.fv .inner{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border-radius: 30px;
	overflow: hidden;
}
.fv img{
	width: 100%;
	transition:  0.3s;
}
.fv .ph{
	width: 100%;
	transition:  0.3s;
}
.fv .cach{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	opacity: 0;
    animation-name: blur;
    animation-duration: 6.0s;
    animation-fill-mode: both;
	width: 70%;
	max-width: 1230px;
}
.fv .txt{
	position: absolute;
	bottom: 50px;
	left: 50px;
	z-index: 2;
	width: 70%;
	max-width: 1224px;
	opacity: 0;
}
.fv .banner{
	position: absolute;
	bottom: -50px;
	right: 60px;
	z-index: 2;
	width: 150px;
	opacity: 0;
}
.fv .slide{
	position: relative;
	z-index: 1;
	opacity: 0;
}
.fv .slide{
	position: relative;
	z-index: 1;
	opacity: 0;
}
.fv .slide .ph{
	position: relative;
	width: 100%;
	height: 72vh;
	object-fit: cover;
	opacity: 0;
	top:0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.fv .slide.active .ph{
    animation-name: fadeIn;
    animation-duration: 30s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0s;
    animation-play-state: running;
    animation-fill-mode: forwards;
    transition: all 8.0s cubic-bezier(1, 0, 0, 1);
}
.fv .slide .ph + .ph{
	position:absolute;
	left: 0;
	top:0;
}
.slide.active .ph:nth-of-type(2) {
    animation-delay:8.0s;
}
.ph01{
	background: url("../images/fv_ph01.jpg") no-repeat center center;
	background-size: cover;
}
.ph02{
	background: url("../images/fv_ph02.jpg") no-repeat top right;
	background-size: cover;
}

@media all and (-ms-high-contrast: none) {
.fv .slide img.fadeIn{
    animation-iteration-count: 1;
}
}
@supports (-ms-ime-align: auto) {
.fv .slide img.fadeIn{
    animation-iteration-count: 1;
}
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        z-index: 11;
    }
    5% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        z-index: 10;
	}
}
@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  30% {
      opacity: 1;
    filter: blur(0px);
  }
  70% {
      opacity: 1;
    filter: blur(0px);
  }
  100% {
      opacity: 0;
    filter: blur(0px);
  }
}
.scale{
    animation-name: scale01;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}
@keyframes scale01 {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*---------------------------------------------------


contentBox_graphArea


---------------------------------------------------*/
#sm .contentBox .contentBox_graphArea{
	border-bottom: 1px solid #e7e4dd;
	padding-bottom: 70px;
}
#sm .contentBox .contentBox_graphArea:last-of-type{
	border-bottom:none;
	padding-bottom: 0;
}
#sm .contentBox .contentBox_graphArea .subtitle{
	margin-bottom: 70px;
}
#sm .contentBox .contentBox_graphArea .stitle{
	margin-bottom: 10px;
}
#sm .contentBox .contentBox_graphArea .graphList{
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1030px;
	margin: 0 auto;
}
#sm .contentBox .contentBox_graphArea .graphList li{
    display: flex;
	justify-content: space-between;
	align-items: center;
    width: 500px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 25px;
	background: #fff;
}
#sm .contentBox .contentBox_graphArea .graphList li img{
    width: 150px;
	height: 150px;
}
#sm .contentBox .contentBox_graphArea .graphList li .txt{
    width: 330px;
	padding: 20px 20px 20px 0;
	font-size: 16px;
}
#sm .contentBox .contentBox_graphArea .graphList li .txt p{
	letter-spacing: 0;
}
#sm .contentBox .contentBox_graphArea .graphList li .txt .age{
    color: #6899bb;
	font-size: 14px;
	margin-bottom: 5px;
}
#sm .contentBox .contentBox_graphArea .boxArea{
    border-radius: 5px;
	background: #fff;
	width: 730px;
	margin: 70px auto;
	box-sizing: border-box;
	padding: 30px;
	font-size: 16px;
	color: #3d392f;
}
#sm .contentBox .contentBox_graphArea .boxArea h5{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#sm .contentBox .aside{
	font-size: 12px;
}
#sm .contentBox .contentBox_graphArea .aside_kome{
	text-align: right;
	width: 880px;
	margin: 0 auto 40px;
}
#sm .contentBox .contentBox_pointArea .aside{
	text-align: center;
}
#sm .contentBox .contentBox_graphArea sup{
	position: relative;
	font-size: 10px;
	top:-5px;
}
/*---------------------------------------------------


contentBox_matchingArea


---------------------------------------------------*/
#sm .contentBox .contentBox_matchingArea .txt{
	margin-bottom: 30px;
	text-align: center;
}
#sm .contentBox .contentBox_matchingArea .subtitle{
	margin: 70px 0 30px;
}
#sm .contentBox .matchingList{
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
#sm .contentBox .matchingList li{
    display: flex;
	justify-content: space-between;
	align-items: center;
    width: 360px;
	height: 96px;
	box-sizing: border-box;
	border:3px solid #9f8046;
	border-radius: 5px;
	margin-bottom: 15px;
}
#sm .contentBox .matchingList li a{
	position: relative;
    display: flex;
	justify-content: space-between;
	align-items: center;
	background: #9f8046;
    width: 360px;
	height: 96px;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
}
#sm .contentBox .matchingList li a::before{
	position: absolute;
    content: "";
	border-right:2px #f3f1ec solid;
	border-bottom:2px #f3f1ec solid;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	bottom: 15px;
	left: 50%;
	transition:  all 0.3s;
}
#sm .contentBox .matchingList li p{
    color: #9f8046;
	padding-left: 25px;
	font-size: 16px;
	width: calc(100% - 90px);
	box-sizing: border-box;
}
#sm .contentBox .matchingList li a p{
 	color: #fff;
   text-decoration: underline;
}
#sm .contentBox .matchingList li img{
    padding-right: 20px;
	width: 70px;
	margin: 0;
	transition:  all 0.3s;
}
#sm .contentBox .matchingList li a:hover img{
	opacity: 1;
	transform: scale(1.1);
}
#sm .contentBox .matchingList li a:hover:before{
	bottom: 10px;
}
#sm .contentBox .contentBox_matchingDetails{
	position: relative;
	margin: 0 0 0;
	padding: 60px 0;
	text-align: center;
}
#sm .contentBox .contentBox_matchingDetails:nth-of-type(-n+2):after{
	position: absolute;
    content: "";
	border-bottom:1px #9f8046 solid;
	width: 40px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}


/*---------------------------------------------------


contentBox_introduceArea


---------------------------------------------------*/
#sm .contentBox_introduceArea .title,
#sm .contentBox_priceArea .title,
#sm .contentBox_qaArea .title{
	margin-bottom: 60px;
}
#sm .contentBox_introduceArea .flexBox{
	justify-content: center;
}
/*---------------------------------------------------


story


---------------------------------------------------*/
#sm #story .grid_box{
	padding-bottom: 100px;
}
/*---------------------------------------------------


contentBox_priceArea


---------------------------------------------------*/
#sm .contentBox .contentBox_priceArea .ph{
	display: block;
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
}
#sm .contentBox .contentBox_priceArea .aside{
	display: block;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}
#sm .contentBox .contentBox_priceArea .ph .aside{
	text-align: left;
}
#sm .contentBox .contentBox_priceArea .torokuArea{
	margin: 50px auto;
	text-align: center;
}
#sm .contentBox .contentBox_priceArea .areaArea{
	margin: 30px auto;
}
#sm .contentBox .contentBox_priceArea .shikakuArea{
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
#sm .contentBox .contentBox_priceArea .shikakuArea h4{
	font-size: 20px;
	margin-bottom: 20px;
}

#sm .grid_box .titleArea {
    padding: 70px 0 70px;
}
/*---------------------------------------------------


contentBox_qaArea


---------------------------------------------------*/
#sm .contentBox .contentBox_qaArea dt{
	position: relative;
	font-size: 18px;
	padding:0 0 20px 40px;
}
#sm .contentBox .contentBox_qaArea dt::before{
	position: absolute;
	content:url("../images/qa_ico.png");
	font-size: 18px;
	left: 0;
	top:-5px;
}
#sm .contentBox .contentBox_qaArea dd{
	font-size: 16px;
	padding: 0 0 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e7e4dd;
	line-height: 2.2;
}

/*---------------------------------------------------


beigeBtn


---------------------------------------------------*/
#sm .beigeBtn{
	width: 380px;
	margin: 60px auto 0;
}
#sm .beigeBtn a{
	position: relative;
	display: block;
	border-radius: 100px;
	padding: 15px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: #9f8046;
	box-shadow: 0 4px 0 0 #8a6f3e;
	letter-spacing: 0;
	font-weight: bold;
	transition:  all 0.3s;
	top:0;
}
#sm .beigeBtn a::before{
	position: absolute;
    content: "";
	border-right:2px #fff solid;
	border-top:2px #fff solid;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	top: 38%;
	right: 15px;
	transition:  all 0.3s;
}
#sm .beigeBtn a:hover{
	top:4px;
	box-shadow: 0 0px 0 0 #8a6f3e;
}
#sm .beigeBtn a:hover:before{
	right: 10px;
}
