@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;
}

body {
  overflow-x: hidden;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", sans-serif;
  -webkit-text-size-adjust: 100%;
}

section {
  position: relative;
}

canvas {
  pointer-events: none;
}

.wrapper {
  width: 1024px;
  position: relative;
  margin: auto;
}

.disp-none {
  display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

main {
  display: block;
}

a {
  cursor: pointer;
  outline: none;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
  display: inline-block;
}

.fancybox-slide--iframe .fancybox-content {
    margin-top: 5vw;
  }

.fancybox-close-small {
  display: none !important;
}

.close-btn:after {
    display: block;
    background: url(../../resources/img/common/modal_close_7fd186f2ecc4e764f54818d38416582d.png) center top no-repeat;
    background-size: contain;
    width: 5vw;
    height: 5vw;
    content: "";
    position: absolute;
    right: 0;
    min-width: auto;
    top: -5vw;
    pointer-events: none;
  }

.shadow,
.frame,
.black,
.star {
  position: absolute;
  top: 0;
  left: 0;
}

.black,
.star {
  pointer-events: none;
}

.star {
  z-index: 25;
}

.black {
  z-index: 20;
}

.frame {
  z-index: 15;
}

.shadow {
  z-index: 5;
}

.visual {
  position: relative;
  z-index: 10;
}

.light-frame .text {
    position: relative;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }

.light-frame .text.run {
      opacity: 1;
    }

.light-frame .black.hide {
      -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      opacity: 0;
    }

.light-frame canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
  }

