@charset "UTF-8";
/*=====================================
  base
=====================================*/
/*--------------------------------------
  base
--------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #2d2d2d;
  font-family: FB Benton Sans Medium,ゴシックMB101 M,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, Osaka, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

body svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*
@function pv($px){
  @return 1px * (100 / 100) * $px;
}
@function pvw($px){
  @return 1vw * (100 / 1920) * $px;
}
@function pvws($px){
  @return 1vw * (100 / 1200) * $px;
}
*/
/*=====================================
  Tools
=====================================*/
/*--------------------------------------
  reset css
--------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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 {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

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

a {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
}

@media print {
  /*--------------------------------------
  print css
--------------------------------------*/
  html, body {
    -webkit-print-color-adjust: exact;
    margin: auto;
    min-width: 1200px !important;
    width: 1200px !important;
    zoom: 0.9;
  }
  body.seminar {
    margin: auto;
    width: auto !important;
  }
}

/*=====================================
  libs
=====================================*/
/*--------------------------------------
  Magnific Popup CSS
--------------------------------------*/
.mfp-bg {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
}

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043;
}

.mfp-container {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  touch-action: manipulation;
  z-index: 1046;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  bottom: 5%;
  color: #FFF;
  cursor: pointer;
  display: none;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 21px;
  opacity: 1;
  padding: 0 0 18px 10px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
}

@media screen and (min-width: 796px) {
  .mfp-close:hover {
    opacity: 0.8;
  }
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.mfp-arrow {
  -webkit-tap-highlight-color: transparent;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  border: medium inset transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0;
}

.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  border-right: 27px solid #3F3F3F;
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Main image in popup */
img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0 40px;
  width: auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  background: #fff;
  bottom: 40px;
  box-shadow: none;
  content: '';
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.mfp-title {
  color: #F3F3F3;
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media all and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* add  */
.mfp-ajax-holder .mfp-close {
  color: #FFF;
  font-style: normal;
  height: 200%;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-indent: -9999px;
  top: 0;
  width: 100%;
}

.mfp-image-holder .mfp-close {
  background-image: url("/common/img/shoptop/close02.png");
  color: #FFF;
  left: 50%;
  padding-right: 0;
  position: absolute;
  text-align: center;
  text-indent: -9999px;
  top: auto;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .mfp-image-holder .mfp-close {
    bottom: 20px;
    cursor: pointer !important;
    height: 21px;
    margin: 0;
    margin-left: -10px;
    width: 21px;
  }
}

@media screen and (max-width: 795px) {
  .mfp-image-holder .mfp-close {
    bottom: 14px;
    cursor: pointer !important;
    height: 21px;
    margin: 0;
    margin-left: -10px;
    width: 21px;
  }
}

.mfp-image-holder .mfp-content {
  background-color: #fff;
  position: relative;
}

@media screen and (min-width: 796px) {
  .mfp-image-holder .mfp-content {
    padding: 30px 30px 60px 30px;
    width: 550px;
  }
}

@media screen and (max-width: 795px) {
  .mfp-image-holder .mfp-content {
    padding: 15px 15px 50px 15px;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  img.mfp-img {
    height: auto;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  img.mfp-img {
    height: auto;
    padding: 0;
    width: 100%;
  }
}

/* perfect-scrollbar v0.7.0 */
.ps {
  -ms-overflow-style: none;
  overflow: hidden !important;
  touch-action: auto;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  background-color: transparent;
  display: block;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps > .ps__scrollbar-x-rail {
  bottom: 0px;
  display: none;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
  /* please don't change 'position' */
  opacity: 0;
  position: absolute;
  transition: background-color .2s linear, opacity .2s linear;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
  position: absolute;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}

.ps > .ps__scrollbar-y-rail {
  display: none;
  /* please don't change 'position' */
  opacity: 0;
  position: absolute;
  right: 0;
  transition: background-color .2s linear, opacity .2s linear;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  position: absolute;
  right: 2px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6;
}

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: white;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 5px;
  width: 20px;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: black;
  content: "•";
  font-family: "slick";
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

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

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

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

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

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

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

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

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

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

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  list-style: none;
  margin: 0 auto;
  /*position: relative;*/
  overflow: hidden;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
  height: 44px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 10;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: auto;
  right: 10px;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 300ms opacity;
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  background: #000;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  opacity: 0.2;
  width: 8px;
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

/* Scrollbar */
.swiper-scrollbar {
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}

.swiper-container-horizontal > .swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}

.swiper-container-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}

.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-lazy-preloader:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow {
  background: #000;
  bottom: 0px;
  filter: blur(50px);
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*=====================================
  layout
=====================================*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 795px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

html, body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 796px) {
  a:hover {
    opacity: 0.6;
  }
}

.wrapper {
  position: relative;
}

@media screen and (min-width: 796px) {
  .wrapper {
    min-width: 1000px;
  }
}

@media screen and (max-width: 795px) {
  .wrapper {
    width: 100%;
  }
}

#mainVisualSec {
  align-items: center;
  background: url(../../../images/bg_main.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 50vw;
  justify-content: center;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 795px) {
  #mainVisualSec {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 9.33333vw 0 8vw;
  }
}

#mainVisualSec .mv_top-text {
  color: #fff;
  font-size: 1.8vw;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.2vw;
  text-align: center;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .mv_top-text {
    color: #000;
    font-size: 3.8vw;
    margin-bottom: 4vw;
  }
}

#mainVisualSec .deta_area {
  align-items: center;
  display: flex;
  justify-content: center;
}

