/* --------------------------------------------------------------------------

Secondary page

-------------------------------------------------------------------------- */
.page-head {
  position: relative;
  background-color:  #fff;
}
.page-head h1 {
  font-size: 70px;
  font-weight: bold;
  font-family: 'Jaldi', sans-serif;
  line-height: 1;
  color: #32966e;
  top: calc(50% - 35px);
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding: 60px 0;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .page-head h1 {
    font-size: 60px;
    top: calc(50% - 30px);
  }
}
@media (max-width: 991px) {
  .page-head h1 {
    font-size: 50px;
    top: calc(50% - 25px);
  }
}
@media (max-width: 767px) {
  .page-head h1 {
    font-size: 40px;
    top: calc(50% - 20px);
  }
}
.page-contents {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .page-contents {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
/*----------------------------------------------------
 LIVE/EVENT NEWS SINGLE
--------------------------------------------------- */
.single_caption {
  font-size: 16px;
}
.single_caption > span.category{
  border: 1px solid #fff;
  min-width: 100px;
  display: inline-block;
  text-align:  center;
  margin-right: 20px;
}
.single_caption > span.date:after{
  content:"|";
  padding: 0 1em;
}
.single_caption + h3{
  font-size: 24px;
}
.archive-return {
  background: #fff;
  margin-top: 30px;
}
.archive-return a {
  color: #39a079;
  display: block;
  padding: 5px;
}
.archive-return.arichive-button-sp {
  display: none;
}
@media(max-width: 991px) {
  .archive-return.arichive-button-pc {
    display: none;
  }
  .archive-return.arichive-button-sp {
    display: block;
    width: 400px;
    margin: 0 auto;
  }
}
@media(max-width: 575px) {
  .archive-return.arichive-button-sp {
    width: 100%;
  }
}

/*----------------------------------------------------
 VIDEOS
--------------------------------------------------- */
.feature-video a,
.video-archive a {
  width: 100%;
}
.video-page .container {
  padding-top: 60px;
  padding-bottom: 30px;
}
.feature-video p,
.video-archive p {
  font-weight: bold;
}
.feature-video p {
  margin-top: 15px;
  margin-bottom: 60px;
  text-align: center;
}
.video-archive p {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: left;
}
.video-page a {
  position: relative;
}
.video-page .feature-video a:after {
  position: absolute;
  content: '';
  background-image: url(../images/common/play-button.png);
  height: 80px;
  width: 80px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}
.video-page .video-archive a:after {
  position: absolute;
  content: '';
  background-image: url(../images/common/play-button.png);
  height: 60px;
  width: 60px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}
.image-fluid{
  width: 100%;
  height: auto;
}
.nav.nav-tabs.nav-justified {
  margin-bottom: 20px;
}
.nav-tabs.nav-justified > li > a {
    border-radius: 0;
    background: none;
    border: none;
    color: #fff;
    border-bottom: solid 1px #ccc;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border-radius: 0;
    background: none;
    border: none;
    font-weight: bold;
    color: #fff;
    border-bottom: solid 1px #fff;
}
.video-select-box {
  position: relative;
}
.video-select-box select {
  border: #fff solid 1px;
  background: none;
  border-radius: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  outline: none;
}
.drop-down-icon {
  display: none;
}

@media(max-width: 767px) {
  .video-archive .col-sm-4:nth-child(odd) {
    padding-right: 5px;
  }
  .video-archive .col-sm-4:nth-child(even) {
    padding-left: 5px;
  }
  .feature-video p,
  .video-archive p {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 12px;
  }
  .video-page .container {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .video-page .feature-video a:after {
    width: 50px;
    height: 50px;
  }
  .video-page .video-archive a:after {
    width: 40px;
    height: 40px;
  }
  .drop-down-icon {
    display: block;
    position: absolute;
    font-size: 25px;
    top: 2px;
    right: 20px;
    color: #fff;
    z-index: 999 !important;
  }
}

/*----------------------------------------------------
 BIOGRAPHY
--------------------------------------------------- */
.biography-page h3 {
  font-size: 26px;
  font-weight: bold;
}
.biography-page h3 span {
  font-size: 18px;
  font-weight: bold;
}
.bio-sns-text {
  margin-left: 10px;
}
.bio-sns-text   {
  font-size: 50px;
  text-align: left;
}
.bio-sns-text p {
  margin-bottom: 0;
}
.bio-sns-icon {
  font-size: 50px;
  float: left;
}
.bio-sns {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.bio-sns li {
  display: inline-block;
  margin-right: 30px;
}
.bio-sns a {
  display: flex;
  align-items: center;
}
.bio-sns a:hover {
  opacity: 0.7;
}
.bio-sns h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.bio-sns-icon img {
  width: 46px;
  margin-top: -10px;
}
@media(max-width: 1199px) {
  .bio-sns-text p {
    font-size: 12px;
  }
}
@media(max-width: 991px) {
  .bio-sns li {
    margin-right: 20px;
  }
}
@media(max-width: 767px) {
  .biography-page h3 {
    font-size: 22px;
  }
  .biography-page h3 span {
    font-size: 16px;
  }
  .biography-page .page-contents {
    padding-bottom: 30px;
  }
  .bio-profile p {
    margin-bottom: 20px;
  }
  .bio-sns-icon {
    width: 60px;
    text-align: center;
  }
  .bio-sns {
    margin-top: 10px;
  }
  .bio-sns li {
    display: block;
  }
}

/*----------------------------------------------------
 DISCOGRAPHY
--------------------------------------------------- */
.discography-page .page-contents .row {
  margin-bottom: 60px;
}
.discography-page .page-contents .row:last-child {
  margin-bottom: 0;
}
img.jacket-img {
  margin-bottom: 30px;
}
.music-text {
  position: relative;
}
.music-text h4 {
  font-size: 30px;
  margin-bottom: 10px;
}
.music-text h4 span {
  font-size: 16px;
  display: block;
}
.music-text p {
  margin-bottom: 0;
}
.music-text .date {
  position: absolute;
  top: 0;
  right: 0;
}
.deteal-text {
  border: solid #fff 1px;
  padding: 20px;
  margin-top: 30px;
}
.deteal-text p {
  margin-bottom: 0;
}
.discography-page ol.music-list h5 {
  margin: 0 0 20px 0;
  font-size: 14px;
  background: #fff;
  padding: 10px 13px 8px;
  color: #32966e;
}
.discography-page ol.music-list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.discography-page ol.music-list li {
  font-size: 13px;
  margin-bottom: 5px;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.discography-page ol.music-list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  color: #32966e;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -35px;
  text-align: center;
  height: 22px;
  width: 22px;
  font-size: 12px;
  margin-top: -2px;
  letter-spacing: -1px;
}
@media(max-width: 991px) {
  .discography-page .page-contents .row {
    margin-bottom: 40px;
  }
  .music-text h4 {
    font-size: 24px;
  }
  .music-text h4 span {
    font-size: 14px;
  }
  .music-text p {
    font-size: 13px;
  }
}
@media(max-width: 767px) {
  img.jacket-img {
    margin-bottom: 20px;
  }
  .music-text {
    margin-bottom: 20px;
  }
  .deteal-text {
    margin-top: 20px;
  }
}


/*----------------------------------------------------
 Goods
--------------------------------------------------- */
.page-contents-goods .row {
  margin-bottom: 60px;
}
.page-contents-goods .row:last-child {
  margin-bottom: 0;
}
.page-contents-goods h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.page-contents-goods hr {
  margin-top: 0;
}
.page-contents-goods .description {
  font-size: 16px;
  margin-bottom: 30px;
}
.page-contents-goods .price-field {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.page-contents-goods .price-field p {
  font-size: 16px;
  font-weight: bold;
}
.page-contents-goods .price-field p span {
  font-size: 35px;
}
.page-contents-goods .price-field a {
  font-size: 20px;
  color: #32966e;
  background-color: #fff;
  border: 1px solid #fff;
  line-height: 48px;
  display: block;
  width: 260px;
  height: 50px;
  text-align: center;
}
.page-contents-goods .price-field a:hover {
  background-color: #32966e;
  color: #fff;
  opacity: 1;
}
@media (max-width: 1199px) {
  .page-contents-goods h2 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .page-contents-goods .row {
    margin-bottom: 40px;
  }
  .page-contents-goods h2 {
    font-size: 18px;
  }
  .page-contents-goods .description {
    margin-bottom: 20px;
  }
  .page-contents-goods .price-field {
    margin-top: 20px;
  }
  .page-contents-goods .price-field p span {
    font-size: 30px;
  }
  .page-contents-goods .price-field a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .page-contents-goods .price-field a {
    width: 150px;
  }
  .page-contents-goods .price-field p span {
    font-size: 26px;
  }
  .page-contents-goods img {
    margin-bottom: 20px;
  }
}

/*----------------------------------------------------
 Contact
--------------------------------------------------- */
.contact-form label {
  position: absolute;
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
  top: -2px;
  left: 13px;
  color: #fff;
  pointer-events: none;
  font-size: 14px;
  font-weight: normal;
}
.contact-form label .req {
  margin: 2px;
  color: #fff;
}
.contact-form label.active,
.contact-container label.active {
  opacity: 0;
}
.contact-form label.active .req,
.contact-container label.active .req {
  opacity: 0;
}
.contact-form label.highlight {
  color: #fff;
}
.contact-form input,
.contact-form textarea {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px 7px;
  background: none;
  background-image: none;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 0;
  border-color: #fff;
}
.contact-form textarea {
  height: 300px;
  resize: vertical;
}
.field-wrap {
  position: relative;
  margin-bottom: 20px;
}
.screen-reader-response {
  display: none;
}
.wpcf7-not-valid-tip {
  color: red;
  text-align: left;
}
.wpcf7-validation-errors {
  color: red;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
.wpcf7-mail-sent-ok {
  color: #333;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
.contact-form .button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 8px 0 7px;
  font-size: 16px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  color: #32966e;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  background-color: #fff;
}
.contact-form .button:focus {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #32966e !important;
}
.contact-form .button:hover {
  background-color: #32966e;
  color: #fff;
  border: 1px solid #fff;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
    width:  100% !important;
    color: #fff !important;
    font-size:  14px !important;
    text-align:  left !important;
    padding:  0 !important;
    margin-top:  0 !important;
}
div.wpcf7-response-output {
    border: none !important;
    width:  100% !important;
    color: #fff !important;
    font-size:  14px !important;
    text-align:  left !important;
    padding:  0 !important;
    margin-top:  0 !important;
}

div.wpcf7-mail-sent-ok {
    border: none !important;
    width:  100% !important;
    color: #fff !important;
    font-size:  14px !important;
    text-align:  left !important;
    padding:  0 !important;
    margin-top:  0 !important;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: none !important;
    width:  100% !important;
    color: #fff !important;
    font-size:  14px !important;
    text-align:  left !important;
    padding:  0 !important;
    margin-top:  0 !important;
}

div.wpcf7-spam-blocked {
    border: none !important;
    width:  100% !important;
    color: #fff !important;
    font-size:  14px !important;
    text-align:  left !important;
    padding:  0 !important;
    margin-top:  0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: none !important;
    width:  100% !important;
    color: #fff !important;
    font-size:  14px !important;
    text-align:  center !important;
    padding:  0 !important;
    margin-top:  0 !important;
}
span.wpcf7-not-valid-tip {
  margin-top:  8px !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: normal !important;
  display: block !important;
}
@media (max-width: 767px) {
  .field-wrap {
    margin-bottom: 15px;
  }
}

.single-page a {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------

Campaign page

-------------------------------------------------------------------------- */

.campaign img {
  width: 100%;
}
.campaign p {
  margin-bottom: 30px;
}

#main.campaign {
  margin-top: 0;
}
#main .campaign-main {
  content: '';
  position: relative;
  background-image: url(../images/campaign/campaign-main.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 1000px;
}
.campaign .campaign-title-logo {
  position: absolute;
  top: 0;
  width: 500px;
  right: 15%;
  bottom: 0;
  margin: auto;
}
#main .campaign-main img.campaign-logo {
  position: absolute;
  width: 275px;
  top: 30px;
  right: 80px;
}
.campaign-discription h2 {
  font-size: 26px;
  position: relative;
  padding-left: 37px;
}
.campaign-discription h2:before {
  content: '';
  background-image: url(../images/campaign/sakura.png);
  background-size: cover;
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.campaign .campaign-discography {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.campaign .campaign-discography-img {
  width: 24%;
  height: auto;
}
.campaign h3 {
  font-size: 26px;
  border-bottom: solid 1px #fff;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.campain-info {
  margin-bottom: 100px;
}
.campaign .campain-info h4 {
  background-color: #fff;
  font-size: 16px;
  border-radius: 11px;
  color: #32966e;
  display: inline-block;
  padding: 5px 15px 6px;
  font-weight: 500;
}
.campaign .campain-info p {
  font-weight: 500;
  font-size: 16px;
}
.campaign .service-logo {
  margin-bottom: 30px;
  margin-top: -10px;
  display: flex;
  margin: 0 -5px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.campaign .service-logo .logo-img {
  width: 100%;
  width: 120px;
  margin-bottom: 10px;
  padding: 0px 5px;
  flex-basis: calc(100%/7 );
}
.campain-note {
  padding-bottom: 70px;
}
.campaign .campain-note h4 span {
  background: #fff;
  color: #32966e;
  width: 30px;
  display: inline-block;
  height: 30px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 0;
}
.campaign .campain-note p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.campain-note-attention {
  border: solid 1px #fff;
  padding: 25px 25px 0;
  margin-bottom: 30px;
  margin-top: 25px;
}
.campain-note-attention h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.campain-note-attention p {
  margin-bottom: 25px;
}
.campaign .questionnaire-form {
  background-color: #fff;
  padding-bottom: 60px;
}
.campaign .questionnaire-form p {
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 20px;
  color: #32966e;
  text-align: center;
  font-weight: bold;
}
.campaign .questionnaire-form label {
  color: #32966e;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 500;
}
.campaign .wpcf7-form-control.wpcf7-text {
  border: solid #32966e 1px;
}
.campaign .wpcf7-form-control-wrap {
  border: solid 1px #32966e;
  border-radius: 0;
  background: none;
  padding: 7px;
  display: block;
}
.campaign .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  border: none;
  border-radius: 0;
  background: none;
  width: 100%;
  color: #32966e;
  font-weight: bold;
  font-size: 16px;
  outline: none;
}
.campaign .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border: none;
  width: 100%;
  outline: none;
  color: #32966e;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
}
.campaign-send-button {
  text-align: center;
}
.campaign .questionnaire-form .campaign-send-button label {
  margin-bottom: 10px;
}
.campaign .wpcf7-form-control.wpcf7-submit.button {
  background-color: #32966e;
  border: solid 1px #32966e;
  width: 100%;
  height: 35px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none !important;
}
.campaign .wpcf7-form-control.wpcf7-submit.button:hover {
  background-color: #fff;
  color: #32966e;
}
.campaign span.wpcf7-not-valid-tip {
  display: none !important;
}
.campaign div.wpcf7-validation-errors, 
.campaign div.wpcf7-acceptance-missing {
  color: #ff0000 !important;
  margin-top: 15px !important;
}
.campaign .present-image {
  display: none;
}
.campaign .wpcf7-form.sent .present-image {
  display: block;
}
.campaign .wpcf7-form.sent .campaign-form-field {
  display: none;
}
.campaign .wpcf7-form.sent .field-wrap.campaign-send-button {
  display: none;
}
.campaign .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: none;
}
.campaign p.present-title {
  font-size: 18px;
}
.campaign p.present-image-name {
  font-size: 16px;
  display: block;
  margin-top: 40px; 
  margin-bottom: 40px;
}
.campaign p.present-text {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0px;
}
.campaign p.present-text b { 
  font-weight: 600;
}
.campaign select {
  -webkit-appearance: none;
  appearance: none;
}
@media(max-width: 1399px) {
  .campaign .campaign-title-logo {
    right: 10%;
  }
}
@media(max-width: 1199px) {
  .campaign .campaign-title-logo {
    width: 350px;
  }
  #main .campaign-main {
    height: 750px;
  }
}
@media(max-width: 991px) {
  #main .campaign-main {
    height: 670px;
  }
  .campaign .campaign-title-logo {
    width: 330px;
  }
  #main .campaign-main img.campaign-logo {
    width: 240px;
  }
  .campaign h3 {
    font-size: 24px;
  }
  .campaign h4 {
    font-size: 20px;
  }
  .campaign .campain-note h4 span {
    height: auto;
    width: 28px;
  }
  .campaign b {
    line-height: 2;
  }
  .campaign .campain-info p {
    font-size: 15px;
  }
  .campaign .service-logo .logo-img {
    flex-basis: calc(100%/5 );
  }
}
@media(max-width: 767px) {
  #main .campaign-main img.campaign-logo {
    top: 25px;
    width: 200px;
    right: 40px;
  }
  .campaign .campaign-title-logo {
    width: 270px;
    padding-top: 50px;
    right: 25px;
  }
  #main .campaign-main {
    height: 530px;
    background-position: 40%;
  }
  .campaign-discription h2 {
    font-size: 22px;
    margin-bottom: 25px;
    padding-left: 32px;
  }
  .campaign-discription h2:before {
    width: 25px;
    height: 25px;
  }
  .campaign p {
    margin-bottom: 20px;
  }
  .campaign .campaign-discography {
    margin-bottom: 60px;
    margin-top: 30px;
  }
  .campaign h3 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .campaign h4 {
    font-size: 18px;
  }
  .campaign .campain-note h4 span {
    width: 26px;
    margin-right: 5px;
  }
  .campaign .campain-info h4 {
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 5px; 
    padding: 3px 10px 4px;
  }
  .campaign .campain-info p {
    margin-bottom: 30px;
  }
  .campaign .service-logo {
    margin-bottom: 30px;
  }
  .campain-info {
    margin-bottom: 60px;
  }
  .campain-note {
    padding-bottom: 40px;
  }
  .campain-note-attention h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .campaign .campain-note p {
    font-size: 14px;
  }
  .questionnaire-form {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .campaign .questionnaire-form p {
    margin-top: 0; 
    margin-bottom: 40px;
  }
}
@media(max-width: 575px) {
  #main .campaign-main {
    height: 430px;
    background-position: 26%;
  }
  .campaign .campaign-title-logo {
    width: 200px;
    padding-top: 30px;
    right: 15px;
  }
  #main .campaign-main img.campaign-logo {
    top: 25px;
    width: 150px;
    right: 20px;
  }
  .campaign-discription h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .campaign h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .campaign .campain-info p {
    margin-bottom: 25px;
  }
  .campaign .service-logo .logo-img {
    flex-basis: calc(100%/4 );
  }
  .campaign h4 {
    font-size: 16px;
  }
  .campain-note {
    padding-bottom: 30px;
  }
  .campaign .campain-note p {
    margin-bottom: 30px;
  }
  .campaign .campain-note h4 span {
    width: 22px;
  }
  .campain-note-attention {
    padding: 20px 15px 0;
  }
  .campain-note-attention h5 {
    font-size: 15px;
  }
  .campaign b {
    line-height: 1.5;
  }
  .campaign .questionnaire-form {
    padding-bottom: 60px;
  }
}