.to-mt-btn,
.to-top-btn {
  opacity: 0;
  position: fixed;
  z-index: 98;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.to-mt-btn.show, .to-top-btn.show {
    opacity: 1;
    pointer-events: auto;
  }

.to-mt-btn {
  background: url(../../resources/img/common/to_mt_btn_b8981d1743804d224aa719c530d1f83f.png) no-repeat;
  width: 120px;
  height: 188px;

  bottom: 122px;
  right: 0;
}

.to-top-btn {
  background: url(../../resources/img/common/to_top_btn_e07f1ac28ab13430668b0f511c2fe926.png) no-repeat;
  width: 91px;
  height: 75px;

  bottom: 25px;
  right: 0;
}

.rotate-right {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  opacity: 0;
  -webkit-transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rotate-right.run {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }

.rotate-left {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  opacity: 0;
  -webkit-transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rotate-left.run {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }

.rotate-up-right {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rotate-up-right.run {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }

.rotate-up-left {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rotate-up-left.run {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }

.slide-left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slide-left.run {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }

.slide-right {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slide-right.run {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }

.slide-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slide-up.run {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }

.fade-in {
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fade-in.run {
    opacity: 1;
  }

.fade-out {
  opacity: 1;
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fade-out.run {
    opacity: 0;
  }

.shadow-drop {
  top: 0;
  left: 11px;
  opacity: 0;
  -webkit-transform: translate3d(-11px, -6px, 0);
          transform: translate3d(-11px, -6px, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.shadow-drop.show {
    opacity: 1;
  }

.shadow-drop.run {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

@-webkit-keyframes swingAnimation {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }

  1% {
    -webkit-transform: translate(-5px, -3px) rotate(2deg);
            transform: translate(-5px, -3px) rotate(2deg);
  }

  2% {
    -webkit-transform: translate(5px, -3px) rotate(-2deg);
            transform: translate(5px, -3px) rotate(-2deg);
  }

  3% {
    -webkit-transform: translate(-5px, 3px) rotate(2deg);
            transform: translate(-5px, 3px) rotate(2deg);
  }

  4% {
    -webkit-transform: translate(-5px, -3px) rotate(-2deg);
            transform: translate(-5px, -3px) rotate(-2deg);
  }

  5% {
    -webkit-transform: translate(5px, -3px) rotate(2deg);
            transform: translate(5px, -3px) rotate(2deg);
  }

  6% {
    -webkit-transform: translate(-5px, 3px) rotate(-2deg);
            transform: translate(-5px, 3px) rotate(-2deg);
  }

  7% {
    -webkit-transform: translate(5px, 3px) rotate(2deg);
            transform: translate(5px, 3px) rotate(2deg);
  }

  8% {
    -webkit-transform: translate(-5px, -3px) rotate(-2deg);
            transform: translate(-5px, -3px) rotate(-2deg);
  }

  9% {
    -webkit-transform: translate(5px, -3px) rotate(2deg);
            transform: translate(5px, -3px) rotate(2deg);
  }

  10% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes swingAnimation {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }

  1% {
    -webkit-transform: translate(-5px, -3px) rotate(2deg);
            transform: translate(-5px, -3px) rotate(2deg);
  }

  2% {
    -webkit-transform: translate(5px, -3px) rotate(-2deg);
            transform: translate(5px, -3px) rotate(-2deg);
  }

  3% {
    -webkit-transform: translate(-5px, 3px) rotate(2deg);
            transform: translate(-5px, 3px) rotate(2deg);
  }

  4% {
    -webkit-transform: translate(-5px, -3px) rotate(-2deg);
            transform: translate(-5px, -3px) rotate(-2deg);
  }

  5% {
    -webkit-transform: translate(5px, -3px) rotate(2deg);
            transform: translate(5px, -3px) rotate(2deg);
  }

  6% {
    -webkit-transform: translate(-5px, 3px) rotate(-2deg);
            transform: translate(-5px, 3px) rotate(-2deg);
  }

  7% {
    -webkit-transform: translate(5px, 3px) rotate(2deg);
            transform: translate(5px, 3px) rotate(2deg);
  }

  8% {
    -webkit-transform: translate(-5px, -3px) rotate(-2deg);
            transform: translate(-5px, -3px) rotate(-2deg);
  }

  9% {
    -webkit-transform: translate(5px, -3px) rotate(2deg);
            transform: translate(5px, -3px) rotate(2deg);
  }

  10% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

.loading {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  color: #fff;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  overflow: hidden;
  z-index: 1000;
  -webkit-transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loading.hide {
    opacity: 0;
  }

.loading .i1 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -100px;
    pointer-events: none;
    -webkit-transform: rotate(40deg) scale(0.5);
            transform: rotate(40deg) scale(0.5);
    opacity: 0;
  }

.loading .i1.run {
      -webkit-animation: i1 0.6s forwards;
              animation: i1 0.6s forwards;
    }

.loading .i2 {
    width: 300px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 50px 0 0 -150px;
    pointer-events: none;
    -webkit-transform: rotate(-40deg) scale(0.5);
            transform: rotate(-40deg) scale(0.5);
    opacity: 0;
  }

.loading .i2.run {
      -webkit-animation: i2 0.6s forwards;
              animation: i2 0.6s forwards;
    }

@-webkit-keyframes i1 {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(40deg) scale(0.5);
            transform: rotate(40deg) scale(0.5);
    opacity: 0;
  }

  14% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-14.8deg) scale(1.185);
            transform: rotate(-14.8deg) scale(1.185);
    opacity: 1.37;
  }

  28% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(6.4deg) scale(0.92);
            transform: rotate(6.4deg) scale(0.92);
    opacity: 0.84;
  }

  46% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-1.6deg) scale(1.02);
            transform: rotate(-1.6deg) scale(1.02);
    opacity: 1.04;
  }

  58% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0.656deg) scale(0.9918);
            transform: rotate(0.656deg) scale(0.9918);
    opacity: 0.9836;
  }

  74% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-0.232deg) scale(1.0029);
            transform: rotate(-0.232deg) scale(1.0029);
    opacity: 1.0058;
  }

  89% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0.08deg) scale(0.999);
            transform: rotate(0.08deg) scale(0.999);
    opacity: 0.998;
  }

  100% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}

