@charset "UTF-8";
@keyframes is-open-pc {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    opacity: 1;
  }
}
/* Base Style
===============================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1535px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 1326px) {
  html {
    font-size: 44%;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 62.5%;
  }
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

img {
  height: auto;
}

a:hover {
  cursor: pointer;
}

/* Visible Style
===============================*/
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 1110px) {
  .tb {
    display: none;
  }
}

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

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

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

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

#footer-link-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  #footer-link-sp {
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  #footer-link-pc {
    display: none;
  }
}

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

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

/* Media Query
===============================*/
/* Margin Calc Set
===============================*/
body {
  font-family: Arial, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}

/*  共通：色設定
===============================*/
body {
  color: #221714;
}

.brown {
  color: #b19362;
}

.white {
  color: #FFFFFF;
}

/*  タイトル周辺 設定
===============================*/
.mv-copy {
  font-size: 15px;
  line-height: 2.2;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/*  OKIさん周辺 設定
===============================*/
.oki-name {
  font-size: 29px;
  font-weight: bold;
}
.oki-name .oki-position {
  font-size: 14px;
}

/*  エキシビジョン周辺 設定
===============================*/
.exhi-h3 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
}
.exhi-h3 .exhi-small {
  font-size: 15px;
}

/*  各アコーディオン　概要 設定
===============================*/
/*  各アコーディオン 設定
===============================*/
.detail {
  line-height: 1.4;
}

