@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/* Scss Document */
/*color*/
/* cubic-bezier */
.eng_catch, .eng {
  font-weight: 500;
}

.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.f_serif, .text {
  font-family: "Noto Serif JP", serif;
}

.f_en {
  font-family: "Jost", sans-serif !important;
}

.f_count {
  font-family: "Monda", sans-serif;
}

.text {
  line-height: 2;
  letter-spacing: 0.075em;
}

.u_ba, .page_en_title .in_box .bdr, .page_en_title .in_box, .mv_catch .catch01 .bdr, .mv_catch .catch02 .bdr, .mv_catch .catch01, .mv_catch .catch02, .square_list .tt .bdr, .square_list .tt, .js-img_motion3 .image:nth-of-type(2)::before, .js-img_motion3 .image:nth-of-type(1)::before, .js-img_motion2 .image::before, .js-img_motion .image::before, .js-no_cut_in .cut_in .bdr, .js-no_cut_in .cut_in, .js-cut_in_wrap .cut_in .bdr, .js-cut_in_wrap .cut_in {
  position: relative;
}
.u_ba::before, .page_en_title .in_box .bdr::before, .page_en_title .in_box::before, .mv_catch .catch01 .bdr::before, .mv_catch .catch02 .bdr::before, .mv_catch .catch01::before, .mv_catch .catch02::before, .square_list .tt .bdr::before, .square_list .tt::before, .js-img_motion3 .image:nth-of-type(2)::before, .js-img_motion3 .image:nth-of-type(1)::before, .js-img_motion2 .image::before, .js-img_motion .image::before, .js-no_cut_in .cut_in .bdr::before, .js-no_cut_in .cut_in::before, .js-cut_in_wrap .cut_in .bdr::before, .js-cut_in_wrap .cut_in::before, .u_ba::after, .page_en_title .in_box .bdr::after, .page_en_title .in_box::after, .mv_catch .catch01 .bdr::after, .mv_catch .catch02 .bdr::after, .mv_catch .catch01::after, .mv_catch .catch02::after, .square_list .tt .bdr::after, .square_list .tt::after, .js-no_cut_in .cut_in .bdr::after, .js-no_cut_in .cut_in::after, .js-cut_in_wrap .cut_in .bdr::after, .js-cut_in_wrap .cut_in::after {
  content: "";
  position: absolute;
  display: block;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  color: #231815;
  background: #F4F2EF;
  font-family: "Roboto", "ヒラギノ角ゴ ProN W6", HiraKakuProN-W3, メイリオ, Meiryo, sans-serif;
  position: relative;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  background: #ffffff;
}
@media (max-width: 768px) {
  body {
    font-size: 0.8125rem;
  }
}

@media (max-width: 768px) {
  body {
    min-width: 100%;
  }
}
main {
  width: 100%;
  display: block;
}

figure {
  margin: 0;
}

h1, h2, h3, h4 {
  line-height: 1.7;
}

nav {
  display: block;
}

.eng {
  font-family: "Roboto", sans-serif;
}

a {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}

@media (min-width: 768px) {
  a, button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:not(.more_btn):not(.company_btn):not(.fix_bt):not(.bdr_btn):hover, button:not(.more_btn):not(.company_btn):not(.fix_bt):not(.bdr_btn):hover {
    opacity: 0.8;
  }
}
button {
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-style: none;
  vertical-align: top;
}

p {
  margin: 0;
}

i {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          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;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

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

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

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (min-width: 768px) {
  .hidden-sp {
    display: block !important;
  }
  .hidden-pc {
    display: none !important;
  }
  .hidden-ipad {
    display: none !important;
  }
}
.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt15 {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .sp_u-mb-15 {
    margin-bottom: 15px !important;
  }
  .sp_u-mb-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .pc_u-mb80 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sp {
    display: block !important;
  }
  .hidden-pc {
    display: none !important;
  }
  .hidden-ipad {
    display: none !important;
  }
  .sp_u-ta-l {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
  .hidden-pc {
    display: block !important;
  }
  .hidden-ipad {
    display: block !important;
  }
  .sp_u-ta-l {
    text-align: left !important;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .flex {
    display: block;
  }
}

.pc_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .pc_flex {
    display: block;
  }
}

.l-inbox {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-inbox {
    width: 50rem;
  }
}
@media (max-width: 768px) {
  .l-inbox {
    padding: 0 1.875rem;
  }
}

.center_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4vw 0;
}

.btn_right {
  float: right;
}

.btnl a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding-left: 2.125rem;
}
.btnl a:after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.625rem;
  height: 1.625rem;
  background: url(../img/ico_left.svg) no-repeat;
  background-size: 1.625rem;
  content: "";
  border-radius: 100%;
}
@media (max-width: 768px) {
  .btnl a {
    display: block;
    margin: 0 auto;
  }
}

.btn_return {
  overflow: hidden;
  margin-top: 35px;
}
.btn_return a {
  background: #9c9c9c;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  padding: 8px 60px;
}
@media (max-width: 768px) {
  .btn_return a {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.btn_return a i {
  position: relative;
  top: 5px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .btn_return a i {
    top: 0;
  }
}

.header_contact .btn a, .footer_contact .btn a {
  padding: 8px 24px;
}

.btn-full {
  text-align: center;
  overflow: hidden;
}
.btn-full a {
  background: -webkit-gradient(linear, left top, right top, from(#3bd9bc), to(#21d4ce));
  background: linear-gradient(to right, #3bd9bc, #21d4ce);
  color: #ffffff;
  display: inline-block;
  width: 300px;
  padding: 8px 15px;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
}

.more_btn {
  width: 140px;
}
.more_btn a {
  background: #40a750;
  color: #ffffff;
  display: block;
  text-decoration: none;
  padding: 6px 20px;
  position: relative;
}
.more_btn a:after {
  position: absolute;
  bottom: 2px;
  right: 2px;
  content: "";
  width: 8px;
  height: 8px;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  display: block;
}

@-webkit-keyframes bdr_animation {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
}

@keyframes bdr_animation {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
}
@-webkit-keyframes bdr_scr_animation {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 299%);
            transform: translate(0, 299%);
  }
}
@keyframes bdr_scr_animation {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 299%);
            transform: translate(0, 299%);
  }
}
.right_link {
  position: relative;
}
.right_link i {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.625rem;
  border-radius: 100%;
  height: 0.625rem;
}

.arrow_link {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  padding-right: 2.9375rem;
}
@media (max-width: 768px) {
  .arrow_link {
    padding-right: 2.3125rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .arrow_link {
    padding-right: 2.3125rem;
  }
}
.arrow_link:before {
  content: "";
  background: #ffffff url(../img/common/arrow_border_black.svg) no-repeat center;
  background-size: 10px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  width: 2.25rem;
  padding: 0.25rem;
  height: 2.25rem;
  padding-right: 1.875rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .arrow_link:before {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .arrow_link:before {
    right: 0;
  }
}
.arrow_link:hover:before {
  content: "";
  background: #E64040 url(../img/common/arrow_border_black_hover.svg) no-repeat 22px center;
  background-size: 10px;
  position: absolute;
  border-radius: 100%;
}

.return_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.75rem;
  margin-bottom: 7.5rem;
}
.return_btn .btn a {
  background: #333333;
  border-radius: 6px;
  text-align: center;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.9375rem 3.125rem;
}

.arrow_link_white {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  padding-right: 0.625rem;
}
@media (max-width: 768px) {
  .arrow_link_white {
    padding-right: 2.3125rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .arrow_link_white {
    padding-right: 2.3125rem;
  }
}
.arrow_link_white:before {
  content: "";
  background: url(../img/common/arrow_border_white.svg) no-repeat center;
  background-size: 10px;
  border-radius: 100%;
  position: absolute;
  right: -2.1875rem;
  top: 50%;
  width: 2.25rem;
  padding: 0.25rem;
  height: 2.25rem;
  padding-right: 0.75rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .arrow_link_white:before {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .arrow_link_white:before {
    right: 0;
  }
}
.arrow_link_white:hover:before {
  content: "";
  background: #E64040 url(../img/common/arrow_border_black_hover.svg) no-repeat 22px center;
  background-size: 10px;
  position: absolute;
  border-radius: 100%;
}

.contents {
  width: 100%;
  overflow: hidden;
}

/*before after*/
.u-ba {
  content: "";
  display: block;
  position: absolute;
}

/* dis */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
nav {
  display: none;
  width: 100%;
  height: 100vh;
  background: url(../img/bg.png) center center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  background-attachment: fixed;
}
nav ul {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  nav ul {
    top: 50%;
  }
}
nav li {
  text-align: center;
  font-weight: bold;
  margin-bottom: 3vh;
  line-height: 1.3;
}
nav li a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #ffffff;
}

footer {
  color: #ffffff;
  text-align: center;
  padding: 0.9375rem 0;
  font-size: 0.75rem;
  width: 100%;
}

/* responsive */
/*@include mq() { }*/
/* Scss Document */
/*color*/
/* cubic-bezier */
.eng_catch, .eng {
  font-weight: 500;
}

.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.f_serif, .text {
  font-family: "Noto Serif JP", serif;
}

.f_en {
  font-family: "Jost", sans-serif !important;
}

.f_count {
  font-family: "Monda", sans-serif;
}

.text {
  line-height: 2;
  letter-spacing: 0.075em;
}

.u_ba, .page_en_title .in_box .bdr, .page_en_title .in_box, .mv_catch .catch01 .bdr, .mv_catch .catch02 .bdr, .mv_catch .catch01, .mv_catch .catch02, .square_list .tt .bdr, .square_list .tt, .js-img_motion3 .image:nth-of-type(2)::before, .js-img_motion3 .image:nth-of-type(1)::before, .js-img_motion2 .image::before, .js-img_motion .image::before, .js-no_cut_in .cut_in .bdr, .js-no_cut_in .cut_in, .js-cut_in_wrap .cut_in .bdr, .js-cut_in_wrap .cut_in {
  position: relative;
}
.u_ba::before, .page_en_title .in_box .bdr::before, .page_en_title .in_box::before, .mv_catch .catch01 .bdr::before, .mv_catch .catch02 .bdr::before, .mv_catch .catch01::before, .mv_catch .catch02::before, .square_list .tt .bdr::before, .square_list .tt::before, .js-img_motion3 .image:nth-of-type(2)::before, .js-img_motion3 .image:nth-of-type(1)::before, .js-img_motion2 .image::before, .js-img_motion .image::before, .js-no_cut_in .cut_in .bdr::before, .js-no_cut_in .cut_in::before, .js-cut_in_wrap .cut_in .bdr::before, .js-cut_in_wrap .cut_in::before, .u_ba::after, .page_en_title .in_box .bdr::after, .page_en_title .in_box::after, .mv_catch .catch01 .bdr::after, .mv_catch .catch02 .bdr::after, .mv_catch .catch01::after, .mv_catch .catch02::after, .square_list .tt .bdr::after, .square_list .tt::after, .js-no_cut_in .cut_in .bdr::after, .js-no_cut_in .cut_in::after, .js-cut_in_wrap .cut_in .bdr::after, .js-cut_in_wrap .cut_in::after {
  content: "";
  position: absolute;
  display: block;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce22 {
  0% {
    background-size: 90%;
  }
  50% {
    background-size: 100%;
  }
  100% {
    background-size: 90%;
  }
}
@keyframes bounce22 {
  0% {
    background-size: 90%;
  }
  50% {
    background-size: 100%;
  }
  100% {
    background-size: 90%;
  }
}
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.under_form_wrap li {
  position: relative;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.under_form_wrap li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
.under_form_wrap li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
.under_form_wrap li:hover {
  color: #000;
}
.under_form_wrap li:hover::before {
  width: 100%;
  height: 100%;
  border-top-color: #000;
  border-right-color: #000;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.under_form_wrap li:hover::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #000;
  border-left-color: #000;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.under_form2_wrap li {
  position: relative;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.under_form2_wrap li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
.under_form2_wrap li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
.under_form2_wrap li:hover {
  color: #000;
}
.under_form2_wrap li:hover::before {
  width: 100%;
  height: 100%;
  border-top-color: #000;
  border-right-color: #000;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.under_form2_wrap li:hover::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #000;
  border-left-color: #000;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.menu_area .menu_info_wrap,
.menu_area .menu_list_wrap {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.close_motion .menu_area .menu_info_wrap,
.close_motion .menu_area .menu_list_wrap {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-animation: menu_close 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards !important;
          animation: menu_close 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards !important;
}
.close_motion .menu_area .menu_list_wrap {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.menu_open .menu_area {
  opacity: 1;
  pointer-events: auto;
}
.menu_open .menu_area .menu_info_wrap,
.menu_open .menu_area .menu_list_wrap {
  -webkit-animation: menu_open 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
          animation: menu_open 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
}
.menu_open .menu_area .menu_list_wrap {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes menu_open {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes menu_open {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes menu_close {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@keyframes menu_close {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@media (max-width: 768px) {
  .close_motion .menu_area .menu_list_wrap {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
  .menu_open .menu_area .menu_list_wrap {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
}
.js-cut_in_wrap .cut_in {
  padding: 0 0.75rem;
  margin: 0 -0.75rem;
  overflow: hidden;
}
.js-cut_in_wrap .cut_in::before, .js-cut_in_wrap .cut_in::after {
  width: 0;
  height: 1px;
  left: 0;
  background-color: #ffffff;
  margin: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.js-cut_in_wrap .cut_in::before {
  height: 1px;
  top: 1rem;
}
.js-cut_in_wrap .cut_in::after {
  height: 1px;
  bottom: 1.125rem;
}
.js-cut_in_wrap .cut_in .bdr {
  padding: 0.3125rem 0.75rem 0 0.75rem;
  margin: 0 -0.75rem;
}
.js-cut_in_wrap .cut_in .bdr::after {
  width: 1px;
  height: 0;
  top: 0;
  left: 0.75rem;
  margin: 0;
  background-color: #ffffff;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 768px) {
  .js-cut_in_wrap .cut_in::before {
    top: 0.625rem;
  }
  .js-cut_in_wrap .cut_in::after {
    bottom: 0.5625rem;
  }
}
.js-cut_in_wrap .cut {
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
.js-cut_in_wrap .cut span {
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  display: inline-block;
}
.load_complete .js-cut_in_wrap .cut_in::before, .load_complete .js-cut_in_wrap .cut_in::after {
  -webkit-animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
}
.load_complete .js-cut_in_wrap .cut_in::before {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.load_complete .js-cut_in_wrap .cut_in::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.load_complete .js-cut_in_wrap .cut_in .bdr::after {
  -webkit-animation: bdr_ani_h_mg 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: bdr_ani_h_mg 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.load_complete .js-cut_in_wrap .cut_in .cut span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-no_cut_in .cut_in {
  display: block;
}
.js-no_cut_in .cut_in::before, .js-no_cut_in .cut_in::after {
  height: 1px;
  right: -1.875rem;
  background-color: #000000;
}
.js-no_cut_in .cut_in::before {
  width: 0;
  top: 0;
}
.js-no_cut_in .cut_in::after {
  width: 0;
  bottom: 0;
}
.js-no_cut_in .cut_in .bdr {
  display: block;
}
.js-no_cut_in .cut_in .bdr::before {
  width: 1px;
  height: 0;
  top: -2.25rem;
  background-color: #000000;
}
.js-no_cut_in .cut_in .bdr::before {
  right: 0;
}
.js-no_cut_in.white .cut_in::before, .js-no_cut_in.white .cut_in::after {
  background-color: #ffffff;
}
.js-no_cut_in.white .cut_in .bdr::before {
  background-color: #ffffff;
}
.js-no_cut_in.reverse .cut_in::before, .js-no_cut_in.reverse .cut_in::after {
  left: -1.875rem;
  right: auto;
}
.js-no_cut_in.reverse .cut_in .bdr::before {
  left: 0;
  right: auto;
}
.js-no_cut_in .cut span {
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
}
.load_complete .js-no_cut_in.no_cut_in .cut_in::before {
  -webkit-animation: no_bdr_animation01 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: no_bdr_animation01 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.load_complete .js-no_cut_in.no_cut_in .cut_in::after {
  -webkit-animation: no_bdr_animation02 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: no_bdr_animation02 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.load_complete .js-no_cut_in.no_cut_in .cut_in .bdr::before {
  -webkit-animation: no_bdr_animation03 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: no_bdr_animation03 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.load_complete .js-no_cut_in.no_cut_in .cut_in .cut span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .js-no_cut_in.no_cut_in.reverse .cut_in::before {
  -webkit-animation: no_bdr_animation01_r 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: no_bdr_animation01_r 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.load_complete .js-no_cut_in.no_cut_in.reverse .cut_in::after {
  -webkit-animation: no_bdr_animation02_r 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: no_bdr_animation02_r 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.eng_tx {
  overflow: hidden;
}
.eng_tx .js-no_cut_in.reverse .cut_in::before, .eng_tx .js-no_cut_in.reverse .cut_in::after {
  left: 0;
}
.eng_tx .js-no_cut_in.reverse .cut_in::before {
  top: 1.75rem;
}
.eng_tx .js-no_cut_in.reverse .cut_in::after {
  bottom: 1.875rem;
}
.eng_tx .js-no_cut_in.reverse .cut_in .bdr::before {
  top: 0;
}
.load_complete .eng_tx .no_cut_in.reverse .cut_in::before {
  -webkit-animation-name: bdr_ani_w;
          animation-name: bdr_ani_w;
}
.load_complete .eng_tx .no_cut_in.reverse .cut_in::after {
  -webkit-animation-name: bdr_ani_w;
          animation-name: bdr_ani_w;
}
.load_complete .eng_tx .no_cut_in.reverse .cut_in .bdr::before {
  -webkit-animation-name: bdr_ani_h;
          animation-name: bdr_ani_h;
}

@media (max-width: 768px) {
  .js-no_cut_in .cut_in .bdr::before {
    top: -1.5rem;
  }
  .load_complete .js-no_cut_in.no_cut_in .cut_in::before {
    -webkit-animation-name: no_bdr_animation01_sp;
            animation-name: no_bdr_animation01_sp;
  }
  .load_complete .js-no_cut_in.no_cut_in .cut_in::after {
    -webkit-animation-name: no_bdr_animation02_sp;
            animation-name: no_bdr_animation02_sp;
  }
  .load_complete .js-no_cut_in.no_cut_in .cut_in .bdr::before {
    -webkit-animation-name: no_bdr_animation03_sp;
            animation-name: no_bdr_animation03_sp;
  }
  .load_complete .js-no_cut_in.no_cut_in.reverse .cut_in::before {
    -webkit-animation-name: no_bdr_animation01_r_sp;
            animation-name: no_bdr_animation01_r_sp;
  }
  .load_complete .js-no_cut_in.no_cut_in.reverse .cut_in::after {
    -webkit-animation-name: no_bdr_animation02_r_sp;
            animation-name: no_bdr_animation02_r_sp;
  }
}
@-webkit-keyframes no_bdr_animation01 {
  0% {
    width: 0;
  }
  50% {
    width: 10.5625rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 10.5625rem;
  }
}
@keyframes no_bdr_animation01 {
  0% {
    width: 0;
  }
  50% {
    width: 10.5625rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 10.5625rem;
  }
}
@-webkit-keyframes no_bdr_animation02 {
  0% {
    width: 0;
  }
  50% {
    width: 18.375rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 18.375rem;
  }
}
@keyframes no_bdr_animation02 {
  0% {
    width: 0;
  }
  50% {
    width: 18.375rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 18.375rem;
  }
}
@-webkit-keyframes no_bdr_animation03 {
  0% {
    height: 0;
  }
  50% {
    height: 9.0625rem;
    margin-top: 0;
  }
  100% {
    height: 0;
    margin-top: 9.0625rem;
  }
}
@keyframes no_bdr_animation03 {
  0% {
    height: 0;
  }
  50% {
    height: 9.0625rem;
    margin-top: 0;
  }
  100% {
    height: 0;
    margin-top: 9.0625rem;
  }
}
@-webkit-keyframes no_bdr_animation01_r {
  0% {
    width: 0;
  }
  50% {
    width: 9.5rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 9.5rem;
  }
}
@keyframes no_bdr_animation01_r {
  0% {
    width: 0;
  }
  50% {
    width: 9.5rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 9.5rem;
  }
}
@-webkit-keyframes no_bdr_animation02_r {
  0% {
    width: 0;
  }
  50% {
    width: 12rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 12rem;
  }
}
@keyframes no_bdr_animation02_r {
  0% {
    width: 0;
  }
  50% {
    width: 12rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 12rem;
  }
}
@-webkit-keyframes no_bdr_animation01_sp {
  0% {
    width: 0;
  }
  50% {
    width: 7.5rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 7.5rem;
  }
}
@keyframes no_bdr_animation01_sp {
  0% {
    width: 0;
  }
  50% {
    width: 7.5rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 7.5rem;
  }
}
@-webkit-keyframes no_bdr_animation02_sp {
  0% {
    width: 0;
  }
  50% {
    width: 10rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 10rem;
  }
}
@keyframes no_bdr_animation02_sp {
  0% {
    width: 0;
  }
  50% {
    width: 10rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 10rem;
  }
}
@-webkit-keyframes no_bdr_animation03_sp {
  0% {
    height: 0;
  }
  50% {
    height: 6.375rem;
    margin-top: 0;
  }
  100% {
    height: 0;
    margin-top: 6.375rem;
  }
}
@keyframes no_bdr_animation03_sp {
  0% {
    height: 0;
  }
  50% {
    height: 6.375rem;
    margin-top: 0;
  }
  100% {
    height: 0;
    margin-top: 6.375rem;
  }
}
@-webkit-keyframes no_bdr_animation01_r_sp {
  0% {
    width: 0;
  }
  50% {
    width: 9.5rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 9.5rem;
  }
}
@keyframes no_bdr_animation01_r_sp {
  0% {
    width: 0;
  }
  50% {
    width: 9.5rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 9.5rem;
  }
}
@-webkit-keyframes no_bdr_animation02_r_sp {
  0% {
    width: 0;
  }
  50% {
    width: 10.5rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 10.5rem;
  }
}
@keyframes no_bdr_animation02_r_sp {
  0% {
    width: 0;
  }
  50% {
    width: 10.5rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 10.5rem;
  }
}
.js-img_motion .image {
  overflow: hidden;
}
.js-img_motion .image img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
}
.js-img_motion .image::before {
  width: 0;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
.load_complete .js-img_motion.img_motion .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.load_complete .js-img_motion.img_motion .image::before {
  -webkit-animation: img_motion 1.3s ease 0.3s;
          animation: img_motion 1.3s ease 0.3s;
}

.js-img_motion2 .image {
  overflow: hidden;
}
.js-img_motion2 .image img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
}
.js-img_motion2 .image::before {
  width: 0;
  height: 100%;
  background: #dedede;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
.load_complete .js-img_motion2.img_motion2 .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.load_complete .js-img_motion2.img_motion2 .image::before {
  -webkit-animation: img_motion 1.3s ease 0.3s;
          animation: img_motion 1.3s ease 0.3s;
}

.js-img_motion3 .image:nth-of-type(1) {
  overflow: hidden;
}
.js-img_motion3 .image:nth-of-type(1) img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
}
.js-img_motion3 .image:nth-of-type(1)::before {
  width: 0;
  height: 100%;
  background: #dedede;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
.js-img_motion3 .image:nth-of-type(2) {
  overflow: hidden;
}
.js-img_motion3 .image:nth-of-type(2) img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
}
.js-img_motion3 .image:nth-of-type(2)::before {
  width: 0;
  height: 100%;
  background: #dedede;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
.load_complete .js-img_motion3.img_motion3 .image:nth-of-type(1) img {
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-left: 0rem;
}
.load_complete .js-img_motion3.img_motion3 .image:nth-of-type(1)::before {
  -webkit-animation: img_motion 1.3s ease 0.3s;
          animation: img_motion 1.3s ease 0.3s;
}
.load_complete .js-img_motion3.img_motion3 .image:nth-of-type(2) img {
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-right: 0rem;
}
.load_complete .js-img_motion3.img_motion3 .image:nth-of-type(2)::before {
  -webkit-animation: img_motion_right 1.3s ease 0.3s;
          animation: img_motion_right 1.3s ease 0.3s;
}

@-webkit-keyframes img_motion {
  0% {
    width: 0;
  }
  99% {
    width: 100%;
    margin-left: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    margin-left: 100%;
    opacity: 0;
  }
}

@keyframes img_motion {
  0% {
    width: 0;
  }
  99% {
    width: 100%;
    margin-left: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    margin-left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes img_motion_right {
  0% {
    width: 0;
  }
  99% {
    width: 100%;
    margin-right: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    margin-right: 100%;
    opacity: 0;
  }
}
@keyframes img_motion_right {
  0% {
    width: 0;
  }
  99% {
    width: 100%;
    margin-right: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    margin-right: 100%;
    opacity: 0;
  }
}
.js-fadeup_list > * {
  opacity: 0;
  -webkit-transform: translate(0, 9%);
          transform: translate(0, 9%);
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .js-fadeup_list.fadeup_list > * {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(6) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(5) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(6) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(7) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(8) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(9) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(10) {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.js-fadein_list > * {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .js-fadein_list.fadein_list > * {
  opacity: 1;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(6) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(5) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(6) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(7) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(8) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(9) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(10) {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.js-fade_r_list > * {
  opacity: 0;
  -webkit-transform: translate(10rem, 0);
          transform: translate(10rem, 0);
  -webkit-transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .js-fade_r_list.fade_r_list > * {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(6) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(7) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(8) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(9) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(10) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(11) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(12) {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(13) {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(14) {
  -webkit-transition-delay: 3.9s;
          transition-delay: 3.9s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(15) {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}

.top_section_tt .tt, .top_section_tt ~ p, .top_section_tt ~ h3 {
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_section_tt .tt {
  -webkit-transform: translate(10rem, 0);
          transform: translate(10rem, 0);
}
.top_section_tt ~ p, .top_section_tt ~ h3 {
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
}
.load_complete .top_section_tt.ani .tt {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .top_section_tt.ani ~ p, .load_complete .top_section_tt.ani ~ h3 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .top_section_tt.ani ~ p:nth-child(2), .load_complete .top_section_tt.ani ~ h3:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.load_complete .top_section_tt.ani ~ p:nth-child(3), .load_complete .top_section_tt.ani ~ h3:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.lineup_list .item .lineup_tt::before {
  width: 0;
  -webkit-transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
.lineup_list .item .lineup_tt span {
  display: inline-block;
}
.lineup_list .item .lineup_tt span,
.lineup_list .item .text {
  opacity: 0;
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
  -webkit-transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
.lineup_list .item .image {
  opacity: 0;
  -webkit-transform: translate(0, 20%);
          transform: translate(0, 20%);
  -webkit-transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .lineup_list .item.ani .lineup_tt::before {
  width: 100%;
}
.load_complete .lineup_list .item.ani .lineup_tt span,
.load_complete .lineup_list .item.ani .text,
.load_complete .lineup_list .item.ani .image {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .lineup_list .item.ani .lineup_tt span {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.load_complete .lineup_list .item.ani .text {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.eng_tx .tx_cut_wrap {
  display: inline-block;
}
.eng_tx .tx_cut_wrap .single {
  opacity: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  display: inline-block;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.eng_tx .tx_cut_wrap .single:nth-child(1) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.eng_tx .tx_cut_wrap .single:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.eng_tx .tx_cut_wrap .single:nth-child(3) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.eng_tx .tx_cut_wrap .single:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.eng_tx .tx_cut_wrap .single:nth-child(5) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.eng_tx .tx_cut_wrap .single:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.eng_tx .tx_cut_wrap .single:nth-child(7) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.eng_tx .tx_cut_wrap .single:nth-child(8) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.eng_tx .tx_cut_wrap .single:nth-child(9) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.eng_tx .tx_cut_wrap .single:nth-child(10) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.eng_tx .tx_cut_wrap .single:nth-child(11) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.eng_tx .tx_cut_wrap .single:nth-child(12) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.eng_tx .tx_cut_wrap .single:nth-child(13) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.eng_tx .tx_cut_wrap .single:nth-child(14) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.eng_tx .tx_cut_wrap .single:nth-child(15) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.eng_tx .tx_cut_wrap .single:nth-child(16) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.eng_tx .tx_cut_wrap .single:nth-child(17) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.eng_tx .tx_cut_wrap .single:nth-child(18) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.eng_tx .tx_cut_wrap .single:nth-child(19) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
.eng_tx .tx_cut_wrap .single:nth-child(20) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.eng_tx .tx_cut_wrap .single:nth-child(21) {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.eng_tx .tx_cut_wrap .single:nth-child(22) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.eng_tx .tx_cut_wrap .single:nth-child(23) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.eng_tx .tx_cut_wrap .single:nth-child(24) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.eng_tx .tx_cut_wrap .single:nth-child(25) {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}
.eng_tx .tx_cut_wrap .single:nth-child(26) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.eng_tx .tx_cut_wrap .single:nth-child(27) {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}
.eng_tx .tx_cut_wrap .single:nth-child(28) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.eng_tx .tx_cut_wrap .single:nth-child(29) {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.eng_tx .tx_cut_wrap .single:nth-child(30) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.eng_tx .tx_cut_wrap .cut_in::before, .eng_tx .tx_cut_wrap .cut_in::after {
  background-color: #E5E5E5;
  -webkit-transition-duration: 1.4s !important;
          transition-duration: 1.4s !important;
}
.eng_tx .tx_cut_wrap .cut_in .bdr::before {
  background-color: #E5E5E5;
  -webkit-transition-duration: 1.4s !important;
          transition-duration: 1.4s !important;
}
.load_complete .eng_tx.ani .tx_cut_wrap {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .eng_tx.ani .tx_cut_wrap .single {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_std_wrap .top_std_cost .what::before {
  width: 0;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_std_wrap .top_std_cost .what span {
  opacity: 0;
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
  -webkit-transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_std_wrap .top_std_cost .percent .tx span {
  opacity: 0;
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
  -webkit-transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
}
.top_std_wrap .top_std_cost .cost_wrap {
  opacity: 0;
  -webkit-transform: translate(0, 40%);
          transform: translate(0, 40%);
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .top_std_wrap .top_std_cost .what.ani::before {
  width: 32.375rem;
}
.load_complete .top_std_wrap .top_std_cost .what.ani span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.load_complete .top_std_wrap .top_std_cost .cost_wrap {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .top_std_wrap .top_std_cost .percent.ani .tx span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .top_std_wrap .top_std_cost .percent.ani .tx span:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.load_complete .top_std_wrap .top_std_cost .percent.ani .tx span:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.load_complete .top_std_wrap .top_std_cost .percent.ani .tx span:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media (max-width: 768px) {
  .load_complete .top_std_wrap .top_std_cost .what.ani::before {
    width: 100%;
  }
}
.square_list .item {
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 768px) {
  .square_list .item {
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%);
  }
}
.square_list .item::before {
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.square_list .tt {
  background: #ffffff;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  overflow: hidden;
}
.square_list .tt::before, .square_list .tt::after {
  width: 0;
  height: 1px;
  left: 0;
  background-color: #847341;
  z-index: 5;
}
.square_list .tt::before {
  top: 1.375rem;
}
.square_list .tt::after {
  bottom: 1.375rem;
}
.square_list .tt .bdr::before, .square_list .tt .bdr::after {
  width: 1px;
  height: 0;
  top: 0;
  background-color: #847341;
}
.square_list .tt .bdr::before {
  right: 0;
}
.square_list .tt .bdr::after {
  left: 0;
}
.square_list .tt .bdr span {
  opacity: 0;
  -webkit-transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translate(0, 1.25rem);
          transform: translate(0, 1.25rem);
}
.square_list .text {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translate(0, 1.875rem);
          transform: translate(0, 1.875rem);
}
.quarity_wrap .square_list .text {
  -webkit-transition: 0s;
  transition: 0s;
}
.square_list .text_tt,
.square_list .text_tt + p {
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translate(0, 1.25rem);
          transform: translate(0, 1.25rem);
}
@media (min-width: 768px) {
  .load_complete .square_list.ani .item {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .load_complete .square_list.ani .item::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .load_complete .square_list.ani .item .tt::before, .load_complete .square_list.ani .item .tt::after {
    -webkit-animation: bdr_ani_w 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
            animation: bdr_ani_w 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  }
  .load_complete .square_list.ani .item .tt .bdr::before, .load_complete .square_list.ani .item .tt .bdr::after {
    -webkit-animation: bdr_ani_h 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
            animation: bdr_ani_h 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  }
  .load_complete .square_list.ani .item .tt .bdr span {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .load_complete .square_list.ani .item .text,
  .load_complete .square_list.ani .item .text_tt,
  .load_complete .square_list.ani .item .text_tt + p {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .load_complete .square_list.ani .item:nth-child(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .load_complete .square_list.ani .item:nth-child(1)::before {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .tt::before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .tt::after {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .tt .bdr::before {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .tt .bdr::after {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .tt .bdr span {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .tt .bdr span.ja {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .text {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .text_tt {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .text_tt + p {
    -webkit-transition-delay: 1.65s;
            transition-delay: 1.65s;
  }
  .load_complete .square_list.ani .item:nth-child(2) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .load_complete .square_list.ani .item:nth-child(2)::before {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .tt::before {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .tt::after {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .tt .bdr::before {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .tt .bdr::after {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .tt .bdr span {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .tt .bdr span.ja {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .text {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .text_tt {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .text_tt + p {
    -webkit-transition-delay: 1.95s;
            transition-delay: 1.95s;
  }
  .load_complete .square_list.ani .item:nth-child(3) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .load_complete .square_list.ani .item:nth-child(3)::before {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .tt::before {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .tt::after {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .tt .bdr::before {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .tt .bdr::after {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .tt .bdr span {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .tt .bdr span.ja {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .text {
    -webkit-transition-delay: 2.1s;
            transition-delay: 2.1s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .text_tt {
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .text_tt + p {
    -webkit-transition-delay: 2.25s;
            transition-delay: 2.25s;
  }
  .load_complete .square_list.ani .item:nth-child(4) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .load_complete .square_list.ani .item:nth-child(4)::before {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .tt::before {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .tt::after {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .tt .bdr::before {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .tt .bdr::after {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .tt .bdr span {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .tt .bdr span.ja {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .text {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .text_tt {
    -webkit-transition-delay: 2.5s;
            transition-delay: 2.5s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .text_tt + p {
    -webkit-transition-delay: 2.55s;
            transition-delay: 2.55s;
  }
}
@media (max-width: 768px) {
  .load_complete .square_list .item.sp_ani {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .load_complete .square_list .item.sp_ani::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .load_complete .square_list .item.sp_ani .tt::before, .load_complete .square_list .item.sp_ani .tt::after {
    -webkit-animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
            animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
  }
  .load_complete .square_list .item.sp_ani .tt .bdr::before, .load_complete .square_list .item.sp_ani .tt .bdr::after {
    -webkit-animation: bdr_ani_h 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
            animation: bdr_ani_h 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
  }
  .load_complete .square_list .item.sp_ani .tt .bdr span {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .load_complete .square_list .item.sp_ani .text,
  .load_complete .square_list .item.sp_ani .text_tt,
  .load_complete .square_list .item.sp_ani .text_tt + p {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .load_complete .square_list .item.sp_ani .tt::before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .load_complete .square_list .item.sp_ani .tt::after {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .load_complete .square_list .item.sp_ani .tt .bdr::before {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .load_complete .square_list .item.sp_ani .tt .bdr::after {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .load_complete .square_list .item.sp_ani .tt .bdr span {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .load_complete .square_list .item.sp_ani .tt .bdr span.ja {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .load_complete .square_list .item.sp_ani .text {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .load_complete .square_list .item.sp_ani .text_tt {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .load_complete .square_list .item.sp_ani .text_tt + p {
    -webkit-transition-delay: 1.65s;
            transition-delay: 1.65s;
  }
}

.top_works_wrap .works_list .item .text {
  opacity: 0;
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
  -webkit-transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_works_wrap .works_list .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 0;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 768px) {
  .load_complete .top_works_wrap .works_list.ani .item .text {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .load_complete .top_works_wrap .works_list.ani .item .image img {
    max-height: 100%;
  }
  .load_complete .top_works_wrap .works_list.ani .item:nth-child(2) .text {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .load_complete .top_works_wrap .works_list.ani .item:nth-child(2) .image img {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .load_complete .top_works_wrap .works_list.ani .item:nth-child(3) .text {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .load_complete .top_works_wrap .works_list.ani .item:nth-child(3) .image img {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media (max-width: 768px) {
  .load_complete .top_works_wrap .works_list .item.sp_ani .text {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .load_complete .top_works_wrap .works_list .item.sp_ani .image img {
    max-height: 100%;
  }
}

.top_company_wrap .in_wrap {
  max-height: 0;
  padding-top: 0;
  margin-top: 16.5rem;
  overflow: hidden;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_company_wrap .tx_wrap {
  overflow: hidden;
}
.top_company_wrap .tx_wrap::before {
  width: 0;
  -webkit-transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 100;
}
.top_company_wrap .tx_wrap span {
  display: block;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: 1.1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1.1s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_company_wrap .company_btn {
  opacity: 0;
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .top_company_wrap.ani .in_wrap {
  max-height: 16.5rem;
  padding-top: 4.8125rem;
  margin-top: 0;
}
.load_complete .top_company_wrap.ani .tx_wrap::before {
  width: 100%;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.load_complete .top_company_wrap.ani .tx_wrap span {
  -webkit-transform: translate(0, 0.006em);
          transform: translate(0, 0.006em);
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.load_complete .top_company_wrap.ani .company_btn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

@media (max-width: 768px) {
  .top_company_wrap .in_wrap {
    margin-top: 7.8125rem;
  }
  .load_complete .top_company_wrap.ani .in_wrap {
    max-height: 8.25rem;
    padding-top: 2.75rem;
  }
}
.mv_catch .catch01, .mv_catch .catch02 {
  -webkit-transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.mv_catch .catch01::before, .mv_catch .catch01::after, .mv_catch .catch02::before, .mv_catch .catch02::after {
  width: 0;
  height: 1px;
  left: 0;
  background-color: #000000;
  position: absolute !important;
}
.mv_catch .catch01::before, .mv_catch .catch02::before {
  top: 0.2em;
}
.mv_catch .catch01::after, .mv_catch .catch02::after {
  bottom: 0.3em;
}
.mv_catch .catch01 .bdr::before, .mv_catch .catch01 .bdr::after, .mv_catch .catch02 .bdr::before, .mv_catch .catch02 .bdr::after {
  width: 1px;
  height: 0;
  top: 0;
  background-color: #000000;
  position: absolute !important;
}
.mv_catch .catch01 .bdr::before, .mv_catch .catch02 .bdr::before {
  right: 0;
}
.mv_catch .catch01 .bdr::after, .mv_catch .catch02 .bdr::after {
  left: 0;
}
.load_complete .mv_catch .catch01, .load_complete .mv_catch .catch02 {
  position: relative;
}
.load_complete .mv_catch .catch01::before, .load_complete .mv_catch .catch01::after, .load_complete .mv_catch .catch02::before, .load_complete .mv_catch .catch02::after {
  width: 0;
  margin: 0;
  -webkit-animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .mv_catch .catch01::before, .load_complete .mv_catch .catch02::before {
  top: 1.125rem;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .mv_catch .catch01::after, .load_complete .mv_catch .catch02::after {
  bottom: 1.1875rem;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.load_complete .mv_catch .catch01 .bdr:before, .load_complete .mv_catch .catch01 .bdr::after, .load_complete .mv_catch .catch02 .bdr:before, .load_complete .mv_catch .catch02 .bdr::after {
  height: 0;
  margin: 0;
  -webkit-animation: bdr_ani_h 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: bdr_ani_h 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .mv_catch .catch01 .bdr::before, .load_complete .mv_catch .catch02 .bdr::before {
  right: 0;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.load_complete .mv_catch .catch01 .bdr::after, .load_complete .mv_catch .catch02 .bdr::after {
  left: 0;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.load_complete .mv_catch .catch02::before {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.load_complete .mv_catch .catch02::after {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  bottom: 1.25rem;
}
.load_complete .mv_catch .catch02 .bdr::before {
  right: 0;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.load_complete .mv_catch .catch02 .bdr::after {
  left: 0;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

@media (max-width: 768px) {
  .load_complete .mv_catch .catch01::before, .load_complete .mv_catch .catch02::before {
    top: 0.625rem;
  }
  .load_complete .mv_catch .catch01::after, .load_complete .mv_catch .catch02::after {
    bottom: 0.75rem;
  }
}
@media (max-width: 768px) {
  .page_en_title {
    line-height: 1.4;
  }
}
.page_en_title .in_box {
  -webkit-transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  overflow: hidden;
}
.page_en_title .in_box::before, .page_en_title .in_box::after {
  width: 0;
  height: 1px;
  left: 0;
  margin: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background-color: #000000;
  position: absolute !important;
}
.page_en_title .in_box::before {
  top: 0.75rem;
}
@media (max-width: 768px) {
  .page_en_title .in_box::before {
    top: 0.65rem;
  }
}
@media (min-width: 768px) {
  .page_en_title .in_box::before {
    top: 1.8125rem;
  }
}
.page_en_title .in_box::after {
  bottom: 0.75rem;
}
@media (max-width: 768px) {
  .page_en_title .in_box::after {
    bottom: 0.65rem;
  }
}
@media (min-width: 768px) {
  .page_en_title .in_box::after {
    bottom: 1.8125rem;
  }
}
.page_en_title .in_box .bdr {
  width: 100%;
}
@media (min-width: 768px) {
  .page_en_title .in_box .bdr.quarity-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.quarity-bdr:before {
    right: 0.4rem;
  }
  .page_en_title .in_box .bdr.quarity-bdr:after {
    left: 0.4rem;
  }
  .page_en_title .in_box .bdr.concept-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.concept-bdr:before {
    right: 0.1rem;
  }
  .page_en_title .in_box .bdr.concept-bdr:after {
    left: 0.1rem;
  }
  .page_en_title .in_box .bdr.works-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.works-bdr:before {
    right: 0.2rem;
  }
  .page_en_title .in_box .bdr.works-bdr:after {
    left: 0.2rem;
  }
  .page_en_title .in_box .bdr.standard-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.standard-bdr:before {
    right: 0.15rem;
  }
  .page_en_title .in_box .bdr.standard-bdr:after {
    left: 0.15rem;
  }
  .page_en_title .in_box .bdr.performance-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.performance-bdr:before {
    right: 0.45rem;
  }
  .page_en_title .in_box .bdr.performance-bdr:after {
    left: 0.45rem;
  }
  .page_en_title .in_box .bdr.support-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.support-bdr:before {
    right: 0.1rem;
  }
  .page_en_title .in_box .bdr.support-bdr:after {
    left: 0.18rem;
  }
  .page_en_title .in_box .bdr.information-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.information-bdr:before {
    right: 0.4rem;
  }
  .page_en_title .in_box .bdr.information-bdr:after {
    left: 0.4rem;
  }
}
.page_en_title .in_box .bdr::before, .page_en_title .in_box .bdr::after {
  width: 1px;
  height: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background-color: #000000;
  position: absolute !important;
}
.page_en_title .in_box .bdr::before {
  right: 0;
}
@media (max-width: 768px) {
  .page_en_title .in_box .bdr::before {
    right: 0.15rem;
  }
}
.page_en_title .in_box .bdr::after {
  left: 0;
}
@media (max-width: 768px) {
  .page_en_title .in_box .bdr::after {
    left: 0.15rem;
  }
}
.page_en_title .in_box .bdr .cut_in {
  opacity: 0;
  -webkit-transform: translate3d(110%, 0, 0);
          transform: translate3d(110%, 0, 0);
  -webkit-transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .page_en_title .in_box::before, .load_complete .page_en_title .in_box::after {
  width: 0;
  -webkit-animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
}
.load_complete .page_en_title .in_box::before {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .page_en_title .in_box::after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.load_complete .page_en_title .in_box .bdr:before, .load_complete .page_en_title .in_box .bdr::after {
  height: 0;
  -webkit-animation: bdr_ani_h 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: bdr_ani_h 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
}
.load_complete .page_en_title .in_box .bdr::before {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.load_complete .page_en_title .in_box .bdr::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.load_complete .page_en_title .in_box .cut_in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .page_en_title .tx_wrap:nth-child(1)::before {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.load_complete .page_en_title .tx_wrap:nth-child(1)::after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .page_en_title .tx_wrap:nth-child(1) .bdr::before {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.load_complete .page_en_title .tx_wrap:nth-child(1) .bdr::after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.load_complete .page_en_title .tx_wrap:nth-child(1) .bdr .cut_in {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.load_complete .page_en_title .tx_wrap:nth-child(2)::before {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .page_en_title .tx_wrap:nth-child(2)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.load_complete .page_en_title .tx_wrap:nth-child(2) .bdr::before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.load_complete .page_en_title .tx_wrap:nth-child(2) .bdr::after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.load_complete .page_en_title .tx_wrap:nth-child(2) .bdr .cut_in {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .page_en_title .tx_wrap:nth-child(3)::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.load_complete .page_en_title .tx_wrap:nth-child(3)::after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.load_complete .page_en_title .tx_wrap:nth-child(3) .bdr::before {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.load_complete .page_en_title .tx_wrap:nth-child(3) .bdr::after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.load_complete .page_en_title .tx_wrap:nth-child(3) .bdr .cut_in {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.load_complete .page_en_title .tx_wrap:nth-child(4)::before {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.load_complete .page_en_title .tx_wrap:nth-child(4)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.load_complete .page_en_title .tx_wrap:nth-child(4) .bdr::before {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.load_complete .page_en_title .tx_wrap:nth-child(4) .bdr::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.load_complete .page_en_title .tx_wrap:nth-child(4) .bdr .cut_in {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes bdr_ani_w {
  0% {
    width: 0;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    width: 100%;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    width: 100%;
    margin-left: 100%;
  }
}

@keyframes bdr_ani_w {
  0% {
    width: 0;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    width: 100%;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    width: 100%;
    margin-left: 100%;
  }
}
@-webkit-keyframes bdr_ani_h {
  0% {
    height: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    height: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    height: 100%;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@keyframes bdr_ani_h {
  0% {
    height: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    height: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    height: 100%;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@-webkit-keyframes bdr_ani_h_mg {
  0% {
    height: 0;
    margin-top: 0;
  }
  50% {
    height: 100%;
    margin-top: 0;
  }
  100% {
    height: 100%;
    margin-top: 100%;
  }
}
@keyframes bdr_ani_h_mg {
  0% {
    height: 0;
    margin-top: 0;
  }
  50% {
    height: 100%;
    margin-top: 0;
  }
  100% {
    height: 100%;
    margin-top: 100%;
  }
}
@media (min-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.eng {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.jp_catch {
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  font-style: normal;
}

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

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

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.wrapper {
  background: url(../img/bg.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .wrapper {
    min-height: 100vh;
    height: 110%;
  }
}
@media (min-width: 768px) {
  .wrapper {
    height: 100%;
  }
}

.label {
  padding-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .label {
    padding-bottom: 1.875rem;
  }
}
.label img {
  width: 100%;
  height: auto;
}

#intro {
  height: 100vh;
  position: relative;
}
@media (max-width: 768px) {
  #intro {
    height: 80svh;
  }
}
#intro .inner {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#about {
  padding: 7.5rem 0;
}
@media (max-width: 768px) {
  #about {
    padding: 6.25rem 0 3.75rem;
  }
}
#about .label {
  width: 11.875rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #about .label {
    width: 7.5rem;
  }
}
#about .txt {
  width: 90%;
  margin: 0 auto;
}
#about .foot {
  padding-top: 6.25rem;
  width: 70%;
  margin: 0 auto;
}

#music {
  padding: 7.5rem 0;
}
@media (max-width: 768px) {
  #music {
    padding: 6.25rem 0 3.75rem;
  }
}
#music .txt img {
  width: 100%;
}
#music .label {
  width: 12.1875rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #music .label {
    width: 7.1875rem;
  }
}
#music .foot {
  padding-top: 6.25rem;
  width: 70%;
  margin: 0 auto;
}

#showcase {
  padding: 7.5rem 0;
}
@media (max-width: 768px) {
  #showcase {
    padding: 6.25rem 0 3.75rem;
  }
}
#showcase .label {
  width: 26.875rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #showcase .label {
    width: 15rem;
  }
}
#showcase ul li {
  margin-bottom: 3.125rem;
}
#showcase ul li:last-child {
  margin-bottom: 0;
}
#showcase .coming {
  width: 40%;
  margin: 0 auto;
}
#showcase .coming img {
  width: 100%;
}

#partner {
  padding: 7.5rem 0;
}
@media (max-width: 768px) {
  #partner {
    padding: 6.25rem 0 3.75rem;
  }
}
#partner .label {
  width: 20rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #partner .label {
    width: 11.25rem;
  }
}
#partner .inner img {
  width: 100%;
}

#why {
  padding: 7.5rem 0;
}
@media (max-width: 768px) {
  #why {
    padding: 6.25rem 0 3.75rem;
  }
}
#why .label {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #why .label {
    width: 16.875rem;
  }
}
#why ul li {
  margin-bottom: 3.125rem;
}
#why ul li:last-child {
  margin-bottom: 0;
}

#dining {
  padding: 7.5rem 0;
}
@media (max-width: 768px) {
  #dining {
    padding: 6.25rem 0 3.75rem;
  }
}
#dining .label {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #dining .label {
    width: 15.625rem;
  }
}
#dining .inner {
  width: 90%;
  margin: 0 auto 2.5rem;
}
#dining .attension {
  width: 28.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.875rem;
}
@media (max-width: 768px) {
  #dining .attension {
    width: 85%;
  }
}
#dining .attension img {
  width: 100%;
}
#dining .list {
  padding: 2.5rem 1.875rem;
  background: #ffffff;
}
#dining .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#dining .list ul li {
  width: 50%;
}
#dining .list ul li img {
  width: 100%;
}
#dining .list .mihara {
  width: 50%;
  margin: 0 auto;
  padding-top: 2.5rem;
}
#dining .list .mihara img {
  width: 100%;
}
#dining .btn {
  padding-top: 2.1875rem;
  width: 26.25rem;
  margin: 0 auto;
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  #dining .btn {
    width: 15rem;
  }
}

#attension {
  padding: 7.5rem 0;
}
@media (max-width: 768px) {
  #attension {
    padding: 6.25rem 0 3.75rem;
  }
}
#attension .label {
  width: 65%;
  margin: 0 auto;
}
#attension ul li {
  margin-bottom: 2.8125rem;
}
#attension ul li:last-child {
  margin-bottom: 0;
}
#attension .foot {
  width: 70%;
  margin: 3.75rem auto 0;
}

#timetable {
  padding: 7.5rem 0;
}
@media (max-width: 768px) {
  #timetable {
    padding: 6.25rem 0 3.75rem;
  }
}
#timetable .label {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #timetable .label {
    width: 14.0625rem;
  }
}
#timetable ul li {
  margin-bottom: 2.8125rem;
}
#timetable ul li:last-child {
  margin-bottom: 0;
}
#timetable .foot {
  width: 70%;
  margin: 3.75rem auto 0;
}

#market {
  padding: 7.5rem 0;
}
@media (max-width: 768px) {
  #market {
    padding: 6.25rem 0 3.75rem;
  }
}
#market .label {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #market .label {
    width: 15.9375rem;
  }
}
#market .txt {
  width: 80%;
  margin: 0 auto 2.5rem;
}
#market .in {
  width: 80%;
}

.head {
  padding: 3.75rem 0 2.5rem;
}
.head h2 {
  text-align: center;
  font-size: 1.875rem;
  color: #231815;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .head h2 {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}
.head h2:before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
  background: url(../img/ico_mainte.png) no-repeat;
  background-size: 100%;
  position: relative;
  top: 0.3125rem;
  left: -0.5rem;
}
@media (max-width: 768px) {
  .head h2:before {
    width: 0.9375rem;
    height: 0.9375rem;
    top: 0rem;
  }
}
.head h2:after {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  top: 0.3125rem;
  display: inline-block;
  background: url(../img/ico_mainte.png) no-repeat;
  background-size: 100%;
  position: relative;
  right: -0.5rem;
}
@media (max-width: 768px) {
  .head h2:after {
    width: 0.9375rem;
    height: 0.9375rem;
    top: 0rem;
  }
}
.head p {
  text-align: center;
}

.content {
  margin: 0 auto;
  padding-top: 3.125rem;
  border-top: 1px solid #EE9085;
}
@media (min-width: 768px) {
  .content {
    width: 48.75rem;
  }
}
.content ul li {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.content ul li:last-child {
  margin-bottom: 0;
}
.content ul li:nth-of-type(1) .ttl {
  width: 23.75rem;
}
@media (max-width: 768px) {
  .content ul li:nth-of-type(1) .ttl {
    width: 18.75rem;
  }
}
.content ul li:nth-of-type(1) .ttl img {
  width: 100%;
}
.content ul li:nth-of-type(2) .ttl {
  width: 16.875rem;
}
@media (max-width: 768px) {
  .content ul li:nth-of-type(2) .ttl {
    width: 12.5rem;
  }
}
.content ul li:nth-of-type(2) .ttl img {
  width: 100%;
}
.content ul li:nth-of-type(3) .ttl {
  width: 15rem;
}
@media (max-width: 768px) {
  .content ul li:nth-of-type(3) .ttl {
    width: 13.75rem;
  }
}
.content ul li:nth-of-type(3) .ttl img {
  width: 100%;
}
.content ul li:nth-of-type(4) .ttl {
  width: 21.25rem;
}
@media (max-width: 768px) {
  .content ul li:nth-of-type(4) .ttl {
    width: 18.125rem;
  }
}
.content ul li:nth-of-type(4) .ttl img {
  width: 100%;
}
@media (min-width: 768px) {
  .content ul li figure {
    width: 20.875rem;
    margin-right: 2.125rem;
  }
}
@media (max-width: 768px) {
  .content ul li figure {
    margin-bottom: 0.625rem;
  }
}
.content ul li .in {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content ul li .in .ttl {
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .content ul li .in .ttl {
    margin-bottom: 0.9375rem;
  }
}
.content ul li .in .tel {
  line-height: 1.2;
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .content ul li .in .tel {
    margin-top: 1.25rem;
  }
}
.content ul li .in .tel a {
  text-decoration: none;
}
.content ul li .in .tel p {
  color: #231815;
  font-size: 1.875rem;
  line-height: 1.3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.content ul li .in .tel p.hp {
  font-size: 0.9375rem;
  line-height: 0.5;
}
.content ul li .in .tel p.hp a {
  text-decoration: none;
}
.content ul li .in .tel p i {
  position: relative;
  top: 0.5rem;
  width: 2.5rem;
  margin-right: 0.4375rem;
  display: inline-block;
}

.openbtn1 {
  position: fixed; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  right: 0.1875rem;
  top: 0.1875rem;
  width: 50px;
  z-index: 999;
  height: 50px;
}

/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 1px;
  background: #fff;
  width: 50%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}