@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* ***************************
 Reset Extenstion
*************************** */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  display: block;
}

template,
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed !important;
}

[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: inherit;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: inherit;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

@font-face {
  font-family: 'NotoSansCJKjp_DemiLight';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSansCJKjp_DemiLight.woff') format('woff'),
    url('../font/NotoSansCJKjp_DemiLight.otf') format('opentype');
}
@font-face {
  font-family: 'NotoSansCJKjp_Light';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSansCJKjp_Light.woff') format('woff'),
    url('../font/NotoSansCJKjp_Light.otf') format('opentype');
}
@font-face {
  font-family: 'NotoSansCJKjp_thin';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSansCJKjp_thin.woff') format('woff'),
    url('../font/NotoSansCJKjp_thin.otf') format('opentype');
}
@font-face {
  font-family: 'NotoSansCJKjp_Medium';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSansCJKjp_Medium.woff') format('woff'),
    url('../font/NotoSansCJKjp_Medium.otf') format('opentype');
}
@font-face {
  font-family: 'NotoSansCJKjp_Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSansCJKjp_Regular.woff') format('woff'),
    url('../font/NotoSansCJKjp_Regular.otf') format('opentype');
}
/*---------------------------------
container overwrite
---------------------------------*/
.contents-wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents-wrap {
    margin: 0;
  }
}

/*---------------------------------
breadcrumbs overwrite
---------------------------------*/
.breadcrumbs > li,
.breadcrumbs li a {
  font-family: 'NotoSansCJKjp_Light';
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs > li,
  .breadcrumbs li a {
    font-size: 12px;
  }
}

/*---------------------------------
header overwrite
---------------------------------*/
.Gnav > .GnavBody > .gnavUtil > li > a > span.label,
.Gnav > .GnavBody > .gnavUtil > li > a > span {
  font-family: 'NotoSansCJKjp_Light';
}
@media screen and (max-width: 768px) {
  .Gnav > .GnavBody > .gnavUtil > li > a > span.label,
  .Gnav > .GnavBody > .gnavUtil > li > a > span {
    font-size: 10px;
    line-height: 18px;
  }
}

.gnav-list a {
  font-family: 'NotoSansCJKjp_Light';
  line-height: 32px;
}
.gnav-list .gnav-btn {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .Gnav > .GnavBody > .gnav-list ul > li > ul.icon-list > li > a {
    font-size: 18px;
  }
}

/*---------------------------------
sns overwrite
---------------------------------*/
#main .share-sns-column .share-sns-box .heading_title {
  font-family: 'NotoSansCJKjp_Light';
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  #main .share-sns-column .share-sns-box .heading_title {
    font-size: 16px;
    line-height: 28px;
  }
}
#main .share-sns-column .sns-link_area .facebook a,
#main .share-sns-column .sns-link_area .twitter a {
  font-family: 'NotoSansCJKjp_Light';
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  #main .share-sns-column .sns-link_area .facebook a,
  #main .share-sns-column .sns-link_area .twitter a {
    font-size: 13px;
    line-height: 23px;
  }
}
@media screen and (max-width: 768px) {
  #main .share-sns-column .sns-link_area .line a {
    font-size: 13px;
    line-height: 14px;
  }
}
#main .share-sns-column .sns-link_area .facebook a .heading_title {
  font-size: 15px;
}

/*---------------------------------
footer overwrite
---------------------------------*/
.menu-column div,
.menu-column li,
.menu-column a,
.menu-column p {
  font-family: 'NotoSansCJKjp_Light';
}

.menu-column .store_logo {
  font-size: 28px;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .menu-column .store_logo {
    font-size: 18px;
    line-height: 27px;
  }
}
.menu-column .menu-column_subcontents .subcontents-address,
.menu-column .menu-column_subcontents .subcontents-tel {
  font-size: 14px;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .menu-column .menu-column_subcontents .subcontents-address,
  .menu-column .menu-column_subcontents .subcontents-tel {
    font-size: 12px;
    line-height: 21px;
  }
}
.menu-column .linkBtn a {
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .menu-column .linkBtn a {
    font-size: 14px;
    line-height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .synthetic-list li a span {
    font-size: 10px;
    line-height: 11px;
  }
}

.footer_column > .col_item .footer_link li,
.footer_column > .col_item .footer_link li a {
  font-family: 'NotoSansCJKjp_Light';
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .footer_column > .col_item .footer_link li,
  .footer_column > .col_item .footer_link li a {
    font-size: 14px;
    line-height: 20px;
  }
}

html {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
    line-height: 22px;
  }
}
body {
  font: inherit;
  font-family: 'NotoSansCJKjp_Regular';
  color: #000000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  font: inherit;
}

.p-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  line-height: 1.25;
}

