<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*=====================================
  base
=====================================*/
/*--------------------------------------
  base
--------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #2d2d2d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 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 &gt; .ps__scrollbar-x-rail,
.ps.ps--active-y &gt; .ps__scrollbar-y-rail {
  background-color: transparent;
  display: block;
}

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

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

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

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

.ps &gt; .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 &gt; .ps__scrollbar-x-rail &gt; .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 &gt; .ps__scrollbar-x-rail:hover &gt; .ps__scrollbar-x, .ps &gt; .ps__scrollbar-x-rail:active &gt; .ps__scrollbar-x {
  height: 11px;
}

.ps &gt; .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 &gt; .ps__scrollbar-y-rail &gt; .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 &gt; .ps__scrollbar-y-rail:hover &gt; .ps__scrollbar-y, .ps &gt; .ps__scrollbar-y-rail:active &gt; .ps__scrollbar-y {
  width: 11px;
}

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

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

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

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

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

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

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

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

.ps:hover &gt; .ps__scrollbar-y-rail:hover &gt; .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 &gt; .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 &gt; .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode &gt; .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 &gt; .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical &gt; .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 &gt; .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 &gt; .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

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

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

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

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

.swiper-container-horizontal.swiper-container-rtl &gt; .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 &gt; .swiper-pagination-progressbar {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}

.swiper-container-vertical &gt; .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 &gt; .swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}

.swiper-container-vertical &gt; .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 &gt; img,
.swiper-zoom-container &gt; svg,
.swiper-zoom-container &gt; 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 {
  color: #333;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Noto Sans',"ヒラギノ角ゴ 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: 1100px;
  }
}

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

.mv_ttl_wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 796px) {
  .mv_ttl_wrapper {
    width: 75vw;
  }
}

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

.mv_ttl01 {
  background-color: #FF0031;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.27vw;
  font-weight: bold;
  line-height: 1;
  padding: 0.6408vw 0px;
  text-align: center;
}

@media screen and (max-width: 795px) {
  .mv_ttl01 {
    font-size: 4vw;
    padding: 1.5vw 0;
  }
}

.mv_contents_wrapper {
  display: flex;
  padding: 2.5vw 0vw 2.5vw 2vw;
}

.mv_logo {
  width: 18vw;
}

.mv_inlink {
  display: block;
  width: 100%;
}

.mv_inlink:hover {
  opacity: 0.8;
}

.left_textArea {
  margin-left: 2vw;
  padding-left: 5.4vw;
  position: relative;
}

.left_tex01 {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.9vw;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1vw;
}

.left_redArea::before {
  border-color: transparent #ff0033 transparent transparent;
  border-style: solid;
  border-width: 5.6vw 5.4vw 5.6vw 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.triangles_circles {
  background: #FFFFFF;
  border-radius: 50%;
  bottom: 0;
  height: 3.104vw;
  margin: auto;
  position: absolute;
  right: 0;
  right: 4vw;
  top: 0;
  width: 3.104vw;
}

@media screen and (max-width: 795px) {
  .triangles_circles {
    height: 6vw;
    right: 26vw;
    width: 6vw;
  }
}

.triangles {
  border-color: transparent transparent transparent #ff0033;
  border-style: solid;
  border-width: 0.7vw 0 0.7vw 1.2vw;
  bottom: 0;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: -0.4vw;
  top: 0;
  width: 0;
}

@media screen and (max-width: 795px) {
  .triangles {
    border-width: 1.2vw 0 1.2vw 2vw;
  }
}

.left_redArea_text {
  background: #FF0031;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1;
  padding: 3.1vw 0;
  position: relative;
}

.left_redArea_text::after {
  background: skyblue;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  /*背景色*/
}

.sp_header_bottom img {
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 795px) {
  .sp_header_bottom img {
    margin-top: 13.33333vw;
    margin-top: 14.7vw;
  }
}

@media screen and (min-width: 796px) {
  .large_top #mainVisualSec {
    background: none;
  }
}

@media screen and (max-width: 795px) {
  .large_top #mainVisualSec {
    background: url(../../../images/bg_main_top_sp.jpg) no-repeat !important;
  }
}

.link_off {
  opacity: 0.3;
  pointer-events: none !important;
}

.link_off::after {
  display: none;
}

#mainVisualSec {
  background: url(/common/images/main_v_outline2024.png) no-repeat center;
  background-size: cover;
  height: 768px;
  height: 100vh;
  position: relative;
  width: 100%;
  /* ################################################################################
    *
    *    色分け
    *
    * ################################################################################ */
}

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

#mainVisualSec .tltle_area {
  background: url(../../../images/bg_ribbon.png) no-repeat center;
  background: #333333;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: contain;
  display: flex;
  flex-direction: column;
  height: 225px;
  width: 48.57vw;
  width: 680px;
  z-index: 20;
}

@media screen and (min-width: 796px) {
  #mainVisualSec .tltle_area {
    bottom: 0;
    margin: auto;
    padding: 25px 30px;
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .tltle_area {
    height: 42vw;
    padding: 3vw 12vw;
    width: 100%;
  }
}

#mainVisualSec .top_tltle {
  color: #fff;
  font-size: 2.7vw;
  font-size: 40px;
  line-height: 1.35;
  padding: 20px 0;
  padding: 1.8vw 0;
  padding: 22.5px 0;
  padding-left: 2vw;
  padding-left: 30px;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .top_tltle {
    font-size: 5vw;
    padding: 3vw 0;
    text-align: center;
  }
}

#mainVisualSec .top_tltle_font_adjustment {
  font-size: 32px;
  padding-bottom: 37.5px;
  padding-left: 25px;
  padding-top: 28.5px;
}

#mainVisualSec .top_ttl_size {
  font-size: 20px;
}

#mainVisualSec .top_exhibitions {
  background: #fff;
  height: 100vh;
  top: 0;
  width: 24.286vw;
}

@media screen and (min-width: 796px) {
  #mainVisualSec .top_exhibitions {
    border-bottom: 1px solid #EDEDED;
    position: absolute;
    right: 0;
    z-index: 999;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .top_exhibitions {
    display: none;
    margin: 6vw 0;
    padding: 0 5vw;
    width: 100%;
  }
}

#mainVisualSec .exhibitions_contents {
  border-bottom: 1px solid #EDEDED;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .exhibitions_contents {
    background-color: #fff;
  }
}

#mainVisualSec .exhibitions_contents:hover {
  position: relative;
}

#mainVisualSec .exhibitions_contents:hover .hover_area {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 796px) {
  #mainVisualSec .exhibitions_contents:hover .hover_area {
    height: 100%;
    left: -0.1vw;
    width: 101%;
  }
}

#mainVisualSec .exhibitions_contents:hover .hover_area .hover_top_contents {
  display: flex;
  justify-content: space-between;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 88%;
}

#mainVisualSec .exhibitions_contents:hover .hover_area .hover_top_contents .hover_btn__arrow-r {
  margin-top: 1.42857vw;
}

#mainVisualSec .exhibitions_contents:hover .hover_area .hover_top_contents .hover_top_pcwide_btn {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 140px;
}

@media screen and (min-width: 796px) {
  #mainVisualSec .exhibitions_contents:hover .hover_area .hover_top_contents .hover_top_pcwide_btn {
    font-size: 1vw;
    height: 5.21vh;
    width: 10vw;
  }
}

#mainVisualSec .exhibitions_contents:hover .hover_area .hover_top_contents .hover_top_pcwide_btn::after {
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-width: 0.429vw 0 0.429vw 0.715vw;
  bottom: 0;
  content: "";
  height: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0.7vw;
  top: 0;
  width: 0;
}

#mainVisualSec .exhibitions_contents:hover .hover_area .hover_top_contents .btn_off {
  background: #000;
  opacity: 0.5;
  /* color: #000; */
  pointer-events: none;
}

#mainVisualSec .exhibitions_contents:hover .hover_area .hover_top_contents .hover_top_pcwide_btn_icon {
  align-items: center;
  background-color: #fff !important;
  color: #000 !important;
  display: flex;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',sans-serif;
  font-size: 1.14286vw;
  font-size: 14px;
  font-weight: 500;
  height: 3.57143vw;
  height: 40px;
  justify-content: center;
  padding-right: 5%;
  position: relative;
  width: 21.42857vw;
  width: 140px;
}

@media screen and (min-width: 796px) {
  #mainVisualSec .exhibitions_contents:hover .hover_area .hover_top_contents .hover_top_pcwide_btn_icon {
    font-size: 1vw;
    height: 5.21vh;
    width: 10vw;
  }
}

#mainVisualSec .exhibitions_contents:hover .hover_area .hover_top_contents .hover_top_pcwide_btn_icon:after {
  background: url(/images/icon_pdf.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 20px;
  height: 1.5567vw;
  position: absolute;
  right: 5%;
  right: 0.7vw;
  /* top: 22%; */
  width: 1.71429vw;
  width: 1.416vw;
}

#mainVisualSec .tab_off {
  opacity: 0.4;
  pointer-events: none !important;
}

#mainVisualSec .tab_off:hover {
  pointer-events: none !important;
}

#mainVisualSec .hover_area {
  display: none;
}

@media screen and (min-width: 796px) {
  #mainVisualSec .fi:hover .hover_area {
    height: 100%;
  }
}

#mainVisualSec .fi .exhibitions_contents_link {
  padding: 14px 0;
  padding: 2.14233382vh 0;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .fi .exhibitions_contents_link {
    padding: 4vw 0;
  }
}

@media screen and (min-width: 796px) {
  #mainVisualSec .fi .exhibitions_contents_link .exhibitions_text02 {
    padding-top: 4px;
    padding-top: 0.3vw;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .fi .exhibitions_gray_out {
    pointer-events: none;
  }
}

#mainVisualSec .exhibitions_contents_last_wrapper {
  position: relative;
}

@media screen and (min-width: 796px) {
  #mainVisualSec .exhibitions_contents_last_wrapper {
    height: 54vh;
  }
}

@media screen and (min-width: 796px) {
  #mainVisualSec .exhibitions_contents_last {
    bottom: 25px;
    margin: auto;
    padding: 55px 20px 23px;
    padding: 2vw 1.5vw 1.6vw;
    padding: 0vh 1.5vw;
    position: absolute;
  }
}

#mainVisualSec .exhibitions_contents_link {
  align-items: center;
  display: flex;
  padding: 1.813vh 0;
  padding: 2.14233382vh 0;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .exhibitions_contents_link {
    border-left: 4px solid #FF1900;
    padding: 4vw 0;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .exhibitions_contents_link::after {
    border-color: transparent transparent transparent #808080;
    border-style: solid;
    border-width: 1.6vw 0 1.6vw 2.7vw;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    right: 5.3vw;
    top: 0;
    width: 0;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .exhibitions_gray_out {
    pointer-events: none;
  }
}

#mainVisualSec .exhibitions_logo {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 95px;
  width: 6.786vw;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .exhibitions_logo {
    width: 25vw;
  }
}

#mainVisualSec .exhibitions_logo img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 40px;
}

@media screen and (min-width: 796px) {
  #mainVisualSec .exhibitions_logo img {
    height: 4.832vh;
  }
}

@media screen and (min-width: 796px) {
  #mainVisualSec .exhibitions_textarea {
    width: 235px;
    width: 16.786vw;
  }
}

#mainVisualSec .exhibitions_text01 {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-size: 1.07vw;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .exhibitions_text01 {
    font-size: 3.8vw;
  }
}

#mainVisualSec .exhibitions_text01_span {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 10px;
  padding-bottom: 4px;
  padding-bottom: 0.3vw;
}

#mainVisualSec .exhibitions_text02 {
  color: #FF1900;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-size: 0.86vw;
  font-weight: bold;
  line-height: 1;
  padding-top: 6px;
  padding-top: 0.43vw;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .exhibitions_text02 {
    font-size: 3.8vw;
    padding-top: 1vw;
  }
}

#mainVisualSec .top_logo_pic01 {
  padding: 5vw 0;
  padding: 22px 0 23px 0;
  padding: 0px;
  text-align: center;
}

#mainVisualSec .top_logo_pic01 img {
  -webkit-backface-visibility: hidden;
  width: 10.64vw;
  width: 148.74px;
  width: 300px;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .top_logo_pic01 img {
    padding-bottom: 0;
    width: auto;
  }
}

@media screen and (min-width: 796px) {
  #mainVisualSec .top_logo_pic01 img {
    width: 21.429vw;
  }
}

#mainVisualSec .top_logo_pic01 span {
  display: block;
  margin-top: 1.1vw;
}

#mainVisualSec .top_logo_pic01 span img {
  width: 16.93vw;
  width: 236.71px;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .top_logo_pic01 span img {
    width: auto;
  }
}

#mainVisualSec .mv_btn_area {
  margin-top: 5px;
}

@media screen and (min-width: 796px) {
  #mainVisualSec .mv_btn_area {
    margin-top: 0.346vw;
  }
}

#mainVisualSec .main_ttl_area {
  background-color: #fff;
  padding: 2.5vw 0 1.07143vw 0;
  text-align: center;
  width: 50vw;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .main_ttl_area {
    padding: 0;
    width: 82.66667vw;
  }
}

#mainVisualSec .main_ttl_area .main_ttl {
  color: #E60039;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',sans-serif;
  font-size: 1.85714vw;
  line-height: 1;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .main_ttl_area .main_ttl {
    font-size: 6.66667vw;
    line-height: 1.2;
  }
}

#mainVisualSec .main_ttl_area .main_text01 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',sans-serif;
  font-size: 1.85714vw;
  line-height: 1;
  padding-top: 1.07143vw;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .main_ttl_area .main_text01 {
    font-size: 6.66667vw;
    line-height: 1.25;
    padding-top: 1.33333vw;
  }
}

#mainVisualSec .main_ttl_area .main_text01 span {
  font-size: 1.2vw;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .main_ttl_area .main_text01 span {
    font-size: 4vw;
  }
}

#mainVisualSec .main_ttl_area .main_text02 {
  font-family: 'Oswald',sans-serif;
  line-height: 1;
  padding-top: 1.28571vw;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .main_ttl_area .main_text02 {
    padding-top: 5.33333vw;
  }
}

#mainVisualSec .main_ttl_area .main_text02 .main_text_year {
  font-size: 1.85714vw;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .main_ttl_area .main_text02 .main_text_year {
    font-size: 5.06667vw;
  }
}

#mainVisualSec .main_ttl_area .main_text02 .main_text_date {
  font-size: 3.14286vw;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .main_ttl_area .main_text02 .main_text_date {
    font-size: 8vw;
  }
}

#mainVisualSec .main_ttl_area .main_text02 .main_text_day {
  font-size: 1.57143vw;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .main_ttl_area .main_text02 .main_text_day {
    font-size: 4.53333vw;
  }
}

#mainVisualSec .main_ttl_area .main_text02 .main_text_after {
  position: relative;
}

#mainVisualSec .main_ttl_area .main_text02 .main_text_after::after {
  bottom: 0.7vw;
  content: "▶︎";
  font-size: 0.5vw;
  position: absolute;
  right: 0.3vw;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .main_ttl_area .main_text02 .main_text_after::after {
    bottom: 0.93333vw;
    font-size: 1.33333vw;
    right: 0.4vw;
  }
}

#mainVisualSec .main_ttl_area .main_text03 {
  font-size: 1.78571vw;
  font-weight: bold;
  line-height: 1;
  padding-top: 1.42857vw;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .main_ttl_area .main_text03 {
    font-size: 4.53333vw;
    padding-top: 4vw;
  }
}

#mainVisualSec .main_ttl_area .main_text03 .ruby {
  display: inline-block;
  position: relative;
}

#mainVisualSec .main_ttl_area .main_text03 .ruby::before {
  content: "あおみ";
  display: block;
  font-size: 0.8vw;
  font-weight: bold;
  left: 0.35714vw;
  letter-spacing: 0.1vw;
  position: absolute;
  top: -0.92857vw;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .main_ttl_area .main_text03 .ruby::before {
    font-size: 2vw;
    left: 0.66667vw;
    letter-spacing: 0.13333vw;
    top: -2.4vw;
    width: 10.66667vw;
  }
}

#mainVisualSec .main_ttl_area .main_text04 {
  background: #fd0000;
  color: #fff;
  display: block;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',sans-serif;
  font-size: 2vw !important;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
  margin-top: 2.5vw;
  padding: 1vw 0;
  position: relative;
  width: 35vw;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .main_ttl_area .main_text04 {
    font-size: 4.66667vw !important;
    margin-top: 7vw;
    padding: 3.2vw 0;
    width: 80vw;
  }
}

#mainVisualSec .main_ttl_area .main_text04 span {
  color: #fff;
  display: block;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',sans-serif;
  font-size: 1.4vw !important;
  font-weight: bold;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .main_ttl_area .main_text04 span {
    font-size: 4vw !important;
    padding-top: 2.4vw;
  }
}

#mainVisualSec .main_ttl_area .new_mark02 {
  position: absolute;
}

@media screen and (min-width: 796px) {
  #mainVisualSec .main_ttl_area .new_mark02 {
    left: -2vw;
    top: -2vw;
  }
}

@media screen and (max-width: 795px) {
  #mainVisualSec .main_ttl_area .new_mark02 {
    left: -5.8vw;
    /* right: unset; */
    top: -7.7vw;
    width: 12vw;
  }
}

#mainVisualSec .main_ttl_area .new_mark02 img {
  width: 100%;
}

#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;
}

#mainVisualSec .f-sys .exhibitions_contents_link {
  border-left: 0.3vw solid #FF1900;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .f-sys .exhibitions_contents_link {
    border-left: 4px solid #FF1900;
  }
}

#mainVisualSec .f-sys .exhibitions_text02 {
  color: #FF1900;
}

#mainVisualSec .f-sys .hover_area {
  background: #FF1900;
}

#mainVisualSec .f-sys .hover_top_pcwide_btn::after {
  border-color: transparent transparent transparent #d6027e;
}

#mainVisualSec .fsj {
  border-left: 0.3vw solid #009D9E;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .fsj {
    border-left: 4px solid #009D9E;
  }
}

#mainVisualSec .fsj .exhibitions_text02 {
  color: #009D9E;
}

