@charset "UTF-8";
/* ==========================================================================//
//
// [基本設定]
//
// ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  /* 1 */
  margin: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@-webkit-keyframes marquee {
  0% {
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
@keyframes marquee {
  0% {
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    left: -100%;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
/* ==========================================================================//
//
// [デフォルトスタイル]
//
// ========================================================================== */
html {
  font-size: 62.5%;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-width: 375px;
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #314f5a;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-overflow-scrolling: touch;
}
_:-ms-lang(x)::-ms-backdrop, body {
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1166px;
    font-size: 1.6rem;
  }
}
body > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
*:not(hr):not(legend), *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, figure, figcaption {
  margin: 0;
}
ul, ol, dl, dt, dd, blockquote {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a, button {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  outline: none;
}
@media screen and (min-width: 768px) {
  a:hover, button:hover {
    opacity: 0.6;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel"] {
    cursor: default;
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
svg {
  display: inline-block;
}
picture {
  display: block;
}
i {
  font-style: normal;
}
table {
  width: 100%;
  border-spacing: 0;
}
th {
  font-weight: normal;
}
td {
  text-align: center;
}
input {
  border-radius: 0;
}
[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
  pointer-events: none;
}
[type=number] {
  width: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  overflow: auto;
  border-radius: 0;
  vertical-align: top;
  resize: vertical;
}
button, input, optgroup, select, textarea, small {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
  padding: 0;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
button, select {
  text-transform: none;
}
button, input, select, textarea {
  border-style: none;
  color: inherit;
  background-color: transparent;
}
input:not([type="checkbox"]), input:not([type="radio"]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
  background: none;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: table;
  max-width: 100%;
  border: none;
  color: inherit;
  white-space: normal;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}
[type="search"] {
  line-height: normal;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -0.02rem;
}
input, textarea, select {
  display: inline-block;
  width: 100%;
  padding: 0;
  border: none;
  background: #fff;
}
textarea {
  height: auto;
  resize: none;
}
:placeholder-shown {
  color: rgba(51, 51, 51, 0.3);
}
::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
::-moz-placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.3);
}
:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
[type=text] {
  line-height: normal;
}
picture > * {
  width: 100%;
}
* {
  min-width: 0;
  min-height: 0;
}
/* ==========================================================================//
//
// [レイアウト]
//
// ========================================================================== */
.l-block {
  padding-right: 20px;
  padding-left: 20px;
}
.l-section-inner .l-block {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-block {
    width: 660px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
}
.l-footer {
  position: relative;
  padding: 35px 20px 97.5px;
  background-color: #314f5a;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 0;
    padding: 0 30px 30px;
  }
}
.l-footer__inner, .l-footer__inner a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l-footer-info {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer-info {
    width: 300px;
    margin-right: 10%;
    padding-top: 57px;
    text-align: left;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.l-footer-info__logo {
  width: 235px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer-info__logo {
    width: 100%;
  }
}
.l-footer-info__logo-image {
  width: 100%;
  height: auto;
}
.l-footer-info__address {
  position: relative;
  margin-top: 22px;
  padding-bottom: 32px;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .l-footer-info__address {
    margin-top: 25px;
    padding-bottom: 37px;
  }
}
.l-footer-info__address:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25px;
  height: 2px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-footer-info__address:before {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.l-footer-info__date {
  margin-top: 25px;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .l-footer-info__date {
    margin-top: 40px;
  }
}
.l-footer-info__date span {
  display: block;
  margin-top: 2px;
  font-size: 1.2rem;
  line-height: 1.83333;
}
.l-footer-info__date + .l-footer-info__date {
  margin-top: 10px;
}
.l-footer-info .c-button-group {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer-info .c-button-group {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-navi {
    padding-top: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi .p-gnavi-sp__list {
    border-top: 2px solid rgba(255, 255, 255, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .l-footer-navi .p-gnavi-sp {
    max-width: 1200px;
    margin-left: auto;
  }
  .l-footer-navi .p-gnavi-sp__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 calc(-30 / 870 * 100%);
    border-top: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-footer-navi .p-gnavi-sp__list:nth-child(2) {
    margin-top: 60px;
  }
  .l-footer-navi .p-gnavi-sp__item {
    position: relative;
    width: 33.33%;
    padding: 0 calc(30 / 930 * 100%);
    border-bottom: none;
  }
  .l-footer-navi .p-gnavi-sp__item:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .l-footer-navi .p-gnavi-sp__item-body {
    max-height: none !important;
  }
  .l-footer-navi .p-gnavi-sp__item-body + .p-gnavi-sp__category {
    position: relative;
    margin-top: 40px;
  }
  .l-footer-navi .p-gnavi-sp__item-body + .p-gnavi-sp__category:after {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 2px;
    height: 40px;
    background-color: #314f5a;
  }
  html[lang="en"] .l-footer-navi .p-gnavi-sp__item-body + .p-gnavi-sp__category:after {
    top: -40px;
    height: calc(100% + 40px);
  }
  .l-footer-navi .p-gnavi-sp__category {
    height: auto;
    padding: 0 0 0 18px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  html[lang="en"] .l-footer-navi .p-gnavi-sp__category {
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-navi .p-gnavi-sp__category:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 4px;
    height: 21px;
    background-color: #fff;
  }
  html[lang="en"] .l-footer-navi .p-gnavi-sp__category:before {
    top: 6px;
  }
  html[lang="en"] .l-footer-navi .p-gnavi-sp__category:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #314f5a;
  }
  .l-footer-navi .p-gnavi-sp__category-sub {
    position: relative;
    margin-top: 30px;
    padding: 0 0 0 18px;
    font-size: 1.8rem;
    font-weight: bold;
    white-space: nowrap;
  }
  .l-footer-navi .p-gnavi-sp__category-sub:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 18px;
    background-color: #fff;
  }
  .l-footer-navi .p-gnavi-sp__category-sub:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 2px;
    height: 30px;
    background-color: #314f5a;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-footer-navi .p-gnavi-sp__category-sub + .p-gnavi-sp-list {
    margin-top: 20px;
  }
  .l-footer-navi .p-gnavi-sp__category-sub + .p-gnavi-sp-list:before {
    top: -20px;
    height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-navi .p-gnavi-sp-list {
    position: relative;
    margin-top: 30px;
    padding: 0 0 0 30px;
    font-weight: normal;
  }
  .l-footer-navi .p-gnavi-sp-list:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 2px;
    height: 30px;
    background-color: #314f5a;
  }
  .l-footer-navi .p-gnavi-sp-list__item {
    line-height: 1.5;
  }
  .l-footer-navi .p-gnavi-sp-list__item + li {
    margin-top: 12px;
  }
}
.l-footer-bottom {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .l-footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    padding-top: 30px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  html[lang="ja"] .l-footer-bottom, html[lang="en"] .l-footer-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l-footer-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px -20px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-footer-bottom__item {
  position: relative;
  margin: 0 14px 20px 0;
  padding-left: 14px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-bottom__item:first-child {
    padding-left: 0;
    border-left: none;
  }
}
.l-footer-bottom__link {
  color: #fff;
}
.l-footer-bottom__copyright {
  margin-top: 35px;
  padding-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer-bottom__copyright {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
}
.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-col, .l-col-1, .l-col-2, .l-col-2-4, .l-col-3, .l-col-4, .l-col-5, .l-col-6, .l-col-7, .l-col-8, .l-col-9, .l-col-10, .l-col-11, .l-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.l-col {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.l-col-1 {
  max-width: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
}
.l-col-2 {
  max-width: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
}
.l-col-2-4 {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.l-col-3 {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.l-col-4 {
  max-width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
}
.l-col-5 {
  max-width: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
}
.l-col-6 {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.l-col-7 {
  max-width: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
}
.l-col-8 {
  max-width: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
}
.l-col-9 {
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}
.l-col-10 {
  max-width: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
}
.l-col-11 {
  max-width: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
}
.l-col-12 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .l-col-md, .l-col-1-md, .l-col-2-md, .l-col-2-4-md, .l-col-3-md, .l-col-4-md, .l-col-5-md, .l-col-6-md, .l-col-7-md, .l-col-8-md, .l-col-9-md, .l-col-10-md, .l-col-11-md, .l-col-12-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .l-col-md {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
  .l-col-1-md {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }
  .l-col-2-md {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }
  .l-col-2-4-md {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .l-col-3-md {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .l-col-4-md {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
  .l-col-5-md {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }
  .l-col-6-md {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .l-col-7-md {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }
  .l-col-8-md {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }
  .l-col-9-md {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .l-col-10-md {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }
  .l-col-11-md {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }
  .l-col-12-md {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 375px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header {
    position: relative;
  }
}
.l-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40px;
  color: #fff;
  line-height: 1.1;
  background-color: #333;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-header-top {
    height: 50px;
  }
}
.l-header-top__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header-top__title {
  display: block;
  margin-right: 12px;
  padding: 0 13px 0 20px;
  border-right: 1px solid #fff;
  font-weight: bold;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-header-top__title {
    margin-right: 20px;
    padding: 0 20px;
  }
}
.l-header-top__detail {
  opacity: 0;
  overflow: hidden;
  position: relative;
  margin-right: -5em;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header-top__detail {
    padding-right: 20px;
  }
}
.l-header-top__detail span {
  display: inline-block;
  padding-right: 5em;
  white-space: nowrap;
}
.l-header-top__detail span:last-child {
  display: none;
}
.l-header-top__detail.is-marquee {
  position: relative;
  margin-right: 0;
}
.l-header-top__detail.is-marquee:after {
  content: "";
  display: inline-block;
  white-space: nowrap;
}
.l-header-top__detail.is-marquee span {
  position: absolute;
}
.l-header-top__detail.is-marquee span:first-child {
  left: 0;
  -webkit-animation: loop 30s -15s linear infinite;
  animation: loop 30s -15s linear infinite;
}
@media screen and (min-width: 768px) {
  .l-header-top__detail.is-marquee span:first-child {
    -webkit-animation: loop 20s -10s linear infinite;
    animation: loop 20s -10s linear infinite;
  }
}
.l-header-top__detail.is-marquee span:last-child {
  display: inline-block;
  -webkit-animation: loop2 30s linear infinite;
  animation: loop2 30s linear infinite;
}
@media screen and (min-width: 768px) {
  .l-header-top__detail.is-marquee span:last-child {
    -webkit-animation: loop2 20s linear infinite;
    animation: loop2 20s linear infinite;
  }
}
.l-header-top.is-important {
  background-color: #900;
}
.l-header__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  border-bottom: 2px solid #eee;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-header__in {
    position: static;
    height: 80px;
    padding: 0 30px;
  }
}
.l-header__logo {
  width: 154px;
  height: 68px;
  padding-top: 8px;
  background: url("/assets/image/common/img_logo_01.svg") no-repeat left top 7px;
  background-size: 154px 50.5px;
}
_:-ms-lang(x)::-ms-backdrop, .l-header__logo {
  background: url("/assets/image/common/img_logo_01.png") no-repeat left top 8px;
  background-size: 154px 51px;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 185px;
    height: 78px;
    padding-top: 7px;
    background: url("/assets/image/common/img_logo_01.svg") no-repeat left top 7px;
    background-size: 185px 61px;
  }
  _:-ms-lang(x)::-ms-backdrop, .l-header__logo {
    background: url("/assets/image/common/img_logo_01.png") no-repeat left top 7px;
    background-size: 185px 62px;
  }
}
.l-header__logo-link {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.l-header__utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-item {
  position: relative;
  font-weight: bold;
}
.l-header__nav-item + .l-header__nav-item {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #333;
}
.l-header__balloon {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 16px;
  right: -65px;
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.l-header__balloon-trigger {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  outline: none;
}
.l-header__balloon-trigger:hover {
  opacity: 0.6;
}
.l-header__balloon-trigger.is-active {
  color: #999;
}
.l-header__balloon-in {
  padding: 33px 10px 10px;
}
.l-header__balloon-list {
  position: relative;
  width: 200px;
  padding: 30px;
  background-color: #efefeb;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.l-header__balloon-list:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -13px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  border-width: 0 7px 13px 7px;
  border-style: solid;
  border-color: transparent transparent #efefeb transparent;
}
.l-header__balloon-item:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-right: 10px;
  background: url("/assets/image/ico/ico_arrow_right_01.svg") no-repeat left center;
  background-size: contain;
}
.l-header__balloon-item + .l-header__balloon-item {
  margin-top: 18px;
}
.l-header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-header__search-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-header__search-close {
  opacity: 1;
  position: absolute;
  z-index: 10;
  top: 22px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url("/assets/image/ico/ico_close_01.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-header__search-close {
    position: fixed;
    top: 20px;
    right: 20px;
  }
}
.l-header__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-header__form {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .l-header__form {
    width: 450px;
  }
}
.l-header__search-input {
  width: 1%;
  height: 45px;
  padding: 0 15px;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.l-header__search-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 27px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-header__search-trigger {
    margin-left: 30px;
  }
}
.l-header__search-trigger-mark {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133.334' height='133.315' viewBox='0 0 100 99.986' fill='%2305698f'%3E%3Cpath d='M100 90.052L72.038 62.6a39.669 39.669 0 10-9.911 9.767l28.118 27.619zM39.649 65.406a25.86 25.86 0 1125.86-25.86 25.86 25.86 0 01-25.86 25.86z'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}
.category-search .l-header__search-trigger {
  opacity: 0.15;
}
.l-header__search-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  background: #222 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133.334' height='133.315' viewBox='0 0 100 99.986' fill='%23fff'%3E%3Cpath d='M100 90.052L72.038 62.6a39.669 39.669 0 10-9.911 9.767l28.118 27.619zM39.649 65.406a25.86 25.86 0 1125.86-25.86 25.86 25.86 0 01-25.86 25.86z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 20px 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__menu {
  padding: 68px 20px;
  color: #fff;
}
.l-header__menu-wrap {
  display: none;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-header__menu-close {
  opacity: 1;
  position: absolute;
  z-index: 10;
  top: 22px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url("/assets/image/ico/ico_close_01.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-header__menu-close {
    position: fixed;
    top: 20px;
    right: 20px;
  }
}
.l-header__menu-trigger, .l-header__menu-trigger::before, .l-header__menu-trigger::after, .l-header__menu-trigger-mark {
  display: inline-block;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.l-header__menu-trigger {
  position: relative;
  z-index: 10;
  width: 30px;
  height: 27px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-header__menu-trigger {
    display: none;
  }
}
.l-header__menu-trigger::before, .l-header__menu-trigger::after, .l-header__menu-trigger-mark {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #05698f;
}
.l-header__menu-trigger::before, .l-header__menu-trigger::after {
  content: "";
}
.l-header__menu-trigger::before {
  top: 0;
}
.l-header__menu-trigger::after {
  bottom: 0;
}
.l-header__menu-trigger-mark {
  top: 12px;
}
@media screen and (max-width: 767px) {
  .is-loaded .l-header__utility--top {
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .l-header__utility--top {
    overflow: hidden;
    max-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .is-loaded .l-header__utility--right {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .l-header__utility--right {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media screen and (max-width: 767px) {
  .is-loaded .l-header__utility--fade {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .l-header__utility--fade {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-trigger.is-active + .l-header__utility--top {
    max-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-trigger.is-active + .l-header__utility--right {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-trigger.is-active + .l-header__utility--fade {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.l-header__menu-trigger.is-active::before {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.l-header__menu-trigger.is-active .l-header__menu-trigger-mark {
  opacity: 0;
}
.l-header__menu-trigger.is-active::after {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .l-header__submenu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .l-header__menu-link.is-active {
    background-color: #136e7b;
  }
}
@media screen and (min-width: 768px) {
  .l-header__menu-link.is-active + .l-header__submenu {
    display: block;
    max-height: none !important;
  }
}
@media screen and (min-width: 768px) {
  .l-header__menu.is-active {
    position: fixed;
    top: 0;
    bottom: auto;
  }
}
.l-main {
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 110px;
  }
  .theme-home .l-main {
    padding-top: 0;
  }
}
.l-main-header {
  background-color: #efefeb;
}
.l-main-header__inner {
  position: relative;
  height: 200px;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-main-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1246px;
    margin: 0 auto;
    padding: 0 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l-main-header__inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 165px;
  height: 4px;
  background-color: #05698f;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-main-header__inner:before {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .category-information .l-main-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    padding-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l-main-header--slim .l-main-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-top: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media screen and (min-width: 768px) {
  .l-main-header--slim .l-main-header__inner {
    height: 240px;
  }
}
.l-main-header--slim-02 .l-main-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-top: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media screen and (min-width: 768px) {
  .l-main-header--slim-02 .l-main-header__inner {
    height: 190px;
  }
}
.l-main-header--exhibition .l-main-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-top: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media screen and (min-width: 768px) {
  .l-main-header--exhibition .l-main-header__inner {
    height: 190px;
  }
}
.l-main-header--past .l-main-header__inner {
  height: 200px;
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  .l-main-header--past .l-main-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 190px;
    padding-top: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}
.l-main-header--information .l-main-header__inner {
  height: 200px;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.l-main-header--shop {
  background: url("/assets/image/information/bg_shop_01_sp.jpg") no-repeat;
  background-size: cover;
}
.l-main-header--shop .c-heading-01 {
  padding-bottom: 12px;
  border-bottom: 4px solid #fff;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-main-header--shop .c-heading-01 {
    padding-bottom: 24px;
  }
}
.l-main-header--shop .l-main-header__inner:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-main-header--shop .l-main-header__inner {
    height: 295.5px;
    border-bottom: 2px solid #eee;
  }
}
@media screen and (min-width: 768px) {
  .l-main-header--shop {
    background: url("/assets/image/information/bg_shop_01_pc.jpg") no-repeat;
    background-size: cover;
  }
  .l-main-header--shop .l-main-header__inner {
    height: 460px;
  }
}
.l-main-header__sub {
  color: #05698f;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-main-header__sub {
    font-size: 2.2rem;
  }
}
.l-main-header__sub + * {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .l-main-header__sub + * {
    margin-top: 20px;
  }
}
.category-about-us .l-main-header--about-index .l-main-header__inner, .category-about-us .l-main-header--about-greeting .l-main-header__inner, .category-about-us .l-main-header--about-concept .l-main-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 294.5px;
  padding: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media screen and (max-width: 767px) {
  .category-about-us .l-main-header--about-index .l-main-header__inner, .category-about-us .l-main-header--about-greeting .l-main-header__inner, .category-about-us .l-main-header--about-concept .l-main-header__inner {
    border-bottom: 2px solid #eee;
  }
}
@media screen and (min-width: 768px) {
  .category-about-us .l-main-header--about-index .l-main-header__inner, .category-about-us .l-main-header--about-greeting .l-main-header__inner, .category-about-us .l-main-header--about-concept .l-main-header__inner {
    height: 460px;
  }
}
.category-about-us .l-main-header--about-index .l-main-header__inner:before, .category-about-us .l-main-header--about-greeting .l-main-header__inner:before, .category-about-us .l-main-header--about-concept .l-main-header__inner:before {
  display: none;
}
.category-about-us .l-main-header--about-index .c-heading-01, .category-about-us .l-main-header--about-greeting .c-heading-01, .category-about-us .l-main-header--about-concept .c-heading-01 {
  padding-bottom: 15px;
  border-bottom: 4px solid #fff;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .category-about-us .l-main-header--about-index .c-heading-01, .category-about-us .l-main-header--about-greeting .c-heading-01, .category-about-us .l-main-header--about-concept .c-heading-01 {
    padding-bottom: 25px;
    font-size: 3.2rem;
  }
}
.category-about-us .l-main-header--about-index .c-heading-01 span, .category-about-us .l-main-header--about-greeting .c-heading-01 span, .category-about-us .l-main-header--about-concept .c-heading-01 span {
  display: block;
  padding-bottom: 12px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .category-about-us .l-main-header--about-index .c-heading-01 span, .category-about-us .l-main-header--about-greeting .c-heading-01 span, .category-about-us .l-main-header--about-concept .c-heading-01 span {
    padding-bottom: 20px;
    font-size: 2.2rem;
  }
}
.category-about-us .l-main-header--about-index {
  background: url("/assets/image/about-us/bg_index_01_sp.jpg") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .category-about-us .l-main-header--about-index {
    background: url("/assets/image/about-us/bg_index_01_pc.jpg") no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .category-about-us .l-main-header--about-index {
    background: url("/assets/image/about-us/bg_index_01_pc@2x.jpg") no-repeat;
    background-size: cover;
  }
}
.category-about-us .l-main-header--about-greeting {
  background: url("/assets/image/about-us/bg_greeting_01_sp.jpg") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .category-about-us .l-main-header--about-greeting {
    background: url("/assets/image/about-us/bg_greeting_01_pc.jpg") no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .category-about-us .l-main-header--about-greeting {
    background: url("/assets/image/about-us/bg_greeting_01_pc@2x.jpg") no-repeat;
    background-size: cover;
  }
}
.category-about-us .l-main-header--about-concept {
  background: url("/assets/image/about-us/bg_concept_01_sp.jpg") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .category-about-us .l-main-header--about-concept {
    background: url("/assets/image/about-us/bg_concept_01_pc.jpg") no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .category-about-us .l-main-header--about-concept {
    background: url("/assets/image/about-us/bg_concept_01_pc@2x.jpg") no-repeat;
    background-size: cover;
  }
}
.l-main-header-back {
  position: relative;
  margin-top: 25px;
  padding-top: 27px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-main-header-back {
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: 0;
    padding: 0 20px;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    font-size: 1.6rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.l-main-header-back:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: #b6b6b3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-main-header-back:before {
    display: none;
  }
}
.l-main-header-back__link:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-right: 10px;
  background: url("/assets/image/ico/ico_arrow_right_01.svg") no-repeat right center;
  background-size: contain;
}
.l-overlay {
  display: none;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("/assets/image/common/bg_overlay_01.png") repeat-x bottom;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .l-overlay {
    width: 100%;
    height: 100%;
    background: url("/assets/image/common/bg_overlay_01_pc.png") no-repeat bottom;
    background-size: cover;
  }
}
.l-section {
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 80px 40px;
  }
}
.l-section .l-section {
  padding: 0;
}
.l-section .l-section + .l-section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .l-section .l-section + .l-section {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.l-section-inner {
  max-width: 1166px;
  margin: 0 auto;
}
.l-section + .l-section {
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  .l-section + .l-section {
    margin-top: -80px;
  }
}
.l-section + .p-information-bottom {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-section + .p-information-bottom {
    margin-top: 20px;
  }
  html[lang="en"] .l-section + .p-information-bottom {
    margin-top: 0;
  }
}
/* ==========================================================================//
//
// [プラグイン]
//
// ========================================================================== */
/*!
 * animate.css -https: //daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http: //opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-name: headShake;
  animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation-name: jello;
  animation-name: jello;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp8 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp8 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp8 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation-name: fadeInUp8;
  animation-name: fadeInUp8;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-animation-name: flip;
  animation-name: flip;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
.flipOutY {
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    opacity: 1;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    opacity: 1;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/*!
  Modaal - accessible modals - v0.4.3
  by Humaan, for all humans.
  http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
  height: 100%;
}
.modaal-accessible-hide {
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}
.modaal-overlay {
  opacity: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("/assets/image/common/bg_overlay_01.png") repeat-x bottom !important;
}
@media screen and (min-width: 768px) {
  .modaal-overlay {
    width: 100%;
    height: 100%;
    background: url("/assets/image/common/bg_overlay_01_pc.png") no-repeat bottom !important;
    background-size: cover !important;
  }
}
.modaal-wrapper {
  opacity: 1;
  display: block;
  overflow: auto;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.modaal-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  padding: 0;
  border: none;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  opacity: 1;
  display: none;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}
.modaal-outer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .modaal-outer-wrapper {
    height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  .modaal-outer-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}
.modaal-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 68px 20px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .modaal-inner-wrapper {
    height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  .modaal-inner-wrapper {
    vertical-align: middle;
  }
}
.modaal-fullscreen .modaal-inner-wrapper {
  display: block;
  padding: 0;
  vertical-align: top;
}
.modaal-container {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  color: #fff;
  text-align: left;
  cursor: auto;
}
.modaal-container.is_loading {
  overflow: hidden;
  width: 100px;
  height: 100px;
}
.modaal-fullscreen .modaal-container {
  overflow: auto;
  max-width: none;
  height: 100%;
}
.modaal-close {
  opacity: 1;
  position: absolute;
  z-index: 10;
  top: 22px;
  right: 20px;
  width: 24px;
  height: 24px;
  color: #fff;
  background: url("/assets/image/ico/ico_close_01.png") no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .modaal-close {
    position: fixed;
    top: 20px;
    right: 20px;
  }
}
.modaal-close span {
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}
.modaal-fullscreen .modaal-close {
  top: 10px;
  right: 10px;
  background: #afb7bc;
}
.modaal-content-container {
  padding: 0;
}
.modaal-confirm-wrap {
  padding: 30px 0 0;
  font-size: 0;
  text-align: center;
}
.modaal-confirm-btn {
  display: inline-block;
  margin: 0 10px;
  border: none;
  font-size: 14px;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  border-radius: 3px;
  color: #fff;
  background: #555;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  color: #2f2f2f;
  text-decoration: none;
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
}
.modaal-instagram iframe {
  opacity: 0;
  width: 1000px !important;
  max-width: 800px !important;
  margin: -6px !important;
  border-radius: 0 !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.modaal-image .modaal-inner-wrapper {
  padding-right: 140px;
  padding-left: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}
.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}
.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}
.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.modaal-gallery-label:focus {
  outline: none;
}
.modaal-gallery-control {
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  background: #fff;
  outline: none;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  content: " ";
  display: block;
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}
.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}
.modaal-video-wrap {
  position: relative;
  margin: auto 50px;
}
.modaal-video-container {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  max-width: 1300px;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 56.25%;
  background: #000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.modaal-video-container iframe, .modaal-video-container object, .modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}
.modaal-iframe-elem {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    height: 731px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform: none;
    transform: none;
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    right: 20px;
    left: auto;
  }
  .modaal-gallery-prev {
    right: auto;
    left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  background: none;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-left: 4px;
}
.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}
.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}
.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}
.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}
.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
/* Slider */
.slick-slider {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slick-list {
  display: block;
  overflow: hidden;
  position: relative;
  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);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* ==========================================================================//
//
// [コンポーネント]
//
// ========================================================================== */
.c-button, .c-button-auto, .c-button-small, .c-button-middle, .c-button-large, .c-button-more, .c-button[disabled] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 100%;
  height: 55px;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #05698f;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  letter-spacing: normal;
  background-color: #05698f;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-button, .c-button-auto, .c-button-small, .c-button-middle, .c-button-large, .c-button-more, .c-button[disabled] {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.c-button:before, .c-button-auto:before, .c-button-small:before, .c-button-middle:before, .c-button-large:before, .c-button-more:before, .c-button[disabled]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23fff'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.c-button[target="_blank"]:after, .c-button-auto[target="_blank"]:after, .c-button-small[target="_blank"]:after, .c-button-middle[target="_blank"]:after, .c-button-large[target="_blank"]:after, .c-button-more[target="_blank"]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  width: 17px;
  height: 14px;
  margin-top: -7px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133.334' height='105.173' viewBox='0 0 100 78.88' fill='%23fff'%3E%3Cpath d='M100 78.88H14.405v-9.098h76.497V13.55H100v65.33z'/%3E%3Cpath d='M0 0v60.781h81.046V0zm71.948 51.683H9.1V9.1h62.85z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.c-button__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-button-auto {
  width: auto;
}
.c-button-small {
  max-width: 100px;
}
.c-button-middle {
  max-width: 200px;
}
.c-button-large {
  max-width: 300px;
}
.c-button-more:before, .c-button-more:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 21px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
}
.c-button-more:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .c-button-more {
    max-width: 300px;
  }
}
.c-button--strong {
  border-color: #e00100;
  background-color: #e00100;
}
.c-button--weak {
  border-color: #999;
  background-color: #999;
}
.c-button--black {
  border-color: #222;
  font-weight: bold;
  background-color: #222;
}
.c-button-auto[disabled], .c-button-small[disabled], .c-button-middle[disabled], .c-button-large[disabled], .c-button-more[disabled], .c-button[disabled] {
  opacity: 0.3;
}
.c-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-button-group {
    margin-right: -10px;
    margin-left: -10px;
  }
}
* + .c-button-group {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  * + .c-button-group {
    margin-top: 20px;
  }
}
.c-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.c-check__text {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.c-check input {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
input:focus + .c-check__text::before {
  -webkit-box-shadow: 0 0 4px #004aa1;
  box-shadow: 0 0 4px #004aa1;
}
[type="checkbox"] + .c-check__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background-color: #fff;
}
[type="checkbox"] + .c-check__text::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 7px;
  height: 14px;
  border-right: 3px solid #248b9a;
  border-bottom: 3px solid #248b9a;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
[type="checkbox"]:checked + .c-check__text::after {
  opacity: 1;
}
[type="radio"] + .c-check__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  background-color: #fff;
}
[type="radio"] + .c-check__text::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #248b9a;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
[type="radio"]:checked + .c-check__text::after {
  opacity: 1;
}
[type="checkbox"].is-invalid + .c-check__text::before, [type="radio"].is-invalid + .c-check__text::before {
  border-color: #e00100;
  background-color: #ffe4e1;
}
[type="radio"][disabled] + .c-check__text, [type="checkbox"][disabled] + .c-check__text {
  opacity: 0.3;
  cursor: default;
}
.c-control, .c-select, .c-textarea {
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #999;
  font-size: 1.6rem;
  line-height: 1.2;
  background-color: #fff;
}
.c-control.is-invalid, .is-invalid.c-select, .is-invalid.c-textarea {
  border-color: #e00100;
  background-color: #ffe4e1;
}
.c-control[disabled], .c-select[disabled], .c-textarea[disabled] {
  opacity: 0.3;
}
.c-embed {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 56.25%;
}
.c-embed__item, .c-embed iframe, .c-embed embed, .c-embed object, .c-embed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
* + .c-embed {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  * + .c-embed {
    margin-top: 20px;
  }
}
.c-figure {
  position: relative;
  text-align: center;
}
.c-figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-figure:after {
  border: 2px solid #eee;
}
.c-figure:after {
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-figure source, .c-figure img {
    width: 100%;
    height: auto;
  }
}
.c-row, .c-row--sp {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-row, .c-row--sp {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.c-row + *, .c-row--sp + * {
  margin-top: 30px !important;
}
@media screen and (min-width: 768px) {
  .c-row [class^="l-col-"], .c-row--sp [class^="l-col-"] {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-row [class^="l-col-"] + div, .c-row--sp [class^="l-col-"] + div {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-row--sp {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-row--sp [class^="l-col-"] {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-row--sp [class^="l-col-"] + div {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-row--sp .c-text-note {
    line-height: 1.83333 !important;
  }
}
.c-row-02 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-row-02 {
    margin: 0 -25px;
  }
}
.c-row-02 + * {
  margin-top: 30px !important;
}
@media screen and (min-width: 768px) {
  .c-row-02 [class^="l-col-"] {
    margin-top: 60px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-row-02 [class^="l-col-"] + div {
    margin-top: 30px;
  }
}
.c-heading-01 {
  color: #05698f;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-heading-01 {
    font-size: 3.2rem;
  }
}
.c-heading-02 {
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  color: #05698f;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-heading-02 {
    padding-bottom: 40px;
    font-size: 2.8rem;
    line-height: 1;
    text-align: center;
  }
}
.c-heading-02 + * {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-heading-02 + * {
    margin-top: 60px;
  }
}
.c-heading-03 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .c-heading-03 {
    font-size: 2.2rem;
    line-height: 1;
  }
}
.c-heading-03 + .c-heading-04 {
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .c-heading-03 + .c-heading-04 {
    margin-top: 34px;
  }
}
.c-heading-03 + .c-text {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .c-heading-03 + .c-text {
    margin-top: 26px;
  }
}
.c-heading-04 {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .c-heading-04 {
    margin-top: 27px;
    line-height: 1.66667;
  }
}
.c-heading-04 + .c-text {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .c-heading-04 + .c-text {
    margin-top: 12px;
  }
}
.c-hero {
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-hero {
    height: 300px;
  }
}
.c-icon::before, .c-icon::after {
  display: inline-block;
  min-width: 1.62rem;
  min-height: 1.62rem;
  vertical-align: -0.13em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-icon::before {
  content: "";
  margin-right: 0.5rem;
}
.c-icon:empty::before {
  margin-right: 0;
}
.c-icon--after::before {
  content: none;
}
.c-icon--after::after {
  content: "";
  margin-left: 5px;
}
.c-link {
  border-bottom: 1px dotted #05698f;
  color: #05698f;
}
.c-link-arrow {
  display: table;
  font-weight: bold;
}
.c-link-arrow:before {
  content: "";
  display: table-cell;
  position: relative;
  width: 17px;
  height: 12px;
  vertical-align: top;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23333'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat left top;
  background-size: auto 12px;
}
.c-list, .c-list--small {
  counter-reset: order order-notes;
}
.c-list__item, .c-list__item--dot, .c-list__item--notes, .c-list__item--order, .c-list__item--order-notes {
  display: table;
}
html[lang="ja"] .c-list__item,
html[lang="ja"] .c-list__item--dot,
html[lang="ja"] .c-list__item--notes,
html[lang="ja"] .c-list__item--order,
html[lang="ja"] .c-list__item--order-notes {
/*
  text-align: justify;
  text-justify: inter-ideograph;
*/
}
.c-list__item::before, .c-list__item--dot::before, .c-list__item--notes::before, .c-list__item--order::before, .c-list__item--order-notes::before {
  display: table-cell;
  white-space: nowrap;
}
.c-list__item--dot {
  line-height: 1.875;
  position: relative;
  padding-left: 1.5em;
}
.c-list__item--dot::before {
  content: " ";
  position: absolute;
  background-color: #314F5A;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 7px;
  top: 12px;
}
.c-list__item--notes {
  font-size: 1.2rem;
  line-height: 1.83333;
}
@media screen and (min-width: 768px) {
  .c-list__item--notes {
    letter-spacing: 0.05em;
  }
}
.c-list__item--notes + .c-list__item--notes {
  margin-top: 0 !important;
}
.c-list__item--notes::before {
  content: "※";
  padding-right: 3px;
}
.c-list__item--order {
  counter-increment: order;
}
.c-list__item--order::before {
  content: counter(order) ".";
  width: 23px;
}
.c-list__item--order-notes {
  counter-increment: order-notes;
}
.c-list__item--order-notes::before {
  content: "※"counter(order-notes);
}
.c-list__item[data-attr]::before, .c-list__item--dot[data-attr]::before, .c-list__item--notes[data-attr]::before, .c-list__item--order[data-attr]::before, .c-list__item--order-notes[data-attr]::before {
  content: attr(data-attr);
}
/* 番号付きリスト */
.custom-counter-list {
  list-style: none;
  counter-reset: my-item-counter; /* カスタムカウンターをリセット */
  padding-left: 0;
}
.custom-counter-list li.c-list__item--number {
  line-height: 1.875;
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}
.custom-counter-list li.c-list__item--number::before {
  content: counter(my-item-counter) ".";
  counter-increment: my-item-counter; /* カスタムカウンターをインクリメント */
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
}
.c-list__item--center {
  margin-right: auto;
  margin-left: auto;
}
.c-list__item--right {
  margin-left: auto;
}
.c-list--small {
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-list--small {
    font-size: 1.2rem;
  }
}
* + .c-list, * + .c-list--small {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  * + .c-list, * + .c-list--small {
    margin-top: 8px;
  }
}
.c-list__item + .c-list__item, .c-list__item--dot + .c-list__item, .c-list__item--notes + .c-list__item, .c-list__item--order + .c-list__item, .c-list__item--order-notes + .c-list__item, .c-list__item + .c-list__item--dot, .c-list__item--dot + .c-list__item--dot, .c-list__item--notes + .c-list__item--dot, .c-list__item--order + .c-list__item--dot, .c-list__item--order-notes + .c-list__item--dot, .c-list__item + .c-list__item--notes, .c-list__item--dot + .c-list__item--notes, .c-list__item--notes + .c-list__item--notes, .c-list__item--order + .c-list__item--notes, .c-list__item--order-notes + .c-list__item--notes, .c-list__item + .c-list__item--order, .c-list__item--dot + .c-list__item--order, .c-list__item--notes + .c-list__item--order, .c-list__item--order + .c-list__item--order, .c-list__item--order-notes + .c-list__item--order, .c-list__item + .c-list__item--order-notes, .c-list__item--dot + .c-list__item--order-notes, .c-list__item--notes + .c-list__item--order-notes, .c-list__item--order + .c-list__item--order-notes, .c-list__item--order-notes + .c-list__item--order-notes {
  margin-top: 10px;
}
/* -----------------------------------------------------------------------------
c-loading-more
-------------------------------------------------------------------------- */
.c-loading-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.c-loading-more img {
  width: 75px;
}
.c-loading-more .animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 5px;
  margin: 25px auto 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-loading-more .animation .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation: loading 1.4s linear infinite;
  animation: loading 1.4s linear infinite;
}
.c-loading-more .animation .dot:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.c-loading-more .animation .dot:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes loading {
  0% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.8);
  }
  to {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@keyframes loading {
  0% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.8);
  }
  to {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.c-select {
  padding: 5px 30px 5px 10px;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' xmlns='http://www.w3.org/2000/svg' width='448' height='512' fill='%23e39600'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 15px;
}
.c-table-list {
  border-right: 1px solid #136e7b;
  border-bottom: 1px solid #136e7b;
  font-size: 1.2rem;
  line-height: 1.4;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .c-table-list {
    font-size: 1.4rem;
  }
}
.c-table-list th, .c-table-list td {
  padding: 5px;
  border-top: 1px solid #136e7b;
  border-left: 1px solid #136e7b;
}
@media screen and (min-width: 768px) {
  .c-table-list th, .c-table-list td {
    padding: 10px;
  }
}
.c-table-list th {
  color: #fff;
  background-color: #248b9a;
}
.c-table-list td {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-table-list, .c-table-list thead, .c-table-list tfoot, .c-table-list tbody, .c-table-list tr, .c-table-list th, .c-table-list td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-table-list tr {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .c-table-list th, .c-table-list td {
    float: left;
    clear: both;
  }
}
* + .c-table-list {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  * + .c-table-list {
    margin-top: 20px;
  }
}
.c-table {
  width: calc(100% + 8px);
  margin: 0 -4px;
  border-spacing: 4px 0;
  border-collapse: separate;
  table-layout: fixed;
}
.c-table th, .c-table td {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  line-height: 1.875;
  text-align: left;
}
.c-table thead th {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-table--top-border tr:first-child th, .c-table--top-border tr:first-child td {
    border-top: 2px solid rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .c-table--top-border {
    border-top: 2px solid rgba(0, 0, 0, 0.3);
  }
}
.c-table-scroll {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .c-table-scroll .c-table {
    min-width: 660px;
  }
}
* + .c-table, * + .c-table-scroll {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  * + .c-table, * + .c-table-scroll {
    margin-top: 20px;
  }
}
.c-tag, .c-tag--red, .c-tag--gray, .c-tag--red-outline, .c-tag--gray-outline {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid transparent;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-tag, .c-tag--red, .c-tag--gray, .c-tag--red-outline, .c-tag--gray-outline {
    font-size: 1.2rem;
  }
}
.c-tag--red {
  background-color: #e00100;
}
.c-tag--gray {
  background-color: #999;
}
.c-tag--red-outline {
  border-color: currentColor;
  color: #e00100;
  background-color: #fff;
}
.c-tag--gray-outline {
  border-color: currentColor;
  color: #999;
  background-color: #fff;
}
.c-tag + .c-tag, .c-tag--red + .c-tag, .c-tag--gray + .c-tag, .c-tag--red-outline + .c-tag, .c-tag--gray-outline + .c-tag, .c-tag + .c-tag--red, .c-tag--red + .c-tag--red, .c-tag--gray + .c-tag--red, .c-tag--red-outline + .c-tag--red, .c-tag--gray-outline + .c-tag--red, .c-tag + .c-tag--gray, .c-tag--red + .c-tag--gray, .c-tag--gray + .c-tag--gray, .c-tag--red-outline + .c-tag--gray, .c-tag--gray-outline + .c-tag--gray, .c-tag + .c-tag--red-outline, .c-tag--red + .c-tag--red-outline, .c-tag--gray + .c-tag--red-outline, .c-tag--red-outline + .c-tag--red-outline, .c-tag--gray-outline + .c-tag--red-outline, .c-tag + .c-tag--gray-outline, .c-tag--red + .c-tag--gray-outline, .c-tag--gray + .c-tag--gray-outline, .c-tag--red-outline + .c-tag--gray-outline, .c-tag--gray-outline + .c-tag--gray-outline {
  margin-left: 5px;
}
.c-text {
  line-height: 1.875;
}
html[lang="ja"] .c-text {
/*
  text-align: justify;
  text-justify: inter-ideograph;
*/
}
@media screen and (min-width: 768px) {
  .c-text {
    letter-spacing: 0.05em;
  }
}
.c-text + .c-text {
  margin-top: 10px;
}
.c-text--large {
  font-size: 1.8rem;
  line-height: 1.94444;
}
html[lang="ja"] .c-text--large {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .c-text--large {
    line-height: 1.66667;
    text-align: center !important;
    letter-spacing: 0.05em;
  }
}
.c-text--large + .c-text--large {
  margin-top: 11px;
}
.c-text-note {
  font-size: 1.2rem;
  line-height: 1.83333;
}
.c-textarea {
  height: auto;
}
.c-h2, .p-article-body .c-h2 {
  margin: 25px 0 15px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .c-h2, .p-article-body .c-h2 {
    margin: 54px 0 36px;
    font-size: 2.2rem;
    line-height: 1.54545;
    letter-spacing: 0.03em;
  }
}
.c-h3, .p-article-body .c-h3 {
  margin: 24px 0 14px;
  font-size: 1.8rem;
  line-height: 1.66667;
}
@media screen and (min-width: 768px) {
  .c-h3, .p-article-body .c-h3 {
    margin: 34px 0 19px;
    letter-spacing: 0.03em;
  }
}
.c-layout, .p-article-body .c-layout {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .c-layout, .p-article-body .c-layout {
    margin: 40px 0;
  }
}
.c-layout .c-figure, .p-article-body .c-layout .c-figure {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 0;
  padding-bottom: 66.667%;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .c-layout .c-figure, .p-article-body .c-layout .c-figure {
    margin-top: 0;
  }
}
.c-layout .c-figure > *, .p-article-body .c-layout .c-figure > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-layout .c-figure > *:before, .p-article-body .c-layout .c-figure > *:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0);
}
.c-layout .c-figure img, .p-article-body .c-layout .c-figure img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
  object-fit: contain;
}
.c-layout .c-caption, .p-article-body .c-layout .c-caption {
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .c-layout .l-row, .p-article-body .c-layout .l-row {
    margin-bottom: -30px;
  }
  .c-layout .l-row [class^="l-col-"], .p-article-body .c-layout .l-row [class^="l-col-"] {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c-layout .l-row, .p-article-body .c-layout .l-row {
    margin: 0 -15px;
  }
  .c-layout .l-row [class^="l-col-"], .p-article-body .c-layout .l-row [class^="l-col-"] {
    padding: 0 15px;
  }
}
.c-layout .c-youtube, .p-article-body .c-layout .c-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.c-layout .c-youtube iframe, .p-article-body .c-layout .c-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-li {
  display: table;
  margin-bottom: 13px;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .c-li {
    margin-bottom: 18px;
  }
}
.c-li:before {
  content: "・";
  display: table-cell;
}
.c-p, .p-article-body .c-p {
  margin-bottom: 13px;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .c-p, .p-article-body .c-p {
    margin-bottom: 18px;
    letter-spacing: 0.05em;
  }
}
.c-caption, .p-article-body .c-caption {
  margin-bottom: 25px;
  font-size: 1.2rem;
  line-height: 1.83333;
}
@media screen and (min-width: 768px) {
  .c-caption, .p-article-body .c-caption {
    margin-bottom: 35px;
  }
}
.c-marker-white, .p-article-body .c-marker-white {
  display: inline;
  padding: 0.4em 0.7em;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 0%, #fff 0%);
}
.c-marker-gray, .p-article-body .c-marker-gray {
  display: inline;
  padding: 0.4em 0.7em;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #efefeb));
  background: linear-gradient(transparent 0%, #efefeb 0%);
}
.c-table-01 {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .c-table-01 {
    margin-top: 40px;
  }
}
.c-table-01 th {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-table-01 {
    border-top: 2px solid rgba(0, 0, 0, 0.3);
  }
  .c-table-01 th, .c-table-01 td {
    display: block;
    line-height: 1.625;
    text-align: left;
  }
  .c-table-01 th {
    padding-top: 15px;
  }
  .c-table-01 td {
    margin-top: 5px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px) {
  .c-table-01 {
    width: calc(100% + 8px);
    margin: 0 -4px;
    border-spacing: 4px 0;
    border-collapse: separate;
  }
  .c-table-01 tr:first-child th, .c-table-01 tr:first-child td {
    border-top: 2px solid rgba(0, 0, 0, 0.3);
  }
  .c-table-01 th, .c-table-01 td {
    padding: 13.5px 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    line-height: 1.875;
    text-align: left;
  }
  .c-table-01 th {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .c-table-01.th200 th {
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .c-table-01.th250 th {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .c-table-01.th300 th {
    width: 300px;
  }
}
.c-ul {
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .c-ul {
    margin-bottom: 33px;
  }
}
/* ==========================================================================//
//
// [プロジェクト]
//
// ========================================================================== */
.p-about-index-top {
  padding: 41.5px 20px;
}
@media screen and (min-width: 768px) {
  .p-about-index-top {
    padding: 74px 40px;
  }
}
.p-about-index-top__title {
  font-size: 1.8rem;
  line-height: 1.94444;
  margin-top: 15px;
  font-weight: bold;
}
.p-about-index-top__text {
  font-size: 1.8rem;
  line-height: 1.94444;
}
html[lang="ja"] .p-about-index-top__title,
html[lang="ja"] .p-about-index-top__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-about-index-top__title,.p-about-index-top__text {
    line-height: 1.66667;
    text-align: center !important;
  }
}
.p-about-index-top__text + .p-about-index-top__text {
  margin-top: 11px;
}
.p-about-index-top__philosophy {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-about-index-top__philosophy {
    padding-top: 60px;
  }
}
.p-about-index-navi {
  padding: 0 20px 75px;
}
@media screen and (min-width: 768px) {
  .p-about-index-navi {
    padding: 0 40px 100px;
  }
}
.p-about-index-navi__inner {
  max-width: 1166px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-about-index-navi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px -30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-about-index-navi__item + .p-about-index-navi__item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-index-navi__item {
    width: 33.33%;
    padding: 0 15px 30px;
  }
}
.p-about-index-navi__link {
  display: block;
}
.p-about-index-navi__figure {
  position: relative;
}
.p-about-index-navi__figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-about-index-navi__figure source, .p-about-index-navi__figure img {
  width: 100%;
  height: auto;
}
.p-about-index-navi__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 55px;
  font-weight: bold;
  background-color: #e3e3df;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-about-index-navi__text {
    height: 60px;
    font-size: 1.8rem;
  }
}
.p-about-index-navi__text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 7px;
  height: 12px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%2305698f'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat left center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-about-index-navi__text:before {
    left: 30px;
    width: 12px;
    height: 20px;
  }
}
.p-about-menu {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-about-menu {
    border-bottom: 2px solid #e5e5e5;
  }
}
.p-about-menu__wrap {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-about-menu__wrap {
    max-width: 1246px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.p-about-menu__trigger {
  position: relative;
  padding: 30px 0;
  font-weight: bold;
  cursor: pointer;
}
.p-about-menu__trigger:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5px;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23333'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat right center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.p-about-menu__trigger.is-active:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .p-about-menu__trigger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-about-menu__body {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .p-about-menu__body {
    max-height: none !important;
  }
}
@media screen and (max-width: 767px) {
  .p-about-menu__list {
    padding: 0 0 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-about-menu__item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-menu__item + .p-about-menu__item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-menu__item + .p-about-menu__item {
    border-left: 1px solid #ddd;
  }
}
.p-about-menu__item.is-active {
  color: #05698f;
}
.p-about-menu__link {
  display: block;
  position: relative;
  padding-left: 18px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-about-menu__link {
    line-height: 1.5rem;
  }
}
.p-about-menu__link:before {
  content: "▼";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 2px;
  color: #05698f;
  font-size: 1rem;
  -webkit-transform: scale(0.8) rotate(-90deg);
  transform: scale(0.8) rotate(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .p-about-menu__link:before {
    margin-top: 0;
  }
}
.p-about-concept-construction {
  padding: 50px 20px;
  background-color: #efefeb;
}
@media screen and (min-width: 768px) {
  .p-about-concept-construction {
    padding: 80px 40px;
  }
}
.p-about-concept-construction__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.p-about-concept-construction__heading {
  border-bottom: 4px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-about-concept-construction__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
  }
}
.p-about-concept-construction__figure {
  position: relative;
  position: relative;
}
.p-about-concept-construction__figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-about-concept-construction__figure:after {
  border: 2px solid #eee;
}
@media screen and (min-width: 768px) {
  .p-about-concept-construction__figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 57.9%;
    margin-left: 50px;
    background-color: #f5f5f5;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-about-concept-construction__figure:after {
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-about-concept-construction__picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-about-concept-construction__picture > * {
    width: 100%;
    height: 100%;
    font-family: "object-fit: contain;";
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .p-about-concept-construction__table .c-table {
    margin-top: 26px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-concept-construction__table .c-table {
    margin-top: 0;
  }
}
.p-about-concept-construction__table .c-table tr:first-child th, .p-about-concept-construction__table .c-table tr:first-child td {
  padding-top: 0;
}
.p-about-concept-construction__table .c-table tr:last-child th, .p-about-concept-construction__table .c-table tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}
.p-about-concept-construction__table .c-table th, .p-about-concept-construction__table .c-table td {
  padding: 14.5px 10px;
  line-height: 1.625;
  text-align: left;
  vertical-align: top;
}
.p-about-concept-construction__table .c-table th {
  width: 90px;
  font-weight: bold;
}
.p-about-concept-construction-detail {
  padding-top: 30px;
  border-top: 4px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-about-concept-construction-detail {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-concept-construction-detail .l-row {
    margin: 0 -25px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-concept-construction-detail .l-row > div {
    width: 33.33%;
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-concept-construction-detail .l-row > div + [class^="l-col-"] {
    margin-top: 23px;
  }
}
.p-about-concept-construction-detail__figure {
  position: relative;
}
.p-about-concept-construction-detail__figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-about-concept-construction-detail__figure:after {
  border: 2px solid #eee;
}
.p-about-concept-construction-detail__figure:after {
  border: 1px solid #ccc;
}
.p-about-concept-construction-detail__title {
  margin-top: 29px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-about-concept-construction-detail__title {
    margin-top: 25px;
  }
}
.p-about-concept-construction-detail__text {
  margin-top: 13px;
  line-height: 1.875;
}
html[lang="ja"] .p-about-concept-construction-detail__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-about-concept-construction-detail__text {
    margin-top: 19px;
    letter-spacing: 0.05em;
  }
}
.p-about-concept-logo {
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .p-about-concept-logo {
    padding: 80px 40px;
  }
}
.p-about-concept-logo__inner {
  max-width: 1166px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-about-concept-logo__figure {
    margin: 60px auto 0;
    text-align: center;
  }
}
.p-about-concept-logo__picture > * {
  width: auto;
}
.p-about-concept-logo__text {
  padding-top: 23px;
  font-size: 1.8rem;
  line-height: 1.94444;
}
html[lang="ja"] .p-about-concept-logo__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-about-concept-logo__text {
    padding-top: 53px;
    text-align: center;
  }
}
.p-about-greeting {
  padding: 43px 20px 50px;
}
@media screen and (min-width: 768px) {
  .p-about-greeting {
    width: 660px;
    margin: 0 auto;
    padding: 73px 0 80px;
  }
}
.p-about-greeting .c-text + .c-text {
  margin-top: 10px;
}
.p-about-greeting__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-about-greeting__bottom {
    margin-top: 53px;
  }
}
.p-about-greeting__bottom-main {
  text-align: right;
  letter-spacing: 0.05em;
}
.p-about-greeting__bottom-title {
  margin-top: 15px;
  font-weight: bold;
}
.p-about-greeting__bottom-name {
  width: 120px;
  /*  margin-top: 20px;*/
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-about-greeting__bottom-name {
    /*    width: 150px;*/
  }
}
.p-about-greeting__bottom-figure {
  width: 110px;
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-about-greeting__bottom-figure {
    width: 160px;
    margin-left: 30px;
  }
}
.p-about-foundation-top .c-table {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .p-about-foundation-top .c-table {
    margin-top: 33px;
  }
}
.p-about-foundation-top .c-table th, .p-about-foundation-top .c-table td {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-about-foundation-top .c-table th, .p-about-foundation-top .c-table td {
    display: block;
    line-height: 1.625;
  }
}
@media screen and (min-width: 768px) {
  .p-about-foundation-top .c-table th, .p-about-foundation-top .c-table td {
    padding: 13.5px 10px;
    line-height: 1.875;
  }
}
.p-about-foundation-top .c-table th {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-about-foundation-top .c-table th {
    padding-top: 15px;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .p-about-foundation-top .c-table th {
    width: 125px;
  }
  html[lang="en"] .p-about-foundation-top .c-table th {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-foundation-top .c-table td {
    margin-top: 5px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-promotion {
    padding-bottom: 100px;
  }
}
.p-about-promotion .c-text + .l-section {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .p-about-promotion .c-text + .l-section {
    margin-top: 34px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-annual-top {
    padding-top: 60px;
  }
}
.p-about-annual-top .l-section + .l-section {
  margin-top: 50px;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-about-annual-top .l-section + .l-section {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.p-about-annual-top__header {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-about-annual-top__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-about-annual-top__header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-about-annual-top__header-label {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-about-annual-top__header-label {
    padding-left: 27px;
    font-size: 1.8rem;
  }
}
.p-about-annual-top__header-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 12px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23333'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat left center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-about-annual-top__header-title {
  margin-top: 10px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-about-annual-top__header-title {
    margin-top: 0;
    margin-left: 20px;
  }
}
.p-about-annual-top__header-pdf {
  margin-top: 19px;
  color: #999;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-about-annual-top__header-pdf {
    margin-top: 0;
  }
}
.p-about-annual-top__header-link {
  color: #333;
  font-weight: bold;
}
.p-about-annual-top__body {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-about-annual-top__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .p-about-annual-top__body-link {
    width: 210px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-annual-top__body .c-figure {
    height: 0;
    padding-bottom: 66.66%;
    background-color: #f5f5f5;
  }
  .p-about-annual-top__body .c-figure picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-about-annual-top__body .c-figure picture > * {
    width: 100%;
    height: 100%;
    font-family: "object-fit: contain;";
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.p-about-annual-top__main {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-about-annual-top__main {
    margin-top: -7px;
  }
}
.p-about-annual-list__item {
  padding: 24px 0 30px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.p-about-annual-list__item:first-child {
  padding-top: 0;
}
.p-about-annual-list__item-link {
  display: block;
}
.p-about-annual-list__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
}
.p-about-annual-list__pdf {
  margin-top: 13px;
  color: #999;
  font-size: 1.4rem;
}
.p-about-annual-list__link {
  color: #333;
  font-weight: bold;
}
.p-about-history {
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .p-about-history {
    padding: 80px 40px;
  }
}
.p-about-history:nth-of-type(even) {
  background-color: #efefeb;
}
@media screen and (min-width: 768px) {
  .p-about-history:last-of-type {
    padding-bottom: 100px;
  }
}
.p-about-history__heading {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-history__heading img {
    width: auto;
    height: 38.5px;
  }
}
.p-about-history__name {
  margin-top: 19px;
  color: #05698f;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-history__name {
    margin-top: 43px;
    font-size: 2.2rem;
    line-height: 1.63636;
  }
}
.p-about-history .c-row, .p-about-history .c-row--sp {
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  .p-about-history .c-row, .p-about-history .c-row--sp {
    margin-top: 30px;
  }
}
.p-about-history__figure picture > * {
  width: 100%;
}
.p-about-history .c-text-note {
  margin-top: 20px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-about-history .c-text-note {
    margin-top: 17px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p-about-history__table .c-table {
    padding-top: 10px;
  }
}
.p-about-history__table .c-table th {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-about-history__table .c-table th {
    width: 125px;
    vertical-align: top;
  }
  html[lang="en"] .p-about-history__table .c-table th {
    width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-history__table .c-table th, .p-about-history__table .c-table td {
    padding: 13.5px 10px;
    line-height: 1.875;
  }
}
@media screen and (max-width: 767px) {
  .p-about-history__table .c-table {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    border-spacing: 0;
  }
  .p-about-history__table .c-table tr, .p-about-history__table .c-table th, .p-about-history__table .c-table td {
    display: block;
  }
  .p-about-history__table .c-table th {
    padding-top: 20px;
    border-bottom: none;
    line-height: 1;
  }
  .p-about-history__table .c-table td {
    margin-top: 10px;
    padding-bottom: 15px;
    line-height: 1.625;
  }
}
.p-about-history + .p-category-navi {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-about-history + .p-category-navi {
    margin-top: 0;
  }
}
.p-accordion {
  counter-reset: accordion;
}
.p-accordion__item {
  counter-increment: accordion;
}
.p-accordion__item + .p-accordion__item {
  margin-top: 10px;
}
.p-accordion__trigger {
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
  line-height: 1.2;
  text-align: left;
  background-color: #248b9a;
}
.p-accordion__body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.p-accordion__body-in {
  padding: 10px;
  background-color: #fff;
}
* + .p-accordion {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  * + .p-accordion {
    margin-top: 20px;
  }
}
.p-anchor-list {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-anchor-list {
    border-bottom: 2px solid #e5e5e5;
  }
}
.p-anchor-list__wrap {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-anchor-list__wrap {
    max-width: 1246px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.p-anchor-list__trigger {
  position: relative;
  padding: 30px 0;
  font-weight: bold;
  cursor: pointer;
}
.p-anchor-list__trigger:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5px;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23333'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat right center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.p-anchor-list__trigger.is-active:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .p-anchor-list__trigger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-anchor-list__body {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .p-anchor-list__body {
    max-height: none !important;
  }
}
@media screen and (max-width: 767px) {
  .p-anchor-list__list {
    padding: 0 0 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-anchor-list__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-anchor-list__item {
    padding: 0 1.71527%;
    white-space: nowrap;
  }
  .p-anchor-list__item:first-child {
    padding-left: 0;
  }
  .p-anchor-list__item:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-anchor-list__item + .p-anchor-list__item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-anchor-list__item + .p-anchor-list__item {
    border-left: 1px solid #ddd;
  }
}
.p-anchor-list__link {
  display: block;
  position: relative;
  padding-left: 18px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-anchor-list__link {
    line-height: 1.5rem;
  }
}
.p-anchor-list__link:before {
  content: "▼";
  position: absolute;
  top: 50%;
  left: 0;
  color: #05698f;
  font-size: 1rem;
  -webkit-transform: scale(0.8) translateY(-50%);
  transform: scale(0.8) translateY(-50%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.p-anchor-list--event .p-anchor-list__link:before {
  -webkit-transform: scale(0.8) translateY(-40%) rotate(-90deg);
  transform: scale(0.8) translateY(-40%) rotate(-90deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.p-article-list {
  padding-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-article-list {
    padding: 56px 0 100px;
  }
}
.p-article-list__item {
  border-bottom: 2px solid rgba(49, 79, 90, 0.1);
}
.p-article-list__link {
  display: block;
  padding: 24px 0 30px;
}
.p-article-list__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
}
.p-article-list__text {
  margin-top: 5px;
  line-height: 1.625;
}
.p-article-list__date {
  margin-top: 15px;
  color: #999;
  font-size: 1.4rem;
}
.p-article {
  padding: 50px 20px 0;
}
@media screen and (min-width: 768px) {
  .p-article {
    padding: 80px 40px;
  }
}
.p-article-body {
  margin-top: 25px;
  padding: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .p-article-body {
    margin-top: 54px;
    padding: 0;
  }
}
.p-article-body h2 {
  margin: 35px 0 15px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .p-article-body h2 {
    margin: 54px 0 36px;
    font-size: 2.2rem;
    line-height: 1.54545;
    letter-spacing: 0.03em;
  }
}
.p-article-body h3 {
  margin: 24px 0 14px;
  font-size: 1.8rem;
  line-height: 1.66667;
}
@media screen and (min-width: 768px) {
  .p-article-body h3 {
    margin: 34px 0 19px;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 768px) {
  .p-article-body h3 + .l-row figure {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-article-body h3 + .l-row > div:first-child figure {
    margin-top: 9px;
  }
}
.p-article-body p {
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-article-body p {
    letter-spacing: 0.05em;
  }
}
.p-article-body p.note {
  margin-bottom: 25px;
  font-size: 1.2rem;
  line-height: 1.83333;
}
@media screen and (min-width: 768px) {
  .p-article-body p.note {
    margin-bottom: 35px;
  }
}
.p-article-body a {
  border-bottom: 1px dotted #05698f;
  color: #05698f;
}
.p-article-body ul {
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .p-article-body ul {
    margin-bottom: 33px;
  }
}
.p-article-body ul li {
  display: table;
  /*  margin-bottom: 13px;*/
  margin-bottom: 6px;
  line-height: 1.875;
}
/*
@media screen and (min-width: 768px) {
  .p-article-body ul li {
    margin-bottom: 18px;
  }
}
*/
.p-article-body ul li:before {
  content: "・";
  display: table-cell;
}
.p-article-body figure {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 18px;
  padding-bottom: 66.667%;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .p-article-body figure {
    margin-top: 28px;
  }
}
.p-article-body figure > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-article-body figure > div:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0);
}
.p-article-body figure img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
  object-fit: contain;
}
.p-article-body figure + p {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-article-body figure + p {
    margin-top: 28px;
  }
}
.p-article-body figure + .note {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-article-body .l-row {
    margin: 0 -15px;
  }
  .p-article-body .l-row [class^="l-col-"] {
    padding: 0 15px;
  }
}
.p-article-body .l-row .note {
  padding-bottom: 0;
}
.p-article-body .l-row + * {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-article-body .l-row + * {
    margin-top: 28px;
  }
}
.p-article-body .l-row + .l-row {
  margin-top: 0;
}
.p-article-body table {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-article-body table {
    margin-top: 40px;
  }
}
.p-article-body table th {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-article-body table {
    border-top: 2px solid rgba(0, 0, 0, 0.3);
  }
  .p-article-body table th, .p-article-body table td {
    display: block;
    line-height: 1.625;
    text-align: left;
  }
  .p-article-body table th {
    padding-top: 15px;
  }
  .p-article-body table td {
    margin-top: 5px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px) {
  .p-article-body table {
    width: calc(100% + 8px);
    margin: 0 -4px;
    border-spacing: 4px 0;
    border-collapse: separate;
  }
  .p-article-body table tr:first-child th, .p-article-body table tr:first-child td {
    border-top: 2px solid rgba(0, 0, 0, 0.3);
  }
  .p-article-body table th, .p-article-body table td {
    padding: 13.5px 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    line-height: 1.875;
    text-align: left;
  }
  .p-article-body table th {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
      .p-article-body table.th150 th {
    width: 150px;
  }

  .p-article-body table.th200 th {
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .p-article-body table.th250 th {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .p-article-body table.th300 th {
    width: 300px;
  }
}
.p-article-body table.award .entry-number {
  display: inline-block;
  float: left;
  width: 3em;
  text-align: right;
}
.p-article-body table.award .name {
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-article-body table.award {
    width: calc(100% + 8px);
    margin-right: -4px;
    margin-left: -4px;
    border-top: none;
    border-spacing: 4px 0;
    border-collapse: separate;
  }
  .p-article-body table.award th, .p-article-body table.award td {
    display: table-cell;
  }
  .p-article-body table.award th, .p-article-body table.award td:last-child {
    white-space: nowrap;
  }
  .p-article-body table.award tr:first-child th, .p-article-body table.award tr:first-child td {
    border-top: 2px solid rgba(0, 0, 0, 0.3);
  }
  .p-article-body table.award th, .p-article-body table.award td {
    padding: 13.5px 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    line-height: 1.875;
    text-align: left;
  }
  .p-article-body table.award th {
    white-space: nowrap;
  }
}
.p-article-body .archive-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: -28px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-article-body .archive-link li {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding-right: 28px;
}
.p-article-body .archive-link li:before, .p-article-body .archive-link li:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  width: 1px;
  height: 1em;
  background-color: #333;
}
.p-article-body .archive-link li:before {
  left: -16px;
}
.p-article-body .archive-link li:after {
  right: 15px;
}
.p-article-body .archive-link li + li {
  margin-top: 0;
}
.p-article-body .c-button, .p-article-body .c-button-auto, .p-article-body .c-button-small, .p-article-body .c-button-middle, .p-article-body .c-button-large, .p-article-body .c-button-more {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-article-body .c-button, .p-article-body .c-button-auto, .p-article-body .c-button-small, .p-article-body .c-button-middle, .p-article-body .c-button-large, .p-article-body .c-button-more {
    width: 300px;
  }
}
.p-article-body .c-button-group {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-article-body .c-button-group {
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.p-article-body .l-block {
  padding-right: 0;
  padding-left: 0;
}
.p-article-header {
  padding: 20px 0 30px;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
}
@media screen and (min-width: 768px) {
  .p-article-header {
    max-width: 1166px;
    margin: 0 auto;
    padding: 50px 0 60px;
    text-align: center;
  }
}
.p-article-header__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-article-header__title {
    font-size: 2.8rem;
    line-height: 1.57143;
  }
}
.p-article-header__date {
  margin-top: 13px;
  color: #999;
}
@media screen and (min-width: 768px) {
  .p-article-header__date {
    margin-top: 20px;
  }
}
.p-article-information {
  margin: 30px 0 !important;
  padding: 20px 15px 25px;
  border: 5px solid #efefeb;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-article-information {
    margin: 60px 0 !important;
    padding: 40px 20px 35px;
    border: 10px solid #efefeb;
  }
}
.p-article-information__title {
  margin-top: 0 !important;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5 !important;
}
@media screen and (min-width: 768px) {
  .p-article-information__title {
    font-size: 2.2rem;
    line-height: 1 !important;
  }
}
.p-article-information__text, .p-article-information__data {
  margin-top: 15px !important;
  line-height: 1.625 !important;
}
@media screen and (min-width: 768px) {
  .p-article-information__text {
    margin-top: 26px !important;
  }
}
@media screen and (min-width: 768px) {
  .p-article-information__data {
    margin-top: 12px !important;
  }
  .p-article-information__data br.u-dn-md + span {
    margin-left: 1em;
  }
}
.p-article-information a[href^=tel] {
  border-bottom: none;
  color: inherit;
}
.p-banner {
  z-index: 1;
  padding: 50px 20px 0;
  background-color: #efefeb;
}
@media screen and (min-width: 768px) {
  .p-banner {
    padding: 60px 30px 0;
  }
}
.p-banner__inner {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 4px solid #fafaf9;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-banner__inner {
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 4px solid #efefeb;
  }
  .p-banner__inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 4px;
    background-color: #fafaf9;
  }
}
.p-banner__item {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-banner__item {
    margin-bottom: 30px;
    padding: 0 15px;
    text-align: center;
  }
}
.p-banner__image {
  width: 100%;
}
.p-box, .p-box--alert {
  padding: 10px;
  border: 1px solid transparent;
  color: #fff;
  background-color: #248b9a;
}
@media screen and (min-width: 768px) {
  .p-box, .p-box--alert {
    padding: 10px 20px;
  }
}
.p-box__title {
  font-weight: bold;
  line-height: 1.6;
}
.p-box__text {
  line-height: 1.4;
}
.p-box--alert {
  border-color: currentColor;
  color: #e00100;
  background-color: #ffe4e1;
}
* + .p-box, * + .p-box--alert {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  * + .p-box, * + .p-box--alert {
    margin-top: 20px;
  }
}
.p-breadcrumb {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #50a2ae;
    color: #fff;
    font-size: 1.4rem;
    background-color: #248b9a;
  }
}
.p-breadcrumb__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-breadcrumb__item + .p-breadcrumb__item::before {
  content: ">";
  margin: 0 5px;
}
.p-breadcrumb__link {
  color: #fff;
}
.p-calendar {
  width: 100%;
  min-height: 553px;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-calendar {
    width: 660px;
    min-height: 580px;
    padding-top: 0;
  }
}
.p-calendar__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-calendar__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-calendar__wrap {
    padding: 0 20px;
  }
}
.p-calendar__close {
  opacity: 1;
  position: absolute;
  z-index: 10;
  top: 22px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url("/assets/image/ico/ico_close_01.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-calendar__close {
    position: fixed;
    top: 20px;
    right: 20px;
  }
}
.p-calendar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-calendar__title {
  font-weight: bold;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.p-calendar__button {
  overflow: hidden;
  width: 55px;
  height: 55px;
  text-indent: -9999px;
}
.p-calendar__button--prev {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55.676' height='106.9' viewBox='0 0 41.758 80.174' fill='%23fff'%3E%3Cpath d='M0 40.087a4.993 4.993 0 011.282-3.343L34.322 0l7.436 6.687-30.033 33.4 30.033 33.4-7.436 6.686L1.282 43.43A4.989 4.989 0 010 40.087z'/%3E%3C/svg%3E") no-repeat left center;
  background-size: auto 12px;
  cursor: pointer;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.p-calendar__button--next {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23fff'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat right center;
  background-size: auto 12px;
  cursor: pointer;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media screen and (min-width: 768px) {
  .p-calendar__button:hover {
    opacity: 0.6;
  }
}
.p-calendar__bottom {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-calendar__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-calendar__during {
  position: relative;
  margin-top: 17px;
  padding-left: 18px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-calendar__during {
    margin-top: 0;
  }
}
.p-calendar__during:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: calc(25px / 2);
  height: calc(25px / 2);
  background-color: rgba(255, 255, 255, 0.3);
}
.p-calendar__note {
  margin-top: 7px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-calendar__note {
    margin-top: 0;
  }
}
.p-calendar-table {
  width: 100%;
}
.p-calendar-table th, .p-calendar-table td {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: center;
}
@media screen and (min-width: 768px) {
  .p-calendar-table td {
    font-size: 1.4rem;
  }
}
.p-calendar-table__header th {
  width: calc(100% / 7);
  height: 30px;
  background-color: #273f48;
}
.p-calendar-table__body td {
  position: relative;
  padding: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  font-weight: bold;
}
.p-calendar-table__body td span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-calendar-table__body td span {
    height: 65px;
  }
}
.p-calendar-table__body td.is-today {
  color: #314f5a;
}
.p-calendar-table__body td.is-today:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-calendar-table__body td.is-today:before {
    width: 29px;
    height: 29px;
  }
}
.p-calendar-table__body td.is-today.is-holiday {
  color: #314f5a;
}
.p-calendar-table__body td.is-holiday {
  color: rgba(255, 255, 255, 0.2);
}
.p-calendar-table__body td.is-during span {
  background-color: rgba(255, 255, 255, 0.3);
}
.p-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #333;
}
.p-card__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.p-card__hero {
  overflow: hidden;
  position: relative;
  height: 20vw;
  max-height: 200px;
}
.p-card__image {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.p-card__title {
  font-weight: bold;
  line-height: 1.4;
}
.p-card__text {
  margin-top: 10px;
  line-height: 1.4;
}
.p-card__button-group {
  margin-top: auto;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-card[href]:hover .p-card__image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.p-card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-card-group {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.p-card-group__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-card-group__item {
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
* + .p-card-group {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  * + .p-card-group {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-category-navi {
    margin-top: 50px;
    padding: 0 20px 75px;
  }
}
@media screen and (min-width: 768px) {
  .p-category-navi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-category-navi__item + .p-category-navi__item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-category-navi__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .p-category-navi__item + .p-category-navi__item {
    border-left: 2px solid #ccc;
  }
}
.p-category-navi__link {
  display: block;
}
.p-category-navi__figure {
  position: relative;
}
.p-category-navi__figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-category-navi__figure source, .p-category-navi__figure img {
  width: 100%;
  height: auto;
}
.p-category-navi__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 55px;
  font-weight: bold;
  background-color: #e3e3df;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-category-navi__text {
    height: 60px;
    font-size: 1.8rem;
  }
}
.p-category-navi__text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 7px;
  height: 12px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%2305698f'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat left center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-category-navi__text:before {
    left: 30px;
    width: 12px;
    height: 20px;
  }
}
.p-collection-index-header {
  padding: 40px 0 50px;
  color: #fff;
  background: #333 url("/assets/image/collection/bg_gallery_sp.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-collection-index-header {
    min-height: 552px;
    padding: 80px 0;
    background: #333 url("/assets/image/collection/bg_gallery_pc.jpg") no-repeat top center;
    background-size: cover;
  }
}
.p-collection-index-header__title {
  position: relative;
  padding-bottom: 18px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-collection-index-header__title {
    padding-bottom: 28px;
    font-size: 3.2rem;
  }
}
.p-collection-index-header__title:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 142.5px;
  height: 4px;
  background-color: #09c;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-collection-index-header__title:before {
    width: 190px;
  }
}
.p-collection-index-header__description {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-collection-index-header__description {
    margin-top: 36px;
    font-size: 2.2rem;
    line-height: 1.54545;
    letter-spacing: 0.03em;
  }
}
.p-collection-index-header__text {
  margin-top: 12px;
  font-size: 1.8rem;
  line-height: 1.94444;
}
html[lang="ja"] .p-collection-index-header__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-collection-index-header__text {
    line-height: 1.66667;
    letter-spacing: 0.05em;
  }
}
.p-collection-index-header__note {
  margin-top: 20px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-collection-index-header__note {
    margin-top: 24px;
  }
}
.p-collection-index {
  overflow: hidden;
  position: relative;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-collection-index {
    padding: 80px 0;
  }
}
.p-collection-index--gogh {
  background: #fff799 url("/assets/image/collection/bg_gogh_sp.jpg") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-collection-index--gogh {
    background: #fff799 url("/assets/image/collection/bg_gogh_pc.jpg") no-repeat;
    background-size: cover;
  }
}
.p-collection-index--togo {
  background: #d3d3ea url("/assets/image/collection/bg_togo_sp.jpg") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-collection-index--togo {
    background: #d3d3ea url("/assets/image/collection/bg_togo_pc.jpg") no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-collection-index--togo .p-collection-index__information {
    padding: 0 20px;
  }
}
.p-collection-index__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-collection-index__inner {
  position: relative;
  z-index: 1;
}
.p-collection-index__figure {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-collection-index__figure {
    width: 275px;
  }
}
@media screen and (min-width: 768px) {
  .p-collection-index__figure {
    width: 360px;
  }
}
.p-collection-index__figure-link {
  display: block;
}
.p-collection-index__picture {
  position: relative;
}
.p-collection-index__picture:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-collection-index__title {
  margin-top: 45px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-collection-index__title {
    margin-top: 54px;
    font-size: 2.2rem;
    line-height: 1.54545;
  }
}
.p-collection-index__text {
  margin-top: 10px;
  line-height: 1.625;
  letter-spacing: -0.04em;
}
html[lang="ja"] .p-collection-index__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-collection-index__text {
    margin-top: 13px;
  }
}
.p-collection-index__navi {
  position: relative;
  margin-top: 24px;
  padding-top: 27px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-collection-index__navi {
    margin-top: 20px;
    padding-top: 25px;
  }
}
.p-collection-index__navi:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: rgba(51, 51, 51, 0.3);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-collection-index__navi:before {
    width: 30px;
  }
}
.p-collection-index__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-collection-index__link:before {
  content: "";
  display: inline-block;
  width: 6.5px;
  height: 16px;
  margin-right: 10px;
  background: url("/assets/image/ico/ico_arrow_right_01.svg") no-repeat left center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-collection-index__information {
    width: 660px;
    margin: 0 auto;
  }
}
.p-collection-highlight {
  padding: 50px 20px;
  color: #fff;
  background-color: #424242;
}
@media screen and (min-width: 768px) {
  .p-collection-highlight {
    padding: 80px 40px;
  }
}
.p-collection-highlight__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.p-collection-highlight__inner + .c-button-group {
  margin: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  .p-collection-highlight__inner + .c-button-group {
    max-width: 1166px;
    margin: 40px auto 0;
  }
}
.p-collection-highlight__inner + .c-button-group .c-button, .p-collection-highlight__inner + .c-button-group .c-button-auto, .p-collection-highlight__inner + .c-button-group .c-button-small, .p-collection-highlight__inner + .c-button-group .c-button-middle, .p-collection-highlight__inner + .c-button-group .c-button-large, .p-collection-highlight__inner + .c-button-group .c-button-more {
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .p-collection-highlight__inner + .c-button-group .c-button, .p-collection-highlight__inner + .c-button-group .c-button-auto, .p-collection-highlight__inner + .c-button-group .c-button-small, .p-collection-highlight__inner + .c-button-group .c-button-middle, .p-collection-highlight__inner + .c-button-group .c-button-large, .p-collection-highlight__inner + .c-button-group .c-button-more {
    margin-top: 50px;
  }
}
.p-collection-highlight__heading {
  padding-bottom: 20px;
  border-bottom: 4px solid #313131;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-collection-highlight__heading {
    padding-bottom: 40px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
  }
}
.p-collection-highlight__header {
  position: relative;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-collection-highlight__header {
    padding-bottom: 30px;
  }
}
.p-collection-highlight__header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 4px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-collection-highlight__header:before {
    left: 50%;
    width: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-collection-highlight__header .p-collection-highlight__heading {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-collection-highlight__header .p-collection-highlight__heading {
    font-size: 2.2rem;
  }
}
.p-collection-highlight__header .p-collection-highlight__heading-note {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.83333;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-collection-highlight__header .p-collection-highlight__heading-note {
    margin-top: 18px;
    text-align: center;
  }
}
.p-collection-highlight__header .p-collection-highlight__other {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-collection-highlight__header .p-collection-highlight__other {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}
.p-collection-highlight__header .p-collection-highlight__other-link {
  position: relative;
  padding-left: 17px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-collection-highlight__header .p-collection-highlight__other-link {
    font-size: 1.6rem;
  }
}
.p-collection-highlight__header .p-collection-highlight__other-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23fff'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-collection-highlight__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 60px -15px -40px;
    padding-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .p-collection-highlight__list--quarters .p-collection-highlight__item {
    width: 25%;
  }
}
.p-collection-highlight__item {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: max-height 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-collection-highlight__item:last-child {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .p-collection-highlight__item {
    width: 33.33%;
    padding: 0 15px;
  }
}
.p-collection-highlight__item.is-active {
  opacity: 1;
  max-height: none;
}
@media screen and (max-width: 767px) {
  .p-collection-highlight__item.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-collection-highlight__item.is-active + .p-collection-highlight__item.is-active {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .p-collection-highlight__item.is-active {
    padding: 0 15px 40px;
  }
}
.p-collection-highlight__figure {
  position: relative;
  height: 0;
}
@media screen and (max-width: 767px) {
  .p-collection-highlight__figure {
    width: calc(50% - 7.5px);
    padding-bottom: calc(50% - 7.5px);
    background: #2e2e2e url("/assets/image/collection/bg_noimg_01.png") no-repeat center;
    background-size: 58px 70px;
  }
}
@media screen and (min-width: 768px) {
  .p-collection-highlight__figure {
    width: 100%;
    padding-bottom: 100%;
    background: #2e2e2e url("/assets/image/collection/bg_noimg_01.png") no-repeat center;
    background-size: 96px auto;
  }
}
.p-collection-highlight__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-collection-highlight__picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-collection-highlight__image {
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
  object-fit: contain;
}
.p-collection-highlight__information {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-collection-highlight__information {
    width: calc(50% - 7.5px);
  }
}
@media screen and (min-width: 768px) {
  .p-collection-highlight__information {
    padding-top: 20px;
  }
}
.p-collection-highlight__title {
  font-weight: bold;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-collection-highlight__title {
    margin-top: -5px;
  }
}
.p-collection-highlight__author {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-collection-highlight__author {
    line-height: 1.57143;
  }
}
@media screen and (min-width: 768px) {
  .p-collection-highlight__author {
    line-height: 1.625;
  }
}
.p-collection-highlight__data {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-collection-highlight__data {
    margin-top: 7px;
  }
}
.p-collection-highlight-top {
  padding-bottom: 33px;
  border-bottom: 4px solid #333;
}
@media screen and (min-width: 768px) {
  .p-collection-highlight-top {
    padding-bottom: 73px;
  }
}
.p-collection-highlight-top + ul {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-collection-highlight-top + ul {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-collection-highlight-top__inner {
    width: 660px;
    margin: 0 auto;
  }
}
.p-collection-highlight-top__heading {
  position: relative;
  margin-top: 30px;
  padding-bottom: 24px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-collection-highlight-top__heading {
    margin-top: 60px;
    padding-bottom: 28px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-collection-highlight-top__heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 4px;
  background-color: #05698f;
}
@media screen and (min-width: 768px) {
  .p-collection-highlight-top__heading:before {
    left: 50%;
    width: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-collection-highlight-top__figure {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 30px;
  padding-bottom: 100%;
  background-color: #2e2e2e;
}
@media screen and (min-width: 768px) {
  .p-collection-highlight-top__figure {
    width: 480px;
    height: 480px;
    margin: 40px auto 0;
    padding-bottom: 0;
  }
}
.p-collection-highlight-top__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-collection-highlight-top__picture img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
  object-fit: contain;
}
.p-collection-highlight-top__caption {
  margin-top: 15px;
  text-align: center;
}
.p-collection-highlight-top__title {
  margin-top: 35px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.45455;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-collection-highlight-top__title {
    margin-top: 50px;
    font-size: 2.8rem;
    line-height: 1.35714;
  }
}
.p-collection-highlight-top__author {
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.3125;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-collection-highlight-top__author {
    font-size: 2.2rem;
    line-height: 1.45455;
  }
}
.p-collection-highlight-top__author + p {
  margin-top: 18px;
}
.p-collection-navi {
  padding: 0 20px;
  background-color: #2e2e2e;
}
@media screen and (min-width: 768px) {
  .p-collection-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-collection-navi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1166px;
    border-left: 2px solid #0e0e0e;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-collection-navi__item {
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-collection-navi__item {
    width: 33.33%;
    border-right: 2px solid #0e0e0e;
  }
}
@media screen and (max-width: 767px) {
  .p-collection-navi__item + .p-collection-navi__item {
    border-top: 2px solid #0e0e0e;
  }
}
.p-collection-navi__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-collection-navi__link {
    height: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-collection-navi__link span {
  position: relative;
  padding-left: 22.5px;
}
@media screen and (max-width: 767px) {
  .p-collection-navi__link span {
    width: 100%;
  }
}
.p-collection-navi__link span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23fff'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-collection-navi__link[target="_blank"] span {
    padding-right: 31px;
  }
}
.p-collection-navi__link[target="_blank"] span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 17px;
  height: 14px;
  margin-top: -7px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133.334' height='105.173' viewBox='0 0 100 78.88' fill='%23fff'%3E%3Cpath d='M100 78.88H14.405v-9.098h76.497V13.55H100v65.33z'/%3E%3Cpath d='M0 0v60.781h81.046V0zm71.948 51.683H9.1V9.1h62.85z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.p-collection-gogh-header {
  padding: 40px 0;
  text-align: center;
  background: #fff799 url("/assets/image/collection/bg_gogh_sp.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-collection-gogh-header {
    padding: 80px 0 73px;
    background: #fff799 url("/assets/image/collection/bg_gogh_pc.jpg") no-repeat center;
    background-size: cover;
  }
}
.p-collection-gogh-header__category {
  display: inline-block;
  position: relative;
  padding-bottom: 24px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-collection-gogh-header__category {
    padding-bottom: 28px;
    font-size: 2.2rem;
  }
}
.p-collection-gogh-header__category:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25px;
  height: 4px;
  background-color: #05698f;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-collection-gogh-header__category:after {
    width: 30px;
  }
}
.p-collection-gogh-header__title {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.45833;
}
@media screen and (min-width: 768px) {
  .p-collection-gogh-header__title {
    margin-top: 40px;
    font-size: 3.6rem;
    line-height: 1;
  }
}
.p-collection-gogh-header__figure {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-collection-gogh-header__figure {
    width: 450px;
    margin: 60px auto 0;
  }
}
.p-collection-gogh-header__figure + p {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-collection-gogh-header__figure + p {
    margin-top: 53px;
  }
}
.p-collection-gogh-header__figcaption {
  margin-top: 20px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-collection-gogh-header__figcaption {
    letter-spacing: 0.05em;
  }
}
.p-collection-gogh-header__description {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-collection-gogh-header__description {
    margin-top: 50px;
  }
}
.p-collection-gogh-header__text {
  line-height: 1.875;
}
html[lang="ja"] .p-collection-gogh-header__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-collection-gogh-header__text {
    letter-spacing: 0.05em;
  }
}
.p-collection-gogh-header__text + .p-collection-gogh-header__text {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-collection-gogh-header__text + .p-collection-gogh-header__text {
    margin-top: 10px;
  }
}
.p-collection-togo-header {
  padding: 40px 0;
  text-align: center;
  background: #d3d3ea url("/assets/image/collection/bg_togo_sp.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-collection-togo-header {
    padding: 80px 0 73px;
    background: #d3d3ea url("/assets/image/collection/bg_togo_pc.jpg") no-repeat center;
    background-size: cover;
  }
}
.p-collection-togo-header__category {
  display: inline-block;
  position: relative;
  padding-bottom: 24px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-collection-togo-header__category {
    padding-bottom: 28px;
    font-size: 2.2rem;
  }
}
.p-collection-togo-header__category:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25px;
  height: 4px;
  background-color: #05698f;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-collection-togo-header__category:after {
    width: 30px;
  }
}
.p-collection-togo-header__title {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.45833;
}
@media screen and (min-width: 768px) {
  .p-collection-togo-header__title {
    margin-top: 40px;
    font-size: 3.6rem;
    line-height: 1;
  }
}
.p-collection-togo-header__figure {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-collection-togo-header__figure {
    width: 450px;
    margin: 60px auto 0;
  }
}
.p-collection-togo-header__figure + p {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .p-collection-togo-header__figure + p {
    margin-top: 53px;
  }
}
.p-collection-togo-header__figcaption {
  margin-top: 20px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-collection-togo-header__figcaption {
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.p-collection-togo-header__description {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-collection-togo-header__description {
    margin-top: 60px;
  }
}
.p-collection-togo-header__heading {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.p-collection-togo-header__heading span {
  display: inline-block;
  position: relative;
  margin-bottom: 26px;
  font-size: 2rem;
}
.p-collection-togo-header__heading span:before, .p-collection-togo-header__heading span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 36px;
  height: 1px;
  background-color: #333;
}
.p-collection-togo-header__heading span:before {
  left: calc(100% + 20px);
}
.p-collection-togo-header__heading span:after {
  right: calc(100% + 20px);
}
.p-collection-togo-header__heading + p {
  margin-top: 20px;
}
.p-collection-togo-header__text {
  line-height: 1.875;
}
html[lang="ja"] .p-collection-togo-header__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-collection-togo-header__text {
    letter-spacing: 0.05em;
  }
}
html[lang="en"] .p-collection-togo-header__text {
  text-align: left;
}
.p-collection-togo-header__text + .p-collection-togo-header__text {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-collection-togo-header__text + .p-collection-togo-header__text {
    margin-top: 10px;
  }
}
.p-collection-menu {
  padding: 10px 20px 0;
  color: #fff;
  background-color: #424242;
}
@media screen and (min-width: 768px) {
  .p-collection-menu {
    padding: 0 40px;
  }
}
.p-collection-menu__inner {
  padding-bottom: 10px;
  border-bottom: 2px solid #2e2e2e;
}
@media screen and (min-width: 768px) {
  .p-collection-menu__inner {
    max-width: 1166px;
    margin: 0 auto;
    padding: 0;
  }
}
.p-collection-menu__trigger {
  position: relative;
  padding: 20px 0;
  font-weight: bold;
}
.p-collection-menu__trigger:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23fff'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat right center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.p-collection-menu__trigger.is-active:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .p-collection-menu__trigger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-collection-menu__body {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .p-collection-menu__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    max-height: none !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-collection-menu__list {
  padding: 0 0 10px 20px;
}
@media screen and (min-width: 768px) {
  .p-collection-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-collection-menu__item + .p-collection-menu__item {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.p-collection-menu__link {
  display: block;
  position: relative;
  padding-left: 18px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.35714;
}
@media screen and (min-width: 768px) {
  .p-collection-menu__link {
    line-height: 1.5rem;
  }
}
.p-collection-menu__link:before {
  content: "▼";
  position: absolute;
  top: 50%;
  left: 0;
  color: #a6a6ee;
  font-size: 1rem;
  -webkit-transform: scale(0.8) translateY(-50%);
  transform: scale(0.8) translateY(-50%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.p-collection-profile {
  padding: 50px 20px 42px;
  color: #fff;
  background-color: #424242;
}
@media screen and (min-width: 768px) {
  .p-collection-profile {
    padding: 80px 40px;
  }
}
.p-collection-profile__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.p-collection-profile__header {
  padding-bottom: 22px;
  border-bottom: 4px solid #353535;
}
@media screen and (min-width: 768px) {
  .p-collection-profile__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 54px;
  }
}
@media screen and (min-width: 768px) {
  .p-collection-profile__main {
    width: 43.22%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-collection-profile__name {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-collection-profile__name {
    text-align: left;
    letter-spacing: 0.03em;
  }
}
.p-collection-profile__name span {
  display: block;
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.66667;
}
@media screen and (min-width: 768px) {
  .p-collection-profile__name span {
    margin-top: 14px;
    line-height: 1;
  }
}
.p-collection-profile__name--gogh {
  color: #ff9;
}
.p-collection-profile__name--togo {
  color: #a7a7ee;
}
.p-collection-profile__figure {
  position: relative;
  width: 200px;
  margin: 24px auto 0;
}
.p-collection-profile__figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-collection-profile__figure {
    margin: 72px 0 0;
  }
}
html[lang="ja"] .p-collection-profile__description {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .p-collection-profile__description {
    margin-top: 18px;
  }
}
.p-collection-profile__text {
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-collection-profile__text {
    letter-spacing: 0.05em;
  }
}
.p-collection-profile__text + .p-collection-profile__text {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-collection-profile__text + .p-collection-profile__text {
    margin-top: 10px;
  }
}
.p-collection-history {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-collection-history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-collection-history__title {
  display: inline-block;
  position: relative;
  padding-bottom: 24px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-collection-history__title {
    width: 21.7%;
    padding-bottom: 28px;
    font-size: 2.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-collection-history__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 4px;
}
@media screen and (min-width: 768px) {
  .p-collection-history__title:before {
    width: 30px;
  }
}
.p-collection-history__list {
  margin-top: 30px;
  padding-left: 24px;
}
@media screen and (min-width: 768px) {
  .p-collection-history__list {
    width: 100%;
    margin-top: 0;
  }
}
.p-collection-history__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-collection-history__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-collection-history__item:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 5px;
  left: -34px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.p-collection-history__item:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: -34px;
  width: 10px;
  height: 10px;
  background-color: #424242;
}
.p-collection-history__item:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -34px;
  width: 10px;
  height: calc(100% - 10px);
  background-color: #424242;
}
.p-collection-history__item + .p-collection-history__item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-collection-history__item + .p-collection-history__item {
    margin-top: 15px;
  }
}
.p-collection-history__year {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-collection-history__year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24.9%;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-collection-history__age {
  padding-left: 14px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-collection-history__age {
    display: inline-block;
    width: 58px;
    margin-left: 1em;
    padding-left: 0;
    text-align: right;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  html[lang="en"] .p-collection-history__age {
    width: 95px;
  }
}
.p-collection-history__text {
  margin-top: 11px;
  line-height: 1.875;
}
html[lang="ja"] .p-collection-history__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-collection-history__text {
    margin-top: 0;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.p-collection-history--gogh .p-collection-history__title:before {
  background-color: #ff9;
}
.p-collection-history--gogh .p-collection-history__list {
  border-left: 10px solid rgba(255, 255, 153, 0.2);
}
.p-collection-history--gogh .p-collection-history__item:before {
  background-color: #ff9;
}
.p-collection-history--gogh .p-collection-history__text span {
  color: #ff9;
  font-weight: bold;
}
.p-collection-history--togo .p-collection-history__title:before {
  background-color: #a7a7ee;
}
.p-collection-history--togo .p-collection-history__list {
  border-left: 10px solid rgba(167, 167, 238, 0.2);
}
.p-collection-history--togo .p-collection-history__item:before {
  background-color: #a7a7ee;
}
.p-collection-link {
  padding: 0 20px 40px;
}
@media screen and (min-width: 768px) {
  .p-collection-link {
    padding: 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-collection-link__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 1166px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-collection-link__figure {
    margin: 0 -20px;
  }
}
@media screen and (min-width: 768px) {
  .p-collection-link__figure {
    width: 280px;
    -webkit-transform: translateX(-11px);
    transform: translateX(-11px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-collection-link__figure-link {
  display: block;
}
.p-collection-link__picture {
  position: relative;
}
.p-collection-link__picture:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-collection-link__main {
    width: 69.3%;
  }
}
.p-collection-link__title {
  position: relative;
  margin-top: 40px;
  padding-bottom: 24px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-collection-link__title {
    margin-top: 0;
    padding-bottom: 28px;
    font-size: 2.8rem;
    text-align: left;
  }
}
.p-collection-link__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25px;
  height: 4px;
  background-color: #05698f;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-collection-link__title:before {
    left: 0;
    width: 30px;
    -webkit-transform: none;
    transform: none;
  }
}
.p-collection-link__category {
  display: block;
  padding-bottom: 14px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-collection-link__category {
    display: inline;
    padding: 0 1em 0 0;
    font-size: 2.2rem;
  }
}
.p-collection-link__text {
  margin-top: 24px;
  line-height: 1.66667;
}
html[lang="ja"] .p-collection-link__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-collection-link__text {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.p-collection-link__navi {
  position: relative;
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-collection-link__navi {
    position: absolute;
    right: 0;
    bottom: 30px;
    margin-top: 0;
  }
}
.p-collection-link__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-collection-link__link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.p-collection-link__link:before {
  content: "";
  display: inline-block;
  width: 6.5px;
  height: 16px;
  margin-right: 10px;
  background: url("/assets/image/ico/ico_arrow_right_01.svg") no-repeat left center;
  background-size: contain;
}
.p-collection-link--togo {
  background: #d3d3ea url("/assets/image/collection/bg_togo_sp.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-collection-link--togo {
    background: #d3d3ea url("/assets/image/collection/bg_togo_pc.jpg") no-repeat center;
    background-size: cover;
  }
}
.p-collection-link--gogh {
  padding-top: 40px;
  background: #fff799 url("/assets/image/collection/bg_gogh_sp.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-collection-link--gogh {
    padding: 0;
    background: #fff799 url("/assets/image/collection/bg_gogh_pc.jpg") no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .p-collection-link--gogh .p-collection-link__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-collection-link--gogh .p-collection-link__figure {
    width: 150px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-collection-link--gogh .p-collection-link__figure {
    width: 150px;
    margin-left: 60px;
    padding: 40px 0;
    -webkit-transform: none;
    transform: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-collection-link--gogh .p-collection-link__main {
    width: auto;
    margin-left: 90px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.p-collection-link--gogh .p-collection-link__title {
  line-height: 1.40909;
}
.p-collection-link--gogh .p-collection-link__category {
  line-height: 1;
}
.p-collection-style {
  padding: 50px 20px;
  color: #fff;
  background-color: #2e2e2e;
}
@media screen and (min-width: 768px) {
  .p-collection-style {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-collection-style__inner {
    max-width: 1166px;
    margin: 0 auto;
  }
}
.p-collection-style__title {
  padding-bottom: 20px;
  border-bottom: 4px solid #222;
  font-size: 2.2rem;
  font-weight: bold;
}
html[lang="en"] .p-collection-style__title {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-collection-style__title {
    padding-bottom: 40px;
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-collection-style__item {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p-collection-style__item {
    padding: 60px 0;
  }
}
.p-collection-style__item:last-child {
  padding-bottom: 0;
}
.p-collection-style__item + .p-collection-style__item {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.p-collection-style__item:nth-child(1) > div {
  background: url("/assets/image/collection/bg_number_01_sp.png") no-repeat top right 16px;
  background-size: auto 102px;
}
@media screen and (min-width: 768px) {
  .p-collection-style__item:nth-child(1) > div {
    background: url("/assets/image/collection/bg_number_01_pc.png") no-repeat center left 75px;
  }
}
.p-collection-style__item:nth-child(2) > div {
  background: url("/assets/image/collection/bg_number_02_sp.png") no-repeat top right;
  background-size: 64px auto;
}
@media screen and (min-width: 768px) {
  .p-collection-style__item:nth-child(2) > div {
    background: url("/assets/image/collection/bg_number_02_pc.png") no-repeat center right;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
  }
  .p-collection-style__item:nth-child(2) > div figure {
    margin: 0 50px 0 0;
  }
  .p-collection-style__item:nth-child(2) > div figcaption {
    right: auto;
    left: calc(100% + 18px);
    text-align: left;
  }
}
.p-collection-style__item:nth-child(3) > div {
  background: url("/assets/image/collection/bg_number_03_sp.png") no-repeat top right;
  background-size: 62px auto;
}
@media screen and (min-width: 768px) {
  .p-collection-style__item:nth-child(3) > div {
    background: url("/assets/image/collection/bg_number_03_pc.png") no-repeat center left;
  }
}
.p-collection-style__item:nth-child(4) > div {
  background: url("/assets/image/collection/bg_number_04_sp.png") no-repeat top right;
  background-size: 59px auto;
}
@media screen and (min-width: 768px) {
  .p-collection-style__item:nth-child(4) > div {
    background: url("/assets/image/collection/bg_number_04_pc.png") no-repeat center right;
    background-size: contain;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
  }
  .p-collection-style__item:nth-child(4) > div figure {
    margin: 0 50px 0 0;
  }
  .p-collection-style__item:nth-child(4) > div figcaption {
    right: auto;
    left: calc(100% + 18px);
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p-collection-style__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-collection-style__body {
  padding-left: 20px;
  border-left: 4px solid #a7a7ee;
}
.p-collection-style__heading {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-collection-style__heading {
    font-size: 2.2rem;
  }
}
.p-collection-style__heading span {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-collection-style__heading span {
    display: inline;
    padding-left: 22px;
    letter-spacing: 0.05em;
  }
}
.p-collection-style__text {
  margin: 15px 0 -7px;
  line-height: 1.875;
}
html[lang="ja"] .p-collection-style__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-collection-style__text {
    margin: 18px 0 -7px;
    letter-spacing: 0.05em;
  }
}
.p-collection-style__figure {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-collection-style__figure {
    width: 39.1%;
    margin: 0 0 0 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-collection-style__picture {
  position: relative;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #202020;
}
.p-collection-style__picture:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-collection-style__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
  object-fit: contain;
}
.p-collection-style__figcaption {
  margin-top: 20px;
  font-weight: bold;
}
.p-collection-style__figcaption span {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.83333;
}
@media screen and (min-width: 768px) {
  .p-collection-style__figcaption {
    position: absolute;
    right: calc(100% + 18px);
    bottom: 0;
    width: 300px;
    margin-top: 0;
    text-align: right;
    letter-spacing: 0.05em;
  }
}
.p-copyright-togo {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .p-copyright-togo {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-copyright-togo__main {
    width: 660px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-copyright-togo__main--title {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .p-copyright-togo__main--title {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-copyright-togo-panel + .c-list, .p-copyright-togo-panel + .c-list--small {
    margin-top: 15px;
  }
}
.p-copyright-togo-panel01 {
  margin-top: 23px;
  padding: 30px 20px;
  text-align: left;
  background-color: #efefeb;
}
@media screen and (min-width: 768px) {
  .p-copyright-togo-panel01 {
    margin-top: 53px;
    padding: 40px;
  }
}
.p-copyright-togo-panel01__title {
  margin-top: 0 !important;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5 !important;
}
@media screen and (min-width: 768px) {
  .p-copyright-togo-panel01__title {
    font-size: 2.2rem;
    line-height: 1 !important;
  }
}
.p-copyright-togo-panel01__text {
  margin-top: 15px !important;
  line-height: 1.625 !important;
}
@media screen and (min-width: 768px) {
  .p-copyright-togo-panel01__text {
    margin-top: 26px !important;
  }
}
@media screen and (min-width: 768px) {
  .p-copyright-togo-panel01 .c-list, .p-copyright-togo-panel01 .c-list--small {
    margin-top: 23px;
  }
}
@media screen and (min-width: 768px) {
  .p-copyright-togo-panel01 .c-button-group {
    margin-top: 35px;
  }
}
.p-copyright-togo-panel02 {
  margin-top: 23px;
  padding: 25px 15px 30px;
  border: 5px solid #efefeb;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-copyright-togo-panel02 {
    margin-top: 53px;
    padding: 40px 30px;
    border: 10px solid #efefeb;
  }
}
.p-copyright-togo-panel02__title {
  margin-top: 0 !important;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5 !important;
}
@media screen and (min-width: 768px) {
  .p-copyright-togo-panel02__title {
    font-size: 2.2rem;
    line-height: 1 !important;
  }
}
.p-copyright-togo-panel02__text {
  margin-top: 15px !important;
  line-height: 1.625 !important;
}
@media screen and (min-width: 768px) {
  .p-copyright-togo-panel02__text {
    margin-top: 26px !important;
  }
}
@media screen and (min-width: 768px) {
  .p-copyright-togo-panel02 .c-list, .p-copyright-togo-panel02 .c-list--small {
    margin-top: 23px;
  }
}
.p-copyright-togo-panel02 .c-button-group {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-copyright-togo-panel02 .c-button-group {
    margin-top: 35px;
  }
}
.p-current.is-current {
  color: #e00100;
}
.p-details {
  padding: 35px 20px 0;
  background-color: #efefeb;
}
@media screen and (min-width: 768px) {
  .p-details {
    padding: 0 40px;
  }
  .p-information-visit-top .p-details {
    padding: 0 60px;
  }
}
.p-details__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.p-details-day {
  border-bottom: 4px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-details-day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
  }
}
.p-details-day > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-details-day > div {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-details-day__holiday {
    margin-top: 25px;
    padding: 25px 0 35px;
    border-top: 2px solid rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 768px) {
  .p-details-day__holiday {
    padding-left: 60px;
    border-left: 2px solid rgba(0, 0, 0, 0.3);
  }
}
.p-details-day__heading {
  position: relative;
  width: 130px;
  padding-left: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-details-day__heading {
    width: 140px;
  }
}
.p-details-day__heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-details-day__open .p-details-day__heading:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%23777775'%3E%3Cpath d='M25 5A20 20 0 115 25 20.023 20.023 0 0125 5m0-5a25 25 0 1025 25A25 25 0 0025 0z'/%3E%3Cpath d='M33.816 34.9a1.493 1.493 0 01-1.043-.422L24.007 26a1.671 1.671 0 01-.507-1.129V13a1.5 1.5 0 113 0v11.234l8.359 8.09a1.5 1.5 0 01-1.043 2.576z'/%3E%3C/svg%3E");
  background-size: contain;
}
.p-details-day__holiday .p-details-day__heading:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%23777775'%3E%3Cpath d='M23.777 24.062h-.049L20.9 25.586l-.424-1.674 3.548-1.9H25.9v16.246h-2.123z'/%3E%3Cpath d='M0 0v50h38l12-12V0zm37.5 5A2.5 2.5 0 1135 7.5 2.5 2.5 0 0137.5 5zm-25 0A2.5 2.5 0 1110 7.5 2.5 2.5 0 0112.5 5zM45 35.929L35.929 45H5V15h40z'/%3E%3C/svg%3E");
  background-size: contain;
}
.p-details-day__text {
  font-size: 1.8rem;
/*  line-height: 1.6;*/
}
@media screen and (max-width: 767px) {
.p-details-day__text {
  font-size: 1.5rem;
  line-height: 1.4;
}
}
.p-details-day__holiday .p-details-day__text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-details-day__holiday .p-details-day__text {
    line-height: 1.4;
    margin-top: 0;
  }
}
.p-details-day__open .p-details-day__text span {
/*  display: block;*/
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.83333;
}
.p-details-day__note {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.83333;
}
.p-details-day__navi {
  margin-top: 10px;
  margin-left: 5px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-details-day__navi {
    font-size: 1.6rem;
  }
}
.p-details-day__link {
  position: relative;
  padding-left: 17px;
}
.p-details-day__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23333'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-details-price {
    padding: 35px 0 0;
  }
}
.p-details-price-now {
  padding: 5px 0 30px;
}
@media screen and (min-width: 768px) {
  .p-details-price-now {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 55px 0 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-details-price-now__status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 130px;
  height: 30px;
  padding: 0 20px;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-details-price-now__status.is-active {
  background-color: #05698f;
}
.p-details-price-now__title {
  margin-top: 15px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-details-price-now__title {
    margin: 0 0 0 20px;
    font-size: 2.2rem;
    line-height: 1;
  }
}
.category-exhibitions .p-details-price-now {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-details-price-now + .p-details-price__inner {
    padding-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-details-price__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
/*￥マーク*/
.p-details-price__heading {
  position: relative;
  padding-left: 37px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-details-price__heading {
    width: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-details-price__heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%23777775'%3E%3Cpath d='M25 0a25 25 0 1025 25A25 25 0 0025 0zm9.206 22.909a1.585 1.585 0 011.534 1.606 1.617 1.617 0 01-1.534 1.642h-5.961L27 27.941v1.428h7.138a1.694 1.694 0 011.606 1.713 1.661 1.661 0 01-1.606 1.677H27v4.89a2.285 2.285 0 01-2.284 2.32 2.315 2.315 0 01-2.32-2.32v-4.89H15.5a1.661 1.661 0 01-1.6-1.677 1.694 1.694 0 011.6-1.713h6.888v-1.428l-1.035-1.784h-5.92a1.617 1.617 0 01-1.533-1.642 1.585 1.585 0 011.535-1.606h3.355l-4.854-7.281a2.373 2.373 0 011.927-3.676 2.5 2.5 0 012.248 1.321L25 24.229l6.5-10.921a2.4 2.4 0 012.1-1.356 2.33 2.33 0 012 3.534l-5.1 7.423z'/%3E%3C/svg%3E");
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*カレンダーマーク*/
.p-details-calendar__heading {
  position: relative;
  padding-left: 37px;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-details-calendar__heading:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url("/assets/image/ico/ico_calendar.png");
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*チケットアイコン*/
.p-details-ticket__heading {
  position: relative;
  padding-left: 40px;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-details-ticket__heading:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("/assets/image/ico/ico_ticket.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-details-price__table {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-details-price__table {
    margin-top: 0;
    margin-right: 34px;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-details-price__table .c-table {
    width: 480px;
    table-layout: auto;
  }
}
.p-details-price__table .c-table thead th {
  padding-bottom: 15px;
}
.p-details-price__table .c-table tbody th, .p-details-price__table .c-table tbody td {
  padding: 15px 15px 15px 0;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-details-price__table .c-table tbody th, .p-details-price__table .c-table tbody td {
    padding: 10px 15px 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-details-price__table .c-table tbody th {
    width: 80px;
    padding: 15px;
  }
}
.p-details-price__table .c-table tbody th br {
  display: none;
}
.p-details-price__table .c-table tbody td {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-details-price__table .c-table tbody td {
    padding: 0 55px;
  }
}
.p-details-price__notice {
  margin-top: 20px;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .p-details-price__notice {
    padding-bottom: 55px;
  }
}
.p-details-price__notice-item {
  position: relative;
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.83333;
  margin-bottom: 0.5em;
}
.p-details-price__notice-item:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-details-price__notice-note {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.83333;
}
.p-details-price__notice-note:last-child {
  margin-bottom: 0;
}
.p-details-price__notice-list + .p-details-price__notice-note {
  margin-top: 10px;
  margin-bottom: 0;
}
.p-details-ticket {
  position: relative;
}
.p-details-ticket__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 55px;
  font-weight: bold;
  background-color: #e3e3df;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-details-ticket__trigger {
    position: absolute;
    top: -55px;
    right: 0;
    width: 300px;
  }
}
.p-details-ticket__trigger:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23333'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat right center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.p-details-ticket__trigger.is-active:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p-details-ticket__body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.p-details-ticket__table {
  padding: 60px;
  background-color: #e3e3df;
}
@media screen and (max-width: 767px) {
  .p-details-ticket__table {
    padding: 0 20px 20px;
  }
}
.p-details-ticket-table {
  max-width: 1166px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-details-ticket-table {
    border-top: 2px solid #9e9e9c;
    border-bottom: 2px solid #ccccc8;
  }
}
.p-details-ticket-table tr:nth-of-type(1) th:first-child, .p-details-ticket-table tr:nth-of-type(3) th:first-child {
  padding-left: 13px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-details-ticket-table tr:nth-of-type(1) th:first-child, .p-details-ticket-table tr:nth-of-type(3) th:first-child {
    background-color: #888886;
  }
}
@media screen and (min-width: 768px) {
  .p-details-ticket-table tr:nth-of-type(n+2) th {
    border-top: 2px solid #fff;
  }
  .p-details-ticket-table tr:nth-of-type(n+2) td {
    border-top: 2px solid #d7d7d3;
  }
}
.p-details-ticket-table th {
  width: 110px;
  padding-top: 21px;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  background-color: #888886;
}
@media screen and (max-width: 767px) {
  .p-details-ticket-table th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    text-align: left;
    background-color: #a7a7a4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-details-ticket-table td {
  text-align: left;
  background-color: #efefeb;
}
@media screen and (max-width: 767px) {
  .p-details-ticket-table td {
    display: block;
  }
}
.p-details-ticket-table__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-details-ticket-table__trigger {
    height: 84px;
    padding: 0 52px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-details-ticket-table__trigger {
    display: block;
    padding: 15px 0 15px 20px;
  }
}
.p-details-ticket-table__trigger:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23333'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat right center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.p-details-ticket-table__trigger.is-active:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p-details-ticket-table__price {
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-details-ticket-table__price {
    width: 234px;
  }
}
.p-details-ticket-table__date {
  /*  line-height: 1.625;*/
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-details-ticket-table__date {
    margin-top: 20px;
  }
}
.p-details-ticket-table__date span {
  font-weight: bold;
}
.p-details-ticket-table__date span:after {
  content: "：";
  font-weight: normal;
}
.p-details-ticket-table__body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.p-details-ticket-table__body-in {
  padding: 20px 20px 40px;
}
@media screen and (max-width: 767px) {
  .p-details-ticket-table__body-in {
    padding: 15px 20px 30px;
  }
}
.p-details-ticket-table__heading {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-details-ticket-table__heading:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 14px;
  margin-left: 7px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133.334' height='105.173' viewBox='0 0 100 78.88' fill='%23333'%3E%3Cpath d='M100 78.88H14.405v-9.098h76.497V13.55H100v65.33z'/%3E%3Cpath d='M0 0v60.781h81.046V0zm71.948 51.683H9.1V9.1h62.85z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.p-details-ticket-table__list {
  margin-top: 25px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .p-details-ticket-table__list {
    margin-top: 19px;
    padding-left: 0;
  }
}
.p-details-ticket-table__item {
  position: relative;
  padding-left: 16px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-details-ticket-table__item {
    line-height: 1.78571;
  }
}
.p-details-ticket-table__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23333'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat right center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-details-ticket-table__item:before {
    top: 6px;
    margin-top: 0;
  }
}
.p-details-ticket-table__item + .p-details-ticket-table__item {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-details-ticket-table__item + .p-details-ticket-table__item {
    margin-top: 8px;
  }
}
.p-details-ticket-table__link {
  font-weight: bold;
}
.p-education-description {
  padding: 43px 0 0;
}
@media screen and (min-width: 768px) {
  .p-education-description {
    padding-top: 73px;
  }
}
.p-education-section:last-child {
  padding-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .p-education-section:last-child {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-education-section .p-article-information {
    margin-top: 60px !important;
  }
}
.p-error {
  position: relative;
  padding: 107px 20px 0;
}
@media screen and (min-width: 768px) {
  .p-error {
    padding-top: 143px;
  }
}
.p-error--500 {
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .p-error--500 {
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 768px) {
  .p-error__inner {
    max-width: 660px;
    margin: 0 auto;
  }
}
.p-error__heading {
  color: #05698f;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.45833;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-error__heading {
    font-size: 3.2rem;
    line-height: 1.4375;
    letter-spacing: 0.03em;
  }
}
.p-error__heading--english {
  display: block;
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-error__heading--english {
    font-size: 2.6rem;
    line-height: 1.38462;
  }
}
.p-error__description {
  margin-top: 27px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
}
html[lang="ja"] .p-error__description {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-error__description {
    font-size: 2.2rem;
    line-height: 1.54545;
    text-align: center;
    letter-spacing: 0.03em;
  }
}
html[lang="en"] .p-error__description {
  text-align: center;
}
.p-error__description--english {
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-error__description--english {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1.66667;
    text-align: center;
  }
}
.p-error__list {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-error__list {
    margin-top: 43px;
    padding-top: 43px;
  }
}
@media screen and (min-width: 768px) {
  .p-error__item {
    letter-spacing: 0.05em;
  }
}
.p-error__search {
  margin-top: 34px;
  padding: 20px;
  background-color: #efefeb;
}
@media screen and (min-width: 768px) {
  .p-error__search {
    margin-top: 43px;
    padding: 30px;
  }
}
.p-error__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-error__input {
  width: 1%;
  height: 45px;
  padding: 0 15px;
  color: #333;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  .p-error__input {
    height: 60px;
    padding: 0 20px;
    font-size: 2rem;
  }
}
.p-error__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  background: #222 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133.334' height='133.315' viewBox='0 0 100 99.986' fill='%23fff'%3E%3Cpath d='M100 90.052L72.038 62.6a39.669 39.669 0 10-9.911 9.767l28.118 27.619zM39.649 65.406a25.86 25.86 0 1125.86-25.86 25.86 25.86 0 01-25.86 25.86z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 20px 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-error__button {
    width: 60px;
    height: 60px;
    background-size: 27px 27px;
  }
}
.p-error-slider {
  display: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
.p-error-slider__image {
  width: auto;
  height: 112px;
}
@media screen and (min-width: 768px) {
  .p-error-slider__image {
    height: 227px;
  }
}
.p-error-slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/image/error/img_overlay_white_01_sp.png") repeat-x top left;
  background-size: auto 224px;
}
@media screen and (min-width: 768px) {
  .p-error-slider:after {
    background: url("/assets/image/error/img_overlay_white_01_pc.png") repeat-x top left;
    background-size: auto 375px;
  }
}
.p-error-slider.slick-initialized {
  display: block;
}
.p-exhibitions-detail-header {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-header {
    padding-bottom: 60px;
  }
}
.p-exhibitions-detail-header__hero {
  position: relative;
}
.p-exhibitions-detail-header__hero:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-exhibitions-detail-header__hero:after {
  border-bottom: 2px solid #eee;
}
.p-exhibitions-detail-header__main {
  position: relative;
}
.p-exhibitions-detail-header__inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-header__inner {
    max-width: 1246px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.p-exhibitions-detail-data {
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-data {
    padding: 60px 0;
    text-align: center;
  }
}
.p-exhibitions-detail-data__title {
  margin-top: 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.40909;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-data__title {
    font-size: 2.8rem;
    line-height: 1;
  }
}
.p-exhibitions-detail-data__subtitle {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-data__subtitle {
    line-height: 1.625;
  }
}
.p-exhibitions-detail-data__date {
  margin-top: 3px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-data__date {
    margin-top: 18px;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.03em;
  }
}
.p-exhibitions-detail-data__description {
  margin-top: 17px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
}
html[lang="ja"] .p-exhibitions-detail-data__description {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-data__description {
    margin-top: 24px;
    text-align: center !important;
    letter-spacing: 0.05em;
  }
}
.p-exhibitions-detail-data__status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 130px;
  height: 30px;
  margin: 18px auto 0;
  padding: 0 20px;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-data__status {
    margin: 24px auto 0;
  }
}
.p-exhibitions-detail-data__status.is-active {
  background-color: #05698f;
}
.p-exhibitions-detail-sns {
  position: relative;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-sns {
    position: absolute;
    z-index: 1;
    top: -112px;
    right: 30px;
    margin-top: 0;
    padding-top: 50px;
  }
}
.p-exhibitions-detail-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-exhibitions-detail-sns__list {
    margin-left: -18px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-sns__list {
    margin-left: -20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-exhibitions-detail-sns__item {
  margin-left: 18px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-sns__item {
    margin-left: 20px;
  }
}
.p-exhibitions-detail-sns__item:nth-child(1) .p-exhibitions-detail-sns__link {
  background: url("/assets/image/ico/ico_facebook.png");
  background-size: contain;
}
.p-exhibitions-detail-sns__item:nth-child(2) .p-exhibitions-detail-sns__link {
  background: url("/assets/image/ico/ico_X.png");
  background-size: contain;
}
.p-exhibitions-detail-sns__item:nth-child(3) .p-exhibitions-detail-sns__link {
  background: url("/assets/image/ico/ico_youtube.png");
  background-size: contain;
}
.p-exhibitions-detail-sns__item:nth-child(4) .p-exhibitions-detail-sns__link {
  background: url("/assets/image/ico/ico_instagram.png");
  background-size: contain;
}
.p-exhibitions-detail-sns__item:last-child {
  margin-left: 0;
}
.p-exhibitions-detail-sns__link {
  display: block;
  width: 30px;
  height: 30px;
}
.p-exhibitions-detail-sns__hashtag {
  /* display: flex; hashtagを表示する場合 */
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 143px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 15px;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-sns__hashtag {
    width: auto;
    padding: 0 20px;
    border: 2px solid #ddd;
  }
}
.p-exhibitions-detail-summary {
  margin-top: 30px;
  padding-top: 35px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-summary__figure {
    width: 39.1%;
    margin-right: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-exhibitions-detail-summary__picture {
  position: relative;
}
.p-exhibitions-detail-summary__picture:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-exhibitions-detail-summary__picture:after {
  border: 2px solid #eee;
}
.p-exhibitions-detail-summary__picture:after {
  border: 1px solid #ccc;
}
.p-exhibitions-detail-summary__figcaption {
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.7;
}
html[lang="ja"] .p-exhibitions-detail-summary__figcaption {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-summary__figcaption {
    letter-spacing: 0.05em;
  }
}
.p-exhibitions-detail-summary__main {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-summary__main {
    margin-top: -7px;
  }
}
.p-exhibitions-detail-summary__text {
  line-height: 1.875;
  /*
line-height: 1.6;
*/
}
html[lang="ja"] .p-exhibitions-detail-summary__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-summary__text {
    letter-spacing: 0.05em;
  }
}
.p-exhibitions-detail-summary__text + .p-exhibitions-detail-summary__text {
  margin-top: 10px;
}
.p-exhibitions-event-header + .p-exhibitions-detail-summary, .p-exhibitions-detail-highlight__heading + .p-exhibitions-detail-summary {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .p-exhibitions-event-header + .p-exhibitions-detail-summary, .p-exhibitions-detail-highlight__heading + .p-exhibitions-detail-summary {
    margin-top: 30px;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-header + .p-exhibitions-detail-summary, .p-exhibitions-detail-highlight__heading + .p-exhibitions-detail-summary {
    margin-top: 0;
  }
}
.p-exhibitions-detail-highlight__heading {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  color: #05698f;
  font-size: 2.2rem;
  font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
@media screen and (min-width: 768px) {
.p-exhibitions-detail-highlight__heading {
    padding-bottom: 40px;
    font-size: 2.8rem;
    
  }
}
.p-exhibitions-detail-highlight__main {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-highlight__main {
    width: 660px;
    margin: 60px auto 0;
  }
}
.p-exhibitions-detail-highlight__figure {
  position: relative;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  background-color: #f5f5f5;
}
.p-exhibitions-detail-highlight__figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-exhibitions-detail-highlight__figure:after {
  border: 2px solid #eee;
}
.p-exhibitions-detail-highlight__figure:after {
  border: 1px solid #ccc;
}
p + .p-exhibitions-detail-highlight__figure {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  p + .p-exhibitions-detail-highlight__figure {
    margin-top: 40px;
  }
}
.p-exhibitions-detail-highlight__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-exhibitions-detail-highlight__picture > * {
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
  object-fit: contain;
}
.p-exhibitions-detail-highlight__note {
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.83333;
}
html[lang="ja"] .p-exhibitions-detail-highlight__note {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-highlight__note {
    letter-spacing: 0.05em;
  }
}
.p-exhibitions-detail-highlight__subhead {
  margin-top: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-highlight__subhead {
    margin-top: 30px;
  }
}
.p-exhibitions-detail-highlight__subhead + * {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-highlight__subhead + * {
    margin-top: 14px;
  }
}
.p-exhibitions-detail-highlight__text {
  line-height: 1.875;
}
html[lang="ja"] .p-exhibitions-detail-highlight__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-highlight__text {
    letter-spacing: 0.05em;
  }
}
.p-exhibitions-detail-highlight__text + .p-exhibitions-detail-highlight__text {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-highlight .l-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.p-exhibitions-detail-highlight .l-row > div {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-highlight .l-row > div {
    margin-top: 33px;
    padding: 0 15px;
  }
}
.p-exhibitions-detail-highlight .l-row + * {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-highlight .l-row + * {
    margin-top: 30px;
  }
}
.p-exhibitions-detail-author {
  padding: 50px 20px;
  background-color: #efefeb;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-author {
    padding: 80px 40px;
  }
}
.p-exhibitions-detail-author__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.p-exhibitions-detail-author__heading {
  padding-bottom: 20px;
  border-bottom: 4px solid #fff;
  color: #05698f;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-author__heading {
    padding-bottom: 40px;
    font-size: 2.8rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-author__main {
    position: relative;
    width: 660px;
    margin: 0 auto;
    padding: 60px 230px 60px 0;
  }
}
.p-exhibitions-detail-author__name {
  margin-top: 30px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-author__name {
    margin-top: 0;
    text-align: left;
  }
}
.p-exhibitions-detail-author__name-sub {
  display: block;
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-exhibitions-detail-author__figure {
  position: relative;
  width: 200px;
  margin: 25px auto 0;
}
.p-exhibitions-detail-author__figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-exhibitions-detail-author__figure:after {
  border: 2px solid #eee;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-author__figure {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p-exhibitions-detail-author__figure:after {
  border: 1px solid #ccc;
  border-radius: 50%;
}
.p-exhibitions-detail-author__text {
  margin-top: 18px;
  line-height: 1.875;
}
.p-details + .p-exhibitions-detail-author {
  margin-top: -35px;
}
@media screen and (min-width: 768px) {
  .p-details + .p-exhibitions-detail-author {
    margin-top: -60px;
  }
}
.p-exhibitions-detail-author__main + .p-exhibitions-detail-pieces {
  margin-top: 23px;
  padding-top: 30px;
  border-top: 4px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-author__main + .p-exhibitions-detail-pieces {
    margin-top: 0;
    padding-top: 60px;
  }
}
.p-exhibitions-detail-pieces__heading {
  position: relative;
  padding-bottom: 24px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-pieces__heading {
    padding-bottom: 28px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-exhibitions-detail-pieces__heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 4px;
  background-color: #05698f;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-pieces__heading:before {
    left: 50%;
    width: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-pieces__list {
    margin: 0 -15px;
  }
}
.p-exhibitions-detail-pieces__item {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: max-height 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-pieces__item {
    width: 33.33%;
    padding: 0 15px;
  }
}
.p-exhibitions-detail-pieces__item.is-active {
  opacity: 1;
  max-height: none;
  margin-top: 40px;
}
/*
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-pieces__item.is-active {
    margin-top: 40px;
  }
}
*/
.p-exhibitions-detail-pieces__figure {
  position: relative;
}
.p-exhibitions-detail-pieces__figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-exhibitions-detail-pieces__figure:after {
  border: 2px solid #eee;
}
.p-exhibitions-detail-pieces__figure:after {
  border: 1px solid #ccc;
}
.p-exhibitions-detail-pieces__title {
  margin-top: 15px;
  font-weight: bold;
  line-height: 1.625;
}
.p-exhibitions-detail-pieces__text {
  margin-top: 6px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
.p-exhibitions-detail-pieces__note {
  margin-top: 6px;
  font-size: 1rem;
  line-height: 1.7;
}
.p-exhibitions-detail-pieces .c-button, .p-exhibitions-detail-pieces .c-button-auto, .p-exhibitions-detail-pieces .c-button-small, .p-exhibitions-detail-pieces .c-button-middle, .p-exhibitions-detail-pieces .c-button-large, .p-exhibitions-detail-pieces .c-button-more {
  margin: 0;
}
.p-exhibitions-detail-pieces .c-button-group {
  margin: 30px 0 0;
  padding-top: 30px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-pieces .c-button-group {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.p-exhibitions-detail-goods {
  padding: 50px 20px 0;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-goods {
    padding: 80px 40px 0;
  }
}
.p-exhibitions-detail-goods__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.p-exhibitions-detail-goods__heading {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  color: #05698f;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-goods__heading {
    padding-bottom: 40px;
    font-size: 2.8rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-goods__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 60px -15px -30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-exhibitions-detail-goods__item {
  overflow: hidden;
  padding: 25px 0 30px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-goods__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding: 0 15px 30px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}
@media screen and (max-width: 767px) {
  .p-exhibitions-detail-goods__item + .p-exhibitions-detail-goods__item {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
  }
}
.p-exhibitions-detail-goods__title {
  padding-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-goods__title {
    margin-top: 15px;
    padding-bottom: 0;
    letter-spacing: 0.05em;
  }
}
.p-exhibitions-detail-goods__figure {
  position: relative;
}
.p-exhibitions-detail-goods__figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-exhibitions-detail-goods__figure:after {
  border: 2px solid #eee;
}
.p-exhibitions-detail-goods__figure:after {
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-exhibitions-detail-goods__figure {
    float: left;
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-goods__figure {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.p-exhibitions-detail-goods__text {
  overflow: hidden;
  margin-top: -4px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media all and (-ms-high-contrast: none) {
  .p-exhibitions-detail-goods__text {
    overflow: visible;
  }
}
@supports (-ms-ime-align: auto) {
  .p-exhibitions-detail-goods__text {
    overflow: visible;
  }
}
html[lang="ja"] .p-exhibitions-detail-goods__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-goods__text {
    margin-top: 6px;
    letter-spacing: 0.02em;
  }
}
.p-exhibitions-detail-goods__price {
  display: block;
  margin-top: 16px;
  font-size: 1.2rem;
  font-weight: bold;
}
.p-exhibitions-detail-events {
  padding: 20px 20px 0;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-events {
    padding: 80px 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-highlight + .p-exhibitions-detail-events {
    padding-top: 0;
  }
}
.p-exhibitions-detail-events__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.p-exhibitions-detail-events__heading {
  padding-bottom: 20px;
  color: #05698f;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-events__heading {
    padding-bottom: 40px;
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-exhibitions-detail-events + .p-category-navi {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-events + .p-category-navi {
    margin-top: 100px;
  }
}
.p-exhibitions-detail-host {
  padding: 50px 20px 43px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-host {
    padding: 80px 40px;
  }
}
.p-exhibitions-detail-host__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.p-exhibitions-detail-host__heading {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  color: #05698f;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-host__heading {
    padding-bottom: 40px;
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-exhibitions-detail-host__list {
  margin-top: 23px;
  line-height: 1.875;
}
html[lang="ja"] .p-exhibitions-detail-host__list {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-host__list {
    overflow: hidden;
    width: 660px;
    margin: 53px auto -10px;
    letter-spacing: 0.05em;
  }
}
.p-exhibitions-detail-host__list-header {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-host__list-header {
    float: left;
    clear: left;
    width: 120px;
  }
}
dd + .p-exhibitions-detail-host__list-header {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  dd + .p-exhibitions-detail-host__list-header {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibitions-detail-host__list-detail {
    overflow: hidden;
    padding-bottom: 10px;
  }
}
.p-exhibitions-event-list__item {
  background-color: #efefeb;
}
.p-exhibitions-event-list__item + .p-exhibitions-event-list__item {
  margin-top: 20px;
}
.p-exhibitions-event-list__link {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-exhibitions-event-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 11px;
    height: 20px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23333'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat left center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p-exhibitions-event-list__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: bold;
  background-color: #666;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-exhibitions-event-list__date {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 45px;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-list__date {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .p-exhibitions-event-list__date-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.p-exhibitions-event-list__date-year {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-list__date-year {
    font-size: 1.6rem;
  }
}
.p-exhibitions-event-list__date-date {
  margin-left: 5px;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-list__date-date {
    margin-top: 4px;
    margin-left: 0;
    font-size: 2.8rem;
    font-weight: normal;
  }
}
.p-exhibitions-event-list__date-day {
  margin-left: -4px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-list__date-day {
    margin-left: 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.p-exhibitions-event-list__main {
  padding: 68px 20px 64px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-list__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 108px;
    padding: 24px 70px 24px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.p-exhibitions-event-list__time {
  color: #666;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-exhibitions-event-list__time {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 1.4rem;
    line-height: 1.57143;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-list__time {
    width: 174px;
    font-size: 1.6rem;
    line-height: 1.625;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-exhibitions-event-list__time-open {
    position: relative;
    right: -7px;
  }
}
.p-exhibitions-event-list__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
}
@media screen and (max-width: 767px) {
  .p-exhibitions-event-list__title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-list__title {
    position: relative;
    padding-left: 22px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .p-exhibitions-event-list__title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-list__category {
    display: block;
  }
}
.p-exhibitions-event-list__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-exhibitions-event-list__status {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
.p-exhibitions-event-list__status.is-end {
  background-color: rgba(0, 0, 0, 0.5);
}
.p-exhibitions-event-list__status.is-active {
  background-color: #05698f;
}
.p-exhibitions-index-top {
  padding: 50px 20px 0;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-top {
    padding: 80px 40px 0;
  }
}
.p-exhibitions-index-top__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.p-exhibitions-index-top__heading {
  color: #05698f;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-top__heading {
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-exhibitions-index-top__figure {
  position: relative;
  margin-top: 20px;
}
.p-exhibitions-index-top__figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-exhibitions-index-top__figure:after {
  border: 2px solid #eee;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-top__figure {
    margin-top: 40px;
  }
}
.p-exhibitions-index-top__figure-link {
  display: block;
}
.p-exhibitions-index-top__information {
  line-height: 1.66667;
}
@media screen and (max-width: 767px) {
  html[lang="ja"] .p-exhibitions-index-top__information {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-top__information {
    text-align: center;
  }
}
.p-exhibitions-index-top__title {
  margin-top: 26px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-top__title {
    margin-top: 50px;
    font-size: 2.8rem;
  }
}
.p-exhibitions-index-top__subtitle {
  margin-top: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-top__subtitle {
    margin-top: 50px;
    line-height: 1.625;
  }
}
.p-exhibitions-index-top__subtitle + .p-exhibitions-index-top__title {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-top__subtitle + .p-exhibitions-index-top__title {
    margin-top: 2px;
  }
}
.p-exhibitions-index-top__date {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-top__date {
    margin-top: 4px;
    font-size: 2.2rem;
    letter-spacing: 0.03em;
  }
}
.p-exhibitions-index-top__description {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-top__description {
    margin-top: 15px;
    letter-spacing: 0.05em;
  }
}
.p-exhibitions-index-top__navi {
  position: relative;
  margin-top: 18px;
  padding: 27px 0 30px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-top__navi {
    margin-top: 29px;
    padding-bottom: 60px;
    text-align: center;
  }
}
.p-exhibitions-index-top__navi:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: rgba(51, 51, 51, 0.3);
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-top__navi:before {
    left: 50%;
    width: 30px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-exhibitions-index-top__link {
  position: relative;
  padding-left: 17px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-top__link {
    font-size: 1.6rem;
  }
}
.p-exhibitions-index-top__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 13px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23333'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat left center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-exhibitions-index-event {
  padding: 30px 20px 50px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-event {
    padding: 60px 40px 80px;
  }
}
.p-exhibitions-index-event__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.p-exhibitions-index-event__title {
  position: relative;
  padding-bottom: 24px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-event__title {
    padding-bottom: 29px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-exhibitions-index-event__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 4px;
  background-color: #05698f;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-event__title:before {
    left: 50%;
    width: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-exhibitions-index-event__title + * {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-event__title + * {
    margin-top: 40px;
  }
}
.p-exhibitions-index-noshow {
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-noshow {
    padding: 80px 40px 40px;
  }
}
.p-exhibitions-index-noshow__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.p-exhibitions-index-noshow__heading {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  color: #05698f;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-noshow__heading {
    padding-bottom: 40px;
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-exhibitions-index-noshow__body {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-noshow__body {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-noshow__body .c-text {
    text-align: center !important;
  }
}
.p-exhibitions-index-next {
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-next {
    padding: 80px 40px 100px;
  }
}
.p-exhibitions-index-next__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.p-exhibitions-index-next__heading {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  color: #05698f;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-next__heading {
    padding-bottom: 40px;
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-exhibitions-index-next__body {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-next__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }
}
.p-exhibitions-index-next__figure {
  position: relative;
  background-color: #eee;
}
.p-exhibitions-index-next__figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-next__figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-exhibitions-index-next__figure:after {
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-next__figure-link {
    width: 39.1%;
    margin-right: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-exhibitions-index-next__picture > * {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-exhibitions-index-next__main {
    margin-top: 25px;
  }
}
.p-exhibitions-index-next__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.40909;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-next__title {
    font-size: 2.8rem;
    line-height: 1;
  }
}
.p-exhibitions-index-next__subtitle {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.625;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-next__subtitle {
    margin-bottom: 14px;
  }
}
.p-exhibitions-index-next__date {
  margin-top: 5px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-next__date {
    margin-top: 20px;
    font-size: 2.2rem;
    line-height: 1;
  }
}
.p-exhibitions-index-next__description {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
}
html[lang="ja"] .p-exhibitions-index-next__description {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-next__description {
    margin-top: 35px;
    letter-spacing: 0.05em;
  }
}
.p-exhibitions-index-next__text {
  margin-top: 23px;
  line-height: 1.625;
}
html[lang="ja"] .p-exhibitions-index-next__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-index-next__text {
    margin-top: 12px;
  }
}
.p-exhibitions-schedule {
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-schedule {
    padding: 80px 40px;
  }
}
.p-exhibitions-schedule__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.p-exhibitions-schedule__heading {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  color: #05698f;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-schedule__heading {
    padding-bottom: 42px;
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-exhibitions-schedule__list + .p-exhibitions-schedule__heading {
  margin-top: 20px;
}
.p-exhibitions-schedule__list:last-of-type {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.p-exhibitions-schedule__item {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-schedule__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-exhibitions-schedule__item + .p-exhibitions-schedule__item {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.p-exhibitions-schedule__figure {
  position: relative;
}
.p-exhibitions-schedule__figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-exhibitions-schedule__figure:after {
  border: 2px solid #eee;
}
.p-exhibitions-schedule__figure:after {
  border: 1px solid #ccc;
}
.p-exhibitions-schedule__figure-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-schedule__figure-link {
    width: 39.1%;
    margin-right: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-exhibitions-schedule__picture > * {
  width: 100%;
}
.p-exhibitions-schedule__main {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-exhibitions-schedule__main {
    margin-top: 25px;
  }
}
.p-exhibitions-schedule__main-link {
  display: inline-block;
}
.p-exhibitions-schedule__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-schedule__title {
    margin-top: -8px;
    padding-right: 150px;
    font-size: 2.8rem;
    line-height: 1.57143;
  }
}
.p-exhibitions-schedule__subtitle {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-schedule__subtitle {
    line-height: 1.625;
  }
}
.p-exhibitions-schedule__date {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-schedule__date {
    margin-top: 15px;
    font-size: 2.2rem;
    line-height: 1;
  }
}
.p-exhibitions-schedule__description {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
}
html[lang="ja"] .p-exhibitions-schedule__description {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-schedule__description {
    margin-top: 35px;
    letter-spacing: 0.05em;
  }
}
.p-exhibitions-schedule__status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 130px;
  height: 30px;
  margin-top: 18px;
  padding: 0 20px;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-schedule__status {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}
.p-exhibitions-schedule__status.is-active {
  background-color: #05698f;
}
.p-exhibitions-schedule__text {
  margin-top: 23px;
  line-height: 1.875;
}
html[lang="ja"] .p-exhibitions-schedule__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-schedule__text {
    margin-top: 12px;
    line-height: 1.625;
    letter-spacing: 0.05em;
  }
}
.p-exhibitions-schedule__holiday {
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-schedule__holiday {
    margin-left: calc(39.1% + 50px);
  }
}
.p-exhibitions-schedule__holiday span {
  font-weight: bold;
}
.p-exhibitions-schedule__holiday span:after {
  content: "：";
  font-weight: normal;
}
.p-exhibitions-schedule__more {
  position: relative;
  margin-top: 18px;
  padding-top: 27px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-schedule__more {
    margin-top: 30px;
  }
}
.p-exhibitions-schedule__more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: rgba(51, 51, 51, 0.3);
}
@media screen and (min-width: 768px) {
  .p-exhibitions-schedule__more:before {
    width: 30px;
  }
}
.p-exhibitions-schedule__link {
  position: relative;
  padding-left: 17px;
  font-weight: bold;
}
.p-exhibitions-schedule__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 13px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23333'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat left center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-exhibitions-past {
  padding: 20px 20px 50px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-past {
    padding: 20px 40px 80px;
  }
}
.p-exhibitions-past__inner {
  max-width: 1166px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-past__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-exhibitions-past__item {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .p-exhibitions-past__item {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px) {
  .p-exhibitions-past__item {
    width: 33.33%;
    padding: 60px 15px 0;
  }
}
.p-exhibitions-past__figure {
  position: relative;
}
.p-exhibitions-past__figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-exhibitions-past__figure:after {
  border: 2px solid #eee;
}
.p-exhibitions-past__figure:after {
  border: 1px solid #ccc;
}
.p-exhibitions-past__figure-link {
  display: block;
}
.p-exhibitions-past__picture > * {
  width: 100%;
}
.p-exhibitions-past__main {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-past__main {
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }
}
.p-exhibitions-past__main-link {
  display: block;
}
.p-exhibitions-past__title {
  margin-top: 25px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.40909;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-past__title {
    margin-top: 23px;
    line-height: 1.54545;
  }
}
.p-exhibitions-past__subtitle {
  margin-top: 3px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-past__subtitle {
    margin-top: 4px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}
.p-exhibitions-past__date {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-past__date {
    margin-top: 16px;
    font-size: 1.8rem;
    line-height: 1;
  }
}
.p-exhibitions-past__overview {
  margin-top: 13px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-past__overview {
    margin-top: 18px;
  }
}
.p-exhibitions-past__more {
  position: relative;
  margin-top: 18px;
  padding-top: 27px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-past__more {
    margin-top: 30px;
  }
}
.p-exhibitions-past__more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: rgba(51, 51, 51, 0.3);
}
@media screen and (min-width: 768px) {
  .p-exhibitions-past__more:before {
    width: 30px;
  }
}
.p-exhibitions-past__link {
  position: relative;
  padding-left: 17px;
  font-weight: bold;
}
.p-exhibitions-past__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 13px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23333'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat left center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-exhibitions-event {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event {
    padding: 0 40px;
  }
}
.p-exhibitions-event__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.p-exhibitions-event-header {
  padding: 24px 0 30px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-header {
    padding: 50px 0 60px;
    text-align: center;
  }
}
.p-exhibitions-event-header__category {
  line-height: 1.71875;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-header__category {
    font-size: 2.2rem;
    line-height: 1.86364;
  }
}
.p-exhibitions-event-header__title {
  font-size: 2.2rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-header__title {
    font-size: 2.8rem;
    line-height: 1.28571;
  }
}
.p-exhibitions-event-header__date {
  margin-top: 5px;
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-header__date {
    margin-top: 10px;
    font-size: 2.2rem;
    line-height: 1.54545;
    letter-spacing: 0.03em;
  }
}
.p-exhibitions-event-header__time {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-exhibitions-event-header__time {
    display: block;
  }
}
.p-exhibitions-event-header__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 30px;
  margin-top: 16px;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-header__status {
    margin: 24px auto 0;
  }
}
.p-exhibitions-event-header__status.is-active {
  background-color: #05698f;
}
.p-exhibitions-event-summary {
  padding: 35px 0 25px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
  }
}
.p-exhibitions-event-summary__figure {
  position: relative;
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-summary__figure {
    width: 39.1%;
    margin-right: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-exhibitions-event-summary__figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-exhibitions-event-summary__figure:after {
  border: 2px solid #eee;
}
.p-exhibitions-event-summary__figure:after {
  border: 1px solid #ccc;
}
.p-exhibitions-event-summary__picture {
  width: 100%;
  height: 100%;
}
.p-exhibitions-event-summary__picture > * {
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-exhibitions-event-summary__table .c-table {
    display: block;
    width: 100%;
    margin: 0;
    border-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-exhibitions-event-summary__table tbody {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-summary__table tr:first-child th, .p-exhibitions-event-summary__table tr:first-child td {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-exhibitions-event-summary__table tr {
    display: block;
  }
}
.p-exhibitions-event-summary__table tr:last-child th, .p-exhibitions-event-summary__table tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}
.p-exhibitions-event-summary__table th, .p-exhibitions-event-summary__table td {
  padding: 13px 15px;
  line-height: 1.875;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-exhibitions-event-summary__table th, .p-exhibitions-event-summary__table td {
    display: block;
    padding: 0;
  }
}
.p-exhibitions-event-summary__table th {
  width: 93px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-exhibitions-event-summary__table th {
    width: auto;
    padding-top: 20px;
    border-bottom: none;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-exhibitions-event-summary__table td {
    margin-top: 10px;
    padding-bottom: 15px;
    line-height: 1.625;
  }
}
.p-exhibitions-event-entry {
  padding: 25px 20px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-entry {
    padding: 20px 40px 0;
  }
}
.p-exhibitions-event-entry__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.p-exhibitions-event-entry__heading {
  color: #05698f;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-entry__heading {
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-exhibitions-event-entry__main {
  margin-top: 20px;
  padding: 20px 20px 30px;
  background-color: #efefeb;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-entry__main {
    margin-top: 40px;
    padding: 60px;
  }
}
.p-exhibitions-event-entry__section + .p-exhibitions-event-entry__section {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 4px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-entry__section + .p-exhibitions-event-entry__section {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.p-exhibitions-event-entry__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-entry__title {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.03em;
  }
}
.p-exhibitions-event-entry__title + * {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-entry__title + * {
    margin-top: 33px;
  }
}
.p-exhibitions-event-entry__item {
  line-height: 1.875;
}
html[lang="ja"] .p-exhibitions-event-entry__item {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-entry__item {
    letter-spacing: 0.05em;
  }
}
.p-exhibitions-event-entry__item + .p-exhibitions-event-entry__item {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-entry .c-button, .p-exhibitions-event-entry .c-button-auto, .p-exhibitions-event-entry .c-button-small, .p-exhibitions-event-entry .c-button-middle, .p-exhibitions-event-entry .c-button-large, .p-exhibitions-event-entry .c-button-more {
    max-width: 300px;
  }
}
.p-exhibitions-event-entry .c-button-group {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-entry .c-button-group {
    margin-top: 33px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.p-exhibitions-event-entry__text {
  line-height: 1.875;
}
html[lang="ja"] .p-exhibitions-event-entry__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
.p-exhibitions-event-entry__address-heading {
  margin-top: 12px;
  padding-bottom: 14px;
  border-bottom: 2px solid #a7a7a4;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-entry__address-heading {
    margin-top: 23px;
    padding-bottom: 0;
    border-bottom: none;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-exhibitions-event-entry__address-table {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-exhibitions-event-entry__address-table .c-table {
    display: block;
    width: auto;
    margin: 0;
    border-spacing: 0;
  }
}
.p-exhibitions-event-entry__address-table th, .p-exhibitions-event-entry__address-table td {
  padding: 13px 15px;
  border-top: 2px solid #a7a7a4;
  line-height: 1.875;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-exhibitions-event-entry__address-table th, .p-exhibitions-event-entry__address-table td {
    display: block;
    padding: 0;
    border: none;
    line-height: 1.625;
  }
}
.p-exhibitions-event-entry__address-table th {
  width: 200px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-exhibitions-event-entry__address-table th {
    width: auto;
    margin-top: 20px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-exhibitions-event-entry__address-table td {
    margin-top: 10px;
  }
}
.p-faq-anchor {
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-faq-anchor {
    margin-top: 0;
    padding: 0 40px;
  }
}
.p-faq-anchor__inner {
  max-width: 1166px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-faq-anchor__inner {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .p-faq-anchor ul {
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .p-faq-anchor li + li {
    border-top: 2px solid rgba(0, 0, 0, 0.1) !important;
  }
}
@media screen and (min-width: 768px) {
  .p-faq-anchor li + li {
    border-left: 2px solid rgba(0, 0, 0, 0.1) !important;
  }
}
.p-faq-anchor a:after {
  display: none;
}
.p-faq-description {
  padding: 42px 20px;
}
@media screen and (min-width: 768px) {
  .p-faq-description {
    padding: 74px 40px 14px;
  }
}
.p-faq__section {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-faq__section {
    padding: 60px 0;
  }
}
.p-faq__section + .p-faq__section {
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  .p-faq__section + .p-faq__section {
    margin-top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__section:first-child {
    margin-top: -50px;
  }
  html[lang="en"] .p-faq__section:first-child {
    margin-top: 0;
  }
}
.p-faq__heading {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  color: #05698f;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-faq__heading {
    padding-bottom: 30px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-faq__item {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.p-faq__question {
  display: table;
  position: relative;
  width: 100%;
  padding: 18.5px 40px 18.5px 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    padding: 24px 40px 24px 0;
  }
}
.p-faq__question:after {
  content: "";
  display: table-cell;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23333'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat right center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.p-faq__question.is-active:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p-faq__question:before {
  content: "Q：";
  display: table-cell;
  width: 2em;
  color: #05698f;
}
.p-faq__answer {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.p-faq__answer-inner {
  margin-top: -6px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-faq__answer-inner {
    margin-top: -5px;
  }
}
_:-ms-lang(x)::-ms-backdrop, .p-faq__answer-inner {
  margin-top: 0;
}
.p-faq__answer .c-text {
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-faq__answer .c-text {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-flag__hero {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flag__hero {
    display: table;
    padding-right: 20px;
  }
}
.p-flag__caption {
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-flag__caption {
    display: table-caption;
    padding-right: 20px;
    caption-side: bottom;
  }
}
.p-flag__body {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-flag__body {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}
@media screen and (max-width: 767px) {
  .p-flag__image {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-flag--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-flag--reverse .p-flag__hero {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-flag--reverse .p-flag__caption {
    padding-right: 0;
    padding-left: 20px;
  }
}
* + .p-flag {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  * + .p-flag {
    margin-top: 20px;
  }
}
.p-form__foot {
  margin-top: 30px;
  text-align: center;
  letter-spacing: -0.5em;
}
@media screen and (min-width: 768px) {
  .p-form__foot {
    margin-top: 50px;
  }
}
.p-form__button {
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .p-form__button {
    margin: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
.p-form__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-form__head {
    width: 30%;
    padding-right: 20px;
  }
}
.p-form__tag {
  margin-left: auto;
  padding-left: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-form__title {
  font-weight: bold;
}
.p-form__body {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-form__body {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}
.p-form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-form__invalid {
  color: #e00100;
}
.p-form__inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 -10px -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__inline {
    padding-top: 9px;
  }
}
.p-form__inline-item {
  width: 100%;
  max-width: 50%;
  margin-bottom: 10px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .p-form__inline-item {
    width: auto;
    max-width: none;
  }
}
.p-form__unit {
  margin: 0 5px;
}
.p-form__unit:first-child {
  margin-left: 0;
}
.p-form__unit:last-child {
  margin-right: 0;
}
* + .p-form {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  * + .p-form {
    margin-top: 20px;
  }
}
.p-form__item + .p-form__item {
  margin-top: 20px;
}
.p-form__block + .p-form__block {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-form__block + .p-form__block {
    margin-top: 5px;
  }
}
.p-fullscreen {
  position: fixed;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: auto;
}
.p-gnavi-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #05698f;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-gnavi-pc.is-fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-gnavi-pc {
    display: none;
  }
}
.p-gnavi-pc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 2px solid #045472;
}
.p-gnavi-pc__item {
  width: 250px;
  height: 60px;
  background-color: #fff;
}
.category-information .p-gnavi-pc__item:nth-child(1) .p-gnavi-pc__trigger {
  background-color: #314f5a;
}
.category-exhibitions .p-gnavi-pc__item:nth-child(2) .p-gnavi-pc__trigger {
  background-color: #314f5a;
}
.category-collection .p-gnavi-pc__item:nth-child(3) .p-gnavi-pc__trigger {
  background-color: #314f5a;
}
.p-gnavi-pc__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-right: 2px solid #045472;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #05698f;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  outline: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-gnavi-pc__trigger:hover {
    background-color: #314f5a;
  }
}
.p-gnavi-pc__trigger.is-active {
  background-color: #314f5a;
}
.p-gnavi-pc__content {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 60px;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.p-gnavi-pc__content-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 264px;
  padding: 40px 0;
  background: url("/assets/image/common/bg_overlay_02_pc.png") repeat-x top center;
  background-size: cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-gnavi-pc__close {
  display: none;
}
.p-gnavi-pc-main {
  overflow: hidden;
  width: 752px;
  color: #fff;
}
.p-gnavi-pc-main__access {
  float: left;
  width: 456px;
}
.p-gnavi-pc-main__facilities {
  float: right;
  width: 236px;
}
.p-gnavi-pc-main__title {
  position: relative;
  padding-left: 17px;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-gnavi-pc-main__title:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 1em;
  margin-top: -9px;
  margin-right: 15px;
  background-color: #fff;
}
.p-gnavi-pc-main__figure {
  display: none;
}
.p-gnavi-pc-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 136px;
  margin: 30px -40px 0 0;
  padding-left: 30px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.p-gnavi-pc-main__item {
  padding: 0 40px 24px 0;
  font-weight: bold;
}
.p-gnavi-pc-main__item:nth-child(4n) {
  padding-bottom: 0;
}
.is-bottom .p-gnavi-pc__content {
  display: none;
  position: fixed;
  top: 0;
  bottom: 60px;
  max-height: none;
  -webkit-transition: none;
  transition: none;
}
.is-bottom .p-gnavi-pc__content-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0;
  background: url("/assets/image/common/bg_overlay_02_i_pc.png") repeat-x top center;
  background-size: cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.is-bottom .p-gnavi-pc-main {
  opacity: 0;
  position: relative;
  top: 30px;
  padding: 40px 0;
}
.is-bottom .p-gnavi-pc-main__figure {
  display: block;
  margin-top: 20px;
}
.is-bottom .p-gnavi-pc__close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url("/assets/image/ico/ico_close_01.png") no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .is-bottom .p-gnavi-pc__close:hover {
    opacity: 0.6;
  }
}
.modaal-noscroll .is-bottom .p-gnavi-pc__content {
  overflow-y: scroll;
}
.is-body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.p-gnavi-sp__list {
  border-top: 2px solid #fff;
  font-weight: bold;
}
.p-gnavi-sp__list:nth-child(2) {
  border-top: none;
}
.p-gnavi-sp__list:last-child {
  margin-top: 54px;
}
.l-footer .p-gnavi-sp__list:last-child {
  display: none;
}
.p-gnavi-sp__item {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .p-gnavi-sp__item-body {
    background-color: #2c4751;
  }
  .p-gnavi-sp__item-body + * {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
  }
}
/*@media screen and (max-width: 767px) {
  .p-gnavi-sp__item:nth-child(2) .p-gnavi-sp__category:nth-of-type(2),
  .p-gnavi-sp__item:nth-child(2) .p-gnavi-sp__item-body:nth-of-type(2) {
    display: none;
  }
}*/
.p-gnavi-sp__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 56px;
  padding: 0 15px;
  /*  cursor: pointer;*/
  cursor: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-gnavi-sp__category.js-accordion:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23fff'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .p-gnavi-sp__category.js-accordion.is-active {
    background-color: #2c4751;
  }
  .p-gnavi-sp__category.js-accordion.is-active:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .p-gnavi-sp__category + * {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
}
.p-gnavi-sp__category-sub {
  padding: 11px 15px;
}
.p-gnavi-sp__category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-footer .p-gnavi-sp__category > span {
  display: none;
}
.p-gnavi-sp-list {
  padding: 11px 0 30px 30px;
}
.p-gnavi-sp-list__item {
  font-size: 1.4rem;
}
.p-gnavi-sp-list__item + .p-gnavi-sp-list__item {
  margin-top: 19px;
}
.p-gnavi-sp-list__link {
  color: #fff;
}
.p-goods-section > div {
  position: relative;
}
.p-goods-section__anchor {
  position: absolute;
  top: 4px;
  right: 0;
  margin-top: 0;
  padding-left: 15px;
  border-left: 1px solid #999;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-goods-section__anchor-link {
  position: relative;
  padding-left: 20px;
}
.p-goods-section__anchor-link:before {
  content: "▼";
  position: absolute;
  top: 50%;
  left: 0;
  color: #05698f;
  font-size: 1rem;
  -webkit-transform: scale(0.8) translateY(-50%);
  transform: scale(0.8) translateY(-50%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.p-goods-section [class^="l-col-"] .c-heading-03 {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-goods-section [class^="l-col-"] .c-heading-03 {
    font-size: 2.2rem;
    line-height: 1.63636;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 768px) {
  .p-goods-section .c-row-02 + .c-list, .p-goods-section .c-row-02 + .c-list--small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-goods-section .c-row-02 + .c-list li + li, .p-goods-section .c-row-02 + .c-list--small li + li {
    margin-left: 1em;
  }
}
@media screen and (min-width: 768px) {
  .p-goods-section:nth-of-type(1) .c-table td:nth-of-type(1), .p-goods-section:nth-of-type(1) .c-table td:nth-of-type(2), .p-goods-section:nth-of-type(4) .c-table td:nth-of-type(1), .p-goods-section:nth-of-type(4) .c-table td:nth-of-type(2) {
    width: 80px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .p-goods-section:nth-of-type(1) .c-table td:nth-of-type(1), .p-goods-section:nth-of-type(4) .c-table td:nth-of-type(1) {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .p-goods-section:nth-of-type(1) .c-table td:nth-of-type(2), .p-goods-section:nth-of-type(4) .c-table td:nth-of-type(2) {
    margin-top: 11px;
  }
  .p-goods-section:nth-of-type(1) .c-table td:nth-of-type(2):before, .p-goods-section:nth-of-type(4) .c-table td:nth-of-type(2):before {
    content: "送料等：";
  }
}
.p-goods-section:nth-of-type(2) .c-table td:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-goods-section:nth-of-type(2) .c-table td:nth-of-type(1) {
    width: 80px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .p-goods-section:nth-of-type(2) .c-table td:nth-of-type(2) {
    margin-top: 11px;
  }
  .p-goods-section:nth-of-type(2) .c-table td:nth-of-type(2):before {
    content: "サイズ：";
  }
}
@media screen and (min-width: 768px) {
  .p-goods-section:nth-of-type(2) .c-table:nth-of-type(1) td:nth-of-type(2) {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods-section:nth-of-type(3) .c-heading-03 {
    margin-top: -10px;
  }
}
@media screen and (min-width: 768px) {
  .p-goods-section:nth-of-type(3) .c-heading-03 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-goods-section:nth-of-type(3) .c-table td:nth-of-type(1), .p-goods-section:nth-of-type(3) .c-table td:nth-of-type(2) {
    width: 100px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .p-goods-section:nth-of-type(3) .c-table td:nth-of-type(1) {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .p-goods-section:nth-of-type(3) .c-table td:nth-of-type(2) {
    margin-top: 11px;
  }
  .p-goods-section:nth-of-type(3) .c-table td:nth-of-type(2):before {
    content: "送料等：";
  }
}
@media screen and (min-width: 768px) {
  .p-goods-section:nth-of-type(3) .c-table td:nth-of-type(3) {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-goods-section:nth-of-type(3) .c-table td:nth-of-type(3):before {
    content: "サイズ：";
  }
}
@media screen and (min-width: 768px) {
  /*
  .p-goods-section:nth-of-type(4) .c-table {
    margin-top: 0;
  }
*/
  /* ↑2024/2/13金子コメントアウトに   */
}
.p-goods-section:nth-of-type(4) .c-figure {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-goods-section:nth-of-type(4) .c-figure + * {
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .p-goods-section:nth-of-type(4) .c-figure {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-goods-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}
.p-goods-main > .c-figure {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-goods-main > .c-figure {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-goods-main > .c-figure + div > p {
    padding-top: 20px;
  }
}
.p-goods-main .c-text {
  margin-top: 13px;
}
.p-goods-main__size {
  margin-top: 5px !important;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.p-goods-list__trigger {
  padding: 16px 0 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-goods-list__trigger {
    display: none;
  }
}
.p-goods-list__trigger:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 7px;
  height: 12px;
  margin-left: 12.5px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23333'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat right center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.p-goods-list__trigger.is-active:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p-goods-list__trigger:nth-of-type(3) {
  height: 55px;
  border-bottom: none;
}
.p-goods-list__trigger:nth-of-type(3).is-active {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-goods-list__table {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .p-goods-list__table {
    max-height: none !important;
  }
}
@media screen and (min-width: 768px) {
  .p-goods-list__table .c-table {
    margin-top: 23px;
    table-layout: auto;
  }
}
.p-goods-list__table .c-table th {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-goods-list__table .c-table {
    max-height: none !important;
  }
  .p-goods-list__table .c-table th, .p-goods-list__table .c-table td {
    padding: 15px 10px;
    line-height: 1.6;
  }
  .p-goods-list__table .c-table thead th {
    padding-bottom: 15px;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
  }
  .p-goods-list__table .c-table thead th:first-child {
    text-align: left;
  }
  .p-goods-list__table .c-table td {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .p-goods-list__table .c-table thead {
    display: none;
  }
  .p-goods-list__table .c-table tr {
    display: block;
    padding: 15px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }
  .p-goods-list__table .c-table th, .p-goods-list__table .c-table td {
    display: block;
    border-bottom: none;
    line-height: 1.625;
  }
}
@media screen and (max-width: 767px) {
  .p-goods-list__table .p-goods-list__table {
    max-height: none;
  }
}
@media screen and (max-width: 767px) {
  .p-goods-list__table-inner .c-row-02 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-goods-list__table-inner .c-row-02 [class^="l-col-"] + div {
    margin-top: 0;
  }
}
.p-goods-list + .c-text-note {
  margin-top: 15px;
}
.p-goods-request .c-heading-02 {
  border-bottom: none;
}
.p-goods-request-top {
  margin-top: 0;
  padding: 30px 20px;
  background-color: #e3e3df;
}
@media screen and (min-width: 768px) {
  .p-goods-request-top {
    padding: 60px;
  }
}
.p-goods-request-top .c-heading-03 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-goods-request-top .c-heading-03 {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.03em;
  }
}
.p-goods-request-top__table {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-goods-request-top__table {
    margin-top: 40px;
  }
}
.p-goods-request-top__table th {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-goods-request-top__table .c-table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
  }
  .p-goods-request-top__table .c-table tr:last-child td {
    border-bottom: none;
  }
  .p-goods-request-top__table .c-table th, .p-goods-request-top__table .c-table td {
    display: block;
  }
  .p-goods-request-top__table .c-table th {
    padding-top: 13px;
    border-bottom: none;
  }
  .p-goods-request-top__table .c-table td {
    padding-bottom: 15px;
    line-height: 1.625;
  }
}
@media screen and (min-width: 768px) {
  .p-goods-request-top__table .c-table th, .p-goods-request-top__table .c-table td {
    padding: 13.5px 15px;
  }
  .p-goods-request-top__table .c-table th {
    width: 300px;
  }
}
.p-goods-request-top__table a {
  position: relative;
  padding-left: 23px;
}
.p-goods-request-top__table a:before {
  content: "▼";
  position: absolute;
  top: 50%;
  left: 0;
  color: #05698f;
  font-size: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.p-goods-request-main {
  padding: 0 20px 35px;
  background-color: #efefeb;
}
@media screen and (min-width: 768px) {
  .p-goods-request-main {
    padding: 60px;
  }
}
.p-goods-request-main .c-heading-03 {
  line-height: 1;
}
.p-goods-request-main .c-heading-03 + * {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-goods-request-main .c-heading-03 + * {
    margin-top: 33px;
  }
}
.p-goods-request-main .l-section {
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-goods-request-main .l-section {
    padding-top: 60px;
  }
}
.p-goods-request-main .l-section + .l-section {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 4px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-goods-request-main .l-section + .l-section {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-goods-request-main .l-section:first-child {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-goods-request-main .l-section:last-child .c-table th {
    width: 300px;
  }
}
.p-goods-request-main .c-text {
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-goods-request-main .c-text {
    line-height: 1.875;
  }
}
@media screen and (min-width: 768px) {
  .p-goods-request-main .c-text + .c-list, .p-goods-request-main .c-text + .c-list--small {
    margin-top: 30px;
  }
  .p-goods-request-main .c-text + .c-list li + li, .p-goods-request-main .c-text + .c-list--small li + li {
    margin-top: 20px;
  }
}
.p-goods-request-main .c-link-arrow {
  font-size: 1.4rem;
  line-height: 1.42857;
}
@media screen and (min-width: 768px) {
  .p-goods-request-main .c-link-arrow {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.p-goods-request-main .c-link-arrow:before {
  top: 3px;
}
@media screen and (min-width: 768px) {
  .p-goods-request-main .c-link-arrow:before {
    top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods-request-main .c-table {
    width: 100%;
    margin: 20px 0 0;
    border-spacing: 0;
  }
  .p-goods-request-main .c-table tr:last-child td {
    padding-bottom: 0;
    border-bottom: none;
  }
  .p-goods-request-main .c-table th, .p-goods-request-main .c-table td {
    display: block;
  }
  .p-goods-request-main .c-table th {
    margin-top: 20px;
    border-bottom: none;
    font-weight: bold;
    line-height: 1;
  }
  .p-goods-request-main .c-table td {
    margin-top: 10px;
    padding-bottom: 15px;
    line-height: 1.625;
  }
}
@media screen and (min-width: 768px) {
  .p-goods-request-main .c-table th, .p-goods-request-main .c-table td {
    padding: 13.5px 15px;
  }
  .p-goods-request-main .c-table th {
    width: 200px;
    font-weight: bold;
    vertical-align: top;
  }
}
.p-goods-request-main .p-tab__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 57px;
  padding-left: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #e3e3df;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-goods-request-main .p-tab__trigger {
    display: none;
  }
}
.p-goods-request-main .p-tab__trigger:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22.5px;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23333'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat right center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.p-goods-request-main .p-tab__trigger.is-active {
  background-color: #fff;
}
.p-goods-request-main .p-tab__trigger.is-active:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p-goods-request-main .p-tab__trigger:nth-of-type(3) {
  height: 55px;
  border-bottom: none;
}
.p-goods-request-main .p-tab__trigger:nth-of-type(3).is-active {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-goods-request-main .p-tab__body {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-goods-request-main .p-tab__navi {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-goods-request-main .p-tab__block {
    display: block;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
}
.p-goods-request-main .p-tab__block-inner {
  padding: 20px;
}
.p-goods-request-main .p-tab__block-inner .c-text {
  line-height: 1.625;
}
.p-goods-request-main .p-tab + .c-list, .p-goods-request-main .p-tab + .c-list--small {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .p-info__head {
    min-width: 8em;
    padding-right: 1em;
  }
}
.p-info__body {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-info__body {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}
* + .p-info {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  * + .p-info {
    margin-top: 20px;
  }
}
.p-info__item + .p-info__item {
  margin-top: 10px;
}
.p-information-bottom {
  margin-top: 50px;
  padding: 50px 20px 75px;
  background-color: #efefeb;
}
@media screen and (min-width: 768px) {
  .p-information-bottom {
    margin-top: 100px;
    padding: 80px 40px 100px;
  }
}
.p-information-bottom__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.p-category-navi + .p-information-bottom {
  margin-top: 0;
}
.p-information-faq__title {
  padding-bottom: 20px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.7);
  color: #05698f;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-information-faq__title {
    padding-bottom: 40px;
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-information-faq__list {
  border-bottom: 4px solid rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) {
  .p-information-faq__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.p-information-faq__item {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-information-faq__item {
    width: 20%;
  }
}
.p-information-faq__item + .p-information-faq__item {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-information-faq__item + .p-information-faq__item {
    border-top: none;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
  }
}
.p-information-faq__item:nth-child(1) .p-information-faq__link:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%23777775'%3E%3Cpath d='M25 5A20 20 0 115 25 20.023 20.023 0 0125 5m0-5a25 25 0 1025 25A25 25 0 0025 0z'/%3E%3Cpath d='M33.816 34.9a1.493 1.493 0 01-1.043-.422L24.007 26a1.671 1.671 0 01-.507-1.129V13a1.5 1.5 0 113 0v11.234l8.359 8.09a1.5 1.5 0 01-1.043 2.576z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.p-information-faq__item:nth-child(2) .p-information-faq__link:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%23777775'%3E%3Cpath d='M25 0A17.722 17.722 0 008.018 22.753l.117.377s.765 4.347 15.731 26.263l.2.237a1.364 1.364 0 001.868 0l.2-.237C41.1 27.477 41.865 23.13 41.865 23.13l.117-.377A17.722 17.722 0 0025 0zm0 26.444a8.734 8.734 0 118.734-8.733A8.733 8.733 0 0125 26.444z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.p-information-faq__item:nth-child(3) .p-information-faq__link:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%23777775'%3E%3Cpath d='M25 0a25 25 0 1025 25A25 25 0 0025 0zm9.206 22.909a1.585 1.585 0 011.534 1.606 1.617 1.617 0 01-1.534 1.642h-5.961L27 27.941v1.428h7.138a1.694 1.694 0 011.606 1.713 1.661 1.661 0 01-1.606 1.677H27v4.89a2.285 2.285 0 01-2.284 2.32 2.315 2.315 0 01-2.32-2.32v-4.89H15.5a1.661 1.661 0 01-1.6-1.677 1.694 1.694 0 011.6-1.713h6.888v-1.428l-1.035-1.784h-5.92a1.617 1.617 0 01-1.533-1.642 1.585 1.585 0 011.535-1.606h3.355l-4.854-7.281a2.373 2.373 0 011.927-3.676 2.5 2.5 0 012.248 1.321L25 24.229l6.5-10.921a2.4 2.4 0 012.1-1.356 2.33 2.33 0 012 3.534l-5.1 7.423z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.p-information-faq__item:nth-child(4) .p-information-faq__link:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49.985' height='49.989' fill='%23777775'%3E%3Cpath d='M23.953 32.669h-18V5.953h26.716v4.425a11.651 11.651 0 015.911-1.614h.042V0H0v38.622h23.49V35.3a7.651 7.651 0 01.463-2.631zM45.985 31.3h-14.81a4.038 4.038 0 00-4 4v12.689a2 2 0 002 2h18.81a2 2 0 002-2V35.3a4 4 0 00-4-4z'/%3E%3Cpath d='M38.58 28.55h.042a8.049 8.049 0 000-16.1h-.042a8.051 8.051 0 000 16.1z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.p-information-faq__item:nth-child(5) .p-information-faq__link:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50.029' fill='%23777775'%3E%3Ccircle cx='35.5' cy='6' r='6'/%3E%3Ccircle cx='14.5' cy='6' r='6'/%3E%3Cpath d='M44 21.978v-3.932a4 4 0 00-4-4h-9a4 4 0 00-4 4v3.932h-4v-3.932a4 4 0 00-4-4h-9a4 4 0 00-4 4v3.932H0v28.051h6V27.978h21v4.966a2 2 0 002 2h1.5v13.085a2 2 0 002 2h6a2 2 0 002-2V34.944H42a2 2 0 002-2v-4.966h6v-6z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.p-information-faq__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 75px;
  padding: 0 0 0 59px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-information-faq__link {
    display: block;
    height: auto;
    padding: 100px 0 0;
    text-align: center;
  }
  html[lang="en"] .p-information-faq__link {
    line-height: 1.4;
  }
}
.p-information-faq__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-information-faq__link:before {
    top: 0;
    left: 50%;
    width: 70px;
    height: 70px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-information-faq__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 12px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23120700'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat right center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-information-faq__link:after {
    display: none;
  }
}
.category-faq .p-information-faq__link:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-information-faq__link br {
    display: none;
  }
}
.p-information-inquiry {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-information-inquiry {
    margin-top: 30px;
  }
}
.p-information-inquiry__title {
  position: relative;
  padding-bottom: 24px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-information-inquiry__title {
    padding-bottom: 29px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-information-inquiry__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 4px;
  background-color: #05698f;
}
@media screen and (min-width: 768px) {
  .p-information-inquiry__title:before {
    left: 50%;
    width: 30px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-information-inquiry__main {
  margin-top: 30px;
  padding: 0 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-information-inquiry__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding: 60px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-information-inquiry__phone, .p-information-inquiry__form {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p-information-inquiry__phone, .p-information-inquiry__form {
    width: 50%;
    padding: 0;
  }
}
.p-information-inquiry__phone {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-information-inquiry__phone {
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
  }
}
.p-information-inquiry__form .c-button-group {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-information-inquiry__form .c-button-group {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-information-inquiry__form .c-button, .p-information-inquiry__form .c-button-auto, .p-information-inquiry__form .c-button-small, .p-information-inquiry__form .c-button-middle, .p-information-inquiry__form .c-button-large, .p-information-inquiry__form .c-button-more {
    margin: 0 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-information-inquiry__form .c-button, .p-information-inquiry__form .c-button-auto, .p-information-inquiry__form .c-button-small, .p-information-inquiry__form .c-button-middle, .p-information-inquiry__form .c-button-large, .p-information-inquiry__form .c-button-more {
    width: 300px;
  }
}
.p-information-inquiry__text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-information-inquiry__text {
    font-size: 2.2rem;
    letter-spacing: 0.03em;
  }
}
.p-information-inquiry__number {
  margin-top: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-information-inquiry__number {
    margin-top: 30px;
    font-size: 2.8rem;
  }
}
.p-information-inquiry__number-link {
  display: inline-block;
  position: relative;
  padding-left: 38px;
}
@media screen and (min-width: 768px) {
  .p-information-inquiry__number-link {
    padding-left: 45px;
  }
}
.p-information-inquiry__number-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25.5px;
  height: 25.5px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='535.967' height='535.997' viewBox='0 0 401.974 401.999' fill='%237f7f7f'%3E%3Cpath d='M401.119 311.475q-1.706-5.139-21.7-15.129-5.415-3.147-15.41-8.566t-18.13-10q-8.148-4.567-15.276-8.846-1.14-.856-7.136-5a80.238 80.238 0 00-10.14-6.14 18.692 18.692 0 00-8.138-2q-5.709 0-14.268 8.135a139.011 139.011 0 00-15.7 17.706 172.13 172.13 0 01-15.126 17.7q-8 8.141-13.135 8.138a19.419 19.419 0 01-6.427-1.424c-2.566-.951-4.518-1.766-5.858-2.423s-3.607-2-6.845-4-5.048-3.094-5.428-3.285q-39.112-21.7-67.093-49.676t-49.676-67.1q-.285-.571-3.284-5.424t-4-6.854a61.872 61.872 0 01-2.425-5.852 19.318 19.318 0 01-1.427-6.424q0-5.136 8.138-13.134a171.95 171.95 0 0117.7-15.128 138.949 138.949 0 0017.7-15.7q8.136-8.567 8.136-14.273a18.642 18.642 0 00-2-8.137 79.364 79.364 0 00-6.131-10.129q-4.143-6-5-7.139-4.278-7.132-8.848-15.271t-10-18.131q-5.422-9.987-8.564-15.415Q95.647 2.573 90.506.859a15.99 15.99 0 00-6-.859Q76.8 0 64.382 2.856a113.06 113.06 0 00-19.558 6Q30.549 14.845 14.56 43.678 0 70.51 0 96.78a110.258 110.258 0 001 14.989 123.178 123.178 0 003.57 16.418q2.568 9.135 4.137 13.56t5.852 15.845q4.278 11.421 5.138 13.988a258.606 258.606 0 0023.7 49.964q22.545 36.543 61.521 75.521t75.517 61.526a259 259 0 0049.965 23.7q2.571.852 13.986 5.141t15.845 5.852q4.423 1.572 13.559 4.145A124.273 124.273 0 00290.2 401a111.7 111.7 0 0014.989 1q26.262 0 53.105-14.562 28.828-15.984 34.823-30.269a112.438 112.438 0 006-19.555q2.863-12.417 2.857-20.126a15.919 15.919 0 00-.855-6.013z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-information-inquiry__number-link:before {
    width: 30px;
    height: 30px;
  }
}
.p-information-inquiry__number-info {
  margin-top: 16px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-information-inquiry__number-info {
    margin-top: 20px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .p-information__main {
    width: 660px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-information-index {
  margin-top: 50px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-information-index {
    width: 50%;
    margin-top: 80px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-information-index__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1246px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
.p-information-index__title {
  color: #05698f;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-information-index__title {
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-information-index__figure {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-information-index__figure {
    margin-top: 40px;
  }
}
.p-information-index__link {
  display: block;
}
.p-information-index-nav {
  margin-top: 20px;
}
.p-information-index-nav__item {
  height: 65px;
}
.p-information-index-nav__item + .p-information-index-nav__item {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-information-index-nav__item.is-empty {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-information-index-nav__item.is-empty {
    border: 2px solid #efefeb;
  }
}
.p-information-index-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  padding-left: 42px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #efefeb;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-information-index-nav__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 7px;
  height: 12px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat left center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*↓2025.1.21コメントアウト*/
/*
.p-information-visit-top {
  padding: 50px 20px 0;
}
*/
@media screen and (min-width: 768px) {
  .p-information-visit-top {
    padding: 60px 40px 0;
  }
}
.p-information-visit-top__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.p-information-access {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-information-access {
    padding-top: 80px;
  }
}
.p-information-access__title {
  padding: 0 0 20px 20px;
  color: #05698f;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-information-access__title {
    padding: 0 0 40px;
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-information-access__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e3e3df;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-information-access__navi {
    display: none;
  }
}
.p-information-access__item:nth-of-type(1) a:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%2371716f'%3E%3Cpath d='M7.273 50H0l11.339-8.171h7.273L7.273 50zM38.661 41.829h-7.273L42.727 50H50l-11.339-8.171zM25 0C15.154 0 7.173 4.313 7.173 9.634v25.415a4 4 0 004 4h27.654a4 4 0 004-4V9.634C42.827 4.313 34.846 0 25 0zM13.985 34.737a2.5 2.5 0 112.5-2.5 2.5 2.5 0 01-2.5 2.5zm22.03 0a2.5 2.5 0 112.5-2.5 2.5 2.5 0 01-2.5 2.5zm2.5-14.034a2 2 0 01-2 2h-23.03a2 2 0 01-2-2v-8.74a2 2 0 012-2h23.03a2 2 0 012 2z'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}
.p-information-access__item:nth-of-type(2) a:before {
  background: url("/assets/image/ico/ico_car_01.svg") no-repeat;
  background-size: cover;
}
.p-information-access__item:nth-of-type(3) a:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50.094' height='50' fill='%2371716f'%3E%3Cpath d='M48.656 1.345a4.59 4.59 0 00-6.493 0l-9.415 9.414L5.3 4.749a1.525 1.525 0 00-1.41.413L1.276 7.776a1.531 1.531 0 00.406 2.456l21.17 10.423L11.37 32.137l-8.564-1.1a1.6 1.6 0 00-.195-.013 1.531 1.531 0 00-1.082.449L.448 32.55a1.531 1.531 0 00.276 2.383l8.851 5.492 5.492 8.851a1.534 1.534 0 001.125.714 1.484 1.484 0 00.176.01 1.534 1.534 0 001.082-.448l1.08-1.081a1.526 1.526 0 00.436-1.277l-1.1-8.565 11.479-11.481 10.423 21.17a1.532 1.532 0 001.124.834 1.505 1.505 0 00.25.02 1.527 1.527 0 001.082-.448l2.614-2.614a1.53 1.53 0 00.413-1.41l-6.01-27.448 9.415-9.414a4.591 4.591 0 000-6.493z'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}
.p-information-access__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 248px;
  height: 60px;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-information-access__link:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.p-information-access__link.is-active {
  background-color: #efefeb;
}
.p-information-access__contents {
  background-color: #efefeb;
}
.p-information-access__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 57px;
  padding-left: 60px;
  border-bottom: 2px solid #d7d7d3;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #e3e3df;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-information-access__trigger {
    display: none;
  }
}
.p-information-access__trigger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-information-access__trigger:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 12px;
    margin-top: -6px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23333'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat right center;
    background-size: contain;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
.p-information-access__trigger.is-active {
  background-color: #efefeb;
}
@media screen and (max-width: 767px) {
  .p-information-access__trigger.is-active:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.p-information-access__trigger:nth-of-type(1):before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%2371716f'%3E%3Cpath d='M7.273 50H0l11.339-8.171h7.273L7.273 50zM38.661 41.829h-7.273L42.727 50H50l-11.339-8.171zM25 0C15.154 0 7.173 4.313 7.173 9.634v25.415a4 4 0 004 4h27.654a4 4 0 004-4V9.634C42.827 4.313 34.846 0 25 0zM13.985 34.737a2.5 2.5 0 112.5-2.5 2.5 2.5 0 01-2.5 2.5zm22.03 0a2.5 2.5 0 112.5-2.5 2.5 2.5 0 01-2.5 2.5zm2.5-14.034a2 2 0 01-2 2h-23.03a2 2 0 01-2-2v-8.74a2 2 0 012-2h23.03a2 2 0 012 2z'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}
.p-information-access__trigger:nth-of-type(2):before {
  background: url("/assets/image/ico/ico_car_01.svg") no-repeat;
  background-size: cover;
}
.p-information-access__trigger:nth-of-type(3) {
  height: 55px;
  border-bottom: none;
}
.p-information-access__trigger:nth-of-type(3).is-active {
  border-bottom: 2px solid #d7d7d3;
}
.p-information-access__trigger:nth-of-type(3):before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50.094' height='50' fill='%2371716f'%3E%3Cpath d='M48.656 1.345a4.59 4.59 0 00-6.493 0l-9.415 9.414L5.3 4.749a1.525 1.525 0 00-1.41.413L1.276 7.776a1.531 1.531 0 00.406 2.456l21.17 10.423L11.37 32.137l-8.564-1.1a1.6 1.6 0 00-.195-.013 1.531 1.531 0 00-1.082.449L.448 32.55a1.531 1.531 0 00.276 2.383l8.851 5.492 5.492 8.851a1.534 1.534 0 001.125.714 1.484 1.484 0 00.176.01 1.534 1.534 0 001.082-.448l1.08-1.081a1.526 1.526 0 00.436-1.277l-1.1-8.565 11.479-11.481 10.423 21.17a1.532 1.532 0 001.124.834 1.505 1.505 0 00.25.02 1.527 1.527 0 001.082-.448l2.614-2.614a1.53 1.53 0 00.413-1.41l-6.01-27.448 9.415-9.414a4.591 4.591 0 000-6.493z'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-information-access__body {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
  .p-information-access__body[style^="max-height"] + .p-information-access__trigger {
    border-top: 2px solid #d7d7d3;
  }
}
@media screen and (min-width: 768px) {
  .p-information-access__body {
    display: none;
  }
  .p-information-access__body.is-active {
    display: block;
    max-height: none !important;
    padding: 80px 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-information-access__body-inner {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-information-access__body-inner {
    max-width: 1046px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-information-access__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-information-access__left {
    width: 28.68%;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-information-access__left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media screen and (min-width: 768px) {
  .p-information-access__left-top {
    height: 50%;
    border-top: 2px solid rgba(0, 0, 0, 0.3);
  }
}
.p-information-access__left-bottom {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-information-access__left-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50%;
    margin-top: 0;
    padding-top: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}
@media screen and (min-width: 768px) {
  .p-information-access__left-car {
    height: 100%;
    padding-top: 40px;
    border-top: 2px solid rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }
}
.p-information-access__left-item {
  font-weight: bold;
  line-height: 1.625;
}
.p-information-access__left-item + .p-information-access__left-item {
  margin-top: 10px;
}
.p-information-access__left-link {
  position: relative;
  padding-left: 17px;
}
.p-information-access__left-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 12px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat left center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-information-access__left-link.is-active {
  opacity: 0.8;
}
.p-information-access__heading {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-information-access__text {
  margin-top: 20px;
  line-height: 1.625;
}
.p-information-access__text-note {
  display: table;
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.78571;
}
@media screen and (min-width: 768px) {
  .p-information-access__text-note {
    font-size: 1.2rem;
    line-height: 1.83333;
  }
}
.p-information-access__text-note:before {
  content: "※";
  display: table-cell;
}
@media screen and (max-width: 767px) {
  .p-information-access__right {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-information-access__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.p-information-access__gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.41791%;
}
.p-information-access__gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.p-information-access__map {
  display: none;
}
.p-information-access__map.is-active {
  display: block;
}
.p-information-access__address {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-information-access__address {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-information-access__address-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-information-access__address-heading {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-information-access__address-heading {
    margin-right: 1em;
  }
}
.p-information-access__address-text {
  margin-top: 15px;
  line-height: 1.625;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-information-access__address-text {
    margin-top: 0;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-information-access__address-text span {
    padding-right: 1em;
  }
}
.p-information-access__address-pdf {
  position: relative;
  margin-top: 20px;
  padding-top: 27px;
  text-align: center;
}
.p-information-access__address-pdf:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-information-access__address-link {
  position: relative;
  margin: 0 auto;
  padding-left: 17px;
  font-weight: bold;
}
.p-information-access__address-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 12px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat left center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
* {
  min-width: 0;
  min-height: 0;
}
.p-information-access-slider {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-information-access-slider {
    height: 476px;
  }
  .p-information-access-slider img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-information-access-slider .slick-slide {
    width: 716px !important;
  }
}
.p-information-access-slider__figure {
  overflow: hidden;
  position: relative;
}
.p-information-access-slider__figure--overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.p-information-access-slider__photo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 265px;
  -webkit-transition: margin-left 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin-left 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-information-access-slider__photo {
    width: 556px;
  }
}
.p-information-access-slider__label {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  padding-top: 6px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background-color: #0d3672;
}
@media screen and (min-width: 768px) {
  .p-information-access-slider__label {
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    padding-top: 13px;
    font-size: 2.4rem;
  }
}
.p-information-access-slider__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1.625;
  letter-spacing: 0.05em;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-information-access-slider__text {
    display: none;
  }
}
.p-information-access-slider__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1.625;
  background-color: #333;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-information-access-slider__caption {
    display: none;
  }
}
.p-information-access-slider .Slider__direct {
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 40px;
  height: 50px;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-information-access-slider .Slider__direct {
    width: 50px;
    margin-top: -25px;
  }
}
.p-information-access-slider .Slider__direct--prev {
  left: -20px;
  margin: -40px 0 0 !important;
  background: #efefeb url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55.676' height='106.9' viewBox='0 0 41.758 80.174' fill='%23807b75'%3E%3Cpath d='M0 40.087a4.993 4.993 0 011.282-3.343L34.322 0l7.436 6.687-30.033 33.4 30.033 33.4-7.436 6.686L1.282 43.43A4.989 4.989 0 010 40.087z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 11px 20px;
}
@media screen and (min-width: 768px) {
  .p-information-access-slider .Slider__direct--prev {
    left: 0;
    margin-top: 0 !important;
  }
}
.p-information-access-slider .Slider__direct--next {
  right: -20px;
  margin: -40px 0 0 !important;
  background: #efefeb url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23807b75'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 11px 20px;
}
@media screen and (min-width: 768px) {
  .p-information-access-slider .Slider__direct--next {
    right: 0;
    margin-top: 0 !important;
  }
}
.p-information-access-slider .Slider__slide--right .p-information-access-slider__photo {
  margin-left: 20%;
}
.p-information-access-slider .Slider__slide--left .p-information-access-slider__photo {
  margin-left: -20%;
}
.p-information-access-mslider {
  height: 475px;
}
@media screen and (max-width: 767px) {
  .p-information-access-mslider {
    height: calc((100vw - 40px) * 475 / 716 + 80px);
  }
}
.p-information-floor-map {
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .p-information-floor-map {
    padding: 60px 40px 80px;
  }
}
.p-information-floor-map__heading {
  position: relative;
  padding-bottom: 25px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-information-floor-map__heading {
    padding-bottom: 28px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-information-floor-map__heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 4px;
  background-color: #05698f;
}
@media screen and (min-width: 768px) {
  .p-information-floor-map__heading:before {
    left: 50%;
    width: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-information-floor-map-slider {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-information-floor-map-slider {
    margin-top: 40px;
  }
}
.p-information-floor-map-slider__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-information-floor-map-slider__item {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 768px) {
  .p-information-floor-map-slider__figure {
    max-width: 743px;
    margin: 0 auto;
  }
}
.p-information-floor-map-slider__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-information-floor-map-slider__main {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.p-information-floor-map-slider__heading {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 2px solid rgba(0, 0, 0, 0.3);
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-information-floor-map-slider__heading {
    margin-right: 20px;
    padding-right: 20px;
    font-size: 4rem;
  }
}
.p-information-floor-map-slider__text {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-information-floor-map-slider__text {
    font-size: 2.2rem;
  }
}
.p-information-floor-map-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-information-floor-map-slider .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.p-information-floor-map-slider .slick-dots li {
  padding: 0 7.5px;
}
@media screen and (min-width: 768px) {
  .p-information-floor-map-slider .slick-dots li {
    padding: 0;
  }
  .p-information-floor-map-slider .slick-dots li + li {
    margin-left: 30px;
  }
}
.p-information-floor-map-slider .slick-dots li.slick-active button {
  color: #fff;
  background-color: #05698f;
}
.p-information-floor-map-slider .slick-dots button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #efefeb;
}
@media screen and (min-width: 768px) {
  .p-information-floor-map-slider .slick-dots button {
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
  }
}
.p-information-floor-map-slider .slick-dots button:after {
  content: "F";
}
.p-information-floor-map-slider .slick-arrow {
  overflow: hidden;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}
@media screen and (min-width: 768px) {
  .p-information-floor-map-slider .slick-arrow {
    bottom: 248px;
    width: 50px;
    height: 50px;
  }
}
.p-information-floor-map-slider .slick-prev {
  left: -10px;
  margin-left: 0 !important;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55.676' height='106.9' viewBox='0 0 41.758 80.174' fill='%23807b75'%3E%3Cpath d='M0 40.087a4.993 4.993 0 011.282-3.343L34.322 0l7.436 6.687-30.033 33.4 30.033 33.4-7.436 6.686L1.282 43.43A4.989 4.989 0 010 40.087z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 11px 20px;
}
@media screen and (min-width: 768px) {
  .p-information-floor-map-slider .slick-prev {
    left: 0;
    background-color: #efefeb;
  }
}
.p-information-floor-map-slider .slick-next {
  right: -10px;
  margin-right: 0 !important;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23807b75'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 11px 20px;
}
@media screen and (min-width: 768px) {
  .p-information-floor-map-slider .slick-next {
    right: 0;
    background-color: #efefeb;
  }
}
.p-information-floor-guide {
  background-color: #efefeb;
}
.p-information-floor-guide__heading {
  border-bottom: 4px solid #fff;
}
.p-information-floor-guide__row:nth-of-type(2) {
  margin-top: 24px;
  padding-top: 30px;
  border-top: 4px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-information-floor-guide__row:nth-of-type(2) {
    margin-top: 53px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-information-floor-guide__row:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-information-floor-guide__row:nth-of-type(2) .c-figure {
    position: relative;
    width: 62.52144%;
    margin-left: 50px;
    background-color: #f5f5f5;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-information-floor-guide__row:nth-of-type(2) .c-figure picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-information-floor-guide__row:nth-of-type(2) .c-figure picture > * {
    width: 100%;
    height: 100%;
    font-family: "object-fit: contain;";
    -o-object-fit: contain;
    object-fit: contain;
  }
  .p-information-floor-guide__row:nth-of-type(2) .p-information-floor-guide__main {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.p-information-floor-guide__row:nth-of-type(3) {
  margin-top: 30px;
  border-top: 4px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-information-floor-guide__row:nth-of-type(3) {
    margin-top: 60px;
    padding-top: 30px;
  }
}
.p-information-floor-guide .c-button, .p-information-floor-guide .c-button-auto, .p-information-floor-guide .c-button-small, .p-information-floor-guide .c-button-middle, .p-information-floor-guide .c-button-large, .p-information-floor-guide .c-button-more {
  margin: 0;
}
.p-information-floor-guide .c-button + a, .p-information-floor-guide .c-button-auto + a, .p-information-floor-guide .c-button-small + a, .p-information-floor-guide .c-button-middle + a, .p-information-floor-guide .c-button-large + a, .p-information-floor-guide .c-button-more + a {
  margin-top: 20px;
}
.p-information-floor-guide .c-button-group {
  margin: 13px auto 0;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media screen and (min-width: 768px) {
  .p-information-floor-guide .c-button-group {
    margin-top: 34px;
  }
}
.p-information-floor-guide__title {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
}
.p-information-floor-guide__title + .c-text {
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .p-information-floor-guide__main .p-information-floor-guide__title {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-information-floor-guide .l-row {
    margin-right: -25px;
    margin-left: -25px;
  }
}
@media screen and (min-width: 768px) {
  .p-information-floor-guide [class^="l-col-"] {
    padding: 0 25px;
  }
}
.p-information-facilities {
  padding: 50px 20px 0;
}
@media screen and (min-width: 768px) {
  .p-information-facilities {
    padding: 80px 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-information-facilities__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-information-facilities__list + .p-information-facilities__list {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-information-facilities__list + .p-information-facilities__list {
    margin-top: 60px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-information-facilities__item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-information-facilities__item > h3 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-information-facilities__item + .p-information-facilities__item {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px) {
  .p-information-facilities__item:nth-child(odd) {
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-information-facilities__item:nth-child(even) {
    padding-left: 25px;
  }
}
.p-information-facilities__title {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-information-facilities__title {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
}
.p-information-facilities__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-information-facilities__body {
    margin-top: 0;
  }
}
.p-information-facilities__body h3 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-information-facilities__body h3 {
    display: block;
  }
}
.p-information-facilities__figure {
  position: relative;
  width: calc(50% - 6.5px);
  margin-right: 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-information-facilities__figure {
    width: 200px;
    margin-right: 30px;
  }
}
.p-information-facilities__figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-information-facilities__figure:after {
  border: 2px solid #eee;
}
.p-information-facilities__figure:after {
  border: 1px solid #ccc;
}
.p-information-facilities__picture > * {
  width: 100%;
}
.p-information-facilities__text {
  margin-top: -2px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
html[lang="ja"] .p-information-facilities__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-information-facilities__text {
    margin-top: 19px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .p-information-shop-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-information-shop-main__figure {
    position: relative;
    width: 62.34991%;
    height: 395px;
    margin-right: 50px;
    background-color: #f5f5f5;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .p-information-shop-main__figure picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-information-shop-main__figure picture > * {
    width: 100%;
    height: 100%;
    font-family: "object-fit: contain;";
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.p-information-shop-main__body {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-information-shop-main__body {
    width: 390px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-information-shop-main__text {
  margin-top: 23px;
  line-height: 1.875;
}
html[lang="ja"] .p-information-shop-main__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-information-shop-main__text {
    margin-top: 0;
  }
}
.p-information-shop-main__list {
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .p-information-shop-main__list {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.p-information-shop-main__item {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-information-shop-main__item {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-information-shop-main__item + .p-information-shop-main__item {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-information-shop-main__item + .p-information-shop-main__item {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .p-information-cafe .p-information-shop-main__item:last-child {
    border-bottom: none;
  }
}
.p-information-shop-main__time, .p-information-shop-main__day, .p-information-shop-main__seat {
  position: relative;
  padding-left: 39px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.38889;
}
.p-information-shop-main__time:before, .p-information-shop-main__day:before, .p-information-shop-main__seat:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
.p-information-shop-main__time:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%237f7f7f'%3E%3Cpath d='M25 5A20 20 0 115 25 20.023 20.023 0 0125 5m0-5a25 25 0 1025 25A25 25 0 0025 0z'/%3E%3Cpath d='M33.816 34.9a1.493 1.493 0 01-1.043-.422L24.007 26a1.671 1.671 0 01-.507-1.129V13a1.5 1.5 0 113 0v11.234l8.359 8.09a1.5 1.5 0 01-1.043 2.576z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.p-information-shop-main__day:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%237f7f7f'%3E%3Cpath d='M23.777 24.062h-.049L20.9 25.586l-.424-1.674 3.548-1.9H25.9v16.246h-2.123z'/%3E%3Cpath d='M0 0v50h38l12-12V0zm37.5 5A2.5 2.5 0 1135 7.5 2.5 2.5 0 0137.5 5zm-25 0A2.5 2.5 0 1110 7.5 2.5 2.5 0 0112.5 5zM45 35.929L35.929 45H5V15h40z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.p-information-shop-main__seat:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%237f7f7f'%3E%3Cpath d='M42.8 27.131H18.125L12.08 1.542v.024A2.007 2.007 0 009.694.047L6.765.7a2.006 2.006 0 00-1.519 2.384V3.06L11.9 31.39a3.5 3.5 0 003.417 2.741h.588L12.265 50h5.268l3.64-15.869h12.878L37.691 50h5.268l-3.641-15.869H42.8a2.006 2.006 0 002-2v-3a2.006 2.006 0 00-2-2z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.p-information-shop-main__seat span {
  padding-left: 35px;
  font-weight: normal;
}
.p-information-shop-main__data {
  margin-top: 15px;
  font-size: 1.8rem;
}
.p-information-shop-main__data span {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-information-shop-main__data span {
    font-size: 1.6rem;
  }
}
.p-information-shop__goods {
  position: relative;
  margin-top: 40px;
  padding-bottom: 24px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-information-shop__goods {
    margin-top: 80px;
    padding-bottom: 30px;
    font-size: 2.2rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-information-shop__goods + .p-exhibitions-detail-goods__list {
    margin-top: 40px;
  }
}
.p-information-shop__goods:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 4px;
  background-color: #05698f;
}
@media screen and (min-width: 768px) {
  .p-information-shop__goods:before {
    left: 50%;
    width: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-information-shop + .p-information-goods {
    margin-top: -30px;
  }
}
.p-information-cafe {
  margin-top: 0 !important;
  background-color: #efefeb;
}
@media screen and (max-width: 767px) {
  .p-information-cafe {
    padding-bottom: 30px;
  }
}
.p-information-cafe__heading {
  border-bottom: 4px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-information-cafe__heading {
    line-height: 1.40909;
  }
}
@media screen and (min-width: 768px) {
  .p-information-goods {
    margin-top: 0 !important;
  }
}
.p-information-goods__box {
  padding: 30px 15px;
  border: 5px solid #efefeb;
}
@media screen and (min-width: 768px) {
  .p-information-goods__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 38px 40px;
    border: 10px solid #efefeb;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-information-goods__heading {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-information-goods__heading {
    margin-right: 50px;
    font-size: 2.2rem;
  }
}
.p-information-goods__text {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-information-goods__text {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.p-information-goods .c-button-group {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .p-information-goods .c-button-group {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-information-goods .c-button, .p-information-goods .c-button-auto, .p-information-goods .c-button-small, .p-information-goods .c-button-middle, .p-information-goods .c-button-large, .p-information-goods .c-button-more {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-information-goods + .p-category-navi {
    padding-bottom: 50px;
  }
}
.p-inview {
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.p-inview.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .p-link {
    margin-top: 60px;
    margin-bottom: -54px;
  }
  .p-link [class^="l-col-"] {
    padding-bottom: 54px;
  }
}
.p-link__link {
  display: block;
}
.p-link__title {
  margin-top: 14px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
}
@media screen and (min-width: 768px) {
  .p-link__title {
    margin-top: 24px;
  }
}
.p-link__title:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 14px;
  margin-left: 10px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133.334' height='105.173' viewBox='0 0 100 78.88' fill='%23333'%3E%3Cpath d='M100 78.88H14.405v-9.098h76.497V13.55H100v65.33z'/%3E%3Cpath d='M0 0v60.781h81.046V0zm71.948 51.683H9.1V9.1h62.85z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .category-link .l-section:last-child {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 768px) {
  .category-link .l-section:last-child .p-link {
    padding-bottom: 20px;
  }
}
.p-more__item {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.p-more__item.is-active {
  opacity: 1;
  max-height: none;
}
.p-pagetop {
  opacity: 0;
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .p-pagetop {
    right: 25px;
    bottom: 25px;
  }
}
.is-top-events .p-pagetop {
  display: none;
}
.p-pagetop__trigger {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  padding-top: 3px;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .p-pagetop__trigger {
    width: 60px;
    height: 60px;
    padding-top: 8px;
    font-size: 1.4rem;
  }
}
.p-pagetop__trigger span {
  position: absolute;
  top: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-pagetop__trigger span {
    top: 28px;
  }
}
.p-pagetop__trigger::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 50%;
  width: 11px;
  height: 11px;
  background: url("/assets/image/ico/ico_arrow_right_01.svg") no-repeat center left;
  background-size: contain;
  -webkit-transform: rotate(-90deg) translate(0, -50%);
  transform: rotate(-90deg) translate(0, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .p-pagetop__trigger::before {
    top: 12px;
  }
}
.p-pagetop.is-active {
  opacity: 1;
}
.p-privacy {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-privacy__main {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-privacy__main--title {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .p-privacy__main--title {
    margin-bottom: 60px;
  }
}
.p-privacy__main .c-list__item--order {
  margin-top: 30px;
}
.p-prize, .p-article .p-prize {
  margin: 40px -20px;
  background-color: #efefeb;
}
@media screen and (min-width: 768px) {
  .p-prize, .p-article .p-prize {
    margin: 80px calc(50% - 50vw);
  }
}
.p-prize__section + .p-prize__section, .p-article .p-prize__section + .p-prize__section {
  margin-top: 30px;
  border-top: 4px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-prize__section + .p-prize__section, .p-article .p-prize__section + .p-prize__section {
    margin-top: 60px;
  }
}
.p-prize__title, .p-article .p-prize__title {
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 4px solid #fff;
  color: #05698f;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-prize__title, .p-article .p-prize__title {
    padding-bottom: 40px;
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-prize__heading, .p-article .p-prize__heading {
  position: relative;
  margin: 30px 0 0;
  padding-bottom: 24px;
  font-size: 2rem;
  font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 768px) {
  .p-prize__heading, .p-article .p-prize__heading {
    margin: 55px 0 0;
    padding-bottom: 28px;
    font-size: 2.2rem;
    
  }
}
.p-prize__heading:before, .p-article .p-prize__heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  background-color: #05698f;
/*
@media screen and (min-width: 768px) {
.p-prize__heading:before, .p-article .p-prize__heading:before {
*/
    left: 50%;
    width: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-pieces, .p-article .p-pieces {
    margin: 0 -15px;
  }
}
.p-pieces__item:before, .p-article .p-pieces__item:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-pieces__item, .p-article .p-pieces__item {
    width: 33.33%;
    margin-top: 30px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-pieces__item, .p-article .p-pieces__item {
    margin-top: 40px;
  }
}
.p-pieces__figure, .p-article .p-pieces__figure {
  position: relative;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
}
.p-pieces__figure:after, .p-article .p-pieces__figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-pieces__figure:after, .p-article .p-pieces__figure:after {
  border: 2px solid #eee;
}
.p-pieces__figure:after, .p-article .p-pieces__figure:after {
  border: 1px solid #ccc;
}
.p-pieces__title, .p-article .p-pieces__title {
  margin-top: 15px;
  font-weight: bold;
  line-height: 1.625;
}
.p-pieces__author, .p-article .p-pieces__author {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.85714;
}
.p-pieces__note, .p-article .p-pieces__note {
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 2.16667;
}
.p-pieces .c-button, .p-pieces .c-button-auto, .p-pieces .c-button-small, .p-pieces .c-button-middle, .p-pieces .c-button-large, .p-pieces .c-button-more, .p-article .p-pieces .c-button, .p-article .p-pieces .c-button-auto, .p-article .p-pieces .c-button-small, .p-article .p-pieces .c-button-middle, .p-article .p-pieces .c-button-large, .p-article .p-pieces .c-button-more {
  margin: 0;
}
.p-pieces .c-button-group, .p-article .p-pieces .c-button-group {
  margin: 30px 0 0;
  padding-top: 30px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-pieces .c-button-group, .p-article .p-pieces .c-button-group {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.p-pieces-single, .p-article .p-pieces-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-pieces-single, .p-article .p-pieces-single {
    margin: 0 -15px;
  }
}
.p-successful, .p-article .p-successful {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-successful, .p-article .p-successful {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-successful, .p-article .p-successful {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-successful__block, .p-article .p-successful__block {
  width: 50%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p-successful__block, .p-article .p-successful__block {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .p-successful__block:nth-child(1), .p-article .p-successful__block:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-successful__block:nth-child(1) > div, .p-article .p-successful__block:nth-child(1) > div {
    padding-bottom: 0;
    border-bottom: none;
  }
  .p-successful__block:nth-child(2), .p-article .p-successful__block:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .p-successful__block:nth-child(2) > div, .p-article .p-successful__block:nth-child(2) > div {
    padding-top: 10px;
    border-top: none;
  }
  .p-successful__block:nth-child(3), .p-article .p-successful__block:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-successful__block:nth-child(3) > div, .p-article .p-successful__block:nth-child(3) > div {
    padding-bottom: 0;
    border-bottom: none;
  }
  .p-successful__block:nth-child(4), .p-article .p-successful__block:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .p-successful__block:nth-child(4) > div, .p-article .p-successful__block:nth-child(4) > div {
    padding-top: 10px;
    border-top: none;
  }
}
.p-successful__block-in, .p-article .p-successful__block-in {
  height: 100%;
  padding: 17px 12px;
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.p-successful__block-in div, .p-article .p-successful__block-in div {
  line-height: 1.25;
}
.p-successful__block-in div + div, .p-article .p-successful__block-in div + div {
  margin-top: 10px;
}
.p-pulldown-link {
  position: relative;
  z-index: 2;
  width: 165px;
  height: 45px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-pulldown-link {
    width: 200px;
    height: 60px;
    font-size: 2.2rem;
  }
}
.p-pulldown-link__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 165px;
  height: 45px;
  padding-right: 45px;
  color: #05698f;
  font-weight: bold;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-pulldown-link__trigger {
    width: 200px;
    height: 60px;
    padding-right: 60px;
    cursor: pointer;
  }
}
.p-pulldown-link__trigger:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background-color: #05698f;
}
@media screen and (min-width: 768px) {
  .p-pulldown-link__trigger:before {
    width: 60px;
    height: 60px;
  }
}
.p-pulldown-link__trigger:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23fff'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 11px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-pulldown-link__trigger:after {
    width: 60px;
    height: 60px;
  }
}
.p-pulldown-link__trigger.is-active:before {
  background-color: #314f5a;
}
.p-pulldown-link__trigger.is-active:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p-pulldown-link__body {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  padding: 0 10px;
  background: url("/assets/image/common/bg_pulldown_01_sp.png") no-repeat bottom center;
  background-size: cover;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.p-pulldown-link__item {
  height: 47px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-pulldown-link__item {
    height: 62px;
  }
}
.p-pulldown-link__item + .p-pulldown-link__item {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.p-pulldown-link__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-main-header .p-pulldown-link {
    margin: 28px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .l-main-header .p-pulldown-link {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p-related-link {
  padding: 50px 20px;
  background-color: #efefeb;
}
@media screen and (min-width: 768px) {
  .p-related-link {
    padding: 80px 30px 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-related-link__inner {
    max-width: 1166px;
    margin: 0 auto;
  }
}
.p-related-link__title {
  color: #05698f;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-related-link__title {
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-related-link__list {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-related-link__list {
    margin-top: 40px;
  }
}
.p-related-link__item + .p-related-link__item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-related-link__item + .p-related-link__item {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-related-link__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .p-related-link__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 11px;
    height: 20px;
    margin-top: -10px;
    background: url("/assets/image/ico/ico_arrow_right_01.svg") no-repeat right center;
    background-size: contain;
  }
}
.p-related-link__figure {
  position: relative;
  background-color: #f5f5f5;
}
.p-related-link__figure:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-related-link__figure {
    width: 235px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-related-link__body {
  padding: 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-related-link__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 20% 35px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-related-link__name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-related-link__name {
    font-size: 2.2rem;
    line-height: 1;
  }
}
.p-related-link__date {
  margin-top: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-related-link__date {
    margin-top: 20px;
    line-height: 1;
  }
}
.p-related-link__text {
  margin-top: 16px;
  line-height: 1.625;
}
html[lang="ja"] .p-related-link__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-related-link__text {
    margin-top: 25px;
    letter-spacing: 0.05em;
  }
}
.p-search-form {
  padding: 37.5px 20px;
  background-color: #314f5a;
}
@media screen and (min-width: 768px) {
  .p-search-form {
    padding: 65px 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-search-form__inner {
    max-width: 450px;
    margin: 0 auto;
  }
}
.p-search-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-search-form__input {
  width: 1%;
  height: 45px;
  padding: 0 15px;
  color: #333;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  .p-search-form__input {
    height: 60px;
    padding: 0 20px;
    font-size: 2rem;
  }
}
.p-search-form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  background: #222 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133.334' height='133.315' viewBox='0 0 100 99.986' fill='%23fff'%3E%3Cpath d='M100 90.052L72.038 62.6a39.669 39.669 0 10-9.911 9.767l28.118 27.619zM39.649 65.406a25.86 25.86 0 1125.86-25.86 25.86 25.86 0 01-25.86 25.86z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 20px 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-search-form__button {
    width: 60px;
    height: 60px;
    background-size: 27px 27px;
  }
}
.p-search-result {
  padding: 50px 20px 0;
}
@media screen and (min-width: 768px) {
  .p-search-result {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-search-result__inner {
    max-width: 660px;
    margin: 0 auto;
  }
}
.p-search-result__heading {
  margin-top: -4.5px;
  color: #05698f;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.40909;
}
html[lang="ja"] .p-search-result__heading {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-search-result__heading {
    margin-top: -6px;
    font-size: 2.8rem;
    line-height: 1.42857;
    text-align: center !important;
    letter-spacing: 0.03em;
  }
}
.p-search-result__count {
  margin-top: 15.5px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-search-result__count {
    margin-top: 24px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-search-result__list {
  margin-top: 20px;
  border-top: 2px solid rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .p-search-result__list {
    margin-top: 40px;
  }
}
.p-search-result__item {
  display: none;
  padding: 24px 0 30px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.p-search-result__item.is-active {
  display: block;
}
.p-search-result__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
}
html[lang="ja"] .p-search-result__title {
  text-align: justify;
  text-justify: inter-ideograph;
}
.p-search-result__text {
  margin-top: 9px;
  line-height: 1.625;
}
html[lang="ja"] .p-search-result__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
.p-search-result__url {
  margin-top: 8px;
  color: #999;
  font-size: 1.4rem;
  line-height: 1.57143;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-search-result__url {
    line-height: 1.85714;
  }
}
.p-search-result__tag {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 19px;
  border: 1px solid #ddd;
  border-radius: 15px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-search-result__tag {
    padding: 5px 18px;
    border: 2px solid #ddd;
  }
}
.p-search-result .c-button-group {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-search-result .c-button-group {
    margin-top: 50px;
  }
}
.p-sitepolicy {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__main {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-sitepolicy__table {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__table {
    margin-top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__table .c-table {
    width: 100%;
    table-layout: auto;
  }
}
.p-sitepolicy__table .c-table thead th {
  padding: 12px 55px;
  text-align: left;
}
.p-sitepolicy__table .c-table tbody {
  width: 70%;
}
.p-sitepolicy__table .c-table tbody th, .p-sitepolicy__table .c-table tbody td {
  height: 57px;
  padding-right: 15px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-sitepolicy__table .c-table tbody th, .p-sitepolicy__table .c-table tbody td {
    padding-right: 10px;
  }
}
.p-sitepolicy__table .c-table tbody th {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__table .c-table tbody th {
    padding: 12px 15px;
    vertical-align: top;
  }
}
.p-sitepolicy__table .c-table tbody td {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__table .c-table tbody td {
    padding: 12px 55px;
  }
}
.p-sitepolicy__table--table01 .c-table thead th {
  width: 70%;
  padding: 12px 0;
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__table--table01 .c-table thead th {
    width: 80%;
  }
}
.p-sitepolicy__table--table01 .c-table thead th:first-of-type {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__table--table01 .c-table thead th:first-of-type {
    width: 20%;
    padding: 12px 15px;
  }
}
.p-sitepolicy__table--table01 .c-table tbody th, .p-sitepolicy__table--table01 .c-table tbody td {
  padding-right: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__table--table01 .c-table tbody th, .p-sitepolicy__table--table01 .c-table tbody td {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__table--table01 .c-table tbody th {
    width: 80px;
  }
}
.p-sitepolicy__table--table01 .c-table tbody td {
  width: 80%;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__table--table01 .c-table tbody td {
    padding: 12px 55px;
  }
}
.p-sitepolicy__table--table02 .c-table thead th {
  width: 50%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-sitepolicy__table--table02 .c-table tbody th, .p-sitepolicy__table--table02 .c-table tbody td {
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__table--table02 .c-table tbody th {
    width: 80px;
  }
}
.p-sitepolicy__table--table02 .c-table tbody td {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__table--table02 .c-table tbody td {
    padding: 12px 55px;
  }
}
@media screen and (max-width: 767px) {
  .p-sitepolicy__table--table02 .l-row {
    display: block;
  }
}
.p-sitepolicy__link {
  display: block;
  position: relative;
  padding-left: 18px;
}
.p-sitepolicy__link:before {
  content: "▶︎";
  position: absolute;
  top: 50%;
  left: 0;
  color: #05698f;
  font-size: 1rem;
  -webkit-transform: scale(0.8) translateY(-50%);
  transform: scale(0.8) translateY(-50%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.p-sitepolicy__link--head {
  margin-bottom: 30px;
}
.p-sitepolicy__list--syamei {
  margin: 25px 0 25px 23px;
  color: #f03;
}
.p-sitepolicy__browser .c-heading-03 {
  margin: 40px 0 20px;
}
.p-sitepolicy__browser .l-row {
  height: 100%;
}
.p-sitepolicy__adobe .l-col-3-md, .p-sitepolicy__adobe .l-col-9-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-sitepolicy__adobe .l-col-3-md {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-sitepolicy-panel + .c-list, .p-sitepolicy-panel + .c-list--small {
    margin-top: 15px;
  }
}
.p-sitepolicy-panel01 {
  margin-top: 23px;
  padding: 30px 20px;
  text-align: left;
  background-color: #efefeb;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy-panel01 {
    margin-top: 53px;
    padding: 40px;
  }
}
.p-sitepolicy-panel01__title {
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy-panel01 .c-list, .p-sitepolicy-panel01 .c-list--small {
    margin-top: 23px;
  }
}
@media screen and (min-width: 768px) {
  .p-sitepolicy-panel01 .c-button-group {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-slider {
    padding: 0;
  }
}
.p-slider .slick-arrow {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  white-space: nowrap;
  text-indent: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  .p-slider .slick-arrow {
    width: 80px;
    height: 80px;
  }
}
.p-slider .slick-prev {
  left: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55.676' height='106.9' viewBox='0 0 41.758 80.174' fill='%23e39600'%3E%3Cpath d='M0 40.087a4.993 4.993 0 011.282-3.343L34.322 0l7.436 6.687-30.033 33.4 30.033 33.4-7.436 6.686L1.282 43.43A4.989 4.989 0 010 40.087z'/%3E%3C/svg%3E");
  background-position: left center;
}
@media screen and (min-width: 1024px) {
  .p-slider .slick-prev {
    left: -80px;
  }
}
.p-slider .slick-next {
  right: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23e39600'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E");
  background-position: right center;
}
@media screen and (min-width: 1024px) {
  .p-slider .slick-next {
    right: -80px;
  }
}
.p-slider-collection__item {
  padding: 0 15px;
}
.p-slider-collection__item-link {
  display: block;
}
.p-slider-collection__picture {
  position: relative;
}
.p-slider-collection__picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-slider-collection__picture > * {
  width: auto !important;
}
.p-slider-collection__image {
  height: 357px;
}
@media screen and (min-width: 768px) {
  .p-slider-collection__image {
    height: 470px;
  }
}
.p-slider-collection .slick-arrow {
  opacity: 0.5;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  width: 11px;
  height: 20px;
  margin-top: -10px;
  white-space: nowrap;
  text-indent: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .p-slider-collection .slick-arrow:hover {
    opacity: 1;
  }
}
.p-slider-collection .slick-prev {
  left: 50%;
  background: url("/assets/image/ico/ico_arrow_left_01.svg") no-repeat left center;
  background-size: contain;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}
.p-slider-collection .slick-next {
  right: 50%;
  background: url("/assets/image/ico/ico_arrow_right_01.svg") no-repeat right center;
  background-size: contain;
  -webkit-transition: margin-right 0.3s;
  transition: margin-right 0.3s;
}
.p-slider-collection .slick-slide:not(.slick-current) {
  opacity: 0.5;
}
.p-sns {
  z-index: 1;
  padding: 50px 20px;
  background-color: #efefeb;
}
@media screen and (min-width: 768px) {
  .p-sns {
    padding: 50px 30px;
  }
}
.p-sns__inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-sns__inner {
    max-width: 1166px;
    margin: 0 auto;
  }
}
.p-sns__title {
  position: relative;
  padding-bottom: 27px;
  font-size: 2rem;
  font-weight: bold;
}
.p-sns__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: #b6b6b3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-sns__list {
    margin-left: -25px;
  }
}
@media screen and (min-width: 768px) {
  .p-sns__item {
    width: 120px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-sns__item {
    margin-left: 25px;
  }
}
.p-sns__item:nth-child(1) {}
.p-sns__item:nth-child(1) .p-sns__link {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='361.24mm' height='361.24mm' viewBox='0 0 1023.987 1023.987' fill='%23777775'%3E%3Cpath d='M1023.994 512c0-282.77-229.23-512-512-512s-512 229.23-512 512c0 255.554 187.231 467.37 432 505.778V660h-130V512h130V399.2c0-128.32 76.439-199.2 193.389-199.2 56.019 0 114.611 10 114.611 10v126h-64.563c-63.6 0-83.437 39.467-83.437 79.957V512h142l-22.7 148h-119.3v357.778c244.769-38.408 432-250.224 432-505.778z'/%3E%3C/svg%3E");
  background-size: contain;
}
/*　Twitter X　*/
/*
.p-sns__item:nth-child(2) .p-sns__link {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='533.333' height='533.333' viewBox='0 0 400 400' fill='%23777775'%3E%3Cpath d='M400 200c0 110.457-89.543 200-200 200S0 310.457 0 200 89.543 0 200 0c110.427-.03 199.97 89.463 200 199.89zM163.4 305.5c88.7 0 137.2-73.5 137.2-137.2 0-2.1 0-4.2-.1-6.2a98.79 98.79 0 0024.1-25 97.853 97.853 0 01-27.7 7.6 48.191 48.191 0 0021.2-26.7 97.657 97.657 0 01-30.6 11.7 48.248 48.248 0 00-83.4 33 44.177 44.177 0 001.3 11 136.794 136.794 0 01-99.4-50.4 48.2 48.2 0 0015 64.3 47.377 47.377 0 01-21.8-6v.6a48.273 48.273 0 0038.7 47.3 48.052 48.052 0 01-12.7 1.7 46.036 46.036 0 01-9.1-.9 48.147 48.147 0 0045 33.5 96.932 96.932 0 01-59.9 20.6 87.72 87.72 0 01-11.5-.7 134.348 134.348 0 0073.7 21.8'/%3E%3C/svg%3E");
  background-size: contain;
}
*/
.p-sns__item:nth-child(4) .p-sns__link {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='671.788' height='671.788' viewBox='0 0 503.841 503.841' fill='%23777775'%3E%3Cpath d='M251.921 45.391c67.265 0 75.233.257 101.8 1.469 24.562 1.12 37.9 5.224 46.778 8.674a78.046 78.046 0 0128.966 18.845 78.046 78.046 0 0118.845 28.966c3.45 8.877 7.554 22.216 8.674 46.778 1.212 26.564 1.469 34.532 1.469 101.8s-.257 75.233-1.469 101.8c-1.12 24.562-5.224 37.9-8.674 46.778a83.43 83.43 0 01-47.81 47.806c-8.877 3.45-22.216 7.554-46.778 8.674-26.56 1.212-34.527 1.469-101.8 1.469s-75.237-.257-101.8-1.469c-24.562-1.12-37.9-5.224-46.778-8.674a78.046 78.046 0 01-28.966-18.845A78.054 78.054 0 0155.534 400.5c-3.45-8.877-7.554-22.216-8.674-46.778-1.212-26.564-1.469-34.532-1.469-101.8s.257-75.234 1.469-101.8c1.12-24.562 5.224-37.9 8.674-46.778a78.043 78.043 0 0118.845-28.965 78.046 78.046 0 0128.966-18.845c8.877-3.45 22.216-7.554 46.778-8.674 26.564-1.212 34.532-1.469 101.8-1.469m0-45.391c-68.418 0-77 .29-103.867 1.516C121.24 2.739 102.927 7 86.9 13.226a123.473 123.473 0 00-44.618 29.056A123.473 123.473 0 0013.226 86.9C7 102.927 2.739 121.24 1.516 148.054.29 174.924 0 183.5 0 251.921s.29 77 1.516 103.866C2.739 382.6 7 400.914 13.226 416.938a123.485 123.485 0 0029.056 44.621A123.489 123.489 0 0086.9 490.616c16.024 6.227 34.337 10.486 61.151 11.709 26.87 1.226 35.449 1.516 103.867 1.516s77-.29 103.866-1.516c26.814-1.223 45.127-5.482 61.151-11.709a128.816 128.816 0 0073.678-73.678c6.227-16.024 10.486-34.337 11.709-61.151 1.226-26.87 1.516-35.449 1.516-103.866s-.29-77-1.516-103.867c-1.222-26.814-5.482-45.127-11.709-61.154a123.5 123.5 0 00-29.057-44.621 123.485 123.485 0 00-44.621-29.056C400.914 7 382.6 2.739 355.787 1.516 328.917.29 320.338 0 251.921 0z'/%3E%3Cpath d='M251.921 122.556a129.365 129.365 0 10129.364 129.366 129.364 129.364 0 00-129.363-129.366zm0 213.338a83.974 83.974 0 1183.973-83.975 83.973 83.973 0 01-83.973 83.973z'/%3E%3Ccircle cx='386.396' cy='117.445' r='30.23'/%3E%3C/svg%3E");
  background-size: contain;
}
.p-sns__link {
  display: block;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .p-sns__link {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
}
.p-sns__text {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-sns__text {
    display: none;
  }
}
.p-related-link + .p-sns {
  padding-top: 54px;
}
.p-related-link + .p-sns .p-sns__inner {
  position: relative;
}
.p-related-link + .p-sns .p-sns__inner:before {
  content: "";
  position: absolute;
  top: -54px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.p-sp-nav {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 375px;
}
@media screen and (min-width: 768px) {
  .p-sp-nav {
    display: none;
  }
}
.p-sp-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #05698f;
}
.p-sp-nav__item {
  width: 33.33%;
  height: 77.5px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.42857;
}
.p-sp-nav__item + .p-sp-nav__item {
  border-left: 2px solid #045472;
}
.category-information .p-sp-nav__item:nth-child(1) {
  background-color: #314f5a;
}
.category-exhibitions .p-sp-nav__item:nth-child(2) {
  background-color: #314f5a;
}
.category-collection .p-sp-nav__item:nth-child(3) {
  background-color: #314f5a;
}
.p-sp-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.p-tab__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-tab__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.p-tab__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 60px;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #e3e3df;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.p-tab__body {
  padding: 10px;
  background-color: #fff;
}
.p-tab__block {
  display: none;
}
.p-tab__link:hover, .p-tab__link.is-active {
  opacity: 1;
  background-color: #fff;
}
.p-tab__link:hover::after, .p-tab__link.is-active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.p-tab__block.is-active {
  display: block;
}
* + .p-tab {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  * + .p-tab {
    margin-top: 30px;
  }
}
.p-terms-bottom {
  margin-top: 50px;
  padding: 50px 20px 75px;
  background-color: #efefeb;
}
@media screen and (min-width: 768px) {
  .p-terms-bottom {
    margin-top: 100px;
    padding: 80px 40px 100px;
  }
}
.p-terms-bottom__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.p-category-navi + .p-terms-bottom {
  margin-top: 0;
}
.p-terms-faq__title {
  padding-bottom: 20px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.7);
  color: #05698f;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-terms-faq__title {
    padding-bottom: 40px;
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-terms-faq__list {
  border-bottom: 4px solid rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) {
  .p-terms-faq__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.p-terms-faq__item {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-terms-faq__item {
    width: 20%;
  }
}
.p-terms-faq__item + .p-terms-faq__item {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-terms-faq__item + .p-terms-faq__item {
    border-top: none;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
  }
}
.p-terms-faq__item:nth-child(1) .p-terms-faq__link:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%23777775'%3E%3Cpath d='M25 5A20 20 0 115 25 20.023 20.023 0 0125 5m0-5a25 25 0 1025 25A25 25 0 0025 0z'/%3E%3Cpath d='M33.816 34.9a1.493 1.493 0 01-1.043-.422L24.007 26a1.671 1.671 0 01-.507-1.129V13a1.5 1.5 0 113 0v11.234l8.359 8.09a1.5 1.5 0 01-1.043 2.576z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.p-terms-faq__item:nth-child(2) .p-terms-faq__link:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%23777775'%3E%3Cpath d='M25 0A17.722 17.722 0 008.018 22.753l.117.377s.765 4.347 15.731 26.263l.2.237a1.364 1.364 0 001.868 0l.2-.237C41.1 27.477 41.865 23.13 41.865 23.13l.117-.377A17.722 17.722 0 0025 0zm0 26.444a8.734 8.734 0 118.734-8.733A8.733 8.733 0 0125 26.444z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.p-terms-faq__item:nth-child(3) .p-terms-faq__link:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%23777775'%3E%3Cpath d='M25 0a25 25 0 1025 25A25 25 0 0025 0zm9.206 22.909a1.585 1.585 0 011.534 1.606 1.617 1.617 0 01-1.534 1.642h-5.961L27 27.941v1.428h7.138a1.694 1.694 0 011.606 1.713 1.661 1.661 0 01-1.606 1.677H27v4.89a2.285 2.285 0 01-2.284 2.32 2.315 2.315 0 01-2.32-2.32v-4.89H15.5a1.661 1.661 0 01-1.6-1.677 1.694 1.694 0 011.6-1.713h6.888v-1.428l-1.035-1.784h-5.92a1.617 1.617 0 01-1.533-1.642 1.585 1.585 0 011.535-1.606h3.355l-4.854-7.281a2.373 2.373 0 011.927-3.676 2.5 2.5 0 012.248 1.321L25 24.229l6.5-10.921a2.4 2.4 0 012.1-1.356 2.33 2.33 0 012 3.534l-5.1 7.423z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.p-terms-faq__item:nth-child(4) .p-terms-faq__link:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49.985' height='49.989' fill='%23777775'%3E%3Cpath d='M23.953 32.669h-18V5.953h26.716v4.425a11.651 11.651 0 015.911-1.614h.042V0H0v38.622h23.49V35.3a7.651 7.651 0 01.463-2.631zM45.985 31.3h-14.81a4.038 4.038 0 00-4 4v12.689a2 2 0 002 2h18.81a2 2 0 002-2V35.3a4 4 0 00-4-4z'/%3E%3Cpath d='M38.58 28.55h.042a8.049 8.049 0 000-16.1h-.042a8.051 8.051 0 000 16.1z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.p-terms-faq__item:nth-child(5) .p-terms-faq__link:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50.029' fill='%23777775'%3E%3Ccircle cx='35.5' cy='6' r='6'/%3E%3Ccircle cx='14.5' cy='6' r='6'/%3E%3Cpath d='M44 21.978v-3.932a4 4 0 00-4-4h-9a4 4 0 00-4 4v3.932h-4v-3.932a4 4 0 00-4-4h-9a4 4 0 00-4 4v3.932H0v28.051h6V27.978h21v4.966a2 2 0 002 2h1.5v13.085a2 2 0 002 2h6a2 2 0 002-2V34.944H42a2 2 0 002-2v-4.966h6v-6z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.p-terms-faq__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 75px;
  padding: 0 0 0 59px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-terms-faq__link {
    display: block;
    height: auto;
    padding: 100px 0 0;
    text-align: center;
  }
}
.p-terms-faq__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-terms-faq__link:before {
    top: 0;
    left: 50%;
    width: 70px;
    height: 70px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-terms-faq__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 12px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.758' height='80.174' fill='%23120700'%3E%3Cpath d='M41.758 40.087a4.993 4.993 0 01-1.282 3.343L7.436 80.174 0 73.487l30.033-33.4L0 6.686 7.436 0l33.04 36.744a4.991 4.991 0 011.282 3.343z'/%3E%3C/svg%3E") no-repeat right center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-terms-faq__link:after {
    display: none;
  }
}
.category-faq .p-terms-faq__link:after {
  display: none;
}
.p-terms-inquiry {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-terms-inquiry {
    margin-top: 30px;
  }
}
.p-terms-inquiry__title {
  position: relative;
  padding-bottom: 24px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-terms-inquiry__title {
    padding-bottom: 29px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-terms-inquiry__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 4px;
  background-color: #05698f;
}
@media screen and (min-width: 768px) {
  .p-terms-inquiry__title:before {
    left: 50%;
    width: 30px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-terms-inquiry__main {
  margin-top: 30px;
  padding: 0 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-terms-inquiry__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding: 60px 0;
  }
}
.p-terms-inquiry__phone, .p-terms-inquiry__form {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p-terms-inquiry__phone, .p-terms-inquiry__form {
    width: 50%;
    padding: 0;
  }
}
.p-terms-inquiry__form {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-terms-inquiry__form {
    border-top: none;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
  }
}
.p-terms-inquiry__form .c-button-group {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-terms-inquiry__form .c-button-group {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-terms-inquiry__form .c-button, .p-terms-inquiry__form .c-button-auto, .p-terms-inquiry__form .c-button-small, .p-terms-inquiry__form .c-button-middle, .p-terms-inquiry__form .c-button-large, .p-terms-inquiry__form .c-button-more {
    margin: 0 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-terms-inquiry__form .c-button, .p-terms-inquiry__form .c-button-auto, .p-terms-inquiry__form .c-button-small, .p-terms-inquiry__form .c-button-middle, .p-terms-inquiry__form .c-button-large, .p-terms-inquiry__form .c-button-more {
    width: 300px;
  }
}
.p-terms-inquiry__text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-terms-inquiry__text {
    font-size: 2.2rem;
    letter-spacing: 0.03em;
  }
}
.p-terms-inquiry__number {
  margin-top: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-terms-inquiry__number {
    margin-top: 30px;
    font-size: 2.8rem;
  }
}
.p-terms-inquiry__number-link {
  display: inline-block;
  position: relative;
  padding-left: 38px;
}
@media screen and (min-width: 768px) {
  .p-terms-inquiry__number-link {
    padding-left: 45px;
  }
}
.p-terms-inquiry__number-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25.5px;
  height: 25.5px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='535.967' height='535.997' viewBox='0 0 401.974 401.999' fill='%237f7f7f'%3E%3Cpath d='M401.119 311.475q-1.706-5.139-21.7-15.129-5.415-3.147-15.41-8.566t-18.13-10q-8.148-4.567-15.276-8.846-1.14-.856-7.136-5a80.238 80.238 0 00-10.14-6.14 18.692 18.692 0 00-8.138-2q-5.709 0-14.268 8.135a139.011 139.011 0 00-15.7 17.706 172.13 172.13 0 01-15.126 17.7q-8 8.141-13.135 8.138a19.419 19.419 0 01-6.427-1.424c-2.566-.951-4.518-1.766-5.858-2.423s-3.607-2-6.845-4-5.048-3.094-5.428-3.285q-39.112-21.7-67.093-49.676t-49.676-67.1q-.285-.571-3.284-5.424t-4-6.854a61.872 61.872 0 01-2.425-5.852 19.318 19.318 0 01-1.427-6.424q0-5.136 8.138-13.134a171.95 171.95 0 0117.7-15.128 138.949 138.949 0 0017.7-15.7q8.136-8.567 8.136-14.273a18.642 18.642 0 00-2-8.137 79.364 79.364 0 00-6.131-10.129q-4.143-6-5-7.139-4.278-7.132-8.848-15.271t-10-18.131q-5.422-9.987-8.564-15.415Q95.647 2.573 90.506.859a15.99 15.99 0 00-6-.859Q76.8 0 64.382 2.856a113.06 113.06 0 00-19.558 6Q30.549 14.845 14.56 43.678 0 70.51 0 96.78a110.258 110.258 0 001 14.989 123.178 123.178 0 003.57 16.418q2.568 9.135 4.137 13.56t5.852 15.845q4.278 11.421 5.138 13.988a258.606 258.606 0 0023.7 49.964q22.545 36.543 61.521 75.521t75.517 61.526a259 259 0 0049.965 23.7q2.571.852 13.986 5.141t15.845 5.852q4.423 1.572 13.559 4.145A124.273 124.273 0 00290.2 401a111.7 111.7 0 0014.989 1q26.262 0 53.105-14.562 28.828-15.984 34.823-30.269a112.438 112.438 0 006-19.555q2.863-12.417 2.857-20.126a15.919 15.919 0 00-.855-6.013z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-terms-inquiry__number-link:before {
    width: 30px;
    height: 30px;
  }
}
.p-terms-inquiry__number-info {
  margin-top: 16px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-terms-inquiry__number-info {
    margin-top: 20px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.p-today {
  padding: 30px 0;
  background-color: #efefeb;
}
@media screen and (min-width: 768px) {
  .p-today {
    padding: 60px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-today__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-today__text {
  padding-bottom: 20px;
  border-bottom: 2px solid #333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55556;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-today__text {
     width: 305px;
    /*    margin-right:9px;*/
    /*    padding-bottom: 45px;*/
    padding-bottom: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  html[lang="cn"] .p-today__text, html[lang="tw"] .p-today__text {
    padding-bottom: 20px;
  }
}
.p-today__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-today__time-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 122px;
  height: 66px;
  margin-right: 10px;
  padding: 0 10px 0 40px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55556;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-today__time-heading {
    width: 132px;
    height: auto;
    padding-left: 50px;
  }
}
.p-today__time-heading:before {
  content: "";
  opacity: 0.5;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath d='M25 5A20 20 0 115 25 20.023 20.023 0 0125 5m0-5a25 25 0 1025 25A25 25 0 0025 0z'/%3E%3Cpath d='M33.816 34.9a1.493 1.493 0 01-1.043-.422L24.007 26a1.671 1.671 0 01-.507-1.129V13a1.5 1.5 0 113 0v11.234l8.359 8.09a1.5 1.5 0 01-1.043 2.576z'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-today__time-heading:before {
    left: 10px;
  }
}
.p-today__time-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  padding-left: 10px;
  line-height: 1.625;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-today__time-detail {
    height: auto;
    font-size: 1.8rem;
  }
}
.p-today__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-today__date {
    margin-top: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-today__date-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 122px;
  height: 66px;
  margin-right: 10px;
  padding: 0 10px 0 40px;
  border-top: 2px solid #d7d7d3;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55556;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-today__date-heading {
    width: 132px;
    height: auto;
    padding: 20px 0 0 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-today__date-heading:before {
  content: "";
  opacity: 0.5;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath d='M23.777 24.062h-.049L20.9 25.586l-.424-1.674 3.548-1.9H25.9v16.246h-2.123z'/%3E%3Cpath d='M0 0v50h38l12-12V0zm37.5 5A2.5 2.5 0 1135 7.5 2.5 2.5 0 0137.5 5zm-25 0A2.5 2.5 0 1110 7.5 2.5 2.5 0 0112.5 5zM45 35.929L35.929 45H5V15h40z'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-today__date-heading:before {
    left: 10px;
    -webkit-transform: none;
    transform: none;
  }
}
.p-today__date-detail {
  padding-left: 10px;
  border-top: 2px solid #d7d7d3;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.p-today__day {
  /*  margin-top: 20px;*/
  font-size: 1.8rem;
  line-height: 1.55556;
}
@media screen and (min-width: 768px) {
  .p-today__day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-today__day span:first-child {
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-today__day-other {
  display: block;
  margin-top: 2px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-today__day-other {
    margin: 0;
  }
}
.p-today__day-note {
  margin-top: 4px;
  font-size: 1.2rem;
  line-height: 1.83333;
}
@media screen and (min-width: 768px) {
  .p-today__day-note {
    margin-top: 2px;
  }
}
.p-today__calendar {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  padding-left: 16px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-today__calendar {
    font-size: 1.6rem;
  }
}
.p-today__calendar:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 12px;
  background: url("/assets/image/ico/ico_arrow_right_01.svg") no-repeat left center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-today__data .p-details-day__open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-today__data .p-details-day__open .p-details-day__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 122px;
  height: 47px;
  /*  margin-right: 10px;*/
  padding: 0 10px 0 32px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55556;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
.p-today__data .p-details-day__open {
    margin-top: 20px;
    }
}




@media screen and (min-width: 768px) {
  .p-today__data .p-details-day__open .p-details-day__heading {
    /*    width: 132px;*/
    height: auto;
    padding-left: 36px;
  }
}
.p-today__data .p-details-day__open .p-details-day__heading:before {
  content: "";
  opacity: 0.5;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath d='M25 5A20 20 0 115 25 20.023 20.023 0 0125 5m0-5a25 25 0 1025 25A25 25 0 0025 0z'/%3E%3Cpath d='M33.816 34.9a1.493 1.493 0 01-1.043-.422L24.007 26a1.671 1.671 0 01-.507-1.129V13a1.5 1.5 0 113 0v11.234l8.359 8.09a1.5 1.5 0 01-1.043 2.576z'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-today__data .p-details-day__open .p-details-day__heading:before {
    left: 5px;
  }
}
.p-today__data .p-details-day__open .p-details-day__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  /*  padding-left: 10px;*/
  line-height: 1.625;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-today__data .p-details-day__open .p-details-day__main {
    height: auto;
    font-size: 1.8rem;
  }
}
.p-today__data .p-details-day__open .p-details-day__text span {
/*  display: block;*/
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  html[lang="cn"] .p-today__data .p-details-day__open .p-details-day__text span, html[lang="tw"] .p-today__data .p-details-day__open .p-details-day__text span {
    display: inline;
    margin-top: 0;
  }
}
.p-today__data .p-details-day__open .p-details-day__navi {
  display: none;
}
.p-today__data .p-details-day__holiday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-today__data .p-details-day__holiday {
    margin-top: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-today__data .p-details-day__holiday .p-details-day__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 114px;
  height: 66px;
  margin-right: 10px;
  padding: 0 10px 0 40px;
  border-top: 2px solid #d7d7d3;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55556;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-today__data .p-details-day__holiday .p-details-day__heading {
    /*    width: 132px;*/
    height: auto;
    padding: 20px 0 0 36px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-today__data .p-details-day__holiday .p-details-day__heading:before {
  content: "";
  opacity: 0.5;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath d='M23.777 24.062h-.049L20.9 25.586l-.424-1.674 3.548-1.9H25.9v16.246h-2.123z'/%3E%3Cpath d='M0 0v50h38l12-12V0zm37.5 5A2.5 2.5 0 1135 7.5 2.5 2.5 0 0137.5 5zm-25 0A2.5 2.5 0 1110 7.5 2.5 2.5 0 0112.5 5zM45 35.929L35.929 45H5V15h40z'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-today__data .p-details-day__holiday .p-details-day__heading:before {
    left: 4px;
    -webkit-transform: none;
    transform: none;
  }
}
.p-today__data .p-details-day__holiday .p-details-day__main {
  padding-left: 0px;
  border-top: 2px solid #d7d7d3;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.p-today__data .p-details-day__holiday .p-details-day__text {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.55556;
}
@media screen and (min-width: 768px) {
  .p-today__data .p-details-day__holiday .p-details-day__text span {
    padding-left: 0;
  }
  .p-today__data .p-details-day__holiday .p-details-day__text span:first-child {
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-today__data .p-details-day__holiday .p-details-day__note {
  margin-top: 4px;
  font-size: 1.2rem;
  line-height: 1.83333;
}
@media screen and (min-width: 768px) {
  .p-today__data .p-details-day__holiday .p-details-day__note {
    margin-top: 2px;
  }
}
.p-today__data .p-details-day__holiday .p-details-day__navi {
  margin-top: 10px;
}
.p-toggle::before {
  content: "OFF";
}
.p-toggle.is-active::before {
  content: "ON";
}
.p-top-logoarea {
  opacity: 0;
  display: none;
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  left: 0;
  padding: 7px 30px 9px;
  background-color: #fff;
  -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
@media screen and (max-width: 767px) {
  .p-top-logoarea {
    padding: 7px 20px;
  }
}
.p-top-logoarea--show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.p-top-logoarea__logo {
  width: 148px;
}
@media screen and (max-width: 767px) {
  .p-top-logoarea__logo {
    width: 123px;
  }
}
.p-top-events {
  z-index: 0;
  background-color: #314f5a;
}
.p-top-events__section {
  opacity: 0;
  position: relative;
  z-index: -1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-top-events__section--active {
  opacity: 1;
  z-index: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.p-top-events__section--dummy {
  height: 75vh;
}
.p-top-events__wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.p-top-events__bg {
  display: none;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  will-change: transform;
}
.p-top-events__bg:hover {
  opacity: 1;
}
.p-top-events__bg--video {
  display: block;
}
.p-top-events__bg--overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .p-top-events__bg--pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-top-events__bg--sp {
    display: block;
  }
}
.p-top-events__bg--top {
  background-position: top center;
}
.p-top-events__bg--top .p-top-events__video {
  -o-object-position: top center;
  object-position: top center;
}
.p-top-events__bg--bottom {
  background-position: bottom center;
}
.p-top-events__bg--bottom .p-top-events__video {
  -o-object-position: bottom center;
  object-position: bottom center;
}
.p-top-events__video {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-events__ttl {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  left: 0;
  width: 930px;
  margin: auto;
  pointer-events: none;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .p-top-events__ttl {
    width: auto;
    padding: 0 20px;
  }
}
.p-top-events__figure {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.p-top-events__btn {
  opacity: 0;
  position: absolute;
  z-index: 2;
  right: 60px;
  bottom: 120px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-events__btn {
    position: fixed;
    right: 20px;
    bottom: 98px;
    left: 20px;
  }
}
.p-top-events__btn--active {
  opacity: 1;
  pointer-events: auto;
}
.p-top-events__link {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .p-top-events__link {
    display: block;
    padding: 16px 20px;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 1.6rem;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.p-top-events__link:before {
  content: " ";
  display: inline-block;
  width: 7px;
  height: 13px;
  margin-right: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2041.758%2080.174%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eico_arr%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M41.758%2C40.087a4.993%2C4.993%2C0%2C0%2C1-1.282%2C3.343L7.436%2C80.174%2C0%2C73.487l30.033-33.4L0%2C6.686%2C7.436%2C0l33.04%2C36.744A4.991%2C4.991%2C0%2C0%2C1%2C41.758%2C40.087Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-top-events__link:before {
    margin-right: 28px;
  }
}
/* top loading
=================================================== */
.p-top-loading {
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* loadingArea
=================================================== */
.l-loadingArea {
  opacity: 1;
  visibility: visible;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #efefeb;
}
.l-loadingArea.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
/* ==========================================================================
Object（個別要素のスタイル）
========================================================================== */
/* loadingArea
=================================================== */
.o-loader {
  position: relative;
  width: 100%;
  height: 100%;
}
.o-svgBox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 160px;
  margin: auto;
}
#symbol .outline, #symbol .moon {
  background-color: #fc3;
  -webkit-animation: anim-line 2s ease-in 0s forwards;
  animation: anim-line 2s ease-in 0s forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  stroke: #05698f;
  stroke-width: 0.5px;
  fill: transparent;
  stroke-dasharray: 200px;
  stroke-dashoffset: 200px;
}
@-webkit-keyframes anim-line {
  0% {
    stroke-dashoffset: 200px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes anim-line {
  0% {
    stroke-dashoffset: 200px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
#symbol .eye, #symbol .hand, #symbol .foot {
  -webkit-animation: anim-fill 2s ease-in 0s forwards;
  animation: anim-fill 2s ease-in 0s forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  fill: transparent;
}
@-webkit-keyframes anim-fill {
  0% {
    fill: transparent;
  }
  40% {
    fill: #05698f;
  }
  100% {
    fill: #05698f;
  }
}
@keyframes anim-fill {
  0% {
    fill: transparent;
  }
  40% {
    fill: #05698f;
  }
  100% {
    fill: #05698f;
  }
}
.o-loadTxt {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  color: #05698f;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-animation: anim-text 2s ease-in 0s forwards;
  animation: anim-text 2s ease-in 0s forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes anim-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* IE11用ローダー
--------------------------------------------------------- */
.o-svgBox-ie {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  margin-top: -25px;
  margin-left: -25px;
}
.o-spinner {
  opacity: 1;
  display: block;
  position: absolute;
  z-index: 105;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 66px;
  height: 66px;
  margin: auto;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.o-spinner:before, .o-spinner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.o-spinner:before {
  border: 3px solid rgba(100, 100, 100, 0.25);
}
.o-spinner:after {
  border: 3px solid transparent;
  border-top-color: #05698f;
  -webkit-animation: loading-spin 0.75s linear infinite;
  animation: loading-spin 0.75s linear infinite;
}
@-webkit-keyframes loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.o-svgBox {
  width: 60px;
  height: 138px;
}
.o-loadTxt {
  font-size: 10px;
}
.o-loadTxt--ie {
  bottom: -28px;
}
.p-top-loading--ie .o-svgBox {
  display: none;
}
.p-top-loading--ie .o-svgBox-ie {
  display: block;
}
/* ==========================================================================//
//
// [汎用]
//
// ========================================================================== */
@media screen and (max-width: 767px) {
  .u-left-md--down {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-left-lg--down {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .u-center-md--down {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-center-lg--down {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .u-right-md--down {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-right-lg--down {
    text-align: right !important;
  }
}
.u-left {
  text-align: left !important;
}
@media screen and (min-width: 768px) {
  .u-left-md {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-left-lg {
    text-align: left !important;
  }
}
.u-center {
  text-align: center !important;
}
@media screen and (min-width: 768px) {
  .u-center-md {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-center-lg {
    text-align: center !important;
  }
}
.u-right {
  text-align: right !important;
}
@media screen and (min-width: 768px) {
  .u-right-md {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-right-lg {
    text-align: right !important;
  }
}
/*1pxのボーダー枠*/
.u-bd-hippie-blue {
  border: 1px solid #50a2ae !important;
}
.u-bd-dusty-gray {
  border: 1px solid #999 !important;
}
@media screen and (max-width: 767px) {
  .u-bd-none-md--down {
    border: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-bd-none-lg--down {
    border: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-bdt-none-md--down {
    border-top: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-bdt-none-lg--down {
    border-top: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-bdb-none-md--down {
    border-bottom: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-bdb-none-lg--down {
    border-bottom: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-bdl-none-md--down {
    border-left: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-bdl-none-lg--down {
    border-left: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-bdr-none-md--down {
    border-right: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-bdr-none-lg--down {
    border-right: none !important;
  }
}
.u-bd-none {
  border: none !important;
}
@media screen and (min-width: 768px) {
  .u-bd-none-md {
    border: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-bd-none-lg {
    border: none !important;
  }
}
.u-bdt-none {
  border-top: none !important;
}
@media screen and (min-width: 768px) {
  .u-bdt-none-md {
    border-top: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-bdt-none-lg {
    border-top: none !important;
  }
}
.u-bdb-none {
  border-bottom: none !important;
}
@media screen and (min-width: 768px) {
  .u-bdb-none-md {
    border-bottom: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-bdb-none-lg {
    border-bottom: none !important;
  }
}
.u-bdl-none {
  border-left: none !important;
}
@media screen and (min-width: 768px) {
  .u-bdl-none-md {
    border-left: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-bdl-none-lg {
    border-left: none !important;
  }
}
.u-bdr-none {
  border-right: none !important;
}
@media screen and (min-width: 768px) {
  .u-bdr-none-md {
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-bdr-none-lg {
    border-right: none !important;
  }
}
/*文字色・背景色*/
.u-color-white {
  color: #fff !important;
}
.u-bgcolor-white {
  background-color: #fff !important;
}
.u-color-black {
  color: #000 !important;
}
.u-bgcolor-black {
  background-color: #000 !important;
}
.u-color-mine-shaft {
  color: #333 !important;
}
.u-bgcolor-mine-shaft {
  background-color: #333 !important;
}
.u-color-dusty-gray {
  color: #999 !important;
}
.u-bgcolor-dusty-gray {
  background-color: #999 !important;
}
.u-color-gray {
  color: #efefeb !important;
}
.u-bgcolor-gray {
  background-color: #efefeb !important;
}
.u-color-cararra {
  color: #e7e6e1 !important;
}
.u-bgcolor-cararra {
  background-color: #e7e6e1 !important;
}
.u-color-quill-gray {
  color: #dbdad6 !important;
}
.u-bgcolor-quill-gray {
  background-color: #dbdad6 !important;
}
.u-color-red {
  color: #f00 !important;
}
.u-bgcolor-red {
  background-color: #f00 !important;
}
.u-color-pippin {
  color: #ffe4e1 !important;
}
.u-bgcolor-pippin {
  background-color: #ffe4e1 !important;
}
.u-color-jelly-bean {
  color: #248b9a !important;
}
.u-bgcolor-jelly-bean {
  background-color: #248b9a !important;
}
.u-color-genoa {
  color: #136e7b !important;
}
.u-bgcolor-genoa {
  background-color: #136e7b !important;
}
.u-color-hippie-blue {
  color: #50a2ae !important;
}
.u-color-basic-blue {
color: #05698f !important;
}

.u-bgcolor-hippie-blue {
  background-color: #50a2ae !important;
}
.u-color-tangerine {
  color: #e39600 !important;
}
.u-bgcolor-tangerine {
  background-color: #e39600 !important;
}
.u-bgcolor-transparent {
  background-color: transparent !important;
}
.u-bgcolor-current {
  background-color: currentColor !important;
}
.u-bg-none {
  background: none !important;
}
@media screen and (max-width: 767px) {
  .u-dn-md--down {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-dn-lg--down {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-db-md--down {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-db-lg--down {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .u-di-md--down {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-di-lg--down {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .u-dib-md--down {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-dib-lg--down {
    display: inline-block !important;
  }
}
.u-dn {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-dn-md {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-dn-lg {
    display: none !important;
  }
}
.u-db {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .u-db-md {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-db-lg {
    display: block !important;
  }
}
.u-di {
  display: inline !important;
}
@media screen and (min-width: 768px) {
  .u-di-md {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-di-lg {
    display: inline !important;
  }
}
.u-dib {
  display: inline-block !important;
}
@media screen and (min-width: 768px) {
  .u-dib-md {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-dib-lg {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-10-md--down {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-10-lg--down {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-11-md--down {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-11-lg--down {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-12-md--down {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-12-lg--down {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-13-md--down {
    font-size: 1.3rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-13-lg--down {
    font-size: 1.3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-14-md--down {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-14-lg--down {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-15-md--down {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-15-lg--down {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-16-md--down {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-16-lg--down {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-17-md--down {
    font-size: 1.7rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-17-lg--down {
    font-size: 1.7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-18-md--down {
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-18-lg--down {
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-19-md--down {
    font-size: 1.9rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-19-lg--down {
    font-size: 1.9rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-20-md--down {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-20-lg--down {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-21-md--down {
    font-size: 2.1rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-21-lg--down {
    font-size: 2.1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-22-md--down {
    font-size: 2.2rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-22-lg--down {
    font-size: 2.2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-23-md--down {
    font-size: 2.3rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-23-lg--down {
    font-size: 2.3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-24-md--down {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-24-lg--down {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-25-md--down {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-25-lg--down {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-26-md--down {
    font-size: 2.6rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-26-lg--down {
    font-size: 2.6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-27-md--down {
    font-size: 2.7rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-27-lg--down {
    font-size: 2.7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-28-md--down {
    font-size: 2.8rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-28-lg--down {
    font-size: 2.8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-29-md--down {
    font-size: 2.9rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-29-lg--down {
    font-size: 2.9rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-30-md--down {
    font-size: 3rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-30-lg--down {
    font-size: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-31-md--down {
    font-size: 3.1rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-31-lg--down {
    font-size: 3.1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-32-md--down {
    font-size: 3.2rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-32-lg--down {
    font-size: 3.2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-33-md--down {
    font-size: 3.3rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-33-lg--down {
    font-size: 3.3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-34-md--down {
    font-size: 3.4rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-34-lg--down {
    font-size: 3.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-35-md--down {
    font-size: 3.5rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-35-lg--down {
    font-size: 3.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-36-md--down {
    font-size: 3.6rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-36-lg--down {
    font-size: 3.6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-37-md--down {
    font-size: 3.7rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-37-lg--down {
    font-size: 3.7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-38-md--down {
    font-size: 3.8rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-38-lg--down {
    font-size: 3.8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-39-md--down {
    font-size: 3.9rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-39-lg--down {
    font-size: 3.9rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-fz-40-md--down {
    font-size: 4rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-fz-40-lg--down {
    font-size: 4rem !important;
  }
}
.u-fz-10 {
  font-size: 1rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-10-md {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-10-lg {
    font-size: 1rem !important;
  }
}
.u-fz-11 {
  font-size: 1.1rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-11-md {
    font-size: 1.1rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-11-lg {
    font-size: 1.1rem !important;
  }
}
.u-fz-12 {
  font-size: 1.2rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-12-md {
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-12-lg {
    font-size: 1.2rem !important;
  }
}
.u-fz-13 {
  font-size: 1.3rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-13-md {
    font-size: 1.3rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-13-lg {
    font-size: 1.3rem !important;
  }
}
.u-fz-14 {
  font-size: 1.4rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-14-md {
    font-size: 1.4rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-14-lg {
    font-size: 1.4rem !important;
  }
}
.u-fz-15 {
  font-size: 1.5rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-15-md {
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-15-lg {
    font-size: 1.5rem !important;
  }
}
.u-fz-16 {
  font-size: 1.6rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-16-md {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-16-lg {
    font-size: 1.6rem !important;
  }
}
.u-fz-17 {
  font-size: 1.7rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-17-md {
    font-size: 1.7rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-17-lg {
    font-size: 1.7rem !important;
  }
}
.u-fz-18 {
  font-size: 1.8rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-18-md {
    font-size: 1.8rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-18-lg {
    font-size: 1.8rem !important;
  }
}
.u-fz-19 {
  font-size: 1.9rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-19-md {
    font-size: 1.9rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-19-lg {
    font-size: 1.9rem !important;
  }
}
.u-fz-20 {
  font-size: 2rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-20-md {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-20-lg {
    font-size: 2rem !important;
  }
}
.u-fz-21 {
  font-size: 2.1rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-21-md {
    font-size: 2.1rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-21-lg {
    font-size: 2.1rem !important;
  }
}
.u-fz-22 {
  font-size: 2.2rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-22-md {
    font-size: 2.2rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-22-lg {
    font-size: 2.2rem !important;
  }
}
.u-fz-23 {
  font-size: 2.3rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-23-md {
    font-size: 2.3rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-23-lg {
    font-size: 2.3rem !important;
  }
}
.u-fz-24 {
  font-size: 2.4rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-24-md {
    font-size: 2.4rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-24-lg {
    font-size: 2.4rem !important;
  }
}
.u-fz-25 {
  font-size: 2.5rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-25-md {
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-25-lg {
    font-size: 2.5rem !important;
  }
}
.u-fz-26 {
  font-size: 2.6rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-26-md {
    font-size: 2.6rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-26-lg {
    font-size: 2.6rem !important;
  }
}
.u-fz-27 {
  font-size: 2.7rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-27-md {
    font-size: 2.7rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-27-lg {
    font-size: 2.7rem !important;
  }
}
.u-fz-28 {
  font-size: 2.8rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-28-md {
    font-size: 2.8rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-28-lg {
    font-size: 2.8rem !important;
  }
}
.u-fz-29 {
  font-size: 2.9rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-29-md {
    font-size: 2.9rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-29-lg {
    font-size: 2.9rem !important;
  }
}
.u-fz-30 {
  font-size: 3rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-30-md {
    font-size: 3rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-30-lg {
    font-size: 3rem !important;
  }
}
.u-fz-31 {
  font-size: 3.1rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-31-md {
    font-size: 3.1rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-31-lg {
    font-size: 3.1rem !important;
  }
}
.u-fz-32 {
  font-size: 3.2rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-32-md {
    font-size: 3.2rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-32-lg {
    font-size: 3.2rem !important;
  }
}
.u-fz-33 {
  font-size: 3.3rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-33-md {
    font-size: 3.3rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-33-lg {
    font-size: 3.3rem !important;
  }
}
.u-fz-34 {
  font-size: 3.4rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-34-md {
    font-size: 3.4rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-34-lg {
    font-size: 3.4rem !important;
  }
}
.u-fz-35 {
  font-size: 3.5rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-35-md {
    font-size: 3.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-35-lg {
    font-size: 3.5rem !important;
  }
}
.u-fz-36 {
  font-size: 3.6rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-36-md {
    font-size: 3.6rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-36-lg {
    font-size: 3.6rem !important;
  }
}
.u-fz-37 {
  font-size: 3.7rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-37-md {
    font-size: 3.7rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-37-lg {
    font-size: 3.7rem !important;
  }
}
.u-fz-38 {
  font-size: 3.8rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-38-md {
    font-size: 3.8rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-38-lg {
    font-size: 3.8rem !important;
  }
}
.u-fz-39 {
  font-size: 3.9rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-39-md {
    font-size: 3.9rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-39-lg {
    font-size: 3.9rem !important;
  }
}
.u-fz-40 {
  font-size: 4rem !important;
}
@media screen and (min-width: 768px) {
  .u-fz-40-md {
    font-size: 4rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-fz-40-lg {
    font-size: 4rem !important;
  }
}
.u-fw-nomral {
  font-weight: normal !important;
}
.u-fw-bold {
  font-weight: bold !important;
}
.u-hidden {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px;
  height: 1px;
}
.u-italic {
  font-style: italic !important;
}
@media screen and (max-width: 767px) {
  .u-lh-1-0-md--down {
    line-height: 10 !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-lh-1-0-lg--down {
    line-height: 10 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-lh-1-1-md--down {
    line-height: 11 !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-lh-1-1-lg--down {
    line-height: 11 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-lh-1-2-md--down {
    line-height: 12 !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-lh-1-2-lg--down {
    line-height: 12 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-lh-1-3-md--down {
    line-height: 13 !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-lh-1-3-lg--down {
    line-height: 13 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-lh-1-4-md--down {
    line-height: 14 !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-lh-1-4-lg--down {
    line-height: 14 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-lh-1-5-md--down {
    line-height: 15 !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-lh-1-5-lg--down {
    line-height: 15 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-lh-1-6-md--down {
    line-height: 16 !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-lh-1-6-lg--down {
    line-height: 16 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-lh-1-7-md--down {
    line-height: 17 !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-lh-1-7-lg--down {
    line-height: 17 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-lh-1-8-md--down {
    line-height: 18 !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-lh-1-8-lg--down {
    line-height: 18 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-lh-1-9-md--down {
    line-height: 19 !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-lh-1-9-lg--down {
    line-height: 19 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-lh-2-0-md--down {
    line-height: 20 !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-lh-2-0-lg--down {
    line-height: 20 !important;
  }
}
.u-lh-17 {
  line-height: 1.7 !important;
}
.u-lh-16 {
  line-height: 1.6 !important;
}
.u-lh-15 {
  line-height: 1.5 !important;
}
.u-lh-0-2 {
  line-height: 2 !important;
}
.u-lh-1-0 {
  line-height: 10 !important;
}
@media screen and (min-width: 768px) {
  .u-lh-1-0-md {
    line-height: 10 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh-1-0-lg {
    line-height: 10 !important;
  }
}
.u-lh-1-1 {
  line-height: 11 !important;
}
@media screen and (min-width: 768px) {
  .u-lh-1-1-md {
    line-height: 11 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh-1-1-lg {
    line-height: 11 !important;
  }
}
.u-lh-1-2 {
  line-height: 12 !important;
}
@media screen and (min-width: 768px) {
  .u-lh-1-2-md {
    line-height: 12 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh-1-2-lg {
    line-height: 12 !important;
  }
}
.u-lh-1-3 {
  line-height: 13 !important;
}
@media screen and (min-width: 768px) {
  .u-lh-1-3-md {
    line-height: 13 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh-1-3-lg {
    line-height: 13 !important;
  }
}
.u-lh-1-4 {
  line-height: 14 !important;
}
@media screen and (min-width: 768px) {
  .u-lh-1-4-md {
    line-height: 14 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh-1-4-lg {
    line-height: 14 !important;
  }
}
.u-lh-1-5 {
  line-height: 15 !important;
}
@media screen and (min-width: 768px) {
  .u-lh-1-5-md {
    line-height: 15 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh-1-5-lg {
    line-height: 15 !important;
  }
}
.u-lh-1-6 {
  line-height: 16 !important;
}
@media screen and (min-width: 768px) {
  .u-lh-1-6-md {
    line-height: 16 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh-1-6-lg {
    line-height: 16 !important;
  }
}
.u-lh-1-7 {
  line-height: 17 !important;
}
@media screen and (min-width: 768px) {
  .u-lh-1-7-md {
    line-height: 17 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh-1-7-lg {
    line-height: 17 !important;
  }
}
.u-lh-1-8 {
  line-height: 18 !important;
}
@media screen and (min-width: 768px) {
  .u-lh-1-8-md {
    line-height: 18 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh-1-8-lg {
    line-height: 18 !important;
  }
}
.u-lh-1-9 {
  line-height: 19 !important;
}
@media screen and (min-width: 768px) {
  .u-lh-1-9-md {
    line-height: 19 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh-1-9-lg {
    line-height: 19 !important;
  }
}
.u-lh-2-0 {
  line-height: 20 !important;
}
@media screen and (min-width: 768px) {
  .u-lh-2-0-md {
    line-height: 20 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-lh-2-0-lg {
    line-height: 20 !important;
  }
}
/*スマホサイズのmargin マージン*/
@media screen and (max-width: 767px) {
  .u-m-0-md--down {
    margin: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-m-0-lg--down {
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-ml-0-md--down {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-ml-0-lg--down {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mr-0-md--down {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mr-0-lg--down {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-0-md--down {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-0-lg--down {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-0-md--down {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-0-lg--down {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-5-md--down {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-5-lg--down {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-5-md--down {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-5-lg--down {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-10-md--down {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-10-lg--down {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-10-md--down {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-10-lg--down {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-15-md--down {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-15-lg--down {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-15-md--down {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-15-lg--down {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-20-md--down {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-20-lg--down {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-20-md--down {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-20-lg--down {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-25-md--down {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-25-lg--down {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-25-md--down {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-25-lg--down {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-30-md--down {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-30-lg--down {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-30-md--down {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-30-lg--down {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-35-md--down {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-35-lg--down {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-35-md--down {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-35-lg--down {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-40-md--down {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-40-lg--down {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-40-md--down {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-40-lg--down {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-45-md--down {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-45-lg--down {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-45-md--down {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-45-lg--down {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-50-md--down {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-50-lg--down {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-50-md--down {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-50-lg--down {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-55-md--down {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-55-lg--down {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-55-md--down {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-55-lg--down {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-60-md--down {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-60-lg--down {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-60-md--down {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-60-lg--down {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-65-md--down {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-65-lg--down {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-65-md--down {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-65-lg--down {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-70-md--down {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-70-lg--down {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-70-md--down {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-70-lg--down {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-75-md--down {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-75-lg--down {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-75-md--down {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-75-lg--down {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-80-md--down {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-80-lg--down {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-80-md--down {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-80-lg--down {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-85-md--down {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-85-lg--down {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-85-md--down {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-85-lg--down {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-90-md--down {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-90-lg--down {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-90-md--down {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-90-lg--down {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-95-md--down {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-95-lg--down {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-95-md--down {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-95-lg--down {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-100-md--down {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mt-100-lg--down {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-100-md--down {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-100-lg--down {
    margin-bottom: 100px !important;
  }
}
/*スマホサイズ以上のmargin マージン*/
.u-m-0 {
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .u-m-0-md {
    margin: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-m-0-lg {
    margin: 0 !important;
  }
}
.u-ml-0 {
  margin-left: 0 !important;
}
@media screen and (min-width: 768px) {
  .u-ml-0-md {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-ml-0-lg {
    margin-left: 0 !important;
  }
}
.u-mr-0 {
  margin-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .u-mr-0-md {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mr-0-lg {
    margin-right: 0 !important;
  }
}
.u-mt-0 {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .u-mt-0-md {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-0-lg {
    margin-top: 0 !important;
  }
}
.u-mb-0 {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .u-mb-0-md {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-0-lg {
    margin-bottom: 0 !important;
  }
}
.u-mr-auto {
  margin: 0 0 0 auto;
}
.u-mt-5 {
  margin-top: 5px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-5-md {
    margin-top: 5px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-5-lg {
    margin-top: 5px !important;
  }
}
.u-mb-5 {
  margin-bottom: 5px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-5-md {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-5-lg {
    margin-bottom: 5px !important;
  }
}
.u-mt-10 {
  margin-top: 10px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-10-md {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-10-lg {
    margin-top: 10px !important;
  }
}
.u-mb-10 {
  margin-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-10-md {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-10-lg {
    margin-bottom: 10px !important;
  }
}
.u-mt-15 {
  margin-top: 15px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-15-md {
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-15-lg {
    margin-top: 15px !important;
  }
}
.u-mb-15 {
  margin-bottom: 15px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-15-md {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-15-lg {
    margin-bottom: 15px !important;
  }
}
.u-mr-20 {
  margin-right: 20px !important;
}
@media screen and (min-width: 768px) {
  .u-mr-20-md {
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 12024px) {
  .u-mr-20-lg {
    margin-right: 20px !important;
  }
}
.u-ml-20 {
  margin-left: 20px !important;
}
@media screen and (min-width: 768px) {
  .u-ml-20-md {
    margin-left: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-ml-20-lg {
    margin-left: 20px !important;
  }
}
.u-mt-20 {
  margin-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-20-md {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-20-lg {
    margin-top: 20px !important;
  }
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-20-md {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-20-lg {
    margin-bottom: 20px !important;
  }
}
.u-mt-25 {
  margin-top: 25px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-25-md {
    margin-top: 25px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-25-lg {
    margin-top: 25px !important;
  }
}
.u-mb-25 {
  margin-bottom: 25px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-25-md {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-25-lg {
    margin-bottom: 25px !important;
  }
}
.u-mt-30 {
  margin-top: 30px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-30-md {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-30-lg {
    margin-top: 30px !important;
  }
}
.u-mb-30 {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-30-md {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-30-lg {
    margin-bottom: 30px !important;
  }
}
.u-mt-35 {
  margin-top: 35px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-35-md {
    margin-top: 35px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-35-lg {
    margin-top: 35px !important;
  }
}
.u-mb-35 {
  margin-bottom: 35px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-35-md {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-35-lg {
    margin-bottom: 35px !important;
  }
}
.u-mt-40 {
  margin-top: 40px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-40-md {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-40-lg {
    margin-top: 40px !important;
  }
}
.u-mb-40 {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-40-md {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-40-lg {
    margin-bottom: 40px !important;
  }
}
.u-mt-45 {
  margin-top: 45px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-45-md {
    margin-top: 45px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-45-lg {
    margin-top: 45px !important;
  }
}
.u-mb-45 {
  margin-bottom: 45px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-45-md {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-45-lg {
    margin-bottom: 45px !important;
  }
}
.u-mt-50 {
  margin-top: 50px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-50-md {
    margin-top: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-50-lg {
    margin-top: 50px !important;
  }
}
.u-mb-50 {
  margin-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-50-md {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-50-lg {
    margin-bottom: 50px !important;
  }
}
.u-mt-55 {
  margin-top: 55px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-55-md {
    margin-top: 55px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-55-lg {
    margin-top: 55px !important;
  }
}
.u-mb-55 {
  margin-bottom: 55px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-55-md {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-55-lg {
    margin-bottom: 55px !important;
  }
}
.u-mt-60 {
  margin-top: 60px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-60-md {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-60-lg {
    margin-top: 60px !important;
  }
}
.u-mb-60 {
  margin-bottom: 60px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-60-md {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-60-lg {
    margin-bottom: 60px !important;
  }
}
.u-mt-65 {
  margin-top: 65px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-65-md {
    margin-top: 65px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-65-lg {
    margin-top: 65px !important;
  }
}
.u-mb-65 {
  margin-bottom: 65px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-65-md {
    margin-bottom: 65px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-65-lg {
    margin-bottom: 65px !important;
  }
}
.u-mt-70 {
  margin-top: 70px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-70-md {
    margin-top: 70px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-70-lg {
    margin-top: 70px !important;
  }
}
.u-mb-70 {
  margin-bottom: 70px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-70-md {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-70-lg {
    margin-bottom: 70px !important;
  }
}
.u-mt-75 {
  margin-top: 75px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-75-md {
    margin-top: 75px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-75-lg {
    margin-top: 75px !important;
  }
}
.u-mb-75 {
  margin-bottom: 75px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-75-md {
    margin-bottom: 75px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-75-lg {
    margin-bottom: 75px !important;
  }
}
.u-mt-80 {
  margin-top: 80px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-80-md {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-80-lg {
    margin-top: 80px !important;
  }
}
.u-mb-80 {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-80-md {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-80-lg {
    margin-bottom: 80px !important;
  }
}
.u-mt-85 {
  margin-top: 85px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-85-md {
    margin-top: 85px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-85-lg {
    margin-top: 85px !important;
  }
}
.u-mb-85 {
  margin-bottom: 85px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-85-md {
    margin-bottom: 85px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-85-lg {
    margin-bottom: 85px !important;
  }
}
.u-mt-90 {
  margin-top: 90px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-90-md {
    margin-top: 90px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-90-lg {
    margin-top: 90px !important;
  }
}
.u-mb-90 {
  margin-bottom: 90px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-90-md {
    margin-bottom: 90px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-90-lg {
    margin-bottom: 90px !important;
  }
}
.u-mt-95 {
  margin-top: 95px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-95-md {
    margin-top: 95px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-95-lg {
    margin-top: 95px !important;
  }
}
.u-mb-95 {
  margin-bottom: 95px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-95-md {
    margin-bottom: 95px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-95-lg {
    margin-bottom: 95px !important;
  }
}
.u-mt-100 {
  margin-top: 100px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-100-md {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mt-100-lg {
    margin-top: 100px !important;
  }
}
.u-mb-100 {
  margin-bottom: 100px !important;
}
@media screen and (min-width: 768px) {
  .u-mb-100-md {
    margin-bottom: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-mb-100-lg {
    margin-bottom: 100px !important;
  }
}
/*スマホサイズのpadding　パディング*/
@media screen and (max-width: 767px) {
  .u-pt-0-md--down {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pt-0-lg--down {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-0-md--down {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pb-0-lg--down {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-10-md--down {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pr-10-md--down {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-10-md--down {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pl-10-md--down {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-30-md--down {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pt-30-lg--down {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-30-md--down {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pb-30-lg--down {
    padding-bottom: 30px !important;
  }
}
/*スマホサイズ以上のpadding　パディング*/
.u-p-0 {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .u-p-0-md {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-p-0-lg {
    padding: 0 !important;
  }
}
.u-pl-0 {
  padding-left: 0 !important;
}
@media screen and (min-width: 768px) {
  .u-pl-0-md {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pl-0-lg {
    padding-left: 0 !important;
  }
}
.u-pr-0 {
  padding-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .u-pr-0-md {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pr-0-lg {
    padding-right: 0 !important;
  }
}
.u-pt-0 {
  padding-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .u-pt-0-md {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-0-lg {
    padding-top: 0 !important;
  }
}
.u-pb-0 {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .u-pb-0-md {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-0-lg {
    padding-bottom: 0 !important;
  }
}
.u-pt-5 {
  padding-top: 5px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-5-md {
    padding-top: 5px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-5-lg {
    padding-top: 5px !important;
  }
}
.u-pb-5 {
  padding-bottom: 5px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-5-md {
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-5-lg {
    padding-bottom: 5px !important;
  }
}
.u-pl-5 {
  padding-left: 5px !important;
}
@media screen and (min-width: 768px) {
  .u-pl-5-md {
    padding-left: 5px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pl-5-lg {
    padding-left: 5px !important;
  }
}

.u-pl-10 {
  padding-left: 10px !important;
}
@media screen and (min-width: 768px) {
  .u-pl-10-md {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pl-10-lg {
    padding-left: 10px !important;
  }
}
.u-pt-10 {
  padding-top: 10px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-10-md {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-10-lg {
    padding-top: 10px !important;
  }
}
.u-pb-10 {
  padding-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-10-md {
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-10-lg {
    padding-bottom: 10px !important;
  }
}
.u-pr-10 {
  padding-right: 10px !important;
}
@media screen and (min-width: 768px) {
  .u-pr-10-md {
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pr-10-lg {
    padding-right: 10px !important;
  }
}
.u-pt-15 {
  padding-top: 15px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-15-md {
    padding-top: 15px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-15-lg {
    padding-top: 15px !important;
  }
}
.u-pb-15 {
  padding-bottom: 15px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-15-md {
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-15-lg {
    padding-bottom: 15px !important;
  }
}
.u-pl-15 {
  padding-left: 15px !important;
}
@media screen and (min-width: 768px) {
  .u-pl-15-md {
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pl-15-lg {
    padding-left: 15px !important;
  }
}
.u-pt-20 {
  padding-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-20-md {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-20-lg {
    padding-top: 20px !important;
  }
}
.u-pb-20 {
  padding-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-20-md {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-20-lg {
    padding-bottom: 20px !important;
  }
}
.u-pl-20 {
  padding-left: 20px !important;
}
@media screen and (min-width: 768px) {
  .u-pl-20-md {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pl-20-lg {
    padding-left: 20px !important;
  }
}
.u-pr-20 {
  padding-right: 20px !important;
}
@media screen and (min-width: 768px) {
  .u-pr-20-md {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pr-20-lg {
    padding-right: 20px !important;
  }
}
.u-pt-25 {
  padding-top: 25px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-25-md {
    padding-top: 25px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-25-lg {
    padding-top: 25px !important;
  }
}
.u-pb-25 {
  padding-bottom: 25px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-25-md {
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-25-lg {
    padding-bottom: 25px !important;
  }
}
.u-pt-30 {
  padding-top: 30px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-30-md {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-30-lg {
    padding-top: 30px !important;
  }
}
.u-pb-30 {
  padding-bottom: 30px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-30-md {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-30-lg {
    padding-bottom: 30px !important;
  }
}
.u-pl-30 {
  padding-left: 30px !important;
}
@media screen and (min-width: 768px) {
  .u-pl-30-md {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pl-30-md--down {
    padding-left: 30px !important;
  }
}
.u-pt-35 {
  padding-top: 35px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-35-md {
    padding-top: 35px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-35-lg {
    padding-top: 35px !important;
  }
}
.u-pb-35 {
  padding-bottom: 35px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-35-md {
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-35-lg {
    padding-bottom: 35px !important;
  }
}
.u-pr-40 {
  padding-right: 40px !important;
}
@media screen and (min-width: 768px) {
  .u-pr-40-md {
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pr-40-lg {
    padding-right: 40px !important;
  }
}
.u-pl-40 {
  padding-left: 40px !important;
}
@media screen and (min-width: 768px) {
  .u-pl-40-md {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pl-40-lg {
    padding-left: 40px !important;
  }
}
.u-pt-40 {
  padding-top: 40px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-40-md {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-40-lg {
    padding-top: 40px !important;
  }
}
.u-pb-40 {
  padding-bottom: 40px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-40-md {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-40-lg {
    padding-bottom: 40px !important;
  }
}
.u-pt-45 {
  padding-top: 45px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-45-md {
    padding-top: 45px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-45-lg {
    padding-top: 45px !important;
  }
}
.u-pb-45 {
  padding-bottom: 45px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-45-md {
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-45-lg {
    padding-bottom: 45px !important;
  }
}
.u-pl-45 {
  padding-left: 45px !important;
}
@media screen and (min-width: 768px) {
  .u-pl-45-md {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pl-45-md--down {
    padding-left: 45px !important;
  }
}
.u-pt-50 {
  padding-top: 50px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-50-md {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-50-lg {
    padding-top: 50px !important;
  }
}
.u-pb-50 {
  padding-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-50-md {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-50-lg {
    padding-bottom: 50px !important;
  }
}
.u-pl-50 {
  padding-left: 50px !important;
}
@media screen and (min-width: 768px) {
  .u-pl-50-md {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pl-50-md--down {
    padding-left: 50px !important;
  }
}
.u-pt-55 {
  padding-top: 55px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-55-md {
    padding-top: 55px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-55-lg {
    padding-top: 55px !important;
  }
}
.u-pb-55 {
  padding-bottom: 55px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-55-md {
    padding-bottom: 55px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-55-lg {
    padding-bottom: 55px !important;
  }
}
.u-pt-60 {
  padding-top: 60px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-60-md {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-60-lg {
    padding-top: 60px !important;
  }
}
.u-pb-60 {
  padding-bottom: 60px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-60-md {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-60-lg {
    padding-bottom: 60px !important;
  }
}
.u-pt-65 {
  padding-top: 65px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-65-md {
    padding-top: 65px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-65-lg {
    padding-top: 65px !important;
  }
}
.u-pb-65 {
  padding-bottom: 65px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-65-md {
    padding-bottom: 65px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-65-lg {
    padding-bottom: 65px !important;
  }
}
.u-pt-70 {
  padding-top: 70px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-70-md {
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-70-lg {
    padding-top: 70px !important;
  }
}
.u-pb-70 {
  padding-bottom: 70px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-70-md {
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-70-lg {
    padding-bottom: 70px !important;
  }
}
.u-pt-75 {
  padding-top: 75px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-75-md {
    padding-top: 75px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-75-lg {
    padding-top: 75px !important;
  }
}
.u-pb-75 {
  padding-bottom: 75px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-75-md {
    padding-bottom: 75px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-75-lg {
    padding-bottom: 75px !important;
  }
}
.u-pt-80 {
  padding-top: 80px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-80-md {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-80-lg {
    padding-top: 80px !important;
  }
}
.u-pb-80 {
  padding-bottom: 80px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-80-md {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-80-lg {
    padding-bottom: 80px !important;
  }
}
.u-pt-85 {
  padding-top: 85px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-85-md {
    padding-top: 85px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-85-lg {
    padding-top: 85px !important;
  }
}
.u-pb-85 {
  padding-bottom: 85px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-85-md {
    padding-bottom: 85px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-85-lg {
    padding-bottom: 85px !important;
  }
}
.u-pt-90 {
  padding-top: 90px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-90-md {
    padding-top: 90px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-90-lg {
    padding-top: 90px !important;
  }
}
.u-pb-90 {
  padding-bottom: 90px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-90-md {
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-90-lg {
    padding-bottom: 90px !important;
  }
}
.u-pt-95 {
  padding-top: 95px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-95-md {
    padding-top: 95px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-95-lg {
    padding-top: 95px !important;
  }
}
.u-pb-95 {
  padding-bottom: 95px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-95-md {
    padding-bottom: 95px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-95-lg {
    padding-bottom: 95px !important;
  }
}
.u-pt-100 {
  padding-top: 100px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-100-md {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pt-100-lg {
    padding-top: 100px !important;
  }
}
.u-pb-100 {
  padding-bottom: 100px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-100-md {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-pb-100-lg {
    padding-bottom: 100px !important;
  }
}
.u-strikethrough {
  text-decoration: line-through !important;
}
.u-emphasis {
  color: #c00 !important;
}
@media screen and (max-width: 767px) {
  .u-w-auto-md--down {
    width: auto !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-w-auto-lg--down {
    width: auto !important;
  }
}
.u-w-auto {
  width: auto !important;
}
@media screen and (min-width: 768px) {
  .u-w-auto-md {
    width: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-w-auto-lg {
    width: auto !important;
  }
}
.t_ul {
  text-decoration: underline;
}
.cursor-at {
  cursor: auto !important;
}
.u-bradius {
  border-radius: 0.5rem;
}
.box_border{
padding: 0.5em 1em;
    border: solid 1px #05698F;    
}

/* ==========================================================================//
// [汎用ここまで]
// ========================================================================== */


/*以下2024.2.26混雑状況ウィジェット追加*/
.p-today__status {
  margin-right: 54px;
}
.iframeWrap_congestion iframe {
  width: 307px;
  border-radius: 10px;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-today__status {
    margin-right: 0;
  }
  .iframeWrap_congestion iframe {
    width: 100%;
  }
}
.p-today__data .p-details-day__holiday .p-details-day__text span {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.83333;
}
/*  table.tbl-ticket_pt01 --------------------*/
table.tbl-ticket_pt01 th, table.tbl-ticket_pt01 td {
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  vertical-align: middle;
}
table.tbl-ticket_pt01 tbody th {
  background: #E4E4E4;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  table.tbl-ticket_pt01 {
    width: 100%;
    border-bottom: solid 1px #ccc;
  }
  table.tbl-ticket_pt01 th, table.tbl-ticket_pt01 td {
    border-bottom: none;
    display: block;
  }
  table.tbl-ticket_pt01 th {
    display: block;
    width: 100%;
  }
}
/* 非表示対応 */
.display-none {
  display: none;
}
.visibility-hidden {
  visibility: hidden; /*高さなどの構造は維持される*/
}
.icon_external:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 14px;

  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133.334' height='105.173' viewBox='0 0 100 78.88' fill='%23333'%3E%3Cpath d='M100 78.88H14.405v-9.098h76.497V13.55H100v65.33z'/%3E%3Cpath d='M0 0v60.781h81.046V0zm71.948 51.683H9.1V9.1h62.85z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
    background-position:0 1px; 
      margin-left: 4px;
    margin-right: 3px;

}
.icon_pdf:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 19px;
  background: url("/assets/image/ico/ico_pdf.svg") no-repeat;
  background-size: contain;
    margin-right: 8px;
}
.icon_word:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 19px;
  background: url("/assets/image/ico/ico_word.svg") no-repeat;
  background-size: contain;
    margin-right: 8px;
}

.icon_arrow_righ:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  right: 10px;
  width: 13px;
  height: 14px;
  background: url("/assets/image/ico/ico_arrow_right_02.svg") no-repeat;
  background-size: contain;
}
.btn, a.btn, button.btn {
  /*  font-size: 1.6rem;*/
  /*  font-weight: 700;*/
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  /*  color: #212529;*/
}
.btn-box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.btn-box .btn-box__child {
  /*border: 1px solid #909090;*/
  border-radius: 0.5rem;
  text-align: center;
}
.btn-box a {
  border-bottom: 0;
}
.btn--border-solid {
  border: 1px solid #909090;
  background-color: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .btn-box {
    display: block;
  }
  .btn-box .btn-box__child {
    width: 100%;
  }
}

/* 多言語版：outline対応 */
[tabindex="-1"]:focus,
[tabindex="-1"]:focus-visible {
  outline: none;
}