@keyframes i1 {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(40deg) scale(0.5);
            transform: rotate(40deg) scale(0.5);
    opacity: 0;
  }

  14% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-14.8deg) scale(1.185);
            transform: rotate(-14.8deg) scale(1.185);
    opacity: 1.37;
  }

  28% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(6.4deg) scale(0.92);
            transform: rotate(6.4deg) scale(0.92);
    opacity: 0.84;
  }

  46% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-1.6deg) scale(1.02);
            transform: rotate(-1.6deg) scale(1.02);
    opacity: 1.04;
  }

  58% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0.656deg) scale(0.9918);
            transform: rotate(0.656deg) scale(0.9918);
    opacity: 0.9836;
  }

  74% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-0.232deg) scale(1.0029);
            transform: rotate(-0.232deg) scale(1.0029);
    opacity: 1.0058;
  }

  89% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0.08deg) scale(0.999);
            transform: rotate(0.08deg) scale(0.999);
    opacity: 0.998;
  }

  100% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes i2 {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-40deg) scale(0.5);
            transform: rotate(-40deg) scale(0.5);
    opacity: 0;
  }

  14% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(14.8deg) scale(1.185);
            transform: rotate(14.8deg) scale(1.185);
    opacity: 1.37;
  }

  28% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-6.4deg) scale(0.92);
            transform: rotate(-6.4deg) scale(0.92);
    opacity: 0.84;
  }

  46% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(1.6deg) scale(1.02);
            transform: rotate(1.6deg) scale(1.02);
    opacity: 1.04;
  }

  58% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-0.656deg) scale(0.9918);
            transform: rotate(-0.656deg) scale(0.9918);
    opacity: 0.9836;
  }

  74% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0.232deg) scale(1.0029);
            transform: rotate(0.232deg) scale(1.0029);
    opacity: 1.0058;
  }

  89% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-0.08deg) scale(0.999);
            transform: rotate(-0.08deg) scale(0.999);
    opacity: 0.998;
  }

  100% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}

@keyframes i2 {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-40deg) scale(0.5);
            transform: rotate(-40deg) scale(0.5);
    opacity: 0;
  }

  14% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(14.8deg) scale(1.185);
            transform: rotate(14.8deg) scale(1.185);
    opacity: 1.37;
  }

  28% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-6.4deg) scale(0.92);
            transform: rotate(-6.4deg) scale(0.92);
    opacity: 0.84;
  }

  46% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(1.6deg) scale(1.02);
            transform: rotate(1.6deg) scale(1.02);
    opacity: 1.04;
  }

  58% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-0.656deg) scale(0.9918);
            transform: rotate(-0.656deg) scale(0.9918);
    opacity: 0.9836;
  }

  74% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0.232deg) scale(1.0029);
            transform: rotate(0.232deg) scale(1.0029);
    opacity: 1.0058;
  }

  89% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-0.08deg) scale(0.999);
            transform: rotate(-0.08deg) scale(0.999);
    opacity: 0.998;
  }

  100% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}

header {
  background: url(../../resources/img/common/header_bg_d257d2886cad7e18b1c76aaf32506d98.png) center top no-repeat;
  height: 83px;
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

header.disp-enabled {
    position: fixed;
    top: -100px;
  }

header.disp {
    top: 0;
  }

header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 93px;
  }

header .nav li {
      position: relative;
    }

header .nav li.new a:after {
            content: url(../../resources/img/common/h_new_009e5ef80c933523382a631c4a5da040.png);
            position: absolute;
            top: -10px;
            right: 0;
            width: 64px;
            height: 43px;
            -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
          }

header .nav li.new:nth-child(2) a:after {
              top: 0;
            }

header .nav li a {
        display: block;
      }

header .nav li a img {
          -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

header .nav li a:hover {
          opacity: 1;
        }

header .nav li a:hover img {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
                    transform: scale3d(1.1, 1.1, 1.1);
          }

header .nav li:nth-child(1) {
        margin: 2px 0 0 9px;
      }

header .nav li:nth-child(2) {
        margin: -13px 0 0 -3px;
      }

header .nav li:nth-child(3) {
        margin: -11px 0 0 -3px;
      }

header .nav li:nth-child(4) {
        margin: -1px 0 0 -12px;
      }

header .nav li:nth-child(5) {
        margin: -7px 0 0 -4px;
      }

header .nav li:nth-child(6) {
        margin: -7px 0 0 -9px;
      }

header .nav li:nth-child(7) {
        margin: -2px 0 0 -5px;
      }

footer {
  position: relative;
  height: 450px;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 67px;
  z-index: 20;
}

footer a {
    display: inline-block;
  }

footer .footer-wrapper {
    width: 640px;
    margin: 0 auto;
  }

footer .footer-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 140px 50px;
  }

footer .footer-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -95px 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
  }

body {
  background-color: #000;
}

#container,
.wrapper {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

main {
  overflow: hidden;
  background: url(../../resources/img/school_life/bg_red_line_fcdff330f6339071d1ff30b27ce6b389.png) center top no-repeat;
}

main section {
    z-index: 20;
  }

main #bg-stars {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
  }

main .bg-red-shadow {
    background: url(../../resources/img/school_life/bg_red_dot_01ce61e5e576a2a3a32d574d175f2974.png) center top no-repeat;
    width: 100%;
    min-width: 1024px;
    height: 8360px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
  }

