@charset "UTF-8";
#contents {
  overflow: hidden;
}

/* ------------------------------------------------
 kv
------------------------------------------------ */
#kv .scene {
  min-height: min(100vh, 53em);
}
#kv .scene1 {
  text-align: center;
}
#kv .scene1 .title {
  line-height: 1;
}
#kv .scene1 .title .txt {
  display: block;
}
#kv .scene1 .title .l1 {
  font-size: 1.7em;
  letter-spacing: 0.3em;
}
#kv .scene1 .title .l2 {
  font-size: 4em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 0.25em;
}
#kv .scene1 .scrolldown {
  width: 5.4em;
  aspect-ratio: 108/164;
  position: fixed;
  left: 50%;
  bottom: 2em;
  transform: translateX(-50%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#kv .scene1 .scrolldown:before, #kv .scene1 .scrolldown::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
}
#kv .scene1 .scrolldown:before {
  background-image: url(../images/top/kv_scroll_txt.svg);
  width: 100%;
  aspect-ratio: 1/1;
  left: 0;
  top: 0;
  animation: scrolldown_c_anim 12s linear infinite;
}
#kv .scene1 .scrolldown::after {
  background-image: url(../images/top/kv_scroll_arrow.svg);
  width: 0.55em;
  aspect-ratio: 11/142;
  left: 50%;
  bottom: 0;
}
#kv .scene2 {
  text-align: center;
}
#kv .scene2 > .inner {
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}
#kv .scene2 .heading {
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.4;
  margin-top: -0.2em;
}
#kv .scene2 .txt {
  font-size: 1.1em;
  line-height: 1.9;
  letter-spacing: 0.15em;
  margin-top: 2.9545454545em;
}
#kv .scene3 > .inner {
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}
@media screen and (max-width: 767.9px) {
  #kv .scene1 .title .l1 {
    font-size: 1.3333333333em;
  }
  #kv .scene1 .title .l2 {
    font-size: 3.2em;
    line-height: 1.2;
    margin-top: 0.2083333333em;
  }
  #kv .scene1 .scrolldown {
    width: min(4.7333333333em, 18.9333333333vh);
    bottom: min(1.3333333333em, 5.3333333333vh);
  }
  #kv .scene1 .scrolldown::after {
    background-size: cover;
    width: min(0.4em, 1.6vh);
    aspect-ratio: 12/182;
  }
  #kv .scene2 > .inner {
    padding: 0;
  }
  #kv .scene2 .heading {
    font-size: 2em;
  }
  #kv .scene2 .txt {
    font-size: 0.9333333333em;
    margin-top: 2.5714285714em;
  }
  #kv .scene3 {
    align-content: center;
  }
  #kv .scene3 > .inner {
    padding-top: 6em;
    padding-bottom: 3.3333333333em;
  }
}

@keyframes scrolldown_c_anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ----------------------------
 menu fadin 
------------------------------*/
#kv_scene3 .sbody.js-anime-ready {
  opacity: 1;
}
#kv_scene3 .sbody.js-anime-ready li, #kv_scene3 .sbody.js-anime-ready + aside {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-timing-function: ease;
}
#kv_scene3 .sbody.js-anime-fadein-up {
  animation-name: none;
}
#kv_scene3 .sbody.js-anime-fadein-up li, #kv_scene3 .sbody.js-anime-fadein-up + aside {
  animation-name: fadein_up;
}
#kv_scene3 .sbody.js-anime-fadeout-down, #kv_scene3 .sbody.js-anime-fadeout-down + aside {
  animation-name: fadeout_down;
}
#kv_scene3 .sbody.js-anime-fadeout-down li, #kv_scene3 .sbody.js-anime-fadeout-down + aside li {
  opacity: 1;
}
#kv_scene3 .list {
  display: flex;
  justify-content: space-between;
}
#kv_scene3 .list li:nth-child(1) {
  animation-delay: 0.1s;
}
#kv_scene3 .list li:nth-child(2) {
  animation-delay: 0.2s;
}
#kv_scene3 .list li:nth-child(3) {
  animation-delay: 0.3s;
}
#kv_scene3 .list li:nth-child(4) {
  animation-delay: 0.4s;
}
#kv_scene3 .list li:nth-child(5) {
  animation-delay: 0.5s;
}
#kv_scene3 aside {
  animation-delay: 0.6s;
}

