@charset "utf-8";
.eng {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.min {
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-style: normal;
}
/*--------------------------------------
　Main Index
---------------------------------------*/
.contents_top {
	width: 100%;
	margin: auto;
	box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: hidden;
	background: url("../img/bg_01.webp") left top repeat;
	background-size: 1400px auto;
}

.sec {
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 768px) {
	.contents_top {
		width: 100%;
	}
  
	.sec {
		min-width: 100%;
	}
  
}





/*--------------------------------------
　Title
---------------------------------------*/

@media screen and (max-width: 768px) {
}





/*--------------------------------------
　テキスト
---------------------------------------*/
.contents_top p {
	margin: 3rem 0 3rem;
	font-size: 1.8rem;
	line-height: 2;
}

.txt {
	margin: 3rem 0 3rem;
	font-size: 1.8rem;
	text-align: justify;
	line-height: 2;
}

.lead {
	margin: 3rem 0 0!important;
	font-size: 1.5rem;
	line-height: 2;
}

p.caption {
	margin: 1rem 0 0 0!important;
	padding: 0 0 0.5rem 0;
	font-size: 1rem;
	line-height: 1.3;
}

.sec p {
	margin: 0 0 0;
}
.sub {
	font-size: 1.4rem!important;
	line-height: 1.5!important;
}
a.txtlink {
	color: blue;
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.contents_top p {
		margin: 2rem 0 2rem;
		line-height: 1.8;
		font-size: 1.5rem;
	}

	.txt {
		margin: 2rem 0 2rem;
		line-height: 1.8;
		font-size: 1.5rem;
	}

	.lead {
		margin: 2rem 0 0!important;
		line-height: 1.8;
	}
  
  p.caption {
    margin: 1rem 0 0 0!important;
    padding: 0 0 0.5rem 0;
    font-size: 1rem;
    line-height: 1.3;
  }
  
  .sec p {
    margin: 0 0 0;
  }
.sub {
	font-size: 1rem!important;
}

}
/*--------------------------------------
　Header
---------------------------------------*/

/*--------------------------------------
　mv
---------------------------------------*/
.mv {
	background: #d4b67c;
	height: 800px;
}
.mv_inner {
	display: flex;
	justify-content: space-between;
}

.mv_inner .left {
	width: 400px;
	background: #fff;
}
.mv_inner .right {
	width:calc(100% - 400px);
	position: relative;
	background:url("../img/mv_tree.webp") right 100% no-repeat;
	background-size: 300px auto;
}
.mv_inner .right .upper {
	height: 200px;
	width: 100%;
	background:url("../img/mv_upper.webp") -1px top repeat-x,#fff;
	background-size:auto 201px;
}
.mv_inner .right .under {
	padding: 30px 0 0 60px;

}
.mv_inner .right .kazari01 {
	width: 270px;
}
.mv_inner .right .kazari02 {
	position: absolute;
	width: 380px;
	top: 150px;
	left: 420px;
}
.mv_inner .right .main_txt {
	max-width: 520px;
	margin: 30px 0 20px;
}
.mv_inner .right .days {
	max-width: 450px;
}
@media screen and (max-width: 1100px) {
.mv_inner .right {
	background:none;
}
}
/*--------------------------------------
　section
---------------------------------------*/
.sec .inner {
	display: flex;
	justify-content: space-between;
	padding: 120px 40px;
	max-width: 1280px;
	margin: auto;
	box-sizing: border-box;
	align-items: flex-start;
}
.sec .inner .event-info-box {
	max-width: 31%;
}
.sec .inner .free-badge {
	width: 220px;
	margin-bottom: 30px;
}
.sec .inner .event-info-box .ttl_wrap {
	color:#fff; 
	margin-bottom: 40px;
}
.sec .inner .event-info-box .section-title{
	font-size: 32px;
	line-height: 1.2;
	
}

.sec .inner .event-info-box .section-title .eng{
	font-size: 58px;
	line-height: 1.2;
}
.sec .inner .event-info-box .sub-title{
	font-size: 22px;
	font-weight: bold;
}
.sec .inner .event-info-box .sub-title .eng{
	font-size: 30px;
	font-weight: 500;
}
.sec .inner .event-info-box .date-time{
	font-size: 38px;
	line-height: 1;
	background: #d4b67c;
	color: #44b1bf;
	padding: 20px 40px 20px 40px;
	font-weight: 700;
}
.sec .inner .event-info-box .date-time span{
	font-size: 20px;
	line-height: 1;
	color: #ffffff;
	font-weight: 600;
}
.sec .inner .event-info-box .venue{
	font-size: 20px;
	line-height: 1.4;
	background: #fff;
	color: #44b1bf;
	padding: 20px 40px 20px 40px;
	font-weight: 600;
}
.sec .inner .event-visual-box {
	max-width: 60%;
	background: #fff;
	border-radius: 40px;
	padding: 40px;
	box-sizing: border-box;
}
.sec .inner .event-visual-box .img {
	border-radius: 30px;
	overflow: hidden;
}
.sec .inner .event-visual-box .txt {
	color: #8c6239;
	font-size: 14px;
	padding: 30px 0;
}
/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 .event-info-box {
	padding-top: 160px;
}
.sec01 .kazari01 {
	position: absolute;
	width: 240px;
	top:0;
	left: 20%;
}
/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
  position: relative;
  background:
    url("../img/sec02_tree.webp") right 100% no-repeat,
    url("../img/bg_02.webp") left top repeat;
  background-size: 400px auto, 1400px auto;

  /* 上下とも SVG と同じ波型でトリミング */
  -webkit-clip-path: url(#sec02-wave-clip);
  clip-path: url(#sec02-wave-clip);
}

.sec02 .event-info-box {
  padding-top: 320px;
  position: relative;
}
.sec02 .kazari01 {
  position: absolute;
  width: 340px;
  top: 0;
  left: -100px;
}
.sec02 .inner .event-info-box .sub-title {
  margin-bottom: 20px;
}
.sec02 .inner .event-info-box .date-time {
  background: #44b1bf;
  color: #d4b67c;
}
/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 .inner .event-info-box .section-title{
	font-size: 38px;
	line-height: 1.2;
}
.sec03 .inner .event-info-box .sub-title{
	margin-top:20px; 
}
.sec03 .kazari01 {
	position: absolute;
	width: 50%;
	top: 58%;
	left: -80px;
	z-index: -1;
}
/*--------------------------------------
　btn
---------------------------------------*/
.btn {
	display: block;
	width: 60%;
	min-width: 300px;
	font-size: 24px;
	color: #fff;
	background: #8c6239;
	padding: 35px 40px;
	border-radius: 100px;
	line-height: 1;
	position: relative;
}
.btn:before {
	display: block;
	position: absolute;
	content: "";
	width: 46px;
	height: 46px;
	background: url("../img/arrow_01.svg") center no-repeat;
	background-size: cover;
	right: 30px;
	top: 50%;
	transform: translate(0,-50%);
}
.btn:hover {
	background: #44b1bf;
	opacity: 1;
}
.btn:hover:before {
	background: url("../img/arrow_on.svg") center no-repeat;
	background-size: cover;
}
.coming-soon {
	background: #cccccc;
	font-weight: 500;
	pointer-events: none;
}
.coming-soon:before {
	background: url("../img/arrow_02.svg") center no-repeat;
	background-size: cover;
}
/*--------------------------------------
　footer
---------------------------------------*/
.footer p {
	font-size: 12px;
	text-align: center;
	padding: 40px 0;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
/*--------------------------------------
　mv
---------------------------------------*/
.mv {
	background:url("../img/sp_mv.webp") center no-repeat,#ffffff;
	width: 100%;
    background-size: cover;
    aspect-ratio: 25 / 24; 
	height: auto;
}
.mv_inner {
	display:none;
}

/*--------------------------------------
　section
---------------------------------------*/
.sec .inner {
	display: block;
	padding: 40px 20px;
	max-width: 100%;
}
.sec .inner .event-info-box {
	max-width: 100%;
	margin-bottom: 25px;
}
.sec .inner .free-badge {
	width: 40%;
	margin-bottom: 10px;
}
.sec .inner .event-info-box .ttl_wrap {
	margin-bottom: 20px;
}
.sec .inner .event-info-box .section-title{
	font-size: 5.2vw;
	line-height: 1.2;
	
}
.sec .inner .event-info-box .section-title .eng{
	font-size:7.6vw;
	line-height: 1.2;
}
.sec .inner .event-info-box .sub-title{
	font-size:4vw;
	font-weight: bold;
}
.sec .inner .event-info-box .sub-title .eng{
	font-size:4.2vw;
	font-weight: 500;
}
.sec .inner .event-info-box .date-time{
	font-size: 5.4vw;
	line-height: 1.1;
	background: #d4b67c;
	color: #44b1bf;
	padding: 15px 20px 15px 20px;
	width: 60%;
}
.sec .inner .event-info-box .date-time span{
	font-size:3.2vw;
	line-height: 1;
	color: #ffffff;
	font-weight: 600;
}
.sec .inner .event-info-box .venue{
	font-size:3vw;
	line-height: 1.4;
	background: #fff;
	color: #44b1bf;
	padding: 15px 20px 15px 20px;
	width: 60%;
}
.sec .inner .event-visual-box {
	max-width: 100%;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
}
.sec .inner .event-visual-box .img {
	border-radius: 10px;
}
.sec .inner .event-visual-box .txt {
	font-size: 14px;
	padding: 20px 0;
}
/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 .event-info-box {
	padding-top:0;
}
.sec01 .kazari01 {
	width: 34%;
	top:0;
	left: inherit;
	right: 5%;
}
/*--------------------------------------
　sec02
---------------------------------------*/

.sec02 .event-info-box {
	padding-top: 40px;
	position: inherit;
}
.sec02 .kazari01 {
	width: 34%;
	top:40px;
	left: inherit;
	right: -10px;
}
.sec02{
	background:url("../img/sec02_tree.webp") right 100% no-repeat, url("../img/bg_02.webp") left top repeat;
	background-size:66% auto, 1400px auto;
}
.sec02 .inner .event-info-box .sub-title{
	margin-bottom:10px; 
}
.sec02 .inner .event-info-box .date-time{
	background:#44b1bf;
	color: #d4b67c;
}
/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 .inner .event-info-box .section-title{
	font-size:5.6vw;
	line-height: 1.4;
}
.sec03 .inner .event-info-box .sub-title{
	margin-top:5px; 
}
.sec03 .kazari01 {
	position: absolute;
	width: 160%;
	bottom: inherit;
	top: -20px;
	left: -10%;
}
/*--------------------------------------
　btn
---------------------------------------*/
.btn {
	width: 65%;
	min-width: 200px;
	font-size: 14px;
	padding: 25px 30px
}
.btn:before {
	display: block;
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: url("../img/arrow_01.svg") center no-repeat;
	background-size: cover;
	right: 20px;
	top: 50%;
	transform: translate(0,-50%);
}

.coming-soon {
	background: #cccccc;
	font-weight: 500;
	pointer-events: none;
}
.coming-soon:before {
	background: url("../img/arrow_02.svg") center no-repeat;
	background-size: cover;
}
/*--------------------------------------
　footer
---------------------------------------*/
.footer p {
	font-size: 10px;
	padding: 30px 0;
}
}
/*--------------------------------------------------
  animation
--------------------------------------------------*/
.fadeInUp {
  opacity : 0;
  transition: all 0.3s linear;
}
.fadeInUp.isActive {
  -webkit-animation: fadeInUp 0.6s ease-in-out forwards;
          animation: fadeInUp 0.6s ease-in-out forwards;
  animation-delay: 0.5s;
}

.delay07s.isActive {
  animation-delay: 0.7s;
}
.delay09s.isActive {
  animation-delay: 0.9s;
}
.delay11s.isActive {
  animation-delay: 1.1s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.fadeIn {
  opacity : 0;
  transition: all 0.3s linear;
}
.fadeIn.isActive {
  -webkit-animation: fadeIn 0.8s ease-in-out forwards;
          animation: fadeIn 0.8s ease-in-out forwards;
  animation-delay: 0.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .delay07s.isActive {
    animation-delay: 0.5s;
  }
  .delay09s.isActive {
    animation-delay: 0.5s;
  }
  .delay11s.isActive {
    animation-delay: 0.5s;
  }
}