main#special_content {
    padding-top: 70px;
    position: relative;
    overflow: hidden;
}

main#special_content li {
    list-style: none;
}

.pankuzu > ul {
    display: flex;
}

.pankuzu > ul > li {
    padding-right: calc(9.2px + 5.33px);
    padding-left: 9.2px;
    font-size: 13px;
    position: relative;
}

.pankuzu > ul > li::after {
    content: "";
    background: url(../img/ku.png) no-repeat;
    height: 9.35px;
    width: 5.33px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}

.pankuzu > ul > li:first-child {
    padding-left: 0;
}

.pankuzu > ul > li:last-child::after {
    display: none;
}

.pankuzu {
    margin: 20px 25px 84px;
}

.img_c_area img{
    width: 100% !important;
}


main#special_content > h2 {
    width: 95%;
    max-width: calc((1700px/2) + (1700 - (1700/2))*(100vw - 375px)/(1903 - 375));
    margin: 0 auto 31px;
    font-size: calc((44px/2) + (44 - (44/2))*(100vw - 375px)/(1903 - 375));
    font-weight: 400;
    font-family: 'AudiTypeExtendBold';
}

main#special_content > .txt {
    width: 95%;
    max-width: calc((1700px/2) + (1700 - (1700/2))*(100vw - 375px)/(1903 - 375));
    margin: auto;
    font-size: 15px;
    line-height: 1.6;
    font-family: 'AudiType','DFHS';
}

main#special_content > .is_pc > ul.searchList {
    background: #F2F2F2;
    width: 100%;
    max-width: 1700px;
    margin: auto;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 55px;
    margin-top: 65px;
}

main#special_content > .is_pc > ul.searchList > li {
    list-style: none;
    font-size: 16px;
    margin-right: 2em;
}

main#special_content > section.magazines > .is_pc > ul.list {
    display: flex;
    flex-wrap: wrap;
    /* 2408 edit */
    width: 99%;
    /* width: 100%; */
    max-width: calc((1700px/2) + (1700 - (1700/2))*(100vw - 375px)/(1903 - 375));
    margin: calc((35px/2) + (35 - (35/2))*(100vw - 375px)/(1903 - 375)) auto 0;
}

main#special_content > section.magazines > .is_pc > ul.list > li {
    margin-right: calc((10px/2) + (10 - (10/2))*(100vw - 375px)/(1903 - 375));
    width: calc((100% - ((5px/2) + (5 - (5/2))*(100vw - 375px)/(1903 - 375))*8)/4);
    list-style: none;
    margin-bottom: calc((65px/2) + (65 - (65/2))*(100vw - 375px)/(1903 - 375));
    font-family: 'AudiTypeBold','DFHSBold';
}

main#special_content > section.magazines > .is_pc > ul.list > li > a > p {
    font-size: calc((13px/2) + (13 - (13/2))*(100vw - 375px)/(1903 - 375));
    margin: calc((12px/2) + (12 - (12/2))*(100vw - 375px)/(1903 - 375)) auto calc((11px/2) + (11 - (11/2))*(100vw - 375px)/(1903 - 375)) 0;
    font-family: 'AudiType','DFHS';
}

main#special_content > section.magazines > .is_pc > ul.list > li > a > .note {
    font-size: calc((16px/2) + (16 - (16/2))*(100vw - 375px)/(1903 - 375));
    font-family: 'AudiTypeBold','DFHSBold';
    font-weight: normal;
    /*height: 60px;*/;
    min-height: 90px;
}

main#special_content > .is_pc > ul.searchList > li.active > a {
    border-bottom: solid 1px;
}

li.all.margin {
    margin-right: 0!important;
}

main#special_content > section.magazines > .is_pc > ul.list > li > a > p > span {
    margin-right: calc((10px/2) + (10 - (10/2))*(100vw - 375px)/(1903 - 375));
}

main#special_content > .fv > img {
    width: 100%;
}




