@charset "utf-8";

/*==========================
Article header
==========================*/
  .MV {
    width: 375px;
    height: 267.39px;
    margin: 70px auto 0;
    overflow: hidden;
    position: relative;
  }
  
  .MVimg {
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    animation: anime 10.5s;
    animation-fill-mode: forwards;
  }
  
  .MVimg:nth-of-type(2) {
    animation-delay: 1.5s;
  }
  
  .MVimg:nth-of-type(3) {
    animation-delay: 3s;
  }
  
  .MVimg:nth-of-type(4) {
    animation-delay: 4.5s;
  }
  
  .MVimg:nth-of-type(5) {
    animation-delay: 6s;
  }

  .MVimg:nth-of-type(6) {
    animation-delay: 7.5s;
  }

  .MVimg:nth-of-type(7) {
    animation-delay: 9s;
  }

  @keyframes anime {
    0%{ opacity: 0;}
    5%{ opacity: 1;}
    25%{ opacity: 1;}
    30%{ opacity: 1;}
    100%{ opacity: 1;}
  }

  .MVtxt {
    width: fit-content;
    margin: 0 auto;
    padding: 35px 50px 50px;
  }

  @media screen and (max-width: 374px) {
    .MV {
      width: 320px;
      height: 228.08px;
      margin: 40px auto 0;
    }    
  }/* pc 374px */

  @media screen and (min-width: 769px) {
    .MV {
      width: 591.13px;
      height: 421.64px;
      margin: 40px auto 0;
    }

    .MVtxt {
      font-size: 2.2rem;
    }
  }/* pc 769px */
    
/*==========================
TOP MESSAGE
==========================*/
.section--topmsg {
  padding: 40px 0;
  background: #F3F3F3;
}

.loop-area1 {
  background: url(../images/mangakahirokotobukino.png)
  repeat-x;
  height: 40px;
  background-size: cover;
  animation: loop-slide1 30s infinite linear;
}

.loop-area2 {
  background: url(../images/bokutoanatanosekai.png) 
  repeat-x;
  height: 40px;
  background-size: cover;
  animation: loop-slide2 20s infinite linear;
}

@keyframes loop-slide1 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

@keyframes loop-slide2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

.fuwafuwaArea {
  margin: 50px auto;  
  text-align: center;
}

.fuwafuwa1,
.fuwafuwa2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }

.fuwafuwa1 :nth-child(2n) {
  margin-top: 50px;
  margin-left: 30px;
}

.fuwafuwa2 :nth-child(2n) {
  margin-top: 60px;
}

.fuwafuwaArea img {
  height: 130px;
  animation: animation 2s ease-in-out infinite alternate-reverse;
  }

@keyframes animation {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}

@media screen and (min-width: 769px) {
  .loop-area1,.loop-area2 {
    height: 70px;
    margin: 30px 0 30px;
  }

  .fuwafuwaArea img {
    margin: 0 40px;
  }
}/* pc 769px */

@media screen and (min-width: 1025px) {
  .fuwafuwaArea {
    display: flex;
    justify-content: center;
  }

  .fuwafuwaArea img {
    margin: 0 10px;
  }
}/* pc 1025px */

@media screen and (min-width: 1439px) {
  .fuwafuwaArea img {
    margin: 0 60px;
  }
}/* pc 1439px */

.minigalleryArea {
  padding: 50px 0 50px;
}

.slider1 li {
  margin: 0 5px 0;
}

/*==========================
NEWS
==========================*/
.section--NEWS {
  background: #EFEFFB;
}

.news__list {
  line-height: 1.5;
}

.news__topic {
  margin-bottom: 40px;
  width: fit-content;  
  cursor: pointer;  
}

.link a {
  display: block;
}

.link:hover {
  opacity: 0.5;
}

time {
  letter-spacing: 1px;
}

@media screen and (min-width: 769px) {
  .news__list {
    margin: 0 auto;
    max-width: 600px;
  }

  .news__topic {
    display: flex;
    justify-content: center;
    gap: 60px;
  }
}/* pc 769px */

