@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  margin: 0;
  scroll-behavior: smooth;
}

body,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

body {
  width: 100%;
  overflow-x: hidden;
  animation: fadeAnime 2s forwards;
}

img {
  width: 100%;
  height: auto;
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  vertical-align: bottom;
}

a {
  display: block;
  height: 100%;
  text-decoration: none;
}

h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}

.landScape {
  position: relative;
}
.landScapeIcon {
  display: block;
  position: absolute;
  top: 54%;
  left: 10px;
}
.landScapeIcon img {
  max-width: 100%;
  height: auto;
}
.border-radius-0{
	border-radius:0!important;
}
/*
.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}*/
@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) {
  .landScapeIcon {
    display: block;
    position: absolute;
    top: 33%;
    left: 10px;
  }
  .landScapeIcon img {
    max-width: 70%;
    height: auto;
  }
  .my-5.py-5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .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/BebasNeue-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "e-font02";
  src: url("../fonts/impact.ttf") format("truetype");
}
@font-face {
  font-family: "e-font03";
  src: url("../fonts/EBGaramond-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "mincho-font01";
  src: url("../fonts/ShipporiMincho-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "gothic-font01";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
label,
button {
  color: #333333;
  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.-border_top,
h2.-border_top,
h3.-border_top,
h4.-border_top,
h5.-border_top,
h6.-border_top,
p.-border_top,
a.-border_top,
span.-border_top,
label.-border_top,
button.-border_top {
  position: relative;
  width: 100%;
  padding-top: 0.5%;
}
h1.-border_top::before,
h2.-border_top::before,
h3.-border_top::before,
h4.-border_top::before,
h5.-border_top::before,
h6.-border_top::before,
p.-border_top::before,
a.-border_top::before,
span.-border_top::before,
label.-border_top::before,
button.-border_top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333333;
}
h1.-border_btm,
h2.-border_btm,
h3.-border_btm,
h4.-border_btm,
h5.-border_btm,
h6.-border_btm,
p.-border_btm,
a.-border_btm,
span.-border_btm,
label.-border_btm,
button.-border_btm {
  position: relative;
  width: 100%;
  padding-top: 0.5%;
  padding-bottom: 1%;
}
h1.-border_btm::after,
h2.-border_btm::after,
h3.-border_btm::after,
h4.-border_btm::after,
h5.-border_btm::after,
h6.-border_btm::after,
p.-border_btm::after,
a.-border_btm::after,
span.-border_btm::after,
label.-border_btm::after,
button.-border_btm::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333333;
}
h1.-border_color,
h2.-border_color,
h3.-border_color,
h4.-border_color,
h5.-border_color,
h6.-border_color,
p.-border_color,
a.-border_color,
span.-border_color,
label.-border_color,
button.-border_color {
  position: relative;
  width: 100%;
}
h1.-border_color::after,
h2.-border_color::after,
h3.-border_color::after,
h4.-border_color::after,
h5.-border_color::after,
h6.-border_color::after,
p.-border_color::after,
a.-border_color::after,
span.-border_color::after,
label.-border_color::after,
button.-border_color::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ffff00;
  z-index: -1;
}
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.-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-0_5,
h2.-lh-0_5,
h3.-lh-0_5,
h4.-lh-0_5,
h5.-lh-0_5,
h6.-lh-0_5,
p.-lh-0_5,
a.-lh-0_5,
span.-lh-0_5,
label.-lh-0_5,
button.-lh-0_5 {
  line-height: 0.5;
}
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_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-0_5,
  h2.-lh-0_5,
  h3.-lh-0_5,
  h4.-lh-0_5,
  h5.-lh-0_5,
  h6.-lh-0_5,
  p.-lh-0_5,
  a.-lh-0_5,
  span.-lh-0_5,
  label.-lh-0_5,
  button.-lh-0_5 {
    line-height: 0.5;
  }
}
@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;
}
h1.-sh,
h2.-sh,
h3.-sh,
h4.-sh,
h5.-sh,
h6.-sh,
p.-sh,
a.-sh,
span.-sh,
label.-sh,
button.-sh {
  filter: drop-shadow(1px 1px 0px white) !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.-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.-color01,
h2.-color01,
h3.-color01,
h4.-color01,
h5.-color01,
h6.-color01,
p.-color01,
a.-color01,
span.-color01,
label.-color01,
button.-color01 {
  color: #ffff00 !important;
}
h1.-color02,
h2.-color02,
h3.-color02,
h4.-color02,
h5.-color02,
h6.-color02,
p.-color02,
a.-color02,
span.-color02,
label.-color02,
button.-color02 {
  color: #333333 !important;
}
h1.-color03,
h2.-color03,
h3.-color03,
h4.-color03,
h5.-color03,
h6.-color03,
p.-color03,
a.-color03,
span.-color03,
label.-color03,
button.-color03 {
  color: #599465 !important;
}
h1.-color04,
h2.-color04,
h3.-color04,
h4.-color04,
h5.-color04,
h6.-color04,
p.-color04,
a.-color04,
span.-color04,
label.-color04,
button.-color04 {
  color: #00c5d5 !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.12rem);
  }
}
@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.35rem);
  }
}
@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;
  }
}
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, 2.8rem);
  }
}
@media (768px >= width) {
  h1.s-LL.-s14,
  h2.s-LL.-s14,
  h3.s-LL.-s14,
  h4.s-LL.-s14,
  h5.s-LL.-s14,
  h6.s-LL.-s14,
  p.s-LL.-s14,
  a.s-LL.-s14,
  span.s-LL.-s14,
  label.s-LL.-s14,
  button.s-LL.-s14 {
    font-size: 1.4rem;
  }
}
@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;
  }
}
@media (768px >= width) {
  h1.s-LL.-s18,
  h2.s-LL.-s18,
  h3.s-LL.-s18,
  h4.s-LL.-s18,
  h5.s-LL.-s18,
  h6.s-LL.-s18,
  p.s-LL.-s18,
  a.s-LL.-s18,
  span.s-LL.-s18,
  label.s-LL.-s18,
  button.s-LL.-s18 {
    font-size: 1.8rem;
  }
}
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: #333333;
    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: #333333;
    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 (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 >= 1600px) {
  .mgb-20pc {
    margin-bottom: -20% !important;
  }
}

@media (width >= 1600px) {
  .mgb-10pc {
    margin-bottom: -10% !important;
  }
}

@media (width >= 1600px) {
  .mgb-5pc {
    margin-bottom: -5% !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) {
  .mgl-a_s {
    margin-left: auto !important;
  }
}

@media (768px >= width) {
  .mgl0s {
    margin-left: 0 !important;
  }
}

@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) {
  .mgl-a {
    margin-left: auto !important;
  }
}

@media (width >= 768px) {
  .mgl0 {
    margin-left: 0 !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) {
  .mgr-a_s {
    margin-right: auto !important;
  }
}

@media (768px >= width) {
  .mgr0s {
    margin-right: 0 !important;
  }
}

@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) {
  .mgr-a {
    margin-right: auto !important;
  }
}

@media (width >= 768px) {
  .mgr0 {
    margin-right: 0 !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;
  }
}

@media (width >= 768px) {
  .mgr15 {
    margin-right: 15% !important;
  }
}

/* ------------------------
　　　margin 上幅
------------------------ */
@media (width >= 768px) {
  .mgt-2 {
    margin-top: -2% !important;
  }
}

@media (width >= 768px) {
  .mgt-1 {
    margin-top: -1% !important;
  }
}

@media (width >= 768px) {
  .mgt2 {
    margin-top: 2% !important;
  }
}

@media (width >= 768px) {
  .mgt1 {
    margin-top: 1% !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 (768px >= width) {
  .pdt20s {
    padding-top: 20% !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;
  }
}

@media (width >= 768px) {
  .pdt20 {
    padding-top: 20% !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 (768px >= width) {
  .pdb20s {
    padding-bottom: 20% !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;
  }
}

@media (width >= 768px) {
  .pdb20 {
    padding-bottom: 20% !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;
}

.pd1 {
  padding: 1% !important;
}

.pd2 {
  padding: 2% !important;
}

.pd3 {
  padding: 3% !important;
}

.pd5 {
  padding: 5% !important;
}

/*!
 * 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;
}

/**
 * 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;
}

@media (width >= 768px) {
  .w1300 {
    width: 90% !important;
    margin: auto;
  }
}
@media (width >= 1100px) {
  .w1300 {
    width: 90% !important;
    max-width: 1300px;
  }
}

@media (width >= 768px) {
  .w1100 {
    width: 90% !important;
    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;
}

.w85 {
  width: 85%;
  margin: auto;
}

.w79 {
  width: 79%;
  margin: auto;
}

@media (768px >= width) {
  .w95s {
    width: 95% !important;
    margin: auto;
  }
}

@media (768px >= width) {
  .w90s {
    width: 90% !important;
    margin: auto;
  }
}

@media (768px >= width) {
  .w85s {
    width: 85% !important;
    margin: auto;
  }
}

@media (768px >= width) {
  .w75s {
    width: 75% !important;
    margin: auto;
  }
}

@media (768px >= width) {
  .w45s {
    width: 45% !important;
    margin: auto;
  }
}

@media (width >= 768px) {
  .w60 {
    width: 60% !important;
    margin: auto;
  }
}

@media (width >= 768px) {
  .w50 {
    width: 50% !important;
    margin: auto;
  }
}

@media (width >= 768px) {
  .w30 {
    width: 40% !important;
    margin: auto;
  }
}
@media (width >= 1000px) {
  .w30 {
    width: 30% !important;
  }
}

.w15 {
  width: 20% !important;
  margin: auto;
}
@media (width >= 768px) {
  .w15 {
    width: 20% !important;
    margin: auto;
  }
}
@media (width >= 1000px) {
  .w15 {
    width: 15% !important;
  }
}

.bannerArea {
  width: 60%;
  max-width: 400px;
  margin: auto;
}
@media (width >= 768px) {
  .bannerArea {
    width: 37%;
  }
}

.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 #ffff00;
}
@media (width >= 768px) {
  .c-borderBox.-double {
    border: 7px double #ffff00;
  }
}
.c-borderBox.-solid {
  border: 1px solid #333333;
}
@media (width >= 768px) {
  .c-borderBox.-solid {
    border: 2px solid #333333;
  }
}

.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: #333333;
  padding: 3% 0 6%;
  border-radius: 5px;
}
@media (width >= 768px) {
  .colorBox {
    padding: 3% 0 4%;
  }
}

.colorLabel {
  padding: 0.5% 0 0.8%;
  border-radius: 30px;
  transition: all 2s;
}
.colorLabel.-orange {
  background: #599465;
}
.colorLabel.-orange:hover {
  background: #333333;
}

.c-img.-part {
  width: 50%;
  margin-left: 0;
  margin-right: auto;
}
@media (width >= 768px) {
  .c-img.-part {
    width: 30%;
  }
}
@media (768px >= width) {
  .c-img.-part.-s01 {
    width: 27%;
  }
}
.c-img.-b-frame {
  border: 1px solid #d1d1d1;
  overflow: hidden;
}
.c-img.-b-frame.-left {
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  border-radius: 0 20px 20px 0;
}
.c-img.-b-frame.-right {
  border-top: 2px solid #333333;
  border-left: 2px solid #333333;
  border-bottom: 2px solid #333333;
  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-title.-pageTitle {
  width: 45%;
}
@media (width >= 768px) {
  .c-title.-pageTitle {
    width: 50%;
  }
}
.c-title.-contentTitle {
  width: 100%;
}
@media (width >= 768px) {
  .c-title.-contentTitle {
    width: 70%;
    margin: auto;
  }
}
.c-title.-top {
  width: 45%;
}
@media (width >= 768px) {
  .c-title.-top {
    width: 40%;
  }
}

.c-logo.-camp {
  width: 50%;
}
@media (768px >= width) {
  .c-logo.-camp {
    text-align: end;
  }
}
@media (width >= 768px) {
  .c-logo.-camp {
    width: 40%;
  }
}
.c-logo.-bbq {
  width: 50%;
}
@media (768px >= width) {
  .c-logo.-bbq {
    text-align: end;
  }
}
@media (width >= 768px) {
  .c-logo.-bbq {
    width: 40%;
    margin-right: 10%;
    margin-left: auto;
  }
}

@media (width >= 768px) {
  .c-prof {
    width: 50%;
    margin-right: auto;
    margin-left: 0;
  }
}

.-profLogo {
  position: relative;
}
.-profLogo::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 85%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 100px;
  background: url(../images/SVG/Ryutaro_Saito.svg);
  background-repeat: no-repeat;
}
@media (width >= 768px) {
  .-profLogo::after {
    top: 15%;
  }
}

.c-header {
  width: 100vw;
  height: auto;
  background: #ffffff;
}
.c-header.-fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0px 0px;
  box-sizing: border-box;
  transition: padding 0.3s;
  z-index: 999;
}
@media (width >= 768px) {
  .c-header.-fixed {
    padding: 15px 0px 0px;
  }
}
.c-header.-move {
  padding: 10px 0px 0px;
  box-sizing: border-box;
  transition: padding 0.3s;
  z-index: 999;
}
@media (width >= 768px) {
  .c-header.-move {
    padding: 15px 0px 0px;
  }
}
.c-header-wrapper {
  position: relative;
  align-items: center;
  width: 76%;
  margin: auto;
  height: auto;
}
@media (width >= 768px) {
  .c-header-wrapper {
    width: 85%;
    max-width: 1100px;
  }
}
@media (width >= 1600px) {
  .c-header-wrapper {
    width: 57.4%;
  }
}
.c-header-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #333333;
}
.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 {
  height: 100px;
}
@media (width >= 768px) {
  .c-header__popArea .c-header__lists li.logo {
    width: 72%;
    height: auto;
    background: rgba(0, 0, 0, 0.442);
  }
}
.c-header__popArea .c-header__lists li.c-header__contactArea {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
}
@media (width >= 768px) {
  .c-header__popArea .c-header__lists li.c-header__contactArea {
    width: 28%;
    height: 6.45vw;
    background: rgba(112, 134, 224, 0.333);
  }
}
.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 {
  grid-column: 1/3;
  grid-row: 2/3;
}
.c-header__popArea .c-header__lists li.c-header__contactArea::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40%;
  width: 1px;
  background: #333333;
}
.c-header__popArea .c-header__lists li.c-header__contactArea::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 98%;
  background: #333333;
}
.c-header__navArea .c-header__navLists {
  height: 100%;
}
@media (width >= 768px) {
  .c-header__navArea .c-header__navLists {
    display: flex;
    flex-wrap: nowrap;
  }
  .c-header__navArea .c-header__navLists li {
    position: relative;
    width: 12.5%;
    height: auto;
    padding: 2.1% 0;
  }
  .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: #333333;
  }
  .c-header__navArea .c-header__navLists li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background: #333333;
  }
  .c-header__navArea .c-header__navLists li a {
    display: block;
  }
}

.c-footer {
  width: 100vw;
  height: auto;
  margin-bottom: 25%;
}
@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: #333333;
}
.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: #333333;
}
.c-footer__contactArea .c-footer__contactLists::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #333333;
}
.c-footer__contactArea .c-footer__contactLists li {
  position: relative;
  width: 50%;
  height: auto;
  padding: 5% 0;
  transition: 0.5s all;
}
@media (width >= 768px) {
  .c-footer__contactArea .c-footer__contactLists li {
    width: 25%;
    padding: 4% 0;
  }
}
.c-footer__contactArea .c-footer__contactLists li:hover {
  background: #333333;
}
.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: #333333;
}
.c-footer__contactArea .c-footer__contactLists li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background: #333333;
}
.c-footer__contactArea .c-footer__contactLists li a {
  display: block;
}
.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;
  width: 33.3333333333%;
  height: auto;
  padding: 2.1% 0;
}
@media (width >= 768px) {
  .c-footer__navArea .c-footer__navLists li {
    width: 16.6666666667%;
  }
}
.c-footer__navArea .c-footer__navLists li:first-child::before {
  content: "";
  position: absolute;
  top: 59%;
  left: 0;
  transform: translateY(-50%);
  height: 40%;
  width: 1px;
  background: #333333;
}
@media (width >= 768px) {
  .c-footer__navArea .c-footer__navLists li:first-child::before {
    height: 25%;
  }
}
@media (768px >= width) {
  .c-footer__navArea .c-footer__navLists li:nth-child(5)::before {
    content: "";
    position: absolute;
    top: 59%;
    left: 0;
    transform: translateY(-50%);
    height: 40%;
    width: 1px;
    background: #333333;
  }
}
.c-footer__navArea .c-footer__navLists li::after {
  content: "";
  position: absolute;
  top: 59%;
  right: 0;
  transform: translateY(-50%);
  height: 40%;
  width: 1px;
  background: #333333;
}
@media (width >= 768px) {
  .c-footer__navArea .c-footer__navLists li::after {
    height: 25%;
  }
}
.c-footer__navArea .c-footer__navLists li a {
  display: block;
}
.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 #ffff00;
  background: #ffff00;
}
@media (width >= 768px) {
  .c-footer__btnArea label.popup.-color01 {
    color: #ffff00 !important;
    background: #ffffff;
  }
}
.c-footer__btnArea label.popup.-color01 span {
  color: #ffffff;
}
@media (width >= 768px) {
  .c-footer__btnArea label.popup.-color01 span {
    color: #ffff00;
  }
}
.c-footer__btnArea label.popup.-color01:hover {
  color: #ffffff !important;
  background: #ffff00 !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 #333333;
  background: #333333;
}
@media (width >= 768px) {
  .c-footer__btnArea label.popup.-color02 {
    color: #333333 !important;
    background: #ffffff;
  }
}
.c-footer__btnArea label.popup.-color02 span {
  color: #ffffff;
}
@media (width >= 768px) {
  .c-footer__btnArea label.popup.-color02 span {
    color: #333333;
  }
}
.c-footer__btnArea label.popup.-color02:hover {
  color: #ffffff !important;
  background: #333333 !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-hnav {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9999;
}
@media (width >= 768px) {
  .c-hnav {
    top: 2.5%;
    right: 2.5%;
  }
}
@media (width >= 1200px) {
  .c-hnav {
    top: 2.5%;
    right: 2.5%;
  }
}
.c-hnav__cheakbox {
  display: none;
}
.c-hnav__cheakbox:checked ~ .c-hnav__close {
  display: block;
  opacity: 0.6;
}
.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: 33px;
  height: 22px;
  vertical-align: middle;
}
@media (width >= 768px) {
  .c-hnav__button {
    width: 35px;
  }
}
.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: #333333;
  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: #333333;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.c-hnav__content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  /* ハンバーガーメニュー内の幅 */
  width: 51%;
  max-width: 190px;
  height: 100%;
  padding: 5% 4%;
  background: #ffffff;
  /* 滑らかに表示 */
  transition: 0.3s ease-in-out;
  transform: translateX(100%);
  z-index: 9999;
}
@media (width >= 768px) {
  .c-hnav__content {
    width: 33%;
    max-width: 250px;
    padding: 2% 1.5%;
  }
}
@media (width >= 1000px) {
  .c-hnav__content {
    width: 43%;
    max-width: 330px;
  }
}
.c-hnav__content li {
  padding-bottom: 1vh;
}
@media (width >= 768px) {
  .c-hnav__content li {
    padding-bottom: 1vh;
  }
}
.c-hnav__contactArea {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  height: 100px;
  border: 1px solid #333333;
  position: relative;
}
@media (width >= 768px) {
  .c-hnav__contactArea {
    height: 120px;
  }
}
.c-hnav__contactArea .c-hnav__top {
  grid-column: 1/3;
  grid-row: 1/2;
}
.c-hnav__contactArea .c-hnav__bottom {
  grid-column: 1/3;
  grid-row: 2/3;
}
.c-hnav__contactArea::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 98%;
  background: #333333;
}

.navItem {
  position: relative;
}
.navItem_main {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media (width >= 768px) {
  .navItem_main {
    top: 40%;
  }
}
.navItem_sub {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.navItem_sub02 {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media (width >= 768px) {
  .navItem_sub02 {
    top: 72%;
  }
}
.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_footer span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.c-container {
  width: 100vw;
  height: auto;
}

.c-contents {
  position: relative;
}
.c-contents-inner {
  width: 90%;
  margin: auto;
}
@media (width >= 768px) {
  .c-contents-inner {
    width: 95%;
    max-width: 1100px;
  }
}
@media (768px >= width) {
  .c-contents .imgBox.-sp {
    width: 100vw;
    height: 710px;
  }
}
.c-contents.-f-view {
  position: relative;
}
.c-contents.-f-view .imgBox.-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/mv0801SP.jpg?0801);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  z-index: -1;
}
@media (width >= 768px) {
  .c-contents.-f-view .imgBox.-top::after {
    background-image: url(../images/bg/mv0801.jpg?0801);
  }
}
.c-contents.-f-view .c-contentsBox {
  position: absolute;
}
.c-contents.-f-view .c-contentsBox.-f-title {
  top: 48%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}
@media (width >= 768px) {
  .c-contents.-f-view .c-contentsBox.-f-title {
    top: 45%;
    left: 50%;
    width: 40%;
  }
}
.c-contents.-f-view .c-contentsBox.-f-subTitle {
  top: 2%;
  left: 4%;
  width: auto;
}
@media (width >= 768px) {
  .c-contents.-f-view .c-contentsBox.-f-subTitle {
    top: 2%;
    left: 1%;
  }
}
.c-contents.-f-view .c-contentsBox.-f-logo {
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
@media (width >= 768px) {
  .c-contents.-f-view .c-contentsBox.-f-logo {
    top: 10%;
    width: 22%;
  }
}
.c-contents.-imgBg .c-contentsBox {
  position: absolute;
}
.c-contents.-imgBg .c-contentsBox.-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.c-contents.-imgBg .c-contentsBox.-kukakuText {
  top: 55%;
  left: 3%;
  width: 95%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-kukakuText {
    top: 5%;
    left: 62%;
    width: 35%;
  }
}
.c-contents.-imgBg .c-contentsBox.-self01 {
  top: 27%;
  left: 71.5%;
  width: 23%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-self01 {
    top: 40%;
    left: 58.5%;
    width: 18%;
  }
}
.c-contents.-imgBg .c-contentsBox.-self02 {
  left: 10.5%;
  width: 35%;
  top: 43%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-self02 {
    top: 69%;
    left: 7.5%;
    width: 20%;
  }
}
.c-contents.-imgBg .c-contentsBox.-pic01 {
  bottom: -1%;
  left: 5%;
  width: 21%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-pic01 {
    left: 7.5%;
    width: 18%;
  }
}
.c-contents.-imgBg .c-contentsBox.-pic02 {
  bottom: -1%;
  left: 28%;
  width: 21%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-pic02 {
    left: 26.5%;
    bottom: -1%;
    width: 18%;
  }
}
.c-contents.-imgBg .c-contentsBox.-pic03 {
  bottom: -1%;
  left: 73%;
  width: 22%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-pic03 {
    bottom: -1%;
    left: 78.5%;
    width: 18%;
  }
}

.c-contents.-imgBg .c-contentsBox.-pic04 {
  bottom: -1%;
  left: 51%;
  width: 21%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-pic04 {
    bottom: -1%;
    left: 45.5%;
    width: 18%;
  }
}

.c-contents .txt {
  position: absolute;
  bottom: 18%;
  left: 5%;
  width: 100%;
  font-weight: bold;
}
.d-none {
  display: none;
}
@media (width >= 768px) {
  .d-none {
    display: block;
  }
}
@media (width >= 768px) {
  .c-contents .txt {
    position: absolute;
    bottom: 0%;
    left: 65%;
    width: 21%;
    font-weight: bold;
  }
}

@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-pfBtn {
    width: 15%;
    top: 69%;
    left: 3.5%;
  }
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-map-self {
    top: -3%;
    left: 0%;
    width: 28%;
  }
}
.c-contents.-imgBg .c-contentsBox.-map-text {
  top: 59%;
  left: 0;
  width: 30%;
}
.c-contents.-imgBg .c-contentsBox.-map-text01 {
  top: 0%;
  left: 31%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-map-text01 {
    top: 0%;
    left: 31%;
  }
}
.c-contents.-imgBg .c-contentsBox.-map-text02 {
  top: 0%;
  left: 56.5%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-map-text02 {
    top: 0%;
    left: 56.5%;
  }
}
.c-contents.-imgBg .c-contentsBox.-map-text03 {
  top: 16.5%;
  left: 43.5%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-map-text03 {
    top: 16.5%;
    left: 43.5%;
  }
}
.c-contents.-imgBg .c-contentsBox.-map-text04 {
  top: 25%;
  left: 86.5%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-map-text04 {
    top: 25%;
    left: 87.5%;
  }
}
.c-contents.-imgBg .c-contentsBox.-map-text05 {
  top: 0.5%;
  left: 12%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-map-text05 {
    top: 1%;
    left: 12%;
  }
}
.c-contents.-imgBg .c-contentsBox.-map-text06 {
  top: 6.5%;
  left: 57.5%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-map-text06 {
    top: 7%;
    left: 57.5%;
  }
}
.c-contents.-imgBg .c-contentsBox.-map-text07 {
  top: 10.5%;
  left: 68.5%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-map-text07 {
    top: 11.5%;
    left: 68.5%;
  }
}
.c-contents.-imgBg .c-contentsBox.-map-text08 {
  top: 10%;
  left: 82.5%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-map-text08 {
    top: 12%;
    left: 80.5%;
  }
}
.c-contents.-imgBg .c-contentsBox.-map-self01 {
  top: 57%;
  left: 74%;
  transform: scale(0.95) translate(3%, -50%);
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-map-self01 {
    top: 57%;
    left: 71%;
    transform: scale(0.8) translate(32%, -50%);
  }
}
@media (width >= 1000px) {
  .c-contents.-imgBg .c-contentsBox.-map-self01 {
    top: 57%;
    left: 75%;
    transform: scale(0.9) translate(33%, -50%);
  }
}
.c-contents.-imgBg .c-contentsBox.-map-self02 {
  top: 39%;
  left: 56%;
  transform: scale(0.95) translate(3%, -50%);
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-map-self02 {
    top: 40%;
    left: 49%;
    transform: scale(0.9) translate(40%, -40%);
  }
}
.c-contents.-imgBg .c-contentsBox.-location-bird01 {
  top: 0;
  left: 0;
  width: 10%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-location-bird01 {
    width: 13%;
  }
}
.c-contents.-imgBg .c-contentsBox.-location-bird02 {
  bottom: -15%;
  right: 0;
  width: 15%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-location-bird02 {
    width: 15%;
  }
}
.c-contents.-imgBg .c-contentsBox.-location-self {
  top: 0;
  left: 52%;
  width: 24%;
}
@media (width >= 768px) {
  .c-contents.-imgBg .c-contentsBox.-location-self {
    left: 52%;
    width: 24%;
  }
}
.c-contents.-logoArea {
  width: 10%;
  margin: auto;
}
@media (width >= 768px) {
  .c-contents.-logoArea {
    width: 15%;
    max-width: 100px;
  }
}
.c-contents.-kukakuArea {
  position: relative;
}
.c-contents.-kukakuArea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  width: 10%;
  height: 110px;
  background-image: url(../images/item/kusa-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation-name: moveLoopAnime;
  animation-iteration-count: infinite;
  animation-duration: 3s;
}
@media (768px >= width) {
  .c-contents.-kukakuArea::after {
    top: -8%;
    left: 65%;
    width: 30%;
  }
}
.c-contents.-borderBtm {
  border-bottom: 1px solid #333333;
}

.logoArea {
  margin: auto;
  width: 32%;
}
@media (width >= 768px) {
  .logoArea {
    width: 18%;
  }
}
@media (width >= 1600px) {
  .logoArea {
    width: 12%;
  }
}
.logoArea.-c-In {
  width: auto;
  margin-left: 0;
}
.logoArea.-c-In img {
  width: 7%;
}
@media (width >= 768px) {
  .logoArea.-c-In img {
    width: 10%;
  }
}
@media (width >= 768px) {
  .logoArea.-mugen {
    width: 10%;
  }
}
@media (width >= 1600px) {
  .logoArea.-mugen {
    width: 13%;
  }
}

.titleArea.-Concept img,
.titleArea.-Planning img,
.titleArea.-Location img {
  width: 33%;
}
@media (width >= 768px) {
  .titleArea.-Concept img,
  .titleArea.-Planning img,
  .titleArea.-Location img {
    width: 33%;
  }
}
.titleArea.-ForExample img {
  width: 43%;
}
@media (width >= 768px) {
  .titleArea.-ForExample img {
    width: 33%;
  }
}
.titleArea.-PrivateSkyTerrace img {
  width: 68%;
}
@media (width >= 768px) {
  .titleArea.-PrivateSkyTerrace img {
    width: 53%;
  }
}
.titleArea.-MakefullGallery img {
  width: 55%;
}
@media (width >= 768px) {
  .titleArea.-MakefullGallery img {
    width: 53%;
  }
}
.titleArea.-LifeInformation img {
  width: 55%;
}
@media (width >= 768px) {
  .titleArea.-LifeInformation img {
    width: 30%;
  }
}

.spell {
  width: 33%;
}
@media (width >= 768px) {
  .spell {
    width: 33%;
  }
}

.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-t {
  align-items: flex-start;
}
@media (768px >= width) {
  .c-flex.-h-t_s {
    align-items: flex-start;
  }
}
@media (width >= 768px) {
  .c-flex.-h-t_pc {
    align-items: flex-start;
  }
}
.c-flex.-h-b {
  align-items: flex-end;
}
@media (768px >= width) {
  .c-flex.-h-b_s {
    align-items: flex-end;
  }
}
@media (width >= 768px) {
  .c-flex.-h-b_pc {
    align-items: flex-end;
  }
}
@media (768px >= width) {
  .c-flex.-d-c_sp {
    flex-direction: column;
  }
}
.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;
}
@media (width >= 768px) {
  .c-flex.-col1_2 {
    flex-wrap: nowrap;
  }
}
.c-flex.-col1_2 li {
  width: 100%;
}
@media (width >= 768px) {
  .c-flex.-col1_2 li {
    width: calc(50% - 15px);
  }
  .c-flex.-col1_2 li:nth-child(1) {
    margin-right: 15px;
  }
  .c-flex.-col1_2 li:nth-child(2) {
    margin-left: 15px;
  }
}
@media (width >= 768px) {
  .c-flex.-col1_2 li.text {
    width: calc(35% - 15px);
  }
}
@media (width >= 768px) {
  .c-flex.-col1_2 li.img {
    width: calc(65% - 15px);
  }
}
.c-flex.-col1_2.-r li {
  width: 100%;
}
@media (width >= 768px) {
  .c-flex.-col1_2.-r li {
    width: calc(50% - 15px);
  }
  .c-flex.-col1_2.-r li:nth-child(1) {
    margin-left: 15px;
  }
  .c-flex.-col1_2.-r li:nth-child(2) {
    margin-right: 15px;
  }
}
@media (width >= 768px) {
  .c-flex.-col1_2.-r li.text {
    width: calc(35% - 15px);
  }
}
@media (width >= 768px) {
  .c-flex.-col1_2.-r li.img {
    width: calc(65% - 15px);
  }
}
@media (width >= 768px) {
  .c-flex.-col1_2.-p6_4 .flex-item:nth-child(1) {
    width: 60%;
  }
  .c-flex.-col1_2.-p6_4 .flex-item:nth-child(2) {
    width: 40%;
  }
}
@media (width >= 768px) {
  .c-flex.-col1_2.-p4_6 .flex-item:nth-child(1) {
    width: 33%;
  }
  .c-flex.-col1_2.-p4_6 .flex-item:nth-child(2) {
    width: 60%;
  }
}
@media (768px >= width) {
  .c-flex.-col1_2.-window li {
    width: 100%;
  }
}
@media (width >= 768px) {
  .c-flex.-col1_2.-window li:nth-child(1) {
    width: 40%;
  }
  .c-flex.-col1_2.-window li:nth-child(2) {
    width: 60%;
  }
}
@media (width >= 1200px) {
  .c-flex.-col1_2.-window li:nth-child(1) {
    width: 35%;
  }
  .c-flex.-col1_2.-window li:nth-child(2) {
    width: 65%;
  }
}
.c-flex.-col2_1 {
  flex-wrap: wrap;
}
@media (768px >= width) {
  .c-flex.-col2_1 {
    flex-wrap: nowrap;
  }
}
.c-flex.-col2_1 li {
  width: 100%;
}
@media (768px >= width) {
  .c-flex.-col2_1 li {
    width: calc(50% - 15px);
  }
  .c-flex.-col2_1 li:nth-child(1) {
    margin-right: 15px;
  }
  .c-flex.-col2_1 li:nth-child(2) {
    margin-left: 15px;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_1 li.text {
    width: calc(35% - 15px);
  }
}
@media (width >= 768px) {
  .c-flex.-col2_1 li.img {
    width: calc(65% - 15px);
  }
}
.c-flex.-col2_1.-r li {
  width: 100%;
}
@media (width >= 768px) {
  .c-flex.-col2_1.-r li {
    width: calc(50% - 15px);
  }
  .c-flex.-col2_1.-r li:nth-child(1) {
    margin-left: 15px;
  }
  .c-flex.-col2_1.-r li:nth-child(2) {
    margin-right: 15px;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_1.-r li.text {
    width: calc(35% - 15px);
  }
}
@media (width >= 768px) {
  .c-flex.-col2_1.-r li.img {
    width: calc(65% - 15px);
  }
}
@media (width >= 768px) {
  .c-flex.-col2_1.-p6_4 li:nth-child(1) {
    width: 60%;
  }
  .c-flex.-col2_1.-p6_4 li:nth-child(2) {
    width: 40%;
  }
}
.c-flex.-col2_2 {
  flex-wrap: wrap;
}
.c-flex.-col2_2 li {
  width: 100%;
}
.c-flex.-col2_2 li:nth-child(1) {
  margin-left: 0 !important;
}
.c-flex.-col2_2 li:nth-child(2) {
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (width >= 768px) {
  .c-flex.-col2_2 li {
    width: calc(50% - 15px);
    margin: 0;
  }
  .c-flex.-col2_2 li:nth-child(1) {
    margin-right: 15px !important;
  }
  .c-flex.-col2_2 li:nth-child(2) {
    margin-left: 15px !important;
  }
}
@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(1) {
  width: calc(40% - 5px);
  margin-left: 5px !important;
}
.c-flex.-col2_2.-r li:nth-child(2) {
  width: calc(60% - 5px);
  margin-right: 5px !important;
}
@media (width >= 768px) {
  .c-flex.-col2_2.-r li {
    width: calc(50% - 15px);
  }
  .c-flex.-col2_2.-r li:nth-child(1) {
    margin-left: 15px !important;
  }
  .c-flex.-col2_2.-r li:nth-child(2) {
    margin-right: 15px !important;
  }
}
@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.-sp_m {
  flex-wrap: nowrap;
}
@media (768px >= width) {
  .c-flex.-col2_2.-sp_m li:nth-child(1) {
    width: 30%;
  }
  .c-flex.-col2_2.-sp_m li:nth-child(2) {
    width: 65%;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2.-sp_m li:nth-child(1) {
    width: 12%;
  }
  .c-flex.-col2_2.-sp_m li:nth-child(2) {
    width: 88%;
  }
}
.c-flex.-col2_2.-pageTop {
  flex-wrap: wrap;
}
@media (768px >= width) {
  .c-flex.-col2_2.-pageTop li:nth-child(1) {
    width: 92%;
  }
  .c-flex.-col2_2.-pageTop li:nth-child(2) {
    width: auto;
    margin-left: 25px !important;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2.-pageTop li:nth-child(1) {
    width: 51.5%;
    margin: 0 !important;
  }
  .c-flex.-col2_2.-pageTop li:nth-child(2) {
    width: 43%;
    margin: 0 !important;
  }
}
@media (width >= 1000px) {
  .c-flex.-col2_2.-pageTop li:nth-child(1) {
    width: 51.5%;
    margin: 0 !important;
  }
  .c-flex.-col2_2.-pageTop li:nth-child(2) {
    width: 43%;
    margin: 0 !important;
  }
}
@media (width >= 1200px) {
  .c-flex.-col2_2.-pageTop li:nth-child(1) {
    width: 51.5%;
    margin: 0 !important;
  }
  .c-flex.-col2_2.-pageTop li:nth-child(2) {
    width: 41%;
    margin: 0 !important;
  }
}
@media (width >= 1400px) {
  .c-flex.-col2_2.-pageTop li:nth-child(1) {
    width: 51.5%;
    margin: 0 !important;
  }
  .c-flex.-col2_2.-pageTop li:nth-child(2) {
    width: 35%;
    margin: 0 !important;
  }
}
@media (width >= 1600px) {
  .c-flex.-col2_2.-pageTop li:nth-child(1) {
    width: 50%;
    margin: 0 !important;
  }
  .c-flex.-col2_2.-pageTop li:nth-child(2) {
    width: 32.5%;
    margin: 0 !important;
  }
}
@media (width >= 1800px) {
  .c-flex.-col2_2.-pageTop li:nth-child(1) {
    width: 50%;
    margin: 0 !important;
  }
  .c-flex.-col2_2.-pageTop li:nth-child(2) {
    width: 29.5%;
    margin: 0 !important;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2.-pageTop.-r li:nth-child(1) {
    margin-left: 15px;
  }
  .c-flex.-col2_2.-pageTop.-r li:nth-child(2) {
    margin-right: 15px;
  }
}
.c-flex.-col2_2.-pageContent {
  flex-wrap: wrap;
}
@media (768px >= width) {
  .c-flex.-col2_2.-pageContent li:nth-child(1) {
    width: 92%;
  }
  .c-flex.-col2_2.-pageContent li:nth-child(2) {
    width: 65%;
    margin: auto !important;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2.-pageContent li:nth-child(1) {
    width: 53%;
    margin: 0 !important;
  }
  .c-flex.-col2_2.-pageContent li:nth-child(2) {
    width: 43%;
    margin: 0 !important;
  }
}
@media (width >= 1000px) {
  .c-flex.-col2_2.-pageContent li:nth-child(1) {
    width: 53%;
    margin: 0 !important;
  }
  .c-flex.-col2_2.-pageContent li:nth-child(2) {
    width: 43%;
    margin: 0 !important;
  }
}
@media (width >= 1200px) {
  .c-flex.-col2_2.-pageContent li:nth-child(1) {
    width: 53%;
    margin: 0 !important;
  }
  .c-flex.-col2_2.-pageContent li:nth-child(2) {
    width: 41%;
    margin: 0 !important;
  }
}
@media (width >= 1400px) {
  .c-flex.-col2_2.-pageContent li:nth-child(1) {
    width: 53%;
    margin: 0 !important;
  }
  .c-flex.-col2_2.-pageContent li:nth-child(2) {
    width: 35%;
    margin: 0 !important;
  }
}
@media (width >= 1600px) {
  .c-flex.-col2_2.-pageContent li:nth-child(1) {
    width: 53%;
    margin: 0 !important;
  }
  .c-flex.-col2_2.-pageContent li:nth-child(2) {
    width: 32.5%;
    margin: 0 !important;
  }
}
@media (width >= 1800px) {
  .c-flex.-col2_2.-pageContent li:nth-child(1) {
    width: 53%;
    margin: 0 !important;
  }
  .c-flex.-col2_2.-pageContent li:nth-child(2) {
    width: 29.5%;
    margin: 0 !important;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2.-pageContent.-r li:nth-child(1) {
    margin-left: 15px;
  }
  .c-flex.-col2_2.-pageContent.-r li:nth-child(2) {
    margin-right: 15px;
  }
}
@media (768px >= width) {
  .c-flex.-col2_2.-top01 li:nth-child(1) {
    width: calc(40% - 5px);
    margin-left: 0 !important;
  }
  .c-flex.-col2_2.-top01 li:nth-child(2) {
    width: calc(60% - 5px);
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
@media (768px >= width) {
  .c-flex.-col2_2.-ver02 {
    flex-wrap: wrap;
  }
}
@media (768px >= width) {
  .c-flex.-col2_2.-ver02 li:nth-child(1) {
    width: calc(90% - 15px);
  }
  .c-flex.-col2_2.-ver02 li:nth-child(2) {
    width: auto;
    margin-left: 25px !important;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2.-ver02 li:nth-child(1) {
    width: calc(52% - 15px);
    margin-right: 15px;
  }
  .c-flex.-col2_2.-ver02 li:nth-child(2) {
    width: calc(30% - 15px);
    margin-left: 15px;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2.-ver02.-r li:nth-child(1) {
    margin-left: 15px;
  }
  .c-flex.-col2_2.-ver02.-r li:nth-child(2) {
    margin-right: 15px;
  }
}
@media (768px >= width) {
  .c-flex.-col2_2.-ver03 li:nth-child(1) {
    width: calc(50% - 15px);
  }
  .c-flex.-col2_2.-ver03 li:nth-child(2) {
    width: auto;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2.-ver03 li:nth-child(1) {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
  .c-flex.-col2_2.-ver03 li:nth-child(2) {
    width: calc(50% - 15px);
    margin-left: 15px;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2.-ver03.-r li:nth-child(1) {
    margin-left: 15px;
  }
  .c-flex.-col2_2.-ver03.-r li:nth-child(2) {
    margin-right: 15px;
  }
}
.c-flex.-col2_2.-colorBox_lists {
  flex-wrap: wrap;
}
.c-flex.-col2_2.-colorBox_lists li {
  width: 90%;
  margin: 0;
  overflow: hidden;
}
.c-flex.-col2_2.-colorBox_lists li:nth-child(1) {
  margin-right: 2% !important;
}
.c-flex.-col2_2.-colorBox_lists li:nth-child(2) {
  margin-left: 2% !important;
}
@media (width >= 768px) {
  .c-flex.-col2_2.-colorBox_lists li {
    width: 47%;
  }
  .c-flex.-col2_2.-colorBox_lists li:nth-child(odd) {
    margin-right: 3% !important;
  }
  .c-flex.-col2_2.-colorBox_lists li:nth-child(even) {
    margin-left: 3% !important;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2.-colorBox_lists li.text {
    width: calc(35% - 15px);
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2.-colorBox_lists li.img {
    width: calc(65% - 15px);
  }
}
.c-flex.-col2_2.-colorBox_lists.-r li {
  width: 90%;
  margin: 0;
}
.c-flex.-col2_2.-colorBox_lists.-r li:nth-child(odd) {
  margin-right: auto !important;
  margin-left: 2% !important;
}
.c-flex.-col2_2.-colorBox_lists.-r li:nth-child(even) {
  margin-right: 2% !important;
  margin-left: auto !important;
}
@media (width >= 768px) {
  .c-flex.-col2_2.-colorBox_lists.-r li {
    width: 47%;
  }
  .c-flex.-col2_2.-colorBox_lists.-r li:nth-child(odd) {
    margin-right: auto !important;
    margin-left: 3% !important;
  }
  .c-flex.-col2_2.-colorBox_lists.-r li:nth-child(even) {
    margin-right: 3% !important;
    margin-left: auto !important;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2.-colorBox_lists.-r li.text {
    width: calc(35% - 15px);
  }
}
@media (width >= 768px) {
  .c-flex.-col2_2.-colorBox_lists.-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) {
    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) {
    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) {
    margin-left: 15px;
  }
}
.c-flex.-col2_4 {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (768px >= width) {
  .c-flex.-col2_4 li {
    width: 47.5%;
  }
  .c-flex.-col2_4 li:nth-child(odd) {
    margin-right: 2.5%;
  }
  .c-flex.-col2_4 li:nth-child(even) {
    margin-left: 2.5%;
  }
}
@media (width >= 768px) {
  .c-flex.-col2_4 li {
    width: 21%;
  }
  .c-flex.-col2_4 li:nth-child(1),
  .c-flex.-col2_4 li:nth-child(5),
  .c-flex.-col2_4 li:nth-child(9) {
    margin-right: 2%;
  }
  .c-flex.-col2_4 li:nth-child(2),
  .c-flex.-col2_4 li:nth-child(3),
  .c-flex.-col2_4 li:nth-child(6),
  .c-flex.-col2_4 li:nth-child(7),
  .c-flex.-col2_4 li:nth-child(10),
  .c-flex.-col2_4 li:nth-child(11) {
    margin: 0 2% 0 2%;
  }
  .c-flex.-col2_4 li:nth-child(4),
  .c-flex.-col2_4 li:nth-child(8),
  .c-flex.-col2_4 li:nth-child(12) {
    margin-left: 2%;
  }
}
.c-flex.-col1_3 {
  flex-wrap: wrap;
}
.c-flex.-col1_3 li {
  width: 100%;
}
@media (width >= 768px) {
  .c-flex.-col1_3 li {
    width: calc(33% - 15px);
  }
  .c-flex.-col1_3 li:nth-child(1),
  .c-flex.-col1_3 li:nth-child(4),
  .c-flex.-col1_3 li:nth-child(7) {
    margin-right: 15px;
  }
  .c-flex.-col1_3 li:nth-child(2),
  .c-flex.-col1_3 li:nth-child(5),
  .c-flex.-col1_3 li:nth-child(8) {
    margin: 0 7.5px;
  }
  .c-flex.-col1_3 li:nth-child(3),
  .c-flex.-col1_3 li:nth-child(6),
  .c-flex.-col1_3 li:nth-child(9) {
    margin-left: 15px;
  }
}
.c-flex.-col5 li {
  width: 20%;
}
.c-flex.-col3_6 {
  flex-wrap: wrap;
}
.c-flex.-col3_6 li {
  width: calc(33.3333% - 5px);
}
@media (768px >= width) {
  .c-flex.-col3_6 li:nth-child(1),
  .c-flex.-col3_6 li:nth-child(4) {
    margin-right: 5px;
  }
  .c-flex.-col3_6 li:nth-child(2),
  .c-flex.-col3_6 li:nth-child(5) {
    margin: 0 2.5px;
  }
  .c-flex.-col3_6 li:nth-child(3),
  .c-flex.-col3_6 li:nth-child(6) {
    margin-left: 5px;
  }
}
@media (width >= 768px) {
  .c-flex.-col3_6 li {
    width: calc(16.6666666667% - 10px);
  }
  .c-flex.-col3_6 li:nth-child(1) {
    margin-right: 5px;
  }
  .c-flex.-col3_6 li:nth-child(2),
  .c-flex.-col3_6 li:nth-child(3),
  .c-flex.-col3_6 li:nth-child(4),
  .c-flex.-col3_6 li:nth-child(5) {
    margin: 0 5px 0 5px;
  }
  .c-flex.-col3_6 li:nth-child(6) {
    margin-left: 5px;
  }
}
.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);
  }
}

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);
}

/* ライトボックスのスタイル */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  /* 他のスタイルを追加 */
}

/* 閉じるボタンのスタイル */
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  /* 他のスタイルを追加 */
}

button {
  transition: 0.3s;
}
button:hover {
  transition: 0.3s;
  opacity: 0.8;
}

.c-btn-fixed {
  position: fixed;
  top: auto;
  left: 50%;
  bottom: 1px;
  color: #333333;
  border: 1px solid #333333;
  cursor: pointer;
  box-shadow: 0 2px 4px #333333;
  z-index: 99;
}
@media (768px >= width) {
  .c-btn-fixed {
    transform: translateX(-50%);
  }
}
@media (width >= 768px) {
  .c-btn-fixed {
    top: 25%;
    left: auto;
    bottom: auto;
    right: 5px;
  }
}
.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 (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 #333333;
  }
}
@media (width >= 768px) {
  .c-btn-fixed .c-btn-lists li:first-child {
    border-bottom: 1px solid #333333;
  }
}
.c-btn-fixed .c-btn-lists li a {
  width: 100%;
  padding: 10% 0;
  background: #ffffff;
}
@media (width >= 768px) {
  .c-btn-fixed .c-btn-lists li a {
    width: auto;
    padding: 30px 10%;
  }
}

/*    Link
--------------------------------------------------------------------------------*/
a {
  transition: 0.3s;
  color: #333333;
}

/* 右三角形 */
.triangle-right {
  background: #808080;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

/* 共通のスタイル */
.triangle {
  display: inline-block;
  /*   background-color: #333; */
  height: 5px;
  width: 5px;
}

.c-link.-nav {
  display: block;
  width: auto;
  transition: all 0.5s;
}
.c-link.-nav:hover {
  transform: scale(1.05);
}
.c-link.-contact {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1882352941);
  transition: all 0.5s;
}
.c-link.-contact::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  margin-left: 0.5em;
  display: inline-block;
  border-style: solid;
  border-width: 1em 0 1em 1.865em;
  border-color: transparent transparent transparent #000;
  transform: translateY(0.1em) scale(0.8) rotate(0deg);
  transition: all 0.5s;
}
@media (768px >= width) {
  .c-link.-contact::after {
    top: 46%;
  }
}
.c-link.-contact:hover {
  border-bottom: 1px solid #000000;
}
.c-link.-contact:hover::after {
  color: #000000;
}
.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/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.2;
  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;
}

.swiper {
  z-index: 0;
}
.swiper .swiper-wrapper .swiper-slide {
  text-align: end;
  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: #333333;
  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: #333333;
    margin-right: 9vw;
  }
}
@media (768px >= width) {
  .swiper .swiper-wrapper .swiper-slide a img::after {
    background: #333333;
  }
}
.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 {
  transition: 3s all;
}
.swiper.swiper-Fview .swiper-slide-active .zoom img {
  transform: scale(1.05);
}
@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 #333333 !important;
}
@media (width >= 768px) {
  .swiper.swiperThumbnail .swiper-pagination-bullet-active {
    background: #333333 !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 #333333;
}
@media (width >= 768px) {
  .swiper.swiper-Build .swiper-pagination-bullet-active,
  .swiper.swiper-Video .swiper-pagination-bullet-active {
    background: #333333;
  }
}
.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: #333333;
}

.swiper-3d .swiper-slide-shadow {
  background: none;
}

.swiper-cards {
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.swiper-cards .swiper-button-prev,
.swiper-cards .swiper-button-next {
  top: auto;
  bottom: -25%;
  height: 50px;
  width: 50px;
}
@media (width >= 768px) {
  .swiper-cards .swiper-button-prev,
  .swiper-cards .swiper-button-next {
    bottom: -20%;
  }
}
.swiper-cards .swiper-button-prev::after,
.swiper-cards .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.swiper-cards .swiper-button-prev {
  left: 25%;
}
.swiper-cards .swiper-button-prev::after {
  background-image: url(../images/SVG/left.svg);
}
.swiper-cards .swiper-button-next {
  right: 25%;
}
.swiper-cards .swiper-button-next::after {
  background-image: url(../images/SVG/right.svg);
}
@media (width >= 768px) {
  .swiper-cards.swiper-content .swiper-button-prev {
    left: 35%;
  }
  .swiper-cards.swiper-content .swiper-button-next {
    right: 35%;
  }
}

#popup,
#popup01,
#popup02,
#popup-eq,
#popup-madori01 {
  display: none;
}
#popup:checked ~ .popup-overlay,
#popup01:checked ~ .popup-overlay,
#popup02:checked ~ .popup-overlay,
#popup-eq: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-eq: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.-madoriImg {
  height: auto;
}
.popup-window.-popup-eq {
  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;
  }
}

.p-top,
.p-setsubi {
  width: 100vw;
  height: 100vh;
}
.p-top .testBox,
.p-setsubi .testBox {
  width: 100vw;
  height: 150vh;
  background: rgba(0, 0, 0, 0.392);
}

.box-shadow_r {
  box-shadow: 1px 1px 1px #333333;
}
.box-shadow_l {
  box-shadow: -1px 1px 1px #333333;
}

.p-research {
  width: 100vw;
  height: 100vh;
}
@media (width >= 768px) {
  .p-research .c-flex.-column2 li {
    width: calc(48% - 5px);
  }
}

/*
    アニメーション
    細かな調整は下記サイトを参考に
    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-moveUp,
.a-moveDown,
.a-moveLoop,
.a-scOutImg,
.a-underLine,
.a-bird_r,
.a-bird_l01,
.a-bird_l02,
.a-purupuru {
  /* ---------------------------------------
      各アニメーション_オプション関係
  --------------------------------------- */
}
.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-moveUp.-tm05,
.a-moveDown.-tm05,
.a-moveLoop.-tm05,
.a-scOutImg.-tm05,
.a-underLine.-tm05,
.a-bird_r.-tm05,
.a-bird_l01.-tm05,
.a-bird_l02.-tm05,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm1,
.a-moveDown.-tm1,
.a-moveLoop.-tm1,
.a-scOutImg.-tm1,
.a-underLine.-tm1,
.a-bird_r.-tm1,
.a-bird_l01.-tm1,
.a-bird_l02.-tm1,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm15,
.a-moveDown.-tm15,
.a-moveLoop.-tm15,
.a-scOutImg.-tm15,
.a-underLine.-tm15,
.a-bird_r.-tm15,
.a-bird_l01.-tm15,
.a-bird_l02.-tm15,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm2,
.a-moveDown.-tm2,
.a-moveLoop.-tm2,
.a-scOutImg.-tm2,
.a-underLine.-tm2,
.a-bird_r.-tm2,
.a-bird_l01.-tm2,
.a-bird_l02.-tm2,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm25,
.a-moveDown.-tm25,
.a-moveLoop.-tm25,
.a-scOutImg.-tm25,
.a-underLine.-tm25,
.a-bird_r.-tm25,
.a-bird_l01.-tm25,
.a-bird_l02.-tm25,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm3,
.a-moveDown.-tm3,
.a-moveLoop.-tm3,
.a-scOutImg.-tm3,
.a-underLine.-tm3,
.a-bird_r.-tm3,
.a-bird_l01.-tm3,
.a-bird_l02.-tm3,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm35,
.a-moveDown.-tm35,
.a-moveLoop.-tm35,
.a-scOutImg.-tm35,
.a-underLine.-tm35,
.a-bird_r.-tm35,
.a-bird_l01.-tm35,
.a-bird_l02.-tm35,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm4,
.a-moveDown.-tm4,
.a-moveLoop.-tm4,
.a-scOutImg.-tm4,
.a-underLine.-tm4,
.a-bird_r.-tm4,
.a-bird_l01.-tm4,
.a-bird_l02.-tm4,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm45,
.a-moveDown.-tm45,
.a-moveLoop.-tm45,
.a-scOutImg.-tm45,
.a-underLine.-tm45,
.a-bird_r.-tm45,
.a-bird_l01.-tm45,
.a-bird_l02.-tm45,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm5,
.a-moveDown.-tm5,
.a-moveLoop.-tm5,
.a-scOutImg.-tm5,
.a-underLine.-tm5,
.a-bird_r.-tm5,
.a-bird_l01.-tm5,
.a-bird_l02.-tm5,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm55,
.a-moveDown.-tm55,
.a-moveLoop.-tm55,
.a-scOutImg.-tm55,
.a-underLine.-tm55,
.a-bird_r.-tm55,
.a-bird_l01.-tm55,
.a-bird_l02.-tm55,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm6,
.a-moveDown.-tm6,
.a-moveLoop.-tm6,
.a-scOutImg.-tm6,
.a-underLine.-tm6,
.a-bird_r.-tm6,
.a-bird_l01.-tm6,
.a-bird_l02.-tm6,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm65,
.a-moveDown.-tm65,
.a-moveLoop.-tm65,
.a-scOutImg.-tm65,
.a-underLine.-tm65,
.a-bird_r.-tm65,
.a-bird_l01.-tm65,
.a-bird_l02.-tm65,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm7,
.a-moveDown.-tm7,
.a-moveLoop.-tm7,
.a-scOutImg.-tm7,
.a-underLine.-tm7,
.a-bird_r.-tm7,
.a-bird_l01.-tm7,
.a-bird_l02.-tm7,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm75,
.a-moveDown.-tm75,
.a-moveLoop.-tm75,
.a-scOutImg.-tm75,
.a-underLine.-tm75,
.a-bird_r.-tm75,
.a-bird_l01.-tm75,
.a-bird_l02.-tm75,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm8,
.a-moveDown.-tm8,
.a-moveLoop.-tm8,
.a-scOutImg.-tm8,
.a-underLine.-tm8,
.a-bird_r.-tm8,
.a-bird_l01.-tm8,
.a-bird_l02.-tm8,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm85,
.a-moveDown.-tm85,
.a-moveLoop.-tm85,
.a-scOutImg.-tm85,
.a-underLine.-tm85,
.a-bird_r.-tm85,
.a-bird_l01.-tm85,
.a-bird_l02.-tm85,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm9,
.a-moveDown.-tm9,
.a-moveLoop.-tm9,
.a-scOutImg.-tm9,
.a-underLine.-tm9,
.a-bird_r.-tm9,
.a-bird_l01.-tm9,
.a-bird_l02.-tm9,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm95,
.a-moveDown.-tm95,
.a-moveLoop.-tm95,
.a-scOutImg.-tm95,
.a-underLine.-tm95,
.a-bird_r.-tm95,
.a-bird_l01.-tm95,
.a-bird_l02.-tm95,
.a-purupuru.-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-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-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 {
  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-moveUp.-tm10,
.a-moveDown.-tm10,
.a-moveLoop.-tm10,
.a-scOutImg.-tm10,
.a-underLine.-tm10,
.a-bird_r.-tm10,
.a-bird_l01.-tm10,
.a-bird_l02.-tm10,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp05,
.a-moveDown.-sp05,
.a-moveLoop.-sp05,
.a-scOutImg.-sp05,
.a-underLine.-sp05,
.a-bird_r.-sp05,
.a-bird_l01.-sp05,
.a-bird_l02.-sp05,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp1,
.a-moveDown.-sp1,
.a-moveLoop.-sp1,
.a-scOutImg.-sp1,
.a-underLine.-sp1,
.a-bird_r.-sp1,
.a-bird_l01.-sp1,
.a-bird_l02.-sp1,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp15,
.a-moveDown.-sp15,
.a-moveLoop.-sp15,
.a-scOutImg.-sp15,
.a-underLine.-sp15,
.a-bird_r.-sp15,
.a-bird_l01.-sp15,
.a-bird_l02.-sp15,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp2,
.a-moveDown.-sp2,
.a-moveLoop.-sp2,
.a-scOutImg.-sp2,
.a-underLine.-sp2,
.a-bird_r.-sp2,
.a-bird_l01.-sp2,
.a-bird_l02.-sp2,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp25,
.a-moveDown.-sp25,
.a-moveLoop.-sp25,
.a-scOutImg.-sp25,
.a-underLine.-sp25,
.a-bird_r.-sp25,
.a-bird_l01.-sp25,
.a-bird_l02.-sp25,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp3,
.a-moveDown.-sp3,
.a-moveLoop.-sp3,
.a-scOutImg.-sp3,
.a-underLine.-sp3,
.a-bird_r.-sp3,
.a-bird_l01.-sp3,
.a-bird_l02.-sp3,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp35,
.a-moveDown.-sp35,
.a-moveLoop.-sp35,
.a-scOutImg.-sp35,
.a-underLine.-sp35,
.a-bird_r.-sp35,
.a-bird_l01.-sp35,
.a-bird_l02.-sp35,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp4,
.a-moveDown.-sp4,
.a-moveLoop.-sp4,
.a-scOutImg.-sp4,
.a-underLine.-sp4,
.a-bird_r.-sp4,
.a-bird_l01.-sp4,
.a-bird_l02.-sp4,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp45,
.a-moveDown.-sp45,
.a-moveLoop.-sp45,
.a-scOutImg.-sp45,
.a-underLine.-sp45,
.a-bird_r.-sp45,
.a-bird_l01.-sp45,
.a-bird_l02.-sp45,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp5,
.a-moveDown.-sp5,
.a-moveLoop.-sp5,
.a-scOutImg.-sp5,
.a-underLine.-sp5,
.a-bird_r.-sp5,
.a-bird_l01.-sp5,
.a-bird_l02.-sp5,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp55,
.a-moveDown.-sp55,
.a-moveLoop.-sp55,
.a-scOutImg.-sp55,
.a-underLine.-sp55,
.a-bird_r.-sp55,
.a-bird_l01.-sp55,
.a-bird_l02.-sp55,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp6,
.a-moveDown.-sp6,
.a-moveLoop.-sp6,
.a-scOutImg.-sp6,
.a-underLine.-sp6,
.a-bird_r.-sp6,
.a-bird_l01.-sp6,
.a-bird_l02.-sp6,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp65,
.a-moveDown.-sp65,
.a-moveLoop.-sp65,
.a-scOutImg.-sp65,
.a-underLine.-sp65,
.a-bird_r.-sp65,
.a-bird_l01.-sp65,
.a-bird_l02.-sp65,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp7,
.a-moveDown.-sp7,
.a-moveLoop.-sp7,
.a-scOutImg.-sp7,
.a-underLine.-sp7,
.a-bird_r.-sp7,
.a-bird_l01.-sp7,
.a-bird_l02.-sp7,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp75,
.a-moveDown.-sp75,
.a-moveLoop.-sp75,
.a-scOutImg.-sp75,
.a-underLine.-sp75,
.a-bird_r.-sp75,
.a-bird_l01.-sp75,
.a-bird_l02.-sp75,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp8,
.a-moveDown.-sp8,
.a-moveLoop.-sp8,
.a-scOutImg.-sp8,
.a-underLine.-sp8,
.a-bird_r.-sp8,
.a-bird_l01.-sp8,
.a-bird_l02.-sp8,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp85,
.a-moveDown.-sp85,
.a-moveLoop.-sp85,
.a-scOutImg.-sp85,
.a-underLine.-sp85,
.a-bird_r.-sp85,
.a-bird_l01.-sp85,
.a-bird_l02.-sp85,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp9,
.a-moveDown.-sp9,
.a-moveLoop.-sp9,
.a-scOutImg.-sp9,
.a-underLine.-sp9,
.a-bird_r.-sp9,
.a-bird_l01.-sp9,
.a-bird_l02.-sp9,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp95,
.a-moveDown.-sp95,
.a-moveLoop.-sp95,
.a-scOutImg.-sp95,
.a-underLine.-sp95,
.a-bird_r.-sp95,
.a-bird_l01.-sp95,
.a-bird_l02.-sp95,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp10,
.a-moveDown.-sp10,
.a-moveLoop.-sp10,
.a-scOutImg.-sp10,
.a-underLine.-sp10,
.a-bird_r.-sp10,
.a-bird_l01.-sp10,
.a-bird_l02.-sp10,
.a-purupuru.-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-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-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 {
  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-moveUp.-sp20,
.a-moveDown.-sp20,
.a-moveLoop.-sp20,
.a-scOutImg.-sp20,
.a-underLine.-sp20,
.a-bird_r.-sp20,
.a-bird_l01.-sp20,
.a-bird_l02.-sp20,
.a-purupuru.-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-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-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 {
  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-moveUp.-sc-auto,
.a-moveDown.-sc-auto,
.a-moveLoop.-sc-auto,
.a-scOutImg.-sc-auto,
.a-underLine.-sc-auto,
.a-bird_r.-sc-auto,
.a-bird_l01.-sc-auto,
.a-bird_l02.-sc-auto,
.a-purupuru.-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-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-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 {
  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-moveUp.-sc1,
.a-moveDown.-sc1,
.a-moveLoop.-sc1,
.a-scOutImg.-sc1,
.a-underLine.-sc1,
.a-bird_r.-sc1,
.a-bird_l01.-sc1,
.a-bird_l02.-sc1,
.a-purupuru.-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-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-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 {
  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-moveUp.-sc2,
.a-moveDown.-sc2,
.a-moveLoop.-sc2,
.a-scOutImg.-sc2,
.a-underLine.-sc2,
.a-bird_r.-sc2,
.a-bird_l01.-sc2,
.a-bird_l02.-sc2,
.a-purupuru.-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-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-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 {
  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-moveUp.-sc3,
.a-moveDown.-sc3,
.a-moveLoop.-sc3,
.a-scOutImg.-sc3,
.a-underLine.-sc3,
.a-bird_r.-sc3,
.a-bird_l01.-sc3,
.a-bird_l02.-sc3,
.a-purupuru.-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-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-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 {
  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-moveUp.-sc4,
.a-moveDown.-sc4,
.a-moveLoop.-sc4,
.a-scOutImg.-sc4,
.a-underLine.-sc4,
.a-bird_r.-sc4,
.a-bird_l01.-sc4,
.a-bird_l02.-sc4,
.a-purupuru.-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-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-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 {
  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-moveUp.-loop,
.a-moveDown.-loop,
.a-moveLoop.-loop,
.a-scOutImg.-loop,
.a-underLine.-loop,
.a-bird_r.-loop,
.a-bird_l01.-loop,
.a-bird_l02.-loop,
.a-purupuru.-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-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-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 {
  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-moveUp.-sh,
.a-moveDown.-sh,
.a-moveLoop.-sh,
.a-scOutImg.-sh,
.a-underLine.-sh,
.a-bird_r.-sh,
.a-bird_l01.-sh,
.a-bird_l02.-sh,
.a-purupuru.-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_r 0.5s forwards;
}
.a-bg-color:hover {
  animation: bg-color-bg 0.5s forwards;
}

@keyframes bg-color-bg {
  0% {
    background-color: #599465;
  }
  100% {
    background-color: #333333;
  }
}
@keyframes bg-color-bg_r {
  0% {
    background-color: #333333;
  }
  100% {
    background-color: #599465;
  }
}
.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;
  perspective-origin: left center;
  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;
  perspective-origin: left center;
  animation-fill-mode: forwards;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* -----------------------------------------------
    スライドショー関係
------------------------------------------------*/
.a-fview {
  animation: fview-fadeIn 1s 1s both;
}
.a-fview_f {
  animation: fview-fadeIn 1s 1s both;
  perspective-origin: left center;
  animation-duration: 1s;
}
@media (768px >= width) {
  .a-fview_f {
    animation: fview-fadeIn 1s;
    animation-duration: 0.5s;
  }
}

@keyframes fview-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(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: 1;
  }
  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: 1;
  }
  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;
  }
  30% {
    transform: translateY(0px) scale(0.9);
    opacity: 1;
  }
  100% {
    transform: translateY(0px) scale(0.9);
    opacity: 1;
  }
}

.a-underLine {
  position: relative;
}
.a-underLine::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: #ffff00;
  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-nowLoading {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100lvw;
  height: 100lvh;
}

/*　-------------------------------------------
    ここにはオリジナルアニメーションを記述すること。
-------------------------------------------- */
.a {
  /* ---------------------------------------
      鳥の着地または飛び立つ動き
  --------------------------------------- */
  /* ---------------------------------------
      プルプル動く
  --------------------------------------- */
}
.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 {
  animation-name: purupuru;
  animation-fill-mode: infinite;
}
@keyframes purupuru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    transform: scale(1, 1.06) translate(-5%, -4%) skew(1deg, 0deg);
  }
  80% {
    transform: scale(1, 0.97) translate(-2%, 2%) skew(-1deg, 0deg);
  }
  100% {
    transform: scale(1, 1) 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;
} /*# sourceMappingURL=style.css.map */