@media screen and (max-width:750px) {

    .is_pc {
        display: none;
    }

    main#special_content {
        padding-top: calc((58px/2) + (58 - (58/2))*(100vw - 375px)/(750 - 375));
    }

    .serchBox > select {
        background: #F2F2F2;
        border: none;
        display: flex;
        height: calc((85px/2) + (85 - (85/2))*(100vw - 375px)/(750 - 375));
        align-items: center;
        width: 100%;
        padding: 0 calc((24px/2) + (24 - (24/2))*(100vw - 375px)/(750 - 375));
        font-size: calc((29px/2) + (29 - (29/2))*(100vw - 375px)/(750 - 375));
        border-bottom: solid 1px #000;
        font-weight: bold;
    }

    .serchBox {
        background: #f2f2f2;
        padding: calc((54px/2) + (54 - (54/2))*(100vw - 375px)/(750 - 375)) calc((50px/2) + (50 - (50/2))*(100vw - 375px)/(750 - 375));
    }

    .pankuzu > ul > li {
        font-size: calc((22px/2) + (22 - (22/2))*(100vw - 375px)/(750 - 375));
        padding-right: calc((24.8px/2) + (24.8 - (24.8/2))*(100vw - 375px)/(750 - 375));
    }

    .pankuzu > ul > li::after {
        width: calc((9.7px/2) + (9.7 - (9.7/2))*(100vw - 375px)/(750 - 375));
        height: calc((17.01px/2) + (17.01 - (17.01/2))*(100vw - 375px)/(750 - 375));
        background-size: cover;
    }

    .pankuzu {
        margin: calc((20px/2) + (20 - (47/2))*(100vw - 375px)/(750 - 375)) calc((31px/2) + (31 - (31/2))*(100vw - 375px)/(750 - 375)) calc((47px/2) + (47 - (47/2))*(100vw - 375px)/(750 - 375));
    }

    main#special_content > h2 {
        font-size: calc((48px/2) + (48 - (48/2))*(100vw - 375px)/(750 - 375));
        margin-left: calc((50px/2) + (50 - (50/2))*(100vw - 375px)/(750 - 375));
        margin-bottom: calc((28px/2) + (28 - (28/2))*(100vw - 375px)/(750 - 375));
    }

    main#special_content > .txt {
        font-size: calc((26px/2) + (26 - (26/2))*(100vw - 375px)/(750 - 375));
        line-height: 1.84;
        margin: auto calc((50px/2) + (50 - (50/2))*(100vw - 375px)/(750 - 375)) calc((99.6px/2) + (99.6 - (99.6/2))*(100vw - 375px)/(750 - 375));
        width: fit-content;
    }

    main#special_content > .is_sp > ul {
        margin-top: calc((50px/2) + (50 - (50/2))*(100vw - 375px)/(750 - 375));
        margin-bottom: calc((207px/2) + (207 - (207/2))*(100vw - 375px)/(750 - 375));
    }

    main#special_content > .is_sp > ul > li {
        width: calc((650px/2) + (650 - (650/2))*(100vw - 375px)/(750 - 375));
        margin: auto;
        margin-bottom: calc((116px/2) + (116 - (116/2))*(100vw - 375px)/(750 - 375));
    }

    main#special_content > .is_sp > ul > li img {
        width: 100%;
    }

    main#special_content > .is_sp > ul > li > p {
        font-size: calc((22px/2) + (22 - (22/2))*(100vw - 375px)/(750 - 375));
        margin-top: calc((26px/2) + (26 - (26/2))*(100vw - 375px)/(750 - 375));
    }

    main#special_content > .is_sp > ul > li > p > span:nth-child(1) {
        margin-right: calc((39px/2) + (39 - (39/2))*(100vw - 375px)/(750 - 375));
    }

    main#special_content > .is_sp > ul > li > .note {
        font-size: calc((30px/2) + (30 - (30/2))*(100vw - 375px)/(750 - 375));
        font-weight: bold;
        line-height: 1.6;
        margin-top: calc((15px/2) + (15 - (15/2))*(100vw - 375px)/(750 - 375));
    }
}

@media screen and (min-width:751px) {
    .is_sp {
        display: none;
    }
}


#special_content section {
    max-width:  calc((1700px/2) + (1700 - (1700/2))*(100vw - 375px)/(1903 - 375));
}

#special_content section > h2 {
    font-size:  calc((32px/2) + (32 - (32/2))*(100vw - 375px)/(1903 - 375));
    margin-bottom:  calc((24px/2) + (24 - (24/2))*(100vw - 375px)/(1903 - 375));
    line-height: 1;
    /* 2408 add */
    margin-left: 10px;
}

.btn2 > a {
    display: flex;
    height:  calc((60px/2) + (60 - (60/2))*(100vw - 375px)/(1903 - 375));
    border: solid 1px #000;
    align-items: center;
    justify-content: center;
    width: 95%;
    max-width:  calc((364px/2) + (364 - (364/2))*(100vw - 375px)/(1903 - 375));
    margin: auto;
    font-size:  calc((16px/2) + (16 - (16/2))*(100vw - 375px)/(1903 - 375));
}

