@charset "UTF-8";
/* CSS Document */

#mainWrap {
	/*margin-top: 186px;*/
		
}
#mainWrap .imgBox {
	filter: blur(10px) brightness(0%) contrast(300%);
}
._load #mainWrap .imgBox {
	transition: 2s ease-out 0.3s;
	filter: blur(0px) brightness(100%) contrast(100%);
}
#mainWrap .name {
	position: absolute;
	width: 55.3%;
	top: 51%;
	left: 15.8%;
	z-index: 1;
	opacity: 0;
}
._load #mainWrap .name {
	opacity: 1;
	transition: 1.5s 3s;
}
#mainWrap .txtBox {
	position: absolute;
	top: 25%;
	left: 5%;
	color: #fff;
	opacity: 0;
}
._load #mainWrap .txtBox {
	opacity: 1;
	transition: 2s ease-out 2.5s;
}
#mainWrap .txtBox h2 {
	font-size: 6.4vw;
	letter-spacing: 0.1em;
	position: relative;
	text-shadow: 0px 2px 12px #000;
	
}
#mainWrap .txtBox h2::after {
	content: "※1";
	font-size: 20%;
	position: absolute;
	left: 42em;
	top:10%;
	letter-spacing: 0;
}

#mainWrap .txtBox h3 {
	font-size: 2.3vw;
	letter-spacing: 0.1em;
	text-shadow: 0px 1px 6px #000;
	
}

#mainWrap .bk {
	position: absolute;
	width: 20%;
	top: 0%;
	left: 73%;
	mix-blend-mode: multiply;
	opacity: 0;
}
._load #mainWrap .bk {
	opacity: 1;
	transition: 1s ease-out 1.2s;
}
#mainWrap .mark {
	position: absolute;
	width: 22%;
	top: 26%;
	left: 72%;
	opacity: 0;
	transform: translateY(-30px);
}
._load #mainWrap .mark {
	opacity: 1;
	transform: translateY(0%);
	transition: 1s ease-out 1.5s;
}

@media screen and (max-width: 959px) {
	header {
		padding-top: 0;
	}
	#mainWrap {
		margin-top: 0px;
	}
	
}

@media screen and (max-width: 599px) {
	
	#mainWrap .name {
		width: 100%;
		left: 0;
		top: 68%;
	}
	#mainWrap .txtBox {
		width: 100%;
		top: 46%;
		text-align: center;
	}
	#mainWrap .txtBox h2 {
		font-size: 9vw;
	}
	#mainWrap .txtBox h2::after {
		left: auto;
		right: 10%;
	}

	#mainWrap .txtBox h3 {
		font-size: 4.4vw;
	}
	#mainWrap .bk {
		position: absolute;
		width: 30%;
		top: 0%;
		left: 35%;
		mix-blend-mode: multiply;
	}
	#mainWrap .mark {
		position: absolute;
		width: 100%;
		top: 2%;
		left: 0;
	}
}
	

#points01 {
	background: #eeebea;
	padding: 20px 0 12px;
}
#points01 > div {
	max-width: 100%;
}
#points01.point02 > div {
	max-width: 1200px;
}
#points02 {
 background-color: #d3cf97;
	padding: 10px 0;
}
#points02 > div {}

#titSec {

	padding: 5% 0;
}
#titSec .titBox {
	text-align: center;
	color: #000;
}
#titSec .titBox h1 {
	font-size: 30px;
	letter-spacing: 0.2em;
	border-bottom: #999 solid 1px;
width: 21em;
	margin: 0 auto 0.1em;
	padding-bottom: 0.5em;
}
#titSec .titBox h2 {
	font-size: 60px;
	letter-spacing: 0.16em;
	padding-left:0.1em;
	margin: 0 auto;
}
#titSec .btnBox a {
	display: flex;
justify-content: center;
align-items: center;
	font-size: 18px;
	width: 16em;
	height: 4em;
	margin: 50px auto 0;
}

