@charset "utf-8";
/* diver */
div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,input,textarea {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    font-style: normal
}
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

a {
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    text-decoration: none;
    color: inherit
}
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img,iframe {
    max-width: 100%;
    vertical-align: middle
}
.clearfix,.cf {
    zoom:1;display: block
}

.clearfix:after,.cf:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0
}
b,strong {
    font-weight: bold
}
ul,ol {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    font-size: 10px;
    color: #888;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}
button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    vertical-align: middle
}

button,input {
    line-height: normal
}

button,html input[type=button],input[type=reset],input[type=submit],.btn {
    overflow: visible
}
input[type=text],input[type=password],input[type=email],input[type=search],input[type=url],input[type=tel],input[type=number],input[type=date],textarea {
    margin: 0;
    padding: 8px 4px;
    max-width: 100%;
    width: 80%;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #777;
    vertical-align: bottom;
    font-size: 13px;
    background-color: #f7f7f7
}
input::-webkit-input-placeholder {
    color: #ccc
}
input::placeholder {
    color: #ccc
}
button,input[type=submit],input[type=reset],input[type=button] {
    display: inline-block;
    padding: .5em 1.5em;
    border-radius: 3px;
    text-decoration: none;
    line-height: normal;
    cursor: pointer
}
h1,h2,h3,h4,h5 {
    line-height: 2;
    display: block
}
.content h2,h2 {
    position: relative;
    padding: .5em 1em;
    font-size: 1.4em;
    margin: 1.5em 0 1em;
    line-height: 1.5
}
.content h4,h4 {
    position: relative;
    font-weight: bold;
    font-size: 1.2em;
    padding: .2em 1em;
    margin: .8em 0 .6em
}
.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail {
    height: auto
}
#container:after,.clearfix:after,.row:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0
}
form.searchform {
    position: relative
}

.searchform .s {
    background: #fff;
    padding: 11px 50px 11px 10px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #ccc
}

input[type=submit].searchsubmit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45px;
    padding: 0;
    background: url(../images/search_w.png) no-repeat 50% 50%;
    background-size: 17px;
    background-color: #3c74ad;
    border-left: none;
    border-radius: 0 3px 3px 0
}
@media screen and (max-width: 768px) {
    #main-wrap {
        width:100% !important;
        margin: 5px auto
    }

    #main,#single-main,#page-main {
        width: 100% !important
    }

    #single-main,#page-main {
        padding: 0
    }

    .hentry {
        padding: 0 !important;
        margin: 0 !important
    }

    .menu_desc {
        display: none
    }

    .sidebar_content {
        padding: 10px 0
    }

    h1 {
        font-size: 1.3em;
        margin: 5px 0
    }

    h1.single-post-title {
        font-size: 1.2em;
        line-height: 1.3
    }

    h2 {
        font-size: 1.3em
    }

    h3 {
        font-size: 1.2em
    }

    h4 {
        font-size: 1.1em
    }
}
body {
    vertical-align: baseline;
    font-smoothing: antialiased;
    text-rendering: auto;
    margin: 0;
    width: 100%;
    line-height: 1.6;
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}
ol,ul {
    box-sizing: border-box
}

.swiper-slide-image .swiper-lazy .swiper-lazy-loaded{
    width: 300px;
    height: 200px;
}
/* ハンバーガーメニュー */

/* cssアニメーション */
.parallax {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}
.fuwafuwa {
    -webkit-animation: fuwafuwa 10s infinite linear;
}
@keyframes fuwafuwa {
    0% {transform: translate(0,0px);}
    40% {transform: translate(-40px,40px);}
    80% {transform: translate(-80px,-20px);}
    100% {transform:  translate(0,0px);}
}
.kakukaku {
  animation: kakukaku 1s infinite steps(2,end) .8s alternate;
}
@keyframes kakukaku {
    0% { transform:rotate(0deg);}
    100% { transform:rotate(7deg); }
}
.kakukaku2 {
  animation: kakukaku2 1s infinite steps(2,end) .8s alternate;
}
@keyframes kakukaku2 {
    0% { transform:rotate(0deg);}
    100% { transform:rotate(3deg); }
}
.hanten {
  animation: hanten 1.2s infinite steps(3,end)  alternate;
}
@keyframes hanten {
    0% { transform:rotateY(0deg);}
    50% { transform:rotateY(180deg); }
    100% { transform:rotateY(180deg); }
}
.kaiten {
    -webkit-animation: kaiten 10s infinite ease-in-out;
    transform-origin: left top;
}
@keyframes kaiten {
    0% {transform: rotate(0deg);}
    25% {transform: rotate(10deg);}
    50% {transform: rotate(0deg);}
    75% {transform:  rotate(-10deg);}
    100% {transform: rotate(0deg);}
}
.yurayura {
    -webkit-animation: yurayura 5s infinite ease-in-out;
}
@keyframes yurayura {
    0% {transform: rotate(0deg);}
    25% {transform: rotate(5deg);}
    50% {transform: rotate(0deg);}
    75% {transform:  rotate(-5deg);}
    100% {transform: rotate(0deg);}
}
.kakudai {
    animation: kakudai 2s infinite ease-in-out .8s alternate;
    transform-origin: right bottom;
}
@keyframes kakudai {
    0% { transform:scale(0);}
    100% { transform:scale(1); }
}
.fluid {
    margin: 0 auto;
    width:90%;
    height: 45vh;
    overflow-x: hidden;
    background:url("https://miyajima-noasobi.com/wp-content/uploads/2021/03/b304c1571f7d2862d23df0edcabfe14d.jpg") no-repeat;
    content-visibility: auto;
    background-position: right 0.5px center;
    background-size:cover;
    animation: fluidrotate 20s ease 0s infinite;
}
/*===流体シェイプ2===*/
.fluid2 {
    margin: 0 auto;
    width:90%;
    height: 45vh;
    background:url("https://miyajima-noasobi.com/wp-content/uploads/2022/07/2dc26afa9a3101933d50abf88c2b746e.jpg") no-repeat;
    content-visibility: auto;
    background-position: right 1px center;
    background-size:cover;
    animation: fluidrotate 20s ease 0s infinite;
}
/*===流体シェイプアニメーション===*/
@keyframes fluidrotate {
    0%, 100% { border-radius: 63% 37% 54% 46%/55% 48% 52% 45%; }
    14% { border-radius: 40% 60% 54% 46%/49% 60% 40% 51%; }
    28% { border-radius: 54% 46% 38% 62%/49% 70% 30% 51%; }
    42% { border-radius: 61% 39% 55% 45%/61% 38% 62% 39%; }
    56% { border-radius: 61% 39% 67% 33%/70% 50% 50% 30%; }
    70% { border-radius: 50% 50% 34% 66%/56% 68% 32% 44%; }
    84% { border-radius: 46% 54% 50% 50%/35% 61% 39% 65%; }
}
/*===背景画像固定===*/
.wrapper9::before {
    background: url(https://miyajima-noasobi.com/wp-content/uploads/2022/07/environmental-protection-gb5ac3756e_1920.jpg) no-repeat center;
    background-size: cover;
    content: "";
    position:fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
}
/*===球体が横に動く===*/
.scrolldown2:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-4px;
    width:15px;
    height:15px;
    border-radius: 50%;
    background:#FFB24A;
    animation:circlemove 3s ease-in-out infinite,cirlemovehide 3s ease-out infinite;
}
@keyframes circlemove{
    0% { right:5px; }
    100%{ left:80%; }
 }
@keyframes cirlemovehide{
    0% { opacity:0 }
    50% { opacity:1; }
    80% { opacity:0.9; }
    100% { opacity:0; }
 }
.scrolldown2:after{
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 1px;
    background:#000;
}
/*===ここまで球体が横に動く===*/

