@charset "UTF-8";
/* ---------------------------------------
 foundation
--------------------------------------- */
/* color
--------------------------------------- */
/* breakpoint
--------------------------------------- */
/* original function
--------------------------------------- */
/* typography
--------------------------------------- */
/* utility
--------------------------------------- */
/* mediaqueries
--------------------------------------- */
/* @mixin retinaimg ($filename, $width) {
		 @media only screen and (-webkit-min-device-pixel-ratio: 1.3),(-webkit-min-device-pixel-ratio: 1.3),(min-resolution: 1.3dppx) {
			background-image: url('../images/' + $filename);
			background-size: $width auto;
		}
} */
/* =============================================================

	Meyer's CSS Reset v2.0 | 20110126
	http://meyerweb.com/eric/tools/css/reset/
	And custom code

 * ============================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  /* Custom code */
  -ms-text-size-adjust: 100%;
  /* Custom code */
  text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Custom code */
input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border: 0px;
}

a:focus, input, textarea, button {
  outline: none;
}

a {
  background: none;
  /* IE9以上でクリック時に背景色がつくのを消す */
}

textarea {
  overflow: auto;
}

img {
  border: none;
  vertical-align: bottom;
}

/* =============================================================

	Base

* ============================================================= */
html {
  font-size: 87.5%;
  /* 14px */
}

@media screen and (min-width: 1500px) {
  html {
    font-size: 93.75%;
    /* 15px */
  }
}

body {
  color: #1a1a1a;
  font-family: 'Open Sans', Arial, Roboto, "Droid Sans", "游ゴシック体", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-ideograph;
  /* for IE */
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  visibility: visible !important;
  position: relative;
  min-width: 320px;
  /* @include mq-down(md) {
	  line-height: 1.9;
	} */
}

@media screen and (max-width: 799px) {
  body {
    font-size: 14px;
    font-size: 1rem;
    line-height: 2;
  }
}

@media screen and (max-width: 599px) {
  body {
    text-align: left;
    text-justify: auto;
    /* for IE */
  }
}

a {
  color: #1a1a1a;
  text-decoration: none;
}

b, strong, em {
  font-weight: 700;
}

img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
  background-repeat: none;
}

.include-svg {
  display: none;
}

textarea, input[type="text"], input[type="submit"], button {
  color: #1a1a1a;
  font-family: "游ゴシック体", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .1em;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  display: block;
}

input[type="text"],
textarea {
  font-size: 16px;
  line-height: 1;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
}

textarea {
  line-height: 1.8;
  height: 20em;
  padding: 15px;
}

/* input[type="text"]:focus,
textarea:focus {
	background-color: #f9f9f9;
	border-color: #e5e5e5;
} */
input[type="submit"] {
  color: #fff;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 2;
  letter-spacing: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
}

@media screen and (max-width: 599px) {
  input[type="submit"] {
    font-size: 10px;
    font-size: 0.71429rem;
    line-height: 2;
  }
}

/* ---------------------------------------
 layout
--------------------------------------- */
/* l-wrapper
--------------------------------------- */
.l-wrapper {
  margin: 0 auto;
  visibility: hidden;
}

body._loadend .l-wrapper {
  visibility: visible;
  opacity: 1;
}

/* l-line
--------------------------------------- */
.l-line {
  padding: 1px 0;
  margin: -1px 0;
}

.l-line a {
  color: #fff;
}

.l-line._black {
  color: #fff;
  background-color: #1a1a1a;
}

/* l-container
--------------------------------------- */
.l-container {
  max-width: 1800px;
  margin: 11vw auto;
  padding: 0 12vw;
}

@media screen and (min-width: 1500px) {
  .l-container {
    margin: 165px auto;
    padding: 0 180px;
  }
}

@media screen and (max-width: 1199px) {
  .l-container {
    padding: 0 8vw;
  }
}

@media screen and (max-width: 799px) {
  .l-container {
    padding: 0 6vw;
  }
}

@media screen and (max-width: 599px) {
  .l-container {
    margin: 50px auto;
    padding: 0 30px;
  }
}

@media screen and (max-width: 399px) {
  .l-container {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1200px) {
  .l-container._wide {
    padding: 0 7vw;
  }
}

@media screen and (min-width: 1500px) {
  .l-container._wide {
    padding: 0 105px;
  }
}

.l-container-in-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 960px) {
  .l-container-in-container {
    padding: 0 6vw;
  }
}

@media screen and (min-width: 1500px) {
  .l-container-in-container {
    padding: 0 90px;
  }
}

@media screen and (min-width: 960px) {
  .l-container._wide .l-container-in-container {
    padding: 0 6vw;
  }
}

@media screen and (min-width: 1200px) {
  .l-container._wide .l-container-in-container {
    padding: 0 11vw;
  }
}

@media screen and (min-width: 1500px) {
  .l-container._wide .l-container-in-container {
    padding: 0 180px;
  }
}

.l-container-in-grid {
  padding: 9vw;
}

@media screen and (min-width: 1500px) {
  .l-container-in-grid {
    padding: 135px;
  }
}

@media screen and (max-width: 1199px) {
  .l-container-in-grid {
    padding: 9vw 8vw;
  }
}

@media screen and (max-width: 799px) {
  .l-container-in-grid {
    padding: 9vw 6vw;
  }
}

@media screen and (max-width: 599px) {
  .l-container-in-grid {
    margin: 45px auto;
    padding: 0 30px;
  }
}

