@charset "UTF-8";
/* Giga CSS (main.css) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #2b2b2b;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.no_pc {
  display: inline;
}

.no_sp {
  display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

fieldset {
  border: none;
  outline: 0;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

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

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

/* ============================================
 base
============================================ */
html {
  overflow-y: scroll;
}

html, body {
  width: 100%;
  height: auto;
  color: #2b2b2b;
  min-width: 320px;
  letter-spacing: -0.2px;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

#main-container {
  position: relative;
}

.btn-back {
  position: absolute;
  top: -30px;
  left: 10px;
  width: 90px;
  display: block;
}

.header-sns {
  margin-top: 0px;
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 0;
}
.header-sns ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-sns li {
  margin: 5px 0;
}
.header-sns li:nth-child(even) {
  margin: 5px 5px 5px 0;
}
.header-sns a {
  background: #c0b4a0;
  padding: 10px;
  width: 2em;
  height: 2em;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  font-size: 4.8vw;
}

#parallax-container {
  padding-top: 100svh;
  padding-bottom: 150svh;
}

.parallax-layer {
  z-index: 10;
  position: relative;
  width: 100%;
  min-height: 30svh;
  top: 0;
  margin: 0 auto;
  margin-bottom: 30svh;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4), 0px 0px 12px rgba(0, 0, 0, 0.4);
}

#layerbg {
  z-index: 0;
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  background-position: 50% 50%;
  box-shadow: none;
}

#layer1 {
  z-index: 10; /* 最背面 */
  overflow: visible;
}

#layer2 {
  z-index: 11;
}

#layer3 {
  z-index: 12;
  box-shadow: none;
}

#layer4 {
  z-index: 13;
}

#layer5 {
  z-index: 14; /* 最前面 */
}

#layer6 {
  z-index: 15; /* 最前面 */
  overflow: visible;
}

:root {
  --youtube-aspect-ratio: (9 / 16);
}

