@charset "UTF-8";

body {
  background-image: url(../img/main/bg_bayonetta3.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: min(147.5%, calc(1888px * 1.5));
}

body.scrollstop {
  overflow: hidden;
}

@media screen and (max-width: 759px) {
  body {
    background-image: url(../img/main/sp/bg_bayonetta3.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .pageTop {
    bottom: 28px;
  }
}

.nav_logo {
  pointer-events: none;
}

/*-------------------------
  mv
-------------------------*/

#mv {
  height: calc(1300 / 1280 * 100vw);
  margin: auto;
  max-height: 2006px;
  position: relative;
}

#mv .bayonetta {
  background-image: url(../img/main/mv_pc.png);
  background-position: center top 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin: auto;
  max-width: calc(1880px * 1.5);
  position: absolute;
  left: 50%;
  top: -3%;
  transform: translateX(-50%);
  width: 146.875vw;
  z-index: -1;
}

#mv .inner {
  height: 100vw;
  margin: auto;
  max-height: calc(1277px * 1.5);
  max-width: calc(1920px * 1.5);
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  #mv {
    -webkit-mask-image: -webkit-linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 1) 12.5%, rgba(0, 0, 0, 1) 87.5%, transparent 100%);
  }
}

#mv .logo {
  position: absolute;
  left: 50%;
  top: 29%;
  transform: translateX(-50%);
  animation-delay: .8s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  max-width: 1060px;
  width: 50.85937%;
  z-index: 10;
}

.loaded #mv .logo.action {
  animation-name: mv_logo;
}

@keyframes mv_logo {
  0% {
    -webkit-filter: brightness(1) drop-shadow(0);
    filter: brightness(1) drop-shadow(0);
  }

  50% {
    -webkit-filter: brightness(1.4) drop-shadow(0px 0px 15px rgba(157, 0, 189, 0.7));
    filter: brightness(1.4) drop-shadow(0px 0px 15px rgba(157, 0, 189, 0.7));
  }

  100% {
    -webkit-filter: brightness(1) drop-shadow(0);
    filter: brightness(1) drop-shadow(0);
  }
}

#mv .logo h1 {
  transition-property: opacity,
    -webkit-transform,
    -webkit-filter;
  transition-property: opacity,
    transform,
    filter;
  transition-property: opacity,
    transform,
    filter,
    -webkit-transform,
    -webkit-filter;
  transition-duration: .8s;
  will-change: opacity,
    transform,
    filter;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(2) translate3d(0, 0, 0);
  transform: scale(2) translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(.33, 1, .68, 1);
}

.loaded #mv .logo.action h1 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
}

#mv .date {
  animation-delay: 2s;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.83, 0.16, 0.48, 0.99);
  max-width: calc(368px * 1.5);
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  transition-delay: 1.2s !important;
  width: 28.75%;
  z-index: 10;
}

#mv .new_mark {
  animation: new_btn 2s ease 0s infinite;
  max-width: 129px;
  width: calc(99 / 1280 * 100vw);
}

#mv .btn {
  position: absolute;
  left: 50%;
  top: 74%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}

#mv .btn_inner {
  margin: auto;
  max-width: 1600px;
  width: 71%;
}

#mv .btn_block {
  margin: auto;
}

#mv .btn_block:nth-child(1) {
  transform: translateX(1.8%);
}

#mv .btn_block:nth-child(2) {
  transform: translateX(-.8%);
  margin-top: -.5%;
}

#mv .btn_block_inner {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  position: relative;
}

#mv .btn_link {
  display: block;
  height: 100%;
  transition: .2s;
  width: 100%;
}

#mv .btn_link:hover {
  filter: brightness(1.2);
}

/* btn_movie */
#mv .btn_movie {
  margin-left: 2%;
  width: 68%;
}

#mv .btn_movie .btn_link {
  position: relative;
  transition-delay: 1.4s !important;
}

#mv .btn_movie .btn_link:before {
  aspect-ratio: 619/189;
  background-image: url(../img/main/mv_btn_movie.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  z-index: 9;
}

#mv .btn_movie .btn_text {
  position: absolute;
  left: 14.5%;
  top: 50%;
  transform: translateY(-50%);
  width: 28%;
  z-index: 10;
}

#mv .btn_movie_frame {
  clip-path: polygon(7% 7%, 97.5% 7%, 93% 92.25%, 2.25% 92.25%);
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}

#mv .btn_movie_frame::after {
  background-color: #120c3a;
  content: "";
  height: 100%;
  mix-blend-mode: multiply;
  opacity: .1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#mv .btn_movie video {
  position: absolute;
  left: 2%;
  top: 6%;
  transition: .2s;
  width: 96%;
  vertical-align: bottom;
}

#mv .btn_movie:hover video {
  filter: brightness(2);
}

/* btn_history */
#mv .btn_history {
    width: 55%;
    margin-top: -1%;
    padding-left: 3%;
}
#mv .btn_history .btn_text {
  position: absolute;
  right: 5%;
  bottom: 3%;
  width: 60%;
  z-index: 10;
}

#mv .btn_history .new_mark {
  position: absolute;
  left: -3%;
  top: 12%;
  z-index: 10;
}

/* btn_cm */
#mv .btn_cm {
  margin-left: auto;
  margin-right: -1%;
  width: 50%;
}

#mv .btn_cm .btn_text {
  position: absolute;
  left: 14.5%;
  top: 50%;
  transform: translateY(-50%);
  width: 19%;
  z-index: 10;
}

#mv .btn_blog {
    margin-left: -4%;
    margin-right: auto;
    width: 52%;
	margin-top: -1%;
}

