@charset "UTF-8";
/*==================================================*/
/* 前提css */
/*==================================================*/
a, article, blockquote, body, caption, dd, div, dl, dt, footer, h1, h2, h3, h4, h5, h6, header, html, iframe, img, li, nav, ol, p, pre, section, small, span, strong, table, td, th, tr, ul, figure {
  background: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a, small, span, strong {
  vertical-align: baseline;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

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

li {
  list-style: none;
}

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

address, th {
  font-style: normal;
}

:focus, a:focus {
  outline: 0;
}

br {
  letter-spacing: normal;
}

img {
  height: auto;
  width: 100%;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
}

/*==================================================*/
/* レスポンシブ用css */
/*==================================================*/
.pc-display {
  display: block;
}
.pc-display.inline {
  display: inline;
}
.pc-display.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-display {
  display: none;
}
.sp-display.inline {
  display: none;
}
.sp-display.flex {
  display: none;
}

@media (max-width: 750px) {
  .pc-display {
    display: none;
  }
  .pc-display.inline {
    display: none;
  }
  .pc-display.flex {
    display: none;
  }

  .sp-display {
    display: block;
  }
  .sp-display.inline {
    display: inline;
  }
  .sp-display.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pc-display--force {
  display: block !important;
}
.pc-display--force.inline {
  display: inline !important;
}
.pc-display--force.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.sp-display--force {
  display: none !important;
}
.sp-display--force.inline {
  display: none !important;
}
.sp-display--force.flex {
  display: none !important;
}

@media (max-width: 750px) {
  .pc-display--force {
    display: none !important;
  }
  .pc-display--force.inline {
    display: none !important;
  }
  .pc-display--force.flex {
    display: none !important;
  }

  .sp-display--force {
    display: block !important;
  }
  .sp-display--force.inline {
    display: inline !important;
  }
  .sp-display--force.flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/* =================================
common
================================= */
.wrap, .operation__contents-wrap, .operation__main-visual, .news-details__visual figure, .top__main-visual_wrap, .modal__wrap, .header__home-nav_wrap, .header__parent_preorder_wrap, .breadcrumbs ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
}

.content-inner, .operation__contents, .news-details .article-list, .news-details__sns, .news-details__content, .news-details__info, .news-details__ttl, .news__disp-switch, .news h3, .h3-terms, .h2-terms {
  width: 1288px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .content-inner, .operation__contents, .news-details .article-list, .news-details__sns, .news-details__content, .news-details__info, .news-details__ttl, .news__disp-switch, .news h3, .h3-terms, .h2-terms {
    width: 92vw;
  }
}

.flex-wrap, .top__flex-wrap {
  width: 1288px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1400px) {
  .flex-wrap, .top__flex-wrap {
    width: 92vw;
  }
}
@media (max-width: 750px) {
  .flex-wrap, .top__flex-wrap {
    width: 100%;
  }
}

/* =================================
  breadcrumbs
================================= */
.breadcrumbs {
  background: #201b1c;
  border-top: solid 2px #725c46;
  border-bottom: solid 2px #725c46;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ebdeae;
  height: 40px;
  font-size: 14px;
  padding: 0 2.8571428571vw 0 1.0714285714vw;
  position: relative;
}
.breadcrumbs ul li a {
  color: #ebdeae;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 750px) {
  .breadcrumbs ul li a:hover {
    text-decoration: none;
  }
}
@media (max-width: 1400px) {
  .breadcrumbs ul li {
    height: 2.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .breadcrumbs ul li {
    font-size: 1vw;
  }
}
@media (max-width: 750px) {
  .breadcrumbs ul li {
    height: 5.3333333333vw;
    font-size: 2.4vw;
    padding: 1.3333333333vw 5.3333333333vw 1.3333333333vw 2vw;
  }
}
.breadcrumbs ul li::after {
  content: "";
  background: url("/resources/static/common/img/arw_breadcrumbs.png") no-repeat center/auto 100%;
  height: 100%;
  width: 23px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1400px) {
  .breadcrumbs ul li::after {
    width: 1.6428571429vw;
  }
}
@media (max-width: 750px) {
  .breadcrumbs ul li::after {
    background: url("/resources/static/common/img/arw_breadcrumbs.png") no-repeat center/100% 100%;
    width: 3.0666666667vw;
  }
}
header + .breadcrumbs {
  display: none;
  border-top: none;
}
@media (max-width: 750px) {
  header + .breadcrumbs {
    border-top: solid 2px #725c46;
  }
}
main + .breadcrumbs {
  border-bottom: none;
}
.top > .breadcrumbs {
  border-top: none;
}
.bottom > .breadcrumbs {
  border-bottom: none;
}

/* =================================
  body
================================= */
body {
  font-family: "Cambria", "Times New Roman", "Georgia", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  background: #111114;
  font-size: 20px;
}
@media (max-width: 1400px) {
  body {
    font-size: 1.4285714286vw;
  }
}
body #contentsWrap {
  overflow: hidden;
  position: relative;
  margin: 0;
}
body ::-moz-selection {
  background: #ffd38c;
  color: #282828;
}
body ::selection {
  background: #ffd38c;
  color: #282828;
}
body.modal-open {
  position: fixed;
  right: 0;
  left: 0;
}
@media (max-width: 750px) {
  body.modal-open-sp {
    position: fixed;
    right: 0;
    left: 0;
  }
}

/* =================================
  main
================================= */
main {
  position: relative;
  z-index: 10;
  display: block;
}
main.no-header {
  padding-top: 0;
}

/* =================================
  header
================================= */
.header {
  position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* .parentPreorder
  --------------------------------- */
  /* .logo_square-enix
  --------------------------------- */
  /* .home-nav
  --------------------------------- */
  /* ナビゲーションPC版 */
}
.header .header__fix-block {
  top: 0;
  width: 100%;
}
.header .header__fix-block.fixed {
  position: fixed;
}
.header .header__fix-block.m-fixed {
  position: fixed;
}
@media (max-width: 750px) {
  .header .header__fix-block.sp-m-fixed {
    position: fixed;
  }
}
.header__parent_preorder {
  background: #000;
  border-bottom: 1px solid #4e463f;
}
.header__parent_preorder_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18px;
  width: 100%;
  height: 45px;
}
@media (max-width: 1400px) {
  .header__parent_preorder_wrap {
    height: 3.2142857143vw;
  }
}
@media (max-width: 1400px) {
  .header__parent_preorder_wrap {
    padding: 0 1.0714285714vw 0 1.2142857143vw;
  }
}
@media (max-width: 750px) {
  .header__parent_preorder_wrap {
    height: 8.1333333333vw;
    padding: 0 1vw;
  }
}
.header__parent_preorder_wrap_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__parent_preorder_wrap_left > :first-child {
  margin-right: 20px;
}
@media (max-width: 1400px) {
  .header__parent_preorder_wrap_left > :first-child {
    margin-right: 1.4285714286vw;
  }
}
.header .logo_square-enix {
  width: 130px;
  height: 14px;
}
@media (max-width: 1400px) {
  .header .logo_square-enix {
    width: 9.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .header .logo_square-enix {
    height: 1vw;
  }
}
@media (max-width: 750px) {
  .header .logo_square-enix {
    width: 25.8vw;
    height: 2.8vw;
  }
}
.header .logo_square-enix img {
  vertical-align: baseline;
}
.header__home-nav {
  z-index: 998;
  top: 0;
  left: 0;
  border-bottom: 1px solid #85705d;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.header__home-nav.fixed {
  position: fixed;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 750px) {
  .header__home-nav {
    border-bottom: none;
  }
}
.header__home-nav_wrap {
  font-family: "Cambria", "Times New Roman", "Georgia", "Sawarabi Mincho", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18px;
  width: 100%;
}
@media (max-width: 1400px) {
  .header__home-nav_wrap {
    height: 6.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .header__home-nav_wrap {
    padding: 0 1.2857142857vw;
  }
}
@media (max-width: 750px) {
  .header__home-nav_wrap {
    height: 13.3333333333vw;
    padding: 0 0 0 1.8666666667vw;
  }
}
.header__home-nav_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /* ナビゲーションSP版 */
  /* ナビゲーションSP版 */
}
@media (max-width: 750px) {
  .header__home-nav_inner {
    width: 100%;
  }
}
.header__home-nav_inner h1 {
  -webkit-filter: drop-shadow(0 0 8px black);
          filter: drop-shadow(0 0 8px black);
  margin-right: 40px;
  width: 346px;
}
@media (max-width: 1400px) {
  .header__home-nav_inner h1 {
    margin-right: 2.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .header__home-nav_inner h1 {
    width: 24.7142857143vw;
  }
}
@media (max-width: 750px) {
  .header__home-nav_inner h1 {
    width: 56vw;
  }
}
.header__home-nav_inner .header__home-nav_sp-menu-wrap {
  display: none;
}
@media (max-width: 750px) {
  .header__home-nav_inner .header__home-nav_sp-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 26.6666666667vw;
  }
}
.header__home-nav_inner #navBtn {
  background: url("/resources/static/common/img/menu_btn.png") no-repeat center/contain;
  height: 12.8vw;
  width: 15.4666666667vw;
}
.header__home-nav_inner #navBtn.active {
  background: url("/resources/static/common/img/menu_btn_active.png") no-repeat center/contain;
}
.header__home-nav_inner #accountBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.2666666667vw solid #725C46;
  height: 9.3333333333vw;
  width: 9.3333333333vw;
  border-radius: 50%;
}
.header__pc-header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__pc-header-nav a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  font-weight: bold;
  color: #ffd38c;
  text-align: center;
  padding-top: 28px;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .header__pc-header-nav a {
    padding-top: 2vw;
  }
}
@media (max-width: 1400px) {
  .header__pc-header-nav a {
    font-size: 1.4285714286vw;
  }
}
.header__pc-header-nav a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/resources/static/common/img/bg_nav_on.png") no-repeat center/100% 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.header__pc-header-nav a:after:hover {
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__pc-header-nav li {
  position: relative;
  width: 138px;
  height: 84px;
  margin-top: 10px;
}
@media (max-width: 1400px) {
  .header__pc-header-nav li {
    width: 9.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .header__pc-header-nav li {
    height: 6vw;
  }
}
@media (max-width: 1400px) {
  .header__pc-header-nav li {
    margin-top: 0.7142857143vw;
  }
}
.header__pc-header-nav li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/resources/static/common/img/bg_nav_on.png") no-repeat center/100% 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.header__pc-header-nav li:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__pc-header-nav li.active {
  background: url("/resources/static/common/img/bg_nav_active.jpg") no-repeat center/100% 100%;
}
.header__pc-header-nav li.active a {
  color: #0d0105;
}
.header__pc-header-nav li + li {
  margin-left: 12px;
}
@media (max-width: 1400px) {
  .header__pc-header-nav li + li {
    margin-left: 0.8571428571vw;
  }
}
.header__sp-header-nav {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("/resources/static/common/img/bg_nav_sp.png") no-repeat center/cover;
  position: absolute;
  top: 100%;
  right: 0;
  width: 84vw;
  height: calc(100vh - 14vw);
  padding-top: 9.6vw;
  padding-left: 4.2666666667vw;
  overflow-y: scroll;
}
.header__sp-header-nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header__sp-header-nav.nav-hidden {
  display: none;
}
.header__sp-header-nav_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 4.2666666667vw;
}
.header__sp-header-nav_login li {
  background: url("/resources/static/common/img/loginbtn_off_sp.png") no-repeat center/100% 100%;
  height: 8vw;
  width: 36.5333333333vw;
  position: relative;
  pointer-events: none;
}
.header__sp-header-nav_login li::before {
  content: "";
  background: url("/resources/static/common/img/loginbtn_on_sp.png") no-repeat center/100% 100%;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header__sp-header-nav_login li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2.6666666667vw;
  color: #ffd38c;
  font-size: 2.9333333333vw;
  font-weight: bold;
}
.header__sp-header-nav_login li.active {
  pointer-events: visible;
}
.header__sp-header-nav_login li.active::before {
  opacity: 1;
}
.header__sp-header-nav_login li.active a {
  color: #0d0105;
}
.header__sp-header-nav_login li + li {
  margin-left: 2.6666666667vw;
}
.header__sp-header-nav_link {
  margin-top: 3.6vw;
}
.header__sp-header-nav_link li {
  width: 61.3333333333vw;
  font-size: 4vw;
  border-bottom: #8c755b 1px solid;
}
.header__sp-header-nav_link li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.3333333333vw 0 3.3333333333vw 4.6666666667vw;
  display: block;
  color: #ffd38c;
  width: 100%;
  position: relative;
}
.header__sp-header-nav_link li a::before {
  content: "";
  background: url("/resources/static/common/img/icon_nav_sp.png") no-repeat center/contain;
  width: 1.6vw;
  height: 3.7333333333vw;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__sp-header-nav .form-search {
  margin-top: 10.6666666667vw;
}
.header__sp-header-login-nav {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #111114;
  position: absolute;
  top: 100%;
  right: 0;
  height: calc(100vh - 13.4vw);
  width: 84vw;
}
.header__sp-header-login-nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header__sp-header-login-nav.nav-hidden {
  display: none;
}
.header__sp-header-login-nav__list {
  height: calc(100vh - 21.6vw);
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9.6vw 4.2666666667vw 6.8vw;
}
.header__sp-header-login-nav__list > li {
  margin-top: 4.6666666667vw;
}
.header__sp-header-login-nav__list > li:nth-of-type(1), .header__sp-header-login-nav__list > li:nth-of-type(5) {
  margin-top: 0;
}
.header__sp-header-login-nav .sp-header-login-nav-heading {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3.7333333333vw;
  color: #ffd38c;
  position: relative;
  padding: 3.3333333333vw 0 3.3333333333vw 4.6666666667vw;
}
.header__sp-header-login-nav .sp-header-login-nav-heading::before {
  content: "";
  background: url("/resources/static/common/img/icon_common_marker.png") no-repeat center/contain;
  width: 1.6vw;
  height: 3.7333333333vw;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__sp-header-login-nav .sp-header-login-nav-heading.inactive {
  color: #725C46 !important;
  pointer-events: none;
}
.header__sp-header-login-nav .sp-header-login-nav-list {
  border-top: #FFD38C 1px solid;
}
.header__sp-header-login-nav .sp-header-login-nav-list li {
  width: 100%;
  font-size: 4vw;
  border-bottom: #8C755B 1px solid;
  font-size: 3.2vw;
}
.header__sp-header-login-nav .sp-header-login-nav-list a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.3333333333vw 0;
  display: block;
  color: #ffd38c;
  width: 100%;
  position: relative;
}
.header__sp-header-login-nav .sp-header-login-nav-list a::before {
  content: "";
  background: url("/resources/static/common/img/icon_arw_link_on.svg") no-repeat center/contain;
  width: 2.6666666667vw;
  height: 3.8666666667vw;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__sp-header-login-nav .sp-header-login-nav-list a.inactive {
  color: #725C46 !important;
  text-shadow: none;
}
.header__sp-header-login-nav .sp-header-login-nav-list a.inactive::before {
  content: "";
  background: url("/resources/static/common/img/icon_arw_link_off.svg") no-repeat center/contain;
  width: 2.6666666667vw;
  height: 3.8666666667vw;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__pc-header-nav-child {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Cambria", "Times New Roman", "Georgia", "Sawarabi Mincho", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  position: relative;
}
.header__pc-header-nav-child::after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 2px;
  background: #887057;
  width: 100%;
  pointer-events: none;
  z-index: 3;
}
.header__pc-header-nav-child ul, .header__pc-header-nav-child li {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header__pc-header-nav-child > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #111114;
}
.header__pc-header-nav-child > ul > li {
  height: 70px;
  min-width: 152px;
}
@media (max-width: 1400px) {
  .header__pc-header-nav-child > ul > li {
    height: 5vw;
  }
}
@media (max-width: 1400px) {
  .header__pc-header-nav-child > ul > li {
    min-width: 10.8571428571vw;
  }
}
.header__pc-header-nav-child > ul > li .menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffd38c;
  width: inherit;
  height: inherit;
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.header__pc-header-nav-child > ul > li .menu:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 4;
  background: url("/static/common/img/bg_button_light.png") no-repeat center bottom/contain;
  opacity: 0;
}
@media (max-width: 1400px) {
  .header__pc-header-nav-child > ul > li .menu:before {
    bottom: -0.1428571429vw;
  }
}
.header__pc-header-nav-child > ul > li .menu:hover {
  text-shadow: 0px 0px 8px rgba(255, 224, 141, 0.5), 0px 0px 12px rgba(255, 224, 141, 0.4);
}
.header__pc-header-nav-child > ul > li .menu:hover:before {
  opacity: 1;
}
.header__pc-header-nav-child > ul > li > ul {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 70px;
  height: 76px;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 20px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1400px) {
  .header__pc-header-nav-child > ul > li > ul {
    top: 5vw;
  }
}
@media (max-width: 1400px) {
  .header__pc-header-nav-child > ul > li > ul {
    height: 5.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .header__pc-header-nav-child > ul > li > ul {
    font-size: 1.4285714286vw;
  }
}
.header__pc-header-nav-child > ul > li > ul li {
  min-width: 127px;
  margin-right: 13px;
  margin-left: 13px;
}
@media (max-width: 1400px) {
  .header__pc-header-nav-child > ul > li > ul li {
    min-width: 9.0714285714vw;
  }
}
@media (max-width: 1400px) {
  .header__pc-header-nav-child > ul > li > ul li {
    margin-right: 0.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .header__pc-header-nav-child > ul > li > ul li {
    margin-left: 0.9285714286vw;
  }
}
.header__pc-header-nav-child > ul > li > ul li a::before {
  content: "・";
}
.header__pc-header-nav-child > ul > li:not(:last-of-type):hover > ul {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
.header__pc-header-nav-child > ul > li:not(:last-of-type):hover ~ .header-bg {
  opacity: 1;
}
.header__pc-header-nav-child a {
  font-family: "Cambria", "Times New Roman", "Georgia", "Sawarabi Mincho", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  color: #ffd38c;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .header__pc-header-nav-child a {
    font-size: 1.4285714286vw;
  }
}
.header__pc-header-nav-child .inactive {
  color: #725C46;
  text-shadow: none;
  pointer-events: none;
}
.header__pc-header-nav-child .inactive::before {
  content: none;
}
.header__pc-header-nav-child .inactive .menu {
  color: #725C46;
  text-shadow: none;
}
.header__pc-header-nav-child .header-bg {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(17, 17, 20, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 70px;
  width: 100%;
  height: 76px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .header__pc-header-nav-child .header-bg {
    top: 5vw;
  }
}
@media (max-width: 1400px) {
  .header__pc-header-nav-child .header-bg {
    height: 5.4285714286vw;
  }
}

/* .btn_preorder
--------------------------------- */
.btn-preorder {
  background: url("/resources/static/common/img/bg_header_pc.jpg") no-repeat center/100% 100% #262727;
  border: 1px solid #745b44;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  height: 30px;
}
@media (max-width: 1400px) {
  .btn-preorder {
    height: 2.1428571429vw;
  }
}
.btn-preorder::after {
  content: "";
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ffd38c;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  pointer-events: none;
}
.btn-preorder span {
  position: relative;
  color: #ffd38c;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 2em;
  font-size: 12px;
  /* IE閲覧時にテキストの下部に余白ができてしまうバグを調整 */
}
@media (max-width: 1400px) {
  .btn-preorder span {
    font-size: 0.8571428571vw;
  }
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .btn-preorder span {
    /* IE向けのCSS〜START */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.3em;
    /* IE向けのCSS〜END */
  }
}
@media (max-width: 750px) {
  .btn-preorder span {
    font-size: 2.1333333333vw;
  }
}
.btn-preorder a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-preorder:hover::after {
  opacity: 1;
}
@media (max-width: 750px) {
  .btn-preorder {
    height: 5.4vw;
  }
  .btn-preorder span {
    color: #ffd38c;
  }
  .btn-preorder:hover {
    -webkit-box-shadow: 0px 0px 7px 2px rgba(250, 210, 98, 0.2), 0px 0px 16px 10px rgba(255, 208, 78, 0.3);
            box-shadow: 0px 0px 7px 2px rgba(250, 210, 98, 0.2), 0px 0px 16px 10px rgba(255, 208, 78, 0.3);
  }
}

/* .btnLogin
--------------------------------- */
.btn-login {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 136px;
  height: 42px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 1400px) {
  .btn-login {
    width: 9.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .btn-login {
    height: 3vw;
  }
}
.btn-login::before {
  content: "";
  background: url("/resources/static/common/img/loginbtn_on_pc.jpg") no-repeat center/cover;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-login a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 1400px) {
  .btn-login a {
    padding-top: 0.7142857143vw;
  }
}
.btn-login a::before {
  content: "";
  display: block;
  border: 1px solid #ffd38c;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.btn-login a:hover::before {
  opacity: 1;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
}
.btn-login span {
  position: relative;
  color: #0d0105;
  font-weight: bold;
  font-size: 15px;
  /* IE閲覧時にテキストの下部に余白ができてしまうバグを調整 */
}
@media (max-width: 1400px) {
  .btn-login span {
    font-size: 1.0714285714vw;
  }
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .btn-login span {
    /* IE向けのCSS〜START */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.3em;
    /* IE向けのCSS〜END */
  }
}
.btn-login.active::before {
  opacity: 0;
}
.btn-login.active span {
  color: #0d0105;
}
/* content-head
--------------------------------- */
h3.content-head {
  margin-bottom: 26px;
}
@media (max-width: 1400px) {
  h3.content-head {
    margin-bottom: 1.8571428571vw;
  }
}

/* =================================
  ^image wrap
================================= */
.img-wrap--tag {
  display: grid;
  grid-template-columns: 18.5% 1fr;
  grid-template-rows: 1fr;
  letter-spacing: 0.06em;
  font-size: 23px;
  -webkit-column-gap: 1%;
     -moz-column-gap: 1%;
          column-gap: 1%;
  text-shadow: #000 0 0 8px, #000 0 0 8px;
}
@media (max-width: 1400px) {
  .img-wrap--tag {
    font-size: 1.6428571429vw;
  }
}
@media (max-width: 1400px) {
  .img-wrap--tag {
    text-shadow: #000 0 0 0.5714285714vw, #000 0 0 0.5714285714vw;
  }
}
@media (max-width: 750px) {
  .img-wrap--tag {
    text-shadow: #000 0 0 1.0666666667vw, #000 0 0 1.0666666667vw;
    font-size: 3.0666666667vw;
  }
}
.img-wrap--tag__emblem {
  z-index: 1;
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: center;
}
.img-wrap--tag__frame {
  position: relative;
  grid-column: 1/3;
  grid-row: 1/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-wrap--tag__frame::after {
  position: absolute;
  grid-column: 1/3;
  grid-row: 1/3;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(40%, rgba(0, 0, 0, 0.4)), color-stop(80%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.7) 100%);
}
.img-wrap--tag__text {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column: 2/3;
  grid-row: 1/2;
  gap: 8%;
  overflow: hidden;
}
.img-wrap--tag__private {
  width: 628px;
  height: 138px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1400px) {
  .img-wrap--tag__private {
    width: 44.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .img-wrap--tag__private {
    height: 9.8571428571vw;
  }
}
@media (max-width: 750px) {
  .img-wrap--tag__private {
    width: 85.6vw;
    height: 18.9333333333vw;
  }
}

.img-wrap--frame {
  width: 530px;
  height: 116px;
}
@media (max-width: 1400px) {
  .img-wrap--frame {
    width: 37.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .img-wrap--frame {
    height: 8.2857142857vw;
  }
}
@media (max-width: 750px) {
  .img-wrap--frame {
    width: 70.6666666667vw;
    height: 15.4666666667vw;
  }
}
.img-wrap--frame .item-eq {
  right: 0;
  width: 32%;
}
.img-wrap--frame .item-favorite {
  right: 0;
  top: 0;
  width: 8%;
}
@media (max-width: 750px) {
  .img-wrap--frame .item-favorite {
    top: 4vw;
  }
}

.img-wrap--emblem {
  width: 302px;
  height: 302px;
}
@media (max-width: 1400px) {
  .img-wrap--emblem {
    width: 21.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .img-wrap--emblem {
    height: 21.5714285714vw;
  }
}
@media (max-width: 750px) {
  .img-wrap--emblem {
    width: 40.2666666667vw;
    height: 40.2666666667vw;
  }
}
.img-wrap--emblem .item-eq {
  width: 116%;
  height: 116%;
  -webkit-clip-path: inset(7% 7% 7% 7%);
          clip-path: inset(7% 7% 7% 7%);
  top: -8%;
  left: -8%;
}
.img-wrap--emblem .item-favorite {
  right: 0;
  top: 0;
  width: 58px;
  height: 58px;
}
@media (max-width: 1400px) {
  .img-wrap--emblem .item-favorite {
    width: 4.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .img-wrap--emblem .item-favorite {
    height: 4.1428571429vw;
  }
}
@media (max-width: 750px) {
  .img-wrap--emblem .item-favorite {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
  }
}

.img-wrap--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.img-wrap--flex > img, .img-wrap--flex video {
  width: 480px;
  height: 270px;
}
@media (max-width: 1400px) {
  .img-wrap--flex > img, .img-wrap--flex video {
    width: 34.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .img-wrap--flex > img, .img-wrap--flex video {
    height: 19.2857142857vw;
  }
}
@media (max-width: 750px) {
  .img-wrap--flex > img, .img-wrap--flex video {
    width: 64vw;
    height: 36vw;
  }
}

.icon-img-wrap, .item-list-card__elemlink .item-list-card__img-wrap, .item-list-square__elemlink .item-list-square__img-wrap, .item-list--boost__img-wrap, .item-list__img-wrap, .item-list-inbox__img-wrap, .item-list-eq__img-wrap, .round-list-square__img-wrap, .card-tier__icon, .card-bp__icon, .target-item .target-item__image, .target-item--modal .target-item__image, .target-item--search .target-item__image, .target-item--on-modal .target-item__image, .material-tip__img-wrap, .icon-img-wrap--modal, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts, .modal-contents--info .modal__image__wrap--done, .modal-contents--info .modal__image__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
.icon-img-wrap picture, .item-list-card__elemlink .item-list-card__img-wrap picture, .item-list-square__elemlink .item-list-square__img-wrap picture, .item-list--boost__img-wrap picture, .item-list__img-wrap picture, .item-list-inbox__img-wrap picture, .item-list-eq__img-wrap picture, .round-list-square__img-wrap picture, .card-tier__icon picture, .card-bp__icon picture, .target-item .target-item__image picture, .target-item--modal .target-item__image picture, .target-item--search .target-item__image picture, .target-item--on-modal .target-item__image picture, .material-tip__img-wrap picture, .icon-img-wrap--modal picture, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts picture, .modal-contents--info .modal__image__wrap--done picture, .modal-contents--info .modal__image__wrap picture, .icon-img-wrap .item-image, .item-list-card__elemlink .item-list-card__img-wrap .item-image, .item-list-square__elemlink .item-list-square__img-wrap .item-image, .item-list--boost__img-wrap .item-image, .item-list__img-wrap .item-image, .item-list-inbox__img-wrap .item-image, .item-list-eq__img-wrap .item-image, .round-list-square__img-wrap .item-image, .card-tier__icon .item-image, .card-bp__icon .item-image, .target-item .target-item__image .item-image, .target-item--modal .target-item__image .item-image, .target-item--search .target-item__image .item-image, .target-item--on-modal .target-item__image .item-image, .material-tip__img-wrap .item-image, .icon-img-wrap--modal .item-image, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-image, .modal-contents--info .modal__image__wrap--done .item-image, .modal-contents--info .modal__image__wrap .item-image {
  position: relative;
  display: block;
  width: 100%;
}
.icon-img-wrap .item-count, .item-list-card__elemlink .item-list-card__img-wrap .item-count, .item-list-square__elemlink .item-list-square__img-wrap .item-count, .item-list--boost__img-wrap .item-count, .item-list__img-wrap .item-count, .item-list-inbox__img-wrap .item-count, .item-list-eq__img-wrap .item-count, .round-list-square__img-wrap .item-count, .card-tier__icon .item-count, .card-bp__icon .item-count, .target-item .target-item__image .item-count, .target-item--modal .target-item__image .item-count, .target-item--search .target-item__image .item-count, .target-item--on-modal .target-item__image .item-count, .material-tip__img-wrap .item-count, .icon-img-wrap--modal .item-count, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-count, .modal-contents--info .modal__image__wrap--done .item-count, .modal-contents--info .modal__image__wrap .item-count {
  position: absolute;
  bottom: 8%;
  right: 8%;
}
.icon-img-wrap .item-power, .item-list-card__elemlink .item-list-card__img-wrap .item-power, .item-list-square__elemlink .item-list-square__img-wrap .item-power, .item-list--boost__img-wrap .item-power, .item-list__img-wrap .item-power, .item-list-inbox__img-wrap .item-power, .item-list-eq__img-wrap .item-power, .round-list-square__img-wrap .item-power, .card-tier__icon .item-power, .card-bp__icon .item-power, .target-item .target-item__image .item-power, .target-item--modal .target-item__image .item-power, .target-item--search .target-item__image .item-power, .target-item--on-modal .target-item__image .item-power, .material-tip__img-wrap .item-power, .icon-img-wrap--modal .item-power, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-power, .modal-contents--info .modal__image__wrap--done .item-power, .modal-contents--info .modal__image__wrap .item-power {
  position: absolute;
  top: 8%;
  left: 8%;
  text-shadow: 0 0 8px #000, 0 0 8px #000;
}
.icon-img-wrap .item-favorite, .item-list-card__elemlink .item-list-card__img-wrap .item-favorite, .item-list-square__elemlink .item-list-square__img-wrap .item-favorite, .item-list--boost__img-wrap .item-favorite, .item-list__img-wrap .item-favorite, .item-list-inbox__img-wrap .item-favorite, .item-list-eq__img-wrap .item-favorite, .round-list-square__img-wrap .item-favorite, .card-tier__icon .item-favorite, .card-bp__icon .item-favorite, .target-item .target-item__image .item-favorite, .target-item--modal .target-item__image .item-favorite, .target-item--search .target-item__image .item-favorite, .target-item--on-modal .target-item__image .item-favorite, .material-tip__img-wrap .item-favorite, .icon-img-wrap--modal .item-favorite, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-favorite, .modal-contents--info .modal__image__wrap--done .item-favorite, .modal-contents--info .modal__image__wrap .item-favorite {
  position: absolute;
  top: 0;
  right: 0;
  width: 23%;
  height: 23%;
}
.icon-img-wrap .item-favorite.hidden, .item-list-card__elemlink .item-list-card__img-wrap .item-favorite.hidden, .item-list-square__elemlink .item-list-square__img-wrap .item-favorite.hidden, .item-list--boost__img-wrap .item-favorite.hidden, .item-list__img-wrap .item-favorite.hidden, .item-list-inbox__img-wrap .item-favorite.hidden, .item-list-eq__img-wrap .item-favorite.hidden, .round-list-square__img-wrap .item-favorite.hidden, .card-tier__icon .item-favorite.hidden, .card-bp__icon .item-favorite.hidden, .target-item .target-item__image .item-favorite.hidden, .target-item--modal .target-item__image .item-favorite.hidden, .target-item--search .target-item__image .item-favorite.hidden, .target-item--on-modal .target-item__image .item-favorite.hidden, .material-tip__img-wrap .item-favorite.hidden, .icon-img-wrap--modal .item-favorite.hidden, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-favorite.hidden, .modal-contents--info .modal__image__wrap--done .item-favorite.hidden, .modal-contents--info .modal__image__wrap .item-favorite.hidden {
  display: none;
}
.icon-img-wrap .item-wish, .item-list-card__elemlink .item-list-card__img-wrap .item-wish, .item-list-square__elemlink .item-list-square__img-wrap .item-wish, .item-list--boost__img-wrap .item-wish, .item-list__img-wrap .item-wish, .item-list-inbox__img-wrap .item-wish, .item-list-eq__img-wrap .item-wish, .round-list-square__img-wrap .item-wish, .card-tier__icon .item-wish, .card-bp__icon .item-wish, .target-item .target-item__image .item-wish, .target-item--modal .target-item__image .item-wish, .target-item--search .target-item__image .item-wish, .target-item--on-modal .target-item__image .item-wish, .material-tip__img-wrap .item-wish, .icon-img-wrap--modal .item-wish, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-wish, .modal-contents--info .modal__image__wrap--done .item-wish, .modal-contents--info .modal__image__wrap .item-wish {
  position: absolute;
  top: 0;
  right: 0;
  width: 23%;
  height: 23%;
}
.icon-img-wrap .item-rarity, .item-list-card__elemlink .item-list-card__img-wrap .item-rarity, .item-list-square__elemlink .item-list-square__img-wrap .item-rarity, .item-list--boost__img-wrap .item-rarity, .item-list__img-wrap .item-rarity, .item-list-inbox__img-wrap .item-rarity, .item-list-eq__img-wrap .item-rarity, .round-list-square__img-wrap .item-rarity, .card-tier__icon .item-rarity, .card-bp__icon .item-rarity, .target-item .target-item__image .item-rarity, .target-item--modal .target-item__image .item-rarity, .target-item--search .target-item__image .item-rarity, .target-item--on-modal .target-item__image .item-rarity, .material-tip__img-wrap .item-rarity, .icon-img-wrap--modal .item-rarity, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-rarity, .modal-contents--info .modal__image__wrap--done .item-rarity, .modal-contents--info .modal__image__wrap .item-rarity {
  position: absolute;
  width: 147%;
  height: 147%;
  -webkit-clip-path: inset(16% 16% 16% 16%);
          clip-path: inset(16% 16% 16% 16%);
  top: -23.5%;
  left: -23.5%;
}
.icon-img-wrap .item-eq, .item-list-card__elemlink .item-list-card__img-wrap .item-eq, .item-list-square__elemlink .item-list-square__img-wrap .item-eq, .item-list--boost__img-wrap .item-eq, .item-list__img-wrap .item-eq, .item-list-inbox__img-wrap .item-eq, .item-list-eq__img-wrap .item-eq, .round-list-square__img-wrap .item-eq, .card-tier__icon .item-eq, .card-bp__icon .item-eq, .target-item .target-item__image .item-eq, .target-item--modal .target-item__image .item-eq, .target-item--search .target-item__image .item-eq, .target-item--on-modal .target-item__image .item-eq, .material-tip__img-wrap .item-eq, .icon-img-wrap--modal .item-eq, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-eq, .modal-contents--info .modal__image__wrap--done .item-eq, .modal-contents--info .modal__image__wrap .item-eq {
  position: absolute;
  width: 116%;
  height: 116%;
  -webkit-clip-path: inset(7% 7% 7% 7%);
          clip-path: inset(7% 7% 7% 7%);
  top: -8%;
  left: -8%;
}
.icon-img-wrap .item-recipe, .item-list-card__elemlink .item-list-card__img-wrap .item-recipe, .item-list-square__elemlink .item-list-square__img-wrap .item-recipe, .item-list--boost__img-wrap .item-recipe, .item-list__img-wrap .item-recipe, .item-list-inbox__img-wrap .item-recipe, .item-list-eq__img-wrap .item-recipe, .round-list-square__img-wrap .item-recipe, .card-tier__icon .item-recipe, .card-bp__icon .item-recipe, .target-item .target-item__image .item-recipe, .target-item--modal .target-item__image .item-recipe, .target-item--search .target-item__image .item-recipe, .target-item--on-modal .target-item__image .item-recipe, .material-tip__img-wrap .item-recipe, .icon-img-wrap--modal .item-recipe, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-recipe, .modal-contents--info .modal__image__wrap--done .item-recipe, .modal-contents--info .modal__image__wrap .item-recipe {
  position: absolute;
  width: 20%;
  height: 20%;
  bottom: 8%;
  left: 8%;
}

.icon-img-wrap--modal .item-count, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-count, .modal-contents--info .modal__image__wrap--done .item-count, .modal-contents--info .modal__image__wrap .item-count {
  position: absolute;
  bottom: 8%;
  right: 8%;
  font-size: 26px;
}
@media (max-width: 1400px) {
  .icon-img-wrap--modal .item-count, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-count, .modal-contents--info .modal__image__wrap--done .item-count, .modal-contents--info .modal__image__wrap .item-count {
    font-size: 1.8571428571vw;
  }
}
@media (max-width: 750px) {
  .icon-img-wrap--modal .item-count, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-count, .modal-contents--info .modal__image__wrap--done .item-count, .modal-contents--info .modal__image__wrap .item-count {
    font-size: 3.4666666667vw;
  }
}
.icon-img-wrap--modal .item-favorite, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-favorite, .modal-contents--info .modal__image__wrap--done .item-favorite, .modal-contents--info .modal__image__wrap .item-favorite {
  width: 58px;
  height: 58px;
}
@media (max-width: 1400px) {
  .icon-img-wrap--modal .item-favorite, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-favorite, .modal-contents--info .modal__image__wrap--done .item-favorite, .modal-contents--info .modal__image__wrap .item-favorite {
    width: 4.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .icon-img-wrap--modal .item-favorite, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-favorite, .modal-contents--info .modal__image__wrap--done .item-favorite, .modal-contents--info .modal__image__wrap .item-favorite {
    height: 4.1428571429vw;
  }
}
@media (max-width: 750px) {
  .icon-img-wrap--modal .item-favorite, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-favorite, .modal-contents--info .modal__image__wrap--done .item-favorite, .modal-contents--info .modal__image__wrap .item-favorite {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
  }
}
.icon-img-wrap--modal .item-wish, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-wish, .modal-contents--info .modal__image__wrap--done .item-wish, .modal-contents--info .modal__image__wrap .item-wish {
  width: 58px;
  height: 58px;
}
@media (max-width: 1400px) {
  .icon-img-wrap--modal .item-wish, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-wish, .modal-contents--info .modal__image__wrap--done .item-wish, .modal-contents--info .modal__image__wrap .item-wish {
    width: 4.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .icon-img-wrap--modal .item-wish, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-wish, .modal-contents--info .modal__image__wrap--done .item-wish, .modal-contents--info .modal__image__wrap .item-wish {
    height: 4.1428571429vw;
  }
}
@media (max-width: 750px) {
  .icon-img-wrap--modal .item-wish, .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts .item-wish, .modal-contents--info .modal__image__wrap--done .item-wish, .modal-contents--info .modal__image__wrap .item-wish {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
  }
}

.modal-contents__icon-rare {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
@media (max-width: 1400px) {
  .modal-contents__icon-rare {
    height: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents__icon-rare {
    width: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents__icon-rare {
    margin-right: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .modal-contents__icon-rare {
    height: 4vw;
    width: 4vw;
    margin-right: 1.3333333333vw;
  }
}

.img-wrap-rare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
}
@media (max-width: 1400px) {
  .img-wrap-rare {
    width: 3.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .img-wrap-rare {
    height: 3.5714285714vw;
  }
}
@media (max-width: 750px) {
  .img-wrap-rare {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}

.img-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img-head__title {
  margin-left: 10px;
}
@media (max-width: 1400px) {
  .img-head__title {
    margin-left: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .img-head__title {
    margin-left: 1.3333333333vw;
  }
}
.img-head__help {
  padding-left: 10px;
}
@media (max-width: 1400px) {
  .img-head__help {
    padding-left: 0.7142857143vw;
  }
}

.icon-reforge {
  width: 32px;
  height: 32px;
}
@media (max-width: 1400px) {
  .icon-reforge {
    width: 2.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .icon-reforge {
    height: 2.2857142857vw;
  }
}
@media (max-width: 750px) {
  .icon-reforge {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

/* =================================
  ^modal
================================= */
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-whole {
  display: none;
  opacity: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  position: fixed;
}
.modal-whole.opened {
  display: block;
  opacity: 1;
}
.modal-whole.pc-hidden.opened {
  display: block;
  opacity: 1;
}
@media (min-width: 751px) {
  .modal-whole.pc-hidden.opened {
    display: none !important;
    z-index: 0;
  }
}
@media (max-width: 750px) {
  .modal-whole.sp-hidden.opened {
    display: none !important;
    z-index: 0 !important;
    opacity: 0 !important;
  }
}

.modal__bg {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  -webkit-animation: show 0.1s linear 0s;
          animation: show 0.1s linear 0s;
}

.modal {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 999;
  border: 4px solid #725C46;
  background: #241F1D;
  color: #ffd38c;
  padding: 12px 46px;
  -webkit-animation: show 0.1s linear 0s;
          animation: show 0.1s linear 0s;
  width: 1190px;
}
@media (max-width: 1400px) {
  .modal {
    width: 85vw;
  }
}
@media (max-width: 1400px) {
  .modal {
    padding: 0.8571428571vw 3.2857142857vw;
    border: 0.2857142857vw solid #725C46;
  }
}
@media (max-width: 750px) {
  .modal {
    padding: 1.6vw 6.1333333333vw;
    border: 0.5333333333vw solid #725C46;
    height: auto;
    min-height: 41.6vw;
    width: 84vw;
    font-size: 2.6666666667vw;
  }
}
.modal::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 8px #312A27;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .modal::before {
    border: 0.5714285714vw solid #312A27;
  }
}
@media (max-width: 750px) {
  .modal::before {
    border: 1.0666666667vw solid #312A27;
  }
}
.modal::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 4px #241F1D;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .modal::after {
    border: 0.2857142857vw solid #241F1D;
  }
}
@media (max-width: 750px) {
  .modal::after {
    border: 0.5333333333vw solid #241F1D;
  }
}
.modal.opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: show 0.1s linear 0s;
          animation: show 0.1s linear 0s;
}
@media (min-width: 751px) {
  .modal {
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.5);
  }
  .modal ::-webkit-scrollbar {
    width: 8px;
  }
  .modal ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
  }
  .modal ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.5);
  }
  .modal div, .modal ul {
    scrollbar-width: inherit;
  }
}
@media (max-width: 750px) {
  .modal .g-recaptcha {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
}

.btn-close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 50px;
  width: 35px;
  height: 28px;
  background: url("/static/common/img/btn_close.png") no-repeat center/contain;
}
@media (max-width: 1400px) {
  .btn-close {
    top: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .btn-close {
    right: 3.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .btn-close {
    width: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .btn-close {
    height: 2vw;
  }
}
@media (max-width: 750px) {
  .btn-close {
    top: 2.9333333333vw;
    right: 6.5333333333vw;
    width: 4.6666666667vw;
    height: 3.7333333333vw;
  }
}
.btn-close a {
  width: 100%;
  height: 100%;
}

.modal-contents--dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (max-width: 1400px) {
  .modal-contents--dialog {
    padding-top: 5.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--dialog {
    padding-bottom: 5.1428571429vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--dialog {
    padding-top: 10.6666666667vw;
    padding-bottom: 4vw;
  }
}
.modal-contents--dialog.hidden {
  display: none;
}
.modal-contents--dialog .modal-contents--dialog__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-bottom: 72px;
  padding-top: 72px;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .modal-contents--dialog .modal-contents--dialog__text {
    padding-bottom: 5.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--dialog .modal-contents--dialog__text {
    padding-top: 5.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--dialog .modal-contents--dialog__text {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--dialog .modal-contents--dialog__text {
    font-size: 2.6666666667vw;
    padding-top: 0;
    padding-bottom: 4vw;
  }
}
.modal-contents--dialog .modal-contents--dialog__text span.modal-contents--dialog__text__imp {
  position: relative;
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  .modal-contents--dialog .modal-contents--dialog__text span.modal-contents--dialog__text__imp {
    margin-bottom: 0.8571428571vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--dialog .modal-contents--dialog__text span.modal-contents--dialog__text__imp {
    margin-bottom: 1.6vw;
  }
}
.modal-contents--dialog .modal-contents--dialog__text span.text-small {
  font-size: 18px;
}
@media (max-width: 1400px) {
  .modal-contents--dialog .modal-contents--dialog__text span.text-small {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--dialog .modal-contents--dialog__text span.text-small {
    font-size: 2.4vw;
  }
}
.modal-contents--dialog .modal-contents--dialog__text.center {
  text-align: center;
}
.modal-contents--dialog .modal-contents--dialog__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .modal-contents--dialog .modal-contents--dialog__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal-contents--dialog .modal-contents--dialog__button .btn-medium, .modal-contents--dialog .modal-contents--dialog__button .btn-medium--menu {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 1400px) {
  .modal-contents--dialog .modal-contents--dialog__button .btn-medium, .modal-contents--dialog .modal-contents--dialog__button .btn-medium--menu {
    margin-left: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--dialog .modal-contents--dialog__button .btn-medium, .modal-contents--dialog .modal-contents--dialog__button .btn-medium--menu {
    margin-right: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--dialog .modal-contents--dialog__button .btn-medium, .modal-contents--dialog .modal-contents--dialog__button .btn-medium--menu {
    margin: 1.3333333333vw;
  }
}
.modal-contents--dialog .modal-contents--dialog__button form {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-contents--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 1400px) {
  .modal-contents--info {
    -webkit-column-gap: 2.1428571429vw;
       -moz-column-gap: 2.1428571429vw;
            column-gap: 2.1428571429vw;
  }
}
.modal-contents--info.hidden {
  display: none;
}
.modal-contents--info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
@media (max-width: 1400px) {
  .modal-contents--info__top {
    height: 3.5714285714vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__top {
    height: 6.6666666667vw;
  }
}
@media (min-width: 751px) {
  .modal-contents--info__top.w80 {
    width: 80%;
  }
}
.modal-contents--info__wrap {
  width: 100%;
}
.modal-contents--info__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 530px;
}
@media (max-width: 1400px) {
  .modal-contents--info__center {
    height: 37.8571428571vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__center {
    height: 100vw;
    padding: 0.5333333333vw 0;
    background: url("/resources/static/common/img/line_h3_sp.png") no-repeat top/100%, url("/resources/static/common/img/line_h3_sp.png") no-repeat bottom/100%;
  }
}
.modal-contents--info__center .modal-contents--info__center__scroll {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 1400px) {
  .modal-contents--info__center .modal-contents--info__center__scroll {
    -webkit-column-gap: 2.1428571429vw;
       -moz-column-gap: 2.1428571429vw;
            column-gap: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__center .modal-contents--info__center__scroll {
    height: auto;
    display: block;
    position: relative;
    overflow-y: auto;
    -webkit-column-gap: 4vw;
       -moz-column-gap: 4vw;
            column-gap: 4vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > div:nth-of-type(1) {
    margin-top: 4vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > div.modal__image__wrap, .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > .img-wrap--emblem, .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > .img-wrap--frame {
    margin-top: 2.4vw;
  }
}
.modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left {
  width: 100%;
}
@media (max-width: 750px) {
  .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left {
    margin-top: 4vw;
  }
}
.modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left .item-list-bar__elemlink-tracker {
  position: absolute;
  cursor: auto !important;
}
.modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left .item-eq {
  position: absolute;
  height: 100%;
  width: auto;
  right: 0;
}
.modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left .item-favorite {
  position: absolute;
  width: 7%;
  top: 0;
  right: 0;
}
.modal-contents--info__center .modal-contents--info__center__scroll .modal-detail-contents > div:nth-last-of-type(1), .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info .modal-detail--sentinel .modal-detail-contents--sentinel > div:nth-last-of-type(1), .modal-contents--info .modal-detail--sentinel .modal-contents--info__center .modal-contents--info__center__scroll .modal-detail-contents--sentinel > div:nth-last-of-type(1) {
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .modal-contents--info__center .modal-contents--info__center__scroll .modal-detail-contents > div:nth-last-of-type(1), .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info .modal-detail--sentinel .modal-detail-contents--sentinel > div:nth-last-of-type(1), .modal-contents--info .modal-detail--sentinel .modal-contents--info__center .modal-contents--info__center__scroll .modal-detail-contents--sentinel > div:nth-last-of-type(1) {
    margin-bottom: 2.2857142857vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__center .modal-contents--info__center__scroll .modal-detail-contents > div:nth-last-of-type(1), .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info .modal-detail--sentinel .modal-detail-contents--sentinel > div:nth-last-of-type(1), .modal-contents--info .modal-detail--sentinel .modal-contents--info__center .modal-contents--info__center__scroll .modal-detail-contents--sentinel > div:nth-last-of-type(1) {
    margin-bottom: 4.2666666667vw;
  }
}
.modal-contents--info__center .modal-contents--info__center__scroll .modal-detail-contents--sentinel > div {
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .modal-contents--info__center .modal-contents--info__center__scroll .modal-detail-contents--sentinel > div {
    margin-top: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__center .modal-contents--info__center__scroll .modal-detail-contents--sentinel > div {
    margin-top: 2.6666666667vw;
  }
  .modal-contents--info__center .modal-contents--info__center__scroll .modal-detail-contents--sentinel > div.modal-detail-contents--sentinel__title {
    margin-top: 0;
  }
}
.modal-contents--info__center .modal-contents--info__center__scroll .modal-detail-contents--sentinel > div:nth-last-of-type(1) {
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .modal-contents--info__center .modal-contents--info__center__scroll .modal-detail-contents--sentinel > div:nth-last-of-type(1) {
    margin-bottom: 2.2857142857vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__center .modal-contents--info__center__scroll .modal-detail-contents--sentinel > div:nth-last-of-type(1) {
    margin-bottom: 4.2666666667vw;
  }
}
.modal-contents--info .modal-detail-contents--sentinel__target {
  position: relative;
}
@media (max-width: 750px) {
  .modal-contents--info .modal-detail-contents--sentinel__target {
    margin-top: 4vw;
  }
}
.modal-contents--info .modal-detail-contents--sentinel__target > img {
  position: absolute;
}
.modal-contents--info .modal-detail-contents--sentinel__preview {
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail-contents--sentinel__preview {
    margin-top: 4.2857142857vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal-detail-contents--sentinel__preview {
    margin-top: 8vw;
  }
}
.modal-contents--info .modal-detail-contents__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail-contents__title {
    margin-top: 0.5714285714vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal-detail-contents__title {
    margin-top: 4.8vw;
  }
}
.modal-contents--info .modal-detail-contents--sentinel__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail-contents--sentinel__title {
    margin-top: 0.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail-contents--sentinel__title {
    margin-bottom: 2.2857142857vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal-detail-contents--sentinel__title {
    margin-top: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
.modal-contents--info .modal-detail-contents--sentinel__title > img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail-contents--sentinel__title > img {
    margin-right: 0.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail-contents--sentinel__title > img {
    width: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail-contents--sentinel__title > img {
    height: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal-detail-contents--sentinel__title > img {
    margin-right: 1.3333333333vw;
    width: 4vw;
    height: 4vw;
  }
}
.modal-contents--info__center-auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 750px) {
  .modal-contents--info__center-auto {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.modal-contents--info__center-auto > div, .modal-contents--info__center-auto > table {
  margin-top: 27px;
}
@media (max-width: 1400px) {
  .modal-contents--info__center-auto > div, .modal-contents--info__center-auto > table {
    margin-top: 1.9285714286vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__center-auto > div, .modal-contents--info__center-auto > table {
    margin-top: 3.6vw;
  }
}
.modal-contents--info__center-auto > div:nth-child(1), .modal-contents--info__center-auto > table:nth-child(1) {
  margin-top: 0;
}
.modal-contents--info__center-auto > div.modal-detail__table, .modal-contents--info__center-auto > table.modal-detail__table {
  margin-bottom: 0;
  margin-top: 3.6vw !important;
}
.modal-contents--info__center-auto > div.modal-detail-contents__title, .modal-contents--info__center-auto > table.modal-detail-contents__title {
  margin-top: 3.6vw !important;
}
.modal-contents--info__center-auto > div.right-table-top, .modal-contents--info__center-auto > table.right-table-top {
  margin-top: 0;
}
.modal-contents--info__center-auto.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px !important;
}
@media (max-width: 1400px) {
  .modal-contents--info__center-auto.center {
    margin-top: 2.8571428571vw !important;
  }
}
.modal-contents--info__center-auto.center .line-up-table__content {
  min-width: 530px;
}
@media (max-width: 1400px) {
  .modal-contents--info__center-auto.center .line-up-table__content {
    min-width: 37.8571428571vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__center-auto.center .line-up-table__content {
    min-width: 52.8vw;
  }
}
.modal-contents--info__center-compare {
  display: grid;
  grid-template-columns: 1fr 82px 1fr;
  width: 100%;
  height: 530px;
}
@media (max-width: 1400px) {
  .modal-contents--info__center-compare {
    grid-template-columns: 1fr 5.8571428571vw 1fr;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info__center-compare {
    height: 37.8571428571vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__center-compare {
    grid-template-columns: auto;
    grid-template-rows: 1fr 13.3333333333vw 1fr;
    height: auto;
    min-height: 113.3333333333vw;
  }
}
.modal-contents--info__center-compare__arrow {
  background: center center/cover no-repeat url("/resources/static/common/img/icon_arw_link_on.svg");
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  width: 27.5px;
  height: 40px;
}
@media (max-width: 1400px) {
  .modal-contents--info__center-compare__arrow {
    width: 1.9642857143vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info__center-compare__arrow {
    height: 2.8571428571vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__center-compare__arrow {
    width: 5.3333333333vw;
    height: 3.7333333333vw;
    background: center center/cover no-repeat url("/resources/static/common/img/icon_arw.svg");
  }
}
.modal-contents--info__center-compare.half {
  height: auto;
  min-height: auto;
}
.modal-contents--info__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(80% - 560px);
  height: 530px;
}
@media (max-width: 1400px) {
  .modal-contents--info__left {
    width: calc(80% - 40vw);
  }
}
@media (max-width: 1400px) {
  .modal-contents--info__left {
    height: 37.8571428571vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__left {
    width: 100%;
    height: auto;
  }
}
.modal-contents--info__left-auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 530px;
}
@media (max-width: 1400px) {
  .modal-contents--info__left-auto {
    width: 37.8571428571vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__left-auto {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal-detail-contents__sp-disp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.7333333333vw;
  }
}
.modal-contents--info .text-em {
  text-align: center;
  width: 235px;
  padding-bottom: 10px;
  font-size: 26px;
}
@media (max-width: 1400px) {
  .modal-contents--info .text-em {
    width: 16.7857142857vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .text-em {
    padding-bottom: 0.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .text-em {
    font-size: 1.8571428571vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .text-em {
    width: auto;
    padding-bottom: 1.3333333333vw;
    margin-top: 2.4vw;
    font-size: 3.4666666667vw;
  }
}
.modal-contents--info .modal__image__wrap {
  width: 252px;
  height: 252px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal__image__wrap {
    width: 18vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .modal__image__wrap {
    height: 18vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal__image__wrap {
    margin: 2.4vw auto 4.8vw;
    width: 34.6666666667vw;
    height: 34.6666666667vw;
  }
}
.modal-contents--info .modal__image__wrap--done {
  width: 235px;
  height: 235px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal__image__wrap--done {
    width: 16.7857142857vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .modal__image__wrap--done {
    height: 16.7857142857vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal__image__wrap--done {
    width: 29.8666666667vw;
    height: 29.8666666667vw;
  }
}
.modal-contents--info .pickup-flame-style-img, .modal-contents--info .modal__image__wrap--selected {
  position: relative;
  background: bottom left/80px no-repeat url("/static/common/img/frame_left_bottom.png"), top left/80px no-repeat url("/static/common/img/frame_left_top.png"), bottom right/80px no-repeat url("/static/common/img/frame_right_bottom.png"), top right/80px no-repeat url("/static/common/img/frame_right_top.png");
}
@media (max-width: 1400px) {
  .modal-contents--info .pickup-flame-style-img, .modal-contents--info .modal__image__wrap--selected {
    background: bottom left/5.7142857143vw no-repeat url("/static/common/img/frame_left_bottom.png"), top left/5.7142857143vw no-repeat url("/static/common/img/frame_left_top.png"), bottom right/5.7142857143vw no-repeat url("/static/common/img/frame_right_bottom.png"), top right/5.7142857143vw no-repeat url("/static/common/img/frame_right_top.png");
  }
}
@media (max-width: 750px) {
  .modal-contents--info .pickup-flame-style-img, .modal-contents--info .modal__image__wrap--selected {
    background: bottom left/10.6666666667vw no-repeat url("/static/common/img/frame_left_bottom.png"), top left/10.6666666667vw no-repeat url("/static/common/img/frame_left_top.png"), bottom right/10.6666666667vw no-repeat url("/static/common/img/frame_right_bottom.png"), top right/10.6666666667vw no-repeat url("/static/common/img/frame_right_top.png");
  }
}
.modal-contents--info .pickup-flame-style-img::before, .modal-contents--info .modal__image__wrap--selected::before {
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), -webkit-gradient(linear, left top, left bottom, from(#1c1817), to(#1c1817));
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), linear-gradient(#1c1817, #1c1817);
  content: "";
  -webkit-box-shadow: 0 0 0 4px #312A27, 0 0 0 8px #241F1D, 0 0 0 10px #725C46;
          box-shadow: 0 0 0 4px #312A27, 0 0 0 8px #241F1D, 0 0 0 10px #725C46;
  position: absolute;
  pointer-events: none;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
}
@media (max-width: 1400px) {
  .modal-contents--info .pickup-flame-style-img::before, .modal-contents--info .modal__image__wrap--selected::before {
    top: 1vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .pickup-flame-style-img::before, .modal-contents--info .modal__image__wrap--selected::before {
    left: 1vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .pickup-flame-style-img::before, .modal-contents--info .modal__image__wrap--selected::before {
    right: 1vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .pickup-flame-style-img::before, .modal-contents--info .modal__image__wrap--selected::before {
    bottom: 1vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .pickup-flame-style-img::before, .modal-contents--info .modal__image__wrap--selected::before {
    -webkit-box-shadow: 0 0 0 0.2857142857vw #312A27, 0 0 0 0.5714285714vw #241F1D, 0 0 0 0.7142857143vw #725C46;
            box-shadow: 0 0 0 0.2857142857vw #312A27, 0 0 0 0.5714285714vw #241F1D, 0 0 0 0.7142857143vw #725C46;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .pickup-flame-style-img::before, .modal-contents--info .modal__image__wrap--selected::before {
    -webkit-box-shadow: 0 0 0 0.5333333333vw #312A27, 0 0 0 1.0666666667vw #241F1D, 0 0 0 1.3333333333vw #725C46;
            box-shadow: 0 0 0 0.5333333333vw #312A27, 0 0 0 1.0666666667vw #241F1D, 0 0 0 1.3333333333vw #725C46;
    top: 1.7333333333vw;
    left: 1.7333333333vw;
    right: 1.7333333333vw;
    bottom: 1.7333333333vw;
  }
}
.modal-contents--info .pickup-flame-style-img > div, .modal-contents--info .modal__image__wrap--selected > div, .modal-contents--info .pickup-flame-style-img > img, .modal-contents--info .modal__image__wrap--selected > img {
  position: relative;
  z-index: 1;
}
.modal-contents--info .pickup-flame-style-img.wp, .modal-contents--info .wp.modal__image__wrap--selected {
  padding: 8px;
}
@media (max-width: 1400px) {
  .modal-contents--info .pickup-flame-style-img.wp, .modal-contents--info .wp.modal__image__wrap--selected {
    padding: 0.5714285714vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .pickup-flame-style-img.wp, .modal-contents--info .wp.modal__image__wrap--selected {
    padding: 1.0666666667vw;
    margin-bottom: 4.8vw;
  }
}
.modal-contents--info .pickup-flame-style-div {
  position: relative;
  background: bottom left/155px no-repeat url("/static/common/img/frame_left_bottom.png"), top left/155px no-repeat url("/static/common/img/frame_left_top.png"), bottom right/155px no-repeat url("/static/common/img/frame_right_bottom.png"), top right/155px no-repeat url("/static/common/img/frame_right_top.png");
}
@media (max-width: 1400px) {
  .modal-contents--info .pickup-flame-style-div {
    background: bottom left/11.0714285714vw no-repeat url("/static/common/img/frame_left_bottom.png"), top left/11.0714285714vw no-repeat url("/static/common/img/frame_left_top.png"), bottom right/11.0714285714vw no-repeat url("/static/common/img/frame_right_bottom.png"), top right/11.0714285714vw no-repeat url("/static/common/img/frame_right_top.png");
  }
}
@media (max-width: 750px) {
  .modal-contents--info .pickup-flame-style-div {
    background: bottom left/20.6666666667vw no-repeat url("/static/common/img/frame_left_bottom.png"), top left/20.6666666667vw no-repeat url("/static/common/img/frame_left_top.png"), bottom right/20.6666666667vw no-repeat url("/static/common/img/frame_right_bottom.png"), top right/20.6666666667vw no-repeat url("/static/common/img/frame_right_top.png");
  }
}
.modal-contents--info .pickup-flame-style-div::before {
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), -webkit-gradient(linear, left top, left bottom, from(#1c1817), to(#1c1817));
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), linear-gradient(#1c1817, #1c1817);
  content: "";
  -webkit-box-shadow: 0 0 0 4px #312A27, 0 0 0 8px #241F1D, 0 0 0 10px #725C46;
          box-shadow: 0 0 0 4px #312A27, 0 0 0 8px #241F1D, 0 0 0 10px #725C46;
  position: absolute;
  pointer-events: none;
  top: 17px;
  left: 17px;
  right: 17px;
  bottom: 17px;
}
@media (max-width: 1400px) {
  .modal-contents--info .pickup-flame-style-div::before {
    top: 1.2142857143vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .pickup-flame-style-div::before {
    left: 1.2142857143vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .pickup-flame-style-div::before {
    right: 1.2142857143vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .pickup-flame-style-div::before {
    bottom: 1.2142857143vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .pickup-flame-style-div::before {
    -webkit-box-shadow: 0 0 0 0.2857142857vw #312A27, 0 0 0 0.5714285714vw #241F1D, 0 0 0 0.7142857143vw #725C46;
            box-shadow: 0 0 0 0.2857142857vw #312A27, 0 0 0 0.5714285714vw #241F1D, 0 0 0 0.7142857143vw #725C46;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .pickup-flame-style-div::before {
    -webkit-box-shadow: 0 0 0 0.5333333333vw #312A27, 0 0 0 1.0666666667vw #241F1D, 0 0 0 1.3333333333vw #725C46;
            box-shadow: 0 0 0 0.5333333333vw #312A27, 0 0 0 1.0666666667vw #241F1D, 0 0 0 1.3333333333vw #725C46;
    top: 2.2666666667vw;
    left: 2.2666666667vw;
    right: 2.2666666667vw;
    bottom: 2.2666666667vw;
  }
}
.modal-contents--info .pickup-flame-style-div > div, .modal-contents--info .pickup-flame-style-div > img {
  position: relative;
  z-index: 1;
}
.modal-contents--info .pickup-flame-style-div.wp {
  padding: 8px;
}
@media (max-width: 1400px) {
  .modal-contents--info .pickup-flame-style-div.wp {
    padding: 0.5714285714vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .pickup-flame-style-div.wp {
    padding: 1.0666666667vw;
  }
}
.modal-contents--info .modal__image__wrap_parts {
  width: 100%;
  height: 100%;
}
.modal-contents--info .modal__image__wrap--selected {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 235px;
  height: 235px;
  padding: 13px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal__image__wrap--selected {
    width: 16.7857142857vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .modal__image__wrap--selected {
    height: 16.7857142857vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .modal__image__wrap--selected {
    padding: 0.9285714286vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal__image__wrap--selected {
    width: 29.8666666667vw;
    height: 29.8666666667vw;
    margin-bottom: 4.9333333333vw;
    padding: 1.7333333333vw;
  }
}
.modal-contents--info .modal__image__wrap--selected img {
  display: block;
}
.modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts {
  width: 100%;
  height: 100%;
}
.modal-contents--info__right {
  height: 530px;
  width: 530px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1400px) {
  .modal-contents--info__right {
    height: 37.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info__right {
    width: 37.8571428571vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__right {
    height: auto;
    width: 100%;
  }
}
.modal-contents--info__right-auto {
  width: 530px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1400px) {
  .modal-contents--info__right-auto {
    width: 37.8571428571vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__right-auto {
    width: 100%;
  }
}
.modal-contents--info .modal-detail--sentinel {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat top/100%, url("/resources/static/common/img/line_h3_pc.png") no-repeat bottom/100%;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail--sentinel {
    padding-top: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail--sentinel {
    padding-bottom: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal-detail--sentinel {
    padding-top: 0.5333333333vw;
    padding-bottom: 0.5333333333vw;
    height: auto;
    background: none;
  }
}
.modal-contents--info .modal-detail--sentinel .modal-detail-contents, .modal-contents--info .modal-detail--sentinel .modal-detail-contents--sentinel {
  position: relative;
  overflow-y: auto;
  padding-right: 16px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail--sentinel .modal-detail-contents, .modal-contents--info .modal-detail--sentinel .modal-detail-contents--sentinel {
    padding-right: calc(0.5714285714vw + 8px);
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal-detail--sentinel .modal-detail-contents, .modal-contents--info .modal-detail--sentinel .modal-detail-contents--sentinel {
    padding-right: 3.3333333333vw;
  }
}
.modal-contents--info .modal-detail {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat top/100%, url("/resources/static/common/img/line_h3_pc.png") no-repeat bottom/100%;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail {
    padding-top: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail {
    padding-bottom: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal-detail {
    height: 100vw;
    padding-top: 0.5333333333vw;
    padding-bottom: 0.5333333333vw;
    padding-bottom: 0.5333333333vw;
    background: url("/resources/static/common/img/line_h3_sp.png") no-repeat top/100%, url("/resources/static/common/img/line_h3_sp.png") no-repeat bottom/100%;
  }
}
.modal-contents--info .modal-detail.medium {
  height: 422px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail.medium {
    height: 30.1428571429vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal-detail.medium {
    height: 86vw;
  }
}
.modal-contents--info .modal-detail.short {
  height: 383px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail.short {
    height: 27.3571428571vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal-detail.short {
    height: 72.6666666667vw;
  }
}
.modal-contents--info .modal-detail .modal-detail-contents, .modal-contents--info .modal-detail .modal-detail--sentinel .modal-detail-contents--sentinel, .modal-contents--info .modal-detail--sentinel .modal-detail .modal-detail-contents--sentinel {
  position: relative;
  overflow-y: auto;
  padding-right: 16px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail .modal-detail-contents, .modal-contents--info .modal-detail .modal-detail--sentinel .modal-detail-contents--sentinel, .modal-contents--info .modal-detail--sentinel .modal-detail .modal-detail-contents--sentinel {
    padding-right: calc(0.5714285714vw + 8px);
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal-detail .modal-detail-contents, .modal-contents--info .modal-detail .modal-detail--sentinel .modal-detail-contents--sentinel, .modal-contents--info .modal-detail--sentinel .modal-detail .modal-detail-contents--sentinel {
    padding-right: 3.3333333333vw;
  }
}
.modal-contents--info .modal-detail div.modal-detail__text {
  line-height: 133%;
  margin-top: 8px;
  margin-bottom: 22px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail div.modal-detail__text {
    margin-top: 0.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail div.modal-detail__text {
    margin-bottom: 1.5714285714vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal-detail div.modal-detail__text {
    margin: 1.0666666667vw 0 2.9333333333vw;
  }
}
.modal-contents--info .modal-detail div.modal-detail__text span.color-palette.prohibited {
  color: #ff4a3b;
}
.modal-contents--info .modal-detail div.modal-detail__text--long {
  position: relative;
  margin-top: 8px;
  margin-bottom: 22px;
  padding-top: 20px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail div.modal-detail__text--long {
    margin-top: 0.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail div.modal-detail__text--long {
    margin-bottom: 1.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail div.modal-detail__text--long {
    padding-top: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal-detail div.modal-detail__text--long {
    margin: 1.0666666667vw 0 2.9333333333vw;
  }
}
.modal-contents--info .modal-detail div.modal-detail__text--long::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat center/100%;
  height: 4px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail div.modal-detail__text--long::before {
    height: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal-detail div.modal-detail__text--long::before {
    height: 0.5333333333vw;
    background: url("/resources/static/common/img/line_h3_sp.png") no-repeat center/100%;
  }
}
.modal-contents--info .modal-detail div.modal-detail__text--long p {
  line-height: 133%;
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail div.modal-detail__text--long p {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail div.modal-detail__text--long p {
    margin-bottom: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal-detail div.modal-detail__text--long p {
    font-size: 2.4vw;
    margin-bottom: 4vw;
  }
}
.modal-contents--info .modal-detail .modal-detail__text--pack {
  margin-top: 20px;
  margin-bottom: 36px;
}
.modal-contents--info .modal-detail .modal-detail__text--pack div, .modal-contents--info .modal-detail .modal-detail__text--pack span, .modal-contents--info .modal-detail .modal-detail__text--pack p {
  line-height: 133%;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail .modal-detail__text--pack {
    margin-top: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .modal-detail .modal-detail__text--pack {
    margin-bottom: 2.5714285714vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal-detail .modal-detail__text--pack {
    margin: 2.6666666667vw 0 4.8vw;
  }
}
.modal-contents--info .modal__order-qty {
  display: grid;
  grid-template-columns: 322px 1fr;
  font-size: 18px;
  height: 90px;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal__order-qty {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .modal__order-qty {
    height: 6.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .modal__order-qty {
    margin-top: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info .modal__order-qty {
    grid-template-columns: 23vw 1fr;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal__order-qty {
    height: 12vw;
    margin-top: 2.6666666667vw;
    grid-template-columns: 42.9333333333vw 1fr;
    font-size: 2.4vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal__order-qty__qty-select .opt-text {
    font-size: 2.6666666667vw !important;
  }
}
.modal-contents--info .modal__order-qty__amount {
  grid-column: 2/3;
  grid-row: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal__order-qty__amount {
    padding-left: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal__order-qty__amount {
    padding-left: 2.6666666667vw;
  }
}
.modal-contents--info .modal__order-qty__amount span {
  display: block;
}
.modal-contents--info .modal__order-qty__price {
  grid-row: 2/3;
  grid-column: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 17px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal__order-qty__price {
    padding-top: 1.2142857143vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal__order-qty__price {
    padding-top: 2.2666666667vw;
  }
}
.modal-contents--info .modal__order-qty__currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-contents--info .modal__pack-limit {
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .modal-contents--info .modal__pack-limit {
    margin-top: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info .modal__pack-limit {
    margin-top: 2.6666666667vw;
  }
}
.modal-contents--info__bottom {
  width: 100%;
  position: relative;
  height: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  .modal-contents--info__bottom {
    height: 9.8571428571vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__bottom {
    height: auto;
    padding: 3.4666666667vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.modal-contents--info__bottom div {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1400px) {
  .modal-contents--info__bottom div {
    padding-left: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents--info__bottom div {
    padding-right: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__bottom div {
    padding: 1.3333333333vw;
  }
}
.modal-contents--info__bottom .modal-btn-error {
  position: absolute;
  bottom: 0;
  left: 30px;
}
@media (max-width: 1400px) {
  .modal-contents--info__bottom .modal-btn-error {
    left: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  .modal-contents--info__bottom .modal-btn-error {
    bottom: 0;
    left: 4vw;
  }
}
.modal-contents--info__bottom form {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.modal-contents--info__disabled {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.material-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.material-tip__img-wrap {
  height: 60px;
  width: 60px;
  position: relative;
}
@media (max-width: 1400px) {
  .material-tip__img-wrap {
    height: 4.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .material-tip__img-wrap {
    width: 4.2857142857vw;
  }
}
@media (max-width: 750px) {
  .material-tip__img-wrap {
    height: 8vw;
    width: 8vw;
  }
}
.material-tip > span {
  /* IE閲覧時にテキストの下部に余白ができてしまうバグを調整 */
  font-size: 18px;
  width: 80px;
  text-align: center;
  overflow-wrap: break-word;
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .material-tip > span {
    /* IE向けのCSS〜START */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.3em;
    /* IE向けのCSS〜END */
  }
}
@media (max-width: 1400px) {
  .material-tip > span {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 750px) {
  .material-tip > span {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 1400px) {
  .material-tip > span {
    width: 5.7142857143vw;
  }
}
@media (max-width: 750px) {
  .material-tip > span {
    width: 10.6666666667vw;
  }
}
.material-tip > span.material-count {
  width: 104px;
}
@media (max-width: 1400px) {
  .material-tip > span.material-count {
    width: 7.4285714286vw;
  }
}
@media (max-width: 750px) {
  .material-tip > span.material-count {
    width: 13.8666666667vw;
  }
}

.modal-center-pc2sp1 {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 30px 1fr;
}
.modal-center-pc2sp1 > div:nth-of-type(2) {
  grid-column: 3/4;
}
@media (max-width: 1400px) {
  .modal-center-pc2sp1 {
    grid-template-columns: 1fr 2.1428571429vw 1fr;
  }
}
@media (max-width: 750px) {
  .modal-center-pc2sp1 {
    display: block;
  }
}

.modal-center-pc1sp1 {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 750px) {
  .modal-center-pc1sp1 {
    width: 100%;
    margin: 0;
  }
}

ul.modal-block-list {
  width: 100%;
  position: relative;
  color: #ffd38c;
}
ul.modal-block-list > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 1400px) {
  ul.modal-block-list > li {
    margin-top: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  ul.modal-block-list > li {
    margin-top: 1.3333333333vw;
  }
}
ul.modal-block-list > li:nth-of-type(1) {
  margin-top: 0;
}
@media (max-width: 750px) {
  ul.modal-block-list.short {
    padding-bottom: 5.0666666667vw;
  }
}

.modal-block-list-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
  position: relative;
  color: #ffd38c;
  position: relative;
  overflow-y: auto;
  padding-right: 16px;
  height: 458px;
}
@media (max-width: 1400px) {
  .modal-block-list-scrollable {
    padding-right: calc(0.5714285714vw + 8px);
  }
}
@media (max-width: 750px) {
  .modal-block-list-scrollable {
    padding-right: 3.3333333333vw;
  }
}
@media (max-width: 1400px) {
  .modal-block-list-scrollable {
    height: 32.7142857143vw;
  }
}
@media (max-width: 750px) {
  .modal-block-list-scrollable {
    height: 93.3333333333vw;
  }
}
.modal-block-list-scrollable > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 1400px) {
  .modal-block-list-scrollable > li {
    margin-top: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .modal-block-list-scrollable > li {
    margin-top: 1.3333333333vw;
  }
}
.modal-block-list-scrollable:after {
  /* padding-bottomのため */
  content: "";
  display: block;
  height: 10px;
  width: 100%;
}
@media (max-width: 1400px) {
  .modal-block-list-scrollable:after {
    height: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .modal-block-list-scrollable:after {
    height: 1.3333333333vw;
  }
}

.modal-block, .modal-block--switch {
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), -webkit-gradient(linear, left top, left bottom, from(#1c1817), to(#1c1817)) !important;
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), linear-gradient(#1c1817, #1c1817) !important;
  height: 100px;
  padding: 24px;
}
@media (max-width: 1400px) {
  .modal-block, .modal-block--switch {
    height: 7.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .modal-block, .modal-block--switch {
    padding: 1.7142857143vw;
  }
}
@media (max-width: 750px) {
  .modal-block, .modal-block--switch {
    padding: 3.2vw;
    height: 13.3333333333vw;
  }
}
.modal-block.active, .active.modal-block--switch {
  text-shadow: 0px 0px 8px rgba(255, 224, 141, 0.5), 0px 0px 12px rgba(255, 224, 141, 0.4);
}
.modal-block.active::after, .active.modal-block--switch::after {
  pointer-events: none;
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  right: 1px;
  content: "";
  border: 2px solid #FFD38C;
}
@media (max-width: 1400px) {
  .modal-block.active::after, .active.modal-block--switch::after {
    left: 0.0714285714vw;
    top: 0.0714285714vw;
    bottom: 0.0714285714vw;
    right: 0.0714285714vw;
    border: 0.1428571429vw solid #FFD38C;
  }
}
@media (max-width: 750px) {
  .modal-block.active::after, .active.modal-block--switch::after {
    left: 0.1333333333vw;
    top: 0.1333333333vw;
    bottom: 0.1333333333vw;
    right: 0.1333333333vw;
    border: 0.2666666667vw solid #FFD38C;
  }
}
.modal-block.disabled, .disabled.modal-block--switch {
  cursor: default;
  position: relative;
}
.modal-block.disabled::after, .disabled.modal-block--switch::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-block .modal-block__icon, .modal-block--switch .modal-block__icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media (max-width: 1400px) {
  .modal-block .modal-block__icon, .modal-block--switch .modal-block__icon {
    width: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .modal-block .modal-block__icon, .modal-block--switch .modal-block__icon {
    height: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .modal-block .modal-block__icon, .modal-block--switch .modal-block__icon {
    margin-right: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .modal-block .modal-block__icon, .modal-block--switch .modal-block__icon {
    width: 4vw;
    height: 4vw;
    margin-right: 1.3333333333vw;
  }
}

.modal-block--switch .message-on {
  display: none;
}
.modal-block--switch .message-off {
  display: block;
}
.modal-block--switch.active {
  text-shadow: none;
}
.modal-block--switch.active .message-on {
  display: block;
}
.modal-block--switch.active .message-off {
  display: none;
}
.modal-block--switch .modal-block--switch__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-center-elem {
  text-align: center;
  width: 100%;
}

.hidden {
  display: none;
}

/* =================================
    ^table
================================= */
table.modal-detail__table {
  width: 100%;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 22px;
  color: #ffd38c;
}
@media (max-width: 1400px) {
  table.modal-detail__table {
    margin-top: 0.5714285714vw;
  }
}
@media (max-width: 1400px) {
  table.modal-detail__table {
    margin-bottom: 1.5714285714vw;
  }
}
table.modal-detail__table img.table__data__icon {
  display: inline-block;
  height: 30px;
  width: 30px;
}
@media (max-width: 1400px) {
  table.modal-detail__table img.table__data__icon {
    height: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  table.modal-detail__table img.table__data__icon {
    width: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  table.modal-detail__table img.table__data__icon {
    height: 4vw;
    width: 4vw;
  }
}
table.modal-detail__table .modal-detail__table__detail {
  line-height: 133%;
}
table.modal-detail__table thead tr th {
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  line-height: 133%;
  height: 36px;
}
@media (max-width: 1400px) {
  table.modal-detail__table thead tr th {
    height: 2.5714285714vw;
  }
}
@media (max-width: 750px) {
  table.modal-detail__table thead tr th {
    height: 4.8vw;
  }
}
table.modal-detail__table thead tr th span.modal__head {
  position: relative;
  display: block;
  padding-bottom: 24px;
}
@media (max-width: 1400px) {
  table.modal-detail__table thead tr th span.modal__head {
    padding-bottom: 1.7142857143vw;
  }
}
@media (max-width: 750px) {
  table.modal-detail__table thead tr th span.modal__head {
    padding-bottom: 3.2vw;
  }
}
table.modal-detail__table thead tr th span.modal__head::after {
  position: absolute;
  bottom: 16px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat center/100%;
}
@media (max-width: 1400px) {
  table.modal-detail__table thead tr th span.modal__head::after {
    bottom: 1.1428571429vw;
  }
}
@media (max-width: 1400px) {
  table.modal-detail__table thead tr th span.modal__head::after {
    height: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  table.modal-detail__table thead tr th span.modal__head::after {
    height: 0.5333333333vw;
    background: url("/resources/static/common/img/line_h3_sp.png") no-repeat center/100%;
  }
}
table.modal-detail__table tbody tr th {
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  height: 36px;
}
@media (max-width: 1400px) {
  table.modal-detail__table tbody tr th {
    height: 2.5714285714vw;
  }
}
@media (max-width: 750px) {
  table.modal-detail__table tbody tr th {
    height: 4.8vw;
  }
}
table.modal-detail__table tbody tr td {
  height: 36px;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 1400px) {
  table.modal-detail__table tbody tr td {
    height: 2.5714285714vw;
  }
}
@media (max-width: 750px) {
  table.modal-detail__table tbody tr td {
    height: 4.8vw;
  }
}
table.modal-detail__table tbody tr .table__data--right {
  text-align: right;
}
table.modal-detail__table tbody tr span {
  line-height: 133%;
}
table.modal-detail__table tbody tr .value--positive {
  color: #03C90A;
}
table.modal-detail__table tbody tr .value--negative {
  color: #ff4a3b;
}
table.modal-detail__table tbody tr .modal__head__sub {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1400px) {
  table.modal-detail__table tbody tr .modal__head__sub {
    padding-top: 0.3571428571vw;
  }
}
@media (max-width: 1400px) {
  table.modal-detail__table tbody tr .modal__head__sub {
    padding-bottom: 0.3571428571vw;
  }
}
@media (max-width: 750px) {
  table.modal-detail__table tbody tr .modal__head__sub {
    padding: 0.6666666667vw 0;
  }
}
table.modal-detail__table tbody tr .modal__head__sub-icon {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
@media (max-width: 1400px) {
  table.modal-detail__table tbody tr .modal__head__sub-icon {
    margin-right: 0.7142857143vw;
  }
}
@media (max-width: 1400px) {
  table.modal-detail__table tbody tr .modal__head__sub-icon {
    width: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  table.modal-detail__table tbody tr .modal__head__sub-icon {
    height: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  table.modal-detail__table tbody tr .modal__head__sub-icon {
    margin-right: 1.3333333333vw;
    width: 4vw;
    height: 4vw;
  }
}

.modal-list-table, .modal-list-table--imp {
  width: 100%;
}
.modal-list-table__title, .modal-list-table__title-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 26px;
}
@media (max-width: 1400px) {
  .modal-list-table__title, .modal-list-table__title-icon {
    height: 1.8571428571vw;
  }
}
@media (max-width: 750px) {
  .modal-list-table__title, .modal-list-table__title-icon {
    height: 3.4666666667vw;
  }
}
.modal-list-table__title::before, .modal-list-table__title-icon::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat center/100%;
  bottom: -4px;
  height: 4px;
}
@media (max-width: 1400px) {
  .modal-list-table__title::before, .modal-list-table__title-icon::before {
    bottom: -0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .modal-list-table__title::before, .modal-list-table__title-icon::before {
    height: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .modal-list-table__title::before, .modal-list-table__title-icon::before {
    bottom: -0.5333333333vw;
    height: 0.5333333333vw;
    background: url("/resources/static/common/img/line_h3_sp.png") no-repeat center/100%;
  }
}
.modal-list-table__title-icon {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 42px;
}
@media (max-width: 1400px) {
  .modal-list-table__title-icon {
    height: 3vw;
  }
}
@media (max-width: 750px) {
  .modal-list-table__title-icon {
    height: 5.6vw;
  }
}
.modal-list-table__content, .modal-list-table--imp__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 10px;
  line-height: 133%;
}
@media (max-width: 1400px) {
  .modal-list-table__content, .modal-list-table--imp__content {
    padding-top: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .modal-list-table__content, .modal-list-table--imp__content {
    padding-top: 1.3333333333vw;
  }
}
.modal-list-table__content span, .modal-list-table--imp__content span, .modal-list-table__content div, .modal-list-table--imp__content div {
  line-height: 133%;
}
.modal-list-table__content .icon-img-wrap, .modal-list-table__content .item-list-card__elemlink .item-list-card__img-wrap, .item-list-card__elemlink .modal-list-table__content .item-list-card__img-wrap, .modal-list-table__content .item-list-square__elemlink .item-list-square__img-wrap, .item-list-square__elemlink .modal-list-table__content .item-list-square__img-wrap, .modal-list-table__content .item-list--boost__img-wrap, .modal-list-table__content .item-list__img-wrap, .modal-list-table__content .item-list-inbox__img-wrap, .modal-list-table__content .item-list-eq__img-wrap, .modal-list-table__content .round-list-square__img-wrap, .modal-list-table__content .card-tier__icon, .modal-list-table__content .card-bp__icon, .modal-list-table__content .target-item .target-item__image, .modal-list-table__content .target-item--modal .target-item__image, .modal-list-table__content .target-item--search .target-item__image, .modal-list-table__content .target-item--on-modal .target-item__image, .target-item .modal-list-table__content .target-item__image, .target-item--modal .modal-list-table__content .target-item__image, .target-item--search .modal-list-table__content .target-item__image, .target-item--on-modal .modal-list-table__content .target-item__image, .modal-list-table--imp__content .icon-img-wrap, .modal-list-table--imp__content .item-list-card__elemlink .item-list-card__img-wrap, .item-list-card__elemlink .modal-list-table--imp__content .item-list-card__img-wrap, .modal-list-table--imp__content .item-list-square__elemlink .item-list-square__img-wrap, .item-list-square__elemlink .modal-list-table--imp__content .item-list-square__img-wrap, .modal-list-table--imp__content .item-list--boost__img-wrap, .modal-list-table--imp__content .item-list__img-wrap, .modal-list-table--imp__content .item-list-inbox__img-wrap, .modal-list-table--imp__content .item-list-eq__img-wrap, .modal-list-table--imp__content .round-list-square__img-wrap, .modal-list-table--imp__content .card-tier__icon, .modal-list-table--imp__content .card-bp__icon, .modal-list-table--imp__content .target-item .target-item__image, .modal-list-table--imp__content .target-item--modal .target-item__image, .modal-list-table--imp__content .target-item--search .target-item__image, .modal-list-table--imp__content .target-item--on-modal .target-item__image, .target-item .modal-list-table--imp__content .target-item__image, .target-item--modal .modal-list-table--imp__content .target-item__image, .target-item--search .modal-list-table--imp__content .target-item__image, .target-item--on-modal .modal-list-table--imp__content .target-item__image, .modal-list-table__content .modal-contents--info .modal__image__wrap--done, .modal-list-table--imp__content .modal-contents--info .modal__image__wrap--done, .modal-contents--info .modal-list-table__content .modal__image__wrap--done, .modal-contents--info .modal-list-table--imp__content .modal__image__wrap--done, .modal-list-table__content .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts, .modal-list-table--imp__content .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts, .modal-contents--info .modal__image__wrap--selected .modal-list-table__content .modal__image__wrap_parts, .modal-contents--info .modal__image__wrap--selected .modal-list-table--imp__content .modal__image__wrap_parts, .modal-list-table__content .material-tip__img-wrap, .modal-list-table--imp__content .material-tip__img-wrap, .modal-list-table__content .icon-img-wrap--modal, .modal-list-table--imp__content .icon-img-wrap--modal, .modal-list-table__content .modal__image__wrap, .modal-list-table--imp__content .modal__image__wrap, .modal-list-table__content .img-wrap--tag, .modal-list-table--imp__content .img-wrap--tag, .modal-list-table__content .btn-medium, .modal-list-table--imp__content .btn-medium, .modal-list-table--imp__content .btn-medium--menu, .modal-list-table__content .btn-medium--menu {
  line-height: 1;
}
.modal-list-table__content .icon-img-wrap span, .modal-list-table__content .item-list-card__elemlink .item-list-card__img-wrap span, .item-list-card__elemlink .modal-list-table__content .item-list-card__img-wrap span, .modal-list-table__content .item-list-square__elemlink .item-list-square__img-wrap span, .item-list-square__elemlink .modal-list-table__content .item-list-square__img-wrap span, .modal-list-table__content .item-list--boost__img-wrap span, .modal-list-table__content .item-list__img-wrap span, .modal-list-table__content .item-list-inbox__img-wrap span, .modal-list-table__content .item-list-eq__img-wrap span, .modal-list-table__content .round-list-square__img-wrap span, .modal-list-table__content .card-tier__icon span, .modal-list-table__content .card-bp__icon span, .modal-list-table__content .target-item .target-item__image span, .modal-list-table__content .target-item--modal .target-item__image span, .modal-list-table__content .target-item--search .target-item__image span, .modal-list-table__content .target-item--on-modal .target-item__image span, .target-item .modal-list-table__content .target-item__image span, .target-item--modal .modal-list-table__content .target-item__image span, .target-item--search .modal-list-table__content .target-item__image span, .target-item--on-modal .modal-list-table__content .target-item__image span, .modal-list-table--imp__content .icon-img-wrap span, .modal-list-table--imp__content .item-list-card__elemlink .item-list-card__img-wrap span, .item-list-card__elemlink .modal-list-table--imp__content .item-list-card__img-wrap span, .modal-list-table--imp__content .item-list-square__elemlink .item-list-square__img-wrap span, .item-list-square__elemlink .modal-list-table--imp__content .item-list-square__img-wrap span, .modal-list-table--imp__content .item-list--boost__img-wrap span, .modal-list-table--imp__content .item-list__img-wrap span, .modal-list-table--imp__content .item-list-inbox__img-wrap span, .modal-list-table--imp__content .item-list-eq__img-wrap span, .modal-list-table--imp__content .round-list-square__img-wrap span, .modal-list-table--imp__content .card-tier__icon span, .modal-list-table--imp__content .card-bp__icon span, .modal-list-table--imp__content .target-item .target-item__image span, .modal-list-table--imp__content .target-item--modal .target-item__image span, .modal-list-table--imp__content .target-item--search .target-item__image span, .modal-list-table--imp__content .target-item--on-modal .target-item__image span, .target-item .modal-list-table--imp__content .target-item__image span, .target-item--modal .modal-list-table--imp__content .target-item__image span, .target-item--search .modal-list-table--imp__content .target-item__image span, .target-item--on-modal .modal-list-table--imp__content .target-item__image span, .modal-list-table__content .modal-contents--info .modal__image__wrap--done span, .modal-list-table--imp__content .modal-contents--info .modal__image__wrap--done span, .modal-contents--info .modal-list-table__content .modal__image__wrap--done span, .modal-contents--info .modal-list-table--imp__content .modal__image__wrap--done span, .modal-list-table__content .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts span, .modal-list-table--imp__content .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts span, .modal-contents--info .modal__image__wrap--selected .modal-list-table__content .modal__image__wrap_parts span, .modal-contents--info .modal__image__wrap--selected .modal-list-table--imp__content .modal__image__wrap_parts span, .modal-list-table__content .material-tip__img-wrap span, .modal-list-table--imp__content .material-tip__img-wrap span, .modal-list-table__content .icon-img-wrap div, .modal-list-table__content .item-list-card__elemlink .item-list-card__img-wrap div, .item-list-card__elemlink .modal-list-table__content .item-list-card__img-wrap div, .modal-list-table__content .item-list-square__elemlink .item-list-square__img-wrap div, .item-list-square__elemlink .modal-list-table__content .item-list-square__img-wrap div, .modal-list-table__content .item-list--boost__img-wrap div, .modal-list-table__content .item-list__img-wrap div, .modal-list-table__content .item-list-inbox__img-wrap div, .modal-list-table__content .item-list-eq__img-wrap div, .modal-list-table__content .round-list-square__img-wrap div, .modal-list-table__content .card-tier__icon div, .modal-list-table__content .card-bp__icon div, .modal-list-table__content .target-item .target-item__image div, .modal-list-table__content .target-item--modal .target-item__image div, .modal-list-table__content .target-item--search .target-item__image div, .modal-list-table__content .target-item--on-modal .target-item__image div, .target-item .modal-list-table__content .target-item__image div, .target-item--modal .modal-list-table__content .target-item__image div, .target-item--search .modal-list-table__content .target-item__image div, .target-item--on-modal .modal-list-table__content .target-item__image div, .modal-list-table--imp__content .icon-img-wrap div, .modal-list-table--imp__content .item-list-card__elemlink .item-list-card__img-wrap div, .item-list-card__elemlink .modal-list-table--imp__content .item-list-card__img-wrap div, .modal-list-table--imp__content .item-list-square__elemlink .item-list-square__img-wrap div, .item-list-square__elemlink .modal-list-table--imp__content .item-list-square__img-wrap div, .modal-list-table--imp__content .item-list--boost__img-wrap div, .modal-list-table--imp__content .item-list__img-wrap div, .modal-list-table--imp__content .item-list-inbox__img-wrap div, .modal-list-table--imp__content .item-list-eq__img-wrap div, .modal-list-table--imp__content .round-list-square__img-wrap div, .modal-list-table--imp__content .card-tier__icon div, .modal-list-table--imp__content .card-bp__icon div, .modal-list-table--imp__content .target-item .target-item__image div, .modal-list-table--imp__content .target-item--modal .target-item__image div, .modal-list-table--imp__content .target-item--search .target-item__image div, .modal-list-table--imp__content .target-item--on-modal .target-item__image div, .target-item .modal-list-table--imp__content .target-item__image div, .target-item--modal .modal-list-table--imp__content .target-item__image div, .target-item--search .modal-list-table--imp__content .target-item__image div, .target-item--on-modal .modal-list-table--imp__content .target-item__image div, .modal-list-table__content .modal-contents--info .modal__image__wrap--done div, .modal-list-table--imp__content .modal-contents--info .modal__image__wrap--done div, .modal-contents--info .modal-list-table__content .modal__image__wrap--done div, .modal-contents--info .modal-list-table--imp__content .modal__image__wrap--done div, .modal-list-table__content .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts div, .modal-list-table--imp__content .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts div, .modal-contents--info .modal__image__wrap--selected .modal-list-table__content .modal__image__wrap_parts div, .modal-contents--info .modal__image__wrap--selected .modal-list-table--imp__content .modal__image__wrap_parts div, .modal-list-table__content .material-tip__img-wrap div, .modal-list-table--imp__content .material-tip__img-wrap div, .modal-list-table__content .icon-img-wrap--modal span, .modal-list-table--imp__content .icon-img-wrap--modal span, .modal-list-table__content .icon-img-wrap--modal div, .modal-list-table--imp__content .icon-img-wrap--modal div, .modal-list-table__content .modal__image__wrap span, .modal-list-table--imp__content .modal__image__wrap span, .modal-list-table__content .modal__image__wrap div, .modal-list-table--imp__content .modal__image__wrap div, .modal-list-table__content .img-wrap--tag span, .modal-list-table--imp__content .img-wrap--tag span, .modal-list-table__content .img-wrap--tag div, .modal-list-table--imp__content .img-wrap--tag div, .modal-list-table__content .btn-medium span, .modal-list-table--imp__content .btn-medium span, .modal-list-table--imp__content .btn-medium--menu span, .modal-list-table__content .btn-medium div, .modal-list-table--imp__content .btn-medium div, .modal-list-table--imp__content .btn-medium--menu div, .modal-list-table__content .btn-medium--menu span, .modal-list-table__content .btn-medium--menu div {
  line-height: 1;
}
.modal-list-table__content-2col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
  line-height: 133%;
}
@media (max-width: 1400px) {
  .modal-list-table__content-2col {
    margin-bottom: 1.2142857143vw;
  }
}
@media (max-width: 750px) {
  .modal-list-table__content-2col {
    margin-bottom: 2.2666666667vw;
  }
}
.modal-list-table__content-2col.hidden {
  display: none;
}
.modal-list-table__content-2col div, .modal-list-table__content-2col span {
  line-height: 133%;
}
.modal-list-table__content-img {
  padding-top: 10px;
}
@media (max-width: 1400px) {
  .modal-list-table__content-img {
    padding-top: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .modal-list-table__content-img {
    padding-top: 1.3333333333vw;
  }
}
.modal-list-table__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modal-list-table__card-list > li {
  margin-right: 16px;
  margin-top: 16px;
}
@media (max-width: 1400px) {
  .modal-list-table__card-list > li {
    margin-right: 1.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .modal-list-table__card-list > li {
    margin-top: 1.1428571429vw;
  }
}
@media (max-width: 750px) {
  .modal-list-table__card-list > li {
    margin-top: 2.1333333333vw;
    margin-right: 2.1333333333vw;
  }
}
.modal-list-table__card-list > li:nth-of-type(1), .modal-list-table__card-list > li:nth-of-type(2), .modal-list-table__card-list > li:nth-of-type(3), .modal-list-table__card-list > li:nth-of-type(4) {
  margin-top: 0px;
}
@media (max-width: 1400px) {
  .modal-list-table__card-list > li:nth-of-type(1), .modal-list-table__card-list > li:nth-of-type(2), .modal-list-table__card-list > li:nth-of-type(3), .modal-list-table__card-list > li:nth-of-type(4) {
    margin-top: 0vw;
  }
}
@media (max-width: 750px) {
  .modal-list-table__card-list > li:nth-of-type(1), .modal-list-table__card-list > li:nth-of-type(2), .modal-list-table__card-list > li:nth-of-type(3), .modal-list-table__card-list > li:nth-of-type(4) {
    margin-top: 2.1333333333vw;
  }
}
.modal-list-table__card-list > li:nth-of-type(4n) {
  margin-right: 0px;
}
@media (max-width: 1400px) {
  .modal-list-table__card-list > li:nth-of-type(4n) {
    margin-right: 0vw;
  }
}
.modal-list-table .modal-list-table__content__img-wrap, .modal-list-table--imp .modal-list-table__content__img-wrap {
  width: 120px;
  height: 120px;
  position: relative;
}
@media (max-width: 1400px) {
  .modal-list-table .modal-list-table__content__img-wrap, .modal-list-table--imp .modal-list-table__content__img-wrap {
    width: 8.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .modal-list-table .modal-list-table__content__img-wrap, .modal-list-table--imp .modal-list-table__content__img-wrap {
    height: 8.5714285714vw;
  }
}
@media (max-width: 750px) {
  .modal-list-table .modal-list-table__content__img-wrap, .modal-list-table--imp .modal-list-table__content__img-wrap {
    width: 16vw;
    height: 16vw;
  }
}
.modal-list-table .modal-list-table__content__img-wrap .item-count, .modal-list-table--imp .modal-list-table__content__img-wrap .item-count {
  position: absolute;
  right: 4px;
  bottom: 4px;
}
@media (max-width: 1400px) {
  .modal-list-table .modal-list-table__content__img-wrap .item-count, .modal-list-table--imp .modal-list-table__content__img-wrap .item-count {
    right: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .modal-list-table .modal-list-table__content__img-wrap .item-count, .modal-list-table--imp .modal-list-table__content__img-wrap .item-count {
    bottom: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .modal-list-table .modal-list-table__content__img-wrap .item-count, .modal-list-table--imp .modal-list-table__content__img-wrap .item-count {
    right: 0.5333333333vw;
    bottom: 0.5333333333vw;
  }
}
@media (max-width: 750px) {
  .modal-list-table.sp-hidden, .sp-hidden.modal-list-table--imp {
    display: none;
  }
}
.modal-list-table .icon, .modal-list-table--imp .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media (max-width: 1400px) {
  .modal-list-table .icon, .modal-list-table--imp .icon {
    width: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .modal-list-table .icon, .modal-list-table--imp .icon {
    height: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .modal-list-table .icon, .modal-list-table--imp .icon {
    margin-right: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .modal-list-table .icon, .modal-list-table--imp .icon {
    width: 4vw;
    height: 4vw;
    margin-right: 1.3333333333vw;
  }
}

.pt20 {
  padding-top: 20px;
}
@media (max-width: 1400px) {
  .pt20 {
    padding-top: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .pt20 {
    padding-top: 2.6666666667vw;
  }
}

.modal-list-table--imp__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 26px;
  padding-left: 25px;
}
@media (max-width: 1400px) {
  .modal-list-table--imp__title {
    height: 1.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .modal-list-table--imp__title {
    padding-left: 1.7857142857vw;
  }
}
@media (max-width: 750px) {
  .modal-list-table--imp__title {
    height: 3.4666666667vw;
    padding-left: 3.3333333333vw;
  }
}
.modal-list-table--imp__title::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat center/100%;
  bottom: -4px;
  height: 4px;
}
@media (max-width: 1400px) {
  .modal-list-table--imp__title::before {
    bottom: -0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .modal-list-table--imp__title::before {
    height: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .modal-list-table--imp__title::before {
    bottom: -0.5333333333vw;
    height: 0.5333333333vw;
    background: url("/resources/static/common/img/line_h3_sp.png") no-repeat center/100%;
  }
}
.modal-list-table--imp__title::after {
  background: url("/resources/static/common/img/icon_common_marker.png") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 13px;
  height: 22px;
}
@media (max-width: 1400px) {
  .modal-list-table--imp__title::after {
    width: 0.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .modal-list-table--imp__title::after {
    height: 1.5714285714vw;
  }
}
@media (max-width: 750px) {
  .modal-list-table--imp__title::after {
    height: 2.9333333333vw;
    width: 1.7333333333vw;
  }
}
.modal-list-table--imp__help {
  padding-left: 10px;
}
@media (max-width: 1400px) {
  .modal-list-table--imp__help {
    padding-left: 0.7142857143vw;
  }
}

table.common-table {
  width: 100%;
  text-align: left;
  color: #ffd38c;
}
table.common-table img.table__data__icon {
  display: inline-block;
  height: 30px;
  width: 30px;
}
@media (max-width: 1400px) {
  table.common-table img.table__data__icon {
    height: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  table.common-table img.table__data__icon {
    width: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  table.common-table img.table__data__icon {
    height: 4vw;
    width: 4vw;
  }
}
table.common-table caption {
  text-align: left;
  font-weight: normal;
  line-height: 133%;
  position: relative;
  width: 100%;
  padding-bottom: 24px;
}
@media (max-width: 1400px) {
  table.common-table caption {
    padding-bottom: 1.7142857143vw;
  }
}
@media (max-width: 750px) {
  table.common-table caption {
    padding-bottom: 3.2vw;
  }
}
table.common-table caption::after {
  position: absolute;
  bottom: 16px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat center/100%;
}
@media (max-width: 1400px) {
  table.common-table caption::after {
    bottom: 1.1428571429vw;
  }
}
@media (max-width: 1400px) {
  table.common-table caption::after {
    height: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  table.common-table caption::after {
    height: 0.5333333333vw;
    background: url("/resources/static/common/img/line_h3_sp.png") no-repeat center/100%;
  }
}
table.common-table span.imp {
  position: relative;
  display: block;
  position: relative;
  margin-left: 1rem;
}
table.common-table span.imp::before {
  background: url("/resources/static/common/img/icon_common_marker.png") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 13px;
  height: 22px;
  left: -1rem;
}
@media (max-width: 1400px) {
  table.common-table span.imp::before {
    width: 0.9285714286vw;
  }
}
@media (max-width: 1400px) {
  table.common-table span.imp::before {
    height: 1.5714285714vw;
  }
}
@media (max-width: 750px) {
  table.common-table span.imp::before {
    height: 2.9333333333vw;
    width: 1.7333333333vw;
  }
}
table.common-table tbody tr th {
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  height: 36px;
}
@media (max-width: 1400px) {
  table.common-table tbody tr th {
    height: 2.5714285714vw;
  }
}
@media (max-width: 750px) {
  table.common-table tbody tr th {
    height: 4.8vw;
  }
}
table.common-table tbody tr td {
  height: 36px;
  vertical-align: middle;
  text-align: right;
}
@media (max-width: 1400px) {
  table.common-table tbody tr td {
    height: 2.5714285714vw;
  }
}
@media (max-width: 750px) {
  table.common-table tbody tr td {
    height: 4.8vw;
  }
}

.normal {
  color: #927852;
}

.line-up-table {
  margin-top: 15px;
}
@media (max-width: 1400px) {
  .line-up-table {
    margin-top: 1.0714285714vw;
  }
}
@media (max-width: 750px) {
  .line-up-table {
    margin-top: 2vw;
  }
}
.line-up-table__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 26px;
}
@media (max-width: 1400px) {
  .line-up-table__title {
    height: 1.8571428571vw;
  }
}
@media (max-width: 750px) {
  .line-up-table__title {
    height: 3.4666666667vw;
  }
}
.line-up-table__title::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat center/100%;
  bottom: -4px;
  height: 4px;
}
@media (max-width: 1400px) {
  .line-up-table__title::before {
    bottom: -0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .line-up-table__title::before {
    height: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .line-up-table__title::before {
    bottom: -0.5333333333vw;
    height: 0.5333333333vw;
    background: url("/resources/static/common/img/line_h3_sp.png") no-repeat center/100%;
  }
}
.line-up-table__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 0;
}
@media (max-width: 1400px) {
  .line-up-table__content {
    padding: 0.5714285714vw 0;
  }
}
@media (max-width: 750px) {
  .line-up-table__content {
    padding: 1.0666666667vw 0;
  }
}
.line-up-table__content.pack {
  width: 408px;
}
@media (max-width: 1400px) {
  .line-up-table__content.pack {
    width: 29.1428571429vw;
  }
}
@media (max-width: 750px) {
  .line-up-table__content.pack {
    width: 54.4vw;
  }
}
.line-up-table__content > div {
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .line-up-table__content > div {
    margin-top: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .line-up-table__content > div {
    margin-top: 2.6666666667vw;
  }
}
.line-up-table__content > div:nth-of-type(-n+5) {
  margin-top: 0;
}
.line-up-table__battlepass {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px;
  width: 396px;
}
@media (max-width: 1400px) {
  .line-up-table__battlepass {
    padding: 0.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .line-up-table__battlepass {
    width: 28.2857142857vw;
  }
}
@media (max-width: 750px) {
  .line-up-table__battlepass {
    padding: 1.0666666667vw;
    width: 100%;
  }
}
.line-up-table__battlepass > div {
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .line-up-table__battlepass > div {
    margin-top: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .line-up-table__battlepass > div {
    margin-top: 2.6666666667vw;
  }
}
.line-up-table__battlepass > div:nth-of-type(-n+4) {
  margin-top: 0;
}

.text-table-supplement {
  line-height: 133%;
  font-size: 18px;
  margin-bottom: 8px;
}
@media (max-width: 1400px) {
  .text-table-supplement {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .text-table-supplement {
    margin-bottom: 0.5714285714vw;
  }
}
@media (max-width: 750px) {
  .text-table-supplement {
    font-size: 2.4vw;
    margin-bottom: 1.0666666667vw;
  }
}
.text-table-supplement:nth-last-of-type(1) {
  margin-bottom: 0;
}

/* =================================
  ^card
================================= */
.target-element-style, .target-item, .target-item--modal, .target-item--search, .target-item--on-modal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), -webkit-gradient(linear, left top, left bottom, from(#1c1817), to(#1c1817));
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), linear-gradient(#1c1817, #1c1817);
  color: #ffd38c;
}
@media (max-width: 750px) {
  .target-element-style, .target-item, .target-item--modal, .target-item--search, .target-item--on-modal {
    background: right center/contain no-repeat url("/resources/static/common/img/select/bg_chara.jpg"), -webkit-gradient(linear, left top, left bottom, from(#1c1817), to(#1c1817));
    background: right center/contain no-repeat url("/resources/static/common/img/select/bg_chara.jpg"), linear-gradient(#1c1817, #1c1817);
  }
}
.target-element-style::before, .target-item::before, .target-item--modal::before, .target-item--search::before, .target-item--on-modal::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  -webkit-box-shadow: 0 0 0 4px #312A27, 0 0 0 7px #241F1D, 0 0 0 9px #866D42;
          box-shadow: 0 0 0 4px #312A27, 0 0 0 7px #241F1D, 0 0 0 9px #866D42;
  position: absolute;
  pointer-events: none;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
}
@media (max-width: 1400px) {
  .target-element-style::before, .target-item::before, .target-item--modal::before, .target-item--search::before, .target-item--on-modal::before {
    top: 0.6428571429vw;
  }
}
@media (max-width: 1400px) {
  .target-element-style::before, .target-item::before, .target-item--modal::before, .target-item--search::before, .target-item--on-modal::before {
    left: 0.6428571429vw;
  }
}
@media (max-width: 1400px) {
  .target-element-style::before, .target-item::before, .target-item--modal::before, .target-item--search::before, .target-item--on-modal::before {
    right: 0.6428571429vw;
  }
}
@media (max-width: 1400px) {
  .target-element-style::before, .target-item::before, .target-item--modal::before, .target-item--search::before, .target-item--on-modal::before {
    bottom: 0.6428571429vw;
  }
}
@media (max-width: 1400px) {
  .target-element-style::before, .target-item::before, .target-item--modal::before, .target-item--search::before, .target-item--on-modal::before {
    -webkit-box-shadow: 0 0 0 0.2857142857vw #312A27, 0 0 0 0.5vw #241F1D, 0 0 0 0.6428571429vw #866D42;
            box-shadow: 0 0 0 0.2857142857vw #312A27, 0 0 0 0.5vw #241F1D, 0 0 0 0.6428571429vw #866D42;
  }
}
@media (max-width: 750px) {
  .target-element-style::before, .target-item::before, .target-item--modal::before, .target-item--search::before, .target-item--on-modal::before {
    -webkit-box-shadow: 0 0 0 0.5333333333vw #312A27, 0 0 0 0.9333333333vw #241F1D, 0 0 0 1.2vw #866D42;
            box-shadow: 0 0 0 0.5333333333vw #312A27, 0 0 0 0.9333333333vw #241F1D, 0 0 0 1.2vw #866D42;
    top: 1.2vw;
    left: 1.2vw;
    right: 1.2vw;
    bottom: 1.2vw;
  }
}

.target-item-wrap {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .target-item-wrap {
    margin-bottom: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  .target-item-wrap {
    margin-top: 4vw;
    margin-bottom: 4vw;
    width: 85.6vw;
    font-size: 2.6666666667vw;
  }
}

.target-item, .target-item--modal, .target-item--search, .target-item--on-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-wrap: break-word;
  width: 642px;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-right: 48px;
  padding-left: 48px;
}
@media (max-width: 1400px) {
  .target-item, .target-item--modal, .target-item--search, .target-item--on-modal {
    width: 45.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .target-item, .target-item--modal, .target-item--search, .target-item--on-modal {
    padding-top: 2.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .target-item, .target-item--modal, .target-item--search, .target-item--on-modal {
    padding-bottom: 2.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .target-item, .target-item--modal, .target-item--search, .target-item--on-modal {
    padding-right: 3.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .target-item, .target-item--modal, .target-item--search, .target-item--on-modal {
    padding-left: 3.4285714286vw;
  }
}
@media (max-width: 750px) {
  .target-item, .target-item--modal, .target-item--search, .target-item--on-modal {
    padding: 4.8vw 6.4vw;
    font-size: 2.6666666667vw;
    width: auto;
  }
}
.target-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 26px;
}
@media (max-width: 1400px) {
  .target-item__title {
    height: 1.8571428571vw;
  }
}
@media (max-width: 750px) {
  .target-item__title {
    height: 3.4666666667vw;
  }
}
.target-item__title::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat center/100%;
  bottom: -4px;
  height: 4px;
}
@media (max-width: 1400px) {
  .target-item__title::before {
    bottom: -0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .target-item__title::before {
    height: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .target-item__title::before {
    bottom: -0.5333333333vw;
    height: 0.5333333333vw;
    background: url("/resources/static/common/img/line_h3_sp.png") no-repeat center/100%;
  }
}
.target-item__title + div {
  padding-top: 10px;
}
@media (max-width: 1400px) {
  .target-item__title + div {
    padding-top: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .target-item__title + div {
    padding-top: 1.3333333333vw;
  }
}
.target-item__summary {
  display: grid;
  grid-template-columns: auto 1fr;
  width: 100%;
}
.target-item__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.target-item__content-img {
  padding-top: 10px;
}
@media (max-width: 1400px) {
  .target-item__content-img {
    padding-top: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .target-item__content-img {
    padding-top: 1.3333333333vw;
  }
}
.target-item .text-cancel, .target-item--modal .text-cancel, .target-item--search .text-cancel, .target-item--on-modal .text-cancel {
  cursor: pointer;
  position: absolute;
  top: 36px;
  right: 48px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  .target-item .text-cancel, .target-item--modal .text-cancel, .target-item--search .text-cancel, .target-item--on-modal .text-cancel {
    top: 2.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .target-item .text-cancel, .target-item--modal .text-cancel, .target-item--search .text-cancel, .target-item--on-modal .text-cancel {
    right: 3.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .target-item .text-cancel, .target-item--modal .text-cancel, .target-item--search .text-cancel, .target-item--on-modal .text-cancel {
    height: 1.8571428571vw;
  }
}
@media (max-width: 750px) {
  .target-item .text-cancel, .target-item--modal .text-cancel, .target-item--search .text-cancel, .target-item--on-modal .text-cancel {
    top: 4.9333333333vw;
    right: 6.2666666667vw;
    height: 3.4666666667vw;
  }
}
.target-item .target-item__name, .target-item--modal .target-item__name, .target-item--search .target-item__name, .target-item--on-modal .target-item__name {
  grid-column: 1/3;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  .target-item .target-item__name, .target-item--modal .target-item__name, .target-item--search .target-item__name, .target-item--on-modal .target-item__name {
    min-height: 2.8571428571vw;
  }
}
@media (max-width: 750px) {
  .target-item .target-item__name, .target-item--modal .target-item__name, .target-item--search .target-item__name, .target-item--on-modal .target-item__name {
    min-height: 5.3333333333vw;
  }
}
.target-item .target-item__image, .target-item--modal .target-item__image, .target-item--search .target-item__image, .target-item--on-modal .target-item__image {
  width: 120px;
  height: 120px;
  margin-right: 20px;
}
@media (max-width: 1400px) {
  .target-item .target-item__image, .target-item--modal .target-item__image, .target-item--search .target-item__image, .target-item--on-modal .target-item__image {
    width: 8.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .target-item .target-item__image, .target-item--modal .target-item__image, .target-item--search .target-item__image, .target-item--on-modal .target-item__image {
    height: 8.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .target-item .target-item__image, .target-item--modal .target-item__image, .target-item--search .target-item__image, .target-item--on-modal .target-item__image {
    margin-right: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .target-item .target-item__image, .target-item--modal .target-item__image, .target-item--search .target-item__image, .target-item--on-modal .target-item__image {
    width: 16vw;
    height: 16vw;
    margin-right: 2.6666666667vw;
  }
}
.target-item .target-item__text, .target-item--modal .target-item__text, .target-item--search .target-item__text, .target-item--on-modal .target-item__text, .target-item .target-item__text--center, .target-item--modal .target-item__text--center, .target-item--search .target-item__text--center, .target-item--on-modal .target-item__text--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
.target-item .target-item__text--center, .target-item--modal .target-item__text--center, .target-item--search .target-item__text--center, .target-item--on-modal .target-item__text--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.target-item .target-item__text--center div.target-item__power, .target-item--modal .target-item__text--center div.target-item__power, .target-item--search .target-item__text--center div.target-item__power, .target-item--on-modal .target-item__text--center div.target-item__power {
  padding-top: 8px;
}
@media (max-width: 1400px) {
  .target-item .target-item__text--center div.target-item__power, .target-item--modal .target-item__text--center div.target-item__power, .target-item--search .target-item__text--center div.target-item__power, .target-item--on-modal .target-item__text--center div.target-item__power {
    padding-top: 0.5714285714vw;
  }
}
@media (max-width: 750px) {
  .target-item .target-item__text--center div.target-item__power, .target-item--modal .target-item__text--center div.target-item__power, .target-item--search .target-item__text--center div.target-item__power, .target-item--on-modal .target-item__text--center div.target-item__power {
    padding-top: 1.0666666667vw;
  }
}
.target-item .target-item__text--center .target-item__power--text, .target-item--modal .target-item__text--center .target-item__power--text, .target-item--search .target-item__text--center .target-item__power--text, .target-item--on-modal .target-item__text--center .target-item__power--text {
  font-size: 26px;
}
@media (max-width: 1400px) {
  .target-item .target-item__text--center .target-item__power--text, .target-item--modal .target-item__text--center .target-item__power--text, .target-item--search .target-item__text--center .target-item__power--text, .target-item--on-modal .target-item__text--center .target-item__power--text {
    font-size: 1.8571428571vw;
  }
}
@media (max-width: 750px) {
  .target-item .target-item__text--center .target-item__power--text, .target-item--modal .target-item__text--center .target-item__power--text, .target-item--search .target-item__text--center .target-item__power--text, .target-item--on-modal .target-item__text--center .target-item__power--text {
    font-size: 3.4666666667vw;
  }
}
.target-item .target-item__item, .target-item--modal .target-item__item, .target-item--search .target-item__item, .target-item--on-modal .target-item__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
@media (max-width: 1400px) {
  .target-item .target-item__item, .target-item--modal .target-item__item, .target-item--search .target-item__item, .target-item--on-modal .target-item__item {
    height: 3.5714285714vw;
  }
}
@media (max-width: 750px) {
  .target-item .target-item__item, .target-item--modal .target-item__item, .target-item--search .target-item__item, .target-item--on-modal .target-item__item {
    height: 6.6666666667vw;
  }
}
.target-item .target-item__eq-icon, .target-item--modal .target-item__eq-icon, .target-item--search .target-item__eq-icon, .target-item--on-modal .target-item__eq-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 1400px) {
  .target-item .target-item__eq-icon, .target-item--modal .target-item__eq-icon, .target-item--search .target-item__eq-icon, .target-item--on-modal .target-item__eq-icon {
    width: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .target-item .target-item__eq-icon, .target-item--modal .target-item__eq-icon, .target-item--search .target-item__eq-icon, .target-item--on-modal .target-item__eq-icon {
    height: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .target-item .target-item__eq-icon, .target-item--modal .target-item__eq-icon, .target-item--search .target-item__eq-icon, .target-item--on-modal .target-item__eq-icon {
    margin-right: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .target-item .target-item__eq-icon, .target-item--modal .target-item__eq-icon, .target-item--search .target-item__eq-icon, .target-item--on-modal .target-item__eq-icon {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-right: 1.3333333333vw;
  }
}
.target-item .target-item__icon, .target-item--modal .target-item__icon, .target-item--search .target-item__icon, .target-item--on-modal .target-item__icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
@media (max-width: 1400px) {
  .target-item .target-item__icon, .target-item--modal .target-item__icon, .target-item--search .target-item__icon, .target-item--on-modal .target-item__icon {
    width: 3.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .target-item .target-item__icon, .target-item--modal .target-item__icon, .target-item--search .target-item__icon, .target-item--on-modal .target-item__icon {
    height: 3.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .target-item .target-item__icon, .target-item--modal .target-item__icon, .target-item--search .target-item__icon, .target-item--on-modal .target-item__icon {
    margin-right: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .target-item .target-item__icon, .target-item--modal .target-item__icon, .target-item--search .target-item__icon, .target-item--on-modal .target-item__icon {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    margin-right: 1.3333333333vw;
  }
}
.target-item__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 120px;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .target-item__button {
    height: 8.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .target-item__button {
    margin-top: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .target-item__button {
    height: 8.2666666667vw;
    margin-top: 4vw;
  }
}
.target-item__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 173px;
}
@media (max-width: 1400px) {
  .target-item__center {
    height: 12.3571428571vw;
  }
}
@media (max-width: 750px) {
  .target-item__center {
    height: 25.7333333333vw;
    font-size: 2.6666666667vw;
  }
}
.target-item__center-variable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .target-item__center-variable {
    margin-top: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .target-item__center-variable {
    margin-bottom: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  .target-item__center-variable.pc-display {
    display: none;
  }
}

.target-item--on-modal {
  background: transparent;
}

.target-item--search {
  background: #1c1817;
  width: 100%;
  width: 642px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1400px) {
  .target-item--search {
    width: 45.8571428571vw;
  }
}
@media (max-width: 750px) {
  .target-item--search {
    width: 85.6vw;
  }
}

.target-item-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
}
@media (max-width: 1400px) {
  .target-item-arrow {
    height: 4.5714285714vw;
  }
}
@media (max-width: 750px) {
  .target-item-arrow {
    margin: 4.5333333333vw;
    height: 5.3333333333vw;
  }
}

.target-item--modal {
  padding-top: 19px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background: none;
  width: 100%;
}
@media (max-width: 1400px) {
  .target-item--modal {
    padding-top: 1.3571428571vw;
  }
}
@media (max-width: 1400px) {
  .target-item--modal {
    padding-bottom: 0vw;
  }
}
@media (max-width: 1400px) {
  .target-item--modal {
    padding-right: 0vw;
  }
}
@media (max-width: 1400px) {
  .target-item--modal {
    padding-left: 0vw;
  }
}
.target-item--modal::before {
  content: none;
}
.target-item--modal .target-item__image {
  width: 120px;
  height: 120px;
  margin-right: 20px;
}
@media (max-width: 1400px) {
  .target-item--modal .target-item__image {
    width: 8.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .target-item--modal .target-item__image {
    height: 8.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .target-item--modal .target-item__image {
    margin-right: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .target-item--modal .target-item__image {
    width: 16vw;
    height: 16vw;
    margin-right: 2.6666666667vw;
  }
}

.card-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: #ffd38c;
  background: center right/auto 100% no-repeat url("/static/common/img/bg_list_elem_pc.png"), -webkit-gradient(linear, left top, left bottom, from(#1c1817), to(#1c1817)) !important;
  background: center right/auto 100% no-repeat url("/static/common/img/bg_list_elem_pc.png"), linear-gradient(#1c1817, #1c1817) !important;
  height: 100px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 24px;
  padding-left: 24px;
}
@media (max-width: 1400px) {
  .card-menu {
    height: 7.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .card-menu {
    padding-top: 1.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .card-menu {
    padding-bottom: 1.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .card-menu {
    padding-right: 1.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .card-menu {
    padding-left: 1.7142857143vw;
  }
}
@media (max-width: 750px) {
  .card-menu {
    margin: 0 auto;
    padding: 2.9333333333vw 3.2vw;
    font-size: 2.6666666667vw;
    width: 85.3333333333vw;
    height: 13.3333333333vw;
  }
}
.card-menu > .btn-head, .card-menu > .btn-head-small {
  margin: 0;
}

.card-half, .card-table, .card-half--combine, .card-half--reforge-effects, .card-half--reforge, .card-half--help, .card-half--coffin-change, .card-half--coffin, .card-half--match, .card-half--friend, .card-half--em {
  color: #ffd38c;
  height: 100%;
  position: relative;
  padding: 40px;
  background: #1c1817 !important;
}
@media (max-width: 1400px) {
  .card-half, .card-table, .card-half--combine, .card-half--reforge-effects, .card-half--reforge, .card-half--help, .card-half--coffin-change, .card-half--coffin, .card-half--match, .card-half--friend, .card-half--em {
    padding: 2.8571428571vw;
  }
}
@media (max-width: 750px) {
  .card-half, .card-table, .card-half--combine, .card-half--reforge-effects, .card-half--reforge, .card-half--help, .card-half--coffin-change, .card-half--coffin, .card-half--match, .card-half--friend, .card-half--em {
    padding: 2.9333333333vw 3.2vw;
    font-size: 2.6666666667vw;
  }
}
.card-half .img-head + div, .card-table .img-head + div, .card-half--combine .img-head + div, .card-half--reforge-effects .img-head + div, .card-half--reforge .img-head + div, .card-half--help .img-head + div, .card-half--coffin-change .img-head + div, .card-half--coffin .img-head + div, .card-half--match .img-head + div, .card-half--friend .img-head + div, .card-half--em .img-head + div {
  margin-top: 16px;
}
@media (max-width: 1400px) {
  .card-half .img-head + div, .card-table .img-head + div, .card-half--combine .img-head + div, .card-half--reforge-effects .img-head + div, .card-half--reforge .img-head + div, .card-half--help .img-head + div, .card-half--coffin-change .img-head + div, .card-half--coffin .img-head + div, .card-half--match .img-head + div, .card-half--friend .img-head + div, .card-half--em .img-head + div {
    margin-top: 1.1428571429vw;
  }
}
.card-half .hidden, .card-table .hidden, .card-half--combine .hidden, .card-half--reforge-effects .hidden, .card-half--reforge .hidden, .card-half--help .hidden, .card-half--coffin-change .hidden, .card-half--coffin .hidden, .card-half--match .hidden, .card-half--friend .hidden, .card-half--em .hidden {
  display: none;
}
.card-half .modal-list-table--imp, .card-table .modal-list-table--imp, .card-half--combine .modal-list-table--imp, .card-half--reforge-effects .modal-list-table--imp, .card-half--reforge .modal-list-table--imp, .card-half--help .modal-list-table--imp, .card-half--coffin-change .modal-list-table--imp, .card-half--coffin .modal-list-table--imp, .card-half--match .modal-list-table--imp, .card-half--friend .modal-list-table--imp, .card-half--em .modal-list-table--imp, .card-half .modal-detail__table, .card-table .modal-detail__table, .card-half--combine .modal-detail__table, .card-half--reforge-effects .modal-detail__table, .card-half--reforge .modal-detail__table, .card-half--help .modal-detail__table, .card-half--coffin-change .modal-detail__table, .card-half--coffin .modal-detail__table, .card-half--match .modal-detail__table, .card-half--friend .modal-detail__table, .card-half--em .modal-detail__table {
  margin-top: 32px;
}
@media (max-width: 1400px) {
  .card-half .modal-list-table--imp, .card-table .modal-list-table--imp, .card-half--combine .modal-list-table--imp, .card-half--reforge-effects .modal-list-table--imp, .card-half--reforge .modal-list-table--imp, .card-half--help .modal-list-table--imp, .card-half--coffin-change .modal-list-table--imp, .card-half--coffin .modal-list-table--imp, .card-half--match .modal-list-table--imp, .card-half--friend .modal-list-table--imp, .card-half--em .modal-list-table--imp, .card-half .modal-detail__table, .card-table .modal-detail__table, .card-half--combine .modal-detail__table, .card-half--reforge-effects .modal-detail__table, .card-half--reforge .modal-detail__table, .card-half--help .modal-detail__table, .card-half--coffin-change .modal-detail__table, .card-half--coffin .modal-detail__table, .card-half--match .modal-detail__table, .card-half--friend .modal-detail__table, .card-half--em .modal-detail__table {
    margin-top: 2.2857142857vw;
  }
}

.card-half--em {
  min-height: 570px;
}
@media (max-width: 1400px) {
  .card-half--em {
    min-height: 40.7142857143vw;
  }
}
@media (max-width: 750px) {
  .card-half--em {
    min-height: 76vw;
    width: 85.3333333333vw;
  }
}

.card-half--friend {
  height: 320px;
}
@media (max-width: 1400px) {
  .card-half--friend {
    height: 22.8571428571vw;
  }
}
@media (max-width: 750px) {
  .card-half--friend {
    width: 85.3333333333vw;
    height: 42.6666666667vw;
    padding: 3.2vw 4vw;
  }
}
.card-half--friend__content > div {
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .card-half--friend__content > div {
    margin-top: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .card-half--friend__content > div {
    margin-top: 2.6666666667vw;
  }
}
.card-half--friend__content > div:nth-of-type(1) {
  margin-top: 0;
}
.card-half--friend__btn, .card-half--match__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .card-half--friend__btn, .card-half--match__btn {
    margin-top: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  .card-half--friend__btn, .card-half--match__btn {
    margin-top: 4vw;
  }
}
.card-half--friend__btn > button, .card-half--match__btn > button, .card-half--friend__btn div, .card-half--match__btn div {
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
}
@media (max-width: 1400px) {
  .card-half--friend__btn > button, .card-half--match__btn > button, .card-half--friend__btn div, .card-half--match__btn div {
    margin-top: 0.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .card-half--friend__btn > button, .card-half--match__btn > button, .card-half--friend__btn div, .card-half--match__btn div {
    margin-right: 0.3571428571vw;
  }
}
@media (max-width: 1400px) {
  .card-half--friend__btn > button, .card-half--match__btn > button, .card-half--friend__btn div, .card-half--match__btn div {
    margin-left: 0.3571428571vw;
  }
}
@media (max-width: 750px) {
  .card-half--friend__btn > button, .card-half--match__btn > button, .card-half--friend__btn div, .card-half--match__btn div {
    margin-top: 1.3333333333vw;
  }
}
.card-half--friend__btn > button:nth-of-type(1), .card-half--match__btn > button:nth-of-type(1), .card-half--friend__btn > button:nth-of-type(2), .card-half--match__btn > button:nth-of-type(2), .card-half--friend__btn div:nth-of-type(1), .card-half--match__btn div:nth-of-type(1), .card-half--friend__btn div:nth-of-type(2), .card-half--match__btn div:nth-of-type(2) {
  margin-top: 0;
}
.card-half--friend__btn.hidden, .hidden.card-half--match__btn {
  display: none;
}

.card-half--match {
  height: 546px;
}
@media (max-width: 1400px) {
  .card-half--match {
    height: 39vw;
  }
}
@media (max-width: 750px) {
  .card-half--match {
    width: 85.3333333333vw;
    height: 72.8vw;
  }
}
.card-half--match__content > div, .card-half--match__content > table {
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .card-half--match__content > div, .card-half--match__content > table {
    margin-top: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .card-half--match__content > div, .card-half--match__content > table {
    margin-top: 2.6666666667vw;
  }
}
.card-half--match__content > :nth-child(1) {
  margin-top: 0;
}
.card-half--match__btn {
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .card-half--match__btn {
    margin-top: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .card-half--match__btn {
    margin-top: 4vw;
  }
}
.card-half--match__btn.hidden {
  display: none;
}

.card-half--coffin {
  padding: 24px 16px;
  height: 684px;
}
@media (max-width: 1400px) {
  .card-half--coffin {
    height: 48.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .card-half--coffin {
    padding: 1.7142857143vw 1.1428571429vw;
  }
}
@media (max-width: 750px) {
  .card-half--coffin {
    width: 85.3333333333vw;
    height: 91.2vw;
    padding: 3.2vw 2.1333333333vw;
  }
}

@media (max-width: 750px) {
  .card-half--coffin-change {
    width: 85.3333333333vw;
  }
}
.card-half--coffin-change__head {
  margin-bottom: 54px;
}
@media (max-width: 1400px) {
  .card-half--coffin-change__head {
    margin-bottom: 3.8571428571vw;
  }
}
@media (max-width: 750px) {
  .card-half--coffin-change__head {
    margin-bottom: 7.2vw;
  }
}
.card-half--coffin-change__word {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 135px;
}
@media (max-width: 1400px) {
  .card-half--coffin-change__word {
    bottom: 9.6428571429vw;
  }
}
@media (max-width: 750px) {
  .card-half--coffin-change__word {
    bottom: 18vw;
  }
}
.card-half--coffin-change__marker {
  position: absolute !important;
  width: 212px;
  top: 4px;
  right: 4px;
}
@media (max-width: 1400px) {
  .card-half--coffin-change__marker {
    width: 15.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .card-half--coffin-change__marker {
    top: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .card-half--coffin-change__marker {
    right: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .card-half--coffin-change__marker {
    width: 28.2666666667vw;
    top: 0.5333333333vw;
    right: 0.5333333333vw;
  }
}

.card-half--help {
  padding: 24px 16px;
  height: 820px;
  width: 820px;
}
@media (max-width: 1400px) {
  .card-half--help {
    height: 58.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .card-half--help {
    width: 58.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .card-half--help {
    padding: 1.7142857143vw 1.1428571429vw;
  }
}
@media (max-width: 750px) {
  .card-half--help {
    width: 85.3333333333vw;
    height: 91.2vw;
    padding: 3.2vw 2.1333333333vw;
  }
}

.card-half--reforge {
  position: relative;
  padding: 39px 24px 29px;
  height: 548px;
}
@media (max-width: 1400px) {
  .card-half--reforge {
    height: 39.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .card-half--reforge {
    padding: 2.7857142857vw 1.7142857143vw 2.0714285714vw;
  }
}
.card-half--reforge__bottom {
  position: absolute;
  top: 393px;
  left: 24px;
  right: 24px;
}
@media (max-width: 1400px) {
  .card-half--reforge__bottom {
    top: 28.0714285714vw;
  }
}
@media (max-width: 1400px) {
  .card-half--reforge__bottom {
    left: 1.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .card-half--reforge__bottom {
    right: 1.7142857143vw;
  }
}
@media (max-width: 750px) {
  .card-half--reforge__bottom {
    bottom: 18vw;
  }
}

.card-half--reforge-effects {
  position: relative;
  padding: 39px 24px 29px;
  height: 630px;
}
@media (max-width: 1400px) {
  .card-half--reforge-effects {
    height: 45vw;
  }
}
@media (max-width: 1400px) {
  .card-half--reforge-effects {
    padding: 2.7857142857vw 1.7142857143vw 2.0714285714vw;
  }
}

.card-half--combine {
  padding-bottom: 11px;
}
@media (max-width: 1400px) {
  .card-half--combine {
    padding-bottom: 0.7857142857vw;
  }
}
@media (max-width: 750px) {
  .card-half--combine {
    padding-bottom: 5.3333333333vw;
  }
}

.card-bp-wrap {
  position: relative;
}
@media (max-width: 750px) {
  .card-bp-wrap {
    background: #241f1d !important;
  }
}
.card-bp-wrap .shadow {
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
}
@media (max-width: 1400px) {
  .card-bp-wrap .shadow {
    top: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .card-bp-wrap .shadow {
    left: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .card-bp-wrap .shadow {
    right: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .card-bp-wrap .shadow {
    bottom: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .card-bp-wrap .shadow {
    top: 0.5333333333vw;
    left: 0.5333333333vw;
    right: 0.5333333333vw;
    bottom: 0.5333333333vw;
  }
}
.card-bp-wrap .item-unlocked {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 12px;
  right: 12px;
}
@media (max-width: 1400px) {
  .card-bp-wrap .item-unlocked {
    width: 2.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .card-bp-wrap .item-unlocked {
    height: 2.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .card-bp-wrap .item-unlocked {
    top: 0.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .card-bp-wrap .item-unlocked {
    right: 0.8571428571vw;
  }
}
@media (max-width: 750px) {
  .card-bp-wrap .item-unlocked {
    top: 1.6vw;
    right: 1.6vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.card-bp-wrap::before {
  z-index: 1;
}

.card-bp {
  display: grid;
  grid-template-columns: 112px 1fr;
  grid-template-rows: 112px 1fr;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge */
  scrollbar-width: none;
  /* Firefox */
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  gap: 14px;
}
.card-bp::-webkit-scrollbar {
  /* Chrome, Safari */
  display: none;
}
@media (max-width: 1400px) {
  .card-bp {
    padding: 1.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .card-bp {
    gap: 1vw;
  }
}
@media (max-width: 1400px) {
  .card-bp {
    grid-template-columns: 8vw 1fr;
    grid-template-rows: 8vw 1fr;
  }
}
@media (max-width: 750px) {
  .card-bp {
    padding: 3.2vw;
    grid-template-columns: 14.9333333333vw 1fr;
    grid-template-rows: 14.9333333333vw 1fr;
    gap: 2.6666666667vw;
  }
}
.card-bp__detail {
  grid-row: 1/3;
}
.card-bp__detail > :nth-child(2) {
  margin-top: 10px;
}
@media (max-width: 1400px) {
  .card-bp__detail > :nth-child(2) {
    margin-top: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .card-bp__detail > :nth-child(2) {
    margin-top: 2.6666666667vw;
  }
}
.card-bp__detail > :nth-last-child(1) {
  padding-bottom: 20px;
}
@media (max-width: 1400px) {
  .card-bp__detail > :nth-last-child(1) {
    padding-bottom: 1.4285714286vw;
  }
}
.card-bp__supplement {
  justify-self: center;
}
.card-bp__icon {
  grid-column: 1/2;
  grid-row: 1/2;
}
.card-bp.hidden {
  display: none !important;
}

.selected-card-style, .coffin-elem.active, .item-list--boost > li.selected .icon-img-wrap, .item-list--boost > li.selected .icon-img-wrap--modal, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap, .modal-contents--info .item-list--boost > li.selected .modal__image__wrap, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap--done, .modal-contents--info .item-list--boost > li.selected .modal__image__wrap--done, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts, .modal-contents--info .modal__image__wrap--selected .item-list--boost > li.selected .modal__image__wrap_parts, .item-list--boost > li.selected .material-tip__img-wrap, .item-list--boost > li.selected .target-item .target-item__image, .target-item .item-list--boost > li.selected .target-item__image, .item-list--boost > li.selected .target-item--on-modal .target-item__image, .target-item--on-modal .item-list--boost > li.selected .target-item__image, .item-list--boost > li.selected .target-item--search .target-item__image, .target-item--search .item-list--boost > li.selected .target-item__image, .item-list--boost > li.selected .target-item--modal .target-item__image, .target-item--modal .item-list--boost > li.selected .target-item__image, .item-list--boost > li.selected .card-bp__icon, .item-list--boost > li.selected .card-tier__icon, .item-list--boost > li.selected .round-list-square__img-wrap, .item-list--boost > li.selected .item-list-inbox__img-wrap, .item-list--boost > li.selected .item-list-eq__img-wrap, .item-list--boost > li.selected .item-list__img-wrap, .item-list--boost > li.selected .item-list--boost__img-wrap, .item-list--boost > li.selected .item-list-square__elemlink .item-list-square__img-wrap, .item-list-square__elemlink .item-list--boost > li.selected .item-list-square__img-wrap, .item-list--boost > li.selected .item-list-card__elemlink .item-list-card__img-wrap, .item-list-card__elemlink .item-list--boost > li.selected .item-list-card__img-wrap, .img-head-medium.active, .active.card-select, .active.card-select-ranking, .card-tier.active {
  position: relative;
  overflow: visible;
  z-index: 30;
}
.selected-card-style::after, .coffin-elem.active::after, .item-list--boost > li.selected .icon-img-wrap::after, .item-list--boost > li.selected .icon-img-wrap--modal::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap::after, .modal-contents--info .item-list--boost > li.selected .modal__image__wrap::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap--done::after, .modal-contents--info .item-list--boost > li.selected .modal__image__wrap--done::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts::after, .modal-contents--info .modal__image__wrap--selected .item-list--boost > li.selected .modal__image__wrap_parts::after, .item-list--boost > li.selected .material-tip__img-wrap::after, .item-list--boost > li.selected .target-item .target-item__image::after, .target-item .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--on-modal .target-item__image::after, .target-item--on-modal .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--search .target-item__image::after, .target-item--search .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--modal .target-item__image::after, .target-item--modal .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .card-bp__icon::after, .item-list--boost > li.selected .card-tier__icon::after, .item-list--boost > li.selected .round-list-square__img-wrap::after, .item-list--boost > li.selected .item-list-inbox__img-wrap::after, .item-list--boost > li.selected .item-list-eq__img-wrap::after, .item-list--boost > li.selected .item-list__img-wrap::after, .item-list--boost > li.selected .item-list--boost__img-wrap::after, .item-list--boost > li.selected .item-list-square__elemlink .item-list-square__img-wrap::after, .item-list-square__elemlink .item-list--boost > li.selected .item-list-square__img-wrap::after, .item-list--boost > li.selected .item-list-card__elemlink .item-list-card__img-wrap::after, .item-list-card__elemlink .item-list--boost > li.selected .item-list-card__img-wrap::after, .img-head-medium.active::after, .active.card-select::after, .active.card-select-ranking::after, .card-tier.active::after {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  z-index: 2;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: bottom left/37px no-repeat url("/static/common/img/frame_small_left_bottom.png"), top left/37px no-repeat url("/static/common/img/frame_small_left_top.png"), bottom right/37px no-repeat url("/static/common/img/frame_small_right_bottom.png"), top right/37px no-repeat url("/static/common/img/frame_small_right_top.png");
}
@media (max-width: 1400px) {
  .selected-card-style::after, .coffin-elem.active::after, .item-list--boost > li.selected .icon-img-wrap::after, .item-list--boost > li.selected .icon-img-wrap--modal::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap::after, .modal-contents--info .item-list--boost > li.selected .modal__image__wrap::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap--done::after, .modal-contents--info .item-list--boost > li.selected .modal__image__wrap--done::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts::after, .modal-contents--info .modal__image__wrap--selected .item-list--boost > li.selected .modal__image__wrap_parts::after, .item-list--boost > li.selected .material-tip__img-wrap::after, .item-list--boost > li.selected .target-item .target-item__image::after, .target-item .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--on-modal .target-item__image::after, .target-item--on-modal .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--search .target-item__image::after, .target-item--search .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--modal .target-item__image::after, .target-item--modal .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .card-bp__icon::after, .item-list--boost > li.selected .card-tier__icon::after, .item-list--boost > li.selected .round-list-square__img-wrap::after, .item-list--boost > li.selected .item-list-inbox__img-wrap::after, .item-list--boost > li.selected .item-list-eq__img-wrap::after, .item-list--boost > li.selected .item-list__img-wrap::after, .item-list--boost > li.selected .item-list--boost__img-wrap::after, .item-list--boost > li.selected .item-list-square__elemlink .item-list-square__img-wrap::after, .item-list-square__elemlink .item-list--boost > li.selected .item-list-square__img-wrap::after, .item-list--boost > li.selected .item-list-card__elemlink .item-list-card__img-wrap::after, .item-list-card__elemlink .item-list--boost > li.selected .item-list-card__img-wrap::after, .img-head-medium.active::after, .active.card-select::after, .active.card-select-ranking::after, .card-tier.active::after {
    top: -0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .selected-card-style::after, .coffin-elem.active::after, .item-list--boost > li.selected .icon-img-wrap::after, .item-list--boost > li.selected .icon-img-wrap--modal::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap::after, .modal-contents--info .item-list--boost > li.selected .modal__image__wrap::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap--done::after, .modal-contents--info .item-list--boost > li.selected .modal__image__wrap--done::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts::after, .modal-contents--info .modal__image__wrap--selected .item-list--boost > li.selected .modal__image__wrap_parts::after, .item-list--boost > li.selected .material-tip__img-wrap::after, .item-list--boost > li.selected .target-item .target-item__image::after, .target-item .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--on-modal .target-item__image::after, .target-item--on-modal .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--search .target-item__image::after, .target-item--search .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--modal .target-item__image::after, .target-item--modal .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .card-bp__icon::after, .item-list--boost > li.selected .card-tier__icon::after, .item-list--boost > li.selected .round-list-square__img-wrap::after, .item-list--boost > li.selected .item-list-inbox__img-wrap::after, .item-list--boost > li.selected .item-list-eq__img-wrap::after, .item-list--boost > li.selected .item-list__img-wrap::after, .item-list--boost > li.selected .item-list--boost__img-wrap::after, .item-list--boost > li.selected .item-list-square__elemlink .item-list-square__img-wrap::after, .item-list-square__elemlink .item-list--boost > li.selected .item-list-square__img-wrap::after, .item-list--boost > li.selected .item-list-card__elemlink .item-list-card__img-wrap::after, .item-list-card__elemlink .item-list--boost > li.selected .item-list-card__img-wrap::after, .img-head-medium.active::after, .active.card-select::after, .active.card-select-ranking::after, .card-tier.active::after {
    left: -0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .selected-card-style::after, .coffin-elem.active::after, .item-list--boost > li.selected .icon-img-wrap::after, .item-list--boost > li.selected .icon-img-wrap--modal::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap::after, .modal-contents--info .item-list--boost > li.selected .modal__image__wrap::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap--done::after, .modal-contents--info .item-list--boost > li.selected .modal__image__wrap--done::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts::after, .modal-contents--info .modal__image__wrap--selected .item-list--boost > li.selected .modal__image__wrap_parts::after, .item-list--boost > li.selected .material-tip__img-wrap::after, .item-list--boost > li.selected .target-item .target-item__image::after, .target-item .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--on-modal .target-item__image::after, .target-item--on-modal .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--search .target-item__image::after, .target-item--search .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--modal .target-item__image::after, .target-item--modal .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .card-bp__icon::after, .item-list--boost > li.selected .card-tier__icon::after, .item-list--boost > li.selected .round-list-square__img-wrap::after, .item-list--boost > li.selected .item-list-inbox__img-wrap::after, .item-list--boost > li.selected .item-list-eq__img-wrap::after, .item-list--boost > li.selected .item-list__img-wrap::after, .item-list--boost > li.selected .item-list--boost__img-wrap::after, .item-list--boost > li.selected .item-list-square__elemlink .item-list-square__img-wrap::after, .item-list-square__elemlink .item-list--boost > li.selected .item-list-square__img-wrap::after, .item-list--boost > li.selected .item-list-card__elemlink .item-list-card__img-wrap::after, .item-list-card__elemlink .item-list--boost > li.selected .item-list-card__img-wrap::after, .img-head-medium.active::after, .active.card-select::after, .active.card-select-ranking::after, .card-tier.active::after {
    right: -0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .selected-card-style::after, .coffin-elem.active::after, .item-list--boost > li.selected .icon-img-wrap::after, .item-list--boost > li.selected .icon-img-wrap--modal::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap::after, .modal-contents--info .item-list--boost > li.selected .modal__image__wrap::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap--done::after, .modal-contents--info .item-list--boost > li.selected .modal__image__wrap--done::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts::after, .modal-contents--info .modal__image__wrap--selected .item-list--boost > li.selected .modal__image__wrap_parts::after, .item-list--boost > li.selected .material-tip__img-wrap::after, .item-list--boost > li.selected .target-item .target-item__image::after, .target-item .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--on-modal .target-item__image::after, .target-item--on-modal .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--search .target-item__image::after, .target-item--search .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--modal .target-item__image::after, .target-item--modal .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .card-bp__icon::after, .item-list--boost > li.selected .card-tier__icon::after, .item-list--boost > li.selected .round-list-square__img-wrap::after, .item-list--boost > li.selected .item-list-inbox__img-wrap::after, .item-list--boost > li.selected .item-list-eq__img-wrap::after, .item-list--boost > li.selected .item-list__img-wrap::after, .item-list--boost > li.selected .item-list--boost__img-wrap::after, .item-list--boost > li.selected .item-list-square__elemlink .item-list-square__img-wrap::after, .item-list-square__elemlink .item-list--boost > li.selected .item-list-square__img-wrap::after, .item-list--boost > li.selected .item-list-card__elemlink .item-list-card__img-wrap::after, .item-list-card__elemlink .item-list--boost > li.selected .item-list-card__img-wrap::after, .img-head-medium.active::after, .active.card-select::after, .active.card-select-ranking::after, .card-tier.active::after {
    bottom: -0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .selected-card-style::after, .coffin-elem.active::after, .item-list--boost > li.selected .icon-img-wrap::after, .item-list--boost > li.selected .icon-img-wrap--modal::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap::after, .modal-contents--info .item-list--boost > li.selected .modal__image__wrap::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap--done::after, .modal-contents--info .item-list--boost > li.selected .modal__image__wrap--done::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts::after, .modal-contents--info .modal__image__wrap--selected .item-list--boost > li.selected .modal__image__wrap_parts::after, .item-list--boost > li.selected .material-tip__img-wrap::after, .item-list--boost > li.selected .target-item .target-item__image::after, .target-item .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--on-modal .target-item__image::after, .target-item--on-modal .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--search .target-item__image::after, .target-item--search .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--modal .target-item__image::after, .target-item--modal .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .card-bp__icon::after, .item-list--boost > li.selected .card-tier__icon::after, .item-list--boost > li.selected .round-list-square__img-wrap::after, .item-list--boost > li.selected .item-list-inbox__img-wrap::after, .item-list--boost > li.selected .item-list-eq__img-wrap::after, .item-list--boost > li.selected .item-list__img-wrap::after, .item-list--boost > li.selected .item-list--boost__img-wrap::after, .item-list--boost > li.selected .item-list-square__elemlink .item-list-square__img-wrap::after, .item-list-square__elemlink .item-list--boost > li.selected .item-list-square__img-wrap::after, .item-list--boost > li.selected .item-list-card__elemlink .item-list-card__img-wrap::after, .item-list-card__elemlink .item-list--boost > li.selected .item-list-card__img-wrap::after, .img-head-medium.active::after, .active.card-select::after, .active.card-select-ranking::after, .card-tier.active::after {
    top: -0.5333333333vw;
    left: -0.5333333333vw;
    right: -0.5333333333vw;
    bottom: -0.5333333333vw;
  }
}
@media (max-width: 1400px) {
  .selected-card-style::after, .coffin-elem.active::after, .item-list--boost > li.selected .icon-img-wrap::after, .item-list--boost > li.selected .icon-img-wrap--modal::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap::after, .modal-contents--info .item-list--boost > li.selected .modal__image__wrap::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap--done::after, .modal-contents--info .item-list--boost > li.selected .modal__image__wrap--done::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts::after, .modal-contents--info .modal__image__wrap--selected .item-list--boost > li.selected .modal__image__wrap_parts::after, .item-list--boost > li.selected .material-tip__img-wrap::after, .item-list--boost > li.selected .target-item .target-item__image::after, .target-item .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--on-modal .target-item__image::after, .target-item--on-modal .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--search .target-item__image::after, .target-item--search .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--modal .target-item__image::after, .target-item--modal .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .card-bp__icon::after, .item-list--boost > li.selected .card-tier__icon::after, .item-list--boost > li.selected .round-list-square__img-wrap::after, .item-list--boost > li.selected .item-list-inbox__img-wrap::after, .item-list--boost > li.selected .item-list-eq__img-wrap::after, .item-list--boost > li.selected .item-list__img-wrap::after, .item-list--boost > li.selected .item-list--boost__img-wrap::after, .item-list--boost > li.selected .item-list-square__elemlink .item-list-square__img-wrap::after, .item-list-square__elemlink .item-list--boost > li.selected .item-list-square__img-wrap::after, .item-list--boost > li.selected .item-list-card__elemlink .item-list-card__img-wrap::after, .item-list-card__elemlink .item-list--boost > li.selected .item-list-card__img-wrap::after, .img-head-medium.active::after, .active.card-select::after, .active.card-select-ranking::after, .card-tier.active::after {
    background: bottom left/2.6428571429vw no-repeat url("/static/common/img/frame_small_left_bottom.png"), top left/2.6428571429vw no-repeat url("/static/common/img/frame_small_left_top.png"), bottom right/2.6428571429vw no-repeat url("/static/common/img/frame_small_right_bottom.png"), top right/2.6428571429vw no-repeat url("/static/common/img/frame_small_right_top.png");
  }
}
@media (max-width: 750px) {
  .selected-card-style::after, .coffin-elem.active::after, .item-list--boost > li.selected .icon-img-wrap::after, .item-list--boost > li.selected .icon-img-wrap--modal::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap::after, .modal-contents--info .item-list--boost > li.selected .modal__image__wrap::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap--done::after, .modal-contents--info .item-list--boost > li.selected .modal__image__wrap--done::after, .item-list--boost > li.selected .modal-contents--info .modal__image__wrap--selected .modal__image__wrap_parts::after, .modal-contents--info .modal__image__wrap--selected .item-list--boost > li.selected .modal__image__wrap_parts::after, .item-list--boost > li.selected .material-tip__img-wrap::after, .item-list--boost > li.selected .target-item .target-item__image::after, .target-item .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--on-modal .target-item__image::after, .target-item--on-modal .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--search .target-item__image::after, .target-item--search .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .target-item--modal .target-item__image::after, .target-item--modal .item-list--boost > li.selected .target-item__image::after, .item-list--boost > li.selected .card-bp__icon::after, .item-list--boost > li.selected .card-tier__icon::after, .item-list--boost > li.selected .round-list-square__img-wrap::after, .item-list--boost > li.selected .item-list-inbox__img-wrap::after, .item-list--boost > li.selected .item-list-eq__img-wrap::after, .item-list--boost > li.selected .item-list__img-wrap::after, .item-list--boost > li.selected .item-list--boost__img-wrap::after, .item-list--boost > li.selected .item-list-square__elemlink .item-list-square__img-wrap::after, .item-list-square__elemlink .item-list--boost > li.selected .item-list-square__img-wrap::after, .item-list--boost > li.selected .item-list-card__elemlink .item-list-card__img-wrap::after, .item-list-card__elemlink .item-list--boost > li.selected .item-list-card__img-wrap::after, .img-head-medium.active::after, .active.card-select::after, .active.card-select-ranking::after, .card-tier.active::after {
    background: none;
  }
}

.card-tier {
  position: relative;
  display: grid;
  grid-template-columns: auto 4px auto;
  height: 162px;
}
@media (max-width: 1400px) {
  .card-tier {
    height: 11.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .card-tier {
    grid-template-columns: auto 0.2857142857vw auto;
  }
}
@media (max-width: 750px) {
  .card-tier {
    height: 21.6vw;
    width: 100%;
    grid-template-columns: 1fr 0.5333333333vw 1fr;
  }
}
.card-tier__body {
  width: 300px;
  position: relative;
}
@media (max-width: 1400px) {
  .card-tier__body {
    width: 21.4285714286vw;
  }
}
@media (max-width: 750px) {
  .card-tier__body {
    width: 100%;
  }
}
.card-tier__body:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
.card-tier__body:nth-of-type(2) {
  grid-column: 2/4;
  grid-row: 1/2;
}
.card-tier__body .item-unlocked {
  position: absolute;
  height: 32px;
  width: 32px;
  top: 8px;
  right: 8px;
  z-index: 2;
}
@media (max-width: 1400px) {
  .card-tier__body .item-unlocked {
    height: 2.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .card-tier__body .item-unlocked {
    width: 2.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .card-tier__body .item-unlocked {
    top: 0.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .card-tier__body .item-unlocked {
    right: 0.5714285714vw;
  }
}
@media (max-width: 750px) {
  .card-tier__body .item-unlocked {
    height: 4.2666666667vw;
    width: 4.2666666667vw;
    top: 1.0666666667vw;
    right: 1.0666666667vw;
  }
}
.card-tier__icon {
  margin: 24px auto;
  width: 112px;
  height: 112px;
}
@media (max-width: 1400px) {
  .card-tier__icon {
    width: 8vw;
  }
}
@media (max-width: 1400px) {
  .card-tier__icon {
    height: 8vw;
  }
}
@media (max-width: 1400px) {
  .card-tier__icon {
    margin: 1.7142857143vw auto;
    width: 8vw;
    height: 8vw;
  }
}
@media (max-width: 750px) {
  .card-tier__icon {
    margin: 3.2vw auto;
    width: 14.9333333333vw;
    height: 14.9333333333vw;
  }
}
.card-tier .shadow {
  background: rgba(0, 0, 0, 0.6);
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
}
@media (max-width: 1400px) {
  .card-tier .shadow {
    top: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .card-tier .shadow {
    left: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .card-tier .shadow {
    right: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .card-tier .shadow {
    bottom: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .card-tier .shadow {
    top: 0.5333333333vw;
    left: 0.5333333333vw;
    right: 0.5333333333vw;
    bottom: 0.5333333333vw;
  }
}
.card-tier.active::after {
  z-index: -1;
}

.card-table {
  background: center right/auto 100% no-repeat url("/static/common/img/bg_list_elem_pc.png"), -webkit-gradient(linear, left top, left bottom, from(#1c1817), to(#1c1817)) !important;
  background: center right/auto 100% no-repeat url("/static/common/img/bg_list_elem_pc.png"), linear-gradient(#1c1817, #1c1817) !important;
}
.card-table__none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 133%;
}
.card-table__none.hidden {
  display: none;
}
.card-table__none::before {
  content: none !important;
}
.card-table table {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .card-table table {
    margin-top: 2.8571428571vw;
  }
}
.card-table table:nth-of-type(1) {
  margin-top: 0;
}
.card-table__btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 50px;
}
@media (max-width: 1400px) {
  .card-table__btn {
    bottom: 3.5714285714vw;
  }
}
@media (max-width: 750px) {
  .card-table__btn {
    bottom: 6.6666666667vw;
  }
}

.card-table--bp {
  height: 630px;
}
@media (max-width: 1400px) {
  .card-table--bp {
    height: 45vw;
  }
}

.prof-info {
  color: #ffd38c;
}
@media (max-width: 750px) {
  .prof-info {
    font-size: 2.6666666667vw;
    width: 85.3333333333vw;
  }
}
.prof-info > div {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .prof-info > div {
    margin-top: 2.8571428571vw;
  }
}
@media (max-width: 750px) {
  .prof-info > div {
    margin-top: 4vw;
  }
}
.prof-info > div:nth-of-type(1) {
  margin-top: 0;
}
.prof-info__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prof-info__favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 78px;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat top/100%, url("/resources/static/common/img/line_h3_pc.png") no-repeat bottom/100%;
}
@media (max-width: 1400px) {
  .prof-info__favorite {
    height: 5.5714285714vw;
  }
}
@media (max-width: 750px) {
  .prof-info__favorite {
    height: 10.4vw;
  }
}
.prof-info__favorite-icon {
  width: 30px;
  height: 30px;
  margin-left: -20px;
  margin-right: 20px;
}
@media (max-width: 1400px) {
  .prof-info__favorite-icon {
    width: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .prof-info__favorite-icon {
    height: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .prof-info__favorite-icon {
    margin-left: -1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .prof-info__favorite-icon {
    margin-right: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .prof-info__favorite-icon {
    width: 4vw;
    height: 4vw;
    margin-left: -2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.prof-info__error {
  color: #ff4a3b;
}
.prof-info .prof-info__platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .prof-info .prof-info__platform {
    margin-top: 2.8571428571vw;
  }
}
@media (max-width: 750px) {
  .prof-info .prof-info__platform {
    margin-top: 5.3333333333vw;
  }
}
.prof-info .prof-info__platform .prof-info__platform-head {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1400px) {
  .prof-info .prof-info__platform .prof-info__platform-head {
    padding-left: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .prof-info .prof-info__platform .prof-info__platform-head {
    padding-left: 2.6666666667vw;
  }
}
.prof-info .prof-info__platform .prof-info__platform-head::before {
  content: "";
  background: url("/resources/static/common/img/icon_common_marker.png") no-repeat center/contain;
  width: 13px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 1400px) {
  .prof-info .prof-info__platform .prof-info__platform-head::before {
    width: 0.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .prof-info .prof-info__platform .prof-info__platform-head::before {
    height: 1.5714285714vw;
  }
}
@media (max-width: 750px) {
  .prof-info .prof-info__platform .prof-info__platform-head::before {
    height: 2.9333333333vw;
    width: 1.7333333333vw;
  }
}
.prof-info .prof-info__platform .prof-info__platform-img, .prof-info .prof-info__platform .prof-info__platform-img--ps4, .prof-info .prof-info__platform .prof-info__platform-img--ps5, .prof-info .prof-info__platform .prof-info__platform-img--steam {
  margin-left: 40px;
  height: 62px;
}
@media (max-width: 1400px) {
  .prof-info .prof-info__platform .prof-info__platform-img, .prof-info .prof-info__platform .prof-info__platform-img--ps4, .prof-info .prof-info__platform .prof-info__platform-img--ps5, .prof-info .prof-info__platform .prof-info__platform-img--steam {
    margin-left: 2.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .prof-info .prof-info__platform .prof-info__platform-img, .prof-info .prof-info__platform .prof-info__platform-img--ps4, .prof-info .prof-info__platform .prof-info__platform-img--ps5, .prof-info .prof-info__platform .prof-info__platform-img--steam {
    height: 4.4285714286vw;
  }
}
@media (max-width: 750px) {
  .prof-info .prof-info__platform .prof-info__platform-img, .prof-info .prof-info__platform .prof-info__platform-img--ps4, .prof-info .prof-info__platform .prof-info__platform-img--ps5, .prof-info .prof-info__platform .prof-info__platform-img--steam {
    margin-left: 5.3333333333vw;
    height: 8.2666666667vw;
  }
}
.prof-info .prof-info__platform .prof-info__platform-img--ps4, .prof-info .prof-info__platform .prof-info__platform-img--ps5, .prof-info .prof-info__platform .prof-info__platform-img--steam {
  width: 80px;
}
@media (max-width: 1400px) {
  .prof-info .prof-info__platform .prof-info__platform-img--ps4, .prof-info .prof-info__platform .prof-info__platform-img--ps5, .prof-info .prof-info__platform .prof-info__platform-img--steam {
    width: 5.7142857143vw;
  }
}
@media (max-width: 750px) {
  .prof-info .prof-info__platform .prof-info__platform-img--ps4, .prof-info .prof-info__platform .prof-info__platform-img--ps5, .prof-info .prof-info__platform .prof-info__platform-img--steam {
    width: 10.6666666667vw;
  }
}
.prof-info .prof-info__platform .prof-info__platform-region-head {
  position: relative;
  padding-left: 60px;
}
@media (max-width: 1400px) {
  .prof-info .prof-info__platform .prof-info__platform-region-head {
    padding-left: 4.2857142857vw;
  }
}
@media (max-width: 750px) {
  .prof-info .prof-info__platform .prof-info__platform-region-head {
    padding-left: 8vw;
  }
}
.prof-info .prof-info__platform .prof-info__platform-region-head::before {
  content: "";
  background: url("/resources/static/common/img/icon_common_marker.png") no-repeat center/contain;
  width: 13px;
  height: 22px;
  margin-left: 40px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 1400px) {
  .prof-info .prof-info__platform .prof-info__platform-region-head::before {
    width: 0.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .prof-info .prof-info__platform .prof-info__platform-region-head::before {
    height: 1.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .prof-info .prof-info__platform .prof-info__platform-region-head::before {
    margin-left: 2.8571428571vw;
  }
}
@media (max-width: 750px) {
  .prof-info .prof-info__platform .prof-info__platform-region-head::before {
    height: 2.9333333333vw;
    width: 1.7333333333vw;
    margin-left: 5.3333333333vw;
  }
}
.prof-info .prof-info__platform .prof-info__platform-region {
  font-style: italic;
  margin-left: 40px;
}
@media (max-width: 1400px) {
  .prof-info .prof-info__platform .prof-info__platform-region {
    margin-left: 2.8571428571vw;
  }
}
@media (max-width: 750px) {
  .prof-info .prof-info__platform .prof-info__platform-region {
    margin-left: 5.3333333333vw;
  }
}
.prof-info .prof-info__header {
  margin-top: 35px;
}
@media (max-width: 1400px) {
  .prof-info .prof-info__header {
    margin-top: 2.5vw;
  }
}
@media (max-width: 750px) {
  .prof-info .prof-info__header {
    margin-top: 4.6666666667vw;
  }
}
.prof-info .prof-info__header:nth-of-type(1) {
  margin-top: 0;
}
.prof-info .prof-info__content {
  margin: 0;
}

.platform-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .platform-box {
    margin-top: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  .platform-box {
    margin-top: 4vw;
  }
}
.platform-box > div:nth-of-type(1) {
  margin-right: 30px;
}
@media (max-width: 1400px) {
  .platform-box > div:nth-of-type(1) {
    margin-right: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  .platform-box > div:nth-of-type(1) {
    margin-right: 4vw;
  }
}

.platform-img--ps4, .platform-img--ps5, .platform-img--steam {
  width: 80px;
}
@media (max-width: 1400px) {
  .platform-img--ps4, .platform-img--ps5, .platform-img--steam {
    width: 5.7142857143vw;
  }
}
@media (max-width: 750px) {
  .platform-img--ps4, .platform-img--ps5, .platform-img--steam {
    width: 10.6666666667vw;
  }
}

.text-error {
  color: #ff4a3b;
  line-height: 133%;
}

.pickup-flame-style, .selected-item-table {
  position: relative;
  background: bottom left/103px no-repeat url("/static/common/img/frame_left_bottom.png"), top left/103px no-repeat url("/static/common/img/frame_left_top.png"), bottom right/103px no-repeat url("/static/common/img/frame_right_bottom.png"), top right/103px no-repeat url("/static/common/img/frame_right_top.png");
}
@media (max-width: 1400px) {
  .pickup-flame-style, .selected-item-table {
    background: bottom left/7.3571428571vw no-repeat url("/static/common/img/frame_left_bottom.png"), top left/7.3571428571vw no-repeat url("/static/common/img/frame_left_top.png"), bottom right/7.3571428571vw no-repeat url("/static/common/img/frame_right_bottom.png"), top right/7.3571428571vw no-repeat url("/static/common/img/frame_right_top.png");
  }
}
@media (max-width: 750px) {
  .pickup-flame-style, .selected-item-table {
    background: bottom left/13.7333333333vw no-repeat url("/static/common/img/frame_left_bottom.png"), top left/13.7333333333vw no-repeat url("/static/common/img/frame_left_top.png"), bottom right/13.7333333333vw no-repeat url("/static/common/img/frame_right_bottom.png"), top right/13.7333333333vw no-repeat url("/static/common/img/frame_right_top.png");
  }
}
.pickup-flame-style::before, .selected-item-table::before {
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), -webkit-gradient(linear, left top, left bottom, from(#1c1817), to(#1c1817));
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), linear-gradient(#1c1817, #1c1817);
  content: "";
  -webkit-box-shadow: 0 0 0 4px #312A27, 0 0 0 8px #241F1D, 0 0 0 10px #725C46;
          box-shadow: 0 0 0 4px #312A27, 0 0 0 8px #241F1D, 0 0 0 10px #725C46;
  position: absolute;
  pointer-events: none;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
}
@media (max-width: 1400px) {
  .pickup-flame-style::before, .selected-item-table::before {
    top: 1vw;
  }
}
@media (max-width: 1400px) {
  .pickup-flame-style::before, .selected-item-table::before {
    left: 1vw;
  }
}
@media (max-width: 1400px) {
  .pickup-flame-style::before, .selected-item-table::before {
    right: 1vw;
  }
}
@media (max-width: 1400px) {
  .pickup-flame-style::before, .selected-item-table::before {
    bottom: 1vw;
  }
}
@media (max-width: 1400px) {
  .pickup-flame-style::before, .selected-item-table::before {
    -webkit-box-shadow: 0 0 0 0.2857142857vw #312A27, 0 0 0 0.5714285714vw #241F1D, 0 0 0 0.7142857143vw #725C46;
            box-shadow: 0 0 0 0.2857142857vw #312A27, 0 0 0 0.5714285714vw #241F1D, 0 0 0 0.7142857143vw #725C46;
  }
}
@media (max-width: 750px) {
  .pickup-flame-style::before, .selected-item-table::before {
    -webkit-box-shadow: 0 0 0 0.5333333333vw #312A27, 0 0 0 1.0666666667vw #241F1D, 0 0 0 1.3333333333vw #725C46;
            box-shadow: 0 0 0 0.5333333333vw #312A27, 0 0 0 1.0666666667vw #241F1D, 0 0 0 1.3333333333vw #725C46;
    top: 1.8666666667vw;
    left: 1.8666666667vw;
    right: 1.8666666667vw;
    bottom: 1.8666666667vw;
  }
}
.pickup-flame-style div, .selected-item-table div {
  z-index: 1;
}

.selected-item-table {
  color: #ffd38c;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 48px 48px 36px;
  margin-bottom: 30px;
  width: 632px;
  min-height: 280px;
}
@media (max-width: 1400px) {
  .selected-item-table {
    padding: 3.4285714286vw 3.4285714286vw 2.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .selected-item-table {
    margin-bottom: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .selected-item-table {
    width: 45.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .selected-item-table {
    min-height: 20vw;
  }
}
@media (max-width: 750px) {
  .selected-item-table {
    padding: 6.4vw 6.4vw 4.8vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
    width: 85.6vw;
    font-size: 2.6666666667vw;
    min-height: 37.3333333333vw;
  }
}
.selected-item-table .selected-item-table__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.selected-item-table .selected-item-table__title + div {
  padding-top: 14px;
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__title + div {
    padding-top: 1vw;
  }
}
@media (max-width: 750px) {
  .selected-item-table .selected-item-table__title + div {
    padding-top: 1.8666666667vw;
  }
}
.selected-item-table .selected-item-table__title + div::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat center/100%;
  top: 4px;
  height: 4px;
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__title + div::before {
    top: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__title + div::before {
    height: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .selected-item-table .selected-item-table__title + div::before {
    top: 0.5333333333vw;
    height: 0.5333333333vw;
    background: url("/resources/static/common/img/line_h3_sp.png") no-repeat center/100%;
  }
}
.selected-item-table .selected-item-table__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
}
.selected-item-table .selected-item-table__main-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 140px;
  padding: 8px;
  font-size: 17px;
  height: 100%;
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__main-status {
    width: 10vw;
  }
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__main-status {
    padding: 0.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__main-status {
    font-size: 1.2142857143vw;
  }
}
@media (max-width: 750px) {
  .selected-item-table .selected-item-table__main-status {
    width: 18.6666666667vw;
    font-size: 2.4vw;
    padding: 1.0666666667vw;
  }
}
.selected-item-table .selected-item-table__main-status .selected-item-table__main-tatus-data {
  color: #927852;
  font-size: 26px;
  margin-top: 4px;
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__main-status .selected-item-table__main-tatus-data {
    font-size: 1.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__main-status .selected-item-table__main-tatus-data {
    margin-top: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .selected-item-table .selected-item-table__main-status .selected-item-table__main-tatus-data {
    font-size: 3.4666666667vw;
    margin-top: 0.5333333333vw;
  }
}
.selected-item-table .selected-item-table__main-status.imp {
  font-size: 20px;
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__main-status.imp {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .selected-item-table .selected-item-table__main-status.imp {
    font-size: 2.9333333333vw;
  }
}
.selected-item-table .selected-item-table__main-status.imp .selected-item-table__main-tatus-data {
  margin-top: 0;
  font-size: 44px;
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__main-status.imp .selected-item-table__main-tatus-data {
    font-size: 3.1428571429vw;
  }
}
@media (max-width: 750px) {
  .selected-item-table .selected-item-table__main-status.imp .selected-item-table__main-tatus-data {
    font-size: 5.8666666667vw;
  }
}
.selected-item-table .selected-item-table__sub {
  position: relative;
  padding: 19px 14px 0;
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__sub {
    padding: 1.3571428571vw 1vw 0;
  }
}
@media (max-width: 750px) {
  .selected-item-table .selected-item-table__sub {
    padding: 2.5333333333vw 1.8666666667vw 0;
  }
}
.selected-item-table .selected-item-table__sub::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat center/100%;
  top: 4px;
  height: 4px;
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__sub::before {
    top: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__sub::before {
    height: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .selected-item-table .selected-item-table__sub::before {
    top: 0.5333333333vw;
    height: 0.5333333333vw;
    background: url("/resources/static/common/img/line_h3_sp.png") no-repeat center/100%;
  }
}
.selected-item-table .selected-item-table__sub div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px;
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__sub div {
    margin-top: 1vw;
  }
}
@media (max-width: 750px) {
  .selected-item-table .selected-item-table__sub div {
    margin-top: 1.8666666667vw;
  }
}
.selected-item-table .selected-item-table__sub div:nth-of-type(1) {
  margin-top: 0;
}
.selected-item-table .selected-item-table__sub-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.selected-item-table .selected-item-table__sub-data {
  color: #927852;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  margin-left: 30px;
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__sub-data {
    width: 5.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__sub-data {
    margin-left: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  .selected-item-table .selected-item-table__sub-data {
    width: 10.6666666667vw;
    margin-left: 4vw;
  }
}
.selected-item-table .selected-item-table__sub-data img {
  width: 32px;
  margin-right: 5px;
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__sub-data img {
    width: 2.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__sub-data img {
    margin-right: 0.3571428571vw;
  }
}
@media (max-width: 750px) {
  .selected-item-table .selected-item-table__sub-data img {
    width: 4.2666666667vw;
    margin-right: 0.6666666667vw;
  }
}
.selected-item-table .selected-item-table__sub-data img.icon-large {
  width: 40px;
  margin-right: 0;
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__sub-data img.icon-large {
    width: 2.8571428571vw;
  }
}
@media (max-width: 750px) {
  .selected-item-table .selected-item-table__sub-data img.icon-large {
    width: 5.3333333333vw;
  }
}
.selected-item-table .selected-item-table__sub-data:nth-of-type(1) {
  margin-left: 0;
}
.selected-item-table .selected-item-table__sub-data.level {
  width: 108px;
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__sub-data.level {
    width: 7.7142857143vw;
  }
}
@media (max-width: 750px) {
  .selected-item-table .selected-item-table__sub-data.level {
    width: 14.4vw;
  }
}
.selected-item-table .selected-item-table__sub-data.level > :nth-of-type(1) {
  color: #ffd38c;
  font-size: 16px;
  margin-right: 8px;
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__sub-data.level > :nth-of-type(1) {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__sub-data.level > :nth-of-type(1) {
    margin-right: 0.5714285714vw;
  }
}
@media (max-width: 750px) {
  .selected-item-table .selected-item-table__sub-data.level > :nth-of-type(1) {
    font-size: 2.1333333333vw;
    margin-right: 1.0666666667vw;
  }
}
.selected-item-table .selected-item-table__sub-data.level > :nth-last-of-type(1) {
  font-size: 28px;
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__sub-data.level > :nth-last-of-type(1) {
    font-size: 2vw;
  }
}
@media (max-width: 750px) {
  .selected-item-table .selected-item-table__sub-data.level > :nth-last-of-type(1) {
    font-size: 3.7333333333vw;
  }
}
.selected-item-table .selected-item-table__sub-data.level + .selected-item-table__sub-data {
  margin-left: 12px;
}
@media (max-width: 1400px) {
  .selected-item-table .selected-item-table__sub-data.level + .selected-item-table__sub-data {
    margin-left: 0.8571428571vw;
  }
}
@media (max-width: 750px) {
  .selected-item-table .selected-item-table__sub-data.level + .selected-item-table__sub-data {
    margin-left: 1.6vw;
  }
}

.sp-card-head {
  display: none;
  color: #ffd38c;
}
@media (max-width: 750px) {
  .sp-card-head {
    display: block;
    width: 85.6vw;
    height: 13.3333333333vw;
    padding: 5.3333333333vw 6.4vw;
    font-size: 2.6666666667vw;
  }
}

.img-head-medium, .card-select, .card-select-ranking {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #1c1817;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 15px;
}
@media (max-width: 1400px) {
  .img-head-medium, .card-select, .card-select-ranking {
    margin-right: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .img-head-medium, .card-select, .card-select-ranking {
    margin-left: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .img-head-medium, .card-select, .card-select-ranking {
    -webkit-column-gap: 1.4285714286vw;
       -moz-column-gap: 1.4285714286vw;
            column-gap: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .img-head-medium, .card-select, .card-select-ranking {
    padding: 1.0714285714vw;
  }
}
@media (max-width: 750px) {
  .img-head-medium, .card-select, .card-select-ranking {
    padding: 2vw;
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
    margin-right: 0;
    margin-left: 0;
    font-size: 2.6666666667vw;
  }
}
.img-head-medium::before, .card-select::before, .card-select-ranking::before {
  content: "";
  -webkit-box-shadow: 0 0 0 4px #725C46;
          box-shadow: 0 0 0 4px #725C46;
  position: absolute;
  pointer-events: none;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
}
@media (max-width: 1400px) {
  .img-head-medium::before, .card-select::before, .card-select-ranking::before {
    top: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .img-head-medium::before, .card-select::before, .card-select-ranking::before {
    left: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .img-head-medium::before, .card-select::before, .card-select-ranking::before {
    right: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .img-head-medium::before, .card-select::before, .card-select-ranking::before {
    bottom: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .img-head-medium::before, .card-select::before, .card-select-ranking::before {
    -webkit-box-shadow: 0 0 0 0.2857142857vw #725C46;
            box-shadow: 0 0 0 0.2857142857vw #725C46;
  }
}
@media (max-width: 750px) {
  .img-head-medium::before, .card-select::before, .card-select-ranking::before {
    -webkit-box-shadow: 0 0 0 0.5333333333vw #725C46;
            box-shadow: 0 0 0 0.5333333333vw #725C46;
    top: 0.5333333333vw;
    left: 0.5333333333vw;
    right: 0.5333333333vw;
    bottom: 0.5333333333vw;
  }
}
.img-head-medium__icon-img {
  width: 120px;
  height: 120px;
}
@media (max-width: 1400px) {
  .img-head-medium__icon-img {
    width: 8.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .img-head-medium__icon-img {
    height: 8.5714285714vw;
  }
}
@media (max-width: 750px) {
  .img-head-medium__icon-img {
    width: 16vw;
    height: 16vw;
  }
}
.img-head-medium__left {
  grid-column: 1/3;
}
.img-head-medium__right {
  grid-column: 2/4;
}
.img-head-medium__marker {
  position: absolute !important;
  width: 212px;
  top: 4px;
  right: 4px;
}
@media (max-width: 1400px) {
  .img-head-medium__marker {
    width: 15.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .img-head-medium__marker {
    top: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .img-head-medium__marker {
    right: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .img-head-medium__marker {
    width: 28.2666666667vw;
    top: 0.5333333333vw;
    right: 0.5333333333vw;
  }
}
.card-select, .card-select-ranking {
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), -webkit-gradient(linear, left top, left bottom, from(#1c1817), to(#1c1817)) !important;
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), linear-gradient(#1c1817, #1c1817) !important;
  display: grid;
  grid-template-columns: 1fr auto auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 32px;
  margin-right: 4px;
  margin-left: 4px;
}
@media (max-width: 1400px) {
  .card-select, .card-select-ranking {
    -webkit-column-gap: 1.4285714286vw;
       -moz-column-gap: 1.4285714286vw;
            column-gap: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .card-select, .card-select-ranking {
    padding: 2.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .card-select, .card-select-ranking {
    margin-right: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .card-select, .card-select-ranking {
    margin-left: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .card-select, .card-select-ranking {
    padding: 4.2666666667vw;
    margin-right: 0.5333333333vw;
    margin-left: 0.5333333333vw;
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
  }
}
.card-select__img {
  width: 36px;
  height: 36px;
}
@media (max-width: 1400px) {
  .card-select__img {
    width: 2.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .card-select__img {
    height: 2.5714285714vw;
  }
}
@media (max-width: 750px) {
  .card-select__img {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.card-select__left-flex {
  grid-column: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card-select__left-flex.change-list {
  height: 47px;
}
@media (max-width: 1400px) {
  .card-select__left-flex.change-list {
    height: 3.3571428571vw;
  }
}
@media (max-width: 750px) {
  .card-select__left-flex.change-list {
    height: 6.6666666667vw;
  }
}
.card-select .card-select__inner, .card-select-ranking .card-select__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
}
.card-select__disabled {
  color: #898480;
}

.card-select-ranking {
  grid-template-columns: auto;
  cursor: default;
}
@media (max-width: 750px) {
  .card-select-ranking:after {
    background: bottom left/5.2857142857vw no-repeat url("/static/common/img/frame_small_left_bottom.png"), top left/5.2857142857vw no-repeat url("/static/common/img/frame_small_left_top.png"), bottom right/5.2857142857vw no-repeat url("/static/common/img/frame_small_right_bottom.png"), top right/5.2857142857vw no-repeat url("/static/common/img/frame_small_right_top.png") !important;
  }
}
.card-select-ranking .card-select__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  margin-left: 2px;
}
@media (max-width: 1400px) {
  .card-select-ranking .card-select__inner {
    margin-left: 0.1428571429vw;
  }
}
@media (max-width: 750px) {
  .card-select-ranking .card-select__inner {
    margin-left: 0.4vw;
  }
}

.tips_v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.evaluation {
  display: grid;
  grid-template-columns: 168px repeat(5, 22px);
  grid-template-rows: 61px 34px 61px;
  grid-row-gap: 6px;
  height: 168px;
}
@media (max-width: 1400px) {
  .evaluation {
    grid-row-gap: 0.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .evaluation {
    height: 12vw;
  }
}
.evaluation :nth-child(-n+6) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.evaluation__img {
  height: 34px;
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1400px) {
  .evaluation__img {
    height: 2.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .evaluation__img {
    width: 1.5714285714vw;
  }
}
@media (max-width: 750px) {
  .evaluation__img {
    height: 4.5333333333vw;
    width: 2.9333333333vw;
  }
}
.evaluation__img:nth-of-type(1) {
  height: 100%;
  width: 100%;
  grid-row: 1/4;
}
@media (max-width: 1400px) {
  .evaluation {
    grid-template-columns: 12vw repeat(5, 1.5714285714vw);
    grid-template-rows: 4.3571428571vw 2.4285714286vw 4.3571428571vw;
  }
}
@media (max-width: 750px) {
  .evaluation {
    height: 22.4vw;
    grid-template-columns: 22.4vw repeat(5, 2.9333333333vw);
    grid-template-rows: 8.1333333333vw 4.5333333333vw 8.1333333333vw;
    grid-row-gap: 0.8vw;
  }
}

.tips-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-all;
  width: 88px;
}
@media (max-width: 1400px) {
  .tips-favorite {
    width: 6.2857142857vw;
  }
}
@media (max-width: 750px) {
  .tips-favorite {
    width: 11.7333333333vw;
  }
}
.tips-favorite__favorite-icon {
  width: 32px;
  margin-bottom: 8px;
}
@media (max-width: 1400px) {
  .tips-favorite__favorite-icon {
    width: 2.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .tips-favorite__favorite-icon {
    margin-bottom: 0.5714285714vw;
  }
}
@media (max-width: 750px) {
  .tips-favorite__favorite-icon {
    margin-bottom: 1.0666666667vw;
    width: 4.2666666667vw;
  }
}

/* =================================
  ^chart
================================= */
.chart-bp-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  color: #ffd38c;
  row-gap: 18px;
}
@media (max-width: 1400px) {
  .chart-bp-wrap {
    row-gap: 1.2857142857vw;
  }
}
@media (max-width: 750px) {
  .chart-bp-wrap {
    row-gap: 2.4vw;
    width: 84vw;
  }
}
.chart-bp-wrap > .chart-bp__point {
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: flex-end;
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  .chart-bp-wrap > .chart-bp__point {
    margin-bottom: 0.8571428571vw;
  }
}
@media (max-width: 750px) {
  .chart-bp-wrap > .chart-bp__point {
    margin-bottom: 1.6vw;
  }
}
.chart-bp-wrap > .chart-bp {
  grid-column: 1/3;
}

.chart-bp {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: bottom left/37px no-repeat url("/static/common/img/frame_small_left_bottom.png"), top left/37px no-repeat url("/static/common/img/frame_small_left_top.png"), bottom right/37px no-repeat url("/static/common/img/frame_small_right_bottom.png"), top right/37px no-repeat url("/static/common/img/frame_small_right_top.png");
  height: 38px;
  padding: 6px;
}
@media (max-width: 1400px) {
  .chart-bp {
    height: 2.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .chart-bp {
    padding: 0.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .chart-bp {
    background: bottom left/2.6428571429vw no-repeat url("/static/common/img/frame_small_left_bottom.png"), top left/2.6428571429vw no-repeat url("/static/common/img/frame_small_left_top.png"), bottom right/2.6428571429vw no-repeat url("/static/common/img/frame_small_right_bottom.png"), top right/2.6428571429vw no-repeat url("/static/common/img/frame_small_right_top.png");
  }
}
@media (max-width: 750px) {
  .chart-bp {
    height: 5.0666666667vw;
    padding: 0.8vw;
    background: bottom left/4.9333333333vw no-repeat url("/static/common/img/frame_small_left_bottom.png"), top left/4.9333333333vw no-repeat url("/static/common/img/frame_small_left_top.png"), bottom right/4.9333333333vw no-repeat url("/static/common/img/frame_small_right_bottom.png"), top right/4.9333333333vw no-repeat url("/static/common/img/frame_small_right_top.png");
  }
}
.chart-bp:before {
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  -webkit-box-shadow: 0 0 0 2px #AD884D;
          box-shadow: 0 0 0 2px #AD884D;
  background: #111114;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
}
@media (max-width: 1400px) {
  .chart-bp:before {
    top: 0.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .chart-bp:before {
    left: 0.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .chart-bp:before {
    right: 0.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .chart-bp:before {
    bottom: 0.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .chart-bp:before {
    -webkit-box-shadow: 0 0 0 0.1428571429vw #AD884D;
            box-shadow: 0 0 0 0.1428571429vw #AD884D;
  }
}
@media (max-width: 750px) {
  .chart-bp:before {
    -webkit-box-shadow: 0 0 0 0.2666666667vw #AD884D;
            box-shadow: 0 0 0 0.2666666667vw #AD884D;
    top: 0.8vw;
    left: 0.8vw;
    right: 0.8vw;
    bottom: 0.8vw;
  }
}
.chart-bp__line {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC600), to(#957300));
  background: linear-gradient(#FFC600, #957300);
  height: 100%;
  width: 10%;
  z-index: 2;
}

/* =================================
  ^scroll-box
================================= */
.scroll-line-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat top/100%, url("/resources/static/common/img/line_h3_pc.png") no-repeat bottom/100% !important;
  padding: 4px !important;
}
@media (max-width: 1400px) {
  .scroll-line-wrap {
    padding: 0.2857142857vw !important;
  }
}
@media (max-width: 750px) {
  .scroll-line-wrap {
    padding: 0.5333333333vw !important;
    background: url("/resources/static/common/img/line_h3_sp.png") no-repeat top/100%, url("/resources/static/common/img/line_h3_sp.png") no-repeat bottom/100%;
  }
}

.scroll-box, .scroll-box--reforge, .scroll-box--coffin-detail, .scroll-box--bp, .scroll-box--help, .scroll-box--coffin, .scroll-box--friend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat top/100%, url("/resources/static/common/img/line_h3_pc.png") no-repeat bottom/100%;
  padding: 4px;
  height: 400px;
}
@media (max-width: 1400px) {
  .scroll-box, .scroll-box--reforge, .scroll-box--coffin-detail, .scroll-box--bp, .scroll-box--help, .scroll-box--coffin, .scroll-box--friend {
    padding: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .scroll-box, .scroll-box--reforge, .scroll-box--coffin-detail, .scroll-box--bp, .scroll-box--help, .scroll-box--coffin, .scroll-box--friend {
    padding: 0.5333333333vw;
    background: url("/resources/static/common/img/line_h3_sp.png") no-repeat top/100%, url("/resources/static/common/img/line_h3_sp.png") no-repeat bottom/100%;
  }
}
@media (max-width: 1400px) {
  .scroll-box, .scroll-box--reforge, .scroll-box--coffin-detail, .scroll-box--bp, .scroll-box--help, .scroll-box--coffin, .scroll-box--friend {
    height: 28.5714285714vw;
  }
}
@media (max-width: 750px) {
  .scroll-box, .scroll-box--reforge, .scroll-box--coffin-detail, .scroll-box--bp, .scroll-box--help, .scroll-box--coffin, .scroll-box--friend {
    height: 93.3333333333vw;
  }
}
.scroll-box .scroll-box__body, .scroll-box--reforge .scroll-box__body, .scroll-box--coffin-detail .scroll-box__body, .scroll-box--bp .scroll-box__body, .scroll-box--help .scroll-box__body, .scroll-box--coffin .scroll-box__body, .scroll-box--friend .scroll-box__body {
  position: relative;
  color: #ffd38c;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
.scroll-box .scroll-box__body.without-bar, .scroll-box--reforge .scroll-box__body.without-bar, .scroll-box--coffin-detail .scroll-box__body.without-bar, .scroll-box--bp .scroll-box__body.without-bar, .scroll-box--help .scroll-box__body.without-bar, .scroll-box--coffin .scroll-box__body.without-bar, .scroll-box--friend .scroll-box__body.without-bar {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.scroll-box .scroll-box__body.without-bar::-webkit-scrollbar, .scroll-box--reforge .scroll-box__body.without-bar::-webkit-scrollbar, .scroll-box--coffin-detail .scroll-box__body.without-bar::-webkit-scrollbar, .scroll-box--bp .scroll-box__body.without-bar::-webkit-scrollbar, .scroll-box--help .scroll-box__body.without-bar::-webkit-scrollbar, .scroll-box--coffin .scroll-box__body.without-bar::-webkit-scrollbar, .scroll-box--friend .scroll-box__body.without-bar::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
@media (max-width: 1400px) {
  .scroll-box .scroll-box__body, .scroll-box--reforge .scroll-box__body, .scroll-box--coffin-detail .scroll-box__body, .scroll-box--bp .scroll-box__body, .scroll-box--help .scroll-box__body, .scroll-box--coffin .scroll-box__body, .scroll-box--friend .scroll-box__body {
    padding-top: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .scroll-box .scroll-box__body, .scroll-box--reforge .scroll-box__body, .scroll-box--coffin-detail .scroll-box__body, .scroll-box--bp .scroll-box__body, .scroll-box--help .scroll-box__body, .scroll-box--coffin .scroll-box__body, .scroll-box--friend .scroll-box__body {
    padding-top: 1.3333333333vw;
  }
}
@media (max-width: 750px) {
  .scroll-box .scroll-box__body, .scroll-box--reforge .scroll-box__body, .scroll-box--coffin-detail .scroll-box__body, .scroll-box--bp .scroll-box__body, .scroll-box--help .scroll-box__body, .scroll-box--coffin .scroll-box__body, .scroll-box--friend .scroll-box__body {
    padding-right: 2vw;
  }
}
.scroll-box .scroll-box__body:after, .scroll-box--reforge .scroll-box__body:after, .scroll-box--coffin-detail .scroll-box__body:after, .scroll-box--bp .scroll-box__body:after, .scroll-box--help .scroll-box__body:after, .scroll-box--coffin .scroll-box__body:after, .scroll-box--friend .scroll-box__body:after {
  /* padding-bottomのため */
  content: "";
  display: block;
  height: 10px;
  width: 100%;
}
@media (max-width: 1400px) {
  .scroll-box .scroll-box__body:after, .scroll-box--reforge .scroll-box__body:after, .scroll-box--coffin-detail .scroll-box__body:after, .scroll-box--bp .scroll-box__body:after, .scroll-box--help .scroll-box__body:after, .scroll-box--coffin .scroll-box__body:after, .scroll-box--friend .scroll-box__body:after {
    height: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .scroll-box .scroll-box__body:after, .scroll-box--reforge .scroll-box__body:after, .scroll-box--coffin-detail .scroll-box__body:after, .scroll-box--bp .scroll-box__body:after, .scroll-box--help .scroll-box__body:after, .scroll-box--coffin .scroll-box__body:after, .scroll-box--friend .scroll-box__body:after {
    height: 1.3333333333vw;
  }
}

.scroll-box--friend {
  height: 678px;
}
@media (max-width: 1400px) {
  .scroll-box--friend {
    height: 48.4285714286vw;
  }
}
@media (max-width: 750px) {
  .scroll-box--friend {
    height: 90.4vw;
  }
}

.scroll-box--coffin {
  height: 684px;
}
@media (max-width: 1400px) {
  .scroll-box--coffin {
    height: 48.8571428571vw;
  }
}
@media (max-width: 750px) {
  .scroll-box--coffin {
    height: 91.2vw;
  }
}

.scroll-box--help {
  height: 820px;
}
@media (min-width: 751px) {
  .scroll-box--help {
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.5);
  }
  .scroll-box--help ::-webkit-scrollbar {
    width: 8px;
  }
  .scroll-box--help ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
  }
  .scroll-box--help ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.5);
  }
  .scroll-box--help div, .scroll-box--help ul {
    scrollbar-width: inherit;
  }
}
@media (max-width: 1400px) {
  .scroll-box--help {
    height: 58.5714285714vw;
  }
}
@media (max-width: 750px) {
  .scroll-box--help {
    height: 91.2vw;
  }
}

.scroll-box--bp {
  height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 751px) {
  .scroll-box--bp {
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.5);
  }
  .scroll-box--bp ::-webkit-scrollbar {
    width: 8px;
  }
  .scroll-box--bp ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
  }
  .scroll-box--bp ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.5);
  }
  .scroll-box--bp div, .scroll-box--bp ul {
    scrollbar-width: inherit;
  }
}
@media (max-width: 1400px) {
  .scroll-box--bp {
    height: 41.4285714286vw;
  }
}
@media (max-width: 750px) {
  .scroll-box--bp {
    height: 100%;
    padding: 0;
    background: none;
  }
}

.friend-sp-sw {
  width: 100%;
}

.scroll-box--coffin-detail {
  height: 525px;
}
@media (max-width: 1400px) {
  .scroll-box--coffin-detail {
    height: 37.5vw;
  }
}
@media (max-width: 750px) {
  .scroll-box--coffin-detail {
    height: 70vw;
  }
}

.scroll-box--reforge {
  height: 574px;
}
@media (max-width: 1400px) {
  .scroll-box--reforge {
    height: 41vw;
  }
}
@media (max-width: 750px) {
  .scroll-box--reforge {
    height: 76.5333333333vw;
  }
}

/* =================================
  ^search-box
================================= */
.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Cambria", "Times New Roman", "Georgia", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  height: 32px;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .search-box {
    height: 2.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .search-box {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 750px) {
  .search-box {
    height: 5.3333333333vw;
    font-size: 2.4vw;
  }
}
.search-box input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #222323;
  color: #ffd38c;
  border: 1px solid #887057;
  height: 100%;
  font-size: inherit;
  width: 264px;
  padding-right: 8px;
  padding-left: 8px;
}
@media (max-width: 1400px) {
  .search-box input {
    width: 18.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .search-box input {
    padding-right: 0.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .search-box input {
    padding-left: 0.5714285714vw;
  }
}
@media (max-width: 750px) {
  .search-box input {
    width: 35.2vw;
    padding: 0 1.3333333333vw;
  }
}
.search-box input::-webkit-input-placeholder {
  color: #ffd38c;
  font-size: inherit;
}
.search-box input::-moz-placeholder {
  color: #ffd38c;
  font-size: inherit;
}
.search-box input:-ms-input-placeholder {
  color: #ffd38c;
  font-size: inherit;
}
.search-box input::-ms-input-placeholder {
  color: #ffd38c;
  font-size: inherit;
}
.search-box input::placeholder {
  color: #ffd38c;
  font-size: inherit;
}
.search-box input:-ms-input-placeholder {
  color: #ffd38c;
  font-size: inherit;
}
.search-box input::-ms-input-placeholder {
  color: #ffd38c;
  font-size: inherit;
}
.search-box button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background: #272728;
  color: #ffd38c;
  border: 1px solid #887057;
  height: inherit;
  font-size: inherit;
  margin-left: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 1400px) {
  .search-box button {
    margin-left: 0.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .search-box button {
    padding-left: 0.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .search-box button {
    padding-right: 0.5714285714vw;
  }
}
@media (max-width: 750px) {
  .search-box button {
    padding-left: 1.0666666667vw;
    padding-right: 1.0666666667vw;
    margin-left: 1.0666666667vw;
  }
}

.search-box-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .search-box-large {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 750px) {
  .search-box-large {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 2.4vw;
  }
}
.search-box-large input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #222323;
  color: #ffd38c;
  border: 1px solid #887057;
  font-size: 18px;
  width: 768px;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 1400px) {
  .search-box-large input {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .search-box-large input {
    width: 54.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .search-box-large input {
    height: 3.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .search-box-large input {
    padding-right: 0.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .search-box-large input {
    padding-left: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .search-box-large input {
    width: 100%;
    height: 6.6666666667vw;
    font-size: 2.4vw;
  }
}
.search-box-large input::-webkit-input-placeholder {
  color: #ffd38c;
  font-size: inherit;
}
.search-box-large input::-moz-placeholder {
  color: #ffd38c;
  font-size: inherit;
}
.search-box-large input:-ms-input-placeholder {
  color: #ffd38c;
  font-size: inherit;
}
.search-box-large input::-ms-input-placeholder {
  color: #ffd38c;
  font-size: inherit;
}
.search-box-large input::placeholder {
  color: #ffd38c;
  font-size: inherit;
}
.search-box-large input:-ms-input-placeholder {
  color: #ffd38c;
  font-size: inherit;
}
.search-box-large input::-ms-input-placeholder {
  color: #ffd38c;
  font-size: inherit;
}
.search-box-large input.moderate::-webkit-input-placeholder {
  color: #8C755B;
}
.search-box-large input.moderate::-moz-placeholder {
  color: #8C755B;
}
.search-box-large input.moderate:-ms-input-placeholder {
  color: #8C755B;
}
.search-box-large input.moderate::-ms-input-placeholder {
  color: #8C755B;
}
.search-box-large input.moderate::placeholder {
  color: #8C755B;
}
.search-box-large .btn-medium, .search-box-large .btn-medium--menu {
  margin-left: 24px;
}
@media (max-width: 1400px) {
  .search-box-large .btn-medium, .search-box-large .btn-medium--menu {
    margin-left: 1.7142857143vw;
  }
}
@media (max-width: 750px) {
  .search-box-large .btn-medium, .search-box-large .btn-medium--menu {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}

/* =================================
  select-box
================================= */
.select-box, .modal-contents--info .modal__order-qty__qty-select {
  position: relative;
  width: 320px;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .select-box, .modal-contents--info .modal__order-qty__qty-select {
    width: 22.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .select-box, .modal-contents--info .modal__order-qty__qty-select {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 750px) {
  .select-box, .modal-contents--info .modal__order-qty__qty-select {
    width: 42.6666666667vw;
  }
}
.select-box::before, .modal-contents--info .modal__order-qty__qty-select::before {
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  border: 1px solid #887057;
  width: 265px;
  height: 48px;
  z-index: 1;
}
@media (max-width: 1400px) {
  .select-box::before, .modal-contents--info .modal__order-qty__qty-select::before {
    width: 18.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .select-box::before, .modal-contents--info .modal__order-qty__qty-select::before {
    height: 3.4285714286vw;
  }
}
@media (max-width: 750px) {
  .select-box::before, .modal-contents--info .modal__order-qty__qty-select::before {
    width: 35.3333333333vw;
    height: 6.6666666667vw;
    background: #222323;
  }
}
.select-box::after, .modal-contents--info .modal__order-qty__qty-select::after {
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222323;
}
@media (max-width: 750px) {
  .select-box::after, .modal-contents--info .modal__order-qty__qty-select::after {
    content: "";
  }
}
.select-box select, .modal-contents--info .modal__order-qty__qty-select select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffc174;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #222323;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
  height: 48px;
}
@media (max-width: 1400px) {
  .select-box select, .modal-contents--info .modal__order-qty__qty-select select {
    height: 3.4285714286vw;
  }
}
@media (max-width: 750px) {
  .select-box select, .modal-contents--info .modal__order-qty__qty-select select {
    height: 6.6666666667vw;
    font-size: 16px;
  }
}
.select-box .opt-text, .modal-contents--info .modal__order-qty__qty-select .opt-text {
  display: none;
  pointer-events: none;
  color: #ffc174;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 750px) {
  .select-box .opt-text, .modal-contents--info .modal__order-qty__qty-select .opt-text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 1.0666666667vw;
    left: 1.0666666667vw;
    bottom: 1.0666666667vw;
    right: 8vw;
    padding-left: 0.5333333333vw;
    font-size: 2.4vw;
  }
}
.select-box select::-ms-expand, .modal-contents--info .modal__order-qty__qty-select select::-ms-expand {
  display: none;
}
.select-box select:focus, .modal-contents--info .modal__order-qty__qty-select select:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.select-box span, .modal-contents--info .modal__order-qty__qty-select span {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background: #272728;
  border: 1px solid #887057;
  margin-left: 8px;
  width: 48px;
  height: 48px;
  padding: 12px 8px;
  z-index: 1;
}
@media (max-width: 1400px) {
  .select-box span, .modal-contents--info .modal__order-qty__qty-select span {
    margin-left: 0.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .select-box span, .modal-contents--info .modal__order-qty__qty-select span {
    width: 3.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .select-box span, .modal-contents--info .modal__order-qty__qty-select span {
    height: 3.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .select-box span, .modal-contents--info .modal__order-qty__qty-select span {
    padding: 0.8571428571vw 0.5714285714vw;
  }
}
@media (max-width: 750px) {
  .select-box span, .modal-contents--info .modal__order-qty__qty-select span {
    margin-left: 1.0666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    padding: 1.6vw 1.0666666667vw;
  }
}

.round-table {
  height: 100%;
}
.round-table__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
}
@media (max-width: 1400px) {
  .round-table__btn {
    height: 4.2857142857vw;
  }
}
@media (max-width: 750px) {
  .round-table__btn {
    height: 13.3333333333vw;
  }
}
.round-table__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}
@media (max-width: 1400px) {
  .btn-line {
    height: 4.2857142857vw;
  }
}
@media (max-width: 750px) {
  .btn-line {
    height: 8vw;
  }
}
.btn-line button {
  display: block;
  background: #927852;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  margin-left: 30px;
}
@media (max-width: 1400px) {
  .btn-line button {
    height: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .btn-line button {
    width: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .btn-line button {
    margin-left: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  .btn-line button {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    margin-left: 6.6666666667vw;
  }
}
.btn-line button:nth-of-type(1) {
  margin-left: 0;
}
.btn-line button.active {
  background: #FFD38C;
  cursor: default;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(252, 208, 136, 0.3), 0px 0px 16px 10px rgba(255, 225, 184, 0.4);
          box-shadow: 0px 0px 5px 3px rgba(252, 208, 136, 0.3), 0px 0px 16px 10px rgba(255, 225, 184, 0.4);
}
.btn-line button.unset {
  background: #898480;
}

ul.round-list {
  position: relative;
  display: grid;
  grid-template-columns: 206px 150px 206px;
  grid-template-rows: 206px 150px 206px;
  grid-gap: 30px;
  height: 624px;
  width: 624px;
}
@media (max-width: 1400px) {
  ul.round-list {
    height: 44.5714285714vw;
  }
}
@media (max-width: 1400px) {
  ul.round-list {
    width: 44.5714285714vw;
  }
}
@media (max-width: 1400px) {
  ul.round-list {
    grid-template-columns: 14.7142857143vw 10.7142857143vw 14.7142857143vw;
    grid-template-rows: 14.7142857143vw 10.7142857143vw 14.7142857143vw;
    grid-gap: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  ul.round-list {
    grid-template-columns: 27.4666666667vw 20vw 27.4666666667vw;
    grid-template-rows: 27.4666666667vw 20vw 27.4666666667vw;
    grid-gap: 4vw;
    width: 83.2vw;
    height: 83.2vw;
  }
}
ul.round-list::before {
  grid-column: 1/4;
  grid-row: 1/4;
  align-self: center;
  justify-self: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  pointer-events: none;
  z-index: 0;
  display: block;
  width: 532px;
  height: 532px;
  border-width: 60px;
  border-style: solid;
  border-color: #000;
  border-radius: 50%;
}
@media (max-width: 1400px) {
  ul.round-list::before {
    width: 38vw;
  }
}
@media (max-width: 1400px) {
  ul.round-list::before {
    height: 38vw;
  }
}
@media (max-width: 750px) {
  ul.round-list::before {
    width: 70.9333333333vw;
    height: 70.9333333333vw;
  }
}
@media (max-width: 1400px) {
  ul.round-list::before {
    border-width: 4.2857142857vw;
  }
}
@media (max-width: 750px) {
  ul.round-list::before {
    width: 70.9333333333vw;
    height: 70.9333333333vw;
    border-width: 8vw;
  }
}
ul.round-list li.round-list__elem {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 158px;
  width: 158px;
  padding: 4px;
}
@media (max-width: 1400px) {
  ul.round-list li.round-list__elem {
    height: 11.2857142857vw;
  }
}
@media (max-width: 1400px) {
  ul.round-list li.round-list__elem {
    width: 11.2857142857vw;
  }
}
@media (max-width: 1400px) {
  ul.round-list li.round-list__elem {
    padding: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  ul.round-list li.round-list__elem {
    width: 21.0666666667vw;
    height: 21.0666666667vw;
    padding: 0.5333333333vw;
  }
}
ul.round-list li.round-list__elem.active::after {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: 2;
  top: 0;
  left: 0;
  width: 158px;
  height: 158px;
  background: top left/contain no-repeat url("/static/common/img/frame_small.png");
}
@media (max-width: 1400px) {
  ul.round-list li.round-list__elem.active::after {
    width: 11.2857142857vw;
  }
}
@media (max-width: 1400px) {
  ul.round-list li.round-list__elem.active::after {
    height: 11.2857142857vw;
  }
}
@media (max-width: 750px) {
  ul.round-list li.round-list__elem.active::after {
    content: none;
  }
}
ul.round-list li.round-list__elem:nth-of-type(1) {
  grid-column: 2/3;
  grid-row: 1/2;
}
ul.round-list li.round-list__elem:nth-of-type(2) {
  grid-column: 3/4;
  grid-row: 1/2;
  left: 0;
  bottom: 0;
}
ul.round-list li.round-list__elem:nth-of-type(3) {
  grid-column: 3/4;
  grid-row: 2/3;
  right: 0;
}
ul.round-list li.round-list__elem:nth-of-type(4) {
  grid-column: 3/4;
  grid-row: 3/4;
}
ul.round-list li.round-list__elem:nth-of-type(5) {
  grid-column: 2/3;
  grid-row: 3/4;
  bottom: 0;
}
ul.round-list li.round-list__elem:nth-of-type(6) {
  grid-column: 1/2;
  grid-row: 3/4;
  top: 0;
  right: 0;
}
ul.round-list li.round-list__elem:nth-of-type(7) {
  grid-column: 1/2;
  grid-row: 2/3;
  left: 0;
}
ul.round-list li.round-list__elem:nth-of-type(8) {
  grid-column: 1/2;
  grid-row: 1/2;
  bottom: 0;
  right: 0;
}

.round-list-square {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: #1c1817;
  height: 150px;
  width: 150px;
  padding: 15px;
}
@media (max-width: 1400px) {
  .round-list-square {
    height: 10.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .round-list-square {
    width: 10.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .round-list-square {
    padding: 1.0714285714vw;
  }
}
@media (max-width: 750px) {
  .round-list-square {
    width: 20vw;
    height: 20vw;
    padding: 2vw;
    font-size: 2.6666666667vw;
  }
}
.round-list-square::before {
  content: "";
  -webkit-box-shadow: 0 0 0 4px #725C46;
          box-shadow: 0 0 0 4px #725C46;
  position: absolute;
  pointer-events: none;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
}
@media (max-width: 1400px) {
  .round-list-square::before {
    top: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .round-list-square::before {
    left: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .round-list-square::before {
    right: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .round-list-square::before {
    bottom: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .round-list-square::before {
    -webkit-box-shadow: 0 0 0 0.2857142857vw #725C46;
            box-shadow: 0 0 0 0.2857142857vw #725C46;
  }
}
@media (max-width: 750px) {
  .round-list-square::before {
    -webkit-box-shadow: 0 0 0 0.5333333333vw #725C46;
            box-shadow: 0 0 0 0.5333333333vw #725C46;
    top: 0.5333333333vw;
    left: 0.5333333333vw;
    right: 0.5333333333vw;
    bottom: 0.5333333333vw;
  }
}
.round-list-square__img-wrap {
  width: 100%;
  height: 100%;
}

/* =================================
  footer
================================= */
.footer {
  background: url("/resources/static/common/img/bg_footer_bright.png") no-repeat center top/contain, url("/resources/static/common/img/bg_footer.jpg") repeat;
  border-top: 2px solid #887057;
  padding-top: 36px;
  padding-bottom: 80px;
}
@media (max-width: 1400px) {
  .footer {
    padding-top: 2.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .footer {
    padding-bottom: 5.7142857143vw;
  }
}
@media (max-width: 750px) {
  .footer {
    padding: 5.0666666667vw 0 8vw;
  }
}
.footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-bottom: 1px solid #887057;
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .footer__sns-list {
    padding-bottom: 2.8571428571vw;
  }
}
@media (max-width: 750px) {
  .footer__sns-list {
    padding-bottom: 5.3333333333vw;
  }
}
.footer__sns-list li {
  color: #ffd38c;
  width: 130px;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 1400px) {
  .footer__sns-list li {
    width: 9.2857142857vw;
  }
}
@media (max-width: 750px) {
  .footer__sns-list li {
    width: 17.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.footer__sns-list li a:hover {
  text-decoration: underline;
}
@media (max-width: 750px) {
  .footer__sns-list li a:hover {
    text-decoration: none;
  }
}
.footer__sns-list li + li {
  margin-left: 40px;
}
@media (max-width: 1400px) {
  .footer__sns-list li + li {
    margin-left: 2.8571428571vw;
  }
}
@media (max-width: 750px) {
  .footer__sns-list li + li {
    margin-left: 4.6666666667vw;
  }
}
.footer__sns-list li:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .footer__sns-list li:hover {
    opacity: 1;
  }
}
.footer__sns-list li img {
  display: block;
  margin: 0 auto 16px;
  width: 50px;
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  .footer__sns-list li img {
    width: 3.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .footer__sns-list li img {
    margin-bottom: 1.1428571429vw;
  }
}
@media (max-width: 750px) {
  .footer__sns-list li img {
    margin-bottom: 2.1333333333vw;
    width: 6.6666666667vw;
  }
}
.footer__text-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 55px;
  margin-left: 55px;
  margin-right: 55px;
}
@media (max-width: 1400px) {
  .footer__text-link {
    margin-top: 3.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .footer__text-link {
    margin-left: 3.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .footer__text-link {
    margin-right: 3.9285714286vw;
  }
}
@media (max-width: 750px) {
  .footer__text-link {
    margin-top: 8vw;
  }
}
.footer__text-link li {
  font-size: 18px;
  position: relative;
  padding-left: 20px;
}
.footer__text-link li a {
  color: #ffd38c;
}
.footer__text-link li a:hover {
  text-decoration: underline;
}
@media (max-width: 750px) {
  .footer__text-link li a:hover {
    text-decoration: none;
  }
}
@media (max-width: 1400px) {
  .footer__text-link li {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .footer__text-link li {
    padding-left: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .footer__text-link li {
    font-size: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    width: 37.3333333333vw;
  }
}
.footer__text-link li::before {
  content: "";
  background: url("/resources/static/common/img/icon_common_marker.png") no-repeat center/contain;
  width: 13px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 1400px) {
  .footer__text-link li::before {
    width: 0.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .footer__text-link li::before {
    height: 1.5714285714vw;
  }
}
@media (max-width: 750px) {
  .footer__text-link li::before {
    height: 2.9333333333vw;
    width: 1.7333333333vw;
  }
}
.footer__text-link li + li {
  margin-left: 20px;
}
@media (max-width: 1400px) {
  .footer__text-link li + li {
    margin-left: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .footer__text-link li + li {
    margin-left: 5.3333333333vw;
  }
}
@media (max-width: 750px) {
  .footer__text-link li:nth-child(2n+3) {
    margin-top: 6vw;
    margin-left: 0vw;
  }
  .footer__text-link li:nth-child(2n+4) {
    margin-top: 6vw;
  }
}
.footer__lang-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  margin-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #887057;
}
@media (max-width: 1400px) {
  .footer__lang-select {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .footer__lang-select {
    margin-top: 3.2142857143vw;
  }
}
@media (max-width: 1400px) {
  .footer__lang-select {
    padding-bottom: 3.2142857143vw;
  }
}
@media (max-width: 750px) {
  .footer__lang-select {
    font-size: 2.4vw;
    margin-top: 8vw;
    padding-bottom: 6vw;
  }
}
.footer__lang-select_inner {
  z-index: 2;
  position: relative;
  width: 320px;
}
@media (max-width: 1400px) {
  .footer__lang-select_inner {
    width: 22.8571428571vw;
  }
}
@media (max-width: 750px) {
  .footer__lang-select_inner {
    width: 42.6666666667vw;
  }
}
.footer__lang-select_select-background {
  z-index: 1;
  position: absolute;
  width: 320px;
}
@media (max-width: 1400px) {
  .footer__lang-select_select-background {
    width: 22.8571428571vw;
  }
}
@media (max-width: 750px) {
  .footer__lang-select_select-background {
    width: 42.6666666667vw;
  }
}
.footer__lang-select_select-background::before {
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #222323;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  border: 1px solid #887057;
  width: 265px;
  height: 48px;
}
@media (max-width: 1400px) {
  .footer__lang-select_select-background::before {
    width: 18.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .footer__lang-select_select-background::before {
    height: 3.4285714286vw;
  }
}
@media (max-width: 750px) {
  .footer__lang-select_select-background::before {
    width: 35.3333333333vw;
    height: 6.6666666667vw;
  }
}
.footer__lang-select select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffc174;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
  height: 48px;
}
@media (max-width: 1400px) {
  .footer__lang-select select {
    height: 3.4285714286vw;
  }
}
@media (max-width: 750px) {
  .footer__lang-select select {
    height: 6.6666666667vw;
  }
}
.footer__lang-select option {
  background: #222323;
}
.footer__lang-select select::-ms-expand {
  display: none;
}
.footer__lang-select select:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.footer__lang-select span {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background: #272728;
  border: 1px solid #887057;
  margin-left: 8px;
  width: 48px;
  height: 48px;
  padding: 12px 8px;
}
@media (max-width: 1400px) {
  .footer__lang-select span {
    margin-left: 0.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .footer__lang-select span {
    width: 3.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .footer__lang-select span {
    height: 3.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .footer__lang-select span {
    padding: 0.8571428571vw 0.5714285714vw;
  }
}
@media (max-width: 750px) {
  .footer__lang-select span {
    margin-left: 1.0666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    padding: 1.6vw 1.0666666667vw;
  }
}
.footer__copyright-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 55px;
  margin-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1400px) {
  .footer__copyright-list {
    margin-top: 3.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .footer__copyright-list {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .footer__copyright-list {
    padding-left: 1.0714285714vw;
  }
}
@media (max-width: 1400px) {
  .footer__copyright-list {
    padding-right: 1.0714285714vw;
  }
}
.footer__copyright-list a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__copyright-list a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .footer__copyright-list a:hover {
    opacity: 1;
  }
}
.footer__copyright-list_ps4 {
  width: 176px;
}
@media (max-width: 1400px) {
  .footer__copyright-list_ps4 {
    width: 12.5714285714vw;
  }
}
.footer__copyright-list_ps5 {
  width: 176px;
}
@media (max-width: 1400px) {
  .footer__copyright-list_ps5 {
    width: 12.5714285714vw;
  }
}
.footer__copyright-list_steam {
  width: 131px;
}
@media (max-width: 1400px) {
  .footer__copyright-list_steam {
    width: 9.3571428571vw;
  }
}
.footer__copyright-list li + li {
  margin-left: 35px;
}
@media (max-width: 1400px) {
  .footer__copyright-list li + li {
    margin-left: 2.5vw;
  }
}
@media (max-width: 750px) {
  .footer__copyright-list {
    margin: 7.3333333333vw 0 4.6666666667vw;
    padding: 0 2vw;
  }
  .footer__copyright-list_ps4 {
    width: 23.4666666667vw;
  }
  .footer__copyright-list_ps5 {
    width: 23.4666666667vw;
  }
  .footer__copyright-list_steam {
    width: 17.4666666667vw;
  }
  .footer__copyright-list li + li {
    margin-left: 4.6666666667vw;
  }
}
.footer__trademark-and-rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 55px;
  margin-bottom: 35px;
  margin-left: 56px;
  margin-right: 56px;
}
@media (max-width: 1400px) {
  .footer__trademark-and-rating-list {
    margin-top: 3.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .footer__trademark-and-rating-list {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .footer__trademark-and-rating-list {
    margin-left: 4vw;
  }
}
@media (max-width: 1400px) {
  .footer__trademark-and-rating-list {
    margin-right: 4vw;
  }
}
.footer__trademark-and-rating-list a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__trademark-and-rating-list a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .footer__trademark-and-rating-list a:hover {
    opacity: 1;
  }
}
.footer__trademark-and-rating-list_trademark {
  display: block;
  width: 90%;
  text-align: left;
  color: #957C54;
  line-height: 150%;
  font-size: 14px;
}
@media (max-width: 1400px) {
  .footer__trademark-and-rating-list_trademark {
    font-size: 1vw;
  }
}
@media (max-width: 750px) {
  .footer__trademark-and-rating-list_trademark {
    width: 80%;
    font-size: 1.8666666667vw;
  }
}
.footer__trademark-and-rating-list_cero {
  width: 53px;
}
@media (max-width: 1400px) {
  .footer__trademark-and-rating-list_cero {
    width: 3.7857142857vw;
  }
}
.footer__trademark-and-rating-list_esrb {
  width: 144px;
}
@media (max-width: 1400px) {
  .footer__trademark-and-rating-list_esrb {
    width: 10.2857142857vw;
  }
}
.footer__trademark-and-rating-list_esrb_privacy_certified {
  width: 53px;
}
@media (max-width: 1400px) {
  .footer__trademark-and-rating-list_esrb_privacy_certified {
    width: 3.7857142857vw;
  }
}
.footer__trademark-and-rating-list_pegi {
  width: 53px;
}
@media (max-width: 1400px) {
  .footer__trademark-and-rating-list_pegi {
    width: 3.7857142857vw;
  }
}
.footer__trademark-and-rating-list li + li {
  margin-left: 35px;
}
@media (max-width: 1400px) {
  .footer__trademark-and-rating-list li + li {
    margin-left: 2.5vw;
  }
}
@media (max-width: 750px) {
  .footer__trademark-and-rating-list {
    margin: 6vw 4vw;
  }
  .footer__trademark-and-rating-list_cero {
    width: 12vw;
  }
  .footer__trademark-and-rating-list_esrb {
    width: 20vw;
  }
  .footer__trademark-and-rating-list_esrb_privacy_certified {
    width: 12vw;
  }
  .footer__trademark-and-rating-list_pegi {
    width: 12vw;
  }
  .footer__trademark-and-rating-list li + li {
    margin-left: 2vw;
  }
}
.footer__copyright {
  display: block;
  width: 100%;
  text-align: center;
  color: #957C54;
  line-height: 150%;
  font-size: 14px;
}
@media (max-width: 1400px) {
  .footer__copyright {
    font-size: 1vw;
  }
}
@media (max-width: 750px) {
  .footer__copyright {
    font-size: 1.8666666667vw;
  }
}

/* =================================
  h2
================================= */
h2 {
  background: url("/resources/static/common/img/bg_h2_pc.png") no-repeat center/cover;
  height: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffd38c;
  font-weight: normal;
  font-size: 28px;
  /* IE閲覧時にテキストの下部に余白ができてしまうバグを調整 */
}
@media (max-width: 1400px) {
  h2 {
    height: 5.7142857143vw;
  }
}
@media (max-width: 1400px) {
  h2 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  h2 {
    /* IE向けのCSS〜START */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.3em;
    /* IE向けのCSS〜END */
  }
}
@media (max-width: 750px) {
  h2 {
    background: url("/resources/static/common/img/bg_h2_sp.png") no-repeat center/100% 100%;
    height: 12.6666666667vw;
    font-size: 5.0666666667vw;
  }
}

/* .h2-terms
--------------------------------- */
.h2-terms {
  background: none;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .h2-terms {
    margin-bottom: 3.5714285714vw;
  }
}
@media (max-width: 750px) {
  .h2-terms {
    margin-bottom: 6.6666666667vw;
  }
}
.h2-terms__marker, .h2-terms__marker_next, .h2-terms__marker_prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.h2-terms__marker_prev::after {
  content: "";
  background: #ffd38c;
  display: inline-block;
  width: 100%;
  height: 2px;
  margin-left: 4px;
}
@media (max-width: 1400px) {
  .h2-terms__marker_prev::after {
    height: 0.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .h2-terms__marker_prev::after {
    margin-left: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .h2-terms__marker_prev::after {
    height: 0.2666666667vw;
    margin-left: 0.5333333333vw;
  }
}
.h2-terms__marker_prev::before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 4px;
  background: #ffd38c;
  display: block;
}
@media (max-width: 1400px) {
  .h2-terms__marker_prev::before {
    height: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .h2-terms__marker_prev::before {
    width: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .h2-terms__marker_prev::before {
    height: 0.5333333333vw;
    width: 0.5333333333vw;
  }
}
.h2-terms__marker_next::before {
  content: "";
  background: #ffd38c;
  display: inline-block;
  width: 100%;
  height: 2px;
  margin-right: 4px;
}
@media (max-width: 1400px) {
  .h2-terms__marker_next::before {
    height: 0.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .h2-terms__marker_next::before {
    margin-right: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .h2-terms__marker_next::before {
    height: 0.2666666667vw;
    margin-right: 0.5333333333vw;
  }
}
.h2-terms__marker_next::after {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 4px;
  background: #ffd38c;
  display: block;
}
@media (max-width: 1400px) {
  .h2-terms__marker_next::after {
    height: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .h2-terms__marker_next::after {
    width: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .h2-terms__marker_next::after {
    height: 0.5333333333vw;
    width: 0.5333333333vw;
  }
}
.h2-terms__content {
  position: relative;
  white-space: nowrap;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1400px) {
  .h2-terms__content {
    padding-left: 5vw;
  }
}
@media (max-width: 1400px) {
  .h2-terms__content {
    padding-right: 5vw;
  }
}
@media (max-width: 750px) {
  .h2-terms__content {
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
  }
}
.h2-terms__content::before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/resources/static/common/img/icon_ttl_terms.svg") no-repeat center/contain;
  height: 35px;
  width: 35px;
}
@media (max-width: 1400px) {
  .h2-terms__content::before {
    left: -0.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .h2-terms__content::before {
    height: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .h2-terms__content::before {
    width: 2.5vw;
  }
}
@media (max-width: 750px) {
  .h2-terms__content::before {
    left: -0.2666666667vw;
    height: 4.6666666667vw;
    width: 4.6666666667vw;
  }
}
.h2-terms__content::after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  background: url("/resources/static/common/img/icon_ttl_terms.svg") no-repeat center/contain;
  height: 35px;
  width: 35px;
}
@media (max-width: 1400px) {
  .h2-terms__content::after {
    right: -0.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .h2-terms__content::after {
    height: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .h2-terms__content::after {
    width: 2.5vw;
  }
}
@media (max-width: 750px) {
  .h2-terms__content::after {
    right: -0.2666666667vw;
    height: 4.6666666667vw;
    width: 4.6666666667vw;
  }
}

/* =================================
  h3
================================= */
h3 {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffd38c;
  padding: 10px 0 15px 40px;
  font-size: 24px;
}
@media (max-width: 1400px) {
  h3 {
    padding: 0.7142857143vw 0 1.0714285714vw 2.8571428571vw;
  }
}
@media (max-width: 1400px) {
  h3 {
    font-size: 1.7142857143vw;
  }
}
@media (max-width: 750px) {
  h3 {
    padding: 1.3333333333vw 0 2vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
h3::before {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background: url("/resources/static/common/img/icon_h3.png") no-repeat center/100%;
  left: 8px;
  height: 36px;
  width: 12px;
}
@media (max-width: 1400px) {
  h3::before {
    left: 0.5714285714vw;
  }
}
@media (max-width: 1400px) {
  h3::before {
    height: 2.5714285714vw;
  }
}
@media (max-width: 1400px) {
  h3::before {
    width: 0.8571428571vw;
  }
}
@media (max-width: 750px) {
  h3::before {
    top: 44%;
    left: 1.0666666667vw;
    height: 4.2666666667vw;
    width: 1.6vw;
  }
}
h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat center/100%;
}
@media (max-width: 1400px) {
  h3::after {
    height: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  h3::after {
    height: 0.5333333333vw;
    background: url("/resources/static/common/img/line_h3_sp.png") no-repeat center/100%;
  }
}

/* .h3-terms
--------------------------------- */
.h3-terms::after {
  content: none;
}

.header-marker, .h3-terms {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
}
@media (max-width: 1400px) {
  .header-marker, .h3-terms {
    margin-bottom: 0.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .header-marker, .h3-terms {
    padding-left: 1.7857142857vw;
  }
}
@media (max-width: 1400px) {
  .header-marker, .h3-terms {
    padding: 0 0 0 1.7857142857vw;
  }
}
@media (max-width: 750px) {
  .header-marker, .h3-terms {
    margin-bottom: 1.3333333333vw;
    padding: 0 0 0 3.3333333333vw;
  }
}
.header-marker::before, .h3-terms::before {
  content: "";
  position: absolute;
  background: url("/resources/static/common/img/icon_common_marker.png") no-repeat center/100%;
  left: 0;
  height: 21px;
  width: 13px;
}
@media (max-width: 1400px) {
  .header-marker::before, .h3-terms::before {
    height: 1.5vw;
  }
}
@media (max-width: 1400px) {
  .header-marker::before, .h3-terms::before {
    width: 0.9285714286vw;
  }
}
@media (max-width: 750px) {
  .header-marker::before, .h3-terms::before {
    height: 2.8vw;
    width: 1.7333333333vw;
  }
}

/* .header css clear
--------------------------------- */
.head-clear {
  background: none;
  height: initial;
  width: initial;
  display: initial;
  color: initial;
  font-weight: normal;
  font-size: initial;
  padding: initial;
  margin: initial;
}
.head-clear::after {
  content: none;
}
.head-clear::before {
  content: none;
}

.header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-icon__icon {
  width: 36px;
  margin-right: 4px;
}
@media (max-width: 1400px) {
  .header-icon__icon {
    width: 2.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .header-icon__icon {
    margin-right: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .header-icon__icon {
    width: 4.8vw;
    margin-right: 0.5333333333vw;
  }
}

.h3-with-note {
  color: #ffd38c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.h3-with-note::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat center/100%;
}
@media (max-width: 1400px) {
  .h3-with-note::after {
    height: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .h3-with-note::after {
    height: 0.5333333333vw;
    background: url("/resources/static/common/img/line_h3_sp.png") no-repeat center/100%;
  }
}
.h3-with-note h3 {
  display: inline;
  width: auto;
}
.h3-with-note h3::after {
  content: none;
}
.h3-with-note > span {
  margin-left: 46px;
  padding-bottom: 2px;
}
@media (max-width: 1400px) {
  .h3-with-note > span {
    margin-left: 3.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .h3-with-note > span {
    padding-bottom: 0.1428571429vw;
  }
}
@media (max-width: 750px) {
  .h3-with-note > span {
    margin-left: 6.1333333333vw;
    padding-bottom: 0.2666666667vw;
  }
}
.h3-with-note .list-select, .h3-with-note .btn-head, .h3-with-note .btn-head-small {
  position: absolute;
  right: 0;
  padding: 0;
  bottom: 15px;
}
@media (max-width: 1400px) {
  .h3-with-note .list-select, .h3-with-note .btn-head, .h3-with-note .btn-head-small {
    bottom: 1.0714285714vw;
  }
}
@media (max-width: 750px) {
  .h3-with-note .list-select, .h3-with-note .btn-head, .h3-with-note .btn-head-small {
    bottom: 2vw;
  }
}
.h3-with-note .btn-head, .h3-with-note .btn-head-small {
  margin: 0;
}

.h4-tier {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #ffd38c;
  font-size: 24px;
}
@media (max-width: 1400px) {
  .h4-tier {
    font-size: 1.7142857143vw;
  }
}
@media (max-width: 750px) {
  .h4-tier {
    font-size: 3.2vw;
  }
}
.h4-tier span {
  font-size: 60px;
}
@media (max-width: 1400px) {
  .h4-tier span {
    font-size: 4.2857142857vw;
  }
}
@media (max-width: 750px) {
  .h4-tier span {
    font-size: 8vw;
  }
}

.p-small {
  line-height: 133%;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .p-small {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 750px) {
  .p-small {
    font-size: 2.4vw;
    line-height: 100%;
  }
}

.imp-note {
  color: #ff4a3b;
  line-height: 133%;
  text-align: center;
}
@media (max-width: 750px) {
  .imp-note {
    font-size: 2.6666666667vw;
  }
}

.box-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* =================================
  .btn-small
================================= */
.btn-small, .btn-small-sp-small, .btn-small-with_bg, .btn-small-pc_with_bg {
  width: 224px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1400px) {
  .btn-small, .btn-small-sp-small, .btn-small-with_bg, .btn-small-pc_with_bg {
    width: 16vw;
  }
}
@media (max-width: 750px) {
  .btn-small, .btn-small-sp-small, .btn-small-with_bg, .btn-small-pc_with_bg {
    width: 41.6vw;
  }
}
.btn-small a, .btn-small-sp-small a, .btn-small-with_bg a, .btn-small-pc_with_bg a {
  background: url("/resources/static/common/img/btn_small_off.png") no-repeat center/contain;
  position: relative;
  color: #ffd38c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  font-size: 16px;
  width: 100%;
  height: 47px;
  /* IE閲覧時にテキストの下部に余白ができてしまうバグを調整 */
  -webkit-box-shadow: 0px 8px 5px 4px rgba(0, 0, 0, 0.1), 0px 0px 16px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 5px 4px rgba(0, 0, 0, 0.1), 0px 0px 16px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 750px) {
  .btn-small a, .btn-small-sp-small a, .btn-small-with_bg a, .btn-small-pc_with_bg a {
    background: url("/resources/static/common/img/btn_small_off.png") no-repeat center/contain;
  }
}
@media (max-width: 1400px) {
  .btn-small a, .btn-small-sp-small a, .btn-small-with_bg a, .btn-small-pc_with_bg a {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .btn-small a, .btn-small-sp-small a, .btn-small-with_bg a, .btn-small-pc_with_bg a {
    height: 3.3571428571vw;
  }
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .btn-small a, .btn-small-sp-small a, .btn-small-with_bg a, .btn-small-pc_with_bg a {
    /* IE向けのCSS〜START */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.3em;
    /* IE向けのCSS〜END */
  }
}
.btn-small a::before, .btn-small-sp-small a::before, .btn-small-with_bg a::before, .btn-small-pc_with_bg a::before {
  content: "";
  display: block;
  background: url("/resources/static/common/img/btn_small_on.png") no-repeat center/contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .btn-small a::before, .btn-small-sp-small a::before, .btn-small-with_bg a::before, .btn-small-pc_with_bg a::before {
    display: none;
  }
}
.btn-small a span, .btn-small-sp-small a span, .btn-small-with_bg a span, .btn-small-pc_with_bg a span {
  position: relative;
}
.btn-small a:hover::before, .btn-small-sp-small a:hover::before, .btn-small-with_bg a:hover::before, .btn-small-pc_with_bg a:hover::before {
  opacity: 1;
}
@media (max-width: 750px) {
  .btn-small a, .btn-small-sp-small a, .btn-small-with_bg a, .btn-small-pc_with_bg a {
    height: 8.8vw;
    font-size: 2.9333333333vw;
  }
  .btn-small a:hover, .btn-small-sp-small a:hover, .btn-small-with_bg a:hover, .btn-small-pc_with_bg a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* .btn-small-with_bg
--------------------------------- */
.btn-small-with_bg::before, .btn-small-pc_with_bg::before {
  content: "";
  background: url("/resources/static/common/img/bg_btn_contents.png") no-repeat center/contain;
  width: 257px;
  height: 258px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1400px) {
  .btn-small-with_bg::before, .btn-small-pc_with_bg::before {
    width: 18.3571428571vw;
  }
}
@media (max-width: 1400px) {
  .btn-small-with_bg::before, .btn-small-pc_with_bg::before {
    height: 18.4285714286vw;
  }
}
@media (max-width: 750px) {
  .btn-small-with_bg::before, .btn-small-pc_with_bg::before {
    width: 42.8vw;
    height: 42.8vw;
  }
}

/* .btn-small-pc_with_bg
--------------------------------- */
.btn-small-pc_with_bg {
  cursor: pointer;
}
@media (max-width: 750px) {
  .btn-small-pc_with_bg::before {
    content: none;
  }
}

/* .btn-small-with_bg
--------------------------------- */
@media (max-width: 750px) {
  .btn-small-sp-small {
    width: 30vw;
    height: 6.6666666667vw;
  }
}
@media (max-width: 750px) {
  .btn-small-sp-small a {
    height: inherit;
  }
}

/* =================================
  .btn-medium
================================= */
.btn-medium, .btn-medium--menu {
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  padding: 0;
  background: transparent;
  overflow: visible !important;
  width: 330px;
}
@media (max-width: 1400px) {
  .btn-medium, .btn-medium--menu {
    width: 23.5714285714vw;
  }
}
@media (max-width: 750px) {
  .btn-medium, .btn-medium--menu {
    width: 44vw;
  }
}
.btn-medium a, .btn-medium--menu a, .btn-medium button, .btn-medium--menu button {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: url("/static/common/img/btn_sp_off.png") no-repeat center/100% 100%;
  position: relative;
  color: #ffd38c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  zoom: 1;
  font-size: 22px;
  width: 100%;
  height: 52px;
  /* IE閲覧時にテキストの下部に余白ができてしまうバグを調整 */
  -webkit-box-shadow: 0px 8px 5px 4px rgba(0, 0, 0, 0.1), 0px 0px 16px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 5px 4px rgba(0, 0, 0, 0.1), 0px 0px 16px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1400px) {
  .btn-medium a, .btn-medium--menu a, .btn-medium button, .btn-medium--menu button {
    font-size: 1.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .btn-medium a, .btn-medium--menu a, .btn-medium button, .btn-medium--menu button {
    height: 3.7142857143vw;
  }
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .btn-medium a, .btn-medium--menu a, .btn-medium button, .btn-medium--menu button {
    /* IE向けのCSS〜START */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.3em;
    /* IE向けのCSS〜END */
  }
}
.btn-medium a::before, .btn-medium--menu a::before, .btn-medium button::before, .btn-medium--menu button::before {
  content: "";
  display: block;
  background: url("/static/common/img/btn_sp_on.png") no-repeat center/100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .btn-medium a::before, .btn-medium--menu a::before, .btn-medium button::before, .btn-medium--menu button::before {
    display: none;
  }
}
.btn-medium a span, .btn-medium--menu a span, .btn-medium button span, .btn-medium--menu button span {
  position: relative;
}
.btn-medium a:hover, .btn-medium--menu a:hover, .btn-medium button:hover, .btn-medium--menu button:hover {
  -webkit-box-shadow: 0px 0px 7px 2px rgba(250, 210, 98, 0.2), 0px 0px 16px 10px rgba(255, 208, 78, 0.3);
          box-shadow: 0px 0px 7px 2px rgba(250, 210, 98, 0.2), 0px 0px 16px 10px rgba(255, 208, 78, 0.3);
}
.btn-medium a:hover::before, .btn-medium--menu a:hover::before, .btn-medium button:hover::before, .btn-medium--menu button:hover::before {
  opacity: 1;
}
@media (max-width: 750px) {
  .btn-medium a, .btn-medium--menu a, .btn-medium button, .btn-medium--menu button {
    height: 6.9333333333vw;
    font-size: 2.9333333333vw;
  }
  .btn-medium a:hover, .btn-medium--menu a:hover, .btn-medium button:hover, .btn-medium--menu button:hover {
    -webkit-box-shadow: 0px 0px 7px 2px rgba(250, 210, 98, 0.2), 0px 0px 16px 10px rgba(255, 208, 78, 0.3);
            box-shadow: 0px 0px 7px 2px rgba(250, 210, 98, 0.2), 0px 0px 16px 10px rgba(255, 208, 78, 0.3);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.btn-medium:hover a, .btn-medium--menu:hover a {
  -webkit-box-shadow: 0px 0px 7px 2px rgba(250, 210, 98, 0.2), 0px 0px 16px 10px rgba(255, 208, 78, 0.3);
          box-shadow: 0px 0px 7px 2px rgba(250, 210, 98, 0.2), 0px 0px 16px 10px rgba(255, 208, 78, 0.3);
}
.btn-medium:hover a::before, .btn-medium--menu:hover a::before {
  opacity: 1;
}
@media (max-width: 750px) {
  .btn-medium.sp-hidden, .sp-hidden.btn-medium--menu {
    display: none;
  }
}
.btn-medium.active a::before, .active.btn-medium--menu a::before, .btn-medium.active button::before, .active.btn-medium--menu button::before {
  opacity: 1;
}
@media (max-width: 750px) {
  .btn-medium.active a::before, .active.btn-medium--menu a::before, .btn-medium.active button::before, .active.btn-medium--menu button::before {
    display: block;
  }
}
.btn-medium.disabled, .disabled.btn-medium--menu {
  pointer-events: none;
}
.btn-medium.disabled a, .disabled.btn-medium--menu a, .btn-medium.disabled button, .disabled.btn-medium--menu button {
  cursor: auto;
  pointer-events: none;
  color: #898480;
  font-size: 18px;
  -webkit-box-shadow: 0px 8px 5px 4px rgba(0, 0, 0, 0.1), 0px 0px 16px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 5px 4px rgba(0, 0, 0, 0.1), 0px 0px 16px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1400px) {
  .btn-medium.disabled a, .disabled.btn-medium--menu a, .btn-medium.disabled button, .disabled.btn-medium--menu button {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 750px) {
  .btn-medium.disabled a, .disabled.btn-medium--menu a, .btn-medium.disabled button, .disabled.btn-medium--menu button {
    font-size: 2.4vw;
  }
}
.btn-medium.disabled a::before, .disabled.btn-medium--menu a::before, .btn-medium.disabled button::before, .disabled.btn-medium--menu button::before {
  background: url("/static/common/img/btn_sp_disabled.png") no-repeat center/100% 100%;
  opacity: 1;
}
@media (max-width: 750px) {
  .btn-medium.disabled a::before, .disabled.btn-medium--menu a::before, .btn-medium.disabled button::before, .disabled.btn-medium--menu button::before {
    display: block;
  }
}
.btn-medium.disabled a:hover, .disabled.btn-medium--menu a:hover, .btn-medium.disabled button:hover, .disabled.btn-medium--menu button:hover {
  -webkit-box-shadow: 0px 8px 5px 4px rgba(0, 0, 0, 0.1), 0px 0px 16px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 5px 4px rgba(0, 0, 0, 0.1), 0px 0px 16px 10px rgba(0, 0, 0, 0.3);
}
.btn-medium.disabled:hover a, .disabled.btn-medium--menu:hover a {
  -webkit-box-shadow: 0px 8px 5px 4px rgba(0, 0, 0, 0.1), 0px 0px 16px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 5px 4px rgba(0, 0, 0, 0.1), 0px 0px 16px 10px rgba(0, 0, 0, 0.3);
}

/* .btn-medium--menu
--------------------------------- */
.btn-medium--menu {
  width: 300px;
}
@media (max-width: 1400px) {
  .btn-medium--menu {
    width: 21.4285714286vw;
  }
}
@media (max-width: 750px) {
  .btn-medium--menu {
    width: 40vw;
  }
}
@media (max-width: 750px) {
  .btn-medium--menu.back {
    margin: 4vw auto 0 auto;
  }
}

/* =================================
  .btn-large
================================= */
.btn-large {
  width: 349px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1400px) {
  .btn-large {
    width: 24.9285714286vw;
  }
}
@media (max-width: 750px) {
  .btn-large {
    width: 46.5333333333vw;
  }
}
.btn-large a {
  background: url("/resources/static/common/img/btn_large_off.png") no-repeat center/contain;
  position: relative;
  color: #ffd38c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  font-size: 22px;
  width: 100%;
  height: 59px;
  /* IE閲覧時にテキストの下部に余白ができてしまうバグを調整 */
  -webkit-box-shadow: 0px 8px 5px 4px rgba(0, 0, 0, 0.1), 0px 0px 16px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 5px 4px rgba(0, 0, 0, 0.1), 0px 0px 16px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1400px) {
  .btn-large a {
    font-size: 1.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .btn-large a {
    height: 4.2142857143vw;
  }
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .btn-large a {
    /* IE向けのCSS〜START */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.3em;
    /* IE向けのCSS〜END */
  }
}
.btn-large a::before {
  content: "";
  display: block;
  background: url("/resources/static/common/img/btn_large_on.png") no-repeat center/contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .btn-large a::before {
    display: none;
  }
}
.btn-large a span {
  position: relative;
}
.btn-large a:hover {
  -webkit-box-shadow: 0px 0px 7px 2px rgba(250, 210, 98, 0.2), 0px 0px 16px 10px rgba(255, 208, 78, 0.3);
          box-shadow: 0px 0px 7px 2px rgba(250, 210, 98, 0.2), 0px 0px 16px 10px rgba(255, 208, 78, 0.3);
}
.btn-large a:hover::before {
  opacity: 0.5;
}
@media (max-width: 750px) {
  .btn-large a {
    height: 7.8666666667vw;
    font-size: 2.9333333333vw;
  }
  .btn-large a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.btn-large.active a {
  background: url("/resources/static/common/img/btn_large_active.png") no-repeat center/contain;
  pointer-events: none;
  color: #0d0105;
}

.web-float-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  color: #ffd38c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  padding: 20px;
  margin: 20px;
  font-size: 22px;
}
@media (max-width: 1400px) {
  .web-float-btn {
    padding: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .web-float-btn {
    margin: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .web-float-btn {
    font-size: 1.5714285714vw;
  }
}

/* =================================
  .article-list
================================= */
.article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article-list li {
  width: 23.25%;
}
.article-list li + li {
  margin-left: 2.3%;
}
.article-list li:nth-child(n+5) {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .article-list li:nth-child(n+5) {
    margin-top: 3.5714285714vw;
  }
}
.article-list li:nth-child(4n+1) {
  margin-left: 0;
}
@media (max-width: 750px) {
  .article-list li {
    width: 100%;
  }
  .article-list li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
    margin-left: 0;
  }
}
.article-list_inner {
  position: relative;
  width: 298px;
}
@media (max-width: 1400px) {
  .article-list_inner {
    width: 21.2857142857vw;
  }
}
@media (max-width: 750px) {
  .article-list_inner {
    width: 48vw;
  }
}
a:hover .article-list_inner::after {
  opacity: 1;
}
@media (max-width: 750px) {
  a:hover .article-list_inner::after {
    opacity: 0;
  }
}
.article-list_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 750px) {
  .article-list_head {
    width: 42.6666666667vw;
    position: absolute;
    left: 54.5%;
  }
}
.article-list_tag {
  font-weight: bold;
  color: #887057;
  overflow: hidden;
  padding-right: 1em;
  height: 26px;
  font-size: 12px;
  /* IE閲覧時にテキストの下部に余白ができてしまうバグを調整 */
}
.article-list_tag span {
  z-index: 2;
  display: inline-block;
}
.article-list_tag p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
}
.article-list_tag:hover p {
  text-decoration: underline;
  color: #ffd38c;
}
@media (max-width: 1400px) {
  .article-list_tag {
    height: 1.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .article-list_tag {
    font-size: 0.8571428571vw;
  }
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .article-list_tag {
    /* IE向けのCSS〜START */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.3em;
    /* IE向けのCSS〜END */
  }
}
@media (max-width: 750px) {
  .article-list_tag {
    font-size: 1.6vw;
    height: 4.2666666667vw;
    font-size: 1.7333333333vw;
  }
}
@media (max-width: 480px) {
  .article-list_tag {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.article-list_day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #887057;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
  /* IE閲覧時にテキストの下部に余白ができてしまうバグを調整 */
}
@media (max-width: 1400px) {
  .article-list_day {
    font-size: 0.8571428571vw;
  }
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .article-list_day {
    /* IE向けのCSS〜START */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.3em;
    /* IE向けのCSS〜END */
  }
}
@media (max-width: 750px) {
  .article-list_day {
    font-size: 1.6vw;
  }
}
a:hover .article-list_head .article-list_day {
  text-shadow: 0px 0px 8px rgba(255, 188, 0, 0.5), 0px 0px 12px rgba(255, 188, 0, 0.4);
}
@media (max-width: 750px) {
  a:hover .article-list_head .article-list_day {
    text-shadow: none;
  }
}
.article-list figure {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #594b3a;
  background: #000;
  height: 167px;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 0 2px 5px #000;
          box-shadow: 0 2px 5px #000;
}
@media (max-width: 1400px) {
  .article-list figure {
    height: 11.9285714286vw;
  }
}
.article-list figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 750px) {
  .article-list figure {
    width: 100%;
    height: 26.9333333333vw;
  }
}
.article-list figure::after {
  content: "";
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ffd38c;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.article-list a:hover figure {
  -webkit-box-shadow: 0px 0px 4px 1px rgba(250, 210, 98, 0.02), 0px 0px 16px 10px rgba(255, 208, 78, 0.03);
          box-shadow: 0px 0px 4px 1px rgba(250, 210, 98, 0.02), 0px 0px 16px 10px rgba(255, 208, 78, 0.03);
}
@media (max-width: 750px) {
  .article-list a:hover figure {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.article-list a:hover figure::after {
  opacity: 1;
}
.article-list_text {
  color: #ffd38c;
  line-height: 140%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-wrap: break-word;
  /* IE11用 */
  min-width: 100%;
  overflow-wrap: break-word;
  text-shadow: 0 2px 2px #000;
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
}
@media (max-width: 1400px) {
  .article-list_text {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .article-list_text {
    padding-top: 1.0714285714vw;
  }
}
@media (max-width: 750px) {
  .article-list_text {
    font-size: 2.9333333333vw;
    width: 42.6666666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 5.3333333333vw;
    padding-left: 2.6666666667vw;
    text-align: left;
  }
}
a:hover .article-list_text {
  text-shadow: 0px 0px 8px rgba(255, 188, 0, 0.5), 0px 0px 12px rgba(255, 188, 0, 0.4);
}
@media (max-width: 750px) {
  a:hover .article-list_text {
    text-shadow: none;
  }
}
@media (max-width: 750px) {
  .article-list {
    width: 100%;
  }
  .article-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .article-list + li {
    margin-left: 0;
    margin-top: 2.5vw;
  }
}

/* =================================
  .list-number
================================= */
.list-number {
  counter-reset: number 0;
}
.list-number > li {
  line-height: 180%;
  padding-left: 1.5em;
  position: relative;
  color: #ffd38c;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .list-number > li {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 750px) {
  .list-number > li {
    font-size: 2.9333333333vw;
  }
}
.list-number > li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: number 1;
  content: "(" counter(number) ")";
}

/* =================================
  .list-dots
================================= */
.list-dots > li {
  line-height: 180%;
  padding-left: 1em;
  position: relative;
  color: #ffd38c;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .list-dots > li {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 750px) {
  .list-dots > li {
    font-size: 2.9333333333vw;
  }
}
.list-dots > li::before {
  position: absolute;
  left: 0;
  top: 0.43em;
  content: "";
  display: block;
  background: url("/resources/static/common/img/icon-list_dots.svg") no-repeat center/contain;
  height: 16px;
  width: 16px;
}
@media (max-width: 1400px) {
  .list-dots > li::before {
    height: 1.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .list-dots > li::before {
    width: 1.1428571429vw;
  }
}
@media (max-width: 750px) {
  .list-dots > li::before {
    height: 2.1333333333vw;
    width: 2.1333333333vw;
  }
}

/* =================================
  .pagination
================================= */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  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: 0 auto;
  position: relative;
  width: 730px;
}
@media (max-width: 1400px) {
  .pagination {
    width: 52.1428571429vw;
  }
}
@media (max-width: 750px) {
  .pagination {
    width: 98%;
  }
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination ul a li {
  -webkit-transition: text-shadow 0.2s;
  transition: text-shadow 0.2s;
}
.pagination ul a li:hover {
  text-shadow: 0px 0px 8px #ffbc00, 0px 0px 12px #ffbc00;
}
@media (max-width: 750px) {
  .pagination ul a li:hover {
    text-shadow: none;
  }
}
.pagination ul a li.active {
  text-shadow: none;
}
.pagination ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffd38c;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
  height: 56px;
  width: 100px;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .pagination ul li {
    margin-left: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .pagination ul li {
    margin-right: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .pagination ul li {
    height: 4vw;
  }
}
@media (max-width: 1400px) {
  .pagination ul li {
    width: 7.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .pagination ul li {
    font-size: 1.1428571429vw;
  }
}
.pagination ul li span {
  pointer-events: none;
}
.pagination ul li.hide {
  display: none;
}
.pagination ul li.active {
  color: #0d0105;
  background: #957c54;
  pointer-events: none;
}
.pagination ul li.continue {
  cursor: auto;
}
@media (max-width: 750px) {
  .pagination ul li {
    height: 7.4666666667vw;
    width: 12.9333333333vw;
    margin-left: 0.5333333333vw;
    margin-right: 0.5333333333vw;
    font-size: 2.1333333333vw;
  }
}
.pagination__prev {
  content: "";
  display: block;
  background: url("/resources/static/common/img/icon_arw.svg") no-repeat center/auto auto;
  height: 35px;
  width: 53px;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(90deg);
          transform: translateY(-50%) rotateZ(90deg);
  cursor: pointer;
  position: absolute;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media (max-width: 1400px) {
  .pagination__prev {
    height: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .pagination__prev {
    width: 3.7857142857vw;
  }
}
@media (max-width: 1400px) {
  .pagination__prev {
    left: -0.7142857143vw;
  }
}
.pagination__prev.invalid {
  opacity: 0.4;
  pointer-events: none;
}
.pagination__prev:hover {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(255, 188, 0, 0.5));
          filter: drop-shadow(0px 0px 8px rgba(255, 188, 0, 0.5));
}
@media (max-width: 750px) {
  .pagination__prev {
    background: url("/resources/static/common/img/icon_arw.svg") no-repeat center/contain;
    height: 4.6666666667vw;
    width: 7.0666666667vw;
    left: -3.3333333333vw;
  }
}
.pagination__next {
  content: "";
  display: block;
  background: url("/resources/static/common/img/icon_arw.svg") no-repeat center/auto auto;
  height: 35px;
  width: 53px;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(-90deg);
          transform: translateY(-50%) rotateZ(-90deg);
  cursor: pointer;
  position: absolute;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media (max-width: 1400px) {
  .pagination__next {
    height: 2.5vw;
  }
}
@media (max-width: 1400px) {
  .pagination__next {
    width: 3.7857142857vw;
  }
}
@media (max-width: 1400px) {
  .pagination__next {
    right: -0.7142857143vw;
  }
}
.pagination__next.invalid {
  opacity: 0.4;
  pointer-events: none;
}
.pagination__next:hover {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(255, 188, 0, 0.5));
          filter: drop-shadow(0px 0px 8px rgba(255, 188, 0, 0.5));
}
@media (max-width: 750px) {
  .pagination__next {
    background: url("/resources/static/common/img/icon_arw.svg") no-repeat center/contain;
    height: 4.6666666667vw;
    width: 7.0666666667vw;
    right: -3.3333333333vw;
  }
}

/* =================================
top
================================= */
.top {
  /* .top__main-visual
  --------------------------------- */
  /* .top__notices
  --------------------------------- */
  /* .top__picup-article
  --------------------------------- */
  /* .top__new-article
  --------------------------------- */
  /* .top__flex-wrap
  --------------------------------- */
  /* .top__twitter
  --------------------------------- */
  /* .top__link-list
  --------------------------------- */
}
.top-padding {
  padding-top: 46px;
}
@media (max-width: 1400px) {
  .top-padding {
    padding-top: 3.2857142857vw;
  }
}
@media (max-width: 750px) {
  .top-padding {
    padding-top: 8.3066666667vw;
  }
}
.top__background-wrap {
  background: url("/resources/static/common/img/top/bg_contents_pc.jpg") no-repeat top;
  background-size: 100%;
}
@media (max-width: 750px) {
  .top__background-wrap {
    background: url("/resources/static/common/img/top/bg_contents_sp.jpg") no-repeat top center/contain;
    background-size: 100%;
  }
}
.top__main-visual {
  background: #000;
  background: radial-gradient(#171518, #111015);
  border-bottom: 2px #887057 solid;
}
.top__main-visual_wrap {
  position: relative;
}
.top__main-visual picture {
  width: 100%;
}
.top__main-visual_shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top__main-visual_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffd38c;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-wrap: break-word;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  padding: 20px;
}
@media (max-width: 1400px) {
  .top__main-visual_text {
    font-size: 1.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .top__main-visual_text {
    padding: 1.4285714286vw;
  }
}
.top__main-visual_text p {
  margin: 0 auto;
  text-align: center;
  line-height: 133%;
  width: 1288px;
}
@media (max-width: 1400px) {
  .top__main-visual_text p {
    width: 92vw;
  }
}
@media (max-width: 750px) {
  .top__main-visual_text p {
    text-align: left;
  }
}
@media (max-width: 750px) {
  .top__main-visual_text {
    font-size: 4vw;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.top__main-visual_text::before, .top__main-visual_text::after {
  content: "";
  position: absolute;
  top: -2px;
  height: 2px;
  width: calc(50% - 36.5px);
}
@media (max-width: 1400px) {
  .top__main-visual_text::before, .top__main-visual_text::after {
    width: calc(50% - 2.6vw);
  }
}
@media (max-width: 750px) {
  .top__main-visual_text::before, .top__main-visual_text::after {
    width: calc(50% - 4.867vw);
  }
}
.top__main-visual_text::before {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#d4b37c), to(#887057));
  background: linear-gradient(to left, #d4b37c, #887057);
}
.top__main-visual_text::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#887057), to(#d4b37c));
  background: linear-gradient(to left, #887057, #d4b37c);
}
.top__main-visual_text .decoration {
  position: absolute;
  display: block;
  width: 73px;
  height: 31px;
  margin-left: -36.5px;
  top: -19px;
  left: 50%;
  background: url("/static/common/img/frame-element.png") no-repeat center center/contain;
  position: absolute;
}
@media (max-width: 1400px) {
  .top__main-visual_text .decoration {
    width: 5.2142857143vw;
  }
}
@media (max-width: 1400px) {
  .top__main-visual_text .decoration {
    height: 2.2142857143vw;
  }
}
@media (max-width: 1400px) {
  .top__main-visual_text .decoration {
    margin-left: -2.6071428571vw;
  }
}
@media (max-width: 1400px) {
  .top__main-visual_text .decoration {
    top: calc(-1.1vw - 3.5px);
  }
}
@media (max-width: 750px) {
  .top__main-visual_text .decoration {
    width: 9.7333333333vw;
    height: 4.1333333333vw;
    top: calc(-2.1vw - 3.5px);
    margin-left: -4.8666666667vw;
  }
}
.top__main-visual_text .decoration::before, .top__main-visual_text .decoration::after {
  content: "";
  position: absolute;
  display: block;
  background: #d4b37c;
  height: 2px;
  top: 12px;
  width: 320px;
}
@media (max-width: 1400px) {
  .top__main-visual_text .decoration::before, .top__main-visual_text .decoration::after {
    width: 22.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .top__main-visual_text .decoration::before, .top__main-visual_text .decoration::after {
    top: calc(1.1vw - 3.5px);
  }
}
@media (max-width: 750px) {
  .top__main-visual_text .decoration::before, .top__main-visual_text .decoration::after {
    top: calc(2.06vw - 3.5px);
    width: 32.5333333333vw;
  }
}
.top__main-visual_text .decoration::before {
  right: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#d4b37c), to(#887057));
  background: linear-gradient(to left, #d4b37c, #887057);
}
.top__main-visual_text .decoration::after {
  left: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#887057), to(#d4b37c));
  background: linear-gradient(to left, #887057, #d4b37c);
}
.top__notices {
  padding-top: 78px;
}
@media (max-width: 1400px) {
  .top__notices {
    padding-top: 5.5714285714vw;
  }
}
.top__notices .content-inner, .top__notices .operation__contents, .top__notices .news-details .article-list, .news-details .top__notices .article-list, .top__notices .news-details__sns, .top__notices .news-details__content, .top__notices .news-details__info, .top__notices .news-details__ttl, .top__notices .news__disp-switch, .top__notices .news h3, .news .top__notices h3, .top__notices .h2-terms, .top__notices .h3-terms {
  background: url("/resources/static/common/img/bg_header_pc.jpg") no-repeat center/100% 100% #262727;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.top__notices_ttl {
  border-top: 1px solid #7D6851;
  font-family: "Cambria", "Times New Roman", "Georgia", "Sawarabi Mincho", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  border-bottom: 1px solid #7D6851;
  height: 50px;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .top__notices_ttl {
    height: 3.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .top__notices_ttl {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .top__notices_ttl {
    height: 7.8666666667vw;
    font-size: 3.4666666667vw;
  }
}
.top__notices_dl-container {
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 1400px) {
  .top__notices_dl-container {
    padding-top: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .top__notices_dl-container {
    padding-bottom: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .top__notices_dl-container {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #594b3a;
  }
}
.top__notices_dl-container::before {
  background: url("/resources/static/common/img/top/line_news-list.png") no-repeat center/contain;
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 750px) {
  .top__notices_dl-container::before {
    display: none;
  }
}
.top__notices_dl-container dl {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: text-shadow 0.2s;
  transition: text-shadow 0.2s;
}
@media (max-width: 750px) {
  .top__notices_dl-container dl {
    display: block;
  }
}
.top__notices_dl-container dl dt, .top__notices_dl-container dl dd {
  color: #ffd38c;
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .top__notices_dl-container dl dt, .top__notices_dl-container dl dd {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 750px) {
  .top__notices_dl-container dl dt, .top__notices_dl-container dl dd {
    font-size: 3.2vw;
  }
}
.top__notices_dl-container dl a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top__notices_dl-container dl:hover {
  text-shadow: 0px 0px 8px rgba(255, 188, 0, 0.5), 0px 0px 12px rgba(255, 188, 0, 0.4);
}
.top__notices_dl-container dl:hover dd {
  text-decoration: underline;
}
@media (max-width: 750px) {
  .top__notices_dl-container dl:hover {
    text-shadow: none;
  }
}
.top__notices_dl-container dl dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 170px;
  border-right: 1px solid #594b3a;
  position: relative;
  line-height: 150%;
  /* IE閲覧時にテキストの下部に余白ができてしまうバグを調整 */
}
@media (max-width: 1400px) {
  .top__notices_dl-container dl dt {
    width: 12.1428571429vw;
  }
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .top__notices_dl-container dl dt {
    /* IE向けのCSS〜START */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.3em;
    /* IE向けのCSS〜END */
  }
}
@media (max-width: 750px) {
  .top__notices_dl-container dl dt {
    font-size: 2.2666666667vw;
  }
}
.top__notices_dl-container dl dt span {
  /* IE閲覧時にテキストの下部に余白ができてしまうバグを調整 */
  padding-left: 25px;
  position: relative;
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .top__notices_dl-container dl dt span {
    /* IE向けのCSS〜START */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.3em;
    /* IE向けのCSS〜END */
  }
}
@media (max-width: 1400px) {
  .top__notices_dl-container dl dt span {
    padding-left: 1.7857142857vw;
  }
}
.top__notices_dl-container dl dt span::before {
  background: url("/resources/static/common/img/icon_common_marker.png") no-repeat center/contain;
  content: "";
  width: 13px;
  height: 21px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .top__notices_dl-container dl dt span::before {
    width: 0.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .top__notices_dl-container dl dt span::before {
    height: 1.5vw;
  }
}
@media (max-width: 750px) {
  .top__notices_dl-container dl dt {
    width: 100%;
    border-right: none;
  }
  .top__notices_dl-container dl dt span {
    padding-left: 3.3333333333vw;
  }
  .top__notices_dl-container dl dt span::before {
    height: 2.8vw;
    width: 1.7333333333vw;
  }
}
.top__notices_dl-container dl dd {
  padding-left: 20px;
  position: relative;
  line-height: 150%;
  width: 82%;
}
@media (max-width: 1400px) {
  .top__notices_dl-container dl dd {
    padding-left: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .top__notices_dl-container dl dd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    width: 100%;
    font-size: 2.9333333333vw;
  }
}
.top__notices_dl-container dl dd::after {
  background: url("/resources/static/common/img/icon_arw.png") no-repeat center/contain;
  content: "";
  top: 50%;
  width: 13px;
  height: 8px;
  display: block;
  position: absolute;
  right: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .top__notices_dl-container dl dd::after {
    width: 0.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .top__notices_dl-container dl dd::after {
    height: 0.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .top__notices_dl-container dl dd::after {
    right: -1.7857142857vw;
  }
}
@media (max-width: 750px) {
  .top__notices_dl-container dl dd::after {
    display: none;
  }
}
.top__notices_more-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 1400px) {
  .top__notices_more-link ul {
    margin-top: 1.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .top__notices_more-link ul {
    padding-bottom: 1.7142857143vw;
  }
}
@media (max-width: 750px) {
  .top__notices_more-link ul {
    margin-top: 4vw;
    padding-bottom: 3.4933333333vw;
  }
}
.top__notices_more-link ul li:not(:last-child) {
  border-right: 1px solid #594b3a;
}
.top__notices_more-link ul li span {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .top__notices_more-link ul li span {
    margin-left: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .top__notices_more-link ul li span {
    margin-right: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .top__notices_more-link ul li span {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 750px) {
  .top__notices_more-link ul li span {
    font-size: 2.6666666667vw;
  }
}
.top__notices_more-link ul li span a {
  color: #ffd38c;
  padding-right: 20px;
}
@media (max-width: 1400px) {
  .top__notices_more-link ul li span a {
    padding-right: 1.4285714286vw;
  }
}
.top__notices_more-link ul li span a::after {
  content: "";
  display: block;
  background: url("/resources/static/common/img/icon_arw.png") no-repeat center/contain;
  position: absolute;
  width: 13px;
  height: 8px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .top__notices_more-link ul li span a::after {
    width: 0.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .top__notices_more-link ul li span a::after {
    height: 0.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .top__notices_more-link ul li span a::after {
    right: 0vw;
  }
}
@media (max-width: 750px) {
  .top__notices_more-link ul li span a::after {
    display: none;
  }
}
.top__notices_more-link ul li span a:hover {
  text-shadow: 0px 0px 8px rgba(255, 188, 0, 0.5), 0px 0px 12px rgba(255, 188, 0, 0.4);
}
@media (max-width: 750px) {
  .top__notices_more-link ul li span a:hover {
    text-shadow: none;
  }
}
.top__picup-article {
  padding-top: 77px;
}
@media (max-width: 1400px) {
  .top__picup-article {
    padding-top: 5.5vw;
  }
}
@media (max-width: 750px) {
  .top__picup-article {
    padding-top: 10.6666666667vw;
  }
}
.top__picup-article h3 {
  display: none;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .top__picup-article h3 {
    margin-bottom: 3.5714285714vw;
  }
}
@media (max-width: 750px) {
  .top__picup-article h3 {
    margin-bottom: 4.6666666667vw;
  }
}
.top__picup-article .btn-small-with_bg, .top__picup-article .btn-small-pc_with_bg {
  display: none;
  margin-top: 90px;
}
@media (max-width: 1400px) {
  .top__picup-article .btn-small-with_bg, .top__picup-article .btn-small-pc_with_bg {
    margin-top: 6.4285714286vw;
  }
}
@media (max-width: 750px) {
  .top__picup-article .btn-small-with_bg, .top__picup-article .btn-small-pc_with_bg {
    margin-top: 8vw;
  }
}
.top__picup-article .btn-small-with_bg::before, .top__picup-article .btn-small-pc_with_bg::before {
  opacity: 0.4;
}
@media (max-width: 750px) {
  .top__picup-article .article-list {
    width: 100%;
    margin-top: 1.3333333333vw;
    margin-bottom: 8vw;
  }
}
.top__picup-article .article-list li {
  width: 31.7%;
}
.top__picup-article .article-list li:nth-child(4n+1) {
  margin-left: 2.3%;
}
.top__picup-article .article-list li:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 750px) {
  .top__picup-article .article-list li {
    width: 100%;
  }
}
.top__picup-article .article-list_inner {
  width: 408px;
}
@media (max-width: 1400px) {
  .top__picup-article .article-list_inner {
    width: 29.1428571429vw;
  }
}
@media (max-width: 750px) {
  .top__picup-article .article-list_inner {
    width: 48vw;
  }
}
.top__picup-article .article-list figure {
  height: 227px;
}
@media (max-width: 1400px) {
  .top__picup-article .article-list figure {
    height: 16.2142857143vw;
  }
}
@media (max-width: 750px) {
  .top__picup-article .article-list figure {
    width: 100%;
    height: 26.9333333333vw;
  }
}
.top__new-article {
  padding-top: 90px;
}
@media (max-width: 1400px) {
  .top__new-article {
    padding-top: 6.4285714286vw;
  }
}
.top__new-article h3 {
  display: none;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .top__new-article h3 {
    margin-bottom: 3.5714285714vw;
  }
}
@media (max-width: 750px) {
  .top__new-article h3 {
    margin-bottom: 4.6666666667vw;
  }
}
.top__new-article .btn-small-with_bg, .top__new-article .btn-small-pc_with_bg {
  margin-top: 90px;
}
@media (max-width: 1400px) {
  .top__new-article .btn-small-with_bg, .top__new-article .btn-small-pc_with_bg {
    margin-top: 6.4285714286vw;
  }
}
@media (max-width: 750px) {
  .top__new-article .btn-small-with_bg, .top__new-article .btn-small-pc_with_bg {
    margin-top: 8vw;
  }
}
.top__new-article .btn-small-with_bg::before, .top__new-article .btn-small-pc_with_bg::before {
  opacity: 0.4;
}
.top__flex-wrap {
  padding-top: 110px;
  padding-bottom: 100px;
}
@media (max-width: 1400px) {
  .top__flex-wrap {
    padding-top: 7.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .top__flex-wrap {
    padding-bottom: 7.1428571429vw;
  }
}
@media (max-width: 750px) {
  .top__flex-wrap {
    padding-top: 12vw;
    padding-bottom: 12vw;
    display: block;
  }
}
.top__twitter {
  margin: 0 auto;
  width: 610px;
}
@media (max-width: 1400px) {
  .top__twitter {
    width: 43.5714285714vw;
  }
}
@media (max-width: 750px) {
  .top__twitter {
    width: 90.4vw;
  }
}
.top__twitter h3 {
  display: none;
  text-align: center;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .top__twitter h3 {
    padding-bottom: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .top__twitter h3 {
    margin-bottom: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .top__twitter h3 {
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.top__twitter h3::before {
  display: none;
}
.top__twitter h3::after {
  background: url("/resources/static/common/img/top/line_twitter_title.png") no-repeat center/100%;
  height: 8px;
}
@media (max-width: 1400px) {
  .top__twitter h3::after {
    height: 0.5714285714vw;
  }
}
@media (max-width: 750px) {
  .top__twitter h3::after {
    background: url("/resources/static/common/img/top/line_twitter_title_sp.png") no-repeat center/100%;
    height: 1.0666666667vw;
  }
}
.top__twitter h3 span {
  position: relative;
  font-size: 34px;
}
@media (max-width: 1400px) {
  .top__twitter h3 span {
    font-size: 2.4285714286vw;
  }
}
@media (max-width: 750px) {
  .top__twitter h3 span {
    font-size: 4.5333333333vw;
  }
}
.top__twitter h3 span::after, .top__twitter h3 span::before {
  content: "";
  background: url("/resources/static/common/img/icon_common_marker.png") no-repeat center/100%;
  display: block;
  position: absolute;
  height: 21px;
  width: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .top__twitter h3 span::after, .top__twitter h3 span::before {
    height: 1.5vw;
  }
}
@media (max-width: 1400px) {
  .top__twitter h3 span::after, .top__twitter h3 span::before {
    width: 0.9285714286vw;
  }
}
@media (max-width: 750px) {
  .top__twitter h3 span::after, .top__twitter h3 span::before {
    height: 2.8vw;
    width: 1.7333333333vw;
  }
}
.top__twitter h3 span::after {
  right: -45px;
}
@media (max-width: 1400px) {
  .top__twitter h3 span::after {
    right: -3.2142857143vw;
  }
}
@media (max-width: 750px) {
  .top__twitter h3 span::after {
    right: -6vw;
  }
}
.top__twitter h3 span::before {
  left: -45px;
}
@media (max-width: 1400px) {
  .top__twitter h3 span::before {
    left: -3.2142857143vw;
  }
}
@media (max-width: 750px) {
  .top__twitter h3 span::before {
    left: -6vw;
  }
}
.top__twitter_wrap {
  background: #000000;
  border: solid 1px #594b3a;
  overflow-x: hidden;
}
.top__twitter_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1400px) {
  .top__twitter_head {
    padding: 1.7857142857vw 1.7857142857vw 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .top__twitter_head {
    padding: 3.3333333333vw 3.3333333333vw 2.6666666667vw;
  }
}
.top__twitter_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top__twitter_thum {
  width: 88px;
  height: 88px;
}
@media (max-width: 1400px) {
  .top__twitter_thum {
    width: 6.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .top__twitter_thum {
    height: 6.2857142857vw;
  }
}
@media (max-width: 750px) {
  .top__twitter_thum {
    width: 12vw;
    height: 12vw;
  }
}
.top__twitter_name {
  margin-left: 25px;
  color: #947956;
  line-height: 140%;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 1400px) {
  .top__twitter_name {
    margin-left: 1.7857142857vw;
  }
}
@media (max-width: 1400px) {
  .top__twitter_name {
    font-size: 1.7142857143vw;
  }
}
@media (max-width: 750px) {
  .top__twitter_name {
    margin-left: 3.3333333333vw;
    font-size: 3.2vw;
  }
}
.top__twitter_name a {
  color: #947956;
  font-weight: normal;
}
.top__twitter_icon {
  width: 46px;
  height: 29px;
}
@media (max-width: 1400px) {
  .top__twitter_icon {
    width: 3.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .top__twitter_icon {
    height: 2.0714285714vw;
  }
}
@media (max-width: 750px) {
  .top__twitter_icon {
    width: 6.1333333333vw;
    height: 3.8666666667vw;
  }
}
.top__twitter_widgetWrap {
  width: 610px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em;
}
@media (max-width: 1400px) {
  .top__twitter_widgetWrap {
    width: 43.5714285714vw;
  }
}
.top__twitter_widgetWrap iframe {
  width: 100% !important;
  height: 400px !important;
}
@media (max-width: 1400px) {
  .top__twitter_widgetWrap iframe {
    height: 53.3333333333vw;
  }
}
@media (max-width: 750px) {
  .top__twitter_widgetWrap {
    width: 90.6666666667vw;
    padding: 1em;
  }
  .top__twitter_widgetWrap iframe {
    width: calc(100vw - 20px) !important;
    height: 72vw !important;
  }
}
.top__link-list {
  width: 560px;
}
@media (max-width: 1400px) {
  .top__link-list {
    width: 40vw;
  }
}
.top__link-list li + li {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .top__link-list li + li {
    margin-top: 2.8571428571vw;
  }
}
@media (max-width: 750px) {
  .top__link-list li + li {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .top__link-list {
    background: url("/resources/static/common/img/top/bg_link_list.jpg") repeat;
    width: 100%;
    margin-top: 8vw;
    padding: 1.3333333333vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top__link-list_wrap {
    border-top: solid 1px #4f3f33;
    border-bottom: solid 1px #6e5a47;
  }
  .top__link-list ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5.3333333333vw 7.7333333333vw;
    border-top: solid 1px #6e5a47;
    border-bottom: solid 1px #4f3f33;
  }
  .top__link-list ul li {
    border: solid 1px #564939;
  }
  .top__link-list ul li img {
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top__link-list ul li:not(:first-child) {
    margin-top: 4vw;
  }
}

/* =================================
  news
================================= */
.news {
  padding-bottom: 80px;
  padding-top: 200px;
  /* .h2-lower
  --------------------------------- */
  /* h3
  --------------------------------- */
  /* .news__disp-switch
  --------------------------------- */
  /* .news__list
  --------------------------------- */
}
@media (max-width: 1400px) {
  .news {
    padding-bottom: 5.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .news {
    padding-top: 14.2857142857vw;
  }
}
@media (max-width: 750px) {
  .news {
    margin-bottom: 1.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-top: 26.6666666667vw;
  }
}
.news .h2-lower {
  display: none;
}
.news .h2-lower__wrap {
  background: url("/resources/static/common/img/news/lower_visual_news.jpg") no-repeat 50% 12%/100% auto;
}
@media (max-width: 750px) {
  .news .h2-lower__wrap {
    background: url("/resources/static/common/img/news/lower_visual_news.jpg") no-repeat -5% 10%/115% auto;
  }
}
.news h3 {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .news h3 {
    margin-bottom: 2.8571428571vw;
  }
}
@media (max-width: 750px) {
  .news h3 {
    margin-bottom: 1.3333333333vw;
  }
}
.news__disp-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
  margin-bottom: 60px;
}
@media (max-width: 1400px) {
  .news__disp-switch {
    padding-top: 1.0714285714vw;
  }
}
@media (max-width: 1400px) {
  .news__disp-switch {
    margin-bottom: 4.2857142857vw;
  }
}
@media (max-width: 750px) {
  .news__disp-switch {
    padding-top: 2vw;
    margin-bottom: 4vw;
  }
}
.news__disp-switch li {
  color: #f8ebb7;
}
@media (max-width: 750px) {
  .news__disp-switch li {
    margin-bottom: 20px;
  }
}
.news__disp-switch li.is-current-category {
  text-decoration: underline;
  color: #faefc0;
}
.news__disp-switch li.invalid {
  opacity: 0.5;
  pointer-events: none;
}
.news__disp-switch li:hover {
  text-shadow: 0px 0px 8px rgba(255, 188, 0, 0.5), 0px 0px 12px rgba(255, 188, 0, 0.4);
}
@media (max-width: 750px) {
  .news__disp-switch li:hover {
    text-shadow: none;
  }
  .news__disp-switch li:hover::before {
    left: 0;
  }
}
.news__disp-switch li span.menu-separator-left {
  border-left: 1px solid #ffd38c;
}
@media (max-width: 750px) {
  .news__disp-switch li span.menu-separator-left {
    display: none;
  }
}
.news__disp-switch li span a {
  color: inherit;
  position: relative;
  cursor: pointer;
  -webkit-transition: text-shadow 0.2s;
  transition: text-shadow 0.2s;
  font-size: 22px;
  margin-right: 14px;
}
@media (max-width: 1400px) {
  .news__disp-switch li span a {
    font-size: 1.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .news__disp-switch li span a {
    margin-right: 1vw;
  }
}
@media (max-width: 750px) {
  .news__disp-switch li span a {
    font-size: 3.4666666667vw;
    padding-right: 1.3333333333vw;
  }
}
.news__disp-switch li span a:not(.with-important) {
  margin-left: 16px;
  padding-left: 20px;
}
@media (max-width: 1400px) {
  .news__disp-switch li span a:not(.with-important) {
    margin-left: 1.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .news__disp-switch li span a:not(.with-important) {
    padding-left: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .news__disp-switch li span a:not(.with-important) {
    margin-left: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}
.news__disp-switch li span a:not(.with-important)::before {
  content: "";
  display: block;
  background: url("/resources/static/common/img/icon-arw-menu.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  height: 16px;
  width: 11px;
}
@media (max-width: 1400px) {
  .news__disp-switch li span a:not(.with-important)::before {
    height: 1.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .news__disp-switch li span a:not(.with-important)::before {
    width: 0.7857142857vw;
  }
}
@media (max-width: 750px) {
  .news__disp-switch li span a:not(.with-important)::before {
    height: 2.1333333333vw;
    width: 1.4666666667vw;
  }
}
.news__disp-switch li span a.with-important {
  margin-left: 12px;
  padding-left: 40px;
}
@media (max-width: 1400px) {
  .news__disp-switch li span a.with-important {
    margin-left: 0.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .news__disp-switch li span a.with-important {
    padding-left: 2.8571428571vw;
  }
}
@media (max-width: 750px) {
  .news__disp-switch li span a.with-important {
    margin-left: 1.6vw;
    padding-left: 5.0666666667vw;
  }
}
.news__disp-switch li span a.with-important::before {
  content: "";
  display: block;
  background: url("/resources/static/common/img/news/icon-caution.png") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  height: 32px;
  width: 38px;
}
@media (max-width: 1400px) {
  .news__disp-switch li span a.with-important::before {
    height: 2.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .news__disp-switch li span a.with-important::before {
    width: 2.7142857143vw;
  }
}
@media (max-width: 750px) {
  .news__disp-switch li span a.with-important::before {
    height: 4.2666666667vw;
    width: 5.0666666667vw;
  }
}
.news__list .article-list {
  margin-top: 10px;
  margin-bottom: 60px;
}
@media (max-width: 1400px) {
  .news__list .article-list {
    margin-top: 0.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .news__list .article-list {
    margin-bottom: 4.2857142857vw;
  }
}
.news__list .article-list li {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .news__list .article-list li {
    margin-top: 3.5714285714vw;
  }
}
@media (max-width: 750px) {
  .news__list .article-list {
    margin-top: 1.3333333333vw;
    margin-bottom: 8vw;
  }
  .news__list .article-list li {
    margin-top: 4vw;
  }
}

/* =================================
  ^padding-for-header
================================= */
.padding-for-header {
  padding-top: 46px;
}
@media (max-width: 1400px) {
  .padding-for-header {
    padding-top: 3.2857142857vw;
  }
}
@media (max-width: 750px) {
  .padding-for-header {
    padding-top: 8.3066666667vw;
  }
}

.padding-for-header--sp {
  padding-top: 140px;
}
@media (max-width: 1400px) {
  .padding-for-header--sp {
    padding-top: 10vw;
  }
}
@media (max-width: 750px) {
  .padding-for-header--sp {
    padding-top: 21.64vw;
  }
}

.padding-for-header--login {
  padding-top: 213px;
}
@media (max-width: 1400px) {
  .padding-for-header--login {
    padding-top: 15.2142857143vw;
  }
}
@media (max-width: 750px) {
  .padding-for-header--login {
    padding-top: 21.64vw;
  }
}

.padding-for-header--article-login {
  padding-top: 272px;
}
@media (max-width: 1400px) {
  .padding-for-header--article-login {
    padding-top: 19.4285714286vw;
  }
}
@media (max-width: 750px) {
  .padding-for-header--article-login {
    padding-top: 26.6666666667vw;
  }
}

.padding-for-header--help-nologin {
  padding-top: 141px;
}
@media (max-width: 1400px) {
  .padding-for-header--help-nologin {
    padding-top: 10.0714285714vw;
  }
}
@media (max-width: 750px) {
  .padding-for-header--help-nologin {
    padding-top: 21.64vw;
  }
}

.guide {
  padding-top: 220px;
}
@media (max-width: 1400px) {
  .guide {
    padding-top: 15.7142857143vw;
  }
}
@media (max-width: 750px) {
  .guide {
    padding-top: 30.6666666667vw;
  }
}

.guide--login {
  padding-top: 292px;
}
@media (max-width: 1400px) {
  .guide--login {
    padding-top: 20.8571428571vw;
  }
}
@media (max-width: 750px) {
  .guide--login {
    padding-top: 30.6666666667vw;
  }
}

.padding-for-header--ranking {
  padding-top: 141px;
}
@media (max-width: 1400px) {
  .padding-for-header--ranking {
    padding-top: 10.0714285714vw;
  }
}
@media (max-width: 750px) {
  .padding-for-header--ranking {
    padding-top: 21.64vw;
  }
}

/* =================================
  news-details
================================= */
.news-details {
  padding-bottom: 80px;
  padding-top: 46px;
  /* .news-details__article
  --------------------------------- */
  /* .news-details__visual
  --------------------------------- */
  /* .news-details__ttl
  --------------------------------- */
  /* .news-details__info
  --------------------------------- */
  /* .news-details__content
  --------------------------------- */
  /* .news-details__sns
  --------------------------------- */
  /* .article-list
  --------------------------------- */
}
@media (max-width: 1400px) {
  .news-details {
    padding-bottom: 5.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .news-details {
    padding-top: 3.2857142857vw;
  }
}
@media (max-width: 750px) {
  .news-details {
    padding-bottom: 11.3333333333vw;
    padding-top: 21.3333333333vw;
  }
}
.news-details__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-details__visual {
  margin-bottom: 40px;
  border-bottom: 1px solid #594b3a;
  background: #000;
  background: radial-gradient(#171518, #111015);
  position: relative;
}
@media (max-width: 1400px) {
  .news-details__visual {
    margin-bottom: 2.8571428571vw;
  }
}
.news-details__visual figure {
  height: 580px;
}
@media (max-width: 1400px) {
  .news-details__visual figure {
    height: 41.4285714286vw;
  }
}
.news-details__visual figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.news-details__visual figure img.object-pos_top {
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit: cover;", "object-position: top;";
}
.news-details__visual figure img.object-pos_center {
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;", "object-position: center;";
}
.news-details__visual figure img.object-pos_bottom {
  -o-object-position: bottom;
     object-position: bottom;
  font-family: "object-fit: cover;", "object-position: bottom;";
}
@media (max-width: 750px) {
  .news-details__visual {
    margin: 4vw auto;
    border: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 92vw;
  }
  .news-details__visual figure {
    height: 52vw;
  }
}
.news-details__ttl {
  background: none;
  display: block;
  height: auto;
}
.news-details__ttl span {
  display: block;
}
.news-details__ttl_main {
  font-size: 34px;
  margin-top: 20px;
  font-weight: bold;
  line-height: 120%;
  word-wrap: break-word;
  /* IE11用 */
  overflow-wrap: break-word;
}
.news-details__ttl_main a {
  color: #ffd38c;
}
@media (max-width: 1400px) {
  .news-details__ttl_main {
    font-size: 2.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .news-details__ttl_main {
    margin-top: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .news-details__ttl_main {
    font-size: 4.5333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.news-details__ttl_tag {
  font-size: 22px;
  padding-left: 35px;
  position: relative;
}
.news-details__ttl_tag a {
  color: #ebdeae;
}
@media (max-width: 1400px) {
  .news-details__ttl_tag {
    font-size: 1.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .news-details__ttl_tag {
    padding-left: 2.5vw;
  }
}
@media (max-width: 750px) {
  .news-details__ttl_tag {
    font-size: 2.9333333333vw;
    padding-left: 4.6666666667vw;
  }
}
.news-details__ttl_tag::before {
  position: absolute;
  content: "";
  display: block;
  background: url("/resources/static/common/img/news/icon_ttl_tag.svg") no-repeat center/contain;
  width: 25px;
  height: 28px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .news-details__ttl_tag::before {
    width: 1.7857142857vw;
  }
}
@media (max-width: 1400px) {
  .news-details__ttl_tag::before {
    height: 2vw;
  }
}
@media (max-width: 750px) {
  .news-details__ttl_tag::before {
    width: 3.3333333333vw;
    height: 3.7333333333vw;
  }
}
@media (max-width: 750px) {
  .news-details__ttl {
    padding-top: 5.3333333333vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.news-details__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .news-details__info {
    margin-top: 2.1428571429vw;
  }
}
.news-details__info_time {
  font-size: 18px;
  color: #887057;
}
@media (max-width: 1400px) {
  .news-details__info_time {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 750px) {
  .news-details__info_time {
    font-size: 2.4vw;
  }
}
.news-details__info_platform {
  font-size: 18px;
  color: #887057;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1400px) {
  .news-details__info_platform {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 750px) {
  .news-details__info_platform {
    font-size: 2.4vw;
  }
}
.news-details__info_platform li + li::before {
  content: "/";
  padding: 0 0.4em;
}
@media (max-width: 750px) {
  .news-details__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 4vw;
  }
}
.news-details__content {
  color: #ffd38c;
  margin-top: 80px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .news-details__content {
    margin-top: 5.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .news-details__content {
    margin-bottom: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  .news-details__content {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0vw;
    margin-bottom: 4vw;
  }
}
.news-details__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.news-details__sns_hash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
}
@media (max-width: 1400px) {
  .news-details__sns_hash {
    font-size: 1.5714285714vw;
  }
}
@media (max-width: 750px) {
  .news-details__sns_hash {
    font-size: 2.9333333333vw;
  }
}
.news-details__sns_hash a {
  color: #f8ebb7;
}
.news-details__sns_hash li + li {
  margin-left: 25px;
}
@media (max-width: 1400px) {
  .news-details__sns_hash li + li {
    margin-left: 1.7857142857vw;
  }
}
@media (max-width: 750px) {
  .news-details__sns_hash li + li {
    margin-left: 3.3333333333vw;
  }
}
.news-details__sns_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-details__sns_share li {
  width: 58px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 1400px) {
  .news-details__sns_share li {
    width: 4.1428571429vw;
  }
}
@media (max-width: 750px) {
  .news-details__sns_share li {
    width: 7.7333333333vw;
  }
}
.news-details__sns_share li:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .news-details__sns_share li:hover {
    opacity: 1;
  }
}
.news-details__sns_share li + li {
  margin-left: 20px;
}
@media (max-width: 1400px) {
  .news-details__sns_share li + li {
    margin-left: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .news-details__sns_share li + li {
    margin-left: 2.6666666667vw;
  }
}
@media (max-width: 750px) {
  .news-details__sns {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.news-details .article-list {
  margin-top: 55px;
}
@media (max-width: 1400px) {
  .news-details .article-list {
    margin-top: 3.9285714286vw;
  }
}
@media (max-width: 750px) {
  .news-details .article-list {
    margin-top: 9.3333333333vw;
  }
}

/* =================================
  ^select
================================= */
.select {
  background: url("/resources/static/common/img/select/bg_contents_pc.jpg") no-repeat top center/100% auto;
  padding-top: 180px;
  padding-bottom: 120px;
}
@media (max-width: 1400px) {
  .select {
    padding-top: 12.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .select {
    padding-bottom: 8.5714285714vw;
  }
}
@media (max-width: 750px) {
  .select {
    background: url("/resources/static/common/img/select/bg_contents_sp.jpg") no-repeat top center/100% auto;
    padding-top: 26.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.select .select__btn-notifications {
  padding-top: 30px;
}
@media (max-width: 1400px) {
  .select .select__btn-notifications {
    padding-top: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  .select .select__btn-notifications {
    padding-top: 4vw;
  }
}
.select .select__btn-notifications a {
  cursor: pointer;
}
.select .select__btn-caution {
  width: 349px;
  font-size: 16px;
  margin-top: 10px;
  padding-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #ffd38c;
  position: relative;
}
@media (max-width: 1400px) {
  .select .select__btn-caution {
    width: 24.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .select .select__btn-caution {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .select .select__btn-caution {
    margin-top: 0.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .select .select__btn-caution {
    padding-bottom: 0.2142857143vw;
  }
}
@media (max-width: 750px) {
  .select .select__btn-caution {
    width: 47.8666666667vw;
    font-size: 2.1333333333vw;
    margin-top: 1.3333333333vw;
    padding-bottom: 0.4vw;
  }
}
.select .h2-terms {
  margin-top: 55px;
  width: 690px;
}
@media (max-width: 1400px) {
  .select .h2-terms {
    margin-top: 3.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .select .h2-terms {
    width: 49.2857142857vw;
  }
}
@media (max-width: 750px) {
  .select .h2-terms {
    margin-top: 6.6666666667vw;
    width: 93.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.select__guideline_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1220px;
  margin: 0 auto;
  color: #ffcc00;
  white-space: pre;
  font-weight: bold;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .select__guideline_checkbox {
    width: 87.1428571429vw;
  }
}
@media (max-width: 750px) {
  .select__guideline_checkbox {
    width: 92vw;
  }
}
.select__guideline_checkbox input[type=checkbox] {
  margin-right: 10px;
}
.select__guideline_checkbox a {
  color: inherit;
  text-decoration: underline;
}
.select__guideline_checkbox a:hover {
  color: #ffe08d;
  text-shadow: 0px 0px 8px rgba(255, 224, 141, 0.5), 0px 0px 12px rgba(255, 224, 141, 0.4);
}
@media (max-width: 1400px) {
  .select__guideline_checkbox {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .select__guideline_checkbox {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 750px) {
  .select__guideline_checkbox:hover {
    color: #ffcc00;
    text-shadow: none;
  }
  .select__guideline_checkbox:active {
    color: #ffe08d;
  }
}
.select__guideline_error {
  width: 600px;
  font-size: 20px;
  background: #603030;
  margin: 15px auto 10px;
  padding: 5px;
  border: solid 2px #725c46;
  color: #ffd38c;
  font-weight: bold;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1400px) {
  .select__guideline_error {
    width: 42.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .select__guideline_error {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .select__guideline_error {
    width: 50.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 1400px) {
  .select__guideline_error {
    margin: 1.0714285714vw auto 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .select__guideline_error {
    margin: 2vw auto 1.3333333333vw;
  }
}

.select__list {
  width: 1220px;
  padding-top: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1400px) {
  .select__list {
    width: 87.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .select__list {
    padding-top: 7.1428571429vw;
  }
}
@media (max-width: 750px) {
  .select__list {
    padding-top: 13.3333333333vw;
    width: 92vw;
  }
}
.select__list_inner {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("/resources/static/common/img/select/bg_chara.jpg") no-repeat center/cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 40px 20px 35px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1), 0px 0px 16px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1), 0px 0px 16px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1400px) {
  .select__list_inner {
    padding: 2.8571428571vw 1.4285714286vw 2.5vw;
  }
}
@media (max-width: 750px) {
  .select__list_inner {
    padding: 4vw 2.6666666667vw 4.6666666667vw;
  }
}
.select__list_name {
  color: #ffd38c;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .select__list_name {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .select__list_name {
    font-size: 2.6666666667vw;
  }
}
.select__list_line {
  height: 1px;
  width: 95%;
  display: block;
  position: relative;
  background: #887057;
  margin: 15px auto 10px;
}
@media (max-width: 1400px) {
  .select__list_line {
    height: 0.0714285714vw;
  }
}
@media (max-width: 1400px) {
  .select__list_line {
    margin: 1.0714285714vw auto 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .select__list_line {
    margin: 2vw auto 1.3333333333vw;
  }
}
.select__list_line::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #887057;
  border-radius: 50% 50%;
  left: -6px;
  height: 2px;
  width: 2px;
}
@media (max-width: 1400px) {
  .select__list_line::before {
    left: -0.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .select__list_line::before {
    height: 0.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .select__list_line::before {
    width: 0.1428571429vw;
  }
}
@media (max-width: 750px) {
  .select__list_line::before {
    left: -0.8vw;
    height: 0.2666666667vw;
    width: 0.2666666667vw;
  }
}
.select__list_line::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #887057;
  border-radius: 50% 50%;
  right: -6px;
  height: 2px;
  width: 2px;
}
@media (max-width: 1400px) {
  .select__list_line::after {
    right: -0.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .select__list_line::after {
    height: 0.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .select__list_line::after {
    width: 0.1428571429vw;
  }
}
@media (max-width: 750px) {
  .select__list_line::after {
    right: -0.8vw;
    height: 0.2666666667vw;
    width: 0.2666666667vw;
  }
}
.select__list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.select__list_icon {
  position: relative;
  background: #2a2b2b;
  width: 120px;
}
@media (max-width: 1400px) {
  .select__list_icon {
    width: 8.5714285714vw;
  }
}
@media (max-width: 750px) {
  .select__list_icon {
    width: 16vw;
  }
}
.select__list_icon::after {
  content: "";
  background: url("/resources/static/common/img/select/frame_chara_icon.png") no-repeat center/cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.select__list_info {
  color: #927852;
  font-size: 18px;
  margin-left: 15px;
  width: 190px;
}
@media (max-width: 1400px) {
  .select__list_info {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .select__list_info {
    margin-left: 1.0714285714vw;
  }
}
@media (max-width: 1400px) {
  .select__list_info {
    width: 13.5714285714vw;
  }
}
@media (max-width: 750px) {
  .select__list_info {
    font-size: 2vw;
    margin-left: 2vw;
    width: 25.3333333333vw;
  }
}
.select__list_info > p + p {
  margin-top: 12px;
}
@media (max-width: 1400px) {
  .select__list_info > p + p {
    margin-top: 0.8571428571vw;
  }
}
@media (max-width: 750px) {
  .select__list_info > p + p {
    margin-top: 1.6vw;
  }
}
.select__list_login {
  color: #927852;
  font-size: 14px;
  margin-top: 15px;
}
@media (max-width: 1400px) {
  .select__list_login {
    font-size: 1vw;
  }
}
@media (max-width: 1400px) {
  .select__list_login {
    margin-top: 1.0714285714vw;
  }
}
@media (max-width: 750px) {
  .select__list_login {
    font-size: 1.8666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.select__list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  height: 278px;
  width: 368px;
  padding: 7px;
  /*            &.active{
              &::after{ opacity: 1; }
              .select__list_inner{ @include box_light; }
          }*/
}
@media (max-width: 1400px) {
  .select__list li {
    height: 19.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .select__list li {
    width: 26.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .select__list li {
    padding: 0.5vw;
  }
}
@media (max-width: 750px) {
  .select__list li {
    height: 33.3333333333vw;
    width: 44vw;
    padding: 0.9333333333vw;
  }
}
.select__list li + li {
  margin-left: 55px;
}
@media (max-width: 1400px) {
  .select__list li + li {
    margin-left: 3.9285714286vw;
  }
}
@media (max-width: 750px) {
  .select__list li + li {
    margin-left: 4vw;
  }
}
.select__list li:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 750px) {
  .select__list li:nth-child(3n+1) {
    margin-left: 4vw;
  }
}
.select__list li:nth-child(n+4) {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .select__list li:nth-child(n+4) {
    margin-top: 3.5714285714vw;
  }
}
@media (max-width: 750px) {
  .select__list li:nth-child(n+4) {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .select__list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .select__list li:nth-child(n+3) {
    margin-top: 3.3333333333vw;
  }
}
.select__list li::before {
  content: "";
  background: url("/resources/static/common/img/select/frame_chara_off.png") no-repeat center/cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.select__list li::after {
  content: "";
  background: url("/resources/static/common/img/select/frame_chara_on.png") no-repeat center/cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  z-index: 3;
}
.select__list li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.select__list li:hover::after {
  opacity: 1;
}
.select__list li:hover .select__list_inner {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(252, 208, 136, 0.3), 0px 0px 16px 10px rgba(255, 225, 184, 0.4);
          box-shadow: 0px 0px 5px 3px rgba(252, 208, 136, 0.3), 0px 0px 16px 10px rgba(255, 225, 184, 0.4);
}
@media (max-width: 750px) {
  .select__list li:hover::after {
    opacity: 0;
  }
  .select__list li:hover .select__list_inner {
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1), 0px 0px 16px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1), 0px 0px 16px 10px rgba(0, 0, 0, 0.3);
  }
}
.select__list li.disabled {
  cursor: default;
  position: relative;
}
.select__list li.disabled::after {
  opacity: 1;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.select__list li.disabled:hover .select__list_inner {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select--modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.select--modal .select__list {
  padding-top: 14px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1400px) {
  .select--modal .select__list {
    padding-top: 1vw;
  }
}
@media (max-width: 750px) {
  .select--modal .select__list {
    padding: 1.8666666667vw 0.8vw 0;
  }
}
.select--modal .select__list li {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  margin-top: 0;
}
@media (max-width: 750px) {
  .select--modal .select__list li {
    -webkit-transform: scale(0.74);
            transform: scale(0.74);
  }
}
.select--modal .select__list li + li {
  margin-left: 9px;
}
@media (max-width: 1400px) {
  .select--modal .select__list li + li {
    margin-left: 0.6428571429vw;
  }
}
@media (max-width: 750px) {
  .select--modal .select__list li + li {
    margin-left: -8.5333333333vw;
  }
}
.select--modal .select__list li:nth-child(n+4) {
  margin-top: -3px;
}
@media (max-width: 1400px) {
  .select--modal .select__list li:nth-child(n+4) {
    margin-top: -0.2142857143vw;
  }
}
@media (max-width: 750px) {
  .select--modal .select__list li:nth-child(n+4) {
    margin-top: 0;
  }
}
.select--modal .select__list li:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 750px) {
  .select--modal .select__list li:nth-child(3n+1) {
    margin-left: -8.5333333333vw;
  }
}
@media (max-width: 750px) {
  .select--modal .select__list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .select--modal .select__list li:nth-child(n+3) {
    margin-top: -6vw;
  }
}
.select--modal .select__list li:hover::after, .select--modal .select__list li.active::after {
  opacity: 1;
}
.select--modal .select__list li:hover .select__list_inner, .select--modal .select__list li.active .select__list_inner {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(252, 208, 136, 0.3), 0px 0px 16px 10px rgba(255, 225, 184, 0.4);
          box-shadow: 0px 0px 5px 3px rgba(252, 208, 136, 0.3), 0px 0px 16px 10px rgba(255, 225, 184, 0.4);
}
@media (max-width: 750px) {
  .select--modal .select__list li:hover .select__list_inner, .select--modal .select__list li.active .select__list_inner {
    -webkit-box-shadow: 0px 0px 5px 3px rgba(252, 208, 136, 0.3), 0px 0px 6px 4px rgba(255, 225, 184, 0.4);
            box-shadow: 0px 0px 5px 3px rgba(252, 208, 136, 0.3), 0px 0px 6px 4px rgba(255, 225, 184, 0.4);
  }
}

/* =================================
  ^operation(inventory, shop and more)
================================= */
/* .operation__main-visual
    --------------------------------- */
.operation__main-visual {
  background: url("/static/common/img/top/imv_mv_pc2.png") no-repeat center center/cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 152px;
}
@media (max-width: 1400px) {
  .operation__main-visual {
    height: 10.8571428571vw;
  }
}
@media (max-width: 750px) {
  .operation__main-visual {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 18.9333333333vw;
    padding-left: 2.6666666667vw;
    border-top: 0.2666666667vw solid #725C46;
  }
}
.operation__main-visual::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.operation__main-visual__text {
  display: inline-block;
  font-weight: bold;
  color: #ffd38c;
  width: 1290px;
  height: auto;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  font-size: 26px;
}
@media (max-width: 1400px) {
  .operation__main-visual__text {
    width: 92.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .operation__main-visual__text {
    font-size: 1.8571428571vw;
  }
}
@media (max-width: 750px) {
  .operation__main-visual__text {
    width: auto;
    margin: 0;
    font-size: 4vw;
    padding-left: 8.2666666667vw;
  }
  .operation__main-visual__text::before {
    position: absolute;
    content: "";
    background: url("/resources/static/common/img/icon-lower_ttl-sp.png") no-repeat center/cover;
    width: 6.9333333333vw;
    height: 5.6vw;
    top: -1.0666666667vw;
    left: 0;
  }
}
@media (max-width: 750px) {
  .operation__main-visual.bp {
    background: url("/static/common/img/top/imv_mv_pc2.png") no-repeat center center/cover !important;
  }
}
.operation__main-visual.theme-account {
  background: url("/resources/static/common/img/menu/bg_title_account.png") no-repeat center center/cover;
}
.operation__main-visual.theme-help {
  background: url("/resources/static/common/img/menu/bg_title_help.png") no-repeat center center/cover;
}
.operation__main-visual.theme-character {
  background: url("/resources/static/common/img/menu/bg_title_character.png") no-repeat center center/cover;
}
.operation__main-visual.theme-base {
  background: url("/resources/static/common/img/menu/bg_title_base.png") no-repeat center center/cover;
}
.operation__main-visual.theme-ranking {
  background: none;
}
.operation__main-visual.theme-serial {
  background: url("/resources/static/common/img/menu/bg_title_serial.png") no-repeat center center/cover;
}

/* .operation__contents-wrap
    --------------------------------- */
.operation__contents-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("/resources/static/common/img/top/bg_contents_pc.jpg") no-repeat top center/100%;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("/resources/static/common/img/top/bg_contents_pc.jpg") no-repeat top center/100%;
}
@media (max-width: 750px) {
  .operation__contents-wrap {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("/resources/static/common/img/top/bg_contents_sp.jpg") no-repeat top center/100%;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("/resources/static/common/img/top/bg_contents_sp.jpg") no-repeat top center/100%;
    font-size: 2.6666666667vw;
  }
}

/* .operation__heading
    --------------------------------- */
.operation__heading, .operation__heading--article {
  width: 1290px;
  padding-top: 77px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .operation__heading, .operation__heading--article {
    width: 92.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .operation__heading, .operation__heading--article {
    padding-top: 5.5vw;
  }
}
@media (max-width: 1400px) {
  .operation__heading, .operation__heading--article {
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .operation__heading, .operation__heading--article {
    width: auto;
    padding: 0;
    margin: 0;
  }
  .operation__heading.limit, .limit.operation__heading--article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .operation__heading.limit .head--contents-wrap, .limit.operation__heading--article .head--contents-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.operation__heading--article {
  padding-top: 40px;
  width: 100%;
}
@media (max-width: 1400px) {
  .operation__heading--article {
    padding-top: 2.8571428571vw;
  }
}
@media (max-width: 750px) {
  .operation__heading--article {
    width: 85.3333333333vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}

.operation__heading--ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* .operation__contents
    --------------------------------- */
.operation__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* .head--contents-wrap
--------------------------------- */
.head--contents-wrap {
  margin-bottom: 26px;
}
@media (max-width: 1400px) {
  .head--contents-wrap {
    margin-bottom: 1.8571428571vw;
  }
}
@media (max-width: 750px) {
  .head--contents-wrap {
    padding: 6.1333333333vw 3.4666666667vw 0;
    margin-bottom: 5.3333333333vw;
  }
}

/* .article-panel .article-select
--------------------------------- */
.article-panel, .article-select {
  margin-bottom: 26px;
}
@media (max-width: 1400px) {
  .article-panel, .article-select {
    margin-bottom: 1.8571428571vw;
  }
}
@media (max-width: 750px) {
  .article-panel, .article-select {
    margin: 0 0 5.3333333333vw 0;
  }
}

/* .article-panel--space
--------------------------------- */
.article-panel--space {
  margin-top: 14px;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .article-panel--space {
    margin-top: 1vw;
  }
}
@media (max-width: 1400px) {
  .article-panel--space {
    margin-bottom: 2.8571428571vw;
  }
}
@media (max-width: 750px) {
  .article-panel--space {
    margin: 0 0 5.3333333333vw;
  }
}

/* .article-operation
--------------------------------- */
.article-operation, .article-operation--ranking, .article-operation--reward, .article-operation--friend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: flex;
  color: #ffd38c;
  margin-bottom: 26px;
}
@media (max-width: 1400px) {
  .article-operation, .article-operation--ranking, .article-operation--reward, .article-operation--friend {
    margin-bottom: 1.8571428571vw;
  }
}
@media (max-width: 750px) {
  .article-operation, .article-operation--ranking, .article-operation--reward, .article-operation--friend {
    margin: 0 0 5.3333333333vw 0;
  }
}
.article-operation .btn-head, .article-operation .btn-head-small, .article-operation--ranking .btn-head, .article-operation--ranking .btn-head-small, .article-operation--reward .btn-head, .article-operation--reward .btn-head-small, .article-operation--friend .btn-head, .article-operation--friend .btn-head-small {
  margin: 0 26px;
}
@media (max-width: 1400px) {
  .article-operation .btn-head, .article-operation .btn-head-small, .article-operation--ranking .btn-head, .article-operation--ranking .btn-head-small, .article-operation--reward .btn-head, .article-operation--reward .btn-head-small, .article-operation--friend .btn-head, .article-operation--friend .btn-head-small {
    margin: 0 1.8571428571vw;
  }
}
.article-operation__space {
  margin: 0 26px;
  text-align: center;
  width: 295px;
}
@media (max-width: 1400px) {
  .article-operation__space {
    margin: 0 1.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .article-operation__space {
    width: 21.0714285714vw;
  }
}
@media (max-width: 750px) {
  .article-operation__space {
    width: 39.3333333333vw;
  }
}

.article-operation--friend {
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .article-operation--friend {
    margin-bottom: 3.5714285714vw;
  }
}
@media (max-width: 750px) {
  .article-operation--friend {
    margin: 0 0 5.3333333333vw 0;
  }
}

.article-operation--reward {
  padding-top: 3.6vw;
}

.article-operation--ranking {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.btn-head, .btn-head-small {
  cursor: pointer;
  background: url("/static/common/img/btn_head_off.png") no-repeat center/contain;
  color: #ffd38c;
  width: 295px;
  height: 62px;
  margin-right: 26px;
  margin-left: 26px;
  -webkit-filter: drop-shadow(2px 2px 2px #000);
          filter: drop-shadow(2px 2px 2px #000);
}
@media (max-width: 1400px) {
  .btn-head, .btn-head-small {
    width: 21.0714285714vw;
  }
}
@media (max-width: 1400px) {
  .btn-head, .btn-head-small {
    height: 4.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .btn-head, .btn-head-small {
    margin-right: 1.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .btn-head, .btn-head-small {
    margin-left: 1.8571428571vw;
  }
}
@media (max-width: 750px) {
  .btn-head, .btn-head-small {
    width: 39.3333333333vw;
    height: 8.2666666667vw;
    margin-right: 3.4666666667vw;
    margin-left: 3.4666666667vw;
    font-size: 2.9333333333vw;
  }
}
.btn-head.active, .active.btn-head-small {
  color: #FFC600;
  background: url("/static/common/img/btn_head_on.png") no-repeat center/contain;
}
.btn-head span, .btn-head-small span {
  position: relative;
  white-space: nowrap;
  font-size: 22px;
  /* IE閲覧時にテキストの下部に余白ができてしまうバグを調整 */
}
@media (max-width: 1400px) {
  .btn-head span, .btn-head-small span {
    font-size: 1.5714285714vw;
  }
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .btn-head span, .btn-head-small span {
    /* IE向けのCSS〜START */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.3em;
    /* IE向けのCSS〜END */
  }
}
@media (max-width: 750px) {
  .btn-head span, .btn-head-small span {
    font-size: 2.9333333333vw;
  }
}
.btn-head a, .btn-head-small a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-head-small span {
  font-size: 20px;
}
@media (max-width: 1400px) {
  .btn-head-small span {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .btn-head-small span {
    font-size: 2.6666666667vw;
  }
}

/* list-select
--------------------------------- */
.list-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media (min-width: 751px) {
  .list-select {
    width: 30%;
  }
}
@media (max-width: 750px) {
  .list-select {
    padding: 5.3333333333vw 0;
    margin: auto;
  }
}

/* list-menu
--------------------------------- */
.list-menu, .list-menu--ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #111114;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 2px solid #725C46;
  border-bottom: 2px solid #725C46;
  font-size: 20px;
  margin-bottom: 27px;
}
@media (max-width: 1400px) {
  .list-menu, .list-menu--ranking {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .list-menu, .list-menu--ranking {
    margin-bottom: 1.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .list-menu, .list-menu--ranking {
    border-right: 0.1428571429vw solid #725C46;
    border-bottom: 0.1428571429vw solid #725C46;
  }
}
@media (max-width: 750px) {
  .list-menu, .list-menu--ranking {
    grid-template-columns: 1fr 1fr;
    font-size: 2.6666666667vw;
    margin-bottom: 0;
    border-right: 0.2666666667vw solid #725C46;
    border-bottom: 0.2666666667vw solid #725C46;
  }
}
.list-menu a, .list-menu--ranking a, .list-menu button, .list-menu--ranking button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #725C46;
  border-left: 2px solid #725C46;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffd38c;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 50%;
  height: 70px;
}
@media (max-width: 1400px) {
  .list-menu a, .list-menu--ranking a, .list-menu button, .list-menu--ranking button {
    height: 5vw;
  }
}
@media (max-width: 1400px) {
  .list-menu a, .list-menu--ranking a, .list-menu button, .list-menu--ranking button {
    border-top: 0.1428571429vw solid #725C46;
    border-left: 0.1428571429vw solid #725C46;
  }
}
@media (max-width: 750px) {
  .list-menu a, .list-menu--ranking a, .list-menu button, .list-menu--ranking button {
    height: 9.3333333333vw;
    border-top: 0.2666666667vw solid #725C46;
    border-left: 0.2666666667vw solid #725C46;
    font-size: inherit;
    font-family: inherit;
  }
}
@media (min-width: 751px) {
  .list-menu a.pc-full-width, .list-menu--ranking a.pc-full-width, .list-menu button.pc-full-width, .list-menu--ranking button.pc-full-width {
    width: 100%;
  }
  .list-menu a.pc-half-width, .list-menu--ranking a.pc-half-width, .list-menu button.pc-half-width, .list-menu--ranking button.pc-half-width {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .list-menu a.pc-one-third-width, .list-menu--ranking a.pc-one-third-width, .list-menu button.pc-one-third-width, .list-menu--ranking button.pc-one-third-width {
    width: 33%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .list-menu a.pc-one-fifth-width, .list-menu--ranking a.pc-one-fifth-width, .list-menu button.pc-one-fifth-width, .list-menu--ranking button.pc-one-fifth-width {
    width: 20%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 750px) {
  .list-menu a.sp-full-width, .list-menu--ranking a.sp-full-width, .list-menu button.sp-full-width, .list-menu--ranking button.sp-full-width {
    width: 100%;
  }
  .list-menu a.sp-half-width, .list-menu--ranking a.sp-half-width, .list-menu button.sp-half-width, .list-menu--ranking button.sp-half-width {
    width: 50%;
  }
}
.list-menu a.active, .list-menu--ranking a.active, .list-menu button.active, .list-menu--ranking button.active {
  text-shadow: 0px 0px 8px rgba(255, 224, 141, 0.5), 0px 0px 12px rgba(255, 224, 141, 0.4);
  position: relative;
}
.list-menu a.active::after, .list-menu--ranking a.active::after, .list-menu button.active::after, .list-menu--ranking button.active::after {
  pointer-events: none;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  content: "";
  border: 1px solid #FFD38C;
  -webkit-box-shadow: inset -1px -1px 10px 1px rgba(252, 208, 136, 0.3), inset 0px 0px 18px 4px rgba(252, 208, 136, 0.1);
          box-shadow: inset -1px -1px 10px 1px rgba(252, 208, 136, 0.3), inset 0px 0px 18px 4px rgba(252, 208, 136, 0.1);
}
@media (max-width: 750px) {
  .list-menu a.active, .list-menu--ranking a.active, .list-menu button.active, .list-menu--ranking button.active {
    left: -0.1333333333vw;
    top: 0;
    bottom: 0;
    right: -0.1333333333vw;
    -webkit-box-shadow: inset -0.1333333333vw -0.1333333333vw 1.3333333333vw 0.1333333333vw rgba(252, 208, 136, 0.3), inset 0px 0px 2.4vw 0.5333333333vw rgba(252, 208, 136, 0.1);
            box-shadow: inset -0.1333333333vw -0.1333333333vw 1.3333333333vw 0.1333333333vw rgba(252, 208, 136, 0.3), inset 0px 0px 2.4vw 0.5333333333vw rgba(252, 208, 136, 0.1);
  }
}

.list-menu--ranking {
  width: 70%;
  height: 100%;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .list-menu--ranking {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 750px) {
  .list-menu--ranking {
    font-size: 2.4vw;
    width: 100%;
  }
}
.list-menu--ranking a {
  height: 48px;
}
@media (max-width: 1400px) {
  .list-menu--ranking a {
    height: 3.4285714286vw;
  }
}
@media (min-width: 751px) {
  .list-menu--ranking a.pc-full-width {
    width: 100%;
  }
  .list-menu--ranking a.pc-half-width {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .list-menu--ranking a.pc-one-third-width {
    width: 15%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .list-menu--ranking a.pc-one-fifth-width {
    width: 20%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 750px) {
  .list-menu--ranking a {
    height: 9.3333333333vw;
    border-top: 0.2666666667vw solid #725C46;
    border-left: 0.2666666667vw solid #725C46;
    font-size: inherit;
    font-family: inherit;
  }
}

.contents-note, .contents-note--shop, .contents-note--recycle, .contents-note--ranking, .contents-note-order {
  color: #ffd38c;
  line-height: 133%;
  display: block;
  text-align: center;
  margin-bottom: 28px;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .contents-note, .contents-note--shop, .contents-note--recycle, .contents-note--ranking, .contents-note-order {
    margin-bottom: 2vw;
  }
}
@media (max-width: 1400px) {
  .contents-note, .contents-note--shop, .contents-note--recycle, .contents-note--ranking, .contents-note-order {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .contents-note, .contents-note--shop, .contents-note--recycle, .contents-note--ranking, .contents-note-order {
    font-size: 2.6666666667vw;
    margin-bottom: 3.7333333333vw;
  }
}
.contents-note .contents-note__currency, .contents-note--shop .contents-note__currency, .contents-note--recycle .contents-note__currency, .contents-note--ranking .contents-note__currency, .contents-note-order .contents-note__currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  .contents-note .contents-note__currency, .contents-note--shop .contents-note__currency, .contents-note--recycle .contents-note__currency, .contents-note--ranking .contents-note__currency, .contents-note-order .contents-note__currency {
    margin-bottom: 0.3571428571vw;
  }
}
@media (max-width: 750px) {
  .contents-note .contents-note__currency, .contents-note--shop .contents-note__currency, .contents-note--recycle .contents-note__currency, .contents-note--ranking .contents-note__currency, .contents-note-order .contents-note__currency {
    margin-bottom: 0.6666666667vw;
  }
}
.contents-note .contents-note__right, .contents-note--shop .contents-note__right, .contents-note--recycle .contents-note__right, .contents-note--ranking .contents-note__right, .contents-note-order .contents-note__right {
  margin-left: 48px;
}
@media (max-width: 1400px) {
  .contents-note .contents-note__right, .contents-note--shop .contents-note__right, .contents-note--recycle .contents-note__right, .contents-note--ranking .contents-note__right, .contents-note-order .contents-note__right {
    margin-left: 3.4285714286vw;
  }
}
@media (max-width: 750px) {
  .contents-note .contents-note__right, .contents-note--shop .contents-note__right, .contents-note--recycle .contents-note__right, .contents-note--ranking .contents-note__right, .contents-note-order .contents-note__right {
    margin-left: 0;
    margin-top: 2.6666666667vw;
  }
}

.icon-currency {
  width: 30px;
  margin-right: 12px;
}
@media (max-width: 1400px) {
  .icon-currency {
    width: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .icon-currency {
    margin-right: 0.8571428571vw;
  }
}
@media (max-width: 750px) {
  .icon-currency {
    width: 4vw;
    margin-right: 1.6vw;
  }
}

.contents-note--left {
  line-height: 133%;
  width: 100%;
  text-align: left;
  color: #ffd38c;
  margin-bottom: 28px;
  font-size: 24px;
}
@media (max-width: 1400px) {
  .contents-note--left {
    margin-bottom: 2vw;
  }
}
@media (max-width: 1400px) {
  .contents-note--left {
    font-size: 1.7142857143vw;
  }
}
@media (max-width: 750px) {
  .contents-note--left {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}

.contents-note-order {
  margin-bottom: 0;
}

@media (min-width: 751px) {
  .contents-note--ranking {
    position: absolute;
    right: 0;
  }
}

@media (max-width: 750px) {
  .contents-note--recycle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contents-note--shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contents-note--shop > span:first-child {
  margin-bottom: 0.5333333333vw;
}

/* article-contents
--------------------------------- */
.article-contents, .article-contents--note {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 80px;
}
@media (max-width: 1400px) {
  .article-contents, .article-contents--note {
    padding-bottom: 5.7142857143vw;
  }
}
@media (max-width: 750px) {
  .article-contents, .article-contents--note {
    padding-bottom: 5.3333333333vw;
  }
}

.article-contents--note {
  padding-bottom: 130px;
}
@media (max-width: 1400px) {
  .article-contents--note {
    padding-bottom: 9.2857142857vw;
  }
}
@media (max-width: 750px) {
  .article-contents--note {
    padding-bottom: 8vw;
  }
}

.article-contents--two {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  padding-bottom: 80px;
}
@media (max-width: 1400px) {
  .article-contents--two {
    padding-bottom: 5.7142857143vw;
  }
}
@media (max-width: 750px) {
  .article-contents--two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5.3333333333vw;
  }
}
.article-contents--two .article-contents--two__main {
  grid-column: 2/3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-contents--half, .article-contents--half-last, .article-contents--half-last-help {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  color: #ffd38c;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 1400px) {
  .article-contents--half, .article-contents--half-last, .article-contents--half-last-help {
    -webkit-column-gap: 2.1428571429vw;
       -moz-column-gap: 2.1428571429vw;
            column-gap: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  .article-contents--half, .article-contents--half-last, .article-contents--half-last-help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    width: 85.3333333333vw;
  }
  .article-contents--half > div, .article-contents--half-last > div, .article-contents--half-last-help > div {
    margin-top: 10.9333333333vw;
  }
  .article-contents--half > div:nth-of-type(1), .article-contents--half-last > div:nth-of-type(1), .article-contents--half-last-help > div:nth-of-type(1) {
    margin-top: 0;
  }
}
.article-contents--half__with-head {
  width: 100%;
}
@media (max-width: 750px) {
  .article-contents--half__with-head {
    font-size: 2.6666666667vw;
  }
}
.article-contents--half__with-head > :nth-child(2) {
  margin-top: 33px;
}
@media (max-width: 1400px) {
  .article-contents--half__with-head > :nth-child(2) {
    margin-top: 2.3571428571vw;
  }
}
@media (max-width: 750px) {
  .article-contents--half__with-head > :nth-child(2) {
    margin-top: 1.3333333333vw;
  }
}

.article-contents--half-last, .article-contents--half-last-help {
  padding-bottom: 80px;
}
@media (max-width: 1400px) {
  .article-contents--half-last, .article-contents--half-last-help {
    padding-bottom: 5.7142857143vw;
  }
}
@media (max-width: 750px) {
  .article-contents--half-last, .article-contents--half-last-help {
    padding-bottom: 10.6666666667vw;
  }
  .article-contents--half-last > div, .article-contents--half-last-help > div {
    margin-top: 0;
  }
}

.article-contents--half-last-help {
  position: relative;
}

.article-contents__pagination-wrap {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 20px;
}
@media (max-width: 1400px) {
  .article-contents__pagination-wrap {
    padding-top: 5.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .article-contents__pagination-wrap {
    padding-bottom: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .article-contents__pagination-wrap {
    padding-top: 8vw;
    padding-bottom: 2.6666666667vw;
  }
}

.operation__more-btn-wrap {
  padding-bottom: 108px;
}
@media (max-width: 1400px) {
  .operation__more-btn-wrap {
    padding-bottom: 7.7142857143vw;
  }
}
@media (max-width: 750px) {
  .operation__more-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 9.6vw;
  }
}

.operation__pagination-wrap {
  padding-top: 108px;
}
@media (max-width: 1400px) {
  .operation__pagination-wrap {
    padding-top: 7.7142857143vw;
  }
}
@media (max-width: 750px) {
  .operation__pagination-wrap {
    padding-top: 4.8vw;
  }
}

.half-menu-row {
  color: #ffd38c;
  width: 100%;
}
.half-menu-row > :nth-child(1), .half-menu-row > :nth-child(2) {
  margin-bottom: 24px;
}
@media (max-width: 1400px) {
  .half-menu-row > :nth-child(1), .half-menu-row > :nth-child(2) {
    margin-bottom: 1.7142857143vw;
  }
}
@media (max-width: 750px) {
  .half-menu-row > :nth-child(1), .half-menu-row > :nth-child(2) {
    margin-bottom: 3.2vw;
  }
}
@media (max-width: 750px) {
  .half-menu-row {
    font-size: 2.6666666667vw;
  }
}

.bp-rewards-detail {
  display: grid;
  grid-template-rows: 1fr 4px 1fr;
  height: 630px;
}
@media (max-width: 1400px) {
  .bp-rewards-detail {
    height: 45vw;
  }
}
@media (max-width: 1400px) {
  .bp-rewards-detail {
    grid-template-rows: 1fr 0.2857142857vw 1fr;
  }
}
@media (max-width: 750px) {
  .bp-rewards-detail {
    grid-template-rows: 1fr 0.5333333333vw 1fr;
    height: 99.4666666667vw;
  }
}
.bp-rewards-detail > :nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.bp-rewards-detail > :nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/4;
}
@media (max-width: 750px) {
  .bp-rewards-detail.pc-display {
    display: none;
  }
}
.bp-rewards-detail.hidden {
  display: none;
}

/* =================================
    ^list
================================= */
.list-nav {
  margin-right: 28px;
}
@media (max-width: 1400px) {
  .list-nav {
    margin-right: 2vw;
  }
}
.list-nav div {
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .list-nav div {
    margin-bottom: 0.7142857143vw;
  }
}

/* item-list
--------------------------------- */
.list-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 750px) {
  .list-wrap {
    width: 85.3333333333vw;
  }
}
.list-wrap .list-wrap__block {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .list-wrap .list-wrap__block {
    margin-top: 2.8571428571vw;
  }
}
@media (max-width: 750px) {
  .list-wrap .list-wrap__block {
    margin-top: 5.3333333333vw;
    width: 100%;
  }
}
.list-wrap .list-wrap__block:nth-of-type(1) {
  margin-top: 0;
}
.list-wrap .list-wrap__block.wrap, .list-wrap .breadcrumbs ul.list-wrap__block, .breadcrumbs .list-wrap ul.list-wrap__block, .list-wrap .list-wrap__block.header__parent_preorder_wrap, .list-wrap .list-wrap__block.header__home-nav_wrap, .list-wrap .list-wrap__block.modal__wrap, .list-wrap .list-wrap__block.top__main-visual_wrap, .list-wrap .news-details__visual figure.list-wrap__block, .news-details__visual .list-wrap figure.list-wrap__block, .list-wrap .list-wrap__block.operation__main-visual, .list-wrap .list-wrap__block.operation__contents-wrap {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.list-wrap .list-wrap__block .wrap-list li {
  margin-right: 0;
}

.list-element-style, .item-list-card__elemlink, .item-list-square__elemlink, .item-list-bar__elemlink, .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left .item-list-bar__elemlink-tracker, .item-list-sentinel__elemlink, .item-list-order__elem, .item-list-vm__elem-contents, .item-list-preset__elemlink, .item-list-preset__elem, .item-list-inbox__elemlink, .item-list-eq__elemlink, .modal-block, .modal-block--switch, .card-menu, .card-half, .card-half--em, .card-half--friend, .card-half--match, .card-half--coffin, .card-half--coffin-change, .card-half--help, .card-half--reforge, .card-half--reforge-effects, .card-half--combine, .card-bp-wrap, .card-tier__body, .card-table, .card-table--bp, .sp-card-head, .card-select, .card-select-ranking {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: center right/cover no-repeat url("/static/common/img/bg_list_elem_pc.png"), -webkit-gradient(linear, left top, left bottom, from(#241f1d), to(#241f1d));
  background: center right/cover no-repeat url("/static/common/img/bg_list_elem_pc.png"), linear-gradient(#241f1d, #241f1d);
}
@media (max-width: 750px) {
  .list-element-style, .item-list-card__elemlink, .item-list-square__elemlink, .item-list-bar__elemlink, .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left .item-list-bar__elemlink-tracker, .item-list-sentinel__elemlink, .item-list-order__elem, .item-list-vm__elem-contents, .item-list-preset__elemlink, .item-list-preset__elem, .item-list-inbox__elemlink, .item-list-eq__elemlink, .modal-block, .modal-block--switch, .card-menu, .card-half, .card-half--em, .card-half--friend, .card-half--match, .card-half--coffin, .card-half--coffin-change, .card-half--help, .card-half--reforge, .card-half--reforge-effects, .card-half--combine, .card-bp-wrap, .card-tier__body, .card-table, .card-table--bp, .sp-card-head, .card-select, .card-select-ranking {
    background: right center/contain no-repeat url("/resources/static/common/img/select/bg_chara.jpg"), -webkit-gradient(linear, left top, left bottom, from(#1c1817), to(#1c1817));
    background: right center/contain no-repeat url("/resources/static/common/img/select/bg_chara.jpg"), linear-gradient(#1c1817, #1c1817);
  }
}
.list-element-style::before, .item-list-card__elemlink::before, .item-list-square__elemlink::before, .item-list-bar__elemlink::before, .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left .item-list-bar__elemlink-tracker::before, .item-list-sentinel__elemlink::before, .item-list-order__elem::before, .item-list-vm__elem-contents::before, .item-list-preset__elemlink::before, .item-list-preset__elem::before, .item-list-inbox__elemlink::before, .item-list-eq__elemlink::before, .modal-block::before, .modal-block--switch::before, .card-menu::before, .card-half::before, .card-half--em::before, .card-half--friend::before, .card-half--match::before, .card-half--coffin::before, .card-half--coffin-change::before, .card-half--help::before, .card-half--reforge::before, .card-half--reforge-effects::before, .card-half--combine::before, .card-bp-wrap::before, .card-tier__body::before, .card-table::before, .card-table--bp::before, .sp-card-head::before, .card-select::before, .card-select-ranking::before {
  content: "";
  -webkit-transition: -webkit-box-shadow 0.1s;
  transition: -webkit-box-shadow 0.1s;
  transition: box-shadow 0.1s;
  transition: box-shadow 0.1s, -webkit-box-shadow 0.1s;
  -webkit-box-shadow: 0 0 0 4px #312A27, 0 0 0 8px #241F1D, 0 0 0 12px #725C46;
          box-shadow: 0 0 0 4px #312A27, 0 0 0 8px #241F1D, 0 0 0 12px #725C46;
  position: absolute;
  pointer-events: none;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
}
@media (max-width: 1400px) {
  .list-element-style::before, .item-list-card__elemlink::before, .item-list-square__elemlink::before, .item-list-bar__elemlink::before, .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left .item-list-bar__elemlink-tracker::before, .item-list-sentinel__elemlink::before, .item-list-order__elem::before, .item-list-vm__elem-contents::before, .item-list-preset__elemlink::before, .item-list-preset__elem::before, .item-list-inbox__elemlink::before, .item-list-eq__elemlink::before, .modal-block::before, .modal-block--switch::before, .card-menu::before, .card-half::before, .card-half--em::before, .card-half--friend::before, .card-half--match::before, .card-half--coffin::before, .card-half--coffin-change::before, .card-half--help::before, .card-half--reforge::before, .card-half--reforge-effects::before, .card-half--combine::before, .card-bp-wrap::before, .card-tier__body::before, .card-table::before, .card-table--bp::before, .sp-card-head::before, .card-select::before, .card-select-ranking::before {
    top: 0.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .list-element-style::before, .item-list-card__elemlink::before, .item-list-square__elemlink::before, .item-list-bar__elemlink::before, .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left .item-list-bar__elemlink-tracker::before, .item-list-sentinel__elemlink::before, .item-list-order__elem::before, .item-list-vm__elem-contents::before, .item-list-preset__elemlink::before, .item-list-preset__elem::before, .item-list-inbox__elemlink::before, .item-list-eq__elemlink::before, .modal-block::before, .modal-block--switch::before, .card-menu::before, .card-half::before, .card-half--em::before, .card-half--friend::before, .card-half--match::before, .card-half--coffin::before, .card-half--coffin-change::before, .card-half--help::before, .card-half--reforge::before, .card-half--reforge-effects::before, .card-half--combine::before, .card-bp-wrap::before, .card-tier__body::before, .card-table::before, .card-table--bp::before, .sp-card-head::before, .card-select::before, .card-select-ranking::before {
    left: 0.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .list-element-style::before, .item-list-card__elemlink::before, .item-list-square__elemlink::before, .item-list-bar__elemlink::before, .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left .item-list-bar__elemlink-tracker::before, .item-list-sentinel__elemlink::before, .item-list-order__elem::before, .item-list-vm__elem-contents::before, .item-list-preset__elemlink::before, .item-list-preset__elem::before, .item-list-inbox__elemlink::before, .item-list-eq__elemlink::before, .modal-block::before, .modal-block--switch::before, .card-menu::before, .card-half::before, .card-half--em::before, .card-half--friend::before, .card-half--match::before, .card-half--coffin::before, .card-half--coffin-change::before, .card-half--help::before, .card-half--reforge::before, .card-half--reforge-effects::before, .card-half--combine::before, .card-bp-wrap::before, .card-tier__body::before, .card-table::before, .card-table--bp::before, .sp-card-head::before, .card-select::before, .card-select-ranking::before {
    right: 0.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .list-element-style::before, .item-list-card__elemlink::before, .item-list-square__elemlink::before, .item-list-bar__elemlink::before, .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left .item-list-bar__elemlink-tracker::before, .item-list-sentinel__elemlink::before, .item-list-order__elem::before, .item-list-vm__elem-contents::before, .item-list-preset__elemlink::before, .item-list-preset__elem::before, .item-list-inbox__elemlink::before, .item-list-eq__elemlink::before, .modal-block::before, .modal-block--switch::before, .card-menu::before, .card-half::before, .card-half--em::before, .card-half--friend::before, .card-half--match::before, .card-half--coffin::before, .card-half--coffin-change::before, .card-half--help::before, .card-half--reforge::before, .card-half--reforge-effects::before, .card-half--combine::before, .card-bp-wrap::before, .card-tier__body::before, .card-table::before, .card-table--bp::before, .sp-card-head::before, .card-select::before, .card-select-ranking::before {
    bottom: 0.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .list-element-style::before, .item-list-card__elemlink::before, .item-list-square__elemlink::before, .item-list-bar__elemlink::before, .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left .item-list-bar__elemlink-tracker::before, .item-list-sentinel__elemlink::before, .item-list-order__elem::before, .item-list-vm__elem-contents::before, .item-list-preset__elemlink::before, .item-list-preset__elem::before, .item-list-inbox__elemlink::before, .item-list-eq__elemlink::before, .modal-block::before, .modal-block--switch::before, .card-menu::before, .card-half::before, .card-half--em::before, .card-half--friend::before, .card-half--match::before, .card-half--coffin::before, .card-half--coffin-change::before, .card-half--help::before, .card-half--reforge::before, .card-half--reforge-effects::before, .card-half--combine::before, .card-bp-wrap::before, .card-tier__body::before, .card-table::before, .card-table--bp::before, .sp-card-head::before, .card-select::before, .card-select-ranking::before {
    -webkit-box-shadow: 0 0 0 0.2857142857vw #312A27, 0 0 0 0.5714285714vw #241F1D, 0 0 0 0.8571428571vw #725C46;
            box-shadow: 0 0 0 0.2857142857vw #312A27, 0 0 0 0.5714285714vw #241F1D, 0 0 0 0.8571428571vw #725C46;
  }
}
@media (max-width: 750px) {
  .list-element-style::before, .item-list-card__elemlink::before, .item-list-square__elemlink::before, .item-list-bar__elemlink::before, .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left .item-list-bar__elemlink-tracker::before, .item-list-sentinel__elemlink::before, .item-list-order__elem::before, .item-list-vm__elem-contents::before, .item-list-preset__elemlink::before, .item-list-preset__elem::before, .item-list-inbox__elemlink::before, .item-list-eq__elemlink::before, .modal-block::before, .modal-block--switch::before, .card-menu::before, .card-half::before, .card-half--em::before, .card-half--friend::before, .card-half--match::before, .card-half--coffin::before, .card-half--coffin-change::before, .card-half--help::before, .card-half--reforge::before, .card-half--reforge-effects::before, .card-half--combine::before, .card-bp-wrap::before, .card-tier__body::before, .card-table::before, .card-table--bp::before, .sp-card-head::before, .card-select::before, .card-select-ranking::before {
    -webkit-box-shadow: 0 0 0 0.5333333333vw #312A27, 0 0 0 1.0666666667vw #241F1D, 0 0 0 1.6vw #725C46;
            box-shadow: 0 0 0 0.5333333333vw #312A27, 0 0 0 1.0666666667vw #241F1D, 0 0 0 1.6vw #725C46;
    top: 1.6vw;
    left: 1.6vw;
    right: 1.6vw;
    bottom: 1.6vw;
  }
}

.shadow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .shadow {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 750px) {
  .shadow {
    font-size: 2.6666666667vw;
  }
}
.shadow.hidden {
  display: none;
}
.shadow .hidden {
  display: none;
}
.shadow.multi {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shadow.multi > span {
  margin-top: 10px;
}
@media (max-width: 1400px) {
  .shadow.multi > span {
    margin-top: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .shadow.multi > span {
    margin-top: 1.3333333333vw;
  }
}
.shadow.multi > span:nth-of-type(1) {
  margin-top: 0;
}
.shadow.thin {
  background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 751px) {
  .font-size-90 {
    font-size: 90%;
  }
}

ul.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
  color: #ffd38c;
}
ul.item-list li.item-list__elem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  margin: 24px;
}
@media (max-width: 1400px) {
  ul.item-list li.item-list__elem {
    margin: 1.7142857143vw;
  }
}
@media (max-width: 750px) {
  ul.item-list li.item-list__elem {
    margin: 1.8666666667vw;
  }
}
@media (max-width: 750px) {
  ul.item-list li.item-list__elem:nth-of-type(n + 5) {
    margin-top: 2.6666666667vw;
  }
}

ul.item-list-eq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
  color: #ffd38c;
}
@media (max-width: 750px) {
  ul.item-list-eq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
ul.item-list-eq li.item-list__elem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-top: 30px;
  margin-right: 29px;
  position: relative;
}
@media (max-width: 1400px) {
  ul.item-list-eq li.item-list__elem {
    margin-top: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  ul.item-list-eq li.item-list__elem {
    margin-right: 2.0714285714vw;
  }
}
@media (max-width: 750px) {
  ul.item-list-eq li.item-list__elem {
    font-size: 2.6666666667vw;
    margin-top: 4vw;
    margin-right: 0;
    width: 100%;
  }
}
ul.item-list-eq li.item-list__elem:nth-of-type(1) {
  margin-top: 0;
}
@media (max-width: 750px) {
  ul.item-list-eq li.item-list__elem:nth-of-type(1) {
    margin-top: 0;
  }
}
ul.item-list-eq li.item-list__elem:nth-of-type(2), ul.item-list-eq li.item-list__elem:nth-of-type(3), ul.item-list-eq li.item-list__elem:nth-of-type(4) {
  margin-top: 0px;
}
@media (max-width: 1400px) {
  ul.item-list-eq li.item-list__elem:nth-of-type(2), ul.item-list-eq li.item-list__elem:nth-of-type(3), ul.item-list-eq li.item-list__elem:nth-of-type(4) {
    margin-top: 0vw;
  }
}
@media (max-width: 750px) {
  ul.item-list-eq li.item-list__elem:nth-of-type(2), ul.item-list-eq li.item-list__elem:nth-of-type(3), ul.item-list-eq li.item-list__elem:nth-of-type(4) {
    margin-top: 4vw;
  }
}
ul.item-list-eq li.item-list__elem:nth-of-type(4n) {
  margin-right: 0px;
}
@media (max-width: 1400px) {
  ul.item-list-eq li.item-list__elem:nth-of-type(4n) {
    margin-right: 0vw;
  }
}
ul.item-list-eq.accessory > li:nth-of-type(3) {
  margin-top: 0;
  margin-right: 0;
}
@media (max-width: 750px) {
  ul.item-list-eq.accessory > li:nth-of-type(3) {
    margin-top: 4vw;
  }
}
ul.item-list-eq li.item-list-vm__elem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: inherit;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 1400px) {
  ul.item-list-eq li.item-list-vm__elem {
    margin-top: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  ul.item-list-eq li.item-list-vm__elem {
    margin-top: 2.6666666667vw;
  }
}
ul.item-list-eq li.item-list-vm__elem:nth-of-type(1) {
  margin-top: 0;
}
@media (max-width: 750px) {
  ul.item-list-eq li.item-list-vm__elem:nth-of-type(1) {
    margin-top: 0;
  }
}

ul.item-list--pc4sp2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
  color: #ffd38c;
}
ul.item-list--pc4sp2 > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-top: 30px;
  margin-right: 29px;
  position: relative;
  width: auto;
}
@media (max-width: 1400px) {
  ul.item-list--pc4sp2 > li {
    margin-top: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  ul.item-list--pc4sp2 > li {
    margin-right: 2.0714285714vw;
  }
}
@media (max-width: 750px) {
  ul.item-list--pc4sp2 > li {
    font-size: 2.6666666667vw;
    margin-top: 4vw;
    margin-right: 5.3333333333vw;
  }
}
ul.item-list--pc4sp2 > li:nth-of-type(1) {
  margin-top: 0;
}
ul.item-list--pc4sp2 > li:nth-of-type(2) {
  margin-top: 0 !important;
}
ul.item-list--pc4sp2 > li:nth-of-type(3), ul.item-list--pc4sp2 > li:nth-of-type(4) {
  margin-top: 0px;
}
@media (max-width: 1400px) {
  ul.item-list--pc4sp2 > li:nth-of-type(3), ul.item-list--pc4sp2 > li:nth-of-type(4) {
    margin-top: 0vw;
  }
}
@media (max-width: 750px) {
  ul.item-list--pc4sp2 > li:nth-of-type(3), ul.item-list--pc4sp2 > li:nth-of-type(4) {
    margin-top: 4vw;
  }
}
ul.item-list--pc4sp2 > li:nth-of-type(4n) {
  margin-right: 0px;
}
@media (max-width: 1400px) {
  ul.item-list--pc4sp2 > li:nth-of-type(4n) {
    margin-right: 0vw;
  }
}
@media (max-width: 750px) {
  ul.item-list--pc4sp2 > li:nth-of-type(4n) {
    margin-right: 5.3333333333vw;
  }
}
@media (max-width: 750px) {
  ul.item-list--pc4sp2 > li:nth-of-type(2n) {
    margin-right: 0;
  }
}

ul.item-list--line {
  position: relative;
  color: #ffd38c;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
ul.item-list--line > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: inherit;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 1400px) {
  ul.item-list--line > li {
    margin-top: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  ul.item-list--line > li {
    margin-top: 2.6666666667vw;
  }
}
ul.item-list--line > li:nth-of-type(1) {
  margin-top: 0;
}
@media (max-width: 750px) {
  ul.item-list--line > li:nth-of-type(1) {
    margin-top: 0;
  }
}
ul.item-list--line > li .item-favorite {
  position: absolute;
  top: 0;
  right: 0;
  width: 4%;
  cursor: pointer;
}
@media (max-width: 750px) {
  ul.item-list--line > li .item-favorite {
    width: 10%;
  }
}
ul.item-list--line > li .item-eq {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  cursor: pointer;
}

.news-details__content {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}

.news-details__content .btn-large {
  text-align: center;
  letter-spacing: normal;
}

.news-details__content h3::after {
  opacity: 0.4;
}

.fr-view h1, .fr-view h2, .fr-view h3, .fr-view h4,
.news-details__content table th,
.img_caption .txt_area {
  font-family: "Noto Sans JP", sans-serif;
}

.img_caption .txt_area p {
  font-size: 85%;
}

.fr-view p {
  line-height: 2;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.news-details__content .fr-view .fr-text-bordered,
.news-details__content .fr-view .fr-text-gray {
  margin: 2.5em auto;
}

.fr-view h4 {
  margin: 1.5em auto 1em;
  max-width: 960px;
}

.fr-view pre,
.fr-view blockquote,
.news-details__content .fr-view > ul,
.news-details__content .fr-view > ol,
.news-details__content .list_dots {
  margin: 2.5em auto;
  max-width: 960px;
}

.news-details__content .img_caption {
  text-align: center;
}

.news-details__content .fr-view > ul li, .news-details__content .fr-view > ol li, .news-details__content .list_dots li {
  line-height: 1.8;
}

.news-details__content .fr-view > ul li::before, .news-details__content .fr-view > ol li::before, .news-details__content .list_dots li::before {
  -webkit-transform: translate(0, 0.3em);
          transform: translate(0, 0.3em);
}

.news-details__content table th, .news-details__content table td {
  word-break: break-all;
}

ul.item-list--tier {
  color: #ffd38c;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
ul.item-list--tier > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  grid-template-columns: 48px 1fr 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media (max-width: 1400px) {
  ul.item-list--tier > li {
    margin-top: 2.8571428571vw;
  }
}
@media (max-width: 1400px) {
  ul.item-list--tier > li {
    grid-template-columns: 3.4285714286vw 1fr 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  ul.item-list--tier > li {
    margin-top: 5.3333333333vw;
    grid-template-columns: 6.4vw 1fr;
  }
}
ul.item-list--tier > li:nth-of-type(1) {
  margin-top: 0;
}
@media (max-width: 750px) {
  ul.item-list--tier > li:nth-of-type(1) {
    margin-top: 0;
  }
}
ul.item-list--tier > li > :nth-of-type(1) {
  justify-self: center;
}
ul.item-list--tier > li.underline {
  position: relative;
}
ul.item-list--tier > li.underline::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  background: url("/static/common/img/line_tier.png") no-repeat center/100%;
  bottom: -24px;
  height: 8px;
}
@media (max-width: 1400px) {
  ul.item-list--tier > li.underline::after {
    bottom: -1.7142857143vw;
  }
}
@media (max-width: 1400px) {
  ul.item-list--tier > li.underline::after {
    height: 0.5714285714vw;
  }
}
@media (max-width: 750px) {
  ul.item-list--tier > li.underline::after {
    bottom: -3.2vw;
    height: 1.0666666667vw;
    background: url("/static/common/img/line_tier.png") no-repeat center/100%;
  }
}

.list-tier-caption {
  display: grid;
  grid-template-columns: 48px 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
}
@media (max-width: 1400px) {
  .list-tier-caption {
    height: 3.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .list-tier-caption {
    grid-template-columns: 3.4285714286vw 1fr 1fr;
  }
}
@media (max-width: 750px) {
  .list-tier-caption {
    grid-template-columns: 6.4vw 1fr 1fr;
    height: 5.3333333333vw;
  }
}
.list-tier-caption > :nth-of-type(1) {
  grid-column: 2/3;
  justify-self: center;
  align-self: center;
}
.list-tier-caption > :nth-of-type(2) {
  grid-column: 3/4;
  justify-self: center;
  align-self: center;
}

.item-list__elemlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  cursor: pointer;
  width: 112px;
}
@media (max-width: 1400px) {
  .item-list__elemlink {
    width: 8vw;
  }
}
@media (max-width: 750px) {
  .item-list__elemlink {
    width: 17.6vw;
  }
}
.item-list__elemlink.disabled {
  cursor: initial;
}

.item-list-inbox__elemlink, .item-list-eq__elemlink {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: 90px 1fr;
  cursor: pointer;
  padding: 24px;
  min-height: 300px;
  width: 300px;
}
@media (max-width: 1400px) {
  .item-list-inbox__elemlink, .item-list-eq__elemlink {
    padding: 1.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .item-list-inbox__elemlink, .item-list-eq__elemlink {
    min-height: 21.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .item-list-inbox__elemlink, .item-list-eq__elemlink {
    width: 21.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .item-list-inbox__elemlink, .item-list-eq__elemlink {
    grid-template-columns: 7.1428571429vw 1fr;
    grid-template-rows: 6.4285714286vw 1fr;
  }
}
@media (max-width: 750px) {
  .item-list-inbox__elemlink, .item-list-eq__elemlink {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    width: 100%;
    min-height: 30.1333333333vw;
    padding: 3.2vw;
  }
}

.item-list-inbox__img-wrap, .item-list-eq__img-wrap {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-right: 10px;
  height: 90px;
  width: 90px;
}
@media (max-width: 1400px) {
  .item-list-inbox__img-wrap, .item-list-eq__img-wrap {
    margin-right: 0.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .item-list-inbox__img-wrap, .item-list-eq__img-wrap {
    height: 6.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .item-list-inbox__img-wrap, .item-list-eq__img-wrap {
    width: 6.4285714286vw;
  }
}
@media (max-width: 750px) {
  .item-list-inbox__img-wrap, .item-list-eq__img-wrap {
    margin: 0 2.6666666667vw 0 0;
    height: 23.7333333333vw;
    width: 23.7333333333vw;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}

.item-list-inbox__text-wrap, .item-list-eq__text-wrap {
  grid-column: 2/3;
  grid-row: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 750px) {
  .item-list-inbox__text-wrap, .item-list-eq__text-wrap {
    grid-column: 2/3;
    grid-row: 1/2;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 750px) {
  .item-list-inbox__item-name {
    margin-bottom: 0.6666666667vw;
  }
}

.item-list-inbox__item-deadline {
  font-size: 16px;
}
@media (max-width: 1400px) {
  .item-list-inbox__item-deadline {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 750px) {
  .item-list-inbox__item-deadline {
    font-size: 2.1333333333vw;
  }
}

@media (max-width: 750px) {
  .item-list-inbox__word-wrap {
    display: inline;
  }
}

.item-list-inbox__item-flavor, .item-list-eq__item-flavor {
  grid-column: 1/3;
  grid-row: 2/3;
  position: relative;
  line-height: 133%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 0;
  overflow-wrap: break-word;
  font-size: 17px;
  padding-top: 24px;
}
@media (max-width: 1400px) {
  .item-list-inbox__item-flavor, .item-list-eq__item-flavor {
    font-size: 1.2142857143vw;
  }
}
@media (max-width: 1400px) {
  .item-list-inbox__item-flavor, .item-list-eq__item-flavor {
    padding-top: 1.7142857143vw;
  }
}
@media (max-width: 750px) {
  .item-list-inbox__item-flavor, .item-list-eq__item-flavor {
    grid-column: 2/3;
    grid-row: 2/3;
    padding-top: 1.3333333333vw;
    font-size: 2.2666666667vw;
  }
}
.item-list-inbox__item-flavor::before, .item-list-eq__item-flavor::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat center/100%;
  top: 11px;
  height: 4px;
}
@media (max-width: 1400px) {
  .item-list-inbox__item-flavor::before, .item-list-eq__item-flavor::before {
    top: 0.7857142857vw;
  }
}
@media (max-width: 1400px) {
  .item-list-inbox__item-flavor::before, .item-list-eq__item-flavor::before {
    height: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .item-list-inbox__item-flavor::before, .item-list-eq__item-flavor::before {
    top: 0;
    height: 0.5333333333vw;
    background: url("/resources/static/common/img/line_h3_sp.png") no-repeat center/100%;
  }
}
.item-list-inbox__item-flavor .item-list-inbox__item-flavor-bottom, .item-list-eq__item-flavor .item-list-inbox__item-flavor-bottom {
  font-size: 16px;
}
@media (max-width: 1400px) {
  .item-list-inbox__item-flavor .item-list-inbox__item-flavor-bottom, .item-list-eq__item-flavor .item-list-inbox__item-flavor-bottom {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 750px) {
  .item-list-inbox__item-flavor .item-list-inbox__item-flavor-bottom, .item-list-eq__item-flavor .item-list-inbox__item-flavor-bottom {
    font-size: 2.1333333333vw;
  }
}

.additinal-effect-list li {
  margin-top: 4px;
}
@media (max-width: 1400px) {
  .additinal-effect-list li {
    margin-top: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .additinal-effect-list li {
    margin-top: 0.5333333333vw;
  }
}
.additinal-effect-list li:nth-of-type(1) {
  margin-top: 0;
}

.additinal-effect__elem-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-wrap: break-word;
  width: 100%;
}
.additinal-effect__elem-contents-icon {
  height: 20px;
  width: 20px;
}
@media (max-width: 1400px) {
  .additinal-effect__elem-contents-icon {
    height: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .additinal-effect__elem-contents-icon {
    width: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .additinal-effect__elem-contents-icon {
    height: 2.6666666667vw;
    width: 2.6666666667vw;
    margin-right: 1.0666666667vw;
  }
}
.additinal-effect__elem-contents span {
  font-size: 17px;
  min-width: 0;
}
@media (max-width: 1400px) {
  .additinal-effect__elem-contents span {
    font-size: 1.2142857143vw;
  }
}
@media (max-width: 750px) {
  .additinal-effect__elem-contents span {
    font-size: 2.2666666667vw;
  }
}

.item-list-eq__elemlink {
  grid-template-columns: 122px 1fr;
  grid-template-rows: 112px 1fr;
  min-height: 340px;
}
@media (max-width: 1400px) {
  .item-list-eq__elemlink {
    min-height: 24.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .item-list-eq__elemlink {
    grid-template-columns: 8.7142857143vw 1fr;
    grid-template-rows: 8vw 1fr;
  }
}
@media (max-width: 750px) {
  .item-list-eq__elemlink {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    min-height: 30.1333333333vw;
  }
}

.item-list-eq__img-wrap {
  height: 112px;
  width: 112px;
}
@media (max-width: 1400px) {
  .item-list-eq__img-wrap {
    height: 8vw;
  }
}
@media (max-width: 1400px) {
  .item-list-eq__img-wrap {
    width: 8vw;
  }
}
@media (max-width: 750px) {
  .item-list-eq__img-wrap {
    height: 23.7333333333vw;
    width: 23.7333333333vw;
  }
}

.item-list-eq__text-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .item-list-eq__text-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.item-list-eq__item-type {
  color: #635545;
}

.item-list-eq__whole {
  grid-column: 1/3;
  grid-row: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-list__img-wrap {
  height: 112px;
  width: 112px;
}
@media (max-width: 1400px) {
  .item-list__img-wrap {
    height: 8vw;
  }
}
@media (max-width: 1400px) {
  .item-list__img-wrap {
    width: 8vw;
  }
}
@media (max-width: 750px) {
  .item-list__img-wrap {
    height: 17.6vw;
    width: 17.6vw;
  }
}

.item-list--boost__img-wrap {
  margin-bottom: 10px;
  height: 252px;
  width: 252px;
}
@media (max-width: 1400px) {
  .item-list--boost__img-wrap {
    margin-bottom: 0.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .item-list--boost__img-wrap {
    height: 18vw;
  }
}
@media (max-width: 1400px) {
  .item-list--boost__img-wrap {
    width: 18vw;
  }
}
@media (max-width: 750px) {
  .item-list--boost__img-wrap {
    margin: 0 2.6666666667vw 0 0;
    height: 13.3333333333vw;
    width: 13.3333333333vw;
  }
}

.item-list__text-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  width: 100%;
}
@media (max-width: 750px) {
  .item-list__text-wrap {
    vertical-align: center;
  }
}
.item-list__text-wrap span {
  /* IE閲覧時にテキストの下部に余白ができてしまうバグを調整 */
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .item-list__text-wrap span {
    /* IE向けのCSS〜START */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.3em;
    /* IE向けのCSS〜END */
  }
}
.item-list__text-wrap .item-name {
  display: block;
  height: 44px;
  margin-bottom: 7px;
  font-size: 19px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .item-list__text-wrap .item-name {
    height: 3.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .item-list__text-wrap .item-name {
    margin-bottom: 0.5vw;
  }
}
@media (max-width: 1400px) {
  .item-list__text-wrap .item-name {
    font-size: 1.3571428571vw;
  }
}
@media (max-width: 750px) {
  .item-list__text-wrap .item-name {
    margin-bottom: 0;
    font-size: 2.6666666667vw;
  }
}
.item-list__text-wrap .item-price__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 4px 2px 0 0;
  font-size: 16px;
  padding-left: 0 !important;
}
@media (max-width: 1400px) {
  .item-list__text-wrap .item-price__wrap {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .item-list__text-wrap .item-price__wrap {
    padding: 0.2857142857vw 0.1428571429vw 0 0;
  }
}
@media (max-width: 750px) {
  .item-list__text-wrap .item-price__wrap {
    font-size: 2.1333333333vw;
    padding: 0.2666666667vw 0.2666666667vw 0 0;
  }
}
@media (max-width: 750px) {
  .item-list__text-wrap .item-price__wrap .item-price {
    font-size: 2.4vw;
  }
}
.item-list__text-wrap .item-price__wrap .icon-currency {
  width: 18px;
  margin-right: 2px;
}
@media (max-width: 1400px) {
  .item-list__text-wrap .item-price__wrap .icon-currency {
    width: 1.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .item-list__text-wrap .item-price__wrap .icon-currency {
    margin-right: 0.1428571429vw;
  }
}
@media (max-width: 750px) {
  .item-list__text-wrap .item-price__wrap .icon-currency {
    width: 2.6666666667vw;
    margin-right: 0.2666666667vw;
  }
}

.nouse {
  opacity: 0.5;
}

.preset-menu {
  width: 1290px;
  padding-top: 41px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .preset-menu {
    width: 92.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .preset-menu {
    padding-top: 2.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .preset-menu {
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .preset-menu {
    width: 85.6vw;
    padding: 0;
    margin: 0;
    margin-bottom: 4vw;
  }
}

.preset-list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #111114;
  border: 1px solid #725C46;
  font-size: 20px;
  margin-bottom: 27px;
}
@media (max-width: 1400px) {
  .preset-list-menu {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .preset-list-menu {
    margin-bottom: 1.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .preset-list-menu {
    border: 0.0714285714vw solid #725C46;
  }
}
@media (max-width: 750px) {
  .preset-list-menu {
    grid-template-columns: 1fr 1fr;
    font-size: 2.6666666667vw;
    margin-bottom: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 0.1333333333vw solid #725C46;
  }
}
.preset-list-menu a, .preset-list-menu button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffd38c;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 50%;
  height: 70px;
}
@media (max-width: 1400px) {
  .preset-list-menu a, .preset-list-menu button {
    height: 5vw;
  }
}
@media (max-width: 750px) {
  .preset-list-menu a, .preset-list-menu button {
    height: 9.3333333333vw;
    font-size: inherit;
    font-family: inherit;
  }
}
@media (min-width: 751px) {
  .preset-list-menu a.pc-full-width, .preset-list-menu button.pc-full-width {
    width: 100%;
  }
  .preset-list-menu a.pc-half-width, .preset-list-menu button.pc-half-width {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .preset-list-menu a.pc-one-third-width, .preset-list-menu button.pc-one-third-width {
    width: 33%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 750px) {
  .preset-list-menu a.sp-full-width, .preset-list-menu button.sp-full-width {
    width: 100%;
  }
  .preset-list-menu a.sp-half-width, .preset-list-menu button.sp-half-width {
    width: 50%;
  }
}
.preset-list-menu a.active, .preset-list-menu button.active {
  text-shadow: 0px 0px 8px rgba(255, 224, 141, 0.5), 0px 0px 12px rgba(255, 224, 141, 0.4);
}

.preset-article-operation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
}
@media (max-width: 750px) {
  .preset-article-operation {
    margin: 2vw 0 0 0;
  }
}
.preset-article-operation .btn-head, .preset-article-operation .btn-head-small {
  margin-left: 26px;
}
@media (max-width: 1400px) {
  .preset-article-operation .btn-head, .preset-article-operation .btn-head-small {
    margin-left: 1.8571428571vw;
  }
}
@media (max-width: 750px) {
  .preset-article-operation .btn-head, .preset-article-operation .btn-head-small {
    margin-right: 3.4666666667vw;
    margin-left: 3.4666666667vw;
  }
}

.item-list-preset__elem {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), -webkit-gradient(linear, left top, left bottom, from(#1c1817), to(#1c1817));
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), linear-gradient(#1c1817, #1c1817);
  padding: 20px;
  height: 100px;
}
@media (max-width: 1400px) {
  .item-list-preset__elem {
    padding: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .item-list-preset__elem {
    height: 7.1428571429vw;
  }
}
@media (max-width: 750px) {
  .item-list-preset__elem {
    padding: 2.6666666667vw;
    height: 22.9333333333vw;
    font-size: 2.6666666667vw;
  }
}

.item-list-preset__title {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .item-list-preset__title {
    display: block;
  }
}

.item-list-preset__elemlink {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 547px;
  grid-template-rows: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), -webkit-gradient(linear, left top, left bottom, from(#1c1817), to(#1c1817));
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), linear-gradient(#1c1817, #1c1817);
  cursor: pointer;
  padding: 19px;
  padding-right: 24px;
  padding-left: 24px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .item-list-preset__elemlink {
    padding: 1.3571428571vw;
  }
}
@media (max-width: 1400px) {
  .item-list-preset__elemlink {
    padding-right: 1.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .item-list-preset__elemlink {
    padding-left: 1.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .item-list-preset__elemlink {
    margin-bottom: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .item-list-preset__elemlink {
    grid-template-columns: 1fr 39.0714285714vw;
  }
}
@media (max-width: 750px) {
  .item-list-preset__elemlink {
    display: block;
    padding: 3.2vw 5.3333333333vw;
    height: auto;
    font-size: 2.6666666667vw;
  }
}
.item-list-preset__elemlink.disabled {
  cursor: initial;
}
.item-list-preset__elemlink .item-list-preset__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-block-list-preset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
  color: #ffd38c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
}
.modal-block-list-preset:after {
  /* padding-bottomのため */
  content: "";
  display: block;
  height: 10px;
  width: 100%;
}
@media (max-width: 1400px) {
  .modal-block-list-preset:after {
    height: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .modal-block-list-preset:after {
    height: 1.3333333333vw;
  }
}

.modal-input-preset {
  background: #282828;
  border: 1px solid #725C46;
  height: 6.9333333333vw;
  color: inherit;
  font: inherit;
  font-size: inherit;
  margin-top: 2.6666666667vw;
  width: 720px;
  height: 52px;
}
@media (max-width: 1400px) {
  .modal-input-preset {
    width: 51.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .modal-input-preset {
    height: 3.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .modal-input-preset {
    border: 0.0714285714vw solid #725C46;
  }
}
@media (max-width: 750px) {
  .modal-input-preset {
    border: 0.2666666667vw solid #725C46;
    width: 70.6666666667vw;
    height: 6.9333333333vw;
  }
}

.modal-contents-preset--dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (max-width: 1400px) {
  .modal-contents-preset--dialog {
    padding-top: 5.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents-preset--dialog {
    padding-bottom: 5.1428571429vw;
  }
}
@media (max-width: 750px) {
  .modal-contents-preset--dialog {
    padding-bottom: 4vw;
  }
}
.modal-contents-preset--dialog.hidden {
  display: none;
}
.modal-contents-preset--dialog .modal-contents-preset--dialog__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 72px;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .modal-contents-preset--dialog .modal-contents-preset--dialog__text {
    padding-bottom: 5.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents-preset--dialog .modal-contents-preset--dialog__text {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .modal-contents-preset--dialog .modal-contents-preset--dialog__text {
    font-size: 2.6666666667vw;
    padding-top: 0;
    padding-bottom: 4vw;
  }
}
.modal-contents-preset--dialog .modal-contents-preset--dialog__text span.modal-contents-preset--dialog__text__imp {
  position: relative;
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  .modal-contents-preset--dialog .modal-contents-preset--dialog__text span.modal-contents-preset--dialog__text__imp {
    margin-bottom: 0.8571428571vw;
  }
}
@media (max-width: 750px) {
  .modal-contents-preset--dialog .modal-contents-preset--dialog__text span.modal-contents-preset--dialog__text__imp {
    margin-bottom: 1.6vw;
  }
}
.modal-contents-preset--dialog .modal-contents-preset--dialog__text span.text-small {
  font-size: 18px;
}
@media (max-width: 1400px) {
  .modal-contents-preset--dialog .modal-contents-preset--dialog__text span.text-small {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 750px) {
  .modal-contents-preset--dialog .modal-contents-preset--dialog__text span.text-small {
    font-size: 2.4vw;
  }
}
.modal-contents-preset--dialog .modal-contents-preset--dialog__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .modal-contents-preset--dialog .modal-contents-preset--dialog__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal-contents-preset--dialog .modal-contents-preset--dialog__button .btn-medium, .modal-contents-preset--dialog .modal-contents-preset--dialog__button .btn-medium--menu {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 1400px) {
  .modal-contents-preset--dialog .modal-contents-preset--dialog__button .btn-medium, .modal-contents-preset--dialog .modal-contents-preset--dialog__button .btn-medium--menu {
    margin-left: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .modal-contents-preset--dialog .modal-contents-preset--dialog__button .btn-medium, .modal-contents-preset--dialog .modal-contents-preset--dialog__button .btn-medium--menu {
    margin-right: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  .modal-contents-preset--dialog .modal-contents-preset--dialog__button .btn-medium, .modal-contents-preset--dialog .modal-contents-preset--dialog__button .btn-medium--menu {
    margin: 1.3333333333vw;
  }
}
.modal-contents-preset--dialog .modal-contents-preset--dialog__button form {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-list-vm__elem-contents {
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), -webkit-gradient(linear, left top, left bottom, from(#1c1817), to(#1c1817));
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), linear-gradient(#1c1817, #1c1817);
  display: grid;
  grid-template-columns: 1fr 287px;
  grid-template-rows: 31px 16px 1fr 10px 1fr;
  height: 148px;
  padding: 24px;
  width: inherit;
}
@media (max-width: 1400px) {
  .item-list-vm__elem-contents {
    height: 10.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .item-list-vm__elem-contents {
    padding: 1.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .item-list-vm__elem-contents {
    grid-template-columns: 1fr 20.5vw;
    grid-template-rows: 2.2142857143vw 1.1428571429vw 1fr 0.7142857143vw 1fr;
  }
}
@media (max-width: 750px) {
  .item-list-vm__elem-contents {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 4.1333333333vw 1.3333333333vw 1fr 2.1333333333vw 1fr;
    width: 100%;
    height: 19.7333333333vw;
    padding: 3.2vw;
    font-size: 2.6666666667vw;
  }
}

.item-list-vm__title {
  grid-column: 1/3;
  grid-row: 1/2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-list-vm__title::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat center/100%;
  bottom: 0;
  height: 4px;
}
@media (max-width: 1400px) {
  .item-list-vm__title::after {
    height: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .item-list-vm__title::after {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 0.5333333333vw;
    background: url("/resources/static/common/img/line_h3_sp.png") no-repeat center/100%;
  }
}

.item-list-vm__breakdown {
  grid-column: 1/2;
  grid-row: 3/6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .item-list-vm__breakdown {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}

.item-list-vm__change {
  grid-column: 2/3;
  grid-row: 3/4;
  text-align: right;
}
@media (max-width: 750px) {
  .item-list-vm__change {
    text-align: left;
    grid-column: 1/2;
    grid-row: 5/6;
  }
}
.item-list-vm__change.positive {
  color: #03C90A;
}
.item-list-vm__change.negative {
  color: #ff4a3b;
}

.item-list-vm__posession {
  grid-column: 2/3;
  grid-row: 5/6;
  text-align: right;
}
@media (max-width: 750px) {
  .item-list-vm__posession {
    grid-column: 2/3;
    grid-row: 5/6;
  }
}

.marker-style, .item-list-order__marker, .card-half--coffin-change__marker, .img-head-medium__marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #725C46;
  width: 181px;
  height: 32px;
  padding-left: 8px;
  position: relative;
}
@media (max-width: 1400px) {
  .marker-style, .item-list-order__marker, .card-half--coffin-change__marker, .img-head-medium__marker {
    width: 12.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .marker-style, .item-list-order__marker, .card-half--coffin-change__marker, .img-head-medium__marker {
    height: 2.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .marker-style, .item-list-order__marker, .card-half--coffin-change__marker, .img-head-medium__marker {
    padding-left: 0.5714285714vw;
  }
}
@media (max-width: 750px) {
  .marker-style, .item-list-order__marker, .card-half--coffin-change__marker, .img-head-medium__marker {
    width: 24.1333333333vw;
    height: 4.2666666667vw;
    padding-left: 1.0666666667vw;
  }
}
.marker-style::before, .item-list-order__marker::before, .card-half--coffin-change__marker::before, .img-head-medium__marker::before {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32px;
  height: 32px;
  border-top: 16px solid #725C46;
  border-right: 16px solid #725C46;
  border-bottom: 16px solid transparent;
  border-left: 16px solid transparent;
}
@media (max-width: 1400px) {
  .marker-style::before, .item-list-order__marker::before, .card-half--coffin-change__marker::before, .img-head-medium__marker::before {
    left: -2.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .marker-style::before, .item-list-order__marker::before, .card-half--coffin-change__marker::before, .img-head-medium__marker::before {
    width: 2.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .marker-style::before, .item-list-order__marker::before, .card-half--coffin-change__marker::before, .img-head-medium__marker::before {
    height: 2.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .marker-style::before, .item-list-order__marker::before, .card-half--coffin-change__marker::before, .img-head-medium__marker::before {
    border-top: 1.1428571429vw solid #725C46;
    border-right: 1.1428571429vw solid #725C46;
    border-bottom: 1.1428571429vw solid transparent;
    border-left: 1.1428571429vw solid transparent;
  }
}
@media (max-width: 750px) {
  .marker-style::before, .item-list-order__marker::before, .card-half--coffin-change__marker::before, .img-head-medium__marker::before {
    left: -4.2666666667vw;
    border-top: 2.1333333333vw solid #725C46;
    border-right: 2.1333333333vw solid #725C46;
    border-bottom: 2.1333333333vw solid transparent;
    border-left: 2.1333333333vw solid transparent;
  }
}

.item-list-order__elem {
  display: block;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), -webkit-gradient(linear, left top, left bottom, from(#1c1817), to(#1c1817));
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), linear-gradient(#1c1817, #1c1817);
  padding: 20px;
  height: 100px;
}
@media (max-width: 1400px) {
  .item-list-order__elem {
    padding: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .item-list-order__elem {
    height: 7.1428571429vw;
  }
}
@media (max-width: 750px) {
  .item-list-order__elem {
    padding: 2.6666666667vw;
    height: 13.3333333333vw;
    font-size: 2.6666666667vw;
  }
}

.item-list-order__title {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-list-order__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 4px;
  right: 4px;
  bottom: 4px;
  text-shadow: 0 0 8px #000, 0 0 8px #000;
}
@media (max-width: 1400px) {
  .item-list-order__content {
    top: 0vw;
    right: 0vw;
    bottom: 0vw;
    text-shadow: 0 0 0.5714285714vw #000, 0 0 0.5714285714vw #000;
  }
}
@media (max-width: 750px) {
  .item-list-order__content {
    top: 0vw;
    right: 0vw;
    bottom: 0vw;
    text-shadow: 0 0 1.0666666667vw #000, 0 0 1.0666666667vw #000;
  }
}
.item-list-order__content .text-available {
  color: #03C90A;
}
.item-list-order__content .text-urgent {
  color: #ff4a3b;
}

.item-list-order__marker.en {
  width: 270px;
}
@media (max-width: 750px) {
  .item-list-order__marker.en {
    width: 22vw;
  }
}
@media (max-width: 1400px) {
  .item-list-order__marker.en {
    width: 19.2857142857vw;
  }
}
.item-list-order__marker.fr {
  width: 200px;
}
@media (max-width: 750px) {
  .item-list-order__marker.fr {
    width: 13.3333333333vw;
  }
}
@media (max-width: 1400px) {
  .item-list-order__marker.fr {
    width: 14.2857142857vw;
  }
}
.item-list-order__marker.de {
  width: 230px;
}
@media (max-width: 750px) {
  .item-list-order__marker.de {
    width: 15.3333333333vw;
  }
}
@media (max-width: 1400px) {
  .item-list-order__marker.de {
    width: 16.4285714286vw;
  }
}

.item-list-order__message {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
  padding-bottom: 8px;
}
@media (max-width: 1400px) {
  .item-list-order__message {
    padding-right: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .item-list-order__message {
    padding-bottom: 0.5714285714vw;
  }
}
@media (max-width: 750px) {
  .item-list-order__message {
    padding-right: 2.6666666667vw;
    padding-bottom: 1.0666666667vw;
  }
}

.item-list-order__img {
  width: 24px;
  height: 24px;
  padding-right: 4px;
}
@media (max-width: 1400px) {
  .item-list-order__img {
    width: 1.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .item-list-order__img {
    height: 1.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .item-list-order__img {
    padding-right: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .item-list-order__img {
    width: 3.2vw;
    height: 3.2vw;
    padding-right: 0.5333333333vw;
  }
}

.item-list-sentinel__elemlink {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 547px;
  grid-template-rows: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), -webkit-gradient(linear, left top, left bottom, from(#1c1817), to(#1c1817));
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), linear-gradient(#1c1817, #1c1817);
  cursor: pointer;
  padding: 24px;
  height: 168px;
}
@media (max-width: 1400px) {
  .item-list-sentinel__elemlink {
    padding: 1.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .item-list-sentinel__elemlink {
    height: 12vw;
  }
}
@media (max-width: 1400px) {
  .item-list-sentinel__elemlink {
    grid-template-columns: 1fr 39.0714285714vw;
  }
}
@media (max-width: 750px) {
  .item-list-sentinel__elemlink {
    display: block;
    padding: 6.4vw;
    height: auto;
    font-size: 2.6666666667vw;
  }
}
.item-list-sentinel__elemlink.disabled {
  cursor: initial;
}
.item-list-sentinel__elemlink .item-list-sentinel__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-list-sentinel__elemlink .item-list-sentinel__img-wrap-icon {
  width: 30px;
  height: 30px;
  padding-right: 10px;
}
@media (max-width: 1400px) {
  .item-list-sentinel__elemlink .item-list-sentinel__img-wrap-icon {
    width: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .item-list-sentinel__elemlink .item-list-sentinel__img-wrap-icon {
    height: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .item-list-sentinel__elemlink .item-list-sentinel__img-wrap-icon {
    padding-right: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .item-list-sentinel__elemlink .item-list-sentinel__img-wrap-icon {
    width: 4vw;
    height: 4vw;
    padding-right: 1.3333333333vw;
  }
}
.item-list-sentinel__elemlink .item-list-sentinel__img-wrap {
  grid-column: 2/3;
  position: relative;
  width: 547px;
  height: 120px;
}
@media (max-width: 1400px) {
  .item-list-sentinel__elemlink .item-list-sentinel__img-wrap {
    width: 39.0714285714vw;
  }
}
@media (max-width: 1400px) {
  .item-list-sentinel__elemlink .item-list-sentinel__img-wrap {
    height: 8.5714285714vw;
  }
}
@media (max-width: 750px) {
  .item-list-sentinel__elemlink .item-list-sentinel__img-wrap {
    width: 100%;
    height: auto;
    margin-top: 2vw;
  }
}
.item-list-sentinel__elemlink .item-list-sentinel__img-wrap .item-favorite {
  position: absolute;
  top: 0;
  right: 0;
  width: 7%;
  cursor: pointer;
}
.item-list-sentinel__elemlink .item-list-sentinel__img-wrap .item-eq {
  position: absolute;
  top: 0;
  right: 0;
  height: 96%;
  width: auto;
  cursor: pointer;
}
@media (max-width: 750px) {
  .item-list-sentinel__elemlink .item-list-sentinel__img-wrap .item-eq {
    height: 102%;
  }
}

.item-list-bar__elemlink, .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left .item-list-bar__elemlink-tracker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), -webkit-gradient(linear, left top, left bottom, from(#1c1817), to(#1c1817));
  background: top right/contain no-repeat url("/static/common/img/bg_list_elem_pc.png"), linear-gradient(#1c1817, #1c1817);
  cursor: pointer;
  padding: 24px;
  height: 100px;
}
@media (max-width: 1400px) {
  .item-list-bar__elemlink, .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left .item-list-bar__elemlink-tracker {
    padding: 1.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .item-list-bar__elemlink, .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left .item-list-bar__elemlink-tracker {
    height: 7.1428571429vw;
  }
}
@media (max-width: 750px) {
  .item-list-bar__elemlink, .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left .item-list-bar__elemlink-tracker {
    padding: 3.2vw;
    height: auto;
    min-height: 13.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.item-list-bar__elemlink.disabled, .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left .disabled.item-list-bar__elemlink-tracker {
  cursor: initial;
}
.item-list-bar__elemlink .item-list-bar__elemlink-flex-wrapper, .modal-contents--info__center .modal-contents--info__center__scroll .modal-contents--info__left-auto > li.tracker-modal-left .item-list-bar__elemlink-tracker .item-list-bar__elemlink-flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.list-sub-title {
  display: inline-block;
  color: #ffd38c;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .list-sub-title {
    margin-bottom: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .list-sub-title {
    margin-bottom: 1.3333333333vw;
  }
}

.list-title {
  display: inline-block;
  color: #ffd38c;
  font-size: 20px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .list-title {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .list-title {
    padding-left: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .list-title {
    margin-bottom: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .list-title {
    font-size: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.list-title::before {
  content: "";
  background: url("/resources/static/common/img/icon_common_marker.png") no-repeat center/contain;
  width: 13px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 1400px) {
  .list-title::before {
    width: 0.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .list-title::before {
    height: 1.5714285714vw;
  }
}
@media (max-width: 750px) {
  .list-title::before {
    height: 2.9333333333vw;
    width: 1.7333333333vw;
  }
}

.attention-text {
  color: #ff4a3b;
}

ul.item-list-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  color: #ffd38c;
  width: 100%;
}
ul.item-list-square > li {
  margin-top: 30px;
  margin-right: 29px;
}
@media (max-width: 1400px) {
  ul.item-list-square > li {
    margin-top: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  ul.item-list-square > li {
    margin-right: 2.0714285714vw;
  }
}
@media (max-width: 750px) {
  ul.item-list-square > li {
    margin-top: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
ul.item-list-square > li:nth-of-type(1) {
  margin-top: 0;
}
ul.item-list-square > li:nth-of-type(2) {
  margin-top: 0;
}
ul.item-list-square > li:nth-of-type(3), ul.item-list-square > li:nth-of-type(4) {
  margin-top: 0;
}
@media (max-width: 750px) {
  ul.item-list-square > li:nth-of-type(3), ul.item-list-square > li:nth-of-type(4) {
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 750px) {
  ul.item-list-square > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
ul.item-list-square > li:nth-of-type(4n) {
  margin-right: 0px;
}
@media (max-width: 1400px) {
  ul.item-list-square > li:nth-of-type(4n) {
    margin-right: 0vw;
  }
}
ul.item-list-square.accessory > li:nth-of-type(3) {
  margin-top: 0;
  margin-right: 0;
}
@media (max-width: 750px) {
  ul.item-list-square.accessory > li:nth-of-type(3) {
    margin-top: 5.3333333333vw;
  }
}

.item-list-square__elemlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 300px;
  width: 300px;
  padding: 24px;
}
@media (max-width: 1400px) {
  .item-list-square__elemlink {
    height: 21.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .item-list-square__elemlink {
    width: 21.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .item-list-square__elemlink {
    padding: 1.7142857143vw;
  }
}
@media (max-width: 750px) {
  .item-list-square__elemlink {
    width: 40vw;
    height: 40vw;
    padding: 2.6666666667vw;
    font-size: 2.6666666667vw;
    background: center right/cover no-repeat url("/static/common/img/bg_list_elem_pc.png"), -webkit-gradient(linear, left top, left bottom, from(#241f1d), to(#241f1d));
    background: center right/cover no-repeat url("/static/common/img/bg_list_elem_pc.png"), linear-gradient(#241f1d, #241f1d);
  }
}
.item-list-square__elemlink .item-list-square__img-wrap {
  width: 100%;
  height: 100%;
}
.item-list-square__elemlink.disabled {
  cursor: default;
}

.item-list-card__elemlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  width: 300px;
  padding: 24px;
}
@media (max-width: 1400px) {
  .item-list-card__elemlink {
    width: 21.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .item-list-card__elemlink {
    padding: 1.7142857143vw;
  }
}
@media (max-width: 750px) {
  .item-list-card__elemlink {
    width: 40vw;
    padding: 3.2vw;
    background: center right/cover no-repeat url("/static/common/img/bg_list_elem_pc.png"), -webkit-gradient(linear, left top, left bottom, from(#241f1d), to(#241f1d));
    background: center right/cover no-repeat url("/static/common/img/bg_list_elem_pc.png"), linear-gradient(#241f1d, #241f1d);
  }
}
.item-list-card__elemlink.disabled {
  cursor: default;
}
.item-list-card__elemlink.small {
  width: auto;
  padding: 0;
}
.item-list-card__elemlink .item-list-card__img-wrap {
  display: block;
  height: 252px;
  width: 252px;
}
@media (max-width: 1400px) {
  .item-list-card__elemlink .item-list-card__img-wrap {
    height: 18vw;
  }
}
@media (max-width: 1400px) {
  .item-list-card__elemlink .item-list-card__img-wrap {
    width: 18vw;
  }
}
@media (max-width: 750px) {
  .item-list-card__elemlink .item-list-card__img-wrap {
    height: 33.6vw;
    width: 33.6vw;
  }
}
.item-list-card__elemlink .item-list-card__text-wrap {
  margin-top: 10px;
  font-size: 19px;
}
@media (max-width: 1400px) {
  .item-list-card__elemlink .item-list-card__text-wrap {
    margin-top: 0.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .item-list-card__elemlink .item-list-card__text-wrap {
    font-size: 1.3571428571vw;
  }
}
@media (max-width: 750px) {
  .item-list-card__elemlink .item-list-card__text-wrap {
    margin: 1.3333333333vw 0 0;
    font-size: 2.5333333333vw;
  }
}
.item-list-card__elemlink .item-list-card__whole {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 252px;
}
@media (max-width: 1400px) {
  .item-list-card__elemlink .item-list-card__whole {
    height: 18vw;
  }
}
@media (max-width: 750px) {
  .item-list-card__elemlink .item-list-card__whole {
    font-size: 2.6666666667vw;
    height: 33.6vw;
  }
}

.item-list--boost {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 37px;
  margin-top: 5px;
}
@media (max-width: 1400px) {
  .item-list--boost {
    grid-column-gap: 2.6428571429vw;
  }
}
@media (max-width: 1400px) {
  .item-list--boost {
    margin-top: 0.3571428571vw;
  }
}
@media (max-width: 750px) {
  .item-list--boost {
    grid-template-columns: 1fr 1fr;
    grid-gap: 4.9333333333vw;
    margin-top: 0.6666666667vw;
  }
}
@media (max-width: 750px) {
  .item-list--boost.pc-display {
    display: none;
  }
}
@media (min-width: 751px) {
  .item-list--boost.sp-display {
    display: none;
  }
}

.item-list--boost-element {
  display: block;
  background: none !important;
  border: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  padding: 0;
}
.item-list--boost-element > :nth-child(1) {
  height: 245px;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .item-list--boost-element > :nth-child(1) {
    height: 17.5vw;
  }
}
@media (max-width: 1400px) {
  .item-list--boost-element > :nth-child(1) {
    margin-bottom: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .item-list--boost-element > :nth-child(1) {
    height: 32.6666666667vw;
    width: 32.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}

.list-wrap--full {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.search-elem-container {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 1400px) {
  .search-elem-container {
    padding-top: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .search-elem-container {
    padding-bottom: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .search-elem-container {
    padding-top: 6vw;
  }
}
.search-elem-container::before {
  background: url("/resources/static/common/img/top/line_news-list.png") no-repeat center/contain;
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 750px) {
  .search-elem-container::before {
    display: none;
  }
}
.search-elem-container .search-elem {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: text-shadow 0.2s;
  transition: text-shadow 0.2s;
}
@media (max-width: 750px) {
  .search-elem-container .search-elem {
    display: block;
  }
}
.search-elem-container .search-elem:hover {
  text-shadow: 0px 0px 8px rgba(255, 188, 0, 0.5), 0px 0px 12px rgba(255, 188, 0, 0.4);
}
@media (max-width: 750px) {
  .search-elem-container .search-elem:hover {
    text-shadow: none;
  }
}
.search-elem-container .search-elem a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.search-elem-container .search-elem .search-elem__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffd38c;
  font-weight: normal;
  border-right: 1px solid #ffd38c;
  position: relative;
  line-height: 150%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  padding-left: 22px;
  width: 192px;
  /* IE閲覧時にテキストの下部に余白ができてしまうバグを調整 */
}
@media (max-width: 1400px) {
  .search-elem-container .search-elem .search-elem__category {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .search-elem-container .search-elem .search-elem__category {
    padding-left: 1.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .search-elem-container .search-elem .search-elem__category {
    width: 13.7142857143vw;
  }
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .search-elem-container .search-elem .search-elem__category {
    /* IE向けのCSS〜START */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.3em;
    /* IE向けのCSS〜END */
  }
}
@media (max-width: 750px) {
  .search-elem-container .search-elem .search-elem__category {
    font-size: 3.7333333333vw;
    padding-left: 2.9333333333vw;
  }
}
.search-elem-container .search-elem .search-elem__category::before {
  content: "";
  background: url("/resources/static/common/img/icon_common_marker.png") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 28px;
}
@media (max-width: 1400px) {
  .search-elem-container .search-elem .search-elem__category::before {
    width: 0.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .search-elem-container .search-elem .search-elem__category::before {
    height: 2vw;
  }
}
@media (max-width: 750px) {
  .search-elem-container .search-elem .search-elem__category::before {
    width: 1.6vw;
    height: 3.7333333333vw;
  }
}
@media (max-width: 750px) {
  .search-elem-container .search-elem .search-elem__category {
    width: 100%;
    border-right: none;
    margin-bottom: 2.6666666667vw;
  }
  .search-elem-container .search-elem .search-elem__category::after {
    background: center/contain no-repeat url("/static/common/img/line_search_list_sp.png");
    content: "";
    width: 100%;
    height: 1.0666666667vw;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1.0666666667vw;
  }
}
.search-elem-container .search-elem .search-elem__title {
  color: #ffd38c;
  font-weight: normal;
  position: relative;
  line-height: 150%;
  width: 80%;
  font-size: 20px;
  padding-left: 20px;
}
@media (max-width: 1400px) {
  .search-elem-container .search-elem .search-elem__title {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .search-elem-container .search-elem .search-elem__title {
    padding-left: 1.4285714286vw;
  }
}
@media (max-width: 750px) {
  .search-elem-container .search-elem .search-elem__title {
    font-size: 3.2vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    width: 100%;
  }
}
.search-elem-container .search-elem .search-elem__title::after {
  background: url("/resources/static/common/img/icon_arw.png") no-repeat center/contain;
  content: "";
  top: 50%;
  width: 13px;
  height: 8px;
  display: block;
  position: absolute;
  right: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .search-elem-container .search-elem .search-elem__title::after {
    width: 0.9285714286vw;
  }
}
@media (max-width: 1400px) {
  .search-elem-container .search-elem .search-elem__title::after {
    height: 0.5714285714vw;
  }
}
@media (max-width: 1400px) {
  .search-elem-container .search-elem .search-elem__title::after {
    right: -1.7857142857vw;
  }
}
@media (max-width: 750px) {
  .search-elem-container .search-elem .search-elem__title::after {
    display: none;
  }
}

.list-note, .list-note-help {
  color: #ffd38c;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -47px;
}
@media (max-width: 1400px) {
  .list-note, .list-note-help {
    bottom: -3.3571428571vw;
  }
}
@media (max-width: 750px) {
  .list-note, .list-note-help {
    position: relative;
    text-align: right;
    width: 100%;
    bottom: auto;
    right: auto;
    margin-top: 3.6vw;
    font-size: 2.6666666667vw;
  }
}

.list-note-help {
  text-align: left;
  right: auto;
  bottom: 35px;
}
@media (max-width: 1400px) {
  .list-note-help {
    bottom: 2.5vw;
  }
}
@media (max-width: 750px) {
  .list-note-help {
    text-align: left;
    bottom: -20px;
  }
}

ul.coffin-list {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-gap: 32px;
}
@media (max-width: 1400px) {
  ul.coffin-list {
    grid-gap: 2.2857142857vw;
  }
}
@media (max-width: 750px) {
  ul.coffin-list {
    grid-gap: 4.2666666667vw;
  }
}
ul.coffin-list ul {
  margin-top: 12px;
}
@media (max-width: 1400px) {
  ul.coffin-list ul {
    margin-top: 0.8571428571vw;
  }
}
@media (max-width: 750px) {
  ul.coffin-list ul {
    margin-top: 1.6vw;
  }
}

ul.coffin-theme-list {
  display: grid;
  grid-template-columns: repeat(5, 88px);
  grid-gap: 47px;
}
@media (max-width: 1400px) {
  ul.coffin-theme-list {
    grid-gap: 3.3571428571vw;
  }
}
@media (max-width: 1400px) {
  ul.coffin-theme-list {
    grid-template-columns: repeat(5, 6.2857142857vw);
  }
}
@media (max-width: 750px) {
  ul.coffin-theme-list {
    grid-template-columns: repeat(5, 11.7333333333vw);
    grid-gap: 6.2666666667vw;
  }
}

/* =================================
  ua-agent
================================= */
.ua-ps .hidden-on-ps {
  display: none;
}

.coffin-elem {
  position: relative;
  overflow: visible;
  display: block;
  cursor: pointer;
}
.coffin-elem .shadow {
  cursor: default;
}

/* =================================
  error
================================= */
.error {
  background: url("/resources/static/common/img/select/bg_contents_pc.jpg") no-repeat 50% 40%/100% auto;
  padding-bottom: 220px;
}
@media (max-width: 1400px) {
  .error {
    padding-bottom: 15.7142857143vw;
  }
}
@media (max-width: 750px) {
  .error {
    background: url("/resources/static/common/img/select/bg_contents_sp.jpg") no-repeat 50% 90%/100% auto;
    padding-bottom: 29.3333333333vw;
  }
}
.error__title {
  background: none;
  padding-top: 240px;
  margin-bottom: 220px;
  font-size: 38px;
}
@media (max-width: 1400px) {
  .error__title {
    padding-top: 17.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .error__title {
    margin-bottom: 15.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .error__title {
    font-size: 2.7142857143vw;
  }
}
@media (max-width: 750px) {
  .error__title {
    padding-top: 32vw;
    margin-bottom: 29.3333333333vw;
    font-size: 5.0666666667vw;
  }
}
.error__message {
  color: #ffd38c;
  text-align: center;
  line-height: 160%;
  font-size: 22px;
}
@media (max-width: 1400px) {
  .error__message {
    font-size: 1.5714285714vw;
  }
}
@media (max-width: 750px) {
  .error__message {
    font-size: 2.9333333333vw;
  }
}
.error__page-back {
  text-align: center;
  margin-top: 90px;
  font-size: 24px;
}
@media (max-width: 1400px) {
  .error__page-back {
    margin-top: 6.4285714286vw;
  }
}
@media (max-width: 1400px) {
  .error__page-back {
    font-size: 1.7142857143vw;
  }
}
@media (max-width: 750px) {
  .error__page-back {
    margin-top: 12vw;
    font-size: 3.2vw;
  }
}
.error__page-back a {
  position: relative;
  color: #ffc501;
}
.error__page-back a::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background: url("/resources/static/common/img/icon_arw_page-back.svg") no-repeat center/contain;
  width: 12px;
  height: 18px;
}
@media (max-width: 1400px) {
  .error__page-back a::before {
    left: -1.0714285714vw;
  }
}
@media (max-width: 1400px) {
  .error__page-back a::before {
    width: 0.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .error__page-back a::before {
    height: 1.2857142857vw;
  }
}
@media (max-width: 750px) {
  .error__page-back a::before {
    left: -2vw;
    width: 1.6vw;
    height: 2.4vw;
  }
}
.error__page-back a:hover {
  text-decoration: underline;
}
@media (max-width: 750px) {
  .error__page-back a:hover {
    text-decoration: none;
  }
}

.negative {
  color: #ff4a3b;
}

.positive {
  color: #03C90A;
}

h5.positive {
  color: #03C90A;
}

.capcha-wrap {
  z-index: 1;
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .capcha-wrap {
    margin-top: 2.8571428571vw;
  }
}
@media (max-width: 750px) {
  .capcha-wrap {
    margin-top: 4vw;
  }
}

.private-msg {
  margin-top: 2.6666666667vw;
  color: #ffd38c;
}

.information-available {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
}
@media (max-width: 1400px) {
  .information-available {
    height: 12.8571428571vw;
  }
}
@media (max-width: 750px) {
  .information-available {
    height: 24vw;
  }
}
.information-available::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  background: url("/resources/static/common/img/line_h3_pc.png") no-repeat center/100%;
  top: 4px;
  height: 4px;
}
@media (max-width: 1400px) {
  .information-available::before {
    top: 0.2857142857vw;
  }
}
@media (max-width: 1400px) {
  .information-available::before {
    height: 0.2857142857vw;
  }
}
@media (max-width: 750px) {
  .information-available::before {
    top: 0.5333333333vw;
    height: 0.5333333333vw;
    background: url("/resources/static/common/img/line_h3_sp.png") no-repeat center/100%;
  }
}

.no-boost-message {
  position: absolute;
  z-index: 10;
}

.no-boost-img {
  position: relative;
  height: 100%;
}

.ranking-name {
  margin-right: 6.6666666667vw;
}

.ranking-number {
  height: 100%;
  width: auto;
  position: absolute;
  z-index: 1;
}
.ranking-number img {
  height: 100%;
  width: auto;
}

.text-cancel {
  cursor: pointer;
}

.link-top-space {
  position: relative;
  top: -26.6666666667vw;
  display: block;
}

.ranking-breadcrumbs ul {
  width: auto;
}

.g-recaptcha-bubble-arrow {
  display: none;
}

.g-recaptcha-bubble-arrow + div {
  position: fixed !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.g-recaptcha-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  margin-top: 0px;
}
@media (max-width: 1400px) {
  .g-recaptcha-center {
    margin-bottom: 2.8571428571vw;
  }
}
@media (max-width: 1400px) {
  .g-recaptcha-center {
    margin-top: 0vw;
  }
}
@media (max-width: 750px) {
  .g-recaptcha-center {
    margin-bottom: 4vw;
    margin-top: 0vw;
  }
}

.done-img {
  height: 235px;
  width: 235px;
}
@media (max-width: 1400px) {
  .done-img {
    height: 16.7857142857vw;
  }
}
@media (max-width: 1400px) {
  .done-img {
    width: 16.7857142857vw;
  }
}
@media (max-width: 750px) {
  .done-img {
    width: 29.8666666667vw;
    height: 29.8666666667vw;
    margin: auto;
  }
}

/*  =================================
  pickup
================================= */
.top__picup-article .article-list li:nth-child(n+4) {
  margin-top: 3.5714285714vw;
}

/* 記事詳細 */
img_caption {
  text-align: center;
}

.news-details__content .img_caption.img_caption--wide {
  max-width: 100%;
}

.news-details__content .img_caption.img_caption--wide img {
  max-width: 100%;
}

/* 募集ページ用 */
.fr-view * {
  color: inherit;
}

.hg-bgsection {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 3em 0;
  padding: 2em 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #534630;
  text-shadow: none;
}

.hg-bgsection .hg-bgsection__bg {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100%;
  background: 50% 0 no-repeat;
  background-size: cover;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.hg-bgsection__inner {
  position: relative;
  z-index: 2;
  color: #30291d;
}

.hg-bgsection .hg-bgsection__msg-lv1 {
  margin: 2em 0;
}

.hg-bgsection .hg-bgsection__msg-lv1 > span {
  font-size: 150%;
  font-weight: bold;
}

.hg-bgsection .hg-bgsection__msg-note > span {
  font-size: 75%;
}

.hg-bgsection .btn-large a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* スタンプ */
.note {
  text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}

.note > * {
  z-index: 2;
  position: relative;
}

.note__stamp {
  z-index: 1;
  position: absolute;
  bottom: 1.5em;
  right: 1.5em;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

.note__stamp img {
  width: 100px;
  height: 100px;
}

@media (max-width: 1400px) {
  .note__stamp img {
    width: 7.14vw;
    height: 7.14vw;
  }
}
@media (max-width: 750px) {
  .note__stamp img {
    width: 13vw;
    height: 13vw;
  }
}
.fr-view table th, .fr-view table td {
  z-index: 0;
}

/*  =================================
  news
================================= */
main.news-details {
  background-attachment: fixed;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
}

.news-details__ttl_main {
  font-family: "Noto Serif JP", serif;
}

.news-details__content {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}

.news-details__content .btn-large {
  text-align: center;
  letter-spacing: normal;
}

.news-details__content h3::after {
  opacity: 0.4;
}

.fr-view h1, .fr-view h2, .fr-view h3, .fr-view h4,
.news-details__content table th,
.img_caption .txt_area {
  font-family: "Noto Sans JP", sans-serif;
}

.img_caption .txt_area p {
  font-size: 85%;
}

.fr-view p {
  line-height: 2;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.news-details__content .fr-view .fr-text-bordered,
.news-details__content .fr-view .fr-text-gray {
  margin: 2.5em auto;
}

.fr-view h4 {
  margin: 1.5em auto 1em;
  max-width: 960px;
}

.fr-view pre,
.fr-view blockquote,
.news-details__content .fr-view > ul,
.news-details__content .fr-view > ol,
.news-details__content .list_dots {
  margin: 2.5em auto;
  max-width: 960px;
}

.news-details__content .img_caption {
  text-align: center;
}

.news-details__content .fr-view > ul li, .news-details__content .fr-view > ol li, .news-details__content .list_dots li {
  line-height: 1.8;
}

.news-details__content .fr-view > ul li::before, .news-details__content .fr-view > ol li::before, .news-details__content .list_dots li::before {
  -webkit-transform: translate(0, 0.3em);
          transform: translate(0, 0.3em);
}

.news-details__content table th, .news-details__content table td {
  word-break: break-all;
}

.news-details__content .fr-view > ul li + li, .news-details__content .fr-view > ol li + li, .news-details__content .list_dots li + li {
  margin-top: 0.25em;
}

.news-details__content table,
.news-details__content .fr-view .fr-text-gray {
  text-shadow: none;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.news-details__content .note {
  background: rgba(0, 0, 0, 0.25);
}

.fr-view h2 {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  text-shadow: none;
}

.news-details__content table {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.news-details__content table tbody th {
  font-weight: normal;
}

.sub-category-icon {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
@media (max-width: 1400px) {
  .sub-category-icon {
    margin-right: 0.7142857143vw;
  }
}
@media (max-width: 1400px) {
  .sub-category-icon {
    width: 2.1428571429vw;
  }
}
@media (max-width: 1400px) {
  .sub-category-icon {
    height: 2.1428571429vw;
  }
}
@media (max-width: 750px) {
  .sub-category-icon {
    margin-right: 1.3333333333vw;
    width: 4vw;
    height: 4vw;
  }
}

main.singlepage-details {
  background-attachment: fixed;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
}

/*  =================================
  recommendation
================================= */
.h2-recommendation {
  text-align: center;
}

.btn-recommendation {
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */