@charset "UTF-8";
/*
* ＊＊＊＊＊＊＊＊＊＊ Origin Design Settings
* Written by  syam
* @author     ＊＊＊＊＊
* @copyright  Author
* @version    1.3.1 (＊＊/07/2022)
* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;700&display=swap");
@import url("https://unpkg.com/swiper/swiper-bundle.min.css");
@import url("https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import url("./icon-fonts.css");
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1 !important;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1 !important;
    transform: translateY(0);
  }
}
@-webkit-keyframes active_menu {
  from {
    left: -200vh;
  }
  to {
    left: 0;
  }
}
@keyframes active_menu {
  from {
    left: -200vh;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes hidden_menu {
  from {
    left: 0;
  }
  to {
    left: -100vh;
  }
}
@keyframes hidden_menu {
  from {
    left: 0;
  }
  to {
    left: -100vh;
  }
}
.anim {
  opacity: 0;
}

.fadeIn {
  -webkit-animation: fadeIn 1s ease-in 0s 1 normal;
          animation: fadeIn 1s ease-in 0s 1 normal;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

img {
  display: block;
  max-width: 100%;
}

input[type=submit], input[type=reset] {
  -webkit-appearance: button;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
  resize: horizontal;
}

* {
  transition: all 0.5s 0s ease;
}

*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:focus {
  outline: none;
}

label, button, input[type=submit], input[type=image] {
  cursor: pointer;
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1.5ex;
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
}

sub {
  top: 0.5ex;
}

.clearfix {
  zoom: 1;
}

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

.clear {
  clear: both;
}

html, body {
  overflow-x: hidden;
}

input {
  line-height: 1;
}

header, main, footer, section, a, nav, .base_section {
  position: relative;
}

a {
  display: inline-block;
  text-decoration: none;
}
a:hover {
  opacity: 0.75;
}
@media (min-width: 771px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

header, main, footer {
  width: 100%;
}

time {
  white-space: nowrap;
}

img {
  max-width: 100%;
}
img[src$=".svg"] {
  width: 100%;
}

object {
  pointer-events: none;
}

html, body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
  font-family: "Noto Sans JP", Roboto, 游ゴシック体, YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  background: #fff;
  color: #000;
}

.base_wrapper {
  margin: auto;
  max-width: 1760px;
  padding: 0 1%;
}
@media (max-width: 570px) {
  .base_wrapper {
    padding: 0 3%;
  }
}

input[type=text], input[type=email], input[type=tel], input[type=password], textarea {
  padding: 10px;
  width: 100%;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-size: clamp(1.6rem, 1.6rem + 0vw, 1.6rem);
}

textarea {
  resize: vertical;
  height: 100px;
}

input[type=email], input[type=tel], input[type=password], input.han {
  ime-mode: disabled;
}

form {
  position: relative;
}

.breadcrumbs {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
  margin: auto;
  max-width: 1200px;
}
@media (max-width: 1099px) {
  .breadcrumbs {
    padding: 0 5%;
  }
}
.breadcrumbs > span {
  font-size: clamp(1.4rem, 1.0444444444rem + 0.7407407407vw, 1.8rem);
  font-weight: 400;
  font-family: "Hind", sans-serif;
}
.breadcrumbs > span a {
  color: #000;
  text-decoration: underline;
}
.breadcrumbs > span a:after {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: "icon-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 3px;
  margin-left: 3px;
  content: "\e913";
}

.post-type-archive-activity .breadcrumbs > span, .category .breadcrumbs > span {
  color: #fff;
}
.post-type-archive-activity .breadcrumbs > span a, .category .breadcrumbs > span a {
  color: #fff;
}

#kv_field article figure img {
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (min-width: 571px) {
  #kv_field article figure img.pc_disp {
    display: block;
  }
  #kv_field article figure img.sp_disp {
    display: none;
  }
}
@media (max-width: 570px) {
  #kv_field article figure img.pc_disp {
    display: none;
  }
  #kv_field article figure img.sp_disp {
    display: block;
  }
}
#kv_field .swiper-pagination {
  bottom: 3%;
}
@media (max-width: 570px) {
  #kv_field .swiper-pagination {
    bottom: 5%;
  }
}
#kv_field .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 570px) {
  #kv_field .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
  }
}
#kv_field .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.6);
}

.wp-pagenavi {
  margin-top: 85px !important;
  margin: auto;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 1099px) {
  .wp-pagenavi {
    padding: 0 5%;
  }
}
.wp-pagenavi span, .wp-pagenavi a {
  font-size: clamp(2.2rem, 1.3111111111rem + 1.8518518519vw, 3.2rem);
  font-weight: 400;
  font-family: "Hind", sans-serif;
  color: #000;
  margin: 0 1.5%;
  display: inline-block;
}
.wp-pagenavi span {
  color: #e60012;
}
.wp-pagenavi a {
  text-decoration: underline;
}
.wp-pagenavi .previouspostslink i:before, .wp-pagenavi .nextpostslink i:before {
  position: relative;
  top: 4px;
  display: inline-block;
  font-family: "icon-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 3px;
  margin-left: 3px;
  content: "";
}
.wp-pagenavi .previouspostslink i:before {
  content: "\e94d";
}
.wp-pagenavi .nextpostslink i:before {
  content: "\e913";
}
.wp-pagenavi .extend {
  display: none;
}
.wp-pagenavi .first, .wp-pagenavi .last {
  position: relative;
  top: 4px;
  text-decoration: none;
}
.wp-pagenavi .first i:before {
  content: "\e951";
}
.wp-pagenavi .last i:before {
  content: "\e952";
}

.post-type-archive-activity .wp-pagenavi a, .category .wp-pagenavi a {
  color: #fff;
}

.youtube_frame .youtube_wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_frame .youtube_wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#page_top {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: fixed;
  right: 2%;
  bottom: 25%;
  background: url(../../bin/image/ic-pagetop.png) no-repeat center/contain;
  width: 70px;
  height: 70px;
  z-index: 99998;
}
@media (max-width: 570px) {
  #page_top {
    width: 45px;
    height: 45px;
    bottom: 5%;
  }
}

#login_mode {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: fixed;
  right: 2%;
  bottom: 2%;
  color: rgba(0, 0, 0, 0.6);
  width: 25px;
  height: 25px;
  z-index: 99998;
}
#login_mode:before {
  display: inline-block;
  font-family: "icon-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9a8";
  font-size: clamp(1.4rem, 1.0444444444rem + 0.7407407407vw, 1.8rem);
}

#category_navs {
  margin: auto;
  max-width: 1200px;
  margin-top: 45px !important;
  margin-bottom: 45px !important;
  display: flex;
  justify-content: center;
}
@media (max-width: 570px) {
  #category_navs {
    flex-direction: column;
  }
}
#category_navs li {
  margin: 0 1.5% 15px;
}
@media (max-width: 570px) {
  #category_navs li {
    margin: 0 auto 15px;
    min-width: 240px;
    max-width: 280px;
  }
}
#category_navs li a {
  height: 100%;
  color: #fff;
  padding: 10px 35px 7px;
  font-size: clamp(1.4rem, 0.8666666667rem + 1.1111111111vw, 2rem);
  font-weight: 700;
  font-family: "Hind", sans-serif;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
#category_navs li a:after {
  position: absolute;
  right: 10px;
  content: "";
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url(../../bin/image/ic-more_arw.png) no-repeat center/contain;
  transition: all 0.3s;
}
#category_navs li a:hover:after {
  right: -10%;
}
#category_navs li.adventure a:after {
  background: url(../../bin/image/ic-adventure_arw.png) no-repeat center/contain;
}
#category_navs li.x_sports a:after {
  background: url(../../bin/image/ic-sports_arw.png) no-repeat center/contain;
}
#category_navs li.amazing_view a:after {
  background: url(../../bin/image/ic-amazing_arw.png) no-repeat center/contain;
}
#category_navs li.category_base a:after {
  position: absolute;
  right: -25px;
  top: 19px;
  content: "";
  display: block;
  width: 50px;
  height: 15px;
  background: url(../../bin/image/ic-btn_arrow.png) no-repeat center/contain;
  transition: all 0.3s;
}
#category_navs li.category_base a:hover {
  opacity: 1;
}
#category_navs li.category_base a:hover:after {
  right: -45px;
}

.main_title {
  text-align: center;
  margin-bottom: 35px !important;
}
.main_title span, .main_title strong {
  display: block;
  line-height: 1.2;
}
.main_title span {
  font-size: clamp(1.4rem, 1.0444444444rem + 0.7407407407vw, 1.8rem);
  color: #e60012;
  font-weight: 400;
}
.main_title strong {
  font-size: clamp(3rem, 0.3333333333rem + 5.5555555556vw, 6rem);
  font-weight: 700;
  font-family: "Hind", sans-serif;
}

.more_btn, .more_line {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 80px !important;
}
.more_btn a, .more_line a {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  line-height: 1;
}
.more_btn a span, .more_line a span {
  top: 2px;
  font-size: clamp(2rem, 1.4666666667rem + 1.1111111111vw, 2.6rem);
  font-weight: 700;
  font-family: "Hind", sans-serif;
  line-height: 1;
  position: relative;
}

.more_btn a {
  border: 2px solid #000;
  width: 245px;
  height: 70px;
}
.more_btn a:after {
  position: absolute;
  right: -30px;
  content: "";
  display: block;
  width: 60px;
  height: 15px;
  background: url(../../bin/image/ic-btn_arrow_rd.png) no-repeat center/contain;
  transition: all 0.3s;
}
.more_btn a:hover {
  color: #fff;
  background-color: #000;
}
.more_btn a:hover:after {
  right: -18%;
}

.more_line a:before, .more_line a:after {
  content: "ーーーーーーーー";
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-size: clamp(1.1rem, 0.8333333333rem + 0.5555555556vw, 1.4rem);
  margin: 0 10px;
}
.more_line a span {
  padding-right: 20px;
}
.more_line a span:after {
  position: absolute;
  right: -5px;
  top: 4px;
  content: "";
  display: block;
  transform: rotate(90deg);
  width: 20px;
  height: 15px;
  background: url(../../bin/image/ic-more_arw.png) no-repeat center/contain;
  transition: all 0.3s;
}
.more_line a:hover span:after {
  top: 15px;
}

.dnn {
  display: none;
}

.onview {
  display: block;
  -webkit-animation: fadeIn 1s ease-in 0s 1 normal;
          animation: fadeIn 1s ease-in 0s 1 normal;
}

header .base_wrapper {
  position: relative;
}

.header-inner {
  text-align: center;
  background-color: #fff;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  height: 70px;
}
@media (max-width: 570px) {
  .header-inner a {
    width: 56.25%;
    display: block;
    margin: 0 auto;
  }
  .header-inner a img {
    width: 100%;
    height: auto;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 99999;
  -webkit-animation: active_trigger 0.25s ease-in-out 0s;
          animation: active_trigger 0.25s ease-in-out 0s;
  top: 25px;
  right: 25px;
}
.menu-trigger.is-fixed {
  position: fixed;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background: #e60012;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  top: 15px;
  width: 70%;
  right: 0;
  left: auto;
}
@media (max-width: 570px) {
  .menu-trigger.active {
    width: 35px;
    height: 35px;
    top: 10px;
  }
}
.menu-trigger.active span:nth-of-type(1) {
  top: 0;
  left: 0px;
  transform: translateY(20px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-14px) rotate(315deg);
  bottom: 0;
  left: 0;
  top: 33px;
  width: 100%;
}

.home header article h1 {
  display: none;
}

header {
  position: absolute;
  z-index: 90000;
  left: 0;
  top: 0;
  width: 100%;
}
header article {
  padding: 0 !important;
  max-width: 100% !important;
}
header article h1 {
  margin: 15px 0 0 2%;
  max-width: 200px;
}
@media (max-width: 570px) {
  header article h1 {
    max-width: 150px;
  }
}
header article nav {
  position: fixed;
  left: 0;
  top: -100vh;
  width: 100vw;
  background: rgba(255, 255, 255, 0.95);
}
header article nav .main-menu_wrapper {
  padding: 45px 5%;
  margin: auto;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
}
header article nav .main-menu_wrapper > a {
  max-width: 230px;
}
header article nav .main-menu_wrapper > ul {
  width: 50%;
}
header article nav .main-menu_wrapper > ul > li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header article nav .main-menu_wrapper > ul > li a {
  color: #000;
  display: flex;
  align-items: center;
  padding: 15px 10px 10px;
}
header article nav .main-menu_wrapper > ul > li > a:after {
  position: absolute;
  right: 0;
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  background: url(../../bin/image/ic-more_arw.png) no-repeat center/contain;
  transition: all 0.3s;
}
header article nav .main-menu_wrapper > ul > li > a:hover:after {
  right: -5%;
}
header article nav .main-menu_wrapper > ul > li > a span {
  font-size: clamp(1.6rem, 1.2444444444rem + 0.7407407407vw, 2rem);
  font-weight: 700;
  font-family: "Hind", sans-serif;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 25px;
  white-space: nowrap;
}
header article nav .main-menu_wrapper > ul > li:nth-of-type(1) {
  margin-bottom: 25px !important;
  border-bottom: none;
}
header article nav .main-menu_wrapper > ul > li:nth-of-type(1) a {
  color: #fff;
  background: #000;
  width: 100%;
  max-width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 5px;
}
header article nav .main-menu_wrapper > ul > li:nth-of-type(1) a:after {
  display: none;
}
header article nav .main-menu_wrapper > ul > li:nth-of-type(1) a span {
  font-size: clamp(2.4rem, 3.2888888889rem - 1.8518518519vw, 1.4rem);
  display: inline-block;
  line-height: 1;
  padding: 0;
}
header article nav .main-menu_wrapper > ul > li ul {
  margin-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
header article nav .main-menu_wrapper > ul > li ul li {
  margin-left: 10%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header article nav .main-menu_wrapper > ul > li ul li a:after {
  position: absolute;
  right: 0;
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  background: url(../../bin/image/ic-more_arw.png) no-repeat center/contain;
  transition: all 0.3s;
}
header article nav .main-menu_wrapper > ul > li ul li a:hover:after {
  right: -5%;
}
header article nav .main-menu_wrapper > ul > li ul li a span {
  font-size: clamp(1.6rem, 1.2444444444rem + 0.7407407407vw, 2rem);
  font-weight: 700;
  font-family: "Hind", sans-serif;
  line-height: 1;
  position: relative;
  display: inline-block;
}
header article nav.active {
  top: 0;
}
@media (max-width: 570px) {
  header article .active .main-menu_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header article .active .main-menu_wrapper > a {
    margin: 0 auto;
    margin-bottom: 55px !important;
    max-width: 280px;
  }
  header article .active .main-menu_wrapper > ul {
    width: 100%;
  }
  header article .active .main-menu_wrapper > ul > li {
    padding-left: 3%;
  }
  header article .active .main-menu_wrapper > ul > li:nth-of-type(1) {
    margin-bottom: 0px !important;
    padding-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  header article .active .main-menu_wrapper > ul > li:nth-of-type(1) a {
    color: #000;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 10px 10px;
    max-width: 100%;
  }
  header article .active .main-menu_wrapper > ul > li:nth-of-type(1) a:after {
    display: none;
  }
  header article .active .main-menu_wrapper > ul > li:nth-of-type(1) a span {
    font-size: clamp(1.8rem, 1.6222222222rem + 0.3703703704vw, 2rem);
    font-weight: 700;
    font-family: "Hind", sans-serif;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 25px;
    white-space: nowrap;
  }
  header article .active .main-menu_wrapper > ul > li:last-of-type {
    padding-left: 0;
  }
  header article .active .main-menu_wrapper > ul > li:last-of-type > a {
    padding-left: calc(3% + 10px);
  }
  header article .active .main-menu_wrapper > ul > li ul {
    margin-left: 0;
  }
  header article .active .main-menu_wrapper > ul > li ul li {
    margin-left: 6%;
  }
}

footer {
  padding-top: 160px !important;
  padding-bottom: 30px !important;
  background: #fff url(../../bin/image/bg_footer.png) no-repeat center bottom/cover;
}
@media (max-width: 570px) {
  footer {
    padding-top: 65px !important;
    background: #fff url(../../bin/image/bg_footer-sp.png) no-repeat center bottom/cover;
  }
}
footer #ft_attentions {
  margin: auto;
  max-width: 1200px;
  margin-bottom: 35px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 35px 5%;
}
@media (max-width: 1098px) {
  footer #ft_attentions {
    margin: 0 5%;
  }
}
footer #ft_attentions h1 {
  text-align: center;
  font-size: clamp(2rem, 1.6444444444rem + 0.7407407407vw, 2.4rem);
  font-weight: 600;
  color: #e60012;
  margin-bottom: 30px;
  line-height: 1.1;
}
footer #ft_attentions ul li {
  font-size: clamp(1.4rem, 1.2222222222rem + 0.3703703704vw, 1.6rem);
  padding-left: 1em;
  text-indent: -0.5em;
  font-weight: 400;
}
footer #ft_attentions ul li:before {
  content: "・";
  display: inline-block;
  margin-right: 5px;
}
footer #ft_bnrs {
  margin: auto;
  max-width: 1400px;
  padding: 0 3%;
  margin-bottom: 100px !important;
}
@media (max-width: 570px) {
  footer #ft_bnrs {
    margin-bottom: 60px !important;
  }
}
footer #ft_bnrs ul {
  display: flex;
  justify-content: center;
}
footer #ft_bnrs ul li {
  width: 28%;
  margin: 0 2%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  line-height: 1;
}
@media (max-width: 570px) {
  footer #ft_bnrs ul {
    flex-direction: column;
    padding: 0 5%;
  }
  footer #ft_bnrs ul li {
    width: 100%;
    margin: auto;
  }
  footer #ft_bnrs ul li:not(:last-of-type) {
    margin-bottom: 15px !important;
  }
}
footer #ft_navs {
  margin: auto;
  max-width: 900px;
  padding: 0 3%;
  margin-bottom: 100px !important;
}
footer #ft_navs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer #ft_navs ul li {
  margin-right: 3%;
  line-height: 1;
  margin-bottom: 15px;
}
footer #ft_navs ul li a {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer #ft_navs ul li a span {
  font-size: clamp(1.6rem, 1.2444444444rem + 0.7407407407vw, 2rem);
  font-weight: 700;
  font-family: "Hind", sans-serif;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 25px;
  white-space: nowrap;
}
footer #ft_navs ul li a span:after {
  position: absolute;
  right: 0;
  content: "";
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url(../../bin/image/ic-more_arw.png) no-repeat center/contain;
  transition: all 0.3s;
}
footer #ft_navs ul li a:hover span:after {
  right: -5%;
}
footer #ft_navs ul:nth-of-type(1) li:nth-of-type(1) a, footer #ft_navs ul:nth-of-type(2) li:nth-of-type(1) a {
  border: 2px solid #000;
  padding: 10px 15px 7px;
}
footer #ft_navs ul:nth-of-type(1) li:nth-of-type(1) a span, footer #ft_navs ul:nth-of-type(2) li:nth-of-type(1) a span {
  padding-right: 0;
}
footer #ft_navs ul:nth-of-type(1) li:nth-of-type(1) a span:after, footer #ft_navs ul:nth-of-type(2) li:nth-of-type(1) a span:after {
  display: none;
}
footer #ft_navs ul:nth-of-type(1) {
  margin-bottom: 35px !important;
}
footer #ft_navs ul:nth-of-type(1) li:nth-of-type(1) a:hover {
  color: #fff;
  background: #000;
}
footer #ft_navs ul:nth-of-type(2) li:nth-of-type(1) a {
  background: #000;
  color: #fff;
}
footer #ft_navs ul:nth-of-type(2) li:nth-of-type(1) a:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 570px) {
  footer #ft_navs ul {
    flex-direction: column;
  }
  footer #ft_navs ul li {
    margin-bottom: 0px !important;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  footer #ft_navs ul li a {
    padding: 15px 15px 10px 20px;
  }
  footer #ft_navs ul li a span {
    width: 100%;
    justify-content: space-between;
  }
  footer #ft_navs ul:nth-of-type(1) li:nth-of-type(1) a span:after, footer #ft_navs ul:nth-of-type(2) li:nth-of-type(1) a span:after {
    display: block;
  }
  footer #ft_navs ul:nth-of-type(1) {
    margin-bottom: 0px !important;
  }
  footer #ft_navs ul:nth-of-type(1) li:nth-of-type(1) {
    color: #000;
  }
  footer #ft_navs ul:nth-of-type(1) li:nth-of-type(1) a {
    padding-left: 5px;
    border: none;
  }
  footer #ft_navs ul:nth-of-type(2) li a {
    padding-left: 8%;
  }
  footer #ft_navs ul:nth-of-type(2) li:nth-of-type(1) a {
    color: #000;
    border: none;
    background: transparent;
    padding-left: 20px;
  }
  footer #ft_navs ul:nth-of-type(2) li:not(:nth-of-type(1)) a:before {
    content: "└";
    display: inline-block;
    margin-right: 5px;
  }
}
footer #ft_last {
  padding: 0 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 1760px;
  padding: 0 1%;
}
@media (max-width: 570px) {
  footer #ft_last {
    padding: 0 3%;
  }
}
@media (max-width: 770px) {
  footer #ft_last {
    flex-direction: column;
    text-align: center;
  }
}
footer #ft_last a {
  color: #000;
}
footer #ft_last .ft_logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 770px) {
  footer #ft_last .ft_logos {
    flex-direction: column;
  }
}
footer #ft_last .ft_logos figure {
  max-width: 396px;
  margin-right: 50px;
  padding-right: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 880px) {
  footer #ft_last .ft_logos figure {
    max-width: 80.9333333333vw;
  }
}
@media (max-width: 770px) {
  footer #ft_last .ft_logos figure {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    margin-bottom: 35px !important;
  }
}
footer #ft_last .ft_logos dl {
  text-align: left;
}
footer #ft_last .ft_logos dl dt {
  font-size: clamp(1.8rem, 1.4444444444rem + 0.7407407407vw, 2.2rem);
}
footer #ft_last .ft_logos dl dd {
  font-size: clamp(1.2rem, 0.8444444444rem + 0.7407407407vw, 1.6rem);
  line-height: 1.3;
}
@media (max-width: 570px) {
  footer #ft_last .ft_logos dl dd {
    text-align: center;
  }
}
footer #ft_last .ft_logos dl dd address {
  font-style: normal;
}
footer #ft_last .ft_logos dl dd address span:nth-of-type(1) {
  margin-right: 15px;
}
footer #ft_last .ft_logos dl dd a {
  color: #e60113;
  text-decoration: underline;
}
@media (max-width: 570px) {
  footer #ft_last .ft_logos dl dd a {
    text-align: center;
    display: block;
    margin-top: 1rem;
  }
}
footer small {
  display: block;
  text-align: center;
  margin-top: 7rem;
  font-size: clamp(1.2rem, 1.0222222222rem + 0.3703703704vw, 1.4rem);
}
@media (max-width: 770px) {
  footer small {
    text-align: center;
    margin-top: 35px !important;
    margin: auto;
  }
}

.list_pages #mv_field article {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 410px;
}
@media (max-width: 570px) {
  .list_pages #mv_field article {
    height: 270px;
  }
}
.list_pages #mv_field article h1 {
  font-size: clamp(3rem, -0.7333333333rem + 7.7777777778vw, 7.2rem);
  font-weight: 700;
  font-family: "Hind", sans-serif;
  line-height: 1;
  padding: 40px 45px 25px;
}
@media (max-width: 570px) {
  .list_pages #mv_field article h1 {
    padding: 25px 10px 15px;
  }
}
.list_pages #mv_field article h1 span {
  color: #e60012;
}

.page-template-page-news #mv_field article, .post-type-archive-movie #mv_field article {
  background: url(../../bin/image/bg_news-header.png) no-repeat center/cover;
}
@media (max-width: 570px) {
  .page-template-page-news #mv_field article, .post-type-archive-movie #mv_field article {
    background: url(../../bin/image/bg_news-header_sp.png) no-repeat center/cover;
  }
}
.page-template-page-news #mv_field article h1, .post-type-archive-movie #mv_field article h1 {
  background: url(../../bin/image/bg_h1_news.png) no-repeat center/contain;
}

.post-type-archive-activity #mv_field article, .category #mv_field article {
  background: url(../../bin/image/bg_activity-header.png) no-repeat center/cover;
}
@media (max-width: 570px) {
  .post-type-archive-activity #mv_field article, .category #mv_field article {
    background: url(../../bin/image/bg_activity-header_sp.png) no-repeat center/cover;
  }
}
.post-type-archive-activity #mv_field article h1, .category #mv_field article h1 {
  background: url(../../bin/image/bg_h1_activity.png) no-repeat center/contain;
}

.sns_content {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 100;
  background-color: #fff;
  padding: 10px 8px;
  transform: translateY(-50%);
}
@media (max-width: 570px) {
  .sns_content {
    top: 60%;
  }
}

.sns_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#about {
  background: url(../../bin/image/bg_about.png) no-repeat center/cover;
}
@media (max-width: 770px) {
  #about {
    padding: 115px 5%;
  }
}
@media (max-width: 570px) {
  #about {
    background: url(../../bin/image/bg_about-sp.png) no-repeat center/cover;
    padding: 160px 5% 40px;
  }
}
#about article {
  padding-top: 200px !important;
  padding-bottom: 100px !important;
  position: relative;
}
#about article .c-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 47.9%;
  transform: translateY(-75%);
}
@media (max-width: 570px) {
  #about article .c-logo {
    width: 72%;
  }
}
#about article .title_unit {
  margin: auto;
  max-width: 1400px;
  margin-bottom: 55px !important;
  position: relative;
  z-index: 5;
}
#about article .title_unit figure {
  min-width: 520px;
  max-width: 520px;
}
@media (max-width: 770px) {
  #about article .title_unit figure {
    min-width: auto;
    max-width: 300px;
    margin: auto;
    margin-bottom: 35px !important;
  }
}
@media (max-width: 570px) {
  #about article .title_unit figure {
    max-width: 230px;
  }
}
#about article .title_unit h1 {
  font-size: clamp(4.8rem, 7.8222222222rem - 6.2962962963vw, 1.4rem);
  font-weight: 600;
}
@media (max-width: 1098px) {
  #about article .title_unit h1 {
    font-size: clamp(3.8rem, 5.9333333333rem - 4.4444444444vw, 1.4rem);
  }
}
@media (max-width: 770px) {
  #about article .title_unit h1 {
    margin-bottom: 25px !important;
    font-size: clamp(3.2rem, 4.8rem - 3.3333333333vw, 1.4rem);
  }
}
@media (max-width: 570px) {
  #about article .title_unit h1 {
    font-size: clamp(2.4rem, 3.2888888889rem - 1.8518518519vw, 1.4rem);
  }
}
@media (max-width: 770px) {
  #about article .title_unit {
    flex-direction: column;
  }
}
#about article .text_wrapper figure {
  position: absolute;
  z-index: 3;
}
@media (max-width: 570px) {
  #about article .text_wrapper p br.pc_disp {
    display: none;
  }
}
@media (min-width: 771px) {
  #about article .text_wrapper {
    z-index: 1;
    max-width: 960px;
    margin: auto;
    position: relative;
    padding: 60px 80px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  #about article .text_wrapper figure:nth-of-type(1) {
    left: -230px;
    top: -170px;
    width: 327px;
  }
  #about article .text_wrapper figure:nth-of-type(2) {
    right: -200px;
    top: 65px;
    width: 366px;
  }
  #about article .text_wrapper figure:nth-of-type(3) {
    right: -180px;
    bottom: -35px;
    width: 246px;
  }
  #about article .text_wrapper p {
    font-size: clamp(1.6rem, 0.8888888889rem + 1.4814814815vw, 2.4rem);
    font-weight: 400;
    line-height: 2.2;
  }
}
@media (max-width: 770px) {
  #about article {
    padding: 85px 5% !important;
    background: rgba(255, 255, 255, 0.8);
  }
  #about article .title_unit {
    margin-bottom: 0px !important;
  }
  #about article .text_wrapper p {
    position: relative;
    z-index: 5;
    font-weight: 400;
  }
  #about article .text_wrapper figure:nth-of-type(1) {
    left: -80px;
    top: -30px;
    width: 150px;
  }
}
@media (max-width: 770px) and (max-width: 570px) {
  #about article .text_wrapper figure:nth-of-type(1) {
    top: -150px;
    width: 190px;
  }
}
@media (max-width: 770px) {
  #about article .text_wrapper figure:nth-of-type(2) {
    right: -40px;
    top: 85px;
    width: 135px;
  }
}
@media (max-width: 770px) and (max-width: 570px) {
  #about article .text_wrapper figure:nth-of-type(2) {
    right: -60px;
    top: -5px;
    width: 175px;
  }
}
@media (max-width: 770px) {
  #about article .text_wrapper figure:nth-of-type(3) {
    right: -25px;
    bottom: -75px;
    width: 120px;
  }
}
@media (max-width: 770px) and (max-width: 570px) {
  #about article .text_wrapper figure:nth-of-type(3) {
    right: -25px;
    bottom: -87px;
    width: 150px;
  }
}
@media (max-width: 570px) {
  #about article {
    padding-bottom: 45px !important;
  }
}

.mod_news_list {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media (max-width: 570px) {
  .mod_news_list {
    padding: 0 5%;
  }
}
.mod_news_list article {
  margin: auto;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.mod_news_list article .news_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mod_news_list article .news_wrapper .news_unit {
  width: 33.3333333333%;
  padding: 0 1.5%;
  margin-bottom: 45px !important;
}
.mod_news_list article .news_wrapper .news_unit figure {
  width: 100%;
  overflow: hidden;
  line-height: 1;
  aspect-ratio: 355/218;
  margin-bottom: 10px !important;
}
.mod_news_list article .news_wrapper .news_unit figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: url(../../bin/image/no-image.png) no-repeat center/cover;
  transition: transform 0.6s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mod_news_list article .news_wrapper .news_unit figure a {
  display: block;
  width: 100%;
  height: 100%;
}
.mod_news_list article .news_wrapper .news_unit figure a:hover {
  opacity: 1;
}
.mod_news_list article .news_wrapper .news_unit figure a:hover img {
  transform: scale(1.1);
}
.mod_news_list article .news_wrapper .news_unit .tag_box {
  display: flex;
  gap: 10px;
}
.mod_news_list article .news_wrapper .news_unit time {
  height: 26.5px;
  background: #000;
  color: #fff;
  line-height: 1.6;
  font-size: clamp(1.6rem, 1.7777777778rem - 0.3703703704vw, 1.4rem);
  padding: 1px 5px 0;
  font-family: "Hind", sans-serif;
}
.mod_news_list article .news_wrapper .news_unit .news_cat {
  min-width: 82px;
  background: #000;
  color: #fff;
  line-height: 1.1;
  font-size: clamp(1.2rem, 1.0222222222rem + 0.3703703704vw, 1.4rem);
  text-align: center;
  margin: 0 !important;
  padding: 8px 5px 0;
  font-family: "Hind", "Noto Sans JP", Roboto, 游ゴシック体, YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mod_news_list article .news_wrapper .news_unit .news_cat.brand {
  background: #000;
}
.mod_news_list article .news_wrapper .news_unit .news_cat.contents {
  background-color: #00a523;
}
.mod_news_list article .news_wrapper .news_unit .news_cat.media {
  background-color: #3985ff;
}
.mod_news_list article .news_wrapper .news_unit .news_cat.plan {
  background-color: #edae49;
}
.mod_news_list article .news_wrapper .news_unit .news_cat.event {
  background-color: #e60012;
}
.mod_news_list article .news_wrapper .news_unit p {
  margin-top: 10px !important;
  margin-bottom: 25px !important;
  font-size: clamp(1.4rem, 1.2222222222rem + 0.3703703704vw, 1.6rem);
  color: #000;
  font-weight: 400;
}
.mod_news_list article .news_wrapper .news_unit .more_lnk {
  display: flex;
  justify-content: flex-end;
  color: #000;
}
.mod_news_list article .news_wrapper .news_unit .more_lnk span {
  font-size: clamp(1.8rem, 1.2666666667rem + 1.1111111111vw, 2.4rem);
  font-weight: 700;
  font-family: "Hind", sans-serif;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 25px;
}
.mod_news_list article .news_wrapper .news_unit .more_lnk span:after {
  position: absolute;
  right: 0;
  content: "";
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url(../../bin/image/ic-more_arw.png) no-repeat center/contain;
  transition: all 0.3s;
}
.mod_news_list article .news_wrapper .news_unit .more_lnk:hover span:after {
  right: -10%;
}
@media (max-width: 570px) {
  .mod_news_list article .news_wrapper {
    flex-direction: column;
  }
  .mod_news_list article .news_wrapper .news_unit {
    width: 100%;
    padding: 0;
  }
  .mod_news_list article .news_wrapper .news_unit:not(:last-of-type) {
    margin-bottom: 35px !important;
  }
}

.mod_movie_list {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media (max-width: 570px) {
  .mod_movie_list {
    padding: 0 5%;
  }
}
.mod_movie_list article {
  margin: auto;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.mod_movie_list article .movie_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mod_movie_list article .movie_wrapper .movie_unit {
  width: 50%;
  padding: 0 1.5%;
  margin-bottom: 55px !important;
}
@media (max-width: 570px) {
  .mod_movie_list article .movie_wrapper .movie_unit {
    width: 100%;
    padding: 0;
  }
  .mod_movie_list article .movie_wrapper .movie_unit:not(:last-of-type) {
    padding-bottom: 35px !important;
  }
}
.mod_movie_list article .movie_wrapper .movie_unit figure {
  width: 100%;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 10px !important;
}
.mod_movie_list article .movie_wrapper .movie_unit figure img {
  display: block;
  width: 100%;
  background: url(../../bin/image/no-image.png) no-repeat center/cover;
  transition: transform 0.6s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mod_movie_list article .movie_wrapper .movie_unit figure a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.mod_movie_list article .movie_wrapper .movie_unit figure a:before {
  content: "";
  display: block;
  width: 100px;
  height: 70px;
  position: absolute;
  background: url(../../bin/image/ic-playng.png) no-repeat center/contain;
  z-index: 10;
}
@media (max-width: 570px) {
  .mod_movie_list article .movie_wrapper .movie_unit figure a:before {
    width: 85px;
    height: 60px;
  }
}
.mod_movie_list article .movie_wrapper .movie_unit figure a:hover {
  opacity: 1;
}
.mod_movie_list article .movie_wrapper .movie_unit figure a:hover img {
  transform: scale(1.1);
}
.mod_movie_list article .movie_wrapper .movie_unit dl dt {
  display: inline-block;
  background: #000;
  font-size: clamp(1.6rem, 1.2444444444rem + 0.7407407407vw, 2rem);
  margin-bottom: 10px !important;
  font-weight: 700;
}
.mod_movie_list article .movie_wrapper .movie_unit dl dt a {
  display: inline-block;
  padding: 0 15px;
  color: #fff;
}
.mod_movie_list article .movie_wrapper .movie_unit dl dd a {
  color: #000;
  font-size: clamp(1.4rem, 1.0444444444rem + 0.7407407407vw, 1.8rem);
}

.page-template-page-news .mod_news_list,
.page-template-page-news .mod_movie_list,
.post-type-archive-movie .mod_news_list,
.post-type-archive-movie .mod_movie_list {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.page-template-page-news .mod_news_list article .news_wrapper,
.page-template-page-news .mod_news_list article .movie_wrapper,
.page-template-page-news .mod_movie_list article .news_wrapper,
.page-template-page-news .mod_movie_list article .movie_wrapper,
.post-type-archive-movie .mod_news_list article .news_wrapper,
.post-type-archive-movie .mod_news_list article .movie_wrapper,
.post-type-archive-movie .mod_movie_list article .news_wrapper,
.post-type-archive-movie .mod_movie_list article .movie_wrapper {
  justify-content: flex-start;
}
.page-template-page-news .mod_news_list article .news_wrapper .movie_unit,
.page-template-page-news .mod_news_list article .movie_wrapper .movie_unit,
.page-template-page-news .mod_movie_list article .news_wrapper .movie_unit,
.page-template-page-news .mod_movie_list article .movie_wrapper .movie_unit,
.post-type-archive-movie .mod_news_list article .news_wrapper .movie_unit,
.post-type-archive-movie .mod_news_list article .movie_wrapper .movie_unit,
.post-type-archive-movie .mod_movie_list article .news_wrapper .movie_unit,
.post-type-archive-movie .mod_movie_list article .movie_wrapper .movie_unit {
  width: 33.3333333333%;
  padding: 0 1.5%;
  margin-bottom: 45px !important;
}

#lineup {
  background: #000 url(../../bin/image/bg_lineup.png) no-repeat center/contain;
}
@media (max-width: 570px) {
  #lineup {
    background: #000;
  }
}
#lineup article {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
#lineup article h1 {
  margin-bottom: 35px !important;
}
#lineup article h1 span,
#lineup article h1 strong {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
#lineup article h1 span {
  font-size: clamp(1.4rem, 1.0444444444rem + 0.7407407407vw, 1.8rem);
  font-weight: 300;
}
#lineup article h1 strong {
  font-size: clamp(3rem, 0.3333333333rem + 5.5555555556vw, 6rem);
  font-weight: 600;
}
#lineup article p {
  text-align: center;
  color: #fff;
  margin-bottom: 55px !important;
}
#lineup article .lineup_wrapper:not(:last-of-type) {
  margin-bottom: 85px !important;
}
#lineup article .lineup_wrapper h2 span {
  color: #fff;
  font-size: clamp(2.2rem, 0.4222222222rem + 3.7037037037vw, 4.2rem);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 55px !important;
}
#lineup article .lineup_wrapper h2 span:before, #lineup article .lineup_wrapper h2 span:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 5px;
}
#lineup article .lineup_wrapper h2 span:before {
  margin-right: 10px;
  background: #000 url(../../bin/image/ic-bar_left.png) no-repeat center/contain;
}
#lineup article .lineup_wrapper h2 span:after {
  margin-left: 10px;
  background: #000 url(../../bin/image/ic-bar_right.png) no-repeat center/contain;
}
#lineup article .lineup_wrapper .lineup_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#lineup article .lineup_wrapper .lineup_wrap .lineup_unit {
  width: 48%;
  margin: 0 1%;
  margin-bottom: 35px !important;
}
@media (max-width: 570px) {
  #lineup article .lineup_wrapper .lineup_wrap .lineup_unit {
    width: 100%;
  }
}
#lineup article .lineup_wrapper .lineup_wrap .lineup_unit figure {
  overflow: hidden;
}
#lineup article .lineup_wrapper .lineup_wrap .lineup_unit figure a {
  display: block;
  transition-duration: 1.3s;
}
#lineup article .lineup_wrapper .lineup_wrap .lineup_unit figure a:hover {
  transform: scale(1.1);
  transition-duration: 1.3s;
}
#lineup article .lineup_wrapper .lineup_wrap .lineup_unit figure a img {
  width: 100%;
  background: url(../../bin/image/no-image.png) no-repeat center/cover;
}
#lineup article .lineup_wrapper .lineup_wrap .lineup_unit .lineupdata {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
#lineup article .lineup_wrapper .lineup_wrap .lineup_unit .lineupdata a,
#lineup article .lineup_wrapper .lineup_wrap .lineup_unit .lineupdata dd {
  color: #fff;
}
#lineup article .lineup_wrapper .lineup_wrap .lineup_unit .lineupdata dl dt {
  font-size: clamp(1.8rem, 1.2666666667rem + 1.1111111111vw, 2.4rem);
  font-weight: 600;
}
#lineup article .lineup_wrapper .lineup_wrap .lineup_unit .lineupdata dl dt a:before {
  content: "“";
  display: inline-block;
  color: #e60012;
  margin-right: 5px;
}
#lineup article .lineup_wrapper .lineup_wrap .lineup_unit .lineupdata dl dd {
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
}
#lineup article .lineup_wrapper .lineup_wrap .lineup_unit .lineupdata > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  line-height: 1;
  padding: 10px 35px 7px;
  font-size: clamp(1.6rem, 1.2444444444rem + 0.7407407407vw, 2rem);
  font-weight: 700;
  font-family: "Hind", sans-serif;
  position: relative;
  margin: auto 20px;
}
#lineup article .lineup_wrapper .lineup_wrap .lineup_unit .lineupdata > a:after {
  position: absolute;
  right: -30px;
  top: 10px;
  content: "";
  display: block;
  width: 50px;
  height: 15px;
  background: url(../../bin/image/ic-btn_arrow.png) no-repeat center/contain;
  transition: all 0.3s;
}
#lineup article .lineup_wrapper .lineup_wrap .lineup_unit .lineupdata > a:hover {
  opacity: 1;
}
#lineup article .lineup_wrapper .lineup_wrap .lineup_unit .lineupdata > a:hover:after {
  right: -45px;
}
@media (max-width: 1098px) {
  #lineup article .lineup_wrapper .lineup_wrap .lineup_unit .lineupdata {
    flex-direction: column;
  }
  #lineup article .lineup_wrapper .lineup_wrap .lineup_unit .lineupdata dl {
    margin: 0 auto 15px 0;
    text-align: left;
  }
}

#activity_maps {
  margin: auto;
  max-width: 1200px;
  max-height: 590px;
}
#activity_maps iframe {
  width: 100%;
  height: 590px;
}
@media (max-width: 570px) {
  #activity_maps iframe {
    max-height: 300px;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	2024.10.23add
* --------------------------------------------------------------------------------------------------*/
#area {
  background-color: #000;
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}
@media (max-width: 570px) {
  #area {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
#area .main_title strong {
  color: #fff;
}
@media (max-width: 570px) {
  #area .more_btn {
    margin-top: 60px !important;
  }
}
#area .more_btn a {
  border-color: #fff;
  color: #fff;
}
#area .more_btn a::after {
  background-image: url(../../bin/image/ic-btn_arrow.png);
}
@media (max-width: 570px) {
  #area .more_btn a {
    width: 154px;
    height: 44px;
    border-width: 1px;
  }
}