a {
  font-family: 'NotoSansCJKjp_Regular';
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

.font_en {
  font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

/* フォームリセット */
input,
button,
select,
textarea {
  font: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.js-accordion {
  display: none;
}

.js-accordion.is-active {
  display: block;
}

.js-accordion__openBtn {
  display: block;
}

.js-accordion__openBtn.is-hidden {
  display: none;
}

.l-inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: calc(100% - 50px);
    max-width: none;
    padding: 0 25px;
  }
}

.l-inner--white {
  background: #ffffff;
}

.l-inner--green {
  background: #b1ff00;
}
.l-inner--green .c-countDown,
.l-inner--green .c-intro__ja {
  color: #b1ff00;
}

.l-inner--gray {
  background: #f4f4f4;
}
.l-inner--gray .c-countDown,
.l-inner--gray .c-intro__ja {
  color: #ffffff;
}

.l-container {
  position: relative;
  background: transparent;
}

.l-container--muted {
  background: #f4f4f4;
}

.l-container--grayToGreen {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f4f4f4),
    color-stop(50%, #f4f4f4),
    color-stop(50%, #b1ff00),
    to(#b1ff00)
  );
  background: -webkit-linear-gradient(
    left,
    #f4f4f4 0%,
    #f4f4f4 50%,
    #b1ff00 50%,
    #b1ff00 100%
  );
  background: linear-gradient(
    to right,
    #f4f4f4 0%,
    #f4f4f4 50%,
    #b1ff00 50%,
    #b1ff00 100%
  );
}

.l-container--greenToGray {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b1ff00),
    color-stop(50%, #b1ff00),
    color-stop(50%, #f4f4f4),
    to(#f4f4f4)
  );
  background: -webkit-linear-gradient(
    left,
    #b1ff00 0%,
    #b1ff00 50%,
    #f4f4f4 50%,
    #f4f4f4 100%
  );
  background: linear-gradient(
    to right,
    #b1ff00 0%,
    #b1ff00 50%,
    #f4f4f4 50%,
    #f4f4f4 100%
  );
}

.l-section {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding-top: 94px;
    padding-bottom: 100px;
  }
}

.l-section--about {
  padding-top: 198px;
  padding-bottom: 184px;
}
@media screen and (max-width: 768px) {
  .l-section--about {
    padding-top: 100px;
    padding-bottom: 52px;
  }
}

.l-section.l-section--dArt {
  position: relative;
  padding-top: 113px;
  padding-bottom: 193px;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--dArt {
    padding-top: 94px;
    padding-bottom: 25px;
  }
}

.l-section.l-section--feelCloseToArt {
  position: relative;
  padding-top: 205px;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .l-section.l-section--feelCloseToArt {
    padding-top: 94px;
    padding-bottom: 0px;
  }
}

.l-section.l-section--yumichi {
  padding-top: 0px;
  padding-bottom: 0;
}

.l-section--exit {
  padding-top: 236px;
  padding-bottom: 149px;
}
@media screen and (max-width: 768px) {
  .l-section--exit {
    padding-top: 91px;
    padding-bottom: 100px;
  }
}

.l-section--assets {
  padding-top: 205px;
  padding-bottom: 178px;
}
@media screen and (max-width: 768px) {
  .l-section--assets {
    padding-top: 100px;
    padding-bottom: 72px;
  }
}

.c-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  background: #000000;
}

@media screen and (max-width: 768px) {
  .c-intro--spRow1 {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .c-intro--spRow1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background: #b1ff00;
  }
}
@media screen and (max-width: 768px) {
  .c-intro--spRow1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background: #b1ff00;
  }
}
.c-intro--spRow1 .c-intro__en {
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .c-intro--spRow2 {
    display: block;
    background: transparent;
  }
}
@media screen and (max-width: 768px) {
  .c-intro--spRow2 .c-intro__en {
    display: block;
    margin-bottom: -5px;
  }
}
@media screen and (max-width: 768px) {
  .c-intro--spRow2 .c-intro__ja {
    display: inline-block;
  }
}

.c-intro__en {
  padding-right: 5px;
}
.c-intro__en .thin {
  font-weight: 100;
}

.c-intro__enText {
  font-size: 1.5rem;
  line-height: 1;
  color: #000000;
  letter-spacing: 0.063em;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-intro__enText {
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.063em;
  }
}

.c-intro__ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-right: 3px;
  font-family: 'NotoSansCJKjp_DemiLight';
  font-size: 0.75rem;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.063em;
  background: #000000;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 768px) {
  .c-intro__ja {
    font-size: 0.625rem;
    line-height: 1;
  }
}
.c-intro__ja .font_en {
  font-weight: 300;
}

.c-intro__ja--spKernigNarow {
  letter-spacing: 0.001em;
}

.c-countDown__text {
  display: inline-block;
  font-family: 'NotoSansCJKjp_Light';
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.063em;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .c-countDown__text {
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.063em;
  }
}

.c-countDown__text.is-open {
  padding: 0 30px;
  color: #fff;
  background: #ef0000;
}
@media screen and (max-width: 768px) {
  .c-countDown__text.is-open {
    padding: 0 10px;
  }
}

.c-countDown__text.is-end {
  color: #ffffff;
  text-align: center;
  background: #484848;
}
@media screen and (max-width: 768px) {
  .c-countDown__text.is-end {
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.063em;
  }
}

