/* spファースト用の共通CSS */
/* ----------------------------------------------------
 common
 ---------------------------------------------------- */
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

@font-face {
  font-family: 'icomoon';
  src: url('/assets/common/fonts/icomoon.eot?jkrmbh');
  src:
    url('/assets/common/fonts/icomoon.eot?jkrmbh#iefix') format('embedded-opentype'),
    url('/assets/common/fonts/icomoon.ttf?jkrmbh') format('truetype'),
    url('/assets/common/fonts/icomoon.woff?jkrmbh') format('woff'),
    url('/assets/common/fonts/icomoon.svg?jkrmbh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
}

[class^='icon-']::before,
[class^='icon-']::after,
[class*=' icon-']::before,
[class*=' icon-']::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: white;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-scope::after {
  content: '\e900';
}

.icon-pin::after {
  content: '\e901';
}

.icon-home::after {
  content: '\e902';
}

.icon-news::after {
  content: '\e903';
}

.icon-point::after {
  content: '\e904';
}

.icon-member::after {
  content: '\e905';
}

.icon-faq::after {
  content: '\e906';
}

.icon-fb::after {
  content: '\e907';
}

.icon-tw::after {
  content: '\e908';
}

.icon-insta::after {
  content: '\e909';
}

.icon-dumbbell::after {
  content: '\e90a';
}

.icon-amenity::after {
  content: '\e90b';
}

.icon-towel::after {
  content: '\e90c';
}

.icon-shampoo::after {
  content: '\e90d';
}

.icon-wifi::after {
  content: '\e90e';
}

.icon-parking::after {
  content: '\e90f';
}

.icon-hanger::after {
  content: '\e910';
}

.icon-shower::after {
  content: '\e911';
}

.icon-shoes::after {
  content: '\e912';
}

.icon-security::after {
  content: '\e913';
}

.icon-locker::after {
  content: '\e914';
}

.icon-water::after {
  content: '\e915';
}

.icon-sunburn::after {
  content: '\e916';
}

.icon-cafe::after {
  content: '\e917';
}

.icon-comic::after {
  content: '\e918';
}

.icon-open::after {
  content: '\e919';
}

.icon-ice::after {
  content: '\e91a';
}

.icon-movie::after {
  content: '\e91b';
}

.icon-use::after {
  content: '\e91c';
}

.icon-weight::after {
  content: '\e91d';
}

.icon-tel::after {
  content: '\e91e';
}

@media screen and (max-width: 1260px) {
  /* 1260px以上*/
}

@media screen and (max-width: 1024px) {
  /* 1024px以下*/
}

@media screen and (max-width: 767px) {
  /* 768px以下*/
}

@media screen and (max-width: 480px) {
  /* 480px以下*/
}

@media screen and (max-width: 320px) {
  /* 320px以下*/
}

/*================================================================================

reset & default & font

================================================================================*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # ================================================================= # Global selectors # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # ================================================================= # General elements # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # ================================================================= # Forms # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type='number'] {
  width: auto;
  /* Firefox 36+ */
}

[type='search'] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type='search'] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # ================================================================= # Specify media element style # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # ================================================================= # Accessibility # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~='screen'] {
    display: inherit;
  }

  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # ================================================================= # Selection # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  /*font-family:"roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
  line-height: 1.6;
  /* font-size: 14px; */
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  /* -webkit-font-feature-settings: "palt" 1; font-feature-settings: "palt" 1;
*/
}

* {
  margin: 0;
  padding: 0;
}

/*selection*/
::-moz-selection {
  background-color: #c1e76b;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #c1e76b;
  color: #000;
  text-shadow: none;
}

/*placeholder*/
::-webkit-input-placeholder-shown {
  color: #cccccc;
}

:-ms-input-placeholder-shown {
  color: #cccccc;
}

::-ms-input-placeholder-shown {
  color: #cccccc;
}

::placeholder-shown {
  color: #cccccc;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #cccccc;
}

/* Firefox 18- */
::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

/* IE 10+ */
::-ms-input-placeholder {
  color: #cccccc;
}

