@charset "UTF-8";
:root {
  --gothic: "Yu Gothic UI", "Yu Gothic", "YuGothic", "MS Gothic", "Segoe UI", sans-serif;
  --mincho: "Yu Mincho", "YuMincho", "MS Mincho", "MS PMincho", Georgia, serif;
  --cormorant: "Cormorant Garamond", serif;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #222;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: 0.8;
}

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

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #222222;
  font-family: var(--gothic), "Hiragino Sans", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

figure,
picture {
  line-height: 0;
}

figcaption {
  line-height: 1.5;
}

picture {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.7;
}

.c_red {
  color: #D62C2C;
}

.txt_en {
  font-family: "Zalando Sans Expanded", sans-serif;
}

@-webkit-keyframes arrowHoverVerticalDown {
  0% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
  75% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-moz-keyframes arrowHoverVerticalDown {
  0% {
    -moz-transform: translateY(0.6rem);
         transform: translateY(0.6rem);
  }
  75% {
    -moz-transform: translate(0);
         transform: translate(0);
  }
  100% {
    -moz-transform: translate(0);
         transform: translate(0);
  }
}

@keyframes arrowHoverVerticalDown {
  0% {
    -webkit-transform: translateY(0.6rem);
       -moz-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
  75% {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
            transform: translate(0);
  }
}

.full {
  width: 100%;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear::after {
  content: "";
  clear: both;
  display: table;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-rowr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-colr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-start {
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.items-start {
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-center {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-end {
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.grid-cols-1 {
  -ms-grid-columns: (minmax(0, 1fr))[1];
      grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  -ms-grid-columns: (minmax(0, 1fr))[4];
      grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  -ms-grid-columns: (minmax(0, 1fr))[5];
      grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  -ms-grid-columns: (minmax(0, 1fr))[6];
      grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  -ms-grid-columns: (minmax(0, 1fr))[7];
      grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  -ms-grid-columns: (minmax(0, 1fr))[8];
      grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  -ms-grid-columns: (minmax(0, 1fr))[9];
      grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  -ms-grid-columns: (minmax(0, 1fr))[10];
      grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  -ms-grid-columns: (minmax(0, 1fr))[11];
      grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  -ms-grid-columns: (minmax(0, 1fr))[12];
      grid-template-columns: repeat(12, minmax(0, 1fr));
}

.col-span-1 {
  -ms-grid-column-span: 1;
  -ms-grid-column: span 1;
      grid-column: span 1 / span 1;
}

.col-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: span 2;
      grid-column: span 2 / span 2;
}

.col-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: span 3;
      grid-column: span 3 / span 3;
}

.col-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: span 4;
      grid-column: span 4 / span 4;
}

.col-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: span 5;
      grid-column: span 5 / span 5;
}

.col-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: span 6;
      grid-column: span 6 / span 6;
}

.col-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: span 7;
      grid-column: span 7 / span 7;
}

.col-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: span 8;
      grid-column: span 8 / span 8;
}

.col-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: span 9;
      grid-column: span 9 / span 9;
}

.col-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: span 10;
      grid-column: span 10 / span 10;
}

.col-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: span 11;
      grid-column: span 11 / span 11;
}

