@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: normal;
}
.fs-title {
  font-size: 2.5rem;
  line-height: 1.8em;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .fs-title {
    font-size: 2.2rem;
    line-height: 1.7em;
  }
}
@media (max-width: 768px) {
  .fs-title {
    font-size: 2rem;
    line-height: 1.6em;
  }
}
.fs-text {
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .fs-text {
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}
@media (max-width: 768px) {
  .fs-text {
    font-size: 1.3rem;
    line-height: 1.3em;
  }
}
.flex {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
.flex-between {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
.flex-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
.flex-end {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: end;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: end;
  /*--- IE10 ---*/
  -webkit-justify-content: flex-end;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-item-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
.flex-self-center {
  -ms-flex-flex-item-align: center;
  /*--- IE10 ---*/
  -webkit-align-self: center;
  /*--- safari（PC）用 ---*/
  align-self: center;
}
.flex-self-end {
  -ms-flex-flex-item-align: flex-end;
  /*--- IE10 ---*/
  -webkit-align-self: flex-end;
  /*--- safari（PC）用 ---*/
  align-self: flex-end;
}
.flex-self-start {
  -ms-flex-flex-item-align: flex-start;
  /*--- IE10 ---*/
  -webkit-align-self: flex-start;
  /*--- safari（PC）用 ---*/
  align-self: flex-start;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.br-none br {
  display: none;
}
@media (max-width: 768px) {
  .pc-content {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .sp-content {
    display: none;
  }
}
@media (min-width: 1200px) {
  .sp-content {
    display: none;
  }
}
.text-ry {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-none {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.box-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
}
.box-link img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.hover {
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.hover:hover {
  opacity: 0.8;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}
*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}
/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
  /* Add the correct display in all browsers */
}
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}
[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
ul {
  list-style-type: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}
b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}
/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
  /* Firefox 36+ */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}
button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
/* INTERFACE */
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", "Noto Sans CJK JP", 'Helvetica Neue', Helvetica, Arial, Verdana, "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #262c2d;
}
#print-img {
  display: none;
}
#global-header {
  height: 113px;
  background-color: #fff;
}
#global-header .inner {
  max-width: 1560px;
  height: 100%;
  margin: 0 auto;
  padding: 23px 30px 0;
  position: relative;
  overflow: hidden;
}
#global-header .inner .menu-trigger {
  display: none;
}
#global-header .inner .title {
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  height: 75px;
  line-height: 75px;
  overflow: hidden;
  position: absolute;
  left: 30px;
  top: 23px;
}
#global-header .inner .title:hover {
  opacity: 0.8;
}
#global-header .inner .title .logo {
  float: left;
  display: block;
  width: 150px;
  padding: 10px 15px 0 0;
}
#global-header .inner .title .logo img {
  width: 100%;
  height: auto;
}
#global-header .inner .title .text {
  float: right;
  display: block;
  font-size: 1.6rem;
  line-height: 75px;
  padding: 0 0 0 10px;
  color: #525b5c;
  font-weight: bold;
}
#global-header .inner #sub-navi {
  position: absolute;
  top: 0;
  right: 0;
}
#global-header .inner #sub-navi li {
  float: left;
  width: 160px;
  height: 47px;
  font-weight: bold;
  text-align: center;
  line-height: 47px;
  font-size: 1.2rem;
  background-size: auto;
}
#global-header .inner #sub-navi li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
#global-header .inner #sub-navi li a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#global-header .inner #sub-navi li a:hover {
  opacity: 0.8;
}
#global-header .inner #sub-navi li.contact {
  width: 200px;
  padding: 0 0 0 37px;
  background-image: url(../../img/common/icon/header-contact.png);
  background-position: 22px center;
  background-size: 23px;
  background-color: #f0f0f0;
}
#global-header .inner #sub-navi li.lang {
  padding: 0 0 0 25px;
  background-image: url(../../img/common/icon/header-lang.png);
  background-position: 30px center;
  background-size: 23px;
  background-color: #e2e2e2;
  cursor: pointer;
}
#global-header .inner #sub-navi li.lang .menu {
  display: none;
}
#global-header .inner #global-navi {
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  right: 30px;
}
#global-header .inner #global-navi li {
  float: left;
  border-left: solid 1px #525b5c;
}
#global-header .inner #global-navi li a {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 20px;
  color: #525b5c;
  padding: 0 18px;
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
#global-header .inner #global-navi li a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#global-header .inner #global-navi li a:hover {
  opacity: 0.8;
}
#global-header .inner #global-navi li:first-child {
  border-left: none;
}
#global-header .inner #global-navi li:last-child a {
  padding: 0 0 0 18px;
}
#global-header #sp-navi {
  display: none;
}
#global-footer {
  background-color: #262c2d;
  overflow: hidden;
}
#global-footer .inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px 30px;
}
#global-footer .inner .top {
  margin: 0 0 20px;
  overflow: hidden;
}
#global-footer .inner .top .logo {
  float: left;
  width: 200px;
}
#global-footer .inner .top .logo img {
  width: 100%;
  height: auto;
}
#global-footer .inner .top .menu {
  margin: 0 0 0 75px;
  float: left;
}
#global-footer .inner .top .menu li {
  margin: 0 0 15px;
}
#global-footer .inner .top .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  font-size: 1.6rem;
  color: #fff;
}
#global-footer .inner .top .menu li a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#global-footer .inner .top .menu li a:hover {
  opacity: 0.8;
}
#global-footer .inner .top .menu li.title a {
  font-size: 1.8rem;
  font-weight: bold;
}
#global-footer .inner .bottom {
  padding: 0 0 0 276px;
}
#global-footer .inner .bottom .menu {
  margin: 0 0 10px;
  overflow: hidden;
}
#global-footer .inner .bottom .menu li {
  float: left;
  margin: 0 35px 0 0;
}
#global-footer .inner .bottom .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  font-size: 1.6rem;
  color: #fff;
}
#global-footer .inner .bottom .menu li a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#global-footer .inner .bottom .menu li a:hover {
  opacity: 0.8;
}
#global-footer .inner .bottom .copy {
  color: #fff;
  font-size: 1.6rem;
}
main {
  background-color: #ebe9e6;
}
main .content-area {
  max-width: 1200px;
  margin: 0 auto;
}
main .content-area > .pan {
  width: 100%;
  height: 37px;
  background-color: #7c848e;
  overflow: hidden;
}
main .content-area > .pan .list {
  padding: 0 0 0 15px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 37px;
  float: left;
}
main .content-area > .pan .list li {
  display: inline-block;
  margin: 0 10px 0 0;
}
main .content-area > .pan .list li::after {
  content: ">";
  display: inline-block;
  padding: 0 0 0 10px;
}
main .content-area > .pan .list li a {
  color: #fff;
  text-decoration: none;
}
main .content-area > .pan .list li a:hover {
  text-decoration: underline;
}
main .content-area > .pan .list li:last-child::after {
  content: "";
}
main .content-area > .pan .menu {
  padding: 4px 0;
  float: right;
  overflow: hidden;
}
main .content-area > .pan .menu li {
  padding: 3px 20px;
  border-left: 1px solid #fff;
  float: left;
}
main .content-area > .pan .menu li a {
  vertical-align: middle;
}
main .content-area > .pan .menu li a img {
  width: 22px;
  height: auto;
}
main .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
main .modal .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  cursor: pointer;
}
main .modal .modal__content {
  width: calc(100% - 40px);
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 10px;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 999;
}
main .modal .modal__content > iframe {
  width: 100%;
  height: calc(100vh - 100px);
}
main .modal .modal__content .js-modal-close {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  width: 60px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  top: -30px;
  right: 0;
}
main .modal .modal__content .js-modal-close img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main .modal .modal__content .js-modal-close:hover {
  opacity: 0.8;
}
main .modal .modal__content .js-modal-close2 {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  width: 60px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  top: -30px;
  right: 0;
}
main .modal .modal__content .js-modal-close2 img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main .modal .modal__content .js-modal-close2:hover {
  opacity: 0.8;
}
main .modal .modal__content .js-modal-close3 {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  width: 60px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  top: -30px;
  right: 0;
}
main .modal .modal__content .js-modal-close3 img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main .modal .modal__content .js-modal-close3:hover {
  opacity: 0.8;
}
main .modal .modal__content .js-modal-close4 {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  width: 60px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  top: -30px;
  right: 0;
}
main .modal .modal__content .js-modal-close4 img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main .modal .modal__content .js-modal-close4:hover {
  opacity: 0.8;
}
#global-header {
  height: 113px;
  background-color: #fff;
}
#global-header #sp-navi {
  display: none !important;
}
main#zone-view > .content-area > .content {
  padding: 44px 85px;
  background-image: url(../../img/zone/content-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
main#zone-view > .content-area > .content .title {
  margin: 0 0 44px;
  padding: 8px 0;
  color: #000;
  text-align: center;
}
main#zone-view > .content-area > .content .title .en {
  padding: 0 25px 0 0;
  font-size: 3rem;
  line-height: 1.5em;
}
main#zone-view > .content-area > .content .title .ja {
  font-weight: normal;
  font-size: 2.4rem;
  vertical-align: text-top;
}
main#zone-view > .content-area > .content .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 1030px;
  margin: 0 auto;
}
main#zone-view > .content-area > .content .list li {
  flex-grow: 1;
  max-width: 30%;
  margin: 0 1% 2%;
}
main#zone-view > .content-area > .content .list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main#zone-view > .content-area > .content .list li a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main#zone-view > .content-area > .content .list li a:hover {
  opacity: 0.8;
}
main#zone-view > .content-area > .content .list li:nth-child(-n+4) {
  margin: 0 2.1% 2%;
}
main#zone-view > .content-area > .content.A .title {
  background-color: rgba(158, 228, 131, 0.8);
}
main#zone-view > .content-area > .content.B .title {
  background-color: rgba(29, 176, 217, 0.8);
}
main#zone-view > .content-area > .content.C .title {
  background-color: rgba(254, 193, 49, 0.8);
}
main#zone-view > .content-area > .content.D .title {
  background-color: rgba(151, 157, 157, 0.8);
}
main#booth-view > .content-area > .content {
  position: relative;
  height: 784px;
  background-position: center;
  background-size: cover;
}
main#booth-view > .content-area > .content > .intro {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 45%;
  position: absolute;
  top: 25.6%;
  left: 18.1%;
}
main#booth-view > .content-area > .content > .intro .pic {
  flex-grow: 1;
  width: 48%;
  margin: 0 2% 0 0;
}
main#booth-view > .content-area > .content > .intro .pic img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main#booth-view > .content-area > .content > .intro .desc {
  flex-grow: 1;
  width: 50%;
}
main#booth-view > .content-area > .content > .intro .desc .title {
  margin: 0 0 5px;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.3em;
}
main#booth-view > .content-area > .content > .intro .desc .title small {
  font-size: 60%;
  line-height: 1.1em;
}
main#booth-view > .content-area > .content > .intro .desc .text {
  font-size: 1.3rem;
  line-height: 1.5em;
}
main#booth-view > .content-area > .content > .intro .desc .text a {
  color: #000;
}
main#booth-view > .content-area > .content > .intro .desc .text a:hover {
  text-decoration: none;
}
main#booth-view > .content-area > .content > .intro .list {
  flex-grow: 1;
  width: 100%;
  margin: 2% 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