/* ------------------------------------------------
 section.kodawari
------------------------------------------------ */
.section.kodawari .scene_title {
  color: #fff;
  align-content: start;
  min-height: 100vh;
  z-index: 3;
}
.section.kodawari .scene_title > .inner {
  padding-top: min(6.5em, 12.2641509434vh);
  height: 100%;
}
.section.kodawari .scene_title .sbody {
  width: -moz-fit-content;
  width: fit-content;
}
.section.kodawari .scene_title.fixed {
  position: fixed;
  left: 0;
  top: 0;
}
.section.kodawari .scene_title .num {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1;
}
.section.kodawari .scene_title .num b {
  font-size: 1.5em;
}
.section.kodawari .scene_title .title {
  font-size: 3.7em;
  line-height: 1.25;
  letter-spacing: 0.15em;
  margin-top: 0.5405405405em;
}
.section.kodawari .scene_title.changed .shadow {
  position: relative;
}
.section.kodawari .scene_title.changed .shadow > * {
  position: relative;
}
.section.kodawari .scene_title.changed .shadow::before {
  content: "";
  background-color: #fff;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  opacity: 0.6;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transition: opacity 0.4s ease;
  transform: translateX(-50%) translateY(-50%);
  filter: blur(50px);
}
.section.kodawari .scene_txt {
  align-content: end;
  align-content: center;
  z-index: 2;
}
.section.kodawari .scene_txt > .inner {
  padding-top: 5em;
  padding-bottom: 5em;
}
.section.kodawari .scene_txt .sbody > .txt {
  pointer-events: initial;
  width: -moz-fit-content;
  width: fit-content;
}
.section.kodawari .scene_txt .sbody > .txt .kana {
  letter-spacing: 0.05em;
}
.section.kodawari .scene_txt .sbody .heading {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.4;
  margin-top: -0.2em;
}
.section.kodawari .scene_txt .sbody .summary {
  line-height: 1.9;
  letter-spacing: 0.15em;
  margin-top: 2.5em;
}
.section.kodawari .scene_index {
  z-index: 3;
  align-content: start;
}
.section.kodawari .scene_index > .inner {
  padding-top: 5em;
  padding-bottom: 5em;
}
.section.kodawari .scene_index .menu {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}
.section.kodawari .scene_index .menu li a {
  align-items: flex-end;
  gap: 0;
}
.section.kodawari .scene_index .menu li a .img {
  width: 16em;
  overflow: hidden;
}
.section.kodawari .scene_index .menu li a > .txt {
  font-size: 1.1em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-left: -2.2727272727em;
  margin-right: 0.2727272727em;
  margin-bottom: 0.9090909091em;
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
  white-space: nowrap;
}
.section.kodawari .scene_index .menu li a .icon {
  margin-bottom: 1em;
}
@media screen and (any-hover: hover) {
  .section.kodawari .scene_index .menu li a .img {
    position: relative;
  }
  .section.kodawari .scene_index .menu li a .img img {
    transition: transform 0.4s var(--easeOutCubic);
  }
  .section.kodawari .scene_index .menu li a:hover .img img {
    transform: scale(1.15);
  }
}
@media screen and (min-width: 768px) {
  .section.kodawari .scene_txt .shadow {
    position: relative;
  }
  .section.kodawari .scene_txt .shadow::before {
    content: "";
    background-color: #fff;
    width: calc(100% + 100px);
    height: calc(100% + 100px);
    opacity: 0.7;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    filter: blur(50px);
  }
  .section.kodawari .scene_txt .shadow > * {
    position: relative;
  }
  .section.kodawari .scene_index .menu a .txt::before {
    content: "";
    background-color: #fff;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    opacity: 0.7;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    filter: blur(20px);
  }
  .section.kodawari.odd .scene_title .sbody {
    margin-left: 2em;
  }
  .section.kodawari.odd .scene_txt .sbody,
  .section.kodawari.odd .scene_index .sbody {
    margin-left: 36.5em;
  }
  .section.kodawari.even .scene_title .sbody {
    text-align: right;
    margin-left: auto;
    margin-right: 2em;
  }
  .section.kodawari.even .scene_txt .sbody,
  .section.kodawari.even .scene_index .sbody {
    margin-left: 5em;
  }
}
@media screen and (max-width: 767.9px) {
  .section.kodawari .scene_title {
    min-height: 60vh;
  }
  .section.kodawari .scene_title > .inner {
    padding-top: 6.3333333333em;
  }
  .section.kodawari .scene_title .num {
    font-size: 1.2em;
  }
  .section.kodawari .scene_title .title {
    font-size: 2.8666666667em;
    letter-spacing: 0.1em;
    margin-top: 0.6279069767em;
  }
  .section.kodawari .scene_txt {
    align-content: start;
    min-height: 140vh;
  }
  .section.kodawari .scene_txt > .inner {
    padding-top: 27.3333333333em;
    padding-bottom: 3.3333333333em;
  }
  .section.kodawari .scene_txt .sbody .heading {
    font-size: 1.4em;
    line-height: 1.6;
    margin-right: -1em;
  }
  .section.kodawari .scene_txt .sbody .summary {
    font-size: 0.9333333333em;
    letter-spacing: 0.1em;
    margin-top: 1.6428571429em;
  }
  .section.kodawari .scene_txt .shadow::before {
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    filter: blur(30px);
  }
  .section.kodawari .scene_index {
    align-content: center;
    min-height: unset;
  }
  .section.kodawari .scene_index > .inner {
    padding-top: min(1.3333333333em, 2.6666666667vh);
    padding-bottom: min(6.6666666667em, 13.3333333333vh);
  }
  .section.kodawari .scene_index .menu {
    gap: 2em;
  }
  .section.kodawari .scene_index .menu li a .img {
    width: 10.6666666667em;
  }
  .section.kodawari .scene_index .menu li a > .txt {
    font-size: 1em;
    white-space: nowrap;
    margin-left: -1em;
    margin-right: 0.2em;
    margin-bottom: 0.9333333333em;
  }
  .section.kodawari .scene_index .menu li a .icon {
    margin-bottom: 0.3333333333em;
  }
}

