@import url("https://use.typekit.net/zln3voh.css");

@font-face {
  font-family: "toroh3";
  src:
  url("/fonts/toroh3.woff") format("woff"),
  url("/fonts/toroh3.woff2") format("woff2");
}

@font-face {
  font-family: "Distortion";
  src:
  url("/fonts/Distortion.woff") format("woff"),
  url("/fonts/Distortion.woff2") format("woff2");
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #000000 url(/images/bg_speed.svg) repeat-y 50% 0;
  background-size: cover;
  font-family: "oswald", sans-serif;
  font-size: min(16px, 4.1vw);
  font-style: normal;
  font-weight: 400;
  font-display: swap !important;
  color: #ffffff;
  letter-spacing: .04em;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: clip;
}

:root {
  --red-color: #D60112;
  --blue-color: #195a9d;
  --yellow-color: #FFF500;
  --gold-color: #A5966A;
  --gray-color: #7c7c7c;
}

.float_y {
  opacity: 0;
  transform: translate(0, 40px);
  transition: 1s;
}

.float_z,
.float_f {
  opacity: 0;
  transform: scale(10, 10);
  transition: .3s;
  pointer-events: none;
}

.float_z {
  transition: .5s;
}

.fix_video {
  width: min(310px, 50vw);
  aspect-ratio: 16/9;
  border: 1px solid #ffffff;
  transition: 1s;
  position: fixed;
  bottom: min(30px, 2.56vw);
  right: min(30px, 2.56vw);
  z-index: 3;
}

.fix_video img {
  display: block;
  width: 100%;
  height: 100%;
}