@media screen and (max-width:759px) {
  #mv {
    height: calc(1930 / 835 * 100vw);
  }

  #mv .bayonetta {
    background-image: url(../img/main/mv_sp.png);
    background-size: contain;
    top: -3.5%;
    width: 133.9vw;
  }

  #mv .inner {
    height: 100%;
  }

  #mv .logo {
    top: 78.4vw;
    width: 86.8%;
  }

  #mv .date {
    left: 50%;
    top: 126.26666666vw;
    transform: translateX(-50%);
    width: 59.7333333333%;
  }

  #mv .date img {
    width: 100%;
  }

  #mv .btn {
    bottom: 0;
    top: 144vw;
  }

  #mv .btn_inner {
    flex-direction: column;
    margin: auto;
    width: 94.9333333333%;
  }

  #mv .btn_block[data-sp] {
    display: block !important;
  }

  #mv .btn_block:nth-child(1) {
    transform: translateX(0);
  }

  #mv .btn_block:nth-child(2) {
    transform: translateX(0);
  }

  #mv .btn_block_inner {
    flex-direction: column;
  }

  #mv .btn img {
    width: 100%;
  }

  #mv .btn_history,
  #mv .btn_movie,
  #mv .btn_cm,
  #mv .btn_blog {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  #mv .btn_blog figure{
    width: 102%;
    margin-left: -1%;
  }

  #mv .btn_history {
    padding-left: 0%;
	margin-top: -2%;
  }

  #mv .btn_history .btn_text {
    width: 46%;
  }

  #mv .btn_movie .btn_text {
    width: 31%;
  }

  #mv .new_mark {
    width: calc(152 / 750 * 100%);
  }

  #mv .btn_history .new_mark {
    top: 5%;
    left: -3%;
  }
}

/*-------------------------
  topics
-------------------------*/

#topics {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
  max-width: 1600px;
  width: 100%;
}

.topics_inner {
  margin: auto;
  position: relative;
  width: 64%;
}

.topics_content {
  align-items: stretch;
  display: flex;
  padding: 1.5% 5%;
  position: relative;
}

.topics_content::after {
  background-color: rgba(255, 255, 255, .1);
  border: solid 1px rgba(255, 255, 255, .2);
  content: "";
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skew(-10deg);
  width: 100%;
  z-index: -1;
}

.topics_h {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-right: min(4%, 1.25em);
  padding-right: min(5%, 1.5em);
  position: relative;
  width: max(17%, 82px);
}

.topics_h::after {
  align-self: stretch;
  background-color: rgba(255, 255, 255, .6);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%) skew(-10deg);
  width: 1px;
}

.topics_listItem {
  color: #fff;
  font-family: "游ゴシック体",
    YuGothic,
    "游ゴシック",
    "Yu Gothic",
    sans-serif;
  font-size: .9em;
  font-weight: 200;
}

.topics_listItem a {
  border-bottom: solid 1px rgba(255, 255, 255, .6);
  padding-bottom: .3em;
  transition: .2s;
}

.topics_listItem a:hover {
  opacity: .8;
}

#topics .new_mark {
  animation: new_btn 2s ease 0s infinite;
  position: absolute;
  top: 0;
  left: -5%;
  max-width: 129px;
  width: calc(99 / 1280 * 100vw);
  z-index: 10;
}

@media screen and (min-width:760px) {
  .topics_listItem a {
    font-size: clamp(1.4rem, 1.25vw, 18px);
  }
}

@media screen and (max-width:759px) {
  #topics {
    margin-bottom: 5%;
  }

  .topics_inner {
    width: 91%;
  }

  .topics_content {
    padding: 2.5% 5%;
  }

  .topics_h {
    margin-right: 4.2%;
    padding-right: 2.6%;
    width: max(24%, 82px);
  }

  .topics_listItem {
    font-size: 1em;
    line-height: 2;
  }

  #topics .new_mark {
    top: -10%;
    width: calc(152 / 750 * 100%);
  }
}

@media screen and (max-width:479px) {
  .topics_listItem {
    font-size: 2.8vw;
  }
}

/*-------------------------
  chapter
-------------------------*/

#chapter {
  overflow: hidden;
  padding: 0 0 100px;
}

#chapter {
  padding-bottom: min(7.421875vw, calc(95px * 1.5));
}

#chapter img {
  height: 100%;
  width: 100%;
}

.chapter_list-item {
  cursor: pointer;
  display: block;
  position: relative;
  transition: .2s;
  z-index: 9;
}

.chapter_list-item:hover {
  filter: brightness(1.2);
}

.chapter_list-item-parts {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1920px;
  justify-content: space-between;
  width: 100vw;
}

.chapter_copy {
  transition-delay: .1s !important;
  z-index: 9;
}

.chapter_btn {
  cursor: pointer;
  transition-delay: .2s !important;
  z-index: 9;
  position: relative;
}

@media screen and (max-width: 759px) {
  #chapter {
    padding-bottom: 5.33vw;
  }

  .chapter_list-item-parts {
    align-items: unset;
    flex-direction: column;
    gap: 3.9999999vw;
  }
}

/*-------------------------
  about
-------------------------*/

#about .chapter_list-item-bg {
  background-image: url(../img/main/about_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-height: calc(645px * 1.5);
  max-width: calc(1798px * 1.5);
  height: 50.390625vw;
}

#about .chapter_list-item-parts {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

#about .chapter_copy {
  margin-left: 11.09375%;
  width: 40.625%;
}

#about .chapter_btn {
  margin-right: 4.375%;
  width: 34.921875%;
}

@media screen and (max-width:759px) {
  #about {
    padding-bottom: 6.13333333333%;
  }

  #about .chapter_list-item-bg {
    aspect-ratio: 50/43;
    background-image: url(../img/main/sp/about_img.png);
    height: auto;
    width: 100%;
  }

  #about .chapter_list-item-parts {
    position: static;
    margin-top: -26.333333333vw;
    transform: translateX(0);
  }

  #about .chapter_copy {
    margin-left: 0;
    width: 69.2%;
  }

  #about .chapter_btn {
    margin-left: auto;
    margin-right: -6.93333333333%;
    width: 71.3333333333%;
  }
}

/*-------------------------
  story
-------------------------*/

#story {
  margin: min(5.78125vw, calc(74px * 1.5)) auto 0;
}

#story .chapter_list-item-bg {
  background-image: url(../img/main/story_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-height: calc(396px * 1.5);
  max-width: calc(1792px * 1.5);
  height: 30.9375vw;
}

#story .chapter_list-item-parts {
  flex-direction: row-reverse;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

#story .chapter_copy {
  margin-right: 8.28125%;
  width: 37.734375%;
}