#mainVisualSec .fsj .hover_area {
  background: #009D9E;
}

#mainVisualSec .fsj .hover_top_pcwide_btn::after {
  border-color: transparent transparent transparent #009D9E;
}

#mainVisualSec .f-fac {
  border-left: 0.3vw solid #009BCE;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .f-fac {
    border-left: 4px solid #009BCE;
  }
}

#mainVisualSec .f-fac .exhibitions_text02 {
  color: #009BCE;
}

#mainVisualSec .f-fac .hover_area {
  background: #009BCE;
}

#mainVisualSec .f-fac .hover_top_pcwide_btn::after {
  border-color: transparent transparent transparent #009BCE;
}

#mainVisualSec .fd {
  border-left: 0.3vw solid #664497;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .fd {
    border-left: 4px solid #664497;
  }
}

#mainVisualSec .fd .exhibitions_text02 {
  color: #664497;
}

#mainVisualSec .fd .hover_area {
  background: #664497;
}

#mainVisualSec .fd .hover_top_pcwide_btn::after {
  border-color: transparent transparent transparent #664497;
}

#mainVisualSec .souzai {
  border-left: 0.3vw solid #EC6C1F;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .souzai {
    border-left: 4px solid #EC6C1F;
  }
}

#mainVisualSec .souzai .exhibitions_text02 {
  color: #EC6C1F;
}

#mainVisualSec .souzai .hover_area {
  background: #EC6C1F;
}

#mainVisualSec .souzai .hover_top_pcwide_btn::after {
  border-color: transparent transparent transparent #EC6C1F;
}

#mainVisualSec .rj {
  border-left: 0.3vw solid #F7B000;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .rj {
    border-left: 4px solid #F7B000;
  }
}

#mainVisualSec .rj .exhibitions_text02 {
  color: #F7B000;
}

#mainVisualSec .rj .hover_area {
  background: #F7B000;
}

#mainVisualSec .rj .hover_top_pcwide_btn::after {
  border-color: transparent transparent transparent #F7B000;
}

#mainVisualSec .nj {
  border-left: 5px solid #8DC21F;
}

@media screen and (max-width: 795px) {
  #mainVisualSec .nj {
    border-left: 4px solid #8DC21F;
  }
}

#mainVisualSec .nj .exhibitions_text02 {
  color: #8DC21F;
}

#mainVisualSec .nj .hover_area {
  background: #8DC21F;
}

#mainVisualSec .nj .hover_top_pcwide_btn::after {
  border-color: transparent transparent transparent #8DC21F;
}

.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 {
    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: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',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_close_souzai {
    margin: 0 auto;
    width: 12.42857vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right .btn .top_pcwide_btn_close_souzai {
    width: 91%;
  }
}

@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: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',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;
  background-size: contain;
  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 .top_pcwide_btn_icon_close_souzai {
    margin: 0 auto;
    width: 12.42857vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibitions ul li .top_contents_right .btn .top_pcwide_btn_icon_close_souzai {
    width: 91%;
  }
}

@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%;
  }
}

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

@media screen and (min-width: 796px) {
  .exhibitions ul li .top_contents_right_wrap .souzai_another .top_contents_left_another {
    padding-top: 0 !important;
  }
}

.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.22222;
  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: 4vw;
}

.exhibitions ul li .logo img {
  margin: 0 auto;
}

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

@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.85714vw;
  font-weight: bold;
  justify-content: center;
  line-height: 1.22222;
  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;
  }
}

.exhibitions ul li .btn-area {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',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.f-sys {
  background: url(/images/image_fsys.jpg) no-repeat center;
}

.exhibitions ul li.f-sys .logo img {
  width: 25vw;
}

@media screen and (max-width: 795px) {
  .exhibitions ul li.f-sys .logo img {
    width: 37.33333vw;
  }
}

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

.exhibitions ul li.f-sys p {
  color: #E60039;
}

.exhibitions ul li.f-sys .btn__color a, .exhibitions ul li.f-sys .btn__color span {
  background: #E60039 !important;
  color: #ffffff !important;
}

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

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

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

.exhibitions ul li.fsj .logo img {
  width: 21.28571vw;
}

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

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

.exhibitions ul li.fsj p {
  color: #009D9E;
}

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

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

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

.exhibitions ul li.f-fac {
  background: url(/images/image_ff.jpg) no-repeat center;
}

.exhibitions ul li.f-fac .logo img {
  width: 17.85714vw;
}

@media screen and (max-width: 795px) {
  .exhibitions ul li.f-fac .logo img {
    width: 26.13333vw;
  }
}

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

.exhibitions ul li.f-fac p {
  color: #009CCE;
}

.exhibitions ul li.f-fac .btn__color a, .exhibitions ul li.f-fac .btn__color span {
  background: #009CCE !important;
  color: #ffffff !important;
}

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

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

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

.exhibitions ul li.fd .logo img {
  width: 23.78571vw;
}

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

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

.exhibitions ul li.fd p {
  color: #674498;
}

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

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

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

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

@media screen and (max-width: 795px) {
  .exhibitions ul li.fi {
    background: url(/images/image_souzai_sp.jpg) no-repeat center;
  }
}

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

.exhibitions ul li.fi .logo img {
  width: 11.92857vw;
}

@media screen and (max-width: 795px) {
  .exhibitions ul li.fi .logo img {
    width: auto;
  }
}

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

.exhibitions ul li.fi p {
  color: #ED6D1F;
}

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

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

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

.exhibitions ul li.fe {
  background: url(/images/image_fe.jpg) no-repeat center;
  position: relative;
}

.exhibitions ul li.fe .logo img {
  width: 15.64286vw;
}

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

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

.exhibitions ul li.fe p {
  color: #0054A6;
}

.exhibitions ul li.fe .btn__color a, .exhibitions ul li.fe .btn__color span {
  background: #0054A6 !important;
  color: #ffffff !important;
}

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

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

.exhibitions ul li.fe .top_pcwide_btn::after {
  border-color: transparent transparent transparent #0054A6 !important;
  content: "";
}

.exhibitions ul li.fe .top_pcwide_btn:hover {
  background-color: #0054A6;
}

.exhibitions .fi .souzai .logo {
  padding-top: 1vw;
}

.exhibitions .fi .souzai .logo img {
  width: 10.64286vw;
}

@media screen and (max-width: 795px) {
  .exhibitions .fi .souzai .logo img {
    height: 12.66667vw;
    width: auto;
  }
}

.exhibitions .fi .souzai .top_contents_hover01 {
  display: none;
}

