@charset "utf-8";
/* 
Theme Name: Kooda Shoow Official Website
Description: Kooda Shoow Official Website
Version: 1.0
Author: Syosei Koda
*/
/* スマホ */
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  height: 100%;
}
html {
  min-height: 100%;
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  position: relative;
  width: 100%;
  min-width: 430px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.hidden{
  display: none;
}
#loading-screen {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: relative;
  animation: blink 1s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#loading-screen img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.background {
  width: 100%;
  height: 100%;
  background: url(images/background_image.jpg) no-repeat top center;
  background-size: cover;
  position: fixed;
  z-index: -1;
  filter: blur(0px);
  opacity: 1;
  transition: filter 0.5s ease, opacity 0.5s ease;
}
.wrap-background {
  width: 100%;
  height: 100%;
  background: #000 top center;
  block-size: cover;
  position: fixed;
  z-index: -1;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
a {
  color: #fff;
  text-decoration: none;
}
/* ヘッダー */
.header {
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 80px;
  top: 0;
  transition: background-color 0.1s;
  z-index: 100;
}
.header.scrolled {
  background-color: #000000cc;
  transition: all 0.5s ease-out;
}
#menu-toggle {
  display: none;
}
.menu-button-container {
  display: flex;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.menu {
  position: absolute;
  top: 0;
  margin-top: 80px;
  left: 0;
  flex-direction: column;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
}
#menu-toggle ~ .menu li {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
#menu-toggle:checked ~ .menu li {
  border: 1px solid #333;
  height: 2.5em;
  padding: 0.5em;
  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu > li {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0.5em 0;
  max-width: 100%;
  color: white;
  background-color: #222;
  overflow: hidden;
}
.menu > li:not(:last-child) {
  border-bottom: 1px solid #444;
}
.snsbtn-pc {
  display: none;
}
.snsbtn-mobile {
  display: flex;
  padding: 0;
}
.snsbtn-mobile li {
  list-style: none;
  padding: 0 10px;
}
h1 {
  margin: 0;
}
h1 a img {
  display: block;
  width: 70px;
  height: 70px;
}
li a {
  text-decoration: none;
  color: #fff;
}
li a:hover {
  color: grey;
  border-bottom: solid 1px grey;
}
.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}
/* ヘッダー */

/* パンくずリスト */
#breadcrumbs {
  margin: 0;
  padding-top: 75px;
}
#breadcrumbs ol {
  display: flex;
  padding-left: 10px;
  margin-top: 15px;
  margin-bottom: 0;
}
.fa-house {
  color: #fff;
  padding-right: 5px;
}
#breadcrumbs li {
  color: #fff;
  font-size: 10px;
}
#breadcrumbs li::after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
#breadcrumbs li:last-child::after {
  display: none;
}
/* パンくずリスト */

main {
  padding-top: 800px;
}
/* index.html */
h2 {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#artist_photo img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.container {
  margin: 0 10px;
}
h3 {
  text-align: center;
  margin: 20px auto;
  color: #fff;
}
.musicvideo h3 {
  margin-bottom: 10px;
}
/* index NEWS */
.news h3,
.discography h3,
.musicvideo h3 {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 1.8em;
}
.index-news-chart {
  background-color: #333;
  border-radius: 10px;
  margin: 0 20px;
  padding: 30px;
  transition: 0.8s;
}

