/* Scss Document */
ul, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

li, dt, dd, p {
  margin: 0;
  padding: 0;
}

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

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

a {
  color: #ffff00;
}

a:hover {
  color: #ffff00;
  text-decoration: none;
}

a.link {
  transition: 0.2s;
  text-decoration: underline;
  position: relative;
}
a.link:hover {
  text-decoration: none;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-weight: 400;
  font-size: 1.6em;
  font-style: normal;
  font-family: "m-plus-2p", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.7;
  word-wrap: break-word;
  background: #000 url("../img/bg.png") repeat center top;
  background-size: 450px auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: clamp(1.4rem, 3.7vw, 2rem);
    background-size: 400px auto;
  }
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 9999;
  transition: 0.3s;
}
.loaded .loading {
  opacity: 0;
}

.wrap {
  overflow-x: hidden;
  position: relative;
}

.header {
  position: relative;
  margin-bottom: 60px;
  padding: 28px 1.5vw 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .header {
    margin-bottom: 12vw;
    padding: 4.5vw 2.5vw 0;
  }
}
.header .header-logo a {
  display: block;
  aspect-ratio: 400/84;
  height: 36px;
  background: url("../img/ico-amiami.png") no-repeat left center/contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.2s;
  opacity: 1;
}
.header .header-logo a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .header .header-logo a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header .header-logo a {
    height: 5.4vw;
  }
}
.header .drawer-btn {
  display: block;
  position: fixed;
  top: 16px;
  right: 1.5vw;
  width: 80px;
  aspect-ratio: 152/110;
  background: url("../img/ico-menu.png") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 100;
}
.header .drawer-btn::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/ico-menu-close.png") no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .header .drawer-btn {
    width: 12vw;
    top: 2vw;
    right: 2vw;
  }
}
.header .drawer-btn.open::after {
  opacity: 1;
}
.header .g-nav__list-wrap {
  position: fixed;
  height: 100%;
  top: 0;
  max-width: 460px;
  width: 35vw;
  right: -35vw;
  overflow: auto;
  transition: 0.3s;
  background: #fcf506;
  background-size: 400px auto;
}
.header .g-nav__list-wrap.open {
  right: 0;
}
@media screen and (max-width: 767px) {
  .header .g-nav__list-wrap {
    width: 80vw;
    right: -80vw;
  }
}
.header .g-nav__list {
  position: relative;
  width: 80%;
  margin: 27% auto 0;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .header .g-nav__list {
    margin: 40% auto 0;
    padding: 0;
    position: relative !important;
  }
}
.header .g-nav__item {
  margin-bottom: 2.5em;
}
.header .g-nav__item a {
  display: block;
  line-height: 1.2;
  color: #000;
  font-weight: 900;
  font-size: 3rem;
  transition: 0.2s;
  opacity: 1;
}
.header .g-nav__item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .header .g-nav__item a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header .g-nav__item a {
    font-size: clamp(1.8rem, 5vw, 3rem);
  }
}