#story .chapter_btn {
  margin-left: 2.65625%;
  width: 34.921875%;
}

@media screen and (max-width:759px) {
  #story {
    margin-top: 0;
    padding-bottom: 6.13333333333%;
  }

  #story .chapter_list-item-bg {
    aspect-ratio: 250/133;
    background-image: url(../img/main/sp/story_img.png);
    height: auto;
    width: 100%;
  }

  #story .chapter_list-item-parts {
    flex-direction: column;
    position: static;
    margin-top: -26.333333333vw;
    transform: translateX(0);
  }

  #story .chapter_copy {
    margin-left: auto;
    margin-right: 0;
    width: 62.5333333333%;
  }

  #story .chapter_btn {
    margin-left: -6.93333333333%;
    margin-right: auto;
    width: 71.3333333333%;
  }
}

/*-------------------------
  character
-------------------------*/

#character {
  margin: min(5.78125vw, calc(74px * 1.5)) auto 0;
  max-height: calc(596px * 1.5);
  height: 46.5625vw;
}

#character .chapter_list-item-bg {
  height: 100%;
  max-width: calc(1819px * 1.5);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 142.109375vw;
}

#character .chapter_list-item-bg_1 {
  aspect-ratio: 1070/409;
  background-image: url(../img/main/character_img_1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 58.7257617729%;
}

#character .chapter_list-item-bg_2 {
  aspect-ratio: 1529/456;
  background-image: url(../img/main/character_img_2.png);
  background-position: 0 0;
  background-repeat: no-repeat,
    no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  transition-delay: .1s !important;
  width: 84.0571742716%;
}

#character .chapter_list-item-parts {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

#character .chapter_copy {
  margin-left: 7.8125%;
  transition-delay: .3s !important;
  width: 41.953125%;
}

#character .chapter_btn {
  margin-bottom: -1%;
  margin-right: 2.34375%;
  transition-delay: .4s !important;
  width: 34.921875%;
}

@media screen and (max-width:759px) {
  #character {
    height: auto;
    margin-top: 0;
    padding-bottom: 6.13333333333%;
  }

  #character .chapter_list-item-bg {
    height: 78.1333333333vw;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    width: 100%;
  }

  #character .chapter_list-item-bg_1 {
    aspect-ratio: 536/407;
    background-image: url(../img/main/sp/character_img_1.png);
    height: auto;
    width: 71.4666666667%;
  }

  #character .chapter_list-item-bg_2 {
    aspect-ratio: 375/238;
    background-image: url(../img/main/sp/character_img_2.png);
    height: auto;
    width: 100%;
  }

  #character .chapter_list-item-parts {
    flex-direction: column;
    position: static;
    margin-top: -26.333333333vw;
    transform: translateX(0);
  }

  #character .chapter_copy {
    margin-left: 0;
    margin-right: auto;
    width: 64.6666666667%;
  }

  #character .chapter_btn {
    margin-left: auto;
    margin-right: -6.93333333333%;
    width: 71.3333333333%;
  }

  #character .chapter_btn:before {
    left: 34.5%;
    top: -10%;
    height: 85%;
  }
}

/*-------------------------
  battle
-------------------------*/

#battle {
  margin: min(7.109375vw, calc(91px * 1.5)) auto 0;
  max-height: calc(725px * 1.5);
  height: 56.640625vw;
}

#battle .chapter_list-item-bg {
  background-image: url(../img/main/battle_img.png);
  background-position: left 0 bottom min(1.25vw, calc(16px * 1.5));
  background-repeat: no-repeat;
  background-size: min(117.96875vw, calc(1510px * 1.5));
  height: 100%;
  max-width: calc(1819px * 1.5);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 142.109375vw;
}

#battle .thumb_area {
  height: 24.765625vw;
  max-height: calc(317px * 1.5);
  max-width: calc(1280px * 1.5);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 1;
}

#battle .thumb_1 {
  aspect-ratio: 490/227;
  position: absolute;
  left: -5.15625%;
  bottom: 0;
  transition-delay: 1.2s !important;
  width: 38.28125%;
  z-index: 2;
}

#battle .thumb_2 {
  aspect-ratio: 954/472;
  position: absolute;
  left: 18.671875%;
  top: 0;
  transition-delay: 1.1s !important;
  width: 37.8125%;
  z-index: 1;
}

#battle .thumb_3 {
  aspect-ratio: 838/376;
  position: absolute;
  left: 49.453125%;
  top: 50%;
  transform: translateY(-50%);
  transition-delay: 1.6s !important;
  width: 33.4375%;
  z-index: 1;
}

#battle .thumb {
  height: 100%;
  position: relative;
  width: 100%;
}

#battle .chapter_list-item-parts {
  flex-direction: row-reverse;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

#battle .chapter_copy {
  margin-right: 15.9375%;
  margin-left: 2.65625%;
  transition-delay: .3s !important;
  width: 37.1875%;
}

#battle .chapter_btn {
  margin-left: 2.65625%;
  margin-top: -2%;
  width: 34.921875%;
  transition-delay: .4s !important;
}

@media screen and (max-width:759px) {
  #battle {
    height: auto;
    margin-top: 0;
    padding-bottom: 6.13333333333%;
  }

  #battle.chapter_list-item {
    padding-top: 15.2%;
  }

  #battle .chapter_list-item-bg {
    aspect-ratio: 375/298;
    background-image: url(../img/main/sp/battle_img.png);
    background-position: 0 0;
    background-size: cover;
    height: 79.8666666667vw;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    width: 100%;
  }

  #battle .chapter_list-item-parts {
    flex-direction: column;
    position: static;
    margin-top: -26.333333333vw;
    transform: translateX(0);
  }

  #battle .chapter_copy {
    margin-left: auto;
    margin-right: 11.2%;
    animation-delay: .6s;
    width: 66.8%;
  }

  #battle .chapter_btn {
    position: static;
    margin-left: -6.93333333333%;
    margin-right: auto;
    width: 71.3333333333%;
  }

  #battle .thumb_area {
    height: 31.4666666667vw;
  }

  #battle .thumb_1 {
    display: none;
  }

  #battle .thumb_2 {
    left: -15.8666666667%;
    width: 64.5333333333%;
  }

  #battle .thumb_3 {
    left: 39.8666666667%;
    bottom: 0;
    top: auto;
    transform: translateY(0);
    width: 50.9333333333%;
  }

  #battle .chapter_btn:before {
    height: 84%;
    left: 58.5%;
    top: -8%;
  }
}

