.font_shippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

/* btn
---------------------------------------------------------------- */
.btn {
  width: 24.44em;
  height: 4.16em;
  margin: 0 auto;
}
.btn a {
  background: linear-gradient(130deg, #fbbc58, #F29600);
  display: block;
  height: 100%;
  text-align: center;
  font-size: 1.388em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.btn a::after {
  content: "";
  background: url(../images/top/icon1-1.svg) no-repeat center/contain;
  width: 0.65em;
  height: 0.65em;
  position: absolute;
  right: 0.72em;
}
.btn a:hover {
  border: 0.11em solid #F29600;
  background: none;
  background-color: #fff;
  color: #F29600;
}
.btn a:hover::after {
  background: url(../images/top/icon1-2.svg) no-repeat center/contain;
}

@media screen and (max-width: 1172px) {
  .btn {
    font-size: 1.53vw;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 3.5vw;
    width: 100%;
    height: 4.9em;
  }
  .btn a {
    font-size: 1.65em;
  }
  .btn a::after {
    width: 0.7em;
    height: 0.7em;
    right: 0.9em;
  }
}
/* mv
---------------------------------------------------------------- */
.mv {
  padding: 4.5em 0 0;
  background: url(../images/top/mv_back.jpg) no-repeat center top/cover;
  z-index: -1;
  position: relative;
}
.mv .mv__img {
  background: url(../images/top/mv1_back.png) no-repeat center top 4.5em/59%;
  position: relative;
}
.mv .mv__img .mv__item {
  height: 12em;
}
.mv .mv__img .mv__item:nth-of-type(1) > div:nth-of-type(1) img {
  position: absolute;
}
.mv .mv__img .mv__item:nth-of-type(1) > div:nth-of-type(1) img:nth-of-type(1) {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 8.6em;
}
.mv .mv__img .mv__item:nth-of-type(1) > div:nth-of-type(1) img:nth-of-type(2) {
  top: 3.8em;
  left: 12.9em;
  width: 9.2em;
  animation: horizontal1 3s ease-in-out infinite;
}
.mv .mv__img .mv__item:nth-of-type(1) > div:nth-of-type(1) img:nth-of-type(3) {
  top: 8.5em;
  right: 9.9em;
  width: 14em;
  animation: horizontal2 2.8s ease-in-out infinite;
}
.mv .mv__img .mv__item:nth-of-type(1) > div:nth-of-type(1) img:nth-of-type(4) {
  top: 3.2em;
  right: 6.1em;
  width: 13.7em;
  animation: horizontal_vertical1 3.2s ease-in-out infinite;
}
.mv .mv__img .mv__item:nth-of-type(1) > div:nth-of-type(2) img {
  position: absolute;
}
.mv .mv__img .mv__item:nth-of-type(1) > div:nth-of-type(2) img:nth-of-type(1) {
  top: 29em;
  left: 7.5em;
  width: 10.6em;
  animation: horizontal2 2.7s ease-in-out infinite;
}
.mv .mv__img .mv__item:nth-of-type(1) > div:nth-of-type(2) img:nth-of-type(2) {
  top: 28.1em;
  left: 20.8em;
  width: 12em;
  animation: horizontal_vertical1 3.3s ease-in-out infinite;
}
.mv .mv__img .mv__item:nth-of-type(1) > div:nth-of-type(2) img:nth-of-type(3) {
  top: 31em;
  right: 8.5em;
  width: 11.8em;
  animation: horizontal1 3.1s ease-in-out infinite;
}
.mv .mv__img .mv__item:nth-of-type(2) img {
  position: absolute;
  top: 15.6em;
  left: 2.3em;
  width: 5em;
}
.mv .mv__img .mv__item:nth-of-type(3) img {
  position: absolute;
  top: 17.2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 39.6em;
}
.mv .mv__img .mv__item:nth-of-type(4) img {
  position: absolute;
  top: 24em;
  right: 6.5em;
  width: 7.5em;
}
.mv .mv__block {
  background-color: #fff;
  padding: 4.2em 10.2em 25em;
}
.mv .mv__block .mv__title {
  width: 91.7%;
  margin: 0 auto 1.5em;
  animation: katakata 5s infinite ease-in-out alternate;
  animation-iteration-count: 1;
  animation-delay: 4s;
}
.mv .mv__block .mv__text {
  text-align: center;
  font-size: 1.06em;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-bottom: 2.5em;
  position: relative;
}
.mv .mv__block .mv__text > img {
  width: 1.2em;
  vertical-align: -0.2em;
  margin-left: 0.1em;
}
.mv .mv__block .mv__text .mv__deco img {
  position: absolute;
}
.mv .mv__block .mv__text .mv__deco img:nth-of-type(1) {
  top: -1.4em;
  left: 0.4em;
  width: 4.9em;
}
.mv .mv__block .mv__text .mv__deco img:nth-of-type(2) {
  top: 8.3em;
  left: 0em;
  width: 4.1em;
}
.mv .mv__block .mv__text .mv__deco img:nth-of-type(3) {
  top: -1.9em;
  right: 0.4em;
  width: 3.9em;
}
.mv .mv__block .mv__text .mv__deco img:nth-of-type(4) {
  top: 7.6em;
  right: -1.7em;
  width: 6.2em;
}
.mv .mv__block .mv__detail {
  padding: 5em 0 0;
}
.mv .mv__block .mv__detail .mv__box {
  background-color: #EFEFEF;
  padding: 1.3em 1.2em 1.8em;
  font-size: 0.75em;
  letter-spacing: 0em;
  line-height: 1.7;
  z-index: 1;
  position: relative;
  margin-bottom: 1.8em;
}
.mv .mv__block .mv__detail .mv__box span.bold {
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: -0.06em;
}
.mv .mv__block .mv__detail .mv__box span.price {
  font-size: 1.7em;
  font-weight: 500;
  color: #E50012;
  line-height: 1.8;
}
.mv .mv__block .mv__detail .mv__box span.price span {
  font-size: 0.65em;
  margin-left: 0.2em;
  font-weight: 500;
}
.mv .mv__block .mv__detail .mv__box::before {
  content: "";
  background: url(../images/top/mv_img2.png) no-repeat center top/contain;
  width: 22.8em;
  height: 22.8em;
  position: absolute;
  top: -2.6em;
  right: -0.6em;
}
.mv .mv__block .mv__detail > p {
  font-size: 0.58em;
  padding-left: 2em;
  margin: 2em 0 14em;
}
.mv .mv__block .mv__detail .mv__acc img:nth-of-type(1) {
  margin-bottom: 1.6em;
}

@media screen and (max-width: 1070px) {
  .mv {
    font-size: 1.68vw;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    font-size: 3.5vw;
    padding: 5.7em 0 0;
    background: url(../images/top/mv1_deco_sp.png) no-repeat center top 2.3em/78%, url(../images/top/mv_back_sp.jpg) no-repeat center top/cover;
  }
  .mv .mv__img {
    background: url(../images/top/mv1_back.png) no-repeat center top 7.4em/68%;
  }
  .mv .mv__img .mv__item {
    height: 10.8em;
  }
  .mv .mv__img .mv__item:nth-of-type(1) > div:nth-of-type(1) img {
    position: absolute;
  }
  .mv .mv__img .mv__item:nth-of-type(1) > div:nth-of-type(1) img:nth-of-type(1) {
    width: 5.8em;
  }
  .mv .mv__img .mv__item:nth-of-type(1) > div:nth-of-type(1) img:nth-of-type(2) {
    top: 1em;
    left: 3em;
    width: 7em;
  }
  .mv .mv__img .mv__item:nth-of-type(1) > div:nth-of-type(1) img:nth-of-type(3) {
    top: 6.7em;
    right: 1.7em;
    width: 8.4em;
  }
  .mv .mv__img .mv__item:nth-of-type(1) > div:nth-of-type(1) img:nth-of-type(4) {
    top: 1.3em;
    right: 0.7em;
    width: 8em;
  }
  .mv .mv__img .mv__item:nth-of-type(1) > div:nth-of-type(2) img {
    position: absolute;
  }
  .mv .mv__img .mv__item:nth-of-type(1) > div:nth-of-type(2) img:nth-of-type(1) {
    top: 23em;
    left: 1em;
    width: 7.3em;
  }
  .mv .mv__img .mv__item:nth-of-type(1) > div:nth-of-type(2) img:nth-of-type(2) {
    top: 24.3em;
    left: 9.7em;
    width: 7.7em;
  }
  .mv .mv__img .mv__item:nth-of-type(1) > div:nth-of-type(2) img:nth-of-type(3) {
    top: 24.5em;
    right: 0.2em;
    width: 8.2em;
  }
  .mv .mv__img .mv__item:nth-of-type(2) img {
    top: 10.1em;
    left: 0.6em;
    width: 2.8em;
  }
  .mv .mv__img .mv__item:nth-of-type(3) img {
    top: 13.7em;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 24em;
  }
  .mv .mv__img .mv__item:nth-of-type(4) img {
    top: 18em;
    right: 1em;
    width: 5em;
  }
  .mv .mv__block {
    width: 92%;
    margin: 0 auto;
    padding: 2.6em 1em 25em;
  }
  .mv .mv__block .mv__title {
    width: 91.7%;
    margin: 0 auto 1.7em;
  }
  .mv .mv__block .mv__text {
    font-size: 1em;
    line-height: 2.2;
    letter-spacing: 0em;
    margin-bottom: 0em;
  }
  .mv .mv__block .mv__detail {
    padding: 26em 0 0.5em;
  }
  .mv .mv__block .mv__detail .mv__box {
    padding: 1.3em 1.2em 1.8em;
    font-size: 0.95em;
    margin: 0 1em;
    margin-bottom: 4.5em;
  }
  .mv .mv__block .mv__detail .mv__box span.bold {
    font-size: 1.15em;
  }
  .mv .mv__block .mv__detail .mv__box span.price {
    font-size: 1.4em;
  }
  .mv .mv__block .mv__detail .mv__box span.indent {
    display: inline-block !important;
  }
  .mv .mv__block .mv__detail .mv__box span.block {
    display: block;
    padding: 0.8em 0 0;
  }
  .mv .mv__block .mv__detail .mv__box::before {
    content: "";
    background: url(../images/top/mv_img2_sp.png) no-repeat center top/contain;
    width: 22em;
    height: 22em;
    position: absolute;
    top: -22em;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  .mv .mv__block .mv__detail > p {
    font-size: 0.73em;
    margin: 2.5em 0 8.5em 0.5em;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: 0;
  }
  .mv .mv__block .mv__detail .mv__acc img:nth-of-type(1) {
    margin-bottom: 2em;
  }
}
/* lineup
---------------------------------------------------------------- */
.lineup {
  margin: -31em 0 0;
  padding: 9.9em 0 20em;
  background: url(../images/top/lineup_titlebk.png) no-repeat center top 6.3em/1740px;
  position: relative;
  overflow: hidden;
}
.lineup::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/top/lineup_back1.jpg) repeat center top/100%;
  transform: skewY(-5deg) translateY(11em);
  z-index: -1;
}
.lineup .lineup__title1 {
  width: 62em;
  margin: 0 auto;
  padding-left: 1.8em;
  margin-bottom: 2em;
}
.lineup .lineup__block {
  position: relative;
  overflow: hidden;
  margin-top: -12em;
  padding: 15em 0 15em;
}
.lineup .lineup__block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewY(-6.9deg) translateY(11em);
  z-index: -1;
}
.lineup .lineup__block .lineup__type {
  display: flex;
  justify-content: center;
  width: 44em;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.lineup .lineup__block .lineup__type > div:nth-of-type(1) {
  flex-basis: 50%;
  margin-right: -5.5em;
  z-index: 2;
}
.lineup .lineup__block .lineup__type > div:nth-of-type(2) {
  flex-basis: 45%;
  position: relative;
  background: url(../images/top/mv1_back.png) no-repeat center top 2.8em/contain;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.lineup .lineup__block .lineup__type > div:nth-of-type(2) .lineup__title2 {
  font-size: 2.27em;
  font-weight: bold;
  display: block;
  color: #fff;
  writing-mode: vertical-rl;
  margin-top: -1em;
  flex-basis: 18%;
}
.lineup .lineup__block .lineup__type > div:nth-of-type(2) p {
  font-size: 0.83em;
  font-weight: bold;
  color: #fff;
  writing-mode: vertical-rl;
  border-right: 0.15em solid #fff;
  flex-basis: 20%;
  padding-right: 1.2em;
}
.lineup .lineup__block .lineup__type > div:nth-of-type(2) .lineup__no img {
  position: absolute;
  top: 0.4em;
  right: 1em;
  width: 6.5em;
}
.lineup .lineup__block .lineup__move {
  position: absolute;
  top: 0.8em;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 4em;
  transform: rotate(-6.9deg) translateY(11em);
  background: url(../images/top/lineup_move1.png) repeat-x left top/1600px;
  animation: movetext1 50s linear infinite;
}
.lineup .lineup__block:nth-of-type(2n) {
  margin-top: -22em;
  padding: 18em 0 15em;
}
.lineup .lineup__block:nth-of-type(2n)::before {
  background: url(../images/top/lineup_back2.jpg) repeat center top/100%;
  transform: skewY(11.5deg) translateY(11em);
}
.lineup .lineup__block:nth-of-type(2n) .lineup__type {
  flex-direction: row-reverse;
}
.lineup .lineup__block:nth-of-type(2n) .lineup__move {
  width: 105vw;
  transform: rotate(11.5deg) translateY(11em);
  background: url(../images/top/lineup_move1.png) repeat-x left top/1600px;
  animation: movetext2 50s linear infinite;
}
.lineup .lineup__block:nth-of-type(2n+1) {
  margin-top: -22em;
  padding: 18em 0 15em;
}
.lineup .lineup__block:nth-of-type(2n+1)::before {
  background: url(../images/top/lineup_back1.jpg) repeat center top/100%;
  transform: skewY(-6.9deg) translateY(11em);
}
.lineup .lineup__block:nth-of-type(2n+1) .lineup__move {
  top: 0.7em;
  width: 105vw;
  margin-left: -5vw;
  transform: rotate(-6.9deg) translateY(11em);
  background: url(../images/top/lineup_move1.png) repeat-x left top/1600px;
}
.lineup .lineup__block:nth-of-type(1) {
  margin-top: -12em;
  padding: 15em 0 14em;
}
.lineup .lineup__block:nth-of-type(1) .lineup__deco {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  height: 50em;
  margin-left: 2.3em;
  background: url(../images/top/lineup_deco1.png) no-repeat center top 1em/1366px;
}
.lineup .lineup__block:nth-of-type(1) .lineup__deco img {
  top: 2em;
  right: 0;
  left: 0;
  margin: 0 auto;
  min-width: 1366px;
}
.lineup .lineup__block:nth-of-type(2) {
  margin-top: -22em;
  padding: 17.5em 0 20em;
}
.lineup .lineup__block:nth-of-type(2) .lineup__deco {
  position: absolute;
  top: 17em;
  left: -10%;
  width: 110%;
  margin: 0 auto;
  height: 50em;
  background: url(../images/top/lineup_deco2.png) no-repeat center top 0em/1466px;
}
.lineup .lineup__block:nth-of-type(2) .lineup__type {
  width: 53em;
  padding-right: 9em;
}
.lineup .lineup__block:nth-of-type(2) .lineup__type > div:nth-of-type(1) {
  flex-basis: 50%;
  margin-left: -3.5em;
}
.lineup .lineup__block:nth-of-type(2) .lineup__type > div:nth-of-type(2) {
  flex-basis: 45%;
  background: url(../images/top/mv1_back.png) no-repeat center top 0.3em/contain;
}
.lineup .lineup__block:nth-of-type(2) .lineup__type > div:nth-of-type(2) .lineup__title2 {
  margin-top: -1.3em;
  flex-basis: 17%;
}
.lineup .lineup__block:nth-of-type(2) .lineup__type > div:nth-of-type(2) .lineup__no img {
  top: -2em;
  left: 2.3em;
}
.lineup .lineup__block:nth-of-type(2)::before {
  background: url(../images/top/lineup_back2.jpg) repeat center top/100%;
  transform: skewY(6deg) translateY(11em);
}
.lineup .lineup__block:nth-of-type(2) .lineup__type {
  flex-direction: row-reverse;
}
.lineup .lineup__block:nth-of-type(2) .lineup__move {
  width: 105vw;
  transform: rotate(6deg) translateY(11em);
  background: url(../images/top/lineup_move2.png) repeat-x left top/1600px;
}
.lineup .lineup__block:nth-of-type(3) {
  margin-top: -24.5em;
  padding: 18em 0 16.5em;
}
.lineup .lineup__block:nth-of-type(3) .lineup__deco {
  position: absolute;
  top: 14.3em;
  width: 100%;
  margin: 0 auto;
  height: 50em;
  margin-left: 2.3em;
  background: url(../images/top/lineup_deco3.png) no-repeat center top 0em/1350px;
}
.lineup .lineup__block:nth-of-type(3) .lineup__deco img {
  top: 2em;
  right: 0;
  left: 0;
  margin: 0 auto;
  min-width: 1366px;
}
.lineup .lineup__block:nth-of-type(3) .lineup__type > div:nth-of-type(1) {
  flex-basis: 50%;
}
.lineup .lineup__block:nth-of-type(3) .lineup__type > div:nth-of-type(2) {
  flex-basis: 45%;
  background: url(../images/top/mv1_back.png) no-repeat center top 0.9em/contain;
}
.lineup .lineup__block:nth-of-type(3) .lineup__type > div:nth-of-type(2) .lineup__title2 {
  margin-top: -0.4em;
  flex-basis: 18%;
}
.lineup .lineup__block:nth-of-type(3) .lineup__type > div:nth-of-type(2) .lineup__no img {
  top: -2.2em;
  right: 2.3em;
}
.lineup .lineup__block:nth-of-type(3)::before {
  background: url(../images/top/lineup_back1.jpg) repeat center top/100%;
  transform: skewY(-11.9deg) translateY(11em);
}
.lineup .lineup__block:nth-of-type(3) .lineup__move {
  top: 0.7em;
  width: 105vw;
  margin-left: -5vw;
  transform: rotate(-11.9deg) translateY(11em);
  background: url(../images/top/lineup_move3.png) repeat-x left top/1600px;
}
.lineup .lineup__block:nth-of-type(4) {
  padding: 20em 0 20em;
}
.lineup .lineup__block:nth-of-type(4) .lineup__deco {
  position: absolute;
  top: 10em;
  left: -15%;
  width: 115%;
  margin: 0 auto;
  height: 50em;
  background: url(../images/top/lineup_deco4.png) no-repeat center top 0em/1080px;
}
.lineup .lineup__block:nth-of-type(4) .lineup__type {
  width: 60em;
  padding-right: 9em;
}
.lineup .lineup__block:nth-of-type(4) .lineup__type > div:nth-of-type(1) {
  flex-basis: 50%;
  margin-left: -5.5em;
}
.lineup .lineup__block:nth-of-type(4) .lineup__type > div:nth-of-type(2) {
  flex-basis: 45%;
  background: url(../images/top/mv1_back.png) no-repeat center top 0em/contain;
}
.lineup .lineup__block:nth-of-type(4) .lineup__type > div:nth-of-type(2) .lineup__title2 {
  margin-top: -2em;
  flex-basis: 15%;
}
.lineup .lineup__block:nth-of-type(4) .lineup__type > div:nth-of-type(2) .lineup__no img {
  top: -2em;
  left: 3.8em;
}
.lineup .lineup__block:nth-of-type(4)::before {
  background: url(../images/top/lineup_back2.jpg) repeat center top/100%;
  transform: skewY(11.5deg) translateY(11em);
}
.lineup .lineup__block:nth-of-type(4) .lineup__type {
  flex-direction: row-reverse;
}
.lineup .lineup__block:nth-of-type(4) .lineup__move {
  width: 105vw;
  transform: rotate(11.5deg) translateY(11em);
  background: url(../images/top/lineup_move4.png) repeat-x left top/1600px;
}
.lineup .lineup__block:nth-of-type(5) {
  margin-top: -26.5em;
  padding: 18em 0 17.5em;
}
.lineup .lineup__block:nth-of-type(5) .lineup__deco {
  position: absolute;
  top: 12.3em;
  width: 100%;
  margin: 0 auto;
  height: 50em;
  margin-left: 6em;
  background: url(../images/top/lineup_deco5.png) no-repeat center top 0em/960px;
}
.lineup .lineup__block:nth-of-type(5) .lineup__deco img {
  top: 2em;
  right: 0;
  left: 0;
  margin: 0 auto;
  min-width: 1366px;
}
.lineup .lineup__block:nth-of-type(5) .lineup__type {
  width: 51em;
  padding-right: 2em;
}
.lineup .lineup__block:nth-of-type(5) .lineup__type > div:nth-of-type(1) {
  flex-basis: 49%;
}
.lineup .lineup__block:nth-of-type(5) .lineup__type > div:nth-of-type(2) {
  flex-basis: 45%;
  background: url(../images/top/mv1_back.png) no-repeat center top 0em/contain;
}
.lineup .lineup__block:nth-of-type(5) .lineup__type > div:nth-of-type(2) .lineup__title2 {
  margin-top: 0.3em;
  flex-basis: 17%;
}
.lineup .lineup__block:nth-of-type(5) .lineup__type > div:nth-of-type(2) .lineup__no img {
  top: -2.4em;
  right: 2.3em;
}
.lineup .lineup__block:nth-of-type(5)::before {
  background: url(../images/top/lineup_back1.jpg) repeat center top/100%;
  transform: skewY(-9.5deg) translateY(11em);
}
.lineup .lineup__block:nth-of-type(5) .lineup__move {
  top: 0.7em;
  width: 105vw;
  margin-left: -5vw;
  transform: rotate(-9.5deg) translateY(11em);
  background: url(../images/top/lineup_move5.png) repeat-x left top/1600px;
}
.lineup .lineup__block:nth-of-type(6) {
  padding: 16.5em 0 17.5em;
}
.lineup .lineup__block:nth-of-type(6) .lineup__deco {
  position: absolute;
  top: 13em;
  left: 0%;
  width: 100%;
  margin: 0 auto;
  height: 50em;
  background: url(../images/top/lineup_deco6.png) no-repeat center top 1em/1200px;
}
.lineup .lineup__block:nth-of-type(6) .lineup__type {
  width: 53.5em;
  padding-right: 9em;
}
.lineup .lineup__block:nth-of-type(6) .lineup__type > div:nth-of-type(1) {
  flex-basis: 47%;
  margin-left: -4.5em;
}
.lineup .lineup__block:nth-of-type(6) .lineup__type > div:nth-of-type(2) {
  flex-basis: 45%;
  background: url(../images/top/mv1_back.png) no-repeat center top 3em/contain;
}
.lineup .lineup__block:nth-of-type(6) .lineup__type > div:nth-of-type(2) .lineup__title2 {
  margin-top: -2em;
  flex-basis: 17%;
}
.lineup .lineup__block:nth-of-type(6) .lineup__type > div:nth-of-type(2) .lineup__no img {
  top: 0.3em;
  left: 2.8em;
}

@media screen and (min-width: 1921px) {
  .lineup .lineup__block:nth-of-type(1)::before {
    transform: skewY(-5deg) translateY(11em);
  }
  .lineup .lineup__block:nth-of-type(1) .lineup__move {
    transform: rotate(-5deg) translateY(11em);
  }
  .lineup .lineup__block:nth-of-type(2)::before {
    background: url(../images/top/lineup_back2.jpg) repeat center top/100%;
    transform: skewY(3deg) translateY(11em);
  }
  .lineup .lineup__block:nth-of-type(2) .lineup__type {
    flex-direction: row-reverse;
  }
  .lineup .lineup__block:nth-of-type(2) .lineup__move {
    width: 105vw;
    transform: rotate(3deg) translateY(11em);
    background: url(../images/top/lineup_move2.png) repeat-x left top/1600px;
  }
  .lineup .lineup__block:nth-of-type(3)::before {
    background: url(../images/top/lineup_back1.jpg) repeat center top/100%;
    transform: skewY(-3.9deg) translateY(11em);
  }
  .lineup .lineup__block:nth-of-type(3) .lineup__move {
    top: 0.7em;
    width: 105vw;
    margin-left: -5vw;
    transform: rotate(-3.9deg) translateY(11em);
    background: url(../images/top/lineup_move3.png) repeat-x left top/1600px;
  }
  .lineup .lineup__block:nth-of-type(4)::before {
    background: url(../images/top/lineup_back2.jpg) repeat center top/100%;
    transform: skewY(3.5deg) translateY(11em);
  }
  .lineup .lineup__block:nth-of-type(4) .lineup__type {
    flex-direction: row-reverse;
  }
  .lineup .lineup__block:nth-of-type(4) .lineup__move {
    width: 105vw;
    transform: rotate(3.5deg) translateY(11em);
    background: url(../images/top/lineup_move4.png) repeat-x left top/1600px;
  }
  .lineup .lineup__block:nth-of-type(5)::before {
    background: url(../images/top/lineup_back1.jpg) repeat center top/100%;
    transform: skewY(-3.5deg) translateY(11em);
  }
  .lineup .lineup__block:nth-of-type(5) .lineup__move {
    top: 0.7em;
    width: 105vw;
    margin-left: -5vw;
    transform: rotate(-3.5deg) translateY(11em);
    background: url(../images/top/lineup_move5.png) repeat-x left top/1600px;
  }
  .lineup .lineup__block:nth-of-type(6) {
    padding: 16.5em 0 17.5em;
  }
  .lineup .lineup__block:nth-of-type(6) .lineup__deco {
    position: absolute;
    top: 13em;
    left: 0%;
    width: 100%;
    margin: 0 auto;
    height: 50em;
    background: url(../images/top/lineup_deco6.png) no-repeat center top 1em/1200px;
  }
  .lineup .lineup__block:nth-of-type(6)::before {
    transform: skewY(3.5deg) translateY(11em);
  }
  .lineup .lineup__block:nth-of-type(6) .lineup__type {
    flex-direction: row-reverse;
  }
  .lineup .lineup__block:nth-of-type(6) .lineup__move {
    transform: rotate(3.5deg) translateY(11em);
    background: url(../images/top/lineup_move6.png) repeat-x left top/1600px;
  }
}
@media screen and (max-width: 1120px) {
  .lineup {
    padding: 10.3em 0 20em;
  }
  .lineup .lineup__title1 {
    font-size: 1.5vw;
    width: 62em;
    margin: 0 auto;
    padding-left: 1.8em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 1070px) {
  .lineup {
    font-size: 1.68vw;
    background: url(../images/top/lineup_titlebk.png) no-repeat center top 6.3em/160%;
  }
  .lineup .lineup__block:nth-of-type(1) .lineup__deco {
    background: url(../images/top/lineup_deco1.png) no-repeat center top 1em/77em;
  }
  .lineup .lineup__block:nth-of-type(1) .lineup__deco img {
    min-width: inherit;
  }
  .lineup .lineup__block:nth-of-type(1) .lineup__move {
    background-size: 89em;
  }
  .lineup .lineup__block:nth-of-type(2) .lineup__deco {
    background: url(../images/top/lineup_deco2.png) no-repeat center top 1em/77em;
  }
  .lineup .lineup__block:nth-of-type(2) .lineup__deco img {
    min-width: inherit;
  }
  .lineup .lineup__block:nth-of-type(2) .lineup__move {
    background-size: 89em;
  }
  .lineup .lineup__block:nth-of-type(3) .lineup__deco {
    background: url(../images/top/lineup_deco3.png) no-repeat center top 1em/77em;
  }
  .lineup .lineup__block:nth-of-type(3) .lineup__deco img {
    min-width: inherit;
  }
  .lineup .lineup__block:nth-of-type(3) .lineup__move {
    background-size: 89em;
  }
  .lineup .lineup__block:nth-of-type(4) .lineup__deco {
    background: url(../images/top/lineup_deco4.png) no-repeat center top 1em/60em;
  }
  .lineup .lineup__block:nth-of-type(4) .lineup__deco img {
    min-width: inherit;
  }
  .lineup .lineup__block:nth-of-type(4) .lineup__move {
    background-size: 89em;
  }
  .lineup .lineup__block:nth-of-type(5) .lineup__deco {
    background: url(../images/top/lineup_deco5.png) no-repeat center top 1em/52em;
  }
  .lineup .lineup__block:nth-of-type(5) .lineup__deco img {
    min-width: inherit;
  }
  .lineup .lineup__block:nth-of-type(5) .lineup__move {
    background-size: 89em;
  }
  .lineup .lineup__block:nth-of-type(6) .lineup__deco {
    background: url(../images/top/lineup_deco6.png) no-repeat center top 1em/65em;
  }
  .lineup .lineup__block:nth-of-type(6) .lineup__deco img {
    min-width: inherit;
  }
  .lineup .lineup__block:nth-of-type(6) .lineup__move {
    background-size: 89em;
  }
}
@media screen and (max-width: 768px) {
  .lineup {
    font-size: 3.5vw;
    margin: -32.3em 0 0;
    padding: 10.2em 0 20em;
    background: url(../images/top/lineup_titlebk_sp.png) no-repeat left -25em top 5em/240%;
  }
  .lineup::before {
    background: url(../images/top/lineup_back1.jpg) repeat center top/300%;
    transform: skewY(-10deg) translateY(11em);
  }
  .lineup .lineup__title1 {
    width: 50em;
    padding-left: 0em;
    margin-bottom: 4em;
  }
  .lineup .lineup__block {
    margin-top: -12em;
    padding: 15em 0 15em;
  }
  .lineup .lineup__block::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewY(-6.9deg) translateY(11em);
    z-index: -1;
  }
  .lineup .lineup__block .lineup__type {
    width: 100%;
    flex-direction: column;
  }
  .lineup .lineup__block .lineup__type > div:nth-of-type(1) {
    margin-right: 0;
    width: 65%;
    margin: 0 auto 2em;
    position: relative;
  }
  .lineup .lineup__block .lineup__type > div:nth-of-type(1) .lineup__no img {
    position: absolute;
    top: 0em;
    left: -2em;
    width: 6.8em;
    z-index: 2;
  }
  .lineup .lineup__block .lineup__type > div:nth-of-type(2) {
    width: 85%;
    margin: -3.5em auto 0;
    padding: 5em 0 5em;
    background: url(../images/top/mv1_back.png) no-repeat center top 0em/contain;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
  }
  .lineup .lineup__block .lineup__type > div:nth-of-type(2) .lineup__title2 {
    font-size: 2.7em;
    font-weight: bold;
    display: block;
    color: #fff;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
    margin-top: -1em;
    flex-basis: 17%;
  }
  .lineup .lineup__block .lineup__type > div:nth-of-type(2) p {
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    writing-mode: vertical-rl;
    border-right: 0.15em solid #fff;
    flex-basis: 20%;
    padding-right: 1.2em;
    line-height: 1.8;
  }
  .lineup .lineup__block .lineup__move {
    position: absolute;
    top: 0.8em;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 4em;
    transform: rotate(-6.9deg) translateY(11em);
    background: url(../images/top/lineup_move1.png) repeat-x left top/1600px;
  }
  .lineup .lineup__block:nth-of-type(2n) {
    margin-top: -22em;
    padding: 18em 0 15em;
  }
  .lineup .lineup__block:nth-of-type(2n) .lineup__deco {
    width: 100%;
    margin: 0 auto;
    margin-left: 0em;
    background: url(../images/top/lineup_deco2_sp.png) no-repeat center top 0/74%;
  }
  .lineup .lineup__block:nth-of-type(2n) .lineup__deco img {
    top: 2em;
    right: 0;
    left: 0;
    margin: 0 auto;
    min-width: inherit;
  }
  .lineup .lineup__block:nth-of-type(2n) .lineup__type {
    width: 100%;
    flex-direction: column;
  }
  .lineup .lineup__block:nth-of-type(2n) .lineup__type > div:nth-of-type(1) {
    margin-right: 0;
    width: 65%;
    margin: 0 auto 2em;
  }
  .lineup .lineup__block:nth-of-type(2n) .lineup__type > div:nth-of-type(1) .lineup__no img {
    position: absolute;
    top: -3.8em;
    right: -3em;
    left: initial;
    width: 6.8em;
    z-index: 2;
  }
  .lineup .lineup__block:nth-of-type(2n) .lineup__type > div:nth-of-type(2) {
    width: 85%;
    margin: -3.5em auto 0;
    padding: 5em 0 5em;
    background: url(../images/top/mv1_back.png) no-repeat center top 0em/contain;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
  }
  .lineup .lineup__block:nth-of-type(2n) .lineup__type > div:nth-of-type(2) .lineup__title2 {
    font-size: 2.7em;
    font-weight: bold;
    display: block;
    color: #fff;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
    margin-top: -1em;
    flex-basis: 17%;
  }
  .lineup .lineup__block:nth-of-type(2n) .lineup__type > div:nth-of-type(2) p {
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    writing-mode: vertical-rl;
    border-right: 0.15em solid #fff;
    flex-basis: 20%;
    padding-right: 1.2em;
  }
  .lineup .lineup__block:nth-of-type(2n)::before {
    background: url(../images/top/lineup_back2.jpg) repeat center top/100%;
    transform: skewY(9deg) translateY(11em);
  }
  .lineup .lineup__block:nth-of-type(2n) .lineup__move {
    width: 105vw;
    transform: rotate(9deg) translateY(11em);
    background: url(../images/top/lineup_move1.png) repeat-x left top/350%;
  }
  .lineup .lineup__block:nth-of-type(2n+1) {
    margin-top: -22em;
    padding: 18em 0 15em;
  }
  .lineup .lineup__block:nth-of-type(2n+1) .lineup__deco {
    width: 100%;
    margin: 0 auto;
    margin-left: 0em;
    background: url(../images/top/lineup_deco1_sp.png) no-repeat center top 0/74%;
  }
  .lineup .lineup__block:nth-of-type(2n+1) .lineup__deco img {
    top: 2em;
    right: 0;
    left: 0;
    margin: 0 auto;
    min-width: inherit;
  }
  .lineup .lineup__block:nth-of-type(2n+1)::before {
    background: url(../images/top/lineup_back1.jpg) repeat center top/100%;
    transform: skewY(-10deg) translateY(11em);
  }
  .lineup .lineup__block:nth-of-type(2n+1) .lineup__move {
    top: 0.7em;
    width: 105vw;
    margin-left: -5vw;
    transform: rotate(-10deg) translateY(11em);
    background: url(../images/top/lineup_move1.png) repeat-x left top/350%;
  }
  .lineup .lineup__block:nth-of-type(1) {
    margin-top: -12em;
    padding: 18em 0 14em;
  }
  .lineup .lineup__block:nth-of-type(2) {
    margin-top: -22em;
    padding: 21.5em 0 16em;
  }
  .lineup .lineup__block:nth-of-type(2) .lineup__deco {
    left: 0%;
  }
  .lineup .lineup__block:nth-of-type(2) .lineup__type {
    padding-right: 0em;
  }
  .lineup .lineup__block:nth-of-type(2) .lineup__type > div:nth-of-type(2) .lineup__title2 {
    flex-basis: 16%;
  }
  .lineup .lineup__block:nth-of-type(2) .lineup__type {
    flex-direction: column;
  }
  .lineup .lineup__block:nth-of-type(2) .lineup__move {
    background: url(../images/top/lineup_move2.png) repeat-x left top/350%;
  }
  .lineup .lineup__block:nth-of-type(3) {
    margin-top: -24.5em;
    padding: 21.5em 0 12.5em;
  }
  .lineup .lineup__block:nth-of-type(3) .lineup__deco {
    top: 17.5em;
    margin-left: 0;
  }
  .lineup .lineup__block:nth-of-type(3) .lineup__type > div:nth-of-type(1) .lineup__no img {
    top: -4.2em;
    left: -3em;
  }
  .lineup .lineup__block:nth-of-type(3) .lineup__type > div:nth-of-type(2) {
    margin: -4.5em auto 0;
    padding: 3.5em 0 5em;
  }
  .lineup .lineup__block:nth-of-type(3) .lineup__type > div:nth-of-type(2) .lineup__title2 {
    margin-top: 0.8em;
    flex-basis: 17%;
  }
  .lineup .lineup__block:nth-of-type(3) .lineup__move {
    background: url(../images/top/lineup_move3.png) repeat-x left top/350%;
  }
  .lineup .lineup__block:nth-of-type(4) {
    padding: 22em 0 18em;
  }
  .lineup .lineup__block:nth-of-type(4) .lineup__deco {
    top: 17.5em;
    left: initial;
  }
  .lineup .lineup__block:nth-of-type(4) .lineup__type {
    padding-right: 0;
  }
  .lineup .lineup__block:nth-of-type(4) .lineup__type > div:nth-of-type(1) {
    width: 70%;
  }
  .lineup .lineup__block:nth-of-type(4) .lineup__type > div:nth-of-type(1) .lineup__no img {
    right: -2.5em;
  }
  .lineup .lineup__block:nth-of-type(4) .lineup__type > div:nth-of-type(2) .lineup__title2 {
    margin-top: -2em;
    flex-basis: 15%;
  }
  .lineup .lineup__block:nth-of-type(4) .lineup__move {
    background: url(../images/top/lineup_move4.png) repeat-x left top/350%;
  }
  .lineup .lineup__block:nth-of-type(5) {
    margin-top: -26.5em;
    padding: 24em 0 13.5em;
  }
  .lineup .lineup__block:nth-of-type(5) .lineup__deco {
    top: 17.5em;
    margin-left: 0;
  }
  .lineup .lineup__block:nth-of-type(5) .lineup__type {
    width: 100%;
    padding-right: 0;
  }
  .lineup .lineup__block:nth-of-type(5) .lineup__type > div:nth-of-type(1) {
    width: 70%;
  }
  .lineup .lineup__block:nth-of-type(5) .lineup__type > div:nth-of-type(1) .lineup__no img {
    top: -6em;
    right: 2.3em;
  }
  .lineup .lineup__block:nth-of-type(5) .lineup__type > div:nth-of-type(2) .lineup__title2 {
    flex-basis: 16%;
  }
  .lineup .lineup__block:nth-of-type(5) .lineup__move {
    background: url(../images/top/lineup_move5.png) repeat-x left top/350%;
  }
  .lineup .lineup__block:nth-of-type(6) {
    padding: 18em 0 17.5em;
  }
  .lineup .lineup__block:nth-of-type(6) .lineup__deco {
    top: 17em;
  }
  .lineup .lineup__block:nth-of-type(6) .lineup__type {
    width: 100%;
    padding-right: inherit;
  }
  .lineup .lineup__block:nth-of-type(6) .lineup__type > div:nth-of-type(1) {
    margin-left: inherit;
  }
  .lineup .lineup__block:nth-of-type(6) .lineup__type > div:nth-of-type(1) .lineup__no img {
    top: 0em;
    right: -3.5em;
    left: inherit;
  }
  .lineup .lineup__block:nth-of-type(6) .lineup__type > div:nth-of-type(2) .lineup__title2 {
    margin-top: -2em;
    flex-basis: 16%;
  }
}
@keyframes movetext1 {
  0% {
    background-position: left top;
  }
  to {
    background-position: left 1000px top;
  }
}
@keyframes movetext2 {
  0% {
    background-position: left 1000px top;
  }
  to {
    background-position: left top;
  }
}
/* soon
---------------------------------------------------------------- */
.soon {
  margin: -43em 0 0;
  padding: 8.6em 0 14em;
  background: url(../images/top/soon_titlebk.png) no-repeat center top 6.3em/1740px;
  position: relative;
  overflow: hidden;
}
.soon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/top/soon_back.jpg) repeat center top/100%;
  transform: skewY(-5deg) translateY(11em);
  z-index: -1;
}
.soon .soon__title {
  width: 68em;
  margin: 0 auto;
  padding-left: 1.8em;
  margin-bottom: 2em;
}