main #school-life-contents .wrapper {
      padding-top: 148px;
    }

main #school-life-contents h2 {
      position: relative;
      margin-left: 64px;
      z-index: 2;
    }

main #school-life-contents h2 img {
        pointer-events: none;
      }

main #school-life-contents h2 .title-star {
        position: absolute;
        top: -23px;
        left: -49px;
      }

main #school-life-contents h2 .title2 {
        position: absolute;
        top: -20px;
        left: -46px;
        z-index: 15;
        opacity: 0;
        -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      }

main #school-life-contents h2 .title2.run {
          opacity: 1;
        }

main #school-life-contents h2 .title-en {
        position: absolute;
        top: 43px;
        left: 161px;
        z-index: 15;
        opacity: 0;
        -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      }

main #school-life-contents h2 .title-en.run {
          opacity: 1;
        }

main #school-life-contents .school-life-nav {
      font-size: 0;
      z-index: 10;
      position: relative;
    }

main #school-life-contents .school-life-nav li a {
          opacity: 0;
          display: inline-block;
          -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
          position: relative;
        }

main #school-life-contents .school-life-nav li:nth-child(1) {
          -webkit-transform: rotate(-15deg);
                  transform: rotate(-15deg);
          margin: -78px 0 0 326px;
        }

main #school-life-contents .school-life-nav li:nth-child(1) a {
            background: url(../../resources/img/school_life/nav_sec1_btn_807fc85465139d5e6e37d3ef2454bb40.png) no-repeat;
            width: 479px;
            height: 80px;
          }

main #school-life-contents .school-life-nav li:nth-child(2) {
          -webkit-transform: rotate(-11deg);
                  transform: rotate(-11deg);
          margin: 27px 0 0 152px;
        }

main #school-life-contents .school-life-nav li:nth-child(2) a {
            background: url(../../resources/img/school_life/nav_sec2_btn_74e670dff05566a758785d84fa4c4da6.png) no-repeat;
            width: 333px;
            height: 70px;
          }

main #school-life-contents .school-life-nav li:nth-child(3) {
          -webkit-transform: rotate(-15deg);
                  transform: rotate(-15deg);
          margin: -60px 0 0 420px;
        }

main #school-life-contents .school-life-nav li:nth-child(3) a {
            background: url(../../resources/img/school_life/nav_sec3_btn_d3d836c4735a472460460d8a12c58a8c.png) no-repeat;
            width: 356px;
            height: 74px;
          }

main #school-life-contents .school-life-nav li:nth-child(4) {
          -webkit-transform: rotate(-14deg);
                  transform: rotate(-14deg);
          margin: 26px 0 0 290px;
        }

main #school-life-contents .school-life-nav li:nth-child(4) a {
            background: url(../../resources/img/school_life/nav_sec4_btn_c21f35073fc66591f4c16f16a432f4c9.png) no-repeat;
            width: 412px;
            height: 75px;
          }

main #school-life-contents .school-life-nav li:nth-child(4) a:before {
              content: url(../../resources/img/school_life/new_626660edaf9aab667f124d8334146368.png);
              position: absolute;
              top: -90px;
              left: -73px;
              -webkit-transform: rotate(12deg);
                      transform: rotate(12deg);
            }

main #school-life-contents .school-life-nav.set li:nth-child(1) a {
              -webkit-transform: translateX(100px);
                      transform: translateX(100px);
            }

main #school-life-contents .school-life-nav.set li:nth-child(2) a {
              -webkit-transform: translateX(-100px);
                      transform: translateX(-100px);
            }

main #school-life-contents .school-life-nav.set li:nth-child(3) a {
              -webkit-transform: translateX(100px);
                      transform: translateX(100px);
            }

main #school-life-contents .school-life-nav.set li:nth-child(4) a {
              -webkit-transform: translateX(-100px);
                      transform: translateX(-100px);
            }

main #school-life-contents .school-life-nav.run li a {
            opacity: 1;
            -webkit-transform: translateX(0);
                    transform: translateX(0);
            -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          }

main #school-life-contents .school-life-nav.end li a {
            opacity: 1;
          }

main #school-life-contents h3.sec-title {
      position: relative;
    }

main #school-life-contents h3.sec-title img {
        pointer-events: none;
      }

