@charset "UTF-8";
/*
* main.css
*
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
/* ------------------------
  utilities Classes
------------------------ */
/* copy Guard ------- */
.u-copyGuard {
  position: relative;
}
.u-copyGuard:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print {
  .u-copyGuard {
    display: none;
  }
}

.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) and (max-width: 1399.98px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .u-hidden-xlg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1600px) and (max-width: 1278.98px) {
  .u-hidden-xxlg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1279px) and (max-width: 1279.98px) {
  .u-hidden-1279 {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  .u-hidden-1280 {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 767.98px) {
  .u-hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .u-hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg-up {
    display: none !important;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------
  Components
------------------------ */
a {
  text-decoration: none; 
  color: #333;
}

a:hover {
  color: #333;
}

li {
  width: auto;
}

.global_header a {
  color: #333;
}

.content_container,
.global_header,
.global_footer_container {
  padding-top: 1px; 
  color: #000;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.content_container *,
.content_container *:before,
.content_container *:after,
.global_header *,
.global_header *:before,
.global_header *:after,
.global_footer_container *,
.global_footer_container *:before,
.global_footer_container *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content_container img,
.global_header img,
.global_footer_container img {
  border: 0; 
  max-width: 100%;
  height: auto;
}
.content_container p,
.content_container h1,
.content_container h2,
.content_container h3,
.content_container h4,
.content_container h5,
.content_container h6,
.content_container a,
.content_container li,
.content_container caption,
.content_container td,
.content_container th,
.content_container dt,
.content_container dd,
.content_container input,
.content_container textarea,
.content_container select,
.content_container address,
.content_container button,
.global_header p,
.global_header h1,
.global_header h2,
.global_header h3,
.global_header h4,
.global_header h5,
.global_header h6,
.global_header a,
.global_header li,
.global_header caption,
.global_header td,
.global_header th,
.global_header dt,
.global_header dd,
.global_header input,
.global_header textarea,
.global_header select,
.global_header address,
.global_header button,
.global_footer_container p,
.global_footer_container h1,
.global_footer_container h2,
.global_footer_container h3,
.global_footer_container h4,
.global_footer_container h5,
.global_footer_container h6,
.global_footer_container a,
.global_footer_container li,
.global_footer_container caption,
.global_footer_container td,
.global_footer_container th,
.global_footer_container dt,
.global_footer_container dd,
.global_footer_container input,
.global_footer_container textarea,
.global_footer_container select,
.global_footer_container address,
.global_footer_container button {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

figure {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

.font-en {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif !important;
}

.kerning {
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) {
  .kerning {
    letter-spacing: normal;
  }
}
.kerning small {
  letter-spacing: normal;
}

.c-btn {
  display: block;
  position: relative;
  z-index: 2;
  padding: 3px;
  border-radius: 39px;
  background: #e3b865; 
  text-align: center;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-btn {
    -webkit-transition: color 0.45s;
    transition: color 0.45s;
  }
  .c-btn:hover {
    color: #000;
  }
}

.c-btn_mask {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 12px; 
  border-radius: 30px;
}
.c-btn_mask:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -5%;
  margin: auto;
  width: 110%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s; 
  -webkit-transform: skewX(35deg); 
      -ms-transform: skewX(35deg); 
          transform: skewX(35deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  background: #fff;
}
@media (min-width: 768px) {
  .c-btn:hover .c-btn_mask:after {
    -webkit-transform: skewX(35deg) scaleX(0);
        -ms-transform: skewX(35deg) scaleX(0);
            transform: skewX(35deg) scaleX(0);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
  }
}

.js-bgImage img {
  display: none;
}

/* ------------------------
  header
------------------------ */
.global_header {
  opacity: 1;
  position: -webkit-sticky;
  position: sticky;
  z-index: 9999;
  top: 0;
  left: 0;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  -webkit-transition: opacity 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
  background: #fff;

  --bgHeight: 0px;
}
@media (min-width: 1280px) {
  .global_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 31px 0 35px;
    height: 80px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    container-type: size;
  }
}
.global_header.is-hidden {
  opacity: 0;
  -webkit-transition: opacity 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
  -webkit-transform: translateY(-100%); 
      -ms-transform: translateY(-100%); 
          transform: translateY(-100%);
}

@media (max-width: 1279.98px) {
  .global_header_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; 
    background: rgba(0, 0, 0, 0.25);
  }
  .is-close .global_header_mask {
    visibility: hidden; 
    opacity: 0;
  }
}

@media (min-width: 1280px) {
  .global_header_mask {
    display: none;
  }
}

@media (min-width: 1280px) {
  .global_header_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1280px) {
  .global_header_nav_bg {
    position: fixed;
    top: calc(100cqh + 1px);
    left: 0;
    width: 100%;
    height: var(--bgHeight);
    background-color: #fff;
  }
}

.global_header_content {
  position: relative;
  padding: 12px 20px;
  background: #fff;
}
@media (min-width: 1280px) {
  .global_header_content {
    padding: 21px 0 20px 35px;
    padding: 0;
  }
}

.global_header_nav_sp {
  visibility: hidden;
  opacity: 0;
  border-top: 1px solid #e5e5e5;
  height: 50px;

  container-type: size;
}
@media (min-width: 1280px) {
  .global_header_nav_sp {
    display: none;
  }
}
.is-close .global_header_nav_sp {
  visibility: visible;
  opacity: 1;
}

.global_header_nav_sp_list {
  display: -ms-grid;
  display: grid;
  padding: 10px 0; 

  -ms-grid-columns: (1fr)[4]; 

      grid-template-columns: repeat(4, 1fr);
}

.global_header_nav_sp_item:not(:first-child) {
  border-left: 1px solid #e5e5e5;
}

.global_header_nav_sp_item > a {
  display: block;
  position: relative;
  padding: 0 8px; 
  width: 100%;
  height: 100%;
}
.global_header_nav_sp_item > a::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100cqh;
}

.global_header_nav_sp_item .icon {
  display: block;
  margin: 0 auto; 
  width: 30px;
  height: 18px;
}
.global_header_nav_sp_item .icon img {
  width: 100%;
  height: 100%;
}

.global_header_nav_sp_item .txt {
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.global_header_logo {
  width: 70px;
}
@media (min-width: 1280px) {
  .global_header_logo {
    width: 105px;
    height: 37px;
  }
  .global_header_logo img {
    width: 105px;
    height: 37px;
  }
}

.global_header_menu {
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px 20px;
  width: 25px;
  height: 19px;
}
@media (min-width: 1280px) {
  .global_header_menu {
    display: none;
  }
}

.global_header_menuBtn {
  display: block;
  overflow: hidden;
  border: none;
  width: 100%;
  height: 100%;
  background: transparent;
  white-space: nowrap;
  text-indent: 100%; 
  font-size: 0;
}
.global_header_menuBtn span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s; 
  background-color: #000;
}
.global_header_menuBtn span:before,
.global_header_menuBtn span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; 
  background: #000;
}
.global_header_menuBtn span:before {
  top: -8px;
}
.global_header_menuBtn span:after {
  bottom: -8px;
}
.global_header:not(.is-close) .global_header_menuBtn span {
  background-color: transparent;
}
.global_header:not(.is-close) .global_header_menuBtn span:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.global_header:not(.is-close) .global_header_menuBtn span:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 1279.98px) {
  .global_header_nav {
    overflow: auto;
    position: absolute;
    left: 0;
    padding: 0 20px 60px;
    width: 100%;
    max-height: calc(100vh - 25px);
    -webkit-transition: all 0.35s;
    transition: all 0.35s; 
    background: #000;
  }
  .global_header_nav .icon_arw:before,
  .global_header_nav .icon_arw:after {
    content: "";
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 2px;
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right; 
    background: #fff;
  }
  .global_header_nav .icon_arw:before {
    -webkit-transform: rotate(-45deg) skewX(50deg);
        -ms-transform: rotate(-45deg) skewX(50deg);
            transform: rotate(-45deg) skewX(50deg);
  }
  .global_header_nav .icon_arw:after {
    -webkit-transform: rotate(45deg) skewX(-50deg);
        -ms-transform: rotate(45deg) skewX(-50deg);
            transform: rotate(45deg) skewX(-50deg);
  }
  .global_header_nav .icon_blank:before {
    content: "";
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: url(/sports/savas/img/common/icon_blank_ov.webp) no-repeat center/cover;
    background-size: contain;
  }
  .global_header_nav .icon_cross:before,
  .global_header_nav .icon_cross:after {
    content: "";
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 2px;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s; 
    background-color: #fff;
  }
  .global_header_nav .icon_cross:after {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s; 
    -webkit-transform: rotate(90deg); 
        -ms-transform: rotate(90deg); 
            transform: rotate(90deg);
  }
  .global_header_nav .icon_cross.is-open:before,
  .global_header_nav .icon_cross.is-open:after {
    background-color: #000;
  }
  .global_header_nav .icon_cross.is-open:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .is-close .global_header_nav {
    visibility: hidden;
    opacity: 0;
  }
}

@media (min-width: 1280px) {
  .global_header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 31px 0 0;
    padding: 0; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
  }
  .global_header_nav .icon_cross:before {
    content: none;
  }
}

.global_header_nav .commingsoon a {
  opacity: 0.3;
  pointer-events: none;
}

@media (max-width: 1279.98px) {
  .global_header_nav_primary > li {
    border-bottom: 1px solid #313131;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  .global_header_nav_primary > li:nth-child(1) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  .global_header_nav_primary > li:nth-child(2) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .global_header_nav_primary > li:nth-child(3) {
    -webkit-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
  .global_header_nav_primary > li:nth-child(4) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .global_header_nav_primary > li:nth-child(5) {
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
  .is-close .global_header_nav_primary > li {
    opacity: 0; 
    -webkit-transform: translateY(10px); 
        -ms-transform: translateY(10px); 
            transform: translateY(10px);
  }
  .global_header_nav_primary > li:first-child {
    padding: 30px 0 20px;
  }
  .global_header_nav_primary > li:first-child > a {
    padding: 13px 11px;
    background-color: #fff;
    color: #000; 
    font-size: 0.625rem;
  }
  .global_header_nav_primary > li:first-child > a span {
    display: block;
    margin-top: 4px;
    font-size: 0.9375rem;
  }
  .global_header_nav_primary > li:first-child .icon_arw::before,
  .global_header_nav_primary > li:first-child .icon_arw::after {
    background-color: #000;
  }
  .global_header_nav_primary > li > a {
    display: block;
    position: relative;
    padding: 15px 11px 18px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; 
    color: #fff;
    font-size: 1.1875rem;
    font-weight: bold;
    line-height: 1;
  }
  .global_header_nav_primary > li > a .site_logo {
    position: relative;
    top: 1px;
    height: 16px; 
    vertical-align: baseline;
  }
  .global_header_nav_primary > li > a .txt_ja {
    display: none;
    margin-top: 4px;
    font-size: 0.6875rem;
  }
  .global_header_nav_primary > li > a .txt_ja.sp-hidden {
    display: none;
  }
  .global_header_nav_primary > li > a.is-open {
    background: #fff; 
    color: #000;
  }
  .global_header_nav_primary > li > a.is-open .site_logo {
    mix-blend-mode: difference;
  }
  .global_header_nav_primary .sp-hidden {
    display: none;
  }
}

@media (min-width: 1280px) {
  .global_header_nav_primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
  }
  .global_header_nav_primary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 50px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); 
    background-color: #e5e5e5;
  }
  .global_header_nav_primary > li {
    padding: 0 min(1.38889vw, 20px);
  }
  .global_header_nav_primary > li:first-child {
    margin-right: min(2.08333vw, 30px); 
    padding: 0;
  }
  .global_header_nav_primary > li:first-child > a {
    display: inline-block;
    position: relative;
    padding: 6px 16px 6px 15px;
    border: 2px solid #000;
    height: auto;
    background-color: #000;
    letter-spacing: 0; 
    color: #fff;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .global_header_nav_primary > li:first-child > a span {
    font-size: 0.875rem;
    font-weight: 700;
  }
  .global_header_nav_primary > li:first-child > a::after {
    content: none;
  }
  .global_header_nav_primary > li:first-child > a::before {
    content: "";
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 8px;
    height: 8px;
    background-color: #fff; 

    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%); 

            clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
  .global_header_nav_primary > li:not(:first-child) {
    position: relative;
    padding: 0;
    width: 130px;
  }
  .global_header_nav_primary > li:not(:first-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 50px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); 
    background-color: #e5e5e5;
  }
  .global_header_nav_primary > li > a {
    display: -ms-grid;
    display: grid;
    position: relative;
    padding: 10px 0 33px;
    padding: 0;
    height: 100cqh; 
    color: #000;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.3;

    place-items: center;
  }
  .global_header_nav_primary > li > a .font-en {
    font-size: 1.125rem;
  }
  .global_header_nav_primary > li > a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    -webkit-transition: width 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: width 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    background: #000;
  }
  .global_header_nav_primary > li > a .icon {
    margin: 0 auto; 
    width: 41px;
    height: 22px;
  }
  .global_header_nav_primary > li > a .txt_ja {
    display: block;
    margin-top: 4px;
    text-align: center;
  }
  .global_header_nav_primary .pc-hidden {
    display: none;
  }
}

