/*
Theme Name: simple
Author: Takuma Nozawa
Description: This is my original theme.
Version: 1.0
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #585858;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 62.5%;
}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

共通

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*□□□□□□□□□□□□□□□□□□□
　基本スタイル
□□□□□□□□□□□□□□□□□□□*/

body {
  color: #858585;
  font-family: yu-mincho-pr6n, bressay, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
}

a {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
  color: #555;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  color: #555;
}

p {
  color: #585858;
  font-size: 1.6rem;
  text-align: justify;
}

h1 {
  color: #585858;
  font-size: 2.4rem;
  font-weight: normal;
}

h2 {
  color: #585858;
  font-size: 1.8rem;
  font-weight: bold;
}

h3 {
  color: #585858;
  font-size: 1.6rem;
  font-weight: bold;
}

hr {
  color: #585858;
  clear: both;
  margin: 30px 0 60px;
}

.pc{
  display: block;
}

.sp{
  display: none;
}

@media screen and (max-width: 800px) {
  .pc{
    display: none;
  }
  
  .sp{
    display: block;
  }
}

/*□□□□□□□□□□□□□□□□□□□
　共通クラス
□□□□□□□□□□□□□□□□□□□*/

.bold {
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-weight: 600;
  font-style: normal;
}

.decoration-link {
  color: red;
  text-decoration: underline;
}

.main-wrapper {
  padding: 0 5%;
}
@media (max-width: 670px) {
  .main-wrapper {
    padding: 100px 5% 0;
    height: calc(100vh - 380px);
  }
}

.wp-page .main-wrapper {
  text-align: center;
}


.section-title {
  font-size: 3.2rem;
  margin-top: 100px;
}

.section-title-english {
  font-size: 1.4rem;
  letter-spacing: 0.5rem;
  margin-top: -15px;
}

.section-title span {
  font-family: bressay, serif;
  font-size: 2.8rem;
}

.wp-page{
  margin-top: 60px;
}

@media (max-width: 670px) {
  .section-title {
    font-size: 3.2rem;
    margin-top: 100px;
  }
}





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

ヘッダー
header.php

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

header.pc{
}

header.sp{
  z-index: 1000;
}

.header-logo {
  height: 70px;
  position: absolute;
  left: 5%;
  top: 16px;
  z-index: 101;
}

/* @media (max-width: 1024px) {

  .header-logo {
    height: 150px;
  }

} */

@media (max-width: 670px) {
  .header-logo {
    height: 60px;
    position: absolute;
    left: 5%;
    top: 10px;
    z-index: 101;
  }

}



/*□□□□□□□□□□□□□□□□□□□
ハンバーガーメニュー
□□□□□□□□□□□□□□□□□□□*/

/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn {
  position: fixed;
  top: 20px;
  right: 5%;
  z-index: 101;
  justify-content: center;
  align-items: center;
}

.menu-trigger_text {
  font-size: 1.4rem;
  text-align: center;
  transition: .5s;
}

/*----------------------------
* メニュー本体
*----------------------------*/
.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 100;
  /* writing-mode: vertical-rl; */
}


.menu-wrapper {
  height: 350px;
  margin-bottom: 60px;
}

.menu-item {
  height: auto;
  padding: 0px 16px;
  text-align: left;
  box-sizing: border-box;
}

.menu-item a {
  border-bottom: solid 1px #858585;
  color: #858585;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  letter-spacing: 0.5rem;
  padding-right: 5px;
}

.menu-sns-box {
  bottom: 15%;
  position: absolute;
  text-align: center;
  writing-mode: horizontal-tb;
  width: 100%;
}

.menu-sns-box i {
  color: #585858;
  font-size: 2.6rem;
}

.menu-footer {
  background: #eee;
  bottom: 0;
  padding-bottom: 50px;
  position: absolute;
  text-align: center;
  width: 100%;
  writing-mode: horizontal-tb;
}

@media screen and (min-width: 1124px) {
  header{
    width: 100%;
    height: 100px;
    padding: 20px 5%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
  }

  header .menu-wrapper {
    width: 75%;
    min-width: 620px;
    height: auto;
    margin-left: auto;
    margin-bottom: 0px;
  }

  header .menu-item {
    height: auto;
    width: 20%;
    min-width: 150px;
    padding: 0px;
    height: 30px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
  }


  header .menu-item a {
    border: none;
    color: #858585;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    letter-spacing: 0.2rem;
    font-size: 14px;
    line-height: 30px;
    padding-right: 0;
    text-align: right;
  }
}