main #school-life-contents h3.sec-title .s-black,
      main #school-life-contents h3.sec-title .s-star {
        position: absolute;
      }

main #school-life-contents h3.sec-title .s-black {
        z-index: 1;
      }

main #school-life-contents h3.sec-title .s-title {
        position: relative;
        z-index: 2;
      }

main #school-life-contents h3.sec-title .s-star {
        z-index: 3;
      }

main #school-life-contents .ss {
      position: relative;
      display: inline-block;
    }

main #school-life-contents .ss .image {
        position: relative;
      }

main #school-life-contents .ss .open,
      main #school-life-contents .ss .star {
        position: absolute;
      }

main #school-life-contents .text-box {
      position: relative;
      z-index: 10;
    }

main #school-life-contents .text-box .shadow {
        position: absolute;
        top: 8px;
        left: 8px;
      }

main #school-life-contents .text-box .new {
        position: absolute;
        z-index: 20;
      }

main #school-life-contents .text-box p {
        color: #fff;
        font-size: 22px;
        line-height: 1.6;
        padding: 11px 0 0 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: relative;
        z-index: 10;
      }

main #school-life-contents #sec1 {
      margin-top: 88px;
    }

main #school-life-contents #sec1 .sec1-title {
        margin-left: 12px;
        height: 440px;
      }

main #school-life-contents #sec1 .sec1-title .s-star {
          top: 45px;
          left: 341px;
        }

main #school-life-contents #sec1 .sec1-ss1 {
        margin: -24px 0 0 453px;
        z-index: 2;
      }

main #school-life-contents #sec1 .sec1-ss1 .open {
          top: -21px;
          left: 320px;
        }

main #school-life-contents #sec1 .sec1-ss1 .star {
          top: -23px;
          left: -38px;
        }

main #school-life-contents #sec1 .sec1-ss2 {
        margin: -129px 0 0 26px;
        z-index: 3;
      }

main #school-life-contents #sec1 .sec1-ss2 .open {
          top: 0;
          left: 465px;
        }

main #school-life-contents #sec1 .sec1-ss2 .star {
          top: 87px;
          left: -66px;
        }

main #school-life-contents #sec1 .sec1-text1 {
        margin: -230px 0 0 497px;
      }

main #school-life-contents #sec1 .sec1-text1 p {
          background: url(../../resources/img/school_life/sec1_text1_bg_5e3272bae04a5587ad884aa86b746f04.png) no-repeat;
          width: 496px;
          height: 123px;
        }

main #school-life-contents #sec1 .sec1-text2 {
        margin: 23px 0 0 440px;
      }

main #school-life-contents #sec1 .sec1-text2 p {
          background: url(../../resources/img/school_life/sec1_text2_bg_fd439717d46fb8ad31dfff1d269f666f.png) no-repeat;
          width: 521px;
          height: 123px;
        }

main #school-life-contents #sec1 .sec1-text3 {
        margin: 23px 0 0 457px;
      }

main #school-life-contents #sec1 .sec1-text3 p {
          background: url(../../resources/img/school_life/sec1_text3_bg_c7858ba5e088cc704a62bac934bd5904.png) no-repeat;
          width: 560px;
          height: 95px;
        }

main #school-life-contents #sec1 .sec1-text4 {
        margin: -18px 0 0 -83px;
      }

main #school-life-contents #sec1 .sec1-text4 p {
          background: url(../../resources/img/school_life/sec1_text4_bg_7d03dc308d25d43b972e513c9a2da1ef.png) no-repeat;
          width: 908px;
          height: 471px;

          padding: 235px 0 0 247px;
          letter-spacing: -1.5px;
        }

main #school-life-contents #sec1 .sec1-ss3 {
        width: 477px;
        margin: -466px 0 0 600px;
        display: block;
        z-index: 20;
      }

main #school-life-contents #sec1 .sec1-ss3 .open {
          top: -7px;
          left: 348px;
        }

main #school-life-contents #sec1 .sec1-ss4 {
        margin: -75px 0 0 395px;
        z-index: 21;
      }

main #school-life-contents #sec1 .sec1-ss4 .open {
          top: -28px;
          left: 379px;
        }

main #school-life-contents #sec2 {
      margin-top: 50px;
    }

main #school-life-contents #sec2 .sec2-title {
        margin-left: -48px;
        height: 377px;
      }

main #school-life-contents #sec2 .sec2-title .s-star {
          top: 95px;
          left: 72px;
        }