@media (max-width: 1279.98px) {
  .commingsoon + .global_header_subnav {
    display: none;
  }
}

@media (min-width: 1280px) {
  .global_header_subnav {
    position: fixed;
    z-index: 1;
    top: calc(100cqh + 1px);
    left: 0;
    padding: 64px 30px 60px;
    padding: 0 30px;
    border-top: 1px solid #e5e5e5; 
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .global_header_subnav_container {
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
    max-width: 1100px; 

    -ms-grid-columns: 260px 1fr; 

        grid-template-columns: 260px 1fr;
    gap: 0 60px;
  }
}

@media (min-width: 1280px) {
  .global_header_subnav_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0; 

    -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
  }
}

@media (min-width: 1280px) {
  .global_header_subnav_heading:has(.global_header_nav_secondary) {
    display: -ms-grid;
    display: grid;

    -ms-grid-columns: 51fr 21fr;

        grid-template-columns: 51fr 21fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    gap: 0 60px;
  }
  .global_header_subnav_heading:has(.global_header_nav_secondary) .global_header_subnav_heading_list:first-child {
    display: none;
  }
}

@media (max-width: 1279.98px) {
  .global_header_subnav_heading_list {
    border-top: 1px solid #313131;
  }
  .global_header_subnav_heading_list a {
    display: block;
    padding: 20px 11px 20px;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: bold;
  }
  .global_header_subnav_heading_list a:has(.global_header_nav_heading_icon) {
    display: -ms-grid;
    display: grid;

    -ms-grid-columns: 30px 1fr;

        grid-template-columns: 30px 1fr;
    gap: 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .global_header_subnav_heading_list:not(:first-child) li {
    margin-left: 30px;
  }
  .global_header_subnav_heading_list:not(:first-child) li:not(:first-child) {
    border-top: 1px solid #313131;
  }
  .global_header_subnav_heading_list:not(:first-child) li a {
    padding: 14px 12px;
    font-size: 0.8125rem;
    font-weight: normal;
  }
  .global_header_subnav_heading_list:not(:first-child):has(.global_header_nav_heading_icon) li a {
    padding: 10px 12px;
  }
}

@media (min-width: 1280px) {
  .global_header_subnav_heading_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    gap: 20px 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .global_header_subnav_heading_list::after {
    content: none;
  }
  .global_header_subnav_heading_list li {
    width: 100%;
    max-width: 240px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .global_header_subnav_heading_list a {
    position: relative;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
  }
  .global_header_subnav_heading_list > a {
    display: none;
  }
}

.global_header_subnav_heading_list .icon_arw {
  position: relative;
}
.global_header_subnav_heading_list .icon_arw:before,
.global_header_subnav_heading_list .icon_arw:after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 2px;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right; 
  background: #fff;
}
@media (min-width: 1280px) {
  .global_header_subnav_heading_list .icon_arw:before,
  .global_header_subnav_heading_list .icon_arw:after {
    display: inline-block;
    position: static;
    margin-bottom: 5px; 
    margin-left: 2px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 6px;
    height: 6px;
  }
}
.global_header_subnav_heading_list .icon_arw:before {
  -webkit-transform: rotate(-45deg) skewX(50deg);
      -ms-transform: rotate(-45deg) skewX(50deg);
          transform: rotate(-45deg) skewX(50deg);
}
@media (min-width: 1280px) {
  .global_header_subnav_heading_list .icon_arw:before {
    display: none;
  }
}
.global_header_subnav_heading_list .icon_arw:after {
  -webkit-transform: rotate(45deg) skewX(-50deg);
      -ms-transform: rotate(45deg) skewX(-50deg);
          transform: rotate(45deg) skewX(-50deg);
}
@media (min-width: 1280px) {
  .global_header_subnav_heading_list .icon_arw:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media (max-width: 1279.98px) {
  .global_header_nav_secondary {
    margin-left: 30px;
    border-top: 1px solid #313131;
  }
  .global_header_nav_secondary > li:not(:last-child) {
    border-bottom: 1px solid #313131;
  }
  .global_header_nav_secondary > li > a {
    display: block;
    position: relative;
    padding: 14px 12px;
    color: #fff; 
    font-size: 0.8125rem;
  }
  .global_header_nav_secondary.secondary_main > li:last-child {
    border-bottom: 1px solid #313131;
  }
}

@media (min-width: 1280px) {
  .global_header_nav_secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;

    gap: 30px 0;
  }
  .global_header_nav_secondary::before {
    content: "";
    position: absolute;
    left: -30px;
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
  }
  .global_header_nav_secondary::after {
    content: none;
  }
  .global_header_nav_secondary > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    font-size: 1rem;
    font-weight: bold; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    gap: 0 20px;
  }
  .global_header_nav_secondary > li a span {
    position: relative;
  }
  .global_header_nav_secondary > li a span:after {
    content: "";
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 5px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    vertical-align: middle;
  }
  .global_header_nav_secondary > li a[target="_blank"] span::after {
    margin-bottom: 4px;
    margin-left: 5px;
    border: none;
    width: 10px;
    height: 10px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; 
    background: url(/sports/savas/img/common/icon_blank.webp) no-repeat center/cover;
    background-size: contain;
  }
  .global_header_nav_secondary > li a .global_header_nav_secondary_img {
    width: 80px;

    aspect-ratio: 1/1;
  }
  .global_header_nav_secondary > li a span span {
    font-size: 12px;
  }
  .global_header_nav-products .global_header_nav_secondary > li:first-child {
    width: 100%;
  }
}

