@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
@font-face {
  font-family: "icons";
  src: url(../css/icons.eot);
  src: url(../css/icons.eot) t("eot");
  font-family: "icons";
  src: url(../css/icons.eot?v=b15782a98efa724bf9de1d05ab65e0bd);
  src: url(../css/icons.eot?v=b15782a98efa724bf9de1d05ab65e0bd#iefformaix) t("eot"), url(../css/icons.woff?v=37b320c542598ebde17e2ddb6095b8b6) format("woff"), url(../css/icons.ttf?v=415ea2b8b5fda0adc59337bd0ec9c86d) format("truetype"), url(../css/icons.svg?v=79bd3b6bf8cc273f5ace5442ca13a36b#icons) format("svg"); }
/*==========================================
 共通設定
===========================================*/
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif; }

.header {
  margin-bottom: -80px; }

.header-info {
  padding-top: 10px;
  padding-left: 3%;
  padding-right: 6%; }
  .header-info .pc_gnav {
    width: 55%; }
    .header-info .pc_gnav li a {
      color: #fff;
      position: relative;
      display: inline-block; }
      .header-info .pc_gnav li a::before {
        transition: 0.2s ease-in-out;
        content: "";
        display: inline-block;
        position: absolute;
        bottom: -13px;
        left: 0;
        right: 0;
        margin: auto;
        border-bottom: 8px solid rgba(255, 255, 255, 0); }
      .header-info .pc_gnav li a:hover::before {
        border-bottom: 8px solid #FF9000; }

.sec01 .wrap {
  background: #000; }

.slider_ul .li {
  position: relative; }
  .slider_ul .li .txt_area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    z-index: 5; }
    .slider_ul .li .txt_area .img {
      display: flex;
      align-items: center;
      height: 100%;
      padding: 0 4%; }
      .slider_ul .li .txt_area .img img {
        max-width: 756px;
        width: 100%; }
        @media screen and (max-width: 1200px) {
          .slider_ul .li .txt_area .img img {
            width: 50vw; } }
  .slider_ul .li .img_area {
    width: 100%;
    position: relative;
    z-index: 0; }
    .slider_ul .li .img_area .img {
      width: 60%;
      margin: 0 0 0 auto; }

.sec02 .inner {
  padding: 160px 3%; }
  @media screen and (max-width: 960px) {
    .sec02 .inner {
      padding: 80px 3%; } }
  @media screen and (max-width: 576px) {
    .sec02 .inner {
      padding: 50px 3%; } }
.sec02 .txt_area {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
  .sec02 .txt_area .txt {
    font-size: 3.8rem;
    line-height: 2; }
    @media screen and (max-width: 960px) {
      .sec02 .txt_area .txt {
        font-size: 4.5vw; } }
    .sec02 .txt_area .txt .bg {
      display: inline-block;
      background: #D9D9D9;
      padding: 0em 1em;
      margin-bottom: 0.5em; }

.sec .main_ttl_area {
  text-align: center;
  margin-bottom: 200px; }
  @media screen and (max-width: 960px) {
    .sec .main_ttl_area {
      margin-bottom: 60px; } }
  @media screen and (max-width: 576px) {
    .sec .main_ttl_area {
      margin-bottom: 50px; } }
  .sec .main_ttl_area .cap {
    font-family: "Jost", sans-serif;
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-bottom: 40px; }
    @media screen and (max-width: 960px) {
      .sec .main_ttl_area .cap {
        font-size: 5vw; } }
  .sec .main_ttl_area .ttl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 6.0rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 960px) {
      .sec .main_ttl_area .ttl {
        font-size: 6vw; } }

.sec03 {
  margin-bottom: 120px; }
  @media screen and (max-width: 960px) {
    .sec03 {
      margin-bottom: 60px; } }
  .sec03 .blc_area {
    margin-bottom: 200px; }
    @media screen and (max-width: 1200px) {
      .sec03 .blc_area {
        margin-bottom: 100px; } }
    @media screen and (max-width: 576px) {
      .sec03 .blc_area {
        margin-bottom: 50px; } }
    .sec03 .blc_area.pt1 .fl_area {
      display: flex;
      flex-direction: row-reverse;
      justify-content: center;
      align-items: flex-end; }
      @media screen and (max-width: 1200px) {
        .sec03 .blc_area.pt1 .fl_area {
          flex-direction: row;
          flex-wrap: wrap; } }
    @media screen and (max-width: 1200px) {
      .sec03 .blc_area.pt1 .blc {
        width: 100%; } }
    .sec03 .blc_area.pt1 .blc.rt {
      margin-left: 120px; }
      @media screen and (max-width: 1200px) {
        .sec03 .blc_area.pt1 .blc.rt {
          margin-left: 60px; } }
      @media screen and (max-width: 576px) {
        .sec03 .blc_area.pt1 .blc.rt {
          margin-left: 0px; } }
      .sec03 .blc_area.pt1 .blc.rt .ttl_area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 7vw; }
        @media screen and (max-width: 576px) {
          .sec03 .blc_area.pt1 .blc.rt .ttl_area {
            margin-left: 20px; } }
        .sec03 .blc_area.pt1 .blc.rt .ttl_area .ttl {
          margin-right: 120px;
          max-width: 145px;
          width: 100%; }
          @media screen and (max-width: 1200px) {
            .sec03 .blc_area.pt1 .blc.rt .ttl_area .ttl {
              margin-right: 60px;
              max-width: 10vw; } }
          @media screen and (max-width: 576px) {
            .sec03 .blc_area.pt1 .blc.rt .ttl_area .ttl {
              margin-right: 20px;
              width: 100%;
              max-width: 13vw;
              min-width: 50px; } }
      .sec03 .blc_area.pt1 .blc.rt .txt {
        font-size: 2.2rem;
        letter-spacing: 0.1em;
        font-weight: 500;
        line-height: 2; }
        @media screen and (max-width: 1200px) {
          .sec03 .blc_area.pt1 .blc.rt .txt {
            font-size: 1.6rem;
            line-height: 1.8;
            padding: 0 5%;
            margin-bottom: 20px; } }
    .sec03 .blc_area.pt1 .blc.lf {
      max-width: 40%; }
      @media screen and (max-width: 960px) {
        .sec03 .blc_area.pt1 .blc.lf {
          max-width: 100%; } }
    .sec03 .blc_area.pt2 {
      max-width: 1500px;
      width: 100%;
      margin: 0 auto 200px;
      padding: 0 3%; }
      @media screen and (max-width: 1200px) {
        .sec03 .blc_area.pt2 {
          margin: 0 auto 100px;
          padding: 0 0%; } }
      @media screen and (max-width: 576px) {
        .sec03 .blc_area.pt2 {
          margin: 0 auto 50px; } }
      .sec03 .blc_area.pt2 .fl_area {
        display: flex;
        justify-content: center; }
        @media screen and (max-width: 1200px) {
          .sec03 .blc_area.pt2 .fl_area {
            flex-wrap: wrap; } }
      .sec03 .blc_area.pt2 .blc.lf {
        flex-basis: calc(100%*2/3);
        margin-right: 50px; }
        @media screen and (max-width: 1200px) {
          .sec03 .blc_area.pt2 .blc.lf {
            flex-basis: calc(100%);
            margin-right: 0px;
            margin-bottom: 60px; } }
        .sec03 .blc_area.pt2 .blc.lf .ttl_area {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          margin-bottom: 3vw; }
          @media screen and (max-width: 1200px) {
            .sec03 .blc_area.pt2 .blc.lf .ttl_area {
              margin-left: 60px;
              justify-content: flex-start;
              margin-bottom: 7vw; } }
          @media screen and (max-width: 576px) {
            .sec03 .blc_area.pt2 .blc.lf .ttl_area {
              margin-left: 20px;
              align-items: stretch; } }
          .sec03 .blc_area.pt2 .blc.lf .ttl_area .ttl {
            margin-right: 120px;
            max-width: 145px;
            width: 100%; }
            @media screen and (max-width: 1200px) {
              .sec03 .blc_area.pt2 .blc.lf .ttl_area .ttl {
                margin-right: 60px;
                max-width: 13vw;
                min-width: 50px; } }
            @media screen and (max-width: 576px) {
              .sec03 .blc_area.pt2 .blc.lf .ttl_area .ttl {
                margin-right: 20px; } }
          @media screen and (max-width: 576px) {
            .sec03 .blc_area.pt2 .blc.lf .ttl_area .img img {
              object-fit: cover;
              height: 100%; } }
        .sec03 .blc_area.pt2 .blc.lf .txt {
          font-size: 2.2rem;
          letter-spacing: 0.1em;
          font-weight: 500;
          line-height: 2; }
          @media screen and (max-width: 1200px) {
            .sec03 .blc_area.pt2 .blc.lf .txt {
              font-size: 1.6rem;
              padding: 0 4%; } }
      .sec03 .blc_area.pt2 .blc.rt {
        flex-basis: calc(100%*1/3); }
        @media screen and (max-width: 960px) {
          .sec03 .blc_area.pt2 .blc.rt {
            flex-basis: 100%;
            display: flex;
            align-items: flex-start; } }
        .sec03 .blc_area.pt2 .blc.rt .img {
          margin-bottom: 50px; }
          @media screen and (max-width: 960px) {
            .sec03 .blc_area.pt2 .blc.rt .img img {
              aspect-ratio: 1 / 1;
              object-fit: cover;
              object-position: center; } }
    .sec03 .blc_area.pt3 {
      max-width: 1500px;
      width: 100%;
      margin: 0 auto; }
      .sec03 .blc_area.pt3 .fl_area {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: flex-end; }
        @media screen and (max-width: 960px) {
          .sec03 .blc_area.pt3 .fl_area {
            display: block; } }
        @media screen and (max-width: 576px) {
          .sec03 .blc_area.pt3 .fl_area {
            flex-direction: row; } }
      .sec03 .blc_area.pt3 .blc.rt {
        flex-basis: calc(100%*1/6);
        margin-right: 50px; }
        @media screen and (max-width: 1200px) {
          .sec03 .blc_area.pt3 .blc.rt {
            flex-basis: calc(100%*2/6);
            margin-right: 0px;
            margin-left: 20px;
            margin-bottom: 60px; } }
        @media screen and (max-width: 576px) {
          .sec03 .blc_area.pt3 .blc.rt {
            flex-basis: auto;
            margin-bottom: 7vw; } }
        .sec03 .blc_area.pt3 .blc.rt .ttl_area {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          /*              @include max-width(mdL) {
                          display: flex;
                          align-items: center;
                          justify-content: flex-end;
                          margin-bottom: 7vw;
                          margin-left: 0%;
                          justify-content: flex-start;
                        }*/ }
          @media screen and (max-width: 1200px) {
            .sec03 .blc_area.pt3 .blc.rt .ttl_area {
              margin-right: 60px; } }
          @media screen and (max-width: 576px) {
            .sec03 .blc_area.pt3 .blc.rt .ttl_area {
              margin-right: 0px;
              flex-direction: row-reverse;
              align-items: stretch; } }
          .sec03 .blc_area.pt3 .blc.rt .ttl_area .ttl {
            margin-left: 120px;
            max-width: 145px;
            width: 100%;
            /*              @include max-width(mdL) {
                            margin-left: 10%;
                            max-width: 145px;
                            width: 30vw;
                          }*/ }
            @media screen and (max-width: 1200px) {
              .sec03 .blc_area.pt3 .blc.rt .ttl_area .ttl {
                margin-left: 60px;
                max-width: 13vw;
                min-width: 55px; } }
            @media screen and (max-width: 576px) {
              .sec03 .blc_area.pt3 .blc.rt .ttl_area .ttl {
                margin-left: 0px;
                margin-right: 20px; } }
          @media screen and (max-width: 576px) {
            .sec03 .blc_area.pt3 .blc.rt .ttl_area .img img {
              object-fit: cover;
              height: 100%; } }
      .sec03 .blc_area.pt3 .blc.lf {
        flex-basis: calc(100%*5/6); }
        @media screen and (max-width: 1200px) {
          .sec03 .blc_area.pt3 .blc.lf {
            flex-basis: calc(100%*4/6); } }
        @media screen and (max-width: 576px) {
          .sec03 .blc_area.pt3 .blc.lf {
            flex-basis: auto; } }
        .sec03 .blc_area.pt3 .blc.lf .img {
          margin-bottom: 7vw; }
        .sec03 .blc_area.pt3 .blc.lf .txt {
          text-align: center;
          font-size: 2.2rem;
          letter-spacing: 0.1em;
          font-weight: 500;
          line-height: 2; }
          @media screen and (max-width: 1200px) {
            .sec03 .blc_area.pt3 .blc.lf .txt {
              font-size: 1.6rem;
              text-align: left;
              padding: 0 4%; } }

/*コンバージョンエリア、移植*/
.conversion_area {
  background: #f6f6f6;
  padding: 100px 0;
  margin-bottom: 120px; }
  @media screen and (max-width: 960px) {
    .conversion_area {
      padding: 50px 0;
      margin-bottom: 60px; } }

.conversion {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 40px; }

.conversion > :first-child {
  margin-top: 0; }

.conversion_txt {
  margin: 0;
  text-align: center;
  font-size: 1.8rem; }

.conversion_lead {
  margin: 10px 0 0;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700; }

.conversion_btns {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px; }

.conversion_btn > a {
  min-height: 130px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  text-decoration: none;
  color: #fff;
  text-align: center; }

.conversion_btn > a:hover {
  opacity: 0.7; }

.conversion_btn > a > span {
  margin: 10px 0 0;
  display: block;
  font-weight: 700;
  font-size: 2rem; }

.conversion_btn > a::before {
  content: none;
  font-family: "icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400; }

.conversion_btn-reserve > a {
  background: #fc3 url(../img/map_bnr01.png?v=8ceffdafc81fe641309eb4e4e32aac23) center center no-repeat;
  background-size: cover; }

.conversion_btn-reserve > a::before {
  content: "\ea1b";
  font-size: 1.625em;
  line-height: 1; }

.conversion_btn-event > a {
  background: #f60 url(../img/map_bnr04.png?v=cc52f445a900efe0111952f693e47cf7) center center no-repeat;
  background-size: cover; }

.conversion_btn-event > a::before {
  content: "\ea12";
  font-size: 1.625em;
  line-height: 1; }

.conversion_btn-catalog > a {
  background: #f60 url(../img/map_bnr02.png?v=bde0735b8969041cb2b1f417b4e6099d) center center no-repeat;
  background-size: cover; }

.conversion_btn-catalog > a::before {
  content: "\ea08";
  font-size: 1.5em;
  line-height: 1.0833333333; }

.conversion_btn-contact > a {
  background: #c90 url(../../assets/images/global/map_bnr03.png?v=f60a3647d12174facd6cab12712ce927) center center no-repeat;
  background-size: cover; }

.conversion_btn-contact > a::before {
  content: "\ea1a";
  font-size: 1.1875em;
  line-height: 1.3684210526; }

.conversion-noBg {
  background: 0 0;
  padding: 0; }

.conversion02 {
  width: 1200px;
  margin: 20px auto 0; }

.conversion02 > :first-child {
  margin-top: 0; }

.conversion02_btns {
  margin: 0 0 0 -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff; }

.conversion02_btn {
  margin: 0 0 0 1px;
  width: calc(33% - 1px); }

.conversion02_btn > a {
  height: 100%;
  min-height: 160px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #333;
  text-decoration: none;
  color: #fff;
  text-align: center; }

.conversion02_btn > a > span {
  margin: 10px 0 0;
  display: block;
  font-weight: 700;
  font-size: 1.25rem; }

.conversion02_btn > a::before {
  content: none;
  font-family: "icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400; }

.conversion02_btn-reserve > a {
  background-color: #fc3; }

.conversion02_btn-reserve > a::before {
  content: "\ea1b";
  font-size: 1.625em;
  line-height: 1; }

.conversion02_btn-catalog > a {
  background-color: #f60; }

.conversion02_btn-catalog > a::before {
  content: "\ea08";
  font-size: 1.5em;
  line-height: 1.0833333333; }

.conversion02_btn-contact > a {
  background-color: #c90; }

.conversion02_btn-contact > a::before {
  content: "\ea1a";
  font-size: 1.1875em;
  line-height: 1.3684210526; }

.conversion02-thin .conversion02_btn > a {
  min-height: 0;
  padding: 12px 20px; }

.conversion02-thin .conversion02_btn > a::before {
  content: none; }

@media screen and (max-width: 960px) {
  .conversion {
    padding: 20px 10px; }

  .conversion_txt {
    font-size: 1.6rem; }

  .conversion_lead {
    font-size: 2.2rem; }

  .conversion_btns {
    margin: 20px 0 0;
    display: block;
    background: 0 0; }

  .conversion_btns > :first-child {
    margin-top: 0; }

  .conversion_btn {
    margin: 10px 0 0; }

  .conversion_btn > a {
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0 10px; }

  .conversion_btn > a > span {
    margin: 0; } }
/*コンバージョンエリア、移植ここまで*/
.sec04 {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto 120px;
  padding: 0 3%; }
  @media screen and (max-width: 960px) {
    .sec04 {
      margin: 0 auto 60px; } }
  .sec04 .sp_side_scroll {
    margin-bottom: 10px;
    font-size: 1.4rem;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 576px) {
      .sec04 .sp_side_scroll {
        font-size: 1.2rem; } }
    .sec04 .sp_side_scroll .scroll_txt {
      display: inline-block; }
    .sec04 .sp_side_scroll .swipe_icon {
      width: 34px;
      display: inline-block; }
      @media screen and (max-width: 576px) {
        .sec04 .sp_side_scroll .swipe_icon {
          width: 30px; } }
  .sec04 .fl_area {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 960px) {
      .sec04 .fl_area {
        display: block; } }
    .sec04 .fl_area .blc {
      flex-basis: 50%; }
      .sec04 .fl_area .blc.tp1 {
        padding-right: 5%;
        flex-basis: 43%;
        overflow-x: scroll; }
        @media screen and (max-width: 960px) {
          .sec04 .fl_area .blc.tp1 {
            padding-right: 0%;
            margin-bottom: 20px; }
            .sec04 .fl_area .blc.tp1 .img {
              width: 100%;
              min-width: 450px; } }

.sec05 {
  background: #222222;
  padding: 120px 3%;
  color: #fff; }
  @media screen and (max-width: 960px) {
    .sec05 {
      padding: 60px 3%; } }
  @media screen and (max-width: 576px) {
    .sec05 {
      padding: 60px 0%; } }
  @media screen and (max-width: 576px) {
    .sec05 .main_ttl_area {
      padding: 0 4%; } }
  .sec05 .main_ttl_area .cap {
    border-bottom: 1px solid #fff; }
  .sec05 .sl_area {
    padding: 0 2%; }
    @media screen and (max-width: 960px) {
      .sec05 .sl_area {
        display: flex;
        flex-direction: column-reverse; } }
    @media screen and (max-width: 576px) {
      .sec05 .sl_area {
        padding: 0 0%; }
        .sec05 .sl_area .slick-track {
          display: flex; }
        .sec05 .sl_area .slick-slide {
          height: auto !important; } }
  .sec05 .sl_inner {
    display: flex; }
    @media screen and (max-width: 960px) {
      .sec05 .sl_inner {
        flex-direction: column; } }
    .sec05 .sl_inner .img_area {
      flex-basis: 50%; }
      .sec05 .sl_inner .img_area .fl_area {
        display: flex;
        justify-content: space-between;
        min-height: 1.2em; }
        @media screen and (max-width: 960px) {
          .sec05 .sl_inner .img_area .fl_area .txt {
            font-size: 1.2rem; } }
        @media screen and (max-width: 576px) {
          .sec05 .sl_inner .img_area .fl_area .txt {
            padding: 0 2%; } }
        .sec05 .sl_inner .img_area .fl_area .txt.tp1 {
          padding-right: 3%; }
    .sec05 .sl_inner .txt_area {
      flex-basis: 50%; }
      @media screen and (min-width: 961px) {
        .sec05 .sl_inner .txt_area {
          padding: 0 4%; } }
      @media screen and (max-width: 576px) {
        .sec05 .sl_inner .txt_area {
          padding: 0 4%; } }
      .sec05 .sl_inner .txt_area .blc1_area {
        display: flex;
        align-items: flex-end;
        justify-content: space-between; }
        @media screen and (max-width: 960px) {
          .sec05 .sl_inner .txt_area .blc1_area {
            margin-block: 1em 0.5em;
            flex-direction: column;
            align-items: flex-start; } }
        @media screen and (max-width: 576px) {
          .sec05 .sl_inner .txt_area .blc1_area {
            margin-block: 1em 0.0em; } }
        .sec05 .sl_inner .txt_area .blc1_area .ttl {
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
          @media screen and (min-width: 961px) {
            .sec05 .sl_inner .txt_area .blc1_area .ttl {
              padding-right: 5%;
              writing-mode: vertical-rl; } }
          @media screen and (max-width: 960px) {
            .sec05 .sl_inner .txt_area .blc1_area .ttl {
              padding-bottom: 20px; } }
          .sec05 .sl_inner .txt_area .blc1_area .ttl .span1 {
            font-size: 7.0rem;
            letter-spacing: 0.1em;
            padding-bottom: 0.1em; }
            @media screen and (max-width: 960px) {
              .sec05 .sl_inner .txt_area .blc1_area .ttl .span1 {
                font-size: clamp(2rem, 1vw, 7rem); } }
            @media screen and (max-width: 576px) {
              .sec05 .sl_inner .txt_area .blc1_area .ttl .span1 {
                font-size: 2.4rem; } }
          .sec05 .sl_inner .txt_area .blc1_area .ttl .span2 {
            font-size: 4.0rem;
            letter-spacing: 0.1em; }
            @media screen and (max-width: 960px) {
              .sec05 .sl_inner .txt_area .blc1_area .ttl .span2 {
                font-size: clamp(1.6rem, 0.8vw, 4rem); } }
            @media screen and (max-width: 576px) {
              .sec05 .sl_inner .txt_area .blc1_area .ttl .span2 {
                font-size: 1.8rem; } }
        .sec05 .sl_inner .txt_area .blc1_area .txt {
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
          line-height: 2; }
        .sec05 .sl_inner .txt_area .blc1_area .img {
          margin-bottom: 40px; }
      .sec05 .sl_inner .txt_area .blc2_area .txt {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        line-height: 2; }
        @media screen and (max-width: 960px) {
          .sec05 .sl_inner .txt_area .blc2_area .txt {
            font-size: clamp(1.4rem, 0.75vw, 2rem); } }
        @media screen and (max-width: 576px) {
          .sec05 .sl_inner .txt_area .blc2_area .txt {
            font-size: 1.6rem; } }
  .sec05 .sl_ul_thumb {
    display: flex; }
    @media screen and (max-width: 960px) {
      .sec05 .sl_ul_thumb {
        justify-content: center;
        margin-bottom: 30px; } }
    .sec05 .sl_ul_thumb .li_thumb {
      padding: 0 1%; }
      .sec05 .sl_ul_thumb .li_thumb .thumb {
        border-radius: 100vmax;
        border: 1px solid #fff;
        padding: 3em;
        position: relative;
        background: #222;
        transition: 0.2s ease-in-out; }
        @media screen and (max-width: 960px) {
          .sec05 .sl_ul_thumb .li_thumb .thumb {
            border: 1px solid #fff;
            padding: 1.5em;
            aspect-ratio: 1;
            position: relative; } }
        .sec05 .sl_ul_thumb .li_thumb .thumb:hover, .sec05 .sl_ul_thumb .li_thumb .thumb:active, .sec05 .sl_ul_thumb .li_thumb .thumb:focus {
          background: #fff;
          color: #222; }
        .sec05 .sl_ul_thumb .li_thumb .thumb .span {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 2.2rem;
          letter-spacing: 0.1em;
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
          @media screen and (max-width: 960px) {
            .sec05 .sl_ul_thumb .li_thumb .thumb .span {
              font-size: clamp(1rem, 2.5vw, 2.2rem); } }
      .sec05 .sl_ul_thumb .li_thumb.slick-current .thumb {
        background: #fff;
        color: #222; }

.sec06 {
  background: #222222;
  padding: 120px 3%;
  color: #fff; }
  @media screen and (max-width: 960px) {
    .sec06 {
      padding: 60px 3%; } }
  .sec06 .main_ttl_area {
    margin-bottom: 40px; }
    .sec06 .main_ttl_area .cap {
      border-bottom: 1px solid #fff; }
  .sec06 .mv_area .ttl_area {
    text-align: center;
    margin-bottom: 60px; }
    .sec06 .mv_area .ttl_area .ttl {
      font-size: 4.0rem;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
      letter-spacing: 0.1em;
      padding: 0.3em 0.8em;
      border: 1px solid #fff;
      display: inline-block; }
      @media screen and (max-width: 960px) {
        .sec06 .mv_area .ttl_area .ttl {
          font-size: 4vw; } }
  .sec06 .mv_area .ul {
    display: flex;
    justify-content: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 960px) {
      .sec06 .mv_area .ul {
        flex-direction: column;
        margin-bottom: 20px; } }
    .sec06 .mv_area .ul .li {
      width: 100%; }
      @media screen and (min-width: 961px) {
        .sec06 .mv_area .ul .li {
          margin: 0 2%; } }
      @media screen and (max-width: 960px) {
        .sec06 .mv_area .ul .li {
          margin-bottom: 20px; } }
      @media screen and (max-width: 576px) {
        .sec06 .mv_area .ul .li .youtube iframe {
          height: 200px; } }
  .sec06 .mv_area .txt {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 2;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-bottom: 40px; }
    @media screen and (max-width: 960px) {
      .sec06 .mv_area .txt {
        text-align: left;
        font-size: 1.6rem; } }
  .sec06 .hs_area .ul {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 960px) {
      .sec06 .hs_area .ul {
        flex-direction: column; } }
    .sec06 .hs_area .ul .li {
      margin-right: 1%;
      flex-basis: calc(100%*1/5); }
      @media screen and (max-width: 960px) {
        .sec06 .hs_area .ul .li:not(:first-of-type) {
          margin-top: 30px; } }
      .sec06 .hs_area .ul .li.pt1 {
        flex-basis: calc(100%*2/5); }
      .sec06 .hs_area .ul .li .li_inner .ttl_area {
        position: relative; }
        .sec06 .hs_area .ul .li .li_inner .ttl_area::after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          background: #fff;
          width: 100%;
          height: 1px; }
      .sec06 .hs_area .ul .li .li_inner .ttl {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-size: 3.6rem;
        display: inline-block;
        background: #222;
        z-index: 5;
        position: relative;
        padding-right: 0.3em; }
        .sec06 .hs_area .ul .li .li_inner .ttl .span {
          font-size: 2.4rem; }
      .sec06 .hs_area .ul .li .li_inner .fl_area {
        display: flex; }
      .sec06 .hs_area .ul .li .li_inner .img_area {
        flex-basis: 50%; }
        .sec06 .hs_area .ul .li .li_inner .img_area.pt1 {
          flex-basis: auto; }
        .sec06 .hs_area .ul .li .li_inner .img_area .img {
          margin-bottom: 10px;
          padding-right: 5%; }
        .sec06 .hs_area .ul .li .li_inner .img_area .cap {
          font-size: 1.8rem;
          letter-spacing: 0.05em;
          line-height: 1.8;
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
          padding-right: 5%; }
          @media screen and (max-width: 960px) {
            .sec06 .hs_area .ul .li .li_inner .img_area .cap {
              font-size: 1.6rem; } }

.sec07 {
  padding: 0 2% 60px; }
  .sec07 .main_ttl_area {
    margin-bottom: 40px; }
  .sec07 .tab_inner .count {
    padding: 0 1%;
    margin-bottom: 1em;
    font-size: 2.0rem;
    font-weight: bold; }
    @media screen and (max-width: 576px) {
      .sec07 .tab_inner .count {
        font-size: 1.6rem; } }
  .sec07 .tab_inner .ul {
    display: flex;
    flex-wrap: wrap; }
    .sec07 .tab_inner .ul .li {
      width: calc(92% / 4); }
      @media screen and (min-width: 961px) {
        .sec07 .tab_inner .ul .li {
          width: calc(92% / 4); }
          .sec07 .tab_inner .ul .li:nth-of-type(n + 5) {
            margin-top: 4%; }
          .sec07 .tab_inner .ul .li:not(:nth-of-type(4n + 1)) {
            margin-left: 2%; } }
      @media screen and (max-width: 960px) {
        .sec07 .tab_inner .ul .li {
          width: calc(98% / 2); }
          .sec07 .tab_inner .ul .li:nth-of-type(n + 3) {
            margin-top: 60px; }
          .sec07 .tab_inner .ul .li:not(:nth-of-type(2n + 1)) {
            margin-left: 2%; } }
      @media screen and (max-width: 576px) {
        .sec07 .tab_inner .ul .li {
          /*             width: calc(100% / 1);
                      &:nth-of-type(n + 3) {
                         margin-top: 0px;
                      }
                      &:not(:nth-of-type(2n + 1)) {
                         margin-left: 0%;
                      }
                      &:nth-of-type(n + 2) {
                         margin-top: 60px;
                      }*/ } }
      .sec07 .tab_inner .ul .li .li_inner .img {
        margin-bottom: 10px; }
      .sec07 .tab_inner .ul .li .li_inner .ttl {
        margin-bottom: 10px;
        font-size: 2.0rem;
        font-weight: bold; }
        @media screen and (max-width: 576px) {
          .sec07 .tab_inner .ul .li .li_inner .ttl {
            font-size: 1.6rem; } }
      .sec07 .tab_inner .ul .li .li_inner .place {
        margin-bottom: 20px;
        font-weight: 500;
        color: #959595;
        min-height: 3em; }
        @media screen and (max-width: 960px) {
          .sec07 .tab_inner .ul .li .li_inner .place {
            min-height: 4em; } }
        @media screen and (max-width: 576px) {
          .sec07 .tab_inner .ul .li .li_inner .place {
            min-height: 3em;
            font-size: 1.4rem; } }
      .sec07 .tab_inner .ul .li .li_inner .btn {
        text-align: center; }
        .sec07 .tab_inner .ul .li .li_inner .btn a {
          display: block;
          color: #fff;
          background: #FF9000;
          font-weight: bold;
          padding: 0.7em 1em; }
          .sec07 .tab_inner .ul .li .li_inner .btn a:hover {
            opacity: 0.7; }
          @media screen and (max-width: 576px) {
            .sec07 .tab_inner .ul .li .li_inner .btn a {
              font-size: 1.4rem; } }

/*タブ*/
.tab-contents-wrap {
  padding: 0 1%;
  width: 100%; }

.tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.tab-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  width: 100%; }

.tab-list-item {
  width: calc(92%/4);
  text-align: center;
  padding: 0.8em 1em;
  cursor: pointer;
  margin: 0 1% 10px;
  color: #C6C6C6;
  border: 2px solid #C6C6C6;
  border-radius: 10px;
  background: none;
  font-size: 1.8rem;
  font-weight: bold; }
  @media screen and (max-width: 1200px) {
    .tab-list-item {
      font-size: 1.6rem;
      padding: 0.4em 0.5em;
      width: calc(94%/3); } }
  @media screen and (max-width: 576px) {
    .tab-list-item {
      font-size: 1.3rem;
      padding: 0.4em 0.3em; } }

.tab-contents {
  display: none; }

.is-btn-active {
  border: 2px solid #FF9000;
  color: #FF9000; }

.is-contents-active {
  display: block; }

/*フッター*/
.bottomNav {
  padding-top: 135px;
  border-top: 1px solid #333; }

.bottomNav_inner {
  width: 1200px;
  margin: 0 auto; }

.bottomNav_blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 50px; }

.bottomNav_block > :first-child {
  margin-top: 0; }

.bottomNav_group {
  margin: 25px 0 0; }

.bottomNav_group > :first-child {
  margin-top: 0; }

.bottomNav_cate {
  margin: 25px 0 0;
  font-weight: 700; }

.bottomNav_cate > a {
  display: block;
  text-decoration: none;
  color: inherit; }

.bottomNav_children {
  margin: 20px 0 0;
  padding-left: 10px;
  border-left: 1px solid #333; }

.bottomNav_children > :first-child {
  margin-top: 0; }

.bottomNav_list {
  margin: 25px 0 0; }

.bottomNav_list > :first-child {
  margin-top: 0; }

.bottomNav_item {
  margin: 5px 0 0; }

.bottomNav_item > a {
  text-decoration: none;
  color: inherit; }

.gFooter {
  margin: 50px 0 0; }

.gFooter_inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 40px; }

.gFooter_logo {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  width: 300px; }

.gFooter_logo img {
  aspect-ratio: 300/48;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 100%; }

.gFooter_sabm {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  width: 110px; }

.gFooter_sabm img {
  aspect-ratio: 110/48;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 100%; }

.gFooter_links {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px; }

.gFooter_link > a {
  text-decoration: none;
  color: inherit; }

.gFooter_snsList {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 10px; }

.gFooter_snsItem > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  text-decoration: none; }

.gFooter_snsItem > a::before {
  content: none;
  font-family: "icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1; }

.gFooter_snsItem-yotube > a::before {
  content: "\ea29";
  font-size: 14px; }

.gFooter_snsItem-instagram > a::before {
  content: "\ea16";
  font-size: 20px; }

.gFooter_snsItem-line > a::before {
  content: "\ea18";
  font-size: 20px; }

@media screen and (max-width: 1200px) {
  .bottomNav {
    margin: 50px 0 0;
    padding: 0 10px; }

  .bottomNav_inner {
    width: auto; }

  .bottomNav_blocks {
    display: block;
    display: contents; }

  .bottomNav_blocks > :first-child {
    margin-top: 0; }

  .bottomNav_block {
    display: contents; }

  .bottomNav_block > :first-child {
    margin-top: 10px; }

  .bottomNav_group {
    margin: 0; }

  .bottomNav_cate {
    margin: 0; }

  .bottomNav_cate::before {
    content: "\ea06";
    font-family: "icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .5em;
    font-size: 10px;
    font-weight: 400; }

  .bottomNav_cate > a {
    display: inline-block; }

  .bottomNav_children {
    margin: 10px 0 0;
    width: 100%; }

  .bottomNav_children > :first-child {
    margin-top: 0; }

  .bottomNav_children .bottomNav_list {
    display: block; }

  .bottomNav_children .bottomNav_list > :first-child {
    margin-top: 0; }

  .bottomNav_children .bottomNav_item::before {
    content: none; }

  .bottomNav_list {
    margin: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px 20px; }

  .bottomNav_item {
    margin: 0; }

  .bottomNav_item::before {
    content: "\ea06";
    font-family: "icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .5em;
    font-size: 10px;
    font-weight: 400; }

  .bottomNav_item > a {
    display: inline-block; }

  .gFooter {
    margin: 30px 0 0;
    padding: 0 10px; }

  .gFooter_inner {
    width: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px 30px; }

  .gFooter_logo {
    width: 200px;
    margin: 0 auto; }

  .gFooter_sabm {
    width: 90px; }

  .gFooter_links {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .gFooter_snsList {
    width: 100%;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

/*# sourceMappingURL=style-dynamic.css.map */