.index-news-chart.scrolled {
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
}
.news-block:last-child {
  margin-bottom: 0;
}
.vm-btn {
  border: thick double #fff;
  text-align: center;
  margin: 20px 140px 0px;
  padding: 10px;
  background-color: #333;
}
.vm-btn a {
  color: #fff;
  font-size: 20px;
}
/* index DISCOGRAPHY */
ul#jacket-panel {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 175px);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
.jacket img {
  width: 175px;
  height: 175px;
}
li.jacket {
  display: inline-block;
}
li.d1,
li.d2,
li.d3,
li.d4,
li.d5,
li.d6,
li.d7,
li.d8,
li.d9,
li.d10 {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  box-shadow: 1px 2px 5px 1px rgba(46, 46, 46, 0.8);
}
li.d1.animate,
li.d2.animate,
li.d3.animate,
li.d4.animate,
li.d5.animate,
li.d6.animate,
li.d7.animate,
li.d8.animate,
li.d9.animate,
li.d10.animate {
  animation: rotation 1.5s ease-in-out both;
  height: 175px;
}
@keyframes rotation {
  from {
    transform: rotateY(0);
    opacity: 0;
  }
  to {
    transform: rotateY(360deg);
    opacity: 1;
  }
}
/* index MUSIC VIDEO */
.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 240px;
}
.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 90%;
  height: 100%;
  text-align: center;
  line-height: 300px;
  text-align: center;
}
.swiper-slide-active {
  width: 90%;
}
.swiper-slide iframe.youtube-data {
  width: 100%;
  height: 250px;
}
.swiper-pagination-bullets {
  position: static;
  margin-top: 16px;
  margin-bottom: 16px;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}
.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
.swiper-button-next,
.swiper-button-prev {
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #000;
  top: 130px;
  width: 30px;
  height: 30px;
}
.swiper-button-next {
  right: 20px;
}
.swiper-button-prev {
  left: 20px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #000;
  font-size: 10px;
}
/* index.html */
#news, #profile, #discography, #music-video, #shop, #contact, #privacy-policy, #sitemap {
  padding-bottom: 30px;
}
/* news.php */
.news-archive {
  background-color: #333;
  border-radius: 10px;
  margin: 0 20px;
  padding: 30px;
}
p.date {
  color: gray;
  margin: 0;
  padding-bottom: 5px;
}
.news-block {
  height: auto;
  border-bottom: solid 1px #afafaf;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.news-block.visible {
  opacity: 1;
  transform: translateY(0);
}
.news-block:nth-child(-n+5) {
  opacity: 1;
  transform: translateY(0);
}
.news-block h1 {
  color: #fff;
  font-size: 25px;
  padding-bottom: 5px;
}
.post-categories {
  display: flex;
  padding: 0;
  margin: 5px 0 10px;
}
.post-categories li a {
  padding: 0 5px;
}
.NewsSection {
  margin: 0 10px 30px;
}
.NewsReleaseDate p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}
.NewsTitle p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.NewsDetail p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}
.NewsDetail p a {
  color: #fff;
  text-decoration: underline;
}
.NewsImage video {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}
/* news.php */

