@charset "UTF-8";
/* CSS Document */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed,
iframe,
img,
object,
svg {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled,
button:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* base */
* {
  position: relative;
  z-index: 1;
}

body {
  color: #000;
  font-family: "Zen Kaku Gothic New", "Century Gothic", sans-serif;
  font-size: 1.1458333333vw;
  font-weight: 500;
  text-align: justify;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
body.loaded {
  overflow-y: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  body {
    font-size: 3.8461538462vw;
  }
}

p,
h2 {
  line-height: 1.8;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inner {
  width: 75vw;
  margin: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .inner {
    width: 84.6153846154vw;
  }
}

.clear {
  clear: both;
}

.nopc {
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .nopc {
    display: block;
  }
}

@media screen and (max-width: 780px) and (orientation: portrait) {
  .nosp {
    display: none;
  }
}
.f_regular {
  font-weight: 400;
}

.f_medium {
  font-weight: 500;
}

.f_bold {
  font-weight: 700;
}

.t_left {
  text-align: left;
}

.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.green {
  color: #00a273;
}

.txt_serif {
  font-family: "Zen Old Mincho", serif;
}

.txt_red {
  color: #ed1c23;
}

/* common */
header {
  background-color: RGBa(0, 0, 0, 0.9);
  width: 100%;
  height: 3.90625vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0.2604166667vw 0.5208333333vw RGBa(0, 0, 0, 0.16);
          box-shadow: 0 0.2604166667vw 0.5208333333vw RGBa(0, 0, 0, 0.16);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header {
    height: 12.8205128205vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0.641025641vw 1.2820512821vw RGBa(0, 0, 0, 0.16);
            box-shadow: 0 0.641025641vw 1.2820512821vw RGBa(0, 0, 0, 0.16);
  }
  header.open {
    background-color: #fff;
  }
}
header .inner {
  width: 75vw;
  height: 3.90625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .inner {
    width: 84.6153846154vw;
    height: 14.1025641026vw;
    padding: 0;
    z-index: 999;
  }
}
header h1 {
  width: 9.7916666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header h1 {
    width: 26.4102564103vw;
    position: absolute;
    top: 3.3333333333vw;
    left: 0;
  }
}
header .nav_mark {
  height: 0.1041666667vw;
  background-color: #ed1c23;
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .nav_mark {
    display: none;
  }
}
header nav {
  width: 30.3645833333vw;
  overflow: hidden;
}
header nav ul {
  width: 100%;
}
header nav ul li a {
  color: #fff;
  font-size: 0.8854166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.90625vw;
}
header #linkwrap {
  width: 31.5625vw;
}
header #linkwrap a {
  font-size: 0.8854166667vw;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7.8125vw;
  height: 3.90625vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#777777));
  background: linear-gradient(to bottom, #3c3c3c 0%, #777777 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header #linkwrap a::before {
  content: "";
  display: block;
  width: 100%;
  height: 3.90625vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#cececf), to(#fefefe));
  background: linear-gradient(to bottom, #cececf 0%, #fefefe 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header #linkwrap a:hover {
  color: #777;
  background-color: RGBa(0, 0, 0, 0);
}
header #linkwrap a:hover::before {
  opacity: 1;
}
header #hamburger {
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header nav {
    width: 100%;
    height: 0;
    z-index: 1000;
    background-color: RGBa(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    padding-left: 0;
  }
  header nav .flexbox {
    padding: 0 7.6923076923vw;
    width: 100%;
    height: calc(100vh - 14.1025641026vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header nav .flexbox li {
    font-size: 4.8717948718vw;
    text-align: justify;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 7.6923076923vw;
    padding-bottom: 1.2820512821vw;
    border-bottom: solid 0.3846153846vw #777777;
  }
  header nav .flexbox li a {
    color: #fff;
    font-size: 4.8717948718vw;
    font-weight: 700;
    display: block;
    width: 100%;
    height: 6.4102564103vw;
    padding-left: 6.6666666667vw;
  }
  header nav .flexbox li a::before {
    content: "";
    background-color: #dc0025;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  header nav.open {
    height: 100vh;
  }
  header #linkwrap {
    width: 100%;
    height: 12.4358974359vw;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    z-index: 1002;
  }
  header #linkwrap a {
    font-size: 2.6923076923vw;
    width: 24.7435897436vw;
    height: 12.4358974359vw;
  }
  header #hamburger,
  header #hamburger div {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1001;
    vertical-align: middle;
  }
  header #hamburger {
    width: 10.2564102564vw;
    height: 3.8461538462vw;
    display: inline-block;
    position: absolute;
    top: 4.6153846154vw;
    right: 0;
    z-index: 1001;
  }
  header #hamburger div {
    width: 100%;
    height: 0.7692307692vw;
    position: absolute;
    left: 0;
    background-color: #fff;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header #hamburger div:nth-of-type(1) {
    top: 0.5128205128vw;
    left: 0;
  }
  header #hamburger div:nth-of-type(2) {
    bottom: 0.5128205128vw;
    left: 0;
  }
  header #hamburger.active {
    top: 1.2820512821vw;
  }
  header #hamburger.active div:nth-of-type(1) {
    -webkit-transform: translateY(5.1282051282vw) rotate(-320deg);
    transform: translateY(5.1282051282vw) rotate(-320deg);
  }
  header #hamburger.active div:nth-of-type(2) {
    -webkit-transform: translateY(2.9487179487vw) rotate(320deg);
    transform: translateY(2.9487179487vw) rotate(320deg);
  }
  header.act #hamburger div {
    background-color: #251e1c;
  }
  header.act #hamburger.active div {
    background-color: #fff;
  }
  header.act li a img:first-child {
    display: block;
  }
  header.act li a img:nth-child(2) {
    display: none;
  }
}