@media (max-width: 1279.98px) {
  .global_header_nav_secondary_heading {
    display: none;
  }
}

@media (min-width: 1280px) {
  .global_header_nav_secondary_heading {
    position: relative;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1;
  }
  .global_header_nav_secondary_heading > a {
    display: block;
    padding: 58px 0 0 26px;
  }
  .global_header_nav_secondary_heading .bg {
    overflow: hidden; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--bgHeight);
  }
  .global_header_nav_secondary_heading .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--bgHeight);
    background: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    pointer-events: none; 

    mix-blend-mode: multiply;
  }
  .global_header_nav_secondary_heading .bg img {
    position: relative;
    z-index: -1; 
    width: 100%;
    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .global_header_nav_secondary_heading small {
    display: block;
    position: relative;
    margin-top: 12px;
    color: #fff; 
    font-size: 0.875rem;
  }
  .global_header_nav_secondary_heading .ttl {
    position: relative;
    color: #fff;
  }
  .global_header_nav_secondary_heading .ttl .site_logo {
    height: 24px;
  }
  .global_header_nav_secondary_heading .ttl:after {
    content: "";
    display: inline-block;
    margin-bottom: 3px;
    margin-left: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    vertical-align: middle;
  }
}

@media (max-width: 1279.98px) {
  .global_header_nav_heading_img {
    display: none;
  }
}