img,
svg {
  border: 0;
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

ul,
dl,
ol {
  list-style-type: none;
}

/*    Link
--------------------------------------------------------------------------------*/
a:link {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:active {
  color: inherit;
  text-decoration: none;
}

*:focus {
  outline: none;
}

/*  margin */
.mg0a {
  margin: 0 auto;
}

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

.mgt1 {
  margin-top: 1px !important;
}

.mgt2 {
  margin-top: 2px !important;
}

.mgt3 {
  margin-top: 3px !important;
}

.mgt4 {
  margin-top: 4px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt6 {
  margin-top: 6px !important;
}

.mgt7 {
  margin-top: 7px !important;
}

.mgt8 {
  margin-top: 8px !important;
}

.mgt9 {
  margin-top: 9px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

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

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl45 {
  margin-left: 45px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgl55 {
  margin-left: 55px !important;
}

.mgl60 {
  margin-left: 60px !important;
}

.mgr0 {
  margin-right: 2 0 !important;
}

.mgr2 {
  margin-right: 2px !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr35 {
  margin-right: 35px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr45 {
  margin-right: 45px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

.mgr55 {
  margin-right: 55px !important;
}

.mgr60 {
  margin-right: 60px !important;
}

/* padding */
.pdt0 {
  padding-top: 0 !important;
}

.pdt1 {
  padding-top: 1px !important;
}

.pdt2 {
  padding-top: 2px !important;
}

.pdt3 {
  padding-top: 3px !important;
}

.pdt4 {
  padding-top: 4px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt6 {
  padding-top: 6px !important;
}

.pdt7 {
  padding-top: 7px !important;
}

.pdt8 {
  padding-top: 8px !important;
}

.pdt9 {
  padding-top: 9px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt35 {
  padding-top: 35px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdt45 {
  padding-top: 45px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdt55 {
  padding-top: 55px !important;
}

.pdt60 {
  padding-top: 60px !important;
}

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

.pdl5 {
  padding-left: 5px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl25 {
  padding-left: 25px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdl35 {
  padding-left: 35px !important;
}

.pdl40 {
  padding-left: 40px !important;
}

.pdl45 {
  padding-left: 45px !important;
}

.pdl50 {
  padding-left: 50px !important;
}

.pdl55 {
  padding-left: 55px !important;
}

.pdl60 {
  padding-left: 60px !important;
}

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

.pdr5 {
  padding-right: 5px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr25 {
  padding-right: 25px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

.pdr35 {
  padding-right: 35px !important;
}

.pdr40 {
  padding-right: 40px !important;
}

.pdr45 {
  padding-right: 45px !important;
}

.pdr50 {
  padding-right: 50px !important;
}

.pdr55 {
  padding-right: 55px !important;
}

.pdr60 {
  padding-right: 60px !important;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.alL {
  text-align: left;
}

.alC {
  text-align: center;
}

.alR {
  text-align: right;
}

.vaT {
  vertical-align: top;
}

.vaM {
  vertical-align: middle;
}

.vaB {
  vertical-align: bottom;
}

.disnon {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.w100per {
  width: 100%;
  height: auto;
}

/*clear*/
.clearfix {
  clear: both;
  background: transparent;
  height: 1px;
  font-size: 1px;
}

/* clearfix micro */
.cf:before,
.cf:after {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.-pcOnly {
  display: block;
}

@media screen and (max-width: 767px) {
  .-pcOnly {
    display: none;
  }
}

.-spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .-spOnly {
    display: block;
  }
}

body {
  font-family: 'source-han-sans-japanese', sans-serif;
  font-size: 16px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.-fontEN {
  font-family: 'futura-pt', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.-fontNum {
  /*font-family: 'Roboto Condensed';*/
}

.z-minus1 {
  z-index: -1;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.c_wh {
  color: #fff;
}

.c_green {
  color: #5cb74f;
}

.is_bgBk {
  background-color: #000;
}

.has_underline_green {
  border-bottom: solid 3px #5cb74f;
}

@media screen and (max-width: 767px) {
  .has_underline_green {
    border-bottom: solid 2px #5cb74f;
  }
}

/* ----------------------------------------------------
 common button
 ---------------------------------------------------- */

/* 今すぐカンタン手続きなどで使われているボタン */
.commonBtn {
  text-align: center;
  width: 100%;
  display: block;
  padding: 0px 20px;
  transition: all 0.3s ease-in-out;
}

/* 矢印 */
.commonBtn.has_arr {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.commonBtn.has_arr::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
}

/* closeボタン */
.commonBtn.has_close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.commonBtn.has_close::before,
.commonBtn.has_close::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 2px;
  height: 14px;
  background: #000;
  transition: all 0.3s ease-in-out;
}

.commonBtn.has_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.commonBtn.has_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.commonBtn.has_close:hover.commonBtn.has_close::before {
  background: #fff;
}

.commonBtn.has_close:hover.commonBtn.has_close::after {
  background: #fff;
}

/* 影あり */
.commonBtn.has_shadow {
  position: relative;
}

.commonBtn.has_shadow::after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #0f7018;
  border-radius: 9999px;
}
.commonBtn.has_shadow {
  position: relative;
}

.commonBtn.is_rounded_corners.has_shadow::after {
  border-radius: 10px;
}

/* モーダル内ボタン */
.commonBtn.is_modal {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
  height: 50px;
  margin-top: 14px;
}

.commonBtn_txt {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 18px;
}

.commonBtn_txt.is_sm {
  font-size: 18px;
}

.commonBtn.is_radius {
  border-radius: 9999px;
}

.commonBtn.is_rounded_corners {
  border-radius: 10px;
}

/* 黒 */
.commonBtn.is_black {
  background-color: #000;
  color: #fff;
  border: solid 1px#000;
}

.commonBtn.is_black.has_white-line {
  border: solid 1px#fff;
}

.commonBtn.is_black:hover {
  background-color: #fff;
  color: #000;
}

.commonBtn.is_black:hover.commonBtn.is_black.has_arr::after {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}

.commonBtn.is_black.has_arr::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/* 白 */
.commonBtn.is_white {
  background-color: #fff;
  color: #000;
  border: solid 1px#000;
}

.commonBtn.is_white.has_arr::after {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}

.commonBtn.is_white:hover {
  background-color: #000;
  color: #fff;
  border: solid 1px#fff;
}

.commonBtn.is_white:hover.commonBtn.is_white.has_arr::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/* 緑 */
.commonBtn.is_green {
  background-color: #5eb74f;
  color: #fff;
  border: solid 1px#5eb74f;
}
.commonBtn.is_green.has_arr::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.commonBtn.is_green:hover {
  background-color: #fff;
  color: #5eb74f;
  border: solid 1px #5eb74f;
}

.commonBtn.is_green:hover.commonBtn.is_green.has_arr::after {
  border-top: solid 2px #5eb74f;
  border-right: solid 2px #5eb74f;
}

/* ----------------------------------------------------
 header
 ---------------------------------------------------- */
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 1);
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 50px;
    background: #ebebeb;
    border-bottom: 1px solid #fff;
  }
  .drawer.drawer--right.drawer-open .l-header {
    background: #cfe9ca;
  }
}

/*FiT24 Top Header / Footer*/
.l-header.-fit24Header {
  height: auto;
}

.l-header.-fit24Header .l-header-inner {
  height: 100px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-header.-fit24Header .l-header-inner {
    height: 50px;
  }
}

.l-header.-fit24Header .l-headerLogo {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 35px;
}

@media screen and (max-width: 1024px) {
  .l-header.-fit24Header .l-headerLogo {
    gap: 22px;
  }
}

@media screen and (max-width: 480px) {
  .l-header.-fit24Header .l-headerLogo {
    gap: 12px;
    margin-left: 15px;
  }
}

.logo-fit24 {
  display: block;
  height: 55px;
  width: auto;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .logo-fit24 {
    padding: 0;
    height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .logo-fit24 {
    padding-top: 3px;
    height: 34px;
  }
}

.logo-fit24 > img {
  height: 100%;
}

.logo-indoor-golf {
  display: block;
  height: 50px;
  width: auto;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .logo-indoor-golf {
    padding: 0;
    height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .logo-indoor-golf {
    padding-top: 2px;
    height: 30px;
  }
}

.logo-indoor-golf > img {
  height: 100%;
}

.l-header.-fit24Header .l-gNav02 {
  position: absolute;
  top: 123px;
  right: 80px;
}
.l-header.-fit24Header .l-gNavPC02 {
  display: flex;
  gap: 10px;
}
.l-header.-fit24Header .l-gNavPC02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 140px;
  height: 48px;
  border: 2px solid #5eb74f;
  border-radius: 25px;
  background: #fff;
}
.l-header.-fit24Header .l-gNavPC02 .l-gNavPC_item a span.en {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  left: 0.025em;
}
.l-header.-fit24Header .l-gNavPC02 .l-gNavPC_item a span.jp {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo !important;
}
.l-header.-fit24Header .l-gNavPC02 .l-gNavPC_item a span.-icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .l-header.-fit24Header .l-gNavALL {
    width: auto;
    right: 0;
  }
}

/* ----------------------------------------------------
 global navigation
 ---------------------------------------------------- */

.l-gNavPC {
  display: flex;
  margin-left: auto;
  /* position: absolute;
  right: 316px;
  top: 0; */
}

/* @media screen and (max-width: 1024px) {
  .l-gNavPC {
    right: 290px;
  }
}

@media screen and (max-width: 900px) {
  .l-gNavPC {
    right: 220px;
  }
} */

@media screen and (max-width: 767px) {
  .l-gNavPC {
    display: none;
  }
}

.l-gNavPC .l-gNavPC_item {
  margin-right: 26px;
}

@media screen and (max-width: 1024px) {
  .l-gNavPC .l-gNavPC_item {
    margin-right: 20px;
  }
}

@media screen and (max-width: 900px) {
  .l-gNavPC .l-gNavPC_item {
    margin-right: 4px;
  }
}

.l-gNavPC .l-gNavPC_item a {
  display: block;
  height: 100px;
  padding: 30px 4px 0 4px;
  padding-top: 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-gNavPC .l-gNavPC_item a span {
  line-height: 1;
  display: block;
}

.l-gNavPC .l-gNavPC_item a span.jp {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo !important;
}

@media screen and (max-width: 1024px) {
  .l-gNavPC .l-gNavPC_item a span.jp {
    font-size: 13px;
  }
}

@media screen and (max-width: 900px) {
  .l-gNavPC .l-gNavPC_item a span.jp {
    font-size: 12px;
  }
}

.l-gNavPC .l-gNavPC_item a span.en {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  position: relative;
  left: 0.025em;
  min-width: max-content;
}

@media screen and (max-width: 1024px) {
  .l-gNavPC .l-gNavPC_item a span.en {
    font-size: 17px;
  }
}

@media screen and (max-width: 900px) {
  .l-gNavPC .l-gNavPC_item a span.en {
    font-size: 16px;
  }
}

.l-gNavPC .l-gNavPC_item a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.l-gNavALL {
  /* display: flex;
  position: absolute;
  right: 0;
  top: 0; */
  /*width: 316px;*/
  height: 100%;
  margin-right: 80px;
  background: #5eb74f;
}
@media screen and (max-width: 1024px) {
  .l-gNavALL {
    margin-right: 20px;
  }
}

@media screen and (max-width: 900px) {
  .l-gNavALL {
    margin-right: 12px;
  }
}

/* @media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item {
    position: absolute;
    right: 0;
    top: 0;
  }
} */

.l-gNavALL .l-gNavALL_item .itemBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: max-content;
  /* width: 158px; */
  padding: 0 12px;
  height: 100%;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .l-gNavALL .l-gNavALL_item .itemBtn {
    padding: 0 6px;
  }
}

@media screen and (max-width: 900px) {
  .l-gNavALL .l-gNavALL_item .itemBtn {
    /* width: 100px; */
    padding: 0 4px;
    font-size: 12px;
  }
}

/* @media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item .itemBtn {
    width: 60px;
    height: 50px;
    font-size: 10px;
    padding: 0;
  }
} */

.l-gNavALL .l-gNavALL_item .itemBtn:hover {
  opacity: 0.9;
}

.l-gNavALL .l-gNavALL_item.-mypage .itemBtn {
  gap: 8px;
}

/* @media screen and (max-width: 1024px) {
  .l-gNavALL .l-gNavALL_item .itemBtn {
    width: 120px;
  }
} */

@media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item.-inquiry {
    right: 120px;
  }
}

.l-gNavALL .l-gNavALL_item.-inquiry {
  height: 100%;
}

.l-gNavALL .l-gNavALL_item.-inquiry .itemBtn {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-gNavALL .l-gNavALL_item.-inquiry .itemBtn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 1px;
  height: 70px;
  margin: auto 0;
  /* background-color: #fff; */
}

@media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item.-inquiry .itemBtn {
    padding-top: 18px;
  }
}

.l-gNavALL .l-gNavALL_item.-inquiry .itemBtn span {
  display: block;
  line-height: 1;
}

.l-gNavALL .l-gNavALL_item.-inquiry .itemBtn span:last-child {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item.-inquiry .itemBtn span:last-child {
    margin-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item.-inquiry .itemBtn span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item.-shopSerch {
    right: 60px;
  }
}

.l-gNavALL .l-gNavALL_item.-shopSerch .itemBtn {
  background: #5eb74f;
  padding-top: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item.-shopSerch .itemBtn {
    padding-top: 11px;
  }
}

.l-gNavALL .l-gNavALL_item.-shopSerch .itemBtn span {
  display: block;
  line-height: 1;
  color: #fff;
}

.l-gNavALL .l-gNavALL_item.-shopSerch .itemBtn span.icon-mypage {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item.-shopSerch .itemBtn span.icon-scope::after {
    font-size: 16px;
  }
}

.l-gNavALL .l-gNavALL_item.-shopSerch .itemBtn span.txt {
  margin-top: 8px;
}

.l-gNavALL .l-gNavALL_item.-drawer {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item.-drawer {
    display: inline-block;
  }
}

.l-gNavALL .l-gNavALL_item.-drawer .itemBtn {
  display: flex;
  position: relative;
}

.l-gNavALL .l-gNavALL_item.-drawer .itemBtn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 24px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-gNavALL .l-gNavALL_item.-drawer .itemBtn span:nth-child(1) {
  margin-top: -16px;
}
.l-gNavALL .l-gNavALL_item.-drawer .itemBtn span:nth-child(2) {
  margin-top: -8px;
}
.l-gNavALL .l-gNavALL_item.-drawer .itemBtn span:nth-child(3) {
  margin-top: 1px;
}
.l-gNavALL .l-gNavALL_item.-drawer .itemBtn span:nth-child(3)::after {
  content: 'Menu';
  position: absolute;
  top: 5px;
  left: -2px;
  color: #000;
  font-size: 10px;
}

.l-drawer .l-gNavSP_topCont {
  background: #f0f0f0;
  border-bottom: 1px solid #fff;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item {
  border-top: 1px solid #fff;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item.-mypage {
  background: #5eb74f;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a {
  display: block;
  width: 100%;
  height: 49px;
  color: #000;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item.-mypage a {
  color: #fff;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .inner {
  padding: 0 18px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .inner span {
  display: block;
  line-height: 1;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .inner .en {
  font-size: 15px;
  letter-spacing: 0.05em;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .inner .jp {
  font-size: 11px;
  width: 7em;
  letter-spacing: 0.05em;
  text-align: left;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item div[class*='icon-']::after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 20px;
  line-height: 1;
  display: block;
  color: #5eb74f;
}

/* office用 */
.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .innerOffice {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .innerOffice img {
  margin-top: 6px;
  margin-right: 20px;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .innerOffice .text {
  float: right;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .innerOffice span {
  display: block;
  line-height: 1;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .innerOffice .en {
  font-weight: bold;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .innerOffice .jp {
  font-size: 14px;
  opacity: 0.5;
  margin-top: 5px;
}

.l-drawer .l-gNavSP_btmCont {
  background: #f0f0f0;
  padding: 45px 20px 40px;
}

.l-drawer .l-gNavSP_btmList .l-gNavSP_btmList_item a {
  font-size: 12px;
  color: #000;
  letter-spacing: 0.01em;
  display: inline-block;
  margin-bottom: 20px;
}

.l-drawer .l-gNavSP_btmBtn {
  margin-top: 25px;
}

.l-drawer .l-gNavSP_btmBtn .l-gNavSP_btmBtn_item:nth-child(n + 2) {
  margin-top: 10px;
}

.l-drawer .l-gNavSP_btmBtn .l-gNavSP_btmBtn_item:last-child a {
  font-size: 16px;
  color: #3d4c04;
  padding: 9px 10px;
}

.l-drawer .l-gNavSP_btmBtn .l-gNavSP_btmBtn_item:last-child a span {
  position: relative;
  padding-left: 30px;
}

.l-drawer .l-gNavSP_btmBtn .l-gNavSP_btmBtn_item:last-child a span::after {
  color: #3d4c04;
  font-size: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.drawer-overlay {
  z-index: 10;
}

.drawer-nav {
  width: 80vw;
  background: #f0f0f0;
  display: none;
}
.l-gNavSP_logo {
  width: 210px;
  padding: 0 0 0 20px;
}
.-golfTop .l-gNavSP_logo {
  width: 220px;
}

@media screen and (max-width: 767px) {
  .drawer-nav {
    display: block;
  }
}

.drawer--right .drawer-nav {
  right: -80vw;
}

.drawer--right .drawer-nav .drawer-menu {
  margin-top: 49px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 83vw;
  background: none !important;
}

.drawer--right.drawer-open .l-headerLogo {
  opacity: 0;
}

.drawer--right.drawer-open .-drawer .itemBtn span:nth-child(1) {
  margin-top: 0 !important;
  margin-left: 0 !important;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer--right.drawer-open .-drawer .itemBtn span:nth-child(2) {
  width: 0;
}

.drawer--right.drawer-open .-drawer .itemBtn span:nth-child(3) {
  margin-top: 0 !important;
  margin-left: 0 !important;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer--right.drawer-open .-drawer .itemBtn span:nth-child(3)::after {
  content: none;
}

/* ----------------------------------------------------
menu button
 ---------------------------------------------------- */
header #menu-button p {
  display: none;
}

@media screen and (max-width: 767px) {
  #menu-button div:nth-child(3)::after {
    content: 'Menu';
    position: absolute;
    top: 5px;
    left: 0px;
    color: #000;
    font-size: 10px;
    font-weight: bold;
  }
  /*ボタン*/
  header #menu-button {
    position: absolute;
    display: block;
    right: 0px;
    top: -5px;
    width: 50px;
    height: 47px;
    cursor: pointer;
    z-index: 2;
    transition:
      top 0.35s ease,
      right 0.45s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
      background 0.3s ease;
  }
  header #menu-button > div {
    width: 28px;
    height: 2px;
    background: #000;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  header #menu-button > div:nth-child(1) {
    top: 35%;
    right: 10px;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  header #menu-button.active > div:nth-child(3)::after {
    content: none;
  }

  header #menu-button.active {
    right: calc(100vw - 65px); /* ボタンを左に移動 */
    top: 3px;
  }
  header #menu-button.active > div:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-5%, -50%) rotate(45deg);
    -moz-transform: translate(-5%, -50%) rotate(45deg);
    -ms-transform: translate(-5%, -50%) rotate(45deg);
    -o-transform: translate(-5%, -50%) rotate(45deg);
    transform: translate(-5%, -50%) rotate(45deg);
  }

  header #menu-button.active > div:nth-child(2) {
    opacity: 0;
  }

  header #menu-button.active > div:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-5%, -50%) rotate(-45deg);
    -moz-transform: translate(-5%, -50%) rotate(-45deg);
    -ms-transform: translate(-5%, -50%) rotate(-45deg);
    -o-transform: translate(-5%, -50%) rotate(-45deg);
    transform: translate(-5%, -50%) rotate(-45deg);
  }

  header #menu-button > div:nth-child(2) {
    top: 50%;
    right: 10px;
  }

  header #menu-button > div:nth-child(3) {
    top: 65%;
    right: 10px;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .drawer-nav .l-drawer .block .active::after {
    background: rgba(0, 0, 0, 0.5);
  }

  header .menu > li > a {
    position: relative;
    display: block;
    height: auto;
    padding: 1.3em 3.5%;
    line-height: 1em;
    color: #000;
  }

  /* ドロワーメニューのアニメーション */
  .l-drawer {
    position: fixed;
    top: 50px;
    right: 0 !important;
    width: 80vw;
    height: calc(100vh - 50px);
    background: #f0f0f0;
    z-index: 999;
    transform: translateX(100%);
    transition:
      transform 0.3s ease,
      opacity 0.3s ease !important;
    opacity: 0;
  }

  /* メニューが開いている時 */
  .l-drawer.active {
    transform: translateX(0);
    opacity: 1;
  }
  /* メニューが開いている時の項目 */
  .l-drawer.active .l-gNavSP_topCont_item {
    transform: translateY(0);
    opacity: 1;
  }

  .l-header-inner.active::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    z-index: 1;
  }
  .cover.active {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}

/* ----------------------------------------------------
 footer
 ---------------------------------------------------- */
.l-footer {
  background: #fff;
}

.l-footer .l-innerWrap {
  width: auto;
}

.l-footerTop .l-innerWrap:first-child {
  padding: 0;
}

.l-footerTop .l-footerLogo {
  margin: 30px 23px 0;
  border-top: 1px solid #999999;
}

.l-footerTop .l-footerLogo .l-footerLogo_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 12px 0 10px;
  line-height: 1;
}

.l-footerTop .l-footerLogo .l-footerLogo_inner a {
  display: block;
}

.l-footerTop .l-footerLogo .l-footerLogo_inner a.-fit24 {
  height: 36px;
  width: auto;
}

.l-footerTop .l-footerLogo .l-footerLogo_inner a.-fit24 > img {
  height: 100%;
  width: auto;
  display: block;
}

.l-footerTop .l-footerLogo .l-footerLogo_inner a.-indoor-golf {
  height: 36px;
  width: auto;
}

.l-footerTop .l-footerLogo .l-footerLogo_inner a.-indoor-golf > img {
  width: auto;
  height: 100%;
  display: block;
}

.l-footerTop .l-footerWrap {
  position: relative;
  padding: 15px 30px 60px;
  background: #e4e4e4;
}

.l-footerTop .l-footerWrap > div {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.l-footerTop .l-footerNav {
  display: flex;
  justify-content: space-between;
}

.l-footerTop .l-footerNav .l-footerNav_item {
  line-height: 1;
}

.l-footerTop .l-footerNav .l-footerNav_item a {
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1a1a1a;
  font-size: 10px;
}

.l-footerTop .l-footerNav .l-footerNav_item a:hover {
  opacity: 0.8;
}

.l-footerTop .l-footerSns {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: auto;
  margin-top: 15px;
}

.l-footerTop .l-footerSns .l-footerSns_item a {
  display: block;
  width: 30px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-footerTop .l-footerSns .l-footerSns_item:first-child a {
  background: #000;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.l-footerTop .l-footerSns .l-footerSns_item a .icon-tw {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
}

.l-footerTop .l-footerSns .l-footerSns_item:first-child a ::after {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  padding-left: 2px;
}

.l-footerTop .l-footerSns .l-footerSns_item:last-child a ::after {
  color: rgba(0, 0, 0, 1);
  font-size: 26px;
}

.l-footerTop .l-footerSns .l-footerSns_item a:hover {
  opacity: 0.8;
}

.l-footerTop .copyright {
  font-size: 14px;
  color: #1a1a1a;
  text-align: center;
  padding: 20px 20px 40px;
}

.l-footerTop .corp_member {
  padding-top: 30px;
  text-align: center;
  margin: 0 auto 30px auto;
}

.l-footerTop .corp_member a img.sp {
  display: none;
}

/* @media screen and (max-width: 767px) { */
.l-footerTop .corp_member a img.pc {
  display: none;
}

.l-footerTop .corp_member a img.sp {
  display: block;
  width: 90%;
  margin: 0 auto;
}
/* } */

.l-footerBtm {
  background: #fff;
}

.l-footerBtm .l-innerWrap {
  padding: 40px 0 100px;
}

.l-footerBtm .l-footerBtmLogo .pic {
  display: block;
  width: 180px;
  margin: 0 auto;
}

.l-footerBtm .l-footerBtmTxt {
  text-align: center;
  margin-top: 15px;
  padding: 0 20px;
}

.l-footerBnr {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.l-footerBnr li {
  margin: 0 10px;
  width: 300px;
}

.l-footerBnr li a {
  display: block;
  transition: 0.3s;
}

.l-footerBnr li a:hover {
  opacity: 0.8;
}

.l-footerColmun {
  display: block;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.l-footerColmun:hover {
  opacity: 0.6;
}

/* ----------------------------------------------------
 fixed - back to top button
 ---------------------------------------------------- */

#c-pageTop {
  position: fixed;
  right: 28px;
  bottom: 20px;
  z-index: 30;
}

@media screen and (max-width: 1024px) {
  #c-pageTop {
    right: 18px;
    bottom: 9px;
  }
}

@media screen and (max-width: 767px) {
  #c-pageTop {
    bottom: 70px;
  }
}

#c-pageTop a {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  font-size: 1px;
  background: rgba(95, 183, 80, 0.8);
  /* -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15); */
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #c-pageTop a {
    width: 50px;
    height: 50px;
  }
}

#c-pageTop a span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  padding-top: 32px;
}

@media screen and (max-width: 1024px) {
  #c-pageTop a span {
    padding-top: 28px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  #c-pageTop a span {
    font-size: 12px;
  }
}

#c-pageTop a::before,
#c-pageTop a::after {
  content: '';
  position: absolute;
  left: 50%;
}

#c-pageTop a::before {
  width: 12px;
  height: 1px;
  background: #fff;
  margin-left: -6px;
  top: 14px;
}

@media screen and (max-width: 1024px) {
  #c-pageTop a::before {
    top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #c-pageTop a::before {
    width: 10px;
    margin-left: -5px;
  }
}

#c-pageTop a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent;
  margin-left: -6px;
  top: 19px;
}

@media screen and (max-width: 1024px) {
  #c-pageTop a::after {
    top: 15px;
  }
}

@media screen and (max-width: 767px) {
  #c-pageTop a::after {
    border-width: 0 5px 6px 5px;
    margin-left: -5px;
  }
}

#c-pageTop a:hover {
  opacity: 0.7;
}

/* ボトムメニュー */
.l-fixedCvbtn {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 20;
  width: 100%;
  padding: 12px 15%;
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: center;
  background-color: #e4e4e4;
}

@media screen and (max-width: 767px) {
  .l-fixedCvbtn {
    padding: 10px;
    gap: 10px;
  }
}

.l-fixedCvbtn .commonBtn {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  max-width: 420px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .l-fixedCvbtn .commonBtn {
    padding: 8px 12px;
    font-size: 14px;
    max-width: unset;
    width: calc(50% - 5px);
  }
}

.l-fixedCvbtn .commonBtn .commonBtn_txt {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .l-fixedCvbtn .commonBtn .commonBtn_txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .commonBtn.has_arr::after {
    width: 8px;
    height: 8px;
  }
}

.l-fixedCvbtn .commonBtn.is_black {
  border: solid 1px #fff;
}

.l-fixedCvbtn .commonBtn:hover.is_black {
  border: solid 1px #000;
}

/* ----------------------------------------------------
 レイアウト共通
 ---------------------------------------------------- */

.bg-fixed-img-cover::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.bg-fixed-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.bg-fixed-img.has-blur {
  filter: blur(2px);
}

.l-innerWrap {
  width: 100%;
  padding: 60px 20px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 各セクションの余白調整 */
/* @media screen and (max-width: 767px) { */
#sec01 .l-innerWrap {
  padding: 45px 20px 60px;
}
/* } */

/* @media screen and (max-width: 767px) { */
#sec-pickup .l-innerWrap {
  padding: 45px 20px 60px;
}
/* } */

/* @media screen and (max-width: 767px) { */
#sec02 .l-innerWrap {
  padding: 45px 20px 0px;
  overflow: hidden;
}
/* } */

/* @media screen and (max-width: 767px) { */
#sec03 .l-innerWrap {
  padding: 45px 20px 60px;
}
/* } */

/* @media screen and (max-width: 767px) { */
#sec04 .l-innerWrap {
  padding: 45px 20px 60px;
}
/* } */

.l-innerWrap.-pdNon {
  padding: 0;
}

/* @media screen and (max-width: 767px) { */
.l-innerWrap.-pdNon {
  padding: 0 20px;
}
/* } */

.l-innerWrap.-pdLarge {
  padding: 160px 0;
}

/* @media screen and (max-width: 767px) { */
.l-innerWrap.-pdLarge {
  padding: 100px 20px;
}
/* } */

/* ----------------------------------------------------
 main contents
 ---------------------------------------------------- */

.page-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-contents {
  background: #fff;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  /*IE,edge*/
  scrollbar-width: none;
  /*firefox*/
  -ms-overflow-style: none;
}

@media screen and (min-width: 768px) {
  .main-contents {
    max-width: 440px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
    margin-right: 0;
    padding-top: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .main-contents {
    /* max-width: 440px; */
    margin-right: clamp(260px, 26vw, 380px);
  }
}

@media screen and (min-width: 1440px) {
  .main-contents {
    max-width: 500px;
    margin-right: 400px;
  }
}

/* ----------------------------------------------------
 左サイドコンテンツ
 ---------------------------------------------------- */

#fv-left-contents {
  display: none;
}

@media screen and (min-width: 768px) {
  #fv-left-contents {
    display: block;
    width: calc(100% - 440px);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
  }
}

@media screen and (min-width: 1024px) {
  #fv-left-contents {
    width: calc((100% - 440px) - (clamp(280px, 26vw, 380px)));
  }
}