.lity {
  background: rgba(0, 0, 0, .7) !important;
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.lity-wrap {
  display: flex !important;
  margin: auto !important;
  justify-content: center !important;
  align-items: center !important;
}

.lity-container,
.lity-content {
  padding: 0 !important;
  margin: auto !important;
  max-width: 90vw !important;
  max-height: 80svh !important;
}

.fix_video span {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: #000000;
  cursor: pointer;
  position: absolute;
  top: -1.75rem;
  right: -1px;
}

.fix_video span::before,
.fix_video span::after {
  content: '';
  margin: auto;
  width: .7rem;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fix_video span::before {
  transform: rotate(45deg);
}

.fix_video span::after {
  transform: rotate(-45deg);
}

.close {
    display: none;
}

body:has(.caution) {
  padding: 48px 0 0;
}

.caution {
  display: flex;
  width: 100vw;
  height: 48px;
  background: var(--red-color);
  color: var(--yellow-color);
  font-size: min(24px, 4.62vw);
  font-weight: 700;
  line-height: 1.25;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

header {
  display: flex;
  margin: 0;
  padding: 0 0 0 min(30px, 5vw);
  width: 100%;
  height: min(70px, 13.59vw);
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 2s ease-out;
}

header.after_caution {
  margin-top: 48px;
}

.float_f.zoom,
.float_z.zoom,
.float_y.show,
:is(header, main, .flag_line, #bread, #booking, #company, #tradelaw, #privacy, #notfound).show {
  opacity: 1;
  transform: translate(0) scale(1);
  visibility: visible;
}

header img {
  display: block;
  width: min(223px, 35.9vw);
}

header > a.to_book {
  display: flex;
  width: min(240px, 37.18vw);
  height: 100%;
  background: var(--yellow-color);
  color: #000000;
  font-weight: 700;
  font-size: min(25px, 4.36vw);
  justify-content: center;
  align-items: center;
  position: relative;
}

header > a.to_book::after {
  content: '';
  width: .5em;
  height: .5em;
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
  transform: rotate(45deg);
  position: absolute;
  top: 38%;
  right: 1em;
}

.link_lang_en {
    display: inline-flex;
    margin: auto min(30px, 3.08vw) auto auto;
    padding: 1px 1px 1px calc(.5em + 1px);
    background: #ffffff;
    border-radius: calc(1.2em + 2px);
    color: #000000;
    font-family: 'Helvetica', sans-serif;
    font-size: min(14px, 2.56vw);
    font-weight: 500;
    align-items: center;
    box-shadow: inset 0 0 .5em rgba(0, 0, 0, .25);
    transition: .1s;
    position: relative;
    z-index: 1;
}

.link_lang_en::after {
  content: '';
  margin: auto 0;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  background: linear-gradient(to top, var(--blue-color), #00ccff);
  transition: .1s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  z-index: -1;
}

.link_lang_en span {
    display: flex;
    margin: 0 0 0 1em;
    width: 2.4em;
    height: 2.4em;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    top: 0;
    box-shadow: 0 0 .5em rgba(0, 0, 0, 0);
    transition: .3s;
}

.flag_line {
  margin: 0 auto;
  width: calc(100% - 60px);
  height: 28px;
  background-image: linear-gradient(45deg, var(--gold-color) 25%, transparent 25%, transparent 75%, var(--gold-color) 75%), linear-gradient(45deg, var(--gold-color) 25%, transparent 25%, transparent 75%, var(--gold-color) 75%);
  background-position: 0 0, 14px 14px;
  background-size: 28px 28px;
  opacity: 0;
  visibility: hidden;
  transition: 2s ease-out;
}

.flag_line01 {
  margin-top: min(108px, 20.51vw);
}

main {
  margin: 0 auto;
  padding: 20px 0 40px;
  width: min(1050px, 90vw);
  height: 924px;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 2s ease-out;
}

main::before {
  content: 'Go-kart experience in Tokyo';
  display: block;
  background: linear-gradient(0deg, transparent, rgba(255, 255, 255, .4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "oswald", sans-serif;
  font-weight: 700;
  font-size: calc(100vw/11);
  width: 100vw;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  bottom: -.4em;
  left: calc(0px - (100vw - 1050px)/2);
}

main h1 {
  font-weight: 700;
  letter-spacing: .06em;
  position: relative;
  z-index: 1;
}

main h1 p:first-child {
  font-weight: 700;
  font-size: min(30px, 4.1vw);
}

main h1 p:last-child {
  font-weight: 500;
  font-size: min(28px, 4.1vw);
}

main h1 img {
  width: min(558px, 90vw);
}

main .off {
  margin: .5rem 0 0;
  padding: 0;
  width: min(314px, 48.97vw);
  height: min(246px, 38.46vw);
  background: url(/images/gizagiza.svg) no-repeat 50% 50%;
  background-size: cover;
  color: #000000;
  font-weight: 700;
  text-align: center;
  line-height: 1.05;
  position: absolute;
  top: min(210px, 40vw);
  left: 0;
  z-index: 1;
}

main .off p {
  padding: .15em 0 0;
  color: var(--red-color);
  font-size: min(44px, 6.15vw);
}

main .off p small {
  font-size: min(32px, 5.13vw);
  position: relative;
}

main .off p small span {
  font-size: min(38px, 5.38vw);
  position: absolute;
  top: -.85em;
  left: 0;
}

main .off strong {
  margin: 0 .05em;
  font-family: "countach", sans-serif;
  font-size: min(121px, 18.21vw);
  font-weight: 700;
  font-style: normal;

}

main .off div {
  margin: 0;
  font-size: min(39px, 5.38vw);
}

main h2 {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 3;
}

main h2 strong {
  display: block;
  padding: 0 0 0 min(110px, 18vw);
  font-size: min(38px, 6.15vw);
  letter-spacing: .06em;
  position: relative;
}

/*
main h2 strong:first-child {
  background: linear-gradient(0deg, #08D7E0, #F806EA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -91px;
  left: 0;
  z-index: 1;
}

main h2 strong:first-child::before {
  content: '';
  width: min(115px, 19vw);
  height: min(115px, 19vw);
  background: url(/images/icon_ev.svg) no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: -.25em;
  left: -.2em;
}

main h2 strong:nth-child(2) {
  margin: 0;
  color: #ffffff;
  -webkit-text-stroke: 3px #ffffff;
  text-stroke: 3px #ffffff;
  paint-order: stroke;
  position: absolute;
  top: -91px;
  left: 0;
  z-index: 0;
}
*/

main h2 strong:first-child {
  margin: .5em 0 0;
  padding: 0 0 0 min(50px, 10.26vw);
  color: var(--yellow-color);
  font-size: 38px;
  letter-spacing: .04em;
}

main h2 strong:first-child::before {
  content: '';
  width: min(40px, 8.72vw);
  height: min(40px, 8.72vw);
  background: url(/images/icon_tel.svg) no-repeat 50% 50%;
  background-size: 100%;
  position: absolute;
  top: .1em;
  left: 0;
}

main h2 strong:first-child span {
  color: #ffffff;
  font-family: 'Helvetica', sans-serif;
  font-weight: 900;
}

main h2 strong:nth-child(2) {
  margin: .5em 0 0;
  padding: 0 0 0 min(50px, 10.26vw);
  font-size: 36px;
}

main h2 strong:nth-child(2)::before {
  content: '';
  width: min(40px, 8.72vw);
  height: min(31px, 7.95vw);
  background: url(/images/icon_clock.svg) no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: .2em;
  left: 0;}

main h2 strong span {
  display: block;
  font-family: 'Helvetica', sans-serif;

  font-weight: 400;
  font-size: min(18px, 4.62vw);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.75;
}

main .bg_main {
    margin: auto 0;
    width: 100vw;
    height: 405px;
    transform: skewY(-9deg);
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(0px - (100vw - 1050px)/2);
    z-index: -1;

      img {
        display: block;
        margin: -390px 0 0;
        min-width: 130vw;
        min-height: 80vh;
        position: absolute;
        top: 0;
        left: -10vw;
        transform: skewY(9deg) rotate(-9deg);
        opacity: 1;
        object-fit: cover;
    }
}

main .bg_main::before {
  content: '';
  width: 100%;
  height: 100%;
  background: var(--red-color);
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

main::after {
  content: '';
  width: 900px;
  height: 200px;
  background: linear-gradient(99deg, transparent, var(--red-color));
  transform: skewY(-9deg);
  position: absolute;
  top: 60%;
  right: calc(0px - (100vw - 1050px)/2);
  z-index: 1;
}

main .main_machine {
  display: block;
  width: min(750px, 116.66vw);
  max-width: initial;
  position: absolute;
  top: 0;
  left: 160px;
  z-index: 0;
}

main.bokun {
  height: 1000px;
}

.bokun .main_machine_bokun {
  width: 640px !important;
  top: 140px !important;
  left: auto !important;
  right: -180px !important;
  z-index: 10 !important;
}

.bokun .main_machine_bokun02 {
  width: 520px !important;
  top: 320px !important;
  left: auto !important;
  right: 180px !important;
  z-index: 10 !important;
}

main .main_man {
  width: min(195px, 29.49vw);
  position: absolute;
  bottom: 100px;
  right: 0;
  z-index: 2;
}

main .main_man::after {
  content: '';
  width: min(195px, 29.49vw);
  height: min(195px, 29.49vw);
  background: var(--gold-color);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

main .main_man img {
  width: min(195px, 29.49vw);
}

main .main_man p {
  margin: 0 auto;
  font-family: 'Distortion';
  font-size: min(34px, 5.13vw);
  text-align: center;
  line-height: .8;
  transform: rotate(-9deg);
  position: absolute;
  bottom: -1.5em;
  right: 0;
  left: 0;
}

main .main_man p small {
  display: block;
  font-size: min(27px, 4.62vw);
}

main > ol {
  display: flex;
  margin: 0 auto;
  height: min(50px, 8.72vw);
  gap: 0 30px;
  justify-content: center;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  z-index: 3;
}

main > ol li {
  display: flex;
  width: min(50px, 8.72vw);
  height: min(50px, 8.72vw);
  border: 1px solid #ffffff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: 2s;
  cursor: pointer;
}

main > ol li img {
  display: block;
  margin: auto;
  width: min(20px, 3.49vw) !important;
  height: auto;
}

main > ol li:nth-child(2) img,
main > ol li:nth-child(3) img {
  width: min(25px, 4.36vw) !important;
}


#whats {
  padding: min(140px, 20.51vw) 0 min(860px, 113.38vw);
  position: relative;
}

:is(#whats, #course, #harajuku, #access, #company, #booking, #before_book, #review, #faq, footer, #tradelaw, #privacy, #notfound) h2 {
  padding: .5em 0 .5em;
  font-weight: 700;
  font-size: min(44px, 7.69vw);
  text-align: center;
  letter-spacing: .08em;
  line-height: 1.25;
  position: relative;
}

#whats h2 {
  font-size: min(44px, 8.21vw);
}

:is(#company, #tradelaw, #privacy) h2 {
  color: var(--gold-color);
}

:is(#whats, #course, #harajuku, #access, #company, #booking, #before_book, #review, #faq, footer, #tradelaw, #privacy, #notfound) h2::before,
:is(#whats, #course, #harajuku, #access, #company, #booking, #before_book, #review, #faq, footer, #tradelaw, #privacy, #notfound) h2::after {
  content: '';
  width: calc((100% - 1050px)/2 + 140px);
  height: 28px;
  background-image: linear-gradient(45deg, var(--gold-color) 25%, transparent 25%, transparent 75%, var(--gold-color) 75%), linear-gradient(45deg, var(--gold-color) 25%, transparent 25%, transparent 75%, var(--gold-color) 75%);
  background-position: 0 0, 14px 14px;
  background-size: 28px 28px;
  transform: scaleY(-1);
  position: absolute;
  top: 38px;
  right: 30px;
}

:is(#whats, #course, #harajuku, #access, #company, #booking, #before_book, #review, #faq, footer, #tradelaw, #privacy, #notfound) h2::before {
  background-image: linear-gradient(45deg, var(--gold-color) 25%, transparent 25%, transparent 75%, var(--gold-color) 75%), linear-gradient(45deg, var(--gold-color) 25%, transparent 25%, transparent 75%, var(--gold-color) 75%);
  background-position: right 0, calc(100% - 14px) 14px;
  background-size: 28px 28px;
  transform: scaleY(1);
  right: auto;
  left: 30px;
}

#notfound h2::before,
#notfound h2::after {
  width: calc((100% - 1050px)/2 + 200px);
}

:is(#privacy, #before_book, #course) h2::before,
:is(#privacy, #before_book, #course) h2::after {
  width: calc((100% - 1050px)/2 + 240px);
}

#faq h2::before,
#faq h2::after {
  width: calc((100% - 1050px)/2 + 360px);
}

#access h2::before,
#access h2::after {
  width: calc((100% - 1050px)/2 + 300px);
}

:is(#company, #tradelaw, footer) h2::before,
:is(#company, #tradelaw, footer) h2::after {
  width: calc((100% - 1050px)/2 + 300px);
}

#booking h2::before,
#booking h2::after {
  width: calc((100% - 1050px)/2 + 160px);
}

:is(#whats, #course, #harajuku, #booking, #before_book, #faq, footer, #notfound) h2 span {
  color: var(--gold-color);
}

#booking h2 span {
  margin-right: .35em;
}

.oni {
  display: block;
  margin: 0 auto;
  width: min(126px, 23.33vw);
  aspect-ratio: 126/110;
  z-index: 1;
}

#whats > p {
  margin: 0 auto;
  width: min(1050px, 90vw);
  font-size: min(18px, 4.1vw);
}

#whats h3 {
  margin: 4rem 0 1rem;
  background: var(--red-color);
}

#whats h3:first-of-type {
  margin-top: min(100px, 10.26vw);
}

#whats h3 span {
  display: flex;
  margin: 0 auto;
  width: min(1050px, 90vw);
  height: 2.4em;
  font-weight: 600;
  font-size: min(26px, 5.13vw);
  align-items: center;
  line-height: 1.1;
  letter-spacing: .08em;
  position: relative;
}