@media screen and (max-width: 399px) {
  .l-container-in-grid {
    padding: 0 20px;
  }
}

.l-container-stickout-left {
  margin-left: -5.5vw;
}

@media screen and (min-width: 1500px) {
  .l-container-stickout-left {
    margin-left: -82.5px;
  }
}

@media screen and (max-width: 1199px) {
  .l-container-stickout-left {
    margin-left: 0;
  }
}

.l-container-stickout-right {
  margin-right: -5.5vw;
}

@media screen and (min-width: 1500px) {
  .l-container-stickout-right {
    margin-right: -82.5px;
  }
}

@media screen and (max-width: 1199px) {
  .l-container-stickout-right {
    margin-right: 0;
  }
}

/* l-grids
--------------------------------------- */
.l-grids {
  display: flex;
  flex-wrap: wrap;
  margin: -3.5vw;
}

@media screen and (min-width: 1800px) {
  .l-grids {
    margin: -63px;
  }
}

.l-grids._flip {
  flex-direction: row-reverse;
}

.l-grids._vcenter {
  align-items: center;
}

.l-grids._nospace {
  margin: 0;
}

.l-grids > * {
  padding: 3.5vw;
}

.l-grids > *._vcenter {
  align-self: center;
}

@media screen and (min-width: 1800px) {
  .l-grids > * {
    padding: 63px;
  }
}

.l-grids._nospace > * {
  padding: 0;
}

.l-grid-1of2 {
  width: 50%;
}

@media screen and (max-width: 799px) {
  ._sm-1of1 {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  ._xs-1of1 {
    width: 100%;
  }
}

/* h-header
--------------------------------------- */
.h-header__logo {
  width: 70px;
  margin: 0 auto 7vw;
  padding-top: 5vw;
}

@media screen and (max-width: 399px) {
  .h-header__logo {
    margin: 0 auto 7vw 30px;
    padding-top: 30px;
  }
}

.h-header > .c-button-A {
  position: absolute;
  top: 0;
  right: 0;
}

.h-header > .c-button-A > a {
  color: #fff;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 44px;
  letter-spacing: .15em;
  min-width: 180px;
  height: 50px;
  padding: 0 10px 0 20px;
  background-color: #1a1a1a;
}

@media screen and (max-width: 959px) {
  .h-header > .c-button-A > a {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 44px;
  }
}

@media screen and (max-width: 599px) {
  .h-header > .c-button-A > a {
    font-size: 10px;
    font-size: 0.71429rem;
    line-height: 38px;
    min-width: 120px;
    height: 44px;
    padding: 0 10px 0 20px;
  }
}

.h-header > .c-button-A > a:before {
  border-left-color: #999;
}

/* f-footer
--------------------------------------- */
.f-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 7vw;
  margin-top: 0;
  /* @include mq-down(lg) {
		margin-bottom: 30px;
	}

	@include mq-down(sm) {
		margin: 0 20px 20px;
	} */
}

@media screen and (min-width: 1800px) {
  .f-footer {
    margin-bottom: 126px;
  }
}