/*===文字の色変える===*/
.irokawaru{
    font-size: 35px;
    font-weight:600;
    font-style: italic;
    letter-spacing: 0.06em;
    animation:rainbow 10s ease infinite;
}
@keyframes rainbow{
      0%   {color:#FBE55C;}
      25%  {color:#69B5D5;}
      50%  {color:#E86560;}
      75%  {color:#7E8EE3;}
      90%  {color:#F3B7AD;}
      100% {color:#A2D188;}
}
.fade-in {
  opacity: 0;
  transform: rotateX(30deg) translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.active {
  opacity: 1;
  transform: rotateX(0deg) translateY(0);
}
.waku2 {
  transition-delay: 0.3s;
}
/* ハンバーガーメニュー */
.hamburger {
  position: fixed;
  z-index: 99;
  right: 10px;
  top:10px;
  background:none;
  border: none;
  cursor: pointer;
  width: 50px;
  height:50px;
  border-radius: 5px;
}
.hamburger span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 5px;
  background: #000;
  box-shadow: 0px 0px 1px 1px #f5f5f5;
  width: 45%;
}
.hamburger span:nth-of-type(1) {
  top:13px; 
}
.hamburger span:nth-of-type(2) {
  top:19px;
}
.hamburger span:nth-of-type(3) {
  top:25px;
}
.hamburger span:nth-of-type(3)::after {
  content:"Menu";
  position: absolute;
  top:5px;
  left:-2px;
  color: #000;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.hamburger.active {
  background: #4169e1;
}
.hamburger.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
  background: #fff;
  box-shadow: none;
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  background: #fff;
  box-shadow: none;
}
.hamburger.active span:nth-of-type(3)::after {
  content:"Close";
  transform: translateY(0) rotate(-45deg);
  top:7px;
  left:4px;
  color: #fff;
}
#nav {
  position: fixed;
  z-index: 9;
  top:0;
  right: -120%;
  width:100%;
  height: 100vh;
  background:#e6e6fa;
  transition: all 0.6s;
}
#nav.active {
  right: 0;
}
#nav.active #nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#nav ul {
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
#nav ul li {
  list-style: none;
  text-align: center;
}
#nav a {
  color: #333;
  text-decoration: none;
  padding: 5px;
  display: block;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: Semi Bold;
  transition: 0.5s;
}
#nav li a:hover {
  color: #ffffff;
  background: #cd5c5c;
}
/* ここからbounce-in-bck */
.bounce-in-bck {
  opacity: 0;
}
.bounce-in-bck.inView {
  animation: bounce-in-bck 1.1s both;
  -webkit-animation: bounce-in-bck 1.1s both;
}
@keyframes bounce-in-bck {
  0% {
    transform: scale(10);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(1.5);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  72% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  81% {
    transform: scale(1.24);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  89% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  95% {
    transform: scale(1.04);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@-webkit-keyframes bounce-in-bck {
    0% {
    transform: scale(10);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(1.5);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  72% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  81% {
    transform: scale(1.24);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  89% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  95% {
    transform: scale(1.04);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
/*ここからslide-in-bck*/
.slide-in-bck {
opacity: 0;
}
.slide-in-bck.inView {
	-webkit-animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
            transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
            transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
/*ここからtilt-in-bottom*/
.tilt-in-bottom {
  opacity: 0;
}
.tilt-in-bottom.inView {
	-webkit-animation: tilt-in-bottom 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: tilt-in-bottom 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes tilt-in-bottom {
  0% {
    -webkit-transform: rotateY(-30deg) translateY(300px) skewY(30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
@keyframes tilt-in-bottom {
  0% {
    transform: rotateY(-30deg) translateY(300px) skewY(30deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
/*ここからtilt-in-fwd*/
.tilt-in-fwd {
  opacity: 0;
}
.tilt-in-fwd.inView {
	-webkit-animation: tilt-in-fwd 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: tilt-in-fwd 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes tilt-in-fwd {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(35deg) translate(100px, -100px) skew(-35deg, 10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
@keyframes tilt-in-fwd {
  0% {
    transform: rotateY(20deg) rotateX(35deg) translate(100px, -100px) skew(-35deg, 10deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
/*ここからslide-in-fwd*/
.slide-in-fwd {
  opacity: 0;
}
.slide-in-fwd.inView {
	-webkit-animation: slide-in-fwd 0.4s ease-in both;
	animation: slide-in-fwd 0.4s ease-in both;
}
@-webkit-keyframes slide-in-fwd {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd {
  0% {
    transform: translateZ(-1400px) translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
/*ここからbounce-in-bottom*/
.bounce-in-bottom, .bounce-in-bottom2 {
  opacity: 0;
}
.bounce-in-bottom3 {
  opacity: 0;
}
.bounce-in-bottom.inView {
	-webkit-animation: bounce-in-bottom 0.3s both;
	        animation: bounce-in-bottom 0.3s both;
}
.bounce-in-bottom2.inView {
	-webkit-animation: bounce-in-bottom 0.3s both;
	        animation: bounce-in-bottom 0.3s both;
  animation-delay: 0.3s;
}
.bounce-in-bottom3.inView {
	-webkit-animation: bounce-in-bottom 0.3s both;
	        animation: bounce-in-bottom 0.3s both;
  animation-delay: 0.6s;
}
@-webkit-keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    -webkit-animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(35px);
    -webkit-animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(18px);
    -webkit-animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-in-bottom {
  0% {
    transform: translateY(100px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(35px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(18px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(8px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1; 
  }
}
/*ここからtracking-in-contract-bck-bottom*/
.tracking-in-contract-bck-bottom {
  opacity: 0;
}
.tracking-in-contract-bck-bottom.inView {
	-webkit-animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
            transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
            transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
/*ここからfade-in-bottom*/
.fade-in-bottom {
  opacity: 0;
}
.fade-in-bottom.inView {
	-webkit-animation: fade-in-bottom 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bottom 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/*ここからfade-in-bottom2,3*/
.fade-in-bottom2, .fade-in-bottom3 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-bottom3 {
  transition-delay: 0.3s;
}
.fade-in-bottom2.inView, .fade-in-bottom3.inView {
  opacity: 1;
  transform: translateY(0);
}

/*ここから背景色が伸びてテキスト出現*/
.bgextend{
    animation-name:bgextendAnimeBase;
    animation-duration:1s;
    animation-fill-mode:forwards;
    position: relative;
    overflow: hidden;
    opacity:0;
}
@keyframes bgextendAnimeBase{
    from {
      opacity:0;
    }
    to {
      opacity:1;  
    }
}
.bgappearTrigger.inView{
    animation-name:bgextendAnimeSecond;
    animation-duration:1s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes bgextendAnimeSecond{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.bgRLextendTrigger.inView::before{
    animation-name:extendAnimation;
    animation-duration:1s;
    animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #E86560;
}
@keyframes extendAnimation{
    0% {
        transform-origin:left;
        transform:scaleX(0);
    }
    50% {
        transform-origin:left;
        transform:scaleX(1);
    }
    50.001% {
        transform-origin:right;
    }
    100% {
        transform-origin:right;
        transform:scaleX(0);
    }
}
.bgappearTrigger,.bgRLextendTrigger{
    opacity: 0;
}
/*ここから背景色変更*/
.haikei-henkou {
    background-color: #fff;
    transition: background-color 5s 1s;
}
.haikei-henkou.inView {
    background-color: #87cefa;
}
/*ここからsvgパス*/
.box2 {
    text-align: center;
    margin: auto;
    width: 60%;
}
@media screen and (max-width:480px) {
  .box2 {
    width: 85%;
  }
}
.yama2 {
  fill: #111;
  stroke: #111;
  stroke-dasharray: 2000px;
  stroke-dashoffset: 0px;
  stroke-width: 0.5px;
}
.box2.inView .yama2 {
  -webkit-animation: yama2 4s ease-in 0s;
  animation: yama2 4s ease-in 0s;
}
@keyframes yama2 {
  0% { fill: transparent;
       stroke-dashoffset: 2000px; }
  75%{ fill: transparent;
       stroke-dashoffset: 1000px; }
  85%{ fill: transparent; }
  100%{ fill: #111; }
}
@-webkit-keyframes yama2 {
  0% { fill: transparent;
       stroke-dashoffset: 2000px; }
  75%{ fill: transparent;
       stroke-dashoffset: 1000px; }
  85%{ fill: transparent; }
  100%{ fill: #111; }
}
/* スクロール促し */
.scrolldown1{
    position:absolute;
    left:50%;
    bottom:10px;
    height:70px;
    }
.scrolldown1 span{
    position: absolute;
    left:-19px;
    top: -10px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.05em;
    }
@media  screen and  (max-width:426px) {
    .scrolldown1 span {
        font-size: 13px;
    }
}
.scrolldown1::after{
    content: "";
    position: absolute;
    top: 0;
    width: 1.5px;
    height: 100px;
    background: #fff;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity:0;
    }
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:50px;
    opacity: 1;
  }
  100%{
    height:0;
    top:70px;
    opacity: 0;
  }
}
/*インスタ*/
.insta_list {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.insta_list li {
  position: relative;
  padding-top: 100%;
}
.insta_list .square-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.insta_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.insta_btn {
  background: black;
  padding: .5em 1em;
  width: fit-content;
  margin: 10px auto;
  cursor: pointer;
  transition: .3s;
  border-radius: 5px;
  -webkit-user-select: none;
  user-select: none;
}
.insta_btn a {
  color: white;
  font-size: 15px;
  text-decoration: none;
}
.insta_btn:hover {
  background: #999;
}