/*==========newsWrap-==========*/
#newsWrap {
  padding: 20px 0 80px 0px;
  margin-bottom: 0px;
}
#newsWrap h2 {
	font-size: 24px;
	letter-spacing: 0.2em;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
	
  
}
#newsWrap .scroll-area {
  min-height: 100px;
	max-height: 200px;
  max-width: 900px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  
}
#newsWrap .scroll-area:after {
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 1px 8px rgba(0,0,0,0.3) inset;
  pointer-events: none;
}
#newsWrap .scroll-area .scroll-content {
padding: 1em;
}
#newsWrap .scroll-area .scroll-content ul {
padding: 1em 1em 1em 3em
  

}
#newsWrap .scroll-area .scroll-content dl {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  padding: 0.6em 1em;
  /*text-indent: -5.5em;
  padding-left: 6em;*/
  border-bottom: #ddd dotted 1px;
  display: flex;
justify-content: flex-start;
align-items: flex-start;
}
#newsWrap .scroll-area .scroll-content dt {
	width: 7.5em;
	
}
#newsWrap .scroll-area .scroll-content dd {
	
}

#newsWrap .scroll-area .scroll-content dd a {
  color:#0B51BA;
  text-decoration: underline;
	
}
#newsWrap .scroll-area .scroll-content dd a:hover {
  color:#7B87EB;
  text-decoration: none;;
}

/*=========special01========*/

/*#special01 {
	background-image: url("../img/bg-sp01.jpg");
	background-size: cover;
	position: relative;
color: #fff;
	padding: 8% 0;
	text-align: center;
}
#special01 h3 {
	font-size: 35px;
	text-align: center;
	letter-spacing: 0.2em;
	padding-left: 0.2em;
	width: auto;
	display: inline-block;

}
#special01 h3 span {
	display: block;
	font-size: 50%;
	border-top: #fff solid 1px;
	padding-top: 0.6em;
}
#special01 .soon {
	text-align: center;
	font-size: 30px;
	padding: 5% 0;
}
#special01 .lead {
	text-align: center;
	font-size: 18px;
	padding: 0 0 5% 0;
}
#special01 a {
	display: block;
	width: 60%;
	max-width: 480px;
	margin: 0 auto;
	
	pointer-events: none;
	opacity: 0.6;
}
#special01 a:hover {
	opacity: 1;
	transform: scale(1.05);
filter: drop-shadow(0px 0px 10px rgba(80, 160, 255, 0.8));
}

#special02 .box {
	width: calc(100% / 3);
	position: relative;
}
#special02 .box .imgBox {
	position: relative;
}
#special02 .box .imgBox::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(45,59,67,0.8);
	transition: 0.5s;
}

#special02 .box .imgBox::before {
	content: "image";
	position: absolute;
	font-size: 10px;
	color: #fff;
	right: 0.5em;
	bottom: 0.3em;
	z-index: 1;
	
}


#special02 .box .txtBox {
	position: absolute;
height: 30%;
	left: 5%;
	bottom: 0%;
	z-index: 1;
	color: #fff;
}
#special02 .box .txtBox h4 {
	font-size: 20px;
	letter-spacing: 0.1em;
}
#special02 .box .txtBox h4 span {
	display: block;
	font-size: 70%;
	padding: 0.6em 0;
}
#special02 .box .txtBox .soon {
	font-size: 20px;
}
#special02 h3 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}*/

#legWrap {
	position: relative;
/*position: sticky;
	top: 0;*/
}
#legWrap .imgBox {
	filter: brightness(200%) saturate(0%);
}
#legWrap.active .imgBox {
	transition: 1.5s ease-in 0.1s;
	filter: brightness(100%) saturate(100%);
}
#legWrap h3 {
	position: absolute;
	width: 50%;
	left: 25%;
	top: 6%;
	transform: scale(1.3);
	
}
#legWrap.active h3 {
	transform: scale(1);
	transition: 1.5s ease-out 0.5s;
}
#legWrap dl {
	position: absolute;
	top: 37%;
	writing-mode: vertical-rl;
	width: 50%;
	right: 30%;
}
#legWrap dt {
	font-size: 1.9vw;
	letter-spacing: 0.5em;
	padding-left: 1em;
}
#legWrap dd {
	font-size: 1.0vw;
	line-height: 3;
}






#infoWrap {
	padding: 6% 0;
	color: #000;
}

#infoWrap .boxWidth {
	max-width: 1200px;
}
#infoWrap .titBox {}
#infoWrap .titBox h3 {
	color: #000;
	text-align: center;
	font-size: 21px;
	letter-spacing: 0.2em;
	padding: 0 0 2em 0;
	line-height: 2.4;
}


