@charset "utf-8";

/* =============================================================================
    reset
============================================================================= */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
span,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
strong,
em {
  font-weight: medium;
}
figure {
  margin: 0;
  padding: 0;
}
input,
button,
textarea,
select {
  color: #323743;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 100%;
}

/* =============================================================================
    common
============================================================================= */
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto !important;
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #323743;
  font-feature-settings: "palt";
  line-height: 1.5;
  background: #fff;
}
body * {
  box-sizing: border-box;
  letter-spacing: 0.05em;
}
input,
button,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 960px) {
  body {
    font-size: 1.6rem;
  }
}

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

/*  共通リンク色・別ウィンドウ
-----------------------------------------------------------*/
a,
a:link,
a:visited,
a:hover {
  color: #323743;
  text-decoration: none;
}
a.link-txt {
  color: #3498db;
  text-decoration: underline;
}
@media print, screen and (min-width: 960px) {
  a.link-txt:hover {
    text-decoration: none;
  }
}

/*  アイコン
-----------------------------------------------------------*/
.m-ico {
  display: inline-flex;
  align-items: center;
  font-style: normal;
  vertical-align: middle;
  font-weight: 400;
}
.m-ico:before {
  position: relative;
  top: -1px;
  font-family: "Material Icons Round";
  content: attr(data-icon);
  font-size: 100%;
}
.m-ico.-arrow {
  transform: scale(1.3);
}
@media print, screen and (min-width: 960px) {
  .m-ico.-arrow {
    transform: scale(1.5);
  }
}

/* 表示・非表示 */
@media screen and (max-width: 959px) {
  .pc-only {
    display: none;
  }
}
@media print, screen and (min-width: 960px) {
  .sp-only {
    display: none;
  }
}

/*  BREADCRUMBS
-----------------------------------------------------------*/
.breadcrumbs_wrapper {
  display: flex;
  align-items: center;
}
.breadcrumbs_contents {
  display: block;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: -2px;
  padding-bottom: 2px;
}
.breadcrumbs_item {
  display: inline-flex;
  align-items: center;
  color: #6b6e71;
  font-size: 1.2rem;
  line-height: 2;
}
.breadcrumbs_item.-home {
  flex-shrink: 0;
  margin: 0 8px;
}
.breadcrumbs_inner {
  width: 100%;
  display: flex;
}
.breadcrumbs_item:not(:first-child) {
  margin-left: 4px;
}
.breadcrumbs_item a {
  color: #c0c5cb;
}
.breadcrumbs_item:not(:last-child):after {
  margin-left: 4px;
  font-family: "Material Icons Round";
  content: "\e5cc";
  color: #c0c5cb;
}
.breadcrumbs_item:last-child {
  padding-right: 8px;
}
a.breadcrumbs_anchor {
  color: #3498db;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .breadcrumbs .inner {
    margin: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .breadcrumbs {
    margin-top: 4px;
  }
  .breadcrumbs_wrapper {
    margin-left: -8px;
  }
}

/*  H1
-----------------------------------------------------------*/
.pageTtl {
  margin: 4px 8px 0;
  font-size: 1.8rem;
  font-weight: 700;
}
.pageTtl span {
  font-size: 1.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .pageTtl {
    margin: 0 auto;
    max-width: 1280px;
    font-size: 2.1rem;
  }
  .pageTtl span {
    font-size: 100%;
  }
}

/*  PC/SP切り替え
============================================================================= */
.change_pc {
  margin-top: 25px;
  text-align: center;
}
.change_pc a {
  color: #125687;
  text-decoration: underline;
}
.change_sp {
  margin-top: 50px;
}

/*  pagetop
============================================================================= */
.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.page-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 2.4rem;
  border: 1px solid #fff;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s;
  color: #fff;
}
.page-top a:hover {
  opacity: 0.6;
}
.page-top.is-active {
  visibility: visible;
  opacity: 1;
}

/*  kome
============================================================================= */
p.kome,
.kome li {
  position: relative;
  padding-left: 1.2em;
}
p.kome:before,
.kome li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}

/*  レイアウト
============================================================================= */
.main {
  position: relative;
  background: #591414;
  padding-bottom: 50px;
}
.pageWp {
  position: relative;
}
.sect {
  padding: 16px 0;
}
@media print, screen and (min-width: 960px) {
  .sect {
    padding: 56px 0;
  }
}