/* news-detail.php */
/* single-news-event */
.news-detail {
  background-color: #333;
  border-radius: 10px;
  margin: 20px 20px 50px;
  padding: 30px;
}
.SinglePageDateCategory {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SinglePageDateCategory .post-categories {
  margin: 0;
}
.SinglePageDateCategory .post-categories li a {
  color: grey;
}
.news-detail-box h1 {
  color: #fff;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.news-detail-box p.date {
  color: gray;
  padding: 0;
}
.news-detail-box p {
  color: #fff;
  font-size: 15px;
  line-height: 32px;
}
.news-detail-text a {
  border-bottom: solid 1px #fff;
}
.NewsDetailCaption {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
button.subscribe {
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 30px;
  padding: 0;
}
.subscribe a {
  color: #000;
}
/* profile.html */
.pc-profile-image {
  display: none;
}
#profile p {
  color: #fff;
  text-align: left;
  margin: 10px 20px 0px;
}
.profile-name {
  font-size: 2em;
  font-weight: bold;
}
.profile-text {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
}
/* profile.html */

/* discography.php */
.discography-flex-box {
  display: none;
}
.discography-data {
  background-color: #808080a3;
  border-radius: 10px;
  margin: 0 10px 20px;
  padding-bottom: 15px;
}
.discography-listen:last-child .discography-data {
  margin-bottom: 0;
}
.discography-box img {
  display: block;
  width: 90%;
  height: auto;
  margin: auto;
  padding-top: 15px;
}
.discography-box div.ReleaseDate p {
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin: 0px 20px;
  padding-top: 5px;
  padding-bottom: 0px;
}
.discography-box div.ReleaseTitle p {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin: 0 20px;
}
.discography-box div.TrackList p {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  text-align: left;
  margin: 0 20px;
  padding: 10px 0;
}
.discography-box div.discographyTag {
  margin: 0 20px;
  color: #fff;
}
.accordion_summary {
  display: block;
  font-weight: bold;
  position: relative;
  list-style: none; /* 矢印を消す */
  cursor: pointer;
  padding: 10px 38px 10px 0px;
}
.accordion_summary::-webkit-details-marker {
  display: none;
}
.accordion_summary::after {
  content: "+";
  font-size: 1.4em; /* 記号のサイズ */
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion[open] .accordion_summary::after {
  content: "−";
}
/* single-discography.php */
.pc-discography-detail {
  display: none;
}
.discography-detail {
  background-color: #dadada;
  border-radius: 10px;
  margin: 20px;
  margin-bottom: 50px;
  padding: 30px;
  padding-top: 0;
}
.discography-detail-box h1, .discography-detail-text, .Credit, .DiscographyDetailCaption {
  color: #000;
}
.discography-detail-box h1 {
  text-align: center;
  padding: 20px;
}
.discography-detail-text h4, .discography-detail-text p {
  margin: 0;
}
ol.wp-block-list {
  margin: 0;
  padding-left: 20px;
}
ol.wp-block-list li {
  list-style: decimal;
}
.Credit, .DiscographyDetailCaption {
  font-weight: bold;
}
.discography-detail-text a {
  color: #000;
  font-size: 15px;
  border-bottom: solid 1px #333;
}
/* musicvideo.php */
iframe.youtube-data {
  width: 100%;
  height: 320px;
  padding: 10px;
}
/* shop.php */
#shop {
  color: #fff;
  text-align: center;
  height: 100vh;
}
.shop-item p {
  margin: 0;
}
/* shop.php */

/* contact.php */
p.ContactComplete {
  color: #fff;
  text-align: left;
  margin: 20px 20px 0;
}
p.ContactToHomeBtn {
  color: #fff;
  text-align: center;
  margin: 20px 0;
}
.errorMessages {
  color: red;
  text-align: left;
  margin: 20px 30px 0;
}
.errorMessages p {
  margin: 0;
}
#contact {
  color: #fff;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
#contact p.contact-description {
  text-align: justify;
  margin: 0 auto;
  padding-bottom: 20px;
}
.contact-form {
  text-align: center;
  background-color: #454545;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 30px;
}
#contact .contact-form p {
  text-align: left;
  font-size: 20px;
  margin: 10px 0px;
  padding: 0;
}
span {
  color: red;
}
input[type="text"],
input[type="email"],
select {
  width: 100%;
  height: 30px;
}
textarea {
  width: 100%;
  height: 130px;
}
#contact .contact-form label p.modebtn {
  text-align: center;
}
input[type="button"] {
  font-size: 20px;
  text-align: center;
  width: 60px;
  height: 30px;
  padding: 0;
}
.contact-item-name {
  width: 250px;
  text-align: left;
}
.contact-item {
  padding: 10px 0;
}
.contact-required {
  margin-left: 10px;
}
#ContactConfilm {
  height: 100vh;
}
.contact-confilm-screen form {
  text-align: center;
  background-color: #454545;
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto;
  width: 80%;
}
#ContactConfilm p {
  display: inline-grid;
  text-align: left;
  color: #fff;
  margin: 10px auto;
  margin-bottom: 30px;
}
.contact-confilm-screen .modebtn {
  text-align: center;
}
button {
  font-size: 20px;
  text-align: center;
  width: 60px;
  height: 30px;
  padding: 0;
}
/* contact.php */