@media screen and (min-width: 796px) {
  .exhibitions .fi .souzai .top_contents_hover01 .top_contents_right_another {
    height: 15.35714vw;
    padding: 3.32857vw 0;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions .fi .souzai .top_contents_right {
    background: rgba(255, 255, 255, 0.85);
    bottom: -7.21429vw;
    height: 12.35714vw;
    left: 9.07143vw;
    padding: 1.92857vw 0;
    position: absolute;
    width: 13.92857vw !important;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions .fi .souzai .top_contents_right .btn a {
    margin: 0 auto;
    width: 85% !important;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions .fi .souzai .top_contents_right_another {
    margin: 0 !important;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions .fi .souzai:hover .top_contents_hover01 {
    display: block;
    height: 12.5vw;
    top: 5.35714vw;
    width: 13.85714vw;
  }
}

.exhibitions .fi .reishoku .logo {
  padding-top: 1vw;
}

.exhibitions .fi .reishoku .logo .reishoku_img_another {
  width: 8.21429vw;
}

@media screen and (max-width: 795px) {
  .exhibitions .fi .reishoku .logo .reishoku_img_another {
    width: 13.46667vw;
  }
}

.exhibitions .fi .reishoku .logo img {
  width: 9.64286vw;
}

@media screen and (max-width: 795px) {
  .exhibitions .fi .reishoku .logo img {
    height: 12.66667vw;
    width: auto;
  }
}

.exhibitions .fi .reishoku .top_contents_hover02 {
  display: none;
}

@media screen and (min-width: 796px) {
  .exhibitions .fi .reishoku .top_contents_right {
    background: rgba(255, 255, 255, 0.85);
    bottom: -7.85714vw;
    height: 12.28571vw;
    left: 7.35714vw;
    padding: 1.92857vw 0;
    position: absolute;
    width: 13.92857vw !important;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions .fi .reishoku .top_contents_right .btn a {
    margin: 0 auto;
    width: 85% !important;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions .fi .reishoku:hover .top_contents_hover02 {
    display: block;
    height: 12.5vw;
    top: 5.35714vw;
    width: 13.85714vw;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions .fi .top_contents_right {
    width: 80% !important;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions .fi .top_contents_right .btn a {
    font-size: 1vw !important;
    width: 100% !important;
  }
}

@media screen and (min-width: 796px) {
  .exhibitions .fi .top_pcwide_btn:after {
    border-width: 0.6vw 0 0.6vw 0.8vw !important;
    right: 0.7vw !important;
  }
}

.top_mv_new {
  background: #FF0000;
  color: #fff;
  font-family: 'Roboto Condensed';
  font-size: 1.15vw;
  left: 1vw;
  line-height: 1.5vw;
  padding: 0 0.5vw;
  position: absolute;
}

@media screen and (max-width: 795px) {
  .top_mv_new {
    background: #FF0000;
    color: #fff;
    font-family: 'Roboto Condensed';
    font-size: 3.45vw;
    /* font-size: 1.15vw; */
    left: 5vw;
    line-height: 1.4;
    padding: 0px 2.2vw;
    width: auto;
  }
}

.top_new {
  position: absolute;
}

@media screen and (max-width: 795px) {
  .AlertBox_wrapper {
    padding: 6vw 0px;
  }
}

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

@media screen and (min-width: 796px) {
  .AlertBox-bottom {
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 0px;
    padding: 50px 0;
    width: 720px;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .AlertBox-bottom {
    background-color: #fff;
    padding: 4vw 0px;
  }
}

@media screen and (min-width: 796px) {
  .AlertBox-bottom_text01 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 795px) {
  .AlertBox-bottom_text01 {
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 2.1vw;
  }
}

.top_text_new {
  color: #ED6D1F;
  font-family: oswald, sans-serif !important;
  font-weight: bold;
}

@media screen and (min-width: 796px) {
  .top_text_new {
    font-size: 18px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 795px) {
  .top_text_new {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 3.2vw;
    left: 1.73333vw;
    line-height: 2;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.AlertBox-pdf-underline {
  text-decoration: underline;
}

@media screen and (min-width: 796px) {
  .AlertBox-pdf_red {
    background-color: #fff;
    border: 4px solid #fd0000;
    color: #000;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 30px 42px;
    text-align: left;
    width: 570px;
  }
}

@media screen and (max-width: 795px) {
  .AlertBox-pdf_red {
    background-color: #fff;
    border: solid 0.53333vw red;
    color: #000;
    display: block;
    font-size: 2.13333vw;
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 2.66667vw;
    padding: 2.66667vw 8.8vw;
    position: relative;
    text-align: left;
    width: 57%;
  }
}

@media screen and (min-width: 796px) {
  .AlertBox-pdf_red:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 796px) {
  .AlertBox-pdf_blue {
    background-color: #fff;
    border: 4px solid blue;
    color: #000;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    padding: 30px 20px;
    text-decoration: underline;
    width: 720px;
  }
}

@media screen and (max-width: 795px) {
  .AlertBox-pdf_blue {
    background-color: #fff;
    border: solid 0.53333vw blue;
    color: #000;
    display: block;
    font-size: 2.13333vw;
    line-height: 1.5;
    margin: 0 auto;
    padding: 2.66667vw 8.8vw;
    text-align: left;
    text-decoration: underline;
    width: 70%;
  }
}

@media screen and (min-width: 796px) {
  .AlertBox-pdf_blue:hover {
    opacity: 0.7;
  }
}

.mv_white-area {
  background: #fff;
  width: 810px;
}

@media screen and (min-width: 796px) {
  .mv_white-area {
    bottom: 2.3vw;
    bottom: 40px;
    position: absolute;
    z-index: 999;
  }
}

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

.mv_notice {
  padding: 0.9vw 2.14vw;
  padding: 15px 30px;
}

@media screen and (max-width: 795px) {
  .mv_notice {
    padding: 5vw 3vw 8vw;
  }
}

.mv_notice #twitterArea_kotei li .date {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1vw;
  font-size: 16px !important;
  position: relative;
}

.mv_notice #twitterArea_kotei li .date::after {
  background: #FF0000;
  color: #fff;
  display: block;
  font-size: 0.8vw;
  font-size: 14px;
  left: 4vw;
  left: 63px;
  line-height: 1.4;
  padding: 0 7px;
  position: absolute;
  top: 0.15vw;
  top: 2.7px;
}

@media screen and (max-width: 795px) {
  .mv_notice #twitterArea_kotei li .date::after {
    left: 16.7vw;
  }
}

.mv_notice #twitterArea_kotei li p {
  font-size: 14px !important;
}

@media screen and (max-width: 795px) {
  .mv_notice #twitterArea_kotei li p {
    font-size: 3.73333vw !important;
  }
}

.mv_notice a {
  color: #FF1900;
}

.mv_contactArea {
  border-top: solid 1px #D1D1D1;
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0px auto 0px;
  padding: 35px 30px;
}

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

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

.mv_contactArea .btn a {
  font-size: 16px;
  height: 60px;
  line-height: 1;
  width: 300px;
}

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

.mv_contactArea .btn .top_contact_btn {
  padding: 0 0 0 16px;
  position: relative;
}

.mv_contactArea .btn .top_contact_btn::before {
  border-color: transparent transparent transparent #db002c;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  width: 0;
  width: 0vw;
}

@media screen and (max-width: 795px) {
  .mv_contactArea .btn .top_contact_btn::before {
    border-width: 1.6vw 0 1.6vw 2.7vw;
    right: 6%;
  }
}

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

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

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

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

.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_wrapper {
  margin: 100px auto;
  width: 1100px;
}

@media screen and (min-width: 796px) {
  .information_wrapper {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 795px) {
  .information_wrapper {
    margin: 5.33333vw auto 10vw;
    width: 100%;
  }
}

.information {
  display: flex;
  flex-direction: column;
  z-index: 2;
}

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

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

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

.information .info__title {
  padding-left: 25px;
  position: relative;
  /**&amp;::before {
          content: "";
          width: 5px;
          height: 74px;
          background: -moz-linear-gradient(top,#000,#EDEDED);
          background: -webkit-linear-gradient(top,#000,#EDEDED);
          background: linear-gradient(to bottom,#000,#EDEDED);
          position: absolute;
          top: 0px;
          left: 0px;
          @include max {
              height: spvw(102);
              width: spvw(5);
          }
      }**/
}

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

.information .info__title::before {
  background: url(/images/before_point.png) center;
  content: '';
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 2px;
  vertical-align: middle;
  width: 18px;
}

@media screen and (max-width: 795px) {
  .information .info__title::before {
    top: 0px;
  }
}

.information .info__title h4 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

@media screen and (max-width: 795px) {
  .information .info__title h4 {
    font-size: 5vw;
    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 .info__title02 {
  position: relative;
  /**&amp;::before {
        content: "";
        width: 5px;
        height: 74px;
        background: -moz-linear-gradient(top,#000,#EDEDED);
        background: -webkit-linear-gradient(top,#000,#EDEDED);
        background: linear-gradient(to bottom,#000,#EDEDED);
        position: absolute;
        top: 0px;
        left: 0px;
        @include max {
            height: spvw(102);
            width: spvw(5);
        }
    }**/
}

.information .info__title02::before {
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 2px;
  vertical-align: middle;
  width: 18px;
}

.information .info__title02 h4 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

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

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

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

.information .info_h4 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

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

.information ul {
  margin-top: 10px;
  width: 1100px;
}

@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: 1px solid #D1D1D1;
  display: flex;
  padding: 20px 0 17px 0;
  width: 100%;
}

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

.information ul li:first-of-type {
  border-top: 1px solid #D1D1D1;
  padding-top: 20px;
}

@media screen and (max-width: 795px) {
  .information ul li:first-of-type {
    padding-top: 3.33333vw;
  }
}

@media screen and (max-width: 795px) {
  .information ul li:first-of-type p:nth-child(1) {
    position: relative;
  }
}

@media screen and (max-width: 795px) {
  .information ul li:first-of-type p:nth-child(1)::before {
    background: #FF0000;
    color: #fff;
    display: block;
    font-family: 'Roboto Condensed';
    font-size: 3.75vw;
    left: 4vw;
    left: 0;
    left: 18vw;
    line-height: 1.3;
    padding: 0px 1.9vw;
    position: absolute;
    text-indent: 0em;
    top: -0.3vw;
    width: 7vw;
  }
}

@media screen and (min-width: 796px) {
  .information ul li:first-of-type p:nth-child(2) {
    position: relative;
  }
}

@media screen and (min-width: 796px) {
  .information ul li:first-of-type p:nth-child(2)::before {
    background: #FF0000;
    color: #fff;
    display: block;
    font-family: 'Roboto Condensed';
    font-size: 0.8vw;
    font-size: 14px;
    left: 4vw;
    left: 0;
    line-height: 1.3;
    padding: 0 7px;
    position: absolute;
    text-indent: 0em;
    top: 0.15vw;
    top: -1px;
    width: 26px;
  }
}

.information ul li p {
  align-self: flex-start;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.45;
}

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

.information ul li p.date {
  flex-basis: 90px;
  flex-shrink: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-weight: 400;
  margin: 0;
}

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

.information ul a {
  color: #FF1900;
}

.TopOutline__sec06 {
  margin-top: 80px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 {
    margin-bottom: 18.66667vw;
    margin-top: 10vw;
    padding: 0 0 0vw 0;
  }
}

.TopOutline__sec06 .top_ttl {
  color: #DB002A;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 5px;
  text-align: left;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .top_ttl {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 0 5vw;
    width: auto;
  }
}

.TopOutline__sec06 .top_ttl span {
  color: #333333;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  padding-left: 20px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .top_ttl span {
    display: block;
    padding-left: 0;
  }
}

.TopOutline__sec06 .top_ttl_text {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  margin: 0 auto;
  text-align: left;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .top_ttl_text {
    display: block;
    line-height: 1.65;
    margin-bottom: 20px;
    width: 100%;
  }
}

.TopOutline__sec06 .top_ttl_text span {
  font-size: 3.2vw;
  line-height: 1.65;
  margin-bottom: 10px;
  width: 100%;
}

.TopOutline__sec06 .sec06__ContentsArea {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  width: 1100px;
}

@media screen and (min-width: 796px) {
  .TopOutline__sec06 .sec06__ContentsArea {
    background-color: #fff;
  }
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .sec06__ContentsArea {
    flex-direction: column-reverse;
    margin-top: 0;
    width: 100%;
  }
}

.TopOutline__sec06 .sec06__left {
  background: #fff;
  /* bottom: 0; */
  /* padding: 40px 50px 40px 50px; */
  /* position: absolute; */
  /* right: 0; */
  height: 300px;
  position: relative;
  width: 466px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .sec06__left {
    background-color: #fff;
    height: auto;
    padding: 0 5vw;
    padding-top: 3vw;
    width: 100%;
    z-index: 1;
  }
}

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

.TopOutline__sec06 .sec06__left_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

.TopOutline__sec06 .sec06__left_ul {
  padding-top: 10px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .sec06__left_ul {
    padding-top: 1vw;
  }
}

.TopOutline__sec06 .sec06__left_ul li {
  font-size: 14px;
  line-height: 1.35;
  padding-top: 5px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .sec06__left_ul li {
    padding-left: 3vw;
    padding-top: 2.8vw;
  }
}

@media screen and (min-width: 796px) {
  .TopOutline__sec06 .sec03row_reverse {
    flex-direction: row-reverse;
  }
}

.TopOutline__sec06 .top_sec03_btn {
  margin-top: 0px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .top_sec03_btn {
    margin-top: 6vw;
  }
}

.TopOutline__sec06 .sec06_btn-basic__text {
  align-items: center;
  background-color: #fff !important;
  background-color: #000;
  border: 1px solid #000;
  color: #000 !important;
  color: #fff;
  display: flex;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  margin-top: 70px;
  padding-right: 5%;
  position: relative;
  position: relative;
  width: 300px;
}

@media screen and (max-width: 795px) {
  .TopOutline__sec06 .sec06_btn-basic__text {
    margin: 0 auto;
    margin-top: 8vw;
    width: 90%;
  }
}

.TopOutline__sec06 .sec06_btn-basic__text:hover {
  opacity: 0.8;
}

.TopOutline__sec06 .sec06_btn-basic__text:after {
  background: url(/images/icon_pdf.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 27px;
  position: absolute;
  right: 5%;
  top: 27%;
  width: 24px;
}

.swiper-container02 {
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .swiper-container02 {
    height: 450px;
    overflow: hidden;
    position: relative;
    width: 480px;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container02 {
    margin-top: 4vw;
  }
}

.swiper-container02 .swiper-slide {
  align-items: center !important;
  display: flex;
  height: 222px;
  justify-content: center !important;
  overflow: hidden !important;
  width: 235px;
}

@media screen and (max-width: 795px) {
  .swiper-container02 .swiper-slide {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .swiper-container02 .swiper-slide img {
    height: auto;
    width: 100% !important;
  }
}

.swiper-container02 .swiper-slide-active {
  opacity: 1;
}

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

.swiper-container02 .swiper-slide {
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.swiper-container02 .swiper-slide a {
  height: 260px;
  outline: none;
}

@media screen and (max-width: 795px) {
  .swiper-container02 .swiper-slide a {
    height: auto;
    width: 95%;
  }
}

.swiper-container02 .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #A2A2A2;
  height: 12px;
  margin: 14px 4px !important;
  opacity: 1;
  width: 12px;
}

.swiper-container02 .swiper-pagination-bullet-active {
  background: #DB002A;
  border: 1px solid #A2A2A2;
  height: 12px;
  margin: 14px 4px !important;
  width: 12px;
}

.swiper-container02 .swiper-pagination {
  background: rgba(255, 255, 255, 0.65);
  bottom: 7px;
  height: 40px;
  position: absolute;
  z-index: 1;
}

.swiper-container02 .swiper-button-next {
  background: url(/f-sys/images/arrow02_right.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 40px;
  margin: auto;
  right: 0px;
  top: 0;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .swiper-container02 .swiper-button-next {
    height: 30px;
    top: -7px;
    width: 30px;
  }
}

.swiper-container02 .swiper-button-prev {
  background: url(/f-sys/images/arrow02_left.png) no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  height: 40px;
  left: 0px;
  margin: auto;
  right: auto;
  top: 0;
  width: 40px;
}

@media screen and (max-width: 795px) {
  .swiper-container02 .swiper-button-prev {
    height: 30px;
    top: -7px;
    width: 30px;
  }
}

.content__box {
  margin-right: 20px;
  padding: 0 10px;
  position: relative;
  width: 500px;
}

@media screen and (max-width: 795px) {
  .content__box {
    margin-right: 0;
    width: 100%;
  }
}

.content__box:last-child {
  margin: 0;
}

.content__box .text_box {
  font-size: 16px;
  text-align: left;
}

.content__box .text_box span {
  display: block;
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
}

.content__box .btn {
  margin: 0 auto 30px;
  width: 300px;
}

.content__box .btn a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}

.content__box .title01 {
  background: #fff;
  border-bottom: 2px solid #D6027D;
  color: #D6027D;
  display: block;
  font-family: 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: left;
  width: 100%;
}

.content__box .title01.Effra {
  font-size: 40px;
}

.content__box .title01 span {
  color: #000 !important;
  display: block;
  font-family: oswald, sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  margin: auto;
}

.content__box .title01 strong {
  font-family: ゴシックMB101 DB, sans-serif;
  font-size: 31px;
}

.content__box .title02 {
  color: #D6027D;
  font-family: 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 29px;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .swiper-button-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 2.35714vw;
    width: 1100px;
  }
}

@media screen and (max-width: 795px) {
  .swiper-button-wrapper {
    margin-top: 5.33333vw;
  }
}

@media screen and (min-width: 796px) {
  .swiper-button-wrapper .swiper-button-area {
    display: flex;
    justify-content: space-between;
    width: 150px;
  }
}

.swiper-button-wrapper .swiper-button-area .next02 {
  background-color: #000;
  height: 72px;
  width: 72px;
}

@media screen and (max-width: 795px) {
  .swiper-button-wrapper .swiper-button-area .next02 {
    border: 0.13333vw solid #ccc;
    height: 9.33333vw;
    position: absolute;
    right: 0;
    top: 18vw;
    width: 9.33333vw;
    z-index: 1;
  }
}

.swiper-button-wrapper .swiper-button-area .prev02 {
  background-color: #000;
  height: 72px;
  width: 72px;
}

@media screen and (max-width: 795px) {
  .swiper-button-wrapper .swiper-button-area .prev02 {
    border: 0.13333vw solid #ccc;
    height: 9.33333vw;
    left: 0;
    position: absolute;
    top: 18vw;
    width: 9.33333vw;
    z-index: 1;
  }
}

@media screen and (max-width: 795px) {
  .swiper-button-wrapper .icon_pdf {
    padding: 0 10.66667vw;
  }
}

.about_info {
  background: #EDEDED;
  margin: 0 auto;
  margin-bottom: 80px;
  width: 1100px;
}

@media screen and (min-width: 796px) {
  .about_info {
    padding: 20px 210px 30px 210px;
  }
}

@media screen and (max-width: 795px) {
  .about_info {
    margin: 0 auto;
    margin-bottom: 70px;
    padding: 4vw 5vw 8vw;
    width: 90%;
  }
}

.about_info .about_info_btn_wrapper {
  display: flex;
  justify-content: center;
}

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

.about_info .about_info_btn {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  width: 300px;
}

@media screen and (max-width: 795px) {
  .about_info .about_info_btn:first-child {
    margin-bottom: 2.5vw;
  }
}

@media screen and (max-width: 795px) {
  .about_info .about_info_btn {
    font-size: 4vw;
    height: 60px;
    line-height: 1.2;
    margin-top: 0;
    min-width: auto;
    text-align: center;
    width: 100%;
  }
}

.about_info .about_info_btn::before {
  border-color: transparent transparent transparent #db002c;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  width: 0;
  width: 0vw;
}

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

.about_info_ttl {
  color: #FF1900;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 795px) {
  .about_info_ttl {
    font-size: 5.5vw;
  }
}

.about_info_name {
  border-bottom: 1px solid #D1D1D1;
  border-top: 1px solid #D1D1D1;
  font-size: 13px;
  line-height: 1.84;
  margin-top: 5px;
  padding: 8px 0;
  text-align: center;
}

@media screen and (max-width: 795px) {
  .about_info_name {
    font-size: 3.2vw;
  }
}

.about_info_adress {
  font-size: 14px;
  line-height: 1.71;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 795px) {
  .about_info_adress {
    font-size: 3.2vw;
  }
}

.about_info_adress a {
  border-bottom: 1px solid #333;
  color: #333333 !important;
}

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

.copyright {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  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;
  background-size: contain;
  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;
  background-size: contain;
  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: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',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) {
  .f-sys .btn a:hover {
    background-color: #E60039;
  }
}

.f-sys .btn__color a {
  background-color: #d6027d;
}

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

.fsj .btn__color a {
  background-color: #009d9e;
}

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

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

.f-fac .btn__color a {
  background-color: gray;
}

.f-fac .top_pcwide_btn::after {
  border-color: transparent transparent transparent #009CCE !important;
  content: "";
}

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

.fd .btn__color a {
  background-color: #664497;
}

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

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

.fi .btn__color a {
  background-color: #ec6c1f;
}

@media screen and (max-width: 795px) {
  .fi .fi_feature::after {
    border-color: transparent transparent transparent #ED6D1F !important;
    content: "";
  }
}

@media screen and (min-width: 796px) {
  .fi .reishoku {
    right: 0vw;
  }
}

.fi .reishoku .top_pcwide_btn::after {
  border-color: transparent transparent transparent #FB9F00 !important;
  content: "";
}

@media screen and (min-width: 796px) {
  .fi .reishoku .reishoku_text_color:hover {
    background-color: #FB9F00;
  }
}

.fi .souzai .souzai_ttl {
  color: #ED6D1F;
  display: block;
  font-size: 1.42857vw;
  font-weight: bold;
  justify-content: center;
  line-height: 1.22222;
  padding-top: 0.63333vw;
}

@media screen and (max-width: 795px) {
  .fi .souzai .souzai_ttl {
    font-size: 2.93333vw;
    line-height: 1;
    padding-top: 1.33333vw;
  }
}

.fi .souzai .souzai_ttl_another {
  padding-top: 1.07143vw;
}

.fi .souzai .top_pcwide_btn::after {
  border-color: transparent transparent transparent #ED6D1F !important;
  content: "";
}

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

#top_contact #mainVisualSec {
  background-size: cover;
  height: 400px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  /* &amp;::before {
      width: 50%;
      content: "";
      height: 200px;
      background: #fff;
      position: absolute;
      left: 50%;
      bottom: 0;
    } */
}

@media screen and (max-width: 795px) {
  #top_contact #mainVisualSec {
    height: 40vw;
    margin-top: 16vw !important;
  }
}

#top_contact #mainVisualSec h2 {
  display: inline-block;
  width: 1100px;
  margin: auto;
  padding: 23px 50px 0px 50px;
  color: #FF1900;
  font-size: 48px;
  font-family: 'Roboto Condensed';
  text-align: left;
  font-weight: normal;
  line-height: 1em;
  /*display: block;*/
  /*margin: 50px auto 0;*/
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (max-width: 795px) {
  #top_contact #mainVisualSec h2 {
    font-size: 10.7vw;
    margin: 6.93333vw auto 0;
    padding: 4.8vw 0;
    padding-bottom: 0;
    padding-left: 5.4vw;
    padding-top: 7vw;
    width: 90%;
  }
}

#top_contact #mainVisualSec h2 .subh2 {
  color: #333 !important;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: auto;
  margin-top: 0px;
  padding-bottom: 3px;
  padding-top: 10px;
}

@media screen and (max-width: 795px) {
  #top_contact #mainVisualSec h2 .subh2 {
    font-size: 4.23333vw;
    margin-top: 2vw;
    padding-bottom: 0;
    padding-top: 0.3vw;
  }
}

#top_contact #mainVisualSec h2 .smaill_menu {
  color: #333333;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 35px;
}

#top_contact #mainVisualSec h2 .smaill_menu a {
  color: #333;
}

@media screen and (max-width: 795px) {
  #top_contact #mainVisualSec h2 .smaill_menu {
    display: none;
  }
}

#top_contact #mainVisualSec h2 .smaill_menu_none {
  color: #333333;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 49px;
}

#top_contact #mainVisualSec h2 .smaill_menu_none a {
  color: #333;
}

@media screen and (max-width: 795px) {
  #top_contact #mainVisualSec h2 .smaill_menu_none {
    display: none;
  }
}

/*
#top_contact #mainVisualSec h2::after {
  content: "";
  width: 351px;
  height: 150px;
  background: url(/contact/images/contact_logo.png) no-repeat center center!important;
  background-size: contain!important;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 795px) {
  #top_contact #mainVisualSec h2::after{ display: none; }
}
*/

#top_contact #mainVisualSec h2.another_type01::after {
  background: url(/images/contact_logo02.png) no-repeat center center !important;
  background-size: contain !important;
  content: "";
  height: 100px;
  position: absolute;
  right: 20px;
  top: 46px;
  width: 413px;
}

@media screen and (max-width: 795px) {
  #top_contact #mainVisualSec h2.another_type01::after {
    display: none;
  }
}

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

#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: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',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: #E60039;
}

#top_contact .p-contact__flow {
  display: flex;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',sans-serif;
  justify-content: space-between;
  margin: 110px auto 50px;
  position: relative;
  width: 610px;
}

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

#top_contact .p-contact__flow::after {
  border-top: solid 2px #D1D1D1;
  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 #D1D1D1;
    left: 6.66667vw;
    top: -5.33333vw;
    top: -9.33333vw;
    width: 76vw;
  }
}

#top_contact .p-contact__flow span {
  align-items: center;
  color: #CCCCCC;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1;
  position: relative;
  width: 98px;
}

@media screen and (min-width: 796px) {
  #top_contact .p-contact__flow span {
    padding-left: 10px;
  }
}

@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: #FF1900;
}

#top_contact .p-contact__flow span::before {
  align-items: center;
  background: #CCCCCC;
  border-radius: 0px;
  color: #fff;
  content: "";
  display: flex;
  font-family: 'Roboto Condensed';
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  left: 30px;
  position: absolute;
  top: -63px;
  width: 50px;
}

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

#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: 8vw;
  }
}

#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: 8vw;
  }
}

#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: 8vw;
  }
}

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

@media screen and (min-width: 796px) {
  #top_contact .p-contact__form {
    margin-bottom: 80px;
  }
}

@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;
  margin-bottom: 20px;
  width: 100%;
}

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

#top_contact .p-contact__form tr th {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  width: 210px;
}

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

#top_contact .p-contact__form tr th .red {
  color: red;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-weight: bold;
  vertical-align: super;
}

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

#top_contact .p-contact__form tr th.vertical-top {
  padding-top: 10px;
  vertical-align: top;
}

@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 .select-wrap {
  position: relative;
}

#top_contact .p-contact__form tr td .select-wrap:after {
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  content: " ";
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

#top_contact .p-contact__form tr td select {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}

#top_contact .p-contact__form tr td select option {
  color: #4f4f4f;
}

#top_contact .p-contact__form tr td select option:first-child {
  display: none;
}

#top_contact .p-contact__form tr td select:-ms-expand {
  display: none;
}

#top_contact .p-contact__form tr td select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

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

@media screen and (max-width: 795px) {
  #top_contact .p-contact__form tr td .text01 {
    font-size: 4.26667vw;
    height: 10.66667vw;
    height: 11.66667vw;
    padding: 0 2.66667vw;
    width: 100%;
  }
}

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

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

#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;
  }
}

@media screen and (min-width: 796px) {
  #top_contact .p-contact__form tr td .text-input::-webkit-input-placeholder {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal !important;
  }
  #top_contact .p-contact__form tr td .text-input:-ms-input-placeholder {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal !important;
  }
  #top_contact .p-contact__form tr td .text-input::placeholder {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal !important;
  }
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__form tr td .text-input::-webkit-input-placeholder {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal !important;
  }
  #top_contact .p-contact__form tr td .text-input:-ms-input-placeholder {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal !important;
  }
  #top_contact .p-contact__form tr td .text-input::placeholder {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal !important;
  }
}

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

@media screen and (max-width: 795px) {
  #top_contact .p-contact__form tr td .text04 {
    font-size: 4.26667vw;
    height: 32vw;
    height: 40.66667vw;
    max-width: unset;
    padding: 3vw 2.66667vw;
    width: 100%;
  }
}

#top_contact textarea::-webkit-input-placeholder, #top_contact textarea::-moz-placeholder, #top_contact textarea:-ms-input-placeholder {
  color: #ff0000;
}

#top_contact .p-contact__form_before {
  /**&amp;::before{
    content: "※は必須項目です。";
    position: absolute;
    right: -10px;
    top: -30px;
    color:#E60039;
    font-size: 20px;
    font-family: 'Noto Sans';
    line-height: 1;
    @include max{
      top: spvw(-30);
      right: spvw(-25);
      font-size: spvw(20);
  }
}*/
}

#top_contact .p-contact__annotation {
  color: #E60039;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 8px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  #top_contact .p-contact__annotation {
    font-size: 2.66667vw;
    margin-bottom: 1.2vw;
  }
}

@media screen and (min-width: 796px) {
  #top_contact .dl_link_area {
    margin: 0 auto;
    margin-bottom: 80px;
    width: 1100px !important;
  }
}

#top_contact .dl_btn {
  align-items: center;
  background: #EDEDED;
  color: #333333;
  display: flex;
  display: block;
  display: flex;
  font-size: 16px;
  height: 60px;
  justify-content: center;
  position: relative;
  width: 340px;
}

@media screen and (max-width: 795px) {
  #top_contact .dl_btn {
    margin: 0 auto;
    margin-top: 8vw;
    width: 90%;
  }
}

