@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&family=Noto+Sans+JP:wght@700&family=Raleway:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.-fontNotoSerif {
  font-family: "Noto Serif JP", serif;
}

.-fontSortsMillGoudy {
  font-family: "Sorts Mill Goudy", serif;
}

/* LINESeedJP */
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Th.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
:root {
  --colorWhite: #ffffff;
  --colorSoftAmber: #D1C0A5;
  --colorIrisBlue: #14b9c3;
  --colorNightRider: #323232;
  --colorGeraldine: #ed7b79;
  --colorMantis: #85c259;
  --colorDanube: #6c90ca;
  --colorMoonGlow: #f4efcc;
  --colorWhiteSmoke: #f0f0f0;
  --colorTurquoiseBlue: #64c8d2;
  --colorWaxFlower: #f0afa0;
  --colorSpray: #8cd2dc;
  --colorSolitude: #E7F0FE;
  --colorblackc_alpha15: rgba(0, 0, 0, 0.15);
  --fontSize12: 12px;
  --fontSize13: 13px;
  --fontSize14: 14px;
  --fontSize15: 15px;
  --fontSize16: 16px;
  --fontSize17: 17px;
  --fontSize18: 18px;
  --fontSize19: 19px;
  --fontSize20: 20px;
  --fontSize21: 21px;
  --fontSize22: 22px;
  --fontSize23: 23px;
  --fontSize24: 24px;
  --fontSize25: 25px;
  --fontSize26: 26px;
  --fontSize27: 27px;
  --fontSize28: 28px;
  --fontSize29: 29px;
  --fontSize30: 30px;
  --fontSize31: 31px;
  --fontSize32: 32px;
  --fontSize33: 33px;
  --fontSize34: 34px;
  --fontSize35: 35px;
  --fontSize36: 36px;
  --fontSize37: 37px;
  --fontSize38: 38px;
  --fontSize39: 39px;
  --fontSize40: 40px;
  --fontSize41: 41px;
  --fontSize42: 42px;
  --fontSize43: 43px;
  --fontSize44: 44px;
  --fontSize45: 45px;
  --fontSize46: 46px;
  --fontSize47: 47px;
  --fontSize48: 48px;
  --fontSize49: 49px;
  --fontSize50: 50px;
  --fontSize51: 51px;
  --fontSize52: 52px;
  --fontSize53: 53px;
  --fontSize54: 54px;
  --fontSize55: 55px;
  --fontSize56: 56px;
  --fontSize57: 57px;
  --fontSize58: 58px;
  --fontSize59: 59px;
  --fontSize60: 60px;
  --fontSize61: 61px;
  --fontSize62: 62px;
  --fontSize63: 63px;
  --fontSize64: 64px;
  --fontSize65: 65px;
  --fontSize66: 66px;
  --fontSize67: 67px;
  --fontSize68: 68px;
  --fontSize69: 69px;
  --fontSize70: 70px;
  --fontSize71: 71px;
  --fontSize72: 72px;
  --fontSize73: 73px;
  --fontSize74: 74px;
  --fontSize75: 75px;
  --fontSize76: 76px;
  --fontSize77: 77px;
  --fontSize78: 78px;
  --fontSize79: 79px;
  --fontSize80: 80px;
  --fontSize81: 81px;
  --fontSize82: 82px;
  --fontSize83: 83px;
  --fontSize84: 84px;
  --fontSize85: 85px;
  --fontSize86: 86px;
  --fontSize87: 87px;
  --fontSize88: 88px;
  --fontSize89: 89px;
  --fontSize90: 90px;
}

