@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap");
/*! 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 {
  -webkit-box-sizing: content-box;
  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 */
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 {
  display: none;
}

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

/* ==========================================================================
viewport指定
============================================================================*/
/*------------------------------
BASE
-------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

ol, ul {
  list-style: none;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: #fff;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}
html.is-text-large {
  font-size: 70.3%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.5rem;
  color: #262a2d;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}

/* */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

*:focus {
  outline: 0;
}

a {
  color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
}

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

/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}

.for-sp {
  display: none;
}

img.for-pc {
  display: inline;
}

img.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  img.for-pc {
    display: none;
  }
  img.for-sp {
    display: inline;
  }
}
/* margin -------------*/
.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

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

.mb-20 {
  margin-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-1em {
  margin-top: 1em;
}

.mb-1em {
  margin-bottom: 1em;
}

.mt-2em {
  margin-top: 2em;
}

.mb-2em {
  margin-bottom: 2em;
}

.mt-3em {
  margin-top: 3em;
}

.mb-3em {
  margin-bottom: 3em;
}

.mt-4em {
  margin-top: 4em;
}

.mb-4em {
  margin-bottom: 4em;
}

.mt-5em {
  margin-top: 5em;
}

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

.mt-6em {
  margin-top: 6em;
}

.mb-6em {
  margin-bottom: 6em;
}

.mt-7em {
  margin-top: 7em;
}

.mb-7em {
  margin-bottom: 7em;
}

/* padding -------------*/
.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-30 {
  padding-top: 30px;
}

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

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-1em {
  padding-top: 1em;
}

.pb-1em {
  padding-bottom: 1em;
}

.pt-2em {
  padding-top: 2em;
}

.pb-2em {
  padding-bottom: 2em;
}

.pt-3em {
  padding-top: 3em;
}

.pb-3em {
  padding-bottom: 3em;
}

.pt-4em {
  padding-top: 4em;
}

.pb-4em {
  padding-bottom: 4em;
}

.pt-5em {
  padding-top: 5em;
}

.pb-5em {
  padding-bottom: 5em;
}

.pt-6em {
  padding-top: 6em;
}

.pb-6em {
  padding-bottom: 6em;
}

.pt-7em {
  padding-top: 7em;
}

.pb-7em {
  padding-bottom: 7em;
}

/* text -------------*/
/* ff */
.txt-en {
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* font size */
.txt-xsmall {
  font-size: 68.75%;
}

.txt-small {
  font-size: 75%;
}

.txt-large {
  font-size: 112.5%;
}

.txt-xlarge {
  font-size: 125%;
}

/* align */
.txt-left {
  text-align: left;
}

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

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

/* font weight */
.txt-fwL {
  font-weight: 300;
}

.txt-fwR {
  font-weight: 400;
}

.txt-fwM {
  font-weight: 500;
}

/* font style */
.txt-italic {
  font-style: italic;
}

/* line height */
.lh-thin {
  line-height: 1.4;
}

.lh-2 {
  line-height: 2;
}

/* letter space */
.ls-1 {
  letter-spacing: 1em;
}

.ls-_5 {
  letter-spacing: 0.5em;
}

/* indent */
.indent-1 {
  margin-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  margin-left: 2em;
  text-indent: -2em;
}

.indent-23 {
  margin-left: 2.3em;
  text-indent: -2.3em;
}

.indent-25 {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

/**/
/*.txt-lead {
  font-size: 1.8rem;
  margin-bottom: 2em;
  &:last-child {
    margin-bottom: 0;
  }
  @include sp {
    font-size: 1.6rem;
  }
}*/
.txt-asterisk {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 75%;
  font-weight: 300;
}

.txt-annotation {
  font-size: 80%;
  line-height: 1.8;
}

/* hr -------------*/
.hr {
  margin: 5em auto;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 768px) {
  .hr {
    margin: 4em auto;
  }
}

/*------------------------------
header
-------------------------------*/
.l-header-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.6);
}

.l-header {
  width: 94%;
  margin: auto;
  padding: 42px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.l-header a {
  text-decoration: none;
}
.l-header:after {
  content: "";
  display: table;
  clear: both;
}
.l-header .pre-head-logo {
  float: left;
  max-width: 286px;
  width: 44%;
}
.l-header .pre-head-logo img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .l-header .pre-head-logo {
    width: 50%;
  }
}
.l-header .header_navi {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: calc(100% - 290px);
  position: absolute;
  bottom: 40px;
  right: 0;
  text-align: right;
}
.l-header .header_navi .navi ul li {
  display: inline-block;
}
.l-header .header_navi .navi ul li a {
  color: #000;
  text-decoration: none;
  padding: 0 5px 0 15px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.l-header .header_navi_pul {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #e3e3e3;
  left: 0;
  top: 0;
  padding: 50px 0;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.l-header .header_navi_pul .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header .header_navi_pul .navi-list {
  width: 100%;
}
.l-header .header_navi_pul .navi-list li {
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.l-header .header_navi_pul .navi-list li:hover {
  background: #000;
  opacity: 1;
}
.l-header .header_navi_pul .navi-list li a {
  padding: 15px 0;
  display: block;
  line-height: 1;
  width: 90%;
  max-width: 900px;
  margin: auto;
}
.l-header .header_navi_pul .navi-list li a:hover {
  color: #fff;
  opacity: 1;
}
.l-header .header_navi_pul .navi-list li .txt-en {
  font-size: 313%;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.l-header .header_navi_pul .navi-list li .jp {
  line-height: 30px;
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0 20px 0 0;
  margin-left: 0;
  margin-bottom: 3px;
  font-size: 75%;
}
@media screen and (max-width: 768px) {
  .l-header .header_navi_pul {
    padding: 20px 0;
  }
  .l-header .header_navi_pul .navi-list li .txt-en {
    font-size: 160%;
    display: block;
    margin-bottom: 5px;
  }
  .l-header .header_navi_pul .navi-list li .jp {
    line-height: 15px;
    margin-left: 0;
  }
}
.l-header .header_navi_pul.panelactive {
  display: block;
  opacity: 1;
  z-index: 4;
}
.l-header .reserve-btn {
  position: absolute;
  top: 0;
  right: 140px;
  display: none;
}
.l-header .reserve-btn a {
  background: #000;
  display: block;
  color: #fff;
  text-align: center;
  padding: 54px 15px 15px;
  font-size: 88%;
}
.l-header .hamburger-menu {
  position: fixed;
  top: 28px;
  right: 66px;
  height: 34px;
  width: 34px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
.l-header .hamburger-menu div {
  position: absolute;
  left: 0;
  height: 2px;
  width: 30px;
  background-color: #000;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header .hamburger-menu div:nth-of-type(1) {
  bottom: 23px;
}
.l-header .hamburger-menu div:nth-of-type(2) {
  bottom: 15px;
}
.l-header .hamburger-menu div:nth-of-type(3) {
  bottom: 7px;
}
.l-header .hamburger-menu.active div {
  background-color: #000;
}
.l-header .hamburger-menu.active div:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-135deg);
  transform: translateY(6px) rotate(-135deg);
  width: 28px;
  bottom: 17px;
}
.l-header .hamburger-menu.active div:nth-of-type(2) {
  opacity: 0;
}
.l-header .hamburger-menu.active div:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(135deg);
  transform: translateY(-6px) rotate(135deg);
  width: 28px;
  bottom: 5px;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 12px 5px;
  }
  .l-header .pre-head-logo {
    text-align: left;
  }
  .l-header .pre-head-logo img {
    max-height: 35px;
    width: auto;
  }
  .l-header .header_navi {
    display: none;
  }
  .l-header .reserve-btn {
    display: block;
    right: 66px;
  }
  .l-header .reserve-btn a {
    padding: 13px 15px 13px;
    height: 56px;
    line-height: 1.4;
  }
  .l-header .hamburger-menu {
    top: 1px;
    right: 10px;
    display: block;
  }
}

/*------------------------------
footer
-------------------------------*/
.l-footer {
  background: #F5F5F5;
}
.l-footer .sec-inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 70px 0 20px;
}
.l-footer .sec-inner:after {
  content: "";
  display: table;
  clear: both;
}
.l-footer .sec-inner .footer_bnr {
  float: left;
  width: 52%;
  margin-left: 26%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-footer .sec-inner .footer_bnr:after {
  content: "";
  display: table;
  clear: both;
}
.l-footer .sec-inner .footer_bnr li {
  float: left;
  max-width: 290px;
  width: 44%;
  margin-right: 20px;
  text-align: center;
}
.l-footer .sec-inner .footer_sns {
  float: right;
  width: 22%;
  text-align: right;
}
.l-footer .sec-inner .footer_sns li {
  width: 16%;
  max-width: 36px;
  display: inline-block;
  vertical-align: bottom;
}
.l-footer .sec-inner .footer_sns .mail {
  width: 52%;
  max-width: 118px;
}
.l-footer .sec-inner .footer_sns .twitter {
  margin-left: 9%;
}
.l-footer .sec-inner .copyright {
  font-size: 70%;
  text-align: right;
  clear: both;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer .sec-inner {
    padding: 50px 0 20px;
  }
  .l-footer .sec-inner .footer_bnr {
    width: 100%;
    margin-left: 0;
  }
  .l-footer .sec-inner .footer_bnr li {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .l-footer .sec-inner .footer_sns {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .l-footer .sec-inner .footer_sns li {
    text-align: center;
    font-size: 70%;
    font-weight: bold;
    width: 24%;
    max-width: 24%;
  }
  .l-footer .sec-inner .footer_sns li a {
    text-decoration: none;
  }
  .l-footer .sec-inner .footer_sns li a span {
    display: block;
  }
  .l-footer .sec-inner .footer_sns li a img {
    height: 50px;
  }
  .l-footer .sec-inner .footer_sns .mail {
    width: 28%;
    max-width: 28%;
  }
  .l-footer .sec-inner .footer_sns .twitter {
    margin-left: 0;
  }
  .l-footer .sec-inner .copyright {
    text-align: center;
  }
}

/*------------------------------
common
-------------------------------*/
/**/
.contents_blc {
  position: relative;
}
.contents_blc .sec-inner {
  width: 94%;
  margin: auto;
}
/*--------------
SCROLL  フェードイン
--------------*/
.scrollIn {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.scrollIn.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.scrollIn-r {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
@media screen and (max-width: 768px) {
  .scrollIn-r {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.scrollIn-r.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.scrollIn-l {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
@media screen and (max-width: 768px) {
  .scrollIn-l {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.scrollIn-l.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.contents_line-top {
  border-top: 1px solid #221815;
}
.contents_line-top .sec-inner {
  width: 94%;
  border-left: 1px solid #221815;
  border-right: 1px solid #221815;
  padding: 11% 3% 9%;
}

.contents_line-last {
  border-bottom: 1px solid #221815;
}
.contents_line-last .sec-inner {
  width: 94%;
  border-left: 1px solid #221815;
  border-right: 1px solid #221815;
  padding: 11% 3% 9%;
}

.pagetitle {
  margin: 50px 0 80px;
}
.pagetitle img {
  height: 37px;
}
@media screen and (max-width: 768px) {
  .pagetitle {
    margin: 0 0 30px;
  }
  .pagetitle img {
    height: 26px;
  }
}

.midashi {
  margin: 0 auto;
}
.midashi .en {
  margin: 0 0 10px 0;
  display: block;
}
.midashi .en img {
  vertical-align: top;
  height: 3.2vw;
}
.midashi .jp {
  font-size: 2vw;
  font-weight: 700;
  display: block;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .midashi .en img {
    height: 6.2vw;
  }
  .midashi .jp {
    font-size: 5vw;
  }
}

/*-------------------------
 btn 
---------------------------*/
/* btn */
.btn-plus {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url("../img/index/btn_open.svg");
  background-size: 100% auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .btn-plus {
    width: 30px;
    height: 30px;
  }
}

.btn-plus.open {
  background: url("../img/index/btn_close.svg");
  background-size: 100% auto;
}

.btn-more {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  width: 78px;
  height: 78px;
  background: url("../img/index/viewmore.svg");
  background-size: 100% auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .btn-more {
    width: 50px;
    height: 50px;
    right: 10%;
  }
}

/*-------------------------
 pagetop 
---------------------------*/
.pagetop {
  width: 50px;
  height: 50px;
  opacity: 0.7;
  position: fixed;
  bottom: 30px;
  right: 70px;
  background: url("../img/pagetop.png");
  background-size: 50px;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 30px;
    height: 30px;
    bottom: 100px;
    right: 20px;
    background: url("../img/pagetop.png");
    background-size: 30px;
  }
}

/*------------------------------
mainimage
-------------------------------*/
.top_mainimage {
  margin: auto;
  position: relative;
  padding: 120px 0 60px;
  width: 94%;
}
.top_mainimage .image img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .top_mainimage {
    padding: 40px 0 30px;
  }
}

.top-date {
  padding: 0 0 9vw;
}
.top-date .sec-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-date .date {
  width: 61%;
}
.top-date .date img {
  width: 100%;
}
.top-date .date_info {
  width: 33%;
}
.top-date .date_info img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-date .sec-inner {
    display: block;
  }
  .top-date .date {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-date .date_info {
    width: 100%;
  }
}

.top-greeting {
  position: relative;
  background: #262a2d url("../img/index/greeting_en.png") no-repeat top right;
  background-size: 66% auto;
  color: #fff;
  padding: 0 6% 8%;
}
.top-greeting .midashi {
  padding-top: 16vw;
}
.top-greeting .content-blc .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3vw;
}
.top-greeting .content-blc .inner .txt-jp {
  width: 48%;
  font-size: 1.3vw;
  text-align: justify;
  font-weight: 500;
  line-height: 2.45em;
}
.top-greeting .content-blc .inner .txt-en {
  width: 47%;
  font-size: 1vw;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2.4em;
}
.top-greeting .content-blc .inner .txt-en p {
  margin: 0 0 2em;
}
@media screen and (max-width: 768px) {
  .top-greeting .content-blc .inner {
    display: block;
  }
  .top-greeting .content-blc .inner .txt-jp {
    width: 100%;
    font-size: 3.8vw;
    margin-top: 3em;
  }
  .top-greeting .content-blc .inner .txt-en {
    width: 100%;
    font-size: 3.3vw;
    text-align: left;
    margin-top: 3em;
  }
}

.slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
.slider-wrapper .slider {
  -webkit-animation: scroll-left 100s infinite linear 0.5s both;
  animation: scroll-left 100s infinite linear 0.5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-wrapper .slider .slide {
  width: 20vw;
}
.slider-wrapper .slider .slide img {
  display: block;
  width: 100%;
}
.slider-wrapper .slider:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(38, 42, 45, 0.6);
  width: 100%;
  height: 100%;
}
.slider-wrapper .slider02 {
  -webkit-animation: scroll-right 150s infinite linear 0.5s both;
  animation: scroll-right 150s infinite linear 0.5s both;
}
.slider-wrapper .slider03 {
  -webkit-animation: scroll-left 110s infinite linear 0.5s both;
  animation: scroll-left 110s infinite linear 0.5s both;
}
@media screen and (max-width: 768px) {
  .slider-wrapper .slider .slide {
    width: 25vw;
  }
  .slider-wrapper .slider:after {
    width: 101%;
  }
}

@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes scroll-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.top-creator .sec-inner {
  padding: 11% 0 11%;
}
.top-creator .sec-inner .midashi {
  width: 94%;
}
.top-creator .content-blc {
  margin-top: 3vw;
}
.top-creator .content-blc .tarms {
  border-top: 1px solid #221815;
  padding: 0 0 6%;
}
.top-creator .content-blc .tarms .date .jp {
  display: inline-block;
  width: 60%;
  margin-right: 1%;
}
.top-creator .content-blc .tarms .date .jp img {
  width: 100%;
}
.top-creator .content-blc .tarms .date .en {
  display: inline-block;
  width: 37%;
}
.top-creator .content-blc .tarms .name_jp {
  padding: 2% 3% 0;
  font-size: 1.7vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.2em;
}
.top-creator .content-blc .tarms .name_en {
  padding: 2% 3% 0;
  font-size: 1vw;
  font-weight: 600;
  line-height: 2.3em;
}
.top-creator .content-blc .annotation {
  font-size: 1.05vw;
  font-weight: 700;
  padding: 0 3% 0;
}
.top-creator .content-blc .annotation a {
  text-decoration: none;
  border-bottom: 4px dotted #333;
}
.top-creator .content-blc .annotation.txt-en {
  font-size: 0.9vw;
}
@media screen and (max-width: 768px) {
  .top-creator .sec-inner {
    padding: 11% 0 11%;
  }
  .top-creator .sec-inner .midashi {
    margin: auto;
  }
  .top-creator .content-blc .tarms .date .jp {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .top-creator .content-blc .tarms .date .jp img {
    width: 100%;
  }
  .top-creator .content-blc .tarms .date .en {
    display: block;
    width: 100%;
    padding: 2% 3% 0;
  }
  .top-creator .content-blc .tarms .date .en img {
    height: 9vw;
  }
  .top-creator .content-blc .tarms .name_jp {
    font-size: 4vw;
    letter-spacing: 0;
  }
  .top-creator .content-blc .tarms .name_en {
    padding: 3% 3% 0;
    font-size: 3vw;
  }
  .top-creator .content-blc .annotation {
    font-size: 3.2vw;
  }
  .top-creator .content-blc .annotation a {
    text-decoration: none;
    border-bottom: 3px dotted #333;
  }
  .top-creator .content-blc .annotation.txt-en {
    font-size: 2.9vw;
  }
}

.top-relatedex {
  background: rgba(234, 233, 231, 0.5);
}
.top-relatedex .content-blc .relatedex_info {
  margin-top: 3vw;
}
.top-relatedex .content-blc .relatedex_info .title {
  background: #221815;
  display: inline-block;
  color: #fff;
  font-size: 1.7vw;
  font-weight: 600;
  padding: 0 0.5em;
  margin-bottom: 2em;
}
.top-relatedex .content-blc .relatedex_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.15vw;
  font-weight: 700;
  margin-bottom: 1em;
}
.top-relatedex .content-blc .relatedex_info dl dt {
  width: 17vw;
}
.top-relatedex .content-blc .relatedex_info dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.top-relatedex .content-blc .relatedex_info.txt-en .title {
  font-size: 1.35vw;
  padding: 0.2em 0.5em;
}
.top-relatedex .content-blc .relatedex_info.txt-en dl {
  font-size: 1vw;
}
.top-relatedex .content-blc .relatedex_info.txt-en dl dt {
  width: 13vw;
}
@media screen and (max-width: 768px) {
  .top-relatedex .content-blc .relatedex_info {
    margin-top: 3em;
  }
  .top-relatedex .content-blc .relatedex_info .title {
    color: #fff;
    font-size: 4vw;
  }
  .top-relatedex .content-blc .relatedex_info dl {
    display: block;
    font-size: 3.8vw;
    margin-bottom: 1em;
  }
  .top-relatedex .content-blc .relatedex_info dl dt {
    width: 100%;
  }
  .top-relatedex .content-blc .relatedex_info.txt-en .title {
    font-size: 3.8vw;
    padding: 0.2em 0.5em;
  }
  .top-relatedex .content-blc .relatedex_info.txt-en dl {
    font-size: 3.5vw;
  }
  .top-relatedex .content-blc .relatedex_info.txt-en dl dt {
    width: 100%;
  }
}

.top-goods .content-blc {
  margin-top: 3vw;
  border-left: 1px solid #221815;
  border-right: 1px solid #221815;
  border-bottom: 1px solid #221815;
}
.top-goods .content-blc .goods_info {
  border-top: 1px solid #221815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4% 5% 3% 5%;
}
.top-goods .content-blc .goods_info .title {
  background: #221815;
  display: inline-block;
  color: #fff;
  font-size: 1.7vw;
  font-weight: 400;
  padding: 0 3% 0 5%;
  margin-bottom: 2em;
  position: absolute;
  left: 0;
  top: 0;
}
.top-goods .content-blc .goods_info .detail_jp {
  width: 53%;
  font-size: 1.15vw;
  font-weight: 700;
  padding-top: 2em;
}
.top-goods .content-blc .goods_info .detail_jp .price {
  font-weight: 400;
}
.top-goods .content-blc .goods_info .detail_en {
  width: 43%;
  font-size: 1vw;
  font-weight: 700;
}
.top-goods .content-blc .goods_info .detail_en .en-tit {
  font-size: 1.15vw;
  margin-bottom: 1em;
}
.top-goods .content-blc .goods_info .detail_en .price {
  font-weight: 400;
}
.top-goods .content-blc .goods_info .detail_en p {
  margin-top: 1em;
}
.top-goods .otherinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5%;
}
.top-goods .otherinfo .info_l {
  width: 50%;
  font-size: 1.15vw;
  font-weight: 600;
}
.top-goods .otherinfo .info_r {
  width: 50%;
  text-align: right;
}
.top-goods .otherinfo .info_r .btn a {
  display: inline-block;
  background: #221815;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.4vw;
  text-align: left;
  padding: 0.5em 60px 0.5em 1em;
  line-height: 1.6;
  position: relative;
}
.top-goods .otherinfo .info_r .btn a .txt-en {
  font-size: 0.9vw;
  display: block;
}
.top-goods .otherinfo .info_r .btn a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 2px;
  top: 50%;
  right: 20px;
  background-color: #fff;
}
.top-goods .otherinfo .info_r .btn a:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  width: 11px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 2px) 50%;
  transform-origin: calc(100% - 2px) 50%;
}
.top-goods .otherinfo .info_r p {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-goods .content-blc .goods_info {
    display: block;
  }
  .top-goods .content-blc .goods_info .title {
    font-size: 4.5vw;
  }
  .top-goods .content-blc .goods_info .detail_jp {
    width: 100%;
    font-size: 4vw;
  }
  .top-goods .content-blc .goods_info .detail_en {
    width: 100%;
    font-size: 3.2vw;
  }
  .top-goods .content-blc .goods_info .detail_en .en-tit {
    font-size: 4vw;
  }
  .top-goods .otherinfo {
    display: block;
  }
  .top-goods .otherinfo .info_l {
    width: 100%;
    font-size: 4vw;
  }
  .top-goods .otherinfo .info_r {
    width: 100%;
    text-align: left;
    margin-top: 5%;
  }
  .top-goods .otherinfo .info_r .btn a {
    font-size: 4.2vw;
    padding: 0.5em 40px 0.5em 1em;
  }
  .top-goods .otherinfo .info_r .btn a .txt-en {
    font-size: 1.2rem;
    font-size: 3vw;
  }
  .top-goods .otherinfo .info_r .btn a:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 1px;
    top: 50%;
    right: 10px;
    background-color: #fff;
  }
  .top-goods .otherinfo .info_r .btn a:after {
    top: calc(50% - 1px);
    right: 10px;
    width: 7px;
    height: 1px;
  }
  .top-goods .otherinfo .info_r p {
    font-weight: 700;
  }
}

.top-event .event-blc {
  padding-top: 40px;
}
.top-event .event-blc .inner {
  background: #f4f3f3;
  margin: 0 auto 3%;
  padding: 0 !important;
  position: relative;
}
.top-event .event-blc .inner .title {
  width: 100%;
  padding: 3% 6% 2%;
}
.top-event .event-blc .inner .title .cate {
  vertical-align: middle;
  padding: 0 5px;
  line-height: 1.7;
  background: #262a2d;
  color: #fff;
  display: inline-block;
  margin: 6px 12px 0 0;
}
.top-event .event-blc .inner .title .date {
  display: inline-block;
}
.top-event .event-blc .inner .title .date img {
  vertical-align: top;
  height: 2.5vw;
}
.top-event .event-blc .inner .title .end {
  vertical-align: middle;
  padding: 0 5px;
  line-height: 1.7;
  display: inline-block;
  margin: 20px 0 0 20px;
}
.top-event .event-blc .inner .title p {
  font-size: 2vw;
  font-weight: 700;
  padding: 15px 60px 0 0;
  margin: 0;
}
.top-event .event-blc .inner .title .comingsoon {
  padding: 0;
  margin-top: -0.4em;
}
.top-event .event-blc .inner .open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.top-event .event-blc .inner .detail {
  display: none;
  padding: 0 10% 20px 6%;
  font-weight: 700;
  font-size: 1.15vw;
  max-width: 1000px;
}
.top-event .event-blc .inner .detail p {
  margin: 0 0 2em 0;
  line-height: 1.5;
}
.top-event .event-blc .inner .detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 0;
  margin-top: 15px;
}
.top-event .event-blc .inner .detail dl dt {
  width: 20%;
  padding: 2px 0;
}
.top-event .event-blc .inner .detail dl dd {
  width: 80%;
  padding: 2px 0;
}
.top-event .event-blc .inner .detail dl dd p {
  margin: 0;
}
.top-event .event-blc .inner .detail dl dd strong {
  font-weight: bold;
}
.top-event .event-blc .inner .detail dl dd .caution {
  font-size: 72%;
  color: #505050;
}
.top-event .event-blc .inner .detail dl dd a {
  color: #64a2ce;
}
.top-event .event-blc .inner .detail .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-event .event-blc .inner .detail .imgarea .img {
  width: 50%;
  padding: 20px 20px 0 0;
}
.top-event .event-blc .inner .detail .imgarea p {
  width: 50%;
  padding: 20px 0 0 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-event .event-blc {
    padding-top: 20px;
  }
  .top-event .event-blc .inner {
    width: 100%;
    margin: 0 auto 7%;
  }
  .top-event .event-blc .inner .title .cate {
    margin-top: 0;
  }
  .top-event .event-blc .inner .title .date img {
    height: 5.5vw;
    vertical-align: middle;
  }
  .top-event .event-blc .inner .title p {
    font-size: 4.2vw;
  }
  .top-event .event-blc .inner .title .comingsoon {
    margin-top: 0;
  }
  .top-event .event-blc .inner .detail {
    font-size: 3.8vw;
  }
  .top-event .event-blc .inner .detail p {
    padding-top: 1em;
  }
  .top-event .event-blc .inner .detail dl {
    display: block;
  }
  .top-event .event-blc .inner .detail dl dt {
    width: 100%;
  }
  .top-event .event-blc .inner .detail dl dd {
    width: 100%;
  }
}

.top-exhibition_guide {
  background: #262a2d;
  color: #fff;
}
.top-exhibition_guide .sec-inner {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.top-exhibition_guide .content-blc {
  max-width: 800px;
  margin: 0 auto 0;
}
.top-exhibition_guide .content-blc .inner {
  font-size: 1.15vw;
  font-weight: 700;
  margin-top: 10%;
}
.top-exhibition_guide .content-blc .inner h3 img {
  height: 5.2vw;
}
.top-exhibition_guide .content-blc .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4%;
  font-weight: 700;
}
.top-exhibition_guide .content-blc .inner dl dt {
  width: 18%;
  padding: 0 0 13px 0;
}
.top-exhibition_guide .content-blc .inner dl dd {
  width: 82%;
  padding: 0 0 13px 0;
}
.top-exhibition_guide .content-blc .inner dl dd p {
  margin: 0;
}
.top-exhibition_guide .content-blc .inner .caution {
  font-size: 72%;
  margin-top: 10px;
}
.top-exhibition_guide .content-blc .eng {
  font-size: 1vw;
  font-weight: 700;
}
.top-exhibition_guide .content-blc .eng h3 img {
  height: 4.5vw;
}
.top-exhibition_guide .content-blc .eng dl {
  letter-spacing: 0.05em;
}
.top-exhibition_guide .content-blc .eng dl dt {
  width: 15%;
  padding: 0 0 13px 0;
  background: none;
}
.top-exhibition_guide .content-blc .eng dl dd {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .top-exhibition_guide .content-blc .inner {
    width: 100%;
    margin: 5% auto 0;
    font-size: 3.6vw;
  }
  .top-exhibition_guide .content-blc .inner h3 {
    padding-top: 11%;
  }
  .top-exhibition_guide .content-blc .inner h3 img {
    height: 11.2vw;
  }
  .top-exhibition_guide .content-blc .inner dl {
    margin-top: 8%;
    display: block;
  }
  .top-exhibition_guide .content-blc .inner dl dt {
    width: 100%;
    padding: 0;
  }
  .top-exhibition_guide .content-blc .inner dl dd {
    width: 100%;
    font-weight: 400;
    padding-bottom: 1.5em;
  }
  .top-exhibition_guide .content-blc .eng {
    font-size: 3.2vw;
  }
  .top-exhibition_guide .content-blc .eng h3 {
    padding-top: 11%;
  }
}

.top-access .content-blc {
  margin-top: 5%;
}
.top-access .content-blc .inner {
  font-size: 1.15vw;
  font-weight: 700;
  line-height: 2.4em;
}
.top-access .content-blc .inner .map {
  width: 94%;
  max-width: 900px;
  margin: 0 auto 0;
  position: relative;
}
.top-access .content-blc .inner .map img {
  vertical-align: top;
}
.top-access .content-blc .inner p {
  max-width: 900px;
  margin: 5% auto 0;
  letter-spacing: 0;
}
.top-access .content-blc .eng {
  font-size: 1vw;
  font-weight: 700;
}
.top-access .content-blc .eng p {
  margin-top: 3%;
}
@media screen and (max-width: 768px) {
  .top-access .content-blc .inner {
    font-size: 3.6vw;
    line-height: 2em;
    margin-top: 2em;
  }
  .top-access .content-blc .inner .map {
    width: 100%;
  }
  .top-access .content-blc .inner p {
    margin-top: 2em;
  }
  .top-access .content-blc .eng {
    font-size: 3.2vw;
  }
}

.en_80 {
  padding-top: 3%;
  background: url("../img/index/en_80.svg") no-repeat right top;
}

.last-text {
  text-align: center;
  font-size: 0.9vw;
  padding: 0.7em;
}
@media screen and (max-width: 768px) {
  .last-text {
    font-size: 2.8vw;
  }
}