    
    .fv_img{
        margin-bottom: 80px;
    }

    ul{
        padding: 0;
    }

    h2.topics{
        font-weight: bold;
    }

    h2.topics::before {
    content: url(https://tranparan.itembox.design/item/top_h3_bg1.png);
    margin-right: 20px;
    }

    h2.topics::after {
    content: url(https://tranparan.itembox.design/item/top_h3_bg2.png);
    margin-left: 20px;
    }

    .shipping{
        margin-bottom: 100px;
    }

    .form{
        margin-bottom: 100px;
    }

    .formbutton{
        text-align:center; 
        margin:50px 0 0 0;
    }

    .intro_box{
        margin-bottom: 150px;
    }

    .category{
        text-align: center;
    }

    .category h2{
        margin-bottom: 45px;
    }

    .category_container{
        list-style: none;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .category_item{
        flex-basis: 25%;
    }

    .sec{
        margin-bottom: 150px;
    }

    .description{
        margin: 40px 0 100px 0;
        text-align: center;
    }

    .description p{
        font-size: 20px;
        font-weight: bold;
    }

    .item_flex{
        margin-bottom: 100px;
    }

    .container{
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 0;
    }

    .item{
        flex-basis: 28%;
        text-align: center;
    }

    .item p{
        font-weight: bold;
    }

    .item h3{
        font-weight:bold;
    }

    .towel_category{
        margin-bottom: 40px;
    }

    .container_2column{
        list-style: none;
        display: flex;
        justify-content: space-evenly;
    }

    .banner{
        text-align: center;
        margin-bottom: 100px;
    }

    .banner img{
        max-width: 800px;
        width: 100%;
    }

    .center{
        text-align: center;
    }

    .menu_under {
      display: none;
      width: 55%;
      position: fixed;
      bottom: 0;
      z-index:999;
    } 

    .menu_under a{
        padding-left: 1%;
    }

    .menu_under img{
        width: 15%;
    }

    .btn {
    width: 280px;
    height: 85px;
    padding: 0 1px;
    margin: 0 ;
    color: #fff;
    background: #004c80;
    border: none;
    border-radius: 50px;
    font:  24px "游ゴシック";
    font-weight: bold;
    text-align: center;
    -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.863));
    }

    button:focus {
    outline: none;
    }

    .modal_pop{
    width: 100vw;
    height: 100vh;
    position:fixed;
    top: 0;
    left:0;
    z-index:9997!important;
}
.bg{
    background-color: #1119;
    width: 100%;
    height: 100%;
    position:fixed;
    z-index:9998!important;
}
.modal_pop_main{
    position: absolute;
    width: 50%;
    height: 85%;
    left: 30%;
    top: 10%;
    background-color: #fff;
    z-index: 9999!important;
}

.modal_pop_main h3{
    font-size: 16px;
    font-weight: bold;
}

.modal_pop_main p{
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 1024px){
    .menu_under {
    width: 97%;
    }

    .menu_under img {
    width: 14.5%;
    }

    .btn {
    width: 220px;
    height: 65px;
    font: 18px "游ゴシック";
    font-weight: bold;
    }

}
    
@media screen and (max-width: 540px){
    .formbutton h3{
        font-size: 13px;
    }

    .btn_review{
        padding: 20px 35px;
    }

    .category_item{
        flex-basis: 30%;
    }

    .category h2 {
    margin-bottom: 30px;
    }

    h2.topics {
    font-size: 17px;
    }

    h2.topics::before {
    margin-right: 15px;
    }

    h2.topics::after {
    margin-right: 15px;
    }

    .intro_box {
    margin-bottom: 80px;
    }

    .description p {
    font-size: 13px;
    }


    .description {
    margin: 25px 0 50px 0;
    }

    .container{
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .item{
        flex-basis: 45%;
        margin: 20px 0;
    }

    .item h3{
        font-size: 13px;
    }

    .item p {
        font-size: 12px;
    }

    .item img{
        width: 95%;
    }

    .sec {
        margin-bottom: 100px;
    }

    .towel_category{
    margin-bottom: -15px;
    }

    .btn {
    width: 155px;
    height: 45px;
    font:  13px / 2 "游ゴシック";
    -webkit-filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.5));
    font-weight: bold;
    }

    .modal_pop_main{
    width: 95%;
    height: 88%;
    left: 3%;
    top: 10%;
    }

    .modal_pop_main h3{
    font-size: 14px;
    }

    .modal_pop_main p{
    font-size: 12px;
    }

    
}
   
@media screen and (min-width: 721px){	
.br-pc { display:block; }
.br-sp { display:none; }
}

@media screen and (max-width: 720px){	
.br-pc { display:none; }
.br-sp { display:block; }
}
    