@charset "utf-8";
/* CSS Document */
/*---------------------------------------------
	reset
  ---------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}
li {
  list-style: none;
}
a:active, a:hover {
  outline: 0;
}
@-ms-viewport {
  width: auto;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}



/* -----------------------------------
    common
   ----------------------------------- */
html {
  font-size: 62.5%; /*1rem=10px*/
}
body {
  font-family: 'Noto Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
  animation: fadeInbody 4s forwards;
  position: relative;
}

body#en{
  line-height: 1.25;
}

@keyframes fadeInbody {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

#introduction, #animal, #hatsukoi {
  padding: 180px 0;
}
#introduction, #hatsukoi {
  position: relative;
  overflow-x: clip;
}
.mesh-bg, #hatsukoi, footer {
height: 100%;
  color: #fff;
}

.mesh-bg::after, #hatsukoi::after, footer::after {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  content: "";
z-index: -1;  
    background-color: hsla(0, 0%, 0%, 0.5);
  background-image:
    radial-gradient(at 59% 67%, hsla(284, 0%, 0%, 0.5) 0px, transparent 50%), radial-gradient(at 5% 41%, hsla(345, 0%, 0%, 0.3) 0px, transparent 50%), radial-gradient(at 94% 12%, hsla(0, 0%, 0%, 0.5) 0px, transparent 50%), radial-gradient(at 25% 0%, hsla(0, 0%, 0%, 0.5) 0px, transparent 50%), radial-gradient(at 72% 0%, hsla(189, 100%, 56%, 0.4) 0px, transparent 50%), radial-gradient(at 51% 27%, hsla(28, 100%, 74%, 0.3) 0px, transparent 50%), radial-gradient(at 84% 51%, hsla(340, 100%, 76%, 0.3) 0px, transparent 50%), radial-gradient(at 80% 100%, hsla(241, 100%, 70%, 0.3) 0px, transparent 50%), radial-gradient(at 18% 55%, hsla(22, 100%, 77%, 0.3) 0px, transparent 50%), radial-gradient(at 34% 64%, hsla(64, 0%, 0%, 0.3) 0px, transparent 50%), radial-gradient(at 5% 5%, hsla(310, 100%, 68%, 0.3) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(355, 100%, 93%, 0.3) 0px, transparent 50%);
}

#animal,#access,#sns{
background-color: #fff;
}

#access .inner, #sns .inner{
  max-width: 960px;
  margin: 0 auto;
}
h1 {
  color: #fff;
  font-weight: 600;
  font-size: 80px;
  position: absolute;
  top: 610px;
  z-index: 2;
}
h2 {
  font-weight: 600;
  font-size: 3.6rem;
  margin-bottom: 30px;
}
h3 {
  font-size: 2.1rem;
  text-align: center;
  margin-bottom: 28px;
}

h3 span{
  color: #00C8DC;
}

h3 img {
  height: 45px;
  display: block;
  margin: auto;
  filter: invert(61%) sepia(40%) saturate(2579%) hue-rotate(141deg) brightness(97%) contrast(101%);
  margin-bottom: 15px;
}
h3 img.nofilter {
filter: none;
}


@media only screen and (max-width:1000px) and (min-width:641px) {
h2 {
  font-size: 2rem;
}
}

@media screen and (max-width:640px) {
  body {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 3.2rem;
    position: initial;
    text-align: center;
    padding: 0 1em;
    }
  h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
    #en h2{
    line-height: 1.25;
    }
    
  h3 {
    font-size: 1.6rem;
        margin-bottom: 35px;
  }
  h3 img {
    height: 33px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1920px) and (min-width:641px) {
  h1 {
    font-size: calc(80 / 1920 * 100vw);
  }
    h1,h1.en-title{
      top: calc(610 / 1920 * 100vw);  
    }
}

@media (min-width: 1921px) {
    h1,h1.en-title{
      top: calc(650 / 1921 * 100vw);  
    }
}