#whats h3 span::before {
  content: 'Feature';
  display: flex;
  margin: 0 .75em 0 0;
  padding: 0 .5em;
  background: var(--yellow-color);
  color: var(--red-color);
  font-size: min(22px, 4.1vw);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .06em;
}

#whats > img:not(.oni) {
  aspect-ratio: 16/9;
  object-fit: cover;
}

#whats .whats01 {
  width: min(667px, 81.28vw);
  position: absolute;
  bottom: 406px;
  left: calc((100% - 1050px)/2);
}

#whats .whats02 {
  width: min(509px, 60.77vw);
  position: absolute;
  bottom: 260px;
  right: calc((100% - 1050px)/2);
}

#whats .whats03 {
  width: min(377px, 40.77vw);
  aspect-ratio: 16/9;
  position: absolute;
  bottom: 140px;
  left: calc((100% - 1050px)/2 + 210px);
}

#attention {
  padding: min(120px, 20.51vw) 0 min(80px, 10.26vw);
  background: var(--red-color);
  position: relative;
}

/* モーダル本体の高さ制限とスクロール設定 */
.lity-content {
  max-height: 100svh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* iOS対応 */
}

/* #attention セクションが正しく縦に伸びるように */
.lity-att {
  max-height: none;
  overflow: visible;
  padding: 0 !important;
}

/* wrap_attention にも高さ制限が必要なら */
.wrap_attention {
  max-height: 100svh;
  overflow-y: auto;
}

#attention .oni {
  margin: 0 auto;
  width: min(138px, 23.33vw);
  position: absolute;
  top: 58px;
  right: 0;
  left: 0;
}

#attention.lity-att .oni {
  top: 22px;
}

#attention.lity-att .wrap_attention {
  padding-top: 140px;
}

.wrap_attention {
  margin: 0 auto;
  padding: 100px 90px 50px;
  width: min(1050px, 90vw);
  border: min(10px, 1.28vw) solid var(--yellow-color);
  position: relative;
}

.wrap_attention h2 {
  margin: 0;
  color: var(--yellow-color);
  font-weight: 700;
  font-size: min(75px, 10vw);
  line-height: 1;
  letter-spacing: .06em;
  text-align: center;
  position: relative;
}

.wrap_attention h2::before,
.wrap_attention h2::after {
    content: '';
    width: min(100px, 13.85vw);
    aspect-ratio: 93 / 85;
    background: url(/images/icon_attention.svg) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    top: -.25em;
    left: 14%;
}

.wrap_attention h2::after {
  left: auto;
  right: 14%;
}

.wrap_attention p {
  margin: 1em auto;
  font-size: min(20px, 4.1vw);
  line-height: 1.5;
  text-align: center;
}

.wrap_attention p span {
  font-weight: 500;
  color: var(--yellow-color);
}

.wrap_attention h3 {
  margin: 0;
  font-weight: 700;
  font-size: min(37px, 5.13vw);
  letter-spacing: .06em;
  text-align: center;
}

.wrap_attention ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
  justify-content: space-between;
}

.wrap_attention ul li {
  width: 170px;
  color: var(--yellow-color);
  font-weight: 700;
  font-size: min(30px, 7.69vw);
  letter-spacing: .06em;
  text-align: center;
}