footer {
  height: auto;
  padding-top: 1.875vw;
  padding-bottom: 3.3854166667vw;
  background-image: linear-gradient(45deg, rgb(0, 0, 0), rgb(81, 81, 81));
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer {
    height: auto;
    padding-top: 12.8205128205vw;
    padding-bottom: 1.2820512821vw;
  }
}
footer .f_logo {
  width: 6.25vw;
  margin-bottom: 1.1979166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .f_logo {
    width: 21.7948717949vw;
    margin-bottom: 3.8461538462vw;
  }
}
footer .snslink {
  margin-bottom: 11.1979166667vw;
}
footer .snslink a {
  display: inline-block;
  width: 2.34375vw;
  margin-right: 0.5208333333vw;
}
footer .snslink a img {
  width: 100%;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .snslink a {
    width: 7.6923076923vw;
    margin-right: 2.5641025641vw;
    margin-bottom: 23.0769230769vw;
  }
}
footer .footerlink {
  color: #fff;
  font-size: 1.0416666667vw;
  font-weight: 400;
  margin-bottom: 0.3645833333vw;
}
footer .footerlink::before {
  content: "｜ ";
}
footer .footerlink a::after {
  content: " ｜ ";
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .footerlink {
    font-size: 3.5897435897vw;
    margin-bottom: 15.3846153846vw;
  }
  footer .footerlink a {
    display: block;
    margin-bottom: 2.5641025641vw;
  }
  footer .footerlink a::before {
    content: "● ";
    margin-right: 0.5em;
  }
  footer .footerlink a::after {
    content: "";
  }
  footer .footerlink::before {
    content: "";
  }
}
footer small {
  color: #fff;
  font-size: 1.0416666667vw;
  font-weight: 400;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer small {
    font-size: 3.5897435897vw;
  }
}

main {
  overflow: hidden;
  width: 100%;
}
main.hidden {
  opacity: 0;
}

.totop {
  width: 1.8229166667vw;
  position: fixed;
  right: 3.6458333333vw;
  bottom: 3.125vw;
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .totop {
    width: 5.8974358974vw;
    right: 1.2820512821vw;
    bottom: 17.9487179487vw;
    z-index: 10;
  }
}
.totop img {
  width: 100%;
}

/* fv */
#fv {
  min-height: 48.9583333333vw;
  z-index: 2;
  overflow: hidden;
  background-image: url(../img/fv_bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
}
#fv::after {
  content: "";
  width: 100%;
  height: 200vh;
  display: block;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 10;
  opacity: 1;
}
#fv.animated::after {
  opacity: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv {
    height: auto;
    min-height: 200vh;
  }
}
#fv .imgwrap {
  width: 100%;
  height: 200vh;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