@media screen and (max-width: 1123px) {
  header{
    width: 100%;
    height: 100px;
    padding: 20px 8%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
  }

  header .menu-wrapper {
    height: auto;
    margin-bottom: 0px;
    text-align: center;
  }

  header .menu-item {
    height: auto;
    width: 24%;
    padding: 0px;
    height: 30px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
  }

  header .menu-item a {
    border: none;
    color: #858585;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    letter-spacing: 0.2rem;
    font-size: 15px;
    line-height: 30px;
    padding-right: 0;
  }
}

@media (max-width: 670px) {
  header{
    width: 100%;
    height: 80px;
    padding: 20px 8%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
  }

}

/*----------------------------
* アニメーション部分
*----------------------------*/

/* アニメーション前のメニューの状態 */
.menu {
  transform: translateX(100vw);
  transition: all .3s linear;
}

.menu-trigger_text {
  transition: all .3s linear;
}

/* アニメーション後のメニューの状態 */
.menu.is-active {
  transform: translateX(0);
}

.menu-trigger_text.active {
  /*  display: none;*/
  opacity: 0;
}


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 45px;
  height: 20px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #585858;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

@media (max-width: 670px) {

  .menu-item {
    padding: 0px 11px;
  }

  .menu-footer {
    padding-bottom: 25px;
  }

  .menu-footer .footer-logo {
    margin: 25px 0 5px;
  }

}

