@charset "UTF-8";
/*
    Theme Name: Project_Name
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, small, strong, b, i,
dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, footer,
header, menu, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, footer, header, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em, b {
  font-style: normal;
}

img {
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

input, select {
  vertical-align: middle;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 10px;
}

body {
  position: relative;
  height: 100%;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
    -webkit-text-size-adjust: 100%;
  }
}

a {
  text-decoration: none;
  color: #FF7CD6;
}
a:active, a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.acs {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s ease-out;
}
.acs.is-inview {
  transform: translateY(0);
  opacity: 1;
}

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

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

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

input [type=submit] {
  cursor: pointer;
}

input {
  border: none;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

input[type=submit],
input[type=button],
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  background: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  overflow: auto;
}

.if-italic {
  font-family: serif !important;
  font-style: italic !important;
}

.st-header {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  padding: 45px;
}
@media screen and (max-width: 960px) {
  .st-header {
    padding: 25px;
  }
}
.st-header a {
  display: block;
}

@media screen and (max-width: 960px) {
  .st-header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 260px;
    padding: 100px 30px 160px;
    background-color: #121212;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .st-header__nav.is-open {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
}
.st-header__nav ul {
  display: flex;
}
@media screen and (max-width: 960px) {
  .st-header__nav ul {
    display: block;
    width: 100%;
  }
}
.st-header__nav ul li + li {
  margin-left: 15px;
}
@media screen and (max-width: 960px) {
  .st-header__nav ul li + li {
    margin: 10px 0 0;
  }
}
.st-header__nav ul li a {
  display: block;
  color: #ffffff;
  font-weight: bold;
}
.st-header__nav ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .st-header__nav ul li a {
    display: block;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .st-header__nav ul li a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 10px;
    height: 1px;
    background-color: #ffffff;
  }
}
.st-header__nav ul li a.if-en {
  color: #FF7CD6;
}
.st-header__nav ul li a.if-en.if-front {
  color: #121212;
}
@media screen and (max-width: 960px) {
  .st-header__nav ul li a.if-en.if-front {
    color: #FF7CD6 !important;
  }
}

.st-header__menu {
  display: none;
}
@media screen and (max-width: 960px) {
  .st-header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
    width: 35px;
    height: 35px;
    background-color: #121212;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  .st-header__menu span {
    display: block;
    width: 15px;
    height: 1px;
    background-color: #ffffff;
    transition: 0.3s;
  }
  .st-header__menu span + span {
    margin-top: 3px;
  }
  .st-header__menu.is-open div {
    transform: translateX(1px);
  }
  .st-header__menu.is-open span:nth-child(1) {
    transform: rotate(45deg) translate(1px, 1.5px);
  }
  .st-header__menu.is-open span:nth-child(2) {
    transform: rotate(-45deg) translate(1px, -2px);
  }
}

.st-footer {
  padding: 70px 5% 45px;
  color: #ffffff;
  background-color: #121212;
}
@media screen and (max-width: 767px) {
  .st-footer {
    padding-bottom: 100px;
  }
}

.st-footer__logo {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .st-footer__logo {
    padding: 0 20px;
  }
}

.st-footer__text {
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .st-footer__text {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}

.st-footer__nav ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .st-footer__nav ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .st-footer__nav ul li {
    width: calc(50% - 2px);
  }
}
.st-footer__nav ul li + li {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .st-footer__nav ul li + li {
    margin-left: 0;
  }
}
.st-footer__nav ul li a {
  display: block;
  color: #ffffff;
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .st-footer__nav ul li a {
    padding: 10px;
    margin-bottom: 4px;
    text-align: center;
    font-size: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.st-footer__nav ul li a.if-en {
  color: #FF7CD6;
}
.st-footer__nav ul li a:hover {
  opacity: 1;
}

.st-footer__sns {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .st-footer__sns {
    margin-top: 30px;
  }
}
.st-footer__sns li + li {
  margin-left: 20px;
}
.st-footer__sns li a {
  display: block;
  opacity: 0.85;
}
.st-footer__sns li a:hover {
  opacity: 1;
}

.st-footer__banners {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.st-footer__banners li + li {
  margin-left: 10px;
}
.st-footer__banners li a {
  display: block;
  opacity: 0.85;
}
.st-footer__banners li a:hover {
  opacity: 1;
}

.st-footer__copyright {
  margin-top: 30px;
  font-size: 1rem;
  text-align: center;
}

.st-footer__sitepolicy {
  text-align: center;
  margin-top: 30px;
}
.st-footer__sitepolicy a {
  text-decoration: underline;
  color: #ffffff;
  font-size: 1rem;
}
.st-footer__sitepolicy a:hover {
  text-decoration: none;
}

.sw-contentWrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .sw-contentWrap.pn {
    padding: 0;
  }
}

.sw-banner {
  position: fixed;
  right: 35px;
  bottom: 35px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sw-banner {
    right: 10px;
    bottom: 10px;
  }
}
.sw-banner a {
  display: block;
}
@media screen and (max-width: 960px) {
  .sw-banner a {
    max-width: 200px;
  }
}
.sw-banner a:hover {
  opacity: 0.85;
}

.sw-button__normal.if-special {
  margin-top: 30px;
  margin-bottom: 80px;
}
.sw-button__normal a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  padding: 15px;
  margin: 0 auto;
  color: #121212;
  font-weight: bold;
  background-color: rgba(255, 124, 214, 0.8);
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .sw-button__normal a {
    width: 210px;
    padding: 10px;
    font-size: 1.3rem;
  }
}
.sw-button__normal a:hover {
  background-color: #ff7cd6;
}
.sw-button__normal a img {
  margin-right: 5px;
}
.sw-button__normal a.if-twitter {
  color: #ffffff;
  background-color: rgba(0, 172, 238, 0.8);
  transition: 0.3s;
}
.sw-button__normal a.if-twitter:hover {
  background-color: #00acee;
}
@media screen and (max-width: 960px) {
  .sw-button__normal a.if-twitter img {
    width: 15px;
    height: 12px;
  }
}
.sw-button__normal a.if-instagram {
  color: #ffffff;
  background-color: rgba(207, 46, 146, 0.8);
  transition: 0.3s;
}
.sw-button__normal a.if-instagram:hover {
  background-color: #cf2e92;
}
@media screen and (max-width: 960px) {
  .sw-button__normal a.if-instagram img {
    width: 15px;
    height: 15px;
  }
}
.sw-button__normal a.if-youtube {
  color: #ffffff;
  background-color: rgba(255, 0, 0, 0.8);
  transition: 0.3s;
}
.sw-button__normal a.if-youtube:hover {
  background-color: red;
}
@media screen and (max-width: 960px) {
  .sw-button__normal a.if-youtube img {
    width: 15px;
    height: auto;
  }
}
.sw-button__normal a.if-black {
  color: #ffffff;
  background-color: #121212;
  transition: 0.3s;
}
.sw-button__normal a.if-black:hover {
  background-color: #2c2c2c;
}

.front-hero__caption {
  margin-top: 10px;
  font-size: 1rem;
}

.sw-about {
  position: relative;
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
}

.sw-about__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.25;
}
.sw-about__logo.is-open {
  opacity: 0.25 !important;
}
@media screen and (max-width: 767px) {
  .sw-about__logo {
    opacity: 0.15;
  }
}
@media screen and (max-width: 960px) {
  .sw-about__logo img {
    width: 400px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .sw-about__logo img {
    width: 300px;
    height: auto;
  }
}

.sw-about__table {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 960px) {
  .sw-about__table {
    padding: 60px 0 0 0;
  }
}
.sw-about__table table tr th {
  padding: 10px 40px 10px 0;
  text-align: left;
  color: #FF7CD6;
}
@media screen and (max-width: 767px) {
  .sw-about__table table tr th {
    padding-right: 0;
    width: 80px;
  }
}
.sw-about__table table tr td {
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .sw-about__table table tr td {
    padding-left: 20px;
    padding-right: 0;
  }
}
.sw-about__table table tr td span {
  font-size: 1.2rem;
}

.sw-about__caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #ffffff;
  font-size: 1rem;
}

.sw-access__units {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sw-access__units {
    display: block;
  }
}

.sw-access__content {
  width: calc(50% - 20px);
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sw-access__content {
    width: 100%;
    margin-bottom: 15px;
  }
}
.sw-access__content h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  opacity: 0.45;
}
@media screen and (max-width: 767px) {
  .sw-access__content h3 {
    font-size: 1.5rem;
  }
}
.sw-access__content span {
  margin-top: 5px;
  font-size: 1.2rem;
}
.sw-access__content span + h3 {
  margin-top: 25px;
}
.sw-access__content a {
  color: #121212;
  text-decoration: underline;
}
.sw-access__content a:hover {
  text-decoration: none;
}

.sw-access__map {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sw-access__map {
    width: 100%;
  }
}
.sw-access__map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .sw-access__map iframe {
    height: 200px;
  }
}

.sw-hero {
  position: relative;
  margin-bottom: 80px;
  padding: 240px 0;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 960px) {
  .sw-hero {
    padding: 200px 30px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sw-hero {
    padding: 150px 30px;
    margin-bottom: 5%;
  }
}
.sw-hero.if-outline {
  background-image: url(assets/img/outline/hero.jpg);
}
.sw-hero.if-catalog {
  background-image: url(assets/img/catalog/hero.jpg);
}
.sw-hero.if-ambassador {
  background-image: url(assets/img/ambassador/hero.jpg);
}
.sw-hero.if-highlight {
  background-image: url(assets/img/highlight/hero.jpg);
}
.sw-hero.if-news {
  background-image: url(assets/img/news/hero.jpg);
}
.sw-hero.if-ticket {
  background-image: url(assets/img/ticket/hero.jpg);
}
.sw-hero.if-sitepolicy {
  background-image: url(assets/img/sitepolicy/hero.jpg);
}
.sw-hero.if-special {
  background-image: url(assets/img/special/hero.jpg);
}

.sw-hero__heading {
  text-align: center;
}
.sw-hero__heading h1 {
  margin-top: 20px;
  color: #ffffff;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .sw-hero__heading h1 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .sw-hero__heading img {
    width: auto;
    height: 40px;
  }
}

.sw-hero__breadCrumb {
  position: absolute;
  left: 0;
  bottom: 60px;
  right: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .sw-hero__breadCrumb {
    bottom: 75px;
  }
}
.sw-hero__breadCrumb li {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sw-hero__breadCrumb li {
    font-size: 1rem;
  }
}
.sw-hero__breadCrumb li + li {
  margin-left: 10px;
}
.sw-hero__breadCrumb li + li:before {
  display: block;
  content: "＞";
  margin-right: 10px;
  color: #ffffff;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sw-hero__breadCrumb li + li:before {
    font-size: 1rem;
  }
}
.sw-hero__breadCrumb li a,
.sw-hero__breadCrumb li span {
  color: #ffffff;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sw-hero__breadCrumb li a,
.sw-hero__breadCrumb li span {
    font-size: 1rem;
  }
}

.sw-hero__caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: right;
  color: #ffffff;
  font-size: 1rem;
}

.sw-coming {
  padding: 60px;
  margin-bottom: 100px;
  background-color: #efefef;
}
@media screen and (max-width: 960px) {
  .sw-coming {
    padding: 30px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sw-coming {
    padding: 25px 20px;
    margin-bottom: 60px;
  }
}

.sw-coming__inner {
  background-color: rgba(18, 18, 18, 0.15);
}
.sw-coming__inner p {
  padding: 120px 0;
  text-align: center;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .sw-coming__inner p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sw-coming__inner p {
    padding: 60px 0;
    font-size: 1.6rem;
  }
}

.sw-coming__heading {
  line-height: 1;
  margin-bottom: 35px;
  font-size: 2.6rem;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .sw-coming__heading {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sw-coming__heading {
    font-size: 1.8rem;
  }
}

.sw-lnav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -70px;
  margin-bottom: 45px;
}
@media screen and (max-width: 960px) {
  .sw-lnav {
    margin-top: -50px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sw-lnav {
    margin-top: 5px;
  }
}
.sw-lnav.if-mt00 {
  margin-top: 0;
}
.sw-lnav li {
  margin-bottom: 15px;
}
.sw-lnav li + li {
  margin-left: 15px;
}
.sw-lnav li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 0 35px 1px;
  font-size: 1.4rem;
  color: #121212;
  border: 1px solid #efefef;
  border-radius: 18px;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sw-lnav li a {
    font-size: 1.2rem;
    height: 30px;
    padding: 0 10px;
    border-radius: 15px;
  }
}
.sw-lnav li a:hover {
  background-color: #121212;
}
.sw-lnav li a:hover span {
  opacity: 1;
}
.sw-lnav li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-size: 1.4rem;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .sw-lnav li a span {
    display: none;
  }
}

.sw-special ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .sw-special ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .sw-special ul {
    display: block;
  }
}
.sw-special ul li {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .sw-special ul li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .sw-special ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sw-special ul li:nth-child(3n) {
  margin-right: 0;
}
.sw-special ul li a {
  color: #121212;
}

.sw-special__heading {
  margin: 15px 0 10px;
  color: #E74291;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .sw-special__heading {
    margin: 12px 0 8px;
    font-size: 1.4rem;
  }
}
.sw-special__heading span {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 70px;
  height: 25px;
  margin-right: 8px;
  padding-top: 1px;
  background-color: #E74291;
  font-size: 1.3rem;
  color: #ffffff;
  text-align: center;
}

.sw-special__img {
  padding-top: 67.25%;
  background-size: cover;
  background-position: center;
  background-color: #efefef;
}

.sw-special__text {
  font-size: 1.2rem;
  line-height: 1.9;
}

.sw-special__time {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
  color: #A0A0A0;
}

.front-wrapper {
  padding: 160px 0 0;
  background-color: #FF7CD6;
}
@media screen and (max-width: 960px) {
  .front-wrapper {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .front-wrapper {
    padding-top: 100px;
  }
}

.front-hero {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .front-hero {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .front-hero {
    margin-bottom: 30px;
  }
}
.front-hero.if-teaser {
  margin: 0;
  padding: 120px 0;
  min-height: 100vh;
  background-color: #FF7CD6;
}

.front-hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .front-hero__inner {
    display: block;
    padding: 0 30px;
  }
}

@media screen and (max-width: 960px) {
  .front-hero__img {
    margin-bottom: 20px;
  }
}

.front-hero__content {
  padding-right: 80px;
  padding-left: 15px;
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .front-hero__content {
    padding: 0 5% 0 0;
  }
}
@media screen and (max-width: 767px) {
  .front-hero__content {
    padding: 0;
  }
}

@media screen and (max-width: 960px) {
  .front-hero__text01 img {
    width: 100%;
    height: auto;
  }
}

.front-hero__text-units {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.front-hero__text-units p {
  font-size: 1.2rem;
}

.front-hero__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .front-hero__buttons.pc {
    display: none;
  }
}
.front-hero__buttons.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .front-hero__buttons.sp {
    display: flex;
  }
}
.front-hero__buttons .sw-button__normal {
  width: calc(50% - 5px);
}
.front-hero__buttons .sw-button__normal a {
  width: 100%;
}

.front-hero__youtube {
  margin-top: 10px;
}

.campaign-banner.pc {
  text-align: center;
  margin-top: 100px;
}

.campaign-banner.sp {
  margin-top: 50px;
}

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

  .campaign-banner.pc {
    display: none;
  }
}
.front-hero__buttons.sp {
  display: none;
}

.campaign-banner.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .front-hero__buttons.sp {
    display: flex;
  }

  .campaign-banner.sp {
    display: flex;
  }
}
.campaign-banner {
  align-items: center;
  justify-content: center;
  min-width: 152px;
  padding: 15px 25px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .campaign-banner {
    padding: 10px 15px;
  }
}
.campaign-banner img {
  border-radius: 25px;
  border: 3px solid #ffffff;
}

@media screen and (max-width: 767px) {
  .campaign-banner img {
    border-radius: 15px;
  }
}
.front-info {
  margin-bottom: 120px;
}
@media screen and (max-width: 1280px) {
  .front-info {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .front-info {
    margin-bottom: 60px;
  }
}
.front-info dl {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .front-info dl {
    display: block;
  }
}
.front-info dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 152px;
  padding: 15px 25px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #121212;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .front-info dl dt {
    min-width: inherit;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .front-info dl dt {
    padding: 10px;
  }
}
.front-info dl dd {
  width: 100%;
  padding: 15px 20px;
  color: #121212;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  .front-info dl dd {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .front-info dl dd {
    padding: 10px 15px;
  }
}
.front-info dl dd time {
  display: block;
  font-weight: bold;
}

.front-news {
  position: relative;
  padding: 80px 80px 45px;
  background-image: url(assets/img/front/news-bg.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1280px) {
  .front-news {
    padding: 45px;
  }
}
@media screen and (max-width: 960px) {
  .front-news {
    padding: 55px 35px 45px;
  }
}
@media screen and (max-width: 767px) {
  .front-news {
    padding: 45px 20px 35px;
  }
}
.front-news .sw-button__normal {
  margin-top: 25px;
}
@media screen and (max-width: 960px) {
  .front-news .sw-button__normal {
    margin-top: 20px;
  }
}

.front-news__heading {
  position: absolute;
  top: -30px;
  left: -30px;
}
@media screen and (max-width: 1280px) {
  .front-news__heading {
    left: -20px;
  }
  .front-news__heading img {
    width: 240px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .front-news__heading {
    top: -17px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .front-news__heading img {
    width: 160px;
    height: auto;
  }
}

.front-news__units {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .front-news__units {
    display: block;
  }
}

.front-news__list {
  width: calc(100% - 270px);
}
@media screen and (max-width: 960px) {
  .front-news__list {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 767px) {
  .front-news__list {
    width: 100%;
  }
}
.front-news__list ul li + li {
  margin-top: 2px;
}
.front-news__list ul li a {
  display: block;
  position: relative;
  color: #121212;
  padding: 30px 120px 30px 25px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .front-news__list ul li a {
    padding: 15px 70px 20px 20px;
  }
}
.front-news__list ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 62px;
  height: 62px;
  margin-top: -31px;
  background-image: url(assets/img/front/news-icon.svg);
  background-size: 62px;
}
@media screen and (max-width: 960px) {
  .front-news__list ul li a:after {
    right: 15px;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    background-size: 38px;
  }
}
.front-news__list ul li a time {
  font-size: 1.2rem;
  opacity: 0.45;
}
@media screen and (max-width: 960px) {
  .front-news__list ul li a time {
    font-size: 1rem;
  }
}
.front-news__list ul li a:hover {
  background-color: #ffffff;
}

.front-news__sns {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .front-news__sns {
    width: 100%;
    margin-top: 35px;
  }
}

.front-news__sns-twitter {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .front-news__sns-twitter {
    margin: 0 auto;
  }
  .front-news__sns-twitter iframe {
    width: 100%;
  }
}

.front-news__caption {
  margin-top: 10px;
  padding-bottom: 60px;
  color: #ffffff;
  font-size: 1rem;
}

.front-about {
  position: relative;
  margin-top: 120px;
  padding: 100px 0 120px;
  background-image: url(assets/img/front/about-bg.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1280px) {
  .front-about {
    margin-top: 80px;
  }
}
@media screen and (max-width: 960px) {
  .front-about {
    padding: 60px 0 80px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .front-about {
    padding-top: 35px;
  }
}

.front-access {
  padding: 60px 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .front-access {
    padding: 45px 0;
  }
}

.front-special {
  padding: 100px 0;
  background-color: #EFEFEF;
}

.front-special__heading {
  text-align: center;
  margin-bottom: 60px;
}

.outline-about {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .outline-about {
    margin-bottom: 5%;
  }
}
.outline-about .sw-about {
  padding: 80px;
  background-color: #121212;
}
@media screen and (max-width: 960px) {
  .outline-about .sw-about {
    padding: 30px;
  }
}
.outline-about .sw-about__logo {
  top: 60px;
  left: 80px;
  opacity: 0.1;
}
@media screen and (max-width: 960px) {
  .outline-about .sw-about__logo {
    top: 45px;
    left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .outline-about .sw-about__logo {
    top: 30px;
    left: 30px;
  }
  .outline-about .sw-about__logo img {
    width: 220px;
    height: auto;
  }
}

.outline-access {
  margin-bottom: 30px;
}
.outline-access .sw-access {
  padding: 45px 60px;
  background-color: #efefef;
}
@media screen and (max-width: 960px) {
  .outline-access .sw-access {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .outline-access .sw-access {
    padding: 20px;
  }
}

.outline-access__heading {
  font-size: 2.6rem;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .outline-access__heading {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .outline-access__heading {
    font-size: 1.8rem;
  }
}

.outline-round {
  padding: 45px 60px 60px;
  background-color: #efefef;
}
@media screen and (max-width: 960px) {
  .outline-round {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .outline-round {
    padding: 20px;
  }
}

.outline-round__title {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .outline-round__title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .outline-round__title {
    font-size: 1.8rem;
  }
}

.outline-round__heading {
  display: flex;
  align-items: center;
  padding: 15px 20px 15px;
  color: #ffffff;
  background-color: #121212;
}
@media screen and (max-width: 767px) {
  .outline-round__heading {
    display: block;
    text-align: center;
    padding: 10px 0 12px;
  }
}
.outline-round__heading h3 {
  font-size: 1.7rem;
}
@media screen and (max-width: 960px) {
  .outline-round__heading h3 {
    font-size: 1.5rem;
  }
}
.outline-round__heading span {
  margin-left: 15px;
  font-size: 1.5rem;
  color: #FF7CD6;
}
@media screen and (max-width: 960px) {
  .outline-round__heading span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .outline-round__heading span {
    display: block;
    margin: 0;
  }
}
.outline-round__heading span a {
  text-decoration: underline;
}
.outline-round__heading span a:hover {
  text-decoration: none;
}

.outline-round__unit + .outline-round__unit {
  margin-top: 20px;
}

.outline-round__table {
  width: 100%;
}
.outline-round__table tr th {
  width: 70px;
  padding: 15px 20px;
  text-align: left;
  font-weight: 900;
  background-color: #ffffff;
  border-bottom: 1px solid #121212;
}
@media screen and (max-width: 767px) {
  .outline-round__table tr th {
    width: 50px;
    padding: 10px;
    vertical-align: middle;
  }
}
.outline-round__table tr td {
  padding: 15px;
  background-color: #ffffff;
  border-bottom: 1px solid #121212;
}
@media screen and (max-width: 767px) {
  .outline-round__table tr td {
    padding: 10px;
  }
}
.outline-round__table tr:last-child th {
  border-bottom: 0;
}
.outline-round__table tr:last-child td {
  border-bottom: 0;
}

.outline-round__caution {
  margin-bottom: 100px;
  margin-top: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  .outline-round__caution {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .outline-round__caution {
    margin-bottom: 60px;
  }
}

.ambassador-section {
  margin-bottom: 30px;
  padding: 45px 60px 60px;
  background-color: #efefef;
}
@media screen and (max-width: 960px) {
  .ambassador-section {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ambassador-section {
    padding: 20px;
  }
}

.ambassador-section__inner {
  padding: 45px 60px;
  color: #ffffff;
  background-color: #121212;
}
@media screen and (max-width: 960px) {
  .ambassador-section__inner {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ambassador-section__inner {
    padding: 30px 25px;
  }
}

.ambassador-section__title {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .ambassador-section__title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ambassador-section__title {
    font-size: 1.8rem;
  }
}

.ambassador-section__units {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .ambassador-section__units {
    display: block;
  }
}

.ambassador-section__heading {
  margin-bottom: 35px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.45;
}
@media screen and (max-width: 960px) {
  .ambassador-section__heading {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .ambassador-section__heading {
    margin-bottom: 25px;
    text-align: left;
    font-size: 1.6rem;
  }
  .ambassador-section__heading br {
    display: none;
  }
}

.ambassador-section__img {
  position: relative;
  width: 333px;
}
@media screen and (max-width: 960px) {
  .ambassador-section__img {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 25px;
  }
}
.ambassador-section__img:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #121212;
  content: "";
}

.ambassador-section__content {
  flex: 1;
  padding-left: 45px;
}
@media screen and (max-width: 960px) {
  .ambassador-section__content {
    max-width: 580px;
    margin: 0 auto 25px;
    padding-left: 0;
  }
}
.ambassador-section__content dl dt {
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .ambassador-section__content dl dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .ambassador-section__content dl dt {
    font-size: 1.3rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .ambassador-section__content dl dt img {
    width: 80px;
    height: auto;
  }
}
.ambassador-section__content dl dd {
  margin-top: 15px;
  font-size: 1.3rem;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .ambassador-section__content dl dd {
    font-size: 1.1rem;
  }
}
.ambassador-section__content dl dd + dt {
  margin-top: 35px;
}

.ambassador-guide {
  margin-bottom: 60px;
}

.ambassador-guide__inner {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .ambassador-guide__inner {
    font-size: 1.3rem;
  }
}
.ambassador-guide__inner p {
  margin: 25px 0;
}
.ambassador-guide__inner p a {
  color: #121212;
  text-decoration: underline;
}
.ambassador-guide__inner p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .ambassador-guide__inner p span {
    display: none;
  }
}
.ambassador-guide__inner .sw-button__normal a {
  margin: 30px 0;
}
.ambassador-guide__inner .caution {
  font-size: 1.1rem;
}

.ticket-section {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #efefef;
}
@media screen and (max-width: 960px) {
  .ticket-section {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ticket-section {
    padding: 25px 20px;
  }
}
.ticket-section + .ticket-section {
  margin-bottom: 30px;
}
.ticket-section.if-mb {
  margin-bottom: 80px;
}
.ticket-section.if-sold {
  position: relative;
}
.ticket-section.if-sold:before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "SOLD OUT";
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 900;
  background-color: rgba(230, 0, 18, 0.75);
}

.ticket-section__red {
  margin: 20px 0;
  color: #E60012;
  font-size: 1.6rem;
}

.ticket-section__title {
  position: relative;
  line-height: 1;
  margin-bottom: 35px;
  font-size: 2.6rem;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .ticket-section__title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ticket-section__title {
    font-size: 1.8rem;
  }
}
.ticket-section__title span {
  margin-left: 5px;
  font-size: 1.8rem;
}
.ticket-section__title .sold {
  position: relative;
  top: -2px;
  display: inline-block;
  background-color: #E60012;
  color: #ffffff;
  padding: 5px 10px 7px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .ticket-section__title .sold {
    font-size: 1.3rem;
  }
}

.ticket-section__text + .ticket-section__text {
  margin-top: 20px;
}
.ticket-section__text a {
  color: #121212;
  text-decoration: underline;
}
.ticket-section__text a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .ticket-section__fee {
    -ms-overflow-x: scroll;
    overflow-x: scroll;
  }
}
.ticket-section__fee table {
  width: 100%;
  font-size: 1.6rem;
  border-top: 2px solid #121212;
  border-bottom: 2px solid #121212;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  .ticket-section__fee table {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ticket-section__fee table {
    font-size: 1.3rem;
  }
}
.ticket-section__fee table tr .if-small {
  font-size: 1.2rem;
}
.ticket-section__fee table tr th {
  width: 20%;
  padding: 15px;
  text-align: center;
  font-weight: 900;
  border-bottom: 1px solid #121212;
  border-right: 1px solid #121212;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .ticket-section__fee table tr th {
    padding: 10px;
  }
}
.ticket-section__fee table tr th span {
  display: block;
  font-size: 1.1rem;
  color: red;
}
.ticket-section__fee table tr th:nth-child(2) {
  border-right: 1px dotted #121212;
}
.ticket-section__fee table tr th:last-child {
  border-right: 0;
}
.ticket-section__fee table tr th br {
  display: none;
}
@media screen and (max-width: 767px) {
  .ticket-section__fee table tr th br {
    display: block;
  }
}
.ticket-section__fee table tr td {
  width: 20%;
  padding: 15px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #121212;
  border-right: 1px solid #121212;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .ticket-section__fee table tr td {
    padding: 10px;
  }
}
.ticket-section__fee table tr td:nth-child(2) {
  border-right: 1px dotted #121212;
}
.ticket-section__fee table tr td:last-child {
  border-right: 0;
}
.ticket-section__fee p {
  margin-top: 10px;
  font-size: 1.2rem;
}

.ticket-section__crowd {
  margin-top: 45px;
}
.ticket-section__crowd p {
  font-size: 1.4rem;
}
.ticket-section__crowd p a {
  color: #121212;
  text-decoration: underline;
}
.ticket-section__crowd p a:hover {
  text-decoration: none;
}

.ticket-section__crowd-title {
  align-items: center;
  margin-bottom: 20px;
  padding: 25px 25px 27px;
  font-size: 1.8rem;
  color: #E60012;
  border: 2px solid #E60012;
  background-color: #ffffff;
}
.ticket-section__crowd-title span {
  display: inline;
  font-size: 1.2rem;
}

.ticket-section__place {
  margin-top: 45px;
}
@media screen and (max-width: 960px) {
  .ticket-section__place {
    margin-top: 30px;
  }
}
.ticket-section__place h3 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .ticket-section__place h3 {
    font-size: 1.6rem;
  }
}
.ticket-section__place table {
  width: 100%;
  max-width: 100%;
  font-size: 1.4rem;
  margin-bottom: 45px;
}
@media screen and (max-width: 960px) {
  .ticket-section__place table {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .ticket-section__place table {
    font-size: 1.1rem;
  }
}
.ticket-section__place table thead tr th {
  padding: 15px;
  text-align: center;
  color: #ffffff;
  background-color: #121212;
  border-right: 1px solid #efefef;
}
.ticket-section__place table thead tr th:last-child {
  border-right: 1px solid #121212;
}
@media screen and (max-width: 767px) {
  .ticket-section__place table thead tr th {
    padding: 10px;
  }
}
.ticket-section__place table tbody tr th {
  min-width: 280px;
  padding: 35px 15px;
  text-align: center;
  border-right: 1px solid #CFCFCF;
  border-bottom: 1px solid #121212;
  background-color: #ffffff;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  .ticket-section__place table tbody tr th {
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .ticket-section__place table tbody tr th {
    min-width: inherit;
    width: 30%;
    padding: 10px;
  }
}
.ticket-section__place table tbody tr th p {
  font-size: 1.2rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .ticket-section__place table tbody tr th p {
    font-size: 1rem;
  }
}
.ticket-section__place table tbody tr td {
  padding: 35px 15px;
  text-align: center;
  border-right: 1px solid #CFCFCF;
  border-bottom: 1px solid #121212;
  background-color: rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .ticket-section__place table tbody tr td {
    width: 35%;
    padding: 10px;
  }
}
.ticket-section__place table tbody tr td.if-inside {
  border-bottom: 1px solid #CFCFCF;
}
.ticket-section__place table tbody tr td:last-child {
  border-right: 0;
}
.ticket-section__place table tbody tr td p.if-wn {
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .ticket-section__place table tbody tr td p.if-wn {
    white-space: normal;
  }
}
.ticket-section__place table tbody tr td p a {
  text-decoration: underline;
}
.ticket-section__place table tbody tr td p a:hover {
  text-decoration: none;
}

.ticket-section__caution {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .ticket-section__caution {
    font-size: 1.1rem;
  }
}

.ticket-section__deals-units {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ticket-section__deals-units {
    display: block;
  }
}

.ticket-section__deals-unit {
  width: calc(50% - 10px);
  padding: 30px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .ticket-section__deals-unit {
    width: 100%;
    padding: 20px;
  }
  .ticket-section__deals-unit + .ticket-section__deals-unit {
    margin-top: 15px;
  }
}
.ticket-section__deals-unit h3 {
  margin-bottom: 20px;
  color: #FF7CD6;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .ticket-section__deals-unit h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .ticket-section__deals-unit h3 {
    font-size: 1.6rem;
  }
}
.ticket-section__deals-unit h3 span {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .ticket-section__deals-unit h3 span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .ticket-section__deals-unit h3 span {
    font-size: 1.2rem;
  }
}
.ticket-section__deals-unit h4 {
  font-weight: 900;
}
.ticket-section__deals-unit p {
  margin-top: 15px;
}
.ticket-section__deals-unit dl {
  margin-top: 20px;
}
.ticket-section__deals-unit dl dt {
  margin-bottom: 5px;
}
.ticket-section__deals-unit dl dd {
  display: flex;
  justify-content: space-between;
}
.ticket-section__deals-unit dl dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(50% - 5px);
  padding: 10px 20px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #efefef;
}
.ticket-section__deals-unit dl dd a p {
  margin-top: 5px;
  text-align: center;
  font-size: 1rem;
  color: #121212;
  line-height: 1;
}
.ticket-section__deals-unit dl dd a:hover {
  opacity: 0.85;
}

.ticket-section__deals-ambassador {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.ticket-section__deals-ambassador p {
  padding-left: 30px;
  padding-bottom: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .ticket-section__deals-ambassador p {
    padding-left: 10px;
    font-size: 1.4rem;
  }
}
.ticket-section__deals-ambassador p span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .ticket-section__deals-ambassador p span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .ticket-section__deals-ambassador div {
    max-width: 120px;
  }
}

.ticket-section__deals-badge {
  padding-top: 20px;
}
.ticket-section__deals-badge img {
  width: 100%;
  height: auto;
}
.ticket-section__deals-badge p {
  text-align: right;
  font-size: 1.2rem;
}

.ticket-section__guide {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ticket-section__guide {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .ticket-section__guide-img {
    text-align: center;
    margin-bottom: 20px;
  }
}

.ticket-section__guide-content {
  padding-left: 45px;
}
@media screen and (max-width: 960px) {
  .ticket-section__guide-content {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .ticket-section__guide-content {
    padding-left: 0;
  }
}
.ticket-section__guide-content h3 {
  margin-bottom: 20px;
  font-size: 2rem;
}
.ticket-section__guide-content .lead {
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.ticket-section__guide-content .link {
  color: #E74291;
  font-weight: bold;
}
.ticket-section__guide-content .link a {
  color: #E74291;
  text-decoration: underline;
}
.ticket-section__guide-content .link a:hover {
  text-decoration: none;
}
.ticket-section__guide-content p em {
  font-weight: bold;
}

.special-hero {
  position: relative;
  height: 420px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 960px) {
  .special-hero {
    height: 320px;
  }
}
.special-hero:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(18, 18, 18, 0.8);
}
.special-hero .sw-hero__breadCrumb {
  bottom: 240px;
}

.special-list {
  padding-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .special-list {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .special-list {
    padding-bottom: 60px;
  }
}

.special-article {
  padding-bottom: 120px;
}

.special-article__inner {
  position: relative;
  z-index: 5;
  margin-top: -220px;
  padding: 80px;
  border: 2px solid #EFEFEF;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  .special-article__inner {
    padding: 45px;
  }
}
@media screen and (max-width: 767px) {
  .special-article__inner {
    padding: 20px;
    border: 1px solid #EFEFEF;
  }
}
.special-article__inner + .sw-button__normal {
  margin-top: 45px;
}

.special-article__head h1 {
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
  .special-article__head h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .special-article__head h1 {
    font-size: 2rem;
  }
}
.special-article__head time {
  font-size: 1.2rem;
  color: #A0A0A0;
}
@media screen and (max-width: 767px) {
  .special-article__head time {
    font-size: 1.1rem;
  }
}

.special-article__text {
  margin: 30px 0;
}

.special-article__headinglv2 {
  margin: 30px 0;
  padding: 15px 20px;
  font-size: 1.8rem;
  color: #ffffff;
  background-color: #E74291;
}
@media screen and (max-width: 960px) {
  .special-article__headinglv2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .special-article__headinglv2 {
    padding: 12px 15px;
    font-size: 1.5rem;
  }
}

.special-article__shop {
  margin: 30px 0;
}
.special-article__shop .special-article__shop-img {
  margin-bottom: 10px;
}
.special-article__shop .special-article__shop-img img {
  border: 1px solid #EFEFEF;
}
.special-article__shop p a {
  color: #121212;
  text-decoration: underline;
}
.special-article__shop p a:hover {
  text-decoration: none;
}

.special-article__imgL {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .special-article__imgL {
    display: block;
  }
}

.special-article__imgL-img {
  width: 400px;
}
@media screen and (max-width: 960px) {
  .special-article__imgL-img {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .special-article__imgL-img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.special-article__imgL-content {
  width: calc(100% - 400px);
  padding-left: 30px;
}
@media screen and (max-width: 960px) {
  .special-article__imgL-content {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 767px) {
  .special-article__imgL-content {
    width: 100%;
    padding-left: 0;
  }
}
.special-article__imgL-content h3 {
  margin-bottom: 5px;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .special-article__imgL-content h3 {
    font-size: 1.6rem;
  }
}

.special-article__imgL-small {
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .special-article__imgL-small {
    font-size: 1.3rem;
  }
}

.special-article__imgL-text {
  margin-top: 15px;
}
@media screen and (max-width: 960px) {
  .special-article__imgL-text {
    font-size: 1.3rem;
  }
}

.sitepolicy-section {
  padding: 60px;
  margin-bottom: 100px;
  background-color: #efefef;
}
@media screen and (max-width: 960px) {
  .sitepolicy-section {
    padding: 30px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sitepolicy-section {
    padding: 25px 20px;
    margin-bottom: 60px;
  }
}

.sitepolicy-section__heading {
  margin-bottom: 35px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .sitepolicy-section__heading {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.sitepolicy-section__content p {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .sitepolicy-section__content p {
    margin: 20px 0;
  }
}
.sitepolicy-section__content h3 {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .sitepolicy-section__content h3 {
    margin: 20px 0;
  }
}
.sitepolicy-section__content a {
  color: #121212;
  text-decoration: underline;
}
.sitepolicy-section__content a:hover {
  text-decoration: none;
}

.catalog-catalog {
  margin-bottom: 80px;
  padding: 45px 60px 60px;
  background-color: #efefef;
}
@media screen and (max-width: 960px) {
  .catalog-catalog {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-catalog {
    padding: 20px;
  }
}

.catalog-catalog__title {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .catalog-catalog__title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-catalog__title {
    font-size: 1.8rem;
  }
}

.catalog-catalog__section h3 {
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 900;
}

.catalog-catalog__unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .catalog-catalog__unit {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
.catalog-catalog__unit h4 {
  margin: 20px 0 10px;
  color: #E74291;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .catalog-catalog__unit h4 {
    margin: 15px 0 10px;
    font-size: 1.6rem;
  }
}
.catalog-catalog__unit h4 span {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 70px;
  height: 25px;
  margin-right: 8px;
  padding-top: 1px;
  background-color: #E74291;
  font-size: 1.3rem;
  color: #ffffff;
  text-align: center;
}
.catalog-catalog__unit .price {
  display: block;
  margin-bottom: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .catalog-catalog__unit .price {
    font-size: 1.3rem;
  }
}
.catalog-catalog__unit .lead {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .catalog-catalog__unit .lead {
    font-size: 1.3rem;
  }
}
.catalog-catalog__unit .caution {
  margin-top: 5px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .catalog-catalog__unit .caution {
    font-size: 1.1rem;
  }
}

.catalog-catalog__img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .catalog-catalog__img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.catalog-catalog__content {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .catalog-catalog__content {
    width: 100%;
  }
}
.catalog-catalog__content .lead {
  margin: 10px 0;
}
.catalog-catalog__content .caption {
  margin-top: 10px;
  font-size: 1.2rem;
}

.catalog-goods {
  margin-bottom: 80px;
  padding: 45px 60px 60px;
  background-color: #efefef;
}
@media screen and (max-width: 960px) {
  .catalog-goods {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-goods {
    padding: 20px;
  }
}

.catalog-goods__title {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .catalog-goods__title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-goods__title {
    font-size: 1.8rem;
  }
}

.catalog-goods__section h3 {
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 900;
}

.catalog-goods__units {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .catalog-goods__units {
    display: block;
  }
}

.catalog-goods__unit {
  width: calc(50% - 15px);
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .catalog-goods__unit {
    width: 100%;
    margin-bottom: 30px;
  }
}
.catalog-goods__unit h4 {
  margin: 20px 0 10px;
  color: #E74291;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .catalog-goods__unit h4 {
    margin: 15px 0 10px;
    font-size: 1.6rem;
  }
}
.catalog-goods__unit h4 span {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 70px;
  height: 25px;
  margin-right: 8px;
  padding-top: 1px;
  background-color: #E74291;
  font-size: 1.3rem;
  color: #ffffff;
  text-align: center;
}
.catalog-goods__unit .price {
  display: block;
  margin-bottom: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .catalog-goods__unit .price {
    font-size: 1.3rem;
  }
}
.catalog-goods__unit .lead {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .catalog-goods__unit .lead {
    font-size: 1.3rem;
  }
}
.catalog-goods__unit .caution {
  margin-top: 5px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .catalog-goods__unit .caution {
    font-size: 1.1rem;
  }
}

.highlight-section {
  position: relative;
  padding: 80px 80px 120px;
  color: #ffffff;
  background-image: url(assets/img/highlight/bg_01.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1280px) {
  .highlight-section {
    padding: 60px 60px 100px;
  }
}
@media screen and (max-width: 767px) {
  .highlight-section {
    padding: 30px 20px 100px;
  }
}

.highlight-section__inner {
  max-width: 700px;
  margin: 0 auto;
}

.highlight-section__heading {
  margin-bottom: 20px;
  font-size: 4.5rem;
  font-weight: 900;
  color: #FF7CD6;
}
@media screen and (max-width: 1280px) {
  .highlight-section__heading {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 960px) {
  .highlight-section__heading {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .highlight-section__heading {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}
.highlight-section__heading ruby rt {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .highlight-section__heading ruby rt {
    transform: scale(0.7);
  }
}

.highlight-section__text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .highlight-section__text {
    margin-top: 10px;
  }
}
.highlight-section__text p {
  line-height: 2;
}
.highlight-section__text p + p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .highlight-section__text p + p {
    margin-top: 10px;
  }
}

.highlight-section__caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-size: 1rem;
}
.highlight-highlight {
  max-width: 1366px;
  margin: 0 auto;
  margin-top: 120px;
}
@media screen and (max-width: 1280px) {
  .highlight-highlight {
    margin-top: 100px;
  }
}

.highlight-highlight__heading {
  margin-bottom: 160px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .highlight-highlight__heading {
    margin-bottom: 65px;
  }
  .highlight-highlight__heading img {
    width: auto;
    height: 35px;
  }
}
.highlight-highlight__heading span {
  margin-top: 15px;
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .highlight-highlight__heading span {
    font-size: 1.5rem;
  }
}

.highlight-highlight__section {
  position: relative;
  max-width: 1180px;
}
.highlight-highlight__section + .highlight-highlight__section {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .highlight-highlight__section + .highlight-highlight__section {
    margin-top: 120px;
  }
}
.highlight-highlight__section.if-01 {
  margin-right: auto;
  padding-left: 100px;
}
@media screen and (max-width: 1280px) {
  .highlight-highlight__section.if-01 {
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .highlight-highlight__section.if-01 {
    padding: 65px 30px;
  }
}
.highlight-highlight__section.if-01:after {
  display: block;
  content: "";
  position: absolute;
  top: -100px;
  right: 120px;
  bottom: 100px;
  left: 0px;
  z-index: -1;
  background-image: url(assets/img/highlight/bg_02.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 960px) {
  .highlight-highlight__section.if-01:after {
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .highlight-highlight__section.if-01:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.highlight-highlight__section.if-02 {
  margin-left: auto;
  padding-right: 100px;
}
@media screen and (max-width: 1280px) {
  .highlight-highlight__section.if-02 {
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .highlight-highlight__section.if-02 {
    padding: 65px 30px;
  }
}
.highlight-highlight__section.if-02:after {
  display: block;
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  bottom: 100px;
  left: 120px;
  z-index: -1;
  background-image: url(assets/img/highlight/bg_03.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 960px) {
  .highlight-highlight__section.if-02:after {
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .highlight-highlight__section.if-02:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.highlight-highlight__content {
  max-width: 660px;
  margin-bottom: 30px;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  .highlight-highlight__content {
    max-width: 550px;
  }
}
.highlight-highlight__content.if-02 {
  margin-left: auto;
}
.highlight-highlight__content h3 {
  margin-bottom: 20px;
  font-size: 2.6rem;
  color: #FF7CD6;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .highlight-highlight__content h3 {
    font-size: 2rem;
  }
}
.highlight-highlight__content p {
  line-height: 2;
}
.highlight-highlight__content p + p {
  margin-top: 25px;
}

.highlight-highlight__units {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  padding: 30px 30px 20px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background-color: rgba(18, 18, 18, 0.35);
}
.highlight-highlight__units + .highlight-highlight__units {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .highlight-highlight__units {
    display: block;
    padding: 20px 20px;
  }
}

.highlight-highlight__unit {
  position: relative;
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .highlight-highlight__unit {
    width: 100%;
  }
}
.highlight-highlight__unit .label {
  position: absolute;
  top: -10px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  min-width: 180px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #ffffff;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .highlight-highlight__unit .label {
    padding: 8px;
    min-width: 130px;
    font-size: 1.1rem;
  }
}
.highlight-highlight__unit .label.if-pink {
  color: #E74291;
}
.highlight-highlight__unit .caption {
  margin-top: 10px;
  text-align: right;
  font-size: 1rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .highlight-highlight__unit .caption {
    margin-top: 7px;
    text-align: center;
  }
}

.highlight-highlight__arrow {
  width: 40px;
  padding-left: 10px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .highlight-highlight__arrow {
    display: block;
    width: auto;
    padding-left: 0;
  }
}
.highlight-highlight__arrow:before {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-left: 8px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .highlight-highlight__arrow:before {
    width: 1px;
    margin: 15px auto 10px;
    border-left-color: transparent;
    border-top-color: #ffffff;
  }
}

.highlight-highlight__number {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .highlight-highlight__number {
    right: 20px;
  }
}
.highlight-highlight__number.if-02 {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .highlight-highlight__number.if-02 {
    left: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .highlight-highlight__number {
    width: 200px;
  }
  .highlight-highlight__number img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .highlight-highlight__number {
    width: 150px;
    top: -45px;
  }
}
@media screen and (max-width: 767px) {
  .highlight-highlight__number {
    width: 120px;
  }
}

.highlight-highlight__private {
  display: flex;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .highlight-highlight__private {
    margin-top: 30px;
    display: block;
  }
}

.highlight-highlight__private-caption {
  color: #ffffff;
  padding-top: 15px;
  padding-left: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .highlight-highlight__private-caption {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .highlight-highlight__private-caption p {
    font-size: 1rem;
  }
}
.highlight-highlight__private-caption p + p {
  padding-left: 6px;
}

.highlight-history {
  margin-top: 120px;
  padding: 120px 0;
  background-color: #FF7CD6;
}
@media screen and (max-width: 767px) {
  .highlight-history {
    margin-top: 0;
    padding: 60px 0 0;
  }
}

.highlight-history__heading {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .highlight-history__heading {
    margin-bottom: 25px;
  }
  .highlight-history__heading img {
    width: auto;
    height: 35px;
  }
}
.highlight-history__heading span {
  margin-top: 15px;
  display: block;
  font-size: 1.8rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .highlight-history__heading span {
    font-size: 1.5rem;
  }
}

.highlight-history__lead {
  text-align: center;
  font-size: 1.2rem;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .highlight-history__lead {
    text-align: left;
    padding: 0 10px;
  }
}

.highlight-history__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 70px;
  background-color: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 767px) {
  .highlight-history__inner {
    padding: 60px 20px;
  }
}

.highlight-history__units {
  position: relative;
}
.highlight-history__units:before {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: -20px;
  bottom: -20px;
  margin-left: -1.5px;
  width: 3px;
  background-color: #FFB0E6;
}
@media screen and (max-width: 767px) {
  .highlight-history__units:before {
    left: -2px;
    margin-left: 0;
  }
}
.highlight-history__units.if-section02 {
  display: none;
}
@media screen and (max-width: 767px) {
  .highlight-history__units.if-section02 {
    margin-top: 30px;
  }
}
.highlight-history__units.if-section02.is-open {
  display: block;
}

.highlight-history__unit {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .highlight-history__unit {
    width: 100%;
  }
}
.highlight-history__unit + .highlight-history__unit {
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .highlight-history__unit + .highlight-history__unit {
    margin-top: 30px;
  }
}
.highlight-history__unit + .highlight-history__unit.if-mtn {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .highlight-history__unit + .highlight-history__unit.if-mtn {
    margin-top: 30px;
  }
}
.highlight-history__unit:before {
  display: block;
  position: absolute;
  z-index: 3;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #E74291;
  border-radius: 50%;
}
.highlight-history__unit:after {
  display: block;
  position: absolute;
  top: 4px;
  z-index: 2;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #FFB0E6;
}
.highlight-history__unit:nth-child(odd) {
  padding-right: 35px;
  margin-right: auto;
}
.highlight-history__unit:nth-child(odd):before {
  right: -4px;
}
.highlight-history__unit:nth-child(odd):after {
  right: -4px;
}
@media screen and (max-width: 767px) {
  .highlight-history__unit:nth-child(odd) {
    padding-left: 25px;
    margin-left: auto;
  }
  .highlight-history__unit:nth-child(odd):before {
    right: auto;
    left: -5px;
  }
  .highlight-history__unit:nth-child(odd):after {
    left: -5px;
  }
  .highlight-history__unit:nth-child(odd) .highlight-history__year {
    left: auto;
    right: 15px;
  }
}
.highlight-history__unit:nth-child(even) {
  padding-left: 25px;
  margin-left: auto;
}
.highlight-history__unit:nth-child(even):before {
  right: auto;
  left: -5px;
}
.highlight-history__unit:nth-child(even):after {
  left: -5px;
}
.highlight-history__unit:nth-child(even) .highlight-history__year {
  left: auto;
  right: -25px;
}
@media screen and (max-width: 767px) {
  .highlight-history__unit:nth-child(even) .highlight-history__year {
    right: 15px;
  }
}

.highlight-history__year {
  position: absolute;
  top: -40px;
  left: -25px;
  color: #E74291;
  opacity: 0.25;
  line-height: 1;
  font-size: 6rem;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 767px) {
  .highlight-history__year {
    top: -20px;
    font-size: 3.6rem;
  }
}

.highlight-history__content + .highlight-history__content {
  margin-top: 20px;
}
.highlight-history__content p {
  font-size: 1.3rem;
}

.highlight-history__imgs {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .highlight-history__imgs {
    margin-top: 15px;
    justify-content: space-between;
  }
}

.highlight-history__img {
  margin-top: 15px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .highlight-history__img {
    width: calc(50% - 5px);
    margin: 0;
  }
}
.highlight-history__img p {
  margin-top: 6px;
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
}
.highlight-history__img p.label {
  margin: 0 0 6px;
}
.highlight-history__img img {
  width: auto;
  height: 190px;
}
@media screen and (max-width: 767px) {
  .highlight-history__img img {
    width: 100%;
    height: auto;
  }
}
.highlight-history__img img.if-hm {
  width: auto;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .highlight-history__img img.if-hm {
    width: 100%;
    height: auto;
  }
}
.highlight-history__img img.if-hl {
  width: auto;
  height: 220px;
}
@media screen and (max-width: 767px) {
  .highlight-history__img img.if-hl {
    width: 100%;
    height: auto;
  }
}

.highlight-history__more {
  position: relative;
  z-index: 9;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 45px;
}
.highlight-history__more a {
  display: block;
  padding: 15px;
  text-align: center;
  color: #121212;
  background-color: #ffffff;
  transition: 0.3s;
}
.highlight-history__more a:hover {
  color: #ffffff;
  background-color: #E74291;
}
.highlight-history__more.is-open {
  display: none;
}

.highlight-history__pagetop {
  position: fixed;
  right: 35px;
  bottom: 120px;
  opacity: 0;
  transition: 0.3s;
}
.highlight-history__pagetop.is-scroll {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .highlight-history__pagetop {
    right: 15px;
    bottom: 80px;
  }
}
.highlight-history__pagetop a {
  display: block;
}

.highlight-works {
  position: relative;
  padding: 80px 0px 120px;
}
@media screen and (max-width: 767px) {
  .highlight-works {
    padding: 60px 0 80px;
  }
}

.highlight-works__inner {
  max-width: 700px;
  margin: 0 auto;
}

.highlight-works__heading {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .highlight-works__heading {
    margin-bottom: 25px;
  }
  .highlight-works__heading img {
    width: auto;
    height: 35px;
  }
}
.highlight-works__heading span {
  margin-top: 15px;
  display: block;
  font-size: 1.8rem;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .highlight-works__heading span {
    font-size: 1.5rem;
  }
}

.grid {
  margin: 0 auto;
}

.grid-item {
  margin-bottom: 5px;
}
.grid-item > a {
  position: relative;
  display: block;
}
.grid-item > a:after {
  content: "view more";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-size: 1.2rem;
  background-color: rgba(18, 18, 18, 0.45);
  opacity: 0;
  transition: 0.3s;
}
.grid-item > a:hover:after {
  opacity: 1;
}
.grid-item > a img {
  width: 290px;
  height: auto;
}

.grid-item__mordal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  padding: 60px;
  color: #ffffff;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
  background-color: rgba(18, 18, 18, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.grid-item__mordal.is-open {
  visibility: visible;
  opacity: 1;
}
.grid-item__mordal-inner {
  padding: 120px 0;
}
@media screen and (max-width: 960px) {
  .grid-item__mordal-inner {
    padding: 30px 0 0;
  }
}

.grid-item__mordal-units {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 960px) {
  .grid-item__mordal-units {
    display: block;
    max-width: 650px;
    padding: 0;
  }
}
.grid-item__mordal-units.if-line {
  display: block;
}
.grid-item__mordal-units.if-line .grid-item__mordal-img {
  width: 100%;
  margin-bottom: 35px;
}
.grid-item__mordal-units.if-line .grid-item__mordal-content {
  width: 100%;
}

.grid-item__mordal-img {
  width: calc(100% - 400px);
}
@media screen and (max-width: 960px) {
  .grid-item__mordal-img {
    width: 100%;
    margin-bottom: 35px;
  }
}
.grid-item__mordal-img img {
  width: 100%;
  height: auto;
}

.grid-item__mordal-content {
  width: 350px;
}
@media screen and (max-width: 960px) {
  .grid-item__mordal-content {
    width: 100%;
  }
}
.grid-item__mordal-content h3 {
  font-size: 1.6rem;
  font-family: "Raleway", sans-serif;
}
.grid-item__mordal-content span {
  display: block;
  margin-bottom: 20px;
  font-size: 1rem;
  opacity: 0.65;
}
.grid-item__mordal-content p {
  font-size: 1.2rem;
  line-height: 1.85;
}

.grid-item__mordal-prev {
  position: fixed;
  top: 50%;
  left: 30px;
  margin-top: -9px;
}
@media screen and (max-width: 767px) {
  .grid-item__mordal-prev {
    left: 15px;
  }
  .grid-item__mordal-prev img {
    width: 20px;
    height: 33px;
  }
}

.grid-item__mordal-next {
  position: fixed;
  top: 50%;
  right: 30px;
  margin-top: -9px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .grid-item__mordal-next {
    right: 15px;
  }
  .grid-item__mordal-next img {
    width: 20px;
    height: 33px;
  }
}

.grid-item__mordal-close {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 960px) {
  .grid-item__mordal-close {
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}
.grid-item__mordal-close span {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  .grid-item__mordal-close span {
    width: 45px;
  }
}
.grid-item__mordal-close span:nth-child(1) {
  position: relative;
  top: 20px;
  transform: rotate(45deg);
}
.grid-item__mordal-close span:nth-child(2) {
  position: relative;
  top: 20px;
  transform: rotate(-45deg);
}

.news-section {
  margin-bottom: 100px;
}

.news-section__unit {
  padding: 80px;
  background-color: #efefef;
}
@media screen and (max-width: 960px) {
  .news-section__unit {
    padding: 45px;
  }
}
@media screen and (max-width: 767px) {
  .news-section__unit {
    padding: 25px;
  }
}
.news-section__unit + .news-section__unit {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .news-section__unit + .news-section__unit {
    margin-top: 20px;
  }
}

.news-section__head time {
  font-size: 1.3rem;
  opacity: 0.45;
}
.news-section__head h2 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .news-section__head h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .news-section__head h2 {
    font-size: 1.6rem;
  }
}

.news-section__content p {
  margin: 30px 0;
}
@media screen and (max-width: 960px) {
  .news-section__content p {
    margin: 20px 0;
  }
}
.news-section__content ul {
  margin: 30px 0;
  padding-left: 1.3em;
  list-style: disc;
}
@media screen and (max-width: 960px) {
  .news-section__content ul {
    margin: 20px 0;
  }
}
.news-section__content ul li + li {
  margin-top: 5px;
}
.news-section__content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0;
}
@media screen and (max-width: 960px) {
  .news-section__content img {
    margin: 20px 0;
  }
}
.news-section__content .news-section__imgs {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
@media screen and (max-width: 960px) {
  .news-section__content .news-section__imgs {
    margin: 20px 0;
  }
}
.news-section__content .news-section__imgs .news-section__img {
  width: calc(50% - 15px);
}
@media screen and (max-width: 960px) {
  .news-section__content .news-section__imgs .news-section__img {
    width: calc(50% - 10px);
  }
}
.news-section__content .news-section__imgs .news-section__img img {
  width: 100%;
  height: auto;
  margin: 0;
}

.u-container-base {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

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

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

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

.u-margin-top-xs {
  margin-top: 5px !important;
}

.u-margin-top-sm {
  margin-top: 15px !important;
}

.u-margin-top-md {
  margin-top: 30px !important;
}

.u-margin-top-lg {
  margin-top: 45px !important;
}

.u-margin-top-xl {
  margin-top: 60px !important;
}

.u-margin-right-xs {
  margin-right: 5px !important;
}

.u-margin-right-sm {
  margin-right: 15px !important;
}

.u-margin-right-md {
  margin-right: 30px !important;
}

.u-margin-right-lg {
  margin-right: 45px !important;
}

.u-margin-right-xl {
  margin-right: 60px !important;
}

.u-margin-bottom-xs {
  margin-bottom: 5px !important;
}

.u-margin-bottom-sm {
  margin-bottom: 15px !important;
}

.u-margin-bottom-md {
  margin-bottom: 30px !important;
}

.u-margin-bottom-lg {
  margin-bottom: 45px !important;
}

.u-margin-bottom-xl {
  margin-bottom: 60px !important;
}

.u-margin-left-xs {
  margin-left: 5px !important;
}

.u-margin-left-sm {
  margin-left: 15px !important;
}

.u-margin-left-md {
  margin-left: 30px !important;
}

.u-margin-left-lg {
  margin-left: 45px !important;
}

.u-margin-left-xl {
  margin-left: 60px !important;
}

.u-padding-top-xs {
  padding-top: 5px !important;
}

.u-padding-top-sm {
  padding-top: 15px !important;
}

.u-padding-top-md {
  padding-top: 30px !important;
}

.u-padding-top-lg {
  padding-top: 45px !important;
}

.u-padding-top-xl {
  padding-top: 60px !important;
}

.u-padding-right-xs {
  padding-right: 5px !important;
}

.u-padding-right-sm {
  padding-right: 15px !important;
}

.u-padding-right-md {
  padding-right: 30px !important;
}

.u-padding-right-lg {
  padding-right: 45px !important;
}

.u-padding-right-xl {
  padding-right: 60px !important;
}

.u-padding-bottom-xs {
  padding-bottom: 5px !important;
}

.u-padding-bottom-sm {
  padding-bottom: 15px !important;
}

.u-padding-bottom-md {
  padding-bottom: 30px !important;
}

.u-padding-bottom-lg {
  padding-bottom: 45px !important;
}

.u-padding-bottom-xl {
  padding-bottom: 60px !important;
}

.u-padding-left-xs {
  padding-left: 5px !important;
}

.u-padding-left-sm {
  padding-left: 15px !important;
}

.u-padding-left-md {
  padding-left: 30px !important;
}

.u-padding-left-lg {
  padding-left: 45px !important;
}

.u-padding-left-xl {
  padding-left: 60px !important;
}

.u-fontsize-xs {
  font-size: 1rem !important;
}

.u-fontsize-sm {
  font-size: 1.2rem !important;
}

.u-fontsize-md {
  font-size: 1.5rem !important;
}

.u-fontsize-lg {
  font-size: 1.8rem !important;
}

.u-fontsize-xl {
  font-size: 2.6rem !important;
}

.u-fontweight-lighter {
  font-weight: lighter !important;
}

.u-fontweight-normal {
  font-weight: normal !important;
}

.u-fontweight-bold {
  font-weight: bold !important;
}

.u-heading-xs {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}

.u-heading-sm {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
}

.u-heading-md {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
}

.u-heading-lg {
  font-size: 2rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0.2rem;
}

.u-heading-xl {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 5.2rem;
  letter-spacing: 0.2rem;
}

.u-color-main {
  color: #FF7CD6;
}

.u-color-sub {
  color: #ffffff;
}

.u-color-white {
  color: #ffffff;
}

.u-color-black {
  color: #121212;
}

.u-color-text {
  color: #212121;
}

.u-wrap-xs {
  width: 100%;
  max-width: 200px;
  margin: auto;
}

.u-wrap-sm {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.u-wrap-md {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.u-wrap-lg {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.u-wrap-xl {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

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

@media screen and (min-width: 1281px) {
  .u-display-tl {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .u-display-tl {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .u-display-tl {
    display: none;
  }
}

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

.u-fadein {
  opacity: 0;
  transition: 0.8s;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
}
.u-fadein.is-active {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.u-fadein-first,
.u-fadein-second,
.u-fadein-third {
  opacity: 0;
  transition: 0.8s;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
}
.u-fadein-first.is-active,
.u-fadein-second.is-active,
.u-fadein-third.is-active {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.u-fadein-fourth {
  opacity: 0;
  transition: 0.8s;
  transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px);
}
.u-fadein-fourth.is-active {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
