@charset "UTF-8";
:root {
  --color-gray: #d9d4d0;
  --color-black: #000;
  --color-link: #f59d13;
  --color-orange: #e44e19;
}

/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary, input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  letter-spacing: 0;
  vertical-align: baseline;
}

html {
  font-size: 0.625em;
  height: 100%;
  overflow-y: scroll;
}
html.--fixed {
  overflow: hidden;
}

body {
  color: var(--color-black);
  font-family: "IBM Plex Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

button {
  font-family: "IBM Plex Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

dd,
dt,
td,
th,
ol,
ul,
p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  dd,
dt,
td,
th,
ol,
ul,
p {
    font-size: 3.7333333333vw;
  }
}

td dl,
td ul,
td ol,
td td,
td th,
td p,
td li,
dd dd,
dd dt,
dd p,
dd li,
dd ul,
dd ol,
li th,
li td,
li table,
li dd,
li dt,
li ol,
li ul,
ol li,
ul li,
li p {
  font-size: 1em;
}

ol,
ul {
  list-style: none;
}

a {
  color: var(--color-link);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  a:hover img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

address {
  font-style: normal;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

input[type=checkbox] {
  margin: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  width: 100%;
}

sub,
sup {
  font-size: 0.6em;
  font-weight: normal;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

.text-bold,
strong {
  font-weight: bold;
}

html {
  overflow: hidden visible;
  height: 100%;
}

body {
  height: 100%;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 2.4em;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

video {
  outline: none;
}

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

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

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

.text-black {
  color: var(--color-black) !important;
}

/* ---------------------------------------------------------

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  img.sp,
br.sp,
span.sp,
.sp {
    display: none !important;
  }
  br.sp {
    width: 0 !important;
  }
  .pc {
    display: block !important;
  }
  span.pc,
img.pc,
br.pc {
    display: inline !important;
  }
  th.pc,
td.pc {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  th.pc,
td.pc,
span.pc,
br.pc,
img.pc,
.pc {
    display: none !important;
  }
  img.sp,
br.sp,
span.sp {
    display: inline !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

/* c-ball
========================================================================== */
.c-ball {
  --move: 20px;
  --s: 0s;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  -webkit-animation: ball var(--s) linear infinite alternate;
          animation: ball var(--s) linear infinite alternate;
}
.c-ball.--ball01 {
  background-image: url(../img/ball_01.png);
  height: 124px;
  width: 125px;
  right: -52px;
  top: 356px;
  --s: 2s;
}
.c-ball.--ball02 {
  background-image: url(../img/ball_02.png);
  height: 88px;
  width: 88px;
  left: 190px;
  top: 145px;
  --s: 2s;
}
.c-ball.--ball03 {
  background-image: url(../img/ball_03.png);
  height: 161px;
  width: 162px;
  left: 208px;
  top: 380px;
  --s: 2.5s;
}
.c-ball.--ball04 {
  background-image: url(../img/ball_04.png);
  height: 96px;
  width: 97px;
  left: 208px;
  top: 21px;
  --s: 2.2s;
}
.c-ball.--ball05 {
  background-image: url(../img/ball_05.png);
  height: 106px;
  width: 107px;
  left: -50px;
  top: 590px;
  --s: 3.5s;
}
.c-ball.--ball06 {
  background-image: url(../img/ball_06.png);
  height: 196px;
  width: 197px;
  bottom: -16px;
  left: 260px;
  --s: 2.5s;
}
.c-ball.--ball07 {
  background-image: url(../img/ball_07.png);
  height: 186px;
  width: 187px;
  right: 52px;
  top: 30px;
  --s: 3s;
}
@media screen and (max-width: 767px) {
  .c-ball {
    --move: -webkit-calc(10 / 750 * 100vw);
    --move: calc(10 / 750 * 100vw);
  }
  .c-ball.--ball01 {
    height: 16.5333333333vw;
    width: 16.6666666667vw;
    bottom: 25.3333333333vw;
    right: -1.8666666667vw;
    top: auto;
  }
  .c-ball.--ball02 {
    height: 11.7333333333vw;
    width: 11.7333333333vw;
    left: 11.4666666667vw;
    top: -2.6666666667vw;
  }
  .c-ball.--ball03 {
    height: 21.4666666667vw;
    width: 21.6vw;
    left: 50vw;
    top: 14.9333333333vw;
  }
  .c-ball.--ball04 {
    height: 12.8vw;
    width: 12.9333333333vw;
    left: 8vw;
    top: 36vw;
  }
  .c-ball.--ball05 {
    height: 14.1333333333vw;
    width: 14.2666666667vw;
    left: 69.3333333333vw;
    top: 6.1333333333vw;
  }
  .c-ball.--ball06 {
    height: 26.1333333333vw;
    width: 26.2666666667vw;
    bottom: -5.3333333333vw;
    left: 5.3333333333vw;
  }
  .c-ball.--ball07 {
    height: 24.8vw;
    width: 24.9333333333vw;
    right: 4vw;
    top: 41.0666666667vw;
  }
}

@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(var(--move));
            transform: translateY(var(--move));
  }
}

@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(var(--move));
            transform: translateY(var(--move));
  }
}
/* c-title
========================================================================== */
.c-title {
  color: var(--color-orange);
  font-family: "Outfit", "IBM Plex Sans JP", sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 32px;
}
.c-title > span {
  color: var(--color-black);
  display: block;
  font-family: "Dela Gothic One", "IBM Plex Sans JP", sans-serif;
  font-size: 0.3333333333em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 6.6666666667vw;
    margin-bottom: 8vw;
    text-align: center;
  }
}