#infoWrap .flex1 {
	padding: 30px 0 0;
}
#infoWrap .flex1 .itemBox {
	width: 32%;
	max-width: 370px;
}
#infoWrap .flex1 .itemBox p {
	font-size: 14px;
	padding: 0.5em 0;
	line-height: 1.3;
}
#infoWrap .flex2 {
	padding: 20px 0 0;
}
#infoWrap .flex2 .itemBox {
	width: 18%;
	max-width: 210px;
}
#infoWrap .flex2 .itemBox p {
	font-size: 14px;
	padding: 0.5em 0;
	line-height: 1.3;
}

#infoWrap .infoBox {
	padding: 5% 0 0;
}
#infoWrap .infoBox .tableWrap {}
#infoWrap .infoBox .tableWrap .tableBox {
	width: 31%;
}
#infoWrap .infoBox .tableWrap h5 {
	width: 100%;
	background-color: #788b8d;
	color: #fff;
	font-size: 16px;
	padding: 0.2em;
	text-align: center;
}
#infoWrap .infoBox .tableWrap table {
	margin: 1em 0;
	width: 100%;
}
#infoWrap .infoBox .tableWrap th, #infoWrap .infoBox .tableWrap td {
	font-weight: 300;
	padding: 0.3em 0;
	font-size: 13px;
}
#infoWrap .infoBox .tableWrap th {
	text-align: left;
	padding-right: 0.5em;
}
#infoWrap .infoBox .tableWrap td {
	text-align: right;
}

#infoWrap .infoBox .tableWrap td:nth-child(2) {
	width: 3.2em;
}
#infoWrap .infoBox .tableWrap td:nth-child(3) {
	width: 2.4em;
}
#infoWrap .infoBox .tableWrap td:nth-child(4) {
	width: 1.9em;
}
#infoWrap .infoBox .tableWrap td:nth-child(5) {
	width: 4.3em;
}

#acsWrap {}
#acsWrap .flex01 {}
#acsWrap .flex01 .box {
	width: calc(100% / 3);
	position: relative;
}
#acsWrap .flex01 .box p {
	color: #fff;
	font-size: 28px;
	position: absolute;
	left: 0.5em;
	bottom: 0em;
}

#acsWrap .h3Box {
	text-align: center;
	padding: 6% 0;
	position: relative;
}
#acsWrap .h3Box .engTxt {
	font-size: 30px;
	border-bottom: #000 solid 1px;
	padding: 0.3em 2em;
	display: inline-block;
}
#acsWrap .h3Box h3 {
	font-size: 28px;
	padding: 1em 0;
	letter-spacing: 0.1em;
	line-height: 2;
	
}
#acsWrap .h3Box .lead {
	font-size: 14px;
	text-align: center;
	line-height: 2.4;
}
#acsWrap .h3Box .jMap {
	position: absolute;
	width: 110%;
	left: -5%;
	bottom: 0%;
	z-index: 1;
}
#acsWrap .figBox {}
#acsWrap .figBox h5 {
	font-size: 18px;
}

#birdWrap {
	position: relative;
	margin-top: 6%;
}
#birdWrap .imgBox {
	overflow: hidden;
}
#birdWrap .imgBox img {
	transform: scale(1.2);

}
#birdWrap.active .imgBox img {
	transform: scale(1);
	transition: 3s;
}

#birdWrap .txtBox {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}




@media screen and (max-width: 959px) {
	#titSec .titBox h1 {
		font-size: clamp(16px, 2.2vw, 18px);
	}
	#titSec .titBox h2 {
		font-size: clamp(28px, 5vw, 40px);
	}
	/*#special01 .lead {
    font-size: clamp(14px, 2vw, 16px);
	}
	#special01 a {
    max-width: 380px;
	}
	#special02 .box .txtBox {
		height: 50%;
	}
	#special02 .box .txtBox h4 {
		font-size: clamp(14px, 2vw, 16px);

	}*/
	#legWrap dl {
		position: absolute;
		top: 32%;
		width: 50%;
		right: 24%;
	}
	#legWrap dt {
		font-size: 2.5vw;
		letter-spacing: 0.5em;
	}
	#legWrap dd {
		font-size: 1.3vw;
	}
	#acsWrap .flex01 .box p,#acsWrap .h3Box .engTxt,#acsWrap .h3Box h3 {
    font-size: clamp(20px, 2.7vw, 22px);
	}

	#acsWrap .h3Box h3 {

	}
	#acsWrap .h3Box .lead {
		font-size: 13px;
	}
	
	
	
	#infoWrap .flex2 {
		justify-content: flex-start;
		gap:20px 2%;
	}
	#infoWrap .flex2 .itemBox {
		width: 32%;
		max-width: 366px;
	}
	#infoWrap .infoBox {
		max-width: 400px;
		margin: 0 auto;
		}
	#infoWrap .infoBox .tableWrap .tableBox {
		width: 100%;
	}
}