.area_inner {
  display: flex;
  max-width: 1240px;
  justify-content: center;
  gap: 0 4.8387096774%;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}
@media (max-width: 1099px) {
  .area_inner {
    margin-top: 80px !important;
  }
}
@media (max-width: 570px) {
  .area_inner {
    display: block;
    width: 85.1063829787%;
  }
}

.map_area {
  width: 48.8709677419%;
  flex-shrink: 0;
  position: relative;
  padding-bottom: 90px !important;
}
@media (max-width: 570px) {
  .map_area {
    width: auto;
  }
}

.txt_area {
  flex-grow: 1;
  padding-top: 120px !important;
  color: white;
}
@media (max-width: 1099px) {
  .txt_area {
    padding-top: 60px !important;
  }
}

.frame {
  border: 2px solid #fff;
  padding: 6.6666666667%;
  position: relative;
}
@media (max-width: 570px) {
  .frame {
    border-width: 1px;
  }
}
.frame::before, .frame::after {
  content: "";
  position: absolute;
  top: 20%;
  background-color: #000;
  height: 60%;
  z-index: 10;
  width: 5px;
}
.frame::before {
  left: -5px;
}
.frame::after {
  right: -5px;
}

.map {
  max-width: 606px;
  width: 100%;
  position: relative;
}
.map svg {
  width: 100%;
}