#mainVisualSec .main_text_time-area {
  display: flex;
  flex-direction: column;
  font-size: 1.04vw;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.4vw;
  padding-top: 0.5vw;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .main_text_time-area {
    font-size: 3vw;
    padding-top: 3vw;
  }
}

#mainVisualSec .main_text_time-area .main_text_time span {
  font-size: 0.68vw;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .main_text_time-area .main_text_time span {
    display: block;
    font-size: 2.38vw;
    line-height: 1.4;
  }
}

#mainVisualSec h1.top_bn {
  position: relative;
  width: 45.71429vw;
}

@media screen and (max-width: 795px) {
  #mainVisualSec h1.top_bn {
    height: auto;
    padding: 8.8vw 0;
    width: 100%;
  }
}

#mainVisualSec h1.top_bn img {
  width: 100%;
}

@media screen and (max-width: 795px) {
  #mainVisualSec h1.top_bn img {
    margin: 0 auto;
    width: 85%;
  }
}

#mainVisualSec h1.top_bn .btn {
  bottom: 35px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 320px;
}

#mainVisualSec h1.top_bn .btn a {
  padding-right: 10px;
}

#mainVisualSec h1.top_bn .btn .new {
  color: #ffab00;
  font-size: 16px;
  margin-right: 1em;
}

.exhibitions {
  width: 100%;
}

.exhibitions ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 795px) {
  .exhibitions ul {
    flex-direction: column;
  }
}

.exhibitions ul li {
  background-size: cover !important;
  height: 19.64286vw;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 33.333%;
}

