@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&family=Noto+Sans+SC:wght@400;500;700&family=Noto+Sans+TC:wght@400;500;700&family=Noto+Sans+Thai:wght@400;600;800&family=Noto+Serif+HK:wght@400;600;800&family=Noto+Serif+JP:wght@400;600;900&family=Noto+Serif+KR:wght@400;600;700&family=Noto+Serif+SC:wght@400;500;600;700;900&family=Noto+Serif+TC:wght@400;600;700;900&family=Noto+Serif+Thai:wght@400;600;800&family=Noto+Serif:wght@400;600;800&display=swap");
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__animated.animate__slow {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
}

.animate__animated.animate__delay-half {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-delay: calc(var(--animate-delay) / 2);
  animation-delay: calc(var(--animate-delay) / 2);
}

.mv_title.animate__animated.animate__slow {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.mv_visual.animate__animated.animate__delay-half {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

[data-target] {
  cursor: pointer;
}

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

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Noto Sans KR", "Noto Sans Thai", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

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

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

video {
  max-width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #eee;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #eee;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

form {
  margin: 0;
  padding: 0;
}
form button {
  width: auto;
  display: inline-block;
  padding: 0.6em 2em;
  margin: 0;
  background-image: none;
  background-color: #efa336;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
form button:hover, form button:focus {
  outline: none;
}
form button:hover {
  opacity: 0.7;
}
form button ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input,
textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #707070;
  border-radius: 0;
  background-image: none;
  font-family: inherit;
  font-size: 1.6rem;
  -webkit-appearance: none;
}

textarea:hover, textarea:focus {
  outline: none;
}
textarea:focus {
  outline: none;
  border-color: #707070;
  -webkit-box-shadow: none;
          box-shadow: none;
}
textarea ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input:focus {
  outline: none;
  border-color: #707070;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=submit], input[type=button] {
  width: auto;
  display: inline-block;
  padding: 0.6em 2em;
  margin: 0;
  background-image: none;
  background-color: #efa336;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus {
  outline: none;
}
input[type=submit]:hover, input[type=button]:hover {
  opacity: 0.7;
}
input[type=submit] ::-moz-focus-inner, input[type=button] ::-moz-focus-inner {
  padding: 0;
  border: none;
}
input[type=radio] {
  display: none;
}
input[type=radio] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 16px 0 0;
  cursor: pointer;
}
input[type=radio] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: block;
}
input[type=radio] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
input[type=radio]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 16px, 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #707070;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  opacity: 1;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 16px 0 0;
  cursor: pointer;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
input[type=checkbox] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  border-radius: 2px;
  width: 26px;
  height: 26px;
  display: block;
}
input[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 26px;
  height: 15.6px;
  margin-top: -0.2em;
  display: block;
  border-left: 4px solid #707070;
  border-bottom: 4px solid #707070;
  opacity: 1;
}

select {
  padding: 0.4em 2.4em 0.4em 0.8em;
  border-radius: 0;
  font-family: inherit;
  font-size: 1.6rem;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #707070;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #707070;
}

html,
body {
  min-width: 1200px;
  overflow-x: auto;
}
@media (max-width: 767px) {
  html,
  body {
    min-width: auto;
  }
}

body {
  position: relative;
  overflow-x: auto;
}
@media (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
  }
}

a.hover {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a.hover:hover {
  opacity: 0.7;
}
a.hover__lead {
  position: relative;
}
a.hover__lead::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
a.hover__lead:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.container {
  position: relative;
}

main {
  position: relative;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .wrap {
    width: 100%;
    padding: 0;
  }
}

/* ローディング画面 */
#site_loader_overlay {
  width: 100vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

#site_loader_spinner {
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
          animation: sk-scaleout 1s infinite ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 767px) {
  a[href^="tel:"] {
    color: #3973c6;
    pointer-events: auto;
    text-decoration: underline;
  }
}

.target__header {
  margin-top: -80px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .target__header {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.link_point {
  margin-top: -80px;
  padding-top: 80px;
  display: block;
}
@media (max-width: 767px) {
  .link_point {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.font_en {
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.font_serif {
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-weight: 400;
}

.content_title {
  font-size: 5rem;
  font-weight: 100;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  line-height: 1;
  color: #5d6860;
}
@media (max-width: 767px) {
  .content_title {
    font-size: 3rem;
    margin-bottom: 15px;
  }
}

.content_title_sub {
  font-size: 2.1rem;
  line-height: 1.95;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .content_title_sub {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 10px;
  }
}

.content_text {
  font-size: 1.3rem;
  line-height: 2.3;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .content_text {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.content_text + .content_text {
  margin-top: 13px;
}

.cm_label,
.point_label,
.bn_label,
.bnrarea_label {
  margin-bottom: 2.5em;
}

@media (max-width: 767px) {
  .cm_label,
  .point_label,
  .bn_label,
  .bnrarea_label {
    margin-bottom: 1em;
  }
}
.text_nowrap {
  font-size: inherit;
  display: inline-block;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.width_100_btn {
  width: 100% !important;
  line-height: 1.5 !important;
}

.text_link {
  text-decoration: underline!important;
}

.text_link:hover {
  text-decoration: none!important;
}

.txt_link {
  margin-top: 10px;
  margin-bottom: 30px;
}
.txt_link a {
  padding-bottom: 3px;
  border-bottom: 2px solid #a5a067;
  font-size: 1.4rem;
  font-weight: 700;
  color: #a5a067;
  position: relative;
}
.txt_link a::after {
  content: "";
  display: block;
  background: url(/spaciax/assets/img/common/icon_pdf_gold.svg) no-repeat center top/contain;
  width: 20px;
  height: 18px;
  position: absolute;
  top: 2px;
  right: -26px;
}
.txt_link.nopdf a::after {
  content: none;
}
.txt_link::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-top: 2px solid #a5a067;
  border-right: 2px solid #a5a067;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer {
  position: relative;
  z-index: 1;
}

.footer_sub {
  background-color: #696e7b;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .footer_sub {
    padding-top: 39.5px;
    padding-bottom: 41px;
  }
}

.footer_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .footer_flex {
    display: block;
    text-align: center;
  }
}
.footer_flex.order_1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.footer_flex.order_2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.footer_title_box {
  color: #ffffff;
}
.footer_title_box a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer_title_box a:hover {
  opacity: 0.7;
}

.footer_title_main {
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer_title_main {
    font-size: 2.3rem;
    margin-bottom: 8.5px;
  }
}
.footer_title_main img {
  width: 300px;
}
@media (max-width: 767px) {
  .footer_title_main img {
    width: 80%;
    margin: auto;
  }
}

.footer_title_sub {
  font-size: 1.6rem;
  line-height: 1;
  padding-left: 20px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer_title_sub {
    font-size: 1rem;
    padding-left: 0;
  }
}

.footer_otherpages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer_otherpages ul {
    padding-left: 0;
  }
}
.footer_otherpages ul li {
  margin-right: 40px;
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  padding-left: 20px;
}
.footer_otherpages ul li::before {
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%) rotate(45deg);
          transform: translate(-50%) rotate(45deg);
}
@media (max-width: 767px) {
  .footer_otherpages ul li::before {
    display: none;
  }
}
.footer_otherpages ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer_otherpages ul li a:hover {
    text-decoration: none;
    opacity: none;
  }
}
@media (max-width: 767px) {
  .footer_otherpages ul li {
    width: 50%;
    margin-right: 0;
    padding: 20px;
    border: solid 1px #ccc;
  }
}

@media (max-width: 767px) {
  .footer_sns_box {
    margin-top: 30px;
  }
}

.footer_sns_box_title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .footer_sns_box_title {
    font-size: 1.2rem;
  }
}
.footer_sns_box_title span {
  display: inline-block;
}
.footer_sns_box_title span.icon {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .footer_sns_box_title span.icon {
    font-size: 1.4rem;
  }
}
.footer_sns_box_title span.text {
  margin-right: 10px;
  margin-left: 10px;
}

.footer_sns_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footer_sns_flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 13px;
  }
}

.footer_sns_box_item {
  margin-right: 5px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .footer_sns_box_item {
    width: 44px;
  }
}
.footer_sns_box_item img {
  display: block;
}

.footer_copy_box {
  background-color: #ffffff;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .footer_copy_box {
    padding-top: 14px;
  }
}

.footer_copy_text {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 43px;
}
@media (max-width: 767px) {
  .footer_copy_text {
    font-size: 1rem;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .footer_logo {
    width: 78px;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer_logo img {
  display: block;
}

.footer_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .footer_flex {
    display: block;
    text-align: center;
  }
}
.footer_flex .order_1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.footer_flex .order_2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.l-header {
  position: relative;
  background-color: #fff;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
}
@media (max-width: 767px) {
  .l-header {
    min-width: inherit;
  }
}

.l-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__logo a {
  display: block;
  padding-top: 32px;
  padding-right: 40px;
  padding-bottom: 32px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .l-header__logo a {
    padding-top: 21px;
    padding-right: 15px;
    padding-bottom: 19px;
    padding-left: 15px;
  }
}
.l-header__logo img {
  display: block;
  width: 158px;
}
@media (max-width: 767px) {
  .l-header__logo img {
    width: 98px;
  }
}

.l-header__unit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .l-header__nav {
    display: block;
    padding-right: 0;
    padding-left: 0;
    position: fixed;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: #f7f7f7;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.l-header__nav.panelactive {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  pointer-events: auto;
}

.l-header__item {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .l-header__item {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
}
.l-header__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
}
@media (max-width: 767px) {
  .l-header__item > a {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    border: none;
  }
}
.l-header__item:hover > a {
  border-bottom-color: #a5a067;
}
.l-header__item.is-sp__only {
  display: none;
}
@media (max-width: 767px) {
  .l-header__item.is-sp__only {
    display: block;
  }
}
@media (max-width: 767px) {
  .l-header__item.btn {
    margin-top: 20px;
    width: 94.6%;
    font-size: 1.4rem;
  }
}

.l-header__cafe {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.l-header__cafe > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #221614;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (max-width: 767px) {
  .l-header__cafe > a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 1rem;
    text-align: center;
  }
}
.l-header__cafe > a:hover {
  opacity: 0.7;
}

.l-header__buy {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.l-header__buy a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #a5a067;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (max-width: 767px) {
  .l-header__buy a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 1rem;
    letter-spacing: 0;
    white-space: nowrap;
    height: 50px;
  }
}
.l-header__buy a:hover {
  opacity: 0.7;
}

.l-header__language {
  width: 80px;
  height: 80px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-header__language {
    width: 50px;
    height: 50px;
  }
}
.l-header__language > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-header__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  margin-bottom: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .l-header__icon {
    width: 20px;
    margin-bottom: 2px;
  }
}
.l-header__icon img {
  display: block;
}

.l-header__badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #111;
}

.l-header__nav-second {
  position: absolute;
  top: 70px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px 2%;
  background: #f7f7f7;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: top 0.2s ease, visibility 0.2s ease, opacity 0.2s ease;
  transition: top 0.2s ease, visibility 0.2s ease, opacity 0.2s ease;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: -1;
}
@media (max-width: 767px) {
  .l-header__nav-second {
    position: relative;
    top: inherit;
    padding: 0;
    display: none;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .l-header__nav-second.firstOpen {
    display: block;
  }
}
.is-mega:hover .l-header__nav-second {
  top: 80px;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
@media (max-width: 767px) {
  .is-mega:hover .l-header__nav-second {
    top: inherit;
  }
}
@media (max-width: 767px) {
  .is-panel .l-header__nav-second {
    position: fixed;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: #f7f7f7;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.is-panel .l-header__nav-second.panelactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  z-index: 999;
  pointer-events: auto;
}

.l-header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .l-header__nav-wrap {
    width: 100%;
    display: block;
  }
}

.l-header__nav-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-right: 1px solid #333;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .l-header__nav-title {
    display: none;
  }
}
.l-header__nav-title a {
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
.l-header__nav-title a:hover {
  color: #a5a067;
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 60px;
  max-height: 180px;
}
@media (max-width: 767px) {
  .l-header__nav-list {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: inherit;
  }
}

.l-header__nav-item {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .l-header__nav-item {
    min-width: 100%;
    font-size: 1.2rem;
    padding-right: 0;
  }
}
.l-header__nav-item.is-pc__none {
  display: none;
}
@media (max-width: 767px) {
  .l-header__nav-item.is-pc__none {
    display: block;
  }
}
.l-header__nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .l-header__nav-item a {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    text-align: left;
    display: block;
    -webkit-transition: none;
    transition: none;
  }
}
.l-header__nav-item a::before {
  content: "";
  display: block;
  border-top: 2.5px solid transparent;
  border-right: none;
  border-bottom: 2.5px solid transparent;
  border-left: 3.5px solid #111;
  margin-right: 20px;
  width: 0;
  height: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10px;
}
@media (max-width: 767px) {
  .l-header__nav-item a::before {
    left: 20px;
  }
}
.l-header__nav-item a:hover {
  color: #a5a067;
}
.l-header__nav-item a:hover::before {
  border-left-color: #a5a067;
}

/*アイコンの＋と×*/
@media (max-width: 767px) {
  .l-header__item a.is-sp__toggle::before, .l-header__item a.is-sp__toggle::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 1px;
    background-color: #333;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .l-header__item a.is-sp__toggle::before {
    top: 48%;
    right: 26px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .l-header__item a.is-sp__toggle::after {
    top: 48%;
    right: 26px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .l-header__item a.is-sp__toggle.close::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .l-header__item a.is-sp__toggle.close::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.c-arrowLink {
  position: relative;
  text-align: center;
  margin-left: -20px;
}
.c-arrowLink::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 24px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  .c-arrowLink::before {
    width: 7px;
    height: 7px;
    margin-right: 12px;
  }
}
.c-arrowLink a:hover {
  border-bottom: solid 1px #333;
}

.c-arrowLink__link {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #333;
  display: inline-block;
}
@media (max-width: 767px) {
  .c-arrowLink__link {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.c-arrowLink__link a:hover {
  border-bottom: solid 1px #333;
}

.bnrarea_wrap {
  position: relative;
  z-index: 1;
  padding-top: 121px;
  padding-bottom: 121px;
  background: #f8f4ee;
}

@media (max-width: 767px) {
  .bnrarea_wrap {
    padding-top: 83px;
    padding-right: 20px;
    padding-bottom: 91px;
    padding-left: 20px;
  }
}
.bnrarea_title_box {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .bnrarea_title_box {
    margin-bottom: 40px;
  }
}
.bnrarea_title_unit {
  display: inline-block;
  position: relative;
}

.bnrarea_title {
  position: relative;
  z-index: 3;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.bnrarea_list_box .bnr_slider {
  width: 100%;
}

.bnrarea_list_box .bnr {
  margin: 0 15px;
}

.bnrarea_list_box .bnr_slider .bnr a {
  max-width: 570px;
  display: block;
  text-align: center;
}

.bnrarea_list_box .bnr_slider .bnr a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bnrarea_list_box .bnr_slider .bnr a img {
  width: 100%;
}

@media (max-width: 767px) {
  .bnrarea_list_box .bnr_slider .bnr {
    margin: 0;
    margin-bottom: 30px;
  }
  .bnrarea_list_box .bnr_slider .bnr:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .bnr_recommend {
    display: block;
  }
  .bnr_recommend .bnr {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .bnr_recommend .bnr:last-of-type {
    margin: 0 auto;
  }
}
.breadcrumb {
  padding-top: 10px;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  font-size: 14px;
}
.breadcrumb ul li {
  margin-right: 6px;
}
.breadcrumb ul li a {
  font-weight: bold;
}
.breadcrumb ul li a:hover {
  opacity: 0.7;
}
.breadcrumb ul li.active::before {
  content: "> ";
  padding: 0 5px;
  color: #333;
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.c-breadcrumb {
  position: relative;
  padding-top: 20px;
  padding-right: 60px;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}

.c-breadcrumb__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-breadcrumb__item {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.c-breadcrumb__item + .c-breadcrumb__item:before {
  content: "＞";
  display: inline-block;
  font-weight: 400;
  margin-right: 1em;
  margin-left: 1em;
}

.c-breadcrumb__link {
  color: #000;
  text-decoration: none;
}
.c-breadcrumb__link:hover {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  border: 1px solid #728076;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
  height: auto;
  margin: 0;
  background-image: none;
  background-color: #728076;
  text-decoration: none;
  border-radius: 0;
  font-size: 1.3rem;
  text-align: center;
  -webkit-appearance: none;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.btn a {
  padding-right: 18px;
  padding: 20px 0;
  display: block;
}
.btn.btn_center {
  margin: 0 auto;
}

.btn_insta a {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (min-width: 766px) {
.btn_insta {
  width: 800px !important;
  max-width: 800px !important;
  margin-top: 80px !important;
  z-index: 2;
}
.btn.btn_insta::after {
  width: 40px !important;
}
.btn_insta a img {
  margin-right: 20px;
}
}
@media (max-width: 767px) {
  .btn_insta {
    margin-top: 30px !important;
    z-index: 2;
  }
  .btn_insta a {
    padding: 15px 30px 15px 10px !important;
  }
.btn_insta a img {
  margin-right: 10px;
  width: 15%;
}
}

@media (max-width: 767px) {
  .btn {
    font-size: 1.2rem;
    width: 140px;
  }
  .btn a {
    padding-right: 18px;
    padding: 16px 0;
    display: block;
  }
}
.btn_basic {
  display: block;
  width: 90%;
  max-width: 460px;
  margin: 60px 15px;
  color: #ffffff;
  letter-spacing: 0.1em;
  background-color: #333333;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0;
  font-family: "Noto Sans JP", "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Noto Sans KR", "Noto Sans Thai", sans-serif;
}
.btn_basic a {
  display: block;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .btn_basic {
    width: 100%;
    line-height: 1;
    margin: 40px auto 20px;
  }
  .btn_basic + .btn_basic {
    width: 100%;
    line-height: 1;
    margin: 20px auto 20px;
  }
  .btn_basic a {
    padding: 14px 0;
  }
}
.btn_box_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .btn_box_2col {
    display: block;
    text-align: center;
    margin: 40px auto;
  }
}
.btn_movie {
  margin-top: 60px !important;
}

.btn_gold {
  background-color: #a5a067 !important;
  border: solid 1px #a5a067;
}

.btn_gold:hover {
  background-color: #ffffff !important;
  border: solid 1px #728076;
}

.btn:not(:disabled) {
  cursor: pointer;
}

.btn:hover, .btn:focus {
  outline: none;
  background-color: #ffffff;
  color: #728076;
}

.btn:hover::after, .btn:focus::after {
  border-bottom: 1px solid #728076;
  border-right: 2px solid #728076;
}

.btn::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  border-bottom: 1px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: skew(60deg);
          transform: skew(60deg);
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  pointer-events: none;
  margin-top: -3px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .btn::after {
    width: 16px;
    height: 3px;
    right: 10px;
    margin-top: -2px;
  }
}
.btn_midokoro {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 60px auto;
  color: #ffffff;
  letter-spacing: 0.1em;
  background-color: #333333;
  text-decoration: none;
  font-size: 1.4rem;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.btn.badge_new::before {
  content: "";
  width: 94px;
  height: 75px;
  background: url("../img/index/badge_new.png") no-repeat center;
  position: absolute;
  left: -45px;
  top: -25px;
}

.btn.badge_new.new_silver::before {
  content: "";
  width: 94px;
  height: 75px;
  background: url("../img/index/badge_new_silver.png") no-repeat center;
  position: absolute;
  left: -45px;
  top: -25px;
}

@media (max-width: 767px) {
  .btn_midokoro {
    width: calc(100% - 20px);
    margin-top: 30px;
  }
  .btn.badge_new::before {
    content: "";
    width: 60px;
    height: 75px;
    background: url("../img/index/badge_new.png") no-repeat center/100%;
    position: absolute;
    left: -20px;
    top: -40px;
  }
  .btn.badge_new.btn.badge_new.new_silver::before {
    content: "";
    width: 60px;
    height: 75px;
    background: url("../img/index/badge_new_silver.png") no-repeat center/100%;
    position: absolute;
    left: -20px;
    top: -40px;
  }
}
.btn.btn_light {
  border: 1px solid #ffffff;
  background-color: transparent;
}

.btn.btn_light:hover {
  opacity: 0.7;
  background-color: transparent;
  color: #ffffff;
}

.btn.btn_light:hover::after {
  border-bottom: 1px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn.btn_info {
  width: auto;
  height: auto;
  background-color: #ffffff;
  color: #728076;
  padding: 10px;
}

@media (max-width: 767px) {
  .btn.btn_info {
    padding: 8px;
  }
}
.btn.btn_info::after {
  content: none;
}

.btn.btn_info a {
  padding-right: 0;
}

.btn.btn_info:hover {
  background-color: #728076;
  color: #ffffff;
}

.btn.btn_link {
  width: 222px;
  height: 48px;
  background-color: #ffffff;
  color: #728076;
}

@media (max-width: 767px) {
  .btn.btn_link {
    width: 160px;
    height: 40px;
  }
}
.btn.btn_link::after {
  border-bottom: 1px solid #728076;
  border-right: 2px solid #728076;
}

.btn.btn_link:hover {
  outline: none;
  background-color: #728076;
  color: #ffffff;
}

.btn.btn_link:hover::after {
  border-bottom: 1px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn.btn_fat {
  width: 136px;
  height: 48px;
  background-color: #ffffff;
  color: #728076;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .btn.btn_fat {
    font-size: 1.2rem;
    width: 140px;
    height: 36px;
  }
}
.btn.btn_fat::after {
  border-bottom: 1px solid #728076;
  border-right: 2px solid #728076;
}

.btn.btn_fat:hover {
  outline: none;
  background-color: #728076;
  color: #ffffff;
}

.btn.btn_fat:hover::after {
  border-bottom: 1px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn.is-reverse {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  width: 380px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 767px) {
  .btn.is-reverse {
    width: 100%;
    font-size: 1.4rem;
  }
}
.btn.is-reverse::after {
  content: none;
}
.btn.is-reverse:hover {
  background-color: #fff;
  color: #000;
}
.btn.is-reverse a {
  padding-top: 19px;
  padding-right: 10px;
  padding-bottom: 18px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .btn.is-reverse a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.btn.btn_reverse {
  border-color: #333;
  color: #333;
  background-color: transparent;
}
.btn.btn_reverse::after {
  border-color: #333;
}
.btn.btn_reverse:hover {
  background-color: #333;
  color: #fff;
  border-color: #fff;
}
.btn.btn_reverse:hover::after {
  border-color: #fff;
}
.btn.btn_cta {
  border-color: #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.btn.btn_cta::after {
  border-color: #fff;
}
.btn.btn_cta:hover {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}
.btn.btn_cta:hover::after {
  border-color: #333;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 24px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #221614;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #221614;
}

.drawer {
  z-index: 40;
}

.drawer-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.drawer-close.is-checked {
  display: block;
  opacity: 0.4;
}

.drawer-icon {
  display: inline-block;
  position: relative;
  z-index: 41;
  text-align: center;
  cursor: pointer;
}
.drawer-icon::after {
  content: "MENU";
  display: block;
  color: #424242;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1;
  margin-top: 4px;
  font-weight: 700;
}
.drawer-icon.is-checked::after {
  content: "CLOSE";
}

.drawer-bars {
  display: inline-block;
  width: 25px;
  height: 19px;
  position: relative;
  vertical-align: bottom;
}

.drawer-bar {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  background: #424242;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.drawer-bar:nth-of-type(1) {
  top: 0;
}
.drawer-bar:nth-of-type(2) {
  top: 8px;
}
.drawer-bar:nth-of-type(3) {
  top: 16px;
}
.is-checked .drawer-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-checked .drawer-bar:nth-of-type(2) {
  background: transparent;
}
.is-checked .drawer-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  z-index: 40;
  width: 200px;
  max-width: 90%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding-top: 80px;
  text-align: left;
  color: #424242;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
}

.drawer-content--left {
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  left: 0;
  right: auto;
}

.drawer-content--top {
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .c-flex {
    display: block;
  }
}

.is-reverse .c-flex__item:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.is-reverse .c-flex__item:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

body.c-modal-noscroll {
  overflow: hidden;
}

.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow-y: auto;
  z-index: 120;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .c-modal {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.c-modal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 110;
}

.c-modal__content {
  position: relative;
  z-index: 120;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}
@media (max-width: 767px) {
  .c-modal__content {
    width: 92%;
  }
}

.c-modal__close {
  position: absolute;
  top: -34px;
  right: -34px;
  display: block;
  width: 68px;
  height: 68px;
  border: 4px solid #a5a067;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-modal__close {
    top: -16px;
    right: -12px;
    width: 34px;
    height: 34px;
    border-width: 2px;
  }
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 40px; /* 棒の高さ */
  background: #a5a067; /* バツ印の色 */
}
@media (max-width: 767px) {
  .c-modal__close::before, .c-modal__close::after {
    width: 1px;
    height: 20px;
  }
}
.c-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal__title {
  background-color: #d8c99d;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #231815;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .c-modal__title {
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.c-modal__wrap {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 51px 60px 90px;
}
@media (max-width: 767px) {
  .c-modal__wrap {
    padding: 30px 5% 60px;
  }
}

.c-modal__intro {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 51px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-modal__intro {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.025em;
    margin-bottom: 36px;
  }
}

.c-modal__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .c-modal__flex {
    display: block;
    margin-bottom: 53px;
  }
}
.c-modal__flex.is-mb__md {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .c-modal__flex.is-mb__md {
    margin-bottom: 60px;
  }
}
.c-modal__flex.two_photos {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-modal__photo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .c-modal__photo {
    width: 100%;
    margin-bottom: 27px;
  }
}
.c-modal__photo img {
  display: block;
}
.c-modal__photo.is-order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-modal__photo.is-order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.c-modal__caption {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding-top: 17px;
  padding-right: 20px;
  padding-bottom: 17px;
  padding-left: 20px;
  font-size: 1.2rem;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-modal__caption {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    letter-spacing: 0.025em;
    padding-top: 7.5px;
    padding-right: 10px;
    padding-bottom: 7.5px;
    padding-left: 10px;
  }
}
.c-modal__caption.is-fz__md {
  font-size: 1.4rem;
  color: #231815;
  line-height: 1.85;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 767px) {
  .c-modal__caption.is-fz__md {
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}

.c-modal__detail {
  width: 52.7%;
  padding-left: 5.55%;
}
@media (max-width: 767px) {
  .c-modal__detail {
    width: 100%;
    padding-left: 0;
  }
}
.c-modal__detail.is-thin {
  width: 47.2%;
}
@media (max-width: 767px) {
  .c-modal__detail.is-thin {
    width: 100%;
  }
}
.c-modal__detail.is-order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 5.55%;
}
@media (max-width: 767px) {
  .c-modal__detail.is-order1 {
    padding-right: 0;
  }
}
.c-modal__detail.is-order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.c-modal__namePlate {
  position: relative;
  margin-bottom: 48px;
  padding-left: 20px;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-modal__namePlate {
    font-size: 1.4rem;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
    padding-left: 0;
  }
}

.c-modal__position {
  font-weight: 700;
}

.c-modal__name {
  font-weight: 400;
}

.c-modal__info {
  background-color: #f2efe4;
  padding-top: 26px;
  padding-right: 30px;
  padding-bottom: 26px;
  padding-left: 30px;
  color: #231815;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .c-modal__info {
    padding-top: 13px;
    padding-right: 15px;
    padding-bottom: 13px;
    padding-left: 15px;
    font-size: 1.2rem;
    letter-spacing: 0.025em;
    margin-bottom: 40px;
  }
}
.c-modal__info p {
  font-weight: 400;
  line-height: 1.57;
}

.c-modal__shopName {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
.c-modal__shopName span {
  display: inline;
  line-height: 2;
  border-bottom: 1px solid #231815;
  padding-bottom: 2px;
}

.c-modal__address {
  font-weight: 400;
  line-height: 1.57;
}
.c-modal__address p {
  margin-bottom: 20px;
}
.c-modal__address .shop_info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-modal__address .shop_info dt {
  width: 5em;
  display: block;
  position: relative;
}
.c-modal__address .shop_info dt::after {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
}
.c-modal__address .shop_info dd {
  width: calc(100% - 5em);
  padding-left: 0.5em;
  padding-bottom: 0.25em;
}

.c-modal__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #333;
  width: 100%;
  border-radius: 40px;
  background-color: #d8c99d;
  min-height: 80px;
  margin-top: 0;
  margin-bottom: 60px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .c-modal__label {
    font-size: 1.6rem;
    min-height: 44px;
    margin-bottom: 30px;
    padding: 10px 15px;
    text-align: center;
  }
}

.c-modal__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #333;
}
@media (max-width: 767px) {
  .c-modal__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.c-modal__closeBtn {
  width: 380px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #333;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 1px;
  cursor: pointer;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .c-modal__closeBtn {
    width: 93.4%;
    height: auto;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 40px;
  }
}

.c-movie__iframe {
  overflow: hidden;
  z-index: -100;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  background-image: url(../img/index/intro_bg_photo.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}
@media (max-width: 767px) {
  .c-movie__iframe {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    background-color: #83a0be;
    background-image: url(../img/index/intro_bg_photo_sp.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }
}
.c-movie__iframe::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(102, 102, 102, 0.5);
  mix-blend-mode: multiply;
}
.c-movie__iframe iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 130%;
}
@media (max-width: 767px) {
  .c-movie__iframe iframe {
    display: none;
  }
}

.news_wrap {
  position: absolute;
  z-index: 3;
  top: -150px;
  left: 0;
}

@media (max-width: 767px) {
  .news_wrap {
    top: -155px;
  }
}
.news_inner {
  margin-left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

@media (max-width: 767px) {
  .news_inner {
    width: 90%;
  }
}
.news_label {
  position: absolute;
  top: -27px;
  left: 0;
  z-index: 3;
  width: 50%;
}

@media (max-width: 767px) {
  .news_label {
    width: 90%;
  }
}
.news_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .news_flex {
    display: block;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
  }
}
.c-news__title {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-right: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .c-news__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-right: none;
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
  }
}

.c-news__name {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding-right: 38px;
  padding-left: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .c-news__name {
    padding-right: 0;
    padding-left: 0;
  }
}
.c-news__name img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-news__name img {
    width: 55px;
  }
}

.c-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .c-news__link {
    margin-top: 0;
  }
}
.c-news__link a {
  padding-right: 30px;
}
.c-news__link a::after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  border-bottom: 1px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: skew(60deg);
          transform: skew(60deg);
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 1;
  margin-top: -3px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.news_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 228px;
  -webkit-overflow-scrolling: touch;
  margin-left: 40px;
}

@media (max-width: 767px) {
  .news_content {
    height: 172px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.news_list {
  position: relative;
  height: 100%;
}

.news_list_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 40px);
  border-bottom: 1px solid #ececec;
}
@media (max-width: 767px) {
  .news_list_item {
    width: calc(100% - 10px);
  }
}

.news_list_item span, .news_list_item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
}

@media (max-width: 767px) {
  .news_list_item span, .news_list_item a {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.news_list_date {
  margin-right: 50px;
}

@media (max-width: 767px) {
  .news_list_date {
    margin-right: 0;
    font-size: 1.3rem;
    margin-bottom: 1px;
  }
}
a > .news_list_text {
  text-decoration: underline;
}

a:hover > .news_list_text {
  text-decoration: none;
}

.p-news__wrap {
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
}
.p-news__wrap .p-news__date {
  padding-bottom: 15px;
  text-align: right;
}
.p-news__wrap .p-news__title {
  margin-top: 0;
  font-size: 4rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 60px auto;
}
@media (max-width: 767px) {
  .p-news__wrap .p-news__title {
    font-size: 2.4rem;
    margin: 20px auto 40px auto;
  }
}
.p-news__wrap p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-news__wrap p {
    font-size: 1.4rem;
  }
}
.p-news__wrap p + p {
  margin-top: 20px;
}

/*--- opening ---*/
.overlay {
  width: 100vw;
  height: 1000vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(146, 146, 146, 0.7);
  z-index: 1000;
}

.overlay .youtube_wrap {
  position: absolute;
  top: 50vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1200px;
}

.youtube_wrap .btn_close {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  right: -40px;
  top: -40px;
  background: url("../img/common/btn_close.png") no-repeat center/cover;
  z-index: 101;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.youtube_wrap .btn_close:hover {
  opacity: 0.7;
}

.overlay .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.overlay .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .overlay .youtube_wrap {
    width: 94%;
  }
  .youtube_wrap .btn_close {
    width: 40px;
    height: 40px;
    right: 0;
    top: -44px;
  }
  .youtube_wrap .btn_close:hover {
    opacity: 0.7;
  }
}
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  font-family: "Arial", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #728076;
}
.wp-pagenavi .page, .wp-pagenavi span {
  border: 1px solid #728076;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-right: 2.5px;
  margin-left: 2.5px;
  padding-top: 2px;
}
.wp-pagenavi .page:hover {
  background-color: #728076;
  color: #fff;
}
.wp-pagenavi span.current {
  background-color: #728076;
  color: #fff;
}

.previouspostslink,
.nextpostslink {
  border: 1px solid #728076;
  width: 68px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #728076;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-right: 7.5px;
  margin-left: 7.5px;
}
.previouspostslink:hover,
.nextpostslink:hover {
  background-color: #fff;
  color: #728076;
}

.ps__thumb-y {
  background-color: #000;
  border-radius: 0;
  width: 2px;
  right: 0;
}

.ps__rail-y {
  width: 2px;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background-color: #ececec;
}

.ps__rail-x, .ps__rail-y {
  opacity: 1 !important;
}

.c-smoothLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 3%;
}
@media (max-width: 767px) {
  .c-smoothLink {
    margin-top: 25px;
  }
}

.c-smoothLink__item {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.c-smoothLink__item:nth-of-type(2n) {
  margin-right: 0;
}

.c-smoothLink__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #231815;
  background-color: transparent;
  color: #231815;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 60px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .c-smoothLink__link {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    min-height: 45px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.c-smoothLink__link::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  margin-top: -4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .c-smoothLink__link::before {
    width: 9px;
    height: 9px;
    margin-top: -2px;
    margin-right: 20px;
    left: 10px;
  }
}
.c-smoothLink__link:hover {
  background-color: #231815;
  color: #fff;
}
.c-smoothLink__link:hover::before {
  border-color: #fff;
}
.is-reverse .c-smoothLink__link {
  background-color: #231815;
  color: #fff;
}
.is-reverse .c-smoothLink__link::before {
  border-color: #fff;
}
.is-reverse .c-smoothLink__link:hover {
  background-color: transparent;
  color: #231815;
}
.is-reverse .c-smoothLink__link:hover::before {
  border-color: #231815;
}
@media (max-width: 767px) {
  .c-smoothLink__link .is-sp__none {
    display: none;
  }
}

.menu_trigger {
  display: none;
  position: relative;
  z-index: 150;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0;
  background-color: #333;
}
@media (max-width: 767px) {
  .menu_trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.menu_trigger .menu_trigger_btn {
  width: 30px;
  height: 22px;
  position: relative;
}
.menu_trigger .menu_trigger_btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  padding: 0;
}
.menu_trigger .menu_trigger_btn span:nth-of-type(1) {
  top: 0;
}
.menu_trigger .menu_trigger_btn span:nth-of-type(2) {
  top: 10px;
}
.menu_trigger .menu_trigger_btn span:nth-of-type(3) {
  bottom: 0;
}
.menu_trigger.active .menu_trigger_btn span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.menu_trigger.active .menu_trigger_btn span:nth-of-type(2) {
  opacity: 0;
}
.menu_trigger.active .menu_trigger_btn span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
  width: 100%;
}


.p-cafe__wrap {
  width: 100%;
  height: 260px;
  text-align: center;
  background: url(/spaciax/assets/img/cafe/cafe_photo_01.jpg) no-repeat center -40px / cover, #fff;
  margin: 0 auto;
  position: relative;
}
.p-cafe__wrap.page__use {
  margin-top :80px;
}
@media (max-width: 767px) {
  .p-cafe__wrap {
    padding-top: 0 !important;
    height: 150px;
    background: url(/spaciax/assets/img/cafe/cafe_photo_01_sp.jpg) no-repeat center -40px / cover, #fff;
  }
  .p-cafe__wrap.page__use {
    margin-top: 50px !important;
  }
}

.p-cafe__mv .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}


.p-cafe__label {
  position: absolute;
  top: -30px;
  right: -10px;
  width: 17.7vw;
  min-width: 200px;
}
@media (max-width: 767px) {
  .p-cafe__label {
    min-width: inherit;
    top: -19px;
    right: -5px;
    width: 32.4%;
  }
}
.p-cafe__label img {
  display: block;
}

.p-cafe__title {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 0px 0px 171px #0c0707;
}
@media (max-width: 767px) {
  .p-cafe__title {
    font-size: 2.2rem;
    line-height: 1.4;
    text-shadow: 0px 0px 15px #0c0707;
  }
}

.p-xbeer-intro__title {
  margin: -30px 0 50px 0;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .p-xbeer-intro__title {
    font-size: 2rem;
    margin: 30px 0;
  }
}

.p-xbeer-intro__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-xbeer-intro__text {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left;
  }
}
.p-xbeer-intro__text.bold {
  margin: 20px 0 60px 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-xbeer-intro__text.bold {
    margin-bottom: 40px;
  }
}
.p-xbeer-intro__text a {
  padding-bottom: 3px;
  border-bottom: 1px solid #333;
}

.p-cafe-intro__wrap {
  padding-top: 80px;
  padding-bottom: 170px;
  position: relative;
  z-index: 3;
}
.p-cafe-intro__wrap .wrap {
  position: relative;
  z-index: 100;
}
.p-cafe-intro__wrap .wrap img {
  margin: 0 auto;
  display: block;
}
.p-cafe-intro__wrap .wrap img + img {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-cafe-intro__wrap {
    padding-top: 40px;
    padding-right: 5%;
    padding-bottom: 120px;
    padding-left: 5%;
  }
  .p-cafe-intro__wrap .wrap {
    padding: 0 5%;
  }
}
.p-cafe-intro__wrap:not(.is-bg__none)::before, .p-cafe-intro__wrap:not(.is-bg__none)::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  pointer-events: none;
}
.p-cafe-intro__wrap::before {
  background-image: url(../img/cafe/bg_cafe_01.png);
  background-size: 33.3% auto;
  background-position: right -5.2vw top;
}
@media (max-width: 767px) {
  .p-cafe-intro__wrap::before {
    background-image: url(../img/cafe/bg_cafe_01_sp.png);
    background-size: 45.7% auto;
    background-position: right 0 top;
  }
}
.p-cafe-intro__wrap::after {
  background-image: url(../img/cafe/bg_cafe_02.png);
  background-size: 32.3% auto;
  background-position: left bottom;
}
@media (max-width: 767px) {
  .p-cafe-intro__wrap::after {
    background-image: url(../img/cafe/bg_cafe_02_sp.png);
    background-size: 61.3% auto;
  }
}
.p-cafe-intro__wrap .btn {
  max-width: 600px;
  width: 600px;
  margin-top: 60px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 2rem;
  line-height: 1.5;
  background: #a5a067;
  border: 1px solid #a5a067;
}
.p-cafe-intro__wrap .btn:hover {
  background: #fff;
  color: #a5a067;
}
@media (max-width: 767px) {
  .p-cafe-intro__wrap .btn {
    width: 90%;
    margin-top: 57px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.5rem;
  }
}
.p-cafe-intro__wrap .btn a {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .p-cafe-intro__wrap .btn a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.c-breadcrumb + .p-cafe-intro__wrap {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .c-breadcrumb + .p-cafe-intro__wrap {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.p-cafe-intro__wrap.is-pc__pb-sm {
  padding-bottom: 46px;
}

.p-cafe-intro__title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-cafe-intro__title {
    margin-top: 10px;
    margin-bottom: 35px;
  }
}
.p-cafe-intro__title img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-cafe-intro__title img {
    width: 110px;
  }
}

.p-cafe-intro__text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-cafe-intro__text {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left;
  }
}
.p-cafe-intro__text + .p-cafe-intro__text {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-cafe-intro__text + .p-cafe-intro__text {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .p-cafe-intro__text.is-sp__center {
    text-align: center;
  }
}

.p-cafe-intro__img {
  margin-top: 60px;
}

.p-cafe-intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .p-cafe-intro__flex {
    margin-top: 25px;
    display: block;
  }
}
.p-cafe-intro__flex .c-arrowLink {
  margin-right: 60px;
}
.p-cafe-intro__flex .c-arrowLink:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .p-cafe-intro__flex .c-arrowLink {
    margin-right: 0;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}

.p-cafe-howto__wrap .btn_midokoro {
  margin-top: 55px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: 0;
  background-color: #221614;
  border-color: #221614;
}
@media (max-width: 767px) {
  .p-cafe-howto__wrap .btn_midokoro {
    width: 85%;
    margin: 0 auto;
    font-size: 1.2rem;
  }
}
.p-cafe-howto__wrap .btn_midokoro:hover {
  color: #221614;
  border-color: #221614;
  background-color: #fff;
}
.p-cafe-howto__wrap .btn_midokoro:hover::after {
  border-color: #221614;
}

.p-cafe-howto__wrap + .p-cafe-menu__wrap {
  padding-top: 160px;
}
@media (max-width: 767px) {
  .p-cafe-howto__wrap + .p-cafe-menu__wrap {
    padding-top: 80px;
  }
}

.p-cafe-howto__wrap + .p-cafe-menu__wrap.is-mt__md,
.p-cafe-menu__wrap + .p-cafe-howto__wrap.is-mt__md {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .p-cafe-howto__wrap + .p-cafe-menu__wrap.is-mt__md,
  .p-cafe-menu__wrap + .p-cafe-howto__wrap.is-mt__md {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

.p-cafe-menu__wrap {
  padding-top: 160px;
  position: relative;
}
.p-cafe-menu__wrap::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-cafe-menu__wrap::after {
    background-image: url(../img/cafe/bg_cafe_02_sp.png);
    background-size: 61.3% auto;
    background-position: left bottom;
  }
}
@media (max-width: 767px) {
  .p-cafe-menu__wrap {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.p-cafe-menu__wrap.is-bg__none::after {
  content: none;
}
.p-cafe-menu__wrap .c-flex {
  position: relative;
  z-index: 3;
}
.p-cafe-menu__wrap .btn_midokoro {
  margin-top: 55px;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: 0;
  background-color: #221614;
  border-color: #221614;
}
@media (max-width: 767px) {
  .p-cafe-menu__wrap .btn_midokoro {
    width: 85%;
    margin: 0 auto;
    font-size: 1.2rem;
  }
}
.p-cafe-menu__wrap .btn_midokoro:hover {
  color: #221614;
  border-color: #221614;
  background-color: #fff;
}
.p-cafe-menu__wrap .btn_midokoro:hover::after {
  border-color: #221614;
}

.p-cafe-howto__item {
  padding-right: 10%;
  padding-left: 4%;
  width: 45.3%;
  min-width: 580px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 1440px) {
  .p-cafe-howto__item {
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media (max-width: 767px) {
  .p-cafe-howto__item {
    min-width: inherit;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-cafe-howto__photo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .p-cafe-howto__photo {
    width: 90%;
    margin-bottom: 36px;
  }
}
.p-cafe-howto__photo img {
  width: 100%;
}

.p-cafe-menu__item {
  padding-right: 4%;
  padding-left: 10%;
  width: 45.3%;
  min-width: 580px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 1440px) {
  .p-cafe-menu__item {
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media (max-width: 767px) {
  .p-cafe-menu__item {
    min-width: inherit;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-cafe-menu__photo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .p-cafe-menu__photo {
    width: 90%;
    margin-right: 0;
    margin-bottom: 36px;
    margin-left: auto;
  }
}
.p-cafe-menu__photo img {
  width: 100%;
}

.p-cafe-howto__label,
.p-cafe-menu__label {
  font-size: 3rem;
  font-weight: 700;
  color: #d5d3bc;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .p-cafe-howto__label,
  .p-cafe-menu__label {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-cafe-howto__label,
  .p-cafe-menu__label {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}

.p-cafe-howto__title,
.p-cafe-menu__title {
  font-size: min(2.3vw, 4.4rem);
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  .p-cafe-howto__title,
  .p-cafe-menu__title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .p-cafe-howto__title,
  .p-cafe-menu__title {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 1.36;
    margin-bottom: 40px;
  }
}

.p-cafe-howto__text,
.p-cafe-menu__text {
  font-size: 2rem;
  font-weight: 400;
  color: #333;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .p-cafe-howto__text,
  .p-cafe-menu__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-cafe-howto__text,
  .p-cafe-menu__text {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 35px;
  }
}

.p-cafe-howto__text {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-cafe-howto__text {
    margin-bottom: 20px;
  }
}

.p-cafe-howto__note,
.p-cafe-menu__note {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .p-cafe-howto__note,
  .p-cafe-menu__note {
    font-size: 1rem;
    margin-bottom: 35px;
  }
}

.p-cafe-menu__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-cafe-menu__flex {
    display: block;
    margin-bottom: 40px;
  }
}
.p-cafe-menu__flex.is-jc__start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-cafe-menu__flex.is-last {
  margin-bottom: 0;
}
.p-cafe-menu__flex + .btn_lg {
  margin-top: -15px;
}

.btn_lg {
  margin-bottom: 60px !important;
  max-width: 450px !important;
}
@media (max-width: 767px) {
  .btn_lg {
    font-size: 1.2rem !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

.p-cafe-menu__unit {
  width: 47.8%;
}
@media (max-width: 767px) {
  .p-cafe-menu__unit {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-cafe-menu__unit:last-child {
  margin-bottom: 0;
}
.p-cafe-menu__unit .btn {
  width: 100%;
  font-size: 1.6rem;
}
@media (max-width: 1440px) {
  .p-cafe-menu__unit .btn {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .p-cafe-menu__unit .btn {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2rem;
  }
}
.p-cafe-menu__unit .btn_basic {
  margin: 0;
}
@media (max-width: 767px) {
  .p-cafe-menu__unit .btn_basic {
    margin-right: auto;
    margin-left: auto;
  }
}

.p-cafe-menu__info {
  background-color: #f7f7f7;
  padding-top: 55px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .p-cafe-menu__info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-cafe-menu__sub {
  font-size: 2.2rem;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-cafe-menu__sub {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}

.p-cafe-menu__btn {
  width: 380px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-cafe-menu__btn {
    width: 85%;
  }
}
.p-cafe-menu__btn .btn {
  width: 100%;
}
.p-cafe-menu__btn .btn_basic {
  margin: 0;
}
@media (max-width: 767px) {
  .p-cafe-menu__btn .btn_basic {
    margin-right: auto;
    margin-left: auto;
  }
}

.p-cafe-info__wrap {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 767px) {
  .p-cafe-info__wrap {
    padding-top: 70px;
    padding-right: 10%;
    padding-bottom: 80px;
    padding-left: 10%;
    background-color: #f2efe4;
  }
}
.p-cafe-info__wrap::before, .p-cafe-info__wrap::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-cafe-info__wrap::before, .p-cafe-info__wrap::after {
    content: none;
  }
}
.p-cafe-info__wrap::before {
  background-image: url(../img/cafe/bg_cafe_03.png);
  background-size: 33.3% auto;
  background-position: right -5.2vw top;
}
.p-cafe-info__wrap::after {
  background-image: url(../img/cafe/bg_cafe_02.png);
  background-size: 32.3% auto;
  background-position: left bottom;
}
.p-cafe-info__wrap .btn {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.4rem;
  width: 292px;
}
@media (max-width: 767px) {
  .p-cafe-info__wrap .btn {
    width: 87.6%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2rem;
  }
}
.p-cafe-info__wrap .btn a {
  padding-top: 14px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .p-cafe-info__wrap .btn a {
    padding-top: 17px;
    padding-bottom: 15px;
  }
}
.p-cafe-info__wrap .btn.btn_center {
  margin: 0 auto;
}
.p-cafe-info__wrap .btn_midokoro {
  background-color: #221614;
  border-color: #221614;
}
.p-cafe-info__wrap .btn_midokoro:hover {
  color: #221614;
  border-color: #221614;
  background-color: #fff;
}
.p-cafe-info__wrap .btn_midokoro:hover::after {
  border-color: #221614;
}

.p-cafe-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-cafe-info__list {
    display: block;
  }
}

.p-cafe-info__item {
  width: 340px;
  margin-right: 90px;
}
@media (max-width: 767px) {
  .p-cafe-info__item {
    width: 100%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.p-cafe-info__item:nth-of-type(2) {
  margin-top: 130px;
}
@media (max-width: 767px) {
  .p-cafe-info__item:nth-of-type(2) {
    margin-top: 0;
  }
}
.p-cafe-info__item:nth-of-type(3) {
  margin-top: 250px;
}
@media (max-width: 767px) {
  .p-cafe-info__item:nth-of-type(3) {
    margin-top: 0;
  }
}
.p-cafe-info__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.p-cafe-info__photo {
  width: 100%;
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  .p-cafe-info__photo {
    margin-bottom: 19px;
  }
}
.p-cafe-info__photo img {
  display: block;
}

.p-cafe-info__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .p-cafe-info__title {
    font-size: 2.2rem;
    margin-bottom: 14px;
  }
}

.p-cafe-info__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 55px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .p-cafe-info__text {
    font-size: 1.4rem;
    margin-bottom: 36px;
  }
}

.p-cafe-cta__wrap {
  background-image: url(../img/cafe/cta_photo_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 107px;
  padding-bottom: 120px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .p-cafe-cta__wrap {
    background-image: url(../img/cafe/cta_photo_01_sp.jpg);
    padding-top: 53px;
    padding-right: 6.6%;
    padding-bottom: 65px;
    padding-left: 6.6%;
  }
}
.p-cafe-cta__wrap .btn {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-cafe-cta__wrap .btn {
    width: 87.6%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2rem;
  }
}

.p-cafe-cta__title {
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .p-cafe-cta__title {
    font-size: 2.2rem;
    margin-bottom: 32px;
  }
}
.p-cafe-cta__title .txt_small {
  font-size: 50%;
  display: block;
}

.p-cafe-cta__text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.1em;
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .p-cafe-cta__text {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 37px;
    text-align: left;
  }
}

.p-cafe-information__wrap {
  background-color: #f2efe4;
  padding: 90px 0;
}
.p-cafe-information__wrap p {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-cafe-information__wrap {
    padding-top: 40px;
    padding-right: 5%;
    padding-bottom: 40px;
    padding-left: 5%;
  }
}

.p-cafe-bg__wrap {
  padding-bottom: 130px;
  background-image: url(../img/cafe/bg_cafe_about_01.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top -480px;
}
@media (max-width: 767px) {
  .p-cafe-bg__wrap {
    padding-bottom: 80px;
    background-image: url(../img/cafe/bg_cafe_about_01_sp.png);
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .p-cafe-bg__wrap .p-cafe-intro__wrap:not(.is-sp__pb-sm) {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .p-cafe-bg__wrap .btn {
    width: 82.6%;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .p-cafe-comb__wrap {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.p-cafe-comb__wrap .btn {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.p-cafe-cm__title {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-cafe-cm__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.p-cafe-cm__title.txt_small {
  font-size: 50% !important;
}

.p-cafe-comb__title {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .p-cafe-comb__title {
    font-size: 2.2rem;
    line-height: 1.36;
    margin-bottom: 25px;
  }
}

.p-cafe-comb__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.77;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-cafe-comb__text {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
    margin-bottom: 40px;
  }
}

.p-cafe-comb__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-cafe-comb__flex {
    margin-bottom: 20px;
  }
  .p-cafe-comb__flex a {
    width: 100%;
  }
}
.p-cafe-comb__flex a:hover {
    opacity: 0.7;
}
.p-cafe-comb__flex.is-mb__md {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-cafe-comb__flex.is-mb__md {
    margin-bottom: 40px;
  }
}
.p-cafe-comb__flex.is-mb__lg {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .p-cafe-comb__flex.is-mb__lg {
    margin-bottom: 40px;
  }
}
.p-cafe-comb__flex.is-mb__xl {
  margin-bottom: 106px;
}
@media (max-width: 767px) {
  .p-cafe-comb__flex.is-mb__xl {
    margin-bottom: 53px;
  }
}

.p-cafe-comb__pic {
  width: 570px;
  margin-right: 30px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .p-cafe-comb__pic {
    width: 47.8%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .p-cafe-comb__pic + .p-cafe-comb__pic {
    margin-left: 4.3%;
  }
}

.p-cafe-comb__pic img {
  display: block;
}

.p-cafe-comb__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  border-radius: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  width: 540px;
  min-height: 80px;
}
@media (max-width: 767px) {
  .p-cafe-comb__label {
    font-size: 1.4rem;
    width: 100%;
    min-height: 40px;
    border-radius: 20px;
    letter-spacing: 0.05em;
  }
}
.p-cafe-comb__label.is-type1 {
  background-color: #2c2e2d;
}
.p-cafe-comb__label.is-type2 {
  background-color: #7f4422;
}
.p-cafe-comb__label.is-type3 {
  background-color: #8f772f;
}
.p-cafe-comb__label.is-type4 {
  background-color: #5a2656;
}
.p-cafe-comb__label.is-type5 {
  background-color: #405e78;
}
.p-cafe-comb__label.is-line2 {
  font-size: 2.4rem;
  border-radius: 55px;
  display: inline-block;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .p-cafe-comb__label.is-line2 {
    font-size: 1.2rem;
    border-radius: 30px;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .p-cafe-comb__label.is-line2__sp {
    font-size: 1.2rem;
    min-height: 60px;
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .p-cafe-comb__label.is-line3__sp {
    font-size: 1.2rem;
    min-height: 90px;
    border-radius: 45px;
  }
}

.p-cafe-comb__icon {
  width: 30px;
  margin-right: 30px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .p-cafe-comb__icon {
    width: 15px;
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
}

.p-cafe-comb__icon img {
  display: block;
}

.p-cafe-menu__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  width: 100%;
  border-radius: 40px;
  background-color: #d8c99d;
  min-height: 80px;
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .p-cafe-menu__lead {
    font-size: 1.6rem;
    min-height: 44px;
    margin-bottom: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.p-cafe-intro__text + .p-cafe-menu__lead {
  margin-top: 70px;
}

.p-cafe-menu__sub {
  font-size: 3rem;
  margin-bottom: 35px;
  text-align: center;
}
.p-cafe-menu__sub span {
  font-size: 2rem;
  display: block;
}

.p-cafe-menu__price {
  padding-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-cafe-menu__summary {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: 0.05em;
  margin-bottom: 53px;
}
@media (max-width: 767px) {
  .p-cafe-menu__summary {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
    margin-bottom: 24px;
  }
}

.p-cafe-menu__col {
  width: 382px;
  margin-right: 27px;
}
@media (max-width: 767px) {
  .p-cafe-menu__col {
    width: 100%;
    margin-right: auto;
    margin-bottom: 54px;
    margin-left: auto;
  }
}
.p-cafe-menu__col:not(.is-col2):nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .p-cafe-menu__col:not(.is-col2):nth-of-type(3n) {
    margin-right: auto;
  }
}
.p-cafe-menu__col.is-col2 {
  width: 570px;
  margin-right: 60px;
}
@media (max-width: 767px) {
  .p-cafe-menu__col.is-col2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-cafe-menu__col.is-col2:nth-of-type(2n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .p-cafe-menu__col.is-col2:nth-of-type(2n) {
    margin-right: auto;
  }
}
.p-cafe-menu__col.is-col2:nth-of-type(n+3) {
  margin-top: 54px;
}
@media (max-width: 767px) {
  .p-cafe-menu__col.is-col2:nth-of-type(n+3) {
    margin-top: 0;
  }
}
.p-cafe-menu__col.is-col3 {
  margin: 0;
  width: 31%;
}
@media (max-width: 767px) {
  .p-cafe-menu__col.is-col3 {
    margin-bottom: 40px;
    width: 100%;
  }
}
.p-cafe-menu__col.is-center {
  width: 570px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-cafe-menu__col.is-center {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .p-cafe-menu__col:last-child {
    margin-bottom: 0;
  }
}

.p-cafe-selection__wrap {
  margin-bottom: 50px;
  padding: 50px 30px 60px 30px;
  background: #fff;
}
@media (max-width: 767px) {
  .p-cafe-selection__wrap {
    padding: 30px 4% 50px 4%;
  }
}
.p-cafe-selection__wrap h4 {
  padding-bottom: 40px;
  color: #a5a067;
  text-align: center;
  font-size: 2.2rem;
  position: relative;
}
.p-cafe-selection__wrap h4:before, .p-cafe-selection__wrap h4:after {
  content: "";
  width: 200px;
  height: 1px;
  background: #a5a067;
  position: absolute;
  top: 1em;
}
@media (max-width: 767px) {
  .p-cafe-selection__wrap h4:before, .p-cafe-selection__wrap h4:after {
    content: none;
  }
}
.p-cafe-selection__wrap h4:before {
  left: 220px;
}
.p-cafe-selection__wrap h4:after {
  right: 220px;
}
@media (max-width: 767px) {
  .p-cafe-selection__wrap h4 {
    padding-bottom: 20px;
    font-size: 1.8rem;
  }
}
.p-cafe-selection__wrap .p-cafe-menu__name {
  margin-top: 20px;
  font-size: 1.8rem;
}
.p-cafe-selection__wrap .p-cafe-menu__flex.selection {
  margin-bottom: 0;
}
.p-cafe-selection__wrap .p-cafe-menu__detail {
  font-size: 1.4rem;
}

.p-cafe-menu__mark__note {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}

.p-cafe-menu__pic {
  width: 100%;
  position: relative;
}
.p-cafe-menu__pic.soldout {
  position: relative;
}
.p-cafe-menu__pic.soldout:after {
  content: "ご好評につき完売いたしました";
  padding: 8px 20px;
  background: #4D4442;
  color: #fff;
  position: absolute;
  top: calc(50% - 20.5px);
  left: calc(50% - 131.5px);
}
.p-cafe-menu__pic.soldout.finish:after {
  content: "終了";
  width: 263px;
  text-align: center;
}
.p-cafe-menu__pic img {
  display: block;
}
.p-cafe-menu__pic.goen_limited::after {
  content: " ";
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 189px;
  height: 36px;
  background: url(/spaciax/assets/img/cafe/menu/tag_goen_limited.png) no-repeat bottom right/contain;
  z-index: 5;
}
@media (max-width: 767px) {
  .p-cafe-menu__pic.goen_limited::after {
    bottom: 7px;
    right: 5px;
    height: 24px;
  }
}
.p-cafe-menu__pic.limited_0106::after {
  content: " ";
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 189px;
  height: 36px;
  background: url(/spaciax/assets/img/cafe/menu/tag_0106_limited.png) no-repeat bottom right/contain;
  z-index: 5;
}
@media (max-width: 767px) {
  .p-cafe-menu__pic.limited_0106::after {
    bottom: 7px;
    right: 5px;
    height: 24px;
  }
}
.p-cafe-menu__pic.spacia_limited::after {
  content: " ";
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 172px;
  height: 36px;
  background: url(/spaciax/assets/img/cafe/menu/tag_spacia_limited.png) no-repeat bottom right/contain;
  z-index: 5;
}
@media (max-width: 767px) {
  .p-cafe-menu__pic.spacia_limited::after {
    bottom: 7px;
    right: 5px;
    height: 24px;
  }
}
.p-cafe-menu__pic.spacia_spacial::after {
  content: " ";
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 172px;
  height: 36px;
  background: url(/spaciax/assets/img/cafe/xbeer/tag_spacia_spacial.png) no-repeat bottom right/contain;
  z-index: 5;
}
@media (max-width: 767px) {
  .p-cafe-menu__pic.spacia_spacial::after {
    bottom: 7px;
    right: 5px;
    height: 24px;
  }
}
.p-cafe-menu__pic.new_item::before {
  content: " ";
  position: absolute;
  width: 90px;
  height: 88px;
  left: 0;
  top: 0;
  z-index: 5;
  background: url(/spaciax/assets/img/cafe/menu/new_mark.png) no-repeat bottom right/contain;
}
@media (max-width: 767px) {
  .p-cafe-menu__pic.new_item::before {
    width: 70px;
    height: 68px;
  }
}

.p-cafe-menu__pic.limited_item::before {
  content: " ";
  position: absolute;
  width: 90px;
  height: 88px;
  left: 0;
  top: 0;
  z-index: 5;
  background: url(/spaciax/assets/img/cafe/menu/limited_mark.png) no-repeat bottom right/contain;
}
@media (max-width: 767px) {
  .p-cafe-menu__pic.limited_item::before {
    width: 70px;
    height: 68px;
  }
}

.p-cafe-menu__name {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin-top: 40px;
}
.p-cafe-menu__name span {
  display: block;
  font-size: 2rem;
  padding-top: 10px;
  color: #a5a067;
}
@media (max-width: 767px) {
  .p-cafe-menu__name span {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-cafe-menu__name {
    font-size: 2.2rem;
  }
}

.p-cafe-menu__detail {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 24px;
}
.p-cafe-menu__detail.is-fz__md {
  font-size: 1.8rem;
  line-height: 1.77;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .p-cafe-menu__detail.is-fz__md {
    font-size: 1.4rem;
  }
}
.p-cafe-menu__detail .txt_small {
  font-size: 80%;
}
.p-cafe-menu__detail a {
  border-bottom: 1px solid #333;
}

.p-cafe-content__wrap {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .p-cafe-content__wrap {
    padding-top: 50px;
    padding-right: 5%;
    padding-left: 5%;
  }
}
.p-cafe-content__wrap .wrap {
  padding: 0 60px;
}
@media (max-width: 767px) {
  .p-cafe-content__wrap .wrap {
    padding: 0;
  }
}

.p-cafe-stories__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -150px;
  padding-top: 150px;
}
@media (max-width: 767px) {
  .p-cafe-stories__flex {
    display: block;
    margin-top: -60px;
    padding-top: 60px;
  }
}
.p-cafe-stories__flex + .p-cafe-stories__flex {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .p-cafe-stories__flex + .p-cafe-stories__flex {
    margin-top: 0;
  }
}

.p-cafe-stories__photo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-cafe-stories__photo img {
  display: block;
}
.p-cafe-stories__photo.is-order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-cafe-stories__photo.is-order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-cafe-stories__detail {
  width: 52.5%;
  max-width: 630px;
  padding-left: 5.5%;
}
@media (max-width: 767px) {
  .p-cafe-stories__detail {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
.p-cafe-stories__detail.is-order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 5.5%;
  padding-left: 0;
}
@media (max-width: 767px) {
  .p-cafe-stories__detail.is-order1 {
    padding-right: 0;
  }
}
.p-cafe-stories__detail.is-order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-cafe-stories__detail .btn {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  background-color: #221614;
  border-color: #221614;
  font-size: 1.6rem;
  max-width: 285px;
}
@media (max-width: 767px) {
  .p-cafe-stories__detail .btn {
    max-width: 100%;
    width: 82.6%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2rem;
  }
}
.p-cafe-stories__detail .btn:hover {
  background-color: #fff;
  color: #221614;
}
.p-cafe-stories__detail .btn:hover::after {
  border-color: #221614;
}

.p-cafe-stories__label {
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 70px;
}
@media (max-width: 767px) {
  .p-cafe-stories__label {
    font-size: 2rem;
    margin-bottom: 19px;
    padding-left: 55px;
  }
}
.p-cafe-stories__label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: -26px;
  width: 52px;
  height: 52px;
  border: 12px solid #000;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 767px) {
  .p-cafe-stories__label::before {
    width: 37px;
    height: 37px;
    margin-top: -19px;
    border-width: 7px;
  }
}
.p-cafe-stories__label.is-type1::before {
  border-color: #231815;
}
.p-cafe-stories__label.is-type2::before {
  border-color: #8f772f;
}
.p-cafe-stories__label.is-type3::before {
  border-color: #405e78;
}
.p-cafe-stories__label.is-type4::before {
  border-color: #7f4422;
}
.p-cafe-stories__label.is-type5::before {
  border-color: #5c964c;
}
.p-cafe-stories__label.is-type6::before {
  border-color: #c45657;
}
.p-cafe-stories__label.is-type7::before {
  border-color: #5a2656;
}
.p-cafe-stories__label.is-type8::before {
  border-color: #666666;
}

.p-cafe-stories__namePlate {
  margin-bottom: 22px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-cafe-stories__namePlate {
    font-size: 1.6rem;
    margin-bottom: 26px;
  }
}

.p-cafe-stories__position {
  font-weight: 700;
}

.p-cafe-stories__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-cafe-stories__text {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 24px;
  }
}

.p-cafe-stories__desc {
  margin-top: 100px;
  margin-bottom: 120px;
  position: relative;
  background-color: #f2efe4;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .p-cafe-stories__desc {
    margin-top: 50px;
    margin-bottom: 60px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    background-color: transparent;
  }
}

.p-cafe-stories__head {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #a78e5d;
  text-align: center;
}
@media (max-width: 767px) {
  .p-cafe-stories__head {
    position: relative;
    top: inherit;
    font-size: 1.6rem;
    background-color: #d8c99d;
    color: #221614;
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .p-cafe-stories__head::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #221614;
    border-left: 1px solid #221614;
    position: absolute;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: calc(50% - 10px);
    right: 17px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
}
.p-cafe-stories__head.is-open::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 2.5px);
}

.p-cafe-stories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 248px;
}
@media (max-width: 767px) {
  .p-cafe-stories__list {
    height: auto;
    display: none;
    padding-top: 27px;
    padding-right: 19px;
    padding-bottom: 27px;
    padding-left: 19px;
    background-color: #f2efe4;
  }
}

.p-cafe-stories__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 32px;
  padding-right: 10px;
  padding-left: 35px;
}
@media (max-width: 767px) {
  .p-cafe-stories__heading {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    margin-bottom: 27px;
    padding-left: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.p-cafe-stories__heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border: 8px solid #000;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 767px) {
  .p-cafe-stories__heading::before {
    width: 17px;
    height: 17px;
    margin-top: -8.5px;
    border-width: 4px;
  }
}
.p-cafe-stories__heading a:hover {
  text-decoration: underline;
}
.p-cafe-stories__heading:nth-of-type(5n) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-cafe-stories__heading:nth-of-type(5n) {
    margin-bottom: 27px;
  }
}
.p-cafe-stories__heading.is-type1::before {
  border-color: #231815;
}
.p-cafe-stories__heading.is-type2::before {
  border-color: #8f772f;
}
.p-cafe-stories__heading.is-type3::before {
  border-color: #405e78;
}
.p-cafe-stories__heading.is-type4::before {
  border-color: #7f4422;
}
.p-cafe-stories__heading.is-type5::before {
  border-color: #5c964c;
}
.p-cafe-stories__heading.is-type6::before {
  border-color: #c45657;
}
.p-cafe-stories__heading.is-type7::before {
  border-color: #5a2656;
}
.p-cafe-stories__heading.is-type8::before {
  border-color: #666666;
}

.img_seats_chart {
  border: solid 1px #e5e5e5;
  text-align: center;
  margin-bottom: 40px;
}

.p-cafe-intro__text_attention {
  text-align: left;
  padding: 40px;
  font-size: 2.2rem;
  background: #f2efe4;
  margin-bottom: 40px;
  line-height: 1.5;
  letter-spacing: 0;
}
.p-cafe-intro__text_attention + .p-cafe-intro__text {
  margin-top: 0;
}
.p-cafe-intro__text_attention .pt-20 {
  display: inline-block;
  margin-top: 20px;
}
.p-cafe-intro__text_attention .txt_md {
  margin-top: 10px;
  font-size: 1.8rem;
}
.p-cafe-intro__text_attention .txt_small {
  margin-top: 3px;
  font-size: 1.4rem;
}
.p-cafe-intro__text_attention .bold {
  margin-top: 20px;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-cafe-intro__text_attention {
    padding: 20px 10px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.p-cafe-use__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-cafe-use__payment .cafe_use_card {
  background: #fff;
  padding: 40px;
  width: calc(33% - 15px);
  border-radius: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.p-cafe-use__payment .cafe_use_card h3 {
  margin-top: -65px;
  font-size: 3rem;
}
.p-cafe-use__payment .cafe_use_card_img {
  margin: 40px auto 30px;
}
@media (max-width: 767px) {
  .p-cafe-use__payment {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-cafe-use__payment .cafe_use_card {
    background: #fff;
    padding: 20px;
    width: 100%;
    border-radius: 20px;
    text-align: center;
  }
  .p-cafe-use__payment .cafe_use_card h3 {
    margin-top: -35px;
    font-size: 2rem;
  }
  .p-cafe-use__payment .cafe_use_card_img {
    margin: 20px auto;
  }
}

.txt_red {
  color: #e62b26;
}

.p-cafe-use .p-cafe-intro__text {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-cafe-use .p-cafe-intro__text {
    display: block;
    font-size: 1.4rem;
  }
}
.p-cafe-use .p-cafe-intro__text .ticket_img {
  width: 350px;
}
.p-cafe-use .p-cafe-intro__text .ticket_img p {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .p-cafe-use .p-cafe-intro__text .ticket_img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-cafe-use .p-cafe-intro__text .howtouse_txt {
  padding-left: 40px;
  width: calc(100% - 410px);
}
.p-cafe-use .p-cafe-intro__text .howtouse_txt ul {
  margin-bottom: 20px;
}
.p-cafe-use .p-cafe-intro__text .howtouse_txt ul li {
  font-size: 1.8rem;
  text-indent: -1em;
  padding-left: 1em;
}
.p-cafe-use .p-cafe-intro__text .howtouse_txt p {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .p-cafe-use .p-cafe-intro__text .howtouse_txt {
    padding-left: 0;
    width: 100%;
  }
  .p-cafe-use .p-cafe-intro__text .howtouse_txt ul {
    margin-bottom: 20px;
  }
  .p-cafe-use .p-cafe-intro__text .howtouse_txt ul li {
    font-size: 1.4rem;
  }
}
.p-cafe-use .p-cafe-intro__text.ticket_qr {
  margin-bottom: 60px;
}
.p-cafe-use .p-cafe-intro__text.ticket_qr .ticket_img {
  width: 240px;
}
.p-cafe-use .p-cafe-intro__text.ticket_qr .howtouse_txt {
  width: 100%;
}
@media (max-width: 767px) {
  .p-cafe-use .p-cafe-intro__text.ticket_qr {
    margin-bottom: 20px;
  }
}

.p-cafe-use__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  width: 100%;
  border-radius: 40px;
  background-color: #d8c99d;
  min-height: 80px;
  margin-top: 0;
  margin-bottom: 60px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .p-cafe-use__lead {
    font-size: 1.6rem;
    min-height: 44px;
    margin-bottom: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.p-cafe-use__lead + .text_center {
  margin-top: -20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .p-cafe-use__lead + .text_center {
    margin-top: 0;
    font-size: 1.4rem;
  }
}

.p-cafe-use__attention {
  padding: 40px;
  background: #f2efe4;
  margin: 60px 0 60px;
}
.p-cafe-use__attention ul li {
  font-size: 1.4rem;
  padding-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.p-cafe-use__attention ul li:last-child {
  padding-bottom: 0;
}
.p-cafe-use__attention + .p-cafe-use__lead {
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-cafe-use__attention {
    padding: 20px 5%;
    margin: 20px 0 60px;
  }
  .p-cafe-use__attention ul li {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.p-cafe-use__onlineticket {
  margin-bottom: 120px;
}
.p-cafe-use__onlineticket .text_small {
  padding-bottom: 20px;
  font-size: 1.2rem;
  display: inline-block;
}
.p-cafe-use__onlineticket .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-cafe-use__onlineticket .col2 > div {
  padding-right: 5%;
  width: 50%;
}
.p-cafe-use__onlineticket .col2 > div:first-of-type img {
  padding-top: 10px;
}
.p-cafe-use__onlineticket .col2 > div + div {
  padding-left: 5%;
  border-left: 1px solid #BCAA87;
}
.p-cafe-use__onlineticket .col2 > div + div img {
  margin-top: -10px;
}
.p-cafe-use__onlineticket .col2 > div .bg {
  margin-bottom: 10px;
  padding: 30px 20px;
  background: #F1EEE3;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-cafe-use__onlineticket .col2 > div .bg > * {
  padding: 10px;
  width: 50%;
}
.p-cafe-use__onlineticket .col2 > div * + .ttl_ticket {
  padding-top: 25px;
}
.p-cafe-use__onlineticket .col2 .ttl_ticket {
  margin-bottom: 10px;
  font-size: 2.4rem;
}
.p-cafe-use__onlineticket .col2 .col2_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.p-cafe-use__onlineticket .col2 .col2_txt p {
  padding-bottom: 0;
  width: 50%;
  text-align: center;
}
.p-cafe-use__onlineticket .col2 p {
  padding-bottom: 10px;
}
.p-cafe-use__onlineticket .col2 .text_red {
  font-size: 1.2rem;
  color: #e62b26;
}
.p-cafe-use__onlineticket .col2 .text_red + p {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .p-cafe-use__onlineticket {
    margin-bottom: 60px;
  }
  .p-cafe-use__onlineticket .text_small {
    padding-bottom: 10px;
  }
  .p-cafe-use__onlineticket .col2 {
    display: block;
  }
  .p-cafe-use__onlineticket .col2 > div {
    padding-right: 0;
    width: 100%;
  }
  .p-cafe-use__onlineticket .col2 > div:first-of-type img {
    padding-top: 0;
  }
  .p-cafe-use__onlineticket .col2 > div + div {
    padding-top: 20px;
    padding-left: 0;
    border: none;
  }
  .p-cafe-use__onlineticket .col2 > div + div img {
    margin-top: -15px;
  }
  .p-cafe-use__onlineticket .col2 > div .bg {
    margin-bottom: 0;
    padding: 20px 5% 30px 5%;
    display: block;
  }
  .p-cafe-use__onlineticket .col2 > div .bg > * {
    padding: 0;
    width: 100%;
  }
  .p-cafe-use__onlineticket .col2 > div * + .ttl_ticket {
    padding-top: 15px;
  }
  .p-cafe-use__onlineticket .col2 .ttl_ticket {
    font-size: 1.8rem;
  }
  .p-cafe-use__onlineticket .col2 .col2_txt p {
    padding-bottom: 10px;
    font-size: 1.2rem;
    position: relative;
  }
  .p-cafe-use__onlineticket .col2 p {
    padding-bottom: 15px;
  }
}

.p-cafe-use-onlineticket__ttl {
  margin-bottom: 40px;
  font-size: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-cafe-use-onlineticket__ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.bnr_spacial {
  margin: 90px auto 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
.bnr_spacial a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bnr_spacial a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .bnr_spacial {
    margin: 60px auto 0;
  }
}

.p-xcoffee-intro__wrap {
  text-align: center;
  line-height: 2;
}

.p-xcoffee-intro__title {
  font-size: 2.8rem;
  margin: 60px 0 30px;
}
@media (max-width: 767px) {
  .p-xcoffee-intro__title {
    font-size: 2rem;
    margin: 30px 0;
  }
}

.p-cafe-information__wrap.p-xcoffee-intro__wrap {
  background: url(/spaciax/assets/img/cafe/xcoffee/bg_xcoffee.jpg) no-repeat center top/cover;
}
@media (max-width: 767px) {
  .p-cafe-information__wrap p {
    font-size: 1.4rem;
  }
}

.p-cafe-sec__img {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-cafe-sec__img {
    margin-bottom: 30px;
  }
}

.p-xcoffee-info__wrap {
  background: #fff;
}
@media (max-width: 767px) {
  .p-xcoffee-info__wrap {
    padding: 80px 5% 0;
  }
}

.p-cafe-sec__info {
  width: 100%;
  margin: 40px auto 0;
  background: #fff;
  padding: 40px 120px;
}
.p-cafe-sec__info dl {
  width: 65%;
  margin: 0 auto;
  text-align: left;
}
.p-cafe-sec__info dl dt {
  font-weight: bold;
}
.p-cafe-sec__info dl dd {
  margin-bottom: 10px;
}
.p-cafe-sec__info .btn.btn_center {
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .p-cafe-sec__info {
    padding: 20px;
  }
  .p-cafe-sec__info dl {
    width: 100%;
    font-size: 1.2rem;
  }
}

.p-xcoffee-sec {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .p-xcoffee-sec {
    margin-bottom: 60px;
  }
}

.p-xcoffee-sec__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  widows: 100%;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .p-xcoffee-sec__flex {
    display: block;
    margin-top: 40px;
  }
}
.p-xcoffee-sec__flex.is-mb__md {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .p-xcoffee-sec__flex.is-mb__md {
    margin-top: 60px;
  }
}
.p-xcoffee-sec__flex.two_photos {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-xcoffee-sec__flex .is-order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
}
@media (max-width: 767px) {
  .p-xcoffee-sec__flex .is-order1 {
    padding-right: 0;
  }
}
.p-xcoffee-sec__flex .is-order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-xcoffee-sec__flex .p-xcoffee-sec__img {
  width: calc(50% - 30px);
}
.p-xcoffee-sec__flex .p-xcoffee-sec__img img {
  display: block;
}
@media (max-width: 767px) {
  .p-xcoffee-sec__flex .p-xcoffee-sec__img {
    width: 100%;
  }
}
.p-xcoffee-sec__flex .p-xcoffee-sec__text {
  width: calc(50% - 30px);
  background: #fff;
}
.p-xcoffee-sec__flex .p-xcoffee-sec__text.only_text {
  width: 100%;
}
@media (max-width: 767px) {
  .p-xcoffee-sec__flex .p-xcoffee-sec__text {
    width: 100%;
    background: none;
    margin-bottom: 40px;
  }
}
.p-xcoffee-sec__flex .p-xcoffee-sec-text__ttl {
  font-size: 2.8rem;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-xcoffee-sec__flex .p-xcoffee-sec-text__ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.p-xcoffee-sec__flex .p-xcoffee-sec-text__txt {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-xcoffee-sec__flex .p-xcoffee-sec-text__txt {
    font-size: 1.4rem;
  }
}

.p-xcoffee__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto;
  background-color: #f2efe4;
  padding: 40px;
  color: #231815;
}
@media (max-width: 767px) {
  .p-xcoffee__info {
    display: block;
    padding: 20px 20px 30px;
    margin: 40px auto;
  }
}
.p-xcoffee__info p {
  font-weight: 400;
  line-height: 1.57;
}
.p-xcoffee__info .p-xcoffee__info__img {
  width: 230px;
}
@media (max-width: 767px) {
  .p-xcoffee__info .p-xcoffee__info__img {
    margin: 0 auto;
    width: 50%;
  }
}
.p-xcoffee__info .p-xcoffee-sec__text {
  margin-left: 40px;
}
.p-xcoffee__info .p-xcoffee-sec__text .position-name {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-xcoffee__info .p-xcoffee-sec__text .position-name {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.p-xcoffee__info .p-xcoffee-sec__text .name {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-xcoffee__info .p-xcoffee-sec__text .name {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
.p-xcoffee__info .p-xcoffee-sec__text p {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-xcoffee__info .p-xcoffee-sec__text p {
    font-size: 1.4rem;
  }
}
.p-xcoffee__info .p-xcoffee-sec__text .other li {
  font-size: 1.4rem;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .p-xcoffee__info .p-xcoffee-sec__text {
    margin: 0 auto;
  }
}
.p-xcoffee-tour__text {
  text-align: left;
}
.p-xcoffee-tour__text dl {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.p-xcoffee-tour__text dl dt {
  width: 13%;
}
.p-xcoffee-tour__text dl dd {
  width: 87%;
}
@media (max-width: 767px) {
  .p-xcoffee-tour__text dl {
    display: block;
  }
  .p-xcoffee-tour__text dl dt,.p-xcoffee-tour__text dl dd {
    width: 100%;
  }
  .p-xcoffee-tour__text dl dd {
    border-bottom: solid 1px #666;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.materials-item .toggle {
  display: none;
}
.materials-item .materials-item__ttl {
  margin-top: 30px;
  padding: 1em;
  display: block;
  font-size: 1.4rem;
  color: #7f7941;
  line-height: 1;
  border: 1px solid #a5a067;
}
@media (max-width: 767px) {
  .materials-item .materials-item__ttl {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
.materials-item .materials-item__ttl::before,
.materials-item .materials-item__ttl::after {
  content: "";
  position: absolute;
  right: 1.5em;
  top: 1em;
  width: 1px;
  height: 1em;
  background-color: #a5a067;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.materials-item .materials-item__ttl::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.materials-item .materials-item__ttl,
.materials-item .materials-item__detail {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.materials-item .materials-item__detail {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57;
  background: #E7E1CC;
}
@media (max-width: 767px) {
  .materials-item .materials-item__detail {
    font-size: 1.2rem;
  }
}
.materials-item .item_detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.materials-item .item_detail dt {
  width: 7em;
  display: block;
  position: relative;
}
.materials-item .item_detail dt::after {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
}
.materials-item .item_detail dd {
  width: calc(100% - 7em);
  padding-left: 0.5em;
  padding-bottom: 0.25em;
}
.materials-item .toggle:checked + .materials-item__ttl + .materials-item__detail {
  /*開閉時*/
  height: auto;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .materials-item .toggle:checked + .materials-item__ttl + .materials-item__detail {
    padding: 15px;
  }
}
.materials-item .toggle:checked + .materials-item__ttl::before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.introduction_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 767px) {
  .introduction_contents {
    display: block;
  }
}
.introduction_contents.active .box_bg.look {
  -webkit-animation: slideInBottom 0.5s ease-in forwards;
          animation: slideInBottom 0.5s ease-in forwards;
}
.introduction_contents.active .box_bg.discussion {
  -webkit-animation: slideInBottom 0.5s 0.5s ease-in forwards;
          animation: slideInBottom 0.5s 0.5s ease-in forwards;
}
.introduction_contents.active .box_bg.kp {
  -webkit-animation: slideInBottom 0.5s 1s ease-in forwards;
          animation: slideInBottom 0.5s 1s ease-in forwards;
}
.introduction_box .box_ttl {
  padding-top: 45px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .introduction_box .box_ttl {
    padding-top: 20px;
    font-size: 1.8rem;
  }
}
.introduction_box .box_text {
  padding-top: 20px;
  font-size: 1.8rem;
  line-height: 2;
  color: #0b2543;
  text-align: center;
}
@media (max-width: 767px) {
  .introduction_box .box_text {
    padding-top: 10px;
    font-size: 1.4rem;
  }
}
.introduction_box .box_bg {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 350px;
  height: 217px;
}
@media (max-width: 767px) {
  .introduction_box .box_bg {
    width: 100%;
    height: 210px;
  }
}
.introduction_box .box_bg.look {
  background-image: url("/spaciax/assets/img/cafe/xbeer/flow_01.png");
}
.introduction_box .box_bg.discussion {
  background-image: url("/spaciax/assets/img/cafe/xbeer/flow_02.png");
}
.introduction_box .box_bg.kp {
  background-image: url("/spaciax/assets/img/cafe/xbeer/flow_03.png");
}
.introduction_box + .introduction_box {
  position: relative;
}
@media (max-width: 767px) {
  .introduction_box + .introduction_box {
    margin-top: 40px;
  }
}
.introduction_box + .introduction_box:before {
  content: "";
  background-image: url("/spaciax/assets/img/cafe/xbeer/arrow01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 15px;
  position: absolute;
  top: 60%;
  left: -26px;
}
@media (max-width: 767px) {
  .introduction_box + .introduction_box:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: -30px;
    left: calc(50% - 13px);
  }
}

.xbeer .p-cafe-menu__price {
  text-align: center;
}
.xbeer .p-cafe-menu__detail {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 24px;
}
.xbeer .p-cafe-menu__detail.is-fz__md {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .xbeer .p-cafe-menu__detail.is-fz__md {
    font-size: 1.4rem;
  }
}
.xbeer .p-cafe-menu__ditail_box {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.xbeer .p-cafe-menu__ditail_box_img {
  width: 45%;
}
@media (max-width: 767px) {
  .xbeer .p-cafe-menu__ditail_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 10px;
  }
  .xbeer .p-cafe-menu__ditail_box_img {
    width: 100%;
  }
}

.list-xbeer-tasting {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.2;
  width: 55%;
  margin-left: 20px;
  -ms-flex-line-pack: center;
      align-content: center;
}
.list-xbeer-tasting dt {
  padding-left: 1.1em;
  padding-right: 0.5em;
  position: relative;
  width: 7em;
  margin-bottom: 0.5em;
}
.list-xbeer-tasting dt:before {
  content: "●";
  color: #a5a067;
  position: absolute;
  top: 0;
  left: 0;
}
.list-xbeer-tasting dt:after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
.list-xbeer-tasting dd {
  padding-left: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 10px;
  width: calc(100% - 8em);
}
@media (max-width: 767px) {
  .list-xbeer-tasting {
    width: 100%;
    font-size: 1rem;
    margin-left: 0;
    padding-top: 0;
  }
}

/* 開いて実行されるアニメーションを設定*/
.p-cafe-menu__ditail_box {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-cafe-menu__ditail_box_img {
  width: 45%;
}
@media (max-width: 767px) {
  .p-cafe-menu__ditail_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 10px;
  }
  .p-cafe-menu__ditail_box_img {
    width: 100%;
  }
}

.signature {
  position: relative;
}
.signature:before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(/spaciax/assets/img/cafe/menu/signature_mark.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  left: 60px;
  top: -10px;
}
@media (max-width: 767px) {
  .signature:before {
    width: 70px;
    height: 70px;
    left: 0px;
    top: -3px;
  }
}

.p-cafe-menu__col .btn {
  max-width: 290px;
}

.p-cafe-menu__lead-box {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-cafe-menu__lead-box {
    margin-bottom: 25px;
  }
}

.p-cafe-menu__mb30 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-cafe-menu__mb30 {
    margin-bottom: 20px;
  }
}

.p-cafe-menu__lead-note {
  text-align: right;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .p-cafe-menu__lead-note {
    font-size: 1rem;
    text-align: center;
  }
}

.p-cafe-menu__name-img {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .p-cafe-menu__name-img {
    width: 70%;
  }
}

/* mv ---------------------------*/
.mv_wrap.sub_mv_wrap {
  background-color: #f7f7f7;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  overflow-x: hidden;
}
.mv_wrap.sub_mv_wrap::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background-image: url(../img/index/intro_bg_02.png);
  background-size: 1000px auto;
  background-position: top -20px left -200px;
}
@media (max-width: 1670px) {
  .mv_wrap.sub_mv_wrap {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .mv_wrap.sub_mv_wrap {
    color: #fff;
    background: #020208;
  }
}
.mv_wrap.sub_mv_wrap .sub-mv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv_wrap.sub_mv_wrap .sub-mv-flex .mv-flex {
  width: 50%;
}
@media (max-width: 767px) {
  .mv_wrap.sub_mv_wrap .sub-mv-flex .mv-flex {
    width: 100%;
  }
}
.mv_wrap.sub_mv_wrap .subpage_ttl {
  font-size: 2rem;
  width: 50%;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  text-align: center;
}
.mv_wrap.sub_mv_wrap .subpage_ttl h2 {
  font-weight: 600;
}
@media (max-width: 767px) {
  .mv_wrap.sub_mv_wrap .subpage_ttl {
    width: 90%;
    margin: -35px 0 20px 0;
    font-size: 1.5rem;
    text-align: left;
    position: relative;
    z-index: 3;
  }
}
@media (max-width: 767px) {
  .mv_wrap.sub_mv_wrap {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
  .sub-mv-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sub-mv-flex .mv-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mv_wrap.sub_mv_wrap .mv-flex .left {
    width: 45%;
    margin: 0 20px 20px 0;
  }
  .mv_wrap.sub_mv_wrap .mv-flex .right {
    width: 35%;
    margin: 0;
  }
  .mv_wrap.sub_mv_wrap::after {
    background-size: 480px auto;
    background-position: top -12px left -232px;
  }
  .subpage_ttl {
    width: 90%;
    margin: 0 0 20px 0;
    font-size: 1.5rem;
  }
  h3 {
    font-size: 2.5rem;
    margin-top: 30px;
    line-height: 1.4;
  }
  h3 span {
    font-size: 1.6rem;
    display: inline-block;
  }
}
.p-fun-list__wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-fun-list__wrap {
    padding: 0 5%;
  }
  .p-fun-list__wrap .btn {
    margin: 40px auto 0;
  }
}

.p-fun__wrap {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .p-fun__wrap {
    padding-top: 50px;
  }
}
.p-fun__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 65px;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .p-fun__wrap::before {
    height: 26px;
  }
}
.p-fun__wrap::before {
  background-image: url(../img/fun/fun_bg.gif);
  background-position: center top;
}

.p-fun__inner {
  position: relative;
}

.p-fun__mv {
  position: relative;
}
.p-fun__mv .wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.p-fun__mv img {
  display: block;
}

.p-fun__label {
  position: absolute;
  top: -30px;
  right: -10px;
  width: 17.7vw;
  min-width: 200px;
}
@media (max-width: 767px) {
  .p-fun__label {
    min-width: inherit;
    top: -19px;
    right: -5px;
    width: 32.4%;
  }
}
.p-fun__label img {
  display: block;
}

.p-fun__title {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 0px 0px 171px rgba(34, 21, 19, 0.3);
}
@media (max-width: 767px) {
  .p-fun__title {
    font-size: 2.2rem;
    text-shadow: 0px 0px 15px rgb(34, 21, 19);
  }
}

.p-fun-intro__wrap {
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 767px) {
  .p-fun-intro__wrap {
    padding-top: 40px;
    padding-right: 5%;
    padding-bottom: 40px;
    padding-left: 5%;
  }
}
.p-fun-intro__wrap .wrap {
  position: relative;
  z-index: 3;
}
.p-fun-intro__wrap .wrap > .movie__wrap {
  margin: 0 auto;
  width: 70%;
}
@media (max-width: 767px) {
  .p-fun-intro__wrap .wrap > .movie__wrap {
    width: 100%;
  }
}
.p-fun-intro__wrap .wrap > .movie__wrap > .movie__inner {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.p-fun-intro__wrap .wrap > .movie__wrap > .movie__inner > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-fun-intro__wrap::before, .p-fun-intro__wrap::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
}
.p-fun-intro__wrap::before {
  top: -34px;
  background-image: url(../img/index/intro_bg_01.png);
  background-size: 33.3% auto;
  background-position: right -5.2vw top;
}
@media (max-width: 767px) {
  .p-fun-intro__wrap::before {
    background-image: url(../img/index/intro_bg_01.png);
    background-size: 60% auto;
    background-position: right 0 top;
  }
}
.p-fun-intro__wrap::after {
  background-image: url(../img/index/intro_bg_02.png);
  background-size: 32.3% auto;
  background-position: left bottom;
}
@media (max-width: 767px) {
  .p-fun-intro__wrap::after {
    background-image: url(../img/index/intro_bg_02.png);
    background-size: 61.3% auto;
  }
}

.p-fun-intro__title {
  z-index: 3;
  font-size: 4.4rem;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 60px auto;
}
.p-fun-intro__title.p-fun-intro__title_nickname {
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .p-fun-intro__title {
    font-size: 2.4rem;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .p-fun-intro__title.p-fun-intro__title_nickname {
    margin: 0 auto 60px;
  }
}
.p-fun-intro__title .ttl_small {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-fun-intro__title .ttl_small {
    font-size: 1.6rem;
  }
}
.p-fun-intro__title img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-fun-intro__title img {
    width: 110px;
  }
}
.p-fun-intro__title .logo {
  padding: 60px 0 0;
  width: 100%;
}
@media (max-width: 767px) {
  .p-fun-intro__title .logo {
    width: auto;
    padding: 30px 30px 0;
  }
}

.p-fun-intro__text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-fun-intro__text {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left;
  }
}
.p-fun-intro__text + .p-fun-intro__text {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-fun-intro__text + .p-fun-intro__text {
    margin-top: 30px;
  }
}

.p-fun-intro_img {
  margin-bottom: 60px;
}
.p-fun-intro_img img {
  width: 100%;
}
@media (max-width: 767px) {
  .p-fun-intro_img {
    margin-bottom: 30px;
  }
}

.p-fun-list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .p-fun-list_flex {
    display: block;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.p-fun-list_item {
  width: 50%;
  max-width: 560px;
  position: relative;
  margin-bottom: 60px;
}
.p-fun-list_item .p-fun-list_item {
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .p-fun-list_item {
    width: 100%;
    max-width: 560px;
    position: relative;
    margin-bottom: 40px;
  }
}

.p-fun-list__title {
  margin: 30px auto 20px;
  text-align: center;
  font-size: 3rem;
  color: #666;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  line-height: 1.25;
}
.p-fun-list__title_txt {
  padding-left: 20px;
}
.p-fun-list__title .txt_small {
  font-size: 2.6rem;
  display: block;
}
@media (max-width: 767px) {
  .p-fun-list__title {
    font-size: 2.6rem;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-fun-list__title_txt {
    font-size: 2.4rem;
    padding-left: 20px;
  }
  .p-fun-list__title img {
    width: auto;
    height: 30px;
    display: block;
  }
  .p-fun-list__title .txt_small {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.p-fun-list_item_slider {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-fun-list_item_slider iframe, .p-fun-list_item_slider img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-fun-list_item_text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p-fun-list_item_text {
    font-size: 1.3rem;
    line-height: 1.65;
    margin-top: 25px;
  }
}
.point_box_title_sub {
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-weight: 400;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 767px) {
  .point_box_title_sub {
    font-size: 1.8rem;
    line-height: 1.66;
  }
}
.box_strt {
  background-color: #494949;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 0.5em 0;
  margin-bottom: 3em;
}
@media (max-width: 767px) {
  .box_strt {
    font-size: 1.6rem;
  }
}

.img-flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.img-flex .img01 {
  width: 60%;
  left: 0;
  top: 0;
  padding-bottom: 100px;
}
.img-flex .img02 {
  position: absolute;
  width: 57%;
  right: 0;
  top: 80px;
}

.p-fun-list-episode,
.p-fun-list-youtube {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .p-fun-list-episode,
  .p-fun-list-youtube {
    margin-bottom: 60px;
  }
}
.p-fun-list-episode img,
.p-fun-list-youtube img {
  width: 100%;
  height: auto;
}
.p-fun-list-episode p,
.p-fun-list-youtube p {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-fun-list-episode p,
  .p-fun-list-youtube p {
    font-size: 1.3rem;
    line-height: 1.65;
    margin-top: 25px;
  }
}

.p-fun-concept__wrap {
  background-image: url(../img/index/concept_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 4% 1px;
}
@media (max-width: 767px) {
  .p-fun-concept__wrap {
    padding: 20px 4% 1px;
  }
}
.p-fun-concept__wrap .p-fun-concept__title {
  text-align: center;
  font-size: 3rem;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-fun-concept__wrap .p-fun-concept__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.p-fun-contents__box {
  position: relative;
  -webkit-box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 60px 50px;
  background-color: #fff;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .p-fun-contents__box {
    padding: 20px 4%;
    margin-bottom: 0;
  }
}
.p-fun-contents__box:before {
  display: block;
  content: "";
  background: url(../img/index/concept_frame01.png) no-repeat left center;
  position: absolute;
  width: 100%;
  height: 20px;
  top: -6px;
  left: 0;
}
.p-fun-contents__box:nth-of-type(odd)::before {
  background: url(../img/index/concept_frame02.png) no-repeat right center;
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .p-fun-contents__box.p-fun-nickname__box {
    padding: 20px 4% 40px;
    margin-bottom: 80px;
  }
}
.p-fun-contents__box.p-fun-nickname__box:after {
  display: block;
  content: "";
  background: url(../img/index/_svg/icn-plus.svg) no-repeat center center/contain;
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -60px;
  left: 0;
}
.p-fun-contents__box.p-fun-nickname__box:nth-last-of-type(2)::after {
  background: url(../img/index/_svg/icn-equal.svg) no-repeat center center/contain;
}
.p-fun-contents__box.p-fun-nickname__box:last-child::after {
  display: none;
}
.p-fun-contents__box .p-fun-concept_text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-fun-contents__box .p-fun-concept_text {
    font-size: 1.4rem;
  }
}
.p-fun-contents__box .p-fun-concept-box__title {
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-fun-contents__box .p-fun-concept-box__title {
    font-size: 2rem;
  }
}
.p-fun-contents__box .p-fun-concept-box__title .logo {
  width: 80%;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .p-fun-contents__box .p-fun-concept-box__title .logo {
    margin: 20px auto 10px;
  }
}

.l-fun__nav {
  border: 1px solid #999;
  width: 100%;
  max-width: 1200px;
  margin: 90px auto 60px;
  padding: 40px;
}
@media (max-width: 767px) {
  .l-fun__nav {
    max-width: 92%;
    margin: 30px auto;
    padding: 20px 4%;
  }
}
.l-fun__nav .l-fun__nav-ttl {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  margin-top: 0;
  text-align: center;
}
.l-fun__nav .l-fun__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .l-fun__nav .l-fun__nav-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.l-fun__nav .l-fun__nav-list .l-fun__nav-item {
  margin-right: 60px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .l-fun__nav .l-fun__nav-list .l-fun__nav-item {
    margin-right: 20px;
    margin-top: 10px;
  }
}
.l-fun__nav .l-fun__nav-list .l-fun__nav-item a {
  font-size: 1.4rem;
  padding: 10px;
  display: block;
  white-space: nowrap;
}
.l-fun__nav .l-fun__nav-list .l-fun__nav-item a::before {
  content: "▶︎";
  color: #ccc;
  font-size: 0.6em;
  margin-right: 0.5em;
}
.l-fun__nav .l-fun__nav-list .l-fun__nav-item a:hover {
  background: #f8f4ee;
  cursor: pointer;
}
.l-fun__nav .l-fun__nav-list .l-fun__nav-item:last-of-type {
  margin-right: 0;
}
.l-fun__nav .l-fun__nav-list .l-fun__nav-item.pageCurrent {
  background: #f8f4ee;
}

.p-fun-contants__wrap {
  background: #e5e5e5;
  padding: 90px 0 30px;
}
@media (max-width: 767px) {
  .p-fun-contants__wrap {
    padding: 30px 4%;
  }
}

.p-fun-contents-2colflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 90px;
}
.p-fun-contents-2colflex:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-fun-contents-2colflex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    padding-top: 40px;
  }
  .p-fun-contents-2colflex:first-child {
    padding-top: 20px;
  }
}

.p-contents-2colflex_picture {
  width: calc(50% - 30px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-contents-2colflex_picture > p {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-contents-2colflex_picture > p {
    font-size: 1.2rem;
  }
}
.p-contents-2colflex_picture img {
  width: 100%;
}
@media (max-width: 767px) {
  .p-contents-2colflex_picture {
    width: 100%;
  }
}

.p-contents-2colflex_text {
  width: calc(50% - 30px);
  padding: 0;
  line-height: 2;
  text-align: left !important;
}
@media (max-width: 767px) {
  .p-contents-2colflex_text {
    width: 100%;
    margin: 40px auto;
    padding: 0;
    font-size: 1.4rem;
  }
}
.p-contents-2colflex_text .seatsNumber {
  width: 100px;
}
@media (max-width: 767px) {
  .p-contents-2colflex_text .seatsNumber {
    width: 85px;
  }
}
.p-contents-2colflex_text .p-contents-2colflex_title {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  display: inline-block;
  margin-bottom: 40px;
  line-height: 1.8;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-contents-2colflex_text .p-contents-2colflex_title {
    font-size: 2.4rem;
    margin: 20px 0;
  }
}
.p-contents-2colflex_text p {
  font-size: 1.4rem;
  line-height: 2.1;
}
.p-contents-2colflex_text .commentBox {
  background-color: #f8f4ee;
  margin-top: 40px;
  position: relative;
  padding: 12px 20px;
}
.p-contents-2colflex_text .commentBox p:first-of-type {
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: -7px;
  left: 5px;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-style: italic;
  color: #9b7200;
}
.p-contents-2colflex_text .commentBox p:last-of-type {
  font-size: 1.4rem;
}
.p-contents-2colflex_text .cameramanName {
  font-size: 1.4rem;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .p-contents-2colflex_text .cameramanName {
    font-size: 1.2rem;
  }
}

.seats_flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seats_flexbox h4.seatsTtl {
  margin-left: 10px;
  width: 80%;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  line-height: 1.8;
}
.seats_flexbox h4.seatsTtl span {
  display: inline-block;
}
.seats_flexbox h4.seatsTtl .ttl_small {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .seats_flexbox h4.seatsTtl .ttl_small {
    font-size: 1.2rem;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .seats_flexbox h4.seatsTtl {
    font-size: 2rem;
  }
}

.long_image {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .long_image {
    margin-bottom: 20px;
  }
}

.p-fun-history-intro__wrap {
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 767px) {
  .p-fun-history-intro__wrap {
    padding-top: 40px;
    padding-right: 5%;
    padding-bottom: 40px;
    padding-left: 5%;
  }
}
.p-fun-history-intro__wrap .wrap {
  position: relative;
  z-index: 3;
}

.p-fun-history-contents-item {
  margin-top: 120px;
  position: relative;
}
.p-fun-history-contents-item::before {
  content: "";
  background: url(../img/history/line_contents.png);
  position: absolute;
  top: -46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 14px;
  width: 362px;
}
@media (max-width: 767px) {
  .p-fun-history-contents-item::before {
    top: -46px;
    width: 60%;
  }
}

.p-fun-history-title {
  margin-bottom: 40px;
  font-size: 2.8rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  color: #666;
  font-weight: bold;
}
.p-fun-history-title_era {
  margin-bottom: 60px;
}
.p-fun-history-title_era img + img {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .p-fun-history-title_era {
    margin-bottom: 20px;
  }
  .p-fun-history-title_era img {
    width: auto;
    height: 40px;
  }
  .p-fun-history-title_era img + img {
    margin-top: 10px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .p-fun-history-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.p-fun-history-spaciax {
  background: #f7f7f7;
  padding-bottom: 90px;
  margin-top: 160px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-fun-history-spaciax {
    font-size: 1.4rem;
    line-height: 2;
    padding-bottom: 60px;
  }
  .p-fun-history-spaciax .wrap {
    padding: 0 5%;
  }
}
.p-fun-history-spaciax p {
  text-align: center;
}
@media (max-width: 767px) {
  .p-fun-history-spaciax p {
    text-align: left;
  }
}

.p-fun-history-spaciax-title {
  color: #a59c31;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .p-fun-history-spaciax-title {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

.p-fun-history-spaciax-title_era {
  position: relative;
  top: -30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-fun-history-spaciax-title_era {
    margin-bottom: 0;
  }
}

.p-fun-history-spaciax-img {
  margin: 60px auto 40px;
}
.p-fun-history-spaciax-img img {
  display: block;
}
@media (max-width: 767px) {
  .p-fun-history-spaciax-img {
    margin: 40px auto;
  }
}

/* episode------------------------- */
.txt_small {
  font-size: 75%;
  line-height: 1.7;
  display: inline-block;
  margin-top: 10px;
}

.p-fun-episode .p-fun-episode_mv {
  margin-bottom: 60px;
}
.p-fun-episode .p-fun-episode_mv img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .p-fun-episode .p-fun-episode_mv {
    margin-bottom: 40px;
  }
}
.p-fun-episode .p-fun-episode_title {
  background: -webkit-gradient(linear, left top, right top, from(rgb(80, 80, 80)), color-stop(16%, rgb(93, 93, 93)), color-stop(58%, rgb(92, 92, 92)), to(rgb(49, 49, 49)));
  background: linear-gradient(90deg, rgb(80, 80, 80) 0%, rgb(93, 93, 93) 16%, rgb(92, 92, 92) 58%, rgb(49, 49, 49) 100%);
  padding: 15px 0;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .p-fun-episode .p-fun-episode_title {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.p-fun-episode_epsode_box {
  position: relative;
  z-index: 100;
  margin-bottom: 120px;
}
.p-fun-episode_epsode_box:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-fun-episode_epsode_box {
    margin-bottom: 60px;
  }
}
.p-fun-episode_epsode_box .p-fun-episode_epsode_box_title {
  position: relative;
  padding: 60px 0 40px;
  text-align: center;
  font-size: 2.8rem;
}
.p-fun-episode_epsode_box .p-fun-episode_epsode_box_title .illust01 {
  position: absolute;
  left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-fun-episode_epsode_box .p-fun-episode_epsode_box_title .illust02 {
  position: absolute;
  right: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-fun-episode_epsode_box .p-fun-episode_epsode_box_title .illust01.left0 {
  left: 0;
}
.p-fun-episode_epsode_box .p-fun-episode_epsode_box_title .illust02.right0 {
  right: 0;
}
@media (max-width: 767px) {
  .p-fun-episode_epsode_box .p-fun-episode_epsode_box_title {
    font-size: 2rem;
    position: relative;
    padding: 60px 0 60px;
  }
  .p-fun-episode_epsode_box .p-fun-episode_epsode_box_title.ttl_ep_06 {
    padding: 80px 0 80px;
  }
  .p-fun-episode_epsode_box .p-fun-episode_epsode_box_title.ttl_ep_07 {
    padding: 80px 0 60px;
  }
  .p-fun-episode_epsode_box .p-fun-episode_epsode_box_title .illust01 {
    left: 10px;
    width: 80px;
    top: 20px;
  }
  .p-fun-episode_epsode_box .p-fun-episode_epsode_box_title .illust02 {
    right: 0;
    width: 80px;
    top: auto;
    bottom: -50px;
  }
  .p-fun-episode_epsode_box .p-fun-episode_epsode_box_title .illust01.sp_reverse {
    left: 10px;
    top: auto;
    bottom: -20px;
  }
  .p-fun-episode_epsode_box .p-fun-episode_epsode_box_title .illust02.sp_reverse {
    right: 10px;
    top: 20px;
    bottom: auto;
  }
  .p-fun-episode_epsode_box .p-fun-episode_epsode_box_title .illust01.sp_img_small {
    left: 0;
    width: 30%;
  }
  .p-fun-episode_epsode_box .p-fun-episode_epsode_box_title .illust01.sp_img_middle {
    left: 0;
    width: 50%;
  }
  .p-fun-episode_epsode_box .p-fun-episode_epsode_box_title .illust01.sp_img_large {
    left: 0;
    width: 80%;
  }
  .p-fun-episode_epsode_box .p-fun-episode_epsode_box_title .illust02.sp_img_middle {
    right: 0;
    width: 50%;
  }
  .p-fun-episode_epsode_box .p-fun-episode_epsode_box_title .illust02.sp_img_large {
    right: 0;
    width: 80%;
  }
}

.epsode_list {
  margin-top: 40px;
}
.epsode_list dt {
  width: 100%;
  background: #fff;
  border: solid 1px #d1b58a;
  padding: 20px 40px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  margin-top: 40px;
  margin-bottom: 0;
}
.epsode_list dd {
  width: 100%;
  padding: 60px;
  font-size: 1.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .epsode_list dt {
    text-align: left;
    padding: 20px 10px;
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .epsode_list dd {
    width: 100%;
    padding: 5%;
    font-size: 1.4rem;
  }
}

.ac-label::before {
  position: absolute;
  content: "";
  right: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: #d1b58a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ac-label::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background: #d1b58a;
}
.ac-label.open::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 767px) {
  .ac-label::before {
    right: 20px;
    height: 20px;
  }
  .ac-label::after {
    right: 10px;
    width: 20px;
    height: 1px;
  }
}

/* accordion */
.ac {
  margin: 2em auto;
}

.ac-label {
  cursor: pointer;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0.5em;
}

.ac-content {
  background: #f9f6ed;
}

/* movie-------------------------*/
.p-fun-movie .wrap {
  max-width: 1200px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .p-fun-movie .wrap {
    width: 100%;
  }
}
.p-fun-movie_text {
  text-align: center;
  line-height: 2.2;
  font-size: 2rem;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
}
@media (max-width: 767px) {
  .p-fun-movie_text {
    font-size: 1.4rem;
  }
}

.p-fun-movie-item_title {
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(80, 80, 80)), color-stop(16%, rgb(93, 93, 93)), color-stop(58%, rgb(92, 92, 92)), to(rgb(49, 49, 49)));
  background: linear-gradient(90deg, rgb(80, 80, 80) 0%, rgb(93, 93, 93) 16%, rgb(92, 92, 92) 58%, rgb(49, 49, 49) 100%);
  padding: 20px 10px;
  margin-bottom: 40px;
  margin-top: 60px;
  position: relative;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-fun-movie-item_title {
    font-size: 1.4rem;
    line-height: 1.55;
    margin-bottom: 15.5px;
    margin-top: 30px;
    padding: 10px;
    height: auto;
  }
}

.p-fun-movie_filterbtn {
  border: 1px solid #999;
  width: 100%;
  max-width: 1200px;
  margin: 90px auto 0;
  padding: 40px;
}
@media (max-width: 767px) {
  .p-fun-movie_filterbtn {
    margin: 30px auto 0;
    padding: 20px 4%;
  }
}
.p-fun-movie_filterbtn .p-fun-movie_filterbtn-ttl {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  margin-top: 0;
  text-align: center;
}
.p-fun-movie_filterbtn .p-fun-movie_filterbtn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-fun-movie_filterbtn .p-fun-movie_filterbtn-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.p-fun-movie_filterbtn .p-fun-movie_filterbtn-list .p-fun-movie_filterbtn-item {
  margin-right: 40px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .p-fun-movie_filterbtn .p-fun-movie_filterbtn-list .p-fun-movie_filterbtn-item {
    margin-right: 20px;
    margin-top: 10px;
  }
}
.p-fun-movie_filterbtn .p-fun-movie_filterbtn-list .p-fun-movie_filterbtn-item a {
  font-size: 1.4rem;
  padding: 10px;
  display: block;
  white-space: nowrap;
}
.p-fun-movie_filterbtn .p-fun-movie_filterbtn-list .p-fun-movie_filterbtn-item a::before {
  content: "▶︎";
  color: #ccc;
  font-size: 0.6em;
  margin-right: 0.5em;
}
.p-fun-movie_filterbtn .p-fun-movie_filterbtn-list .p-fun-movie_filterbtn-item a:hover {
  background: #f8f4ee;
  cursor: pointer;
}
.p-fun-movie_filterbtn .p-fun-movie_filterbtn-list .p-fun-movie_filterbtn-item:last-of-type {
  margin-right: 0;
}
.p-fun-movie_filterbtn .p-fun-movie_filterbtn-list .p-fun-movie_filterbtn-item.pageCurrent {
  background: #f8f4ee;
}

@media (max-width: 767px) {
  .movie-list-wrap {
    display: block;
  }
  .movie-item {
    padding-right: 0;
    width: 100%;
  }
  .btn-group {
    display: block;
  }
  .btn-group .btn {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.movie-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.movie-item {
  padding-right: 20px;
  width: 50%;
}

@media (max-width: 767px) {
  .movie-list-wrap {
    display: block;
  }
  .movie-item {
    width: 100%;
    padding: 0;
  }
}
.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn-group .btn {
  padding: 10px;
  font-size: 1.6rem;
}

.button-group .button.is-checked {
  background: #f8f4ee !important;
}

.btn {
  background-color: #333;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin: 60px auto;
  max-width: 400px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 80%;
}

.btn_gotop::after {
  border-right: none;
  border-left: 2px solid #fff;
  left: 12px;
  right: auto;
  -webkit-transform: skew(-60deg);
          transform: skew(-60deg);
}
.btn_gotop:hover::after {
  border-right: none;
  border-left: 2px solid #333;
}

.p-fun-environment-intro_title {
  margin-top: 0;
}

.p-fun-environment-intro_img {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .p-fun-environment-intro_img {
    margin-top: 20px;
  }
}

.p-fun-environment-box {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .p-fun-environment-box {
    margin-top: 40px;
  }
}
.p-fun-environment-box_title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-fun-environment-box_title {
    margin-bottom: 40px;
  }
  .p-fun-environment-box_title img {
    height: 30px;
    width: auto;
  }
}
.p-fun-environment-box_title_sub {
  margin-bottom: 40px;
  font-size: 2.8rem;
  color: #333;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
}
@media (max-width: 767px) {
  .p-fun-environment-box_title_sub {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.p-fun-environment-box p {
  line-height: 2;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-fun-environment-box p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .p-fun-environment-box .p-fun-contents-2colflex .p-contents-2colflex_text {
    margin: 20px auto 0;
    padding: 0;
  }
}
.p-fun-environment-box .p-fun-contents-2colflex .p-contents-2colflex_text h4 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  color: #333;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-fun-environment-box .p-fun-contents-2colflex .p-contents-2colflex_text h4 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-fun-environment-box .p-fun-contents-2colflex .p-contents-2colflex_text h4 .ttl_small {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-fun-environment-box .p-fun-contents-2colflex .p-contents-2colflex_text h4 .ttl_small {
    font-size: 1.4rem;
  }
}
.p-fun-environment-box .p-fun-contents-2colflex .p-contents-2colflex_text h4 span {
  display: inline-block;
}
.p-fun-environment-box.p-fun-environment-box02 .p-fun-contents-2colflex_01 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-fun-environment-box.p-fun-environment-box02 .p-fun-contents-2colflex_01 .p-contents-2colflex_picture {
  width: 65%;
}
.p-fun-environment-box.p-fun-environment-box02 .p-fun-contents-2colflex_01 .p-contents-2colflex_text {
  width: calc(35% - 60px);
}
.p-fun-environment-box.p-fun-environment-box02 .p-fun-contents-2colflex_01 .p-contents-2colflex_text p {
  color: #2b8bbb;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-fun-environment-box.p-fun-environment-box02 .p-fun-contents-2colflex_01 .p-contents-2colflex_picture, .p-fun-environment-box.p-fun-environment-box02 .p-fun-contents-2colflex_01 .p-contents-2colflex_text {
    width: 100%;
  }
}
.p-fun-environment-box.p-fun-environment-box02 .btn {
  margin: 40px 0 0;
}

.p-guide-contents__box {
  position: relative;
  -webkit-box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 60px 60px;
  background-color: #fff;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .p-guide-contents__box {
    padding: 40px 10px;
    margin-bottom: 40px;
  }
}
.p-guide-contents__box:before {
  display: block;
  content: "";
  background: url(../img/index/concept_frame01.png) no-repeat left center;
  position: absolute;
  width: 100%;
  height: 20px;
  top: -6px;
  left: 0;
}
.p-guide-contents__box:nth-of-type(odd)::before {
  background: url(../img/index/concept_frame02.png) no-repeat right center;
  left: auto;
  right: 0;
}
.p-guide-contents__box.p-fun-nickname__box:after {
  display: block;
  content: "";
  background: url(../img/index/_svg/icn-plus.svg) no-repeat center center/contain;
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -60px;
  left: 0;
}
.p-guide-contents__box.p-fun-nickname__box:nth-last-of-type(2)::after {
  background: url(../img/index/_svg/icn-equal.svg) no-repeat center center/contain;
}
.p-guide-contents__box.p-fun-nickname__box:last-child::after {
  display: none;
}
.p-guide-contents__box .p-fun-concept_text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-guide-contents__box .p-fun-concept_text {
    font-size: 1.4rem;
  }
}
.p-guide-contents__box .p-fun-concept-box__title {
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-guide-contents__box .p-fun-concept-box__title {
    font-size: 2rem;
  }
}
.p-guide-contents__box .p-fun-concept-box__title .logo {
  width: 80%;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .p-guide-contents__box .p-fun-concept-box__title .logo {
    margin: 20px auto 10px;
  }
}

/* 時刻表/料金表ページ */
.p-guide-intro__wrap {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-guide-intro__wrap {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.p-guide-intro__wrap .wrap {
  position: relative;
  z-index: 3;
}
.p-guide-intro__wrap::before, .p-guide-intro__wrap::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
}
.p-guide-intro__wrap::before {
  top: -32px;
  background-image: url(../img/index/intro_bg_01.png);
  background-size: 40% auto;
  background-position: right -5.2vw top;
}
@media (max-width: 767px) {
  .p-guide-intro__wrap::before {
    top: -30px;
  }
}
.p-guide-intro__wrap::after {
  top: auto;
  bottom: -73px;
  background-image: url(../img/index/intro_bg_02.png);
  background-size: 40% auto;
  background-position: left top;
}
@media (max-width: 767px) {
  .p-guide-intro__wrap::after {
    bottom: -106px;
  }
}

.p-guide-intro__title {
  z-index: 3;
  font-size: 4.4rem;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .p-guide-intro__title {
    font-size: 2.4rem;
    padding: 30px 0;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
}
.p-guide-intro__title .ttl_small {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-guide-intro__title .ttl_small {
    font-size: 1.6rem;
  }
}
.p-guide-intro__title img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-guide-intro__title img {
    width: 110px;
  }
}
.p-guide-intro__title .logo {
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  .p-guide-intro__title .logo {
    width: auto;
    padding: 30px 60px 0;
  }
}

.p-guide-contants__wrap {
  background: #e5e5e5;
  padding: 90px 0 30px;
}
.p-guide-contants__wrap .section_innerSec:first-of-type {
  margin-top: 0;
}
.p-guide-contants__wrap .section_innerSec h4 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 3.7rem;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
}
.p-guide-contants__wrap .section_innerSec h4::before {
  display: none;
}
@media (max-width: 767px) {
  .p-guide-contants__wrap {
    padding: 30px 10px;
  }
  .p-guide-contants__wrap .section_innerSec {
    padding-bottom: 40px;
  }
  .p-guide-contants__wrap .section_innerSec h4 {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
}

.p-guide-contents__box .text_center a {
  border-bottom: 1px solid #333;
}

/* カレンダー */
.train-calenderarea {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
  text-align: center;
}

.text_center + .train-calenderarea {
  padding-top: 40px;
}

.train-calendar {
  border: none;
}
.train-calendar .week {
  background: #e5e5e5;
  text-align: center;
  border: solid 1px #f7f7f7;
}
.train-calendar .week tr,
.train-calendar .week th {
  background: #f7f7f7;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-weight: normal;
  border: none;
  padding: 12px 0;
}

.train-calender {
  min-height: 28px;
}
.train-calender .week tr th:nth-of-type(6n),
.train-calender tbody tr td:nth-of-type(6n) .day-number {
  color: #1270b3;
}
.train-calender .week tr th:last-child,
.train-calender tbody tr td:nth-of-type(7n) .day-number {
  color: #E62B26 !important;
}

.calender-note {
  margin-right: auto;
  text-align: left;
}

.holiday {
  color: #E62B26 !important;
}

.train-calendar td {
  padding: 10px;
}

.busy {
  background-color: #fcf3f7;
}

.low {
  background-color: #e8f9ff;
}

.day-number {
  display: block;
  margin-bottom: 10px;
}

.train-calender-both {
  position: relative;
  min-height: 28px;
}
.train-calender-both::before {
  position: absolute;
  content: "909号";
  background-color: #a5a067;
  border-radius: 20px;
  font-size: 1.2rem;
  color: #fff;
  width: 50px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  left: 38px;
}
.train-calender-both::after {
  position: absolute;
  content: "62号";
  background-color: #a1a1a1;
  border-radius: 20px;
  font-size: 1.2rem;
  color: #fff;
  width: 50px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .train-calender-both::before {
    font-size: 1rem;
    width: 40px;
    height: 17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -6px;
  }
  .train-calender-both::after {
    font-size: 1rem;
    width: 40px;
    height: 17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
}

.train-calender-909 {
  position: relative;
}
.train-calender-909::after {
  position: absolute;
  content: "909号";
  background-color: #a5a067;
  border-radius: 20px;
  font-size: 1.2rem;
  color: #fff;
  width: 50px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -28px;
  right: 0;
}
@media (max-width: 767px) {
  .train-calender-909::after {
    font-size: 1rem;
    width: 40px;
    height: 17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -30px;
  }
}

.train-calender-62 {
  position: relative;
}
.train-calender-62::after {
  position: absolute;
  content: "62号";
  background-color: #a1a1a1;
  border-radius: 20px;
  border-radius: 20px;
  font-size: 1.2rem;
  color: #fff;
  width: 50px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -28px;
  right: 0;
}
@media (max-width: 767px) {
  .train-calender-62::after {
    font-size: 1rem;
    width: 40px;
    height: 17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -30px;
  }
}

.train-calender-rinji {
  position: relative;
}
.train-calender-rinji::before {
  position: absolute;
  content: "臨時";
  background-color: #fff;
  border-radius: 20px;
  border-radius: 20px;
  font-size: 1.2rem;
  color: #555;
  border: solid 1px #555;
  width: 50px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -30px;
  right: 0;
}
@media (max-width: 767px) {
  .train-calender-rinji::before {
    font-size: 1rem;
    width: 40px;
    height: 17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -6px;
  }
}

.train-rinji-txt-attention {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.train-rinji-txt-attention span {
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  border-radius: 20px;
  font-size: 1.2rem;
  color: #555;
  border: solid 1px #555;
  padding: 2px 10px;
  margin: 0 0.5em;
}
.train-rinji-txt-attention a {
  text-decoration: underline;
}

.train-calender-select {
  position: relative;
}
.train-calender-select::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 46.4px;
  right: 390px;
  bottom: 0;
  background: #333;
  z-index: 2;
  pointer-events: none;
}
@supports (-webkit-touch-callout: none) {
  .train-calender-select::before {
    bottom: 1px;
  }
}
.train-calender-select::after {
  content: "";
  position: absolute;
  right: 400px;
  bottom: 14px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  pointer-events: none;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  z-index: 3;
  pointer-events: none;
}
.train-calender-select .calender-number {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  width: 300px;
  text-indent: 73px;
  font-size: 2rem;
  font-weight: 500;
}
.train-calender-select label {
  display: block;
  font-size: 1.3rem;
  padding: 0 46% 5px 30%;
}
@media (max-width: 767px) {
  .train-calender-select {
    margin-bottom: 30px;
  }
  .train-calender-select::before {
    right: 17px;
  }
  .train-calender-select::after {
    right: 27px;
  }
  .train-calender-select label {
    padding: 0 56% 5px 5%;
  }
}

.calender-pattern {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .calender-pattern {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.calender-pattern .calender_box,
.calender-pattern .train_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .calender-pattern .calender_box,
  .calender-pattern .train_box {
    gap: 30px;
    font-size: 1.2rem;
  }
}
.calender-pattern .train_box {
  gap: 30px;
}
@media (max-width: 767px) {
  .calender-pattern .train_box {
    gap: 15px;
  }
}
.calender-pattern-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .calender-pattern-content {
    gap: 5px;
  }
}
.calender-pattern-content .color {
  width: 30px;
  height: 30px;
  border: 1px solid #d3d3d3;
}
.calender-pattern-content .train-909::after {
  content: "909号";
  background-color: #a5a067;
  border-radius: 20px;
  font-size: 1.4rem;
  color: #fff;
  width: 60px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .calender-pattern-content .train-909::after {
    font-size: 1.2rem;
    width: 50px;
    height: 25px;
  }
}
.calender-pattern-content .train-62::after {
  content: "62号";
  background-color: #a1a1a1;
  border-radius: 20px;
  font-size: 1.4rem;
  color: #fff;
  width: 60px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .calender-pattern-content .train-62::after {
    font-size: 1.2rem;
    width: 50px;
    height: 25px;
  }
}

@media (max-width: 767px) {
  .train-calenderarea {
    margin-bottom: 30px;
  }
  .train-calendar .week tr,
  .train-calendar .week th {
    font-size: 1.2rem;
    padding: 5px 0;
  }
  .train-calendar td {
    font-size: 1.2rem;
    padding: 5px;
  }
  .day-number {
    margin-bottom: 4px;
  }
}
.tab_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.tab_label {
  width: 55px;
  height: 55px;
  margin: 0 10px;
  border-radius: 27.5px;
  display: inline-block;
  background: #f7f7f7;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7rem;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab_label:hover {
  background: #383838;
  color: #fff;
  opacity: 1;
}
.tab_label.active {
  background: #383838;
  color: #fff;
}

.tab_panel {
  display: none;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.tab_panel.active {
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media (max-width: 767px) {
  .tab_area {
    margin-bottom: 20px;
  }
}
/* テーブル */
.train-table {
  border: none;
  table-layout: auto;
}
.train-table .thead {
  text-align: center;
  border: solid 1px #f7f7f7;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
}
.train-table .thead tr,
.train-table .thead th {
  background: #f7f7f7;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  border: none;
  padding: 12px 0;
  vertical-align: middle;
}
.train-table td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
.train-table td span {
  margin-top: 6px;
  line-height: 1.5;
  display: inline-block;
}
.train-table td span.pc_only {
  font-size: inherit;
}
.train-table td .pc_only {
  display: inline-block;
}
.train-table .btn_intable {
  width: auto;
  margin: 0;
}
.train-table .btn_intable a {
  padding: 20px 40px 20px 10px;
}
@media (max-width: 767px) {
  .train-table .btn_intable a {
    padding: 10px 40px 10px 10px;
  }
}
.train-table + p {
  padding-top: 10px;
}
.train-table + p a {
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .train-table + p {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .train-table .thead tr,
  .train-table .thead th {
    font-size: 1rem;
    padding: 5px 0;
  }
  .train-table td {
    font-size: 1rem;
    padding: 5px;
  }
  .train-table td .pc_only {
    display: none;
  }
}
.train-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.train-time td.station {
  width: 175px;
}
.train-time td.for {
  width: 15px !important;
}
.train-time .train-table_01 {
  width: calc(100% - 630px);
}
.train-time .train-table_01 td {
  height: 41px;
}
.train-time .train-table_02,
.train-time .train-table_03 {
  width: 250px;
}
.train-time .train-table_02 td,
.train-time .train-table_03 td {
  height: 39px;
}
.train-time .train-table_04 {
  width: 130px;
}
.train-time .train-table_04 td {
  height: 39px;
}

@media (max-width: 767px) {
  .container .train-time .sp_only {
    display: table-cell;
  }
  .train-time {
    display: block;
  }
  .train-time .train-table {
    width: 100%;
  }
  .train-time .train-table td {
    width: auto;
  }
  .train-time .train-table td.station {
    width: 30%;
  }
  .train-time .train-table td.for {
    width: 50px !important;
  }
}
.text_center + .ttl_train-time {
  margin-top: 20px;
}

.ttl_train-time {
  margin-top: 60px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.train-time .thead th,
.train-time .week td {
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-size: 1.4rem;
  padding: 15px 5px;
}
.train-time td {
  font-size: 1.2rem;
  padding: 8px 10px;
  line-height: 1;
}
.train-time .station {
  font-size: 1.4rem;
  text-align: left;
}
.train-time .attention td {
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  padding: 20px 10px;
}
.train-time .attention .ttl_attention {
  font-size: 1.6rem;
}
.train-time .train-table .weekend {
  background: #fcf3f7;
}

@media (max-width: 767px) {
  .train-time {
    margin-bottom: 40px;
  }
  .train-time .station {
    font-size: 1.2rem;
  }
  .text_center + .ttl_train-time {
    margin-top: 20px;
  }
  .ttl_train-time {
    margin-top: 0;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .train-time .thead th,
  .train-time .week td {
    font-size: 1rem;
    padding: 10px 4px;
    vertical-align: middle;
  }
  .train-time td {
    font-size: 1rem;
    padding: 4px;
  }
  .train-time .attention td {
    padding: 4px;
  }
  .train-time .attention .ttl_attention {
    font-size: 1.2rem;
  }
  .train-time .train-table .weekend {
    background: #fcf3f7;
  }
}
.train-table_04 .train-909 th,
.train-table_04 .train-909 tr {
  background: #a5a067;
  color: #fff;
}

.train-time .train-909 td {
  background: #f4f2d8;
}
.train-time .train-62 td {
  background: #f1f1f1;
}

.train-table_04 .train-62 th,
.train-table_04 .train-62 tr {
  background: #a1a1a1;
  color: #fff;
}

/*　料金表ページ */
.train-price {
  position: relative;
  margin: 40px auto 0;
}

.train-price-txt {
  position: absolute;
  width: 40%;
  top: 0;
  right: 0;
}
.train-price-txt p {
  font-size: 1.8rem;
  line-height: 2;
}

.train-price-txt-standard {
  color: #0087d0;
}

.train-price-txt-premium {
  color: #ce4a7d;
}

.train-price-txt .train-price-txt-attention,
.train-price-txt-attention {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.train-price .train-table td {
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 15px 10px;
}

.train-price-txt02 {
  margin-top: 60px;
  text-align: center;
  font-size: 1.8rem;
}

.train-price-example01 {
  margin-top: 60px;
  text-align: center;
}
.train-price-example01 .train-price-example01-text {
  display: inline-block;
  padding: 15px 60px;
  background: #f8f4ee;
  font-size: 2rem;
}

.train-price-example02 {
  margin: 60px auto;
  padding: 40px 40px 30px 40px;
  background: #f8f4ee;
  text-align: center;
}
.train-price-example02 h3 {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .train-price-example02 h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.train-price-example02 .example_fare__box {
  width: 600px;
  margin: 20px auto;
  font-size: 1.8rem;
  text-align: left;
}
@media (max-width: 767px) {
  .train-price-example02 .example_fare__box {
    width: 100%;
    font-size: 1.4rem;
  }
}
.train-price-example02 .example_fare__box .example_fare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-left: 6rem;
}
.train-price-example02 .example_fare__box .example_fare + .example_fare {
  position: relative;
}
.train-price-example02 .example_fare__box .example_fare + .example_fare::before {
  position: absolute;
  content: "+";
  display: block;
  left: 0.5em;
}
@media (max-width: 767px) {
  .train-price-example02 .example_fare__box .example_fare {
    padding-left: 3rem;
    margin-bottom: 10px;
  }
}
.train-price-example02 .example_fare__box .example_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-top: 20px;
  border-top: solid 1px #333;
}
.train-price-example02 .example_fare__box .example_total .fare {
  margin-right: 2em;
}
@media (max-width: 767px) {
  .train-price-example02 .example_fare__box .example_total {
    padding-top: 10px;
  }
}
.train-price-example02 + .btn {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .train-price-example02 {
    margin: 40px auto;
  }
  .train-price-example02 + p {
    font-size: 1.4rem;
  }
}
.train-price-example02 p {
  padding-top: 30px;
  font-size: 1.4rem;
}
.train-price-example02 p a {
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .train-price-example02 p {
    padding-top: 10px;
    font-size: 1.2rem;
  }
}

.guideSection .section_innerSec .train-price-example02 h4 {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .train-price {
    margin-top: 20px;
  }
  .train-price-txt {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .train-price-txt p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .train-price-txt02 {
    margin-top: 40px;
    font-size: 1.4rem;
  }
  .train-price-img {
    overflow-x: scroll;
  }
  .img_guide_price {
    display: block;
    width: 225%;
    max-width: 225%;
  }
  .sp_scroll {
    margin-bottom: 20px;
    color: #999;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .train-price .train-table td {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 10px;
  }
  .train-price-example01 {
    margin-top: 20px;
    text-align: center;
  }
  .train-price-example01 .train-price-example01-text {
    display: block;
    padding: 10px;
    background: #f8f4ee;
    font-size: 1.4rem;
  }
  .train-price-example02 {
    margin-top: 40px;
    padding: 20px;
    background: #f8f4ee;
    text-align: left;
  }
  .guideSection .section_innerSec .train-price-example02 h4 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: left;
  }
}
.buy-ticket {
  padding: 0 40px;
}
.buy-ticket ol li {
  font-size: 1.6rem;
  font-weight: bold;
}
.buy-ticket ol li p {
  font-size: 1.6rem;
  font-weight: normal;
}
.buy-ticket ol li + li {
  margin-top: 40px;
}
.buy-ticket ol li ul li {
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 10px;
}
.buy-ticket ol li ul li + li {
  margin-top: 5px;
}
.buy-ticket .btn_gold {
  text-align: center;
  margin: 40px auto 0;
  border: solid 1px #a5a067 !important;
  max-width: 460px;
  font-weight: normal;
}
.buy-ticket .btn_gold a {
  padding: 20px 0;
}
.buy-ticket .train-table {
  margin: 20px auto 40px;
  table-layout: fixed;
}
.buy-ticket .train-table tr {
  height: 100%;
}
.buy-ticket .train-table th {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 15px 30px;
  text-align: center;
  background: #f7f7f7;
}
.buy-ticket .train-table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  padding: 15px 15px 15px 30px;
  text-align: left;
  height: 100%;
}
.buy-ticket .train-table td .btn_wrap {
  width: 340px;
}
.buy-ticket .train-table td .btn_wrap .btn a {
  width: 340px;
  font-size: 1.2rem;
}
.buy-ticket .train-table td .btn_wrap .btn + .btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .buy-ticket .train-table td {
    display: block;
  }
  .buy-ticket .train-table td .btn_wrap {
    width: 100%;
    margin-top: 10px;
  }
  .buy-ticket .train-table td .btn_wrap .btn a {
    width: 205px;
    font-size: 1rem;
  }
  .buy-ticket .train-table td .btn_wrap .btn + .btn {
    margin-top: 10px;
  }
}

.link-area {
  margin-top: 2em;
}
.link-area li {
  margin-bottom: 1em;
}
.link-area li .url {
  margin-bottom: 0.5em;
}
.link-area li .url a {
  font-weight: bold;
}
.link-area li .url a:hover {
  text-decoration: underline;
}
.link-area li p {
  font-weight: bold;
}
.link-area li span {
  font-size: 1.4rem;
}
.link-area li li {
  margin-bottom: 0.5em;
}
.link-area li li:before {
  content: "▶︎";
  color: #ccc;
  font-size: 0.6em;
  margin-right: 0.5em;
}
.link-area li li a {
  text-decoration: none;
  font-weight: normal;
  font-size: 1.4rem;
}
.link-area li li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .buy-ticket {
    padding: 0;
  }
  .buy-ticket ol li {
    font-size: 1.4rem;
  }
  .buy-ticket ol li p {
    font-size: 1.4rem;
  }
  .buy-ticket ol li + li {
    margin-top: 20px;
  }
  .buy-ticket ol li ul li {
    font-size: 1.2rem;
  }
  .link-area {
    margin-top: 20px;
  }
  .link-area li p {
    font-size: 1.4rem;
  }
  .link-area li li a,.link-area li span {
    font-size: 1.2rem;
  }
  .buy-ticket .train-table th {
    font-size: 1.2rem;
    padding: 10px;
    white-space: nowrap;
    vertical-align: middle;
  }
  .buy-ticket .train-table td {
    font-size: 1.2rem;
    font-weight: normal;
    padding: 10px;
  }
}
/*　料金表ページ */
.subpage_box_title {
  text-align: center;
  font-size: 3.8rem;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  margin-bottom: 60px;
}
.subpage_box_title span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .subpage_box_title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.subpage_box_title_sub {
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  margin: 60px 0 40px;
  padding: 15px 0;
  background: #383838;
  color: #fff;
}
@media (max-width: 767px) {
  .subpage_box_title_sub {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 30px 0 30px;
    padding: 8px 0;
  }
}

.train-price {
  position: relative;
  margin-top: 60px;
}
.train-price .train_tab_note {
  margin-bottom: 10px;
  font-size: 1.4rem;
  text-align: center;
}
.train-price .tab_area {
  margin-bottom: 60px;
  gap: 5px;
}
.train-price .tab_area .tab_label_02 {
  width: 120px;
  height: 42px;
  margin: 0;
  background: none;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  background: #cdcdcd;
}
.train-price .tab_area .tab_label_02:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .train-price .tab_area .tab_label_02 {
    font-size: 1.4rem;
    height: 35px;
  }
}
.train-price .tab_area .active {
  color: #a5a067;
  background: #fff;
  border: 2px solid #a5a067;
  border-bottom: none;
}
@media (max-width: 767px) {
  .train-price .tab_area {
    margin-bottom: 30px;
  }
}
.train-price .tab_panel_02 {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: none;
}
.train-price .tab_panel_02.active {
  opacity: 1;
  display: block;
}

.train-price-txt {
  position: absolute;
  width: 40%;
  top: 130px;
  right: 0;
}
.train-price-txt p {
  font-size: 1.8rem;
  line-height: 2;
}

.train-price-txt-standard {
  color: #0087d0;
}

.train-price-txt-premium {
  color: #ce4a7d;
}

.train-price-txt .train-price-txt-attention,
.train-price-txt-attention {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.train-price .train-table td {
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 15px 10px;
}

.train-price-txt02 {
  margin-top: 60px;
  text-align: center;
  font-size: 1.8rem;
}

.train-price-example01 {
  border: 2px solid #656565;
  text-align: left;
}
@media (max-width: 767px) {
  .train-price-example01 {
    text-align: center;
  }
}
.train-price-example01 .train-price-example01-note {
  margin-bottom: 5px;
  background: #656565;
  text-align: center;
  color: #fff;
  line-height: 2.2;
}
.train-price-example01 .train-price-example01-content {
  padding: 20px 144px;
  position: relative;
}
@media (max-width: 767px) {
  .train-price-example01 .train-price-example01-content {
    padding: 20px 0;
  }
}
.train-price-example01 .train-price-example01-text {
  display: inline-block;
  padding: 15px 40px;
  background: #f8f4ee;
  font-size: 2rem;
}
.train-price-example01 .standard {
  color: #0087d0;
}
.train-price-example01 .premium {
  color: #ce4a7d;
}
.train-price-example01 .special {
  color: #a5a067;
}

.standard-price {
  border: 2px solid #0087d0;
}
.standard-price .train-price-example01-note {
  background: #0087d0;
}

.premium-price {
  border: 2px solid #ce4a7d;
}
.premium-price .train-price-example01-note {
  background: #ce4a7d;
}

.train-price-special {
  border: 2px solid #a5a067;
}
.train-price-special .train-price-example01-note {
  background-color: #a5a067;
}
.train-price-special .train-price-special-note {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .train-price-special .train-price-special-note {
    padding: 0 10px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .train-price-special {
    margin-bottom: 40px;
  }
}

.train-price-example01-text + .train-price-example01-text {
  margin-left: 60px;
  position: relative;
}
.train-price-example01-text + .train-price-example01-text::before {
  display: block;
  content: "+";
  position: absolute;
  color: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .train-price-example01 {
    margin-top: 40px;
  }
  .train-price-example01 .train-price-example01-note {
    margin-left: 0;
    font-size: 1.2rem;
  }
  .train-price-example01 .train-price-example01-content {
    display: block;
  }
  .train-price-example01 .train-price-example01-text {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    background: #f8f4ee;
    font-size: 1.4rem;
  }
  .train-price-example01-text + .train-price-example01-text {
    margin-top: 40px;
    position: relative;
  }
  .train-price-example01-text + .train-price-example01-text::before {
    display: inline;
    content: "+";
    position: absolute;
    top: -35px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    font-size: 2rem;
  }
}
.guideSection .section_innerSec .train-price-example02 h4 {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .train-price {
    margin-top: 20px;
  }
  .train-price-txt {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .train-price-txt p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .train-price-txt02 {
    margin-top: 40px;
    font-size: 1.4rem;
  }
  .train-price-img {
    overflow-x: scroll;
  }
  .img_guide_price {
    display: block;
    width: 225%;
    max-width: 225%;
  }
  .sp_scroll {
    margin-bottom: 20px;
    color: #999;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .train-price .train-table td {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 10px;
  }
  .guideSection .section_innerSec .train-price-example02 h4 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: left;
  }
}
.buy-ticket {
  padding: 0 40px;
}
.buy-ticket ol li {
  font-size: 1.6rem;
  font-weight: bold;
}
.buy-ticket ol li p {
  font-size: 1.6rem;
  font-weight: normal;
}
.buy-ticket ol li + li {
  margin-top: 40px;
}
.buy-ticket ol li ul li {
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 10px;
}
.buy-ticket ol li ul li + li {
  margin-top: 5px;
}
.buy-ticket .btn_gold {
  text-align: center;
  margin: 40px auto 0;
  border: solid 1px #a5a067 !important;
  max-width: 460px;
  font-weight: normal;
}
.buy-ticket .btn_gold a {
  padding: 20px 0;
}
.buy-ticket .train-table {
  margin: 20px auto 40px;
  table-layout: auto;
}
.buy-ticket .train-table th {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  background: #f7f7f7;
}
.buy-ticket .train-table td {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  padding: 15px 15px 15px 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .buy-ticket {
    padding: 0;
  }
  .buy-ticket ol li {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .buy-ticket ol li p {
    font-size: 1.4rem;
  }
  .buy-ticket ol li + li {
    margin-top: 20px;
  }
  .buy-ticket ol li ul li {
    font-size: 1.2rem;
  }
  .buy-ticket .train-table th {
    font-size: 1.2rem;
    padding: 10px;
    white-space: nowrap;
    vertical-align: middle;
  }
  .buy-ticket .train-table td {
    font-size: 1.2rem;
    font-weight: normal;
    padding: 10px;
  }
}

.link-area {
  padding: 40px 40px 20px;
  border: solid #ccc 1px;
}
@media (max-width: 767px) {
  .link-area {
    padding: 20px 5%;
  }
}

.btn_price {
  text-align: center;
  margin: 40px auto 60px;
  border: solid 1px #a5a067 !important;
  max-width: 460px;
  font-weight: normal;
  background: #a5a067;
}
.btn_price a:hover {
  color: #a5a067;
}
.btn_price.mb-0 {
  margin-bottom: 0;
}
.txt-center {
  text-align: center;
}

.p-guide-destination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}
.p-guide-destination__list h4 {
  font-size: 3rem;
  margin-bottom: 20px;
}
.p-guide-destination__list li {
  width: calc(33% - 20px);
}
.p-guide-destination__list a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-guide-destination__list a img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-guide-destination__list a:hover {
  color: #a5a067;
}
.p-guide-destination__list a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
@media (max-width: 767px) {
  .p-guide-destination__list {
    display: block;
  }
  .p-guide-destination__list h4 {
    font-size: 2.2rem;
  }
  .p-guide-destination__list li {
    width: 100%;
    margin-bottom: 40px;
  }
}

.p-guide-ttl {
  margin-bottom: 40px;
  text-align: center;
  font-size: 3.7rem;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
}
@media (max-width: 767px) {
  .p-guide-ttl {
    font-size: 2.8rem;
    margin-bottom: 30px;
    margin-top: 0;
  }
}

.p-guide-intro__wrap h3 {
  margin-top: 30px;
}

.p-guide-contants__wrap .section_innerSec .ttl_train-time.mincho {
  margin-top: 60px;
  font-size: 2.4rem;
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .p-guide-contants__wrap .section_innerSec .ttl_train-time.mincho {
    font-size: 2rem;
    margin-top: 0;
  }
}
.p-guide-contants__wrap .section_innerSec .subpage_box_title_sub {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .p-guide-contants__wrap .section_innerSec .subpage_box_title_sub {
    font-size: 1.8rem;
  }
}
.p-guide-contants__wrap .section_innerSec .special-title {
  margin-bottom: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2.2;
  background: #a5a067;
  color: #fff;
}
@media (max-width: 767px) {
  .p-guide-contants__wrap .section_innerSec .special-title {
    font-size: 1.2rem;
  }
}

.p-guide-intro__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin: 70px 0 100px;
}
.p-guide-intro__nav .p-guide-intro__item {
  width: 100%;
  background: #a5a067;
  border: solid 1px #a5a067;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
.p-guide-intro__nav .p-guide-intro__item::before {
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 45%;
  left: 20px;
  content: "";
  height: 15px;
  width: 15px;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
}
.p-guide-intro__nav .p-guide-intro__item a {
  display: block;
  padding: 10px 0;
}
.p-guide-intro__nav .p-guide-intro__item:hover {
  background-color: #fff;
  color: #a5a067;
}
.p-guide-intro__nav .p-guide-intro__item:hover::before {
  border-bottom: solid 1px #a5a067;
  border-right: solid 1px #a5a067;
}
@media (max-width: 767px) {
  .p-guide-intro__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px 0 70px;
    gap: 10px;
  }
  .p-guide-intro__nav .p-guide-intro__item {
    font-size: 1.4rem;
    width: 48%;
  }
  .p-guide-intro__nav .p-guide-intro__item::before {
    height: 10px;
    width: 10px;
    left: 12px;
  }
}

.p-guide-intro__wrap::before {
  top: -63px;
}
@media (max-width: 767px) {
  .p-guide-intro__wrap::before {
    top: -29px;
  }
}

.p-guide-intro__wrap::after {
  background-position: left bottom;
  bottom: -101px;
}
@media (max-width: 767px) {
  .p-guide-intro__wrap::after {
    bottom: -71px;
  }
}

.special-seat-table {
  margin-top: 0;
}

.train-price .train-price__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.train-price .train-price__btn-box .train-price__btn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  width: 280px;
  background: #fff;
  font-size: 1.3rem;
  color: #333;
}
.train-price .train-price__btn-box .train-price__btn-item::after {
  border-color: #333;
}
.train-price .train-price__btn-box .train-price__btn-item:hover {
  background: #333;
  color: #fff;
}
.train-price .train-price__btn-box .train-price__btn-item:hover::after {
  border-color: #fff;
}
.train-price .train-price__btn-box .train-price__btn-item a {
  width: 100%;
}
@media (max-width: 767px) {
  .train-price .train-price__btn-box {
    margin-top: 30px;
  }
  .train-price .train-price__btn-box .train-price__btn-item {
    font-size: 1rem;
  }
  .train-price .train-price__btn-box .train-price__btn-item a {
    padding: 10px 0;
  }
}

.attention_area {
  position: relative;
  z-index: 5;
  padding-top: 80px;
}
.attention_area a {
  background: #e62b26;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  width: 100%;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.attention_area a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .attention_area {
    padding-top: 50px;
  }
  .attention_area a {
    font-size: 1.2rem;
  }
}

.mv_wrap {
  position: relative;
  z-index: 3;
  background-color: #0a0919;
  padding-top: 0;
  text-align: center;
  max-height: 957px;
}
@media (max-width: 1670px) {
  .mv_wrap {
    min-height: 800px;
  }
}
@media (max-width: 1360px) {
  .mv_wrap {
    min-height: 730px;
  }
}
@media (max-width: 1200px) {
  .mv_wrap {
    min-height: 700px;
  }
}
.mv_wrap img {
  display: block;
}

@media (max-width: 767px) {
  .mv_wrap {
    padding-bottom: 180px;
    z-index: 3;
  }
  .mv_wrap .left picture {
    padding-left: 20px;
  }
}
.mv_wrap img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.mv_title {
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  .mv_title {
    width: 83%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 34.5px;
  }
}
.mv_wrap .wrap {
  width: 85%;
  margin: auto;
}

.mv_wrap .mv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv_wrap .mv-flex .left, .mv_wrap .mv-flex .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv_wrap .mv-flex .left {
  width: 54%;
  margin-right: 5%;
}

@media (max-width: 767px) {
  .mv_wrap .mv-flex .left {
    width: 90%;
    margin: 0 auto 2em;
  }
}
.mv_wrap .mv-flex .right {
  width: 35%;
}

@media (max-width: 767px) {
  .mv_wrap .mv-flex .right {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .mv_wrap .mv-flex {
    display: block;
  }
}
.intro_wrap {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  height: 1100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .intro_wrap {
    height: 600px;
  }
}
.intro_wrap::before, .intro_wrap::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.intro_wrap::before {
  background-image: url(../img/index/intro_bg_01.png);
  background-size: 58.4% auto;
  background-position: top -8.4vw right -8.9vw;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .intro_wrap::before {
    background-size: 148% auto;
    background-position: top -2vw right -105vw;
  }
}
.intro_wrap::after {
  background-image: url(../img/index/intro_bg_02.png);
  background-size: 58.4% auto;
  background-position: bottom -10.8vw left -13.1vw;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .intro_wrap::after {
    background-size: 148% auto;
    background-position: bottom -9.3vw left -102.5vw;
  }
}
.intro_wrap .wrap {
  z-index: 3;
}
.intro_wrap .btn.is-reverse {
  font-weight: 400;
}
@media (max-width: 767px) {
  .intro_wrap .btn.is-reverse {
    width: 85%;
  }
}

.p-intro__inner {
  padding-top: 150px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media (max-width: 767px) {
  .p-intro__inner {
    padding-top: 65px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
  }
}

.intro_title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 57px;
  text-shadow: 0px 0px 10px rgb(5, 2, 7);
}
@media (max-width: 767px) {
  .intro_title {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 23px;
  }
}

.intro_text {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 30px;
  text-shadow: 0px 0px 10px rgb(5, 2, 7);
}
@media (max-width: 767px) {
  .intro_text {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 32px;
  }
}

.anniversary_wrap {
  background: #fff;
  color: #333;
  width: 900px;
}
.anniversary_wrap .intro_title {
  margin-bottom: 20px;
  text-shadow: inherit;
}
@media (max-width: 767px) {
  .anniversary_wrap .intro_title {
    margin-bottom: 0;
  }
}
.anniversary_wrap .intro_text {
  text-shadow: inherit;
}
@media (max-width: 767px) {
  .anniversary_wrap .intro_text {
    margin-bottom: 15px;
  }
}
.anniversary_wrap .btn {
  margin: 60px auto 0 auto;
}
@media (max-width: 767px) {
  .anniversary_wrap .btn {
    margin: 40px auto 0 auto;
  }
}

.p-intro__movie {
  display: none;
}
@media (max-width: 767px) {
  .p-intro__movie {
    display: block;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    position: relative;
    aspect-ratio: 656/437;
  }
}
.p-intro__movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cm_wrap {
  background-color: #f7f7f7;
  padding-top: 138px;
  padding-bottom: 103px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .cm_wrap {
    padding-top: 55px;
    padding-right: 0;
    padding-bottom: 55px;
    padding-left: 0;
    z-index: 3;
  }
}

.cm_title_box {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cm_title_box {
    margin-bottom: 0;
  }
}

.cm_title_unit {
  display: inline-block;
  position: relative;
}

/*.cm_label {
    position: absolute;
    top: -49px;
    left: -51px;
    z-index: 3;
    @include mq("sp") {
        top: -33.5px;
        left: -32px;
        width: 110px;
    }
    img {
        display: block;
    }
}*/
.cm_title {
  position: relative;
  z-index: 1;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .cm_title {
    font-size: 2.2rem;
  }
}

.cm_text {
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 89px;
}
@media (max-width: 767px) {
  .cm_text {
    font-size: 1.3rem;
    line-height: 1.9;
    margin-bottom: 44px;
  }
}

.cm_box {
  background-color: #ffffff;
  -webkit-box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  padding-top: 87px;
  padding-right: 60px;
  padding-bottom: 80px;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .cm_box {
    padding-top: 61px;
    padding-right: 10px;
    padding-bottom: 40.5px;
    padding-left: 10px;
  }
}
.cm_box > *:last-child {
  margin-bottom: 0;
}
.cm_box.point_text {
  margin-bottom: 0;
}

.quiz {
  border: solid 8px #e0c69e;
  margin: 60px;
  padding: 40px 0 60px;
}
@media (max-width: 767px) {
  .quiz {
    border: solid 4px #e0c69e;
    padding: 20px 20px 40px;
    margin: 20px 10px;
  }
}
.quiz .awnser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 120px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .quiz .awnser {
    display: block;
    width: 100%;
  }
}
.quiz .awnser li {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  position: relative;
  padding: 20px 20px 20px;
  background: #f1eadc;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
}
.quiz .awnser li small {
  font-size: 60%;
}
@media (max-width: 767px) {
  .quiz .awnser li {
    width: 100%;
    font-size: 1.6rem;
  }
  .quiz .awnser li small {
    display: block;
  }
}
.quiz .awnser .alphabet {
  position: absolute;
  top: -10px;
  left: -20px;
  display: block;
  color: #ffffff;
  background: #d1b58a;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  width: 55px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .quiz .awnser .alphabet {
    width: 45px;
    height: 40px;
    line-height: 40px;
    left: -10px;
  }
}

.cm_box_label {
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #d1b58a;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-top: 20px;
  padding-right: 17px;
  padding-bottom: 18px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .cm_box_label {
    top: -10px;
    font-size: 1.3rem;
    padding-top: 9.5px;
    padding-right: 9px;
    padding-bottom: 9.5px;
    padding-left: 9px;
  }
}

.cm_box_title_main {
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-weight: 400;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .cm_box_title_main {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding-bottom: 80px;
  }
}
.cm_box_title_main::after {
  content: "";
  display: block;
  width: 190px;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 220, 195)), to(rgb(209, 181, 138)));
  background-image: linear-gradient(180deg, rgb(236, 220, 195) 0%, rgb(209, 181, 138) 100%);
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cm_box_title_main::after {
    width: 95px;
  }
}
.cm_box_title_main + .cm_flex {
  margin-top: 10px;
}

.cm_box_title_sub {
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cm_box_title_sub {
    font-size: 1.8rem;
    line-height: 1.55;
    margin-bottom: 15.5px;
  }
}

.cm_box_text {
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .cm_box_text {
    font-size: 1.3rem;
    line-height: 1.76;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.cm_box_text + .cm_box_title_sub {
  margin-top: 62px;
}
@media (max-width: 767px) {
  .cm_box_text + .cm_box_title_sub {
    margin-top: 29.5px;
  }
}
.cm_box_text + .cm_box_title_sub.mt_large {
  margin-top: 92px;
}
@media (max-width: 767px) {
  .cm_box_text + .cm_box_title_sub.mt_large {
    margin-top: 59.5px;
  }
}
.cm_box_text + .cm_point_flex {
  margin-top: 148px;
}
@media (max-width: 767px) {
  .cm_box_text + .cm_point_flex {
    margin-top: 26px;
  }
}
.cm_box_text + .cm_btn_unit {
  margin-top: 31px;
}
@media (max-width: 767px) {
  .cm_box_text + .cm_btn_unit {
    margin-top: 25.5px;
  }
}
.cm_box_text + .cm_flex {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .cm_box_text + .cm_flex {
    margin-top: 35.5px;
  }
}

.cm_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  background-color: #f7f7f7;
  padding: 10px;
}
@media (max-width: 767px) {
  .cm_flex {
    display: block;
    margin-top: 45px;
    margin-right: 10px;
    margin-bottom: 45px;
    margin-left: 10px;
  }
}

.cm_flex_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 158px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-weight: 400;
  color: #ffffff;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cm_flex_title {
    font-size: 1.6rem;
    padding-top: 7px;
    padding-bottom: 7.5px;
    width: 100%;
    line-height: 1;
  }
}

.cm_flex_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 20px;
  padding-right: 38px;
  padding-bottom: 20px;
  padding-left: 38px;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1;
  text-align: left;
}
@media (max-width: 767px) {
  .cm_flex_content {
    font-size: 1.3rem;
    line-height: 1.61;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: justify;
  }
}

.cm_btn_unit {
  text-align: center;
  position: relative;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .cm_btn_unit {
    margin-bottom: 70px;
  }
}
.cm_btn_unit img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.cm_btn_label {
  margin-bottom: 15px;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .cm_btn_label {
    margin-bottom: 12.5px;
    font-size: 1.3rem;
  }
}
.cm_btn_label span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-top: 9px;
  padding-right: 10px;
  padding-bottom: 11px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .cm_btn_label span {
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 9px;
    padding-left: 5px;
  }
}
.cm_btn_label span::before, .cm_btn_label span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid #ffffff;
  border-right: 7.5px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 7.5px solid transparent;
  z-index: 3;
}
@media (max-width: 767px) {
  .cm_btn_label span::before, .cm_btn_label span::after {
    bottom: -11px;
    border-width: 6px 3.75px;
  }
}
.cm_btn_label span::after {
  bottom: -21px;
  border-top: 10px solid #000000;
  z-index: 1;
}
@media (max-width: 767px) {
  .cm_btn_label span::after {
    bottom: -13px;
    border-width: 6px 3.75px;
  }
}

@media (max-width: 767px) {
  .cm_btn {
    width: 68.6%;
    margin-right: auto;
    margin-left: auto;
  }
}
.cm_btn a {
  display: inline-block;
  vertical-align: bottom;
}

.cm_point_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 98px;
}
@media (max-width: 767px) {
  .cm_point_flex + .cm_point_flex {
    margin-top: 40px;
  }
}
.cm_point_flex + .cm_btn_unit {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cm_point_flex {
    display: block;
    padding-bottom: 0;
  }
}
.cm_point_flex.f_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cm_point_flex.f_end .cm_point_flex_content {
  left: 0;
  padding-right: 192px;
  padding-left: 42px;
}
@media (max-width: 767px) {
  .cm_point_flex.f_end .cm_point_flex_content {
    left: inherit;
    padding-top: 106px;
    padding-right: 22.5px;
    padding-bottom: 20px;
    padding-left: 22.5px;
  }
}
.cm_point_flex + .cm_box_text {
  margin-top: 110px;
}
@media (max-width: 767px) {
  .cm_point_flex + .cm_box_text {
    margin-top: 55px;
  }
}
.cm_point_flex .order_1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.cm_point_flex .order_2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.cm_point_flex_photo {
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .cm_point_flex_photo {
    width: 87.3%;
    margin-right: auto;
    margin-left: auto;
  }
}
.cm_point_flex_photo img {
  display: block;
}

.cm_point_flex_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
  padding-left: 40px;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  font-weight: 400;
  position: absolute;
  bottom: 70px;
  z-index: 1;
  background-color: #f7f7f7;
  width: 538px;
  right: 0;
  padding-top: 32px;
  padding-right: 42px;
  padding-bottom: 32px;
  padding-left: 192px;
}
@media (max-width: 767px) {
  .cm_point_flex_content {
    position: relative;
    right: inherit;
    bottom: inherit;
    width: 100%;
    margin-top: -75px;
    padding-top: 106px;
    padding-right: 22.5px;
    padding-bottom: 20px;
    padding-left: 22.5px;
  }
}

.cm_point_flex_title_box {
  font-size: 2.6rem;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cm_point_flex_title_box {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .fs-small {
    font-size: 2rem !important;
  }
  .fs-small-02 {
    font-size: 1.9rem !important;
  }
}
.cm_point_flex_title_unit {
  display: inline-block;
  position: relative;
}

.cm_point_flex_title_label {
  position: absolute;
  top: -35px;
  left: -42px;
  z-index: 3;
}
@media (max-width: 767px) {
  .cm_point_flex_title_label {
    width: 93px;
    top: -27px;
    left: -40.5px;
  }
}
.cm_point_flex_title_label.space {
  left: -26px;
}
@media (max-width: 767px) {
  .cm_point_flex_title_label.space {
    left: -35px;
  }
}
.cm_point_flex_title_label img {
  display: block;
}

.cm_point_flex_title {
  position: relative;
  z-index: 1;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .cm_point_flex_title {
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}

.fs-small {
  font-size: 2.6rem;
}

.fs-small-02 {
  font-size: 2.4rem;
}

.cm_point_ribbon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000000;
  margin-right: auto;
  margin-left: auto;
  border-radius: 14.5px;
  padding-top: 5px;
  padding-bottom: 7px;
  width: 208px;
  line-height: 1;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cm_point_ribbon {
    width: 46.2%;
    padding-top: 5px;
    padding-bottom: 7px;
    font-size: 1.6rem;
    border-radius: 13.25px;
  }
}

.cm_point_text {
  text-align: justify;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 1.85;
}
@media (max-width: 767px) {
  .cm_point_text {
    font-size: 1.3rem;
    line-height: 1.53;
  }
}

.cm_point_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  width: 160px;
  text-align: center;
}
@media (max-width: 767px) {
  .cm_point_btn {
    width: 60%;
  }
}
.cm_point_btn a {
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid #000000;
  background-color: #000000;
  color: #ffffff;
  line-height: 1;
  padding-top: 7px;
  padding-bottom: 9px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .cm_point_btn a {
    padding-top: 5px;
    padding-bottom: 7px;
    font-size: 1.4rem;
  }
}
.cm_point_btn a:hover {
  color: #000000;
  background-color: #ffffff;
}

.cm_border {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 110px;
  border-bottom: 1px solid #000000;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .cm_border {
    margin-bottom: 40px;
    padding-top: 0;
  }
}

.cm_attention {
  border: 1px solid #000000;
  margin-top: 93px;
  margin-bottom: 61px;
  padding-top: 32px;
  padding-right: 40px;
  padding-bottom: 24px;
  padding-left: 40px;
  height: 300px;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .cm_attention {
    margin-top: 40.5px;
    margin-bottom: 39.5px;
    padding-top: 14px;
    padding-right: 11px;
    padding-bottom: 15.5px;
    padding-left: 11px;
    height: 200px;
  }
}

.cm_attention_title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.1em;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .cm_attention_title {
    font-size: 1.4rem;
    line-height: 1.42;
    margin-bottom: 11.5px;
  }
}

.cm_attention_list {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .cm_attention_list {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 25px;
  }
}
.cm_attention_list li {
  text-indent: -1em;
  padding-left: 1em;
}

.cm_attention_text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .cm_attention_text {
    font-size: 1rem;
    line-height: 2;
  }
}
.cm_attention_text a {
  color: #3f8bb2;
  text-decoration: underline;
}
.cm_attention_text a:hover {
  text-decoration: none;
}

.point_wrap {
  padding-top: 161px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .point_wrap {
    padding-top: 92.5px;
    padding-bottom: 59px;
  }
}

.point_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 118px;
}
@media (max-width: 767px) {
  .point_inner {
    display: block;
    margin-bottom: 59px;
  }
}

.point_left_box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .point_left_box {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.point_left_box_inner {
  width: 600px;
  position: relative;
}
@media (max-width: 767px) {
  .point_left_box_inner {
    width: 100%;
  }
}

.point_title_box {
  position: relative;
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width: 767px) {
  .point_title_box {
    margin-bottom: 28px;
  }
}

.point_title_unit {
  display: inline-block;
  position: relative;
}

/*.point_label {
    position: absolute;
    top: -63px;
    left: -61px;
    z-index: 1;
    @include mq("sp") {
        top: -50px;
        left: -18px;
        width: 110.5px;
    }
    img {
        display: block;
    }
}*/
.point_title {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .point_title {
    width: 110px;
    margin-right: auto;
    margin-left: auto;
  }
}
.point_title img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.point_text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .point_text {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 27px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.point_right_box {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .point_right_box {
    margin-top: 40px;
    width: 100%;
  }
}

.point_slider_label {
  width: 79.4%;
  height: 476px;
  padding-top: 10px;
  padding-left: 22px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .point_slider_label {
    width: 100%;
    padding-top: 0;
    padding-left: 20px;
  }
}
.point_slider_label img {
  display: block;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .point_slider_label img {
    width: 55.3%;
    margin-left: 0;
  }
}
.point_slider_label::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/index/point_bg_01.png);
  background-repeat: no-repeat;
  background-size: 596px auto;
  background-position: right -100px top;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1440px) {
  .point_slider_label::before {
    background-position: right -250px top;
  }
}
@media (max-width: 767px) {
  .point_slider_label::before {
    background-size: 295px auto;
    background-position: right -70px top;
  }
}
.point_slider_label::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .point_slider_label::after {
    height: 238px;
    width: 94.6%;
  }
}

.point_slider_main {
  margin-top: 151px;
  position: relative;
  z-index: 3;
  width: 154.9%;
}
@media (max-width: 1440px) {
  .point_slider_main {
    width: 172.4%;
  }
}
@media (max-width: 767px) {
  .point_slider_main {
    width: 170%;
    margin-top: 84.5px;
  }
}

.point_slider_main_item {
  margin-right: 38px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  width: 717px;
  height: 404px;
}
@media (max-width: 1440px) {
  .point_slider_main_item {
    margin-right: 28px;
  }
}
@media (max-width: 767px) {
  .point_slider_main_item {
    margin-right: 10px;
    margin-left: 10px;
    width: 100%;
    height: 169px;
  }
}
.point_slider_main_item img {
  width: 100%;
  display: block;
}

.bnrarea_wrap {
  position: relative;
  z-index: 1;
  padding-top: 121px;
  padding-bottom: 121px;
  background: #f8f4ee;
}
@media (max-width: 767px) {
  .bnrarea_wrap {
    padding-top: 83px;
    padding-right: 20px;
    padding-bottom: 91px;
    padding-left: 20px;
  }
}
.bnrarea_title_box {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .bnrarea_title_box {
    margin-bottom: 40px;
  }
}
.bnrarea_title_unit {
  display: inline-block;
  position: relative;
}
.bnrarea_title {
  position: relative;
  z-index: 3;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .bnrarea_title {
    font-size: 3rem;
  }
}
.bnrarea_list_box .bnr_slider {
  width: 100%;
}
.bnrarea_list_box .bnr_slider .bnr {
  margin: 0 15px;
}
.bnrarea_list_box .bnr_slider .bnr a {
  max-width: 570px;
  display: block;
  text-align: center;
}
.bnrarea_list_box .bnr_slider .bnr a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bnrarea_list_box .bnr_slider .bnr a img {
  width: 100%;
}
@media (max-width: 767px) {
  .bnrarea_list_box .bnr_slider .bnr {
    margin: 0;
  }
}

.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: #ffffff;
}
.loading .loading_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100vh;
  width: 100%;
  background: url(../img/index/loading.png) repeat-x center;
  z-index: 10;
}
.loading .loading_inner p {
  position: absolute;
  font-weight: 800;
  color: #d1b58a;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.2;
  font-size: 2.4rem;
}
.loading .loading_inner p span {
  display: inline-block;
  font-size: 5.4rem;
}
@media (max-width: 767px) {
  .loading .loading_inner p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .loading .loading_inner p span {
    display: inline-block;
    font-size: 3rem;
  }
}

.pace {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
}
.pace .pace-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  background: #ffffff;
  right: 0;
}

.slide-dots {
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 10px 10px 0;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
  background: none;
  border: none;
}
.slide-dots li button:before {
  color: #d1b58a;
  content: "○";
  font-size: 20px;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.slide-dots li.slick-active button:before {
  color: #d1b58a;
  content: "●";
}
@media (max-width: 767px) {
  .slide-dots li {
    margin: 0 5px;
  }
}

.sub-text {
  text-align: right;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 80px;
}

.sub-text {
  text-align: right;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .sub-text br.sp_only {
    display: inline-block;
  }
  .sub-text .sp_mb {
    margin-bottom: 20px;
  }
  .sub-text .sub-text {
    text-align: left;
    margin-bottom: 50px;
  }
}

/*---------------------------------
202207
---------------------------------*/
.container {
  overflow: hidden;
}
.container .sp_only {
  display: none;
}
@media (max-width: 767px) {
  .container .sp_only {
    display: block;
  }
  .container .pc_only {
    display: none;
  }
}

/*--- loading ---*/
#splash {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
}
#splash.gradation {
  background: linear-gradient(-45deg, #cbcbcb, #878787, #e7e7e7, #cccccc);
  background-size: 400% 400%;
  -webkit-animation: gradient 5s ease infinite;
          animation: gradient 5s ease infinite;
  display: block;
  line-height: 110px;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
#splash.gradation img {
  width: 70%;
  max-height: 800px;
  position: relative;
  bottom: 10%;
}
#splash.gradation #ptn2 {
  width: 40%;
  max-height: 600px;
  position: relative;
  bottom: 17%;
}
@media (max-width: 767px) {
  #splash.gradation #ptn2 {
    width: 60%;
    bottom: 10%;
  }
}
#splash.gradation .box {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}

/*IE11*/
#splash_text svg {
  height: 2px;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
/*--- NEWS／INTRO ---*/
.news_label {
  position: absolute;
  top: -27px;
  left: 0;
  z-index: 3;
  width: 50%;
}
@media (max-width: 767px) {
  .news_label {
    width: 90%;
  }
}

/*--- COMMON ---*/
.mincho {
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
}

.lang_tcn {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif !important;
}
.lang_tcn .mincho {
  font-family: "Noto Serif TC", "Noto Serif", serif !important;
  font-weight: 600 !important;
}

.lang_cn {
  font-family: "Noto Sans SC", "Noto Sans", sans-serif !important;
}
.lang_cn .mincho {
  font-family: "Noto Serif SC", "Noto Serif", serif !important;
}

.lang_kr {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif !important;
}
.lang_kr .mincho {
  font-family: "Noto Serif KR", "Noto Serif", serif !important;
}

.lang_th {
  font-family: "Noto Sans Thai", "Noto Sans", sans-serif !important;
}
.lang_th .mincho {
  font-family: "Noto Serif Thai", "Noto Serif", serif !important;
}

.cm_label, .point_label, .bn_label, .bnrarea_label {
  margin-bottom: 2.5em;
}
@media (max-width: 767px) {
  .cm_label, .point_label, .bn_label, .bnrarea_label {
    margin-bottom: 1em;
  }
}

/*--- PICK UP ---*/
.cm_wrap .read {
  text-align: center;
  margin-bottom: 3em;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .cm_wrap .read {
    padding-bottom: 1em;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .point_flex_item_label img {
    width: 96%;
    max-width: 100%;
    margin: 0 4%;
  }
}

/* accordion */
.ac {
  margin: 2em auto;
}

.ac-label {
  cursor: pointer;
  text-align: center;
  position: relative;
  border: 1px solid #afabab;
  -webkit-box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 2em;
  padding: 0.5em;
}
.ac-label .icon-wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 38px;
  height: 38px;
}
.ac-label .icon-wrap .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ac-label .icon-wrap .icon:before {
  position: absolute;
  content: "";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #c9a062;
  top: 46%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.ac-label .icon-wrap .icon.open:before {
  top: 56%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.ac-label .cm_box_title_sub {
  margin-bottom: 0;
}

.ac-content {
  display: none;
  padding: 1em auto;
}

.txt-thanks {
  padding: 0 0 30px;
}
.txt-thanks p {
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .txt-thanks p {
    text-align: left;
    font-size: 1.4rem;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.txt-left {
  text-align: left !important;
}

.mt-m2 {
  margin-top: -20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.p-pickup__slider {
  position: relative;
  width: 1120px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-pickup__slider {
    width: 100%;
    margin-top: 25px;
  }
}

.p-pickup__slider__item__img {
  padding: 20px;
}
.p-pickup__slider__item__img img {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(5, 2, 7, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(5, 2, 7, 0.1);
}
.p-pickup__slider__item__img a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-pickup__slider__item__img a:hover {
  opacity: 0.7;
}

.p-pickup__arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .p-pickup__arrow {
    width: 15px;
  }
}
.p-pickup__arrow.prev-arrow {
  left: -40px;
}
@media (max-width: 767px) {
  .p-pickup__arrow.prev-arrow {
    left: 2px;
  }
}
.p-pickup__arrow.next-arrow {
  right: -40px;
}
@media (max-width: 767px) {
  .p-pickup__arrow.next-arrow {
    right: 2px;
  }
}

.p-about__wrap {
  padding-top: 160px;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-about__wrap {
    padding-top: 80px;
    z-index: 3;
  }
}
.p-about__wrap .btn_midokoro {
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-about__wrap .btn_midokoro {
    width: 85%;
    margin: 0 auto -1px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-about__wrap .btn_midokoro a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.p-about__wrap + .p-guide__wrap {
  padding-top: 160px;
}
@media (max-width: 767px) {
  .p-about__wrap + .p-guide__wrap {
    padding-top: 80px;
  }
}

.p-guide__wrap {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 767px) {
  .p-guide__wrap {
    padding-bottom: 80px;
    z-index: 3;
    background-color: #fff;
  }
}
.p-guide__wrap .btn {
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-guide__wrap .btn.btn_reverse {
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .p-guide__wrap .btn.btn_reverse a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .p-guide__wrap .btn.btn_gold {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-guide__wrap .btn.btn_gold a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.p-about__item {
  padding-right: 4%;
  padding-left: 3%;
  width: 45.3%;
  min-width: 580px;
}
@media (max-width: 1440px) {
  .p-about__item {
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media (max-width: 767px) {
  .p-about__item {
    min-width: auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-about__photo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .p-about__photo {
    width: 90%;
    margin-right: 0;
    margin-bottom: 36px;
    margin-left: auto;
  }
}
.p-about__photo img {
  width: 100%;
}

.p-guide__item {
  padding-right: 3%;
  padding-left: 3%;
  width: 45.3%;
  min-width: 580px;
}
@media (max-width: 1440px) {
  .p-guide__item {
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media (max-width: 767px) {
  .p-guide__item {
    min-width: auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-guide__photo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .p-guide__photo {
    width: 90%;
    margin-bottom: 36px;
  }
}
.p-guide__photo img {
  width: 100%;
}

.p-about__label,
.p-guide__label {
  font-size: 3rem;
  font-weight: 700;
  color: #d5d3bc;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  .p-about__label,
  .p-guide__label {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-about__label,
  .p-guide__label {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}

.p-about__title,
.p-guide__title {
  font-size: min(2.3vw, 4.4rem);
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 59px;
}
@media (max-width: 1440px) {
  .p-about__title,
  .p-guide__title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .p-about__title,
  .p-guide__title {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 1.36;
    margin-bottom: 36px;
  }
}

.p-about__title {
  margin-bottom: 49px;
}
@media (max-width: 767px) {
  .p-about__title {
    margin-bottom: 36px;
  }
}

.p-about__text {
  font-size: 2rem;
  font-weight: 400;
  color: #333;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .p-about__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-about__text {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 30px;
  }
}

.p-guide__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .p-guide__flex {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .p-guide__flex {
    display: block;
  }
}

.p-guide__unit {
  width: 47.8%;
}
@media (max-width: 767px) {
  .p-guide__unit {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-guide__unit:last-child {
  margin-bottom: 0;
}
.p-guide__unit .btn {
  width: 100%;
  font-size: 1.5rem;
}
@media (max-width: 1440px) {
  .p-guide__unit .btn {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .p-guide__unit .btn {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2rem;
  }
}
.p-guide__unit .btn_basic {
  margin: 0;
}
@media (max-width: 767px) {
  .p-guide__unit .btn_basic {
    margin-right: auto;
    margin-left: auto;
  }
}

.p-guide__info {
  background-color: #f7f7f7;
  padding-top: 55px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .p-guide__info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-guide__sub {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 1440px) {
  .p-guide__sub {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .p-guide__sub {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}

.p-guide__btn {
  width: 380px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-guide__btn {
    width: 85%;
  }
}
.p-guide__btn .btn {
  width: 100%;
}
.p-guide__btn .btn_basic {
  margin: 0;
}
@media (max-width: 767px) {
  .p-guide__btn .btn_basic {
    margin-right: auto;
    margin-left: auto;
  }
}

.p-index-cafe__wrap {
  position: relative;
  z-index: 10;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-index-cafe__wrap {
    z-index: 3;
  }
}
.p-index-cafe__wrap::before, .p-index-cafe__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .p-index-cafe__wrap::before, .p-index-cafe__wrap::after {
    height: 30px;
  }
}
.p-index-cafe__wrap::before {
  background-image: url(../img/index/cafe_bg.gif?2023);
  background-position: center top;
}
.p-index-cafe__wrap::after {
  background-image: url(../img/index/cafe_bg.gif?2023);
  background-position: center bottom;
}

.p-index-cafe__inner {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .p-index-cafe__inner {
    padding-bottom: 30px;
  }
}

.p-index-cafe__mv {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-index-cafe__mv {
    margin-bottom: 40px;
  }
}
.p-index-cafe__mv .wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-index-cafe__mv img {
  display: block;
  margin: 0 auto;
}

.p-index-cafe__label {
  position: absolute;
  top: -30px;
  right: 5px;
  width: 17.7vw;
  min-width: 200px;
}
@media (max-width: 767px) {
  .p-index-cafe__label {
    min-width: inherit;
    top: -19px;
    right: -5px;
    width: 32.4%;
  }
}
.p-index-cafe__label img {
  display: block;
}

.p-index-cafe__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-index-cafe__flex {
    display: block;
    margin-bottom: 40px;
  }
}

.p-index-cafe__unit {
  width: 380px;
  margin-right: 28px;
  margin-left: 28px;
}
@media (max-width: 767px) {
  .p-index-cafe__unit {
    width: 76%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
.p-index-cafe__unit:last-child {
  margin-bottom: 0;
}
.p-index-cafe__unit .btn {
  width: 100%;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-index-cafe__unit .btn {
    font-size: 1.5rem;
  }
}
.p-index-cafe__unit .btn_basic {
  margin: 0;
}
@media (max-width: 767px) {
  .p-index-cafe__unit .btn_basic {
    margin-right: auto;
    margin-left: auto;
  }
}

.link_cafelogo {
  width: 140px;
  margin: 0 auto 40px;
  display: block;
}
@media (max-width: 767px) {
  .link_cafelogo {
    width: 120px;
    margin: 0 auto 20px;
  }
}

.p-index-cafe__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-index-cafe__item {
  width: 360px;
  height: 360px;
  margin-right: 60px;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-index-cafe__item {
    width: 40vw;
    height: 40vw;
    margin-right: 4vw;
    margin-bottom: 4vw;
  }
}
.p-index-cafe__item:nth-of-type(3n), .p-index-cafe__item:nth-of-type(6n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .p-index-cafe__item:nth-of-type(3n), .p-index-cafe__item:nth-of-type(6n) {
    margin-right: 4vw;
  }
}
@media (max-width: 767px) {
  .p-index-cafe__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-index-cafe__item:nth-last-child(1), .p-index-cafe__item:nth-last-child(2), .p-index-cafe__item:nth-last-child(3) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-index-cafe__item:nth-last-child(3) {
    margin-bottom: 4vw;
  }
}
.p-index-cafe__item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.p-index-cafe__item a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.p-index-cafe__item a.link_none {
  pointer-events: none;
}
.p-index-cafe__item a.link_none .p-index-cafe__item-label {
  line-height: 1.5;
}
.p-index-cafe__item img {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}

.p-index-cafe__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-index-cafe__item-label span {
  font-size: 75%;
}
@media (max-width: 767px) {
  .p-index-cafe__item-label {
    font-size: 1.2rem;
  }
}

.p-news__wrap {
  padding: 90px 0 0;
}
@media (max-width: 767px) {
  .p-news__wrap {
    padding: 40px 0;
  }
}
.p-news__wrap .wrap {
  width: 1050px;
}
@media (max-width: 767px) {
  .p-news__wrap .wrap {
    width: 100%;
    padding: 0 5%;
  }
}
.p-news__wrap .news_wrap {
  position: absolute;
  z-index: 3;
  top: -150px;
  left: 0;
}
@media (max-width: 767px) {
  .p-news__wrap .news_wrap {
    top: -155px;
  }
}
.p-news__wrap .news_inner {
  margin-left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 767px) {
  .p-news__wrap .news_inner {
    width: 90%;
  }
}
.p-news__wrap .news_label {
  position: absolute;
  top: -27px;
  left: 0;
  z-index: 3;
  width: 50%;
}
@media (max-width: 767px) {
  .p-news__wrap .news_label {
    width: 90%;
  }
}
.p-news__wrap .news_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-news__wrap .news_flex {
    display: block;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
  }
}
.p-news__wrap .c-news__title {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-right: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .p-news__wrap .c-news__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-right: none;
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
  }
}
.p-news__wrap .c-news__name {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding-right: 38px;
  padding-left: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-news__wrap .c-news__name {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-news__wrap .c-news__name img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-news__wrap .c-news__name img {
    width: 55px;
  }
}
.p-news__wrap .c-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .p-news__wrap .c-news__link {
    margin-top: 0;
  }
}
.p-news__wrap .c-news__link a {
  padding-right: 30px;
}
.p-news__wrap .c-news__link a::after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  border-bottom: 1px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: skew(60deg);
          transform: skew(60deg);
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 1;
  margin-top: -3px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.p-news__wrap .news_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 228px;
  -webkit-overflow-scrolling: touch;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .p-news__wrap .news_content {
    height: 172px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.p-news__wrap .news_list {
  position: relative;
  height: 100%;
}
.p-news__wrap .news_list_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 20px);
  border-bottom: 1px solid #ececec;
}
.p-news__wrap .news_list_item span,
.p-news__wrap .news_list_item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .p-news__wrap .news_list_item span,
  .p-news__wrap .news_list_item a {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .p-news__wrap .news_list_date {
    margin-right: 0;
    font-size: 1.3rem;
    margin-bottom: 1px;
  }
}
.p-news__wrap a > .news_list_text {
  text-decoration: none;
}
.p-news__wrap a:hover > .news_list_text {
  text-decoration: none;
}

.news_pager ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news_pager ol li {
  display: inline-block;
  margin: 60px 20px 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #666;
}
.news_pager ol li.current {
  pointer-events: none;
  background: #333;
}
.news_pager ol li:hover {
  background: #333;
}
.news_pager ol li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

.news_list_text {
  width: calc(100% - 130px);
}
@media (max-width: 767px) {
  .news_list_text {
    width: 100%;
  }
}

.news_list_date {
  margin-right: 20px;
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news_list_text .new {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
  padding: 4px 10px 7px;
  background-color: #a5a067;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}
.news_list_text .important {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  background: #b14444;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 3px;
  white-space: nowrap;
}
.news_list_text .repost {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  background: #b14444;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 10px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .news_list_text .new {
    font-size: 1rem;
    padding: 3px 5px 4px;
  }
  .news_list_text .important {
    font-size: 1rem;
    line-height: 1.1;
    padding: 3px 6px;
  }
  .news_list_text .repost {
    font-size: 1rem;
    line-height: 1.1;
    padding: 3px 6px;
  }
}

.news_list_text.attention {
  color: #b14444;
}
.news_list_text .pdf {
  display: inline;
  margin-left: 5px;
}
.news_list_text .pdf img {
  width: 20px;
  height: auto;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .news_list_text .pdf img {
    width: 15px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .news_list_text {
    margin-left: 5px;
  }
}

.p-sitemap__wrap {
  padding: 90px 0 0;
}
@media (max-width: 767px) {
  .p-sitemap__wrap {
    padding: 40px 0;
  }
}
.p-sitemap__wrap .wrap {
  width: 1050px;
}
@media (max-width: 767px) {
  .p-sitemap__wrap .wrap {
    width: 100%;
    padding: 0 5%;
  }
}
.p-sitemap__wrap .sitemap_wrap {
  position: absolute;
  z-index: 3;
  top: -150px;
  left: 0;
}
@media (max-width: 767px) {
  .p-sitemap__wrap .sitemap_wrap {
    top: -155px;
  }
}

.p-sitemap__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
}
.p-sitemap__index .p-sitemap__index-inner {
  width: calc(50% - 30px);
}
@media (max-width: 767px) {
  .p-sitemap__index {
    display: block;
  }
  .p-sitemap__index .p-sitemap__index-inner {
    width: 100%;
  }
}

.sitemap_list__title {
  font-size: 2.4rem;
  width: 100%;
  color: #221614;
  border-bottom: solid 1px #221614;
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif Thai", serif;
  padding: 20px 0 10px;
  margin-bottom: 10px;
}
.sitemap_list__title a:hover {
  opacity: 0.7;
}

.directory_list + .directory_list {
  margin-top: 20px;
}

.subdirectory_list li {
  padding: 10px 0 10px 20px;
  font-size: 1.8rem;
  position: relative;
}
.subdirectory_list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%) rotate(45deg);
          transform: translate(-50%) rotate(45deg);
}
.subdirectory_list li a:hover {
  text-decoration: underline;
}

.sitemap_list_other {
  margin-top: 40px;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.u-color__wh {
  color: #fff;
}

.u-color__black {
  color: #fff;
}

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

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

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

br.pc_only {
  display: inline-block;
}
@media (max-width: 767px) {
  br.pc_only {
    display: none;
  }
}
br.sp_only {
  display: none;
}
@media (max-width: 767px) {
  br.sp_only {
    display: inline-block;
  }
}