@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,700,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700;900&display=swap");
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

body {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #222;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 18px;
  /* Basic font size */ }

@media screen and (max-width: 1440px) {
  html {
    font-size: 16px; } }
@media screen and (max-width: 800px) {
  html {
    font-size: 14px; } }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

::selection {
  background: #F8B500;
  color: #000; }

/************************************************************

    Genaral Settings

************************************************************/
.svgLoad {
  display: none; }

/*
    Links
******************************/
a {
  color: #222;
  text-decoration: none; }

@media screen and (min-width: 640px) {
  a {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }

  a:hover {
    color: #af303d; }

  a:hover img {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    opacity: 0.5; }

  a img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; } }
/*
    Images
******************************/
img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin: 0 auto; }

/*
    Clear Fix
******************************/
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/*
    Fonts and Text
******************************/
h1, h2, h3, h4, h5 {
  font-weight: 700; }

/*
    Fonts and Text
******************************/
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/*
    Column width
******************************/
.col__1of1 {
  width: 100%; }

.col__1of3 {
  width: 33.333%; }

.col__2of3 {
  width: 66.666%; }

.col__1of2 {
  width: 50%; }

.col__1of4 {
  width: 25%; }

.col__3of4 {
  width: 75%; }

/*
    Form
******************************/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea, input[type="text"], input[type="submit"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  font-family: inherit;
  font-size: 1.0em;
  letter-spacing: inherit; }

::placeholder {
  font-size: 0.75em;
  color: #333;
  opacity: 1; }

/*
    Buttons
******************************/
.c-btn {
  margin: 2.4vw 0; }

.c-btn a {
  position: relative;
  display: inline-block;
  width: 80%;
  min-width: 180px;
  max-width: 360px;
  text-align: center;
  line-height: 64px;
  color: #222;
  border: 4px solid #a28629;
  font-size: 0.85em;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 40px 0 60px;
  transition: all .2s linear; }

.c-btn a:hover,
.c-btn a:focus {
  color: #fff; }

.c-btn a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #a28629;
  left: 20px;
  top: 50%;
  margin-top: -6px;
  transition: all .2s linear; }

.c-btn a:hover::before,
.c-btn a:focus::before {
  border-color: transparent transparent transparent #fff;
  left: 24px; }

.c-btn a::after {
  content: "";
  position: absolute;
  display: block;
  background: #a28629;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .2s linear; }

.c-btn a:hover::after,
.c-btn a:focus::after {
  animation: c-btnHover 0.3s forwards cubic-bezier(0.8, 0.01, 0.37, 1);
  animation-delay: .1s; }

@keyframes c-btnHover {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
/*
    Other
******************************/
.__sp {
  display: none; }

.__pc {
  display: block; }

.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"; }

.caption__l {
  margin: 24px 0 0 0;
  text-align: left;
  font-size: 0.85em;
  letter-spacing: 0.1em; }

.caption__r {
  margin: 24px 0 0 0;
  text-align: right;
  font-size: 0.85em;
  letter-spacing: 0.1em; }

.caption__c {
  margin: 24px 0 0 0;
  text-align: center;
  font-size: 0.85em;
  letter-spacing: 0.1em; }

/************************************************************

     Wrapper

************************************************************/
#wrapper {
  width: 100%;
  position: relative; }

/************************************************************

      Header

************************************************************/
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: .3s;
  background-color: white;
  height: 100px; }
  .c-header__links {
    position: absolute;
    height: 36px;
    top: 50%;
    right: 128px;
    transform: translate(0, -50%); }
    .c-header__links ul {
      display: flex;
      flex-wrap: wrap; }
      .c-header__links ul li {
        border-left: 1px solid #ccc; }
        .c-header__links ul li a {
          display: block;
          font-size: .75em;
          font-weight: 700;
          line-height: 36px;
          padding: 0 1.5em; }

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: all .4s ease 0s,background .4s ease .2s;
  transition: all .4s ease 0s,background .4s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: 64px; }
  .is-fixed .o-nav__btn {
    transition: all .4s ease 0s, background .4s ease .2s;
    height: 64px;
    padding: 24px 28px; }

.c-header .c-logo {
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: -20px;
  left: 30px; }