.wrap_attention ul li:last-child {
  width: 340px;
}

.wrap_attention ul li img {
  display: block;
  margin: 1em 0 0;
}

.wrap_attention h4 {
  margin: 1.5em 0 0;
  font-weight: 700;
  font-size: min(22px, 4.62vw);
  line-height: 1.55;
  letter-spacing: .06em;
  text-align: center;
}

#course {
  padding: 0 0 min(140px, 17.95vw);
  background: #000000;
}

#course .wrap_course {
  margin: 0 auto;
  width: min(1050px, 90vw);
}

#course ul {
  display: flex;
  flex-wrap: wrap;
  margin: min(80px, 17.95vw) auto 0 !important;
  width: min(1050px, 90vw);
  gap: 0 3%;
}

#course ul > li {
  width: 48.5%;
  height: 760px;
  background: #ffffff;
  transition: .3s;
}

#course ul > li a {
  display: block;
  padding: min(40px, 5.13vw);
  width: 100%;
  height: 100%;
  color: #000000;
  position: relative;
}

#course ul > li a::before {
    content: '';
    width: min(20px, 3.59vw);
    height: min(20px, 3.59vw);
    border-top: .3rem solid #000000;
    border-right: .3rem solid #000000;
    transform: rotate(45deg);
    position: absolute;
    top: 68%;
    right: 1.25rem;
}

#course ul > li a img {
  display: block;
  aspect-ratio: 3/2;
  object-fit: cover;
}

#course ul > li a h3 {
  margin: 1em 0;
  font-weight: 700;
  font-size: min(32px, 5.64vw);
  line-height: 1.25;
  letter-spacing: .06em;
}

#course ul > li a h4 {
  margin: .75em 0 .5em;
  color: var(--red-color);
  font-weight: 700;
  font-size: min(38px, 5.9vw);
  line-height: 1.25;
  letter-spacing: .04em;
}

#course ul > li a h4 small {
  margin-left: .5em;
  color: var(--gray-color);
  font-size: min(20px, 3.59vw);
  letter-spacing: .04em;
}

#course ul > li a p {
  color: var(--gray-color);
  font-size: min(18px, 4.1vw);
  line-height: 1.65;
}

#course ul > li a ol {
  display: flex;
  padding: 0 min(40px, 5.13vw);
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  color: var(--gray-color);
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  position: absolute;
  bottom: min(40px, 5.13vw);
  left: 0;
}

#course ul > li a ol li:first-child {
  padding: 0 0 0 min(35px, 6.67vw);
  width: 30%;
  font-size: min(28px, 5.13vw);
  position: relative;
}

#course ul > li a ol li:first-child::before {
    content: '';
    margin: auto 0;
    width: min(26px, 4.87vw);
    height: min(26px, 4.87vw);
    background: url(/images/icon_time.svg) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    top: .05em;
    bottom: 0;
    left: 0;
}

#course ul > li a ol li:last-child {
  width: 70%;
  color: var(--red-color);
  font-size: min(32px, 6.15vw);
  text-align: right;
  white-space: nowrap;
  position: relative;
}

#course ul > li a ol li:last-child del {
  color: var(--red-color);
  font-size: min(19px, 3.08vw);
  position: absolute;
  top: -1.4em;
  right: 7.25em;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

#course ul > li:last-child a ol li:last-child del {
  right: 8em;
}

#course ul > li a ol li:last-child del span {
  color: var(--gray-color);

}

#course ul > li a ol li:last-child small {
  color: var(--gray-color);
  font-size: min(26px, 4.62vw);
  position: relative;
}

#course ul > li a ol li:last-child small::before {
  content: 'per person';
  font-size: min(16px, 3.08vw);
  position: absolute;
  top: -1em;
  right: 0;
}

#course .wrap_course > p.alert {
  margin: 1em auto 0;
  padding: 0 0 0 min(70px, 12vw);
  width: min(1050px, 90vw);
  font-size: min(24px, 3.08vw);
  line-height: 1.25;
  position: relative;
}

#course .wrap_course > p.alert::before {
    content: '';
    margin: auto 0;
    width: min(56px, 10.26vw);
    height: min(52px, 9.49vw);
    background: url(/images/icon_attention.svg) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

#course h3 {
  margin: 1.5em 0 1em;
  border-bottom: 1px solid #ffffff;
  font-size: min(40px, 7.18vw);
  font-weight: 700;
}

#course .wrap_course > strong {
  display: block;
  color: var(--yellow-color);
  font-size: min(34px, 6.41vw);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

#course .wrap_course > strong small {
  display: block;
  margin: .5em 0 4em;
  color: #ffffff;
  font-size: min(18px, 4.62vw);
  font-weight: 400;
}

#course .wrap_course > ol {
  display: flex;
  flex-wrap: wrap;
  margin: min(60px, 10.26vw) 0 0;
  width: 100%;
  gap: 0 5%;
}

#course .wrap_course > ol + ol {
  margin-top: 3.75rem;
}

#course .wrap_course > ol li:first-child {
  width: 45%;
}

#course .wrap_course > ol li:first-child img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: .5rem;
}

#course .wrap_course > ol li:last-child {
  width: 50%;
}

#course .wrap_course > ol li h4 {
  margin: 0 0 .5em;
  padding: 0 0 .65em;
  border-bottom: 1px solid #ffffff;
  color: var(--yellow-color);
  font-size: min(40px, 6.15vw);
  font-weight: 700;
  line-height: 1.25;
}

#course .wrap_course > ol li h4 small {
  display: block;
  margin: .75em 0 0;
  color: #ffffff;
  font-size: min(25px, 3.59vw);
}

#course .wrap_course > ol li p,
#course .wrap_course > p.exp {
  font-size: min(18px, 4.1vw);
  font-weight: 400;
  line-height: 1.75;
}

#course .wrap_course > p.note {
  margin: 2em 0 0;
  font-size: min(20px, 3.59vw);
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

#course .wrap_course > address {
  margin: 0 0 1em;
  color: var(--yellow-color);
  font-size: min(22px, 4.62vw);
  font-weight: 700;
  line-height: 1.5;
}

#course .wrap_course > .garage {
  display: block;
  margin: min(60px, 10.26vw) 0 0;
  aspect-ratio: 1.618 / 1;
  object-fit: cover;
  object-position: 50% 40%;
}

#before_book {
  padding: min(120px, 15.38vw) 0;
  background: #000000;
}

