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


/* ============================================

MV

============================================ */

.mv{
  margin-top: -100px;
  background-image: url(../img/mv.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 100vh;
}
@media only screen and (max-width:1024px) {
.mv{
  margin-top: 0px;
}
}
@media screen and (max-width: 768px) {
.mv{
  background-image: url(../img/mv_sp.png);
}
}
.mv_wrapper{
  text-align: right;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-table;
  line-height: 1.75;
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 0.2em;
}
.mv_wrapper h1{
  -moz-text-shadow: var(--text-blur),var(--text-blur);
  -webkit-text-shadow: var(--text-blur),var(--text-blur);
  -ms-text-shadow: var(--text-blur),var(--text-blur);
  text-shadow: var(--text-blur),var(--text-blur);
}
.mv_wrapper h1 span{
  font-size: 6.4rem;
  display: block;
  letter-spacing: 0em;
}
.mv_wrapper p{
  -moz-text-shadow: var(--text-blur),var(--text-blur);
  -webkit-text-shadow: var(--text-blur),var(--text-blur);
  -ms-text-shadow: var(--text-blur),var(--text-blur);
  text-shadow: var(--text-blur),var(--text-blur);
}

.scrolldown2{
  position:absolute;
  bottom:120px;
  left:0;
  right: 0;
  margin: auto;
}
.scrolldown2 span{
  position: absolute;
  left:0;
  right: 0;
  bottom:0;
  color: var(--base-color03);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.scrolldown2:before {
  content: "";
  position: absolute;
  top: 7px;
  left:0px;
  right: 0;
  margin: auto;
  width:10px;
  height:10px;
  border-radius: 50%;
  background:var(--base-color03);

  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{top:2px;}
     100%{top:75px;}
 }

.scrolldown2:after{
  content:"";
  position: absolute;
  top: 7px;
  left:0;
  right: 0;
  width:2px;
  height: 70px;
  background:var(--base-color03);
  margin: auto;
}
@media screen and (max-width: 768px) {
.mv_wrapper {
    line-height: 1.6;
    font-size: 2.0rem;
    letter-spacing: 0.1em;
}
.mv_wrapper h1 span {
    font-size: 3.6rem;
    display: block;
    letter-spacing: 0em;
    line-height: 1.3em;
    margin-bottom: 6px;
}
.mv_wrapper p {
  font-size: 2.0rem;
}
.scrolldown2 {
    bottom: 88px;
}
.scrolldown2 span {
    font-size: 1.4rem;
}
.scrolldown2:after {
    top: 5px;
    height: 45px;
}
.scrolldown2:before {
    top: 0px;
}
@keyframes circlemove{
      0%{top:0px;}
     100%{top:45px;}
 }
}

/*-----------------------------------------
news
------------------------------------------*/
#news ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#news ul li{
max-width: 360px;
width: 31%;
box-sizing: border-box;
box-shadow: 0px 0px 8px 5px #33190029;
padding: 22px;
}
#news ul li p.date{
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#news ul li p.date:before {
  content: "";
  display: inline-block;
  background-image: url(../img/cal_br.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
#news ul li p.pic{
  margin-bottom: 10px;
}
#news ul li p.pic img{
  width: 100%;
}
#news ul li p.text{
  font-family: 'Noto Sans JP', sans-serif;
  overflow-y: scroll;
  height: 80px;
}
.more{
  text-align: right;
  font-weight: 600;
}
.more a{
  color: var(--base-color01);
  border-bottom: 1px solid var(--base-color01);
}
.more a span{
  letter-spacing: -0.2em;
}
@media only screen and (max-width:768px) {
#news .news_box {
  overflow-x: scroll;
}
#news .news_box ul{
  width: 900px;
  padding: 10px;
  margin-bottom: 30px;
}
#news ul li{
  max-width: 334px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 5px #33190029;
  padding: 22px;
}

}

/*-----------------------------------------
about
------------------------------------------*/
.about_back{
  background-image: url(../img/about_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.about_back::before{
  content: "";
  background-image: url(../img/leaf01.png);
  background-size: cover;
  width: 268px;
  height: 701px;
  position: absolute;
  top: 0;
  right:0;
}
#about{
  position: relative;
}
#about dl{
  /* max-width: calc((100% - 1200px) / 2 + 1200px); */
  display: flex;
  width: 80%;
}
#about dl dt{
  /* width: calc(100% - 650px); */
  width: 55%;
}
#about dl dt img{
  width: 100%;
}
#about dl dd{
  /* width: 600px; */
  margin-left: 50px;
  font-size: 1.8rem;
  line-height: 1.7em;
  width: 45%;
}
#about dl dd p{
  font-family: 'Noto Sans JP', sans-serif;
}
#about dl dd h3 {
  text-align: right;
  margin-bottom: 30px;
}
h3{
  font-size: 3.2rem;
  line-height: 1.5em;
}
@media screen and (max-width: 1200px) {
#about dl {
  width: 90%;
}
#about dl dd {
  margin-left: 30px;
  font-size: 1.6rem;
  line-height: 1.7em;
}
h3 {
  font-size: 2.8rem;
  line-height: 1.4em;
}
.about_back::before {
    width: calc(268px * 0.7);
    height: calc(701px * 0.7);
}
}
@media screen and (max-width: 768px) {
#about {
    width: 90%;
    margin: 0 auto;
}
#about dl {
    display: block;
    width: 100%;
}
#about dl dt {
    width: 106%;
    margin-bottom: 40px;
    margin-left: -6%;
}
#about dl dd{
  margin-left: 0px;
  font-size: 1.6rem;
  line-height: 1.7em;
  width: 100%;
}
.about_back::before {
    width: calc(268px * 0.4);
    height: calc(701px * 0.4);
    right: -20px;
}
h3 {
    font-size: 2.4rem;
}
#about dl dd h3 {
    margin-bottom: 15px;
}
}
/*-----------------------------------------
gallery
------------------------------------------*/
.photo_slide1,
.photo_slide2 {
  height: min(calc(10vw + 150px), 400px);
}

.photo_slide1 img,
.photo_slide2 img {
  height: min(calc(10vw + 150px), 400px);
  object-fit: cover;
}

.gallery_back {
  padding: 100px 0 0;
}


