* {
    padding: 0;
    margin: 0;
}

body {
    max-width: 100%;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif, YuMincho, "Yu Mincho", serif;
}

.wrap {
    overflow: hidden;
}

h1 {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 20px;
}

.coupon h1 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.pc_none {
    display: none;
}

.br_sp {
    display: none;
}

li {
    list-style: none;
}

header {
    margin: 0 auto;
}

main {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

main img {
    max-width: 100%;
}

.inner {
    padding: 0 10%;
}

.top_image {
    position: relative;
}

.top_image img,
.mainvisual img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.anchor_btn {
    position: absolute;
    display: flex;
    justify-content: space-evenly;
    top: 35.8%;
    right: 0;
    left: 0;
    margin: auto;
}

.search_links {
    position: absolute;
    top: 76%;
    right: 0;
    left: 0;
    margin: auto;
}

.brand_btn,
.area_btn {
    display: inline-block;
    margin-bottom: 15px;
}

#title01,
#title02 {
    margin-top: -10px;
    padding-top: 10px;
}

#title01,
#title02 {
    display: inline-block;
    margin-bottom: 30px;
}

.search_brands,
.search_area {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
}

.search_brands img,
.search_area img {
    width: inherit;
}


/* フローティングバナー */

.float {
    z-index: 10;
    position: relative;
}

.float img {
    width: 100%;
    vertical-align: bottom;
}

.float_inner {
    position: fixed;
    width: 100%;
}

.close_btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    padding: 5px;
}

.close_btn a {
    display: block;
    text-decoration: none;
    width: 15px;
    height: 15px;
}

i.fa-times {
    display: block;
    font-size: 15px;
    z-index: 100;
    color: #fff;
    text-align: center;
}

.brand_text {
    padding: 10% 0;
    font-size: 1rem;
}

.coupon {
    position: relative;
    margin: 15px 0 50px;
    font-size: 1rem;
}

.coupon_img img {
    width: 105%;
}

.box {
    margin: 20px 0;
}

.terms li {
    padding-left: 1em;
    text-indent: -1em;
}

.area_container {
    background-color: #F5F5F5;
    padding: 50px 0 30px;
}


/* ボックス */


/*ボックス全体*/

.accbox {
    margin: 2em 0;
    padding: 0;
    text-align: left;
}

.accbox li {
    padding: 2% 5%;
    background-color: #fff;
    border-bottom: 2px solid #333;
    position: relative;
}

.accbox li::after {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: auto;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
}

.accbox a {
    color: #333;
    text-decoration: none;
}


/*ラベル*/

.accbox label {
    display: block;
    margin: 1.5px 0;
    padding: 13px 12px;
    color: #fff;
    text-align: center;
    background: #000;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 1.2em;
    /* margin-bottom: 20px; */
    position: relative;
}


/*アイコンを表示*/

.accbox label::after {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: auto;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
}


/*チェックは隠す*/

.accbox input {
    display: none;
}


/*中身を非表示にしておく*/

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    margin-bottom: 20px;
}


/*クリックで中身表示*/

.cssacc:checked+label+.accshow {
    height: auto;
    /* background: #fff5eb; */
    opacity: 1;
    margin-bottom: 20px;
}


/*アイコンを入れ替える*/

.cssacc:checked+label::after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
}

.accshow ul {
    padding: 0;
    margin: 0;
}

.shopname {
    font-size: 18px;
}

p.address {
    width: 73%;
    font-size: 0.9rem;
}

footer img {
    width: 100%;
}

@media (min-width: 481px) {
    main,
    footer {
        text-align: center;
        width: auto !important;
        margin: 0 auto;
    }
    h1 {
        font-size: 2.3rem !important;
    }
    .pc_none {
        display: none;
    }
    .sp_none {
        display: block;
        width: 100%;
        /* height: 100%; */
    }
    .btn_right,
    .btn_left {
        width: 40%;
    }
    .search_links img {
        width: 90%;
    }
    .search_brands,
    .search_area {
        margin-bottom: 95px;
    }
    .search_brands img,
    .search_area img {
        width: 90%;
    }
    #title01,
    #title02 {
        display: inline-block;
        margin-bottom: 60px;
        margin-top: -20px;
        padding-top: 20px;
    }
    .brand_text {
        font-size: 1.5rem;
    }
    .coupon {
        font-size: 1.5rem;
    }
    .coupon_img {
        text-align: center;
    }
    .accbox label {
        font-size: 1.7em;
    }
    .shopname {
        font-size: 1.5rem;
    }
    p.address {
        font-size: 1.5rem;
    }
    footer img {
        width: 70%;
    }
}

@media (min-width: 600px) {
    .close_btn a {
        width: 25px;
        height: 25px;
    }
    i.fa-times {
        font-size: 25px;
    }
}