@charset "UTF-8";
/* CSS Document */

.concertseries {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    background-color: #f8f8f8;
}
.concertseries .frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}
.concertseries .div.header {
    margin-top: 0;
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 400px;
    background-image: url(https://xs065945.xsrv.jp/sony/wp-content/themes/smf_ver3/img/single-header/Concert_for_KIDS-header.svg);
    background-size: cover;
    background-position: 50% 50%;
	z-index: 0;
}
.concertseries .frame-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 40px;
    position: relative;
    flex: 0 0 auto;
    margin-top: -40px;
}
.concertseries .frame-92 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-radius: 40px 40px 0px 0px;
    overflow: hidden;
	z-index: 1;
}
.concertseries .frame-93 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 12px;
    padding: 32px 60px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #002c6c;
}
.concertseries .frame-94 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
}
.concertseries .text-wrapper {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "BIZ UDPGothic", Helvetica;
    font-weight: 700;
    color: #ffffff80;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16.0px;
    white-space: nowrap;
}
.concertseries .FEATURE-92 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "BIZ UDPGothic", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16.0px;
    white-space: nowrap;
}
.concertseries .frame-92 {
    background: #fff;
}
.accordion-008 {
    margin-bottom: 0px !important;
}
.concertseries-thats .frame-14 {
    background: #fff !important;
}
.accordion-008[open] p {
    background: #fff !important;
}
.concertseries-thats .frame-12 {
    background: #fff !important;
}
.external-link {
    display: flex;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
    border: 1px solid;
    border-color: #aaaaaa;
    padding: 14px 16px;
}
.external-link {
    display: flex;
    align-items: center; /* アイコンとテキストを横並びに */
    text-decoration: none; /* リンクの下線を消す */
    color: #333; /* テキストの色 */
    font-size: 16px; /* テキストサイズ */
	margin-top: 1.5rem;
}
.link-icon {
    margin-right: 12px; /* アイコンとテキストの間に余白を追加 */
}
.link-icon img {
    width: 30px;
    height: 30px;
}
.text-container {
    display: flex;
    flex-direction: column; /* 公式ブログとURLを縦に並べる */
}
.link-text {
    font-weight: bold;
    margin-bottom: -5px;
}
.link-url {
    font-size: 12px;
    color: rgb(170, 170, 170);
}
.external-link:hover {
    opacity: 0.7;
}
span.link--text-none {
    display: none;
}
.frame-12 > .frame-24 + .line-gray:last-child {
  display: none;
}










@media screen and (max-width: 768px) {
.concertseries .frame-wrapper {
    padding: 0 0.5rem;
}
.concertseries .FEATURE {
    font-size: 1.5rem;
}
.concertseries .frame-93 {
    display: flex;
    padding: 24px;
}
.concertseries .frame-94 {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    margin-top: 10px;
}
.concertseries .frame-93 {
    justify-content: flex-start;
	gap: 0;
}
.accordion-008[open] p {
    font-size: 12px;
    line-height: 1.8;
}
}