@media (max-width: 480px) {
  .menu-item {
    padding: 0px 7px;
    margin-bottom: 7px;
  }
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

フッター
footer.php

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

footer {
  height: 200px;
  margin-top: 100px;
  text-align: center;
}

.top-footer {
  background-color: #F2F2F2;
}

.footer-logo {
  margin: 50px 0 10px;
  width: 35px;
}

.copyright {
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

.footer-hr {
  margin: 0 auto;
  width: 84%;
}

@media (max-width: 670px) {
  .copyright {
    font-size: 0.8rem;
    padding: 0 35px;
  }

  .footer-logo {
    margin: 50px 0 10px;
    width: 30px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

トップページ
index.php

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


.top-kv{
  position: relative;
}

.header-sign {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 105px;
}

.header-sign img{
  width: 100%;
}


@media (max-width: 670px) {
  .header-sign {
    position: absolute;
    right: 0%;
    bottom: 0px;
    width: 105px;
  }
}

.top-image {
  height: auto;
  margin-top: 80px;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 670px) {
  .top-image {
    height: auto;
    margin-top: 80px;
    width: 100%;
    margin-bottom: 60px;
  } 
}

#top-visual {
  margin-top: 20px;
}

/*□□□□□□□□□□□□□□□□□□□
ライブフォト部分
□□□□□□□□□□□□□□□□□□□*/

.live-photo-wrapper {
  float: left;
  position: relative;
  width: 45%;
}

.live-photo-box {
  position: relative;
  width: 100%;
}

.live-photo-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.live-photo {
  float: right;
  position: absolute;
  height: auto;
  right: 0;
  top: 0;
  width: 92%;
  z-index: 2;
}

.live-photo-description {
  border-top: solid 1px #585858;
  font-size: 1.2rem;
  height: 90%;
  letter-spacing: 0.5rem;
  margin: 5% 0 0 0;
  padding: 5% 3% 0 0;
  position: absolute;
  top: 0;
  writing-mode: vertical-rl;
  z-index: 1;
}

@media (max-width: 1024px) {
  .live-photo {
    left: 30px;
  }
}

@media (max-width: 670px) {


  .live-photo-box {
    margin: 0 2% 0 0;
    width: 93%;
  }

  .live-photo-wrapper {
    float: none;
    margin-top: 30px;
    width: 100%;
  }

  .live-photo {
    left: 8%;
  }

  .live-photo-description {
    font-size: 1rem;
  }
}

/*□□□□□□□□□□□□□□□□□□□
お客様の声部分
□□□□□□□□□□□□□□□□□□□*/

.under {
  background: linear-gradient(transparent 50%, yellow 50%);
}

.impression-wrapper {
  float: right;
  margin-bottom: 3.6%;
  width: 45%;
}

.adjust-box {
  height: auto;
  position: relative;
  width: 92%;
}

.box-1x1:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.impression-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.impression-wrapper h2 {
  line-height: 3rem;
  /*  margin-top: 20%;*/
  position: absolute;
  top: 20px;
}

.impression-text {
  font-size: 1.8rem;
  line-height: 2rem;
  margin: 40% 0 0 20%;
  width: 80%;
}

.impression-character {
  border: solid 1px #585858;
  border-radius: 4px;
  bottom: 0;
  font-size: 1.2rem;
  margin-top: 10%;
  padding: 2% 5%;
  position: absolute;
  right: 0;
  text-align: center;
  width: auto;
}

@media (max-width: 1024px) {

  .impression-wrapper {
    right: 5px;
    position: relative;
  }

}

@media (max-width: 670px) {

  .adjust-box {
    height: 270px;
    width: 100%;
  }

  .box-1x1:before {
    content: "";
    display: block;
    padding-top: 0;
  }

  .impression-wrapper {
    float: none;
    right: 0;
    width: 100%;
  }

  .impression-text {
    margin: 120px 0 0 20%;
    width: 80%;
  }

}

/*□□□□□□□□□□□□□□□□□□□
Instagram部分
□□□□□□□□□□□□□□□□□□□*/

.instagram-wrapper {
  float: right;
  position: relative;
  width: 45%;
}

.instagram-wrapper iframe {
  height: 500px;
  width: 92%;
}

.instagram-description {
  border-top: solid 1px #585858;
  font-size: 1.2rem;
  height: 90%;
  letter-spacing: 0.5rem;
  margin: 5% 0 0 0;
  padding: 5% 0 0 3%;
  position: absolute;
  right: 0;
  top: 0;
  writing-mode: vertical-rl;
  z-index: 1;
}

@media (max-width: 1024px) {
  .instagram-wrapper iframe {
    position: relative;
    right: 5px;
    z-index: 2;
  }

}

@media (max-width: 670px) {

  .instagram-wrapper {
    float: none;
    margin: 60px 0 0 7%;
    width: 93%;
  }

  .instagram-wrapper iframe {
    right: 0;
  }

}

/*□□□□□□□□□□□□□□□□□□□
NEWS部分
□□□□□□□□□□□□□□□□□□□*/

.news-wrapper {
  text-align: center;
  width: 100%;
  padding-top: 15px;
}

.midashi-logo {
  width: 5%
}

#top-news h1 {
  font-size: 2.6rem;
  letter-spacing: 0.3rem;
  line-height: 2.6rem;
}

.sub-midashi{
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

.category-tag{
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2rem;
  border: solid 1px;
  padding: 0 5px;
  border-radius: 3px;
  margin: 0 5px 0 0px;

}
.top-news-box {
  margin: 0 auto;
  text-align: left;
  width: 60%;
}

.top-news-date {
  font-size: 1.4rem;
  display: inline-block;
}

.top-news-title {
  /* font-family: a-otf-midashi-mi-ma31-pr6n, serif; */
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 30px;
  /* display: inline-block; */
  font-weight: normal !important;
}

#top-news{
  margin-bottom: 60px;
}

#top-information{
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
}

#top-information h1 {
  font-size: 2.6rem;
  letter-spacing: 0.3rem;
  line-height: 2.6rem;
}

#top-information .top-news-box {
  margin: 0 auto;
  text-align: left;
  width: 80%;
}

#top-information .top-news-title {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 10px;
  display: block;
  margin-top: 0px;
  font-weight: normal !important;
}

@media (max-width: 670px) {
  #top-information{
    width: 100%;
    display: block;
    vertical-align: top;
  } 
  #top-information .top-news-box {
    margin: 0 auto;
    text-align: left;
    width: 100%;
  }
}

#top-schedule{
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
}

#top-schedule h1 {
  font-size: 2.6rem;
  letter-spacing: 0.3rem;
  line-height: 2.6rem;
}

#top-schedule .top-news-box {
  margin: 0 auto;
  text-align: left;
  width: 80%;
}

#top-schedule .top-news-title {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 10px;
  display: block;
  margin-top: 0px;
  font-weight: normal !important;
}