/* c-x-banner
========================================================================== */
.c-x-banner {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .c-x-banner:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-x-banner {
    position: static;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
}

/* c-banner
========================================================================== */
.c-banner li {
  width: auto;
}
@media (hover: hover) {
  .c-banner li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
    .c-banner {
        display: grid;
        gap: 1.3333333333vw;
        grid-template-columns: repeat(1, 1fr);
        width: 60%;
        margin: 0 auto;
    }
}

/* c-more
========================================================================== */
.c-more {
  font-family: "Dela Gothic One", "IBM Plex Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.1;
  text-align: right;
}
.c-more > a {
  background: url(../img/icon-arrow.png) no-repeat 100% 50%;
  color: var(--color-black);
  padding-right: 18px;
}
@media (hover: hover) {
  .c-more > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-more {
    font-size: 3.7333333333vw;
  }
  .c-more > a {
    background-size: 3.2vw 2.9333333333vw;
    padding-right: 4.8vw;
  }
}

/* c-copyright
========================================================================== */
.c-copyright {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .c-copyright {
    font-size: 2.4vw;
  }
}

/* container
------------------------------------------- */
.l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-container {
    display: block;
  }
}

/* main
------------------------------------------- */
.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
  background-color: #f4a000;
}
@media screen and (max-width: 767px) {
  .l-main {
    position: static;
    margin: -70px auto 0;
  }
}

/* content
------------------------------------------- */
.l-content {
  overflow: hidden;
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding: 5.3333333333vw 5.3333333333vw 16vw;
  }
}

/* section
------------------------------------------- */
.l-section {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 16vw;
  }
}

/* header
------------------------------------------- */
.l-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 30px;
  width: 320px;
}
.l-header .l-header_inner {
  padding-top: 36px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
}
.l-header .logo {
  margin-bottom: 60px;
}
.l-header .c-copyright {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .l-header {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding-left: 0;
    width: auto;
  }
  .l-header .l-header_inner {
    padding-bottom: 2.6666666667vw;
    padding-top: 2.6666666667vw;
    position: static;
  }
  .l-header .logo {
    margin-bottom: 0;
    text-align: center;
  }
  .l-header .logo img {
    width: 35.2vw;
  }
}

/* l-menu
------------------------------------------- */
.l-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-menu {
    background: url(../img/menu.png) no-repeat 50% 50%;
    background-size: 100% 100%;
    display: block;
    height: 12vw;
    width: 12vw;
    position: fixed;
    right: 2.6666666667vw;
    top: 2.1333333333vw;
    z-index: 1001;
  }
  .l-menu.--active {
    background-image: url(../img/close.png);
  }
}

/* gnav
------------------------------------------- */
.l-gnav {
  margin-bottom: 100px;
}
.l-gnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px 0;
}
.l-gnav > ul > li.--disabled > a {
  color: var(--color-gray);
  pointer-events: none;
}
.l-gnav > ul > li.--disabled > a::before {
  opacity: 0.5;
}
.l-gnav > ul > li.--disabled > a > span {
  color: inherit;
}
.l-gnav > ul > li > a {
  color: var(--color-orange);
  display: block;
  font-family: "Outfit", "IBM Plex Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  padding-left: 47px;
  position: relative;
  z-index: 0;
}
.l-gnav > ul > li > a::before {
  background: url(../img/icon-ball.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 35px;
  width: 35px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-gnav > ul > li > a > span {
  color: var(--color-black);
  display: block;
  font-family: "Dela Gothic One", "IBM Plex Sans JP", sans-serif;
  font-size: 0.5833333333em;
  font-weight: 400;
}
@media (hover: hover) {
  .l-gnav > ul > li > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-gnav {
    opacity: 0;
    height: 100dvh;
    margin-bottom: 0;
    pointer-events: none;
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-gnav.--active {
    opacity: 1;
  }
  .l-gnav.--active > ul {
    pointer-events: all;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .l-gnav::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .l-gnav > ul {
    background-color: #fff;
    gap: 12vw 0;
    height: 100%;
    overflow-y: auto;
    margin-left: auto;
    padding-bottom: 16vw;
    padding-left: 8vw;
    padding-top: 28vw;
    width: 68vw;
    -webkit-transform: translateX(25%);
        -ms-transform: translateX(25%);
            transform: translateX(25%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .l-gnav > ul > li > a {
    font-size: 4.8vw;
    padding-left: 12.2666666667vw;
  }
  .l-gnav > ul > li > a::before {
    height: 9.0666666667vw;
    width: 9.0666666667vw;
  }
}

/* footer
------------------------------------------- */
.l-footer {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer {
    display: block;
    padding: 0 4vw 5.3333333333vw;
    text-align: center;
  }
  .l-footer .c-banner {
  	margin-top:20px;
    margin-bottom: 5.3333333333vw;
  }
}

/* kv
========================================================================== */
.kv img {
  width: 100%;
}

/* access
========================================================================== */
.access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.access iframe {
  height: 356px;
  width: 520px;
}
.access dl {
  padding-right: 60px;
}
.access dl dt {
  color: var(--color-black);
  font-size: 12px;
  font-weight: 800;
}
.access dl dd {
  font-weight: 500;
  margin-bottom: 10px;
}
.access dl dd:last-child {
  margin-bottom: 0;
}
.access .c-more {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-right: 0;
  }
  .access .c-title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .access iframe {
    height: 58.6666666667vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .access .access_box {
    display: contents;
  }
  .access dl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 9.3333333333vw;
    padding-right: 0;
  }
  .access dl dt {
    font-size: 3.2vw;
  }
  .access dl dd {
    margin-bottom: 6.6666666667vw;
  }
  .access .c-more {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 8vw;
  }
}