@media screen and (max-width: 1220px) {
  .soon {
    padding: 9.4em 0 14em;
  }
  .soon .soon__title {
    width: 62em;
    margin: 0 auto;
    padding-left: 1.8em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 1120px) {
  .soon {
    padding: 9.5em 0 14em;
  }
  .soon .soon__title {
    font-size: 1.5vw;
    width: 67em;
    margin: 0 auto;
    padding-left: 1.8em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 1070px) {
  .soon {
    font-size: 1.68vw;
    background: url(../images/top/soon_titlebk.png) no-repeat center top 6.3em/160%;
  }
}
@media screen and (max-width: 768px) {
  .soon {
    font-size: 3.5vw;
    margin: -46em 0 0;
    padding: 9.5em 0 8.5em;
    background: url(../images/top/soon_titlebk_sp.png) no-repeat left -25em top 5em/240%;
  }
  .soon::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/top/soon_back.jpg) repeat center top 4em/117%;
    transform: skewY(-10deg) translateY(11em);
    z-index: -1;
  }
  .soon .soon__title {
    width: 58em;
    padding-left: 0em;
    margin-bottom: 4em;
  }
}
/* contact
---------------------------------------------------------------- */
#contact {
  padding: 10em 0 8.5em;
  background-color: #F0F0F0;
}
#contact:has(#complete) .contact__title {
  display: none !important;
}
#contact .contact__body {
  background-color: #fff;
  padding: 7em 2.5em 6em;
  margin-top: -20.5em;
  box-shadow: 1em 1em 0.55em rgba(35, 24, 21, 0.05);
}
#contact .contact__title {
  text-align: center;
  font-size: 2.5em;
  font-weight: 400;
  margin-bottom: 0.75em;
}
#contact .contact__title > span {
  display: block;
  font-weight: bold;
  font-size: 0.44em;
  color: #E50000;
  margin-top: 0.9em;
}
#contact .contact__lead {
  text-align: center;
  margin-bottom: 7.5em;
}

