@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700"); */

/* For Agreement,Acess,contact page heading */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

/* Home page Headings */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* For Hanburger Menus for all menus */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Access and faq page */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
} 

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

.clearfixLegacy {
  _overflow: visible;
  _height: 1px;
  zoom: 1;
}

.clearfixLegacy:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0px;
  font-size: 0px;
}

.overParentW {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

/**
 * Add the correct display in IE 10.
 */
/*--------------------basic settings---------------------*/
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #333;
  line-height: 2.14286;
  text-align: left;
  background-color: #fff;
  margin: 0 auto;
  height: 100%;
  min-width: 0;
}

@media all and (max-width: 750px) {
  body {
    font-size: 1.2rem;
    line-height: 2;
  }
}

/*-----heading-----*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

/*-----paragraph-----*/
p {
  margin: 0 0 2em;
}

@media all and (max-width: 750px) {
  p {
    margin-bottom: 1em;
  }
}

/*-----lists-----*/
ul, ol, dl, dl dt, dl dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl dt {
  font-weight: 700;
}

/*-----table-----*/
table {
  border-collapse: separate;
  border-spacing: 0;
}

/*-----horizontal line-----*/
hr {
  border: 0;
  border-top: 3px solid #999999;
  display: block;
  margin: 30px 0;
  padding: 0;
  height: 0;
}

@media all and (max-width: 750px) {
  hr {
    border-top: 1px solid #a8a8a8;
    margin: 20px 0;
  }
}

/*-----quote-----*/
blockquote, q {
  quotes: none;
}

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

blockquote {
  margin: 1.5em 1em;
}

/*-----anchor-----*/
a {
  font-weight: 400;
  color: #333;
  text-decoration: none;
}

.faqWrapper a:hover {
  opacity: 0.8;
}

@media all and (max-width: 750px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

/*-----strong/emphasis-----*/
strong, b {
  font-weight: 700;
}

em {
  font-style: normal;
}

/*-----mark-----
mark{
	background-color: #ff9;
	font-style: italic;
	font-weight: 700;
	color: #000;
}*/
/*-----insert/delete-----
ins{
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
del{ text-decoration: line-through;}*/
/*-----abbreviation/acronym/definition-----*/
abbr[title], acronym[title], dfn[title] {
  text-decoration: underline;
  border-bottom: 0;
  cursor: help;
}

/*-----preformatted text-----*/
code, kbd, pre, samp {
  font-size: 1.6rem;
}

pre {
  background-color: #f2f2f2;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 2em;
}

/*-----small-----*/
small {
  font-size: 1.6rem;
}

/*-----address-----*/
address {
  font-style: normal;
}

/*-----image-----*/
img {
  font-family: sans-serif;
  line-height: 1;
  vertical-align: bottom;
  border: none;
  max-width: 100%;
}

/*-----figure-----*/
figure {
  margin: 0;
}

/*-----picture-----*/
picture {
  line-height: 0;
  vertical-align: top;
  display: inline-block;
}

/*-----media-----*/
embed,
iframe,
object,
video {
  vertical-align: bottom;
  max-width: 100%;
}

/*-----form parts-----*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input[type="image"],
input[type="button"],
textarea,
select {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 2.14286;
  vertical-align: middle;
  margin: 8px 0;
}

input[type="file"] {
  font: static;
}

/*-----debug-----*/
.debugHeading, .debugHeading2 {
  background-color: #fc3;
  margin: 16px 0;
  padding: 8px;
}

.debugHeading:first-child, .debugHeading2:first-child {
  margin-top: 0;
}

.debugHeading2 {
  background-color: #ff6;
}

.debugImgBlock {
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #ccc;
  display: inline-block;
}

/*--------------------structure setting---------------------*/
/*----------html----------*/
@media all and (max-width: 750px) {
  html, body {
    position: relative;
    width: 100%;
  }
}

/*----------body----------*/
body {
  background: none;
}

body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

@media all and (max-width: 750px) {
  body.fixed {
    position: fixed;
    width: 100%;
    left: 0;
  }
}

body.is-top .g-header__pageTitle {
  display: none;
}

/*----------pageWrapper----------*/
/*----------pageHeader----------*/
@media (min-width: 751px) {
  .pageHeader.g-header {
    z-index: 999;
  }
}

.pageHeader.g-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.pageHeader.g-header.fixed.is-open {
  right: 0;
  bottom: 0;
}

@media all and (max-width: 750px) {
  .pageHeader.g-header {
    position: static;
    overflow: visible;
  }
}

@media all and (max-width: 750px) {
  .pageHeader.g-header.hidden {
    top: -54px;
  }
}

@media all and (max-width: 750px) {
  .pageHeader.g-header.hidden .g-header__top {
    display: none;
  }
}

@media (min-width: 751px) {
  .pageHeader.g-header.no-scroll .g-hum-btn {
    top: 0;
  }
}

@media (min-width: 751px) {
  .pageHeader.g-header.no-scroll.is-open .g-hum-btn {
    top: 70px;
  }
}

@media all and (max-width: 750px) {
  .pageHeader.g-header.no-scroll .g-nav {
    top: 10.66667vw !important;
  }
}

.pageHeader.g-header .g-header__top {
  justify-content: space-between;
  background: #000;
  color: #fff;
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-header__top {
    padding-right: 2.66667vw;
    height: 54px;
  }
}

.pageHeader.g-header .g-header__top:before {
  content: none;
}

.pageHeader.g-header .g-header__top .g-header__logo {
  margin-right: auto;
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-header__top .g-header__logo {
    width: 86px;
  }
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-header__top .g-header__logo a {
    display: flex;
    align-items: center;
  }
}

.pageHeader.g-header .g-header__top .g-header__sns {
  margin-right: 20px;
}

.pageHeader.g-header .g-header__top .g-header__sns > ul {
  display: flex;
  align-items: center;
}

.pageHeader.g-header .g-header__top .g-header__sns > ul > li {
  line-height: 1;
  vertical-align: middle;
  margin-left: 5px;
}

.pageHeader.g-header .g-header__top .g-header__sns > ul a:hover i {
  color: #666666;
}

.pageHeader.g-header .g-header__top .g-header__sns > ul i {
  color: #fff;
  font-size: 2.4rem;
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-header__top .g-header__sns > ul i {
    font-size: 2.4rem;
  }
}

.pageHeader.g-header .g-header__top .g-header__pageTitle {
  font-size: 2.4rem;
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-weight: 300;
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-header__top .g-header__pageTitle {
    font-size: 1.8rem;
  }
}

.pageHeader.g-header .g-header__top.g-header__top--open {
  position: fixed;
  top: -70px;
  width: 100%;
  overflow: visible;
  z-index: 99;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
}

.pageHeader.g-header .g-header__lang {
  position: relative;
  z-index: 99;
}

.pageHeader.g-header .g-header__lang:hover {
  cursor: pointer;
}

.pageHeader.g-header .g-header__lang > p {
  position: relative;
  margin: 0;
}

.pageHeader.g-header .g-header__lang > p::before {
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 11px);
  height: 2px;
}

.pageHeader.g-header .g-header__lang > p::after {
  vertical-align: middle;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
  content: "";
  box-sizing: border-box;
  position: absolute;
  bottom: -6px;
  right: 0;
}

.pageHeader.g-header .g-header__lang > ul {
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-size: 1.1rem;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  opacity: 1;
  position: absolute;
  top: 52px;
  right: 50%;
  z-index: 66;
  transform: translateX(50%);
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-header__lang > ul {
    top: 42px;
    right: -7px;
    transform: none;
  }
}

.pageHeader.g-header .g-header__lang > ul li.active, .pageHeader.g-header .g-header__lang > ul li:hover {
  background-color: #000;
}

.pageHeader.g-header .g-header__lang > ul li.active a, .pageHeader.g-header .g-header__lang > ul li:hover a {
  color: #fff;
}

.pageHeader.g-header .g-header__lang > ul li a {
  display: block;
  padding: 12px 20px;
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-hum-btn {
    position: fixed;
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
  }
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-hum-btn:before {
    border-color: transparent #39323f transparent transparent;
  }
}

.pageHeader.g-header .g-hum-btn.fixed {
  top: 0;
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-hum-btn.fixed {
    top: auto;
  }
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-hum-btn .inner {
    top: auto;
    bottom: 27px;
    right: 12px;
    left: auto;
  }
}

.pageHeader.g-header .g-hum-btn .txt {
  margin-bottom: 9px;
  line-height: 1;
}

.pageHeader.g-header .g-nav-overlay {
  background: rgba(0, 0, 0, 0.8);
  transition: .3s;
}

.pageHeader.g-header .g-nav {
  padding: 0;
}

@media (min-width: 751px) {
  .pageHeader.g-header .g-nav {
    min-height: 740px;
    transition: cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    transform: translateX(-100vw) translateX(-100vh);
    opacity: 1;
  }
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-nav {
    background: url("/assets/img/bg/bg_menu2_pc.png") repeat top left;
    position: fixed;
    top: auto;
    padding: 0;
    height: 100%;
    transform: translate(100%, 0);
    transition-delay: .3s;
    opacity: 0;
  }
}

@media (min-width: 751px) {
  .pageHeader.g-header .g-nav .g-nav__bg {
    background-color: #000;
    position: absolute;
    top: 0;
    left: -30vw;
    width: calc(100vw + 100vh);
    height: 100%;
    -webkit-clip-path: polygon(0 0, calc(100vw + 100vh) 0, 100vw 100vh, 0 100vh);
            clip-path: polygon(0 0, calc(100vw + 100vh) 0, 100vw 100vh, 0 100vh);
  }
  .pageHeader.g-header .g-nav .g-nav__bg::before {
    background: url("/assets/img/bg/bg_menu_grid.png") 0 0 repeat #ccc;
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 51px);
  }
}

@media all and (min-width: 751px) and (max-height: 809px) {
  .pageHeader.g-header .g-nav .g-nav__bg {
    min-height: 740px;
    -webkit-clip-path: polygon(0 0, calc(100vw + 740px) 0, 100vw 740px, 0 740px);
            clip-path: polygon(0 0, calc(100vw + 740px) 0, 100vw 740px, 0 740px);
  }
}

.pageHeader.g-header .g-nav .g-nav__inner {
  width: 100%;
}

@media (min-width: 751px) {
  .pageHeader.g-header .g-nav .g-nav__inner {
    padding: 10vh 15px 0 11vw;
    height: calc(100% - 51px);
    min-height: 689px;
    transition: opacity .3s;
    opacity: 0;
  }
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-nav .g-nav__inner {
    padding: 25px 36px 25px;
    transition: opacity .3s;
    opacity: 0;
  }
}

.pageHeader.g-header .g-nav .g-nav__bottom {
  width: 100%;
}

@media (min-width: 751px) {
  .pageHeader.g-header .g-nav .g-nav__bottom {
    line-height: 1;
    position: relative;
    z-index: 3;
    padding: 14px 15px 14px 11vw;
    transition: .3s;
    opacity: 0;
  }
}

.pageHeader.g-header .g-nav .g-nav__bottom .g-navFooter .g-navFooter__icon {
  margin-right: 80px;
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-nav .g-nav__bottom .g-navFooter .g-navFooter__icon {
    margin: 0;
    width: 100%;
    height: 54px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.pageHeader.g-header .g-nav .g-nav__bottom .g-navFooter .g-navFooter__icon a {
  margin-right: 34px;
}

.pageHeader.g-header .g-nav .g-nav__bottom .g-navFooter .g-navFooter__icon a:last-child {
  margin-right: 0;
}

.pageHeader.g-header .g-nav .g-nav__bottom .g-navFooter .g-navFooter__icon a img {
  height: 23px;
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-nav .g-nav__bottom .g-navFooter .g-navFooter__copy {
    padding: 10px 0;
    text-align: center;
  }
}

.is-open .pageHeader.g-header .g-nav {
  width: 100%;
}

@media (min-width: 751px) {
  .is-open .pageHeader.g-header .g-nav {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media all and (max-width: 750px) {
  .is-open .pageHeader.g-header .g-nav {
    background-size: cover;
    overflow-y: scroll;
    left: 0;
    padding-bottom: 29.06667vw;
  }
}

@media all and (min-width: 751px) and (max-height: 809px) {
  .is-open .pageHeader.g-header .g-nav .g-nav__scroll.js-scroll-on {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

@media (min-width: 751px) {
  .is-open .pageHeader.g-header .g-nav .g-nav__inner {
    opacity: 1;
    transition: opacity .75s;
    transition-delay: 1s;
  }
}

@media all and (max-width: 750px) {
  .is-open .pageHeader.g-header .g-nav .g-nav__inner {
    opacity: 1;
    transition: opacity .75s;
    transition-delay: 1s;
  }
}

@media (min-width: 751px) {
  .is-open .pageHeader.g-header .g-nav .g-nav__bottom {
    opacity: 1;
  }
}

.pageHeader.pageHeader2 {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.pageHeader.pageHeader2 .g-header__top {
  display: flex !important;
}

.pageHeader.pageHeader2 .g-hum-btn {
  position: absolute;
  top: 0;
  width: auto;
  height: auto;
  right: 12px;
  left: auto;
}

.pageHeader.pageHeader2 .g-hum-btn.fixed {
  top: 0;
}

.pageHeader.pageHeader2 .g-hum-btn:before {
  content: none;
}

.pageHeader.pageHeader2 .g-hum-btn .inner {
  z-index: 999;
  top: 12px;
  left: 0;
  position: relative;
  bottom: auto;
}

.pageHeader.pageHeader2.is-open .g-hum-btn .inner span:nth-child(1) {
  transform: translateY(-8px) rotate(135deg);
}

.pageHeader.pageHeader2.is-open .g-hum-btn .inner span:nth-child(2) {
  transform: translateY(-8px) rotate(-135deg);
}

.pageHeader.pageHeader2 + .pageContent {
  padding-top: 70px;
}

@media all and (max-width: 750px) {
  .pageHeader.pageHeader2 + .pageContent {
    padding-top: 54px;
  }
}

.pageHeader.pageHeader2 ~ .pageFooter .pageFooter__wrapper {
  padding: 0;
}

/*----------pageContent----------*/
.pageContent {
  position: relative;
  overflow: hidden;
}

.pageContent.pageContent2 {
  background: #000;
}

.pageContent.pageContent2:before {
  background: url("/assets/img/bg/bg2_top_pc.png") no-repeat;
}

@media all and (max-width: 750px) {
  .pageContent.pageContent2:before {
    background: url("/assets/img/bg/bg2_top_sp.png") no-repeat;
  }
}

.pageContent.pageContent2:after {
  background: url("/assets/img/bg/bg2_bottom_pc.png") no-repeat;
}

@media all and (max-width: 750px) {
  .pageContent.pageContent2:after {
    background: url("/assets/img/bg/bg2_bottom_sp.png") no-repeat;
  }
}

.pageContent.pageContent2 + .pageFooter {
  background: #000;
  color: #fff;
}

.pageContent .pageContent__inner {
  position: relative;
  z-index: 3;
}

.pageContent .pageContent__header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 65px 0 12px;
}

@media all and (max-width: 750px) {
  .pageContent .pageContent__header {
    padding: 50px 0 40px;
  }
}

.pageContent .pageContent__header .pageContent__heading {
  margin: 0 auto;
  font-size: 3.2rem;
  font-weight: 100;
}

/* breadcrumb */
.breadcrumb {
  padding: 6px 180px;
  margin: 0 auto;
  font-size: 1.3rem;
  font-weight: 400;
}

@media all and (max-width: 750px) {
  .breadcrumb {
    font-size: 1.1rem;
    padding: 13px 17px 28px;
  }
}

.bgImg--navy .breadcrumb {
  background-color: #fff;
  color: #333;
}

.breadcrumb .breadcrumb__inner {
  max-width: 1400px;
}

.breadcrumb .breadcrumb__list {
  display: flex;
}

.breadcrumb .breadcrumb__list > li {
  position: relative;
  margin-right: 8px;
  padding-right: 12px;
}

.breadcrumb .breadcrumb__list > li a {
  text-decoration: underline;
}

.breadcrumb .breadcrumb__list > li:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-50%) rotate(45deg);
}

.breadcrumb .breadcrumb__list > li:last-child {
  margin-right: 0;
}

.breadcrumb .breadcrumb__list > li:last-child:after {
  content: none;
}

/*----------pageTop----------*/
.pageTop {
  position: relative;
  z-index: 9;
  opacity: 0;
  transition: .3s;
}

.pageTop.active {
  opacity: 1;
}

.pageTop a {
  content: '';
  position: fixed;
  display: block;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  background: #7D225D;
  border-radius: 50%;
}

.pageTop a:before {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11.5px 20px 11.5px;
  border-color: transparent transparent #fff transparent;
}

.pageTop a:after {
  content: none;
}

/*----------pageFooter----------*/
.pageFooter {
  position: relative;
  z-index: 9;
  text-align: center;
  background: #f2f2f2;
}

.pageFooter .pageFooter__wrapper {
  padding: 80px 0 77px;
}

@media all and (max-width: 750px) {
  .pageFooter .pageFooter__wrapper {
    margin-top: 0;
    padding: 40px 40px 90px;
  }
}

.pageFooter.g-footer .footer-bottom .copy {
  margin-bottom: 0;
}

.pageFooter.bgImg {
  overflow: visible;
}

/* display */
@media all and (max-width: 750px) {
  .display_pc {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .display_sp {
    display: none !important;
  }
}

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

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

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

.link--arrow::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  margin-right: 10px;
  margin-left: 10px;
  transform: rotate(45deg);
}

.link--arrow--black::after {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}

.bold {
  font-weight: 600;
}

.notice {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 0;
}

.red {
  color: #ff0000;
}

.blue {
  color: #2200c1;
}

.ofi-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.bb {
  border-bottom: 2px solid #c6c6c6;
}

@media all and (max-width: 750px) {
  .bb {
    border-bottom: none;
  }
}

.mb-05 {
  margin-bottom: .5em;
}

.anchorTarget {
  display: block;
  padding-top: 160px;
  margin-top: -160px;
}

@media all and (max-width: 750px) {
  .anchorTarget {
    padding-top: 130px;
    margin-top: -130px;
  }
}

.noticeBlock {
  margin: 45px auto;
  color: red;
  text-align: center;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 2.0rem;
}

@media all and (max-width: 750px) {
  .noticeBlock.noticeBlock--left {
    text-align: left;
  }
}

@media all and (max-width: 750px) {
  .noticeBlock {
    font-size: 1.3rem;
    max-width: 345px;
  }
}

/* accessBlock */
.accessBlock {
  margin: 60px 0;
}

.accessBlock__wrapper {
  padding: 4em 0 1em;
}

@media all and (max-width: 750px) {
  .accessBlock__wrapper {
    padding: 3em 0 .5em;
  }
}

.accessBlock__inner {
  width: 77vw;
  max-width: 1080px;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .accessBlock__inner {
    width: 100%;
    padding: 0 1.43em;
  }
}

.accessBlock__childInner {
  width: 87%;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .accessBlock__childInner {
    width: 100%;
  }
}

.accessBlock__heading {
  text-align: center;
  margin-bottom: 4em;
}

@media all and (max-width: 750px) {
  .accessBlock__heading {
    margin-bottom: 2.7em;
  }
}

.accessBlock__heading .heading1 {
  display: block;
  margin-bottom: 0;
}

.accessBlock__map {
  margin: 2em 0 5em;
}

@media all and (max-width: 750px) {
  .accessBlock__map {
    margin: 1.5em 0 0;
  }
}

@media all and (max-width: 750px) {
  .accessBlock__map .mainMap {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
}

.accessBlock__map p:first-of-type {
  text-align: center;
  margin-top: 2em;
}

.accessBlock--train {
  margin-bottom: 6em;
}

@media all and (max-width: 750px) {
  .accessBlock--train {
    margin-bottom: 4.166em;
  }
}

.accessBlock--train::before {
  content: '';
  display: inline-block;
  width: 81px;
  height: 81px;
  background-image: url("/assets/img/icon/icon_train.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  margin-right: 32px;
}

@media all and (max-width: 750px) {
  .accessBlock--train::before {
    width: 58px;
    height: 58px;
    margin-right: 18px;
  }
}

.accessBlock--car {
  margin-bottom: 6.8em;
}

@media all and (max-width: 750px) {
  .accessBlock--car {
    margin-bottom: 4.5em;
  }
}

.accessBlock--car ul {
  margin: 1em 0;
}

.accessBlock--car .table2 {
  margin-bottom: 2em;
}

@media all and (max-width: 750px) {
  .accessBlock--car .table2 {
    margin-bottom: 1em;
  }
  .accessBlock--car .table2 .btn1 + p {
    text-align: center;
    margin-top: 8px;
  }
}

.accessBlock--car__parking {
  padding: 0 2em;
}

.accessBlock--car__parking img {
  width: 100%;
}

.accessBlock--car::before {
  content: '';
  display: inline-block;
  width: 81px;
  height: 81px;
  background-image: url("/assets/img/icon/icon_car.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  margin-right: 32px;
}

@media all and (max-width: 750px) {
  .accessBlock--car::before {
    width: 58px;
    height: 58px;
    margin-right: 18px;
  }
}

@media all and (max-width: 750px) {
  .accessBlock--car .carItem {
    margin-bottom: 1.5em;
  }
  .accessBlock--car .carItem figure {
    margin-bottom: 0;
  }
}

.accessBlock--car .carItem .heading1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5em;
}

@media all and (max-width: 750px) {
  .accessBlock--car .carItem .heading1 {
    font-size: 1.5rem;
  }
}

.accessBlock--car .carItem .heading1 .red {
  color: #F15151;
}

.accessBlock--car .carItem .carItem__heading {
  margin-top: 35px;
}

.accessBlock--plane {
  margin-bottom: 2em;
}

.accessBlock--plane::before {
  content: '';
  display: inline-block;
  width: 81px;
  height: 81px;
  background-image: url("/assets/img/icon/icon_plane.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  margin-right: 32px;
}

@media all and (max-width: 750px) {
  .accessBlock--plane::before {
    width: 58px;
    height: 58px;
    margin-right: 18px;
  }
}

.accessBlock__trainItem {
  display: flex;
  justify-content: center;
}

@media all and (max-width: 750px) {
  .accessBlock__trainItem {
    display: block;
    text-align: center;
  }
}

.accessBlock__trainItem .accessBlock__col {
  border-right: 1px solid #b5b5b6;
  padding: 10px 5px;
}

.accessBlock__trainItem .accessBlock__col:last-child {
  border-right: none;
}

.accessBlock__trainItem .accessBlock__col .train-txt {
  font-weight: 300;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 6px;
  letter-spacing: 0.06em;
}

@media all and (max-width: 750px) {
  .accessBlock__trainItem .accessBlock__col .train-txt {
    letter-spacing: 0.05em;
  }
}

@media all and (max-width: 750px) {
  .accessBlock__trainItem .accessBlock__col {
    width: 100%;
    border: none;
    border-bottom: 1px solid #b5b5b6;
    padding: 23px 0 18px;
  }
  .accessBlock__trainItem .accessBlock__col:first-child {
    padding-top: 0;
  }
  .accessBlock__trainItem .accessBlock__col:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}

/* accessNavigation */
.accessNavigation {
  display: none;
}

@media all and (max-width: 750px) {
  .accessNavigation {
    display: flex;
    justify-content: space-around;
    margin-top: 2em;
    margin-bottom: 43px;
  }
}

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

.accessNavigation .accessNavigation__item a {
  display: block;
}

.accessNavigation .accessNavigation__item img {
  max-width: 75px;
}

@media all and (max-width: 750px) {
  .accessNavigation .accessNavigation__item img {
    margin-bottom: 10px;
  }
}

.accessNavigation .accessNavigation__item span {
  display: block;
  font-weight: bold;
  font-size: 1.0rem;
  line-height: 1.6445;
  letter-spacing: 0.02em;
}

.accessNavigation .accessNavigation__item::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}

/*----------agreement page----------*/
.agWrapper {
  padding-bottom: 3em;
}

.agInner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.429em;
}

.agHeading {
  text-align: center;
  padding: 6em 0;
}

@media all and (max-width: 750px) {
  .agHeading {
    padding: 5em 0;
  }
}

.agList h4 {
  font-weight: 600;
}

.agList .agreement-cell {
  margin-bottom: 3em;
}

@media all and (max-width: 750px) {
  .agList .agreement-cell {
    margin-bottom: 2em;
  }
}

.agList .agreement-cell.ppList--intro {
  margin-bottom: 4em;
}

@media all and (max-width: 750px) {
  .agList .agreement-cell.ppList--intro {
    margin-bottom: 3em;
  }
}

.align--offset_center {
  text-align: center !important;
}

.align--offset_right {
  text-align: right !important;
}

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

.appBlock {
  background: url(/assets/img/body-bg.jpg) 50% 0 repeat, url(/assets/img/appBlock/board_top.png) 0 0 no-repeat, url(/assets/img/appBlock/board_bottom.png) 0 100% no-repeat #f5edf1;
  background-blend-mode: multiply;
}

.appBlock:nth-child(even) {
  background: url(/assets/img/body-bg.jpg) 50% 0 repeat, url(/assets/img/appBlock/board_top_even.png) 0 0 no-repeat, url(/assets/img/appBlock/board_bottom_even.png) 0 100% no-repeat #f5edf1;
}

.appBlock.appBlock--bg_white {
  background: #fff;
  background-blend-mode: normal;
}

.appBlock + .appBlock {
  margin-top: 48px;
}

.appBlock .appBlock__inner {
  padding: 40px 56px 64px;
}

@media all and (max-width: 750px) {
  .appBlock .appBlock__inner {
    padding: 20px 5vw;
  }
}

.appBlock p:not([class]) {
  line-height: 1.71429;
}

.appBlock .table1 {
  margin-bottom: 2em;
}

.appBlock .figureBlock2:last-child {
  margin-bottom: 0;
}

.appDownload .appDownload__icon {
  text-align: center;
  margin-bottom: 24px;
}

.appDownload .appDownload__icon img {
  width: 128px;
}

.appDownload p.notes {
  font-size: 2.0rem;
  font-weight: bold;
}

@media all and (max-width: 750px) {
  .appDownload p.notes {
    font-size: 1.8rem;
  }
}

.appDownload .appDownload__downloads {
  display: flex;
  justify-content: center;
}

@media all and (max-width: 414px) {
  .appDownload .appDownload__downloads {
    display: block;
  }
}

.appDownload .appDownload__downloads > li {
  text-align: center;
  min-width: 162px;
  margin: 0 6.88406%;
}

@media all and (max-width: 750px) {
  .appDownload .appDownload__downloads > li {
    margin: 20px 0 0;
    min-width: 50%;
    padding: 2%;
  }
}

.appDownload .appDownload__qr {
  width: 150px;
  margin-bottom: 10px;
}

.appDownload .appDownload__dl {
  width: auto;
  height: 48px;
}

.articleBlock {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.articleBlock a {
  display: block;
  color: #000000;
}

.articleBlock a:hover .articleInfo--ttl, .articleBlock a:hover .articleInfo--floor, .articleBlock a:hover .articleInfo--cat {
  color: #b8598d;
}

.articleBlock article {
  background-color: #fff;
  width: calc((100% - 1.429em * 3) / 4);
  margin-right: 1.429em;
  margin-bottom: 1.86em;
}

@media all and (max-width: 750px) {
  .articleBlock article {
    width: calc((100% - 1.429em) / 2);
  }
}

.articleBlock article:nth-child(4n) {
  margin-right: 0;
}

@media all and (max-width: 750px) {
  .articleBlock article:nth-child(2n) {
    margin-right: 0;
  }
}

.articleBlock article .articleImg {
  border-bottom: 1px solid #999;
  background-color: #fff;
  position: relative;
  width: 100%;
  padding-top: 66.3%;
  overflow: hidden;
}

.articleBlock article .articleImg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.articleInfo {
  background-color: #ffffff;
  padding: .5em .625em .14em;
}

.articleInfo ul {
  display: inline-block;
  line-height: 20px;
  width: 100%;
}

.articleInfo p {
  margin-bottom: .5em;
  line-height: 1.5;
}

.articleInfo--ttl {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: .3em;
}

@media all and (max-width: 750px) {
  .articleInfo--ttl {
    font-size: 1.4rem;
  }
}

.articleInfo--floor {
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-size: 1.4rem;
  float: left;
  margin-right: .5em;
}

@media all and (max-width: 750px) {
  .articleInfo--floor {
    font-size: 1.2rem;
    margin-right: .4em;
  }
}

.articleInfo--cat {
  font-size: 1.4rem;
  float: left;
}

@media all and (max-width: 750px) {
  .articleInfo--cat {
    font-size: 1.2rem;
    margin-right: .5em;
  }
}

.articleInfo--tag {
  float: right;
  width: 58px;
}

@media all and (max-width: 750px) {
  .articleInfo--tag {
    width: 40px;
  }
}

.articleInfo--tag img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 750px) {
  .articleInfo--tag img {
    vertical-align: middle;
  }
}

.bandHeadingBlock {
  margin-bottom: 134px;
}

.bandHeadingBlock .bandHeadingBlock__heading {
  background: #7D225D;
  color: #fff;
  margin-bottom: 0;
  font-size: 1.5rem;
  text-align: center;
  padding: 15px;
  font-weight: 500;
}

.bandHeadingBlock .bandHeadingBlock__content {
  background: #fff;
  padding: 20px 25px;
  text-align: center;
}

.bandHeadingBlock .bandHeadingBlock__content .bandHeadingBlock__cardHeading {
  color: #7D225D;
  font-weight: 700;
  text-align: center;
  margin-top: 4px;
}

.bandHeadingBlock .bandHeadingBlock__content .bandHeadingBlock__cardList {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.bandHeadingBlock .bandHeadingBlock__content .bandHeadingBlock__cardList li {
  border-right: 1px solid #7D225D;
  color: #7D225D;
  line-height: 1;
  font-size: 1.0rem;
  text-align: center;
  font-weight: 500;
  padding: 0 10px;
}

.bandHeadingBlock .bandHeadingBlock__content .bandHeadingBlock__cardList li:last-child {
  border-right: none;
}

.bandHeadingBlock .bandHeadingBlock__content .bandHeadingBlock__notice {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.55556;
  color: #7D225D;
  text-align: center;
  margin-bottom: 20px;
}

.bandHeadingBlock .bandHeadingBlock__content .bandHeadingBlock__card {
  margin-top: 20px;
}

.bandHeadingBlock .bandHeadingBlock__content .bandHeadingBlock__card p {
  text-align: center;
  font-size: 1.0rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.bannerArea {
  padding: 6.43em 0 4.93em;
}

@media all and (max-width: 750px) {
  .bannerArea {
    padding: 4.5em 0 4em;
  }
}

.bannerArea p {
  text-align: center;
  margin: 0;
  padding-top: 1.29em;
}

@media all and (max-width: 750px) {
  .bannerArea p {
    font-size: 1rem;
  }
}

.bannerInner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.429em;
}

.appBanner a {
  display: inline-block;
}

.appBanner .appBanner__catchphrase {
  font-size: 2.6rem;
  font-weight: 600;
  color: #b8598d;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 0;
  padding: 0.417em 0;
}

.appBanner .appBanner__catchphrase::before, .appBanner .appBanner__catchphrase::after {
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 19px;
  height: 32px;
}

.appBanner .appBanner__catchphrase::before {
  background-image: url(/assets/img/banner/balloon_l.png);
  background-position: 0 0;
  margin-right: 10px;
}

.appBanner .appBanner__catchphrase::after {
  background-image: url(/assets/img/banner/balloon_r.png);
  background-position: 100% 0;
  margin-left: 10px;
}

@media all and (max-width: 750px) {
  .appBanner .appBanner__catchphrase {
    font-size: 1.8rem;
  }
  .appBanner .appBanner__catchphrase::before, .appBanner .appBanner__catchphrase::after {
    width: 9px;
    height: 21px;
  }
  .appBanner .appBanner__catchphrase::before {
    margin-right: 5px;
  }
  .appBanner .appBanner__catchphrase::after {
    margin-left: 5px;
  }
}

.appBanner .appBanner__img {
  max-width: 450px;
}

.appBanner .appBanner__img img {
  width: 100%;
}
.kankyo__img {
  padding-right: 20px;
}

@media all and (max-width: 768px) {
  .kankyo__img {
    padding-bottom: 10px;
    padding-right: 0px;
  }
}

@media all and (max-width: 750px) {
  .appBanner .appBanner__img {
    max-width: 298px;
  }
}

.appBanner .appBanner__notes {
  margin-top: 18px;
  margin-bottom: 0;
}

#js-banner-countdown {
  display: none;
}

.bgImg {
  background-image: url(/assets/img/body-bg.jpg);
  background-position: center -180px;
  overflow: hidden;
}

@media all and (max-width: 750px) {
  .bgImg {
    background-image: url(/assets/img/body-bg_sp.jpg);
    background-position: center -65px;
  }
}

.bgImg--sky {
  background: url(/assets/img/sky/bg_pc.png) center 295px;
  background-size: contain;
  padding-bottom: 3.29em;
}

.bgImg--sky:before {
  content: '';
  display: block;
  position: absolute;
  background: url(/assets/img/sky/bg-part_pc.png) no-repeat;
  width: 186px;
  height: 430px;
  top: 760px;
  right: 0;
}

@media all and (max-width: 750px) {
  .bgImg--sky {
    background: url(/assets/img/sky/bg_sp.png) center -180px;
    padding-bottom: 5em;
  }
  .bgImg--sky:before {
    content: '';
    display: block;
    position: absolute;
    background: url(/assets/img/sky/bg-part_sp_top.png) no-repeat;
    width: 115px;
    height: 380px;
    top: 75px;
    right: -45px;
  }
  .bgImg--sky:after {
    content: '';
    display: block;
    position: absolute;
    background: url(/assets/img/sky/bg-part_sp_buttom.png) no-repeat;
    width: 383px;
    height: 430px;
    bottom: -385px;
    left: 0;
  }
}

.bgImg.bgImg--navy {
  background-image: url(/assets/img/body-bg_navy.jpg);
}

.bgImg.bgImg--navy .pageContent {
  color: #fff;
}

@media all and (max-width: 750px) {
  .bgImg.bgImg--navy {
    background-image: url(/assets/img/body-bg_navy_sp.jpg);
  }
}

.bgImg.bgImg--navy .g-pagetop a:after {
  border-color: #fff;
}

.bg--gray {
  background-color: rgba(0, 0, 0, 0.1);
}

.rentalspaceBlock {
  padding: 4em 0 7em;
}

.rentalspaceBlock .rentalspaceBlock__heading {
  margin-bottom: 4em;
}

@media all and (max-width: 750px) {
  .rentalspaceBlock .rentalspaceBlock__heading {
    margin-bottom: 2.7em;
  }
}

/* btn */
/* btn1 */
.btn1 {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
  font-size: 2.0rem;
  padding: 17px 0;
  transition: .3s;
  position: relative;
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  outline: none;
}

@media all and (max-width: 750px) {
  .btn1 {
    font-size: 1.6rem;
    padding: 9px 0;
  }
}

.btn1.icon:before {
  content: '&#xE001';
}

.btn1:hover {
  text-decoration: none;
  cursor: pointer;
}

.btn2 {
  font-size: 1.4rem;
  line-height: 1.71429;
  color: #b8598d;
  text-align: center;
  text-decoration: none;
  border: 1px solid #b8598d;
  border-radius: 18px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  padding: 6px 1em;
  width: 198px;
  transition: .3s;
  outline: none;
}

.btn2:hover {
  cursor: pointer;
}

.btn2::after {
  vertical-align: 0.25em;
  border: 1px solid #b8598d;
  border-top: none;
  border-left: none;
  content: "";
  display: inline-block;
  margin-left: 1.25em;
  margin-right: -10px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}

/* color */
.btn--themeColor {
  color: #fff;
  background: #b8598d;
}

.btn--themeColor:hover {
  background: #39323f;
}

.btn--colorSky {
  color: #fff;
  background: #2574a7;
}

.btn--colorSky:hover {
  background: #39323f;
}

.btn--color2 {
  color: #fff;
  background: #6b6b6b;
}

.btn--color2:hover {
  background: #39323f;
}

.btn--color3 {
  color: #fff;
  background: #333;
}

.btn--color3:hover {
  background: #6b6b6b;
}

.btn--color4 {
  color: #39323f;
  border-color: #39323f;
}

.btn--color4:after {
  border-color: #39323f;
}

.btn--color5 {
  color: #2574a7;
  border-color: #2574a7;
}

.btn--color5:after {
  border-color: #2574a7;
}

.btn--color6 {
  color: #be9608;
  border-color: #be9608;
}

.btn--color6:after {
  border-color: #be9608;
}

/* position */
.btn--center {
  margin: 0 auto;
}

.btn--left {
  margin: 0 auto 0 0;
}

.btn--right {
  margin: 0 0 0 auto;
}

/* btn icon */
/* 後でクラス変更 */
.btn__icon--left, .btn__icon--right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media all and (max-width: 750px) {
  .btn__icon--left, .btn__icon--right {
    max-width: 32px;
  }
}

.btn__icon--left img, .btn__icon--right img {
  vertical-align: middle;
}

.btn__icon--left {
  left: 20px;
}

.btn__icon--right {
  right: 20px;
}

.btn__icon--blank::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2%;
  /* Safari用 */
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 22px;
  height: 20px;
  background-image: url("/assets/img/icon/icon-blank.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.btn__icon--close {
  vertical-align: top;
  position: relative;
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  margin-right: 1em;
}

.btn__icon--close::after, .btn__icon--close::before {
  content: "";
  position: absolute;
  display: block;
  top: -0.15em;
  left: 0.55em;
  background-color: #fff;
  width: 1px;
  height: 1.45em;
}

.btn__icon--close::before {
  transform: rotate(-45deg);
}

.btn__icon--close::after {
  transform: rotate(45deg);
}

.btn__icon--flip {
  transform: translateY(-50%) scale(-1, 1);
}

/* font-size */
.btn--font_l {
  font-size: 2.6rem;
  padding: 7px 0;
}

@media all and (max-width: 750px) {
  .btn--font_l {
    font-size: 1.6rem;
    padding: 9px 0;
  }
}

.btn--small {
  max-width: 355px;
}

@media all and (max-width: 750px) {
  .btn--small {
    max-width: 300px;
    margin: 0 auto;
  }
}

.btn--round {
  border-radius: 8px;
}

.btn--arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media all and (max-width: 750px) {
  .btn--arrow:after {
    width: 7px;
    height: 7px;
  }
}

.btn--return img {
  width: 27px;
}

@media all and (max-width: 750px) {
  .btn--return img {
    width: 13.5px;
  }
}

.btn--contact {
  border-radius: 50px;
  display: block;
  background-color: #ffffff;
  color: #39323f;
  border: 2px solid #39323f;
  text-align: center;
  padding: 0.5em 0;
  margin: 1em auto;
  transition: .3s;
  max-width: 320px;
  position: relative;
}

.btn--contact[target="_blank"]:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-image: url(/assets/img/icon-blank_bk.png);
  background-size: cover;
}

@media all and (max-width: 750px) {
  .btn--contact[target="_blank"]:after {
    width: 12px;
    height: 12px;
  }
}

.btn--contact:hover {
  color: #ffffff;
  background-color: #39323f;
}

.btn--contact:hover[target="_blank"]:after {
  background-image: url(/assets/img/icon-blank.png);
}

.btnBlock .btn1 {
  margin-bottom: 30px;
}

@media all and (max-width: 750px) {
  .btnBlock .btn1 {
    margin-bottom: 25px;
  }
}

.btnBlock .btn1:last-child {
  margin-bottom: 0;
}

.btnBlock.btnBlock--banner {
  max-width: 690px;
  margin: 100px auto 0;
}

@media all and (max-width: 750px) {
  .btnBlock.btnBlock--banner {
    margin-top: 50px;
  }
}

.btnBlock.btnBlock--banner .btn1 {
  max-width: 690px;
}

.linkBlock {
  max-width: 500px;
  margin: 30px auto 0;
}

.linkBlock p {
  margin-bottom: 0;
}

.cardsBlock .cardsBlock__item {
  display: flex;
  vertical-align: middle;
  justify-content: space-between;
}

@media all and (max-width: 750px) {
  .cardsBlock .cardsBlock__item {
    display: block;
  }
}

.cardsBlock .cardsBlock__item h5 {
  font-size: 1.8rem;
  line-height: 1.6666666;
  letter-spacing: 0.05em;
  font-weight: 100;
}

@media all and (max-width: 750px) {
  .cardsBlock .cardsBlock__item h5 {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
}

.cardsBlock .cardsBlock__item figcaption {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media all and (max-width: 750px) {
  .cardsBlock .cardsBlock__item figcaption {
    font-size: 1.2rem;
  }
}

.catchphrase {
  font-size: 3.6rem;
  line-height: 1.33333;
  text-align: center;
  margin-bottom: 0;
}

.catchphrase strong {
  font-weight: 300;
}

@media all and (max-width: 750px) {
  .catchphrase {
    font-size: 3.2rem;
  }
}

.catchphrase.catchphrase--colorPurple {
  color: #7d225d;
}

.catchphrase2 {
  font-size: 2.4rem;
  text-align: center;
}

@media all and (max-width: 750px) {
  .catchphrase2 {
    font-size: 1.6rem;
  }
}

.catchphrase2.catchphrase--colorPurple {
  color: #7d225d;
}

.catchphrase3 {
  font-size: 2.8rem;
  font-weight: 200;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 2.8rem;
}

@media all and (max-width: 750px) {
  .catchphrase3 {
    font-size: 2rem;
  }
}

.catchphrase4 {
  font-size: 2.8rem;
  line-height: 1.6;
  color: #7d225d;
  margin-bottom: 0.379em;
}

@media all and (max-width: 750px) {
  .catchphrase4 {
    font-size: 1.85rem;
  }
}

.catchphrase4.catchphrase4--color_black {
  color: #000;
}

.checklistBlock {
  border: 2px solid #999;
  padding: 28px;
  margin-bottom: 65px;
  background-color: #fff;
}

/* column */
/* contentColumn2 */
.contentColumn2 {
  display: flex;
  margin-top: 85px;
}

@media all and (max-width: 750px) {
  .contentColumn2 {
    flex-direction: column;
    margin-top: 40px;
  }
}

.contentColumn2 .contentColumn2__col {
  margin-right: 9.25%;
  width: calc((100% - 9.25%) / 2);
}

@media all and (max-width: 750px) {
  .contentColumn2 .contentColumn2__col {
    margin-right: 0;
    margin-bottom: 35px;
    width: 100%;
  }
}

.contentColumn2 .contentColumn2__col:last-child {
  margin-right: 0;
}

@media all and (max-width: 750px) {
  .contentColumn2 .contentColumn2__col:last-child {
    margin-bottom: 0;
  }
}

.contentColumn2 .contentColumn__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

@media all and (max-width: 750px) {
  .contentColumn2 .contentColumn__heading h2 {
    align-self: flex-end;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: -20px;
  }
}

/* contentColumn3 */
.contentColumn3 {
  display: flex;
  width: 100%;
  margin-left: -10px;
}

@media all and (max-width: 750px) {
  .contentColumn3 {
    flex-direction: column;
  }
}

.contentColumn3 .contentColumn3__col {
  box-sizing: border-box;
  flex: 0 1 calc(100% / 3);
  padding: 10px;
  margin-left: 10px;
}

@media all and (max-width: 750px) {
  .contentColumn3 .contentColumn3__col {
    width: 100%;
  }
}

.contentColumn3 .contentColumn3__col img {
  width: 100%;
  height: auto;
}

.multiColumn {
  display: flex;
  margin-bottom: 2em;
}

@media all and (max-width: 750px) {
  .multiColumn {
    flex-direction: column;
  }
}

.multiColumn .multiColumn__col1 {
  width: 66.66667%;
}

@media all and (max-width: 750px) {
  .multiColumn .multiColumn__col1 {
    margin-bottom: 36px;
    width: 100%;
  }
}

.multiColumn .multiColumn__col2 {
  width: 33.33333%;
}

@media all and (max-width: 750px) {
  .multiColumn .multiColumn__col2 {
    width: 100%;
  }
}

.multiColumn .multiColumn__col2 .figureBlock2 {
  margin-bottom: 0;
}

.content {
  color: #ffffff;
}

.content a {
  color: #ffffff;
}

.content .content__slider {
  margin-bottom: 8.9em;
}

@media all and (max-width: 750px) {
  .content .content__slider {
    margin-bottom: 6.666em;
  }
}

.content .content__inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

@media all and (max-width: 750px) {
  .content .content__inner {
    padding: 0 1.333em;
  }
}

.content .content__inner section {
  text-align: center;
  margin-bottom: 120px;
}

@media all and (max-width: 750px) {
  .content .content__inner section {
    margin-bottom: 60px;
  }
}

.content .content__inner .content__content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.content .content__inner .content__content2 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.content .content__description {
  font-size: 2.8rem;
  margin-bottom: 1.1em;
}

@media all and (max-width: 750px) {
  .content .content__description {
    font-size: 2.0rem;
    line-height: 1.65;
  }
}

/* dl */
/* dl--horizontal */
.dl--horizontal {
  letter-spacing: 0.07em;
  margin-bottom: 50px;
}

.dl--horizontal dt {
  float: left;
  width: auto;
  overflow: hidden;
  clear: left;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl--horizontal dd::after {
  clear: both;
  display: block;
  content: "";
}

.fade-bottom {
  opacity: 0;
  transform: translate(0, 40px);
}

.fade-right {
  opacity: 0;
  transform: translate(40px, 0);
}

.fade-left {
  opacity: 0;
  transform: translate(-40px, 0);
}

.fade-stagger-vertical {
  opacity: 0;
  transform: translate(0, 10px);
}

.fade-stagger-horizon {
  opacity: 0;
  transform: translate(10px, 0);
}

.fade-stagger-horizon-fast {
  opacity: 0;
  transform: translate(10px, 0);
}

.fade-stagger-news {
  opacity: 0;
  transform: translate(10px, 0);
}

/*----------faq page----------*/
.faqWrapper .accordionList {
  margin-bottom: 3em;
}

.faqWrapper .accordionList .heading1 {
  margin-bottom: 1em;
}

@media all and (max-width: 750px) {
  .faqWrapper .accordionList .heading1 {
    margin-bottom: 1.07em;
  }
}

.faqInner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.14em;
}

@media all and (max-width: 750px) {
  .faqInner {
    padding: 0 1.34em;
  }
}

.faqHeadingBlock {
  padding: 7.5em 0 5em;
}

@media all and (max-width: 750px) {
  .faqHeadingBlock {
    padding: 3.61em 0 3.46em;
  }
}

figure.figureBlock {
  text-align: center;
  margin-bottom: 3.5em;
}

@media all and (max-width: 750px) {
  figure.figureBlock {
    text-align: center;
    margin: 0 auto;
    max-width: 240px;
  }
}

figure.figureBlock2 {
  text-align: center;
  margin-bottom: 2em;
}

@media all and (max-width: 750px) {
  figure.figureBlock2 {
    margin-bottom: 2em;
  }
}

figure.figureBlock2 .figureBlock2__image {
  margin: 0 auto;
}

figure.figureBlock2 .figureBlock2__image.figureBlock2__image--width_180 {
  max-width: 180px;
}

figure.figureBlock2 .figureBlock2__image.figureBlock2__image--width_240 {
  max-width: 240px;
}

figure.figureBlock2 img.figureBlock2__img--shadow {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}

figure.figureBlock3 {
  text-align: center;
  margin-bottom: 3.5em;
}

@media all and (max-width: 750px) {
  figure.figureBlock3 {
    margin-bottom: 2.08em;
  }
}

@media (min-width: 751px) {
  figure.figureBlock3.figureBlock3--column {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media (min-width: 751px) {
  figure.figureBlock3.figureBlock3--column img {
    max-width: calc((100% - 16px) / 2);
    margin-right: 16px;
  }
}

@media all and (max-width: 750px) {
  figure.figureBlock3.figureBlock3--column img {
    margin-bottom: 25px;
  }
}

@media (min-width: 751px) {
  figure.figureBlock3.figureBlock3--column img:last-child {
    margin-right: 0;
  }
}

@media all and (max-width: 750px) {
  figure.figureBlock3.figureBlock3--column img:last-child {
    margin-bottom: 0;
  }
}

.flexBlock--outline {
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
}

@media all and (max-width: 750px) {
  .flexBlock--outline {
    display: block;
  }
}

.flexBlock--outline .ttl {
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0.05em;
}

.flexBlock--outline .txt-block {
  margin-left: 200px;
}

.flexBlock--outline .table2 {
  width: 500px;
}

.flexBlock--outline .table2 th, .flexBlock--outline .table2 td {
  color: #666666;
  font-weight: bold;
  letter-spacing: 0.07em;
  border: none;
  width: auto;
  padding: 0;
}

.flexBlock--outline .table2 td {
  text-align: center;
}

@media all and (max-width: 750px) {
  .flexBlock--outline .table2 td {
    margin-bottom: 0.5em;
    text-align: left;
    font-weight: normal;
  }
}

/*----------floormap page----------*/
.fmWrapper {
  padding-bottom: 4em;
}

@media all and (max-width: 750px) {
  .fmWrapper .btnBlock .btn1 {
    font-size: 1.2rem;
  }
}

.fmInner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.14em;
}

@media all and (max-width: 750px) {
  .fmInner {
    padding: 0 1.34em;
  }
}

.fmHeadingBlock {
  padding: 7.5em 0 5em;
}

@media all and (max-width: 750px) {
  .fmHeadingBlock {
    padding: 3.61em 0 3.46em;
  }
}

.fmImgBlock {
  width: 540px;
  margin: 0 auto 6.43em;
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 750px) {
  .fmImgBlock {
    width: 270px;
    margin: 0 auto 3.215em;
  }
}

.fmImgBlock__building {
  width: 150px;
}

@media all and (max-width: 750px) {
  .fmImgBlock__building {
    width: 75px;
  }
}

.fmImgBlock__panel {
  width: 370px;
  margin-top: 1.93em;
}

@media all and (max-width: 750px) {
  .fmImgBlock__panel {
    width: 185px;
    margin-top: 1.16em;
  }
}

.fmImgBlock__panel a {
  display: block;
  margin-bottom: 4.19%;
  transition: .5s opacity;
  position: relative;
}

@media all and (max-width: 750px) {
  .fmImgBlock__panel a {
    margin-bottom: 4.3%;
  }
}

.fmImgBlock__panel a:after {
  content: '';
  background-image: url(/assets/img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  width: 16px;
  height: 8px;
  transition: right .3s ease-in-out;
}

@media all and (max-width: 750px) {
  .fmImgBlock__panel a:after {
    right: 15px;
    width: 7px;
    height: 7px;
  }
}

.fmImgBlock__panel a[target="_blank"]:after {
  background-image: url(/assets/img/icon/icon-blank.png);
  width: 21px;
  height: 18px;
}

@media all and (max-width: 750px) {
  .fmImgBlock__panel a[target="_blank"]:after {
    right: 15px;
    width: 7px;
    height: 7px;
  }
}

.fmImgBlock__panel a:hover {
  opacity: .7;
}

.fmImgBlock__panel a:hover:after {
  right: 23px;
}

@media all and (max-width: 750px) {
  .fmImgBlock__panel a:hover:after {
    right: 15px;
  }
}

.fmFloorBlock {
  margin-bottom: 5em;
}

@media all and (max-width: 750px) {
  .fmFloorBlock {
    margin-bottom: 4em;
  }
}

/* form */
/* searchForm */
.searchForm {
  max-width: 1080px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 9;
}

@media all and (max-width: 750px) {
  .searchForm {
    margin-bottom: 24px;
  }
}

.searchForm .searchForm__form {
  max-width: 366px;
  width: 100%;
  position: relative;
}

.searchForm .searchForm__form input {
  padding: 0 11px;
  width: 100%;
  margin: 0;
  border: none;
  height: 42px;
  border-radius: 0;
  -webkit-appearance: none;
}

@media all and (max-width: 750px) {
  .searchForm .searchForm__form input {
    height: 35px;
  }
}

.searchForm .searchForm__form input::-webkit-input-placeholder {
  color: #ccc;
}

.searchForm .searchForm__form input::-moz-placeholder {
  color: #ccc;
}

.searchForm .searchForm__form input:-ms-input-placeholder {
  color: #ccc;
}

.searchForm .searchForm__form input::-ms-input-placeholder {
  color: #ccc;
}

.searchForm .searchForm__form input::placeholder {
  color: #ccc;
}

.searchForm .searchForm__form .searchForm__btn {
  position: absolute;
  top: 2px;
  right: 1px;
  height: 38px;
  width: 40px;
  border: none;
  background-color: #fff;
}

@media all and (max-width: 750px) {
  .searchForm .searchForm__form .searchForm__btn {
    height: 35px;
    top: 0;
  }
}

.searchForm .searchForm__form .searchForm__btn:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/assets/img/icon/icon_search.svg") no-repeat center;
}

.searchForm .searchForm__form .searchForm__btn:hover {
  cursor: pointer;
}

.searchForm2 {
  max-width: 500px;
  margin: 0 auto;
}

.searchForm2 .form--row {
  position: relative;
}

.searchForm2 label {
  text-align: center;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #b8598d;
}

@media all and (max-width: 750px) {
  .searchForm2 label {
    font-size: 1.5rem;
  }
}

.searchForm2 input[type="text"] {
  width: 100%;
  height: 46px;
  font-size: 1.6rem;
  border: 3px solid #b8598d;
  border-radius: 25px;
  -webkit-appearance: none;
  outline: none;
  padding-left: 1.5em;
  padding-right: 3em;
  color: #383838;
  position: relative;
}

@media all and (max-width: 750px) {
  .searchForm2 input[type="text"] {
    height: 37px;
    font-size: 1.2rem;
  }
}

.searchForm2 input[type="text"]::-webkit-input-placeholder {
  color: #cccccc;
}

.searchForm2 input[type="text"]::-moz-placeholder {
  color: #cccccc;
}

.searchForm2 input[type="text"]:-ms-input-placeholder {
  color: #cccccc;
}

.searchForm2 input[type="text"]::-ms-input-placeholder {
  color: #cccccc;
}

.searchForm2 input[type="text"]::placeholder {
  color: #cccccc;
}

.searchForm2 input[type="submit"] {
  border: none;
  background-image: url("/assets/img/icon/icon_search2.png");
  background-color: transparent;
  background-size: cover;
  width: 21px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 20px;
}

@media all and (max-width: 750px) {
  .searchForm2 input[type="submit"] {
    width: 18px;
    height: 19px;
    top: 10px;
    right: 15px;
  }
}

@media all and (max-width: 750px) {
  font-size: 3.6rem;
}

/* heading */
.heading1 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media all and (max-width: 750px) {
  .heading1 {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}

.heading1 .ruby {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 10px;
  flex-basis: 100%;
}

@media all and (max-width: 750px) {
  .heading1 .ruby {
    font-size: 1.1rem;
  }
}

.heading1 .icon.icon_ticket {
  width: 90px;
  margin-right: 17px;
}

@media all and (max-width: 750px) {
  .heading1 .icon.icon_ticket {
    width: 74px;
    max-width: none;
  }
}

/* heading2 */
.heading2 {
  color: #d06920;
  font-size: 2.0rem;
  text-align: center;
}

.heading2 a {
  color: #2574a7;
}

@media all and (max-width: 750px) {
  .heading2 {
    font-size: 1.4rem;
  }
}

.heading2.heading2--color_blue {
  color: #2574a7;
}

/* heading3 */
.heading3 {
  font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 4.8rem;
  text-align: center;
  font-weight: 200;
  line-height: 1;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .heading3 {
    font-size: 3.4rem;
  }
}

.heading3 span {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  display: block;
  font-size: 2rem;
}

@media all and (max-width: 750px) {
  .heading3 span {
    font-size: 1.4rem;
  }
}

.heading3.heading3--v2 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.04;
}

.heading3.heading3--v2 span {
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0.5em;
}

/* heading4 */
.heading4 {
  margin-bottom: 1.42em;
  font-weight: 300;
  position: relative;
}

.heading4 .heading4__ja {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 2.625;
  letter-spacing: 0.14em;
}

@media all and (max-width: 750px) {
  .heading4 .heading4__ja {
    font-size: 1.2rem;
  }
}

.heading4 .heading4__en {
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  display: block;
  font-size: 4.4rem;
  line-height: 1.59091;
  letter-spacing: 0.04em;
}

@media all and (max-width: 750px) {
  .heading4 .heading4__en {
    font-size: 3.4rem;
  }
}

/* heading5 */
.heading5 {
  font-size: 3.2rem;
  font-weight: 100;
  line-height: 1.6;
  margin-bottom: 0;
}

@media all and (max-width: 750px) {
  .heading5 {
    font-size: 2rem;
  }
}

/* heading6 */
.heading6 {
  font-size: 2.8rem;
  text-align: center;
  margin: 3.21em auto .5em;
}

@media all and (max-width: 750px) {
  .heading6 {
    font-size: 1.6rem;
    margin: 2.1875em auto .5em;
  }
}

/* heading7 */
.heading7 {
  font-size: 2.8rem;
  margin-bottom: 1.14em;
}

@media all and (max-width: 750px) {
  .heading7 {
    font-size: 2rem;
    margin-bottom: 1.05em;
  }
}

/* heading8 */
.heading8 {
  font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 2.8rem;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
  position: relative;
}

.heading8 span {
  transform: scale(0.7, 0.7);
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

@media all and (max-width: 750px) {
  .heading8 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

/* heading9 */
.heading9 {
  font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 2.8rem;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
  position: relative;
}

@media all and (max-width: 750px) {
  .heading9 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.heading9 [data-ruby] {
  position: relative;
}

.heading9 [data-ruby]::before {
  font-size: 1rem;
  line-height: 1.75;
  white-space: nowrap;
  content: attr(data-ruby);
  position: absolute;
  top: -1.75em;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .heading9 [data-ruby]::before {
    top: -1.4em;
    right: -3px;
    left: -3px;
    transform: scale(0.8);
  }
}

.heading10 {
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.77778;
  text-align: center;
  margin-bottom: 2em;
}

.heading11 {
  font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  color: #7d225d;
  margin-bottom: 0.78em;
}

.heading11 .heading11__icon {
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  display: inline-block;
  margin-right: 22px;
  width: 40px;
  height: 40px;
}

.heading11 .heading11__icon.heading11__icon--news-event {
  background-image: url(/assets/img/icon/news-event.svg);
}

.heading11 .heading11__icon.heading11__icon--mypage {
  background-image: url(/assets/img/icon/mypage.svg);
}

.heading11 .heading11__icon.heading11__icon--coupon {
  background-image: url(/assets/img/icon/coupon.svg);
}

.heading11 .heading11__icon.heading11__icon--scramble-point {
  background-image: url(/assets/img/icon/scramble-point.svg);
}

.heading11 .heading11__icon.heading11__icon--pay {
  background-image: url(/assets/img/icon/pay.svg);
}

.heading12 {
  font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  background-color: #7d225d;
  display: inline-block;
  margin-bottom: 0.78em;
  padding: 0 10px;
}

.heading13 {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 200;
  line-height: 1.14155;
  padding: 0 15px;
}

/* access */
.heading--access {
  display: inline-block;
  margin-bottom: 52px;
  font-size: 3.0rem;
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  vertical-align: top;
}

@media all and (max-width: 750px) {
  .heading--access {
    font-size: 2.3rem;
    margin-bottom: 1.5em;
  }
  .heading--access .ruby {
    margin-top: 5px;
  }
}

/* 多言語ページ */
.heading--icon {
  display: inline-block;
  margin-bottom: 1rem;
}

.heading--icon::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

@media all and (max-width: 750px) {
  .heading--icon::before {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
}

.heading--icon--atm::before {
  background-image: url("/assets/img/icon/icon_atm.svg");
}

.heading--icon--duty_free::before {
  background-image: url("/assets/img/icon/icon_duty_free.svg");
}

.heading--icon--wifi::before {
  background-image: url("/assets/img/icon/icon_wifi.svg");
}

.heading--icon--wifi::after {
  background-image: url("/assets/img/logo-shibuya_wi_wi_fi.png");
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 20px;
}

@media all and (max-width: 750px) {
  .heading--icon--wifi::after {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}

.hoursBlock {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  justify-content: space-around;
}

@media all and (max-width: 750px) {
  .hoursBlock {
    flex-direction: column;
  }
}

.hoursBlock .hoursBlock__item {
  text-align: center;
  width: calc(100% / 3);
}

@media all and (max-width: 750px) {
  .hoursBlock .hoursBlock__item {
    width: 100%;
  }
}

.hoursBlock .hoursBlock__item:nth-child(1) {
  border-right: 1px solid #b5b5b6;
}

@media all and (max-width: 750px) {
  .hoursBlock .hoursBlock__item:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #b5b5b6;
  }
}

.hoursBlock .hoursBlock__item:nth-child(3) {
  border-left: 1px solid #b5b5b6;
}

@media all and (max-width: 750px) {
  .hoursBlock .hoursBlock__item:nth-child(3) {
    border-left: none;
    border-top: 1px solid #b5b5b6;
  }
}

.hoursBlock .hoursBlock__item h5 {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: 100;
}

.hoursBlock .hoursBlock__item table {
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .hoursBlock .hoursBlock__item table {
    margin-bottom: 1em;
  }
}

.hoursBlock .hoursBlock__item table .th-f {
  padding: 0 1em;
}

/* icon */
.icon {
  font-size: 1.5rem;
  max-width: 25px;
  display: inline-block;
  /* size */
}

.icon.icon--lead {
  margin-right: 30px;
}

@media all and (max-width: 750px) {
  .icon.icon--lead {
    margin-right: 10px;
  }
}

.icon.icon--end {
  margin-left: 30px;
}

.icon.icon--size_l {
  font-size: 3.0rem;
  max-width: 90px;
  vertical-align: middle;
}

@media all and (max-width: 750px) {
  .icon.icon--size_l {
    max-width: 45px;
  }
}

.iframebox {
  border: solid 1px #808080;
  height: 200px;
  padding: 0.5em;
  overflow: auto;
  background: #fff;
}

/*----------information page----------*/
.infoInner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.14em;
}

@media all and (max-width: 750px) {
  .infoInner {
    padding: 0 1.34em;
  }
}

.infoHeadingBlock {
  padding: 7.5em 0 5em;
}

@media all and (max-width: 750px) {
  .infoHeadingBlock {
    padding: 3.61em 0 3.46em;
  }
}

.infoIconBlock {
  margin-bottom: 4.29em;
}

@media all and (max-width: 750px) {
  .infoIconBlock {
    margin-bottom: 4.92em;
  }
}

.infoIconBlock ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.infoIconBlock ul li {
  width: calc(100% / 6);
  margin-bottom: 2em;
  text-align: center;
}

@media all and (max-width: 750px) {
  .infoIconBlock ul li {
    width: 33.3333%;
    margin-bottom: 1.25em;
  }
}

.infoIconBlock ul li a {
  display: block;
}

.infoIconBlock ul li img {
  width: 80px;
  margin-bottom: 10px;
}

.infoIconBlock ul li p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 0;
}

@media all and (max-width: 750px) {
  .infoIconBlock ul li p {
    font-size: 1.2rem;
  }
}

.infoIconBlock--sky ul li {
  width: calc(100% / 4);
}

@media all and (max-width: 750px) {
  .infoIconBlock--sky ul li {
    width: calc(100% / 2);
  }
}

.infoListItem {
  margin-bottom: 6.07em;
}

@media all and (max-width: 750px) {
  .infoListItem {
    margin-bottom: 3.54em;
  }
}

.infoListItem--heading {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-bottom: 1.7em;
  margin-bottom: 1em;
  border-bottom: 1px solid #333333;
}

@media all and (max-width: 750px) {
  .infoListItem--heading {
    padding-bottom: .94em;
    margin-bottom: .94em;
  }
}

.infoListItem--heading img {
  width: 80px;
  height: 100%;
  margin-right: 16px;
}

@media all and (max-width: 750px) {
  .infoListItem--heading img {
    width: 40px;
  }
}

.infoListItem--heading img.logo-wifi {
  margin-left: 32px;
}

.infoListItem--heading__ttl {
  line-height: 1;
  padding-top: .3em;
}

@media all and (max-width: 750px) {
  .infoListItem--heading__ttl {
    padding-top: 0;
  }
}

.infoListItem--heading__ttl p {
  margin: 0;
}

.infoListItem--heading__ttl p:nth-of-type(1) {
  font-size: 2.8rem;
  font-weight: 500;
}

@media all and (max-width: 750px) {
  .infoListItem--heading__ttl p:nth-of-type(1) {
    font-size: 1.8rem;
  }
}

.infoListItem--heading__ttl p:nth-of-type(2) {
  font-size: 1.6rem;
  margin-top: .55em;
}

@media all and (max-width: 750px) {
  .infoListItem--heading__ttl p:nth-of-type(2) {
    font-size: 1.2rem;
    margin-top: .4em;
  }
}

.infoListItem--content {
  font-size: 1.65rem;
}

@media all and (max-width: 750px) {
  .infoListItem--content {
    font-size: 1.2rem;
  }
}

.infoListItem--content__intro {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: .5em;
}

@media all and (max-width: 750px) {
  .infoListItem--content__intro {
    font-size: 1.3rem;
  }
}

.infoListItem--content p {
  margin-bottom: 0;
}

/*----------english page----------*/
.en .sliderBlock {
  margin-bottom: 6em;
}

@media all and (max-width: 750px) {
  .en .sliderBlock {
    margin-bottom: 4em;
  }
}

/* list */
/* list--disc */
.list--disc {
  list-style: disc;
}

.list--disc > li {
  margin-left: 1.6em;
}

/* newsList */
.newsList {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 3.07em;
  padding-bottom: 8.71em;
}

@media all and (max-width: 750px) {
  .newsList {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.newsList .newsList__list > li {
  margin-bottom: 2.86em;
}

@media all and (max-width: 750px) {
  .newsList .newsList__list > li {
    margin-bottom: 15px;
  }
}

.newsList .newsList__list > li a {
  text-decoration: none;
}

.newsList .newsList__list > li.new .newsList__thumb:before, .newsList .newsList__list > li.new .newsList__thumb:after {
  position: absolute;
  top: 0;
  left: 0;
}

.newsList .newsList__list > li.new .newsList__thumb:before {
  content: '';
  border-top: 36px solid transparent;
  border-right: 36px solid #39323f;
  border-bottom: 36px solid transparent;
  transform: rotate(45deg);
  top: -23px;
  left: -5px;
}

@media all and (max-width: 750px) {
  .newsList .newsList__list > li.new .newsList__thumb:before {
    border-top: 25px solid transparent;
    border-right: 25px solid #39323f;
    border-bottom: 25px solid transparent;
    top: -15px;
    left: -4px;
  }
}

.newsList .newsList__list > li.new .newsList__thumb:after {
  content: 'New';
  color: #fff;
  font-size: 1.2rem;
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  transform: rotate(-45deg);
  top: 3px;
  left: 4px;
}

@media all and (max-width: 750px) {
  .newsList .newsList__list > li.new .newsList__thumb:after {
    font-size: 1.0rem;
    top: 2px;
    left: 1px;
  }
}

.newsList .newsList__list > li:last-child {
  margin-bottom: 0;
}

.newsList .newsList__list > li .newsList__item {
  display: flex;
}

.newsList .newsList__list > li .newsList__item .newsList__thumb {
  width: 22.45%;
  position: relative;
  overflow: hidden;
  margin-right: 3.06%;
  padding-top: 112%;
}

@media all and (max-width: 750px) {
  .newsList .newsList__list > li .newsList__item .newsList__thumb {
    width: 36.81%;
    margin-right: 4.9%;
    height: 100%;
    padding-top: 41.2%;
  }
}

.newsList .newsList__list > li .newsList__item .newsList__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newsList .newsList__list > li .newsList__item .newsList__content {
  flex: 1;
  background-color: #ffffff;
  padding: 1.5em;
}

@media all and (max-width: 750px) {
  .newsList .newsList__list > li .newsList__item .newsList__content {
    background: none;
    padding: 0;
  }
}

.newsList .newsList__list > li .newsList__item .newsList__content .newsList__date {
  margin-bottom: .7em;
  font-weight: 500;
}

@media all and (max-width: 750px) {
  .newsList .newsList__list > li .newsList__item .newsList__content .newsList__date {
    font-size: 1.1rem;
    line-height: 1.54545;
  }
}

.newsList .newsList__list > li .newsList__item .newsList__content .newsList__shopName {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: .7em;
  word-wrap: break-word;
}

@media all and (max-width: 750px) {
  .newsList .newsList__list > li .newsList__item .newsList__content .newsList__txt {
    font-size: 1.2rem;
    line-height: 1.41667;
  }
}

@media (min-width: 751px) {
  .newsList .newsList--3column {
    display: flex;
    flex-wrap: wrap;
  }
  .newsList .newsList--3column > li {
    width: calc((100% - 2.14em * 2) / 3);
    margin-right: 2.14em;
  }
  .newsList .newsList--3column > li:nth-child(3n) {
    margin-right: 0;
  }
  .newsList .newsList--3column > li .newsList__item {
    display: block;
  }
  .newsList .newsList--3column > li .newsList__item .newsList__thumb {
    width: 100%;
  }
  .newsList .newsList--3column > li .newsList__item .newsList__thumb img {
    width: 100%;
  }
}

@media all and (max-width: 750px) {
  .newsList .newsList--3column {
    margin-bottom: 30px;
  }
}

.newsList2 {
  max-width: 980px;
  margin: 3em auto 0;
}

@media all and (max-width: 750px) {
  .newsList2 {
    margin: 1.5em auto 0;
  }
}

.newsList2 .newsList__list > li {
  margin-bottom: 30px;
}

@media all and (max-width: 750px) {
  .newsList2 .newsList__list > li {
    margin-bottom: 15px;
  }
}

.newsList2 .newsList__list > li a {
  text-decoration: none;
}

.newsList2 .newsList__list > li.new .newsList__thumb:before, .newsList2 .newsList__list > li.new .newsList__thumb:after {
  position: absolute;
  top: 0;
  left: 0;
}

.newsList2 .newsList__list > li.new .newsList__thumb:before {
  content: '';
  border-top: 36px solid transparent;
  border-right: 36px solid #39323f;
  border-bottom: 36px solid transparent;
  transform: rotate(45deg);
  top: -23px;
  left: -5px;
}

@media all and (max-width: 750px) {
  .newsList2 .newsList__list > li.new .newsList__thumb:before {
    border-top: 25px solid transparent;
    border-right: 25px solid #39323f;
    border-bottom: 25px solid transparent;
    top: -15px;
    left: -4px;
  }
}

.newsList2 .newsList__list > li.new .newsList__thumb:after {
  content: 'New';
  color: #fff;
  font-size: 1.2rem;
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  transform: rotate(-45deg);
  top: 3px;
  left: 4px;
}

@media all and (max-width: 750px) {
  .newsList2 .newsList__list > li.new .newsList__thumb:after {
    font-size: 1.0rem;
    top: 2px;
    left: 1px;
  }
}

.newsList2 .newsList__list > li:last-child {
  margin-bottom: 0;
}

.newsList2 .newsList__list > li .newsList__item {
  display: flex;
}

.newsList2 .newsList__list > li .newsList__item .newsList__thumb {
  margin-right: 3.06%;
  width: 22.45%;
  position: relative;
}

@media all and (max-width: 750px) {
  .newsList2 .newsList__list > li .newsList__item .newsList__thumb {
    width: 36.81%;
    margin-right: 3.77%;
  }
}

.newsList2 .newsList__list > li .newsList__item .newsList__thumb .newsList__thumbInner {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 112.94%;
  width: 100%;
}

.newsList2 .newsList__list > li .newsList__item .newsList__thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.newsList2 .newsList__list > li .newsList__item .newsList__content {
  flex: 1;
  text-align: left;
}

.newsList2 .newsList__list > li .newsList__item .newsList__content .newsList__date {
  margin-bottom: 14px;
}

@media all and (max-width: 750px) {
  .newsList2 .newsList__list > li .newsList__item .newsList__content .newsList__date {
    font-size: 1.1rem;
    line-height: 1.54545;
    margin-bottom: 8px;
  }
}

.newsList2 .newsList__list > li .newsList__item .newsList__content .newsList__title {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: .7em;
  word-wrap: break-word;
}

@media all and (max-width: 750px) {
  .newsList2 .newsList__list > li .newsList__item .newsList__content .newsList__title {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 750px) {
  .newsList2 .newsList__list > li .newsList__item .newsList__content .newsList__shopName {
    font-size: 1.2rem;
    line-height: 1.41667;
  }
}

.newsList2 .btn1 {
  margin-top: 3em;
  margin-bottom: 4em;
}

@media all and (max-width: 750px) {
  .newsList2 .btn1 {
    margin-top: 2em;
    margin-bottom: 3em;
  }
}

.newsList3 {
  max-width: 1480px;
  margin: 48px auto 0;
}

@media all and (max-width: 750px) {
  .newsList3 {
    margin-top: 36px;
  }
}

.newsList3 .newsList3__heading {
  font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 1.76;
  text-align: center;
  margin-bottom: 16px;
}

@media all and (max-width: 750px) {
  .newsList3 .newsList3__heading {
    font-size: 1.5rem;
  }
}

.newsList3 .newsList3__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.newsList3 .newsList3__list > li {
  margin-bottom: 2.12766%;
  width: 23.40426%;
  max-width: 180px;
  background: #fff;
}

@media all and (min-width: 750px) {
  .newsList3 .newsList3__list > li:not(:nth-child(6n+1)) {
    margin-left: 2.12766%;
  }
}

@media all and (max-width: 750px) {
  .newsList3 .newsList3__list > li {
    width: 48.3965%;
  }
  /* .newsList3 .newsList3__list > li:not(:nth-child(6n+1)) {
    margin: auto !important;
  } */
  .newsList3 .newsList3__list > li:nth-child(3) {
    margin-left: 0;
  }
  .newsList3 .newsList3__list > li:not(:nth-child(2n+1)) {
    margin-left: 3.207%;
  }
}

.newsList3 .newsList3__list > li a {
  color: #333;
  text-decoration: none;
}

.newsList3 .newsList3__list > li.new .newsList3__thumb:before, .newsList3 .newsList3__list > li.new .newsList3__thumb:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.newsList3 .newsList3__list > li.new .newsList3__thumb:before {
  content: '';
  border-top: 36px solid transparent;
  border-right: 36px solid #39323f;
  border-bottom: 36px solid transparent;
  transform: rotate(45deg);
  top: -23px;
  left: -5px;
}

@media all and (max-width: 750px) {
  .newsList3 .newsList3__list > li.new .newsList3__thumb:before {
    border-top: 25px solid transparent;
    border-right: 25px solid #39323f;
    border-bottom: 25px solid transparent;
    top: -15px;
    left: -4px;
  }
}

.newsList3 .newsList3__list > li.new .newsList3__thumb:after {
  content: 'New';
  color: #fff;
  font-size: 1.2rem;
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  transform: rotate(-45deg);
  top: 3px;
  left: 4px;
}

@media all and (max-width: 750px) {
  .newsList3 .newsList3__list > li.new .newsList3__thumb:after {
    font-size: 1.0rem;
    top: 2px;
    left: 1px;
  }
}

.newsList3 .newsList3__list > li .newsList3__thumb {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 111.363%;
  width: 100%;
  border-bottom: 1px solid #999;
}

.newsList3 .newsList3__list > li .newsList3__thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.newsList3 .newsList3__list > li .newsList3__content {
  padding: 7px 8px;
  background-color: #fff;
}

.newsList3 .newsList3__list > li .newsList3__content .newsList3__date {
  line-height: 1.42857;
  margin-bottom: 11px;
}

@media all and (max-width: 750px) {
  .newsList3 .newsList3__list > li .newsList3__content .newsList3__date {
    font-size: 1.1rem;
  }
}

.newsList3 .newsList3__list > li .newsList3__content .newsList3__title {
  line-height: 1.42857;
  word-wrap: break-word;
  margin-bottom: 11px;
}

.newsList3 .newsList3__list > li .newsList3__content .newsList3__shopName {
  line-height: 1.42857;
}

@media all and (max-width: 750px) {
  .newsList3 .newsList3__list > li .newsList3__content .newsList3__shopName {
    font-size: 1.2rem;
  }
}

.newsList3 .newsList3__more {
  text-align: center;
  margin-top: 2.12766%;
}

.newsList3 .newsList3__more:last-child {
  margin-bottom: 48px;
}

/* accordionList */
.accordionList__item {
  margin-bottom: .5em;
}

@media all and (max-width: 750px) {
  .accordionList__item {
    margin-bottom: .4em;
  }
}

.accordionList__item dt, .accordionList__item dd {
  display: flex;
  justify-content: space-between;
}

.accordionList__item dt {
  color: #ffffff;
  background-color: #39323f;
  padding: .7em 0 .4em;
  position: relative;
  cursor: pointer;
}

@media all and (max-width: 750px) {
  .accordionList__item dt {
    padding: .3em 0 .1em;
  }
}

.accordionList__item dt .accordionList__item--col1 {
  padding-top: .2em;
}

@media all and (max-width: 750px) {
  .accordionList__item dt .accordionList__item--col1 {
    padding-top: .25em;
  }
}

.accordionList__item dt .accordionList__item--col2 {
  font-size: 1.6rem;
  padding: .45em .5em .5em 0;
}

@media all and (max-width: 750px) {
  .accordionList__item dt .accordionList__item--col2 {
    font-size: 1.4rem;
    padding: .5em .5em .5em 0;
  }
}

.accordionList__item dt .linkItem {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  font-weight: 700;
}

.accordionList__item dd {
  background-color: transparent;
  padding: .7em 0;
}

@media all and (max-width: 750px) {
  .accordionList__item dd {
    padding: 1.1em 0;
  }
}

.accordionList__item dd .accordionList__item--col1 {
  color: #39323f;
  margin-top: -.25em;
}

@media all and (max-width: 750px) {
  .accordionList__item dd .accordionList__item--col1 {
    margin-top: -.3em;
  }
}

.accordionList__item dd .accordionList__item--col2 {
  color: #000000;
  padding-right: 32px;
}

@media all and (max-width: 750px) {
  .accordionList__item dd .accordionList__item--col2 {
    font-size: 1.2rem;
    padding-right: 16px;
  }
}

.accordionList__item--col1 {
  font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  width: 80px;
  flex-shrink: 0;
  text-align: center;
}

@media all and (max-width: 750px) {
  .accordionList__item--col1 {
    font-size: 1.8rem;
    width: 40px;
  }
}

.accordionList__item--col1.floor {
  font-family: "Myriad Pro", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  width: 158px;
}

.accordionList__item--col2 {
  width: 100%;
  text-align: left;
}

.accordionList__item--col3 {
  width: 100px;
}

@media all and (max-width: 750px) {
  .accordionList__item--col3 {
    width: 70px;
  }
}

.accordionList__item--col3 img {
  position: absolute;
  top: 22px;
  right: 35px;
}

@media all and (max-width: 750px) {
  .accordionList__item--col3 img {
    width: 20px;
    height: 20px;
    right: 17px;
    top: 11px;
  }
}

.accordionList__item--col3 img.blank {
  width: 22px;
  top: 21px;
}

@media all and (max-width: 750px) {
  .accordionList__item--col3 img.blank {
    width: 20px;
    height: 18px;
    right: 15px;
    top: 11px;
  }
}

.accordionList__img {
  padding-bottom: 1.5em;
}

@media all and (max-width: 750px) {
  .accordionList__img {
    padding-bottom: 1.29em;
  }
}

.accordionList__img img {
  width: 100%;
}

.accordionList .accordionIcon {
  transition: all .3s;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 35px;
}

@media all and (max-width: 750px) {
  .accordionList .accordionIcon {
    width: 20px;
    height: 20px;
    right: 17px;
  }
}

.accordionList .accordionIcon span {
  transition: all .3s;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}

.accordionList .accordionIcon span:nth-of-type(1) {
  transform: rotate(0deg);
}

.accordionList .accordionIcon span:nth-of-type(2) {
  transform: rotate(90deg);
}

.accordionList .accordionIcon.active span:nth-of-type(2) {
  transform: rotate(180deg);
}

.accordionList.accordionList2 dt {
  padding: .5em 0 .3em;
}

.accordionList.accordionList2 dt .accordionList__item--col1 {
  font-family: "Myriad Pro", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  width: 162px;
  padding-top: 0;
  padding-left: 35px;
  text-align: left;
}

@media all and (max-width: 750px) {
  .accordionList.accordionList2 dt .accordionList__item--col1 {
    font-size: 1.55rem;
    width: 80px;
    padding-left: .97em;
  }
}

.accordionList.accordionList2 dt .accordionList__item--col1 .roofTop {
  font-size: 1.8rem;
}

@media all and (max-width: 750px) {
  .accordionList.accordionList2 dt .accordionList__item--col1 .roofTop {
    font-size: 1.3rem;
  }
}

.accordionList.accordionList2 dt .accordionList__item--col2 {
  padding: .2em .5em .5em 0;
}

@media all and (max-width: 750px) {
  .accordionList.accordionList2 dt .accordionList__item--col2 {
    font-size: 1.25rem;
    padding: 0 .5em .5em 0;
  }
}

.accordionList.accordionList2 dt .accordionList__item--col2 a {
  display: block;
  color: #ffffff;
  font-weight: 700;
}

.accordionList.accordionList2 dd {
  display: block;
}

.accordionList .accordionIcon {
  width: 22px;
  height: 22px;
  right: 38px;
}

@media all and (max-width: 750px) {
  .accordionList .accordionIcon {
    width: 18px;
    height: 18px;
    right: 18px;
  }
}

/* arrowList */
.arrowList.arrowList--side {
  display: flex;
  flex-wrap: wrap;
}

@media all and (max-width: 750px) {
  .arrowList.arrowList--side {
    flex-direction: column;
  }
}

.arrowList.arrowList--side > li {
  width: calc(100% / 3);
  margin-bottom: 0;
}

@media all and (max-width: 750px) {
  .arrowList.arrowList--side > li {
    width: 100%;
  }
}

.arrowList.arrowList--side > li a {
  font-size: 1.2rem;
  color: #666666;
  padding-left: 1.6rem;
  letter-spacing: 0.05em;
}

.arrowList.arrowList--side > li a:before {
  left: 0;
}

.arrowList.arrowList--side > li a:hover:after {
  border-bottom: 1px solid #adadad;
}

.arrowList > li {
  margin-bottom: 0.8em;
}

@media all and (max-width: 750px) {
  .arrowList > li {
    margin-bottom: 13px;
  }
}

.arrowList > li:last-child {
  margin-bottom: 0;
}

.arrowList > li a {
  position: relative;
  color: #333333;
  font-weight: 300;
}

@media all and (max-width: 750px) {
  .arrowList > li a {
    padding-left: 1.6rem;
  }
}

.arrowList > li a:before {
  position: absolute;
  content: '';
  left: -22px;
  top: 6px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
}

@media all and (max-width: 750px) {
  .arrowList > li a:before {
    left: 0;
  }
}

.arrowList > li a:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.arrowList > li a:hover:after {
  border-bottom: 2px solid #7b7787;
}

.specList {
  display: flex;
  flex-wrap: wrap;
}

@media all and (max-width: 750px) {
  .specList {
    display: block;
  }
}

.specList::after {
  content: "";
  display: block;
  clear: both;
}

.specList .specList__item {
  display: flex;
  flex-wrap: wrap;
  margin-right: 50px;
}

@media all and (max-width: 750px) {
  .specList .specList__item {
    display: block;
    margin-right: 25px;
  }
}

.specList .specList__item:last-child {
  margin-right: 0;
}

@media all and (max-width: 750px) {
  .specList dt {
    float: left;
  }
}

.specList dt:after {
  content: ':';
  padding: 0 10px;
}

.toggleList > li a .txt {
  flex: 1;
}

.toggleList > li a:after {
  content: '';
  background: url("/assets/img/icon/icon_arrow2.svg") no-repeat;
  background-size: contain;
  background-position-y: bottom;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.campaignList {
  margin: 0 auto;
  max-width: 940px;
}

.campaignList > li {
  color: #333;
  border: 2px solid #7d225d;
  background-color: #fff;
  position: relative;
  padding: 38px 54px 38px 110px;
}

.campaignList > li:not(:first-child) {
  margin-top: 48px;
}

@media all and (max-width: 750px) {
  .campaignList > li {
    padding: 18px 18px 18px 54px;
    width: 100%;
  }
}

.campaignList > li.font-color-blue .campaignList__heading h3 {
  color: #008cd0;
}

.campaignList > li.font-color-blue .campaignList__content {
  color: #008cd0;
}

.campaignList > li.font-color-blue .btnBlock .btn1 {
  background: #008cd0;
}

.campaignList .campaignList__heading h3 {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.25;
  color: #7d225d;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__heading h3 {
    font-size: 2.4rem;
  }
}

.campaignList .campaignList__heading .campaignList__number {
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
  background-color: #7d225d;
  position: absolute;
  left: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__heading .campaignList__number {
    font-size: 2.8rem;
    width: 40px;
    height: 40px;
  }
}

.campaignList .campaignList__heading .campaignList__sideHeading {
  display: flex;
  align-items: flex-start;
}

.campaignList .campaignList__heading .campaignList__sideHeading img {
  width: 70px;
  height: auto;
  margin-right: 15px;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__heading .campaignList__sideHeading img {
    width: 45px;
  }
}

.campaignList .campaignList__heading .campaignList__smallText {
  font-size: 2.0rem;
  display: block;
  margin-bottom: 10px;
}

.campaignList .campaignList__heading .campaignList__smallText:last-child {
  margin-top: 15px;
  margin-bottom: 0;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__heading .campaignList__smallText {
    font-size: 1.6rem;
  }
}

.campaignList h4 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media all and (max-width: 750px) {
  .campaignList h4 {
    font-size: 1.6rem;
  }
}

.campaignList .campaignList__flexBox {
  display: flex;
  margin-bottom: 25px;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__flexBox {
    flex-direction: column;
  }
}

.campaignList .campaignList__flexBox .campaignList__col:first-child {
  flex: 1;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__flexBox .campaignList__col:first-child {
    margin-bottom: 10px;
  }
}

.campaignList .campaignList__flexBox .campaignList__col p {
  margin-top: 0;
}

.campaignList .campaignList__flexBox .campaignList__col figure {
  max-width: 400px;
}

.campaignList .campaignList__btn {
  margin: 95px 0;
}

@media (min-width: 751px) {
  .campaignList .campaignList__btn br {
    display: none;
  }
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__btn {
    margin: 70px 0;
  }
}

.campaignList .campaignList__content {
  margin-top: 24px;
}

.campaignList .campaignList__content p {
  margin-top: 1em;
  margin-bottom: 0;
}

.campaignList .campaignList__content strong {
  font-size: 1.8rem;
  line-height: 1.66667;
  color: #7d225d;
}

.campaignList .campaignList__logo {
  margin-left: 5em;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__logo {
    text-align: center;
    margin-left: 0;
  }
}

.campaignList .campaignList__logo img {
  width: 190px;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__logo img {
    width: 140px;
  }
}

.campaignList .campaignList__subHeading {
  margin: 2em 0;
  background-color: #f5edf1;
  padding: 1em;
  text-align: center;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__subHeading {
    text-align: left;
  }
}

.campaignList .campaignList__subHeading h4 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.25;
  color: #7d225d;
  margin-top: 0;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__subHeading h4 {
    font-size: 2.0rem;
  }
}

.campaignList .campaignList__subHeading .campaignList__label {
  display: inline-block;
  font-size: 1.6rem;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__subHeading .campaignList__label {
    font-size: 1.4rem;
  }
}

.campaignList .campaignList__subHeading__content {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 50%;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__subHeading__content {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 2em;
  }
}

.campaignList .campaignList__subHeading .pointList__label {
  font-weight: 600;
  font-size: 1.4rem;
}

.campaignList .campaignList__subHeading .percent {
  font-size: 2.0rem;
}

.campaignList .campaignList__subHeading .percent--up {
  position: relative;
  font-weight: 700;
  font-size: 3.2rem;
  margin-left: 2em;
  border-bottom: 2px solid #7d225d;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__subHeading .percent--up {
    font-size: 2.4rem;
  }
}

.campaignList .campaignList__subHeading .percent--up:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1em;
  margin: auto;
  vertical-align: middle;
  content: '';
  display: inline-block;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #7d225d;
}

.campaignList .campaignList__subHeading p {
  margin-top: 2em;
  font-size: 1.6rem;
  font-weight: 600;
}

.sitemapList {
  font-size: 1.6rem;
}

.sitemapList > .sitemapList--item {
  margin-bottom: 0.3em;
}

.sitemapList > .sitemapList--item > a {
  position: relative;
  color: #333333;
  font-weight: 400;
}

.sitemapList > .sitemapList--item > a::before {
  position: absolute;
  content: '';
  left: -22px;
  top: 6px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}

.sitemapList--child {
  text-indent: 1em;
}

.sitemapList--child > li a {
  color: #666;
  position: relative;
}

.sitemapList--child > li a::before {
  position: absolute;
  content: '';
  left: -22px;
  top: 6px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
}

.contactList {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.contactList .item {
  width: calc((100% / 2) - 20px);
  padding: 28px 25px 32px;
  background-color: #fff;
  border: solid 2px #666666;
  margin-right: 40px;
  margin-bottom: 40px;
}

.contactList .item:nth-child(2n) {
  margin-right: 0;
}

@media all and (max-width: 750px) {
  .contactList .item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

.contactList .item > dt .item__icon:before {
  width: 24px;
  height: 24px;
}

.contactList .item > dt .item__icon--shop:before {
  vertical-align: middle;
  margin-right: 0.5em;
  font-family: "rn-iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 24px;
  content: "\E002";
}

.contactList .item > dt .item__icon--sky:before {
  content: '';
  vertical-align: middle;
  margin-right: 0.5em;
  display: inline-block;
  background-image: url(/assets/img/icon/icon_sky.png);
  background-size: cover;
}

.contactList .item > dt .item__icon--point:before {
  content: '';
  vertical-align: middle;
  margin-right: 0.5em;
  display: inline-block;
  background-image: url(/assets/img/icon/icon_scramble-point.svg);
  background-size: cover;
}

.contactList .item > dt .item__icon--qws:before {
  vertical-align: middle;
  margin-right: 0.5em;
  font-family: "rn-iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 24px;
  content: "\E003";
}

.contactList .item > dt .item__title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.contactList .item p {
  text-align: center;
}

.contactList .item p.e-mail a {
  color: #7b7787;
}

.contactList .item p.e-mail a:hover {
  text-decoration: underline;
}

.contactList .item .note {
  margin-top: 20px;
  font-size: 12px;
  color: #666;
  padding: 0 25px;
}

@media all and (max-width: 750px) {
  .contactList .item .note {
    padding: 0;
  }
}

.contactList .item .note li {
  text-indent: -1em;
  padding-left: 1em;
}

/* noticeList */
.noticeList {
  width: 930px;
  margin-left: auto;
  padding-left: 32px;
}

@media all and (max-width: 750px) {
  .noticeList {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}

.noticeList__item {
  padding: 25px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

@media all and (max-width: 750px) {
  .noticeList__item {
    padding: 5.6vw 0;
  }
}

.noticeList__item:nth-child(n+2) {
  border-top: dotted 1px #000;
}

.noticeList__date {
  width: 75px;
  position: relative;
  font-weight: 700;
}

@media all and (max-width: 750px) {
  .noticeList__date {
    width: 17.06667vw;
  }
}

.noticeList__date::after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background-color: #000;
  position: absolute;
  top: 5px;
  right: 0;
}

.noticeList__txt {
  width: calc(100% - 77px);
  padding-left: 10px;
}

@media all and (max-width: 750px) {
  .noticeList__txt {
    width: 66.66667vw;
    padding-left: 2.26667vw;
  }
}

.noticeList__txt .to-pdf::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 16px;
  background-image: url(/assets/img/icon-pdf.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.formatList {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 751px) {
  .formatList li {
    margin-right: 50px;
    width: calc((100% - 50px) / 2);
  }
}

.formatList li:nth-child(even) {
  margin-right: 0;
}

@media (min-width: 751px) {
  .formatList li:nth-last-child(2) .formatList__text, .formatList li:last-child .formatList__text {
    margin-bottom: 0;
  }
}

@media all and (max-width: 750px) {
  .formatList li:last-child .formatList__text {
    margin-bottom: 0;
  }
}

.formatList li .formatList__imgs {
  display: flex;
  margin-bottom: 20px;
}

@media all and (max-width: 750px) {
  .formatList li .formatList__imgs {
    margin-bottom: 10px;
  }
}

.formatList li .formatList__imgs .formatList__img {
  margin-right: 5px;
}

@media all and (max-width: 750px) {
  .formatList li .formatList__imgs .formatList__img {
    margin-right: 15px;
  }
}

.formatList li .formatList__imgs .formatList__img:last-child {
  margin-right: 0;
}

.formatList li .formatList__text {
  text-align: center;
  margin-bottom: 41px;
}

@media all and (max-width: 750px) {
  .formatList li .formatList__text {
    font-size: 1.1rem;
    margin-bottom: 25px;
  }
}

.btnList li {
  margin-bottom: 23px;
}

.btnList li:last-child {
  margin-bottom: 0;
}

.btnList li a {
  color: #7D225D;
  font-size: 2.0rem;
  line-height: 1.22513;
  font-weight: 500;
  display: flex;
  align-items: center;
  border: 1px solid #7D225D;
  border-radius: 65px;
  background: #fff;
  width: 100%;
  min-height: 65px;
  padding: 0 25px 0 51px;
  box-shadow: 5px 5px rgba(190, 133, 161, 0.15);
}

.btnList li a .btnList__icon {
  margin-right: 19px;
  max-width: 41px;
  max-height: 41px;
  width: 100%;
  font-size: 4.1rem;
  line-height: 1;
}

.btnList li a .btnList__icon.btnList__icon--small {
  font-size: 3.5rem;
}

/* rentalspaceList */
.rentalspaceList {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 1.43em;
  box-sizing: content-box;
}

@media (min-width: 751px) {
  .rentalspaceList {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 751px) {
  .rentalspaceList > li {
    margin-right: 22px;
    width: calc((100% - 22px*2) / 3);
  }
}

@media all and (max-width: 750px) {
  .rentalspaceList > li {
    margin-bottom: 30px;
  }
}

.rentalspaceList > li:last-child {
  margin-right: 0;
}

@media all and (max-width: 750px) {
  .rentalspaceList > li:last-child {
    margin-bottom: 0;
  }
}

.rentalspaceList > li a {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.rentalspaceList > li a:hover .rentalspaceList__img {
  opacity: .6;
}

.rentalspaceList .rentalspaceList__header {
  background: #000;
  color: #fff;
  padding: 12px 13px 14px;
  line-height: 1.78571;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rentalspaceList .rentalspaceList__header .rentalspaceList__txt .rentalspaceList__enHeading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2px;
}

@media (min-width: 751px) {
  .rentalspaceList .rentalspaceList__header .rentalspaceList__txt .rentalspaceList__enHeading .heading {
    min-height: 2em;
  }
}

.rentalspaceList .rentalspaceList__header .rentalspaceList__txt .rentalspaceList__enHeading .logo {
  max-height: 27px;
}

.rentalspaceList .rentalspaceList__header .rentalspaceList__txt .rentalspaceList__enHeading .logo img {
  height: 100%;
}

.rentalspaceList .rentalspaceList__header .rentalspaceList__txt .rentalspaceList__jpHeading {
  font-size: 1.3rem;
}

@media all and (max-width: 750px) {
  .rentalspaceList .rentalspaceList__header .rentalspaceList__txt .rentalspaceList__jpHeading {
    font-size: 1.2rem;
  }
}

.rentalspaceList .rentalspaceList__header .rentalspaceList__txt .rentalspaceList__floor {
  font-size: 1.3rem;
}

@media all and (max-width: 750px) {
  .rentalspaceList .rentalspaceList__header .rentalspaceList__txt .rentalspaceList__floor {
    font-size: 1.2rem;
  }
}

.rentalspaceList .rentalspaceList__header .rentalspaceList__logo {
  width: 16%;
  margin-left: 8px;
}

.rentalspaceList .rentalspaceList__img {
  transition: .3s;
  height: 100%;
}

.rentalspaceList .rentalspaceList__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rentalspaceList .rentalspaceList__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}

.rentalspaceList .rentalspaceList__arrow img {
  max-width: 80px;
}

#loader-bg {
  z-index: 99;
  position: relative;
}

#loader-bg #loader-w {
  width: 100%;
  background: #fff;
}

#loader-bg #loading {
  width: 100%;
  height: 100%;
  background: url("/assets/img/bg/bg_loading.png") center;
  position: relative;
}

#loader-content {
  position: absolute;
  bottom: -110%;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  transition: .5s;
}

#loader-content #loader-content-w {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99;
}

#loader-txt {
  z-index: 999;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#loader-txt .loader-txt__inner {
  width: 100%;
  height: 100%;
  position: absolute;
}

#loader-txt .loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 450px;
  width: 32.14%;
  display: none;
}

@media all and (max-width: 750px) {
  #loader-txt .loading__logo {
    max-width: 210px;
    width: 56%;
  }
}

#loader-txt .loading__logo img {
  text-align: center;
}

#loader-txt .loading__menu {
  display: none;
}

.modaal-container .modaal-close {
  border-radius: 0;
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
}

.modaal-container .modaal-close:focus, .modaal-container .modaal-close:hover {
  background-color: transparent;
}

.modaal-container .modaal-close:focus::after, .modaal-container .modaal-close:focus::before, .modaal-container .modaal-close:hover::after, .modaal-container .modaal-close:hover::before {
  background: #ccc;
}

.modaal-container .modaal-close::after, .modaal-container .modaal-close::before {
  border-radius: 0;
  top: -5px;
  left: 14px;
  width: 2px;
  height: 40px;
}

.modaal-content-container {
  padding: 34px 50px;
}

@media all and (max-width: 750px) {
  .modaal-content-container {
    padding: 25px 21.5px 29px;
  }
}

.modaal-video-wrap {
  margin: auto 10px;
}

.modaal-image .modaal-container {
  background: transparent;
  width: 40%;
}

@media all and (max-width: 750px) {
  .modaal-image .modaal-container {
    width: 80%;
  }
}

/* nav */
.nav {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  position: relative;
  z-index: 9;
}

@media all and (max-width: 750px) {
  .nav {
    flex-direction: column;
  }
}

.nav .nav__col1 {
  width: 62.96%;
}

@media all and (max-width: 750px) {
  .nav .nav__col1 {
    width: 100%;
  }
}

.nav .nav__col2 {
  width: 31.48%;
}

@media all and (max-width: 750px) {
  .nav .nav__col2 {
    width: 100%;
  }
}

.nav .mainMenu {
  display: flex;
  flex-wrap: wrap;
  margin-right: 50px;
}

@media (min-width: 751px) {
  .nav .mainMenu {
    word-wrap: break-word;
  }
}

@media all and (max-width: 750px) {
  .nav .mainMenu {
    flex-direction: column;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.nav .mainMenu > li {
  width: calc((100% - 50px) / 2);
  margin-bottom: 30px;
}

@media all and (max-width: 750px) {
  .nav .mainMenu > li {
    width: 100%;
    margin-bottom: 25px;
  }
}

.nav .mainMenu > li:nth-child(odd) {
  margin-right: 50px;
}

.nav .mainMenu > li:nth-last-child(2) {
  margin-bottom: 0;
}

@media all and (max-width: 750px) {
  .nav .mainMenu > li:nth-last-child(2) {
    margin-bottom: 35px;
  }
}

.nav .mainMenu > li:last-child {
  margin-bottom: 0;
}

.nav .mainMenu > li .mainMenu__item {
  display: flex;
  align-items: center;
  position: relative;
}

@media (min-width: 750px) {
  .nav .mainMenu > li .mainMenu__item:hover {
    cursor: pointer;
  }
  .nav .mainMenu > li .mainMenu__item:hover .mainMenu__icon {
    color: #fff;
    background-color: #7b7787;
  }
  .nav .mainMenu > li .mainMenu__item:hover .mainMenu__txt:before {
    border-bottom: 2px solid #7b7787;
  }
}

.nav .mainMenu > li .mainMenu__item .mainMenu__icon {
  font-size: 2.6rem;
  display: flex;
  width: 48px;
  height: 48px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__icon img {
  width: 72%;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__txt {
  line-height: 1.1;
  font-size: 2.0rem;
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  position: relative;
}

@media (min-width: 751px) {
  .nav .mainMenu > li .mainMenu__item .mainMenu__txt {
    flex: 1;
    width: calc(100% - (48px + 10px));
    padding-right: 15px;
  }
}

.pageHeader2 .nav .mainMenu > li .mainMenu__item .mainMenu__txt {
  flex: 1;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__txt:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  bottom: -5px;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__txt .ruby {
  margin-top: 9px;
  display: block;
  font-size: 1.2rem;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__toggle {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__toggle.plus:before, .nav .mainMenu > li .mainMenu__item .mainMenu__toggle.plus:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__toggle.plus:before {
  border-top: 2px solid #666;
  top: 5px;
  left: 0;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__toggle.plus:after {
  border-left: 2px solid #666;
  left: 5px;
  top: 0;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__toggle.minus:before, .nav .mainMenu > li .mainMenu__item .mainMenu__toggle.minus:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__toggle.minus:before {
  border-top: 2px solid #666;
  top: 5px;
  left: 0;
}

.nav .mainMenu > li .mainMenu__item img {
  width: 100%;
}

.nav .mainMenu > li > ul {
  padding-left: 60px;
  margin-top: 11px;
  display: none;
}

.nav .mainMenu > li > ul > li a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.nav .mainMenu > li > ul > li a:hover .txt:before {
  border-bottom: 2px solid #7b7787;
}

.nav .mainMenu > li > ul > li a .txt {
  position: relative;
  display: block;
}

.nav .mainMenu > li > ul > li a .txt:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  bottom: 0;
}

.nav .mainMenu > li > ul > li a .rnIcon {
  color: #666;
  font-size: 1.0rem;
}

@media all and (max-width: 750px) {
  .nav .mainMenu > li > ul > li:not(:first-child) {
    margin-top: 8px;
  }
}

.newsDetail .newsHeading {
  display: flex;
  align-items: center;
  padding-bottom: 2.5em;
}

@media all and (max-width: 750px) {
  .newsDetail .newsHeading {
    display: block;
    padding-bottom: 1.75em;
  }
}

.newsDetail .newsHeading__cat {
  font-size: 1.6rem;
  padding-right: .625em;
}

@media all and (max-width: 750px) {
  .newsDetail .newsHeading__cat {
    font-size: 1.1rem;
    padding-right: 0;
    line-height: 1.5;
  }
}

.newsDetail .newsHeading__txt {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.3;
}

@media all and (max-width: 750px) {
  .newsDetail .newsHeading__txt {
    font-size: 2.25rem;
  }
}

.newsDetail .newsDetailColumn {
  display: flex;
  margin-bottom: 1em;
}

.newsDetail .newsDetailColumn::after {
  content: "";
  display: block;
  clear: both;
}

.newsDetail .newsDetailColumn .newsDetailColumn__col1 {
  width: 50%;
  text-align: center;
  position: relative;
  height: 100%;
  margin-right: 1.43em;
}

.newsDetail .newsDetailColumn .newsDetailColumn__col1 .newsDetail__thumb {
  background-color: fff;
  position: relative;
  overflow: hidden;
  padding-top: 112.94%;
  width: 100%;
}

.newsDetail .newsDetailColumn .newsDetailColumn__col1 .newsDetail__thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.newsDetail .newsDetailColumn .newsDetailColumn__col2 {
  width: 50%;
  margin-left: 1.43em;
}

@media all and (max-width: 750px) {
  .newsDetail .newsDetailColumn {
    display: block;
  }
  .newsDetail .newsDetailColumn .newsDetailColumn__col1,
  .newsDetail .newsDetailColumn .newsDetailColumn__col2 {
    width: 100%;
  }
  .newsDetail .newsDetailColumn .newsDetailColumn__col1 {
    margin-right: 0;
    margin-bottom: 26px;
  }
  .newsDetail .newsDetailColumn .newsDetailColumn__col2 {
    margin-left: 0;
  }
}

.newsDetail .newsDetail__category,
.newsDetail .newsDetail__info {
  font-size: 1.2rem;
  line-height: 1.83333;
  margin-bottom: 0;
}

.newsDetail .newsDetail__heading {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  margin-bottom: 1.42em;
}

@media all and (max-width: 750px) {
  .newsDetail .newsDetail__heading {
    font-size: 1.5rem;
    margin-bottom: 1.666em;
  }
}

.newsDetail .newsDetail__info {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666;
  margin-bottom: .333em;
}

@media all and (max-width: 750px) {
  .newsDetail .newsDetail__info {
    font-size: 1.2rem;
    letter-spacing: .06em;
  }
}

.newsDetail .newsDetail__detail {
  font-size: 1.8rem;
  line-height: 1.6666;
  letter-spacing: .04em;
  margin-top: 1.72em;
  margin-bottom: 1.333em;
}

@media all and (max-width: 750px) {
  .newsDetail .newsDetail__detail {
    font-size: 1.2rem;
    margin-top: 9px;
    margin-bottom: 0;
  }
}

.newsDetail .newsDetail__close {
  padding-right: 5.33333vw;
  padding-left: 5.33333vw;
}

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

@media all and (max-width: 750px) {
  .newsDetail .newsDetailLink {
    margin-bottom: 1.666em;
  }
}

.newsDetail .newsDetailLink a {
  position: relative;
}

@media all and (max-width: 750px) {
  .newsDetail .newsDetailLink a {
    font-size: 1.1rem;
    display: inline-block;
    padding-right: 10px;
  }
}

.newsDetail .newsDetailLink a:after {
  content: '';
  position: absolute;
  top: 11px;
  right: -12px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}

@media all and (max-width: 750px) {
  .newsDetail .newsDetailLink a:after {
    top: 50%;
    right: 0px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
  }
}

.newsDetail .modaal-close {
  border-radius: 0;
  position: static;
  width: 100%;
}

/*----------office work page----------*/
.owWrapper {
  padding: 5em 0 3em;
}

@media all and (max-width: 750px) {
  .owWrapper {
    padding: 4em 0 2em;
  }
}

.owWrapper .tabBlock {
  margin-bottom: 30px;
}

@media all and (max-width: 750px) {
  .owWrapper .tabBlock {
    margin-bottom: 15px;
  }
}

.owWrapper .searchBlock {
  background-color: #ccb8c3;
  padding: 1.57em 5.71em 1.86em;
  margin-bottom: 40px;
}

@media all and (max-width: 750px) {
  .owWrapper .searchBlock {
    padding: 1.666em 1.375em 2.08em;
  }
}

.owInner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.429em;
}

.owHeading {
  text-align: center;
  margin-bottom: 3.5em;
}

@media all and (max-width: 750px) {
  .owHeading {
    margin-bottom: 2.2em;
  }
}

.owHeading .heading1 {
  display: block;
  margin-bottom: 0;
}

.owDescription {
  margin-bottom: 3em;
}

@media all and (max-width: 750px) {
  .owDescription {
    margin-bottom: 2em;
  }
}

@media all and (max-width: 750px) {
  .owDescription h4 {
    font-size: 1.4rem;
  }
}

.owTab {
  margin-bottom: .5em;
}

@media all and (max-width: 750px) {
  .owTab {
    margin-bottom: .2em;
  }
}

.owList--item {
  margin-bottom: 2em;
}

@media all and (max-width: 750px) {
  .owList--item {
    margin-bottom: 1.2em;
  }
}

.owList--item .tagNew, .owList--item .tagLimited {
  margin-left: 10px;
}

@media all and (max-width: 750px) {
  .owList--item .tagNew, .owList--item .tagLimited {
    margin-left: 6px;
  }
}

.owList table {
  width: 100%;
}

/*----------privacy policy page----------*/
.ppWrapper {
  padding-bottom: 3em;
}

.ppInner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.429em;
}

.ppHeading {
  text-align: center;
  padding: 6em 0;
}

@media all and (max-width: 750px) {
  .ppHeading {
    padding: 5em 0;
  }
}

.ppList h4 {
  font-weight: 600;
}

.ppList .agreement-cell {
  margin-bottom: 3em;
}

@media all and (max-width: 750px) {
  .ppList .agreement-cell {
    margin-bottom: 2em;
  }
}

.ppList .agreement-cell.ppList--intro {
  margin-bottom: 4em;
}

@media all and (max-width: 750px) {
  .ppList .agreement-cell.ppList--intro {
    margin-bottom: 3em;
  }
}

/* rnIcon */
/* routeList */
.routeList {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

@media all and (max-width: 750px) {
  .routeList {
    padding: 0 20px;
  }
}

.routeList li {
  margin: 0 10px;
  text-align: center;
}

@media all and (max-width: 750px) {
  .routeList li {
    margin: 0;
    width: 50%;
  }
}

.routeList li img {
  width: 43px;
  margin-bottom: 5px;
}

@media all and (max-width: 750px) {
  .routeList li img {
    width: 50px;
  }
}

.routeList li p {
  margin-bottom: 0;
  font-weight: bold;
}

/*----------rules page----------*/
.ruleWrapper {
  padding-bottom: 3em;
}

.ruleInner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.429em;
}

.ruleHeading {
  text-align: center;
  padding: 6em 0;
}

@media all and (max-width: 750px) {
  .ruleHeading {
    padding: 5em 0;
  }
}

.ruleList h4 {
  font-weight: 500;
}

.ruleList .agreement-cell {
  margin-bottom: 3em;
}

@media all and (max-width: 750px) {
  .ruleList .agreement-cell {
    margin-bottom: 2em;
  }
}

.ruleList .agreement-cellruleList--intro {
  margin-bottom: 4em;
}

@media all and (max-width: 750px) {
  .ruleList .agreement-cellruleList--intro {
    margin-bottom: 3em;
  }
}

.sec-concept.sec-concept--noneDecoration:before {
  content: none;
}

.bgImg--navy .sec-concept .page-nav {
  background: #1f3847;
}

@media all and (max-width: 750px) {
  .sec-concept.sec-concept--skyEventspace {
    padding-top: 133px;
  }
}

@media all and (max-width: 750px) {
  .sec-concept.sec-concept--skyEventspace .page-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media all and (max-width: 750px) {
  .sec-concept.sec-concept--skyEventspace .page-nav.fixed {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media all and (max-width: 750px) {
  .sec-concept.sec-concept--skyEventspace .page-nav ul {
    width: 55.66667vw;
  }
}

.sec-concept.sec-concept--skyEventspace .slider {
  max-width: 940px;
  margin: 0 auto;
}

.sec-concept.sec-concept--skyEventspace .slider .slick-track > li img {
  margin: 0 auto;
  width: 100%;
}

.sec-concept.sec-concept--skyEventspace .slider .slick-dots {
  text-align: center;
}

@media all and (max-width: 750px) {
  .sec-concept.sec-concept--skyEventspace .slider .slick-dots {
    bottom: -32px;
  }
}

@media all and (max-width: 750px) {
  .sec-concept.sec-concept--skyEventspace .slider .slick-dots > li {
    margin: 0 10px;
  }
}

.sec-concept.sec-concept--skyEventspace .slider .slick-dots > li button {
  border-radius: 0;
  width: 13px;
  height: 13px;
  background-color: #989898;
}

@media all and (max-width: 750px) {
  .sec-concept.sec-concept--skyEventspace .slider .slick-dots > li button {
    width: 8px;
    height: 8px;
  }
}

.sec-concept.sec-concept--skyEventspace .slider .slick-dots > li.slick-active button {
  background: #3075a8;
}

.sec-concept.sec-concept--skyEventspace .eventspace-list .item .spec-block {
  max-width: 940px;
}

@media (min-width: 751px) {
  .sec-concept.sec-concept--skyEventspace .eventspace-list .item .spec-block {
    margin-bottom: 95px;
  }
}

@media all and (max-width: 750px) {
  .sec-concept.sec-concept--skyEventspace .eventspace-list .item .spec-block {
    margin: 70px 0 0;
  }
}

@media (min-width: 751px) {
  .sec-concept.sec-concept--skyEventspace .eventspace-list .item .spec-block .left-block, .sec-concept.sec-concept--skyEventspace .eventspace-list .item .spec-block .right-block {
    width: calc((100% - 50px) / 2);
  }
}

.sec-concept.sec-concept--skyEventspace .eventspace-list .item .spec-block .left-block .spec-list, .sec-concept.sec-concept--skyEventspace .eventspace-list .item .spec-block .right-block .spec-list {
  width: auto;
}

.sec-concept.sec-concept--skyEventspace .spec-list-wrap .spec-list-ttl {
  background: #333;
  width: 93.25843%;
  position: relative;
}

.sec-concept.sec-concept--skyEventspace .spec-list-wrap .spec-list-ttl:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  top: 0;
  right: -30px;
  border-width: 0 30px 30px 0;
  border-color: transparent transparent #333 #333;
  border-style: solid;
}

.sec-concept.sec-concept--skyEventspace .spec-list-wrap .spec-list .spec-list__item {
  border-color: #333;
}

.sec-concept.sec-concept--skyEventspace .item .spec-block .list-note {
  border-color: #333;
}

.sec-concept.sec-concept--skyEventspace .eventspace-list .drawing {
  background: transparent;
}

.sec-concept.sec-concept--skyEventspace .sec-concept__flow {
  max-width: 940px;
  margin: 0 auto 140px;
}

@media all and (max-width: 750px) {
  .sec-concept.sec-concept--skyEventspace .sec-concept__flow {
    margin-bottom: 70px;
  }
}

.sec-concept.sec-concept--skyEventspace .sec-concept__figure {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media all and (max-width: 750px) {
  .sec-concept.sec-concept--skyEventspace .sec-concept__figure {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.sec-concept.sec-concept--skyEventspace .sec-concept__figure img {
  width: 100%;
}

.sec-floorplan.sec-floorplan--skyEventspace .contact .ttl {
  margin-left: 0;
}

.sec-floorplan.sec-floorplan--skyEventspace .contact .txt-block .note {
  color: #fff;
}

.sec-floorplan.sec-floorplan--skyEventspace .flex-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  justify-content: flex-start;
}

@media (min-width: 751px) {
  .eventspace-list.eventspace-list--flexNoWrap .item .spec-block {
    flex-wrap: nowrap;
  }
}

@media (min-width: 751px) {
  .eventspace-list.eventspace-list--flexNoWrap .item .spec-block .left-block {
    margin-right: 50px;
  }
}

/* section */
section.section {
  max-width: 1180px;
  padding: 0 50px 95px;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  section.section {
    padding: 0 15px 70px;
  }
}

.pageContent section.section:first-of-type {
  padding-top: 55px;
}

@media all and (max-width: 750px) {
  .pageContent section.section:first-of-type {
    padding-top: 0;
  }
}

section.section section {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

@media all and (max-width: 750px) {
  section.section section {
    padding: 0;
    margin-bottom: 70px;
  }
}

section.section section:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
}

@media all and (max-width: 750px) {
  section.section section:last-of-type {
    margin-bottom: 0;
  }
}

section.section section hr {
  margin: 40px -20px 80px;
}

section.sec-keyvisual {
  position: relative;
  height: 100%;
  height: 100vh;
  background-color: rgba(99, 99, 99, 0.2);
}

section.sec-public_notice {
  background-image: url(/assets/img/body-bg_purple.gif);
  background-position: center;
  position: relative;
}

section.sec-notice {
  text-align: center;
  margin-bottom: 23px;
}

@media all and (max-width: 750px) {
  section.sec-notice {
    padding: 0 4vw;
  }
}

section.sec-notice a {
  font-size: 15px;
  text-decoration: underline;
}

@media all and (max-width: 750px) {
  section.sec-notice a {
    font-size: 3.2vw;
  }
}

section.sec-notice a:hover {
  text-decoration: none;
}

.sec-heading {
  text-align: center;
  padding: 10em 0;
}

@media all and (max-width: 750px) {
  .sec-heading {
    padding: 6em 2em;
  }
}

.sec-inner {
  width: 800px;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .sec-inner {
    width: 100%;
  }
}

.sec-padding-bottom100 {
  padding: 0 0 100px;
}

.section2 {
  margin-bottom: 42px;
}

@media all and (max-width: 750px) {
  .section2 {
    margin-bottom: 15px;
  }
}

.section3 {
  margin: 0 auto;
  padding: 0 60px 95px;
  max-width: 1040px;
}

@media all and (max-width: 750px) {
  .section3 {
    padding: 0 15px 70px;
  }
}

.section3.section3--border_bottom {
  position: relative;
}

.section3.section3--border_bottom::after {
  border-bottom: 1px solid #c6c6c6;
  content: "";
  display: block;
  position: absolute;
  bottom: 47px;
  width: calc(100% - 120px);
}

@media all and (max-width: 750px) {
  .section3.section3--border_bottom::after {
    bottom: 35px;
    width: calc(100% - 30px);
  }
}

.pageContent .section3:first-of-type {
  padding-top: 55px;
}

@media all and (max-width: 750px) {
  .pageContent .section3:first-of-type {
    padding-top: 0;
  }
}

.section4 {
  margin: 65px 15px;
  position: relative;
}

.section4:before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: inline-block;
  position: absolute;
  width: 165.5px;
  height: 83px;
  background-image: url("/assets/img/app/use/bg-triangle-top.png");
  background-size: contain;
}

.section4 .section4__inner {
  background: rgba(190, 133, 161, 0.15);
  padding: 24px 30px 74px;
  position: relative;
}

.section4 .section4__inner:after {
  content: '';
  background-image: url("/assets/img/app/use/bg-triangle.png");
  background-size: contain;
  width: 100%;
  height: calc(100% - 226px);
  position: absolute;
  top: 226px;
  left: 0;
  z-index: -1;
}

.section4 .section4__inner .section4__textBlock {
  margin-bottom: 46px;
}

.section4 .section4__inner .section4__textBlock .section4__heading {
  color: #7D225D;
  font-size: 2.0rem;
  line-height: 1.53846;
  font-weight: 500;
}

.section4 .section4__inner .section4__textBlock .section4__heading2 {
  color: #7D225D;
  font-size: 1.2rem;
}

.section4 .section4__inner .section4__textBlock .section4__text {
  font-size: 1.2rem;
}

.section4 .section4__inner .section4__textBlock .section4__text a {
  text-decoration: underline;
}

.section4 .section4__inner .section4__content {
  max-width: 217px;
  margin: 0 auto 134px;
}

.section4 .section4__inner .section4__content:first-of-type {
  margin-top: 46px;
}

.section4 .section4__inner .section4__content:last-child {
  margin-bottom: 0;
}

.section4 .section4__inner .section4__content .section4__description {
  margin-top: 15px;
}

.section4 .section4__inner .section4__column2 {
  display: flex;
  margin-bottom: 40px;
}

.section4 .section4__inner .section4__column2:last-of-type {
  margin-bottom: 20px;
}

.section4 .section4__inner .section4__column2 .section4__col1 {
  max-width: 77px;
  margin-right: 11px;
}

.section4 .section4__inner .section4__column2 .section4__col2 {
  flex: 1;
}

.section4 .section4__inner .section4__column2 .section4__col2 .section4__columnHeading {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 6px;
}

.section4 .section4__inner .section4__column2 .section4__col2 .section4__columnSubHeading {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1.79167;
}

.section4 .section4__inner .section4__column2 .section4__col2 .section4__columnSubHeading.section4__columnSubHeading--sectionColor {
  color: #7D225D;
  font-size: 1.5rem;
}

.section4 .section4__inner .section4__column2 .section4__col2 .section4__columnCoupon {
  color: #7D225D;
}

.section4 .section4__inner .section4__column2 .section4__col2 .section4__columnCoupon p {
  border-bottom: 1px solid #7D225D;
  display: flex;
  align-items: center;
  font-size: 1.0rem;
  line-height: 1.5;
  padding-bottom: 4px;
  margin-bottom: 5px;
}

.section4 .section4__inner .section4__column2 .section4__col2 .section4__columnCoupon p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.section4 .section4__inner .section4__column2 .section4__col2 .section4__columnCoupon p > span {
  display: block;
  font-weight: 700;
}

.section4 .section4__inner .section4__column2 .section4__col2 .section4__columnCoupon p > span.horizon {
  flex: 1;
  max-width: 98px;
}

.section4 .section4__inner .section4__column2 .section4__col2 .section4__columnCoupon p > span:first-child {
  margin-right: 10px;
}

.section4 .section4__inner .section4__column2 .section4__col2 .section4__columnCoupon p > span .number {
  font-size: 1.5rem;
}

.section4 .section4__inner .section4__column2 .section4__col2 .section4__notice {
  font-size: 1.0rem;
  margin-bottom: 8px;
  line-height: 1.66667;
  display: flex;
  align-items: center;
}

.section4 .section4__inner .section4__column2 .section4__col2 .section4__notice .point {
  white-space: nowrap;
}

.section4 .section4__inner .section4__column2 .section4__col2 .section4__notice:last-of-type {
  margin-bottom: 0;
}

.section4 .section4__inner .section4__pointBlock {
  text-align: center;
  margin-bottom: 134px;
}

.section4 .section4__inner .section4__pointBlock .section4__pointHeading {
  margin-bottom: 6px;
}

.section4 .section4__inner .section4__pointBlock .section4__pointHeading img {
  max-width: 230px;
}

.section4 .section4__inner .section4__pointBlock .section4__pointSubHeading {
  font-size: 1.5rem;
  color: #7D225D;
  font-weight: 500;
  margin-bottom: 6px;
}

.section4 .section4__inner .section4__pointBlock .section4__pointContent {
  margin-bottom: 25px;
}

.section4 .section4__inner .section4__pointBlock .section4__pointContent p {
  color: #7D225D;
  margin-bottom: 15px;
}

.section4 .section4__inner .section4__pointBlock .section4__pointContent img {
  max-width: 263px;
}

.section4 .section4__inner .section4__pointBlock .section4__pointNotice {
  font-size: 1.0rem;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}

.section4 .section4__inner .section4__pointBlock .section4__pointNotice span {
  color: #7D225D;
}

/* shop */
/* shop detail */
@media all and (max-width: 750px) {
  .shopDetail {
    margin-bottom: 2em;
  }
}

.shopDetail .shopDetail__tenantLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 90px auto 100px;
  width: 280px;
  height: 94px;
}

.shopDetail .shopDetail__tenantLogo img {
  max-width: 280px;
  max-height: 94px;
}

@media all and (max-width: 750px) {
  .shopDetail .shopDetail__tenantLogo {
    margin: 45px auto 50px;
    width: 140px;
    height: 47px;
  }
  .shopDetail .shopDetail__tenantLogo img {
    max-width: 140px;
    max-height: 47px;
  }
}

.shopDetail .shopDetail__column {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.shopDetail .shopDetail__column .shopDetail__col1 {
  margin-right: 14px;
}

.shopDetail .shopDetail__shopLogo {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 176px;
}

.shopDetail .shopDetail__shopLogo img {
  max-width: 220px;
  max-height: 176px;
}

@media all and (max-width: 750px) {
  .shopDetail .shopDetail__shopLogo {
    width: 26.66667vw;
    height: 21.33333vw;
  }
  .shopDetail .shopDetail__shopLogo img {
    max-width: 26.66667vw;
    max-height: 21.33333vw;
  }
}

.shopDetail .shopDetail__ticket {
  margin-bottom: 22px;
  width: 90px;
}

@media all and (max-width: 750px) {
  .shopDetail .shopDetail__ticket {
    width: 45px;
  }
}

@media all and (max-width: 750px) {
  .shopDetail .shopDetail__description {
    margin-bottom: 2em;
  }
}

.shopDetail .heading1 {
  margin-bottom: 0.73em;
}

.shopDetailGrid {
  display: grid;
  gap: 0 9.25%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

@media all and (max-width: 750px) {
  .shopDetailGrid {
    display: block;
  }
}

.shopDetailGrid .shopDetailGrid__item2 {
  grid-row: 1 / 4;
  grid-column: 2;
}

/*----------shop restaurant page----------*/
.srWrapper .searchBlock {
  background-color: #ccb8c3;
  padding: 1.57em 5.71em 1.86em;
  margin-bottom: 60px;
}

@media all and (max-width: 750px) {
  .srWrapper .searchBlock {
    padding: 1.666em 1.375em 2.08em;
  }
}

.srWrapper .newsList2 {
  margin-bottom: 4em;
}

.srWrapper .tabBlock {
  margin-bottom: 1em;
}

.srWrapper .tagWrapper {
  margin-bottom: .57em;
}

@media all and (max-width: 750px) {
  .srWrapper .tagWrapper {
    margin-bottom: 0;
  }
}

.srWrapper .articleBlock {
  padding-bottom: 3.57em;
}

@media all and (max-width: 750px) {
  .srWrapper .articleBlock {
    padding-bottom: 0;
  }
}

.srWrapper .btnBlock {
  padding: 5.92em 0 6.86em;
}

@media all and (max-width: 750px) {
  .srWrapper .btnBlock {
    padding: 4.3em 0;
  }
}

@media all and (max-width: 750px) {
  .srWrapper .noPadding_sp {
    padding: 0;
  }
}

.srWrapper .businessHours {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 60px;
}

@media all and (max-width: 750px) {
  .srWrapper .businessHours {
    margin-top: 1em;
    margin-bottom: 30px;
  }
}

.srInner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.429em;
}

.srSliderArea {
  padding-top: 0;
  margin-bottom: 6em;
}

@media all and (max-width: 750px) {
  .srSliderArea {
    margin-bottom: 4em;
  }
  .srSliderArea .srInner {
    padding: 0;
  }
}

.js-dummy-beauty {
  max-width: 144px;
}

.preText {
  margin-top: 7em;
  font-size: 1.8rem;
}

@media all and (max-width: 750px) {
  .preText {
    margin-top: 4em;
    font-size: 1.6rem;
  }
}

/*----------sitemap page----------*/
.smWrapper {
  padding-bottom: 3em;
}

.smInner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.429em;
}

.smHeading {
  text-align: center;
  padding: 6em 0;
}

@media all and (max-width: 750px) {
  .smHeading {
    padding: 5em 0;
  }
}

.smList ul {
  padding-left: 1.5em;
}

.smList a {
  padding-bottom: .15em;
  border-bottom: 1px dotted #b9b7c4;
  transition: .2s opacity;
}

.smList a:hover {
  opacity: .6;
}

.smList--parent {
  list-style: disc;
}

.smList--child {
  list-style: circle;
}

/*----------sky page----------*/
.skySliderBlock {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 8.9em;
}

@media all and (max-width: 750px) {
  .skySliderBlock {
    margin-bottom: 6.666em;
  }
}

.skyBlock____wrapper {
  padding: 4em 0 1em;
}

@media all and (max-width: 750px) {
  .skyBlock____wrapper {
    padding: 3em 0 .5em;
  }
}

.skyBlock____wrapper .slider3 {
  margin-bottom: 5.5em !important;
}

@media all and (max-width: 750px) {
  .skyBlock____wrapper .slider3 {
    margin-bottom: 3.5em !important;
  }
}

.skyBlock__heading {
  text-align: center;
  margin-bottom: 2.93em;
}

@media all and (max-width: 750px) {
  .skyBlock__heading {
    margin-bottom: 2.1666em;
  }
}

.skyBlock__heading h3 {
  font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 200;
}

@media all and (max-width: 750px) {
  .skyBlock__heading h3 {
    font-size: 3.4rem;
  }
}

.skyBlock__heading p {
  margin: 0;
}

@media all and (max-width: 750px) {
  .skyBlock__heading p {
    font-size: 1.2rem;
  }
}

.skyBlock__main {
  margin-bottom: 7em;
}

@media all and (max-width: 750px) {
  .skyBlock__main {
    margin-bottom: 3em;
  }
}

.skyBlock__main figure {
  text-align: center;
  margin-bottom: 2.79em;
}

.skyBlock__main figure img {
  width: 100%;
}

@media all and (max-width: 750px) {
  .skyBlock__main--txt p {
    font-size: 1.1rem;
    line-height: 1.55;
  }
}

.skyBlock__main--txt hr {
  margin: 21px 0;
}

@media all and (max-width: 750px) {
  .skyBlock__main--txt hr {
    border-top: 1px solid #c6c6c6;
    margin: 16px 0;
  }
}

.skyBlock__main--txt dl {
  display: flex;
}

@media all and (max-width: 750px) {
  .skyBlock__main--txt dl {
    font-size: 1.1rem;
  }
}

.skyBlock__main--txt dl dt {
  font-weight: normal;
}

.skyBlock__main--txt dl dd {
  margin-right: 3.57em;
}

@media all and (max-width: 750px) {
  .skyBlock__main--txt dl dd {
    margin-right: 2.5em;
  }
  .skyBlock__main--txt dl dd:nth-of-type(2) {
    margin-right: 0;
  }
}

@media all and (max-width: 750px) {
  .skyBlock__list {
    text-align: left;
  }
}

.skyBlock__list--item {
  display: flex;
  margin-bottom: 2.14em;
}

.skyBlock__list--item figure {
  text-align: center;
  flex-shrink: 0;
  margin-right: 2.14em;
  width: 23.7vw;
  max-width: 332px;
}

.skyBlock__list--item figure .trim {
  background-color: #fff;
  position: relative;
  width: 100%;
  padding-top: 66.26%;
  overflow: hidden;
}

.skyBlock__list--item figure .trim img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

@media all and (max-width: 750px) {
  .skyBlock__list--item figure {
    margin-right: 1.42em;
    width: 37vw;
  }
}

.skyBlock__list--content {
  width: 100%;
}

.skyBlock__list--name {
  display: flex;
  margin-top: 4.8em;
  margin-bottom: .4em;
}

@media all and (max-width: 750px) {
  .skyBlock__list--name {
    margin-top: .3em;
    margin-bottom: .5em;
  }
}

.skyBlock__list--name p {
  margin: 0;
}

.skyBlock__list--name p:nth-child(1) {
  font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: 100;
  line-height: 1.1;
  margin-right: .6em;
}

@media all and (max-width: 750px) {
  .skyBlock__list--name p:nth-child(1) {
    font-size: 3.4rem;
    line-height: 1;
    margin-right: .59em;
  }
}

.skyBlock__list--name p:nth-child(2) {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  padding-top: .5em;
}

@media all and (max-width: 750px) {
  .skyBlock__list--name p:nth-child(2) {
    font-size: 1.2rem;
    padding-top: 0;
  }
}

.skyBlock__list--description {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
}

@media all and (max-width: 750px) {
  .skyBlock__list--description {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

.skyAboutBlock {
  width: 100%;
  margin-bottom: 10.7em;
}

@media all and (max-width: 750px) {
  .skyAboutBlock {
    margin-bottom: 6.25em;
  }
}

.skyAboutBlock__txt {
  text-align: center;
  margin-bottom: 3.57em;
}

@media all and (max-width: 750px) {
  .skyAboutBlock__txt {
    margin-bottom: 2.9em;
  }
}

@media all and (max-width: 750px) {
  .skyAboutBlock hr {
    border-top: 1px solid #c6c6c6;
  }
}

.skyFacilitiesBlock {
  margin-bottom: 10.7em;
}

@media all and (max-width: 750px) {
  .skyFacilitiesBlock {
    margin-bottom: 6.25em;
  }
}

.skyAccessBlock figure {
  text-align: center;
  margin-bottom: 2.5em;
}

.skyAccessBlock figure img {
  width: 100%;
}

.skyAccessBlock .btn1 {
  margin-top: 3em;
}

.skyActivityBlock {
  text-align: center;
  margin-bottom: 9.8em;
}

@media all and (max-width: 750px) {
  .skyActivityBlock {
    margin-bottom: 7.42em;
  }
}

@media all and (max-width: 750px) {
  .skyActivityBlock__caption p {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

.skyPhotoBlock {
  margin-bottom: 9.86em;
}

@media all and (max-width: 750px) {
  .skyPhotoBlock {
    margin-bottom: 7.9em;
  }
}

.skyShopBlock {
  margin-bottom: 9.5em;
}

@media all and (max-width: 750px) {
  .skyShopBlock {
    margin-bottom: 6.875em;
  }
}

.skyShopBlock .skyBlock__list {
  margin-bottom: 6.64em;
}

@media all and (max-width: 750px) {
  .skyShopBlock .skyBlock__list {
    margin-bottom: 4.2em;
  }
}

.skyInfoBlock {
  margin-bottom: 7em !important;
}

@media all and (max-width: 750px) {
  .skyInfoBlock {
    margin-bottom: 5.5em !important;
  }
}

.skyInfoBlock .skyInfoBlock__heading {
  margin: 0 auto 6em;
  text-align: center;
}

@media all and (max-width: 750px) {
  .skyInfoBlock .skyInfoBlock__heading {
    width: 162px;
    margin: 0 auto 3.5em;
  }
}

.skyInfoBlock .skyInfoBlock__status {
  border: 1px solid #fff;
  background-color: #000000;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 1em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__col1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  padding: 18px 0;
}

@media all and (max-width: 750px) {
  .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__col1 {
    padding: 9px 0;
  }
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__col2 {
  width: 100%;
  display: flex;
  align-items: center;
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sky {
  font-size: 2.8rem;
  line-height: 1.2142857;
  letter-spacing: 0.14em;
  font-weight: bold;
  padding-right: 17px;
}

@media all and (max-width: 750px) {
  .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sky {
    font-size: 2.0rem;
    width: 80%;
    padding-right: 0;
  }
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__hours {
  font-size: 1.2rem;
  font-weight: 200;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media all and (max-width: 750px) {
  .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__hours {
    font-size: 1rem;
  }
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__hours .hours--open, .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__hours .hours--close {
  font-size: 1.4rem;
  font-weight: 400;
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__hours .hours--open {
  padding-left: 7px;
  padding-right: 7px;
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__hours .hours--close {
  padding-left: 7px;
  padding-right: 9px;
}

@media all and (max-width: 750px) {
  .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__hours .hours--last {
    margin: 0 auto;
  }
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__hours .hours--hyphen {
  font-size: 2rem;
  line-height: 1;
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__roofTop {
  font-size: 2.0rem;
  line-height: 1.3;
  letter-spacing: 0.11em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 64%;
  padding: 18px 0;
  border-right: 1px solid #ffffff;
}

@media (min-width: 751px) {
  .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__roofTop {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (max-width: 750px) {
  .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__roofTop {
    font-size: 1.3rem;
    width: 100%;
    padding: 18px 10px;
  }
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__roofTop p {
  font-size: 1.0rem;
  letter-spacing: .11em;
  padding-top: 5px;
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__roofTop .skyInfoBlock__item {
  font-size: 1.4rem;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 751px) {
  .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__roofTop .skyInfoBlock__item {
    font-size: 2.4rem;
  }
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__roofTop .skyInfoBlock__item span {
  font-size: 2.4rem;
}

@media (min-width: 751px) {
  .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__roofTop .skyInfoBlock__item span {
    width: 90px;
    display: inline-block;
  }
}

@media all and (max-width: 750px) {
  .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__roofTop .skyInfoBlock__item span {
    width: 65px;
    font-size: 1.8rem;
    display: inline-block;
  }
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__roofTop .skyInfoBlock__item span.skyInfoBlock__place {
  padding-left: 0;
  display: inline-block;
}

@media (min-width: 751px) {
  .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__roofTop .skyInfoBlock__item span.skyInfoBlock__place {
    width: 114px;
  }
}

@media all and (max-width: 750px) {
  .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__roofTop .skyInfoBlock__item span.skyInfoBlock__place {
    width: 83px;
  }
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__roofTop .skyInfoBlock__item span.separate {
  margin: 0 auto;
  width: auto;
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sun {
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sun {
    padding: 0 7px;
  }
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sun .skyInfoBlock__sun--rise {
  padding-bottom: 10px;
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sun .skyInfoBlock__sun--rise, .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sun .skyInfoBlock__sun--set {
  display: flex;
  align-items: center;
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sun .skyInfoBlock__sun--rise img, .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sun .skyInfoBlock__sun--set img {
  width: 34px;
  height: 24px;
  padding-right: 8px;
}

@media all and (max-width: 750px) {
  .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sun .skyInfoBlock__sun--rise img, .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sun .skyInfoBlock__sun--set img {
    width: 21.5px;
    height: 15px;
  }
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sun .skyInfoBlock__sun--rise p, .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sun .skyInfoBlock__sun--set p {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  width: 8.5em;
}

@media all and (max-width: 750px) {
  .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sun .skyInfoBlock__sun--rise p, .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sun .skyInfoBlock__sun--set p {
    font-size: 1.0rem;
    width: 10em;
    line-height: 1.3;
  }
}

.skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sun .skyInfoBlock__sun--rise p span, .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sun .skyInfoBlock__sun--set p span {
  font-size: 2.2rem;
  line-height: 1;
  display: inline-block;
  padding-left: 0.3em;
}

@media all and (max-width: 750px) {
  .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sun .skyInfoBlock__sun--rise p span, .skyInfoBlock .skyInfoBlock__status .skyInfoBlock__sun .skyInfoBlock__sun--set p span {
    font-size: 1.5rem;
  }
}

.skyInfoBlock .skyInfoBlock__message {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2em;
}

@media all and (max-width: 750px) {
  .skyInfoBlock .skyInfoBlock__message {
    margin-bottom: 1em;
  }
}

.skyInfoBlock ul {
  display: flex;
  justify-content: space-between;
  padding: 0 16.9em;
  margin-bottom: 2.5em;
}

@media all and (max-width: 750px) {
  .skyInfoBlock ul {
    padding: 0;
    margin-bottom: 1.6em;
  }
}

.skyInfoBlock ul li {
  width: 100%;
  padding: 0 22px;
  border-right: 2px solid #787878;
}

@media all and (max-width: 750px) {
  .skyInfoBlock ul li {
    padding: 0 .8333em;
  }
}

.skyInfoBlock ul li:last-child {
  border-right: none;
}

.skyInfoBlock .skyInfoBlock__ticket {
  width: 100%;
  max-width: 500px;
  margin: 4em auto 0;
}

.skyInfoBlock .skyInfoBlock__ticket > div {
  margin-bottom: 2em;
}

.skyInfoBlock .skyInfoBlock__ticket .btnBlock {
  margin-bottom: .82em;
}

.skyInfoBlock p {
  margin: 0;
}

.skyProduction {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 4em;
  display: flex;
}

@media all and (max-width: 750px) {
  .skyProduction {
    margin: 2.9em auto 2.5em;
  }
}

.skyProduction .skyProduction__heading {
  font-size: 1.4rem;
  white-space: nowrap;
  padding: 0 .79em;
}

.skyProduction .skyProduction__content {
  padding: 0 .79em;
}

@media all and (max-width: 750px) {
  .skyProduction .skyProduction__content {
    padding: 0;
    text-align: left;
  }
}

.skyProduction .skyProduction__content p {
  margin-bottom: 1em;
}

@media all and (max-width: 750px) {
  .skyProduction .skyProduction__content p {
    margin-bottom: .7em;
  }
}

.skyProduction .skyProduction__content img {
  width: 210px;
}

@media all and (max-width: 750px) {
  .skyProduction .skyProduction__content img {
    width: 134px;
  }
}

.skyProduction .skyProduction__content span {
  font-size: 1.1rem;
  margin-right: 20px;
  vertical-align: top;
}

.skydiagramDetail input {
  display: none;
}

.skydiagramDetail .skydiagramDetail__overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.skydiagramDetail .skydiagramDetail__trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.skydiagramDetail .skydiagramDetail__content {
  align-self: center;
  position: fixed;
  left: 30%;
  top: 5%;
  z-index: 99;
  transform: translate(-50%, -50%);
  max-width: 70vw;
  max-height: 70vh;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transform: scale(0.3);
  transition: 0.5s;
}

@media all and (max-width: 750px) {
  .skydiagramDetail .skydiagramDetail__content {
    left: 15%;
    padding: 0;
  }
}

.skydiagramDetail .close_button {
  position: absolute;
  top: 0;
  right: -30px;
  font-size: 24px;
  cursor: pointer;
}

.skydiagramDetail input:checked ~ .skydiagramDetail__overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.skydiagramDetail input:checked ~ .skydiagramDetail__overlay .skydiagramDetail__content {
  transform: scale(1);
}

.skydiagramDetail--languages .skydiagramDetail__content {
  max-width: 80vw;
  left: unset;
  top: unset;
}

.skydiagramDetaillLink {
  margin-bottom: 4.5rem;
}

@media all and (max-width: 750px) {
  .skydiagramDetaillLink {
    margin-bottom: 2rem;
  }
}

.skydiagramDetaillLink label.skydiagramLink {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
  font-size: 2.0rem;
  padding: 17px 0;
  transition: .3s;
  position: relative;
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  outline: none;
  color: #fff;
  background: #2574a7;
}

@media all and (max-width: 750px) {
  .skydiagramDetaillLink label.skydiagramLink {
    font-size: 1.6rem;
    padding: 9px 0;
  }
}

.skydiagramDetaillLink label.skydiagramLink:hover {
  cursor: pointer;
  background: #39323f;
}

.sliderBlock {
  width: 100%;
}

.slider {
  width: 100%;
}

.slider .slick-slide a {
  display: block;
}

.slider .trim {
  position: relative;
  width: 100%;
  padding-top: 66.26%;
  overflow: hidden;
}

.slider .trim img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.slider .trim2 {
  position: relative;
  width: 100%;
  padding-top: 56.22%;
  overflow: hidden;
}

.slider .trim2 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.slider .trim3 {
  position: relative;
  width: 100%;
  padding-top: 66%;
  overflow: hidden;
}

.slider .trim3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 140%;
  max-height: 140%;
}

.slider .trim4 {
  position: relative;
  width: 100%;
  padding-top: 66%;
  overflow: hidden;
}

.slider .trim4 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 120%;
  max-height: 120%;
}

.slider .slick-dots {
  bottom: -42px;
  z-index: 2;
}

.slider .slick-dots li.slick-active button:before {
  color: #753263;
}

.slider .slick-dots li button:before {
  content: "■";
  font-size: 1.9rem;
  color: #989898;
  opacity: 1;
}

@media all and (max-width: 750px) {
  .slider .slick-dots li button:before {
    font-size: 1.2rem;
  }
}

.slider.slider1 {
  margin: 0 auto 30px;
}

@media all and (max-width: 750px) {
  .slider.slider1 .slick-dots {
    bottom: -30px;
  }
}

.slider.slider1 .slick-track, .slider.slider1 .slick-list {
  background: #ffffff;
}

.slider.slider1 .slick-list::before, .slider.slider1 .slick-list::after {
  background-color: rgba(255, 255, 255, 0.75);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 26.3vw;
  height: 100%;
}

@media all and (max-width: 750px) {
  .slider.slider1 .slick-list::before, .slider.slider1 .slick-list::after {
    content: none;
  }
}

.slider.slider1 .slick-list::before {
  left: 0;
}

.slider.slider1 .slick-list::after {
  right: 0;
}

.slider.slider2 {
  margin-bottom: 0;
  padding-bottom: 42px;
}

@media all and (max-width: 750px) {
  .slider.slider2 {
    padding-bottom: 25px;
  }
}

.slider.slider2 .slick-list {
  background: #ffffff;
}

.slider.slider2 .slick-list::before, .slider.slider2 .slick-list::after {
  background-color: rgba(255, 255, 255, 0.75);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 26.3vw;
  height: 100%;
}

@media all and (max-width: 750px) {
  .slider.slider2 .slick-list::before, .slider.slider2 .slick-list::after {
    content: none;
  }
}

.slider.slider2 .slick-list::before {
  left: 0;
}

.slider.slider2 .slick-list::after {
  right: 0;
}

.slider.slider2 .slick-dots {
  bottom: 0;
}

.slider.slider2 .slick-track, .slider.slider2 .slick-list {
  background: #fff;
}

.slider.slider3 {
  margin-bottom: 0;
}

@media all and (max-width: 750px) {
  .slider.slider3 .slick-dots {
    bottom: -25px;
  }
}

.slider.slider3 .slick-dots li {
  margin: 0 4px;
}

.slider.slider3 .slick-dots li.slick-active button:before {
  color: #2574a7;
}

.slider.slider3 .slick-dots li button:before {
  font-size: 1.7rem;
}

@media all and (max-width: 750px) {
  .slider.slider3 .slick-dots li button:before {
    font-size: 1.2rem;
  }
}

.slider.slider3 .slick-track, .slider.slider3 .slick-list {
  background: transparent;
}

.slider.slider3 .slick-list::before, .slider.slider3 .slick-list::after {
  background-color: rgba(0, 0, 0, 0.75);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 26.2vw;
  height: 100%;
}

@media all and (max-width: 750px) {
  .slider.slider3 .slick-list::before, .slider.slider3 .slick-list::after {
    content: none;
  }
}

.slider.slider3 .slick-list::before {
  left: 0;
}

.slider.slider3 .slick-list::after {
  right: 0;
}

.slider.slider4 {
  margin-bottom: 0;
}

.slider.slider4 .trim {
  padding-top: 75%;
}

.slider.slider4 .trim img {
  height: auto;
  margin: 0;
}

.slider.slider4 figure {
  margin: 0;
}

.slider.slider4 figure figcaption {
  font-size: 1.6rem;
  line-height: 2.1428571;
  font-weight: bold;
  letter-spacing: 0.07em;
  padding-bottom: 0.8rem;
}

@media all and (max-width: 750px) {
  .slider.slider4 figure figcaption {
    padding-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.slider.slider4 .slick-dots {
  bottom: -40px;
}

@media all and (max-width: 750px) {
  .slider.slider4 .slick-dots {
    bottom: -30px;
  }
}

.slider.slider4 .slick-dots li {
  margin: 0 4px;
}

.slider.slider4 .slick-dots li.slick-active button:before {
  color: #2574a7;
}

.slider.slider4 .slick-dots li button:before {
  font-size: 1.7rem;
}

@media all and (max-width: 750px) {
  .slider.slider4 .slick-dots li button:before {
    font-size: 1.3rem;
  }
}

.slider.slider4 .slick-slide:not(.slick-current) {
  opacity: 1;
  background-color: #000000;
}

.slider.slider4 .slick-slide:not(.slick-current) img {
  opacity: 0.4;
}

.slider.slider5 {
  margin: 0 auto;
  padding-bottom: 18px;
  max-width: 276px;
}

@media all and (max-width: 750px) {
  .slider.slider5 {
    max-width: 200px;
  }
}

.slider.slider5 .slider5__img {
  margin-bottom: 32px;
  min-height: 553px;
}

@media all and (max-width: 750px) {
  .slider.slider5 .slider5__img {
    margin-bottom: 16px;
    min-height: 401px;
  }
}

.slider.slider5 .slick-dots {
  bottom: 0;
}

.slider.slider5 .slick-slide img {
  margin: 0 auto;
}

.slider.not-overlay .slick-list::before, .slider.not-overlay .slick-list::after {
  content: none;
}

/* snsBlock */
.snsBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

@media all and (max-width: 750px) {
  .snsBlock {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

.snsBlock .snsBlock__heading {
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 30px 0 0;
}

@media all and (max-width: 750px) {
  .snsBlock .snsBlock__heading {
    font-size: 1.1rem;
    margin-right: 17px;
  }
}

.snsBlock .snsBlock__list {
  display: flex;
}

.snsBlock .snsBlock__list > li {
  margin-right: 20px;
}

@media all and (max-width: 750px) {
  .snsBlock .snsBlock__list > li {
    margin-right: 13px;
  }
}

.snsBlock .snsBlock__list > li:last-child {
  margin-right: 0;
}

.snsBlock .snsBlock__list > li img {
  width: 52px;
}

@media all and (max-width: 750px) {
  .snsBlock .snsBlock__list > li img {
    width: 35px;
  }
}

.snsBlock .snsBlock__list > li.twitter a {
  background: #1da1f2;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 750px) {
  .snsBlock .snsBlock__list > li.twitter a {
    width: 34px;
    height: 34px;
  }
}

.snsBlock .snsBlock__list > li.twitter img {
  width: 30px;
}

@media all and (max-width: 750px) {
  .snsBlock .snsBlock__list > li.twitter img {
    width: 20px;
  }
}

.summary {
  margin-bottom: 0;
}

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

.tabBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab {
  width: 50%;
  text-align: center;
  cursor: pointer;
}

.tabLink {
  width: 100%;
  display: block;
  background-color: #ffffff;
  color: #575757;
  padding: .63em 0;
  font-size: 2rem;
  transition: .4s background-color;
}

@media all and (max-width: 750px) {
  .tabLink {
    font-size: 1.3rem;
  }
}

.tabLink:hover {
  background-color: #b9b7c4;
}

.tabActive {
  pointer-events: none;
  cursor: default;
  position: relative;
}

.tabActive .tabLink {
  color: #ffffff;
  background-color: #b8598d;
}

.tabActive:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #b8598d transparent transparent transparent;
  border-width: 13px 13px 0 13px;
}

@media all and (max-width: 750px) {
  .tabActive:after {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
  }
}

.tabActive.tabActiveSky .tabLink {
  background-color: #2c546e;
}

.tabActive.tabActiveSky::after {
  border-color: #2c546e transparent transparent transparent;
}

/* table */
/* table1 */
.table1 {
  font-size: 1.4rem;
}

@media all and (max-width: 750px) {
  .table1 {
    font-size: 1.1rem;
  }
}

.table1 table {
  width: 100%;
}

.table1 tr:first-child th, .table1 tr:first-child td {
  border-top: 2px solid #e6e6e6;
}

.table1 tr th, .table1 tr td {
  word-break: break-all;
  padding: 10px;
  border-bottom: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
}

@media all and (max-width: 750px) {
  .table1 tr th, .table1 tr td {
    border-right: none;
    padding: 7px 10px;
  }
}

.table1 tr th.td--textLeft, .table1 tr td.td--textLeft {
  text-align: left;
}

.table1 tr th {
  background-color: #d2cfdb;
  text-align: center;
  width: 31.02%;
  border-left: 2px solid #e6e6e6;
}

@media all and (max-width: 750px) {
  .table1 tr th {
    border-left: none;
    width: 32.07%;
  }
}

.table1 tr td {
  background-color: #fff;
  width: calc(100% - 31.02%);
  padding: 10px 20px;
  text-align: center;
  position: relative;
}

@media all and (max-width: 750px) {
  .table1 tr td {
    padding: 7px 10px;
    width: calc(100% - 32.07%);
  }
}

.table1 tr td .map {
  background: #b8598d;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 751px) {
  .table1 tr td .map {
    right: 20px;
  }
}

@media (max-width: 980px) {
  .table1 tr td .map {
    font-size: 1.1rem;
    right: 6px;
    padding: 0 6px;
  }
}

/* table2 */
.table2 {
  font-size: 1.4rem;
  line-height: 1.7778571;
}

@media all and (max-width: 750px) {
  .table2 {
    font-size: 1.2rem;
  }
}

.table2 table {
  width: 100%;
}

.table2 tr:last-child th, .table2 tr:last-child td {
  border-bottom: none;
}

.table2 tr th, .table2 tr td {
  padding: 20px;
  border-bottom: 1px solid #b5b5b6;
}

@media all and (max-width: 750px) {
  .table2 tr th, .table2 tr td {
    display: block;
    border-right: none;
    padding: 15px 0;
  }
}

.table2 tr th {
  text-align: left;
  width: 21%;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 0.2rem;
}

@media all and (max-width: 750px) {
  .table2 tr th {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.table2 tr td {
  width: calc(100% - 21%);
  text-align: left;
  position: relative;
  letter-spacing: 0.06em;
}

@media all and (max-width: 750px) {
  .table2 tr td {
    padding: 8px 0 12px;
    width: 100%;
  }
}

.table3 {
  border-collapse: collapse;
  margin-bottom: 50px;
}

@media all and (max-width: 750px) {
  .table3 {
    font-size: 1.1rem;
  }
}

.table3 tr th {
  position: relative;
  padding-right: 12px;
  white-space: nowrap;
}

@media all and (max-width: 750px) {
  .table3 tr th {
    padding-right: 7px;
  }
}

.table3 tr th:after {
  content: ':';
  position: absolute;
  right: 0;
}

.table3 tr td {
  padding-left: 10px;
}

@media all and (max-width: 750px) {
  .table3 tr td {
    padding-left: 5px;
  }
}

/* table4 */
.table4 {
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.7778571;
}

@media all and (max-width: 750px) {
  .table4 {
    font-size: 1.2rem;
  }
}

.table4 table {
  width: 100%;
}

.table4 tr:last-child th, .table4 tr:last-child td {
  border-bottom: none;
}

.table4 tr th, .table4 tr td {
  padding: 10px;
  border-bottom: 1px solid #b5b5b6;
}

.table4 tr th.border--none, .table4 tr td.border--none {
  border: none;
}

@media all and (max-width: 750px) {
  .table4 tr th, .table4 tr td {
    display: block;
    border-right: none;
    padding: 15px 0 0 0;
  }
}

.table4 tr th {
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 0.2rem;
}

@media all and (max-width: 750px) {
  .table4 tr th {
    width: 100%;
    padding-left: 0;
    border-bottom: none;
  }
}

.table4 tr td {
  padding: 10px 20px;
  text-align: left;
  position: relative;
  letter-spacing: 0.06em;
}

@media all and (max-width: 750px) {
  .table4 tr td {
    padding-left: 0;
    width: 100%;
  }
}

.table4 tr td a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 751px) {
  .table4 tr td a {
    right: 20px;
  }
}

@media (max-width: 980px) {
  .table4 tr td a {
    font-size: 1.1rem;
    right: 6px;
    padding: 0 6px;
  }
}

.table5 table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

.table5 th, .table5 td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
}

.table5 th {
  background-color: #d2cfdb;
}

.table5 td {
  background-color: #ffffff;
}

.tagWrapper {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}

.tag {
  padding-bottom: .85em;
}

.tagLink {
  display: block;
  font-size: 1.389rem;
  color: #333333;
  background-color: #ffffff;
  padding: 0 2.16em;
  margin-right: .72em;
  border: 1px solid #b9b7c4;
  border-radius: 1.48821rem;
  transition: .4s background-color, .4s border, .4s color;
}

@media all and (max-width: 750px) {
  .tagLink {
    font-size: 1.15rem;
    border-radius: 1.23214rem;
    padding: 0 1.5em;
    margin-right: .5em;
  }
}

.tagActive .tagLink {
  color: #ffffff;
  background-color: #b8598d;
  border: 1px solid #b8598d;
}

.tag2 {
  padding: 0 7.14em;
  max-width: 980px;
  margin: auto;
}

@media all and (max-width: 750px) {
  .tag2 {
    padding: 0 1.46em;
  }
}

.tag2 .row {
  display: flex;
  width: 100%;
  text-align: center;
  margin-bottom: 1.21em;
}

@media all and (max-width: 750px) {
  .tag2 .row {
    margin-bottom: .8333em;
  }
}

.tag2 .column2 .tag {
  width: 50%;
}

.tag2 .column3 .tag {
  width: 33.333%;
}

.tag2 .tag {
  margin-right: 1.05em;
  padding-bottom: 0;
}

.tag2 .tag:last-child {
  margin-right: 0;
}

.tag2 .tagLink {
  font-size: 2.1rem;
  color: #39323f;
  margin-right: 0;
  padding: 13px 0;
  border: 2px solid #39323f;
  border-radius: 25px;
  line-height: 1.14;
}

@media all and (max-width: 750px) {
  .tag2 .tagLink {
    font-size: 1rem;
    padding: .85em 0;
  }
  .tag2 .tagLink span {
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
  }
}

.tag2 .tagActive .tagLink {
  color: #ffffff;
  background-color: #39323f;
}

.tagNew {
  background: #cc1b3f;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 8px;
}

.tagLimited {
  background: #be9608;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 8px;
}

/*----------terms page----------*/
.termWrapper {
  padding-bottom: 3em;
}

.termInner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.429em;
}

.termHeading {
  text-align: center;
  padding: 6em 0;
}

@media all and (max-width: 750px) {
  .termHeading {
    padding: 5em 0;
  }
}

.termList h4 {
  font-weight: 600;
}

.termList .agreement-cell {
  margin-bottom: 5em;
}

@media all and (max-width: 750px) {
  .termList .agreement-cell {
    margin-bottom: 3em;
  }
}

.termList .agreement-cell.termList--intro {
  margin-bottom: 4em;
}

@media all and (max-width: 750px) {
  .termList .agreement-cell.termList--intro {
    margin-bottom: 3em;
  }
}

/*----------ticket page----------*/
.tkWrapper {
  padding: 4em 0 5em;
}

@media all and (max-width: 750px) {
  .tkWrapper {
    padding: 2.8em 0 4em;
  }
}

.tkWrapper .searchBlock {
  background-color: #ccb8c3;
  padding: 1.57em 5.71em 1.86em;
  margin-bottom: 60px;
}

@media all and (max-width: 750px) {
  .tkWrapper .searchBlock {
    padding: 1.666em 1.375em 2.08em;
  }
}

.tkWrapper .tabBlock {
  margin-bottom: 1em;
}

.tkInner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.429em;
}

.tkHeading {
  text-align: center;
  padding-bottom: 3em;
}

@media all and (max-width: 750px) {
  .tkHeading {
    padding-bottom: 2em;
  }
}

.tkHeading .heading1 {
  display: block;
  margin-bottom: 0;
}

.tkHeading p {
  font-size: 1.8rem;
  margin-bottom: 0;
}

@media all and (max-width: 750px) {
  .tkHeading p {
    font-size: 1.4rem;
  }
}

.tkBillboard {
  text-align: center;
  margin-bottom: 5em;
}

@media all and (max-width: 750px) {
  .tkBillboard {
    margin-bottom: 3.5em;
  }
}

.tkBillboard figure {
  margin-bottom: 2em;
}

@media all and (max-width: 750px) {
  .tkBillboard figure {
    margin-bottom: 1em;
  }
}

.tkList__heading {
  text-align: center;
  margin-bottom: 2em;
}

@media all and (max-width: 750px) {
  .tkList__heading {
    margin-bottom: 1em;
  }
}

.tkList__heading h4 {
  display: block;
  margin-bottom: .5em;
}

.tkList__heading p {
  margin-bottom: 0;
}

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

.tkList .tagNew, .tkList .tagLimited {
  margin-left: 10px;
}

@media all and (max-width: 750px) {
  .tkList .tagNew, .tkList .tagLimited {
    margin-left: 6px;
  }
}

.tkList__tab {
  margin-bottom: 4em;
}

@media all and (max-width: 750px) {
  .tkList__tab {
    margin-bottom: 2em;
  }
  .tkList__tab .tkInner {
    padding: 0;
  }
}

/* top */
.is-top {
  position: static;
}

.topTabMenu .topTabMenu__header {
  position: relative;
}

.topTabMenu .topTabMenu__arrow {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 27px;
  z-index: 6;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__arrow {
    left: 7px;
  }
}

.topTabMenu .topTabMenu__arrow span {
  font-size: 1.6rem;
  color: #C6C5C2;
  margin-bottom: 10px;
  transform: rotate(180deg);
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__arrow span {
    font-size: 1.0rem;
    color: #C6C5C2;
  }
}

.topTabMenu .topTabMenu__arrow img {
  vertical-align: baseline;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__arrow img {
    height: 32px;
  }
}

.topTabMenu .topTabMenu__visuals {
  position: relative;
  margin: 0 auto;
}

.topTabMenu .topTabMenu__visuals > li {
  background-size: cover;
  position: absolute;
  left: 0;
  width: 0%;
  height: 100%;
  transition: .3s;
  overflow: hidden;
}

.topTabMenu .topTabMenu__visuals > li.active {
  right: 0;
  left: auto;
  z-index: 3;
  width: 100%;
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__visualInner {
  position: absolute;
  width: 100vw;
  height: 100%;
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 99;
  opacity: 0;
}

@media (min-width: 751px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail {
    padding-top: 5vh;
    padding-bottom: 37px;
    width: 100%;
  }
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail {
    padding-top: 5vh;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__heading {
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-size: 4.0rem;
  font-weight: 300;
  line-height: 1.6;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__heading {
    font-size: 3.2rem;
    line-height: 1.02941;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__heading span {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 2.0rem;
  display: block;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__heading span {
    font-size: 1.4rem;
    margin-top: 2.1vh;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__heading img {
  margin-bottom: 15px;
  width: 270px;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__heading img {
    margin-bottom: 0;
    width: 40vw;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__iconList {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__iconList {
    margin-bottom: 2.7vh;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__iconList > li {
  margin-right: 40px;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__iconList > li {
    margin-right: 27px;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__iconList > li:last-child {
  margin-right: 0;
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__iconList > li img {
  width: 115px;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__iconList > li img {
    width: 18vw;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__iconList > li span {
  font-size: 1.6rem;
  color: #fff;
  display: block;
  margin-top: 6px;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__iconList > li span {
    font-size: 1.3rem;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__txt {
  font-size: 1.6rem;
  margin: 0;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__txt {
    font-size: 1.1rem;
    line-height: 1.54545;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-top: 5vh;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__btn {
    margin-top: 5vh;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__btn > li {
  margin-right: 40px;
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__btn > li:last-child {
  margin-right: 0;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__btn > li {
    margin-right: 20px;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__btn a {
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-size: 2.4rem;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 10px;
  width: 340px;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__btn a {
    font-size: 1.6rem;
    max-width: 190px;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__btn a span {
  font-size: 1.6rem;
  display: block;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__btn a span {
    font-size: 1.0rem;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__btn a .arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__btn a .arrow {
    right: 10px;
    width: 12px;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__btn--qws a {
  width: 500px;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__btn--qws a {
    max-width: 240px;
    font-size: 1.4rem;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__btn--qws a:after {
  content: none;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__btn--qws .btn__icon--right {
    width: 12px;
    right: 10px;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__info {
  display: flex;
  justify-content: center;
  margin-top: 3vh;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__info {
    margin-top: 4vh;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__info li {
  border-right: 1px solid #fff;
  padding-right: 30px;
  margin-right: 30px;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__info li {
    padding-right: 15px;
    margin-right: 15px;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__info li .heading {
  font-size: 1.4rem;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__info li .heading {
    font-size: 1.2rem;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__info li .content {
  font-size: 1.6rem;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__info li .content {
    font-size: 1.1rem;
  }
}

.topTabMenu .topTabMenu__visuals > li .topTabMenu__detail .topTabMenu__info li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home {
  background-position: center;
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__effect {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__texture--1,
.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__texture--2,
.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__texture--3 {
  position: absolute;
  opacity: 0;
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__texture--1 {
  top: 0;
  left: 0;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__texture--1 {
    width: 13.33%;
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__texture--2 {
  bottom: 0;
  left: 0;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__texture--2 {
    width: 45%;
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__texture--3 {
  right: 0;
  bottom: -30%;
  max-width: 364px;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__texture--3 {
    bottom: -50%;
    max-width: 76vw;
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__detail {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-bottom: 70px;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__detail {
    padding-bottom: 115px;
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__logo {
  max-width: 450px;
  width: 32.14%;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__logo {
    max-width: 210px;
    width: 56%;
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__logo img {
  width: 100%;
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__pr {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  color: #000000;
  margin: auto;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__pr {
    padding: 0 16vw;
    top: 30%;
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__prInner {
  background: rgba(255, 255, 255, 0.75);
  width: 70%;
  margin: 0 auto;
  padding: 1em;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__prInner {
    width: 100%;
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__prheading {
  font-weight: bold;
  font-size: 2.6rem;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home .topTabMenu__prheading {
    font-size: 2rem;
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home1 {
  background-image: url("/assets/img/bg/bg_main1_pc.jpg");
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home1 {
    background-image: url("/assets/img/bg/bg_main1_sp.jpg");
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home1 .topTabMenu__effect {
  background-image: url("/assets/img/bg/bg_main1_pc_gs.jpg");
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home1 .topTabMenu__effect {
    background-image: url("/assets/img/bg/bg_main1_sp_gs.jpg");
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home2 {
  background-image: url("/assets/img/bg/bg_main2_pc.jpg");
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home2 {
    background-image: url("/assets/img/bg/bg_main2_sp.jpg");
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home2 .topTabMenu__effect {
  background-image: url("/assets/img/bg/bg_main2_pc_gs.jpg");
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home2 .topTabMenu__effect {
    background-image: url("/assets/img/bg/bg_main2_sp_gs.jpg");
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home3 {
  background-image: url("/assets/img/bg/bg_main3_pc.jpg");
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home3 {
    background-image: url("/assets/img/bg/bg_main3_sp.jpg");
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home3 .topTabMenu__effect {
  background-image: url("/assets/img/bg/bg_main3_pc_gs.jpg");
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home3 .topTabMenu__effect {
    background-image: url("/assets/img/bg/bg_main3_sp_gs.jpg");
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home4 {
  background-image: url("/assets/img/bg/bg_main4_pc.jpg");
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home4 {
    background-image: url("/assets/img/bg/bg_main4_sp.jpg");
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home4 .topTabMenu__effect {
  background-image: url("/assets/img/bg/bg_main4_pc_gs.jpg");
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home4 .topTabMenu__effect {
    background-image: url("/assets/img/bg/bg_main4_sp_gs.jpg");
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home5 {
  background-image: url("/assets/img/bg/bg_main5_pc.jpg");
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home5 {
    background-image: url("/assets/img/bg/bg_main5_sp.jpg");
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home5 .topTabMenu__effect {
  background-image: url("/assets/img/bg/bg_main5_pc_gs.jpg");
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home5 .topTabMenu__effect {
    background-image: url("/assets/img/bg/bg_main5_sp_gs.jpg");
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home6 {
  background-image: url("/assets/img/bg/bg_main6_pc.jpg");
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home6 {
    background-image: url("/assets/img/bg/bg_main6_sp.jpg");
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home6 .topTabMenu__effect {
  background-image: url("/assets/img/bg/bg_main6_pc_gs.jpg");
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home6 .topTabMenu__effect {
    background-image: url("/assets/img/bg/bg_main6_sp_gs.jpg");
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home7 {
  background-image: url("/assets/img/bg/bg_main7_pc.jpg");
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home7 {
    background-image: url("/assets/img/bg/bg_main7_sp.jpg");
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home7 .topTabMenu__effect {
  background-image: url("/assets/img/bg/bg_main7_pc_gs.jpg");
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--home7 .topTabMenu__effect {
    background-image: url("/assets/img/bg/bg_main7_sp_gs.jpg");
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--qws {
  background-image: url("/assets/img/bg/bg_mainqws_pc.jpg");
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--qws {
    background-image: url("/assets/img/bg/bg_mainqws_sp.jpg");
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--qws .topTabMenu__texture--1,
.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--qws .topTabMenu__texture--2,
.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--qws .topTabMenu__texture--3,
.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--qws .topTabMenu__texture--4 {
  position: absolute;
  opacity: 0;
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--qws .topTabMenu__texture--1 {
  right: 0;
  bottom: -30%;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--qws .topTabMenu__texture--1 {
    top: -6%;
    right: auto;
    bottom: auto;
    width: 18%;
    transform: rotateY(180deg);
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--qws .topTabMenu__texture--2 {
  bottom: -20%;
  left: -999px;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--qws .topTabMenu__texture--2 {
    bottom: 0;
    width: 80%;
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--qws .topTabMenu__texture--3 {
  top: 10%;
  left: 0;
  width: 200px;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--qws .topTabMenu__texture--3 {
    top: auto;
    bottom: 20%;
    left: auto;
    width: 25%;
    transform: rotateY(180deg);
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--qws .topTabMenu__texture--4 {
  top: 0;
  right: -999px;
  opacity: 1;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--qws .topTabMenu__texture--4 {
    width: 25%;
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--qws .topTabMenu__txt {
  margin-top: 37px;
  margin-top: 4vh;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--qws .topTabMenu__txt {
    margin-top: 5.25vh;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}

.topTabMenu .topTabMenu__visuals > li.topTabMenu__visual--qws .topTabMenu__btn a {
  background: #be9608;
}

.topTabMenu .topTabMenu__content > li {
  display: none;
}

.topTabMenu .topTabMenu__content > li.active {
  display: block;
}

.topTabMenu .topTabMenuNews .topTabMenuNews__inner {
  /*max-width: 980px;*/
  margin: 0 auto;
  padding: 0 20px;
}

.topTabMenu .topTabMenuNews .topTabMenuNews__heading {
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-size: 4.4rem;
  color: #39323f;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 62px;
  font-weight: 300;
}

.topTabMenu .topTabMenuNews .environ_heading {
  margin-top: 0px !important;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenuNews .topTabMenuNews__heading {
    font-size: 3.4rem;
    margin-top: 23px;
    margin-bottom: 23px;
  }
}

.topTabMenu .topTabMenuNews .topTabMenuNews__list {
  padding-bottom: 0px;
}

.topTabMenu .topTabMenuNews #js-environList-section {
  padding-bottom: 60px;
}

.topTabMenu .topTabMenuAnnouncement {
  background-color: #39323f;
  color: #fff;
}

.topTabMenu .topTabMenuAnnouncement .topTabMenuAnnouncement__inner {
  display: flex;
  align-items: flex-start;
  max-width: 980px;
  padding: 8px 20px;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.85714;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenuAnnouncement .topTabMenuAnnouncement__inner {
    font-size: 1.0rem;
    line-height: 1.66667;
  }
}

.topTabMenu .topTabMenuAnnouncement .topTabMenuAnnouncement__inner .heading {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 25px;
  color: #a6a2b6;
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
}

@media all and (max-width: 750px) {
  .topTabMenu .topTabMenuAnnouncement .topTabMenuAnnouncement__inner .heading {
    font-size: 1.0rem;
  }
}

.topTabMenu .topTabMenuAnnouncement .topTabMenuAnnouncement__inner ul {
  max-width: 100%;
  width: 100%;
}

.topTabMenu .topTabMenuAnnouncement .topTabMenuAnnouncement__inner a:hover .date, .topTabMenu .topTabMenuAnnouncement .topTabMenuAnnouncement__inner a:hover .txt {
  text-decoration: underline;
}

@media (min-width: 750px) {
  .topTabMenu .topTabMenuAnnouncement .topTabMenuAnnouncement__inner .content {
    display: flex;
  }
}

.topTabMenu .topTabMenuAnnouncement .topTabMenuAnnouncement__inner .date {
  color: #bbb;
  white-space: nowrap;
  margin-right: 20px;
}

.topTabMenu .topTabMenuAnnouncement .topTabMenuAnnouncement__inner .txt {
  flex: 1 1 auto;
}

.topTabMenuList {
  display: flex !important;
  justify-content: center;
  position: absolute;
  bottom: 32px;
  bottom: 4vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
}

.topTabMenuList.pre .active:after {
  content: none;
}

.topTabMenuList.pre .active span {
  color: #aaa;
}

@media all and (max-width: 750px) {
  .topTabMenuList {
    bottom: 18vw;
  }
}

.topTabMenuList li {
  text-align: center;
  line-height: 1.28571;
  color: #fff;
  margin-right: 28px;
}

@media all and (max-width: 750px) {
  .topTabMenuList li {
    color: #ffffff;
    margin-right: 10px;
  }
}

.topTabMenuList li:last-child {
  margin-right: 0;
}

.topTabMenuList li span {
  margin-top: 5px;
  display: inline-block;
  border-bottom: 1px solid transparent;
  position: relative;
  text-shadow: #39323f 1px 1px 3px, #39323f -1px 1px 3px, #39323f 1px -1px 3px, #39323f -1px -1px 3px;
}

@media all and (max-width: 750px) {
  .topTabMenuList li span {
    white-space: nowrap;
    font-size: 1.0rem;
  }
}

@media all and (max-width: 750px) {
  .topTabMenuList li .rnIcon {
    display: block;
    font-size: 3.2rem;
  }
}

.topTabMenuList li:before {
  content: '';
  display: block;
  max-width: 80px;
  width: 80px;
  width: 10vh;
  max-height: 80px;
  height: 80px;
  height: 10vh;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .topTabMenuList li:before {
    max-width: 60px;
    max-height: 60px;
    width: 12vw;
    height: 12vw;
    margin: 0 auto;
  }
}

.topTabMenuList li.active {
  position: relative;
  pointer-events: none;
  cursor: default;
}

.topTabMenuList li.active.topTabMenuList--home:before {
  background-image: url("/assets/img/top/icon_home_a.png");
}

.topTabMenuList li.active.topTabMenuList--shop:before {
  background-image: url("/assets/img/top/icon_shop_a.png");
}

.topTabMenuList li.active.topTabMenuList--sky:before {
  background-image: url("/assets/img/top/icon_sky_a.png");
}

.topTabMenuList li.active.topTabMenuList--qws:before {
  background-image: url("/assets/img/top/icon_qws_a.png");
}

.topTabMenuList li:hover {
  cursor: pointer;
}

@media (min-width: 751px) {
  .topTabMenuList li:hover span:after {
    transform: scale(1, 1);
  }
}

.topTabMenuList li.topTabMenuList--home:before {
  background-image: url("/assets/img/top/icon_home.png");
  background-image: url("/assets/img/top/icon_home_a.png");
}

#loading .topTabMenuList li.topTabMenuList--home:before {
  background-image: url("/assets/img/top/icon_home_a.png");
}

#loading .topTabMenuList li.topTabMenuList--home span {
  color: #aaa;
}

.topTabMenuList li.topTabMenuList--shop:before {
  background-image: url("/assets/img/top/icon_shop_a.png");
}

.pre .topTabMenuList li.topTabMenuList--shop:before {
  background-image: url("/assets/img/top/icon_shop_b.png");
}

.topTabMenuList li.topTabMenuList--sky:before {
  background-image: url("/assets/img/top/icon_sky_a.png");
}

.pre .topTabMenuList li.topTabMenuList--sky:before {
  background-image: url("/assets/img/top/icon_sky_b.png");
}

.topTabMenuList li.topTabMenuList--qws:before {
  background-image: url("/assets/img/top/icon_qws_a.png");
}

.topTabMenuList li.topTabMenuList--qws .pre:before {
  background-image: url("/assets/img/top/icon_qws_b.png");
}

.topTabMenuList li.topTabMenuList--rentalspace:before {
  background-image: url("/assets/img/top/icon_rentalspace.png");
}

.topTabMenuList li.topTabMenuList--office:before {
  background-image: url("/assets/img/top/office.png");
}

/* tpl */
.tpl-sec-ttl-keyvisual {
  position: absolute;
  top: 25vh;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
}

.tpl-sec-ttl-keyvisual .tpl-sec-ttl__logo {
  max-width: 450px;
  width: 40vh;
  margin: 35px auto 0;
}

@media all and (max-width: 750px) {
  .tpl-sec-ttl-keyvisual .tpl-sec-ttl__logo {
    width: 50%;
    margin-top: 5.33333vw;
  }
}

.tpl-sec-ttl-keyvisual:before {
  content: none;
}

.tpl-sec-menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20vh;
  margin: auto;
}

@media all and (max-width: 750px) {
  .tpl-sec-menu {
    bottom: 28%;
  }
}

.tpl-sec-menu .tpl-sec-menuList {
  display: flex;
  justify-content: space-around;
}

.tpl-sec-menu .tpl-sec-menuList li {
  width: calc((100% - 18px * 8) / 5);
  text-align: center;
}

@media all and (max-width: 750px) {
  .tpl-sec-menu .tpl-sec-menuList li {
    width: auto;
  }
}

.tpl-sec-menu .tpl-sec-menuList li a {
  display: block;
  transition: all 0.3s ease 0s;
}

.tpl-sec-menu .tpl-sec-menuList li a:before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media all and (max-width: 750px) {
  .tpl-sec-menu .tpl-sec-menuList li a:before {
    width: 50px;
    height: 50px;
  }
}

.tpl-sec-menu .tpl-sec-menuList li a.tpl-sec-menuList--info:before {
  background-image: url("/assets/img/logo-square.svg");
}

.tpl-sec-menu .tpl-sec-menuList li a.tpl-sec-menuList--shop:before {
  background-image: url("/assets/img/top/icon_shop_a.png");
}

.tpl-sec-menu .tpl-sec-menuList li a.tpl-sec-menuList--sky:before {
  background-image: url("/assets/img/top/icon_sky_a.png");
}

.tpl-sec-menu .tpl-sec-menuList li a.tpl-sec-menuList--office:before {
  font-family: "rn-iconfont";
  content: "\E007";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  border-radius: 50%;
  border: 1px solid #333;
  font-size: 4rem;
  width: 78px;
  height: 78px;
}

@media all and (max-width: 750px) {
  .tpl-sec-menu .tpl-sec-menuList li a.tpl-sec-menuList--office:before {
    width: 48px;
    height: 48px;
    font-size: 2.5rem;
  }
}

.tpl-sec-menu .tpl-sec-menuList li a.tpl-sec-menuList--qws:before {
  background-image: url("/assets/img/top/icon_qws_a.png");
}

.tpl-sec-menu .tpl-sec-menuList li a:hover {
  transform: translateY(-0.4em);
}

.tpl-sec-menu .tpl-sec-menuList li span {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

@media all and (max-width: 750px) {
  .tpl-sec-menu .tpl-sec-menuList li span {
    font-size: 1.0rem;
  }
}

.tpl-sec-menu .tpl-sec-menuList li:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}

.tpl-sec-ttl2 {
  margin-top: 45px;
}

.tpl-sec-ttl3 {
  margin-top: 25px;
}

@media all and (max-width: 1250px) and (min-width: 751px) {
  .newsList3 .newsList3__list > li {
    margin-left: 2.12766% !important;
  }
}

@media all and (max-width: 750px) {
  .newsList3 .newsList3__list > li {
    max-width: 500px !important;
  }
}

@media all and (min-width: 1400px) {
  .newsList3 .newsList3__list > li {
    max-width: 190px !important;
  }
}

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