/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
/* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
/* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* ---------------------------------------------------------- */
/* clearfix  */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* mediaquery */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* mediaquery print only */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* percentage SP */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* font-size */
/* ---------------------------------------------------------- */
/* ヒラギノ優先 */
/* 游ゴシック優先 */
/* font-size vw */
img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
input {
  /*CO3変更*/
  /*-webkit-appearance: none;*/
  outline: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li,
ul ol {
  margin: 0;
  padding: 0;
}
a {
  outline: none;
}
textarea {
  resize: vertical;
}
input,
textarea {
  word-break: break-all;
}
.slick-slider {
  opacity: 0;
}
.slick-slider.slick-initialized {
  opacity: 1;
}
html {
  font-family: -apple-sysytem, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Segoe UI", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
}
html {
  overflow-x: hidden;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background: #1a1c22;
  overflow: visible;
  overflow-x: hidden;
    width: 100%;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
a {
  color: #fff;
  text-decoration: none;
}
.st-Wrapper {
  width: 100%;
  height: 100%;
  color: #fff;
}
.st-Contents {
  z-index: 1;
}
.st-Nav {
  position: fixed;
  z-index: 2;
}
.st-Nav-inner {
  z-index: 10000;
}
.st-Nav-inner:hover {
  overflow-y: scroll;
}
.st-Nav-inner::-webkit-scrollbar {
  width: 4px;
  height: auto;
}
.st-Nav-inner::-webkit-scrollbar-track {
  background-color: #2a2c32;
}
.st-Nav-inner::-webkit-scrollbar-thumb {
  background-color: #a3a4a6;
}
.st-Nav_User {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.st-Nav_User-logout .st-Nav_User-btn:nth-child(3)::before {
  display: none;
}
.st-Nav_User-btn .st-Nav_User-link {
  position: relative;
}
.st-Nav_User-btn .st-Nav_User-link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
}
.st-Nav_User-btn:first-child .st-Nav_User-link::after {
  background: url("../../../img/common/phase2/icon_user.png") no-repeat;
  background-size: contain;
}
.st-Nav_User-btn:nth-child(2) .st-Nav_User-link::after {
  background: url("../../../img/common/phase2/icon_mylist.png") no-repeat;
  background-size: contain;
}
.st-Nav_User-btn:nth-child(3) {
  flex-basis: 100%;
}
.st-Nav_User-btn:nth-child(3) .st-Nav_User-link {
  padding-left: 0;
  padding-right: 0;
}
.st-Nav_User-link {
  display: block;
  color: #fff;
  border: 1px solid #a3a4a6;
  font-weight: 600;
  text-align: center;
}
.st-Nav_ImportantInfo {
  background: #2a2c32;
  border-radius: 4px;
}
.st-Nav_ImportantInfoTxt,
.st-Nav_ImportantInfoTxt a {
  color: #c8002b;
  font-weight: 600;
  margin: 0;
}
.st-Nav_Coin_total {
  background: #2a2c32;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-weight: 600;
  position: relative;
}
.st-Nav_Coin_total:after {
    height: 2px;
    position: absolute;
    bottom: -1px;
    z-index: 2;
    content: '';
    background: #1a1c22;
}
.st-Nav_Coin_total-txt {
  margin: 0;
  color: #e9e9e9;
}
.st-Nav_Coin_total-coin {
  margin: 0;
  color: #e9e9e9;
}
.st-Nav_CoinCharge {
  display: inline-block;
  border-radius: 100px;
  background: #373c4a;
  font-weight: 600;
  line-height: 1.2;
  float: right;
  display: none;
}
.st-Nav_CoinCharge::before {
  content: "";
  display: inline-block;
  background: url("../../../img/common/phase2/icon_charge.png") no-repeat center center;
  background-size: contain;
  vertical-align: bottom;
}
.st-Nav_Coin_detail {
  background: #2a2c32;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.st-Nav_Coin_detail-wrap {
  display: flex;
}
.st-Nav_Coin_detail-note {
  color: #a3a4a6;
}
.st-Nav_Coin_detail-coin,
.st-Nav_Coin_detail-point {
  color: #909194;
  position: relative;
}
.st-Nav_Coin_detail-coin::before,
.st-Nav_Coin_detail-point::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  content: '';
  background: url("../../../img/common/phase2/icon_point.png") no-repeat;
  background-size: contain;
}
.st-Nav_Coin_detail-coin::before {
  background: url("../../../img/common/phase2/icon_coin.png") no-repeat;
  background-size: contain;
}
.st-Nav_List1 {
  margin-bottom: 15vh;
}
.st-Nav_List1-list {
  position: relative;
}
.st-Nav_List1-parent .st-Nav_List1-txt {
  background: #2a2c32;
}
.st-Nav_List1-parent .st-Nav_List1-txt:hover {
  opacity: 1;
}
.st-Nav_List1-parent .st-Nav_List1-txt::after {
  content: '';
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  margin: auto;
}
.st-Nav_List1-parent .st-Nav_List1-txt.js-Nav-close::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.st-Nav_List1-txt {
  font-weight: 600;
  width: 100%;
  display: block;
  box-sizing: border-box;
  background: #2a2c32;
}
.st-Nav_List1-txt::after {
  content: '';
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  margin: auto;
  transition: all 0.4s;
}
.st-Nav_List1-list--help {
  border-bottom: 1px solid #313339;
  margin-top: -2px;
}
.st-Nav_List1-list--help .st-Nav_List1-txt {
  background: #1a1c22;
}
.st-Nav_List2-link {
  display: block;
  position: relative;
}
.st-Nav_List2-link::after {
  content: '';
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  margin: auto;
  transition: all 0.4s;
}
.st-Nav_List2-txt {
  font-weight: 600;
  display: block;
}
.st-Nav_List3-list {
  background: #1a1c22;
  display: block;
  position: relative;
  transition: all 0.4s;
}
.st-Nav_List3-link {
  display: block;
}
.st-Nav_List3-txt {
  font-weight: 300;
  display: block;
}
.st-Nav_List4-list {
  background: #1a1c22;
  display: block;
  position: relative;
}
.st-Nav_List4-link {
  display: block;
}
.st-Nav_List4-txt {
  font-weight: 300;
  display: block;
}
/*CO3追加*/
.st-Nav_List1-list-current .st-Nav_List1-txt {
  background: #373b46;
}
/*CO3追加*/
.st-Nav_List-list-current {
  background: #25262d;
}
.st-Nav_Block {
  display: none;
}
.st-Nav_List1-parent:first-child .st-Nav_Block {
  display: block;
}
/*CO3追加*/
.st-Nav_OuterLink::after {
  content: '';
  border: 0px;
  background-image: url("../../../img/common/phase2/icon_outer_link.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.top-logout .st-Nav_User-link::after {
  display: none;
}
.st-Header {
  background-color: #1a1c22;
  border-bottom: 1px solid #48494e;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
}
.st-Header_Wrap {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 auto;
}
.st-Header_Logo {
  margin: 0;
  font-size: 0;
}
.st-Header_Logo img {
  max-width: 100%;
  vertical-align: bottom;
}
.st-Header_Search {
  position: relative;
}
.st-Header_Search.js-Nav-open {
  /*opacity: 0;*/      /*CO3変更*/
  visibility: hidden;  /*CO3変更*/
}
.st-Header_Search-btn {
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  display: block;
  color: #c7c7c9 !important;
}
.st-Header_Search-btn::before {
  content: '';
  background: url("../../../img/common/phase2/btn_search.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.st-Header_Search-btn[type="search"] {
  position: relative;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  background: #313339 !important;
  transition: background-color 0.5s;
}
.st-Header_Search-btn[type="search"]::-webkit-input-placeholder {
  color: #c7c7c9 !important;
}
.st-Header_Search-btn[type="search"]:-ms-input-placeholder {
  color: #c7c7c9 !important;
}
.st-Header_Search-btn[type="search"]::placeholder {
  color: #c7c7c9 !important;
}
.st-Header_Search-btn[type="search"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0) inset !important;
}
.st-Header_Search-btn[type="search"]::-ms-clear {
  visibility: hidden;
}
.st-Header_Search-btn[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.st-Header_Search-btn[type="search"]:hover {
  opacity: 1;
}
.st-Header_Search-btn[type="search"]::before {
  display: none;
}
.st-Header_Search-closeBtn {
  display: inline-block;
  position: absolute;
  top: 50%;
  border: none;
  -webkit-appearance: none;
          appearance: none;
  background: url("../../../img/common/phase2/btn_search.png") no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/*CO3追加*/
.isOpenSearchDisplayNone {
  display: none;
}
.isOpenSearch .st-Header_Search-closeBtn {
  background: url("../../../img/common/phase2/icon_search_close.png") no-repeat center center;
}
.st-Header_SPmenu {
  position: relative;
}
.st-Header_SPmenu-info::after {
  content: "";
  position: absolute;
  background: url("../../../img/common/phase2/icon_info.png");
  background-size: contain;
}
.st-Header_SPmenu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d1d1d2;
  border-radius: 2px;
}
.st-Header_SPmenu span:nth-of-type(1) {
  top: 0;
}
.st-Header_SPmenu span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.st-Header_SPmenu span:nth-of-type(3) {
  bottom: 0;
}
.st-Header_SPmenu.js-Nav-open span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}
.st-Header_SPmenu.js-Nav-open span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
          animation: active-menu-bar02 0.8s forwards;
}
.st-Header_SPmenu.js-Nav-open span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
#js-Nav-overlay {
  display: none;
}
.js-Nav-open #js-Nav-overlay {
  display: block;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 2;
  transition: all 0.4s;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.st-Footer {
  margin-top: auto;
}
.st-Footer-wrap {
  border-top: 2px solid #48494e;
  text-align: center;
}
.st-Footer_SnsList {
  display: flex;
  justify-content: center;
  align-items: center;
}
.st-Footer_Nav {
  border-bottom: 2px solid #48494e;
}
.st-Footer_NavList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.st-Footer_NavItem {
  line-height: 2;
  margin: 0 1em;
}
.st-Footer_NavLink {
  color: #a2a2a2;
}
.st-Footer_NavLink:hover {
  color: #fff;
  transition: all 0.4s;
}
.st-Footer_License-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.st-Footer_License-list {
  display: flex;
  align-items: start;
}
.st-Footer_License-list:last-child {
  padding-right: 0;
}
.st-Footer_License-img img {
  width: 100%;
}
.st-Footer_License-txt {
  text-align: left;
  color: #a2a2a2;
}
.st-Footer_License-txt p {
  margin: 0;
}
.st-Footer_License-link {
  color: #a2a2a2;
  text-decoration: underline;
}
.st-Footer_Copy {
  color: #fff;
  border-top: 1px solid #48494e;
  width: 100%;
  display: block;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset 'UTF-8';
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.sw-Lineup_Pt1Title {
  text-align: center;
}
.sw-Lineup_Pt1Slider {
  width: 100%;
}
.sw-Lineup_Pt1Slider .slick-arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  font-size: 0;
}
.sw-Lineup_Pt1SliderEl a {
  width: 100%;
  display: block;
  outline: none;
}
.sw-Lineup_Pt1SliderEl img {
  display: block;
  border-radius: 4px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .js-LineupWrap {
    opacity: 0;
  }
  .js-LineupWrap-initialized {
    opacity: 1;
  }
  .st-Wrapper {
    display: flex;
  }
  .st-Contents {
    width: calc(100% - 240px);
    padding-top: 80px;
    margin-left: 240px;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .st-Contents-rule2 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .st-Nav-inner {
    width: 240px;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.5);
    background: #1a1c22;
    position: fixed;
    top: 80px;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .st-Nav_User {
    width: 240px;
    margin: 20px 0;
    padding: 0 15px;
  }
  .st-Nav_User-logout {
    display: block;
    width: 210px;
  }
  .st-Nav_User-logout .st-Nav_User-btn {
    margin-top: 10px;
  }
  .st-Nav_User-logout .st-Nav_User-link {
    width: 210px;
    padding: 15px;
  }
  .st-Nav_User-btn .st-Nav_User-link {
    transition: all 0.4s;
  }
  .st-Nav_User-btn .st-Nav_User-link:hover {
    background: #25262d;
    transition: all 0.4s;
  }
  .st-Nav_User-btn .st-Nav_User-link::after {
    left: 8px;
  }
  .st-Nav_User-btn:first-child .st-Nav_User-link::after {
    width: 18px;
    height: 21px;
  }
  .st-Nav_User-btn:nth-child(2) .st-Nav_User-link::after {
    width: 21px;
    height: 20px;
  }
  .st-Nav_User-btn:nth-child(3) {
    margin-top: 10px;
  }
  .st-Nav_User-btn:nth-child(3) .st-Nav_User-link {
    width: 210px;
  }
  .st-Nav_User-link {
    border-radius: 6px;
    padding: 15px 0;
    font-size: 12px;
    width: 100px;
    padding-left: 25px;
  }
  .st-Nav_ImportantInfo {
    width: 210px;
    padding: 10px;
    margin: 10px 15px 20px;
  }
  .st-Nav_ImportantInfoTxt,
  .st-Nav_ImportantInfoTxt a {
    font-size: 14px;
    line-height: 20px;
  }
  .st-Nav_Coin {
    margin: 20px 15px;
    width: 210px;
  }
  .st-Nav_Coin_total {
    padding: 10px;
  }
  .st-Nav_Coin_total:after {
    width: calc(100% - 20px);
    left: 10px;
  }
  .st-Nav_Coin_total-txt {
    font-size: 12px;
  }
  .st-Nav_Coin_total-coin {
    font-size: 20px;
  }
  .st-Nav_CoinCharge {
    font-size: 10px;
    padding: 5px;
    margin-top: 5px;
  }
  .st-Nav_CoinCharge::before {
    height: 12px;
    width: 12px;
    margin-right: 5px;
  }
  .st-Nav_Coin_detail {
    padding: 10px;
  }
  .st-Nav_Coin_detail-note {
    font-size: 10px;
    margin: 7px 0 0;
  }
  .st-Nav_Coin_detail-coin,
  .st-Nav_Coin_detail-point {
    padding-left: 16px;
    font-size: 14px;
  }
  .st-Nav_Coin_detail-coin::before,
  .st-Nav_Coin_detail-point::before {
    width: 14px;
    height: 14px;
  }
  .st-Nav_Coin_detail-coin {
    margin-right: 10px;
  }
  .st-Nav_Coin_detail-txt {
    font-size: 10px;
    padding-left: 2px;
  }
  .st-Nav_List1 {
    width: 240px;
  }
  .st-Nav_List1-list {
    transition: all 0.4s;
    margin-bottom: 2px;
  }
  .st-Nav_List1-parent {
    margin-bottom: 2px;
  }
  .st-Nav_List1-parent .st-Nav_List1-txt {
    padding: 14px 20px;
  }
  .st-Nav_List1-parent .st-Nav_List1-txt::after {
    width: 10px;
    height: 10px;
    top: 23px;
    right: 30px;
  }
  .st-Nav_List1-parent .st-Nav_List1-txt.js-Nav-close::after {
    top: 20px;
  }
  .st-Nav_List1-txt {
    font-size: 16px;
    padding: 14px 20px;
    transition: all 0.4s;
  }
  .st-Nav_List1-txt::after {
    width: 10px;
    height: 10px;
    top: 22px;
    right: 30px;
  }
  .st-Nav_List1-txt:hover {
    cursor: pointer;
    transition: all 0.4s;
  }
  .st-Nav_List1-list--help .st-Nav_List1-txt:hover {
    background: #25262d;
  }
  .st-Nav_List2-link {
    transition: all 0.4s;
  }
  .st-Nav_List2-link::after {
    width: 10px;
    height: 10px;
    top: 23px;
    right: 30px;
  }
  .st-Nav_List2-link:hover {
    background: #25262d;
  }
  .st-Nav_List2-list:last-of-type .st-Nav_List2-txt {
    padding-bottom: 20px;
  }
  .st-Nav_List2-txt {
    padding: 14px 20px;
    font-size: 16px;
  }
  .st-Nav_List3-list {
    font-size: 15px;
  }
  .st-Nav_List3-list:hover {
    background: #25262d;
    transition: all 0.4s;
  }
  .st-Nav_List3-txt {
    font-size: 15px;
    margin: 0 20px 0 30px;
    padding: 12px 0;
  }
  .st-Nav_List4-list {
    font-size: 15px;
    transition: all 0.4s;
    margin-top: 2px;
  }
  .st-Nav_List4-list:hover {
    background: #25262d;
    transition: all 0.4s;
  }
  .st-Nav_List4-list:first-of-type .st-Nav_List4-txt {
    padding-top: 20px;
  }
  .st-Nav_List4-list:last-of-type .st-Nav_List4-txt {
    padding-bottom: 20px;
  }
  .st-Nav_List4-txt {
    font-size: 16px;
    margin: 0 20px;
    padding: 16px 0;
  }
  /*CO3追加*/
  .st-Nav_OuterLink::after {
    width: 18px;
    height: 18px;
    top: 17px;
    right: 23px;
  }
  .st-Header {
    height: 80px;
  }
  .st-Header_Wrap {
    padding: 20px 30px 0;
  }
  .st-Header_Logo {
    width: 100px;
  }
  .st-Header_Logo:hover {
    opacity: 0.7;
    transition: 0.4s;
  }
  .st-Header_Search-btn {
    transition: 0.4s;
    max-width: 200px;
    min-width: 200px;
    background: #313339;
    padding: 9px 20px 9px 40px;
    font-size: 14px;
    line-height: 1.5;
  }
  .st-Header_Search-btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .st-Header_Search-btn::before {
    width: 18px;
    height: 18px;
    left: 15px;
  }
  .st-Header_Search-btn[type="search"] {
    padding-right: 10px;
    padding-left: 36px;
  }
  .st-Header_Search-btn[type="search"]:focus {
    background-image: none !important;
    background-color: rgba(255,255,255,0.8) !important;
    color: rgba(26,28,34,0.5) !important;
  }
  .st-Header_Search-closeBtn {
    cursor: pointer;
    left: 15px;
    height: 18px;
    width: 18px;
  }
  .isOpenSearch .st-Header_Search-closeBtn {
    background-size: 12px 12px;
  }
  .st-Header_SPmenu,
  .st-Header_SPmenu span {
    display: none;
  }
  .st-Footer {
    padding-top: 100px;
  }
  .st-Footer-wrap {
    font-size: 10px;
  }
  .st-Footer_Sns {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .st-Footer_SnsItem {
    width: 32px;
    margin: 0 15px;
  }
  .st-Footer_SnsItem:last-child {
    width: 38px;
  }
  .st-Footer_Nav {
    padding-bottom: 20px;
  }
  .st-Footer_NavItem {
    font-size: 12px;
  }
  .st-Footer_License-wrap {
    padding: 20px;
  }
  .st-Footer_License-list {
    max-width: 350px;
    min-width: 214px;
    padding-right: 30px;
  }
  .st-Footer_License-img {
    width: 60px;
  }
  .st-Footer_License-txt {
    padding: 0 0 0 12px;
    width: calc(100% - 60px);
  }
  .st-Footer_License-link:hover {
    opacity: 0.7;
    transition: 0.4s;
  }
  .st-Footer_Copy {
    font-size: 14px;
    padding: 20px;
  }
  .sw-Lineup_Pt1Title {
    font-size: 24px;
    line-height: 1.708333333333333;
    margin: 40px 0 0;
  }
  .sw-Lineup_Pt1Slider {
    margin-top: 40px;
  }
  .sw-Lineup_Pt1SliderEl {
    width: 605px;
    padding: 0 9px;
  }
}
@media screen and (max-width: 767px) {
  html {
    width: 100vw;
  }
  body {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    width: 100vw;
  }
  img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
  }
  .st-Nav-inner {
    display: block;
    position: fixed;
    top: 13.333333333333334vw;
    left: -64vw;
    bottom: 0;
    width: 64vw;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.4s;
    background: #1a1c22;
    color: #fff;
  }
  .js-Nav-open .st-Nav-inner {
    left: 0;
  }
  .st-Nav_User {
    width: 64vw;
    margin: 5.333333333333334vw 0;
    padding: 0 4vw;
  }
  .st-Nav_User-btn .st-Nav_User-link::after {
    left: 2.133333333333333vw;
  }
  .st-Nav_User-btn:first-child .st-Nav_User-link::after {
    width: 4.8vw;
    height: 5.600000000000001vw;
  }
  .st-Nav_User-btn:nth-child(2) .st-Nav_User-link::after {
    width: 5.600000000000001vw;
    height: 5.333333333333334vw;
  }
  .st-Nav_User-btn:nth-child(3) {
    margin-top: 2.666666666666667vw;
  }
  .st-Nav_User-btn:nth-child(3) .st-Nav_User-link {
    width: 100%;
  }
  .st-Nav_User-link {
    border-radius: 6px;
    padding: 4vw 0;
    font-size: 3.2vw;
    width: 26.666666666666668vw;
    padding-left: 6.666666666666667vw;
    transition: all 0.4s;
  }
  .st-Nav_ImportantInfo {
    padding: 2.666666666666667vw;
    margin: 2.666666666666667vw 4vw 5.333333333333334vw;
    width: 56.00000000000001vw;
  }
  .st-Nav_ImportantInfoTxt,
  .st-Nav_ImportantInfoTxt a {
    font-size: 3.733333333333334vw;
    line-height: 5.333333333333334vw;
  }
  .st-Nav_Coin {
    margin: 5.333333333333334vw 4vw;
    width: 56.00000000000001vw;
  }
  .st-Nav_Coin_total {
    padding: 2.666666666666667vw;
  }
  .st-Nav_Coin_total:after {
    width: calc(100% - 5.333333333333334vw);
    left: 2.666666666666667vw;
  }
  .st-Nav_Coin_total-txt {
    font-sizg: 3.2vw;
  }
  .st-Nav_Coin_total-coin {
    font-size: 5.333333333333334vw;
  }
  .st-Nav_CoinCharge {
    font-size: 2.666666666666667vw;
    padding: 1.333333333333333vw;
    margin-top: 1.333333333333333vw;
  }
  .st-Nav_CoinCharge::before {
    height: 3.2vw;
    width: 3.2vw;
    margin-right: 1.333333333333333vw;
  }
  .st-Nav_Coin_detail {
    padding: 2.666666666666667vw;
  }
  .st-Nav_Coin_detail-note {
    font-size: 2.666666666666667vw;
    margin: 1.866666666666667vw 0 0;
  }
  .st-Nav_Coin_detail-coin,
  .st-Nav_Coin_detail-point {
    padding-left: 4.266666666666667vw;
    font-size: 3.733333333333334vw;
  }
  .st-Nav_Coin_detail-coin::before,
  .st-Nav_Coin_detail-point::before {
    width: 3.733333333333334vw;
    height: 3.733333333333334vw;
  }
  .st-Nav_Coin_detail-coin {
    margin-right: 2.666666666666667vw;
  }
  .st-Nav_Coin_detail-txt {
    font-size: 2.666666666666667vw;
    padding-left: 2px;
  }
  .st-Nav_List1 {
    width: 64vw;
  }
  .st-Nav_List1-list {
    transition: all 0.4s;
    margin-bottom: 2px;
  }
  .st-Nav_List1-parent {
    margin-bottom: 2px;
  }
  .st-Nav_List1-parent .st-Nav_List1-txt {
    padding: 3.733333333333334vw 5.333333333333334vw;
  }
  .st-Nav_List1-parent .st-Nav_List1-txt::after {
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
    top: 6.133333333333333vw;
    right: 8vw;
  }
  .st-Nav_List1-parent .st-Nav_List1-txt.js-Nav-close::after {
    top: 5.333333333333334vw;
  }
  .st-Nav_List1-txt {
    font-size: 4.53333333333333vw;
    padding: 3.733333333333334vw 5.333333333333334vw;
    transition: all 0.4s;
  }
  .st-Nav_List1-txt::after {
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
    top: 5.866666666666666vw;
    right: 8vw;
  }
  .st-Nav_List2-link::after {
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
    top: 6.133333333333333vw;
    right: 8vw;
  }
  .st-Nav_List2-list:last-of-type .st-Nav_List2-txt {
    padding-bottom: 6.666666666666667vw;
  }
  .st-Nav_List2-txt {
    padding: 3.733333333333334vw 5.333333333333334vw;
    font-size: 4vw;
  }
  .st-Nav_List3-list {
    font-size: 3.73333333333333vw;
  }
  .st-Nav_List3-txt {
    font-size: 3.73333333333333vw;
    margin: 0 5.333333333333334vw 0 8vw;
    padding: 3.2vw 0;
  }
  .st-Nav_List4-list {
    font-size: 4vw;
    transition: all 0.4s;
    margin-top: 2px;
  }
  .st-Nav_List4-list:first-of-type .st-Nav_List4-txt {
    padding-top: 6.666666666666667vw;
  }
  .st-Nav_List4-list:last-of-type .st-Nav_List4-txt {
    padding-bottom: 6.666666666666667vw;
  }
  .st-Nav_List4-txt {
    font-size: 4vw;
    margin: 0 5.333333333333334vw;
    padding: 3.466666666666666vw 0;
  }
  .st-Nav_OuterLink::after {
    width: 4.8vw;
    height: 4.8vw;
    top: 4.8vw;
    right: 6vw;
  }
  .top-logout .st-Nav_User-link {
    padding-left: 0;
  }

  .st-Header {
    padding: 3.2vw 4vw;
    height: 13.333333333333334vw;
    width: 100vw;
  }
  .st-Header_Wrap {
    padding: 0;
    align-items: center;
  }
  .st-Header_Logo {
    width: 18.666666666666668vw;
    margin-right: 4.8vw;
  }
  .st-Header_Search-btn::before {
    width: 4.8vw;
    height: 4.8vw;
    right: 0;
  }
  .st-Header_Search-btn[type="search"] {
    line-height: 8vw;
    width: 81.6vw;
    padding: 0 2.666666666666667vw 0 10.666666666666668vw;
  }
  .st-Header_Search-btn[type="search"]:focus {
    background-image: none !important;
    background-color: rgba(255,255,255,0.8) !important;
    color: rgba(26,28,34,0.5) !important;
  }
  .st-Header_Search-closeBtn {
    left: 2.666666666666667vw;
    height: 4.8vw;
    width: 4.8vw;
  }
  .isOpenSearch .st-Header_Search-closeBtn {
    background-size: 2.666666666666667vw 2.666666666666667vw;
  }
  .st-Header_SPmenu,
  .st-Header_SPmenu span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .st-Header_SPmenu {
    width: 5.33333333333333vw;
    height: 4.8vw;
  }
  .st-Header_SPmenu-info::after {
    top: -2.666666666666667vw;
    right: -4.266666666666667vw;
    height: 3.466666666666666vw;
    width: 3.466666666666666vw;
  }
  .js-Nav-open #js-Nav-overlay {
    top: 13.333333333333334vw;
  }
  .st-Footer {
    padding-top: 13.333333333333334vw;
  }
  .st-Footer-wrap {
    font-size: 2.133333333333333vw;
  }
  .st-Footer_Sns {
    padding-top: 5.333333333333334vw;
    margin-bottom: 4.266666666666667vw;
  }
  .st-Footer_SnsItem {
    width: 8.533333333333333vw;
    margin: 0 4vw;
  }
  .st-Footer_SnsItem:last-child {
    width: 10.533333333333333vw;
  }
  .st-Footer_Nav {
    padding-bottom: 4.266666666666667vw;
  }
  .st-Footer_NavItem {
    font-size: 2.666666666666667vw;
  }
  .st-Footer_License-wrap {
    flex-wrap: wrap;
    padding: 5.333333333333334vw 0;
  }
  .st-Footer_License-list {
    padding-right: 2.666666666666667vw;
  }
  .st-Footer_License-list:first-child .st-Footer_License-txt {
    width: 33.33333333333333vw;
    word-break: break-all;
  }
  .st-Footer_License-list:nth-child(2) {
    padding-right: 0;
  }
  .st-Footer_License-list:nth-child(2) .st-Footer_License-txt {
    width: 26.666666666666668vw;
  }
  .st-Footer_License-list:last-child {
    width: 100%;
    margin-top: 5.333333333333334vw;
  }
  .st-Footer_License-list:last-child .st-Footer_License-txt {
    width: 77.33333333333333vw;
  }
  .st-Footer_License-img {
    width: 12vw;
  }
  .st-Footer_License-txt {
    padding: 0 0 0 2.666666666666667vw;
  }
  .st-Footer_Copy {
    font-size: 2.133333333333333vw;
    padding: 5.333333333333334vw 0;
  }
  .sw-Lineup_Pt1Title {
    font-size: vw(17);
    line-height: 1.705882352941176;
    margin-top: vw(20);
  }
  .sw-Lineup_Pt1Slider {
    margin-top: vw(25);
  }
  .sw-Lineup_Pt1SliderEl {
    width: vw(320);
    padding: 0vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .st-Contents {
    margin-left: 0;
    width: 100%;
  }
  .st-Nav-inner {
    box-shadow: none;
    display: block;
    left: -240px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.4s;
    background: #1a1c22;
    color: #fff;
  }
  .js-Nav-open .st-Nav-inner {
    left: 0;
  }
  .st-Header {
    padding: 20px;
  }
  .st-Header_Wrap {
    padding: 0;
  }
  .st-Header_Logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  .st-Header_SPmenu,
  .st-Header_SPmenu span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .st-Header_SPmenu {
    width: 30px;
    height: 30px;
  }
  .st-Header_SPmenu-info::after {
    top: -10px;
    right: -16px;
    height: 13px;
    width: 13px;
  }
  .js-Nav-open #js-Nav-overlay {
    top: 80px;
  }
}
@media screen and (max-width: 374px) {
  .st-Footer_License-list:first-child {
    padding-right: 1.333333333333333vw;
  }
  .st-Footer_License-list:first-child .st-Footer_License-txt {
    width: 34.66666666666667vw;
  }
  .st-Footer_License-txt {
    padding: 0 0 0 1.333333333333333vw;
  }
}