@media screen and (max-width: 1070px) {
  #contact {
    font-size: 1.68vw;
  }
}
@media screen and (max-width: 768px) {
  #contact {
    font-size: 3.5vw;
    padding: 10em 0 3.5em;
  }
  #contact .contact__body {
    width: 88%;
    margin: 0 auto;
    padding: 4em 2.5em 4em;
    margin-top: -17em;
    box-shadow: 0.3em 0.3em 0.5em rgba(35, 24, 21, 0.05);
  }
  #contact .contact__title {
    font-size: 2.2em;
    margin-bottom: 1.2em;
  }
  #contact .contact__lead {
    font-size: 1.18em;
    margin-bottom: 2.5em;
  }
}
/* corp
---------------------------------------------------------------- */
.corp {
  padding: 10em 0 8.5em;
  background-color: #fff;
}
.corp .corp__title {
  text-align: center;
  font-size: 2.5em;
  font-weight: 400;
  margin-bottom: 2em;
}
.corp .corp__title > span {
  display: block;
  font-weight: bold;
  font-size: 0.44em;
  color: #E50000;
  margin-top: 0.9em;
}
.corp table tr {
  font-size: 0.94em;
  line-height: 1.5;
}
.corp table tr th {
  width: 17.2em;
  background-color: #E9E9E9;
  border-top: 0.09em solid #f9f9f9;
  border-bottom: 0.09em solid #f9f9f9;
  padding: 1em 1.4em;
}
.corp table tr td {
  border-top: 0.09em solid #E9E9E9;
  border-bottom: 0.09em solid #E9E9E9;
  font-weight: 300;
  padding: 1em 1.4em;
}