#before_book > ul {
    display: flex;
    flex-wrap: wrap;
    margin: min(60px, 7.69vw) auto 0;
    width: min(1050px, 90vw);
}

#before_book > ul li {
  width: 100%;
  color: #000000;
}

#before_book > ul li:nth-child(2n+1) {
    margin: 1.25rem 0 0;
    padding: .5em 0;
    background: var(--gold-color);
    border: 1px solid #ffffff;
    font-size: min(32px, 5.64vw);
    font-weight: 700;
    text-align: center;
    letter-spacing: .08em;
    cursor: pointer;
}

.toggle_btn {
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: min(40px, 5vw);
}

.toggle_btn::before,
.toggle_btn::after {
  display: block;
  content: '';
  background-color: #ffffff;
  position: absolute;
  width: .8em;
  height: .15em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toggle_btn::before {
  width: .15em;
  height: .8em;
}

.toggle_title.selected .toggle_btn::before {
  content: normal;
}

#before_book > ul li:nth-child(2n) {
    display: none;
    padding: 1.5em 1.5em;
    background: #ffffff;
    font-size: min(20px, 4.62vw);
    line-height: 1.75;
}

#review {
  padding: min(80px, 15.38vw) 0;
  background: url(/images/bg_review.webp) no-repeat 50% 50%;
  background-size: cover cover;
  position: relative;
  z-index: 1;
}

#review::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #6B0109, var(--red-color));
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#review .insta {
  margin: min(60px, 10.26vw) auto 0 !important;
  padding: 0 !important;
  width: min(500px, 90vw);
  height: min(720px, 135vw);
  background: var(--red-color);
  border: 10px solid var(--red-color);
  text-align: center;
  overflow: scroll;
}

#faq {
  padding: min(120px, 15.38vw) 0;
  background: linear-gradient(0deg, var(--red-color), #000000);
}

#faq dl {
  margin: 4rem auto 0;
  width: min(1050px, 90vw);
}

#faq dl + dl {
  margin-top: min(40px, 5.13vw);
}

#faq dl dt {
  display: flex;
  padding: 0 2em 0 2em;
  font-size: min(29px, 4.1vw);
  font-weight: 700;
  line-height: 1.35;
  position: relative;
  cursor: pointer;
}

#faq dl dt::before {
  content: 'Q';
  display: flex;
  border-radius: 50%;
  font-family: "oswald", sans-serif;
  font-size: min(36px, 4.62vw);
  font-weight: 500;
  position: absolute;
  top: -.25em;
  left: 0;
}

#faq dl dd {
  display: none;
  margin: 1.25em 0 0;
  padding: 1em 1.5em;
  background: #ffffff;
  color: #000000;
  font-size: min(18px, 4.1vw);
  font-weight: 400;
  line-height: 1.75;
  position: relative;
}

#faq dl dd strong {
  color: var(--red-color);
}


#harajuku {
  padding: min(120px, 15.38vw) 0 0;
  background: #000000;
}

#harajuku figure {
  margin: min(60px, 12.82vw) auto 0;
  width: min(1050px, 90vw);
  position: relative;
}

#harajuku figure :is(h3, h4) {
  margin: 0 auto;
  padding: 0 0 0 min(155px, 18vw);
  width: min(520px, 61vw);
  background: linear-gradient(0deg, #08D7E0, #F806EA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: min(55px, 6.41vw);
  letter-spacing: .08em;
  line-height: 1.2;
  position: absolute;
  top: 130px;
  right: 0;
  left: 0;
  z-index: 1;
}

#harajuku figure h3::before {
  content: '';
  margin: auto 0;
  width: min(160px, 18vw);
  height: min(160px, 18vw);
  background: url(/images/icon_ev.svg) no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: .2em;
  bottom: 0;
  left: -.2em;
}

#harajuku figure h4 {
  color: #ffffff;
  -webkit-text-stroke: 4px #ffffff;
  text-stroke: 4px #ffffff;
  paint-order: stroke;
  z-index: 0;
}

.kart01, .kart02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: min(1050px, 90vw);
}

.kart01 li:first-child {
  width: 57%;
  text-align: center;
}

.kart01 li:first-child img {
  width: min(443px, 74.1vw);
}

.kart01 li:last-child {
  padding: 2rem 0 0;
  width: 43%;
}

.kart01 li:last-child h5 {
  margin: 0 0 .5em;
  font-weight: 700;
  font-size: min(35px, 6.67vw);
  border-bottom: 1px solid #ffffff;
  letter-spacing: .04em;
}

.kart01 li:last-child p {
  font-size: min(20px, 4.1vw);
  font-weight: 300;
}

.kart02 {
  margin: 60px auto 80px;
  justify-content: space-between;
}

.kart02 li {
  width: 32%;
}

#harajuku .video {
  margin: 0 auto;
  width: min(1050px, 90vw);
  aspect-ratio: 16/9;
}

.video iframe {
  width: 100%;
  height: 100%;
}

#access {
  padding: min(140px, 25.64vw) 0 min(120px, 20.51vw);
  background: #000000;
}

#access .wrap_access {
  margin: 0 auto;
  width: min(1050px, 90vw);
}

#access iframe {
  display: block;
    margin: 3rem auto;
    width: min(1050px, 90vw);
    height: min(500px, 46.15vw);
}

#access .wrap_access > p {
  font-size: min(22px, 4.1vw);
}

#access .wrap_access > ul,
.ul_booking {
  display: flex;
  flex-wrap: wrap;
  margin: 1em auto 0;
  width: min(1050px, 90vw);
  font-weight: 700;
  line-height: 1.5;
  align-items: baseline;
  gap: 0 3rem;
}

.ul_booking {
  margin: 2em auto 0;
  width: 100% !important;
  justify-content: space-between;
  gap: 1.5em 0;
}

#access .wrap_access > ul li,
.ul_booking li {
  padding-left: 3.5rem;
  letter-spacing: .1em;
  position: relative;
}

#access .wrap_access > ul li:first-child,
.ul_booking li:first-child {
  color: var(--yellow-color);
  font-size: min(42px, 9.74vw);
  letter-spacing: .06em;
}

.ul_booking li {
  letter-spacing: .04em;
}

#access .wrap_access > ul li:last-child,
.ul_booking li:nth-child(2) {
  font-size: min(41px, 8.97vw);
  letter-spacing: .06em;
}

