@charset "UTF-8";
body {
  background: #fff;
}
@media screen and (max-width: 767px) {
  body:not(.home) #inner-content {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 981px) {
  body.page #content:not(.lp-wrap) #inner-content {
    padding: 90px 35px;
  }
}
@media screen and (max-width: 767px) {
  body.page #content:not(.lp-wrap) #inner-content {
    padding: 90px 4%;
  }
}

.flex {
  display: flex;
  align-items: center;
}

.grid {
  display: grid;
}

.link_button {
  background: #abcd03;
  color: #262929;
  text-align: center;
  border-radius: 80px;
  padding: 10px 40px;
  text-decoration: unset;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 260px;
  font-weight: medium;
}
.link_button:hover {
  opacity: 0.7;
  box-shadow: 0 0 10px rgba(38, 41, 41, 0.08);
}
@media screen and (max-width: 767px) {
  .link_button {
    font-size: 16px;
  }
}

.wrapper {
  padding: 90px 0;
}
@media (max-width: 1200px) {
  .wrapper.wrap {
    padding: 90px 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.wrap {
    padding: 90px 15px;
  }
}

.wrap {
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    padding: 0 15px;
  }
}

p,
li {
  font-size: 16px;
}

.sec_title {
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 50px;
  font-weight: 700;
}
@media screen and (max-width: 1025px) {
  .sec_title {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .sec_title {
    font-size: 30px;
  }
}
.sec_title.white {
  color: #fff;
}

.sec_catch {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .sec_catch {
    text-align: left;
    font-size: 16px;
  }
}

.page-lead {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-lead {
    text-align: left;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

body.archive h2.wp-block-heading:not(.sec_title),
body.wp-singular h2.wp-block-heading:not(.sec_title) {
  background-color: #262929 !important;
  color: #fff !important;
  padding: 3px 10px 5px 15px;
  border-left: 3px solid #abcd03;
  font-size: clamp(20px, 2vw, 28px);
  margin: 50px auto 30px;
}
body.archive h2.wp-block-heading:not(.sec_title).en,
body.wp-singular h2.wp-block-heading:not(.sec_title).en {
  font-family: "Oswald", sans-serif;
}
body.archive h2.wp-block-heading:not(.sec_title) .small,
body.wp-singular h2.wp-block-heading:not(.sec_title) .small {
  font-size: clamp(14px, 2vw, 16px);
}
body.archive h3.wp-block-heading:not(.sec_title, .submit__list-item-title),
body.wp-singular h3.wp-block-heading:not(.sec_title, .submit__list-item-title) {
  background-color: #f3f6f6 !important;
  padding: 3px 10px 5px 15px !important;
  border-left: 3px solid #abcd03;
  border-top: 0 !important;
  border-bottom: 0 !important;
  font-size: clamp(20px, 2vw, 23px);
  margin: 40px auto 30px !important;
}
body.archive h3.wp-block-heading:not(.sec_title, .submit__list-item-title):after,
body.wp-singular h3.wp-block-heading:not(.sec_title, .submit__list-item-title):after {
  content: "";
}
body.archive h3.wp-block-heading:not(.sec_title, .submit__list-item-title).en,
body.wp-singular h3.wp-block-heading:not(.sec_title, .submit__list-item-title).en {
  font-family: "Oswald", sans-serif;
}
body.archive h4.wp-block-heading,
body.wp-singular h4.wp-block-heading {
  font-size: clamp(18px, 2vw, 20px);
  border-left: 0;
  border-bottom: 1px solid #abcd03;
  padding: 3px 0 5px;
  margin: 40px auto 30px;
}
body.archive h4.wp-block-heading.en,
body.wp-singular h4.wp-block-heading.en {
  font-family: "Oswald", sans-serif;
}

#breadcrumb {
  background-color: #f0f4f4;
  padding: 2px 15px;
}
#breadcrumb .breadcrumb__ul {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: unset;
}
#breadcrumb .breadcrumb__li {
  font-size: clamp(13px, 2vw, 14px);
}
#breadcrumb .breadcrumb__li:last-of-type {
  color: #aaa;
}
#breadcrumb .breadcrumb__li:not(:last-child):after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  display: inline-block;
  transform: rotate(45deg);
}

.searchform .searchform_input {
  background: #fff;
}

/*------------------------------
	グロナビ
-------------------------------*/
.searchform .searchsubmit svg,
.nav_btn.search_btn svg,
.nav_btn__svgicon svg {
  display: none;
}
.searchform .searchsubmit:before,
.nav_btn.search_btn:before,
.nav_btn__svgicon:before {
  content: url(../img/common/icon_glass.svg);
}

.header_bar {
  background: #262929;
  color: #fff;
  font-size: 14px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .header_bar {
    font-size: 10px;
  }
}
.header_bar .wrap {
  max-width: 98%;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header_bar .wrap {
    padding: 0;
  }
}
.header_bar .wrap .header_title {
  margin: 0 auto 0 0;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .header_bar .wrap .header_title {
    margin: 0 auto;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .header_bar .wrap .header_title {
    font-size: 10px;
  }
}
.header_bar .wrap a:not(:has(img)) {
  color: #fff;
  padding: 0 20px;
  text-decoration: unset;
}
@media screen and (max-width: 1024px) {
  .header_bar .wrap a:not(:has(img)) {
    display: none;
  }
}
.header_bar .wrap .icon {
  width: auto;
  height: 16px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .header_bar .wrap .icon {
    display: none;
  }
}
.header_bar .wrap .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stk_g_nav.stk-hidden_sp {
  margin: 0 auto;
}

.ul__g_nav > .menu-item > a {
  font-size: 16px;
  font-weight: 500;
}

.accordionBtn {
  background: #abcd03;
}

@media screen and (max-width: 1024px) {
  #header {
    border-bottom: 5px solid #abcd03;
  }
}
#header .widget_nav_menu .menu-item a::after {
  color: #abcd03;
}

.stk_header.wide .wrap {
  align-items: stretch;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 1167px) {
  .stk_header.wide .wrap {
    max-width: 1920px;
  }
}
.stk_header.wide .wrap .ul__g_nav {
  height: 100%;
  flex-wrap: nowrap;
}
.stk_header.wide .wrap .ul__g_nav:not(.gnav_custom).gnav_m > .menu-item {
  height: 100%;
}
.stk_header.wide .wrap .ul__g_nav:not(.gnav_custom).gnav_m > .menu-item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .stk_header.wide .wrap .ul__g_nav:not(.gnav_custom).gnav_m > .menu-item > a {
    font-size: 14px;
    padding: 5px;
  }
}

@media (max-width: 1024px) {
  .stk-hidden_sp {
    display: none !important;
  }
  body:not([class*=h_layout_pc_center_]) .inner-header .menu_btn {
    display: inherit !important;
  }
  .h_layout_sp_center .nav_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    order: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .h_layout_sp_center .nav_btn.search_btn, .h_layout_sp_center .nav_btn.contact_btn {
    left: auto;
    right: 0;
    order: 3;
    margin-left: auto;
    margin-right: inherit;
  }
  .h_layout_sp_center .nav_btn.menu_btn svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
  }
  .site__logo {
    order: 2;
    flex-grow: 2;
    max-width: calc(100% - 117px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    margin: 0 auto;
  }
  .site__logo .custom-logo {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .site__logo .custom-logo {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .site__logo .custom-logo {
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body:not([class*=h_layout_pc_center_]) .inner-header .menu_btn {
    display: block !important;
  }
}
.header-after-menu-wrap {
  background: #abcd03;
}
@media screen and (max-width: 1024px) {
  .header-after-menu-wrap {
    display: none;
  }
}
.header-after-menu-wrap a {
  font-size: 15px;
  font-weight: 500;
}
.header-after-menu-wrap .menu-item-has-children > a {
  padding-right: 10px;
}
.header-after-menu-wrap .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  display: inline-block;
  transform: rotate(135deg);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fixhead-active .header-after-menu-wrap {
  position: fixed;
  top: var(--ph-header-bottom, 0px);
  left: 0;
  width: 100%;
  height: 28px;
  z-index: 9998;
}
.fixhead-active .header-after-menu-wrap + * {
  margin-top: var(--ph-after-menu-height, 0px);
}

.header-after-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .header-after-menu {
    display: none;
  }
}
.header-after-menu > .menu-item {
  position: relative;
}
.header-after-menu > .menu-item > a {
  display: block;
  color: #333;
  text-decoration: unset;
}
.header-after-menu > .menu-item > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  margin: 0;
  padding: 8px 0;
  background: #fff;
  z-index: 1000;
}
.header-after-menu > .menu-item > .sub-menu > li > a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: unset;
  white-space: nowrap;
}
.header-after-menu > .menu-item:hover > .sub-menu, .header-after-menu > .menu-item:focus-within > .sub-menu {
  display: block;
}

