.flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

#audio {
    width: 1120px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 1em;
    margin-bottom: 1em;
}

#audio .page_nav {
    margin-bottom: 2em;
}

#audio .page_nav li {
    background: rgb(150, 115, 40);
    background: linear-gradient(180deg, rgba(150, 115, 40, 1) 65%, rgba(150, 115, 40, 0.7) 85%, rgba(255, 235, 205, 1) 100%);
    border: 2px solid #bfbfbf;
    border-radius: 6px;
    width: 180px;
    height: 90px;
    list-style: none;
}

#audio .page_nav li:first-child,
#audio .page_nav li:last-child {
    background: rgb(130, 135, 150);
    background: linear-gradient(180deg, rgba(130, 135, 150, 1) 65%, rgba(130, 135, 150, 0.7) 85%, rgba(185, 190, 210, 1) 100%);
}

#audio .page_nav li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    height: 100%;
}

.audio_head {
    padding: 2em 0;
    margin-bottom: 2em;
}
.audio_head .audio_ttl {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2em;
}
.audio_head .audio_ttl h2 {
    margin-right: 20px;
    width: 296px;
}

.audio_head .audio_ttl p {
    font-size: 13px;
    line-height: 1.4;
}

.audio_head .banner_area a {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.audio_head .banner_area a .audio_banner_thumb {
    width: 152px;
}

.audio_head .banner_area a .audio_banner_txt {
    flex: 1;
    padding: 0 10px 0 40px;
}

.audio_head .banner_area a .audio_banner_txt h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.audio_head .banner_area a .audio_banner_txt p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #audio {
        width: 100%;
        padding: 0 16px;
    }

    .audio_head {
        padding: 7em 0 2em;
        margin-bottom: 0;
    }

    .audio_head .audio_ttl {
        flex-direction: column;
        align-items: flex-start;
    }

    .audio_head .audio_ttl h2 {
        margin-right: 0px;
        margin-bottom: 10px;
        width: 296px;
    }

    .audio_head .audio_ttl p {
        font-size: 13px;
        line-height: 1.4;
    }

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }
    #audio .page_nav {
        margin-bottom: 2em;
    }
    #audio .page_nav li {
        width: 32%;
        height: 90px;
        margin-bottom: 10px;
    }

    .audio_head .banner_area a .audio_banner_txt {
        flex: 1;
        padding: 0 10px 0 20px;
    }

    .audio_head .banner_area a .audio_banner_txt p {
        font-size: 18px;
    }

    .audio_head .banner_area .sp {
        display: none !important;
    }

    .audio_head .banner_area .pc {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }

    #audio {
        width: 100%;
        padding: 0 16px;
    }
    #audio .page_nav {
        margin-bottom: 2em;
        justify-content: center;
    }
    #audio .page_nav li {
        width: 31%;
        height: 90px;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    #audio .page_nav li:nth-of-type(3),
    #audio .page_nav li:nth-of-type(6) {
        margin-right: 0;
    }
    .audio_head {
        padding: 7em 0 2em;
        margin-bottom: 0;
    }

    .audio_head h2 {
        font-size: 22px;
    }

    .audio_head .banner_area a .audio_banner_thumb {
        width: 110px;
    }

    .audio_head .banner_area a .audio_banner_txt h3 {
        font-size: 14px;
        line-height: 1.4;
    }

    .audio_head .banner_area .sp {
        display: block !important;
    }

    .audio_head .banner_area .pc {
        display: none !important;
    }

    .audio_head .banner_area .sp {
        font-size: 14px;
        padding: 20px;
        line-height: 1.4;
        text-align: center;
        width: 100%;
    }
}

#news {
    margin-bottom: 2em;
}

#news h2 {
    text-align: center;
    margin-bottom: 16px;
}

#news h2 img {
    display: block;
    margin: auto;
}

#news .new_products {
    border: 2px solid #000000;
}

#news .product {
    width: 33.33%;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    display: flex;
    flex-direction: column;
}

#news .product:nth-of-type(3) {
    border-right: none;
}

#news .product:nth-of-type(4) {
    border-bottom: none;
}

#news .product:nth-of-type(5) {
    border-bottom: none;
}

#news .product:nth-of-type(6) {
    border-right: none;
    border-bottom: none;
}

#news .product a {
    display: block;
    height: 100%;
}

#news .product ul {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    list-style: none;
    padding: 5px 10px 0 10px;
}

#news .product ul li:last-child {
    padding: 5px 10px 0 40px;
}

#news .product p.content {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 10px;
    line-height: 1.6;
    margin-bottom: 10px;
}