@media screen and (max-width: 1070px) {
  .corp {
    font-size: 1.68vw;
  }
}
@media screen and (max-width: 768px) {
  .corp {
    font-size: 3.5vw;
    padding: 6em 0 1em;
    background-color: #fff;
  }
  .corp .corp__title {
    text-align: center;
    font-size: 2.2em;
    font-weight: 400;
    margin-bottom: 2.3em;
  }
  .corp .corp__title > span {
    display: block;
    font-weight: bold;
    font-size: 0.5em;
    color: #E50000;
    margin-top: 0.9em;
  }
  .corp table tr {
    font-size: 1.1em;
    line-height: 1.5;
  }
  .corp table tr th {
    display: block;
    width: 100%;
    background-color: #CDCDCD;
    border: none;
    padding: 0.1em 0.6em;
    font-weight: 500;
  }
  .corp table tr td {
    display: block;
    width: 100%;
    border: none;
    font-weight: 300;
    padding: 0.8em 0.2em 2.5em;
  }
}
/* footer
---------------------------------------------------------------- */
footer {
  border-top: 0.056em solid #B6B6B6;
  text-align: center;
  padding: 3em 0 1em;
}
footer .footer__logo {
  width: 10.3em;
  margin: 0 auto 1.8em;
}
footer .footer__copy {
  font-size: 0.72em;
}

@media screen and (max-width: 1070px) {
  footer {
    font-size: 1.68vw;
  }
}
@media screen and (max-width: 768px) {
  footer {
    border-top: 0.09em solid #000000;
    font-size: 3.5vw;
    padding: 2.3em 0 11.5em;
  }
  footer .footer__logo {
    width: 8.5em;
    margin: 0 auto 1em;
  }
  footer .footer__copy {
    font-size: 0.8em;
  }
}
/* totop
---------------------------------------------------------------- */
.totop {
  width: 2.8em;
  height: 2.77em;
  position: fixed;
  bottom: 1em;
  left: 3.5em;
  transition: all 0.3s;
  z-index: 999;
  opacity: 0;
}

@media screen and (max-width: 1172px) {
  .totop {
    font-size: 1.68vw;
  }
}
@media screen and (max-width: 768px) {
  .totop {
    font-size: 3.5vw;
    width: 3.4em;
    height: 3.5em;
    bottom: 8.8em;
    left: 1.1em;
  }
}
/* floatbtn
---------------------------------------------------------------- */
.floatbtn_sns {
  width: 4.17em;
  height: 7em;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 1.3em 0 0;
  box-shadow: 0.17em 0.17em 0.47em #242424;
}
.floatbtn_sns > div {
  position: relative;
}
.floatbtn_sns > div:nth-of-type(1) {
  margin-bottom: 3em;
}
.floatbtn_sns a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 32%;
  margin: 0 auto;
  color: #fff;
}
.floatbtn_sns a:hover {
  width: 50%;
  top: -0.3em;
  opacity: 1;
}