@media screen and (min-width: 796px) {
  #top_contact .dl_btn:hover {
    opacity: 0.7;
  }
}

#top_contact .dl_btn::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #808080 !important;
  content: "";
  height: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

#top_contact .sec_contents__textBox {
  margin-top: 50px;
}

@media screen and (max-width: 795px) {
  #top_contact .sec_contents__textBox {
    margin-top: 0;
  }
}

@media screen and (max-width: 795px) {
  #top_contact .sec_contents__textBox img {
    -webkit-backface-visibility: hidden;
    margin: 0 auto;
    margin-bottom: 8vw;
    margin-top: 13vw;
    width: 90%;
  }
}

@media screen and (max-width: 795px) {
  #top_contact .sec_contents__textBox .exhibitors_another_pic01 {
    height: 81px;
    margin-bottom: -3vw;
    margin-top: 9vw;
    width: auto;
  }
}

#top_contact .sec_contents__textBox p {
  font-size: 14px;
}

@media screen and (max-width: 795px) {
  #top_contact .sec_contents__textBox p {
    font-size: 3.7vw;
    line-height: 1.85;
    padding-top: 10vw;
  }
}

@media screen and (min-width: 796px) {
  #top_contact .sec_contents__textBox .contact_text01 {
    margin: 0 auto;
    text-align: left;
    width: 1100px;
  }
}

@media screen and (max-width: 795px) {
  #top_contact .sec_contents__textBox .contact_text01 {
    margin-top: 2em;
    padding: 0 5vw;
    text-align: left;
  }
}

#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;
  }
}

#scroll {
  z-index: 10;
}

@media screen and (min-width: 796px) {
  #scroll {
    background-color: #A6A7A8;
    bottom: 50px;
    display: none;
    height: 50px;
    position: fixed;
    right: 0;
    width: 50px;
  }
}

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

@media screen and (min-width: 796px) {
  #scroll:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media screen and (min-width: 796px) {
  #scroll:before {
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 6px 10px 6px;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
  }
}

@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: 1100px;
}

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

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

@media screen and (max-width: 795px) {
  .contact_exhibitions ul {
    flex-wrap: wrap;
    height: 28vw;
    margin: 0 17.33333vw;
  }
}

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

@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;
}

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

.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;
}

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

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

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

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

@media screen and (max-width: 795px) {
  .co_btnArea .btnInput {
    margin-right: 0;
  }
}

.co_btnArea .btnInput span {
  align-items: center;
  background-color: #fff;
  border: solid 1px #D1D1D1;
  color: #333;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  min-width: 300px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .co_btnArea .btnInput span {
    font-size: 3.73333vw;
    height: 55px;
    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 #DB002A;
  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 #DB002A;
  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;
  }
}

/* =====================================================================
*
*     Header
*
* =================================================================== */
#header {
  width: 100%;
  height: 92px;
  text-align: center;
  background: #fff;
  border-top: solid 4px #FF2800;
  position: fixed;
  z-index: 10;
  top: 0;
}

@media screen and (max-width: 795px) {
  #header {
    border-top: solid 1.06667vw #FF2800;
    height: auto;
    top: 0;
  }
}

#header .scroll {
  background-color: white;
  border-bottom: solid 1px silver;
  position: fixed;
  top: 0;
}

#header .header_inner {
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  position: relative;
  width: 1100px;
}

@media screen and (min-width: 796px) {
  #header .header_inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 795px) {
  #header .header_inner {
    height: 100%;
    padding: 0;
    padding: 1.1vw 0;
    width: 100%;
  }
}

#header .header_inner .link_off {
  opacity: 0.3 !important;
  pointer-events: none !important;
  /*&amp;::before{
    background: url(/common/images/icon_dedicated_page_off.png) no-repeat center!important;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 20px;
    left: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 20px;
      }*/
}

@media screen and (min-width: 796px) {
  #header .dedicated_page_btn {
    background: #009CCE;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 170px;
    z-index: 2;
  }
}

@media screen and (max-width: 795px) {
  #header .dedicated_page_btn {
    display: none;
  }
}

#header .dedicated_page_btn:hover {
  opacity: 0.7;
}

@media screen and (min-width: 796px) {
  #header .dedicated_page_btn::before {
    background: url(/common/images/icon_dedicated_page.png) no-repeat center;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 20px;
    left: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 20px;
  }
}

#header .dedicated_page_btn_off {
  background-color: #000!important;
  opacity: 0.25;
  pointer-events: none;
}

@media screen and (max-width: 795px) {
  #header .dedicated_page_btn_wrapper {
    background-color: unset !important;
    border: unset !important;
    height: 101.7% !important;
  }
}

@media screen and (min-width: 796px) {
  #header .dedicated_page_btn_wrapper .dedicated_page_btn {
    display: none;
  }
}

@media screen and (max-width: 795px) {
  #header .dedicated_page_btn_wrapper .dedicated_page_btn {
    background: #009CCE !important;
    color: #fff;
    display: flex;
    font-size: 4.3vw;
    font-weight: bold;
    padding-left: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  #header .dedicated_page_btn_wrapper .dedicated_page_btn::before {
    background: url(/common/images/icon_dedicated_page_sp.png) no-repeat center;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 25px;
    left: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 25px;
  }
}

@media screen and (min-width: 796px) {
  #header .header_top {
    height: 53px;
  }
}

#header .head_txt {
  font-size: 0;
  height: auto;
}

@media screen and (min-width: 796px) {
  #header .head_txt {
    width: 212px;
  }
}

#header .head_txt img {
  -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 796px) {
  #header .head_txt img {
    margin: 0 0 0 auto;
  }
}

#header .headArea {
  align-items: center;
  display: flex;
  max-width: 486px;
  min-width: 30%;
}

@media screen and (max-width: 795px) {
  #header .headArea {
    font-size: 0;
    margin-right: 8.94667vw;
    max-width: inherit;
    min-width: inherit;
    padding: 2vw 0 1.73333vw 2.66667vw;
    padding: 1.9vw 0 1.73333vw 5vw;
  }
}

.search #header .headArea {
  max-width: none;
}

.seminar #header .headArea {
  max-width: none;
}

.registration #header .headArea {
  max-width: none;
}

#header .headArea a {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
}

#header .headArea a:hover {
  opacity: 0.8;
}

#header .gnaviArea a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 795px) {
  #header .gnaviArea a {
    font-weight: bold;
    position: relative;
  }
}

#header h1 {
  margin-right: 15px;
}

@media screen and (min-width: 796px) {
  #header h1 {
    margin-top: -8px;
  }
}

@media screen and (max-width: 795px) {
  #header h1 {
    margin-right: 0;
  }
}

#header h1 img {
  -webkit-backface-visibility: hidden;
  height: 53px;
  width: auto;
}

@media screen and (max-width: 795px) {
  #header h1 img {
    height: 34px;
  }
}

#header .gnavi {
  margin: auto;
}

#header .gnavi &gt; ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#header .gnavi &gt; ul .current-bar {
  background: #e50038;
  bottom: 0;
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 50px;
}

#header .gnavi &gt; ul &gt; li {
  position: relative;
  text-align: center;
  z-index: 1;
}
#header .gnavi &gt; ul &gt; li a.toggle.off {
  color: #ccc;
  pointer-events: none;
}
#header .gnavi &gt; ul &gt; li a.toggle.off p.accordion_icon{ opacity: 0.3; }
#header .gnavi ul li.nav06 a.off{
  opacity: 0.3;
  pointer-events: none;
}

#header .gnavi &gt; ul &gt; li:hover &gt; ul {
  background-color: #fff;
  display: block;
  left: 0;
  position: absolute;
  top: 100%;
}

#header .gnavi &gt; ul &gt; li:hover &gt; ul &gt; li {
  text-align: left;
}

#header .gnavi &gt; ul &gt; li:hover &gt; ul &gt; li a {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

#header .gnavi &gt; ul &gt; li:hover &gt; ul &gt; li a:hover {
  color: #e70f44;
}

#header .gnavi &gt; ul &gt; li:hover &gt; ul &gt; li a:hover.active {
  color: #FFF !important;
}

#header .gnavi &gt; ul &gt; li.active &gt; a {
  border-bottom: 5px solid #e50038;
  color: #e70f44;
  padding: 10px 17px 18px;
}

#header .gnavi &gt; ul &gt; li.balloon:hover .balloon-elm {
  opacity: 1;
  visibility: visible;
}

#header .gnavi &gt; ul &gt; li.balloon a {
  color: #333;
}

#header .gnavi &gt; ul &gt; li.balloon a:hover {
  color: #333 !important;
}

#header .gnavi &gt; ul &gt; li.balloon a:hover .balloon-elm {
  display: block;
}

#header .gnavi &gt; ul &gt; li.balloon .balloon-elm-wrap {
  bottom: -80px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

#header .gnavi &gt; ul &gt; li.balloon .balloon-elm {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  color: #555;
  display: inline-block;
  font-size: 16px;
  margin: 1.5em 0;
  max-width: 100%;
  min-width: 120px;
  opacity: 0;
  padding: 12px 16px;
  position: relative;
  transition: all 0.3s;
  visibility: hidden;
  white-space: nowrap;
}

#header .gnavi &gt; ul &gt; li.balloon .balloon-elm:before {
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  content: "";
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: -23px;
  z-index: 2;
}

#header .gnavi &gt; ul &gt; li.balloon .balloon-elm:after {
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  content: "";
  left: 50%;
  margin-left: -17px;
  position: absolute;
  top: -30px;
  z-index: 1;
}

#header .gnavi &gt; ul &gt; li.balloon .balloon-elm p {
  margin: 0;
  padding: 0;
}

#header .gnavi &gt; ul &gt; li &gt; ul {
  display: none;
}

#header .gnavi &gt; ul &gt; li.off {
  background: none !important;
  color: #C4C4C4;
  display: inline-block;
  font-size: 16px;
  text-align: center;
}

#header .gnavi &gt; ul &gt; li &gt; a {
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  padding: 36px 25px 5px 0px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 796px) {
  #header .gnavi &gt; ul &gt; li &gt; a {
    border-bottom: 3px solid #fff;
  }
}

#header .gnavi &gt; ul &gt; li &gt; a:hover {
  text-decoration: none;
  /*color: $color_f-sys;*/
}

#header .gnavi &gt; ul &gt; li &gt; a.active {
  background: unset !important;
  border-bottom: 3px solid #FF2800;
}

#header .gnavi &gt; ul &gt; li &gt; span {
  color: #D6027D;
  display: block;
  font-size: 16px;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.6;
  padding: 33px 0px 0px 0px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 796px) {
  #header .gnavi--pc .single_nav a {
    padding: 33px 0px 0px 0px;
  }
}

.gnaviBar {
  background: rgba(214, 2, 125, 0.9);
  display: none;
  left: 0;
  position: absolute;
  top: 70px;
  z-index: 10;
}

@media screen and (max-width: 795px) {
  .gnaviBar {
    border-top: 1px solid #EDEDED !important;
    position: static;
  }
}

.gnaviBar:before {
  background-color: transparent;
  content: "";
  height: 10px;
  left: 0;
  position: fixed;
  top: 182px;
  width: 100%;
}

@media screen and (min-width: 796px) {
  .gnaviBar .gnaviBarIn {
    transition: .5s;
  }
}

.gnaviBar .gnaviBarIn ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

.gnaviBar .gnaviBarIn ul li {
  border-bottom: rgba(250, 250, 250, 0.4) solid 1px;
  text-align: center;
  width: 180px;
}

.gnaviBar .gnaviBarIn ul li:last-child {
  border: none;
}

.gnaviBar .gnaviBarIn ul li a {
  color: #fff;
  display: block;
  padding: 13px 0;
}

@media screen and (min-width: 796px) {
  .gnaviBar .gnaviBarIn ul li a {
    font-size: 14px;
    padding-left: 17px;
    text-align: left;
  }
}

.gnaviBar .gnaviBarIn ul li a:hover {
  color: #fff;
  opacity: 0.7;
}

.gnaviBar .gnaviBarIn ul li span {
  color: #fff;
  display: block;
  font-size: 14px;
  opacity: 0.6;
  padding: 13px 0;
  padding-left: 17px;
  text-align: left;
}