@media screen and (max-width: 599px) {
	#points01 > div {
		width: 80%;
	}
	#points01.point02 > div {
		width: 96%;
	}
	#titSec {
		padding: 10% 0 5% 0;
	}
	#titSec .titBox h1,#newsWrap h2 {
		font-size: clamp(13px, 4vw, 16px);
	}
	#titSec .titBox h2 {
		font-size: clamp(24px, 8.3vw, 33px);
		letter-spacing: 0.1em;
	}
	#titSec .btnBox a {
    margin: 20px auto 0;
	}
	#newsWrap {
		padding: 15px 0 40px 0px;
	}
	#newsWrap .scroll-area .scroll-content dl {
		color: #555;
		font-size: 13px;
		letter-spacing: 0em;
		display: block;
		padding: 0.6em 0em;
	}
	#newsWrap .scroll-area .scroll-content dt,
	#newsWrap .scroll-area .scroll-content dd {
		width: 100%;

	}
	
	/*#special01 h3,
	#special01 .soon {
		font-size: clamp(19px, 5.3vw, 21px);
	}
	#special01 .lead {
    font-size: clamp(14px, 4vw, 16px);
	}
	#special01 a {
    width: 86%;
	}
	#special02 .box {
    width: 100%;
	}
	#special02 .box .imgBox {
    width: 100%;
		height: 50vw;
	}
	#special02 .box img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	#special02 .box .txtBox {
      height: 55%;
  }
	#special02 .box .txtBox h4 {
    font-size: 4.8vw;
		line-height: 1.3;
  }
	#special02 .box .txtBox .soon {
		line-height: 1;
		font-size: 4.8vw;
	}*/
	#legWrap dl {
		position: absolute;
		top: 26%;
		width: 80%;
		right: 10%;
	}
	#legWrap dt {
		font-size: 4.5vw;
	}
	#legWrap dd {
		font-size: 2.5vw;
		line-height: 2.2;
	}

	#infoWrap .boxWidth {
		width: 100%;
	}
	
	#infoWrap .titBox h3,#acsWrap .h3Box h3 {
		font-size: 16px;
		font-size: clamp(16px, 4.5vw, 18px);
		letter-spacing: 0.1em;
	}
	#infoWrap .titBox p {
	font-size: 13px;
		font-size: clamp(12px, 3.5vw, 14px);
	}

	#infoWrap .flex1,#infoWrap .flex2 {
		width: 80%;
		max-width: 320px;
		margin: 0 auto;
		gap:20px 0%;
	}
	#infoWrap .flex1 .itemBox,#infoWrap .flex2 .itemBox {
		width: 100%;
	}
	#infoWrap .flex1 .itemBox p,
	#infoWrap .flex2 .itemBox p {
		font-size: 13px;
		font-size: clamp(12px, 3.5vw, 14px);
		text-align: center;
	}
	#infoWrap .infoBox {
		width: 90%;
	}
	#infoWrap .infoBox .tableWrap h5 {
		font-size: 15px;
		font-size: clamp(14px, 4vw, 16px);
		margin: 1em 0 0.3em;
	}
	#infoWrap .infoBox .tableWrap th, #infoWrap .infoBox .tableWrap td {
		font-size: 13px;
		font-size: clamp(12px, 3.5vw, 14px);
	}#infoWrap .infoBox .tableWrap table {
		margin: 0em 0;
		padding: 0.6em 0;
	}
	#acsWrap {
		overflow: hidden;
	}
	#acsWrap .flex01 .box {
    width: 100%;
	}
	#acsWrap .h3Box .lead {
		text-align: justify;
		line-height: 1.6;
	}
	#acsWrap .h3Box .jMap {
    width: 130%;
    left: -10%;
    bottom: 50%;
	}
	#acsWrap .figBox h5 {
    font-size: 15px;
}
	

}