/*-------------------------
  packageInfo
-------------------------*/

#packageInfo {
  background: url(../img/main/bg_bayonetta3_info.jpg) no-repeat top;
  background-size: cover;
  line-height: 1;
  margin: 0 auto;
  padding: 59px 0;
  position: relative;
}

#packageInfo>.inner {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}

#packageInfo .normal {
  background-color: rgba(25, 5, 39, .4);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  width: 49%;
}

#packageInfo .normal .inner {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 6.07142857143%;
  position: relative;
  width: 100%;
}

#packageInfo .normal_flex {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}

#packageInfo .normal_flex_L {
  flex-shrink: 0;
  margin-right: 20px;
  max-width: 119px;
  width: 17.5vw;
}

#packageInfo .normal_flex_R {
  font-family: '游明朝',
    'Yu Mincho',
    YuMincho,
    'Hiragino Mincho Pro',
    serif;
  flex-grow: 1;
  white-space: nowrap;
}

#packageInfo .normal_flex_R a {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (min-width: 750px) {
  #packageInfo .normal_flex_R a:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
  }
}

#packageInfo .normal h1 {
  font-size: 2.2rem;
  letter-spacing: .15em;
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(202, 0, 255, 0.4);
}

#packageInfo .normal_flex_R {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

#packageInfo .normal .text {
  position: relative;
  width: 100%;
}

#packageInfo .normal_flex_R li {
  text-shadow: 0 0 10px rgba(202, 0, 255, 0.4);
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 1;
}

#packageInfo .normal_flex_R li+li {
  margin-top: .6em;
}

#packageInfo .normal_flex_R li span {
  font-size: 1.8rem;
}

#packageInfo .normal_flex_R .date {
  margin-bottom: 1.8em;
}


#packageInfo .normal_flex_R .cero {
  width: 38px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#packageInfo .normal .version .btn {
  align-items: center;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 1px;
  display: flex;
  font-size: 1.3rem;
  justify-content: center;
  letter-spacing: .1em;
  margin-top: 3.5%;
  padding: .6em 0;
  pointer-events: none;
}

#packageInfo .normal .low {
  margin-top: 3.5%;
}

#packageInfo .normal .btn:hover,
#packageInfo .normal .ticket a:hover,
.btn_modal_open:hover {
  opacity: .8;
}

#packageInfo .normal .product {
  align-items: center;
  display: flex;
  flex-direction: column;
}

#packageInfo .normal .product .btn {
  align-items: center;
  background-color: rgba(255, 255, 255, .05);
  border: solid 1px rgba(255, 255, 255, .5);
  border-radius: 1px;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  height: 44px;
  justify-content: center;
  letter-spacing: .1em;
  position: relative;
  text-align: center;
  transition: .2s;
  width: 284px;
}

#packageInfo .normal .product .btn:hover {
  background-color: rgba(139, 0, 174, 0.4);
}

#packageInfo .normal .product .btn::after {
  background: url(../img/ic_white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0 0 10px rgb(0 0 0 / .6);
  width: 12px;
}

#packageInfo .normal .product_sub {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: .5em auto 0;
  width: 450px;
}

#packageInfo .normal .product_sub .btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  height: 44px;
  justify-content: flex-start;
  letter-spacing: .1em;
  padding-left: 3rem;
  position: relative;
  text-align: center;
  transition: .2s;
}

#packageInfo .normal .product_sub .btn::before {
  background: url(../img/ic_white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0 0 10px rgb(0 0 0 / .6);
  width: 12px;
}

#packageInfo .normal .product_sub .btn.player {
  margin: auto;
  max-width: 287px;
  width: 56%;
}

#packageInfo .normal .product_sub .btn.support {
  margin: auto;
  max-width: 287px;
  width: 34%;
}

#packageInfo .normal .ticket {
  align-items: center;
  background-color: rgba(0, 0, 0, .3);
  display: flex;
  margin: 20px auto 0;
  position: relative;
  width: 450px;
}

#packageInfo .normal .ticket img {
  height: 58px;
  width: 86px;
}

#packageInfo .normal .ticket a {
  margin: .2em 1.6rem .2em .8em;
  transition: .2s;
}

#packageInfo .normal .ticket p {
  background: linear-gradient(transparent 95%, rgba(255, 255, 255, .7)0%);
  display: inline;
  font-family: "游ゴシック体",
    YuGothic,
    "游ゴシック",
    "Yu Gothic",
    sans-serif;
  font-size: 1.3rem;
  letter-spacing: .13em;
  line-height: 2;
  padding-bottom: .4em;
}

#packageInfo .special {
  background-color: rgba(25, 5, 39, .4);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  width: 49%;
}

#packageInfo .special .inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 6.07142857143%;
  position: relative;
  text-align: center;
}

#packageInfo .special .up {
  margin-bottom: 5%;
  position: relative;
}

#packageInfo .special h2 {
  margin-bottom: 3%;
  position: relative;
  width: 100%;
}

#packageInfo .special h2:after {
  aspect-ratio: 1/1;
  background-image: url(../img/main/date_package_bayonetta3.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: -30px;
  top: -15px;
  width: 76px;
}

#packageInfo .special h2 img {
  margin: auto;
  width: 345px;
}

#packageInfo .special .img {
  margin: auto;
  max-width: 456px;
  width: 100%;
}

#packageInfo .special .btn {
  align-items: center;
  background-color: rgba(255, 255, 255, .05);
  border: solid 1px rgba(255, 255, 255, .5);
  border-radius: 1px;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  height: 44px;
  justify-content: center;
  letter-spacing: .1em;
  position: relative;
  text-align: center;
  transition: .2s;
  width: 284px;
}

#packageInfo .special .btn:hover {
  background-color: rgba(139, 0, 174, 0.4);
  opacity: .8;
}