@media screen and (max-width: 750px) {
  :root {
    --fontSize12: calc(12 / 750 * 100vw);
    --fontSize13: calc(13 / 750 * 100vw);
    --fontSize14: calc(14 / 750 * 100vw);
    --fontSize15: calc(15 / 750 * 100vw);
    --fontSize16: calc(16 / 750 * 100vw);
    --fontSize17: calc(17 / 750 * 100vw);
    --fontSize18: calc(18 / 750 * 100vw);
    --fontSize19: calc(19 / 750 * 100vw);
    --fontSize20: calc(20 / 750 * 100vw);
    --fontSize21: calc(21 / 750 * 100vw);
    --fontSize22: calc(22 / 750 * 100vw);
    --fontSize23: calc(23 / 750 * 100vw);
    --fontSize24: calc(24 / 750 * 100vw);
    --fontSize25: calc(25 / 750 * 100vw);
    --fontSize26: calc(26 / 750 * 100vw);
    --fontSize27: calc(27 / 750 * 100vw);
    --fontSize28: calc(28 / 750 * 100vw);
    --fontSize29: calc(29 / 750 * 100vw);
    --fontSize30: calc(30 / 750 * 100vw);
    --fontSize31: calc(31 / 750 * 100vw);
    --fontSize32: calc(32 / 750 * 100vw);
    --fontSize33: calc(33 / 750 * 100vw);
    --fontSize34: calc(34 / 750 * 100vw);
    --fontSize35: calc(35 / 750 * 100vw);
    --fontSize36: calc(36 / 750 * 100vw);
    --fontSize37: calc(37 / 750 * 100vw);
    --fontSize38: calc(38 / 750 * 100vw);
    --fontSize39: calc(39 / 750 * 100vw);
    --fontSize40: calc(40 / 750 * 100vw);
    --fontSize41: calc(41 / 750 * 100vw);
    --fontSize42: calc(42 / 750 * 100vw);
    --fontSize43: calc(43 / 750 * 100vw);
    --fontSize44: calc(44 / 750 * 100vw);
    --fontSize45: calc(45 / 750 * 100vw);
    --fontSize46: calc(46 / 750 * 100vw);
    --fontSize47: calc(47 / 750 * 100vw);
    --fontSize48: calc(48 / 750 * 100vw);
    --fontSize49: calc(49 / 750 * 100vw);
    --fontSize50: calc(50 / 750 * 100vw);
    --fontSize51: calc(51 / 750 * 100vw);
    --fontSize52: calc(52 / 750 * 100vw);
    --fontSize53: calc(53 / 750 * 100vw);
    --fontSize54: calc(54 / 750 * 100vw);
    --fontSize55: calc(55 / 750 * 100vw);
    --fontSize56: calc(56 / 750 * 100vw);
    --fontSize57: calc(57 / 750 * 100vw);
    --fontSize58: calc(58 / 750 * 100vw);
    --fontSize59: calc(59 / 750 * 100vw);
    --fontSize60: calc(60 / 750 * 100vw);
    --fontSize61: calc(61 / 750 * 100vw);
    --fontSize62: calc(62 / 750 * 100vw);
    --fontSize63: calc(63 / 750 * 100vw);
    --fontSize64: calc(64 / 750 * 100vw);
    --fontSize65: calc(65 / 750 * 100vw);
    --fontSize66: calc(66 / 750 * 100vw);
    --fontSize67: calc(67 / 750 * 100vw);
    --fontSize68: calc(68 / 750 * 100vw);
    --fontSize69: calc(69 / 750 * 100vw);
    --fontSize70: calc(70 / 750 * 100vw);
    --fontSize71: calc(71 / 750 * 100vw);
    --fontSize72: calc(72 / 750 * 100vw);
    --fontSize73: calc(73 / 750 * 100vw);
    --fontSize74: calc(74 / 750 * 100vw);
    --fontSize75: calc(75 / 750 * 100vw);
    --fontSize76: calc(76 / 750 * 100vw);
    --fontSize77: calc(77 / 750 * 100vw);
    --fontSize78: calc(78 / 750 * 100vw);
    --fontSize79: calc(79 / 750 * 100vw);
    --fontSize80: calc(80 / 750 * 100vw);
    --fontSize81: calc(81 / 750 * 100vw);
    --fontSize82: calc(82 / 750 * 100vw);
    --fontSize83: calc(83 / 750 * 100vw);
    --fontSize84: calc(84 / 750 * 100vw);
    --fontSize85: calc(85 / 750 * 100vw);
    --fontSize86: calc(86 / 750 * 100vw);
    --fontSize87: calc(87 / 750 * 100vw);
    --fontSize88: calc(88 / 750 * 100vw);
    --fontSize89: calc(89 / 750 * 100vw);
    --fontSize90: calc(90 / 750 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #pickup,
  #support_area,
  #flow,
  #faq {
    scroll-margin-top: 20vw;
  }
}
.-spOnly {
  display: none;
}

@media screen and (max-width: 750px) {
  .-spOnly {
    display: inline;
  }
}
.-pcOnly {
  display: inline;
}

@media screen and (max-width: 750px) {
  .-pcOnly {
    display: none;
  }
}
body {
  color: var(--colorNightRider);
  font-family: "LINESeedJP", sans-serif;
  font-size: var(--fontSize18);
  font-weight: 400;
}

@media screen and (min-width: 751px) {
  body {
    background-image: url(../images/bg_pc_body@2x.jpg);
    background-size: cover;
    background-attachment: fixed;
  }
}
body.-inactive {
  overflow: hidden;
}

#wrapper {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  background-color: var(--colorWhite);
}

