@charset "UTF-8";
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}

.f-ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
}

.f-en {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body:not(.arena2025-item) #ztmy-header, body:not(.arena2025-item) #pcMenu, body:not(.arena2025-item) .ztmy-bottom--nav {
  display: none !important;
}

.col-bk {
  color: #000000;
}

.col-wh {
  color: #fff;
}

.col-rd {
  color: #f81627;
}

.col-gy {
  color: #999999;
}

.col-bl {
  color: #5d7d8b;
}

.col-gr {
  color: #4daf7c;
}

.col-pk {
  color: #e48bfc;
}

.col-br {
  color: #5e5c5c;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.se {
  display: block !important;
}
@media screen and (max-width: 479px) {
  .se {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.sp_inline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_inline {
    display: inline !important;
  }
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.note {
  font-size: 12px;
  margin-bottom: 10px;
}

.note-li {
  margin-bottom: 10px;
}
.note-li li {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}

form {
  padding: 0;
  margin: 0;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}

a:not([class]) {
  font-weight: 300;
  color: #fff;
  text-decoration: underline;
}
a:not([class]):hover {
  opacity: 0.7;
}

dl dt {
  padding-left: 10px;
  border-left: solid 6px #000000;
  margin-bottom: 5px;
  font-weight: bold;
}
dl dd {
  margin-bottom: 20px;
}

.ztmy-container {
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .ztmy-container {
    font-size: 13px;
  }
}

.ztmy-wrap {
  max-width: 100%;
}

img {
  width: 100%;
}

.ztmy-container {
  font-family: "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
}

body {
  background-color: #fff;
  background-image: none;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  font-family: "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body .maincontent {
    font-size: 10px !important;
  }
}

article {
  max-width: 100%;
  color: #000000;
}

.zo__inner {
  margin: 0 auto;
  padding: 0 14px;
}
@media screen and (max-width: 768px) {
  .zo__inner {
    max-width: 100%;
  }
}
.zo__check {
  padding-top: 40px;
  display: flex;
  gap: 40px;
  justify-content: flex-end;
  margin-right: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .zo__check {
    margin-right: 0;
    padding-bottom: 40px;
    gap: 10px;
    padding-top: 20px;
  }
}
.zo__check .checkbox-container {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  user-select: none;
}
.zo__check .checkbox-bg {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  position: relative;
  overflow: visible;
  border: 2px solid #5e5c5c;
}
@media screen and (max-width: 768px) {
  .zo__check .checkbox-bg {
    width: 10px;
    height: 10px;
    border: 1px solid #5e5c5c;
  }
}
.zo__check .checkmark-svg {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: visible;
  padding: 0 0 8px 6px;
}
@media screen and (max-width: 768px) {
  .zo__check .checkmark-svg {
    padding: 0 0 7px 5px;
    width: 18px;
    height: 18px;
  }
}
.zo__check .checkmark-path {
  fill: #5d7d8b;
  transform-origin: center left;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.zo__check .checkbox-container.active .checkmark-path {
  transform: scaleX(1);
}
.zo__check .checkbox-container span {
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5e5c5c;
}
@media screen and (max-width: 768px) {
  .zo__check .checkbox-container span {
    font-size: 10px;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.zo__check .bounce {
  animation: bounce 0.5s ease;
}
@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.zo__check .checkbox-container.active .checkmark-path {
  animation: scaleIn 0.5s forwards;
}
.zo__btn a {
  display: block;
  width: fit-content;
  border: solid 1.5px #5e5c5c;
  line-height: 1;
  padding: 10px 30px 10px 10px;
  font-weight: 900;
  position: relative;
  overflow: hidden;
  color: #5e5c5c;
  z-index: 0;
  text-decoration: unset;
  letter-spacing: 0.03em;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .zo__btn a {
    font-size: 12px;
    padding: 8px 25px 8px 10px;
  }
}
.zo__btn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #5e5c5c;
  z-index: -1;
  transition: height 0.3s ease;
}
.zo__btn a::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 10px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background: url("../img/special/yamaha/arrow_b.svg") no-repeat center;
  background-size: contain;
  transition: background-image 0.3s ease;
}
@media screen and (max-width: 768px) {
  .zo__btn a::after {
    width: 11px;
    height: 11px;
  }
}
.zo__btn a:hover::before {
  height: 100%;
}
.zo__btn a:hover {
  color: #fff;
  opacity: 1;
  border: solid 1.5px #5e5c5c;
}
.zo__btn a:hover::after {
  background-image: url("../img/special/yamaha/arrow_w.svg");
}
.zo__head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .zo__head {
    padding: 0;
    margin-bottom: 30px;
  }
}
.zo__head-label {
  background-color: #5d7d8b;
  color: #fff;
  padding: 10px 8.5px;
  font-size: 22px;
  line-height: 1;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: rotate(-90deg);
  display: inline-block;
  white-space: nowrap;
  margin-right: -18px;
}
@media screen and (max-width: 768px) {
  .zo__head-label {
    font-size: 9px;
    padding: 3px;
    margin-right: -10px;
    width: 34px;
  }
}
.zo__head-text {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 77px;
  justify-content: space-between;
  padding: 0 30px;
  color: #5e5c5c;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 30px;
  border: 1px solid #5d7d8b;
}
@media screen and (max-width: 768px) {
  .zo__head-text {
    font-size: 12px;
    padding: 0 10px;
    height: 32px;
  }
}
.zo__head-text h2 {
  letter-spacing: -1px;
  font-weight: 500;
}
.zo__kv {
  overflow-x: hidden;
}
.zo__lead {
  padding: 0 0 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .zo__lead {
    padding: 20px 0 60px;
  }
}
.zo__lead-item {
  text-align: center;
}
.zo__lead-item--logo {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .zo__lead-item--logo {
    margin-bottom: 40px;
  }
}
.zo__lead-item--logo img {
  max-width: 483px;
  width: 35vw;
}
@media screen and (max-width: 768px) {
  .zo__lead-item--logo img {
    max-width: 202px;
    width: 100%;
  }
}
.zo__lead-item--txt {
  color: #000000;
}
.zo__lead-item--txt h2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-family: "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .zo__lead-item--txt h2 {
    font-size: 16px;
  }
}
.zo__lead-item--txt p {
  line-height: 1.8;
  font-family: "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-weight: 550;
}
.zo__item {
  padding-bottom: 160px;
  color: #5e5c5c;
}
@media screen and (max-width: 768px) {
  .zo__item {
    padding-bottom: 60px;
  }
}
.zo__item-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .zo__item-info {
    display: block;
    width: 75vw;
  }
}
.zo__item-info--text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .zo__item-info--text {
    margin-top: 50px;
  }
}
.zo__item-info--text h2 {
  font-size: 32px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .zo__item-info--text h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.zo__item-info--text h2 .price {
  background: unset;
  color: #5e5c5c;
  font-size: 16px;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .zo__item-info--text h2 .price {
    font-size: 12px;
    margin-top: 3px;
  }
}
.zo__item-info--text h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-weight: 300;
  border-bottom: 1px solid #5e5c5c;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .zo__item-info--text h4 {
    margin-bottom: 20px;
  }
}
.zo__item-info--text .zo__btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .zo__item-info--text .zo__btn {
    margin-top: 20px;
  }
}
.zo__item-info--text .attention {
  font-size: 12px;
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .zo__item-info--text .attention {
    font-size: 8px;
  }
}
.zo__item-info--img {
  max-width: 427px;
  width: 32vw;
}
@media screen and (max-width: 768px) {
  .zo__item-info--img {
    width: 100%;
    max-width: 100%;
  }
}
.zo__slider {
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .zo__slider {
    padding-bottom: 70px;
  }
}
.zo__slider-visual {
  width: 73%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .zo__slider-visual {
    margin-bottom: 30px;
    width: 100%;
  }
}
.zo__slider-version {
  max-width: 880px;
  margin: 0 auto;
  width: 59vw;
}
@media screen and (max-width: 768px) {
  .zo__slider-version {
    width: 75vw;
    max-width: 100%;
  }
}
.zo__slider-version h3 {
  margin-bottom: 20px;
}
.zo__slider-version h4 {
  margin-bottom: 2px;
}
.zo__slider-version h3, .zo__slider-version h4 {
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .zo__slider-version h3, .zo__slider-version h4 {
    font-size: 10px;
  }
}
.zo__slider-version--box {
  margin-bottom: 20px;
}
.zo__slider-version--box:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .zo__slider-version--box {
    margin-bottom: 10px;
  }
}
.zo__slider-version--box p {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .zo__slider-version--box p {
    font-size: 8px;
  }
}
.zo__slider-version--box p .bold {
  font-weight: 600;
  display: inline-block;
}
.zo__slider-version .attention {
  margin-top: 60px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .zo__slider-version .attention {
    margin-top: 40px;
    font-size: 7px;
  }
}
.zo__slider .zo__head {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .zo__slider .zo__head {
    margin-bottom: 20px;
  }
}
.zo__slider .swiper-container {
  overflow: visible;
  padding: 0 24vw;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .zo__slider .swiper-container {
    padding: 0 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 479px) {
  .zo__slider .swiper-container {
    padding: 0;
  }
}
.zo__slider .swiper-slide {
  position: relative;
  text-align: center;
}
.zo__slider .swiper-slide img {
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #5d7d8b;
}
.zo__slider .swiper-slide .swiper-number {
  width: 100%;
  display: block;
  text-align: right;
  font-size: 15px;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5e5c5c;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .zo__slider .swiper-slide .swiper-number {
    margin-top: 5px;
    font-size: 10px;
  }
}
.zo__slider .swiper-button-prev,
.zo__slider .swiper-button-next {
  top: 50%;
  margin-top: -22px;
  z-index: 10;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .zo__slider .swiper-button-prev,
  .zo__slider .swiper-button-next {
    width: 15px;
    height: 15px;
  }
}
.zo__slider .swiper-button-prev {
  left: 25vw;
  background-image: url("../img/special/yamaha/arrow_triangle.svg");
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .zo__slider .swiper-button-prev {
    left: 9vw;
  }
}
@media screen and (max-width: 479px) {
  .zo__slider .swiper-button-prev {
    left: 11vw;
  }
}
.zo__slider .swiper-button-next {
  right: 25vw;
  background-image: url("../img/special/yamaha/arrow_triangle.svg");
}
@media screen and (max-width: 768px) {
  .zo__slider .swiper-button-next {
    right: 9vw;
  }
}
@media screen and (max-width: 479px) {
  .zo__slider .swiper-button-next {
    right: 11vw;
  }
}
.zo__slider .swiper-button-prev:hover {
  background-image: url("../img/special/yamaha/arrow_triangle-h.svg");
}
.zo__slider .swiper-button-next:hover {
  background-image: url("../img/special/yamaha/arrow_triangle-h.svg");
}
.zo__slider .swiper-button-prev::after,
.zo__slider .swiper-button-next::after {
  display: none;
}
.zo__slider .zo__item-info {
  max-width: 1121px;
  margin: 0 auto;
  padding: 60px 30px 0;
}
@media screen and (max-width: 768px) {
  .zo__slider .zo__item-info {
    padding: 40px 20px 0;
  }
}
.zo__slider .zo__item-info h3 {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
}
.zo__coming {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .zo__coming {
    margin-bottom: 40px;
  }
}
.zo__coming-visual {
  max-width: 632px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .zo__coming-visual {
    max-width: 100%;
    width: 70%;
  }
}
.zo__coming-txt {
  color: #999999;
  text-align: center;
  font-size: 23px;
  margin-top: 80px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zo__coming-txt {
    margin-top: 30px;
    font-size: 10px;
  }
}
.zo__coming .zo__head {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .zo__coming .zo__head {
    margin-bottom: 40px;
  }
}
.zo__footer {
  text-align: center;
  padding: 20px 0;
  color: #fff;
  background: #5d7d8b;
}
@media screen and (max-width: 768px) {
  .zo__footer {
    padding: 8px 0;
  }
}
.zo__footer .copy {
  font-size: 12px;
  line-height: 1;
  font-family: "Helvetica Neue", sans-serif;
}
@media screen and (max-width: 768px) {
  .zo__footer .copy {
    font-size: 8px;
  }
}

.animate-text {
  visibility: hidden;
  transition: opacity 0.8s ease-in-out, margin-top 0.8s ease-in-out;
  z-index: 4;
}

.none::after {
  content: none !important;
}/*# sourceMappingURL=orion.css.map */