a {
  text-decoration: none;
  transition: all 0s
}
a:link {
  color: #fff;
}
a:visited {
  color: #fff;
}
a:hover {
  transition: all 0.3s linear;
  text-decoration: none;
}
a:active {
  color: #fff;
}

.btn a{
background-color: #00C8DC;
  display: inline-block;
}

.btn a:hover span{
color:#fff;
    }

.btn a img{
  filter: invert(100%) sepia(14%) saturate(1%) hue-rotate(79deg) brightness(101%) contrast(101%);
}

@media screen and (min-width:641px) {
    .btn a:hover{
background-color: #fff;
border: 1px solid #00C8DC;
    }
    .btn a:hover span{
color:#00C8DC;
    }
    .btn a:hover img{
      filter: invert(61%) sepia(40%) saturate(2579%) hue-rotate(141deg) brightness(97%) contrast(101%);
    }
}


.text-small {
  font-size: 0.85em;
  display: inline-block;
}
.text-large {
  font-size: 20px !important
}
.text-bold {
  font-weight: bold !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}
span.text-sup, span.text-sub {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.03em;
  padding-left: 1px;
  padding-right: 1px;
}
span.text-sub {
  vertical-align: bottom;
  top: 0.03em;
}
.mt-0 { margin-top: 0px !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-100 { margin-top: 100px !important; }
.mb-0 { margin-bottom: 5px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 20px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-100 { margin-bottom: 100px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-20 { margin-left: 20px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-20 { margin-right: 20px !important; }
.ml-mr-5 { margin-left: 5px !important; margin-right: 5px !important; }
.ml-mr-10 { margin-left: 10px !important; margin-right: 10px !important; }
.ml-mr-20 { margin-left: 20px !important; margin-right: 20px !important; }
.ml-mr-50 { margin-left: 50px !important; margin-right: 50px !important; }
.margin-15{margin: 15px !important}
.pt-0 { padding-top: 0px !important; }
.pl-10 { padding-left: 10px !important; }
.pr-10 { padding-right: 10px !important; }
.plr-10 { padding-left: 10px !important;padding-right: 10px !important; }

.width1em { width: 1em !important; }
.width2em { width: 2em !important; }
.width3em { width: 3em !important; }
.width4em { width: 4em !important; }
.width5em { width: 5em !important; }
.width6em { width: 6em !important; }
.width7em { width: 7em !important; }
.width8em { width: 8em !important; }
.width9em { width: 9em !important; }
.width10em { width: 10em !important; }
.width11em { width: 11em !important; }
.width12em { width: 12em !important; }
.width13em { width: 13em !important; }
.width14em { width: 14em !important; }
.width15em { width: 15em !important; }
.width20em { width: 20em !important; }
.width25em { width: 25em !important; }
.width30em { width: 30em !important; }
.width40em { width: 40em !important; }
.width50em { width: 50em !important; }
.width15per { width: 15% !important; }
.width16per { width: 16% !important; }
.width35per { width: 35% !important; }
.width50per { width: 50% !important; }
.width55per { width: 55% !important; }
.width70per { width: 70% !important; }
.width80per { width: 80% !important; }
.width90per { width: 90% !important; }
.width100per { width: 99% !important; }
.width-auto { width: auto !important; }
.pc, .pc-block {
  display: block !important;
}
.sp, .sp-block {
  display: none !important;
}
@media screen and (max-width:640px) {
  .pc, .pc-block {
    display: none !important;
  }
  .sp {
    display: inline !important;
  }
  .sp-block {
    display: block !important;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.col1 {
  max-width: 1310px;
  margin: 0 auto;
}
.col1.full{
max-width: 1440px;
}

.col2.flex.textin {
position: relative;
max-width: 1340px;
margin: 0 auto;
z-index: 0;
padding: 0 15px;
}
.col2.flex.textin .text {
position: relative;
  width: 33%;
  z-index: 1;
  text-shadow: 1px 1px 10px #000;
}
.col2.flex.textin .img {
position: relative;
  width: 65%;
  height: fit-content;
  margin-left: -5%;
    top: 0;
    right: 0;
}
.col2.flex.textin .img img{
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
}

.col2.flex.textin.reverse {
  flex-direction: row-reverse;
max-width: 1400px;
}
.col2.flex.textin.reverse .text {
  width: 39%;
  z-index: 1;
  text-shadow: none;
}
.col2.flex.textin.reverse .img {
  width: 68%;
  margin-left: 0;
  margin-right: -7%;
    top: 0;
    left: 0;
}
.col3.flex {
  max-width: 1310px;
  margin: 90px auto 0;
  gap: 15px;
  position: relative;
  z-index: 1;
flex-wrap: nowrap;
width: 100%;
}

@media only screen and (max-width:1000px) and (min-width:641px) {
.col2.flex.textin .text {
  font-size: 1.4rem;
}
.col2.flex.textin.reverse .text {
  font-size: 1.4rem;
}
}


@media only screen and (max-width:640px) {
  .flex {
    flex-direction: column;
  }
  .col2.flex.textin, .col2.flex.textin.reverse {
    flex-direction: column-reverse;
    padding: 0;
  }
  .col2.flex.textin .text, .col2.flex.textin .img, .col2.flex.textin.reverse .text, .col2.flex.textin.reverse .img {
    width: 90%;
    margin: 0 auto;
  }
    
    .col2.flex.textin .img{
    position: relative;
    top: inherit;
    right: inherit;
    }   
  .col2.flex.textin .text p {
    margin-top: 45px;
  }
  .col3.flex {
    width: 90%;
    gap: 40px;
      margin: 45px auto 0;
  }
  .col3.flex picture {
    width: 70%;
  }
  .col3.flex picture:first-child {
    margin-right: auto;
  }
  .col3.flex picture:nth-child(2) {
    margin-left: auto;
  }
  .col3.flex picture:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
  }
}
/*---------------------------------------------
	firstview
  ---------------------------------------------*/
#firstview .logo {
  width: 254px;
  height: 70px;
  margin: 30px auto 0;
  z-index: 2;
  position: absolute;
}
#firstview .inner {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 50px;
}
.header-gradient {
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 240px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 0.06) 4.51%, rgba(169, 169, 169, 0.16) 11.88%, rgba(124, 124, 124, 0.26) 19.59%, rgba(86, 86, 86, 0.37) 27.5%, rgba(54, 54, 54, 0.48) 35.66%, rgba(30, 30, 30, 0.59) 44.14%, rgba(13, 13, 13, 0.71) 53.1%, rgba(3, 3, 3, 0.84) 62.84%, rgba(0, 0, 0, 1) 74.81%);
  mix-blend-mode: multiply;
}
.language {
  background-color: #fff;
  color: #00C8DC;
    border-radius: 3rem 0 0 3rem;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50px;
width: 23%;
font-size: 1.8rem;
}
.language input {
  display: none;
}
.language label {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 10px 10px 10px 3rem;
}
.language ul {
  margin-bottom: 1px;
}
.language li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#language-bar:checked ~ #language-list li {
  height: auto;
  opacity: 1;
text-align: center;
}

