@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*=========変数=========*/
/*=========ブレイクポイント設定=========*/
/*=========表示エリア=========*/
.pc_only {
  display: block !important;
}
@media only screen and (max-width: 1023px) {
  .pc_only {
    display: none !important;
  }
}

.tablet_more {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .tablet_more {
    display: none !important;
  }
}

.tablet_under {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .tablet_under {
    display: block !important;
  }
}

.sp_only {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
}

/*=========共通=========*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  height: -webkit-fill-available;
  height: -moz-available;
}

body {
  position: relative;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #2c2f1c;
  background-color: #9dc15f;
  line-height: 1.7;
  background: linear-gradient(rgba(157, 193, 95, 0.9), rgba(157, 193, 95, 0.9)), url(../images/bg-min.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #2c2f1c;
  text-decoration: none;
  outline: none;
}
a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

p {
  word-break: break-all;
}

.ta_c {
  text-align: center !important;
}

@media only screen and (max-width: 767px) {
  .sp_ta_c {
    text-align: center !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp_ta_l {
    text-align: left !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp_ta_j {
    text-align: justify !important;
  }
}

.content-wrap {
  padding-right: 5%;
  padding-left: 5%;
  box-sizing: border-box;
}

.content-size {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.title_ll,
.title_l,
.title_m,
.title_s {
  font-weight: bold;
  color: #9dc15f;
}

.title_l {
  font-size: 4.8rem;
  text-align: center;
  color: #2c2f1c;
}
@media only screen and (min-width: 1024px) {
  .title_l {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title_l {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .title_l {
    margin-bottom: 30px;
    display: block;
    font-size: 3rem;
  }
}

.title_m {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .title_m {
    display: block;
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}

.title_s {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title_s {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .title_s {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.mt_0 {
  margin-top: 0rem !important;
}

.mt_5 {
  margin-top: 0.5rem !important;
}

.mt_10 {
  margin-top: 1rem !important;
}

.mt_15 {
  margin-top: 1.5rem !important;
}

.mt_20 {
  margin-top: 2rem !important;
}

.mt_25 {
  margin-top: 2.5rem !important;
}

.mt_30 {
  margin-top: 3rem !important;
}

.mt_35 {
  margin-top: 3.5rem !important;
}

.mt_40 {
  margin-top: 4rem !important;
}

.mt_45 {
  margin-top: 4.5rem !important;
}

.mt_50 {
  margin-top: 5rem !important;
}

.mt_55 {
  margin-top: 5.5rem !important;
}

.mt_60 {
  margin-top: 6rem !important;
}

.mt_65 {
  margin-top: 6.5rem !important;
}

.mt_70 {
  margin-top: 7rem !important;
}

.mt_75 {
  margin-top: 7.5rem !important;
}

.mt_80 {
  margin-top: 8rem !important;
}

.mt_85 {
  margin-top: 8.5rem !important;
}

.mt_90 {
  margin-top: 9rem !important;
}

.mt_95 {
  margin-top: 9.5rem !important;
}

.mt_100 {
  margin-top: 10rem !important;
}

.mb_0 {
  margin-bottom: 0rem !important;
}

.mb_5 {
  margin-bottom: 0.5rem !important;
}

.mb_10 {
  margin-bottom: 1rem !important;
}

.mb_15 {
  margin-bottom: 1.5rem !important;
}

.mb_20 {
  margin-bottom: 2rem !important;
}

.mb_25 {
  margin-bottom: 2.5rem !important;
}

.mb_30 {
  margin-bottom: 3rem !important;
}

.mb_35 {
  margin-bottom: 3.5rem !important;
}

.mb_40 {
  margin-bottom: 4rem !important;
}

.mb_45 {
  margin-bottom: 4.5rem !important;
}

.mb_50 {
  margin-bottom: 5rem !important;
}

.mb_55 {
  margin-bottom: 5.5rem !important;
}

.mb_60 {
  margin-bottom: 6rem !important;
}

.mb_65 {
  margin-bottom: 6.5rem !important;
}

.mb_70 {
  margin-bottom: 7rem !important;
}

.mb_75 {
  margin-bottom: 7.5rem !important;
}

.mb_80 {
  margin-bottom: 8rem !important;
}

.mb_85 {
  margin-bottom: 8.5rem !important;
}

.mb_90 {
  margin-bottom: 9rem !important;
}

.mb_95 {
  margin-bottom: 9.5rem !important;
}

.mb_100 {
  margin-bottom: 10rem !important;
}

@media only screen and (max-width: 767px) {
  .sp_mb_0 {
    margin-bottom: 0rem !important;
  }
  .sp_mb_5 {
    margin-bottom: 0.5rem !important;
  }
  .sp_mb_10 {
    margin-bottom: 1rem !important;
  }
  .sp_mb_15 {
    margin-bottom: 1.5rem !important;
  }
  .sp_mb_20 {
    margin-bottom: 2rem !important;
  }
  .sp_mb_25 {
    margin-bottom: 2.5rem !important;
  }
  .sp_mb_30 {
    margin-bottom: 3rem !important;
  }
  .sp_mb_35 {
    margin-bottom: 3.5rem !important;
  }
  .sp_mb_40 {
    margin-bottom: 4rem !important;
  }
  .sp_mb_45 {
    margin-bottom: 4.5rem !important;
  }
  .sp_mb_50 {
    margin-bottom: 5rem !important;
  }
  .sp_mb_55 {
    margin-bottom: 5.5rem !important;
  }
  .sp_mb_60 {
    margin-bottom: 6rem !important;
  }
  .sp_mb_65 {
    margin-bottom: 6.5rem !important;
  }
  .sp_mb_70 {
    margin-bottom: 7rem !important;
  }
  .sp_mb_75 {
    margin-bottom: 7.5rem !important;
  }
  .sp_mb_80 {
    margin-bottom: 8rem !important;
  }
  .sp_mb_85 {
    margin-bottom: 8.5rem !important;
  }
  .sp_mb_90 {
    margin-bottom: 9rem !important;
  }
  .sp_mb_95 {
    margin-bottom: 9.5rem !important;
  }
  .sp_mb_100 {
    margin-bottom: 10rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp_mt_0 {
    margin-top: 0rem !important;
  }
  .sp_mt_5 {
    margin-top: 0.5rem !important;
  }
  .sp_mt_10 {
    margin-top: 1rem !important;
  }
  .sp_mt_15 {
    margin-top: 1.5rem !important;
  }
  .sp_mt_20 {
    margin-top: 2rem !important;
  }
  .sp_mt_25 {
    margin-top: 2.5rem !important;
  }
  .sp_mt_30 {
    margin-top: 3rem !important;
  }
  .sp_mt_35 {
    margin-top: 3.5rem !important;
  }
  .sp_mt_40 {
    margin-top: 4rem !important;
  }
  .sp_mt_45 {
    margin-top: 4.5rem !important;
  }
  .sp_mt_50 {
    margin-top: 5rem !important;
  }
  .sp_mt_55 {
    margin-top: 5.5rem !important;
  }
  .sp_mt_60 {
    margin-top: 6rem !important;
  }
  .sp_mt_65 {
    margin-top: 6.5rem !important;
  }
  .sp_mt_70 {
    margin-top: 7rem !important;
  }
  .sp_mt_75 {
    margin-top: 7.5rem !important;
  }
  .sp_mt_80 {
    margin-top: 8rem !important;
  }
  .sp_mt_85 {
    margin-top: 8.5rem !important;
  }
  .sp_mt_90 {
    margin-top: 9rem !important;
  }
  .sp_mt_95 {
    margin-top: 9.5rem !important;
  }
  .sp_mt_100 {
    margin-top: 10rem !important;
  }
}
/*=========各種パーツ=========*/
.btn {
  background-color: #2c2f1c;
  color: #fff;
  padding: 8px 23px;
  display: inline-block;
}

