@charset "utf-8";

@import "reset.css";
@import "cmn-options.css";


body * {
  box-sizing : border-box;
}


#bodywrap {
margin: 0 auto;
  }

  
  #bodywrap::before {
    content:"";
    display:block;
    position:fixed;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height:100vh;
    --y-0: 85%;
    --x-0: 15%;
    --c-0: hsla(318, 80%, 97%, 1);
    --y-1: 1%;
    --x-1: 31%;
    --c-1: hsla(161.47058823529412, 99%, 84%, 1);
    --c-2: hsla(163, 90%, 78%, 1);
    --x-2: 88%;
    --y-2: 87%;
    --y-3: 27%;
    --x-3: 30%;
    --c-3: hsla(314, 91%, 59%, 1);
    ;
    background-color: hsla(43.676470588235304, 86%, 88%, 1);
    background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3));
    animation: hero-gradient-animation 10s linear infinite alternate;
    background-blend-mode: normal, normal, normal, normal;
    }
  
    @keyframes hero-gradient-animation {
      0% {
          --y-0: 85%;
          --x-0: 15%;
          --c-0: hsla(318, 80%, 97%, 1);
          --s-start-0: 19%;
          --s-end-0: 84%;
          --y-1: 1%;
          --s-start-1: 12%;
          --s-end-1: 85%;
          --x-1: 31%;
          --c-1: hsla(161.47058823529412, 99%, 84%, 1);
          --c-2: hsla(163, 90%, 78%, 1);
          --x-2: 88%;
          --y-2: 87%;
          --s-start-2: 3.6400864520532363%;
          --s-end-2: 75.20902830975928%;
          --y-3: 27%;
          --x-3: 30%;
          --s-start-3: 14%;
          --s-end-3: 90%;
          --c-3: hsla(314, 91%, 59%, 1);
      }
  
      100% {
          --y-0: 45%;
          --x-0: 92%;
          --c-0: hsla(318, 80%, 97%, 1);
          --s-start-0: 4;
          --s-end-0: 66;
          --y-1: 73%;
          --s-start-1: 4;
          --s-end-1: 66;
          --x-1: 80%;
          --c-1: hsla(161.47058823529412, 99%, 84%, 1);
          --c-2: hsla(163, 90%, 78%, 1);
          --x-2: 67%;
          --y-2: 54%;
          --s-start-2: 4;
          --s-end-2: 66;
          --y-3: 26%;
          --x-3: 74%;
          --s-start-3: 4;
          --s-end-3: 66;
          --c-3: hsla(314, 91%, 59%, 1);
      }
  }
  
  @property --y-0 {
      syntax: '<percentage>';
      inherits: false;
      initial-value: 85%
  }
  
  @property --x-0 {
      syntax: '<percentage>';
      inherits: false;
      initial-value: 15%
  }
  
  @property --c-0 {
      syntax: '<color>';
      inherits: false;
      initial-value: hsla(318, 80%, 97%, 1)
  }
  
  @property --s-start-0 {
      syntax: '<percentage>';
      inherits: false;
      initial-value: 19%
  }
  
  @property --s-end-0 {
      syntax: '<percentage>';
      inherits: false;
      initial-value: 84%
  }
  
  @property --y-1 {
      syntax: '<percentage>';
      inherits: false;
      initial-value: 1%
  }
  
  @property --s-start-1 {
      syntax: '<percentage>';
      inherits: false;
      initial-value: 12%
  }
  
  @property --s-end-1 {
      syntax: '<percentage>';
      inherits: false;
      initial-value: 85%
  }
  
  @property --x-1 {
      syntax: '<percentage>';
      inherits: false;
      initial-value: 31%
  }
  
  @property --c-1 {
      syntax: '<color>';
      inherits: false;
      initial-value: hsla(161.47058823529412, 99%, 84%, 1)
  }
  
  @property --c-2 {
      syntax: '<color>';
      inherits: false;
      initial-value: hsla(163, 90%, 78%, 1)
  }
  
  @property --x-2 {
      syntax: '<percentage>';
      inherits: false;
      initial-value: 88%
  }
  
  @property --y-2 {
      syntax: '<percentage>';
      inherits: false;
      initial-value: 87%
  }
  
  @property --s-start-2 {
      syntax: '<percentage>';
      inherits: false;
      initial-value: 3.6400864520532363%
  }
  
  @property --s-end-2 {
      syntax: '<percentage>';
      inherits: false;
      initial-value: 75.20902830975928%
  }
  
  @property --y-3 {
      syntax: '<percentage>';
      inherits: false;
      initial-value: 27%
  }
  
  @property --x-3 {
      syntax: '<percentage>';
      inherits: false;
      initial-value: 30%
  }
  
  @property --s-start-3 {
      syntax: '<percentage>';
      inherits: false;
      initial-value: 14%
  }
  
  @property --s-end-3 {
      syntax: '<percentage>';
      inherits: false;
      initial-value: 90%
  }
  
  @property --c-3 {
      syntax: '<color>';
      inherits: false;
      initial-value: hsla(314, 91%, 59%, 1)
  }
  
 


  #wrapper_head {
    width: 100%;
    max-width: 720px;
    height: auto;
    margin: 0 auto;
  }