.nav02:hover:after, .nav02 .active:after {
  border-color: transparent transparent #D6027D transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  bottom: -2px;
  content: "";
  display: none;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

.nav03:hover:after, .nav03 .active:after {
  border-color: transparent transparent #D6027D transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  bottom: -2px;
  content: "";
  display: none;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

.nav04:hover:after, .nav04 .active:after {
  border-color: transparent transparent #D6027D transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  bottom: -2px;
  content: "";
  display: none;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

.nav05:hover:after, .nav05 .active:after {
  border-color: transparent transparent #D6027D transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  bottom: -2px;
  content: "";
  display: none;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

.hnavi {
  width: 150px;
}

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

.hnavi ul {
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
}

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

.hnavi ul li {
  background-color: #EB6E67;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  height: 30px;
}

@media screen and (max-width: 795px) {
  .hnavi ul li {
    background-color: #FDE5EA;
    border: 1px solid #707070;
    height: 100%;
  }
}

.hnavi ul li:last-child {
  background-color: #fff;
}

.hnavi ul li span {
  align-items: center;
  background: rgba(230, 0, 57, 0.1);
  color: #cccccc;
  display: flex;
  font-size: 12px;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.hnavi ul li a {
  align-items: center;
  background: rgba(230, 0, 57, 0.1);
  background-color: #fff !important;
  color: #333333;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  line-height: 1.166;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .hnavi ul li a {
    font-size: 4.3vw;
  }
}

.hnavi ul li a:hover {
  color: #D6027D;
}

.hnavi ul li a.current {
  color: #D6027D;
}

.hnavi ul li .designated {
  background-color: #EB6E67 !important;
  color: #fff !important;
}

@media screen and (max-width: 795px) {
  .hnavi ul li .designated {
    background-color: #FDE5EA !important;
    background-color: #FF2800 !important;
    color: #fff !important;
    font-size: 4.3vw;
  }
}

.hnavi ul li .designated:hover {
  opacity: 0.8;
}

@media screen and (min-width: 796px) {
  .hnavi ul li .company-bg-color {
    background: #FF2800 !important;
    color: #fff !important;
  }
}

.hnavi ul li .company-bg-color:hover {
  opacity: 0.8;
}

.hnavi ul .hnavi_button-grey {
  font-size: 10px;
}

.hnavi ul .hnavi_button-grey a {
  background-color: gray;
}

.hnavi ul .designated-none {
  background-color: inherit;
  border: none;
}

.hnavi ul .designated-none span {
  font-weight: bold;
}

.gnavi &gt; ul &gt; li &gt; p {
  color: #555;
  line-height: 1.8;
  padding: 0 .8em 1.4em 1em;
  text-align: left;
}

.gnavi li .accordion_icon, .gnavi li .accordion_icon span {
  box-sizing: border-box;
  display: inline-block;
}

.gnavi li a {
  cursor: pointer;
}

.gnavi li a.active .accordion_icon span:nth-of-type(1) {
  display: none;
}

.gnavi li a.active .accordion_icon span:nth-of-type(2) {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  border-color: #fff transparent transparent transparent;
  transform: rotate(180deg);
}

@media screen and (max-width: 795px) {
  .gnavi li a.active .accordion_icon span:nth-of-type(2) {
    border-color: #009BCE transparent transparent transparent;
  }
}

.gnavi li .accordion_icon {
  cursor: pointer;
  height: 8px;
  margin: 0 auto;
  position: absolute;
  right: 11px;
  top: 42px;
  width: 10px;
}

@media screen and (max-width: 795px) {
  .gnavi li .accordion_icon {
    bottom: 0;
    left: auto;
    margin: auto;
    right: 20px;
    top: 0;
    transition: 0.3s;
  }
}

.gnavi li .accordion_icon span {
  background-color: #D6027D;
  height: 2px;
  position: absolute;
  width: 100%;
}

.gnavi li .accordion_icon span:nth-of-type(2) {
  background-color: unset !important;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0 5px;
}

.gnavi li .accordion_icon span:nth-of-type(1) {
  background-color: unset !important;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0 5px;
}

.gnavi li .accordion_icon.active:hover {
  color: #fff !important;
}

.gnavi li .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.gnavi li .accordion_icon.active span:nth-of-type(2) {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

@media screen and (max-width: 795px) {
  .header_top {
    font-size: 0px;
    height: 100%;
  }
}

@media screen and (max-width: 795px) {
  .header_top .head_txt {
    font-size: 0px;
    max-width: unset;
    width: 31.73333vw;
  }
}

.header_top .head_txt img {
  width: 100%;
}

.header_top-right_area {
  display: flex;
  justify-content: space-between;
  transition: .5s;
  width: 380px;
}

@media screen and (max-width: 795px) {
  .header_top-right_area {
    align-items: center;
    display: inline-flex;
    display: none;
    font-size: 0px;
    margin-right: 0.8vw;
    padding: 3.04vw 0 2.2vw;
    width: auto;
  }
}

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

.sp_header_bottom img {
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 795px) {
  .sp_header_bottom img {
    margin-top: 16.33333vw;
    width: 100%;
  }
}

/* =====================================================================
*
*     header sp
*
* =================================================================== */
nav.gnavi--sp {
  /* このクラスを、jQueryで付与・削除する */
}

@media screen and (min-width: 796px) {
  nav.gnavi--sp {
    display: none;
  }
}

@media screen and (max-width: 795px) {
  nav.gnavi--sp {
    background: #fff;
    color: #FFFFFF;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 16vw;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    z-index: 20;
  }
}

nav.gnavi--sp .spNavi_inner {
  height: 100%;
  position: relative;
}

@media screen and (max-width: 795px) {
  nav.gnavi--sp .gnavi_list {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
}

nav.gnavi--sp .gnavi_list li {
  position: relative;
}

@media screen and (max-width: 795px) {
  nav.gnavi--sp .gnavi_list li li &gt; span {
    align-items: center;
    background: #A2A2A2;
    color: #ccc;
    color: #ccc;
    display: block;
    display: flex;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 4.3vw;
    font-weight: bold;
    justify-content: flex-start;
    padding: 4vw 0 4vw 4vw;
    padding: 3vw 0 3vw 6.66667vw;
  }
}

nav.gnavi--sp .gnavi_list li li &gt; span.arrow {
  display: none;
}

nav.gnavi--sp .gnavi_list li li a {
  background: #A2A2A2;
  color: #fff;
  padding: 3vw 0 3vw 6.66667vw;
}

nav.gnavi--sp .gnavi_list li .list_in {
  border-bottom: 1px solid #D1D1D1;
}

nav.gnavi--sp .gnavi_list li .list_in a span {
  font-size: 12px;
  opacity: 1;
  padding: 0;
}

@media screen and (max-width: 795px) {
  nav.gnavi--sp .gnavi_list li {
    border-bottom: 1px solid #EDEDED;
    color: #fff;
    font-size: 5.06667vw;
    height: auto;
    list-style-type: none;
    padding: 0;
    width: 100%;
  }
}

nav.gnavi--sp .gnavi_list li a.toggle.off {
  color: #ccc;
  pointer-events: none;
}

@media screen and (max-width: 795px) {
  nav.gnavi--sp .gnavi_list li a {
    align-items: center;
    background-color: transparent;
    color: #000;
    display: block;
    display: flex;
    font-size: 4.3vw;
    justify-content: flex-start;
    padding: 4vw 0 4vw 4vw;
  }
}

@media screen and (max-width: 795px) {
  nav.gnavi--sp .gnavi_list li &gt; span {
    align-items: center;
    background-color: transparent;
    color: #ccc;
    color: #ccc;
    display: block;
    display: flex;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 4.3vw;
    font-weight: bold;
    justify-content: flex-start;
    padding: 4vw 0 4vw 4vw;
  }
}

nav.gnavi--sp .gnavi_list li &gt; span.arrow {
  display: none;
}

nav.gnavi--sp.active {
  opacity: 1;
  transform: translateX(0%);
}

.navToggle {
  /* 最初のspanをマイナス45度に */
}

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

@media screen and (max-width: 795px) {
  .navToggle {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    position: absolute;
    right: 2vw;
    text-align: center;
    top: 1vw;
    width: 12.53333vw;
    width: 55px;
    z-index: 3;
  }
}

@media screen and (max-width: 795px) {
  .navToggle::after {
    background-image: url(/images/text_menu.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 8px;
    /* left: 2vw; */
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 33px;
    vertical-align: middle;
    width: 35px;
  }
}

@media screen and (max-width: 795px) {
  .navToggle span {
    background: #333333;
    display: block;
    height: 0.53333vw;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: .35s ease-in-out;
    /* .navToggleに対して */
    width: 9.4vw;
  }
}

.navToggle span:nth-child(1) {
  top: 2.8vw;
  top: 11px;
}

.navToggle span:nth-child(2) {
  top: 4.63333vw;
  top: 19px;
}

.navToggle span:nth-child(3) {
  top: 6.53333vw;
  top: 27px;
}

@media screen and (max-width: 795px) {
  .navToggle.active::after {
    background-image: url(/images/text_close.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 8.5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: -2px;
    top: 33px;
    vertical-align: middle;
    width: 27px;
  }
}

.navToggle.active span {
  /* 2番目と3番目のspanを45度に */
}

@media screen and (max-width: 795px) {
  .navToggle.active span {
    background: #333333;
  }
}

.navToggle.active span:nth-child(1) {
  left: 50%;
  top: 20px;
  transform: translate(-50%, -50%) rotate(-40deg);
  transform: translate(-50%, -50%) rotate(-35deg);
}

.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  left: 50%;
  top: 20px;
  transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(35deg);
}

.hnavi--sp {
  bottom: 13.33333vw;
  bottom: 16.33333vw;
  display: block;
  position: absolute;
  width: 100%;
}

.hnavi--sp .hnavi_list {
  display: flex;
  height: 13.33333vw;
  justify-content: center;
  width: 100%;
}

.hnavi--sp .hnavi_list li {
  width: 50%;
}

@media screen and (min-width: 796px) {
  .header_date_wrapper {
    left: 420px;
    position: absolute;
    top: 0;
    top: 15px;
  }
}

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

@media screen and (max-width: 795px) {
  .f-sys {
    border-top: 1px solid #EDEDED;
  }
}

.f-sys .exhibitions_contents_link {
  border-left: 0.36vw solid #FF1900;
}

@media screen and (max-width: 795px) {
  .f-sys .exhibitions_contents_link {
    border-left: 4px solid #FF1900;
  }
}

.f-sys .exhibitions_text02 {
  color: #FF1900;
}

.fsj {
  border-left: 0.36vw solid #009D9E;
}

@media screen and (max-width: 795px) {
  .fsj {
    border-left: 4px solid #009D9E;
  }
}

.fsj .exhibitions_text02 {
  color: #009D9E;
}

.f-fac {
  border-left: 0.36vw solid #009BCE;
}

@media screen and (max-width: 795px) {
  .f-fac {
    border-left: 4px solid #009BCE;
  }
}

.f-fac .exhibitions_text02 {
  color: #009BCE;
}

.fd {
  border-left: 0.36vw solid #664497;
}

@media screen and (max-width: 795px) {
  .fd {
    border-left: 4px solid #664497;
  }
}

.fd .exhibitions_text02 {
  color: #664497;
}

.souzai {
  border-left: 0.36vw solid #EC6C1F;
}

@media screen and (max-width: 795px) {
  .souzai {
    border-left: 4px solid #EC6C1F;
  }
}

.souzai .exhibitions_text02 {
  color: #EC6C1F;
}

.rj {
  border-left: 0.36vw solid #F7B000;
}

@media screen and (max-width: 795px) {
  .rj {
    border-left: 4px solid #F7B000;
  }
}

.rj .exhibitions_text02 {
  color: #F7B000;
}

.nj {
  border-left: 0.36vw solid #8DC21F;
}

@media screen and (max-width: 795px) {
  .nj {
    border-left: 4px solid #8DC21F;
  }
}

.nj .exhibitions_text02 {
  color: #8DC21F;
}

.navToggle {
  /* 最初のspanをマイナス45度に */
}

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

@media screen and (max-width: 795px) {
  .navToggle {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    position: absolute;
    right: 2vw;
    text-align: center;
    top: 2vw;
    width: 12.53333vw;
    width: 55px;
    z-index: 3;
  }
}

@media screen and (max-width: 795px) {
  .navToggle::after {
    background-image: url(/images/text_menu.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 8px;
    /* left: 2vw; */
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 33px;
    vertical-align: middle;
    width: 35px;
  }
}

@media screen and (max-width: 795px) {
  .navToggle span {
    background: #333333;
    display: block;
    height: 0.53333vw;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: .35s ease-in-out;
    /* .navToggleに対して */
    width: 9.4vw;
  }
}

.navToggle span:nth-child(1) {
  top: 2.8vw;
  top: 11px;
}

.navToggle span:nth-child(2) {
  top: 4.63333vw;
  top: 19px;
}

.navToggle span:nth-child(3) {
  top: 6.53333vw;
  top: 27px;
}

@media screen and (max-width: 795px) {
  .navToggle.active::after {
    background-image: url(/images/text_close.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 8.5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: -2px;
    top: 33px;
    vertical-align: middle;
    width: 27px;
  }
}

.navToggle.active span {
  /* 2番目と3番目のspanを45度に */
}

@media screen and (max-width: 795px) {
  .navToggle.active span {
    background: #333333;
  }
}

.navToggle.active span:nth-child(1) {
  left: 50%;
  top: 20px;
  transform: translate(-50%, -50%) rotate(-40deg);
  transform: translate(-50%, -50%) rotate(-35deg);
}

.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  left: 50%;
  top: 20px;
  transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(35deg);
}

.mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 795px) {
  .mt20 {
    margin-top: 2.66667vw;
  }
}

.hnavi--sp {
  bottom: 13.33333vw;
  bottom: 16.33333vw;
  display: block;
  position: absolute;
  width: 100%;
}

.hnavi--sp .hnavi_list {
  display: flex;
  height: 13.33333vw;
  justify-content: center;
  width: 100%;
}

.hnavi--sp .hnavi_list li {
  width: 50%;
}

/* ################################################################################
    *
    *    SP メインヴィジュアル Swiper
    *
    * ################################################################################ */
@media screen and (max-width: 795px) {
  .sp_swiper_container {
    border-bottom: 1px solid #EDEDED;
    margin-top: 16vw;
  }
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .swiper-pagination-bullets {
    bottom: -40px;
    z-index: 1;
  }
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #A2A2A2;
    height: 12px;
    margin: 0 10px !important;
    opacity: 1;
    width: 12px;
  }
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .swiper-pagination-bullet-active {
    background: #A2A2A2;
    border: 1px solid #A2A2A2;
    height: 12px;
    width: 12px;
  }
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .swiper_btn_wrapper {
    bottom: 0;
    display: flex;
    position: relative;
  }
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .swiper-slide {
    color: #fff;
    display: block;
    height: 80vw;
    margin: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: 0.3s;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .swiper-slide a {
    display: block;
    height: 58.4vw;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .slide07 {
    background: url(/images/mv_f-sys_sp.png) no-repeat center top;
    background-size: cover;
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .slide01 {
    background: url(/images/mv_fsj_sp.png) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .slide02 {
    background: url(/images/mv_ff_sp.png) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .slide03 {
    background: url(/images/mv_fd_sp.png) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .slide04 {
    background: url(/images/mv_sj_sp.png) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .slide05 {
    background: url(/images/mv_rj_sp.png) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .slide06 {
    background: url(/images/mv_nj_sp.png) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (min-width: 796px) {
  .sp_swiper_container .slide07 {
    background: url(../../../images/bg_main_top.jpg) no-repeat center;
    background-position: right center !important;
    background-position-x: -12vw !important;
    background-size: cover;
    background-size: cover !important;
    height: 100vh;
  }
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .slide07 {
    background: url(/images/bg_main_top_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (min-width: 796px) {
  .sp_swiper_container .slide08 {
    background: url(../../../images/bg_main_top02.jpg) no-repeat center;
    background-position: right center !important;
    background-position-x: -17vw !important;
    background-size: cover;
    background-size: cover !important;
    height: 100vh;
  }
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .slide08 {
    background: url(/images/bg_main_top02.jpg) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (min-width: 796px) {
  .sp_swiper_container .slide09 {
    background: url(../../../images/bg_main_top03.jpg) no-repeat center;
    background-position: right center !important;
    background-position-x: -17vw !important;
    background-size: cover;
    background-size: cover !important;
    height: 100vh;
  }
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .slide09 {
    background: url(/images/bg_main_top03.jpg) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (min-width: 796px) {
  .sp_swiper_container .slide10 {
    background: url(../../../images/bg_main_top04.jpg) no-repeat center;
    background-position: right center !important;
    background-position-x: -17vw !important;
    background-size: cover;
    background-size: cover !important;
    height: 100vh;
  }
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .slide10 {
    background: url(/images/bg_main_top04.jpg) no-repeat center top;
    background-size: cover;
  }
}

.sp_swiper_container .swiper-wrapper {
  transition-duration: 1ms;
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .swiper-wrapper {
    position: relative;
  }
}

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

@media screen and (max-width: 795px) {
  .sp_swiper_container .swiper-button-prev {
    background: url(/images/mv_left01.png) no-repeat center top;
    bottom: -38px;
    height: 22px;
    left: 10.66667vw;
    top: unset;
    width: 22px;
  }
}

@media screen and (max-width: 795px) {
  .sp_swiper_container .swiper-button-next {
    background: url(/images/mv_right01.png) no-repeat center top;
    bottom: -38px;
    height: 22px;
    right: 10.66667vw;
    top: unset;
    width: 22px;
  }
}

/* ################################################################################
    *
    *    同時開催展 Exhibition
    *
    * ################################################################################ */
@media screen and (min-width: 796px) {
  .mv_exhibition {
    background: url(/common/images/main_v_outline2024.png) no-repeat center !important;
    background-size: cover !important;
  }
}

@media screen and (max-width: 795px) {
  .mv_exhibition {
    background: url(/common/images/main_v_outline2024.png) no-repeat top center !important;
    background-size: contain !important;
    margin-top: 14.4vw !important;
  }
}

.exhibition_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

@media screen and (min-width: 796px) {
  .exhibition_wrapper {
    padding: 70px 0px 100px 0;
    width: 1100px;
  }
}

@media screen and (max-width: 795px) {
  .exhibition_wrapper {
    margin-bottom: 10vw;
    margin-top: 8vw;
    padding: 0 5vw;
  }
}

.exhibition_wrapper .exhibition_contents {
  border: solid 1px #D1D1D1;
  padding-bottom: 60px;
  position: relative;
}

@media screen and (min-width: 796px) {
  .exhibition_wrapper .exhibition_contents:nth-child(n+4) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 796px) {
  .exhibition_wrapper .exhibition_contents {
    margin-bottom: 40px;
    width: 340px;
  }
}

@media screen and (max-width: 795px) {
  .exhibition_wrapper .exhibition_contents {
    margin-bottom: 5.3vw;
    padding-bottom: 17vw;
    width: 49%;
  }
}

@media screen and (min-width: 796px) {
  .exhibition_wrapper .exhibition_contents_dummy {
    width: 340px;
  }
}

.exhibition_wrapper .exhibition_pic img {
  width: 100%;
}

@media screen and (min-width: 796px) {
  .exhibition_wrapper .exhibition_text_wrapper {
    padding: 0px 20px;
  }
}

@media screen and (min-width: 796px) {
  .exhibition_wrapper .exhibition_logo {
    padding-top: 10px;
  }
}

@media screen and (max-width: 795px) {
  .exhibition_wrapper .exhibition_logo {
    padding-top: 2.8vw;
  }
}

.exhibition_wrapper .exhibition_logo img {
  margin: 0 auto;
}

@media screen and (min-width: 796px) {
  .exhibition_wrapper .exhibition_logo img {
    height: 100px;
  }
}

@media screen and (max-width: 795px) {
  .exhibition_wrapper .exhibition_logo img {
    height: 21.3vw;
  }
}

.exhibition_wrapper .exhibition_name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-top: 20px;
}

@media screen and (max-width: 795px) {
  .exhibition_wrapper .exhibition_name {
    font-size: 2.13333vw;
    padding-top: 2.66667vw;
  }
}

.exhibition_wrapper .exhibition_ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.3333;
}

@media screen and (min-width: 796px) {
  .exhibition_wrapper .exhibition_ttl {
    font-size: 16px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 795px) {
  .exhibition_wrapper .exhibition_ttl {
    font-feature-settings: "palt";
    font-size: 3vw;
    padding-top: 1.33333vw;
  }
}

@media screen and (max-width: 795px) {
  .exhibition_wrapper .exhibition_lh_sp {
    line-height: 1.55;
  }
}

.exhibition_wrapper .fsys .exhibition_ttl {
  color: #FF1900;
}

.exhibition_wrapper .fsys .hover_top_pcwide_btn::after {
  border-color: transparent transparent transparent #FF1900;
}

.exhibition_wrapper .fsj .exhibition_ttl {
  border-left: unset;
  color: #009E9F;
}

.exhibition_wrapper .fsj .hover_top_pcwide_btn::after {
  border-color: transparent transparent transparent #009E9F;
}

.exhibition_wrapper .fsj .btn a:hover {
  background-color: #000;
}

.exhibition_wrapper .ff .exhibition_ttl {
  color: #009CCE;
}

.exhibition_wrapper .ff .hover_top_pcwide_btn::after {
  border-color: transparent transparent transparent #009CCE;
}

.exhibition_wrapper .fd .exhibition_ttl {
  border-left: unset;
  color: #674498;
}

.exhibition_wrapper .fd .hover_top_pcwide_btn::after {
  border-color: transparent transparent transparent #674498;
}

.exhibition_wrapper .fd .btn a:hover {
  background-color: #000;
}

.exhibition_wrapper .sj .exhibition_ttl {
  color: #ED6D1F;
}

.exhibition_wrapper .sj .hover_top_pcwide_btn::after {
  border-color: transparent transparent transparent #ED6D1F;
}

.exhibition_wrapper .rj .exhibition_ttl {
  border-left: unset;
  color: #F7B100;
}

.exhibition_wrapper .rj .hover_top_pcwide_btn::after {
  border-color: transparent transparent transparent #F7B100;
}

.exhibition_wrapper .exhibition_text {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.35714;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .exhibition_wrapper .exhibition_text {
    font-size: 14px;
    line-height: 1.7;
    padding: 20px 0 30px 0;
  }
}

@media screen and (max-width: 795px) {
  .exhibition_wrapper .exhibition_text {
    font-size: 3.1vw;
    line-height: 1.75;
    padding: 2vw 3.3vw 3vw 3.33vw;
  }
}

.exhibition_wrapper .exhibition_btn {
  bottom: 20px;
  display: flex;
  position: absolute;
  position: absolute;
}

@media screen and (min-width: 796px) {
  .exhibition_wrapper .exhibition_btn {
    justify-content: space-between;
    width: 300px;
  }
}

@media screen and (max-width: 795px) {
  .exhibition_wrapper .exhibition_btn {
    height: 10vw;
    left: 0;
    margin: auto;
    right: 0;
    width: 34.5vw;
  }
}

.exhibition_wrapper .hover_top_pcwide_btn {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 145px;
}

@media screen and (max-width: 795px) {
  .exhibition_wrapper .hover_top_pcwide_btn {
    font-size: 3.8vw;
    height: 10vw;
    width: 34.5vw;
  }
}

.exhibition_wrapper .hover_top_pcwide_btn::after {
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  content: "";
  height: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 0;
}

@media screen and (max-width: 795px) {
  .exhibition_wrapper .hover_top_pcwide_btn::after {
    border-width: 1.6vw 0 1.6vw 2.7vw;
    right: 2.15vw;
  }
}

.exhibition_wrapper .hover_top_pcwide_btn_icon {
  align-items: center;
  background-color: #fff !important;
  border: 1px solid #000;
  color: #000 !important;
  display: flex;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',sans-serif;
  font-size: 1.14286vw;
  font-size: 14px;
  font-weight: bold;
  height: 3.57143vw;
  height: 40px;
  justify-content: center;
  padding-right: 5%;
  position: relative;
  width: 21.42857vw;
  width: 145px;
}

.exhibition_wrapper .hover_top_pcwide_btn_icon::after {
  background: url(/images/icon_pdf.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 20px;
  position: absolute;
  right: 8%;
  /* top: 22%; */
  width: 1.71429vw;
  width: 16.64px;
}

@media screen and (max-width: 795px) {
  .exhibition_wrapper .hover_top_pcwide_btn_icon {
    display: none !important;
  }
}

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

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

@media screen and (min-width: 796px) {
  #content .tltle_area {
    background: url(../../../images/bg_ribbon.png) no-repeat center;
    background-size: contain;
    left: -5px;
    position: absolute;
    top: 170px;
    width: 680px;
  }
}

@media screen and (min-width: 796px) {
  #content .catch_copy2column {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.35;
    padding: 22.5px 0;
    padding-left: 30px;
  }
}

@media screen and (min-width: 796px) {
  #content .catch_copy {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.35;
    padding: 49px 0;
    padding-left: 30px;
  }
}

@media screen and (min-width: 796px) {
  #content .mv_fsys {
    background: url(../../../images/bg_main_fsys.jpg) no-repeat center;
    background-size: cover;
    height: 54.85714vw;
    height: 768px;
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  #content .mv_fsj {
    background: url(../../../images/bg_main_fsj.jpg) no-repeat center top;
    background-size: cover;
    height: 54.85714vw;
    height: 768px;
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  #content .mv_ff {
    background: url(../../../images/bg_main_ff.jpg) no-repeat center;
    background-size: cover;
    height: 54.85714vw;
    height: 768px;
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  #content .mv_fd {
    background: url(../../../images/bg_main_fd.jpg) no-repeat center;
    background-size: cover;
    height: 54.85714vw;
    height: 768px;
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  #content .mv_sj {
    background: url(../../../images/bg_main_sj.jpg) no-repeat center;
    background-size: cover;
    height: 54.85714vw;
    height: 768px;
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  #content .mv_rj {
    background: url(../../../images/bg_main_rj.jpg) no-repeat center;
    background-size: cover;
    height: 54.85714vw;
    height: 768px;
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  #content .mv_nj {
    background: url(../../../images/bg_main_nj.jpg) no-repeat center;
    background-size: cover;
    height: 54.85714vw;
    height: 768px;
    position: relative;
    width: 100%;
  }
}

/* =====================================================================
*
*     大トップ PCメニュー 各展示公開前 追記
*
* =================================================================== */
@media screen and (min-width: 796px) {
  .hover_off:hover .hover_area {
    display: none !important;
  }
}

@media screen and (min-width: 796px) {
  .hover_off:hover .hover_area_dn {
    display: none !important;
  }
}

@media screen and (min-width: 796px) {
  #twitterArea_important {
    margin-bottom: 0px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 795px) {
  #twitterArea_important {
    margin-bottom: 0vw;
  }
}

/* =====================================================================
*
*     資料ダウンロード
*
* =================================================================== */
.download_wrapper {
  margin: 50px auto 0;
  width: 1100px;
}
.download_wrapper  ul.simple_list{
  margin-bottom: 100px;
}
.download_wrapper  ul.simple_list li{
  border-bottom: 1px solid #D1D1D1;
}
.download_wrapper  ul.simple_list li:first-child{
  border-top: 1px solid #D1D1D1;
}
.download_wrapper  ul.simple_list li a{
  padding: 45px 20px;
  font-size: 18px;
  background-color: transparent;
}
.download_wrapper  ul.simple_list li a:after{ border-color: transparent transparent transparent #808080; }
@media screen and (min-width: 796px) {
  .download_wrapper  ul.simple_list li a:hover{
    background-color: #ebebeb;
    opacity: 1.0;
  }
  .download_wrapper  ul.simple_list li a:hover:after{ border-color: transparent transparent transparent #C7000B; }
}

@media screen and (max-width: 795px) {
  .download_wrapper  ul.simple_list{
    margin-bottom: 80px;
  }
  .download_wrapper  ul.simple_list li a{
    padding: 1.5em 0.5em;
    font-size: 1em;
  }
  .download_wrapper .news_area { padding: 0 !important; }
}

@media screen and (min-width: 796px) {
  .download_wrapper .about_info {
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 795px) {
  .download_wrapper .about_info {
    margin-bottom: 26vw;
  }
}

@media screen and (max-width: 795px) {
  .download_wrapper {
    margin-bottom: 10vw;
    margin-top: 13vw;
    padding: 0 5vw;
    width: 100%;
  }
}

.download_wrapper .download_flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_flex_box {
    flex-direction: column;
    margin-bottom: 6vw;
  }
}

@media screen and (min-width: 796px) {
  .download_wrapper .download_block02 {
    margin-bottom: 150px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_block02 {
    margin-bottom: 20vw;
  }
}

.download_wrapper .download_block02_ul {
  display: flex;
  justify-content: left;
  margin-top: 40px;
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_block02_ul {
    flex-direction: column;
    margin-top: 5.33333vw;
  }
}

@media screen and (min-width: 796px) {
  .download_wrapper .download_block02_ul li {
    margin-right: 20px;
    width: 220px;
  }
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_block02_ul li {
    margin-bottom: 4vw;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .download_wrapper .download_block02_ul li:last-child {
    margin-right: 0px;
  }
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_block02_ul li:last-child {
    margin-bottom: 0;
    margin-top: 0vw;
  }
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_block02_ul .dl_name {
    padding-bottom: 2vw;
  }
}

.download_wrapper .dl_text01 {
  font-size: 14px;
  line-height: 1.65;
  margin-top: 30px;
}

@media screen and (max-width: 795px) {
  .download_wrapper .dl_text01 {
    font-size: 3.4vw;
    margin-top: 4vw;
  }
}

.download_wrapper .download_block02_textArea {
  margin-top: 20px;
}

.download_wrapper .dl_text02 {
  font-size: 14px;
  line-height: 1.65;
  margin-top: 30px;
}

@media screen and (max-width: 795px) {
  .download_wrapper .dl_text02 {
    font-size: 3.4vw;
  }
}

.download_wrapper .dl_text03 {
  font-size: 14px;
  line-height: 1.65;
}

@media screen and (max-width: 795px) {
  .download_wrapper .dl_text03 {
    font-size: 3.4vw;
  }
}

.download_wrapper .download_contents {
  margin-bottom: 50px;
  width: 510px;
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_contents {
    margin-bottom: 12.4vw;
    width: 100%;
  }
}

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

.download_wrapper .dl_logo img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 795px) {
  .download_wrapper .dl_logo img {
    height: 50px;
    width: auto;
  }
}

.download_wrapper .dl_pdf {
  margin-top: 20px;
}

@media screen and (max-width: 795px) {
  .download_wrapper .dl_pdf {
    margin-top: 5vw;
  }
}

.download_wrapper .dl_pdf_link {
  align-items: center;
  background-color: #ededed;
  color: #2d2d2d;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 60px;
  position: relative;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .download_wrapper .dl_pdf_link {
    padding: 20px;
  }
}

@media screen and (max-width: 795px) {
  .download_wrapper .dl_pdf_link {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 2.5vw 3.2vw;
  }
}

.download_wrapper .dl_pdf_link::after {
  background: url(/images/icon_pdf.png) no-repeat left top;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 26.38px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  /* transform: translateY(-50%); */
  width: 24px;
}

@media screen and (max-width: 795px) {
  .download_wrapper .dl_pdf_link::after {
    right: 3vw;
  }
}

@media screen and (min-width: 796px) {
  .download_wrapper .dl_pdf_link02 {
    width: 300px !important;
  }
}

.download_wrapper .link_arrow::after {
  background: none;
  border-color: transparent transparent transparent #C7000B;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 0;
  width: auto;
}

@media screen and (max-width: 795px) {
  .download_wrapper .link_arrow::after {
    border-width: 1.73333vw 0 1.73333vw 2.93333vw;
    right: 5vw;
  }
}

@media screen and (min-width: 796px) {
  .download_wrapper .link_arrow_3column {
    padding: 45px 20px;
  }
}

@media screen and (max-width: 795px) {
  .download_wrapper .dl_add_pd {
    padding: 4.2vw 3.2vw;
  }
}

.download_wrapper .dl_new {
  background: #FF0000;
  color: #fff;
  font-family: 'Roboto Condensed';
  font-size: 14px;
  line-height: 1.3;
  padding: 0 7px;
}

@media screen and (min-width: 796px) {
  .download_wrapper .dl_new {
    margin-right: 20px;
  }
}

@media screen and (max-width: 795px) {
  .download_wrapper .dl_new {
    font-size: 3.45vw;
    line-height: 1.4;
    padding: 0px 2.2vw;
    width: auto;
  }
}

@media screen and (max-width: 795px) {
  .download_wrapper .dl_name {
    font-size: 3.2vw;
    line-height: 1.4;
    padding-top: 2vw;
  }
}

.download_wrapper .dl_name_small01 {
  display: block;
}

@media screen and (min-width: 796px) {
  .download_wrapper .dl_name_small01 {
    font-size: 12px;
  }
}

@media screen and (max-width: 795px) {
  .download_wrapper .dl_name_small01 {
    font-size: 12px;
  }
}

.download_wrapper .dl_name_small02 {
  display: block;
}

@media screen and (min-width: 796px) {
  .download_wrapper .dl_name_small02 {
    font-size: 10px;
  }
}

.download_wrapper .download_flex_box .p-download__acordion--box {
  margin-bottom: 50px;
  width: 510px;
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_flex_box .p-download__acordion--box {
    margin-bottom: 6.66667vw;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  .download_wrapper .download_flex_box .p-download__acordion--box_border {
    background: #D1D1D1;
    margin-right: -20px;
    padding: 0 20px;
    width: 550px;
  }
}

.download_wrapper .download_flex_box .download_accordion_off {
  pointer-events: none !important;
  position: relative;
}

.download_wrapper .download_flex_box .download_accordion_off .c-cont__title {
  opacity: 0.4;
}

.download_wrapper .download_flex_box .download_accordion_off .c-cont__title::before {
  display: none;
}

.download_wrapper .download_flex_box .download_accordion_off .c-cont__title {
  position: relative;
}

.download_wrapper .download_flex_box .dl_add_text01 {
  color: red;
  font-size: 14px;
  font-weight: bold;
  left: 100px;
  position: absolute;
  top: 14px;
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_flex_box .dl_add_text01 {
    font-size: 3vw;
    left: 26vw;
    top: 2vw;
  }
}

.download_wrapper .download_flex_box .p-download__acordion--box_single_warapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_flex_box .p-download__acordion--box_single_warapper {
    flex-direction: column;
  }
}

.download_wrapper .download_flex_box .p-download__acordion--box_single {
  margin-bottom: 50px;
  width: 510px;
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_flex_box .p-download__acordion--box_single {
    margin-bottom: 6.66667vw;
    width: 100%;
  }
}

.download_wrapper .download_flex_box .p-download__acordion--box_single_link {
  display: block;
}

.download_wrapper .download_flex_box .p-download__acordion--box_single_link:hover {
  opacity: 0.6;
}

.download_wrapper .download_flex_box .c-cont__title {
  border-bottom: 2px solid #EDEDED;
  color: #C7000B;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1.214;
  margin-bottom: 0px;
  padding: 20px 0;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_flex_box .c-cont__title {
    font-size: 5.06667vw;
    margin-bottom: 0vw;
    padding: 2.66667vw 0;
  }
}

.download_wrapper .download_flex_box .c-cont__title img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_flex_box .c-cont__title img {
    height: 50px;
  }
}

.download_wrapper .download_flex_box .c-cont__title::before {
  background: none !important;
  bottom: 0;
  color: #808080;
  content: "▼";
  display: inline-table;
  font-size: 12px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0px;
  width: auto;
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_flex_box .c-cont__title::before {
    bottom: 0;
    color: #808080;
    content: "▼";
    font-size: 12px;
    height: 16px;
    margin: auto;
    position: absolute;
    right: 12px;
    top: 0;
    width: 12px;
  }
}

.download_wrapper .download_flex_box .c-cont__title_single {
  border-bottom: 2px solid #EDEDED;
  color: #C7000B;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1.214;
  margin-bottom: 0px;
  padding: 20px 0;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_flex_box .c-cont__title_single {
    font-size: 5.06667vw;
    margin-bottom: 0vw;
    padding: 2.66667vw 0;
  }
}

.download_wrapper .download_flex_box .c-cont__title_single img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_flex_box .c-cont__title_single img {
    height: 50px;
  }
}

.download_wrapper .download_flex_box .c-cont__title_single::before {
  background: url(/images/icon_pdf.png) no-repeat left top;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 30.912px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  /* transform: translateY(-50%); */
  width: 28px;
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_flex_box .c-cont__title_single::before {
    background: url(/images/icon_pdf.png) no-repeat left top;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 26.38px;
    margin: auto;
    position: absolute;
    right: 5px;
    top: 0;
    /* transform: translateY(-50%); */
    width: 24px;
  }
}

.download_wrapper .download_flex_box .single_link_arrow::before {
  background: none;
  border-color: transparent transparent transparent #C7000B;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 0;
  width: auto;
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_flex_box .single_link_arrow::before {
    border-width: 1.73333vw 0 1.73333vw 2.93333vw;
    right: 12px;
  }
}

.download_wrapper .download_flex_box .new_c-cont__title_single::after {
  background: #FF0000;
  color: #fff;
  font-family: 'Roboto Condensed';
  font-size: 14px;
  left: 100px;
  line-height: 1.3;
  padding: 0 7px;
  position: absolute;
  top: 15px;
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_flex_box .new_c-cont__title_single::after {
    font-size: 3.45vw;
    left: 27vw;
    line-height: 1.4;
    padding: 0px 2.2vw;
    top: -1.4vw;
    width: auto;
  }
}

.download_wrapper .download_flex_box .open::before {
  background: none;
  bottom: 0;
  color: #808080;
  content: "▲";
  display: inline-table;
  font-size: 12px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0px;
  width: auto;
}

@media screen and (max-width: 795px) {
  .download_wrapper .download_flex_box .open::before {
    bottom: 0;
    color: #808080;
    content: "▲";
    font-size: 12px;
    height: 16px;
    margin: auto;
    position: absolute;
    right: 12px;
    top: 0;
    width: 12px;
  }
}

.download_wrapper .download_flex_box ul {
  display: none;
  margin-top: 30px;
}

.download_wrapper .download_flex_box li {
  margin-bottom: 21px;
}

/*出展者専用ダウンロードページのみ↓*/
@media screen and (min-width: 796px) {
  #exhibitors_download_wrapper .download_block02 {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 796px) {
  #exhibitors_download_wrapper .download_flex_box {
    margin-bottom: 30px;
  }
}

#exhibitors_download_wrapper .download_flex_box .c-cont__title .exhibitors_download_btn {
  align-items: center;
  background-color: #000;
  bottom: 0;
  color: #fff;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  margin: auto;
  /* margin: 0 auto; */
  /* margin-top: 10px; */
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
  width: 145px;
}

#exhibitors_download_wrapper .download_flex_box .c-cont__title .exhibitors_download_btn:hover {
  opacity: 1;
}

#exhibitors_download_wrapper .download_flex_box .c-cont__title .exhibitors_download_btn::before {
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
}

@media screen and (max-width: 795px) {
  #exhibitors_download_wrapper .download_flex_box .c-cont__title .exhibitors_download_btn {
    font-size: 4vw;
    height: 40px;
    line-height: 1.2;
    margin-top: 0;
    margin-top: 10px;
    min-width: auto;
    position: relative;
    text-align: center;
    width: 100%;
  }
}

#exhibitors_download_wrapper .download_flex_box .c-cont__title .exhibitors_btn_fsj::before {
  border-color: transparent transparent transparent #009D9E !important;
}

#exhibitors_download_wrapper .download_flex_box .c-cont__title .exhibitors_btn_fsj:hover {
  background: #009D9E !important;
  color: #fff;
}

#exhibitors_download_wrapper .download_flex_box .c-cont__title .exhibitors_btn_fsj:hover::before {
  border-color: transparent transparent transparent #fff !important;
}

#exhibitors_download_wrapper .download_flex_box .c-cont__title .exhibitors_btn_ff::before {
  border-color: transparent transparent transparent #009BCE !important;
}

#exhibitors_download_wrapper .download_flex_box .c-cont__title .exhibitors_btn_ff:hover {
  background: #009BCE !important;
  color: #fff;
}

#exhibitors_download_wrapper .download_flex_box .c-cont__title .exhibitors_btn_ff:hover::before {
  border-color: transparent transparent transparent #fff !important;
}

#exhibitors_download_wrapper .download_flex_box .c-cont__title .exhibitors_btn_fd::before {
  border-color: transparent transparent transparent #664497 !important;
}

#exhibitors_download_wrapper .download_flex_box .c-cont__title .exhibitors_btn_fd:hover {
  background: #664497 !important;
  color: #fff;
}

#exhibitors_download_wrapper .download_flex_box .c-cont__title .exhibitors_btn_fd:hover::before {
  border-color: transparent transparent transparent #fff !important;
}

#exhibitors_download_wrapper .download_flex_box ul {
  display: block;
}

#exhibitors_download_wrapper .download_flex_box .c-cont__title::before {
  display: none;
}

/*出展者専用ダウンロードページのみ↑*/
.download_exhibitors_bannerArea {
  margin-bottom: 150px;
  text-align: center;
}

@media screen and (max-width: 795px) {
  .download_exhibitors_bannerArea {
    margin-bottom: 20vw;
  }
}

.download_exhibitors_logo {
  display: block;
  margin: 0 auto;
  width: 300px;
}

.download_exhibitors_logo img {
  display: block;
}

.exhibitors_download_btn02_wrapper {
  margin-top: 40px;
}

.exhibitors_download_btn02 {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 300px;
}

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

.exhibitors_download_btn02::before {
  border-color: transparent transparent transparent #db002c;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
}

@media screen and (max-width: 795px) {
  .exhibitors_download_btn02 {
    font-size: 4vw;
    height: 60px;
    line-height: 1.2;
    margin-top: 0;
    min-width: auto;
    text-align: center;
    width: 100%;
  }
}

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

#download_detail #mainVisualSec {
  background-size: cover;
  height: 400px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  /* &amp;::before {
      width: 50%;
      content: "";
      height: 200px;
      background: #fff;
      position: absolute;
      left: 50%;
      bottom: 0;
    } */
}

@media screen and (max-width: 795px) {
  #download_detail #mainVisualSec {
    height: 40vw;
    margin-top: 16vw !important;
  }
}

#download_detail #mainVisualSec h2 {
  background: #fff;
  bottom: 0;
  color: #FF1900;
  display: block;
  display: inline-block;
  font-family: 'Roboto Condensed';
  font-size: 48px;
  font-weight: normal;
  left: 0;
  left: 0px;
  line-height: 1em;
  margin: 50px auto 0;
  margin: auto;
  padding: 23px 50px 20px 50px;
  position: absolute;
  right: 0;
  text-align: left;
  width: 1200px;
}

