@charset "UTF-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Master Style CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* ---------------------------------------------------------------------------
BEM記述方法のマニュアル的なもの
https://qiita.com/Takuan_Oishii/items/0f0d2c5dc33a9b2d9cb1

フォントサイズの単位は、pxではなく、remを使ってください。
--------------------------------------------------------------------------- */
/* CSS Import */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900?family=Oswald&family=Roboto:wght@100;300;400;500;700&display=swap");
/* Settings */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Variables CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* Variables - グローバル変数の定義
-------------------------------------------- */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

FUNCTIONS CSS function & mixin

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* Responsive
-------------------------------------------- */
/**
 * SVG画像をアイコンに使いたい的ないろいろ
 *
 *  [Html] SVG塗りつぶしの色をBackground-Imageとして扱うときに変更する
 * https://code.i-harness.com/ja/q/cbfa3c
 */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Common CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* Common
-------------------------------------------- */
.f-nav__action-btn, .f-nav__ttl, .f-nav__ttl--second, .f-nav__ttl--third {
  font-family: 'Oswald', sans-serif; }

.g-nav__link, .g-nav__link--sub, .g-nav__link--disabled, .hero-area__en, .product__anchor-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em; }

.common__tab-area {
  display: flex;
  justify-content: center;
  cursor: pointer;
  border-bottom: 1px solid #666; }
.common__tab {
  width: 300px;
  padding: 10px 0;
  text-align: center;
  color: #666;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem); }
  .common__tab:last-child {
    border-right: 1px solid #666; }
  .common__tab.active {
    background-color: #666;
    color: #FFF;
    border: none; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Reset CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
:root {
  font-size: 10px; }

html {
  width: 100%;
  color: #000;
  background: #FFF; }

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", HiraKakuProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  width: 100%;
  background: #FFF; }

body > img,
body > noscript > img,
body > iframe {
  display: none; }

body, div, dl, dt, dd, ul, ol, li, h1, h2,
h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, textarea, p, blockquote, th, td,
figure, address, label {
  margin: 0;
  padding: 0;
  word-break: break-word;
  -webkit-overflow-scrolling: touch; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

table br {
  display: none !important; }

table th br,
table td br {
  display: inline !important; }

fieldset,
img {
  border: 0; }

*,
::before,
::after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch; }

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address, caption, cite, code, dfn, em, th, var, i {
  font-style: normal;
  font-weight: normal; }

ul {
  list-style: none; }

caption,
th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input[type=tel],
input[type=text],
input[type=file],
input[type=email],
input[type=reset],
input[type=image],
input[type=button],
input[type=submit],
input[type=number],
input[type=password],
textarea, select, optgroup {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", HiraKakuProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
  font-size: 1.4rem;
  font-weight: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

input {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", HiraKakuProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
  font-size: 1.4rem;
  font-weight: inherit;
  border: none;
  border-radius: 0;
  outline: none; }

select {
  outline: none;
  color: #000;
  text-overflow: '';
  text-indent: .01rem;
  vertical-align: middle;
  padding: 10px;
  padding-right: 31px !important;
  border: #DDD 1px solid;
  outline: none;
  background: #FFF url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%226%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%2C0V1H1V0ZM1%2C1V2H2V1ZM2%2C2V3H3V2ZM3%2C3V4H4V3ZM4%2C4V5H5V4Zm6-4V1h1V0ZM9%2C2h1V1H9ZM8%2C3H9V2H8ZM7%2C4H8V3H7ZM6%2C5H7V4H6ZM5%2C6H6V5H5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right 10px; }
  select optgroup, select option {
    color: #000;
    outline: none; }
  select::-ms-expand {
    display: none; }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

textarea {
  resize: vertical; }

/*because legend doesn't inherit in IE */
legend {
  color: #333; }

img, svg {
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: auto; }

/* clearfix */
.clearfix {
  min-height: 1px; }
  .clearfix::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden; }

.js-tab-content {
  display: none; }
  .js-tab-content.js-active {
    display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  cursor: pointer; }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

#fb-root {
  display: none; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Animation CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* Loading
-------------------------------------------- */
.loading {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  background: #FFF url(/shr/img/common/loading.gif) no-repeat center center/50px auto; }
  .preload .loading {
    opacity: 1;
    pointer-events: auto; }

.result_loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  z-index: 10;
  border-radius: 10px;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  background: #FFF url(/shr/img/common/loading.gif) no-repeat center center/50px auto; }
  .result_loading.hide {
    opacity: 0;
    pointer-events: none; }

/* アニメーション用
-------------------------------------------- */
/* ------------------------------------
【オプション】
data-na-offset="画面下からのpx数で指定"
data-na-delay="ミリ秒で指定"
------------------------------------ */
.na-slide-cover {
  position: relative; }

.na-slide-cover::before,
.na-slide-cover::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  z-index: 3;
  background: #FFF;
  transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.na-slide-cover::after {
  top: 49.5%;
  height: 50.5%;
  transition: width 0.5s 0.2s cubic-bezier(0.77, 0, 0.175, 1); }

.na-slide-cover.up::before,
.na-slide-cover.up::after,
.na-slide-cover.down::before,
.na-slide-cover.down::after {
  top: 0;
  left: 0;
  right: auto;
  width: 50%;
  height: 100%;
  transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.na-slide-cover.up::after,
.na-slide-cover.down::after {
  top: 0;
  left: 0;
  right: auto;
  width: 50%;
  height: 100%;
  transition: height 0.5s 0.2s cubic-bezier(0.77, 0, 0.175, 1); }

.na-slide-cover.up::after,
.na-slide-cover.down::after {
  left: 50%; }

.na-slide-cover.down::before,
.na-slide-cover.down::after {
  top: auto;
  bottom: 0; }

.na-slide-cover.gray::before,
.na-slide-cover.gray::after {
  background: #F5F5F5; }

.na-slide-cover.dark::before,
.na-slide-cover.dark::after {
  background: #333; }

.na-slide-cover.red::before,
.na-slide-cover.red::after {
  background: #red; }

.na-slide-cover.single::before {
  height: 100%; }

.na-slide-cover.single::after {
  display: none; }

.na-slide-cover.na-anim-init::before,
.na-slide-cover.na-anim-init::after {
  width: 0; }

.na-slide-cover.up.na-anim-init::before,
.na-slide-cover.up.na-anim-init::after,
.na-slide-cover.down.na-anim-init::before,
.na-slide-cover.down.na-anim-init::after {
  width: 50%;
  height: 0; }

.na-fade-in {
  opacity: 0;
  transition: opacity .8s; }

.na-fade-in.na-anim-init {
  opacity: 1; }

.na-lift-up {
  opacity: 0;
  transform: translateY(50px);
  transition: transform .6s ease-in-out, opacity .8s ease-in-out; }

.na-lift-up.na-anim-init {
  opacity: 1;
  transform: translateY(0); }

.na-lift-down {
  opacity: 0;
  transform: translateY(-50px);
  transition: transform .6s ease-in-out, opacity .8s ease-in-out; }

.na-lift-down.na-anim-init {
  opacity: 1;
  transform: translateY(0); }

.na-scale-in {
  opacity: 0;
  transform: scale(0);
  transition: transform 0.6s cubic-bezier(0.5, 0, 0.3, 1.2), opacity 0.6s ease-in-out; }

.na-scale-in.na-anim-init {
  opacity: 1;
  transform: scale(1); }

.na-txt-cover {
  display: inline-block;
  position: relative;
  color: transparent;
  transition: color 0s .3s; }

.na-txt-cover.na-anim-init {
  color: #BBB; }

.na-txt-cover::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #BBB;
  transform: scaleX(0);
  transform-origin: left top; }

.na-txt-cover.white::before {
  background: #FFF; }

.na-txt-cover.black::before {
  background: #000; }

.na-txt-cover.na-anim-init::before {
  animation: txt_cover cubic-bezier(0.77, 0, 0.175, 1) 0.6s forwards; }

.na-cont-cover {
  display: inline-block;
  position: relative; }
  .na-cont-cover::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100.5%;
    height: 100.5%;
    z-index: 2;
    background: #eee;
    transform-origin: right top;
    transform: scaleX(1);
    transition: transform cubic-bezier(0.65, 0, 0.2, 1) 0.5s 0.5s; }
  .na-cont-cover.white::before {
    background: #FFF; }
  .na-cont-cover.na-anim-init::before {
    transform: scaleX(0); }

.na-img-cover-01 {
  position: relative;
  overflow: hidden;
  opacity: 0; }
  .na-img-cover-01.na-anim-init {
    opacity: 1; }
    .na-img-cover-01.na-anim-init::before {
      transform: rotate(-210deg) scaleY(0); }
  .na-img-cover-01::before {
    content: "";
    display: block;
    width: 160%;
    height: 160%;
    position: absolute;
    top: 80%;
    left: 160%;
    background: #f6f6f6;
    z-index: 3;
    transform-origin: top left;
    transform: rotate(-210deg) scaleY(1);
    transition: transform cubic-bezier(0.65, 0, 0.2, 1) 1s; }

@keyframes txt_cover {
  0% {
    transform: scaleX(0);
    transform-origin: left top; }
  49% {
    transform: scaleX(1);
    transform-origin: left top; }
  51% {
    transform: scaleX(1);
    transform-origin: right top; }
  100% {
    transform: scaleX(0);
    transform-origin: right top; } }
/* Plugin */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.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 {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/*
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
*/
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: 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 {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.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: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.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 {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* Pages */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

br CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media (max-width: 900px) {
  .br__pc {
    display: none; } }
@media (max-width: 600px) {
  .br__pc-tb {
    display: none; } }
@media (max-width: 900px) {
  .br__pc-sp {
    display: none; } }
@media (max-width: 600px) {
  .br__pc-sp {
    display: block; } }
.br__tb {
  display: none; }
  @media (max-width: 900px) {
    .br__tb {
      display: block; } }
  @media (max-width: 600px) {
    .br__tb {
      display: none; } }
.br__tb-sp {
  display: none; }
  @media (max-width: 900px) {
    .br__tb-sp {
      display: block; } }
.br__sp {
  display: none; }
  @media (max-width: 600px) {
    .br__sp {
      display: block; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

header CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #FFF;
  transition: top 0.3s cubic-bezier(0.77, 0, 0.175, 1), background 0.3s ease-in-out;
  z-index: 100; }
  .js-home-clear [data-page="home"] .header {
    background: transparent; }
  .js-header-hide .header {
    top: -120px; }
  @media (max-width: 900px) {
    .header {
      height: 96px; }
      .js-header-hide .header {
        top: -96px; } }
  @media (max-width: 600px) {
    .header {
      height: 72px; }
      .js-header-hide .header {
        top: -72px; } }
  .header__inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1; }
  .header__logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 242px;
    transform: translateY(-50%);
    z-index: 2;
    transition: opacity .3s ease-in-out; }
    .header__logo:hover {
      opacity: .7; }
    @media (max-width: 1200px) {
      .header__logo {
        width: 25vw; } }
    @media (max-width: 900px) {
      .header__logo {
        left: 10px;
        width: 250px;
        transform: translateY(-50%); } }
    @media (max-width: 600px) {
      .header__logo {
        left: 10px;
        width: 190px; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

g-nav CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.g-nav__link, .g-nav__link--sub, .g-nav__link--disabled {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  padding: 10px;
  cursor: pointer;
  transition: color .3s ease-in-out;
  /*&:hover {
  	color: map-get($key-color, secondary);
  }*/ }
  @media (max-width: 1200px) {
    .g-nav__link, .g-nav__link--sub, .g-nav__link--disabled {
      font-size: 1.2rem; } }
  @media (max-width: 900px) {
    .g-nav__link, .g-nav__link--sub, .g-nav__link--disabled {
      font-size: 1.6rem; } }
  .g-nav__link::before, .g-nav__link--sub::before, .g-nav__link--disabled::before, .g-nav__link::after, .g-nav__link--sub::after, .g-nav__link--disabled::after {
    border-bottom: solid 2px #000;
    bottom: 25px;
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0; }
    @media (max-width: 900px) {
      .g-nav__link::before, .g-nav__link--sub::before, .g-nav__link--disabled::before, .g-nav__link::after, .g-nav__link--sub::after, .g-nav__link--disabled::after {
        content: none;
        border: none; } }
  .g-nav__link::before, .g-nav__link--sub::before, .g-nav__link--disabled::before {
    left: 50%;
    margin-left: -2px; }
  .g-nav__link::after, .g-nav__link--sub::after, .g-nav__link--disabled::after {
    right: 50%;
    margin-right: -2px; }
  .g-nav__link:hover::before, .g-nav__link--sub:hover::before, .g-nav__link--disabled:hover::before, .g-nav__link:hover::after, .g-nav__link--sub:hover::after, .g-nav__link--disabled:hover::after {
    width: 50%; }
  .js-home-clear [data-page="home"] .g-nav__link, .js-home-clear [data-page="home"] .g-nav__link--sub, .js-home-clear [data-page="home"] .g-nav__link--disabled {
    color: #FFF; }
    .js-home-clear [data-page="home"] .g-nav__link:hover, .js-home-clear [data-page="home"] .g-nav__link--sub:hover, .js-home-clear [data-page="home"] .g-nav__link--disabled:hover {
      color: #4268D9; }
    @media (max-width: 900px) {
      .js-home-clear [data-page="home"] .g-nav__link, .js-home-clear [data-page="home"] .g-nav__link--sub, .js-home-clear [data-page="home"] .g-nav__link--disabled {
        color: #000; } }
  @media (max-width: 900px) {
    .g-nav__link, .g-nav__link--sub, .g-nav__link--disabled {
      color: #000;
      padding: 15px 60px 15px 20px; }
      .g-nav__link::after, .g-nav__link--sub::after, .g-nav__link--disabled::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 20px;
        height: 11px;
        margin: -7px 0 0;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2215%22%3E%3Cpath%20fill%3D%22%23071358%22%20d%3D%22M28%2C7h-1V6h-1v1H0v1h28V7z%20M25%2C5v1h1V5H25z%20M24%2C4v1h1V4H24z%20M23%2C3v1h1V3H23z%20M22%2C2v1h1V2H22z%20M21%2C1v1h1V1H21z%20M20%2C0v1h1V0H20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right; } }
  @media (max-width: 600px) {
    .g-nav__link, .g-nav__link--sub, .g-nav__link--disabled {
      padding: 15px 40px 15px 10px; }
      .g-nav__link::after, .g-nav__link--sub::after, .g-nav__link--disabled::after {
        right: 10px; } }

.g-nav {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1; }
  @media (max-width: 900px) {
    .g-nav {
      position: fixed;
      top: 96px;
      right: -300px;
      width: 300px;
      height: calc(100% - 96px);
      padding: 0 0 1px;
      background: #FFF;
      transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      overflow: auto;
      z-index: 10; }
      .js-header-fix .g-nav {
        right: 0; } }
  @media (max-width: 600px) {
    .g-nav {
      top: 72px;
      height: calc(100% - 72px); } }
  .g-nav__active {
    width: 100%; }
    .g-nav__active::before, .g-nav__active::after {
      width: 50%;
      border-bottom: solid 2px #000;
      bottom: 25px;
      content: "";
      display: block;
      position: absolute;
      transition: all .3s ease;
      -webkit-transition: all .3s ease; }
      @media (max-width: 900px) {
        .g-nav__active::before, .g-nav__active::after {
          content: none; } }
    .g-nav__active::before {
      left: 50%;
      margin-left: -2px; }
    .g-nav__active::after {
      right: 50%;
      margin-right: -2px; }
  .g-nav__content {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 324px);
    height: 100%;
    		/*@include pc {
    			top: auto;
    			left: auto;
    			right: ($pd-side - 15);
    			bottom: 0;
                width: auto;
    			height: 50%;
    			transform: none;
    		}*/ }
    @media (max-width: 1200px) {
      .g-nav__content {
        width: calc(100% - 25vw); } }
    @media (max-width: 900px) {
      .g-nav__content {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        height: auto; } }
  .g-nav__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    height: 100%; }
    @media (max-width: 900px) {
      .g-nav__list {
        display: block;
        height: auto;
        padding: 0;
        border-top: #EEE 1px solid;
        border-radius: 0;
        background: #FFF; } }
  .g-nav__item {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 0; }
    @media (max-width: 900px) {
      .g-nav__item {
        display: block;
        height: 100%;
        padding: 0;
        border-bottom: #EEE 1px solid; } }
  .g-nav__link--sub {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", HiraKakuProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
    font-size: 1.4rem; }
  .g-nav__link--disabled {
    opacity: .5;
    pointer-events: none; }
  .g-nav__sp-list {
    display: none; }
    @media (max-width: 900px) {
      .g-nav__sp-list {
        display: block; } }
  @media (max-width: 900px) {
    .g-nav__sp-item {
      display: block;
      padding: 0;
      border-bottom: #EEE 1px solid; } }
  .g-nav__h-nav {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    right: 0;
    width: 268px;
    transform: translateY(-50%); }
    @media (max-width: 1440px) {
      .g-nav__h-nav {
        top: 0;
        transform: none; } }
    @media (max-width: 900px) {
      .g-nav__h-nav {
        display: block;
        position: relative;
        right: auto;
        width: 100%; } }

.noLink {
  color: #555; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

g-nav-sub CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.g-nav-sub {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  width: 300px;
  border: #EEE 1px solid;
  border-top: none; }
  @media (max-width: 900px) {
    .g-nav-sub {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      border: none; } }
  .js-home-clear [data-page="home"] .g-nav-sub {
    border: #000 1px solid;
    border-top: none; }
    @media (max-width: 900px) {
      .js-home-clear [data-page="home"] .g-nav-sub {
        border: none; } }
  .g-nav-sub__list {
    width: 100%;
    background: #FFF; }
    @media (max-width: 900px) {
      .g-nav-sub__list {
        background: #FAFAFA; } }
    .js-home-clear [data-page="home"] .g-nav-sub__list {
      background: rgba(0, 0, 0, 0.5); }
      @media (max-width: 900px) {
        .js-home-clear [data-page="home"] .g-nav-sub__list {
          background: #FAFAFA; } }
  .g-nav-sub__item {
    border-top: #EEE 1px solid; }
    .js-home-clear [data-page="home"] .g-nav-sub__item {
      border-top: #000 1px solid; }
      @media (max-width: 900px) {
        .js-home-clear [data-page="home"] .g-nav-sub__item {
          border-top: #EEE 1px solid; } }
  .g-nav-sub__link {
    display: block;
    position: relative;
    color: #333;
    padding: 8px 25px;
    transition: opacity .3s ease-in-out; }
    .g-nav-sub__link:hover {
      opacity: .7; }
    @media (max-width: 900px) {
      .g-nav-sub__link {
        font-size: 1.2rem;
        padding: 8px 20px 8px 30px; } }
    @media (max-width: 600px) {
      .g-nav-sub__link {
        padding: 8px 10px 8px 20px; } }
    .js-home-clear [data-page="home"] .g-nav-sub__link {
      color: #FFF; }
      @media (max-width: 900px) {
        .js-home-clear [data-page="home"] .g-nav-sub__link {
          color: #333; } }
    .g-nav-sub__link--nolink {
      display: block;
      position: relative;
      color: #333;
      padding: 8px 25px;
      opacity: .7; }
      @media (max-width: 900px) {
        .g-nav-sub__link--nolink {
          font-size: 1.2rem;
          padding: 8px 20px 8px 30px; } }
      @media (max-width: 600px) {
        .g-nav-sub__link--nolink {
          padding: 8px 10px 8px 20px; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

g-nav-trigger CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.g-nav-trigger {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 50px;
  height: 50px;
  margin: -25px 0 0;
  cursor: pointer;
  z-index: 10; }
  @media (max-width: 900px) {
    .g-nav-trigger {
      display: block;
      right: 20px; } }
  @media (max-width: 600px) {
    .g-nav-trigger {
      right: 10px;
      width: 30px;
      height: 30px;
      margin: -15px 0 0; } }
  .g-nav-trigger__inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 2px;
    margin: -1px 0 0;
    background: black;
    transition: background 0.3s 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .js-home-clear [data-page="home"] .g-nav-trigger__inner {
      background: #000; }
      .js-home-clear [data-page="home"] .g-nav-trigger__inner::before, .js-home-clear [data-page="home"] .g-nav-trigger__inner::after {
        background: #000; }
    @media (max-width: 600px) {
      .g-nav-trigger__inner {
        left: 5px;
        width: 20px;
        height: 1px;
        margin: -0.5px 0 0; } }
    .g-nav-trigger__inner::before, .g-nav-trigger__inner::after {
      content: "";
      display: block;
      position: absolute;
      top: -9px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #000;
      transform: rotate(0);
      transition: top 0.3s 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
      @media (max-width: 600px) {
        .g-nav-trigger__inner::before, .g-nav-trigger__inner::after {
          top: -7px;
          height: 1px; } }
    .g-nav-trigger__inner::after {
      top: 9px; }
      @media (max-width: 600px) {
        .g-nav-trigger__inner::after {
          top: 7px; } }
    .js-header-fix .g-nav-trigger__inner {
      background: rgba(51, 51, 51, 0);
      transition: background 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
      .js-header-fix .g-nav-trigger__inner::before, .js-header-fix .g-nav-trigger__inner::after {
        top: 0;
        transform: rotate(45deg);
        transition: top 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
      .js-header-fix .g-nav-trigger__inner::after {
        transform: rotate(-45deg); }
    .js-header-fix.js-home-clear [data-page="home"] .g-nav-trigger__inner {
      background: rgba(255, 255, 255, 0); }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

footer CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.footer {
  position: relative;
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
  z-index: 10; }
  @media (max-width: 900px) {
    .footer {
      padding: 5vw 20px; } }
  @media (max-width: 600px) {
    .footer {
      padding: 20px 10px; } }
  .footer__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; }
    @media (max-width: 600px) {
      .footer__inner {
        padding: 0; } }
  .footer__backtop {
    display: block;
    position: relative;
    width: 59px;
    height: 42px;
    margin: 0 auto 30px;
    overflow: hidden; }
    @media (max-width: 900px) {
      .footer__backtop {
        margin: 0 auto 3vw; } }
    @media (max-width: 600px) {
      .footer__backtop {
        margin: 0 auto 4.5vw; } }
    .footer__backtop::before, .footer__backtop::after {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: 10px;
      width: 39px;
      height: 22px;
      background: url(/assets/img/common/icon-arrow-top.svg) no-repeat center center/100% 100%;
      transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
    .footer__backtop::after {
      top: 52px; }
    .footer__backtop:hover::before {
      top: -32px; }
    .footer__backtop:hover::after {
      top: 10px; }
  .footer__logo {
    display: block;
    width: 242px;
    margin: 0 auto 40px; }
    @media (max-width: 900px) {
      .footer__logo {
        width: 181.5px; } }
    @media (max-width: 600px) {
      .footer__logo {
        width: 121px; } }
    .footer__logo[href*="/"] {
      transition: opacity .3s ease-in-out; }
      .footer__logo[href*="/"]:hover {
        opacity: .7; }
  .footer__banner {
    max-width: 810px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center; }
    @media (max-width: 600px) {
      .footer__banner {
        display: block; } }
  .footer__banner-item {
    width: 33.3333%;
    margin: 0 5px; }
    @media (max-width: 600px) {
      .footer__banner-item {
        width: 100%; } }
    @media (max-width: 600px) {
      .footer__banner-item:nth-child(-n+2) {
        margin: 0 0 10px; } }
  .footer__banner-item-link {
    display: block;
    border: #DDD solid 1px;
    opacity: 1;
    transition: opacity .3s ease-in-out; }
    .footer__banner-item-link:hover {
      opacity: .7; }
  .footer__link {
    margin-bottom: 20px;
    display: flex;
    justify-content: center; }
  .footer__link-item {
    padding: 0 5px; }
  .footer__copyright {
    color: #000;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", HiraKakuProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
    font-size: 1.2rem;
    text-align: center; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

wrapper CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.wrapper {
  position: relative;
  width: 100%;
  padding: 120px 0 0;
  overflow-x: hidden;
  /*
  	&[data-page="home"] {
  		padding: $header-height 0 0;
  		@include tb {
  			padding: 8vw 0 0;
  		}
  		@include sp {
  			padding: $header-height-sp 0 0;
  		}
  	}
  */ }
  @media (max-width: 900px) {
    .wrapper {
      padding: 96px 0 0; } }
  @media (max-width: 600px) {
    .wrapper {
      padding: 72px 0 0; } }
  .wrapper__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: background .3s ease-in-out;
    z-index: 99; }
    .js-header-fix .wrapper__cover {
      pointer-events: auto;
      background: rgba(0, 0, 0, 0.3); }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

f-nav CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.f-nav__list, .f-nav__list--wide {
  min-width: 230px;
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px 0 14px;
  border-left: solid 1px #292F51; }
  @media (max-width: 1440px) {
    .f-nav__list, .f-nav__list--wide {
      margin: 0 0 20px; } }
  @media (max-width: 900px) {
    .f-nav__list, .f-nav__list--wide {
      margin: 0 0 3vw;
      padding: 0 10px 0 14px; } }
  @media (max-width: 600px) {
    .f-nav__list, .f-nav__list--wide {
      margin: 0 0 4.5vw;
      padding: 0 10px 0 14px; } }

.f-nav {
  position: relative;
  width: 100%; }
  .f-nav__row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0; }
  .f-nav__col {
    width: 300px; }
    @media (max-width: 900px) {
      .f-nav__col {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%; } }
    .f-nav__col--wide {
      display: flex;
      flex-wrap: wrap;
      width: calc(100% - 300px); }
      @media (max-width: 900px) {
        .f-nav__col--wide {
          width: calc(100% + 3vw);
          margin: 0 0 0 -3vw; } }
  .f-nav__action-btn {
    display: block;
    position: relative;
    width: 100%;
    color: #FFF;
    font-size: 1.8rem;
    line-height: 1;
    margin: 0 0 20px;
    padding: 20px 80px 20px 30px;
    background: #071358;
    transition: background .3s ease-in-out; }
    .f-nav__action-btn::before, .f-nav__action-btn::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      width: 40px;
      height: 13px;
      margin: -6px 0 0;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2291%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M90%2C6V5H89V6H0V7H91V6ZM88%2C4V5h1V4ZM87%2C3V4h1V3ZM86%2C2V3h1V2ZM85%2C1V2h1V1ZM84%2C0V1h1V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat top right/91px auto;
      transition: width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1); }
    .f-nav__action-btn::after {
      width: 0;
      right: 60px;
      transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1), right 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .f-nav__action-btn:hover {
      background: #4268D9; }
      .f-nav__action-btn:hover::before, .f-nav__action-btn:hover::after {
        width: 0;
        transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
      .f-nav__action-btn:hover::after {
        width: 40px;
        right: 20px;
        transition: width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1), right 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1); }
    @media (max-width: 900px) {
      .f-nav__action-btn {
        width: calc(50% - 15px); } }
  .f-nav__list--wide {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .f-nav__ttl, .f-nav__ttl--second, .f-nav__ttl--third {
    display: block;
    color: #FFF;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0;
    opacity: 1;
    transition: opacity .3s ease-in-out; }
    .f-nav__ttl:hover, .f-nav__ttl--second:hover, .f-nav__ttl--third:hover {
      opacity: .5; }
  .f-nav__ttl--second {
    margin: 8px 0 0; }
  .f-nav__ttl--third {
    margin: 30px 0 0; }
  .f-nav__item {
    margin: 15px 0 0; }
    @media (max-width: 900px) {
      .f-nav__item {
        margin: 1.5vw 0 0; } }
    @media (max-width: 600px) {
      .f-nav__item {
        margin: 2.25vw 0 0; } }
  .f-nav__link {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 2;
    opacity: 1;
    transition: opacity .3s ease-in-out; }
    @media (max-width: 900px) {
      .f-nav__link {
        margin: 0 0 5px; } }
    @media (max-width: 600px) {
      .f-nav__link {
        margin: 0 0 5px; } }
    .f-nav__link:hover {
      opacity: .5; }
    .f-nav__link--nolink {
      display: block;
      width: 100%;
      margin: 0 0 5px;
      color: #555;
      font-size: 1.2rem;
      line-height: 2; }
      @media (max-width: 900px) {
        .f-nav__link--nolink {
          margin: 0 0 5px; } }
      @media (max-width: 600px) {
        .f-nav__link--nolink {
          margin: 0 0 5px; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

container CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.container__inner, .container__inner--500, .container__inner--520, .container__inner--540, .container__inner--560, .container__inner--580, .container__inner--600, .container__inner--620, .container__inner--640, .container__inner--660, .container__inner--680, .container__inner--700, .container__inner--720, .container__inner--740, .container__inner--760, .container__inner--780, .container__inner--800, .container__inner--820, .container__inner--840, .container__inner--860, .container__inner--880, .container__inner--900, .container__inner--920, .container__inner--940, .container__inner--960, .container__inner--980, .container__inner--1000, .container__inner--1020, .container__inner--1040, .container__inner--1060, .container__inner--1080, .container__inner--1100, .container__inner--1120, .container__inner--1140, .container__inner--1160, .container__inner--1180, .container__inner--1200, .container__inner--1220, .container__inner--1240, .container__inner--1260, .container__inner--1280, .container__inner--1300, .container__inner--1320, .container__inner--1340, .container__inner--1360, .container__inner--1380, .container__inner--1400, .container__inner--1420, .container__inner--1440, .container__inner--1460, .container__inner--1480, .container__inner--1500, .container__inner--1520, .container__inner--1540, .container__inner--1560, .container__inner--1580, .container__inner--1600, .container__inner--1620, .container__inner--1640, .container__inner--1660, .container__inner--1680 {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto; }

.container__content, .container__content--top, .container__content--bottom, .container__content--none, .container__content--sidenone {
  position: relative;
  width: 100%;
  padding: 100px 20px; }
  @media (max-width: 900px) {
    .container__content, .container__content--top, .container__content--bottom, .container__content--none, .container__content--sidenone {
      padding: 10vw 20px; } }
  @media (max-width: 600px) {
    .container__content, .container__content--top, .container__content--bottom, .container__content--none, .container__content--sidenone {
      padding: 15vw 10px; } }

.container {
  position: relative;
  width: 100%;
  z-index: 1; }
  .container__content--top {
    padding-bottom: 0; }
  .container__content--bottom {
    padding-top: 0; }
  .container__content--none {
    padding-top: 0;
    padding-bottom: 0; }
  .container__content--sidenone {
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 900px) {
      .container__content--sidenone {
        padding: 10vw 0; } }
    @media (max-width: 600px) {
      .container__content--sidenone {
        padding: 15vw 0; } }
  .container__inner--500 {
    max-width: 500px; }
  .container__inner--520 {
    max-width: 520px; }
  .container__inner--540 {
    max-width: 540px; }
  .container__inner--560 {
    max-width: 560px; }
  .container__inner--580 {
    max-width: 580px; }
  .container__inner--600 {
    max-width: 600px; }
  .container__inner--620 {
    max-width: 620px; }
  .container__inner--640 {
    max-width: 640px; }
  .container__inner--660 {
    max-width: 660px; }
  .container__inner--680 {
    max-width: 680px; }
  .container__inner--700 {
    max-width: 700px; }
  .container__inner--720 {
    max-width: 720px; }
  .container__inner--740 {
    max-width: 740px; }
  .container__inner--760 {
    max-width: 760px; }
  .container__inner--780 {
    max-width: 780px; }
  .container__inner--800 {
    max-width: 800px; }
  .container__inner--820 {
    max-width: 820px; }
  .container__inner--840 {
    max-width: 840px; }
  .container__inner--860 {
    max-width: 860px; }
  .container__inner--880 {
    max-width: 880px; }
  .container__inner--900 {
    max-width: 900px; }
  .container__inner--920 {
    max-width: 920px; }
  .container__inner--940 {
    max-width: 940px; }
  .container__inner--960 {
    max-width: 960px; }
  .container__inner--980 {
    max-width: 980px; }
  .container__inner--1000 {
    max-width: 1000px; }
  .container__inner--1020 {
    max-width: 1020px; }
  .container__inner--1040 {
    max-width: 1040px; }
  .container__inner--1060 {
    max-width: 1060px; }
  .container__inner--1080 {
    max-width: 1080px; }
  .container__inner--1100 {
    max-width: 1100px; }
  .container__inner--1120 {
    max-width: 1120px; }
  .container__inner--1140 {
    max-width: 1140px; }
  .container__inner--1160 {
    max-width: 1160px; }
  .container__inner--1180 {
    max-width: 1180px; }
  .container__inner--1200 {
    max-width: 1200px; }
  .container__inner--1220 {
    max-width: 1220px; }
  .container__inner--1240 {
    max-width: 1240px; }
  .container__inner--1260 {
    max-width: 1260px; }
  .container__inner--1280 {
    max-width: 1280px; }
  .container__inner--1300 {
    max-width: 1300px; }
  .container__inner--1320 {
    max-width: 1320px; }
  .container__inner--1340 {
    max-width: 1340px; }
  .container__inner--1360 {
    max-width: 1360px; }
  .container__inner--1380 {
    max-width: 1380px; }
  .container__inner--1400 {
    max-width: 1400px; }
  .container__inner--1420 {
    max-width: 1420px; }
  .container__inner--1440 {
    max-width: 1440px; }
  .container__inner--1460 {
    max-width: 1460px; }
  .container__inner--1480 {
    max-width: 1480px; }
  .container__inner--1500 {
    max-width: 1500px; }
  .container__inner--1520 {
    max-width: 1520px; }
  .container__inner--1540 {
    max-width: 1540px; }
  .container__inner--1560 {
    max-width: 1560px; }
  .container__inner--1580 {
    max-width: 1580px; }
  .container__inner--1600 {
    max-width: 1600px; }
  .container__inner--1620 {
    max-width: 1620px; }
  .container__inner--1640 {
    max-width: 1640px; }
  .container__inner--1660 {
    max-width: 1660px; }
  .container__inner--1680 {
    max-width: 1680px; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

video-frame CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.video-frame {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0;
  z-index: 1; }
  .video-frame__video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: 0; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

hero-area CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.hero-area__inner, .hero-area__inner--white {
  position: relative;
  width: 100%;
  min-height: 300px;
  padding: 20.8333333333% 0 0;
  background: #CCC; }
  @media (max-width: 600px) {
    .hero-area__inner, .hero-area__inner--white {
      min-height: inherit;
      padding: 50% 0 0; } }

.hero-area {
  width: 100%; }
  .hero-area__inner--white {
    background: #FFF; }
    .hero-area__inner--white::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #EEE; }
  .hero-area__heading {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    transform: translateY(-50%);
    z-index: 2; }
    @media (max-width: 900px) {
      .hero-area__heading {
        padding: 0 20px; } }
    @media (max-width: 600px) {
      .hero-area__heading {
        padding: 0 10px; }
        .hero-area__heading::before {
          width: 9vw;
          margin: 0 0 0 -4.5vw; } }
  .hero-area__en {
    display: block;
    color: #FFF;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 100;
    margin: 0; }
    @media (max-width: 900px) {
      .hero-area__en {
        font-size: 3vw;
        padding: 0 20px; } }
    @media (max-width: 600px) {
      .hero-area__en {
        font-size: 4vw; } }
  .hero-area__ja {
    display: block;
    color: #FFF;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: .1em;
    padding: 0 20px 17px;
    margin-bottom: 15px;
    position: relative; }
    .hero-area__ja::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 30px;
      height: 2px;
      margin: 0 0 0 -15px;
      background: #FFF; }
    @media (max-width: 900px) {
      .hero-area__ja {
        font-size: 5vw; } }
    @media (max-width: 600px) {
      .hero-area__ja {
        font-size: 7vw; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-hero CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-hero__inner {
  display: flex;
  margin-bottom: 100px;
  padding: 0 20px; }
  @media (max-width: 900px) {
    .home-hero__inner {
      margin-bottom: 50px; } }
  @media (max-width: 600px) {
    .home-hero__inner {
      display: block;
      padding: 0;
      margin-bottom: 30px; } }
.home-hero__left {
  width: 50%; }
  @media (max-width: 900px) {
    .home-hero__left {
      position: relative; } }
  @media (max-width: 600px) {
    .home-hero__left {
      width: 100%; } }
.home-hero__left-logo-outer {
  display: none; }
  @media (max-width: 900px) {
    .home-hero__left-logo-outer {
      padding: 10px 20px;
      width: 90%;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      background: #FFF;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
.home-hero__right {
  width: 50%;
  padding: 0 0 0 calc((50% - 550px) / 2);
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media (max-width: 1200px) {
    .home-hero__right {
      padding: 0 0 0 calc((60% - 50vw) / 2); } }
  @media (max-width: 900px) {
    .home-hero__right {
      margin: 0 auto;
      background: #FFF;
      position: relative;
      z-index: 2; } }
  @media (max-width: 600px) {
    .home-hero__right {
      width: calc(100% - 20px);
      padding: 0;
      margin-top: 10vw; } }
.home-hero__right-logo {
  max-width: 550px;
  margin-bottom: 40px; }
  @media (max-width: 1200px) {
    .home-hero__right-logo {
      width: 50vw;
      margin-bottom: 4vw; } }
  @media (max-width: 600px) {
    .home-hero__right-logo {
      max-width: none;
      width: calc(100% - 20px);
      margin-bottom: 4vw; } }
  .home-hero__right-logo:last-of-type {
    margin: 40px 0; }
    @media (max-width: 1200px) {
      .home-hero__right-logo:last-of-type {
        margin: 6vw 0 4vw; } }
.home-hero__date-venue {
  font-size: 1.8rem;
  font-weight: bold; }
  @media (max-width: 1200px) {
    .home-hero__date-venue {
      font-size: 1.5vw; } }
  @media (max-width: 600px) {
    .home-hero__date-venue {
      font-size: 4vw;
      margin-bottom: 2vw; } }
  .home-hero__date-venue:nth-child(2) {
    display: flex; }
    @media (max-width: 600px) {
      .home-hero__date-venue:nth-child(2) {
        display: block; } }
.home-hero__date {
  display: block;
  margin: 0 auto 0 0; }
  @media (max-width: 600px) {
    .home-hero__date {
      width: 100%;
      padding: 0; } }
  .home-hero__date:first-of-type li:nth-child(2) .home-hero__date-ttl {
    padding: 8px 0 0; }
    @media (max-width: 1200px) {
      .home-hero__date:first-of-type li:nth-child(2) .home-hero__date-ttl {
        padding: 0; } }
    @media (max-width: 600px) {
      .home-hero__date:first-of-type li:nth-child(2) .home-hero__date-ttl {
        top: 0; } }
  .home-hero__date:first-of-type li:nth-child(3) .home-hero__date-ttl {
    padding: 0 !important; }
.home-hero__date-days {
  font-size: 1.8rem;
  display: block; }
  @media (max-width: 1200px) {
    .home-hero__date-days {
      font-size: 1.5vw; } }
  @media (max-width: 600px) {
    .home-hero__date-days {
      padding: 0;
      font-size: 4vw;
      width: auto; } }
.home-hero__date-time {
  font-size: 1.5rem;
  margin-left: 10px;
  display: inline-block; }
  @media (max-width: 1200px) {
    .home-hero__date-time {
      font-size: 1.5vw; } }
  @media (max-width: 600px) {
    .home-hero__date-time {
      padding: 0;
      font-size: 4vw;
      width: auto; } }
.home-hero__date-ttl {
  display: block;
  width: 100px;
  /*@include sp {
  	position: absolute;
  	left: 0;
  	top: 0;
  }*/ }
  @media (max-width: 1200px) {
    .home-hero__date-ttl {
      width: 8vw;
      font-weight: bold;
      font-size: 1.4vw; } }
  @media (max-width: 600px) {
    .home-hero__date-ttl {
      width: 100%;
      font-size: 3.5vw; } }
.home-hero__date-item {
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  margin-bottom: 10px; }
  @media (max-width: 1200px) {
    .home-hero__date-item {
      font-size: 1.5vw; } }
  @media (max-width: 600px) {
    .home-hero__date-item {
      position: relative;
      width: 100%;
      padding: 0;
      font-size: 4vw; } }
  .home-hero__date-item:nth-child(3) {
    align-items: flex-start; }
    .home-hero__date-item:nth-child(3) .home-hero__date-ttl {
      padding: 8px 0 0; }
      @media (max-width: 600px) {
        .home-hero__date-item:nth-child(3) .home-hero__date-ttl {
          top: 0;
          padding: 0; } }
  .home-hero__date-item:last-child {
    margin-bottom: 0; }
  .home-hero__date-item.notes {
    font-size: 1rem; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-news CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-news__inner {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto 60px; }
  @media (max-width: 600px) {
    .home-news__inner {
      padding: 0 10px;
      margin: 0 auto 30px; } }
.home-news__list {
  border-top: #DDD solid 1px; }
.home-news__list-item {
  border-bottom: #DDD solid 1px;
  opacity: 1;
  transition: opacity .3s ease-in-out; }
  .home-news__list-item:hover {
    opacity: .5; }
.home-news__list-link {
  display: flex;
  padding: 15px 0;
  color: #000; }
  @media (max-width: 600px) {
    .home-news__list-link {
      display: block; } }
.home-news__list-ttl {
  display: block;
  margin-right: 30px; }
  @media (max-width: 600px) {
    .home-news__list-ttl {
      margin: 0 0 10px; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-banner CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-banner__inner {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto 50px; }
  @media (max-width: 600px) {
    .home-banner__inner {
      padding: 0 10px; } }
.home-banner__frame {
  width: 100%;
  display: flex;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: background .3s ease-in-out; }
  @media (max-width: 600px) {
    .home-banner__frame {
      display: block; } }
  .home-banner__frame::before, .home-banner__frame::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 28px;
    right: 30px;
    width: 40px;
    height: 11px;
    margin: -6px 0 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2215%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2C7h-1V6h-1v1H0v1h28V7z%20M25%2C5v1h1V5H25z%20M24%2C4v1h1V4H24z%20M23%2C3v1h1V3H23z%20M22%2C2v1h1V2H22z%20M21%2C1v1h1V1H21z%20M20%2C0v1h1V0H20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right;
    transition: width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 2; }
    @media (max-width: 600px) {
      .home-banner__frame::before, .home-banner__frame::after {
        bottom: 10px;
        right: 20px; } }
  .home-banner__frame::after {
    right: 70px;
    width: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2215%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2C7h-1V6h-1v1H0v1h28V7z%20M25%2C5v1h1V5H25z%20M24%2C4v1h1V4H24z%20M23%2C3v1h1V3H23z%20M22%2C2v1h1V2H22z%20M21%2C1v1h1V1H21z%20M20%2C0v1h1V0H20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right;
    transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .home-banner__frame:hover::before {
    width: 0;
    transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .home-banner__frame:hover::after {
    right: 30px;
    width: 40px;
    transition: right 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1); }
.home-banner__img {
  width: 50%; }
  @media (max-width: 600px) {
    .home-banner__img {
      width: 100%; } }
.home-banner__txt {
  width: 50%;
  padding: 0 0 0 30px;
  display: flex;
  align-items: center;
  background: #666;
  color: #FFF;
  position: relative; }
  @media (max-width: 600px) {
    .home-banner__txt {
      width: 100%;
      padding: 7vw 0 7vw 30px; } }
.home-banner__ttl {
  width: 100%;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 5px; }
  @media (max-width: 600px) {
    .home-banner__ttl {
      font-size: 6vw; } }
.home-banner__sub-ttl {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  color: #CCC; }
  @media (max-width: 600px) {
    .home-banner__sub-ttl {
      font-size: 3vw; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-sponsor CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-sponsor__inner {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto; }
  @media (max-width: 600px) {
    .home-sponsor__inner {
      padding: 0 10px; } }
.home-sponsor__list-inner {
  display: flex;
  padding-bottom: 30px;
  border-bottom: #000 solid 1px; }
  @media (max-width: 600px) {
    .home-sponsor__list-inner {
      display: block; } }
.home-sponsor__list {
  padding: 0 30px 0 0;
  margin-right: 30px; }
  @media (max-width: 600px) {
    .home-sponsor__list {
      padding: 0;
      margin: 0; } }
  .home-sponsor__list:first-child {
    border-right: #DDD solid 1px; }
    @media (max-width: 600px) {
      .home-sponsor__list:first-child {
        border-right: none;
        margin-bottom: 20px; } }
.home-sponsor__list-ttl {
  font-size: 1.8rem;
  font-weight: bold; }
.home-sponsor__notes {
  margin-top: 5px;
  font-size: 1.1rem; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-exhibit-items CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-exhibit-items__inner {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto 50px; }
  @media (max-width: 600px) {
    .home-exhibit-items__inner {
      padding: 0 10px; } }
.home-exhibit-items__banner {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 600px) {
    .home-exhibit-items__banner {
      display: block; } }
.home-exhibit-items__banner-item {
  width: 48.611%;
  border-radius: 10px;
  overflow: hidden; }
  @media (max-width: 600px) {
    .home-exhibit-items__banner-item {
      width: 100%; }
      .home-exhibit-items__banner-item:first-child {
        margin-bottom: 10px; } }
  .home-exhibit-items__banner-item--ex {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
   /*
  &::after {
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	content: "Coming soon";
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: rgba(255, 255, 255, .7);
  	z-index: 1;
  	font-size: clamp(1.8rem,3vw,3rem);
  	font-family: "Roboto", serif;
  	color: #7b7b7b;
  }*/ }
    @media (max-width: 600px) {
      .home-exhibit-items__banner-item--ex {
        width: 100%; } }
    .home-exhibit-items__banner-item--ex .home-exhibit-items__banner-link {
      padding: 20px; }
    .home-exhibit-items__banner-item--ex .home-exhibit-items__banner-ttl {
      width: 100%;
      font-size: 1.8rem;
      line-height: 1.4;
      margin-bottom: 0; }
.home-exhibit-items__banner-link {
  display: flex;
  align-items: center;
  background: #666;
  color: #FFF;
  position: relative;
  padding: 30px 20px 25px 20px; }
  @media (max-width: 600px) {
    .home-exhibit-items__banner-link {
      padding: 15px 10px 15px 10px; } }
  .home-exhibit-items__banner-link::before, .home-exhibit-items__banner-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 40px;
    height: 11px;
    margin: -6px 0 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2215%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2C7h-1V6h-1v1H0v1h28V7z%20M25%2C5v1h1V5H25z%20M24%2C4v1h1V4H24z%20M23%2C3v1h1V3H23z%20M22%2C2v1h1V2H22z%20M21%2C1v1h1V1H21z%20M20%2C0v1h1V0H20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right;
    transition: width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 2; }
    @media (max-width: 600px) {
      .home-exhibit-items__banner-link::before, .home-exhibit-items__banner-link::after {
        bottom: 10px;
        right: 20px; } }
  .home-exhibit-items__banner-link::after {
    right: 50px;
    width: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2215%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2C7h-1V6h-1v1H0v1h28V7z%20M25%2C5v1h1V5H25z%20M24%2C4v1h1V4H24z%20M23%2C3v1h1V3H23z%20M22%2C2v1h1V2H22z%20M21%2C1v1h1V1H21z%20M20%2C0v1h1V0H20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right;
    transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .home-exhibit-items__banner-link:hover::before {
    width: 0;
    transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .home-exhibit-items__banner-link:hover::after {
    right: 30px;
    width: 40px;
    transition: right 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1); }
.home-exhibit-items__banner-ttl {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 5px; }
  @media (max-width: 600px) {
    .home-exhibit-items__banner-ttl {
      line-height: 1.4;
      margin-bottom: 0; } }
.home-exhibit-items__banner-sub-ttl {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  color: #CCC; }
.home-exhibit-items__banner-img-area {
  display: flex;
  margin: 50px 0; }
  @media (max-width: 600px) {
    .home-exhibit-items__banner-img-area {
      margin: 25px 0; } }
.home-exhibit-items__banner-img-area-left {
  width: 50%; }
.home-exhibit-items__banner-img-area-right {
  width: 50%; }
.home-exhibit-items__small-banner {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 600px) {
    .home-exhibit-items__small-banner {
      display: block; } }
.home-exhibit-items__small-banner-item {
  width: 31.48%; }
  @media (max-width: 600px) {
    .home-exhibit-items__small-banner-item {
      width: 100%; } }
  .home-exhibit-items__small-banner-item:nth-child(-n+2) {
    margin-bottom: 5px; }
.home-exhibit-items__small-banner-link {
  width: 100%;
  display: block;
  text-align: center;
  background: #666;
  color: #FFF;
  position: relative;
  padding: 30px 20px 40px 20px; }
  @media (max-width: 600px) {
    .home-exhibit-items__small-banner-link {
      padding: 20px 0 40px; } }
  .home-exhibit-items__small-banner-link::before, .home-exhibit-items__small-banner-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 15px;
    right: 45%;
    width: 30px;
    height: 11px;
    margin: -6px 0 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2215%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2C7h-1V6h-1v1H0v1h28V7z%20M25%2C5v1h1V5H25z%20M24%2C4v1h1V4H24z%20M23%2C3v1h1V3H23z%20M22%2C2v1h1V2H22z%20M21%2C1v1h1V1H21z%20M20%2C0v1h1V0H20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right;
    transition: width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 2; }
    @media (max-width: 600px) {
      .home-exhibit-items__small-banner-link::before, .home-exhibit-items__small-banner-link::after {
        bottom: 10px; } }
  .home-exhibit-items__small-banner-link::after {
    right: 55%;
    width: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2215%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2C7h-1V6h-1v1H0v1h28V7z%20M25%2C5v1h1V5H25z%20M24%2C4v1h1V4H24z%20M23%2C3v1h1V3H23z%20M22%2C2v1h1V2H22z%20M21%2C1v1h1V1H21z%20M20%2C0v1h1V0H20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right;
    transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .home-exhibit-items__small-banner-link:hover::before {
    width: 0;
    transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .home-exhibit-items__small-banner-link:hover::after {
    right: 45%;
    width: 30px;
    transition: right 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1); }
.home-exhibit-items__small-banner-ttl {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 8px; }
.home-exhibit-items__small-banner-sub-ttl {
  font-family: "Roboto", sans-serif;
  color: #999;
  font-size: 1.2rem; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

block-ttl CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.block-ttl {
  width: 100%;
  margin: 0 auto 50px;
  padding: 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  position: relative; }
  @media (max-width: 600px) {
    .block-ttl {
      font-size: 1.8rem;
      margin: 0 auto 25px; } }
  .block-ttl--m30 {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    position: relative; }
    @media (max-width: 600px) {
      .block-ttl--m30 {
        font-size: 1.8rem;
        margin: 0 auto 25px; } }
    .block-ttl--m30::before {
      content: "";
      width: 100%;
      height: 1px;
      background: #000;
      position: absolute;
      left: 0;
      top: 50%; }
  .block-ttl--m30fs {
    width: 100%;
    margin: -120px auto 30px;
    padding: 120px 0 0;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    position: relative; }
    @media (max-width: 900px) {
      .block-ttl--m30fs {
        margin: -96px auto 30px;
        padding: 96px 0 0; } }
    @media (max-width: 600px) {
      .block-ttl--m30fs {
        font-size: 1.4rem;
        margin: -72px auto 25px;
        padding: 72px 0 0; } }
    .block-ttl--m30fs::before {
      content: "";
      width: 100%;
      height: 1px;
      background: #000;
      position: absolute;
      left: 0;
      bottom: 12px; }
      @media (max-width: 600px) {
        .block-ttl--m30fs::before {
          bottom: 8px; } }
  .block-ttl--fs {
    width: 100%;
    padding: 0;
    margin: 0 auto 50px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    position: relative; }
    @media (max-width: 600px) {
      .block-ttl--fs {
        font-size: 1.4rem;
        margin: 0 auto 25px; } }
    .block-ttl--fs::before {
      content: "";
      width: 100%;
      height: 1px;
      background: #000;
      position: absolute;
      left: 0;
      top: 50%; }
  .block-ttl::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%; }
  .block-ttl__inner {
    display: table;
    padding: 0 20px 0 0;
    background: #FFF;
    position: relative;
    z-index: 2; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

products-list CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.products-list {
  margin-top: 50px; }
  .products-list__ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px; }
    .products-list__ul::after, .products-list__ul::before {
      content: "";
      display: block;
      width: calc(25% - 10px);
      height: 0; }
      @media (max-width: 900px) {
        .products-list__ul::after, .products-list__ul::before {
          width: calc(33% - 10px); } }
      @media (max-width: 600px) {
        .products-list__ul::after, .products-list__ul::before {
          width: calc(50% - 5px); } }
    .products-list__ul::before {
      order: 1; }
  .products-list__item {
    width: calc(25% - 10px);
    background: #666;
    margin-bottom: 10px; }
    @media (max-width: 900px) {
      .products-list__item {
        width: calc(33% - 10px); } }
    @media (max-width: 600px) {
      .products-list__item {
        width: calc(50% - 5px); } }
  .products-list__item-link {
    display: block;
    padding: 5px; }
  .products-list__item-img {
    display: block;
    width: 100%;
    max-height: 164px;
    margin: 0 auto; }
  .products-list__item-name {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 15px 0 10px;
    font-weight: bold; }
  .products-list.panel {
    display: none; }
    .products-list.panel.active {
      display: flex; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

product CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.product__anchor {
  display: flex;
  justify-content: center;
  margin-bottom: 50px; }
.product__anchor-item:last-child .product__anchor-link {
  border-left: none; }
.product__anchor-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 100%;
  position: relative;
  color: #666;
  font-size: 2rem;
  line-height: 1;
  padding: 10px 30px;
  border: 1px solid #666;
  cursor: pointer;
  transition: all .3s ease-in-out; }
  @media (max-width: 1200px) {
    .product__anchor-link {
      font-size: 1.2rem; } }
  @media (max-width: 900px) {
    .product__anchor-link {
      font-size: 1.6rem; } }
  .product__anchor-link:hover {
    background: #666;
    color: #FFF; }
.product__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px; }
  @media (max-width: 768px) {
    .product__inner {
      display: block; } }
  @media (max-width: 900px) {
    .product__inner {
      margin-top: 35px; } }
.product__image-area {
  width: 50%;
  padding: 10px;
  background: #EEE; }
  @media (max-width: 768px) {
    .product__image-area {
      width: 100%;
      margin: 0; } }
.product__thumbnail-list {
  margin: 10px -5px 0;
  display: flex;
  justify-content: center; }
.product__thumbnail-item {
  width: calc(33.3333% - 5px);
  margin: 0 5px;
  position: relative; }
  .product__thumbnail-item:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear; }
.product__slide-img {
  width: 100%;
  margin: 0 auto; }
.product__thumbnail-current:after {
  opacity: 0; }
.product__detail {
  width: 50%;
  padding: 0 0 0 50px; }
  @media (max-width: 900px) {
    .product__detail {
      padding: 0 0 0 25px; } }
  @media (max-width: 768px) {
    .product__detail {
      width: 100%;
      padding: 50px 0 0; } }
.product__ttl {
  font-size: 2rem;
  position: relative;
  font-weight: bold;
  padding: 0 0 15px;
  margin: 0 0 20px; }
  .product__ttl::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #000; }
.product__txt {
  margin-bottom: 30px; }
.product__shop-item {
  width: 100%; }

.page-navi__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto 60px; }
  @media (max-width: 900px) {
    .page-navi__list {
      display: table;
      width: 80%; } }
  @media (max-width: 600px) {
    .page-navi__list {
      width: 100%; } }
.page-navi__list-arrow {
  width: 100%;
  margin: 0 auto;
  background: #666;
  max-width: 410px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative; }
  @media (max-width: 900px) {
    .page-navi__list-arrow {
      max-width: 80%; } }
  .page-navi__list-arrow--left {
    width: 100%;
    background: #666;
    max-width: 410px;
    color: #FFF;
    text-align: right;
    position: relative;
    margin-right: 10px;
    display: flex;
    align-items: center; }
    @media (max-width: 900px) {
      .page-navi__list-arrow--left {
        max-width: 100%;
        margin-bottom: 10px;
        margin-right: 0; } }
    .page-navi__list-arrow--left::before, .page-navi__list-arrow--left::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 15px;
      width: 40px;
      height: 11px;
      margin: -6px 0 0;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2215%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2C7h-1V6h-1v1H0v1h28V7z%20M25%2C5v1h1V5H25z%20M24%2C4v1h1V4H24z%20M23%2C3v1h1V3H23z%20M22%2C2v1h1V2H22z%20M21%2C1v1h1V1H21z%20M20%2C0v1h1V0H20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right;
      transform: scaleX(-1);
      transition: width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1); }
    .page-navi__list-arrow--left::after {
      left: 55px;
      width: 0;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2215%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2C7h-1V6h-1v1H0v1h28V7z%20M25%2C5v1h1V5H25z%20M24%2C4v1h1V4H24z%20M23%2C3v1h1V3H23z%20M22%2C2v1h1V2H22z%20M21%2C1v1h1V1H21z%20M20%2C0v1h1V0H20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right;
      transition: left 0.3s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .page-navi__list-arrow--left:hover::before {
      width: 0;
      transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .page-navi__list-arrow--left:hover::after {
      left: 15px;
      width: 40px;
      transition: left 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1); }
    .page-navi__list-arrow--left .page-navi__list-links {
      padding: 15px 15px 15px 60px;
      display: block;
      width: 100%;
      color: #FFF; }
      .page-navi__list-arrow--left .page-navi__list-links:link {
        color: #FFF; }
  .page-navi__list-arrow--center {
    width: 100%;
    background: #666;
    max-width: 200px;
    color: #FFF;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center; }
    @media (max-width: 900px) {
      .page-navi__list-arrow--center {
        max-width: 100%;
        margin-bottom: 10px; } }
    .page-navi__list-arrow--center .page-navi__list-links {
      padding: 15px;
      display: block;
      width: 100%;
      color: #FFF; }
      .page-navi__list-arrow--center .page-navi__list-links:link {
        color: #FFF; }
  .page-navi__list-arrow--right {
    width: 100%;
    background: #666;
    max-width: 410px;
    color: #FFF;
    text-align: left;
    position: relative;
    margin-left: 10px;
    display: flex;
    align-items: center; }
    @media (max-width: 900px) {
      .page-navi__list-arrow--right {
        max-width: 100%;
        margin-left: 0; } }
    .page-navi__list-arrow--right::before, .page-navi__list-arrow--right::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 15px;
      width: 40px;
      height: 11px;
      margin: -6px 0 0;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2215%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2C7h-1V6h-1v1H0v1h28V7z%20M25%2C5v1h1V5H25z%20M24%2C4v1h1V4H24z%20M23%2C3v1h1V3H23z%20M22%2C2v1h1V2H22z%20M21%2C1v1h1V1H21z%20M20%2C0v1h1V0H20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right;
      transition: width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
      z-index: 2; }
      @media (max-width: 600px) {
        .page-navi__list-arrow--right::before, .page-navi__list-arrow--right::after {
          bottom: 10px;
          right: 15px; } }
    .page-navi__list-arrow--right::after {
      right: 45px;
      width: 0;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2215%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2C7h-1V6h-1v1H0v1h28V7z%20M25%2C5v1h1V5H25z%20M24%2C4v1h1V4H24z%20M23%2C3v1h1V3H23z%20M22%2C2v1h1V2H22z%20M21%2C1v1h1V1H21z%20M20%2C0v1h1V0H20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right;
      transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .page-navi__list-arrow--right:hover::before {
      width: 0;
      transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .page-navi__list-arrow--right:hover::after {
      right: 15px;
      width: 40px;
      transition: right 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s 0.15s cubic-bezier(0.77, 0, 0.175, 1); }
    .page-navi__list-arrow--right .page-navi__list-links {
      padding: 15px 60px 15px 15px;
      display: block;
      width: 100%;
      color: #FFF; }
      .page-navi__list-arrow--right .page-navi__list-links:link {
        color: #FFF; }

.related_products__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.related_products__list-item {
  width: calc(25% - 5px);
  padding: 5px;
  background: #666;
  color: #FFF; }
  @media (max-width: 900px) {
    .related_products__list-item {
      width: calc(33% - 5px);
      padding: 5px 5px 0 5px;
      margin-bottom: 10px; } }
  @media (max-width: 600px) {
    .related_products__list-item {
      width: calc(50% - 5px); } }

.crp_title {
  display: block;
  text-align: center;
  color: #FFF;
  padding: 5px 0;
  font-weight: bold; }

.crp_excerpt {
  background: #FFF;
  margin: 0 -5px -5px -5px;
  color: #000;
  display: block;
  padding: 5px 0 0 0;
  font-size: 1.2rem;
  letter-spacing: normal; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

exhibitors CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.exhibitors__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px; }
.exhibitors__block {
  margin-bottom: 100px; }
  @media (max-width: 900px) {
    .exhibitors__block {
      margin-bottom: 75px; } }
  .exhibitors__block:last-child {
    margin-bottom: 0; }
.exhibitors__tab-area {
  display: flex;
  justify-content: center;
  cursor: pointer;
  border-bottom: 1px solid #666; }
.exhibitors__tab {
  width: 300px;
  padding: 10px 0;
  text-align: center;
  color: #666;
  border: 1px solid #666;
  border-bottom: none; }
  .exhibitors__tab.active {
    background-color: #666;
    color: #FFF;
    border: none; }
.exhibitors__category-warp {
  border-bottom: 1px solid #666;
  margin-bottom: 20px; }
.exhibitors__category-ttl {
  width: 100px;
  padding: 5px 0;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #666;
  color: #FFF;
  text-align: center; }
.exhibitors__category-name-partition {
  display: inline-block;
  padding: 0 5px; }
.exhibitors__category-name {
  width: auto; }
  .exhibitors__category-name:first-child .exhibitors__category-name-partition {
    display: none; }
.exhibitors__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px; }
.exhibitors__name-link {
  text-decoration: underline;
  opacity: 1;
  transition: opacity .3s ease-in-out; }
  .exhibitors__name-link:link, .exhibitors__name-link:visited {
    color: #666; }
  .exhibitors__name-link:hover {
    opacity: .5; }
.exhibitors__content {
  display: none; }
  .exhibitors__content.active {
    margin-top: 50px;
    display: block; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

exhibitor_only CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.exhibitor-only__ttl {
  font-size: 2rem;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: #666 solid 1px;
  color: #000;
  font-weight: bold; }
.exhibitor-only__lead {
  margin-bottom: 30px; }
.exhibitor-only__last-day {
  margin-bottom: 50px; }
.exhibitor-only__sub-ttl-outer {
  width: 100%;
  border-bottom: #666 solid 1px; }
.exhibitor-only__sub-ttl {
  display: inline-block;
  width: auto;
  min-width: 150px;
  padding: 5px 20px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #666;
  color: #FFF;
  text-align: center; }
.exhibitor-only__list {
  border-bottom: #666 solid 1px;
  margin-bottom: 50px; }
.exhibitor-only__list-item {
  border-bottom: #DDD solid 1px; }
  .exhibitor-only__list-item:last-child {
    border-bottom: none; }
.exhibitor-only__list-item-link {
  padding: 15px 0;
  text-decoration: underline;
  opacity: 1;
  transition: opacity .3s ease-in-out; }
  .exhibitor-only__list-item-link:link, .exhibitor-only__list-item-link:visited {
    color: #000; }
  .exhibitor-only__list-item-link:hover {
    opacity: .5; }
.exhibitor-only__table {
  margin: 50px 0;
  width: 100%; }
.exhibitor-only__table-th {
  background: #EEE;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  color: #000;
  font-weight: bold; }
  .exhibitor-only__table-th--days {
    width: 150px;
    text-align: center;
    background: #EEE;
    text-align: center;
    padding: 5px;
    color: #000;
    font-weight: bold; }
  .exhibitor-only__table-th--ad {
    background: #EEE;
    text-align: center;
    padding: 5px;
    color: #000;
    border-left: #FFF solid 1px;
    font-weight: bold; }
  .exhibitor-only__table-th--id {
    background: #EEE;
    text-align: center;
    padding: 5px;
    color: #000;
    border-left: #FFF solid 1px;
    font-weight: bold; }
.exhibitor-only__table-td {
  padding: 2px 0;
  border-bottom: #EEE solid 1px; }
  .exhibitor-only__table-td--days {
    padding: 10px;
    text-align: center;
    border-bottom: #EEE solid 1px; }
.exhibitor-only__table-td-inner {
  width: 100%;
  border-left: #EEE solid 1px;
  padding: 0 20px; }

input[type="password"] {
  border: #666 solid 1px; }

a[href$=".xls"], a[href$=".xlsx"], a[href$=".pdf"], a[href$=".zip"], a[href$=".jpg"], a[href$=".docx"] {
  padding-right: 30px;
  display: inline-block; }

a[href$=".xls"], a[href$=".xlsx"] {
  background: url(/assets/img/common/icon-excel.jpg) no-repeat right center; }

a[href$=".pdf"] {
  background: url(/assets/img/common/icon-pdf.jpg) no-repeat right 2px center; }

a[href$=".zip"] {
  background: url(/assets/img/common/icon-zip.jpg) no-repeat right center; }

a[href$=".jpg"] {
  background: url(/assets/img/common/icon-jpg.jpg) no-repeat right center; }

a[href$=".docx"] {
  background: url(/assets/img/common/icon-docx.jpg) no-repeat right center; }

.js-scrollable {
  white-space: nowrap;
  /* 文字の折り返しはなくす */ }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

information CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.information__list {
  display: block;
  width: 100%;
  border-top: 1px solid #CCC; }
.information__list-item {
  border-bottom: 1px solid #CCC;
  position: relative; }
  @media (max-width: 600px) {
    .information__list-item {
      padding-top: 16px; } }
.information__list-category {
  display: inline-block;
  width: 100px;
  height: 30px;
  text-align: center;
  margin: auto 0;
  padding: 8px 0;
  line-height: 1;
  color: #FFF;
  background: #666;
  vertical-align: middle;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: 0; }
  @media (max-width: 600px) {
    .information__list-category {
      position: static;
      margin-bottom: 5px; } }
.information__list-link-date {
  display: inline-block;
  width: 137px;
  padding: 0; }
.information__list-link {
  display: block;
  width: 100%;
  padding: 16px 0 16px 120px;
  opacity: 1;
  transition: opacity .3s ease-in-out; }
  @media (max-width: 600px) {
    .information__list-link {
      padding: 0 0 16px; } }
  .information__list-link:link, .information__list-link:visited {
    color: #666; }
  .information__list-link:hover {
    opacity: .5; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

information-detail CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.information-detail__data {
  display: flex;
  align-items: center; }
.information-detail__category {
  width: 100px;
  height: 30px;
  text-align: center;
  margin: auto 0;
  padding: 8px 0;
  line-height: 1;
  color: #FFF;
  background: #666; }
.information-detail__time {
  margin-left: 10px; }
.information-detail__ttl {
  padding: 10px 0;
  margin-bottom: 50px;
  border-bottom: #666 solid 1px;
  font-size: 2rem; }
.information-detail__content {
  margin-bottom: 50px; }
  .information-detail__content img {
    width: auto;
    height: auto; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

form-content CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.form-content__top-inner {
  text-align: center; }
.form-content__top-lead {
  font-weight: bold;
  margin-bottom: 40px; }
.form-content__top-text {
  margin-bottom: 80px; }
.form-content__top-banner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center; }
.form-content__top-banner-item {
  width: 49%;
  padding: 15px 0;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  font-size: 1.8rem;
  background: #666; }
.form-content__top-banner-item-sub {
  width: 100%;
  display: block;
  font-size: 1.4rem; }
.form-content__mv {
  width: 100%;
  max-width: 700px;
  margin: 60px auto 0;
  border-top: #DDD solid 1px; }
.form-content__mv-list-item {
  display: flex;
  align-items: center;
  border-bottom: #DDD solid 1px; }
.form-content__mv-list-name {
  width: 210px;
  padding: 15px; }
.form-content__mv-list-cont {
  padding: 15px;
  width: calc(100% - 210px); }
.form-content__mv-list-cont-inner {
  border-left: #DDD solid 1px;
  padding-left: 20px; }
  .form-content__mv-list-cont-inner input[type=text].form-content__mv-list-cont-input, .form-content__mv-list-cont-inner textarea.form-content__mv-list-cont-input, .form-content__mv-list-cont-inner input[type=email].form-content__mv-list-cont-input {
    width: 100%;
    border: #DDD solid 1px;
    padding: 5px; }
  .form-content__mv-list-cont-inner--tel {
    border-left: #DDD solid 1px;
    padding-left: 20px; }
    .form-content__mv-list-cont-inner--tel input[type=text].form-content__mv-list-cont-input {
      width: auto;
      border: #DDD solid 1px;
      padding: 5px; }

.submitframe {
  margin: 50px auto;
  display: flex;
  justify-content: center; }
  .submitframe .submitbtn {
    width: 200px;
    padding: 10px;
    text-align: center;
    color: #FFF;
    background: #666; }
  .submitframe .submitbtn-wrap {
    margin: 0 5px; }

.mw_wp_form_confirm.mw_wp_form_preview form .form-content__top {
  display: none; }

.mw_wp_form_confirm.mw_wp_form_preview form .form-content__mv {
  margin: 0 auto; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

home-social CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.home-social__inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 640px) {
    .home-social__inner {
      width: 100%;
      display: block;
      padding: 0 10px; } }
.home-social__sns {
  display: flex;
  justify-content: center; }
  @media (max-width: 640px) {
    .home-social__sns {
      margin-bottom: 20px; } }
.home-social__icon {
  width: 80px; }
  @media (max-width: 600px) {
    .home-social__icon {
      width: 15vw; } }
.home-social__icon-img {
  image-rendering: -webkit-optimize-contrast; }
.home-social__icon-link {
  display: block; }
.home-social__inner {
  margin-bottom: 60px; }
  @media (max-width: 600px) {
    .home-social__inner {
      margin-bottom: 30px; } }
.home-social__banner {
  width: 350px;
  margin-left: 20px; }
  @media (max-width: 640px) {
    .home-social__banner {
      width: 100%;
      margin: 0 auto; } }
.home-social__ttl {
  width: 100%;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 5px; }
  @media (max-width: 600px) {
    .home-social__ttl {
      font-size: 6vw; } }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

comingsoon CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.comingsoon__text {
  padding: 200px 0;
  text-align: center; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

access CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.access__panel-area {
  margin-top: clamp(50px, 10vw, 100px); }
.access__content {
  display: none; }
  .access__content.active {
    display: block; }
.access__address {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 600px) {
    .access__address {
      display: block; } }
.access__address-map {
  width: 50%; }
  @media (max-width: 600px) {
    .access__address-map {
      width: 100%;
      margin: 0 auto 30px; } }
.access__address-img {
  max-width: 534px;
  border: solid 1px #DDD; }
  @media (max-width: 600px) {
    .access__address-img {
      margin: 0 auto; } }
.access__address-detail {
  width: 46.666%; }
  @media (max-width: 600px) {
    .access__address-detail {
      width: 100%; } }
.access__address-ttl {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 0 9px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: solid 1px #666; }
.access__address-tel {
  color: #000; }
  @media (max-width: 600px) {
    .access__address-tel {
      text-decoration: underline; } }
.access__category-warp {
  border-bottom: 1px solid #666;
  margin-bottom: 40px; }
.access__googlemap-iframe {
  width: 100%;
  height: 450px; }
  @media (max-width: 600px) {
    .access__googlemap-iframe {
      height: 300px; } }
.access__traffic-txt {
  margin: 0 0 27px; }
  .access__traffic-txt:last-child {
    margin: 0; }
.access__traffic-ttl {
  font-weight: bold; }
.access__list-item {
  display: flex;
  margin-top: 5px; }
  @media (max-width: 600px) {
    .access__list-item {
      flex-direction: column; } }
  .access__list-item:first-child {
    margin: 0; }
  .access__list-item span {
    width: 150px;
    font-weight: bold; }
  .access__list-item p {
    width: calc(100% - 150px); }
    @media (max-width: 600px) {
      .access__list-item p {
        width: 100%; } }
.access__traffic-notes {
  margin-top: 10px; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Privacy CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.privacy__content {
  margin: 0 auto 40px; }
.privacy__ttl {
  font-size: 1.8rem;
  font-weight: bold; }
.privacy__list-num-item {
  margin: 0 0 1em; }
.privacy__item {
  margin: 0 0 1em; }
.privacy__sub-ttl {
  font-weight: bold; }
.privacy__indent-txt {
  padding: 0 0 0 1em; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

sitemap CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.sitemap__list {
  display: block;
  margin: 0 auto 30px; }
.sitemap__item {
  width: 100%;
  margin: 0 auto 1em;
  text-align: center; }
  .sitemap__item:last-child {
    margin: 0; }
.sitemap__link {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .sitemap__link:hover {
    opacity: .7; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Seminar CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.seminar {
  /* 詳細 */ }
  .seminar__list {
    border-top: #DDD solid 1px; }
  .seminar__list-item {
    border-bottom: #DDD solid 1px; }
  .seminar__list-link {
    display: block;
    padding: 30px 50px 21px 0;
    color: #333;
    opacity: 1;
    transition: opacity .3s ease-in-out; }
    .seminar__list-link:hover {
      opacity: .7; }
  .seminar__client-name {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1; }
    @media (max-width: 900px) {
      .seminar__client-name {
        font-size: 1.4rem; } }
    @media (max-width: 600px) {
      .seminar__client-name {
        display: block; } }
  .seminar__client-cat {
    display: block;
    width: 100px;
    text-align: center;
    background: #666;
    padding: 7px 0 5px;
    color: #FFF;
    font-size: 1.4rem;
    font-family: "Lato", sans-serif;
    margin-right: 10px;
    font-weight: 400; }
    @media (max-width: 900px) {
      .seminar__client-cat {
        font-size: 1.2rem; } }
    @media (max-width: 600px) {
      .seminar__client-cat {
        margin: 0 0 10px; } }
  .seminar__name {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 10px; }
    @media (max-width: 900px) {
      .seminar__name {
        font-size: 1.8rem; } }
  .seminar__detail {
    border-top: #DDD solid 1px; }
  .seminar__detail-item {
    border-bottom: #DDD solid 1px;
    padding: 30px 0 25px;
    display: flex;
    font-size: 1.6rem; }
    @media (max-width: 600px) {
      .seminar__detail-item {
        display: block;
        padding: 0 0 10px; } }
  .seminar__detail-ttl {
    display: block;
    width: 230px;
    font-weight: bold; }
    @media (max-width: 600px) {
      .seminar__detail-ttl {
        width: 100%;
        margin: 0 0 10px;
        padding: 10px 0 10px 5px;
        border-bottom: #DDD solid 1px;
        background: #EEE;
        line-height: 1; } }
  .seminar__detail-cont {
    width: calc(100% - 230px); }
    @media (max-width: 600px) {
      .seminar__detail-cont {
        width: 100%; } }