#navbtn_menu_content {
  background: #fff;
}

/*------------------------------
	トップページ
-------------------------------*/
body.home a {
  color: #262929;
  text-decoration: unset;
}

.front_title {
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 50px;
  font-weight: 700;
}
@media screen and (max-width: 1025px) {
  .front_title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .front_title {
    font-size: 30px;
  }
}
.front_title.white {
  color: #fff;
}

.front_catch {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .front_catch {
    text-align: left;
  }
}
.front_catch.white {
  color: #fff;
}

.front_mv {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .front_mv {
    height: 650px;
  }
}
@media screen and (max-width: 768px) {
  .front_mv {
    height: 907px;
  }
}
@media screen and (max-width: 767px) {
  .front_mv {
    height: auto;
  }
}
.front_mv:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(0deg, rgba(38, 41, 41, 0.2), rgba(38, 41, 41, 0.2)), linear-gradient(180deg, rgba(38, 41, 41, 0) 30%, rgba(38, 41, 41, 0.9) 100%);
}
.front_mv img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .front_mv img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    height: 100%;
  }
}
.front_mv__logo {
  width: 330px;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .front_mv__logo {
    width: 300px;
    top: 35%;
  }
}
@media screen and (max-width: 768px) {
  .front_mv__logo {
    width: 250px;
    top: 38%;
  }
}
@media screen and (max-width: 767px) {
  .front_mv__logo {
    width: 210px;
  }
}
.front_mv__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.front_mv__title {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .front_mv__title {
    bottom: 20px;
  }
}
.front_mv__title .front_title {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .front_mv__title .front_title {
    font-size: 27px;
  }
}
.front_mv__title .front_catch {
  font-size: 22px;
  color: #d4dddd;
}
@media screen and (max-width: 1024px) {
  .front_mv__title .front_catch {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .front_mv__title .front_catch {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .front_mv__title .front_catch {
    text-align: center;
    font-size: 14px;
  }
}

.front_about {
  color: #fff;
  background: #262929;
  overflow: hidden;
}
.front_about__fv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .front_about__fv {
    width: calc(100% + 30px);
    height: 250px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .front_about__fv img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    display: block;
  }
}
.front_about__fv img {
  border-radius: 7px;
  overflow: hidden;
}
.front_about__fv:before {
  content: "";
  background: linear-gradient(180deg, rgba(38, 41, 41, 0) 60%, #262929 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.front_about__detail {
  margin-top: -50px;
  margin-bottom: 90px;
  z-index: 2;
  position: relative;
}
.front_about__howto {
  align-items: center;
  gap: 20px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .front_about__howto {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.front_about__howto-intro {
  width: 100%;
  max-width: 500px;
  padding-right: 30px;
}
@media screen and (max-width: 1025px) {
  .front_about__howto-intro {
    max-width: unset;
  }
}
@media screen and (max-width: 1024px) {
  .front_about__howto-intro {
    padding: 0;
  }
}
.front_about__howto-intro .front_title {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .front_about__howto-intro .front_title {
    text-align: center;
  }
}
.front_about__howto-rule {
  position: relative;
}
.front_about__howto-rule-img {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.front_about__howto-rule-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(0deg, rgba(38, 41, 41, 0.4), rgba(38, 41, 41, 0.4)), linear-gradient(180deg, rgba(38, 41, 41, 0) 50%, #262929 100%);
}
.front_about__howto-rule-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px;
  z-index: 2;
}
.front_about__howto-rule-wrap-sub {
  font-size: 14px;
  margin: 0;
}
.front_about__howto-rule-wrap .front_title {
  font-size: clamp(25px, 2vw, 35px);
  text-align: left;
  margin-bottom: 20px;
}
.front_about__howto-rule-wrap .link_button {
  margin-left: 0;
  padding: 5px 40px;
}
@media screen and (max-width: 767px) {
  .front_about__howto-rule-wrap .link_button .link_button {
    padding: 5px 40px;
  }
}
.front_about__youtube {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .front_about__youtube {
    flex-direction: column;
    gap: 0;
  }
}
.front_about__youtube-info-img {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .front_about__youtube-info-img {
    margin: 0 auto 10px;
    width: 120px;
  }
}
.front_about__youtube-info-title {
  color: #fff;
  font-size: clamp(30px, 4vw, 35px);
  line-height: 1.5;
  margin: 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .front_about__youtube-info-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.front_about__youtube-info .link_button {
  padding: 10px 40px;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .front_about__youtube-info .link_button {
    margin: auto;
  }
}
.front_about__youtube-wrap {
  width: 100%;
  max-width: 650px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1024px) {
  .front_about__youtube-wrap {
    margin-bottom: 40px;
  }
}
.front_about__youtube-wrap iframe {
  width: 100%;
  height: 100%;
}

.front_column__list {
  grid-template-columns: 1fr 1fr;
  gap: 0 50px;
  grid-auto-rows: minmax(0, 1fr);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .front_column__list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 0;
    margin: 0 auto 50px;
  }
}
.front_column__list-item:first-of-type {
  grid-row: 1/span 3;
}
@media screen and (max-width: 1024px) {
  .front_column__list-item:first-of-type {
    max-width: 550px;
    grid-row: auto;
    margin: 0 auto;
  }
}
.front_column__list-item:not(:first-of-type) a {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
  .front_column__list-item:not(:first-of-type) a {
    padding: 30px 0;
    flex-direction: row;
  }
}
.front_column__list-item:not(:first-of-type) a .front_column__list-img {
  margin: 0;
  width: 210px;
  height: 140px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .front_column__list-item:not(:first-of-type) a .front_column__list-img {
    width: 120px;
    height: 120px;
  }
}
.front_column__list-item:not(:first-of-type) a .front_column__list-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.front_column__list-item:not(:first-of-type) a .front_column__list-info {
  flex: 1;
}
.front_column__list-item:not(:first-of-type) a .front_column__list-info-title {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .front_column__list-item:not(:first-of-type) a .front_column__list-info-title {
    font-size: 18px;
  }
}
.front_column__list-item:last-of-type a {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}
.front_column__list-img {
  margin: 0 auto 10px;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 5/3;
}
.front_column__list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front_column__list-info-title {
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 700;
}
.front_column__list-info-tag {
  color: #c9a24d;
  font-size: clamp(13px, 2vw, 14px);
  margin: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .front_column__list-info-tag {
    font-size: 13px;
  }
}
.front_column__list-info-tag:before {
  content: url(../img/common/icon_tag.svg);
  padding-right: 5px;
}
.front_column__list-info-date {
  font-family: "Oswald", sans-serif;
  color: #9c9c9c;
  font-size: 14px;
  margin: 0;
}
.front_column__list-info-date:before {
  content: url(../img/common/icon_calendar.svg);
  padding-right: 10px;
}
.front_column__term {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .front_column__term {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .front_column__term {
    justify-content: flex-start;
  }
}
.front_column__term-item {
  background: #d4dddd;
  padding: 5px 20px;
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .front_column__term-item {
    font-size: 14px;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 767px) {
  .front_column__term-item {
    font-size: 13px;
    padding: 2px 7px;
  }
}

.front_playcpt {
  background: #262929;
  color: #fff;
  padding-top: 100px;
}
.front_playcpt .front_catch {
  margin-bottom: 70px;
}
.front_playcpt__button-wrap {
  position: relative;
  margin-bottom: 30px;
}
.front_playcpt__scroll {
  display: none;
}
@media screen and (max-width: 768px) {
  .front_playcpt__scroll {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: unset;
    padding: 0;
  }
  .front_playcpt__scroll--prev {
    left: 0;
  }
  .front_playcpt__scroll--prev:before {
    content: url(../img/common/icon_arrow_before.svg);
  }
  .front_playcpt__scroll--next {
    right: 0;
  }
  .front_playcpt__scroll--next:before {
    content: url(../img/common/icon_arrow_after.svg);
  }
}
.front_playcpt__button {
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .front_playcpt__button {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 7px 0;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    flex: 1;
    min-width: 0;
    width: 94%;
    margin: 0 auto;
    gap: 0;
  }
}
.front_playcpt__button-item {
  flex: 1;
  min-width: 0;
  border-radius: 80px;
  font-weight: 500;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s;
}
.front_playcpt__button-item.is-active {
  border: 2px solid;
  color: #abcd03;
  background: #1c1e1e;
}
@media screen and (max-width: 768px) {
  .front_playcpt__button-item {
    flex: 0 0 calc((100% - 10px) / 4);
  }
}
@media screen and (max-width: 767px) {
  .front_playcpt__button-item {
    flex: 0 0 calc((100% - 10px) / 2);
    scroll-snap-align: start;
  }
}
.front_playcpt .tab_wrapper {
  position: relative;
}
.front_playcpt .infos {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.front_playcpt .infos.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
  position: relative;
  z-index: 1;
}
.front_playcpt .infos__intro {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.front_playcpt .infos__intro:after {
  content: "";
  background: linear-gradient(0deg, rgba(38, 41, 41, 0.2), rgba(38, 41, 41, 0.2)), linear-gradient(180deg, rgba(38, 41, 41, 0) 30%, #262929 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.front_playcpt .infos__intro-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1000px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .front_playcpt .infos__intro-wrap {
    padding: 0 30px;
  }
}
.front_playcpt .infos__intro-title {
  font-size: clamp(30px, 4vw, 40px);
  margin-bottom: 30px;
}
.front_playcpt .infos__intro-description {
  font-size: 16px;
}
.front_playcpt .infos__list {
  gap: 30px;
  margin: 0 auto 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 1024px) {
  .front_playcpt .infos__list {
    gap: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .front_playcpt .infos__list {
    grid-template-columns: 1fr;
  }
}
.front_playcpt .infos__list a {
  color: #fff;
  gap: 30px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #595e5e;
}
.front_playcpt .infos__list-img {
  aspect-ratio: 1/1;
  width: 70px;
}
.front_playcpt .infos__list-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.front_playcpt .infos__list-info {
  flex: 1;
}
.front_playcpt .infos__list-info-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
  line-height: 1.6;
}
.front_playcpt .infos__list-info-address {
  margin: 0;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.front_playcpt .infos__list-info-address:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #abcd03;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.front_paddle {
  background-color: #262929;
  color: #fff;
  padding-bottom: 100px;
}
.front_paddle .front_title {
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .front_paddle .front_title {
    text-align: center;
  }
}
.front_paddle .link_button {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .front_paddle .link_button {
    margin: 0 auto;
  }
}
.front_paddle__title {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .front_paddle__title {
    display: block;
  }
}
.front_paddle__list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .front_paddle__list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .front_paddle__list {
    grid-template-columns: 1fr;
    margin: 0 auto 50px;
    max-width: 500px;
  }
}
.front_paddle__list-item a {
  display: block;
}
.front_paddle__list-item-img {
  height: 160px;
  border-radius: 7px;
  overflow: hidden;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .front_paddle__list-item-img {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .front_paddle__list-item-img {
    height: 166px;
  }
}
.front_paddle__list-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.front_paddle__list-item-term {
  color: #c9a24d;
  font-size: 14px;
  border: 1px solid;
  padding: 2px 10px;
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}
.front_paddle__list-item-title {
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.front_sponsor #front_sponsor_loop {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.front_sponsor #front_sponsor_loop .splide__slide {
  width: 200px;
}
.front_sponsor .splide__pagination__page.is-active {
  background: #ccc;
}
.front_sponsor__title {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .front_sponsor__title {
    flex-direction: column;
  }
}
.front_sponsor__title .front_title {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .front_sponsor__title .front_title {
    text-align: center;
  }
}
.front_sponsor__title .front_catch {
  text-align: left;
}
.front_sponsor__title .link_button {
  margin-right: 0;
}
.front_sponsor__list-img {
  box-shadow: 0 0 10px rgba(38, 41, 41, 0.2);
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.front_sponsor__list-title {
  font-weight: 700;
  margin: 0;
}
.front_sponsor__link {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 40px 20px;
  background: linear-gradient(89.38deg, #262929 0.16%, #656c6c 99.84%);
  align-items: center;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .front_sponsor__link {
    max-width: 650px;
  }
}
@media screen and (max-width: 1024px) {
  .front_sponsor__link {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .front_sponsor__link {
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 15px;
  }
}
.front_sponsor__link:before {
  content: "";
  background-image: url(../img/common/logo_yoko_wh.svg);
  width: 368px;
  height: 60px;
  background-size: cover;
  opacity: 10%;
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .front_sponsor__link:before {
    left: 0;
    right: 0;
    width: 300px;
    height: 50px;
    margin: auto;
  }
}
.front_sponsor__link-title {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .front_sponsor__link-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .front_sponsor__link-title {
    font-size: 18px;
  }
}
.front_sponsor__link .link_button {
  padding: 5px 20px;
  width: 100%;
  max-width: 200px;
  min-width: unset;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .front_sponsor__link .link_button {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .front_sponsor__link .link_button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .front_sponsor__link .link_button {
    max-width: 180px;
  }
}
.front_sponsor__link:hover {
  opacity: 0.7;
}
.front_sponsor .splide__track {
  padding: 10px 0 40px;
  margin: 0 auto 40px;
}
.front_sponsor .splide:not(.is-overflow) {
  visibility: visible;
}
.front_sponsor .splide:not(.is-overflow) .front_sponsor__list {
  gap: 30px;
  justify-content: center;
}
.front_sponsor .splide:not(.is-overflow) .front_sponsor__list .front_sponsor__list-item {
  width: calc(25% - 25px);
}
@media screen and (max-width: 767px) {
  .front_sponsor .splide:not(.is-overflow) .front_sponsor__list .front_sponsor__list-item {
    width: 100%;
  }
}

.front_support {
  background: #262929;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .front_support {
    padding-top: 90px;
  }
  .front_support .wrap {
    padding: 0 15px;
  }
}
.front_support__img {
  position: absolute;
  top: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.front_support__img:before {
  content: "";
  background: linear-gradient(90deg, #262929 0%, rgba(38, 41, 41, 0.1) 50%);
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1025px) {
  .front_support__img {
    width: 50%;
    height: 100%;
  }
  .front_support__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .front_support__img {
    position: relative;
    top: unset;
    width: 100%;
  }
  .front_support__img:before {
    background: linear-gradient(180deg, #262929 0%, rgba(38, 41, 41, 0.1) 50%);
  }
}
.front_support__info {
  width: 60%;
  max-width: 600px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .front_support__info {
    width: 100%;
    max-width: unset;
  }
}
.front_support__info .front_title {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .front_support__info .front_title {
    text-align: center;
  }
}
.front_support__info .front_catch {
  text-align: left;
  margin-bottom: 50px;
}
.front_support__info .link_button {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .front_support__info .link_button {
    margin: 0 auto;
  }
}

.partner_promotion {
  gap: 120px;
}
@media screen and (max-width: 767px) {
  .partner_promotion {
    gap: 30px;
    flex-direction: column;
  }
}
.partner_promotion .wp-block-image {
  max-width: 260px !important;
}
@media screen and (max-width: 1024px) {
  .partner_promotion .wp-block-image {
    max-width: 240px !important;
  }
}
@media screen and (max-width: 768px) {
  .partner_promotion .wp-block-image {
    max-width: 220px !important;
  }
}
@media screen and (max-width: 767px) {
  .partner_promotion .wp-block-image {
    max-width: 240px !important;
  }
}

.partner_diamond {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .partner_diamond {
    flex-direction: column;
  }
}
.partner_diamond .wp-block-image {
  max-width: 220px !important;
}
@media screen and (max-width: 768px) {
  .partner_diamond .wp-block-image {
    max-width: 210px !important;
  }
}
@media screen and (max-width: 767px) {
  .partner_diamond .wp-block-image {
    max-width: 200px !important;
  }
}

.partner_platinum {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .partner_platinum {
    justify-content: space-between !important;
    flex-wrap: wrap !important;
  }
}
.partner_platinum .wp-block-image {
  max-width: 200px !important;
}
@media screen and (max-width: 767px) {
  .partner_platinum .wp-block-image {
    max-width: 147.5px !important;
  }
}

.partner_gold {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .partner_gold {
    justify-content: space-between !important;
    flex-wrap: wrap !important;
  }
}
.partner_gold .wp-block-image {
  max-width: 176px !important;
}
@media screen and (max-width: 1024px) {
  .partner_gold .wp-block-image {
    max-width: 160px !important;
  }
}
@media screen and (max-width: 768px) {
  .partner_gold .wp-block-image {
    max-width: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .partner_gold .wp-block-image {
    max-width: 147.5px !important;
  }
}

.partner_silver {
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .partner_silver {
    justify-content: space-between !important;
    flex-wrap: wrap !important;
  }
}
.partner_silver .wp-block-image {
  max-width: 150px !important;
}
@media screen and (max-width: 1024px) {
  .partner_silver .wp-block-image {
    max-width: 127px !important;
  }
}
@media screen and (max-width: 768px) {
  .partner_silver .wp-block-image {
    max-width: 110px !important;
  }
}
@media screen and (max-width: 767px) {
  .partner_silver .wp-block-image {
    max-width: 147.5px !important;
  }
}

.front_news {
  background: #f0f4f4;
}
.front_news__list {
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .front_news__list {
    display: block;
  }
}
.front_news__list-title {
  flex: 1;
}
.front_news__list-title .front_title {
  margin-bottom: 20px;
}
.front_news__list-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 840px;
  width: 100%;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .front_news__list-list {
    grid-template-columns: 1fr;
    max-width: 260px;
    margin: 0 auto 50px;
  }
}
.front_news__list-list-item {
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(38, 41, 41, 0.08);
}
.front_news__list-list-item a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.front_news__list-list-item-img {
  height: 146px;
  overflow: hidden;
  width: calc(100% + 40px);
  margin: -20px -20px 0 -20px;
}
.front_news__list-list-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.front_news__list-list-item-title {
  font-weight: 700;
  margin: 0;
}
.front_news__list-list-item-date {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  color: #9c9c9c;
  text-align: right;
  margin: 0;
}

#before-footer {
  background: #262929;
  padding: 30px;
}
#before-footer .footer_bnr {
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #before-footer .footer_bnr {
    flex-direction: column;
  }
}
#before-footer .footer_bnr__item {
  width: 300px;
  position: relative;
  display: block;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  border: 1px solid #788080;
}
#before-footer .footer_bnr__item img {
  width: 100%;
}
#before-footer .footer_bnr__item .title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
}

.footer_sns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1025px) {
  .footer_sns {
    flex-direction: row;
  }
}
.footer_sns a {
  display: block;
  width: 25px;
  height: 20px;
  line-height: 1;
  margin: 0 auto;
}
@media screen and (max-width: 1025px) {
  .footer_sns a {
    margin: 0;
  }
}
.footer_sns a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#footer #inner-footer {
  padding: 60px 0 30px;
}
@media screen and (max-width: 1025px) {
  #footer #inner-footer {
    padding: 60px 15px 30px;
  }
}
#footer #footer-top .widgettitle {
  font-size: 16px;
}
@media screen and (max-width: 1025px) {
  #footer #footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer #footer-top .footerwidget {
    width: 100%;
  }
}
#footer #footer-top .widget:last-of-type {
  flex: unset;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 1025px) {
  #footer #footer-top .widget:last-of-type {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1025px) {
  #footer .footer_info_wrap {
    text-align: center;
  }
}
#footer .footer_info_wrap img {
  margin-bottom: 30px;
}
@media screen and (max-width: 1025px) {
  #footer .footer_info_wrap img {
    width: 150px;
  }
}
#footer .footer_info_wrap .copy {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}
#footer .footer_info_wrap .caution {
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 1025px) {
  #footer .widget_nav_menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
#footer .widget_nav_menu ul li {
  border-bottom: 0;
}
#footer .widget_nav_menu ul li a {
  font-size: 14px;
  padding: 5px 0;
}
@media screen and (max-width: 1025px) {
  #footer .widget_nav_menu ul li a {
    padding: 0;
  }
}
#footer .widget_nav_menu ul li a::after {
  content: none;
}
#footer .copyright {
  display: none;
}

#single_foot {
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .pc_hide {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .tab_hide {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ipad_hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc_hide {
    display: block;
  }
  .sp_hide {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */