.accordion-001 {
    max-width: 100%;
    background-color: #ffffc6;
text-align: left;
margin: 0 auto;
}
@media screen and (min-width: 960px) {
.accordion-001 {
    max-width: 80%;
    background-color: #ffffc6;
text-align: center;
margin: 0 auto;
}
}


.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #96ef6b;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
line-height: 180%;
}
@media screen and (max-width: 700px) {
.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1em;
    border-radius: 5px;
    background-color: #96ef6b;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
line-height: 160%;
}
}


/* クラスバナーＰＣ　960切り替え*/
.class_imagesbox {
display: block;
max-width: 1200px;
width: 100%;
margin: 0 auto;
}
@media screen and (max-width: 700px) {
.class_imagesbox  {
display: none;
}
}
.class_imagesbox img {
width: 100%;
max-width: 1200px; /* 親要素の幅に合わせて縮小 */
height: auto;   /* アスペクト比を維持 */
}
@media screen and (max-width: 700px) {
.class_imagesbox img {
display: none;
}
}


/* クラスバナーＰＣ　スマホ切り替え*/
.class_imagesbox_s {
display: block;
max-width: 1200px;
width: 100%;
margin: 0 auto;
}
@media screen and (min-width: 700px) {
.class_imagesbox_s  {
display: none;
}
}
.class_imagesbox_s img {
width: 100%;
max-width: 600px; /* 親要素の幅に合わせて縮小 */
height: auto;   /* アスペクト比を維持 */
}
@media screen and (min-width: 700px) {
.class_imagesbox_s img {
display: none;
}
}






.acc_img1{
display: block;
max-width: 900px; /* 親要素の幅に合わせて縮小 */
height: auto;   /* アスペクト比を維持 */
}
@media screen and (max-width: 700px) {
.acc_img1{
display: none;
}
}
.acc_img1 img{
width: 100%;
max-width: 900px; /* 親要素の幅に合わせて縮小 */
height: auto;   /* アスペクト比を維持 */
}



.acc_img2 {
width: 100%;
max-width: 600px; /* 親要素の幅に合わせて縮小 */
height: auto;   /* アスペクト比を維持 */
}
@media screen and (min-width: 900px) {
.acc_img2 {
display: none;
}
}







.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 4em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
    font-size: 16px;
    font-weight: 500;
line-height: 180%;
}
@media screen and (max-width: 960px) {
.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 0.7em 3em 0.7em;
    color: #333333;
    transition: transform .5s, opacity .5s;
    font-weight: 500;
line-height: 180%;
}
}



.accordion-001[open] p {
    transform: none;
    opacity: 1;
}



/* ここからQA部分アコーディオン */




.accordion-007 {
    max-width: 92%;
    margin-bottom: 7px;
text-align: left;
margin: 0 auto;
}
@media screen and (min-width: 960px) {
.accordion-007 {
    max-width: 80%;
text-align: left;
margin: 0 auto;
}
}


.accordion-007 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border: 2px solid #af5f5f;
    border-radius: 5px;
    color: #af5f5f;
    font-weight: 600;
    cursor: pointer;
}

.accordion-007 summary::-webkit-details-marker {
    display: none;
}

.accordion-007 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #af5f5f;
    border-right: 3px solid #af5f5f;
    content: '';
    transition: transform .3s;
}

.accordion-007[open] summary::after {
    transform: rotate(225deg);
}

.accordion-007 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin-top: 20px;
    padding: .8em 1.2em;
    border: 2px solid #af5f5f;
    border-radius: 5px;
    background-color: #fff;
    color: #414141;
    transition: transform .5s, opacity .5s;
}

.accordion-007[open] p {
    transform: none;
    opacity: 1;
}

.accordion-007 p::before,
.accordion-007 p::after {
    position: absolute;
    top: -15px;
    left: 1.2em;
    width: 30px;
    height: 15px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

.accordion-007 p::before {
    background-color: #af5f5f;
}

.accordion-007 p::after {
    top: -12px;
    background-color: #fff;
}




/* ここからsongs 過去のうた　ドロップダウン */

.menu {
    max-width: 85%;
}

.menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

label {
    display: block;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 1;
    color :#fff;
    background : #999999;
    cursor :pointer;
}

input {
    display: none;
}

.menu ul {
    margin: 10px 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    height: 54px;
    opacity: 1;
}