section.org_c {
    margin: auto;
    margin-top:  calc((78px/2) + (78 - (78/2))*(100vw - 375px)/(1903 - 375));
}

section.org_c > h2 {
    font-size:  calc((32px/2) + (32 - (32/2))*(100vw - 375px)/(1903 - 375));
    margin-left: 10px;
    margin-bottom:  calc((24px/2) + (24 - (24/2))*(100vw - 375px)/(1903 - 375));
    line-height: 1;
}

section.org_c > ul {
    display: flex;
}

section.org_c > ul > li:nth-child(1) > img {
    width: 100%;
}

section.org_c > ul > li:nth-child(1) {
    width: 50%;
}

section.org_c > ul > li:nth-child(2) {
    background: #000;
    color: #fff;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    padding: calc((119px/2) + (119 - (119/2))*(100vw - 375px)/(1903 - 375))  calc((80px/2) + (80 - (80/2))*(100vw - 375px)/(1903 - 375));
    margin-left: 0;
    padding-right: calc((50px/2) + (50 - (50/2))*(100vw - 375px)/(1903 - 375));
    font-family: 'AudiType','DFHS';
}

section.org_c > ul > li:nth-child(1) > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.org_c > ul > li:nth-child(2) > h3 {
    font-size:  calc((32px/2) + (32 - (32/2))*(100vw - 375px)/(1903 - 375));
    font-family: 'AudiTypeBold','DFHSBold';
    font-weight: 400;font-family: 'AudiTypeBold','DFHSBold';
    font-weight: 400;
    line-height: 1.625;
    margin-bottom:  calc((31px/2) + (31 - (31/2))*(100vw - 375px)/(1903 - 375));
}

section.org_c > ul > li:nth-child(2) > .note {
    font-size:  calc((18px/2) + (18 - (18/2))*(100vw - 375px)/(1903 - 375));
    line-height: 1.88;
    margin-bottom:  calc((34px/2) + (34 - (34/2))*(100vw - 375px)/(1903 - 375));
}

section.org_c > ul > li:nth-child(2) > .btn > a {
    color: #fff;
    height:  calc((60px/2) + (60 - (60/2))*(100vw - 375px)/(1903 - 375));
    display: flex;
    align-items: center;
    border: solid 1px;
    justify-content: center;
    max-width:  calc((260px/2) + (260 - (260/2))*(100vw - 375px)/(1903 - 375));
}

section.magazines {
    margin: auto;
    margin-top:  calc((92px/2) + (92 - (92/2))*(100vw - 375px)/(1903 - 375));
}

section.magazines ul.searchList {
    background: #F2F2F2;
    padding: calc((40px/2) + (40 - (40/2))*(100vw - 375px)/(1903 - 375)) 2%;
}

section.magazines ul.searchList > li > div {
    display: flex;
}

section.magazines ul.searchList > li > div a {
    font-size: calc((16px/2) + (16 - (16/2))*(100vw - 375px)/(1903 - 375));
    font-family: 'AudiType','DFHS';
}

section.magazines ul.searchList > li:nth-child(3) {
    margin-bottom: 0;
}

section.magazines ul.searchList > li > div > button {
    margin-right:  calc((28px/2) + (28 - (28/2))*(100vw - 375px)/(1903 - 375));
    font-family: 'AudiTypeBold','DFHSBold';
font-weight: 400;
}

section.magazines ul.searchList > li > div > button:nth-child(1) {

    width: 4em;
    font-family: 'AudiTypeBold','DFHSBold';
font-weight: 400;
}

section.magazines ul.searchList > li {
    margin-bottom:  calc((23px/2) + (23 - (23/2))*(100vw - 375px)/(1903 - 375));
}

/* movie add */
section.movie {
    margin: auto;
    margin-top:  calc((107px/2) + (107 - (107/2))*(100vw - 375px)/(1903 - 375));
    margin-bottom:  calc((150px/2) + (150 - (150/2))*(100vw - 375px)/(1903 - 375));
}

section.movie > ul {
    display: flex;
}

section.movie > ul > li {
    width: 100%;
    margin: 0 auto;
}

section.movie > ul > li:nth-child(1) {
    margin-right:  calc((10px/2) + (10 - (10/2))*(100vw - 375px)/(1903 - 375));
    margin-left: 0;
}

