/* /////////////////////////
全体の指定 
/////////////////////////*/
#bousai_bouhan_bouhan h2 {
    padding: 0;
}

#bousai_bouhan_bouhan section {
    padding: 0;
    background: #d1e0e5 !important;
}

#bousai_bouhan_bouhan {
    max-width: 900px;
    margin: auto;
    background-color: #d1e0e5;
    text-align: center;
}

#bousai_bouhan_bouhan img {
    width: 100%;
}

#bousai_bouhan_bouhan .qa-box__body .inner {
    width: 80%;
    margin: auto;
}

#bousai_bouhan_bouhan a {
    display: block;
}

#bousai_bouhan_bouhan h3 {
    color: #1c1c1c;
    padding: .5rem 1rem;
    font-size: 2rem;
    margin: 1.5vw auto 1vw;
}

#bousai_bouhan_bouhan h4 {
    padding: 0;
}

#bousai_bouhan_bouhan .anchor ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .5rem;
    margin: .5rem auto;
}

#bousai_bouhan_bouhan .anchor ul li {
    background-color: #03336c;
    color: #fff;
    padding: .5rem;
    border: solid 4px #03172f;
    border-radius: 10px;
    transition: all .2s;
    position: relative;
}

#bousai_bouhan_bouhan .anchor ul li a {
    font-size: 1rem;
}

#bousai_bouhan_bouhan .anchor ul li a:hover {
    font-size: 1rem;
    color: #fff !important;
}

#bousai_bouhan_bouhan .anchor ul li:hover {
    transform: translateY(3px);
    transition: all .2s;
}

#bousai_bouhan_bouhan .header-sticky {
    z-index: 5;
    background-color: #d1e0e5;
    padding: .2rem;
}

#bousai_bouhan_bouhan .anchor ul li::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 38%;
    width: 5px;
    height: 5px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 5%;
    transition: .3s;
}

#bousai_bouhan_bouhan .m10 {
    width: 90%;
    margin: auto;
    padding: 0 0 1rem;
}

/* /////////////////////////
チェック
/////////////////////////*/
#bousai_bouhan_bouhan .check {
    margin: auto;
}

#bousai_bouhan_bouhan .check .house {
    position: relative;
    background-color: #fff;
}

#bousai_bouhan_bouhan .check .house a {
    position: absolute;
    animation: anime1 0.5s ease 0s infinite alternate;
    transform-origin: center;
    background: #1c1c1c;
    color: #fff;
    border: 4px solid #1c1c1c;
    padding: 4px 10px;
    font-size: 1.1rem;
}

#bousai_bouhan_bouhan .check .house a:hover {
    background: #fff130;
    color: #1c1c1c !important;
    border: 4px solid #1c1c1c;
}

#bousai_bouhan_bouhan .check .house a::before {
    content: '';
    background-image: url(/IMAGE/bousai_bouhan_bouhan/bouhan/ns23_hand.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -22px;
    bottom: -10px;
    transition: 0.3s;
    cursor: pointer;
}

@keyframes anime1 {
    from {
        transform: scale(0.95, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

#bousai_bouhan_bouhan .check .house a.category_1 {
    top: 45%;
    left: 19%;
}

#bousai_bouhan_bouhan .check .house a.category_2 {
    top: 63%;
    left: 5%;
}

#bousai_bouhan_bouhan .check .house a.category_3 {
    top: 48%;
    left: 69%;
}

#bousai_bouhan_bouhan .check .house a.category_4 {
    top: 29%;
    left: 55%;
}

#bousai_bouhan_bouhan .check .house a.category_5 {
    top: 81%;
    left: 5%;
}

#bousai_bouhan_bouhan .check .house a.category_6 {
    top: 63%;
    left: 37%;
}

#bousai_bouhan_bouhan .check .house a.category_7 {
    top: 26%;
    left: 25%;
}

#bousai_bouhan_bouhan .check .house a.category_8 {
    top: 77%;
    left: 26%;
}

#bousai_bouhan_bouhan .check .house a.category_9 {
    top: 66%;
    left: 68%;
}

/* /////////////////////////
商品たち
/////////////////////////*/

#bousai_bouhan_bouhan .lineup .cate_in {
    background-color: #03336c;
    padding-bottom: 1rem;
    margin: 2rem 0;
    border-radius: 0 0 1rem 1rem;
}

#bousai_bouhan_bouhan .lineup .cate_box {
    margin: 1rem 1rem 0;
    border-radius: .5rem;
}

#bousai_bouhan_bouhan .lineup .cate_box>ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

#bousai_bouhan_bouhan .lineup .cate_box>ul>li {
    background-color: #fff;
    padding: .3rem .3rem .5rem;
    border-radius: 10px;
    text-align: center;
}

#bousai_bouhan_bouhan .lineup .cate_box>ul>li .item_img img,
#bousai_bouhan_bouhan .lineup .col_1 a img {
    border-radius: 10px;
}

#bousai_bouhan_bouhan .lineup .cate_box>ul>li a:hover,
#bousai_bouhan_bouhan .lineup .col_1>a:hover {
    opacity: .7;
    transition: .4s;
    color: #1c1c1c !important;
}

#bousai_bouhan_bouhan .lineup .banner {
    width: 96%;
    margin: 1rem auto;
}

#bousai_bouhan_bouhan .lineup .banner img {
    border-radius: .5rem;
}


/* 小見出し */
#bousai_bouhan_bouhan .lineup .type {
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    padding: 0 2rem 0;
    display: inline-block;
    border-bottom: dashed 1px #8bc8da;
    margin: 1rem auto;
}

/* 1カラムのレイアウト */
#bousai_bouhan_bouhan .lineup .col_1.pd_t {
    margin: 1rem 0 0;
}

#bousai_bouhan_bouhan .lineup .col_1.pd_b {
    margin: 0 0 1rem;
}

#bousai_bouhan_bouhan .lineup .col_1 {
    background-color: #fff;
    width: 99%;
    margin: auto;
    padding: .3rem .3rem .5rem;
    border-radius: 10px;
    text-align: center;
}

#bousai_bouhan_bouhan .lineup .col_1>a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: center;
}

/* 商品の訴求部分 */
#bousai_bouhan_bouhan .lineup .item_type {
    background-color: #d1e0e5;
    color: #436c9c;
    padding: .2rem 0;
    border-radius: 10px 10px 0 0;
}

#bousai_bouhan_bouhan .lineup .icon_box {
    padding: .7rem 0 .5rem;
}

#bousai_bouhan_bouhan .lineup .item_name {
    font-size: 1rem;
}

#bousai_bouhan_bouhan .lineup .item_icon {
    padding: .7rem 0;
    margin: 0 0 .3rem;
}

#bousai_bouhan_bouhan .lineup .cate_box>ul .item_icon span,
#bousai_bouhan_bouhan .lineup .col_1 .item_icon span {
    background-color: #fff331;
    color: #6e680d;
    margin-right: .5rem;
    padding: .2rem;
}

#bousai_bouhan_bouhan .lineup .cate_box>ul .item_icon span:last-child {
    margin-right: 0;
}

#bousai_bouhan_bouhan .lineup .item_price {
    border-top: dashed 1px #ccc;
    padding: .5rem 0 0;
}

#bousai_bouhan_bouhan .lineup .cate_box .item_price .price {
    font-size: 1.5rem;
}

#bousai_bouhan_bouhan .lineup .cate_box .item_price .spesicalprice,
#bousai_bouhan_bouhan .lineup .cate_box .item_price .intax {
    display: none;
}

#bousai_bouhan_bouhan .lineup .item_btn {
    background-color: #1c1c1c;
    color: #fff;
    width: 80%;
    margin: auto;
    padding: .2rem;
    border-radius: .5rem;
    position: relative;
}

#bousai_bouhan_bouhan .lineup .item_btn::after,
#bousai_bouhan_bouhan .lineup .item_btn_2col .btn::after,
#bousai_bouhan_bouhan .lineup .item_btn_3col .btn::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 38%;
    width: 5px;
    height: 5px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 5%;
    transition: .3s;
}

#bousai_bouhan_bouhan .lineup .category_btn a {
    font-size: 1.2rem;
}

#bousai_bouhan_bouhan .lineup .item_btn_2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 0 .5rem;
}

#bousai_bouhan_bouhan .lineup .item_btn_3col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    margin: 1rem;
}

#bousai_bouhan_bouhan .lineup .item_btn_2col .btn,
#bousai_bouhan_bouhan .lineup .item_btn_3col .btn {
    background-color: #1c1c1c;
    color: #fff;
    width: 100%;
    margin: auto;
    padding: .2rem;
    border-radius: .5rem;
    position: relative;
    transition: .4s;
}

#bousai_bouhan_bouhan .lineup .item_btn_2col .btn:hover,
#bousai_bouhan_bouhan .lineup .item_btn_3col .btn:hover {
    opacity: .7;
    transition: .4s;
}

#bousai_bouhan_bouhan .lineup .item_btn_3col .btn a:hover,
#bousai_bouhan_bouhan .lineup .item_btn_3col .btna:hover {
    color: #fff !important;
}


/* その他ボタン */

#bousai_bouhan_bouhan .lineup .category_btn {
    width: 80%;
    border-radius: 50px;
    margin: 1.5rem auto 1rem;
    text-align: center;
    padding: 1rem;
    background: #edfbff;
    color: #03336c;
    box-shadow: 0 4px 0 #011a38;
    transition: all .5s;
}

#bousai_bouhan_bouhan .lineup .category_btn:hover {
    transform: translateY(2px);
    transition: all .4s;
    box-shadow: 0 4px 0 #03336c;
}

#bousai_bouhan_bouhan .lineup .category_btn a:hover {
    color: #3b8092 !important;
}

#bousai_bouhan_bouhan .lineup .arrow {
    position: relative;
}

#bousai_bouhan_bouhan .lineup .arrow::before,
#bousai_bouhan_bouhan .lineup .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3%;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#bousai_bouhan_bouhan .lineup .icon::before {
    width: 2rem;
    height: 2rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #03336c;
}

#bousai_bouhan_bouhan .lineup .icon::after {
    right: 4.7%;
    width: 7px;
    height: 7px;
    border-top: 3px solid #edfbff;
    border-right: 3px solid #edfbff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#bousai_bouhan_bouhan .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 3;
}

#bousai_bouhan_bouhan .pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background-color: #03336c;
    border-radius: 80px;
    width: 70px;
    height: 70px;
    line-height: 1.3em;
    transition: 0.3s all;
}