/* simplebar用 */
.simplebar-track {
  background: transparent; /* バーの背景色を設定できます*/
  border-radius: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.simplebar-track.simplebar-vertical {
  border: solid 2px #2b2b2b;
  width: 6px;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1; /* デフォルトだと薄くなっています。*/
}

.simplebar-track .simplebar-scrollbar::before {
  background: #2b2b2b; /* ここでバーの色を設定 */
  border-radius: 0;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

h2 {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}
h2 img {
  width: 75%;
}

.container {
  width: 100%;
  min-height: 100svh;
  padding: 5px;
}

#news {
  background: url(../images/news-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 2% 2% 2% 2%;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4), 0px 0px 12px rgba(0, 0, 0, 0.4);
}

.news-wrap {
  position: relative;
  padding: 7% 7% 7% 8%;
  background-image: url(../images/news-bg-inner.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}
.news-wrap .arrow {
  position: absolute;
  right: 30px;
  top: 34%;
  width: 20px;
}
.news-wrap .news-list {
  padding: 0px 10px 0px 10px;
  height: auto;
}
.news-wrap .news-list ul li {
  margin: 30px auto;
}
.news-wrap .news-list ul li:first-child {
  margin-top: 0;
}
.news-wrap .news-list .date {
  font-size: 13px;
  font-size: 3.4666666667vw;
  font-weight: 400;
  font-family: copperplate, "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #9f2828;
}
.news-wrap .news-list .tit {
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: bold;
}

.single_detail_main {
  margin: 0 auto;
  max-width: 960px;
}

.single_detail_head {
  padding-bottom: 7px;
  margin-bottom: 15px;
}
.single_detail_head .date {
  font-size: 12px;
  font-size: 3.2vw;
  font-family: copperplate, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  padding: 2px 10px;
  letter-spacing: -0.1px;
  text-align: left;
  display: inline-block;
  margin-top: 15px;
  position: relative;
  color: #fff;
  background: #000;
}
.single_detail_head .tag_list {
  display: flex;
}
.single_detail_head .tag {
  border: solid 1px #00b140;
  background: #00b140;
  color: #fff;
  display: inline-block;
  margin: 10px 5px 10px 0;
  padding: 0px 5px;
  border-radius: 5px;
  line-height: 1.4;
  min-width: 5em;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-size: 3.2vw;
}
.single_detail_head .tit {
  position: relative;
  font-size: 14px;
  font-size: 3.7333333333vw;
  letter-spacing: -0.1px;
  line-height: 1.4;
  color: #000;
  font-weight: bold;
  padding-bottom: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.single_detail_head .tit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  right: 0;
  width: 110%;
  height: 2px;
  margin: 0 auto;
  text-align: center;
  background-image: -webkit-linear-gradient(left, transparent, #000 15%, #000 85%, transparent);
  background-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}

.single_detail_txt {
  min-height: 250px;
  padding-bottom: 20px;
  color: #000;
}
.single_detail_txt p {
  font-size: 11px;
  font-size: 2.9333333333vw;
  color: #000;
  margin-bottom: 1.7rem;
}
.single_detail_txt p img {
  margin: 0 0;
}
.single_detail_txt p a {
  text-decoration: underline;
  color: #000;
}
.single_detail_txt p a:hover {
  color: #484848;
  text-decoration: none;
}
.single_detail_txt h4 {
  font-size: 14px;
  font-size: 3.7333333333vw;
  letter-spacing: -0.5px;
  color: #000;
  font-weight: bold;
}
.single_detail_txt .movie_embed {
  width: 100%;
  margin: 10px auto;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.single_detail_txt .movie_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.back_btn {
  margin-top: 30px;
  text-align: center;
}
.back_btn a {
  padding: 5px 15px;
  display: inline-block;
}

#works {
  background: #194d73;
  background-size: cover;
  padding: 2% 2% 2% 2%;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4), 0px 0px 12px rgba(0, 0, 0, 0.4);
}

.works-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0%;
}
.works-wrap .works-box {
  margin: 2%;
  width: 46%;
  padding: 2%;
  background: #d8d0c2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.works-wrap .works-box .works-text .works-title {
  font-size: 14px;
  font-size: 3.7333333333vw;
  text-align: center;
  font-weight: 400;
  font-family: copperplate, "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #9f2828;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}
.works-wrap .works-box .works-text .works-desc {
  font-size: 7px;
  font-size: 1.8666666667vw;
}
.works-wrap .works-main {
  display: block;
}
.works-wrap .works-main .works-img {
  border: solid #2b2b2b 2px;
}
.works-wrap .box-playlist h3 {
  font-size: 14px;
  font-size: 3.7333333333vw;
  text-align: center;
  font-weight: 400;
  font-family: copperplate, "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #9f2828;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}
.works-wrap .box-playlist .obi p {
  font-size: 10px;
  font-size: 2.6666666667vw;
}
.works-wrap .box-playlist .artist-img {
  text-align: center;
  border: solid #2b2b2b 2px;
}
.works-wrap .box-playlist .artist-img.artist-img02 img {
  width: 80%;
}
.works-wrap .box-playlist .artist-img.artist-img04 img {
  width: 45%;
}

.artist-window {
  max-width: 800px;
  height: 100%;
  padding: 0;
  background: transparent;
}
.artist-window .window_inner {
  position: relative;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  padding: 50px;
  height: auto;
}
.artist-window .window_inner .date {
  position: absolute;
  left: 15px;
  top: 25px;
  text-align: right;
  font-size: 13px;
  font-size: 3.4666666667vw;
  font-weight: 400;
  font-family: copperplate, "Noto Sans JP", sans-serif;
  color: #9f2828;
}
.artist-window .window_inner .window_detail {
  position: relative;
}
.artist-window .window_inner h3 {
  color: #9f2828;
  text-align: center;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 400;
  font-family: copperplate, "Noto Sans JP", sans-serif;
  font-style: normal;
  margin-bottom: 35px;
  padding-top: 20px;
  letter-spacing: 1px;
}
.artist-window .window_inner .detail p {
  text-align: justify;
  font-size: 10px;
  font-size: 2.6666666667vw;
  margin-bottom: 10px;
  color: #fff;
}
.artist-window .window_inner .close {
  margin-top: 90px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-size: 1.8333333333rem;
  letter-spacing: 2px;
  font-family: fot-klee-pro, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.artist-window .window_inner .btn_close {
  color: #fff;
  position: fixed;
  right: 30px;
  top: 22px;
  width: 40px;
  cursor: pointer;
}
.artist-window .window_inner .window_img {
  text-align: center;
  width: 76%;
  margin: 20px auto;
}
.artist-window .window_inner .window_img.window_img02 img {
  width: 80%;
}
.artist-window .window_inner .window_img.window_img04 img {
  width: 50%;
}

footer {
  padding: 20px 0;
}
footer .footer-logo {
  text-align: center;
  margin: 20px auto;
}
footer .footer-logo img {
  width: 140px;
}
footer .footer-sns {
  margin-top: 10px;
}
footer .footer-sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-sns li {
  margin: 0 5px;
}
footer .footer-sns li:nth-child(even) {
  margin: 10px 5px 0 5px;
}
footer .footer-sns a {
  background: #d8d0c3;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  font-size: 4.8vw;
}
footer .copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 10px;
  font-size: 2.6666666667vw;
}

input {
  outline: 0;
  background: #fff;
  width: 100%;
  border: 0;
  padding: 10px;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 2.6666666667vw;
  border-radius: 5px;
}
input:read-only {
  background: #b9b9b9;
}

textarea {
  resize: vertical;
  outline: 0;
  background: #fff;
  width: 100%;
  border: 0;
  padding: 10px;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 2.6666666667vw;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .no_pc {
    display: none;
  }
  .no_sp {
    display: inline;
  }
  /* ============================================
   base
  ============================================ */
  html {
    overflow-y: scroll;
  }
  html, body {
    width: 100%;
    height: auto;
    color: #2b2b2b;
    min-width: 320px;
    letter-spacing: -0.2px;
    font-size: 14px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    word-break: break-word;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #exterior_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  #main-container {
    position: relative;
  }
  .btn-back {
    position: absolute;
    top: -40px;
    left: 10px;
    width: 150px;
    display: block;
  }
  .header-sns {
    margin-top: 0px;
    position: fixed;
    left: 20px;
    top: 20px;
  }
  .header-sns ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header-sns li {
    margin: 5px 0;
  }
  .header-sns li:nth-child(even) {
    margin: 5px 5px 5px 0;
  }
  .header-sns a {
    background: #c0b4a0;
    padding: 10px;
    width: 2em;
    height: 2em;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 18px;
    font-size: 1.5rem;
  }
  #parallax-container {
    padding-top: 100svh;
    padding-bottom: 200svh;
  }
  .parallax-layer {
    position: relative;
    width: 100%;
    min-height: 30svh;
    top: 0;
    margin: 0 auto;
    margin-bottom: 30svh;
  }
  #layerbg {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    background-position: 50% 50%;
  }
  #layerbg img {
    position: relative;
    top: 0;
    width: 100%;
  }
  #layer1 {
    z-index: 10; /* 最背面 */
  }
  #layer2 {
    z-index: 11;
  }
  #layer3 {
    z-index: 12;
    box-shadow: none;
  }
  #layer4 {
    z-index: 13;
  }
  #layer5 {
    z-index: 14; /* 最前面 */
  }
  #layer6 {
    z-index: 15; /* 最前面 */
  }
  #section01_video-area {
    background: #000;
    position: fixed;
    z-index: -2; /*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
  #video_section01 {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  .video_mesh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bg_mesh2.png") repeat;
    opacity: 0.7;
  }
  /* simplebar用 */
  .simplebar-track {
    background: transparent; /* バーの背景色を設定できます*/
    border-radius: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .simplebar-track.simplebar-vertical {
    border: solid 2px #2b2b2b;
    width: 10px;
  }
  .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1; /* デフォルトだと薄くなっています。*/
  }
  .simplebar-track .simplebar-scrollbar::before {
    background: #2b2b2b; /* ここでバーの色を設定 */
    border-radius: 0;
  }
  .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  h2 {
    text-align: center;
    max-width: 800px;
    margin: 30px auto;
  }
  h2 img {
    width: 60%;
  }
  .container {
    width: 100%;
    min-height: 20svh;
    padding: 5px;
  }
  #news {
    background: url(../images/news-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 2% 2% 2% 2%;
  }
  #news .simplebar-track.simplebar-vertical {
    left: -20px;
  }
  .news-wrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 100px 70px;
    background-image: url(../images/news-bg-inner.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
  }
  .news-wrap .arrow {
    position: absolute;
    right: 51px;
    top: 37%;
    width: 40px;
  }
  .news-wrap .news-list {
    padding: 0px 25px 0px 40px;
  }
  .news-wrap .news-list ul li {
    margin: 40px auto;
  }
  .news-wrap .news-list ul li:first-child {
    margin-top: 0;
  }
  .news-wrap .news-list ul li:last-child {
    margin-bottom: 0;
  }
  .news-wrap .news-list ul li a {
    display: flex;
  }
  .news-wrap .news-list .date {
    margin-right: 40px;
    font-size: 14px;
    font-size: 1.1666666667rem;
    font-weight: 400;
    font-family: copperplate, "Noto Sans JP", sans-serif;
    font-style: normal;
    color: #9f2828;
  }
  .news-wrap .news-list .tit {
    font-size: 14px;
    font-size: 1.1666666667rem;
    flex: 1;
  }
  .single_detail_main {
    margin: 0 auto;
    max-width: 960px;
  }
  .single_detail_head {
    padding-bottom: 7px;
    margin-bottom: 20px;
  }
  .single_detail_head .date {
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-family: copperplate, "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    padding: 2px 10px;
    letter-spacing: -0.1px;
    text-align: left;
    display: inline-block;
    margin-top: 15px;
    position: relative;
  }
  .single_detail_head .tag_list {
    display: flex;
  }
  .single_detail_head .tag {
    border: solid 1px #00b140;
    background: #00b140;
    color: #fff;
    display: inline-block;
    margin: 10px 5px 10px 0;
    padding: 0px 5px;
    border-radius: 5px;
    line-height: 1.4;
    min-width: 5em;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    font-size: 3.2vw;
  }
  .single_detail_head .tit {
    position: relative;
    font-size: 20px;
    font-size: 1.6666666667rem;
    letter-spacing: -0.1px;
    line-height: 1.4;
    font-weight: bold;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .single_detail_head .tit::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5%;
    right: 0;
    width: 110%;
    height: 2px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #000 15%, #000 85%, transparent);
    background-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
    background-position: center;
    background-repeat: no-repeat;
  }
  .single_detail_txt {
    min-height: 250px;
    padding-bottom: 20px;
    color: #000;
  }
  .single_detail_txt p {
    font-size: 14px;
    font-size: 1.1666666667rem;
    color: #000;
    margin-bottom: 1.7rem;
  }
  .single_detail_txt p img {
    margin: 0 0;
  }
  .single_detail_txt p a {
    text-decoration: underline;
    color: #000;
  }
  .single_detail_txt p a:hover {
    color: #484848;
    text-decoration: none;
  }
  .single_detail_txt h4 {
    font-size: 18px;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    color: #000;
    font-weight: bold;
  }
  .single_detail_txt .movie_embed {
    width: 100%;
    margin: 10px auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .single_detail_txt .movie_embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .back_btn {
    margin-top: 50px;
    text-align: center;
  }
  .back_btn a {
    font-size: 16px;
    font-size: 1.3333333333rem;
    padding: 5px 15px;
    display: inline-block;
  }
  #works {
    background: #194d73;
    background-size: cover;
    padding: 2% 2% 2% 2%;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4), 0px 0px 12px rgba(0, 0, 0, 0.4);
  }
  .works-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 0%;
    max-width: 1100px;
  }
  .works-wrap .works-box {
    margin: 1%;
    width: 31.33%;
    padding: 2%;
    background: #d8d0c2;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .works-wrap .works-box .works-text .works-title {
    font-size: 20px;
    font-size: 1.6666666667rem;
    text-align: center;
    font-weight: 400;
    font-family: copperplate, "Noto Sans JP", sans-serif;
    font-style: normal;
    color: #9f2828;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .works-wrap .works-box .works-text .works-desc {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  .works-wrap .works-main {
    display: block;
  }
  .works-wrap .works-main .works-img {
    border: solid #2b2b2b 2px;
  }
  .works-wrap .box-playlist h3 {
    font-size: 24px;
    font-size: 2rem;
    text-align: center;
    font-weight: 400;
    font-family: copperplate, "Noto Sans JP", sans-serif;
    font-style: normal;
    color: #9f2828;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .works-wrap .box-playlist .obi p {
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  .works-wrap .box-playlist .artist-img {
    text-align: center;
    border: solid #2b2b2b 2px;
  }
  .works-wrap .box-playlist .artist-img.artist-img02 img {
    width: 80%;
  }
  .works-wrap .box-playlist .artist-img.artist-img04 img {
    width: 45%;
  }
  .artist-window {
    max-width: 600px;
    padding: 0;
    height: auto;
    background: transparent;
  }
  .artist-window .window_inner {
    position: relative;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    padding: 80px 50px;
  }
  .artist-window .window_inner .date {
    position: absolute;
    position: absolute;
    left: 30px;
    top: 30px;
    text-align: right;
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: 400;
    font-family: copperplate, "Noto Sans JP", sans-serif;
    color: #9f2828;
  }
  .artist-window .window_inner .window_detail {
    position: relative;
  }
  .artist-window .window_inner h3 {
    color: #9f2828;
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem;
    font-weight: 400;
    font-family: copperplate, "Noto Sans JP", sans-serif;
    font-style: normal;
    margin-bottom: 20px;
    padding-top: 20px;
    letter-spacing: 1px;
  }
  .artist-window .window_inner .detail p {
    text-align: justify;
    font-size: 11px;
    font-size: 0.9166666667rem;
    margin-bottom: 10px;
    color: #fff;
  }
  .artist-window .window_inner .close {
    margin-top: 90px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-size: 1.8333333333rem;
    letter-spacing: 2px;
    font-family: fot-klee-pro, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  }
  .artist-window .window_inner .btn_close {
    color: #fff;
    position: fixed;
    right: 3%;
    margin-right: 0;
    top: 25px;
    width: 40px;
    cursor: pointer;
  }
  .artist-window .window_inner .window_img {
    text-align: center;
    width: 60%;
    margin: 10px auto;
  }
  .artist-window .window_inner .window_img.window_img02 img {
    width: 80%;
  }
  .artist-window .window_inner .window_img.window_img04 img {
    width: 50%;
  }
  footer {
    padding: 40px 0;
  }
  footer .footer-logo {
    text-align: center;
    margin: 20px auto;
  }
  footer .footer-logo img {
    width: 200px;
  }
  footer .footer-sns {
    margin-top: 20px;
  }
  footer .footer-sns ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .footer-sns li {
    margin: 0 20px;
  }
  footer .footer-sns li:nth-child(even) {
    margin: 10px 5px 0 5px;
  }
  footer .footer-sns a {
    background: #d8d0c3;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 24px;
    font-size: 2rem;
  }
  footer .copyright {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
}

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