.remodal {
  position: relative;
  padding: 25px;
}
.remodal .title {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .remodal .title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .remodal p {
    font-size: 1.4rem;
    text-align: left;
  }
}

.remodal img {
  width: 35%;
  height: auto;
  vertical-align: top;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .remodal img {
    width: 65%;
  }
}

.remodal-cancel {
  color: #fff;
  background: #2c2f1c;
  width: 100%;
  margin-top: 25px;
}

.remodal-cancel:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #2c2f1c;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #2c2f1c;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100dvh;
  background: rgba(44, 47, 28, 0.98);
  transition: all 0.6s;
}
#g-nav.panelactive {
  right: 0;
}
#g-nav .nav_contents {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 2.4rem;
}
#g-nav .nav_logo {
  width: 180px;
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  #g-nav .nav_logo {
    width: 130px;
  }
}
#g-nav .subscription.nav {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #g-nav .subscription.nav {
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
  }
  #g-nav .subscription.nav li {
    padding: 0;
  }
  #g-nav .subscription.nav li a i {
    font-size: 4rem;
  }
  #g-nav .subscription.nav i {
    margin-bottom: 0px;
  }
  #g-nav .subscription.nav img {
    width: 40px;
    margin-bottom: 0px;
  }
}

.openbtn {
  position: fixed;
  z-index: 99999;
  top: 40px;
  right: 19px;
  cursor: pointer;
  width: 58px;
  height: 45px;
}
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0px;
  height: 1px;
  border-radius: 2px;
  background-color: #fff;
  width: 100%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 26px;
  width: 40px;
}
.openbtn span:nth-of-type(3) {
  top: 37px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: -1px;
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: -1px;
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
}