@media screen and (max-width: 795px) {
  #download_detail #mainVisualSec h2 {
    font-size: 10.7vw;
    margin: 6.93333vw auto 0;
    padding: 4.8vw 0;
    padding-bottom: 0;
    padding-left: 5.4vw;
    padding-top: 7vw;
    width: 90%;
  }
}

#download_detail #mainVisualSec h2 .subh2 {
  color: #333 !important;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: auto;
  margin-top: 0px;
  padding-bottom: 3px;
  padding-top: 10px;
}

@media screen and (max-width: 795px) {
  #download_detail #mainVisualSec h2 .subh2 {
    font-size: 4.23333vw;
    margin-top: 2vw;
    padding-bottom: 0;
    padding-top: 0.3vw;
  }
}

#download_detail #mainVisualSec h2 .smaill_menu {
  color: #333333;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 35px;
}

#download_detail #mainVisualSec h2 .smaill_menu a {
  color: #333;
}

@media screen and (max-width: 795px) {
  #download_detail #mainVisualSec h2 .smaill_menu {
    display: none;
  }
}

#download_detail #mainVisualSec h2 .smaill_menu_none {
  color: #333333;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 49px;
}

@media screen and (max-width: 795px) {
  #download_detail #mainVisualSec h2 .smaill_menu_none {
    display: none;
  }
}