.section-top {
  margin: 0 auto 100px;
}
@media screen and (max-width: 991px) {
  .section-top {
    margin: 0 auto 12vw;
  }
}
.section-top__mainvisual {
  position: relative;
  margin: 0 auto 15px;
  max-width: 1302px;
  background: url("../img/mainvisual-pc.png") no-repeat center center;
  aspect-ratio: 1302/760;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .section-top__mainvisual {
    background-image: url("../img/mainvisual-sp.png");
    aspect-ratio: 750/518;
    margin-bottom: 2vw;
  }
}
.section-top__txt {
  position: relative;
  font-weight: 900;
  font-size: clamp(2rem, 2.6vw, 3.6rem);
  text-align: center;
}
.section-top__txt span {
  background-size: 10px 5px;
  background-image: linear-gradient(to right, #ffff00 5px, transparent 5px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .section-top__txt {
    font-size: clamp(1.4rem, 4.4vw, 3rem);
  }
  .section-top__txt span {
    background-size: 6px 3px;
    background-image: linear-gradient(to right, #ffff00 3px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 4px;
  }
}

.section-summary {
  margin: 0 auto 50px;
  padding-top: 100px;
  max-width: 950px;
}
@media screen and (max-width: 991px) {
  .section-summary {
    margin: 0 3vw 5vw;
    padding-top: 14vw;
  }
}
.section-summary__heading {
  position: relative;
  margin-bottom: 0.25em;
  color: #ffff00;
  text-align: center;
  font-weight: 900;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .section-summary__heading {
    margin-bottom: 0;
    font-size: clamp(2rem, 6vw, 4.6rem);
  }
}
.section-summary__heading--sub {
  line-height: 1.6;
  color: #ffff00;
  font-weight: 800;
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .section-summary__heading--sub {
    font-size: clamp(1.6rem, 4.3vw, 2.6rem);
  }
}
.section-summary__box {
  position: relative;
  background-color: #000;
  border: 1px solid #fff;
  margin-top: 1em;
  margin-bottom: 1em;
}
.section-summary__box::before, .section-summary__box::after {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section-summary__box::before, .section-summary__box::after {
    width: 6px;
  }
}
.section-summary__box::before {
  top: -1px;
  left: -1px;
  background-image: url("../img/corner-1.png");
}
.section-summary__box::after {
  top: -1px;
  right: -1px;
  background-image: url("../img/corner-2.png");
}
.section-summary__inner {
  position: relative;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .section-summary__inner {
    padding: 5vw;
    line-height: 1.3;
  }
}
.section-summary__inner::before, .section-summary__inner::after {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section-summary__inner::before, .section-summary__inner::after {
    width: 6px;
  }
}
.section-summary__inner::before {
  bottom: -1px;
  left: -1px;
  background-image: url("../img/corner-2.png");
}
.section-summary__inner::after {
  bottom: -1px;
  right: -1px;
  background-image: url("../img/corner-1.png");
}
.section-summary__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-summary__block--left {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .section-summary__block--left {
    width: 100%;
    order: 2;
  }
}
.section-summary__block--right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section-summary__block--right {
    width: 100%;
    order: 1;
    margin-bottom: 4vw;
  }
}
.section-summary__wrap picture {
  display: block;
}
.section-summary__wrap picture + picture {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .section-summary__wrap picture + picture {
    margin-top: 3vw;
  }
}
.section-summary__wrap picture img {
  display: block;
  width: 100%;
}
.section-summary__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 26px;
  margin: 0 auto 100px;
  max-width: 950px;
}
@media screen and (max-width: 991px) {
  .section-summary__list {
    gap: 8vw 5.0445103858%;
    margin: 0 4vw 11vw;
  }
}
.section-summary__item {
  width: 296px;
}
@media screen and (max-width: 991px) {
  .section-summary__item {
    width: 47.4777448071%;
  }
}
.section-summary__item img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .section-summary__span {
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  .section-summary__span--1 {
    letter-spacing: -0.03em;
  }
}
.section-summary__list--desc dt {
  margin-bottom: 0.1em;
}
.section-summary__list--desc dt span {
  display: inline-block;
  line-height: 1.4;
  padding: 0 0.2em;
  border: 1px solid #ffff00;
  font-weight: 700;
  font-size: 1.6rem;
  color: #ffff00;
}
@media screen and (max-width: 767px) {
  .section-summary__list--desc dt span {
    font-size: clamp(1.2rem, 3.2vw, 1.8rem);
  }
}
.section-summary__list--desc dd {
  line-height: 1.3;
  margin-bottom: 0.8em;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .section-summary__list--desc dd {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
  }
}
.section-summary__list--desc dd:last-child {
  margin-bottom: 0;
}
.section-summary__list--note {
  line-height: 1.5;
  padding: 0 0 0 1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .section-summary__list--note {
    font-size: clamp(1.2rem, 3.4vw, 1.5rem);
  }
}
.section-summary__list--note li {
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.section-summary__list--note li:last-child {
  margin: 0;
}
.section-summary__txt {
  line-height: 1.6;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-summary__txt {
    text-align: left;
    font-size: clamp(1.6rem, 4.3vw, 2.6rem);
  }
}
.section-summary__txt--note {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-summary__txt--note {
    text-align: left;
    padding-left: 1em;
    font-size: clamp(1.2rem, 3.4vw, 1.5rem);
    text-indent: -1em;
  }
}
.section-summary__link {
  display: block;
  position: relative;
  width: 360px;
  margin: 1em auto;
  border: 1px solid #ffff00;
  background-color: #000000;
  transition: 0.2s;
  opacity: 1;
}
.section-summary__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .section-summary__link:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .section-summary__link {
    width: 74%;
  }
}
.section-summary__link.btn-dvdbox {
  width: 560px;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .section-summary__link.btn-dvdbox {
    width: 100%;
  }
}
.section-summary__link.btn-cs {
  opacity: 1 !important;
}
.section-summary__link::before, .section-summary__link::after {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section-summary__link::before, .section-summary__link::after {
    width: 6px;
  }
}
.section-summary__link::before {
  top: -1px;
  left: -1px;
  background-image: url("../img/corner-y-1.png");
}
.section-summary__link::after {
  top: -1px;
  right: -1px;
  background-image: url("../img/corner-y-2.png");
}
.section-summary__link-inner {
  position: relative;
  border: 1px solid #b3b300;
  padding-left: 30px;
  text-align: center;
}
.btn-dvdbox .section-summary__link-inner {
  text-align: left;
  padding-left: 86px;
}
@media screen and (max-width: 767px) {
  .btn-dvdbox .section-summary__link-inner {
    padding-left: 10.5vw;
  }
}
.btn-cs .section-summary__link-inner {
  padding-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .section-summary__link-inner {
    padding-left: 5vw;
  }
}
.section-summary__link-inner::before, .section-summary__link-inner::after {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section-summary__link-inner::before, .section-summary__link-inner::after {
    width: 6px;
  }
}
.section-summary__link-inner::before {
  bottom: -2px;
  left: -2px;
  background-image: url("../img/corner-y-2.png");
}
.section-summary__link-inner::after {
  bottom: -2px;
  right: -2px;
  background-image: url("../img/corner-y-1.png");
}
.section-summary__link-txt {
  position: relative;
  display: inline-block;
  padding: 16px 0 17px;
  line-height: 1.25;
  font-family: "ab-megadot9", sans-serif;
  font-size: 2.5rem;
}
@media screen and (max-width: 991px) {
  .section-summary__link-txt {
    padding: 2vw 0 2.2vw;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
  }
}
@media screen and (max-width: 991px) {
  .btn-dvdbox .section-summary__link-txt {
    font-size: clamp(1.3rem, 3.7vw, 2.5rem);
  }
}
.section-summary__link-txt::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 18px;
  aspect-ratio: 37/53;
  background: url(../img/yellow_arw.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .section-summary__link-txt::before {
    left: -5vw;
    width: 3vw;
    background-size: 100% auto;
  }
}
.btn-cs .section-summary__link-txt {
  color: #ffff00;
}
.btn-cs .section-summary__link-txt::before {
  display: none;
}
.section-summary__fonts {
  line-height: 1.25;
  font-family: "dotgothic16", sans-serif;
  font-size: 2.75rem;
  padding-top: 0.1em;
}
@media screen and (max-width: 991px) {
  .section-summary__fonts {
    font-size: clamp(1.7rem, 4.6vw, 2.7rem);
  }
}

