@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, 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, sub, sup, tt, var,
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, main {
  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;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/**
EC-CUBE リセット
 */
body {
  background: none;
}

.ec-layoutRole {
  background: none;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

/* header */
body#y_group #top_head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
@media only screen and (max-width: 736px) {
  body#y_group #top_head {
    display: block;
  }
}
body#y_group #top_head .head_yonden {
  position: absolute;
  display: none;
}
@media only screen and (max-width: 1260px) {
  body#y_group #top_head .head_yonden {
    left: 3.8541666667vw;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #top_head .head_yonden {
    top: 8vw;
    left: 6vw;
    width: 41.6vw;
  }
}
body#y_group #top_head .header_bk {
  display: none !important;
}
body#y_group #top_head .header_bk .bksp01 {
  position: absolute;
  top: 0;
  width: 11.8666666667vw;
  left: 0;
}
body#y_group #top_head .header_bk .bksp02 {
  position: absolute;
  top: 0;
  width: 23.3333333333vw;
  right: 0;
}
body#y_group #top_head .header_bk .bksp03 {
  position: absolute;
  bottom: 0;
  width: 81.4666666667vw;
  right: 0;
}
body#y_group #top_head #mobile_head {
  z-index: 999;
  position: fixed;
  margin: auto;
  transform: translateX(0px);
  transition: 0.5s ease-in-out;
  display: block;
  top: 1.4583333333vw;
  left: auto;
  right: 2.2916666667vw;
  background: #fff;
  width: 7.03125vw;
  height: 7.03125vw;
  border-radius: 50%;
  border: solid 1px #e60020;
}
@media only screen and (max-width: 768px) {
  body#y_group #top_head #mobile_head {
    top: 15px;
    right: 20px;
    width: 95px;
    height: 95px;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #top_head #mobile_head {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    top: 5.3333333333vw;
    right: 2.6666666667vw;
  }
}
body#y_group #top_head #nav_toggle {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 101;
  transition: 0.3s ease-in-out;
  opacity: 1;
  display: block;
}
body#y_group #top_head #nav_toggle div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 0.625vw;
  width: 1.6666666667vw;
}
@media only screen and (max-width: 736px) {
  body#y_group #top_head #nav_toggle div {
    height: 1.5vw;
    width: 3.2vw;
  }
}
body#y_group #top_head #nav_toggle span {
  display: block;
  position: absolute;
  height: 0.15625vw;
  width: 100%;
  background: #e60020;
  left: 0;
  transition: 0.35s ease-in-out;
}
@media only screen and (max-width: 736px) {
  body#y_group #top_head #nav_toggle span {
    height: 2px;
  }
}
body#y_group #top_head #nav_toggle span:nth-child(1) {
  top: 0;
}
body#y_group #top_head #nav_toggle span:nth-child(2) {
  bottom: 0;
}
body#y_group #top_head #nav_list {
  position: fixed;
  right: -120%;
  top: 0;
  opacity: 0;
  margin: auto;
  width: 18.75vw;
  padding: 11.9791666667vw 2.6041666667vw 4.6875vw;
  box-sizing: border-box;
  transition: 0.5s;
}
@media only screen and (max-width: 736px) {
  body#y_group #top_head #nav_list {
    width: 100%;
    top: 50%;
    left: 50%;
    right: auto;
    display: none;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0 18.9333333333vw;
  }
}
body#y_group #top_head #nav_list li {
  border-bottom: solid 1px #fff;
}
body#y_group #top_head #nav_list li:first-child {
  border-top: solid 1px #fff;
}
body#y_group #top_head #nav_list li a {
  display: block;
  color: #fff;
  font-size: 1.1458333333vw;
  padding: 1.5625vw 0;
  letter-spacing: -0.02em;
  font-weight: 500;
}
@media only screen and (max-width: 736px) {
  body#y_group #top_head #nav_list li a {
    padding: 9.3333333333vw 0;
    font-size: 5.2vw;
  }
}
body#y_group #top_head #nav_list li a:before {
  content: "";
  display: inline-block;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.3125vw;
}
@media only screen and (max-width: 736px) {
  body#y_group #top_head #nav_list li a:before {
    width: 2.8vw;
    height: 2.8vw;
    margin-right: 0.7vw;
  }
}
body#y_group #top_head .head_logo {
  display: none;
}
body#y_group #top_head.open {
  position: fixed;
}
@media only screen and (max-width: 736px) {
  body#y_group #top_head.open {
    background: #e60020;
    height: 100vh;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #top_head.open .header_bk {
    display: block !important;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #top_head.open .head_yonden {
    display: block;
  }
}
body#y_group #top_head.open #nav_toggle div {
  height: 1.40625vw;
}
@media only screen and (max-width: 736px) {
  body#y_group #top_head.open #nav_toggle div {
    height: 6vw;
  }
}
body#y_group #top_head.open #nav_toggle span:nth-child(1) {
  top: 0.5729166667vw;
  transform: rotate(315deg);
  width: 100%;
}
@media only screen and (max-width: 736px) {
  body#y_group #top_head.open #nav_toggle span:nth-child(1) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
body#y_group #top_head.open #nav_toggle span:nth-child(2) {
  top: 0.5729166667vw;
  transform: rotate(-315deg);
}
@media only screen and (max-width: 736px) {
  body#y_group #top_head.open #nav_toggle span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
body#y_group #top_head.open #nav_list {
  display: block;
  opacity: 1;
  z-index: 10;
  right: 0;
  padding-bottom: 7vw;
  background: #e60020;
}
@media only screen and (max-width: 736px) {
  body#y_group #top_head.open #nav_list {
    display: flex;
    background: none;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #top_head.open .head_logo {
    display: block;
    width: 51.6vw;
    position: fixed;
    bottom: 6vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
  }
}

