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

/* - top.css - */
.fv {
  position: relative;
  display: block;
  overflow: hidden;
}
.fv__box {
  position: relative;
  display: block;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width:1200px){
  .fv__box {
    padding-top: clamp(10px,3%,45px);
    border-left: 10px solid #000;
    border-right: 10px solid #000;
  }
}
.fv__catch {
  display: block;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%,-42%,0) scale(1);
  -ms-transform: translate3d(-50%,-42%,0) scale(1);
  -o-transform: translate3d(-50%,-42%,0) scale(1);
  transform: translate3d(-50%,-42%,0) scale(1);
  margin: 0 auto;
  padding: 0;
  opacity: 1;
  width: calc(547 / 750 * 100%);
}
.fv__catch span {
  display: block;
  z-index: 5;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin: 0 auto;
  opacity: 1;
  width: 100%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.fv__catch.animhide span {
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
}
@media screen and (min-width:750px){
.fv__catch {
    width: calc(560 / 1200 * 100%);
    max-width: 560px;
  }
}


.fv__mov video {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.fv__bg {
  display: none;
}

@media screen and (min-width:1200px){
  
.fv__bg {
  background: var(--c-bk);
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1;
  -webkit-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}
.fv__bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(img/webp/dot.webp) repeat top center;
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
}
  
}
.fv .fv__bgmov video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.aboutus--anim {
  position: relative;
  box-sizing: border-box;
  margin: -10em auto 0;
  z-index: 2;
  padding-top: 10em;
}
.aboutus {
  max-width: 1100px;
  margin: 0 auto 0;
  position: relative;
  -webkit-transform: translate3d(0,0,0) scale(1);
  -ms-transform: translate3d(0,0,0) scale(1);
  -o-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
  opacity: 1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.animhide .aboutus {
  position: relative;
  -webkit-transform: translate3d(0,20%,0) scale(0.3);
  -ms-transform: translate3d(0,20%,0) scale(0.3);
  -o-transform: translate3d(0,20%,0) scale(0.3);
  transform: translate3d(0,20%,0) scale(0.3);
  opacity: 0;
}






.topmenu {
  background: var(--c-or);
  box-sizing: border-box;
  margin: 8% auto;
  padding: 6% 0 8%;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
.topmenu__title {
  background: url(../shared/img/webp/bg_or_str.webp) repeat top center;
  -webkit-background-size: 1.3em auto;
  background-size: 1.3em auto;
  font-size: 1em;
  margin: 0 auto 2em;
}
.topmenu__title span {
  text-align: center;
  display: block;
  color: var(--c-wh);
  font-size: 7.3em;
  font-weight: bold;
  line-height: 1em;
}
.topmenu__box {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.topmenu__item {
  box-sizing: border-box;
  width: 100%;
}
.topmenu__item a {
  box-sizing: border-box;
  padding: 8% 6%;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.topmenu__itemtitle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: left;
}
.topmenu__item:nth-of-type(even) .topmenu__itemtitle {
  text-align: right;
}
.topmenu__itemtitleimg img {
  display: block;
}
.topmenu__itemtitletext {
  background-color: var(--c-bk);
  display: inline-block;
  color: var(--c-wh);
  font-weight: 400;
  font-size: 1.07em;
  box-sizing: border-box;
  padding: 0 1em;
}
.topmenu .topmenu__itemimg {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.topmenu__itembtn {
}
.topmenu__itembtntext {
  position: absolute;
  bottom: 16.66%;
  right: 2.66%;
  z-index: 4;
}
.topmenu__item:nth-of-type(even) .topmenu__itembtntext {
  left: 2.66%;
  right: auto;
}
.topmenu__itembtntext span {
  background: var(--c-yw);
  width: 5em;
  height: 5em;
  border-radius: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content:center;
  font-size: .92em;
  color: var(--c-gr);
  font-weight: bold;
  font-family: var(--f-eng);
  position: relative;
  z-index: 2;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.topmenu__itemdec {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate3d(0,0,0) scale(1);
  -ms-transform: translate3d(0,0,0) scale(1);
  -o-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
  opacity: 1;
}
.animhide .topmenu__itemdec{
  -webkit-transform: translate3d(0,40%,0) scale(0.8);
  -ms-transform: translate3d(0,40%,0) scale(0.8);
  -o-transform: translate3d(0,40%,0) scale(0.8);
  transform: translate3d(0,40%,0) scale(0.8);
  opacity: 0;
}

.topmenu__itemdec--hellow {
  bottom: 0%;
  left: 2.66%;
  width: calc(278 / 750 * 100%);
}
.topmenu__itemdec--wow {
  bottom: 22%;
  left: auto;
  right: 2.66%;
  width: calc(237 / 750 * 100%);
}

.topmenu__itemdec--check {
  bottom: auto;
  top: 0;
  left: auto;
  right: -2%;
  width: calc(272 / 750 * 100%);
}

.topmenu__itemdec--what {
  bottom: 20%;
  left: auto;
  right: 2.66%;
  width: calc(254 / 750 * 100%);
}


@media screen and (min-width:750px){
  .topmenu {
    padding: 40px 0 100px;
  }
  .topmenu__box {
    max-width: 1200px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .topmenu__item {
    width: 49.5%;
  }
  .topmenu__item:nth-of-type(even) {
    transform: translate3d(0,16%,0)
  }
  .topmenu__item a {
    padding: 60px 20px;
    box-sizing: border-box;
  }
  .topmenu__item:nth-of-type(even) .topmenu__itemtitle {
    text-align: left;
  }
  .topmenu__itemtitle {
    display: block;
  }
  .topmenu__itemtitleimg {
    line-height: 1em;
  }
  .topmenu__itemtitletext {
    font-size: 18px;
    -webkit-transform: translate3d(0,-.2em, 0);
    -ms-transform: translate3d(0,-.2em, 0);
    -o-transform: translate3d(0,-.2em, 0);
    transform: translate3d(0,-.2em ,0);
    position: relative;
  }
  .topmenu__itembtntext {
    right: 0;
    bottom: 80px;
  }
.topmenu__item:nth-of-type(even) .topmenu__itembtntext {
  right: 0;
  left: auto;
}
  
.topmenu__item a:hover .topmenu__itembtntext span {
  background: var(--c-gr);
  color: var(--c-yw);
}
  .topmenu__item a .topmenu__itembtntext:before {
    content: "";
    background-color: var(--c-wh);
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 5em;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  .topmenu__item a:hover .topmenu__itembtntext:before {
    content: "";
    background-color: var(--c-wh);
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 5em;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.4;
  }
  .topmenu__itemdec--hellow {
    bottom: 0%;
    left: 5px;
    max-width: 222px;
  }
  .topmenu__itemdec--wow {
    bottom: 42%;
    left: auto;
    right: -10px;
    max-width: 213px;
  }

  .topmenu__itemdec--check {
    bottom: auto;
    top: 10px;
    left: auto;
    right: -2%;
    max-width: 218px;
  }

  .topmenu__itemdec--what {
    bottom: 50px;
    left: 10px;
    right: auto;
    max-width: 203px;
  }
  
}


/*-----------------------------------*/
.topmedia {
  display: block;
  margin: 12% auto 4%;
}
.topmedia__title {
  box-sizing: border-box;
  display: block;
  padding: 28% 4% 0% 8%;
  position: relative;
  width: 100%;
}
.topmedia__titletext {
}
.topmedia__titleimg {
  position: absolute;
  top: 22%;
  right: 17%;
  z-index: 3;
  width: calc(190 / 750 * 100%);
}
.topmedia__titleimgbox {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.topmedia__titleimg--01 {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-animation-name: denpa;
  -moz-animation-name: denpa;
  -o-animation-name: denpa;
  animation-name: denpa;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.topmedia__titleimg--02 {
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-animation-name: denpa2;
  -moz-animation-name: denpa2;
  -o-animation-name: denpa2;
  animation-name: denpa2;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.topmedia__titleimg--03 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
    -webkit-animation-name: denpa3;
  -moz-animation-name: denpa3;
  -o-animation-name: denpa3;
  animation-name: denpa3;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

}
@keyframes denpa {
  0% {opacity: 0;}
  20% {opacity: 0;}
  22% {opacity: 1;}
  100% {opacity: 1;}
}
@keyframes denpa2 {
  0% {opacity: 0;}
  30% {opacity: 0;}
  32% {opacity: 1;}
  100% {opacity: 1;}
}
@keyframes denpa3 {
  0% {opacity: 0;}
  40% {opacity: 0;}
  42% {opacity: 1;}
  100% {opacity: 1;}
}

.topmedia .topmedia__titlebal {
  display: block;
  position: absolute;
  top: 0;
  left: 5%;
  width: calc(249 / 750 * 100%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate3d(0,0,0) scale(1);
  -ms-transform: translate3d(0,0,0) scale(1);
  -o-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
  opacity: 1;
}
.animhide.topmedia .topmedia__titlebal {
  -webkit-transform: translate3d(0,40%,0) scale(0.8);
  -ms-transform: translate3d(0,40%,0) scale(0.8);
  -o-transform: translate3d(0,40%,0) scale(0.8);
  transform: translate3d(0,40%,0) scale(0.8);
  opacity: 0;
}
.slider--top .slider--single .item {
  box-sizing: border-box;
  border: calc(8 / 24 * 1em) solid ;
}
.slider--top .slider--single .item a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(364 / 624 * 100%);
}
.slider--top .slider--single .item a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width:750px) {
  .topmedia {
    margin: 120px auto 20px;
  }
  .topmedia__title {
    margin: 0 auto;
    text-align: center;
    padding: 80px 10px 30px 10px;
    width: 500px;
  }
  .topmedia__titleimg {
    width: 119px;
    top: 0px;
    right: 90px;
  }
  .topmedia .topmedia__titlebal {
    width: 214px;
    top: -70px;
    left: -100px;
  }
.slider--top .slider--single .item {
  box-sizing: border-box;
  border: 8px solid ;
}
.slider--top .slider--single .item a {
  display: block;
  position: relative;
  width: 624px;
  height: 0;
  padding-bottom: 364px;
}
}

/* ----------------------------- */
.followme {
  overflow: hidden;
  padding: 5em 0 0;
  margin: 0 auto -1em;
  position: relative;
}
.followme__area {
  background: url(../shared/img/webp/bg_yw_dot.webp) repeat top center;
  -webkit-background-size: 3.07em auto;
  background-size: 3.07em auto;
  position: relative;
  padding-bottom: 5%;
  z-index: 1;
}
.followme__img--01 ,
.followme__img--02 ,
.followme__img--03 {
  display: none;
}
.followme__box {
  box-sizing: border-box;
  padding: 0% 6% 6%;
}
.followme__x {
  display: block;
  width: 100%;
  min-height: 40vh;
  max-height: 60vh;
  overflow-y: scroll;
  position: relative;
  z-index: 4;
}
.followme__title {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 0 36% 0% 10%;
  margin: 0 auto;
  -webkit-transform: translate3d(0,-1.2em,0);
  -ms-transform: translate3d(0,-1.2em,0);
  -o-transform: translate3d(0,-1.2em,0);
  transform: translate3d(0,-1.2em,0);
  z-index: 5;
}
.followme__img--00 {
  position: absolute;
  top: -3.0em;
  left: -10.2%;
  width: 20%;
  z-index: 1;
  margin-left: -2rem;
}
.followme__button {
  position: relative;
  z-index: 4;
  text-align: center;
  box-sizing: border-box;
  padding: 4% 0;
}
.followme__button a {
  display: block;
  background: #000000;
  color: #fff;
  font-size: 1.53em;
  font-weight: bold;
  box-sizing: border-box;
  padding: 4%;
}
.followme__button a span {
  font-size: .66em;
  font-weight: 400;
}
@media screen and (min-width:750px) {
  .followme__area {
padding-bottom: 30px;}
  .followme__box {
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    padding: 0 6%;
  }
  .followme__title {
    width: 210px;
    padding: 0;
    margin-left: 90px;
    -webkit-transform: translate3d(0,-20px,0);
    -ms-transform: translate3d(0,-20px,0);
    -o-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  .followme__img--00 {
    position: absolute;
    top: -20px;
    left: calc(50% - 510px);
    /* width: 100px; */
    z-index: 1;
  }
  .followme__x {
    margin: 0 auto;
    max-width: 800px;
  }
  .followme__button {
    padding: 40px 0;
    width: 360px;
    margin: 0 auto;
  }
  
.followme__img--01 {
  display: block;
  position: absolute;
  top: -80px;
  left: calc(50% + 310px);
  z-index: 1;
  }
.followme__img--02 {
  display: block;
  position: absolute;
  top: calc(50% + 60px);
  left: 10px;
  z-index: 1;
  }
.followme__img--03 {
  display: block;
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 1;
  }
  
  
  
}
