@import url("base.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #fff;
}

.inner {
  max-width: 100%;
  width: 1560px;
  margin: 0 auto;
  padding: 0 30px;
}
.inner.narrow {
  width: 1260px;
}

.disabled {
  pointer-events: none;
  opacity: 0.2;
}

a {
  color: #ff1440;
  word-break: break-all;
  transition: all 0.4s ease;
}
a:hover {
  opacity: 0.6;
}

.fancybox-slide {
  padding: 15px !important;
}

main {
  margin-top: 80px;
}
main .sectionTitle {
  text-align: center;
  margin-bottom: 60px;
  z-index: 1;
  position: relative;
}
main .enTitle {
  font-size: 1.4rem;
  display: block;
  color: #fff;
  padding-top: 25px;
  letter-spacing: 0.4em;
}
main .subTitle {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 50px;
  background: #000;
  display: inline-block;
  line-height: 55px;
}
main .subStrong {
  color: #000;
  margin-right: 5px;
  font-size: 5rem;
  position: relative;
  z-index: 1;
}
main .subStrong::before {
  content: "";
  background: #24c8c8;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}

/* HEADER */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header__menu {
  background: #000;
  position: relative;
  text-align: center;
}
.header__nav {
  padding: 13px 0;
  height: 80px;
}
.header__list {
  display: inline-block;
  margin: 0 25px;
  position: relative;
}
.header__list.new::after {
  content: "NEW";
  background: #24c8c8;
  color: #000;
  font-weight: 700;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  padding: 0 5px;
  line-height: 1.25;
}
.header__link {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  line-height: 1.5;
  display: block;
  height: 46.5px;
}
.header__link:hover {
  opacity: 1;
}
.header__link:before {
  content: "";
  width: 0;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 3px solid #24c8c8;
  transition: all 0.5s;
  opacity: 0;
}
.header__link:hover:before {
  width: 70px;
  opacity: 1;
}
.header__jpLink {
  font-size: 1rem;
  display: block;
  padding-top: 5px;
  font-weight: 400;
  line-height: 1;
}
.header__langWrap {
  position: absolute;
  top: 0;
  right: 0;
  background: #333;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}
.header__lang {
  color: #888;
  font-weight: 700;
}
.header__lang + li {
  margin-left: 5px;
}
.header__lang + li::before {
  content: "/";
  padding-right: 5px;
  font-size: 2rem;
}
.header__langLink {
  color: #fff;
  font-size: 2rem;
}

/* FOOTER */
.scrollToTop {
  position: fixed;
  right: 39px;
  bottom: 39px;
  z-index: 999;
  display: none;
}

.footer {
  padding: 120px 0 40px;
  text-align: center;
  background: #000;
  position: relative;
  z-index: 1;
}
.footer::before, .footer::after {
  position: absolute;
  z-index: -1;
}
.footer::before {
  content: url(../images/footer_random_l.png);
  left: 0;
  top: -140px;
}
.footer::after {
  content: url(../images/footer_random_r.png);
  right: 0;
  top: -180px;
}
.footer__social {
  text-align: center;
  margin-bottom: 70px;
}
.footer__sns {
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
}
.footer__sns:last-child {
  margin-right: 0;
}
.footer__bottom {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin: 0 10%;
}
.footer__notes {
  text-align: left;
}
.footer__note {
  color: #aaa;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.footer__icon--01, .footer__icon--02 {
  vertical-align: middle;
}
.footer__ratings {
  display: flex;
}
.footer__rating {
  width: auto;
  height: 80px;
}
.footer__rating + .footer__rating {
  margin-left: 20px;
}
.footer__rating img {
  width: auto;
  height: 100%;
}
.footer__logoList {
  margin: 40px 0 20px;
}
.footer__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 20px 0;
}
.footer__item:last-child {
  margin-right: 0;
}

#copyright {
  font-size: 1.2rem;
  font-weight: 400;
  color: #aaa;
}

.sp {
  display: none;
}

@media (max-width: 1920px) {
  .footer::before {
    content: "";
    background: url(../images/footer_random_l.png) no-repeat left center/contain;
    width: 23.4vw;
    height: 330px;
    left: 0;
    bottom: 440px;
  }
  .footer::after {
    content: "";
    background: url(../images/footer_random_r.png) no-repeat right center/contain;
    width: 28vw;
    height: 370px;
    right: 0;
    bottom: 440px;
  }
}
@media (max-width: 1360px) {
  .header__list {
    margin: 0 15px;
  }
}
@media (max-width: 1190px) {
  .header__list {
    margin: 0 10px;
  }
  .header__link {
    font-size: 1.4rem;
  }
  .header__langWrap {
    padding: 0 10px;
  }
  .header__langLink {
    font-size: 1.4rem;
  }
}
@media (max-width: 880px) {
  .header__list {
    margin: 0 5px;
  }
}
/* STYLE MOBILE */
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    width: 100%;
    padding: 0 4%;
  }
  main {
    margin-top: 40px;
  }
  main .sectionTitle {
    width: 140px;
    margin: 0 auto 30px;
  }
  main .enTitle {
    font-size: 1rem;
    padding-top: 10px;
  }
  main .subTitle {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 36px;
  }
  main .subStrong {
    font-size: 3.5rem;
  }
  main .subStrong::before {
    content: "";
    background: #24c8c8;
    width: 40px;
    height: 40px;
  }
  /* MENU */
  .header__menu {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .header .hambuger {
    width: 40px;
    height: 25px;
    z-index: 9991;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 7.5px auto;
  }
  .header .hambuger span {
    display: block;
    height: 5px;
    width: 100%;
    background: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .hambuger span:nth-child(1) {
    margin-bottom: 5px;
  }
  .header .hambuger span:nth-child(2) {
    opacity: 1;
  }
  .header .hambuger span:nth-child(3) {
    margin-top: 5px;
  }
  .header .hambuger.open span:nth-child(1) {
    margin-bottom: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .hambuger.open span:nth-child(2) {
    opacity: 0;
  }
  .header .hambuger.open span:nth-child(3) {
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header__nav {
    display: none;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    z-index: 99;
    padding: 15px 40px;
    overflow-y: scroll;
  }
  .header__list {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: block;
    width: 100%;
    margin: 0;
  }
  .header__list.new::after {
    content: none;
  }
  .header__list.new .header__link::after {
    content: "NEW";
    background: #24c8c8;
    color: #000;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 0 5px;
    line-height: 1.25;
    display: inline-block;
    margin-left: 10px;
  }
  .header__link {
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    display: block;
    letter-spacing: 2px;
    font-size: 2rem;
    height: auto;
  }
  .header__link:hover:before {
    content: none;
  }
  .header__jpLink {
    font-size: 1.4rem;
    display: inline;
    padding-left: 15px;
  }
  .header__langWrap {
    z-index: 99999;
    height: 40px;
    width: 100%;
    justify-content: flex-end;
    padding-right: 25px;
  }
  .header__lang + li::before {
    font-size: 1.8rem;
  }
  .header__langLink {
    font-size: 1.8rem;
  }
  .scrollToTop {
    width: 60px;
    bottom: 10px;
    right: 2.5%;
  }
  .footer {
    padding: 60px 0 20px;
  }
  .footer::before {
    content: "";
    background: url(../images/footer_random_sp.png) no-repeat right top/cover;
    width: 268px;
    height: 181px;
    left: auto;
    right: 0;
    top: -90px;
  }
  .footer::after {
    content: none;
  }
  .footer__social {
    margin-bottom: 40px;
  }
  .footer__edfwb {
    width: 185px;
    display: block;
    margin: 0 auto;
  }
  .footer__logoList {
    margin: 20px auto 20px;
    width: 200px;
  }
  .footer__item {
    margin-right: 5%;
    margin-bottom: 0;
  }
  .footer__item:nth-child(1) {
    width: 75px;
    margin-bottom: 20px;
  }
  .footer__item:nth-child(2) {
    width: 94px;
    margin-bottom: 20px;
  }
  .footer__item:nth-child(3) {
    width: 94px;
  }
  .footer__item:nth-child(4) {
    width: 77px;
  }
  .footer__bottom {
    display: block;
    margin: 0;
  }
  .footer__notes {
    text-align: center;
  }
  .footer__note {
    font-size: 1rem;
  }
  .footer__icon--01 {
    width: 13px;
  }
  .footer__icon--02 {
    width: 30px;
  }
  .footer__ratings {
    justify-content: center;
    margin: 0 0 20px;
  }
  .footer__rating {
    height: 60px;
  }
  #copyright {
    font-size: 9px;
    font-weight: 300;
  }
}