@media (min-width: 1280px) {
  .global_header_nav_heading_img {
    overflow: hidden;
    margin: 0 0 12px;
  }
}

@media (max-width: 1279.98px) {
  .global_header_nav_secondary_img {
    display: none;
  }
}

@media (min-width: 1280px) {
  .global_header_nav_secondary_img {
    display: block;
    overflow: hidden;
  }
}

@media (max-width: 1279.98px) {
  .global_header_nav_third li {
    margin-left: 30px;
    border-top: 1px solid #313131;
  }
  .global_header_nav_third li a {
    display: block;
    position: relative;
    padding: 14px 12px;
    color: #fff;
    font-size: 0.8125rem;
  }
  .global_header_nav_third li a:has(.global_header_nav_heading_icon) {
    display: -ms-grid;
    display: grid;

    -ms-grid-columns: 30px 1fr;

        grid-template-columns: 30px 1fr;
    gap: 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1280px) {
  .global_header_nav_third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
    width: 100%; 

    -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
  }
  .global_header_nav_third li {
    margin-right: 38px;
  }
  .global_header_nav_third li a {
    display: inline-block;
    padding: 5px 20px 1px 0;
    color: #000; 
    font-size: 1rem;
    font-weight: bold;
  }
  .global_header_nav_third li .icon_arw {
    position: relative;
  }
  .global_header_nav_third li .icon_arw:before,
  .global_header_nav_third li .icon_arw:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 2px;
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right; 
    background: #000;
  }
  .global_header_nav_third li .icon_arw:before {
    -webkit-transform: rotate(-45deg) skewX(50deg);
        -ms-transform: rotate(-45deg) skewX(50deg);
            transform: rotate(-45deg) skewX(50deg);
  }
  .global_header_nav_third li .icon_arw:after {
    -webkit-transform: rotate(45deg) skewX(-50deg);
        -ms-transform: rotate(45deg) skewX(-50deg);
            transform: rotate(45deg) skewX(-50deg);
  }
}

@media (max-width: 1279.98px) {
  .global_header_btn {
    margin: 40px auto 0;
    width: 218px;
    -webkit-transition: all 0.35s 0.65s;
    transition: all 0.35s 0.65s;
  }
  .global_header_btn .c-btn {
    padding: 4px;
    letter-spacing: 0.05em; 
    color: #fff;
    font-size: 0.9375rem;
  }
  .global_header_btn .c-btn_mask {
    position: relative;
    padding: 14px;
  }
  .global_header_btn .c-btn_mask:before {
    content: "";
    display: inline-block;
    margin: -3px 10px 0 0;
    width: 25px;
    height: 19px;
    background: url(/sports/savas/img/common/icon_buybtn_wt.webp) no-repeat left top/contain;
    vertical-align: middle;
  }
  .global_header_btn .c-btn_mask:after {
    background: #000;
  }
  .is-close .global_header_btn {
    opacity: 0; 
    -webkit-transform: translateY(10px); 
        -ms-transform: translateY(10px); 
            transform: translateY(10px);
  }
}

@media (min-width: 1280px) {
  .global_header_btn {
    margin-top: -2px;
    margin-top: 0;
    width: 170px; 

    -webkit-box-ordinal-group: 3; 

        -ms-flex-order: 2; 

            order: 2;
  }
  .global_header_btn .c-btn {
    padding: 4px;
    font-size: 0.9375rem;
  }
  .global_header_btn .c-btn_mask {
    padding: 9px;
  }
  .global_header_btn .c-btn_mask:before {
    content: "";
    display: inline-block;
    margin: -2px 8px 0 0;
    width: 24px;
    height: 18px;
    background: url(/sports/savas/img/common/icon_buybtn_bk.webp) no-repeat left top/contain;
    vertical-align: middle;
  }
}

.global_header_nav_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}
@media (max-width: 1279.98px) {
  .global_header_nav_other {
    margin: 38px auto;
    width: 240px;
    -webkit-transition: all 0.35s 0.7s;
    transition: all 0.35s 0.7s; 

    -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;
  }
  .is-close .global_header_nav_other {
    opacity: 0; 
    -webkit-transform: translateY(10px); 
        -ms-transform: translateY(10px); 
            transform: translateY(10px);
  }
}
@media (min-width: 1280px) {
  .global_header_nav_other {
    margin: 0 36px 0 22px;
    margin: 0 min(2.5vw, 36px) 0 min(1.52778vw, 22px);
  }
}

@media (max-width: 1279.98px) {
  .global_header_nav_other_link {
    margin-bottom: 20px;
    width: 120px;
    text-align: center;
  }
  .global_header_nav_other_link a {
    padding: 0 20px;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1;
  }
  .global_header_nav_other_link:nth-child(even) {
    border-left: 1px solid #313131;
  }
}

@media (min-width: 1280px) {
  .global_header_nav_other_link {
    position: relative;
    margin: 0;
    margin: 0 12px;
    margin: 0 min(0.83333vw, 12px);
  }
  .global_header_nav_other_link:nth-child(2) a span {
    display: inline-block; 
    position: relative;
  }
  .global_header_nav_other_link:nth-child(2) a span::before {
    content: "";
    position: absolute;
    top: calc((14rem / 16) / 2 - 6px);
    left: -12px;
    width: 1px;
    height: 12px;
    background: #000;
  }
  .global_header_nav_other_link a {
    display: -ms-grid;
    display: grid;
    position: relative;
    padding: 13px 0 34px;
    padding: 0;
    height: 100cqh;
    color: #000;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1; 

    place-items: center;
  }
  .global_header_nav_other_link a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #000;
  }
}

.global_header_sns {
  margin-top: 25px;
  -webkit-transition: all 0.35s 0.75s;
  transition: all 0.35s 0.75s;
}
.is-close .global_header_sns {
  opacity: 0; 
  -webkit-transform: translateY(10px); 
      -ms-transform: translateY(10px); 
          transform: translateY(10px);
}
@media (min-width: 1280px) {
  .global_header_sns {
    display: none;
  }
}

.global_header_snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.global_header_snsList li {
  margin: 0 10px;
  width: 20px;
}

@media (min-width: 1280px) {
  .global_header_overlay {
    visibility: hidden;
    z-index: 10; 
    -webkit-transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: rgba(0, 0, 0, 0);
  }
  .global_header_overlay.is-active {
    visibility: visible;
    -webkit-transition: background-color 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background-color 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    background-color: rgba(0, 0, 0, 0.25);
  }
}

.global_header_nav_bg {
  -webkit-transition: height 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: height 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 1280px) {
  .global_header_nav_secondary_heading .bg {
    -webkit-transition: height 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: height 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .global_header_nav_secondary_heading .bg::before {
    -webkit-transition: height 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: height 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

@media (min-width: 1280px) {
  .global_header_subnav .border_anim {
    -webkit-transition: background-size var(--border-end-duration) var(--border-easing);
    transition: background-size var(--border-end-duration) var(--border-easing); 
    background: linear-gradient(0deg, #000 0, #000 2px, #fff 2px, #fff 100%);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 1px;

    --border-start-duration: 0.46s;
    --border-end-duration: 0.22s;
    --border-easing: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .global_header_subnav .border_anim:hover {
    -webkit-transition: background-size var(--border-start-duration) var(--border-easing);
    transition: background-size var(--border-start-duration) var(--border-easing); 
    background-position: left bottom;
    background-size: 100% 1px;
  }
  .global_header_subnav .border_anim:has(.border_anim_target) {
    background: none;
  }
  .global_header_subnav .border_anim:has(.border_anim_target) .border_anim_target {
    -webkit-transition: background-size var(--border-end-duration) var(--border-easing);
    transition: background-size var(--border-end-duration) var(--border-easing); 
    background: linear-gradient(0deg, #000 0, #000 2px, #fff 2px, #fff 100%);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 1px;
  }
  .global_header_subnav .border_anim:has(.border_anim_target):hover .border_anim_target {
    -webkit-transition: background-size var(--border-start-duration) var(--border-easing);
    transition: background-size var(--border-start-duration) var(--border-easing); 
    background-position: left bottom;
    background-size: 100% 1px;
  }
}

@media (min-width: 1280px) {
  .global_header_subnav .img_anim img:not(.site_logo) {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;

    will-change: transform;
  }
  .global_header_subnav .img_anim:hover img:not(.site_logo) {
    -webkit-transform: scale(1.03) rotate(0.00001deg);
        -ms-transform: scale(1.03) rotate(0.00001deg);
            transform: scale(1.03) rotate(0.00001deg);
  }
}

@media (min-width: 1280px) {
  .global_header_nav_primary > li:first-child > a {
    -webkit-transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .global_header_nav_primary > li:first-child > a::before {
    -webkit-transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .global_header_nav_primary > li:first-child > a:hover {
    -webkit-transition: background-color 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background-color 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    background-color: #fff;
    color: #000;
  }
  .global_header_nav_primary > li:first-child > a:hover::before {
    -webkit-transition: background-color 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background-color 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    background-color: #000;
  }
  .global_header_nav_primary > li:not(:first-child):hover {
    position: relative;
    z-index: 1;
  }
  .global_header_nav_primary > li:not(:first-child):hover::before {
    content: "";
    position: absolute;
    right: -100%;
    bottom: 0;
    left: -100%;
    margin: auto; 
    width: 200%;
    height: 20px;
  }
  .global_header_nav_primary > li:not(:first-child):hover .icon_cross:before {
    visibility: visible; 
    opacity: 1;
  }
  .global_header_nav_primary > li > a:hover:after,
  .global_header_nav_primary > li > .is-current:after {
    left: 0;
    width: 100%;
    -webkit-transition: width 0.68s cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 0.68s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

@media (min-width: 1280px) {
  .global_header_nav_primary > li > a + .global_header_subnav .fadeup_target {
    opacity: 0;
    -webkit-transition: opacity 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    -webkit-transform: translateY(10px); 
        -ms-transform: translateY(10px); 
            transform: translateY(10px);
  }
  .global_header_nav_primary > li > a + .global_header_subnav .fadeIn_target {
    opacity: 0;
    -webkit-transition: opacity 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
    transition: opacity 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
  }
  .global_header_nav_primary > li > a + .global_header_subnav .global_header_nav_secondary::before {
    opacity: 0;
    -webkit-transition: opacity 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
    transition: opacity 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
  }
  .global_header_nav_primary > li > a + .global_header_subnav .global_header_nav_third {
    border-color: transparent;
    -webkit-transition: border-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: border-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .global_header_nav_primary > li:hover > a + .global_header_subnav .fadeup_target {
    opacity: 1;
    -webkit-transition: opacity 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.68s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.68s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.68s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.68s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.68s cubic-bezier(0.19, 1, 0.22, 1); 
    -webkit-transform: translateY(0); 
        -ms-transform: translateY(0); 
            transform: translateY(0);
  }
  .global_header_nav_primary > li:hover > a + .global_header_subnav .fadeIn_target {
    opacity: 1;
    -webkit-transition: opacity 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
    transition: opacity 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
  }
  .global_header_nav_primary > li:hover > a + .global_header_subnav .global_header_nav_secondary::before {
    opacity: 1;
    -webkit-transition: opacity 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
    transition: opacity 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
  }
  .global_header_nav_primary > li:hover > a + .global_header_subnav .global_header_nav_third {
    border-color: #e5e5e5;
    -webkit-transition: border-color 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
    transition: border-color 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.34s;
  }
}

@media (min-width: 1280px) {
  .global_header_nav_other_link a:after {
    -webkit-transition: width 0.35s;
    transition: width 0.35s;
  }
  .global_header_nav_other_link a:hover:after {
    left: 0;
    width: 100%;
    -webkit-transition: width 0.68s cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 0.68s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

@media (min-width: 1280px) {
  .global_header_subnav {
    visibility: hidden;
    opacity: 0;
    border-color: transparent;
    -webkit-transition: opacity 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    pointer-events: none;
  }
  .global_header_nav_primary > li:hover > a + .global_header_subnav {
    visibility: visible;
    opacity: 1;
    border-color: #e5e5e5;
    -webkit-transition: opacity 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    pointer-events: auto;
  }
}

/* ------------------------
  下層メインビジュアル
------------------------ */
.mv_shadow {
  position: relative;
  z-index: 1;
}
.mv_shadow:after {
  content: "";
  visibility: visible; 
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

/* ------------------------
  コンテンツ　ヘッダー
------------------------ */
.content_header {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.content_header_content {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .content_header_content {
    margin: 0 auto;
    padding: 0 80px;
    max-width: 1400px;
  }
}

.content_header_heading {
  position: relative;
  padding: 45px 0 47px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1024px) {
  .content_header_heading {
    padding: 65px 0;
    font-size: 1.875rem;
  }
}
.content_header_heading.font-en {
  font-size: 1.5625rem;
}
@media (min-width: 1024px) {
  .content_header_heading.font-en {
    font-size: 2.125rem;
  }
}
.content_header_heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 62px;
  height: 2px;
  background: #000;
}
@media (min-width: 1024px) {
  .content_header_heading:after {
    width: 72px;
  }
}

.main_contents {
  padding: 70px 20px;
}
@media (min-width: 768px) {
  .main_contents {
    margin: 0 auto;
    padding: 80px 80px 40px;
    max-width: 1400px;
  }
}

/* ------------------------
  ぱんくず
------------------------ */
@media (max-width: 1023.98px) {
  .breadcrumbs {
    display: none;
  }
}

@media (min-width: 1024px) {
  .breadcrumbs {
    padding: 0 0 40px 5.57143%;
  }
}

.sitemap_container + .breadcrumbs {
  background: #000; 
  color: #fff;
}
.sitemap_container + .breadcrumbs a {
  color: #fff;
}

@media (min-width: 1024px) {
  .breadcrumbs_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .breadcrumbs_list li {
    position: relative;
    margin: 0 11px;
    font-size: 0.875rem;
    line-height: 1;
  }
  .breadcrumbs_list li a {
    color: #000;
  }
  .breadcrumbs_list li:nth-child(n + 2):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1em;
    margin: auto;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

/* ------------------------
  footer
------------------------ */
.global_footer {
  border-top: 1px solid #303030;
}

.global_footer_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-bottom: 55px;
  background: #000; 
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.global_footer_container *,
.global_footer_container *:before,
.global_footer_container *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.global_footer_container img {
  border: 0; 
  max-width: 100%;
  height: auto;
}
.global_footer_container:after {
  display: none;
}
@media (min-width: 1024px) {
  .global_footer_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 5.71429%; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
  }
}

@media (max-width: 1023.98px) {
  .global_footer_nav {
    padding: 50px 20px 0;
  }
}

@media (min-width: 1024px) {
  .global_footer_nav {
    display: -ms-grid;
    display: grid;
    width: 100%; 

    -ms-grid-columns: auto auto 1fr; 

        grid-template-columns: auto auto 1fr;
    -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
  }
}

@media (min-width: 1024px) {
  .global_footer_primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    -ms-grid-column: 1; 

    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 1023.98px) {
  .global_footer_navList {
    margin-top: -1px; 
    border-top: 1px solid #313131;
    border-bottom: 1px solid #313131;
  }
}

@media (min-width: 1024px) {
  .global_footer_navList {
    margin-right: 30px;
  }
}

@media (min-width: 1400px) {
  .global_footer_navList {
    margin-right: 70px;
  }
}

.global_footer_navList.commingsoon li {
  opacity: 0.3;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .global_footer_navList._qa {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

@media (min-width: 1024px) {
  .global_footer_navList_heading {
    margin-bottom: 22px;
  }
}

.global_footer_navList_heading a {
  display: block;
  position: relative;
  padding: 18px 15px 16px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 1023.98px) {
  .global_footer_navList_heading a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (min-width: 1024px) {
  .global_footer_navList_heading a {
    display: inline-block;
    padding: 0;
    -webkit-transition: background-size 0.35s;
    transition: background-size 0.35s;
    background: linear-gradient(0deg, #fff 0, #fff 2px, #000 2px, #000 100%);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 1px;
    white-space: pre; 
    font-size: 1.375rem;
  }
  .global_footer_navList_heading a:hover {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}
.global_footer_navList_heading a span {
  display: block;
  margin-top: 2px;
  letter-spacing: inherit; 
  font-size: 0.75rem;
  line-height: 1.971666;
}
@media (min-width: 1024px) {
  .global_footer_navList_heading a span {
    margin-top: 0;
    line-height: 2.333;
  }
}
.global_footer_navList_heading a img {
  height: 0.78em;
  vertical-align: baseline;
}

@media (max-width: 1023.98px) {
  .global_footer_navList_item {
    display: none;
  }
}

@media (min-width: 1024px) {
  .global_footer_navList_item {
    position: relative;
    margin-top: 10px;
    padding-left: 20px;
  }
  .global_footer_navList_item:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 1px;
    background: #fff;
  }
  .global_footer_navList_item a {
    display: inline-block;
    -webkit-transition: background-size 0.35s;
    transition: background-size 0.35s; 
    background: linear-gradient(0deg, #fff 0, #fff 2px, #000 2px, #000 100%);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 1px;
    color: #fff;
    font-size: 0.8125rem;
  }
  .global_footer_navList_item a:hover {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}

.global_footer_buyBtn {
  margin: 50px auto 0;
  border-radius: 100vmax; 
  width: 218px;
}
@media (min-width: 1024px) {
  .global_footer_buyBtn {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0 0 0 auto;
    width: 180px; 

    -ms-grid-column: 3; 

    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.global_footer_buyBtn a {
  display: block;
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 1;
  padding: 19px;
  border-radius: inherit;
  background: #e3b865;
  color: #fff;

  -ms-grid-columns: 26px auto;

      grid-template-columns: 26px auto;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global_footer_buyBtn a .icon {
  position: relative;
  top: 2px;
  width: 26px;
  height: 20px;
}
.global_footer_buyBtn a .txt {
  letter-spacing: 0.01em;
  word-break: keep-all;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;

  overflow-wrap: anywhere;
  line-break: strict;
}
.global_footer_buyBtn a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  margin: auto;
  border-radius: inherit;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #000;
}
@media (min-width: 1024px) {
  .global_footer_buyBtn a:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
@media (min-width: 1024px) {
  .global_footer_buyBtn a {
    padding: 18px 15px;
    -webkit-transition: mix-blend-mode 0.35s;
    transition: mix-blend-mode 0.35s;
  }
  .global_footer_buyBtn a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: -5%;
    width: 0;
    height: 100%;
    -webkit-transition: width 0.35s;
    transition: width 0.35s; 
    -webkit-transform: skewX(25deg); 
        -ms-transform: skewX(25deg); 
            transform: skewX(25deg);
    background: #fff;
  }
  .global_footer_buyBtn a:hover .icon,
  .global_footer_buyBtn a:hover .txt {
    mix-blend-mode: difference;
  }
  .global_footer_buyBtn a:hover:after {
    left: -5%;
    width: 110%;
  }
}

@media (max-width: 1023.98px) {
  .global_footer_secondary {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .global_footer_secondary {
    padding-right: 20px;
    padding-right: min(1.38889vw, 20px); 

    -ms-grid-column: 2; 

    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media (max-width: 1023.98px) {
  .global_footer_otherLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 18px auto 0;
    width: 240px; 

    -webkit-box-pack: center; 

        -ms-flex-pack: center; 

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .global_footer_otherLinks li {
    position: relative;
    margin-top: 20px;
    width: 120px;
    text-align: center;
  }
  .global_footer_otherLinks li a {
    display: block;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1;
  }
  .global_footer_otherLinks li:nth-child(even):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #313131;
  }
}

@media (min-width: 1024px) {
  .global_footer_otherLinks {
    margin-top: -10px;
  }
  .global_footer_otherLinks li {
    margin-top: 10px;
  }
  .global_footer_otherLinks li a {
    display: inline-block;
    -webkit-transition: background-size 0.35s;
    transition: background-size 0.35s; 
    background: linear-gradient(0deg, #fff 0, #fff 2px, #000 2px, #000 100%);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 1px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
  }
  .global_footer_otherLinks li a:hover {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}

.global_footer_otherLinks .commingsoon a {
  opacity: 0.3; 
  pointer-events: none;
}

@media (max-width: 1023.98px) {
  .global_footer_sns {
    margin: 48px 10px 0;
  }
}

@media (min-width: 1024px) {
  .global_footer_sns {
    margin-top: 54px;
    margin-left: -7px;
  }
}

.global_footer_snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.global_footer_snsList li {
  margin: 0 10px;
  width: 24px;
}
@media (min-width: 1024px) {
  .global_footer_snsList li a {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
  .global_footer_snsList li a:hover {
    opacity: 0.6;
  }
}

.global_footer_pageTop {
  position: absolute;
  right: 15px;
  bottom: 50px;
  height: 122px;
}
@media (min-width: 1024px) {
  .global_footer_pageTop {
    right: 5.71429%; 
    bottom: 78px;
  }
}
.global_footer_pageTop a {
  display: block;
  position: relative;
  padding: 45px 5px 0;
}
@media (min-width: 1024px) {
  .global_footer_pageTop a {
    padding-top: 54px;
  }
}
.global_footer_pageTop a img {
  width: 9px;
  height: 61px;
}
.global_footer_pageTop a:before,
.global_footer_pageTop a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  background: #fff;
}
.global_footer_pageTop a:before {
  height: 40px;
}
@media (min-width: 1024px) {
  .global_footer_pageTop a:before {
    height: 48px;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
  }
}
.global_footer_pageTop a:after {
  height: 12px;
  -webkit-transform: rotate(-36deg);
      -ms-transform: rotate(-36deg);
          transform: rotate(-36deg); 
  -webkit-transform-origin: top; 
      -ms-transform-origin: top; 
          transform-origin: top;
}
@media (min-width: 1024px) {
  .global_footer_pageTop a:hover:before {
    -webkit-animation: pagetopHoverBefore 0.45s;
            animation: pagetopHoverBefore 0.45s;
  }
  .global_footer_pageTop a:hover:after {
    -webkit-animation: pagetopHoverAfter 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
            animation: pagetopHoverAfter 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
}

@-webkit-keyframes pagetopHoverBefore {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(100%);
            transform: scaleY(100%);
  }
}

@keyframes pagetopHoverBefore {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(100%);
            transform: scaleY(100%);
  }
}

@-webkit-keyframes pagetopHoverAfter {
  0% {
    -webkit-transform: scale(0) rotate(-36deg);
            transform: scale(0) rotate(-36deg);
  }
  70% {
    -webkit-transform: scale(0) rotate(-36deg);
            transform: scale(0) rotate(-36deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-36deg);
            transform: scale(1) rotate(-36deg);
  }
}

@keyframes pagetopHoverAfter {
  0% {
    -webkit-transform: scale(0) rotate(-36deg);
            transform: scale(0) rotate(-36deg);
  }
  70% {
    -webkit-transform: scale(0) rotate(-36deg);
            transform: scale(0) rotate(-36deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-36deg);
            transform: scale(1) rotate(-36deg);
  }
}

button,
input,
select,
textarea {
  color: inherit;
}