.txt_inner .ttl {
  text-align: center;
  font-size: clamp(2rem, 2.5333333333rem - 1.1111111111vw, 1.4rem);
  font-weight: bold;
}
.txt_inner .txt {
  margin-top: 20px;
  font-size: clamp(1.8rem, 1.9777777778rem - 0.3703703704vw, 1.6rem);
  font-weight: bold;
  line-height: 1.375;
}
@media (max-width: 570px) {
  .txt_inner .txt {
    line-height: 1.7777777778;
  }
}

#team {
  padding-top: 100px;
}
@media (max-width: 570px) {
  #team {
    padding-bottom: 95px !important;
  }
}
#team .txt {
  text-align: center;
  font-size: clamp(1.6rem, 1.6rem + 0vw, 1.6rem);
  line-height: 1.7857142857;
}
@media (max-width: 570px) {
  #team .base_wrapper {
    padding-left: 9.3333333333%;
    padding-right: 9.3333333333%;
  }
}

.btn_wrapper {
  width: 149px;
  position: absolute;
  z-index: 10;
}
@media (max-width: 570px) {
  .btn_wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 1099px) {
  #aizu {
    top: -50px;
  }
}
@media (max-width: 570px) {
  #aizu {
    top: -20px;
  }
}
#aizu .area_btn {
  border-color: #f3923c;
  color: #f3923c;
}
#aizu .area_btn span::after {
  background-color: #f3923c;
}