.pagination {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  z-index: 998;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .pagination {
    display: none;
  }
}
.pagination a {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
  padding: 4px;
}
.pagination a.active::after {
  box-shadow: inset 0 0 0 5px;
}
.pagination a .hover-text {
  display: none;
  position: absolute;
  left: 15px;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding-right: 15px;
}
.pagination a:hover .hover-text {
  opacity: 1;
}
.pagination a::after {
  transition: box-shadow 0.5s ease;
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 3px;
  bottom: 0;
}

/*=========アニメーション========*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

.leftAnime {
  opacity: 0;
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* フェードインアニメーション */
.fadeIn {
  transform: translate3d(0, 50px, 0);
  transition: 1.3s;
  opacity: 0;
}

.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/*=========以下コンテンツ=========*/
.catch {
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  min-height: -webkit-fill-available;
  min-height: -moz-fill-available;
  position: relative;
}
.catch h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.catch h1 img {
  width: 100%;
  transform: scale(1.1);
}
.catch .catch_img {
  width: 100%;
  height: 100svh;
}

.header_logo {
  display: none;
  position: fixed;
  top: 43px;
  left: 20px;
  z-index: 998;
}
.header_logo img {
  width: 100px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .header_logo {
    display: none !important;
  }
}

.right_fixed_contets {
  position: fixed;
  z-index: 998;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.right_fixed_contets .lang {
  writing-mode: vertical-rl;
  color: #fff;
  margin-bottom: 20px;
}
.right_fixed_contets .lang span {
  display: inline-block;
  margin-bottom: 8px;
}
.right_fixed_contets .lang a {
  color: #fff;
  margin-bottom: 10px;
}
.right_fixed_contets .lang a:last-of-type {
  margin-bottom: 0;
}
.right_fixed_contets .lang a:hover {
  opacity: 0.5;
}
.right_fixed_contets .subscription {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.right_fixed_contets .subscription i {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 25px;
}
.right_fixed_contets .subscription img {
  width: 22px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .right_fixed_contets {
    display: none;
  }
}

.lang.sp_only {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 0.08em;
}
.lang.sp_only span {
  display: inline-block;
  margin-right: 8px;
}
.lang.sp_only a {
  color: #fff;
  margin-right: 10px;
}
.lang.sp_only a:last-of-type {
  margin-right: 0;
}
.lang.sp_only a:hover {
  opacity: 0.5;
}

section {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
section .title_l {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  section .content-size {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  section {
    padding-top: 100px;
  }
}

#live .live_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 325px;
  overflow-y: scroll;
  padding: 30px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #live .live_contents {
    display: block;
    box-sizing: content-box;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #live .live_contents {
    display: block;
    height: 500px;
  }
}
#live .live_img {
  width: 50%;
  height: auto;
  margin-right: 20px;
}
#live .live_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  #live .live_img {
    width: 100%;
    margin-bottom: 10px;
  }
}
#live .live_item {
  display: flex;
  justify-content: space-between;
  width: 45%;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #live .live_item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #live .live_item {
    width: 100%;
    display: block;
  }
}
#live .live_item .live_info {
  width: 50%;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
#live .live_item .live_info .btn {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #live .live_item .live_info .btn {
    margin: 0 auto;
  }
}
#live .live_item .live_info span {
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #live .live_item .live_info {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #live .live_item .live_info h3 {
    margin-bottom: 15px;
  }
}

.remodal .live_detail p span {
  display: inline-block;
  margin-right: 10px;
}
.remodal .live_detail p span:last-of-type {
  margin-right: 0;
}
.remodal .live_detail img {
  width: 45%;
}
.remodal .livehouse_link {
  text-decoration: underline;
  color: rgba(54, 54, 255, 0.752);
}

