@charset "UTF-8";
/*
@forward "variables";
@forward "styles";
*/
/* Reset box-model and set borders */
/* ============================================ */
*, ::after, ::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  text-decoration: inherit;
  vertical-align: inherit;
}

/* 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  /*scroll-behavior: smooth;*/
  font-weight: 600;
}

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

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

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

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

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

li {
  line-height: 1.5;
}

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

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;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: block;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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;
  height: auto;
  width: 100%;
  max-width: 100%;
  border: none;
}

/* 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 */
  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 */
  border: 0;
  width: 100%;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
  border-spacing: 0;
  width: 100%;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/*
@forward "mixin";
*/
/*== Color =======================*/
/*
$color-bg: ;
$color-text: ;
$color-bd: ;
*/
/*== Text =======================*/
/*= Size =*/
html {
  font-family: "IBM Plex Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "Sans-serif";
}

/*== Breakpoint =======================*/
/*= MediaQuery =*/
/*= Hover =*/
/*
@forward "mixin";
*/
/*== Margin =======================*/
/*== Content width =======================*/
/*== Content Padding =======================*/
/*== Content block =======================*/
.c-md-sp,
.c-sm-sp,
.c-xs-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .c-md-sp {
    display: block;
  }
  .c-md-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-sm-sp {
    display: block;
  }
  .c-sm-pc {
    display: none;
  }
}
@media screen and (max-width: 478px) {
  .c-xs-sp {
    display: block;
  }
  .c-xs-pc {
    display: none;
  }
}
/*== Text Indent =======================*/
.l-header {
  position: fixed;
  width: 100%;
  padding: 20px 30px;
  z-index: 1000;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  /*== ナビゲーション ======*/
}
.l-header__logo {
  display: inline-block;
}
.l-header__logo-img {
  width: 160px;
}
.l-header__hm {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 74px;
  height: 100%;
}
.l-header__nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 506px;
  height: 100%;
  background: #fff;
  overflow: visible;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.l-header__nav-btn {
  background: #000;
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 478px) {
  .l-header__nav-btn {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.l-header__nav-logo {
  width: 103px;
}
.l-header__nav-close {
  background: url(../images/icn-hm-close.svg) center/contain no-repeat;
  display: block;
  width: 65px;
  height: 39px;
  cursor: pointer;
}
@media screen and (max-width: 478px) {
  .l-header__nav-close {
    width: 50px;
    height: 31px;
  }
}
.l-header__nav-list {
  padding: 40px 130px 40px 70px;
}
@media screen and (max-width: 478px) {
  .l-header__nav-list {
    padding: 50px 30px 30px 30px;
    text-align: center;
  }
}
.l-header__nav-item {
  margin-top: 30px;
  white-space: nowrap;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.l-header__nav-item:hover {
  color: #FFF500;
}
.l-header__nav-item.--yellow {
  margin: 0;
}
.l-header__nav-ja {
  display: block;
  font-size: 11px;
  font-weight: 700;
}
.l-header__nav-en {
  display: block;
  font-size: 27px;
  font-family: "Inter" !important;
  font-style: italic;
  font-weight: 900;
  margin-top: 10px;
  line-height: 1.1;
}
@media screen and (max-width: 478px) {
  .l-header__nav-en {
    font-size: 20px;
  }
}
.l-header__nav-img {
  background: url(../images/bg-surfing.svg) bottom/contain no-repeat;
  display: block;
  width: 490px;
  height: 88px;
}
@media screen and (max-width: 768px) {
  .l-header__nav-img {
    width: 740px;
    height: 135px;
  }
}
@media screen and (max-width: 768px) and (max-width: 478px) {
  .l-header__nav-img {
    width: 460px;
    height: 83px;
  }
}
@media screen and (max-width: 478px) {
  .l-header__hm {
    width: 55px;
  }
  .l-header__logo-img {
    width: 103px;
  }
}

.js-header-open {
  transform: translateY(-105px);
}

.js-header-bg {
  background: #000;
  border: solid 1px #fff;
}

.js-nav-open {
  right: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  border-left: 7px solid #000;
  border-bottom: 7px solid #000;
}
@media screen and (max-width: 768px) {
  .js-nav-open {
    max-width: 100%;
  }
}

.l-footer {
  border: 2px solid #000;
}
.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.l-footer__logo {
  padding: 55px 100px;
  text-align: center;
}
.l-footer__img {
  width: 100%;
  max-width: 200px;
}
.l-footer__address {
  font-size: 15px;
  margin-top: 30px;
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 55px 0 55px 50px;
  gap: 50px;
  border-left: 2px solid #000;
  flex: 1;
}
.l-footer__item {
  white-space: nowrap;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.l-footer__item + .l-footer__item {
  margin-top: 40px;
}
.l-footer__item:hover {
  color: #FFF500;
}
.l-footer__ja {
  display: block;
  font-size: 11px;
  font-weight: 700;
}
.l-footer__en {
  display: block;
  font-size: 27px;
  font-family: "Inter" !important;
  font-style: italic;
  font-weight: 900;
  margin-top: 5px;
  line-height: 1.1;
}
.l-footer__copy {
  background: #000;
  padding: 10px 5%;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .l-footer__wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-footer__logo {
    padding: 55px 5%;
  }
  .l-footer__list {
    border-top: 3px solid #000;
    border-left: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .l-footer__item {
    text-align: center;
  }
}
@media screen and (max-width: 478px) {
  .l-footer__img {
    width: 135px;
  }
  .l-footer__address {
    margin-top: 15px;
  }
  .l-footer__logo {
    padding: 40px 5%;
  }
  .l-footer__list {
    padding: 40px 5%;
  }
  .l-footer__item + .l-footer__item {
    margin-top: 30px;
  }
  .l-footer__en {
    font-size: 20px;
  }
}

/*== 共通 ===============*/

@font-face {
  src: url("../fonts/Inter28pt-Bold.woff2") format("woff2"),
      url("../fonts/Inter_28pt-Bold.woff") format("woff");
  font-family: "Inter";
  font-weight: 700;
  font-display: swap;
}

@font-face {
  src: url("../fonts/IBMPlexSansJP-Regular.woff2") format("woff2"),
    url("../fonts/IBMPlexSansJP-Regular.woff") format("woff");
  font-family: "IBM Plex Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Inter28pt-BoldItalic.woff2") format("woff2"),
      url("../fonts/Inter_28pt-BoldItalic.woff") format("woff");
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

.c-ttl {
  text-align: center;
}
.c-ttl__ja {
  font-size: 16px;
}
.c-ttl__en {
  font-family: "Inter" !important;
  font-style: italic;
  font-size: 80px;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .c-ttl__en--small {
    font-size: 62px;
  }
}
.c-ttl--white {
  color: #fff;
}
.c-ttl--position {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-ttl {
    text-align: left;
  }
  .c-ttl__en {
    font-size: 62px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 478px) {
  .c-ttl__en, .c-ttl__en--small {
    font-size: 45px;
  }
}

.c-inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.c-banner {
  width: 90%;
  max-width: 900px;
  margin: 80px auto 0;
}
@media screen and (max-width: 478px) {
  .c-banner {
    margin-top: 55px;
  }
}
.c-banner__link {
  box-shadow: 8px 8px #000;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.c-banner__link:hover {
  box-shadow: none;
  transform: translate(8px, 8px);
}

.c-bg {
  width: 100%;
  margin: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .c-bg {
    margin: 70px 0 0;
  }
}
.c-bg--sea1 {
  background: url(../images/bg-sea1.jpg) center/cover no-repeat;
  height: 500px;
}
@media screen and (max-width: 478px) {
  .c-bg--sea1 {
    background: url(../images/sp/bg-sea1.jpg) center/cover no-repeat;
    height: 320px;
  }
}
.c-bg--sea2 {
  margin: 0;
  background: url(../images/bg-sea2.jpg) center/cover no-repeat;
  height: 400px;
}
@media screen and (max-width: 478px) {
  .c-bg--sea2 {
    background: url(../images/sp/bg-sea2.jpg) center/cover no-repeat;
    height: 290px;
  }
}

.c-loading {
  position: fixed;
  z-index: 2000;
  width: 100vw;
  height: 100svh;
  background: #fff;
  animation: loading 1.5s ease 1s forwards;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    overflow: visible;
    z-index: -1000;
  }
}
/*== FV ===============*/
.p-fv {
  position: relative;
  background: url(../images/img-fv.jpg) center/cover no-repeat;
  width: 100%;
  height: 100svh;
  border: 7px solid #000;
}
@media screen and (max-width: 478px) {
  .p-fv {
    background: url(../images/sp/img-fv@2x.jpg) center/cover no-repeat;
  }
}
.p-fv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 478px) {
  .p-fv__content {
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -35%);
    -moz-transform: translate(-50%, -35%);
    -o-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
  }
}
.p-fv__catch {
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
}
.p-fv__catch-first {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.p-fv__catch-first span {
  color: #FFF500;
}
.p-fv__catch-first strong {
  font-size: 45px;
  font-weight: 700;
  font-family: "Inter" !important;
}
@media screen and (max-width: 478px) {
  .p-fv__catch-first strong {
    font-size: 38px;
  }
}
@media screen and (max-width: 478px) {
  .p-fv__catch-first {
    font-size: 17px;
  }
}
.p-fv__catch-second {
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 478px) {
  .p-fv__catch-second {
    font-size: 15px;
  }
}
.p-fv__catch-img {
  position: absolute;
  top: 70%;
  left: calc(100% + 15px);
  -webkit-transform: translate(0, -70%);
  -moz-transform: translate(0, -70%);
  -o-transform: translate(0, -70%);
  -ms-transform: translate(0, -70%);
  transform: translate(0, -70%);
  max-width: 220px;
}
.p-fv__ttl {
  font-size: 115px;
  font-family: "Inter" !important;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 1.1rem;
  background: rgba(0, 0, 0, 0.3);
  padding: 25px;
  margin: 30px auto;
}
@media screen and (max-width: 1024px) {
  .p-fv__ttl {
    font-size: 95px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__ttl {
    font-size: 13vw;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 478px) {
  .p-fv__ttl {
    padding: 20px 0;
    margin: 15px auto;
    font-size: 14vw;
    letter-spacing: 4px;
  }
}
.p-fv__ttl span {
  font-family: "IBM Plex Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "Sans-serif";
  font-style: normal;
  letter-spacing: 1.8rem;
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 478px) {
  .p-fv__ttl span {
    font-size: 4vw;
    line-height: 1.8;
    letter-spacing: 8px;
  }
}
.p-fv__point {
  width: 90%;
  max-width: 540px;
}
.p-fv__price {
  position: absolute;
  bottom: 25px;
  right: 25px;
  max-width: 300px;
  width: 90%;
}
@media screen and (max-width: 478px) {
  .p-fv__price {
    right: 50%;
    bottom: 50px;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

/*== Movie ===============*/
.p-movie {
  overflow: hidden;
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .p-movie {
    padding: 70px 0 0;
  }
}
.p-movie__wrap {
  text-align: center;
  max-width: 900px;
  margin: 60px auto 0;
}
@media screen and (max-width: 478px) {
  .p-movie__wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 478px) {
  .p-movie__catch {
    font-size: 13px;
  }
}
.p-movie__youtube {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  padding-top: 56%;
  margin-top: 15px;
  cursor: pointer;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.p-movie__youtube:hover {
  opacity: 0.8;
}
.p-movie__youtube:hover .p-movie__start {
  transform: translate(-50%, -50%) scale(0.92);
}
@media screen and (max-width: 478px) {
  .p-movie__youtube {
    margin-top: 8px;
  }
}
.p-movie__youtube iframe, .p-movie__thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-movie__blowing {
  position: absolute;
  top: -170px;
  transform: translate(-115%, 0);
  left: 115%;
  width: 275px;
}
@media screen and (max-width: 768px) {
  .p-movie__blowing {
    top: -120px;
    left: 105%;
    transform: translate(-105%, 0);
    width: 190px;
  }
}
@media screen and (max-width: 478px) {
  .p-movie__blowing {
    top: -65px;
    width: 105px;
  }
}
.p-movie__start {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100px;
  width: 13vw;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/*== 魅力 ===============*/
.p-charm {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .p-charm {
    padding: 70px 0 0;
  }
}
.p-charm__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 20px;
  margin-top: 80px;
}
.p-charm__wrap + .p-charm__wrap {
  margin-top: 80px;
}
.p-charm__wrap:nth-of-type(odd) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-charm__wrap {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .p-charm__wrap + .p-charm__wrap {
    margin-top: 60px;
  }
  .p-charm__wrap:nth-of-type(odd) {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-charm__ttl {
  max-width: 356px;
}
.p-charm__catch {
  font-size: 25px;
  margin-top: 40px;
  font-weight: 700;
}
@media screen and (max-width: 478px) {
  .p-charm__catch {
    margin-top: 30px;
  }
}
.p-charm__list {
  margin-top: 30px;
}
.p-charm__item {
  font-size: 15px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 478px) {
  .p-charm__item {
    line-height: 1.75;
  }
}
.p-charm__item + .p-charm__item {
  margin-top: 15px;
}
.p-charm__item strong {
  font-size: 17px;
  background: linear-gradient(transparent 60%, #FEDE59 30%);
}
.p-charm__item b {
  font-weight: 400;
  margin-left: 10px;
}
.p-charm__img {
  flex: 1;
  border: 5px solid #000;
  min-width: 370px;
  max-width: 510px;
}
@media screen and (max-width: 768px) {
  .p-charm__img {
    min-width: 100%;
    max-width: 100%;
  }
}

/*== 賃貸 ===============*/
.p-rent {
  background: #000;
  padding: 120px 0;
}
.p-rent__wrap {
  margin-top: 80px;
}
.p-rent__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 3px;
  text-align: center;
}
.p-rent__btn {
  width: 50%;
  font-size: 20px;
  padding: 10px 0;
  cursor: pointer;
  background: #000;
  color: #fff;
  transition: 0.5s;
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
}
.p-rent__btn--start {
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  border-top: solid 2px #fff;
}
.p-rent__btn--end {
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  border-bottom: solid 2px #fff;
}
.p-rent__inner {
  display: none;
  background: #fff;
  margin: 5px auto;
  padding: 40px 70px 60px;
}
.p-rent__ttl-ja {
  font-weight: 900;
  font-size: 13px;
}
.p-rent__ttl-en {
  font-weight: 900;
  font-size: 40px;
  font-style: italic;
  font-family: "Inter" !important;
}
.p-rent__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 45px;
  margin-top: 25px;
}
.p-rent__slide {
  height: 100%;
  width: 50%;
  max-width: 510px;
  padding-bottom: 35px;
  cursor: pointer;
}
.p-rent .swiper-slide {
  border: 5px solid #000;
}
.p-rent .swiper-pagination-bullet-active {
  background: #000;
}
.p-rent__price {
  position: relative;
  height: 305px;
  overflow: hidden;
}
.p-rent__more {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 120px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 60%);
  text-align: center;
  width: 100%;
  cursor: pointer;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.p-rent__more img {
  width: 77px;
}
@media screen and (max-width: 1024px) {
  .p-rent__inner {
    padding: 45px 20px;
  }
  .p-rent__content {
    gap: 25px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .p-rent {
    padding: 70px 0;
  }
  .p-rent__content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-rent__slide {
    width: 100%;
    max-width: 100%;
  }
  .p-rent__ttl.--en {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 478px) {
  .p-rent__wrap {
    margin-top: 50px;
  }
}
.p-rent__env, .p-rent__outline, .p-rent__access, .p-rent__facilities {
  margin-top: 75px;
}
.p-rent__subttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 478px) {
  .p-rent__env, .p-rent__outline, .p-rent__access, .p-rent__facilities {
    margin-top: 55px;
  }
  .p-rent__subttl {
    font-size: 18px;
  }
}
.p-rent__map {
  filter: grayscale(100%);
  height: 340px;
}
.p-rent__img {
  margin-top: 20px;
}

/*== プラン ===============*/
.p-plan {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .p-plan {
    padding: 70px 0 0;
  }
}
.p-plan__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 50px;
  margin-top: 70px;
}
.p-plan__ttl {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.p-plan__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../images/icn-surfer.svg) center/contain no-repeat;
  width: 50px;
  height: 55px;
}
.p-plan__list {
  margin: 35px auto 40px;
}
.p-plan__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
.p-plan__item-txt {
  padding: 0 15px;
}
.p-plan__item-txt--first {
  min-width: 95px;
  text-align: center;
  border-right: 1px solid #000;
}
.p-plan__item strong {
  background: linear-gradient(transparent 60%, #FEDE59 30%);
}
.p-plan__img {
  flex: 1;
}
.p-plan__subttl {
  font-size: 20px;
  font-weight: bold;
}
.p-plan__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 20px;
}
.p-plan__icon {
  text-align: center;
  width: 96px;
}
.p-plan__icon span {
  font-size: 12px;
  line-height: 1.2;
  display: block;
  margin-top: 15px;
}
.p-plan__calendar {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 0;
  padding-top: 120px;
}
.p-plan__frame {
  height: 525px;
}
@media screen and (max-width: 1230px) {
  .p-plan__wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 45px;
  }
  .p-plan__ttl {
    display: inline-block;
  }
  .p-plan__ttl::after {
    right: -55px;
  }
  .p-plan__img {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1230px) and (max-width: 768px) {
  .p-plan__ttl {
    font-size: 22px;
  }
  .p-plan__img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1230px) and (max-width: 478px) {
  .p-plan__calendar {
    padding-top: 70px;
  }
  .p-plan__frame {
    height: 470px;
  }
}

/*== インスタ ===============*/
.p-insta {
  margin: 120px 0 0;
  background: #F5F6F7;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-insta {
    margin: 70px 0 0;
  }
}
.p-insta__blowing {
  position: absolute;
  width: 275px;
  bottom: 30%;
  left: 100%;
  -webkit-transform: translate(-100%, -30%);
  -moz-transform: translate(-100%, -30%);
  -o-transform: translate(-100%, -30%);
  -ms-transform: translate(-100%, -30%);
  transform: translate(-100%, -30%);
}
@media screen and (max-width: 1024px) {
  .p-insta__blowing {
    left: 115%;
    -webkit-transform: translate(-115%, -30%);
    -moz-transform: translate(-115%, -30%);
    -o-transform: translate(-115%, -30%);
    -ms-transform: translate(-115%, -30%);
    transform: translate(-115%, -30%);
  }
}
@media screen and (max-width: 768px) {
  .p-insta__blowing {
    width: 190px;
    bottom: 50%;
    left: 105%;
    -webkit-transform: translate(-105%, -50%);
    -moz-transform: translate(-105%, -50%);
    -o-transform: translate(-105%, -50%);
    -ms-transform: translate(-105%, -50%);
    transform: translate(-105%, -50%);
  }
}
.p-insta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 60px;
  margin-top: 85px;
}
.p-insta__post {
  width: 50%;
}
.p-insta__account1 {
  max-width: 409px;
}
.p-insta__account2 {
  max-width: 342px;
}
.p-insta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
  margin-top: 20px;
}
.p-insta__list::after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 5px);
  height: 0;
}
.p-insta__item {
  width: calc(33.3333333333% - 5px);
  position: relative;
  overflow: hidden;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.p-insta__item::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.p-insta__item:hover {
  opacity: 0.7;
}
.p-insta__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.p-insta__btn {
  position: relative;
  max-width: 254px;
  margin: 40px auto 0;
  padding: 20px 10px;
  font-family: "Inter" !important;
  font-style: italic;
  text-align: center;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.p-insta__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border: 2.5px solid;
  transform: translate(0, -50%) rotate(45deg);
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.p-insta__btn--black {
  color: #fff;
  background: #000;
  border: 2px solid #000;
}
.p-insta__btn--black::after {
  border-color: #fff #fff transparent transparent;
}
.p-insta__btn--white {
  background: #fff;
  border: 2px solid #000;
}
.p-insta__btn--white::after {
  border-color: #000 #000 transparent transparent;
}
.p-insta__btn:hover.p-insta__btn--black {
  color: #000;
  background: #fff;
  border: 2px solid #000;
}
.p-insta__btn:hover.p-insta__btn--black::after {
  border-color: #000 #000 transparent transparent;
}
.p-insta__btn:hover.p-insta__btn--white {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
.p-insta__btn:hover.p-insta__btn--white::after {
  border-color: #fff #fff transparent transparent;
}
.p-insta__btn:hover .p-insta__link::before {
  background-color: #000;
}
.p-insta__btn:hover .p-insta__link--white::before {
  background-color: #fff;
}
.p-insta__link {
  position: relative;
}
.p-insta__link::before {
  content: "";
  mask-image: url(../images/icn-insta.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -30px;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.p-insta__link--white::before {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .p-insta {
    padding: 70px 0;
  }
  .p-insta__wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
    margin-top: 60px;
  }
  .p-insta__post {
    width: 100%;
  }
}

/*== 会社概要 ===============*/
.p-company {
  padding: 120px 0;
}
.p-company__list {
  max-width: 900px;
  margin: 75px auto 0;
}
.p-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
.p-company__txt-first {
  min-width: 265px;
  text-align: center;
  border-right: 1px solid #000;
  padding: 0 40px;
}
.p-company__txt-second {
  font-size: 15px;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .p-company__list {
    margin-top: 55px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .p-company {
    padding: 70px 0;
  }
  .p-company__item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    gap: 10px;
  }
  .p-company__txt-first, .p-company__txt-second {
    padding: 0;
  }
  .p-company__txt-first {
    text-align: left;
    border-right: none;
  }
}

/*== お問い合わせ ===============*/
.p-contact {
  padding: 120px 0;
  background: #000;
  color: #fff;
}
.p-contact__inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.p-contact__csrf {
  text-align: center;
  color: #FFF500;
  margin-top: 30px;
  font-size: 15px;
}
.p-contact__error {
  padding-top: 25px;
  color: #FFF500;
}
.p-contact__note {
  font-size: 13px;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 45px;
  margin-top: 75px;
}
.p-contact form {
  margin-top: 40px;
}
.p-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 20px;
  width: 100%;
  margin-top: 25px;
}
.p-contact__row--first {
  margin-top: 0;
}
.p-contact__label {
  width: 190px;
}
.p-contact__label span {
  color: #FFF500;
  margin-left: 5px;
}
.p-contact__input {
  background: #4D4D4D;
  flex: 1;
}
.p-contact__input input,
.p-contact__input textarea {
  font-size: 15px;
  padding: 20px;
}
.p-contact__btn {
  display: block;
  max-width: 280px;
  border: 1px solid #fff;
  text-align: center;
  margin: 60px auto 0;
  padding: 20px 25px;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.p-contact__btn:hover {
  color: #000;
  background: #fff;
}
.p-contact__cap {
  font-size: 15px;
  margin-top: 30px;
}
.p-contact__tel {
  padding-top: 100px;
}
.p-contact__tel-inner {
  padding: 50px 25px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 25px;
}
.p-contact__line {
  display: inline-block;
  border-bottom: solid 1px #FFF500;
  color: #FFF500;
}
.p-contact__num {
  font-family: "Inter" !important;
  font-size: 70px;
  font-weight: 900;
  margin-top: 30px;
}
.p-contact__num span {
  font-size: 35px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 70px 0;
  }
  .p-contact__note {
    margin-top: 50px;
    padding-bottom: 55px;
    text-align: left;
  }
  .p-contact__row {
    align-items: center;
    -webkit-align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .p-contact__row + .p-contact__row {
    margin-top: 30px;
  }
  .p-contact__label {
    width: 100%;
  }
  .p-contact__input input,
  .p-contact__input textarea {
    padding: 20px 10px;
  }
  .p-contact__tel-inner {
    border: none;
    font-size: 20px;
    padding: 0;
  }
  .p-contact__num {
    padding: 20px 35px;
    background: #fff;
    color: #000;
    font-size: 42px;
    box-shadow: 8px 8px 0 -1px #000, 8px 8px 0 0 #fff;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .p-contact__num:hover {
    box-shadow: none;
    transform: translate(8px, 8px);
  }
  .p-contact__num span {
    font-size: 18px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) and (max-width: 478px) {
  .p-contact__csrf {
    text-align: left;
  }
  .p-contact__num {
    font-size: 28px;
    padding: 20px 15px;
  }
}

/*== お問い合わせ完了 ===============*/
.p-complate {
  padding: 120px 0;
}
.p-complate__ttl {
  font-size: 32px;
  text-align: center;
}
.p-complate__ttl h2 {
  display: inline-block;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FEDE59 30%);
  line-height: 1.2;
}
.p-complate__txt {
  font-size: 18px;
  margin: 50px auto;
}
.p-complate__note {
  background: #F5F6F7;
  padding: 30px;
  font-size: 18px;
}
.p-complate__link {
  max-width: 255px;
  width: 100%;
  background: #000;
  color: #fff;
  margin: 75px auto 0;
  text-align: center;
  font-size: 20px;
  padding: 20px 15px;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.p-complate__link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-complate {
    padding: 70px 0;
  }
  .p-complate__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 478px) {
  .p-complate__txt, .p-complate__note {
    font-size: 16px;
  }
}

/*== 追従ボタン ===============*/
.c-fix {
  position: fixed;
  bottom: 140px;
  right: 0;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 3px;
  font-size: 13px;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 500;
}
@media screen and (max-width: 478px) {
  .c-fix {
    writing-mode: horizontal-tb;
    width: 100%;
    font-size: 11px;
    bottom: 0;
  }
}
.c-fix__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex: 1;
  gap: 5px;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  text-align: center;
  height: 150px;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
@media screen and (max-width: 478px) {
  .c-fix__btn {
    padding: 15px 5px;
    height: auto;
  }
}
.c-fix__btn:hover {
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background: #fff;
}
.c-fix__btn:hover .c-fix__btn-img {
  background-color: #000;
}
.c-fix__btn-img {
  width: 15px;
  height: 15px;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background: #fff;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.c-fix__btn-img--contact {
  mask-image: url(../images/icn-contact.svg);
}
.c-fix__btn-img--tel {
  mask-image: url(../images/icn-tel.svg);
}
.c-fix__btn-img--reserved {
  mask-image: url(../images/icn-reserved.svg);
}

.c-fix__top {
  position: fixed;
  bottom: 30px;
  right: 10px;
  width: 100px;
  z-index: 500;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.c-fix__top:hover {
  transform: scale(0.9);
}
@media screen and (max-width: 478px) {
  .c-fix__top {
    bottom: 60px;
    width: 80px;
  }
}

.js-hide {
  opacity: 0;
  pointer-events: none;
}

.js-rent-active {
  display: block;
}

.js-rent-btn {
  background: #fff;
  color: #000;
}

/*# sourceMappingURL=index.css.map */