#packageInfo .special .btn::after {
  background: url(../img/ic_white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0 0 10px rgb(0 0 0 / .6);
  width: 12px;
}

#packageInfo .notice {
  font-family: "游ゴシック体",
    YuGothic,
    "游ゴシック",
    "Yu Gothic",
    sans-serif;
  font-size: 1.2rem;
  letter-spacing: .1em;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}

@media screen and (max-width:979px) and (min-width:760px) {
  #packageInfo .normal_flex {
    display: flex;
  }

  .version.pc {
    display: none !important;
  }

  .version.sp {
    display: block !important;
  }

  #packageInfo .normal .low li+li {
    margin-top: 15px;
  }

  #packageInfo .normal .cero {
    margin-top: .6em;
    position: static;
  }

  #packageInfo .normal .version .btn {
    flex-grow: 1;
    margin-left: 0;
    margin-top: 0;
  }

  #packageInfo .normal .product .btn {
    width: 100%;
  }

  #packageInfo .normal .product_sub {
    width: 100%;
  }

  #packageInfo .normal .product_sub .btn {
    font-size: clamp(12px, 1.8vw, 18px);
    justify-content: flex-start;
    padding-left: 2rem;
  }

  #packageInfo .normal .product_sub .btn:before {
    height: 15px;
    width: 10px;
  }

  #packageInfo .normal .product_sub .btn.player {
    width: 63%;
  }

  #packageInfo .normal .product_sub .btn.support {
    width: 37%;
  }

  #packageInfo .normal .ticket {
    width: 100%;
    margin-top: 25px;
  }

  #packageInfo .special h2:after {
    right: -15px;
  }

  #packageInfo .special h2 img {
    width: 64%;
    margin-bottom: 7%;
  }
}

@media screen and (max-width:759px) {
  #packageInfo {
    padding: 6% 0;
  }

  #packageInfo .normal .ticket {
    margin: 10px auto 0;
  }

  #packageInfo .normal .ticket a {
    font-size: 1.2rem;
  }

  #packageInfo>.inner {
    flex-direction: column;
    gap: 6.6666666666vw;
    width: 88.2666666667%;
  }

  #packageInfo .normal {
    width: 100%;
  }

  #packageInfo .normal .inner {
    max-width: 442px;
    padding: 5%;
    width: 100%;
  }

  #packageInfo .normal .low {
    margin-top: 0;
  }

  #packageInfo .normal .low li+li {
    margin-top: 15px;
  }

  #packageInfo .normal .cero {
    width: 10%;
  }

  #packageInfo .normal .version {
    align-items: flex-end;
    display: flex;
    gap: 5%;
  }

  #packageInfo .normal .version .btn {
    flex-grow: 1;
    padding: 1em 0;
  }

  #packageInfo .normal .product .btn {
    margin-top: 0;
    padding: 1.2em;
    width: 100%;
  }

  #packageInfo .normal .product_sub {
    width: 100%;
  }

  #packageInfo .normal .product_sub .btn {
    font-size: clamp(12px, 3.3vw, 16px);
    justify-content: flex-start;
    padding-left: 2rem;
  }

  #packageInfo .normal .product_sub .btn:before {
    height: 13.5px;
    width: 8px;
  }

  #packageInfo .normal .product_sub .btn.player {
    width: 63%;
  }

  #packageInfo .normal .product_sub .btn.support {
    width: 37%;
  }

  #packageInfo .special {
    width: 100%;
  }

  #packageInfo .special .inner {
    margin: auto;
    max-width: 442px;
    padding: 5%;
    width: 100%;
  }

  #packageInfo .special h2 img {
    width: 200px;
  }

  #packageInfo .special h2:after {
    right: 0;
    top: -3%;
    width: 18%;
  }

  #packageInfo .special .img {
    width: 77.8666666667%;
  }

  #packageInfo .normal .ticket {
    width: 100%;
  }

  #globalFooter {
    padding: 35px 0 35px;
  }
}

@media screen and (max-width:479px) {
  #packageInfo .special h2 img {
    width: 180px;
  }
}

@media screen and (max-width:379px) {
  #packageInfo .special h2 img {
    width: 160px;
  }
}

/*-------------------------
  bayonetta1-2
-------------------------*/

#bayonetta1-2 {
  height: 50.78125vw;
  margin: 0 auto;
  max-height: 650px;
  position: relative;
  z-index: 5;
}

#bayonetta1-2 .inner {
  align-items: center;
  background-image: url(../img/main/bg_bayonetta1-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: .2s;
  width: 100%;
  z-index: -3;
}

@media screen and (min-width:760px) {
  #bayonetta1-2 .inner::before {
    align-items: center;
    background-image: url(../img/main/bg_bayonetta1-2_on_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: .4s;
    width: 100%;
    z-index: -2;
  }

  #bayonetta1-2.is-on_bayo_1 .inner::before {
    opacity: 1;
  }

  #bayonetta1-2 .inner::after {
    align-items: center;
    background-image: url(../img/main/bg_bayonetta1-2_on_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: .4s;
    width: 100%;
    z-index: -1;
  }

  #bayonetta1-2.is-on_bayo_2 .inner::after {
    opacity: 1;
  }
}

#bayonetta1-2 .link_unit {
  cursor: pointer;
  height: 100%;
  width: 50%;
}