#news .product .tag_name {
    background-color: #a4815a;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 10px;
    margin-top: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #news .product {
        width: 50%;
    }

    #news .product:nth-of-type(3) {
        border-right: inherit;
    }

    #news .product:nth-of-type(2),
    #news .product:nth-of-type(4) {
        border-right: none;
        border-bottom: none;
    }

    #news .product:nth-of-type(5) {
        border-bottom: none;
        border-right: inherit;
    }

    #news .product:nth-of-type(6) {
        border-right: none;
        border-bottom: none;
    }

    #news .product ul {
        display: block;
        padding: 10px;
    }

    #news .product ul li {
        text-align: center;
    }

    #news .product ul li img {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    #news .product {
        width: 100%;
    }

    #news .product a {
        display: flex;
        height: 100%;
        flex-direction: row-reverse;
    }

    #news .product ul {
        flex: 1;
    }

    #news .product p.content {
        font-size: 14px;
        font-weight: 700;
        padding: 10px 10px;
        line-height: 1.6;
        margin-bottom: 0px;
        flex: 2;
    }

    #news .product p.content span {
        display: block;
        font-size: 12px;
        margin-bottom: 8px;
    }

    #news .product {
        border-right: none;
        border-bottom: 1px solid #000;
    }

    #news .product:nth-of-type(3) {
        border-right: none;
    }

    #news .product:nth-of-type(2),
    #news .product:nth-of-type(4) {
        border-right: none;
        border-bottom: none;
    }

    #news .product:nth-of-type(5) {
        border-bottom: 1px solid #000;
        border-right: none;
    }

    #news .product:nth-of-type(6) {
        border-right: none;
        border-bottom: 1px solid #000;
    }

    #news .product .tag_name a {
        display: block;
        text-align: center;
    }
}

.feature_box {
    flex-direction: row-reverse;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
    margin-bottom: 2em;
}

.feature_box .feature_img {
    width: 45%;
    max-height: 335px;
    overflow: hidden;
}
.feature_box .feature_img img {
    width: 100%;
    height: initial;
}
.feature_box .feature_txt {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    position: relative;
}
.feature_box .feature_txt p.week {
    position: absolute;
    left: 16px;
    top: 16px;
    color: #d5c7ae;
    font-size: 18px;
    font-weight: 500;
}
.feature_box .feature_txt p.logo {
    text-align: center;
    margin-bottom: 30px;
}
.feature_box .feature_txt p.logo img {
    display: block;
    margin: 0 auto;
}
.feature_box .feature_txt p.date {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
}

.feature_box .feature_txt p.sub_title {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.6;
}

.feature_box .feature_txt p.title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.6;
}

.feature_box .feature_txt p.links {
    width: 100%;
    margin-top: auto;
}

.feature_box .feature_txt p.links a {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background: #d5c7ae;
    color: #fff;
    padding: 10px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .feature_box {
        flex-direction: column;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
        width: 80%;
        margin: 0 auto 1em;
        padding-top: 10px;
    }

    .feature_box .feature_img {
        width: 50%;
        margin: 0 auto;
    }

    .feature_box .feature_txt {
        width: 100%;
        padding-top: 20px;
    }

    .feature_box .feature_txt p.date {
        text-align: center;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .feature_box .feature_txt p.sub_title {
        font-size: 16px;
    }

    .feature_box .feature_txt p.title {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 767px) {
    .feature_box {
        width: 100%;
    }

    .feature_box .feature_img {
        width: 90%;
        margin: 0 auto;
    }

    .feature_box .feature_txt {
        width: 100%;
        padding: 20px;
    }

    .feature_box .feature_txt p.sub_title {
        font-size: 2.7vw;
    }

    .feature_box .feature_txt p.title {
        text-align: center;
        font-size: 3.8vw;
    }
}

.feature_box .feature_txt p.links {
    margin-top: 20px !important;
}

#shop_list {
    padding: 2em 0;
}

#shop_list h2 {
    text-align: center;
    margin-bottom: 20px;
}

#shop_list h2 img {
    display: block;
    margin: 0 auto;
}

.map_area {
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 2em;
}

.map_area svg {
    max-width: 680px;
    display: block;
    margin: 0 auto;
    width: 100%;
    stroke: none;
}

#shop_list ul.tab_group {
    margin: 0 0 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}

#shop_list .tab_group li {
    width: 368px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

#shop_list .tab_group li:nth-of-type(1) {
    background: #66c1d1;
}

#shop_list .tab_group li:nth-of-type(2) {
    background: #e0864a;
}

#shop_list .tab_group li:nth-of-type(3) {
    background: #48a9d9;
}

#shop_list .tab_group li:nth-of-type(4) {
    background: #cfc24c;
}

#shop_list .tab_group li:nth-of-type(5) {
    background: #aa68b0;
}

#shop_list .tab_group li:nth-of-type(6) {
    background: #50c7b5;
}

#shop_list .tab_cnt {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
    max-height: 960px;
    overflow-y: scroll;
}

#shop_list .tab_cnt div.box {
    display: none;
}

#shop_list .tab_cnt div.box.active {
    display: block;
}

.shops .shop_col {
    display: flex;
    justify-content: space-between;
}

.shops .shop_col a {
    display: block;
    width: 48%;
    padding: 20px 60px 20px 20px;
    font-size: 16px;
    font-weight: 600;
}

.shops .shop_col:nth-child(odd) a {
    background: rgba(102, 193, 209, 0.1) url(../img/audio/shop_arrow.png) right 20px center no-repeat;
}

.shops .shop_col:nth-child(even) a {
    background: url(../img/audio/shop_arrow.png) right 20px center no-repeat;
}

.shops .shop_col a span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-left: 30px;
}

#shop_list .right {
    text-align: right;
    margin-top: 2em;
    font-size: 12px;
}

/*管球*/
.kankyuamp_imglo {
    display: contents;
}

.kankyuamp_box {
    flex-direction: inherit;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
    margin-bottom: 2em;
}
.kankyuamp_box .kankyuamp_img {
    width: 15%;
    max-height: 335px;
    overflow: hidden;
    padding: 1em 0 1em 1em;
}
.kankyuamp_box .kankyuamp_logo {
    width: 35%;
    max-height: 335px;
    overflow: hidden;
    padding: 3em 1em;
}

.kankyuamp_box .kankyuamp_text {
    width: 50%;
    /*	display: flex;*/
    flex-direction: column;
    justify-content: space-between;
    padding: 1em;
    position: relative;
}
.kankyuamp_text h2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: inherit;
}

.kankyuamp_text h3 {
    color: #e95613;
    font-size: 25px;
    margin: 5px 0;
    line-height: inherit;
}
.kankyuamp_text span p {
    color: #e95613;
    line-height: 1.2;
}

#kankyuamp_info {
    margin-top: 20px;
    background-color: #e95613;
    padding: 1em;
    color: white;
}
#kankyuamp_info p {
    font-size: 13px;
    line-height: 1.2;
}

@media (max-width: 1024px) {
    .kankyuamp_imglo {
        display: flex;
    }
    .kankyuamp_box .kankyuamp_text {
        width: 100%;
    }
    .kankyuamp_box .kankyuamp_img {
        width: 50%;
        max-height: 335px;
        overflow: hidden;
        padding: 1em 0 1em 1em;
    }
    .kankyuamp_box .kankyuamp_logo {
        width: 100%;
        max-height: 335px;
        overflow: hidden;
        padding: 3em 1em;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .kankyuamp_imglo {
        display: flex;
    }
    .kankyuamp_box .kankyuamp_text {
        width: 100%;
    }
    .kankyuamp_box .kankyuamp_img {
        width: 50%;
        max-height: fit-content;
        overflow: hidden;
        padding: 1em 0 1em 1em;
    }
    .kankyuamp_box .kankyuamp_logo {
        width: 100%;
        max-height: 335px;
        overflow: hidden;
        padding: 3em 1em;
    }
}

@media only screen and (max-width: 767px) {
    .kankyuamp_imglo {
        display: flex;
    }
    .kankyuamp_box .kankyuamp_text {
        width: 100%;
    }
    .kankyuamp_box .kankyuamp_img {
        width: 50%;
        max-height: 335px;
        overflow: hidden;
        padding: 1em 0 1em 1em;
    }
    .kankyuamp_box .kankyuamp_logo {
        width: 100%;
        max-height: 335px;
        overflow: hidden;
        padding: 3em 1em;
    }
    .kankyuamp_text h3 {
        text-align: center;
    }
    .kankyuamp_text span p {
        text-align: center;
    }
    #kankyuamp_info p {
        font-size: 2.7vw;
    }
}

@media (max-width: 1024px) {
    .shops .shop_col {
        display: block;
    }

    .shops .shop_col a {
        display: block;
        width: 100%;
        padding: 20px 60px 20px 20px;
    }

    .shops .shop_col:nth-child(odd) a,
    .shops .shop_col:nth-child(even) a {
        background: none;
    }

    .shops .shop_col a:nth-child(odd) {
        background: rgba(102, 193, 209, 0.1) url(../img/audio/shop_arrow.png) right 20px center no-repeat;
    }

    .shops .shop_col a:nth-child(even) {
        background: #fff url(../img/audio/shop_arrow.png) right 20px center no-repeat;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .map_area svg {
        width: 70%;
    }

    .tab_area {
        padding: 0 20px;
    }

    #shop_list ul.tab_group {
        margin: 0 0 20px;
    }

    #shop_list .tab_group li {
        width: 49%;
    }

    /*@media (max-width:1024px)に移動
	.shops .shop_col {
		display: block;
	}

	.shops .shop_col a {
		display: block;
		width: 100%;
		padding: 20px 60px 20px 20px;
	}

	.shops .shop_col:nth-child(odd) a,
	.shops .shop_col:nth-child(even) a {
		background: none;
	}

	.shops .shop_col a:nth-child(odd) {
		background: rgba(102, 193, 209, 0.1) url(../img/audio/shop_arrow.png) right 20px center no-repeat;
	}

	.shops .shop_col a:nth-child(even) {
		background: #fff url(../img/audio/shop_arrow.png) right 20px center no-repeat;
	}
*/
}

@media only screen and (max-width: 767px) {
    .map_area svg {
        width: 90%;
    }

    .tab_area {
        padding: 0;
    }

    #shop_list .tab_group li {
        font-size: 18px;
        font-weight: 500;
        line-height: 50px;
        text-align: center;
        margin-bottom: 10px;
        cursor: pointer;
    }
    #shop_list .tab_group li {
        width: 49%;
    }
    .shops .shop_col a {
        display: block;
        width: 100%;
        padding: 10px 60px 10px 10px;
    }

    .shops .shop_col a span {
        display: block;
        font-size: 12px;
        font-weight: 500;
        margin-left: 0;
    }
}

.audio_present_head {
    padding: 2em 0;
    margin-bottom: 2em;
}
.audio_present_head p {
    padding: 10px 0 0;
    text-align: center;
    color: #f72342;
    font-size: 18px;
    font-weight: 500;
}
#subscription {
    max-width: 860px;
    margin: 0 auto;
}

#subscription h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2em;
    text-align: center;
}

#subscription h2 + p {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 3em;
    text-align: center;
    line-height: 1.6;
}

#subscription h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

ul.subscription_list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}

ul.subscription_list li {
    border: 2px solid #000;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 250px;
}

ul.subscription_list li:after {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #000000;
}

ul.subscription_list li:last-child:after {
    content: none;
}

ul.subscription_list li .img {
    margin-top: auto;
}

ul.subscription_list li .number {
    color: #fff;
    background: #000;
    line-height: 25px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

ul.subscription_list li p {
    line-height: 1.6;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

#subscription .campaign {
    border: 2px solid #aa8e51;
    padding: 2em 3em;
}

#subscription .campaign h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4em;
    text-align: center;
}

#subscription .campaign h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1.2em;
}

#subscription .campaign ul {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 2em;
}

#subscription .campaign ul li {
    position: relative;
    line-height: 1.6;
    text-indent: -0.5em;
}

#subscription .campaign ul li:before {
    display: inline-block;
    content: "・";
    font-size: 12px;
}

#subscription .campaign ul li span {
    color: #ff0000;
}

#subscription .campaign .btn_area {
    text-align: center;
    margin-bottom: 1em;
}

#subscription .campaign .btn_area a {
    display: inline-block;
    padding: 1em 4em;
    color: #fff;
    background: rgba(166, 166, 166, 1);
    font-size: 20px;
    font-weight: 500;
}

#subscription .campaign .btn_area.oubo a {
    display: inline-block;
    padding: 1.5em 6em;
    color: #fff;
    background: rgba(0, 64, 152, 1);
    font-size: 26px;
    font-weight: 500;
    border-radius: 10px;
}

#subscription .campaign p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .audio_present_head {
        padding: 6em 0 2em;
        margin-bottom: 0;
    }

    #subscription h2 {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 1em;
    }

    #subscription h2 + p {
        font-size: 20px;
    }

    #subscription h3 {
        font-size: 19px;
    }

    ul.subscription_list {
        flex-wrap: wrap;
    }

    ul.subscription_list li {
        width: 100%;
        margin-bottom: 4em;
    }

    ul.subscription_list li:after {
        position: absolute;
        right: inherit;
        top: inherit;
        transform: translateY(0);
        bottom: -50px;
        left: 50%;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 26px;
        border-color: transparent transparent transparent #000000;
        transform: rotate(90deg);
    }
    #subscription .campaign {
        padding: 2em 1em 0;
    }
    #subscription .campaign h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 2em;
        text-align: center;
        line-height: 1.6;
    }
    #subscription .campaign .btn_area a {
        display: block;
        padding: 1em 1em;
        color: #fff;
        background: rgba(166, 166, 166, 1);
        font-size: 18px;
        font-weight: 500;
    }
    #subscription .campaign .btn_area.oubo a {
        display: block;
        padding: 1em 1em;
        color: #fff;
        background: rgba(0, 64, 152, 1);
        font-size: 22px;
        font-weight: 500;
    }
}
