<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
global &gt; color
------------------------------
*/
/*!
global &gt; font
------------------------------
*/
:root {
  --font-family-base: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gara {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
}

/*!
foundation &gt; reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
foundation &gt; base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "ヒラギノ明朝 ProN W3", serif;
  font: 16px "ヒラギノ明朝 ProN W3", serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #fff;
  -webkit-text-size-adjust: none;
  -ms-font-feature-settings: "normal";
  font-weight: 400;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
}
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  width: 100%;
}

html, body {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #000;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.add_overray {
  overflow: hidden;
}

address {
  font-style: normal;
}

.sp {
  display: none;
}
@media screen and (max-width: 860px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 860px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}
@media screen and (max-width: 428px) {
  .mb {
    display: block;
  }
}

#wrapper {
  margin: 0 auto;
  position: relative;
}

@media print {
  body {
    display: none;
  }
}
img {
  /* PCの右クリック禁止 */
  pointer-events: none;
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/*!
utility &gt; utility
------------------------------
*/
.u-mb-em05 {
  margin-bottom: 0.5em;
}

.u-mb-em025 {
  margin-bottom: 0.25em;
}

.u-mb-em1 {
  margin-bottom: 1em;
}

.u-mb-em2 {
  margin-bottom: 2em;
}

.u-pb-05em {
  padding-bottom: 0.5em;
}

.u-txt-center {
  text-align: center;
}

.u-txt-right {
  text-align: right;
}

.u-sp_inline {
  display: none;
}
@media screen and (max-width: 860px) {
  .u-sp_inline {
    display: inline;
  }
}

.u-inlineBlock {
  display: inline-block;
}

.u-link1 {
  position: relative;
  display: block;
}
.u-link1:hover, .u-link1:active {
  -webkit-animation: scaleanim 1s infinite;
          animation: scaleanim 1s infinite;
}

@-webkit-keyframes scaleanim {
  0% {
    -webkit-transform: translate(0px, 0px) scale(100%);
            transform: translate(0px, 0px) scale(100%);
  }
  40% {
    -webkit-transform: translate(0, -5px) scale(101%);
            transform: translate(0, -5px) scale(101%);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(100%);
            transform: translate(0px, 0px) scale(100%);
  }
}

@keyframes scaleanim {
  0% {
    -webkit-transform: translate(0px, 0px) scale(100%);
            transform: translate(0px, 0px) scale(100%);
  }
  40% {
    -webkit-transform: translate(0, -5px) scale(101%);
            transform: translate(0, -5px) scale(101%);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(100%);
            transform: translate(0px, 0px) scale(100%);
  }
}
.u-link-fuwa:hover, .u-link-fuwa:active {
  -webkit-animation: scaleanim 1s infinite;
          animation: scaleanim 1s infinite;
}

.u-menu {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: auto;
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  .u-menu {
    width: 90%;
    margin: auto;
  }
}

.u-menu-item {
  width: 260px;
  margin: 0 10px 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .u-menu-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-menu-item {
    width: calc(50% - 12px);
    margin: 0 6px 20px;
  }
}

.u-menu-link {
  display: block;
}
.u-menu-link figure {
  position: relative;
  width: calc(100% - 12px);
  border-radius: 50%;
  background-color: #989898;
  margin: auto;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.u-menu-link figure::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  display: block;
  border-radius: 50%;
  border: 1px solid #989898;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.u-menu-link:hover figure {
  padding: 5px;
}
.u-menu-link:hover figure::before {
  -webkit-animation: scaleanim2 1s infinite;
          animation: scaleanim2 1s infinite;
}

@-webkit-keyframes scaleanim2 {
  0% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
  99% {
    -webkit-transform: scale(107%);
            transform: scale(107%);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
}

@keyframes scaleanim2 {
  0% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
  99% {
    -webkit-transform: scale(107%);
            transform: scale(107%);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
}
.u-menu-num {
  font-size: 2.6rem;
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .u-menu-num {
    font-size: 1.5rem;
  }
}

.u-menu-name {
  font-size: 2rem;
  font-family: bodoni-urw, serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 0.75em;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .u-menu-name {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-top: 1em;
  }
}
.u-menu-name span {
  font-size: 55%;
}

.u-menu-wrap {
  display: block;
}
@media screen and (max-width: 1000px) {
  .u-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*!
animation &gt; fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.fadeIn.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ファーストビューでのフェードイン */
.fade-first {
  opacity: 0;
  -webkit-animation-name: sample01;
          animation-name: sample01;
  -webkit-animation-duration: 6.5s;
          animation-duration: 6.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes sample01 {
  0%, 60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes sample01 {
  0%, 60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*!
animation &gt; loading
------------------------------
*/
/* Loading背景画面設定 */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  color: #FFEBB1;
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

/* Loading画像中央配置 */
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFEBB1;
  width: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #splash_text {
    font-size: 1.4rem;
  }
}
#splash_text .progressbar-text {
  color: #FFEBB1;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
  height: 2px;
}

/*割れる画面のアニメーション*/
.loader_cover {
  width: 100%;
  height: 50%;
  background-color: #000;
  -webkit-transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

/*上の画面*/
.loader_cover-up {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

/*クラス名がついたらY軸方向に0*/
.coveranime {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

/*!
animation &gt; inorder
------------------------------
*/
/* 順番に現れる動き */
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeTrigger {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.a-inorder-time01 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.a-inorder-time02 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.a-inorder-time03 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.a-inorder-time04 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.a-inorder-time05 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.a-inorder-time06 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.a-inorder-time07 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.a-inorder-time08 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

/*
.a-inorder-time09{
	animation-delay: 3.2s;
}
.a-inorder-time10{
	animation-delay: 3.4s;
}
.a-inorder-time11{
	animation-delay: 3.6s;
}
.a-inorder-time12{
	animation-delay: 3.8s;
}
.a-inorder-time13{
	animation-delay: 4s;
}
.a-inorder-time14{
	animation-delay: 4.2s;
}
.a-inorder-time15{
	animation-delay: 4.4s;
}
.a-inorder-time16{
	animation-delay: 4.6s;
}
.a-inorder-time17{
	animation-delay: 4.8s;
}
.a-inorder-time18{
	animation-delay: 5s;
}
.a-inorder-time19{
	animation-delay: 5.2s;
}
.a-inorder-time20{
	animation-delay: 5.4s;
}*/
.a-inorder-last {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}

.a-inorder-bg {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.a-inorder-logo {
  -webkit-animation-delay: 4.15s;
          animation-delay: 4.15s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.a-inorder-txt1 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
}

.a-inorder-txt2 {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
}

/*
.a-inorder-scroll{
	animation-delay: 3.4s;
	animation-duration: 1.7s;
}*/
/*!
animation &gt; fadein
------------------------------
*/
/* チカチカ光 */
.a-blink-01 {
  -webkit-animation: blink 0.5s infinite alternate;
          animation: blink 0.5s infinite alternate;
}

.a-blink-02 {
  -webkit-animation: blink 0.6s infinite alternate;
          animation: blink 0.6s infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 0.9;
    fill: #FFEBB1;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(237, 229, 136, 0.6)) blur(0px);
            filter: drop-shadow(0px 0px 3px rgba(237, 229, 136, 0.6)) blur(0px);
  }
  65% {
    opacity: 1;
    fill: #FFF7E0;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(237, 229, 136, 0.6)) blur(1px);
            filter: drop-shadow(0px 0px 5px rgba(237, 229, 136, 0.6)) blur(1px);
  }
  70% {
    opacity: 0.8;
    fill: #FFEBB1;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(237, 229, 136, 0.2)) blur(0px);
            filter: drop-shadow(0px 0px 2px rgba(237, 229, 136, 0.2)) blur(0px);
  }
  73% {
    opacity: 1;
    -webkit-filter: drop-shadow(0px 0px 6px rgba(237, 229, 136, 0.6)) blur(1px);
            filter: drop-shadow(0px 0px 6px rgba(237, 229, 136, 0.6)) blur(1px);
  }
  74.3% {
    opacity: 1;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(237, 229, 136, 0.6)) blur(1px);
            filter: drop-shadow(0px 0px 5px rgba(237, 229, 136, 0.6)) blur(1px);
  }
  75% {
    opacity: 0.2;
    -webkit-filter: drop-shadow(0px 0px 1px rgba(237, 229, 136, 0.2)) blur(0px);
            filter: drop-shadow(0px 0px 1px rgba(237, 229, 136, 0.2)) blur(0px);
  }
  75.5% {
    opacity: 1;
    fill: #FFEBB1;
    -webkit-filter: drop-shadow(0px 0px 8px rgba(237, 229, 136, 0.8)) blur(1px);
            filter: drop-shadow(0px 0px 8px rgba(237, 229, 136, 0.8)) blur(1px);
  }
  82% {
    opacity: 1;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(237, 229, 136, 0.6)) blur(1px);
            filter: drop-shadow(0px 0px 5px rgba(237, 229, 136, 0.6)) blur(1px);
  }
  100% {
    opacity: 1;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(237, 229, 136, 0.6)) blur(0px);
            filter: drop-shadow(0px 0px 3px rgba(237, 229, 136, 0.6)) blur(0px);
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 0.9;
    fill: #FFEBB1;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(237, 229, 136, 0.6)) blur(0px);
            filter: drop-shadow(0px 0px 3px rgba(237, 229, 136, 0.6)) blur(0px);
  }
  65% {
    opacity: 1;
    fill: #FFF7E0;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(237, 229, 136, 0.6)) blur(1px);
            filter: drop-shadow(0px 0px 5px rgba(237, 229, 136, 0.6)) blur(1px);
  }
  70% {
    opacity: 0.8;
    fill: #FFEBB1;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(237, 229, 136, 0.2)) blur(0px);
            filter: drop-shadow(0px 0px 2px rgba(237, 229, 136, 0.2)) blur(0px);
  }
  73% {
    opacity: 1;
    -webkit-filter: drop-shadow(0px 0px 6px rgba(237, 229, 136, 0.6)) blur(1px);
            filter: drop-shadow(0px 0px 6px rgba(237, 229, 136, 0.6)) blur(1px);
  }
  74.3% {
    opacity: 1;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(237, 229, 136, 0.6)) blur(1px);
            filter: drop-shadow(0px 0px 5px rgba(237, 229, 136, 0.6)) blur(1px);
  }
  75% {
    opacity: 0.2;
    -webkit-filter: drop-shadow(0px 0px 1px rgba(237, 229, 136, 0.2)) blur(0px);
            filter: drop-shadow(0px 0px 1px rgba(237, 229, 136, 0.2)) blur(0px);
  }
  75.5% {
    opacity: 1;
    fill: #FFEBB1;
    -webkit-filter: drop-shadow(0px 0px 8px rgba(237, 229, 136, 0.8)) blur(1px);
            filter: drop-shadow(0px 0px 8px rgba(237, 229, 136, 0.8)) blur(1px);
  }
  82% {
    opacity: 1;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(237, 229, 136, 0.6)) blur(1px);
            filter: drop-shadow(0px 0px 5px rgba(237, 229, 136, 0.6)) blur(1px);
  }
  100% {
    opacity: 1;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(237, 229, 136, 0.6)) blur(0px);
            filter: drop-shadow(0px 0px 3px rgba(237, 229, 136, 0.6)) blur(0px);
  }
}
/*!
component &gt; btn
------------------------------
*/
.c-btn-order {
  display: block;
  margin: auto;
  max-width: 600px;
  width: 90%;
  border: 4px solid #FFFFFF;
  padding: 30px 20px;
  cursor: pointer;
  font-size: 4rem;
  font-weight: 700;
  color: #FFFFFF;
  font-family: "bebas-kai", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-btn-order {
    padding: 20px 0;
    font-size: 2.8rem;
  }
}
.c-btn-order:hover {
  background-color: rgba(255, 235, 177, 0.1);
}

/*!
component &gt; title
------------------------------
*/
.c-title-item {
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 5.7rem;
  letter-spacing: 0.025em;
  line-height: 1.1;
  margin-top: 0.3em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-title-item {
    font-size: 4rem;
    margin-top: 0;
    margin-bottom: 0.4em;
  }
}

.c-title-interview {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  .c-title-interview {
    font-size: 1.8rem;
  }
}

/*!
layout &gt; container
------------------------------
*/
.l-container {
  width: 90%;
  margin: auto;
}

.l-container-center {
  text-align: center;
  margin: auto;
}

/*!
layout &gt; header
------------------------------
*/
header {
  position: fixed;
  height: 80px;
  padding: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}
@media screen and (max-width: 768px) {
  header {
    height: 50px;
  }
}
header #gnav_btn {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 10000;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  header #gnav_btn {
    width: 50px;
    height: 50px;
  }
}
header #gnav_btn span {
  display: block;
  width: 80px;
  height: 80px;
  background: url("../img/top/btn_menu-01.png") no-repeat left top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  header #gnav_btn span {
    width: 50px;
    height: 50px;
  }
}
header #gnav_btn.open {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
header nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow-y: scroll;
  color: #fff;
  height: 100%;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  header nav {
    bottom: 0;
  }
}
header nav h1 {
  max-width: 478px;
  padding-top: 80px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  header nav h1 {
    width: 70%;
    margin: 0 auto 35px;
  }
}
header nav #nav_back {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 35px 0 60px;
}
header nav #nav_back a {
  margin-bottom: 25px;
  display: block;
}
header nav #nav_back a img {
  width: 158px;
}
header nav #nav_back .outside {
  padding: 10px 50px;
  border: 1px solid #fff;
  margin: 0 auto;
  display: block;
  width: 20%;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  header nav #nav_back .outside {
    width: 60%;
  }
}
header .gnav-item {
  text-align: center;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  header .gnav-item {
    padding-bottom: 60px;
  }
}
header .gnav-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 3rem;
  font-family: bodoni-urw, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 100;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  header .gnav-item-list {
    font-size: 2rem;
    display: block;
    margin-bottom: 50px;
  }
}
header .gnav-item-list li {
  margin: 0 1.5em 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  header .gnav-item-list li {
    margin: 0 auto 0.75em;
  }
}
header .gnav-item-list li a {
  display: block;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  header .gnav-item-list li a {
    display: inline-block;
  }
}

/*!
layout &gt; footer
------------------------------
*/
#glamb {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#glamb .glamb_inner {
  width: 88%;
  max-width: 900px;
  margin: 0 auto 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #glamb .glamb_inner {
    margin: 0 auto 0;
  }
}
#glamb .glamb_inner .glamb_detail {
  padding: 50px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  margin-bottom: 40px;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #glamb .glamb_inner .glamb_detail {
    padding: 30px 0;
    display: block;
    margin-bottom: 70px;
  }
}
#glamb .glamb_inner .glamb_detail img {
  padding: 0 40px;
  width: 220px;
}
@media screen and (max-width: 768px) {
  #glamb .glamb_inner .glamb_detail img {
    padding: 0 0 25px;
    width: 110px;
    display: block;
    margin: 0 auto;
  }
}
#glamb .glamb_ext {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #glamb .glamb_ext {
    width: 100%;
  }
}

#map {
  background-color: #270028;
  overflow: hidden;
}
#map h3 {
  position: relative;
  width: 277px;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #map h3 {
    width: 110px;
  }
}
#map .iframe {
  width: 100%;
  margin: -138px auto -10px;
}
@media screen and (max-width: 768px) {
  #map .iframe {
    height: 500px;
    margin: -55px auto -10px;
  }
}
#map .iframe .mono {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#footer {
  background: #1A1A1A;
  color: #fff;
  padding-bottom: 50px;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#footer .footer_inner {
  width: 88%;
  max-width: 900px;
  margin: -240px auto 0;
  padding-top: 240px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner {
    margin: 0 auto;
    padding-top: 30px;
  }
}
#footer .footer_inner .glamb_detail {
  padding: 100px 0 30px;
  margin-bottom: 100px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .glamb_detail {
    border: none;
    margin: 0;
    padding: 25px 0 80px;
  }
}
#footer .footer_inner .shop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 30px 0 40px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop ul {
    display: block;
    padding: 0;
  }
}
#footer .footer_inner .shop ul li {
  width: 41%;
  border-left: 1px solid #fff;
  padding: 5px 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop ul li {
    margin-bottom: 20px;
    width: 100%;
  }
}
#footer .footer_inner .shop ul li:first-child {
  border-left: none;
  padding-right: 0;
}
#footer .footer_inner .shop ul li.flag {
  width: 18%;
  font-size: 1.4rem;
  padding-left: 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop ul li.flag {
    width: 100%;
    margin-bottom: 30px;
  }
}
#footer .footer_inner .shop ul li h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
#footer .footer_inner .shop ul li a {
  padding: 5px 5px 5px 6px;
  border: 1px solid #fff;
  margin-left: 10px;
  color: #fff;
}
#footer .footer_inner .shop .shop_tel {
  width: 58%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop .shop_tel {
    width: 100%;
    display: block;
  }
}
#footer .footer_inner .shop .shop_tel a {
  width: 48%;
  padding: 10px;
  line-height: 1.2;
  background: #333;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop .shop_tel a {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
}
#footer .footer_inner .shop .shop_tel a img {
  width: 18px;
  margin-right: 5px;
}
#footer .footer_inner .footer_content {
  width: 88%;
  max-width: 900px;
  padding: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  margin: 35px auto 35px;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_content {
    padding: 4%;
  }
}
#footer .footer_inner .footer_content h4 {
  width: 14%;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_content h4 {
    width: 40%;
    padding-left: 0.5em;
  }
}
#footer .footer_inner .footer_content ul {
  padding: 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 86%;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_content ul {
    width: 60%;
    display: block;
  }
}
#footer .footer_inner .footer_content ul li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_content ul li {
    width: 100%;
  }
}
#footer .footer_inner .link_app {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #C0966E;
}
#footer .footer_inner .link_icos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .link_icos {
    width: 70%;
  }
}
#footer .footer_inner .link_icos li {
  text-align: center;
}
#footer .footer_inner .link_icos li a {
  display: block;
}
#footer .footer_inner .link_icos li path {
  fill: #C0966E;
}
#footer .footer_inner .link_icos li:nth-child(1) .desvg, #footer .footer_inner .link_icos li:nth-child(2) .desvg, #footer .footer_inner .link_icos li:nth-child(4) .desvg, #footer .footer_inner .link_icos li:nth-child(6) .desvg {
  width: 48px;
}
#footer .footer_inner .link_icos li:nth-child(3) .desvg, #footer .footer_inner .link_icos li:nth-child(5) .desvg {
  width: 40px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .link_icos li {
    margin-bottom: 20px;
    width: 33.333%;
  }
}
#footer .footer_inner .footer_logo {
  text-align: center;
  margin: 60px auto 25px;
  width: 116px;
}
#footer .footer_inner .footer_copy {
  text-align: center;
  font-size: 1.4rem;
}

