@charset "UTF-8";
/*リセット
--------------------------------------------*/
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, strong, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
.acumin_b {
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 800;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
body {
  font-family: acumin-variable, "Hiragino Sans", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.8;
  font-size: 14px;
  color: #000;
  font-weight: normal;
  opacity: 0;
  height: -webkit-fill-available; /* ios fix */
}

body.on {
  opacity: 1;
  transition: 1s ease;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.block {
  opacity: 0;
  filter: blur(10px);
  transform: scale(0.99);
  transition: all 2s;
}

.block.active {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1);
}

.fvimg2 {
  opacity: 0;
  -webkit-animation: 1.5s jiwatAnime 2s forwards;
          animation: 1.5s jiwatAnime 2s forwards;
}

@-webkit-keyframes jiwatAnime {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1);
  }
}
#wrapper {
  width: 100%;
  overflow: hidden;
}

header {
  margin: 50px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  header {
    margin: 100px 0 0;
  }
}
header h1 {
  font-size: 20px;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  /* mobile viewport bug fix */
  min-height: 100vh;
  min-height: -webkit-fill-available; /* ios fix*/
}

.background div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  opacity: 0;
  transition: 1s;
}

.background div::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  background: inherit;
  filter: blur(4px);
  z-index: 0;
}

.background div.current {
  opacity: 1;
}

.background div:nth-of-type(1) {
  background-image: url(../img/bg_1@2x.jpg);
}

.background div:nth-of-type(2) {
  background-image: url(../img/bg_2@2x.jpg);
}

@media screen and (min-width: 768px) {
  .scene_group {
    padding: 160px 0;
  }
}

@media screen and (min-width: 768px) {
  #first, #second {
    max-width: 900px;
    margin: 0 auto;
  }
}

.section {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.section .pl_btn {
  width: 12px;
  font-size: 10px;
  margin-top: -30px;
  position: absolute;
  z-index: 10;
  margin-left: 10px;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .section .pl_btn {
    width: 24px;
    margin-top: -40px;
    margin-left: 15px;
  }
}

.w41 {
  width: 41%;
  margin-left: 18.2%;
  margin-bottom: 100px;
}

.w42 {
  width: 42%;
  margin-right: 0;
}

.w43 {
  width: 43%;
  margin-left: 45.3%;
}
@media screen and (min-width: 768px) {
  .w43 {
    margin-right: 0;
  }
}

.w45 {
  width: 45.8%;
  margin-left: 18.9%;
}

.w52 {
  width: 52%;
  margin-left: 0;
}

.w56 {
  width: 56%;
  margin-right: 5%;
  z-index: 10;
}

.w59 {
  width: 59%;
  margin-left: 5%;
}

.w71 {
  width: 71%;
  margin: 0 auto;
}

.w85 {
  width: 85%;
  margin-left: 0;
}

.w90 {
  width: 90%;
  margin: 0 auto;
}

.mt-8 {
  margin-top: -8%;
}

.mt-11 {
  margin-top: -11%;
}

.mt_40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: -48%;
}

.mb_13 {
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .mb_13 {
    margin-bottom: 33px;
  }
}

.mb_20 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .mb_20 {
    margin-bottom: 30px;
  }
}

.mb_61 {
  margin-bottom: 61px;
}

.mb_86 {
  margin-bottom: 86px;
}

.mb_117 {
  margin-bottom: 117px;
}

.mb_100 {
  margin-bottom: 100px;
}

#footer {
  text-align: center;
  background-color: #eeeeee;
  letter-spacing: 0.1em;
  padding-top: 65px;
}
#footer .box_prof {
  width: 75%;
  margin: 0 auto;
  font-family: "itc-american-typewriter";
  font-weight: 300;
  font-style: normal;
}
#footer .box_prof h3 {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
#footer .box_prof .prof_img {
  width: 45%;
  margin: 0 auto;
}
#footer .box_prof .desc {
  margin-top: 20px;
  margin-bottom: 75px;
}
#footer .box_prof .desc .name {
  font-size: 14px !important;
}
#footer .box_prof .desc .en {
  font-size: 12px;
  font-weight: 400;
}
#footer .box_prof .desc .sns {
  -webkit-text-decoration: #000 underline;
          text-decoration: #000 underline;
}
#footer .box_staff {
  padding-bottom: 70px;
  font-weight: 600;
  margin: 0 auto;
}
#footer .box_staff .f15 {
  font-size: 15px;
}
#footer .box_staff .f13 {
  font-size: 13px;
}
#footer .box_staff .flexbox {
  display: flex;
  justify-content: center;
}
#footer .box_staff .flexbox .flex_l {
  padding-right: 7px;
  text-align: end;
  width: 40%;
}
#footer .box_staff .flexbox .flex_r {
  padding-left: 7px;
  text-align: start;
  width: 41%;
}
#footer .insta {
  width: 6%;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  #footer .insta {
    width: 2%;
    margin: 20px auto;
  }
}
#footer .jp {
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  padding-bottom: 27px;
  padding-top: 23px;
}
#footer .jp .name {
  font-size: 13px;
}
#footer .f_ac {
  font-family: acumin-variable, "Hiragino Sans", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.8;
  font-size: 12px;
  font-weight: 400;
}
#footer .logo {
  width: 22%;
  margin: 0 auto;
  padding-bottom: 23px;
}
@media screen and (min-width: 768px) {
  #footer .box_prof, #footer .box_staff, #footer .box_info {
    max-width: 650px;
  }
  #footer .desc, #footer .box_info {
    width: 65%;
    margin: 0 auto;
  }
  #footer .logo {
    width: 9%;
  }
}

.modal-wrap {
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 101;
}
.modal-wrap > div {
  display: block;
  width: 100%;
  background: #fff;
  margin-bottom: 100vh;
}
.modal-wrap .modal-content {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 60px 20px;
  background: #eee;
}
@media screen and (min-width: 768px) {
  .modal-wrap .modal-content {
    max-width: 100%;
  }
}
.modal-wrap .modal-content .modal-img {
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal-wrap .modal-content .modal-img {
    width: 45%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .modal-wrap .modal-content ul {
    width: 45%;
    margin: 0 auto;
  }
}
.modal-wrap .btn-open-modal::after {
  display: none;
}

.modal-wrap {
  z-index: 101;
}
.modal-wrap .close {
  cursor: pointer;
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 101;
  width: 57px;
  height: 39px;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .modal-wrap .close {
    width: 38px;
    height: 26px;
    left: 15px;
    top: 15px;
  }
}
.modal-wrap .close span {
  width: 100%;
  height: 1px;
  background: rgb(100, 100, 100);
  display: block;
  opacity: 0.6;
}
.modal-wrap .close span:first-child {
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
}
.modal-wrap .close span:last-child {
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 50%;
}

.opacity01 {
  opacity: 1 !important;
}

.logo_small {
  opacity: 0;
  transform: translateY(50px);
}

.logo_small.translate {
  opacity: 1 !important;
  transform: translateY(0);
  transition: all 2s;
}

h1.translate01 {
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
  transition: all 1s 1s;
}

h3.translate02 {
  opacity: 1 !important;
  transform: translate(-90%, -95%) !important;
  transition: all 1s 1.6s;
}

.rotate {
  opacity: 0;
  transform: translate3d(0%, -35%, 0) rotate3d(1, 1, 0, -30deg);
  transition: transform 1.4s;
}

.rotate.in {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(1, 1, 0, 0deg);
}

.filter {
  filter: blur(10px) brightness(2) saturate(1);
  -webkit-filter: blur(10px) brightness(2) saturate(1);
  -moz-filter: blur(10px) brightness(2) saturate(1);
  transition: filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
}

.filter.off {
  filter: blur(0) brightness(1) saturate(1);
  -webkit-filter: blur(0) brightness(1) saturate(1);
  -moz-filter: blur(0) brightness(1) saturate(1);
}

.scale {
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: all 2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .spNone {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  div[class*=group] {
    margin-bottom: 85px;
  }
  div[class*=group]:first-child {
    padding-top: 0px !important;
  }
  div[class*=group]:last-child {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  div[class*=group]:first-child {
    padding-top: 160px !important;
  }
}
/*テキストアニメーション
_______________________________________*/
/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fuwatAnimeFromTop {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnimeFromTop;
  animation-name: fuwatAnimeFromTop;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnimeFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnimeFromTop {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.blink {
  animation: blink 2s ease 0s infinite normal;
  -webkit-animation: blink 2s ease 0s infinite normal;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes shrink {
  0% {
    transform: traslateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes shrink {
  0% {
    transform: traslateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    transform: scale(1.4) rotate(12deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@keyframes rotate {
  0% {
    opacity: 0;
    transform: scale(1.4) rotate(12deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
/*.position {
  opacity: 0;
  -webkit-animation: position 2s ease-in-out 0s 1 forwards;
      animation: position 2s ease-in-out 0s 1 forwards;
}*/
@-webkit-keyframes position {
  0% {
    opacity: 0.4;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(8px);
  }
}
@keyframes position {
  0% {
    opacity: 0.4;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(8px);
  }
}
@-webkit-keyframes position_01 {
  0% {
    opacity: 0;
    transform: translate(-50%, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
}
@keyframes position_01 {
  0% {
    opacity: 0;
    transform: translate(-50%, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
}
@-webkit-keyframes bg_size {
  0% {
    border: none;
  }
  100% {
    border: 1px solid;
  }
}
@keyframes bg_size {
  0% {
    border: none;
  }
  100% {
    border: 1px solid;
  }
}
@-webkit-keyframes cover_R {
  100% {
    transform: translateX(100%);
  }
}
@keyframes cover_R {
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes cover_L {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes cover_L {
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes arrow_anime {
  0% {
    opacity: 0;
    transform: translate(-50%, -10px) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 50px) rotate(180deg);
  }
}
@keyframes arrow_anime {
  0% {
    opacity: 0;
    transform: translate(-50%, -10px) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 50px) rotate(180deg);
  }
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* loading
--------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
  z-index: 99999;
}

#loader-bg #loading {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  #loader-bg #loading div {
    width: 20%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #loader-bg #loading div {
    width: 40%;
    margin: auto;
  }
}/*# sourceMappingURL=style.css.map */