.modal {
  display: none;
  position: relative;
  z-index: 1000;
}
.modal.is-open {
  display: block;
}
.modal-btn, .modal-btn:focus {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.modal-btn::before, .modal-btn::after, .modal-btn:focus::before, .modal-btn:focus::after {
  display: block;
  content: "";
  position: absolute;
}
.modal-btn::before, .modal-btn:focus::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid #ffff00;
  z-index: 1;
}
.modal-btn::after, .modal-btn:focus::after {
  aspect-ratio: 1/1;
  background: url("../img/ico-zoom.png") no-repeat center center;
  background-size: contain;
  width: 36px;
  top: 8px;
  right: 8px;
}
@media screen and (max-width: 991px) {
  .modal-btn::after, .modal-btn:focus::after {
    width: clamp(22px, 5.8vw, 50px);
    top: 3%;
    right: 3%;
  }
}
.modal__overlay {
  position: fixed;
  inset: 0;
}
.modal__inner {
  display: grid;
  place-items: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.modal__container {
  position: relative;
  width: min(100%, 960px);
  max-height: calc(100vh - 200px);
  box-sizing: border-box;
  margin-top: 100px;
  background-color: #fff;
  overflow-y: auto;
}
@media screen and (max-width: 991px) {
  .modal__container {
    min-width: 200px;
    width: 75%;
  }
}
.modal__close-btn {
  position: absolute;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  top: 10px;
  right: 15px;
  width: 76px;
  aspect-ratio: 152/110;
}
@media screen and (max-width: 991px) {
  .modal__close-btn {
    right: 2vw;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .modal__close-btn {
    width: 12vw;
    top: 2vw;
  }
}
.modal__close-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/ico-close.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.modal__close-btn:focus {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
}
.modal__img {
  display: block;
  width: 100%;
}
.modal__blank {
  display: block;
  width: 100%;
  height: 1500px;
}
@media screen and (max-width: 991px) {
  .modal__blank {
    height: 500px;
  }
}
.modal[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal__overlay, .modal__container {
  will-change: transform;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.footer {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 160px 0 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 24vw 3vw 0;
  }
}
.footer__bnr-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .footer__bnr-list {
    margin-bottom: 9vw;
    flex-direction: column;
  }
}
.footer__bnr-item {
  width: clamp(200px, 26%, 360px);
  margin: 0 15px;
}
@media screen and (max-width: 991px) {
  .footer__bnr-item {
    width: 29%;
    margin: 0 1vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__bnr-item {
    width: clamp(200px, 64%, 360px);
    margin: 0 auto 3%;
  }
}
.footer__bnr-item a {
  display: block;
  transition: 0.2s;
  opacity: 1;
}
.footer__bnr-item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .footer__bnr-item a:hover {
    opacity: 1;
  }
}
.footer__bnr-item img {
  width: 100%;
}

.sns-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sns-nav__list {
    margin-bottom: 9vw;
  }
}
.sns-nav__item {
  position: relative;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .sns-nav__item {
    margin: 0 2vw;
  }
}
.sns-nav__item a {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 44px;
  aspect-ratio: 1/1;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.2s;
  opacity: 1;
}
.sns-nav__item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .sns-nav__item a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .sns-nav__item a {
    height: 8vw;
  }
}
.sns-nav__item a.ico-x {
  background-image: url("../img/ico-x.png");
}
.sns-nav__item a.ico-fb {
  background-image: url("../img/ico-fb.png");
}
.sns-nav__item a.ico-line {
  background-image: url("../img/ico-line.png");
}

.copyright {
  line-height: 1.3;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.25;
  font-family: "ab-megadot9", sans-serif;
}
@media screen and (max-width: 767px) {
  .copyright {
    margin: 0 auto 18vw;
    font-size: clamp(1rem, 3vw, 1.4rem);
  }
}
.copyright p {
  line-height: 1;
}
.copyright__fonts {
  padding-right: 0.1em;
  line-height: 1.25;
  font-family: "dotgothic16", sans-serif;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .copyright__fonts {
    font-size: 1.8rem;
    font-size: clamp(1.8rem, 5vw, 2rem);
  }
}

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 2vw;
  z-index: 200;
  width: 146px;
  aspect-ratio: 400/196;
  cursor: pointer;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: filter 0.3s;
  filter: brightness(1);
}
.pagetop::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/btn-pagetop.png") no-repeat center center;
  background-size: contain;
  transition: 0.2s;
}
@media screen and (max-width: 991px) {
  .pagetop {
    width: 14vw;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 25vw;
    bottom: 14px;
  }
}
.pagetop:hover {
  filter: brightness(1.1);
}
@media screen and (max-width: 991px) {
  .pagetop:hover {
    filter: brightness(1);
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.5s, transform 0.4s;
  transition-delay: 0.4s;
  transform: translateY(30px);
}
.fade.scroll {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=common.css.map */