main #school-life-contents #sec2 .sec2-ss1 {
        width: 434px;
        margin: -41px 0 0 62px;
        display: block;
        z-index: 2;
      }

main #school-life-contents #sec2 .sec2-ss1 .open {
          top: -7px;
          left: 376px;
        }

main #school-life-contents #sec2 .sec2-ss1 .star {
          top: 282px;
          left: 347px;
        }

main #school-life-contents #sec2 .sec2-ss2 {
        margin: -162px 0 0 544px;
        z-index: 3;
      }

main #school-life-contents #sec2 .sec2-ss2 .open {
          top: 15px;
          left: 278px;
        }

main #school-life-contents #sec2 .sec2-ss2 .star {
          top: 120px;
          left: -36px;
        }

main #school-life-contents #sec2 .sec2-text1 {
        margin: -104px 0 0 1px;
        display: inline-block;
      }

main #school-life-contents #sec2 .sec2-text1 p {
          background: url(../../resources/img/school_life/sec2_text1_bg_25a5ac675f64ccf74dfcee1647459f54.png) no-repeat;
          width: 506px;
          height: 317px;

          line-height: 1.7;
        }

main #school-life-contents #sec2 .sec2-text2 {
        margin: -143px 0 0 200px;
      }

main #school-life-contents #sec2 .sec2-text2 .new {
          top: 16px;
          left: -11px;
        }

main #school-life-contents #sec2 .sec2-text2 p {
          background: url(../../resources/img/school_life/sec2_text2_bg_106cbb87729ab0796b21d368309f8078.png) no-repeat;
          width: 825px;
          height: 456px;

          padding: 260px 0 0 168px;
          letter-spacing: -1.5px;
        }

main #school-life-contents #sec2 .sec2-ss3 {
        width: 421px;
        margin: -351px 0 0 -72px;
        display: block;
        z-index: 20;
      }

main #school-life-contents #sec2 .sec2-ss3 .open {
          top: 66px;
          left: 306px;
        }

main #school-life-contents #sec2 .sec2-ss4 {
        margin: -153px 0 0 182px;
        z-index: 21;
      }

main #school-life-contents #sec2 .sec2-ss4 .open {
          top: 100px;
          left: 391px;
        }

main #school-life-contents #sec3 {
      margin-top: 58px;
    }

main #school-life-contents #sec3 .sec3-title {
        margin-left: -266px;
        height: 582px;
      }

main #school-life-contents #sec3 .sec3-title .s-star {
          top: 317px;
          left: 716px;
        }

main #school-life-contents #sec3 .sec3-ss1 {
        margin: -122px 0 0 275px;
        z-index: 2;
      }

main #school-life-contents #sec3 .sec3-ss1 .open {
          top: 48px;
          left: 516px;
        }

main #school-life-contents #sec3 .sec3-ss1 .star {
          top: -53px;
          left: 1px;
        }

main #school-life-contents #sec3 .sec3-ss2 {
        margin: -67px 0 0 8px;
        z-index: 3;
      }

main #school-life-contents #sec3 .sec3-ss2 .open {
          top: -12px;
          left: 364px;
        }

main #school-life-contents #sec3 .sec3-ss2 .star {
          top: 103px;
          left: -72px;
        }

main #school-life-contents #sec3 .sec3-text1 {
        margin: -266px 0 0 474px;
      }

main #school-life-contents #sec3 .sec3-text1 p {
          background: url(../../resources/img/school_life/sec3_text1_bg_37436e73f65ca38ca39ae17fd348b2d2.png) no-repeat;
          width: 538px;
          height: 316px;

          line-height: 1.7;
        }

main #school-life-contents #sec3 .sec3-text2 {
        margin: 4px 0 0 -74px;
      }

main #school-life-contents #sec3 .sec3-text2 p {
          background: url(../../resources/img/school_life/sec3_text2_bg_590d0bd4411f06b15069ad9873082420.png) no-repeat;
          width: 900px;
          height: 483px;

          padding: 213px 0 0 236px;
          letter-spacing: -1.5px;
        }

main #school-life-contents #sec3 .sec3-ss3 {
        width: 415px;
        margin: -450px 0 0 584px;
        display: block;
        z-index: 20;
      }

main #school-life-contents #sec3 .sec3-ss3 .open {
          top: 76px;
          left: 377px;
        }