@media screen and (min-width: 751px) {
  #wrapper {
    zoom: 74%;
  }
}
.l-inner {
  width: 100%;
  margin: 0 auto;
}

#l-header .l-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 190px;
  height: 25.3333333333vw;
  padding: 42px 40px;
}

@media screen and (max-width: 750px) {
  #l-header .l-inner {
    padding: 5.6vw 5.3333333333vw;
  }
}
#l-header .l-inner .logo {
  position: static;
}

@media screen and (min-width: 1281px) {
  #l-header .l-inner .logo {
    position: fixed;
    left: 5.3333333333vw;
    width: 262px;
  }
}
@media screen and (max-width: 750px) {
  #l-header .l-inner .logo {
    max-width: 310px;
    width: 41.3333333333vw;
  }
}
#l-header .l-inner img {
  width: 100%;
}

#l-left-bottom,
#l-right-bottom {
  position: fixed;
  width: 20.8333333333vw;
}

@media screen and (max-width: 1280px) {
  #l-left-bottom,
  #l-right-bottom {
    display: none;
  }
}
#l-left-bottom {
  left: 5.5555555556vw;
  bottom: 20px;
}

#l-left-bottom .l-inner .text {
  color: var(--colorWhite);
  font-size: 12px;
  text-align: left;
  line-height: 2;
  font-feature-settings: "palt";
}

#l-right-bottom {
  right: 5.5555555556vw;
  bottom: 20px;
}

#l-right-bottom .l-inner {
  display: flex;
  flex-direction: column;
}

#l-right-bottom .l-inner .text {
  color: var(--colorWhite);
  font-size: 12px;
  text-align: right;
  line-height: 2;
  font-feature-settings: "palt";
}