.c-date__text {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.063em;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-date__text {
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.063em;
  }
}
@media screen and (max-width: 768px) {
  .c-date__text .sm {
    font-size: 0.625rem;
    line-height: 1;
  }
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'NotoSansCJKjp_thin';
  font-size: 4.625rem;
  line-height: 1.3513513514;
  color: #ffffff;
  letter-spacing: 0.063em;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 2.0625rem;
    line-height: 1.5757575758;
    letter-spacing: 0em;
  }
}
.c-title .font_en {
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .c-title .font_en {
    letter-spacing: 0.063em;
  }
}
.c-title .font_en .newLineEnText {
  display: inline-block;
  -webkit-transform: translatey(6.5px);
  transform: translatey(6.5px);
}
@media screen and (max-width: 768px) {
  .c-title .font_en .newLineEnText {
    -webkit-transform: translatey(3px);
    transform: translatey(3px);
  }
}
.c-title .font_en:not(:last-of-type) {
  padding-right: 21px;
}
@media screen and (max-width: 768px) {
  .c-title .font_en:not(:last-of-type) {
    padding-right: 0;
  }
}
.c-title .newLine {
  position: relative;
  vertical-align: bottom;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(10%, rgba(0, 0, 0, 0)),
    color-stop(10%, #000),
    color-stop(93%, #000),
    color-stop(93%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 10%,
    #000 10%,
    #000 93%,
    rgba(0, 0, 0, 0) 93%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 10%,
    #000 10%,
    #000 93%,
    rgba(0, 0, 0, 0) 93%,
    rgba(0, 0, 0, 0) 100%
  );
}
@media screen and (max-width: 768px) {
  .c-title .newLine {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(10%, rgba(0, 0, 0, 0)),
      color-stop(10%, #000),
      color-stop(93%, #000),
      color-stop(93%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 10%,
      #000 10%,
      #000 93%,
      rgba(0, 0, 0, 0) 93%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 10%,
      #000 10%,
      #000 93%,
      rgba(0, 0, 0, 0) 93%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}
@media screen and (max-width: 768px) {
  .c-title .newLine:not(:first-child) {
    font-size: 2.0625rem;
    line-height: 1.5757575758;
  }
}

@media screen and (max-width: 768px) {
  .c-title--spLg {
    font-size: 2.1875rem;
    line-height: 1.3714285714;
    letter-spacing: 0.039em;
  }
}

.newLine--spKerningNarrow {
  letter-spacing: 0.039em;
}
@media screen and (max-width: 768px) {
  .newLine--spKerningNarrow {
    font-size: 1.75rem;
    line-height: 1.9285714286;
    letter-spacing: 0.032em;
  }
}

@media screen and (max-width: 768px) {
  .newLine--spKerningWide {
    font-size: 2.1875rem;
    line-height: 1.7714285714;
    letter-spacing: 0.063em;
  }
}

.newLine--noWrap {
  white-space: nowrap;
}

.c-subTitle {
  font-family: 'NotoSansCJKjp_thin';
  font-size: 4.625rem;
  line-height: 1.3513513514;
  color: #ffffff;
  letter-spacing: 0.043em;
}
@media screen and (max-width: 768px) {
  .c-subTitle {
    font-size: 1.75rem;
    line-height: 1.7142857143;
    letter-spacing: 0.063em;
  }
}
.c-subTitle .newLine {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(10%, rgba(0, 0, 0, 0)),
    color-stop(10%, #000),
    color-stop(93%, #000),
    color-stop(93%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 10%,
    #000 10%,
    #000 93%,
    rgba(0, 0, 0, 0) 93%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 10%,
    #000 10%,
    #000 93%,
    rgba(0, 0, 0, 0) 93%,
    rgba(0, 0, 0, 0) 100%
  );
}
@media screen and (max-width: 768px) {
  .c-subTitle .newLine {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(20%, rgba(0, 0, 0, 0)),
      color-stop(20%, #000),
      color-stop(85%, #000),
      color-stop(85%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 20%,
      #000 20%,
      #000 85%,
      rgba(0, 0, 0, 0) 85%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 20%,
      #000 20%,
      #000 85%,
      rgba(0, 0, 0, 0) 85%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}
.c-subTitle .newLine .font_en {
  font-weight: 200;
}
.c-subTitle .newLine .font_en .newLineText {
  display: inline-block;
}

#main .c-leadText {
  font-family: 'NotoSansCJKjp_thin';
  font-size: 2rem;
  line-height: 1.3125;
  letter-spacing: 0.032em;
}
@media screen and (max-width: 768px) {
  #main .c-leadText {
    font-family: 'NotoSansCJKjp_Light';
    font-size: 1.3125rem;
    line-height: 1.5238095238;
    letter-spacing: 0.032em;
  }
}

#main .c-detail {
  padding: 13px 0;
  text-align: center;
  border: solid 1px #000000;
}
@media screen and (max-width: 768px) {
  #main .c-detail {
    padding: 15px 0;
  }
}
#main .c-detail__date {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.063em;
}
@media screen and (max-width: 768px) {
  #main .c-detail__date {
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0.063em;
  }
}
#main .c-detail__place {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.063em;
}
@media screen and (max-width: 768px) {
  #main .c-detail__place {
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0.063em;
  }
}
#main .c-detail__place .sm {
  margin-left: 5px;
  font-size: 0.875rem;
  line-height: 2.1428571429;
}
@media screen and (max-width: 768px) {
  #main .c-detail__place .sm {
    font-size: 0.75rem;
    line-height: 2;
  }
}

#main .c-text {
  font-family: 'NotoSansCJKjp_DemiLight';
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #main .c-text {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.063em;
  }
}
#main .c-text.c-text__spKerningNarrow {
  letter-spacing: 0.01em;
}

#main .c-imgList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 42px;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
@media screen and (max-width: 768px) {
  #main .c-imgList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 41px;
  }
}
@media screen and (max-width: 768px) {
  #main .c-imgList--spRowNarrow {
    row-gap: 26px;
  }
}
#main .c-imgList__img {
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  #main .c-imgList__img {
    margin-bottom: 7px;
  }
}
#main .c-imgList__img img {
  width: 100%;
}
#main .c-imgList__detail .c-imgList__painter,
#main .c-imgList__detail .c-imgList__title,
#main .c-imgList__detail .c-imgList__howToDraw,
#main .c-imgList__detail .c-imgList__size,
#main .c-imgList__detail .c-imgList__year,
#main .c-imgList__detail .c-imgList__price,
#main .c-imgList__detail .c-imgList__supplement {
  font-family: 'NotoSansCJKjp_Light';
  font-size: 1.125rem;
  line-height: 1.7777777778;
  text-align: center;
  letter-spacing: 0.063em;
}
@media screen and (max-width: 768px) {
  #main .c-imgList__detail .c-imgList__painter,
  #main .c-imgList__detail .c-imgList__title,
  #main .c-imgList__detail .c-imgList__howToDraw,
  #main .c-imgList__detail .c-imgList__size,
  #main .c-imgList__detail .c-imgList__year,
  #main .c-imgList__detail .c-imgList__price,
  #main .c-imgList__detail .c-imgList__supplement {
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0.063em;
  }
}
#main .c-imgList__detail .c-imgList__painter .font_en,
#main .c-imgList__detail .c-imgList__title .font_en,
#main .c-imgList__detail .c-imgList__howToDraw .font_en,
#main .c-imgList__detail .c-imgList__size .font_en,
#main .c-imgList__detail .c-imgList__year .font_en,
#main .c-imgList__detail .c-imgList__price .font_en,
#main .c-imgList__detail .c-imgList__supplement .font_en {
  font-weight: 300;
}
#main .c-imgList__note {
  font-family: 'NotoSansCJKjp_Light';
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-align: center;
  letter-spacing: 0.063em;
}
@media screen and (max-width: 768px) {
  #main .c-imgList__note {
    font-size: 0.625rem;
    line-height: 2;
  }
}
#main .c-imgList__introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 96px;
  margin-bottom: 10px;
  font-family: 'NotoSansCJKjp_Light';
  font-size: 1.3125rem;
  line-height: 1.5238095238;
  text-align: center;
  letter-spacing: 0.063em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