.ul_booking li:last-child {
  font-family: 'Helvetica', sans-serif;
  font-size: min(22px, 5.64vw);
}

.ul_booking li:last-child::before {
    content: '';
    width: min(27px, 6.92vw);
    height: min(21px, 5.38vw);
    background: url(/images/fig_mail_w.svg) no-repeat 50% 50%;
    background-size: 100%;
    position: absolute;
    top: 18%;
    left: .5em;
}

#access .wrap_access > ul li p,
.ul_booking li p {
  font-family: 'Helvetica', sans-serif;
  color: #ffffff;
  font-size: min(23px, 4.62vw);
  letter-spacing: 0;
}

.ul_booking li p {
  font-size: min(20px, 4.62vw);
}


#access .wrap_access > ul li:first-child::before,
.ul_booking li:first-child::before {
    content: '';
    width: min(48px, 8.72vw);
    height: min(48px, 8.72vw);
    background: url(/images/icon_tel.svg) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    top: .25em;
    left: 0;
}

#access .wrap_access > ul li:last-child::before,
.ul_booking li:nth-child(2)::before {
    content: '';
    width: min(46px, 9.74vw);
    height: min(36px, 7.69vw);
    background: url(/images/icon_clock.svg) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    top: .35em;
    left: 0;
}

.img_sc {
  display: block;
  margin: min(60px, 10.26vw) auto 0;
  width: min(1050px, 90vw);
}

.logo_sc {
  display: block;
  margin: min(60px, 7.69vw) 0 min(40px, 5.13vw);
  width: min(263px, 44.1vw);
}

#access .wrap_access > a {
    display: block;
    width: 14em;
    margin: 1.75em 0 0;
    padding: .75em 1.25em;
    border: 1px solid;
    font-size: min(19px, 4.87vw);
    font-weight: 700;
    line-height: 1;
    transition: .3s;
    position: relative;
    z-index: 1;
}

#access .wrap_access > a::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #ffffff;
  transition: .3s;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: -1;
}

#access .wrap_access > a::after {
    content: '';
    margin: auto 0;
    width: .5em;
    height: .5em;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    transition: .3s;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
}

:is(#company, #tradelaw, #privacy) {
  padding: 0 0 min(120px, 10.26vw);
  opacity: 0;
  visibility: hidden;
  transition: 2s ease-out;
}

:is(#company, #tradelaw) ul {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem auto 0;
  width: min(1050px, 90vw);
  font-size: min(22px, 4.1vw);
  position: relative;
  z-index: 1;
}

:is(#company, #tradelaw) ul li {
  padding: 1em 0;
  border-bottom: 1px solid #ffffff;
  letter-spacing: .06em;
}

:is(#company, #tradelaw) ul li:nth-child(2n+1) {
  width: 40%;
  font-weight: 700;
}

:is(#company, #tradelaw) ul li:nth-child(2n) {
  width: 60%;
}

:is(#company, #tradelaw) ul li:nth-last-child(-n+2) {
  border-bottom: none;
}

#privacy ul {
  display: flex;
  flex-wrap: wrap;
  margin: min(60px, 7.69vw) auto 0;
  width: min(1050px, 90vw);
}

#privacy ul li {
  width: 100%;
}

#privacy ul li:nth-child(2n+1) {
  margin: 1.25rem 0 0;
  padding: .25em 0;
  background: var(--gold-color);
  border: 1px solid #ffffff;
  color: #000000;
  font-family: "oswald", sans-serif;
  font-size: min(40px, 5.64vw);
  font-weight: 700;
  text-align: center;
  letter-spacing: .08em;
  cursor: pointer;
}

#privacy ul li:nth-child(2n) {
  padding: 1em 3em;
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  line-height: 1.5;
}

#privacy ul > li p.lead {
    margin: 2em 0;
    font-weight: 600;
}

#privacy ul > li p {
    margin: 0 0 1.5em;
}

#privacy ul > li p strong {
    font-weight: 700;

}

#privacy ul > li h3 {
  margin: 1em 0 .25em;
  color: inherit !important;
  font-weight: 700;
}

#privacy-policy:not(input) {
  display: block !important;
}

#bread {
  margin: 0 auto;
  padding: min(100px, 17.95vw) 0 min(30px, 7.69vw);
  width: min(1050px, 90vw);
  font-size: min(14px, 3.59vw);
  opacity: 0;
  visibility: hidden;
  transition: 2s ease-out;
}

#booking {
  padding: 0 0 min(80px, 15.38vw);
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: 2s ease-out;
}

#booking .wrap_booking {
  margin: 2rem auto 0;
  width: min(850px, 90vw);
}

#booking .wrap_booking h3 {
  color: var(--yellow-color);
  font-size: min(24px, 5.9vw);
  font-weight: 700;
}

#booking .wrap_booking > p {
  margin: .25em 0 2em;
  font-size: min(20px, 4.1vw);
  line-height: 1.75;
}

#booking .wrap_booking > p a {
  border-bottom: 1px dashed;
}

#notfound {
  opacity: 0;
  visibility: hidden;
  transition: 2s ease-out;
}

#notfound p {
  margin: 2em auto 6em;
  width: min(1050px, 90vw);
  font-size: min(24px, 5.13vw);
}

footer {
  padding: 0;
  background: #000000;
}

footer ol {
  display: flex;
  margin: min(40px, 11.79vw) auto 0;
  height: min(80px, 16.67vw);
  justify-content: center;
  gap: 0 40px;
}

footer ol li {
  display: flex;
  aspect-ratio: 1 / 1;
  border: 1px solid #ffffff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: 2s;
  cursor: pointer;
}

/*
footer ol li img {
  display: block;
  margin: auto;
  width: 35%;
}

footer ol li:nth-child(2) img {
  width: 90%;
}

footer ol li:nth-child(3) img {
  width: 45% !important;
}
*/

footer > ol li img {
  display: block;
  margin: auto;
  width: min(32px, 6.67vw) !important;
  height: auto;
}

footer > ol li:nth-child(2) img,
footer > ol li:nth-child(3) img {
  width: min(36px, 7.5vw) !important;
}

footer ul {
  display: flex;
  margin: min(60px, 10.26vw) auto 0;
  font-size: min(20px, 4.62vw);
  font-weight: 700;
  line-height: 1;
  justify-content: center;
}

footer ul li {
  padding: 0 .5em;
}

