@charset "UTF-8";
/*変数設定用*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");
img {
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

body {
  overflow-x: hidden;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

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

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

.contents {
  overflow-y: hidden;
}

.contentsWrap {
  position: relative;
}

.contents.gallerytoart .inner {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart .inner {
    width: 100%;
    padding-right: 7.5%;
    padding-left: 7.5%;
  }
}
.contents.gallerytoart a {
  text-decoration: none;
  color: #000;
}
.contents.gallerytoart .flow-bg-wrap {
  height: 105px;
  background-image: url(../img/bg_flow01.png);
  background-size: 100%;
  background-repeat: repeat-y;
  transition-property: background-position;
  transition-duration: 0.7s;
  transition-delay: 0.035s;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart .flow-bg-wrap {
    height: 67px;
  }
}
.contents.gallerytoart .flow-bg-wrap.flow01 {
  background-position: center top 26%;
}
.contents.gallerytoart .flow-bg-wrap.flow02 {
  background-position: center top 69%;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart .flow-bg-wrap.flow02 {
    background-position: center top 83%;
  }
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart .flow-bg-wrap.first {
    display: none;
  }
}
.contents.gallerytoart.top .mv-area {
  position: relative;
  padding: 80px 0 56px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .mv-area {
    padding: 39px 0 0;
  }
}
.contents.gallerytoart.top .mv-area .mv-bg {
  width: 100%;
  height: 324px;
  background-image: url(../img/mv_bg01.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  position: absolute;
  top: 161px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .mv-area .mv-bg {
    height: 159px;
    top: 188px;
  }
}
.contents.gallerytoart.top .mv-area .inner {
  position: relative;
}
.contents.gallerytoart.top .mv-area .inner::before {
  content: "";
  /*display: inline-block;*/
  display: none;
  vertical-align: middle;
  background-image: url(../img/mv_img01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1520px;
  height: 830px;
  position: absolute;
  /*top: 0;*/
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  opacity: 0;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .mv-area .inner::before {
    width: 623px;
    height: 340px;
    /*top: 140px;*/
    top: 85px;
    left: 53%;
  }
}
.contents.gallerytoart.top .mv-area .inner.anime::before {
  opacity: 1;
  transition: all 1.2s ease;
  transition-delay: 2s;
}
.contents.gallerytoart.top .mv-area .mv-ttl-wrap {
  max-width: 450px;
  width: 100%;
  margin: 0 0 42px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .mv-area .mv-ttl-wrap {
    max-width: 325px;
    margin: 0 auto 21px;
  }
}
.contents.gallerytoart.top .mv-area .mv-day-txt {
  display: inline-block;
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding: 2px 0 4px;
  line-height: 1;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .mv-area .mv-day-txt {
    font-size: 2.3rem;
    padding: 3px 0 3px;
    text-align: center;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 0 2px;
  }
}
.contents.gallerytoart.top .mv-area .mv-day-txt .txt-wrap {
  transition: all 0.5s ease;
  transition-delay: 0.6s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .mv-area .mv-day-txt .txt-wrap {
    display: inline-block;
    padding: 3px 0 4px;
  }
}
.contents.gallerytoart.top .mv-area .mv-day-txt .txt-wrap.anime {
  opacity: 1;
}
.contents.gallerytoart.top .mv-area .mv-day-txt::before {
  content: "";
  display: block;
  height: 100%;
  width: 5000px;
  background-color: #000;
  position: absolute;
  right: 100vw;
  z-index: -1;
  transition: all 0.5s ease;
}
.contents.gallerytoart.top .mv-area .mv-day-txt.anime::before {
  right: -285px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .mv-area .mv-day-txt.anime::before {
    right: -13px;
  }
}
.contents.gallerytoart.top .mv-area .mv-day-txt .small {
  display: inline-block;
  font-size: 3rem;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .mv-area .mv-day-txt .small {
    font-size: 1.4rem;
    margin: 0 0 0 6px;
  }
}
.contents.gallerytoart.top .mv-area .mv-day-txt .middle {
  display: inline-block;
  font-size: 4rem;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .mv-area .mv-day-txt .middle {
    font-size: 1.9rem;
    margin: 0 0 0 6px;
  }
}
.contents.gallerytoart.top .mv-area .mv-des-container {
  /*margin: 480px 0 0;*/
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .mv-area .mv-des-container {
    /*margin: 314px 0 0;*/
  }
}
.contents.gallerytoart.top .mv-area .mv-des-container .bg-black {
  position: relative;
  padding: 49px 0 56px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .mv-area .mv-des-container .bg-black {
    padding: 33px 0 52px;
  }
}
.contents.gallerytoart.top .mv-area .mv-des-container .bg-black::before {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  height: 100%;
  width: 5000px;
  top: 0;
  left: 150%;
  z-index: -1;
  transition: all 0.5s ease;
}
.contents.gallerytoart.top .mv-area .mv-des-container .bg-black.anime::before {
  left: -40vw;
  transition: all 0.8s ease;
  transition-delay: 1s;
}
.contents.gallerytoart.top .mv-area .mv-des-container .bg-black .des-txt-wrap {
  text-align: center;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s ease;
}
.contents.gallerytoart.top .mv-area .mv-des-container .bg-black .des-txt-wrap.anime {
  opacity: 1;
  transition: all 0.5s ease;
  transition-delay: 1.2s;
}
.contents.gallerytoart.top .mv-area .mv-des-container .bg-black .des-txt-wrap .mv-des-ttl {
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .mv-area .mv-des-container .bg-black .des-txt-wrap .mv-des-ttl {
    font-size: 1.9rem;
    text-align: right;
  }
}
.contents.gallerytoart.top .mv-area .mv-des-container .bg-black .des-txt-wrap .mv-des {
  font-size: 1.6rem;
  color: #fff;
  margin: 15px 0 0;
  position: relative;
  transform: translateX(75px);
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .mv-area .mv-des-container .bg-black .des-txt-wrap .mv-des {
    font-size: 1.4rem !important;
    text-align: right;
    transform: initial;
    line-height: 2;
  }
}
.contents.gallerytoart.top .mv-area .mv-des-container .bg-black .des-txt-wrap .mv-des .two-line {
  display: inline-block;
  padding: 0 0 0 148px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .mv-area .mv-des-container .bg-black .des-txt-wrap .mv-des .two-line {
    display: inline;
    padding: 0;
  }
}
.contents.gallerytoart.top .gallery-area {
  padding: 85px 0 99.5px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area {
    padding: 70px 0 75px;
  }
}
.contents.gallerytoart.top .gallery-area .inner {
  max-width: 1076px;
}
.contents.gallerytoart.top .gallery-area .time-des {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
  letter-spacing: 0.15em;
}
.contents.gallerytoart.top .gallery-area .sche-wrap:nth-of-type(n+2) {
  margin: 55px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .sche-wrap:nth-of-type(n+2) {
    margin: 45.5px 0 0;
  }
}
.contents.gallerytoart.top .gallery-area .day-ttl {
  text-align: center;
  margin: 0 auto;
  font-size: 5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .day-ttl {
    font-size: 1.7rem;
    color: #fff;
  }
}
.contents.gallerytoart.top .gallery-area .day-ttl::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/left_border01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 282px;
  height: 21px;
  position: absolute;
  left: 28px;
  top: 65%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .day-ttl::before {
    background-image: url(../img/border01_sp.png);
    width: 325px;
    height: 10px;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
  }
}
.contents.gallerytoart.top .gallery-area .day-ttl::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/right_border01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 282px;
  height: 21px;
  position: absolute;
  right: 28px;
  top: 65%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .day-ttl::after {
    content: none;
  }
}
.contents.gallerytoart.top .gallery-area .day-ttl .small {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .day-ttl .small {
    font-size: 1.3rem;
  }
}
.contents.gallerytoart.top .gallery-area .day-ttl .txt-wrap {
  display: inline-block;
  background-color: #fff;
  padding: 0 15px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .day-ttl .txt-wrap {
    background-color: #000;
    padding: 4.5px 15px;
    line-height: 1;
  }
}
.contents.gallerytoart.top .gallery-area .item-flex {
  display: flex;
  justify-content: center;
  margin: 45px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .item-flex {
    flex-direction: column;
    align-items: center;
    margin: 16px 0 0;
    row-gap: 42px;
  }
}
.contents.gallerytoart.top .gallery-area .item-flex .item-wrap {
  width: 50%;
  background-image: url(../img/bg_art01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top 30px;
  padding: 20px 79px 25px 87px;
}

.contents.gallerytoart.top .gallery-area .item-flex .item-wrap.three-line{
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .item-flex .item-wrap {
    width: 100%;
    background: none;
    padding: 0;
  }

  .contents.gallerytoart.top .gallery-area .item-flex .item-wrap.three-line{
    padding-top: 20px;
  }
}
.contents.gallerytoart.top .gallery-area .item-flex .item-ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 42px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .item-flex .item-ttl {
    font-size: 2rem;
    margin: 0px 0 7px;
  }
}
.contents.gallerytoart.top .gallery-area .item-flex .item-ttl.two-line {
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .item-flex .item-ttl.two-line {
    font-size: 1.85rem;
  }
}
.contents.gallerytoart.top .gallery-area .item-flex .img-container {
  position: relative;
}
.contents.gallerytoart.top .gallery-area .item-flex .img-container .tag-flex {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: -100px;
  left: -54px;
}
.contents.gallerytoart.top .gallery-area .item-flex .img-container .tag-flex.first {
  left: -100px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .item-flex .img-container .tag-flex.first {
    top: 0;
    left: -7px;
  }
  @-moz-document url-prefix() {
    .contents.gallerytoart.top .gallery-area .item-flex .img-container .tag-flex.first {
      left: -21px;
    }
  }
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .item-flex .img-container .tag-flex {
    top: 0;
    left: -8px;
  }
  @-moz-document url-prefix() {
    .contents.gallerytoart.top .gallery-area .item-flex .img-container .tag-flex {
      left: -21px;
    }
  }
}
.contents.gallerytoart.top .gallery-area .item-flex .img-container .tag-flex .tag {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 20px 4px;
  letter-spacing: 0.1em;
}
@-moz-document url-prefix() {
  .contents.gallerytoart.top .gallery-area .item-flex .img-container .tag-flex .tag {
    width: 30px;
    padding: 15px 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .item-flex .img-container .tag-flex .tag {
    font-size: 1rem;
    padding: 12px 3.3px 19px;
  }
  @-moz-document url-prefix() {
    .contents.gallerytoart.top .gallery-area .item-flex .img-container .tag-flex .tag {
      width: 22px;
      padding: 15px 2px 15px;
    }
  }
}
.contents.gallerytoart.top .gallery-area .item-flex .img-container .tag-flex .tag.red {
  background-color: #771616;
}
.contents.gallerytoart.top .gallery-area .item-flex .img-container .tag-flex .tag.blue {
  background-color: #165D77;
}
.contents.gallerytoart.top .gallery-area .item-flex .img-container .img-wrap {
  max-width: 375px;
  min-width: 375px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .item-flex .img-container .img-wrap {
    max-width: 290px;
    min-width: initial;
    margin: 0 auto;
  }
}
.contents.gallerytoart.top .gallery-area .item-flex .img-container .img-wrap.first {
  max-width: 437px;
  min-width: 437px;
}
@media screen and (min-width: 768px) {
  .contents.gallerytoart.top .gallery-area .item-flex .img-container .img-wrap.first {
    transform: translateX(-30px);
  }
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .item-flex .img-container .img-wrap.first {
    max-width: 290px;
    min-width: initial;
  }
}
.contents.gallerytoart.top .gallery-area .item-flex .read-btn-wrap {
  text-align: center;
}
.contents.gallerytoart.top .gallery-area .item-flex .read-btn-wrap .read-btn {
  background: linear-gradient(-45deg, transparent 8px, #000 0);
  display: inline-block;
  width: 160px;
  font-size: 1.8rem;
  padding: 2px;
  line-height: 1;
  position: relative;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .item-flex .read-btn-wrap .read-btn {
    background: linear-gradient(-45deg, transparent 5px, #000 0);
    width: 130px;
    font-size: 1.4rem;
    top: 15px;
  }
}
.contents.gallerytoart.top .gallery-area .item-flex .read-btn-wrap .read-btn::after {
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  display: block;
  background-color: #000;
  width: 55px;
  height: 2px;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .item-flex .read-btn-wrap .read-btn::after {
    width: 25px;
    right: -10px;
  }
}
.contents.gallerytoart.top .gallery-area .item-flex .read-btn-wrap .read-btn:hover::after {
  transition: all 0.4s ease;
  width: 80px;
  right: -55px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .item-flex .read-btn-wrap .read-btn:hover::after {
    width: 40px;
    right: -25px;
  }
}
.contents.gallerytoart.top .gallery-area .item-flex .read-btn-wrap .read-btn span {
  background: linear-gradient(-45deg, transparent 7.5px, #fff 0);
  padding: 7px 0;
  color: #000;
  display: block;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .item-flex .read-btn-wrap .read-btn span {
    padding: 5px 0 6px 13px;
    background: linear-gradient(-45deg, transparent 4.5px, #fff 0);
  }
}
.contents.gallerytoart.top .gallery-area .item-flex .read-btn-wrap .read-btn span i {
  font-style: normal;
  position: relative;
  left: -7px;
}
.contents.gallerytoart.top .gallery-area .sche-btn-wrap {
  text-align: center;
  margin: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .sche-btn-wrap {
    margin: 55px 0 0;
  }
}
.contents.gallerytoart.top .gallery-area .sche-btn-wrap .sche-btn {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  width: 544px;
  background-color: #000;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  padding: 22px 0;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .sche-btn-wrap .sche-btn {
    width: 280px;
    font-size: 1.5rem;
    padding: 10px 0;
  }
}
.contents.gallerytoart.top .blog-area {
  padding: 60px 0 150px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .blog-area {
    padding: 42px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .blog-area .inner {
    padding-right: 6.8%;
    padding-left: 6.8%;
  }
}
.contents.gallerytoart.top .blog-area .blog-ttl {
  margin: 0 auto 30px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .blog-area .blog-ttl {
    font-size: 3rem;
  }
}
.contents.gallerytoart.top .blog-area .blog-ttl::before {
  content: "";
  display: block;
  background-color: #707070;
  height: 1px;
  width: 5000px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 155px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .blog-area .blog-ttl::before {
    right: 110px;
    top: 55%;
  }
}
.contents.gallerytoart.top .blog-area .blog-ttl::after {
  content: "";
  display: block;
  background-color: #707070;
  height: 1px;
  width: 5000px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 155px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .blog-area .blog-ttl::after {
    left: 106px;
    top: 55%;
  }
}
.contents.gallerytoart.top .blog-area .iframe-wrap iframe {
  width: 100%;
  height: 340px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .blog-area .iframe-wrap iframe {
    height: 520px;
  }
}
.contents.gallerytoart.top .blog-area .blog-btn-wrap {
  text-align: center;
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .blog-area .blog-btn-wrap {
    margin: 20px 0 0;
  }
}
.contents.gallerytoart.top .blog-area .blog-btn-wrap .blog-btn {
  display: inline-block;
  width: 258px;
  background-color: #000;
  font-family: "Montserrat", sans-serif;
  padding: 20px 0;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .blog-area .blog-btn-wrap .blog-btn {
    font-size: 1.5rem;
    width: 165px;
    padding: 13px 0;
  }
}
.contents.gallerytoart.top .store-area {
  padding: 0 0 133px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .store-area {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .store-area .inner {
    padding-right: 6.8%;
    padding-left: 6.8%;
  }
}
.contents.gallerytoart.top .store-area .store-banner-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.contents.gallerytoart.top .reserve-area {
  color: #fff;
  line-height: 1;
}
.contents.gallerytoart.top .reserve-area .bg-black {
  background-color: #000;
  padding: 78px 0 62px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .bg-black {
    padding: 20px 0 38.5px;
  }
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .inner {
    padding-right: 10.8%;
    padding-left: 10.8%;
  }
}
.contents.gallerytoart.top .reserve-area .reserve-flex {
  display: flex;
  justify-content: center;
  -moz-column-gap: 108px;
       column-gap: 108px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .reserve-flex {
    flex-direction: column;
    align-items: center;
    row-gap: 18px;
  }
}
.contents.gallerytoart.top .reserve-area .reserve-flex .logo-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  align-items: flex-end;
  position: relative;
  margin: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .reserve-flex .logo-wrap {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 0 0 12.5px;
    border-bottom: 1px solid #707070;
    width: 100%;
    justify-content: center;
  }
}
.contents.gallerytoart.top .reserve-area .reserve-flex .logo-wrap::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 30%;
  transform: rotate(45deg) translateY(-50%);
  right: -40px;
  width: 65px;
  height: 65px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .reserve-flex .logo-wrap::after {
    content: none;
  }
}
.contents.gallerytoart.top .reserve-area .reserve-flex .logo-wrap .logo-img {
  max-width: 157px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .reserve-flex .logo-wrap .logo-img {
    max-width: 92px;
  }
}
.contents.gallerytoart.top .reserve-area .reserve-flex .logo-wrap .logo-txt {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .reserve-flex .logo-wrap .logo-txt {
    font-size: 1rem !important;
  }
}
.contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 18px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap {
    row-gap: 10px;
  }
}
.contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap .tel-flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap .tel-flex {
    justify-content: center;
    -moz-column-gap: 23px;
         column-gap: 23px;
  }
}
.contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap .tel-flex .tel-ttl {
  width: 110px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap .tel-flex .tel-ttl {
    width: initial;
    font-size: 0.8rem;
    scale: 0.8;
  }
}
.contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap .tel-flex .tel-num {
  width: calc(100% - 110px);
  margin: -6px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap .tel-flex .tel-num {
    width: initial;
  }
}
.contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap .tel-flex .tel-num .number {
  color: #fff;
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap .tel-flex .tel-num .number {
    font-size: 2rem;
  }
}
.contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap .tel-flex .tel-num .tel-time {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
  margin: 10px 0 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap .tel-flex .tel-num .tel-time {
    font-size: 1.3rem;
  }
}
.contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap .mail-flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap .mail-flex {
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: flex-end;
  }
}
.contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap .mail-flex .mail-ttl {
  width: 80px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap .mail-flex .mail-ttl {
    width: initial;
    font-size: 0.8rem;
    scale: 0.8;
  }
}
.contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap .mail-flex .tel-num {
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap .mail-flex .tel-num {
    width: initial;
  }
}
.contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap .mail-flex .tel-num a {
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .reserve-flex .info-wrap .mail-flex .tel-num a {
    font-size: 1.8rem;
  }
}
.contents.gallerytoart.top .reserve-area .reserve-btn-wrap {
  text-align: center;
  margin: 53.5px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .reserve-btn-wrap {
    margin: 25px 0 0;
  }
}
.contents.gallerytoart.top .reserve-area .reserve-btn-wrap .reserve-btn {
  display: inline-block;
  background-color: #fff;
  width: 494px;
  padding: 33px 0 33px 50px;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .reserve-btn-wrap .reserve-btn {
    width: 294px;
    font-size: 1.2rem;
    padding: 20px 0 20px 10px;
  }
}
.contents.gallerytoart.top .reserve-area .reserve-btn-wrap .reserve-btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/right_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .reserve-area .reserve-btn-wrap .reserve-btn::before {
    width: 18px;
    height: 18px;
    left: 15px;
  }
}
.contents.gallerytoart.top .sns-area {
  padding: 0 0 152px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .sns-area {
    padding: 48px 0 42px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contents.gallerytoart.top .sns-area .inner {
    padding-right: 15.8%;
    padding-left: 15.8%;
  }
}
.contents.gallerytoart.top .sns-area .sns-ttl {
  margin: 0 auto 85px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .sns-area .sns-ttl {
    font-size: 3rem;
    margin: 0 auto 30px;
  }
}
.contents.gallerytoart.top .sns-area .sns-ttl::before {
  content: "";
  display: block;
  background-color: #707070;
  height: 1px;
  width: 5000px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 155px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .sns-area .sns-ttl::before {
    right: 110px;
    top: 55%;
  }
}
.contents.gallerytoart.top .sns-area .sns-ttl::after {
  content: "";
  display: block;
  background-color: #707070;
  height: 1px;
  width: 5000px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 155px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .sns-area .sns-ttl::after {
    left: 106px;
    top: 55%;
  }
}
.contents.gallerytoart.top .sns-area .sns-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .sns-area .sns-flex {
    flex-direction: column;
    row-gap: 40px;
  }
}
.contents.gallerytoart.top .sns-area .sns-flex .face-wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .sns-area .sns-flex .face-wrap {
    width: 100%;
  }
}
.contents.gallerytoart.top .sns-area .sns-flex .face-wrap .facebook {
  display: flex;
  justify-content: center;
}
.contents.gallerytoart.top .sns-area .sns-flex .face-wrap .facebook .fb-page {
  width: 480px !important;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .sns-area .sns-flex .face-wrap .facebook .fb-page {
    width: 340px !important;
  }
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .sns-area .sns-flex .face-wrap .facebook.pc-cont {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .contents.gallerytoart.top .sns-area .sns-flex .face-wrap .facebook.sp-cont {
    display: none;
  }
}
.contents.gallerytoart.top .sns-area .sns-flex .insta-wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .sns-area .sns-flex .insta-wrap {
    width: 100%;
  }
}
.contents.gallerytoart.top .sns-area .sns-flex .insta-wrap #insta-box .insta-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .sns-area .sns-flex .insta-wrap #insta-box .insta-list {
    gap: 10px;
  }
}
.contents.gallerytoart.top .sns-area .sns-flex .insta-wrap #insta-box .insta-list .insta-list-item a img {
  width: 235px;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .sns-area .sns-flex .insta-wrap #insta-box .insta-list .insta-list-item a img {
    width: 123px;
    height: 123px;
  }
}
.contents.gallerytoart.top .sns-area .sns-flex .insta-wrap #insta-box .insta-list .insta-list-item a .like {
  display: none;
}
.contents.gallerytoart.top .sns-area .sns-flex .sns-btn-wrap {
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .sns-area .sns-flex .sns-btn-wrap {
    text-align: left;
    margin: 0 0 12px;
  }
}
.contents.gallerytoart.top .sns-area .sns-flex .sns-btn-wrap .sns-btn {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  max-width: 500px;
  width: 100%;
  border-radius: 22px;
  background-color: #3C3C3C;
  color: #fff;
  line-height: 1;
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .sns-area .sns-flex .sns-btn-wrap .sns-btn {
    background: none;
    padding: 0;
    color: #000;
    width: initial;
  }
}
.contents.gallerytoart.top .art-viila-area .bg-black {
  background-color: #000;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .art-viila-area .bg-black {
    padding: 35px 0;
  }
}
.contents.gallerytoart.top .art-viila-area .villa-img-wrap {
  max-width: 634px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .art-viila-area .villa-img-wrap {
    max-width: 267px;
  }
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .main-ttl-area .flow-bg-wrap.sche-top {
    height: 46px;
  }
}
.contents.gallerytoart.schedule .main-ttl-area .inner {
  height: 105px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .main-ttl-area .inner {
    height: 46px;
  }
}
.contents.gallerytoart.schedule .main-ttl-area .sche-top-link:hover {
  opacity: 1;
}
.contents.gallerytoart.schedule .main-ttl-area .sche-top-link:hover img {
  opacity: 0.7;
}
.contents.gallerytoart.schedule .main-ttl-area .ttl-img-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #fff;
  padding: 15px 15px 15px 5px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .main-ttl-area .ttl-img-wrap {
    top: 65%;
    left: 25px;
    padding: 10px 15px 10px 5px;
  }
}
.contents.gallerytoart.schedule .main-ttl-area .ttl-img-wrap picture img {
  min-width: 282px;
  max-width: 282px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .main-ttl-area .ttl-img-wrap picture img {
    min-width: 112px;
    max-width: 112px;
  }
}
.contents.gallerytoart.schedule .work-area {
  padding: 120px 0 80px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area {
    padding: 53px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .inner {
    padding-right: 6.58%;
    padding-left: 6.58%;
  }
}
.contents.gallerytoart.schedule .work-area .time-des {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .time-des {
    margin: 0 0 30px;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container:nth-of-type(n+2) {
  margin: 112.5px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container:nth-of-type(n+2) {
    margin: 47px 0 0;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container:nth-of-type(even) .work-flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container:nth-of-type(even) .work-flex {
    flex-direction: column-reverse;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .work-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .work-flex {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .work-img-container {
    margin: 10px 0 0;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .work-img-container .work-img-wrap .img-wrap {
  max-width: 580px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .work-img-container .work-img-wrap .img-wrap {
    max-width: initial;
  }
}
@media screen and (min-width: 768px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .work-img-container .work-img-wrap .img-wrap picture .yamaoka-img {
    width: 580px;
    height: 494px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .work-img-container .work-img-wrap .work-info-wrap {
  margin: 19px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .work-img-container .work-img-wrap .work-info-wrap {
    margin: 10px 0 0;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .work-img-container .work-img-wrap .work-info-wrap .work-name {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .work-img-container .work-img-wrap .work-info-wrap .work-name {
    font-size: 1.4rem !important;
    line-height: 1.5;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .work-img-container .work-img-wrap .work-info-wrap .work-info {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .work-img-container .work-img-wrap .work-info-wrap .work-info {
    font-size: 1.4rem !important;
    line-height: 1.5;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .work-img-container.two-img-pattern {
  display: grid;
  row-gap: 18px;
}
.contents.gallerytoart.schedule .work-area .work-all-container .work-img-container.two-img-pattern.width50 {
  display: grid;
  row-gap: 18px;
  width: 51%;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .work-img-container.two-img-pattern.width50 {
    width: 100%;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .work-img-container.two-img-pattern .work-img-wrap .img-wrap {
  max-width: 523px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .work-img-container.two-img-pattern .work-img-wrap .img-wrap {
    max-width: initial;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container {
  width: calc(100% - 580px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container {
    width: 100%;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container.two-img-pattern {
  width: calc(100% - 523px);
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container.two-img-pattern {
    width: 100%;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl {
  white-space: nowrap;
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.right {
  text-align: right;
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.left {
  text-align: left;
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.one {
  margin: 86px 0 0;
}
@media screen and (min-width: 768px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.one .main-txt {
    /*padding: 15px 0 17px 12px;*/
    padding: 15px 0 17px 30px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.one {
    margin: 0;
  }

  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.one .main-txt{
    text-align: left;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.two {
  margin: 189.5px 0 0;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.two {
    margin: 0;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.three {
  margin: 86px 0 0;
  padding: 0 67px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.three {
    padding: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.three {
    margin: 0;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.four {
  margin: 74px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.four {
    margin: 0;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.five {
  margin: 42px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.five {
    margin: 0;
  }

  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.five span{
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.five .main-txt {
    /*padding: 15px 0 17px 12px;*/
    padding: 15px 0 17px 50px;
    text-align: left;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.six {
  margin: 86px 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.six {
    margin: 0;
    line-height: 1.47;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.seven {
  margin: 86px 0 0;
}

.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.seven span{
  padding: 15px 0 17px 50px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.seven {
    padding: 0;
    margin: 0;
  }
}

.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.eight{
  margin-right: 60px;
}

.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.eight span{
  padding: 15px 50px 17px 0;
  text-align: left;
}

.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.nine span{
  padding: 15px 0 17px 60px;
  text-align: left;
}

.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl .main-txt {
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  background-color: #E6E6E6;
  padding: 15px 0 17px;
  width: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl .main-txt {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl .main-txt {
    width: initial;
  }
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl .main-txt.right {
    padding: 10px 0 11px 11px;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl .main-txt.right::before {
  content: "";
  display: block;
  background-color: #E6E6E6;
  height: 100%;
  width: 4000px;
  position: absolute;
  left: 60px;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl .main-txt.left {
    padding: 10px 11px 11px 0;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl .main-txt.left::before {
  content: "";
  display: block;
  background-color: #E6E6E6;
  height: 100%;
  width: 4000px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-day-txt {
  line-height: 1;
  margin: 21px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-day-txt {
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-day-txt.right {
    text-align: left;
    margin: 21px 0 0 78px;
  }
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-day-txt.right {
    text-align: right;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-day-txt.left {
  text-align: left;
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-day-txt .txt-wrap {
  display: inline-block;
  font-size: 3.3rem;
  background-color: #000;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-day-txt .txt-wrap {
    font-size: 1.7rem;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-day-txt .txt-wrap.right {
  padding: 5px 0 7px;
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-day-txt .txt-wrap.right:before {
  content: "";
  display: block;
  background-color: #000;
  height: 100%;
  width: 4000px;
  position: absolute;
  right: -3757px;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-day-txt .txt-wrap.right:before {
    right: initial;
    left: -20px;
  }
}
@media screen and (min-width: 768px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-day-txt .txt-wrap.right::after {
    content: "";
    display: block;
    background-color: #000;
    height: 100%;
    width: 40px;
    position: absolute;
    left: -20px;
    top: 0;
    z-index: -1;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-day-txt .txt-wrap.left {
  padding: 5px 0 7px;
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-day-txt .txt-wrap.left:before {
  content: "";
  display: block;
  background-color: #000;
  height: 100%;
  width: 4000px;
  position: absolute;
  left: -3622px;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-day-txt .txt-wrap.left:before {
    left: initial;
    right: -20px;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-day-txt .txt-wrap .small {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-day-txt .txt-wrap .small {
    font-size: 1.3rem;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-des-wrap {
  max-width: 380px;
  width: 100%;
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-des-wrap.right {
  margin: 33px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-des-wrap.right {
    margin: 10px auto 0 0;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-des-wrap.left {
  margin: 33px auto 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-des-wrap.left {
    margin: 10px auto 0 0;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-des {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.75;
}

.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-des-wrap.right dt{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
}

.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-des-wrap.right dd{
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-des {
    font-size: 1.4rem !important;
    line-height: 1.71;
  }
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-des-wrap.right dt,
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-des-wrap.right dd{
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-tag-flex {
  display: flex;
  margin: 27px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-tag-flex {
    margin: 10px 0 18.5px;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-tag-flex .tag {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
  padding: 10px 25px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-tag-flex .tag {
    font-size: 0.8rem;
    padding: 6.5px 15.3px;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-tag-flex .tag.red {
  background-color: #771616;
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-tag-flex .tag.blue {
  background-color: #165D77;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-tag-flex .tag .scale-txt {
    scale: 0.8;
    display: inline-block;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container {
  margin: 33px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container {
    margin: 30px 0 0;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #707070;
  box-shadow: 3px 3px 10px #ddd;
}
.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dt {
  text-align: center;
  line-height: 1;
  padding: 17px 0 17px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dt {
    padding: 19px 0 19px;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dt .frofile-ttl {
  font-size: 2rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dt .frofile-ttl {
    font-size: 1.5rem;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dt .frofile-ttl::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid #000;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dt .frofile-ttl::before {
    border-top: 12px solid #000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    right: -17px;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dt.open::before, .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dt.open::after {
  content: "";
  width: 24px; /* 棒の幅（太さ） */
  height: 1px; /* 棒の高さ */
  background: #000;
  position: absolute;
  right: 20px;
  top: 50%;
}
.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dt.open::before {
  transform: translateY(-50%) rotate(45deg);
}
.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dt.open::after {
  transform: translateY(-50%) rotate(-45deg);
}
.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dt.open .frofile-ttl::before {
  content: none;
}
.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd {
  margin: 11px 0 0;
  padding: 0 46px 41px;
  font-size: 1.6rem;
  line-height: 2.18;
  display: none;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd {
    margin: 5px 0 0;
    padding: 0 19px 26px;
    font-size: 1.4rem !important;
    line-height: 2.14;
  }
}


/********2022.10追加**************/

.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .name{
  display: inherit;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .name.mt-top{
  display: block;
  margin-top: 10px;
}

.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .name.mt-top{
  margin-top: 20px;
}

.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography{
  margin: 15px 0;
}

.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography li.prof-image img{
  width: 40%;
  display: block;
  margin: 0 auto 20px;
}

.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography .date{
  width: 12%;
}

.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography .date2{
  width: 25%;
}

.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography .date3{
  width: 25%;
}

.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography .contents{
  width: 87%;
  display: flex;
  align-items: center;
}

.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography .contents2{
  width: 75%;
  display: flex;
  align-items: center;
}

.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography .contents3{
  width: 75%;
  display: flex;
  align-items: center;
}

.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography .date02{
  width: 25%;
}

.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography .contents02{
  width: 75%;
}

@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .shimizu li{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .shimizu li .date2{
    width: 100%;
  }

  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .shimizu li .date3{
    width: 100%;
  }

  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .shimizu li .contents2{
    width: 100%;
  }

  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .shimizu li .contents3{
    width: 100%;
  }

  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography li.prof-image img{
    width: 70%;
  }

  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography .date{
    width: 22%;
  }
  
  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography .contents{
    width: 78%;
  }
  
}



/*********/


.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-event-wrap {
  position: relative;
  background-color: #505050;
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-event-wrap {
    margin: 33px 0 0;
    position: relative;
    min-width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-event-wrap::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 9px;
  height: calc(100% - 58px);
  position: absolute;
  left: 70px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-event-wrap::before {
    width: 4px;
    height: calc(100% - 69px);
    left: 26px;
    bottom: 25px;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-event-wrap .event-catch {
  position: absolute;
  top: -10px;
  left: -4px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-event-wrap .event-catch {
    font-size: 3rem;
    top: -6px;
    left: -1px;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-event-wrap .event-inner {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  padding: 68px 0 66.7px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-event-wrap .event-inner {
    padding: 46px 25px 26px 44px;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-event-wrap .event-ttl {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-event-wrap .event-ttl {
    font-size: 2rem;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-event-wrap .event-des {
  font-size: 1.6rem;
  line-height: 2.18;
  color: #fff;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-event-wrap .event-des {
    font-size: 1.4rem !important;
    line-height: 2.14;
    margin: 14px 0 0;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-event-wrap .event-img {
  margin: 33px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-event-wrap .event-img {
    margin: 20px 0 0;
  }
}
.contents.gallerytoart.schedule .work-area .return-btn-wrap {
  text-align: center;
  margin: 198px 0 0;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .return-btn-wrap {
    margin: 38.5px 0 0;
  }
}
.contents.gallerytoart.schedule .work-area .return-btn-wrap .return-btn {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  width: 365px;
  font-size: 2.4rem;
  background-color: #000;
  color: #fff;
  position: relative;
  padding: 13px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .return-btn-wrap .return-btn {
    width: 170px;
    font-size: 1rem;
    padding: 7px 0;
  }
}
.contents.gallerytoart.schedule .work-area .return-btn-wrap .return-btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/left_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 65px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .return-btn-wrap .return-btn::before {
    width: 15px;
    height: 4.17px;
    left: 32px;
  }
}/*# sourceMappingURL=style.css.map */


/*****余白調整クラス*****/
.mt0{
	margin-top: 0px;
}

.mt10{
	margin-top: 10px;
}

.mt20{
	margin-top: 20px;
}

.mt30{
	margin-top: 30px;
}

.mt40{
	margin-top: 40px;
}

.mt50{
	margin-top: 50px;
}


/*********202301更新追加***********/
.contents.gallerytoart.top .mv-area .mv-ttl-wrap span{
  background: #000;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 5px 15px;
}

.contents.gallerytoart.top .mv-area .mv-bg{
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .mv-area .mv-ttl-wrap span{
    font-size: 1.8rem;
  }
}

/*********202302更新追加***********/
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.four.n02 .main-txt{
  text-align: left;
  padding-left: 1.5em;
}

.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.three span{
  _padding-left: 50px;
  line-height: 1.3;
}

.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.three .main-txt .sub{
  padding-left: 0;
}

.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.five .main-txt{
  padding-left: 0;
}

.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.six{
  text-align: left;
}


.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.six .main-txt{
  padding-left: 30px !important;
}

.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.left .main-txt.left {
  padding-left: 0 !important;
}

/*.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.seven span{
  padding-left: 0;
}*/

.contents.gallerytoart.top .gallery-area .item-flex .item-ttl span{
  font-size: 2.4rem;
}

.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl .main-txt .sub{
  font-size: 3.0rem;
}

.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd a{
  text-decoration: underline;
}

.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd a:hover{
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .item-flex .item-ttl span{
    font-size: 1.6rem;
  }

  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl .main-txt .sub{
    font-size: 1.8rem;
  }

  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl.six .main-txt{
    padding-left: 30px !important;
  }
}


/*********202303更新追加（トップ余白削除等）***********/
.contents.gallerytoart.top .mv-area{
  padding-top: 0;
}

/*********202306更新追加（作家プロフィールイレギュラー）***********/
.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography.month .date{
  width: 16%
}

.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography.month .date .month-txt{
  display: block;
  text-align: right;
  padding-right: 0.2em;
}

.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography.month .contents{
  width: 83%;
}

@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography.month .date{
    width: 25%
  }

  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography.month .contents{
    width: 74%;
  }
}


/***********202307更新追加 (ONLINE STOREボタン）*********************/
.contents.gallerytoart.schedule .work-area .work-all-container .online-btn-container{
  margin: 80px 0 50px;
}

.contents.gallerytoart.schedule .work-area .work-all-container .online-btn-container a{
  display: block;
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 2.0rem;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}

.contents.gallerytoart.schedule .work-area .work-all-container .online-btn-container p.limited{
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .online-btn-container a{
    font-size: 1.6rem;
  }
}

/***********202307更新追加 (画像罫線）*********************/

.contents.gallerytoart.schedule .work-area .work-all-container .work-img-container.two-img-pattern .work-img-wrap .img-wrap img.border{
  border: 1px solid #E6E6E6;
}

/***********202308更新追加 (3つ並び用にmax-width、flex-wrapを設定）*********************/
.contents.gallerytoart.top .gallery-area .item-flex {
  /* display: flex;
  justify-content: center;
  margin: 45px 0 0; */
  max-width: 1076px;
  flex-wrap: wrap;
}
/***********202308更新追加 (3つ並び用、3つ目にmargin-topを設定）*********************/
.contents.gallerytoart.top .gallery-area .item-flex .item-wrap:nth-of-type(3) {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .item-flex .item-wrap:nth-of-type(3) {
    margin-top: 0;
  }
}
/***********202308更新追加 (ギャラリーリスト高さ調整）*********************/
.contents.gallerytoart.top .gallery-area .item-flex .item-ttl.three-type {
  margin: 40px 0 42px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.top .gallery-area .item-flex .item-ttl.three-type {
    margin: 0px 0 7px;
}
}
/***********202308更新追加 (作家プロフィールイレギュラー調整）*********************/
.contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography.other li:not(:last-of-type){
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .artist-detail-container .artist-profile-wrap .profile-dl dd .biography.other li:not(:last-of-type){
    margin-bottom: 10px;
  }
}

/***********202309更新追加 (スケジュールページイレギュラー調整）*********************/
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl .main-txt .sub2{
  font-size: 2.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl .main-txt .sub2{
    font-size: 1.8rem;
  }
}
.contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl .main-txt #sub3{
  font-size: 1.7rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart.schedule .work-area .work-all-container .des-txt-container .work-ttl .main-txt #sub3{
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
/***********202311更新追加 (ページ調整）*********************/
.contents.gallerytoart .profile-photo-wrap {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart .profile-photo-wrap {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.contents.gallerytoart .profile-photo-wrap .profile-photo-left {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart .profile-photo-wrap .profile-photo-left {
    width: 100%;
    margin-bottom: 15px;
  }
}
.contents.gallerytoart .profile-photo-wrap .profile-photo-right {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart .profile-photo-wrap .profile-photo-right {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart .profile-photo-wrap .profile-photo-right .profile-photo-right-text {
    margin-bottom: 15px;
  }
}
.contents.gallerytoart .profile-photo-wrap .profile-photo-right .profile-photo-right-wrap {
  display: flex;
  justify-content: space-between;
}
.contents.gallerytoart .profile-photo-wrap .profile-photo-right .profile-photo-right-wrap img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart .profile-photo-wrap .profile-photo-right .profile-photo-right-wrap img {
    width: 48%;
  }
}
.contents.gallerytoart .profile-title {
  font-size: 1.9rem;
  margin-top: 15px;
}
.contents.gallerytoart .nick-img {
  width: 50%;
  margin: auto;
}
.contents.gallerytoart .fraum-img {
  text-align: center;
}
.contents.gallerytoart .fraum-img img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart .fraum-img img {
    width: 80%;
  }
}
.contents.gallerytoart .fraum-title-1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart .fraum-title-1 {
    font-size: 1.6rem;
  }
}
.contents.gallerytoart .fraum-title-2 {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents.gallerytoart .fraum-title-2 {
    font-size: 1.5rem;
  }
}
#mt-0 {
  margin-top: 0;
}