/* セクション */
.sect {
  padding: 32px 0;
}
.inner {
  margin: 0 16px;
}
.sect-sub {
  margin-top: 24px;
}
@media print, screen and (min-width: 960px) {
  .sect {
    padding: 80px 0;
  }
  .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
  }
  .sect-sub {
    margin-top: 56px;
  }
}
.br {
  display: block;
}

/*  TTL
============================================================================= */
.ttl {
  font-size: 2.1rem;
  font-weight: 700;
}
@media print, screen and (min-width: 960px) {
  .ttl {
    font-size: 2.6rem;
  }
}

/*  CONTENTS
============================================================================= */
/* MV */
.mv {
  margin-top: 8px;
}
.mvWp {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  height: 340px;
  background: url(../_images/mv_sp.jpg) center / cover no-repeat;
}
.mvInner {
  margin: 0 auto;
  max-width: 263px;
  text-align: center;
}
.mv_txt {
  display: inline-block;
  font-weight: 700;
  color: #fff;
}
.mv_txt span {
  display: inline-block;
  font-size: 2rem;
}
.mv_txt span.yellow {
  color: #eddb35;
}
.mv_txt .b-text02 {
  font-size: 1rem;
  margin-top: 8px;
  display: block;
}

@media print, screen and (min-width: 960px) {
  .mvInner {
    max-width: 529px;
  }
  .mvWp {
    height: 640px;
    background: url(../_images/mv.jpg) center / cover no-repeat;
  }
  .mv_txt {
    font-size: 2rem;
    margin-top: 20px;
  }
  .mv_txt span {
    font-size: 3.2rem;
  }
  .mv_txt .b-text02 {
    font-size: 1.5rem;
    margin-top: 16px;
    display: block;
  }
}