/*!
layout &gt; lightbox
------------------------------
*/
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/common/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container &gt; .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/common/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/common/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/common/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

/*!
page &gt; top
------------------------------
*/
.top-main {
  background-color: #000;
  width: 100%;
}

.top-main-list {
  max-width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}
.top-main-list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top-main-list li {
    width: 100%;
    height: 100%;
  }
}
.top-main-list li.top-main-final {
  width: 100%;
  left: 0;
  background-color: #000000;
  background-size: cover;
}
.top-main-list li .top-main-image {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 768px) {
  .top-main-list li .top-main-image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.top-main-list .top-main-last {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top-main-list .top-main-last .top-main-logo {
  position: relative;
  display: block;
  min-width: 307px;
  width: 30%;
  margin: 0 auto 20px;
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(237, 229, 136, 0.6)) blur(0px);
          filter: drop-shadow(0px 0px 5px rgba(237, 229, 136, 0.6)) blur(0px);
  /*circle{
  	fill: #FFEBB1;
  	filter: drop-shadow(0px 0px 5px rgba(237, 229, 136, 0.6)) blur(0px);
  }*/
}
@media screen and (max-width: 768px) {
  .top-main-list .top-main-last .top-main-logo {
    width: 307px;
    min-width: none;
    height: 188px;
  }
}
.top-main-list .top-main-last .top-main-txt1 {
  display: block;
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #fff;
  position: relative;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .top-main-list .top-main-last .top-main-txt1 {
    font-size: 3.2rem;
  }
}
.top-main-list .top-main-txt2 {
  width: 120px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-main-list .top-main-txt2 {
    width: 80px;
  }
}

.top-lead {
  color: #fff;
  font-size: 2rem;
  line-height: 2.5;
  padding: 100px 0 50px;
}
@media screen and (max-width: 768px) {
  .top-lead {
    font-size: 1.4rem;
    line-height: 2;
    padding: 40px 0 40px;
  }
}

.top-lead-inner {
  text-align: center;
  max-width: 1000px;
  width: 90%;
  margin: auto;
}
.top-lead-inner span {
  display: inline-block;
  font-size: 75%;
}

.top-comment {
  color: #fff;
  font-size: 1.7rem;
  line-height: 2.5;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .top-comment {
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 70px;
  }
}

.top-comment-inner {
  text-align: left;
  max-width: 1000px;
  width: 90%;
  margin: auto;
  position: relative;
  padding: 50px 7% 50px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.top-comment-inner .head-box {
  position: relative;
  margin-top: 100px;
}
.top-comment-inner .head-box::after {
  content: '';
  width: 1px;
  height: 150px;
  background: #d0131c;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
}
.top-comment-inner h2 {
  font-size: 5rem;
  line-height: 1;
  color: #FFFFFF;
  font-family: "bebas-kai", sans-serif;
}
.top-comment-inner .txt {
  padding-left: 0;
  text-align: right;
}
.top-comment-inner .txt p {
  margin-bottom: 25px;
}
.top-comment-inner .txt p:first-child {
  font-size: 125%;
  font-weight: 700;
}
.top-comment-inner span {
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  .top-comment {
    position: relative;
  }
  .top-comment::after {
    content: '';
    width: 70%;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .top-comment-inner {
    padding: 40px 0 40px;
  }
  .top-comment-inner .head-box {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .top-comment-inner .txt {
    width: 100%;
  }
  .top-comment-inner .txt p:first-child {
    text-align: left;
  }
  .top-comment-inner .txt p:first-child br {
    display: none;
  }
  .top-comment-inner {
    margin-bottom: 0;
  }
  .line-up {
    padding-bottom: 80px;
    position: relative;
  }
  .line-up::after {
    content: '';
    width: 70%;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .line-up .head-box {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
  }
  .line-up-inner .head-box::after {
    content: '';
    width: 1px;
    height: 150px;
    background: #d0131c;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
  }
  .line-up-inner h2 {
    font-size: 5rem;
    line-height: 1;
    color: #FFFFFF;
    font-family: "bebas-kai", sans-serif;
  }
}

.top-lineup {
  color: #fff;
  position: relative;
  padding: 70px 0 100px;
}
.top-lineup::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  width: 100%;
  height: 100%;
  opacity: 0.7;
  display: block;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.top-lineup--sicks::before {
  background-image: url("../img/top/img_lineup1-01.jpg");
}
.top-lineup--punch {
  padding: 70px 0 100px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-lineup--punch {
    padding: 190px 0 100px;
    margin-bottom: 0;
  }
}
.top-lineup--punch::before {
  background-image: url("../img/top/img_lineup2-01.jpg");
}
.top-lineup--punch .top-lineup-name {
  top: 10%;
}
@media screen and (max-width: 768px) {
  .top-lineup--punch .top-lineup-name {
    top: -60px;
  }
}

.top-lineup-name {
  text-align: center;
  position: absolute;
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 13rem;
  letter-spacing: -0.02em;
  top: 40%;
  left: 0;
  width: 100%;
  line-height: 0.85;
}
@media screen and (max-width: 768px) {
  .top-lineup-name {
    font-size: 5.7rem;
    top: 35%;
  }
}
.top-lineup-name span {
  display: block;
  font-size: 4.8rem;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 768px) {
  .top-lineup-name span {
    font-size: 2.6rem;
  }
}

.top-lineup-tit {
  width: 280px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .top-lineup-tit {
    width: 180px;
    margin: 0 auto 40px;
  }
}

.top-lineup-live {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
}

.top-lineup-comment {
  position: relative;
  text-align: right;
  font-size: 2rem;
  width: 90%;
  max-width: 1500px;
  margin: 1.4em auto 1em;
}
@media screen and (max-width: 768px) {
  .top-lineup-comment {
    font-size: 1.3rem;
  }
}
.top-lineup-comment ul {
  width: 91%;
  max-width: 700px;
  margin: 0 0 0 auto;
}
.top-lineup-comment li {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.2em;
  margin-bottom: 0.35em;
}
@media screen and (max-width: 428px) {
  .top-lineup-comment li .txt_letter {
    letter-spacing: 0;
  }
}
.top-lineup-comment .top-lineup-comment-sign {
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.8rem;
  margin-top: 1em;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .top-lineup-comment .top-lineup-comment-sign {
    font-size: 1.2rem;
  }
}

.top-about {
  color: #fff;
  max-width: 1000px;
  width: 96%;
  margin: 0 auto 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding-bottom: 50px;
  }
}
.top-about figure {
  width: 85%;
  margin: auto;
}
.top-about article {
  width: 90%;
  margin: -2em auto 0;
  font-size: 1.6rem;
  line-height: 2;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-about article {
    font-size: 1rem;
  }
}
.top-about article::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  -ms-filter: blur(10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-about-caution {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .top-about-caution {
    font-size: 1.6rem;
  }
}

.top-item {
  padding-top: 100px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 768px) {
  .top-item {
    padding-top: 60px;
    margin: 0 auto 80px;
  }
}

.top-item-num {
  text-align: center;
  width: 56px;
  height: 34px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top-item-num {
    width: 36px;
    height: 22px;
  }
}

.top-item-inner {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1000px) {
  .top-item-inner {
    margin: 0 auto 10px;
  }
}
.top-item-inner .top-item-main {
  width: 58%;
  margin: 0 2% 60px -1%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1000px) {
  .top-item-inner .top-item-main {
    width: 100%;
    margin: 20px auto 20px;
  }
  .top-item-inner .top-item-main figure {
    width: 102%;
  }
}
@media screen and (max-width: 1000px) {
  .top-item-inner .top-item-main--04 {
    margin-left: -2%;
  }
}
.top-item-inner .top-item-wear {
  width: 60%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 1000px) {
  .top-item-inner .top-item-wear {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 80%;
    margin-bottom: 20px;
  }

}
.top-item-inner .top-item-wear figure {
  width: 50%;
}
.top-item-inner .top-item-wear figure:nth-child(2n) {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .top-item-inner .top-item-wear figure:nth-child(2n) {
    margin-top: 20px;
  }
}
.top-item-inner .top-item-detail {
  width: 34%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .top-item-inner .top-item-detail {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 90%;
    margin: auto;
    margin-bottom: 45px;
  }
}

.top-item-detail-num {
  width: 108px;
}
@media screen and (max-width: 768px) {
  .top-item-detail-num {
    width: 54px;
  }
}

.top-item-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .top-item-spec {
    font-size: 1.4rem;
  }
}
.top-item-spec span {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-item-spec span {
    font-size: 1.2rem;
  }
}
.top-item-spec::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.top-item-spec::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.top-item-spec li {
  width: 50%;
  padding: 20px 10px 17px;
}
@media screen and (max-width: 768px) {
  .top-item-spec li {
    padding: 10px 10px 8px;
  }
}

.top-item-explanation {
  font-size: 1.6rem;
  line-height: 2;
  margin: 2em auto;
  padding-bottom: 2em;
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 768px) {
  .top-item-explanation {
    font-size: 1.1rem;
  }
}

.top-item-comment dt {
  width: 190px;
}
@media screen and (max-width: 768px) {
  .top-item-comment dt {
    width: 120px;
  }
}
.top-item-comment dd {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top-item-comment dd {
    font-size: 1.1rem;
  }
}
.top-item-comment .top-item-comment-sign {
  text-align: right;
  padding: 0 3.5em 0.1em 0;
  background: url("../img/top/txt_comment-02.svg") no-repeat right center;
  background-size: 35px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top-item-comment .top-item-comment-sign {
    background-size: 25px;
  }
}

.top-item-light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .top-item-light {
    margin-top: 20px;
  }
}
.top-item-light a {
  position: relative;
}
.top-item-light a::after {
  position: absolute;
  content: url("../img/top/ico_expansion.svg");
  bottom: 0;
  left: 0;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .top-item-light a::after {
    width: 14px;
  }
}
.top-item-light a:nth-child(1) {
  width: 40%;
}
.top-item-light a:nth-child(2) {
  width: 40%;
}
.top-item-light a:nth-child(3) {
  width: 20%;
}

.top-gallery {
  max-width: 1280px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .top-gallery {
    margin: 0 auto 30px;
  }
}
.top-gallery figure {
  width: 90%;
  margin: 0 auto 5px 0;
}
.top-gallery figure:nth-child(2n) {
  margin: 0 0 5px auto;
}
.top-gallery figure.top-gallery-half {
  width: 60%;
}

.top-exhibition {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 200px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .top-exhibition {
    padding-top: 10px;
    margin: 0 auto 70px;
  }
}

.top-exhibition-tit {
  margin: 0 auto;
  width: 524px;
}
@media screen and (max-width: 768px) {
  .top-exhibition-tit {
    width: 262px;
    margin: 0 auto;
  }
}

.top-exhibition-day {
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 5.6rem;
  text-align: center;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .top-exhibition-day {
    font-size: 3.6rem;
  }
}
.top-exhibition-day span {
  display: inline-block;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #fff;
}

.top-exhibition-open {
  position: relative;
  text-align: center;
}
.top-exhibition-open .top-exhibition-time {
  position: absolute;
  width: 100%;
  top: 0.5em;
  left: 0;
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 3.6rem;
  letter-spacing: -0.02em;
}
.top-exhibition-open .top-exhibition-time span {
  font-size: 90%;
}
@media screen and (max-width: 768px) {
  .top-exhibition-open .top-exhibition-time {
    font-size: 2.6rem;
  }
}

.top-exhibition-txt {
  width: 90%;
  max-width: 720px;
  margin: -2em auto 70px;
  font-size: 1.8rem;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-exhibition-txt {
    font-size: 1.2rem;
    margin: -1em auto 40px;
  }
}

.top-exhibition-form {
  text-align: center;
  margin: 30px auto 50px;
}
@media screen and (max-width: 768px) {
  .top-exhibition-form {
    margin: 20px auto 35px;
  }
}
.top-exhibition-form .form_btn {
  display: block;
  max-width: 500px;
  width: 90%;
  border: 1px solid #fff;
  border-radius: 60px;
  margin: auto;
  padding: 1em 0.75em 0.75em;
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top-exhibition-form .form_btn {
    font-size: 2.1rem;
  }
}
.top-exhibition-form .form_btn span {
  font-size: 1.8rem;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .top-exhibition-form .form_btn span {
    font-size: 1.4rem;
  }
}
.top-exhibition-form .form_btn:hover {
  background-color: rgba(255, 235, 177, 0.2);
}

.top-greeting {
  text-align: center;
  max-width: 720px;
  width: 90%;
  margin: auto;
  padding: 40px 30px;
  background-color: #242424;
  position: relative;
}
.top-greeting::after {
  content: "";
  border: 1px solid #4D4D4D;
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  left: 8px;
  top: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-greeting h3 {
  font-family: "bebas-kai", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 4.6rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .top-greeting h3 {
    font-size: 2.6rem;
  }
}
.top-greeting h3::after {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  margin: auto;
  position: relative;
  background-color: #fff;
}

.top-greeting-txt1 {
  font-size: 2.2rem;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .top-greeting-txt1 {
    font-size: 1.6rem;
  }
}

.top-greeting-txt2 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .top-greeting-txt2 {
    font-size: 1.5rem;
  }
}

.top-interview {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
.top-interview article {
  width: 90%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .top-interview article {
    margin: 0 auto 50px;
  }
}

.top-interview-tit {
  width: 510px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .top-interview-tit {
    width: 255px;
  }
}

.top-interview-img1 {
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .top-interview-img1 {
    margin: 0 auto 35px;
  }
}

.top-interview-img2 {
  margin: 0 5% 80px 0;
  width: 45%;
}
@media screen and (max-width: 860px) {
  .top-interview-img2 {
    margin: 0 0 50px auto;
    width: 80%;
  }
}

.top-interview-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
}
@media screen and (max-width: 860px) {
  .top-interview-wrap {
    display: block;
    width: 100%;
    margin: auto;
  }
}
.top-interview-wrap article {
  width: 50%;
}
@media screen and (max-width: 860px) {
  .top-interview-wrap article {
    width: 90%;
  }
}

.top-interview-block {
  font-size: 1.4rem;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  margin-bottom: 1.75em;
}
@media screen and (max-width: 768px) {
  .top-interview-block {
    font-size: 1.3rem;
  }
}
.top-interview-block dt {
  color: #bbb;
  padding-left: 2em;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.6;
}
.top-interview-block dt::before {
  content: "——";
  display: inline-block;
  margin-left: -2em;
}

.top-prof {
  width: 94%;
  max-width: 900px;
  margin: 0 auto 180px;
  border: 1px solid #fff;
  padding: 40px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .top-prof {
    padding: 20px;
    font-size: 1rem;
    margin: 0 auto 150px;
  }
}

.top-prof-tit {
  font-size: 3.7rem;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .top-prof-tit {
    font-size: 2.7rem;
  }
}
.top-prof-tit span {
  font-size: 2rem;
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .top-prof-tit span {
    font-size: 1.4rem;
    display: block;
  }
}

.modal_open {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.modal_open:hover {
  opacity: 0.8;
}
.modal_open:hover::after {
  width: 42px;
  right: 10px;
}
.modal_open.top-summer video {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.modal_open.top-summer:hover {
  opacity: 1;
}
.modal_open.top-summer:hover video {
  opacity: 0.8;
}
.modal_open.top-summer:hover .top-summer-arrow {
  color: #ccb274;
}
.modal_open.top-summer:hover .top-summer-arrow::after {
  border-color: #ccb274;
  background-image: url("../img/top/ico_slash-03.svg");
}

.modal_box {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: fixed;
  z-index: 7777;
  display: none;
  margin: auto;
  padding: 0 0 170px;
  color: #fff;
  background-color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 20px;
  left: 0;
  right: 0;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);*/
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  max-width: 1000px;
  overflow-y: auto;
  padding: 80px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .modal_box {
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 45px 30px 30px;
  }
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.4);
}

.top-modal-closeIcon {
  position: fixed;
  z-index: 3;
  display: block;
  width: calc(100% - 40px);
  max-width: 1000px;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .top-modal-closeIcon {
    width: calc(100% - 20px);
    top: auto;
    bottom: 30px;
  }
}
.top-modal-closeIcon a {
  width: 38px;
  height: 38px;
  display: inline-block;
  margin-right: 40px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .top-modal-closeIcon a {
    width: 21px;
    height: 21px;
    margin-right: 18px;
  }
}
.top-modal-closeIcon a:hover {
  opacity: 0.7;
}

.modal_box .modal_head {
  text-align: center;
}
.modal_box .modal_head h3 {
  font-size: 3.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .modal_box .modal_head h3 {
    font-size: 2.7rem;
  }
}
.modal_box .modal_head p {
  margin-top: 10px;
}
.modal_box dl {
  padding: 40px 0;
}
.modal_box dl dt {
  margin-bottom: 30px;
}
.modal_box p {
  margin-top: 30px;
}
.modal_box p b {
  font-size: 130%;
}
.modal_box .modal_img {
  margin-top: 30px;
}
/*# sourceMappingURL=style.css.map */

.top-lead h2 {
  margin-bottom: 35px;
  font-size: 2rem;
  font-family: "bebas-kai", sans-serif;
}
.top-lead p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.head-box__title {
  width: 35%;
}
.product-box .head-box {
  margin-bottom: 0px;
}
.product-box .head-box__title--labels {
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "bebas-kai", sans-serif;
}
.product-box .head-box__title h2 {
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 15px;
  font-family: "bebas-kai", sans-serif;
  font-weight: 700;
}
.product-box .head-box__title--info {
  font-size: 2.2rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  font-family: "bebas-kai", sans-serif;
}
.product-box .head-box__txt {
  width: 65%;
  padding-left: 3rem;
}
.product-box__main--thumbnail {
  margin-bottom: 80px;
}
.product-box__main--list {
  margin-bottom: 80px;
}
.product-box__main--list .d-flex {
  margin: 0 -20px;
}
.product-box__main--list .items {
  width: 50%;
  padding: 0 20px;
}
.product-box__main--list .items h3 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-align: center;
}
.product-box__main--list .items figure {
  margin-bottom: 20px;
}
.product-box__main--img {
  text-align: center;
}
.product-box__main--img img {
  margin-bottom: 8rem;
  max-width: 90%;
}
.product-box__main--img .w6 img {
  max-width: 60%;
}
.product-box__main--imgsl .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 60px;
  padding: 0 5%;
}
.product-box__main--imgsl .items picture {
  display: inline-block;
  width: 60%;
}
.product-box__main--imgsl .items:nth-child(even) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.exhibition-box {
  margin-bottom: 100px;
}
.exhibition-box .head-box {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
.exhibition-box .head-box::after {
  content: '';
  width: 1px;
  height: 150px;
  background: #d0131c;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
}
.exhibition-box h2 {
  font-size: 5rem;
  line-height: 1;
  color: #FFFFFF;
  font-family: "bebas-kai", sans-serif;
}
.exhibition-box__main--thumbnail {
  text-align: center;
  margin-bottom: 60px;
}
.exhibition-box__main--thumbnail img {
  width: 50%;
}
.exhibition-box__main--des {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
.exhibition-box__main--des span {
  font-size: 80%;
}
.exhibition-box__main h3 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 2rem;
  font-weight: 700;
}
.exhibition-box__main--txt {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .product-box .head-box {
    position: relative;
    margin-bottom: 30px;
  }
  .head-box__title {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
  }
  .head-box__thumbnail {
    margin-bottom: 40px;
  }
  .product-box .head-box__title--labels {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .product-box .head-box__title h2 {
    font-size: 3.5rem;
    margin-bottom: 5px;
  }
  .product-box .head-box__title--info {
    font-size: 1.6rem;
  }
  .product-box .head-box__txt {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .product-box__main--list {
    width: 90%;
    margin: 0 auto 60px;
  }
  .product-box__main--list .d-flex {
    margin: 0;
  }
  .product-box__main--list .items {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .product-box__main--img .w6 {
    padding-left: 50px;
  }
  .product-box__main--img .w6 img {
    max-width: 100%;
  }
  .product-box__main--img img {
    max-width: 100%;
    margin-bottom: 60px;
  }
  .product-box__main--img picture:last-child img {
    margin-bottom: 0;
  }
  .product-box__main--img .pd0sp {
    padding: 0;
  }
  .product-box__main--imgsl .items {
    padding: 0;
  }
  .product-box__main--imgsl .items:nth-child(1) {
    padding-right: 50px;
  }
  .product-box__main--imgsl .items:nth-child(2) {
    padding-left: 70px;
  }
  .product-box__main--imgsl .items picture {
    width: 100%;
  }
  .exhibition-box__main--thumbnail img {
    width: 100%;
  }
  .exhibition-box__main {
    width: 90%;
    margin: 0 auto;
  }
  .exhibition-box__main--des {
    display: block;
  }
  .exhibition-box__main--des br {
    display: none;
  }
  .exhibition-box__main--des span {
    font-size: 70%;
  }
  .exhibition-box__main--txt {
    display: block;
  }
  .exhibition-box__main--txt p {
    margin-bottom: 20px;
  }
  .exhibition-box__main--txt span {
    font-size: 80%;
  }
}
.tel {
  pointer-events: all !important;
}</pre></body></html>