.txt_inner {
  display: none;
}
.txt_inner.is-show {
  display: block;
}

.aizu .frame {
  border-color: #f3923c;
}

#nakadouri {
  bottom: 100px;
  left: 27%;
}
@media (max-width: 1099px) {
  #nakadouri {
    left: 14%;
    bottom: 40px;
  }
}
@media (max-width: 570px) {
  #nakadouri {
    left: 22%;
    bottom: 70px;
  }
}
#nakadouri .area_btn {
  border-color: #53c954;
  color: #53c954;
}
#nakadouri .area_btn span::after {
  background-color: #53c954;
}

.nakadouri .frame {
  border-color: #53c954;
}

#hamadouri {
  bottom: 0;
  right: 0;
}
@media (max-width: 570px) {
  #hamadouri {
    bottom: 10px;
  }
}
#hamadouri .area_btn {
  border-color: #67bcf7;
  color: #67bcf7;
}
#hamadouri .area_btn span::after {
  background-color: #67bcf7;
}

.hamadouri .frame {
  border-color: #67bcf7;
}

.area_btn {
  border-width: 2px;
  border-style: solid;
  font-size: clamp(2rem, 1.7333333333rem + 0.5555555556vw, 2.3rem);
  font-weight: bold;
  width: 100%;
  min-height: 49px;
  display: grid;
  place-content: center;
  background-color: transparent;
  transition: 0.3s opacity;
}
@media (any-hover: hover) {
  .area_btn:hover {
    opacity: 0.7;
  }
  .area_btn:hover span::after {
    left: calc(100% + 5px);
  }
}
.area_btn.is-hover {
  opacity: 0.7;
}
.area_btn.is-hover span::after {
  left: calc(100% + 5px);
}
@media (max-width: 570px) {
  .area_btn {
    border-width: 1px;
    padding-right: 26px;
    min-height: 31px;
  }
}
.area_btn span {
  position: relative;
  display: inline-block;
  padding-right: 11px;
}
@media (max-width: 570px) {
  .area_btn span {
    padding-right: 5px;
  }
}
.area_btn span::after {
  transition: 0.3s left;
  position: absolute;
  content: "";
  width: 17px;
  height: 16px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%, 45% 50%);
          clip-path: polygon(0 0, 100% 50%, 0 100%, 45% 50%);
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}
@media (max-width: 570px) {
  .area_btn span::after {
    width: 16px;
    height: 17px;
    -webkit-clip-path: polygon(50% 60%, 100% 0, 50% 100%, 0 0);
            clip-path: polygon(50% 60%, 100% 0, 50% 100%, 0 0);
  }
}

