@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  margin: 0;
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}

body,
ul, li,
h1, h2, h3, h4, h5, h6, p, a {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: auto;
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  vertical-align: bottom;
}

a {
  height: 100%;
  text-decoration: none;
}

h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 415px) {
  h1 {
    font-size: 48px; /* IE対策 */
    font-size: clamp(48px, 2vw, 55px);
  }
}

h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 415px) {
  h2 {
    font-size: 40px; /* IE対策 */
    font-size: clamp(24px, 2vw, 40px);
  }
}

p {
  font-size: 12px;
  margin: 0;
}
@media screen and (min-width: 415px) {
  p {
    font-size: 16px; /* IE対策 */
    font-size: clamp(14px, 2vw, 16px);
  }
}

@media (768px >= width) {
  .sp {
    display: block !important;
  }
  .tb {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .tb-pc {
    display: none !important;
  }
}
@media (width >= 768px) {
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .tb-pc {
    display: block !important;
  }
}
@media (width >= 1400px) {
  .sp {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .tb-pc {
    display: block !important;
  }
}
@font-face {
  font-family: "e-font01";
  src: url("../fonts/en/BebasNeue-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "e-font02";
  src: url("../fonts/en/impact.ttf") format("truetype");
}
@font-face {
  font-family: "e-font03";
  src: url("../fonts/en/EBGaramond-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "mincho-font01";
  src: url("../fonts/mincho/ShipporiMincho-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "gothic-font01";
  src: url("../fonts/gothic/FOT-RodinNTLGPro-M.otf") format("opentype");
}
h1, h2, h3, h4, h5, h6, p, a, span, label, button {
  color: #3b3b3b;
  font-family: mincho-font01;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
}
h1.b-text, h2.b-text, h3.b-text, h4.b-text, h5.b-text, h6.b-text, p.b-text, a.b-text, span.b-text, label.b-text, button.b-text {
  display: inline;
  text-decoration: underline;
}
h1.-right, h2.-right, h3.-right, h4.-right, h5.-right, h6.-right, p.-right, a.-right, span.-right, label.-right, button.-right {
  text-align: right;
}
h1.-left, h2.-left, h3.-left, h4.-left, h5.-left, h6.-left, p.-left, a.-left, span.-left, label.-left, button.-left {
  text-align: left;
}
h1.-center, h2.-center, h3.-center, h4.-center, h5.-center, h6.-center, p.-center, a.-center, span.-center, label.-center, button.-center {
  text-align: center;
}
h1.-top, h2.-top, h3.-top, h4.-top, h5.-top, h6.-top, p.-top, a.-top, span.-top, label.-top, button.-top {
  vertical-align: top;
}
h1.-bottom, h2.-bottom, h3.-bottom, h4.-bottom, h5.-bottom, h6.-bottom, p.-bottom, a.-bottom, span.-bottom, label.-bottom, button.-bottom {
  vertical-align: bottom;
}
h1.-middle, h2.-middle, h3.-middle, h4.-middle, h5.-middle, h6.-middle, p.-middle, a.-middle, span.-middle, label.-middle, button.-middle {
  vertical-align: middle;
}
h1.-lh-n, h2.-lh-n, h3.-lh-n, h4.-lh-n, h5.-lh-n, h6.-lh-n, p.-lh-n, a.-lh-n, span.-lh-n, label.-lh-n, button.-lh-n {
  line-height: normal;
}
h1.-lh-1, h2.-lh-1, h3.-lh-1, h4.-lh-1, h5.-lh-1, h6.-lh-1, p.-lh-1, a.-lh-1, span.-lh-1, label.-lh-1, button.-lh-1 {
  line-height: 1;
}
h1.-lh-1_3, h2.-lh-1_3, h3.-lh-1_3, h4.-lh-1_3, h5.-lh-1_3, h6.-lh-1_3, p.-lh-1_3, a.-lh-1_3, span.-lh-1_3, label.-lh-1_3, button.-lh-1_3 {
  line-height: 1.3;
}
h1.-lh-1_5, h2.-lh-1_5, h3.-lh-1_5, h4.-lh-1_5, h5.-lh-1_5, h6.-lh-1_5, p.-lh-1_5, a.-lh-1_5, span.-lh-1_5, label.-lh-1_5, button.-lh-1_5 {
  line-height: 1.5;
}
h1.-lh-1_8, h2.-lh-1_8, h3.-lh-1_8, h4.-lh-1_8, h5.-lh-1_8, h6.-lh-1_8, p.-lh-1_8, a.-lh-1_8, span.-lh-1_8, label.-lh-1_8, button.-lh-1_8 {
  line-height: 1.8;
}
h1.-lh-2, h2.-lh-2, h3.-lh-2, h4.-lh-2, h5.-lh-2, h6.-lh-2, p.-lh-2, a.-lh-2, span.-lh-2, label.-lh-2, button.-lh-2 {
  line-height: 2;
}
h1.-lh-3, h2.-lh-3, h3.-lh-3, h4.-lh-3, h5.-lh-3, h6.-lh-3, p.-lh-3, a.-lh-3, span.-lh-3, label.-lh-3, button.-lh-3 {
  line-height: 3;
}
@media (768px >= width) {
  h1.-lh-n_s, h2.-lh-n_s, h3.-lh-n_s, h4.-lh-n_s, h5.-lh-n_s, h6.-lh-n_s, p.-lh-n_s, a.-lh-n_s, span.-lh-n_s, label.-lh-n_s, button.-lh-n_s {
    line-height: normal;
  }
}
@media (768px >= width) {
  h1.-lh-1_s, h2.-lh-1_s, h3.-lh-1_s, h4.-lh-1_s, h5.-lh-1_s, h6.-lh-1_s, p.-lh-1_s, a.-lh-1_s, span.-lh-1_s, label.-lh-1_s, button.-lh-1_s {
    line-height: 1;
  }
}
@media (768px >= width) {
  h1.-lh-1_3_s, h2.-lh-1_3_s, h3.-lh-1_3_s, h4.-lh-1_3_s, h5.-lh-1_3_s, h6.-lh-1_3_s, p.-lh-1_3_s, a.-lh-1_3_s, span.-lh-1_3_s, label.-lh-1_3_s, button.-lh-1_3_s {
    line-height: 1.3;
  }
}
@media (768px >= width) {
  h1.-lh-1_5_s, h2.-lh-1_5_s, h3.-lh-1_5_s, h4.-lh-1_5_s, h5.-lh-1_5_s, h6.-lh-1_5_s, p.-lh-1_5_s, a.-lh-1_5_s, span.-lh-1_5_s, label.-lh-1_5_s, button.-lh-1_5_s {
    line-height: 1.5;
  }
}
@media (768px >= width) {
  h1.-lh-1_8_s, h2.-lh-1_8_s, h3.-lh-1_8_s, h4.-lh-1_8_s, h5.-lh-1_8_s, h6.-lh-1_8_s, p.-lh-1_8_s, a.-lh-1_8_s, span.-lh-1_8_s, label.-lh-1_8_s, button.-lh-1_8_s {
    line-height: 1.8;
  }
}
@media (768px >= width) {
  h1.-lh-2_s, h2.-lh-2_s, h3.-lh-2_s, h4.-lh-2_s, h5.-lh-2_s, h6.-lh-2_s, p.-lh-2_s, a.-lh-2_s, span.-lh-2_s, label.-lh-2_s, button.-lh-2_s {
    line-height: 2;
  }
}
@media (768px >= width) {
  h1.-lh-3_s, h2.-lh-3_s, h3.-lh-3_s, h4.-lh-3_s, h5.-lh-3_s, h6.-lh-3_s, p.-lh-3_s, a.-lh-3_s, span.-lh-3_s, label.-lh-3_s, button.-lh-3_s {
    line-height: 3;
  }
}
h1.-ls-n, h2.-ls-n, h3.-ls-n, h4.-ls-n, h5.-ls-n, h6.-ls-n, p.-ls-n, a.-ls-n, span.-ls-n, label.-ls-n, button.-ls-n {
  letter-spacing: normal;
}
h1.-ls-1, h2.-ls-1, h3.-ls-1, h4.-ls-1, h5.-ls-1, h6.-ls-1, p.-ls-1, a.-ls-1, span.-ls-1, label.-ls-1, button.-ls-1 {
  letter-spacing: 0.1rem;
}
h1.-ls-2, h2.-ls-2, h3.-ls-2, h4.-ls-2, h5.-ls-2, h6.-ls-2, p.-ls-2, a.-ls-2, span.-ls-2, label.-ls-2, button.-ls-2 {
  letter-spacing: 0.2rem;
}
h1.-ls-3, h2.-ls-3, h3.-ls-3, h4.-ls-3, h5.-ls-3, h6.-ls-3, p.-ls-3, a.-ls-3, span.-ls-3, label.-ls-3, button.-ls-3 {
  letter-spacing: 0.3rem;
}
h1.-ls-4, h2.-ls-4, h3.-ls-4, h4.-ls-4, h5.-ls-4, h6.-ls-4, p.-ls-4, a.-ls-4, span.-ls-4, label.-ls-4, button.-ls-4 {
  letter-spacing: 0.4rem;
}
h1.-ls-5, h2.-ls-5, h3.-ls-5, h4.-ls-5, h5.-ls-5, h6.-ls-5, p.-ls-5, a.-ls-5, span.-ls-5, label.-ls-5, button.-ls-5 {
  letter-spacing: 0.5rem;
}
@media (768px >= width) {
  h1.-ls-n_s, h2.-ls-n_s, h3.-ls-n_s, h4.-ls-n_s, h5.-ls-n_s, h6.-ls-n_s, p.-ls-n_s, a.-ls-n_s, span.-ls-n_s, label.-ls-n_s, button.-ls-n_s {
    letter-spacing: normal;
  }
}
@media (768px >= width) {
  h1.-ls-1_s, h2.-ls-1_s, h3.-ls-1_s, h4.-ls-1_s, h5.-ls-1_s, h6.-ls-1_s, p.-ls-1_s, a.-ls-1_s, span.-ls-1_s, label.-ls-1_s, button.-ls-1_s {
    letter-spacing: 0.1rem;
  }
}
@media (768px >= width) {
  h1.-ls-2_s, h2.-ls-2_s, h3.-ls-2_s, h4.-ls-2_s, h5.-ls-2_s, h6.-ls-2_s, p.-ls-2_s, a.-ls-2_s, span.-ls-2_s, label.-ls-2_s, button.-ls-2_s {
    letter-spacing: 0.2rem;
  }
}
@media (768px >= width) {
  h1.-ls-3_s, h2.-ls-3_s, h3.-ls-3_s, h4.-ls-3_s, h5.-ls-3_s, h6.-ls-3_s, p.-ls-3_s, a.-ls-3_s, span.-ls-3_s, label.-ls-3_s, button.-ls-3_s {
    letter-spacing: 0.3rem;
  }
}
@media (768px >= width) {
  h1.-ls-4_s, h2.-ls-4_s, h3.-ls-4_s, h4.-ls-4_s, h5.-ls-4_s, h6.-ls-4_s, p.-ls-4_s, a.-ls-4_s, span.-ls-4_s, label.-ls-4_s, button.-ls-4_s {
    letter-spacing: 0.4rem;
  }
}
@media (768px >= width) {
  h1.-ls-5_s, h2.-ls-5_s, h3.-ls-5_s, h4.-ls-5_s, h5.-ls-5_s, h6.-ls-5_s, p.-ls-5_s, a.-ls-5_s, span.-ls-5_s, label.-ls-5_s, button.-ls-5_s {
    letter-spacing: 0.5rem;
  }
}
h1.-shadow, h2.-shadow, h3.-shadow, h4.-shadow, h5.-shadow, h6.-shadow, p.-shadow, a.-shadow, span.-shadow, label.-shadow, button.-shadow {
  filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.637)) !important;
}
h1.-ws-n, h2.-ws-n, h3.-ws-n, h4.-ws-n, h5.-ws-n, h6.-ws-n, p.-ws-n, a.-ws-n, span.-ws-n, label.-ws-n, button.-ws-n {
  white-space: nowrap;
}
h1.-tate, h2.-tate, h3.-tate, h4.-tate, h5.-tate, h6.-tate, p.-tate, a.-tate, span.-tate, label.-tate, button.-tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (768px >= width) {
  h1.-tate_s, h2.-tate_s, h3.-tate_s, h4.-tate_s, h5.-tate_s, h6.-tate_s, p.-tate_s, a.-tate_s, span.-tate_s, label.-tate_s, button.-tate_s {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
h1.-b, h2.-b, h3.-b, h4.-b, h5.-b, h6.-b, p.-b, a.-b, span.-b, label.-b, button.-b {
  font-weight: bold;
}
h1.-f-mincho01, h2.-f-mincho01, h3.-f-mincho01, h4.-f-mincho01, h5.-f-mincho01, h6.-f-mincho01, p.-f-mincho01, a.-f-mincho01, span.-f-mincho01, label.-f-mincho01, button.-f-mincho01 {
  font-family: mincho-font01;
}
h1.-f-gothic01, h2.-f-gothic01, h3.-f-gothic01, h4.-f-gothic01, h5.-f-gothic01, h6.-f-gothic01, p.-f-gothic01, a.-f-gothic01, span.-f-gothic01, label.-f-gothic01, button.-f-gothic01 {
  font-family: gothic-font01;
}
h1.-f-En01, h2.-f-En01, h3.-f-En01, h4.-f-En01, h5.-f-En01, h6.-f-En01, p.-f-En01, a.-f-En01, span.-f-En01, label.-f-En01, button.-f-En01 {
  font-family: e-font01;
}
h1.-f-En02, h2.-f-En02, h3.-f-En02, h4.-f-En02, h5.-f-En02, h6.-f-En02, p.-f-En02, a.-f-En02, span.-f-En02, label.-f-En02, button.-f-En02 {
  font-family: e-font02;
}
h1.-f-En03, h2.-f-En03, h3.-f-En03, h4.-f-En03, h5.-f-En03, h6.-f-En03, p.-f-En03, a.-f-En03, span.-f-En03, label.-f-En03, button.-f-En03 {
  font-family: e-font03;
}
h1.-white, h2.-white, h3.-white, h4.-white, h5.-white, h6.-white, p.-white, a.-white, span.-white, label.-white, button.-white {
  color: #ffffff !important;
}
h1.-black, h2.-black, h3.-black, h4.-black, h5.-black, h6.-black, p.-black, a.-black, span.-black, label.-black, button.-black {
  color: #3b3b3b !important;
}
h1.-red, h2.-red, h3.-red, h4.-red, h5.-red, h6.-red, p.-red, a.-red, span.-red, label.-red, button.-red {
  color: #df2323 !important;
}
h1.-color01, h2.-color01, h3.-color01, h4.-color01, h5.-color01, h6.-color01, p.-color01, a.-color01, span.-color01, label.-color01, button.-color01 {
  color: #bcd537 !important;
}
h1.-color02, h2.-color02, h3.-color02, h4.-color02, h5.-color02, h6.-color02, p.-color02, a.-color02, span.-color02, label.-color02, button.-color02 {
  color: #74a64c !important;
}
h1.-color03, h2.-color03, h3.-color03, h4.-color03, h5.-color03, h6.-color03, p.-color03, a.-color03, span.-color03, label.-color03, button.-color03 {
  color: #f2d341 !important;
}
h1.-color04, h2.-color04, h3.-color04, h4.-color04, h5.-color04, h6.-color04, p.-color04, a.-color04, span.-color04, label.-color04, button.-color04 {
  color: #a0a0a0 !important;
}
h1.-house_c01, h2.-house_c01, h3.-house_c01, h4.-house_c01, h5.-house_c01, h6.-house_c01, p.-house_c01, a.-house_c01, span.-house_c01, label.-house_c01, button.-house_c01 {
  color: #b6b343;
}
h1.-house_c02, h2.-house_c02, h3.-house_c02, h4.-house_c02, h5.-house_c02, h6.-house_c02, p.-house_c02, a.-house_c02, span.-house_c02, label.-house_c02, button.-house_c02 {
  color: #6d5847;
}
h1.-house_c03, h2.-house_c03, h3.-house_c03, h4.-house_c03, h5.-house_c03, h6.-house_c03, p.-house_c03, a.-house_c03, span.-house_c03, label.-house_c03, button.-house_c03 {
  color: #599465;
}
h1.-house_c04, h2.-house_c04, h3.-house_c04, h4.-house_c04, h5.-house_c04, h6.-house_c04, p.-house_c04, a.-house_c04, span.-house_c04, label.-house_c04, button.-house_c04 {
  color: #00c5d5;
}
h1.-grayOut, h2.-grayOut, h3.-grayOut, h4.-grayOut, h5.-grayOut, h6.-grayOut, p.-grayOut, a.-grayOut, span.-grayOut, label.-grayOut, button.-grayOut {
  pointer-events: none;
  opacity: 0.1;
}
h1.-grayOut a, h2.-grayOut a, h3.-grayOut a, h4.-grayOut a, h5.-grayOut a, h6.-grayOut a, p.-grayOut a, a.-grayOut a, span.-grayOut a, label.-grayOut a, button.-grayOut a {
  pointer-events: none;
}
h1.-grayOut a::before, h1.-grayOut a::after, h2.-grayOut a::before, h2.-grayOut a::after, h3.-grayOut a::before, h3.-grayOut a::after, h4.-grayOut a::before, h4.-grayOut a::after, h5.-grayOut a::before, h5.-grayOut a::after, h6.-grayOut a::before, h6.-grayOut a::after, p.-grayOut a::before, p.-grayOut a::after, a.-grayOut a::before, a.-grayOut a::after, span.-grayOut a::before, span.-grayOut a::after, label.-grayOut a::before, label.-grayOut a::after, button.-grayOut a::before, button.-grayOut a::after {
  pointer-events: none;
}

html {
  font-size: 62.5%;
}

h1.s-SS, h2.s-SS, h3.s-SS, h4.s-SS, h5.s-SS, h6.s-SS, p.s-SS, a.s-SS, span.s-SS, label.s-SS, button.s-SS {
  font-size: 1rem;
}
@media (width >= 768px) {
  h1.s-SS, h2.s-SS, h3.s-SS, h4.s-SS, h5.s-SS, h6.s-SS, p.s-SS, a.s-SS, span.s-SS, label.s-SS, button.s-SS {
    font-size: clamp(1rem, 2vw, 1.2rem);
  }
}
@media (768px >= width) {
  h1.s-SS.-s12, h2.s-SS.-s12, h3.s-SS.-s12, h4.s-SS.-s12, h5.s-SS.-s12, h6.s-SS.-s12, p.s-SS.-s12, a.s-SS.-s12, span.s-SS.-s12, label.s-SS.-s12, button.s-SS.-s12 {
    font-size: 1.2rem;
  }
}
h1.s-S, h2.s-S, h3.s-S, h4.s-S, h5.s-S, h6.s-S, p.s-S, a.s-S, span.s-S, label.s-S, button.s-S {
  font-size: 1.1rem;
}
@media (width >= 768px) {
  h1.s-S, h2.s-S, h3.s-S, h4.s-S, h5.s-S, h6.s-S, p.s-S, a.s-S, span.s-S, label.s-S, button.s-S {
    font-size: clamp(1rem, 1.2vw, 1.5rem);
  }
}
@media (768px >= width) {
  h1.s-S.-s12, h2.s-S.-s12, h3.s-S.-s12, h4.s-S.-s12, h5.s-S.-s12, h6.s-S.-s12, p.s-S.-s12, a.s-S.-s12, span.s-S.-s12, label.s-S.-s12, button.s-S.-s12 {
    font-size: 1.2rem;
  }
}
h1.s-M, h2.s-M, h3.s-M, h4.s-M, h5.s-M, h6.s-M, p.s-M, a.s-M, span.s-M, label.s-M, button.s-M {
  font-size: 1.2rem;
}
@media (width >= 768px) {
  h1.s-M, h2.s-M, h3.s-M, h4.s-M, h5.s-M, h6.s-M, p.s-M, a.s-M, span.s-M, label.s-M, button.s-M {
    font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  }
}
@media (768px >= width) {
  h1.s-M.-s10, h2.s-M.-s10, h3.s-M.-s10, h4.s-M.-s10, h5.s-M.-s10, h6.s-M.-s10, p.s-M.-s10, a.s-M.-s10, span.s-M.-s10, label.s-M.-s10, button.s-M.-s10 {
    font-size: 1rem;
  }
}
@media (768px >= width) {
  h1.s-M.-s16, h2.s-M.-s16, h3.s-M.-s16, h4.s-M.-s16, h5.s-M.-s16, h6.s-M.-s16, p.s-M.-s16, a.s-M.-s16, span.s-M.-s16, label.s-M.-s16, button.s-M.-s16 {
    font-size: 1.6rem;
  }
}
h1.s-ML, h2.s-ML, h3.s-ML, h4.s-ML, h5.s-ML, h6.s-ML, p.s-ML, a.s-ML, span.s-ML, label.s-ML, button.s-ML {
  font-size: 1.6rem;
}
@media (width >= 768px) {
  h1.s-ML, h2.s-ML, h3.s-ML, h4.s-ML, h5.s-ML, h6.s-ML, p.s-ML, a.s-ML, span.s-ML, label.s-ML, button.s-ML {
    font-size: clamp(1.6rem, 2vw, 2rem);
  }
}
@media (768px >= width) {
  h1.s-ML.-s14, h2.s-ML.-s14, h3.s-ML.-s14, h4.s-ML.-s14, h5.s-ML.-s14, h6.s-ML.-s14, p.s-ML.-s14, a.s-ML.-s14, span.s-ML.-s14, label.s-ML.-s14, button.s-ML.-s14 {
    font-size: 1.4rem;
  }
}
h1.s-L, h2.s-L, h3.s-L, h4.s-L, h5.s-L, h6.s-L, p.s-L, a.s-L, span.s-L, label.s-L, button.s-L {
  font-size: 1.6rem;
}
@media (width >= 768px) {
  h1.s-L, h2.s-L, h3.s-L, h4.s-L, h5.s-L, h6.s-L, p.s-L, a.s-L, span.s-L, label.s-L, button.s-L {
    font-size: clamp(1.6rem, 2vw, 2.2rem);
  }
}
@media (768px >= width) {
  h1.s-L.-s12, h2.s-L.-s12, h3.s-L.-s12, h4.s-L.-s12, h5.s-L.-s12, h6.s-L.-s12, p.s-L.-s12, a.s-L.-s12, span.s-L.-s12, label.s-L.-s12, button.s-L.-s12 {
    font-size: 1.2rem;
  }
}
@media (768px >= width) {
  h1.s-L.-s14, h2.s-L.-s14, h3.s-L.-s14, h4.s-L.-s14, h5.s-L.-s14, h6.s-L.-s14, p.s-L.-s14, a.s-L.-s14, span.s-L.-s14, label.s-L.-s14, button.s-L.-s14 {
    font-size: 1.4rem;
  }
}
@media (768px >= width) {
  h1.s-L.-s16, h2.s-L.-s16, h3.s-L.-s16, h4.s-L.-s16, h5.s-L.-s16, h6.s-L.-s16, p.s-L.-s16, a.s-L.-s16, span.s-L.-s16, label.s-L.-s16, button.s-L.-s16 {
    font-size: 1.6rem;
  }
}
h1.s-LL, h2.s-LL, h3.s-LL, h4.s-LL, h5.s-LL, h6.s-LL, p.s-LL, a.s-LL, span.s-LL, label.s-LL, button.s-LL {
  font-size: 2.1rem;
}
@media (width >= 768px) {
  h1.s-LL, h2.s-LL, h3.s-LL, h4.s-LL, h5.s-LL, h6.s-LL, p.s-LL, a.s-LL, span.s-LL, label.s-LL, button.s-LL {
    font-size: clamp(1.8rem, 3vw, 3rem);
  }
}
@media (768px >= width) {
  h1.s-LL.-s16, h2.s-LL.-s16, h3.s-LL.-s16, h4.s-LL.-s16, h5.s-LL.-s16, h6.s-LL.-s16, p.s-LL.-s16, a.s-LL.-s16, span.s-LL.-s16, label.s-LL.-s16, button.s-LL.-s16 {
    font-size: 1.6rem;
  }
}
h1.s-3L, h2.s-3L, h3.s-3L, h4.s-3L, h5.s-3L, h6.s-3L, p.s-3L, a.s-3L, span.s-3L, label.s-3L, button.s-3L {
  font-size: 2.8rem;
}
@media (width >= 768px) {
  h1.s-3L, h2.s-3L, h3.s-3L, h4.s-3L, h5.s-3L, h6.s-3L, p.s-3L, a.s-3L, span.s-3L, label.s-3L, button.s-3L {
    font-size: clamp(2.1rem, 3vw, 4.8rem);
  }
}
@media (768px >= width) {
  h1.s-3L.-s16, h2.s-3L.-s16, h3.s-3L.-s16, h4.s-3L.-s16, h5.s-3L.-s16, h6.s-3L.-s16, p.s-3L.-s16, a.s-3L.-s16, span.s-3L.-s16, label.s-3L.-s16, button.s-3L.-s16 {
    font-size: 1.6rem;
  }
}
@media (768px >= width) {
  h1.s-3L.-s18, h2.s-3L.-s18, h3.s-3L.-s18, h4.s-3L.-s18, h5.s-3L.-s18, h6.s-3L.-s18, p.s-3L.-s18, a.s-3L.-s18, span.s-3L.-s18, label.s-3L.-s18, button.s-3L.-s18 {
    font-size: 1.8rem;
  }
}
h1.s-kome, h2.s-kome, h3.s-kome, h4.s-kome, h5.s-kome, h6.s-kome, p.s-kome, a.s-kome, span.s-kome, label.s-kome, button.s-kome {
  font-size: 1rem;
  color: #dacebc;
  transform: scale(0.8);
}
@media (width >= 768px) {
  h1.s-kome, h2.s-kome, h3.s-kome, h4.s-kome, h5.s-kome, h6.s-kome, p.s-kome, a.s-kome, span.s-kome, label.s-kome, button.s-kome {
    font-size: clamp(1rem, 2vw, 1.2rem);
  }
}
h1.s-number, h2.s-number, h3.s-number, h4.s-number, h5.s-number, h6.s-number, p.s-number, a.s-number, span.s-number, label.s-number, button.s-number {
  font-size: 1.6rem;
}
@media (width >= 768px) {
  h1.s-number, h2.s-number, h3.s-number, h4.s-number, h5.s-number, h6.s-number, p.s-number, a.s-number, span.s-number, label.s-number, button.s-number {
    font-size: clamp(1.6rem, 2.8vw, 5.3rem);
  }
}
h1.s-profile, h2.s-profile, h3.s-profile, h4.s-profile, h5.s-profile, h6.s-profile, p.s-profile, a.s-profile, span.s-profile, label.s-profile, button.s-profile {
  font-size: 1.2rem;
}
@media (width >= 768px) {
  h1.s-profile, h2.s-profile, h3.s-profile, h4.s-profile, h5.s-profile, h6.s-profile, p.s-profile, a.s-profile, span.s-profile, label.s-profile, button.s-profile {
    font-size: clamp(1.2rem, 2.8vw, 1.4rem);
  }
}
@media (width >= 768px) {
  h1.-s-nav.s-S, h2.-s-nav.s-S, h3.-s-nav.s-S, h4.-s-nav.s-S, h5.-s-nav.s-S, h6.-s-nav.s-S, p.-s-nav.s-S, a.-s-nav.s-S, span.-s-nav.s-S, label.-s-nav.s-S, button.-s-nav.s-S {
    font-size: clamp(1rem, 1.2vw, 1.2rem) !important;
  }
}
@media (width >= 768px) {
  h1.-s-nav.s-M, h2.-s-nav.s-M, h3.-s-nav.s-M, h4.-s-nav.s-M, h5.-s-nav.s-M, h6.-s-nav.s-M, p.-s-nav.s-M, a.-s-nav.s-M, span.-s-nav.s-M, label.-s-nav.s-M, button.-s-nav.s-M {
    font-size: clamp(1.2rem, 1.5vw, 1.4rem) !important;
  }
}
@media (width >= 768px) {
  h1.-s-nav.s-L, h2.-s-nav.s-L, h3.-s-nav.s-L, h4.-s-nav.s-L, h5.-s-nav.s-L, h6.-s-nav.s-L, p.-s-nav.s-L, a.-s-nav.s-L, span.-s-nav.s-L, label.-s-nav.s-L, button.-s-nav.s-L {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem) !important;
  }
}

p.Top, p.concept, p.plan, p.Grallery, p.Location, p.Information, span.Top, span.concept, span.plan, span.Grallery, span.Location, span.Information, a.Top, a.concept, a.plan, a.Grallery, a.Location, a.Information {
  position: relative;
}
p.Top::before, p.concept::before, p.plan::before, p.Grallery::before, p.Location::before, p.Information::before, span.Top::before, span.concept::before, span.plan::before, span.Grallery::before, span.Location::before, span.Information::before, a.Top::before, a.concept::before, a.plan::before, a.Grallery::before, a.Location::before, a.Information::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
}
p.Top::after, p.concept::after, p.plan::after, p.Grallery::after, p.Location::after, p.Information::after, span.Top::after, span.concept::after, span.plan::after, span.Grallery::after, span.Location::after, span.Information::after, a.Top::after, a.concept::after, a.plan::after, a.Grallery::after, a.Location::after, a.Information::after {
  position: absolute;
  bottom: 11%;
  font-size: 1rem;
  font-family: mincho-font01;
  font-style: normal;
}
@media (width >= 768px) {
  p.Top::after, p.concept::after, p.plan::after, p.Grallery::after, p.Location::after, p.Information::after, span.Top::after, span.concept::after, span.plan::after, span.Grallery::after, span.Location::after, span.Information::after, a.Top::after, a.concept::after, a.plan::after, a.Grallery::after, a.Location::after, a.Information::after {
    font-size: 1.4rem;
    bottom: 0%;
  }
}
@media (width >= 1000px) {
  p.Top::after, p.concept::after, p.plan::after, p.Grallery::after, p.Location::after, p.Information::after, span.Top::after, span.concept::after, span.plan::after, span.Grallery::after, span.Location::after, span.Information::after, a.Top::after, a.concept::after, a.plan::after, a.Grallery::after, a.Location::after, a.Information::after {
    bottom: 11%;
  }
}
p.Top::before, p.concept::before, p.plan::before, p.Grallery::before, p.Location::before, span.Top::before, span.concept::before, span.plan::before, span.Grallery::before, span.Location::before, a.Top::before, a.concept::before, a.plan::before, a.Grallery::before, a.Location::before {
  left: 0;
}
@media (400px >= width) {
  p.Top::after, p.concept::after, p.plan::after, p.Grallery::after, p.Location::after, span.Top::after, span.concept::after, span.plan::after, span.Grallery::after, span.Location::after, a.Top::after, a.concept::after, a.plan::after, a.Grallery::after, a.Location::after {
    bottom: -60%;
  }
}
@media (768px >= width) {
  p.Top::after, p.concept::after, p.plan::after, p.Grallery::after, p.Location::after, span.Top::after, span.concept::after, span.plan::after, span.Grallery::after, span.Location::after, a.Top::after, a.concept::after, a.plan::after, a.Grallery::after, a.Location::after {
    left: 0%;
  }
}
@media (width >= 768px) {
  p.Top::after, p.concept::after, p.plan::after, p.Grallery::after, p.Location::after, span.Top::after, span.concept::after, span.plan::after, span.Grallery::after, span.Location::after, a.Top::after, a.concept::after, a.plan::after, a.Grallery::after, a.Location::after {
    left: 30%;
  }
}
@media (width >= 1000px) {
  p.Top::after, p.concept::after, p.plan::after, p.Grallery::after, p.Location::after, span.Top::after, span.concept::after, span.plan::after, span.Grallery::after, span.Location::after, a.Top::after, a.concept::after, a.plan::after, a.Grallery::after, a.Location::after {
    left: 30%;
  }
}
@media (width >= 1400px) {
  p.Top::after, p.concept::after, p.plan::after, p.Grallery::after, p.Location::after, span.Top::after, span.concept::after, span.plan::after, span.Grallery::after, span.Location::after, a.Top::after, a.concept::after, a.plan::after, a.Grallery::after, a.Location::after {
    left: 42%;
  }
}
@media (400px >= width) {
  p.Information::after, span.Information::after, a.Information::after {
    bottom: -60%;
  }
}
@media (768px >= width) {
  p.Information::after, span.Information::after, a.Information::after {
    left: 0%;
  }
}
@media (width >= 768px) {
  p.Information::after, span.Information::after, a.Information::after {
    left: 41%;
  }
}
@media (width >= 1000px) {
  p.Information::after, span.Information::after, a.Information::after {
    left: 41%;
  }
}
@media (width >= 1400px) {
  p.Information::after, span.Information::after, a.Information::after {
    left: 50%;
  }
}
@media (width >= 768px) {
  p.Top::before, span.Top::before, a.Top::before {
    background: #3b3b3b;
    width: 50%;
  }
}
@media (width >= 1000px) {
  p.Top::before, span.Top::before, a.Top::before {
    width: 45%;
  }
}
@media (width >= 1400px) {
  p.Top::before, span.Top::before, a.Top::before {
    width: 57%;
  }
}
@media (width >= 1600px) {
  p.Top::before, span.Top::before, a.Top::before {
    width: 58%;
  }
}
p.Top::after, span.Top::after, a.Top::after {
  content: "トップ";
}
@media (width >= 768px) {
  p.concept::before, span.concept::before, a.concept::before {
    background: #b6b343;
    width: 60%;
  }
}
@media (width >= 1000px) {
  p.concept::before, span.concept::before, a.concept::before {
    width: 54%;
  }
}
@media (width >= 1400px) {
  p.concept::before, span.concept::before, a.concept::before {
    width: 66%;
  }
}
@media (width >= 1600px) {
  p.concept::before, span.concept::before, a.concept::before {
    width: 67%;
  }
}
p.concept::after, span.concept::after, a.concept::after {
  content: "コンセプト";
}
@media (width >= 768px) {
  p.plan::before, span.plan::before, a.plan::before {
    left: 0;
    background: #6d5847;
    width: 50%;
  }
}
@media (width >= 1000px) {
  p.plan::before, span.plan::before, a.plan::before {
    width: 45%;
  }
}
@media (width >= 1400px) {
  p.plan::before, span.plan::before, a.plan::before {
    width: 57%;
  }
}
@media (width >= 1600px) {
  p.plan::before, span.plan::before, a.plan::before {
    width: 58%;
  }
}
p.plan::after, span.plan::after, a.plan::after {
  content: "プラン";
}
@media (width >= 768px) {
  p.Grallery::before, span.Grallery::before, a.Grallery::before {
    left: 0;
    background: #599465;
    width: 61%;
  }
}
@media (width >= 1000px) {
  p.Grallery::before, span.Grallery::before, a.Grallery::before {
    width: 54%;
  }
}
@media (width >= 1400px) {
  p.Grallery::before, span.Grallery::before, a.Grallery::before {
    width: 66%;
  }
}
@media (width >= 1600px) {
  p.Grallery::before, span.Grallery::before, a.Grallery::before {
    width: 67%;
  }
}
p.Grallery::after, span.Grallery::after, a.Grallery::after {
  content: "ギャラリー";
}
@media (width >= 768px) {
  p.Location::before, span.Location::before, a.Location::before {
    left: 0;
    background: #00c5d5;
    width: 66%;
  }
}
@media (width >= 1000px) {
  p.Location::before, span.Location::before, a.Location::before {
    width: 58%;
  }
}
@media (width >= 1400px) {
  p.Location::before, span.Location::before, a.Location::before {
    width: 72%;
  }
}
@media (width >= 1600px) {
  p.Location::before, span.Location::before, a.Location::before {
    width: 73%;
  }
}
p.Location::after, span.Location::after, a.Location::after {
  content: "ロケーション";
}
@media (width >= 768px) {
  p.Information::before, span.Information::before, a.Information::before {
    left: 0;
    background: #3b3b3b;
    width: 96%;
  }
}
@media (width >= 1000px) {
  p.Information::before, span.Information::before, a.Information::before {
    width: 83%;
  }
}
@media (width >= 1400px) {
  p.Information::before, span.Information::before, a.Information::before {
    width: 94%;
  }
}
@media (width >= 1600px) {
  p.Information::before, span.Information::before, a.Information::before {
    width: 95%;
  }
}
p.Information::after, span.Information::after, a.Information::after {
  content: "インフォメーション";
}

span.-block {
  display: block !important;
}

/* ------------------------------------------------------------------------
　　　margin 下幅
		*基本縦方向の幅は、下方側で調整すること。
		*アンカーリンクの表示調整用には「paddig-top」を使用すること。
------------------------------------------------------------------------ */
@media (width >= 768px) {
  .mg0 {
    margin: 0 !important;
  }
}

@media (768px >= width) {
  .mg0s {
    margin: 0 !important;
  }
}

@media (768px >= width) {
  .mgb-20s {
    margin-bottom: -20% !important;
  }
}

@media (768px >= width) {
  .mgb-10s {
    margin-bottom: -10% !important;
  }
}

@media (768px >= width) {
  .mgb-5s {
    margin-bottom: -5% !important;
  }
}

@media (768px >= width) {
  .mgb0s {
    margin-bottom: 0 !important;
  }
}

@media (768px >= width) {
  .mgb1s {
    margin-bottom: 1% !important;
  }
}

@media (768px >= width) {
  .mgb2s {
    margin-bottom: 2% !important;
  }
}

@media (768px >= width) {
  .mgb3s {
    margin-bottom: 3% !important;
  }
}

@media (768px >= width) {
  .mgb4s {
    margin-bottom: 4% !important;
  }
}

@media (768px >= width) {
  .mgb5s {
    margin-bottom: 5% !important;
  }
}

@media (768px >= width) {
  .mgb6s {
    margin-bottom: 6% !important;
  }
}

@media (768px >= width) {
  .mgb7s {
    margin-bottom: 7% !important;
  }
}

@media (768px >= width) {
  .mgb8s {
    margin-bottom: 8% !important;
  }
}

@media (768px >= width) {
  .mgb9s {
    margin-bottom: 9% !important;
  }
}

@media (768px >= width) {
  .mgb10s {
    margin-bottom: 10% !important;
  }
}

@media (768px >= width) {
  .mgb12s {
    margin-bottom: 12% !important;
  }
}

@media (768px >= width) {
  .mgb15s {
    margin-bottom: 15% !important;
  }
}

@media (768px >= width) {
  .mgb18s {
    margin-bottom: 18% !important;
  }
}

@media (768px >= width) {
  .mgb20s {
    margin-bottom: 20% !important;
  }
}

@media (768px >= width) {
  .mgb25s {
    margin-bottom: 25% !important;
  }
}

@media (768px >= width) {
  .mgb30s {
    margin-bottom: 30% !important;
  }
}

@media (width >= 768px) {
  .mgb-20 {
    margin-bottom: -20% !important;
  }
}

@media (width >= 768px) {
  .mgb-10 {
    margin-bottom: -10% !important;
  }
}

@media (width >= 768px) {
  .mgb-5 {
    margin-bottom: -5% !important;
  }
}

@media (width >= 768px) {
  .mgb0 {
    margin-bottom: 0 !important;
  }
}

@media (width >= 768px) {
  .mgb1 {
    margin-bottom: 1% !important;
  }
}

@media (width >= 768px) {
  .mgb2 {
    margin-bottom: 2% !important;
  }
}

@media (width >= 768px) {
  .mgb3 {
    margin-bottom: 3% !important;
  }
}

@media (width >= 768px) {
  .mgb4 {
    margin-bottom: 4% !important;
  }
}

@media (width >= 768px) {
  .mgb5 {
    margin-bottom: 5% !important;
  }
}

@media (width >= 768px) {
  .mgb6 {
    margin-bottom: 6% !important;
  }
}

@media (width >= 768px) {
  .mgb7 {
    margin-bottom: 7% !important;
  }
}

@media (width >= 768px) {
  .mgb8 {
    margin-bottom: 8% !important;
  }
}

@media (width >= 768px) {
  .mgb9 {
    margin-bottom: 9% !important;
  }
}

@media (width >= 768px) {
  .mgb10 {
    margin-bottom: 10% !important;
  }
}

@media (width >= 768px) {
  .mgb12 {
    margin-bottom: 12% !important;
  }
}

@media (width >= 768px) {
  .mgb15 {
    margin-bottom: 15% !important;
  }
}

@media (width >= 768px) {
  .mgb18 {
    margin-bottom: 18% !important;
  }
}

@media (width >= 768px) {
  .mgb20 {
    margin-bottom: 20% !important;
  }
}

@media (width >= 768px) {
  .mgb25 {
    margin-bottom: 25% !important;
  }
}

@media (width >= 768px) {
  .mgb30 {
    margin-bottom: 30% !important;
  }
}

/* ------------------------
　　　margin 左幅
------------------------ */
@media (768px >= width) {
  .mgl1s {
    margin-left: 1% !important;
  }
}

@media (768px >= width) {
  .mgl2s {
    margin-left: 2% !important;
  }
}

@media (768px >= width) {
  .mgl3s {
    margin-left: 3% !important;
  }
}

@media (768px >= width) {
  .mgl4s {
    margin-left: 4% !important;
  }
}

@media (768px >= width) {
  .mgl5s {
    margin-left: 5% !important;
  }
}

@media (768px >= width) {
  .mgl6s {
    margin-left: 6% !important;
  }
}

@media (768px >= width) {
  .mgl7s {
    margin-left: 7% !important;
  }
}

@media (768px >= width) {
  .mgl8s {
    margin-left: 8% !important;
  }
}

@media (768px >= width) {
  .mgl9s {
    margin-left: 9% !important;
  }
}

@media (768px >= width) {
  .mgl10s {
    margin-left: 10% !important;
  }
}

@media (width >= 768px) {
  .mgl1 {
    margin-left: 1% !important;
  }
}

@media (width >= 768px) {
  .mgl2 {
    margin-left: 2% !important;
  }
}

@media (width >= 768px) {
  .mgl3 {
    margin-left: 3% !important;
  }
}

@media (width >= 768px) {
  .mgl4 {
    margin-left: 4% !important;
  }
}

@media (width >= 768px) {
  .mgl5 {
    margin-left: 5% !important;
  }
}

@media (width >= 768px) {
  .mgl6 {
    margin-left: 6% !important;
  }
}

@media (width >= 768px) {
  .mgl7 {
    margin-left: 7% !important;
  }
}

@media (width >= 768px) {
  .mgl8 {
    margin-left: 8% !important;
  }
}

@media (width >= 768px) {
  .mgl9 {
    margin-left: 9% !important;
  }
}

@media (width >= 768px) {
  .mgl10 {
    margin-left: 10% !important;
  }
}

/* ------------------------
　　　margin 右幅
------------------------ */
@media (768px >= width) {
  .mgr1s {
    margin-right: 1% !important;
  }
}

@media (768px >= width) {
  .mgr2s {
    margin-right: 2% !important;
  }
}

@media (768px >= width) {
  .mgr3s {
    margin-right: 3% !important;
  }
}

@media (768px >= width) {
  .mgr4s {
    margin-right: 4% !important;
  }
}

@media (768px >= width) {
  .mgr5s {
    margin-right: 5% !important;
  }
}

@media (768px >= width) {
  .mgr6s {
    margin-right: 6% !important;
  }
}

@media (768px >= width) {
  .mgr7s {
    margin-right: 7% !important;
  }
}

@media (768px >= width) {
  .mgr8s {
    margin-right: 8% !important;
  }
}

@media (768px >= width) {
  .mgr9s {
    margin-right: 9% !important;
  }
}

@media (768px >= width) {
  .mgr10s {
    margin-right: 10% !important;
  }
}

@media (width >= 768px) {
  .mgr1 {
    margin-right: 1% !important;
  }
}

@media (width >= 768px) {
  .mgr2 {
    margin-right: 2% !important;
  }
}

@media (width >= 768px) {
  .mgr3 {
    margin-right: 3% !important;
  }
}

@media (width >= 768px) {
  .mgr4 {
    margin-right: 4% !important;
  }
}

@media (width >= 768px) {
  .mgr5 {
    margin-right: 5% !important;
  }
}

@media (width >= 768px) {
  .mgr6 {
    margin-right: 6% !important;
  }
}

@media (width >= 768px) {
  .mgr7 {
    margin-right: 7% !important;
  }
}

@media (width >= 768px) {
  .mgr8 {
    margin-right: 8% !important;
  }
}

@media (width >= 768px) {
  .mgr9 {
    margin-right: 9% !important;
  }
}

@media (width >= 768px) {
  .mgr10 {
    margin-right: 10% !important;
  }
}

/* ------------------------
　　　margin 上幅
------------------------ */
@media (width >= 768px) {
  .mgt-2 {
    margin-top: -2px !important;
  }
}

/* ------------------------------------------------------------------------
　　　padding 上幅
		*アンカーリンクの表示調整用には「paddig-top」を使用すること。
------------------------------------------------------------------------ */
@media (768px >= width) {
  .pdt0s {
    padding-top: 0 !important;
  }
}

@media (768px >= width) {
  .pdt1s {
    padding-top: 1% !important;
  }
}

@media (768px >= width) {
  .pdt2s {
    padding-top: 2% !important;
  }
}

@media (768px >= width) {
  .pdt3s {
    padding-top: 3% !important;
  }
}

@media (768px >= width) {
  .pdt4s {
    padding-top: 4% !important;
  }
}

@media (768px >= width) {
  .pdt5s {
    padding-top: 5% !important;
  }
}

@media (768px >= width) {
  .pdt6s {
    padding-top: 6% !important;
  }
}

@media (768px >= width) {
  .pdt7s {
    padding-top: 7% !important;
  }
}

@media (768px >= width) {
  .pdt8s {
    padding-top: 8% !important;
  }
}

@media (768px >= width) {
  .pdt9s {
    padding-top: 9% !important;
  }
}

@media (768px >= width) {
  .pdt10s {
    padding-top: 10% !important;
  }
}

@media (width >= 768px) {
  .pdt0 {
    padding-top: 0 !important;
  }
}

@media (width >= 768px) {
  .pdt1 {
    padding-top: 1% !important;
  }
}

@media (width >= 768px) {
  .pdt2 {
    padding-top: 2% !important;
  }
}

@media (width >= 768px) {
  .pdt3 {
    padding-top: 3% !important;
  }
}

@media (width >= 768px) {
  .pdt4 {
    padding-top: 4% !important;
  }
}

@media (width >= 768px) {
  .pdt5 {
    padding-top: 5% !important;
  }
}

@media (width >= 768px) {
  .pdt6 {
    padding-top: 6% !important;
  }
}

@media (width >= 768px) {
  .pdt7 {
    padding-top: 7% !important;
  }
}

@media (width >= 768px) {
  .pdt8 {
    padding-top: 8% !important;
  }
}

@media (width >= 768px) {
  .pdt9 {
    padding-top: 9% !important;
  }
}

@media (width >= 768px) {
  .pdt10 {
    padding-top: 10% !important;
  }
}

/* ------------------------
　　　padding 下幅
------------------------ */
@media (768px >= width) {
  .pdb0s {
    padding-bottom: 0 !important;
  }
}

@media (768px >= width) {
  .pdb1s {
    padding-bottom: 1% !important;
  }
}

@media (768px >= width) {
  .pdb2s {
    padding-bottom: 2% !important;
  }
}

@media (768px >= width) {
  .pdb3s {
    padding-bottom: 3% !important;
  }
}

@media (768px >= width) {
  .pdb4s {
    padding-bottom: 4% !important;
  }
}

@media (768px >= width) {
  .pdb5s {
    padding-bottom: 5% !important;
  }
}

@media (768px >= width) {
  .pdb6s {
    padding-bottom: 6% !important;
  }
}

@media (768px >= width) {
  .pdb7s {
    padding-bottom: 7% !important;
  }
}

@media (768px >= width) {
  .pdb8s {
    padding-bottom: 8% !important;
  }
}

@media (768px >= width) {
  .pdb9s {
    padding-bottom: 9% !important;
  }
}

@media (768px >= width) {
  .pdb10s {
    padding-bottom: 10% !important;
  }
}

@media (width >= 768px) {
  .pdb0 {
    padding-bottom: 0 !important;
  }
}

@media (width >= 768px) {
  .pdb1 {
    padding-bottom: 1% !important;
  }
}

@media (width >= 768px) {
  .pdb2 {
    padding-bottom: 2% !important;
  }
}

@media (width >= 768px) {
  .pdb3 {
    padding-bottom: 3% !important;
  }
}

@media (width >= 768px) {
  .pdb4 {
    padding-bottom: 4% !important;
  }
}

@media (width >= 768px) {
  .pdb5 {
    padding-bottom: 5% !important;
  }
}

@media (width >= 768px) {
  .pdb6 {
    padding-bottom: 6% !important;
  }
}

@media (width >= 768px) {
  .pdb7 {
    padding-bottom: 7% !important;
  }
}

@media (width >= 768px) {
  .pdb8 {
    padding-bottom: 8% !important;
  }
}

@media (width >= 768px) {
  .pdb9 {
    padding-bottom: 9% !important;
  }
}

@media (width >= 768px) {
  .pdb10 {
    padding-bottom: 10% !important;
  }
}

/* ------------------------
　　　padding 左側
------------------------ */
@media (768px >= width) {
  .pdl0s {
    padding-left: 0 !important;
  }
}

@media (768px >= width) {
  .pdl1s {
    padding-left: 1% !important;
  }
}

@media (768px >= width) {
  .pdl2s {
    padding-left: 2% !important;
  }
}

@media (768px >= width) {
  .pdl3s {
    padding-left: 3% !important;
  }
}

@media (768px >= width) {
  .pdl4s {
    padding-left: 4% !important;
  }
}

@media (768px >= width) {
  .pdl5s {
    padding-left: 5% !important;
  }
}

@media (768px >= width) {
  .pdl6s {
    padding-left: 6% !important;
  }
}

@media (768px >= width) {
  .pdl7s {
    padding-left: 7% !important;
  }
}

@media (768px >= width) {
  .pdl8s {
    padding-left: 8% !important;
  }
}

@media (768px >= width) {
  .pdl9s {
    padding-left: 9% !important;
  }
}

@media (768px >= width) {
  .pdl10s {
    padding-left: 10% !important;
  }
}

@media (width >= 768px) {
  .pdl0 {
    padding-left: 0 !important;
  }
}

@media (width >= 768px) {
  .pdl1 {
    padding-left: 1% !important;
  }
}

@media (width >= 768px) {
  .pdl2 {
    padding-left: 2% !important;
  }
}

@media (width >= 768px) {
  .pdl3 {
    padding-left: 3% !important;
  }
}

@media (width >= 768px) {
  .pdl4 {
    padding-left: 4% !important;
  }
}

@media (width >= 768px) {
  .pdl5 {
    padding-left: 5% !important;
  }
}

@media (width >= 768px) {
  .pdl6 {
    padding-left: 6% !important;
  }
}

@media (width >= 768px) {
  .pdl7 {
    padding-left: 7% !important;
  }
}

@media (width >= 768px) {
  .pdl8 {
    padding-left: 8% !important;
  }
}

@media (width >= 768px) {
  .pdl9 {
    padding-left: 9% !important;
  }
}

@media (width >= 768px) {
  .pdl10 {
    padding-left: 10% !important;
  }
}

/* ------------------------
　　　padding 左側
------------------------ */
@media (768px >= width) {
  .pdr0s {
    padding-right: 0 !important;
  }
}

@media (768px >= width) {
  .pdr1s {
    padding-right: 1% !important;
  }
}

@media (768px >= width) {
  .pdr2s {
    padding-right: 2% !important;
  }
}

@media (768px >= width) {
  .pdr3s {
    padding-right: 3% !important;
  }
}

@media (768px >= width) {
  .pdr4s {
    padding-right: 4% !important;
  }
}

@media (768px >= width) {
  .pdr5s {
    padding-right: 5% !important;
  }
}

@media (width >= 768px) {
  .pdr0 {
    padding-right: 0 !important;
  }
}

@media (width >= 768px) {
  .pdr1 {
    padding-right: 1% !important;
  }
}

@media (width >= 768px) {
  .pdr2 {
    padding-right: 2% !important;
  }
}

@media (width >= 768px) {
  .pdr3 {
    padding-right: 3% !important;
  }
}

@media (width >= 768px) {
  .pdr4 {
    padding-right: 4% !important;
  }
}

@media (width >= 768px) {
  .pdr5 {
    padding-right: 5% !important;
  }
}

.pd0 {
  padding: 0 !important;
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*!
 * Luminous v2.3.5
 * Copyright 2015-2021, Zebrafish Labs
 * Licensed under BSD-2 (https://github.com/imgix/luminous/blob/main/LICENSE.md)
 */
@keyframes a {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes b {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes c {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-1turn);
  }
}
@keyframes d {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  to {
    transform: scale(1);
  }
}
@keyframes e {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  to {
    transform: scale(1);
  }
}
.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
}

.lum-lightbox-inner {
  bottom: 2.5%;
  left: 2.5%;
  right: 2.5%;
  top: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  color: #fff;
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  animation: c 1.8s linear infinite;
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
}

.lum-lightbox-loader:after, .lum-lightbox-loader:before {
  background: hsla(0, 0%, 100%, 0.9);
  border-radius: 20px;
  content: "";
  display: block;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.lum-lightbox-loader:before {
  animation: d 1.8s linear infinite;
  left: 0;
}

.lum-lightbox-loader:after {
  animation: e 1.8s linear infinite;
  animation-delay: -0.9s;
  right: 0;
}

.lum-lightbox.lum-opening {
  animation: a 0.18s ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: b 0.18s ease-out;
}

.lum-lightbox.lum-closing {
  animation: a 0.3s ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: b 0.3s ease-in;
  animation-direction: reverse;
}

.lum-img {
  transition: opacity 0.12s ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 100px;
  margin: 0;
  max-height: 100%;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: 150%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 60px;
}

.lum-close-button {
  height: 32px;
  opacity: 0.3;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
}

.lum-close-button:hover {
  opacity: 1;
}

.lum-close-button:after, .lum-close-button:before {
  background-color: #fff;
  content: " ";
  height: 33px;
  left: 15px;
  position: absolute;
  width: 2px;
}

.lum-close-button:before {
  transform: rotate(45deg);
}

.lum-close-button:after {
  transform: rotate(-45deg);
}

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button:after {
  border-top: 4px solid hsla(0, 0%, 100%, 0.8);
  content: "";
  display: block;
  height: 36px;
  position: absolute;
  top: 50%;
  width: 36px;
}

.lum-previous-button:after {
  border-left: 4px solid hsla(0, 0%, 100%, 0.8);
  border-radius: 3px 0 0 0;
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  transform: translateY(-50%) rotate(-45deg);
}

.lum-next-button:after {
  border-radius: 0 3px 0 0;
  border-right: 4px solid hsla(0, 0%, 100%, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    -webkit-overflow-scrolling: touch;
    display: flex;
    overflow: auto;
  }
  .lum-lightbox-caption {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  .lum-lightbox-position-helper {
    margin: auto;
  }
  .lum-lightbox-inner img {
    max-height: none;
    max-width: none;
  }
}
.luminous img {
  pointer-events: auto !important;
}

@media (width >= 768px) {
  .w1100 {
    width: 90%;
    margin: auto;
  }
}
@media (width >= 1100px) {
  .w1100 {
    width: 90% !important;
    max-width: 1100px;
  }
}

.w100 {
  width: 100%;
  margin: auto;
}

.w98 {
  width: 98%;
  margin: auto;
}

.w95 {
  width: 95%;
  margin: auto;
}

.w90 {
  width: 90%;
  margin: auto;
}

@media (768px >= width) {
  .w95s {
    width: 95% !important;
    margin: auto;
  }
}

@media (768px >= width) {
  .w90s {
    width: 90% !important;
    margin: auto;
  }
}

.bannerArea {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
@media (width >= 768px) {
  .bannerArea {
    width: 45%;
  }
}

.c-borderBox {
  padding: 3%;
}
@media (width >= 768px) {
  .c-borderBox {
    width: 100%;
    padding: 1% 1% 2%;
    margin-right: 0;
    margin-left: auto;
  }
}
.c-borderBox span {
  padding: 0 5px;
}
.c-borderBox.-double {
  border: 4px double #bcd537;
}
@media (width >= 768px) {
  .c-borderBox.-double {
    border: 7px double #bcd537;
  }
}
.c-borderBox.-solid {
  border: 1px solid #bcd537;
}
@media (width >= 768px) {
  .c-borderBox.-solid {
    border: 1px solid #bcd537;
  }
}

.setubi-title {
  position: relative;
}
.setubi-title .m-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.setubi-title .m-logo.-cleanup {
  left: 40%;
  transform: translate(-50%, -45%);
  width: 35%;
}
@media (width >= 768px) {
  .setubi-title .m-logo.-cleanup {
    left: 67%;
    transform: translate(-50%, -40%);
    width: 53%;
  }
}
.setubi-title .m-logo.-toto {
  left: 47.5%;
  transform: translate(-48%, -50%);
  width: 44%;
}
@media (width >= 768px) {
  .setubi-title .m-logo.-toto {
    top: 33%;
    left: 71%;
    transform: translate(-50%, -50%);
    width: 50%;
  }
}
.setubi-title .m-logo.-ykkap {
  left: 47%;
  top: 40%;
  transform: translate(-55%, -50%);
  width: 28%;
}
@media (width >= 768px) {
  .setubi-title .m-logo.-ykkap {
    top: 34%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 14%;
  }
}

.colorBox {
  background: #3b3b3b;
  padding: 3% 0 6%;
}
@media (width >= 768px) {
  .colorBox {
    padding: 3% 0 4%;
  }
}

.P {
  position: relative;
}
.P::after {
  content: "P";
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 0.9;
  color: #ffffff;
  background: #3b3b3b;
  padding: 1% 1.5%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
@media (width >= 768px) {
  .P::after {
    padding: 1%;
  }
}

.c-img.-b-frame {
  border: 2px solid #3b3b3b;
  overflow: hidden;
}
.c-img.-b-frame.-left {
  border-top: 2px solid #3b3b3b;
  border-right: 2px solid #3b3b3b;
  border-bottom: 2px solid #3b3b3b;
  border-radius: 0 20px 20px 0;
}
.c-img.-b-frame.-right {
  border-top: 2px solid #3b3b3b;
  border-left: 2px solid #3b3b3b;
  border-bottom: 2px solid #3b3b3b;
  border-radius: 20px 0 0 20px;
}
.c-img.-shadow {
  box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.34);
}

.box-r {
  border-radius: 20px;
  overflow: hidden;
}

.c-header {
  width: 100vw;
  height: auto;
  background: #ffffff;
  box-sizing: border-box;
  transition: padding 0.3s;
}
@media (width >= 768px) {
  .c-header {
    padding: 15px 0px 0px;
  }
}
.c-header.-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.c-header-wrapper {
  position: relative;
  align-items: center;
  width: 95%;
  height: auto;
  padding: 8px 0px 10px;
  margin: auto;
}
@media (width >= 768px) {
  .c-header-wrapper {
    width: 90%;
    max-width: 1100px;
    padding: 0;
  }
}
@media (width >= 1600px) {
  .c-header-wrapper {
    width: 70.4%;
  }
}
.c-header-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #3b3b3b;
}
.c-header-wrapper.-no-b::after {
  background: #ffffff;
}
.c-header__popArea {
  width: 100%;
  height: auto;
}
@media (width >= 768px) {
  .c-header__popArea .c-header__lists {
    display: flex;
    flex-wrap: nowrap;
  }
}
.c-header__popArea .c-header__lists li.logo {
  width: 50%;
  height: auto;
  margin: 0 auto;
}
@media (width >= 768px) {
  .c-header__popArea .c-header__lists li.logo {
    width: 72%;
    margin: auto;
  }
  .c-header__popArea .c-header__lists li.logo img {
    vertical-align: baseline;
  }
}
@media (768px >= width) {
  .c-header__popArea .c-header__lists li.c-header__contactArea {
    display: none;
  }
}
@media (width >= 768px) {
  .c-header__popArea .c-header__lists li.c-header__contactArea {
    display: grid;
    grid-template-rows: 2.5fr 1fr;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 28%;
  }
}
.c-header__popArea .c-header__lists li.c-header__contactArea .top-left {
  grid-column: 1/2;
  grid-row: 1/2;
}
.c-header__popArea .c-header__lists li.c-header__contactArea .top-right {
  grid-column: 2/3;
  grid-row: 1/2;
}
.c-header__popArea .c-header__lists li.c-header__contactArea .tag {
  position: relative;
  grid-column: 1/3;
  grid-row: 2/3;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.c-header__popArea .c-header__lists li.c-header__contactArea .tag span {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-borderVer {
  position: relative;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-borderVer::before {
  content: "";
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 1px;
  background: #3b3b3b;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-borderVer::after {
  content: "";
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 98%;
  background: #3b3b3b;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-borderVer .top-left span {
  color: #3b3b3b;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-borderVer .top-left:hover span {
  color: #3b3b3b !important;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-borderVer .top-right span {
  color: #3b3b3b;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-borderVer .top-right:hover span {
  color: #3b3b3b !important;
}
@media (width >= 768px) {
  .c-header__popArea .c-header__lists li.c-header__contactArea.-colorBoxVer {
    grid-template-rows: 3.3fr 1fr;
  }
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-colorBoxVer .top-left {
  background: #bcd537;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-colorBoxVer .top-left span {
  color: #ffffff !important;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-colorBoxVer .top-left:hover {
  opacity: 0.8;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-colorBoxVer .top-right {
  background: #74a64c;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-colorBoxVer .top-right span {
  color: #ffffff !important;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-colorBoxVer .top-right:hover {
  opacity: 0.9;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-bgImgVer {
  background: url(../images/item/contact_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (width >= 768px) {
  .c-header__popArea .c-header__lists li.c-header__contactArea.-bgImgVer {
    grid-template-rows: 3.3fr 1fr;
  }
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-bgImgVer .top-left {
  position: relative;
  background: inherit;
  transition: all 0.5s;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-bgImgVer .top-left span {
  color: #3b3b3b !important;
  z-index: 2;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-bgImgVer .top-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 90%;
  background: #ffffff;
  z-index: 1;
  transition: all 0.5s;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-bgImgVer .top-left:hover {
  background: #ebebeb;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-bgImgVer .top-left:hover::after {
  width: 98%;
  height: 95%;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-bgImgVer .top-right {
  position: relative;
  transition: all 0.5s;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-bgImgVer .top-right span {
  color: #ffffff !important;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-bgImgVer .top-right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
  transition: all 0.5s;
}
.c-header__popArea .c-header__lists li.c-header__contactArea.-bgImgVer .top-right:hover::after {
  width: 98%;
  height: 95%;
  background: rgba(255, 255, 255, 0.137);
}
.c-header__navArea .c-header__navLists {
  height: 100%;
}
@media (width >= 768px) {
  .c-header__navArea .c-header__navLists {
    display: flex;
    flex-wrap: nowrap;
    /*---------------------------------
    	ページ数によってナビゲーション数を変更できる。
    	基本的にheader、navと同数にすること。
    	（物件概要は含まない。）
    ---------------------------------*/
  }
  .c-header__navArea .c-header__navLists li {
    position: relative;
    height: auto;
    background: #ffffff;
    transition: 0.5s all;
  }
  .c-header__navArea .c-header__navLists li:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background: #3b3b3b;
  }
  .c-header__navArea .c-header__navLists li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background: #3b3b3b;
  }
  .c-header__navArea .c-header__navLists li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15% 0;
  }
  .c-header__navArea .c-header__navLists li.-no-b::before, .c-header__navArea .c-header__navLists li.-no-b::after {
    background: #ffffff;
  }
  .c-header__navArea .c-header__navLists li.-grayOutItem {
    pointer-events: none;
  }
  .c-header__navArea .c-header__navLists.-col6 li {
    width: 16.6666666667%;
  }
  .c-header__navArea .c-header__navLists.-col7 li {
    width: 14.2857142857%;
  }
  .c-header__navArea .c-header__navLists.-col8 li {
    width: 12.5%;
  }
}
@media (width >= 768px) {
  .c-header__navArea.-navColor .c-header__navLists li {
    transition: 0.5s all;
  }
  .c-header__navArea.-navColor .c-header__navLists li .navItem__link.-active,
  .c-header__navArea.-navColor .c-header__navLists li .d-menu__title.-active {
    background: #74a64c;
    pointer-events: none;
  }
  .c-header__navArea.-navColor .c-header__navLists li .navItem__link.-active a, .c-header__navArea.-navColor .c-header__navLists li .navItem__link.-active span,
  .c-header__navArea.-navColor .c-header__navLists li .d-menu__title.-active a,
  .c-header__navArea.-navColor .c-header__navLists li .d-menu__title.-active span {
    color: #ffffff !important;
  }
  .c-header__navArea.-navColor .c-header__navLists li:hover {
    background: #bcd537;
  }
  .c-header__navArea.-navColor .c-header__navLists li:hover .navItem__link,
  .c-header__navArea.-navColor .c-header__navLists li:hover .navItem__link span,
  .c-header__navArea.-navColor .c-header__navLists li:hover .d-menu__title span {
    color: #ffffff !important;
  }
  .c-header__navArea.-navColor .c-header__navLists li #d-menu__checkbox {
    display: none;
  }
  .c-header__navArea.-navColor .c-header__navLists li #d-menu__checkbox:checked ~ .d-menu__title {
    background: #74a64c;
  }
  .c-header__navArea.-navColor .c-header__navLists li #d-menu__checkbox:checked ~ .d-menu__title a, .c-header__navArea.-navColor .c-header__navLists li #d-menu__checkbox:checked ~ .d-menu__title span {
    color: #ffffff !important;
  }
}
@media (width >= 768px) {
  .c-header__navArea.-navBorder .c-header__navLists li {
    transition: 0.5s all;
  }
  .c-header__navArea.-navBorder .c-header__navLists li .navItem__link,
  .c-header__navArea.-navBorder .c-header__navLists li .d-menu__title {
    position: relative;
  }
  .c-header__navArea.-navBorder .c-header__navLists li .navItem__link::after,
  .c-header__navArea.-navBorder .c-header__navLists li .d-menu__title::after {
    content: "";
    width: 90%;
    height: 2.5px;
    position: absolute;
    left: 50%;
    bottom: 1%;
    transform: translateX(-50%);
    background: #ffffff;
    transition: 0.5s all;
  }
  .c-header__navArea.-navBorder .c-header__navLists li .navItem__link.-active::after,
  .c-header__navArea.-navBorder .c-header__navLists li .d-menu__title.-active::after {
    background: #74a64c;
  }
  .c-header__navArea.-navBorder .c-header__navLists li:hover .navItem__link::after,
  .c-header__navArea.-navBorder .c-header__navLists li:hover .d-menu__title::after {
    background: #bcd537;
  }
  .c-header__navArea.-navBorder .c-header__navLists li #d-menu__checkbox {
    display: none;
  }
  .c-header__navArea.-navBorder .c-header__navLists li #d-menu__checkbox:checked ~ .d-menu__title:after {
    background: #74a64c;
  }
}

.c-footer {
  width: 100vw;
  height: auto;
  margin-bottom: 20%;
}
@media (width >= 768px) {
  .c-footer {
    margin-bottom: 5%;
  }
}
.c-footer-wrapper {
  align-items: center;
  width: 90%;
  margin: auto;
  height: auto;
}
@media (width >= 768px) {
  .c-footer-wrapper {
    width: 90%;
    max-width: 1100px;
  }
}
@media (width >= 1600px) {
  .c-footer-wrapper {
    width: 70.4%;
  }
}
@media (768px >= width) {
  .c-footer-wrapper.-v02 {
    width: 90%;
  }
}
.c-footer-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #3b3b3b;
}
.c-footer__contactArea .c-footer__contactLists {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.c-footer__contactArea .c-footer__contactLists::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #3b3b3b;
  z-index: 1;
}
.c-footer__contactArea .c-footer__contactLists::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #3b3b3b;
}
.c-footer__contactArea .c-footer__contactLists.-colors_04 li:hover:nth-child(1) {
  background: #bcd537;
}
.c-footer__contactArea .c-footer__contactLists.-colors_04 li:hover:nth-child(2) {
  background: #74a64c;
}
.c-footer__contactArea .c-footer__contactLists.-colors_04 li:hover:nth-child(3) {
  background: #f2d341;
}
.c-footer__contactArea .c-footer__contactLists.-colors_04 li:hover:nth-child(4) {
  background: #a0a0a0;
}
.c-footer__contactArea .c-footer__contactLists li {
  position: relative;
  width: 50%;
  height: auto;
  transition: 0.5s all;
}
@media (width >= 768px) {
  .c-footer__contactArea .c-footer__contactLists li {
    width: 25%;
  }
}
.c-footer__contactArea .c-footer__contactLists li:hover {
  background: #bcd537;
}
.c-footer__contactArea .c-footer__contactLists li:hover a, .c-footer__contactArea .c-footer__contactLists li:hover span {
  color: #ffffff !important;
}
.c-footer__contactArea .c-footer__contactLists li:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background: #3b3b3b;
}
.c-footer__contactArea .c-footer__contactLists li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background: #3b3b3b;
}
.c-footer__contactArea .c-footer__contactLists li a {
  display: block;
  padding: 12% 0;
}
@media (width >= 768px) {
  .c-footer__contactArea .c-footer__contactLists li a {
    padding: 20% 0;
  }
}
.c-footer__contactArea .c-footer__contactLists li.-grayOutItem {
  pointer-events: none;
}
.c-footer__navArea .c-footer__navLists {
  display: flex;
  flex-wrap: nowrap;
}
@media (768px >= width) {
  .c-footer__navArea .c-footer__navLists {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.c-footer__navArea .c-footer__navLists li {
  position: relative;
  height: auto;
  padding: 2.1% 0;
}
.c-footer__navArea .c-footer__navLists li a {
  display: block;
}
.c-footer__navArea .c-footer__navLists li a.-active {
  pointer-events: none;
}
.c-footer__navArea .c-footer__navLists li a.-active span {
  color: #74a64c;
}
.c-footer__navArea .c-footer__navLists li a.-active span::after {
  width: 100%;
  height: 1px;
  background: #74a64c;
}
.c-footer__navArea .c-footer__navLists li:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 40%;
  width: 1px;
  background: #3b3b3b;
}
@media (width >= 768px) {
  .c-footer__navArea .c-footer__navLists li:first-child::before {
    height: 25%;
  }
}
.c-footer__navArea .c-footer__navLists li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 40%;
  width: 1px;
  background: #3b3b3b;
}
@media (width >= 768px) {
  .c-footer__navArea .c-footer__navLists li::after {
    height: 25%;
  }
}
.c-footer__navArea .c-footer__navLists li span {
  position: relative;
  transition: all 1s;
}
.c-footer__navArea .c-footer__navLists li span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 1px;
  background: #ffffff;
  transition: 0.5s all;
}
.c-footer__navArea .c-footer__navLists li:hover span {
  color: #bcd537;
}
.c-footer__navArea .c-footer__navLists li:hover span::after {
  width: 100%;
  background: #bcd537;
}
.c-footer__navArea .c-footer__navLists li.-grayOutItem {
  pointer-events: none;
}
.c-footer__navArea .c-footer__navLists li.-grayOutItem span {
  opacity: 0.2;
}
.c-footer__navArea .c-footer__navLists.-col5 li {
  width: 33.3333333333%;
}
@media (768px >= width) {
  .c-footer__navArea .c-footer__navLists.-col5 li:nth-child(4)::before {
    content: "";
    position: absolute;
    top: 59%;
    left: 0;
    transform: translateY(-50%);
    height: 40%;
    width: 1px;
    background: #3b3b3b;
  }
}
@media (width >= 768px) {
  .c-footer__navArea .c-footer__navLists.-col5 li {
    width: 20%;
  }
}
.c-footer__navArea .c-footer__navLists.-col6 li {
  width: 33.3333333333%;
}
@media (768px >= width) {
  .c-footer__navArea .c-footer__navLists.-col6 li:nth-child(4)::before {
    content: "";
    position: absolute;
    top: 59%;
    left: 0;
    transform: translateY(-50%);
    height: 40%;
    width: 1px;
    background: #3b3b3b;
  }
}
@media (width >= 768px) {
  .c-footer__navArea .c-footer__navLists.-col6 li {
    width: 16.6666666667%;
  }
}
.c-footer__navArea .c-footer__navLists.-col7 li {
  width: 25%;
}
@media (768px >= width) {
  .c-footer__navArea .c-footer__navLists.-col7 li:nth-child(5)::before {
    content: "";
    position: absolute;
    top: 59%;
    left: 0;
    transform: translateY(-50%);
    height: 40%;
    width: 1px;
    background: #3b3b3b;
  }
}
@media (width >= 768px) {
  .c-footer__navArea .c-footer__navLists.-col7 li {
    width: 14.2857142857%;
  }
}
.c-footer__navArea .c-footer__navLists.-col8 li {
  width: 25%;
}
@media (768px >= width) {
  .c-footer__navArea .c-footer__navLists.-col8 li:nth-child(5)::before {
    content: "";
    position: absolute;
    top: 59%;
    left: 0;
    transform: translateY(-50%);
    height: 40%;
    width: 1px;
    background: #3b3b3b;
  }
}
@media (width >= 768px) {
  .c-footer__navArea .c-footer__navLists.-col8 li {
    width: 12.5%;
  }
}
.c-footer__btnArea {
  width: 45%;
  margin: auto;
}
@media (width >= 768px) {
  .c-footer__btnArea {
    width: 20%;
    max-width: 300px;
  }
}
.c-footer__btnArea.-col2 {
  width: 80%;
  margin: auto;
}
@media (width >= 768px) {
  .c-footer__btnArea.-col2 {
    width: 50%;
    max-width: 550px;
  }
}
.c-footer__btnArea label.popup {
  display: block;
  padding: 5% 0;
  text-align: center;
  transition: 0.5s all;
}
.c-footer__btnArea label.popup span {
  transition: 0.5s all;
}
.c-footer__btnArea label.popup.-color01 {
  color: #ffffff !important;
  border: 1px solid #bcd537;
  background: #bcd537;
}
@media (width >= 768px) {
  .c-footer__btnArea label.popup.-color01 {
    color: #bcd537 !important;
    background: #ffffff;
  }
}
.c-footer__btnArea label.popup.-color01 span {
  color: #ffffff;
}
@media (width >= 768px) {
  .c-footer__btnArea label.popup.-color01 span {
    color: #bcd537;
  }
}
.c-footer__btnArea label.popup.-color01:hover {
  color: #ffffff !important;
  background: #bcd537 !important;
  box-shadow: 3px 3px 10px rgba(133, 133, 133, 0.295);
}
.c-footer__btnArea label.popup.-color01:hover span {
  color: #ffffff !important;
}
.c-footer__btnArea label.popup.-color02 {
  color: #ffffff !important;
  border: 1px solid #74a64c;
  background: #74a64c;
}
@media (width >= 768px) {
  .c-footer__btnArea label.popup.-color02 {
    color: #74a64c !important;
    background: #ffffff;
  }
}
.c-footer__btnArea label.popup.-color02 span {
  color: #ffffff;
}
@media (width >= 768px) {
  .c-footer__btnArea label.popup.-color02 span {
    color: #74a64c;
  }
}
.c-footer__btnArea label.popup.-color02:hover {
  color: #ffffff !important;
  background: #74a64c !important;
  box-shadow: 3px 3px 10px rgba(133, 133, 133, 0.295);
}
.c-footer__btnArea label.popup.-color02:hover span {
  color: #ffffff !important;
}
.c-footer__btnArea label.popup.-r:hover {
  border-radius: 30px;
}
.c-footer__shopArea {
  width: 60%;
  margin: auto;
}
@media (width >= 768px) {
  .c-footer__shopArea {
    width: 40%;
    max-width: 1000px;
  }
}
.c-footer__shopArea .c-footer__shopFlex {
  display: flex;
  flex-wrap: wrap;
}
@media (width >= 768px) {
  .c-footer__shopArea .c-footer__shopFlex {
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.c-footer__shopArea .c-footer__shopFlex li {
  width: 100%;
}
@media (768px >= width) {
  .c-footer__shopArea .c-footer__shopFlex li:nth-child(1) {
    padding: 0 5%;
    margin-bottom: 5%;
  }
}
@media (width >= 768px) {
  .c-footer__shopArea .c-footer__shopFlex li:nth-child(1) {
    width: 40%;
  }
}
@media (width >= 768px) {
  .c-footer__shopArea .c-footer__shopFlex li:nth-child(2) {
    width: 60%;
    padding-left: 5%;
  }
}
.c-footer__shopArea .c-footer__shopFlex li a {
  display: block;
}

.c-hnav {
  position: sticky;
  top: 3%;
  left: 86%;
  width: 33px;
  height: 0;
  z-index: 998;
}
@media (width >= 768px) {
  .c-hnav {
    top: 1.5%;
    left: 94%;
    opacity: 0.7;
  }
}
@media (width >= 1200px) {
  .c-hnav {
    left: 95.5%;
  }
}
.c-hnav__cheakbox {
  display: none;
}
.c-hnav__cheakbox:checked ~ .c-hnav__close {
  display: block;
  opacity: 0.5;
}
.c-hnav__cheakbox:checked ~ .c-hnav__content {
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}
.c-hnav__button {
  display: inline-block;
  width: 34px;
  height: 27px;
  vertical-align: middle;
  cursor: pointer;
}
@media (width >= 768px) {
  .c-hnav__button {
    width: 100%;
  }
}
.c-hnav__button span,
.c-hnav__button span:before,
.c-hnav__button span:after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 33px;
  border-radius: 3px;
  background: #3b3b3b;
  cursor: pointer;
}
@media (width >= 768px) {
  .c-hnav__button span,
  .c-hnav__button span:before,
  .c-hnav__button span:after {
    width: 100%;
  }
}
.c-hnav__button span:before {
  bottom: -12px;
}
.c-hnav__button span:after {
  bottom: -24px;
}
.c-hnav__button p {
  position: absolute;
  bottom: -72%;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 0px 0.5px #ffffff);
}
@media (width >= 768px) {
  .c-hnav__button p {
    bottom: -100%;
    filter: drop-shadow(0px 0px 2px #ffffff);
  }
}
.c-hnav__close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3b3b3b;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.c-hnav__content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  /* ハンバーガーメニュー内の幅 */
  width: 55%;
  max-width: 230px;
  height: 100%;
  padding: 5% 5% 0 5%;
  background: #ffffff;
  /* 滑らかに表示 */
  transition: 0.3s ease-in-out;
  transform: translateX(100%);
  z-index: 9999;
}
@media (width >= 768px) {
  .c-hnav__content {
    width: 29%;
    max-width: 230px;
    padding: 2% 2.5% 2% 2.5%;
    background: #ffffff;
  }
}
@media (width >= 1400px) {
  .c-hnav__content {
    width: 90%;
    max-width: 330px;
  }
}
.c-hnav__content li {
  margin-bottom: 7px;
  transition: 0.5s all;
}
@media (width >= 768px) {
  .c-hnav__content li {
    margin-bottom: 10px;
  }
}
@media (width >= 1400px) {
  .c-hnav__content li {
    margin-bottom: 10px;
  }
}
.c-hnav__content li a, .c-hnav__content li label {
  position: relative;
  transition: 0.5s all;
}
.c-hnav__content li a span, .c-hnav__content li label span {
  transition: 0.5s all;
}
.c-hnav__content li a.-active, .c-hnav__content li label.-active {
  position: relative;
  color: #74a64c;
  font-weight: bold;
  pointer-events: none;
  filter: drop-shadow(1px 1px 0px hsla(0, 0%, 0%, 0.322));
  pointer-events: none;
}
.c-hnav__content li a.-active span, .c-hnav__content li label.-active span {
  color: #74a64c;
}
.c-hnav__content li a.-active::after, .c-hnav__content li label.-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../images/logo/page-title-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (width >= 768px) {
  .c-hnav__content li a.-active::after, .c-hnav__content li label.-active::after {
    left: -12px;
    width: 10px;
    height: 10px;
  }
}
@media (width >= 1200px) {
  .c-hnav__content li a.-active::after, .c-hnav__content li label.-active::after {
    top: 47%;
    left: -17px;
    width: 15px;
    height: 15px;
  }
}
@media (width >= 1400px) {
  .c-hnav__content li a.-active::after, .c-hnav__content li label.-active::after {
    width: 13px;
    height: 13px;
  }
}
.c-hnav__content li label {
  color: #3b3b3b;
}
.c-hnav__content li:hover a, .c-hnav__content li:hover label, .c-hnav__content li:hover span {
  color: #bcd537;
}
.c-hnav__contactArea {
  position: relative;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 100px;
  margin: auto;
  border: 1px solid #3b3b3b;
}
@media (width >= 768px) {
  .c-hnav__contactArea {
    top: 47%;
    height: 105px;
  }
}
@media (width >= 1400px) {
  .c-hnav__contactArea {
    height: 110px;
  }
}
.c-hnav__contactArea .c-hnav__top {
  grid-column: 1/3;
  grid-row: 1/2;
  transition: 0.5s all;
}
.c-hnav__contactArea .c-hnav__top:hover {
  background: #74a64c;
}
.c-hnav__contactArea .c-hnav__top:hover span {
  color: #ffffff;
}
.c-hnav__contactArea .c-hnav__bottom {
  display: block;
  grid-column: 1/3;
  grid-row: 2/3;
  transition: 0.5s all;
}
.c-hnav__contactArea .c-hnav__bottom:hover {
  background: #bcd537;
}
.c-hnav__contactArea .c-hnav__bottom:hover span {
  color: #ffffff;
}
.c-hnav__contactArea::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 98%;
  background: #3b3b3b;
}
.c-hnav__contactArea.-grayOutItem {
  pointer-events: none;
}
.c-hnav__logo {
  position: absolute;
  bottom: 0%;
  left: 73%;
  transform: translateX(-50%);
  width: 30%;
}
.c-hnav__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11%;
}

.navItem {
  position: relative;
}
.navItem-title.-main {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  transition: 0.5s all;
}
@media (width >= 768px) {
  .navItem-title.-main {
    top: 33%;
  }
}
.navItem-title.-sub {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  transition: 0.5s all;
}
.navItem-cTitle.-main {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  transition: 0.5s all;
}
@media (width >= 768px) {
  .navItem-cTitle.-main {
    top: 37%;
  }
}
.navItem-cTitle.-sub {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  transition: 0.5s all;
}
@media (width >= 768px) {
  .navItem-cTitle.-sub {
    top: 64%;
  }
}
@media (width >= 1400px) {
  .navItem-cTitle.-sub {
    top: 65%;
  }
}
.navItem.-comingSoon {
  pointer-events: none;
}
.navItem.-comingSoon a {
  pointer-events: none;
}
.navItem.-comingSoon a::before {
  content: "coming soom";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60% !important;
  color: white;
  background: #bcd537;
  display: block;
  z-index: 1;
  text-align: center;
  padding: 3px 0 4px;
  opacity: 0.9;
}
.navItem.-comingSoon a span {
  opacity: 0.5;
}
.navItem.-soldOut {
  pointer-events: none;
}
.navItem.-soldOut a {
  pointer-events: none;
}
.navItem.-soldOut a::before {
  content: "sold out";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60% !important;
  color: white;
  background: #636363;
  display: block;
  z-index: 1;
  text-align: center;
  padding: 3px 0 4px;
  opacity: 0.9;
}
.navItem.-soldOut a span {
  opacity: 0.5;
}
.navItem.-kanbai {
  pointer-events: none;
}
.navItem.-kanbai a {
  pointer-events: none;
}
.navItem.-kanbai a::before {
  content: "完売御礼";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60% !important;
  color: white;
  background: rgb(216, 21, 21);
  display: block;
  z-index: 1;
  text-align: center;
  padding: 3px 0 4px;
  opacity: 0.9;
}
.navItem.-kanbai a span {
  opacity: 0.5;
}

.c-container {
  width: 100vw;
  height: auto;
}

.c-contents-inner {
  width: 90%;
  margin: auto;
}
@media (width >= 768px) {
  .c-contents-inner {
    width: 95%;
  }
}
.c-contents.-h-logo {
  position: relative;
}
.c-contents.-h-logo .c-contentsBox {
  position: absolute;
}
.c-contents.-h-logo .c-contentsBox.-logo-item01 {
  top: 51%;
  left: 101.5%;
  width: 6.5%;
}
@media (width >= 768px) {
  .c-contents.-h-logo .c-contentsBox.-logo-item01 {
    top: 17.5%;
    left: 30.8%;
    width: 2.3%;
  }
}
.c-contents.-h-logo .c-contentsBox.-logo-item02 {
  top: 32%;
  left: 110%;
  width: 5%;
}
@media (width >= 768px) {
  .c-contents.-h-logo .c-contentsBox.-logo-item02 {
    top: 10%;
    left: 33%;
    width: 1.5%;
  }
}
.c-contents.-h-logo .c-contentsBox.-soldOut {
  top: 36%;
  left: 45%;
  transform: rotate(-5deg) translate(-50%, -50%);
  width: 70%;
  z-index: 99;
  filter: drop-shadow(1px 1px 2px rgb(128, 128, 128));
}
.c-contents.-h-logo .c-contentsBox.-soldOut img {
  background: #5a8190;
}
@media (width >= 768px) {
  .c-contents.-h-logo .c-contentsBox.-soldOut {
    top: 41%;
    left: 63%;
    width: 40%;
  }
}
.c-contents.-f-slider, .c-contents.-f-view {
  width: 100%;
  height: auto;
}
.c-contents.-f-slider {
  position: relative;
}
.c-contents.-f-slider .c-contentsBox {
  position: absolute;
}
.c-contents.-f-slider .c-contentsBox.-f-title {
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  filter: drop-shadow(0.5px 0.5px 0px rgba(255, 255, 255, 0.4235294118));
}
@media (width >= 768px) {
  .c-contents.-f-slider .c-contentsBox.-f-title {
    top: 50%;
    left: 80%;
    width: 33%;
  }
}
@media (width >= 1400px) {
  .c-contents.-f-slider .c-contentsBox.-f-title {
    top: 50%;
    left: 70%;
    width: 30%;
  }
}
.c-contents.-f-view {
  position: relative;
  overflow: hidden;
}
@media (768px >= width) {
  .c-contents.-f-view .imgBox {
    opacity: 0.75;
  }
}
.c-contents.-f-view .c-contentsBox {
  position: absolute;
}
.c-contents.-f-view .c-contentsBox.-f-title {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
@media (768px >= width) {
  .c-contents.-f-view .c-contentsBox.-f-title {
    width: auto;
  }
  .c-contents.-f-view .c-contentsBox.-f-title.-f-title_c::after {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  .c-contents.-f-view .c-contentsBox.-f-title.-f-title_r {
    top: 82%;
    left: 83%;
  }
  .c-contents.-f-view .c-contentsBox.-f-title.-f-title_r::after {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  .c-contents.-f-view .c-contentsBox.-f-title.-concept::after {
    content: "コンセプト";
  }
  .c-contents.-f-view .c-contentsBox.-f-title.-layout::after {
    content: "レイアウト";
  }
  .c-contents.-f-view .c-contentsBox.-f-title.-plan::after {
    content: "プラン";
  }
  .c-contents.-f-view .c-contentsBox.-f-title.-equipment::after {
    content: "設備・仕様";
  }
  .c-contents.-f-view .c-contentsBox.-f-title.-location::after {
    content: "周辺環境";
  }
}
@media (width >= 768px) {
  .c-contents.-f-view .c-contentsBox.-f-title {
    top: 50%;
    left: 75%;
    width: 38%;
  }
}
@media (width >= 1400px) {
  .c-contents.-f-view .c-contentsBox.-f-title {
    top: 49%;
    left: 76%;
    width: 40% !important;
  }
}
@media (768px >= width) {
  .c-contents.-f-view .c-contentsBox.-f-logo_s {
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    z-index: 1;
  }
}
.c-contents.-f-view .c-contentsBox.-f-des {
  bottom: 0;
  left: 85%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (width >= 768px) {
  .c-contents.-f-view .c-contentsBox.-f-des {
    left: 60%;
    transform: scale(0.8);
  }
}
@media (width >= 768px) {
  .c-contents.-f-view .c-contentsBox.-f-des.-w {
    left: 75%;
  }
}
.c-contents.-f-view .c-contentsBox.-f-bird_01 {
  top: 20%;
  left: 15%;
  width: 5%;
}
@media (width >= 768px) {
  .c-contents.-f-view .c-contentsBox.-f-bird_01 {
    top: 10%;
    left: 2%;
    width: 4%;
  }
}
@media (width >= 1400px) {
  .c-contents.-f-view .c-contentsBox.-f-bird_01 {
    top: 10%;
    left: 15%;
    width: 3%;
  }
}
.c-contents.-f-view .c-contentsBox.-f-bird_02 {
  top: 20%;
  left: 23%;
  width: 3%;
}
@media (width >= 768px) {
  .c-contents.-f-view .c-contentsBox.-f-bird_02 {
    top: 7%;
    left: 7%;
    width: 3%;
  }
}
@media (width >= 1400px) {
  .c-contents.-f-view .c-contentsBox.-f-bird_02 {
    left: 18%;
    width: 2%;
  }
}
.c-contents.-f-view .c-contentsBox.-f-bird_03 {
  top: 35%;
  left: 77%;
  width: 5%;
}
@media (width >= 768px) {
  .c-contents.-f-view .c-contentsBox.-f-bird_03 {
    top: 21%;
    left: 84%;
    width: 2.5%;
  }
}
@media (width >= 1400px) {
  .c-contents.-f-view .c-contentsBox.-f-bird_03 {
    top: 18%;
    left: 87%;
    width: 2%;
  }
}
@media (width >= 768px) {
  .c-contents.-f-view .c-contentsBox.-f-bird_04 {
    top: 60%;
    left: 57%;
    width: 2.5%;
  }
}
@media (width >= 1400px) {
  .c-contents.-f-view .c-contentsBox.-f-bird_04 {
    top: 63%;
    left: 53%;
    width: 2.5%;
  }
}
.c-contents.-f-view .c-contentsBox.-f-border {
  top: 36%;
  left: 25%;
  width: 50%;
}
@media (width >= 768px) {
  .c-contents.-f-view .c-contentsBox.-f-border {
    top: 22%;
    left: 63.5%;
    width: 20%;
  }
}
@media (width >= 1400px) {
  .c-contents.-f-view .c-contentsBox.-f-border {
    top: 20%;
    left: 65%;
  }
}
.c-contents.-f-view .c-contentsBox.-f-text {
  bottom: 0;
  left: 80%;
  transform: scale(0.9);
}
.c-contents.-imgBg {
  position: relative;
}
.c-contents.-imgBg .c-contentsBox {
  position: absolute;
}
.c-contents.-imgBg .c-contentsBox.-logo-item01 {
  top: 54%;
  left: 95.5%;
  width: 5%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-logo-item01 {
    top: 17.5%;
    left: 30.8%;
    width: 2.3%;
  }
}
.c-contents.-imgBg .c-contentsBox.-logo-item02 {
  top: 45%;
  left: 100%;
  width: 5%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-logo-item02 {
    top: 10%;
    left: 33%;
    width: 1.5%;
  }
}
@media (768px >= width) {
  .c-contents.-imgBg .c-contentsBox.-f-logo_s {
    top: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    z-index: 1;
  }
}
@media (768px >= width) {
  .c-contents.-imgBg .c-contentsBox.-plan-text01 {
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 81%;
  }
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-plan-text01 {
    top: 0%;
    left: 25%;
    width: 75%;
  }
}
@media (768px >= width) {
  .c-contents.-imgBg .c-contentsBox.-plan-title02 {
    top: 11%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 70%;
  }
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-plan-title02 {
    top: 14%;
    left: 10%;
    width: 90%;
  }
}
@media (768px >= width) {
  .c-contents.-imgBg .c-contentsBox.-plan-title04 {
    top: 11%;
    left: 60%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-plan-title04 {
    top: 14%;
    left: 9.7%;
    width: 90%;
  }
}
@media (768px >= width) {
  .c-contents.-imgBg .c-contentsBox.-plan-text02 {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
  }
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-plan-text02 {
    top: 40%;
    left: 10%;
    width: 66%;
  }
}
@media (768px >= width) {
  .c-contents.-imgBg .c-contentsBox.-plan-text03 {
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
  }
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-plan-text03 {
    top: 40%;
    left: 10%;
    width: 66%;
  }
}
@media (768px >= width) {
  .c-contents.-imgBg .c-contentsBox.-plan-text04 {
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
  }
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-plan-text04 {
    top: 40%;
    left: 10%;
    width: 75%;
  }
}

.c-contents_title {
  position: relative;
  font-size: 1.6rem;
  padding: 0 1px;
}
@media (width >= 768px) {
  .c-contents_title {
    font-size: clamp(1.6rem, 2vw, 2.5rem);
  }
}
.c-contents_title::before {
  content: "";
  position: absolute;
  bottom: -70%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  font-size: 10px;
}
@media (width >= 768px) {
  .c-contents_title::before {
    bottom: -45%;
    font-size: 12px;
  }
}
@media (width >= 768px) {
  .c-contents_title.-row2::before {
    bottom: -30%;
  }
}
@media (768px >= width) {
  .c-contents_title.-row2_s::before {
    bottom: -40%;
  }
}
.c-contents_title.-b-btm::after {
  content: "";
  display: block;
  position: relative;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1100px;
  height: 1px;
  background: #3b3b3b;
}
@media (width >= 768px) {
  .c-contents_title.-b-btm::after {
    bottom: -30px;
  }
}
.c-contents_title.-b-btm.-c01::after {
  background: #bcd537 !important;
}
.c-contents_title.-b-btm.-c02::after {
  background: #74a64c !important;
}
.c-contents_title.-b-btm.-c03::after {
  background: #f2d341 !important;
}
.c-contents_title.-b-btm.-c04::after {
  background: #a0a0a0 !important;
}
.c-contents_title.-en-color01::before {
  color: #bcd537;
}
.c-contents_title.-en-color02::before {
  color: #74a64c;
}
.c-contents_title.-en-color03::before {
  color: #f2d341;
}
.c-contents_title.-en-color04::before {
  color: #a0a0a0;
}
.c-contents_title.-gaikou::before {
  content: "EXTERIOR";
}
.c-contents_title.-naikan::before {
  content: "NTROSPECTION";
}
.c-contents_title.-naikanDesign::before {
  content: "INNER DESIGN";
}
.c-contents_title.-landscape::before {
  content: "LANDSCAPE";
}
.c-contents_title.-land::before {
  content: "LAND";
}
.c-contents_title.-facade::before {
  content: "FACADE";
  white-space: nowrap;
}
.c-contents_title.-interior::before {
  content: "INTERIOR";
  white-space: nowrap;
}
.c-contents_title.-eq::before {
  content: "EQUIPMENT";
  white-space: nowrap;
}
.c-contents_title.-shopping::before {
  content: "SHOPPING";
  white-space: nowrap;
}
.c-contents_title.-park::before {
  content: "PARK";
  white-space: nowrap;
}
.c-contents_title.-other::before {
  content: "OTHER";
  white-space: nowrap;
}
.c-contents_title.-layout::before {
  content: "LAYOUT PLAN / PLOT PLAN";
  white-space: nowrap;
}
.c-contents_title.-house-layout::before {
  content: "HOUSE LAYOUT";
  white-space: nowrap;
}
.c-contents_title.-plan::before {
  content: "PLAN";
  white-space: nowrap;
}
.c-contents_title.-basinArea::before {
  content: "THE BASIN AREA";
  white-space: nowrap;
}
.c-contents_title.-kitchen::before {
  content: "KITCHEN";
}
.c-contents_title.-bathroom::before {
  content: "BATHROOM";
}
.c-contents_title.-window::before {
  content: "WINDOW";
}
.c-contents_title.-entrance::before {
  content: "ENTRANCE";
}
.c-contents_title.-ex::before {
  content: "EXTERIOR & COMFORTABLE";
  white-space: nowrap;
}
.c-contents_title.-skyBalcony::before {
  content: "SKY BALCONY";
  white-space: nowrap;
}
.c-contents_title.-deilyUse::before {
  content: "DAILY USE";
}
.c-contents_title.-access::before {
  content: "ACCESS";
}
.c-contents_title.-location::before {
  content: "SURROUNDING ENVIRONMENT";
  white-space: nowrap;
}
.c-contents_title.-spot::before {
  content: "RECOMMENDED SPOTS";
  white-space: nowrap;
}
.c-contents_title.-portfolio::before {
  content: "CONSTRUCTION PORTFOLIO";
  white-space: nowrap;
}
.c-contents_title.-owner::before {
  content: "OWNER VOICE";
  white-space: nowrap;
}
.c-contents_title.-sample::before {
  content: "CONTENT TITLE";
  white-space: nowrap;
}

.c-contents_MainTitle {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 1px;
}
@media (width >= 768px) {
  .c-contents_MainTitle {
    font-size: clamp(1.6rem, 2vw, 2.2rem);
  }
}
.c-contents_MainTitle.-icon::after {
  content: "";
  background: url(../images/logo/page-title-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
@media (width >= 768px) {
  .c-contents_MainTitle.-icon::after {
    top: 53%;
    left: 0;
    width: 20px;
    height: 20px;
  }
}
@media (width >= 1400px) {
  .c-contents_MainTitle.-icon::after {
    top: 56%;
  }
}
.c-contents_MainTitle.-icon.-ver01::after {
  background: url(../images/logo/page-title-icon.png);
}
.c-contents_MainTitle.-icon.-ver02::after {
  background: url(../images/logo/page-title-icon02.png);
}
.c-contents_MainTitle.-icon.-ver03::after {
  background: url(../images/logo/page-title-icon03.png);
}
.c-contents_MainTitle.-icon.-ver04::after {
  background: url(../images/logo/page-title-icon04.png);
}
.c-contents_MainTitle.-icon.-row02::after {
  top: 30%;
}
@media (width >= 768px) {
  .c-contents_MainTitle.-icon.-row02::after {
    top: 27%;
  }
}
@media (768px >= width) {
  .c-contents_MainTitle.-icon.-row02_s::after {
    top: 28%;
  }
}
@media (768px >= width) {
  .c-contents_MainTitle.-icon.-row03_s::after {
    top: 17%;
  }
}

.c-contents_subTitle {
  position: relative;
}
.c-contents_subTitle::before {
  content: "";
  display: block;
  position: absolute;
}
.c-contents_subTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
@media (width >= 768px) {
  .c-contents_subTitle::after {
    left: 0;
    width: 20px;
    height: 20px;
  }
}
.c-contents_subTitle span {
  padding: 0 5px 0 5px;
}
.c-contents_subTitle.-icon::after {
  content: "";
  background: url(../images/logo/accent-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3px;
  height: 15px;
  position: absolute;
  top: 55%;
  left: 0%;
  transform: translateY(-50%);
}
@media (width >= 768px) {
  .c-contents_subTitle.-icon::after {
    top: 53%;
    left: 0;
    width: 5px;
    height: 20px;
    background-size: contain;
  }
}
@media (width >= 1400px) {
  .c-contents_subTitle.-icon::after {
    top: 56%;
  }
}
.c-contents_subTitle.-icon.-ver01::after {
  background: url(../images/logo/accent-icon01.png);
  background-size: contain;
}
.c-contents_subTitle.-icon.-ver02::after {
  background: url(../images/logo/accent-icon02.png);
  background-size: contain;
}
.c-contents_subTitle.-icon.-ver03::after {
  background: url(../images/logo/accent-icon03.png);
  background-size: contain;
}
.c-contents_subTitle.-icon.-ver04::after {
  background: url(../images/logo/accent-icon04.png);
  background-size: contain;
}
.c-contents_subTitle.-icon.-row02::after {
  top: 30%;
}
@media (width >= 768px) {
  .c-contents_subTitle.-icon.-row02::after {
    top: 27%;
  }
}
@media (768px >= width) {
  .c-contents_subTitle.-icon.-row02_s::after {
    top: 28%;
  }
}
.c-contents_subTitle.-iconBox {
  padding-left: 5%;
}
@media (width >= 768px) {
  .c-contents_subTitle.-iconBox {
    padding-left: 8%;
  }
}
.c-contents_subTitle.-iconBox::after {
  background-image: url(../images/logo/icon_box.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-contents_subTitle.-iconBox.-iconBtm::after {
  top: auto;
  bottom: 22%;
  transform: inherit;
}
@media (width >= 768px) {
  .c-contents_subTitle.-iconBox.-iconBtm::after {
    bottom: 13%;
  }
}
.c-contents_subTitle.-stationBox {
  padding-left: 15%;
}
@media (width >= 768px) {
  .c-contents_subTitle.-stationBox {
    padding-left: 15%;
  }
}
@media (width >= 1400px) {
  .c-contents_subTitle.-stationBox {
    padding-left: 12%;
  }
}
.c-contents_subTitle.-stationBox.-ver02 {
  padding-left: 17%;
}
@media (width >= 768px) {
  .c-contents_subTitle.-stationBox.-ver02 {
    padding-left: 15%;
  }
}
@media (width >= 1400px) {
  .c-contents_subTitle.-stationBox.-ver02 {
    padding-left: 12%;
  }
}
.c-contents_subTitle.-stationBox.-s_1::after {
  content: "西武池袋線";
  top: 42%;
  font-size: 10px;
  text-align: center;
  width: 16%;
}
@media (width >= 768px) {
  .c-contents_subTitle.-stationBox.-s_1::after {
    top: 65%;
    font-size: 10px;
    width: 16%;
  }
}
@media (width >= 1400px) {
  .c-contents_subTitle.-stationBox.-s_1::after {
    top: 56%;
    font-size: 12px;
    width: 13%;
  }
}
.c-contents_subTitle.-stationBox.-s_2::after {
  content: "西武秩父線 JR八高線";
  top: 0%;
  font-size: 10px;
  text-align: center;
  width: 16%;
}
@media (width >= 768px) {
  .c-contents_subTitle.-stationBox.-s_2::after {
    top: 38%;
    font-size: 10px;
    text-align: center;
    width: 16%;
  }
}
@media (width >= 1400px) {
  .c-contents_subTitle.-stationBox.-s_2::after {
    top: 38%;
    width: 13%;
    font-size: 12px;
  }
}
.c-contents_subTitle.-borderBtm {
  margin-bottom: 3%;
}
@media (width >= 768px) {
  .c-contents_subTitle.-borderBtm {
    margin-bottom: 3%;
  }
}
.c-contents_subTitle.-borderBtm::before {
  bottom: -40%;
  left: 50%;
  transform: translateX(-50%) scaleY(0.75);
  width: 100%;
  height: 1px;
  background: #3b3b3b;
}
.c-contents_subTitle.-borderBtm.-dot::before {
  border-bottom: 3px dotted;
}
.c-contents_subTitle.-borderBtm.-line::before {
  border-bottom: 1px solid;
}

.contactItem {
  position: relative;
}
.contactItem_main {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media (width >= 768px) {
  .contactItem_main {
    top: 45%;
  }
}
.contactItem_sub {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media (width >= 768px) {
  .contactItem_sub {
    top: 65%;
  }
}
.contactItem_sub02 {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media (width >= 768px) {
  .contactItem_sub02 {
    top: 72%;
  }
}
@media (width >= 1400px) {
  .contactItem_sub02 {
    top: 65%;
  }
}

.c-flex {
  display: flex;
}
.c-flex.-jc-sb {
  justify-content: space-between;
}
@media (768px >= width) {
  .c-flex.-jc-c_s {
    justify-content: center;
  }
}
.c-flex.-h-c {
  align-items: center;
}
@media (768px >= width) {
  .c-flex.-h-c_s {
    align-items: center;
  }
}
@media (width >= 768px) {
  .c-flex.-h-c_pc {
    align-items: center;
  }
}
.c-flex.-h-b {
  align-items: flex-end;
}
@media (width >= 768px) {
  .c-flex.-h-b_pc {
    align-items: flex-end;
  }
}
.c-flex.-r {
  flex-direction: row-reverse !important;
}
@media (768px >= width) {
  .c-flex.-r_s {
    flex-direction: row-reverse !important;
  }
}
.c-flex.-cr {
  flex-direction: column-reverse !important;
}
@media (768px >= width) {
  .c-flex.-cr_s {
    flex-direction: column-reverse !important;
  }
}
.c-flex.-title-Icon {
  flex-wrap: nowrap;
}
.c-flex.-title-Icon li:nth-child(1) {
  width: 8%;
}
.c-flex.-title-Icon li:nth-child(1) img {
  width: 85%;
  vertical-align: top;
}
@media (width >= 768px) {
  .c-flex.-title-Icon li:nth-child(1) {
    width: 3%;
  }
}
@media (width >= 1400px) {
  .c-flex.-title-Icon li:nth-child(1) {
    width: 4%;
  }
}
.c-flex.-col1_2 {
  flex-wrap: wrap;
}
.c-flex.-col1_2 li {
  width: 100%;
}
@media (width >= 768px) {
  .c-flex.-col1_2 li {
    width: 48.5%;
  }
}
@media (width >= 768px) {
  .c-flex.-col1_2.-pc6_4 li:nth-child(1) {
    width: calc(60% - 15px);
  }
  .c-flex.-col1_2.-pc6_4 li:nth-child(2) {
    width: calc(40% - 15px);
  }
}
@media (width >= 768px) {
  .c-flex.-col1_2.-pc-auto li:nth-child(1) {
    width: auto;
  }
  .c-flex.-col1_2.-pc-auto li:nth-child(2) {
    width: 60%;
  }
}
.c-flex.-col2_2 {
  flex-wrap: wrap;
}
.c-flex.-col2_2 li {
  width: calc(50% - 5px);
  margin: 0;
}
.c-flex.-col2_2 li:nth-child(odd) {
  margin-right: 5px;
}
.c-flex.-col2_2 li:nth-child(even) {
  margin-left: 5px;
}
@media (width >= 768px) {
  .c-flex.-col2_2 li {
    width: calc(50% - 15px);
  }
  .c-flex.-col2_2 li:nth-child(odd) {
    margin-right: 15px;
  }
  .c-flex.-col2_2 li:nth-child(even) {
    margin-left: 15px;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2 li.text {
    width: calc(35% - 15px);
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2 li.img {
    width: calc(65% - 15px);
  }
}
.c-flex.-col2_2.-r li {
  width: calc(50% - 5px);
  margin: 0;
}
.c-flex.-col2_2.-r li:nth-child(odd) {
  margin-left: 5px;
}
.c-flex.-col2_2.-r li:nth-child(even) {
  margin-right: 5px;
}
@media (width >= 768px) {
  .c-flex.-col2_2.-r li {
    width: calc(50% - 15px);
  }
  .c-flex.-col2_2.-r li:nth-child(odd) {
    margin-left: 15px;
  }
  .c-flex.-col2_2.-r li:nth-child(even) {
    margin-right: 15px;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2.-r li.text {
    width: calc(35% - 15px);
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2.-r li.img {
    width: calc(65% - 15px);
  }
}
.c-flex.-col2_2__in li {
  width: calc(50% - 5px) !important;
  margin: 0;
}
.c-flex.-col2_2__in li:nth-child(odd) {
  margin-right: 5px !important;
  margin-left: auto !important;
}
.c-flex.-col2_2__in li:nth-child(even) {
  margin-right: auto !important;
  margin-left: 5px !important;
}
@media (width >= 768px) {
  .c-flex.-col2_2__in li {
    width: calc(50% - 15px);
  }
  .c-flex.-col2_2__in li:nth-child(odd) {
    margin-right: 15px !important;
    margin-left: auto !important;
  }
  .c-flex.-col2_2__in li:nth-child(even) {
    margin-right: auto !important;
    margin-left: 15px !important;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2__in li.text {
    width: calc(35% - 15px) !important;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2__in li.img {
    width: calc(65% - 15px) !important;
  }
}
.c-flex.-col2_2__in.-r li {
  width: calc(50% - 5px);
  margin: 0 !important;
}
.c-flex.-col2_2__in.-r li:nth-child(odd) {
  margin-left: 5px !important;
}
.c-flex.-col2_2__in.-r li:nth-child(even) {
  margin-right: 5px !important;
}
@media (width >= 768px) {
  .c-flex.-col2_2__in.-r li {
    width: calc(50% - 15px);
  }
  .c-flex.-col2_2__in.-r li:nth-child(odd) {
    margin-left: 15px !important;
  }
  .c-flex.-col2_2__in.-r li:nth-child(even) {
    margin-right: 15px !important;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2__in.-r li.text {
    width: calc(35% - 15px);
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2__in.-r li.img {
    width: calc(65% - 15px);
  }
}
@media (768px >= width) {
  .c-flex.-col2M1_3 {
    flex-wrap: wrap;
  }
}
@media (768px >= width) {
  .c-flex.-col2M1_3 li {
    width: calc(50% - 5px);
  }
  .c-flex.-col2M1_3 li:nth-child(2), .c-flex.-col2M1_3 li:nth-child(5) {
    margin-right: 5px;
  }
  .c-flex.-col2M1_3 li:nth-child(1), .c-flex.-col2M1_3 li:nth-child(4) {
    width: 100%;
    margin: auto;
  }
  .c-flex.-col2M1_3 li:nth-child(3), .c-flex.-col2M1_3 li:nth-child(6) {
    margin-left: 5px;
  }
}
@media (width >= 768px) {
  .c-flex.-col2M1_3 li {
    width: calc(33.3333% - 15px);
  }
  .c-flex.-col2M1_3 li:nth-child(1), .c-flex.-col2M1_3 li:nth-child(4) {
    margin-right: 15px;
  }
  .c-flex.-col2M1_3 li:nth-child(2), .c-flex.-col2M1_3 li:nth-child(5) {
    margin: 0 7.5px;
  }
  .c-flex.-col2M1_3 li:nth-child(3), .c-flex.-col2M1_3 li:nth-child(6) {
    margin-left: 15px;
  }
}
.c-flex.-col1_2M1 {
  flex-wrap: wrap;
}
.c-flex.-col1_2M1 li {
  width: 100%;
}
@media (width >= 768px) {
  .c-flex.-col1_2M1 li {
    width: calc(50% - 10px);
  }
  .c-flex.-col1_2M1 li:nth-child(2), .c-flex.-col1_2M1 li:nth-child(5) {
    margin-right: 10px;
  }
  .c-flex.-col1_2M1 li:nth-child(1), .c-flex.-col1_2M1 li:nth-child(4) {
    width: 100%;
    margin: auto;
  }
  .c-flex.-col1_2M1 li:nth-child(3), .c-flex.-col1_2M1 li:nth-child(6) {
    margin-left: 10px;
  }
}
.c-flex.-col2_3 {
  flex-wrap: wrap;
}
.c-flex.-col2_3 li {
  width: calc(50% - 5px);
}
@media (768px >= width) {
  .c-flex.-col2_3 li:nth-child(odd) {
    margin-right: 5px;
  }
  .c-flex.-col2_3 li:nth-child(even) {
    margin-left: 5px;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_3 li {
    width: calc(33% - 15px);
  }
  .c-flex.-col2_3 li:nth-child(1), .c-flex.-col2_3 li:nth-child(4), .c-flex.-col2_3 li:nth-child(7), .c-flex.-col2_3 li:nth-child(10) {
    margin-right: 15px;
  }
  .c-flex.-col2_3 li:nth-child(2), .c-flex.-col2_3 li:nth-child(5), .c-flex.-col2_3 li:nth-child(8), .c-flex.-col2_3 li:nth-child(11) {
    margin: 0 7.5px;
  }
  .c-flex.-col2_3 li:nth-child(3), .c-flex.-col2_3 li:nth-child(6), .c-flex.-col2_3 li:nth-child(9), .c-flex.-col2_3 li:nth-child(12) {
    margin-left: 15px;
  }
}
@media (768px >= width) {
  .c-flex.-col2_4 li {
    width: calc(50% - 5px);
  }
  .c-flex.-col2_4 li:nth-child(odd) {
    margin-right: 5px;
  }
  .c-flex.-col2_4 li:nth-child(even) {
    margin-left: 5px;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_4 li {
    width: calc(25% - 10px);
  }
  .c-flex.-col2_4 li:nth-child(1) {
    margin-right: 10px;
  }
  .c-flex.-col2_4 li:nth-child(2), .c-flex.-col2_4 li:nth-child(3) {
    margin: 0 5px;
  }
  .c-flex.-col2_4 li:nth-child(4) {
    margin-left: 10px;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_4 li.text {
    width: calc(35% - 15px);
  }
}
@media (width >= 768px) {
  .c-flex.-col2_4 li.img {
    width: calc(65% - 15px);
  }
}
.c-flex.-col5 li {
  width: 20%;
}
.c-flex.-shop-information {
  flex-wrap: wrap;
}
@media (width >= 768px) {
  .c-flex.-shop-information {
    flex-wrap: nowrap;
  }
}
.c-flex.-shop-information li:nth-child(1) {
  width: 100%;
}
.c-flex.-shop-information li:nth-child(2) {
  width: 20%;
}
.c-flex.-shop-information li:nth-child(3) {
  width: 80%;
}
.c-flex.-shop-information li:nth-child(2), .c-flex.-shop-information li:nth-child(3) {
  margin: 0 !important;
}
@media (width >= 768px) {
  .c-flex.-shop-information li:nth-child(1) {
    width: 43%;
  }
  .c-flex.-shop-information li:nth-child(2) {
    width: 9%;
  }
  .c-flex.-shop-information li:nth-child(3) {
    width: 48%;
  }
}
@media (width >= 1400px) {
  .c-flex.-shop-information li {
    margin: 0 !important;
  }
  .c-flex.-shop-information li:nth-child(1) {
    width: 47%;
  }
  .c-flex.-shop-information li:nth-child(2) {
    width: 8%;
  }
  .c-flex.-shop-information li:nth-child(3) {
    width: 45%;
  }
}
.c-flex.-shop-information_col2 {
  flex-wrap: wrap;
}
@media (width >= 768px) {
  .c-flex.-shop-information_col2 {
    flex-wrap: nowrap;
  }
}
.c-flex.-shop-information_col2 li:nth-child(1) {
  width: 60%;
}
.c-flex.-shop-information_col2 li:nth-child(2) {
  width: 14%;
}
.c-flex.-shop-information_col2 li:nth-child(3) {
  width: 25%;
}
@media (width >= 768px) {
  .c-flex.-shop-information_col2 li:nth-child(1) {
    width: 61%;
  }
  .c-flex.-shop-information_col2 li:nth-child(2) {
    width: 15%;
  }
  .c-flex.-shop-information_col2 li:nth-child(3) {
    width: 24%;
  }
  .c-flex.-shop-information_col2 li:nth-child(1), .c-flex.-shop-information_col2 li:nth-child(2), .c-flex.-shop-information_col2 li:nth-child(3) {
    margin: 0 !important;
  }
}
@media (width >= 1400px) {
  .c-flex.-shop-information_col2 li:nth-child(1) {
    width: 60%;
  }
  .c-flex.-shop-information_col2 li:nth-child(2) {
    width: 13%;
  }
  .c-flex.-shop-information_col2 li:nth-child(3) {
    width: 27%;
  }
}
.c-flex.-shop-information_col3 {
  flex-wrap: wrap;
}
.c-flex.-shop-information_col3 li {
  margin: 0 !important;
}
.c-flex.-shop-information_col3 li:nth-child(1) {
  width: 100%;
}
.c-flex.-shop-information_col3 li:nth-child(2) {
  width: 28%;
}
.c-flex.-shop-information_col3 li:nth-child(3) {
  width: 72%;
}
@media (width >= 768px) {
  .c-flex.-shop-information_col3 li:nth-child(1) {
    width: 100%;
  }
  .c-flex.-shop-information_col3 li:nth-child(2) {
    width: 24%;
  }
  .c-flex.-shop-information_col3 li:nth-child(3) {
    width: 76%;
    padding: 1% 0;
  }
  .c-flex.-shop-information_col3 li:nth-child(1), .c-flex.-shop-information_col3 li:nth-child(2), .c-flex.-shop-information_col3 li:nth-child(3) {
    margin: 0 !important;
  }
}
@media (width >= 1000px) {
  .c-flex.-shop-information_col3 li:nth-child(2), .c-flex.-shop-information_col3 li:nth-child(3) {
    padding: 1% 0;
  }
}
@media (width >= 1400px) {
  .c-flex.-shop-information_col3 li:nth-child(1) {
    width: 100%;
  }
  .c-flex.-shop-information_col3 li:nth-child(2) {
    width: 18%;
  }
  .c-flex.-shop-information_col3 li:nth-child(3) {
    width: 82%;
  }
}
.c-flex.-gaiyou li {
  width: 100%;
  margin: 0 auto;
}
@media (width >= 768px) {
  .c-flex.-gaiyou li.text {
    width: calc(35% - 15px);
  }
}
@media (width >= 768px) {
  .c-flex.-gaiyou li.img {
    width: calc(65% - 15px);
  }
}
.c-flex.-gaiyou.-col2 {
  justify-content: space-between;
  margin: 0;
}
.c-flex.-gaiyou.-col2 li {
  width: calc(50% - 5px);
  margin: 0;
}
.c-flex.-gaiyou.-col2 li:nth-child(1) {
  margin-right: 5px !important;
}
.c-flex.-gaiyou.-col2 li:nth-child(2) {
  margin-left: 5px !important;
}
@media (width >= 768px) {
  .c-flex.-gaiyou.-col2 li {
    width: calc(50% - 15px);
  }
  .c-flex.-gaiyou.-col2 li:nth-child(1) {
    margin-right: 15px !important;
  }
  .c-flex.-gaiyou.-col2 li:nth-child(2) {
    margin-left: 15px !important;
  }
}
@media (width >= 768px) {
  .c-flex.-gaiyou.-col2 li.text {
    width: calc(35% - 15px);
  }
}
@media (width >= 768px) {
  .c-flex.-gaiyou.-col2 li.img {
    width: calc(65% - 15px);
  }
}

.c-tabArea {
  margin: auto;
  text-align: center;
}
.c-tabArea input[name=t-01] {
  display: none;
}
.c-tabArea .tab-content {
  display: none;
  margin: auto;
  clear: both;
  opacity: 0;
  overflow: hidden;
}
.c-tabArea .tab-content .tab-content-img img {
  width: 100%;
  height: auto;
}
.c-tabArea #no1:checked ~ #no1-content,
.c-tabArea #no2:checked ~ #no2-content,
.c-tabArea #no3:checked ~ #no3-content,
.c-tabArea #no4:checked ~ #no4-content {
  position: inherit;
  display: block !important;
  z-index: 1;
  opacity: 1;
  transition: all 1s ease;
}
.c-tabArea.-col2 .tab-item {
  width: 49.2%;
}
@media (width >= 768px) {
  .c-tabArea.-col2 .tab-item {
    width: 49.6%;
  }
}
.c-tabArea.-col3 .tab-item {
  width: 32.5333333333%;
}
@media (width >= 768px) {
  .c-tabArea.-col3 .tab-item {
    width: 32.9333333333%;
  }
}
.c-tabArea.-col4 .tab-item {
  width: 24.2%;
}
@media (width >= 768px) {
  .c-tabArea.-col4 .tab-item {
    width: 24.6%;
  }
}
.c-tabArea .tab-item {
  display: inline-block;
  background: #ffffff;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #3b3b3b;
}
.c-tabArea .tab-item.-c01 {
  border-bottom: 1px solid #bcd537;
}
.c-tabArea .tab-item.-c01 span {
  color: #bcd537;
}
.c-tabArea .tab-item.-c02 {
  border-bottom: 1px solid #74a64c;
}
.c-tabArea .tab-item.-c02 span {
  color: #74a64c;
}
.c-tabArea .tab-item.-c03 {
  border-bottom: 1px solid #f2d341;
}
.c-tabArea .tab-item.-c03 span {
  color: #f2d341;
}
.c-tabArea .tab-item.-c04 {
  border-bottom: 1px solid #a0a0a0;
}
.c-tabArea .tab-item.-c04 span {
  color: #a0a0a0;
}
.c-tabArea input:checked + .tab-item {
  border-top: 1px solid #3b3b3b;
  border-left: 1px solid #3b3b3b;
  border-right: 1px solid #3b3b3b;
  border-bottom: 1px solid #ffffff;
  box-shadow: 2px -2px 2px 0px rgba(149, 149, 149, 0.13);
  border-radius: 3px 3px 0 0;
  transition: all 0.3s ease;
}
.c-tabArea input:checked + .tab-item.-c01 {
  color: #ffffff !important;
  background: #bcd537;
  border-top: 1px solid #bcd537;
  border-left: 1px solid #bcd537;
  border-right: 1px solid #bcd537;
}
.c-tabArea input:checked + .tab-item.-c01 span {
  color: #ffffff;
}
.c-tabArea input:checked + .tab-item.-c02 {
  color: #ffffff !important;
  background: #74a64c;
  border-top: 1px solid #74a64c;
  border-left: 1px solid #74a64c;
  border-right: 1px solid #74a64c;
}
.c-tabArea input:checked + .tab-item.-c02 span {
  color: #ffffff;
}
.c-tabArea input:checked + .tab-item.-c03 {
  color: #ffffff !important;
  background: #f2d341;
  border-top: 1px solid #f2d341;
  border-left: 1px solid #f2d341;
  border-right: 1px solid #f2d341;
}
.c-tabArea input:checked + .tab-item.-c03 span {
  color: #ffffff;
}
.c-tabArea input:checked + .tab-item.-c04 {
  color: #ffffff !important;
  background: #a0a0a0;
  border-top: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
}
.c-tabArea input:checked + .tab-item.-c04 span {
  color: #ffffff;
}

html {
  position: relative;
  overflow: hidden;
}

.modal {
  position: relative;
}
.modal .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: -11;
  transition: all 0.1s;
}
.modal .modal__container {
  padding: 1%;
  background: white;
  border: 1px solid black;
  border-radius: 10px;
  overflow-y: auto;
}
.modal .modal__container.-w90 {
  width: 90vw;
  height: auto;
  margin: auto;
}
.modal.is-open .modal__overlay {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  z-index: 999;
}
.modal.-a-slide[aria-hidden=false] .modal__container {
  will-change: transform;
  animation: slideUp 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal.-a-slide[aria-hidden=true] .modal__container {
  will-change: transform;
  animation: slideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

button {
  transition: 0.3s;
}
button:hover {
  transition: 0.3s;
  opacity: 0.8;
}

.c-btn-fixed {
  position: fixed;
  top: auto;
  left: 50%;
  bottom: 0;
  color: #74a64c;
  cursor: pointer;
  z-index: 99;
}
@media (768px >= width) {
  .c-btn-fixed {
    border: 1px solid #74a64c;
    box-shadow: 0 2px 4px #3b3b3b;
    transform: translateX(-50%);
  }
}
@media (width >= 768px) {
  .c-btn-fixed {
    top: 25%;
    left: auto;
    bottom: auto;
    right: 25px;
    border: 1px solid #74a64c;
    box-shadow: 0 2px 4px #74a64c;
  }
}
.c-btn-fixed .c-btn-lists {
  display: flex;
  flex-wrap: nowrap;
  width: auto;
}
@media (width >= 768px) {
  .c-btn-fixed .c-btn-lists {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.c-btn-fixed .c-btn-lists li {
  position: relative;
  width: 50vw;
}
@media (768px >= width) {
  .c-btn-fixed .c-btn-lists li:first-child a {
    color: #ffffff;
    background: #bcd537;
  }
  .c-btn-fixed .c-btn-lists li:nth-child(2) a {
    color: #ffffff;
    background: #74a64c;
  }
}
@media (width >= 768px) {
  .c-btn-fixed .c-btn-lists li {
    width: auto;
    writing-mode: vertical-rl;
  }
}
@media (768px >= width) {
  .c-btn-fixed .c-btn-lists li:first-child {
    border-right: 1px solid #bcd537;
  }
}
@media (width >= 768px) {
  .c-btn-fixed .c-btn-lists li:first-child {
    border-bottom: 1px solid #bcd537;
  }
}
.c-btn-fixed .c-btn-lists li a {
  width: 100%;
  padding: 6% 0;
  background: #ffffff;
}
@media (width >= 768px) {
  .c-btn-fixed .c-btn-lists li a {
    width: auto;
    padding: 30px 10%;
  }
}
.c-btn-fixed .c-btn-lists li a:hover {
  background: #74a64c;
  color: #ffffff !important;
}
.c-btn-top {
  position: fixed;
  bottom: 19px;
  right: 19px;
  width: 4rem;
  height: 4rem;
  line-height: 3.5rem;
  background: white;
  border: 1px solid #3b3b3b;
  box-shadow: 2px 3px 5px 0px rgba(59, 59, 59, 0.3294117647);
  cursor: pointer;
  transition: all 0.5s;
  z-index: 99;
}
@media (width >= 768px) {
  .c-btn-top {
    bottom: 55px;
    right: 55px;
  }
}
.c-btn-top:hover {
  color: #ffffff;
  background: #bcd537;
  border-radius: 5px;
}

/*    Link
--------------------------------------------------------------------------------*/
a {
  transition: 0.3s;
  color: #3b3b3b;
}

.c-link.-nav {
  display: block;
  width: auto;
  transition: all 0.5s;
}
.c-link.-nav:hover {
  transform: scale(1.05);
}
.c-link.-contact {
  display: block;
  width: auto;
  height: auto;
  box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.1882352941);
  transition: all 0.5s;
}
.c-link.-contact .c-contents {
  overflow: hidden;
}
.c-link.-contact .c-contents .imgBox {
  transition: all 0.5s;
}
.c-link.-contact:hover {
  transform: scale(1.05);
}
.c-link.-contact:hover .c-contents .imgBox {
  transform: scale(1.05);
}
.c-link.-img {
  display: block;
  transform: scale(1);
  transition-duration: 0.5s;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.c-link.-img:hover {
  transform: scale(1.025);
  transition-duration: 0.2s;
}
.c-link.-text {
  width: auto;
  transition: 1s;
}
.c-link.-text .logoBox {
  position: relative;
  transition: 1s;
}
.c-link.-text .logoBox::after {
  content: "";
  background-image: url(../images/logo/SVG/logo_text.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: 1s;
  filter: drop-shadow(0px 0px 1px black);
  opacity: 0;
}
.c-link.-text .textBox {
  width: auto;
  margin: auto;
  overflow: hidden;
}
@media (width >= 768px) {
  .c-link.-text .textBox {
    width: 80%;
  }
}
@media (width >= 1600px) {
  .c-link.-text .textBox {
    width: 50%;
  }
}
.c-link.-text .textBox.-p01 {
  width: 100%;
}
@media (width >= 768px) {
  .c-link.-text .textBox.-p01 {
    width: 80%;
  }
}
@media (width >= 1600px) {
  .c-link.-text .textBox.-p01 {
    width: 100%;
  }
}
.c-link.-text .textBox p {
  position: relative;
  transition: 1s;
}
.c-link.-text .textBox p::after {
  content: "";
  position: absolute;
  bottom: -2%;
  left: -50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: 2s all;
}
.c-link.-text:hover .logoBox {
  transform: scale(1.05);
}
.c-link.-text:hover .logoBox::after {
  top: 55%;
  left: 55%;
  opacity: 0.1;
  filter: drop-shadow(2px 2px 3px black);
}
.c-link.-text:hover .textBox p {
  transform: scale(1.05);
}
.c-link.-text:hover .textBox p::after {
  left: 50%;
  background: #636363;
}
@media (width >= 768px) {
  .c-link.-c-color {
    transition: 1s all;
  }
  .c-link.-c-color span {
    transition: 1s all;
  }
  .c-link.-c-color:hover span {
    color: #bcd537;
  }
}

.swiper {
  z-index: 0;
}
.swiper .swiper-wrapper .swiper-slide {
  text-align: end;
  opacity: 0.5;
  overflow: hidden;
  transition: 0.5s all;
}
.swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  pointer-events: auto;
}
@media (width >= 768px) {
  .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
.swiper .swiper-wrapper .swiper-slide a {
  display: block;
  color: #3b3b3b;
  background: #ffffff;
  font-weight: bold;
  overflow: hidden;
}
.swiper .swiper-wrapper .swiper-slide a img {
  transition: 0.5s all;
}
@media (768px >= width) {
  .swiper .swiper-wrapper .swiper-slide a img {
    color: #3b3b3b;
    margin-right: 9vw;
  }
}
@media (768px >= width) {
  .swiper .swiper-wrapper .swiper-slide a img::after {
    background: #3b3b3b;
  }
}
.swiper .swiper-wrapper .swiper-slide a:hover {
  color: #b1a595;
}
.swiper .swiper-wrapper .swiper-slide a:hover img {
  transform: scale(1.05);
  opacity: 1;
}
.swiper.swiper-Fview .swiper-slide .imgBox img,
.swiper.swiper-Fview .swiper-slide .zoomIn,
.swiper.swiper-Fview .swiper-slide .zoomOut {
  transition: 5s all;
}
.swiper.swiper-Fview .swiper-slide .fadeLeft,
.swiper.swiper-Fview .swiper-slide .fadeRight {
  transition: 5s all;
}
.swiper.swiper-Fview .swiper-slide-active .zoomIn {
  transform: scale(1.1);
}
@media (width >= 768px) {
  .swiper.swiper-Fview .swiper-slide-active .zoomIn {
    transform: scale(1.03);
  }
}
.swiper.swiper-Fview .swiper-slide-active .zoomOut {
  transform: scale(0.95);
}
@media (width >= 768px) {
  .swiper.swiper-Fview .swiper-slide-active .zoomOut {
    transform: scale(0.97);
  }
}
.swiper.swiper-Fview .swiper-slide-active .fadeLeft {
  transform: translateX(-10%);
}
.swiper.swiper-Fview .swiper-slide-active .fadeRight {
  transform: translateX(10%);
}
@media (768px >= width) {
  .swiper.swiperMain .swiper-slide {
    height: 80% !important;
    max-height: 280px;
  }
  .swiper.swiperMain .swiper-slide img {
    object-fit: cover;
    object-position: right 0 bottom 20px;
  }
}
.swiper.swiperThumbnail .swiper-slide {
  transform: scale(0.8);
}
.swiper.swiperThumbnail .swiper-slide img {
  pointer-events: auto !important;
}
.swiper.swiperThumbnail .swiper-slide-thumb-active {
  opacity: 1;
  transform: scale(1) !important;
}
.swiper.swiperThumbnail .swiper-slide:hover {
  transform: scale(0.9);
}
.swiper.swiperThumbnail .swiper-pagination {
  bottom: 0;
  left: 51%;
  transform: translateX(-50%);
}
@media (width >= 768px) {
  .swiper.swiperThumbnail .swiper-pagination {
    bottom: 0px;
  }
}
.swiper.swiperThumbnail .swiper-pagination-bullet {
  border-radius: 4px;
  transform: scaleX(1);
  transition: 0.5s all;
}
@media (width >= 768px) {
  .swiper.swiperThumbnail .swiper-pagination-bullet {
    border-radius: 1px;
  }
}
.swiper.swiperThumbnail .swiper-pagination-bullet span {
  display: inline-block;
}
.swiper.swiperThumbnail .swiper-pagination-bullet-active {
  width: 50px;
  background: #ebebeb !important;
  border: 1px solid #3b3b3b !important;
}
@media (width >= 768px) {
  .swiper.swiperThumbnail .swiper-pagination-bullet-active {
    background: #3b3b3b !important;
  }
}
.swiper.swiper-Build, .swiper.swiper-Video {
  width: 100%;
  height: 100%;
}
.swiper.swiper-Build .swiper-slide, .swiper.swiper-Video .swiper-slide {
  transform: scale(0.8);
}
.swiper.swiper-Build .swiper-slide img, .swiper.swiper-Video .swiper-slide img {
  pointer-events: auto !important;
}
.swiper.swiper-Build .swiper-slide-active, .swiper.swiper-Video .swiper-slide-active {
  opacity: 1;
  transform: scale(1) !important;
}
.swiper.swiper-Build .swiper-slide:hover, .swiper.swiper-Video .swiper-slide:hover {
  opacity: 1;
  transform: scale(0.9);
}
.swiper.swiper-Build .swiper-pagination, .swiper.swiper-Video .swiper-pagination {
  bottom: 0;
  left: 51%;
  transform: translateX(-50%);
}
@media (width >= 768px) {
  .swiper.swiper-Build .swiper-pagination, .swiper.swiper-Video .swiper-pagination {
    bottom: 0px;
  }
}
.swiper.swiper-Build .swiper-pagination-bullet, .swiper.swiper-Video .swiper-pagination-bullet {
  border-radius: 4px;
  transform: scaleX(1);
  transition: 0.5s all;
}
@media (width >= 768px) {
  .swiper.swiper-Build .swiper-pagination-bullet, .swiper.swiper-Video .swiper-pagination-bullet {
    border-radius: 1px;
  }
}
.swiper.swiper-Build .swiper-pagination-bullet span, .swiper.swiper-Video .swiper-pagination-bullet span {
  display: inline-block;
}
.swiper.swiper-Build .swiper-pagination-bullet-active, .swiper.swiper-Video .swiper-pagination-bullet-active {
  width: 50px;
  background: #ebebeb;
  border: 1px solid #3b3b3b;
}
@media (width >= 768px) {
  .swiper.swiper-Build .swiper-pagination-bullet-active, .swiper.swiper-Video .swiper-pagination-bullet-active {
    background: #3b3b3b;
  }
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  color: white !important;
  filter: drop-shadow(1px 1px 3px black);
}
.swiper .swiper-pagination.-type01 .swiper-pagination-bullet {
  box-shadow: 1px 1px 3px rgba(128, 128, 128, 0.692);
  transition: all 1s;
}
.swiper .swiper-pagination.-type01 .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 5px;
  background: #74a64c;
}

.swiper-title {
  position: relative;
  width: 100%;
  margin: auto;
}
@media (width >= 768px) {
  .swiper-title {
    width: 85%;
  }
}
.swiper-title .balloon2 {
  position: absolute;
  top: 33%;
  left: 0;
  transform: translateY(-50%);
  width: 19%;
  height: auto;
  border-radius: 50%;
}
@media (width >= 768px) {
  .swiper-title .balloon2 {
    top: 30%;
    width: 15%;
    max-width: 150px;
  }
}
.swiper-title .balloon2.-site-balloon-c {
  background: #998675;
}
.swiper-title .balloon3 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 19%;
  height: auto;
  border-radius: 50%;
}
@media (width >= 768px) {
  .swiper-title .balloon3 {
    width: 15%;
    max-width: 150px;
  }
}
.swiper-title .balloon3.-site-balloon-c {
  background: #998675;
}

.swiperArea {
  position: relative;
  height: auto;
  overflow: hidden;
}
@media (width >= 768px) {
  .swiperArea .swiper-container {
    padding: 0 40px;
  }
}
.swiperArea .swiper-container.card-swiper {
  margin-bottom: 80px;
}
.swiperArea .swiper-container.card-swiper:last-child {
  margin-bottom: 30px;
}
@media (width >= 768px) {
  .swiperArea .swiper-container.card-swiper:last-child {
    margin-bottom: 80px;
  }
}
.swiperArea .swiper-container.card-swiper.-sliderItem01 .swiper-button-next,
.swiperArea .swiper-container.card-swiper.-sliderItem01 .swiper-button-prev {
  width: 45px; /* 背景画像の幅を必ず指定 */
  height: 45px; /* 背景画像の高さを必ず指定 */
  transform: translateY(-50%);
  background: gray;
  border: 1px solid white;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.5s;
  z-index: 6 !important;
}
@media (400px >= width) {
  .swiperArea .swiper-container.card-swiper.-sliderItem01 .swiper-button-next,
  .swiperArea .swiper-container.card-swiper.-sliderItem01 .swiper-button-prev {
    top: 50%;
    transform: scale(0.5, 0.5) translateY(-50%);
  }
}
@media (width >= 768px) {
  .swiperArea .swiper-container.card-swiper.-sliderItem01 .swiper-button-next,
  .swiperArea .swiper-container.card-swiper.-sliderItem01 .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
  }
}
.swiperArea .swiper-container.card-swiper.-sliderItem01 .swiper-button-next::after,
.swiperArea .swiper-container.card-swiper.-sliderItem01 .swiper-button-prev::after {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  content: ""; /* 空指定してデフォルトの矢印を消す */
  width: 0;
  height: 0;
  border-style: solid;
}
.swiperArea .swiper-container.card-swiper.-sliderItem01 .swiper-button-next:hover,
.swiperArea .swiper-container.card-swiper.-sliderItem01 .swiper-button-prev:hover {
  opacity: 0.8;
}
@media (400px >= width) {
  .swiperArea .swiper-container.card-swiper.-sliderItem01 .swiper-button-prev {
    left: -10px;
  }
}
.swiperArea .swiper-container.card-swiper.-sliderItem01 .swiper-button-prev::after {
  border-width: 11px 14px 11px 0;
  border-color: transparent #fff transparent transparent;
  right: 25%;
}
@media (400px >= width) {
  .swiperArea .swiper-container.card-swiper.-sliderItem01 .swiper-button-next {
    right: -10px;
  }
}
.swiperArea .swiper-container.card-swiper.-sliderItem01 .swiper-button-next::after {
  border-width: 11px 0 11px 14px;
  border-color: transparent transparent transparent #fff;
  left: 55%;
}
.swiperArea .swiper-container .swiper-pagination {
  bottom: 4.5%;
  z-index: 5 !important;
}
@media (width >= 768px) {
  .swiperArea .swiper-container .swiper-pagination {
    bottom: 7%;
  }
}
.swiperArea .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #bcd537;
}
.swiperArea .swiper-container .swiper-pagination .swiper-pagination-bullet {
  transition: 0.5s all;
}
@media (width >= 768px) {
  .swiperArea .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.8vw;
    height: 0.8vw;
    margin: 0 0.8vw;
  }
}
.swiperArea .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
  background: #5a8190;
}
.swiperArea .swiper-container.thumbnail {
  width: 100%;
}
@media (400px >= width) {
  .swiperArea .swiper-container.thumbnail .swiper-wrapper {
    justify-content: space-between;
  }
}
.swiperArea .swiper-container.thumbnail .swiper-slide.s-item {
  width: calc(33.3333% - 5px) !important;
  height: auto;
  padding: 0 2.5px;
  margin-bottom: 5px;
}
.swiperArea .swiper-container.thumbnail .swiper-slide.s-item img {
  width: 100%;
  height: auto;
}
.card {
  width: 365px;
  height: auto;
}
.card img {
  width: 100%;
  height: auto;
}

.card-L {
  width: 85%;
  height: auto;
  margin: auto;
}
@media (width >= 768px) {
  .card-L {
    width: 95%;
    max-width: 1260px;
  }
}
.card-L img {
  width: 100%;
  height: auto;
}

@media (400px >= width) {
  .g-sliderBox01 .swiper-pagination {
    bottom: 49.7% !important;
  }
}

.washatendArea {
  margin: 0 auto 90px;
}

.thumbnail .swiper-slide {
  cursor: pointer;
  opacity: 0.7;
}

.thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}

#popup,
#popup01,
#popup02,
#popup-imgBox,
#popup-madori01 {
  display: none;
}
#popup:checked ~ .popup-overlay,
#popup01:checked ~ .popup-overlay,
#popup02:checked ~ .popup-overlay,
#popup-imgBox:checked ~ .popup-overlay,
#popup-madori01:checked ~ .popup-overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.4392156863);
  z-index: 99998;
  opacity: 1;
}
#popup:checked ~ .popup-window,
#popup01:checked ~ .popup-window,
#popup02:checked ~ .popup-window,
#popup-imgBox:checked ~ .popup-window,
#popup-madori01:checked ~ .popup-window {
  display: block;
  z-index: 99999;
  opacity: 1;
}

.popup-open {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
@media (768px >= width) {
  .popup-open {
    color: #ffffff;
  }
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: -1;
  opacity: 0;
  transition: 0.5s all;
}
.popup-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 1280px;
  height: 80vh;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  transition: 0.1s all;
  z-index: -1;
  opacity: 0;
}
.popup-window #inlineFrame,
.popup-window #inlineFrame01,
.popup-window #inlineFrame02 {
  width: 100%;
  height: 100%;
}
.popup-window.-popImg {
  height: 80lwh;
  padding: 5%;
  overflow-y: scroll;
}
.popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}

.popup-text {
  margin: 0;
}
.popup-text:not(:last-of-type) {
  margin-bottom: 1em;
}

.lum-lightbox {
  transition: all 1s;
  z-index: 999;
}
.lum-lightbox-inner {
  top: 50% !important;
  left: 50% !important;
  bottom: auto !important;
  right: auto !important;
  transform: translate(-50%, -50%) !important;
  transition: all 1s;
}
@media (width >= 768px) {
  .lum-lightbox-inner img {
    width: 85%;
    max-width: 750px;
  }
}
@media (768px >= width) {
  .lum-lightbox-image-wrapper {
    width: 90vw !important;
    height: 100% !important;
    max-height: 100% !important;
  }
}
@media (768px >= width) {
  .lum-gallery-button::after :after {
    width: 6vw;
    height: 6vw;
  }
}
.lum-close-button {
  display: none;
}
@media (768px >= width) {
  .lum-close-button {
    opacity: 0.8;
  }
}

.c-popBtn {
  width: 75%;
  margin: auto;
  background: #636363;
  border: 1px solid #3b3b3b;
  transition: all 0.5s;
}
@media (width >= 768px) {
  .c-popBtn {
    max-width: 200px;
    background: #ffffff;
  }
}
@media (width >= 768px) {
  .c-popBtn:hover {
    background: #636363;
  }
  .c-popBtn:hover label {
    color: #ffffff;
  }
}

.c-video {
  margin: auto;
}
@media (width >= 768px) {
  .c-video {
    width: 80%;
  }
}
@media (width >= 1000px) {
  .c-video {
    width: 50%;
  }
}
.c-video .c-videoWrap {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.c-video .c-videoWrap .video,
.c-video .c-videoWrap .video-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.c-youtubeBox {
  width: 100%;
  height: auto;
  padding: 10px;
  margin: auto;
  aspect-ratio: 16/9;
  border: 1px solid #3b3b3b;
  box-shadow: 1px 1px 5px #8d8d8d;
}
@media (width >= 768px) {
  .c-youtubeBox {
    width: 65%;
    padding: 10px;
  }
}
.c-youtubeBox .c-youtubeBox-inner {
  height: -webkit-fill-available;
  margin: auto;
}
.c-youtubeBox iframe {
  width: 100% !important;
  height: 100% !important;
}

.c-tabArea {
  margin: auto;
  text-align: center;
}
.c-tabArea input[name=t-01] {
  display: none;
}
.c-tabArea .tab-content {
  display: none;
  margin: auto;
  clear: both;
  opacity: 0;
  overflow: hidden;
}
.c-tabArea .tab-content .tab-content-img img {
  width: 100%;
  height: auto;
}
.c-tabArea #no1:checked ~ #no1-content,
.c-tabArea #no2:checked ~ #no2-content,
.c-tabArea #no3:checked ~ #no3-content,
.c-tabArea #no4:checked ~ #no4-content {
  position: inherit;
  display: block !important;
  z-index: 1;
  opacity: 1;
  transition: all 1s ease;
}
.c-tabArea.-col2 .tab-item {
  width: 49.2%;
}
@media (width >= 768px) {
  .c-tabArea.-col2 .tab-item {
    width: 49.6%;
  }
}
.c-tabArea.-col3 .tab-item {
  width: 32.5333333333%;
}
@media (width >= 768px) {
  .c-tabArea.-col3 .tab-item {
    width: 32.9333333333%;
  }
}
.c-tabArea.-col4 .tab-item {
  width: 24.2%;
}
@media (width >= 768px) {
  .c-tabArea.-col4 .tab-item {
    width: 24.6%;
  }
}
.c-tabArea .tab-item {
  display: inline-block;
  background: #ffffff;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #3b3b3b;
}
.c-tabArea .tab-item.-c01 {
  border-bottom: 1px solid #bcd537;
}
.c-tabArea .tab-item.-c01 span {
  color: #bcd537;
}
.c-tabArea .tab-item.-c02 {
  border-bottom: 1px solid #74a64c;
}
.c-tabArea .tab-item.-c02 span {
  color: #74a64c;
}
.c-tabArea .tab-item.-c03 {
  border-bottom: 1px solid #f2d341;
}
.c-tabArea .tab-item.-c03 span {
  color: #f2d341;
}
.c-tabArea .tab-item.-c04 {
  border-bottom: 1px solid #a0a0a0;
}
.c-tabArea .tab-item.-c04 span {
  color: #a0a0a0;
}
.c-tabArea input:checked + .tab-item {
  border-top: 1px solid #3b3b3b;
  border-left: 1px solid #3b3b3b;
  border-right: 1px solid #3b3b3b;
  border-bottom: 1px solid #ffffff;
  box-shadow: 2px -2px 2px 0px rgba(149, 149, 149, 0.13);
  border-radius: 3px 3px 0 0;
  transition: all 0.3s ease;
}
.c-tabArea input:checked + .tab-item.-c01 {
  color: #ffffff !important;
  background: #bcd537;
  border-top: 1px solid #bcd537;
  border-left: 1px solid #bcd537;
  border-right: 1px solid #bcd537;
}
.c-tabArea input:checked + .tab-item.-c01 span {
  color: #ffffff;
}
.c-tabArea input:checked + .tab-item.-c02 {
  color: #ffffff !important;
  background: #74a64c;
  border-top: 1px solid #74a64c;
  border-left: 1px solid #74a64c;
  border-right: 1px solid #74a64c;
}
.c-tabArea input:checked + .tab-item.-c02 span {
  color: #ffffff;
}
.c-tabArea input:checked + .tab-item.-c03 {
  color: #ffffff !important;
  background: #f2d341;
  border-top: 1px solid #f2d341;
  border-left: 1px solid #f2d341;
  border-right: 1px solid #f2d341;
}
.c-tabArea input:checked + .tab-item.-c03 span {
  color: #ffffff;
}
.c-tabArea input:checked + .tab-item.-c04 {
  color: #ffffff !important;
  background: #a0a0a0;
  border-top: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
}
.c-tabArea input:checked + .tab-item.-c04 span {
  color: #ffffff;
}

#d-menu__checkbox,
#d-menu__checkbox__hnav {
  display: none;
}
#d-menu__checkbox:checked ~ .d-menu__lists,
#d-menu__checkbox__hnav:checked ~ .d-menu__lists {
  display: block;
  z-index: 1;
  opacity: 1;
}
#d-menu__checkbox:checked ~ .d-menu__lists .d-menu__subTitle,
#d-menu__checkbox__hnav:checked ~ .d-menu__lists .d-menu__subTitle {
  pointer-events: auto;
}

.d-menu__title, .d-menu__subTitle {
  display: block;
  width: 100% !important;
  height: 100% !important;
  text-align: center;
  padding: 8% 0 !important;
  cursor: pointer;
}
.d-menu__subTitle {
  pointer-events: none;
}
.d-menu__lists {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  opacity: 0;
}
.d-menu__item {
  width: 100% !important;
  color: #3b3b3b;
  border-bottom: 1px dotted #636363;
}
.d-menu__item:last-child {
  border-bottom: 1px solid #636363;
}
.d-menu__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0 !important;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background: #636363;
}
.d-menu__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0 !important;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background: #636363;
}
.d-menu__item:hover {
  background: #636363 !important;
}
.d-menu__item:hover label, .d-menu__item:hover a, .d-menu__item:hover span {
  color: #ffffff !important;
}
.d-menu__item.-top:hover {
  color: #ffffff;
  background: #f2d341 !important;
}
.d-menu__item.-btm {
  border-bottom: 1px solid #636363;
}
.d-menu__item.-btm:hover {
  color: #ffffff;
  background: #a0a0a0 !important;
}
.d-menu__link {
  padding: 8% 0 !important;
}

.c-iframeBox.-insta .c-iframeBox_inner {
  width: 100%;
  aspect-ratio: 4/4.5;
  border: none;
}

.p-top {
  width: 100vw;
  height: 100lvh;
  animation: fadeAnime 3s forwards;
}
@media (width >= 768px) {
  .p-top {
    animation: fadeAnime 2s forwards;
  }
}
.p-top .testBox {
  width: 100vw;
  height: 150vh;
  background: rgba(0, 0, 0, 0.392);
}

.p-concept {
  width: 100vw;
  height: 100lvh;
  animation: fadeAnime 2s forwards;
}
@media (width >= 768px) {
  .p-concept {
    animation: fadeAnime 2s forwards;
  }
}
.p-concept .testBox {
  width: 100vw;
  height: 150vh;
  background: rgba(0, 0, 0, 0.392);
}

.p-layout {
  width: 100vw;
  height: 100lvh;
  animation: fadeAnime 2s forwards;
}
@media (width >= 768px) {
  .p-layout {
    animation: fadeAnime 2s forwards;
  }
}
.p-layout .testBox {
  width: 100vw;
  height: 150vh;
  background: rgba(0, 0, 0, 0.392);
}

.p-plan {
  width: 100vw;
  height: 100lvh;
  animation: fadeAnime 2s forwards;
}
@media (width >= 768px) {
  .p-plan {
    animation: fadeAnime 2s forwards;
  }
}
.p-plan .testBox {
  width: 100vw;
  height: 150vh;
  background: rgba(0, 0, 0, 0.392);
}

.p-equipment {
  width: 100vw;
  height: 100lvh;
  animation: fadeAnime 2s forwards;
}
@media (width >= 768px) {
  .p-equipment {
    animation: fadeAnime 2s forwards;
  }
}
.p-equipment .testBox {
  width: 100vw;
  height: 150vh;
  background: rgba(0, 0, 0, 0.392);
}
.p-equipment .border-bottom {
  width: 85vw;
  max-width: 1260px;
  margin: 0 auto 4vh;
  border-bottom: 1px solid black;
}
@media (width >= 768px) {
  .p-equipment .border-bottom {
    width: 100%;
    margin: 0 auto 12vh;
  }
}
.p-equipment .border-bottom.-s {
  margin: 0 auto 6vh;
}
.p-equipment .border-bottom.-last {
  margin: 0 auto;
}

.p-location {
  width: 100vw;
  height: 100lvh;
  animation: fadeAnime 2s forwards;
}
@media (width >= 768px) {
  .p-location {
    animation: fadeAnime 2s forwards;
  }
}
.p-location .testBox {
  width: 100vw;
  height: 150vh;
  background: rgba(0, 0, 0, 0.392);
}

/*
    アニメーション
    細かな調整は下記サイトを参考に
    https://cubic-bezier.com/
*/
/* 
    ここには他アニメーションでも使うような
    共通のクラスを記述すること。
    ※アニメーションを作成後、必ずここにも追加すること。
*/
.a {
  /* ---------------------------------------
      colorアニメーション
  --------------------------------------- */
}
.a-bg-color, .a-text-color, .a-rotate-bg, .a-fade, .a-fadeUp, .a-fadeDown, .a-fadeLeft, .a-fadeRight, .a-flipDown, .a-flipLeft, .a-flipRight, .a-rotateRight, .a-moveUp, .a-moveDown, .a-moveLoop, .a-scOutImg, .a-underLine, .a-imgMono, .a-imgColor, .a-imgChange .no1, .a-imgChange .no2, .a-imgChange .no3, .a-fade-blur, .a-bird_r, .a-bird_l01, .a-bird_l02, .a-purupuru, .a-fviewOutImg, .a-fviewInImg {
  /* ---------------------------------------
      各アニメーション_オプション関係
  --------------------------------------- */
}
.a-bg-color.-tm05, .a-text-color.-tm05, .a-rotate-bg.-tm05, .a-fade.-tm05, .a-fadeUp.-tm05, .a-fadeDown.-tm05, .a-fadeLeft.-tm05, .a-fadeRight.-tm05, .a-flipDown.-tm05, .a-flipLeft.-tm05, .a-flipRight.-tm05, .a-rotateRight.-tm05, .a-moveUp.-tm05, .a-moveDown.-tm05, .a-moveLoop.-tm05, .a-scOutImg.-tm05, .a-underLine.-tm05, .a-imgMono.-tm05, .a-imgColor.-tm05, .a-imgChange .no1.-tm05, .a-imgChange .no2.-tm05, .a-imgChange .no3.-tm05, .a-fade-blur.-tm05, .a-bird_r.-tm05, .a-bird_l01.-tm05, .a-bird_l02.-tm05, .a-purupuru.-tm05, .a-fviewOutImg.-tm05, .a-fviewInImg.-tm05 {
  animation-delay: 0.5s;
}
.a-bg-color.-tm05::after, .a-bg-color.-tm05 img, .a-text-color.-tm05::after, .a-text-color.-tm05 img, .a-rotate-bg.-tm05::after, .a-rotate-bg.-tm05 img, .a-fade.-tm05::after, .a-fade.-tm05 img, .a-fadeUp.-tm05::after, .a-fadeUp.-tm05 img, .a-fadeDown.-tm05::after, .a-fadeDown.-tm05 img, .a-fadeLeft.-tm05::after, .a-fadeLeft.-tm05 img, .a-fadeRight.-tm05::after, .a-fadeRight.-tm05 img, .a-flipDown.-tm05::after, .a-flipDown.-tm05 img, .a-flipLeft.-tm05::after, .a-flipLeft.-tm05 img, .a-flipRight.-tm05::after, .a-flipRight.-tm05 img, .a-rotateRight.-tm05::after, .a-rotateRight.-tm05 img, .a-moveUp.-tm05::after, .a-moveUp.-tm05 img, .a-moveDown.-tm05::after, .a-moveDown.-tm05 img, .a-moveLoop.-tm05::after, .a-moveLoop.-tm05 img, .a-scOutImg.-tm05::after, .a-scOutImg.-tm05 img, .a-underLine.-tm05::after, .a-underLine.-tm05 img, .a-imgMono.-tm05::after, .a-imgMono.-tm05 img, .a-imgColor.-tm05::after, .a-imgColor.-tm05 img, .a-imgChange .no1.-tm05::after, .a-imgChange .no1.-tm05 img, .a-imgChange .no2.-tm05::after, .a-imgChange .no2.-tm05 img, .a-imgChange .no3.-tm05::after, .a-imgChange .no3.-tm05 img, .a-fade-blur.-tm05::after, .a-fade-blur.-tm05 img, .a-bird_r.-tm05::after, .a-bird_r.-tm05 img, .a-bird_l01.-tm05::after, .a-bird_l01.-tm05 img, .a-bird_l02.-tm05::after, .a-bird_l02.-tm05 img, .a-purupuru.-tm05::after, .a-purupuru.-tm05 img, .a-fviewOutImg.-tm05::after, .a-fviewOutImg.-tm05 img, .a-fviewInImg.-tm05::after, .a-fviewInImg.-tm05 img {
  animation-delay: 0.5s;
}
.a-bg-color.-tm1, .a-text-color.-tm1, .a-rotate-bg.-tm1, .a-fade.-tm1, .a-fadeUp.-tm1, .a-fadeDown.-tm1, .a-fadeLeft.-tm1, .a-fadeRight.-tm1, .a-flipDown.-tm1, .a-flipLeft.-tm1, .a-flipRight.-tm1, .a-rotateRight.-tm1, .a-moveUp.-tm1, .a-moveDown.-tm1, .a-moveLoop.-tm1, .a-scOutImg.-tm1, .a-underLine.-tm1, .a-imgMono.-tm1, .a-imgColor.-tm1, .a-imgChange .no1.-tm1, .a-imgChange .no2.-tm1, .a-imgChange .no3.-tm1, .a-fade-blur.-tm1, .a-bird_r.-tm1, .a-bird_l01.-tm1, .a-bird_l02.-tm1, .a-purupuru.-tm1, .a-fviewOutImg.-tm1, .a-fviewInImg.-tm1 {
  animation-delay: 1s;
}
.a-bg-color.-tm1::after, .a-bg-color.-tm1 img, .a-text-color.-tm1::after, .a-text-color.-tm1 img, .a-rotate-bg.-tm1::after, .a-rotate-bg.-tm1 img, .a-fade.-tm1::after, .a-fade.-tm1 img, .a-fadeUp.-tm1::after, .a-fadeUp.-tm1 img, .a-fadeDown.-tm1::after, .a-fadeDown.-tm1 img, .a-fadeLeft.-tm1::after, .a-fadeLeft.-tm1 img, .a-fadeRight.-tm1::after, .a-fadeRight.-tm1 img, .a-flipDown.-tm1::after, .a-flipDown.-tm1 img, .a-flipLeft.-tm1::after, .a-flipLeft.-tm1 img, .a-flipRight.-tm1::after, .a-flipRight.-tm1 img, .a-rotateRight.-tm1::after, .a-rotateRight.-tm1 img, .a-moveUp.-tm1::after, .a-moveUp.-tm1 img, .a-moveDown.-tm1::after, .a-moveDown.-tm1 img, .a-moveLoop.-tm1::after, .a-moveLoop.-tm1 img, .a-scOutImg.-tm1::after, .a-scOutImg.-tm1 img, .a-underLine.-tm1::after, .a-underLine.-tm1 img, .a-imgMono.-tm1::after, .a-imgMono.-tm1 img, .a-imgColor.-tm1::after, .a-imgColor.-tm1 img, .a-imgChange .no1.-tm1::after, .a-imgChange .no1.-tm1 img, .a-imgChange .no2.-tm1::after, .a-imgChange .no2.-tm1 img, .a-imgChange .no3.-tm1::after, .a-imgChange .no3.-tm1 img, .a-fade-blur.-tm1::after, .a-fade-blur.-tm1 img, .a-bird_r.-tm1::after, .a-bird_r.-tm1 img, .a-bird_l01.-tm1::after, .a-bird_l01.-tm1 img, .a-bird_l02.-tm1::after, .a-bird_l02.-tm1 img, .a-purupuru.-tm1::after, .a-purupuru.-tm1 img, .a-fviewOutImg.-tm1::after, .a-fviewOutImg.-tm1 img, .a-fviewInImg.-tm1::after, .a-fviewInImg.-tm1 img {
  animation-delay: 1s;
}
.a-bg-color.-tm15, .a-text-color.-tm15, .a-rotate-bg.-tm15, .a-fade.-tm15, .a-fadeUp.-tm15, .a-fadeDown.-tm15, .a-fadeLeft.-tm15, .a-fadeRight.-tm15, .a-flipDown.-tm15, .a-flipLeft.-tm15, .a-flipRight.-tm15, .a-rotateRight.-tm15, .a-moveUp.-tm15, .a-moveDown.-tm15, .a-moveLoop.-tm15, .a-scOutImg.-tm15, .a-underLine.-tm15, .a-imgMono.-tm15, .a-imgColor.-tm15, .a-imgChange .no1.-tm15, .a-imgChange .no2.-tm15, .a-imgChange .no3.-tm15, .a-fade-blur.-tm15, .a-bird_r.-tm15, .a-bird_l01.-tm15, .a-bird_l02.-tm15, .a-purupuru.-tm15, .a-fviewOutImg.-tm15, .a-fviewInImg.-tm15 {
  animation-delay: 1.5s;
}
.a-bg-color.-tm15::after, .a-bg-color.-tm15 img, .a-text-color.-tm15::after, .a-text-color.-tm15 img, .a-rotate-bg.-tm15::after, .a-rotate-bg.-tm15 img, .a-fade.-tm15::after, .a-fade.-tm15 img, .a-fadeUp.-tm15::after, .a-fadeUp.-tm15 img, .a-fadeDown.-tm15::after, .a-fadeDown.-tm15 img, .a-fadeLeft.-tm15::after, .a-fadeLeft.-tm15 img, .a-fadeRight.-tm15::after, .a-fadeRight.-tm15 img, .a-flipDown.-tm15::after, .a-flipDown.-tm15 img, .a-flipLeft.-tm15::after, .a-flipLeft.-tm15 img, .a-flipRight.-tm15::after, .a-flipRight.-tm15 img, .a-rotateRight.-tm15::after, .a-rotateRight.-tm15 img, .a-moveUp.-tm15::after, .a-moveUp.-tm15 img, .a-moveDown.-tm15::after, .a-moveDown.-tm15 img, .a-moveLoop.-tm15::after, .a-moveLoop.-tm15 img, .a-scOutImg.-tm15::after, .a-scOutImg.-tm15 img, .a-underLine.-tm15::after, .a-underLine.-tm15 img, .a-imgMono.-tm15::after, .a-imgMono.-tm15 img, .a-imgColor.-tm15::after, .a-imgColor.-tm15 img, .a-imgChange .no1.-tm15::after, .a-imgChange .no1.-tm15 img, .a-imgChange .no2.-tm15::after, .a-imgChange .no2.-tm15 img, .a-imgChange .no3.-tm15::after, .a-imgChange .no3.-tm15 img, .a-fade-blur.-tm15::after, .a-fade-blur.-tm15 img, .a-bird_r.-tm15::after, .a-bird_r.-tm15 img, .a-bird_l01.-tm15::after, .a-bird_l01.-tm15 img, .a-bird_l02.-tm15::after, .a-bird_l02.-tm15 img, .a-purupuru.-tm15::after, .a-purupuru.-tm15 img, .a-fviewOutImg.-tm15::after, .a-fviewOutImg.-tm15 img, .a-fviewInImg.-tm15::after, .a-fviewInImg.-tm15 img {
  animation-delay: 1.5s;
}
.a-bg-color.-tm2, .a-text-color.-tm2, .a-rotate-bg.-tm2, .a-fade.-tm2, .a-fadeUp.-tm2, .a-fadeDown.-tm2, .a-fadeLeft.-tm2, .a-fadeRight.-tm2, .a-flipDown.-tm2, .a-flipLeft.-tm2, .a-flipRight.-tm2, .a-rotateRight.-tm2, .a-moveUp.-tm2, .a-moveDown.-tm2, .a-moveLoop.-tm2, .a-scOutImg.-tm2, .a-underLine.-tm2, .a-imgMono.-tm2, .a-imgColor.-tm2, .a-imgChange .no1.-tm2, .a-imgChange .no2.-tm2, .a-imgChange .no3.-tm2, .a-fade-blur.-tm2, .a-bird_r.-tm2, .a-bird_l01.-tm2, .a-bird_l02.-tm2, .a-purupuru.-tm2, .a-fviewOutImg.-tm2, .a-fviewInImg.-tm2 {
  animation-delay: 2s;
}
.a-bg-color.-tm2::after, .a-bg-color.-tm2 img, .a-text-color.-tm2::after, .a-text-color.-tm2 img, .a-rotate-bg.-tm2::after, .a-rotate-bg.-tm2 img, .a-fade.-tm2::after, .a-fade.-tm2 img, .a-fadeUp.-tm2::after, .a-fadeUp.-tm2 img, .a-fadeDown.-tm2::after, .a-fadeDown.-tm2 img, .a-fadeLeft.-tm2::after, .a-fadeLeft.-tm2 img, .a-fadeRight.-tm2::after, .a-fadeRight.-tm2 img, .a-flipDown.-tm2::after, .a-flipDown.-tm2 img, .a-flipLeft.-tm2::after, .a-flipLeft.-tm2 img, .a-flipRight.-tm2::after, .a-flipRight.-tm2 img, .a-rotateRight.-tm2::after, .a-rotateRight.-tm2 img, .a-moveUp.-tm2::after, .a-moveUp.-tm2 img, .a-moveDown.-tm2::after, .a-moveDown.-tm2 img, .a-moveLoop.-tm2::after, .a-moveLoop.-tm2 img, .a-scOutImg.-tm2::after, .a-scOutImg.-tm2 img, .a-underLine.-tm2::after, .a-underLine.-tm2 img, .a-imgMono.-tm2::after, .a-imgMono.-tm2 img, .a-imgColor.-tm2::after, .a-imgColor.-tm2 img, .a-imgChange .no1.-tm2::after, .a-imgChange .no1.-tm2 img, .a-imgChange .no2.-tm2::after, .a-imgChange .no2.-tm2 img, .a-imgChange .no3.-tm2::after, .a-imgChange .no3.-tm2 img, .a-fade-blur.-tm2::after, .a-fade-blur.-tm2 img, .a-bird_r.-tm2::after, .a-bird_r.-tm2 img, .a-bird_l01.-tm2::after, .a-bird_l01.-tm2 img, .a-bird_l02.-tm2::after, .a-bird_l02.-tm2 img, .a-purupuru.-tm2::after, .a-purupuru.-tm2 img, .a-fviewOutImg.-tm2::after, .a-fviewOutImg.-tm2 img, .a-fviewInImg.-tm2::after, .a-fviewInImg.-tm2 img {
  animation-delay: 2s;
}
.a-bg-color.-tm25, .a-text-color.-tm25, .a-rotate-bg.-tm25, .a-fade.-tm25, .a-fadeUp.-tm25, .a-fadeDown.-tm25, .a-fadeLeft.-tm25, .a-fadeRight.-tm25, .a-flipDown.-tm25, .a-flipLeft.-tm25, .a-flipRight.-tm25, .a-rotateRight.-tm25, .a-moveUp.-tm25, .a-moveDown.-tm25, .a-moveLoop.-tm25, .a-scOutImg.-tm25, .a-underLine.-tm25, .a-imgMono.-tm25, .a-imgColor.-tm25, .a-imgChange .no1.-tm25, .a-imgChange .no2.-tm25, .a-imgChange .no3.-tm25, .a-fade-blur.-tm25, .a-bird_r.-tm25, .a-bird_l01.-tm25, .a-bird_l02.-tm25, .a-purupuru.-tm25, .a-fviewOutImg.-tm25, .a-fviewInImg.-tm25 {
  animation-delay: 2.5s;
}
.a-bg-color.-tm25::after, .a-bg-color.-tm25 img, .a-text-color.-tm25::after, .a-text-color.-tm25 img, .a-rotate-bg.-tm25::after, .a-rotate-bg.-tm25 img, .a-fade.-tm25::after, .a-fade.-tm25 img, .a-fadeUp.-tm25::after, .a-fadeUp.-tm25 img, .a-fadeDown.-tm25::after, .a-fadeDown.-tm25 img, .a-fadeLeft.-tm25::after, .a-fadeLeft.-tm25 img, .a-fadeRight.-tm25::after, .a-fadeRight.-tm25 img, .a-flipDown.-tm25::after, .a-flipDown.-tm25 img, .a-flipLeft.-tm25::after, .a-flipLeft.-tm25 img, .a-flipRight.-tm25::after, .a-flipRight.-tm25 img, .a-rotateRight.-tm25::after, .a-rotateRight.-tm25 img, .a-moveUp.-tm25::after, .a-moveUp.-tm25 img, .a-moveDown.-tm25::after, .a-moveDown.-tm25 img, .a-moveLoop.-tm25::after, .a-moveLoop.-tm25 img, .a-scOutImg.-tm25::after, .a-scOutImg.-tm25 img, .a-underLine.-tm25::after, .a-underLine.-tm25 img, .a-imgMono.-tm25::after, .a-imgMono.-tm25 img, .a-imgColor.-tm25::after, .a-imgColor.-tm25 img, .a-imgChange .no1.-tm25::after, .a-imgChange .no1.-tm25 img, .a-imgChange .no2.-tm25::after, .a-imgChange .no2.-tm25 img, .a-imgChange .no3.-tm25::after, .a-imgChange .no3.-tm25 img, .a-fade-blur.-tm25::after, .a-fade-blur.-tm25 img, .a-bird_r.-tm25::after, .a-bird_r.-tm25 img, .a-bird_l01.-tm25::after, .a-bird_l01.-tm25 img, .a-bird_l02.-tm25::after, .a-bird_l02.-tm25 img, .a-purupuru.-tm25::after, .a-purupuru.-tm25 img, .a-fviewOutImg.-tm25::after, .a-fviewOutImg.-tm25 img, .a-fviewInImg.-tm25::after, .a-fviewInImg.-tm25 img {
  animation-delay: 2.5s;
}
.a-bg-color.-tm3, .a-text-color.-tm3, .a-rotate-bg.-tm3, .a-fade.-tm3, .a-fadeUp.-tm3, .a-fadeDown.-tm3, .a-fadeLeft.-tm3, .a-fadeRight.-tm3, .a-flipDown.-tm3, .a-flipLeft.-tm3, .a-flipRight.-tm3, .a-rotateRight.-tm3, .a-moveUp.-tm3, .a-moveDown.-tm3, .a-moveLoop.-tm3, .a-scOutImg.-tm3, .a-underLine.-tm3, .a-imgMono.-tm3, .a-imgColor.-tm3, .a-imgChange .no1.-tm3, .a-imgChange .no2.-tm3, .a-imgChange .no3.-tm3, .a-fade-blur.-tm3, .a-bird_r.-tm3, .a-bird_l01.-tm3, .a-bird_l02.-tm3, .a-purupuru.-tm3, .a-fviewOutImg.-tm3, .a-fviewInImg.-tm3 {
  animation-delay: 3s;
}
.a-bg-color.-tm3::after, .a-bg-color.-tm3 img, .a-text-color.-tm3::after, .a-text-color.-tm3 img, .a-rotate-bg.-tm3::after, .a-rotate-bg.-tm3 img, .a-fade.-tm3::after, .a-fade.-tm3 img, .a-fadeUp.-tm3::after, .a-fadeUp.-tm3 img, .a-fadeDown.-tm3::after, .a-fadeDown.-tm3 img, .a-fadeLeft.-tm3::after, .a-fadeLeft.-tm3 img, .a-fadeRight.-tm3::after, .a-fadeRight.-tm3 img, .a-flipDown.-tm3::after, .a-flipDown.-tm3 img, .a-flipLeft.-tm3::after, .a-flipLeft.-tm3 img, .a-flipRight.-tm3::after, .a-flipRight.-tm3 img, .a-rotateRight.-tm3::after, .a-rotateRight.-tm3 img, .a-moveUp.-tm3::after, .a-moveUp.-tm3 img, .a-moveDown.-tm3::after, .a-moveDown.-tm3 img, .a-moveLoop.-tm3::after, .a-moveLoop.-tm3 img, .a-scOutImg.-tm3::after, .a-scOutImg.-tm3 img, .a-underLine.-tm3::after, .a-underLine.-tm3 img, .a-imgMono.-tm3::after, .a-imgMono.-tm3 img, .a-imgColor.-tm3::after, .a-imgColor.-tm3 img, .a-imgChange .no1.-tm3::after, .a-imgChange .no1.-tm3 img, .a-imgChange .no2.-tm3::after, .a-imgChange .no2.-tm3 img, .a-imgChange .no3.-tm3::after, .a-imgChange .no3.-tm3 img, .a-fade-blur.-tm3::after, .a-fade-blur.-tm3 img, .a-bird_r.-tm3::after, .a-bird_r.-tm3 img, .a-bird_l01.-tm3::after, .a-bird_l01.-tm3 img, .a-bird_l02.-tm3::after, .a-bird_l02.-tm3 img, .a-purupuru.-tm3::after, .a-purupuru.-tm3 img, .a-fviewOutImg.-tm3::after, .a-fviewOutImg.-tm3 img, .a-fviewInImg.-tm3::after, .a-fviewInImg.-tm3 img {
  animation-delay: 3s;
}
.a-bg-color.-tm35, .a-text-color.-tm35, .a-rotate-bg.-tm35, .a-fade.-tm35, .a-fadeUp.-tm35, .a-fadeDown.-tm35, .a-fadeLeft.-tm35, .a-fadeRight.-tm35, .a-flipDown.-tm35, .a-flipLeft.-tm35, .a-flipRight.-tm35, .a-rotateRight.-tm35, .a-moveUp.-tm35, .a-moveDown.-tm35, .a-moveLoop.-tm35, .a-scOutImg.-tm35, .a-underLine.-tm35, .a-imgMono.-tm35, .a-imgColor.-tm35, .a-imgChange .no1.-tm35, .a-imgChange .no2.-tm35, .a-imgChange .no3.-tm35, .a-fade-blur.-tm35, .a-bird_r.-tm35, .a-bird_l01.-tm35, .a-bird_l02.-tm35, .a-purupuru.-tm35, .a-fviewOutImg.-tm35, .a-fviewInImg.-tm35 {
  animation-delay: 3.5s;
}
.a-bg-color.-tm35::after, .a-bg-color.-tm35 img, .a-text-color.-tm35::after, .a-text-color.-tm35 img, .a-rotate-bg.-tm35::after, .a-rotate-bg.-tm35 img, .a-fade.-tm35::after, .a-fade.-tm35 img, .a-fadeUp.-tm35::after, .a-fadeUp.-tm35 img, .a-fadeDown.-tm35::after, .a-fadeDown.-tm35 img, .a-fadeLeft.-tm35::after, .a-fadeLeft.-tm35 img, .a-fadeRight.-tm35::after, .a-fadeRight.-tm35 img, .a-flipDown.-tm35::after, .a-flipDown.-tm35 img, .a-flipLeft.-tm35::after, .a-flipLeft.-tm35 img, .a-flipRight.-tm35::after, .a-flipRight.-tm35 img, .a-rotateRight.-tm35::after, .a-rotateRight.-tm35 img, .a-moveUp.-tm35::after, .a-moveUp.-tm35 img, .a-moveDown.-tm35::after, .a-moveDown.-tm35 img, .a-moveLoop.-tm35::after, .a-moveLoop.-tm35 img, .a-scOutImg.-tm35::after, .a-scOutImg.-tm35 img, .a-underLine.-tm35::after, .a-underLine.-tm35 img, .a-imgMono.-tm35::after, .a-imgMono.-tm35 img, .a-imgColor.-tm35::after, .a-imgColor.-tm35 img, .a-imgChange .no1.-tm35::after, .a-imgChange .no1.-tm35 img, .a-imgChange .no2.-tm35::after, .a-imgChange .no2.-tm35 img, .a-imgChange .no3.-tm35::after, .a-imgChange .no3.-tm35 img, .a-fade-blur.-tm35::after, .a-fade-blur.-tm35 img, .a-bird_r.-tm35::after, .a-bird_r.-tm35 img, .a-bird_l01.-tm35::after, .a-bird_l01.-tm35 img, .a-bird_l02.-tm35::after, .a-bird_l02.-tm35 img, .a-purupuru.-tm35::after, .a-purupuru.-tm35 img, .a-fviewOutImg.-tm35::after, .a-fviewOutImg.-tm35 img, .a-fviewInImg.-tm35::after, .a-fviewInImg.-tm35 img {
  animation-delay: 3.5s;
}
.a-bg-color.-tm4, .a-text-color.-tm4, .a-rotate-bg.-tm4, .a-fade.-tm4, .a-fadeUp.-tm4, .a-fadeDown.-tm4, .a-fadeLeft.-tm4, .a-fadeRight.-tm4, .a-flipDown.-tm4, .a-flipLeft.-tm4, .a-flipRight.-tm4, .a-rotateRight.-tm4, .a-moveUp.-tm4, .a-moveDown.-tm4, .a-moveLoop.-tm4, .a-scOutImg.-tm4, .a-underLine.-tm4, .a-imgMono.-tm4, .a-imgColor.-tm4, .a-imgChange .no1.-tm4, .a-imgChange .no2.-tm4, .a-imgChange .no3.-tm4, .a-fade-blur.-tm4, .a-bird_r.-tm4, .a-bird_l01.-tm4, .a-bird_l02.-tm4, .a-purupuru.-tm4, .a-fviewOutImg.-tm4, .a-fviewInImg.-tm4 {
  animation-delay: 4s;
}
.a-bg-color.-tm4::after, .a-bg-color.-tm4 img, .a-text-color.-tm4::after, .a-text-color.-tm4 img, .a-rotate-bg.-tm4::after, .a-rotate-bg.-tm4 img, .a-fade.-tm4::after, .a-fade.-tm4 img, .a-fadeUp.-tm4::after, .a-fadeUp.-tm4 img, .a-fadeDown.-tm4::after, .a-fadeDown.-tm4 img, .a-fadeLeft.-tm4::after, .a-fadeLeft.-tm4 img, .a-fadeRight.-tm4::after, .a-fadeRight.-tm4 img, .a-flipDown.-tm4::after, .a-flipDown.-tm4 img, .a-flipLeft.-tm4::after, .a-flipLeft.-tm4 img, .a-flipRight.-tm4::after, .a-flipRight.-tm4 img, .a-rotateRight.-tm4::after, .a-rotateRight.-tm4 img, .a-moveUp.-tm4::after, .a-moveUp.-tm4 img, .a-moveDown.-tm4::after, .a-moveDown.-tm4 img, .a-moveLoop.-tm4::after, .a-moveLoop.-tm4 img, .a-scOutImg.-tm4::after, .a-scOutImg.-tm4 img, .a-underLine.-tm4::after, .a-underLine.-tm4 img, .a-imgMono.-tm4::after, .a-imgMono.-tm4 img, .a-imgColor.-tm4::after, .a-imgColor.-tm4 img, .a-imgChange .no1.-tm4::after, .a-imgChange .no1.-tm4 img, .a-imgChange .no2.-tm4::after, .a-imgChange .no2.-tm4 img, .a-imgChange .no3.-tm4::after, .a-imgChange .no3.-tm4 img, .a-fade-blur.-tm4::after, .a-fade-blur.-tm4 img, .a-bird_r.-tm4::after, .a-bird_r.-tm4 img, .a-bird_l01.-tm4::after, .a-bird_l01.-tm4 img, .a-bird_l02.-tm4::after, .a-bird_l02.-tm4 img, .a-purupuru.-tm4::after, .a-purupuru.-tm4 img, .a-fviewOutImg.-tm4::after, .a-fviewOutImg.-tm4 img, .a-fviewInImg.-tm4::after, .a-fviewInImg.-tm4 img {
  animation-delay: 4s;
}
.a-bg-color.-tm45, .a-text-color.-tm45, .a-rotate-bg.-tm45, .a-fade.-tm45, .a-fadeUp.-tm45, .a-fadeDown.-tm45, .a-fadeLeft.-tm45, .a-fadeRight.-tm45, .a-flipDown.-tm45, .a-flipLeft.-tm45, .a-flipRight.-tm45, .a-rotateRight.-tm45, .a-moveUp.-tm45, .a-moveDown.-tm45, .a-moveLoop.-tm45, .a-scOutImg.-tm45, .a-underLine.-tm45, .a-imgMono.-tm45, .a-imgColor.-tm45, .a-imgChange .no1.-tm45, .a-imgChange .no2.-tm45, .a-imgChange .no3.-tm45, .a-fade-blur.-tm45, .a-bird_r.-tm45, .a-bird_l01.-tm45, .a-bird_l02.-tm45, .a-purupuru.-tm45, .a-fviewOutImg.-tm45, .a-fviewInImg.-tm45 {
  animation-delay: 4.5s;
}
.a-bg-color.-tm45::after, .a-bg-color.-tm45 img, .a-text-color.-tm45::after, .a-text-color.-tm45 img, .a-rotate-bg.-tm45::after, .a-rotate-bg.-tm45 img, .a-fade.-tm45::after, .a-fade.-tm45 img, .a-fadeUp.-tm45::after, .a-fadeUp.-tm45 img, .a-fadeDown.-tm45::after, .a-fadeDown.-tm45 img, .a-fadeLeft.-tm45::after, .a-fadeLeft.-tm45 img, .a-fadeRight.-tm45::after, .a-fadeRight.-tm45 img, .a-flipDown.-tm45::after, .a-flipDown.-tm45 img, .a-flipLeft.-tm45::after, .a-flipLeft.-tm45 img, .a-flipRight.-tm45::after, .a-flipRight.-tm45 img, .a-rotateRight.-tm45::after, .a-rotateRight.-tm45 img, .a-moveUp.-tm45::after, .a-moveUp.-tm45 img, .a-moveDown.-tm45::after, .a-moveDown.-tm45 img, .a-moveLoop.-tm45::after, .a-moveLoop.-tm45 img, .a-scOutImg.-tm45::after, .a-scOutImg.-tm45 img, .a-underLine.-tm45::after, .a-underLine.-tm45 img, .a-imgMono.-tm45::after, .a-imgMono.-tm45 img, .a-imgColor.-tm45::after, .a-imgColor.-tm45 img, .a-imgChange .no1.-tm45::after, .a-imgChange .no1.-tm45 img, .a-imgChange .no2.-tm45::after, .a-imgChange .no2.-tm45 img, .a-imgChange .no3.-tm45::after, .a-imgChange .no3.-tm45 img, .a-fade-blur.-tm45::after, .a-fade-blur.-tm45 img, .a-bird_r.-tm45::after, .a-bird_r.-tm45 img, .a-bird_l01.-tm45::after, .a-bird_l01.-tm45 img, .a-bird_l02.-tm45::after, .a-bird_l02.-tm45 img, .a-purupuru.-tm45::after, .a-purupuru.-tm45 img, .a-fviewOutImg.-tm45::after, .a-fviewOutImg.-tm45 img, .a-fviewInImg.-tm45::after, .a-fviewInImg.-tm45 img {
  animation-delay: 4.5s;
}
.a-bg-color.-tm5, .a-text-color.-tm5, .a-rotate-bg.-tm5, .a-fade.-tm5, .a-fadeUp.-tm5, .a-fadeDown.-tm5, .a-fadeLeft.-tm5, .a-fadeRight.-tm5, .a-flipDown.-tm5, .a-flipLeft.-tm5, .a-flipRight.-tm5, .a-rotateRight.-tm5, .a-moveUp.-tm5, .a-moveDown.-tm5, .a-moveLoop.-tm5, .a-scOutImg.-tm5, .a-underLine.-tm5, .a-imgMono.-tm5, .a-imgColor.-tm5, .a-imgChange .no1.-tm5, .a-imgChange .no2.-tm5, .a-imgChange .no3.-tm5, .a-fade-blur.-tm5, .a-bird_r.-tm5, .a-bird_l01.-tm5, .a-bird_l02.-tm5, .a-purupuru.-tm5, .a-fviewOutImg.-tm5, .a-fviewInImg.-tm5 {
  animation-delay: 5s;
}
.a-bg-color.-tm5::after, .a-bg-color.-tm5 img, .a-text-color.-tm5::after, .a-text-color.-tm5 img, .a-rotate-bg.-tm5::after, .a-rotate-bg.-tm5 img, .a-fade.-tm5::after, .a-fade.-tm5 img, .a-fadeUp.-tm5::after, .a-fadeUp.-tm5 img, .a-fadeDown.-tm5::after, .a-fadeDown.-tm5 img, .a-fadeLeft.-tm5::after, .a-fadeLeft.-tm5 img, .a-fadeRight.-tm5::after, .a-fadeRight.-tm5 img, .a-flipDown.-tm5::after, .a-flipDown.-tm5 img, .a-flipLeft.-tm5::after, .a-flipLeft.-tm5 img, .a-flipRight.-tm5::after, .a-flipRight.-tm5 img, .a-rotateRight.-tm5::after, .a-rotateRight.-tm5 img, .a-moveUp.-tm5::after, .a-moveUp.-tm5 img, .a-moveDown.-tm5::after, .a-moveDown.-tm5 img, .a-moveLoop.-tm5::after, .a-moveLoop.-tm5 img, .a-scOutImg.-tm5::after, .a-scOutImg.-tm5 img, .a-underLine.-tm5::after, .a-underLine.-tm5 img, .a-imgMono.-tm5::after, .a-imgMono.-tm5 img, .a-imgColor.-tm5::after, .a-imgColor.-tm5 img, .a-imgChange .no1.-tm5::after, .a-imgChange .no1.-tm5 img, .a-imgChange .no2.-tm5::after, .a-imgChange .no2.-tm5 img, .a-imgChange .no3.-tm5::after, .a-imgChange .no3.-tm5 img, .a-fade-blur.-tm5::after, .a-fade-blur.-tm5 img, .a-bird_r.-tm5::after, .a-bird_r.-tm5 img, .a-bird_l01.-tm5::after, .a-bird_l01.-tm5 img, .a-bird_l02.-tm5::after, .a-bird_l02.-tm5 img, .a-purupuru.-tm5::after, .a-purupuru.-tm5 img, .a-fviewOutImg.-tm5::after, .a-fviewOutImg.-tm5 img, .a-fviewInImg.-tm5::after, .a-fviewInImg.-tm5 img {
  animation-delay: 5s;
}
.a-bg-color.-tm55, .a-text-color.-tm55, .a-rotate-bg.-tm55, .a-fade.-tm55, .a-fadeUp.-tm55, .a-fadeDown.-tm55, .a-fadeLeft.-tm55, .a-fadeRight.-tm55, .a-flipDown.-tm55, .a-flipLeft.-tm55, .a-flipRight.-tm55, .a-rotateRight.-tm55, .a-moveUp.-tm55, .a-moveDown.-tm55, .a-moveLoop.-tm55, .a-scOutImg.-tm55, .a-underLine.-tm55, .a-imgMono.-tm55, .a-imgColor.-tm55, .a-imgChange .no1.-tm55, .a-imgChange .no2.-tm55, .a-imgChange .no3.-tm55, .a-fade-blur.-tm55, .a-bird_r.-tm55, .a-bird_l01.-tm55, .a-bird_l02.-tm55, .a-purupuru.-tm55, .a-fviewOutImg.-tm55, .a-fviewInImg.-tm55 {
  animation-delay: 5.5s;
}
.a-bg-color.-tm55::after, .a-bg-color.-tm55 img, .a-text-color.-tm55::after, .a-text-color.-tm55 img, .a-rotate-bg.-tm55::after, .a-rotate-bg.-tm55 img, .a-fade.-tm55::after, .a-fade.-tm55 img, .a-fadeUp.-tm55::after, .a-fadeUp.-tm55 img, .a-fadeDown.-tm55::after, .a-fadeDown.-tm55 img, .a-fadeLeft.-tm55::after, .a-fadeLeft.-tm55 img, .a-fadeRight.-tm55::after, .a-fadeRight.-tm55 img, .a-flipDown.-tm55::after, .a-flipDown.-tm55 img, .a-flipLeft.-tm55::after, .a-flipLeft.-tm55 img, .a-flipRight.-tm55::after, .a-flipRight.-tm55 img, .a-rotateRight.-tm55::after, .a-rotateRight.-tm55 img, .a-moveUp.-tm55::after, .a-moveUp.-tm55 img, .a-moveDown.-tm55::after, .a-moveDown.-tm55 img, .a-moveLoop.-tm55::after, .a-moveLoop.-tm55 img, .a-scOutImg.-tm55::after, .a-scOutImg.-tm55 img, .a-underLine.-tm55::after, .a-underLine.-tm55 img, .a-imgMono.-tm55::after, .a-imgMono.-tm55 img, .a-imgColor.-tm55::after, .a-imgColor.-tm55 img, .a-imgChange .no1.-tm55::after, .a-imgChange .no1.-tm55 img, .a-imgChange .no2.-tm55::after, .a-imgChange .no2.-tm55 img, .a-imgChange .no3.-tm55::after, .a-imgChange .no3.-tm55 img, .a-fade-blur.-tm55::after, .a-fade-blur.-tm55 img, .a-bird_r.-tm55::after, .a-bird_r.-tm55 img, .a-bird_l01.-tm55::after, .a-bird_l01.-tm55 img, .a-bird_l02.-tm55::after, .a-bird_l02.-tm55 img, .a-purupuru.-tm55::after, .a-purupuru.-tm55 img, .a-fviewOutImg.-tm55::after, .a-fviewOutImg.-tm55 img, .a-fviewInImg.-tm55::after, .a-fviewInImg.-tm55 img {
  animation-delay: 5.5s;
}
.a-bg-color.-tm6, .a-text-color.-tm6, .a-rotate-bg.-tm6, .a-fade.-tm6, .a-fadeUp.-tm6, .a-fadeDown.-tm6, .a-fadeLeft.-tm6, .a-fadeRight.-tm6, .a-flipDown.-tm6, .a-flipLeft.-tm6, .a-flipRight.-tm6, .a-rotateRight.-tm6, .a-moveUp.-tm6, .a-moveDown.-tm6, .a-moveLoop.-tm6, .a-scOutImg.-tm6, .a-underLine.-tm6, .a-imgMono.-tm6, .a-imgColor.-tm6, .a-imgChange .no1.-tm6, .a-imgChange .no2.-tm6, .a-imgChange .no3.-tm6, .a-fade-blur.-tm6, .a-bird_r.-tm6, .a-bird_l01.-tm6, .a-bird_l02.-tm6, .a-purupuru.-tm6, .a-fviewOutImg.-tm6, .a-fviewInImg.-tm6 {
  animation-delay: 6s;
}
.a-bg-color.-tm6::after, .a-bg-color.-tm6 img, .a-text-color.-tm6::after, .a-text-color.-tm6 img, .a-rotate-bg.-tm6::after, .a-rotate-bg.-tm6 img, .a-fade.-tm6::after, .a-fade.-tm6 img, .a-fadeUp.-tm6::after, .a-fadeUp.-tm6 img, .a-fadeDown.-tm6::after, .a-fadeDown.-tm6 img, .a-fadeLeft.-tm6::after, .a-fadeLeft.-tm6 img, .a-fadeRight.-tm6::after, .a-fadeRight.-tm6 img, .a-flipDown.-tm6::after, .a-flipDown.-tm6 img, .a-flipLeft.-tm6::after, .a-flipLeft.-tm6 img, .a-flipRight.-tm6::after, .a-flipRight.-tm6 img, .a-rotateRight.-tm6::after, .a-rotateRight.-tm6 img, .a-moveUp.-tm6::after, .a-moveUp.-tm6 img, .a-moveDown.-tm6::after, .a-moveDown.-tm6 img, .a-moveLoop.-tm6::after, .a-moveLoop.-tm6 img, .a-scOutImg.-tm6::after, .a-scOutImg.-tm6 img, .a-underLine.-tm6::after, .a-underLine.-tm6 img, .a-imgMono.-tm6::after, .a-imgMono.-tm6 img, .a-imgColor.-tm6::after, .a-imgColor.-tm6 img, .a-imgChange .no1.-tm6::after, .a-imgChange .no1.-tm6 img, .a-imgChange .no2.-tm6::after, .a-imgChange .no2.-tm6 img, .a-imgChange .no3.-tm6::after, .a-imgChange .no3.-tm6 img, .a-fade-blur.-tm6::after, .a-fade-blur.-tm6 img, .a-bird_r.-tm6::after, .a-bird_r.-tm6 img, .a-bird_l01.-tm6::after, .a-bird_l01.-tm6 img, .a-bird_l02.-tm6::after, .a-bird_l02.-tm6 img, .a-purupuru.-tm6::after, .a-purupuru.-tm6 img, .a-fviewOutImg.-tm6::after, .a-fviewOutImg.-tm6 img, .a-fviewInImg.-tm6::after, .a-fviewInImg.-tm6 img {
  animation-delay: 6s;
}
.a-bg-color.-tm65, .a-text-color.-tm65, .a-rotate-bg.-tm65, .a-fade.-tm65, .a-fadeUp.-tm65, .a-fadeDown.-tm65, .a-fadeLeft.-tm65, .a-fadeRight.-tm65, .a-flipDown.-tm65, .a-flipLeft.-tm65, .a-flipRight.-tm65, .a-rotateRight.-tm65, .a-moveUp.-tm65, .a-moveDown.-tm65, .a-moveLoop.-tm65, .a-scOutImg.-tm65, .a-underLine.-tm65, .a-imgMono.-tm65, .a-imgColor.-tm65, .a-imgChange .no1.-tm65, .a-imgChange .no2.-tm65, .a-imgChange .no3.-tm65, .a-fade-blur.-tm65, .a-bird_r.-tm65, .a-bird_l01.-tm65, .a-bird_l02.-tm65, .a-purupuru.-tm65, .a-fviewOutImg.-tm65, .a-fviewInImg.-tm65 {
  animation-delay: 6.5s;
}
.a-bg-color.-tm65::after, .a-bg-color.-tm65 img, .a-text-color.-tm65::after, .a-text-color.-tm65 img, .a-rotate-bg.-tm65::after, .a-rotate-bg.-tm65 img, .a-fade.-tm65::after, .a-fade.-tm65 img, .a-fadeUp.-tm65::after, .a-fadeUp.-tm65 img, .a-fadeDown.-tm65::after, .a-fadeDown.-tm65 img, .a-fadeLeft.-tm65::after, .a-fadeLeft.-tm65 img, .a-fadeRight.-tm65::after, .a-fadeRight.-tm65 img, .a-flipDown.-tm65::after, .a-flipDown.-tm65 img, .a-flipLeft.-tm65::after, .a-flipLeft.-tm65 img, .a-flipRight.-tm65::after, .a-flipRight.-tm65 img, .a-rotateRight.-tm65::after, .a-rotateRight.-tm65 img, .a-moveUp.-tm65::after, .a-moveUp.-tm65 img, .a-moveDown.-tm65::after, .a-moveDown.-tm65 img, .a-moveLoop.-tm65::after, .a-moveLoop.-tm65 img, .a-scOutImg.-tm65::after, .a-scOutImg.-tm65 img, .a-underLine.-tm65::after, .a-underLine.-tm65 img, .a-imgMono.-tm65::after, .a-imgMono.-tm65 img, .a-imgColor.-tm65::after, .a-imgColor.-tm65 img, .a-imgChange .no1.-tm65::after, .a-imgChange .no1.-tm65 img, .a-imgChange .no2.-tm65::after, .a-imgChange .no2.-tm65 img, .a-imgChange .no3.-tm65::after, .a-imgChange .no3.-tm65 img, .a-fade-blur.-tm65::after, .a-fade-blur.-tm65 img, .a-bird_r.-tm65::after, .a-bird_r.-tm65 img, .a-bird_l01.-tm65::after, .a-bird_l01.-tm65 img, .a-bird_l02.-tm65::after, .a-bird_l02.-tm65 img, .a-purupuru.-tm65::after, .a-purupuru.-tm65 img, .a-fviewOutImg.-tm65::after, .a-fviewOutImg.-tm65 img, .a-fviewInImg.-tm65::after, .a-fviewInImg.-tm65 img {
  animation-delay: 6.5s;
}
.a-bg-color.-tm7, .a-text-color.-tm7, .a-rotate-bg.-tm7, .a-fade.-tm7, .a-fadeUp.-tm7, .a-fadeDown.-tm7, .a-fadeLeft.-tm7, .a-fadeRight.-tm7, .a-flipDown.-tm7, .a-flipLeft.-tm7, .a-flipRight.-tm7, .a-rotateRight.-tm7, .a-moveUp.-tm7, .a-moveDown.-tm7, .a-moveLoop.-tm7, .a-scOutImg.-tm7, .a-underLine.-tm7, .a-imgMono.-tm7, .a-imgColor.-tm7, .a-imgChange .no1.-tm7, .a-imgChange .no2.-tm7, .a-imgChange .no3.-tm7, .a-fade-blur.-tm7, .a-bird_r.-tm7, .a-bird_l01.-tm7, .a-bird_l02.-tm7, .a-purupuru.-tm7, .a-fviewOutImg.-tm7, .a-fviewInImg.-tm7 {
  animation-delay: 7s;
}
.a-bg-color.-tm7::after, .a-bg-color.-tm7 img, .a-text-color.-tm7::after, .a-text-color.-tm7 img, .a-rotate-bg.-tm7::after, .a-rotate-bg.-tm7 img, .a-fade.-tm7::after, .a-fade.-tm7 img, .a-fadeUp.-tm7::after, .a-fadeUp.-tm7 img, .a-fadeDown.-tm7::after, .a-fadeDown.-tm7 img, .a-fadeLeft.-tm7::after, .a-fadeLeft.-tm7 img, .a-fadeRight.-tm7::after, .a-fadeRight.-tm7 img, .a-flipDown.-tm7::after, .a-flipDown.-tm7 img, .a-flipLeft.-tm7::after, .a-flipLeft.-tm7 img, .a-flipRight.-tm7::after, .a-flipRight.-tm7 img, .a-rotateRight.-tm7::after, .a-rotateRight.-tm7 img, .a-moveUp.-tm7::after, .a-moveUp.-tm7 img, .a-moveDown.-tm7::after, .a-moveDown.-tm7 img, .a-moveLoop.-tm7::after, .a-moveLoop.-tm7 img, .a-scOutImg.-tm7::after, .a-scOutImg.-tm7 img, .a-underLine.-tm7::after, .a-underLine.-tm7 img, .a-imgMono.-tm7::after, .a-imgMono.-tm7 img, .a-imgColor.-tm7::after, .a-imgColor.-tm7 img, .a-imgChange .no1.-tm7::after, .a-imgChange .no1.-tm7 img, .a-imgChange .no2.-tm7::after, .a-imgChange .no2.-tm7 img, .a-imgChange .no3.-tm7::after, .a-imgChange .no3.-tm7 img, .a-fade-blur.-tm7::after, .a-fade-blur.-tm7 img, .a-bird_r.-tm7::after, .a-bird_r.-tm7 img, .a-bird_l01.-tm7::after, .a-bird_l01.-tm7 img, .a-bird_l02.-tm7::after, .a-bird_l02.-tm7 img, .a-purupuru.-tm7::after, .a-purupuru.-tm7 img, .a-fviewOutImg.-tm7::after, .a-fviewOutImg.-tm7 img, .a-fviewInImg.-tm7::after, .a-fviewInImg.-tm7 img {
  animation-delay: 7s;
}
.a-bg-color.-tm75, .a-text-color.-tm75, .a-rotate-bg.-tm75, .a-fade.-tm75, .a-fadeUp.-tm75, .a-fadeDown.-tm75, .a-fadeLeft.-tm75, .a-fadeRight.-tm75, .a-flipDown.-tm75, .a-flipLeft.-tm75, .a-flipRight.-tm75, .a-rotateRight.-tm75, .a-moveUp.-tm75, .a-moveDown.-tm75, .a-moveLoop.-tm75, .a-scOutImg.-tm75, .a-underLine.-tm75, .a-imgMono.-tm75, .a-imgColor.-tm75, .a-imgChange .no1.-tm75, .a-imgChange .no2.-tm75, .a-imgChange .no3.-tm75, .a-fade-blur.-tm75, .a-bird_r.-tm75, .a-bird_l01.-tm75, .a-bird_l02.-tm75, .a-purupuru.-tm75, .a-fviewOutImg.-tm75, .a-fviewInImg.-tm75 {
  animation-delay: 7.5s;
}
.a-bg-color.-tm75::after, .a-bg-color.-tm75 img, .a-text-color.-tm75::after, .a-text-color.-tm75 img, .a-rotate-bg.-tm75::after, .a-rotate-bg.-tm75 img, .a-fade.-tm75::after, .a-fade.-tm75 img, .a-fadeUp.-tm75::after, .a-fadeUp.-tm75 img, .a-fadeDown.-tm75::after, .a-fadeDown.-tm75 img, .a-fadeLeft.-tm75::after, .a-fadeLeft.-tm75 img, .a-fadeRight.-tm75::after, .a-fadeRight.-tm75 img, .a-flipDown.-tm75::after, .a-flipDown.-tm75 img, .a-flipLeft.-tm75::after, .a-flipLeft.-tm75 img, .a-flipRight.-tm75::after, .a-flipRight.-tm75 img, .a-rotateRight.-tm75::after, .a-rotateRight.-tm75 img, .a-moveUp.-tm75::after, .a-moveUp.-tm75 img, .a-moveDown.-tm75::after, .a-moveDown.-tm75 img, .a-moveLoop.-tm75::after, .a-moveLoop.-tm75 img, .a-scOutImg.-tm75::after, .a-scOutImg.-tm75 img, .a-underLine.-tm75::after, .a-underLine.-tm75 img, .a-imgMono.-tm75::after, .a-imgMono.-tm75 img, .a-imgColor.-tm75::after, .a-imgColor.-tm75 img, .a-imgChange .no1.-tm75::after, .a-imgChange .no1.-tm75 img, .a-imgChange .no2.-tm75::after, .a-imgChange .no2.-tm75 img, .a-imgChange .no3.-tm75::after, .a-imgChange .no3.-tm75 img, .a-fade-blur.-tm75::after, .a-fade-blur.-tm75 img, .a-bird_r.-tm75::after, .a-bird_r.-tm75 img, .a-bird_l01.-tm75::after, .a-bird_l01.-tm75 img, .a-bird_l02.-tm75::after, .a-bird_l02.-tm75 img, .a-purupuru.-tm75::after, .a-purupuru.-tm75 img, .a-fviewOutImg.-tm75::after, .a-fviewOutImg.-tm75 img, .a-fviewInImg.-tm75::after, .a-fviewInImg.-tm75 img {
  animation-delay: 7.5s;
}
.a-bg-color.-tm8, .a-text-color.-tm8, .a-rotate-bg.-tm8, .a-fade.-tm8, .a-fadeUp.-tm8, .a-fadeDown.-tm8, .a-fadeLeft.-tm8, .a-fadeRight.-tm8, .a-flipDown.-tm8, .a-flipLeft.-tm8, .a-flipRight.-tm8, .a-rotateRight.-tm8, .a-moveUp.-tm8, .a-moveDown.-tm8, .a-moveLoop.-tm8, .a-scOutImg.-tm8, .a-underLine.-tm8, .a-imgMono.-tm8, .a-imgColor.-tm8, .a-imgChange .no1.-tm8, .a-imgChange .no2.-tm8, .a-imgChange .no3.-tm8, .a-fade-blur.-tm8, .a-bird_r.-tm8, .a-bird_l01.-tm8, .a-bird_l02.-tm8, .a-purupuru.-tm8, .a-fviewOutImg.-tm8, .a-fviewInImg.-tm8 {
  animation-delay: 8s;
}
.a-bg-color.-tm8::after, .a-bg-color.-tm8 img, .a-text-color.-tm8::after, .a-text-color.-tm8 img, .a-rotate-bg.-tm8::after, .a-rotate-bg.-tm8 img, .a-fade.-tm8::after, .a-fade.-tm8 img, .a-fadeUp.-tm8::after, .a-fadeUp.-tm8 img, .a-fadeDown.-tm8::after, .a-fadeDown.-tm8 img, .a-fadeLeft.-tm8::after, .a-fadeLeft.-tm8 img, .a-fadeRight.-tm8::after, .a-fadeRight.-tm8 img, .a-flipDown.-tm8::after, .a-flipDown.-tm8 img, .a-flipLeft.-tm8::after, .a-flipLeft.-tm8 img, .a-flipRight.-tm8::after, .a-flipRight.-tm8 img, .a-rotateRight.-tm8::after, .a-rotateRight.-tm8 img, .a-moveUp.-tm8::after, .a-moveUp.-tm8 img, .a-moveDown.-tm8::after, .a-moveDown.-tm8 img, .a-moveLoop.-tm8::after, .a-moveLoop.-tm8 img, .a-scOutImg.-tm8::after, .a-scOutImg.-tm8 img, .a-underLine.-tm8::after, .a-underLine.-tm8 img, .a-imgMono.-tm8::after, .a-imgMono.-tm8 img, .a-imgColor.-tm8::after, .a-imgColor.-tm8 img, .a-imgChange .no1.-tm8::after, .a-imgChange .no1.-tm8 img, .a-imgChange .no2.-tm8::after, .a-imgChange .no2.-tm8 img, .a-imgChange .no3.-tm8::after, .a-imgChange .no3.-tm8 img, .a-fade-blur.-tm8::after, .a-fade-blur.-tm8 img, .a-bird_r.-tm8::after, .a-bird_r.-tm8 img, .a-bird_l01.-tm8::after, .a-bird_l01.-tm8 img, .a-bird_l02.-tm8::after, .a-bird_l02.-tm8 img, .a-purupuru.-tm8::after, .a-purupuru.-tm8 img, .a-fviewOutImg.-tm8::after, .a-fviewOutImg.-tm8 img, .a-fviewInImg.-tm8::after, .a-fviewInImg.-tm8 img {
  animation-delay: 8s;
}
.a-bg-color.-tm85, .a-text-color.-tm85, .a-rotate-bg.-tm85, .a-fade.-tm85, .a-fadeUp.-tm85, .a-fadeDown.-tm85, .a-fadeLeft.-tm85, .a-fadeRight.-tm85, .a-flipDown.-tm85, .a-flipLeft.-tm85, .a-flipRight.-tm85, .a-rotateRight.-tm85, .a-moveUp.-tm85, .a-moveDown.-tm85, .a-moveLoop.-tm85, .a-scOutImg.-tm85, .a-underLine.-tm85, .a-imgMono.-tm85, .a-imgColor.-tm85, .a-imgChange .no1.-tm85, .a-imgChange .no2.-tm85, .a-imgChange .no3.-tm85, .a-fade-blur.-tm85, .a-bird_r.-tm85, .a-bird_l01.-tm85, .a-bird_l02.-tm85, .a-purupuru.-tm85, .a-fviewOutImg.-tm85, .a-fviewInImg.-tm85 {
  animation-delay: 8.5s;
}
.a-bg-color.-tm85::after, .a-bg-color.-tm85 img, .a-text-color.-tm85::after, .a-text-color.-tm85 img, .a-rotate-bg.-tm85::after, .a-rotate-bg.-tm85 img, .a-fade.-tm85::after, .a-fade.-tm85 img, .a-fadeUp.-tm85::after, .a-fadeUp.-tm85 img, .a-fadeDown.-tm85::after, .a-fadeDown.-tm85 img, .a-fadeLeft.-tm85::after, .a-fadeLeft.-tm85 img, .a-fadeRight.-tm85::after, .a-fadeRight.-tm85 img, .a-flipDown.-tm85::after, .a-flipDown.-tm85 img, .a-flipLeft.-tm85::after, .a-flipLeft.-tm85 img, .a-flipRight.-tm85::after, .a-flipRight.-tm85 img, .a-rotateRight.-tm85::after, .a-rotateRight.-tm85 img, .a-moveUp.-tm85::after, .a-moveUp.-tm85 img, .a-moveDown.-tm85::after, .a-moveDown.-tm85 img, .a-moveLoop.-tm85::after, .a-moveLoop.-tm85 img, .a-scOutImg.-tm85::after, .a-scOutImg.-tm85 img, .a-underLine.-tm85::after, .a-underLine.-tm85 img, .a-imgMono.-tm85::after, .a-imgMono.-tm85 img, .a-imgColor.-tm85::after, .a-imgColor.-tm85 img, .a-imgChange .no1.-tm85::after, .a-imgChange .no1.-tm85 img, .a-imgChange .no2.-tm85::after, .a-imgChange .no2.-tm85 img, .a-imgChange .no3.-tm85::after, .a-imgChange .no3.-tm85 img, .a-fade-blur.-tm85::after, .a-fade-blur.-tm85 img, .a-bird_r.-tm85::after, .a-bird_r.-tm85 img, .a-bird_l01.-tm85::after, .a-bird_l01.-tm85 img, .a-bird_l02.-tm85::after, .a-bird_l02.-tm85 img, .a-purupuru.-tm85::after, .a-purupuru.-tm85 img, .a-fviewOutImg.-tm85::after, .a-fviewOutImg.-tm85 img, .a-fviewInImg.-tm85::after, .a-fviewInImg.-tm85 img {
  animation-delay: 8.5s;
}
.a-bg-color.-tm9, .a-text-color.-tm9, .a-rotate-bg.-tm9, .a-fade.-tm9, .a-fadeUp.-tm9, .a-fadeDown.-tm9, .a-fadeLeft.-tm9, .a-fadeRight.-tm9, .a-flipDown.-tm9, .a-flipLeft.-tm9, .a-flipRight.-tm9, .a-rotateRight.-tm9, .a-moveUp.-tm9, .a-moveDown.-tm9, .a-moveLoop.-tm9, .a-scOutImg.-tm9, .a-underLine.-tm9, .a-imgMono.-tm9, .a-imgColor.-tm9, .a-imgChange .no1.-tm9, .a-imgChange .no2.-tm9, .a-imgChange .no3.-tm9, .a-fade-blur.-tm9, .a-bird_r.-tm9, .a-bird_l01.-tm9, .a-bird_l02.-tm9, .a-purupuru.-tm9, .a-fviewOutImg.-tm9, .a-fviewInImg.-tm9 {
  animation-delay: 9s;
}
.a-bg-color.-tm9::after, .a-bg-color.-tm9 img, .a-text-color.-tm9::after, .a-text-color.-tm9 img, .a-rotate-bg.-tm9::after, .a-rotate-bg.-tm9 img, .a-fade.-tm9::after, .a-fade.-tm9 img, .a-fadeUp.-tm9::after, .a-fadeUp.-tm9 img, .a-fadeDown.-tm9::after, .a-fadeDown.-tm9 img, .a-fadeLeft.-tm9::after, .a-fadeLeft.-tm9 img, .a-fadeRight.-tm9::after, .a-fadeRight.-tm9 img, .a-flipDown.-tm9::after, .a-flipDown.-tm9 img, .a-flipLeft.-tm9::after, .a-flipLeft.-tm9 img, .a-flipRight.-tm9::after, .a-flipRight.-tm9 img, .a-rotateRight.-tm9::after, .a-rotateRight.-tm9 img, .a-moveUp.-tm9::after, .a-moveUp.-tm9 img, .a-moveDown.-tm9::after, .a-moveDown.-tm9 img, .a-moveLoop.-tm9::after, .a-moveLoop.-tm9 img, .a-scOutImg.-tm9::after, .a-scOutImg.-tm9 img, .a-underLine.-tm9::after, .a-underLine.-tm9 img, .a-imgMono.-tm9::after, .a-imgMono.-tm9 img, .a-imgColor.-tm9::after, .a-imgColor.-tm9 img, .a-imgChange .no1.-tm9::after, .a-imgChange .no1.-tm9 img, .a-imgChange .no2.-tm9::after, .a-imgChange .no2.-tm9 img, .a-imgChange .no3.-tm9::after, .a-imgChange .no3.-tm9 img, .a-fade-blur.-tm9::after, .a-fade-blur.-tm9 img, .a-bird_r.-tm9::after, .a-bird_r.-tm9 img, .a-bird_l01.-tm9::after, .a-bird_l01.-tm9 img, .a-bird_l02.-tm9::after, .a-bird_l02.-tm9 img, .a-purupuru.-tm9::after, .a-purupuru.-tm9 img, .a-fviewOutImg.-tm9::after, .a-fviewOutImg.-tm9 img, .a-fviewInImg.-tm9::after, .a-fviewInImg.-tm9 img {
  animation-delay: 9s;
}
.a-bg-color.-tm95, .a-text-color.-tm95, .a-rotate-bg.-tm95, .a-fade.-tm95, .a-fadeUp.-tm95, .a-fadeDown.-tm95, .a-fadeLeft.-tm95, .a-fadeRight.-tm95, .a-flipDown.-tm95, .a-flipLeft.-tm95, .a-flipRight.-tm95, .a-rotateRight.-tm95, .a-moveUp.-tm95, .a-moveDown.-tm95, .a-moveLoop.-tm95, .a-scOutImg.-tm95, .a-underLine.-tm95, .a-imgMono.-tm95, .a-imgColor.-tm95, .a-imgChange .no1.-tm95, .a-imgChange .no2.-tm95, .a-imgChange .no3.-tm95, .a-fade-blur.-tm95, .a-bird_r.-tm95, .a-bird_l01.-tm95, .a-bird_l02.-tm95, .a-purupuru.-tm95, .a-fviewOutImg.-tm95, .a-fviewInImg.-tm95 {
  animation-delay: 9.5s;
}
.a-bg-color.-tm95::after, .a-bg-color.-tm95 img, .a-text-color.-tm95::after, .a-text-color.-tm95 img, .a-rotate-bg.-tm95::after, .a-rotate-bg.-tm95 img, .a-fade.-tm95::after, .a-fade.-tm95 img, .a-fadeUp.-tm95::after, .a-fadeUp.-tm95 img, .a-fadeDown.-tm95::after, .a-fadeDown.-tm95 img, .a-fadeLeft.-tm95::after, .a-fadeLeft.-tm95 img, .a-fadeRight.-tm95::after, .a-fadeRight.-tm95 img, .a-flipDown.-tm95::after, .a-flipDown.-tm95 img, .a-flipLeft.-tm95::after, .a-flipLeft.-tm95 img, .a-flipRight.-tm95::after, .a-flipRight.-tm95 img, .a-rotateRight.-tm95::after, .a-rotateRight.-tm95 img, .a-moveUp.-tm95::after, .a-moveUp.-tm95 img, .a-moveDown.-tm95::after, .a-moveDown.-tm95 img, .a-moveLoop.-tm95::after, .a-moveLoop.-tm95 img, .a-scOutImg.-tm95::after, .a-scOutImg.-tm95 img, .a-underLine.-tm95::after, .a-underLine.-tm95 img, .a-imgMono.-tm95::after, .a-imgMono.-tm95 img, .a-imgColor.-tm95::after, .a-imgColor.-tm95 img, .a-imgChange .no1.-tm95::after, .a-imgChange .no1.-tm95 img, .a-imgChange .no2.-tm95::after, .a-imgChange .no2.-tm95 img, .a-imgChange .no3.-tm95::after, .a-imgChange .no3.-tm95 img, .a-fade-blur.-tm95::after, .a-fade-blur.-tm95 img, .a-bird_r.-tm95::after, .a-bird_r.-tm95 img, .a-bird_l01.-tm95::after, .a-bird_l01.-tm95 img, .a-bird_l02.-tm95::after, .a-bird_l02.-tm95 img, .a-purupuru.-tm95::after, .a-purupuru.-tm95 img, .a-fviewOutImg.-tm95::after, .a-fviewOutImg.-tm95 img, .a-fviewInImg.-tm95::after, .a-fviewInImg.-tm95 img {
  animation-delay: 9.5s;
}
.a-bg-color.-tm10, .a-text-color.-tm10, .a-rotate-bg.-tm10, .a-fade.-tm10, .a-fadeUp.-tm10, .a-fadeDown.-tm10, .a-fadeLeft.-tm10, .a-fadeRight.-tm10, .a-flipDown.-tm10, .a-flipLeft.-tm10, .a-flipRight.-tm10, .a-rotateRight.-tm10, .a-moveUp.-tm10, .a-moveDown.-tm10, .a-moveLoop.-tm10, .a-scOutImg.-tm10, .a-underLine.-tm10, .a-imgMono.-tm10, .a-imgColor.-tm10, .a-imgChange .no1.-tm10, .a-imgChange .no2.-tm10, .a-imgChange .no3.-tm10, .a-fade-blur.-tm10, .a-bird_r.-tm10, .a-bird_l01.-tm10, .a-bird_l02.-tm10, .a-purupuru.-tm10, .a-fviewOutImg.-tm10, .a-fviewInImg.-tm10 {
  animation-delay: 10s;
}
.a-bg-color.-tm10::after, .a-bg-color.-tm10 img, .a-text-color.-tm10::after, .a-text-color.-tm10 img, .a-rotate-bg.-tm10::after, .a-rotate-bg.-tm10 img, .a-fade.-tm10::after, .a-fade.-tm10 img, .a-fadeUp.-tm10::after, .a-fadeUp.-tm10 img, .a-fadeDown.-tm10::after, .a-fadeDown.-tm10 img, .a-fadeLeft.-tm10::after, .a-fadeLeft.-tm10 img, .a-fadeRight.-tm10::after, .a-fadeRight.-tm10 img, .a-flipDown.-tm10::after, .a-flipDown.-tm10 img, .a-flipLeft.-tm10::after, .a-flipLeft.-tm10 img, .a-flipRight.-tm10::after, .a-flipRight.-tm10 img, .a-rotateRight.-tm10::after, .a-rotateRight.-tm10 img, .a-moveUp.-tm10::after, .a-moveUp.-tm10 img, .a-moveDown.-tm10::after, .a-moveDown.-tm10 img, .a-moveLoop.-tm10::after, .a-moveLoop.-tm10 img, .a-scOutImg.-tm10::after, .a-scOutImg.-tm10 img, .a-underLine.-tm10::after, .a-underLine.-tm10 img, .a-imgMono.-tm10::after, .a-imgMono.-tm10 img, .a-imgColor.-tm10::after, .a-imgColor.-tm10 img, .a-imgChange .no1.-tm10::after, .a-imgChange .no1.-tm10 img, .a-imgChange .no2.-tm10::after, .a-imgChange .no2.-tm10 img, .a-imgChange .no3.-tm10::after, .a-imgChange .no3.-tm10 img, .a-fade-blur.-tm10::after, .a-fade-blur.-tm10 img, .a-bird_r.-tm10::after, .a-bird_r.-tm10 img, .a-bird_l01.-tm10::after, .a-bird_l01.-tm10 img, .a-bird_l02.-tm10::after, .a-bird_l02.-tm10 img, .a-purupuru.-tm10::after, .a-purupuru.-tm10 img, .a-fviewOutImg.-tm10::after, .a-fviewOutImg.-tm10 img, .a-fviewInImg.-tm10::after, .a-fviewInImg.-tm10 img {
  animation-delay: 10s;
}
.a-bg-color.-sp05, .a-text-color.-sp05, .a-rotate-bg.-sp05, .a-fade.-sp05, .a-fadeUp.-sp05, .a-fadeDown.-sp05, .a-fadeLeft.-sp05, .a-fadeRight.-sp05, .a-flipDown.-sp05, .a-flipLeft.-sp05, .a-flipRight.-sp05, .a-rotateRight.-sp05, .a-moveUp.-sp05, .a-moveDown.-sp05, .a-moveLoop.-sp05, .a-scOutImg.-sp05, .a-underLine.-sp05, .a-imgMono.-sp05, .a-imgColor.-sp05, .a-imgChange .no1.-sp05, .a-imgChange .no2.-sp05, .a-imgChange .no3.-sp05, .a-fade-blur.-sp05, .a-bird_r.-sp05, .a-bird_l01.-sp05, .a-bird_l02.-sp05, .a-purupuru.-sp05, .a-fviewOutImg.-sp05, .a-fviewInImg.-sp05 {
  animation-duration: 0.5s;
}
.a-bg-color.-sp05::after, .a-bg-color.-sp05 img, .a-text-color.-sp05::after, .a-text-color.-sp05 img, .a-rotate-bg.-sp05::after, .a-rotate-bg.-sp05 img, .a-fade.-sp05::after, .a-fade.-sp05 img, .a-fadeUp.-sp05::after, .a-fadeUp.-sp05 img, .a-fadeDown.-sp05::after, .a-fadeDown.-sp05 img, .a-fadeLeft.-sp05::after, .a-fadeLeft.-sp05 img, .a-fadeRight.-sp05::after, .a-fadeRight.-sp05 img, .a-flipDown.-sp05::after, .a-flipDown.-sp05 img, .a-flipLeft.-sp05::after, .a-flipLeft.-sp05 img, .a-flipRight.-sp05::after, .a-flipRight.-sp05 img, .a-rotateRight.-sp05::after, .a-rotateRight.-sp05 img, .a-moveUp.-sp05::after, .a-moveUp.-sp05 img, .a-moveDown.-sp05::after, .a-moveDown.-sp05 img, .a-moveLoop.-sp05::after, .a-moveLoop.-sp05 img, .a-scOutImg.-sp05::after, .a-scOutImg.-sp05 img, .a-underLine.-sp05::after, .a-underLine.-sp05 img, .a-imgMono.-sp05::after, .a-imgMono.-sp05 img, .a-imgColor.-sp05::after, .a-imgColor.-sp05 img, .a-imgChange .no1.-sp05::after, .a-imgChange .no1.-sp05 img, .a-imgChange .no2.-sp05::after, .a-imgChange .no2.-sp05 img, .a-imgChange .no3.-sp05::after, .a-imgChange .no3.-sp05 img, .a-fade-blur.-sp05::after, .a-fade-blur.-sp05 img, .a-bird_r.-sp05::after, .a-bird_r.-sp05 img, .a-bird_l01.-sp05::after, .a-bird_l01.-sp05 img, .a-bird_l02.-sp05::after, .a-bird_l02.-sp05 img, .a-purupuru.-sp05::after, .a-purupuru.-sp05 img, .a-fviewOutImg.-sp05::after, .a-fviewOutImg.-sp05 img, .a-fviewInImg.-sp05::after, .a-fviewInImg.-sp05 img {
  animation-duration: 0.5s;
}
.a-bg-color.-sp1, .a-text-color.-sp1, .a-rotate-bg.-sp1, .a-fade.-sp1, .a-fadeUp.-sp1, .a-fadeDown.-sp1, .a-fadeLeft.-sp1, .a-fadeRight.-sp1, .a-flipDown.-sp1, .a-flipLeft.-sp1, .a-flipRight.-sp1, .a-rotateRight.-sp1, .a-moveUp.-sp1, .a-moveDown.-sp1, .a-moveLoop.-sp1, .a-scOutImg.-sp1, .a-underLine.-sp1, .a-imgMono.-sp1, .a-imgColor.-sp1, .a-imgChange .no1.-sp1, .a-imgChange .no2.-sp1, .a-imgChange .no3.-sp1, .a-fade-blur.-sp1, .a-bird_r.-sp1, .a-bird_l01.-sp1, .a-bird_l02.-sp1, .a-purupuru.-sp1, .a-fviewOutImg.-sp1, .a-fviewInImg.-sp1 {
  animation-duration: 1s;
}
.a-bg-color.-sp1::after, .a-bg-color.-sp1 img, .a-text-color.-sp1::after, .a-text-color.-sp1 img, .a-rotate-bg.-sp1::after, .a-rotate-bg.-sp1 img, .a-fade.-sp1::after, .a-fade.-sp1 img, .a-fadeUp.-sp1::after, .a-fadeUp.-sp1 img, .a-fadeDown.-sp1::after, .a-fadeDown.-sp1 img, .a-fadeLeft.-sp1::after, .a-fadeLeft.-sp1 img, .a-fadeRight.-sp1::after, .a-fadeRight.-sp1 img, .a-flipDown.-sp1::after, .a-flipDown.-sp1 img, .a-flipLeft.-sp1::after, .a-flipLeft.-sp1 img, .a-flipRight.-sp1::after, .a-flipRight.-sp1 img, .a-rotateRight.-sp1::after, .a-rotateRight.-sp1 img, .a-moveUp.-sp1::after, .a-moveUp.-sp1 img, .a-moveDown.-sp1::after, .a-moveDown.-sp1 img, .a-moveLoop.-sp1::after, .a-moveLoop.-sp1 img, .a-scOutImg.-sp1::after, .a-scOutImg.-sp1 img, .a-underLine.-sp1::after, .a-underLine.-sp1 img, .a-imgMono.-sp1::after, .a-imgMono.-sp1 img, .a-imgColor.-sp1::after, .a-imgColor.-sp1 img, .a-imgChange .no1.-sp1::after, .a-imgChange .no1.-sp1 img, .a-imgChange .no2.-sp1::after, .a-imgChange .no2.-sp1 img, .a-imgChange .no3.-sp1::after, .a-imgChange .no3.-sp1 img, .a-fade-blur.-sp1::after, .a-fade-blur.-sp1 img, .a-bird_r.-sp1::after, .a-bird_r.-sp1 img, .a-bird_l01.-sp1::after, .a-bird_l01.-sp1 img, .a-bird_l02.-sp1::after, .a-bird_l02.-sp1 img, .a-purupuru.-sp1::after, .a-purupuru.-sp1 img, .a-fviewOutImg.-sp1::after, .a-fviewOutImg.-sp1 img, .a-fviewInImg.-sp1::after, .a-fviewInImg.-sp1 img {
  animation-duration: 1s;
}
.a-bg-color.-sp15, .a-text-color.-sp15, .a-rotate-bg.-sp15, .a-fade.-sp15, .a-fadeUp.-sp15, .a-fadeDown.-sp15, .a-fadeLeft.-sp15, .a-fadeRight.-sp15, .a-flipDown.-sp15, .a-flipLeft.-sp15, .a-flipRight.-sp15, .a-rotateRight.-sp15, .a-moveUp.-sp15, .a-moveDown.-sp15, .a-moveLoop.-sp15, .a-scOutImg.-sp15, .a-underLine.-sp15, .a-imgMono.-sp15, .a-imgColor.-sp15, .a-imgChange .no1.-sp15, .a-imgChange .no2.-sp15, .a-imgChange .no3.-sp15, .a-fade-blur.-sp15, .a-bird_r.-sp15, .a-bird_l01.-sp15, .a-bird_l02.-sp15, .a-purupuru.-sp15, .a-fviewOutImg.-sp15, .a-fviewInImg.-sp15 {
  animation-duration: 1.5s;
}
.a-bg-color.-sp15::after, .a-bg-color.-sp15 img, .a-text-color.-sp15::after, .a-text-color.-sp15 img, .a-rotate-bg.-sp15::after, .a-rotate-bg.-sp15 img, .a-fade.-sp15::after, .a-fade.-sp15 img, .a-fadeUp.-sp15::after, .a-fadeUp.-sp15 img, .a-fadeDown.-sp15::after, .a-fadeDown.-sp15 img, .a-fadeLeft.-sp15::after, .a-fadeLeft.-sp15 img, .a-fadeRight.-sp15::after, .a-fadeRight.-sp15 img, .a-flipDown.-sp15::after, .a-flipDown.-sp15 img, .a-flipLeft.-sp15::after, .a-flipLeft.-sp15 img, .a-flipRight.-sp15::after, .a-flipRight.-sp15 img, .a-rotateRight.-sp15::after, .a-rotateRight.-sp15 img, .a-moveUp.-sp15::after, .a-moveUp.-sp15 img, .a-moveDown.-sp15::after, .a-moveDown.-sp15 img, .a-moveLoop.-sp15::after, .a-moveLoop.-sp15 img, .a-scOutImg.-sp15::after, .a-scOutImg.-sp15 img, .a-underLine.-sp15::after, .a-underLine.-sp15 img, .a-imgMono.-sp15::after, .a-imgMono.-sp15 img, .a-imgColor.-sp15::after, .a-imgColor.-sp15 img, .a-imgChange .no1.-sp15::after, .a-imgChange .no1.-sp15 img, .a-imgChange .no2.-sp15::after, .a-imgChange .no2.-sp15 img, .a-imgChange .no3.-sp15::after, .a-imgChange .no3.-sp15 img, .a-fade-blur.-sp15::after, .a-fade-blur.-sp15 img, .a-bird_r.-sp15::after, .a-bird_r.-sp15 img, .a-bird_l01.-sp15::after, .a-bird_l01.-sp15 img, .a-bird_l02.-sp15::after, .a-bird_l02.-sp15 img, .a-purupuru.-sp15::after, .a-purupuru.-sp15 img, .a-fviewOutImg.-sp15::after, .a-fviewOutImg.-sp15 img, .a-fviewInImg.-sp15::after, .a-fviewInImg.-sp15 img {
  animation-duration: 1.5s;
}
.a-bg-color.-sp2, .a-text-color.-sp2, .a-rotate-bg.-sp2, .a-fade.-sp2, .a-fadeUp.-sp2, .a-fadeDown.-sp2, .a-fadeLeft.-sp2, .a-fadeRight.-sp2, .a-flipDown.-sp2, .a-flipLeft.-sp2, .a-flipRight.-sp2, .a-rotateRight.-sp2, .a-moveUp.-sp2, .a-moveDown.-sp2, .a-moveLoop.-sp2, .a-scOutImg.-sp2, .a-underLine.-sp2, .a-imgMono.-sp2, .a-imgColor.-sp2, .a-imgChange .no1.-sp2, .a-imgChange .no2.-sp2, .a-imgChange .no3.-sp2, .a-fade-blur.-sp2, .a-bird_r.-sp2, .a-bird_l01.-sp2, .a-bird_l02.-sp2, .a-purupuru.-sp2, .a-fviewOutImg.-sp2, .a-fviewInImg.-sp2 {
  animation-duration: 2s;
}
.a-bg-color.-sp2::after, .a-bg-color.-sp2 img, .a-text-color.-sp2::after, .a-text-color.-sp2 img, .a-rotate-bg.-sp2::after, .a-rotate-bg.-sp2 img, .a-fade.-sp2::after, .a-fade.-sp2 img, .a-fadeUp.-sp2::after, .a-fadeUp.-sp2 img, .a-fadeDown.-sp2::after, .a-fadeDown.-sp2 img, .a-fadeLeft.-sp2::after, .a-fadeLeft.-sp2 img, .a-fadeRight.-sp2::after, .a-fadeRight.-sp2 img, .a-flipDown.-sp2::after, .a-flipDown.-sp2 img, .a-flipLeft.-sp2::after, .a-flipLeft.-sp2 img, .a-flipRight.-sp2::after, .a-flipRight.-sp2 img, .a-rotateRight.-sp2::after, .a-rotateRight.-sp2 img, .a-moveUp.-sp2::after, .a-moveUp.-sp2 img, .a-moveDown.-sp2::after, .a-moveDown.-sp2 img, .a-moveLoop.-sp2::after, .a-moveLoop.-sp2 img, .a-scOutImg.-sp2::after, .a-scOutImg.-sp2 img, .a-underLine.-sp2::after, .a-underLine.-sp2 img, .a-imgMono.-sp2::after, .a-imgMono.-sp2 img, .a-imgColor.-sp2::after, .a-imgColor.-sp2 img, .a-imgChange .no1.-sp2::after, .a-imgChange .no1.-sp2 img, .a-imgChange .no2.-sp2::after, .a-imgChange .no2.-sp2 img, .a-imgChange .no3.-sp2::after, .a-imgChange .no3.-sp2 img, .a-fade-blur.-sp2::after, .a-fade-blur.-sp2 img, .a-bird_r.-sp2::after, .a-bird_r.-sp2 img, .a-bird_l01.-sp2::after, .a-bird_l01.-sp2 img, .a-bird_l02.-sp2::after, .a-bird_l02.-sp2 img, .a-purupuru.-sp2::after, .a-purupuru.-sp2 img, .a-fviewOutImg.-sp2::after, .a-fviewOutImg.-sp2 img, .a-fviewInImg.-sp2::after, .a-fviewInImg.-sp2 img {
  animation-duration: 2s;
}
.a-bg-color.-sp25, .a-text-color.-sp25, .a-rotate-bg.-sp25, .a-fade.-sp25, .a-fadeUp.-sp25, .a-fadeDown.-sp25, .a-fadeLeft.-sp25, .a-fadeRight.-sp25, .a-flipDown.-sp25, .a-flipLeft.-sp25, .a-flipRight.-sp25, .a-rotateRight.-sp25, .a-moveUp.-sp25, .a-moveDown.-sp25, .a-moveLoop.-sp25, .a-scOutImg.-sp25, .a-underLine.-sp25, .a-imgMono.-sp25, .a-imgColor.-sp25, .a-imgChange .no1.-sp25, .a-imgChange .no2.-sp25, .a-imgChange .no3.-sp25, .a-fade-blur.-sp25, .a-bird_r.-sp25, .a-bird_l01.-sp25, .a-bird_l02.-sp25, .a-purupuru.-sp25, .a-fviewOutImg.-sp25, .a-fviewInImg.-sp25 {
  animation-duration: 2.5s;
}
.a-bg-color.-sp25::after, .a-bg-color.-sp25 img, .a-text-color.-sp25::after, .a-text-color.-sp25 img, .a-rotate-bg.-sp25::after, .a-rotate-bg.-sp25 img, .a-fade.-sp25::after, .a-fade.-sp25 img, .a-fadeUp.-sp25::after, .a-fadeUp.-sp25 img, .a-fadeDown.-sp25::after, .a-fadeDown.-sp25 img, .a-fadeLeft.-sp25::after, .a-fadeLeft.-sp25 img, .a-fadeRight.-sp25::after, .a-fadeRight.-sp25 img, .a-flipDown.-sp25::after, .a-flipDown.-sp25 img, .a-flipLeft.-sp25::after, .a-flipLeft.-sp25 img, .a-flipRight.-sp25::after, .a-flipRight.-sp25 img, .a-rotateRight.-sp25::after, .a-rotateRight.-sp25 img, .a-moveUp.-sp25::after, .a-moveUp.-sp25 img, .a-moveDown.-sp25::after, .a-moveDown.-sp25 img, .a-moveLoop.-sp25::after, .a-moveLoop.-sp25 img, .a-scOutImg.-sp25::after, .a-scOutImg.-sp25 img, .a-underLine.-sp25::after, .a-underLine.-sp25 img, .a-imgMono.-sp25::after, .a-imgMono.-sp25 img, .a-imgColor.-sp25::after, .a-imgColor.-sp25 img, .a-imgChange .no1.-sp25::after, .a-imgChange .no1.-sp25 img, .a-imgChange .no2.-sp25::after, .a-imgChange .no2.-sp25 img, .a-imgChange .no3.-sp25::after, .a-imgChange .no3.-sp25 img, .a-fade-blur.-sp25::after, .a-fade-blur.-sp25 img, .a-bird_r.-sp25::after, .a-bird_r.-sp25 img, .a-bird_l01.-sp25::after, .a-bird_l01.-sp25 img, .a-bird_l02.-sp25::after, .a-bird_l02.-sp25 img, .a-purupuru.-sp25::after, .a-purupuru.-sp25 img, .a-fviewOutImg.-sp25::after, .a-fviewOutImg.-sp25 img, .a-fviewInImg.-sp25::after, .a-fviewInImg.-sp25 img {
  animation-duration: 2.5s;
}
.a-bg-color.-sp3, .a-text-color.-sp3, .a-rotate-bg.-sp3, .a-fade.-sp3, .a-fadeUp.-sp3, .a-fadeDown.-sp3, .a-fadeLeft.-sp3, .a-fadeRight.-sp3, .a-flipDown.-sp3, .a-flipLeft.-sp3, .a-flipRight.-sp3, .a-rotateRight.-sp3, .a-moveUp.-sp3, .a-moveDown.-sp3, .a-moveLoop.-sp3, .a-scOutImg.-sp3, .a-underLine.-sp3, .a-imgMono.-sp3, .a-imgColor.-sp3, .a-imgChange .no1.-sp3, .a-imgChange .no2.-sp3, .a-imgChange .no3.-sp3, .a-fade-blur.-sp3, .a-bird_r.-sp3, .a-bird_l01.-sp3, .a-bird_l02.-sp3, .a-purupuru.-sp3, .a-fviewOutImg.-sp3, .a-fviewInImg.-sp3 {
  animation-duration: 3s;
}
.a-bg-color.-sp3::after, .a-bg-color.-sp3 img, .a-text-color.-sp3::after, .a-text-color.-sp3 img, .a-rotate-bg.-sp3::after, .a-rotate-bg.-sp3 img, .a-fade.-sp3::after, .a-fade.-sp3 img, .a-fadeUp.-sp3::after, .a-fadeUp.-sp3 img, .a-fadeDown.-sp3::after, .a-fadeDown.-sp3 img, .a-fadeLeft.-sp3::after, .a-fadeLeft.-sp3 img, .a-fadeRight.-sp3::after, .a-fadeRight.-sp3 img, .a-flipDown.-sp3::after, .a-flipDown.-sp3 img, .a-flipLeft.-sp3::after, .a-flipLeft.-sp3 img, .a-flipRight.-sp3::after, .a-flipRight.-sp3 img, .a-rotateRight.-sp3::after, .a-rotateRight.-sp3 img, .a-moveUp.-sp3::after, .a-moveUp.-sp3 img, .a-moveDown.-sp3::after, .a-moveDown.-sp3 img, .a-moveLoop.-sp3::after, .a-moveLoop.-sp3 img, .a-scOutImg.-sp3::after, .a-scOutImg.-sp3 img, .a-underLine.-sp3::after, .a-underLine.-sp3 img, .a-imgMono.-sp3::after, .a-imgMono.-sp3 img, .a-imgColor.-sp3::after, .a-imgColor.-sp3 img, .a-imgChange .no1.-sp3::after, .a-imgChange .no1.-sp3 img, .a-imgChange .no2.-sp3::after, .a-imgChange .no2.-sp3 img, .a-imgChange .no3.-sp3::after, .a-imgChange .no3.-sp3 img, .a-fade-blur.-sp3::after, .a-fade-blur.-sp3 img, .a-bird_r.-sp3::after, .a-bird_r.-sp3 img, .a-bird_l01.-sp3::after, .a-bird_l01.-sp3 img, .a-bird_l02.-sp3::after, .a-bird_l02.-sp3 img, .a-purupuru.-sp3::after, .a-purupuru.-sp3 img, .a-fviewOutImg.-sp3::after, .a-fviewOutImg.-sp3 img, .a-fviewInImg.-sp3::after, .a-fviewInImg.-sp3 img {
  animation-duration: 3s;
}
.a-bg-color.-sp35, .a-text-color.-sp35, .a-rotate-bg.-sp35, .a-fade.-sp35, .a-fadeUp.-sp35, .a-fadeDown.-sp35, .a-fadeLeft.-sp35, .a-fadeRight.-sp35, .a-flipDown.-sp35, .a-flipLeft.-sp35, .a-flipRight.-sp35, .a-rotateRight.-sp35, .a-moveUp.-sp35, .a-moveDown.-sp35, .a-moveLoop.-sp35, .a-scOutImg.-sp35, .a-underLine.-sp35, .a-imgMono.-sp35, .a-imgColor.-sp35, .a-imgChange .no1.-sp35, .a-imgChange .no2.-sp35, .a-imgChange .no3.-sp35, .a-fade-blur.-sp35, .a-bird_r.-sp35, .a-bird_l01.-sp35, .a-bird_l02.-sp35, .a-purupuru.-sp35, .a-fviewOutImg.-sp35, .a-fviewInImg.-sp35 {
  animation-duration: 3.5s;
}
.a-bg-color.-sp35::after, .a-bg-color.-sp35 img, .a-text-color.-sp35::after, .a-text-color.-sp35 img, .a-rotate-bg.-sp35::after, .a-rotate-bg.-sp35 img, .a-fade.-sp35::after, .a-fade.-sp35 img, .a-fadeUp.-sp35::after, .a-fadeUp.-sp35 img, .a-fadeDown.-sp35::after, .a-fadeDown.-sp35 img, .a-fadeLeft.-sp35::after, .a-fadeLeft.-sp35 img, .a-fadeRight.-sp35::after, .a-fadeRight.-sp35 img, .a-flipDown.-sp35::after, .a-flipDown.-sp35 img, .a-flipLeft.-sp35::after, .a-flipLeft.-sp35 img, .a-flipRight.-sp35::after, .a-flipRight.-sp35 img, .a-rotateRight.-sp35::after, .a-rotateRight.-sp35 img, .a-moveUp.-sp35::after, .a-moveUp.-sp35 img, .a-moveDown.-sp35::after, .a-moveDown.-sp35 img, .a-moveLoop.-sp35::after, .a-moveLoop.-sp35 img, .a-scOutImg.-sp35::after, .a-scOutImg.-sp35 img, .a-underLine.-sp35::after, .a-underLine.-sp35 img, .a-imgMono.-sp35::after, .a-imgMono.-sp35 img, .a-imgColor.-sp35::after, .a-imgColor.-sp35 img, .a-imgChange .no1.-sp35::after, .a-imgChange .no1.-sp35 img, .a-imgChange .no2.-sp35::after, .a-imgChange .no2.-sp35 img, .a-imgChange .no3.-sp35::after, .a-imgChange .no3.-sp35 img, .a-fade-blur.-sp35::after, .a-fade-blur.-sp35 img, .a-bird_r.-sp35::after, .a-bird_r.-sp35 img, .a-bird_l01.-sp35::after, .a-bird_l01.-sp35 img, .a-bird_l02.-sp35::after, .a-bird_l02.-sp35 img, .a-purupuru.-sp35::after, .a-purupuru.-sp35 img, .a-fviewOutImg.-sp35::after, .a-fviewOutImg.-sp35 img, .a-fviewInImg.-sp35::after, .a-fviewInImg.-sp35 img {
  animation-duration: 3.5s;
}
.a-bg-color.-sp4, .a-text-color.-sp4, .a-rotate-bg.-sp4, .a-fade.-sp4, .a-fadeUp.-sp4, .a-fadeDown.-sp4, .a-fadeLeft.-sp4, .a-fadeRight.-sp4, .a-flipDown.-sp4, .a-flipLeft.-sp4, .a-flipRight.-sp4, .a-rotateRight.-sp4, .a-moveUp.-sp4, .a-moveDown.-sp4, .a-moveLoop.-sp4, .a-scOutImg.-sp4, .a-underLine.-sp4, .a-imgMono.-sp4, .a-imgColor.-sp4, .a-imgChange .no1.-sp4, .a-imgChange .no2.-sp4, .a-imgChange .no3.-sp4, .a-fade-blur.-sp4, .a-bird_r.-sp4, .a-bird_l01.-sp4, .a-bird_l02.-sp4, .a-purupuru.-sp4, .a-fviewOutImg.-sp4, .a-fviewInImg.-sp4 {
  animation-duration: 4s;
}
.a-bg-color.-sp4::after, .a-bg-color.-sp4 img, .a-text-color.-sp4::after, .a-text-color.-sp4 img, .a-rotate-bg.-sp4::after, .a-rotate-bg.-sp4 img, .a-fade.-sp4::after, .a-fade.-sp4 img, .a-fadeUp.-sp4::after, .a-fadeUp.-sp4 img, .a-fadeDown.-sp4::after, .a-fadeDown.-sp4 img, .a-fadeLeft.-sp4::after, .a-fadeLeft.-sp4 img, .a-fadeRight.-sp4::after, .a-fadeRight.-sp4 img, .a-flipDown.-sp4::after, .a-flipDown.-sp4 img, .a-flipLeft.-sp4::after, .a-flipLeft.-sp4 img, .a-flipRight.-sp4::after, .a-flipRight.-sp4 img, .a-rotateRight.-sp4::after, .a-rotateRight.-sp4 img, .a-moveUp.-sp4::after, .a-moveUp.-sp4 img, .a-moveDown.-sp4::after, .a-moveDown.-sp4 img, .a-moveLoop.-sp4::after, .a-moveLoop.-sp4 img, .a-scOutImg.-sp4::after, .a-scOutImg.-sp4 img, .a-underLine.-sp4::after, .a-underLine.-sp4 img, .a-imgMono.-sp4::after, .a-imgMono.-sp4 img, .a-imgColor.-sp4::after, .a-imgColor.-sp4 img, .a-imgChange .no1.-sp4::after, .a-imgChange .no1.-sp4 img, .a-imgChange .no2.-sp4::after, .a-imgChange .no2.-sp4 img, .a-imgChange .no3.-sp4::after, .a-imgChange .no3.-sp4 img, .a-fade-blur.-sp4::after, .a-fade-blur.-sp4 img, .a-bird_r.-sp4::after, .a-bird_r.-sp4 img, .a-bird_l01.-sp4::after, .a-bird_l01.-sp4 img, .a-bird_l02.-sp4::after, .a-bird_l02.-sp4 img, .a-purupuru.-sp4::after, .a-purupuru.-sp4 img, .a-fviewOutImg.-sp4::after, .a-fviewOutImg.-sp4 img, .a-fviewInImg.-sp4::after, .a-fviewInImg.-sp4 img {
  animation-duration: 4s;
}
.a-bg-color.-sp45, .a-text-color.-sp45, .a-rotate-bg.-sp45, .a-fade.-sp45, .a-fadeUp.-sp45, .a-fadeDown.-sp45, .a-fadeLeft.-sp45, .a-fadeRight.-sp45, .a-flipDown.-sp45, .a-flipLeft.-sp45, .a-flipRight.-sp45, .a-rotateRight.-sp45, .a-moveUp.-sp45, .a-moveDown.-sp45, .a-moveLoop.-sp45, .a-scOutImg.-sp45, .a-underLine.-sp45, .a-imgMono.-sp45, .a-imgColor.-sp45, .a-imgChange .no1.-sp45, .a-imgChange .no2.-sp45, .a-imgChange .no3.-sp45, .a-fade-blur.-sp45, .a-bird_r.-sp45, .a-bird_l01.-sp45, .a-bird_l02.-sp45, .a-purupuru.-sp45, .a-fviewOutImg.-sp45, .a-fviewInImg.-sp45 {
  animation-duration: 4.5s;
}
.a-bg-color.-sp45::after, .a-bg-color.-sp45 img, .a-text-color.-sp45::after, .a-text-color.-sp45 img, .a-rotate-bg.-sp45::after, .a-rotate-bg.-sp45 img, .a-fade.-sp45::after, .a-fade.-sp45 img, .a-fadeUp.-sp45::after, .a-fadeUp.-sp45 img, .a-fadeDown.-sp45::after, .a-fadeDown.-sp45 img, .a-fadeLeft.-sp45::after, .a-fadeLeft.-sp45 img, .a-fadeRight.-sp45::after, .a-fadeRight.-sp45 img, .a-flipDown.-sp45::after, .a-flipDown.-sp45 img, .a-flipLeft.-sp45::after, .a-flipLeft.-sp45 img, .a-flipRight.-sp45::after, .a-flipRight.-sp45 img, .a-rotateRight.-sp45::after, .a-rotateRight.-sp45 img, .a-moveUp.-sp45::after, .a-moveUp.-sp45 img, .a-moveDown.-sp45::after, .a-moveDown.-sp45 img, .a-moveLoop.-sp45::after, .a-moveLoop.-sp45 img, .a-scOutImg.-sp45::after, .a-scOutImg.-sp45 img, .a-underLine.-sp45::after, .a-underLine.-sp45 img, .a-imgMono.-sp45::after, .a-imgMono.-sp45 img, .a-imgColor.-sp45::after, .a-imgColor.-sp45 img, .a-imgChange .no1.-sp45::after, .a-imgChange .no1.-sp45 img, .a-imgChange .no2.-sp45::after, .a-imgChange .no2.-sp45 img, .a-imgChange .no3.-sp45::after, .a-imgChange .no3.-sp45 img, .a-fade-blur.-sp45::after, .a-fade-blur.-sp45 img, .a-bird_r.-sp45::after, .a-bird_r.-sp45 img, .a-bird_l01.-sp45::after, .a-bird_l01.-sp45 img, .a-bird_l02.-sp45::after, .a-bird_l02.-sp45 img, .a-purupuru.-sp45::after, .a-purupuru.-sp45 img, .a-fviewOutImg.-sp45::after, .a-fviewOutImg.-sp45 img, .a-fviewInImg.-sp45::after, .a-fviewInImg.-sp45 img {
  animation-duration: 4.5s;
}
.a-bg-color.-sp5, .a-text-color.-sp5, .a-rotate-bg.-sp5, .a-fade.-sp5, .a-fadeUp.-sp5, .a-fadeDown.-sp5, .a-fadeLeft.-sp5, .a-fadeRight.-sp5, .a-flipDown.-sp5, .a-flipLeft.-sp5, .a-flipRight.-sp5, .a-rotateRight.-sp5, .a-moveUp.-sp5, .a-moveDown.-sp5, .a-moveLoop.-sp5, .a-scOutImg.-sp5, .a-underLine.-sp5, .a-imgMono.-sp5, .a-imgColor.-sp5, .a-imgChange .no1.-sp5, .a-imgChange .no2.-sp5, .a-imgChange .no3.-sp5, .a-fade-blur.-sp5, .a-bird_r.-sp5, .a-bird_l01.-sp5, .a-bird_l02.-sp5, .a-purupuru.-sp5, .a-fviewOutImg.-sp5, .a-fviewInImg.-sp5 {
  animation-duration: 5s;
}
.a-bg-color.-sp5::after, .a-bg-color.-sp5 img, .a-text-color.-sp5::after, .a-text-color.-sp5 img, .a-rotate-bg.-sp5::after, .a-rotate-bg.-sp5 img, .a-fade.-sp5::after, .a-fade.-sp5 img, .a-fadeUp.-sp5::after, .a-fadeUp.-sp5 img, .a-fadeDown.-sp5::after, .a-fadeDown.-sp5 img, .a-fadeLeft.-sp5::after, .a-fadeLeft.-sp5 img, .a-fadeRight.-sp5::after, .a-fadeRight.-sp5 img, .a-flipDown.-sp5::after, .a-flipDown.-sp5 img, .a-flipLeft.-sp5::after, .a-flipLeft.-sp5 img, .a-flipRight.-sp5::after, .a-flipRight.-sp5 img, .a-rotateRight.-sp5::after, .a-rotateRight.-sp5 img, .a-moveUp.-sp5::after, .a-moveUp.-sp5 img, .a-moveDown.-sp5::after, .a-moveDown.-sp5 img, .a-moveLoop.-sp5::after, .a-moveLoop.-sp5 img, .a-scOutImg.-sp5::after, .a-scOutImg.-sp5 img, .a-underLine.-sp5::after, .a-underLine.-sp5 img, .a-imgMono.-sp5::after, .a-imgMono.-sp5 img, .a-imgColor.-sp5::after, .a-imgColor.-sp5 img, .a-imgChange .no1.-sp5::after, .a-imgChange .no1.-sp5 img, .a-imgChange .no2.-sp5::after, .a-imgChange .no2.-sp5 img, .a-imgChange .no3.-sp5::after, .a-imgChange .no3.-sp5 img, .a-fade-blur.-sp5::after, .a-fade-blur.-sp5 img, .a-bird_r.-sp5::after, .a-bird_r.-sp5 img, .a-bird_l01.-sp5::after, .a-bird_l01.-sp5 img, .a-bird_l02.-sp5::after, .a-bird_l02.-sp5 img, .a-purupuru.-sp5::after, .a-purupuru.-sp5 img, .a-fviewOutImg.-sp5::after, .a-fviewOutImg.-sp5 img, .a-fviewInImg.-sp5::after, .a-fviewInImg.-sp5 img {
  animation-duration: 5s;
}
.a-bg-color.-sp55, .a-text-color.-sp55, .a-rotate-bg.-sp55, .a-fade.-sp55, .a-fadeUp.-sp55, .a-fadeDown.-sp55, .a-fadeLeft.-sp55, .a-fadeRight.-sp55, .a-flipDown.-sp55, .a-flipLeft.-sp55, .a-flipRight.-sp55, .a-rotateRight.-sp55, .a-moveUp.-sp55, .a-moveDown.-sp55, .a-moveLoop.-sp55, .a-scOutImg.-sp55, .a-underLine.-sp55, .a-imgMono.-sp55, .a-imgColor.-sp55, .a-imgChange .no1.-sp55, .a-imgChange .no2.-sp55, .a-imgChange .no3.-sp55, .a-fade-blur.-sp55, .a-bird_r.-sp55, .a-bird_l01.-sp55, .a-bird_l02.-sp55, .a-purupuru.-sp55, .a-fviewOutImg.-sp55, .a-fviewInImg.-sp55 {
  animation-duration: 5.5s;
}
.a-bg-color.-sp55::after, .a-bg-color.-sp55 img, .a-text-color.-sp55::after, .a-text-color.-sp55 img, .a-rotate-bg.-sp55::after, .a-rotate-bg.-sp55 img, .a-fade.-sp55::after, .a-fade.-sp55 img, .a-fadeUp.-sp55::after, .a-fadeUp.-sp55 img, .a-fadeDown.-sp55::after, .a-fadeDown.-sp55 img, .a-fadeLeft.-sp55::after, .a-fadeLeft.-sp55 img, .a-fadeRight.-sp55::after, .a-fadeRight.-sp55 img, .a-flipDown.-sp55::after, .a-flipDown.-sp55 img, .a-flipLeft.-sp55::after, .a-flipLeft.-sp55 img, .a-flipRight.-sp55::after, .a-flipRight.-sp55 img, .a-rotateRight.-sp55::after, .a-rotateRight.-sp55 img, .a-moveUp.-sp55::after, .a-moveUp.-sp55 img, .a-moveDown.-sp55::after, .a-moveDown.-sp55 img, .a-moveLoop.-sp55::after, .a-moveLoop.-sp55 img, .a-scOutImg.-sp55::after, .a-scOutImg.-sp55 img, .a-underLine.-sp55::after, .a-underLine.-sp55 img, .a-imgMono.-sp55::after, .a-imgMono.-sp55 img, .a-imgColor.-sp55::after, .a-imgColor.-sp55 img, .a-imgChange .no1.-sp55::after, .a-imgChange .no1.-sp55 img, .a-imgChange .no2.-sp55::after, .a-imgChange .no2.-sp55 img, .a-imgChange .no3.-sp55::after, .a-imgChange .no3.-sp55 img, .a-fade-blur.-sp55::after, .a-fade-blur.-sp55 img, .a-bird_r.-sp55::after, .a-bird_r.-sp55 img, .a-bird_l01.-sp55::after, .a-bird_l01.-sp55 img, .a-bird_l02.-sp55::after, .a-bird_l02.-sp55 img, .a-purupuru.-sp55::after, .a-purupuru.-sp55 img, .a-fviewOutImg.-sp55::after, .a-fviewOutImg.-sp55 img, .a-fviewInImg.-sp55::after, .a-fviewInImg.-sp55 img {
  animation-duration: 5.5s;
}
.a-bg-color.-sp6, .a-text-color.-sp6, .a-rotate-bg.-sp6, .a-fade.-sp6, .a-fadeUp.-sp6, .a-fadeDown.-sp6, .a-fadeLeft.-sp6, .a-fadeRight.-sp6, .a-flipDown.-sp6, .a-flipLeft.-sp6, .a-flipRight.-sp6, .a-rotateRight.-sp6, .a-moveUp.-sp6, .a-moveDown.-sp6, .a-moveLoop.-sp6, .a-scOutImg.-sp6, .a-underLine.-sp6, .a-imgMono.-sp6, .a-imgColor.-sp6, .a-imgChange .no1.-sp6, .a-imgChange .no2.-sp6, .a-imgChange .no3.-sp6, .a-fade-blur.-sp6, .a-bird_r.-sp6, .a-bird_l01.-sp6, .a-bird_l02.-sp6, .a-purupuru.-sp6, .a-fviewOutImg.-sp6, .a-fviewInImg.-sp6 {
  animation-duration: 6s;
}
.a-bg-color.-sp6::after, .a-bg-color.-sp6 img, .a-text-color.-sp6::after, .a-text-color.-sp6 img, .a-rotate-bg.-sp6::after, .a-rotate-bg.-sp6 img, .a-fade.-sp6::after, .a-fade.-sp6 img, .a-fadeUp.-sp6::after, .a-fadeUp.-sp6 img, .a-fadeDown.-sp6::after, .a-fadeDown.-sp6 img, .a-fadeLeft.-sp6::after, .a-fadeLeft.-sp6 img, .a-fadeRight.-sp6::after, .a-fadeRight.-sp6 img, .a-flipDown.-sp6::after, .a-flipDown.-sp6 img, .a-flipLeft.-sp6::after, .a-flipLeft.-sp6 img, .a-flipRight.-sp6::after, .a-flipRight.-sp6 img, .a-rotateRight.-sp6::after, .a-rotateRight.-sp6 img, .a-moveUp.-sp6::after, .a-moveUp.-sp6 img, .a-moveDown.-sp6::after, .a-moveDown.-sp6 img, .a-moveLoop.-sp6::after, .a-moveLoop.-sp6 img, .a-scOutImg.-sp6::after, .a-scOutImg.-sp6 img, .a-underLine.-sp6::after, .a-underLine.-sp6 img, .a-imgMono.-sp6::after, .a-imgMono.-sp6 img, .a-imgColor.-sp6::after, .a-imgColor.-sp6 img, .a-imgChange .no1.-sp6::after, .a-imgChange .no1.-sp6 img, .a-imgChange .no2.-sp6::after, .a-imgChange .no2.-sp6 img, .a-imgChange .no3.-sp6::after, .a-imgChange .no3.-sp6 img, .a-fade-blur.-sp6::after, .a-fade-blur.-sp6 img, .a-bird_r.-sp6::after, .a-bird_r.-sp6 img, .a-bird_l01.-sp6::after, .a-bird_l01.-sp6 img, .a-bird_l02.-sp6::after, .a-bird_l02.-sp6 img, .a-purupuru.-sp6::after, .a-purupuru.-sp6 img, .a-fviewOutImg.-sp6::after, .a-fviewOutImg.-sp6 img, .a-fviewInImg.-sp6::after, .a-fviewInImg.-sp6 img {
  animation-duration: 6s;
}
.a-bg-color.-sp65, .a-text-color.-sp65, .a-rotate-bg.-sp65, .a-fade.-sp65, .a-fadeUp.-sp65, .a-fadeDown.-sp65, .a-fadeLeft.-sp65, .a-fadeRight.-sp65, .a-flipDown.-sp65, .a-flipLeft.-sp65, .a-flipRight.-sp65, .a-rotateRight.-sp65, .a-moveUp.-sp65, .a-moveDown.-sp65, .a-moveLoop.-sp65, .a-scOutImg.-sp65, .a-underLine.-sp65, .a-imgMono.-sp65, .a-imgColor.-sp65, .a-imgChange .no1.-sp65, .a-imgChange .no2.-sp65, .a-imgChange .no3.-sp65, .a-fade-blur.-sp65, .a-bird_r.-sp65, .a-bird_l01.-sp65, .a-bird_l02.-sp65, .a-purupuru.-sp65, .a-fviewOutImg.-sp65, .a-fviewInImg.-sp65 {
  animation-duration: 6.5s;
}
.a-bg-color.-sp65::after, .a-bg-color.-sp65 img, .a-text-color.-sp65::after, .a-text-color.-sp65 img, .a-rotate-bg.-sp65::after, .a-rotate-bg.-sp65 img, .a-fade.-sp65::after, .a-fade.-sp65 img, .a-fadeUp.-sp65::after, .a-fadeUp.-sp65 img, .a-fadeDown.-sp65::after, .a-fadeDown.-sp65 img, .a-fadeLeft.-sp65::after, .a-fadeLeft.-sp65 img, .a-fadeRight.-sp65::after, .a-fadeRight.-sp65 img, .a-flipDown.-sp65::after, .a-flipDown.-sp65 img, .a-flipLeft.-sp65::after, .a-flipLeft.-sp65 img, .a-flipRight.-sp65::after, .a-flipRight.-sp65 img, .a-rotateRight.-sp65::after, .a-rotateRight.-sp65 img, .a-moveUp.-sp65::after, .a-moveUp.-sp65 img, .a-moveDown.-sp65::after, .a-moveDown.-sp65 img, .a-moveLoop.-sp65::after, .a-moveLoop.-sp65 img, .a-scOutImg.-sp65::after, .a-scOutImg.-sp65 img, .a-underLine.-sp65::after, .a-underLine.-sp65 img, .a-imgMono.-sp65::after, .a-imgMono.-sp65 img, .a-imgColor.-sp65::after, .a-imgColor.-sp65 img, .a-imgChange .no1.-sp65::after, .a-imgChange .no1.-sp65 img, .a-imgChange .no2.-sp65::after, .a-imgChange .no2.-sp65 img, .a-imgChange .no3.-sp65::after, .a-imgChange .no3.-sp65 img, .a-fade-blur.-sp65::after, .a-fade-blur.-sp65 img, .a-bird_r.-sp65::after, .a-bird_r.-sp65 img, .a-bird_l01.-sp65::after, .a-bird_l01.-sp65 img, .a-bird_l02.-sp65::after, .a-bird_l02.-sp65 img, .a-purupuru.-sp65::after, .a-purupuru.-sp65 img, .a-fviewOutImg.-sp65::after, .a-fviewOutImg.-sp65 img, .a-fviewInImg.-sp65::after, .a-fviewInImg.-sp65 img {
  animation-duration: 6.5s;
}
.a-bg-color.-sp7, .a-text-color.-sp7, .a-rotate-bg.-sp7, .a-fade.-sp7, .a-fadeUp.-sp7, .a-fadeDown.-sp7, .a-fadeLeft.-sp7, .a-fadeRight.-sp7, .a-flipDown.-sp7, .a-flipLeft.-sp7, .a-flipRight.-sp7, .a-rotateRight.-sp7, .a-moveUp.-sp7, .a-moveDown.-sp7, .a-moveLoop.-sp7, .a-scOutImg.-sp7, .a-underLine.-sp7, .a-imgMono.-sp7, .a-imgColor.-sp7, .a-imgChange .no1.-sp7, .a-imgChange .no2.-sp7, .a-imgChange .no3.-sp7, .a-fade-blur.-sp7, .a-bird_r.-sp7, .a-bird_l01.-sp7, .a-bird_l02.-sp7, .a-purupuru.-sp7, .a-fviewOutImg.-sp7, .a-fviewInImg.-sp7 {
  animation-duration: 7s;
}
.a-bg-color.-sp7::after, .a-bg-color.-sp7 img, .a-text-color.-sp7::after, .a-text-color.-sp7 img, .a-rotate-bg.-sp7::after, .a-rotate-bg.-sp7 img, .a-fade.-sp7::after, .a-fade.-sp7 img, .a-fadeUp.-sp7::after, .a-fadeUp.-sp7 img, .a-fadeDown.-sp7::after, .a-fadeDown.-sp7 img, .a-fadeLeft.-sp7::after, .a-fadeLeft.-sp7 img, .a-fadeRight.-sp7::after, .a-fadeRight.-sp7 img, .a-flipDown.-sp7::after, .a-flipDown.-sp7 img, .a-flipLeft.-sp7::after, .a-flipLeft.-sp7 img, .a-flipRight.-sp7::after, .a-flipRight.-sp7 img, .a-rotateRight.-sp7::after, .a-rotateRight.-sp7 img, .a-moveUp.-sp7::after, .a-moveUp.-sp7 img, .a-moveDown.-sp7::after, .a-moveDown.-sp7 img, .a-moveLoop.-sp7::after, .a-moveLoop.-sp7 img, .a-scOutImg.-sp7::after, .a-scOutImg.-sp7 img, .a-underLine.-sp7::after, .a-underLine.-sp7 img, .a-imgMono.-sp7::after, .a-imgMono.-sp7 img, .a-imgColor.-sp7::after, .a-imgColor.-sp7 img, .a-imgChange .no1.-sp7::after, .a-imgChange .no1.-sp7 img, .a-imgChange .no2.-sp7::after, .a-imgChange .no2.-sp7 img, .a-imgChange .no3.-sp7::after, .a-imgChange .no3.-sp7 img, .a-fade-blur.-sp7::after, .a-fade-blur.-sp7 img, .a-bird_r.-sp7::after, .a-bird_r.-sp7 img, .a-bird_l01.-sp7::after, .a-bird_l01.-sp7 img, .a-bird_l02.-sp7::after, .a-bird_l02.-sp7 img, .a-purupuru.-sp7::after, .a-purupuru.-sp7 img, .a-fviewOutImg.-sp7::after, .a-fviewOutImg.-sp7 img, .a-fviewInImg.-sp7::after, .a-fviewInImg.-sp7 img {
  animation-duration: 7s;
}
.a-bg-color.-sp75, .a-text-color.-sp75, .a-rotate-bg.-sp75, .a-fade.-sp75, .a-fadeUp.-sp75, .a-fadeDown.-sp75, .a-fadeLeft.-sp75, .a-fadeRight.-sp75, .a-flipDown.-sp75, .a-flipLeft.-sp75, .a-flipRight.-sp75, .a-rotateRight.-sp75, .a-moveUp.-sp75, .a-moveDown.-sp75, .a-moveLoop.-sp75, .a-scOutImg.-sp75, .a-underLine.-sp75, .a-imgMono.-sp75, .a-imgColor.-sp75, .a-imgChange .no1.-sp75, .a-imgChange .no2.-sp75, .a-imgChange .no3.-sp75, .a-fade-blur.-sp75, .a-bird_r.-sp75, .a-bird_l01.-sp75, .a-bird_l02.-sp75, .a-purupuru.-sp75, .a-fviewOutImg.-sp75, .a-fviewInImg.-sp75 {
  animation-duration: 7.5s;
}
.a-bg-color.-sp75::after, .a-bg-color.-sp75 img, .a-text-color.-sp75::after, .a-text-color.-sp75 img, .a-rotate-bg.-sp75::after, .a-rotate-bg.-sp75 img, .a-fade.-sp75::after, .a-fade.-sp75 img, .a-fadeUp.-sp75::after, .a-fadeUp.-sp75 img, .a-fadeDown.-sp75::after, .a-fadeDown.-sp75 img, .a-fadeLeft.-sp75::after, .a-fadeLeft.-sp75 img, .a-fadeRight.-sp75::after, .a-fadeRight.-sp75 img, .a-flipDown.-sp75::after, .a-flipDown.-sp75 img, .a-flipLeft.-sp75::after, .a-flipLeft.-sp75 img, .a-flipRight.-sp75::after, .a-flipRight.-sp75 img, .a-rotateRight.-sp75::after, .a-rotateRight.-sp75 img, .a-moveUp.-sp75::after, .a-moveUp.-sp75 img, .a-moveDown.-sp75::after, .a-moveDown.-sp75 img, .a-moveLoop.-sp75::after, .a-moveLoop.-sp75 img, .a-scOutImg.-sp75::after, .a-scOutImg.-sp75 img, .a-underLine.-sp75::after, .a-underLine.-sp75 img, .a-imgMono.-sp75::after, .a-imgMono.-sp75 img, .a-imgColor.-sp75::after, .a-imgColor.-sp75 img, .a-imgChange .no1.-sp75::after, .a-imgChange .no1.-sp75 img, .a-imgChange .no2.-sp75::after, .a-imgChange .no2.-sp75 img, .a-imgChange .no3.-sp75::after, .a-imgChange .no3.-sp75 img, .a-fade-blur.-sp75::after, .a-fade-blur.-sp75 img, .a-bird_r.-sp75::after, .a-bird_r.-sp75 img, .a-bird_l01.-sp75::after, .a-bird_l01.-sp75 img, .a-bird_l02.-sp75::after, .a-bird_l02.-sp75 img, .a-purupuru.-sp75::after, .a-purupuru.-sp75 img, .a-fviewOutImg.-sp75::after, .a-fviewOutImg.-sp75 img, .a-fviewInImg.-sp75::after, .a-fviewInImg.-sp75 img {
  animation-duration: 7.5s;
}
.a-bg-color.-sp8, .a-text-color.-sp8, .a-rotate-bg.-sp8, .a-fade.-sp8, .a-fadeUp.-sp8, .a-fadeDown.-sp8, .a-fadeLeft.-sp8, .a-fadeRight.-sp8, .a-flipDown.-sp8, .a-flipLeft.-sp8, .a-flipRight.-sp8, .a-rotateRight.-sp8, .a-moveUp.-sp8, .a-moveDown.-sp8, .a-moveLoop.-sp8, .a-scOutImg.-sp8, .a-underLine.-sp8, .a-imgMono.-sp8, .a-imgColor.-sp8, .a-imgChange .no1.-sp8, .a-imgChange .no2.-sp8, .a-imgChange .no3.-sp8, .a-fade-blur.-sp8, .a-bird_r.-sp8, .a-bird_l01.-sp8, .a-bird_l02.-sp8, .a-purupuru.-sp8, .a-fviewOutImg.-sp8, .a-fviewInImg.-sp8 {
  animation-duration: 8s;
}
.a-bg-color.-sp8::after, .a-bg-color.-sp8 img, .a-text-color.-sp8::after, .a-text-color.-sp8 img, .a-rotate-bg.-sp8::after, .a-rotate-bg.-sp8 img, .a-fade.-sp8::after, .a-fade.-sp8 img, .a-fadeUp.-sp8::after, .a-fadeUp.-sp8 img, .a-fadeDown.-sp8::after, .a-fadeDown.-sp8 img, .a-fadeLeft.-sp8::after, .a-fadeLeft.-sp8 img, .a-fadeRight.-sp8::after, .a-fadeRight.-sp8 img, .a-flipDown.-sp8::after, .a-flipDown.-sp8 img, .a-flipLeft.-sp8::after, .a-flipLeft.-sp8 img, .a-flipRight.-sp8::after, .a-flipRight.-sp8 img, .a-rotateRight.-sp8::after, .a-rotateRight.-sp8 img, .a-moveUp.-sp8::after, .a-moveUp.-sp8 img, .a-moveDown.-sp8::after, .a-moveDown.-sp8 img, .a-moveLoop.-sp8::after, .a-moveLoop.-sp8 img, .a-scOutImg.-sp8::after, .a-scOutImg.-sp8 img, .a-underLine.-sp8::after, .a-underLine.-sp8 img, .a-imgMono.-sp8::after, .a-imgMono.-sp8 img, .a-imgColor.-sp8::after, .a-imgColor.-sp8 img, .a-imgChange .no1.-sp8::after, .a-imgChange .no1.-sp8 img, .a-imgChange .no2.-sp8::after, .a-imgChange .no2.-sp8 img, .a-imgChange .no3.-sp8::after, .a-imgChange .no3.-sp8 img, .a-fade-blur.-sp8::after, .a-fade-blur.-sp8 img, .a-bird_r.-sp8::after, .a-bird_r.-sp8 img, .a-bird_l01.-sp8::after, .a-bird_l01.-sp8 img, .a-bird_l02.-sp8::after, .a-bird_l02.-sp8 img, .a-purupuru.-sp8::after, .a-purupuru.-sp8 img, .a-fviewOutImg.-sp8::after, .a-fviewOutImg.-sp8 img, .a-fviewInImg.-sp8::after, .a-fviewInImg.-sp8 img {
  animation-duration: 8s;
}
.a-bg-color.-sp85, .a-text-color.-sp85, .a-rotate-bg.-sp85, .a-fade.-sp85, .a-fadeUp.-sp85, .a-fadeDown.-sp85, .a-fadeLeft.-sp85, .a-fadeRight.-sp85, .a-flipDown.-sp85, .a-flipLeft.-sp85, .a-flipRight.-sp85, .a-rotateRight.-sp85, .a-moveUp.-sp85, .a-moveDown.-sp85, .a-moveLoop.-sp85, .a-scOutImg.-sp85, .a-underLine.-sp85, .a-imgMono.-sp85, .a-imgColor.-sp85, .a-imgChange .no1.-sp85, .a-imgChange .no2.-sp85, .a-imgChange .no3.-sp85, .a-fade-blur.-sp85, .a-bird_r.-sp85, .a-bird_l01.-sp85, .a-bird_l02.-sp85, .a-purupuru.-sp85, .a-fviewOutImg.-sp85, .a-fviewInImg.-sp85 {
  animation-duration: 8.5s;
}
.a-bg-color.-sp85::after, .a-bg-color.-sp85 img, .a-text-color.-sp85::after, .a-text-color.-sp85 img, .a-rotate-bg.-sp85::after, .a-rotate-bg.-sp85 img, .a-fade.-sp85::after, .a-fade.-sp85 img, .a-fadeUp.-sp85::after, .a-fadeUp.-sp85 img, .a-fadeDown.-sp85::after, .a-fadeDown.-sp85 img, .a-fadeLeft.-sp85::after, .a-fadeLeft.-sp85 img, .a-fadeRight.-sp85::after, .a-fadeRight.-sp85 img, .a-flipDown.-sp85::after, .a-flipDown.-sp85 img, .a-flipLeft.-sp85::after, .a-flipLeft.-sp85 img, .a-flipRight.-sp85::after, .a-flipRight.-sp85 img, .a-rotateRight.-sp85::after, .a-rotateRight.-sp85 img, .a-moveUp.-sp85::after, .a-moveUp.-sp85 img, .a-moveDown.-sp85::after, .a-moveDown.-sp85 img, .a-moveLoop.-sp85::after, .a-moveLoop.-sp85 img, .a-scOutImg.-sp85::after, .a-scOutImg.-sp85 img, .a-underLine.-sp85::after, .a-underLine.-sp85 img, .a-imgMono.-sp85::after, .a-imgMono.-sp85 img, .a-imgColor.-sp85::after, .a-imgColor.-sp85 img, .a-imgChange .no1.-sp85::after, .a-imgChange .no1.-sp85 img, .a-imgChange .no2.-sp85::after, .a-imgChange .no2.-sp85 img, .a-imgChange .no3.-sp85::after, .a-imgChange .no3.-sp85 img, .a-fade-blur.-sp85::after, .a-fade-blur.-sp85 img, .a-bird_r.-sp85::after, .a-bird_r.-sp85 img, .a-bird_l01.-sp85::after, .a-bird_l01.-sp85 img, .a-bird_l02.-sp85::after, .a-bird_l02.-sp85 img, .a-purupuru.-sp85::after, .a-purupuru.-sp85 img, .a-fviewOutImg.-sp85::after, .a-fviewOutImg.-sp85 img, .a-fviewInImg.-sp85::after, .a-fviewInImg.-sp85 img {
  animation-duration: 8.5s;
}
.a-bg-color.-sp9, .a-text-color.-sp9, .a-rotate-bg.-sp9, .a-fade.-sp9, .a-fadeUp.-sp9, .a-fadeDown.-sp9, .a-fadeLeft.-sp9, .a-fadeRight.-sp9, .a-flipDown.-sp9, .a-flipLeft.-sp9, .a-flipRight.-sp9, .a-rotateRight.-sp9, .a-moveUp.-sp9, .a-moveDown.-sp9, .a-moveLoop.-sp9, .a-scOutImg.-sp9, .a-underLine.-sp9, .a-imgMono.-sp9, .a-imgColor.-sp9, .a-imgChange .no1.-sp9, .a-imgChange .no2.-sp9, .a-imgChange .no3.-sp9, .a-fade-blur.-sp9, .a-bird_r.-sp9, .a-bird_l01.-sp9, .a-bird_l02.-sp9, .a-purupuru.-sp9, .a-fviewOutImg.-sp9, .a-fviewInImg.-sp9 {
  animation-duration: 9s;
}
.a-bg-color.-sp9::after, .a-bg-color.-sp9 img, .a-text-color.-sp9::after, .a-text-color.-sp9 img, .a-rotate-bg.-sp9::after, .a-rotate-bg.-sp9 img, .a-fade.-sp9::after, .a-fade.-sp9 img, .a-fadeUp.-sp9::after, .a-fadeUp.-sp9 img, .a-fadeDown.-sp9::after, .a-fadeDown.-sp9 img, .a-fadeLeft.-sp9::after, .a-fadeLeft.-sp9 img, .a-fadeRight.-sp9::after, .a-fadeRight.-sp9 img, .a-flipDown.-sp9::after, .a-flipDown.-sp9 img, .a-flipLeft.-sp9::after, .a-flipLeft.-sp9 img, .a-flipRight.-sp9::after, .a-flipRight.-sp9 img, .a-rotateRight.-sp9::after, .a-rotateRight.-sp9 img, .a-moveUp.-sp9::after, .a-moveUp.-sp9 img, .a-moveDown.-sp9::after, .a-moveDown.-sp9 img, .a-moveLoop.-sp9::after, .a-moveLoop.-sp9 img, .a-scOutImg.-sp9::after, .a-scOutImg.-sp9 img, .a-underLine.-sp9::after, .a-underLine.-sp9 img, .a-imgMono.-sp9::after, .a-imgMono.-sp9 img, .a-imgColor.-sp9::after, .a-imgColor.-sp9 img, .a-imgChange .no1.-sp9::after, .a-imgChange .no1.-sp9 img, .a-imgChange .no2.-sp9::after, .a-imgChange .no2.-sp9 img, .a-imgChange .no3.-sp9::after, .a-imgChange .no3.-sp9 img, .a-fade-blur.-sp9::after, .a-fade-blur.-sp9 img, .a-bird_r.-sp9::after, .a-bird_r.-sp9 img, .a-bird_l01.-sp9::after, .a-bird_l01.-sp9 img, .a-bird_l02.-sp9::after, .a-bird_l02.-sp9 img, .a-purupuru.-sp9::after, .a-purupuru.-sp9 img, .a-fviewOutImg.-sp9::after, .a-fviewOutImg.-sp9 img, .a-fviewInImg.-sp9::after, .a-fviewInImg.-sp9 img {
  animation-duration: 9s;
}
.a-bg-color.-sp95, .a-text-color.-sp95, .a-rotate-bg.-sp95, .a-fade.-sp95, .a-fadeUp.-sp95, .a-fadeDown.-sp95, .a-fadeLeft.-sp95, .a-fadeRight.-sp95, .a-flipDown.-sp95, .a-flipLeft.-sp95, .a-flipRight.-sp95, .a-rotateRight.-sp95, .a-moveUp.-sp95, .a-moveDown.-sp95, .a-moveLoop.-sp95, .a-scOutImg.-sp95, .a-underLine.-sp95, .a-imgMono.-sp95, .a-imgColor.-sp95, .a-imgChange .no1.-sp95, .a-imgChange .no2.-sp95, .a-imgChange .no3.-sp95, .a-fade-blur.-sp95, .a-bird_r.-sp95, .a-bird_l01.-sp95, .a-bird_l02.-sp95, .a-purupuru.-sp95, .a-fviewOutImg.-sp95, .a-fviewInImg.-sp95 {
  animation-duration: 9.5s;
}
.a-bg-color.-sp95::after, .a-bg-color.-sp95 img, .a-text-color.-sp95::after, .a-text-color.-sp95 img, .a-rotate-bg.-sp95::after, .a-rotate-bg.-sp95 img, .a-fade.-sp95::after, .a-fade.-sp95 img, .a-fadeUp.-sp95::after, .a-fadeUp.-sp95 img, .a-fadeDown.-sp95::after, .a-fadeDown.-sp95 img, .a-fadeLeft.-sp95::after, .a-fadeLeft.-sp95 img, .a-fadeRight.-sp95::after, .a-fadeRight.-sp95 img, .a-flipDown.-sp95::after, .a-flipDown.-sp95 img, .a-flipLeft.-sp95::after, .a-flipLeft.-sp95 img, .a-flipRight.-sp95::after, .a-flipRight.-sp95 img, .a-rotateRight.-sp95::after, .a-rotateRight.-sp95 img, .a-moveUp.-sp95::after, .a-moveUp.-sp95 img, .a-moveDown.-sp95::after, .a-moveDown.-sp95 img, .a-moveLoop.-sp95::after, .a-moveLoop.-sp95 img, .a-scOutImg.-sp95::after, .a-scOutImg.-sp95 img, .a-underLine.-sp95::after, .a-underLine.-sp95 img, .a-imgMono.-sp95::after, .a-imgMono.-sp95 img, .a-imgColor.-sp95::after, .a-imgColor.-sp95 img, .a-imgChange .no1.-sp95::after, .a-imgChange .no1.-sp95 img, .a-imgChange .no2.-sp95::after, .a-imgChange .no2.-sp95 img, .a-imgChange .no3.-sp95::after, .a-imgChange .no3.-sp95 img, .a-fade-blur.-sp95::after, .a-fade-blur.-sp95 img, .a-bird_r.-sp95::after, .a-bird_r.-sp95 img, .a-bird_l01.-sp95::after, .a-bird_l01.-sp95 img, .a-bird_l02.-sp95::after, .a-bird_l02.-sp95 img, .a-purupuru.-sp95::after, .a-purupuru.-sp95 img, .a-fviewOutImg.-sp95::after, .a-fviewOutImg.-sp95 img, .a-fviewInImg.-sp95::after, .a-fviewInImg.-sp95 img {
  animation-duration: 9.5s;
}
.a-bg-color.-sp10, .a-text-color.-sp10, .a-rotate-bg.-sp10, .a-fade.-sp10, .a-fadeUp.-sp10, .a-fadeDown.-sp10, .a-fadeLeft.-sp10, .a-fadeRight.-sp10, .a-flipDown.-sp10, .a-flipLeft.-sp10, .a-flipRight.-sp10, .a-rotateRight.-sp10, .a-moveUp.-sp10, .a-moveDown.-sp10, .a-moveLoop.-sp10, .a-scOutImg.-sp10, .a-underLine.-sp10, .a-imgMono.-sp10, .a-imgColor.-sp10, .a-imgChange .no1.-sp10, .a-imgChange .no2.-sp10, .a-imgChange .no3.-sp10, .a-fade-blur.-sp10, .a-bird_r.-sp10, .a-bird_l01.-sp10, .a-bird_l02.-sp10, .a-purupuru.-sp10, .a-fviewOutImg.-sp10, .a-fviewInImg.-sp10 {
  animation-duration: 10s;
}
.a-bg-color.-sp10::after, .a-bg-color.-sp10 img, .a-text-color.-sp10::after, .a-text-color.-sp10 img, .a-rotate-bg.-sp10::after, .a-rotate-bg.-sp10 img, .a-fade.-sp10::after, .a-fade.-sp10 img, .a-fadeUp.-sp10::after, .a-fadeUp.-sp10 img, .a-fadeDown.-sp10::after, .a-fadeDown.-sp10 img, .a-fadeLeft.-sp10::after, .a-fadeLeft.-sp10 img, .a-fadeRight.-sp10::after, .a-fadeRight.-sp10 img, .a-flipDown.-sp10::after, .a-flipDown.-sp10 img, .a-flipLeft.-sp10::after, .a-flipLeft.-sp10 img, .a-flipRight.-sp10::after, .a-flipRight.-sp10 img, .a-rotateRight.-sp10::after, .a-rotateRight.-sp10 img, .a-moveUp.-sp10::after, .a-moveUp.-sp10 img, .a-moveDown.-sp10::after, .a-moveDown.-sp10 img, .a-moveLoop.-sp10::after, .a-moveLoop.-sp10 img, .a-scOutImg.-sp10::after, .a-scOutImg.-sp10 img, .a-underLine.-sp10::after, .a-underLine.-sp10 img, .a-imgMono.-sp10::after, .a-imgMono.-sp10 img, .a-imgColor.-sp10::after, .a-imgColor.-sp10 img, .a-imgChange .no1.-sp10::after, .a-imgChange .no1.-sp10 img, .a-imgChange .no2.-sp10::after, .a-imgChange .no2.-sp10 img, .a-imgChange .no3.-sp10::after, .a-imgChange .no3.-sp10 img, .a-fade-blur.-sp10::after, .a-fade-blur.-sp10 img, .a-bird_r.-sp10::after, .a-bird_r.-sp10 img, .a-bird_l01.-sp10::after, .a-bird_l01.-sp10 img, .a-bird_l02.-sp10::after, .a-bird_l02.-sp10 img, .a-purupuru.-sp10::after, .a-purupuru.-sp10 img, .a-fviewOutImg.-sp10::after, .a-fviewOutImg.-sp10 img, .a-fviewInImg.-sp10::after, .a-fviewInImg.-sp10 img {
  animation-duration: 10s;
}
.a-bg-color.-sp20, .a-text-color.-sp20, .a-rotate-bg.-sp20, .a-fade.-sp20, .a-fadeUp.-sp20, .a-fadeDown.-sp20, .a-fadeLeft.-sp20, .a-fadeRight.-sp20, .a-flipDown.-sp20, .a-flipLeft.-sp20, .a-flipRight.-sp20, .a-rotateRight.-sp20, .a-moveUp.-sp20, .a-moveDown.-sp20, .a-moveLoop.-sp20, .a-scOutImg.-sp20, .a-underLine.-sp20, .a-imgMono.-sp20, .a-imgColor.-sp20, .a-imgChange .no1.-sp20, .a-imgChange .no2.-sp20, .a-imgChange .no3.-sp20, .a-fade-blur.-sp20, .a-bird_r.-sp20, .a-bird_l01.-sp20, .a-bird_l02.-sp20, .a-purupuru.-sp20, .a-fviewOutImg.-sp20, .a-fviewInImg.-sp20 {
  animation-duration: 20s;
}
.a-bg-color.-sp20::after, .a-bg-color.-sp20 img, .a-text-color.-sp20::after, .a-text-color.-sp20 img, .a-rotate-bg.-sp20::after, .a-rotate-bg.-sp20 img, .a-fade.-sp20::after, .a-fade.-sp20 img, .a-fadeUp.-sp20::after, .a-fadeUp.-sp20 img, .a-fadeDown.-sp20::after, .a-fadeDown.-sp20 img, .a-fadeLeft.-sp20::after, .a-fadeLeft.-sp20 img, .a-fadeRight.-sp20::after, .a-fadeRight.-sp20 img, .a-flipDown.-sp20::after, .a-flipDown.-sp20 img, .a-flipLeft.-sp20::after, .a-flipLeft.-sp20 img, .a-flipRight.-sp20::after, .a-flipRight.-sp20 img, .a-rotateRight.-sp20::after, .a-rotateRight.-sp20 img, .a-moveUp.-sp20::after, .a-moveUp.-sp20 img, .a-moveDown.-sp20::after, .a-moveDown.-sp20 img, .a-moveLoop.-sp20::after, .a-moveLoop.-sp20 img, .a-scOutImg.-sp20::after, .a-scOutImg.-sp20 img, .a-underLine.-sp20::after, .a-underLine.-sp20 img, .a-imgMono.-sp20::after, .a-imgMono.-sp20 img, .a-imgColor.-sp20::after, .a-imgColor.-sp20 img, .a-imgChange .no1.-sp20::after, .a-imgChange .no1.-sp20 img, .a-imgChange .no2.-sp20::after, .a-imgChange .no2.-sp20 img, .a-imgChange .no3.-sp20::after, .a-imgChange .no3.-sp20 img, .a-fade-blur.-sp20::after, .a-fade-blur.-sp20 img, .a-bird_r.-sp20::after, .a-bird_r.-sp20 img, .a-bird_l01.-sp20::after, .a-bird_l01.-sp20 img, .a-bird_l02.-sp20::after, .a-bird_l02.-sp20 img, .a-purupuru.-sp20::after, .a-purupuru.-sp20 img, .a-fviewOutImg.-sp20::after, .a-fviewOutImg.-sp20 img, .a-fviewInImg.-sp20::after, .a-fviewInImg.-sp20 img {
  animation-duration: 20s;
}
.a-bg-color.-sc-auto, .a-text-color.-sc-auto, .a-rotate-bg.-sc-auto, .a-fade.-sc-auto, .a-fadeUp.-sc-auto, .a-fadeDown.-sc-auto, .a-fadeLeft.-sc-auto, .a-fadeRight.-sc-auto, .a-flipDown.-sc-auto, .a-flipLeft.-sc-auto, .a-flipRight.-sc-auto, .a-rotateRight.-sc-auto, .a-moveUp.-sc-auto, .a-moveDown.-sc-auto, .a-moveLoop.-sc-auto, .a-scOutImg.-sc-auto, .a-underLine.-sc-auto, .a-imgMono.-sc-auto, .a-imgColor.-sc-auto, .a-imgChange .no1.-sc-auto, .a-imgChange .no2.-sc-auto, .a-imgChange .no3.-sc-auto, .a-fade-blur.-sc-auto, .a-bird_r.-sc-auto, .a-bird_l01.-sc-auto, .a-bird_l02.-sc-auto, .a-purupuru.-sc-auto, .a-fviewOutImg.-sc-auto, .a-fviewInImg.-sc-auto {
  animation-timeline: view();
  animation-range: entry 0% contain 30%;
}
.a-bg-color.-sc-auto::after, .a-bg-color.-sc-auto img, .a-text-color.-sc-auto::after, .a-text-color.-sc-auto img, .a-rotate-bg.-sc-auto::after, .a-rotate-bg.-sc-auto img, .a-fade.-sc-auto::after, .a-fade.-sc-auto img, .a-fadeUp.-sc-auto::after, .a-fadeUp.-sc-auto img, .a-fadeDown.-sc-auto::after, .a-fadeDown.-sc-auto img, .a-fadeLeft.-sc-auto::after, .a-fadeLeft.-sc-auto img, .a-fadeRight.-sc-auto::after, .a-fadeRight.-sc-auto img, .a-flipDown.-sc-auto::after, .a-flipDown.-sc-auto img, .a-flipLeft.-sc-auto::after, .a-flipLeft.-sc-auto img, .a-flipRight.-sc-auto::after, .a-flipRight.-sc-auto img, .a-rotateRight.-sc-auto::after, .a-rotateRight.-sc-auto img, .a-moveUp.-sc-auto::after, .a-moveUp.-sc-auto img, .a-moveDown.-sc-auto::after, .a-moveDown.-sc-auto img, .a-moveLoop.-sc-auto::after, .a-moveLoop.-sc-auto img, .a-scOutImg.-sc-auto::after, .a-scOutImg.-sc-auto img, .a-underLine.-sc-auto::after, .a-underLine.-sc-auto img, .a-imgMono.-sc-auto::after, .a-imgMono.-sc-auto img, .a-imgColor.-sc-auto::after, .a-imgColor.-sc-auto img, .a-imgChange .no1.-sc-auto::after, .a-imgChange .no1.-sc-auto img, .a-imgChange .no2.-sc-auto::after, .a-imgChange .no2.-sc-auto img, .a-imgChange .no3.-sc-auto::after, .a-imgChange .no3.-sc-auto img, .a-fade-blur.-sc-auto::after, .a-fade-blur.-sc-auto img, .a-bird_r.-sc-auto::after, .a-bird_r.-sc-auto img, .a-bird_l01.-sc-auto::after, .a-bird_l01.-sc-auto img, .a-bird_l02.-sc-auto::after, .a-bird_l02.-sc-auto img, .a-purupuru.-sc-auto::after, .a-purupuru.-sc-auto img, .a-fviewOutImg.-sc-auto::after, .a-fviewOutImg.-sc-auto img, .a-fviewInImg.-sc-auto::after, .a-fviewInImg.-sc-auto img {
  animation-timeline: view();
  animation-range: entry 0% contain 30%;
}
.a-bg-color.-sc1, .a-text-color.-sc1, .a-rotate-bg.-sc1, .a-fade.-sc1, .a-fadeUp.-sc1, .a-fadeDown.-sc1, .a-fadeLeft.-sc1, .a-fadeRight.-sc1, .a-flipDown.-sc1, .a-flipLeft.-sc1, .a-flipRight.-sc1, .a-rotateRight.-sc1, .a-moveUp.-sc1, .a-moveDown.-sc1, .a-moveLoop.-sc1, .a-scOutImg.-sc1, .a-underLine.-sc1, .a-imgMono.-sc1, .a-imgColor.-sc1, .a-imgChange .no1.-sc1, .a-imgChange .no2.-sc1, .a-imgChange .no3.-sc1, .a-fade-blur.-sc1, .a-bird_r.-sc1, .a-bird_l01.-sc1, .a-bird_l02.-sc1, .a-purupuru.-sc1, .a-fviewOutImg.-sc1, .a-fviewInImg.-sc1 {
  animation-timeline: view();
  animation-range: entry 10% contain 35%;
}
.a-bg-color.-sc1::after, .a-bg-color.-sc1 img, .a-text-color.-sc1::after, .a-text-color.-sc1 img, .a-rotate-bg.-sc1::after, .a-rotate-bg.-sc1 img, .a-fade.-sc1::after, .a-fade.-sc1 img, .a-fadeUp.-sc1::after, .a-fadeUp.-sc1 img, .a-fadeDown.-sc1::after, .a-fadeDown.-sc1 img, .a-fadeLeft.-sc1::after, .a-fadeLeft.-sc1 img, .a-fadeRight.-sc1::after, .a-fadeRight.-sc1 img, .a-flipDown.-sc1::after, .a-flipDown.-sc1 img, .a-flipLeft.-sc1::after, .a-flipLeft.-sc1 img, .a-flipRight.-sc1::after, .a-flipRight.-sc1 img, .a-rotateRight.-sc1::after, .a-rotateRight.-sc1 img, .a-moveUp.-sc1::after, .a-moveUp.-sc1 img, .a-moveDown.-sc1::after, .a-moveDown.-sc1 img, .a-moveLoop.-sc1::after, .a-moveLoop.-sc1 img, .a-scOutImg.-sc1::after, .a-scOutImg.-sc1 img, .a-underLine.-sc1::after, .a-underLine.-sc1 img, .a-imgMono.-sc1::after, .a-imgMono.-sc1 img, .a-imgColor.-sc1::after, .a-imgColor.-sc1 img, .a-imgChange .no1.-sc1::after, .a-imgChange .no1.-sc1 img, .a-imgChange .no2.-sc1::after, .a-imgChange .no2.-sc1 img, .a-imgChange .no3.-sc1::after, .a-imgChange .no3.-sc1 img, .a-fade-blur.-sc1::after, .a-fade-blur.-sc1 img, .a-bird_r.-sc1::after, .a-bird_r.-sc1 img, .a-bird_l01.-sc1::after, .a-bird_l01.-sc1 img, .a-bird_l02.-sc1::after, .a-bird_l02.-sc1 img, .a-purupuru.-sc1::after, .a-purupuru.-sc1 img, .a-fviewOutImg.-sc1::after, .a-fviewOutImg.-sc1 img, .a-fviewInImg.-sc1::after, .a-fviewInImg.-sc1 img {
  animation-timeline: view();
  animation-range: entry 10% contain 35%;
}
.a-bg-color.-sc2, .a-text-color.-sc2, .a-rotate-bg.-sc2, .a-fade.-sc2, .a-fadeUp.-sc2, .a-fadeDown.-sc2, .a-fadeLeft.-sc2, .a-fadeRight.-sc2, .a-flipDown.-sc2, .a-flipLeft.-sc2, .a-flipRight.-sc2, .a-rotateRight.-sc2, .a-moveUp.-sc2, .a-moveDown.-sc2, .a-moveLoop.-sc2, .a-scOutImg.-sc2, .a-underLine.-sc2, .a-imgMono.-sc2, .a-imgColor.-sc2, .a-imgChange .no1.-sc2, .a-imgChange .no2.-sc2, .a-imgChange .no3.-sc2, .a-fade-blur.-sc2, .a-bird_r.-sc2, .a-bird_l01.-sc2, .a-bird_l02.-sc2, .a-purupuru.-sc2, .a-fviewOutImg.-sc2, .a-fviewInImg.-sc2 {
  animation-timeline: view();
  animation-range: entry 15% contain 40%;
}
.a-bg-color.-sc2::after, .a-bg-color.-sc2 img, .a-text-color.-sc2::after, .a-text-color.-sc2 img, .a-rotate-bg.-sc2::after, .a-rotate-bg.-sc2 img, .a-fade.-sc2::after, .a-fade.-sc2 img, .a-fadeUp.-sc2::after, .a-fadeUp.-sc2 img, .a-fadeDown.-sc2::after, .a-fadeDown.-sc2 img, .a-fadeLeft.-sc2::after, .a-fadeLeft.-sc2 img, .a-fadeRight.-sc2::after, .a-fadeRight.-sc2 img, .a-flipDown.-sc2::after, .a-flipDown.-sc2 img, .a-flipLeft.-sc2::after, .a-flipLeft.-sc2 img, .a-flipRight.-sc2::after, .a-flipRight.-sc2 img, .a-rotateRight.-sc2::after, .a-rotateRight.-sc2 img, .a-moveUp.-sc2::after, .a-moveUp.-sc2 img, .a-moveDown.-sc2::after, .a-moveDown.-sc2 img, .a-moveLoop.-sc2::after, .a-moveLoop.-sc2 img, .a-scOutImg.-sc2::after, .a-scOutImg.-sc2 img, .a-underLine.-sc2::after, .a-underLine.-sc2 img, .a-imgMono.-sc2::after, .a-imgMono.-sc2 img, .a-imgColor.-sc2::after, .a-imgColor.-sc2 img, .a-imgChange .no1.-sc2::after, .a-imgChange .no1.-sc2 img, .a-imgChange .no2.-sc2::after, .a-imgChange .no2.-sc2 img, .a-imgChange .no3.-sc2::after, .a-imgChange .no3.-sc2 img, .a-fade-blur.-sc2::after, .a-fade-blur.-sc2 img, .a-bird_r.-sc2::after, .a-bird_r.-sc2 img, .a-bird_l01.-sc2::after, .a-bird_l01.-sc2 img, .a-bird_l02.-sc2::after, .a-bird_l02.-sc2 img, .a-purupuru.-sc2::after, .a-purupuru.-sc2 img, .a-fviewOutImg.-sc2::after, .a-fviewOutImg.-sc2 img, .a-fviewInImg.-sc2::after, .a-fviewInImg.-sc2 img {
  animation-timeline: view();
  animation-range: entry 15% contain 40%;
}
.a-bg-color.-sc3, .a-text-color.-sc3, .a-rotate-bg.-sc3, .a-fade.-sc3, .a-fadeUp.-sc3, .a-fadeDown.-sc3, .a-fadeLeft.-sc3, .a-fadeRight.-sc3, .a-flipDown.-sc3, .a-flipLeft.-sc3, .a-flipRight.-sc3, .a-rotateRight.-sc3, .a-moveUp.-sc3, .a-moveDown.-sc3, .a-moveLoop.-sc3, .a-scOutImg.-sc3, .a-underLine.-sc3, .a-imgMono.-sc3, .a-imgColor.-sc3, .a-imgChange .no1.-sc3, .a-imgChange .no2.-sc3, .a-imgChange .no3.-sc3, .a-fade-blur.-sc3, .a-bird_r.-sc3, .a-bird_l01.-sc3, .a-bird_l02.-sc3, .a-purupuru.-sc3, .a-fviewOutImg.-sc3, .a-fviewInImg.-sc3 {
  animation-timeline: view();
  animation-range: entry 20% contain 45%;
}
.a-bg-color.-sc3::after, .a-bg-color.-sc3 img, .a-text-color.-sc3::after, .a-text-color.-sc3 img, .a-rotate-bg.-sc3::after, .a-rotate-bg.-sc3 img, .a-fade.-sc3::after, .a-fade.-sc3 img, .a-fadeUp.-sc3::after, .a-fadeUp.-sc3 img, .a-fadeDown.-sc3::after, .a-fadeDown.-sc3 img, .a-fadeLeft.-sc3::after, .a-fadeLeft.-sc3 img, .a-fadeRight.-sc3::after, .a-fadeRight.-sc3 img, .a-flipDown.-sc3::after, .a-flipDown.-sc3 img, .a-flipLeft.-sc3::after, .a-flipLeft.-sc3 img, .a-flipRight.-sc3::after, .a-flipRight.-sc3 img, .a-rotateRight.-sc3::after, .a-rotateRight.-sc3 img, .a-moveUp.-sc3::after, .a-moveUp.-sc3 img, .a-moveDown.-sc3::after, .a-moveDown.-sc3 img, .a-moveLoop.-sc3::after, .a-moveLoop.-sc3 img, .a-scOutImg.-sc3::after, .a-scOutImg.-sc3 img, .a-underLine.-sc3::after, .a-underLine.-sc3 img, .a-imgMono.-sc3::after, .a-imgMono.-sc3 img, .a-imgColor.-sc3::after, .a-imgColor.-sc3 img, .a-imgChange .no1.-sc3::after, .a-imgChange .no1.-sc3 img, .a-imgChange .no2.-sc3::after, .a-imgChange .no2.-sc3 img, .a-imgChange .no3.-sc3::after, .a-imgChange .no3.-sc3 img, .a-fade-blur.-sc3::after, .a-fade-blur.-sc3 img, .a-bird_r.-sc3::after, .a-bird_r.-sc3 img, .a-bird_l01.-sc3::after, .a-bird_l01.-sc3 img, .a-bird_l02.-sc3::after, .a-bird_l02.-sc3 img, .a-purupuru.-sc3::after, .a-purupuru.-sc3 img, .a-fviewOutImg.-sc3::after, .a-fviewOutImg.-sc3 img, .a-fviewInImg.-sc3::after, .a-fviewInImg.-sc3 img {
  animation-timeline: view();
  animation-range: entry 20% contain 45%;
}
.a-bg-color.-sc4, .a-text-color.-sc4, .a-rotate-bg.-sc4, .a-fade.-sc4, .a-fadeUp.-sc4, .a-fadeDown.-sc4, .a-fadeLeft.-sc4, .a-fadeRight.-sc4, .a-flipDown.-sc4, .a-flipLeft.-sc4, .a-flipRight.-sc4, .a-rotateRight.-sc4, .a-moveUp.-sc4, .a-moveDown.-sc4, .a-moveLoop.-sc4, .a-scOutImg.-sc4, .a-underLine.-sc4, .a-imgMono.-sc4, .a-imgColor.-sc4, .a-imgChange .no1.-sc4, .a-imgChange .no2.-sc4, .a-imgChange .no3.-sc4, .a-fade-blur.-sc4, .a-bird_r.-sc4, .a-bird_l01.-sc4, .a-bird_l02.-sc4, .a-purupuru.-sc4, .a-fviewOutImg.-sc4, .a-fviewInImg.-sc4 {
  animation-timeline: view();
  animation-range: entry 25% contain 50%;
}
.a-bg-color.-sc4::after, .a-bg-color.-sc4 img, .a-text-color.-sc4::after, .a-text-color.-sc4 img, .a-rotate-bg.-sc4::after, .a-rotate-bg.-sc4 img, .a-fade.-sc4::after, .a-fade.-sc4 img, .a-fadeUp.-sc4::after, .a-fadeUp.-sc4 img, .a-fadeDown.-sc4::after, .a-fadeDown.-sc4 img, .a-fadeLeft.-sc4::after, .a-fadeLeft.-sc4 img, .a-fadeRight.-sc4::after, .a-fadeRight.-sc4 img, .a-flipDown.-sc4::after, .a-flipDown.-sc4 img, .a-flipLeft.-sc4::after, .a-flipLeft.-sc4 img, .a-flipRight.-sc4::after, .a-flipRight.-sc4 img, .a-rotateRight.-sc4::after, .a-rotateRight.-sc4 img, .a-moveUp.-sc4::after, .a-moveUp.-sc4 img, .a-moveDown.-sc4::after, .a-moveDown.-sc4 img, .a-moveLoop.-sc4::after, .a-moveLoop.-sc4 img, .a-scOutImg.-sc4::after, .a-scOutImg.-sc4 img, .a-underLine.-sc4::after, .a-underLine.-sc4 img, .a-imgMono.-sc4::after, .a-imgMono.-sc4 img, .a-imgColor.-sc4::after, .a-imgColor.-sc4 img, .a-imgChange .no1.-sc4::after, .a-imgChange .no1.-sc4 img, .a-imgChange .no2.-sc4::after, .a-imgChange .no2.-sc4 img, .a-imgChange .no3.-sc4::after, .a-imgChange .no3.-sc4 img, .a-fade-blur.-sc4::after, .a-fade-blur.-sc4 img, .a-bird_r.-sc4::after, .a-bird_r.-sc4 img, .a-bird_l01.-sc4::after, .a-bird_l01.-sc4 img, .a-bird_l02.-sc4::after, .a-bird_l02.-sc4 img, .a-purupuru.-sc4::after, .a-purupuru.-sc4 img, .a-fviewOutImg.-sc4::after, .a-fviewOutImg.-sc4 img, .a-fviewInImg.-sc4::after, .a-fviewInImg.-sc4 img {
  animation-timeline: view();
  animation-range: entry 25% contain 50%;
}
.a-bg-color.-loop, .a-text-color.-loop, .a-rotate-bg.-loop, .a-fade.-loop, .a-fadeUp.-loop, .a-fadeDown.-loop, .a-fadeLeft.-loop, .a-fadeRight.-loop, .a-flipDown.-loop, .a-flipLeft.-loop, .a-flipRight.-loop, .a-rotateRight.-loop, .a-moveUp.-loop, .a-moveDown.-loop, .a-moveLoop.-loop, .a-scOutImg.-loop, .a-underLine.-loop, .a-imgMono.-loop, .a-imgColor.-loop, .a-imgChange .no1.-loop, .a-imgChange .no2.-loop, .a-imgChange .no3.-loop, .a-fade-blur.-loop, .a-bird_r.-loop, .a-bird_l01.-loop, .a-bird_l02.-loop, .a-purupuru.-loop, .a-fviewOutImg.-loop, .a-fviewInImg.-loop {
  animation-iteration-count: infinite;
}
.a-bg-color.-loop::after, .a-bg-color.-loop img, .a-text-color.-loop::after, .a-text-color.-loop img, .a-rotate-bg.-loop::after, .a-rotate-bg.-loop img, .a-fade.-loop::after, .a-fade.-loop img, .a-fadeUp.-loop::after, .a-fadeUp.-loop img, .a-fadeDown.-loop::after, .a-fadeDown.-loop img, .a-fadeLeft.-loop::after, .a-fadeLeft.-loop img, .a-fadeRight.-loop::after, .a-fadeRight.-loop img, .a-flipDown.-loop::after, .a-flipDown.-loop img, .a-flipLeft.-loop::after, .a-flipLeft.-loop img, .a-flipRight.-loop::after, .a-flipRight.-loop img, .a-rotateRight.-loop::after, .a-rotateRight.-loop img, .a-moveUp.-loop::after, .a-moveUp.-loop img, .a-moveDown.-loop::after, .a-moveDown.-loop img, .a-moveLoop.-loop::after, .a-moveLoop.-loop img, .a-scOutImg.-loop::after, .a-scOutImg.-loop img, .a-underLine.-loop::after, .a-underLine.-loop img, .a-imgMono.-loop::after, .a-imgMono.-loop img, .a-imgColor.-loop::after, .a-imgColor.-loop img, .a-imgChange .no1.-loop::after, .a-imgChange .no1.-loop img, .a-imgChange .no2.-loop::after, .a-imgChange .no2.-loop img, .a-imgChange .no3.-loop::after, .a-imgChange .no3.-loop img, .a-fade-blur.-loop::after, .a-fade-blur.-loop img, .a-bird_r.-loop::after, .a-bird_r.-loop img, .a-bird_l01.-loop::after, .a-bird_l01.-loop img, .a-bird_l02.-loop::after, .a-bird_l02.-loop img, .a-purupuru.-loop::after, .a-purupuru.-loop img, .a-fviewOutImg.-loop::after, .a-fviewOutImg.-loop img, .a-fviewInImg.-loop::after, .a-fviewInImg.-loop img {
  animation-iteration-count: infinite;
}
.a-bg-color.-sh, .a-text-color.-sh, .a-rotate-bg.-sh, .a-fade.-sh, .a-fadeUp.-sh, .a-fadeDown.-sh, .a-fadeLeft.-sh, .a-fadeRight.-sh, .a-flipDown.-sh, .a-flipLeft.-sh, .a-flipRight.-sh, .a-rotateRight.-sh, .a-moveUp.-sh, .a-moveDown.-sh, .a-moveLoop.-sh, .a-scOutImg.-sh, .a-underLine.-sh, .a-imgMono.-sh, .a-imgColor.-sh, .a-imgChange .no1.-sh, .a-imgChange .no2.-sh, .a-imgChange .no3.-sh, .a-fade-blur.-sh, .a-bird_r.-sh, .a-bird_l01.-sh, .a-bird_l02.-sh, .a-purupuru.-sh, .a-fviewOutImg.-sh, .a-fviewInImg.-sh {
  filter: drop-shadow(2px 2px 2px gray);
}

.a {
  /* ----------------------------
  ・flipDownAnime： 下回転
  ----------------------------- */
  /* --------------------------------
  ・flipLeftAnime： 左回転
  -------------------------------- */
  /* --------------------------------
  ・flipRightAnime：右回転
  -------------------------------- */
}
.a-flipDown {
  animation-name: flipDownAnime;
  animation-fill-mode: forwards;
  opacity: 0;
}
.a-flipDown img {
  transition: 1s all;
}
@keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
.a-flipLeft {
  animation-name: flipLeftAnime;
  animation-fill-mode: forwards;
  opacity: 0;
}
.a-flipLeft img {
  transition: 1s all;
}
@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
.a-flipRight {
  animation-name: flipRightAnime;
  animation-fill-mode: forwards;
  opacity: 0;
}
.a-flipRight img {
  transition: 1s all;
}
@keyframes flipRightAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    background-position: 0 top;
  }
  100% {
    background-position: 0 bottom;
  }
}
@keyframes slideDown {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 0 top;
  }
}
@keyframes slideRight {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
@keyframes slideLeft {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}
@keyframes slideLeft-ver02 {
  0% {
    left: 0;
  }
  100% {
    left: 50%;
  }
}
/* ---------------------------------
    画像スライド > →
--------------------------------- */
.a-slideRightImg {
  overflow: hidden;
  transition: 10s all;
}
.a-slideRightImg::after {
  animation-name: slideRight;
  animation-fill-mode: forwards;
  animation-duration: 20s;
}

/* ---------------------------------
    画像スライド > ←
--------------------------------- */
.a-slideLeftImg {
  overflow: hidden;
  transition: 4s all;
}
.a-slideLeftImg::after {
  top: 1px !important;
  animation-name: slideLeft;
  animation-fill-mode: forwards;
  animation-duration: 5s;
}
.a-slideLeftImg.-ver02::after {
  animation-name: slideLeft-ver02;
  animation-fill-mode: forwards;
  animation-duration: 30s;
}

/* ---------------------------------
    画像スライド > ↑
--------------------------------- */
.a-slideUpImg {
  overflow: hidden;
  transition: 4s all;
}
.a-slideUpImg::after {
  animation-name: slideUp;
  animation-fill-mode: forwards;
  animation-duration: 5s;
}

/* ---------------------------------
    画像スライド > ↓
--------------------------------- */
.a-slideDownImg {
  overflow: hidden;
  transition: 4s all;
}
.a-slideDownImg::after {
  animation-name: slideDown;
  animation-fill-mode: forwards;
  animation-duration: 5s;
}

/* ----------------------------
    背景要素に色を順番に付与する。
---------------------------- */
.a-bg-color {
  animation: bg-color-bg 5s infinite;
}

@keyframes bg-color-bg {
  0% {
    background-color: #a356af;
  }
  15% {
    background-color: #7481cd;
  }
  30% {
    background-color: #d22c91;
  }
  45% {
    background-color: #a356af;
  }
  60% {
    background-color: #7481cd;
  }
  75% {
    background-color: #4ca5e6;
  }
  85% {
    background-color: #7481cd;
  }
  100% {
    background-color: #a356af;
  }
}
.a-text-color {
  animation: bg-color-text 5s infinite;
}

@keyframes bg-color-text {
  0% {
    color: #a356af;
  }
  15% {
    color: #7481cd;
  }
  30% {
    color: #d22c91;
  }
  45% {
    color: #a356af;
  }
  60% {
    color: #7481cd;
  }
  75% {
    color: #4ca5e6;
  }
  85% {
    color: #7481cd;
  }
  100% {
    color: #a356af;
  }
}
/* ---------------------------------------------------
    背景画像（.c-content.-imgBg .imgBox）をスライドさせる
--------------------------------------------------- */
.a-rotate-bg {
  animation: rotate-bg 10s infinite;
}

@keyframes rotate-bg {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scroll-onLogo {
  0% {
    pointer-events: none;
    opacity: 0;
  }
  49% {
    pointer-events: all;
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll-onNav {
  0% {
    pointer-events: none;
    opacity: 0;
  }
  29% {
    pointer-events: all;
    opacity: 0.9;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll-onBtn {
  0% {
    pointer-events: none;
    opacity: 0;
  }
  10% {
    pointer-events: all;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media (width >= 768px) {
  .a-scroll-on {
    opacity: 0;
    animation: scroll-onNav;
    animation-timeline: scroll();
    animation-range: cover 0% cover 100%;
  }
}

/* ---------------------------------
    画像：ホバー > 画像拡大
--------------------------------- */
.a-zoomImg .imgBox {
  overflow: hidden;
  transition: 3s all;
}
.a-zoomImg .imgBox img {
  transform: scale(1.01);
  transition: 1s all;
}
.a-zoomImg:hover .imgBox img {
  transform: scale(1.05);
}
.a-zoomImg:hover a {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.34);
}
.a-zoomImg.-after img {
  overflow: hidden;
}
.a-zoomImg.-after::after {
  transform: scale(1.01);
  transition: 1s all;
}
.a-zoomImg.-after:hover::after {
  transform: scale(1.05);
}

/* ---------------------------------
    ファーストビュー > 画像縮小
--------------------------------- */
.a-fviewOutImg {
  overflow: hidden;
  transition: 4s all;
}
.a-fviewOutImg img {
  animation-name: ZoomOut;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  transform: scale(1.01);
}

@keyframes ZoomOut {
  0% {
    transform: scale(1.1);
    opacity: 0.95;
  }
  100% {
    transform: scale(1.01);
    opacity: 1;
  }
}
/* ---------------------------------
    ファーストビュー > 画像拡大
--------------------------------- */
.a-fviewInImg {
  overflow: hidden;
  transition: 4s all;
}
.a-fviewInImg img {
  animation-name: ZoomIn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  transform: scale(1.01);
}

@keyframes ZoomIn {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.95;
  }
}
/* ---------------------------------
    スクロール > 画像拡大
--------------------------------- */
.a-scOutImg {
  width: 100%;
  overflow: hidden;
  transition: 4s all;
}
.a-scOutImg img {
  animation-name: ZoomOut;
  animation-fill-mode: forwards;
  transform: scale(1.5);
}

/* -----------------------------------------
    animation-range: entry -20% contain 40%;
    画面の-20%下方から変化を開始、
    画面の40%に到達したときに変化が終了する。
----------------------------------------- */
.a {
  /* ---------------------------------------
      通常のfadeアニメーション
  --------------------------------------- */
  /* ---------------------------------------
      fadeUPアニメーション
  --------------------------------------- */
  /* ---------------------------------------
      fadeDownアニメーション
  --------------------------------------- */
  /* ---------------------------------------
      fadeRightアニメーション
  --------------------------------------- */
  /* ---------------------------------------
      fadeLeftアニメーション
  --------------------------------------- */
}
.a-fade {
  opacity: 0;
  animation-name: fadeAnime;
  perspective-origin: left center;
  animation-fill-mode: forwards;
}
@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.a-fadeUp {
  opacity: 0;
  animation-name: fadeUpAnime;
  perspective-origin: left center;
  animation-fill-mode: forwards;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.a-fadeDown {
  opacity: 0;
  animation-name: fadeDownAnime;
  perspective-origin: left center;
  animation-fill-mode: forwards;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.a-fadeRight {
  opacity: 0;
  animation-name: fadeRightAnime;
  animation-fill-mode: forwards;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.a-fadeLeft {
  opacity: 0;
  animation-name: fadeLeftAnime;
  animation-fill-mode: forwards;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.a {
  /* ---------------------------------------
      大きくなるアニメーション
  --------------------------------------- */
  /* ---------------------------------------
      小さくなるアニメーション
  --------------------------------------- */
  /* ---------------------------------------
      小さくなるアニメーション
  --------------------------------------- */
}
.a-moveUp {
  animation-name: moveUpAnime;
}
@keyframes moveUpAnime {
  0% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(0px) scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }
}
.a-moveDown {
  animation-name: moveDownAnime;
}
@keyframes moveDownAnime {
  0% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(0px) scale(0.9);
    opacity: 0.8;
  }
  100% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }
}
.a-moveLoop {
  animation-name: moveLoopAnime;
}
@keyframes moveLoopAnime {
  0% {
    transform: translateY(0px) scale(0.9);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.9);
    opacity: 1;
  }
  50% {
    transform: translateY(0px) scale(1);
    opacity: 0.9;
  }
  80% {
    transform: translateY(0px) scale(0.9);
    opacity: 1;
  }
  100% {
    transform: translateY(0px) scale(0.9);
    opacity: 1;
  }
}

.a {
  /* ---------------------------------------
      fade-Imgアニメーション
  --------------------------------------- */
  /* ---------------------------------------
      カラー → 白黒反転アニメーション
  --------------------------------------- */
  /* ---------------------------------------
      白黒 → カラー反転アニメーション
  --------------------------------------- */
}
.a-imgChange .bg {
  position: relative;
}
.a-imgChange .no1,
.a-imgChange .no2,
.a-imgChange .no3 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation-name: ImagesChangeAnime;
  animation-fill-mode: forwards;
}
@keyframes ImagesChangeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.a-imgMono {
  animation-name: monochrome;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  transition: all 0.3s;
}
.a-imgMono:hover {
  animation-name: vivid;
}
@keyframes monochrome {
  0% {
    filter: grayscale(0%);
  }
  100% {
    filter: grayscale(100%);
  }
}
.a-imgVivid {
  animation-name: vivid;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  transition: all 0.3s;
}
.a-imgVivid:hover {
  animation-name: vivid;
}
@keyframes vivid {
  0% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0%);
  }
}

.a {
  /* ---------------------------------------------------------
      テキストに下線を引くアニメーション
      animation > common配下の【.-sc~】クラスを使用してください。
  --------------------------------------------------------- */
}
.a-underLine {
  position: relative;
}
.a-underLine::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: #bcd537;
  z-index: -1;
  animation: underLineAnime linear both;
}
@keyframes underLineAnime {
  0% {
    transform: scale(0, 1);
    transform-origin: left top;
  }
  20% {
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
  }
}

/*　-------------------------------------------
    ここにはオリジナルアニメーションを記述すること。
-------------------------------------------- */
.a {
  /* -----------------------------------------------
      fade + ぼかし
  ------------------------------------------------*/
  /* ---------------------------------
      ファーストビュー > 画像縮小, 拡大

      → _slider.scssに移動
  --------------------------------- */
  /* ---------------------------------------
      鳥の着地または飛び立つ動き
  --------------------------------------- */
  /* ---------------------------------------
      プルプル動く
  --------------------------------------- */
}
.a-fade-blur {
  overflow: hidden;
}
.a-fade-blur img {
  animation: fview-fadeIn 1s both;
}
@keyframes fview-fadeIn {
  0% {
    transform: scale(1);
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    transform: scale(1.05);
    opacity: 1;
    filter: blur(0);
  }
}
.a-bird_l01 {
  animation-name: birdLeftAnime01;
  animation-fill-mode: cubic-bezier(0, 1.13, 0.84, 0.39);
}
.a-bird_l02 {
  animation-name: birdLeftAnime02;
  animation-fill-mode: cubic-bezier(0, 1.13, 0.84, 0.39);
}
@keyframes birdLeftAnime01 {
  0% {
    opacity: 0;
    transform: translate(-200px, -10px) scale(0);
  }
  10% {
    transform: translate(-200px, -10px) scale(0.3);
  }
  40% {
    opacity: 0.5;
    transform: translate(-50px, 20px) scale(0.75);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes birdLeftAnime02 {
  0% {
    opacity: 0;
    transform: translate(-100px, 10px) scale(0);
  }
  10% {
    transform: translate(-100px, 10px) scale(0.3);
  }
  40% {
    opacity: 0.5;
    transform: translate(-50px, 0px) scale(0.75);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px) scale(1);
  }
}
.a-bird_r {
  animation-name: birdRightAnime;
  animation-fill-mode: cubic-bezier(0, 1.13, 0.84, 0.39);
}
@keyframes birdRightAnime {
  0% {
    opacity: 0;
    transform: translate(200px, -10px) scale(0);
  }
  10% {
    transform: translate(200px, -10px) scale(0.3);
  }
  40% {
    opacity: 0.5;
    transform: translate(50px, 20px) scale(0.75);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px) scale(1);
  }
}
.a-purupuru {
  display: inline-block;
  animation-name: purupuru;
  animation-fill-mode: forwards;
}
@keyframes purupuru {
  0% {
    transform: scale(1, 0.9) translate(0%, 0%);
  }
  10% {
    transform: scale(1, 1.2) translate(0%, 0%) skew(0deg, 0deg);
  }
  15% {
    transform: scale(1, 0.9) translate(0%, 0%) skew(0deg, 0deg);
  }
  20% {
    transform: scale(1, 1.1) translate(0%, 0%) skew(0deg, 0deg);
  }
  40% {
    transform: scale(1, 0.9) translate(0%, 0%) skew(0deg, 0deg);
  }
  50% {
    transform: scale(1, 1.1) translate(0%, 0%) skew(0deg, 0deg);
  }
  55% {
    transform: scale(1, 0.9) translate(0%, 0%) skew(0deg, 0deg);
  }
  60% {
    transform: scale(1, 1.1) translate(0%, 0%) skew(0deg, 0deg);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%) skew(0deg, 0deg);
  }
  90% {
    transform: scale(1, 1) translate(0%, 0%) skew(0deg, 0deg);
  }
  100% {
    transform: scale(1, 0.9) translate(0%, 0%);
  }
}

/* ---------------------------------------
飯能LP
--------------------------------------- */
.title {
  -webkit-animation: wind 8s ease 0s infinite;
  animation: wind 8s ease 0s infinite;
}

@keyframes wind {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(10px);
  }
  66.66667% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes wind {
  0% {
    -webkit-transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(10px);
  }
  66.66667% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
.ha {
  animation-delay: 2s;
}

.n {
  animation-delay: 4s;
}

.no {
  animation-delay: 6s;
}

.u {
  animation-delay: 8s;
}

.de {
  animation-delay: 2s;
}

.ten {
  animation-delay: 4s;
}

.shi {
  animation-delay: 6s;
}

.ze {
  animation-delay: 8s;
}

.n2 {
  animation-delay: 2s;
}

.to {
  animation-delay: 4s;
}

.ku {
  animation-delay: 6s;
}

.ra {
  animation-delay: 8s;
}

.su {
  animation-delay: 2s;
}

.km-container.shop_detail.-maeda .jk-detail_recommendInner .Ranking-none {
  display: none;
}
.km-container.shop_detail.-maeda .jk-detail_recommendInner .jk-list3Line_ttl {
  height: 37px !important;
}
@media (width >= 768px) {
  .km-container.shop_detail.-maeda .jk-detail_recommendInner .jk-list3Line_ttl {
    height: 24px !important;
  }
}/*# sourceMappingURL=style.css.map */