#fv .imgwrap img {
  position: absolute;
  top: -100vw;
  left: 0;
  width: 100%;
  -webkit-animation: fv_bg 80s linear infinite;
          animation: fv_bg 80s linear infinite;
}
#fv .imgwrap img:first-child {
  -webkit-animation-delay: -20s;
          animation-delay: -20s;
}
#fv .imgwrap img:nth-child(2) {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
#fv .imgwrap img:nth-child(3) {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}
#fv .imgwrap img:last-child {
  -webkit-animation-delay: 40s;
          animation-delay: 40s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .imgwrap img {
    top: -432.8205128205vw;
    -webkit-animation: fv_bg_sp 80s linear infinite;
            animation: fv_bg_sp 80s linear infinite;
  }
  #fv .imgwrap img:nth-child(2) {
    -webkit-animation-delay: 20s;
            animation-delay: 20s;
  }
  #fv .imgwrap img:nth-child(3) {
    -webkit-animation-delay: 40s;
            animation-delay: 40s;
  }
  #fv .imgwrap img:last-child {
    -webkit-animation-delay: 60s;
            animation-delay: 60s;
  }
}
@-webkit-keyframes fv_bg {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, calc(200vh + 100vw));
            transform: translate(0, calc(200vh + 100vw));
  }
  100% {
    -webkit-transform: translate(0, calc(200vh + 100vw));
            transform: translate(0, calc(200vh + 100vw));
  }
}
@keyframes fv_bg {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, calc(200vh + 100vw));
            transform: translate(0, calc(200vh + 100vw));
  }
  100% {
    -webkit-transform: translate(0, calc(200vh + 100vw));
            transform: translate(0, calc(200vh + 100vw));
  }
}
@-webkit-keyframes fv_bg_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, calc(200vh + 432.8205128205vw));
            transform: translate(0, calc(200vh + 432.8205128205vw));
  }
  100% {
    -webkit-transform: translate(0, calc(200vh + 432.8205128205vw));
            transform: translate(0, calc(200vh + 432.8205128205vw));
  }
}
@keyframes fv_bg_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, calc(200vh + 432.8205128205vw));
            transform: translate(0, calc(200vh + 432.8205128205vw));
  }
  100% {
    -webkit-transform: translate(0, calc(200vh + 432.8205128205vw));
            transform: translate(0, calc(200vh + 432.8205128205vw));
  }
}
#fv .overlay {
  background-image: linear-gradient(45deg, rgb(81, 81, 81), rgb(0, 0, 0));
  width: 100%;
  height: 200vh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
#fv .txtwrap {
  color: #fff;
  font-size: 2.0833333333vw;
  text-align: center;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .txtwrap {
    font-size: 5.1282051282vw;
  }
}
#fv .txtwrap img {
  width: 41.6145833333vw;
  margin: 4.0104166667vw auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .txtwrap img {
    width: 84.6153846154vw;
    margin: 8.3333333333vw auto;
  }
}
#fv .txtwrap2 {
  color: #fff;
  font-size: 2.0833333333vw;
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .txtwrap2 {
    font-size: 5.1282051282vw;
  }
}

