@charset "utf-8";

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #292724;
  line-height: 1.5;
}

/* 共通パーツCSS */
@media screen and (min-width: 768px) {
  .hidden-pc{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sp{
    display: none;
  }
}

/* 各コンテンツ */
.onerec-body{
  background: linear-gradient(to right, #FEDBE5 50%, #FFE4CD);
  font-size: 24px;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .onerec-body{
    font-size: 12px
  }
}
.onerec-wrap{
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
}
.onerec-kv__content img{
  width: 100%;
}

.onerec-service {
  background: #fff;
  padding: 70px 20px;
}
@media screen and (max-width: 767px) {
  .onerec-service {
    padding: 30px 20px;
  }
}
.onerec-service__contents {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .onerec-service__contents {
    margin-top: 30px;
  }
}
.onerec-service__title img{
  width: 60%;
}
.onerec-service__title span{
  font-size: 32px;
  padding-left: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .onerec-service__title span{
    font-size: 16px;
    padding-left: 10px;
  }
}
.onerec-service__text{
  margin-top: 30px;
  margin-bottom: 30px;/*リスト・リクエストボタン追加用*/
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .onerec-service__text{
    margin-top: 15px;
    margin-bottom: 15px;/*リスト・リクエストボタン追加用*/
  }
}
.onerec-service__introduction{
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .onerec-service__introduction{
    margin-top: 20px;
  }
}
.onerec-service__introduction h2{
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .onerec-service__introduction h2{
    font-size: 15px;
  }
}
.onerec-service__introduction-contents{
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .onerec-service__introduction-contents{
    margin-top: 20px;
  }
}
.onerec-service__introduction-contents img{
  width: 80%;
  margin-top: 20px;
  margin-bottom: 5px;
}
.onerec-service__introduction-contents-rk {
  width: 100%;
  height: 200px;
  margin-right: 10px;
  background: linear-gradient(45deg, #FEDBE5 50%, #FFE4CD 100%);
}
@media screen and (max-width: 767px) {
  .onerec-service__introduction-contents-rk {
    height: 100px;
    margin-right: 5px;
  }
}
.onerec-service__introduction-contents-rk p{
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .onerec-service__introduction-contents-rk p{
    font-size: 10px;
    margin-top: 5px;
  }
}


.onerec-service__introduction-contents-rk img{
  margin-top: 35.27px;
}
@media screen and (max-width: 767px) {
  .onerec-service__introduction-contents-rk img{
    margin-top: 18px;
  }
}
.onerec-service__introduction-contents-vk {
  width: 100%;
  height: 200px;
  background: linear-gradient(45deg, #ECE7FD 10%, #D4F1FA 50%, #CDDEFE 90%);
}
@media screen and (max-width: 767px) {
  .onerec-service__introduction-contents-vk {
    height: 100px;
  }
}
.onerec-service__introduction-contents-vk p{
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .onerec-service__introduction-contents-vk p{
    font-size: 10px;
    margin-top: 5px;
  }
}
.onerec-service__introduction-contents-vk img{
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .onerec-service__introduction-contents-vk img{
    margin-top: 12px;
  }
}
.onerec-service__introduction-contents p::after{
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .onerec-service__introduction-contents p::after{
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    margin: 5px auto;
  }
}
.onerec-service__introduction-anchor {
  margin-top: 10px;
  height: 60px;
  line-height: 60px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .onerec-service__introduction-anchor{
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    background-color: #f0f0f0;
  }
}
.onerec-service__introduction-anchor a{
  display: block;
  font-weight: bold;
}
.onerec-service__introduction-anchor a::after{
  content: "";
  display: inline-block;
  top: 0;
  right: 0;
  vertical-align: 4px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .onerec-service__introduction-anchor a::after{
    content: "";
    display: inline-block;
    top: 0;
    right: 0;
    vertical-align: 4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 8px;
  }
}

.real-karaoke{
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 50%),
              linear-gradient(45deg, #FFE4CD 50%, #FEDBE5 100%);
  padding: 70px 20px;
}
@media screen and (max-width: 767px) {
  .real-karaoke{
    padding: 30px 20px;
  }
}
.onerec-feature__title {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .onerec-feature__title {
    margin-top: 10px;
  }
}
.onerec-feature__title h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .onerec-feature__title h2{
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
 }
}
.onerec-feature__title img{
  width: 444px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .onerec-feature__title img{
    width: 66.3%;
    margin-bottom: 20px;
 }
}
.onerec-feature__text{
  margin-bottom: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .onerec-feature__text{
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.onerec-feature__text p{
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .onerec-feature__text p{
    margin-bottom: 10px;
  }
}
.onerec-feature__text a{
  text-decoration: underline;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .onerec-feature__text a{
    font-size: 10px;
  }
}
.onerec-feature__kv{
  width: 690px;
  overflow: hidden; 
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .onerec-feature__kv{
    width: 100%;
    margin: 10px auto;
  }
}
.onerec-feature__slider{
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
}
.onerec-feature__slider li{
  flex: 0 0 100%;
}
.onerec-feature__service hr{
  color: #f0f0f0;
}
.onerec-feature__service-detail {
    display: flex;
    padding: 15px 0;
}

.onerec-feature__service-icon {
    width: 30%;
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .onerec-feature__service-icon {
    margin-right: 20px;
}
}
.onerec-feature__service-text{
  text-align: left;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .onerec-feature__service-text{
    padding: 0;
  }
}
.onerec-feature__service-text h3{
    font-weight: bold;
}
@media screen and (max-width: 767px) {
  .onerec-feature__service-text h3{
    margin-top: 15px;
}
}
.onerec-feature__service-text p{
    padding-top: 20px;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .onerec-feature__service-text p{
    padding-top: 6px;
    line-height: 1.5;
  }
}
.onerec-feature__service-youtube p{
    padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .onerec-feature__service-youtube p{
    padding: 10px;
}
}
.onerec-feature__service-youtube a{
  display: inline-block;
  width: 174px;
  height: 64px;
  padding: 14px;
  border: 2px solid black;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .onerec-feature__service-youtube a{
    width: auto;
    height: 32px;
    padding: 7px 16px 8px 16px;
    border: 1px solid black;
    border-radius: 20px;
}
}

.virtual-karaoke{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%),
                linear-gradient(45deg, #ECE7FD 60%, #D4F1FA 80%, #CDDEFE 100%);
    padding: 70px 20px;
}
@media screen and (max-width: 767px) {
  .virtual-karaoke{
    padding: 30px 20px;
  }
}

.room-choice{
    background: linear-gradient(45deg, #FA448C 0%, #FF7700 40%, #FB4F6C 100%);
    padding: 70px 20px;
    color: #fff;
}
@media screen and (max-width: 767px) {
  .room-choice{
    background: linear-gradient(45deg, #FA448C 0%, #FF7700 40%, #FB4F8C 110%);
    padding: 30px 20px;
  }
}
.room-choice__contents {
  margin-top: 10px;
}
.room-choice__title small{
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .room-choice__title small{
    font-size: 15px;
  }
}
.room-choice__title h2{
  font-size: 52px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .room-choice__title h2{
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.room-choice__accordion-container{
  background-color: #fff;
  display: flex;
  margin-top: 10px;
  position: relative;
  /*cursor: pointer;*/
}
.room-choice__accordion-container:last-child{
  pointer-events: none;
}
/*@media screen and (min-width: 768px) {
  .room-choice__accordion-container:hover{
    opacity: 0.5;
  }
}*/
@media screen and (max-width: 767px) {
  .room-choice__accordion-container{
    margin-top: 5px;
  }
}
/*.room-choice__accordion-container::after{
  position: absolute;
  content: "";
  top: 40px;
  right: 30px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: transform 0.4s ease;
  margin-left: 8px;
}*/
.room-choice__accordion-container.open::after{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  /*.room-choice__accordion-container::after{
    position: absolute;
    content: "";
    top: 25px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: transform 0.4s ease;
    margin-left: 8px;
  }*/
}
.room-choice__accordion-container .room-choice__container-onerec-img{
  padding: 20px 36px 20px 50px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-container .room-choice__container-onerec-img{
    padding: 14px 14px 14px 20px;
  }
}
.room-choice__accordion-container .room-choice__container-vk-img{
  padding: 20px 0px 20px 20px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-container .room-choice__container-vk-img{
    padding: 15px 0px 15px 10px;
    width: 40%;
  }
}
/*@media screen and (min-width: 768px) {
  .room-choice__accordion-container:hover + .room-choice__accordion-inner{
    background-color: rgba(255, 255, 255, 0.5);
  }
}*/
.room-choice__accordion-inner{
  background-color: rgb(255, 255, 255);
  color: #000;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.room-choice__accordion-inner img{
  width: 100%;
}
.room-choice__accordion-onerec{
  display: flex;
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-onerec{
    padding: 10px 10px;
  }
}
.room-choice__accordion-onerec img{
  width: 80%;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-banner-onerec img{
    width: auto;
    height: 16px;
  }
}
.room-choice__accordion-recommend{
  width: 50%;
}
.room-choice__accordion-banner-onerec{
  background: linear-gradient(45deg, #FEDBE5 50%, #FFE4CD 100%);
  padding: 30px 35px 25px 35px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-banner-onerec{
    padding: 13.5px 6px 13.5px 6px;
    margin-bottom: 20px;
  }
}
.room-choice__accordion-banner-onerec span{
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-banner-onerec span{
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
.room-choice__accordion-recommend-detail{
  margin-top: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-recommend-detail{
    margin-top: 12px;
  }
}
.room-choice__accordion-recommend-detail::after{
  position: absolute;
  content: "";
  right: -1px;
  top: 0px;
  height: 92px;
  border-right: 2px solid #E5E7EB;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-recommend-detail::after{
    height: 48px;
  }
}
.room-choice__accordion-recommend-detail p:first-child{
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-recommend-detail p:first-child{
    margin-bottom: 5px;
  }
}
.room-choice__accordion-recommend-detail img{
  width: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-recommend-detail img{
    width: 10.73px;
    margin-right: 5px;
  }
}
.room-choice__accordion-recommend-detail span{
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-recommend-detail span{
    font-size: 25px;
  }
}
.room-choice__accordion-cost{
  width: 50%;
}

/* ロゴ差し替え 2024.11.1 */
.room-choice__accordion-banner-hub{
  background: linear-gradient(45deg, #ECE7FD 10%, #D4F1FA 50%, #CDDEFE 90%);
  padding: 23px 35px 23.6px 35px;
  margin-bottom: 20px;
}
/* ロゴ差し替え 2024.11.1 ここまで */

@media screen and (max-width: 767px) {
  .room-choice__accordion-banner-hub{
    padding: 10px 6px 10px 6px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-banner-hub img{
    width: auto;
    height: 23px;
  }
}
.room-choice__accordion-banner-hub span{
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 10px;
}
.room-choice__accordion-banner-onerec span{
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-banner-onerec span{
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-banner-hub span{
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
.room-choice__accordion-cost-detail{
  margin-top: 10px;
}
.room-choice__accordion-cost-detail p:first-child{
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-cost-detail p:first-child{
    margin-bottom: 5px;
  }
}
.room-choice__accordion-cost-detail .yen{
  padding-right: 3px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-cost-detail .yen{
    font-size: 15px;
  }
}
.room-choice__accordion-cost-detail span{
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-cost-detail span{
    font-size: 25px;
  }
}
.room-choice__accordion-cost-detail-tax{
  position: relative;
}
.room-choice__accordion-cost-detail-tax::after{
  position: absolute;
  content: "(税込)";
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans CJK JP";
  top: -10px;
  left: 48px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-cost-detail-tax::after{
    position: absolute;
    content: "(税込)";
    width: 100%;
    font-size: 6px;
    font-weight: normal;
    top: 10px;
    left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .room-choice__accordion-cost-detail strong{
    margin-left: 5px;
  }
}
.room-choice__accordion-vk{
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-vk{
    padding: 10px 10px;
  }
}
.room-choice__accordion-banner-bg{
  background: linear-gradient(45deg, #CDDEFE 10%, #D4F1FA 50%, #ECE7FD 90%);
  padding: 20px 35px 20px 35px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-banner-bg{
    padding: 10px 17px 10px 17px;
  }
}
.room-choice__accordion-banner-bg img{
  width: 220px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-banner-bg img{
    width: 116px;
  }
}
.room-choice__accordion-vk-detail{
  display: flex;
  margin-top: 10px;
}
.room-choice__accordion-manual{
  display: inline-block;
  background-color: #fff;
  width: auto;
  height: 68px;
  padding-top: 8px;
  margin-bottom: 40px;
  border: 2px solid black;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-manual{
    height: 34px;
    padding-top: 3px;
    margin: 10px 0 15px;
    border: 1px solid black;
  }
}
.room-choice__accordion-manual a{
  padding: 11px 29px 18px 23px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-manual a{
    padding: 6px 20px 9px 15px;
  }
}
.room-choice__accordion-manual img{
  position: relative;
  bottom: -5px;
  right: -10px;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-manual img{
    width: 19px;
    position: relative;
    bottom: -3px;
    right: -6px;
  }
}
.room-choice__accordion-manual--vk{
  display: inline-block;
  background-color: #fff;
  width: 460px;
  height: 68px;
  padding-top: 8px;
  margin-bottom: 40px;
  border: 2px solid black;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-manual--vk{
    display: inline-block;
    width: auto;
    height: 34px;
    padding-top: 3px;
    margin: 10px 0 15px;
    border: 1px solid black;
    border-radius: 32px;
  }
}
.room-choice__accordion-manual--vk a{
  padding: 15px 36px 15px 35px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-manual--vk a{
    padding: 6px 20px 9px 15px;
  }
}
.room-choice__accordion-manual--vk img{
  position: relative;
  bottom: -5px;
  right: -10px;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-manual--vk img{
    position: relative;
    bottom: -3px;
    right: -5px;
    width: 19px;
  }
}

.room-choice__container-text{
  text-align: left;
  color: #000;
  margin-top: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .room-choice__container-text{
    margin-top: 15px;
    margin-left: 10px;
  }
}
.room-choice__container-text h3{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .room-choice__container-text h3{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
  }
}
.room-choice__container-text p{
  font-size: 20px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .room-choice__container-text p{
    font-size: 10px;
    letter-spacing: 0;
  }
}

/* 「ONEREC VK solo」のサービスリリース後「686行目～700行目」削除お願いいたします */
/* COMINGSOON Logo */
.room-choice__accordion-container span{
  text-align: center;
  position: absolute;
  z-index: 10;
  color: #707070;
  font-weight: bold;
  background-color: #f0f0f0;
  top: 0px;
  right: 0px;
  width: 140px;
  height: 100%;
  padding: 26px;
}
@media screen and (max-width: 767px) {
  .room-choice__accordion-container span{
    position: absolute;
    z-index: 10;
    color: #707070;
    font-weight: bold;
    background-color: #f0f0f0;
    right: 0px;
    width: 60px;
    height: 100%;
    padding: 16px 0;
  }
}

.room-choice__text{
  text-align: left;
  margin-top: 20px;
}
.room-choice__text p{
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .room-choice__text p{
    padding-left: 15px;
 }
}
.room-choice__text p::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.room-choice__text a{
  text-decoration: underline;
  cursor: pointer;
}

.onerec-store{
  background-color: white;
  padding: 70px 20px 30px;
}
@media screen and (max-width: 767px) {
  .onerec-store{
    padding: 30px 20px 15px;
  }
}
.onerec-store__title{
  font-weight: bold;
}
.onerec-store__title small{
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .onerec-store__title small{
    font-size: 15px;
  }
}
.onerec-store__title h2{
  margin-top: 20px;
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  .onerec-store__title h2{
    font-size: 26px;
  }
}
.onerec-store__series {
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .onerec-store__series {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
.onerec-store__series a{
    position: relative;
    font-weight: bold;
    display: block;
}
@media screen and (max-width: 767px) {
  .onerec-store__series a{
    position: relative;
    font-weight: bold;
    padding: 0px 18px 0 20px;
  }
}
.onerec-store__series a::after{
  position: absolute;
  content: "";
  top: 10px;
  right: -30px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .onerec-store__series a::after{
    position: absolute;
    content: "";
    top: 8px;
    right: 0px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 8px;
  }
}
.onerec-store__series span{
  position: relative;
  left: 18px;
  border-right: 2px solid #E5E7EB;
}
@media screen and (max-width: 767px) {
  .onerec-store__series span{
    left: 11px;
    border-right: 1px solid #E5E7EB;
  }
}

.onerec-store__check-store{
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .onerec-store__check-store{
    padding-top: 20px;
  }
}
.onerec-store__check-store img{
  width: 100%;
}
.onerec-store__check-store-detail{
  text-align: left;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .onerec-store__check-store-detail{
    text-align: left;
    padding-top: 20px;
  }
}
.onerec-store__check-store-detail h3{
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .onerec-store__check-store-detail h3{
    font-size: 15px;
 }
}
.onerec-store__check-store-detail p{
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .onerec-store__check-store-detail p{
    line-height: 1.5;
    margin-top: 10px;
  }
}
.onerec-store__check-store-detail hr{
  margin: 10px 0;
  color: #E5E7EB;
}

/* 「ONEREC VK solo」のサービスリリース後「866行目～881行目」削除お願いいたします */
/* COMINGSOON */
.onerec-store__check-store h4{
  padding: 20px 0 30px;
  font-size: 56px;
  font-weight: bold;
  color: #999999;
}
@media screen and (max-width: 767px) {
  .onerec-store__check-store h4{
    padding:20px 0 0;
    font-size: 26px;
  }
}

/* 配信曲リスト・楽曲追加リクエストボタン追加　2024.10.31 */
.onerec-onerec-service__buttonList a{
  display: inline-block;
  width: auto;
  height: 64px;
  padding: 14px 24px;
  border: 2px solid black;
  border-radius: 32px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .onerec-onerec-service__buttonList a{
    width: auto;
    height: 32px;
    padding: 7px 16px 8px 16px;
    border: 1px solid black;
    border-radius: 20px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.15;
  }
}

/*-- ご利用の流れ 2025.02.04 ------------------------------------------------*/
.onerec-flow {
  background-color: #f5f5f5;
  padding: 70px 20px;
}
.onerec-flow h2 {
  font-size: 52px;
  margin: 0 0 70px;
  font-weight: bold;
}
.onerec-flow__box {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 160px;
  margin-bottom: 80px;
  position: relative;
}
.onerec-flow__box::after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 30px solid #999;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
.onerec-flow__box:last-child {
  margin-bottom: 0;
}
.onerec-flow__box:last-child::after {
  display: none;
}
.onerec-flow__box.bg-step01 {
  background-image: url("/campaign/onerec/img/img_step01.png");
}
.onerec-flow__box.bg-step02 {
  background-image: url("/campaign/onerec/img/img_step02.png");
}
.onerec-flow__box.bg-step03 {
  background-image: url("/campaign/onerec/img/img_step03.png");
}
.onerec-flow__box.bg-step04 {
  background-image: url("/campaign/onerec/img/img_step04.png");
}
.onerec-flow__title {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  margin: 0 0 30px 0;
}
.onerec-flow__step {
  border-radius: 32px;
  background: linear-gradient(213deg, #FA448C 6.81%, #F70 93.19%);
  display: flex;
  width: 64px;
  height: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding-top: 2px;
  font-weight: bold;
  line-height: 1.4rem;
}
.onerec-flow__step p.text {
  font-size: 16px;
  margin: 0;
}
.onerec-flow__step p.number {
  font-size: 26px;
  margin: 0;
}
.onerec-flow h3 {
  font-size: 36px;
  margin: 0;
  font-weight: bold;
}
.onerec-flow__detail {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #F0F0F0 solid 1px;
}
.onerec-flow__detail:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0px;
  gap: 16px;
}
.onerec-flow__detail h4 {
  font-size: 24px;
  padding-left: 26px;
  background: url("/campaign/onerec/img/icon_h4.png") no-repeat left center;
  background-size: 16px;
  text-align: left;
  margin: 0 0 16px 0;
  font-weight: bold;
}
.onerec-flow__detail h5 {
  font-size: 20px;
  padding-left: 26px;
  background: url("/campaign/onerec/img/icon_h5.png") no-repeat left center;
  background-size: 16px;
  text-align: left;
  margin: 0 0 16px 0;
  font-weight: bold;
}
.onerec-flow__detail p {
  text-align: left;
  font-size: 20px;
  margin: 0 0 0 26px;
  line-height: 1.6rem;
}
.onerec-flow__detail p.onerec-bg {
  border-radius: 4px;
  background: linear-gradient(225deg, #FFE4CD 0%, #FEDBE5 100%);
  padding: 20px;
  line-height: 1.8rem;
  margin-bottom: 10px;
}
.onerec-flow__detail p.onerecvk-bg {
  border-radius: 4px;
  background: linear-gradient(223deg, #ECE7FD 0.97%, #D4F1FA 49.18%, #CDDEFE 97.39%);
  padding: 20px;
  line-height: 1.8rem;
}
.onerec-flow__detail span {
  font-weight: bold;
}
.onerec-flow__detail a {
  text-decoration: underline;
  color: #000;
}
.onerec-flow__manual {
  display:flex;
  align-items: center;
  justify-content: center;
  flex-flow:column;
}
.onerec-flow__manual a {
  display: flex;
  width: 460px;
  padding: 16px;
  margin-bottom: 20px;
  border: 2px solid black;
  border-radius: 99px;
  justify-content: center;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  align-items: center;
}
.onerec-flow__manual a:hover {
  opacity: 50%;
}
.onerec-bubble {
  border-radius: 6px;
  background: linear-gradient(248deg, #DC6BFF 0%, #2BC7E3 50%, #004FFF 100%);
  padding: 8px 16px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: -24px;
  right: 16px;
}
.onerec-bubble::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #21AAEA;
  border-right: 16px solid transparent;
}

.m-0 {
  margin: 0!important;
}
.mt-16 {
  margin-top: 16px!important;
}
/*-- ご利用の流れ SP ------------------------------------------------*/
@media screen and (max-width: 767px) {
.onerec-flow {
  padding: 30px 20px;
}
.onerec-flow h2 {
  font-size: 26px;
  margin: 0 0 30px;
}
.onerec-flow__box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: right 8px top 8px;
  background-size: 80px;
  margin-bottom: 44px;
  position: relative;
}
.onerec-flow__box::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 20px solid #999;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
.onerec-flow__box.bg-step01 {
  background-image: url("/campaign/onerec/img/img_step01.png");
}
.onerec-flow__box.bg-step02 {
  background-image: url("/campaign/onerec/img/img_step02.png");
}
.onerec-flow__box.bg-step03 {
  background-image: url("/campaign/onerec/img/img_step03.png");
}
.onerec-flow__box.bg-step04 {
  background-image: url("/campaign/onerec/img/img_step04.png");
}
.onerec-flow__title {
  gap: 8px;
  margin: 0 0 16px 0;
}
.onerec-flow__step {
  border-radius: 24px;
  width: 48px;
  height: 48px;
  line-height: 1.15;
}
.onerec-flow__step p.text {
  font-size: 11px;
}
.onerec-flow__step p.number {
  font-size: 18px;
}
.onerec-flow h3 {
  font-size: 22px;
}
.onerec-flow__detail {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.onerec-flow__detail h4 {
  font-size: 14px;
  padding-left: 12px;
  background-size: 8px;
  margin: 0 0 8px 0;
}
.onerec-flow__detail h5 {
  font-size: 14px;
  padding-left: 12px;
  background-size: 8px;
  margin: 0 0 8px 0;
}
.onerec-flow__detail p {
  font-size: 12px;
  margin: 0 0 0 12px;
  line-height: 1.2rem;
}
.onerec-flow__detail p.onerec-bg {
  padding: 8px;
  line-height: 1.15rem;
  margin-bottom: 8px;
}
.onerec-flow__detail p.onerecvk-bg {
  padding: 8px;
  line-height: 1.15rem;
}
.onerec-flow__manual a {
  display: flex;
  width: 85%;
  padding: 10px 8px;
  margin-bottom: 12px;
  font-size: 12px;
  border: 1px solid black;
}
.onerec-bubble {
  padding: 6px 8px;
  font-size: 12px;
  top: -16px;
  right: 8px;
}

}