@media screen and (max-width: 768px) {
  #main .c-imgList__introduction {
    display: block;
    min-height: auto;
    font-size: 1rem;
    line-height: 1.3125;
    letter-spacing: 0.063em;
  }
}
#main .c-imgList__introduction .font_en {
  font-weight: 300;
}
#main .c-imgList__item:nth-last-child(-n + 2) .c-imgList__introduction {
  min-height: auto;
}
#main .c-imgList.c-imgList--col4 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
  row-gap: 43px;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
@media screen and (max-width: 768px) {
  #main .c-imgList.c-imgList--col4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 45px;
  }
}

#main .c-painterList__title {
  margin-bottom: 25px;
  font-family: 'NotoSansCJKjp_DemiLight';
  font-size: 0.875rem;
  line-height: 2.8571428571;
  text-align: center;
  letter-spacing: 0.063em;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  #main .c-painterList__title {
    font-size: 0.875rem;
    line-height: 2.8571428571;
    letter-spacing: 0.063em;
  }
}
#main .c-painterList__name {
  font-family: 'NotoSansCJKjp_DemiLight';
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.063em;
}
@media screen and (max-width: 768px) {
  #main .c-painterList__name {
    font-size: 0.75rem;
    line-height: 2.3333333333;
    letter-spacing: 0.063em;
  }
}
#main .c-painterList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  #main .c-painterList__list {
    display: block;
    margin-bottom: 22px;
  }
}
#main .c-painterList__group:first-child {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #main .c-painterList__group:first-child {
    width: 100%;
  }
}
#main .c-painterList__group:nth-child(2) {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #main .c-painterList__group:nth-child(2) {
    width: 100%;
  }
}
#main .c-painterList__group:last-child {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #main .c-painterList__group:last-child {
    width: 100%;
  }
}
#main .c-painterList__note {
  font-family: 'NotoSansCJKjp_DemiLight';
  font-size: 0.625rem;
  line-height: 3.6;
  letter-spacing: 0.063em;
}
@media screen and (max-width: 768px) {
  #main .c-painterList__note {
    font-size: 0.625rem;
    line-height: 2;
  }
}

.c-slider {
  position: absolute;
  height: 880px;
}
@media screen and (max-width: 768px) {
  .c-slider {
    height: 302px;
  }
}

.c-slider__mv {
  bottom: 0%;
  width: 11676px;
  height: 328px;
  background: url('../img/background_mv.png') repeat-x 0 -92px;
  -webkit-animation: slide_mv 40s linear infinite;
  animation: slide_mv 40s linear infinite;
}
@media screen and (max-width: 768px) {
  .c-slider__mv {
    bottom: 0%;
    height: 133px;
    background: url('../img/background_mv_sp.png') repeat-x 0 -36px;
    -webkit-animation: slide_mv 80s linear infinite;
    animation: slide_mv 80s linear infinite;
  }
}

@-webkit-keyframes slide_mv {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-5838px, 0, 0);
    transform: translate3d(-5838px, 0, 0);
  }
}

@keyframes slide_mv {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-5838px, 0, 0);
    transform: translate3d(-5838px, 0, 0);
  }
}
.c-slider__dArt {
  top: -3%;
  width: 10178px;
  background: url('../img/background_D-art.png') repeat-x;
  background-size: contain;
  -webkit-animation: slide_dArt 45s linear infinite;
  animation: slide_dArt 45s linear infinite;
}
@media screen and (max-width: 768px) {
  .c-slider__dArt {
    top: -0.3%;
    -webkit-animation: slide_dArt 90s linear infinite;
    animation: slide_dArt 90s linear infinite;
  }
}

@-webkit-keyframes slide_dArt {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-5089px, 0, 0);
    transform: translate3d(-5089px, 0, 0);
  }
}

@keyframes slide_dArt {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-5089px, 0, 0);
    transform: translate3d(-5089px, 0, 0);
  }
}
.c-slider__feelCloseToArt {
  top: -3%;
  width: 21968px;
  background: url('../img/background_feel-close-to-art.png') repeat-x;
  background-size: contain;
  -webkit-animation: slide_feelCloseToArt 70s linear infinite;
  animation: slide_feelCloseToArt 70s linear infinite;
}
@media screen and (max-width: 768px) {
  .c-slider__feelCloseToArt {
    top: 0%;
    -webkit-animation: slide_feelCloseToArt 140s linear infinite;
    animation: slide_feelCloseToArt 140s linear infinite;
  }
}

@-webkit-keyframes slide_feelCloseToArt {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-10984px, 0, 0);
    transform: translate3d(-10984px, 0, 0);
  }
}

@keyframes slide_feelCloseToArt {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-10984px, 0, 0);
    transform: translate3d(-10984px, 0, 0);
  }
}
.c-slider__streetCulture {
  top: -2%;
  width: 18940px;
  background: url('../img/background_street-culture.png') repeat-x;
  background-size: contain;
  -webkit-animation: slide_streetCulture 70s linear infinite;
  animation: slide_streetCulture 70s linear infinite;
}
@media screen and (max-width: 768px) {
  .c-slider__streetCulture {
    top: -0.25%;
    -webkit-animation: slide_streetCulture 140s linear infinite;
    animation: slide_streetCulture 140s linear infinite;
  }
}

@-webkit-keyframes slide_streetCulture {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-9470px, 0, 0);
    transform: translate3d(-9470px, 0, 0);
  }
}

@keyframes slide_streetCulture {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-9470px, 0, 0);
    transform: translate3d(-9470px, 0, 0);
  }
}
.c-slider__yumichi {
  top: 3%;
  width: 5686px;
  background: url('../img/background_yumichi.png') repeat-x;
  background-size: contain;
  -webkit-animation: slide_yumichi 30s linear infinite;
  animation: slide_yumichi 30s linear infinite;
}
@media screen and (max-width: 768px) {
  .c-slider__yumichi {
    top: 0%;
    -webkit-animation: slide_yumichi 60s linear infinite;
    animation: slide_yumichi 60s linear infinite;
  }
}

@-webkit-keyframes slide_yumichi {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2843px, 0, 0);
    transform: translate3d(-2843px, 0, 0);
  }
}