/* content */
section {
  z-index: 0;
}
section > .head {
  color: #fff;
  font-size: 1.3541666667vw;
  font-weight: 500;
  position: absolute;
  top: 3.90625vw;
  left: 12.5vw;
  padding-top: 1.40625vw;
  padding-left: 1.5104166667vw;
  border-left: solid 0.15625vw #ed1c23;
  z-index: 101;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  section > .head {
    font-size: 3.8461538462vw;
    top: 12.8205128205vw;
    left: 6.4102564103vw;
    padding-top: 2.8205128205vw;
    padding-left: 4.1025641026vw;
    border-left: solid 0.641025641vw #ed1c23;
  }
}
section .marker {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6041666667vw;
  position: fixed;
  bottom: 2.6041666667vw;
  width: 100%;
  opacity: 0;
  z-index: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  section .marker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.8205128205vw;
    top: auto;
    bottom: 20.5128205128vw;
    left: 6.4102564103vw;
    right: auto;
    margin: auto;
  }
}
section .marker p {
  color: #ccc;
  font-size: 1.1458333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #777;
  width: 6.25vw;
  height: 1.5625vw;
  padding-bottom: 0.1041666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  section .marker p {
    font-size: 3.8461538462vw;
    width: 23.0769230769vw;
    height: 5.1282051282vw;
  }
}
section .marker p.act {
  color: #fff;
  background-color: #000;
}
section .marker p:hover {
  cursor: pointer;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  section .marker p {
    font-size: 2.8205128205vw;
    width: 15.3846153846vw;
    height: 3.8461538462vw;
  }
}
section.visible {
  z-index: 1;
}
section.visible > .head {
  position: fixed;
  opacity: 1;
}
section.visible > .marker {
  opacity: 1;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes assign_img {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}

@keyframes assign_img {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
#assignment {
  width: 100%;
  height: auto;
  background-color: #fff;
  opacity: 0;
}
#assignment.visible {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#assignment .snapwrap {
  width: 100%;
  height: 100vh;
}
#assignment .snapwrap.snapwrap_visible .assign_inner {
  opacity: 1;
}
#assignment .snapwrap.snapwrap_visible .assign_inner .bg {
  -webkit-animation: assign_img 24s infinite;
          animation: assign_img 24s infinite;
}
#assignment .snapwrap.snapwrap_visible .assign_inner .wh_wrap,
#assignment .snapwrap.snapwrap_visible .assign_inner .assignwrap,
#assignment .snapwrap.snapwrap_visible .assign_inner .solution {
  opacity: 1;
}
#assignment .snapwrap.snapwrap_visible .assign_inner .bgtxt1,
#assignment .snapwrap.snapwrap_visible .assign_inner .bgtxt2 {
  opacity: 1;
}
#assignment .snapwrap.snapwrap_visible .assign_inner .underline::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#assignment .assign_inner {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#assignment .bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
#assignment .bgtxt1 {
  width: 54.1666666667vw;
  position: absolute;
  top: 7.8125vw;
  left: 6.4583333333vw;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s 0.9s;
  transition: opacity 0.3s 0.9s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #assignment .bgtxt1 {
    width: 62.1794871795vw;
    top: 27.3076923077vw;
    left: 8.9743589744vw;
  }
}
#assignment .bgtxt2 {
  width: 31.71875vw;
  position: absolute;
  bottom: 4.6875vw;
  right: 6.4583333333vw;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s 1.2s;
  transition: opacity 0.3s 1.2s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #assignment .bgtxt2 {
    width: 59.1025641026vw;
    bottom: 19.7435897436vw;
    right: 7.1794871795vw;
  }
}
#assignment .wh_wrap {
  background-color: RGBa(255, 255, 255, 0.7);
  width: 75vw;
  height: 26.0416666667vw;
  position: absolute;
  top: 3.90625vw;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.6s;
  transition: opacity 0.3s 0.6s;
  overflow: hidden;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #assignment .wh_wrap {
    -webkit-box-shadow: 7.6923076923vw 7.6923076923vw 5.1282051282vw RGBa(0, 0, 0, 0.13);
            box-shadow: 7.6923076923vw 7.6923076923vw 5.1282051282vw RGBa(0, 0, 0, 0.13);
    width: calc(100% - 17.9487179487vw);
    height: calc(100vh - 76.9230769231vw);
    top: 25.641025641vw;
    bottom: 43.5897435897vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  #assignment .wh_wrap > * {
    -webkit-transform: scale(80%) !important;
            transform: scale(80%) !important;
  }
}
#assignment .wh_wrap .assignwrap {
  font-size: 1.5625vw;
  text-align: center;
  font-weight: 700;
  margin-top: 1.5625vw;
  margin-bottom: 2.0833333333vw;
  opacity: 0;
  -webkit-transition: opacity 0.3s 1.5s;
  transition: opacity 0.3s 1.5s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #assignment .wh_wrap .assignwrap {
    font-size: 3.8461538462vw;
    margin-bottom: 15.3846153846vw;
    width: 100%;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  #assignment .wh_wrap .assignwrap {
    line-height: 1.4;
    margin-bottom: 7.6923076923vw;
  }
}
#assignment .wh_wrap .assignwrap .txt_serif {
  font-size: 2.5vw;
  line-height: 1.4;
  margin-right: -0.5em;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #assignment .wh_wrap .assignwrap .txt_serif {
    font-size: 7.0512820513vw;
    width: 100%;
  }
}
#assignment .wh_wrap .solution {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.3s 1.5s;
  transition: opacity 0.3s 1.5s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #assignment .wh_wrap .solution {
    width: 100%;
  }
}
#assignment .wh_wrap .solution p:first-child {
  font-size: 1.5625vw;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #assignment .wh_wrap .solution p:first-child {
    font-size: 3.8461538462vw;
    margin-bottom: 3.8461538462vw;
  }
}
#assignment .wh_wrap .solution p:nth-child(2),
#assignment .wh_wrap .solution p:last-child {
  font-size: 1.7708333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #assignment .wh_wrap .solution p:nth-child(2),
  #assignment .wh_wrap .solution p:last-child {
    font-size: 4.358974359vw;
  }
}
#assignment .wh_wrap .solution .underline {
  display: inline-block;
  position: relative;
}
#assignment .wh_wrap .solution .underline::after {
  content: "";
  width: 100%;
  height: 0.15625vw;
  background-color: #ed1c23;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1) 1.6s;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1) 1.6s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #assignment .wh_wrap .solution .underline::after {
    height: 2px;
  }
}