#biography {
  background-image: url(../images/artist_photo_02-min.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #biography .content-wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  #biography {
    background-image: none;
  }
}
#biography .title_l {
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 2px 2px 20px #747474;
}
@media only screen and (max-width: 1023px) {
  #biography .title_l {
    position: static;
    transform: none;
    display: block;
    text-shadow: none;
    color: #2c2f1c;
    padding: 0;
  }
}
#biography .title_l, #biography .title_m a, #biography p {
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  #biography .title_l, #biography .title_m a, #biography p {
    color: #2c2f1c;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #biography .title_m a, #biography p {
    color: #2c2f1c;
  }
}
#biography .bio_text {
  text-align: center;
  margin-top: auto;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #biography .bio_text {
    width: 80%;
  }
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  #biography .bio_text {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 450px) {
  #biography .bio_text {
    position: relative;
    padding: 0;
    bottom: 0;
    left: 0;
    transform: none;
  }
}
#biography .bio_text p span {
  margin-right: 20px;
}
#biography .bio_text p span:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #biography .bio_text p span {
    font-size: 1.6rem;
    margin-right: 0;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #biography .bio_text p {
    color: #fff;
  }
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  #biography .bio_text p {
    color: #fff;
    text-shadow: 2px 2px 20px #595959, 2px 2px 20px #595959;
  }
}
@media screen and (max-width: 450px) {
  #biography .bio_text p {
    color: #2c2f1c;
    text-align: center;
  }
}
#biography .bio_text h3 a {
  color: #fff;
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  #biography .bio_text h3 a {
    color: #fff;
    text-shadow: 2px 2px 20px #595959, 2px 2px 20px #595959;
  }
}
@media screen and (max-width: 450px) {
  #biography .bio_text h3 a {
    color: #2c2f1c;
  }
}
#biography .bio_caution {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 5px;
}

.bio_remodal h3.title_m {
  color: #2c2f1c;
}
.bio_remodal p {
  font-weight: normal;
  text-align: justify;
}
.bio_remodal img {
  width: 80%;
  border: none;
}
@media only screen and (max-width: 767px) {
  .bio_remodal img {
    width: 100%;
  }
}

@keyframes arrowmove_pc {
  0% {
    bottom: 27%;
  }
  50% {
    bottom: 30%;
  }
  100% {
    bottom: 27%;
  }
}
.scrolldown {
  position: absolute;
  bottom: 1%;
  right: 50%;
  animation: arrowmove_pc 1.5s ease-in-out infinite;
}
.scrolldown span {
  position: absolute;
  left: -22px;
  bottom: 2px;
  color: #eee;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}
.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -4px;
  width: 1px;
  height: 12px;
  background: #eee;
  transform: skewX(-31deg);
}
.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 35px;
  background: #eee;
}
@media screen and (max-width: 767px) {
  .scrolldown {
    display: none;
  }
}

.swiper {
  width: 100%;
}

.swiperCont {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #444;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.swiper-slide {
  opacity: 0.3;
  transform: scale(0.7);
  transition: 0.5s;
}
.swiper-slide h3 {
  margin: 10px 0 35px;
}
@media only screen and (max-width: 767px) {
  .swiper-slide h3 {
    font-size: 1.6rem;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin-right: 10px;
}

#discography .content-wrap {
  padding: 0;
}

.disco_contents span {
  margin-right: 10px;
}
.disco_contents h4 {
  margin-bottom: 5px;
}

.swiperCont {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.swiperCont.disco {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .swiperCont.disco {
    padding-bottom: 30px;
  }
}
.swiperCont.disco img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 5px 25px rgba(44, 47, 28, 0.3);
}
@media only screen and (max-width: 767px) {
  .swiperCont.disco img {
    width: 250px;
    height: 250px;
  }
}

section#videos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  section#videos .content-wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  section#videos {
    display: block;
    height: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  section#videos .content-size {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  section#videos .video_item {
    margin-bottom: 20px;
  }
}
section#videos .swiperCont.videos {
  width: 100%;
  margin: 0 auto;
}
section#videos .swiperCont.videos img {
  position: relative;
  width: 600px;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 5px 25px rgba(44, 47, 28, 0.3);
}
section#videos .swiperCont.videos .js-modal-video {
  position: relative;
}
section#videos .swiperCont.videos .js-modal-video i {
  font-size: 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 2px 2px 50px #000;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 26.25%;
}
@media only screen and (max-width: 767px) {
  .youtube {
    padding-top: 56.25%;
  }
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#merchandise .content-wrap {
  padding: 0;
}
#merchandise .swiperCont.merch {
  width: 100%;
  margin: 0 auto;
}
#merchandise .swiperCont.merch img {
  width: 300px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 5px 25px rgba(44, 47, 28, 0.3);
}
@media only screen and (max-width: 767px) {
  #merchandise .swiperCont.merch img {
    width: 270px;
    height: 250px;
  }
}

.remodal.merch_contents img {
  width: 65%;
}