@keyframes slide_yumichi {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2843px, 0, 0);
    transform: translate3d(-2843px, 0, 0);
  }
}
.c-slider__popAndContemporary {
  top: 6%;
  width: 18940px;
  background: url('../img/background_contemporary.png') repeat-x;
  background-size: contain;
  -webkit-animation: slide_popAndContemporary 70s linear infinite;
  animation: slide_popAndContemporary 70s linear infinite;
}
@media screen and (max-width: 768px) {
  .c-slider__popAndContemporary {
    top: 2.3%;
    -webkit-animation: slide_popAndContemporary 140s linear infinite;
    animation: slide_popAndContemporary 140s linear infinite;
  }
}

@-webkit-keyframes slide_popAndContemporary {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-9470px, 0, 0);
    transform: translate3d(-9470px, 0, 0);
  }
}

@keyframes slide_popAndContemporary {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-9470px, 0, 0);
    transform: translate3d(-9470px, 0, 0);
  }
}
.c-slider__artCube {
  top: 11.5%;
  width: 12900px;
  background: url('../img/background_art-cube.png') repeat-x;
  background-size: contain;
  -webkit-animation: slide_artCube 60s linear infinite;
  animation: slide_artCube 60s linear infinite;
}
@media screen and (max-width: 768px) {
  .c-slider__artCube {
    top: 5.5%;
    -webkit-animation: slide_artCube 120s linear infinite;
    animation: slide_artCube 120s linear infinite;
  }
}

@-webkit-keyframes slide_artCube {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-6450px, 0, 0);
    transform: translate3d(-6450px, 0, 0);
  }
}

@keyframes slide_artCube {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-6450px, 0, 0);
    transform: translate3d(-6450px, 0, 0);
  }
}
.c-slider__fineArt {
  top: 1.5%;
  width: 19072px;
  background: url('../img/background_fine-art.png') repeat-x;
  background-size: contain;
  -webkit-animation: slide_fineArt 75s linear infinite;
  animation: slide_fineArt 75s linear infinite;
}
@media screen and (max-width: 768px) {
  .c-slider__fineArt {
    top: 1%;
    -webkit-animation: slide_fineArt 150s linear infinite;
    animation: slide_fineArt 150s linear infinite;
  }
}

@-webkit-keyframes slide_fineArt {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-9536px, 0, 0);
    transform: translate3d(-9536px, 0, 0);
  }
}

@keyframes slide_fineArt {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-9536px, 0, 0);
    transform: translate3d(-9536px, 0, 0);
  }
}
.c-slider__popSpringArt {
  top: 11%;
  width: 12384px;
  background: url('../img/background_pop-spring-art.png') repeat-x;
  background-size: contain;
  -webkit-animation: slide_popSpringArt 60s linear infinite;
  animation: slide_popSpringArt 60s linear infinite;
}
@media screen and (max-width: 768px) {
  .c-slider__popSpringArt {
    top: 4%;
    -webkit-animation: slide_popSpringArt 120s linear infinite;
    animation: slide_popSpringArt 120s linear infinite;
  }
}

@-webkit-keyframes slide_popSpringArt {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-6192px, 0, 0);
    transform: translate3d(-6192px, 0, 0);
  }
}

@keyframes slide_popSpringArt {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-6192px, 0, 0);
    transform: translate3d(-6192px, 0, 0);
  }
}
.p-header {
  position: fixed;
  top: -80px;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 80px;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 55px;
  }
}

.p-header.is-active {
  top: 0;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    padding: 14px 12px;
  }
}

.p-header__logo {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 27.5px;
  }
}

.p-header__menu__wrap {
  position: relative;
  z-index: 200;
}

.p-header__menu {
  position: fixed;
  top: -80px;
  right: 28px;
  width: 37.45px;
  height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .p-header__menu {
    right: 14px;
    height: 33px;
  }
}

.p-header__menu.is-active {
  top: 20px;
}
@media screen and (max-width: 768px) {
  .p-header__menu.is-active {
    top: 11px;
  }
}

.p-header__humberger {
  position: relative;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .p-header__humberger {
    height: 21px;
  }
}
.p-header__humberger span {
  position: absolute;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  background: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-header__humberger span {
    width: 21px;
  }
}
.p-header__humberger span:first-child {
  top: 0;
}
.p-header__humberger span:nth-child(2) {
  top: 8px;
}
@media screen and (max-width: 768px) {
  .p-header__humberger span:nth-child(2) {
    top: 7px;
  }
}
.p-header__humberger span:last-child {
  top: 16px;
}
@media screen and (max-width: 768px) {
  .p-header__humberger span:last-child {
    top: 14px;
  }
}

.p-header__menu.is-open .p-header__humberger span:first-child {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.p-header__menu.is-open .p-header__humberger span:nth-child(2) {
  top: 8px;
  left: 100%;
  opacity: 0;
}
.p-header__menu.is-open .p-header__humberger span:last-child {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.p-header__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-header__labelText {
  display: none;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-header__labelText {
    font-size: 0.625rem;
    line-height: 1;
  }
}
.p-header__labelText.is-open {
  display: block;
}

.html.is-fixed {
  overflow: hidden;
}

.p-nav {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #b1ff00;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-nav.is-open {
  left: 0%;
}

.p-nav__container {
  position: relative;
  height: 100%;
  padding: 87px 0;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .p-nav__container {
    padding: 103px 25px;
  }
}

.p-nav__inner {
  width: 100%;
  max-width: 762px;
  margin: 0 auto;
}

.p-nav__logo {
  position: absolute;
  top: 14px;
  left: 20px;
  width: 50px;
}

.p-nav__list {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .p-nav__list {
    margin-bottom: 23px;
  }
}

.p-nav__item:not(:last-child) {
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .p-nav__item:not(:last-child) {
    margin-bottom: 27px;
  }
}
.p-nav__item a {
  display: block;
  text-decoration: none;
}

.p-nav__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-nav__date {
  width: calc(100% - 248px);
  font-family: 'NotoSansCJKjp_Light';
  font-size: 2.125rem;
  line-height: 1;
  color: #000000;
  letter-spacing: 0.03em;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-nav__date {
    width: calc(100% - 106px);
    font-size: 0.9375rem;
    line-height: 1;
    letter-spacing: 0.028em;
  }
}
.p-nav__date .font_en {
  font-weight: 200;
}
.p-nav__date .sm {
  font-size: 1.6875rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-nav__date .sm {
    font-size: 0.75rem;
    line-height: 1;
  }
}

.p-nav__countDown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 248px;
  font-family: 'NotoSansCJKjp_DemiLight';
  font-size: 1.4375rem;
  line-height: 1;
  color: #000000;
  letter-spacing: 0.03em;
  background: #f4f4f4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 768px) {
  .p-nav__countDown {
    width: 106px;
    font-size: 0.625rem;
    line-height: 1;
  }
}

.p-nav__countDown.is-open {
  color: #ffffff;
  background: #ef0000;
}

.p-nav__countDown.is-end {
  color: #ffffff;
  background: #484848;
}

.p-nav__title {
  position: relative;
  font-family: 'NotoSansCJKjp_thin';
  font-size: 2.875rem;
  line-height: 1.1739130435;
  color: #ffffff;
  letter-spacing: 0.03em;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .p-nav__title {
    font-size: 1.25rem;
    line-height: 1.45;
    letter-spacing: 0.03em;
  }
}
.p-nav__title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background: #b1ff00;
}
@media screen and (max-width: 768px) {
  .p-nav__title:after {
    height: 0px;
  }
}
.p-nav__title .font_en {
  font-weight: 200;
}
.p-nav__title .sm {
  font-size: 1.75rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-nav__title .sm {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}

a.p-nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  color: #000000;
  text-decoration: none;
  letter-spacing: 0.03em;
  background: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 768px) {
  a.p-nav__button {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
  }
}