.detail-dl {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.detail-dl .detail-dd {
  line-height: 1.4;
}
.detail-dl .detail-dt {
  line-height: 1.4;
  font-weight: bold;
}
.detail-dl .shop-list {
  font-size: 12px;
  text-align: justify;
  line-height: 1.5;
}

.detail-description {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  text-align: justify;
}

.detail-caption {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.6;
}

.live-paint .paint-title {
  color: #fff000;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.025em;
}
.live-paint .paint-description {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}
.live-paint .paint-caption {
  font-size: 10px;
  font-weight: 700;
}

.artist-name {
  font-size: 24px;
  font-weight: bold;
}

.artist-position {
  font-size: 12px;
  font-weight: bold;
}

.artist-description {
  font-size: 12px;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.detail-prize {
  font-size: 17px;
  font-weight: bold;
}

.detail-number {
  font-size: 17px;
  font-weight: normal;
  text-align: right;
}

/*  読者プレゼント周辺 設定
===============================*/
.present-p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.present-anker {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.075em;
}

/* Media Query
===============================*/
/* Margin Calc Set
===============================*/
/* ARROW SETTINGS
===============================*/
.arrow {
  width: 6%;
  transition: 0.5s;
}
.arrow:hover {
  cursor: pointer;
}

.arrowA {
  top: 40%;
  right: 0%;
}

.arrowB {
  top: 40%;
  right: 0%;
}

.arrowC {
  top: 40%;
  right: 0%;
}

.arrowD {
  top: 40%;
  right: 0%;
}

.arrowE {
  top: 40%;
  right: 0%;
}

.arrowF {
  top: 40%;
  right: 0%;
}

.arrow-active {
  transform-origin: center;
  transform: rotate(180deg);
}

/* 定番 TRANSITION-Y
================================*/
.trans-y {
  opacity: 0;
  transform: translateY(4%);
}

.trans-y-active {
  opacity: 1;
  transform: translateY(0%);
  transition: 0.75s ease-in-out;
}

.pon {
  opacity: 0;
  transform: scale(0.8);
}

.pon-active {
  animation: pon 0.5s ease-in-out forwards;
}

@keyframes pon {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* オープニング アニメーション
================================*/
.mv-title-img {
  opacity: 0;
  transform: translateY(2%) translateZ(0);
  filter: blur(5px);
}
.mv-title-img:nth-child(1) {
  transition-delay: 0.125s;
}
.mv-title-img:nth-child(2) {
  transition-delay: 0.175s;
}
.mv-title-img:nth-child(3) {
  transition-delay: 0.225s;
}
.mv-title-img:nth-child(4) {
  transition-delay: 0.275s;
}
.mv-title-img:nth-child(5) {
  transition-delay: 0.325s;
}
.mv-title-img:nth-child(6) {
  transition-delay: 0.375s;
}
.mv-title-img:nth-child(7) {
  transition-delay: 0.425s;
}
.mv-title-img:nth-child(8) {
  transition-delay: 0.475s;
}
.mv-title-img:nth-child(9) {
  transition-delay: 0.525s;
}

.mv-title-active {
  opacity: 1;
  transform: translateY(0%) translateZ(0);
  filter: blur(0);
  transition: 0.75s;
}

.mv-shower-img {
  opacity: 0;
  transform: scaleY(0.85) translateY(-2%);
  transform-origin: 50% 20%;
}
.mv-shower-img:nth-child(10) {
  transition-delay: 0s;
}
.mv-shower-img:nth-child(11) {
  transition-delay: 0.05s;
}
.mv-shower-img:nth-child(12) {
  transition-delay: 0.1s;
}
.mv-shower-img:nth-child(13) {
  transition-delay: 0.15s;
  transform-origin: 50% 70%;
}
.mv-shower-img:nth-child(14) {
  transition-delay: 0.2s;
  transform-origin: 50% 70%;
}
.mv-shower-img:nth-child(15) {
  transition-delay: 0.25s;
  transform-origin: 50% 70%;
}
.mv-shower-img:nth-child(16) {
  transition-delay: 0.3s;
  transform-origin: 50% 70%;
}
.mv-shower-img:nth-child(17) {
  transition-delay: 0.35s;
  transform-origin: 50% 70%;
}
.mv-shower-img:nth-child(18) {
  transition-delay: 0.4s;
  transform-origin: 50% 70%;
}

.mv-shower-img-active {
  opacity: 1;
  transition: 0.5s ease-in-out;
  transform: scaleY(1) translateY(0);
}

.mv-title-sub {
  opacity: 0;
  transform: translateY(4%) translateZ(0);
  filter: blur(5px);
  transition: 0.75s ease-in-out;
  transition-delay: 0.375s;
}

.mv-sub-active {
  opacity: 1;
  transform: translateY(0%) translateZ(0);
  filter: blur(0px);
}

.mv-title-date {
  opacity: 0;
  transform: translateY(3%) translateZ(0);
  filter: blur(5px);
  transition: 0.75s ease-in-out;
  transition-delay: 0.525s;
}

.mv-date-active {
  opacity: 1;
  transform: translateY(0%) translateZ(0);
  filter: blur(0px);
}

.mv-copy {
  opacity: 0;
  transform: translateY(0.5%) translateZ(0);
  transition: 0.75s ease-in-out;
  transition-delay: 0.775s;
}

.mv-copy-active {
  opacity: 1;
  transform: translateY(0%) translateZ(0);
}

/* 左側ロゴ
================================*/
.left-logo-img {
  animation: left 3s ease-in-out infinite;
}
.left-logo-img:nth-child(2) {
  animation-delay: 0.05s;
}
.left-logo-img:nth-child(3) {
  animation-delay: 0.1s;
}
.left-logo-img:nth-child(4) {
  animation-delay: 0.15s;
}
.left-logo-img:nth-child(5) {
  animation-delay: 0.2s;
}
.left-logo-img:nth-child(6) {
  animation-delay: 0.25s;
}
.left-logo-img:nth-child(7) {
  animation-delay: 0.3s;
}
.left-logo-img:nth-child(8) {
  animation-delay: 0.35s;
}
.left-logo-img:nth-child(9) {
  animation-delay: 0.4s;
}

@keyframes left {
  0% {
    transform: translateY(0);
  }
  8% {
    transform: translateY(-20%);
  }
  16% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(0);
  }
}
.ap {
  opacity: 0;
  transition: 0.5s;
}

.ap-active {
  opacity: 1;
  transition: 0.75s;
}

/* Media Query
===============================*/
/* Margin Calc Set
===============================*/
/* LP Common Style
===============================*/
img {
  width: 100%;
  height: auto;
}

.abs {
  position: absolute;
}

.abs-def {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.rel {
  position: relative;
}

.sticky {
  position: sticky;
}

.mt-1 {
  margin-top: -1px;
}

.opacity {
  opacity: 0;
}

.zeroA {
  margin: 0 auto;
}

/* Delay Set
===============================*/
.delay-005 {
  transition-delay: 0.05s;
  animation-delay: 0.05s;
}

.delay-01 {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-015 {
  transition-delay: 0.15s;
  animation-delay: 0.15s;
}

.delay-02 {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-025 {
  transition-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay-03 {
  transition-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-035 {
  transition-delay: 0.35s;
  animation-delay: 0.35s;
}

.delay-04 {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-045 {
  transition-delay: 0.45s;
  animation-delay: 0.45s;
}

.delay-05 {
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-055 {
  transition-delay: 0.55s;
  animation-delay: 0.55s;
}

.delay-06 {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-07 {
  transition-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-08 {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-10 {
  transition-delay: 1s;
  animation-delay: 1s;
}

/* ボディ背景色 設定
===============================*/
body {
  background-color: #ae9161;
  font-feature-settings: "palt";
}

.center {
  background-color: #FFFFFF;
}

/* CENTER 設定
===============================*/
.center {
  width: 375px;
}
@media screen and (max-width: 400px) {
  .center {
    width: 100%;
  }
}

/* FIXED 設定
===============================*/
.right-logo {
  position: fixed;
  width: 5%;
  top: 4%;
  right: 2.5%;
}
@media screen and (max-width: 950px) {
  .right-logo {
    display: none;
  }
}

.left-logo {
  position: fixed;
  width: 17%;
  top: 48%;
  left: 11%;
}
@media screen and (max-width: 950px) {
  .left-logo {
    display: none;
  }
}

/*  タイトル周辺 設定
===============================*/
.sec-mv {
  width: 100%;
}
.sec-mv .mv-headcopy {
  width: 31%;
  margin-left: auto;
}
.sec-mv .mv-copy {
  margin-left: 7.6%;
}

/*  OKIさん周辺 設定
===============================*/
.sec-oki {
  padding-bottom: 50px;
}
.sec-oki .oki-name {
  margin-top: 12px;
  margin-left: 7.4%;
}
.sec-oki .oki-name .oki-position {
  top: 12.5%;
  left: 19.5%;
}
.sec-oki .oki-name .oki-free {
  width: 25.1%;
  top: 0;
  right: 7%;
}

/*  各アコーディオン概要　設定
===============================*/
.exhiB-ol .detail-caption {
  margin-bottom: 15px;
}

.exhiE-ol .dd-small {
  font-size: 12.5px;
  letter-spacing: 0em;
  line-height: 1.7;
}

/*  各アコーディオン中身　設定
===============================*/
.exhi-h3 {
  margin-bottom: 10px;
}

.sec-exhiA {
  padding-left: 7.5%;
  padding-right: 7.5%;
  margin-bottom: 40px;
}

.sec-exhiB {
  padding-left: 7.5%;
  padding-right: 7.5%;
  padding-bottom: 34px;
  border-bottom: 3px solid #4d3f38;
}

.heralA-ph {
  margin-top: 45px;
  width: 74.5%;
}

.sec-exhiC {
  padding-left: 7.5%;
  padding-right: 7.5%;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 3px solid #4d3f38;
}

.sec-exhiD {
  padding-left: 7.5%;
  padding-right: 7.5%;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 3px solid #4d3f38;
}

.sec-exhiE {
  padding-left: 7.5%;
  padding-right: 7.5%;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 3px solid #4d3f38;
}

.sec-exhiF {
  padding-left: 7.5%;
  padding-right: 7.5%;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 3px solid #4d3f38;
}

.sec-exhiG {
  padding-left: 7.5%;
  padding-right: 7.5%;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 3px solid #4d3f38;
}

/*  各アコーディオン 設定
===============================*/
.detail {
  padding-top: 15px;
  padding-bottom: 15px;
}

.detail-container {
  display: flex;
  margin-bottom: 8px;
}
.detail-container .detail-dt {
  padding-right: 3%;
}

.live-paint {
  margin-top: 20px;
  margin-bottom: 25px;
}
.live-paint .paint-title {
  padding-left: 6%;
  padding-top: 1.8%;
  padding-bottom: 1.6%;
  background-color: #231815;
}
.live-paint .paint-content {
  background-color: #fff000;
}
.live-paint .paint-content {
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 4%;
  padding-bottom: 5%;
}
.live-paint .paint-content .paint-description {
  margin-bottom: 8px;
}

.artist-name {
  margin-bottom: 5px;
}

.artist-position {
  top: 6%;
  left: 49.5%;
}

.exhiA-detail {
  padding-top: 5px;
}
.exhiA-detail .exhiA-ph {
  display: block;
  width: 87.5%;
  margin-top: 25px;
}

.exhiC-detail .detail-description {
  margin-bottom: 20px;
}

.exhiD-ph {
  width: 76%;
  margin-top: 40px;
}

.exhiD-detail .detail-description {
  line-height: 1.5;
}
.exhiD-detail .terashima {
  width: 35.08%;
  right: -8.8%;
  bottom: -16%;
}

.exhiE-ph {
  width: 87%;
  margin-top: 40px;
}

.prize-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.prize-container .prize-box {
  width: 48.5%;
}

.exhiE-abs {
  width: 25.7%;
  top: 0;
  right: 11%;
}

.exhiE-detail .detail-caption {
  margin-top: 20px;
  margin-bottom: 25px;
}
.exhiE-detail .detailE-anker {
  margin-bottom: 30px;
}
.exhiE-detail .detailE-ph {
  display: block;
  width: 82.5%;
  margin-top: 25px;
  margin-bottom: 20px;
}
.exhiE-detail .detail-prize {
  margin-bottom: 5px;
}
.exhiE-detail .detail-number {
  margin-bottom: 15px;
}
.exhiE-detail .detail-description {
  margin-bottom: 20px;
}
.exhiE-detail .hr {
  border-bottom: 2px solid #231815;
  margin-bottom: 30px;
  margin-top: 30px;
}
.exhiE-detail .detail-dl {
  margin-top: 30px;
  line-height: 2;
}

.exhiE-detail-out .detail-caption {
  margin-top: 20px;
  margin-bottom: 25px;
}
.exhiE-detail-out .detailE-anker {
  margin-bottom: 30px;
}
.exhiE-detail-out .detailE-ph {
  display: block;
  width: 82.5%;
  margin-top: 25px;
  margin-bottom: 20px;
}
.exhiE-detail-out .detail-prize {
  margin-bottom: 5px;
}
.exhiE-detail-out .detail-number {
  margin-bottom: 15px;
}
.exhiE-detail-out .detail-description {
  margin-bottom: 20px;
}
.exhiE-detail-out .hr {
  border-bottom: 2px solid #231815;
  margin-bottom: 30px;
  margin-top: 30px;
}
.exhiE-detail-out .present-anker {
  display: block;
  background-color: #221714;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.exhiF-detail .detail-dl {
  margin-bottom: 23px;
}
.exhiF-detail .detail-container {
  margin-bottom: 5px;
}

.exhiG-ph {
  width: 66.1%;
  margin-top: 50px;
}

.exhiG-logo {
  display: block;
  margin-top: 30px;
  width: 17%;
}

.faq .detail-prize {
  line-height: 1.6;
  margin-bottom: 20px;
}
.faq .detail-caption {
  padding-left: 1em;
  text-indent: -1em;
}

/*  読者プレゼント周辺 設定
===============================*/
.sec-present {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 7.5%;
  padding-left: 7.5%;
  border-bottom: 3px solid #4d3f38;
}
.sec-present .present-container {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.sec-present .present-container .present-petan {
  width: 23%;
}
.sec-present .present-container .present-p {
  padding-left: 2.5%;
}

.present-anker {
  display: block;
  background-color: #221714;
  padding-top: 8px;
  padding-bottom: 8px;
}

/*  フッター 設定
===============================*/
.sec-footer {
  padding-top: 35px;
  padding-bottom: 45px;
}
.sec-footer .footer-logo-01 {
  display: block;
  width: 9.3%;
  margin-bottom: 22px;
}
.sec-footer .footer-logo-02 {
  display: block;
  width: 58.1%;
  margin-bottom: 24px;
}
.sec-footer .footer-logo-03 {
  display: block;
  width: 31.46%;
}/*# sourceMappingURL=style.css.map */