.language li a{
display: block;
padding: 10px 10px 10px 2rem;
}

#language-bar:checked ~ #language-list li:last-child {}
.language li a:link, .language li a:visited {
  color: #00C8DC;
}
.language li a:hover {
  opacity: 0.6;
}
.language label span:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: #00C8DC 2px solid;
    border-right: #00C8DC 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 3px 0.5em;
}
.language input[type=checkbox]:checked + label span:after {
  content: "";
  display: inline-block;
    width: 8px;
    height: 8px;
  border-top: #00C8DC 2px solid;
  border-right: #00C8DC 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
    margin: -2px 0.5em;
}

.mainvisual{
position: relative;
z-index: 0;
}

.swiper {
  width: 100%;
}


.swiper .swiper-slide img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}


@keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

@media only screen and (max-width:1000px) and (min-width:641px) {
  .language {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width:640px) {
  #firstview .logo {
    width: calc(254 / 640 * 100vw);
    height: calc(70 / 640 * 100vw);
  }
  #firstview .inner {
    width: 90%;
    padding: 0;
  }
  .language {
    width: 30%;
    font-size: 1.2rem;
  }
  .language label {
    padding: 10px 0 10px 2rem;
  }
  .language label span:after,.language input[type=checkbox]:checked + label span:after {
    width: 5px;
    height: 5px;
    margin: 0 0.5em;
  }
}
/*---------------------------------------------
	introduction
  ---------------------------------------------*/

