@charset "UTF-8";

body {
	font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.4;
    font-size: 16px;
    width: 100%;
    color: #000;
    position: relative;
	background: #000;
	overflow-x: hidden;
}

* html body {
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* GOOGLE FONT */
.kiwi-maru-light {
  font-family: "Kiwi Maru", serif;
  font-weight: 300;
  font-style: normal;
}

.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.kiwi-maru-medium {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
}

*:first-child+html body {
  font-family: "メイリオ", sans-serif;
} /*ブラウザごとのズレやフォントを解消するこれはＩＥ７に反映させる*/

img { 
  vertical-align: bottom; 
} /*画像の下端と、行の下端を揃える*/

/*リンクされた文字*/
a {
	text-decoration:none;
	color: #fff;
}

a:hover {
	opacity: 0.6;
}

/*マウスをのせたとき*/
a img {
	-webkit-transition: 0.2s ease-in-out;  
	-moz-transition: 0.2s ease-in-out;  
	-o-transition: 0.2s ease-in-out;  
	transition: 0.2s ease-in-out;  
}

a img:hover {
	opacity: 0.4;  
	filter: alpha(opacity=60);
}

#wrap {
}

/* スクロールぼかす */
.img-s {
  opacity: 0;
  -moz-transition: -moz-transform 1.9s linear;
  -webkit-transition: -webkit-transform 1.9s linear;
  -o-transition: -o-transform 1.9s linear;
  -ms-transition: -ms-transform 1.9s linear;
  transition: transform 1.9s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 1.3s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

.stars {
  position: relative;
  width: 100%; /* 星空の横幅 */
  height: auto; /* 星空の縦幅 */
  overflow: hidden; /* 星が枠外にはみ出すのを防ぐ */
}

/* 星のスタイル */
.star {
  position: absolute;
  display: block;
  background-color: #fad89c; /* 星の色 */
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(#fad89c, 0.2); /* 星の影 */
  opacity: 0;
  animation: twinkle 5s infinite;
}

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
  0% {
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}




/* [ SEC01 ] ================================================*/
#sec01 {
position: relative;
	margin-top: -22px;
}

#sec01-sp {
	display: none;
}

#mv-pc {
	min-width: 1200px;
	padding-top: 69.0105475%;
    background-image: url("../img/mv-pc.png");
	background-size: cover;
	position: relative;
	z-index: -1;
}

.ttl {
    position: absolute;
    top:-30px;
    left: -110px;
}

.date {
	text-align: center;
	margin-top: 0;
	padding: 30px 0 60px 0;
	z-index: +2;
}

.date-2 {
	text-align: center;
	margin-top: 86px;
	z-index: +2;
}

.balloon {
    position: absolute;
    top:900px;
    right: 0;
}
.balloon2 {
    position: absolute;
    bottom:0;
    left: -63px;
}


.box {
  animation-fill-mode: forwards;
}

#mv-btm {
background-color: #000;
	padding-bottom: 102px;
}

#info {
	width: 900px;
	margin: 40px auto;
	color: #000;
    overflow-x: hidden;
    overflow-y: hidden;
}

.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.item {
	background-color: #fff;
	margin-bottom: 16px;
	margin-right: 16px;
}
.news-list .item{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  padding: 1.8rem;
}
.news-list .item .date1{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  padding: 4px 20px 0 0;
	letter-spacing: 2px;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.ttl-07 {
	border-bottom: 1px solid #000;
	font-size: 1.5rem;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date1{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}

.ttl-01 {
	padding-top: 133px;
	width: 100%;
	margin:  0 auto;
	text-align: center;
}

/* [ SEC02 ] ================================================*/

#sec02 {
	background-image: url("../img/bg-pc.png");
	background-repeat: no-repeat;
	background-size: contain;
	min-width: 1200px;
	height:auto;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

.about-txt {
	width: 800px;
	margin: 0 auto;
	padding: 148px 2% 40px 2%;
    font-family: 'Shippori Mincho', serif;
	font-size: 19px;
	line-height: 3rem;
	color: #fff;
}

.about-txt2 {
	width: 800px;
	margin: 0 auto;
	padding: 0 2% 68px 2%;
    font-family: 'Shippori Mincho', serif;
	font-size: 19px;
	line-height: 3rem;
	color: #fff;
}

.date-3-sp {
	display: none;
}

.date-3-pc {
	margin: 0 auto;
	width: 933px;
	height: 690px;
	padding: 30px 0 108px 0;
}

/* [ SEC03 ] ================================================*/

#sec03 {
	min-width: 1200px;
	height:auto;
	background-color: #fffded;
	padding-top: 50px;
	position: relative;
}

.ttl-03 {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cb {
    width: 70%;
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.txt-2 {
	text-align: center;
    font-size: 1.48em;
    line-height: 1.24rem;
    letter-spacing: 1px;
    padding-top: 100px;
    color: var(--black);
}

.pa50 {
	padding-top: 50px;
}

.pa120-btm {
	padding-bottom: 120px;
}

.cb li:first-child {
    width: 30%;
	padding-right: 4%;
}

.cb li:last-child {
    width: 66%;
	padding-top: 20px;
}

.cb_img {
    width: 100%;
    max-height: 330px;
    margin-bottom: 20px;
    -o-object-fit: contain;
    object-fit: contain;
	 border-radius: 15px;
	border: 3px solid #f0cd7e;
}

 .cb_name {
    font-size: 1.24em;
    line-height: 1.24rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    color: var(--black);
}

.area {
	font-size: 1rem;
	background-color: #b97f47;
	padding: 6px 8px;
	border-radius: 20px;
	margin-right: 20px;
	color: #fff;
}

/* [ SEC04 ] ================================================*/

#sec04 {
	min-width: 1200px;
	height:auto;
	padding: 100px 0 0 0;
	position: relative;
}

#sec04_1 {
	min-width: 1200px;
	height:auto;
	padding: 100px 0;
	position: relative;
}

.ttl-04 {
	text-align: center;
}

.txt-3 {
	text-align: center;
    font-size: 1.34em;
    line-height: 1.24rem;
    letter-spacing: 0;
    padding-bottom: 16px;
    color: var(--black);
}

.slider_area {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: +3;
}

.slider-sp {
    padding: 0;
}

.slider-sp li {
    margin: 40px 12px;
}

.slider-sp li img {
	border-radius: 15px;
	text-align: center;
	width: 100%;
}

.slick-dots {
}

.prev-arrow {
	display: block;
	z-index: 1000000;
	width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
	left: 1%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
	
.next-arrow {
    display: block;
    z-index: 1000001;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
	right: 1%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
/* [ SEC05 ] ================================================*/

#sec05 {
	min-width: 1200px;
	height:auto;
	padding: 100px 0;
	position: relative;
	background: linear-gradient(0deg, #000 0%, #003366 56%, #000 100%);
}

.txt-4 {
	text-align: center;
    font-size: 2em;
    line-height: 1.24rem;
    letter-spacing: 0;
    padding-bottom: 10px;
	font-family: 'Shippori Mincho', serif;
    color: #fff;
}

.txt-3 {
	text-align: left;
    font-size: 16px;
    line-height: 1.7rem;
    letter-spacing: 0;
    padding: 30px 0 20px 0;
	font-family: 'Shippori Mincho', serif;
    color: #fff;
	width: 900px;
	margin: 0 auto;
}

.txt-5 {
	text-align: left;
    font-size: 16px;
    line-height: 1.7rem;
    letter-spacing: 0;
    padding: 0 0 0 0;
	font-family: 'Shippori Mincho', serif;
    color: #fff;
	width: 900px;
	margin: 0 auto;
}

.maparea {
	width: 900px;
	height: 400px;
	margin: 0 auto;
	padding-top: 60px;
	position: relative;

}

.map-img {
	border-radius: 15px;
	border: 6px solid #9fe2fd;
}

.plus {
	position: absolute;
	bottom:14px;
	right: 2px;
}

.link-btn {
    font-size: 1.24em;
	display: block;
    width: 90%;
    max-width: 400px;
    margin: 4% auto 0;
    padding: 1.3% 1%;
    text-align: center;
    color: #fff;
    background-color: #3a62ad;
    border-radius: 14px;
    justify-items: center;
    position: relative;
}

.link-btn::after {
    content: "▶";
    font-size: 0.6rem;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}

.link-btn:hover {
    opacity: 0.6;
}
	
/* [ PAGE TOP ] ================================================*/

footer {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 20px 0;
	font-size: 90%;
	color: #fff;
}

.fotter-name {
	text-align: center;
}

#copy_out {
	text-align: center;
	padding-top: 20px;
}

/* [ PAGE TOP ] ================================================*/

#page-top {
	z-index: 200000000;
	position: fixed;
	bottom: 24px;
	right: 15px;
}