/*==========================
ONSENKEN
==========================*/
  .section--onsenken {
    height: 1100px;
    background-image: url(../images/onsenpc.png);
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 2px 0px 2px #161616;
  }

  .onsentextcontent {
    font-size: 1.5rem;
    width: fit-content;
    margin: 0 auto;
    padding-top: 480px;
  }

  .onsenken__title {
    width: 180px;
    margin-bottom: 10px;
  }

  .onsenkentext {
    margin-left: 10px;
  }

  .onsenkentextright {
    margin-top: 30px;
  }

  .btn_onsen {
    width: 115px;
    margin: 20px 0 0 auto;
    transition: 0.4s;
    cursor: pointer;
  }
  
  .btn_onsen:hover {
    transform: scale(1.05,1.05)
  }

  @media screen and (min-width: 405px) {
    .onsentextcontent {
      font-size: 1.6rem;
      padding-top: 510px;
    }
    }/* pc 405px */

    @media screen and (min-width: 650px) {
      .section--onsenken {
        height: 1200px;
      }

      .onsentextcontent {
        padding-top: 580px;
      }
    }/* pc 650px */

  @media screen and (min-width: 769px) {
    .section--onsenken {
      height: 1200px;
    }
  
    .onsentextcontent {
      margin: 0 6.5% 0;
      width: auto;
      padding-top: 500px;
    }

    .onsenkentextright {
      width: 300px;
      margin: 30px 0 0 auto;
    }

    .btn_onsen {
      width: 150px;
    }
  }/* pc 769px */

  @media screen and (min-width: 800px) {
    .section--onsenken {
      height: 1300px;
    }
    .onsentextcontent {
      padding-top: 580px;
      margin: 0 8% 0;
    }
  }/* pc 800px */

  @media screen and (min-width: 900px) {
    .section--onsenken {
      height: 1500px;
    }
    .onsentextcontent {
      padding-top: 700px;
    }
  }/* pc 900px */
  
  
  
  @media screen and (min-width: 1025px) {
    .section--onsenken {
      height: 1700px;
    }

    .onsentextcontent {
      padding-top: 800px;
      width: 880px;
      margin: 0 auto;
      font-size: 1.7rem;
    }

    .onsenkentextright {
      margin: 50px 0 0 auto;
      width: 310px;
    }

    .onsenken__title {
      margin-bottom: 20px;

    }

    .btn_onsen {
      margin-top: 50px;
    }

  }/* pc 1025px */

  @media screen and (min-width: 1100px) {   
    .section--onsenken{
      height: 2000px;
    } 

    .onsentextcontent {
      padding-top: 900px;
    }
  }/* pc 1100px */

  @media screen and (min-width: 1200px) {
    .section--onsenken {
      height: 2100px;
    }

    .onsentextcontent {
      padding-top: 1100px;
    }

  }/* pc 1200px */

  @media screen and (min-width: 1440px) {
    .section--onsenken {
      height: 2400px;
    }

    .onsenken__title {
      width: 220px;
    }

    .onsentextcontent {
      padding-top: 1200px;
      font-size: 1.8rem;
      width: 950px;
    }
 
    .onsenkentextright {
      margin-top: 100px;
      width: 380px;
    }

  }/* pc 1440px */

  @media screen and (min-width: 1600px) {
    .section--onsenken {
      height: 2800px;
    }

    .onsentextcontent {
      padding-top: 1600px;
    }

  }/* pc 1200px */



/*==========================
GALLERY
==========================*/
.section--gallery {
  padding-left: 0;
  padding-right: 0;
  background: #D9F3F7;
}

.slick-slider {
  overflow: hidden;
  line-height: 1;
}

.slider__item img {
  padding: 0 10px 0;
}

.slider__item img:hover {
  opacity: 0.5;
}

.sliider__topic {
  margin-top: 5px;
}

.shape {
  background-color: #D9F3F7;
  transform: rotateX( 180deg );
  position: relative;
  top: -1px;
}

/*==========================
ABOUT
==========================*/

  .section--about {
    padding: 80px 0 80px;
  }

  .about__img {
    width: fit-content;
    margin: 0 auto 50px;
    padding: 0 5% 0;
  }

  .about__caption {
    width: fit-content;
    margin: 0 auto;
    padding: 0 13.3% 0;
  }

   .about__link {
    padding-top: 40px;
    line-height: 1.5;
   }

   .about__link li {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
   }

   .about__link li:hover {
    opacity: 0.5;
  }

   .about__link img {
    margin-left: 5px;
    width: 20px;
   }

   @media screen and (min-width: 769px) {
    .about__caption {
      padding: 120px 9.7% 120px;
    }
   }/* pc 1025px */

  @media screen and (min-width: 1025px) {

    .section--about {
      padding: 120px 9.7% 120px;
    }

    .about__content {
      display: flex;
      flex-direction: row-reverse;
      justify-content: center;
      align-items: center;
    }

    .about__img {
      padding: 0;
    }

    .about__caption {
    margin-right: 30px;
    padding: 0;
    }
  }/* pc 1025px */

  /*==========================
  CONTACT
  ==========================*/
  .section--contact {
    background: #E3E2E2;
    padding-left: 0;
    padding-right: 0;
  }

  .section__colortopic {
    font-size: 60px;
    text-align: center;
    color: #fff;
    -webkit-text-stroke: 1px #5F5F5F;
    letter-spacing: -2px;
  }

  .section__colortopic span:nth-child(1) {
    color: var(--primary-orange);
  }

  .section__colortopic span:nth-child(2) {
    color: #fff;
  }

  .section__colortopic span:nth-child(3) {
    color: var(--primary-yellow);
  }

  .section__colortopic span:nth-child(4) {
    color: #fff;
    margin-left: 3px;
  }

  .section__colortopic span:nth-child(5) {
    color: var(--primary-green);
    margin-left: -6px;
  }

  .section__colortopic span:nth-child(6) {
    color: #fff;
  }

  .section__colortopic span:nth-child(7) {
    color: var(--primary-blue);
  }

  .contact__gif {
    margin-top: 45px;
  }
  
  .contactbtn {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }

  .contactbtn:hover {
    opacity: 0.5;
  }

  .contacttopic {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }

  .contact__aftertopic {
    height: 30px;
  }

  .formrun-embed {
    padding-bottom: 30px;
  }

  @media screen and (min-width: 425px) {
    .section__colortopic {
      font-size: 75px;
    }

    .contact__aftertopic {
      height: 40px;
    }

  }/* pc 425px */



  @media screen and (min-width: 769px) {
    .section__colortopic {
      font-size: 150px;
      -webkit-text-stroke: 2px #5F5F5F;
      letter-spacing: -4.5px;
    }
  }/* pc 769px */