@media screen and (min-width: 1440px) {
  #fv-left-contents {
    width: calc((100% - 500px) - 400px);
  }
}

#fv-left-contents .fv-obj-line-green-right {
  width: clamp(120px, 8vw, 160px);
  display: block;
  position: absolute;
  top: 100px;
  right: 0px;
}

#fv-left-contents .fv-obj-line-green-left {
  width: 70px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0px;
}

#fv-left-contents .fv-logo-fit24 {
  width: clamp(167px, 12vw, 240px);
  display: block;
  position: absolute;
  top: 170px;
  left: clamp(40px, 4vw, 70px);
}

@media screen and (min-width: 1440px) {
  #fv-left-contents .fv-logo-fit24 {
    left: 90px;
  }
}

#fv-left-contents .fv-copy-wrap-fit24 {
  display: block;
  position: absolute;
  top: 55%;
  left: clamp(40px, 4vw, 70px);
}

@media screen and (min-width: 1440px) {
  #fv-left-contents .fv-copy-wrap-fit24 {
    left: 90px;
  }
}

#fv-left-contents .fv-copy-img-fit24 {
  width: clamp(280px, 22vw, 380px);
}

#fv-left-contents .fv-copy-txt-fit24 {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.8;
  font-weight: 700;
  margin-top: 40px;
}

