.search-box .form-control {
    width: calc(100% - 60px);
    float: left;
    margin-right: 10px;
}
.search-box .btn {
    /*width: calc(100% - 60px);*/
    float: left;
}

.navbar-default {
    background-color: #ff5252;
    border-color: #ff5252;
    border-radius: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #e33e3e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #e33e3e;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #e33e3e;
}
.navbar-default .navbar-nav .dropdown-menu {
    max-height: 272px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.navbar-aside {
    display: block;
    width: 100%;
    float: left;
}
.navbar-aside .navbar-nav {
    width: 100%;
}
.navbar-aside ul li {
    width: 100%;
    float: left;
}
.navbar-aside ul li .dropdown-toggle {
    display: block;
    width: 100%;
    cursor: pointer;
}
.navbar-aside ul li .dropdown-toggle img {
    width: auto;
    height: 100%;
    max-height: 50px;
}
.navbar-aside .dropdown-menu {
    position: relative;
    width: 100%;
    margin-top: 15px !important;
    border: none;
    border-top: 1px solid #ddd;
    box-shadow: none;
}
.navbar-aside .dropdown-menu li + li {
    border-top: 1px solid #ddd;
}

.block-01 {}
.block-01 .right .grid.three a {
    border-radius: 100%;
    transition: all .6s ease-in-out;
}
.block-01 .right .grid.three a:hover {
    border-radius: 4px;
}
.block-01 .right .grid.three .column:last-child a:hover {
    border-radius: 100%;
}

.product-option .form-check-label {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.product-option .form-check-label .pic-box {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.product-option .form-check-label:focus .pic-box,
.product-option .form-check-label:hover .pic-box {
    border: 1px solid #ff5252;
    opacity: .8;
}
.product-option .form-check-label > input:checked ~ .pic-box {
    border: 1px solid #ff5252;
    opacity: .8;
}
.product-option .form-check-label .show-box {
    display: none;
    position: absolute;
    top: -126px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    z-index: 99;
    border: 1px solid #ff5252;
    transition: all .3s ease-in-out;
}
.product-option .form-check-label .show-box:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    width: 0;
    height: 0;
    border: 6px solid #ff5252;
    border-bottom: transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.product-option .form-check-label:hover .show-box {
    display: block;
}
.product-detail {}
.product-detail .pic-group > img {
    margin-bottom: 15px;
}
.product-detail .table tbody > tr > th {
    background: #f5f5f5;
}

.right-fixed-box {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 99;
    width: 150px;
    height: 120px;
    margin-right: -100px;
    transition: all .1s ease-in-out;
    background: #ccc;
}
.right-fixed-box:hover {
    margin-right: 0;
    /*transition: all .3s ease-in-out;*/
}

#are-you-ready .title-box .logo img {
    width: auto;
    height: 100%;
    max-height: 100px;
}
#are-you-ready .content .title-a {
    color: black;
    font-size: 20px;
    font-weight: bold;
}
#are-you-ready .content .title-b {
    color: #d81b60;
    font-size: 20px;
    font-weight: bold;
}
#are-you-ready .content .title-c {
    color: #333;
}
#are-you-ready .btn-box {
    width: 100%;
}
#are-you-ready .btn-box img {
    width: auto;
    height: 100%;
    max-height: 50px;
}

.aside .list > li {
    position: relative;
}
.aside .list > li > a:focus,
.aside .list > li > a:hover {
    color: #e53935;
}
.aside .list > li.active > a {
    color: #f44336;
}
.aside.aside-box .list > li:before {
    top: 1.35rem;
}
.aside.aside-box .list > li .touch-button {
    display: inline-block;
    position: absolute;
    top: 1rem;
    right: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    text-indent: -9999px;
    padding: 0;
    border: medium none;
    background: #868686 url("../../assets/img/plus-minus.png") no-repeat scroll left top;
    overflow: hidden;
}
.aside.aside-box .list > li .touch-button.active,
.aside.aside-box .list > li .touch-button:hover {
    background-position: left bottom;
    background-color: #f44336;
}
.aside.aside-box .list > li .sub-menu {
    list-style: none;
    padding-left: 15px;
    margin-bottom: 1rem;
}
.aside.aside-box .list > li .sub-menu > li + li {
    border-top: 1px dashed #ddd;
}
.aside.aside-box .list > li .sub-menu > li > a {
    display: inline-block;
    padding: .5rem;
    transition: all 0.3s ease-in-out;
}
.aside.aside-box .list > li .sub-menu > li > a:hover,
.aside.aside-box .list > li .sub-menu > li > a:focus {
    color: #f44336;
}
.aside.aside-box .list > li .sub-menu > li:hover:before {
    color: #f44336;
}
.aside.aside-box .list > li .sub-menu > li:hover > a {
    color: #f44336;
}