#introduction .col2.flex.textin .text h2{
padding-top: 60px;
}

#introduction .element .cloud01, #introduction .element .cloud02, #introduction .element .goldfish {
  position: absolute;
}
#introduction .element .cloud01 {
  top: -232px;
  left: -51px;
  z-index: 8;
  width: 656px;
  height: 339px;
}
#introduction .element .goldfish.akabuchi {
  top: -228px;
  right: -70px;
  z-index: 1;
  width: 411px;
  height: 392px;
  animation: fuwafuwa-2 5s cubic-bezier(0.61, 1, 0.88, 1) 0s infinite;
}
#introduction .element .goldfish.yoko {
  top: -45px;
  left: 432px;
    z-index: 10;
  width: 349px;
  height: 176px;
  animation: fuwafuwa 7s ease 0s infinite;
}
#introduction .element .goldfish.kinbuchi {
  bottom: -241px;
  left: -82px;
  width: 242px;
  height: 188px;
    animation: fuwafuwa-2 5s cubic-bezier(0.5, 1, 0.89, 1) 0s infinite;
z-index: 3;
}
#introduction .element .goldfish.madara {
  bottom: 6px;
  right: -110px;
  width: 194px;
  height: 238px;
  z-index: 1;
  animation: fuwafuwa 7s ease 0s infinite;
}
#introduction .element .cloud02 {
    bottom: -272px;
  right: -251px;
    z-index: -1;
  width: 642px;
  height: 342px;
}


@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -25%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes fuwafuwa-2 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -18%);
    }
    100% {
        transform: translate(0, 0);
    }
}


@media only screen and (max-width:1000px) and (min-width:641px) {
  #introduction .col2.flex.textin .text h2{
padding-top: 0;
}  

}

@media (max-width: 1920px) and (min-width:641px) {
  #introduction .element .cloud01 {
    top: calc(-175 / 1920 * 100vw);
    left: calc(-51 / 1920 * 100vw);
    width: calc(656 / 1920 * 100vw);
    height: calc(339 / 1920 * 100vw);
    z-index: 1;
  }
  #introduction .element .goldfish.akabuchi {
    top: calc(-228 / 1920 * 100vw);
    right: calc(-70 / 1920 * 100vw);
    width: calc(411 / 1920 * 100vw);
    height: calc(392 / 1920 * 100vw);
    z-index: 1;
  }
  #introduction .element .goldfish.yoko {
    top: calc(-45 / 1920 * 100vw);
    left: calc(432 / 1920 * 100vw);
    width: calc(349 / 1920 * 100vw);
    height: calc(176 / 1920 * 100vw);
    z-index: 2;
  }
  #introduction .element .goldfish.kinbuchi {
    bottom: calc(-270 / 1920 * 100vw);
    left: calc(6 / 1920 * 100vw);
/*    left: calc(-82 / 1920 * 100vw);*/
    width: calc(242 / 1920 * 100vw);
    height: calc(188 / 1920 * 100vw);
  }
  #introduction .element .goldfish.madara {
    bottom: calc(6 / 1920 * 100vw);
/*    right: calc(-110 / 1920 * 100vw);*/
    right: calc(7 / 1920 * 100vw);
    width: calc(194 / 1920 * 100vw);
    height: calc(238 / 1920 * 100vw);
    z-index: 1;
  }
  #introduction .element .cloud02 {
    bottom: calc(-272 / 1920 * 100vw);
    right: calc(-251/ 1920 * 100vw);
    width: calc(642 / 1920 * 100vw);
    height: calc(342 / 1920 * 100vw);
    z-index: -1;
  }
}

@media screen and (max-width: 640px) {
  #introduction {
    padding: 30px 0 110px;
  }
  .header-gradient {
    display: none;
  }

  #introduction .element.lt {
    height: 385px;
    position: relative;
  }
  #introduction .element .cloud01 {
top: 84px;
    left: -89px;
    z-index: 1;
    width: 85%;
    height: auto;
  }
  #introduction .element .goldfish.akabuchi {
    top: -54px;
    right: 0px;
    z-index: 1;
    width: 30%;
    height: auto;
  }
  #introduction .element .goldfish.yoko {
    top: 30px;
    left: 32px;
    z-index: 2;
    width: 33%;
    height: auto;
  }
  #introduction .element .goldfish.kinbuchi {
    bottom: 5px;
    right: 130px;
    left: inherit;
    width: 25%;
    height: auto;
  }
  #introduction .element .goldfish.madara {
   bottom: 89px;
    right: 63px; 
    width: 20%;
    height: auto;
    z-index: 1;
  }
  #introduction .element .cloud02 {
    right: -141px;
    bottom: -211px;
    width: 90%;
    height: auto;
  }
}


@media screen and (max-width: 640px) and (min-width:361px){
    #introduction .col2.flex.textin .text h2{
padding-top: 15%;
}
}

@media screen and (max-width: 420px) {
    #introduction .col2.flex.textin .text h2{
padding-top: 10%;
}
  #introduction .element.lt {
    height: 340px;

  }
  #introduction .element .cloud01 {
    top: calc(84 / 420 * 100vw);
    left: calc(-89 / 420 * 100vw);
  }
  #introduction .element .goldfish.akabuchi {
    top: calc(-54 / 420 * 100vw);
  }
  #introduction .element .goldfish.yoko {
    top: calc(30 / 420 * 100vw);
    left: calc(32 / 420 * 100vw);
  }
  #introduction .element .goldfish.kinbuchi {
bottom: calc(5 / 420 * 100vw);
right: calc(130 / 420 * 100vw);
  }
  #introduction .element .goldfish.madara {
    bottom: calc(89 / 420 * 100vw);
    right: calc(63 / 420 * 100vw);
  }
  #introduction .element .cloud02 {
bottom: calc(-195 / 420 * 100vw);
right: calc(-118/ 420 * 100vw);
  }
}
/*---------------------------------------------
	animal
  ---------------------------------------------*/

#animal{
position: relative;
z-index: 0;
}

#animal .col2.flex.img-only{
max-width: 1340px;
padding: 0 15px;
margin: 0 auto 0;
flex-direction: row-reverse;
}

#animal .col2.flex.textin .text h2{
  padding-top: 150px;
}

#animal .col2.flex .right,
#animal .col2.flex .left{
width: 49%;
}

#animal .col2.flex .right picture{
    display: block;
  text-align: right;
  padding-top: 65px;
    padding-left: 15px;
}
#animal .col2.flex .left picture{
    display: block;
padding-top: 300px;
padding-left: 16%;
padding-right: 3%;
}
#animal .col1.full {
  margin-top: 60px;
}
#animal .col1.full picture{
display: block;
}

@media only screen and (max-width:1000px) and (min-width:641px) {
  #animal .col2.flex.textin .text h2{
    padding-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  #animal {
    padding: 125px 0 0;
  }
#animal .col2.flex.textin .text h2 {
  padding-top: 50px;
}
    
    #animal .col2.flex.img-only{
flex-direction: column;
        width: 90%;
    padding: 0;
        margin: 0 auto;
    }    

#animal .col2.flex .right,
#animal .col2.flex .left{
width: 100%;
}
#animal .col2.flex .right picture{
    text-align: left;
    padding-top: 45px;
    padding-left: 0;
  }
#animal .col2.flex .left picture{
margin-top: 0;
padding-top: 45px;
padding-left: 0;
margin-left: auto;
width: 90%;
padding-right: 0;
text-align: right;
  }
  #animal .col2.flex .right picture img, #animal .col2.flex .left picture img{
    width: 70%;
  }
  #animal .col1.left picture {
    margin-left: auto;
  }
}
/*---------------------------------------------
	hatsukoi
  ---------------------------------------------*/