/* contact-output.php */
#contact-output {
  background-color: #000;
  height: 100vh;
}
#contact-output p {
  color: #fff;
  text-align: center;
  margin: 0;
  padding-top: 80px;
}
/* contact-output.php */

/* privacy-policy.html */
#privacy-policy {
  color: #fff;
  text-align: left;
  padding: 0 20px;
}
#privacy-policy ol li {
  list-style-type: decimal;
  padding: 5px 0;
}
#privacy-policy ol.first-list {
  padding: 0 20px;
}
#privacy-policy p {
  margin: 0;
}
#privacy-policy p a {
  color: #fff;
  text-decoration: underline;
}
/* privacy-policy.html */

/* フッター */
footer {
  position: relative;
  bottom: 0;
  border-top: solid 1px #afafaf;
  color: #fff;
  background-color: #000;
  width: 100%;
  padding: 30px 15px;
  margin-top: 0;
}

/* ページトップボタン */
#pageTopButton {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  bottom: 60px;
  right: 10px;
  height: 50px;
  width: 50px;
  z-index: 100;
  background-color: #fff;
  border: solid 2px #000;
  color: #000;
  font-size: xx-large;
  text-align: center;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}
/* ページトップボタン */
.footer-name {
  text-align: left;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.footer-child-element {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  margin-top: 10px;
}
.footer-child-element {
  padding: 0;
}
footer ul.footer-menu {
  display: grid;
  justify-content: right;
  grid-template-columns: repeat(2, 140px);
  margin: 0;
  padding: 0;
}
footer ul.footer-menu li {
  padding: 5px 0;
}
footer p {
  text-align: center;
  font-size: 12px;
  margin: 0;
}
/* フッター */

/* PC */
@media screen and (min-width: 768px) {
  #loading-screen img {
    position: fixed;
    width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; /* 必要に応じて調整 */
  }
  /* ヘッダー */
  .menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    position: unset;
    margin: 0;
    padding: 0;
    margin-top: 0;
    width: auto;
  }
  #menu-toggle ~ .menu li {
    margin: 0 1rem;
  }
  .menu > li {
    display: list-item;
    margin: 0 1rem;
    overflow: hidden;
    background-color: transparent;
  }
  .menu > li:not(:last-child) {
    border-bottom: none;
  }
  .menu-button-container {
    display: none;
  }
  #menu-toggle ~ .menu li {
    height: auto;
  }
  /* PC メニュー */
  li a:hover {
    color: grey;
    border-bottom: solid 1px grey;
  }
  /* PC SNSボタン */
  .snsbtn-pc {
    display: flex;
    padding: 0;
  }
  .snsbtn-pc li {
    list-style: none;
    padding: 0 10px;
  }
  .snsbtn-pc li a:hover {
    border-bottom: none;
  }
  .snsbtn-mobile {
    display: none;
  }
  /* PC index.html */
  /* PC background */
  .background {
    background: url(images/background_image_pc.jpg) no-repeat top center;
    background-size: cover;
    position: fixed;
  }
  /* PC index NEWS */
  .index-news-chart {
    margin: 0;
    border-radius: unset;
  }
  .index-news-chart.scrolled {
    box-shadow: none;
  }
  .index-news-chart .news-block h1 {
    font-size: 20px;
  }
  .news-block h1 a:hover {
    color: grey;
  }
  .vm-btn {
    margin: 20px 530px 0;
  }
  .vm-btn a {
    display: inline;
  }
  .vm-btn a:hover {
    color: grey;
  }
  /* PC index DISCOGRAPHY */
  
  ul#jacket-panel {
    grid-template-columns: repeat(5, 175px);
  }
  li.jacket a:hover {
    border-bottom: none;
  }
  li.jacket a img:hover {
    opacity: 0.5;
    border-bottom: none;
  }
  /* PC index MUSIC VIDEO */
  .swiper-wrapper {
    height: 600px;
  }
  .swiper-slide iframe.youtube-data {
    width: 60%;
    height: 600px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 50%;
    width: 50px;
    height: 50px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
  }
  /* PC news.html */
  .mobile-profile-image {
    display: none;
  }
  .pc-profile-image {
    display: block;
  }
  .profile-text {
    text-align: left;
  }
  /* breadcrumbs */
  #breadcrumbs li {
    font-size: 0.8rem;
  }
  /* profile.html */
  #profile_photo {
    margin: 0 300px;
  }
  #profile p {
    margin: 10px 300px;
  }
  p.profile-text {
    font-size: 19px;
  }
  /* pc discography.php */
  .discography-grid-box {
    display: none;
  }
  .discography-flex-box {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 300px);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    padding: 0;
  }
  .flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
    cursor: pointer;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
  }
  
  .flip-card:focus {
      outline: 0;
  }
  
  .flip-card:hover .flip-card-inner,
  .flip-card:focus .flip-card-inner{
    transform: rotateY(180deg);
  }
  
  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
  .flip-card-front {
    background-size: cover;
    background-position: center;
    color: black;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flip-card-back {
    background-size: cover;
    background-position: center;
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fc1 .flip-card-front, .fc1 .flip-card-back {
    background-image: url(images/Jacket_Untitled.JPEG);
  }
  .fc2 .flip-card-front, .fc2 .flip-card-back {
    background-image: url(images/Jacket_gOLDTape.JPEG);
  }
  .fc3 .flip-card-front, .fc3 .flip-card-back {
    background-image: url(images/Jacket_Meltdown.JPEG);
  }
  .fc4 .flip-card-front, .fc4 .flip-card-back {
    background-image: url(images/Jacket_DJMASASS_LetsGetLit.JPG);
  }
  .fc5 .flip-card-front, .fc5 .flip-card-back {
    background-image: url(images/Jacket_WhyNotMe.JPG);
  }
  .fc6 .flip-card-front, .fc6 .flip-card-back {
    background-image: url(images/Jacket_RestingPeriod.JPG);
  }
  .fc7 .flip-card-front, .fc7 .flip-card-back {
    background-image: url(images/Jacket_AirplainMode.PNG);
  }
  .fc8 .flip-card-front, .fc8 .flip-card-back {
    background-image: url(images/Jacket_DASH.JPG);
  }
  .fc9 .flip-card-front, .fc9 .flip-card-back {
    background-image: url(images/Jacket_TheEquipmentPack.JPG);
  }
  .fc10 .flip-card-front, .fc10 .flip-card-back {
    background-image: url(images/Jacket_UnknownMe.JPG);
  }
  .fcbBackgroundImg {
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fcbBackgroundImg p {
    font-size: 15px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    color: #333;
  }
  .flip-card-inner.flipped {
    transform: rotateY(180deg);
  }
  /* pc discography-detail.php */
  .discography-detail {
    padding: 100px;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .pc-discography-detail {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pc-discography-detail img {
    width: 300px;
  }
  .discography-detail-text {
    padding-left: 75px;
  }
  /* musicvideo.html */
  .musicvideo-wrap {
    display: flex;
  }
  /* contact.html */
  .contact-form {
    width: 80%;
    margin: 0 auto 30px;
    padding: 50px;
  }
  #contact p.contact-description {
    font-size: 15px;
    text-align: center;
  }
  .contact-item {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 20px;
  }
  .message-form-item {
    height: 130px;
  }
  .contact-item-input {
    width: calc(100% - 250px);
  }
  .contact-required {
    margin-left: 20px;
  }
  .modebtn {
    text-align: center;
  }
  /* フッター */
  #pageTopButton {
    display: none;
  }
  p.footer-name {
    font-size: 16px;
  }
  .footer-child-element {
    display: flex;
    justify-content: space-between;
  }
  .footer-child-element p {
    color: #fff;
  }
  footer ul.footer-menu {
    display: flex;
    justify-content: left;
  }
  footer ul.footer-menu li {
    font-size: 15px;
    margin-right: 20px;
  }
  .footer-menu li a:hover {
    color: grey;
    border-bottom: none;
  }
}