@media screen and (max-width:759px) {
  #bayonetta1-2 {
    height: auto;
    max-height: none;
  }

  #bayonetta1-2 .inner {
    background-image: none;
    flex-direction: column;
    gap: 7.06666666667vw;
    padding-bottom: 12.4vw;
    position: static;
    transform: translate(0, 0);
  }

  #bayonetta1-2 .link_unit {
    width: 100%;
  }

  .link_unit.bayo1 {
    aspect-ratio: 500/307;
    background-image: url(../img/main/sp/bg_bayonetta1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .link_unit.bayo2 {
    aspect-ratio: 1500/919;
    background-image: url(../img/main/sp/bg_bayonetta2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/*-------------------------
  modal
-------------------------*/

@media screen and (min-width: 1280px) and (min-width: 750px) {
  #modalSpecial .cardfree .btn:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  #modal {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: none;
  }

  #modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }

  #modal #modalInner {
    width: 100%;
    min-height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16.11vw 0;
  }

  #modal #modalContents {
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 5;
    max-width: 107.42vw;
    width: 100%;
    margin: auto;
    border: 1px solid #7d7d7d;
    -webkit-box-shadow: 0 0 4.88vw 0.98vw rgba(55, 55, 104, 0.5);
    box-shadow: 0 0 4.88vw 0.98vw rgba(55, 55, 104, 0.5);
  }

  #modal #modalContents:before {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url(../img/main/bg_modal_inner.png) no-repeat 50% 0;
    background-size: 100% 100%;
    content: '';
    display: block;
    width: 118.65vw;
    height: 75vw;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0.7;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  #modal #modalContents {
    max-width: 92.77vw;
  }

  #modal .btn_close {
    position: fixed;
    top: 4.88vw;
    right: 4.88vw;
    z-index: 99;
  }

  #modal .btn_close img {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 5.18vw;
    height: 5.18vw;
  }

  #modal .btn_close:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
  }

  #modal .modal_body {
    display: none;
  }

  #modal .modal_body.active {
    display: block;
  }
}

#modalSpecial {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  letter-spacing: .1em;
  padding: 3.52vw 2.93vw 6.84vw;
}

#modalSpecial .notice {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.17vw;
  letter-spacing: 0.06em;
  padding-left: 1.17vw;
  text-indent: -1.17vw;
}

#modalSpecial .set dt {
  font-size: 1.37vw;
  border: 1px solid #ffffff;
  height: 2.93vw;
  width: 9.28vw;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

#modalSpecial .set dd {
  font-size: 1.46vw;
}

#modalSpecial .main {
  margin-bottom: 2.44vw;
}

#modalSpecial .main h1 {
  text-align: center;
  margin-bottom: 2.44vw;
}

#modalSpecial .main h1 img {
  height: 15.82vw;
  width: auto;
  max-width: initial;
}

#modalSpecial .main .imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.54vw;
}

#modalSpecial .main .imgs .i1 {
  width: 30.86vw;
  margin-right: 4.39vw;
}

#modalSpecial .main .imgs .i2 {
  width: 46.58vw;
}

#modalSpecial .main .set {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.98vw;
}

#modalSpecial .main .notice {
  text-align: center;
}

#modalSpecial .main .notice_2 {
  border: solid 1px rgba(255, 255, 255, .5);
  margin: 1em auto 0;
  max-width: 938px;
  padding: 1em;
  width: 95%;
}

#modalSpecial .main .notice_2 .notice {
  text-align: justify;
}

#modalSpecial .artbook {
  width: 100%;
  max-width: 107.42vw;
  margin: 0 auto 3.91vw;
  position: relative;
  padding-top: 1.95vw;
}

#modalSpecial .artbook:before,
#modalSpecial .artbook:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/line.png) no-repeat 50% 0;
  background-size: 100% 100%;
  content: '';
  display: block;
  max-width: 101.27vw;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  z-index: 0;
}

#modalSpecial .artbook:before {
  top: 0;
}

#modalSpecial .artbook:after {
  bottom: 0;
}

#modalSpecial .artbook h2 {
  font-size: 1.66vw;
  text-align: center;
  margin-bottom: 1.46vw;
}

#modalSpecial .artbook .notice {
  text-align: center;
  margin-bottom: 1.95vw;
}

#modalSpecial .artbook .img {
  max-width: 91.6vw;
  position: relative;
  margin: auto;
}

#modalSpecial .artbook .img figcaption {
  font-size: 1.07vw;
  position: absolute;
  bottom: 1.66vw;
  left: 0;
  width: 100%;
  text-align: center;
}

#modalSpecial .artbook .txt {
  font-size: 1.76vw;
  line-height: 2;
  position: relative;
}

#modalSpecial .cardfree h2 {
  margin-bottom: 3.42vw;
  display: flex;


  align-items: flex-end;
  justify-content: center;
  font-size: 1.76vw;
}

#modalSpecial .cardfree h2 strong {
  background: -webkit-gradient(linear, left top, right top, from(#a56b00), color-stop(24%, #ffbb32), color-stop(54%, #e6a21b), color-stop(79%, #d89511), to(#f7b227));
  background: linear-gradient(90deg, #a56b00 0%, #ffbb32 24%, #e6a21b 54%, #d89511 79%, #f7b227 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.15vw;
  display: inline-block;
  font-weight: normal;
  margin-right: 1.56vw;
}

#modalSpecial .cardfree .contents {
  display: flex;


  justify-content: space-between;
  position: relative;
  margin-bottom: 3.52vw;
  padding: 0 2.93vw 0 5.37vw;
}

#modalSpecial .cardfree .contents:before {
  background-color: #ffffff;
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0.4;
}

#modalSpecial .cardfree .contents .unit {
  width: calc(50% - 2.93vw);
}

#modalSpecial .cardfree .contents .unit h3 {
  font-size: 1.95vw;
  line-height: 1.7;
  margin-bottom: 1.46vw;
}

#modalSpecial .cardfree .contents .unit h3 span {
  font-size: 1.37vw;
}

#modalSpecial .cardfree .contents .unit .price {
  margin-bottom: 1.95vw;
  font-size: 1.17vw;
}

#modalSpecial .cardfree .contents .unit .price span {
  font-size: 1.76vw;
}

#modalSpecial .cardfree .contents .unit .set {
  display: flex;
}

#modalSpecial .cardfree .contents .unit .set dt {
  margin-right: 1.46vw;
}

#modalSpecial .cardfree .contents .unit .set dd {
  line-height: 2;
}

#modalSpecial .cardfree .contents .unit .set dd span {
  font-size: 1.17vw;
}

#modalSpecial .cardfree .contents .unit .set dd ul li {
  position: relative;
  padding-left: 0.98vw;
}

#modalSpecial .cardfree .contents .unit .set dd ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

#modalSpecial .cardfree .contents .unit .set dd ul li.no:before {
  display: none;
}

#modalSpecial .cardfree .btn {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 30.08vw;
  margin: auto;
  display: block;
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  #modalSpecial .cardfree .btn:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
  }
}