.c-header .c-logo a {
  display: block;
  position: relative;
  width: 200px;
  height: 40px;
  text-indent: -9999px;
  background-image: url(../images/asset/header_logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 100; }

/*
    header -> Overlay Navigation
******************************/
.o-nav {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10000; }

.o-nav__btn {
  position: absolute;
  width: 128px;
  height: 100px;
  padding: 42px 28px;
  cursor: pointer;
  z-index: 10001;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: rgba(0, 0, 0, 0.9); }

.o-nav__btn::before {
  content: attr(data-item);
  display: block;
  position: absolute;
  font-size: 0.8em;
  line-height: 1;
  letter-spacing: 0;
  left: 60px;
  top: 50%;
  margin-top: -0.4em;
  font-weight: 700;
  color: #fff; }

.o-nav__btn span {
  position: relative;
  display: block;
  width: 18px;
  height: 3px;
  transition: .3s;
  background: #fff; }

.o-nav__btn span:nth-child(1) {
  top: 0; }

.o-nav__btn span:nth-child(2) {
  top: 3px; }

.o-nav__btn span:nth-child(3) {
  top: 6px; }

.o-nav__menu {
  display: none;
  position: fixed;
  width: 0;
  height: 100%;
  min-height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  animation: overlayBg 0.5s forwards cubic-bezier(0.8, 0.01, 0.37, 1); }

@keyframes overlayBg {
  0% {
    width: 0; }
  100% {
    width: 100vw; } }
.o-nav__inner {
  position: relative;
  padding: 6.4vh 3vw;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.o-nav__head {
  position: relative;
  width: 100%;
  z-index: 100002;
  margin-bottom: 2vw;
  padding-bottom: .75em;
  border-bottom: 1px solid #555;
  animation: FadeInHead .4s forwards;
  animation-delay: 0.4s;
  opacity: 0; }
  .o-nav__head .__left p {
    border-left: 3px solid #fff;
    padding-left: 1.0em;
    font-size: 0.8em;
    font-weight: 700;
    color: #fff;
    line-height: 40px; }
  .o-nav__head .__right {
    position: absolute;
    top: 0;
    right: 0; }
    .o-nav__head .__right .__links ul li {
      margin: 0 .1em;
      display: inline-block; }
      .o-nav__head .__right .__links ul li a {
        padding: 0 1.25em;
        font-size: 0.75em;
        font-weight: 700;
        color: #222;
        background: #fff;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
        border-radius: 4em; }
        .o-nav__head .__right .__links ul li a:hover {
          color: #fff;
          background: none; }

@keyframes FadeInHead {
  0% {
    opacity: 0;
    margin-left: 20px; }
  100% {
    opacity: 1;
    margin-left: 0px; } }
.o-nav__body {
  width: 100%;
  animation: FadeInBody .4s forwards;
  animation-delay: 0.4s;
  opacity: 0; }

@keyframes FadeInBody {
  0% {
    opacity: 0;
    margin-left: 30px; }
  100% {
    opacity: 1;
    margin-left: 0px; } }
/* Internal / In page links */
.o-nav__item.__internal {
  position: relative;
  margin: 2vw 0; }
  .o-nav__item.__internal .__head h2 {
    position: absolute;
    font-size: 0.7em;
    color: #fff;
    top: 1.8vw;
    left: 0; }
  .o-nav__item.__internal ul {
    position: relative;
    padding-left: calc( 80px + 2.4vw );
    padding-right: 6.4vw;
    padding-top: 0;
    padding-bottom: 0; }
    .o-nav__item.__internal ul li {
      padding: 1vw 0; }
      .o-nav__item.__internal ul li a {
        color: #fff;
        font-size: 1.2em;
        font-weight: 700;
        line-height: 1.8;
        letter-spacing: 0; }
        .o-nav__item.__internal ul li a:hover {
          color: #f8B500; }
      .o-nav__item.__internal ul li.__child {
        padding: .5vw 0; }
        .o-nav__item.__internal ul li.__child a {
          margin: 0 0 0 1.5em;
          font-size: .9em; }

/* Links */
.o-nav__item.__links {
  display: none; }

/* Content */
.o-nav__item.__content {
  margin: 2vw 0 0;
  padding: 2.1vw 0;
  text-align: center;
  border-top: 1px solid #555; }

.o-nav__item.__content ul li {
  display: inline-block;
  margin: 0 1vw; }

.o-nav__item.__content ul li a {
  display: inline-block;
  font-size: 0.8em;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0; }

.o-nav__item.__content ul li a:hover {
  color: #f8B500; }

/* SNS */
.o-nav__item.__sns {
  text-align: center; }

.o-nav__item.__sns ul li {
  display: inline-block;
  width: 50px;
  height: 50px; }

.o-nav__item.__sns ul li a {
  display: block;
  width: 50px;
  height: 50px; }

.o-nav__item.__sns li a:hover {
  background-color: #444; }

.o-nav__item.__sns ul li.__fb a,
.o-nav__item.__sns li.__tw a,
.o-nav__item.__sns li.__ig a,
.o-nav__item.__sns li.__yt a {
  background-image: url(../images/asset/footer_ico.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border-radius: 100%; }

.o-nav__item.__sns ul li.__fb a {
  background-position: 0px 0px; }

.o-nav__item.__sns ul li.__tw a {
  background-position: -50px 0px; }

.o-nav__item.__sns ul li.__ig a {
  background-position: -100px 0px; }

.o-nav__item.__sns ul li.__yt a {
  background-position: -150px 0px; }

/************************************************************

     Breadcrumb

************************************************************/
.breadcrumbs {
  position: relative;
  margin: 3.2vw 0;
  padding: 0 6.4vw;
  z-index: 50; }

.breadcrumbs ul li {
  display: inline-block; }

.breadcrumbs ul li span {
  font-size: 0.85em;
  letter-spacing: 0.05em; }

.breadcrumbs ul li a {
  position: relative;
  margin: 0 1.5em 0 0;
  color: #222; }

.breadcrumbs ul li a:hover {
  color: #f8B500; }

.breadcrumbs ul li a::after {
  content: ">";
  position: absolute;
  top: 50%;
  margin-top: -0.4em;
  right: -1.25em;
  color: #222; }

/************************************************************

     Footer

************************************************************/
.footer {
  position: relative;
  margin: 3.2vw 0 0;
  padding-left: 6.4vw;
  padding-right: 6.4vw;
  padding-top: calc( 72px + 2.4vw );
  padding-bottom: calc( 72px + 2.4vw );
  background: #1a1a1a;
  z-index: 50; }

.footer .f-logo {
  width: 203px;
  height: 40px;
  overflow: hidden; }

.footer .f-logo a {
  display: block;
  width: 203px;
  height: 40px;
  text-indent: -9999px;
  background-image: url(../images/asset/footer_logo.png);
  background-repeat: no-repeat;
  background-size: 100%; }

/*
    footer -> Navigation
******************************/
.f-nav {
  margin: 1.5em 0 0; }

.f-nav ul li {
  display: inline-block;
  margin: 0 0.5em; }

.f-nav ul li:first-child {
  margin-left: 0; }

.f-nav ul li:last-child {
  margin-right: 0; }

.f-nav a {
  display: inline-block;
  color: #fff;
  font-size: 0.8em; }

/*
    footer -> Follow Us
******************************/
.f-sns {
  position: absolute;
  top: calc( 72px + 2.4vw );
  right: 6.4vw; }

.f-sns ul li {
  display: inline-block;
  width: 50px;
  height: 50px; }

.f-sns ul li a {
  display: block;
  width: 50px;
  height: 50px; }

.f-sns ul li a:hover {
  background-color: #444; }

.f-sns ul li.__fb a,
.f-sns ul li.__tw a,
.f-sns ul li.__ig a,
.f-sns ul li.__yt a {
  background-image: url(../images/asset/footer_ico.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border-radius: 100%; }

.f-sns ul li.__fb a {
  background-position: 0px 0px; }

.f-sns ul li.__tw a {
  background-position: -50px 0px; }

.f-sns ul li.__ig a {
  background-position: -100px 0px; }

.f-sns ul li.__yt a {
  background-position: -150px 0px; }

/*
    footer -> Copyright
******************************/
.footer .f-copyright {
  position: absolute;
  font-size: 0.7em;
  color: #999;
  bottom: calc( 72px + 2.4vw );
  right: 6.4vw; }

/*
    footer -> Page Top
******************************/
.f-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 900;
  display: none; }

.f-pagetop a {
  width: 6vw;
  height: 6vw;
  min-width: 54px;
  min-height: 54px;
  max-width: 72px;
  max-height: 72px;
  position: relative;
  display: block;
  background: #333;
  text-indent: -9999px; }

.f-pagetop a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #fff transparent;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px; }

.f-pagetop a:hover {
  background: #f8B500; }

/* ---------------------------------------
	max-width: 800px
--------------------------------------- */
@media screen and (max-width: 800px) {
  html {
    font-size: 14px; }

    /************************************************************

          Header

    ************************************************************/
  .c-header .c-logo {
    margin-top: -18px;
    left: 30px; }

  .c-header .c-logo a {
    width: 180px;
    height: 36px; }

  .c-header__links {
    right: 100px; }
    .c-header__links ul li a {
      display: block;
      font-size: .8em;
      padding: 0 1.0em; }

  .o-nav__btn {
    width: 100px;
    height: 100px;
    padding: 42px 40px; }

  .o-nav__btn::before {
    display: none; }

  .o-nav__inner {
    padding: 5vh 9.6vw; }

  .o-nav__head {
    font-size: 0.8em;
    padding-top: 60px; }
    .o-nav__head .__left p {
      border-left: 3px solid #fff;
      padding-left: 1.0em;
      font-size: 0.9em;
      font-weight: 700;
      color: #fff;
      line-height: 40px; }
    .o-nav__head .__right {
      position: absolute;
      top: 0;
      right: 0; }
      .o-nav__head .__right .__links {
        display: none; }

  /* Internal / In page links */
  .o-nav__item.__internal {
    position: relative;
    margin: 4.8vw 0; }

  .o-nav__item.__internal .__head h2 {
    position: relative;
    font-size: 0.8em;
    margin-bottom: 1em;
    top: auto;
    left: auto; }

  .o-nav__item.__internal ul {
    position: relative;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
    padding-top: 0;
    padding-bottom: 0; }

  .o-nav__item.__internal ul li {
    border-bottom: 1px solid #333; }

  .o-nav__item.__internal ul li a {
    display: block;
    font-size: 1.1em;
    padding: 2.4vw 0; }

  /* Content */
  .o-nav__item.__content {
    margin: 4.8vw 0 0;
    padding: 4.8vw 0; }

  .o-nav__item.__content ul li {
    display: inline-block;
    margin: 0 1.2vw; }

  .o-nav__item.__content ul li a {
    font-size: .8em;
    line-height: 2.4; }

  /* Links */
  .o-nav__item.__links {
    display: block;
    margin: 1.0em 0; }
    .o-nav__item.__links ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .o-nav__item.__links ul li {
        margin: 0 .1em;
        border-right: 1px solid #ccc; }
        .o-nav__item.__links ul li:last-child {
          border-right: none; }
        .o-nav__item.__links ul li a {
          padding: .5em 1.0em;
          font-size: 0.8em;
          font-weight: 700;
          display: block;
          color: #fff; }

  /* SNS */
  .o-nav__item.__sns {
    padding-bottom: 64px; }

  .is-fixed .o-nav__btn {
    transition: all .4s ease 0s, background .4s ease .2s;
    height: 64px;
    padding: 24px 40px; }

    /************************************************************

         Breadcrumb

    ************************************************************/
  .breadcrumbs {
    margin: 4.8vw 0; }

  .breadcrumbs ul li {
    display: inline-block; }

  .breadcrumbs ul li span {
    font-size: 0.8em; }

    /************************************************************

         Footer

    ************************************************************/
  .footer {
    margin: 3.2vw 0 0;
    padding-top: 6.4vw;
    padding-bottom: calc( 64px + 2.4vw ); }

  .f-nav ul li {
    margin: 0 0.25em; }

  .f-sns {
    position: relative;
    margin: 1em 0;
    top: auto;
    right: auto; }

  .footer .f-copyright {
    position: relative;
    font-size: 0.7em;
    bottom: auto;
    right: auto; } }
/* max-width: 800px */
@media screen and (max-width: 640px) {
  .c-header__links {
    right: 100px; }
    .c-header__links ul li.__ec {
      display: none; }
    .c-header__links ul li a {
      padding: 0 1.5em; } }
/* ---------------------------------------
	max-width: 600px
--------------------------------------- */
@media screen and (max-width: 600px) {
  /*
      Other
  ******************************/
  .__sp {
    display: block; }

  .__pc {
    display: none; }

    /************************************************************

          Header

    ************************************************************/
  .c-header {
    height: 80px; }

  .c-header .c-logo {
    margin-top: -14px;
    left: 20px; }

  .c-header .c-logo a {
    width: 144px;
    height: 28px; }

  .c-header__links {
    right: 80px; }
    .c-header__links ul li a {
      font-size: .8em;
      padding: 0 1.5em; }

  .o-nav__btn {
    width: 80px;
    height: 80px;
    padding: 32px 30px; }

  .is-fixed .o-nav__btn {
    width: 80px;
    height: 80px;
    padding: 32px 30px; }

    /************************************************************

         Footer

    ************************************************************/
  .footer {
    margin: 4.8vw 0 0;
    padding-top: 9.6vw;
    padding-bottom: calc( 56px + 2.4vw ); }

  .footer .f-logo {
    width: 144px;
    height: 28px; }

  .footer .f-logo a {
    width: 144px;
    height: 28px; }

  .f-nav ul {
    border-top: 1px solid #333; }

  .f-nav ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #333; }

  .f-nav ul li a {
    display: block;
    padding: 2.8vw; }

  .footer .f-copyright {
    font-size: 0.65em; } }
/* max-width: 600px */
/* ---------------------------------------
	max-width: 320px
--------------------------------------- */
@media screen and (max-width: 320px) {
  html {
    font-size: 13px; }

    /************************************************************

          Header

    ************************************************************/
  .o-nav__btn {
    position: absolute;
    right: 0px; }

  .o-nav__inner {
    padding: 4vh 9.6vw; }

  .o-nav__head {
    position: relative;
    width: 100%;
    font-size: 0.8em;
    color: #fff;
    z-index: 100002;
    margin-bottom: 4.8vw;
    padding-bottom: 4.8vw;
    border-bottom: 1px solid #555; }

  /* Internal / In page links */
  .o-nav__item.__internal {
    position: relative;
    margin: 3.6vw 0; }

  .o-nav__item.__internal .__head h2 {
    font-size: 0.65em;
    margin-bottom: 0.5em; }

  .o-nav__item.__internal ul li {
    border-bottom: 1px solid #333; }

  .o-nav__item.__internal ul li:last-child {
    border-bottom: none; }

  .o-nav__item.__internal ul li a {
    display: block;
    font-size: 1.0em;
    padding: 2.0vw 0; }

  /* Content */
  .o-nav__item.__content {
    margin: 3.6vw 0 0;
    padding: 3.6vw 0; }

  .o-nav__item.__content ul li {
    display: inline-block;
    margin: 0 1.2vw; }

  .o-nav__item.__content ul li a {
    font-size: 0.9em;
    line-height: 2.0; } }
/* max-width: 320px */
.content {
  position: relative;
  margin: 100px 0 0 0;
  /* Font Settings */
  font-family: 'Poppins', 'Zen Kaku Gothic New', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-feature-settings: "palt" 1;
  letter-spacing: 0em; }

@media screen and (max-width: 800px) {
  .content {
    margin: 80px 0 0 0; } }
.is-hide {
  display: none; }

/* Color */
.c-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.c-column02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.c-blk {
  padding-top: 80px;
  margin-top: -80px; }

.c-anim {
  padding: 1em 5% 2em; }
  .c-anim.__sec01 {
    background: #ffeef0; }
  .c-anim.__sec02 {
    background: #defcfa; }
  .c-anim.__sec03 {
    background: #defcfa; }
  .c-anim.__sec04 {
    background: #ffefdc; }
  .c-anim__blk {
    margin: 3.0em 0; }
  .c-anim__head {
    margin: 0 0 1.5em;
    text-align: center; }
    .c-anim__head h2 {
      font-size: 1.6em;
      font-weight: 900;
      line-height: 1.35; }
      .c-anim__head h2 span {
        background-color: #f4b251;
        border-radius: 5%;
        color: #fff;
        padding: 1% 2%;
        font-size: 0.8em; }
  .c-anim__head01 h2 {
    display: inline-block;
    margin-bottom: 4%; }
  .c-anim__head01 p {
    display: inline-block;
    color: #fff;
    background-color: #f4b251;
    padding: 1% 2%;
    border-radius: 5%;
    font-weight: bold;
    margin-right: 5%;
    line-height: 1.5;
    vertical-align: middle; }
  .c-anim__head01 .mrk {
    padding: 2%; }
  .c-anim__body {
    position: relative;
    width: 100%;
    margin: 0 0 4.0em; }
    .c-anim__body::before {
      content: "";
      display: block;
      padding-top: 56.25%; }
  .c-anim__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .c-anim__btn a {
    color: #f4b251;
    background: #fff;
    border: 4px solid #f4b251; }
  .c-anim__items {
    position: relative; }
    .c-anim__items .__item {
      position: absolute; }

.c-hero {
  position: relative;
  padding: 4.8em 0;
  background-color: #a8d5f2;
  background-image: url(../images/bg_line.png);
  background-repeat: repeat;
  background-size: 33.333%;
  background-position: center center;
  z-index: 10;
  overflow: hidden; }
  .c-hero__copy {
    position: relative;
    margin: 0 auto 3.0em;
    text-align: center; }
    .c-hero__copy p {
      position: relative;
      z-index: 100; }
      .c-hero__copy p em {
        display: inline-block;
        padding: .75em 1.5em;
        font-size: .9em;
        font-weight: 800;
        background: #fff33f;
        border-radius: 10em; }
    .c-hero__copy::before {
      content: "";
      display: block;
      position: absolute;
      width: 90%;
      height: 8px;
      background: #fff33f;
      border-radius: 10em;
      top: 50%;
      left: 5%;
      transform: translate(0, -50%); }
  .c-hero__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1360px;
    width: 85%;
    margin: 0 auto; }
  .c-hero__ttl {
    width: 60%; }
  .c-hero__video {
    position: relative;
    width: 31.25%; }
    .c-hero__video .__video .__wrapper {
      width: 100%;
      position: relative;
      padding-top: 177.7777%; }
      .c-hero__video .__video .__wrapper:not(.js_active)::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.2); }
      .c-hero__video .__video .__wrapper:not(.js_active)::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 60px;
        height: 60px;
        background-image: url(./loading.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
      .c-hero__video .__video .__wrapper .__border {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        border: 4px solid  #222;
        z-index: 1; }
      .c-hero__video .__video .__wrapper video {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0; }
      .c-hero__video .__video .__wrapper .__btn {
        position: absolute;
        bottom: 3em;
        left: -1.5em;
        z-index: 5; }
      .c-hero__video .__video .__wrapper .__scroll {
        width: 180px;
        position: absolute;
        bottom: 3em;
        right: -70px;
        z-index: 5; }
    .c-hero__video .__img {
      display: none;
      width: 100%;
      position: absolute;
      top: 36%;
      left: 0;
      z-index: 5; }
      .c-hero__video .__img .__wrapper {
        position: relative; }
        .c-hero__video .__img .__wrapper .__left {
          position: absolute;
          width: 27vw;
          height: 18vw;
          left: 0;
          bottom: 0; }
        .c-hero__video .__img .__wrapper .__right {
          position: absolute;
          width: 18vw;
          height: 12vw;
          right: 0;
          top: 0; }

.c-intro {
  position: relative;
  padding: 6.0em 4.8vw;
  background-color: #fff33f;
  z-index: 5;
  overflow: hidden; }
  .c-intro__head {
    text-align: center;
    margin: 0 0 4em; }
    .c-intro__head h1 {
      font-size: 2.4em;
      font-weight: 800;
      line-height: 1.3; }
    .c-intro__head p {
      margin: 0 0 .25em;
      font-size: 1.6em;
      line-height: 1.3; }
      .c-intro__head p em {
        font-weight: 800; }
  .c-intro__body {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  .c-intro__img {
    position: relative; }
    .c-intro__img .__img {
      position: absolute; }
      .c-intro__img .__img.__l {
        left: 4vw;
        top: 50%;
        margin-top: -4%;
        opacity: 0; }
        .c-intro__img .__img.__l img {
          width: 10vw; }
      .c-intro__img .__img.__r {
        right: 4vw;
        top: 50%;
        margin-top: 20%;
        opacity: 0; }
        .c-intro__img .__img.__r img {
          width: 10vw; }
  .c-intro__img-new {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 3em;
    border-top: 3px dashed #fff;
    padding-top: 2em; }
    .c-intro__img-new img {
      width: 14%; }
  .c-intro__items01, .c-intro__items02 {
    justify-content: space-between; }
    .c-intro__items01 .__item, .c-intro__items02 .__item {
      position: relative;
      width: 28%;
      padding-bottom: 8%; }
      .c-intro__items01 .__item .__baloon, .c-intro__items02 .__item .__baloon {
        position: absolute;
        display: block;
        padding: 0 .75em;
        background: #fff;
        height: 36px;
        line-height: 36px;
        border-radius: 36px;
        left: -.25em;
        top: -18px;
        z-index: 100; }
        .c-intro__items01 .__item .__baloon p em, .c-intro__items02 .__item .__baloon p em {
          font-size: .8em;
          color: #fff;
          font-weight: 800; }
        .c-intro__items01 .__item .__baloon.__sec01, .c-intro__items02 .__item .__baloon.__sec01 {
          background: #f19a9e; }
        .c-intro__items01 .__item .__baloon.__sec02, .c-intro__items02 .__item .__baloon.__sec02 {
          background: #6b8bc7; }
        .c-intro__items01 .__item .__baloon.__sec03, .c-intro__items02 .__item .__baloon.__sec03 {
          background: #6cc4be; }
        .c-intro__items01 .__item .__baloon.__sec04, .c-intro__items02 .__item .__baloon.__sec04 {
          background: #f4b251; }
      .c-intro__items01 .__item .__img, .c-intro__items02 .__item .__img {
        margin: 0 0 .75em; }
      .c-intro__items01 .__item .__txt, .c-intro__items02 .__item .__txt {
        text-align: center;
        font-weight: 800; }
  .c-intro__items01 {
    border-bottom: 3px dashed #fff;
    margin-bottom: 10%; }
    .c-intro__items01 .__item .__baloon.__sec04 {
      background: #f4b251; }
  .c-intro__items02 .__item .__baloon.__sec01 {
    background: #f19a9e; }
  .c-intro__items02 .__item .__baloon.__sec02 {
    background: #6b8bc7; }
  .c-intro__items02 .__item .__baloon.__sec03 {
    background: #6cc4be; }

.c-about {
  overflow: hidden;
  padding: 4.0em 0;
  background: #fff33f;
  background-image: url(../images/bg_line.png);
  background-repeat: repeat;
  background-size: 33.333%;
  background-position: center center; }

.c-sec {
  position: relative;
  width: 90%;
  max-width: 960px;
  padding: 0;
  margin: 4.0em auto;
  background: #fff; }
  .c-sec.__sec04 {
    margin-top: 6.0em; }
  .c-sec__baloon {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: calc(-25px - 1.2vw); }
  .c-sec__baloon2 {
    position: absolute;
    display: block;
    width: 84%;
    left: 0;
    top: calc(-25px - 1.2vw); }
  .c-sec__head {
    position: absolute;
    left: -1em;
    top: -28px;
    z-index: 10;
    padding: .5rem 2.0rem;
    border-radius: .25em; }
    .c-sec__head h1 {
      font-size: 2.0em;
      font-weight: 800;
      line-height: 1.3;
      color: #fff; }
    .c-sec__head.__sec01 {
      background: #f19a9e; }
    .c-sec__head.__sec02 {
      background: #6b8bc7; }
    .c-sec__head.__sec03 {
      background: #6cc4be; }
    .c-sec__head.__sec04 {
      background: #f4b251; }
  .c-sec__inner {
    border: 12px solid; }
    .c-sec__inner.__sec01 {
      border-color: #f19a9e; }
    .c-sec__inner.__sec02 {
      border-color: #6b8bc7; }
    .c-sec__inner.__sec03 {
      border-color: #6cc4be; }
    .c-sec__inner.__sec04 {
      border-color: #f4b251; }
    .c-sec__inner .__ttl {
      padding: 3em;
      justify-content: space-between;
      align-items: center; }
      .c-sec__inner .__ttl .__img {
        width: 30%; }
      .c-sec__inner .__ttl .__txt {
        width: 65%; }
        .c-sec__inner .__ttl .__txt h2 {
          font-size: 1.9em;
          font-weight: 800;
          line-height: 1.35; }
        .c-sec__inner .__ttl .__txt p {
          margin: 0 0 .5rem;
          font-size: .9em;
          line-height: 1.35; }
          .c-sec__inner .__ttl .__txt p em {
            font-weight: 800; }
  .c-sec__btn {
    text-align: center;
    margin: 4% 0 10%; }
  .c-sec__foot {
    position: absolute;
    width: 100%;
    bottom: -24px;
    left: 0;
    text-align: center; }
    .c-sec__foot.__sec01 a {
      background: #f19a9e;
      border: 4px solid #f19a9e; }
      .c-sec__foot.__sec01 a:hover {
        color: #f19a9e;
        background: #ffeef0; }
    .c-sec__foot.__sec02 a {
      background: #6b8bc7;
      border: 4px solid #6b8bc7; }
      .c-sec__foot.__sec02 a:hover {
        color: #6b8bc7;
        background: #defcfa; }
    .c-sec__foot.__sec03 a {
      background: #6cc4be;
      border: 4px solid #6cc4be; }
      .c-sec__foot.__sec03 a:hover {
        color: #6cc4be;
        background: #defcfa; }
    .c-sec__foot.__sec04 a {
      background: #f4b251;
      border: 4px solid #f4b251; }
      .c-sec__foot.__sec04 a:hover {
        color: #f4b251;
        background: #ffefdc; }
    .c-sec__foot.__sec04-2 a {
      background: #fff;
      border: 4px solid #f4b251; }

.c-lineup {
  background: #a8d5f2;
  margin: 0 auto 3.0em;
  padding: 6.0em 0; }
  .c-lineup__wrap {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    padding: 1.5% 6%;
    background: #fff; }
  .c-lineup__head {
    position: relative;
    margin-top: -60px;
    margin-bottom: 2.0em; }
    .c-lineup__head h1 {
      text-align: center;
      margin-bottom: 8%; }
      .c-lineup__head h1 img {
        max-width: 720px; }
  .c-lineup__new {
    position: absolute;
    top: -9%;
    left: 44%;
    width: 14%; }
  .c-lineup__cat {
    position: absolute;
    width: 48%;
    height: 56px;
    padding: 0 .5em;
    text-align: center;
    top: 0; }
    .c-lineup__cat.__fukusyu {
      width: 100%;
      background: #f19a9e;
      left: 0; }
    .c-lineup__cat.__support {
      background: #6b8bc7;
      left: 0; }
    .c-lineup__cat.__anki {
      background: #6cc4be;
      right: 0; }
    .c-lineup__cat.__mini {
      width: 100%;
      background: #f4b251;
      left: 0; }
    .c-lineup__cat h2 {
      color: #fff;
      font-size: 1.35em;
      font-weight: 800;
      line-height: 56px; }
  .c-lineup__blk {
    padding-top: 88px; }
  .c-lineup__items {
    margin: 0 -2% 1.0em; }
    .c-lineup__items .__item {
      position: relative;
      width: 21%;
      margin: 0 2.0% 2.0em;
      padding-bottom: calc(1.0em + 84px); }
      .c-lineup__items .__item .__img {
        margin: 0 0 .75em; }
      .c-lineup__items .__item .__txt .__name {
        margin: 0 0 .25em; }
        .c-lineup__items .__item .__txt .__name h2 {
          font-size: .8em;
          line-height: 1.4;
          font-weight: 800; }
      .c-lineup__items .__item .__txt .__data {
        line-height: 1.4; }
        .c-lineup__items .__item .__txt .__data .__spec {
          margin: 0 0 .25em;
          font-size: .7em; }
        .c-lineup__items .__item .__txt .__data .__price {
          font-size: .8em;
          font-weight: 700; }
      .c-lineup__items .__item .__links {
        width: 100%;
        position: absolute;
        bottom: 0; }
        .c-lineup__items .__item .__links .__btn {
          width: 100%;
          margin-bottom: 4px; }
          .c-lineup__items .__item .__links .__btn a {
            display: block;
            width: 100%; }
          .c-lineup__items .__item .__links .__btn:last-child {
            margin-bottom: 0; }

.c-ecsite {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 3.0em;
  padding: 6.0em 1.0em;
  background: #fff33f;
  border-radius: .5em;
  overflow: hidden; }
  .c-ecsite__head {
    margin: 0 0 1.5em;
    text-align: center; }
    .c-ecsite__head h1 {
      font-size: 2.0em;
      font-weight: 800;
      line-height: 1.3; }
  .c-ecsite__body {
    text-align: center; }
    .c-ecsite__body .__btn {
      display: inline-block; }

.c-related {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 6.0em;
  background: url("../images/c_related_img_bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: .5em;
  color: #222222; }
  .c-related a {
    display: block;
    position: relative;
    padding: 5.0em; }
    .c-related a::after {
      content: "もっと詳しく";
      position: absolute;
      display: block;
      width: 75%;
      max-width: 280px;
      padding: 1.0em 0;
      text-align: center;
      border: 3px solid #222;
      background: #222;
      color: #fff;
      font-weight: 900;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 50%);
      border-radius: 5em;
      transition: all .2s; }
    .c-related a:hover {
      color: #222222; }
      .c-related a:hover::after {
        border: 3px solid #222;
        background: #fff;
        color: #222; }
  .c-related__head {
    margin: 0 0 1.0em;
    text-align: center; }
    .c-related__head h1 img {
      max-width: 500px;
      display: inline-block; }
  .c-related__body {
    font-weight: 700;
    margin: 0 0 1.0em;
    justify-content: center;
    line-height: 1.8;
    text-align: center; }

.c-related-mini {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 6.0em;
  border-radius: .5em;
  background-image: url("../images/c_related_img_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .c-related-mini a {
    display: block;
    position: relative;
    padding: 5.0em; }
    .c-related-mini a::after {
      content: "もっと詳しく";
      position: absolute;
      display: block;
      width: 75%;
      max-width: 280px;
      padding: 1.0em 0;
      text-align: center;
      border: 3px solid #222;
      background: #222;
      color: #fff;
      font-weight: 900;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 50%);
      border-radius: 5em;
      transition: all .2s; }
    .c-related-mini a:hover::after {
      border: 3px solid #222;
      background: #fff;
      color: #222; }
  .c-related-mini__01 {
    width: 20%;
    margin: 0 auto; }
  .c-related-mini__ttl {
    width: 80%;
    margin: 3% auto; }
  .c-related-mini__02 {
    width: 50%;
    margin: 0 auto; }

.c-btn-A a {
  position: relative;
  display: block;
  width: 280px;
  height: 72px;
  border: 3px solid #222;
  background: #fff;
  line-height: 68px;
  text-align: center; }
  .c-btn-A a span {
    display: inline-block;
    font-size: .9em;
    font-weight: 800;
    margin-right: 1.5em; }
  .c-btn-A a::after {
    content: "";
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    transition: .3s; }
  .c-btn-A a:hover {
    background: #fff33f; }
    .c-btn-A a:hover span {
      color: #222; }
.c-btn-A.__internal a::after {
  background-image: url(../images/btn_arrow_down.png); }
.c-btn-A.__internal a:hover::after {
  margin-top: .25em; }
.c-btn-A.__external a::after {
  background-image: url(../images/btn_arrow_next.png); }
.c-btn-A.__external a:hover::after {
  right: -.25em; }

.c-btn-B a,
.c-btn-C a {
  position: relative;
  display: block;
  font-size: .75em;
  font-weight: 700;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  text-align: center; }
  .c-btn-B a:hover,
  .c-btn-C a:hover {
    color: #222;
    background: #fff33f;
    border: 1px solid #222; }
    .c-btn-B a:hover::after,
    .c-btn-C a:hover::after {
      right: 0; }
  .c-btn-B a::after,
  .c-btn-C a::after {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 50%;
    right: 3px;
    transform: translate(0, -50%);
    transition: .3s; }

.c-btn-B a {
  color: #fff;
  background: #222;
  border: 1px solid #222; }
  .c-btn-B a::after {
    background-image: url(../images/btn_arrow_next_wh.png); }
  .c-btn-B a:hover::after {
    background-image: url(../images/btn_arrow_next.png); }

.c-btn-C a {
  background: #fff;
  border: 1px solid #222; }
  .c-btn-C a::after {
    background-image: url(../images/btn_arrow_next.png); }

.c-btn-D a {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 90%;
  max-width: 360px;
  height: 60px;
  line-height: 54px;
  font-weight: 800;
  color: #fff;
  border-radius: 60px; }
  .c-btn-D a::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 50%;
    right: 6px;
    transform: translate(0, -50%);
    transition: .3s;
    background-image: url(../images/btn_arrow_next_wh.png); }
  .c-btn-D a:hover::after {
    background-image: url(../images/btn_arrow_next.png);
    right: 2px; }

.c-btn-E a {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 90%;
  max-width: 360px;
  height: 60px;
  line-height: 54px;
  font-weight: 800;
  color: #f4b251;
  border-radius: 60px;
  border: 4px solid #f4b251;
  background-color: #fff; }
  .c-btn-E a::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 50%;
    right: 6px;
    transform: translate(0, -50%);
    transition: .3s;
    background-image: url(../images/btn_arrow_next_org.png); }
  .c-btn-E a:hover {
    color: #fff;
    background: #f4b251; }
    .c-btn-E a:hover::after {
      right: 2px;
      background-image: url(../images/btn_arrow_next_wh.png); }

@media screen and (max-width: 600px) {
  .c-btn-A a {
    width: 80%;
    height: 60px;
    border: 2px solid #222;
    line-height: 56px; }
    .c-btn-A a span {
      margin-right: 1.5em; }

  .c-btn-B a,
  .c-btn-C a {
    height: 36px;
    line-height: 34px; }

  .c-btn-D a {
    width: 80%;
    height: 56px;
    line-height: 50px; } }
.js-anim {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.8, 0.01, 0.37, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0); }
  .js-anim.is-active {
    opacity: 1; }

.__anim01-1-1,
.__anim01-2-1,
.__anim01-3-1,
.__anim01-4-1,
.__anim01-5-1,
.__anim01-6-1,
.__anim02-1-1,
.__anim02-2-1,
.__anim02-3-1,
.__anim03-1-1,
.__anim03-2-1,
.__anim03-3-1,
.__anim03-4-1,
.__anim04-2-1,
.__anim04-3-1,
.__anim04-4-1 {
  z-index: 1;
  top: 0;
  transition-delay: 0.2s !important; }
  .__anim01-1-1.is-active,
  .__anim01-2-1.is-active,
  .__anim01-3-1.is-active,
  .__anim01-4-1.is-active,
  .__anim01-5-1.is-active,
  .__anim01-6-1.is-active,
  .__anim02-1-1.is-active,
  .__anim02-2-1.is-active,
  .__anim02-3-1.is-active,
  .__anim03-1-1.is-active,
  .__anim03-2-1.is-active,
  .__anim03-3-1.is-active,
  .__anim03-4-1.is-active,
  .__anim04-2-1.is-active,
  .__anim04-3-1.is-active,
  .__anim04-4-1.is-active {
    animation-delay: 0.2s !important; }

.__anim01-1-2,
.__anim01-2-2,
.__anim01-3-2,
.__anim01-4-2,
.__anim01-5-2,
.__anim01-6-2,
.__anim02-1-2,
.__anim02-2-2,
.__anim02-3-2,
.__anim03-1-2,
.__anim03-2-2,
.__anim03-3-2,
.__anim03-4-2,
.__anim04-2-2,
.__anim04-3-2,
.__anim04-4-2 {
  z-index: 2;
  top: 0;
  transition-delay: 0.4s !important; }
  .__anim01-1-2.is-active,
  .__anim01-2-2.is-active,
  .__anim01-3-2.is-active,
  .__anim01-4-2.is-active,
  .__anim01-5-2.is-active,
  .__anim01-6-2.is-active,
  .__anim02-1-2.is-active,
  .__anim02-2-2.is-active,
  .__anim02-3-2.is-active,
  .__anim03-1-2.is-active,
  .__anim03-2-2.is-active,
  .__anim03-3-2.is-active,
  .__anim03-4-2.is-active,
  .__anim04-2-2.is-active,
  .__anim04-3-2.is-active,
  .__anim04-4-2.is-active {
    animation-delay: 0.4s !important; }

.__anim01-1-3,
.__anim01-2-3,
.__anim01-3-3,
.__anim01-4-3,
.__anim01-5-3,
.__anim01-6-3,
.__anim02-1-3,
.__anim02-2-3,
.__anim02-3-3,
.__anim03-1-3,
.__anim03-2-3,
.__anim03-3-3,
.__anim03-4-3,
.__anim04-2-3,
.__anim04-3-3,
.__anim04-4-3 {
  z-index: 3;
  top: 0;
  transition-delay: 0.6s !important; }
  .__anim01-1-3.is-active,
  .__anim01-2-3.is-active,
  .__anim01-3-3.is-active,
  .__anim01-4-3.is-active,
  .__anim01-5-3.is-active,
  .__anim01-6-3.is-active,
  .__anim02-1-3.is-active,
  .__anim02-2-3.is-active,
  .__anim02-3-3.is-active,
  .__anim03-1-3.is-active,
  .__anim03-2-3.is-active,
  .__anim03-3-3.is-active,
  .__anim03-4-3.is-active,
  .__anim04-2-3.is-active,
  .__anim04-3-3.is-active,
  .__anim04-4-3.is-active {
    animation-delay: 0.6s !important; }

.__anim01-1-4,
.__anim01-2-4,
.__anim01-3-4,
.__anim01-4-4,
.__anim01-5-4,
.__anim01-6-4,
.__anim02-1-4,
.__anim02-2-4,
.__anim02-3-4,
.__anim03-1-4,
.__anim03-2-4,
.__anim03-3-4,
.__anim03-4-4,
.__anim04-2-4,
.__anim04-3-4,
.__anim04-4-4 {
  z-index: 4;
  top: 0;
  transition-delay: 0.8s !important; }
  .__anim01-1-4.is-active,
  .__anim01-2-4.is-active,
  .__anim01-3-4.is-active,
  .__anim01-4-4.is-active,
  .__anim01-5-4.is-active,
  .__anim01-6-4.is-active,
  .__anim02-1-4.is-active,
  .__anim02-2-4.is-active,
  .__anim02-3-4.is-active,
  .__anim03-1-4.is-active,
  .__anim03-2-4.is-active,
  .__anim03-3-4.is-active,
  .__anim03-4-4.is-active,
  .__anim04-2-4.is-active,
  .__anim04-3-4.is-active,
  .__anim04-4-4.is-active {
    animation-delay: 0.8s !important; }

.__anim01-2-5,
.__anim01-3-5,
.__anim01-4-5,
.__anim01-5-5,
.__anim01-6-5,
.__anim02-1-5,
.__anim02-2-5,
.__anim02-3-5,
.__anim03-1-5,
.__anim03-2-5,
.__anim03-3-5,
.__anim03-4-5,
.__anim04-3-5,
.__anim04-4-5 {
  z-index: 5;
  top: 0;
  transition-delay: 1s !important; }
  .__anim01-2-5.is-active,
  .__anim01-3-5.is-active,
  .__anim01-4-5.is-active,
  .__anim01-5-5.is-active,
  .__anim01-6-5.is-active,
  .__anim02-1-5.is-active,
  .__anim02-2-5.is-active,
  .__anim02-3-5.is-active,
  .__anim03-1-5.is-active,
  .__anim03-2-5.is-active,
  .__anim03-3-5.is-active,
  .__anim03-4-5.is-active,
  .__anim04-3-5.is-active,
  .__anim04-4-5.is-active {
    animation-delay: 1s !important; }

.__anim01-2-6,
.__anim01-3-6,
.__anim01-4-6,
.__anim01-5-6,
.__anim01-6-6,
.__anim02-1-6,
.__anim02-2-6,
.__anim02-3-6,
.__anim03-1-6,
.__anim03-2-6,
.__anim03-3-6,
.__anim03-4-6,
.__anim04-4-6 {
  z-index: 6;
  top: 0;
  transition-delay: 1.2s !important; }
  .__anim01-2-6.is-active,
  .__anim01-3-6.is-active,
  .__anim01-4-6.is-active,
  .__anim01-5-6.is-active,
  .__anim01-6-6.is-active,
  .__anim02-1-6.is-active,
  .__anim02-2-6.is-active,
  .__anim02-3-6.is-active,
  .__anim03-1-6.is-active,
  .__anim03-2-6.is-active,
  .__anim03-3-6.is-active,
  .__anim03-4-6.is-active,
  .__anim04-4-6.is-active {
    animation-delay: 1.2s !important; }

.__anim01-2-7,
.__anim01-3-7,
.__anim01-4-7,
.__anim01-5-7,
.__anim01-6-7,
.__anim02-1-7,
.__anim02-2-7,
.__anim02-3-7,
.__anim03-1-7,
.__anim03-2-7,
.__anim03-3-7,
.__anim03-4-7 {
  z-index: 7;
  top: 0;
  transition-delay: 1.4s !important; }
  .__anim01-2-7.is-active,
  .__anim01-3-7.is-active,
  .__anim01-4-7.is-active,
  .__anim01-5-7.is-active,
  .__anim01-6-7.is-active,
  .__anim02-1-7.is-active,
  .__anim02-2-7.is-active,
  .__anim02-3-7.is-active,
  .__anim03-1-7.is-active,
  .__anim03-2-7.is-active,
  .__anim03-3-7.is-active,
  .__anim03-4-7.is-active {
    animation-delay: 1.4s !important; }

.__anim04-1-1 {
  transition-delay: 0.2s !important; }
  .__anim04-1-1.is-active {
    animation-delay: 0.2s !important; }

.__anim04-1-2 {
  transition-delay: 0.4s !important; }
  .__anim04-1-2.is-active {
    animation-delay: 0.4s !important; }

.__anim04-1-3 {
  transition-delay: 0.6s !important; }
  .__anim04-1-3.is-active {
    animation-delay: 0.6s !important; }

.__anim01-1-2 {
  transition-delay: 0.4s !important; }
  .__anim01-1-2.is-active {
    animation-delay: 0.4s !important; }

.__anim01-1-3 {
  transition-delay: 0.6s !important; }
  .__anim01-1-3.is-active {
    animation-delay: 0.6s !important; }

.__anim01-2-2 {
  transition-delay: 0.4s !important; }
  .__anim01-2-2.is-active {
    animation-delay: 0.4s !important; }

.__anim01-2-3 {
  transition-delay: 0.6s !important; }
  .__anim01-2-3.is-active {
    animation-delay: 0.6s !important; }

.__anim01-3-2 {
  transition-delay: 0.4s !important; }
  .__anim01-3-2.is-active {
    animation-delay: 0.4s !important; }

.__anim01-3-3 {
  transition-delay: 0.6s !important; }
  .__anim01-3-3.is-active {
    animation-delay: 0.6s !important; }

.__anim01-3-4 {
  transition-delay: 0.6s !important; }
  .__anim01-3-4.is-active {
    animation-delay: 0.6s !important; }

.__anim01-4-2 {
  transition-delay: 0.4s !important; }
  .__anim01-4-2.is-active {
    animation-delay: 0.4s !important; }

.__anim01-4-3 {
  transition-delay: 0.6s !important; }
  .__anim01-4-3.is-active {
    animation-delay: 0.6s !important; }

.__anim01-5-2 {
  transition-delay: 0.4s !important; }
  .__anim01-5-2.is-active {
    animation-delay: 0.4s !important; }

.__anim01-5-3 {
  transition-delay: 0.6s !important; }
  .__anim01-5-3.is-active {
    animation-delay: 0.6s !important; }

.__anim01-5-4 {
  transition-delay: 0.8s !important; }
  .__anim01-5-4.is-active {
    animation-delay: 0.8s !important; }

.__anim01-6-1 {
  transition-delay: 0.2s !important; }
  .__anim01-6-1.is-active {
    animation-delay: 0.2s !important; }

.__anim01-6-2 {
  transition-delay: 0.6s !important; }
  .__anim01-6-2.is-active {
    animation-delay: 0.8s !important; }

.__anim01-6-3 {
  transition-delay: 0.8s !important; }
  .__anim01-6-3.is-active {
    animation-delay: 1.2s !important; }

.__anim01-6-4 {
  transition-delay: 1s !important; }
  .__anim01-6-4.is-active {
    animation-delay: 1.6s !important; }

.__anim02-1-2 {
  transition-delay: 0.6s !important; }
  .__anim02-1-2.is-active {
    animation-delay: 0.6s !important; }

.__anim02-1-3 {
  transition-delay: 1s !important; }
  .__anim02-1-3.is-active {
    animation-delay: 1s !important; }

.__anim02-1-4 {
  transition-delay: 1.4s !important; }
  .__anim02-1-4.is-active {
    animation-delay: 1.4s !important; }

.__anim02-1-5 {
  transition-delay: 1.8s !important; }
  .__anim02-1-5.is-active {
    animation-delay: 1.8s !important; }

.__anim02-1-6 {
  transition-delay: 2s !important; }
  .__anim02-1-6.is-active {
    animation-delay: 2s !important; }

.__anim02-1-7 {
  transition-delay: 2.2s !important; }
  .__anim02-1-7.is-active {
    animation-delay: 2.2s !important; }

.__anim02-2-2 {
  transition-delay: 0.6s !important; }
  .__anim02-2-2.is-active {
    animation-delay: 0.6s !important; }

.__anim02-2-3 {
  transition-delay: 1.2s !important; }
  .__anim02-2-3.is-active {
    animation-delay: 1.2s !important; }

.__anim02-2-4 {
  transition-delay: 1.6s !important; }
  .__anim02-2-4.is-active {
    animation-delay: 1.6s !important; }

.__anim02-2-5 {
  transition-delay: 2s !important; }
  .__anim02-2-5.is-active {
    animation-delay: 2s !important; }

.__anim02-2-6 {
  transition-delay: 2.2s !important; }
  .__anim02-2-6.is-active {
    animation-delay: 2.2s !important; }

.__anim02-3-3 {
  transition-delay: 1s !important; }
  .__anim02-3-3.is-active {
    animation-delay: 1s !important; }

.__anim02-3-4 {
  transition-delay: 1.1s !important; }
  .__anim02-3-4.is-active {
    animation-delay: 1.1s !important; }

.__anim02-3-5 {
  transition-delay: 1.2s !important; }
  .__anim02-3-5.is-active {
    animation-delay: 1.2s !important; }

.__anim03-1-2 {
  transition-delay: 0.6s !important; }
  .__anim03-1-2.is-active {
    animation-delay: 0.6s !important; }

.__anim03-1-3 {
  transition-delay: 0.8s !important; }
  .__anim03-1-3.is-active {
    animation-delay: 0.8s !important; }

.__anim03-1-4 {
  transition-delay: 1s !important; }
  .__anim03-1-4.is-active {
    animation-delay: 1s !important; }

.__anim03-2-2 {
  transition-delay: 0.6s !important; }
  .__anim03-2-2.is-active {
    animation-delay: 0.6s !important; }

.__anim03-2-3 {
  transition-delay: 0.8s !important; }
  .__anim03-2-3.is-active {
    animation-delay: 0.8s !important; }

.__anim03-2-4 {
  transition-delay: 0.9s !important; }
  .__anim03-2-4.is-active {
    animation-delay: 0.9s !important; }

.__anim03-2-5 {
  transition-delay: 1s !important; }
  .__anim03-2-5.is-active {
    animation-delay: 1s !important; }

.__anim03-3-4 {
  transition-delay: 0.8s !important; }
  .__anim03-3-4.is-active {
    animation-delay: 0.8s !important; }

.__anim03-4-2 {
  transition-delay: 0.8s !important; }
  .__anim03-4-2.is-active {
    animation-delay: 0.8s !important; }

.__anim03-4-3 {
  transition-delay: 1s !important; }
  .__anim03-4-3.is-active {
    animation-delay: 1s !important; }

.__anim03-4-4 {
  transition-delay: 1.2s !important; }
  .__anim03-4-4.is-active {
    animation-delay: 1.2s !important; }

.anim-hero__01 {
  opacity: 0;
  animation: hero__01 0.6s forwards cubic-bezier(0.8, 0.01, 0.37, 1);
  animation-delay: 1.0s;
  transform: translate3d(0, 0, 0); }

@keyframes hero__01 {
  0% {
    opacity: 0;
    transform: scale(0.9) rotate(0.001deg); }
  70% {
    opacity: 1;
    transform: scale(1.02) rotate(0.001deg); }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0.001deg); } }
.anim-hero__02 {
  opacity: 0;
  animation: hero__02 0.6s forwards cubic-bezier(0.8, 0.01, 0.37, 1);
  animation-delay: 1.1s;
  transform: translate3d(0, 0, 0); }

@keyframes hero__02 {
  0% {
    opacity: 0;
    transform: scale(0.9) rotate(0.001deg); }
  70% {
    opacity: 1;
    transform: scale(1.02) rotate(0.001deg); }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0.001deg); } }
.anim-hero__03 {
  opacity: 0;
  animation: hero__03 0.6s forwards cubic-bezier(0.8, 0.01, 0.37, 1);
  animation-delay: 1.2s;
  transform: translate3d(0, 0, 0); }

@keyframes hero__03 {
  0% {
    opacity: 0;
    transform: scale(0.9) rotate(0.001deg); }
  70% {
    opacity: 1;
    transform: scale(1.02) rotate(0.001deg); }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0.001deg); } }
.anim-hero__04 {
  opacity: 0;
  animation: hero__04 0.6s forwards cubic-bezier(0.8, 0.01, 0.37, 1);
  animation-delay: 1.3s;
  transform: translate3d(0, 0, 0); }

@keyframes hero__04 {
  0% {
    opacity: 0;
    transform: scale(1.1) rotate(0.001deg); }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0.001deg); } }
.anim-hero__05 {
  opacity: 0;
  animation: hero__05 0.6s forwards cubic-bezier(0.8, 0.01, 0.37, 1);
  animation-delay: 1.4s;
  transform: translate3d(0, 0, 0); }

@keyframes hero__05 {
  0% {
    opacity: 0;
    transform: scale(1.1) rotate(0.001deg); }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0.001deg); } }
.anim-hero__06 {
  animation: hero__06 1.6s infinite cubic-bezier(0.8, 0.01, 0.37, 1); }

@keyframes hero__06 {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-12px); } }
.anim-hero__07 {
  opacity: 0;
  animation: hero__07 0.6s forwards cubic-bezier(0.8, 0.01, 0.37, 1);
  animation-delay: 1.4s;
  transform: translate3d(0, 0, 0); }

@keyframes hero__07 {
  0% {
    opacity: 0;
    transform: scale(1.1) rotate(0.001deg); }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0.001deg); } }
.anim-hero__08 {
  opacity: 0;
  animation: hero__08 0.6s forwards cubic-bezier(0.8, 0.01, 0.37, 1);
  animation-delay: 1.4s;
  transform: translate3d(0, 0, 0); }

@keyframes hero__08 {
  0% {
    opacity: 0;
    transform: scale(1.1) rotate(0.001deg); }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0.001deg); } }
.anim-intro__01.is-active,
.anim-intro__02.is-active,
.anim-intro__03.is-active,
.anim-intro__04.is-active,
.anim-intro__05.is-active,
.anim-intro__06.is-active,
.anim-intro__07.is-active,
.anim-intro__08.is-active {
  opacity: 0;
  animation: intro__anim 0.6s forwards cubic-bezier(0.8, 0.01, 0.37, 1);
  animation-delay: .4s;
  transform: translate3d(0, 0, 0); }

@keyframes intro__anim {
  0% {
    opacity: 0;
    transform: scale(1.1) rotate(0.001deg); }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0.001deg); } }
.anim-intro__01.is-active {
  animation-delay: .2s; }

.anim-intro__02.is-active {
  animation-delay: .3s; }

.anim-intro__03.is-active {
  animation-delay: .4s; }

.anim-intro__04.is-active {
  animation-delay: .5s; }

.anim-intro__05.is-active {
  animation-delay: .6s; }

.anim-intro__06.is-active {
  animation-delay: .7s; }

.anim-intro__07.is-active {
  animation-delay: .8s; }

.anim-intro__08.is-active {
  animation-delay: .9s; }

.anim__b-to-t {
  transition: .6s;
  transform: translateY(1.5em); }
  .anim__b-to-t.is-active {
    transform: translateY(0); }

.anim__t-to-b {
  transition: .6s;
  transform: translateY(-1.5em); }
  .anim__t-to-b.is-active {
    transform: translateY(0); }

.anim__r-to-l {
  transition: .6s;
  transform: translateX(-1.5em); }
  .anim__r-to-l.is-active {
    transform: translateX(0); }

.anim__l-to-r {
  transform: translateX(1.5em); }
  .anim__l-to-r.is-active {
    transform: translateX(0); }

.anim__bounce.is-active {
  opacity: 0;
  animation: anim__bounce 0.6s forwards cubic-bezier(0.8, 0.01, 0.37, 1); }

@keyframes anim__bounce {
  0% {
    opacity: 0;
    transform: translateX(-1.5em); }
  75% {
    opacity: 1;
    transform: translateX(0.25em); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.anim__scale {
  transition-delay: .2s; }
  .anim__scale.is-active {
    animation: anim__scale 0.6s cubic-bezier(0.8, 0.01, 0.37, 1);
    animation-delay: .2s; }

@keyframes anim__scale {
  0% {
    transform: scale(0.9) rotate(0.001deg); }
  70% {
    transform: scale(1.01) rotate(0.001deg); }
  100% {
    transform: scale(1) rotate(0.001deg); } }
@media screen and (max-width: 1360px) {
  .c-hero__video .__video .__wrapper .__btn .c-btn-A a {
    width: 240px; }
  .c-hero__video .__video .__wrapper .__scroll {
    width: 144px;
    bottom: 3em;
    right: -56px; } }
@media screen and (max-width: 1280px) {
  .c-intro {
    padding: 7.2em 4.8vw; }
    .c-intro__img .__img.__l {
      left: 0;
      margin-top: -2%; }
      .c-intro__img .__img.__l img {
        width: 9vw; }
    .c-intro__img .__img.__r {
      right: 0;
      margin-top: 8%; }
      .c-intro__img .__img.__r img {
        width: 9vw; } }
@media screen and (max-width: 1120px) {
  .c-hero__video .__video .__wrapper .__btn .c-btn-A a {
    width: 210px; }

  .c-intro {
    padding: 6.0em 4.8vw; }
    .c-intro__img .__img {
      display: none; }

  .c-about {
    padding: 3.0em 0; } }
@media screen and (max-width: 960px) {
  .c-hero__video .__video .__wrapper .__btn {
    position: absolute;
    bottom: 24px;
    left: -1.5em; }
    .c-hero__video .__video .__wrapper .__btn .c-btn-A a {
      width: 210px; }
  .c-hero__video .__video .__wrapper .__scroll {
    width: 144px;
    bottom: 88px;
    right: -56px; } }
@media screen and (max-width: 800px) {
  .c-anim {
    padding: 2em 4% 1em; }
    .c-anim__blk {
      margin: 1.5em 0; }
    .c-anim__head {
      margin: 0 0 1.0em; }
      .c-anim__head h2 {
        font-size: 1.2em; }
    .c-anim__body {
      margin: 0 0 3.0em; }

  .c-hero {
    padding: 2.0em 0;
    background-size: 50%; }
    .c-hero__copy {
      margin: 0 auto 1.0em; }
      .c-hero__copy p em {
        padding: .75em 1.5em;
        font-size: .9em; }
      .c-hero__copy::before {
        width: 90%;
        height: 6px; }
    .c-hero__column {
      width: 90%; }
    .c-hero__ttl {
      width: 100%;
      margin: 0 0 2.0em; }
    .c-hero__video {
      width: 100%;
      padding: 0 20vw; }
      .c-hero__video .__video .__wrapper .__btn {
        bottom: 6.4vw;
        left: -4em; }
      .c-hero__video .__video .__wrapper .__scroll {
        width: 180px;
        bottom: 6.4vw;
        right: -70px; }
      .c-hero__video .__img {
        display: block; }

  .c-intro {
    padding: 10.8vw 4.8vw; }
    .c-intro__head {
      margin: 0 0 4em; }
      .c-intro__head h1 {
        font-size: 2.0em; }
      .c-intro__head p {
        font-size: 1.0em;
        margin: 0 0 1.0em; }
    .c-intro__items01 .__item, .c-intro__items02 .__item {
      width: 30%; }
      .c-intro__items01 .__item .__baloon, .c-intro__items02 .__item .__baloon {
        height: 30px;
        line-height: 30px;
        top: -15px; }
        .c-intro__items01 .__item .__baloon p em, .c-intro__items02 .__item .__baloon p em {
          font-size: .7em; }

  .c-about {
    padding: 1.0em 0 1.0em; }

  .c-sec {
    width: 90%;
    padding: 0;
    margin: 4.0em auto;
    background: #fff; }
    .c-sec.__sec01 {
      margin-top: 4.0em; }
    .c-sec__baloon {
      left: 0;
      top: calc(-18px - 1.2vw); }
    .c-sec__head {
      left: -2vw;
      top: -16px;
      padding: .5rem 2.0rem;
      border-radius: .25em; }
      .c-sec__head h1 {
        font-size: 1.35em; }
    .c-sec__inner {
      border: 6px solid; }
      .c-sec__inner .__ttl {
        padding: 2em 4%;
        justify-content: space-between;
        align-items: center; }
        .c-sec__inner .__ttl .__img {
          width: 100%;
          margin: 0 0 1.5em;
          padding: 0 5vw; }
        .c-sec__inner .__ttl .__txt {
          width: 100%;
          text-align: center; }
          .c-sec__inner .__ttl .__txt h2 {
            font-size: 1.5em;
            letter-spacing: -.02em; }
          .c-sec__inner .__ttl .__txt p {
            margin: 0 0 .5rem;
            font-size: .9em; }
    .c-sec__foot {
      width: 100%;
      bottom: -24px;
      left: 0; }

  .c-lineup {
    margin: 0 auto 2.0em;
    padding: 3.0em 0 2.0em; }
    .c-lineup__wrap {
      padding: 1.5% 5% 0; }
    .c-lineup__head {
      margin-top: -4vw;
      margin-bottom: 1.0em; }
    .c-lineup__cat {
      position: absolute;
      width: 48%;
      height: 44px; }
      .c-lineup__cat h2 {
        font-size: 1.2em;
        line-height: 44px; }
    .c-lineup__blk {
      padding-top: 60px; }

  .c-ecsite {
    margin: 0 auto 2.0em;
    padding: 2.5em 10%; }
    .c-ecsite__head {
      margin: 0 0 1.0em; }
      .c-ecsite__head h1 {
        font-size: 1.2em; }
    .c-ecsite__body .__btn.c-btn-A a {
      width: 200px;
      height: 64px;
      border: 2px solid #222;
      line-height: 60px; }

  .c-related a, .c-related-mini a {
    padding: 2.5em; } }
@media screen and (max-width: 600px) {
  .c-anim__head01 p {
    vertical-align: top; }
  .c-anim__head01 .mrk {
    padding: 4% 2%; }

  .c-hero {
    padding: 2.0em 0 4.0em; }
    .c-hero__video {
      width: 100%; }
      .c-hero__video .__video .__wrapper .__btn {
        bottom: -28px;
        left: -16vw; }
      .c-hero__video .__video .__wrapper .__scroll {
        width: 144px;
        bottom: 6.4vw;
        right: -56px; }
      .c-hero__video .__img {
        display: block; }

  .c-intro {
    padding: 10.8vw 4.8vw; }
    .c-intro__head {
      margin: 0 0 2em; }
      .c-intro__head h1 {
        font-size: 1.75em; }
      .c-intro__head p {
        font-size: .85em; }
    .c-intro__img-new {
      margin: 0 auto 2em; }
      .c-intro__img-new img {
        width: 24%; }
    .c-intro__items01 .__item, .c-intro__items02 .__item {
      width: 30%; }
      .c-intro__items01 .__item .__baloon, .c-intro__items02 .__item .__baloon {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 .5em;
        padding: .5em .25em;
        border-radius: 8px;
        line-height: 1.1;
        top: auto; }
        .c-intro__items01 .__item .__baloon p, .c-intro__items02 .__item .__baloon p {
          text-align: center;
          line-height: 1.1; }
          .c-intro__items01 .__item .__baloon p em, .c-intro__items02 .__item .__baloon p em {
            font-size: .7em;
            line-height: 1.1; }

  .c-lineup__cat {
    position: absolute;
    width: 100%; }
  .c-lineup__new {
    top: -4%;
    left: 39%;
    width: 24%; }
  .c-lineup__head h1 {
    margin-bottom: 10%; }
  .c-lineup__blk {
    padding-top: 60px; }
  .c-lineup__items {
    margin: 0 -2% 0; }
    .c-lineup__items .__item {
      width: 46%;
      margin: 0 2.0% 2.0em;
      padding-bottom: calc(1.0em + 78px); }
      .c-lineup__items .__item .__links {
        width: 100%;
        position: absolute;
        bottom: 0; }
        .c-lineup__items .__item .__links .__btn {
          width: 100%; }
          .c-lineup__items .__item .__links .__btn a {
            display: block;
            width: 100%; }
          .c-lineup__items .__item .__links .__btn:last-child {
            margin-bottom: 0; }

  .c-column02 {
    justify-content: flex-start; }

  .c-ecsite {
    padding: 2.0em 5%; }
    .c-ecsite__head {
      margin: 0 0 1.0em; }
      .c-ecsite__head h1 {
        font-size: 1.2em; }
    .c-ecsite__body {
      text-align: center; }
      .c-ecsite__body .__btn {
        display: block;
        margin: 0 0 .25em; }
        .c-ecsite__body .__btn.c-btn-A a {
          width: 100%;
          height: 60px;
          border: 2px solid #222;
          line-height: 56px; }
        .c-ecsite__body .__btn:last-child {
          margin: 0; }

  .c-related-mini__01 {
    width: 50%; }
  .c-related-mini__ttl {
    width: 90%;
    margin: 5% auto; }
  .c-related-mini__02 {
    width: 80%; }

  .c-related, .c-related-mini {
    border-radius: .5em; }
    .c-related a, .c-related-mini a {
      padding: 3.0em 2.0em 4.0em; } }
@media screen and (max-width: 480px) {
  .c-related a, .c-related-mini a {
    padding: 3.0em 2.0em 4.0em; }
  .c-related__head, .c-related-mini__head {
    margin: 0 0 1.5em;
    text-align: center; } }