#fv-left-contents .fv-logo-indoorgolf {
  width: clamp(287px, 14vw, 340px);
  display: block;
  position: absolute;
  top: 170px;
  left: clamp(40px, 4vw, 70px);
}

#fv-left-contents .fv-copy-wrap-indoorgolf {
  display: block;
  position: absolute;
  top: 48%;
  left: clamp(40px, 4vw, 70px);
}

#fv-left-contents .fv-copy-img-indoorgolf {
  width: clamp(330px, 23vw, 380px);
}

#fv-left-contents .fv-copy-txt-indoorgolf {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.8;
  font-weight: 700;
  margin-top: 40px;
}

/* ----------------------------------------------------
	右サイドコンテンツ
 ---------------------------------------------------- */
#fv-right-contents {
  display: none;
}

@media screen and (min-width: 1024px) {
  #fv-right-contents {
    position: fixed;
    top: 0;
    right: 0;
    width: clamp(260px, 26vw, 380px);
    height: 100%;
    background: var(--color-grad);
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  #fv-right-contents {
    width: 400px;
  }
}

@media screen and (min-width: 1024px) {
  #fv-right-contents .contents-container {
    position: absolute;
    bottom: 14%;
    right: clamp(10px, 3vw, 40px);
  }
}

/* コラムページのみ位置微調整 */
@media screen and (min-width: 1024px) {
  #fv-right-contents .contents-container.is_colmunpage {
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  #fv-right-contents .contents-container {
    right: 60px;
  }
}