#merit {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
#merit::before {
  content: "";
  background-image: url(../img/merit_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transform: scale(1.25, 1.25);
          transform: scale(1.25, 1.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#merit.visible::before {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 1s;
  transition: 1s;
}
#merit > .head {
  color: #000;
}
#merit .snapwrap {
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
#merit .snapwrap.snapwrap_visible {
  opacity: 1;
}
#merit .snapwrap.snapwrap_visible .wh_wrap {
  opacity: 1;
}
#merit .snapwrap.snapwrap_visible .wh_wrap .num,
#merit .snapwrap.snapwrap_visible .wh_wrap .inner {
  opacity: 1;
}
#merit .wh_wrap {
  background-color: #fff;
  -webkit-box-shadow: 3.125vw 3.125vw 2.0833333333vw RGBa(0, 0, 0, 0.13);
          box-shadow: 3.125vw 3.125vw 2.0833333333vw RGBa(0, 0, 0, 0.13);
  width: 75vw;
  height: 28.125vw;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.9s;
  transition: opacity 0.3s 0.9s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit .wh_wrap {
    -webkit-box-shadow: 7.6923076923vw 7.6923076923vw 5.1282051282vw RGBa(0, 0, 0, 0.13);
            box-shadow: 7.6923076923vw 7.6923076923vw 5.1282051282vw RGBa(0, 0, 0, 0.13);
    width: calc(100% - 17.9487179487vw);
    height: calc(100vh - 70.5128205128vw);
    top: 32.0512820513vw;
    bottom: 38.4615384615vw;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  #merit .wh_wrap {
    height: calc(100vh - 76.9230769231vw);
    top: 38.4615384615vw;
  }
  #merit .wh_wrap > * {
    -webkit-transform: scale(80%) !important;
            transform: scale(80%) !important;
  }
}
#merit .wh_wrap .num {
  font-size: 3.6458333333vw;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  left: 15.9895833333vw;
  top: -2.6041666667vw;
  opacity: 0;
  -webkit-transition: opacity 0.3s 1.2s;
  transition: opacity 0.3s 1.2s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit .wh_wrap .num {
    font-size: 8.9743589744vw;
    left: 3.7179487179vw;
    top: -7.4358974359vw;
  }
}
#merit .wh_wrap .inner {
  padding-left: 15.9895833333vw;
  opacity: 0;
  -webkit-transition: opacity 0.3s 1.2s;
  transition: opacity 0.3s 1.2s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit .wh_wrap .inner {
    padding: 0;
  }
}
#merit .wh_wrap .inner p {
  font-size: 1.7708333333vw;
  font-weight: 700;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit .wh_wrap .inner p {
    font-size: 3.8461538462vw;
    text-align: center;
  }
}
#merit .wh_wrap .inner .txt_serif {
  font-size: 2.1875vw;
  font-weight: 900;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit .wh_wrap .inner .txt_serif {
    font-size: 7.0512820513vw;
    line-height: 1.4;
    margin-bottom: 12.8205128205vw;
  }
}
#merit .wh_wrap .underline {
  display: inline-block;
  position: relative;
}
#merit .wh_wrap .underline::after {
  content: "";
  width: 100%;
  height: 0.15625vw;
  background-color: #ed1c23;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1) 1.6s;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1) 1.6s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit .wh_wrap .underline::after {
    height: 2px;
  }
}
#merit .snapwrap_visible .wh_wrap .underline::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#merit .merit3wrap {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#merit .merit3wrap .inner {
  width: 70.1041666667vw;
  padding-left: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit .merit3wrap .inner {
    width: 100%;
    padding-left: 4.7435897436vw;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  #merit .merit3wrap .inner > * {
    zoom: 70%;
  }
}
#merit .merit3wrap .inner > .txt_serif {
  padding-left: 13.59375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit .merit3wrap .inner > .txt_serif {
    padding-left: 0;
    margin-bottom: 5.1282051282vw;
  }
}
#merit .merit3wrap .inner .flexbox {
  width: 100%;
}
#merit .merit3wrap .inner .flexbox > div {
  width: 22.3958333333vw;
  height: 13.5416666667vw;
  padding: 1.3020833333vw 1.8229166667vw;
  background-color: #f8f8f8;
  opacity: 0;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: translateY(1.5625vw);
          transform: translateY(1.5625vw);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit .merit3wrap .inner .flexbox > div {
    width: 100%;
    height: 25.641025641vw;
    padding: 2.9487179487vw 3.8461538462vw;
    margin-bottom: 2.5641025641vw;
  }
}
#merit .merit3wrap .inner .flexbox > div .head {
  color: #fff;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 2.0833333333vw;
  text-align: center;
  background-color: #000;
  height: 2.0833333333vw;
  margin-bottom: 1.6666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit .merit3wrap .inner .flexbox > div .head {
    font-size: 3.8461538462vw;
    line-height: 5.1282051282vw;
    height: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
}
#merit .merit3wrap .inner .flexbox > div .txt_serif {
  font-size: 1.3541666667vw;
  text-align: center;
  width: 100%;
  height: 6.09375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit .merit3wrap .inner .flexbox > div .txt_serif {
    font-size: 3.8461538462vw;
    height: 12.8205128205vw;
  }
}
#merit .merit3wrap.snapwrap_visible {
  opacity: 1;
}
#merit .merit3wrap.snapwrap_visible .inner .flexbox > div {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) both;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) both;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  #merit .marker {
    top: 0;
    bottom: 0;
  }
}

