﻿@charset "UTF-8";

.sp-only{
  display: none;
}

/* fade image in after load */
.lazyload {
  opacity: 0;
}
.lazyloading {
  opacity: 1;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

/* よくあるご質問 */
.block-faq {
  width: 1200px;
  margin: 24px auto 80px;
}
.block-faq h1 {
  margin-bottom: 9px;
}
.block-faq-intro {
  margin: 0 0 68px;
}
.block-faq-intro--text {
  margin: 0 0 30px;
}
.block-faq-intro--nav {
  display: flex;
  flex-wrap: wrap;
}
.block-faq-intro--nav li {
  width: 285px;
  margin: 0 20px 12px 0;
}
.block-faq-intro--nav li:nth-child(4n) {
  margin-right: 0;
}
.block-faq-intro--nav li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.block-faq-intro--nav li a {
  display: block;
  border: 1px solid #dedede;
  border-radius: 5px;
  text-align: center;
  padding: 27px 0;
}
.block-faq-intro--nav li a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-faq-intro--nav li span {
  position: relative;
  font-size: 16px;
  padding: 0 17px 0 0;
}
.block-faq-intro--nav li span:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
}
.block-faq-section:not(:last-child) {
  margin: 0 0 68px;
}
.block-faq-section dl:not(:last-child) {
  margin: 0 0 4px;
}
.block-faq-section dt {
  position: relative;
  background: #f0f0f0;
  padding: 10px 24px;
  cursor: pointer;
}
.block-faq-section dt:before,
.block-faq-section dt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background: #111;
  transition: .3s ease;
}
.block-faq-section dt:after {
  transform: rotate(90deg);
}
.block-faq-section dt.open:after {
  transform: rotate(180deg);
}
.block-faq-section dt span {
  position: relative;
  font-size: 18px;
  padding: 0 0 0 40px;
}
.block-faq-section dt span:before {
  content: "Q.";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 20px;
}
.block-faq-section dd {
  display: none;
  position: relative;
  padding: 0 64px;
  margin: 16px 0 28px;
}
.block-faq-section dd:before {
  content: "A.";
  position: absolute;
  top: -4px;
  left: 27px;
  font-size: 20px;
}
.block-faq-section dd p:not(:last-child) {
  margin: 0 0 22px;
}
.block-faq-section dd p span {
  color: #d53100;
}
.block-faq-section dd a {
  text-decoration: underline;
}
.block-faq-section dd a:hover {
  text-decoration: none;
}

/* ご利用ガイド */
.block-common-page{
  padding: 0 0 80px;
}

.block-common-page h1{
  margin: 24px 0 40px;
}

.block-common-nav{
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin: 0 0 80px;
}

.block-common-nav__item{
  width: calc((100% - 72px) / 4);
}

.block-common-nav__item a{
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.3;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  border-radius: 30px;
  padding: 4px 40px 4px 32px;
  position: relative;
}

.block-common-nav__item.long-txt a{
  font-size: clamp(0.813rem, 0.25rem + 0.63vw, 1rem);
}

.block-common-nav__item a::after{
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  position: absolute;
  top: calc(50% - 1px);
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
}

.block-common-contents + .block-common-contents{
  margin-top: 100px;
}

h2.block-common-headline{
  font-size: 24px;
  border-bottom: 1px solid #CCC;
  margin: 0 0 24px;
  padding: 0 0 12px;
}

h3.block-common-headline{
  font-size: 18px;
  background: #F5F5F5;
  border-left: 2px solid var(--color-main);
  margin: 0 0 24px;
  padding: 12px 16px 12px 14px;
}

h4.block-common-headline{
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 10px;
}

h4.block-common-headline::before{
  content: "";
  width: 6px;
  height: 6px;
  background: var(--color-main);
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  margin-top: 10px;
}

.block-common__desc > * + *{
  margin: 20px 0 0;
}

.block-common__desc:not(:last-child){
  margin: 0 0 60px;
}

.block-common__list-nav > * + *{
  margin-top: 12px;
}

.block-common__list-nav a{
  color: #707070;
  text-decoration: underline;
}

.block-common__list-nav a::before{
  content: "・";
  display: inline-block;
}

.block-common-contents .notes{
  font-size: 15px;
  color: #707070;
}

.block-common-contents .notes li{
  text-indent: -1em;
  padding-left: 1em;
}

.block-common-contents a{
  color: #707070;
  text-decoration: underline;
}

.block-common-contents a:hover{
  text-decoration: none;
  opacity: 1;
}

.block-common__num-list{
  counter-reset: num;
}

.block-common__num-list > * + *{
  margin: 20px 0 0;
}

.block-common__num-list li{
  counter-increment: num;
  text-indent: -1em;
  padding-left: 1em;
}

.block-common__num-list li::before{
  content: counter(num) ".";
  margin-right: 4px;
}

.block-common__border-frame{
  border: 1px solid #CCC;
  padding: 20px 32px;
}

.block-common__border-frame-ttl{
  font-weight: bold;
  margin: 0 0 16px;
}