/* PAGE NAV */
.pageNav {
  background: #761b1b;
}
.pageNavList {
  display: flex;
}
.pageNavList_item {
  position: relative;
  flex: 1;
}
.pageNavList_item::before,
.pageNavList_item:last-child::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 1px;
  height: 58px;
  background: #ffef90;
}
.pageNavList_item::before {
  left: 0;
}
.pageNavList_item:last-child::after {
  right: 0;
}
.pageNavList_item a {
  display: block;
  padding: 4px;
  height: 100%;
  color: #fff;
}
.pageNavList_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 50px;
  text-align: center;
  padding: 2px 2px 14px;
  height: 100%;
  line-height: 1.2;
}
.pageNavList_item .m-ico {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  line-height: 1;
}
.pageNavList_box span {
}
.pageNavList_item a.is-selected {
  background: #bd552c;
}
.fixed .pageNav {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 960px) {
  .pageNav .inner {
    margin: 0;
  }
  .pageNavList_item:first-child::before,
  .pageNavList_item:last-child::after {
    display: none;
  }
}
@media print, screen and (min-width: 960px) {
  .pageNavList_item a {
    padding: 8px 16px;
    min-height: 76px;
  }
  .pageNavList_box {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 4px 8px 16px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .pageNavList_item a:not(.is-selected):hover {
    background: #bd552c;
  }
  .pageNavList_item::before,
  .pageNavList_item:last-child::after {
    height: 76px;
  }
}

/* AREA WP */
.area-wp {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background: url(../_images/bg.jpg) repeat;
}
.bg-left,
.bg-left::before,
.bg-left::after,
.bg-right,
.bg-right::before,
.bg-right::after {
  position: absolute;
  left: -10px;
  top: 0;
  content: "";
  display: inline-block;
  width: 80px;
  height: 100vh;
}
.bg-left::before {
  background: url(../_images/bg_side_right.png) center / 80px 494px repeat-y;
  animation: bgside_leftSP 40s infinite linear 0.5s both, bgside_left2SP 5s ease-in-out infinite alternate;
}
/* .bg-left::after {
  background: url(../_images/bg_side_left.png) center / 80px 494px repeat-y;
  animation: bgside_leftSP 40s infinite linear 0.5s both, bgsid_lefte2SP 3s ease-in-out -1.5s infinite alternate;
} */
.bg-right {
  left: inherit;
  right: -15px;
}
.bg-right::before {
  background: url(../_images/bg_side_right.png) center / 80px 494px repeat-y;
  animation: bgside_rightSP 40s infinite linear 0.5s both, bgside_right2SP 5s ease-in-out infinite alternate;
}
/* .bg-right::after {
  background: url(../_images/bg_side_right.png) center / 80px 494px repeat-y;
  animation: bgside_rightSP 40s infinite linear 0.5s both, bgside_right2SP 3s ease-in-out -1.5s infinite alternate;
} */
.bg-fixed .bg-left,
.bg-fixed .bg-right {
  position: fixed;
}
.bg-fixed-stop .bg-left,
.bg-fixed-stop .bg-right {
  position: absolute;
  top: inherit;
  bottom: 0;
}
.att-list_item.-saleschannels {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: dashed 1px #72bac2;
}
.iconinfo {
  position: relative;
  z-index: 2;
  margin: 40px 8px 0;
  padding: 12px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
}
.iconinfo_item {
  display: flex;
  align-items: center;
}
.iconinfo_item:not(:first-child) {
  margin-top: 10px;
}
.iconinfo_item .m-ico {
  margin-right: 8px;
}
.iconinfo_item .cassette_saleschannels_item {
  position: relative;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px 0 0;
}

@media print, screen and (min-width: 960px) {
  .area-wp {
    padding-bottom: 100px;
  }
  .bg-left,
  .bg-left::before,
  .bg-left::after,
  .bg-right,
  .bg-right::before,
  .bg-right::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: inline-block;
    width: 326px;
    height: 100vh;
  }
  .bg-left::before {
    background: url(../_images/bg_side_left.png) repeat-y;
    animation: bgside_left 120s infinite linear 0.5s both, bgside_left2 5s ease-in-out infinite alternate;
  }
  /* .bg-left::after {
    background: url(../_images/bg_side_left.png) repeat-y;
    animation: bgside_left 120s infinite linear 0.5s both, bgside_left2 3s ease-in-out -1.5s infinite alternate;
  } */
  .bg-right {
    left: inherit;
    right: 0;
  }
  .bg-right::before {
    background: url(../_images/bg_side_right.png) repeat-y;
    animation: bgside_right 120s infinite linear 0.5s both, bgside_right2 5s ease-in-out infinite alternate;
  }
  /* .bg-right::after {
    background: url(../_images/bg_side_right.png) repeat-y;
    animation: bgside_right 120s infinite linear 0.5s both, bgside_right2 3s ease-in-out -1.5s infinite alternate;
  } */
  .bg-fixed .bg-left,
  .bg-fixed .bg-right {
    position: fixed;
  }
  .bg-fixed-stop .bg-left,
  .bg-fixed-stop .bg-right {
    position: absolute;
    top: inherit;
    bottom: 0;
  }
  .iconinfo {
    display: flex;
    justify-content: center;
    margin: 80px auto 0;
    width: 100%;
    max-width: 1000px;
    padding: 16px 32px;
    border-radius: 8px;
  }
  .iconinfo_item:not(:first-child) {
    margin: 0 0 0 24px;
  }
}
@keyframes bgside_leftSP {
  0% {
    background-position-y: 0%;
  }
  100% {
    background-position-y: -494px;
  }
}
@keyframes bgside_rightSP {
  0% {
    background-position-y: -494px;
  }
  100% {
    background-position-y: 0%;
  }
}
@keyframes bgside_left {
  0% {
    background-position-y: 0%;
  }
  100% {
    background-position-y: -2015px;
  }
}
@keyframes bgside_right {
  0% {
    background-position-y: -2015px;
  }
  100% {
    background-position-y: 0%;
  }
}
@keyframes bgside_left2SP {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-10px);
  }
}
@keyframes bgside_right2SP {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(10px);
  }
}
@keyframes bgside_left2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-20px);
  }
}
@keyframes bgside_right2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(20px);
  }
}