section.movie > ul > li > a > h3 {
    font-size:  calc((26px/2) + (26 - (26/2))*(100vw - 375px)/(1903 - 375));
    line-height: 1;
    margin-top:  calc((14px/2) + (14 - (14/2))*(100vw - 375px)/(1903 - 375));
    margin-bottom:  calc((9px/2) + (9 - (9/2))*(100vw - 375px)/(1903 - 375));
    font-family: 'AudiTypeBold','DFHSBold';
font-weight: 400;
}

section.movie > ul > li > a > .note {
    font-size:  calc((15px/2) + (15 - (15/2))*(100vw - 375px)/(1903 - 375));
    line-height: 1.6;
}

section.movie > ul > li > a > h3 > span {
    font-family: 'AudiType','DFHS';
    font-size:  calc((24px/2) + (24 - (24/2))*(100vw - 375px)/(1903 - 375));
    margin-left: 1em;
}



/* au_audi */
section.au_audi {
    margin: auto;
    margin-top:  calc((107px/2) + (107 - (107/2))*(100vw - 375px)/(1903 - 375));
    margin-bottom:  calc((150px/2) + (150 - (150/2))*(100vw - 375px)/(1903 - 375));
}

section.au_audi > ul {
    display: flex;
}

section.au_audi > ul > li {
    width: 100%;
    margin: 0 auto;
}

section.au_audi > ul > li:nth-child(1) {
    margin-right:  calc((10px/2) + (10 - (10/2))*(100vw - 375px)/(1903 - 375));
    margin-left: 0;
}

section.au_audi > ul > li > a > h3 {
    font-size:  calc((26px/2) + (26 - (26/2))*(100vw - 375px)/(1903 - 375));
    line-height: 1;
    margin-top:  calc((14px/2) + (14 - (14/2))*(100vw - 375px)/(1903 - 375));
    margin-bottom:  calc((9px/2) + (9 - (9/2))*(100vw - 375px)/(1903 - 375));
    font-family: 'AudiTypeBold','DFHSBold';
font-weight: 400;
}

section.au_audi > ul > li > a > .note {
    font-size:  calc((15px/2) + (15 - (15/2))*(100vw - 375px)/(1903 - 375));
    line-height: 1.6;
}

section.au_audi > ul > li > a > h3 > span {
    font-family: 'AudiType','DFHS';
    font-size:  calc((24px/2) + (24 - (24/2))*(100vw - 375px)/(1903 - 375));
    margin-left: 1em;
}

section.audi_people {
    margin: auto;
    margin-bottom:  calc((119px/2) + (119 - (119/2))*(100vw - 375px)/(1903 - 375));
}

section.audi_people > ul {
    display: flex;
    flex-wrap: wrap;
}
.show_area p{
font-family: 'AudiType','DFHS';
font-weight: 400;
}


section.audi_people > ul > li {
    width: calc((100% - ((10px/2) + (10 - (10/2))*(100vw - 375px)/(1903 - 375))*3)/4);
    margin-right:  calc((10px/2) + (10 - (10/2))*(100vw - 375px)/(1903 - 375));
    margin-bottom:  calc((83px/2) + (83 - (83/2))*(100vw - 375px)/(1903 - 375));
    font-family: 'AudiTypeBold','DFHSBold';

}

section.audi_people > ul > li:nth-child(4n) {
    margin-right: 0;
}

section.audi_people > ul.all_show {
    height: auto;
    overflow: visible;
}

main#special_content > section.magazines > .is_pc > ul.list {
    height: calc((905px/2) + (805 - (805/2))*(100vw - 375px)/(1903 - 375));
    overflow: hidden;
}
main#special_content > section.magazines > .is_pc > ul.list_short {
    height: auto;
}

main#special_content > section.magazines > .is_pc > ul.list.all_show {
    height: auto;
    overflow: visible;
}

section.audi_people > ul.none_list_2 {
    height: 0;
    visibility: hidden;
}

section.audi_people > ul.none_list_2.active {
    height: auto;
    visibility: visible;
}


@media screen and (max-width:750px) {

    #special_content section > h2 {
        font-size:  calc((38px/2) + (38 - (38/2))*(100vw - 375px)/(750 - 375));
        margin-bottom:  calc((39px/2) + (39 - (39/2))*(100vw - 375px)/(750 - 375));
    }
    /* 2408 add */
    section.org_c > h2 {
        margin-left: 0;
    }

    section.org_c > ul {
        flex-direction: column;
    }

    section.org_c > ul > li:nth-child(1) {
        width: 100%;
    }

    section.org_c > ul > li:nth-child(2) {
        width: 100%;
        margin: auto;
        max-width: none;
        padding: calc((48px/2) + (48 - (48/2))*(100vw - 375px)/(1903 - 375)) calc((34px/2) + (34 - (34/2))*(100vw - 375px)/(1903 - 375)) calc((78px/2) + (78 - (78/2))*(100vw - 375px)/(750 - 375));
    }

    section.org_c > ul > li:nth-child(2) > h3 {
        font-size:  calc((36px/2) + (36 - (36/2))*(100vw - 375px)/(750 - 375));
        margin-bottom: 1em;
    }

    section.org_c > ul > li:nth-child(2) > .note {
        font-size:  calc((25px/2) + (25 - (25/2))*(100vw - 375px)/(750 - 375));
        margin-bottom:  calc((36px/2) + (36 - (36/2))*(100vw - 375px)/(750 - 375));
    }

    section.org_c > ul > li:nth-child(2) > .btn > a {
        font-size:  calc((25px/2) + (25 - (25/2))*(100vw - 375px)/(750 - 375));
        max-width: none;
        height:  calc((90px/2) + (90 - (90/2))*(100vw - 375px)/(750 - 375));
    }

    section.magazines,section.au_audi,section.audi_people,section.movie {
        margin-top:  calc((126px/2) + (126 - (126/2))*(100vw - 375px)/(750 - 375));
    }

    .btn2 > a {
        font-size:  calc((25px/2) + (25 - (25/2))*(100vw - 375px)/(750 - 375));
        max-width: none;
        height:  calc((90px/2) + (90 - (90/2))*(100vw - 375px)/(750 - 375));
    }

    .btn2 {
        margin-top:  calc((65px/2) + (65 - (65/2))*(100vw - 375px)/(750 - 375));
    }

    /* 2408 movie add */
    section.movie > ul {
        flex-direction: column;
    }

    section.movie > ul > li {
        max-width: none;
        width: 100%;
    }

    section.movie > ul > li:nth-child(1) {
        width: 100%;
        margin: auto;
        max-width: none;
        margin-bottom:  calc((70px/2) + (70 - (70/2))*(100vw - 375px)/(750 - 375));
    }

    section.movie > ul > li > a > h3 {
        font-size:  calc((32px/2) + (32 - (32/2))*(100vw - 375px)/(750 - 375));
        line-height: 1.68;
        margin-bottom:  calc((11px/2) + (11 - (11/2))*(100vw - 375px)/(750 - 375));
    }

    section.movie > ul > li > a > .note {
        font-size:  calc((25px/2) + (25 - (25/2))*(100vw - 375px)/(750 - 375));
        line-height: 1.76;
    }

    section.movie {
        margin-bottom: 0;
    }

    
    section.au_audi > ul {
        flex-direction: column;
    }

    section.au_audi > ul > li {
        max-width: none;
        width: 100%;
    }

    section.au_audi > ul > li:nth-child(1) {
        width: 100%;
        margin: auto;
        max-width: none;
        margin-bottom:  calc((70px/2) + (70 - (70/2))*(100vw - 375px)/(750 - 375));
    }

    section.au_audi > ul > li > a > h3 {
        font-size:  calc((32px/2) + (32 - (32/2))*(100vw - 375px)/(750 - 375));
        line-height: 1.68;
        margin-bottom:  calc((11px/2) + (11 - (11/2))*(100vw - 375px)/(750 - 375));
    }

    section.au_audi > ul > li > a > .note {
        font-size:  calc((25px/2) + (25 - (25/2))*(100vw - 375px)/(750 - 375));
        line-height: 1.76;
    }

    section.au_audi {
        margin-bottom: 0;
    }

    section.audi_people {
        margin-left: auto;
        margin-right: auto;
    }
    section.audi_people > ul {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    section.audi_people > ul > li {
        width: 100%;
        max-width: none;
        margin-bottom:  calc((66px/2) + (66 - (66/2))*(100vw - 375px)/(750 - 375));
    }

    section.audi_people > ul > li img {
        width: 100%;
    }

    section.audi_people > ul > li p {
        font-size:  calc((25px/2) + (25 - (25/2))*(100vw - 375px)/(750 - 375));
        margin-bottom:  calc((13px/2) + (13 - (13/2))*(100vw - 375px)/(750 - 375));
        line-height: 0.88;

    }

    section.audi_people > ul > li .name {
        font-size:  calc((25px/2) + (25 - (25/2))*(100vw - 375px)/(750 - 375));
        line-height: 0.88;
    }

    section.audi_people > ul {
        height:  calc((2230px/2) + (2230 - (2230/2))*(100vw - 375px)/(750 - 375));
    }

    /* 2408 add */
    main#special_content > section.magazines > h2 {
        margin-left: 0;
    }

    main#special_content > section.magazines > .is_sp > ul.list > li {
        margin-bottom:  calc((98px/2) + (98 - (98/2))*(100vw - 375px)/(750 - 375));
    }

    main#special_content > section.magazines > .is_sp > ul.list > li img {
        width: 100%;
    }

    main#special_content > section.magazines > .is_sp > ul.list > li p {
        /*-display: none;-*/
        font-size: calc((22px/2) + (22 - (22/2))*(100vw - 375px)/(750 - 375));
        font-family: 'AudiTypeBold','DFHSBold';
    }

    main#special_content > section.magazines > .is_sp > ul.list > li p > span {
        margin-right: calc((39px/2) + (39 - (39/2))*(100vw - 375px)/(750 - 375));
    }

    main#special_content > section.magazines > .is_sp > ul.list > li .note {
        font-size:  calc((30px/2) + (30 - (30/2))*(100vw - 375px)/(750 - 375));
        line-height: 1.6;
        margin-top:  calc((20px/2) + (20 - (20/2))*(100vw - 375px)/(750 - 375));
        font-family: 'AudiTypeBold','DFHSBold';
    }

    section.magazines ul.searchList > li {
        display: none;
        height: 0;
        visibility: hidden;
    }

    section.magazines ul.searchList > label {
        display: block;
        font-size:  calc((29px/2) + (29 - (29/2))*(100vw - 375px)/(750 - 375));
    }

    section.magazines ul.searchList > input[name=genre1],
    section.magazines ul.searchList > input[name=genre2],
    section.magazines ul.searchList > input[name=genre3] {
        display: none;
    }

    section.magazines ul.searchList > label {
        font-size:  calc((29px/2) + (29 - (29/2))*(100vw - 375px)/(750 - 375));
        border-bottom: solid 1px;
        line-height: 1;
        display: flex;
        height:  calc((120px/2) + (120 - (120/2))*(100vw - 375px)/(750 - 375));
        align-items: center;
        padding: 0 calc((24px/2) + (24 - (24/2))*(100vw - 375px)/(750 - 375));
        position: relative;
        font-family: 'AudiTypeBold','DFHSBold';
        font-weight: 400;
    }

    section.magazines ul.searchList > label::after {
        content: "";
        background: url(../img/ya.png) no-repeat;
        background-size: contain;
        height: calc((14.49px/2) + (14.49 - (14.49/2))*(100vw - 375px)/(750 - 375));
        width: calc((31.4px/2) + (31.4 - (31.4/2))*(100vw - 375px)/(750 - 375));
        position: absolute;
        right: calc((50px/2) + (50 - (50/2))*(100vw - 375px)/(750 - 375));
        top: 50%;
    }

    section.magazines ul.searchList > input[name=genre1]:checked + .genre_label + .genre1_list,
    section.magazines ul.searchList > input[name=genre2]:checked + .genre_label + .genre2_list,
    section.magazines ul.searchList > input[name=genre3]:checked + .genre_label + .genre3_list {
        display: block;
        height: auto;
        visibility: visible;
        border-bottom: solid 1px;
    }

    section.magazines ul.searchList > input[name=genre1]:checked + .genre_label,
    section.magazines ul.searchList > input[name=genre2]:checked + .genre_label,
    section.magazines ul.searchList > input[name=genre3]:checked + .genre_label {
        border-bottom: none;
    }

    section.magazines ul.searchList > li > div a {
        font-size:  calc((29px/2) + (29 - (29/2))*(100vw - 375px)/(750 - 375));
    }

    section.magazines ul.searchList > li > div {
        flex-wrap: wrap;
        margin-bottom:  calc((26px/2) + (26 - (26/2))*(100vw - 375px)/(750 - 375));
    }

    section.magazines ul.searchList > li > div > button:nth-child(1) {
        font-weight: normal;
        width: fit-content;
        text-align: left;
    }

    section.magazines ul.searchList > li > div > button {
        padding: calc((15px/2) + (15 - (15/2))*(100vw - 375px)/(750 - 375))  calc((24px/2) + (24 - (24/2))*(100vw - 375px)/(750 - 375));
        margin: 0;
    }

    section.magazines ul.searchList {
        padding-bottom:  calc((56px/2) + (56 - (56/2))*(100vw - 375px)/(750 - 375));
    }

    main#special_content > section.magazines > .is_sp > ul.list {
        height: calc((2630px/2) + (2630 - (2630/2))*(100vw - 375px)/(750 - 375));
        overflow: hidden;
        margin: calc((65px/2) + (65 - (65/2))*(100vw - 375px)/(750 - 375)) auto 0;
    }

    main#special_content > section.magazines > .is_sp > ul.list.all_show {
        height: auto;
        overflow: visible;
    }

}
@media screen and (max-width:390px) {
main#special_content > section.magazines > .is_sp > ul.list {
    height: calc((1370px/2) + (1370 - (1370/2))*(100vw - 375px)/(390 - 375));
}
main#special_content > section.magazines > .is_sp > ul.list_short {
    height: auto;
}
}

@media screen and (max-width:1150px) {
    main#special_content > section.magazines > .is_pc > ul.list {
        height: calc((590px/2) + (590 - (590/2))*(100vw - 375px)/(1150 - 375));
    }
}


@media screen and (max-width:880px) {
    main#special_content > section.magazines > .is_pc > ul.list {
        height: calc((520px/2) + (520 - (520/2))*(100vw - 375px)/(880 - 375));
    }
}

main#special_content > section.magazines > .is_pc > ul.list > li > a > p > span {
    white-space: nowrap;
}

.btn2 > a > span.is_close {
    display: none;
}

.btn2 > a > span.is_close.active {
    display: block;
}

.btn2 > a > span.is_open {
    display: none;
}

.btn2 > a > span.is_open.active {
    display: block;
}

.btn2.show_btn_2 {
    max-width: 365px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width:750px) {
#special_content section {
    width: calc((650px/2) + (650 - (650/2))*(100vw - 375px)/(750 - 375));
}
}

/* movie 2column add ------------------------------*/

.two_column_flex{
    /* max-width: 1520px; */
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.two_column_img{
    width: 48%;
}
.two_column_img img{
    width: 100%;
}
.two_column_text{
    width: 48%;
    background-color: #F2F2F2;
    padding: 7rem 4rem;
}
.two_column_text h4{
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-family: 'AudiTypeExtendBold', 'DFHSBold';
    font-weight: 400;
}
.two_column_text p{
    font-size: 1.5rem;
}
.two_column_text .pattern_btn{
    margin-top: 30px;
}



@media all and (max-width: 1024px) {
    .two_column_flex{
        align-items: flex-start;
    }
    .two_column_text{
        padding: 3rem 4rem;
    }
    .two_column_text h4 {
        font-size: 2rem;
    
    }
}

@media all and (max-width: 750px) {
    .two_column_flex{
        width: 100%;
        flex-direction: column;
        margin: 20px auto 0;
    }
    .two_column_img{
        order: 1;
        width: 100%;
    }
    .two_column_text{
        order: 2;
        width: 100%;
        background-color: #fff;
        padding: 30px 0;
    }
    .two_column_text h4{
        font-size: calc((28px/2) + (28 - (28/2))*(100vw - 375px)/(750 - 375));
        line-height: 1.4;
        margin-bottom: calc((11px/2) + (11 - (11/2))*(100vw - 375px)/(750 - 375));
        font-family: 'AudiTypeBold','DFHSBold';
        font-weight: 400;
    }
    .two_column_text p{
        font-size: 1.3rem;
    }
    .two_column_text .pattern_btn{
        margin-top: 20px;
        width: 100%;
    }
}

/*---------------------------------------------------*/

.pattern_btn{
    width: 320px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
    color: #000;
    border: 1px solid #000;
    margin-top: 40px;
}
.pattern_btn_w {
    background: #fff;
}

@media all and (max-width: 500px) {
    .pattern_btn{
        width: 100%;
        height: 50px;
        font-size: 1.4rem;
    }
}

/*--movie add------------------------------------------*/
.flex_wrap {
    display: flex;
    flex-wrap: wrap;
}
section.movie .movie_searchList {
    background: #F2F2F2;
    padding: calc((40px/2) + (40 - (40/2))*(100vw - 375px)/(1903 - 375)) 2%;
    padding-bottom: calc(15.0916px + 1.3089vw);
}
.dl_movie dt {
    width: 6%;
    line-height: 2;
    font-family: 'AudiTypeBold','DFHSBold';
    font-weight: 400;    
}
.dd_movie {
    width: 94%;
}
.dd_movie dd {
    margin-right: calc((20px/2) + (20 - (20/2))*(100vw - 375px)/(1903 - 375));
    width: 11%;
    line-height: 1.2;
    min-height: 3rem;
    /* text-align: center; */
}

@media all and (max-width: 920px) {
    .dl_movie dt {
        width: 8%;
    }
    .dd_movie {
        width: 92%;
    }
    
}

@media all and (max-width: 750px) {
    section.movie ul.movie_searchList > li {
        display: none;
        height: 0;
        visibility: hidden;
    }
    
    section.movie ul.movie_searchList > label {
        display: block;
        font-size:  calc((29px/2) + (29 - (29/2))*(100vw - 375px)/(750 - 375));
    }
    
    section.movie ul.movie_searchList > input[name=genre11],
    section.movie ul.movie_searchList > input[name=genre12] {
        display: none;
    }
    
    section.movie ul.movie_searchList > label {
        font-size:  calc((29px/2) + (29 - (29/2))*(100vw - 375px)/(750 - 375));
        border-bottom: solid 1px;
        line-height: 1;
        display: flex;
        height:  calc((120px/2) + (120 - (120/2))*(100vw - 375px)/(750 - 375));
        align-items: center;
        padding: 0 calc((24px/2) + (24 - (24/2))*(100vw - 375px)/(750 - 375));
        position: relative;
        font-family: 'AudiTypeBold','DFHSBold';
        font-weight: 400;
    }
    
    section.movie ul.movie_searchList > label::after {
        content: "";
        background: url(../img/ya.png) no-repeat;
        background-size: contain;
        height: calc((14.49px/2) + (14.49 - (14.49/2))*(100vw - 375px)/(750 - 375));
        width: calc((31.4px/2) + (31.4 - (31.4/2))*(100vw - 375px)/(750 - 375));
        position: absolute;
        right: calc((50px/2) + (50 - (50/2))*(100vw - 375px)/(750 - 375));
        top: 50%;
    }
    
    section.movie ul.movie_searchList > input[name=genre11]:checked + .genre_label + .genre11_list,
    section.movie ul.movie_searchList > input[name=genre12]:checked + .genre_label + .genre12_list{
        display: block;
        height: auto;
        visibility: visible;
        border-bottom: solid 1px;
    }
    
    section.movie ul.movie_searchList > input[name=genre11]:checked + .genre_label,
    section.movie ul.movie_searchList > input[name=genre12]:checked + .genre_label {
        border-bottom: none;
    }
    
    section.movie ul.movie_searchList > li > div a {
        font-size:  calc((29px/2) + (29 - (29/2))*(100vw - 375px)/(750 - 375));
    }
    
    section.movie ul.movie_searchList > li > div {
        flex-wrap: wrap;
        margin-bottom:  calc((26px/2) + (26 - (26/2))*(100vw - 375px)/(750 - 375));
    }
    
    section.movie ul.movie_searchList > li > div > button:nth-child(1) {
        font-weight: normal;
        width: fit-content;
        text-align: left;
    }
    
    section.movie ul.movie_searchList > li > div > button {
        padding: calc((15px/2) + (15 - (15/2))*(100vw - 375px)/(750 - 375))  calc((24px/2) + (24 - (24/2))*(100vw - 375px)/(750 - 375));
        margin: 0;
    }
    
    section.movie ul.movie_searchList {
        padding-bottom:  calc((56px/2) + (56 - (56/2))*(100vw - 375px)/(750 - 375));
        background: #F2F2F2;
        padding: calc((40px/2) + (40 - (40/2))*(100vw - 375px)/(1903 - 375)) 2%;
        padding-bottom: calc(15.0916px + 1.3089vw);
    }

    
    main#special_content > section.movie > ul.list {
        height: calc((2630px/2) + (2630 - (2630/2))*(100vw - 375px)/(750 - 375));
        overflow: hidden;
        margin: calc((65px/2) + (65 - (65/2))*(100vw - 375px)/(750 - 375)) auto 0;
    }
    
    main#special_content > section.movie > ul.list.all_show {
        height: auto;
        overflow: visible;
    }
}