.block-common__desc dl dt{
  font-weight: bold;
  margin: 0 0 4px;
}

.block-common__desc dl dd + dt{
  margin-top: 16px;
}

/* プライバシーポリシー */
.block-privacy {
  width: 1200px;
  margin: 24px auto 80px;
}

.block-privacy h1 {
  margin-bottom: 9px;
}

.block-privacy h2 {
  font-size: 18px;
  padding: 0 0 12px;
  margin: 0 0 16px;
  border-bottom: 1px solid #dedede;
}

.block-privacy-section:not(:last-child) {
  margin: 0 0 68px;
}

.block-privacy-section--text p:not(:last-child) {
  margin: 0 0 22px;
}

/* アーティスト検索 */
.artists{
  padding: 0 0 80px;
}

.artists h1{
  margin: 24px 0 60px;
}

.artists-filter{
  margin: 0 0 80px;
}

.artists-filter__tab{
  display: flex;
  gap: 6px;
  margin: 0 0 60px;
  position: relative;
}

.artists-filter__tab::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #CCC;
}

.artists-filter__tab-item{
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  border: 1px solid #CCC;
  border-radius: 12px 12px 0 0;
  border-bottom-color: #FFF;
  overflow: hidden;
  position: relative;
}

.artists-filter__tab-item.is-active{
  z-index: 1;
}

.artists-filter__tab-item button{
  font-size: 17px;
  font-weight: bold;
  width: 100%;
  height: 64px;
  background: #FFF;
  border: none;
  outline: none;
}

.artists-filter__tab-item:not(.is-active) button{
  background: #F5F5F5;
  cursor: pointer;
  transition: background-color .3s;
}

.artists-filter__tab-item:not(.is-active) button:hover{
  background: #FFF;
}

.artists-filter__letters{
  padding: 0 64px;
}

.artists-filter__letters-list{
  display: none;
  max-width: 1072px;
  margin: 0 auto;
}

.artists-filter__letters-list.is-active{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.artists-filter__letters-item button{
  font-size: 20px;
  font-weight: bold;
  width: 64px;
  height: 64px;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  cursor: pointer;
}

.artists-filter__letters-item.is-active button{
  color: var(--color-accent);
  background: #F5FAFF;
  border: 2px solid var(--color-accent);
  cursor: auto;
}

.artists-filter__letters-list[data-sort="genre"] .artists-filter__letters-item{
  width: calc((100% - 80px) / 5);
}

.artists-filter__letters-list[data-sort="genre"] .artists-filter__letters-item button{
  width: 100%;
}

.artists-results{
  border-bottom: 1px solid #CCC;
}

.artists-results:has(.artists-results__ttl){
  border-bottom: 0;
}

.artists-results__head{
  display: flex;
  align-items: flex-end;
  gap: 64px;
  border-bottom: 1px solid #CCC;
  margin: 0 0 60px;
  padding: 0 0 16px;
}

.artists-results__ttl{
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  gap: 24px;
}

.artists-results__letters{
  font-size: 28px;
}

.artists-results__num{
  font-size: 14px;
  line-height: 1;
}

.artists-results__total{
  font-size: 24px;
  font-weight: bold;
  margin-inline: 4px;
}

.artists-results__body:has(.artists-results__list-item){
  border-bottom: 1px solid #CCC;
}

.artists-results__list{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.artists-results__list:has(.artists-results__list-item){
  margin: 0 0 80px;
}

.artists-results__list-item{
  width: calc((100% - 100px) / 3);
}

.artists-results__list-item a{
  font-size: 18px;
  color: #808080;
  text-decoration: underline;
}

/* 特定商取引法に基づく表記 */
.block-specifiedcommercialtransactions-txt{
  margin: 0 0 40px;
}

.block-specifiedcommercialtransactions__cont dt{
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  margin: 0 0 24px;
  padding: 0 0 12px;
}

.block-specifiedcommercialtransactions__cont dd .strong{
  font-size: 18px;
  font-weight: bold;
}

.block-specifiedcommercialtransactions__cont dd >  * + *{
  margin-top: 16px;
}

.block-specifiedcommercialtransactions__contact-ttl{
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 16px;
}

/* SNS */
.block-common-contents.--sns-contents{
  display: flex;
  gap: 40px 60px;
  flex-wrap: wrap;
}

.block-common-contents.--sns-contents .block-common__desc-group{
  width: calc((100% - 60px) / 2);
  border-bottom: 1px solid #CCC;
  padding: 0 0 40px;
}

.block-sns-headline{
  position: relative;
  margin: 0 0 24px;
  padding-left: 48px;
}

.block-sns-headline::before{
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  filter: brightness(0);
}

.block-sns-headline--x::before{
  background: url(../../img/usr/common/x_w.png) center center / contain no-repeat;
}

.block-sns-headline--facebook::before{
  background: url(../../img/usr/common/facebook_w.png) center center / contain no-repeat;
}

.block-sns-headline--tiktok::before{
  background: url(../../img/usr/common/tiktok_w.png) center center / contain no-repeat;
}

.block-sns-headline--youtube::before{
  background: url(../../img/usr/common/youtube_w.png) center center / contain no-repeat;
}

.block-sns-headline--line::before{
  background: url(../../img/usr/common/line_w.png) center center / contain no-repeat;
}

.block-sns-headline--instagram::before{
  background: url(../../img/usr/common/instagram_w.png) center center / contain no-repeat;
}

.block-sns__list > * + *{
  margin: 12px 0 0;
}

/* サイトマップ */
.block-common-contents.--sitemap-contents{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.block-common-contents.--sitemap-contents .block-common__desc-group{
  width: calc((100% - 120px) / 4);
}

.block-sitemap-headline{
  font-size: 24px;
  margin: 0 0 24px;
}

.block-sitemap__list > * + *{
  margin: 8px 0 0;
}

.block-sitemap__list li.external-link a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../img/usr/common/ico_external.png) center center / contain no-repeat;
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: 3px;
  filter: invert(0.6);
}

.block-sitemap__list li span{
  color: #707070;
}

.block-sitemap__list li .block-dynamic-genre--body{
  padding-left: 1em;
}

.block-sitemap__list li .block-dynamic-genre--body > * + * {
  margin: 4px 0 0;
}

/* ---------------------------------------
	ランディングページ
---------------------------------------- */
/* common */
.pane-landingpage-contents {
  background: #fff;
}
.block-landingpage h2[class^="block-landingpage"] {
  margin: 60px 0 20px 0;
  padding: 0;
  border: none;
}
.block-landingpage .block-landingpage-login--member h2.block-landingpage-login--member-header,
.block-landingpage h2.block-landingpage-form--goods-title,
.block-landingpage h2.block-landingpage-form--guest-title {
  margin-top: 0;
}
.block-landingpage .block-landingpage--dest-amazonpay h3,
.block-landingpage #method_spec h3,
.block-landingpage #method_pay h3 {
  padding: 0;
  margin: 0 0 20px 0;
  border: none;
}
.block-landingpage .block-landingpage-login--member-message {
  font-size: 18px;
  text-align: center;
}
.block-landingpage .block-landingpage-login--ask-password {
  font-size: 16px;
  text-align: center;
}
.block-landingpage .block-landingpage-login--ask-password a {
  text-decoration: underline;
}
.block-landingpage .block-landingpage-login--first-time-message {
  font-size: 18px;
  text-align: center;
}
.block-landingpage .block-landingpage-form--sales-append-content,
.block-landingpage .fieldset.block-landingpage-login--guest-info,
.block-landingpage .block-landingpage-other--dest-input {
  padding: 0;
  margin: 0;
  border: none;
}
.block-landingpage .block-landingpage-other--dest {
  margin: 30px 0 10px;
  padding: 20px;
  border: none;
}
.block-landingpage .block-landingpage-login--member-body,
.block-landingpage .block-landingpage-login--first-time-body,
.block-landingpage .block-landingpage-form,
.block-landingpage .block-landingpage-login--guest-body,
.block-landingpage .block-landingpage-form--spec-content,
.block-landingpage .block-landingpage-form--payment-content {
  border: #dcdcdc 2px solid;
}
.block-landingpage-form--spec-content dl dt {
  float: left;
}
.block-landingpage-form--spec-content dl dd {
  margin-left: 8em;
}
.block-landingpage input {
  max-width: 600px;
}
.pane-landingpage-contents #frmLP .action-buttons.order {
  margin: 60px 0 80px;
}
.pane-landingpage-contents .action-buttons .btn.btn-primary {
  width: 520px;
  padding: 20px 0;
  border-radius: 3px;
  font-size: 20px;
  text-align: center;
}

/* lightbox.css override */
/*  Preload images */
body:after {
  content: url(../../img/sys/close.png) url(../../img/sys/loading.gif) url(../../img/sys/prev.png) url(../../img/sys/next.png);
  display: none;
}

body .lightboxOverlay {
  z-index: 99999;
}

body .lightbox {
  z-index: 100000;
  display: flex;
  flex-direction: column;
}

body .lb-dataContainer {
  order: -1;
  margin-bottom: 5px;
}

body .lightbox .lb-caption{
  display: none !important;
}

body .lb-data .lb-close {
  background: none;
  position: relative;
}

body .lb-data .lb-close::before,
body .lb-data .lb-close::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
}

body .lb-data .lb-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

body .lb-data .lb-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

body .lb-data .lb-details {
  padding-top: 5px;
}

body .lb-data .lb-number {
  font-size: 16px;
  color: #FFF;
  padding-bottom: 0;
}

body .lb-nav a {
  background: none;
  opacity: 1;
}

body .lb-nav a.lb-prev {
  width: 60px;
  background: none;
  float: none;
  position: absolute;
  left: -60px;
  opacity: 1;
}

body .lb-nav a.lb-prev::after {
  content: "";
  width: 20px;
  height: 20px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
}

body .lb-nav a.lb-next {
  width: 60px;
  background: none;
  float: none;
  position: absolute;
  right: -60px;
  opacity: 1;
}

body .lb-nav a.lb-next::after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
}