.p-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100vh - 128px);
}
@media screen and (max-width: 768px) {
  .p-mv {
    position: relative;
    display: block;
    height: calc(var(--vh, 1vh) * 100 - 93.797px);
    min-height: 100vh;
    /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    min-height: calc(var(--vh, 1vh) * 100 - 93.797px);
  }
}

.p-mv__left {
  position: relative;
  width: 50%;
  min-width: 617.344px;
  padding: 37px 40px;
  overflow: hidden;
  background: #b1ff00;
}
@media screen and (max-width: 768px) {
  .p-mv__left {
    width: 100%;
    min-width: auto;
    height: calc(100% - 70.3333333333px);
    padding: 13px 25px;
  }
}

.p-mv__right {
  width: 50%;
  max-width: calc(100% - 537.344px - 80px);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-mv__right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42%;
    max-width: none;
  }
}

.p-mv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right center;
  object-position: right center;
}
@media screen and (max-width: 768px) {
  .p-mv__img {
    width: 100%;
  }
}

.p-mv__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-mv__logo {
  width: 103px;
}
@media screen and (max-width: 768px) {
  .p-mv__logo {
    width: 50.72px;
  }
}

.p-mv__text {
  padding: 20px 33px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.15em;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-mv__text {
    padding: 8px 9px;
    font-size: 0.625rem;
    line-height: 1.8;
  }
}
.p-mv__text .kerning_sm {
  letter-spacing: 0.063em;
}

.p-mv__main {
  position: absolute;
  top: 28%;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-mv__main {
    top: 16%;
    width: calc(100% - 50px);
  }
}

.p-mv__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .p-mv__schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0px;
  }
}