/* footer */
body#y_group #footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 1.0416666667vw 2.6041666667vw 1.0416666667vw 3.125vw;
}
@media only screen and (max-width: 768px) {
  body#y_group #footer {
    display: block;
    margin: 3vw 0 2.5vw;
  }
}
body#y_group #footer .footer_link {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  body#y_group #footer .footer_link {
    justify-content: center;
    margin-bottom: 5vw;
  }
}
body#y_group #footer .footer_link li {
  margin-right: 2.6041666667vw;
}
@media only screen and (max-width: 768px) {
  body#y_group #footer .footer_link li {
    margin: 0 5vw;
  }
}
body#y_group #footer .footer_link li a {
  font-size: 1.0416666667vw;
  letter-spacing: 0.16em;
  color: #231815;
}
@media only screen and (max-width: 736px) {
  body#y_group #footer .footer_link li a {
    font-size: 2.9333333333vw;
  }
}
body#y_group #footer .footer_rbox a {
  width: 11.6666666667vw;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0.2604166667vw;
}
@media only screen and (max-width: 768px) {
  body#y_group #footer .footer_rbox a {
    margin: 0 auto 1.5vw;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #footer .footer_rbox a {
    width: 30vw;
  }
}
body#y_group #footer .footer_rbox .copy {
  font-size: 0.5208333333vw;
  font-weight: 300;
  letter-spacing: 0.16em;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  body#y_group #footer .footer_rbox .copy {
    text-align: center;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #footer .footer_rbox .copy {
    font-size: 2vw;
  }
}

/* header */
body#y_group .modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 1s ease-in-out;
}
body#y_group .modal .modal-content {
  background: #FFF;
  overflow-y: auto;
  padding: 45px 70px;
  width: 90%;
  max-width: 1250px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid 5px #000;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  animation: show 0.6s linear 0s;
  box-sizing: border-box;
}
@media only screen and (max-width: 1300px) {
  body#y_group .modal .modal-content {
    width: 96.1538461538vw;
    padding: 45px 5.3846153846vw;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group .modal .modal-content {
    width: 88.8vw;
    border: solid 6px #000;
    padding: 12vw 6.6666666667vw 9.3333333333vw;
    transform: translate(-50%, 0);
    top: 6vw;
    max-height: unset;
  }
}
body#y_group .modal .modal-top {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 10px;
  z-index: 999;
}
@media only screen and (max-width: 736px) {
  body#y_group .modal .modal-top {
    right: 2vw;
    top: -12vw;
  }
}
body#y_group .modal .modal-close {
  color: #231815;
  text-decoration: none;
  font-size: 4rem;
  font-weight: 100;
  line-height: 1;
  padding: 0 8px;
}
@media only screen and (max-width: 1000px) {
  body#y_group .modal .modal-close {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group .modal .modal-close {
    padding: 0;
    line-height: 100%;
    display: block;
    font-size: 8vw;
  }
}
body#y_group .modal .modal-close:hover, body#y_group .modal .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
body#y_group .modal .modal-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 736px) {
  body#y_group .modal .modal-container {
    display: block;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body#y_group .modal_video {
  width: 100%;
}
body#y_group .modal_video .modal-content {
  border: none;
  background: no-repeat;
  padding: 0;
  width: auto;
  max-width: 100%;
  max-height: 100vh;
  height: 100%;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 736px) {
  body#y_group .modal_video .modal-content {
    aspect-ratio: 9/16;
    overflow: unset;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
body#y_group .modal_video .modal-content #btn-play, body#y_group .modal_video .modal-content #btn-play_sp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
body#y_group .modal_video .modal-content #btn-play.active, body#y_group .modal_video .modal-content #btn-play_sp.active {
  opacity: 0;
  z-index: 0;
}
body#y_group .modal_video .modal-content .modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body#y_group .modal_video .modal-content video {
  width: 100%;
}
@media only screen and (max-width: 736px) {
  body#y_group .modal_video .modal-content video {
    max-height: 100vh;
  }
}
body#y_group .modal_video .modal-content iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

body#y_group {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #231815;
}
body#y_group h2, body#y_group h3, body#y_group h4, body#y_group h5, body#y_group p, body#y_group li, body#y_group dt, body#y_group dd, body#y_group input, body#y_group textarea, body#y_group th, body#y_group td, body#y_group span {
  line-height: 140%;
  letter-spacing: 0;
}
body#y_group a {
  text-decoration: none;
  cursor: pointer;
  display: block;
  transition: 0.3s;
}
body#y_group a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px), print {
  body#y_group a[href^="tel:"] {
    color: black;
    text-decoration: none;
    display: inline-block;
    pointer-events: none;
  }
}
body#y_group img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
body#y_group .inner {
  width: 50.5208333333vw;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  body#y_group .inner {
    width: 80%;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group .inner {
    width: 83.4666666667vw;
  }
}
body#y_group .pc {
  display: block;
}
@media only screen and (max-width: 736px) {
  body#y_group .pc {
    display: none !important;
  }
}
body#y_group .sp {
  display: none !important;
}
@media only screen and (max-width: 736px) {
  body#y_group .sp {
    display: block !important;
  }
}
body#y_group a[href^=tel] {
  cursor: text;
}
@media only screen and (max-width: 736px) {
  body#y_group a[href^=tel] {
    cursor: pointer;
    display: inline-block;
  }
}
body#y_group span[data-aos],
body#y_group strong[data-aos],
body#y_group small[data-aos] {
  display: inline-block;
}
body#y_group main {
  overflow: hidden;
}
body#y_group .more_btn {
  text-align: center;
  color: #e60020;
  font-size: 1.3541666667vw;
  display: table;
  margin: auto;
}
@media only screen and (max-width: 736px) {
  body#y_group .more_btn {
    font-size: 4.2666666667vw;
  }
}
body#y_group .more_btn:hover {
  opacity: 1;
}
body#y_group .more_btn:hover .arrow {
  background: #e60020;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
body#y_group .more_btn:hover .arrow img {
  filter: brightness(0) invert(1);
}
body#y_group .more_btn .arrow {
  width: 6.40625vw;
  height: 6.40625vw;
  border: solid 1px #e60020;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.2604166667vw;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  body#y_group .more_btn .arrow {
    width: 20.6666666667vw;
    height: 20.6666666667vw;
  }
}
body#y_group .more_btn .arrow img {
  width: 2.65625vw;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  body#y_group .more_btn .arrow img {
    width: 8.5333333333vw;
  }
}
body#y_group #mv {
  position: relative;
  margin-bottom: 2.8645833333vw;
  /*文字列後ろの線の設定*/
}
@media only screen and (max-width: 736px) {
  body#y_group #mv {
    margin-bottom: 18.6666666667vw;
  }
}
body#y_group #mv .mv_logo {
  position: absolute;
  width: 16.25%;
  top: 1.5625%;
  left: 2.6041666667%;
}
@media only screen and (max-width: 736px) {
  body#y_group #mv .mv_logo {
    top: 8vw;
    left: 3.3333333333vw;
    width: 76.4vw;
  }
}
body#y_group #mv .more_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
body#y_group #mv .more_btn a:hover {
  opacity: 1;
}
body#y_group #mv .mv_move {
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 736px) {
  body#y_group #mv .mv_move {
    overflow: hidden;
  }
}
body#y_group #mv .mv_move:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
body#y_group #mv .mv_move video {
  width: 100%;
}
@media only screen and (max-width: 736px) {
  body#y_group #mv .mv_move video {
    width: auto;
    height: 177.8666666667vw;
  }
}
body#y_group #mv .mv_bk01 {
  position: absolute;
  left: -0.15625vw;
  top: 11.6666666667vw;
  width: 9.375%;
}
@media only screen and (max-width: 736px) {
  body#y_group #mv .mv_bk01 {
    width: 24.8vw;
    top: 22.9333333333vw;
    left: -1vw;
  }
}
body#y_group #mv .mv_bk02 {
  position: absolute;
  left: 5%;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -5.2083333333vw;
  width: 49.5833333333%;
  font-size: 17.0833333333vw;
  color: #e60020;
}
@media only screen and (max-width: 768px) {
  body#y_group #mv .mv_bk02 {
    bottom: -6vw;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #mv .mv_bk02 {
    right: 0;
    left: 0;
    bottom: -20vw;
    width: 100%;
    font-size: 32.9333333333vw;
  }
}
body#y_group #mv .TextTyping span {
  display: none;
  letter-spacing: -0.05em;
}
body#y_group #mv .TextTyping::after {
  content: "|";
  margin-left: -0.2%;
  font-size: 13vw;
  animation: typinganime 0.8s ease infinite;
}
@media only screen and (max-width: 736px) {
  body#y_group #mv .TextTyping::after {
    font-size: 25vw;
  }
}
@keyframes typinganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body#y_group #mv .mv_bk02_text01 {
  position: absolute;
  left: -1.5vw;
  bottom: 9vw;
  margin: auto;
  width: 21.875vw;
}
@media only screen and (max-width: 736px) {
  body#y_group #mv .mv_bk02_text01 {
    width: 42.1333333333vw;
    bottom: auto;
    top: 0;
    left: 2vw;
  }
}
body#y_group #mv .mv_bk02_text02 {
  position: absolute;
  right: 4vw;
  top: 8vw;
  width: 26.0416666667vw;
}
@media only screen and (max-width: 736px) {
  body#y_group #mv .mv_bk02_text02 {
    top: 18vw;
    width: 50.1333333333vw;
  }
}
body#y_group #mv .mv_bk02_text02 img {
  vertical-align: top;
}
body#y_group #mv .mv_bk03 {
  position: absolute;
  right: -1.05vw;
  top: 8.3333333333vw;
  width: 14.84375%;
}
@media only screen and (max-width: 736px) {
  body#y_group #mv .mv_bk03 {
    width: 30vw;
    top: 19.3333333333vw;
    right: -11.5vw;
  }
}
body#y_group #mv .mv_bk04 {
  position: absolute;
  right: 2.8645833333vw;
  bottom: 10.4166666667vw;
  width: 16.0416666667%;
}
@media only screen and (max-width: 736px) {
  body#y_group #mv .mv_bk04 {
    right: -5vw;
    bottom: 82vw;
    width: 32.2666666667vw;
  }
}
body#y_group #mv .mv_bk05 {
  position: absolute;
  left: 8.125vw;
  bottom: 1.5625vw;
  width: 11.5625%;
}
@media only screen and (max-width: 736px) {
  body#y_group #mv .mv_bk05 {
    left: 16.5vw;
    bottom: 14vw;
    width: 26vw;
  }
}
body#y_group #mv .mv_bk06 {
  position: absolute;
  top: -2.0833333333vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 55.2083333333%;
}
@media only screen and (max-width: 736px) {
  body#y_group #mv .mv_bk06 {
    top: -16vw;
    width: 80vw;
  }
}
body#y_group #mv .mv_bk06 .typing01:after {
  display: none;
}
body#y_group #mv .mv_bk06 .typing02 {
  position: absolute;
  width: 26.9791666667vw;
  bottom: -3.6458333333vw;
  right: 7%;
}
@media only screen and (max-width: 736px) {
  body#y_group #mv .mv_bk06 .typing02 {
    display: none;
  }
}
body#y_group .typing01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body#y_group .typing01 span {
  opacity: 0;
  width: 0;
}
body#y_group .typing01 span img {
  height: 14.1666666667vw;
  width: auto;
}
@media only screen and (max-width: 736px) {
  body#y_group .typing01 span img {
    height: 20vw;
  }
}
body#y_group .typing01.aos-animate .no01 {
  animation: fadeInAnime 0s ease 1 forwards;
}
body#y_group .typing01.aos-animate .no02 {
  animation: fadeInAnime 0s ease 0.2s 1 forwards;
}
body#y_group .typing01.aos-animate .no03 {
  animation: fadeInAnime 0s ease 0.4s 1 forwards;
}
body#y_group .typing01.aos-animate .no04 {
  animation: fadeInAnime 0s ease 0.6s 1 forwards;
}
body#y_group .typing01.aos-animate .no05 {
  animation: fadeInAnime 0s ease 0.8s 1 forwards;
}
body#y_group .typing01.aos-animate .no06 {
  animation: fadeInAnime 0s ease 1s 1 forwards;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: auto;
  }
}
body#y_group .typing01:after {
  content: "|";
  margin-left: -0.2%;
  animation: typinganime 0.8s ease infinite;
  background: #e60020;
  color: #e60020;
  width: 0.7vw;
}
@media only screen and (max-width: 736px) {
  body#y_group .typing01:after {
    width: 2vw;
  }
}
body#y_group #top_block {
  padding: 0 0 5.2083333333vw;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body#y_group #top_block {
    width: 100%;
    padding-bottom: 23vw;
  }
}
body#y_group #top_block .comics_btn {
  width: 28.125vw;
  margin: 0 auto 3.90625vw;
}
@media only screen and (max-width: 736px) {
  body#y_group #top_block .comics_btn {
    width: 86.2666666667vw;
    margin-bottom: 4.6666666667vw;
  }
}
body#y_group #top_block .top_text {
  font-size: 1.25vw;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 220%;
  margin-bottom: 1.5625vw;
}
@media only screen and (max-width: 768px) {
  body#y_group #top_block .top_text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #top_block .top_text {
    margin: 0 auto 2vw;
    display: table;
    font-size: 3.4666666667vw;
  }
}
body#y_group #top_block .top_ttl {
  font-size: 5vw;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 135%;
}
@media only screen and (max-width: 736px) {
  body#y_group #top_block .top_ttl {
    letter-spacing: -0.02em;
    display: table;
    margin: auto;
    line-height: 145%;
    font-feature-settings: "palt";
    font-size: 9.8666666667vw;
  }
}
body#y_group #top_block .top_ttl span span[class*=char] {
  opacity: 0;
}
body#y_group #top_block .top_ttl .efc-mv {
  opacity: 0;
}
body#y_group #top_block .illust01 {
  position: absolute;
  width: 9.1145833333vw;
  bottom: 0;
  top: 0;
  display: table;
  margin: auto;
  right: -11vw;
  height: 14.3229166667vw;
  transform: translateX(100%);
}
@media only screen and (max-width: 736px) {
  body#y_group #top_block .illust01 {
    bottom: auto;
    top: 23.5vw;
    display: block;
    right: 0;
    transform: translateX(0);
    width: 17.0666666667vw;
  }
}
body#y_group #top_block .illust02 {
  position: absolute;
  width: 12vw;
  bottom: 0;
  left: -3.125vw;
  transform: translateX(-100%);
}
@media only screen and (max-width: 736px) {
  body#y_group #top_block .illust02 {
    display: block;
    left: 0;
    transform: translateX(0);
    width: 25.8666666667vw;
  }
}
body#y_group #top_block .top_yonden01 {
  position: absolute;
  bottom: 7vw;
  left: -6vw;
  width: 45vw;
  transform: translateX(-100%);
}
@media only screen and (max-width: 736px) {
  body#y_group #top_block .top_yonden01 {
    display: block;
    left: auto;
    right: -35vw;
    bottom: -14vw;
    transform: translateX(0);
    width: 98.4vw;
    z-index: 10;
  }
}
body#y_group #top_block .top_yonden02 {
  position: absolute;
  top: 8.3333333333vw;
  left: -7vw;
  width: 35.625vw;
  transform: translateX(-100%);
}
@media only screen and (max-width: 736px) {
  body#y_group #top_block .top_yonden02 {
    display: block;
    width: 7.6vw;
    left: 0;
    bottom: 19vw;
    top: auto;
    transform: none;
  }
}
body#y_group #top_block .top_yonden03 {
  position: absolute;
  bottom: -3.7vw;
  right: -2.2vw;
  width: 47vw;
  transform: translateX(100%);
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  body#y_group #top_block .top_yonden03 {
    display: none;
  }
}
body#y_group #business {
  background: #f0f0f0;
  padding: 7.2916666667vw 0 0;
  position: relative;
}
@media only screen and (max-width: 736px) {
  body#y_group #business {
    padding: 25.3333333333vw 0 0;
    margin-bottom: 0;
  }
}
body#y_group #business .business_ttl {
  margin-bottom: 0.5208333333vw;
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_ttl {
    margin-bottom: 2vw;
  }
}
body#y_group #business .business_ttl span {
  font-size: 2.0833333333vw;
  font-weight: 500;
  display: table;
  margin: 0 auto;
  line-height: 130%;
  border-bottom: solid 0.5208333333vw #e60020;
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_ttl span {
    font-size: 7.6vw;
    border-bottom: solid 8px #e60020;
  }
}
body#y_group #business .business_text {
  text-align: center;
  font-size: 0.8333333333vw;
  letter-spacing: 0.1em;
  margin-bottom: 2.0833333333vw;
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_text {
    line-height: 165%;
    margin-bottom: 4vw;
    font-size: 3.4666666667vw;
  }
}
body#y_group #business .in_box {
  position: relative;
  padding-bottom: 8.8541666667vw;
}
@media only screen and (max-width: 736px) {
  body#y_group #business .in_box {
    padding-bottom: 30.6666666667vw;
  }
}
body#y_group #business .business_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21.71875vw, 1fr));
  gap: 2.0833333333vw 14%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_list .business_box {
    width: 100%;
    margin-bottom: 5vw;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_list .business_box:nth-child(1) {
    order: 1;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_list .business_box:nth-child(3) {
    order: 2;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_list .business_box:nth-child(5) {
    order: 3;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_list .business_box:nth-child(2) {
    order: 4;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_list .business_box:nth-child(4) {
    order: 5;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_list .business_box:nth-child(6) {
    order: 6;
  }
}
body#y_group #business .business_list .box_ttl {
  background: #e60020;
  color: #fff;
  font-size: 1.0416666667vw;
  font-weight: 700;
  padding: 0 0.2604166667vw;
  letter-spacing: 0.16em;
  margin-bottom: 0.4166666667vw;
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_list .box_ttl {
    padding: 0 1vw;
    font-size: 4vw;
    margin-bottom: 1.5vw;
  }
}
body#y_group #business .business_list .box_link li {
  line-height: 100%;
}
body#y_group #business .business_list .box_link li a {
  font-size: 1.0416666667vw;
  letter-spacing: 0.16em;
  text-decoration: underline;
  -webkit-text-decoration-color: #e60020;
          text-decoration-color: #e60020;
  color: #231815;
  display: inline-block;
  line-height: 130%;
  margin-bottom: 0.5208333333vw;
  overflow: hidden;
  position: relative;
  padding-left: 0.1vw;
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_list .box_link li a {
    line-height: 140%;
    margin-bottom: 1vw;
    font-size: 4vw;
  }
}
body#y_group #business .business_list .box_link li a:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: -1;
}
body#y_group #business .business_list .box_link li a:after {
  content: "";
  display: inline-block;
  vertical-align: inherit;
  height: 0.8854166667vw;
  width: 1.0416666667vw;
  margin-left: 0.3125vw;
  background: url(../img/icon_windows.svg) no-repeat left top/contain;
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_list .box_link li a:after {
    height: 4vw;
    width: 4vw;
    margin-left: 1vw;
    background: url(../img/icon_windows_sp.svg) no-repeat left top/contain;
  }
}
body#y_group #business .business_list .box_link li a.red {
  margin-left: 1.1rem;
  color: #e60020;
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_list .box_link li a.red {
    margin-left: 1em;
  }
}
body#y_group #business .business_list .box_link li a:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
body#y_group #business .business_list .box_link li a:hover:before {
  width: calc(100% - 1.2vw);
}
body#y_group #business .business_list .box_link li a:hover.red:before {
  background: #e60020;
}
body#y_group #business .business_list .box_link li:before {
  display: inline-block;
  content: "・";
  color: #e60020;
  vertical-align: top;
  letter-spacing: -0.2em;
}
body#y_group #business .business_yonden01 {
  position: absolute;
  width: 10.2%;
  left: -0.9vw;
  bottom: 0;
  top: -8vw;
  margin: auto;
  height: 48vw;
}
@media only screen and (max-width: 768px) {
  body#y_group #business .business_yonden01 {
    left: -2vw;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_yonden01 {
    width: 17vw;
    left: auto;
    right: -3vw;
    top: auto;
    bottom: -7vw;
    height: auto;
  }
}
body#y_group #business .business_yonden02 {
  position: absolute;
  right: -0.5208333333vw;
  bottom: 10vw;
  top: 0;
  margin: auto;
  height: 44vw;
  width: 10.5%;
}
body#y_group #business .business_yonden03 {
  position: absolute;
  bottom: -3.125vw;
  left: -20.8333333333vw;
  width: 48vw;
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_yonden03 {
    bottom: -7vw;
    left: -45vw;
    width: 120vw;
  }
}
body#y_group #business .business_yonden03 .typing01 span img {
  height: 12.0833333333vw;
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_yonden03 .typing01 span img {
    height: 24vw;
  }
}
body#y_group #business .business_yonden03 .typing02 {
  position: absolute;
  bottom: 1.8229166667vw;
  right: -2.6041666667vw;
  width: 13.9583333333vw;
}
@media only screen and (max-width: 768px) {
  body#y_group #business .business_yonden03 .typing02 {
    bottom: 2vw;
    right: 7vw;
    width: 31vw;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_yonden03 .typing02 {
    bottom: 3vw;
    right: 4vw;
    width: 32vw;
  }
}
body#y_group #business .business_yonden04 {
  position: absolute;
  bottom: -6.3541666667vw;
  right: 3.6458333333vw;
  width: 50.5208333333vw;
  transform: translateX(100%);
}
@media only screen and (max-width: 736px) {
  body#y_group #business .business_yonden04 {
    display: none;
  }
}
body#y_group #comics {
  position: relative;
  margin-top: 9.6354166667vw;
  margin-bottom: 6.25vw;
}
@media only screen and (max-width: 768px) {
  body#y_group #comics {
    margin-top: 0;
    margin-bottom: 0;
  }
}
body#y_group #comics:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100vw;
  background-position: center center;
  animation-name: comics_words;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
  animation-timing-function: steps(1);
}
@media only screen and (max-width: 768px) {
  body#y_group #comics:after {
    animation-name: comics_words_sp;
    background-size: 100%;
  }
}
@keyframes comics_words {
  0% {
    background-image: url(../img/comics_words01.jpg);
  }
  33% {
    background-image: url(../img/comics_words02.jpg);
  }
  66% {
    background-image: url(../img/comics_words03.jpg);
  }
  100% {
    background-image: url(../img/comics_words01.jpg);
  }
}
@keyframes comics_words_sp {
  0% {
    background-image: url(../img/comics_words01_sp.jpg);
  }
  33% {
    background-image: url(../img/comics_words02_sp.jpg);
  }
  66% {
    background-image: url(../img/comics_words03_sp.jpg);
  }
  100% {
    background-image: url(../img/comics_words01_sp.jpg);
  }
}
body#y_group #comics .comics_main {
  width: 27.34375vw;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body#y_group #comics .comics_main {
    width: 69.8666666667vw;
    padding: 44vw 0 30.6666666667vw;
  }
}
body#y_group #comics .comics_main .more_btn {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1.1458333333vw;
}
@media only screen and (max-width: 736px) {
  body#y_group #comics .comics_main .more_btn {
    top: 50%;
    font-size: 2.9333333333vw;
  }
}
body#y_group #comics .comics_main .more_btn:hover .arrow {
  background: #e60020;
}
body#y_group #comics .comics_main .more_btn .arrow {
  width: 5.46875vw;
  height: 5.46875vw;
  background: #fff;
}
@media only screen and (max-width: 736px) {
  body#y_group #comics .comics_main .more_btn .arrow {
    width: 14vw;
    height: 14vw;
  }
}
body#y_group #comics .comics_main .more_btn .arrow img {
  width: 2.2395833333vw;
}
@media only screen and (max-width: 736px) {
  body#y_group #comics .comics_main .more_btn .arrow img {
    width: 5.7333333333vw;
  }
}
body#y_group #comics .comics_bk {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: -1;
  height: 20.1041666667vw;
  background-image: url(../img/comics_bk.webp);
  background-repeat: repeat-x;
  background-size: 315vw;
  background-position: 0 0;
  animation-name: slide_img;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media only screen and (max-width: 768px) {
  body#y_group #comics .comics_bk {
    display: none;
  }
}
body#y_group #comics .comics_bk_sp01 {
  display: none;
  position: absolute;
  top: 21.3333333333vw;
  margin: auto;
  left: 0;
  right: 0;
  z-index: -1;
  height: 51.3333333333vw;
  background-image: url(../img/comics_bksp01.webp);
  background-repeat: repeat-x;
  background-size: 540.1333333333vw;
  background-position: 0 0;
  animation-name: slide_img_sp;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media only screen and (max-width: 768px) {
  body#y_group #comics .comics_bk_sp01 {
    display: block;
  }
}
body#y_group #comics .comics_bk_sp02 {
  display: none;
  position: absolute;
  bottom: 12vw;
  margin: auto;
  left: 0;
  right: 0;
  z-index: -1;
  height: 51.3333333333vw;
  background-image: url(../img/comics_bksp02.webp);
  background-repeat: repeat-x;
  background-size: 540.1333333333vw;
  background-position: 0 0;
  animation-name: slide_img_sp;
  animation-direction: reverse;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media only screen and (max-width: 768px) {
  body#y_group #comics .comics_bk_sp02 {
    display: block;
  }
}
@keyframes slide_img {
  100% {
    background-position: -6048px 0;
  }
}
@keyframes slide_img_sp {
  100% {
    background-position: -540.1333333333vw 0;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #comics_modal {
    background: #fff;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #comics_modal .modal-top {
    position: unset;
    margin-left: auto;
    margin-right: 3vw;
    display: table;
    margin-bottom: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  body#y_group #comics_modal .swiper01 .swiper-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  body#y_group #comics_modal .swiper01 .swiper-button-prev {
    position: unset;
    width: 12vw;
    margin-left: 12vw;
    height: auto;
    margin-top: auto;
  }
}
@media only screen and (max-width: 767px) {
  body#y_group #comics_modal .swiper01 .swiper-button-next {
    position: unset;
    width: 12vw;
    margin-right: 12vw;
    height: auto;
    margin-top: auto;
  }
}
body#y_group #comics_modal .swiper01 .swiper-button-prev:after, body#y_group #comics_modal .swiper01 .swiper-button-next:after {
  display: none;
}
body#y_group #comics_modal .swiper01 .swiper-button-prev.swiper-button-disabled, body#y_group #comics_modal .swiper01 .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
body#y_group #comics_move {
  background: #000;
  position: relative;
}
body#y_group #comics_move .comics_img {
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  body#y_group #comics_move .comics_img {
    max-width: unset;
    width: 100%;
  }
}
body#y_group #comics_move .comics_img img {
  width: 100%;
}
@media only screen and (max-width: 1366px) {
  body#y_group #comics_move .comics_img img {
    width: 115%;
  }
}
@media only screen and (max-width: 736px) {
  body#y_group #comics_move .comics_img img {
    width: 100%;
  }
}
body#y_group #comics_move .more_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
body#y_group #comics_move .more_btn a:hover {
  opacity: 1;
}