@charset "UTF-8";
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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;
}
ul,
p {
  margin: 0;
  padding: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
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 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.font,
body {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
}
.cf {
  content: " ";
  clear: both;
  display: block;
}
.hidden {
  visibility: hidden;
}
* {
  box-sizing: border-box;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
img {
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
br.m {
  display: none;
}
@media all and (max-width: 769px) {
  br.m {
    display: block;
  }
}
body {
  font-size: 16px;
  letter-spacing: 1.3px;
  line-height: 1.9;
  color: #1c1c1c;
  background-color: #FFF;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #f9f9f5;
}
#container {
  position: relative;
}
html:not(.sp, .tablet) body #container #content1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-mask-image: url(../images/blur_circle.png);
  mask-image: url(../images/blur_circle.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 200px 200px;
  mask-size: 200px 200px;
  -ms-filter: blur(5px);
  filter: blur(5px);
  overflow: hidden;
}
.sp #content1,
.tablet #content1 {
  visibility: visible;
}
.sp #content2,
.tablet #content2 {
  display: none;
}
#content1,
#content2 {
  background: #f9f9f5;
}
#content1 .top,
#content2 .top {
  padding: 0;
  background: #ffffff;
}
#content1 .top .o_logo,
#content2 .top .o_logo {
  position: relative;
  padding-top: 1.6%;
  padding-right: 8.2%;
  margin-bottom: 2%;
}
@media all and (max-width: 769px) {
  #content1 .top .o_logo,
  #content2 .top .o_logo {
    padding: 2.5% 5.5% 0 0;
    margin-bottom: 6%;
    margin-left: 8.5%;
  }
}
@media all and (max-width: 640px) {
  #content1 .top .o_logo,
  #content2 .top .o_logo {
    padding: 2.5% 5.5% 0 0;
    margin-bottom: 12.5%;
    margin-left: 6%;
  }
}
#content1 .top .o_logo::after,
#content2 .top .o_logo::after {
  content: "";
  display: block;
  clear: both;
}
#content1 .top .o_logo a.o_logoimg,
#content2 .top .o_logo a.o_logoimg {
  display: block;
  position: relative;
  margin: 0;
  color: #1c1c1c;
  float: right;
  text-align: right;
}
@media all and (max-width: 769px) {
  #content1 .top .o_logo a.o_logoimg,
  #content2 .top .o_logo a.o_logoimg {
    float: none;
  }
}
#content1 .top .o_logo a.o_logoimg img,
#content2 .top .o_logo a.o_logoimg img {
  width: 128px;
  height: auto;
}
@media all and (max-width: 640px) {
  #content1 .top .o_logo a.o_logoimg img,
  #content2 .top .o_logo a.o_logoimg img {
    width: 77px;
  }
}
#content1 .top .o_logo a.o_logoimg .caption,
#content2 .top .o_logo a.o_logoimg .caption {
  margin-top: 12px;
  font-size: 16px;
  letter-spacing: 2.9px;
}
@media all and (max-width: 769px) {
  #content1 .top .o_logo a.o_logoimg .caption,
  #content2 .top .o_logo a.o_logoimg .caption {
    font-size: 14px;
    float: left;
    letter-spacing: 2.3px;
    margin-top: 2.1%;
  }
}
@media all and (max-width: 640px) {
  #content1 .top .o_logo a.o_logoimg .caption,
  #content2 .top .o_logo a.o_logoimg .caption {
    font-size: 12px;
    letter-spacing: 2.3px;
    margin-top: 2.1%;
  }
}
#content1 .top .title_logo,
#content2 .top .title_logo {
  position: relative;
  padding: 0 8.5% 7% 8.5%;
}
@media all and (max-width: 640px) {
  #content1 .top .title_logo,
  #content2 .top .title_logo {
    padding: 0 5.5% 0 5.5%;
    line-height: 2;
    margin-bottom: 17%;
  }
}
#content1 .top .title_logo img,
#content2 .top .title_logo img {
  width: 100%;
  height: auto;
}
#content1 .top .desc,
#content2 .top .desc {
  position: relative;
  padding: 0px 8.5% 28px 8.5%;
  color: #ba0f17;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2;
}
@media all and (max-width: 769px) {
  #content1 .top .desc,
  #content2 .top .desc {
    font-size: 14px;
    line-height: 2;
  }
}
@media all and (max-width: 640px) {
  #content1 .top .desc,
  #content2 .top .desc {
    font-size: 11px;
    line-height: 2;
    padding: 0 5.5% 0 5.5%;
  }
}
#content1 .top .desc a,
#content2 .top .desc a {
  color: #ba0f17;
  border-bottom: 2px solid #ba0f17;
  padding-bottom: 2px;
}
#content1 .top .desc a.hover,
#content2 .top .desc a.hover {
  color: #ffffff;
  border-bottom: 2px solid transparent;
  position: relative;
  z-index: 2;
}
#content1 .top .desc a.hover:before,
#content2 .top .desc a.hover:before {
  content: "";
  display: inline;
  width: 100%;
  height: 15px;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: -1;
  background: #ba0f17;
}
@media all and (max-width: 769px) {
  #content1 .top .desc a.hover:before,
  #content2 .top .desc a.hover:before {
    top: 0;
    height: 13px;
  }
}
@media all and (max-width: 640px) {
  #content1 .top .desc a.hover:before,
  #content2 .top .desc a.hover:before {
    height: 12px;
  }
}
#content1 .top .desc_date,
#content2 .top .desc_date {
  font-size: 20px;
  letter-spacing: 3px;
}
@media all and (max-width: 769px) {
  #content1 .top .desc_date,
  #content2 .top .desc_date {
    font-size: 16px;
    line-height: 2;
  }
}
@media all and (max-width: 640px) {
  #content1 .top .desc_date,
  #content2 .top .desc_date {
    font-size: 14px;
    letter-spacing: 1.9px;
  }
}
#content1 .top .desc_date .small,
#content2 .top .desc_date .small {
  font-size: 16px;
  letter-spacing: 1.9px;
}
@media all and (max-width: 769px) {
  #content1 .top .desc_date .small,
  #content2 .top .desc_date .small {
    font-size: 14px;
  }
}
@media all and (max-width: 640px) {
  #content1 .top .desc_date .small,
  #content2 .top .desc_date .small {
    font-size: 11px;
  }
}
#content1 .top .desc_date .openhours,
#content2 .top .desc_date .openhours {
  font-size: 16px;
  letter-spacing: 1.9px;
}
@media all and (max-width: 769px) {
  #content1 .top .desc_date .openhours,
  #content2 .top .desc_date .openhours {
    font-size: 14px;
  }
}
@media all and (max-width: 640px) {
  #content1 .top .desc_info,
  #content2 .top .desc_info {
    margin: 4.6% 0 6.3% 0;
    letter-spacing: 1px;
  }
}
#content1 .top .keyvisual,
#content2 .top .keyvisual {
  background: #f9f9f5;
  padding-bottom: 4.8%;
}
@media all and (max-width: 640px) {
  #content1 .top .keyvisual,
  #content2 .top .keyvisual {
    background: #ffffff;
    padding-bottom: 1%;
  }
}
#content1 .top .keyvisual img,
#content2 .top .keyvisual img {
  width: 100%;
  height: auto;
}
#content1 .top .keyvisual_caption,
#content2 .top .keyvisual_caption {
  position: relative;
  text-align: right;
  padding-right: 7.7%;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 3;
}
@media all and (max-width: 769px) {
  #content1 .top .keyvisual_caption,
  #content2 .top .keyvisual_caption {
    font-size: 12px;
  }
}
@media all and (max-width: 640px) {
  #content1 .top .keyvisual_caption,
  #content2 .top .keyvisual_caption {
    padding-right: 5.7%;
    font-size: 10px;
    letter-spacing: 0.4px;
    line-height: 2.4;
  }
}
#content1 .bottom,
#content2 .bottom {
  position: relative;
  padding: 0% 8.3% 0 8.1%;
  width: auto;
  display: -webkit-flex;
  display: flex;
  background: #f9f9f5;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2;
}
@media all and (max-width: 640px) {
  #content1 .bottom,
  #content2 .bottom {
    display: block;
    padding: 0;
  }
}
#content1 .bottom .menu a,
#content2 .bottom .menu a {
  color: #ba0f17;
  padding-top: 1px;
  padding-bottom: 1px;
}
#content1 .bottom .menu a.current span,
#content2 .bottom .menu a.current span {
  color: #1c1c1c;
}
#content1 .bottom .menu a:not(.current, .moving).hover,
#content2 .bottom .menu a:not(.current, .moving).hover {
  color: #ffffff;
  background-color: #ba0f17;
}
#content1 .bottom .main a,
#content2 .bottom .main a {
  color: #ba0f17;
  border-bottom: 2px solid #ba0f17;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media all and (max-width: 640px) {
  #content1 .bottom .main a .pc,
  #content2 .bottom .main a .pc {
    display: none;
  }
}
#content1 .bottom .main a.hover,
#content2 .bottom .main a.hover {
  color: #ffffff;
  background-color: #ba0f17;
  border-bottom: 2px solid transparent;
}
#content1 .bottom h1,
#content2 .bottom h1 {
  font-size: 20px;
  color: #005ca2;
  line-height: 1.9;
  font-weight: 400;
}
@media all and (max-width: 769px) {
  #content1 .bottom h1,
  #content2 .bottom h1 {
    font-size: 16px;
    line-height: 2;
  }
}
#content1 .bottom h2,
#content2 .bottom h2 {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
}
@media all and (max-width: 769px) {
  #content1 .bottom h2,
  #content2 .bottom h2 {
    font-size: 16px;
    line-height: 2;
  }
}
@media all and (max-width: 640px) {
  #content1 .bottom h2,
  #content2 .bottom h2 {
    font-size: 15px;
    line-height: 2;
  }
}
#content1 .bottom h3,
#content2 .bottom h3 {
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 400;
}
@media all and (max-width: 769px) {
  #content1 .bottom h3,
  #content2 .bottom h3 {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 2.2px;
  }
}
@media all and (max-width: 640px) {
  #content1 .bottom h3,
  #content2 .bottom h3 {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 2.2px;
  }
}
#content1 .bottom h4,
#content2 .bottom h4 {
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 400;
}
@media all and (max-width: 769px) {
  #content1 .bottom h4,
  #content2 .bottom h4 {
    font-size: 12px;
    line-height: 2;
  }
}
@media all and (max-width: 640px) {
  #content1 .bottom h4,
  #content2 .bottom h4 {
    font-size: 11px;
    line-height: 2;
  }
}
#content1 .bottom h5,
#content2 .bottom h5 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 2.7;
  font-weight: 400;
}
@media all and (max-width: 769px) {
  #content1 .bottom h5,
  #content2 .bottom h5 {
    font-size: 12px;
    line-height: 2;
  }
}
#content1 .bottom .menu,
#content2 .bottom .menu {
  position: absolute;
  margin-bottom: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  letter-spacing: 1px;
  line-height: 2.5;
}
@media all and (max-width: 769px) {
  #content1 .bottom .menu,
  #content2 .bottom .menu {
    font-size: 15px;
    line-height: 2.3;
  }
}
@media all and (max-width: 640px) {
  #content1 .bottom .menu,
  #content2 .bottom .menu {
    width: 100%;
    height: 54px;
    position: static;
    font-size: 15px;
    top: 0;
    background-color: #ffffff;
  }
}
#content1 .bottom .menu ul,
#content2 .bottom .menu ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 640px) {
  #content1 .bottom .menu ul,
  #content2 .bottom .menu ul {
    display: flex;
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 19px 5.5% 0 5.5%;
    box-sizing: border-box;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    background: #ffffff;
  }
}
#content1 .bottom .menu ul.fixed,
#content2 .bottom .menu ul.fixed {
  position: fixed;
  top: 51px;
  left: 8.1%;
}
@media all and (max-width: 640px) {
  #content1 .bottom .menu ul.fixed,
  #content2 .bottom .menu ul.fixed {
    top: 0;
    left: 0;
  }
}
@media all and (max-width: 640px) {
  #content1 .bottom .menu ul li,
  #content2 .bottom .menu ul li {
    margin: 0;
    line-height: 1;
    text-decoration: none;
  }
}
@media all and (max-width: 640px) {
  #content1 .bottom .menu ul li a,
  #content2 .bottom .menu ul li a {
    display: inline-block;
    text-align: center;
  }
}
@media all and (max-width: 640px) {
  #content1 .bottom .menu ul li a.current span,
  #content2 .bottom .menu ul li a.current span {
    color: #1c1c1c;
  }
}
#content1 .bottom .main,
#content2 .bottom .main {
  display: block;
  padding-left: 20%;
}
@media all and (max-width: 640px) {
  #content1 .bottom .main,
  #content2 .bottom .main {
    padding-left: 0;
  }
}
@media all and (max-width: 640px) {
  #content1 .bottom .main .exh,
  #content2 .bottom .main .exh {
    width: 100%;
    padding: 51px 5.5% 0 5.5%;
  }
}
#content1 .bottom .main .exh .exh_outline,
#content2 .bottom .main .exh .exh_outline {
  font-size: 20px;
  color: #005ca2;
  line-height: 1.9;
  letter-spacing: 2.8px;
  padding-right: 20px;
  margin-bottom: 86px;
  text-align: justify;
  text-justify: auto;
}
@media all and (max-width: 769px) {
  #content1 .bottom .main .exh .exh_outline,
  #content2 .bottom .main .exh .exh_outline {
    font-size: 16px;
    line-height: 2;
    padding-right: 0;
    letter-spacing: 2.2px;
    margin-bottom: 16%;
  }
}
#content1 .bottom .main .exh .sekiguchi,
#content2 .bottom .main .exh .sekiguchi {
  display: flex;
  width: 100%;
  margin-bottom: 5.5%;
}
@media all and (max-width: 769px) {
  #content1 .bottom .main .exh .sekiguchi,
  #content2 .bottom .main .exh .sekiguchi {
    display: block;
    margin-bottom: 12%;
  }
}
@media all and (max-width: 640px) {
  #content1 .bottom .main .exh .sekiguchi,
  #content2 .bottom .main .exh .sekiguchi {
    font-size: 14px;
    line-height: 2;
  }
}
#content1 .bottom .main .exh .sekiguchi .sekiguchi_credit,
#content2 .bottom .main .exh .sekiguchi .sekiguchi_credit {
  display: inline-block;
  width: 59%;
  margin-right: 4%;
  line-height: 1;
}
@media all and (max-width: 769px) {
  #content1 .bottom .main .exh .sekiguchi .sekiguchi_credit,
  #content2 .bottom .main .exh .sekiguchi .sekiguchi_credit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
}
#content1 .bottom .main .exh .sekiguchi .sekiguchi_credit span,
#content2 .bottom .main .exh .sekiguchi .sekiguchi_credit span {
  margin-left: 3px;
  font-size: 13px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 640px) {
  #content1 .bottom .main .exh .sekiguchi .sekiguchi_credit span,
  #content2 .bottom .main .exh .sekiguchi .sekiguchi_credit span {
    letter-spacing: 0px;
  }
}
#content1 .bottom .main .exh .sekiguchi .sekiguchi_credit .cv,
#content2 .bottom .main .exh .sekiguchi .sekiguchi_credit .cv {
  padding-top: 41px;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  text-justify: auto;
}
#content1 .bottom .main .exh .sekiguchi .sekiguchi_img,
#content2 .bottom .main .exh .sekiguchi .sekiguchi_img {
  display: inline-block;
  vertical-align: top;
  width: 37%;
  height: auto;
}
@media all and (max-width: 769px) {
  #content1 .bottom .main .exh .sekiguchi .sekiguchi_img,
  #content2 .bottom .main .exh .sekiguchi .sekiguchi_img {
    width: 100%;
  }
}
#content1 .bottom .main .exh .sekiguchi .sekiguchi_img img,
#content2 .bottom .main .exh .sekiguchi .sekiguchi_img img {
  width: 100%;
  height: auto;
}
#content1 .bottom .main .exh .works_img,
#content2 .bottom .main .exh .works_img {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 120px;
}
@media all and (max-width: 640px) {
  #content1 .bottom .main .exh .works_img,
  #content2 .bottom .main .exh .works_img {
    padding-bottom: 21px;
  }
}
#content1 .bottom .main .exh .works_img .w1,
#content2 .bottom .main .exh .works_img .w1,
#content1 .bottom .main .exh .works_img .w2,
#content2 .bottom .main .exh .works_img .w2,
#content1 .bottom .main .exh .works_img .w3,
#content2 .bottom .main .exh .works_img .w3,
#content1 .bottom .main .exh .works_img .w4,
#content2 .bottom .main .exh .works_img .w4,
#content1 .bottom .main .exh .works_img .w5,
#content2 .bottom .main .exh .works_img .w5,
#content1 .bottom .main .exh .works_img .w6,
#content2 .bottom .main .exh .works_img .w6,
#content1 .bottom .main .exh .works_img .w7,
#content2 .bottom .main .exh .works_img .w7,
#content1 .bottom .main .exh .works_img .w8,
#content2 .bottom .main .exh .works_img .w8 {
  display: inline-block;
  height: 100%;
  margin-right: 3.1%;
  line-height: 1;
}
@media all and (max-width: 769px) {
  #content1 .bottom .main .exh .works_img .w1,
  #content2 .bottom .main .exh .works_img .w1,
  #content1 .bottom .main .exh .works_img .w2,
  #content2 .bottom .main .exh .works_img .w2,
  #content1 .bottom .main .exh .works_img .w3,
  #content2 .bottom .main .exh .works_img .w3,
  #content1 .bottom .main .exh .works_img .w4,
  #content2 .bottom .main .exh .works_img .w4,
  #content1 .bottom .main .exh .works_img .w5,
  #content2 .bottom .main .exh .works_img .w5,
  #content1 .bottom .main .exh .works_img .w6,
  #content2 .bottom .main .exh .works_img .w6,
  #content1 .bottom .main .exh .works_img .w7,
  #content2 .bottom .main .exh .works_img .w7,
  #content1 .bottom .main .exh .works_img .w8,
  #content2 .bottom .main .exh .works_img .w8 {
    width: 100%;
    max-height: 100%;
    margin-right: 0;
  }
}
#content1 .bottom .main .exh .works_img .w1 img,
#content2 .bottom .main .exh .works_img .w1 img,
#content1 .bottom .main .exh .works_img .w2 img,
#content2 .bottom .main .exh .works_img .w2 img,
#content1 .bottom .main .exh .works_img .w3 img,
#content2 .bottom .main .exh .works_img .w3 img,
#content1 .bottom .main .exh .works_img .w4 img,
#content2 .bottom .main .exh .works_img .w4 img,
#content1 .bottom .main .exh .works_img .w5 img,
#content2 .bottom .main .exh .works_img .w5 img,
#content1 .bottom .main .exh .works_img .w6 img,
#content2 .bottom .main .exh .works_img .w6 img,
#content1 .bottom .main .exh .works_img .w7 img,
#content2 .bottom .main .exh .works_img .w7 img,
#content1 .bottom .main .exh .works_img .w8 img,
#content2 .bottom .main .exh .works_img .w8 img {
  display: block;
  width: auto;
  margin-bottom: 0;
}
@media all and (max-width: 769px) {
  #content1 .bottom .main .exh .works_img .w1 img,
  #content2 .bottom .main .exh .works_img .w1 img,
  #content1 .bottom .main .exh .works_img .w2 img,
  #content2 .bottom .main .exh .works_img .w2 img,
  #content1 .bottom .main .exh .works_img .w3 img,
  #content2 .bottom .main .exh .works_img .w3 img,
  #content1 .bottom .main .exh .works_img .w4 img,
  #content2 .bottom .main .exh .works_img .w4 img,
  #content1 .bottom .main .exh .works_img .w5 img,
  #content2 .bottom .main .exh .works_img .w5 img,
  #content1 .bottom .main .exh .works_img .w6 img,
  #content2 .bottom .main .exh .works_img .w6 img,
  #content1 .bottom .main .exh .works_img .w7 img,
  #content2 .bottom .main .exh .works_img .w7 img,
  #content1 .bottom .main .exh .works_img .w8 img,
  #content2 .bottom .main .exh .works_img .w8 img {
    width: 100%;
    height: auto;
  }
}
#content1 .bottom .main .exh .works_img .caption,
#content2 .bottom .main .exh .works_img .caption {
  font-size: 13px !important;
  color: #999999 !important;
  letter-spacing: 0.5px;
  padding-top: 11px;
  padding-bottom: 38px;
}
@media all and (max-width: 932px) {
  #content1 .bottom .main .exh .works_img .caption,
  #content2 .bottom .main .exh .works_img .caption {
    font-size: 10px !important;
  }
}
@media all and (max-width: 769px) {
  #content1 .bottom .main .exh .works_img .caption,
  #content2 .bottom .main .exh .works_img .caption {
    font-size: 10px !important;
    padding-top: 4%;
    padding-bottom: 8%;
  }
}
@media all and (max-width: 640px) {
  #content1 .bottom .main .exh,
  #content2 .bottom .main .exh {
    border-bottom: 1px solid #CCCCCC;
  }
}
#content1 .bottom .main .outline,
#content2 .bottom .main .outline {
  padding-bottom: 120px;
}
@media all and (max-width: 769px) {
  #content1 .bottom .main .outline,
  #content2 .bottom .main .outline {
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 2;
  }
}
@media all and (max-width: 640px) {
  #content1 .bottom .main .outline,
  #content2 .bottom .main .outline {
    width: 100%;
    padding: 37px 5.5% 50px 5.5%;
    font-size: 15px;
    letter-spacing: 1.3px;
    line-height: 2;
  }
}
#content1 .bottom .main .outline .out_title,
#content2 .bottom .main .outline .out_title {
  padding-bottom: 27px;
  line-height: 2.5;
  letter-spacing: 3.1px;
}
@media all and (max-width: 640px) {
  #content1 .bottom .main .outline .out_title,
  #content2 .bottom .main .outline .out_title {
    padding-bottom: 27px;
    letter-spacing: 1.3px;
  }
}
#content1 .bottom .main .outline .day,
#content2 .bottom .main .outline .day {
  margin-bottom: 27px;
}
#content1 .bottom .main .outline .time,
#content2 .bottom .main .outline .time {
  margin-bottom: 27px;
}
#content1 .bottom .main .outline .admission,
#content2 .bottom .main .outline .admission {
  margin-bottom: 27px;
}
@media all and (max-width: 640px) {
  #content1 .bottom .main .outline,
  #content2 .bottom .main .outline {
    border-bottom: 1px solid #CCCCCC;
  }
}
#content1 .bottom .main .event,
#content2 .bottom .main .event {
  margin-bottom: 120px;
}
@media all and (max-width: 769px) {
  #content1 .bottom .main .event,
  #content2 .bottom .main .event {
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 2;
  }
}
@media all and (max-width: 640px) {
  #content1 .bottom .main .event,
  #content2 .bottom .main .event {
    width: 100%;
    margin-bottom: 0%;
    padding: 53px 5.5% 53px 5.5%;
    font-size: 15px;
    letter-spacing: 1.3px;
    line-height: 1.9;
  }
}
#content1 .bottom .main .event .event_title,
#content2 .bottom .main .event .event_title {
  padding-bottom: 27px;
  line-height: 2;
  letter-spacing: 3px;
}
@media all and (max-width: 769px) {
  #content1 .bottom .main .event .event_title,
  #content2 .bottom .main .event .event_title {
    padding-bottom: 27px;
  }
}
#content1 .bottom .main .event .event_date,
#content2 .bottom .main .event .event_date {
  margin-bottom: 6px;
}
@media all and (max-width: 640px) {
  #content1 .bottom .main .event .event_date,
  #content2 .bottom .main .event .event_date {
    margin-bottom: 14px;
  }
}
#content1 .bottom .main .event .event_date .event_date_1,
#content2 .bottom .main .event .event_date .event_date_1,
#content1 .bottom .main .event .event_date .event_date_2,
#content2 .bottom .main .event .event_date .event_date_2 {
  padding-bottom: 27px;
  line-height: 1.7;
  letter-spacing: 3.3px;
}
@media all and (max-width: 640px) {
  #content1 .bottom .main .event,
  #content2 .bottom .main .event {
    border-bottom: 1px solid #CCCCCC;
  }
}
#content1 .bottom .main .access,
#content2 .bottom .main .access {
  margin-bottom: 19px;
  letter-spacing: 2.2px;
}
@media all and (max-width: 640px) {
  #content1 .bottom .main .access,
  #content2 .bottom .main .access {
    width: 100%;
    padding: 31px 5.5% 0 5.5%;
  }
}
#content1 .bottom .main .access .access_info,
#content2 .bottom .main .access .access_info {
  padding-bottom: 27px;
  line-height: 2.2;
}
#content1 .bottom .main .access .access_info .map_link,
#content2 .bottom .main .access .access_info .map_link {
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 400;
  position: relative;
  top: -2px;
}
@media all and (max-width: 1020px) {
  #content1 .bottom .main .access .access_info .map_link,
  #content2 .bottom .main .access .access_info .map_link {
    display: none;
  }
}
@media all and (max-width: 769px) {
  #content1 .bottom .main .access .access_info p,
  #content2 .bottom .main .access .access_info p {
    font-size: 14px;
    letter-spacing: 1.8px;
  }
}
@media all and (max-width: 640px) {
  #content1 .bottom .main .access .access_info p,
  #content2 .bottom .main .access .access_info p {
    font-size: 12px;
    letter-spacing: 1.8px;
  }
}
#content1 .bottom .main .access .access_info .map_link_m,
#content2 .bottom .main .access .access_info .map_link_m {
  display: none;
}
@media all and (max-width: 1020px) {
  #content1 .bottom .main .access .access_info .map_link_m,
  #content2 .bottom .main .access .access_info .map_link_m {
    display: block;
    margin-top: 50px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 2.1;
    text-align: right;
  }
}
@media all and (max-width: 640px) {
  #content1 .bottom .main .access .access_info .map_link_m,
  #content2 .bottom .main .access .access_info .map_link_m {
    margin-top: 14px;
  }
}
#content1 .bottom .main .access .access_train,
#content2 .bottom .main .access .access_train {
  padding-bottom: 38px;
  line-height: 2;
}
@media all and (max-width: 769px) {
  #content1 .bottom .main .access .access_train,
  #content2 .bottom .main .access .access_train {
    padding-bottom: 27px;
  }
}
@media all and (max-width: 769px) {
  #content1 .bottom .main .access .access_train p,
  #content2 .bottom .main .access .access_train p {
    font-size: 14px;
    letter-spacing: 1.8px;
  }
}
#content1 .bottom .main .access .access_walk,
#content2 .bottom .main .access .access_walk {
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  align-items: flex-start;
}
@media all and (max-width: 769px) {
  #content1 .bottom .main .access .access_walk,
  #content2 .bottom .main .access .access_walk {
    display: block;
    margin-bottom: 39px;
  }
}
#content1 .bottom .main .access .access_walk .access_walk_route,
#content2 .bottom .main .access .access_walk .access_walk_route {
  display: inline-block;
  width: 61%;
  margin-right: 36px;
  line-height: 2;
}
@media all and (max-width: 769px) {
  #content1 .bottom .main .access .access_walk .access_walk_route,
  #content2 .bottom .main .access .access_walk .access_walk_route {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
#content1 .bottom .main .access .access_walk .access_map,
#content2 .bottom .main .access .access_walk .access_map {
  display: inline-block;
  vertical-align: top;
  width: 39%;
  height: auto;
}
@media all and (max-width: 769px) {
  #content1 .bottom .main .access .access_walk .access_map,
  #content2 .bottom .main .access .access_walk .access_map {
    width: 100%;
  }
}
#content1 .bottom .main .access .access_walk .access_map img,
#content2 .bottom .main .access .access_walk .access_map img {
  width: 100%;
  height: auto;
}
#content1 .bottom .main .contact,
#content2 .bottom .main .contact {
  margin-bottom: 29px;
}
@media all and (max-width: 640px) {
  #content1 .bottom .main .contact,
  #content2 .bottom .main .contact {
    width: 100%;
    padding: 6px 5.5% 0 5.5%;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 2.4;
  }
  #content1 .bottom .main .contact .contact_title,
  #content2 .bottom .main .contact .contact_title {
    margin-bottom: 3px;
  }
  #content1 .bottom .main .contact .obi,
  #content2 .bottom .main .contact .obi {
    font-size: 14px;
    line-height: 2;
  }
}
#content1 .bottom .main .org,
#content2 .bottom .main .org {
  margin-bottom: 119px;
}
@media all and (max-width: 640px) {
  #content1 .bottom .main .org,
  #content2 .bottom .main .org {
    width: 100%;
    padding: 0 5.5% 0 5.5%;
    margin-bottom: 78px;
  }
}
#content1 .bottom .main .org .org_title,
#content2 .bottom .main .org .org_title {
  line-height: 1;
  padding-bottom: 8px;
}
#content1 .bottom .main .org .s_cul_logo img,
#content2 .bottom .main .org .s_cul_logo img {
  vertical-align: middle;
  height: 14px;
  width: auto;
  float: left;
}
#content1 .bottom .main .org .s_cul_logo span,
#content2 .bottom .main .org .s_cul_logo span {
  line-height: 1;
  letter-spacing: 4px;
  vertical-align: middle;
  float: left;
  position: relative;
  top: -1px;
}
#content1 .bottom .main .covid,
#content2 .bottom .main .covid {
  padding-bottom: 78px;
  letter-spacing: 0.1px;
}
@media all and (max-width: 640px) {
  #content1 .bottom .main .covid,
  #content2 .bottom .main .covid {
    width: 100%;
    padding: 0 5.5% 44px 5.5%;
    font-size: 14px;
    letter-spacing: 2.1px;
  }
}
#content1 .bottom .main .covid span,
#content2 .bottom .main .covid span {
  padding-bottom: 5px;
  border-bottom: 1px solid #1C1C1C;
}
footer {
  position: relative;
  display: block;
  padding: 26px 8.3% 22px 8.1%;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.9;
  background-color: #ffffff;
}
@media all and (max-width: 769px) {
  footer {
    font-size: 12px;
    letter-spacing: 1.8px;
  }
}
@media all and (max-width: 640px) {
  footer {
    padding: 12px 4% 12px 4%;
    font-size: 9px;
    letter-spacing: 0.7px;
  }
}
footer .back_button {
  position: absolute;
  top: -100px;
  left: 8.1%;
  z-index: 90;
}
@media all and (max-width: 640px) {
  footer .back_button {
    display: none;
  }
}
footer .back_button a.pagetop {
  display: block;
}
footer .back_button a.pagetop img {
  display: block;
  width: 31px;
  height: 47px;
}
footer .text {
  padding-left: 20%;
}
@media all and (max-width: 640px) {
  footer .text {
    padding-left: 0%;
  }
}
br.mobile {
  display: none;
}
@media all and (max-width: 769px) {
  br.mobile {
    display: block;
  }
}