main #school-life-contents #sec3 .sec3-ss4 {
        margin: -98px 0 0 492px;
        z-index: 21;
      }

main #school-life-contents #sec3 .sec3-ss4 .open {
          top: -13px;
          left: 340px;
        }

main #school-life-contents #sec4 {
      margin: -47px 0 477px;
      position: relative;
    }

main #school-life-contents #sec4 .sec4-title {
        margin-left: 43px;
        height: 772px;
      }

main #school-life-contents #sec4 .sec4-title .s-star {
          top: 376px;
          left: -12px;
        }

main #school-life-contents #sec4 .sec4-text1 {
        margin: -236px 0 0 299px;
      }

main #school-life-contents #sec4 .sec4-text1 .sec4-text-new {
          position: absolute;
          top: -124px;
          left: 455px;
          z-index: 20;
        }

main #school-life-contents #sec4 .sec4-text1 p {
          background: url(../../resources/img/school_life/sec4_text1_bg_796671c64030e366a60d5320fcb94b27.png) no-repeat;
          width: 718px;
          height: 541px;

          padding: 244px 0 0 64px;
        }

main #school-life-contents #sec4 .sec4-ss1 {
        position: absolute;
        top: 610px;
        left: -35px;
        z-index: 20;
      }

main #school-life-contents #sec4 .sec4-ss1 .open {
          top: 108px;
          left: 350px;
        }

main #school-life-contents #sec4 .sec4-ss2 {
        position: absolute;
        top: 860px;
        left: -64px;
        z-index: 20;
      }

main #school-life-contents #sec4 .sec4-ss2 .open {
          top: -19px;
          left: 234px;
        }

main #school-life-contents #sec4 .sec4-ss3 {
        position: absolute;
        top: 956px;
        left: 198px;
        z-index: 20;
      }

main #school-life-contents #sec4 .sec4-ss3 .open {
          top: 121px;
          left: 349px;
        }

main #school-life-contents #sec4 .sec4-text2 {
        margin: 184px 0 0 -79px;
      }

main #school-life-contents #sec4 .sec4-text2 p {
          background: url(../../resources/img/school_life/sec4_text2_bg_b193314e0ae3169dcf3fe911e92d42c7.png) no-repeat;
          width: 808px;
          height: 415px;

          padding: 95px 0 0 125px;
        }

main #school-life-contents #sec4 .sec4-ss4 {
        position: absolute;
        top: 1200px;
        left: 628px;
        z-index: 20;
      }

main #school-life-contents #sec4 .sec4-ss4 .open {
          top: 108px;
          left: 350px;
        }

main #school-life-contents #sec4 .sec4-ss5 {
        position: absolute;
        top: 1470px;
        left: 702px;
        z-index: 20;
      }

main #school-life-contents #sec4 .sec4-ss5 .open {
          top: 138px;
          left: 233px;
        }

main #school-life-contents #sec4 .sec4-ss6 {
        position: absolute;
        top: 1580px;
        left: 318px;
        z-index: 20;
      }

main #school-life-contents #sec4 .sec4-ss6 .open {
          top: -26px;
          left: 343px;
        }

@media screen and (min-width: 641px) {
  a {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

    a:hover {
      opacity: 0.6;
    }

    a.non-action:hover {
      opacity: 1;
    }

    a.scale-action {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
    }

      a.scale-action:hover {
        opacity: 1;
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
      }
    .to-mt-btn:hover, .to-top-btn:hover {
      -webkit-animation: swingAnimation 4s both;
              animation: swingAnimation 4s both;
    }
}

@media screen and (max-width: 640px) {
  body,
  .wrapper {
    width: 640px;
  }
  .to-mt-btn {
    background: url(../../resources/img/sp/common/to_mt_btn_638d7663f7f5c6a6c6e738f0fb724d9d.png) no-repeat;
    width: 640px;
    height: 80px;

    bottom: auto;
    top: -100px;
  }

    .to-mt-btn.show {
      top: 0;
    }

  .to-top-btn {
    background: url(../../resources/img/sp/common/to_top_btn_032ba2733e9d37cb96d67585dcaa0cc8.png) no-repeat;
    width: 78px;
    height: 65px;

    bottom: 25px;
    right: 0;
  }
}

@media screen and (min-width: 1680px) {

header {
    background-size: 100% 100%
}

main .bg-red-shadow {
      background-size: 100% 100%
  }
  }