.team_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 80px auto 0;
  gap: 40px 5%;
}
@media (max-width: 570px) {
  .team_list {
    margin-top: 30px !important;
    gap: 10px 0;
    justify-content: space-between;
  }
}

.team_item {
  width: 30%;
}
@media (max-width: 570px) {
  .team_item {
    width: 36.8vw;
  }
}
.team_item a {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  color: currentColor;
  font-weight: 500;
  font-size: clamp(1.1rem, 0.3rem + 1.6666666667vw, 2rem);
  line-height: 1.4;
}
@media (max-width: 570px) {
  .team_item a {
    padding-left: 14px;
  }
}
@media (any-hover: hover) {
  .team_item a:hover::before {
    left: 5px;
  }
}
.team_item a::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%, 45% 50%);
          clip-path: polygon(0 0, 100% 50%, 0 100%, 45% 50%);
  left: 0;
  top: 7px;
  transition: 0.3s left;
}
@media (max-width: 570px) {
  .team_item a::before {
    width: 8px;
    height: 8px;
    top: 1.1vw;
  }
}

#activity-lineup {
  padding-top: 180px !important;
  padding-bottom: 190px !important;
  background: #000 url(../../bin/image/bg_act-lineup.png) no-repeat top center/100% auto;
}
@media (max-width: 570px) {
  #activity-lineup {
    padding-top: 120px !important;
    padding-bottom: 110px !important;
    background-image: none;
  }
}
#activity-lineup .main_title {
  color: #fff;
}
#activity-lineup .txt {
  text-align: center;
  color: #fff;
  font-size: clamp(1.4rem, 1.0444444444rem + 0.7407407407vw, 1.8rem);
  line-height: 1.7857142857;
}
@media (max-width: 570px) {
  #activity-lineup .txt {
    width: 83.3333333333%;
    margin: 0 auto;
  }
}

.act_ttl {
  font-weight: bold;
  text-align: center;
  font-family: "Hind", sans-serif;
  color: #fff;
  font-size: clamp(3rem, 1.9333333333rem + 2.2222222222vw, 4.2rem);
  background: url(../../bin/image/bg_ttl.png) no-repeat center center/640px auto;
}
@media (max-width: 570px) {
  .act_ttl {
    background-size: 83.3333333333% auto;
  }
}

.card .more_btn a {
  border-color: #fff;
  color: #fff;
}
.card .more_btn a::after {
  background-image: url(../../bin/image/ic-btn_arrow.png);
}
@media (max-width: 570px) {
  .card .more_btn a {
    width: 154px;
    height: 44px;
    border-width: 1px;
  }
}
@media (max-width: 570px) {
  .card .more_btn {
    margin-top: 20px !important;
  }
}

.card_ttl {
  font-size: clamp(2.3rem, 2.2111111111rem + 0.1851851852vw, 2.4rem);
  color: #fff;
  font-weight: bold;
  position: relative;
}
.card_ttl::before {
  content: "“";
  display: inline-block;
  color: #e60012;
  margin-right: 5px;
}

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

.card_body {
  padding-top: 10px !important;
}

.card_txt {
  color: #fff;
  font-size: clamp(1.4rem, 1.0444444444rem + 0.7407407407vw, 1.8rem);
}

.color-red {
  color: #e60113;
}

.activity-lineup-content {
  padding-top: 80px !important;
}

/* ページネーション */
.act-swiper-pagination {
  color: #fff !important;
  font-family: "Hind", sans-serif;
  font-weight: bold;
  font-size: clamp(2rem, 1.6444444444rem + 0.7407407407vw, 2.4rem);
}

.swiper-container {
  position: relative;
  width: 100%;
  /* 必要に応じて高さを指定 */
}

.arrow_pagenation_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 80px !important;
}
@media (max-width: 570px) {
  .arrow_pagenation_wrapper {
    margin-top: 55px !important;
  }
}

.swiper_wrapper {
  position: relative;
  margin-top: 20px !important;
}

.act-swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em !important;
  letter-spacing: 0.1em;
}
@media (max-width: 570px) {
  .act-swiper-pagination {
    width: 5em !important;
  }
}

.act-swiper-button-prev,
.act-swiper-button-next {
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
  transition: 0.3s opacity;
}
.act-swiper-button-prev::before,
.act-swiper-button-next::before {
  pointer-events: none;
  transition: 0.3s left, 0.3s right;
  content: "";
  position: absolute;
  width: 36px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
}

@media (any-hover: hover) {
  .act-swiper-button-prev:hover {
    opacity: 0.7;
  }
  .act-swiper-button-prev:hover::before {
    left: -10px;
  }
}
.act-swiper-button-prev::before {
  background: url(../../bin/image/arrow_swiper_left.png) no-repeat center center/100% auto;
  left: 0;
}

@media (any-hover: hover) {
  .act-swiper-button-next:hover {
    opacity: 0.7;
  }
  .act-swiper-button-next:hover::before {
    right: -10px;
  }
}
.act-swiper-button-next::before {
  background: url(../../bin/image/arrow_swiper_right.png) no-repeat center center/100% auto;
  right: 0;
}

.cls-1,
.cls-2 {
  fill: #e5e5e5;
}

.cls-3 {
  isolation: isolate;
}

.cls-4 {
  fill: #67bcf7;
}

.cls-4,
.cls-5,
.cls-6,
.cls-2 {
  fill-rule: evenodd;
}

.cls-7 {
  fill: #208eda;
}

.cls-5 {
  fill: #53c954;
}

.cls-8 {
  fill: #139f15;
}

.cls-6 {
  fill: #f3923c;
}

.cls-9 {
  fill: #ca6103;
}

.btn-map {
  cursor: pointer;
  transition: 0.3s opacity;
}
.btn-map.is-hover {
  opacity: 0.7;
}

.single-post main {
  padding-top: 100px !important;
}
@media (max-width: 570px) {
  .single-post main {
    padding-top: 40px !important;
  }
}
.single-post main #content_detail {
  margin: auto;
  max-width: 900px;
}
.single-post main #content_detail h1 {
  font-size: clamp(1.8rem, 0.2rem + 3.3333333333vw, 3.6rem);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px !important;
}
.single-post main #content_detail .tag_box {
  display: flex;
  gap: 10px;
  margin-bottom: 35px !important;
}
.single-post main #content_detail time {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: clamp(1.6rem, 1.4222222222rem + 0.3703703704vw, 1.8rem);
  font-weight: 400;
  font-family: "Hind", sans-serif;
  padding: 3px 10px 0;
}
.single-post main #content_detail .news_cat {
  min-width: 108px;
  background: #000;
  color: #fff;
  font-size: clamp(1.5rem, 1.5888888889rem - 0.1851851852vw, 1.4rem);
  text-align: center;
  padding: 6px 5px 0;
  font-family: "Hind", "Noto Sans JP", Roboto, 游ゴシック体, YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.single-post main #content_detail .news_cat.brand {
  background: #000;
}
.single-post main #content_detail .news_cat.contents {
  background-color: #00a523;
}
.single-post main #content_detail .news_cat.media {
  background-color: #3985ff;
}
.single-post main #content_detail .news_cat.plan {
  background-color: #edae49;
}
.single-post main #content_detail .news_cat.event {
  background-color: #e60012;
}
.single-post main #content_detail figure {
  margin: 0 auto;
  margin-bottom: 35px !important;
  max-width: 100%;
}
.single-post main #content_detail figure img {
  height: auto;
}
.single-post main #content_detail #news_detail {
  padding: 0 4%;
  margin-bottom: 35px !important;
  font-size: clamp(1.6rem, 1.4222222222rem + 0.3703703704vw, 1.8rem);
}
@media (max-width: 570px) {
  .single-post main #content_detail #news_detail {
    padding: 0 3%;
  }
}
.single-post main #content_detail #news_detail a {
  color: #000;
  text-decoration: underline;
}
.single-post main #content_detail #news_detail a.ex_link:after {
  margin-left: 5px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../bin/image/ic-tab.png) no-repeat center/contain;
}
.single-post main #content_detail .page_links {
  margin: 0 4%;
  padding-top: 25px !important;
  padding-bottom: 35px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 570px) {
  .single-post main #content_detail .page_links {
    margin: 0 3%;
  }
}
.single-post main #content_detail .page_links a {
  font-size: clamp(1.4rem, 1.0444444444rem + 0.7407407407vw, 1.8rem);
  color: #007eff;
  text-decoration: underline;
}
.single-post main #content_detail .page_links a.ex_link:after {
  margin-left: 5px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../bin/image/ic-tab.png) no-repeat center/contain;
}
.single-post main #content_detail .page_links a:hover {
  text-decoration: none;
}

.post-type-archive-activity main, .category main {
  background: #000;
  padding-bottom: 150px !important;
}
@media (max-width: 570px) {
  .post-type-archive-activity main, .category main {
    padding-bottom: 40px !important;
  }
}
.post-type-archive-activity main .contents_catch p, .category main .contents_catch p {
  font-size: clamp(1.4rem, 1.2222222222rem + 0.3703703704vw, 1.6rem);
  color: #fff;
  text-align: center;
}
.post-type-archive-activity main .contents_catch p br.sp_disp, .category main .contents_catch p br.sp_disp {
  display: none;
}
@media (max-width: 570px) {
  .post-type-archive-activity main .contents_catch p br.sp_disp, .category main .contents_catch p br.sp_disp {
    display: block;
  }
}
.post-type-archive-activity main .mod_activity_list article .activity_wrapper, .category main .mod_activity_list article .activity_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit, .category main .mod_activity_list article .activity_wrapper .lineup_unit {
  width: 48%;
  margin: 0 1%;
  margin-bottom: 35px !important;
}
.post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit:not(:last-of-type), .category main .mod_activity_list article .activity_wrapper .lineup_unit:not(:last-of-type) {
  margin-bottom: 85px !important;
}
@media (max-width: 570px) {
  .post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit, .category main .mod_activity_list article .activity_wrapper .lineup_unit {
    width: 100%;
  }
}
.post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit figure, .category main .mod_activity_list article .activity_wrapper .lineup_unit figure {
  overflow: hidden;
}
.post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit figure a, .category main .mod_activity_list article .activity_wrapper .lineup_unit figure a {
  display: block;
  transition-duration: 1.3s;
}
.post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit figure a:hover, .category main .mod_activity_list article .activity_wrapper .lineup_unit figure a:hover {
  transform: scale(1.1);
  transition-duration: 1.3s;
}
.post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit figure a img, .category main .mod_activity_list article .activity_wrapper .lineup_unit figure a img {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata, .category main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata a, .post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata dd, .category main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata a, .category main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata dd {
  color: #fff;
}
.post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata dl dt, .category main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata dl dt {
  font-size: clamp(1.8rem, 1.2666666667rem + 1.1111111111vw, 2.4rem);
  font-weight: 600;
}
.post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata dl dt a:before, .category main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata dl dt a:before {
  content: "“";
  display: inline-block;
  color: #e60012;
  margin-right: 5px;
}
.post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata dl dd, .category main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata dl dd {
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
}
.post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata > a, .category main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  line-height: 1;
  padding: 10px 35px 7px;
  font-size: clamp(1.6rem, 1.2444444444rem + 0.7407407407vw, 2rem);
  font-weight: 700;
  font-family: "Hind", sans-serif;
  position: relative;
  margin: auto 20px;
}
.post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata > a:after, .category main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata > a:after {
  position: absolute;
  right: -30px;
  top: 10px;
  content: "";
  display: block;
  width: 50px;
  height: 15px;
  background: url(../../bin/image/ic-btn_arrow.png) no-repeat center/contain;
  transition: all 0.3s;
}
.post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata > a:hover, .category main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata > a:hover {
  opacity: 1;
}
.post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata > a:hover:after, .category main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata > a:hover:after {
  right: -45px;
}
@media (max-width: 1098px) {
  .post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata, .category main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata {
    flex-direction: column;
  }
  .post-type-archive-activity main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata dl, .category main .mod_activity_list article .activity_wrapper .lineup_unit .lineupdata dl {
    margin: 0 auto 15px 0;
    text-align: left;
  }
}
.post-type-archive-activity main .contents_category, .category main .contents_category {
  display: flex;
  align-items: center;
  padding-top: 15px !important;
}
.post-type-archive-activity main .contents_category li, .category main .contents_category li {
  display: flex;
  align-items: center;
}
.post-type-archive-activity main .contents_category li:not(:last-of-type), .category main .contents_category li:not(:last-of-type) {
  margin-right: 10px;
}
.post-type-archive-activity main .contents_category li span, .category main .contents_category li span {
  color: #fff;
  display: inline-block;
  font-family: "Hind", sans-serif;
  font-size: clamp(1.4rem, 1.2222222222rem + 0.3703703704vw, 1.6rem);
  padding: 3px 15px 0;
  min-width: 155px;
  text-align: center;
}
.post-type-archive-activity main .contents_category li.adventure span, .category main .contents_category li.adventure span {
  background: #68bcf7;
}
.post-type-archive-activity main .contents_category li.x_sports span, .category main .contents_category li.x_sports span {
  background: #fc983e;
}
.post-type-archive-activity main .contents_category li.amazing_view span, .category main .contents_category li.amazing_view span {
  background: #57d057;
}

#category_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 45px !important;
  margin-bottom: 85px !important;
}
#category_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  border-right: 1px solid #fff;
}
#category_nav ul li {
  border: 1px solid #fff;
  border-right: none;
}
@media (max-width: 770px) {
  #category_nav ul li {
    width: 50%;
  }
}
#category_nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #fff;
  text-decoration: none;
  font-size: clamp(1.4rem, 1.0444444444rem + 0.7407407407vw, 1.8rem);
  line-height: 1.3;
  font-weight: 400;
  font-family: "Hind", sans-serif;
  padding: 10px 30px 5px;
  position: relative;
}
#category_nav ul li a:after {
  position: absolute;
  right: 2px;
  bottom: 2px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
}
@media (max-width: 770px) {
  #category_nav ul li a:after {
    transform: rotate(90deg);
    right: 5px;
    bottom: 10px;
  }
}
@media (max-width: 570px) {
  #category_nav ul li a {
    padding: 10px 5px 5px;
  }
}
#category_nav ul li:hover a {
  opacity: 1;
}
#category_nav ul li:nth-of-type(1) a {
  padding: 10px 50px 5px;
  font-weight: 700;
}
#category_nav ul li:nth-of-type(1) a:after {
  background: url(../../bin/image/ic-arw_rd.png) no-repeat center/contain;
}
@media (max-width: 770px) {
  #category_nav ul li:nth-of-type(1) a:after {
    background: url(../../bin/image/ic-all_arw.png) no-repeat center/contain;
  }
}
@media (max-width: 570px) {
  #category_nav ul li:nth-of-type(1) a {
    padding: 10px 5px 5px;
  }
}
#category_nav ul li:nth-of-type(1):hover a {
  background: #ff6e79;
}
#category_nav ul li.adventure a:after {
  background: url(../../bin/image/ic-arw_bl.png) no-repeat center/contain;
}
@media (max-width: 770px) {
  #category_nav ul li.adventure a:after {
    background: url(../../bin/image/ic-adventure_arw.png) no-repeat center/contain;
  }
}
#category_nav ul li.adventure:hover a {
  background: #68bcf7;
}
#category_nav ul li.x_sports a:after {
  background: url(../../bin/image/ic-arw_or.png) no-repeat center/contain;
}
@media (max-width: 770px) {
  #category_nav ul li.x_sports a:after {
    background: url(../../bin/image/ic-sports_arw.png) no-repeat center/contain;
  }
}
#category_nav ul li.x_sports:hover a {
  background: #fc983e;
}
#category_nav ul li.amazing_view a:after {
  background: url(../../bin/image/ic-arw_gr.png) no-repeat center/contain;
}
@media (max-width: 770px) {
  #category_nav ul li.amazing_view a:after {
    background: url(../../bin/image/ic-amazing_arw.png) no-repeat center/contain;
  }
}
#category_nav ul li.amazing_view:hover a {
  background: #57d057;
}

.post-type-archive-activity #category_nav ul li:nth-of-type(1) {
  border: 1px solid #ff6e79;
}
.post-type-archive-activity #category_nav ul li:nth-of-type(1) a {
  background: #ff6e79;
}

.category-adventure #category_nav ul li.adventure {
  border: 1px solid #68bcf7;
}
.category-adventure #category_nav ul li.adventure a {
  background: #68bcf7;
}

.category-x_sports #category_nav ul li.x_sports {
  border: 1px solid #fc983e;
}
.category-x_sports #category_nav ul li.x_sports a {
  background: #fc983e;
}

.category-amazing_view #category_nav ul li.amazing_view {
  border: 1px solid #57d057;
}
.category-amazing_view #category_nav ul li.amazing_view a {
  background: #57d057;
}