#modal {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
}

#modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

#modal #modalInner {
  width: 100%;
  min-height: 100%;
  margin: auto;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12.89vw 0;
}

#modal #modalContents {
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 5;
  max-width: 85.94vw;
  width: 100%;
  margin: auto;
  border: 1px solid #7d7d7d;
  -webkit-box-shadow: 0 0 50px 10px rgba(55, 55, 104, 0.5);
  box-shadow: 0 0 50px 10px rgba(55, 55, 104, 0.5);
}

#modal #modalContents:before {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url(../img/main/bg_modal_inner.png) no-repeat 50% 0;
  background-size: 100% 100%;
  content: '';
  display: block;
  width: 1215px;
  height: 768px;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0.7;
}

#modal .btn_close {
  position: fixed;
  top: 3.91vw;
  right: 3.91vw;
  z-index: 99;
}

#modal .btn_close img {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 53px;
  height: 53px;
}

@media screen and (min-width: 750px) {
  #modal .btn_close:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
  }
}

@media screen and (max-width: 1024px) and (min-width: 750px) {
  #modal #modalContents {
    max-width: 950px;
  }
}

#modal .modal_body {
  display: none;
}

#modal .modal_body.active {
  display: block;
}

#modalSpecial {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  letter-spacing: .1em;
  padding: 36px 30px 70px;
}

#modalSpecial .notice {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  padding-left: 12px;
  text-indent: -12px;
}

#modalSpecial .set dt {
  font-size: 1.4rem;
  border: 1px solid #ffffff;
  height: 30px;
  width: 95px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}

#modalSpecial .set dd {
  font-size: 1.5rem;
}

#modalSpecial .main {
  margin-bottom: 25px;
}

#modalSpecial .main h1 {
  text-align: center;
  margin-bottom: 25px;
}

#modalSpecial .main h1 img {
  height: 162px;
  width: auto;
  max-width: initial;
}

#modalSpecial .main .imgs {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 26px;
}

#modalSpecial .main .imgs .i1 {
  width: 316px;
  margin-right: 45px;
}

#modalSpecial .main .imgs .i2 {
  width: 477px;
}

#modalSpecial .main .set {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

#modalSpecial .main .set dt {
  margin-right: 20px;
}

#modalSpecial .main .notice {
  text-align: center;
}

#modalSpecial .artbook {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 40px;
  position: relative;
  padding-top: 20px;
}

#modalSpecial .artbook:before,
#modalSpecial .artbook:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/line.png) no-repeat 50% 0;
  background-size: 100% 100%;
  content: '';
  display: block;
  max-width: 1037px;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  z-index: 0;
}

#modalSpecial .artbook:before {
  top: 0;
}

#modalSpecial .artbook:after {
  bottom: 0;
}

#modalSpecial .artbook h2 {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 15px;
}

#modalSpecial .artbook .notice {
  text-align: center;
  margin-bottom: 20px;
}

#modalSpecial .artbook .img {
  max-width: 938px;
  position: relative;
  margin: auto;
}

#modalSpecial .artbook .img figcaption {
  font-size: 1.1rem;
  position: absolute;
  bottom: 17px;
  left: 0;
  width: 100%;
  text-align: center;
}

#modalSpecial .artbook .txt {
  font-size: 1.8rem;
  line-height: 2;
  position: relative;
}

#modalSpecial .cardfree h2 {
  margin-bottom: 35px;
  display: flex;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
}

#modalSpecial .cardfree h2 strong {
  background: -webkit-gradient(linear, left top, right top, from(#a56b00), color-stop(24%, #ffbb32), color-stop(54%, #e6a21b), color-stop(79%, #d89511), to(#f7b227));
  background: linear-gradient(90deg, #a56b00 0%, #ffbb32 24%, #e6a21b 54%, #d89511 79%, #f7b227 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.2rem;
  display: inline-block;
  font-weight: normal;
  margin-right: 16px;
}

#modalSpecial .cardfree .contents {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 36px;
  padding: 0 30px 0 55px;
}

#modalSpecial .cardfree .contents:before {
  background-color: #ffffff;
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0.4;
}

#modalSpecial .cardfree .contents .unit {
  width: calc(50% - 30px);
}

#modalSpecial .cardfree .contents .unit h3 {
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

#modalSpecial .cardfree .contents .unit h3 span {
  font-size: 1.4rem;
}

#modalSpecial .cardfree .contents .unit .price {
  margin-bottom: 20px;
  font-size: 1.2rem;
}

#modalSpecial .cardfree .contents .unit .price span {
  font-size: 1.8rem;
}

#modalSpecial .cardfree .contents .unit .set {
  display: flex;
}

#modalSpecial .cardfree .contents .unit .set dt {
  margin-right: 15px;
}

#modalSpecial .cardfree .contents .unit .set dd {
  line-height: 2;
}

#modalSpecial .cardfree .contents .unit .set dd span {
  font-size: 1.2rem;
}

#modalSpecial .cardfree .contents .unit .set dd ul li {
  position: relative;
  padding-left: 10px;
}

#modalSpecial .cardfree .contents .unit .set dd ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

#modalSpecial .cardfree .contents .unit .set dd ul li.no:before {
  display: none;
}

#modalSpecial .cardfree .btn {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 308px;
  margin: auto;
  display: block;
}

@media screen and (min-width: 750px) {
  #modalSpecial .cardfree .btn:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
  }
}

@media screen and (min-width: 1280px) {
  #modal {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: none;
  }

  #modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }

  #modal #modalInner {
    width: 100%;
    min-height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 165px 0;
  }

  #modal #modalContents {
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 5;
    max-width: 1100px;
    width: 100%;
    margin: auto;
    border: 1px solid #7d7d7d;
    -webkit-box-shadow: 0 0 50px 10px rgba(55, 55, 104, 0.5);
    box-shadow: 0 0 50px 10px rgba(55, 55, 104, 0.5);
  }

  #modal #modalContents:before {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url(../img/mian/bg_modal_inner.png) no-repeat 50% 0;
    background-size: 100% 100%;
    content: '';
    display: block;
    width: 1215px;
    height: 768px;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0.7;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) and (max-width: 1024px) {
  #modal #modalContents {
    max-width: 950px;
  }
}

@media screen and (min-width: 1280px) {
  #modal .btn_close {
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 99;
  }

  #modal .btn_close img {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 53px;
    height: 53px;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  #modal .btn_close:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
  }
}

@media screen and (min-width: 1280px) {
  #modal .modal_body {
    display: none;
  }

  #modal .modal_body.active {
    display: block;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) and (max-width: 1024px) {
  #modal #modalContents {
    max-width: 92.77vw;
  }
}

@media screen and (max-width: 750px) {

  #modalSpecial {
    padding: 7.33vw 0;
  }

  #modal #modalContents {
    max-width: initial;
    width: calc(100% - 6.67vw);
  }

  #modalSpecial .notice {
    font-size: 2.67vw;
    padding-left: 2.67vw;
    text-indent: -2.67vw;
    line-height: 1.6;
  }

  #modalSpecial .set {
    display: block;
  }

  #modalSpecial .set dt {
    font-size: 2.67vw;
    height: 6vw;
    width: 18.4vw;
  }

  #modalSpecial .set dd {
    font-size: 2.93vw;
  }

  #modalSpecial .main {
    margin-bottom: 6.67vw;
  }

  #modalSpecial .main h1 {
    margin-bottom: 5.33vw;
  }

  #modalSpecial .main h1 img {
    height: 30.93vw;
  }

  #modalSpecial .main .imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }

  #modalSpecial .main .imgs {
    width: 80%;
    margin-left: 10%;
  }

  #modalSpecial .main .imgs .i1 {
    width: 50.67vw;
    margin: 0 0 4.67vw 0;
  }

  #modalSpecial .main .imgs .i2 {
    width: 76.53vw;
  }

  #modalSpecial .main .set {
    display: block;
  }

  #modalSpecial .main .set dt {
    margin: 0 auto 3.33vw;
  }

  #modalSpecial .main .set dd {
    line-height: 1.7;
    text-align: center;
  }

  #modalSpecial .main .notice_2 {
    margin-top: 5%;
    width: 92%;
  }

  #modalSpecial .artbook {
    width: 88vw;
    max-width: initial;
    height: auto;
    margin: 0 auto 6.67vw;
    padding-top: 6.67vw;
    padding-bottom: 2px;
  }

  #modalSpecial .artbook:before,
  #modalSpecial .artbook:after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/line.png) no-repeat 50% 0;
    background-size: 100% 100%;
    content: '';
    display: block;
    max-width: 138.27vw;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 50%;
    z-index: 0;
  }

  #modalSpecial .artbook:before {
    top: 0;
  }

  #modalSpecial .artbook:after {
    bottom: 0;
  }

  #modalSpecial .artbook h2 {
    font-size: 3.47vw;
    line-height: 1.5;
    margin-bottom: 2vw;
  }

  #modalSpecial .artbook .notice {
    margin-bottom: 2.67vw;
  }

  #modalSpecial .artbook .img {
    width: 82.4vw;
  }

  #modalSpecial .artbook .img figcaption {
    font-size: 2.67vw;
    line-height: 1.5;
    bottom: 2.27vw;
    left: 0;
    width: 100%;
    text-align: center;
  }

  #modalSpecial .artbook .txt {
    font-size: 2.4vw;
    line-height: 2;
    position: relative;
  }

  #modalSpecial .cardfree {
    text-align: center;
  }

  #modalSpecial .cardfree h2 {
    margin-bottom: 6.67vw;
    display: inline-block;
    font-size: 3.47vw;
  }

  #modalSpecial .cardfree h2 strong {
    font-size: 4.4vw;
    display: inline-block;
    font-weight: normal;
    margin: 0 0 4.67vw 0;
  }

  #modalSpecial .cardfree .contents {
    display: block;
    margin-bottom: 6.67vw;
    padding: 0 8vw;
  }

  #modalSpecial .cardfree .contents:before {
    display: none;
  }

  #modalSpecial .cardfree .contents .unit {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 6.67vw 0;
  }

  #modalSpecial .cardfree .contents .unit:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  #modalSpecial .cardfree .contents .unit h3 {
    font-size: 3.73vw;
    margin-bottom: 4vw;
  }

  #modalSpecial .cardfree .contents .unit h3 span {
    font-size: 3.2vw;
  }

  #modalSpecial .cardfree .contents .unit .price {
    margin-bottom: 4vw;
    font-size: 2.67vw;
  }

  #modalSpecial .cardfree .contents .unit .price span {
    font-size: 4vw;
  }

  #modalSpecial .cardfree .contents .unit .set {
    display: block;
  }

  #modalSpecial .cardfree .contents .unit .set dt {
    margin: 0 auto 3.33vw;
  }

  #modalSpecial .cardfree .contents .unit .set dd {
    text-align: center;
  }

  #modalSpecial .cardfree .contents .unit .set dd ul {
    display: flex;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }

  #modalSpecial .cardfree .contents .unit .set dd ul li {
    display: inline-block;
    position: relative;
    padding-left: 1.33vw;
  }

  #modalSpecial .cardfree .contents .unit .set dd ul li:before {
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
  }

  #modalSpecial .cardfree .btn {
    width: 54.4vw;
  }

  #modal .btn_close img {
    height: 36px;
    width: 36px;
  }
}

#globalFooter .copyright {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
}

.nav_list {
  padding-top: 3%;
}

@media screen and (max-width: 759px) {

  .nav_list-item:nth-of-type(3)::before,
  .nav_list-item:nth-of-type(4)::before,
  .nav_list-item:nth-of-type(5)::before {
    left: 50%;
    width: min(20.671875vw, 185.75px);
    top: max(-3.2vw, -19.5px);
  }

  .nav_list-item:nth-of-type(3) a::after,
  .nav_list-item:nth-of-type(4) a::after,
  .nav_list-item:nth-of-type(5) a::after {
    bottom: -10% !important;
  }

  .nav_list-item {
    margin-bottom: 7%;
  }

  .nav_list-item:nth-of-type(5) {
    margin-top: 1%;
  }
}