#function {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#function.visible {
  opacity: 1;
}
#function .headwrap {
  height: 100vh;
}
#function .headwrap .headwrap_inner {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#function .headwrap .headwrap_inner .txt_serif {
  font-size: 3.6458333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #function .headwrap .headwrap_inner .txt_serif {
    font-size: 7.6923076923vw;
    margin-bottom: 2.5641025641vw;
  }
}
#function .headwrap .headwrap_inner::before {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  background-image: url(../img/function_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 0;
  opacity: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #function .headwrap .headwrap_inner::before {
    background-image: url(../img/function_bg_sp.webp);
  }
}
#function.visible .headwrap_inner {
  opacity: 1;
  z-index: 1;
}
#function.visible .headwrap_inner::before {
  opacity: 1;
}
#function.visible .headwrap_inner p.animated {
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

#function2 {
  background-color: #e2e2e2;
}
#function2 .mapwrap {
  height: 100vh;
  padding-top: 3.90625vw;
  overflow: auto;
  z-index: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #function2 .mapwrap {
    padding-top: 12.8205128205vw;
    padding-bottom: 12.8205128205vw;
  }
}
#function2 .mapwrap.snapwrap_visible {
  z-index: 5;
}
#function2 .mapwrap.snapwrap_visible .mapwrap_inner {
  opacity: 1;
  z-index: 2;
  -webkit-transition: all 0.6s 0.6s;
  transition: all 0.6s 0.6s;
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
  position: fixed;
}
#function2 .mapwrap .mapwrap_inner {
  width: 100%;
  height: 100vh;
  top: 3.90625vw;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -ms-filter: blur(0.3125vw);
  -webkit-filter: blur(0.3125vw);
          filter: blur(0.3125vw);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #function2 .mapwrap .mapwrap_inner {
    height: calc(100vh - 25.641025641vw);
    top: 12.8205128205vw;
  }
}
#function2 .mapwrap .mapwrap_inner .imgwrap {
  height: calc(100vh - 3.90625vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #function2 .mapwrap .mapwrap_inner .imgwrap {
    height: calc(100vh - 38.4615384615vw);
    width: 100%;
  }
}
#function2 .mapwrap .mapwrap_inner .imgwrap p {
  text-align: center;
  margin-bottom: 1.6666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #function2 .mapwrap .mapwrap_inner .imgwrap p {
    font-size: 3.8461538462vw;
    margin-bottom: 17.9487179487vw;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 12.8205128205vw);
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  #function2 .mapwrap .mapwrap_inner .imgwrap p {
    text-align: center;
    margin-bottom: 2.5641025641vw;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #function2 .mapwrap .mapwrap_inner .imgwrap .imgwrap_inner {
    width: 100%;
    overflow-x: auto;
  }
  #function2 .mapwrap .mapwrap_inner .imgwrap .imgwrap_inner::after {
    content: "";
    display: block;
    width: 38.4615384615vw;
    height: 38.4615384615vw;
    background-image: url(../img/icon_scroll.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10;
  }
  #function2 .mapwrap .mapwrap_inner .imgwrap .imgwrap_inner.touch::after, #function2 .mapwrap .mapwrap_inner .imgwrap .imgwrap_inner:hover::after {
    display: none;
  }
}
#function2 .mapwrap .mapwrap_inner .imgwrap .imgwrap_inner img {
  width: 62.5vw;
  display: block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #function2 .mapwrap .mapwrap_inner .imgwrap .imgwrap_inner img {
    width: auto;
    max-width: none;
    height: 100%;
  }
}

