@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
    notice
======================================================================*/
.notice {
  padding: 3rem 0;
  background-color: #d45340;
}
.notice_text {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1.666;
}
@media screen and (min-width: 768px) {
  .notice_text {
    font-size: 140%;
  }
}

/* =====================================================================
    mv
======================================================================*/
.mv {
  overflow: hidden;
}
.mv_logo {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: calc(59 / 750 * 100%) 0 0 calc(203 / 750 * 100%);
  width: calc(338 / 750 * 100%);
}

.mv_lace {
  position: absolute;
  top: 0;
  left: 0;
  margin: calc(-16 / 750 * 100%) 0 0 calc(14 / 750 * 100%);
  width: calc(717 / 750 * 100%);
  opacity: 0;
}
.mv_lace.is-show {
  -webkit-animation: fadeIn 1s ease-in-out 1 forwards;
          animation: fadeIn 1s ease-in-out 1 forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  .mv_logo {
    margin: calc(153 / 1600 * 100%) 0 0 calc(85 / 1600 * 100%);
    width: calc(449 / 1600 * 100%);
  }
  .mv_lace {
    margin: calc(-66 / 1600 * 100%) 0 0 calc(530 / 1600 * 100%);
    width: calc(800 / 1600 * 100%);
  }
}
/* =====================================================================
    lace animation
======================================================================*/
#particles-intro01,
#particles-intro02 {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 55rem);
  height: 100%;
}
#particles-intro01 > canvas,
#particles-intro02 > canvas {
  width: 20rem !important;
}

#particles-intro02 {
  left: auto;
  right: 0;
}