@media screen and (min-width: 796px) {
  .exhibitions ul li:hover {
    position: relative;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions ul li:hover .top_contents_hover {
    background: rgba(255, 255, 255, 0.85);
    display: block;
    height: 19.64286vw;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li {
    display: flex;
    height: 33.33333vw;
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions ul li a:hover .logo {
    opacity: 0.6;
  }
}

.exhibitions ul li a:hover p, .exhibitions ul li a:hover img, .exhibitions ul li a:hover div {
  opacity: 0.6;
}

.exhibitions ul li .top_contents_hover {
  display: none;
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_left {
    bottom: 0px;
    display: block;
    margin: auto 0;
    top: 0px;
    width: 50%;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_left_another {
    width: 20%;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_left_another .logo img {
    -webkit-backface-visibility: hidden;
    width: auto !important;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right {
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right {
    bottom: 0px;
    display: block;
    margin: auto 0;
    top: 0px;
    width: 50%;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right .btn a {
    font-size: 4vw;
    height: 10.66667vw;
    position: relative;
    width: 88%;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right .btn .top_pcwide_btn {
    font-size: 1.14286vw;
    height: 3.57143vw;
    width: 21.42857vw;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right .btn .top_pcwide_btn::after {
    border-color: transparent transparent transparent #E50038;
    border-style: solid;
    border-width: 0.57143vw 0 0.57143vw 0.85714vw;
    content: "";
    height: 0;
    position: absolute;
    right: 1.42857vw;
    top: 34%;
    width: 0;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right .btn .top_pcwide_btn::after {
    border-color: transparent transparent transparent #E50038;
    border-style: solid;
    border-width: 1.46667vw 0 1.46667vw 2.54667vw;
    content: "";
    height: 0;
    position: absolute;
    right: 3.33333vw;
    top: 3.75vw;
    width: 0;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right .btn .top_pcwide_btn:hover {
    opacity: 1 !important;
  }
}

.exhibitions ul li .top_contents_right .btn .top_pcwide_btn:hover::after {
  border-color: transparent transparent transparent #fff !important;
}

.exhibitions ul li .top_contents_right .btn .top_pcwide_btn_close {
  align-items: center;
  background-color: gray;
  color: #CCCCCC;
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  justify-content: center;
  position: relative;
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right .btn .top_pcwide_btn_close {
    font-size: 1.14286vw;
    height: 3.57143vw;
    width: 21.42857vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right .btn .top_pcwide_btn_close {
    font-size: 4vw;
    height: 10.66667vw;
    position: relative;
    width: 88%;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right .btn .top_pcwide_btn_icon::after {
    background-size: contain;
    height: 1.88429vw;
    top: 22%;
    width: 1.71429vw;
  }
}

.exhibitions ul li .top_contents_right .btn .top_pcwide_btn_icon_close {
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  justify-content: center;
  opacity: 0.6;
  position: relative;
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right .btn .top_pcwide_btn_icon_close {
    font-size: 1.14286vw;
    height: 3.57143vw;
    width: 21.42857vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right .btn .top_pcwide_btn_icon_close {
    font-size: 4vw;
    height: 10.66667vw;
    position: relative;
    width: 88%;
  }
}

.exhibitions ul li .top_contents_right .btn .top_pcwide_btn_icon_close:after {
  background: url(/images/icon_pdf.png) no-repeat center;
  content: "";
  height: 27px;
  position: absolute;
  right: 5%;
  top: 27%;
  width: 24px;
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right .btn .top_pcwide_btn_icon_close:after {
    background-size: contain;
    height: 1.88429vw;
    top: 22%;
    width: 1.71429vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right .btn .top_pcwide_btn_icon_close:after {
    background-size: contain;
    height: 5.568vw;
    top: 21%;
    width: 5.06667vw;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right .btn__arrow-r {
    margin-top: 1.42857vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right .btn__arrow-r {
    margin-top: 1.33333vw;
  }
}

.exhibitions ul li .top_contents_right_wrap {
  display: flex;
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right_wrap {
    flex-direction: column;
    justify-content: space-evenly;
    padding: 2.66667vw 0;
    width: 80%;
  }
}

.exhibitions ul li .top_contents_right_wrap .fi_feature {
  width: 14.5vw;
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature:last-child {
    padding-left: 0.42857vw;
    padding-right: 2.14286vw;
    padding-top: 0.71429vw;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature {
    height: 19.64286vw;
    padding-left: 2.14286vw;
    padding-right: 0.42857vw;
    padding-top: 0.71429vw;
    position: absolute;
    top: 0;
    width: 16.42857vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature {
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    height: 28vw;
    margin-top: 5.33333vw;
    width: 97.5%;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature:first-child {
    margin-top: 0vw;
  }
}

.exhibitions ul li .top_contents_right_wrap .fi_feature .top_contents_left {
  position: relative;
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature .top_contents_left {
    background: rgba(255, 255, 255, 0.85);
    height: 12.85714vw;
    margin-top: 5.35714vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature .top_contents_left {
    width: 40%;
  }
}

.exhibitions ul li .top_contents_right_wrap .fi_feature .top_contents_left .new_mark {
  position: absolute;
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature .top_contents_left .new_mark {
    right: -1.42857vw;
    top: -1.42857vw;
    width: 4.28571vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature .top_contents_left .new_mark {
    bottom: -4.66667vw;
    left: -6vw;
    right: unset;
    top: unset;
    width: 12vw;
  }
}

.exhibitions ul li .top_contents_right_wrap .fi_feature .top_contents_left .new_mark img {
  width: 100%;
}

.exhibitions ul li .top_contents_right_wrap .fi_feature .top_contents_left .new_mark_another {
  position: absolute;
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature .top_contents_left .new_mark_another {
    right: -1.42857vw;
    top: -1.42857vw;
    width: 4.28571vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature .top_contents_left .new_mark_another {
    bottom: unset;
    left: unset;
    right: -1vw;
    top: -9.6vw;
    width: 12vw;
  }
}

.exhibitions ul li .top_contents_right_wrap .fi_feature .top_contents_left .new_mark_another img {
  width: 100%;
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature .top_contents_left01 {
    width: 60%;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature .top_contents_left_another {
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature .top_pcwide_btn {
    width: 92% !important;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature p {
    font-size: 1.42857vw;
    padding-top: 0.63333vw;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature .logo {
    padding: 1.92857vw 0;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature .logo_another_left {
    padding: 3.28571vw 0 !important;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature .logo_another_right {
    padding: 4.64286vw 0 !important;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature .logo_fi_another {
    padding: 3.14286vw 0;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right_wrap .fi_feature_another {
    margin: 0 auto;
    margin-top: 4vw;
    width: 97%;
  }
}

.exhibitions ul li .top_contents_right_wrap .top_contents_right {
  width: 60%;
}

.exhibitions ul li .top_contents_right_wrap .top_contents_right .btn a {
  width: 92%;
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right_wrap .top_contents_right_another {
    width: 60%;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right_wrap .top_contents_right_another .btn a {
    width: 92%;
  }
}

.exhibitions ul li .top_contents_right_wrap .reishoku_color {
  color: #FB9F00;
  display: block;
  font-size: 1.42857vw;
  line-height: 1.375;
  padding-top: 0.63333vw;
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right_wrap .reishoku_color {
    display: block;
    font-feature-settings: "palt";
    font-size: 2.4vw;
    line-height: 1.3;
    padding-top: 1.33333vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right_wrap_another {
    width: 100%;
  }
}

.exhibitions ul li .logo {
  padding-top: 3.57143vw;
}

.exhibitions ul li .logo img {
  -webkit-backface-visibility: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .logo img {
    height: 14.26667vw;
    width: auto !important;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .logo {
    padding-top: 0;
  }
}

.exhibitions ul li .logo .top_fi_pic {
  width: 7.42857vw !important;
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .logo .top_fi_pic {
    height: 10.4vw;
  }
}

.exhibitions ul li p {
  align-items: center;
  display: flex;
  font-size: 1.14286vw;
  font-weight: bold;
  justify-content: center;
  line-height: 1.375;
  padding-top: 1.42857vw;
}

@media screen and (max-width: 795px) {
  .exhibitions ul li p {
    font-size: 2.93333vw;
    line-height: 1;
    padding-top: 1.33333vw;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .riscon_explanation01 {
    padding-top: 0.71429vw !important;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions ul li .riscon_explanation02 {
    background-color: #C7000B;
    color: #fff !important;
    margin: 0 4vw;
    margin-top: 0.71429vw;
    padding: 0.35714vw 0 !important;
  }
}

.exhibitions ul li .btn-area {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Noto Sans JP', sans-serif;
  justify-content: center;
  margin: 0 auto 40px;
  width: 200px;
}

.exhibitions ul li .btn-area.btn-area01 {
  margin: 0 auto 10px;
}

.exhibitions ul li .btn-area .btn--small:last-child {
  margin: 0 auto;
}

.exhibitions ul li.riscon {
  background: url(/images/image_riscon.jpg) no-repeat center;
}

.exhibitions ul li.riscon .logo img {
  width: 12.14286vw;
}

@media screen and (max-width: 795px) {
  .exhibitions ul li.riscon .logo img {
    height: 13.73333vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li.riscon {
    background-position: top;
  }
}

.exhibitions ul li.riscon p {
  color: #C7000B;
}

.exhibitions ul li.riscon .btn__color a, .exhibitions ul li.riscon .btn__color span {
  background: #C7000B !important;
  color: #ffffff !important;
}

.exhibitions ul li.riscon .btn--small {
  margin-bottom: 10px;
}

.exhibitions ul li.riscon .btn--small a, .exhibitions ul li.riscon .btn--small span {
  border: #C7000B solid 1px;
  color: #C7000B;
}

.exhibitions ul li.seecat {
  background: url(/images/image_seecat.jpg) no-repeat center;
}

.exhibitions ul li.seecat .logo img {
  width: 13.64286vw;
}

@media screen and (max-width: 795px) {
  .exhibitions ul li.seecat .logo img {
    height: 13.06667vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li.seecat {
    background-position: top;
  }
}

.exhibitions ul li.seecat p {
  color: #E4B915;
  padding-top: 2.02857vw;
}

.exhibitions ul li.seecat .btn__color a, .exhibitions ul li.seecat .btn__color span {
  background: #E4B915 !important;
  color: #ffffff !important;
}

.exhibitions ul li.seecat .btn--small {
  margin-bottom: 10px;
}

.exhibitions ul li.seecat .btn--small a, .exhibitions ul li.seecat .btn--small span {
  border: #E4B915 solid 1px;
  color: #E4B915;
}

.exhibitions ul li.csw {
  background: url(/images/image_csw.jpg) no-repeat center;
}

.exhibitions ul li.csw .logo img {
  width: 13vw;
}

@media screen and (max-width: 795px) {
  .exhibitions ul li.csw .logo img {
    height: 16vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li.csw {
    background-position: top;
  }
}

.exhibitions ul li.csw p {
  color: #55046C;
}

.exhibitions ul li.csw .btn__color a, .exhibitions ul li.csw .btn__color span {
  background: #55046C !important;
  color: #ffffff !important;
}

.exhibitions ul li.csw .btn--small {
  margin-bottom: 10px;
}

.exhibitions ul li.csw .btn--small a, .exhibitions ul li.csw .btn--small span {
  border: #55046C solid 1px;
  color: #55046C;
}

.exhibitions ul li.ppe {
  background: url(/images/image_ppe.jpg) no-repeat center;
}

.exhibitions ul li.ppe .logo img {
  width: 16vw;
}

@media screen and (min-width: 796px) {
  .exhibitions ul li.ppe .logo img {
    padding-bottom: 1.07143vw;
    padding-top: 1.42857vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li.ppe .logo img {
    height: 10.66667vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li.ppe {
    background-position: top;
  }
}

.exhibitions ul li.ppe p {
  color: #009E96;
  padding-top: 1.25857vw;
}

.exhibitions ul li.ppe .btn__color a, .exhibitions ul li.ppe .btn__color span {
  background: #009E96 !important;
  color: #ffffff !important;
}

.exhibitions ul li.ppe .btn--small {
  margin-bottom: 10px;
}

.exhibitions ul li.ppe .btn--small a, .exhibitions ul li.ppe .btn--small span {
  border: #009E96 solid 1px;
  color: #009E96;
}

.exhibitions ul li.ks {
  background: url(/images/image_ks.jpg) no-repeat left top;
  position: relative;
}

@media screen and (min-width: 796px) {
  .exhibitions ul li.ks {
    width: 25% !important;
  }
}

.exhibitions ul li.ks .logo img {
  width: 12.85714vw;
}

@media screen and (max-width: 795px) {
  .exhibitions ul li.ks .logo img {
    height: 15.26667vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li.ks {
    background-position: top;
  }
}

.exhibitions ul li.ks p {
  color: #0599D9;
}

.exhibitions ul li.ks .btn__color a, .exhibitions ul li.ks .btn__color span {
  background: #0599D9 !important;
  color: #ffffff !important;
}

.exhibitions ul li.ks .btn--small {
  margin-bottom: 10px;
}

.exhibitions ul li.ks .btn--small a, .exhibitions ul li.ks .btn--small span {
  border: #0599D9 solid 1px;
  color: #0599D9;
}

.exhibitions ul li.ks .top_pcwide_btn::after {
  border-color: transparent transparent transparent #0599D9 !important;
  content: "";
}

.exhibitions ul li.ks .top_pcwide_btn:hover {
  background-color: #0599D9;
}

.exhibitions ul li.els {
  background: url(/images/image_els.jpg) no-repeat left top;
  position: relative;
}

@media screen and (min-width: 796px) {
  .exhibitions ul li.els {
    width: 25% !important;
  }
}

.exhibitions ul li.els .logo img {
  width: 12.85714vw;
}

@media screen and (max-width: 795px) {
  .exhibitions ul li.els .logo img {
    height: 14vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li.els {
    background-position: top;
  }
}

.exhibitions ul li.els p {
  color: #EA6000;
}

.exhibitions ul li.els .btn__color a, .exhibitions ul li.els .btn__color span {
  background: #EE7700 !important;
  color: #ffffff !important;
}

.exhibitions ul li.els .btn--small {
  margin-bottom: 10px;
}

.exhibitions ul li.els .btn--small a, .exhibitions ul li.els .btn--small span {
  border: #EE7700 solid 1px;
  color: #EE7700;
}

.exhibitions ul li.els .top_pcwide_btn::after {
  border-color: transparent transparent transparent #EE7700 !important;
  content: "";
}

.exhibitions ul li.els .top_pcwide_btn:hover {
  background-color: #EE7700;
}

@media screen and (min-width: 796px) {
  .exhibitions ul .riscon_top-area {
    padding-top: 2.37143vw !important;
  }
}

.top_new {
  position: absolute;
}

.contactArea {
  display: flex;
  display: flex;
  justify-content: space-between;
  margin: 100px auto 0px;
  width: 620px;
}

@media screen and (max-width: 795px) {
  .contactArea {
    margin-top: 13.33333vw;
    padding: 0 2%;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .contactArea .btn {
    width: 49%;
  }
}

.bn_area {
  margin: 0 auto 80px;
  width: 1000px;
}

.bn_area ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bn_area ul li {
  font-size: 0;
  margin-right: 27px;
}

.bn_area ul li:last-child {
  margin: 0;
}

.information {
  display: flex;
  flex-direction: column;
  margin: 100px auto;
  width: 1000px;
  z-index: 2;
}

@media screen and (max-width: 795px) {
  .information {
    display: flex;
    flex-direction: column;
    margin: 9.33333vw auto 20vw;
    padding: 0 5%;
    width: 100%;
  }
}

.information .info__title {
  padding-left: 25px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .information .info__title {
    padding-left: 2.66667vw;
  }
}

.information .info__title::before {
  background: linear-gradient(to bottom, #000, #EDEDED);
  content: "";
  height: 74px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 5px;
}

@media screen and (max-width: 795px) {
  .information .info__title::before {
    height: 13.6vw;
    width: 0.66667vw;
  }
}

.information .info__title h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 38px;
  line-height: 1.3;
}

@media screen and (max-width: 795px) {
  .information .info__title h4 {
    font-size: 6.93333vw;
    line-height: 1;
  }
}

.information .info__title p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 795px) {
  .information .info__title p {
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 795px) {
  .information .info__title {
    width: 100%;
  }
}

.information ul {
  margin-top: 30px;
  width: 1000px;
}

@media screen and (max-width: 795px) {
  .information ul {
    margin-top: 4vw;
    width: 100%;
  }
}

.information ul li {
  align-content: flex-start;
  align-items: flex-start;
  border-bottom: 2px solid #CCCCCC;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 10px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .information ul li {
    border-bottom: 0.13333vw solid #CCCCCC;
    padding: 1.8vw 0 1.8vw;
  }
}

.information ul li:first-of-type {
  padding-top: 0;
}

.information ul li:nth-child(n + 4) {
  display: none;
}

.information ul li p {
  align-self: flex-start;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.45;
  margin: 10px 0;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .information ul li p {
    font-size: 3.73333vw;
    margin: 1.33333vw 0 0 0;
  }
}

.information ul li p.date {
  flex-basis: 100px;
  flex-shrink: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}

@media screen and (max-width: 795px) {
  .information ul li p.date {
    font-size: 3.73333vw;
  }
}

.information ul li:nth-child(n + 6) {
  display: none;
}

.information ul a {
  color: #f08300;
}

.information .bb {
  border-bottom: 1px solid #f08300;
}

.txt-date {
  bottom: 8%;
  left: 0;
  position: absolute;
  width: 100%;
}

.copyright {
  align-items: center;
  background: #EDEDED;
  color: #333333;
  display: flex;
  font-family: din-condensed, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  letter-spacing: 0.01em;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .copyright {
    font-size: 2.13333vw;
    height: 6.66667vw;
    letter-spacing: 0;
  }
}

.btn-area {
  display: flex;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 795px) {
  .btn {
    display: flex;
  }
}

.btn__arrow-r a, .btn__arrow-r span {
  background-color: #fff !important;
  border: 1px solid #000;
  color: #000 !important;
  padding-right: 5%;
  position: relative;
}

.btn__arrow-r a:after, .btn__arrow-r span:after {
  background: url(/images/icon_pdf.png) no-repeat center;
  content: "";
  height: 27px;
  position: absolute;
  right: 5%;
  top: 27%;
  width: 24px;
}

@media screen and (max-width: 795px) {
  .btn__arrow-r a:after, .btn__arrow-r span:after {
    background-size: contain;
    height: 5.568vw;
    top: 21%;
    width: 5.06667vw;
  }
}

@media screen and (min-width: 796px) {
  .btn__arrow-r .top_pcwide_btn_icon {
    font-size: 1.14286vw;
    height: 3.57143vw;
    width: 21.42857vw;
  }
}

.btn__arrow-r .top_pcwide_btn_icon:after {
  background: url(/images/icon_pdf.png) no-repeat center;
  content: "";
  height: 27px;
  position: absolute;
  right: 5%;
  top: 27%;
  width: 24px;
}

@media screen and (max-width: 795px) {
  .btn__arrow-r .top_pcwide_btn_icon:after {
    background-size: contain;
    height: 5.568vw;
    top: 21%;
    width: 5.06667vw;
  }
}

@media screen and (max-width: 795px) {
  .btn .top_contact_btn {
    font-size: 4vw;
  }
}

.btn a {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  position: relative;
}

@media screen and (min-width: 796px) {
  .btn a {
    height: 60px;
    width: 300px;
  }
}

@media screen and (max-width: 795px) {
  .btn a {
    font-size: 3.46667vw;
    height: auto;
    height: 10.66667vw;
    line-height: 1.2;
    min-width: auto;
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .btn a:hover {
    opacity: 0.6;
  }
}

.btn--small a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 50px;
  justify-content: center;
  min-width: 180px;
  position: relative;
}

@media screen and (min-width: 796px) {
  .btn--small a:hover {
    opacity: 0.6;
  }
}

.btn--small span {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 50px;
  justify-content: center;
  min-width: 180px;
  position: relative;
}

.btn--off {
  opacity: 0.3;
}

@media screen and (min-width: 796px) {
  .riscon {
    width: 50% !important;
  }
}

@media screen and (min-width: 796px) {
  .riscon .btn a:hover {
    background-color: #C7000B;
  }
}

.riscon .btn__color a {
  background-color: #c7000b;
}

@media screen and (min-width: 796px) {
  .seecat {
    width: 50% !important;
  }
}

@media screen and (min-width: 796px) {
  .seecat .btn a:hover {
    background-color: #E4B915;
  }
}

.seecat .btn__color a {
  background-color: #e4b915;
}

.seecat .top_pcwide_btn::after {
  border-color: transparent transparent transparent #E4B915 !important;
  content: "";
}

@media screen and (min-width: 796px) {
  .csw {
    width: 25% !important;
  }
}

@media screen and (min-width: 796px) {
  .csw .btn a:hover {
    background-color: #55046C;
  }
}

.csw .btn__color a {
  background-color: #55046c;
}

.csw .top_pcwide_btn::after {
  border-color: transparent transparent transparent #55046C !important;
  content: "";
}

@media screen and (min-width: 796px) {
  .ppe {
    width: 25% !important;
  }
}

@media screen and (min-width: 796px) {
  .ppe .btn a:hover {
    background-color: #009E96;
  }
}

.ppe .btn__color a {
  background-color: #009e96;
}

.ppe .top_pcwide_btn::after {
  border-color: transparent transparent transparent #009E96 !important;
  content: "";
}

#top_contact.thanks #footer {
  bottom: 0;
  position: fixed;
  width: 100%;
}

#top_contact #mainVisualSec {
  align-items: center;
  background: url(../../contact-top/images/bg_main.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  height: 17.85714vw;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 795px) {
  #top_contact #mainVisualSec {
    background: url(../../contact-top/images/bg_main_sp.jpg) no-repeat center;
    background-size: cover;
    height: auto;
  }
}

#top_contact #mainVisualSec h1.contact_top_bn {
  width: 31.92857vw;
}

@media screen and (max-width: 795px) {
  #top_contact #mainVisualSec h1.contact_top_bn {
    height: auto;
    padding: 4.53333vw 0;
    width: 59.6vw;
  }
}

@media screen and (max-width: 795px) {
  #top_contact #mainVisualSec h1.contact_top_bn img {
    width: 100%;
  }
}

#top_contact .exhibitions {
  margin: 0 auto;
  padding: 40px 0 80px;
  width: 1000px;
}

#top_contact .sec_contents {
  margin: 0 auto;
  text-align: center;
}

#top_contact .sec_contents__title {
  margin: 0 auto 55px;
}

#top_contact .sec_contents__title h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
}

#top_contact .sec_contents__title h2 span {
  display: block;
  font-family: din-condensed, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin: auto;
  margin-top: 20px;
}

#top_contact .sec_contents__textBox {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 795px) {
  #top_contact .sec_contents__textBox {
    font-size: 3.73333vw;
    line-height: 1.4285;
  }
}

#top_contact .caution {
  color: #C7000B;
}

#top_contact .p-contact__flow {
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  justify-content: space-between;
  margin: 120px auto 110px;
  position: relative;
  width: 970px;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__flow {
    margin: 13.33333vw auto 13.73333vw;
    width: 90.66667vw;
  }
}

#top_contact .p-contact__flow::after {
  border-top: solid 2px #707070;
  content: "";
  display: inline-block;
  left: 68px;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  width: 86%;
  z-index: -1;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__flow::after {
    border-top: solid 0.26667vw #707070;
    left: 6.66667vw;
    top: -5.33333vw;
    width: 76vw;
  }
}

#top_contact .p-contact__flow span {
  align-items: center;
  color: #CCCCCC;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  width: 120px;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__flow span {
    font-size: 3.73333vw;
    width: 18.66667vw;
  }
}

#top_contact .p-contact__flow span.current {
  color: #333333;
}

#top_contact .p-contact__flow span.current::before {
  background: #000;
}

#top_contact .p-contact__flow span::before {
  align-items: center;
  background: #CCCCCC;
  border-radius: 30px;
  color: #fff;
  content: "";
  display: flex;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  height: 59px;
  justify-content: center;
  left: 30px;
  position: absolute;
  top: -70px;
  width: 59px;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__flow span::before {
    height: 7.86667vw;
    left: 5.33333vw;
    top: -9.33333vw;
    width: 7.86667vw;
  }
}

#top_contact .p-contact__flow span:first-of-type::before {
  content: "1" !important;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__flow span:first-of-type::before {
    font-size: 4vw;
  }
}

#top_contact .p-contact__flow span:last-of-type {
  margin-right: 0;
}

#top_contact .p-contact__flow span:last-of-type::before {
  content: "3" !important;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__flow span:last-of-type::before {
    font-size: 4vw;
  }
}

#top_contact .p-contact__flow span:nth-of-type(2)::before {
  content: "2" !important;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__flow span:nth-of-type(2)::before {
    font-size: 4vw;
  }
}

#top_contact .p-contact__form {
  margin: 25px auto 150px;
  position: relative;
  width: 1000px;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__form {
    margin: 0 auto;
    width: 89.33333vw;
  }
}

#top_contact .p-contact__form table {
  margin: 0 0 40px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__form table {
    margin: 0 0 5.33333vw;
  }
}

#top_contact .p-contact__form tr {
  display: block;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__form tr {
    margin-bottom: 4vw;
  }
}

#top_contact .p-contact__form tr th {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 7.5px 0 0;
  vertical-align: top;
  width: 180px;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__form tr th {
    font-size: 3.2vw;
    padding: 2.66667vw 0 0;
    width: 25.33333vw;
  }
}

#top_contact .p-contact__form tr th .red {
  color: red;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__form tr .form_small_font {
    font-size: 2.93333vw;
  }
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__form tr .form_small_font_another {
    font-size: 2.8vw;
  }
}

#top_contact .p-contact__form tr .multiple_lines {
  line-height: 1.2;
  padding-top: 0px;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__form tr .multiple_lines {
    padding-top: 1.33333vw;
  }
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__form tr .sp_multiple_lines {
    line-height: 1.27;
    padding-top: 0px;
    padding-top: 1.33333vw;
  }
}

.confirm #top_contact .p-contact__form tr td {
  vertical-align: middle;
}

#top_contact .p-contact__form tr td input:-ms-input-placeholder, #top_contact .p-contact__form tr td textarea:-ms-input-placeholder, #top_contact .p-contact__form tr td select:-ms-input-placeholder {
  color: #CCCCCC;
}

#top_contact .p-contact__form tr td input::placeholder, #top_contact .p-contact__form tr td input:-ms-input-placeholder, #top_contact .p-contact__form tr td textarea::placeholder, #top_contact .p-contact__form tr td textarea:-ms-input-placeholder, #top_contact .p-contact__form tr td select::placeholder, #top_contact .p-contact__form tr td select:-ms-input-placeholder {
  color: #CCCCCC;
}

#top_contact .p-contact__form tr td .text01 {
  background: #FFFFFF;
  border: #CCCCCC 1px solid;
  border-radius: 5px;
  box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  height: 50px;
  padding: 0 15px;
  width: 700px;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__form tr td .text01 {
    font-size: 3.2vw;
    height: 10.66667vw;
    padding: 0 2vw;
    width: 62.66667vw;
  }
}

#top_contact .p-contact__form tr td .text02 {
  background: #FFFFFF;
  border: #CCCCCC 1px solid;
  border-radius: 5px;
  box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  height: 50px;
  padding: 0 15px;
  width: 340px;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__form tr td .text02 {
    font-size: 3.2vw;
    height: 10.66667vw;
    margin-right: 0;
    padding: 0 2vw;
    width: 30vw;
  }
}

#top_contact .p-contact__form tr td .text02:first-child {
  margin-right: 15px;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__form tr td .text02:first-child {
    margin-right: 2vw;
  }
}

#top_contact .p-contact__form tr td .text04 {
  background: #FFFFFF;
  border: #CCCCCC 1px solid;
  border-radius: 5px;
  box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  height: 200px;
  max-width: 700px;
  padding: 15px 20px;
  width: 700px;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__form tr td .text04 {
    font-size: 3.2vw;
    height: 32vw;
    max-width: unset;
    padding: 2vw 2.66667vw;
    width: 62.66667vw;
  }
}

#top_contact .p-contact__form_before::before {
  color: #C7000B;
  content: "※は必須項目です。";
  font-family: 'Noto Sans JP';
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: -10px;
  top: -30px;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__form_before::before {
    font-size: 2.66667vw;
    right: -3.33333vw;
    top: -4vw;
  }
}

#top_contact .p-contact__form.confirm tr {
  border-bottom: 1px solid #CCCCCC;
}

#top_contact .p-contact__form.confirm tr th {
  font-size: 16px;
  padding: 10px 0;
  vertical-align: middle;
  width: 220px;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__form.confirm tr th {
    font-size: 2.13333vw;
    width: 32vw;
  }
}

#top_contact .p-contact__form.confirm tr td {
  font-size: 18px;
  padding: 10px 0;
  vertical-align: middle;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__form.confirm tr td {
    font-size: 2.4vw;
    padding: 2vw 0;
  }
}

#top_contact .p-contact__form_confirmation tr {
  display: block !important;
}

.font_oz {
  font-family: 'Oswald', sans-serif;
}

@media screen and (max-width: 795px) {
  .font_oz {
    padding-top: 2vw;
  }
}

@media screen and (min-width: 796px) {
  #scroll {
    display: none;
  }
}

@media screen and (max-width: 795px) {
  #scroll {
    background-color: rgba(204, 204, 204, 0.8);
    bottom: 6.66667vw;
    color: #E50038;
    display: none;
    height: 13.33333vw;
    position: fixed;
    right: 0;
    width: 13.33333vw;
  }
}