#download_detail #mainVisualSec h2::after {
  background: url(/contact/images/contact_logo.png) no-repeat center center !important;
  background-size: contain !important;
  content: "";
  height: 150px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 351px;
}

@media screen and (max-width: 795px) {
  #download_detail #mainVisualSec h2::after {
    display: none;
  }
}

#download_detail .exhibitions {
  margin: 0 auto;
  padding: 40px 0 80px;
  width: 1100px;
}

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

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

#download_detail .sec_contents__title h2 {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',sans-serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
}

#download_detail .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;
}

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

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

#download_detail .caution {
  color: #E60039;
}

#download_detail .p-contact__flow {
  display: flex;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium','Noto Sans',sans-serif;
  justify-content: space-between;
  margin: 110px auto 50px;
  position: relative;
  width: 610px;
}

@media screen and (max-width: 795px) {
  #download_detail .p-contact__flow {
    margin: 24.66667vw auto 11.73333vw;
    width: 90.66667vw;
  }
}

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

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

#download_detail .p-contact__flow span {
  align-items: center;
  color: #CCCCCC;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1;
  position: relative;
  width: 98px;
}

@media screen and (min-width: 796px) {
  #download_detail .p-contact__flow span {
    padding-left: 10px;
  }
}

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

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

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

#download_detail .p-contact__flow span::before {
  align-items: center;
  background: #CCCCCC;
  border-radius: 0px;
  color: #fff;
  content: "";
  display: flex;
  font-family: 'Roboto Condensed';
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  left: 30px;
  position: absolute;
  top: -63px;
  width: 50px;
}

@media screen and (max-width: 795px) {
  #download_detail .p-contact__flow span::before {
    height: 13.3vw;
    left: 2.33333vw;
    top: -16vw;
    width: 13.3vw;
  }
}

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

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

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

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

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

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

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

#download_detail .p-contact__form {
  margin: unset;
  margin-top: 25px;
  position: relative;
  width: 1000px;
}

@media screen and (min-width: 796px) {
  #download_detail .p-contact__form {
    margin-bottom: 60px;
  }
}

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

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

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

#download_detail .p-contact__form tr {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  #download_detail .p-contact__form tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.3vw;
  }
}

#download_detail .p-contact__form tr th {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  width: 210px;
}

@media screen and (max-width: 795px) {
  #download_detail .p-contact__form tr th {
    font-size: 4.26667vw;
    padding: 2.66667vw 0 0;
    padding-bottom: 1.5vw;
    width: 100%;
  }
}

#download_detail .p-contact__form tr th .red {
  color: red;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  font-weight: bold;
  vertical-align: super;
}

@media screen and (max-width: 795px) {
  #download_detail .p-contact__form tr th .red {
    font-size: 10px;
  }
}

#download_detail .p-contact__form tr th.vertical-top {
  padding-top: 10px;
  vertical-align: top;
}

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

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

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

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

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

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

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

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

#download_detail .p-contact__form tr td .select-wrap {
  position: relative;
}

#download_detail .p-contact__form tr td .select-wrap:after {
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  content: " ";
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

#download_detail .p-contact__form tr td select {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}

#download_detail .p-contact__form tr td select option {
  color: #4f4f4f;
}

#download_detail .p-contact__form tr td select option:first-child {
  display: none;
}

#download_detail .p-contact__form tr td select:-ms-expand {
  display: none;
}

#download_detail .p-contact__form tr td select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

#download_detail .p-contact__form tr td .text01 {
  background: #FFFFFF;
  border: #CCCCCC 1px solid;
  box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  height: 60px;
  padding: 0 15px;
  width: 510px;
}

@media screen and (max-width: 795px) {
  #download_detail .p-contact__form tr td .text01 {
    font-size: 4.26667vw;
    height: 10.66667vw;
    height: 11.66667vw;
    padding: 0 2.66667vw;
    width: 100%;
  }
}

#download_detail .p-contact__form tr td .text02 {
  background: #FFFFFF;
  border: #CCCCCC 1px solid;
  box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  height: 60px;
  padding: 0 15px;
  width: 240px;
}

@media screen and (max-width: 795px) {
  #download_detail .p-contact__form tr td .text02 {
    font-size: 4.26667vw;
    height: 10.66667vw;
    height: 11.66667vw;
    margin-right: 0;
    padding: 0 2.66667vw;
    width: 48%;
  }
}

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

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

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

@media screen and (max-width: 795px) {
  #download_detail .p-contact__form tr td .text04 {
    font-size: 4.26667vw;
    height: 32vw;
    height: 40.66667vw;
    max-width: unset;
    padding: 3vw 2.66667vw;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  #download_detail .p-contact__form tr td .text-input::-webkit-input-placeholder {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal !important;
  }
  #download_detail .p-contact__form tr td .text-input:-ms-input-placeholder {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal !important;
  }
  #download_detail .p-contact__form tr td .text-input::placeholder {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal !important;
  }
}

@media screen and (max-width: 795px) {
  #download_detail .p-contact__form tr td .text-input::-webkit-input-placeholder {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal !important;
  }
  #download_detail .p-contact__form tr td .text-input:-ms-input-placeholder {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal !important;
  }
  #download_detail .p-contact__form tr td .text-input::placeholder {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal !important;
  }
}

#download_detail .p-contact__form tr td .text05 {
  background: #FFFFFF;
  border: #CCCCCC 1px solid;
  box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  height: 60px;
  margin-bottom: 20px;
  margin-left: 23px;
  padding: 0 15px;
  width: 200px;
}

@media screen and (max-width: 795px) {
  #download_detail .p-contact__form tr td .text05 {
    font-size: 4.26667vw;
    height: 10.66667vw;
    height: 11.66667vw;
    margin-left: 3.06667vw;
    margin-right: 0;
    padding: 0 2.66667vw;
    width: 48%;
  }
}

#download_detail .p-contact__form tr td .text05:first-child {
  margin-right: 25px;
}

@media screen and (max-width: 795px) {
  #download_detail .p-contact__form tr td .text05:first-child {
    margin-right: 0;
  }
}

#download_detail .p-contact__form tr td .text06 {
  background: #FFFFFF;
  border: #CCCCCC 1px solid;
  box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  height: 60px;
  padding: 0 15px;
  width: 510px;
}

@media screen and (max-width: 795px) {
  #download_detail .p-contact__form tr td .text06 {
    font-size: 4.26667vw;
    height: 10.66667vw;
    height: 11.66667vw;
    padding: 0 2.66667vw;
    width: 100%;
  }
}

#download_detail .p-contact__form tr .before_zip_code {
  position: relative;
}

#download_detail .p-contact__form tr .before_zip_code::before {
  content: "〒";
  font-size: 16px;
  font-weight: bold;
}

#download_detail .p-contact__form_before {
  /**&amp;::before{
    content: "※は必須項目です。";
    position: absolute;
    right: -10px;
    top: -30px;
    color:#E60039;
    font-size: 20px;
    font-family: 'Noto Sans';
    line-height: 1;
    @include max{
      top: spvw(-30);
      right: spvw(-25);
      font-size: spvw(20);
  }
}*/
}

#download_detail .p-contact__annotation {
  color: #E60039;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 8px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  #download_detail .p-contact__annotation {
    color: #E60039;
    font-size: 2.66667vw;
    margin-bottom: 1.2vw;
  }
}

#download_detail .company__lead {
  text-align: left;
}

@media screen and (min-width: 796px) {
  #download_detail .company__lead {
    font-size: 14px;
  }
}

@media screen and (max-width: 795px) {
  #download_detail .company__lead {
    font-size: 2.4vw;
  }
}

#download_detail .sec_contents__textBox {
  margin-top: 50px;
}

@media screen and (max-width: 795px) {
  #download_detail .sec_contents__textBox {
    margin-top: 0;
  }
}

@media screen and (max-width: 795px) {
  #download_detail .sec_contents__textBox img {
    -webkit-backface-visibility: hidden;
    margin: 0 auto;
    margin-bottom: 8vw;
    margin-top: 13vw;
    width: 90%;
  }
}

#download_detail .sec_contents__textBox p {
  font-size: 14px;
}

@media screen and (max-width: 795px) {
  #download_detail .sec_contents__textBox p {
    font-size: 3.7vw;
    line-height: 1.85;
  }
}

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

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

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

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

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

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

#download_detail .detail_pdf_wrapper {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 15px;
}

@media screen and (max-width: 795px) {
  #download_detail .detail_pdf_wrapper {
    padding-bottom: 2vw;
  }
}

#download_detail .detail_pdf_block {
  align-items: center;
  display: flex;
  position: relative;
}

@media screen and (max-width: 795px) {
  #download_detail .detail_pdf_block {
    padding-bottom: 1.33333vw;
  }
}

#download_detail .detail_pdf_block::before {
  background: url(/images/dl_detail_icon_pdf.png) no-repeat left top;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 27px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0;
  /* transform: translateY(-50%); */
  width: 27px;
}

#download_detail .detail_pdf_logo {
  margin-right: 20px;
}

@media screen and (max-width: 795px) {
  #download_detail .detail_pdf_logo {
    margin-right: 2.66667vw;
  }
}

@media screen and (max-width: 795px) {
  #download_detail .detail_pdf_logo img {
    height: 13.33333vw;
  }
}

#download_detail .detail_pdf_ttl_name {
  font-size: 21px;
  font-weight: bold;
}

@media screen and (max-width: 795px) {
  #download_detail .detail_pdf_ttl_name {
    font-size: 3vw;
    text-align: left;
  }
}

#download_detail .detail_wrappaer {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 796px) {
  #download_detail .detail_wrappaer {
    margin-top: 40px;
  }
}

@media screen and (max-width: 795px) {
  #download_detail .detail_wrappaer {
    flex-direction: column;
    margin-top: 5vw;
  }
}

#download_detail .dl_detail_contents {
  background-color: #fff;
  margin: auto;
  margin-bottom: 150px;
  padding: 70px 0px 0;
  position: relative;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  #download_detail .dl_detail_contents {
    background-color: #fff;
    margin: auto;
    margin-bottom: 18.66667vw;
    padding: 8vw 0 0;
    position: relative;
    width: 90%;
  }
}

#download_detail .dl_detail_form {
  width: 720px;
}

@media screen and (max-width: 795px) {
  #download_detail .dl_detail_form {
    margin-top: 5vw;
    width: 100%;
  }
}

@media screen and (min-width: 796px) {
  #download_detail .detail_logo_area {
    padding-top: 25px;
  }
}

@media screen and (max-width: 795px) {
  #download_detail .detail_logo_area img {
    width: 60%;
  }
}

#download_detail .company_co_btnArea {
  margin-top: 0 !important;
}

#download_detail .ttl_top {
  vertical-align: baseline !important;
}

@media screen and (min-width: 796px) {
  #download_detail .ttl_top {
    padding-top: 18px;
  }
}

@media screen and (min-width: 796px) {
  #download_detail .btn-basic__text {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 795px) {
  #download_detail .btn-basic__text {
    font-size: 3.73333vw;
  }
}

#download_detail .btn-basic .btn-basic__text::after {
  background: url(/images/dl_btn.png) no-repeat left top;
  background-size: contain;
  border-color: unset;
  border-style: unset;
  border-width: unset;
  bottom: 0;
  content: "";
  height: 20px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  /* transform: translateY(-50%); */
  width: 20px;
}

@media screen and (max-width: 795px) {
  #download_detail .btn-basic .btn-basic__text::after {
    height: 4.66667vw;
    right: 2.66667vw;
    width: 4.66667vw;
  }
}

#download_detail .btn-basic .arrow_right_red:after {
  border-color: transparent transparent transparent #DB002A;
}

@media screen and (min-width: 796px) {
  #download_detail .btn-basic .arrow_right_red:after {
    border-width: 6px 0 6px 10px;
  }
}

@media screen and (max-width: 795px) {
  #download_detail .btn-basic .arrow_right_red:after {
    border-width: 1.6vw 0 1.6vw 2.66667vw;
    right: 2.66667vw;
  }
}

#download_detail .back_btn {
  border: solid 1px #D1D1D1;
  color: #333;
  margin-right: 30px;
  position: relative;
  width: 300px;
}

@media screen and (max-width: 795px) {
  #download_detail .back_btn {
    margin-right: 4vw;
    width: 100%;
  }
}

#download_detail .back_btn:hover {
  opacity: 0.6;
}

#download_detail .back_btn::before {
  border-color: transparent #DB002A transparent transparent;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  /* border-width: 8px 0 8px 12px; */
  bottom: 0;
  content: "";
  /* content: ""; */
  height: 0;
  left: 20px;
  margin: auto;
  position: absolute;
  right: auto;
  /* right: 25px; */
  top: 0;
}

@media screen and (max-width: 795px) {
  #download_detail .back_btn::before {
    border-width: 1.6vw 2.66667vw 1.6vw 0;
    left: 2.66667vw;
  }
}

#download_detail .back_btn span {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 795px) {
  #download_detail .back_btn span {
    font-size: 3.73333vw;
  }
}

.download_confirm .p-contact__form table {
  margin-top: 20px !important;
}

.download_confirm .p-contact__form tr {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
}

@media screen and (min-width: 796px) {
  .download_confirm .p-contact__form tr {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 796px) {
  .download_confirm .confirmtd_text01 {
    padding-right: 20px;
  }
}

.download_confirm .ttl_top {
  padding-top: 0 !important;
}

.btn01 {
  margin-top: 10px;
}

@media screen and (min-width: 796px) {
  .btn01 {
    margin-top: 0.71vw;
  }
}

.btn01:first-child {
  margin-top: 0px;
}

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

.btn01 a {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-size: 1.15vw;
  font-weight: bold;
  height: 50px;
  height: 3.572vw;
  height: 5.495vh;
  justify-content: center;
  line-height: 1;
  position: relative;
  width: 300px;
  width: 21.429vw;
}

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

.btn01 .top_contact_btn01 {
  position: relative;
  /*&amp;::before{
          border-color: transparent transparent transparent #db002c;
          border-style: solid;
          border-width: 6px 0 6px 10px;
          border-width: 0.429vw 0 0.429vw 0.715vw;
          bottom: 0;
          box-sizing: border-box;
          content: "";
          height: 0;
          margin: auto;
          position: absolute;
          right: 1.4vw;
          top: 0;
          width: 0;
          width: 0vw;
            @include max{
                border-width: 1.6vw 0 1.6vw 2.7vw;
                right: 2.15vw;
            }
        }*/
}

.btn_circles {
  background: #E50038;
  border-radius: 50px;
  height: 24px;
  position: absolute;
  right: 15px;
  width: 24px;
}

.btn_circles::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.btn02_white {
  margin-top: 10px;
}

@media screen and (min-width: 796px) {
  .btn02_white {
    margin-top: 0.71vw;
  }
}

.btn02_white:first-child {
  margin-top: 0px;
}

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

.btn02_white a {
  align-items: center;
  background-color: #fff !important;
  background-color: #000;
  border: 1px solid #D1D1D1;
  color: #000 !important;
  color: #fff;
  display: flex;
  font-family: 'Noto Sans',sans-serif;
  font-size: 16px;
  font-size: 1.15vw;
  font-weight: bold;
  height: 50px;
  height: 3.572vw;
  height: 5.495vh;
  justify-content: center;
  margin-top: 0px;
  position: relative;
  width: 300px;
  width: 21.429vw;
}

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

.btn02_white .top_contact_btn02 {
  padding: 0 0 0 0px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .btn02_white .top_contact_btn02::before {
    border-width: 1.6vw 0 1.6vw 2.7vw;
    right: 2.15vw;
  }
}

.btn02_white .top_contact_btn02::before {
  background: url(/images/icon_pdf.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 26.38px;
  position: absolute;
  right: 5%;
  top: 27%;
  width: 24px;
}

@media screen and (min-width: 796px) {
  .btn02_white .top_contact_btn02::before {
    height: 1.5567vw;
    width: 1.416vw;
  }
}

.tltle_area_text_wrapper {
  align-items: center;
  display: flex;
  padding-right: 0px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .tltle_area_text_wrapper {
    justify-content: unset;
    padding-right: 0vw;
  }
}

.tltle_area_text_wrapper02 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding-right: 0px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .tltle_area_text_wrapper02 {
    flex-direction: column;
    margin-top: 3vw;
  }
}

.tltle_area_text_wrapper02 .red_btn {
  align-items: center;
  background: red;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  position: relative;
  width: 300px;
}

@media screen and (max-width: 795px) {
  .tltle_area_text_wrapper02 .red_btn {
    font-size: 3vw;
    height: 9.33333vw;
    width: 66.66667vw;
  }
}

.tltle_area_text_wrapper02 .red_btn::after {
  border-color: transparent transparent transparent #FFF !important;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 0;
}

@media screen and (max-width: 795px) {
  .tltle_area_text_wrapper02 .red_btn02 {
    margin-top: 1vw;
  }
}

.mv_food_logo {
  height: 95px;
  width: 100px;
}

@media screen and (max-width: 795px) {
  .mv_food_logo {
    height: 12.66667vw;
    width: 13.33333vw;
  }
}

.tltle_area_text02 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
}