/*2021-09-22*/
.product-price {
    display: flex;
    padding: 15px 0 10px 0;
}
.product-price .price {
    display: flex;
    align-items: baseline;
}
.product-price .discount-box {
    position: relative;
}
.product-price .discount-box .discount {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: auto;
    height: 24px;
    background: #ff5252;
    padding: 0 5px 0 12px;
    transform: rotate(-30deg);
    line-height: 24px;
    color: #fff;
}
.product-price .discount-box .discount:before {
    content: "";
    position: absolute;
    z-index: 9;
    left: -1px;
    width: 0;
    height: 0;
    /*border: 12px solid #ff5252;*/
    border-top: 12px solid #ff5252;
    border-right: 1px solid #ff5252;
    border-bottom: 12px solid #ff5252;
    border-left: 10px solid #fff;
}
.product-add-to-cart {
    width: 100%;
    padding: 0 5%;
}
.product-add-to-cart .btn {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 280px;
    background: linear-gradient(to bottom, #E17D7C 3%, #DA5B66 4%, #DB442F 96%, #E06F69 97%);
    border-radius: 4px;
    border: 1px solid #C82737;
    padding: 15px 15px;
}
.product-add-to-cart .btn .fa {
    font-size: 24px;
}
.product-add-to-cart .btn span {
    border-left: 1px solid #ccc;
    margin-left: 20px;
    padding-left: 20px;
    font-size: 24px;
}

.in-stock .progress {
    width: 100%;
    height: 10px;
    background: #ddd;
    border-radius: 10px;
}
.in-stock .progress .progress-bar {
    height: 10px;
    background: linear-gradient(to right, orangered, orange);
    border-radius: 10px;
}
/*2021-09-22*/

/*2021-06-28*/
.product-choice .accordion dt {
    position: relative;
    border-radius: 6px;
    border: solid 1px #ddd;
    padding: 10px 15px;
    cursor: pointer;
    color: #464646;
    font-size: 16px;
    font-weight: bold;
}
.product-choice .accordion dt {
    margin-top: 15px;
}
.product-choice .accordion dt::before {
    content: "もっと見る ⌵";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: block;
}
.product-choice .accordion dt::after {
    content: "∧";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: none;
}
.product-choice .accordion dt:focus, .product-choice .accordion dt:hover {
    color: #c62828;
}
.product-choice .accordion dt.open {
    border-radius: 6px 6px 0 0;
    color: #c62828;
}
.product-choice .accordion dt.open::before {
    display: none;
}
.product-choice .accordion dt.open::after {
    display: block;
}
.product-choice .accordion dd {
    padding: 15px;
    border-radius: 0 0 6px 6px;
    border: 1px solid #ddd;
    border-top: none;
}

.nav-tabs {
    display: flex;
    justify-content: center;
    /*border-bottom: 2px solid #333;*/
    border: none;
}
.product-detail-tabs .nav-tabs > li {
    margin-bottom: -2px;
}
.product-detail-tabs .nav-tabs > li.active > a,
.product-detail-tabs .nav-tabs > li.active > a:focus,
.product-detail-tabs .nav-tabs > li.active > a:hover,
.product-detail-tabs .nav-tabs > li > a:focus,
.product-detail-tabs .nav-tabs > li > a:hover {
    color: #fff;
    cursor: default;
    /*border: 2px solid #333;*/
    /*border-bottom-color: transparent;*/
    border: none;
    background-color: #ff5252;
}
.product-detail-tabs .nav-tabs > li > a {
    /*border-radius: 0;*/
    /*border: 2px solid #333;*/
    /*border-bottom: none;*/
    border: none;
    background-color: transparent;
    color: #ff5252;
    font-weight: bold;
}
.product-detail-tabs .nav-tabs > li > a {
    margin-right: 5px;
}
.product-detail-tabs .tab-content {
    padding: 15px;
}
/*2021-06-28*/

/*2021-08-11*/
.user-title-block {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 48px;
    padding: 0 0 0 78px;
}
.user-title-block .title {
    display: flex;
    align-items: center;
}
.user-title-block:before {
    content: "";
    position: absolute;
    left: 0;
    width: 66px;
    height: 48px;
}

.ranking-title {
    border-bottom: 3px solid #9c7f16;
}
.ranking-title:before {
    background: url("../img/icon_ranking.png") 0 0 no-repeat;
}

.lineup-title {
    border-bottom: 3px solid #72d838;
}
.lineup-title:before {
    background: url("../img/icon_lineup.png") 0 0 no-repeat;
}

.productsd-title {
    border-bottom: 3px solid #ed2b45;
}
.productsd-title:before {
    background: url("../img/product_sd.png") 0 0 no-repeat;
}

.video-title {
    border-bottom: 3px solid #38b4cb;
}
.video-title:before {
    background: url("../img/product_originalgoods.png") 0 0 no-repeat;
}

.review-title {
    border-bottom: 3px solid #f78901;
}
.review-title:before {
    background: url("../img/product_os.png") 0 0 no-repeat;
}

.container-video .page-info {
    border: 1px solid #ddd;
}
.container-video .page-info .content {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 15px;
}

.iframe-main {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.iframe-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container-picture {

}
.container-picture .slider {
    width: 100%;
}
.container-picture .slick-slide {
    margin: 0;
}
.container-picture .slick-slide img {
    width: 100%;
}
.container-picture .slick-prev:before,
.container-picture .slick-next:before {
    color: black;
}
.container-picture .slick-prev {
    left: 0;
    z-index: 10;
}
.container-picture .slick-next {
    right: 0;
    z-index: 10;
}
.container-picture .slick-slide {
    transition: all ease-in-out .3s;
}
.container-picture .slider .pic {
    position: relative;
    display: block;
}
.container-picture .slider .pic .info {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    padding: 15%;
}
.container-picture .slider .pic .info p {
    color: #fff;
    font-size: 12px;
}
.container-picture .slider .pic:hover .info {
    display: block;
}
.container-picture .owl-carousel .pic {
    position: relative;
    display: block;
}
.container-picture .owl-carousel .pic .info {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    padding: 10%;
}
.container-picture .owl-carousel .pic .info p {
    color: #fff;
    font-size: 12px;
}
.container-picture .owl-carousel .pic:hover .info {
    display: block;
}
.container-reviews .review-list {
    border: 1px solid #ccc;
    padding: 10px;
}
.container-reviews .review-list .content {
    max-height: 370px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.container-reviews .page-info {
    border: 1px solid #ddd;
}
.read-more-block {
    overflow: hidden;
}
/*2021-08-11*/

/*2021-09-13*/
.page20210913 .box-block-special .row .item-box:hover {
    background-color: orange;
}
.page20210913 .box-block-special .btn-tabs {
    display: block;
    background-color: #fff;
    border: 2px solid #81000c;
    color: #81000c;
}
.page20210913 .box-block-special .btn-tabs:focus,
.page20210913 .box-block-special .btn-tabs:hover {
    background-color: #81000c;
    color: #fff;
    border: 2px solid #81000c;
}
.page20210913 .box-block-end {
    background: linear-gradient(135deg, #ffde00, #fff08f, #ffde00);
    background-image: linear-gradient(135deg, rgb(255, 222, 0), rgb(255, 240, 143), rgb(255, 222, 0));
    background-image: -moz-linear-gradient(135deg, #ffde00, #fff08f, #ffde00);
    background-image: -webkit-linear-gradient(135deg, #ffde00, #fff08f, #ffde00);
}
.page20210913 .box-block-s-+pecial .pic-box-special img {
    max-width: 60%;
}
/*2021-09-13*/

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    header .middle {
        position: absolute;
        bottom: -79px;
        z-index: 99;
    }

    .right-fixed-box {
        display: none;
    }

    .page20210913 .box-block-special .pic-box-special img {
        max-width: 100%;
    }
}

@media (max-width: 479px) {
    .navbar-default .navbar-toggle {
        color: #fff;
        padding: 9px 15px;
        border-color: #fff;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        color: #ff5252;
        background-color: #fff;
    }
    .navbar-default .navbar-nav .dropdown-menu {
        max-height: 100%;
        overflow-x: inherit;
        overflow-y: inherit;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
}

@media (max-width: 319px) {}