.p-mv__date {
  padding-right: 15px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.063em;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-mv__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 0px;
    margin-top: 4px;
    font-size: 0.75rem;
    line-height: 2;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(15%, rgba(0, 0, 0, 0)),
      color-stop(15%, #ffffff),
      color-stop(90%, #ffffff),
      color-stop(90%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 15%,
      #ffffff 15%,
      #ffffff 90%,
      rgba(0, 0, 0, 0) 90%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 15%,
      #ffffff 15%,
      #ffffff 90%,
      rgba(0, 0, 0, 0) 90%,
      rgba(0, 0, 0, 0) 100%
    );
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.p-mv__date .font_en {
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-mv__date .font_en {
    font-size: 0.75rem;
    line-height: 2.0833333333;
    -webkit-transform: translateY(1.25px);
    transform: translateY(1.25px);
  }
}

.p-mv__countDown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 3px;
  font-family: 'NotoSansCJKjp_Light';
  font-size: 1.25rem;
  line-height: 1;
  color: #b1ff00;
  letter-spacing: 0.063em;
  background: #000000;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 768px) {
  .p-mv__countDown {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: 'NotoSansCJKjp_DemiLight';
    font-size: 0.75rem;
    line-height: 1;
    background: #000000;
  }
}

.p-mv__countDown.is-open {
  padding: 0 30px;
  color: #ffffff;
  background: #ef0000;
}
@media screen and (max-width: 768px) {
  .p-mv__countDown.is-open {
    padding: 0 15px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(15%, rgba(0, 0, 0, 0)),
      color-stop(15%, #ef0000),
      color-stop(90%, #ef0000),
      color-stop(90%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 15%,
      #ef0000 15%,
      #ef0000 90%,
      rgba(0, 0, 0, 0) 90%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 15%,
      #ef0000 15%,
      #ef0000 90%,
      rgba(0, 0, 0, 0) 90%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}

.p-mv__countDown.is-end {
  padding: 0 3px;
  color: #ffffff;
  background: #484848;
}
@media screen and (max-width: 768px) {
  .p-mv__countDown.is-end {
    padding: 0 5px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(15%, rgba(0, 0, 0, 0)),
      color-stop(15%, #484848),
      color-stop(90%, #484848),
      color-stop(90%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 15%,
      #484848 15%,
      #484848 90%,
      rgba(0, 0, 0, 0) 90%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 15%,
      #484848 15%,
      #484848 90%,
      rgba(0, 0, 0, 0) 90%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}

.newLine {
  display: inline-block;
}

.newLine--inline {
  display: inline;
}

.p-mv__title {
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 9px;
  font-family: 'NotoSansCJKjp_Light';
  font-size: 3.4375rem;
  line-height: 1.0909090909;
  color: #ffffff;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-mv__title {
    margin-bottom: 0px;
    font-size: 2.3125rem;
    line-height: 1.4324324324;
    letter-spacing: 0.063em;
  }
}
.p-mv__title .font_en {
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .p-mv__title .font_en {
    font-size: 2.625rem;
    line-height: 1.2619047619;
    letter-spacing: 0.07em;
  }
}
.p-mv__title .newLine {
  vertical-align: bottom;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(10%, rgba(0, 0, 0, 0)),
    color-stop(10%, #000),
    color-stop(91%, #000),
    color-stop(91%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 10%,
    #000 10%,
    #000 91%,
    rgba(0, 0, 0, 0) 91%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 10%,
    #000 10%,
    #000 91%,
    rgba(0, 0, 0, 0) 91%,
    rgba(0, 0, 0, 0) 100%
  );
}
@media screen and (max-width: 768px) {
  .p-mv__title .newLine {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(9%, rgba(0, 0, 0, 0)),
      color-stop(9%, #000),
      color-stop(91%, #000),
      color-stop(91%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 9%,
      #000 9%,
      #000 91%,
      rgba(0, 0, 0, 0) 91%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 9%,
      #000 9%,
      #000 91%,
      rgba(0, 0, 0, 0) 91%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}
.p-mv__title .newLine.font_en .newLineEnText {
  display: inline-block;
  -webkit-transform: translatey(4px);
  transform: translatey(4px);
}
@media screen and (max-width: 768px) {
  .p-mv__title .newLine.font_en .newLineEnText {
    -webkit-transform: translatey(2px);
    transform: translatey(2px);
  }
}

.p-mv__title.p-mv__title--lg {
  font-size: 4.625rem;
  line-height: 1.0810810811;
}

.p-mv__subTitle {
  font-family: 'NotoSansCJKjp_Light';
  font-size: 3.4375rem;
  font-weight: 400;
  line-height: 1.1818181818;
  color: #ffffff;
  letter-spacing: 0.063em;
}
@media screen and (max-width: 768px) {
  .p-mv__subTitle {
    font-size: 2.1875rem;
    line-height: 1.4857142857;
    letter-spacing: -0.08em;
  }
}
.p-mv__subTitle .newLine {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(10%, rgba(0, 0, 0, 0)),
    color-stop(10%, #000),
    color-stop(92%, #000),
    color-stop(92%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 10%,
    #000 10%,
    #000 92%,
    rgba(0, 0, 0, 0) 92%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 10%,
    #000 10%,
    #000 92%,
    rgba(0, 0, 0, 0) 92%,
    rgba(0, 0, 0, 0) 100%
  );
}
@media screen and (max-width: 768px) {
  .p-mv__subTitle .newLine {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(10%, rgba(0, 0, 0, 0)),
      color-stop(10%, #000),
      color-stop(93%, #000),
      color-stop(93%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 10%,
      #000 10%,
      #000 93%,
      rgba(0, 0, 0, 0) 93%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 10%,
      #000 10%,
      #000 93%,
      rgba(0, 0, 0, 0) 93%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}
.p-mv__subTitle .newLine.font_en {
  -webkit-transform: translatey(-4px);
  transform: translatey(-4px);
}
.p-mv__subTitle .newLine.font_en .newLineText {
  display: inline-block;
  -webkit-transform: translatey(4px);
  transform: translatey(4px);
}

#main .p-about__img {
  width: 346px;
  margin: 0 auto 109px;
}
@media screen and (max-width: 768px) {
  #main .p-about__img {
    width: 153px;
    margin: 0 auto 46px;
  }
}
#main .p-about__intro {
  margin-bottom: 118px;
}
@media screen and (max-width: 768px) {
  #main .p-about__intro {
    margin-bottom: 46px;
  }
}
#main .p-about__text {
  font-size: 2rem;
  line-height: 2.25;
  text-align: center;
  letter-spacing: 0.063em;
}
@media screen and (max-width: 768px) {
  #main .p-about__text {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
#main .p-about__text .sm {
  font-size: 1.625rem;
  line-height: 2.7692307692;
}
@media screen and (max-width: 768px) {
  #main .p-about__text .sm {
    font-size: 0.9375rem;
    line-height: 2.2666666667;
    letter-spacing: 0.225em;
  }
}
#main .p-about__text:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #main .p-about__text:not(:last-child) {
    margin-bottom: 27px;
  }
}

.p-about__textShow + .p-about__textButton {
  margin-top: 45px;
}

.p-about__textButton {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #ffffff !important;
  text-decoration: none !important;
  letter-spacing: 0.06em;
  background: #000000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.p-next__intro {
  margin-bottom: 77px;
}
@media screen and (max-width: 768px) {
  .p-next__intro {
    margin-bottom: 33px;
  }
}

.p-next__date {
  margin-bottom: 11px;
}

.p-open__countDown {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-open__countDown {
    margin-bottom: 0;
  }
}

.p-open__date {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-open__date {
    margin-bottom: 18px;
  }
}

.p-open__title {
  margin-bottom: 0px;
}

.p-open__titleArea {
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .p-open__titleArea {
    margin-bottom: 37px;
  }
}

.p-open__detail {
  position: relative;
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .p-open__detail {
    margin-bottom: 48px;
  }
}

.p-open__text {
  position: relative;
  margin-bottom: 39px;
}

.p-open__imgList {
  position: relative;
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .p-open__imgList {
    margin-bottom: 45px;
  }
}

#main .p-assets__intro {
  margin-bottom: 91px;
}
@media screen and (max-width: 768px) {
  #main .p-assets__intro {
    margin-bottom: 51px;
  }
}
#main .p-assets__title {
  position: relative;
  margin-bottom: 46px;
  font-family: 'NotoSansCJKjp_thin';
  font-size: 3.25rem;
  line-height: 1;
  letter-spacing: 0.063em;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  #main .p-assets__title {
    margin-bottom: 27px;
    font-size: 1.375rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}
#main .p-assets__title:before,
#main .p-assets__title:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
}
#main .p-assets__title:before {
  top: 0;
  height: 4px;
  background: #f4f4f4;
}
@media screen and (max-width: 768px) {
  #main .p-assets__title:before {
    height: 0px;
  }
}
#main .p-assets__title:after {
  bottom: -2px;
  height: 0px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  #main .p-assets__title:after {
    height: 2px;
  }
}
#main .p-assets__text {
  margin-bottom: 113px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  #main .p-assets__text {
    margin-bottom: 44px;
    font-size: 0.875rem;
    line-height: 2;
  }
}
#main .p-assets__item {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  #main .p-assets__item {
    margin-bottom: 43px;
  }
}
#main .p-assets__figcaption {
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #main .p-assets__figcaption {
    margin-bottom: 16px;
  }
}
#main .p-assets__figcaptionText {
  font-family: 'NotoSansCJKjp_DemiLight';
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.06em;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  #main .p-assets__figcaptionText {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
    letter-spacing: 0.06em;
  }
}
#main .p-assets__figcaptionText .font_en {
  font-weight: 300;
}
#main .p-assets__img {
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #main .p-assets__img {
    margin-bottom: 8px;
    pointer-events: auto;
  }
}
#main .p-assets__description {
  font-size: 0.625rem;
  line-height: 2;
  letter-spacing: 0.06em;
}