@media screen and (min-width: 796px) {
  .tltle_area_text02 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 795px) {
  .tltle_area_text02 {
    font-size: 4.6vw;
    margin-left: 3vw;
  }
}

.news_area {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 795px) {
  .news_area {
    flex-direction: column;
    padding: 0 5vw;
  }
}

.news_area .current {
  border-bottom: solid 2px #FF1900;
  color: #FF1900;
  padding-bottom: 5px;
}

@media screen and (max-width: 795px) {
  .news_area .current {
    border-bottom: solid 0.26667vw #FF1900;
    padding-bottom: 0.66667vw;
  }
}

.news_area_ttl {
  color: #FF1900;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: normal;
}

@media screen and (max-width: 795px) {
  .news_area_ttl {
    font-size: 6.4vw;
    margin-bottom: 1.33333vw;
    width: 100%;
  }
}

.news_area_ttl .news_area_ttl_span {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding-left: 20px;
}

@media screen and (max-width: 795px) {
  .news_area_ttl .news_area_ttl_span {
    font-size: 3.2vw;
    padding-left: 2vw;
  }
}

.news_tab {
  display: flex;
}

@media screen and (max-width: 795px) {
  .news_tab {
    justify-content: left;
    width: 100%;
  }
}

.news_tab_list {
  font-size: 16px;
  line-height: 1;
  margin: 0 25px;
  position: relative;
}

@media screen and (max-width: 795px) {
  .news_tab_list {
    font-size: 3.3vw;
    margin: 0 2.66667vw;
  }
}

.news_tab_list::after {
  background: #D1D1D1;
  content: "";
  height: 16px;
  position: absolute;
  right: -25px;
  width: 1px;
}

@media screen and (max-width: 795px) {
  .news_tab_list::after {
    height: 3.73333vw;
    right: -2.66667vw;
  }
}

.news_tab_list:last-child {
  margin-right: 0;
}

.news_tab_list:last-child::after {
  content: "";
  display: none;
}

@media screen and (max-width: 795px) {
  .news_tab_list:first-child {
    margin-left: 0;
  }
}

.news_tab_list:hover {
  cursor: pointer;
  opacity: 0.7;
}

.category {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-top: -3px;
  padding: 2.3px 0;
  text-align: center;
  width: 120px !important;
}

@media screen and (min-width: 796px) {
  .category {
    margin-right: 20px;
  }
}

@media screen and (max-width: 795px) {
  .category {
    font-size: 2.4vw !important;
    line-height: 1 !important;
    margin-top: 0.5vw !important;
    padding: 1.2vw 0;
    width: 21.33333vw !important;
  }
}

.category_type01 {
  background: #FF1900;
}

.category_type02 {
  background: #FF0000;
}

.category_type03 {
  background: #7C7C7C;
}

.top_bannerArea {
  margin: 0 auto;
  margin-bottom: 100px;
  width: 1000px;
}

@media screen and (max-width: 795px) {
  .top_bannerArea {
    margin-bottom: 10.66667vw;
    padding: 0 5vw;
    width: 100%;
  }
}

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

.tab-target {
  display: none;
}

.tab-target.current {
  display: block;
}

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

@media screen and (min-width: 796px) {
  .large_top #footer {
    margin-top: 180px;
  }
}

.mv_contactArea .btn_white a {
  color: #333333 !important;
}

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

.top #scroll {
  display: none !important;
  height: 0;
  opacity: 0;
  width: 0;
}

.download_top_linkArea {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 80px;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .download_top_linkArea {
    flex-wrap: wrap;
    margin-top: 8vw;
    padding: 0 5vw;
    width: 100%;
  }
}

.download_top_linkArea a {
  align-items: center;
  background-color: #ededed;
  color: #2d2d2d;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 60px;
  padding: 20px;
  position: relative;
  text-align: left;
  width: 510px;
}

.download_top_linkArea .dl_new {
  background: #FF0000;
  color: #fff;
  font-family: 'Roboto Condensed';
  font-size: 14px;
  line-height: 1.3;
  padding: 0 7px;
}

@media screen and (min-width: 796px) {
  .download_top_linkArea .dl_new {
    margin-right: 20px;
  }
}

@media screen and (max-width: 795px) {
  .download_top_linkArea .link_arrow {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-size: 3vw;
    height: auto;
    padding: 2.5vw 3.2vw;
  }
}

.download_top_linkArea .link_arrow::after {
  background: none;
  border-color: transparent transparent transparent #C7000B;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 0;
  width: auto;
}

@media screen and (max-width: 795px) {
  .download_top_linkArea .link_arrow::after {
    border-width: 1.73333vw 0 1.73333vw 2.93333vw;
    right: 5vw;
  }
}

@media screen and (max-width: 795px) {
  .download_top_linkArea .dl_name {
    font-size: 3.2vw;
    line-height: 1.4;
    padding-top: 2vw;
  }
}

@media screen and (max-width: 795px) {
  .download_top_linkArea .download_top_link02 {
    margin-top: 3vw;
  }
}

.dl_page_linkArea {
  margin: 0 auto;
}

@media screen and (min-width: 796px) {
  .dl_page_linkArea {
    margin-bottom: 50px;
    margin-top: 30px;
    width: 1100px;
  }
}

.download_text01 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: left;
  width: 1100px;
}

@media screen and (max-width: 795px) {
  .download_text01 {
    font-size: 3.7vw;
    line-height: 1.85;
    margin-bottom: -5vw;
    margin-top: 10vw;
    padding: 0 5vw;
    width: 100%;
  }
}

.exhibitors_download_page .about_info_name {
  display: none !important;
}

.footBnArea {
  background-color: #fff;
  margin-bottom: 100px;
  padding-top: 70px;
}

.footBnArea .off {
  pointer-events: none;
}

.footBnArea .off img {
  opacity: 0.7;
}

@media screen and (max-width: 795px) {
  .footBnArea {
    margin-bottom: 13.33333vw;
    margin-top: 13.33333vw;
    padding-top: 0vw;
  }
}

.footBnArea .side-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (max-width: 795px) {
  .footBnArea .side-ttl {
    font-size: 6.2vw;
    margin-bottom: 6.66667vw;
    padding: 0 5.33333vw;
  }
}

.footBnArea .inner {
  margin: auto;
  width: 1100px;
}

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

.footBnArea .inner ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 795px) {
  .footBnArea .inner ul {
    padding: 0 5.33333vw;
  }
}

.footBnArea .inner ul li {
  width: 340px;
}

@media screen and (max-width: 795px) {
  .footBnArea .inner ul li {
    margin-bottom: 2.8vw;
    width: 43.33333vw;
  }
}

.footBnArea .inner ul li img {
  -webkit-backface-visibility: hidden;
  vertical-align: top;
  width: 100%;
}

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

.footBnArea .inner ul li a:hover {
  display: block;
  opacity: 0.8;
}

@media screen and (min-width: 796px) {
  .footBnArea .inner ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 796px) {
  /*
  .download #header { display: none; }
  #top_contact #header { display: none; }
  #top_contact.thanks #header{ display: block; }
  #top_contact #mainVisualSec{ padding-top: 90px; }
  */
  .download #mainVisualSec,#top_contact #mainVisualSec{
    margin-top: 90px;
  }
}

@media screen and (max-width: 795px) {
  .p-download__acordion--box_fct .c-cont__title img {
    height: 40px !important;
  }
}

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

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

@media screen and (max-width: 795px) {
  .grey_out {
    background-color: #7C7C7C !important;
    color: #ccc !important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
    font-size: 4.3vw !important;
    font-weight: bold;
  }
}

/*=====================================
  parts
=====================================*/
.next-info-wrap {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 795px) {
  .next-info-wrap {
    height: calc(100% - 14vw);
  }
}

.large_top .next-info-wrap {
  background-color: transparent;
}

@media screen and (min-width: 796px) {
  .large_top .next-info-wrap {
    justify-content: center;
    width: calc(100% - 24.286vw);
  }
}

@media screen and (max-width: 795px) {
  .large_top .next-info-wrap {
    height: 100%;
  }
}

.next-info {
  align-items: center;
  display: flex;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 796px) {
  .next-info {
    font-size: 32px;
  }
}

.next-info img {
  background-color: #fff;
  display: block;
  margin: auto;
  padding: 0.3rem;
  vertical-align: top;
}

@media screen and (min-width: 796px) {
  .next-info img {
    max-height: 60px;
  }
}

@media screen and (max-width: 795px) {
  .next-info img {
    max-height: 8vw;
  }
}

.next-info-heading {
  text-align: center;
}

@media screen and (min-width: 796px) {
  .next-info-heading {
    font-size: 32px;
    min-width: 60px;
  }
}

@media screen and (max-width: 795px) {
  .next-info-heading {
    font-size: 4.26667vw;
    min-width: 8vw;
  }
}

.next-info-body {
  margin-left: 4rem;
}

@media screen and (min-width: 796px) {
  .next-info-body {
    font-size: 28px;
  }
}

@media screen and (max-width: 795px) {
  .next-info-body {
    font-size: 3.73333vw;
    margin-left: 2rem;
  }
}

@media screen and (min-width: 796px) {
  .next-info-title .next-info-body {
    font-size: 36px;
  }
}

@media screen and (max-width: 795px) {
  .next-info-title .next-info-body {
    font-size: 4.8vw;
  }
}

.next-info-btn-wrap {
  margin-top: 1rem;
}

@media screen and (min-width: 796px) {
  .next-info-btn {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 795px) {
  .next-info-btn {
    margin-bottom: 1.33333vw;
  }
}

@media screen and (min-width: 796px) {
  .next-info-btn:hover {
    opacity: 0.7;
  }
}

.next-info-btn a {
  background-color: #fff;
  color: #333;
  display: block;
  font-weight: bold;
  padding: 0.5em 3em;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 796px) {
  .next-info-btn a {
    font-size: 18px;
  }
}

@media screen and (max-width: 795px) {
  .next-info-btn a {
    font-size: 3.2vw;
    padding: 0.5em 3em 0.5em 1em;
  }
}

.next-info-btn a:before {
  border-color: transparent transparent transparent #db002c;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  width: 0;
  width: 0vw;
}

@media screen and (max-width: 795px) {
  .next-info-btn a:before {
    border-width: 1.6vw 0 1.6vw 2.66667vw;
    right: 3.2vw;
  }
}

textarea{
  font-family: Arial, Helvetica, sans-serif;
}
input[type="radio"]{ margin-right: 0.5em; }
input[type="radio"] + label{ margin-right: 3em; }
@media screen and (max-width: 795px) {
  input[type="radio"] + label{
    display: inline-block;
    margin-bottom: 1em;
    margin-right: 0;
    font-size: 4.26667vw;
  }
}

/* Download Form */
.dl_form_title_wrap{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 0;
}
#top_contact .download_wrapper.form_wrap .error{ color: red; }
.dl_form_title_wrap h3{
  margin: 3em auto 1em;
  padding: 0 1em 0.5em 9.75em;
  font-size: 24px;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.dl_form_title_wrap h3::before,.dl_form_title_wrap h3::after{
  content: "";
  position: absolute;
}
.dl_form_title_wrap h3::before{
  width: 200px;
  height: 50px;
  background: url(/images/logo_pc2024.png) no-repeat left center;
  background-size: contain;
  top: calc((100% - 2.75em) / 2);
  left: 0.5em;
}
.dl_form_title_wrap h3::after{
  width: 24px;
  height: 26.4px;
  background: url(../images/icon_pdf_02.svg) no-repeat center center;
  background-size: contain;
  top: 0.5em;
  right: 0.5em;
}

#top_contact .download_wrapper.form_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top_contact .download_wrapper.form_wrap .pmf_wrap{ width: 28%; }
#top_contact .download_wrapper.form_wrap .pmf_wrap img{
  width: 100%;
  height: auto;
}
#top_contact .download_wrapper.form_wrap .dl_detail_form{
  width: 68%;
  margin: 0;
}
#top_contact .download_wrapper.form_wrap .dl_detail_form .text01,
#top_contact .download_wrapper.form_wrap .dl_detail_form .text04{ width: 100%; }
#top_contact .download_wrapper.form_wrap .dl_detail_form .p-contact__annotation{
  margin-bottom: 2em;
  font-weight: bold;
}
#top_contact .download_wrapper.form_wrap .dl_detail_form td{ width: 75%; }
#top_contact .download_wrapper.form_wrap .dl_detail_form td .text02{ width: 48%; }
#top_contact .download_wrapper.form_wrap .dl_detail_form td .before_zip_code{ position: relative; }
#top_contact .download_wrapper.form_wrap .dl_detail_form td .before_zip_code::before{
  content: "〒";
  font-weight: bold;
}
#top_contact .download_wrapper.form_wrap .dl_detail_form td .before_zip_code .text05{
  height: 60px;
  margin-left: 25px;
  margin-bottom: 1em;
  padding: 0 15px;
  font-size: 14px;
  border: #CCC 1px solid;
  background-color: #fff;
}

#top_contact .download_wrapper.form_wrap  .co_btnArea .back_btn,
#top_contact .download_wrapper.form_wrap  .co_btnArea .btn-basic__text{
  width: 300px;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
#top_contact .download_wrapper.form_wrap  .co_btnArea .back_btn:hover,
#top_contact .download_wrapper.form_wrap  .co_btnArea .btn-basic__text:hover{ opacity: 0.6; }
#top_contact .download_wrapper.form_wrap  .co_btnArea .back_btn{
  margin-right: 2em;
  color: #000;
  border: 1px solid #d1d1d1;
}
#top_contact .download_wrapper.form_wrap  .co_btnArea .back_btn::before{
  content: "";
  width: 10px;
  height: 12px;
  background-color: #ff2800;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  top: calc((100% - 12px) / 2);
  left: 1em;
}
#top_contact .download_wrapper.form_wrap  .co_btnArea .btn-basic__text{
  background-color: #000;
  color: #fff !important;
}
#top_contact .download_wrapper.form_wrap  .co_btnArea .btn-basic__text::after{
  content: "";
  width: 20px;
  height: 20px;
  background: url(/images/dl_btn.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 20px) / 2);
  right: 1em;
}

.download_confirm .p-contact__form tr{
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
}

@media screen and (max-width: 795px){
  .dl_form_title_wrap{ max-width: unset; }
  .dl_form_title_wrap h3{
    margin: 4em auto -1em;
    padding: 0 2em 0.5em 1em;
    font-size: 5.34vw;
    line-height: 1.5;
  }
  .dl_form_title_wrap h3::before{
    width: 40vw;
    height: 6.4vw;
    top: -1.75em;
    left: 1em;
  }
  .dl_form_title_wrap h3::after{
    width: 6.4vw;
    height: 7.04vw;
    top: unset;
    bottom: 0.75em;
    right: 1em;
  }
  
  #top_contact .download_wrapper.form_wrap{ display: block; }
  #top_contact .download_wrapper.form_wrap .pmf_wrap{
    width: 60%;
    margin: 0 auto;
  }
  #top_contact .download_wrapper.form_wrap .dl_detail_form{
    width: 100%;
    margin: 13.34vw auto 0;
    padding: 0;
  }
  #top_contact .download_wrapper.form_wrap .dl_detail_form .text01,
  #top_contact .download_wrapper.form_wrap .dl_detail_form .text04{ width: 100%; }
  #top_contact .download_wrapper.form_wrap .dl_detail_form .p-contact__annotation{ margin-bottom: 1em; }
  #top_contact .download_wrapper.form_wrap .dl_detail_form td{ width: 100%; }
  #top_contact .download_wrapper.form_wrap .dl_detail_form td .before_zip_code::before{
    padding-left: 0;
    font-size: 4.26vw;
  }
  #top_contact .download_wrapper.form_wrap .dl_detail_form td .before_zip_code .text05{
    height: 11.66667vw;
    margin-left: 3.06667vw;
    padding: 0 2.66667vw;
    font-size: 4.26667vw;
  }
  
  #top_contact .download_wrapper.form_wrap  .co_btnArea .back_btn,
  #top_contact .download_wrapper.form_wrap  .co_btnArea .btn-basic__text{
    width: cacl((100% - 4vw) / 2);
    height: 16vw;
    font-size: 3.73vw;
  }
  #top_contact .download_wrapper.form_wrap  .co_btnArea .back_btn:hover,
  #top_contact .download_wrapper.form_wrap  .co_btnArea .btn-basic__text:hover{ opacity: 1.0; }
  #top_contact .download_wrapper.form_wrap  .co_btnArea .back_btn{ margin-right: 4vw; }
  #top_contact .download_wrapper.form_wrap  .co_btnArea .back_btn::before{
    width: 2.67vw;
    height: 3.2vw;
    top: calc((100% - 3.2vw) / 2);
    left: 1em;
  }
  #top_contact .download_wrapper.form_wrap  .co_btnArea .btn-basic__text::after{
    width: 5.34vw;
    height: 5.34vw;
    top: calc((100% - 5.34vw) / 2);
    right: 1em;
  }
}


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

/*# sourceMappingURL=top.css.map */
</pre></body></html>