@media (max-width: 670px) {
  #top-schedule{
    width: 100%;
    display: block;
    vertical-align: top;
  } 
  #top-schedule .top-news-box {
    margin: 0 auto;
    text-align: left;
    width: 100%;
  }
}


.readmore{
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: block;
  text-align: right !important;
  font-weight: normal !important;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}


@media (max-width: 1024px) {
  .top-news-box {
    width: 100%;
  }

  .midashi-logo {
    width: 50px;
  }
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

プロフィール
page-profile.php

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.profile-image {
  float: left;
  height: auto;
  width: 47%;
}
.profile-image img{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.profile-text {
  float: right;
  line-height: 3rem;
  width: 47%;
}

.prof-sns-box {
  position: relative;
  text-align: left;
  writing-mode: horizontal-tb;
  width: 47%;
}

.prof-sns-box i {
  color: #585858;
  font-size: 2.6rem;
}


@media (max-width: 1024px) {

  .profile-image {
    float: none;
    margin-bottom: 40px;
    width: 100%;
  }

  .profile-text {
    float: none;
    width: 100%;
  }

  .prof-sns-box {
    position: relative;
    text-align: right;
    writing-mode: horizontal-tb;
    width: 100%;
  }
  

}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

スケジュール
page-schedule.php

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


#schedule nav {
  float: left;
  width: 100%;
}

.schedule-nav-list {
  float: left;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  list-style: none;
  margin: 0 40px 80px 0;
  padding-bottom: 10px;
  width: auto;
}

.schedule-nav-list.active {
  border-bottom: solid 1px #585858;
}

.schedule-nav-keisen {
  margin-bottom: 10px;
}

.schedule-midashi {
  margin: 0 auto;
  width: 50px;
}

.schedule-midashi-year {
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 2.4rem;
  margin-top: 30px;
}

.schedule-midashi-decoration {
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 4.2rem;
  line-height: 32px;
}

.schedule-midashi-month {
  border-bottom: solid 2px #585858;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 4.8rem;
  margin-top: -24px;
}

.schedule-content {
  margin-top: 30px;
}

.schedule-content-date {
  float: left;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  line-height: 40px;
  height: 60px;
  margin-right: 3%;
  text-align: left;
  width: 12%;
}

.schedule-content-wrapper {
  float: right;
  width: 85%;
}

.schedule-content-category {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  float: left;
  line-height: 22px;
  margin: 9px 10px 0 0;
  padding: 0px 10px;
  text-align: center;
}

.schedule-content-category.tv {
  background-color: red;
}

.schedule-content-category.radio {
  background-color: blue;
}

.schedule-content-category.other {
  background-color: #585858;
}

.schedule-content-category.soldout {
  background-color: red;
}

.schedule-content-category.cancell {
  background-color: #000000;
}

.schedule-content-category.enki {
  background-color: #585858;
}

.schedule-content-category.furikae {
  background-color: #008b8b;
}


.schedule-content-title {
  float: left;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  line-height: 40px;
  text-align: left;
}

.entry-icon-new {
  background: red;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  float: left;
  line-height: 22px;
  margin: 9px 0 0 0;
  padding: 0px 10px;
  text-align: center;
}

.schedule-content-place {
  float: left;
  font-size: 1.4rem;
  text-align: left;
  width: 100%;
}

.schedule-content summary {
  float: left;
  text-align: left;
  width: 100%;
}

.schedule-content details {
  float: right;
  width: 100%;
}

details .schedule-content-honbun {
  margin-top: 50px;
}

.page-numbers {
  font-size: 1.8rem;
  margin: 0 5px
}

.page-numbers.current {
  color: red;
}

#schedule-content-keisen {
  border: dashed 1px #f2f2f2;
  margin: 30px 0 0;
}


@media (max-width: 1024px) {

  .schedule-content-date {
    margin: -8px 0 -20px 0;
    width: 145px;
  }

  .schedule-content-wrapper {
    float: none;
    width: 100%;
  }

  .schedule-content-title {
    clear: both;
    line-height: 21px;
    margin-bottom: 6px;
  }

  .schedule-content-category {
    margin: 1px 10px 0 0
  }

  .entry-icon-new {
    margin: 1px 0 0 0;
  }

}