@media screen and (min-width: 768px) {
  #particles-intro01,
  #particles-intro02 {
    width: 26.8rem;
    height: 100%;
  }
}
/* =====================================================================
    intro
======================================================================*/
.intro {
  padding: 22rem 0;
  color: #391400;
  overflow: hidden;
}
.intro_text01 {
  text-align: center;
  margin-bottom: 8rem;
  font-family: "Kaisei Opti", serif;
  font-size: 128%;
  line-height: 1.666;
  color: #d45340;
}
.intro_text02 {
  margin-bottom: 14rem;
  padding: 0 calc(50 / 650 * 100%);
  font-family: "Kaisei Opti", serif;
  font-size: 128%;
  line-height: 1.833;
}
.intro_59ago_ttl {
  margin: 0 auto 5rem;
  width: calc(370 / 650 * 100%);
}
.intro_59ago_img {
  margin-left: calc(-70 / 650 * 100%);
  width: calc(773 / 650 * 100%);
}
.intro_59ago_detail {
  margin-top: calc(-60 / 650 * 100%);
  font-family: "Shippori Mincho B1", serif;
  font-size: 121%;
  font-weight: 800;
  line-height: 1.7;
}
.intro_59ago_detail dt {
  padding: 0.5em 0.8em;
  border: 1px solid #d45340;
}
.intro_59ago_detail dt span {
  font-size: 140%;
  color: #d45340;
}
.intro_59ago_detail dd {
  position: relative;
  padding-top: 2.25em;
}
.intro_59ago_detail dd::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.75em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-right: 3em solid transparent;
  border-left: 3em solid transparent;
  border-top: 1em solid #d45340;
  border-bottom: 0;
}
.intro_photo {
  position: relative;
  margin-top: 10rem;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .intro {
    padding: 20rem 0;
  }
  .intro_text01 {
    font-size: 155%;
  }
  .intro_text02 {
    margin-bottom: 10rem;
    padding: 0;
    font-size: 133%;
  }
  .intro_59ago {
    position: relative;
  }
  .intro_59ago_ttl {
    margin-bottom: 4rem;
    width: calc(282 / 1000 * 100%);
  }
  .intro_59ago_img {
    margin: 0 0 0 auto;
    width: calc(875 / 1000 * 100%);
  }
  .intro_59ago_detail {
    margin: calc(-175 / 1000 * 100%) 0 0 calc(125 / 1000 * 100%);
    width: calc(400 / 1000 * 100%);
    font-size: 2rem;
  }
}
/* =====================================================================
    about
======================================================================*/
.about {
  padding: 10rem 0 8rem;
  background-color: #69adae;
}
.about::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5.6rem;
  background: url(../images/common/bg_ribbon.png) repeat-x center top/auto 100%;
  z-index: 1;
  top: -5.5rem;
}
@media screen and (min-width: 768px) {
  .about::before {
    top: -3.5rem;
    height: 3.6rem;
  }
}
.about::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5.6rem;
  background: url(../images/common/bg_ribbon.png) repeat-x center top/auto 100%;
  z-index: 1;
  bottom: -5.5rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media screen and (min-width: 768px) {
  .about::after {
    bottom: -3.5rem;
    height: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .about .inner {
    padding: 0 calc(50 / 750 * 100%);
  }
}
.about_grid {
  margin-bottom: 8rem;
}
.about_ttl {
  text-align: center;
  margin-bottom: 7rem;
}
.about_ttl img {
  margin-bottom: 3rem;
}
.about_ttl span {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-size: 250%;
  letter-spacing: 0.2em;
}
.about_photo {
  margin: 0 auto 5rem;
  width: 85.0909090909%;
}
.about_text {
  font-size: 107%;
  line-height: 1.866;
}
.about_img {
  position: relative;
  padding-bottom: 36.3636363636%;
}
.about_img::before, .about_img::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 32.5454545455%;
  padding-top: 36.1818181818%;
  background: url(../images/common/img_deco1.png) no-repeat bottom center/contain;
}
.about_img::before {
  left: 0;
  margin-left: -12.7272727273%;
}
.about_img::after {
  right: 0;
  margin-right: -12.7272727273%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.about_img li {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .about_img li:last-child {
    margin-bottom: 0;
  }
}
.about_img li img {
  border-radius: 2rem;
}

@media screen and (min-width: 768px) {
  .about_grid {
    display: grid;
    grid-template-columns: calc(358 / 1000 * 100%) calc(500 / 1000 * 100%);
    grid-template-rows: auto;
    gap: 0 calc(60 / 1000 * 100%);
    grid-template-areas: "about_photo about_ttl" "about_photo about_text";
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about_ttl {
    grid-area: about_ttl;
    text-align: left;
    margin-bottom: 4rem;
  }
  .about_ttl img {
    width: 93%;
  }
  .about_ttl span {
    font-size: 288%;
  }
  .about_photo {
    grid-area: about_photo;
    margin: 0;
    width: 100%;
  }
  .about_text {
    grid-area: about_text;
    font-size: 111%;
  }
  .about_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: calc(55 / 1000 * 100%);
  }
  .about_img::before, .about_img::after {
    width: calc(100 / 1000 * 100%);
    padding-top: calc(110 / 1000 * 100%);
  }
  .about_img::before {
    margin-left: 0;
  }
  .about_img::after {
    margin-right: 0;
  }
  .about_img li {
    margin: 0 calc(20 / 1000 * 100%) calc(20 / 1000 * 100%) 0;
    width: calc(280 / 1000 * 100%);
  }
  .about_img li:nth-child(3n), .about_img li:last-child {
    margin-right: 0;
  }
  .about_img li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
/* =====================================================================
    topics
======================================================================*/
.topics {
  padding: 20rem 0;
}
.topics .btn_more {
  margin-top: 8rem;
}
.topics .btn_more a {
  position: relative;
  background-color: #69adae;
  -webkit-box-shadow: 0px 3px 0px 0px #218789;
          box-shadow: 0px 3px 0px 0px #218789;
}
.topics .btn_more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.9em;
  height: 0.9em;
  margin-left: 0.5em;
  vertical-align: middle;
  background: url(../images/common/icon_arrow.png) no-repeat center/contain;
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}
.topics .btn_more a img {
  display: inline-block;
  width: 2.8em;
}

@media screen and (min-width: 768px) {
  .topics {
    padding: 16rem 0;
  }
  .topics .btn_more {
    margin-top: 4rem;
  }
  .topics .btn_more a:hover {
    background-color: #218789;
  }
}
/* =====================================================================
    cast
======================================================================*/
.cast {
  padding: 22rem 0;
  background: #f98268 url(../images/common/bg_lace2.png) repeat-x center bottom -9.1rem/auto 18.3rem;
}
.cast_list li {
  position: relative;
  margin-bottom: 10rem;
}
.cast_list li.space {
  margin-bottom: 18rem;
}
.cast_list li:last-child {
  margin-bottom: 0 !important;
}
.cast_list li.starring::before {
  content: "";
  position: absolute;
  display: block;
  top: 27.6rem;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 18.3rem;
  background: url(../images/common/bg_lace2.png) repeat-x center/auto 100%;
  z-index: -1;
}
.cast_list li.starring figure {
  width: calc(575 / 650 * 100%);
}
.cast_list li.starring .cast_list_name {
  text-align: left;
}
.cast_list li.starring .cast_list_name dt {
  font-size: 142%;
}
.cast_list li.starring .cast_list_name dd {
  font-size: 250%;
}
.cast_list li.producer .cast_list_name {
  text-align: left;
  padding-left: 4.2em;
  background: url(../images/common/icon_pincushion.png) no-repeat left bottom/2.8em auto;
}
.cast_list figure {
  margin: 0 auto 5rem;
  width: calc(360 / 650 * 100%);
}
.cast_list_name {
  text-align: center;
  margin-bottom: 5rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
}
.cast_list_name dt {
  margin-bottom: 0.5em;
  letter-spacing: 0.2em;
}
.cast_list_name dt span {
  display: block;
  margin-bottom: 0.3em;
  padding: 0.3em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #69adae;
  font-family: "Kaisei Opti", serif;
  color: #ffea2d;
  border-radius: 3em;
}
.cast_list_name dd {
  font-size: 178%;
  letter-spacing: 0.2em;
}
.cast_list p {
  line-height: 1.785;
}
.cast_list_comment {
  margin-top: 8rem;
}
.cast_list_comment dt {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 2.2rem 0;
  width: calc(440 / 650 * 100%);
  background-color: #69adae;
  border-radius: 3em;
  -webkit-box-shadow: 0px 3px 0px 0px #218789;
          box-shadow: 0px 3px 0px 0px #218789;
  z-index: 1;
}
.cast_list_comment dt::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.5em;
  vertical-align: middle;
  background: url(../images/common/icon_arrow.png) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cast_list_comment dt.is-active::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.cast_list_comment dt img {
  display: inline-block;
  width: 4.75em;
}
.cast_list_comment dd {
  position: relative;
  top: -1.2em;
  margin-left: calc(-30 / 650 * 100%);
  padding: 3em calc(50 / 650 * 100%) 2.2em;
  width: calc(710 / 650 * 100%);
  line-height: 1.785;
  background-color: #ffb7a7;
  border-radius: 2rem;
}

@media screen and (min-width: 768px) {
  .cast {
    padding: 17rem 0;
    background-position: center bottom -17.1rem;
    background-size: auto 34.2rem;
  }
  .cast_list li {
    margin-bottom: 7rem;
  }
  .cast_list li.space {
    margin-bottom: 15rem;
  }
  .cast_list li.starring::before {
    top: 6.2rem;
    height: 34.2rem;
  }
  .cast_list li.starring .cast_list_grid {
    grid-template-columns: calc(460 / 1000 * 100%) calc(480 / 1000 * 100%);
  }
  .cast_list li.starring .cast_list_name {
    display: block !important;
  }
  .cast_list li.starring .cast_list_name dt {
    margin-bottom: 0.5em;
    font-size: 166%;
  }
  .cast_list li.starring .cast_list_name dd {
    font-size: 288%;
  }
  .cast_list li.producer .cast_list_name {
    min-height: 2.8em;
  }
  .cast_list li.producer .cast_list_name dt {
    margin: 0 1em 0 0;
    font-size: 111%;
  }
  .cast_list li.producer .cast_list_name dd {
    font-size: 166%;
  }
  .cast_list_grid {
    display: grid;
    grid-template-columns: calc(300 / 1000 * 100%) calc(640 / 1000 * 100%);
    grid-template-rows: auto;
    gap: 0;
    grid-template-areas: "figure cast_list_name" "figure p";
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cast_list figure {
    grid-area: figure;
    margin: 0;
    width: 100%;
  }
  .cast_list_name {
    grid-area: cast_list_name;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    align-self: end;
  }
  .cast_list_name dt {
    margin: 0 1em 0 0;
    font-size: 122%;
  }
  .cast_list_name dd {
    font-size: 222%;
  }
  .cast_list p {
    grid-area: p;
    align-self: start;
  }
  .cast_list_comment {
    margin-top: 8rem;
  }
  .cast_list_comment dt {
    padding: 12px 0;
    width: 360px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .cast_list_comment dt:hover {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .cast_list_comment dd {
    margin-left: 0;
    padding-left: calc(50 / 1000 * 100%);
    padding-right: calc(50 / 1000 * 100%);
    width: 100%;
  }
}
/* =====================================================================
    music
======================================================================*/
.music {
  padding: 12rem 0;
  background: #69adae;
}
.music_jacket {
  margin: 0 auto 6rem;
  width: calc(400 / 650 * 100%);
}
.music_lead {
  text-align: center;
  margin-bottom: 5rem;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-size: 107%;
  color: #ffea2d;
  line-height: 1.666;
  letter-spacing: 0.12em;
}
.music_ttl {
  text-align: center;
  margin-bottom: 4rem;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
.music_ttl dt {
  margin-bottom: 0.6em;
  font-weight: 700;
}
.music_ttl dd {
  font-size: 142%;
  font-weight: 800;
}
.music_streaming {
  text-align: center;
  padding: 0.8em;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background: #f98268;
}
.music_artist {
  margin-top: 6rem;
}
.music_artist p,
.music_artist dl {
  line-height: 1.785;
}
.music_artist dl {
  margin-bottom: 4rem;
  padding: 1em;
  border: 1px solid;
}
.music_artist_profile {
  margin-bottom: 4rem;
  font-weight: 500;
}
.music .btn_youtube {
  margin-top: 8rem;
}

@media screen and (min-width: 768px) {
  .music_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .music_grid_right {
    width: calc(640 / 1000 * 100%);
  }
  .music_jacket {
    margin: 0;
    width: calc(300 / 1000 * 100%);
  }
  .music_lead {
    text-align: left;
    padding-top: 3rem;
    font-size: 144%;
  }
  .music_ttl {
    text-align: left;
  }
  .music_ttl dt {
    font-size: 122%;
  }
  .music_ttl dd {
    font-size: 200%;
  }
  .music_streaming {
    display: inline-block;
  }
  .music_artist dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .music_artist_profile {
    margin: 0;
    width: calc(640 / 1000 * 100%);
  }
  .music_artist_img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: calc(320 / 1000 * 100%);
  }
  .music .btn_youtube {
    margin-top: 4rem;
  }
}
/* =====================================================================
    staff
======================================================================*/
.staff {
  padding: 12rem 0;
  background: #f98268;
}
.staff_list {
  margin-top: 10rem;
}
.staff_list li {
  margin-top: 4rem;
}
.staff_list li:first-child {
  margin-top: 0;
}
.staff_list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 105%;
  line-height: 1.3;
}
.staff_list li dl dt {
  position: relative;
  text-align: right;
  padding-right: 1em;
  width: 50%;
}
.staff_list li dl dt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0.35em;
  right: -0.3em;
  width: 0.6em;
  height: 0.6em;
  background: url(../images/common/icon_star3.png) no-repeat center/contain;
}
.staff_list li dl dd {
  padding-left: 1em;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .staff_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 8rem;
  }
  .staff_list li {
    width: 100%;
  }
  .staff_list li dl {
    font-size: max(2.6rem, 18px);
  }
}/*# sourceMappingURL=top.css.map */