main#booth-view > .content-area > .content > .intro .list li {
  width: 22.5%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.2em;
  border-top: 4px solid #e50012;
  border-bottom: 4px solid #e50012;
}
main#booth-view > .content-area > .content > .intro .list li img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
main#booth-view > .content-area > .content > .intro .list li a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main#booth-view > .content-area > .content > .intro .list li a:hover {
  opacity: 0.8;
}
main#booth-view > .content-area > .content > .intro .list.item2 li {
  width: 48%;
  margin: 0 1% 0 0;
}
main#booth-view > .content-area > .content > .intro .list.item3 li {
  width: 30%;
  margin: 0 1.8% 0 0;
}
main#booth-view > .content-area > .content > .intro .list.item4 {
  margin: 1% 0 0;
}
main#booth-view > .content-area > .content > .intro .list.item4 li {
  width: 49.2%;
  line-height: 1.5em;
  border-top: 2px solid #e50012;
  border-bottom: 2px solid #e50012;
}
main#booth-view > .content-area > .content > .intro .list.item4 li:nth-child(n+3) {
  border-top: none;
}
main#booth-view > .content-area > .content > .link {
  width: 45.5%;
  position: absolute;
  top: 62.1%;
  left: 19.3%;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
}
main#booth-view > .content-area > .content > .link li {
  width: 27.8%;
  margin: 0 1.8% 0 0;
}
main#booth-view > .content-area > .content > .link li:last-child {
  margin: 0 0 0 0;
}
main#booth-view > .content-area > .content > .link li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main#booth-view > .content-area > .content > .link li a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main#booth-view > .content-area > .content > .link li a:hover {
  opacity: 0.8;
}
main#booth-view > .content-area > .content > .link.text {
  width: 35%;
  justify-content: space-between;
}
main#booth-view > .content-area > .content > .link.text li {
  width: 48%;
  margin: 0 0 1.5%;
  padding: 0 10px 0 0;
  background-image: url(../../img/booth/arrow-item.png);
  background-size: 12px;
  background-position: right top 2px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3em;
}
main#booth-view > .content-area > .content > .movie {
  width: 11.5%;
  position: absolute;
  top: 32.7%;
  left: 69.3%;
}
main#booth-view > .content-area > .content > .movie li .text {
  margin: 0 0 1%;
  font-size: 1rem;
  word-wrap: break-word;
}
main#booth-view > .content-area > .content > .movie li .thumb {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  height: auto;
  position: relative;
}
main#booth-view > .content-area > .content > .movie li .thumb img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main#booth-view > .content-area > .content > .movie li .thumb:hover {
  opacity: 0.8;
}
main#booth-view > .content-area > .content > .movie li .thumb img {
  width: 100%;
}
main#booth-view > .content-area > .content > .movie li .thumb:before {
  content: "";
  display: block;
  width: 28%;
  margin: 0 auto;
  padding: 28% 0 0;
  background-image: url(../../img/booth/arrow-movie.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 23%;
  left: 0;
  right: 0;
}
main#booth-view > .content-area > .content > .movie.list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-end;
  width: 21%;
  top: 33.5%;
  left: 64.5%;
  list-style-type: none;
}
main#booth-view > .content-area > .content > .movie.list li {
  width: 47%;
  margin: 0 1.5% 3%;
}
main#booth-view > .content-area > .content > .movie.list.many {
  top: 27.1%;
  left: 64.3%;
}
main#booth-view > .content-area > .content > .catalog {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  width: 14.6%;
  height: auto;
  position: absolute;
  left: 1.9%;
  top: 52.7%;
}
main#booth-view > .content-area > .content > .catalog img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main#booth-view > .content-area > .content > .catalog:hover {
  opacity: 0.8;
}
main#booth-view > .content-area > .content > .pic {
  width: 29.1%;
  height: auto;
  position: absolute;
  left: 47.7%;
  top: 57.7%;
  z-index: 1;
}
main#booth-view > .content-area > .content > .pic img {
  width: 100%;
  height: auto;
}
main#booth-view > .content-area > .content > .pic .sp {
  display: none;
}
main#booth-view > .content-area > .content > .contact {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  width: 14.6%;
  height: auto;
  position: absolute;
  left: 76.3%;
  top: 55.4%;
}
main#booth-view > .content-area > .content > .contact img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main#booth-view > .content-area > .content > .contact:hover {
  opacity: 0.8;
}
main#booth-view > .content-area > .content > .contact .sp {
  display: none;
}
main#booth-view > .content-area > .content > .contact.no-link:hover {
  opacity: 1;
}
main#booth-view > .content-area > .content.A {
  background-image: url(../../img/booth/content-bg-A.jpg);
}
main#booth-view > .content-area > .content.B {
  background-image: url(../../img/booth/content-bg-B.jpg);
}
main#booth-view > .content-area > .content.C {
  background-image: url(../../img/booth/content-bg-C.jpg);
}
main#booth-view > .content-area > .content.D {
  background-image: url(../../img/booth/content-bg-D.jpg);
}
main#booth-view.A01 > .content-area > .content > .pic {
  left: 64.1%;
  top: 57.7%;
  width: 10.1%;
}
main#booth-view.A02 > .content-area > .content > .intro .desc .text {
  font-size: 1.2rem;
}
main#booth-view.A02 > .content-area > .content > .pic {
  left: 46%;
  top: 57%;
  width: 30.1%;
}
main#booth-view.A02 > .content-area > .content > .list {
  position: absolute;
  top: 51.3%;
  left: 18.1%;
  flex-grow: 1;
  width: 62.7%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
main#booth-view.A02 > .content-area > .content > .list li {
  width: 49.2%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5em;
  border-top: 2px solid #e50012;
  border-bottom: 2px solid #e50012;
}
main#booth-view.A02 > .content-area > .content > .list li:nth-child(n+3) {
  border-top: none;
}
main#booth-view.A02 > .content-area > .content > .list li img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
main#booth-view.A03 > .content-area > .content > .pic {
  left: 35%;
  top: 57.8%;
  width: 35.1%;
}
main#booth-view.A04 > .content-area > .content > .pic {
  left: 59.4%;
  top: 57.7%;
  width: 16.1%;
}
main#booth-view.A05 > .content-area > .content > .intro .desc .title {
  font-size: 2rem;
}
main#booth-view.A05 > .content-area > .content > .movie.list.many {
  top: 25.1%;
  left: 64.3%;
}
main#booth-view.A05 > .content-area > .content > .list.item4 {
  position: absolute;
  top: 52.6%;
  left: 18.1%;
  flex-grow: 1;
  width: 66.2%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
main#booth-view.A05 > .content-area > .content > .list.item4 li {
  width: 49.2%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1em;
  border-top: 2px solid #e50012;
  border-bottom: 2px solid #e50012;
}
main#booth-view.A05 > .content-area > .content > .list.item4 li:nth-child(n+3) {
  border-top: none;
}
main#booth-view.A05 > .content-area > .content > .list.item4 li img {
  max-width: 88%;
  height: auto;
  vertical-align: middle;
}
main#booth-view.A05 > .content-area > .content > .pic {
  left: 60%;
  top: 58.4%;
  width: 11.2%;
}
main#booth-view.B01 > .content-area > .content > .link li {
  width: 22%;
  margin: 0 1.8% 0 0;
}
main#booth-view.B01 > .content-area > .content > .link li:nth-child(1) {
  width: 35%;
  margin: 0 65% 1% 0;
}
main#booth-view.B01 > .content-area > .content > .pic {
  width: 15.4%;
  left: 62.1%;
  top: 57.7%;
}
main#booth-view.B02 > .content-area > .content > .pic {
  width: 41%;
  left: 34.1%;
  top: 57.7%;
}
main#booth-view.B03 > .content-area > .content > .pic {
  width: 46%;
  left: 27.1%;
  top: 56.7%;
}
main#booth-view.B04 > .content-area > .content > .pic {
  width: 15%;
  left: 60.1%;
  top: 57.7%;
}
main#booth-view.B05 > .content-area > .content > .pic {
  width: 20%;
  left: 51.1%;
  top: 57.7%;
}
main#booth-view.C01 > .content-area > .content > .intro .desc .title {
  line-height: 1.2em;
}
main#booth-view.C01 > .content-area > .content > .intro .desc .title small {
  font-size: 2rem;
}
main#booth-view.C01 > .content-area > .content > .intro .list li {
  font-size: 1rem;
}
main#booth-view.C01 > .content-area > .content > .pic {
  width: 18.1%;
  left: 59.1%;
  top: 57.7%;
}
main#booth-view.C02 > .content-area > .content > .intro .desc .text {
  font-size: 1.5rem;
}
main#booth-view.C02 > .content-area > .content > .intro .list li {
  font-size: 1rem;
}
main#booth-view.C02 > .content-area > .content > .intro .list li:nth-child(1) {
  width: 28%;
}
main#booth-view.C02 > .content-area > .content > .intro .list li:nth-child(2) {
  width: 71%;
  margin: 0;
}
main#booth-view.C02 > .content-area > .content > .pic {
  width: 28.1%;
  left: 48.7%;
  top: 57.3%;
}
main#booth-view.C03 > .content-area > .content > .intro .desc .title {
  font-size: 2.4rem;
}
main#booth-view.C03 > .content-area > .content > .intro .desc .text {
  font-size: 1.2rem;
}
main#booth-view.C03 > .content-area > .content > .intro .list li {
  font-size: 1rem;
  line-height: 1.6em;
  padding: 2px 0;
}
main#booth-view.C03 > .content-area > .content > .intro .list.item3 li {
  width: 31%;
}
main#booth-view.C03 > .content-area > .content > .pic {
  width: 16.1%;
  left: 58.7%;
  top: 58.3%;
}
main#booth-view.C04 > .content-area > .content > .intro .desc .title {
  font-size: 2rem;
}
main#booth-view.C04 > .content-area > .content > .intro .desc .text {
  font-size: 1.2rem;
}
main#booth-view.C04 > .content-area > .content > .link li {
  width: 22%;
  margin: 0 1.8% 0 0;
}
main#booth-view.C04 > .content-area > .content > .pic {
  width: 14.1%;
  left: 62.2%;
  top: 58.5%;
}
main#booth-view.C05 > .content-area > .content > .intro .desc .text {
  font-size: 1.2rem;
}
main#booth-view.C05 > .content-area > .content > .intro .list li {
  font-size: 1rem;
  line-height: 1.6em;
  padding: 2px 0;
}
main#booth-view.C05 > .content-area > .content > .pic {
  width: 24.1%;
  left: 49.7%;
  top: 58.5%;
}
main#booth-view.C06 > .content-area > .content > .link.text li {
  width: 51%;
  margin: 0 0 2.5%;
  padding: 0 10px 0 0;
  font-size: 1.2rem;
  line-height: 1.3em;
}
main#booth-view.C06 > .content-area > .content > .pic {
  width: 33%;
  left: 40.7%;
  top: 57.7%;
}
main#booth-view.C07 > .content-area > .content > .pic {
  width: 28.1%;
  left: 47.7%;
  top: 58.7%;
}
main#booth-view.D02 > .content-area > .content > .pic {
  width: 18.1%;
  left: 59.1%;
  top: 57.7%;
}
main#booth-view.D03 > .content-area > .content > .intro .desc .title {
  font-size: 2rem;
}
main#booth-view.D03 > .content-area > .content > .intro .desc .text {
  font-size: 1.2rem;
}
main#booth-view.D03 > .content-area > .content > .link li {
  width: 22%;
  margin: 0 1.8% 0 0;
}
main#booth-view.D03 > .content-area > .content > .pic {
  width: 14.1%;
  left: 62.2%;
  top: 58.5%;
}
main#booth-view.D04 > .content-area > .content > .pic {
  width: 16.1%;
  left: 60.1%;
  top: 57.7%;
}
main#booth-view.D05 > .content-area > .content > .link.text li {
  width: 51%;
  margin: 0 0 2.5%;
  padding: 0 10px 0 0;
  font-size: 1.2rem;
  line-height: 1.3em;
}
main#booth-view.D05 > .content-area > .content > .pic {
  width: 33%;
  left: 40.7%;
  top: 57.7%;
}
main#booth-view > .content-area > .bottom-content {
  display: none;
}
