@charset "UTF-8";
/* ===============================================
#擬似要素中央配置 mixin
=============================================== */
/* ===============================================
# navigation
=============================================== */
:root {
  --key_color: #00CF47;
  --ac_color: #d1202d;
  --button-color:#000;
  --button-text-color:#fff;
  --bg_color:#fff;
  --menu_bg_color:rgba(242, 242, 242, 0.6);
  --txt_color:#000;
  --header_bg_color:transparent;
  --flex-gap:30px;
  --ham_menu_size:35px;
  --mediaquery_w:768px;
  --font01: "Zen Kaku Gothic New", sans-serif;
  --font02: "nimbus-sans", sans-serif;
}

/* ===============================================
# SNSカラー
=============================================== */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    translate: 0px -50px;
  }
  100% {
    opacity: 1;
    translate: 0px 0px;
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    translate: 0px -50px;
  }
  100% {
    opacity: 1;
    translate: 0px 0px;
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    translate: 0px 50px;
  }
  100% {
    opacity: 1;
    translate: 0px 0px;
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    translate: 0px 50px;
  }
  100% {
    opacity: 1;
    translate: 0px 0px;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    translate: -50px 0px;
  }
  100% {
    opacity: 1;
    translate: 0px 0px;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    translate: -50px 0px;
  }
  100% {
    opacity: 1;
    translate: 0px 0px;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    translate: 0px -50px;
  }
  100% {
    opacity: 1;
    translate: 0px 0px;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    translate: 0px -50px;
  }
  100% {
    opacity: 1;
    translate: 0px 0px;
  }
}
@-webkit-keyframes clipLeft {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes clipLeft {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes clipBottom {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes clipBottom {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes clipRight {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes clipRight {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes clipTop {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes clipTop {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

img {
  height: auto;
  width: 100%;
  line-height: 0;
  display: block;
}

h1, h2, h3, h4, h5, h6, blockquote {
  text-wrap: balance;
}

body {
  font-size: 16px;
  line-height: 1.6em;
  color: var(--txt_color);
  font-family: var(--font01);
  position: relative;
  background: var(--bg_color);
  min-height: 100dvh;
  overflow: hidden;
}
body.menu_open {
  overflow: hidden;
}
body .main_container {
  overflow-x: hidden;
}

.body_in .main_container {
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .body_in .main_container {
    padding-top: 120px;
  }
}

* {
  box-sizing: border-box;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

/* ===============================================
# module
=============================================== */
.sp_only {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc_only {
    display: none;
  }
}

.section_wrap:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .section_wrap:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

.content_wrap:not(:last-of-type) {
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .content_wrap:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

.anchor_clear {
  margin-top: -130px;
  padding-top: 130px;
}

.sec_inner {
  max-width: 1160px;
  width: 88%;
  margin-inline: auto;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  gap: var(--flex-gap);
}
.flex-box .box01 {
  width: 100%;
}
.flex-box .box02 {
  width: calc((100% - var(--flex-gap)) / 2);
}
@media screen and (max-width: 768px) {
  .flex-box .box02 {
    width: 100%;
  }
}
.flex-box .box03 {
  width: calc((100% - var(--flex-gap) * 2) / 3);
}
@media screen and (max-width: 768px) {
  .flex-box .box03 {
    width: calc((100% - var(--flex-gap)) / 2);
  }
}
.flex-box .box04 {
  width: calc((100% - var(--flex-gap) * 3) / 4);
}
@media screen and (max-width: 768px) {
  .flex-box .box04 {
    width: calc(100% - var(--flex-gap) / 2);
  }
}
.flex-box.center {
  justify-content: center;
}

.bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.txt {
  font-size: 20px;
  line-height: 1.6em;
}

.txt-s {
  font-size: 0.6em;
  line-height: 1em;
}

.mb-05em {
  margin-bottom: 0.5em;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-2em {
  margin-bottom: 2em;
}

.text_link {
  text-decoration: underline;
}

/* textList(div等で囲む) */
p.text-list,
.text-list ul li {
  padding: 0 0 3px 1.1em;
  position: relative;
}

p:not(:last-of-child).text-list {
  margin-bottom: 1em;
}

.text-list ul li:not(:last-of-child) {
  margin-bottom: 5px;
}

p.text-list::before,
.text-list ul li::before {
  content: "※";
  position: absolute;
  left: 0;
}

p.text-list-dotted::before,
.text-list-dotted ul li::before {
  content: "・";
}

p.text-list-circle::before,
.text-list-circle ul li::before {
  content: "●";
}

p.text-list-square::before,
.text-list-square ul li::before {
  content: "■";
}

p.text-list-counter,
.text-list-counter ul li {
  padding-left: 1.4em;
}

p.text-list-counter::before,
.text-list-counter ul li::before {
  counter-increment: number 1;
  content: "" counter(number) "";
}

.text-list-counter ol {
  list-style-type: decimal;
  padding-left: 1.2em;
}

.num_list li {
  padding-left: 1.1em;
  counter-increment: number;
  position: relative;
}
.num_list li:before {
  content: counter(number) ".";
  left: 0;
  position: absolute;
}
.num_list li:not(:last-of-type) {
  margin-bottom: 0.3em;
}

@media screen and (max-width: 768px) {
  .anchor_clear {
    margin-top: -80px;
    padding-top: 80px;
  }
  .text-list ul li {
    font-size: 12px;
    line-height: 1.6em;
  }
}
/* ================================= ヘッダー =================================== */
.header {
  position: fixed;
  background: var(--header_bg_color);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    background: none;
    pointer-events: none;
    z-index: 5;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    pointer-events: none;
  }
}
.header__title {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .header__title {
    position: absolute;
    top: 20px;
    left: 20px;
    pointer-events: all;
  }
}

.nav {
  margin-left: auto;
  pointer-events: all;
}
.nav__lists {
  display: flex;
}
.nav__list a {
  padding: 20px;
  display: block;
}
.nav__bg {
  display: none;
  transition: 0.5s all;
}
.nav__trigger {
  display: none;
  transition: 0.2s all;
}
@media screen and (max-width: 768px) {
  .nav__trigger {
    display: block;
    position: absolute;
    width: var(--ham_menu_size);
    top: 20px;
    right: 20px;
    pointer-events: all;
  }
  .nav__trigger span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .nav__trigger span::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #000;
    transition: all 0.3s;
    margin-top: -8px;
  }
  .nav__trigger span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #000;
    transition: all 0.3s;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    margin-left: inherit;
    width: 100%;
  }
  .nav__lists {
    display: block;
    width: 100%;
  }
  .nav__list {
    text-align: center;
  }
  .nav__bg {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #000;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: 0.3s;
  }
  .nav__active .nav__trigger span {
    background: none;
  }
  .nav__active .nav__trigger span::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #000;
    transition: all 0.3s;
    margin-top: 0;
    transform: rotate(45deg);
  }
  .nav__active .nav__trigger span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #000;
    transition: all 0.3s;
    margin-top: 0;
    transform: rotate(-45deg);
  }
  .nav__active .nav__bg {
    opacity: 1;
    transition: 0.3s;
  }
  .nav__active .nav_wrap {
    transition: 0.2s;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}

.nav_wrap {
  display: contents;
}

@media screen and (max-width: 768px) {
  .nav_wrap {
    display: block;
    transition: 0.4s;
    padding: 80px 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    overflow-y: scroll;
    height: 100vh;
    width: 100%;
  }
  .nav_wrap::-webkit-scrollbar {
    display: none;
  }
  .nav_wrap::-webkit-scrollbar-track {
    display: none;
  }
}
/* ================================= ヘッダー =================================== */
/* ================================= フッター =================================== */
.footer {
  position: -webkit-sticky;
  position: sticky;
  top: 100%;
  text-align: center;
  padding-top: 60px;
}

/* ================================= フッター =================================== */
/* ================================= ヘディング =================================== */
.sec_h {
  display: inline-block;
  position: relative;
}

/* ================================= ヘディング =================================== */
/* ================================= ボタン周り =================================== */
.button {
  max-width: 500px;
  margin: 0 auto;
}
.button a {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  border-radius: 100vmax;
  background: #000;
  color: #fff;
  padding: 1em 2em;
}
.button a:before {
  content: "";
}
.button a:after {
  content: "";
  justify-self: end;
}
.button a.arrow:after {
  width: 8px;
  height: 14px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/* ================================= ボタン周り =================================== */
/* ================================= youtube =================================== */
.youtube {
  position: relative;
  padding-top: 56.25%;
  background: #000;
}
.youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ================================= youtube =================================== */
/* ================================= カミスン =================================== */
.cs_img {
  position: relative;
  background: #ccc;
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs_img::before {
  content: "COMING SOON";
  position: absolute;
  color: #fff;
  font-size: 2em;
}

/* ================================= カミスン =================================== */
/******************************* error_404 *********************************/
#error_404 {
  text-align: center;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 200px 0 200px;
}

#error_404 .stit {
  font-size: 3em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

#error_404 .text {
  font-size: 1.2em;
}

#error_404 .button-outer {
  margin-top: 3em;
}

/******************************* error_404 *********************************/
/* ================================= モーダル =================================== */
.modal_trigger {
  cursor: pointer;
}

.modal_box {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  right: 0;
  z-index: -1;
  transition: 0.5s ease;
  overflow: hidden;
  display: block;
  opacity: 0;
  visibility: hidden;
  background-position: center;
}

.modal_box:before {
  content: "";
  position: fixed;
  background: #000;
  opacity: 0.9;
  background-size: cover;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: -1;
}

.modal_box .modal_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.modal_box .close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  width: 50px;
  top: 20px;
  height: 40px;
}

.modal_box .close span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.modal_box .close span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
  width: 50px;
  height: 1px;
}

.modal_box .close span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #fff;
  width: 50px;
  height: 1px;
}

.modal_box .modal_inner .modal_content {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 50px;
  border: 1px solid #535353;
  text-align: left;
  background: #000;
}

.modal_box .modal_inner .modal_content .inner_scroll {
  overflow-y: scroll;
  max-height: calc(80vh - 40px);
  padding: 0 30px;
}

.modal_box .modal_inner .modal_content .inner_scroll::-webkit-scrollbar {
  display: none;
}

.modal_box .modal_inner .modal_content .inner_scroll::-webkit-scrollbar-track {
  display: none;
}

.modal_box.active {
  opacity: 1;
  visibility: visible;
  right: 0;
  z-index: 1000;
}

.modal_box.active .modal_inner {
  pointer-events: all;
}

.modal_box.yt_modal .modal_inner .modal_content {
  padding: 0;
  max-width: 1200px;
  border: none;
}

.modal_box.yt_modal .modal_inner .modal_content .inner_scroll { /*padding: 0;height: calc(80vh - 40px);*/ }

.modal_box.yt_modal .modal_inner .modal_content .inner_scroll .youtube { /*padding-top: initial;height: 100%;*/ }

.modal_box.yt_modal .modal_inner .close {
  right: -60px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .modal_box .modal_inner .modal_content {
    padding: 30px;
  }
  .modal_box .modal_inner .modal_content .inner_scroll {
    padding: 0;
  }
  .modal_box .modal_inner .close {
    right: 0px;
    top: -50px;
  }
  .modal_box.yt_modal .modal_inner .modal_content {
    width: 96%;
  }
  .modal_box.yt_modal .modal_inner .close {
    right: 0px;
    top: -50px;
  }
}
/* ================================= モーダル =================================== */
.anime {
  opacity: 0;
}

.js-play {
  opacity: 1;
  --animation-duration:.6s;
}
.js-play.fadeIn {
  -webkit-animation: fadeIn var(--animation-duration) both;
          animation: fadeIn var(--animation-duration) both;
}
.js-play.fadeInTop {
  -webkit-animation: fadeInTop var(--animation-duration) both;
          animation: fadeInTop var(--animation-duration) both;
}
.js-play.fadeInBottom {
  -webkit-animation: fadeInBottom var(--animation-duration) both;
          animation: fadeInBottom var(--animation-duration) both;
}
.js-play.fadeInLeft {
  -webkit-animation: fadeInLeft var(--animation-duration) both;
          animation: fadeInLeft var(--animation-duration) both;
}
.js-play.fadeInRight {
  -webkit-animation: fadeInRight var(--animation-duration) both;
          animation: fadeInRight var(--animation-duration) both;
}
.js-play.clipLeft {
  -webkit-animation: clipLeft var(--animation-duration) both;
          animation: clipLeft var(--animation-duration) both;
}
.js-play.clipBottom {
  -webkit-animation: clipBottom var(--animation-duration) both;
          animation: clipBottom var(--animation-duration) both;
}
.js-play.clipRight {
  -webkit-animation: clipRight var(--animation-duration) both;
          animation: clipRight var(--animation-duration) both;
}
.js-play.clipTop {
  -webkit-animation: clipTop var(--animation-duration) both;
          animation: clipTop var(--animation-duration) both;
}
/*# sourceMappingURL=common.css.map */