#achievements {
  width: 100%;
  height: auto;
  background-color: #fff;
  opacity: 0;
}
#achievements.visible {
  opacity: 1;
}
#achievements.visible .achievements_inner {
  position: fixed;
}
#achievements .marker p {
  width: 9.375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #achievements .marker p {
    width: 37.1794871795vw;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  #achievements .marker p {
    width: 28.2051282051vw;
  }
}
#achievements .snapwrap {
  width: 100%;
  height: 100vh;
}
#achievements .snapwrap.snapwrap_visible .achievements_inner {
  opacity: 1;
}
#achievements .snapwrap.snapwrap_visible .achievements_inner .bg {
  -webkit-animation: assign_img 24s infinite;
          animation: assign_img 24s infinite;
}
#achievements .snapwrap.snapwrap_visible .achievements_inner .wh_wrap,
#achievements .snapwrap.snapwrap_visible .achievements_inner p,
#achievements .snapwrap.snapwrap_visible .achievements_inner ul {
  opacity: 1;
}
#achievements .achievements_inner {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#achievements .bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
#achievements .wh_wrap {
  background-color: RGBa(255, 255, 255, 0.7);
  width: 75vw;
  height: 26.0416666667vw;
  position: absolute;
  top: 1.8229166667vw;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-left: 18.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.6s;
  transition: opacity 0.3s 0.6s;
  overflow: hidden;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #achievements .wh_wrap {
    -webkit-box-shadow: 7.6923076923vw 7.6923076923vw 5.1282051282vw RGBa(0, 0, 0, 0.13);
            box-shadow: 7.6923076923vw 7.6923076923vw 5.1282051282vw RGBa(0, 0, 0, 0.13);
    width: calc(100% - 17.9487179487vw);
    height: calc(100vh - 64.1025641026vw);
    top: 25.641025641vw;
    bottom: 38.4615384615vw;
    padding-left: 7.0512820513vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#achievements .wh_wrap p {
  opacity: 0;
  -webkit-transition: opacity 0.3s 1.2s;
  transition: opacity 0.3s 1.2s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #achievements .wh_wrap p {
    font-size: 4.358974359vw;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  #achievements .wh_wrap p {
    font-size: 3.5897435897vw;
  }
}
#achievements .wh_wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #achievements .wh_wrap .title {
    margin-bottom: 7.6923076923vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  #achievements .wh_wrap .title {
    margin-bottom: 1.2820512821vw;
  }
}
#achievements .wh_wrap .title .company {
  font-size: 1.25vw;
  text-align: center;
  line-height: 1.5625vw;
  border: solid 0.1041666667vw #000;
  width: 5.78125vw;
  height: 1.7708333333vw;
  display: inline-block;
  margin-right: 0.9895833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #achievements .wh_wrap .title .company {
    font-size: 3.0769230769vw;
    line-height: 3.8461538462vw;
    border-width: 0.2564102564vw;
    width: 14.2307692308vw;
    height: 4.358974359vw;
    margin-right: 3.2051282051vw;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  #achievements .wh_wrap .title .company {
    font-size: 2.8205128205vw;
    line-height: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
#achievements .wh_wrap .title .txt_serif {
  font-size: 2.1875vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #achievements .wh_wrap .title .txt_serif {
    font-size: 7.0512820513vw;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  #achievements .wh_wrap .title .txt_serif {
    font-size: 5.1282051282vw;
  }
}
#achievements .wh_wrap ul {
  margin-top: 1.7708333333vw;
  opacity: 0;
  -webkit-transition: opacity 0.3s 1.2s;
  transition: opacity 0.3s 1.2s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #achievements .wh_wrap ul {
    margin-top: 4.358974359vw;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  #achievements .wh_wrap ul {
    margin-top: 2.5641025641vw;
  }
}
#achievements .wh_wrap ul li {
  font-size: 1.5625vw;
  list-style: none;
  padding-left: 1.40625vw;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #achievements .wh_wrap ul li {
    font-size: 4.358974359vw;
    padding-left: 3.7179487179vw;
    padding-right: 6.4102564103vw;
    margin-bottom: 1.2820512821vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  #achievements .wh_wrap ul li {
    font-size: 3.5897435897vw;
    line-height: 1.4;
  }
  #achievements .wh_wrap ul li br {
    display: none;
  }
}
#achievements .wh_wrap ul li::before {
  content: "";
  display: block;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  background-color: #dc0025;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #achievements .wh_wrap ul li::before {
    width: 1.7948717949vw;
    height: 1.7948717949vw;
    bottom: auto;
    top: 2.0512820513vw;
  }
}

#support {
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
}
#support .bg {
  min-width: 100%;
  max-width: none;
  width: auto;
  min-height: 100vh;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #support .bg {
    width: 100%;
    height: 100%;
    min-height: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
#support.visible .bg {
  min-width: 50vw;
  width: 50vw;
  min-height: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #support.visible .bg {
    width: 100%;
    height: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
