@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&display=swap");
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
@-webkit-keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.delay-02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

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

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

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

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

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

.delay-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.delay-30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay-40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay-50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay-60 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@-webkit-keyframes fadeInLeft100_op {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft100_op {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft100_op {
  -webkit-animation-name: fadeInLeft100_op;
          animation-name: fadeInLeft100_op;
}

@-webkit-keyframes fadeInRight100_op {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRight100_op {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight100_op {
  -webkit-animation-name: fadeInRight100_op;
          animation-name: fadeInRight100_op;
}

@-webkit-keyframes fadeInLeft100 {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft100 {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
.fadeInLeft100 {
  -webkit-animation-name: fadeInLeft100;
          animation-name: fadeInLeft100;
}

@-webkit-keyframes fadeInRight100 {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}

@keyframes fadeInRight100 {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
.fadeInRight100 {
  -webkit-animation-name: fadeInRight100;
          animation-name: fadeInRight100;
}

@-webkit-keyframes fadeInUp100_op {
  0% {
    opacity: 0;
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp100_op {
  0% {
    opacity: 0;
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp100_op {
  -webkit-animation-name: fadeInUp100_op;
          animation-name: fadeInUp100_op;
}

@-webkit-keyframes shrinkage {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    transform-origin: center center;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3, 1.3);
    transform-origin: center center;
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
    transform-origin: center center;
  }
}

@keyframes shrinkage {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    transform-origin: center center;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3, 1.3);
    transform-origin: center center;
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
    transform-origin: center center;
  }
}
.shrinkage {
  -webkit-animation: shrinkage 3s ease infinite;
          animation: shrinkage 3s ease infinite;
}

@-webkit-keyframes passing-box-keyframe {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes passing-box-keyframe {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-box-keyframe-c {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passing-box-keyframe-c {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes sub-title-keyframe {
  0% {
    color: transparent;
  }
  50% {
    color: transparent;
  }
  51% {
    color: transparent;
  }
  100% {
    color: #212121;
  }
}
@keyframes sub-title-keyframe {
  0% {
    color: transparent;
  }
  50% {
    color: transparent;
  }
  51% {
    color: transparent;
  }
  100% {
    color: #212121;
  }
}
@-webkit-keyframes sub-title-keyframe-c {
  0% {
    color: transparent;
  }
  50% {
    color: transparent;
  }
  51% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}
@keyframes sub-title-keyframe-c {
  0% {
    color: transparent;
  }
  50% {
    color: transparent;
  }
  51% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}
.top-main {
  background: #212121;
}

.common-button {
  width: 50rem;
  height: 3rem;
  background: #212121;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  transition: all 0.5s ease;
  border: 0.1rem solid #212121;
}
@media only screen and (max-width: 767px) {
  .common-button {
    width: 24.609375rem;
    height: 4.6875rem;
  }
}
.common-button__text {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .common-button__text {
    font-size: 1rem;
  }
}
.common-button__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.common-button:hover {
  background: #fff;
  color: #212121;
}

.default-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.top-fv {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #212121;
}
.top-fv .bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.top-fv .bg ul {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-fv .bg ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}
.top-fv .bg ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-fv .bg ul li:nth-of-type(2) {
  z-index: 8;
}
.top-fv .bg ul li:nth-of-type(3) {
  z-index: 6;
}
.top-fv .bg ul li:nth-of-type(4) {
  z-index: 4;
}
.top-fv .bg ul li:nth-of-type(5) {
  z-index: 2;
}
.top-fv .bg-cat-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  overflow: hidden;
}
.top-fv .bg-cat-screen .main-fv-top {
  width: 140vw;
  height: 140vw;
  position: absolute;
  top: -133.9vw;
  left: -6vw;
  transform: rotate(24deg);
  transform-origin: left bottom;
  z-index: 4;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .top-fv .bg-cat-screen .main-fv-top {
    width: 300vw;
    height: 300vw;
    top: -269.9vw;
    left: -30vw;
  }
}
.top-fv .bg-cat-screen__round01 {
  width: 140vw;
  height: 140vw;
  background: #212121;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
  -webkit-animation: round01 6s ease-in 2.4s infinite;
          animation: round01 6s ease-in 2.4s infinite;
  z-index: 1;
  transition-timing-function: cubic-bezier(0.42, 0, 0.17, 0.89);
}
@media only screen and (max-width: 767px) {
  .top-fv .bg-cat-screen__round01 {
    width: 300vw;
    height: 300vw;
  }
}
.top-fv .bg-cat-screen .main-fv-bottom {
  width: 140vw;
  height: 140vw;
  position: absolute;
  top: 6vw;
  left: -6vw;
  transform: rotate(24deg);
  transform-origin: left top;
  z-index: 3;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .top-fv .bg-cat-screen .main-fv-bottom {
    width: 300vw;
    height: 300vw;
    top: 30vw;
    left: -30vw;
  }
}
.top-fv .bg-cat-screen__round02 {
  width: 140vw;
  height: 140vw;
  background: #212121;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left top;
  -webkit-animation: round02 6s ease 2s infinite;
          animation: round02 6s ease 2s infinite;
  z-index: 3;
  transition-timing-function: cubic-bezier(0.94, 0.03, 0.17, 0.89);
}
@media only screen and (max-width: 767px) {
  .top-fv .bg-cat-screen__round02 {
    width: 300vw;
    height: 300vw;
  }
}
.top-fv .bg-cat-screen .star-box {
  width: 140vw;
  height: 0.6vw;
  position: absolute;
  top: 5.7vw;
  left: -6vw;
  transform: rotate(24deg);
  transform-origin: left top;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .top-fv .bg-cat-screen .star-box {
    width: 160vw;
    top: 29.7vw;
    left: -30vw;
  }
}
.top-fv .bg-cat-screen .star {
  height: 0.6vw;
  width: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #fff;
  -webkit-animation: shooting 1s linear 1.6s;
          animation: shooting 1s linear 1.6s;
}
@-webkit-keyframes shooting {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes shooting {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes round01 {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(0deg);
  }
  23% {
    transform: rotate(100deg);
  }
  77% {
    transform: rotate(100deg);
  }
  90% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes round01 {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(0deg);
  }
  23% {
    transform: rotate(100deg);
  }
  77% {
    transform: rotate(100deg);
  }
  90% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes round02 {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(0deg);
  }
  23% {
    transform: rotate(100deg);
  }
  77% {
    transform: rotate(100deg);
  }
  90% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes round02 {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(0deg);
  }
  23% {
    transform: rotate(100deg);
  }
  77% {
    transform: rotate(100deg);
  }
  90% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.top-fv .fv-catch {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 13vw 6.5vw;
}
@media only screen and (max-width: 767px) {
  .top-fv .fv-catch {
    padding: 0;
    align-items: center;
    justify-content: center;
  }
}
.top-fv .fv-catch h2 {
  font-size: 3rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  display: inline-block;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .top-fv .fv-catch h2 {
    font-size: 2.2rem;
  }
}
.top-fv .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
.top-fv .info ul {
  width: 100%;
  height: 100%;
}
.top-fv .info ul li {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.top-fv .info ul li a {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
.top-fv .info ul li a .num {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top-fv .info ul li a .cate {
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 33px;
}
.top-fv .info ul li a .tit {
  font-size: 2rem;
  letter-spacing: 0.06em;
  margin-top: 30px;
}
.top-fv .info ul li a .date {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-top: 7px;
}
.top-fv .info ul li a .txt {
  font-size: 1.4rem;
  opacity: 0.5;
  margin-top: 25px;
  letter-spacing: 0.05em;
}
.top-fv .logo {
  position: absolute;
  bottom: 100px;
  left: 100px;
  z-index: 30;
}
@media only screen and (max-width: 767px) {
  .top-fv .logo {
    left: 30px;
    bottom: 100px;
  }
}
.top-fv .logo h2 {
  color: #fff;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .top-fv .logo h2 {
    font-size: 2.4rem;
  }
}
.en-US .top-fv .fv-catch h2 {
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .en-US .top-fv .fv-catch h2 {
    font-size: 2.3rem;
  }
}

.section-wrap {
  position: relative;
  z-index: 5;
  background: #212121;
}

.top-sec01 {
  padding: 24rem 30px;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .top-sec01 {
    padding: 12rem 20px;
  }
}
.top-sec01__title {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .top-sec01__title {
    margin-bottom: 10rem;
  }
}
.top-sec01__title .common-section-title {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .top-sec01__title .common-section-title {
    text-align: center;
  }
}
.top-sec01__items {
  width: 84rem;
  margin-left: auto;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  .top-sec01__items {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 8rem;
  }
}
.top-sec01 .top-sec01-item {
  height: 4.6rem;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #000;
}
@media only screen and (max-width: 767px) {
  .top-sec01 .top-sec01-item {
    height: initial;
    display: block;
    padding-bottom: 0.8rem;
  }
}
.top-sec01 .top-sec01-item:not(:last-of-type) {
  margin-bottom: 1.8rem;
}
.top-sec01 .top-sec01-item__head {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .top-sec01 .top-sec01-item__head {
    margin-bottom: 1.2rem;
  }
}
.top-sec01 .top-sec01-item__category {
  width: 14rem;
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
}
.top-sec01 .top-sec01-item__category p {
  display: inline-block;
  padding: 0.5rem 1.3rem;
  background: #000;
  color: #fff;
  border-radius: 1.3rem;
}
.top-sec01 .top-sec01-item__date {
  width: 17rem;
  font-family: "Noto Serif JP", serif;
}
.top-sec01 .top-sec01-item__title {
  flex: 1;
  line-height: 1.5;
}

.top-sec02 {
  padding: 24rem 30px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-sec02 {
    padding: 12rem 20px 0;
  }
}
.top-sec02__title {
  margin-bottom: 14rem;
}
@media only screen and (max-width: 767px) {
  .top-sec02__title {
    margin-bottom: 8rem;
  }
}
.top-sec02__items {
  margin-bottom: 12rem;
  height: 76rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .top-sec02__items {
    display: block;
    height: initial;
    margin-bottom: 8rem;
  }
}
.top-sec02 .top-sec02-item {
  width: 50.8rem;
  height: 64rem;
  background-image: url(../img/top/top-sec02-item01.png);
  background-size: 100%;
  background-position: 50% 50%;
  padding: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: min(160vw, 716px);
    background-size: cover;
  }
}
.top-sec02 .top-sec02-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  position: absolute;
  mix-blend-mode: hue;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-item::before {
    display: none;
  }
}
.top-sec02 .top-sec02-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.43);
  position: absolute;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.top-sec02 .top-sec02-item__artist-info {
  position: relative;
  width: 15rem;
  height: 15rem;
  background: #212121;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-item__artist-info {
    width: 12rem;
    height: 12rem;
    text-align: center;
    z-index: 5;
  }
}
.top-sec02 .top-sec02-item__artist-info .artist-name {
  margin-bottom: 0.5rem;
}
.top-sec02 .top-sec02-item__artist-info .music-title {
  font-size: 1.2rem;
}
.top-sec02 .top-sec02-item:nth-of-type(2) {
  align-self: flex-end;
  background-image: url(../img/top/top-sec02-item02.png);
}
@media only screen and (max-width: 767px) {
  .top-sec02 .top-sec02-item:nth-of-type(2) {
    margin-top: 8rem;
  }
}
.top-sec02 .top-sec02-item:hover {
  background-size: 110%;
}
.top-sec02 .top-sec02-item:hover::before {
  opacity: 0;
}
.top-sec02 .top-sec02-item:hover::after {
  opacity: 0;
}

.top-sec03 {
  padding: 24rem 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-sec03 {
    padding: 12rem 0 0;
  }
}
.top-sec03__title {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .top-sec03__title {
    margin-bottom: 8rem;
  }
}
.top-sec03__contents {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .top-sec03__contents {
    height: min(180vw, 720px);
  }
}
.top-sec03__items {
  width: min(77.14vw, 1080px);
  height: min(43.35vw, 607px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-sec03__items {
    width: 100%;
    max-width: 500px;
    height: min(180vw, 720px);
  }
}
.top-sec03 .top-sec03-item {
  width: min(77.14vw, 1080px);
  height: min(43.35vw, 607px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  font-family: "Noto Serif JP", serif;
  display: block;
}
@media only screen and (max-width: 767px) {
  .top-sec03 .top-sec03-item {
    width: 100%;
    height: min(180vw, 720px);
    background-position: 50% 50%;
  }
}
.top-sec03 .top-sec03-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-sec03 .top-sec03-item:nth-of-type(2) {
  z-index: 8;
  color: #fff;
  opacity: 0;
}
.top-sec03 .top-sec03-item:nth-of-type(3) {
  z-index: 6;
}
.top-sec03__captions {
  width: 50%;
  height: 10rem;
  position: absolute;
  top: calc((100vh - min(43.35vw, 607px)) / 2 + 3rem);
  left: calc((100vw - min(77.14vw, 1080px)) / 2 + 3rem);
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .top-sec03__captions {
    width: 100%;
    left: 10%;
    top: 30%;
  }
}
.top-sec03 .top-sec03-item-caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transform-origin: -20rem center;
  color: #fff;
}
.top-sec03 .top-sec03-item-caption__works-name {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .top-sec03 .top-sec03-item-caption__works-name {
    font-size: 3rem;
  }
}
.top-sec03 .top-sec03-item-caption:nth-of-type(2) {
  z-index: 8;
  transform: rotate(30deg) scale(0.9);
}

.top-sec04 {
  padding: 10.8rem 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-sec04 {
    padding: 12rem 0 0;
  }
}
.top-sec04__title {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .top-sec04__title {
    margin-bottom: 3rem;
  }
}
.top-sec04__title .common-section-title h2 {
  height: 13.5rem;
}
@media only screen and (max-width: 767px) {
  .top-sec04__title .common-section-title h2 {
    font-size: 5rem;
    height: 7rem;
  }
}
.top-sec04__contents {
  padding-top: 6rem;
  width: 68vw;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  .top-sec04__contents {
    width: 100%;
    margin-bottom: 8rem;
  }
}
.top-sec04__items {
  display: inline-flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.top-sec04 .top-sec04-item {
  width: 50.8rem;
  height: 44rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .top-sec04 .top-sec04-item {
    width: 32rem;
    height: 28rem;
  }
}
.top-sec04 .top-sec04-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-sec04 .top-sec04-item .title {
  position: absolute;
  top: 0;
  left: 0;
}
.top-sec04__circle-arrow {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 0.1rem solid #fff;
  position: absolute;
  top: 50%;
  left: 49rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .top-sec04__circle-arrow {
    left: 25rem;
    transform: translateY(-50%);
  }
}
.top-sec04__circle-arrow span {
  display: block;
  width: 3.4rem;
  height: 0.15rem;
  background: #fff;
  position: relative;
}
.top-sec04__circle-arrow span::before {
  content: "";
  width: 0.6rem;
  height: 0.8rem;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.2rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.top-sec05 {
  padding: 42.8rem 30px 0;
  position: relative;
  height: calc(58vw + 24rem);
}
@media only screen and (max-width: 767px) {
  .top-sec05 {
    padding: 25.2rem 20px 0;
    padding-top: calc(78.7724vw - 43.3964px);
    height: calc(70rem + 125vw);
  }
}
.top-sec05__circle-bg {
  height: 58vw;
  width: 48vw;
  background-image: url(../img/top/top-sec05-bg.png);
  background-size: cover;
  background-position: 100% 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .top-sec05__circle-bg {
    height: 125vw;
    width: 94.6vw;
    top: 47.4vw;
    bottom: initial;
  }
}
.top-sec05 .inner {
  position: relative;
}
.top-sec05__title {
  margin-bottom: 5rem;
}
.top-sec05__title .common-section-title {
  text-align: left;
  color: #212121;
  justify-content: flex-start;
}
.top-sec05 .top-sec05-item {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .top-sec05 .top-sec05-item {
    display: block;
  }
}
.top-sec05 .top-sec05-item__image {
  width: 50%;
  padding-right: 5.4rem;
  text-align: right;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .top-sec05 .top-sec05-item__image {
    text-align: center;
    margin-bottom: 10rem;
  }
}
.top-sec05 .top-sec05-item__image img {
  width: min(20.8vw, 400px);
  height: min(20.8vw, 400px);
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .top-sec05 .top-sec05-item__image img {
    width: 22rem;
    height: 22rem;
  }
}
.top-sec05 .top-sec05-item__profile {
  color: #fff;
  width: 50%;
  padding: min(6.7vw, 13rem) 0 0 min(2vw, 4rem);
}
@media only screen and (max-width: 767px) {
  .top-sec05 .top-sec05-item__profile {
    width: 100%;
    padding: 0;
    max-width: 500px;
    margin: 0 auto;
  }
}
.top-sec05 .top-sec05-item__profile .name {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .top-sec05 .top-sec05-item__profile .name {
    font-size: 1.8rem;
  }
}
.top-sec05 .top-sec05-item__profile .text {
  line-height: 1.66;
}

.top-sec06 {
  padding: 24rem 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-sec06 {
    padding: 12rem 20px;
  }
}
.top-sec06__title {
  margin-bottom: 14rem;
}
@media only screen and (max-width: 767px) {
  .top-sec06__title {
    margin-bottom: 8rem;
  }
}
.top-sec06__items {
  display: flex;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  justify-content: center;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  .top-sec06__items {
    display: block;
    margin-bottom: 8rem;
  }
}
.top-sec06 .top-sec06-item {
  width: 44rem;
  color: #fff;
  display: block;
}
@media only screen and (max-width: 767px) {
  .top-sec06 .top-sec06-item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 8rem;
  }
}
.top-sec06 .top-sec06-item__image {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1rem;
}
.top-sec06 .top-sec06-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-sec06 .top-sec06-item__artist-name {
  text-align: center;
  line-height: 1.5;
}
.top-sec06 .top-sec06-item__music-title {
  text-align: center;
}
.top-sec06 .top-sec06-item__music-title p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.top-sec06 .top-sec06-item__text p {
  line-height: 2;
}

.first-visit-sec04 {
  padding: 16rem 30px;
  position: relative;
  background: #F6F6F6;
}
@media only screen and (max-width: 767px) {
  .first-visit-sec04 {
    padding: 8rem 20px;
  }
}
.first-visit-sec04__title {
  margin-bottom: 9.8rem;
}
@media only screen and (max-width: 767px) {
  .first-visit-sec04__title {
    margin-bottom: 3.9rem;
  }
}
.first-visit-sec04__contents table {
  width: 100%;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .first-visit-sec04__contents table {
    max-width: 500px;
    margin: 0 auto 1rem;
  }
}
.first-visit-sec04__contents table thead tr {
  background: #212121;
  color: #fff;
  height: 4rem;
  border: 0.1rem solid #000;
}
@media only screen and (max-width: 767px) {
  .first-visit-sec04__contents table thead tr {
    height: 2.2rem;
  }
}
.first-visit-sec04__contents table thead tr td {
  position: relative;
}
.first-visit-sec04__contents table thead tr td::before {
  content: "";
  width: 0.1rem;
  height: 2rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.first-visit-sec04__contents table tbody tr {
  height: 4.8rem;
  border: 0.1rem solid #000;
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .first-visit-sec04__contents table tbody tr {
    height: 2.5rem;
  }
}
.first-visit-sec04__contents table tbody tr td {
  border-left: 0.1rem solid #000;
}
.first-visit-sec04__contents table tbody tr:first-of-type td:nth-of-type(2) {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .first-visit-sec04__contents table tbody tr:first-of-type td:nth-of-type(2) {
    font-size: 1rem;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.2em;
  }
}
.first-visit-sec04__contents table tbody tr:nth-of-type(2) td {
  color: #E03B57;
  font-weight: bold;
}
.first-visit-sec04__contents table tr {
  text-align: center;
}
.first-visit-sec04__contents table tr th {
  width: 18rem;
  vertical-align: middle;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .first-visit-sec04__contents table tr th {
    font-size: 1rem;
    width: calc(100% - min(8.28vw, 44.7px) * 7);
  }
}
.first-visit-sec04__contents table tr td {
  width: 8.8571428571rem;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .first-visit-sec04__contents table tr td {
    width: min(8.28vw, 44.7px);
  }
}
.first-visit-sec04__table-anno {
  display: flex;
  align-items: center;
  -moz-column-gap: 3.6rem;
       column-gap: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .first-visit-sec04__table-anno {
    display: block;
  }
}
.first-visit-sec04__table-anno dl {
  height: 3rem;
  width: 18rem;
  display: flex;
  border: 0.1rem solid #E03B57;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .first-visit-sec04__table-anno dl {
    margin-bottom: 1rem;
    font-size: 1rem;
    width: 13.2rem;
    height: 2.2rem;
  }
}
.first-visit-sec04__table-anno dl dt {
  width: 6.6rem;
  height: 100%;
  background: #E03B57;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .first-visit-sec04__table-anno dl dt {
    width: 4.5rem;
  }
}
.first-visit-sec04__table-anno dl dd {
  flex: 1;
  height: 100%;
  color: #E03B57;
  display: flex;
  justify-content: center;
  align-items: center;
}
.first-visit-sec04__table-anno .annotation span {
  color: #E03B57;
  font-weight: bold;
}

.first-visit-sec05 {
  padding: 16rem 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .first-visit-sec05 {
    padding: 8rem 0;
  }
}
.first-visit-sec05__title {
  margin-bottom: 9.8rem;
}
@media only screen and (max-width: 767px) {
  .first-visit-sec05__title {
    margin-bottom: 3.9rem;
  }
}
.first-visit-sec05__contents table {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 10rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .first-visit-sec05__contents table {
    width: 27rem;
    font-size: 1rem;
    margin-bottom: 4rem;
  }
}
.first-visit-sec05__contents table tr {
  height: 5rem;
  border-bottom: 0.1rem solid #212121;
}
@media only screen and (max-width: 767px) {
  .first-visit-sec05__contents table tr {
    height: 3.1rem;
  }
}
.first-visit-sec05__contents table tr:first-of-type {
  border-top: 0.1rem solid #212121;
}
.first-visit-sec05__contents table tr th, .first-visit-sec05__contents table tr td {
  vertical-align: middle;
}
.first-visit-sec05__contents table tr th {
  width: 9.2rem;
}
@media only screen and (max-width: 767px) {
  .first-visit-sec05__contents table tr th {
    width: 6.5rem;
  }
}
.first-visit-sec05__contents table tr td {
  position: relative;
  padding-left: 1.4rem;
}
.first-visit-sec05__contents table tr td::before {
  content: "";
  width: 0.1rem;
  height: 1.5rem;
  background: #212121;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.first-visit-sec05__map {
  width: 100%;
  height: 28.5vw;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .first-visit-sec05__map {
    margin-bottom: 4rem;
    height: 40rem;
  }
}
.first-visit-sec05__map iframe {
  width: 100%;
  height: 100%;
}
#first-visit {
  overflow-x: hidden;
  width: 100%;
}
#first-visit .inner {
  max-width: 800px;
}
#first-visit .first-visit-sec01 {
  padding: 16rem 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec01 {
    padding: 8rem 20px;
  }
}
#first-visit .first-visit-sec01__title {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec01__title {
    margin-bottom: 3.8rem;
  }
}
#first-visit .first-visit-sec01 .first-visit-sec01-item__head {
  display: flex;
  align-items: center;
  -moz-column-gap: 4.7rem;
       column-gap: 4.7rem;
  width: 100%;
  height: 5rem;
  background: #F6F6F6;
  padding: 0 2rem;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec01 .first-visit-sec01-item__head {
    height: 3.6rem;
  }
}
#first-visit .first-visit-sec01 .first-visit-sec01-item__head .num {
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec01 .first-visit-sec01-item__head .num {
    font-size: 1.6rem;
  }
}
#first-visit .first-visit-sec01 .first-visit-sec01-item__head .title {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec01 .first-visit-sec01-item__head .title {
    font-size: 1rem;
  }
}
#first-visit .first-visit-sec01 .first-visit-sec01-item__content {
  padding: 2rem 3rem 2rem 8.7rem;
  font-size: 1.5rem;
  line-height: 1.66;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec01 .first-visit-sec01-item__content {
    padding: 1.5rem 4.4rem 1.5rem;
    font-size: 1rem;
    line-height: 2;
  }
}
#first-visit .first-visit-sec01 .first-visit-sec01-item__content p:not(:first-of-type) {
  margin-top: 1.5rem;
}
#first-visit .first-visit-sec01 .first-visit-sec01-item__content ul li:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec01 .first-visit-sec01-item__content ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#first-visit .first-visit-sec02 {
  padding: 16rem 30px;
  position: relative;
  background: #212121;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec02 {
    padding: 10rem 20px;
  }
}
#first-visit .first-visit-sec02__title {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec02__title {
    margin-bottom: 3.9rem;
  }
}
#first-visit .first-visit-sec02 .first-visit-sec02-item__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  background: #fff;
  padding: 0 2rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec02 .first-visit-sec02-item__head {
    height: 2.8rem;
    font-size: 1rem;
  }
}
#first-visit .first-visit-sec02 .first-visit-sec02-item__content {
  padding: 2rem 3rem;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  line-height: 1.66;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec02 .first-visit-sec02-item__content {
    font-size: 1rem;
    line-height: 2;
    padding: 1.3rem 2.9rem;
  }
}
#first-visit .first-visit-sec02 .first-visit-sec02-item__content ul {
  color: #fff;
  width: 33rem;
}
#first-visit .first-visit-sec02 .first-visit-sec02-item__content ul li:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec02 .first-visit-sec02-item__content ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#first-visit .first-visit-sec03 {
  padding: 8rem 30px 8rem;
  position: relative;
  background-image: url(../img/first-visit/first-visit-sec03-bg-pc.jpg);
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec03 {
    padding: 4rem 20px;
    background-position: 30% 50%;
  }
}
#first-visit .first-visit-sec03::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  mix-blend-mode: hue;
  position: absolute;
  top: 0;
  left: 0;
}
#first-visit .first-visit-sec03__contents {
  position: relative;
  width: 600px;
  margin: 0 auto;
  padding: 3rem 5rem;
  background: rgba(224, 59, 87, 0.7);
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec03__contents {
    width: min(70vw, 500px);
    padding: 2rem 2rem 3rem;
  }
}
#first-visit .first-visit-sec03__title {
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec03__title {
    margin-bottom: 1.8rem;
  }
}
#first-visit .first-visit-sec03__text p {
  font-size: 1.5rem;
  line-height: 1.66;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec03__text p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
#first-visit .first-visit-sec06 {
  padding: 16rem 30px;
  position: relative;
  background: #F6F6F6;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec06 {
    padding: 8rem 20px;
  }
}
#first-visit .first-visit-sec06__title {
  margin-bottom: 9.8rem;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec06__title {
    margin-bottom: 3.9rem;
  }
}
#first-visit .first-visit-sec06__contents {
  width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec06__contents {
    width: 100%;
    max-width: 500px;
  }
}
#first-visit .first-visit-sec06__image {
  width: 100%;
  height: 200px;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec06__image {
    height: min(42vw, 250px);
  }
}
#first-visit .first-visit-sec06__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#first-visit .first-visit-sec06__text {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec06__text {
    margin-bottom: 5.7rem;
  }
}
#first-visit .first-visit-sec06__text p {
  font-size: 1.5rem;
  line-height: 1.66;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec06__text p {
    font-size: 1rem;
  }
}
#first-visit .first-visit-sec06 .first-visit-sec06-item__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  background: #fff;
  padding: 0 2rem;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec06 .first-visit-sec06-item__head {
    height: 2.8rem;
  }
}
#first-visit .first-visit-sec06 .first-visit-sec06-item__head h3 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec06 .first-visit-sec06-item__head h3 {
    font-size: 1rem;
  }
}
#first-visit .first-visit-sec06 .first-visit-sec06-item__content {
  padding: 2rem 3rem 2rem;
  font-size: 1.5rem;
  line-height: 1.66;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec06 .first-visit-sec06-item__content {
    font-size: 1rem;
    padding: 1rem 2rem;
  }
}
#first-visit .first-visit-sec06 .first-visit-sec06-item__content ul li:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec06 .first-visit-sec06-item__content ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#first-visit .first-visit-sec07 {
  padding: 16rem 30px 16rem;
  position: relative;
  background: #212121;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec07 {
    padding: 8rem 20px;
  }
}
#first-visit .first-visit-sec07__title {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec07__title {
    margin-bottom: 3.9rem;
  }
}
#first-visit .first-visit-sec07__contents {
  width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec07__contents {
    width: 100%;
    max-width: 400px;
  }
}
#first-visit .first-visit-sec07__text {
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec07__text {
    margin-bottom: 1.7rem;
  }
}
#first-visit .first-visit-sec07__text p {
  font-size: 1.5rem;
  line-height: 1.66;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec07__text p {
    font-size: 1rem;
  }
}
#first-visit .first-visit-sec07__item {
  width: 100%;
  height: 200px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec07__item {
    height: 17.7rem;
  }
}
#first-visit .first-visit-sec08 {
  padding: 16rem 30px 0;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec08 {
    padding: 8rem 20px 0;
  }
}
#first-visit .first-visit-sec08__title {
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec08__title {
    margin-bottom: 2.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec08__contents {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
#first-visit .first-visit-sec08__text {
  width: 500px;
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec08__text {
    width: 100%;
    margin-bottom: 3.7rem;
  }
}
#first-visit .first-visit-sec08__text p {
  font-size: 1.5rem;
  line-height: 1.66;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec08__text p {
    font-size: 1rem;
  }
}
#first-visit .first-visit-sec08__image {
  width: 687px;
  height: 275px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #first-visit .first-visit-sec08__image {
    width: 100%;
    height: min(34.2vw, 200px);
  }
}
#first-visit .first-visit-sec08__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- *//*# sourceMappingURL=kentaro-style.css.map */