@media (max-width: 768px) {

  .schedule-content-wrapper {
    position: relative;
  }

  .entry-icon-new {
    /*
    margin: 0;
    position: absolute;
    right: 0;
*/
  }

}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

ディスコグラフィー
page-discography.php

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#discography nav {
  float: left;
  width: 100%;
}

.discography-nav-list {
  float: left;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  list-style: none;
  margin: 0 40px 80px 0;
  padding-bottom: 10px;
  width: auto;
}

.discography-nav-list.active {
  border-bottom: solid 1px #585858;
}

.discography-nav-keisen {
  margin-bottom: 10px;
}

.discography-detail-box {
  float: left;
  text-align: left;
  width: 70%;
}

.discography-catalog {
  border-left: solid 1px #585858;
  float: right;
  padding: 0 0 0 20px;
  width: 239px;
}

.discography-scroll {
  display: none;
}

.discography-detail-image {
  height: auto;
  width: 250px;
}

.discography-detail-link {
  background: white;
  border: solid 1px #585858;
  border-radius: 3px;
  color: #585858;
  padding: 5px 30px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  clear: both;
}

.discography-detail-wrapper-1 {
  float: left;
  width: 40%
}

.discography-detail-title {
  border-left: solid 4px #585858;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  margin-bottom: 30px;
  padding-left: 20px;
}

.discography-detail-songs {
  line-height: 2.4rem;
}

.discography-detail-wrapper-2 {
  float: left;
  margin-left: 5%;
  width: 55%
}

.discography-catalog-image {
  float: left;
  height: 50px;
  margin: 1%;
  width: 50px;
}

@media (max-width: 1024px) {

  .discography-detail-box {
    width: 400px;
  }

  .discography-detail-wrapper-1 {
    float: none;
    margin-bottom: 30px;
    width: 100%
  }

  .discography-detail-image {
    height: 400px;
    width: 400px;
  }

  .discography-detail-wrapper-2 {
    float: none;
    margin-left: 0;
    width: 100%
  }

}

@media (max-width: 768px) {

  .discography-nav-list {
    font-size: 1.8rem;
    margin: 0 30px 25px 0;
  }

  .discography-detail-box {
    float: none;
    width: 100%;
  }

  .discography-detail-image {
    height: auto;
    width: 100%;
  }

  .discography-detail-release {
    float: left;
    width: 210px;
  }

  .discography-detail-link {
    background: white;
    border: solid 1px #585858;
    border-radius: 3px;
    color: #585858;
    float: left;
    display: block;
    padding: 5 10px;
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
  }

  .discography-detail-title {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    margin-bottom: 15px;
  }

  .discography-catalog {
    border-left: none;
    float: left;
    height: 130px;
    margin-bottom: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 0 0 0;
    white-space: nowrap;
    width: 90%;
  }

  .discography-scroll {
    border-left: solid 1px #585858;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.5rem;
    padding: 10px 0 0 3px;
    writing-mode: vertical-rl;
  }

}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

ファンクラブ
page-fanclub.php

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

td:nth-child(1) {
  padding: 20px 20px 20px 0;
  text-align: start;
  vertical-align: top;
  width: 25%;
}

td:nth-child(2) {
  padding: 20px 0 20px 20px;
  text-align: justify;
}

.fanclub-link {
  background: #585858;
  border-radius: 3px;
  color: #fff;
  padding: 10px 20px;
}


@media (max-width: 670px) {

  td:nth-child(1) {
    padding: 20px 0 20px 0;
    width: 25%;
  }

  td:nth-child(2) {
    padding: 20px 0 20px 10px;
  }

}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

お問い合わせ
page-contact.php

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.wpcf7-form p {
  margin-bottom: 30px;
}

.wpcf7-form-control {
  height: 30px;
  margin-top: 10px;
}

.your-message textarea {
  height: 200px;
  width: 100%;
}

.required {
  background: red;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  margin-left: 15px;
  padding: 5px 10px;
}

.wpcf7-submit {
  background: #585858;
  border-radius: 3px;
  color: #fff;
  float: right;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-size: 1.8rem;
  height: auto;
  letter-spacing: 0.5rem;
  padding: 5px 20px;
  width: 120px;
}

#contact h2 {
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  text-align: left;
  margin: 20px 0;
}
}