#support .en {
  color: #ececec;
  font-family: Helvetica, sans-serif;
  font-size: 12.96875vw;
  position: absolute;
  top: 26.09375vw;
  left: 0;
  z-index: 0;
  -ms-filter: blur(0.3125vw);
  -webkit-filter: blur(0.3125vw);
          filter: blur(0.3125vw);
  opacity: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #support .en {
    font-size: 27.9487179487vw;
    line-height: 1.2;
    top: auto;
    bottom: 12.8205128205vw;
    -ms-filter: blur(0.7692307692vw);
    -webkit-filter: blur(0.7692307692vw);
            filter: blur(0.7692307692vw);
  }
}
#support.visible .en.animated {
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
#support .txt {
  width: 54.1666666667vw;
  top: 34.375vw;
  left: 22.9166666667vw;
  -ms-filter: blur(0.3125vw);
  -webkit-filter: blur(0.3125vw);
          filter: blur(0.3125vw);
  opacity: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #support .txt {
    width: 66.6666666667vw;
    top: auto;
    right: 0;
    bottom: 48.2051282051vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
  }
}
#support.visible .txt.animated {
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

#contact {
  height: 100vh;
  background-color: #272727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact.visible .linkwrap a {
  opacity: 1;
}
#contact .linkwrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contact .linkwrap a {
  display: block;
  width: 36.4583333333vw;
  margin-bottom: 2.0833333333vw;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #contact .linkwrap a {
    width: 100%;
    margin-bottom: 7.6923076923vw;
  }
}
#contact .linkwrap a img {
  width: 100%;
}
#contact .linkwrap a img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 781px) {
  #contact .linkwrap a:hover img:last-child {
    opacity: 1;
  }
}

/* animation_delay */
.delay_1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}

.delay_2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}

.delay_3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.delay_4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

.delay_6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.delay_7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}

.delay_8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.delay_9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

.delay_10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.delay_12 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

.delay_15 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}

.delay_18 {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
  -webkit-transition-delay: 1.8s !important;
          transition-delay: 1.8s !important;
}

.delay_20 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
}

.delay_21 {
  -webkit-animation-delay: 2.1s !important;
          animation-delay: 2.1s !important;
  -webkit-transition-delay: 2.1s !important;
          transition-delay: 2.1s !important;
}

.delay_23 {
  -webkit-animation-delay: 2.3s !important;
          animation-delay: 2.3s !important;
  -webkit-transition-delay: 2.3s !important;
          transition-delay: 2.3s !important;
}

/* animation */
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(1.5625vw);
            transform: translateY(1.5625vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(1.5625vw);
            transform: translateY(1.5625vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeup {
  opacity: 0;
}

.fadeup.animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.fadein {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fadein.animated {
  opacity: 1;
}

.smooth {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.smooth.animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.slide-right-in {
  -webkit-transform: translate(-100vw, 0);
          transform: translate(-100vw, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.snapwrap_visible .slide-right-in.animated {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#loading {
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* v3 */
  /* round variation */
  /* double variation */
}
#loading .ouro {
  position: relative;
  display: inline-block;
  height: 2.3958333333vw;
  width: 2.3958333333vw;
  margin: 1em;
  border-radius: 50%;
  background: none repeat scroll 0 0 #222; /* ベースの色 - 可変 */
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.5208333333vw rgba(0, 0, 0, 0.1) inset, 0 0 1.3020833333vw rgba(0, 0, 255, 0.075);
          box-shadow: 0 0 0.5208333333vw rgba(0, 0, 0, 0.1) inset, 0 0 1.3020833333vw rgba(0, 0, 255, 0.075);
}
#loading .ouro:after {
  content: "";
  position: absolute;
  top: 0.46875vw;
  left: 0.46875vw;
  display: block;
  height: 1.4583333333vw;
  width: 1.4583333333vw;
  background: none repeat scroll 0 0 #000;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.5208333333vw rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5208333333vw rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
#loading .ouro > span {
  position: absolute;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
#loading .left {
  left: 0;
}
#loading .right {
  left: 50%;
}
#loading .anim {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 52.03125vw;
  background: none repeat scroll 0 0 #2d2d2d; /* Ouroborosの色 - 可変 */
  opacity: 0.8;
  -webkit-animation: ui-spinner-rotate-left 3s infinite;
  animation: ui-spinner-rotate-left 3s infinite;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
}
#loading .left .anim {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#loading .right .anim {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  left: -100%;
  -webkit-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0;
}
#loading .ouro3 .anim {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: linear;
}
#loading .ouro3 .right .anim {
  -webkit-animation-name: ui-spinner-rotate-right;
  -webkit-animation-delay: 0;
  -webkit-animation-delay: 1.5s;
  animation-name: ui-spinner-rotate-right;
  animation-delay: 0;
  animation-delay: 1.5s;
}
#loading .round .ouro:after {
  display: none;
}
#loading .double .ouro:after {
  height: 0.6770833333vw;
  width: 0.6770833333vw;
  left: 0.3645833333vw;
  top: 0.3645833333vw;
  border: 0.5208333333vw solid #ddd;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@-webkit-keyframes ui-spinner-rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ui-spinner-rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes ui-spinner-rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ui-spinner-rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}