footer ul li:not(:last-child) {
  border-right: 2px solid #ffffff;
}

footer ul li a {
  transition: .3s;
}


.copy {
  background: #000000;
  padding: 5em 0 8em;
  font-size: min(16px, 4.1vw);
  text-align: center;
}

.pc_only {
  display: initial;
}

.sp_only {
  display: none;
}


/* produced by DEAP ここから */
#id_deap {
  display: block;
  transition: .3s;
  position: fixed;
  left: 1em;
  bottom: 1em;
  z-index: 10;
}

#id_deap ul {
  display: flex;
  flex-wrap: wrap;
  width: min(192px, 22.05vw);
  font-family: "bc-alphapipe", sans-serif;
  font-size: min(12px, 2.82vw);
  font-weight: 400;
  font-style: italic;
  line-height: 1.75;
  letter-spacing: .1em;
  gap: .25em 0;
}

#id_deap ul li:first-child {
  width: 92px;
  color: #ffffff;
}

#id_deap ul li:last-child {
  width: 100px;
  background: #ffffff;
  border-radius: 1em;
  color: #000000;
  text-align: center;
}

@media (any-hover: hover) {

  #id_deap:hover {
    filter: invert(100%);
  }

}

@media (width <= 767px) {

  #id_deap ul {
    max-width: 86px;
  }

  #id_deap ul li {
    width: 100% !important;
  }
}

/* produced by DEAP ここまで */




@media (any-hover: hover) {

  main > ol li:hover,
  footer ol li:hover {
    transform: rotateY(360deg);
  }

  .link_lang_en:hover {
    color: #ffffff;
  }

  .link_lang_en:hover::after {
    background: linear-gradient(to top, var(--red-color), #ff8888);
    right: calc(100% - 2.4em - 1px);
  }

  .link_lang_en:hover span {
    color: #000000;
  }

/*
  main > ol li:hover {
    filter: invert(100%) drop-shadow(0 0 1em #ffffff) drop-shadow(0 0 .25rem #ffffff) drop-shadow(0 0 .2rem #ffffff);
  }
*/
  #course ul li:hover {
    filter: drop-shadow(0 0 1rem #ffffff);
  }

  #access .wrap_access > a:hover {
    color: #000000;
  }

  #access .wrap_access > a:hover::before {
    width: calc(100% + 1px);
  }

  #access .wrap_access > a:hover::after {
    border-color: #000000;
  }

  footer ul li a:hover {
    color: var(--gold-color);
  }


}



@media (768px <= width < 1050px) {


  .caution {
    padding: 0 .5em;
    height: 5rem;
    letter-spacing: .02em;
  }

  body:has(.caution) {
    padding: 5rem 0 0;
  }

  header.after_caution {
    margin-top: 5rem;
  }

  main::before {
    left: -5vw;
  }

  main::after {
    right: -25vw;
  }

  main .main_machine {
    margin: 0 auto;
    right: 0;
    left: 10%;
  }

  main .bg_main {
    left: -5vw;
  }

  main h2 {
    bottom: 100px;
  }

  .wrap_attention {
    padding: 15.38vw 3vw 10.26vw;
  }

  .wrap_attention h2::before {
    left: 3%;
  }

  .wrap_attention h2::after {
    right: 3%;
  }

  .wrap_attention ul {
    flex-wrap: nowrap;
    gap: 0 3%;
  }

  #whats h2::before,
  #whats h2::after {
      width: 70px;
  }

  #harajuku h2::before,
  #harajuku h2::after {
      width: 56px;
  }

  #course h2::before,
  #course h2::after {
      width: 168px;
  }

  :is(#access, #company) h2::before,
  :is(#access, #company) h2::after {
    width: 224px;
  }

  #course ul > li {
    height: 700px;
  }

  #course ul > li a {
    padding: 20px;
  }

  #course ul > li a::before {
    top: 60%;
  }

  #course ul > li a h4 small {
    display: block;
    margin: .25em 0 0;
  }

  #course ul > li a ol {
    padding: 0 20px;
    bottom: 20px;
  }

  #course ul > li a ol li:first-child {
    padding: 0 0 0 20px;
  }

  #course ul > li a ol li:first-child,
  #course ul > li a ol li:last-child small {
    font-size: 18px;
  }

  #course ul > li a ol li:first-child::before {
    width: 18px;
    height: 18px;
  }

  #course ul > li a ol li:last-child del {
    right: 6em;
  }
  
  #course ul > li a ol li:last-child small::before {
    font-size: 13px;
    letter-spacing: .04em;
  }

}

@media (width < 768px) {

  body {
    background: #000000 url(/images/bg_speed.svg) repeat-y 70% 0;
    background-size: 200% !important;
  }

  .caution {
    padding: 0 .5em;
    height: 21vw;
    letter-spacing: .02em;
  }

  body:has(.caution) {
    padding: 21vw 0 0;
  }

  header.after_caution {
    margin-top: 21vw;
  }

  .lity-container,
  .lity-content {
    width: 100vw !important;
  }

  :is(#whats, #course, #harajuku, #access, #company, #booking, #before_book, #review, #faq, footer, #tradelaw, #privacy, #notfound) h2 {
    margin: 1.25em 0 2.5em;
    padding: 0;
  }

  #harajuku h2 {
    letter-spacing: .04em;
  }

  :is(#whats, #course, #harajuku, #access, #company, #booking, #before_book, #review, #faq, footer, #tradelaw, #privacy, #notfound) h2::before,
  :is(#whats, #course, #harajuku, #access, #company, #booking, #before_book, #review, #faq, footer, #tradelaw, #privacy, #notfound) h2::after {
    content: '';
    margin: 0 auto;
    width: 90vw !important;
    height: 4.62vw;
    background-image: linear-gradient(45deg, var(--gold-color) 25%, transparent 25%, transparent 75%, var(--gold-color) 75%), linear-gradient(45deg, var(--gold-color) 25%, transparent 25%, transparent 75%, var(--gold-color) 75%);
    background-position: 0 0, 2.31vw 2.31vw;
    background-size: 4.62vw 4.62vw;
    position: absolute;
    top: -.9em !important;
    bottom: auto !important;
    right: 0;
    left: 0;
  }

  :is(#whats, #course, #harajuku, #access, #company, #booking, #before_book, #review, #faq, footer, #tradelaw, #privacy, #notfound) h2::before {
    top: auto !important;
    bottom: -1.1em !important;
  }

  #booking h2 {
    margin: 1.25em 0px 2em;
  }
  
  #booking h2 span {
    margin-right: 0;
  }

  main {
    padding: 3.08vw 0 7.69vw;
    height: 230vw;
  }

  main::before {
    font-size: 22.56vw;
    text-align: left;
    bottom: -.2em;
    left: -5vw;
  }

  main::after {
    width: 60vw;
    height: 32vw;
    background: linear-gradient(99deg, transparent, var(--red-color));
    opacity: .7;
    top: 120vw;
    right: -5vw;
  }

  main .bg_main {
      margin: 0;
      height: 65vw;
      left: -5vw;
      top: 45vw;
      bottom: auto;

        img {
          margin: auto 0;
          min-width: 140vw;
          min-height: initial;
          bottom: 0;
          right: -10vw;
          object-fit: cover;
      }
  }

  main .main_machine {
    top: 38vw !important;
    left: -11vw !important;
  }

  main .main_machine2 {
    top: 33vw !important;
  }

  main h1 img {
    margin: .2rem 0;
  }

  main h2 {
    margin: 102.31vw 0 23.07vw;
    bottom: 7.69vw;
  }