/* AREA SECT */
.area-sect {
  position: relative;
  padding: 70px 0 40px;
  background: url(../_images/mountain_sp.png) no-repeat center 140px;
  background-size: contain;
}
.area-sect:not(:first-of-type) {
  border-radius: 70vw 70vw 0 0 / 20px 20px 0 0;
}
/* .area-sect:not(:first-of-type)::before {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  width: 100%;
  max-width: 1280px;
  height: 15px;
  background: radial-gradient(circle farthest-side, #20bfdc, #20bfdc 30%, transparent 30%, transparent);
  background-size: 15px;
} */
.area-sectHd {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 100px;
}
.area-sectHd_ttl-area,
.area-sectHd_ttl-pref {
  display: block;
}
.area-sectHd_ttl-area img {
  height: 54px;
  width: auto;
}
.area-sectHd_ttl-pref {
  font-family: "Noto Serif JP", serif;
  color: #761b1b;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 4px;
}
.cassette {
  position: relative;
  z-index: 2;
}
.cassette_item {
  margin-top: 16px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 6px 8px 8px rgb(0 0 0 / 30%);
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  transition: opacity 0.2s;
}
.cassette_item a {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  height: 100%;
  transition: opacity 0.2s;
}
.cassette_hd {
  order: -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 8px;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  background-image: linear-gradient(#761b1b, #e17335);
}
.cassette_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 35px;
  font-size: 1.6rem;
  font-weight: 700;
}
.cassette_area {
  padding: 2px 8px;
  margin: 0 auto 8px;
  display: inline-block;
  font-size: 1.6rem;
  border: solid 1px #fff;
  border-radius: 16px;
}
.cassette_txt {
  flex: 1;
  margin: 8px 16px 0;
}
.cassette_tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 8px 16px 0;
}
.cassette_tag_item {
  position: relative;
  padding: 0 8px;
  color: #0c81a7;
  font-size: 1.4rem;
}
.cassette_tag_item:not(:first-child)::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 1px;
  height: 70%;
  border-left: solid 1px #ccc;
}
.cassette_tag_item::before {
  content: "#";
}
.cassette_ticket {
  margin: 16px 0 0;
}
.cassette_ticketList {
  padding: 16px;
  background: #f3e5d5;
}
.cassette_ticketList:not(:first-child) {
  margin-top: 8px;
}
.cassette_ticket dt {
  position: relative;
  color: #cd0302;
  padding: 0 0 0 28px;
  font-weight: 700;
}
.cassette_ticket dt .m-ico {
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 2rem;
}
.cassette_ticket dt span {
  font-size: 1.4rem;
  font-weight: 600;
}
.cassette_ticket dd {
  margin-top: 8px;
}
.cassette_ticket dd span {
  font-weight: 700;
  color: #cd0302;
}
.cassette_ticketList-date {
  display: inline-block;
  font-weight: 600;
  color: #0c81a7;
}
.cassette_ticketList-date:not(:first-of-type) {
  margin-top: 8px;
}
.cassette_ticket_price {
  display: inline-block;
}
.cassette_saleschannels {
  display: flex;
  justify-content: center;
  margin: 16px 0 0 -8px;
}
.cassette_saleschannels_item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding: 4px 6px 4px 4px;
  min-width: 100px;
  color: #cd0302;
  font-size: 1.4rem;
  line-height: 1.3;
  border: solid 1px #cd0302;
  background: #f3e5d5;
}
.cassette_saleschannels_item .m-ico {
  margin-right: 2px;
  font-size: 1.8rem;
  line-height: 1;
  padding-top: 4px;
}
.cassette_bt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 16px 0;
  min-height: 60px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 50vw;
  background: url(../_images/bt_bg.jpg) no-repeat center;
  background-size: cover;
}
.cassette_bt .m-ico {
  position: absolute;
  right: 8px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
  font-size: 3rem;
}
.cassette_img {
  order: -1;
}
.end {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #761b1b;
  font-size: 120%;
  font-weight: 800;
  border-bottom: 1px solid #e0e0e0;
}
.arealink {
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
.cassette_item.-comingsoon a {
  pointer-events: none;
}
.cassette_item.-comingsoon .cassette_bt:after {
  content: "Coming Soon!";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ff9b29;
  border-radius: 50vw;
  border: dashed 1px #ff9b29;
  background: #fff;
}
.arealink-list {
  margin-top: -8px;
}
.arealink-list_item {
  margin-top: 8px;
}
.arealink a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 40px 8px 16px;
  min-height: 60px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 50vw;
  background: url(../_images/bt_bg.jpg) no-repeat center;
  background-size: cover;
  transition: opacity 0.2s;
}
.arealink .icon {
  margin-right: 8px;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
}
.arealink .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  right: 8px;
  line-height: 1;
  font-size: 3rem;
}
.cassette_season {
  margin: 10px 16px 0;
  border: 1px solid #e17335;
  text-align: center;
  padding: 10px 28px;
}
.cassette_season dt {
  font-weight: 700;
  color: #cd0302;
  border-bottom: dotted 1px #e17335;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
@media print, screen and (min-width: 960px) {
  .area-sect {
    padding: 62px 0;
    background: url(../_images/mountain.png) no-repeat center 210px;
    background-size: contain;
  }
  .area-sectWp::before {
    bottom: 20%;
    right: 110%;
    background: url(../_images/bg_img_l.png) center / 100% auto no-repeat;
  }
  .area-sectWp::after {
    top: 20%;
    left: 110%;
    background: url(../_images/bg_img_r.png) center / 100% auto no-repeat;
  }
  .area-sectWp.-col02 {
    margin: 0 auto;
    max-width: calc((100% / 3 * 2) - (32px / 3));
  }
  .area-sectHd_ttl-area img {
    height: 96px;
    width: auto;
  }
  .area-sectHd_ttl-pref {
    font-size: 2.4rem;
  }

  .cassette {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -32px;
  }
  .cassette_item {
    /* margin: 32px 0 0 32px;
    width: calc(100% / 3 - 32px);
    border-radius: 24px; */
    margin: 16px 0 0 16px;
    width: calc(100% / 4 - 16px);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    padding-bottom: 16px;
    /* height: 100%; */
    transition: opacity 0.2s;
  }
  .area-sectWp.-col02 .cassette_item {
    width: calc(100% / 2 - 32px);
  }
  .cassette_item a:hover {
    opacity: 0.6;
  }
  .cassette_ttl {
    min-height: 49px;
    font-size: 2.2rem;
  }
  .cassette_area {
    font-size: 1.4rem;
  }
  .cassette_txt {
    margin: 16px 16px 0;
  }
  .cassette_ticket {
  }
  .cassette_ticketList {
    padding: 24px 16px;
  }
  .cassette_ticket dt {
    padding: 0 0 4px 32px;
  }
  .cassette_ticket dt .m-ico {
    top: -4px;
    font-size: 2.5rem;
  }
  .cassette_bt {
    margin: 16px 16px 0;
    font-size: 1.8rem;
  }
  .arealink {
    margin-top: 72px;
  }
  .arealink-list {
    display: flex;
    justify-content: center;
    margin: 0 0 0 -16px;
  }
  .arealink-list_item {
    margin: 0 0 0 16px;
  }
  .arealink a {
    min-width: 320px;
  }
  .arealink a:hover {
    opacity: 0.6;
  }
  .arealink .icon {
    font-size: 2.5rem;
  }
}
.cassette_item.noimage .cassette_img {
  position: relative;
}
.cassette_item.noimage .cassette_img:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "No Image";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
@media print, screen and (min-width: 960px) {
  .cassette_item.noimage .cassette_img:after {
    font-size: 4rem;
  }
}

.cassette_item.close a:hover {
  opacity: 1;
}
.cassette_item.close .cassette_bt {
  visibility: hidden;
}
.cassette_item.close .cassette_img {
  position: relative;
  background: #000;
}
.cassette_item.close .cassette_img:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "今シーズンの営業を \A 終了しました";
  white-space: pre;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.1);
}
.cassette_item.close.-summerland .cassette_img:after {
  content: "限界×サマーランド（特典付） \A の販売は終了しました";
}
.cassette_item.close .cassette_img img {
  opacity: 0.5;
}
@media screen and (max-width: 959px) {
  .cassette_item.close .cassette_bt {
    display: none;
  }
}

/* SUB CONTENTS */
.subcontents {
  padding-top: 24px;
  background: #f6fcff;
}
@media print, screen and (min-width: 960px) {
  .subcontents {
    padding-top: 56px;
  }
}

/* ALL LINK */
.alllink {
  position: relative;
  z-index: 2;
  margin: 0 16px;
}
.alllink a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 40px 8px 48px;
  min-height: 60px;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  background: #0077db;
  transition: opacity 0.2s;
}
.alllink .m-ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
}
.alllink .icon {
  left: 16px;
  font-size: 2.5rem;
}
.alllink .arrow {
  right: 8px;
}
@media print, screen and (min-width: 960px) {
  .alllink {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }
  .alllink a {
    padding: 16px 40px 16px 48px;
    min-height: 80px;
    font-size: 2rem;
  }
  .alllink a:hover {
    opacity: 0.6;
  }
}

/* FEATURE */
.featureWp {
  margin-top: 16px;
}
.featureList {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -8px 0 0 -8px;
}
.featureList_item {
  position: relative;
  margin: 8px 0 0 8px;
  width: calc(100% / 2 - 8px);
}
.featureList_item a {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
  color: #323743;
  transition: opacity 0.2s;
}
.featureList_img {
  order: -1;
}
.featureList_ttl {
  margin-top: 4px;
  line-height: 1.3;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 760px) {
  .featureWp {
    margin-top: 32px;
    padding: 40px;
  }
  .featureList {
    justify-content: center;
    margin: -32px 0 0 -32px;
  }
  .featureList_item {
    margin: 32px 0 0 32px;
    width: calc(100% / 4 - 32px);
  }
  .featureList_item a:hover {
    opacity: 0.6;
  }
  .featureList_ttl {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}

/* METHOD */
.method {
  margin-top: 60px;
}
.method-list {
  position: relative;
  z-index: 2;
  margin: 0 16px;
}
.method-list_item:not(:first-child) {
  margin-top: 16px;
}
.method a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 40px 8px 8px;
  min-height: 60px;
  color: #fff;
  font-weight: 700;
  border-radius: 50vw;
  background: url(../_images/bt_bg.jpg) no-repeat center;
  background-size: cover;
  transition: opacity 0.2s;
}
.method .icon {
  margin-right: 8px;
  font-size: 2.5rem;
  line-height: 1;
}
.method .arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  line-height: 1;
  font-size: 2.5rem;
}
@media print, screen and (min-width: 960px) {
  .method {
    margin-top: 56px;
  }
  .method-list {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    display: flex;
    gap: 24px;
    justify-content: center;
  }
  .method-list .method-list_item {
    width: 100%;
  }
  .method-list_item:not(:first-child) {
    margin-top: 0;
  }
  .method a {
    padding: 16px 40px 16px 48px;
    font-size: 2rem;
  }
  .method a:hover {
    opacity: 0.6;
  }
  .method .icon {
    font-size: 3.5rem;
  }
  .method .arrow {
    font-size: 3rem;
  }
}

/* ATT */
#JTBGF-ly_footer.JTBGF-ly_footer {
  margin-top: 0 !important;
}
.att {
  position: relative;
  z-index: 2;
  margin: 24px 16px 0;
  padding: 16px;
  border-radius: 8px;
  border: solid 1px #fff;
  color: #fff;
}
.att-list_item {
  position: relative;
}
.att-list_item.-kome {
  padding-left: calc(1em + 4px);
}
.att-list_item.-kome:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}
@media print, screen and (min-width: 960px) {
  .att {
    margin: 56px auto 0;
    width: 100%;
    max-width: 1000px;
    padding: 24px 56px;
  }
}

/* THEME */
.theme {
  position: relative;
  z-index: 2;
  color: #fff;
}

@media print, screen and (min-width: 960px) {
  .themeWp {
    margin-top:24px
  }
  .themeList {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 0 -24px
  }
  .themeList_item {
    margin: 24px 0 0 24px;
    padding-right: 24px;
    border-right: solid 1px #eee;
    width: calc(100% / 2 - 8px);
    max-width: 185px;
  }
  .themeList_item a:hover {
    opacity: 0.6;
  }
  .themeList_item .m-ico {
    display: none
  }
  .themeList_item a {
    display: flex;
    flex-direction: column;
    transition: opacity 0.2s ease-out;
    color: #fff;
  }
  .themeList_item-txt {
    margin-top: 4px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 959px) {
  .themeList {
    margin-top: 24px;
  }
  .themeList_item {
    border-top:solid 1px #fff
  }
  .themeList_item:last-child {
    border-bottom: solid 1px #fff
  }
  .themeList_item a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 60px;
    padding: 8px 24px 8px 8px;
    color: #fff
  }
  .themeList_item .m-ico {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.5rem
  }
}

/* FIXED METHOD */
.fixed-method {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  max-width: 280px;
  border-radius: 0 16px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s;
}
.fixed-method-list {
  display: flex;
}
.fixed-method-list_item {
  flex-grow: 1;
}
.fixed-method-list_item:not(:first-child) {
  border-left: dotted 1px #ccc;
}
.fixed-method-list_item a {
  display: flex;
  align-items: center;
  padding: 12px 4px;
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.2s;
}
.fixed-method-list_item .icon {
  margin-right: 4px;
  line-height: 1;
  color: #761b1b;
  font-size: 3rem;
}
.method-fixed .fixed-method {
  opacity: 1;
  visibility: visible;
}
@media print, screen and (min-width: 960px) {
  .fixed-method {
    left: inherit;
    right: 0;
    bottom: 120px;
    max-width: 116px;
    border-radius: 24px 0 0 24px;
  }
  .fixed-method-list {
    flex-direction: column;
  }
  .fixed-method-list_item:not(:first-child) {
    border-left: none;
    border-top: dotted 1px #ccc;
  }
  .fixed-method-list_item a {
    flex-direction: column;
    padding: 16px 4px;
    font-weight: 500;
  }
  .fixed-method-list_item a:hover {
    opacity: 0.6;
  }
  .fixed-method-list_item .icon {
    margin: 0 0 4px 0;
  }
}