.c-hamburger {
  display: block;
  position: fixed;
  width: 92px;
  height: 93px;
  background-image: url(../images/bg_hamburger.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 102;
}

@media screen and (min-width: 751px) {
  .c-hamburger {
    right: 5.5555555556vw;
    width: 92px;
    height: 93px;
  }
}
@media screen and (max-width: 750px) {
  .c-hamburger {
    position: fixed;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 12.2666666667vw;
    height: 12.4vw;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 3px;
  background-color: var(--colorWhite);
}

@media screen and (max-width: 750px) {
  .c-hamburger span {
    width: 5.3333333333vw;
    height: 0.4vw;
  }
}
.c-hamburger span:nth-child(1) {
  top: 36px;
}

@media screen and (max-width: 750px) {
  .c-hamburger span:nth-child(1) {
    top: 4.8vw;
  }
}
.c-hamburger span:nth-child(2) {
  bottom: 36px;
}

@media screen and (max-width: 750px) {
  .c-hamburger span:nth-child(2) {
    bottom: 4.8vw;
  }
}
.c-hamburger.-active {
  background-image: none;
  border: 1px solid var(--colorWhite);
  border-radius: 100%;
}

.c-hamburger.-active span:nth-child(1) {
  top: 42px;
  left: 0;
  transform: translateY(0) rotate(-45deg);
}

@media screen and (max-width: 750px) {
  .c-hamburger.-active span:nth-child(1) {
    top: 5.6vw;
  }
}
.c-hamburger.-active span:nth-child(2) {
  top: 33px;
  left: 0;
  transform: translateY(0) rotate(45deg);
}

@media screen and (max-width: 750px) {
  .c-hamburger.-active span:nth-child(2) {
    top: 4.6666666667vw;
  }
}
.c-tit {
  margin: 0 auto;
}

.c-tit.-balloon {
  max-width: 321px;
  width: 42.8vw;
  max-height: 118px;
  height: 15.7333333333vw;
  background-image: url(../images/bg_balloon.svg);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  color: var(--colorWhite);
  font-size: var(--fontSize44);
  font-weight: 700;
  text-align: center;
}

.c-tit.-water_journey {
  position: relative;
  max-width: 346px;
  width: 46.1333333333vw;
  z-index: 1;
}

.c-tit.-water_journey img {
  width: 100%;
}

.c-tit.-tour {
  max-height: 191px;
  height: 25.4666666667vw;
  padding: 12px 0 0 27px;
  background-image: url(../images/bg_sbj_blue.png);
  background-size: 100%;
}

@media screen and (max-width: 750px) {
  .c-tit.-tour {
    padding: 1.6vw 0 0 3.6vw;
  }
}
.c-tit.-tour .tit_tour {
  max-width: 656px;
  width: 87.4666666667vw;
}

.c-tit.-tour .tit_tour img {
  width: 100%;
}

.c-tit.-inquiry {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 191px;
  height: 25.4666666667vw;
  background-image: url(../images/bg_sbj_blue.png);
  background-size: 100%;
}

.c-tit.-inquiry .tit_inquiry {
  max-width: 416px;
  width: 55.4666666667vw;
}

.c-tit.-inquiry .tit_inquiry img {
  width: 100%;
}

#l-foot-cover .l-inner {
  position: relative;
}

#l-foot-cover .l-inner .img_footer {
  position: absolute;
  top: 60px;
  left: 50px;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 421px;
  width: 56.1333333333vw;
  max-height: 188px;
  height: 25.0666666667vw;
}

@media screen and (max-width: 750px) {
  #l-foot-cover .l-inner .img_footer {
    top: 8vw;
    left: 6.6666666667vw;
  }
}
#l-foot-cover .l-inner img {
  width: 100%;
}

#l-footer .l-inner {
  padding: 110px 0 320px 0;
  background-color: var(--colorTurquoiseBlue);
}

@media screen and (max-width: 750px) {
  #l-footer .l-inner {
    padding: 14.6666666667vw 0 42.6666666667vw 0;
  }
}
#l-footer .l-inner .f_logo {
  max-width: 524px;
  width: 69.8666666667vw;
  max-height: 512px;
  height: 68.2666666667vw;
  margin: 0 auto 70px auto;
}

@media screen and (max-width: 750px) {
  #l-footer .l-inner .f_logo {
    margin: 0 auto 9.3333333333vw auto;
  }
}
#l-footer .l-inner .f_logo img {
  width: 100%;
}

#l-footer .l-inner .text {
  color: var(--colorWhite);
  font-size: var(--fontSize26);
  text-align: center;
  font-feature-settings: "palt";
  line-height: 2;
}

#l-float {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 750px;
  width: 100vw;
  margin: auto;
  background-color: var(--colorWhite);
  z-index: 100;
}

#l-float .l-inner .elink-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#l-float .l-inner .elink-list li {
  width: 25%;
  max-height: 120px;
  height: 16vw;
  margin: 10px auto;
  color: var(--colorIrisBlue);
  font-size: var(--fontSize18);
  font-feature-settings: "palt";
}

#l-float .l-inner .elink-list li:not(:last-child) {
  border-right: 1px solid var(--colorSpray);
}

#l-float .l-inner .elink-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

#l-float .l-inner .elink-list li a img {
  margin-bottom: 10px;
  max-width: 66px;
  width: 8.8vw;
  max-height: 66px;
  height: 8.8vw;
}

@media screen and (max-width: 750px) {
  #l-float .l-inner .elink-list li a img {
    margin-bottom: 1.3333333333vw;
  }
}
#l-float .l-inner .elink-list li a:hover {
  opacity: 0.5;
}