#contact {
  margin-bottom: 0px;
  height: auto;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contact {
    align-items: normal;
  }
}
@media only screen and (max-width: 1023px) {
  #contact {
    display: flex;
  }
}
#contact .content-size {
  padding-top: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
  #contact .content-size {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    padding-top: 0px;
  }
}
#contact p {
  margin-bottom: 30px;
}
#contact p span {
  color: rgb(255, 44, 44);
}
#contact .contact_contents {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contact .contact_contents {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #contact .contact_contents {
    width: 100%;
  }
}
#contact .contact_contents dt, #contact .contact_contents dd {
  display: inline-block;
}
#contact .contact_contents .contact_contents_item {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #contact .contact_contents .contact_contents_item {
    display: block;
  }
}
#contact .contact_contents .contact_contents_item dt {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  #contact .contact_contents .contact_contents_item dt {
    width: 100%;
  }
}
#contact .contact_contents .contact_contents_item dd {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  #contact .contact_contents .contact_contents_item dd {
    width: 100%;
  }
}
#contact .contact_contents label {
  font-size: 1.6rem;
  margin-bottom: 10px;
  display: block;
  color: #2c2f1c;
  margin-right: 10px;
}
#contact .contact_contents label span {
  color: rgb(255, 44, 44);
}
#contact .contact_contents input[type=text],
#contact .contact_contents input[type=email],
#contact .contact_contents textarea {
  color: #2c2f1c;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px #c2bdbd solid;
  border-radius: 5px;
  padding: 10px;
  font-size: 1.6rem;
  box-sizing: border-box;
}
#contact .contact_contents input[type=text],
#contact .contact_contents input[type=email] {
  width: 100%;
  max-width: 100%;
}
#contact .contact_contents textarea {
  width: 100%;
  max-width: 100%;
  height: 100px;
}
#contact .contact_contents input[type=submit] {
  text-align: center;
  margin: 0 auto;
  display: block !important;
  padding: 10px 50px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
  background-color: #2c2f1c;
  color: #fff;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #contact .contact_contents input[type=submit] {
    margin-bottom: 50px;
  }
}
#contact .contact_contents input[type=submit]:hover {
  opacity: 0.5;
}

footer {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 30px;
  }
}
footer .footer_subscription {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  footer .footer_subscription {
    width: 80%;
  }
}
footer .footer_subscription li {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  footer .footer_subscription li {
    margin-right: 0;
  }
}
footer .footer_subscription li:last-of-type {
  margin-right: 0;
}
footer .footer_subscription li i {
  font-size: 4rem;
  color: #fff;
}
footer .footer_subscription li img {
  width: 35px;
  height: auto;
}

.pagetop_btn {
  opacity: 0;
  position: fixed;
  right: 10px;
  bottom: 20px;
  transition: all 0.5s ease 0s;
  z-index: 998;
}
.pagetop_btn.active {
  opacity: 1;
}
.pagetop_btn #page-top {
  position: fixed;
  right: 25px;
  bottom: 40px;
  height: 30px;
  width: 20px;
  text-decoration: none;
  font-size: 83%;
  font-weight: 700;
  line-height: 1.5rem;
  color: #fff;
  padding-top: 60px;
  border-right: solid 1px #fff;
  transition: 0.3s;
  writing-mode: vertical-lr;
}

.pagetop_btn .shinchi_top{
  position: fixed;
  right: 25px;
  bottom: 40px;
  text-decoration: none;
  transition: 0.3s;
}

.pagetop_btn .shinchi_top img{
  width: 100px;
  height: auto;
}

.pagetop_btn a.shinchi_top:hover{
  transform: translateY(-10px);
}

@media only screen and (max-width: 767px) {
  .pagetop_btn #page-top {
    right: 32px;
    bottom: 35px;
    height: 0px;
    width: 13px;
    font-size: 90%;
    font-weight: 700;
    line-height: 2rem;
    padding-top: 23px;
    writing-mode: horizontal-tb;
  }
  .pagetop_btn .shinchi_top{
    position: fixed;
    right: 15px;
    bottom: 20px;
    text-decoration: none;
    transition: 0.3s;
  }
  
  .pagetop_btn .shinchi_top img{
    width: 80px;
    height: auto;
  }
}
.pagetop_btn #page-top span {
  color: #fff;
}
.pagetop_btn #page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: -9px;
  width: 30px;
  border-top: solid 1px #fff;
  transform: rotate(-65deg);
  transition: 0.5s;
}

@media only screen and (max-width: 767px) {
  .pagetop_btn #page-top::before {
    top: 6px;
    right: -3px;
    width: 10px;
  }
}
.pagetop_btn #page-top:hover {
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .pagetop_btn #page-top:hover {
    padding-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */