@charset "UTF-8";
/*!
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
}

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* 
start _module.scss
*/
.inner {
  max-width: 1088px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 428px) {
  .inner {
    max-width: 88vw;
  }
}

.wrapper {
  margin: auto auto;
}

.link-right:before {
  content: "";
  font-family: "fontAwesome";
  margin-right: 0.5rem;
}

.link-triangle:before {
  content: "";
  font-family: "fontAwesome";
  margin-right: 0.5rem;
}

.external:after {
  content: "";
  font-size: 1.2rem;
  font-family: "fontAwesome";
  margin-left: 0.8rem;
}

@-webkit-keyframes fadeup-motion {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeup-motion {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.objectfit,
.objectfit > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.objectfit-contain,
.objectfit-contain > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.abs-max {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bold {
  font-weight: 700;
}

.normal {
  font-weight: 400;
}

.tLeft {
  text-align: left;
}

.tCenter {
  text-align: center;
}

.tRight {
  text-align: right;
}

.mt0rem {
  margin-top: 0rem !important;
}

.pr0rem {
  padding-right: 0rem;
}

.pl0rem {
  padding-left: 0rem;
}

.mb0rem {
  margin-bottom: 0rem;
}

.mr0rem {
  margin-right: 0rem;
}

.ml0rem {
  margin-left: 0rem;
}

.mt1rem {
  margin-top: 1rem !important;
}

.pr1rem {
  padding-right: 1rem;
}

.pl1rem {
  padding-left: 1rem;
}

.mb1rem {
  margin-bottom: 1rem;
}

.mr1rem {
  margin-right: 1rem;
}

.ml1rem {
  margin-left: 1rem;
}

.mt2rem {
  margin-top: 2rem !important;
}

.pr2rem {
  padding-right: 2rem;
}

.pl2rem {
  padding-left: 2rem;
}

.mb2rem {
  margin-bottom: 2rem;
}

.mr2rem {
  margin-right: 2rem;
}

.ml2rem {
  margin-left: 2rem;
}

.mt3rem {
  margin-top: 3rem !important;
}

.pr3rem {
  padding-right: 3rem;
}

.pl3rem {
  padding-left: 3rem;
}

.mb3rem {
  margin-bottom: 3rem;
}

.mr3rem {
  margin-right: 3rem;
}

.ml3rem {
  margin-left: 3rem;
}

.mt4rem {
  margin-top: 4rem !important;
}

.pr4rem {
  padding-right: 4rem;
}

.pl4rem {
  padding-left: 4rem;
}

.mb4rem {
  margin-bottom: 4rem;
}

.mr4rem {
  margin-right: 4rem;
}

.ml4rem {
  margin-left: 4rem;
}

.mt5rem {
  margin-top: 5rem !important;
}

.pr5rem {
  padding-right: 5rem;
}

.pl5rem {
  padding-left: 5rem;
}

.mb5rem {
  margin-bottom: 5rem;
}

.mr5rem {
  margin-right: 5rem;
}

.ml5rem {
  margin-left: 5rem;
}

.mt6rem {
  margin-top: 6rem !important;
}

.pr6rem {
  padding-right: 6rem;
}

.pl6rem {
  padding-left: 6rem;
}

.mb6rem {
  margin-bottom: 6rem;
}

.mr6rem {
  margin-right: 6rem;
}

.ml6rem {
  margin-left: 6rem;
}

.mt7rem {
  margin-top: 7rem !important;
}

.pr7rem {
  padding-right: 7rem;
}

.pl7rem {
  padding-left: 7rem;
}

.mb7rem {
  margin-bottom: 7rem;
}

.mr7rem {
  margin-right: 7rem;
}

.ml7rem {
  margin-left: 7rem;
}

.mt8rem {
  margin-top: 8rem !important;
}

.pr8rem {
  padding-right: 8rem;
}

.pl8rem {
  padding-left: 8rem;
}

.mb8rem {
  margin-bottom: 8rem;
}

.mr8rem {
  margin-right: 8rem;
}

.ml8rem {
  margin-left: 8rem;
}

.mt9rem {
  margin-top: 9rem !important;
}

.pr9rem {
  padding-right: 9rem;
}

.pl9rem {
  padding-left: 9rem;
}

.mb9rem {
  margin-bottom: 9rem;
}

.mr9rem {
  margin-right: 9rem;
}

.ml9rem {
  margin-left: 9rem;
}

.mt10rem {
  margin-top: 10rem !important;
}

.pr10rem {
  padding-right: 10rem;
}

.pl10rem {
  padding-left: 10rem;
}

.mb10rem {
  margin-bottom: 10rem;
}

.mr10rem {
  margin-right: 10rem;
}

.ml10rem {
  margin-left: 10rem;
}

.order0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media screen and (max-width: 768px) {
  .order0-sp {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order0-pc {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 768px) {
  .order0-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  .order1-sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.order1-pc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .order1-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .order2-sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.order2-pc {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .order2-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (max-width: 768px) {
  .order3-sp {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.order3-pc {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 768px) {
  .order3-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media screen and (max-width: 768px) {
  .order4-sp {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.order4-pc {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 768px) {
  .order4-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media screen and (max-width: 768px) {
  .order5-sp {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.order5-pc {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media screen and (max-width: 768px) {
  .order5-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media screen and (max-width: 768px) {
  .order6-sp {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.order6-pc {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
@media screen and (max-width: 768px) {
  .order6-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

@media screen and (max-width: 768px) {
  .order7-sp {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}

.order7-pc {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
@media screen and (max-width: 768px) {
  .order7-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

@media screen and (max-width: 768px) {
  .order8-sp {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}

.order8-pc {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
@media screen and (max-width: 768px) {
  .order8-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

@media screen and (max-width: 768px) {
  .order9-sp {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}

.order9-pc {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
@media screen and (max-width: 768px) {
  .order9-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.anchor {
  display: block;
  margin-top: -50px;
  padding-top: 50px;
}

/* 
end _module.scss
*/
/* 
start _mixin.scss
*/
/* 
end _mixin.scss
*/
/*@import "animate/_attention-seekers/attention-seekers";
@import "animate/_bouncing-entrances/bouncing-entrances";
@import "animate/_bouncing-exits/bouncing-exits";
@import "animate/_fading-entrances/fading-entrances";*/
/*@import "animate/_zooming-entrances/zooming-entrances";
@import "animate/_zooming-exits/zooming-exits";*/
/* 
start _setting.scss
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  min-width: 1080px;
  margin: 0 auto;
  position: relative;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 428px) {
  html {
    min-width: auto;
  }
}

body {
  width: 100%;
  height: 100%;
  line-height: 1.6;
  color: #000;
  overflow-x: hidden;
  background: #FAF5F0;
  font-weight: 300;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.fixed {
  position: fixed;
}
body.regular {
  font-weight: 400;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-backface-visibility: hidden;
}

picture {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  line-height: 1em;
}
/* picture img {
  width: 100%;
  height: 100%;
} */

strong {
  font-weight: 700;
}

ul,
ol,
li {
  list-style: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

/*リンク色*/
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  border-bottom: 1px solid #000;
}

.linkWhite a:link {
  color: #fff;
}
.linkWhite a:visited {
  color: #fff;
}

.bgWhite {
  background: #fff;
}

.pc-alt,
.pc-hide {
  display: none;
}
@media screen and (max-width: 428px) {
  .pc-alt,
.pc-hide {
    display: block;
  }
}

.sp-alt,
.sp-hide {
  display: block;
}
@media screen and (max-width: 428px) {
  .sp-alt,
.sp-hide {
    display: none;
  }
}

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

/* 
end _setting.scss
*/
/* 
start _header.scss
*/
.header .headerNav {
  width: 370px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: #3C3C3C;
  display: block;
  z-index: 9;
  padding: 110px 40px 0 40px;
  -webkit-transform: translateX(370px);
          transform: translateX(370px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 428px) {
  .header .headerNav {
    width: 100vw;
    -webkit-transform: translateX(0) translateY(-100%);
            transform: translateX(0) translateY(-100%);
    padding: 80px 25px 30px 25px;
    height: auto;
  }
}
.header .headerNav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 428px) {
  .header .headerNav.active {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
.header .headerNav > ul > li {
  margin: 30px 0;
}
@media screen and (max-width: 428px) {
  .header .headerNav > ul > li {
    margin: 20px 0;
  }
}
.header .headerNav > ul > li a {
  padding: 10px 0;
  display: block;
}
.header .headerNav > ul > li a:hover img {
  opacity: 0.3;
}
.header .headerNav > ul > li img {
  display: block;
  margin: 0 0 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header .headerNav > ul > li.nav_0 img {
  width: 46px;
  height: 18px;
}
.header .headerNav > ul > li.nav_1 img {
  width: 183px;
  height: 19px;
}
.header .headerNav > ul > li.nav_2 img {
  width: 286px;
  height: 21px;
}
.header .headerNav > ul > li.nav_3 img {
  width: 182px;
  height: 21px;
}
.header .headerNav > ul > li.nav_4 img {
  width: 165px;
  height: 18px;
}
@media screen and (max-width: 428px) {
  .header .headerNav > ul > li.nav_0 img {
    width: 38px;
    height: 14px;
  }
  .header .headerNav > ul > li.nav_1 img {
    width: 149px;
    height: 15px;
  }
  .header .headerNav > ul > li.nav_2 img {
    width: 234px;
    height: 17px;
  }
  .header .headerNav > ul > li.nav_3 img {
    width: 149px;
    height: 17px;
  }
  .header .headerNav > ul > li.nav_4 img {
    width: 135px;
    height: 14px;
  }
}

.menuicon {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 10em;
  z-index: 10;
  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;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #B7183F;
}
.menuicon > span {
  width: 22px;
  height: 13px;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.menuicon > span > span, .menuicon > span:before, .menuicon > span:after {
  width: 22px;
  height: 1px;
  background: #B7183F;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menuicon > span > span {
  position: absolute;
  top: 6px;
}
.menuicon > span:before {
  content: "";
  position: absolute;
  top: 0;
}
.menuicon > span:after {
  content: "";
  position: absolute;
  bottom: 0;
}
.menuicon:hover {
  /*
          background: $mgwu_color;
          border: 1px solid #fff;
          > span {

              > span,
              &:before,
              &:after {
                  background: #fff;

              }
          }*/
}
.menuicon.active {
  border: 1px solid #fff;
}
.menuicon.active > span > span {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.menuicon.active > span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}
.menuicon.active > span:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 6px;
}
.menuicon.active > span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.menuicon.close > span > span {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.menuicon.close > span:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  top: 0px;
}
.menuicon.close > span:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  top: auto;
  bottom: 0;
}
.menuicon.close > span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* 
end _header.scss
*/
/* 
start _footer.scss
*/
.footer {
  display: block;
  background: #fff;
  padding: 90px 0 20px;
  text-align: center;
}
.footerlogo {
  width: 320px;
  height: 36px;
  margin: 0 auto;
}
.footer .address {
  font-size: 1.4rem;
  margin: 20px 0 80px;
}
@media screen and (max-width: 428px) {
  .footer .address {
    line-height: 2;
  }
}
.footer .copyright {
  font-size: 1.1rem;
}

/* 
end _footer.scss
*/
/* 
start _main.scss
*/
.hero {
  padding: 30px;
  background: #B7183F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  /*

  モーション３

  */
}
@media screen and (max-width: 428px) {
  .hero {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 428px) {
  .hero > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    max-height: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.hero__image {
  width: 100%;
}
.hero__image .image {
  width: 100%;
  height: 100%;
}
.hero__image .image img {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 428px) {
  .hero__image .image img {
    -o-object-position: top center;
       object-position: top center;
  }
}
@media screen and (max-width: 428px) {
  .hero__image .image--2 img {
    -o-object-position: center center;
       object-position: center center;
  }
}
@media screen and (max-width: 428px) {
  .hero__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.hero__title {
  width: 100%;
  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;
}
.hero__title > div {
  width: 100%;
}
.hero__title > div > * {
  margin: 25px auto;
}
@media screen and (max-width: 428px) {
  .hero__title > div > * {
    margin: 4vw auto 4vw 5vw;
  }
}
.hero__title .catchphrase {
  width: 57%;
  height: 7%;
}
@media screen and (max-width: 428px) {
  .hero__title .catchphrase {
    width: 71.47vw;
    height: 8.8vw;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
.hero__title .catchphrase svg {
  fill: #fff;
}
.hero__title .name {
  width: 40%;
  height: 4.63%;
}
@media screen and (max-width: 428px) {
  .hero__title .name {
    width: 49.87vw;
    height: 5.6vw;
  }
}
@media screen and (max-width: 428px) {
  .hero__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.hero .scroll {
  height: 86px;
  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;
  position: absolute;
  bottom: 0;
  right: 35px;
  z-index: 1;
}
@media screen and (max-width: 428px) {
  .hero .scroll {
    left: 35px;
    right: auto;
  }
}
.hero .scroll:before {
  content: "";
  display: block;
  background: url(../img/scroll.svg) center center/contain no-repeat;
  width: 11px;
  height: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 5px;
}
.hero .scroll:after {
  content: "";
  display: block;
  height: 100%;
  border-left: 1px solid #fff;
  -webkit-animation: 2s "scrollanime" infinite both;
          animation: 2s "scrollanime" infinite both;
}
@-webkit-keyframes scrollanime {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  25% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  75% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
@keyframes scrollanime {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  25% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  75% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
.hero.motion .hero__image {
  opacity: 0;
  -webkit-animation: 1s 0.3s "fade" cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: 1s 0.3s "fade" cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.hero.motion .hero__title .cf_1 {
  -webkit-animation: 1s 1.6s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 1s 1.6s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero.motion .hero__title .cf_2 {
  -webkit-animation: 1s 1.7s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 1s 1.7s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero.motion .hero__title .cf_3 {
  -webkit-animation: 1s 1.8s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 1s 1.8s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero.motion .hero__title .cf_4 {
  -webkit-animation: 1s 1.9s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 1s 1.9s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero.motion .hero__title .cf_5 {
  -webkit-animation: 1s 2s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 1s 2s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero.motion .hero__title .cf_6 {
  -webkit-animation: 1s 2.1s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 1s 2.1s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero.motion .hero__title .cf_7 {
  -webkit-animation: 1s 2.2s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 1s 2.2s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero.motion .hero__title .cf_8 {
  -webkit-animation: 1s 2.3s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 1s 2.3s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero.motion .hero__title .name {
  -webkit-animation: 1.5s 2.8s "fade_up" cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: 1.5s 2.8s "fade_up" cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.hero.motion .scroll {
  -webkit-animation: 1s 3.5s "fade" cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: 1s 3.5s "fade" cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.hero.motion--2 .hero__image {
  opacity: 0;
  -webkit-animation: 0.8s 0.3s "fade" cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: 0.8s 0.3s "fade" cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.hero.motion--2 .hero__title {
  -webkit-animation: 1.5s 1s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
          animation: 1.5s 1s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
@keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.hero.motion--2 .hero__title .name {
  -webkit-animation: 1s 2.5s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
          animation: 1s 2.5s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.hero.motion--2 .scroll {
  -webkit-animation: 1s 3s "fade" cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: 1s 3s "fade" cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.hero.motion--3 .hero__image {
  opacity: 0;
  -webkit-animation: 0.8s 0.3s "fade" cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: 0.8s 0.3s "fade" cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.hero.motion--3 .hero__title {
  -webkit-animation: 1.5s 1s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
          animation: 1.5s 1s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
@keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.hero.motion--3 .hero__title .name {
  -webkit-animation: 1.2s 2.5s "fade" both cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
          animation: 1.2s 2.5s "fade" both cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.hero.motion--3 .scroll {
  -webkit-animation: 1s 3s "fade" cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: 1s 3s "fade" cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.lead {
  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;
  padding: 180px 0 130px;
}
@media screen and (max-width: 428px) {
  .lead {
    padding: 95px 0 90px;
  }
}
.lead > p {
  max-width: 350px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 428px) {
  .lead > p {
    max-width: 260px;
    margin: 0 auto 40px;
  }
}
.lead > p:last-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 428px) {
  .lead > p:last-of-type {
    margin-bottom: 0px;
  }
}
.lead > p > span {
  display: block;
  margin: 0 0 30px;
}
@media screen and (max-width: 428px) {
  .lead > p > span {
    margin-bottom: 20px;
  }
}
.lead > p.motion > span {
  opacity: 0;
}
.lead > p.motion.active > span:nth-child(1) {
  -webkit-animation: 0.8s 0.1s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 0.8s 0.1s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lead > p.motion.active > span:nth-child(2) {
  -webkit-animation: 0.8s 0.2s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 0.8s 0.2s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lead > p.motion.active > span:nth-child(3) {
  -webkit-animation: 0.8s 0.3s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 0.8s 0.3s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lead > p.motion.active > span:nth-child(4) {
  -webkit-animation: 0.8s 0.4s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 0.8s 0.4s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lead > p.motion.active > span:nth-child(5) {
  -webkit-animation: 0.8s 0.5s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 0.8s 0.5s "fade_left" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cntnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 120px 0 110px;
  margin: 0 auto;
}
@media screen and (max-width: 428px) {
  .cntnav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 60px 0;
  }
}
.cntnav > ul {
  max-width: 975px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
@media screen and (max-width: 428px) {
  .cntnav > ul {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cntnav > ul > li {
  padding: 20px;
}
@media screen and (max-width: 428px) {
  .cntnav > ul > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 15px 0;
  }
  .cntnav > ul > li img {
    margin: 0 auto;
    display: block;
  }
}
.cntnav > ul > li > a {
  display: block;
}
.cntnav > ul > li > a:after {
  content: "";
  width: 14px;
  height: 7px;
  display: block;
  margin: 15px auto 0;
  background: url(../img/angle_bottom.svg) center center/contain no-repeat;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 428px) {
  .cntnav > ul > li > a:after {
    width: 11px;
    height: 6px;
  }
}
.cntnav > ul > li > a:hover:after {
  -webkit-transform: rotateY(180deg) translateY(10px);
          transform: rotateY(180deg) translateY(10px);
}
.cntnav > ul > li > a.mt2:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cntnav > ul > li > a.mt2:hover:after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.cntnav > ul > li.nav1 img {
  width: 183px;
  height: 21px;
}
@media screen and (max-width: 428px) {
  .cntnav > ul > li.nav1 img {
    width: 146px;
    height: 15px;
  }
}
.cntnav > ul > li.nav2 img {
  width: 287px;
  height: 21px;
}
@media screen and (max-width: 428px) {
  .cntnav > ul > li.nav2 img {
    width: 229px;
    height: 17px;
  }
}
.cntnav > ul > li.nav3 img {
  width: 182px;
  height: 21px;
}
@media screen and (max-width: 428px) {
  .cntnav > ul > li.nav3 img {
    width: 146px;
    height: 17px;
  }
}
.cntnav > ul > li.nav4 img {
  width: 165px;
  height: 21px;
}
@media screen and (max-width: 428px) {
  .cntnav > ul > li.nav4 img {
    width: 132px;
    height: 14px;
  }
}
.cntnav.motion > ul {
  opacity: 0;
}
.cntnav.motion.active > ul {
  -webkit-animation: 1s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 1s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cntBlc {
  max-width: 1000px;
  margin: 80px auto;
  background: #fff;
}
@media screen and (max-width: 428px) {
  .cntBlc {
    margin: 30px auto;
  }
}
.cntBlc.mgustandard {
  margin-top: 115px;
}
@media screen and (max-width: 428px) {
  .cntBlc.mgustandard {
    margin-top: 30px;
  }
}
.cntBlc__image {
  position: relative;
}
.cntBlc__image img {
  display: block;
}
.cntBlc__image .title {
  position: absolute;
  top: 50%;
  left: 80px;
  z-index: 1;
}
.cntBlc__image .title--mgustandard {
  width: 477px;
  height: 157px;
  margin-top: -78px;
}
@media screen and (max-width: 428px) {
  .cntBlc__image .title--mgustandard {
    width: 286px;
    height: 94px;
    margin-top: 0;
    top: auto;
    bottom: 25px;
    left: 25px;
  }
}
.cntBlc__image .title--social {
  width: 422px;
  height: 135px;
  margin-top: -67px;
}
@media screen and (max-width: 428px) {
  .cntBlc__image .title--social {
    width: 253px;
    height: 81px;
    margin-top: 0;
    top: auto;
    bottom: 25px;
    left: 25px;
  }
}
.cntBlc__image.motion img {
  opacity: 0;
}
.cntBlc__image.motion .title {
  opacity: 0;
}
.cntBlc__image.motion.active img {
  -webkit-animation: 1s "fade" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 1s "fade" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cntBlc__image.motion.active .title {
  -webkit-animation: 1s 0.5s "fade" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 1s 0.5s "fade" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cntBlc__text {
  padding: 80px;
}
@media screen and (max-width: 428px) {
  .cntBlc__text {
    padding: 45px 27px;
  }
}
.cntBlc__lead {
  font-size: 1.6rem;
  line-height: 2.13;
  margin-bottom: 50px;
}
@media screen and (max-width: 428px) {
  .cntBlc__lead {
    font-size: 1.4rem;
  }
}
.cntBlc__lead.motion {
  opacity: 0;
}
.cntBlc__lead.motion.active {
  -webkit-animation: 1s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 1s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cntBlc__caution {
  font-size: 1.4rem;
  line-height: 2.13;
  margin-top: -40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 428px) {
  .cntBlc__caution {
    line-height: 1.4;
  }
}
.cntBlc__caution.motion {
  opacity: 0;
}
.cntBlc__caution.motion.active {
  -webkit-animation: 1s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 1s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cntBlc__list {
  border-top: 1px solid #B7183F;
  position: relative;
  padding-top: 7px;
}
.cntBlc__list:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #DB8B9F;
}
.cntBlc__list > li {
  border-bottom: 1px dotted #B7183F;
  padding: 60px 0;
}
@media screen and (max-width: 428px) {
  .cntBlc__list > li {
    padding: 40px 0;
  }
}
.cntBlc__list > li:last-of-type {
  border-bottom: none;
}
.cntBlc__list > li.std:before {
  content: "";
  width: 181px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 35px;
}
@media screen and (max-width: 428px) {
  .cntBlc__list > li.std:before {
    margin-bottom: 28px;
  }
}
.cntBlc__list > li.std--1:before {
  background-image: url(../img/mgustd_1.png);
}
.cntBlc__list > li.std--2:before {
  background-image: url(../img/mgustd_2.png);
}
.cntBlc__list > li.std--3:before {
  background-image: url(../img/mgustd_3.png);
}
.cntBlc__list > li.motion {
  opacity: 0;
}
.cntBlc__list > li.motion.active {
  -webkit-animation: 0.8s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 0.8s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cntBlc__list .clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 428px) {
  .cntBlc__list .clm {
    margin: 0;
  }
}
.cntBlc__list .clm img {
  display: block;
}
.cntBlc__list .clm > * {
  padding: 0 20px;
}
@media screen and (max-width: 428px) {
  .cntBlc__list .clm > * {
    padding: 0;
  }
}
.cntBlc__list .clm .pc-od1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 428px) {
  .cntBlc__list .clm .pc-od1 {
    -webkit-box-ordinal-group: none;
        -ms-flex-order: none;
            order: none;
  }
}
.cntBlc__list .clm .pc-od2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 428px) {
  .cntBlc__list .clm .pc-od2 {
    -webkit-box-ordinal-group: none;
        -ms-flex-order: none;
            order: none;
  }
}
.cntBlc__list .clm .pc-od3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 428px) {
  .cntBlc__list .clm .pc-od3 {
    -webkit-box-ordinal-group: none;
        -ms-flex-order: none;
            order: none;
  }
}
.cntBlc__list .clm .text {
  -ms-flex-preferred-size: 66.6%;
      flex-basis: 66.6%;
  max-width: 66.6%;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 428px) {
  .cntBlc__list .clm .text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    font-size: 1.4rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cntBlc__list .clm .text > dt {
  font-size: 2.3rem;
  line-height: 1.78;
  margin-bottom: 10px;
  margin-top: -10px;
}
@media screen and (max-width: 428px) {
  .cntBlc__list .clm .text > dt {
    font-size: 2rem;
  }
}
.cntBlc__list .clm .text > dt.socialblc {
  margin-top: 5px;
}
.cntBlc__list .clm .image {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
}
@media screen and (max-width: 428px) {
  .cntBlc__list .clm .image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-top: 25px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.cntBlc__list .clm .study {
  margin: 30px 0 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 20px;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 428px) {
  .cntBlc__list .clm .study {
    padding: 0;
    margin-top: 30px;
    font-size: 1.3rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.cntBlc__list .clm .study__inner {
  padding: 20px 25px;
  background: #F5F5F5;
}
@media screen and (max-width: 428px) {
  .cntBlc__list .clm .study__inner {
    padding: 15px 17px;
  }
}
.cntBlc__list .clm .study ul.list > li {
  float: left;
  padding-right: 2em;
}
@media screen and (max-width: 428px) {
  .cntBlc__list .clm .study ul.list > li {
    padding-right: 1em;
  }
}
.cntBlc__list .clm .study ul.list:after {
  display: block;
  content: "";
  clear: both;
  height: 0px;
}
@media screen and (max-width: 428px) {
  .cntBlc__list .clm--social .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 10px;
  }
  .cntBlc__list .clm--social .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
}

.lineup {
  background: #fff;
  padding: 110px 0;
}
@media screen and (max-width: 428px) {
  .lineup {
    padding: 60px 0;
  }
}
.lineup__title {
  width: 392px;
  height: 42px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 428px) {
  .lineup__title {
    width: 235px;
    height: 53px;
  }
}
.lineup__title img {
  display: block;
}
.lineup__title.motion {
  opacity: 0;
}
.lineup__title.motion.active {
  -webkit-animation: 0.8s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 0.8s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lineupLists {
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lineupLists > li {
  padding: 0 30px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 428px) {
  .lineupLists > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 27px;
    margin-bottom: 50px;
  }
  .lineupLists > li:last-child {
    margin-bottom: 0;
  }
}
.lineupLists__title {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 428px) {
  .lineupLists__title {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
}
.lineupLists__dept {
  border-top: 1px solid #B4B4B4;
}
.lineupLists__dept > li {
  border-bottom: 1px solid #B4B4B4;
  font-size: 1.5rem;
  line-height: 1.5;
}
.lineupLists__dept > li > a {
  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;
  height: 50px;
  width: 100%;
}
.lineupLists__dept > li > a:after {
  content: "";
  width: 5px;
  height: 10px;
  display: block;
  background: url(../img/angle_right_m.svg) center center/contain no-repeat;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lineupLists__dept > li > a:hover:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.lineupLists__dept > li > a.mt2:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lineupLists__dept > li > a.mt2:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.lineupLists.motion > li {
  opacity: 0;
}
.lineupLists.motion.active > li:nth-child(1) {
  -webkit-animation: 0.8s 0.2s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 0.8s 0.2s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lineupLists.motion.active > li:nth-child(2) {
  -webkit-animation: 0.8s 0.4s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 0.8s 0.4s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lineupLists.motion.active > li:nth-child(3) {
  -webkit-animation: 0.8s 0.6s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 0.8s 0.6s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lineupLists.motion.active > li:nth-child(4) {
  -webkit-animation: 0.8s 0.8s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 0.8s 0.8s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lineupLists.motion.active > li:nth-child(5) {
  -webkit-animation: 0.8s 1s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 0.8s 1s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.schedule {
  padding: 105px 0;
}
@media screen and (max-width: 428px) {
  .schedule {
    padding: 60px 0;
  }
}
.schedule__title {
  width: 558px;
  height: 111px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 428px) {
  .schedule__title {
    width: 324px;
    height: 94px;
  }
}
.schedule__title.motion {
  opacity: 0;
}
.schedule__title.motion.active {
  -webkit-animation: 0.8s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 0.8s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.schedule__inner {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 428px) {
  .schedule__inner {
    padding: 0 27px;
  }
}
.schedule__inner.motion {
  opacity: 0;
}
.schedule__inner.motion.active {
  -webkit-animation: 0.8s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 0.8s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.schedule__tabletitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.3rem;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 428px) {
  .schedule__tabletitle {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.schedule__tabletitle:before, .schedule__tabletitle:after {
  content: "";
  height: 1px;
  width: 100%;
  border-top: 1px dotted #B7183F;
}
.schedule__tabletitle > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  padding: 0 1.5em;
}
.schedule__table {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 428px) {
  .schedule__table {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
.year {
  text-align: center;
}
.schedule__table td,
.schedule__table th {
  vertical-align: top;
}
/* .schedule__table .year {
  padding-right: 1rem;
  white-space: nowrap;
} */
@media screen and (max-width: 428px) {
  .schedule__table td {
    line-height: 1.5;
    padding: 5px 0;
  }
}
.schedule__caution {
  font-size: 1.4rem;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 428px) {
  .schedule__caution {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.button a {
  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;
  height: 90px;
  background: #B7183F;
  border-radius: 10em;
  color: #fff;
  padding: 0 30px;
  font-size: 2rem;
  -webkit-transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid #B7183F;
}
@media screen and (max-width: 428px) {
  .button a {
    font-size: 1.5rem;
    text-align: center;
  }
}
.button a:before, .button a:after {
  content: "";
  width: 7px;
  height: 14px;
  display: block;
}
.button a:after {
  background: url(../img/angle_right.svg) center center/contain no-repeat;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button a:hover {
  background-color: #fff;
  color: #B7183F;
}
.button a:hover:after {
  -webkit-transform: rotateX(180deg) translateX(10px);
          transform: rotateX(180deg) translateX(10px);
  background-image: url(../img/angle_right_m.svg);
}
.button--mt2 a:after {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.button--mt2 a:hover {
  background-color: #fff;
  color: #B7183F;
}
.button--mt2 a:hover:after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.button--white a {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.button--white a:after {
  background-image: url(../img/angle_right_m.svg);
}
.button--white a:hover {
  background-color: #b7183f;
  border-color: #B7183F;
  color: #fff;
}
.button--white a:hover:after {
  background-image: url(../img/angle_right.svg);
}
.button.motion {
  opacity: 0;
}
.button.motion.active {
  -webkit-animation: 0.8s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: 0.8s "fade_up" both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 
end _main.scss
*/