/*
  main h2 strong:first-child,
  main h2 strong:nth-child(2) {
    top: -14.753vw;
  }
*/
  main h2 strong:first-child {
    font-size: 9.74vw;
    letter-spacing: .02em;
  }

  main h2 strong:nth-child(2) {
    margin: .25em 0 0;
    font-size: 8.97vw;
    letter-spacing: .06em;
  }

  main h2 strong:nth-child(2)::before {
    left: -.05em;
  }

  main > ol {
    bottom: 16.67vw;
    gap: 0 5.13vw;
  }

  main .off {
    margin: 0;
    padding: .4rem 0 0;
  }

  main .main_man {
    bottom: 80vw;
  }

  .flag_line {
    width: 90vw;
    height: 4.62vw;
    background-image: linear-gradient(45deg, var(--gold-color) 25%, transparent 25%, transparent 75%, var(--gold-color) 75%), linear-gradient(45deg, var(--gold-color) 25%, transparent 25%, transparent 75%, var(--gold-color) 75%);
    background-position: 0 0, 2.31vw 2.31vw;
    background-size: 4.62vw 4.62vw;
    transform: scaleY(-1);
  }

  #whats h2 {
    margin: 1.25em 0 2em;
    letter-spacing: .06em;
  }

  #whats h3 {
    margin: 2.5rem 0 1rem
  }

  #whats > p {
    line-height: 1.5;
  }

  #whats .whats01 {
    bottom: 56.97vw;
    left: 5vw;
  }

  #whats .whats02 {
    bottom: 29.28vw;
    right: 5vw;
  }

  #whats .whats03 {
    bottom: 15.38vw;
    left: 5vw;
  }

  #attention.lity-att .wrap_attention {
    padding-top: 25.64vw;
  }

  #attention.lity-att .oni {
    top: 4.1vw;
  }

  #attention .oni {
    top: 10.25vw;
  }

  .wrap_attention {
    padding: 15.38vw 3vw 10.26vw;
  }

  .wrap_attention p {
    margin: 2em auto 1rem;
    text-align: left;
  }

  .wrap_attention ul {
    margin: 1rem auto 0;
    width: 70vw;
    gap: 1.25rem 10%;
  }

  .wrap_attention ul li:not(:last-child) {
    width: 45%;
    text-align: left;

      img {
        display: block;
        margin: 0 auto;
        width: 100%;
      }
  }

  .wrap_attention ul li:last-child {
    width: 100%;
    text-align: left;
  }

  .wrap_attention ul li span {
    letter-spacing: 0;
    position: relative;
    left: -.4em;
  }

  .wrap_attention h2::before {
    left: 0;
  }

  .wrap_attention h2::after {
    right: 0;
  }

  .wrap_attention ul li img {
    margin: .25em 0 0;
  }

  #harajuku figure :is(h3, h4) {
    top: 9.74vw;
  }

  #course ul > li {
    height: 138.97vw;
  }

  #course ul > li a::before {
    top: 62%;
  }

  #review {
    background: url(/images/bg_review.webp) no-repeat 50% 50%;
    background-size: cover;
  }

  .kart01 {
    margin: 2rem auto 0;
  }

  .kart01 li {
    width: 100% !important;
  }

  .kart02 {
      margin: 15.38vw auto;
      gap: 7.69vw 0;
    }

  .kart02 li {
      width: 100%;
  }

  #access iframe {
    margin: 4.5rem auto 2rem;
  }

  #access .wrap_access > p {
    line-height: 1.5;
  }

  #access .wrap_access > ul {
    gap: 1rem 0;
  }

  .ul_booking li,
  #access .wrap_access > ul li {
    padding-left: 3rem;
  }

  .ul_booking li:first-child,
  #access .wrap_access > ul li:first-child {
      letter-spacing: .02em;
  }

  #access .wrap_access > ul li:last-child {
      letter-spacing: .06em;
  }

  #access .wrap_access > ul li:first-child::before,
  .ul_booking li:first-child::before {
      top: .375em;
  }

  #access .wrap_access > ul li:last-child::before,
  .ul_booking li:nth-child(2)::before {
      top: .375em;
  }

  .ul_booking li:last-child::before {
      top: 17.5%;
      left: .35em;
  }

  #course ul {
    margin: 3rem auto 0;
    gap: 10.26vw 0;
  }

  #course ul li {
    width: 100%;
  }

  #course ul li a ol li:last-child del {
    right: 10em;
  }

  #course .wrap_course > strong {
    text-align: left;
  }

  #course .wrap_course > strong small {
    margin: 1em 0 3em;
  }

  #course .wrap_course > ol li {
    width: 100% !important;
  }

  #course .wrap_course > ol li:first-child {
    margin: 1.5rem 0 0;
    order: 1;
  }

  #course .wrap_course > ol li p {
    line-height: 1.5;
  }

  #course .wrap_course > p.note {
    text-align: left;
  }

  #privacy ul li:nth-child(2n) {
    padding: 0 1em;
  }

  footer ol {
    width: 90vw;
    justify-content: space-between;
    gap: 0;
  }

  .copy {
    padding: 5em 0 3em;
  }


  .pc_only {
    display: none;
  }

  .sp_only {
    display: initial;
  }

}