/* ------------------------------------------------
 kodawari backstage
------------------------------------------------ */
.kodawari .backstage {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.kodawari .backstage .stage {
  width: 100%;
  max-height: 100vh !important;
  height: 100vh !important;
  position: absolute;
  left: 0;
  bottom: 0;
}
.kodawari .backstage .color {
  opacity: 0;
  z-index: 2;
}
.kodawari .backstage .color video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: screen;
  pointer-events: none;
}
.kodawari .backstage .lineart {
  overflow: hidden;
  z-index: 3;
}
.kodawari .backstage .lineart .img {
  width: 80em;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.kodawari .backstage .lineart .img path {
  stroke: #303030;
  stroke-width: 1px;
}
.kodawari .backstage.fixed {
  position: fixed;
}
@media screen and (max-width: 767.9px) {
  .kodawari .backstage .lineart .img {
    width: 100%;
    left: 0;
    transform: none;
  }
  .kodawari .backstage .lineart .img path {
    stroke-width: 2px;
  }
}

/* ------------------------------------------------
 kodawari1
------------------------------------------------ */
#kodawari1 .backstage .color,
#kodawari1 .shadow::before,
#kodawari1 .menu a .txt::before {
  background-color: #f7ebdb;
}
@media screen and (min-width: 1600.1px) {
  #kodawari1 .lineart .img {
    top: -6em;
  }
}
@media screen and (min-width: 768px) and (max-height: 799.9px) {
  #kodawari1 .lineart .img {
    top: -6em;
  }
}
@media screen and (max-width: 767.9px) {
  #kodawari1 .backstage .lineart .img {
    top: 15.6em;
  }
}

/* ------------------------------------------------
 kodawari2
------------------------------------------------ */
#kodawari2 .backstage .color,
#kodawari2 .shadow::before,
#kodawari2 .menu a .txt::before {
  background-color: #e5efdc;
}
@media screen and (min-width: 768px) {
  #kodawari2 .lineart .img {
    top: min(18.4em, 34.7169811321vh);
  }
}
@media screen and (max-width: 767.9px) {
  #kodawari2 .backstage .lineart .img {
    top: 18.5em;
  }
}

/* ------------------------------------------------
 kodawari3
------------------------------------------------ */
#kodawari3 .backstage .color,
#kodawari3 .shadow::before,
#kodawari3 .menu a .txt::before {
  background-color: #e4f3fe;
}
@media screen and (min-width: 768px) {
  #kodawari3 .lineart .img {
    top: min(11.5em, 21.6981132075vh);
  }
}
@media screen and (min-width: 1600.1px) {
  #kodawari3 .lineart .img {
    top: 6em;
  }
}
@media screen and (max-width: 767.9px) {
  #kodawari3 .scene_txt > .inner {
    padding-top: 28em;
  }
  #kodawari3 .lineart .img {
    top: 17.3333333333em;
  }
}

/* ------------------------------------------------
 kodawari4
------------------------------------------------ */
#kodawari4 .backstage .color,
#kodawari4 .shadow::before,
#kodawari4 .menu a .txt::before {
  background-color: #edeefe;
}
@media screen and (min-width: 768px) {
  #kodawari4 .scene_txt .sbody .heading {
    letter-spacing: 0.15em;
  }
  #kodawari4 .scene_txt .sbody .heading .kana {
    letter-spacing: 0;
  }
  #kodawari4 .scene_index {
    align-content: center;
  }
}
@media screen and (min-width: 1600.1px) {
  #kodawari4 .lineart .img {
    top: -6em;
  }
}
@media screen and (min-width: 768px) and (max-height: 799.9px) {
  #kodawari4 .lineart .img {
    top: -6em;
  }
}
@media screen and (max-width: 767.9px) {
  #kodawari4 .lineart .img {
    top: 9.6666666667em;
  }
}

/* ------------------------------------------------
 kodawari5
------------------------------------------------ */
#kodawari5 .backstage .color,
#kodawari5 .shadow::before,
#kodawari5 .menu a .txt::before {
  background-color: #f6eaea;
}
#kodawari5 .scene_index .menu {
  flex-direction: row;
  justify-content: flex-end;
  -moz-column-gap: 3.5em;
       column-gap: 3.5em;
}
#kodawari5 .scene_index .menu li a {
  width: 17.5em;
  display: block;
}
#kodawari5 .scene_index .menu li .heading {
  font-size: 1.1em;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-right: -1em;
}
#kodawari5 .scene_index .menu li .img {
  margin-top: 1.3em;
  width: 100%;
}
#kodawari5 .scene_index .menu li .summary, #kodawari5 .scene_index .menu li .detail {
  font-size: 0.8em;
}
#kodawari5 .scene_index .menu li .summary {
  line-height: 1.6;
  margin-top: 1.25em;
}
#kodawari5 .scene_index .menu li .detail {
  margin-top: 1em;
}
#kodawari5 .scene_index .menu li .contact {
  margin-top: 0.3em;
  display: flex;
  align-items: flex-end;
  gap: 0.2em;
}
#kodawari5 .scene_index .menu li .contact .tel {
  font-size: 1.4em;
  line-height: 1;
  letter-spacing: normal;
  display: flex;
  align-items: flex-end;
  gap: 0.2857142857em;
}
#kodawari5 .scene_index .menu li .contact .tel::before {
  content: "";
  background: url(../images/common/freedial.svg) no-repeat;
  background-size: contain;
  width: 1.1428571429em;
  aspect-ratio: 32/22;
  display: block;
}
#kodawari5 .scene_index .menu li .contact .time {
  font-size: 0.6em;
  padding-bottom: 0.1em;
}
#kodawari5 .scene_index .menu li .link {
  margin-top: 1em;
  display: flex;
  align-items: center;
  gap: 0.4em;
}
#kodawari5 .scene_index .menu li .link .txt {
  font-size: 0.9em;
  line-height: 1.4;
}
#kodawari5 .scene_index .menu li .link .icon {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #kodawari5 .scene_index > .inner {
    padding-top: 7.5em;
  }
  #kodawari5 .scene_index .sbody {
    margin-left: auto;
  }
  #kodawari5 .scene_index .menu {
    width: auto;
  }
  #kodawari5 .scene_index .menu li {
    position: relative;
  }
  #kodawari5 .scene_index .menu li::before {
    content: "";
    background-color: #f6eaea;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    opacity: 0.7;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    filter: blur(30px);
  }
  #kodawari5 .lineart .img {
    top: min(14em, 26.4150943396vh);
  }
}
@media screen and (min-width: 1600.1px) {
  #kodawari5 .lineart .img {
    top: 9em;
  }
}
@media screen and (min-width: 768px) and (max-height: 799.9px) {
  #kodawari5 .lineart .img {
    top: 9em;
  }
}
@media screen and (max-width: 767.9px) {
  #kodawari5 .scene_index .menu {
    flex-direction: column;
    row-gap: 3.3333333333em;
  }
  #kodawari5 .scene_index .menu li a {
    width: 19.6666666667em;
    display: block;
  }
  #kodawari5 .scene_index .menu li .heading {
    font-size: 1.1333333333em;
    font-weight: 500;
  }
  #kodawari5 .scene_index .menu li .img {
    margin-top: 1em;
    width: 100%;
  }
  #kodawari5 .scene_index .menu li .summary, #kodawari5 .scene_index .menu li .detail {
    font-size: 0.9333333333em;
  }
  #kodawari5 .scene_index .menu li .summary {
    line-height: 1.6;
    margin-top: 0.8571428571em;
  }
  #kodawari5 .scene_index .menu li .detail {
    margin-top: 0.7142857143em;
  }
  #kodawari5 .scene_index .menu li .contact .tel {
    font-size: 1.5333333333em;
  }
  #kodawari5 .scene_index .menu li .contact .tel::before {
    width: 1.0869565217em;
  }
  #kodawari5 .scene_index .menu li .contact .time {
    font-size: 0.6666666667em;
  }
  #kodawari5 .scene_index .menu li .link {
    margin-top: 0.6666666667em;
    display: flex;
    align-items: center;
    gap: 0.2666666667em;
  }
  #kodawari5 .scene_index .menu li .link .txt {
    font-size: 1em;
    line-height: 1.4;
  }
  #kodawari5 .scene_index .menu li .link .icon {
    margin-bottom: 0;
  }
  #kodawari5 .lineart .img {
    top: 19em;
  }
}

/* ------------------------------------------------
 common
------------------------------------------------ */
/* ------------------------------------------------
 font-size
------------------------------------------------ */
@media screen and (min-width: 768px) {
  body .section,
  body .scene {
    font-size: min(1.5384615385vw, 20px);
  }
  body .section.pc_wide,
  body .scene.pc_wide {
    font-size: min(1.4492753623vw, 20px);
  }
}
@media screen and (min-width: 1600.1px) {
  body .section,
  body .scene {
    font-size: 1.25vw !important;
  }
}

/* ------------------------------------------------
 section
------------------------------------------------ */
.section {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .section > .inner {
    width: 20.3333333333em;
  }
}

/* ------------------------------------------------
 scene
------------------------------------------------ */
.scene {
  scroll-snap-align: start;
  align-content: center;
  position: relative;
  pointer-events: none;
}
.scene h1, .scene h2, .scene h3, .scene p, .scene a {
  pointer-events: initial;
}
.scene > .inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .scene > .inner {
    padding-left: min(1em, 1.25%);
    padding-right: min(1em, 1.25%);
    width: min(65em, 100%);
  }
  .scene.pc_wide > .inner {
    width: min(69em, 100%);
  }
}
@media screen and (max-width: 767.9px) {
  .scene {
    min-height: 100vh;
  }
  .scene > .inner {
    width: 20.3333333333em;
  }
  .scene.sp_wide > .inner {
    width: 100%;
  }
}

/* ----------------------------
backstage_kv 背景画像
------------------------------*/
#backstage_kv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
}
#backstage_kv.hide {
  display: none;
}
#backstage_kv .kv {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#backstage_kv .kv:first-child {
  opacity: 1;
}
#backstage_kv .kv.fixed {
  opacity: 1;
}
#backstage_kv .kv img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------------------------------------------
 history
------------------------------------------------ */
#history {
  background-color: #fff;
}
#history .scene > .inner {
  padding-top: 7.3em;
  padding-bottom: 12em;
}
#history .sheader {
  height: 7.5em;
  position: relative;
  z-index: 1;
}
#history .sheader .title {
  overflow: hidden;
  position: relative;
  width: 100%;
  width: 100dvw;
  height: inherit;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#history .sheader .title .txt {
  background: url(../images/top/history_txt_en.png) no-repeat;
  background-size: contain;
  width: 101em;
  height: 7.5em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#history .sheader .title .txt:nth-child(1) {
  animation-name: first;
}
#history .sheader .title .txt:nth-child(2) {
  animation-name: second;
}
#history .sbody {
  width: 100%;
}
#history .sbody > .txt {
  margin-top: 5.5em;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
#history .sbody > .txt .heading {
  font-size: 2.2em;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-indent: -0.1em;
}
#history .sbody > .txt .heading .kana {
  letter-spacing: 0.1em;
}
#history .sbody > .txt .summary {
  line-height: 2;
  margin-top: 1.1em;
}
#history .sbody > .txt .link {
  margin-top: 3.2em;
}
#history .sbody .img {
  width: 50em;
  position: absolute;
  right: calc(50% - 10em);
  top: calc(50% - 14em);
}
@media screen and (max-width: 767.9px) {
  #history .scene {
    align-content: start;
  }
  #history .scene > .inner {
    padding-top: 5.3333333333em;
    padding-bottom: 4.3333333333em;
  }
  #history .sheader {
    height: 7.7333333333em;
    position: relative;
    z-index: 1;
  }
  #history .sheader .title .txt {
    background-image: url(../images/top/history_txt_en-sp.png);
    width: 26.1333333333em;
    height: 7.7333333333em;
    animation-duration: 16s;
  }
  #history .sbody > .txt {
    margin-top: 17.3333333333em;
    margin-left: 0;
  }
  #history .sbody > .txt .heading {
    font-size: 1.5333333333em;
    line-height: 1.5;
  }
  #history .sbody > .txt .summary {
    font-size: 0.9333333333em;
  }
  #history .sbody > .txt .link {
    margin-top: 2em;
  }
  #history .sbody .img {
    width: 23.3333333333em;
    left: 0;
    r: unset;
    top: 10.8em;
  }
}

@keyframes first {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes second {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
/* ------------------------------------------------
 slide-in スクロール連動エフェクト
------------------------------------------------ */
@media screen and (max-width: 767.9px) {
  @keyframes fadein_up {
    0% {
      opacity: 0;
      transform: translateY(2.5em);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeout_down {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(2.5em);
    }
  }
}