@media screen and (max-width: 599px) {
  .f-footer {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 799px) {
  .f-footer {
    display: block;
    margin-bottom: 5vw;
  }
}

@media screen and (max-width: 799px) and (min-width: 1800px) {
  .f-footer {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 799px) and (max-width: 599px) {
  .f-footer {
    margin-bottom: 30px;
  }
}

.f-footer__logo {
  width: 17%;
  max-width: 190px;
  min-width: 160px;
}

@media screen and (max-width: 799px) {
  .f-footer__logo {
    min-width: 140px;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
}

@media screen and (max-width: 799px) and (min-width: 1800px) {
  .f-footer__logo {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 799px) and (max-width: 599px) {
  .f-footer__logo {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  .f-footer__logo {
    min-width: 120px;
  }
}

.f-footer__txt {
  width: 45%;
  padding-right: 10%;
}

@media screen and (max-width: 959px) {
  .f-footer__txt {
    padding-left: 3%;
    padding-right: 7%;
  }
}

@media screen and (max-width: 799px) {
  .f-footer__txt {
    width: 100%;
    padding-right: 0;
  }
}

.f-footer__txt:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  position: absolute;
  top: 0;
  right: 33%;
}

@media screen and (max-width: 799px) {
  .f-footer__txt:after {
    content: none;
  }
}

.f-footer__txt > h2 {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.4;
  letter-spacing: .15em;
  text-align: left;
  margin-bottom: 1em;
}

@media screen and (max-width: 799px) {
  .f-footer__txt > h2 {
    text-align: center;
  }
}

.f-footer__txt > p {
  color: #999;
}

.f-footer__arakawa {
  text-align: center;
  font-weight: 700;
  width: 20%;
  min-width: 180px;
}

@media screen and (max-width: 799px) {
  .f-footer__arakawa {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 1.4;
    width: 100%;
    min-width: 0;
    margin-top: 7vw;
    padding-top: 7vw;
    border-top: 1px solid #cccccc;
  }
}

@media screen and (max-width: 799px) and (min-width: 1800px) {
  .f-footer__arakawa {
    margin-top: 126px;
  }
}

@media screen and (max-width: 799px) and (max-width: 599px) {
  .f-footer__arakawa {
    margin-top: 42px;
  }
}

@media screen and (max-width: 799px) and (min-width: 1800px) {
  .f-footer__arakawa {
    padding-top: 126px;
  }
}

@media screen and (max-width: 799px) and (max-width: 599px) {
  .f-footer__arakawa {
    padding-top: 42px;
  }
}

.f-footer__arakawa > .c-svg {
  max-width: 100px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 799px) {
  .f-footer__arakawa > .c-svg {
    max-width: 70px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 599px) {
  .f-footer__arakawa > .c-svg {
    max-width: 50px;
  }
}

.f-footer__arakawa > .c-button-A {
  margin-top: 20px;
}

.f-footer__arakawa > .c-button-A > a {
  width: 100%;
  min-width: 0;
  max-width: 200px;
}

@media screen and (max-width: 599px) {
  .f-footer__arakawa > .c-button-A > a {
    max-width: 150px;
  }
}

/* ---------------------------------------
 object
--------------------------------------- */
/* =============================================================

	typography

* ============================================================= */
.c-lead-B, .top-exhibition__header > h3, .top-exhibition__header h1 {
  font-family: 'Open Sans', Arial, Roboto, "Droid Sans", 秀英角ゴシック銀 B, ShueiGoGinStd-B, "游ゴシック体", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 700;
}

.h-header > .c-button-A > a, .f-footer__txt > h2, .c-title-A, .c-lead-A, .top-header__copy, .top-header__nav, .top-access__address > a {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 500;
}

/* c-title-A
--------------------------------------- */
.c-title-A {
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 1.2;
  letter-spacing: .5em;
  margin-bottom: 5vw;
}

@media screen and (min-width: 1800px) {
  .c-title-A {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 599px) {
  .c-title-A {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 399px) {
  .c-title-A {
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 1.2;
  }
}

/* c-lead-A
--------------------------------------- */
.c-lead-A {
  font-size: 2.8vw;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 7vw;
}

@media screen and (min-width: 1500px) {
  .c-lead-A {
    font-size: 42px;
  }
}

@media screen and (min-width: 1800px) {
  .c-lead-A {
    margin-bottom: 126px;
  }
}

@media screen and (max-width: 599px) {
  .c-lead-A {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 599px) {
  .c-lead-A {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.8;
  }
}

/* c-lead-B
--------------------------------------- */
.c-lead-B {
  font-size: 22px;
  font-size: 1.57143rem;
  /* 16 ~ 25 */
  line-height: 1.8;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 3vw;
}

@media screen and (min-width: 1800px) {
  .c-lead-B {
    margin-bottom: 54px;
  }
}

@media screen and (max-width: 599px) {
  .c-lead-B {
    margin-bottom: 18px;
  }
}

/* c-text__sm
--------------------------------------- */
.c-text__sm {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 2;
}

@media screen and (max-width: 799px) {
  .c-text__sm {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 2;
  }
}

@media screen and (max-width: 399px) {
  .c-text__sm {
    font-size: 11px;
    font-size: 0.78571rem;
    line-height: 2;
  }
}

/* =============================================================

	Links

* ============================================================= */
.c-linktxt {
  text-decoration: underline;
}

/* c-button-A
--------------------------------------- */
.c-button-A,
.c-submit-A {
  font-family: "游ゴシック体", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  text-align: center;
}

.c-button-A > a,
.c-button-A > label,
.c-submit-A > a,
.c-submit-A > label {
  color: #1a1a1a;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 54px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  min-width: 240px;
  height: 60px;
  padding: 0 20px 0 30px;
  border: 3px solid #1a1a1a;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .c-button-A > a,
  .c-button-A > label,
  .c-submit-A > a,
  .c-submit-A > label {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 44px;
    min-width: 200px;
    height: 50px;
    padding: 0 15px 0 20px;
  }
}

@media screen and (max-width: 599px) {
  .c-button-A > a,
  .c-button-A > label,
  .c-submit-A > a,
  .c-submit-A > label {
    font-size: 10px;
    font-size: 0.71429rem;
    line-height: 38px;
    min-width: 150px;
    height: 44px;
    padding: 0 10px 0 20px;
  }
}

.c-button-A > a:before,
.c-button-A > label:before,
.c-submit-A > a:before,
.c-submit-A > label:before {
  content: "";
  border: 4px solid transparent;
  border-left: 6px solid #1a1a1a;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  transition: all .15s;
}

@media screen and (max-width: 599px) {
  .c-button-A > a:before,
  .c-button-A > label:before,
  .c-submit-A > a:before,
  .c-submit-A > label:before {
    left: 15px;
  }
}

.c-button-A > a > input,
.c-button-A > label > input,
.c-submit-A > a > input,
.c-submit-A > label > input {
  color: #1a1a1a;
  font-weight: 700;
}

/* =============================================================

	Images

* ============================================================= */
/* c-svg
--------------------------- */
.c-svg {
  text-align: left;
  display: block;
  width: 100%;
}

.c-svg > span {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-svg._tiers > span {
  padding-bottom: 127%;
}

.c-svg._arakawa > span {
  padding-bottom: 100%;
}

.c-svg._facebook > span {
  padding-bottom: 100%;
}

.c-svg._instagram > span {
  padding-bottom: 100%;
}

.c-svg > span > svg {
  fill: #1a1a1a;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* c-img-ratio
<span class="c-img-ratio _r16to10"><span><img></span></span>
--------------------------- */
.c-img-ratio {
  text-align: left;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 61.8%;
  /* golden ratio */
  position: relative;
}

.c-img-ratio._r1to1 {
  padding-bottom: 100%;
}

.c-img-ratio._r2to1 {
  padding-bottom: 50%;
}

.c-img-ratio._r16to9 {
  padding-bottom: 56.25%;
}

.c-img-ratio._r3to2 {
  padding-bottom: 66.666%;
}

.c-img-ratio._r3to4 {
  padding-bottom: 133.333%;
}

.c-img-ratio._r4to3 {
  padding-bottom: 75%;
}

.c-img-ratio._full {
  height: 100%;
  padding-bottom: 0;
}

.c-img-ratio._auto {
  height: auto;
  padding-bottom: 0 !important;
}

.c-img-ratio > span {
  position: absolute;
  width: 100%;
  height: 100%;
}

.c-img-ratio._auto > span {
  position: relative;
  width: 100%;
  height: auto;
}

.c-img-ratio > * > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =============================================================

	Object

* ============================================================= */
/* c-island-A
--------------------------------------- */
.c-island-A {
  border: 1px solid #1a1a1a;
  padding: 6vw;
}

@media screen and (min-width: 1800px) {
  .c-island-A {
    padding: 108px;
  }
}

@media screen and (max-width: 599px) {
  .c-island-A {
    padding: 25px 30px;
  }
}

/* c-list-A
--------------------------------------- */
.c-list-A > li {
  padding-left: 1.2em;
}

.c-list-A > li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1a1a1a;
  position: absolute;
  margin: .8em 0 0 -1em;
}

.c-list-A > li + li {
  margin-top: .4em;
}

@media screen and (max-width: 799px) {
  .c-list-A > li {
    padding-left: 1em;
  }
}

/* c-list-B
--------------------------------------- */
.c-list-B > li {
  padding-left: 1.2em;
}

.c-list-B > li:before {
  content: "※";
  position: absolute;
  margin-left: -1.2em;
}

.c-list-B > li + li {
  margin-top: .4em;
}

@media screen and (max-width: 799px) {
  .c-list-B > li {
    padding-left: 1em;
  }
}

/* c-movie-A
--------------------------- */
.c-movie-A {
  display: block;
  width: 100%;
  max-width: 600px;
}

.c-movie-A > span {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  max-height: 300px;
  position: relative;
}

.c-movie-A > span > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* =============================================================

	top

* ============================================================= */
/* top-header
--------------------------------------- */
.top-header {
  position: relative;
}

.top-header__arakawa {
  width: 65px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100;
}

@media screen and (max-width: 599px) {
  .top-header__arakawa {
    width: 50px;
    top: 20px;
    left: 20px;
  }
}

@media screen and (max-width: 399px) {
  .top-header__arakawa {
    width: 40px;
  }
}

.top-header__hero {
  overflow: hidden;
  position: relative;
}

.top-header__logo {
  width: 18vw;
  max-width: 320px;
  position: absolute;
  top: 50%;
  left: 20vw;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1499px) {
  .top-header__logo {
    width: 20vw;
  }
}

@media screen and (max-width: 1199px) {
  .top-header__logo {
    width: 22vw;
  }
}

@media screen and (max-width: 959px) {
  .top-header__logo {
    width: 24vw;
  }
}

@media screen and (max-width: 599px) {
  .top-header__logo {
    width: 140px;
    left: 25vw;
  }
}

@media screen and (max-width: 399px) {
  .top-header__logo {
    width: 120px;
  }
}

.top-header__copy {
  font-size: 3vw;
  line-height: 1.7;
  text-align: right;
  position: absolute;
  top: 30px;
  right: 3.5vw;
}

@media screen and (min-width: 1500px) {
  .top-header__copy {
    font-size: 45px;
  }
}

@media screen and (max-width: 1199px) {
  .top-header__copy {
    font-size: 4vw;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1500px) {
  .top-header__copy {
    font-size: 60px;
  }
}

@media screen and (max-width: 799px) {
  .top-header__copy {
    font-size: 30px;
    font-size: 2.14286rem;
    line-height: 1.7;
    right: 30px;
  }
}

@media screen and (max-width: 399px) {
  .top-header__copy {
    font-size: 25px;
    font-size: 1.78571rem;
    line-height: 1.7;
    right: 20px;
  }
}

.top-header__img {
  position: relative;
  z-index: -1;
}

.top-header__img .top-header__img-item {
  height: 95vh;
  min-height: 700px;
  max-height: 950px;
}

@media screen and (max-width: 959px) {
  .top-header__img .top-header__img-item {
    height: 100vmin;
    min-height: 500px;
  }
}

@media screen and (max-width: 399px) {
  .top-header__img .top-header__img-item {
    height: 120vmin;
    min-height: 400px;
  }
}

.top-header__img:after {
  content: "";
  width: 40vw;
  height: 120vh;
  min-height: 900px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(20vw - 30px);
  transform-origin: 100% 50%;
  transform: translate(-100%, -50%) rotate(18deg);
}

@media screen and (max-width: 599px) {
  .top-header__img:after {
    width: 400px;
    left: calc(25vw - 15px);
  }
}

.top-header__nav {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 3.5vw;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

@media screen and (min-width: 1800px) {
  .top-header__nav {
    margin-top: 90px;
  }
}

@media screen and (max-width: 599px) {
  .top-header__nav {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1800px) {
  .top-header__nav {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 599px) {
  .top-header__nav {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  .top-header__nav {
    justify-content: center;
    padding-bottom: calc(3.5vw + 25px);
    position: relative;
  }
}

.top-header__nav > li + li {
  margin-left: 1em;
}

.top-header__nav > li > a {
  display: block;
  padding: .5em .8em;
}

@media screen and (max-width: 799px) {
  .top-header__nav {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1;
  }
}

@media screen and (max-width: 599px) {
  .top-header__nav > li + li {
    margin-left: .5em;
  }
  .top-header__nav > li > a {
    padding: .5em .4em;
  }
}

@media screen and (max-width: 399px) {
  .top-header__nav {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 1;
  }
  .top-header__nav > li + li {
    margin-left: .2em;
  }
  .top-header__nav > li > a {
    padding: .5em .3em;
  }
}

.top-header__nav > li:nth-last-child(-n+2) {
  width: 30px;
}

.top-header__nav > li:nth-last-child(-n+2) > a {
  padding: .5em .2em;
}

@media screen and (max-width: 599px) {
  .top-header__nav > li:nth-last-child(-n+2) {
    width: 25px;
    position: absolute;
    margin-top: 40px;
    margin-left: 0;
    transform: translate(-20px, 0);
  }
  .top-header__nav > li:last-child {
    transform: translate(20px, 0);
  }
}

/* top-exhibition
--------------------------------------- */
.top-exhibition__line, .top-archive__line {
  position: relative;
  overflow: hidden;
}

.top-exhibition__line:after, .top-archive__line:after {
  content: "";
  width: 50vw;
  height: 10vw;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: 100% 100%;
  transform: translate(0, -1px) rotate(15deg);
}

@media screen and (max-width: 799px) {
  .top-exhibition {
    padding-top: 3.5em;
    position: relative;
  }
}

@media screen and (max-width: 799px) {
  .top-exhibition .c-title-A {
    position: absolute;
    top: 0;
  }
}

.top-exhibition__header {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 3vw;
}

@media screen and (min-width: 1800px) {
  .top-exhibition__header {
    margin-bottom: 54px;
  }
}

@media screen and (max-width: 599px) {
  .top-exhibition__header {
    margin-bottom: 18px;
  }
}

.top-exhibition__header > h3, .top-exhibition__header h1 {
  text-align: left;
  font-size: 2.1vw;
  margin-bottom: 1.5vw;
}

@media screen and (min-width: 1500px) {
  .top-exhibition__header > h3, .top-exhibition__header h1 {
    font-size: 31.5px;
  }
}

@media screen and (min-width: 1800px) {
  .top-exhibition__header > h3, .top-exhibition__header h1 {
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 599px) {
  .top-exhibition__header > h3, .top-exhibition__header h1 {
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 1199px) {
  .top-exhibition__header > h3, .top-exhibition__header h1 {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 1.6;
  }
}

.top-exhibition__header > p {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.8;
}

@media screen and (max-width: 799px) {
  .top-exhibition__header > p {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.9;
  }
}

.top-exhibition__header + p {
  color: #999;
}

.top-exhibition__header + p > a {
  color: #999;
  text-decoration: underline;
}

@media screen and (max-width: 799px) {
  .top-exhibition__img {
    max-width: 500px;
    margin: 0 auto;
  }
}

.top-exhibition__img._vertical > span {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.top-exhibition__img._vertical > span > img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

/* top-about
--------------------------------------- */
.top-about__hero > .c-img-ratio {
  padding-bottom: 48%;
}

@media screen and (max-width: 799px) {
  .top-about__hero > .c-img-ratio {
    padding-bottom: 70%;
  }
}

.top-about__lead {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.top-about__lead > p:last-child {
  order: -1;
}

.top-about__lead > .c-lead-A {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .top-about__lead > .c-lead-A {
    margin-bottom: 10vw;
  }
}

@media screen and (min-width: 600px) and (min-width: 1800px) {
  .top-about__lead > .c-lead-A {
    margin-bottom: 180px;
  }
}

@media screen and (min-width: 600px) and (max-width: 599px) {
  .top-about__lead > .c-lead-A {
    margin-bottom: 60px;
  }
}

.top-about__img {
  height: 70vw;
  max-height: 850px;
}

@media screen and (max-width: 1199px) {
  .top-about__img {
    height: 100%;
  }
}

@media screen and (max-width: 599px) {
  .top-about__img {
    max-width: 320px;
    margin: 0 auto;
  }
  .top-about__img > .c-img-ratio {
    padding-bottom: 150%;
  }
}

.top-about__txt {
  display: flex;
  flex-direction: column;
}

.top-about__txt > p:last-child {
  order: -1;
}

/* top-detail
--------------------------------------- */
@media screen and (max-width: 599px) {
  .top-detail {
    margin-top: 30px;
  }
}

.top-detail__credit {
  line-height: 2.4;
  margin-bottom: 5vw;
}

@media screen and (min-width: 1800px) {
  .top-detail__credit {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 599px) {
  .top-detail__credit {
    margin-bottom: 30px;
  }
}

.top-detail__credit > a {
  text-decoration: underline;
}

.top-detail__awards {
  text-align: center;
  margin-bottom: 7vw;
}

@media screen and (min-width: 1800px) {
  .top-detail__awards {
    margin-bottom: 126px;
  }
}

@media screen and (max-width: 599px) {
  .top-detail__awards {
    margin-bottom: 42px;
  }
}

.top-detail__awards > li {
  display: inline-block;
  height: 5vw;
  min-height: 35px;
  max-height: 50px;
  margin-left: 15px;
}

.top-detail__awards > li:first-child {
  margin-left: 0;
}

.top-detail__awards > li > img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 599px) {
  .top-detail__plan {
    max-width: 360px;
    margin: 0 auto;
  }
}

.top-detail__btn {
  margin-top: 3vw;
}

@media screen and (min-width: 1800px) {
  .top-detail__btn {
    margin-top: 54px;
  }
}

@media screen and (max-width: 599px) {
  .top-detail__btn {
    margin-top: 18px;
  }
}

.top-detail__btn > li + li {
  margin-top: 15px;
}

@media screen and (max-width: 599px) {
  .top-detail__btn > li + li {
    margin-top: 10px;
  }
}

/* top-streetview
--------------------------------------- */
.top-streetview {
  width: 100%;
  padding-bottom: 62.5%;
  position: relative;
}

.top-streetview > div {
  width: 100%;
  height: 100%;
  position: absolute;
}

.top-streetview > div > iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* top-access
--------------------------------------- */
.top-access .c-title-A {
  margin-bottom: 4vw;
}

@media screen and (min-width: 1800px) {
  .top-access .c-title-A {
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 599px) {
  .top-access .c-title-A {
    margin-bottom: 24px;
  }
}

.top-access .c-lead-A {
  margin-bottom: 3vw;
}

@media screen and (min-width: 1800px) {
  .top-access .c-lead-A {
    margin-bottom: 54px;
  }
}

@media screen and (max-width: 599px) {
  .top-access .c-lead-A {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .top-access .c-lead-A {
    font-size: 30px;
    font-size: 2.14286rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 599px) {
  .top-access {
    padding-top: 20px;
  }
}

.top-access__address {
  font-weight: 700;
  text-align: left;
  margin-bottom: 2vw;
}

@media screen and (min-width: 1800px) {
  .top-access__address {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 599px) {
  .top-access__address {
    margin-bottom: 12px;
  }
}

.top-access__address > span {
  display: inline-block;
  margin-right: 1em;
}

.top-access__address > a {
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 2;
  display: inline-block;
  padding-left: 12px;
  text-decoration: underline;
  position: relative;
}

.top-access__address > a:before {
  content: "";
  border: 4px solid transparent;
  border-left: 6px solid #1a1a1a;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.top-access__address + .c-text__sm {
  color: #999;
}

.top-access__map {
  padding-bottom: 100%;
  position: relative;
}

@media screen and (max-width: 599px) {
  .top-access__map {
    padding-bottom: 70%;
  }
}

.top-access__map > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}

/* top-archive
--------------------------------------- */
.top-archive__list > .c-title-A {
  letter-spacing: .2em;
  position: absolute;
  padding-top: 1.2em;
  margin-bottom: 0;
}

.top-archive__list > .c-title-A._trigger {
  cursor: pointer;
}

@media screen and (max-width: 799px) {
  .top-archive__list > .c-title-A {
    position: relative;
    padding: 1em 10px;
    border-bottom: 1px solid #666666;
  }
}

.top-archive__list-trigger {
  padding-left: 20%;
}

@media screen and (max-width: 799px) {
  .top-archive__list-trigger {
    display: none;
  }
}

.top-archive__list-trigger > span {
  color: #999;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.8;
  display: block;
  padding: 1.2em 50px 1.2em 10px;
  border-bottom: 1px solid #666666;
  position: relative;
  cursor: pointer;
}

.top-archive__list-trigger > span._open > span:first-of-type {
  display: none;
}

.top-archive__list-trigger > span > span:last-of-type {
  display: none;
}

.top-archive__list-trigger > span._open > span:last-of-type {
  display: inline;
}

.top-archive__list-trigger > span:after {
  content: "";
  border: 4px solid transparent;
  border-top: 6px solid #999;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

.top-archive__list-trigger > span._open:after {
  border: 4px solid transparent;
  border-bottom: 6px solid #999;
  margin-top: -2px;
}

.top-archive__list-outer {
  /* @include mq-up(sm) {
		height: auto !important;
	} */
}

.top-archive__list-outer._accordion {
  height: 0;
  overflow: hidden;
  transition: height .2s;
}

@media screen and (min-width: 800px) {
  .top-archive__list-outer {
    padding-left: 20%;
  }
}

@media screen and (max-width: 799px) {
  .top-archive__list > .c-title-A._open + .top-archive__list-outer {
    height: auto;
  }
}

@media screen and (min-width: 800px) {
  .top-archive__list:first-of-type .top-archive__list-outer {
    margin-top: -1em;
  }
}

.top-archive__list-list > li > a {
  color: #cccccc;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.8;
  display: block;
  padding: 1.2em 50px 1.2em 10px;
  border-bottom: 1px solid #666666;
  position: relative;
}

.top-archive__list-list > li > a:after {
  content: "";
  border: 4px solid transparent;
  border-left: 6px solid #999;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

/* top-contact
--------------------------------------- */
.top-contact {
  text-align: center;
  /* @include mq-down(xs) {
		@include ft-size($size: 13, $lh: 1.8);
	} */
}

.top-contact > .c-lead-B {
  font-size: 2.4vw;
  line-height: 1.8;
}

@media screen and (min-width: 1500px) {
  .top-contact > .c-lead-B {
    font-size: 36px;
  }
}

@media screen and (min-width: 1500px) {
  .top-contact > .c-lead-B {
    font-size: 28px;
    font-size: 2rem;
    /* 25 ~ 50 */
    line-height: 1.6;
  }
}

@media screen and (max-width: 959px) {
  .top-contact > .c-lead-B {
    font-size: 22px;
    font-size: 1.57143rem;
    /* 16 ~ 25 */
    line-height: 1.8;
  }
}

@media screen and (max-width: 599px) {
  .top-contact > .c-lead-B {
    font-size: 18px;
    font-size: 1.28571rem;
    /* 16 ~ 25 */
    line-height: 1.8;
  }
}

.top-contact > .c-button-A {
  margin-top: 7vw;
}

@media screen and (min-width: 1800px) {
  .top-contact > .c-button-A {
    margin-top: 126px;
  }
}

@media screen and (max-width: 599px) {
  .top-contact > .c-button-A {
    margin-top: 42px;
  }
}

/* =============================================================

	archive

* ============================================================= */
/* archive-article
--------------------------------------- */
.archive-article__txt {
  line-height: 2.2;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .archive-article__txt {
    line-height: 2;
  }
}

.archive-article__txt a {
  text-decoration: underline;
}

.archive-article__txt .c-title {
  font-size: 18px;
  font-size: 1.28571rem;
  /* 16 ~ 25 */
  line-height: 1.8;
  display: inline-block;
  margin: 2em 0 1em;
}

@media screen and (max-width: 959px) {
  .archive-article__txt .c-title {
    font-size: 17px;
    font-size: 1.21429rem;
    /* 16 ~ 25 */
    line-height: 1.8;
  }
}

@media screen and (max-width: 799px) {
  .archive-article__txt .c-title {
    font-size: 16px;
    font-size: 1.14286rem;
    /* 16 ~ 25 */
    line-height: 1.8;
  }
}

.archive-article__txt img {
  max-width: 100%;
  width: auto;
  display: block;
}

.archive-article__txt > .c-text-sm {
  color: #999;
  font-size: 13px;
}

.archive-article__txt .c-movie-A {
  margin: 0 auto;
  max-width: none;
}

/* =============================================================

	contact

* ============================================================= */
/* contact-lead
--------------------------------------- */
.contact-lead {
  margin-top: -2vw;
  margin-bottom: -4vw;
}

@media screen and (min-width: 1800px) {
  .contact-lead {
    margin-top: -36px;
  }
}

@media screen and (max-width: 599px) {
  .contact-lead {
    margin-top: -12px;
  }
}

@media screen and (min-width: 1800px) {
  .contact-lead {
    margin-bottom: -72px;
  }
}

@media screen and (max-width: 599px) {
  .contact-lead {
    margin-bottom: -24px;
  }
}

.contact-lead > .c-lead-B {
  text-align: center;
}

.contact-lead > .c-lead-B._msg {
  font-size: 18px;
  font-size: 1.28571rem;
  /* 16 ~ 25 */
  line-height: 1.8;
}

@media screen and (max-width: 599px) {
  .contact-lead > .c-lead-B._msg {
    font-size: 16px;
    font-size: 1.14286rem;
    /* 16 ~ 25 */
    line-height: 1.8;
  }
}

@media screen and (min-width: 600px) {
  .contact-lead {
    text-align: center;
  }
}

@media screen and (max-width: 959px) {
  .contact-lead {
    margin-top: 0;
  }
  .contact-lead > .c-title-A {
    display: none;
  }
}

/* contact-form
--------------------------------------- */
.contact-form__form {
  max-width: 960px;
  margin: 0 auto;
}

.contact-form__required {
  color: red;
  font-weight: 700;
}

.contact-form__form-dlist > dt {
  font-weight: 700;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 2;
  position: absolute;
  padding: 3.2em 0 0 2.5%;
}

@media screen and (max-width: 1199px) {
  .contact-form__form-dlist > dt {
    padding-left: 2%;
  }
}

@media screen and (max-width: 799px) {
  .contact-form__form-dlist > dt {
    position: static;
    padding: 10px 0 0 5px;
    border-top: 1px solid #1a1a1a;
  }
}

@media screen and (min-width: 800px) {
  .contact-form__form._confirm .contact-form__form-dlist > dt {
    padding-top: 2.3em;
  }
}

.contact-form__form-dlist > dd {
  padding: 2em 5% 2em 30%;
  border-top: 1px solid #1a1a1a;
}

@media screen and (max-width: 1199px) {
  .contact-form__form-dlist > dd {
    padding-right: 5%;
    padding-left: 16em;
  }
}

@media screen and (max-width: 959px) {
  .contact-form__form-dlist > dd {
    padding-right: 0;
  }
}

@media screen and (max-width: 799px) {
  .contact-form__form-dlist > dd {
    padding: 5px 0 10px !important;
    border-top: none;
  }
  .contact-form__form-dlist > dd:last-child {
    padding-bottom: 0 !important;
  }
}

.contact-form__form-dlist > dd .c-text__sm {
  color: #999;
  line-height: 1.6;
  margin-top: .8em;
}

@media screen and (max-width: 799px) {
  .contact-form__form._confirm .contact-form__form-dlist > dd {
    padding: 0 5px 7px !important;
  }
}

.contact-form__form-dlist > dd.contact-form__name > i,
.contact-form__form-dlist > dd.contact-form__date > i {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 2;
  letter-spacing: 0;
  display: inline-block;
  margin-top: 12px;
}

@media screen and (max-width: 959px) {
  .contact-form__form-dlist > dd.contact-form__name > i,
  .contact-form__form-dlist > dd.contact-form__date > i {
    margin-top: 14px;
  }
}

.contact-form__form-dlist > dd.contact-form__name > .contact-form__input,
.contact-form__form-dlist > dd.contact-form__date > .contact-form__input {
  display: inline-block;
  vertical-align: top;
}

.contact-form__form-dlist > dd.contact-form__name > .contact-form__input > input,
.contact-form__form-dlist > dd.contact-form__date > .contact-form__input > input {
  width: 11em;
}

@media screen and (max-width: 599px) {
  .contact-form__form-dlist > dd.contact-form__name > .contact-form__input > input,
  .contact-form__form-dlist > dd.contact-form__date > .contact-form__input > input {
    width: 8em;
  }
}

@media screen and (max-width: 399px) {
  .contact-form__form-dlist > dd.contact-form__name > .contact-form__input > input,
  .contact-form__form-dlist > dd.contact-form__date > .contact-form__input > input {
    width: 6em;
  }
}

.contact-form__form-dlist > dd.contact-form__name > i {
  margin-right: .5em;
}

.contact-form__form-dlist > dd.contact-form__name > .contact-form__input {
  margin-right: 1em;
}

@media screen and (max-width: 399px) {
  .contact-form__form-dlist > dd.contact-form__name > .contact-form__input {
    margin-right: .6em;
  }
}

.contact-form__form-dlist > dd.contact-form__name > .contact-form__input:last-child {
  margin-right: 0;
}

.contact-form__form._confirm .contact-form__form-dlist > dd.contact-form__name > i {
  display: none;
}

.contact-form__form._confirm .contact-form__form-dlist > dd.contact-form__name > .contact-form__input {
  margin-right: .5em;
}

.contact-form__form-dlist > dd.contact-form__date > i {
  margin-left: .5em;
  margin-right: 1em;
}

@media screen and (min-width: 600px) {
  .contact-form__form-dlist > dd.contact-form__date > br {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .contact-form__form-dlist > dd.contact-form__date > .contact-form__input:first-child {
    margin-bottom: .7em;
  }
  .contact-form__form-dlist > dd.contact-form__date > .contact-form__input > input {
    width: 11em;
  }
}

.contact-form__form._confirm .contact-form__form-dlist > dd.contact-form__date > i {
  margin: 0 .5em;
}

.contact-form__form._confirm .contact-form__form-dlist > dd.contact-form__date > br {
  display: none;
}

.contact-form__form._confirm .contact-form__form-dlist > dd.contact-form__date > .c-text__sm {
  display: none;
}

.contact-form__input > .error {
  color: red !important;
  font-weight: 700;
  display: block;
}

.contact-form__input > .error:first-of-type {
  margin-top: .5em;
}

.contact-form__form._confirm .contact-form__input {
  min-height: 2em;
}

@media screen and (max-width: 799px) {
  .contact-form__form._confirm .contact-form__input {
    min-height: 1em;
  }
}

.contact-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 3vw;
}

@media screen and (min-width: 1800px) {
  .contact-form__submit {
    margin-top: 54px;
  }
}

@media screen and (max-width: 599px) {
  .contact-form__submit {
    margin-top: 18px;
  }
}

@media screen and (max-width: 799px) {
  .contact-form__submit {
    margin-top: 50px;
  }
}

@media screen and (max-width: 599px) {
  .contact-form__submit {
    margin-top: 30px;
    margin-bottom: 70px;
  }
}

.contact-form__submit > li {
  text-align: center;
  margin: 0 7px;
}

.contact-form__submit > li:first-child > label {
  border-color: #999;
}

.contact-form__submit > li:first-child > label:before {
  border-left-color: #999;
}

.contact-form__submit > li:first-child > label > input {
  color: #999;
}

@media screen and (max-width: 599px) {
  .contact-form__submit > li {
    margin: 0 5px;
  }
}

.contact-form__form._input .contact-form__submit > li:first-child {
  display: none;
}

/* utility
--------------------------------------- */
.u-mb-0 {
  margin-bottom: 0;
}

.u-tal-l {
  text-align: left;
}

.u-tal-r {
  text-align: right;
}

.u-tal-c {
  text-align: center;
}

.u-tal-j {
  text-align: justify;
  text-justify: inter-ideograph;
  /* for IE */
}

@media screen and (max-width: 959px) {
  .u-tal-j__md {
    text-align: justify;
    text-justify: inter-ideograph;
    /* for IE */
  }
}

@media screen and (max-width: 599px) {
  .u-tal-l__xs {
    text-align: left;
  }
}

@media screen and (max-width: 599px) {
  .u-tal-r__xs {
    text-align: right;
  }
}

@media screen and (max-width: 599px) {
  .u-tal-c__xs {
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .u-tal-j__xs {
    text-align: justify;
    text-justify: inter-ideograph;
    /* for IE */
  }
}

.u-tcl-bgray, .u-tcl-bgray a {
  color: #999;
}

.u-tcl-red, .u-tcl-red a {
  font-weight: 700;
  color: red;
}

.u-fw-b {
  font-weight: 700;
}

.u-dp-ib {
  display: inline-block;
}

.u-dp-b {
  display: block;
}

.u-pos-r {
  position: relative;
}

.u-pos-a {
  position: absolute;
}

@media screen and (min-width: 800px) {
  .u-br__sm {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .u-br__xs {
    display: none;
  }
}

@media screen and (min-width: 400px) {
  .u-br__xxs {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .u-nobr__md {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .u-nobr__sm {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .u-nobr__xs {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .u-nobr__xxs {
    display: none;
  }
}

/* slick-slider
--------------------------------------- */
/* 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;
  z-index: 1;
}

.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;
}