.col-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: span 12;
      grid-column: span 12 / span 12;
}

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

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

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

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .pTop main {
    background-image: url("../img/bg.webp");
    background-color: #fff;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    background-position: 0 0;
    background-repeat: repeat;
    mix-blend-mode: luminosity;
  }
  .pTop .fv {
    height: 100vh;
    background: url("../img/mv.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .fv__name {
    color: #fff;
    font-size: 88px;
    line-height: 1.21591;
    font-weight: 700;
    letter-spacing: 0em;
    font-family: var(--cormorant);
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff, -1px  0px 0 #fff, 1px  0px 0 #fff, 0px -1px 0 #fff, 0px  1px 0 #fff;
  }
  .pTop .fv__btn li {
    width: 220px;
    margin: 38px 76px 0;
  }
  .pTop .fv__btn li a {
    width: 100%;
    height: 50px;
    background: rgba(150, 150, 150, 0.5);
    border: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    line-height: 1.20833;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--cormorant);
  }
  .pTop .fv__btn li a::after {
    content: "";
    width: 14px;
    height: 12px;
    background: url("../img/icArrowWhite.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 10px;
  }
  .pTop .fv__arrow {
    margin-top: 110px;
    text-align: center;
    width: 100%;
  }
  .pTop .fv__arrow a {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
  }
  .pTop .secCom__map {
    padding: 238px 0 232px;
    background-color: #F5F2E9;
    background-image: url("../img/bg.webp");
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    background-position: 0 0;
    background-repeat: repeat;
    background-blend-mode: luminosity;
    border-bottom: 1px solid #DED9D3;
    border-top: 1px solid #DED9D3;
  }
  .pTop .secCom__map::after, .pTop .secCom__map::before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 1140px;
    height: 1px;
    background: #AD8B65;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .secCom__map::before {
    top: 0;
  }
  .pTop .secCom__map::after {
    bottom: 0;
  }
  .pTop .secCom__map--name {
    left: -18px;
    top: 0;
    height: 100%;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    color: #fff;
    font-size: 100px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: var(--cormorant);
  }
  .pTop .secCom__map--name::after {
    content: "AREA";
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    color: #E2D8C2;
    font-size: 100px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: var(--cormorant);
  }
  .pTop .secCom__map--main {
    max-width: 1196px;
    width: 100%;
    margin: -49px auto;
  }
  .pTop .secCom__map--article {
    width: 500px;
    margin: 49px;
  }
  .pTop .secCom__map--article h2 {
    font-size: 32px;
    line-height: 1.59375;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-family: var(--mincho);
    margin-left: -35px;
  }
  .pTop .secCom__map--article .area {
    margin-top: 77px;
  }
  .pTop .secCom__map--article .area figure {
    width: 100%;
  }
  .pTop .secCom__map--article .area ul li {
    position: absolute;
  }
  .pTop .secCom__map--article .area ul li a {
    white-space: nowrap;
    background: #fff;
    position: relative;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #222;
    min-width: 192px;
    height: 50px;
    padding: 0 10px;
    border-bottom: 1px solid #DED9D3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .secCom__map--article .area ul li a::after {
    position: absolute;
    content: "";
    width: 66.18px;
    height: 1px;
    background: #DED9D3;
    mix-blend-mode: difference;
    bottom: 0;
    right: 0;
  }
  .pTop .secCom__map--article .area ul li a:hover, .pTop .secCom__map--article .area ul li a.active {
    background: #222;
    color: #fff;
  }
  .pTop .secCom__map--list {
    width: 500px;
    margin: 49px;
  }
  .pTop .secCom__map--list h3 {
    padding-right: 24px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--cormorant);
    color: #AD8B65;
  }
  .pTop .secCom__map--list h3::before {
    position: absolute;
    content: "";
    width: 326px;
    height: 1px;
    background: #AD8B65;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .secCom__map--list ul {
    height: 505px;
    margin-top: 54px;
    overflow: auto;
  }
  .pTop .secCom__map--list ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .pTop .secCom__map--list ul::-webkit-scrollbar-track {
    background: #fff;
  }
  .pTop .secCom__map--list ul::-webkit-scrollbar-thumb {
    background: #B8B8B8;
  }
  .pTop .secCom__map--list ul li + li {
    margin-top: 47px;
  }
  .pTop .secCom__map--list ul li figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .secCom__map--list ul li figure img {
    width: 176px;
    height: 120px;
    object-fit: cover;
    margin-right: 28px;
  }
  .pTop .secCom__map--list ul li figure figcaption {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .secCom__map--list ul li figure figcaption small {
    font-size: 16px;
    line-height: 1.6875;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--mincho);
    display: block;
  }
  .pTop .secCom__map--list ul li figure figcaption em {
    font-size: 19px;
    line-height: 1.36842;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-family: var(--mincho);
    font-style: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .pTop .secCom__map--list ul li figure figcaption span {
    width: 160px;
    height: 37px;
    background: #AD8B65;
    color: #fff;
    font-size: 16px;
    line-height: 1.625;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--gothic);
    color: #fff;
  }
  .pTop .secCom__map--list ul li figure figcaption span::after {
    content: "";
    width: 11px;
    height: 9px;
    background: url("../img/icArrowBtn.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 17.26px;
  }
  .pTop .secCom__detail {
    padding: 80px 0 180px;
  }
  .pTop .secCom__detail--main {
    max-width: 1140px;
    width: 100%;
    margin: auto;
  }
  .pTop .secCom__detail--name {
    width: 150px;
    margin-right: 106px;
  }
  .pTop .secCom__detail--name h2 {
    padding-top: 58px;
  }
  .pTop .secCom__detail--name h2::before {
    position: absolute;
    content: "STAY BB";
    font-size: 14px;
    line-height: 1.71429;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-family: var(--cormorant);
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #DED9D3;
  }
  .pTop .secCom__detail--name h2 span {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.2em;
    font-family: var(--mincho);
    color: #222;
  }
  .pTop .secCom__detail--name h2 span + span {
    margin-left: 5px;
  }
  .pTop .secCom__detail--name .next {
    margin-left: 25px;
    margin-top: 80px;
  }
  .pTop .secCom__detail--name .next a {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 14px;
    line-height: 1.71429;
    font-weight: 600;
    letter-spacing: 0.04em;
    font-family: var(--cormorant);
    display: inline-block;
    position: relative;
    padding-left: 5px;
    color: #222;
  }
  .pTop .secCom__detail--name .next a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 105px;
    background: url("../img/icArrowLong.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0;
  }
  .pTop .secCom__detail--name .prev {
    margin-left: 25px;
    margin-top: 80px;
  }
  .pTop .secCom__detail--name .prev a {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 14px;
    line-height: 1.71429;
    font-weight: 600;
    letter-spacing: 0.04em;
    font-family: var(--cormorant);
    display: inline-block;
    position: relative;
    padding-left: 5px;
    color: #222;
  }
  .pTop .secCom__detail--name .prev a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 105px;
    background: url("../img/icArrowLong.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: scaleY(-1);
       -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
    left: 0;
    bottom: 0;
  }
  .pTop .secCom__detail--list {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .secCom__detail--list article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -14px -14px 0;
    position: relative;
    border-bottom: 1px solid #DED9D3;
    padding-bottom: 10px;
  }
  .pTop .secCom__detail--list article::after {
    position: absolute;
    content: "";
    width: 158px;
    height: 1px;
    background: #DED9D3;
    mix-blend-mode: difference;
    right: 0;
    bottom: 0;
  }
  .pTop .secCom__detail--list article figure {
    width: 429px;
    margin: 14px;
  }
  .pTop .secCom__detail--list article .arMain {
    width: 427px;
    margin: 14px;
  }
  .pTop .secCom__detail--list article .arMain h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-family: var(--mincho);
  }
  .pTop .secCom__detail--list article .arMain .text {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--gothic);
    margin-top: 24px;
  }
  .pTop .secCom__detail--list article ul {
    width: 100%;
    margin: 11px 14px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .secCom__detail--list article ul li {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #555;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .secCom__detail--list article ul li.st5 {
    margin-left: 136px;
  }
  .pTop .secCom__detail--list article ul li.st5 a {
    width: 136px;
    height: 38px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 1.3125;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--gothic);
    color: #222;
    position: relative;
  }
  .pTop .secCom__detail--list article ul li.st5 a::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 11px;
    background: url("../img/icArrow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
  }
  .pTop .secCom__detail--list article ul li.st4 {
    font-size: 24px;
    line-height: 1.70833;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-left: 36px;
  }
  .pTop .secCom__detail--list article ul li.st4::after {
    content: "～ / 泊";
    font-size: 16px;
    line-height: 1.6875;
    font-weight: 400;
    letter-spacing: 0.02em;
    display: inline-block;
    margin-left: 20px;
  }
  .pTop .secCom__detail--list article ul li.st3 {
    margin-left: 20px;
  }
  .pTop .secCom__detail--list article ul li.st3 a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .secCom__detail--list article ul li.st3 a::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/icPin.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 4px;
  }
  .pTop .secCom__detail--list article ul li.st2 {
    margin-left: 20px;
  }
  .pTop .secCom__detail--list article ul li.st2::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/icPerson.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
  }
  .pTop .secCom__detail--list article ul li.st1::before {
    content: "";
    width: 21px;
    height: 21px;
    background: url("../img/icHome.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
  }
  .pTop .secCom__detail--list article + article {
    margin-top: 120px;
  }
  .pTop .secCom.sapporo .secCom__map--article ul li.st1 {
    left: 17px;
    top: -50px;
  }
  .pTop .secCom.sapporo .secCom__map--article ul li.st2 {
    left: 17px;
    bottom: -21.5px;
  }
  .pTop .secCom.sapporo .secCom__map--article ul li.st3 {
    right: 40.35px;
    bottom: -21.5px;
  }
  .pTop .secCom.osaka .secCom__map--article ul li.st1 {
    left: 0px;
    top: -25px;
  }
  .pTop .secCom.osaka .secCom__map--article ul li.st2 {
    right: 0px;
    top: -25px;
  }
  .pTop .secCom.osaka .secCom__map--article ul li.st3 {
    left: 0;
    bottom: 49px;
  }
  .pTop .secCom.osaka .secCom__map--article ul li.st4 {
    left: 144px;
    bottom: -17px;
  }
  .pTop .secCom.osaka .secCom__map--article ul li.st5 {
    right: 0;
    bottom: 49px;
  }
  .pTop .footer {
    background-color: #E2D8C2;
    background-image: url("../img/bg.webp");
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    background-position: 0 0;
    background-repeat: repeat;
    mix-blend-mode: luminosity;
  }
  .pTop .footer__main {
    max-width: 1140px;
    width: 100%;
    margin: auto;
    padding: 104px 0 40px;
  }
  .pTop .footer__name {
    color: #fff;
    font-size: 38px;
    line-height: 1.21053;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--cormorant);
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff, -1px  0px 0 #fff, 1px  0px 0 #fff, 0px -1px 0 #fff, 0px  1px 0 #fff;
  }
  .pTop .footer__btn li {
    width: 220px;
    margin: 38px 76px 0;
  }
  .pTop .footer__btn li a {
    width: 100%;
    height: 50px;
    background: white;
    color: #222;
    font-size: 24px;
    line-height: 1.20833;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--cormorant);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .footer__btn li a::before {
    position: absolute;
    content: "";
    width: 75.57px;
    height: 1px;
    background: #DED9D3;
    mix-blend-mode: difference;
    right: 0;
    bottom: 0;
  }
  .pTop .footer__btn li a::after {
    content: "";
    width: 14px;
    height: 12px;
    -webkit-mask: url("../img/icArrowFooter.svg") 0 0 no-repeat;
            mask: url("../img/icArrowFooter.svg") 0 0 no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    margin-left: 10px;
    background: #222;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .footer__btn li a:hover {
    background: #222;
    color: #fff;
  }
  .pTop .footer__btn li a:hover::after {
    background: #fff;
  }
  .pTop .footer__copy {
    margin-top: 100px;
    font-size: 10px;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .pTop .footer__top {
    right: 14px;
    top: 38px;
  }
  .pTop .footer__top a {
    width: 24px;
    height: 59px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 14px;
    line-height: 1.71429;
    font-weight: 500;
    letter-spacing: 0.02em;
    font-family: var(--cormorant);
    font-weight: 400;
    color: #222;
  }
  .pTop .footer__top a::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 59px;
    background: url("../img/icArrowTop.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.73134vw;
    padding-right: 3.73134vw;
  }
  .pTop main {
    background-image: url("../img/bg.webp");
    background-color: #fff;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    background-position: center;
    background-repeat: repeat;
    background-blend-mode: luminosity;
  }
  .pTop .fv {
    height: 100vh;
    background: url("../img/mv_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .fv__name {
    color: #fff;
    font-size: 11.9403vw;
    line-height: 1.20833;
    font-weight: 700;
    letter-spacing: 0em;
    font-family: var(--cormorant);
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff, -1px  0px 0 #fff, 1px  0px 0 #fff, 0px -1px 0 #fff, 0px  1px 0 #fff;
  }
  .pTop .fv__btn {
    margin-top: 24.87562vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .fv__btn li {
    width: 48.75622vw;
  }
  .pTop .fv__btn li + li {
    margin-top: 9.95025vw;
  }
  .pTop .fv__btn li a {
    width: 100%;
    height: 10.94527vw;
    background: rgba(150, 150, 150, 0.5);
    border: 1px solid #fff;
    color: #fff;
    font-size: 4.97512vw;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--cormorant);
  }
  .pTop .fv__btn li a::after {
    content: "";
    width: 3.48259vw;
    height: 2.98507vw;
    background: url("../img/icArrowWhite.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 7.9602vw;
  }
  .pTop .fv__arrow {
    margin-top: 41.79104vw;
    text-align: center;
    width: 100%;
  }
  .pTop .fv__arrow a {
    width: 4.47761vw;
    height: 4.47761vw;
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
  }
  .pTop .secCom__map {
    padding: 30.34826vw 0 29.85075vw;
    background-color: #F5F2E9;
    background-image: url("../img/bg.webp");
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    background-position: center;
    background-repeat: repeat;
    background-blend-mode: luminosity;
    border-bottom: 1px solid #DED9D3;
    border-top: 1px solid #DED9D3;
  }
  .pTop .secCom__map--name {
    left: -1.99005vw;
    top: 27.11443vw;
    height: 100%;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    color: #fff;
    font-size: 9.95025vw;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: var(--cormorant);
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pTop .secCom__map--name::after {
    content: "AREA";
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    color: #E2D8C2;
    font-size: 9.95025vw;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: var(--cormorant);
  }
  .pTop .secCom__map--main {
    max-width: 92.0398vw;
    width: 100%;
    margin: 0vw auto;
    position: relative;
    z-index: 2;
    display: block;
  }
  .pTop .secCom__map--article {
    width: 100%;
  }
  .pTop .secCom__map--article h2 {
    font-size: 7.46269vw;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-family: var(--mincho);
  }
  .pTop .secCom__map--article .area {
    margin-top: 27.8607vw;
  }
  .pTop .secCom__map--article .area figure {
    width: 100%;
  }
  .pTop .secCom__map--article .area ul li {
    position: absolute;
  }
  .pTop .secCom__map--article .area ul li a {
    white-space: nowrap;
    background: #fff;
    position: relative;
    font-size: 4.47761vw;
    line-height: 1.72222;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #222;
    min-width: 40.29851vw;
    height: 9.45274vw;
    padding: 0 1.24378vw;
    border-bottom: 1px solid #DED9D3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .secCom__map--article .area ul li a::after {
    position: absolute;
    content: "";
    width: 8.95522vw;
    height: 1px;
    background: #DED9D3;
    mix-blend-mode: difference;
    bottom: 0;
    right: 0;
  }
  .pTop .secCom__map--article .area ul li a:hover, .pTop .secCom__map--article .area ul li a.active {
    background: #222;
    color: #fff;
  }
  .pTop .secCom__map--list {
    width: 100%;
    margin-top: 23.8806vw;
  }
  .pTop .secCom__map--list h3 {
    font-size: 3.9801vw;
    line-height: 1.1875;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--cormorant);
    color: #AD8B65;
  }
  .pTop .secCom__map--list h3::before {
    position: absolute;
    content: "";
    width: 61.69154vw;
    height: 1px;
    background: #AD8B65;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .secCom__map--list ul {
    height: 85.57214vw;
    margin-top: 4.47761vw;
    overflow: auto;
  }
  .pTop .secCom__map--list ul::-webkit-scrollbar {
    width: 1.24378vw;
    height: 1.24378vw;
  }
  .pTop .secCom__map--list ul::-webkit-scrollbar-track {
    background: #fff;
  }
  .pTop .secCom__map--list ul::-webkit-scrollbar-thumb {
    background: #B8B8B8;
  }
  .pTop .secCom__map--list ul li + li {
    margin-top: 9.45274vw;
  }
  .pTop .secCom__map--list ul li figure img {
    width: 43.78109vw;
    height: 29.85075vw;
    object-fit: cover;
  }
  .pTop .secCom__map--list ul li figure figcaption {
    width: 100%;
    margin-top: 1.99005vw;
  }
  .pTop .secCom__map--list ul li figure figcaption small {
    font-size: 3.73134vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--mincho);
    display: block;
  }
  .pTop .secCom__map--list ul li figure figcaption em {
    font-size: 4.47761vw;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-family: var(--mincho);
    font-style: normal;
    display: block;
    margin-top: 1.99005vw;
  }
  .pTop .secCom__map--list ul li figure figcaption span {
    margin-top: 1.99005vw;
    width: 39.801vw;
    height: 9.20398vw;
    background: #AD8B65;
    color: #fff;
    font-size: 3.9801vw;
    line-height: 1.625;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--gothic);
    color: #fff;
  }
  .pTop .secCom__map--list ul li figure figcaption span::after {
    content: "";
    width: 2.73632vw;
    height: 2.23881vw;
    background: url("../img/icArrowBtn.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 4.29353vw;
  }
  .pTop .secCom__detail {
    padding: 3.73134vw 0 29.85075vw;
  }
  .pTop .secCom__detail--main {
    max-width: 92.0398vw;
    width: 100%;
    margin: auto;
    display: block;
  }
  .pTop .secCom__detail--name {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }
  .pTop .secCom__detail--name::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 0.49751vw;
    background: #DED9D3;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 7.46269vw;
  }
  .pTop .secCom__detail--name h2 {
    padding-top: 11.19403vw;
  }
  .pTop .secCom__detail--name h2::before {
    position: absolute;
    content: "STAY BB";
    font-size: 3.48259vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-family: var(--cormorant);
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
  }
  .pTop .secCom__detail--name h2 span {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 5.97015vw;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.2em;
    font-family: var(--mincho);
    color: #222;
  }
  .pTop .secCom__detail--name h2 span + span {
    margin-left: 1.24378vw;
  }
  .pTop .secCom__detail--name .next a {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 3.48259vw;
    line-height: 1.71429;
    font-weight: 600;
    letter-spacing: 0.04em;
    font-family: var(--cormorant);
    display: inline-block;
    position: relative;
    padding-left: 1.24378vw;
    color: #222;
    height: 26.1194vw;
  }
  .pTop .secCom__detail--name .next a::before {
    position: absolute;
    content: "";
    width: 1.24378vw;
    height: 26.1194vw;
    background: url("../img/icArrowLong.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0;
  }
  .pTop .secCom__detail--name .prev a {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 3.48259vw;
    line-height: 1.71429;
    font-weight: 600;
    letter-spacing: 0.04em;
    font-family: var(--cormorant);
    display: inline-block;
    position: relative;
    padding-left: 1.24378vw;
    color: #222;
    height: 26.1194vw;
  }
  .pTop .secCom__detail--name .prev a::before {
    position: absolute;
    content: "";
    width: 1.24378vw;
    height: 26.1194vw;
    background: url("../img/icArrowLong.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: scaleY(-1);
       -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
    left: 0;
    bottom: 0;
  }
  .pTop .secCom__detail--list {
    margin-top: 9.45274vw;
  }
  .pTop .secCom__detail--list article {
    position: relative;
    border-bottom: 1px solid #DED9D3;
    padding-bottom: 1.99005vw;
  }
  .pTop .secCom__detail--list article::after {
    position: absolute;
    content: "";
    width: 16.24876vw;
    height: 1px;
    background: #DED9D3;
    mix-blend-mode: difference;
    right: 0;
    bottom: 0;
  }
  .pTop .secCom__detail--list article figure {
    width: 100%;
  }
  .pTop .secCom__detail--list article .arMain {
    width: 100%;
    margin-top: 1.99005vw;
  }
  .pTop .secCom__detail--list article .arMain h3 {
    font-size: 4.47761vw;
    line-height: 1.27778;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-family: var(--mincho);
  }
  .pTop .secCom__detail--list article .arMain .text {
    font-size: 3.48259vw;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--gothic);
    margin-top: 1.99005vw;
  }
  .pTop .secCom__detail--list article ul {
    width: 100%;
    margin: 1.99005vw 0vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .secCom__detail--list article ul li {
    font-size: 3.48259vw;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #555;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .secCom__detail--list article ul li.st5 {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
    text-align: right;
    display: block;
  }
  .pTop .secCom__detail--list article ul li.st5 a {
    width: 33.83085vw;
    height: 9.45274vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 3.73134vw;
    font-size: 3.9801vw;
    line-height: 1.3125;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: var(--gothic);
    color: #222;
    position: relative;
  }
  .pTop .secCom__detail--list article ul li.st5 a::after {
    content: "";
    position: absolute;
    width: 2.23881vw;
    height: 2.73632vw;
    background: url("../img/icArrow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3.73134vw;
  }
  .pTop .secCom__detail--list article ul li.st4 {
    font-size: 5.97015vw;
    line-height: 1.70833;
    font-weight: 400;
    letter-spacing: 0.02em;
    width: 100%;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pTop .secCom__detail--list article ul li.st4::after {
    content: "～ / 泊";
    font-size: 3.9801vw;
    line-height: 1.6875;
    font-weight: 400;
    letter-spacing: 0.02em;
    display: inline-block;
    margin-left: 4.97512vw;
  }
  .pTop .secCom__detail--list article ul li.st3 {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .pTop .secCom__detail--list article ul li.st3 a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .secCom__detail--list article ul li.st3 a::before {
    content: "";
    width: 4.97512vw;
    height: 4.97512vw;
    background: url("../img/icPin.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 0.99502vw;
  }
  .pTop .secCom__detail--list article ul li.st2 {
    margin-right: 6.96517vw;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pTop .secCom__detail--list article ul li.st2::before {
    content: "";
    width: 4.97512vw;
    height: 4.97512vw;
    background: url("../img/icPerson.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
  }
  .pTop .secCom__detail--list article ul li.st1 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 6.96517vw;
  }
  .pTop .secCom__detail--list article ul li.st1::before {
    content: "";
    width: 5.22388vw;
    height: 5.22388vw;
    background: url("../img/icHome.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
  }
  .pTop .secCom__detail--list article + article {
    margin-top: 19.9005vw;
  }
  .pTop .secCom.sapporo .secCom__map--article ul li.st1 {
    left: 0vw;
    top: -7.9602vw;
  }
  .pTop .secCom.sapporo .secCom__map--article ul li.st2 {
    left: 0vw;
    bottom: -3.73134vw;
  }
  .pTop .secCom.sapporo .secCom__map--article ul li.st3 {
    right: 0vw;
    bottom: -3.73134vw;
  }
  .pTop .secCom.osaka .secCom__map--article ul li.st1 {
    left: 0vw;
    top: -6.46766vw;
  }
  .pTop .secCom.osaka .secCom__map--article ul li.st2 {
    right: 0vw;
    top: -6.46766vw;
  }
  .pTop .secCom.osaka .secCom__map--article ul li.st3 {
    left: 0;
    bottom: 8.95522vw;
  }
  .pTop .secCom.osaka .secCom__map--article ul li.st4 {
    left: 25.87065vw;
    bottom: -5.22388vw;
  }
  .pTop .secCom.osaka .secCom__map--article ul li.st5 {
    right: 0;
    bottom: 8.95522vw;
  }
  .pTop .footer {
    background-color: #E2D8C2;
    background-image: url("../img/bg.webp");
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    background-position: 0 0;
    background-repeat: repeat;
    mix-blend-mode: luminosity;
  }
  .pTop .footer__main {
    width: 100%;
    margin: auto;
    padding: 15.67164vw 0 5.72139vw;
  }
  .pTop .footer__name {
    color: #fff;
    font-size: 7.9602vw;
    line-height: 1.21875;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: var(--cormorant);
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff, -1px  0px 0 #fff, 1px  0px 0 #fff, 0px -1px 0 #fff, 0px  1px 0 #fff;
  }
  .pTop .footer__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 13.43284vw;
  }
  .pTop .footer__btn li {
    width: 40.29851vw;
  }
  .pTop .footer__btn li + li {
    margin-top: 7.21393vw;
  }
  .pTop .footer__btn li a {
    width: 100%;
    height: 9.20398vw;
    background: white;
    color: #222;
    font-size: 4.47761vw;
    line-height: 1.22222;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--cormorant);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .footer__btn li a::before {
    position: absolute;
    content: "";
    width: 13.93035vw;
    height: 1px;
    background: #DED9D3;
    mix-blend-mode: difference;
    right: 0;
    bottom: 0;
  }
  .pTop .footer__btn li a::after {
    content: "";
    width: 2.98507vw;
    height: 2.48756vw;
    -webkit-mask: url("../img/icArrowFooter.svg") 0 0 no-repeat;
            mask: url("../img/icArrowFooter.svg") 0 0 no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3.9801vw;
    background: #222;
  }
  .pTop .footer__btn li a:hover {
    background: #222;
    color: #fff;
  }
  .pTop .footer__btn li a:hover::after {
    background: #fff;
  }
  .pTop .footer__btn li:nth-of-type(1) a {
    padding-left: 4.72637vw;
  }
  .pTop .footer__btn li:nth-of-type(2) a {
    padding-left: 7.46269vw;
  }
  .pTop .footer__copy {
    margin-top: 24.87562vw;
    font-size: 2.48756vw;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .pTop .footer__top {
    right: 3.48259vw;
    top: 9.45274vw;
  }
  .pTop .footer__top a {
    width: 5.97015vw;
    height: 14.67662vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 3.48259vw;
    line-height: 1.71429;
    font-weight: 500;
    letter-spacing: 0.02em;
    font-family: var(--cormorant);
    font-weight: 400;
    color: #222;
  }
  .pTop .footer__top a::before {
    position: absolute;
    content: "";
    width: 0.99502vw;
    height: 14.67662vw;
    background: url("../img/icArrowTop.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0;
  }
}