#l-float .l-inner .elink-list li.urakata {
  width: 100%;
  max-height: 100px;
  height: 13.3333333333vw;
  margin: 0 auto;
  color: var(--colorWhite);
  font-size: var(--fontSize36);
  font-weight: 700;
}

#l-float .l-inner .elink-list li.urakata a {
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0 40px;
  background-color: var(--colorWaxFlower);
}

@media screen and (max-width: 750px) {
  #l-float .l-inner .elink-list li.urakata a {
    padding: 0 5.3333333333vw;
  }
}
#l-float .l-inner .elink-list li.urakata a img {
  margin-bottom: 0;
}

#l-float .l-inner .elink-list li.urakata a img.icn_glasses {
  max-width: 131px;
  width: 17.4666666667vw;
  max-height: 41px;
  height: 5.4666666667vw;
}

#l-float .l-inner .elink-list li.urakata a img.icn_arrow {
  max-width: 20px;
  width: 2.6666666667vw;
  max-height: 30px;
  height: 4vw;
}

@media screen and (max-width: 750px) {
  #l-float .l-inner .elink-list li.urakata a img {
    margin-bottom: 0;
  }
}
#l-gnv {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 750px;
  width: 100vw;
  height: 100%;
  margin: auto;
  z-index: 101;
  background-image: url(../images/bg_blue_stone.png);
}

#l-gnv .l-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

#l-gnv .l-inner .sbj {
  max-width: 550px;
  width: 73.3333333333vw;
  margin: 0 auto 50px auto;
  padding-bottom: 35px;
  border-bottom: 2px solid var(--colorWhite);
}

@media screen and (max-width: 750px) {
  #l-gnv .l-inner .sbj {
    margin: 0 auto 6.6666666667vw auto;
    padding-bottom: 4.6666666667vw;
    border-bottom: 0.2666666667vw solid var(--colorWhite);
  }
}
#l-gnv .l-inner .sbj .sbj_menu {
  max-width: 178px;
  width: 23.7333333333vw;
  margin: 0 auto;
}

#l-gnv .l-inner .sbj .sbj_menu img {
  width: 100%;
}

#l-gnv .l-inner .gnv-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 45px 0;
}

@media screen and (max-width: 750px) {
  #l-gnv .l-inner .gnv-list {
    gap: 6vw 0;
  }
}
#l-gnv .l-inner .gnv-list li {
  color: var(--colorWhite);
  font-size: var(--fontSize36);
  font-weight: 700;
}

#l-gnv .l-inner .gnv-list li span {
  display: block;
  margin-top: 5px;
  font-size: var(--fontSize20);
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  #l-gnv .l-inner .gnv-list li span {
    margin-top: 0.6666666667vw;
  }
}
#l-gnv .l-inner .gnv-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 300;
}

@media screen and (min-width: 751px) {
  .modal-container {
    zoom: 74%;
  }
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: absolute;
  display: inline-block;
  max-width: 660px;
  width: 88vw;
  margin: 40px auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--colorWhite);
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
}

.modal-close {
  display: block;
  position: relative;
  width: 92px;
  height: 93px;
  margin-left: auto;
  border: 1px solid var(--colorNightRider);
  border-radius: 100%;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .modal-close {
    width: 12.2666666667vw;
    height: 12.4vw;
  }
}
.modal-close span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 3px;
  background-color: var(--colorNightRider);
}

@media screen and (max-width: 750px) {
  .modal-close span {
    width: 5.3333333333vw;
    height: 0.4vw;
  }
}
.modal-close span:nth-child(1) {
  top: 42px;
  left: 0;
  transform: translateY(0) rotate(-45deg);
}

@media screen and (max-width: 750px) {
  .modal-close span:nth-child(1) {
    top: 5.6vw;
  }
}
.modal-close span:nth-child(2) {
  top: 43px;
  left: 0;
  transform: translateY(0) rotate(45deg);
}

@media screen and (max-width: 750px) {
  .modal-close span:nth-child(2) {
    top: 5.7333333333vw;
  }
}
/*# sourceMappingURL=style.css.map */