.single-activity main {
  padding-top: 100px !important;
}
@media (max-width: 570px) {
  .single-activity main {
    padding-top: 40px !important;
  }
}
.single-activity #content_detail {
  margin: auto;
  max-width: 1200px;
}
.single-activity #content_detail h1 {
  font-size: clamp(1.8rem, -0.3333333333rem + 4.4444444444vw, 4.2rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px !important;
}
.single-activity #content_detail .cats_and_areas {
  display: flex;
  align-items: center;
  margin-bottom: 35px !important;
}
.single-activity #content_detail .cats_and_areas ul {
  display: flex;
  align-items: center;
}
.single-activity #content_detail .cats_and_areas ul.contents_category {
  margin-right: 35px;
}
@media (max-width: 570px) {
  .single-activity #content_detail .cats_and_areas ul.contents_category {
    margin-right: 15px;
  }
}
.single-activity #content_detail .cats_and_areas ul.contents_category li {
  display: flex;
  align-items: center;
}
.single-activity #content_detail .cats_and_areas ul.contents_category li:not(:last-of-type) {
  margin-right: 10px;
}
.single-activity #content_detail .cats_and_areas ul.contents_category li span {
  color: #fff;
  display: inline-block;
  font-family: "Hind", sans-serif;
  font-size: clamp(1.4rem, 1.2222222222rem + 0.3703703704vw, 1.6rem);
  padding: 3px 15px 0;
  min-width: 155px;
  text-align: center;
}
.single-activity #content_detail .cats_and_areas ul.contents_category li.adventure span {
  background: #68bcf7;
}
.single-activity #content_detail .cats_and_areas ul.contents_category li.x_sports span {
  background: #fc983e;
}
.single-activity #content_detail .cats_and_areas ul.contents_category li.amazing_view span {
  background: #57d057;
}
.single-activity #content_detail .cats_and_areas ul.contents_area:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 30px;
  background: url(../../bin/image/ic-mappin.png) no-repeat center/contain;
  margin-right: 10px;
}
.single-activity #content_detail .cats_and_areas ul.contents_area li {
  font-size: clamp(1.6rem, 1.4222222222rem + 0.3703703704vw, 1.8rem);
  font-weight: 400;
}
.single-activity #content_detail .cats_and_areas ul.contents_area li:not(:last-of-type) {
  margin-right: 10px;
}
.single-activity #content_detail .cats_and_areas ul.contents_area li:not(:last-of-type):after {
  content: "/";
  display: inline-block;
  margin: 0 0 0 5px;
}
.single-activity #content_detail .cats_and_areas ul.contents_area li a {
  color: #000;
}
.single-activity #content_detail #activity_gallery {
  margin-bottom: 35px !important;
}
.single-activity #content_detail #activity_gallery .gallery_slider .swiper-wrapper figure img, .single-activity #content_detail #activity_gallery .slider-thumbnail .swiper-wrapper figure img {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-activity #content_detail #activity_gallery .gallery_slider {
  margin-bottom: 15px !important;
}
.single-activity #content_detail #activity_gallery .slider-thumbnail {
  position: relative;
  max-width: 70%;
  margin: auto;
  padding: 0 60px;
}
@media (max-width: 570px) {
  .single-activity #content_detail #activity_gallery .slider-thumbnail {
    max-width: 95%;
  }
}
.single-activity #content_detail #activity_gallery .slider-thumbnail .thumbnail-wrapper {
  overflow: hidden;
}
.single-activity #content_detail #activity_gallery .slider-thumbnail .swiper-wrapper figure {
  margin: 0;
  opacity: 0.3;
}
.single-activity #content_detail #activity_gallery .slider-thumbnail .swiper-wrapper figure.swiper-slide-thumb-active {
  opacity: 1;
}
.single-activity #content_detail #activity_gallery .slider-thumbnail .swiper-wrapper figure img {
  border: 2px solid #fff;
  background-size: cover;
}
.single-activity #content_detail #activity_gallery .swiper-button-next:after, .single-activity #content_detail #activity_gallery .swiper-button-prev:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
}
.single-activity #content_detail #activity_gallery .swiper-button-prev {
  left: 1%;
}
.single-activity #content_detail #activity_gallery .swiper-button-prev:after {
  background: url(../../bin/image/ic-slide_left.png) no-repeat center/contain;
}
.single-activity #content_detail #activity_gallery .swiper-button-prev:hover:after {
  background: url(../../bin/image/ic-slide_left_hover.png) no-repeat center/contain;
}
.single-activity #content_detail #activity_gallery .swiper-button-next {
  right: 1%;
}
.single-activity #content_detail #activity_gallery .swiper-button-next:after {
  background: url(../../bin/image/ic-slide_right.png) no-repeat center/contain;
}
.single-activity #content_detail #activity_gallery .swiper-button-next:hover:after {
  background: url(../../bin/image/ic-slide_right_hover.png) no-repeat center/contain;
}
.single-activity #content_detail #activity_exec {
  max-width: 90%;
  margin: auto;
}
.single-activity #content_detail #activity_exec dl {
  display: flex;
}
.single-activity #content_detail #activity_exec dl:not(:last-of-type) {
  margin-bottom: 10px !important;
}
.single-activity #content_detail #activity_exec dl dt, .single-activity #content_detail #activity_exec dl dd {
  font-size: clamp(1.6rem, 1.0666666667rem + 1.1111111111vw, 2.2rem);
  font-weight: 400;
}
.single-activity #content_detail #activity_exec dl dt {
  margin-right: 15px;
}
.single-activity #content_detail #activity_exec dl dt span {
  display: inline-block;
  white-space: nowrap;
  background: #000;
  color: #fff;
  padding: 3px 10px 0;
}
.single-activity #content_detail #activity_exec dl dd br {
  display: none;
}
@media (max-width: 570px) {
  .single-activity #content_detail #activity_exec dl dd br {
    display: block;
  }
}
.single-activity #content_detail #activity_exec .detail_text {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.single-activity #content_detail #activity_exec .detail_text p {
  margin-bottom: 15px !important;
  font-size: clamp(1.4rem, 1.0444444444rem + 0.7407407407vw, 1.8rem);
}
.single-activity #content_detail #activity_exec .detail_text img {
  height: auto;
}
.single-activity #content_detail #reserved_data {
  max-width: 90%;
  margin: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.single-activity #content_detail #reserved_data h2 {
  margin-bottom: 25px !important;
  font-size: clamp(2.2rem, 0.9555555556rem + 2.5925925926vw, 3.6rem);
  font-weight: 700;
  text-align: center;
}
.single-activity #content_detail #reserved_data h2 span {
  padding-bottom: 15px !important;
  background: url(../../bin/image/ic-bar.png) no-repeat bottom center;
}
.single-activity #content_detail #reserved_data h2 + p {
  text-align: center;
  font-size: clamp(1.4rem, 1.2222222222rem + 0.3703703704vw, 1.6rem);
  margin-bottom: 35px !important;
}
.single-activity #content_detail #reserved_data h2 + p br {
  display: none;
}
@media (max-width: 570px) {
  .single-activity #content_detail #reserved_data h2 + p br {
    display: block;
  }
}
.single-activity #content_detail #reserved_data .reserved_wrap {
  margin: auto;
  max-width: 900px;
  background: #f0f0f0;
  position: relative;
  padding: 45px 6% 35px;
  display: flex;
  flex-direction: column;
}
.single-activity #content_detail #reserved_data .reserved_wrap:before {
  position: absolute;
  left: 3%;
  top: -2px;
  content: "";
  display: block;
  width: 25px;
  height: 35px;
  background: url(../../bin/image/ic-reserved.png) no-repeat top center/contain;
}
.single-activity #content_detail #reserved_data .reserved_wrap ul.reserved_list li a:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media (max-width: 570px) {
  .single-activity #content_detail #reserved_data .reserved_wrap ul.reserved_list li a:before {
    width: 20px;
    height: 20px;
  }
}
.single-activity #content_detail #reserved_data .reserved_wrap ul.reserved_list li.reserved_tel {
  font-size: clamp(3rem, 1.4888888889rem + 3.1481481481vw, 4.7rem);
  font-weight: 700;
  font-family: "Hind", sans-serif;
}
.single-activity #content_detail #reserved_data .reserved_wrap ul.reserved_list li.reserved_tel a {
  color: #000;
}
.single-activity #content_detail #reserved_data .reserved_wrap ul.reserved_list li.reserved_tel a:before {
  background: url(../../bin/image/ic-tel.png) no-repeat top center/contain;
}
@media (max-width: 570px) {
  .single-activity #content_detail #reserved_data .reserved_wrap ul.reserved_list li.reserved_tel a {
    color: #007eff;
    text-decoration: underline;
  }
}
.single-activity #content_detail #reserved_data .reserved_wrap ul.reserved_list li.reserved_mail, .single-activity #content_detail #reserved_data .reserved_wrap ul.reserved_list li.reserved_url {
  margin-bottom: 10px !important;
}
.single-activity #content_detail #reserved_data .reserved_wrap ul.reserved_list li.reserved_mail a, .single-activity #content_detail #reserved_data .reserved_wrap ul.reserved_list li.reserved_url a {
  display: flex;
  align-items: center;
  font-family: "Hind", sans-serif;
  color: #007eff;
  text-decoration: underline;
  font-size: clamp(1.4rem, 0.8666666667rem + 1.1111111111vw, 2rem);
  word-break: break-all;
}
.single-activity #content_detail #reserved_data .reserved_wrap ul.reserved_list li.reserved_mail a:hover, .single-activity #content_detail #reserved_data .reserved_wrap ul.reserved_list li.reserved_url a:hover {
  text-decoration: none;
}
.single-activity #content_detail #reserved_data .reserved_wrap ul.reserved_list li.reserved_mail a:before {
  background: url(../../bin/image/ic-mail.png) no-repeat top center/contain;
}
.single-activity #content_detail #reserved_data .reserved_wrap ul.reserved_list li.reserved_url a:before {
  background: url(../../bin/image/ic-home.png) no-repeat top center/contain;
}
.single-activity #content_detail #reserved_data .reserved_wrap ul.reserved_list li.reserved_url a span:after {
  margin-left: 5px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../bin/image/ic-tab.png) no-repeat center/contain;
}
.single-activity #content_detail #reserved_data .reserved_wrap > dl {
  display: flex;
}
@media (max-width: 570px) {
  .single-activity #content_detail #reserved_data .reserved_wrap > dl {
    flex-direction: column;
  }
}
.single-activity #content_detail #reserved_data .reserved_wrap > dl dt, .single-activity #content_detail #reserved_data .reserved_wrap > dl dd {
  padding: 5px;
  font-size: clamp(1.4rem, 0.8666666667rem + 1.1111111111vw, 2rem);
}
.single-activity #content_detail #reserved_data .reserved_wrap > dl dt {
  min-width: 120px;
}
@media (max-width: 570px) {
  .single-activity #content_detail #reserved_data .reserved_wrap > dl dt {
    min-width: 90px;
  }
}
.single-activity #content_detail #reserved_data .reserved_wrap > dl dd span {
  font-size: clamp(1.2rem, 1.0222222222rem + 0.3703703704vw, 1.4rem);
  line-height: 1.4;
}
.single-activity #content_detail #activity_data {
  max-width: 90%;
  margin: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.single-activity #content_detail #activity_data h2 {
  margin-bottom: 45px !important;
  font-size: clamp(2.2rem, 0.9555555556rem + 2.5925925926vw, 3.6rem);
  font-weight: 700;
  text-align: center;
}
.single-activity #content_detail #activity_data h2 span {
  padding-bottom: 15px !important;
  background: url(../../bin/image/ic-bar.png) no-repeat bottom center;
}
.single-activity #content_detail #activity_data > dl {
  display: flex;
}
.single-activity #content_detail #activity_data > dl:not(:last-of-type) {
  margin-bottom: 10px !important;
}
@media (max-width: 570px) {
  .single-activity #content_detail #activity_data > dl {
    flex-direction: column;
  }
}
.single-activity #content_detail #activity_data > dl > dt, .single-activity #content_detail #activity_data > dl > dd {
  padding: 10px 0;
  font-size: clamp(1.4rem, 1.0444444444rem + 0.7407407407vw, 1.8rem);
  font-weight: 400;
}
.single-activity #content_detail #activity_data > dl > dt {
  margin-right: 25px;
  min-width: 180px;
}
@media (max-width: 570px) {
  .single-activity #content_detail #activity_data > dl > dt {
    padding-bottom: 0px !important;
  }
}
.single-activity #content_detail #activity_data > dl > dt span {
  display: flex;
  justify-content: center;
  min-width: 180px;
  white-space: nowrap;
  background: #000;
  color: #fff;
  padding: 3px 10px;
}
@media (max-width: 570px) {
  .single-activity #content_detail #activity_data > dl > dt span {
    display: inline-block;
    min-width: 115px;
    text-align: center;
  }
}
@media (max-width: 570px) {
  .single-activity #content_detail #activity_data > dl > dt.notitle {
    display: none;
  }
}
.single-activity #content_detail #activity_data > dl > dd {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.single-activity #content_detail #activity_data > dl > dd > dl {
  display: flex;
  margin-bottom: 10px !important;
}
@media (max-width: 570px) {
  .single-activity #content_detail #activity_data > dl > dd > dl {
    flex-direction: column;
  }
}
.single-activity #content_detail #activity_data > dl > dd > dl dt {
  min-width: 120px;
}
@media (max-width: 570px) {
  .single-activity #content_detail #activity_data > dl > dd > dl dt {
    min-width: 90px;
  }
}
.single-activity #content_detail #activity_data > dl > dd > dl dd span {
  font-size: clamp(1.2rem, 1.0222222222rem + 0.3703703704vw, 1.4rem);
}
.single-activity #content_detail #activity_data > dl > dd .etc_text {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.single-activity #content_detail #activity_data > dl > dd a {
  font-family: "Hind", sans-serif;
  color: #007eff;
  text-decoration: underline;
  word-break: break-all;
}
.single-activity #content_detail #activity_data > dl > dd a:hover {
  text-decoration: none;
}
.single-activity #content_detail #activity_data > dl > dd a[href^="tel:"] {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.0666666667rem + 1.1111111111vw, 2.2rem);
}
@media (max-width: 570px) {
  .single-activity #content_detail #activity_data > dl > dd a[href^="tel:"] {
    color: #007eff;
    text-decoration: underline;
  }
}
.single-activity #content_detail #activity_data > dl > dd a.ex_link:after {
  margin-left: 5px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../bin/image/ic-tab.png) no-repeat center/contain;
}
.single-activity #content_detail #activity_map {
  margin-top: 55px !important;
}
.single-activity #content_detail #activity_map iframe {
  width: 100%;
}
/*# sourceMappingURL=design.css.map */