@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css); /*
Theme Name: reignite_theme
Version: 1.0
*/
/* リセット */
html, body, div, object, iframe, p, h1, h2, h3, h4, h5, h6,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}

address, em, strong, th, dfn, i, cite {
  font-style: normal;
}

body {
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input {
  padding: 0px;
}

input, select {
  vertical-align: middle;
}

text, textarea, input {
  font-size: 16px; /* iphoneズーム対策 */
}

* {
  box-sizing: border-box;
}

html {
  word-break: break-all;
  word-wrap: break-word;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  letter-spacing: normal;
}

@media (max-width: 833px) {
  html {
    font-size: 2.6667vw;
  }
  a {
    transition: all 0.3s;
  }
}
.font-hel {
  font-family: "neue-haas-grotesk-display", "sans-serif";
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.p-imgWrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.p-imgWrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

body {
  position: relative;
  word-break: break-all;
  overflow-wrap: break-word;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

.in {
  max-width: 1280px;
  margin: 0 auto;
}

/*p{
  margin:10px 0 20px 0;
}*/
/***************
 一覧ループ
****************/
.pagenation {
  text-align: center;
  line-height: 42px;
  margin-top: 80px;
  font-size: 1.6rem;
}
.pagenation ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.pagenation ul li {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  box-shadow: 2px 1px 6px -1px rgba(0, 0, 0, 0.15);
}
.pagenation ul li a {
  display: block;
  color: #707070;
}
.pagenation ul li + li {
  margin-left: 10px;
}
.pagenation ul li a:active, .pagenation ul li a:hover, .pagenation ul li.current, .pagenation ul li span.current {
  display: block;
  background: #555555;
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

/************************
 トップページ
*************************/
.spOnly {
  display: block;
}

.pcOnly {
  display: none;
}

.g-wrapper {
  position: relative;
}

.spMenu {
  position: fixed;
  top: -225%;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.01);
  backdrop-filter: blur(12px);
  transition: all 0.4s ease-in-out;
  z-index: 3;
}
.spMenu .menuInner {
  background: rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
}
.spMenu .menuHead {
  position: relative;
  width: 100%;
  height: 4.8rem;
  margin-bottom: 4rem;
  background: #000000;
}
.spMenu .menuLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 2.7rem;
}
.spMenu .menuClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.8rem;
}
.spMenu .menuList {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}
.spMenu .listItem {
  width: 100%;
  font-size: 2rem;
  font-family: rigid-square, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.spMenu .listItem a {
  display: flex;
  justify-content: center;
  padding: 2.4rem 0;
  color: #fff;
}
.spMenu .h_shop {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 10, 0, 0.8);
  height: 5.6rem;
  font-size: 2.4rem;
  color: #000;
  font-family: rigid-square, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.is-menuAc {
  overflow: hidden;
}
.is-menuAc .g-wrapper:before {
  content: "";
  position: fixed;
  top: 0;
  left: -2%;
  width: 104%;
  height: 105%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.is-menuAc .spMenu {
  top: 0;
}
.is-menuAc .g-hdr .menu {
  opacity: 0;
}

.g-hdr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.8rem;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
.g-hdr .logo {
  width: 2.7rem;
  height: 2.6rem;
}

.g-ftr {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.8rem 1.6rem 1.6rem;
  background: #d60800;
}
.g-ftr .ftrLogo {
  margin-bottom: 2.8rem;
  width: 5rem;
}
.g-ftr .snsLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3.2rem;
  width: 100%;
}
.g-ftr .snsLink .listItem {
  position: relative;
  overflow: hidden;
}
.g-ftr .snsLink .listItem img {
  width: auto;
  transition: all 0.1s ease-out;
}
.g-ftr .snsLink .listItem img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.g-ftr .ftrLink {
  text-align: center;
  margin-bottom: 4.8rem;
  font-family: rigid-square, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.g-ftr .ftrLink .listItem {
  margin-bottom: 2.4rem;
  position: relative;
  overflow: hidden;
  font-size: 1.6rem;
}
.g-ftr .ftrLink .listItem a {
  color: #000;
}
.g-ftr .ftrLink .listItem a:hover {
  color: #fff;
}
.g-ftr .ftrLink .listItem:last-child {
  margin-bottom: 0;
}
.g-ftr .ftrLink .ftrLink-contact {
  letter-spacing: 0.1em;
}

.g-ftr .cautionLink {
  margin-bottom: 4.8rem;
  font-size: 1.2rem;
  text-align: center;
}
.g-ftr .cautionLink .listItem {
 margin-bottom: 0.4rem;
}
.g-ftr .cautionLink .listItem a {
  display: block;
  color: #000;
}
@media screen and (min-width: 833px) {
  .g-ftr .cautionLink {
    position: absolute;
    top: 66%;
    right: 3vw;
    font-size: 12px;
    text-align: right;
  }
  .g-ftr .cautionLink .listItem a:hover {
    color: #fff;
  }
}

.mainV {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.mainV .main-mov {
  object-fit: cover;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.mainContainer {
  position: relative;
}

.g-hdr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.8rem;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.g-hdr .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.7rem;
  height: 2.6rem;
}
.g-hdr .menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.8rem;
  height: 4.8rem;
}
.g-hdr .h_shop {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 10, 0, 0.8);
  width: 6.4rem;
  height: 4.8rem;
  font-family: rigid-square, sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
}

@media screen and (min-width: 833px) {
  .spOnly {
    display: none;
  }
  .pcOnly {
    display: block;
  }
  .g-hdr {
    height: 72px;
  }
  .g-hdr .logo {
    position: absolute;
    top: 17%;
    left: 3.3vw;
    width: 215px;
    height: 48px;
    transform: translate(0, -50%);
  }
  .g-hdr .h_shop {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    width: 108px;
    height: 72px;
    background: rgba(255, 10, 0, 0.8);
    font-size: 1.4vw;
    transition: all 0.3s;
  }
  .g-hdr .h_shop:hover {
    color: #fff;
  }
  .g-hdr .gnav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-42%, -50%);
    display: flex;
  }
  .g-hdr .listItem {
    margin-left: 2.2vw;
    position: relative;
    overflow: hidden;
    font-size: 1.6vw;
    font-family: rigid-square, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .g-hdr .listItem:first-child {
    margin-left: 0;
  }
  .g-hdr .listItem a {
    transition: all 0.3s;
    color: #fff;
  }
  .g-hdr .listItem a:hover {
    color: #ce0024;
  }
  .g-hdr .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .g-hdr .fadeUp:nth-of-type(2) {
    animation-delay: 0.3s;
  }
  .g-hdr .fadeUp:nth-of-type(3) {
    animation-delay: 0.5s;
  }
  .g-hdr .fadeUp:nth-of-type(4) {
    animation-delay: 0.7s;
  }
  .g-hdr .fadeUp:nth-of-type(5) {
    animation-delay: 0.9s;
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .g-ftr {
    padding: 3.3vw 0 1vw;
  }
  .g-ftr .ftrLogo {
    margin-bottom: 3.2rem;
    width: 6.6rem;
  }
  .g-ftr .snsLink {
    margin-bottom: 3.2rem;
    width: 458px;
  }
  .g-ftr .snsLink .listItem a:hover {
    opacity: 1;
  }
  .g-ftr .snsLink .listItem img {
    transition: all 0.3s;
  }
  .g-ftr .snsLink .listItem img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .g-ftr .snsLink .listItem:hover img {
    opacity: 0;
  }
  .g-ftr .snsLink .listItem:hover img:nth-child(2) {
    opacity: 1;
  }
  .g-ftr .ftrLink {
    margin-bottom: 3vw;
  }
  .g-ftr .ftrLink .listItem {
    margin-bottom: 1.2vw;
  }
  .g-ftr .ftrLink .listItem a {
    transition: all 0.3s;
    font-size: 1.6vw;
    color: #000;
  }
  .g-ftr .ftrLink .listItem a:hover {
    color: #fff;
  }
  .g-ftr .ftrLink .ftrLink-contact {
    letter-spacing: 0.13em;
  }
}
[class^=f-] {
  padding: 4.8rem 0.8rem;
  position: relative;
}

.mod-moreBt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 29.5rem;
  height: 4.8rem;
  border-radius: 9rem;
  font-family: rigid-square, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (min-width: 833px) {
  [class^=f-] {
    padding: 10vw 3vw;
  }
  .mod-moreBt {
    width: 32vw;
    height: 5vw;
    font-size: 1.6vw;
    transition: all 0.3s;
  }
  .mod-moreBt:hover {
    background: #4A4A4A;
    border: none;
    color: #fff;
  }
}
.scFadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 200ms;
}
.scFadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.scFadein:nth-of-type(2) {
  transition-delay: 220ms;
}
.scFadein:nth-of-type(3) {
  transition-delay: 240ms;
}
.scFadein:nth-of-type(4) {
  transition-delay: 260ms;
}
.scFadein:nth-of-type(5) {
  transition-delay: 280ms;
}

.fadeIn {
  opacity: 0;
  transition: all 600ms;
}
.fadeIn.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.f-sponsor {
  padding: 5.6rem 2.4rem;
  background: #000000;
}
@media (min-width: 834px) {
  .f-sponsor {
    padding: 7.5vw 3.3vw;
  }
}
.f-sponsor ul {
  display: flex;
  justify-content: center;
}
.f-sponsor ul li {
  margin-left: 100px;
}
@media (max-width: 833px) {
  .f-sponsor ul li {
    margin-left: 30px;
  }
}
.f-sponsor ul li img {
  width: 368px;
  height: auto;
}
.f-sponsor ul li:first-of-type {
  margin-left: 0;
}

.f-top_pr {
  background: #FFFFFF;
  padding-top: 3vw;
  padding-bottom: 4.8rem;
}
@media (min-width: 834px) {
  .f-top_pr {
    min-height: 75.04vw;
  }
}
.f-top_pr > img:nth-of-type(1) {
  display: none;
}
@media (min-width: 834px) {
  .f-top_pr > img:nth-of-type(1) {
    display: block;
  }
}
@media (min-width: 834px) {
  .f-top_pr > img:nth-of-type(2) {
    display: none;
  }
}
.f-top_pr > div {
  padding: 3rem 3.2rem 0;
}
@media (min-width: 834px) {
  .f-top_pr > div {
    margin-top: -25.96vw;
    padding: 0;
    position: relative;
    z-index: 0;
  }
  .f-top_pr > div::before {
    position: absolute;
    content: "";
    background: url("images/common/pr_logo.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 36.25vw;
    height: 34.58vw;
    z-index: -1;
    margin-left: 5.99vw;
  }
}
.f-top_pr > div h2 {
  font-size: 9.07vw;
}
@media (min-width: 834px) {
  .f-top_pr > div h2 {
    padding-right: 53.13vw;
    font-size: 5.21vw;
    line-height: 5.21vw;
  }
}
.f-top_pr > div h3 {
  font-size: 4.27vw;
  font-weight: bold;
  display: block;
  margin-bottom: 3.2rem;
}
@media (min-width: 834px) {
  .f-top_pr > div h3 {
    font-size: 2.08vw;
    margin-bottom: 4.17vw;
    padding-right: 22.4vw;
    margin-top: 1.04vw;
  }
}
.f-top_pr > div p {
  font-size: 4vw;
  margin-bottom: 1em;
}
@media (min-width: 834px) {
  .f-top_pr > div p {
    font-size: 1.15vw;
    padding-right: 30.73vw;
    margin-bottom: 2.08vw;
  }
}
.f-top_pr > div p:last-of-type {
  margin-bottom: 0;
}

/***************
 header
****************/ /***************
 single
****************/
.f-newsDetail {
  padding: 4.8rem 0 7.2rem;
  background: #000;
}
.f-newsDetail .content {
  padding: 2.4rem 4rem 3.2rem;
  color: #fff;
}
.f-newsDetail .content a {
  color: #FFFFFF;
  text-decoration: underline;
}
.f-newsDetail .content .time-txt {
  font-size: 1.2rem;
}
.f-newsDetail .content .detail-ttl {
  margin-bottom: 2.4rem;
  line-height: 3rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.f-newsDetail .content .detail-txt {
  font-size: 1.4rem;
}
.f-newsDetail .wp-block-lazyblock-member-list {
  margin-top: 5.6rem;
  position: relative;
}
.f-newsDetail .wp-block-lazyblock-member-list .teamRosterTtl {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (min-width: 834px) {
  .f-newsDetail .wp-block-lazyblock-member-list .teamRosterTtl {
    margin-bottom: 2.4vw;
    font-size: 1.8vw;
  }
}
.f-newsDetail .wp-block-lazyblock-member-list .team_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.f-newsDetail .wp-block-lazyblock-member-list .team_list > h4 {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 834px) {
  .f-newsDetail .wp-block-lazyblock-member-list .team_list > h4 {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
.f-newsDetail .wp-block-lazyblock-member-list .team_list > p {
  width: 100%;
  margin-bottom: 1.6rem;
}
.f-newsDetail .wp-block-lazyblock-member-list .teamCategory {
  width: 100%;
  margin-bottom: 0;
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 834px) {
  .f-newsDetail .wp-block-lazyblock-member-list .teamCategory {
    font-size: 1vw;
  }
}
.f-newsDetail .wp-block-lazyblock-member-list .member_list {
  margin-bottom: 1.6rem;
  margin-right: 2.4rem;
}
.f-newsDetail .wp-block-lazyblock-member-list .member_list dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.f-newsDetail .wp-block-lazyblock-member-list .member_name {
  display: flex;
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.f-newsDetail .wp-block-lazyblock-member-list .member_name a {
  color: #FFFFFF;
}
.f-newsDetail .wp-block-lazyblock-member-list .member_icon {
  width: 3.6rem;
  height: 3.6rem;
  position: relative;
}
.f-newsDetail .wp-block-lazyblock-member-list .member_icon:after {
  content: "";
  position: absolute;
  top: -0.3rem;
  left: -0.3rem;
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #d0d0d0;
  border-radius: 50%;
}
@media (min-width: 834px) {
  .f-newsDetail .wp-block-lazyblock-member-list .member_icon {
    width: 3.8vw;
    height: 3.8vw;
  }
  .f-newsDetail .wp-block-lazyblock-member-list .member_icon:after {
    width: 4.2vw;
    height: 4.2vw;
  }
}
.f-newsDetail .wp-block-lazyblock-member-list .member_icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0.1rem;
  right: 0;
  bottom: 0;
  left: 0.02rem;
  margin: auto;
  object-fit: cover;
  border-radius: 50%;
}
.f-newsDetail .wp-block-lazyblock-member-list .member_sns {
  display: flex;
  gap: 0.8rem;
}

@media screen and (min-width: 833px) {
  .f-newsDetail {
    display: flex;
    padding: 72px 0 4vw;
  }
  .f-newsDetail .content {
    width: calc(100% - 39.9vw);
    padding: 0 0 3.2vw 4.5vw;
  }
  .f-newsDetail .content .time-txt {
    margin-bottom: 1vw;
    font-size: 1vw;
  }
  .f-newsDetail .content .detail-ttl {
    margin-bottom: 2.8vw;
    line-height: 1.167em;
    font-size: 2.5vw;
  }
  .f-newsDetail .content .detail-txt {
    margin-bottom: 1.6rem;
    line-height: 1.6em;
    font-size: 1.2vw;
  }
  .f-newsDetail .thumb {
    position: sticky;
    top: 72px;
    left: 0;
    width: 35.4vw;
    height: 100%;
  }
  .f-newsDetail .wp-block-lazyblock-member-list {
    margin-top: 3.2vw;
  }
  .f-newsDetail .wp-block-lazyblock-member-list .teamRosterTtl {
    margin-bottom: 2.4vw;
    font-size: 1.8vw;
  }
  .f-newsDetail .wp-block-lazyblock-member-list .teamCategory {
    font-size: 1vw;
  }
  .f-newsDetail .wp-block-lazyblock-member-list .member_name {
    margin-bottom: 0.6vw;
    font-size: 1.2vw;
  }
  .f-newsDetail .wp-block-lazyblock-member-list .member_icon img {
    top: 0.15vw;
    left: 0.06vw;
  }
}
/***************
メンバー詳細
****************/
.single .mainContainer {
  background: #000;
  color: #fff;
}
.single .mainContainer .membersDetail {
  padding: 72px 3.3vw 10vw;
}
@media (max-width: 833px) {
  .single .mainContainer .membersDetail {
    padding: 4.8rem 40px 10vw 40px;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div {
  display: flex;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div {
    display: block;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_image {
  width: 39vw;
  margin-bottom: 7.9vw;
  height: auto;
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_image > img:not(:first-child) {
  display: none;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .prof_image {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    max-width: inherit;
    width: inherit;
    margin-bottom: 3.2rem;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_image img {
  width: 100%;
  height: auto;
  border-radius: 0.4rem;
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_image img.no-image {
  border: solid #424242 1px;
  box-sizing: border-box;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .prof_image .slick-track {
    display: flex;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_image .slick-dots {
  display: flex;
  flex-direction: column;
  width: auto;
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .prof_image .slick-dots {
    position: static;
    transform: translateY(0);
    display: flex;
    flex-direction: inherit;
    justify-content: center;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_image .slick-dots li {
  margin-top: 0.39vw;
  margin-bottom: 0.39vw;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .prof_image .slick-dots li {
    margin-top: 4vw;
    margin-left: 2vw;
    margin-right: 2vw;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_image .slick-dots button {
  background: #FFFFFF;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  padding: 0;
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_image .slick-dots button::before {
  content: none;
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_image .slick-dots .slick-active button {
  background: #C9002C;
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_image .slick-dots > li:first-child:last-child {
  display: none;
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_cont {
  margin-left: 5.1vw;
  width: calc(100% - 44.1vw);
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .prof_cont {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_title p:nth-of-type(1) {
  width: 100%;
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_title p:nth-of-type(1) em {
  display: block;
  margin-bottom: 0.8vw;
  font-size: 1.6vw;
  font-weight: bold;
  color: #FF0038;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .prof_title p:nth-of-type(1) em {
    font-size: 1.6rem;
    margin-bottom: 10px;
    margin-right: 21.33vw;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_title h1 {
  margin-bottom: 0.8vw;
  font-size: 2.9vw;
  color: #FFFFFF;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .prof_title h1 {
    font-size: 3.2rem;
    margin-right: 10px;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_title p:nth-of-type(2) {
  margin-left: 0.4vw;
  font-size: 1.6vw;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .prof_title p:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_personal {
  display: flex;
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_personal dl {
  display: flex;
  align-items: center;
  font-size: 1.2vw;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .prof_personal dl {
    font-size: 1.4rem;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_personal dl dt {
  margin-right: 0.5vw;
  font-weight: bold;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .prof_personal dl dt {
    margin-right: 0.8rem;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_personal dl:nth-of-type(1) {
  margin-right: 1.2vw;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .prof_personal dl:nth-of-type(1) {
    margin-right: 1.6rem;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_catch {
  display: flex;
  align-items: center;
  margin-top: 2.4rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .prof_catch {
    margin: 2.4rem 0;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_catch h2 {
  color: #FFFFFF;
  font-size: 2vw;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .prof_catch h2 {
    font-size: 2.4rem;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_catch .words_tab {
  display: flex;
  font-size: 1.6rem;
  margin-left: auto;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .prof_catch .words_tab {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    margin-right: 0;
    font-size: 1.2rem;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_catch .words_tab li {
  width: 40px;
  height: 40px;
  background: #747474;
  display: grid;
  place-items: center;
  border-radius: 2px;
  cursor: pointer;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .prof_catch .words_tab li {
    width: 8.53vw;
    height: 8.53vw;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_catch .words_tab li.select {
  background: #434343;
  cursor: auto;
}
.single .wp-block-lazyblock-profile .profile_words > div .prof_catch .words_tab li:first-of-type {
  margin-right: 15px;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .prof_catch .words_tab li:first-of-type {
    margin-right: 5px;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .member_l {
  margin-bottom: 2.9vw;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .member_l {
    margin-bottom: 4.8rem;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .member_l p {
  font-size: 1.8rem;
  line-height: 4.2rem;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .member_l p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .sns {
  display: flex;
  align-items: center;
  gap: 1.6vw;
}
.single .wp-block-lazyblock-profile .profile_words > div .sns .m_twitter,
.single .wp-block-lazyblock-profile .profile_words > div .sns .m_youtube {
  width: 2.08vw;
  height: auto;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .sns .m_twitter,
  .single .wp-block-lazyblock-profile .profile_words > div .sns .m_youtube {
    width: 5.33vw;
    height: auto;
  }
}
.single .wp-block-lazyblock-profile .profile_words > div .sns .m_twitch,
.single .wp-block-lazyblock-profile .profile_words > div .sns .m_mildom,
.single .wp-block-lazyblock-profile .profile_words > div .sns .m_openrec,
.single .wp-block-lazyblock-profile .profile_words > div .sns .m_instagram {
  height: 2.08vw;
  width: auto;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .sns .m_twitch,
  .single .wp-block-lazyblock-profile .profile_words > div .sns .m_mildom,
  .single .wp-block-lazyblock-profile .profile_words > div .sns .m_openrec,
  .single .wp-block-lazyblock-profile .profile_words > div .sns .m_instagram {
    height: 4.8vw;
    width: auto;
  }
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .profile_words > div .sns {
    gap: 0.8rem;
  }
}
.single .wp-block-lazyblock-profile .prof_performance {
  margin: auto;
  width: 53.3vw;
  color: #FFFFFF;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .prof_performance {
    margin-top: 6.4rem;
    margin-left: 0;
    width: 100%;
  }
}
.single .wp-block-lazyblock-profile .prof_performance .performance {
  display: flex;
  align-items: center;
  margin-bottom: 3.2vw;
  margin-left: 0.8vw;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .prof_performance .performance {
    margin-left: 0.8rem;
    margin-bottom: 3.2rem;
  }
}
.single .wp-block-lazyblock-profile .prof_performance .performance h3 {
  font-size: 2vw;
  margin-right: 0.8vw;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .prof_performance .performance h3 {
    font-size: 2.4rem;
    margin-right: 0.8rem;
  }
}
.single .wp-block-lazyblock-profile .prof_performance .performance p {
  font-size: 1.6vw;
  font-weight: bold;
  color: #606060;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .prof_performance .performance p {
    font-size: 1.6rem;
  }
}
.single .wp-block-lazyblock-profile .prof_performance dl {
  display: flex;
  border-bottom: solid 0.1rem #2C2C2C;
  font-size: 1.2vw;
  word-break: break-all;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .prof_performance dl {
    font-size: 1.4rem;
    display: block;
    padding: 1.6rem 0;
  }
}
.single .wp-block-lazyblock-profile .prof_performance dl dt:nth-of-type(1) {
  width: 9vw;
  padding: 1.8vw 0.8vw;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .prof_performance dl dt:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
    padding: 0.8rem;
  }
}
.single .wp-block-lazyblock-profile .prof_performance dl dt:nth-of-type(2) {
  display: inline-block;
  padding: 1.8vw 0.8vw;
  width: 29vw;
  vertical-align: top;
  font-size: 1vw;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .prof_performance dl dt:nth-of-type(2) {
    width: 100%;
    font-size: 1.4rem;
    margin-right: 0;
    padding: 0.8rem;
  }
}
.single .wp-block-lazyblock-profile .prof_performance dl dd {
  width: 13vw;
  padding: 1.8vw 0.8vw;
  text-align: right;
  font-size: 1vw;
}
@media (max-width: 833px) {
  .single .wp-block-lazyblock-profile .prof_performance dl dd {
    width: 100%;
    font-size: 1.4rem;
    margin-right: 0;
    padding: 0.8rem;
    text-align-last: left;
  }
}
.single .wp-block-lazyblock-profile .prof_performance dl:first-of-type {
  border-top: solid 0.1rem #2C2C2C;
}
.single .pager-list-member {
  margin: 0 auto;
  padding-top: 5.1vw;
  width: 53.3vw;
}
@media (max-width: 833px) {
  .single .pager-list-member {
    margin-top: 0;
    padding-top: 4.8rem;
  }
}
.single .pager-list-member ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
}
@media (max-width: 833px) {
  .single .pager-list-member ul {
    gap: 1.6rem;
  }
}
.single .pager-list-member li {
  text-align: center;
}
.single .pager-list-member li img {
  width: 5.4vw;
  height: 5.4vw;
  border-radius: 50%;
  padding: 2px;
  border: 0.1rem #6e6e6e solid;
  object-fit: cover;
}
@media (max-width: 833px) {
  .single .pager-list-member li img {
    width: 6.8rem;
    height: 6.8rem;
  }
}
.single .pager-list-member li figcaption {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
}
@media (max-width: 833px) {
  .single .pager-list-member li figcaption {
    margin-top: 0.4rem;
    font-size: 1.2rem;
  }
}

.profile_en {
  display: none;
}

/************************
    スポンサー
*************************/
.sponsor_youtube {
  padding-top: 4.8rem;
}
.sponsor_youtube .mov {
  width: 100%;
}

.f-sponsors {
  color: #FFFFFF;
  padding: 6.8rem 0 7.2rem;
}
.f-sponsors .sponsorsTtl {
  margin: 0 8.8rem 4rem;
  text-align: center;
}
@media (min-width: 834px) {
  .f-sponsors .sponsorsTtl {
    margin: 0 auto 6vw;
    width: 42.9vw;
  }
}
.f-sponsors .sponsorsName {
  margin: 0.8rem 0 1.6rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.f-sponsors .detailTxt {
  line-height: 2.4rem;
  font-size: 1.4rem;
}
.f-sponsors .sponsorsDetail {
  display: flex;
  flex-flow: column;
  margin-bottom: 4rem;
  padding: 0 4rem;
  color: #fff;
}
.f-sponsors .sponsorsList {
  padding: 4rem 0.8rem 0.8rem;
  color: #ffffff;
}
.f-sponsors .sponsorsList:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (min-width: 833px) {
  .sponsor_youtube {
    padding-top: 72px;
  }
  .sponsor_youtube .mov {
    margin: auto;
    width: 60vw;
  }
  .f-sponsors {
    padding: 10vw 0 0;
  }
  .f-sponsors .sponsorsList {
    display: flex;
    align-items: center;
    padding: 0;
    border-bottom: 1px solid #acacac;
    border-top: 1px solid #acacac;
  }
  .f-sponsors .sponsorsLogo {
    margin: 0 auto;
    width: 25.8vw;
  }
  .f-sponsors .sponsorsName {
    margin: 2vw 0;
    font-size: 1.6vw;
  }
  .f-sponsors .detailTxt {
    line-height: 1.8em;
    font-size: 1.2vw;
  }
  .f-sponsors .sponsorsImg {
    width: 32.9vw;
  }
  .f-sponsors .sponsorsDetail {
    width: calc(100% - 32.9vw);
    margin-bottom: 0;
    padding: 0 14vw;
  }
}
.sponsors {
  background: #000000;
}
.sponsors .back-btn {
  display: none;
}

.mod-contact {
  margin-top: 4rem;
}
@media (min-width: 834px) {
  .mod-contact {
    margin-top: 40px;
  }
}

.mod-contact {
  padding: 0 4rem;
}
@media (min-width: 834px) {
  .mod-contact {
    max-width: 840px;
    margin: 5.8vw auto;
  }
}
.mod-contact .form-dl {
  display: flex;
  flex-flow: column;
  border-bottom: solid #2C2C2C 0.1rem;
  margin-bottom: 2.4rem;
  padding-bottom: 4rem;
}
@media (min-width: 834px) {
  .mod-contact .form-dl {
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 2vw;
    padding-bottom: 7vw;
  }
}
.mod-contact .form-dl dt {
  font-size: 1.4rem;
  width: inherit;
  margin-top: 2.4rem;
}
@media (min-width: 834px) {
  .mod-contact .form-dl dt {
    width: 20%;
    font-size: 18px;
    margin-top: 40px;
  }
}
.mod-contact .form-dl dt span {
  display: inline-block;
  font-size: 1.1rem;
  color: #606060;
  margin-left: 0.5rem;
}
@media (min-width: 834px) {
  .mod-contact .form-dl dt span {
    display: block;
    font-size: 12px;
    margin-left: 0;
  }
}
.mod-contact .form-dl .required::before {
  content: "";
  background: url("images/contact/form_required.svg") no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  vertical-align: initial;
}
@media (max-width: 833px) {
  .mod-contact .form-dl .required::before {
    margin-right: 5px;
    margin-top: -1px;
    vertical-align: middle;
  }
}
.mod-contact .form-dl .required span {
  margin-left: 0.5rem;
}
@media (min-width: 834px) {
  .mod-contact .form-dl .required span {
    margin-left: 0;
  }
}
.mod-contact .form-dl dd {
  width: 80%;
  margin-top: 40px;
  font-size: 18px;
  position: relative;
}
.mod-contact .form-dl dd.input select {
  white-space: normal;
  padding: 1.6rem 2.4rem 1.6rem 1.6rem;
  height: auto;
  line-height: 1.4em;
}
@media (max-width: 833px) {
  .mod-contact .form-dl dd {
    width: inherit;
    margin-top: 1rem;
  }
}
@media (max-width: 833px) and (max-width: 833px) {
  .mod-contact .form-dl dd {
    font-size: 1.3rem;
  }
}
.mod-contact .form-dl dd input,
.mod-contact .form-dl dd select,
.mod-contact .form-dl dd textarea {
  width: 100%;
  height: 56px;
  background: #2C2C2C;
  border: none;
  border-radius: 4px;
  padding-left: 24px;
  -webkit-appearance: none;
  font-size: 16px;
  color: #FFFFFF;
  box-sizing: border-box;
}
@media (max-width: 833px) {
  .mod-contact .form-dl dd input,
  .mod-contact .form-dl dd select,
  .mod-contact .form-dl dd textarea {
    width: 100%;
    font-size: 1.3rem;
    height: 4.6rem;
    padding-left: 1.6rem;
  }
}
.mod-contact .form-dl dd input::placeholder,
.mod-contact .form-dl dd select::placeholder,
.mod-contact .form-dl dd textarea::placeholder {
  color: #6A6A6A;
}
.mod-contact .form-dl dd input:focus,
.mod-contact .form-dl dd select:focus,
.mod-contact .form-dl dd textarea:focus {
  outline: none;
}
.mod-contact .form-dl dd textarea {
  height: 144px;
  padding: 16px 24px;
  max-width: 100%;
}
@media (max-width: 833px) {
  .mod-contact .form-dl dd textarea {
    padding: 1.6rem;
    max-width: inherit;
  }
}
.mod-contact .form-dl dt:first-of-type,
.mod-contact .form-dl dd:first-of-type {
  margin-top: 0;
}
@media (max-width: 833px) {
  .mod-contact .form-dl dt:first-of-type,
  .mod-contact .form-dl dd:first-of-type {
    margin-top: 1rem;
  }
}
.mod-contact .policy {
  color: #000000;
  margin-bottom: 3.2rem;
  font-family: "neue-haas-grotesk-display", "sans-serif";
  letter-spacing: 0.16em;
}
@media (min-width: 834px) {
  .mod-contact .policy {
    margin: 0 auto 2vw;
    width: 328px;
  }
}
.mod-contact .policy input {
  display: none;
}
.mod-contact .policy .check-box {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  background: #A8A8A8;
  border-radius: 3.2rem;
  height: 3.6rem;
  width: 100%;
  padding: 0 0.5rem;
}
@media (min-width: 834px) {
  .mod-contact .policy .check-box {
    height: 40px;
    cursor: pointer;
    padding: 0 8px;
  }
  .mod-contact .policy .check-box span:hover {
    opacity: 0.8;
  }
}
.mod-contact .policy .check-box span:nth-of-type(1) {
  border-radius: 3.2rem;
  background: #606060;
  color: #FFFFFF;
  width: 7.2rem;
  height: 2.4rem;
  padding-top: 0.3rem;
  padding-left: 0.8rem;
  margin-right: 0.8rem;
}
.mod-contact .policy .check-box span:nth-of-type(1)::before {
  content: "";
  background: url("images/contact/checkbox_icon.svg") no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}
@media (min-width: 834px) {
  .mod-contact .policy .check-box span:nth-of-type(1) {
    width: 64px;
    height: 24px;
    margin-right: 14px;
  }
}
.mod-contact .policy .check-box span:nth-of-type(2) {
  font-size: 1.2rem;
}
@media (min-width: 834px) {
  .mod-contact .policy .check-box span:nth-of-type(2) {
    font-size: 14px;
  }
}
.mod-contact .policy input[type=checkbox]:checked + label {
  background: #FFFFFF;
}
.mod-contact .policy input[type=checkbox]:checked + label span:nth-of-type(1) {
  background: #D00000;
}
.mod-contact .form-btn,
.mod-contact .back-btn {
  width: 100%;
}
@media (min-width: 834px) {
  .mod-contact .form-btn,
  .mod-contact .back-btn {
    margin: auto;
    width: 328px;
  }
}
.mod-contact .form-btn input[type=submit],
.mod-contact .back-btn input[type=submit] {
  border: none;
  -webkit-appearance: none;
  width: 100%;
  height: 5.8rem;
  font-family: Rigid Square, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
  border-radius: 9rem;
  background: #D00000;
  color: #FFFFFF;
}
@media (min-width: 834px) {
  .mod-contact .form-btn input[type=submit],
  .mod-contact .back-btn input[type=submit] {
    width: 328px;
    height: 68px;
    font-size: 1.6vw;
    cursor: pointer;
  }
  .mod-contact .form-btn input[type=submit]:hover,
  .mod-contact .back-btn input[type=submit]:hover {
    opacity: 0.8;
  }
}
.mod-contact .form-btn input[type=submit]:disabled,
.mod-contact .back-btn input[type=submit]:disabled {
  border: solid 0.2rem #2C2C2C;
  color: #2C2C2C;
  background: none;
  cursor: auto;
}
.mod-contact .form-btn input[type=submit]:disabled:hover,
.mod-contact .back-btn input[type=submit]:disabled:hover {
  opacity: 1;
}
.mod-contact .back-btn {
  margin-top: 2vw;
  position: relative;
}
@media (max-width: 833px) {
  .mod-contact .back-btn {
    margin-top: 3.2rem;
  }
}
.mod-contact .back-btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #9D9D9D;
  border-left: solid 2px #9D9D9D;
  position: absolute;
  top: 50%;
  left: 100px;
  margin-top: -4px;
  transform: rotate(-45deg);
}
.mod-contact .back-btn input[type=submit] {
  background: #2C2C2C;
  color: #9D9D9D;
  position: relative;
}

.h1_contact,
.h2_contact {
  padding-bottom: 2.4rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid #2C2C2C 0.1rem;
  font-family: Rigid Square, sans-serif;
}
@media (min-width: 834px) {
  .h1_contact,
  .h2_contact {
    margin-bottom: 2vw;
  }
}
.h1_contact h1,
.h1_contact h2,
.h2_contact h1,
.h2_contact h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  color: #FFFFFF;
  margin-bottom: 0;
}
.h1_contact h1 span,
.h1_contact h2 span,
.h2_contact h1 span,
.h2_contact h2 span {
  display: block;
  font-size: 1.2rem;
}
.h1_contact p,
.h2_contact p {
  font-size: 1.2rem;
}
@media (max-width: 833px) {
  .h1_contact p,
  .h2_contact p {
    font-size: 1rem;
  }
}
.h1_contact p::before,
.h2_contact p::before {
  content: "";
  background: url("images/contact/form_required.svg") no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 7px;
}
@media (max-width: 833px) {
  .h1_contact p::before,
  .h2_contact p::before {
    width: 12px;
    height: 12px;
    margin-top: -4px;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}
.modal .modal_bg {
  height: 100vh;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
}
.modal .modal_content {
  color: #000000;
  background: #FFFFFF;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 70%;
  overflow: auto;
  box-shadow: 3px 0 17px 0 rgba(0, 0, 0, 0.1);
  cursor: auto;
  border-radius: 1rem;
  padding: 3.2rem;
  line-height: 2.2rem;
  font-size: 1.4rem;
}
@media (min-width: 834px) {
  .modal .modal_content {
    max-width: 750px;
    height: 70%;
    line-height: 1.6em;
    font-size: 16px;
  }
}
.modal .modal_content h3 {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
  text-align: center;
}
@media (min-width: 834px) {
  .modal .modal_content h3 {
    line-height: 1.4em;
    font-size: 24px;
    font-weight: bold;
  }
}
.modal .modal_content dl dt {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
  font-weight: bold;
}
.modal .modal_content dl dd dt:first-of-type {
  margin-top: 0;
}
.modal .close_btn {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 60px;
  width: 60px;
  background: #000000;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 833px) {
  .modal .close_btn {
    height: 5rem;
    width: 5rem;
  }
}
.modal .close_btn:hover {
  opacity: 0.8;
}
.modal .close_btn::before, .modal .close_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 27px;
  background: #FFFFFF;
  border-radius: 2px;
}
@media (max-width: 833px) {
  .modal .close_btn::before, .modal .close_btn::after {
    width: 2px;
    height: 22px;
  }
}
.modal .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.f-contact {
  background: #000000;
  color: #FFFFFF;
  padding: 8.8rem 0;
}
.f-contact .form-dl dd:nth-of-type(1)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

body.contact .back-btn,
body.sponsors .back-btn {
  display: none;
}

.preview .mod-contact .form-dl .input select {
  white-space: normal;
  padding: 1.6rem 0;
  height: auto;
}
.preview dd:nth-of-type(1):after {
  display: none;
}

.thanks {
  background: #000000;
}
.thanks .f-contact_thanks {
  padding-top: 20.5vw;
  text-align: center;
  background: url("images/contact/bg_thanks.svg") 0 50% no-repeat;
  background-size: 52vw 45.7vw;
  margin: auto;
  width: 54.1vw;
}
@media (max-width: 833px) {
  .thanks .f-contact_thanks {
    padding: 19.2rem 4rem;
    width: 100%;
    margin: auto;
    background-size: 100%;
  }
}
.thanks .f-contact_thanks .ttl {
  color: #FF0038;
  font-size: 3.3vw;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 2vw;
}
@media (max-width: 833px) {
  .thanks .f-contact_thanks .ttl {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
}
.thanks .f-contact_thanks p {
  font-size: 16px;
  color: #9D9D9D;
}
@media (max-width: 833px) {
  .thanks .f-contact_thanks p {
    line-height: 2.4rem;
    font-size: 1.2rem;
  }
}
.thanks .f-contact_thanks p br {
  display: none;
}
@media (max-width: 833px) {
  .thanks .f-contact_thanks p br {
    display: inline-block;
  }
}
.thanks .f-contact_thanks .mod-moreBt {
  display: flex;
  font-size: 1.6vw;
  margin-top: 6.25vw;
  border: solid 0.1rem #9D9D9D;
  border-radius: 90px;
  color: #9D9D9D;
}
.thanks .f-contact_thanks .mod-moreBt:hover {
  border: none;
}
@media (max-width: 833px) {
  .thanks .f-contact_thanks .mod-moreBt {
    font-size: 1.6rem;
    margin-top: 6.4rem;
  }
}

body.sponsors.modal_open,
body.contact.modal_open,
body.preview.modal_open {
  overflow: hidden;
}
body.sponsors.modal_open header,
body.sponsors.modal_open .g-wrapper,
body.contact.modal_open header,
body.contact.modal_open .g-wrapper,
body.preview.modal_open header,
body.preview.modal_open .g-wrapper {
  filter: blur(10px);
}

/************************
    404
*************************/
.f-404 {
  background: #000000;
  padding: 16.8rem 4rem 7.2rem;
  text-align: center;
}
@media (min-width: 834px) {
  .f-404 {
    padding: 14.1vw 3.3vw 6vw;
  }
}
.f-404 .ttl {
  margin: 0 auto 4rem;
  width: 20.7rem;
}
@media (min-width: 834px) {
  .f-404 .ttl {
    margin: 0 auto;
    width: 21.8vw;
  }
}
.f-404 .txt404 {
  margin: 4.8rem 0;
  text-align: center;
  line-height: 2.4rem;
  font-size: 1.2rem;
  color: #9d9d9d;
}
@media (min-width: 834px) {
  .f-404 .txt404 {
    margin: 2.9vw 0;
    line-height: 1.8em;
    font-size: 1.2vw;
  }
}
.f-404 .topBt {
  border: 0.1rem solid #9d9d9d;
  color: #9d9d9d;
}
@media (min-width: 834px) {
  .f-404 .topBt {
    width: 29vw;
    height: 5vw;
    font-size: 1.6vw;
  }
  .f-404 .topBt:hover {
    border: none;
  }
}

/************************
    固定ページ共通
*************************/
.pageDef .f-newsDetail {
  justify-content: center;
}
.pageDef .wp-block-embed-youtube .wp-block-embed__wrapper {
  text-align: center;
}

/***************
 カテゴリー
****************/
.archive {
  background: #d60800;
}

/***************
 NEWS list
****************/
.f-newsList {
  padding: 8.8rem 0.8rem 7.2rem;
  background: #d60800;
}
.f-newsList .newsTtl {
  margin: 0 auto 4rem;
  width: 27.5rem;
}
.f-newsList .news-list {
  margin-bottom: 4rem;
}
.f-newsList .news-item {
  margin-bottom: 2.4rem;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  border-radius: 0.4rem;
}
.f-newsList .p-imgWrap {
  padding-top: 100%;
}
.f-newsList .time-txt {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  padding: 0.1rem 0 0;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 0.2rem;
  border: 0.2rem solid #fff;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
.f-newsList .time-txt span {
  display: block;
}
.f-newsList .day {
  font-size: 2rem;
}

@media screen and (min-width: 833px) {
  .f-newsList {
    padding: 10vw 3.3vw;
  }
  .f-newsList .newsTtl {
    margin: 0 auto 6.25vw;
    width: 39vw;
  }
  .f-newsList .news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.9vw;
    margin-bottom: 5.8vw;
  }
  .f-newsList .news-list .news-item {
    width: calc((100% - 5.8vw) / 3);
    margin-bottom: 0;
  }
  .f-newsList .news-list a {
    transition: all 0.3s;
  }
  .f-newsList .news-list a:hover {
    opacity: 0.5;
  }
  .f-newsList .time-txt {
    border: 0.1rem solid #fff;
  }
  .f-newsList .pager {
    margin: auto;
  }
  .f-newsList .pager .listItem a:hover {
    background: none;
    border: 0.1rem solid #000;
    color: #000;
  }
  .f-newsList .pager .listItem:first-child a, .f-newsList .pager .listItem:last-child a {
    width: 0.8rem;
    background: none;
  }
  .f-newsList .pager .listItem:first-child a:hover, .f-newsList .pager .listItem:last-child a:hover {
    border: none;
  }
  .f-newsList .pager .listItem:nth-of-type(6) {
    margin: 0;
  }
  .f-newsList .pager .listItem.on span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 0.1rem solid #000;
  }
}
/************************
 ページネーション
*************************/
.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "neue-haas-grotesk-display", "sans-serif";
}
.page-numbers li {
  margin: 0 0.6rem;
  color: #000;
}
.page-numbers li .current {
  background: none;
  border-radius: 50%;
  border: 0.2rem solid #000;
  color: #000;
}
.page-numbers li a {
  background: #000;
  color: #d60800;
}
.page-numbers li a,
.page-numbers li .current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.page-numbers li .prev,
.page-numbers li .next {
  position: relative;
  background: none;
  border: none;
}
.page-numbers li .prev:before,
.page-numbers li .next:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: solid 0.3rem #000000;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
}
.page-numbers li .prev {
  margin-right: -1.8rem;
}
.page-numbers li .prev::before {
  border-left: solid 0.3rem #000000;
  transform: rotate(-45deg);
}
.page-numbers li .next {
  margin-left: -1.8rem;
}
.page-numbers li .next::before {
  border-right: solid 0.3rem #000000;
  transform: rotate(45deg);
}

@media screen and (min-width: 833px) {
  .page-numbers li a {
    transition: all 0.3s;
  }
  .page-numbers li a,
  .page-numbers li .current {
    width: 3.3vw;
    height: 3.3vw;
    border: 0.1rem solid #000;
    font-size: 1.6vw;
  }
  .page-numbers li a:hover,
  .page-numbers li .current:hover {
    background: none;
    border: 0.1rem solid #000;
    color: #000;
  }
  .page-numbers li a.prev:hover, .page-numbers li a.next:hover,
  .page-numbers li .current.prev:hover,
  .page-numbers li .current.next:hover {
    border: none;
  }
}
/***************
メンバー一覧
****************/
.post-type-archive-member .mainContainer {
  background: #000000;
}
.post-type-archive-member .mainContainer h1 {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 1.8vw;
  font-size: 2.92vw;
  font-family: rigid-square, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-top: 10vw;
}
@media (max-width: 833px) {
  .post-type-archive-member .mainContainer h1 {
    font-size: 6.4vw;
    margin: 0 auto 2.4rem;
    width: 27rem;
    padding: 8.8rem 0 0;
  }
}
.post-type-archive-member .mainContainer h1 span {
  color: #FF0038;
  display: inline-block;
  margin-left: 0.5em;
}
.post-type-archive-member .mainContainer .member-list {
  display: none;
}
.post-type-archive-member .mainContainer .is_show {
  display: block;
}
.post-type-archive-member .mainContainer .team_tab {
  border: solid 0.1rem #2C2C2C;
  border-radius: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.6vw 2.4vw;
  width: 50vw;
  margin: 0 auto 4vw auto;
  font-size: 1.2vw;
  gap: 1.6vw;
}
@media (max-width: 833px) {
  .post-type-archive-member .mainContainer .team_tab {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.6rem;
    width: calc(100% - 9.6rem);
    margin-bottom: 3.2rem;
    padding: 1.6rem 2.4rem;
    font-family: "neue-haas-grotesk-display", "sans-serif";
  }
}
@media (max-width: 833px) {
  .post-type-archive-member .mainContainer .team_tab li {
    font-size: 1.4rem;
  }
}
.post-type-archive-member .mainContainer .team_tab li a {
  color: #9D9D9D;
}
.post-type-archive-member .mainContainer .team_tab li a:hover {
  color: #D60800;
}
.post-type-archive-member .mainContainer .team_tab li .select {
  color: #D60800;
  pointer-events: none;
}
.post-type-archive-member .mainContainer .team_tab li:first-of-type {
  margin-left: 0;
}
.post-type-archive-member .mainContainer .team_tab:last-of-type {
  margin-top: 50px;
  margin-bottom: 0;
}
@media (max-width: 833px) {
  .post-type-archive-member .mainContainer .team_tab:last-of-type {
    margin-top: 25px;
  }
}
.post-type-archive-member .mainContainer .member_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  font-weight: bold;
}
@media (max-width: 833px) {
  .post-type-archive-member .mainContainer .member_list {
    justify-content: space-between;
  }
}
.post-type-archive-member .mainContainer .member_list li {
  margin-bottom: 1.6rem;
  width: calc(33.3% - 1.88vw);
  position: relative;
  margin-right: 2.86vw;
}
.post-type-archive-member .mainContainer .member_list li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 833px) {
  .post-type-archive-member .mainContainer .member_list li {
    margin-bottom: 1.6rem;
    width: calc(50% - 7px);
    background: #000;
    margin-right: 0;
  }
}
.post-type-archive-member .mainContainer .member_list li:hover img {
  filter: grayscale(100%);
}
.post-type-archive-member .mainContainer .member_list li:hover p {
  filter: none;
}
.post-type-archive-member .mainContainer .member_list li a {
  display: block;
}
.post-type-archive-member .mainContainer .member_list li a:hover {
  opacity: 1;
}
.post-type-archive-member .mainContainer .member_list li img {
  margin-bottom: 0;
  border-radius: 0.4rem;
  transition: all 0.3s;
}
@media (max-width: 833px) {
  .post-type-archive-member .mainContainer .member_list li img {
    margin-bottom: 0.8rem;
  }
}
.post-type-archive-member .mainContainer .member_list li .no-image {
  border: solid #2c2c2c 0.1rem;
  box-sizing: border-box;
}
.post-type-archive-member .mainContainer .member_list li p {
  margin: 0.8vw 0 0.4vw;
  font-size: 1.1vw;
  color: #FF0038;
  font-weight: bold;
  font-family: "neue-haas-grotesk-display", "sans-serif";
}
.post-type-archive-member .mainContainer .member_list li p + p {
  margin: 0;
}
@media (max-width: 833px) {
  .post-type-archive-member .mainContainer .member_list li p {
    font-size: 1.2rem;
  }
}
.post-type-archive-member .mainContainer .member_list li p em {
  font-size: 3.2rem;
  color: #FFFFFF;
  word-break: break-all;
}
@media (max-width: 833px) {
  .post-type-archive-member .mainContainer .member_list li p em {
    font-size: 1.6rem;
  }
}

.post-type-archive-member .f-newsList {
  background: #000000;
  padding: 0 0.8rem 7.2rem;
}
@media (min-width: 834px) {
  .post-type-archive-member .f-newsList {
    padding: 0 3.3vw 10vw;
  }
}

/***************
GOODS
****************/
.f-top_goods {
  background: #000;
}
.f-top_goods .goodsList {
  margin-bottom: 4rem;
}
.f-top_goods .goodsList .slick-track {
  display: flex;
}
.f-top_goods .goodsList .slick-track li {
  padding-right: 4vw;
}
@media (min-width: 834px) {
  .f-top_goods .goodsList .slick-track li {
    padding-right: 0;
  }
}
.f-top_goods .goodsList .slick-list {
  padding: 0 13.33vw 0 0 !important;
}
@media (min-width: 834px) {
  .f-top_goods .goodsList .slick-list {
    padding: 0 13.02vw 0 0 !important;
  }
}
.f-top_goods .goodsList .next-arrow,
.f-top_goods .goodsList .prev-arrow {
  background: none;
  border: none;
  width: 6.93vw;
  height: 6.93vw;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (min-width: 834px) {
  .f-top_goods .goodsList .next-arrow,
  .f-top_goods .goodsList .prev-arrow {
    width: 1.25vw;
    height: 1.25vw;
  }
}
.f-top_goods .goodsList .next-arrow::before,
.f-top_goods .goodsList .prev-arrow::before {
  content: "";
  display: inline-block;
  width: 6.93vw;
  height: 6.93vw;
}
@media (min-width: 834px) {
  .f-top_goods .goodsList .next-arrow::before,
  .f-top_goods .goodsList .prev-arrow::before {
    width: 1.25vw;
    height: 1.25vw;
  }
}
.f-top_goods .goodsList .next-arrow {
  right: 0;
}
@media (min-width: 834px) {
  .f-top_goods .goodsList .next-arrow {
    right: 2.36vw;
  }
}
.f-top_goods .goodsList .next-arrow::before {
  background: url("images/common/goods_next.svg") no-repeat center;
  background-size: contain;
}
.f-top_goods .goodsList .prev-arrow {
  left: 0;
}
@media (min-width: 834px) {
  .f-top_goods .goodsList .prev-arrow {
    left: -0.7vw;
  }
}
.f-top_goods .goodsList .prev-arrow::before {
  background: url("images/common/goods_prev.svg") no-repeat center;
  background-size: contain;
}
.f-top_goods .goodsList li.soldout {
  position: relative;
}
.f-top_goods .goodsList li.soldout::before {
  content: "";
  background: #000000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.f-top_goods .goodsList li.soldout::after {
  content: "";
  background: url("images/common/icon_soldout.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.f-top_goods .ttl {
  margin-bottom: 3.2rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}
.f-top_goods .ttlS {
  font-size: 2rem;
}
.f-top_goods li {
  margin-bottom: 1.6rem;
}
.f-top_goods li:last-child {
  margin-bottom: 0;
}
.f-top_goods li img {
  border-radius: 0.4rem;
}
.f-top_goods .mod-moreBt {
  color: #fff;
  border: 0.1rem solid #efefef;
}

.dynamic_goods .goodsList > li:not(:first-child) {
  display: none;
}

@media screen and (min-width: 833px) {
  .f-top_goods .ttl {
    margin-bottom: 2.9vw;
    text-align: left;
    font-size: 2.5vw;
  }
  .f-top_goods .ttlS {
    font-size: 2vw;
  }
  .f-top_goods li {
    width: calc((100% - 6vw) / 3);
    margin-bottom: 0;
  }
  .f-top_goods li img {
    filter: grayscale(0);
    transition: all 0.3s;
  }
  .f-top_goods li img:hover {
    filter: grayscale(100%);
  }
  .f-top_goods .goodsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3.7vw;
  }
  .f-top_goods .mod-moreBt:hover {
    border: none;
  }
  .dynamic_goods {
    padding: 2.9vw 0 4.7vw 3.3vw;
  }
  .dynamic_goods .goodsList {
    margin-left: -1.3vw;
    margin-right: -1.3vw;
  }
  .dynamic_goods .goodsList li {
    margin-left: 1.3vw;
    margin-right: 1.3vw;
  }
}
/***************
NEWS
****************/
.f-news {
  background: #d60800;
}
.f-news .news-list {
  margin-bottom: 2.4rem;
}
.f-news .news-item {
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 0.4rem;
  background: #000;
}
.f-news .news-item:last-child {
  margin-bottom: 0;
}
.f-news .p-imgWrap {
  padding-top: 100%;
}
.f-news .mod-moreBt {
  color: #000;
  border: 0.1rem solid #000;
}

@media screen and (min-width: 833px) {
  .f-news {
    padding: 5vw 3.3vw;
  }
  .f-news .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3.7vw;
  }
  .f-news .news-item {
    width: calc((100% - 6vw) / 3);
    margin-bottom: 0;
  }
  .f-news .news-item a {
    transition: all 0.3s;
  }
  .f-news .news-item a:hover {
    opacity: 0.5;
  }
  .f-news .mod-moreBt:hover {
    border: none;
  }
}
/**************
TOP TEAM
***************/
.f-team {
  padding: 4.8rem 0;
  background: #000;
}
.f-team img {
  width: 100%;
}

@media screen and (min-width: 833px) {
  .f-team {
    padding: 5vw 3.3vw;
  }
}
/**************
TOP MOVIE
***************/
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  backdrop-filter: blur(12px);
  text-align: center;
}
.modal-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100vh;
  background: url("../common/images/img-bg-logo.svg") repeat;
  background-size: 12rem;
  z-index: 0;
}
.modal-overlay .modalInner {
  border-radius: 0.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 4.8rem);
  transform: translate(-50%, -58%);
  border-radius: 0.4rem;
}
.modal-overlay .movHead {
  position: relative;
  height: 4rem;
  background: #000;
  border-radius: 0.4rem 0.4rem 0 0;
}
.modal-overlay .movLogo {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5.3rem;
  transform: translateY(-50%);
  width: 10.6rem;
}
.modal-overlay .modalClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
}
.modal-overlay .movBody {
  position: relative;
  overflow: hidden;
  padding: 56% 0 0;
  border-radius: 0 0 0.4rem 0.4rem;
}
.modal-overlay .movBody iframe.youtube {
  vertical-align: top;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
.modal-overlay .modal-content {
  display: none;
}
.modal-overlay .modalCloseBt {
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 4.8rem;
}

.modal {
  display: none;
}

.f-movie {
  background: #d60800;
}
.f-movie .movList {
  width: 100%;
  margin-bottom: 2.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  position: relative;
}
.f-movie .listItem {
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
}
.f-movie .listItem .playIco {
  width: 3.4rem;
}
.f-movie .listItem:first-child .playIco {
  width: 4.4rem;
}
.f-movie .mainMov {
  margin-bottom: 0.8rem;
  width: 100%;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-end: 3;
}
.f-movie .playIco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 4.4rem;
}
.f-movie .mod-moreBt {
  color: #000;
  border: 0.1rem solid #000;
}

@media screen and (min-width: 833px) {
  .modal-overlay:before {
    background-size: 12vw;
  }
  .modal-overlay .modalInner {
    width: 58vw;
  }
  .modal-overlay .movHead {
    height: 4.3vw;
  }
  .modal-overlay .movLogo {
    margin-left: -6vw;
    width: 12vw;
  }
  .modal-overlay .modalClose {
    cursor: pointer;
    width: 4.3vw;
  }
  .modal-overlay .movBody {
    padding: 32.7vw 0 0;
  }
  .modal-overlay .modalCloseBt {
    bottom: -20%;
    width: 4.8vw;
  }
  .f-movie {
    padding: 5vw 3.3vw;
  }
  .f-movie .listItem .playIco {
    width: 3vw;
    cursor: pointer;
  }
  .f-movie .listItem:first-child .playIco {
    width: 5vw;
  }
  .f-movie .listItem a {
    transition: all 0.3s;
  }
  .f-movie .listItem a:hover {
    opacity: 0.7;
  }
  .f-movie .movList {
    margin-bottom: 3.7vw;
    grid-template-columns: 49.8% 23.8% 23.8%;
    gap: 1.2vw;
  }
  .f-movie .mainMov {
    margin-bottom: 0;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-end: 1;
  }
  .f-movie .modalMov {
    cursor: pointer;
  }
  .f-movie .mod-moreBt:hover {
    border: none;
  }
}
.top_partner {
  padding: 0 4rem 5.6rem;
  background: #fff url(images/common/img-bg-pattern.svg) repeat;
  background-size: 8rem 15.3rem;
  color: #000;
}
.top_partner .partnerHead {
  margin-bottom: 3.2rem;
  padding-top: 5.6rem;
}
.top_partner .partnersTtl {
  margin-bottom: 2.4rem;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.14em;
}
.top_partner .partnerLogo {
  display: flex;
  padding: 0 4.8rem;
}
.top_partner .p-imgWrap {
  padding-top: 39.9rem;
}
.top_partner .partnerName {
  margin: 2.4rem 0 0.8rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.top_partner .partnerTxt {
  margin-bottom: 2.4rem;
  line-height: 2.4rem;
  font-size: 1.4rem;
}
.top_partner .linkList {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
.top_partner .partnerLink {
  width: 3.2rem;
  height: 3.2rem;
}

@media screen and (min-width: 833px) {
  .top_partner {
    padding: 0 14vw 5.6rem;
    background-size: 7.3vw 14.1vw;
  }
  .top_partner .partnerHead {
    margin-bottom: 2.9vw;
    padding-top: 7vw;
  }
  .top_partner .partnersTtl {
    margin-bottom: 1.4vw;
    font-size: 3.3vw;
  }
  .top_partner .partnerLogo {
    margin: auto;
    width: 18.9vw;
    padding: 0;
  }
  .top_partner .partnerDetail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .top_partner .partnerThum {
    width: 23.7vw;
  }
  .top_partner .detail {
    margin-left: 2.5vw;
    width: calc(100% - 26.2vw);
  }
  .top_partner .p-imgWrap {
    padding-top: 32vw;
  }
  .top_partner .partnerName {
    margin: 0 0 1.2vw;
    font-size: 1.2vw;
  }
  .top_partner .partnerTxt {
    margin-bottom: 2vw;
    line-height: 1.8em;
    font-size: 1.2vw;
  }
  .top_partner .linkList {
    justify-content: start;
    gap: 1.2vw;
  }
  .top_partner .partnerLink {
    width: 2.7vw;
    height: 2.7vw;
  }
  .top_partner .partnerLink:hover svg .cls-1, .top_partner .partnerLink:hover svg .shop-circle {
    stroke: #d60800;
  }
  .top_partner .partnerLink:hover svg .cls-2, .top_partner .partnerLink:hover svg .shop-path2 {
    fill: #d60800;
  }
}
/********
 モーダルMOVIE追加（上部）と後日調整
*********/
.movLists {
  width: 100%;
  margin-bottom: 2.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  position: relative;
}
@media screen and (min-width: 833px) {
  .movLists {
    margin-bottom: 3.7vw;
    grid-template-columns: 49.8% 23.8% 23.8%;
    gap: 1.2vw;
  }
}
.movLists .mainMov {
  margin-bottom: 0.8rem;
  width: 100%;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-end: 3;
}
@media screen and (min-width: 833px) {
  .movLists .mainMov {
    margin-bottom: 0;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-end: 1;
  }
}
.movLists .thumbnail {
  cursor: pointer;
}
.movLists .thumbnail:hover {
  opacity: 0.7;
}
.movLists .js-modal-video-open {
  position: relative;
}
.movLists .js-modal-video-open:hover {
  opacity: 0.7;
}
.movLists #modal-video {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: 0.5s;
}
.movLists #modal-video.close {
  filter: opacity(0);
  visibility: hidden;
}
.movLists #modal-video.open {
  filter: opacity(1);
  visibility: visible;
  backdrop-filter: blur(12px);
}
.movLists #modal-video:before {
  content: "";
  display: block;
  position: fixed;
  width: 80vw;
  height: 4vw;
  background-color: #000;
  background-image: url(images/common/img-hdrlogo-pc.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17%;
  border-radius: 0.4rem 0.4rem 0 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -26vw);
  -webkit-transform: translate(-50%, -26vw);
  -ms-transform: translate(-50%, -26vw);
}
@media screen and (min-width: 833px) {
  .movLists #modal-video:before {
    width: 58vw;
    transform: translate(-50%, -20vw);
    -webkit-transform: translate(-50%, -20vw);
    -ms-transform: translate(-50%, -20vw);
  }
}
.movLists #modal-video:after {
  content: "";
  display: block;
  background-image: url(images/common/img-close.svg);
  position: fixed;
  top: 50%;
  right: 7vw;
  transform: translate(-50%, -26vw);
  -webkit-transform: translate(-50%, -26vw);
  -ms-transform: translate(-50%, -26vw);
  width: 5vw;
  height: 5vw;
  background-size: 80%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 833px) {
  .movLists #modal-video:after {
    right: 18vw;
    transform: translate(-50%, -20vw);
    -webkit-transform: translate(-50%, -20vw);
    -ms-transform: translate(-50%, -20vw);
  }
}
.movLists #modal-video iframe {
  width: 80vw;
  height: 45vw;
  background-color: #000;
}
@media screen and (min-width: 833px) {
  .movLists #modal-video iframe {
    width: 58vw;
    height: 33vw;
  }
}
.movLists #modal-video iframe:before {
  content: "333";
}

/***************
 お問い合わせ
****************/
input,
textarea {
  font-family: "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", sans-serif;
}

.form {
  margin: 0 20px;
}
.form table, .form td {
  border: none;
  padding: 0;
}
.form .mw_wp_form_input dl dt {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}
.form .mw_wp_form_input dl dt:first-of-type {
  margin-top: 0;
}
.form .mw_wp_form_input dl dt.hissu:after {
  content: "必須";
  color: #F56C6C;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 20px;
}
.form .mw_wp_form_input dl dd {
  position: relative;
}
.form .mw_wp_form_input dl dd input, .form .mw_wp_form_input dl dd textarea {
  outline: none;
  border: solid 1px #E8E9EB;
  border-radius: 4px;
  padding: 13px 10px;
  width: 100%;
  box-sizing: border-box;
}
.form .mw_wp_form_input dl dd input {
  height: 46px;
}
.form .mw_wp_form_input dl dd textarea {
  border-bottom: none;
  padding: 13px 10px 0 13px;
  max-width: 860px;
  resize: none;
  height: 120px;
  border-radius: 4px 4px 0 0;
}
.form .mw_wp_form_input dl dd .text_count {
  border-bottom: solid 1px #E8E9EB;
  border-right: solid 1px #E8E9EB;
  border-left: solid 1px #E8E9EB;
  margin-top: -7px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0 0 4px 4px;
}
.form .mw_wp_form_input dl dd .text_count p {
  text-align: right;
  padding-right: 10px;
}
.form .mw_wp_form_input dl dd .text_count p .confirm {
  display: none;
}
.form .mw_wp_form_input dl dd:last-of-type .error {
  position: absolute;
  bottom: -20px;
}
.form .mw_wp_form_input .form_info {
  display: none;
}
.form .mw_wp_form_input .submit {
  margin: 30px 30px 0 30px;
}
.form .mw_wp_form_input .submit input[type=submit] {
  -webkit-appearance: none;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 600;
  background: #909399;
  border: 1px solid #909399;
  border-radius: 24px;
  height: 48px;
  width: 100%;
  cursor: pointer;
}
.form .mw_wp_form_input .submit input[type=submit]:hover {
  opacity: 0.8;
}
.form .mw_wp_form_input {
  margin-bottom: 50px;
}
.form .mw_wp_form_preview {
  margin-bottom: 50px;
}
.form .mw_wp_form_preview form dl dt {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}
.form .mw_wp_form_preview form dl dt:first-of-type {
  margin-top: 0;
}
.form .mw_wp_form_preview form dl dt.hissu:after {
  content: "必須";
  color: #F56C6C;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 20px;
}
.form .mw_wp_form_preview form dl dd p {
  border: solid 1px #E8E9EB;
  border-radius: 4px;
  padding: 13px 10px;
  width: 100%;
  box-sizing: border-box;
  min-height: 46px;
  line-height: 1.3;
}
.form .mw_wp_form_preview form dl dd p span.contact {
  display: none;
}
.form .mw_wp_form_preview form dl dd #confirm_textarea {
  border-bottom: none;
}
.form .mw_wp_form_preview form dl dd:last-of-type .text_count p {
  border-top: none;
  margin-top: -7px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}
.form .mw_wp_form_preview form .form_info {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 1.2rem;
}
.form .mw_wp_form_preview form .form_info a {
  color: #E62E8B;
}
.form .mw_wp_form_preview form .submit {
  margin: 0 30px;
}
.form .mw_wp_form_preview form .submit input[type=submit] {
  -webkit-appearance: none;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 24px;
  height: 48px;
  width: 100%;
  cursor: pointer;
}
.form .mw_wp_form_preview form .submit input[type=submit]:hover {
  opacity: 0.8;
}
.form .mw_wp_form_preview form .submit p:nth-of-type(1) {
  margin-bottom: 20px;
}
.form .mw_wp_form_preview form .submit p:nth-of-type(1) input[type=submit] {
  color: #2BB7CA;
  background: #FFFFFF;
  border: 1px solid #2BB7CA;
}
.form .mw_wp_form_preview form .submit p:nth-of-type(2) input[type=submit] {
  color: #FFFFFF;
  background: #2BB7CA;
  border: 1px solid #2BB7CA;
}

.thanks article section section h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  padding-top: 10px;
}
.thanks article section section div:nth-of-type(1) {
  background: #F2F6FC;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.thanks article section section div:nth-of-type(1) p:nth-of-type(2) {
  margin-bottom: 30px;
}
.thanks article section section div:nth-of-type(1) p:nth-of-type(3) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #C0C4CC;
}
.thanks article section section div:nth-of-type(1) p:nth-of-type(n+3) {
  font-size: 1.2rem;
}
.thanks article section section .top_link {
  margin: 0 50px 70px 50px;
}
.thanks article section section .top_link a {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  background: #2BB7CA;
  border-radius: 24px;
  height: 48px;
  width: 100%;
  display: block;
  padding-top: 13px;
  box-sizing: border-box;
}

/***************
 slick-theme.scss
****************/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/***************
 slick.scss
****************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/***************
 フッター
****************//*# sourceMappingURL=style.css.map */