@media screen and (min-width: 796px) {
  #scroll:before {
    display: none;
  }
}

@media screen and (max-width: 795px) {
  #scroll:before {
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 1.73333vw 2.93333vw 1.73333vw;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
  }
}

.contact_exhibitions {
  margin: 0 auto;
  padding: 50px 0 45px;
  width: 890px;
}

@media screen and (max-width: 795px) {
  .contact_exhibitions {
    padding: 10vw 0 7vw;
    width: 100%;
  }
}

.contact_exhibitions ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 795px) {
  .contact_exhibitions ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.contact_exhibitions ul li {
  text-align: center;
}

@media screen and (max-width: 795px) {
  .contact_exhibitions ul li {
    width: 13.46667vw;
  }
}

.contact_exhibitions ul li a:hover .logo, .contact_exhibitions ul li a:hover p, .contact_exhibitions ul li a:hover img, .contact_exhibitions ul li a:hover div {
  opacity: 0.6;
}

.contact_exhibitions ul li .contact_logo {
  height: 76px;
}

.contact_exhibitions ul li .contact_logo img {
  width: 100%;
}

.contact_exhibitions ul li p {
  align-items: center;
  display: flex;
  font-size: 16px;
  height: 80px;
  justify-content: center;
  line-height: 1.22222;
}

.contact_exhibitions .contact_rsc_logo {
  width: 1000px;
}

@media screen and (max-width: 795px) {
  .contact_exhibitions .contact_rsc_logo {
    width: 58vw;
  }
}

.contact_exhibitions .contact_pk_logo {
  width: 305px;
}

@media screen and (max-width: 795px) {
  .contact_exhibitions .contact_pk_logo {
    width: 40.66667vw;
  }
}

.contact_exhibitions .contact_els_logo {
  width: 125px;
}

@media screen and (max-width: 795px) {
  .contact_exhibitions .contact_els_logo {
    margin-left: 2vw;
    width: 16.66667vw;
  }
}

.co_btnArea {
  display: flex;
  font-family: UD Shin Go DemiBold;
  justify-content: center;
  margin: 0 auto 150px;
}

@media screen and (max-width: 795px) {
  .co_btnArea {
    margin: 0 auto 20vw;
  }
}

.co_btnArea button:last-child {
  margin: 0;
}

.co_btnArea .btnInput {
  margin-right: 20px;
}

.co_btnArea .btnInput span {
  align-items: center;
  background-color: #fff;
  border: 2px solid #707070;
  color: #333;
  display: flex;
  font-size: 16px;
  height: 70px;
  justify-content: center;
  min-width: 300px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .co_btnArea .btnInput span {
    font-size: 3.73333vw;
    height: 10.66667vw;
    min-width: 42.66667vw;
  }
}

.co_btnArea .btnInput span:hover {
  opacity: 0.6;
}

.co_btnArea .btnInput.btn__arrow-r span {
  background-color: #656565;
  border: none;
}

.co_btnArea .btnInput.btn__arrow-r span:after {
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  margin-top: -6px;
  position: absolute;
  right: 5%;
  top: 50%;
  width: 0;
}

@media screen and (max-width: 795px) {
  .co_btnArea .btnInput.btn__arrow-r span:after {
    border-width: 1vw 0 1vw 1.6vw;
    right: 10%;
    top: 54%;
  }
}

.co_btnArea .btnInput.btn__arrow-l span:after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 8px solid #333;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  left: 5%;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 0;
}

@media screen and (max-width: 795px) {
  .co_btnArea .btnInput.btn__arrow-l span:after {
    border-width: 1vw 1.6vw 1vw 0;
    left: 10%;
    top: 53%;
  }
}

.btn__arrow-r .contact-r {
  background-color: #000 !important;
  color: #fff !important;
  padding-right: 0;
}

.btn__arrow-r .contact-r:after {
  background: unset !important;
}

.black_btn span {
  background-color: black !important;
  color: #fff !important;
}

.black_btn span:after {
  background: unset;
}

@media screen and (max-width: 795px) {
  input {
    font-size: 16px;
  }
}

button[type="submit"]:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.grecaptcha > div {
  margin: 0 auto 30px;
}

/*=====================================
  module
=====================================*/

/*# sourceMappingURL=top.css.map */

.banner_wrapper.banner_wrapper01 a.bnr_adjustment01{
  width: 270px;
  border: 1px solid #00285b;
}