@media screen and (min-width: 1440px) {
  #fv-right-contents .contents-container {
    position: absolute;
    bottom: 14%;
    right: 100px;
  }
}

#fv-right-contents .fv-ankhor-list-item {
  cursor: pointer;
  width: fit-content;
}

#fv-right-contents .fv-ankhor-list-item + .fv-ankhor-list-item {
  margin-top: 4px;
}

#fv-right-contents .fv-ankhor-list-item > a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 10px;
  transition: color 0.3s ease-in-out;
}

#fv-right-contents .fv-ankhor-list-item > a:hover {
  color: #5eb74f;
}

#fv-right-contents .fv-ankhor-list-item > a::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  margin-right: 10px;
  transition: transform 0.3s ease-in-out;
}

#fv-right-contents .fv-ankhor-list-item > a:hover::before {
  border-top: solid 1px #5eb74f;
  border-right: solid 1px #5eb74f;
  transform: rotate(45deg) translate(4px, -4px);
}

#fv-right-contents .btnWrap {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

#fv-right-contents .btnWrap .shopDetailBtn,
#fv-right-contents .btnWrap .commonBtn {
  height: 37px;
  width: 220px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fv-right-contents .btnWrap .shopDetailBtn_txt,
#fv-right-contents .btnWrap .commonBtn_txt {
  font-size: 16px;
  font-weight: 700;
}