#main .p-archives__content {
  position: relative;
}
#main .p-archives__title {
  padding: 27px 0;
  margin-bottom: 150px;
  font-family: 'Poppins', sans-serif;
  font-size: 4.625rem;
  font-weight: 200;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.063em;
  border: solid 1px #000000;
}
@media screen and (max-width: 768px) {
  #main .p-archives__title {
    padding: 9px 0;
    margin-bottom: 43px;
    font-size: 2rem;
    line-height: 1.28125;
  }
}
#main .p-archives__list {
  position: relative;
}
#main .p-archives__list:not(:last-child) {
  margin-bottom: 192px;
}
@media screen and (max-width: 768px) {
  #main .p-archives__list:not(:last-child) {
    margin-bottom: 88px;
  }
}
#main .p-archives__list.p-archives__list--bgWhite {
  position: relative;
  padding-top: 58px;
  padding-bottom: 133px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  #main .p-archives__list.p-archives__list--bgWhite {
    padding: 0;
    background: #f4f4f4;
  }
}
#main .p-archives__list.p-archives__list--bgWhite:before {
  position: absolute;
  top: 0;
  left: calc(-100vw + 1200px);
  width: calc(100vw - 1200px);
  height: 100%;
  content: '';
  background-color: #ffffff;
}
@media screen and (max-width: 1400px) {
  #main .p-archives__list.p-archives__list--bgWhite:before {
    left: calc(-100vw + 1000px);
    width: calc(100vw - 1000px);
  }
}
@media screen and (max-width: 1100px) {
  #main .p-archives__list.p-archives__list--bgWhite:before {
    left: -100px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  #main .p-archives__list.p-archives__list--bgWhite:before {
    left: -50px;
    width: 50px;
    background: #f4f4f4;
  }
}
#main .p-archives__list.p-archives__list--bgWhite:after {
  position: absolute;
  top: 0;
  right: calc(-100vw + 1200px);
  width: calc(100vw - 1200px);
  height: 100%;
  content: '';
  background-color: #ffffff;
}
@media screen and (max-width: 1400px) {
  #main .p-archives__list.p-archives__list--bgWhite:after {
    right: calc(-100vw + 1000px);
    width: calc(100vw - 1000px);
  }
}
@media screen and (max-width: 1100px) {
  #main .p-archives__list.p-archives__list--bgWhite:after {
    right: -100px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  #main .p-archives__list.p-archives__list--bgWhite:after {
    right: -50px;
    width: 50px;
    background: #f4f4f4;
  }
}

#main .p-dArt__logo {
  margin-top: -2px;
  margin-bottom: -6px;
}
@media screen and (max-width: 768px) {
  #main .p-dArt__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 46px;
  }
}

#main .p-yumichi__title {
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  #main .p-yumichi__title {
    letter-spacing: 0;
  }
}
#main .p-yumichi__text {
  letter-spacing: 0.01em;
}
#main .p-yumichi__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 108px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  #main .p-yumichi__body {
    display: block;
    padding: 0;
    background-color: transparent;
  }
}
#main .p-yumichi__img {
  width: 222px;
}
@media screen and (max-width: 768px) {
  #main .p-yumichi__img {
    width: 100%;
    aspect-ratio: 275/263;
  }
}
#main .p-yumichi__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 20%;
  object-position: center 20%;
}
#main .p-yumichi__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 222px - 50px);
  padding: 3.4% 0 2.5%;
}
@media screen and (max-width: 768px) {
  #main .p-yumichi__content {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 47px;
  }
}
#main .p-yumichi__head {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #main .p-yumichi__head {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0;
    letter-spacing: 0.03em;
  }
}
#main .p-yumichi__foot {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #main .p-yumichi__foot {
    margin-top: 13px;
    font-size: 0.625rem;
    line-height: 2;
  }
}
#main .p-yumichi__foot {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #main .p-yumichi__foot {
    margin-top: 13px;
    font-size: 0.625rem;
    line-height: 2;
  }
}
#main .yumichi__imgList__title {
  margin-bottom: 50px;
  font-family: 'NotoSansCJKjp_DemiLight';
  font-size: 0.875rem;
  line-height: 2.8571428571;
  text-align: center;
  letter-spacing: 0.063em;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  #main .yumichi__imgList__title {
    margin-bottom: 29px;
    font-size: 0.875rem;
    line-height: 2.8571428571;
    letter-spacing: 0.063em;
  }
}

#main .p-feelCloseToArt__subTitle {
  display: none;
}
@media screen and (max-width: 768px) {
  #main .p-feelCloseToArt__subTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#main .artovilla {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #main .artovilla {
    display: block;
  }
}
#main .artovilla__main {
  width: 860px;
}
@media screen and (max-width: 768px) {
  #main .artovilla__main {
    width: calc(100% + 100px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

.p-partsBottom__item.u-marginPartsBottom {
  margin-top: 27px;
}

.u-pcNone {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pcNone {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-spNone {
    display: none;
  }
}

.u-none {
  display: none;
}

.is-formDisable input,
.is-formDisable select,
.is-formDisable textarea {
  color: #888;
  pointer-events: none;
  background-color: #ccc;
}

/*---------------------------------
component
---------------------------------*/
/*---------------------------------
project
---------------------------------*/
/*---------------------------------
project/section
---------------------------------*/
/*---------------------------------
utility
---------------------------------*/

/*# sourceMappingURL=styles.css.map */