#hatsukoi .element .cloud01, #hatsukoi .element .cloud02, #hatsukoi .element .goldfish {
  position: absolute;
}
#hatsukoi .col2.flex.textin .text h2{
  padding-top: 95px;
}

#hatsukoi .col2.flex.textin .text{
width: 40%;
}

#hatsukoi .col2.flex.img-only{
max-width: 1340px;
padding: 130px 15px 0;
margin: 0 auto;
flex-direction: row;
}

#hatsukoi .col2.flex.img-only .left{
position: relative;
width: 60%;
}

#hatsukoi .col2.flex .left .img picture{
    padding-left: 14%;
    padding-right: 3%;
    position: relative;
    z-index: 0;
    display: block;
}

#hatsukoi .col2.flex.img-only .right{
width: 40%;
}

#hatsukoi .col2.flex .right picture{
  text-align: right;
margin-top: 350px;
  padding-right: 2%;
  padding-left: 1%;
    display: block;
}
#hatsukoi .col1.left.cloud-cont {
position: relative;
margin-top: -170px;
z-index: 0;
max-width: 1700px;
}
#hatsukoi .col1.left.cloud-cont picture{
position: relative;
    left: -126px;
    display: block;
}
#hatsukoi .col1.full {
  position: relative;
  margin-top: 125px;
}
#hatsukoi .col1.full picture{
display: block;
}
#hatsukoi .element .goldfish.deme {
  top: -114px;
  left: -30px;
  width: 251px;
  height: 284px;
    z-index: 2;
    animation: fuwafuwa-2 5s cubic-bezier(0.5, 1, 0.89, 1) 0s infinite;
}
#hatsukoi .element .cloud01 {
  bottom: -264px;
  right: -501px;
  width: 886px;
  height: 332px;
  z-index: 1;
}
#hatsukoi .element .goldfish.akabuchi {
  width: 294px;
  height: 254px;
  top: -389px;
  right: 27px;
    animation: fuwafuwa-2 5s ease 0s infinite;
}
#hatsukoi .element .goldfish.yoko {
  top: -111px;
  right: 240px;
  width: 258px;
  height: 200px;
    animation: fuwafuwa 7s cubic-bezier(0.5, 1, 0.89, 1) 0s infinite;
}

@media (max-width: 1920px) and (min-width:641px) {
    
    #hatsukoi .col2.flex .right picture{
    margin-top: 250px;
    }    
    #hatsukoi .col1.left.cloud-cont{
 margin-top: 35px;   
    }
    
  #hatsukoi .element .goldfish.deme {
    top: calc(-114 / 1920 * 100vw);
    left: calc(-30 / 1920 * 100vw);
    width: calc(251 / 1920 * 100vw);
    height: calc(284 / 1920 * 100vw);
  }
  #hatsukoi .element .cloud01 {
    bottom: calc(-264 / 1920 * 100vw);
    right: calc(-501 / 1920 * 100vw);
width: 70%;
    height: calc(332 / 1920 * 100vw);
    z-index: 1;
  }
  #hatsukoi .element .goldfish.akabuchi {
    top: calc(-389 / 1920 * 100vw);
    right: calc(27 / 1920 * 100vw);
    width: calc(294 / 1920 * 100vw);
    height: calc(254 / 1920 * 100vw);
  }
  #hatsukoi .element .goldfish.yoko {
    top: calc(-111 / 1920 * 100vw);
    right: calc(240 / 1920 * 100vw);
    width: calc(258 / 1920 * 100vw);
    height: calc(200 / 1920 * 100vw);
  }
}

@media only screen and (max-width:1000px) {
  #hatsukoi .col2.flex.textin .text h2{
    padding-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  #hatsukoi {
    padding: 60px 0 0;
  }
    
    #hatsukoi .col2.flex.textin{
padding-bottom: 6%;
    }  
    #hatsukoi .col2.flex.textin .text{
width: 90%;
    }
    #hatsukoi .col2.flex.img-only {
