@charset "UTF-8";

/*-------------------------------
  製品情報一覧
-------------------------------*/
.o-products-list {
  margin-bottom: 1rem;
}
.o-products-list-main-category {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.o-products-list-main-category__image {
  margin-bottom: 1rem;
  padding-bottom: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 40em) {
  .o-products-list-main-category__image {
    padding-bottom: 0;
    height: 170px;
  }
}
.o-products-list-main-category__name {
  font-size: 1rem;
}
@media (min-width: 40em) {
  .o-products-list-main-category__name {
    font-size: 1.5rem;
  }
}
.o-products-list-main-category__name:after {
  content: '';
  margin-left: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 1px solid #323232;
  border-right: 1px solid #323232;
  display: inline-block;
  transform: rotate(45deg);
}
@media (min-width: 40em) {
  .o-products-list-main-category__name:after {
    width: 1rem;
    height: 1rem;
  }
}
.o-products-list-main-category__link {
  text-indent: -1000%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.o-products-list-sub-category {
  display: none;
}
@media (min-width: 40em) {
  .o-products-list-sub-category {
    font-size: 0.7rem;
    display: block;
  }
}

/*-------------------------------
  製品リンク
-------------------------------*/
.o-product-links {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.o-product-links a {
  margin-top: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1;
  color: #979797;
  text-decoration: none;
}
.o-product-links a:after {
  content: '';
  border-right: 1px solid #AEAEAE;
  position: absolute;
  top: -2px;
  right: -0.65rem;
  bottom: -2px;
}
.o-product-links a:last-child:after {
  display: none;
}

/*-------------------------------
  主な製品区分
-------------------------------*/
.o-product-pickup-banners {
  margin-bottom: 3rem;
}
@media (min-width: 40em) {
  .o-product-pickup-banners {
    margin-bottom: 4rem;
  }
}
.o-product-pickup-banners-item {
  margin-right: 2rem;
  margin-left: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 40em) {
  .o-product-pickup-banners-item {
    margin-right: 0;
    margin-left: 0;
  }
}
.o-product-pickup-banners-item--noimage .o-product-pickup-banners-item__banner {
  height: 179px;
  border: 1px solid #C8C8C8;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 40em) {
  .o-product-pickup-banners-item--noimage .o-product-pickup-banners-item__banner {
    height: auto;
    min-height: 193px;
  }
}
.o-product-pickup-banners-item--noimage-green .o-product-pickup-banners-item__banner,
.o-product-pickup-banners-item--noimage-blue .o-product-pickup-banners-item__banner,
.o-product-pickup-banners-item--noimage-note .o-product-pickup-banners-item__banner {
  border: none;
  font-weight: bold;
}
.o-product-pickup-banners-item--noimage-green .o-product-pickup-banners-item__banner {
  background-image: url(../img/products-banner-noimage-green.jpg);
  color: #ffffff;
}
.o-product-pickup-banners-item--noimage-blue .o-product-pickup-banners-item__banner {
  background-image: url(../img/products-banner-noimage-blue.jpg);
  color: #ffffff;
}
.o-product-pickup-banners-item--noimage-note .o-product-pickup-banners-item__banner {
  background-image: url(../img/products-banner-noimage-note.jpg);
  color: #1A8E5E;
}
.o-product-pickup-banners-item__banner {
  margin-bottom: 0.5rem;
  text-align: center;
}
.o-product-pickup-banners-item__comment {
  margin-top: auto;
}
.o-product-pickup-banners-item__link {
  text-indent: -1000%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.o-product-pickup-banners--mobile {
  padding-bottom: 3rem !important;
}
.o-product-pickup-banners--mobile .swiper-button-next,
.o-product-pickup-banners--mobile .swiper-button-prev {
  display: none;
  width: 24px;
  height: 24px;
  background-color: #969696;
  border-radius: 100%;
  text-align: center;
}
.o-product-pickup-banners--mobile .swiper-button-next {
  right: 0;
}
.o-product-pickup-banners--mobile .swiper-button-prev {
  left: 0;
}
.o-product-pickup-banners--mobile .swiper-button-next:after,
.o-product-pickup-banners--mobile .swiper-button-prev:after {
  color: #ffffff;
  font-size: 12px;
  font-weight:  bold;
}
.o-product-pickup-banners--mobile .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #797979;
  opacity: 1;
}
.o-product-pickup-banners--mobile .swiper-pagination-bullet-active {
  background: #797979;
}

.c-product-categories__heading {
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 5px;
}
.c-product-categories__body {
  margin-bottom: 3rem;
  padding-top: 3rem;
  background-color: #F0F0F0;
}

.c-product-category-item {
  padding-bottom: 1.5rem;
  position: relative;
  height: 100%;
}
@media (min-width: 40em) {
  .c-product-category-item {
    padding-bottom: 2.5rem;
  }
}
.c-product-category-item:after {
  content: '';
  margin-left: -0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #323232;
  border-right: 1px solid #323232;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
}
@media (min-width: 40em) {
  .c-product-category-item:after {
    width: 1rem;
    height: 1rem;
  }
}
.c-product-category-item__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.c-product-category-item__thumbnail {
  margin-bottom: 1rem;
  padding: 0.5rem 1.5rem;
  background-color: #ffffff;
  box-shadow:0px 0px 12px 2px rgba(0,0,0,0.1);
}
.c-product-category-item__thumbnail-inner {
  height: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 1000ms 0s ease;
}
.c-product-category-item:hover .c-product-category-item__thumbnail-inner {
  transform: scale(1.05);
}
.c-product-category-item__thumbnail-inner img {
  display: none;
}
.c-product-category-item__name {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
.c-product-category-item__description {
  font-size: 0.8rem;
}

/*-------------------------------
  製品検索
-------------------------------*/
.o-product-search-heading {
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 40em) {
  .o-product-search-heading {
    margin-top: -1.5rem;
    padding-top: 0;
    font-size: 1.75rem;
    font-weight: bold;
    letter-spacing: 0.25rem;
  }
}

.o-product-search-header {
  margin-bottom: 4rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
}

.o-products-search-count {
  font-size: 0.75rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 40em) {
  .o-products-search-count {
    font-size: inherit;
    text-align: left;
    margin-bottom: 0;
  }
}

.o-products-search-sort {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 40em) {
  .o-products-search-sort {
    margin-bottom: 0;
  }
}

.o-products-search-discontinued {
  border: 1px solid #797979;
}
@media (min-width: 40em) {
  .o-products-search-discontinued {
    display: inline-block;
  }
}
.o-products-search-discontinued a {
  padding-right: 2rem;
  padding-left: 2rem;
  text-align: center;
  display: block;
  color: inherit;
  text-decoration: none;
}

.o-products-search-list {
  margin-bottom: 3rem;
}

.o-products-search-more {
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  width: 45%;
}
.o-products-search-more a {
  padding: 1rem;
  display: block;
  border-radius: 100px;
  background-color: #57ACC9;
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
}
.o-products-search-more__loading {
  display: none;
}
.o-products-search-more--loading .o-products-search-more__get {
  display: none;
}
.o-products-search-more--loading .o-products-search-more__loading {
  display: inline;
}

/*-------------------------------
  製品一覧個別
-------------------------------*/
.o-products-item {
  padding: 0.75rem;
  height: 100%;
  box-shadow:0px 0px 12px 2px rgba(0,0,0,0.1);
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 40em) {
  .o-products-item {
    padding: 1.25rem;
  }
}
.o-products-item--new:before {
  content: 'NEW';
  padding-top: 9px;
  padding-right: 2px;
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(219,2,71,0) 50%,rgba(219,2,71,1) 51%,rgba(219,2,71,1) 100%);
  color: #ffffff;
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  box-sizing: border-box;
}
@media (min-width: 40em) {
  .o-products-item--new:before {
    padding-top: 13px;
    padding-right: 7px;
    width: 75px;
    height: 75px;
    font-size: 13px;
  }
}

.o-products-item__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
}
.o-products-item__thumbnail {
  margin-bottom: 1rem;
  padding-right: 0.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.25rem;
  border-bottom: 1px solid #C9C9C9;
}
.o-products-item__thumbnail-inner {
  height: 90px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 1000ms 0s ease;
}
@media (min-width: 40em) {
  .o-products-item__thumbnail-inner {
    height: 180px;
  }
}
.o-products-item:hover .o-products-item__thumbnail-inner {
  transform: scale(1.05);
}
.o-products-item__thumbnail-inner img {
  display: none;
}
.o-products-item__name {
  color: #57ACC9;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.5;
}
@media (min-width: 40em) {
  .o-products-item__name {
    margin-bottom: 0.25rem;
    font-size: 1.05rem;
  }
}
.o-products-item__name br {
  display: none;
}
.o-products-item__tags {
  margin-bottom: 0.5rem;
}
.o-products-item__audition {
  margin-top: auto;
  padding-top: 0.5rem;
}
@media (min-width: 40em) {
  .o-products-item__audition {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.o-products-item__audition a {
  border: 1px solid #b4b4b4;
  border-radius: 100px;
  padding: 5px 5px;
  background-color: #ffffff;
  font-size: 12px;
  color: inherit;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 250ms 0s ease;
  position: relative;
  z-index: 15;
}
@media (min-width: 40em) {
  .o-products-item__audition a {
    font-size: 14px;
  }
}
.o-products-item__audition a:before {
  display: none !important;
}
.o-products-item__audition a:hover {
  background-color: #f0f0f0;
}
.o-products-item__audition a i {
  margin-left: 0.5rem;
  color: #BEBEBE;
}

.o-products-item__price {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.5;
}
@media (min-width: 40em) {
  .o-products-item__price {
    font-size: 0.95rem;
  }
}
.o-products-item__description {
  font-size: 0.75rem;
}
@media (min-width: 40em) {
  .o-products-item__description {
    font-size: inherit;
  }
}

/*-------------------------------
  製品情報詳細
-------------------------------*/
/*--- ヘッダー ---*/
.o-products-detail-header {
  margin-bottom: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #C9C9C9;
}
@media (min-width: 40em) {
  .o-products-detail-header {
    padding-top: 2rem;
    display: flex;
  }
}
.o-products-detail-name {
  margin-bottom: 0.25rem;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 40em) {
  .o-products-detail-name {
    margin-bottom: 0;
    padding-top: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 3rem;
    min-width: 45%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.o-products-detail-name__type {
  font-size: 0.8rem;
}
.o-products-detail-name__title {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-products-detail-name__title {
    font-size: 2rem;
  }
}
.o-products-detail-name__title br {
  display: none;
}
@media (min-width: 40em) {
  .o-products-detail-name__title br {
    display: inline;
  }
}
.o-products-detail-misc {
  text-align: center;
}
@media (min-width: 40em) {
  .o-products-detail-misc {
    padding-left: 3rem;
    min-width: 35%;
    border-left: 3px solid #B5B5B5;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.o-products-detail-price {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: bold;
}
.o-products-detail-tags ul {
  margin-left: 0;
}
.o-products-detail-tags ul li {
  margin-top: 2px;
  margin-right: 0.25rem;
  margin-bottom: 2px;
  display: inline-block;
  padding: 0.15rem 0.75rem;
  background-color: #ccc;
  color: #ffffff;
  font-weight: bold;
}
.o-products-detail-tags ul li:before {
  display: none;
}
.o-products-detail-tags ul li.new {
  background-color: #db0147;
}
.o-products-detail-tags ul li.discontinued {
  background-color: #4a4a4a;
}

/*--- 概要 ---*/
.o-products-detail-description {
  margin-bottom: 1rem;
  font-size: 14px;
  text-align: left;
}
@media (min-width: 40em) {
  .o-products-detail-description {
    margin-bottom: 2.5rem;
    margin-right: auto;
    margin-left: auto;
    width: 70%;
    font-size: 1rem;
  }
}

/*--- 製品写真 ---*/
.o-products-detail-images {
  margin-bottom: 2.5rem;
}
@media (min-width: 40em) {
  .o-products-detail-images {
    margin-bottom: 5rem;
  }
}
.o-products-detail-images--no {
  text-align: center;
}
.o-products-detail-images__slider {
  padding-bottom: 3rem !important;
}
.o-products-detail-images .swiper-button-next,
.o-products-detail-images .swiper-button-prev {
  display: none;
  width: 16px;
  height: 32px;
}
@media (min-width: 40em) {
  .o-products-detail-images .swiper-button-next,
  .o-products-detail-images .swiper-button-prev {
    width: 22px;
    height: 44px;
  }
}
.o-products-detail-images .swiper-button-next:after,
.o-products-detail-images .swiper-button-prev:after {
  color: #323232;
  font-size: 32px;
}
@media (min-width: 40em) {
  .o-products-detail-images .swiper-button-next:after,
  .o-products-detail-images .swiper-button-prev:after {
    font-size: 45px;
  }
}
.o-products-detail-images .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #797979;
  opacity: 1;
}
.o-products-detail-images .swiper-pagination-bullet-active {
  background: #797979;
}
.o-products-detail-images__item {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 40em) {
  .o-products-detail-images__item {
    margin-right: 5rem;
    margin-left: 5rem;
    height: 500px;
  }
}
.o-products-detail-images__item a {
  display: block;
  height: 100%;
}
.o-products-detail-images__item img {
  display: none;
}

/*--- タブ ---*/
.o-products-detail-tabs-contents {
  z-index: 10;
}
.o-products-detail-tabs {
  margin-bottom: 4rem;
  background-color: #1B8E5F;
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
@media (min-width: 40em) {
  .o-products-detail-tabs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.o-products-detail-tabs ul {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 40em) {
  .o-products-detail-tabs ul {
    margin-right: 0;
    margin-left: 0;
    border-bottom: none;
  }
}
.o-products-detail-tabs ul li {
  margin-bottom: -1px;
  width: 25%;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.o-products-detail-tabs ul li:before {
  display: none;
}
@media (min-width: 40em) {
  .o-products-detail-tabs ul li {
    margin-bottom: 0;
    width: auto;
    max-width: 20%;
    min-width: 10%;
    border-bottom: none;
    flex: 1;
  }
}
.o-products-detail-tabs ul li:nth-child(4n) {
  border-right: none;
}
@media (min-width: 40em) {
  .o-products-detail-tabs ul li:nth-child(4n) {
    border-right: 1px solid #ffffff;
  }
}
.o-products-detail-tabs ul li a {
  padding: 0.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
}
@media (min-width: 40em) {
  .o-products-detail-tabs ul li a {
    font-size: 1rem;
  }
}
.o-products-detail-tabs ul li a:hover {
  background: #ffffff;
  text-align: center;
  color: #1B8E5F;
}

.o-products-detail-contents__item {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #C9C9C9;
  clear: both;
}
.o-products-detail-contents__item:after {
  content: '';
  display: table;
  clear: both;
}
.o-products-detail-contents__heading {
  margin-bottom: 2rem;
  border-bottom: 1px solid #C9C9C9;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 40em) {
  .o-products-detail-contents__heading {
    font-size: 25px;
  }
}
.o-products-detail-contents__body .c-banner-slider {
  padding-top: 0 !important;
}

/*--- 動画 ---*/
.o-products-detail-movies__slider {
  padding-bottom: 3rem !important;
}
.o-products-detail-movies .swiper-button-next,
.o-products-detail-movies .swiper-button-prev {
  display: none;
  width: 16px;
  height: 32px;
}
@media (min-width: 40em) {
  .o-products-detail-movies .swiper-button-next,
  .o-products-detail-movies .swiper-button-prev {
    width: 22px;
    height: 44px;
  }
}
.o-products-detail-movies .swiper-button-next:after,
.o-products-detail-movies .swiper-button-prev:after {
  color: #323232;
  font-size: 32px;
}
@media (min-width: 40em) {
  .o-products-detail-movies .swiper-button-next:after,
  .o-products-detail-movies .swiper-button-prev:after {
    font-size: 45px;
  }
}
.o-products-detail-movies .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #797979;
  opacity: 1;
}
.o-products-detail-movies .swiper-pagination-bullet-active {
  background: #797979;
}
.o-products-detail-movies__item {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 40em) {
  .o-products-detail-movies__item {
    width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
}

/*-------------------------------
  検索フォーム
-------------------------------*/
.o-search-form {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #F0F0F0;
}
@media (min-width: 40em) {
  .o-search-form {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.o-search-form__heading {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #bebebe;
  font-size: 1.5rem;
}
@media (min-width: 40em) {
  .o-search-form__heading {
    margin-bottom: 2rem;
    padding-left: 10rem;
    padding-right: 10rem;
    font-size: 2rem;
  }
}
.o-search-form form {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media (min-width: 40em) {
  .o-search-form form {
    padding-right: 0;
    padding-left: 0;
  }
}
.o-search-form dl {
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 40em) {
  .o-search-form dl {
    margin-bottom: 2rem;
  }
}
.o-search-form dt {
  margin-bottom: 0.75rem;
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-search-form dt {
    margin-bottom: 1.25rem;
  }
}
.o-search-form dd {
  margin-bottom: 2rem;
}
@media (min-width: 40em) {
  .o-search-form dd {
    margin-bottom: 1.25rem;
  }
}
.o-search-form label {
  margin-right: 0.75rem;
  display: inline-block;
}

/*-------------------------------
  ページャー
-------------------------------*/
.o-results-num {
  margin-bottom: 0.5rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  font-weight: bold;
  font-size: 1rem;
  color: #db0548;
}
@media (min-width: 40em) {
  .o-results-num {
    padding-right: 0;
    padding-left: 0;
  }
}
.o-results-current {
  margin-bottom: 2rem;
  padding-top: 1rem;
}
@media (min-width: 40em) {
  .o-results-current {
    font-size: 1rem;
  }
}
.o-pager {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 40em) {
  .o-pager {
    font-size: 1.1rem;
  }
}
.o-pager .u-icon {
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  position: relative;
  top: 1px;
}
@media (min-width: 40em) {
  .o-pager .u-icon {
    width: 1.1rem;
    height: 1.1rem;
    top: 4px;
  }
}
.o-pager .u-icon.u-icon--arrow-left:before,
.o-pager .u-icon.u-icon--arrow-right:before {
  content: '';
  width: 75%;
  height: 75%;
  display: block;
  position: absolute;
  top: 0.1rem;
}
.o-pager .u-icon.u-icon--arrow-left:before {
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  transform: rotate(-45deg);
  left: 0.35rem;
}
.o-pager .u-icon.u-icon--arrow-right:before {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
  right: 0.35rem;
}
.o-pager a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #db0548;
  display: inline-block;
}
.o-pager a.prev,
.o-pager a.next {
  color: inherit;
}
.o-pager .dots {
  color: #db0548;
}

/*-------------------------------
  取扱店
-------------------------------*/
/*--- 検索結果 ---*/
.o-store-results__notice {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media (min-width: 40em) {
  .o-store-results__notice {
    padding-right: 0;
    padding-left: 0;
  }
}

.o-store-result-item {
  margin-bottom: 1.25rem;
  padding: 1.5rem;
  box-shadow:0px 0px 12px 2px rgba(0,0,0,0.1);
  display: flex;
  flex-wrap: wrap;
}
.o-store-result-item__name {
  margin-bottom: 0.5rem;
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
}
@media (min-width: 40em) {
  .o-store-result-item__name {
    font-size: 1.5rem;
  }
}
.o-store-result-item__body {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 40em) {
  .o-store-result-item__body {
    margin-bottom: 0;
    padding-right: 4.5rem;
    width: 62.5%;
  }
}
.o-store-result-item__body > div {
  padding: 0.5rem;
  border-top: 1px solid #DBDBDB;
  word-wrap: break-word;
  word-break: break-all;
}
.o-store-result-item__body .gmap {
  color: #db0548;
  cursor: pointer;
}
.o-store-result-item__category {
  width: 100%;
}
@media (min-width: 40em) {
  .o-store-result-item__category {
    padding-right: 2rem;
    width: 37.5%;
  }
}
.o-store-result-item__category-heading {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: bold;
  color: #AAAAAA;
}
.o-store-result-item__category ul {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.o-store-result-item__category li {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  padding: 2px;
  width: calc(50% - 0.25rem);
  background-color: #B3B3B3;
  border-radius: 5px;
  text-align: center;
  font-size: 0.9rem;
  color: #ffffff;
}
.o-store-result-item__category li:before {
  display: none;
}
.o-store-result-item__category li.on {
  background-color: #1b8e5f;
}

/*-------------------------------
  FAQ
-------------------------------*/
.o-faq-list-item {
  margin-bottom: 1.5rem;
  padding: 1rem;
  box-shadow:0px 0px 12px 2px rgba(0,0,0,0.1);
  position: relative;
}
.o-faq-list-item__link {
  text-indent: -100%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-size: 0;
}
.o-faq-list-item__title {
  margin-bottom: 0.75rem;
  border-bottom: 2px solid #E5E5E5;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
}
@media (min-width: 40em) {
  .o-faq-list-item__title {
    font-size: 1.25rem;
  }
}
.o-faq-list-item__title:after {
  content: '';
  width: 2.5rem;
  height: 2px;
  background-color: #1B8E5F;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.o-faq-list-item__title-inner {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 48px;
}
@media (min-width: 40em) {
  .o-faq-list-item__title-inner {
    min-height: 58px;
    padding-left: 64px;
  }
}
.o-faq-list-item__title-inner:before {
  content: 'Q';
  width: 32px;
  height: 32px;
  background-color: #1B8E5F;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 40em) {
  .o-faq-list-item__title-inner:before {
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
  }
}
.o-faq-list-item__title-inner:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #1B8E5F transparent transparent transparent;
  transform: rotate(-45deg);
  position: absolute;
  left: 23px;
  top: 27px;
}
@media (min-width: 40em) {
  .o-faq-list-item__title-inner:after {
    left: 41px;
    top: 45px;
  }
}
.o-faq-list-item__product-category {
  font-weight: normal;
  font-size: 0.85rem;
  color: #DC0548;
}
.o-faq-list-item__excerpt {
  font-size: 1rem;
}

/*--- 詳細ページ ---*/
.o-faq-detail {
  margin-bottom: 3rem;
}
.o-faq-detail-title {
  margin-bottom: 0.75rem;
  border-bottom: 2px solid #E5E5E5;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
}
@media (min-width: 40em) {
  .o-faq-detail-title {
    font-size: 1.25rem;
  }
}
.o-faq-detail-title:after {
  content: '';
  width: 2.5rem;
  height: 2px;
  background-color: #1B8E5F;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.o-faq-detail-title-inner {
  margin-bottom: 0.5rem;
  padding-left: 40px;
  position: relative;
}
@media (min-width: 40em) {
  .o-faq-detail-title-inner {
    padding-left: 64px;
  }
}
.o-faq-detail-title-inner:before {
  content: 'Q';
  width: 32px;
  height: 32px;
  background-color: #1B8E5F;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 40em) {
  .o-faq-detail-title-inner:before {
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
  }
}
.o-faq-detail-title-inner:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #1B8E5F transparent transparent transparent;
  transform: rotate(-45deg);
  position: absolute;
  left: 23px;
  top: 27px;
}
@media (min-width: 40em) {
  .o-faq-detail-title-inner:after {
    left: 41px;
    top: 45px;
  }
}
.o-faq-detail-answer {
  margin-bottom: 1rem;
}
@media (min-width: 40em) {
  .o-faq-detail-answer {
    margin-bottom: 2rem;
  }
}
.o-faq-detail-types {
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  text-align: right;
  color: #B4B4B4;
  border-bottom: 1px solid #E4E4E4;
}
@media (min-width: 40em) {
  .o-faq-detail-types {
    padding-bottom: 2rem;
  }
}

/*-------------------------------
  ダウンロード
-------------------------------*/
.o-download-list__header {
  margin: 0;
  padding: 8px 12px;
  background-color: #dcdcdc;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0;
  color: inherit
}
.o-download-list-items {
  margin-bottom: 2rem;
}
.o-download-list-item {
  border-bottom: 1px solid #dddddd;
  display: flex;
  flex-direction: column;
}
@media (min-width: 40em) {
  .o-download-list-item {
    flex-direction: row;
  }
}
.o-download-list-item__title {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  flex: 1;
}
.o-download-list-item__types {
  padding-top: 0.25em;
  padding-right: 0.75em;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  margin-left: auto;
}
@media (min-width: 40em) {
  .o-download-list-item__title,
  .o-download-list-item__types {
    padding: 0.75rem;
  }
}
.o-download-list-item__types ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.o-download-list-item__types ul li {
  margin: 0 3px;
  padding: 2px 10px;
  background-color: #dcdcdc;
  border-radius: 3px;
  font-size: 0.75rem;
  color: #ffffff;
}
.o-download-list-item__types ul li:before {
  padding: 0;
  display: none;
}
.o-download-list-item__types ul li.type-manual {
  background-color: #eb673f;
}
.o-download-list-item__types ul li.type-catalog {
  background-color: #f19d19;
}
.o-download-list-item__types ul li.type-data {
  background-color: #2dc2c0;
}
.o-download-list-item__types ul li.disabled {
  background-color: #dcdcdc;
}

/*-------------------------------
  楽器活用例
-------------------------------*/
.o-utilization-index-header {
  margin-top: -3.5rem;
  margin-bottom: 3rem;
}
.o-utilization-index-category__heading {
  margin-top: 1px;
  margin-bottom: -1px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 0.9rem;
  border-bottom: 1px solid #F0F0F0;
  cursor: pointer;
}
@media (min-width: 40em) {
  .o-utilization-index-category__heading {
    font-size: 1.75rem;
  }
}
.o-utilization-index-category__heading-toggle {
  margin-left: auto;
  padding: 0.15rem 0.5rem;
  width: 80px;
  border: 1px solid #b4b4b4;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: normal;
  text-align: center;
  transition: all 300ms 0s ease;
  flex-shrink: 0;
}
@media (min-width: 40em) {
  .o-utilization-index-category__heading-toggle {
    padding: 0.25rem 1rem;
    width: 150px;
    font-size: 0.9rem;
  }
}
.o-utilization-index-category__heading:hover .o-utilization-index-category__heading-toggle {
  background-color: #f0f0f0;
}
.o-utilization-index-category__heading-toggle:before {
  content: '開く';
  margin-right: 0.5rem;
}
@media (min-width: 40em) {
  .o-utilization-index-category__heading-toggle:before {
    content: '一覧を見る';
  }
}
.o-utilization-index-category__heading-toggle:after {
  content: '\f055';
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #BEBEBE;
}
.o-utilization-index-category__heading--opened .o-utilization-index-category__heading-toggle:before {
  content: '閉じる';
}
@media (min-width: 40em) {
  .o-utilization-index-category__heading--opened .o-utilization-index-category__heading-toggle:before {
    content: '一覧を閉じる';
  }
}
.o-utilization-index-category__heading--opened .o-utilization-index-category__heading-toggle:after {
  content: '\f056';
}
.o-utilization-index-category__heading-icon {
  display: block;
  margin-right: 0.5rem;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
@media (min-width: 40em) {
  .o-utilization-index-category__heading-icon {
    margin-right: 1.5rem;
    width: 100px;
    height: 100px;
  }
}
.o-utilization-index-category__heading-icon img {
  display: none;
}
.o-utilization-index-category__list {
  margin-bottom: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: none;
}
@media (min-width: 40em) {
  .o-utilization-index-category__list {
    margin-bottom: 0;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }
}
.o-utilization-index-item {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  height: 100%;
  background-color: #ffffff;
  box-shadow:0px 0px 12px 2px rgba(0,0,0,0.1);
  position: relative;
}
.o-utilization-index-item__thumbnail {
  margin-bottom: 1rem;
  padding-top: 61.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 40em) {
  .o-utilization-index-item__thumbnail {
    padding-top: 0;
    height: 190px;
  }
}
.o-utilization-index-item__thumbnail img {
  display: none;
}
.o-utilization-index-item__title {
  margin-bottom: 0.5rem;
  padding: 0 1rem;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40em) {
  .o-utilization-index-item__title {
    font-size: 1.25rem;
  }
}
.o-utilization-index-item__title br {
  display: none;
}
.o-utilization-index-item__supervision {
  margin-bottom: 0.5rem;
  padding: 0 1rem;
  font-size: 0.7rem;
  color: #1A8E5F;
  display: flex;
}
.o-utilization-index-item__supervision span {
  margin-right: 0.5rem;
  margin-bottom: auto;
  padding: 0 0.75rem;
  display: inline-block;
  border: 1px solid #1A8E5F;
  border-radius: 100px;
  white-space: nowrap;
}
.o-utilization-index-item__outline {
  margin-bottom: 0.5rem;
  padding: 0 1rem;
  font-size: 0.85rem;
}
.o-utilization-index-item__link {
  text-indent: -1000%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.o-utilization-detail-category {
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 1.5rem;
}
@media (min-width: 40em) {
  .o-utilization-detail-category {
    margin-bottom: 1.25rem;
    text-align: left;
  }
}
.o-utilization-detail-header {
  margin-bottom: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 40em) {
  .o-utilization-detail-header {
    margin-bottom: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.o-utilization-detail-header__subtitle {
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
}
@media (min-width: 40em) {
  .o-utilization-detail-header__subtitle {
    margin-bottom: 1rem;
    font-size: inherit;
  }
}
.o-utilization-detail-header__title {
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 40em) {
  .o-utilization-detail-header__title {
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
    line-height: inherit;
  }
}
.o-utilization-detail-header__supervision {
  color: #1A8E5F;
  font-size: 0.7rem;
  display: flex;
}
@media (min-width: 40em) {
  .o-utilization-detail-header__supervision {
    margin-bottom: 2rem;
    font-size: inherit;
  }
}
.o-utilization-detail-header__supervision span {
  margin-bottom: auto;
  margin-right: 0.5rem;
  padding: 0 0.25rem;
  display: inline-block;
  border: 1px solid #1A8E5F;
  border-radius: 100px;
  font-size: 0.7rem;
  line-height: 1.25;
  vertical-align: middle;
  white-space: nowrap;
}
@media (min-width: 40em) {
  .o-utilization-detail-header__supervision span {
    padding: 0 0.75rem;
    line-height: inherit;
  }
}
.o-utilization-detail-header__outline {
  font-size: 0.75rem;
}
@media (min-width: 40em) {
  .o-utilization-detail-header__outline {
    font-size: inherit;
  }
}
.o-utilization-detail-header__image {
  text-align: right;
}
.o-utilization-detail-content {
  margin-bottom: 4rem;
}
.o-utilization-detail-products {
  margin-bottom: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 40em) {
  .o-utilization-detail-products {
    margin-bottom: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.o-utilization-detail-products__heading {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 4px;
  line-height: 1.5;
}
@media (min-width: 40em) {
  .o-utilization-detail-products__heading {
    font-size: 2rem;
  }
}
.o-utilization-detail-products__heading span {
  font-size: 0.7rem;
  display: block;
}
@media (min-width: 40em) {
  .o-utilization-detail-products__heading span {
    font-size: 1rem;
  }
}
.o-utilization-detail-products-item {
  position: relative;
}
.o-utilization-detail-products-item__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.o-utilization-detail-products-item__thumbnail {
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  background-color: #ffffff;
  box-shadow:0px 0px 12px 2px rgba(0,0,0,0.1);
}
.o-utilization-detail-products-item__thumbnail--noimage {
  background-image: url(../img/pages/products/no-image.png);
  background-size: cover;
  background-position: center;
}
.o-utilization-detail-products-item__thumbnail-inner {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 1000ms 0s ease;
}
.o-utilization-detail-products-item:hover .o-utilization-detail-products-item__thumbnail-inner {
  transform: scale(1.05);
}
.o-utilization-detail-products-item__thumbnail-inner img {
  display: none;
}
.o-utilization-detail-products-item__name {
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: bold;
}

.o-utilization-detail-tolist {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.o-utilization-detail-tolist a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: block;
  background-color: #ffffff;
  box-shadow:0px 0px 12px 2px rgba(0,0,0,0.1);
  color: inherit;
  font-size: 1.25rem;
  text-align: center;
  text-decoration: none;
  position: relative;
}
@media (min-width: 40em) {
  .o-utilization-detail-tolist a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
.o-utilization-detail-tolist a:after {
  content: '';
  margin-left: 0.5rem;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  display: block;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  top: 50%;
  right: 1rem;
}
@media (min-width: 40em) {
  .o-utilization-detail-tolist a:after {
    right: 2rem;
  }
}

/*-------------------------------
  動画コンテンツ
-------------------------------*/
.o-tv-item {
  position: relative;
  font-size: 0.8rem;
}
.o-tv-item__thumbnail {
  margin-bottom: 0.5rem;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.o-tv-item__thumbnail img {
  display: none;
}
.o-tv-item__title {
  color: #57ABC7;
}
.o-tv-item__title i {
  color: #323232;
}
.o-tv-item:hover .o-tv-item__title {
  text-decoration: underline;
}
.o-tv-item__link {
  display: block;
  text-indent: -1000%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*-------------------------------
  製品カタログ
-------------------------------*/
.o-catelog-heading--current:after,
.o-catelog-table--current th {
  background-color: #4DABC3 !important;
  color: #ffffff;
}
.o-catelog-heading--continue:after,
.o-catelog-table--continue th {
  background-color: #EF8C76 !important;
  color: #ffffff;
}
.o-catelog-heading--pdf:after,
.o-catelog-table--pdf th {
  background-color: #EDA433 !important;
  color: #ffffff;
}

/*-------------------------------
  海外向けダウンロード
-------------------------------*/
.c-support-hammond-info ~ p > a:before {
  display: none;
}

/*-------------------------------
  アーティスト紹介
-------------------------------*/
.c-artist-heading {
  margin-top: 5rem;
  margin-bottom: 3.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
}
.c-artist-heading__ja {
  font-size: 0.9rem;
  font-weight: normal;
}
.o-artist-item {
  position: relative;
}
.o-artist-item__thumbnail {
  margin-bottom: 0.5rem;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 40em) {
  .o-artist-item__thumbnail {
    margin-bottom: 1.25rem;
  }
}
.o-artist-item__thumbnail img {
  display: none;
}
.o-artist-item__name {
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-artist-item__name {
    font-size: 1rem;
  }
}
.o-artist-item__name_en {
  font-size: 0.65rem;
  font-weight: normal;
}
@media (min-width: 40em) {
  .o-artist-item__name_en {
    font-size: 0.85rem;
  }
}
.o-artist-item__link {
  text-indent: -1000%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.o-artist_item-modal {
  padding: 1.5rem;
  width: 95vw;
  max-height: 80vh;
  background-color: #ffffff;
  overflow: auto;
}
@media (min-width: 40em) {
  .o-artist_item-modal {
    padding: 3rem;
    width: 800px;
  }
}
.o-artist_item-modal a {
  color: #4AABC6;
}
.o-artist_item-modal__header {
  margin-bottom: 1rem;
}
@media (min-width: 40em) {
  .o-artist_item-modal__header {
    display: flex;
  }
}
@media (min-width: 40em) {
  .o-artist_item-modal__header_body {
    padding-right: 1rem;
    flex: 1;
  }
}
.o-artist_item-modal__area {
  margin-bottom: 1rem;
  color: #30a07b;
  font-size: 0.8rem;
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-artist_item-modal__area {
    margin-bottom: 2rem;
  }
}
.o-artist_item-modal__name {
  margin-bottom: 0.75rem;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 40em) {
  .o-artist_item-modal__name {
    margin-bottom: 1rem;
    font-size: 1.65rem;
  }
}
.o-artist_item-modal__name_en {
  font-size: 0.8rem;
  font-weight: normal;
}
@media (min-width: 40em) {
  .o-artist_item-modal__name_en {
    font-size: 1rem;
  }
}
.o-artist_item-modal__photo {
  margin-right: auto;
  margin-left: auto;
  width: 180px;
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 40em) {
  .o-artist_item-modal__photo {
    margin-right: 0;
  }
}
.o-artist_item-modal__photo img {
  display: none;
}
.o-artist_item-modal__comment,
.o-artist_item-modal__profile,
.o-artist_item-modal__movie,
.o-artist_item-modal__cdetc,
.o-artist_item-modal__officialsite,
.o-artist_item-modal__blog {
  margin-bottom: 1rem;
}
.o-artist_item-modal dl dt {
  font-weight: bold;
}
.o-artist_item-modal__sns {
  display: flex;
}
.o-artist_item-modal__sns a {
  margin-right: 0.75rem;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #ccc;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  display: block;
}
.o-artist_item-modal__sns a.o-artist_item-modal__sns_twitter {
  background-color: #1DA1F2;
}
.o-artist_item-modal__sns a.o-artist_item-modal__sns_facebook {
  background-color: #1877f2;
}
.o-artist_item-modal__sns a.o-artist_item-modal__sns_instagram {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  position: relative;
  overflow: hidden;
}
.o-artist_item-modal__sns a.o-artist_item-modal__sns_instagram:before {
  content: '';
  position: absolute;
  top: 16px;
  left: -18px;
  width: 42px;
  height: 42px;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.o-artist_item-modal__sns a.o-artist_item-modal__sns_instagram i {
  position: relative;
  z-index: 2;
}

/*-------------------------------
  汎用スライダー
-------------------------------*/
.o-common-slider__container {
  padding-bottom: 3rem !important;
}
.o-common-slider__container .swiper-wrapper {
  align-items: center;
}
.o-common-slider__container .swiper-button-next,
.o-common-slider__container .swiper-button-prev {
  width: 16px;
  height: 32px;
}
@media (min-width: 40em) {
  .o-common-slider__container .swiper-button-next,
  .o-common-slider__container .swiper-button-prev {
    width: 22px;
    height: 44px;
  }
}
.o-common-slider__container .swiper-button-next:after,
.o-common-slider__container .swiper-button-prev:after {
  color: #323232;
  font-size: 32px;
}
@media (min-width: 40em) {
  .o-common-slider__container .swiper-button-next:after,
  .o-common-slider__container .swiper-button-prev:after {
    font-size: 45px;
  }
}
.o-common-slider__container .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #797979;
  opacity: 1;
}
.o-common-slider__container .swiper-pagination-bullet-active {
  background: #797979;
}
.o-common-slider-item {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 40em) {
  .o-common-slider-item {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
}
.o-common-slider-item img,
.o-common-slider-item video {
  max-width: 100%;
}
.o-common-slider-item__videoThumbnail {
  display: inline-block;
  position: relative;
}
.o-common-slider-item__videoThumbnail:after {
  content: '\f144';
  font-size: 4rem;
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 1px #333);
}
@media (min-width: 40em) {
  .o-common-slider-item__videoThumbnail:after {
    font-size: 6rem;
  }
}

/* リスムカード */
.c-rhythmcard {
  position: relative;
  cursor: pointer;
}
.c-rhythmcard::before {
  content: '';
  margin-top: -1.125rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #EE878A;
  border-radius: 100%;
  background-color: #EE878A;
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 2;
}
.c-rhythmcard::after {
  content: '\f04b';
  margin-top: -1.125rem;
  width: 38px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 1rem;
  line-height: 38px;
  z-index: 3;
}
@media (min-width: 40em) {
  .c-rhythmcard::before,
  .c-rhythmcard::after {
    right: 1.5rem;
  }
}
.c-rhythmcard--paused::before {
  background-color: #ffffff;
}
.c-rhythmcard--paused::after {
  content: '\f04c';
  color: #EE878A;
}

.c-rhythmcard--level2::before {
  border-color: #D98D39;
  background-color: #D98D39;
}
.c-rhythmcard--level2.c-rhythmcard--paused::before {
  background-color: #ffffff;
}
.c-rhythmcard--level2.c-rhythmcard--paused::after {
  color: #D98D39;
}

.c-rhythmcard .plyr,
.c-rhythmcard + .plyr {
  display: none;
}
