@charset "UTF-8";
/*
Theme Name: The JOHNSON STORE
Version: 1.0

*/
/*--------------------------------------------------------------------------
   reset
   --------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 0;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

blockquote,
q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

img {
  border: 0;
  vertical-align: top;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
table,
tbody,
th,
td,
a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------
変数
-------------------------------*/
@media (min-width: 769px) {
  .pc {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}
@-webkit-keyframes closeBtn {
  0% {
    opacity: 0.4;
  }
  1% {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
}
@keyframes closeBtn {
  0% {
    opacity: 0.4;
  }
  1% {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
}

:root {
  --l-width: 1480px;
}
/*--------------------------------------------------------------------------
 *   default;
 *---------------------------------------------------------------------------*/
/*-----------------------
  fonts
  -----------------------*/
@font-face {
  font-family: "URWDIN";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/URWDIN-Regular.woff") format("woff");
}
@font-face {
  font-family: "URWDIN";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/URWDIN-Medium.woff") format("woff");
}
@font-face {
  font-family: "URWDIN";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/URWDIN-Bold.woff") format("woff");
}
/*--------------------------------------------------------------------------
 *	 html, body, etc;
 *---------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  letter-spacing: 0;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  color: #000;
  line-height: 1.6;
}

body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  letter-spacing: 0;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  color: #000;
  line-height: 1.6;
  font-size: 1.5rem;
  position: relative;
}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::-moz-selection {
  color: #787d82;
  background: #e6e6eb;
}
*::-moz-selection,
*::selection,
*::-moz-selection {
  color: #787d82;
  background: #e6e6eb;
}

img {
  display: block;
}

/*--------------------------------------------------------------------------
 *	 base link;
 *---------------------------------------------------------------------------*/
a {
  outline: none;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #000;
}
a:link,
a:visited {
  text-decoration: none;
}

svg {
  display: block;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* form reset */
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*-------------------------------
WordPressエディタのデフォルト設定
--------------------------------*/
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.l-inner {
  margin: 0 auto;
}

@media (min-width: 769px) {
  .l-inner {
    width: 1480px;
  }
}
.l-content {
  width: 100%;
  min-width: var(--l-width);
  overflow: hidden;
  padding-top: 90px;
}

@media (max-width: 768px) {
  .l-content {
    min-width: 320px;
    padding-top: 65px;
  }
  .l-content.active {
    position: relative;
  }
  .l-content.active::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    top: 0;
    left: 0;
  }
}
.lower .mv {
  height: 500px;
  background: #e9e9e9 center center no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.lower h1 svg {
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
}
.lower.page-inzone .mv {
  background-image: url(images/lower/mv01.jpg);
}
.lower.page-inzone h1 {
  width: 360px;
}
.lower.page-nss .mv {
  background-image: url(images/lower/mv02.jpg);
}
.lower.page-nss h1 {
  width: 537px;
}
.lower.page-tea .mv {
  background-image: url(images/lower/mv03.jpg);
}
.lower.page-tea h1 {
  width: 610px;
}
.lower.page-room .mv {
  background-image: url(images/lower/mv04.jpg);
}
.lower.page-room h1 {
  width: 298px;
}
.lower.page-workshop .mv {
  background-image: url(images/lower/mv05.jpg);
}
.lower.page-workshop h1 {
  width: 534px;
}
.lower.page-curation .mv {
  background-image: url(images/lower/mv06.jpg);
}
.lower.page-curation h1 {
  width: 566px;
}

@media (max-width: 768px) {
  .lower .mv {
    height: 225px;
  }
}
@media (max-width: 768px) {
  .lower.page-inzone h1 {
    width: 54%;
  }
}
@media (max-width: 768px) {
  .lower.page-nss h1 {
    width: 58%;
  }
}
@media (max-width: 768px) {
  .lower.page-tea h1 {
    width: 62%;
  }
}
@media (max-width: 768px) {
  .lower.page-room h1 {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .lower.page-workshop h1 {
    width: 46%;
  }
}
@media (max-width: 768px) {
  .lower.page-curation h1 {
    width: 72%;
  }
}
.l-header {
  min-width: var(--l-width);
  padding: 0 60px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
}

@media (max-width: 768px) {
  .l-header {
    background-color: transparent;
    min-width: 320px;
    padding: 0 28px;
  }
  .l-header.scroll {
    background-color: #fff;
  }
}
.l-footer {
  min-width: var(--l-width);
  position: relative;
  border-top: 1px solid #e9e9e9;
}
.l-footer .pageTop {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 45px;
  right: 40px;
}
.l-footer .pageTop a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #000;
  border-radius: 50%;
  overflow: hidden;
}
.l-footer .pageTop a:hover {
  background-color: #000;
  color: #fff;
}
.l-footer .pageTop a:hover svg {
  fill: #fff;
}
.l-footer .pageTop a svg {
  width: 12px;
  height: 9px;
  margin: 10px 0 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .l-footer {
    min-width: 320px;
  }
}
@media (max-width: 768px) {
  .l-footer .pageTop {
    width: 27px;
    height: 27px;
    top: 30px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .l-footer .pageTop a {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .l-footer .pageTop a svg {
    width: 9px;
    height: 6px;
    margin: 5px auto;
  }
}
.un_access {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.un_access .un_access_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 167px;
}
.un_access .un_access_inner {
  margin: 0 0 6px auto;
}

@media (max-width: 768px) {
  .un_access .un_access_desc {
    display: block;
    padding: 0;
  }
}
.accessBox {
  width: 100%;
}
.accessBox p,
.accessBox a {
  color: #fff;
}
.accessBox .section-col2__inner {
  margin: 0 0 0 auto;
}

@media (max-width: 768px) {
  .accessBox {
    width: 100%;
    padding: 40px 0 0;
  }
}
@media (max-width: 768px) {
  .accessBox .section-col2__inner {
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    /* align-items: center; */
  }
}
.accessBox__ttl {
  height: 58px;
  margin: 0 0 18px;
}
.accessBox__ttl img {
  height: 75%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .accessBox__ttl {
    height: 35px;
    margin: 0 0 17px;
  }
}

.accessBox__shop-container {
  display: flex;
  width: 100%;
  column-gap: 80px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .accessBox__shop-container {
    display: grid;
    row-gap: 40px;
  }
}

@media (max-width: 768px) {
  .accessBox__textaria {
    padding: 0 24px;
  }
}

.accessBox__shop-ttl {
  margin-bottom: 12px;
}

.accessBox__desc {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.accessBox__desc.small {
  font-size: 14px;
  margin: 0;
}

.accessBox__descTxt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .accessBox__descTxt {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
.accessBox__descTxt__small {
  display: block;
  line-height: 1.8;
  font-size: 11px;
  letter-spacing: 2.2px;
}

@media (max-width: 768px) {
  .accessBox__descTxt__small {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.1px;
  }
}
@media (max-width: 768px) {
  .accessBox__desc.small {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .accessBox__desc {
    width: 100%;
    font-size: 1.4rem;
    text-align: left;
    margin: 0;
    letter-spacing: 0.5px;
  }
}
.accessBox__info {
  margin: 0 0 20px 0;
}
.accessBox__info p {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1;
  margin: 0 0 8px;
}
.accessBox__info p.tel .name {
  margin: 0 8px 0 0;
}
.accessBox__info p.tel .desc {
  letter-spacing: 0;
}
.accessBox__info p.time .name {
  margin: 0 10px 0 0;
}
.accessBox__info p.time .desc {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .accessBox__info {
    margin: 0 auto 8px 0;
  }
}
.accessBox_img {
  display: block;
  width: 78%;
  margin: 24px auto 0;
}
.accessBox_img img {
  width: 100%;
}

.ngs-mt {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .ngs-mt {
    margin-top: 28px;
  }
}

@media (max-width: 768px) {
  .accessBox_img {
    width: 100%;
  }
  .accessBox_img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .accessBox__info p.time .desc {
    font-size: 1.3rem;
  }
}
.accessBox__info p .icon {
  width: 17px;
  margin: 0 8px 0 0;
}
.accessBox__info p .name {
  font-size: 1.6rem;
  font-weight: 600;
}
.accessBox__info p .desc {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.accessBox__info p .sub {
  font-size: 1.4rem;
  margin: 0;
}

@media (max-width: 768px) {
  .accessBox__info p .icon {
    width: 16px;
  }
}
@media (max-width: 768px) {
  .accessBox__info p .name {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .accessBox__info p .desc {
    font-size: 2.2rem;
  }
  .accessBox__info p.time .name {
    margin: 0 6px 0 0;
  }
}
.accessBox__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.accessBox__detail p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accessBox__detail p:first-child {
  margin-right: 30px;
}
.accessBox__detail p .icon {
  width: 22px;
  margin-right: 4px;
}
.accessBox__detail p.tel .name {
  margin-right: 15px;
}
.accessBox__detail p.tel .desc {
  letter-spacing: -1px;
}
.accessBox__detail p.time {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.accessBox__detail p.time .name {
  margin-right: 14px;
}
.accessBox__detail p.time .desc {
  letter-spacing: 0;
}
.accessBox__detail p .sub {
  margin-left: 0;
}

@media (max-width: 768px) {
  .accessBox__detail {
    position: absolute;
    bottom: -69px;
    left: 0;
  }
}
@media (max-width: 768px) {
  .accessBox__detail p:first-child {
    margin: 0 0 10px;
  }
}
@media (max-width: 768px) {
  .accessBox__detail p .icon {
    width: 18px;
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .accessBox__detail p.tel .desc {
    letter-spacing: 0px;
  }
}
@media (max-width: 768px) {
  .accessBox__detail p.time {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.breadcrumbs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.breadcrumbs > span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.breadcrumbs > span:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 13px 0 9px;
}
.breadcrumbs > span:nth-of-type(1):before {
  content: none;
}
.breadcrumbs a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.breadcrumbs a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
@media (max-width: 768px) {
  .captionBox {
    width: calc(100% - 40px);
    margin: 0 auto 30px;
  }
}
@media (max-width: 768px) {
  .captionBox.shiftUnit {
    width: 100%;
    padding: 37px 25px;
    margin: 0;
  }
  .captionBox.shiftUnit:nth-of-type(2) {
    background-color: #e9e9e9;
  }
}
@media (max-width: 768px) {
  .captionBox.shiftUnit .captionBox__ttl {
    height: 18px;
    margin: 22px 0 10px;
  }
}
.captionBox__wrap {
  width: 1480px;
  margin: 0 auto 45px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .captionBox__wrap {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }
}
.captionBox__ph {
  position: relative;
  margin: 0 0 36px;
}
.captionBox__ph img {
  width: 100%;
}

@media (max-width: 768px) {
  .captionBox__ph {
    margin: 0 0 25px;
  }
}
.captionBox__ttl {
  position: absolute;
  height: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.captionBox__ttl img {
  height: 100%;
}

@media (max-width: 768px) {
  .captionBox__ttl {
    height: 30px;
  }
}
.captionBox__copy {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 16px;
}

@media (max-width: 768px) {
  .captionBox__copy {
    font-size: 1.6rem;
  }
}
.captionBox__desc {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .captionBox__desc {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .captionBox .linkBtn {
    width: 178px;
    height: 37px;
  }
  .captionBox .linkBtn a {
    font-size: 1.4rem;
  }
  .captionBox .linkBtn a .linkArrow {
    width: 6px;
  }
}
@media (max-width: 768px) {
  .shiftUnit__wrap {
    margin: 0;
  }
}
.catList {
  width: 240px;
  border: 1px solid #000;
  position: relative;
  z-index: 4;
}

.catList__head {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 0 0 16px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.catList__head.active .linkArrow {
  -webkit-transform: rotate(-90deg) scale(0.8);
  transform: rotate(-90deg) scale(0.8);
}
.catList__head .linkArrow {
  -webkit-transform: rotate(90deg) scale(0.8);
  transform: rotate(90deg) scale(0.8);
}

@media (max-width: 768px) {
  .catList__head {
    font-size: 1.7rem;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .catList__head.active .linkArrow {
    -webkit-transform: rotate(-90deg) scale(1.1);
    transform: rotate(-90deg) scale(1.1);
  }
}
@media (max-width: 768px) {
  .catList__head .linkArrow {
    -webkit-transform: rotate(90deg) scale(1.1);
    transform: rotate(90deg) scale(1.1);
  }
}
.catList__list {
  width: 240px;
  position: absolute;
  left: -1px;
  top: 39px;
  display: none;
  border: 1px solid #000;
  border-top: none;
}

@media (max-width: 768px) {
  .catList__list {
    top: 49px;
  }
}
.catList li {
  width: 100%;
  height: 40px;
  border-top: 1px solid #fff;
}
.catList li:first-child {
  border-top-color: #000;
}
.catList a {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.005em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 0 16px;
  color: #fff;
  background-color: #000;
}
.catList a > span {
  position: relative;
  z-index: 2;
}
.catList a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.catList a .linkArrow {
  fill: #fff;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.catList .linkArrow {
  position: absolute;
  width: 10px;
  z-index: 2;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

@media (max-width: 768px) {
  .catList li {
    height: 50px;
  }
}
@media (max-width: 768px) {
  .catList a {
    font-size: 1.7rem;
  }
}
@media (min-width: 769px) {
  .catList a:hover {
    color: #000;
  }
  .catList a:hover:before {
    height: 100%;
  }
  .catList a:hover .linkArrow {
    fill: #000;
  }
}
@media (max-width: 768px) {
  .catList a .linkArrow {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .catList .linkArrow {
    width: 8px;
    right: 14px;
  }
}
.companyInfo {
  background: url(images/top/company_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 120px 0;
  min-width: 1280px;
}
.companyInfo p {
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.companyInfo img {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .companyInfo {
    min-width: 320px;
    padding: 56px 0;
  }
}
@media (max-width: 768px) {
  .companyInfo__inner {
    padding: 0 40px;
    max-width: 530px;
    margin: 0 auto;
  }
}
.companyInfo__ttl {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.companyInfo__ttl span {
  display: block;
}
.companyInfo__ttl a {
  display: inline-block;
}
.companyInfo__ttl a:hover {
  opacity: 0.7;
}
.companyInfo__ttl img {
  height: 40px;
  margin-top: 18px;
}

@media (max-width: 768px) {
  .companyInfo__ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .companyInfo__ttl img {
    height: 23px;
    margin-top: 7px;
  }
}
.companyInfo__desc {
  margin: 0 0 40px;
}

@media (max-width: 768px) {
  .companyInfo__desc {
    margin: 0 0 30px;
  }
}
.companyInfo .content-img {
  width: 868px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .companyInfo .content-img {
    width: 100%;
  }
}
.contactForm__inner {
  width: 1040px;
  margin: 0 auto;
  padding: 80px 90px 60px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .contactForm__inner {
    width: 100%;
    padding: 0;
  }
}
.contactForm__content {
  background-color: #e9e9e9;
  padding: 60px 130px 60px 50px;
}

@media (max-width: 768px) {
  .contactForm__content {
    padding: 40px 25px 0;
    background-color: transparent;
  }
}
.contactForm__ttl {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 40px;
}

@media (max-width: 768px) {
  .contactForm__ttl {
    text-align: center;
    font-size: 1.9rem;
  }
}
.contactForm table {
  width: 100%;
}
.contactForm tr.required th p:after {
  content: "必須";
  padding: 3px 8px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #e30000;
  margin: 0 0 0 10px;
}
.contactForm th {
  vertical-align: top;
}
.contactForm th p {
  text-align: left;
  font-size: 1.6rem;
  display: block;
  width: 215px;
  padding: 10px 0 0;
}
.contactForm th p > span {
  margin: 0 -0.7em 0 -0.3em;
}
.contactForm td {
  display: block;
  margin: 0 0 18px;
}
.contactForm td.col2 input {
  width: 224px;
}
.contactForm td.col2 > *:first-of-type {
  margin: 0 16px 0 0;
}
.contactForm td input {
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
  font-size: 1.4rem;
  width: 100%;
}
.contactForm td input:placeholder {
  color: #808080;
}
.contactForm td textarea {
  resize: none;
  width: 100%;
  height: 180px;
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
}

@media (max-width: 768px) {
  .contactForm tr {
    display: block;
  }
}
@media (max-width: 768px) {
  .contactForm tr.required th p:after {
    font-size: 1.1rem;
  }
}
@media (min-width: 769px) {
  .contactForm tr.tel input {
    width: 330px;
  }
}
@media (max-width: 768px) {
  .contactForm th {
    display: block;
    margin: 0 0 12px;
  }
}
@media (max-width: 768px) {
  .contactForm th p {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .contactForm td {
    margin: 0 0 12px;
  }
}
@media (max-width: 768px) {
  .contactForm td.col2 input {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contactForm td.col2 > *:first-of-type {
    display: block;
    margin: 0 0 10px;
  }
}
@media (max-width: 768px) {
  .contactForm td input {
    background-color: #e9e9e9;
    border-radius: 5px;
  }
}
@media (max-width: 768px) {
  .contactForm td textarea {
    background-color: #e9e9e9;
    border-radius: 5px;
    height: 145px;
  }
}
.contactForm__submit {
  width: 240px;
  height: 50px;
  position: relative;
  margin: 40px auto 30px;
  z-index: 1;
}
.contactForm__submit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.contactForm__submit:hover:before {
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.contactForm__submit:hover input {
  color: #000;
}
.contactForm__submit:hover .linkArrow {
  fill: #000;
}
.contactForm__submit input {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #fff;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contactForm__submit .linkArrow {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
  z-index: 2;
}

@media (max-width: 768px) {
  .contactForm__submit {
    width: 230px;
    height: 46px;
    margin: 30px auto 0;
  }
}
@media (max-width: 768px) {
  .contactForm__submit input {
    font-size: 1.4rem;
  }
}
.contactForm__smallText p {
  font-size: 1.4rem;
  font-weight: 500;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0 0 12px;
}
.contactForm__smallText .tel {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 24px 0 0;
  letter-spacing: 0.06em;
}
.contactForm__smallText .mail {
  font-weight: 600;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  letter-spacing: 0.02em;
}
.contactForm__smallText .mail:before {
  content: "";
  width: 18px;
  height: 14px;
  display: block;
  background: url(images/common/icon_mail.svg) center center no-repeat;
  background-size: 95%;
  margin: 0 8px 0 0;
}

@media (max-width: 768px) {
  .contactForm__smallText p {
    font-size: 1.6rem;
    display: block;
  }
}
@media (max-width: 768px) {
  .contactForm__smallText .info {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .contactForm__smallText .tel {
    font-size: 1.7rem;
    display: inline-block;
    margin: 0 0 12px;
  }
  .contactForm__smallText .tel span {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .contactForm__smallText .mail {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .contactForm__smallText .mail:before {
    width: 20px;
    height: 15px;
  }
}
.eventForm__content {
  background-color: #e9e9e9;
  padding: 60px 100px 20px;
}

@media (max-width: 768px) {
  .eventForm__content {
    padding: 25px;
    margin: 40px 0 0;
  }
}
.eventForm__ttl {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 32px;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .eventForm__ttl {
    text-align: center;
    font-size: 1.9rem;
  }
}
.eventForm__target {
  display: none !important;
}

.eventForm table {
  width: 100%;
}
.eventForm tr.required th p:after {
  content: "必須";
  padding: 3px 8px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #e30000;
  margin: 0 0 0 10px;
}
.eventForm th {
  vertical-align: top;
}
.eventForm th p {
  text-align: left;
  font-size: 1.6rem;
  display: block;
  width: 284px;
  padding: 10px 0 0;
}
.eventForm th p > span {
  margin: 0 -0.7em 0 -0.3em;
}
.eventForm td {
  display: block;
  margin: 0 0 18px;
}
.eventForm td.col2 input {
  width: 224px;
}
.eventForm td.col2 > *:first-of-type {
  margin: 0 16px 0 0;
}
.eventForm td input {
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
  font-size: 1.4rem;
  width: 100%;
}
.eventForm td input:placeholder {
  color: #808080;
}
.eventForm td textarea {
  resize: none;
  width: 100%;
  height: 180px;
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
}
.eventForm td select {
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
  font-size: 1.4rem;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .eventForm tr {
    display: block;
  }
}
@media (max-width: 768px) {
  .eventForm tr.required th p:after {
    font-size: 1.1rem;
  }
}
@media (min-width: 769px) {
  .eventForm tr.tel input {
    width: 330px;
  }
}
@media (max-width: 768px) {
  .eventForm th {
    display: block;
    margin: 0 0 12px;
  }
}
@media (max-width: 768px) {
  .eventForm th p {
    font-size: 1.5rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .eventForm td {
    margin: 0 0 12px;
  }
}
@media (max-width: 768px) {
  .eventForm td.col2 input {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .eventForm td.col2 > *:first-of-type {
    display: block;
    margin: 0 0 10px;
  }
}
@media (max-width: 768px) {
  .eventForm td input {
    border-radius: 5px;
  }
}
@media (max-width: 768px) {
  .eventForm td textarea {
    border-radius: 5px;
    height: 145px;
  }
}
@media (max-width: 768px) {
  .eventForm td select {
    border-radius: 5px;
  }
}
.eventForm__saveInputData {
  margin-top: 30px;
  text-align: center;
}
.eventForm__saveInputData input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.eventForm__saveInputData label .checkbox_frame {
  position: relative;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  background-color: #fff;
  content: "";
}
.eventForm__saveInputData input:checked + label .checkbox_frame:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 10%;
  left: 35%;
  width: 35%;
  height: 65%;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  content: "";
}

.eventForm__submit {
  width: 240px;
  height: 50px;
  position: relative;
  margin: 10px auto 30px;
  z-index: 1;
}
.eventForm__submit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.eventForm__submit:hover:before {
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.eventForm__submit:hover input,
.eventForm__submit:hover a {
  color: #000;
}
.eventForm__submit:hover .linkArrow {
  fill: #000;
}
.eventForm__submit input,
.eventForm__submit a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #fff;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.eventForm__submit .linkArrow {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
  z-index: 2;
}

@media (max-width: 768px) {
  .eventForm__submit {
    width: 230px;
    height: 46px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .eventForm__submit input,
  .eventForm__submit a {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .eventForm__smallText {
    margin: 24px 0 0;
  }
}
.eventForm__smallText p {
  font-size: 1.4rem;
  font-weight: 500;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0 0 12px;
}
.eventForm__smallText .tel {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 24px 0 0;
  letter-spacing: 0.06em;
}
.eventForm__smallText .mail {
  font-weight: 600;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  letter-spacing: 0.02em;
}
.eventForm__smallText .mail:before {
  content: "";
  width: 18px;
  height: 14px;
  display: block;
  background: url(images/common/icon_mail.svg) center center no-repeat;
  background-size: 95%;
  margin: 0 8px 0 0;
}

@media (max-width: 768px) {
  .eventForm__smallText p {
    display: block;
    margin: 0 0 8px;
  }
}
@media (max-width: 768px) {
  .eventForm__smallText .info {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .eventForm__smallText .tel {
    font-size: 1.4rem;
    display: inline-block;
    margin: 0 0 12px;
  }
  .eventForm__smallText .tel span {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .eventForm__smallText .mail {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .eventForm__smallText .mail:before {
    width: 20px;
    height: 15px;
  }
}
.footNav {
  padding: 57px 40px 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 768px) {
  .footNav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 60px 0 20px;
  }
}
.footNav__left {
  width: 240px;
}

.footNav__left__foot {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 26px 0 0;
}
.footNav__left__foot p {
  font-size: 1.7rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 600;
}
.footNav__left__foot p:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #000;
  margin: 0 0 0 20px;
}

.footNav__logo {
  width: 185px;
  margin: 20px auto 0;
}
.footNav__logo a {
  display: block;
}
.footNav__logo a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .footNav__logo a img {
    max-width: 100%;
  }
}
.footNav__sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.footNav__sns a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #e5e5e6;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footNav__sns a:hover {
  background-color: #ccc;
}
.footNav__sns a img {
  max-width: 60%;
}

.footNav__right__foot {
  padding: 20px 0 0;
  text-align: right;
}
@media (min-width: 768px) {
  .footNav__right__foot {
    padding: 42px 0 0;
  }
}
.footNav__right__foot p {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: right;
}
.footNav__right__foot p.copyright {
  font-size: 1.2rem;
  color: #808080;
  margin: 10px 0 0;
  font-weight: 500;
}
.footNav__right__foot a {
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: 12px;
}
.footNav__right__foot a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footNav__right__foot p.copyright {
    font-size: 1rem;
  }
}
.footNav__nav {
  padding-right: 90px;
}
.footNav__nav > ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.footNav__nav > ul > li {
  margin: 0 0 0 36px;
}
.footNav__nav > ul > li:first-child {
  margin: 0;
}
.footNav__nav > ul > li > a {
  font-size: 1.8rem;
  font-weight: 600;
}
.footNav__nav > ul > li > a p {
  margin: 0 0 16px;
}
.footNav__nav > ul > li > p {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 16px;
  line-height: 1;
}
.footNav__nav a {
  font-size: 1.3rem;
  font-weight: 600;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footNav__nav a:hover {
  opacity: 0.7;
}
.footNav__nav a p {
  line-height: 1;
  margin: 0 0 10px;
}

.gNav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 90px;
  background-color: #fff;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .gNav {
    height: 65px;
    padding: 0;
    background-color: transparent;
  }
}
.gNav__logo {
  width: 370px;
}
.gNav__logo a {
  display: block;
}
.gNav__logo a:hover {
  opacity: 0.7;
}
.gNav__logo--home {
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 768px) {
  .gNav__logo {
    width: 190px;
  }
}
.gNav__inner,
.gNav__nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .gNav__nav {
    display: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 99;
  }
}
.gNav__link {
  height: 13px;
  margin: 0 0 0 36px;
  display: block;
}
.gNav__link > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.gNav__link.black {
  height: auto;
}
.gNav__link.black a {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 6px 12px;
  width: 37px;
  height: 37px;
  display: block;
  position: relative;
  overflow: hidden;
}
.gNav__link.black a svg {
  position: relative;
  z-index: 2;
  height: 100%;
}
.gNav__link.black a .svg-item {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.gNav__link.icon {
  height: 38px;
}
.gNav__link.shop > a:after,
.gNav__link.room > a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gNav__link img {
  height: 100%;
}

@media (max-width: 768px) {
  .gNav__link {
    margin: 0;
    border-bottom: 1px solid #ccc;
    height: auto;
  }
  .gNav__link:first-child {
    border-top: 1px solid #ccc;
  }
}
@media (max-width: 768px) {
  .gNav__link > a {
    padding: 22px 28px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .gNav__link > a img {
    height: 16px;
  }
  .gNav__link > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 13px;
    background: url(images/common/icon_arrow.svg) center center no-repeat;
    background-size: 9px 13px;
    top: 0;
    right: 28px;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (max-width: 768px) {
  .gNav__link.black {
    display: none;
  }
  .gNav__link.black a {
    height: 9px;
    width: 60px;
    padding: 6px 8px;
  }
  .gNav__link.black a:after {
    content: none;
  }
}
@media (min-width: 769px) {
  .gNav__link.black a:hover:before {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  .gNav__link.black a:hover .svg-item {
    fill: #000;
  }
}
@media (max-width: 768px) {
  .gNav__link.black a svg {
    width: 60px;
    height: 9px;
  }
}
@media (min-width: 769px) {
  .gNav__link.shop > a:hover:after,
  .gNav__link.room > a:hover:after {
    bottom: -37px;
  }
  .gNav__link.shop > a:hover + .gNav__menu,
  .gNav__link.room > a:hover + .gNav__menu {
    max-height: 9999px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 768px) {
  .gNav__link.shop > a.active:after,
  .gNav__link.room > a.active:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media (min-width: 769px) {
  .gNav__link.room .gNav__menu li {
    width: 30%;
  }
  .gNav__link.room .gNav__menu li .gNav__menu__ph {
    width: 402px;
    height: auto;
  }
  .gNav__link.shop > a:after,
  .gNav__link.room > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 100%;
    background: url(images/common/icon_arrow.svg) center center no-repeat;
    background-size: 7px 9px;
    background-position: right 15px center;
    left: 0;
    right: 0;
    bottom: -32px;
    margin: 0 auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 20px 40px 20px 0;
  }
}
.gNav__menu {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
.gNav__menu ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  column-gap: 28px;
  padding: 0px 0 60px;
  margin: 0 auto;

}
.gNav__menu a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media (max-width: 768px) {
  .gNav__menu-group {
    display: none;
  }
}

@media (min-width: 769px) {
  .gNav__menu {
    top: 90px;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, max-height 0s ease 0.3s;
    transition: opacity 0.3s ease, max-height 0s ease 0.3s;
    min-width: 1280px;
  }
  .gNav__menu li {
    width: 22.69%;
  }
  .gNav__menu:hover {
    max-height: 9999px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .gNav__menu-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    width: 1280px;
    margin: 60px auto 6px;
  }
}
.gNav__menu__store {
  font-family: "Roboto", sans-serif;
  font-size: 2.3rem;
  font-weight: bold;
}
.gNav__menu__store::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -6px;
  width: 27px;
  height: 2px;
  background-color: #fff;
  margin-right: 12px;
}

.gNav__menu__store--3 {
  width: 82%;
}

@media (max-width: 768px) {
  .gNav__menu {
    position: relative;
    display: none;
  }
}
@media (min-width: 769px) {
  .gNav__menu ul {
    width: 1300px;
  }
}
@media (max-width: 768px) {
  .gNav__menu ul {
    display: block;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .gNav__menu li a {
    padding: 16px 28px 16px 38px;
    border-top: 1px solid #c6c6c6;
    background-color: #e6e6e6;
    color: #000;
  }
}
@media (min-width: 769px) {
  .gNav__menu a:hover .gNav__menu__ttl span.el_ico-arrow {
    -webkit-transform: translate(6px, 0);
    transform: translate(6px, 0);
  }
}
.gNav__menu__ph {
  margin: 0 0 18px;
}
.gNav__menu__ph img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .gNav__menu__ph {
    margin: 0 0 8px;
  }
}

@media (max-width: 768px) {
  .gNav__menu__ph {
    display: none;
  }
}
.gNav__menu__ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
.gNav__menu__ttl span.el_ico-arrow {
  display: block;
  width: 10px;
  height: 13px;
  margin: 0 0 0 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .gNav__menu__ttl span.el_ico-arrow {
    margin: 14px 0 0 8px;
  }
}
.gNav__menu__ttl span.floor {
  width: auto;
  height: auto;
  font-size: 1.6rem;
  line-height: 1.4;
}
.gNav__menu__ttl span.floor i {
  font-style: normal;
}

@media (min-width: 768px) {
  .gNav__menu__ttl--os .el_ico-arrow {
    position: relative;
    right: -2px;
    bottom: 10px;
  }
}

@media (min-width: 768px) {
  .gNav__menu__ttl--tjb .el_ico-arrow {
    position: relative;
    right: 0px;
    bottom: -9px;
  }
}
@media (min-width: 768px) {
  .gNav__menu__ttl--nb .el_ico-arrow {
    position: relative;
    right: -2px;
    bottom: 10px;
  }
}

@media (max-width: 768px) {
  .gNav__menu__ttl {
    font-size: 1.8rem;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .gNav__menu__ttl span {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .gNav__menu__ttl span.floor {
    -webkit-transform: none;
    transform: none;
    display: inline-block;
    margin-right: 15px;
    width: auto;
    height: auto;
    margin: 0;
  }
  .gNav__menu__ttl span.floor i {
    font-size: 1.3rem;
    font-style: normal;
  }
}
.gNav__spFoot {
  padding: 25px 0 16px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 769px) {
  .gNav__spFoot {
    padding: 40px 0;
  }
}

@media (min-width: 769px) {
  .gNav__spFoot {
    display: none;
  }
}
.gNav__sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 0 8px;
}
.gNav__sns a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e5e5e6;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 6px;
}
@media (max-width: 769px) {
  .gNav__sns a {
    margin: 0 10px;
  }
}
.gNav__sns a img {
  max-width: 60%;
}

.gNav__company {
  margin-top: 20px;
}
@media (max-width: 769px) {
  .gNav__company {
    margin-top: 25px;
    letter-spacing: -0.06em;
  }
}

.gNav__company,
.gNav__privacy {
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 769px) {
  .gNav__company,
  .gNav__privacy {
    font-size: 1.6rem;
  }
}

.menu-btn {
  width: 23px;
  height: 20px;
  display: block;
  position: relative;
  margin: 0 0 0 12px;
}
.menu-btn span {
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-btn.active .menu-btn__top {
  left: 100%;
}
.menu-btn.active .menu-btn__middle:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-btn.active .menu-btn__middle:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-btn.active .menu-btn__bottom {
  right: 100%;
}

.menu-btn__top {
  left: 0px;
  right: 0px;
  -webkit-transform: translate(0, -8px);
  transform: translate(0, -8px);
  background-color: #000;
}

.menu-btn__middle {
  position: relative;
  background: none;
  width: 100%;
}
.menu-btn__middle:before,
.menu-btn__middle:after {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.menu-btn__bottom {
  left: 0px;
  right: 0px;
  -webkit-transform: translate(0, 8px);
  transform: translate(0, 8px);
  background-color: #000;
}

.iconBtn {
  width: 100%;
  max-width: 1480px;
  height: 87px;
  border: 2px solid #000;
  margin: 0 auto;
}
.iconBtn a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.iconBtn a:hover {
  background-color: #e9e9e9;
}

@media (max-width: 768px) {
  .iconBtn {
    height: 55px;
    width: calc(100% - 40px);
  }
}
.iconBtn__ttl {
  height: 30px;
  margin: 0 25px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.16;
  font-family: "Roboto", sans-serif;
}
.iconBtn__ttl img {
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .iconBtn__ttl {
    margin: 0 15px;
    font-size: 18px;
    line-height: 1.8;
  }
}
.iconBtn .linkArrow {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 10px;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: calc(52% + 120px);
  margin: auto 0;
}

@media (max-width: 768px) {
  .iconBtn .linkArrow {
    width: 7px;
    left: calc(52% + 75px);
    top: 2px;
  }
}
.latestNews {
  width: 1040px;
  margin: 70px auto 60px;
  padding: 0;
}

@media (max-width: 768px) {
  .latestNews {
    width: 100%;
    padding: 0 25px;
    margin: 10px auto 40px;
  }
}
.latestNews__head {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 12px;
}

@media (max-width: 768px) {
  .latestNews__head {
    text-align: center;
  }
}
.latestNews ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.latestNews li {
  width: 322px;
  height: 272px;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.latestNews li.finish:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}
.latestNews li.finish:after {
  content: "終了しました";
  width: 50%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #fff;
  text-align: center;
  color: #fff;
  padding: 0.6em;
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.latestNews a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .latestNews ul {
    display: block;
  }
}
@media (max-width: 768px) {
  .latestNews li {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 25px;
  }
}
@media (min-width: 769px) {
  .latestNews a:hover .latestNews__ph span {
    -webkit-transform: rotate(0.0001deg) scale(1.06);
    transform: rotate(0.0001deg) scale(1.06);
    opacity: 0.8;
  }
}
.latestNews__ph {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.latestNews__ph span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(0.0001deg);
  transform: rotate(0.0001deg);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 768px) {
  .latestNews__ph {
    width: 100%;
  }
}
.latestNews__textarea {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 14px 20px;
  min-height: 92px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .latestNews__textarea {
    background-color: #e9e9e9;
  }
}
.latestNews__ttl {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  font-weight: 600;
}

.latestNews__date {
  font-size: 1.1rem;
  line-height: 1;
  margin: 12px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.latestNews .full {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.025em;
  background-color: #ff0000;
  padding: 5px 1px 5px 5px;
  margin: 0 0 0 10px;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}

.linkBtn {
  width: 240px;
  height: 52px;
}
.linkBtn.arrowBottom a {
  cursor: pointer;
}
.linkBtn.arrowBottom .linkArrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.linkBtn.small {
  width: 132px;
  height: 42px;
}
.linkBtn.small a {
  letter-spacing: 0.1em;
}
.linkBtn.alignC {
  margin-left: auto;
  margin-right: auto;
}
.linkBtn.black a {
  color: #fff;
  background-color: #fff;
  border: none;
}
.linkBtn.black a:before {
  background-color: #000;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.linkBtn.black a:hover {
  color: #000;
}
.linkBtn.black a:hover:before {
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.linkBtn.black a:hover .linkArrow {
  fill: #000;
}
.linkBtn.black a .linkArrow {
  fill: #fff;
}
.linkBtn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 1.5rem;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.linkBtn a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.linkBtn a .linkArrow {
  position: absolute;
  width: 10px;
  z-index: 2;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .linkBtn {
    width: 216px;
    height: 45px;
  }
}
@media (max-width: 768px) {
  .linkBtn.small {
    width: 122px;
    height: 40px;
  }
}
@media (min-width: 769px) {
  .linkBtn.small a {
    border-width: 1px;
  }
}
@media (max-width: 768px) {
  .linkBtn a {
    font-size: 1.4rem;
  }
}
@media (min-width: 769px) {
  .linkBtn a:hover {
    color: #fff;
  }
  .linkBtn a:hover:before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .linkBtn a:hover .linkArrow {
    fill: #fff;
  }
}
@media (max-width: 768px) {
  .linkBtn a .linkArrow {
    width: 8px;
  }
}
/*--------------------------------
modules
-----------------------------------*/
.en {
  font-family: "URWDIN";
}

.title-deco01 {
  height: 43px;
  position: relative;
  margin: 0 0 100px;
}
.title-deco01.row2 {
  height: 78px;
}
.title-deco01:before {
  content: "";
  display: block;
  width: 125px;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  margin: 0 auto;
}
.title-deco01 img {
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .title-deco01 {
    height: 30px;
    margin: 0 0 56px;
  }
}
@media (max-width: 768px) {
  .title-deco01.row2 {
    height: 53px;
  }
}
@media (max-width: 768px) {
  .title-deco01:before {
    width: 83px;
    bottom: -18px;
  }
}
.title-deco02 {
  height: 66px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0 0 18px;
}
.title-deco02.row2 {
  height: 108px;
}
.title-deco02 img {
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .title-deco02 {
    height: 33px;
    margin: 0 0 24px;
  }
}
@media (max-width: 768px) {
  .title-deco02.row2 {
    height: 54px;
  }
}
.small-comment {
  font-size: 1.3rem;
  line-height: 1;
}

.content-img img {
  max-width: 100%;
}

.mapBox {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
  width: 100%;
}

@media (max-width: 768px) {
  .mapBox {
    width: 100%;
    height: 250px;
  }
  .mapBox iframe {
    height: 100%;
  }
}
.modal-general {
  position: fixed;
  width: 100%;
  min-width: var(--l-width);
  height: 100vh;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

@media (max-width: 768px) {
  .modal-general {
    min-width: 320px;
    min-height: 100vh;
  }
}
.modal-general__close {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.modal-general__btn {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 25px;
  right: 40px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 5;
}
.modal-general__btn:hover {
  opacity: 0.7;
}
.modal-general__btn:hover:before,
.modal-general__btn:hover:after {
  width: 85%;
}
.modal-general__btn:before,
.modal-general__btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.modal-general__btn:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-general__btn:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (max-width: 768px) {
  .modal-general__btn {
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
  }
}
.modal-general__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .modal-general__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.modal-general__content {
  width: 1480px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .modal-general__content .linkBtn a {
    font-size: 1.6rem;
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo,
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese",
      sans-serif;
  }
}

@media (max-width: 768px) {
  .modal-general__content {
    width: calc(95% - 20px);
    padding-top: 80px;
  }
  .modal-general__content .linkBtn a .linkArrow {
    right: 0;
  }
}
.modal-general__cmttl {
  width: 470px;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (max-width: 768px) {
  .modal-general__cmttl {
    width: auto;
    height: 60%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .modal-general__cmttl img {
    height: 100%;
  }
}
#modal-cm .modal-general__content {
  position: relative;
}
#modal-cm .modal-general__movie {
  width: 100%;
}
#modal-cm .modal-general__movie img {
  width: 100%;
}
#modal-cm .linkBtn.black {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 768px) {
  #modal-cm .modal-general__content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media (min-width: 769px) {
  #modal-cm .linkBtn.black {
    border-radius: 5px;
  }
}
@media (max-width: 768px) {
  #modal-cm .linkBtn.black {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -70px;
  }
  #modal-cm .linkBtn.black a {
    background-color: #fff;
    color: #000;
  }
  #modal-cm .linkBtn.black a:before {
    content: none;
  }
  #modal-cm .linkBtn.black a .linkArrow {
    fill: #000;
  }
}
#modal-concept {
  background-color: #fff;
}
#modal-concept .modal-general__btn:before,
#modal-concept .modal-general__btn:after {
  background-color: #000;
}
#modal-concept .conceptBox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 1280px;
}
#modal-concept .conceptBox__ph {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}
#modal-concept .conceptBox__textarea {
  padding: 60px 0 0;
}
#modal-concept .conceptBox__ttl {
  font-size: 3rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin: 0 0 24px;
}
#modal-concept .conceptBox__desc {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin: 0 0 70px;
}
#modal-concept .conceptBox__smalltext {
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 500;
  margin: 0 0 27px;
}
#modal-concept .conceptBox__smalltext span {
  margin: 0 -0.5em;
}
#modal-concept .linkBtn a {
  padding-right: 13px;
}
#modal-concept .content-img {
  height: 25px;
  margin: 0 0 24px;
}
#modal-concept .content-img img {
  height: 100%;
}

@media (max-width: 768px) {
  #modal-concept {
    overflow: scroll;
  }
}
@media (max-width: 768px) {
  #modal-concept .modal-general__inner {
    display: block;
    height: auto;
    padding: 60px 20px 60px;
  }
}
@media (max-width: 768px) {
  #modal-concept .conceptBox {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #modal-concept .conceptBox__ph img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #modal-concept .conceptBox__textarea {
    padding: 24px 0 0;
  }
}
@media (max-width: 768px) {
  #modal-concept .conceptBox__ttl {
    font-size: 1.8rem;
    letter-spacing: -0.05em;
    margin: 0 0 12px;
  }
}
@media (max-width: 768px) {
  #modal-concept .conceptBox__desc {
    font-size: 1.3rem;
    margin: 0 0 30px;
  }
}
@media (max-width: 768px) {
  #modal-concept .conceptBox__smalltext {
    text-align: center;
  }
}
@media (min-width: 769px) {
  #modal-concept .linkBtn {
    width: 290px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  #modal-concept .linkBtn {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #modal-concept .linkBtn a {
    padding-right: 6px;
  }
}
@media (max-width: 768px) {
  #modal-concept .content-img {
    height: 18px;
    margin: 0 0 12px;
  }
}
@media (max-width: 768px) {
  #modal-concept .content-img img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #modal-floor {
    overflow: scroll;
    height: 100vh;
  }
}
@media (max-width: 768px) {
  #modal-floor .modal-general__btn:before,
  #modal-floor .modal-general__btn:after {
    background-color: #000;
  }
}
@media (max-width: 768px) {
  #modal-floor .modal-general__inner {
    height: auto;
  }
}
#modal-floor .modal-floor__ttl {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 0 0 38px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  #modal-floor .modal-floor__ttl {
    font-size: 6.2rem;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  #modal-floor .modal-floor__ttl {
    font-size: 4rem;
    margin-left: 24px;
  }
}
#modal-floor .modal-general__content {
  padding: 42px 68px;
  background-color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  #modal-floor .modal-general__content {
    max-height: 100%;
    overflow: auto;
  }
}
#modal-floor .modal-general__floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  #modal-floor .modal-general__floor {
    overflow-y: scroll;
  }
}
@media (max-width: 768px) {
  #modal-floor .modal-general__floor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#modal-floor .modal-general__floorttl {
  width: 152px;
  padding: 0 0 18px;
  border-bottom: 3px solid #000;
  margin: 166px 0 0;
}
#modal-floor .map svg {
  width: auto;
  height: 400px;
}
@media (min-width: 768px) {
  #modal-floor .map svg {
    height: 620px;
  }
}
#modal-floor .map svg a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
#modal-floor .map svg a:hover {
  opacity: 0.1;
}
#modal-floor .map svg .svglink .hover {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#modal-floor .map svg .svglink:hover {
  opacity: 1;
}
#modal-floor .map svg .svglink:hover .hover {
  opacity: 0.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#modal-floor .floormap1F,
#modal-floor .floormap2F {
  position: relative;
}
#modal-floor .floormap1F .small,
#modal-floor .floormap2F .small {
  position: absolute;
  top: 0;
  left: 0;
}
#modal-floor .floormap1F .small img,
#modal-floor .floormap2F .small img {
  height: 26px;
  width: auto;
}
#modal-floor .floormap1F {
  width: auto;
  padding: 0 20px;
}
#modal-floor .floormap2F {
  width: auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  #modal-floor .modal-general__content {
    display: block;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    padding: 60px 0 120px;
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  #modal-floor .map svg {
    left: 40px;
    width: auto;
    height: auto;
  }
}
@media (max-width: 768px) {
  #modal-floor .floormap1F {
    position: relative;
    left: -10px;
  }
  #modal-floor .floormap1F .small,
  #modal-floor .floormap2F .small {
    left: 40px;
  }
}
@media (max-width: 768px) {
  #modal-floor .floormap1F {
    width: 100%;
    max-width: 576px;
    padding: 36px 12px 0 20px;
    margin: 0 auto 100px;
  }
}
@media (max-width: 768px) {
  #modal-floor .floormap1F svg {
    bottom: 0;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  #modal-floor .floormap2F {
    width: 100%;
    max-width: 662px;
    padding: 52px 24px 0 18px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #modal-floor .floormap2F svg {
    bottom: 0;
    width: 100%;
    height: auto;
  }
}
.pickupArea__txtBlock__category {
  display: inline-block;
  color: #fff;
  background: #000;
}

@media (min-width: 769px) {
  .section-general.pickupArea {
    padding: 84px 0 63px;
  }
  .pickupArea .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .pickupArea .l-inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    right: 0;
    width: 1380px;
    height: 100%;
    padding-bottom: 12px;
    background: #e9e9e9;
  }
  .pickupArea__title {
    position: absolute;
    top: 30px;
    left: 605px;
    width: 192px;
  }
  .pickupArea__title__link {
    pointer-events: none;
    display: block;
  }
  .pickupArea__title img {
    width: 100%;
  }
  .pickupArea__img__link {
    pointer-events: none;
    display: block;
  }
  .pickupArea__img {
    position: relative;
    width: 550px;
  }
  .pickupArea__img img {
    width: 100%;
  }
  .pickupArea__txtBlock {
    position: relative;
    width: calc(100% - 670px);
    max-width: 873px;
    margin: 116px 60px 0 57px;
  }
  .pickupArea__txtBlock__link {
    pointer-events: none;
    display: block;
  }
  .pickupArea__txtBlock__info {
    margin-bottom: 14px;
  }
  .pickupArea__txtBlock__category {
    padding: 7px 20px 4px;
    font-size: 12px;
  }
  .pickupArea__txtBlock__date {
    float: right;
    margin-top: 3px;
  }
  .pickupArea__txtBlock__title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .pickupArea__txtBlock__more.linkBtn.alignC {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .section-general.pickupArea {
    padding: 60px 0 0;
  }
  .pickupArea .l-inner {
    width: 93.0667%;
    padding-bottom: 35px;
    background: #e9e9e9;
    margin: 0 auto;
  }
  .pickupArea__title {
    width: 140px;
    margin: 0 auto 10px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  .pickupArea__title img {
    width: 100%;
  }
  .pickupArea__img {
    width: 100%;
    margin-bottom: 27px;
  }
  .pickupArea__img img {
    width: 100%;
  }
  .pickupArea__txtBlock {
    width: 85.7142%;
    margin: 0 auto;
  }
  .pickupArea__txtBlock__info {
    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: 10px;
  }
  .pickupArea__txtBlock__info::after {
    content: none;
  }
  .pickupArea__txtBlock__category {
    font-size: 9px;
    padding: 5px 12px;
  }
  .pickupArea__txtBlock__date {
    font-size: 10px;
  }
  .pickupArea__txtBlock__title {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.newsArchive {
  padding: 0 0 60px;
}
.newsArchive:first-of-type {
  padding: 0 0 50px;
}
@media (max-width: 768px) {
  .newsArchive:first-of-type {
    padding: 0 0 20px;
  }
}
.newsArchive ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsArchive li {
  width: 20%;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  max-width: 296px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.newsArchive li.finish:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}
.newsArchive li.finish:after {
  content: "終了しました";
  width: 50%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #fff;
  text-align: center;
  color: #fff;
  padding: 0.6em;
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.newsArchive a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.newsArchive--lower:first-of-type {
  padding: 0 0 60px;
}
@media (max-width: 768px) {
  .newsArchive--lower:first-of-type {
    padding: 0 0 40px;
  }
}

@media (max-width: 768px) {
  .newsArchive {
    padding: 0 0 45px;
  }
}
@media (max-width: 768px) {
  .newsArchive ul {
    display: block;
  }
}
@media (min-width: 769px) {
  .newsArchive li {
    border: 1px solid transparent;
  }
  .newsArchive li:nth-child(5n + 1) {
    border-left: none;
  }
  .newsArchive li:nth-child(5n) {
    border-right: none;
  }
}
@media (max-width: 768px) {
  .newsArchive li {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin: 10px 0;
  }
  .newsArchive li:first-child {
    border-top: 1px solid #e9e9e9;
  }
}
@media (max-width: 768px) {
  .newsArchive a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 769px) {
  .newsArchive a:hover .newsArchive__ph span {
    -webkit-transform: rotate(0.0001deg) scale(1.06);
    transform: rotate(0.0001deg) scale(1.06);
    opacity: 0.8;
  }
}
.newsArchive__ph {
  margin: 0 auto;
}
.newsArchive__ph span {
  display: block;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  height: 227px;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 769px) {
  .newsArchive__ph {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .newsArchive__ph {
    position: relative;
    width: 44%;
    min-height: 40vw;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    overflow: hidden;
  }
  .newsArchive__ph span {
    height: 100%;
  }
}
.newsArchive__category {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 14px;
}
.newsArchive__category span {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .newsArchive__category {
    position: static;
    font-size: 1rem;
    padding: 2px 7px;
    border: none;
  }
}
@media (max-width: 768px) {
  .newsArchive__category:before {
    content: none;
  }
}
.newsArchive__textarea {
  position: relative;
  background-color: rgba(233, 233, 233, 0.9);
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 25px 14px 15px;
  height: 129px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .newsArchive__textarea {
    position: relative;
    background-color: #e9e9e9;
    height: auto;
    width: 56%;
    padding: 17px 15px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.newsArchive__ttl {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  font-weight: 700;
}

@media (max-width: 768px) {
  .newsArchive__ttl {
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 9px 0 12px;
  }
}
.newsArchive__date {
  font-size: 1.4rem;
  line-height: 1;
  margin: 12px 0 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  .newsArchive__date {
    font-size: 1rem;
    margin-top: auto;
  }
}
.newsArchive .full {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.025em;
  background-color: #ff0000;
  padding: 4px 8px;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: -220px;
  right: 10px;
}

@media (max-width: 768px) {
  .newsArchive .full {
    position: static;
    display: inline-block;
    border-radius: 0;
    font-size: 0.9rem;
    margin: 5px 0 5px;
  }
}
.newsSingle {
  width: 1040px;
  margin: 0 auto;
  padding: 70px 90px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .newsSingle {
    width: 100%;
    padding: 30px 20px;
    margin: 0 auto;
    max-width: 500px;
  }
}
.newsSingle__ph {
  margin-top: 32px;
}
.newsSingle__ph img {
  width: 100%;
}

.newsSingle__ttl {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .newsSingle__ttl {
    font-size: 2.3rem;
    margin: 0 0 20px;
  }
  .newsSingle__ttl::first-line {
    line-height: 1;
  }
}
.newsSingle__smallText {
  font-size: 1.4rem;
  color: #333;
  font-weight: 600;
  padding: 4px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsSingle__smallText span {
  margin: 0 0 0 10px;
}
.newsSingle__smallText span:first-child {
  margin: 0;
}
.newsSingle__smallText span.date {
  font-size: 20px;
}
.newsSingle__smallText span.category {
  border: 1px solid #000;
  padding: 4px 10px 0;
  line-height: 1;
  margin-top: -4px;
}

@media (max-width: 768px) {
  .newsSingle__smallText {
    font-size: 1.2rem;
    padding: 3px 0 10px;
  }
}
.newsSingle__content h1,
.newsSingle__content h2,
.newsSingle__content h3,
.newsSingle__content h4,
.newsSingle__content h5,
.newsSingle__content h6 {
  font-size: 2.4rem;
  margin: 2em 0 1em;
}
.newsSingle__content p {
  margin: 2em 0;
}
.newsSingle__content blockquote {
  margin: 0;
}

@media (max-width: 768px) {
  .newsSingle__content h1,
  .newsSingle__content h2,
  .newsSingle__content h3,
  .newsSingle__content h4,
  .newsSingle__content h5,
  .newsSingle__content h6 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .newsSingle__content p {
    margin: 1.5em 0;
    font-size: 1.2rem;
  }
}
.newsSingle__table {
  width: 100%;
  margin: 0 0 60px;
}

@media (max-width: 768px) {
  .newsSingle__table {
    margin: 0;
  }
}
.newsSingle__table__ttl {
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 24px;
  font-weight: 600;
  padding: 10px 0 0;
}

@media (max-width: 768px) {
  .newsSingle__table__ttl {
    font-size: 1.6rem;
    margin: 0 0 16px;
  }
}
.newsSingle__table table {
  border: 1px solid #ccc;
  width: 100%;
}
.newsSingle__table tr p {
  padding: 14px 28px;
  letter-spacing: 0.05em;
}
.newsSingle__table tr:first-child th,
.newsSingle__table tr:first-child td {
  border: none;
}
.newsSingle__table th {
  background-color: #ccc;
  text-align: left;
  font-weight: 500;
  border-top: 1px solid #fff;
  width: 180px;
}
.newsSingle__table td {
  border-top: 1px solid #ccc;
}

@media (max-width: 768px) {
  .newsSingle__table tr p {
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .newsSingle__table th {
    width: 100%;
    display: block;
    border: none;
  }
}
@media (max-width: 768px) {
  .newsSingle__table td {
    display: block;
    border: none;
  }
}
.newsSingle .linkBtn.black {
  margin-bottom: 60px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

@media (max-width: 768px) {
  .newsSingle .linkBtn.black {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .newsSingle .linkBtn.small {
    display: none;
  }
}
.phCol-unit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 40px auto 70px;
  position: relative;
}
.phCol-unit.comingsoon {
  background-color: #000;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 340px;
  padding: 0;
}
.phCol-unit.comingsoon:before {
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  position: absolute;
  border: 2px solid #fff;
}
.phCol-unit.comingsoon .phCol-unit__ttl {
  font-size: 5rem;
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.phCol-unit.comingsoon .phCol-unit__ttl span {
  font-size: 2.6rem;
  display: block;
  margin: 12px 0 0;
}
.phCol-unit.custom {
  margin: 40px auto 0;
  padding: 0 50px;
}
.phCol-unit.custom .phCol-unit__ph {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.phCol-unit.custom .phCol-unit__textarea {
  -ms-flex: auto;
  -webkit-box-flex: 1;
  flex: auto;
}
.phCol-unit.custom .phCol-unit__ttl {
  margin: 0 0 18px;
}
.phCol-unit.custom .phCol-unit__ttl img {
  height: 46px;
}
.phCol-unit.border {
  padding: 32px;
  border: 2px solid #000;
}
.phCol-unit.border .phCol-unit__ttl {
  margin: 0 0 16px;
}
.phCol-unit.border .phCol-unit__ph {
  -ms-flex: 0 0 384px;
  -webkit-box-flex: 0;
  flex: 0 0 384px;
}
.phCol-unit.border .phCol-unit__textarea {
  -ms-flex: 0 0 540px;
  -webkit-box-flex: 0;
  flex: 0 0 540px;
  letter-spacing: 0.002em;
}
.phCol-unit.border .phCol-unit__link {
  left: auto;
  right: 0;
  letter-spacing: 0.001em;
}

@media (max-width: 768px) {
  .phCol-unit {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-bottom: 40px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 768px) {
  .phCol-unit.comingsoon {
    height: 325px;
  }
}
@media (max-width: 768px) {
  .phCol-unit.comingsoon:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .phCol-unit.comingsoon .phCol-unit__ttl {
    font-size: 4.2rem;
  }
}
@media (max-width: 768px) {
  .phCol-unit.comingsoon .phCol-unit__ttl span {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .phCol-unit.custom {
    padding: 0;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .phCol-unit.custom .phCol-unit__ttl {
    padding: 0 0 14px;
    border-bottom: 3px solid #000;
  }
}
@media (max-width: 768px) {
  .phCol-unit.custom .phCol-unit__ttl img {
    height: 18px;
    display: block;
  }
}
@media (max-width: 768px) {
  .phCol-unit.border {
    padding: 25px 25px 60px;
  }
}
@media (max-width: 768px) {
  .phCol-unit.border .phCol-unit__ttl {
    margin: 16px 0;
  }
}
@media (max-width: 768px) {
  .phCol-unit.border .phCol-unit__ph {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .phCol-unit.border .phCol-unit__textarea {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}
@media (max-width: 768px) {
  .phCol-unit.border .phCol-unit__link {
    bottom: 15px;
  }
}
.phCol-unit__ph {
  -ms-flex: 0 0 348px;
  -webkit-box-flex: 0;
  flex: 0 0 348px;
}
.phCol-unit__ph img {
  width: 100%;
}

@media (max-width: 768px) {
  .phCol-unit__ph {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
    -ms-flex: 0;
    -webkit-box-flex: 0;
    flex: 0;
    width: 100%;
    padding: 15px 0;
  }
}
.phCol-unit__textarea {
  -ms-flex: 0 0 640px;
  -webkit-box-flex: 0;
  flex: 0 0 640px;
  letter-spacing: 0.075em;
  position: relative;
}

@media (max-width: 768px) {
  .phCol-unit__textarea {
    position: static;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
}
.phCol-unit__ttl {
  margin: 0 0 28px;
}
.phCol-unit__ttl img {
  height: 76px;
}

@media (max-width: 768px) {
  .phCol-unit__ttl {
    text-align: center;
    margin: 20px 0 16px;
  }
}
@media (max-width: 768px) {
  .phCol-unit__ttl img {
    height: 46px;
    display: inline-block;
  }
}
.phCol-unit__copy {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 12px;
}

@media (max-width: 768px) {
  .phCol-unit__copy {
    font-size: 1.8rem;
    letter-spacing: -0.06em;
  }
}
.phCol-unit__desc {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

@media (max-width: 768px) {
  .phCol-unit__desc {
    font-size: 1.4rem;
  }
}
.phCol-unit__link {
  letter-spacing: 0.05em;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 0;
}
.phCol-unit__link a {
  padding: 5px 40px 5px 0;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 1.6rem;
}
.phCol-unit__link .linkArrow {
  position: absolute;
  width: 10px;
  z-index: 2;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .phCol-unit__link a {
    font-size: 1.4rem;
    padding: 3px 30px 3px 0;
  }
}
@media (min-width: 769px) {
  .phCol-unit__link a:hover {
    color: #555;
  }
  .phCol-unit__link a:hover .linkArrow {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
}
@media (max-width: 768px) {
  .phCol-unit__link .linkArrow {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.phCol-unit__detail {
  position: static;
  margin: 25px 0 17px;
}

@media (max-width: 768px) {
  .phCol-unit__detail {
    position: absolute;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .phCol-unit__img {
    padding-bottom: 26px;
  }
  .phCol-unit__official {
    margin-top: 90px;
  }
}
.section-col2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  min-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .section-col2 {
    display: block;
    min-width: 320px;
  }
}
.section-col2__inner {
  width: 42%;
}

@media (max-width: 768px) {
  .section-col2__inner {
    width: 100%;
  }
}
.section-general {
  padding: 90px 0;
}
.section-general.gray {
  background-color: #e9e9e9;
}
.section-general.darkGray {
  background-color: #c8c8c8;
}
.section-general.section-goodsSlider {
  padding-bottom: 40px;
}
.section-general.section-solo {
  padding-top: 0;
  margin-top: 120px;
}

@media (max-width: 768px) {
  .section-general {
    padding: 45px 0;
  }
}
@media (min-width: 768px) {
  .section-news {
    padding: 75px 0 30px;
  }
}
@media (max-width: 768px) {
  .section-news {
    padding-top: 35px;
    padding-bottom: 10px;
  }
  .section-news .l-inner {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .section-general.sp-irregular {
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .section-general.section-solo {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .section-general.section-solo.darkGray {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .section-general.section-solo.darkGray .section-solo__head {
    background-color: #c8c8c8;
  }
}
.home .section-general.section-general--fff {
  background-color: #fff;
}

.section-front {
  padding: 50px 0 20px;
}

.section-room {
  padding-top: 28px;
}
@media (max-width: 768px) {
  .section-room {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .section-room .captionBox__wrap {
    width: calc(100% - 40px);
  }
}
.section-room .captionBox {
  width: 700px;
}
@media (max-width: 768px) {
  .section-room .captionBox {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .section-front {
    padding: 32px 20px 30px;
  }
  .section-front--room {
    padding: 40px 20px 18px;
  }
}
.section-front__inner {
  width: 1040px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .section-front__inner {
    width: 100%;
  }
}
.section-solo__inner {
  width: 1040px;
  margin: 0 auto;
  padding-bottom: 45px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-solo__inner .catList__list {
  width: calc(100% + 2px);
}

@media (max-width: 768px) {
  .section-solo__inner {
    width: 100%;
    display: block;
    padding: 0 25px 45px;
  }
}
@media (max-width: 768px) {
  .section-solo__inner .catList {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
.section-shiftUnit {
  overflow: hidden;
}

@media (max-width: 768px) {
  .section-shiftUnit {
    padding: 0;
  }
}
.section-shiftUnit__item:nth-child(2n-1) {
  background-color: #e9e9e9;
}

@media (min-width: 769px) {
  .section-shiftUnit__item:first-child .section-shiftUnit__inner {
    padding: 0 0 50px;
  }
  .section-shiftUnit__item:first-child .section-shiftUnit__ph {
    -webkit-transform: translate(-100px, 120px);
    transform: translate(-100px, 120px);
  }
  .section-shiftUnit__item:first-child .section-shiftUnit__textarea {
    padding: 120px 0 0;
  }
  .section-shiftUnit__item:nth-child(2n) .section-shiftUnit__ph {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
    -webkit-transform: translate(100px, 190px);
    transform: translate(100px, 190px);
  }
}
@media (max-width: 768px) {
  .section-shiftUnit__item {
    padding: 37px 25px;
  }
}
.section-shiftUnit__inner {
  width: 1280px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 0 120px;
}

@media (max-width: 768px) {
  .section-shiftUnit__inner {
    width: 100%;
    padding: 0;
    display: block;
  }
}
@media (min-width: 769px) {
  .section-shiftUnit__ph {
    background-color: #000;
    -webkit-transform: translate(-100px, 190px);
    transform: translate(-100px, 190px);
  }
}
.section-shiftUnit__ph img {
  width: 100%;
}
.section-shiftUnit__ph a {
  display: block;
}
.section-shiftUnit__ph a:hover {
  opacity: 0.92;
}

.section-shiftUnit__textarea {
  width: 470px;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 190px 0 0;
}

@media (max-width: 768px) {
  .section-shiftUnit__textarea {
    width: 100%;
    padding: 0;
  }
}
.section-shiftUnit__ttl {
  height: 40px;
  margin: 0 0 28px;
}
.section-shiftUnit__ttl img {
  height: 100%;
}

@media (max-width: 768px) {
  .section-shiftUnit__ttl {
    height: 18px;
    margin: 22px 0 10px;
  }
}
.section-shiftUnit__copy {
  font-size: 2.3rem;
  font-weight: 600;
  margin: 0 0 16px;
}

@media (max-width: 768px) {
  .section-shiftUnit__copy {
    font-size: 1.6rem;
  }
}
.section-shiftUnit__desc {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .section-shiftUnit__desc {
    font-size: 1.4rem;
  }
}
.section-shiftUnit .linkBtn {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .section-shiftUnit .linkBtn {
    margin: 30px auto 0;
    width: 128px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .section-access {
    padding-bottom: 82px;
  }
}
.shiftBox {
  width: 1280px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .shiftBox {
    width: 100%;
  }
  .shiftBox:nth-of-type(1) {
    padding-top: 22px;
  }
  .shiftBox:nth-of-type(n + 2) {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .shiftBox {
    width: calc(100% - 40px);
  }
  .shiftBox:nth-of-type(n + 2) {
    padding-top: 75px;
  }
}
.shiftBox__box {
  background-color: #fff;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media (max-width: 768px) {
  .shiftBox__box {
    padding: 0;
    display: block;
  }
}
.shiftBox__ph {
  background-color: #e9e9e9;
}
.shiftBox__ph a {
  display: block;
}
.shiftBox__ph a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .shiftBox__ph {
    position: relative;
    top: auto;
    left: auto;
  }
  .shiftBox__ph picture img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .shiftBox__textarea {
    margin: 0 0 0 160px;
    width: 457px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
}
@media (max-width: 768px) {
  .shiftBox__textarea {
    width: 100%;
    padding: 20px 20px 0;
  }
}

.shiftBox__ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 0 24px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shiftBox__ttl span {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .shiftBox__ttl {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75);
  }
}
.shiftBox__ttl__left {
  padding: 0 18px 0 0;
  border-right: 3px solid #fff;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.shiftBox__ttl__left svg {
  height: 42px;
  margin: 0 auto 12px;
}
.shiftBox__ttl__left span {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
  display: block;
}

@media (max-width: 768px) {
  .shiftBox__ttl__left {
    border-width: 2px;
  }
}
@media (max-width: 768px) {
  .shiftBox__ttl__left span {
    font-size: 1.2rem;
  }
}
.shiftBox__ttl__right {
  padding: 0 0 0 30px;
}
.shiftBox__ttl__right img {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 768px) {
  .shiftBox__ttl__right {
    padding: 0 0 0 22px;
  }
}
.shiftBox__placeName {
  font-size: 2.6rem;
  line-height: 1.1;
  letter-spacing: 0.06em;
  font-weight: 900;
  margin-left: -25px;
}

@media (max-width: 768px) {
  .shiftBox__placeName {
    font-size: 2rem;
    width: auto;
    text-align: center;
    margin-left: 0;
  }
  .shiftBox__placeName img {
    width: 225px;
  }
}
.shiftBox__placeSub {
  font-size: 1.4rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .shiftBox__placeSub {
    font-size: 1.1rem;
  }
}
.shiftBox__floor {
  position: absolute;
  right: 0;
  top: -20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.1rem;
  background: url(images/top/bg_floor.png) no-repeat 0 30px;
  background-size: 112px auto;
  padding: 0 0 0 70px;
}
.shiftBox__floor span {
  font-size: 5.2rem;
}
.shiftBox__floor--center {
  font-size: 1.8rem;
  line-height: 1.27;
  text-align: right;
  background: none;
  margin-top: 0;
  top: 0;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
}
@media (max-width: 768px) {
  .shiftBox__floor {
    position: static;
    font-size: 1.9rem;
    float: left;
    background: url(images/top/bg_floor-sp.png) no-repeat 0 25px;
    background-size: auto 21px;
    padding: 0 32px 0 0;
    margin-bottom: 0;
    margin-top: -13px;
  }
  .shiftBox__floor span {
    font-size: 3.2rem;
  }
  .shiftBox__floor--center {
    font-size: 1.2rem;
    text-align: left;
    background: none;
    margin-bottom: 12px;
    margin-top: 0;
  }
}

.shiftBox__copy {
  clear: both;
  font-size: 3.6rem;
  line-height: 1.24;
  font-weight: 600;
  margin: 0 0 14px;
}

@media (max-width: 768px) {
  .shiftBox__copy {
    font-size: 2.6rem;
    text-align: center;
    margin: 0 0 16px;
  }
}
.shiftBox__copySub {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 600;
}

@media (max-width: 768px) {
  .shiftBox__copySub {
    min-height: auto;
    font-size: 1.2rem;
    text-align: center;
  }
}
.shiftBox__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .shiftBox__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
  }
}

.shiftBox .normal-desc {
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  .shiftBox .linkBtn a .linkArrow {
    right: 6px;
  }
}
@media (max-width: 768px) {
  .shiftBox.inzone {
    padding-top: 25px;
  }
  .shiftBox.inzone .shiftBox__copy {
    margin: 0 0 16px 1em;
    text-indent: -1.2em;
  }
  .shiftBox.inzone .shiftBox__copy {
    margin-bottom: 4px;
    position: relative;
    top: -5px;
  }
  .shiftBox.inzone .shiftBox__logo {
    padding-bottom: 26px;
  }
  .shiftBox.inzone .shiftBox__placeSub {
    margin-top: -5px;
  }
}
.shiftBox.inzone .shiftBox__ttl {
  height: 100px;
}
.shiftBox.inzone .shiftBox__ttl__right img {
  height: 92%;
  width: 260px;
  top: 50px;
}
.shiftBox.nss .shiftBox__ttl {
  height: 118px;
}
.shiftBox.nss .shiftBox__ttl__right img {
  width: 388px;
  height: 104%;
  top: 59px;
}
@media (max-width: 768px) {
  .shiftBox.nss .shiftBox__copy {
    margin-left: 40px;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .shiftBox.nss .shiftBox__copySub {
    margin-left: 14px;
    margin-top: -5px;
  }
}
@media (max-width: 768px) {
  .shiftBox.nss .shiftBox__logo {
    padding-bottom: 27px;
  }
}
@media (max-width: 768px) {
  .shiftBox.nss .shiftBox__placeSub {
    margin-top: -5px;
  }
}
.shiftBox.tea .shiftBox__ttl {
  height: 106px;
}
.shiftBox.tea .shiftBox__ttl__right img {
  width: 358px;
  height: 138%;
  top: 53px;
}
@media (max-width: 768px) {
  .shiftBox.tea .shiftBox__copy {
    margin-left: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .shiftBox.tea .shiftBox__copySub {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .shiftBox.tea .shiftBox__logo {
    padding-bottom: 26px;
  }
}
@media (max-width: 768px) {
  .shiftBox.tea .shiftBox__placeSub {
    margin-top: -5px;
  }
}
@media (max-width: 768px) {
  .shiftBox.bur .shiftBox__copy {
    margin-bottom: 6px;
    margin-left: 10px;
  }
  .shiftBox.bur .shiftBox__placeSub {
    margin-top: -4px;
  }
  .shiftBox.bur .shiftBox__logo {
    padding-bottom: 23px;
  }
}

@media (max-width: 768px) {
  .shiftBox .linkBtn {
    margin: 0 auto;
    width: 160px;
    height: 35px;
  }
  .shiftBox .linkBtn a {
    font-size: 1.3rem;
    padding-top: 2px;
  }
  .shiftBox .linkBtn a .linkArrow {
    width: 6px;
  }
}
@media (max-width: 768px) {
  .shiftBox.inzone .shiftBox__ttl__right img {
    width: 194px;
    top: 50%;
  }
}
@media (max-width: 768px) {
  .shiftBox.nss .shiftBox__ttl__right img {
    height: 68%;
    width: 190px;
    top: 50%;
  }
}
@media (max-width: 768px) {
  .shiftBox.tea .shiftBox__ttl__right img {
    height: 103%;
    width: 200px;
    top: 50%;
  }
}
.shopBanner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 1280px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .shopBanner {
    display: block;
    width: 100%;
    max-width: 512px;
    padding: 0 32px;
  }
}
.shopBanner__item {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 620px;
}
.shopBanner__item a {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.shopBanner__item a:hover {
  opacity: 0.7;
}
.shopBanner__item img {
  width: 100%;
}

@media (max-width: 768px) {
  .shopBanner__item {
    width: 100%;
    margin: 25px 0 0;
  }
  .shopBanner__item:first-child {
    margin: 0;
  }
}
.thanksBox {
  background-color: #fff;
  padding: 120px 0;
  width: 1040px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .thanksBox {
    width: 100%;
    padding: 60px 25px;
  }
}
.thanksBox__ttl {
  font-size: 3rem;
  letter-spacing: 0.025em;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1;
}
.thanksBox__ttl:after {
  content: "";
  display: block;
  width: calc(100% - 0.7em);
  height: 1px;
  background-color: #000;
  margin: 20px 0 0;
}

@media (max-width: 768px) {
  .thanksBox__ttl {
    font-size: 2.1rem;
  }
}
@media (max-width: 768px) {
  .thanksBox__ttl:after {
    margin: 6px 0 0;
  }
}
.thanksBox__textarea {
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 500;
  padding: 40px 0 0;
}
.thanksBox__textarea .info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 6px 0 18px;
}
.thanksBox__textarea .tel {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 24px 0 0;
  letter-spacing: 0.06em;
}
.thanksBox__textarea .mail {
  font-weight: 600;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  letter-spacing: 0.02em;
}
.thanksBox__textarea .mail:before {
  content: "";
  width: 18px;
  height: 14px;
  display: block;
  background: url(images/common/icon_mail.svg) center center no-repeat;
  background-size: 95%;
  margin: 0 8px 0 0;
}

@media (max-width: 768px) {
  .thanksBox__textarea {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .thanksBox__textarea .info {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .thanksBox__textarea .tel {
    font-size: 1.7rem;
    display: inline-block;
    margin: 0 0 2px;
  }
  .thanksBox__textarea .tel span {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .thanksBox__textarea .mail {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .thanksBox__textarea .mail:before {
    width: 20px;
    height: 15px;
  }
}
@media (min-width: 769px) {
  .w100-pc {
    width: 100%;
  }
  .w100-pc * {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .h100-pc {
    height: 100%;
  }
  .h100-pc * {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .w100-sp {
    width: 100%;
  }
  .w100-sp * {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .h100-sp {
    height: 100%;
  }
  .h100-sp * {
    height: 100%;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

@-webkit-keyframes appli {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes appli {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.page-application .slick-slide {
  overflow: hidden;
}
.page-application #loading-front {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 99;
  pointer-events: none;
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
.page-application #loading-front.loading_appli {
  background-color: #fff;
  pointer-events: auto;
}
.page-application #loading-front.loading_appli span {
  display: none;
}
.page-application #loading-front.loading_appli svg {
  display: block;
}
.page-application #loading-front svg {
  display: none;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-application #loading-front span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(60, 60, 60, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: appli 1.6s ease infinite;
  animation: appli 1.6s ease infinite;
}
.page-application #loading-front span:nth-of-type(1) {
  left: calc(50% - 26px);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.page-application #loading-front span:nth-of-type(3) {
  left: 50%;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  left: calc(50% + 26px);
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.page-application .l-content {
  min-width: 0;
  padding: 0;
  overflow: hidden;
}
.page-application .archiveViewer .currentBar {
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #000;
  width: 29px;
  -webkit-transition: 0.4s cubic-bezier(0, 0.5, 0, 1);
  transition: 0.4s cubic-bezier(0, 0.5, 0, 1);
}
.page-application .archiveViewer__nav {
  position: relative;
  background-color: #fff;
}
.page-application .archiveViewer__nav ul {
  border-bottom: 2px solid #e9e9e9;
}
.page-application .archiveViewer__nav ul .slick-list {
  overflow: visible;
}
.page-application .archiveViewer__nav ul .slick-slide {
  margin: 0 6vw;
}
.page-application .archiveViewer__nav li {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 4px 0;
}
.page-application .archiveViewer__viewitem {
  display: block !important;
  -webkit-overflow-scrolling: touch;
}
.page-application .archiveViewer__viewitem::-webkit-scrollbar {
  display: none;
}
.page-application .archiveViewer__viewitem.all ul:after,
.page-application .archiveViewer__viewitem.done ul:after {
  content: none;
}
.page-application .archiveViewer__viewitem > ul {
  border-right: 1px solid #e9e9e9;
}
.page-application .archiveViewer__viewitem > ul:after {
  display: block;
  background-color: #e9e9e9;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.page-application .archiveBox {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease 0.4s;
  transition: opacity 0.6s ease 0.4s;
  background-color: #fff;
}
.page-application .archiveBox.fadein {
  opacity: 1;
}
.page-application .archiveBox.finish:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}
.page-application .archiveBox.finish:after {
  content: "終了しました";
  width: 50%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #fff;
  text-align: center;
  color: #fff;
  padding: 0.6em;
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-application .archiveBox a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.page-application .archiveBox__ph {
  display: block;
  width: 42%;
  height: 42vw;
  background-position: center center;
  background-size: cover;
  position: relative;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  background-color: #d0d0d0;
}
.page-application .archiveBox .full {
  font-size: 1.4rem;
  color: #fff;
  background-color: #ff0a0a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 3px 0;
  text-align: center;
}
.page-application .archiveBox__textarea {
  padding: 18px 20px 30px;
  position: relative;
  -ms-flex: 1 1 100%;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.page-application .archiveBox__category span {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 5px 8px;
  line-height: 1.1;
  background-color: #000;
}
.page-application .archiveBox__ttl {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  margin: 8px 0 0;
}
.page-application .archiveBox__date {
  font-size: 1rem;
  line-height: 1;
  color: #8d8d8d;
  font-weight: 600;
  position: absolute;
  left: 20px;
  bottom: 14px;
}
.page-application .arrowBottom {
  margin: 12vw auto;
}
.page-application .accessViewer__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.page-application .accessBox {
  width: 100%;
  padding: 46px 0;
}
.page-application .accessBox .section-col2__inner {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.page-application .accessBox__ttl {
  height: 27px;
  margin: 0 0 20px;
}
.page-application .accessBox__desc {
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 17px;
}
.page-application .accessBox__desc.small {
  text-align: left;
  padding: 0 15px;
}
.page-application .accessBox__info {
  margin: 0 0 20px;
}
.page-application .accessBox__info p {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1;
  margin: 0 0 8px;
}
.page-application .accessBox__info p.tel .name {
  margin: 0 10px 0 0;
}
.page-application .accessBox__info p.tel .desc {
  letter-spacing: -0.045em;
}
.page-application .accessBox__info p.time .name {
  margin: 0 28px 0 0;
}
.page-application .accessBox__info p.time .desc {
  font-size: 1.3rem;
}
.page-application .accessBox__info p .icon {
  width: 16px;
}
.page-application .accessBox__info p .name {
  font-size: 1.3rem;
}
.page-application .accessBox__info p .desc {
  font-size: 2.2rem;
}
.page-application .shopLink {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-application .shopLink__item {
  -ms-flex: 1 1 50%;
  -webkit-box-flex: 1;
  flex: 1 1 50%;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  background-size: cover;
}
.page-application .shopLink__item:nth-child(2n) {
  border-right: 1px solid #fff;
}
.page-application .shopLink__item:nth-child(n + 3) {
  border-bottom: 1px solid #fff;
}
.page-application .shopLink__item a {
  display: block;
  width: 100%;
  height: 32vw;
}
.page-application .shopLink__item.tea {
  background-image: url(images/application/tea_link.jpg);
}
.page-application .shopLink__item.inzone {
  background-image: url(images/application/inzone_link.jpg);
}
.page-application .shopLink__item.nss {
  background-image: url(images/application/nss_link.jpg);
}
.page-application .shopLink__item.snowpeak {
  background-image: url(images/application/snowpeak_link.jpg);
}

@media (min-width: 769px) {
  .page-contact .section-solo__inner {
    padding: 40px 0 30px;
  }
}
.page-contact .wpcf7-mail-sent-ok {
  display: none !important;
}

.wpcf7-mail-sent-ok,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  border-color: #ccc !important;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.04em;
}

.page-movie .breadcrumbs {
  margin: 12px 0;
}

.mainMovie {
  padding: 50px;
  background-size: 36px 36px;
  background-color: #e9e9e9;
  background-image: linear-gradient(
    -45deg,
    #fff 5%,
    #e9e9e9 5%,
    #e9e9e9 50%,
    #fff 50%,
    #fff 55%,
    #e9e9e9 55%,
    #e9e9e9
  );
  background-position: center center;
  height: calc(100vh - 90px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .mainMovie {
    padding: 27px;
    background-size: 18px 18px;
    margin-bottom: 23px;
  }
}
.mainMovie__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 50% 0 0;
  margin: 0 auto;
  background: url(images/movie/movie_mv.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 768px) {
  .mainMovie__inner {
    width: 100%;
    padding: 0;
    background-position: top right 35%;
    background-image: url(images/movie/movie_mv-sp.jpg);
    background-position: top right;
  }
}
.mainMovie__text {
  width: 421px;
}
.mainMovie__text img {
  width: 100%;
}
.mainMovie__text p {
  font-size: 1.6rem;
  text-align: center;
  margin: 30px 0 0;
  line-height: 2;
  font-weight: 600;
}

@media (max-width: 768px) {
  .mainMovie__text {
    width: 100%;
    margin: 0 auto 50px;
    max-width: 375px;
  }
}
@media (max-width: 768px) {
  .mainMovie__text img {
    width: 73%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .mainMovie__text p {
    font-size: 1.4rem;
    letter-spacing: -0.05em;
  }
}
.mainMovie__youtube {
  width: 796px;
  height: 448px;
}
.mainMovie__youtube iframe {
  border: 2px solid #000;
}

@media (max-width: 768px) {
  .mainMovie__youtube {
    width: calc(100% - 50px);
    padding-bottom: 56.25%;
    height: auto;
    position: relative;
    margin: 0 auto;
  }
  .mainMovie__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.mainMovie__scroll {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  margin: 0 auto;
}
.mainMovie__scroll a {
  display: block;
}
.mainMovie__scroll a:hover {
  opacity: 0.7;
}

.movieIntro {
  background-color: #e9e9e9;
}

.movieIntro__inner {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .movieIntro__inner {
    width: 100%;
    padding: 0 25px;
    display: block;
  }
}
@media (max-width: 768px) {
  .movieIntro__ph img {
    width: 100%;
  }
}
.movieIntro__textarea {
  width: 600px;
  z-index: 3;
}

@media (min-width: 769px) {
  .movieIntro__textarea {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}
@media (max-width: 768px) {
  .movieIntro__textarea {
    position: static;
    width: 100%;
    text-align: center;
  }
}
.movieIntro__copy {
  height: 38px;
  display: block;
  margin: 0 0 50px;
}
.movieIntro__copy img {
  height: 100%;
}

@media (max-width: 768px) {
  .movieIntro__copy {
    -webkit-transform: none;
    transform: none;
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .movieIntro__copy img {
    margin: 0 auto;
  }
}
.movieIntro__desc {
  line-height: 2;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .movieIntro__desc {
    margin: 0 0 20px;
    font-size: 1.4rem;
  }
}
.movieList {
  width: 1280px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .movieList {
    width: 100%;
    padding: 0 25px;
  }
}
.movieList__ttl {
  height: 68px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 4.4rem;
  background-color: #000;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
}
.movieList__ttl img {
  height: 32px;
}

@media (max-width: 768px) {
  .movieList__ttl {
    font-size: 2.2rem;
    height: 46px;
  }
}
@media (max-width: 768px) {
  .movieList__ttl img {
    height: 16px;
  }
}
.movieList__name {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 15px 0 0;
  letter-spacing: 0.075em;
}

@media (max-width: 768px) {
  .movieList__name {
    text-align: center;
  }
}
.movieList ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.movieList li {
  margin: 30px 0 0;
}

@media (max-width: 768px) {
  .movieList ul {
    display: block;
  }
}
.movieList__youtube {
  width: 596px;
  height: 335px;
}
.movieList__youtube iframe {
  border: 2px solid #000;
}

@media (max-width: 768px) {
  .movieList__youtube {
    width: 100%;
    padding-bottom: 56.25%;
    height: auto;
    position: relative;
    margin: 0 auto;
  }
  .movieList__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .page-privacy .mv h1 {
    width: 80%;
  }
}
.page-privacy .mv h1 img {
  width: 760px;
}
.page-privacy .mv h1 span {
  font-weight: 600;
  font-size: 3.4rem;
  margin: 24px 0 0;
  display: block;
  text-align: center;
  letter-spacing: 0.065em;
}
.page-privacy .section-front {
  padding: 0;
  margin: 0;
}
.page-privacy .breadcrumbs {
  padding: 40px 0;
}

@media (max-width: 768px) {
  .page-privacy .mv h1 img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-privacy .mv h1 span {
    font-size: 2.1rem;
    margin: 12px 0 0;
  }
}
.privacyContent {
  background-color: #e9e9e9;
  padding: 70px 90px;
  width: 1040px;
  margin: 0 auto 120px;
}

@media (max-width: 768px) {
  .privacyContent {
    width: 100%;
    background-color: transparent;
    padding: 30px 25px;
    margin: 0;
  }
}
.privacyContent__ttl {
  font-size: 3.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}

@media (max-width: 768px) {
  .privacyContent__ttl {
    font-weight: 500;
    font-size: 1.9rem;
  }
}
.privacyContent__copy {
  font-size: 2.4rem;
  font-weight: 600;
  padding-top: 0.5em;
}

@media (max-width: 768px) {
  .privacyContent__copy {
    font-weight: 500;
    font-size: 1.6rem;
    padding-top: 0.3em;
  }
}
.privacyContent p {
  margin: 1em 0 0;
}
.privacyContent ol {
  counter-reset: num 0;
}
.privacyContent ol li p:before {
  counter-increment: num 1;
  content: counter(num) ".";
}
.privacyContent a {
  color: #999;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.privacyContent a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .privacyContent p {
    margin: 0.7em 0 0;
  }
}

@media (max-width: 768px) {
  .page-legal .mv h1 {
    width: 80%;
  }
}
.page-legal .mv h1 img {
  width: 760px;
}
@media (max-width: 768px) {
  .page-legal .mv h1 img {
    width: 100%;
  }
}
.page-legal .mv h1 span {
  font-weight: 600;
  font-size: 3.4rem;
  margin: 24px 0 0;
  display: block;
  text-align: center;
  letter-spacing: 0.065em;
}
.page-legal .section-front {
  padding: 0;
  margin: 0;
}
.page-legal .breadcrumbs {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .page-legal .mv h1 span {
    font-size: 2.1rem;
    margin: 12px 0 0;
  }
}
.legalContent {
  background-color: #e9e9e9;
  padding: 70px 90px;
  width: 1040px;
  margin: 0 auto 120px;
}
@media (max-width: 768px) {
  .legalContent {
    width: 100%;
    background-color: transparent;
    padding: 30px 25px;
    margin: 0;
  }
}
.legalContent__ttl {
  font-size: 3.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .legalContent__ttl {
    font-weight: 500;
    font-size: 1.9rem;
  }
}
.legalContent__copy {
  font-size: 2.4rem;
  font-weight: 600;
  padding-top: 0.5em;
}
@media (max-width: 768px) {
  .legalContent__copy {
    font-weight: 500;
    font-size: 1.6rem;
    padding-top: 0.3em;
  }
}
.legalContent p {
  margin: 1em 0 0;
}
.legalContent ol {
  counter-reset: num 0;
}
.legalContent ol li p:before {
  counter-increment: num 1;
  content: counter(num) ".";
}
.legalContent a {
  color: #999;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.legalContent a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .legalContent p {
    margin: 0.7em 0 0;
  }
}


.page-workshop .phCol-unit__link {
  position: relative;
}
.page-workshop .phCol-unit__link:first-of-type {
  margin: 18px 0 0;
}

@media (max-width: 768px) {
  .home .newsArchive li:nth-child(n + 11) {
    display: none;
  }
}
.mv {
  min-width: 1280px;
  position: relative;
  overflow: hidden;
}
.mv__cat {
  color: #fff;
  background-color: #000;
  font-size: 1.8rem;
  padding: 5px 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  position: absolute;
  top: -15px;
  left: 24px;
  line-height: 1.16;
}
@media (max-width: 768px) {
  .mv__cat {
    left: 16px;
    font-size: 13px;
  }
}
.mv__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .mv__ttl {
    font-size: 16px;
    line-height: 1.687;
  }
}
.mv__text {
  font-size: 14px;
  font-weight: 500;
  margin-top: auto;
}
@media (max-width: 768px) {
  .mv__text {
    font-size: 13px;
  }
}
.mv__body {
  padding: 31px 20px 22px 24px;
  height: 167px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .mv__body {
    padding: 25px 16px 22px;
    height: 144px;
  }
}

@media (max-width: 768px) {
  .mv {
    min-width: 320px;
    overflow: visible;
  }
}
.mv__main {
  display: block;
  position: relative;
  width: 1480px;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .mv__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: calc(100% - 40px);
  }
}
.mv__slider {
  width: 1010px;
  float: right;
}
@media (max-width: 768px) {
  .mv__slider {
    width: 100%;
    float: none;
  }
}

.mv__slider__item {
  padding-left: 35px;
}
@media (min-width: 768px) {
  .mv__slider__item {
    max-width: 505px;
  }
  .mv__slider__item a:hover .mv_img img {
    -webkit-transform: rotate(0.0001deg) scale(1.06);
    transform: rotate(0.0001deg) scale(1.06);
    opacity: 0.8;
  }
}
.mv__slider__item .mv_img {
  overflow: hidden;
  height: 579px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mv__slider__item .mv_img img {
  width: 470px;
  height: 579px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
@media (max-width: 768px) {
  .mv__slider__item .mv_img img {
    width: 100%;
    height: 412px;
  }
}
@media (max-width: 768px) {
  .mv__slider__item .mv_img {
    height: 412px;
  }
}

@media (max-width: 768px) {
  .mv__slider__item {
    background-position: center top;
    padding-left: 0;
  }
}
.mv__slider .slick-dots {
  position: absolute;
  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: 488.4px;
  bottom: 4%;
  right: 100%;
}
@media (min-width: 768px) {
  .mv__slider .slick-dots {
    bottom: 12%;
  }
}
.mv__slider .slick-dots button {
  display: none;
}
.mv__slider .slick-dots li {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #d8d8d8;
}
.mv__slider .slick-dots li.slick-active {
  width: 7px;
  height: 7px;
  background-color: #000;
}

@media (max-width: 768px) {
  .mv__slider .slick-dots {
    width: 100%;
    position: static;
  }
}
@media (max-width: 768px) {
  .mv__slider .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 8px 4px 0;
  }
}
.mv__deco01,
.mv__deco02 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 8px;
}

@media (max-width: 768px) {
  .mv__deco01,
  .mv__deco02 {
    width: 6px;
  }
}
.mv__deco01 img,
.mv__deco02 img {
  width: 100%;
  display: block;
}

.mv__deco01 {
  left: -30px;
}

@media (max-width: 768px) {
  .mv__deco01 {
    left: -17px;
  }
}
.mv__deco02 {
  right: -30px;
}

@media (max-width: 768px) {
  .mv__deco02 {
    right: -17px;
  }
}
.mv__content {
  width: 470px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .mv__content {
    position: relative;
  }
  .mv__content::after {
    position: absolute;
    content: "";
    width: 10px;
    left: 99%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
  }
}

@media (max-width: 768px) {
  .mv__content {
    width: 100%;
    -ms-flex-align: start;
  }
}
.mv__textarea {
  padding: 60px 0 40px;
}

@media (max-width: 768px) {
  .mv__textarea {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    padding: 0 0 40px;
    position: relative;
    top: -86px;
    margin-bottom: -160px;
    z-index: 5;
  }
}
.slide-dots {
  display: none;
}
.slide-dots button {
  margin: 0 3px;
  text-indent: -9999px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d8d8d8;
}

.mv__title-copy {
  font-size: 3.2rem;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .mv__title-copy {
    display: none;
  }
}

.mv__text01 {
  width: 100%;
}
.mv__text01 svg {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  margin: 0 auto;
}

@media (max-width: 768px) {
  .by_store {
    display: none;
  }
}

.mv__text02 {
  margin: 20px auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 768px) {
  .mv__text02 {
    display: none;
  }
}
.mv__text02 img {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.mv__text03 {
  width: 272px;
  margin: 0 auto 40px;
}
.mv__text03 img {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.mv .linkBtn {
  margin: 0 auto;
  width: 230px;
  height: 45px;
  border-radius: 4px;
  overflow: hidden;
}
.mv .linkBtn a {
  font-size: 1.9rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
.mv .linkBtn a .linkArrow {
  right: 26px;
}

.mv__right {
  width: 50%;
  height: 100%;
  position: relative;
}
.mv__right p {
  display: block;
}

.mv__text04 {
  position: absolute;
  width: 19px;
  height: 276px;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto 0;
}

.mv__arrow {
  width: 24px;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mv__arrow svg {
  width: 100%;
}

@media (max-width: 768px) {
  #sbi_images {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #sbi_images .sbi_item {
    width: 33.3% !important;
    height: 33.3vw !important;
  }
  #sbi_images .sbi_item:nth-child(n + 7) {
    display: none !important;
  }
  #sbi_images .sbi_photo_wrap,
  #sbi_images .sbi_photo {
    height: 100% !important;
  }
}
@media (min-width: 769px) {
  .un_youtube_title_wrap {
    margin: 0 0 95px;
  }
  .un_youtube_note {
    text-align: center;
    font-size: 15px;
    margin-bottom: 45px;
  }
  .un_youtube_area {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    min-height: 260px;
  }
  .un_youtube_item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .un_youtube_item_wrap .un_youtube_item {
    -ms-flex-preferred-size: 460px;
    flex-basis: 460px;
    margin-right: 50px;
  }
  .un_youtube_item_wrap .un_youtube_item:last-child {
    margin-right: 0;
  }
  .un_youtube_item_wrap .un_youtube_item iframe {
    width: 460px;
    height: 260px;
  }
}
@media (max-width: 768px) {
  .un_youtube_note {
    width: calc(100% - 83px);
    margin: 0 auto 35px;
  }
  .un_youtube_area {
    width: calc(100% - 83px);
    margin: 0 auto;
  }
  .un_youtube_item_wrap .un_youtube_item {
    margin-bottom: 20px;
  }
  .un_youtube_item_wrap .un_youtube_item iframe {
    width: 100%;
    height: 163px;
  }
  .un_youtube_item_wrap .un_youtube_item:last-child {
    margin-bottom: 0;
  }
}
.un_youtube_area + .linkBtn {
  width: 310px;
  height: 60px;
  margin-top: 50px;
}

.title-index-group {
  margin-bottom: 50px;
  width: 100%;
}
@media (max-width: 768px) {
  .title-index-group {
    margin-bottom: 30px;
  }
  .title-index-group p {
    margin: 30px 20px;
  }
}

.title-index {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.title-index span {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  top: -6px;
}
@media (max-width: 768px) {
  .title-index {
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1.18;
  }
  .title-index span {
    font-size: 1.2rem;
  }
}

.title-index-deco01 {
  line-height: 1;
  position: relative;
  margin: 0 0 36px;
  padding-left: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 6.2rem;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.2rem;
}
.title-index-deco01:before {
  content: "";
  display: block;
  width: 6px;
  height: 52px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .title-index-deco01:before {
    height: 32px;
  }
}
@media (max-width: 768px) {
  .title-index-deco01 {
    font-size: 3.9rem;
    margin: 0 20px;
    padding-left: 20px;
    letter-spacing: 0.2rem;
  }
  .title-index-deco01:before {
    width: 5px;
  }
}
.title-index-deco01.row2 {
  height: 78px;
}
.title-index-deco01 img {
  height: 100%;
}

#modal-company {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  text-align: center;
}
#modal-company .modal-general__btn:before,
#modal-company .modal-general__btn:after {
  background-color: #000;
}
#modal-company .linkBtn a {
  padding-right: 13px;
}
@media (max-width: 768px) {
  #modal-company .linkBtn a {
    font-size: 13px;
  }
}
#modal-company .content-img {
  height: 25px;
  margin: 0 0 24px;
}
#modal-company .content-img img {
  height: 100%;
}
#modal-company .linkBtn {
  width: 365px;
}
@media (max-width: 768px) {
  #modal-company .linkBtn {
    width: 292px;
  }
}

.modal-company__ttl {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 75px;
  line-height: 1.17;
}
@media (max-width: 768px) {
  .modal-company__ttl {
    font-size: 3rem;
    margin-bottom: 55px;
  }
}
.modal-company__subttl {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .modal-company__subttl {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
.modal-company__en {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.288;
}
@media (max-width: 768px) {
  .modal-company__en {
    font-size: 3.2rem;
  }
}
.modal-company__ja {
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .modal-company__ja {
    font-size: 1.1rem;
    margin-bottom: 25px;
  }
}
.modal-company__text {
  font-size: 1.8rem;
  line-height: 2.27;
  margin-bottom: 55px;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
}
@media (max-width: 768px) {
  .modal-company__text {
    font-size: 1.2rem;
    margin-bottom: 32px;
  }
}
.modal-company__desc {
  line-height: 1.75;
  margin-bottom: 35px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .modal-company__desc {
    font-size: 1.2rem;
    margin-bottom: 23px;
  }
}

/* 下層 ROOM WORK CURATION */
.bl_roomRead {
  text-align: center;
  margin-top: 66px;
}
@media (max-width: 768px) {
  .bl_roomRead {
    margin-top: 0;
  }
  .bl_roomRead--txtL {
    text-align: left;
  }
}
.bl_roomRead__mainText {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bl_roomRead__mainText {
    font-size: 25px;
    line-height: 1.4;
  }
}
.bl_roomRead__text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bl_roomRead__text {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 2.07;
  }
}
.bl_roomRead__notes {
  font-size: 14px;
  line-height: 2;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bl_roomRead__notes {
    font-size: 12px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.bl_roomRead .linkBtn {
  width: 317px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .bl_roomRead .linkBtn {
    width: 250px;
  }
  .bl_roomRead .linkBtn a {
    font-size: 13px;
  }
}
.bl_roomRead--workshop {
  margin-top: 26px;
}
@media (max-width: 768px) {
  .bl_roomRead--workshop {
    margin-top: -5px;
  }
}
.bl_roomRead--workshop .bl_roomRead__mainText {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .bl_roomRead--workshop .bl_roomRead__mainText {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .bl_roomRead--workshop .bl_roomRead__text {
    margin-bottom: 0;
  }
}
.bl_roomRead--workshop .bl_roomRead__notes {
  margin-top: 40px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .bl_roomRead--workshop .bl_roomRead__notes {
    margin-top: 20px;
    margin-bottom: 13px;
  }
}
.bl_roomRead--curation {
  margin-top: 26px;
}
@media (max-width: 768px) {
  .bl_roomRead--curation {
    margin-top: -5px;
  }
}
.bl_roomRead--curation .bl_roomRead__mainText {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .bl_roomRead--curation .bl_roomRead__mainText {
    margin-bottom: 16px;
  }
}
.bl_roomRead--curation .bl_roomRead__text {
  margin-bottom: 33px;
}
@media (max-width: 768px) {
  .bl_roomRead--curation .bl_roomRead__text {
    margin-bottom: 25px;
  }
}

.bl_roomImgCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .bl_roomImgCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.bl_roomImgCol__item img {
  width: 100%;
}
@media (min-width: 768px) {
  .bl_roomImgCol__item:not(:nth-child(3n)) {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .bl_roomImgCol__item:nth-child(n + 2) {
    margin-top: 25px;
  }
}

.section-newsLower {
  padding: 50px 0 80px;
}
@media (max-width: 768px) {
  .section-newsLower {
    padding: 30px 20px 52px;
  }
}
.section-newsLower .title-index {
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .section-newsLower .title-index {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .section-newsLower .linkBtn a {
    width: 268px;
    height: 58px;
  }
}
@media (max-width: 768px) {
  .section-newsLower .linkBtn a {
    font-size: 1.3rem;
  }
}

/* room */
.section-roomCategory {
  width: 1480px;
  margin: 0 auto;
  padding: 5px 0 80px;
}
@media (max-width: 768px) {
  .section-roomCategory {
    width: calc(100% - 40px);
    padding: 7px 0 47px;
  }
}

.roomCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}
@media (max-width: 768px) {
  .roomCategory {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.roomCategory:nth-of-type(n + 2) {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .roomCategory:nth-of-type(n + 2) {
    margin-top: 52px;
  }
}
.roomCategory__ph {
  width: 810px;
  margin-right: 100px;
}
@media (min-width: 768px) {
  .roomCategory__ph {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .roomCategory__ph {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.roomCategory__ph img {
  width: 100%;
}
@media (max-width: 768px) {
  .roomCategory__body .linkBtn a {
    font-size: 1.3rem;
    line-height: 1.692;
  }
}
.roomCategory__title {
  font-family: "Roboto", sans-serif;
  font-size: 58px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: 0.08em;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .roomCategory__title {
    font-size: 28px;
    margin-bottom: 11px;
  }
}
@media (min-width: 768px) {
  .roomCategory__titleSub {
    margin-left: -7px;
  }
}
.roomCategory__titleAnd {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .roomCategory__titleAnd {
    font-size: 14px;
  }
}
.roomCategory__copy {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.39;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .roomCategory__copy {
    font-size: 17px;
    margin-bottom: 3px;
  }
}
.roomCategory__desc {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .roomCategory__desc {
    font-size: 14px;
    line-height: 1.857;
    letter-spacing: 0;
  }
}
.roomCategory__notes {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.1em;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .roomCategory__notes {
    letter-spacing: 0;
    font-size: 14px;
    margin-top: 4px;
  }
}
.roomCategory__textArea {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .roomCategory__textArea {
    margin-bottom: 26px;
  }
}
.roomCategory--work .roomCategory__body {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .roomCategory--work .roomCategory__body {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .roomCategory--work {
    width: 1370px;
  }
}
.roomCategory--curation .roomCategory__body {
  margin-top: 94px;
}
@media (max-width: 768px) {
  .roomCategory--curation .roomCategory__body {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .roomCategory--curation .roomCategory__textArea {
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) {
  .roomCategory--curation {
    width: 1370px;
  }
}
.roomCategory--kids .roomCategory__body {
  margin-top: 84px;
}
@media (max-width: 768px) {
  .roomCategory--kids .roomCategory__body {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .roomCategory--kids .roomCategory__title {
    margin-bottom: 10px;
  }
}
.roomCategory--kids .roomCategory__notes {
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .roomCategory--kids .roomCategory__notes {
    margin-top: 28px;
  }
}
.roomCategory--kids .roomCategory__desc {
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .roomCategory--kids .roomCategory__desc {
    margin-bottom: 3rem;
    letter-spacing: normal;
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media (max-width: 768px) {
  .roomCategory--kids .roomCategory__notes {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .roomCategory--kids {
    width: 1400px;
  }
}
@media (max-width: 768px) {
  .roomCategory .linkBtn {
    width: 128px;
    margin: 0 auto;
  }
}

/* shop */
@media (max-width: 768px) {
  .section-shopFront {
    padding: 34px 20px 42px;
  }
}

.bl_shopHeading {
  margin-top: 13px;
}
@media (max-width: 768px) {
  .bl_shopHeading__logo {
    width: 100%;
  }
  .bl_shopHeading__logo img {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }
}

.bl_shopInfo {
  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;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .bl_shopInfo {
    margin-bottom: 55px;
  }
}

.bl_shopRead {
  width: 1290px;
  margin: 0 auto 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 42px 15px 0;
  border-top: 1px solid #ccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .bl_shopRead {
    width: 100%;
    display: block;
    padding: 25px 0 0;
    margin: 0 auto 24px;
  }
}
.bl_shopRead__copy {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.75;
  margin-right: 67px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media (max-width: 768px) {
  .bl_shopRead__copy {
    text-align: center;
    font-size: 23px;
    margin-right: 0;
    margin-bottom: 11px;
  }
}
.bl_shopRead__desc {
  font-size: 15px;
  line-height: 2.4;
}
@media (min-width: 768px) {
  .bl_shopRead__desc {
    padding-left: 8px;
  }
}
@media (max-width: 768px) {
  .bl_shopRead__desc {
    font-size: 13px;
    line-height: 1.9;
  }
}

.bl_shopSlideWrap {
  width: 1530px;
  margin: 0 auto 38px;
  margin-left: -25px;
}
@media (max-width: 768px) {
  .bl_shopSlideWrap {
    width: 100%;
    margin: 0 auto;
  }
}

.bl_shopSlide {
  text-align: center;
}
.bl_shopSlide__item {
  padding: 0 25px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .bl_shopSlide__item {
    padding: 0;
  }
}
.bl_shopSlide__item img {
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.bl_shopSlide .slick-dots {
  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;
}
.bl_shopSlide .slick-dots button {
  display: none;
}
.bl_shopSlide .slick-dots li {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #d8d8d8;
}
.bl_shopSlide .slick-dots li.slick-active {
  width: 7px;
  height: 7px;
  background-color: #000;
}
.bl_shopSlide .slide-arrow:hover {
  cursor: pointer;
}
.bl_shopSlide .slide-arrow.prev-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
}
.bl_shopSlide .slide-arrow.next-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
.bl_shopSlide .dotsWrap {
  position: relative;
  display: inline-block;
  padding: 0 25px 3px;
  margin-top: 44px;
}
@media (max-width: 768px) {
  .bl_shopSlide .dotsWrap {
    margin-top: 17px;
    padding: 0 18px 3px;
  }
}

.section-bland {
  width: 1318px;
  margin: 0 auto 57px;
  padding: 0;
}
@media (max-width: 768px) {
  .section-bland {
    width: 100%;
    margin: 0 20px 58px;
  }
}
.section-bland .title-index {
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .section-bland .title-index {
    letter-spacing: 0.04em;
  }
}

.brandListWrap {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .brandListWrap {
    margin-top: 25px;
  }
}

.brandList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.brandList__item {
  width: 292px;
  min-height: 76px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .brandList__item {
    min-height: auto;
    font-size: 15px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .brandList__item:not(:nth-child(4n)) {
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  .brandList__item:nth-of-type(n + 5) {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .brandList__item:nth-child(n + 2) {
    margin-top: 27px;
  }
}
.brandList__item .ja {
  font-size: 13px;
  line-height: 1.53;
  font-weight: normal;
}
@media (max-width: 768px) {
  .brandList__item .ja {
    font-size: 10px;
    line-height: 1;
  }
}

.section-information {
  width: 1318px;
  margin: 0 auto 60px;
  padding: 0;
}
@media (max-width: 768px) {
  .section-information {
    width: calc(100% - 40px);
    margin: 0 20px 30px;
  }
}

.infoShop {
  border: 2px solid #000;
  padding: 40px 0 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .infoShop {
    padding: 32px 22px 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.infoShop__title {
  width: 50%;
  margin-top: 45px;
  padding-left: 134px;
}
@media (max-width: 768px) {
  .infoShop__title {
    display: block;
    margin-top: 0;
    margin-bottom: 34px;
    width: 100%;
    padding-left: 0;
  }
}
.infoShop__titleIn {
  text-align: left;
}
@media (max-width: 768px) {
  .infoShop__titleIn img {
    width: 100%;
  }
}
.infoShop__data {
  width: 50%;
  margin-top: 45px;
}
@media (max-width: 768px) {
  .infoShop__data {
    width: 100%;
    margin-top: 0px;
  }
}
.infoShop__data a:hover {
  opacity: 0.5;
}
.infoShop__data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .infoShop__data dl {
    display: block;
  }
}
.infoShop__data dl dt {
  width: 203px;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 768px) {
  .infoShop__data dl dt {
    font-size: 13px;
    width: 100%;
  }
}
.infoShop__data dl dt:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .infoShop__data dl dt:nth-of-type(n + 2) {
    margin-top: 25px;
  }
}
.infoShop__data dl dd {
  width: calc(100% - 203px);
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .infoShop__data dl dd {
    font-size: 13px;
    width: 100%;
    margin-top: 2px;
  }
}
.infoShop__data dl dd:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .infoShop__data dl dd:nth-of-type(n + 2) {
    margin-top: 1px;
  }
}
.infoShop__floor {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.14;
  font-family: "Roboto", sans-serif;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .infoShop__floor {
    font-size: 17px;
    margin-bottom: 19px;
  }
}
.infoShop__name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .infoShop__name {
    font-size: 22px;
  }
}
.infoShop__name--ja {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .infoShop__name--ja {
    font-size: 11px;
    margin-top: 4px;
  }
}

.infoShop__sns {
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
.infoShop__sns a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #e5e5e6;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 4px;
  transition: 0.3s ease;
}
.infoShop__sns a:hover {
  background-color: #ccc;
}
.infoShop__sns a img {
  max-width: 60%;
}

.section-youtube {
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .section-youtube {
    width: calc(100% - 40px);
    margin: 0 20px 26px;
  }
}
.section-youtube .youtube {
  width: 835px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section-youtube .youtube {
    width: 100%;
  }
}
.section-youtube .youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.section-otherStore {
  width: 1480px;
  margin: -10px auto 80px;
}
@media (max-width: 768px) {
  .section-otherStore {
    width: calc(100% - 40px);
    margin: 7px 20px 44px;
  }
}
.section-otherStore .title-index {
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .section-otherStore .title-index {
    font-size: 2.8rem;
  }
}

.otherStoreList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .otherStoreList {
    display: block;
  }
}

.otherStore {
  width: 460px;
}
@media (max-width: 768px) {
  .otherStore {
    width: 100%;
  }
}
.otherStore__img {
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
  height: 250px;
}
@media (max-width: 768px) {
  .otherStore__img {
    height: auto;
    margin-bottom: 12px;
  }
}
.otherStore__img img {
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  width: 100%;
}
@media (max-width: 768px) {
  .otherStore__img img {
    height: auto;
  }
}
.otherStore__floor {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.1875;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .otherStore__floor {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.otherStore__name {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-right: 26px;
  background: url(./images/common/icon_arrow.svg) no-repeat right 6px center;
  background-size: 10px 14px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .otherStore__name {
    font-size: 15px;
    padding-right: 13px;
    background: url(./images/common/icon_arrow.svg) no-repeat right 0 center;
    background-size: 6px 9px;
  }
}
@media (min-width: 768px) {
  .otherStore a:hover .otherStore__img img {
    -webkit-transform: rotate(0.0001deg) scale(1.06);
    transform: rotate(0.0001deg) scale(1.06);
    opacity: 0.8;
  }
  .otherStore a:hover .otherStore__name {
    background: url(./images/common/icon_arrow.svg) no-repeat right 0 center;
    background-size: 10px 14px;
  }
}
@media (max-width: 768px) {
  .otherStore:nth-child(n + 2) {
    margin-top: 24px;
  }
}

/* shop johnson burger */
.section-menu {
  width: 1318px;
  margin: 12px auto 80px;
  padding: 0;
}
@media (max-width: 768px) {
  .section-menu {
    width: calc(100% - 40px);
    margin: 0 20px 50px;
  }
}
.section-menu .linkBtn {
  width: 317px;
}
@media (max-width: 768px) {
  .section-menu .linkBtn {
    width: 250px;
    margin: 0 auto;
  }
}
.section-menu .title-index {
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .section-menu .title-index {
    font-size: 2.8rem;
    letter-spacing: 0.04em;
  }
}

.bl_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .bl_menu {
    display: block;
  }
}
.bl_menu__ph {
  margin-right: 50px;
}
@media (min-width: 768px) {
  .bl_menu__ph {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (max-width: 768px) {
  .bl_menu__ph {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .bl_menu__ph img {
    width: 100%;
  }
}
.bl_menu__desc {
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .bl_menu__desc {
    margin-top: -9px;
  }
}
@media (max-width: 768px) {
  .bl_menu__desc {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 32px;
  }
}

.page-burger .bl_shopHeading__floor {
  font-size: 20px;
  line-height: 1.15;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .page-burger .bl_shopHeading__floor {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-burger .bl_shopRead {
    padding: 32px 0 0;
    margin: 0 auto 24px;
  }
}
@media (max-width: 768px) {
  .page-burger .bl_shopInfo {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .page-burger .infoShop__title {
    margin-bottom: 40px;
  }
}
.page-burger .infoShop__floor {
  font-size: 16px;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .page-burger .infoShop__floor {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .page-burger .infoShop__name {
    letter-spacing: 0.04em;
  }
}
@media (min-width: 768px) {
  .page-burger .section-otherStore {
    margin-top: 0;
  }
}

/* モジュール */
.newsSingle .ttl_lv01 {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-left: 22px;
  position: relative;
}
.newsSingle .ttl_lv01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  background: #000;
  height: calc(100% - 15px);
  margin-top: 7px;
}
@media (max-width: 768px) {
  .newsSingle .ttl_lv01 {
    font-size: 2rem;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .newsSingle .ttl_lv01::before {
    width: 2px;
    height: calc(100% - 11px);
  }
}
.newsSingle .ttl_lv02 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .newsSingle .ttl_lv02 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
.newsSingle .ttl_lv03 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.64;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .newsSingle .ttl_lv03 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-bottom: 6px;
  }
}

.newsSingle pre {
  color: #0099ad;
  font-size: 30px;
  margin: 30px 0;
  font-weight: bold;
}
.newsSingle p + p {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .newsSingle p + p {
    margin-top: 18px;
  }
}
.newsSingle .txt_notes {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 768px) {
  .newsSingle .txt_notes {
    font-size: 1.3rem;
  }
}
.newsSingle .txt_normal {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 768px) {
  .newsSingle .txt_normal {
    font-size: 1.5rem;
  }
}
.newsSingle .txt_large {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 768px) {
  .newsSingle .txt_large {
    font-size: 1.7rem;
  }
}
.newsSingle .txt_large .txt_link::before {
  top: 4px;
}
.newsSingle .txt_small {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
.newsSingle .txt_small.txt_link::before {
  top: 2px;
}
@media (max-width: 768px) {
  .newsSingle .txt_small {
    font-size: 1.3rem;
  }
  .newsSingle .txt_small.txt_link::before {
    top: 7px;
  }
}
.newsSingle .txt_editor strong {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .newsSingle .txt_editor strong {
    font-size: 15px;
  }
}
.newsSingle .txt_editor a:link {
  text-decoration: underline;
}
.newsSingle .txt_editor a:hover {
  color: #7e7e7e;
}
.newsSingle .txt_center {
  text-align: center;
}
.newsSingle .txt_right {
  text-align: right;
}
.newsSingle .txt_bold {
  font-weight: bold;
}

.txt_link {
  padding-left: 20px;
  position: relative;
  font-weight: bold;
}
@media (max-width: 768px) {
  .txt_link {
    padding-left: 15px;
  }
}
.txt_link::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 12px;
  left: 0;
  top: 2px;
  background: url(./images/common/icon_arrow.svg) no-repeat;
  background-size: 8px 12px;
}
@media (max-width: 768px) {
  .txt_link::before {
    background-size: 7px 10px;
    top: 10px;
  }
}
.txt_link a:hover {
  color: #7e7e7e;
}
.txt_link:hover {
  color: #7e7e7e;
}

.link_line:link {
  text-decoration: underline;
}
.link_line:hover {
  color: #7e7e7e;
}

.newsSingle .linkBtn {
  width: 494px;
}
.newsSingle .linkBtn a {
  font-size: 1.8rem;
}
.newsSingle .linkBtn.linkBtn-center {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .newsSingle .linkBtn {
    width: auto;
    max-width: auto;
  }
  .newsSingle .linkBtn a {
    font-size: 1.3rem;
    max-width: 100%;
  }
}

.txt_list {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .txt_list {
    margin-bottom: 42px;
  }
}
.txt_list__item {
  font-size: 1.8rem;
  line-height: 2;
  position: relative;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .txt_list__item {
    font-size: 1.5rem;
  }
}
.txt_list__item:nth-child(n + 2) {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .txt_list__item:nth-child(n + 2) {
    margin-top: 10px;
  }
}
.txt_list__item::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .txt_list__item::before {
    width: 5px;
    height: 5px;
    top: 10px;
  }
}
.txt_list__item a {
  text-decoration: underline;
}
.txt_list__item a:hover {
  color: #7e7e7e;
}

.txt_box {
  border: 1px solid #000;
  padding: 22px 30px 18px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .txt_box {
    padding: 12px 15px;
  }
}
.txt_box strong {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 768px) {
  .txt_box strong {
    font-size: 1.7rem;
    margin-top: 5px;
  }
}
.txt_box a {
  text-decoration: underline;
}
.txt_box a:hover {
  color: #7e7e7e;
}
.txt_box p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
}
.txt_box p + p {
  margin-top: 17px;
}
@media (max-width: 768px) {
  .txt_box p + p {
    margin-top: 10px;
  }
}
.txt_box .ttl_lv02 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .txt_box .ttl_lv02 {
    margin-top: 5px;
  }
}
.txt_box .ttl_lv02 + .txt_normal {
  margin-top: 17px;
}
@media (max-width: 768px) {
  .txt_box .ttl_lv02 + .txt_normal {
    margin-top: 10px;
  }
}

.post_table {
  width: 100%;
}
@media (max-width: 768px) {
  .post_table {
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
  }
}
.post_table tr th {
  text-align: left;
}
@media (min-width: 768px) {
  .post_table tr th {
    width: 244px;
  }
}
.post_table tr:first-child th {
  border-top: 1px solid #fff;
}
.post_table tr:first-child td {
  border-top: 1px solid #ebebeb;
}
.post_table tr:last-child th {
  border-bottom: 1px solid #ebebeb;
}
.post_table th,
.post_table td {
  padding: 16px 32px 16px 28px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
}
.post_table th {
  background: #ebebeb;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .post_table th {
    border-bottom: none;
  }
}
.post_table td {
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .post_table td {
    border-right: 1px solid #ebebeb;
  }
}
@media (max-width: 768px) {
  .post_table th,
  .post_table td {
    text-align: left;
    display: block;
    padding: 18px 20px 18px 20px;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}

.split-line {
  margin: 50px 0;
  color: #ccc;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0;
}
@media (max-width: 768px) {
  .row {
    margin: 40px 0;
  }
}
.row > .col {
  width: 100%;
}
.row img {
  width: 100%;
  height: auto;
}
.row.col-2 .col {
  width: 100%;
  max-width: 410px;
  margin-right: 40px;
}
.row.col-2 .col:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .row.col-2 .col {
    margin-right: 20px;
  }
}
.row.col-2 .img {
  width: 100%;
  max-width: 410px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .row.col-2 .img {
    max-width: 315px;
    margin-right: 0;
  }
}
.row.col-2 .caption {
  width: 100%;
  max-width: 410px;
  line-height: 1.777;
}
.row.col-2--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.row.col-2--reverse .img {
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .row.col-2--reverse.col-imgblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row.col-2--reverse.col-imgblock .img {
    max-width: 100%;
    margin-left: 0;
  }
  .row.col-2--reverse.col-imgblock .caption {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .row.col-2.col-imgblock .ttl_lv02 {
    margin-top: -5px;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .row.col-2.col-imgblock .caption {
    margin-top: -7px;
  }
}
@media (max-width: 768px) {
  .row.col-2.col-imgblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row.col-2.col-imgblock .ttl_lv02 {
    font-size: 1.4rem;
    margin: 2px 0 15px;
    line-height: 1.46;
  }
  .row.col-2.col-imgblock .img {
    max-width: 100%;
    margin-right: 0;
  }
  .row.col-2.col-imgblock .caption {
    max-width: 100%;
  }
}
.row.col-2.col-imgblock .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.row.col-2.col-imgblock .caption {
  line-height: 2;
}
@media (max-width: 768px) {
  .row.col-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.row.col-3 .col {
  width: 100%;
  max-width: 260px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .row.col-3 .col {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 100%;
  }
}
.row.col-3 .col:nth-child(3n) {
  margin-right: 0;
}
.row .img {
  margin-bottom: 10px;
}
.row .caption {
  font-size: 1.8rem;
  line-height: 2;
  margin: 0;
}
@media (max-width: 768px) {
  .row .caption {
    font-size: 1.4rem;
  }
}

.el_btn {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .el_btn {
    margin-bottom: 25px;
  }
}
.el_btn__link {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 494px;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  padding: 15px 0;
}
.el_btn__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #000;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.el_btn__link:hover {
  color: #fff;
}
.el_btn__link:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.el_btn__link:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.el_btn__link::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  right: 15px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
@media (max-width: 768px) {
  .el_btn__link {
    width: auto;
    min-width: 250px;
    padding: 14px 45px 14px 30px;
    font-size: 1.3rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
.el_btn--center {
  text-align: center;
}
.el_btn + .el_btn {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .el_btn + .el_btn {
    margin-top: 25px;
  }
}

.bl_instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .bl_instagram {
    margin-bottom: 32px;
  }
} /*# sourceMappingURL=style.css.map */

/*--------------------------------------------------------------------------
   Calendar
   --------------------------------------------------------------------------*/

.bl_Calendar {
  width: min(100%, 900px);
  margin: 0 auto 40px;
}

.simcal-calendar-head {
  background: #333;
  color: #fff;
}

.simcal-icon-right,
.simcal-icon-left{
  color: #fff;
}

.simcal-week-day-0,
.simcal-week-day-0 > div > .simcal-day-number {
  color:  #DD1F30;
}

.simcal-week-day-6,
.simcal-week-day-6 > div {
  color: #006AB6;
}

.simcal-default-calendar-light .simcal-nav-button {
  color: #fff;
}

.simcal-align-right {
  display: none;
}

.simcal-event-title {
  font-size: 14px;
}

.simcal-weekday-6 {
  color: #006AB6;
}

.simcal-weekday-0 {
  color:  #DD1F30;
}

.simcal-nav [disabled="disabled"] .simcal-icon-right,
.simcal-nav [disabled="disabled"] .simcal-icon-left {
  color: #8E8E8E;
}

/* comingsoon */
.comingsoon:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  width: 53%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .comingsoon:before {
    width: 100%;
  }
}

.comingsoon:after {
  content: "coming soon";
    width: 50%;
    border-width: 1px 0;
    border-style: solid;
    border-color: #fff;
    text-align: center;
    color: #fff;
    padding: 0.6em;
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 1%;
}
@media (max-width: 768px) {
  .comingsoon:after {
    left: 25%;
  }
}

.gNav__menu ul>li {
  position: relative;
}

.comingsoon-nav-os:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 71%;
  z-index: 3;
  top: 0%;
  left: 0%;
}
@media (max-width: 768px) {
  .comingsoon-nav-os:before {
    display: none;
  }
}

.comingsoon-nav-os:after {
  content: "coming soon";
    width: 92%;
    border-width: 1px 0;
    border-style: solid;
    border-color: #fff;
    text-align: center;
    color: #fff;
    padding: 0.6em;
    display: block;
    position: absolute;
    z-index: 3;
    top: 25%;
    left: 0%;
}
@media (max-width: 768px) {
  .comingsoon-nav-os:after {
    display: none;
  }
}

.comingsoon-nav-nb:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 71%;
  z-index: 3;
  top: 0%;
  left: 0%;
}
@media (max-width: 768px) {
  .comingsoon-nav-nb:before {
    display: none;
  }
}

.comingsoon-nav-nb:after {
  content: "coming soon";
    width: 92%;
    border-width: 1px 0;
    border-style: solid;
    border-color: #fff;
    text-align: center;
    color: #fff;
    padding: 0.6em;
    display: block;
    position: absolute;
    z-index: 3;
    top: 25%;
    left: 0%;
}
@media (max-width: 768px) {
  .comingsoon-nav-nb:after {
    display: none;
  }
}

/* 2025-10 MORE INFO 横にSNS追加 */
.shiftBox__textarea .shiftBox__link {
  display: flex;
  align-items: center;
}
.shiftBox__textarea .sns__icon {
  padding-left: 20px;
}
.shiftBox__textarea .sns__icon a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #e5e5e6;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.shiftBox__textarea .sns__icon a:hover {
  background-color: #ccc;
}
.shiftBox__textarea .sns__icon a img {
  max-width: 60%;
}
@media (max-width: 768px) {
  .shiftBox__textarea .shiftBox__link {
    justify-content: center;
  }
  .shiftBox__link .linkBtn {
    margin: 0;
  }
}

.text-red {
  color: #DD1F30;
}