flex-direction: column;
        width: 90%;
    }
    
#hatsukoi .col2.flex.img-only .left,
#hatsukoi .col2.flex.img-only .right{
width: 100%;
    }

#hatsukoi .col2.flex .left .img picture{
    padding-top: 65px;
    padding-left: 0;
    padding-right: 0;
}
  #hatsukoi .col1.left.cloud-cont {
    width: 90%;
    margin-top: 0;
    margin-left: 44px;
    padding-top: 45px;
    padding-right: 0;
  }
  #hatsukoi .col2.flex .right {
    margin-top: 0;
    padding-right: 0;
    position: relative;
  }

  #hatsukoi .col2.flex .left picture img, #hatsukoi .col2.flex .right picture img{
    width: 70%;
  }
  #hatsukoi .col1.left.cloud-cont picture {
    width: 100%;

  }
  #hatsukoi .col2.flex .right picture {
margin-left: auto;
margin-top: 50px;
padding-right: 0;
padding-left: 0;
  }
  #hatsukoi .element .goldfish.deme {
    top: 59px;
    left: 0;
    width: 35%;
    height: auto;
    margin-top: 0 !important;
  }
  #hatsukoi .element .cloud01 {
    bottom: -149px;
    right: -109px;
    width: 90%;
    height: auto;
    z-index: 1;
  }
  #hatsukoi .element .goldfish.akabuchi {
    width: 30%;
    height: auto;
    top: -60px;
    right: 163px;
  }
  #hatsukoi .element .goldfish.yoko {
    top: -143px;
    right: 72px;
    width: 30%;
    height: auto;
  }
    #hatsukoi .col1.full {
    margin-top: 105px;      
    }
}

/*---------------------------------------------
	access
  ---------------------------------------------*/
#access {
  padding: 125px 0 160px;
}
.map iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}


@media (max-width: 1920px) and (min-width:641px) {
.map {
    margin: 0 20px;
}
}

@media only screen and (max-width:640px) {
#access {
padding: 250px 0 125px;
margin-top: -125px;
}
  .map {
    width: 90%;
    margin: 0 auto;
  }
  .map iframe {
    height: 365px;
  }
}
/*---------------------------------------------
	sns
  ---------------------------------------------*/
#sns {
  padding: 0 0 160px;
}
.instagram .post-list {
  display: flex;
  flex-wrap: wrap;
}
.instagram .post-list a {
  display: block;
  width: 25%;
}
#sns .col2.flex {
  justify-content: space-between;
  padding: 160px 0;
}
#sns .col2.flex .facebook, #sns .col2.flex .twitter {
  width: 49%;
}

#sns .col2.flex .facebook .timeline{
  width: 100%;
}
 
.fb-page,
.fb-page span,
.facebook_wrap iframe{
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

#sns .btn {
  text-align: center;
}
#sns .btn a {
border-radius: 9999px;
    padding: 2rem 3rem;
}
#sns .btn a span {
  font-size: 1.8rem;
}
@media (max-width: 1920px) and (min-width:641px) {
#sns .col2.flex {
  justify-content: space-between;
  padding: 160px 15px;
}
#sns .col2.flex .facebook, #sns .col2.flex .twitter {
  width: 45%;
}
}
@media only screen and (max-width:640px) {
  .instagram .post-list a {
    width: 33.3%;
  }
#sns .btn {
    margin: 0 1em;
}
  #sns .col2.flex .facebook, #sns .col2.flex .twitter {
    width: 90%;
    margin: 0 auto;
  }
    .twitter{
    padding-top: 125px;
    }
#sns .btn a span {
    font-size: 1.4rem;
    }
}
/*---------------------------------------------
	footer
  ---------------------------------------------*/
footer {
  font-size: 1.2rem;
  text-align: center;
}
footer .address {
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-top: 60px;
}
footer .address img {
width: 220px;
  display: inline-block;
  margin-bottom: 10px;
}
footer .btn.sns {
  align-items: center;
  justify-content: center;
  margin: 0 auto;
    padding-top: 35px;
  gap: 10px;
}
footer .btn.sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