@media screen and (max-width: 1070px) {
  .floatbtn_sns {
    font-size: 1.68vw;
  }
}
@media screen and (max-width: 768px) {
  .floatbtn_sns {
    font-size: 3.5vw;
    width: 100%;
    height: 4em;
    position: fixed;
    top: initial;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 0 0 0;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    border-top: 0.13em solid #fff;
    opacity: 0;
    z-index: -1;
  }
  .floatbtn_sns > div {
    flex-basis: 50%;
  }
  .floatbtn_sns > div:nth-of-type(1) {
    margin-bottom: 0;
    border-right: 0.16em solid #aaa;
  }
  .floatbtn_sns > div:nth-of-type(1) a {
    width: 14.5%;
  }
  .floatbtn_sns a {
    top: 0.8em;
    left: 0;
    right: 0;
    width: 13.7%;
  }
  .floatbtn_sns a:hover {
    width: 13.7%;
    top: 0.8em;
  }
}
/* floatbtn
---------------------------------------------------------------- */
.floatbtn_contact {
  width: 4.17em;
  height: 21.9em;
  position: fixed;
  top: 15.2em;
  right: 0;
  z-index: 999;
  transition: all 0.3s;
  background-color: #e50012;
  box-shadow: 0.17em 0.17em 0.47em #242424;
}
.floatbtn_contact a {
  position: absolute;
  padding-top: 4.3em;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
}
.floatbtn_contact a::before {
  content: "";
  background: url(../images/top/mail.svg) no-repeat center top/contain;
  width: 1.9em;
  height: 1.9em;
  position: absolute;
  top: 1.9em;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s;
}
.floatbtn_contact a:hover {
  opacity: 1;
}
.floatbtn_contact a:hover::before {
  width: 3em;
  height: 3em;
  top: 1.5em;
}

@media screen and (max-height: 700px) {
  .floatbtn_contact {
    top: 30vh;
  }
}
@media screen and (max-height: 600px) {
  .floatbtn_contact {
    top: 7.5em;
  }
}
@media screen and (max-width: 1070px) {
  .floatbtn_contact {
    font-size: 1.68vw;
  }
}
@media screen and (max-width: 768px) {
  .floatbtn_contact {
    font-size: 3.5vw;
    width: 100%;
    height: 4.8em;
    position: fixed;
    top: initial;
    right: 0;
    left: 0;
    bottom: 4em;
    background-color: rgba(0, 0, 0, 0.65);
    box-shadow: none;
    padding-top: 0.8em;
    opacity: 0;
    z-index: -1;
  }
  .floatbtn_contact a {
    position: relative;
    padding-top: 0em;
    padding-left: 2.4em;
    top: initial;
    left: initial;
    right: initial;
    display: block;
    width: 84%;
    height: 2.5em;
    text-align: center;
    margin: 0 auto;
    writing-mode: initial;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    background-color: #e50012;
    border-radius: 3em;
  }
  .floatbtn_contact a::before {
    content: "";
    background: url(../images/top/mail.svg) no-repeat center top/contain;
    width: 1.6em;
    height: 1.6em;
    position: absolute;
    top: 0.6em;
    left: 1.5em;
    right: initial;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .floatbtn_contact a:hover::before {
    width: 1.6em;
    height: 1.6em;
    top: 0.6em;
  }
}
/* slick
----------------------------------------------------- */
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: inherit;
  left: 0;
}

.slick-next:before {
  background: url(../images/top/voice_icon2.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.slick-prev:before {
  background: url(../images/top/voice_icon1.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.slick-arrow {
  font-size: 3.5vw !important;
  z-index: 2 !important;
  width: 3.2em !important;
  height: 3.2em !important;
  top: initial !important;
}

.slick-next {
  bottom: -4.8em !important;
  right: 9em !important;
}

.slick-prev {
  bottom: -4.8em !important;
  left: 9em !important;
}