#wrapper {
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
  background: #fff;
}
.mvgazo{gap:10px;box-sizing: border-box;margin-left: 10px;margin-top: 10px;}
.mvgazo li{width:calc(100% / 3 - 10px);}


.box2{
visibility : hidden;
}

.box3{
visibility : hidden;
}

.box4{
visibility : hidden;
}

.box5{
visibility : hidden;
}

a:hover{opacity: 0.5;}



.txt {
  font-size: 1.5em;
  line-height: 1.5;
}


/* ヘッダー */

#header{
  position:relative;
  background-color: #fff;
  background-size: 100% auto;
  width:100%;
  margin: 0 auto;
  padding-top:140%;
  overflow: hidden;
  }

.font5 {
  font-size: 1.6em;
}

.midashi {
  font-size: 2.2em;
}


/* セクション */

#section01 {background-color: #fff;width: 100%;}

#section02 {background-color: #fff;width: 100%;margin: 15% 0;}

#section03 {background-color: #fff;width: 100%;margin: 15% 0;}

#section04 {background-color: #fff;width: 100%;margin: 15% 0;}

#section05 {background-color: #fff;width: 100%;margin: 15% 0;}

#section06 {background-color: #fff;width: 100%;margin: 15% 0;}



.gallery-list{padding: 0 2%;text-align: center;display: flex;flex-wrap: nowrap;justify-content: space-between;}
.realt{position: relative;}
.plus{position:absolute;z-index: 1;top:0;left:0;width: 20%;}
.gallery-list li{width: calc(100% / 3 - 10px);}


/* TOPボタン */
  .pagetop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
	z-index:999;
}
.pagetop a {
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
}


/* フッター
*******************************/
#footer {
  border-top: solid 1px #000;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  margin-top: 5px;
}

#footer p {
  width: 100%;
  margin: 0 auto;
}

ul.example li {
background:#eee;
text-align: center;	
width: 30%;
margin-left:2.2%;
display: inline-block;
}

ul.example li a{
color: #333333;
display: block;
text-decoration:none;
padding:5% 4% 5% 4%;
}



.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.youtube-container iframe {
  position: absolute;
  top: 0%;
  bottom:0%;
  left: 0%;
  width: 100%;
  height: 100%;
}


.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}


/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}



.slide-items {
  width: 82%;
  margin: 0 auto;
  padding: 5% 0 1% 0;
}

.slide-items img {
  width: 100%;
  border-radius: 20px;	
  object-fit: cover;
}

.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}

.slick-arrow:before{
	content:""!important;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
}
.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: -220px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 30px;
  height: 30px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}

/* next */

.slick-next {
  right: 26px;
}
.slick-next::after {
  right: 52px;
  transform: rotate(45deg);
}

/* prev */

.slick-prev {
  left: 26px;
}
.slick-prev::after {
  left: 52px;
  transform: rotate(-135deg);
}


@media screen and (max-width: 767px) {
  .slick-next::after,
  .slick-prev::after {
	    width: 20px;
  height: 20px;
	  top: -85px!important;
  }
  .slick-next {
    right: -35px!important;
  }
  .slick-prev {
    left: -35px!important;
  }
}