footer .btn.sns a:first-child img {
    width: 29px;
    height: 24px;
}
footer .btn.sns a:nth-child(2) img {
width: 13px;
    height: 29px;
}
footer .btn.sns a:nth-child(3) img {
    width: 29px;
    height: 29px;
}
footer .btn.sns a:last-child img {
    width: 30px;
    height: 25px;
}

footer .copyright {
  padding: 60px 0 20px;
}
@media only screen and (max-width:640px) {
  footer .address {
    padding: 20px 1em 0;
  }
footer .address img {
width: 80%;
}
  footer .btn.sns {
    flex-direction: row;
        padding-top: 25px;
  }
footer .copyright {
  padding: 25px 0;
}
}
/*---------------------------------------------
	scroll
  ---------------------------------------------*/
.fixed {
  position: fixed;
right: 40px;
    bottom: 15px;
  z-index: 999;
  width: 110px;
  height: 110px;
  background-color: #00C8DC;
  border-radius: 50%;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
display: flex;
align-items: center;
justify-content: center;
}
.fixed a{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 50%;
width: 100%;
height: 100%;
}

.fixed a span{
font-size: 1.4rem;
text-align: center;
}

.fixed a.en span{
font-size: 1.2rem;
}

.fixed.btn a::before {
content: '';
display: inline-block;
background-image: url("../images/icon-map-w.svg");
background-repeat: no-repeat;
width: 22px;
height: 25px;
margin-bottom: 7px;
}

.fixed.btn a.en::before{
width: 16px;
height: 18px;
margin-bottom: 5px;
}

@media only screen and (min-width:641px) {
.fixed.btn a:hover::before {
background-image: url("../images/icon-map.svg");
}
}

@media only screen and (max-width:640px) {
  .fixed {
    right: 20px;
    bottom: 15px;
    width: 80px;
  height: 80px;
  }
    .fixed.en-btn {
       width: 95px;
  height: 95px;     
    }
.fixed a span{
 line-height: 1.3;   
    }
    
    .fixed.btn a::before {
content: none;
    }
}



.fadein {
      transform: translate3d(0, 40px, 0);
      opacity: 0;
      transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1),opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fadein.active {
      transform: translate3d(0, 0, 0);
      opacity: 1;
}

h1{
  color: transparent;
 background-clip: text;
  -webkit-background-clip: text;
  background-size: 300% 300%;
}

h1.fadein.active{
  background-image: linear-gradient(to top, #fff 30%, rgba(255, 255, 255, 0) 50%);
  background-position: center 0;
    transform: translate3d(0, 0, 0);
  -webkit-animation: toTop 1.5s ease-out 2.5s forwards;
          animation: toTop 1.5s ease-out 2.5s forwards;
filter:drop-shadow(1px 1px 10px #00FFFF);
}

@-webkit-keyframes toTop {
  100% {
    transform: translate(0, 0);
    background-position: center 100%;
  }
}
@keyframes toTop {
  100% {
    transform: translate(0, 0);
    background-position: center 100%;
  }
}

.col3.flex .fadein.active:nth-of-type(1) {
  transition-delay: 0s;
}
.col3.flex .fadein.active:nth-of-type(2) {
  transition-delay: 0.3s;
}
.col3.flex .fadein.active:nth-of-type(3) {
  transition-delay: 0.5s;
}

.forwards{
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.forwards.active{
  -webkit-animation: horizontalFade 1s cubic-bezier(.8, 0, .2, 1) forwards;
  animation: horizontalFade 1s cubic-bezier(.8, 0, .2, 1) forwards;
}

@keyframes horizontalFade {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}


.loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin: 0;
  padding: 0;
  background: #fdfdfd;
}

.loading-cont{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-cont img{
width: 300px;
}

.loading.hide {
  opacity: 0;
  pointer-events: none;
    -webkit-transition: all 0.8s cubic-bezier(0.165,0.84,0.44,1) 1.4s;
    transition: all 1s cubic-bezier(0.165,0.84,0.44,1) 1.4s;
}