@charset "UTF-8";

/*============================================================
	index_front
============================================================*/

.pc {
    display: block;
}

.sp {
    display: none;
}

.pcv {
    display: block;
}

.spv {
    display: none;
}

body.disbody {
    padding-bottom: 0;
}

.mv {
    width: 100%;
}

.worries h2,
#useful h2 {
    font-size: 33px;
    color: #ff004f;
}

.worries li h3,
.worries li p {
    text-align: left;
    line-height: 1.5;
}

.worries li h3 {
    font-size: 23px;
    text-decoration: underline;
    text-decoration-color: #ff004f;
    font-weight: bold;
}

.worries li {
    height: 200px;
    background: #FFF;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px;
}

.bg_gray {
    background: #efefef;
    margin-top: -62px;
    padding-top: 50px;
}

.mainVisArea {
    padding-bottom: 40px;
    position: relative;
    max-width: 960px;
    width: 100%;
}

.step {
    width: 100%;
    max-width: 650px;
}

.box {
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
    position: relative;
}

.left {
    width: 50%;
    float: left;
    margin-top: 76px
}

#useful li h3,
#useful li p {
    text-align: left;
    margin-left: 160px;
}

#useful li h3 {
    font-size: 20px;
}

#useful {
    margin: auto;
    max-width: 960px;
    padding-bottom: 30px;
}

#useful li {
    background: #FFF;
    width: 100%;
    margin: auto;
    padding: 10px;
    border: 1px solid #bdbdbd;
}

#useful .useful_inner {
    width: 80%;
}

#useful img {
    width: 20%;
}

#useful .useful_inner,
#useful img {
    float: left;
}

.box .box_h3 {
    text-align: left;
    vertical-align: middle;
    font-size: 24px;
    position: absolute;
    top: 20px;
    left: 18px;
}

.box .box_h3 img {
    max-width: 70px;
    width: 100%;
    vertical-align: middle;
}

.box p {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
}

.right {
    width: 50%;
    max-width: 350px;
    float: right;
    margin: 20px 0;
}

.right img {
    width: 100%;
}

.arrow1,
.arrow2 {
    position: absolute;
}

.arrow1 img,
.arrow2 img {
    width: 80px;
}

.arrow1 {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.arrow2 {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.box2_bottom {
    margin: 20px 0;
    width: 122%;
    display: table;
}

.box2_bottom .send_box {
    width: 30%;
    background: #000;
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.box2_bottom .address_box {
    background: #f7f8f8;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0 20px 20px;
}

.qa_box p {
    text-align: left;
}

.contentsBox02 {
    height: unset;
    overflow: hidden;
    width: 960px;
}

.qanda {
    max-width: 960px;
    width: 90%;
    margin: auto;
    padding-bottom: 40px;
}

.qa_title {
    margin-bottom: 60px;
}

.qa_title h2 {
    font-size: 26px;
    color: #ff004f;
}

p.p_Q {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

p.p_Q:before {
    content: url('../../disposal/qa_ui02.png');
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

p.p_A {
    font-size: 16px;
    margin-bottom: 60px;
    font-weight: bold;
}

p.p_A:before {
    content: url('../../disposal/qa_ui03.png');
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

#bottom_btn_area {
    z-index: 2000;
}

.ribbon {
    max-width: 760px;
    width: 100%;
}

.self_box {
    max-width: 960px;
    width: 100%;
    margin: -80px auto 0;
    font-size: 20px;
    padding-bottom: 40px;
}

.self_box p.txt {
    margin-top: 20px;
}

.pt62 {
    padding-top: 62px;
}

.self_box .send_box {
    width: 20%;
}

.self_box .address_box {
    text-align: left;
}

.self_box .ribbon {}

.self_box .box2_bottom {
    margin: 20px 0;
    width: 100%;
    display: table;
    font-size: 16px;
}

#footerArea {
    margin: auto 0 auto;
}

#footerArea .unit-footer01 {
    max-width: 960px;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 15px 0 0 0;
    text-align: center;
}

.form_box {
    margin: 30px auto;
}

.btn {
    background: #ABABAB;
    background-image: -webkit-linear-gradient(top, #ABABAB, #808080);
    background-image: -moz-linear-gradient(top, #ABABAB, #808080);
    background-image: -ms-linear-gradient(top, #ABABAB, #808080);
    background-image: -o-linear-gradient(top, #ABABAB, #808080);
    background-image: linear-gradient(to bottom, #ABABAB, #808080);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 0px #ffffff inset;
    -moz-box-shadow: 0px 1px 0px #ffffff inset;
    box-shadow: 0px 1px 0px #ffffff inset;
    color: #ffffff !important;
    font-size: 20px;
    padding: 8px 20px 8px 20px;
    border: solid #A0A0A0 1px;
    text-decoration: none;
    margin-right: 20px;
    display: inline-block;
}

.btn-active {
    background: #F75F69;
    background-image: -webkit-linear-gradient(top, #F75F69, #FF0259);
    background-image: -moz-linear-gradient(top, #F75F69, #FF0259);
    background-image: -ms-linear-gradient(top, #F75F69, #FF0259);
    background-image: -o-linear-gradient(top, #F75F69, #FF0259);
    background-image: linear-gradient(to bottom, #F75F69, #FF0259);
    border: solid #F44C57 1px;
    text-decoration: none;
}

.force-hide {
    display: none !important;
}

#box-size .btn:first-child {
    margin-left: 0px;
}

#box-size .btn {
    padding: 0px;
    width: 155px;
    height: 140px;
    margin: 0px;
    margin-left: 9px;
    display: inline-block;
    background: none;
    position: relative;
    border: 0px;
    box-shadow: none;
    text-indent: -9999px;
}

#box-size #boxsize1:before,
#box-size #boxsize2:before,
#box-size #boxsize3:before,
#box-size #boxsize4:before {
    width: 155px;
    height: 140px;
    display: block;
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../../img/contact/box-size1.png') no-repeat;
    background-size: 100% auto;
}

#box-size #boxsize2:before {
    background: url('../../img/contact/box-size2.png') no-repeat;
    background-size: 100% auto;
}

#box-size #boxsize3:before {
    background: url('../../img/contact/box-size3.png') no-repeat;
    background-size: 100% auto;
}

#box-size #boxsize4:before {
    background: url('../../img/contact/box-size4.png') no-repeat;
    background-size: 100% auto;
}

#box-size .btn-active:before {
    opacity: .4;
    /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=40);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=40)";
    /* IE 8 */
    -khtml-opacity: .40;
    /* Safari 1.x */
    -moz-opacity: .40;
    /* FF lt 1.5, Netscape */
}

#box-size .btn-active:after {
    content: '\9078\629E\6E08\307F\3067\3059';
    position: absolute;
    background: #000;
    display: block;
    color: #fff !important;
    left: 50%;
    top: 70px;
    width: 150px;
    margin-left: -75px;
    text-indent: 0px;
    text-align: center;
    font-size: 15px;
    padding: 10px 0px;
}

.pcv_postcord {
    display: inline-block;
}

form#mailform #transport label {
    display: inline-block;
    width: 220px;
    text-align: center;
    background: #fff;
    margin-right: 10px;
    padding: 10px;
    border-radius: 10px;
}

form#mailform #transport label img {
    display: block;
}

#trans-date .btn {
    display: inline-block;
    word-wrap: normal;
    margin-top: 10px;
    width: 190px;
    padding: 10px 5px;
    margin-right: 10px;
    text-align: center;
}

form#mailform table.mailform tr.header th {
    text-align: left;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    border: 0px;
    /* border-left: 10px solid #FF0059; */
    border-top: 40px solid #fff;
    border-bottom: 10px solid #fff;
    padding: 0px;
    line-height: 50px;
    text-indent: 20px;
    position: relative;
}

form#mailform table.mailform tr.header th:before {
    content: ' ';
    width: 10px;
    height: 50px;
    background: #FF0059;
    display: inline-block;
    position: absolute;
    left: 0px;
}

.step-image {
    text-align: center;
    margin-top: 30px;
}

.submit_btn {
    padding: 20px;
    max-width: 400px;
    width: 100%;
    background: #ff0059;
    color: #fff;
    font-size: 25px;
    border-radius: 50px;
    border: none;
}

input[type=radio] {
    display: none;
}

.box_num .label {
    background: #ABABAB;
    background-image: -webkit-linear-gradient(top, #ABABAB, #808080);
    background-image: -moz-linear-gradient(top, #ABABAB, #808080);
    background-image: -ms-linear-gradient(top, #ABABAB, #808080);
    background-image: -o-linear-gradient(top, #ABABAB, #808080);
    background-image: linear-gradient(to bottom, #ABABAB, #808080);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 0px #ffffff inset;
    -moz-box-shadow: 0px 1px 0px #ffffff inset;
    box-shadow: 0px 1px 0px #ffffff inset;
    color: #ffffff !important;
    font-size: 20px;
    padding: 8px 20px 8px 20px;
    border: solid #A0A0A0 1px;
    text-decoration: none;
    margin-right: 20px;
    display: inline-block;
}

.box_num input[type=radio]:checked+label {
    background: #F75F69;
    background-image: -webkit-linear-gradient(top, #F75F69, #FF0259);
    background-image: -moz-linear-gradient(top, #F75F69, #FF0259);
    background-image: -ms-linear-gradient(top, #F75F69, #FF0259);
    background-image: -o-linear-gradient(top, #F75F69, #FF0259);
    background-image: linear-gradient(to bottom, #F75F69, #FF0259);
    border: solid #F44C57 1px;
    text-decoration: none;
}

.box-size input[type=radio] {
    display: none;
}

.box-size .radio_rabel1 {
    width: 145px;
    height: 140px;
    display: inline-block;
    content: ' ';
    background: url('../../disposal/box-size3.png') no-repeat;
    background-size: 100% auto;
}

.box-size .radio_rabel2 {
    width: 145px;
    height: 140px;
    display: inline-block;
    content: ' ';
    background: url('../../disposal/box-size2.png') no-repeat;
    background-size: 100% auto;
}

.box-size .radio_rabel3 {
    width: 145px;
    height: 140px;
    display: inline-block;
    content: ' ';
    background: url('../../disposal/box-size1_new.png') no-repeat;
    background-size: 100% auto;
}

.box-size input[type=radio]:checked+label.radio_rabel1 {
    width: 145px;
    height: 140px;
    display: inline-block;
    content: ' ';
    background: url('../../disposal/box-size3_select.png') no-repeat;
    background-size: 100% auto;
}

.box-size input[type=radio]:checked+label.radio_rabel2 {
    width: 145px;
    height: 140px;
    display: inline-block;
    content: ' ';
    background: url('../../disposal/box-size2_select.png') no-repeat;
    background-size: 100% auto;
}

.box-size input[type=radio]:checked+label.radio_rabel3 {
    width: 145px;
    height: 140px;
    display: inline-block;
    content: ' ';
    background: url('../../disposal/box-size1_select_new.png') no-repeat;
    background-size: 100% auto;
}

.blogarea .news ul {
    display: flex;
}

.blogarea .news .news1 {
    width: 25%;
    border: 1px solid #727171;
    margin: 1%;
    background: #f7f7f7;
    position: relative;
    height: 260px;
}

.blogarea .news .news1 a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}

.blogarea .news .news1 img {
    height: 40%;
    width: 100%;
    object-fit: cover;
}

.blogarea .news .news1 p {
    padding: 10px 5px;
    text-align: left;
}

aside.blogarea {
    margin-top: 40px;
}

aside.blogarea .news1 .tag_a {
    position: absolute;
    bottom: 3px;
    right: 3px;
    display: flex;
    flex-wrap: wrap;
}

.blogarea .news .news1 .tag_a .tag a {
    position: static;
    color: #FFF;
}

.blogarea .news .news1 .tag_a .tag {
    margin-right: 3px;
    background: black;
    padding: 2px 3px;
    border-radius: 3px;
    margin-bottom: 1px;
}

.blogarea .b_title {
    font-size: 25px;
    padding: 10px 0px 0px;
}
.shobun_column .column{
    display: flex;
    max-width:1000px;
    margin:0px auto 150px;
}
.shobun_column .column li{
    width: 25%;
    border: 1px solid #c5c5c5;
    text-align: left;
    padding: 5px;
    margin: 0.5%;
    position:relative;
}
.shobun_column .column li img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.shobun_column .column li p{
    padding: 5px;
}
.shobun_column h2 {
    font-size: min(8vw,33px);
    margin-bottom: 50px;
}
.shobun_column .column li a{
    position:absolute;
    display: block;
    width:100%;
    height:100%;
    left:0;
    bottom: 0;
}

@media (min-width: 1px) and (max-width: 767px) {
    .blogarea .news ul {
        flex-wrap: wrap;
    }
    .blogarea .news .news1 {
        width: 47%;
    }
    .blogarea .b_title {
        padding: 5px 0px 0px;
    }
    aside.blogarea {
        margin-top: 20px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .pcv {
        display: none;
    }
    .spv {
        display: block;
    }
    .worries li {
        height: 400px;
        margin: 10px;
    }
    .worries li:last-child {
        height: 300px;
    }
    .worries h2 {
        font-size: 28px;
    }
    #headerArea {
        clear: both;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 2vw 0;
        background: #ff0059;
        text-align: center;
        overflow: hidden;
    }
    #headerArea .unit-header01 {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0;
    }
    #headerArea .box01_v2 {
        float: left;
        width: 45%;
        height: auto;
        margin: 0 5% 0 0;
        padding: 0;
    }
    #headerArea .boxR {
        float: left;
        width: 45%;
        margin: 0;
        padding: 0 2% 0 0;
        background: #ff0059;
    }
    .box {
        margin: 20px;
        overflow: unset;
        padding: 35px 20px;
    }
    .left {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .right {
        float: none;
        width: 100%;
        max-width: unset;
        margin-top: 10px;
    }
    .right img {
        width: 100%;
    }
    .box .box_h3 {
        position: static;
        font-size: 14px;
    }
    .box p {
        text-align: left;
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .box .box_h3 img {
        max-width: 45px;
        width: 100%;
        vertical-align: middle;
    }
    .arrow1 img,
    .arrow2 img {
        width: 60px;
    }
    .arrow1 {
        top: unset;
        bottom: 0;
    }
    .arrow2 {
        top: unset;
        bottom: 0;
    }
    .box2_bottom {
        width: 100%;
    }
    .box2_bottom .address_box {
        padding: 10px 0 10px 20px;
    }
    .box2_bottom .send_box {
        width: 25%;
    }
    .contentsBox02 {
        clear: both;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    .contentsBox02 .boxL {
        float: left;
        width: 100%;
        margin: 30px 0 10px;
    }
    .contentsBox02 .boxL img,
    .contentsBox02 .boxR img {
        width: 100%;
    }
    .contentsBox02 .boxR {
        float: left;
        width: 100%;
        margin: 10px 0 30px;
    }
    .qa_title {
        margin-bottom: 20px;
    }
    p.p_Q {
        font-size: 15px;
    }
    p.p_Q:before {
        content: url('../../disposal/qa_ui02.png');
        display: inline-block;
        vertical-align: middle;
        padding-right: 10px;
        float: left;
    }
    p.p_A {
        font-size: 12px;
        margin-bottom: 60px;
        font-weight: bold;
    }
    p.p_A:before {
        content: url('../../disposal/qa_ui03.png');
        display: inline-block;
        vertical-align: middle;
        padding-right: 10px;
        float: left;
    }
    .self_box {
        width: 90%;
        padding-bottom: 10px;
    }
    .self_box .box2_bottom {
        margin: 20px 0;
        width: 100%;
        text-align: left;
    }
    .self_box p.txt {
        margin-top: 20px;
        font-size: 11px;
    }
    .self_box .box2_bottom {
        margin: 20px 0;
        width: 100%;
        display: table;
        font-size: 15px;
    }
    /*SPサイト用*/
    .form_box {
        margin: 30px auto;
        width: 90%;
    }
    form#mailformpro #transport label {
        display: inline-block;
        width: 220px;
        text-align: center;
        background: #fff;
        margin-right: 10px;
        padding: 10px;
        border-radius: 10px;
    }
    form#mailformpro #transport label img {
        display: block;
    }
    form#mailformpro table.mailform tr th {
        display: block;
        border: none;
    }
    form#mailformpro table.mailform tr td {
        display: block;
        border: none;
        padding: 0;
    }
    form#mailformpro table.mailform {
        width: 100%;
        max-width: 960px;
    }
    form#mailformpro table.mailform tr.header th:before {
        content: ' ';
        width: 10px;
        height: 50px;
        background: #FF0059;
        display: inline-block;
        position: absolute;
        left: 0px;
    }
    form#mailform table.mailform tr.header th {
        border: 0px;
        border-left: none;
        border-top: none;
        border-bottom: none;
    }
    form#mailformpro table.mailform input {
        width: 99%;
    }
    form#mailformpro table.mailform td.address {
        padding-left: 0;
    }
    form#mailformpro table.mailform td.address input {
        width: 81%;
    }
    form#mailformpro table.mailform td.address input.postcode1 {
        max-width: 132px;
    }
    .postcode1 #box-size .btn {
        width: unset;
    }
    #box-size .btn-active:after {
        content: '\9078\629E\6E08\307F\3067\3059';
        position: absolute;
        background: #000;
        display: block;
        color: #fff !important;
        left: 50%;
        top: 70px;
        width: 150px;
        margin-left: -75px;
        text-indent: 0px;
        text-align: center;
        font-size: 15px;
        padding: 10px 0px;
    }
    #box-size #boxsize1:before,
    #box-size #boxsize4:before {
        width: 105px;
        height: 100px;
        display: block;
        content: ' ';
        position: absolute;
        top: 0px;
        left: 0px;
        background: url(../../img/contact/box-size1.png) no-repeat;
        background-size: 100% auto;
    }
    #box-size #boxsize2:before {
        width: 105px;
        height: 100px;
        display: block;
        content: ' ';
        position: absolute;
        top: 0px;
        left: 0px;
        background: url(../../img/contact/box-size2.png) no-repeat;
        background-size: 100% auto;
    }
    #box-size #boxsize3:before {
        width: 105px;
        height: 100px;
        display: block;
        content: ' ';
        position: absolute;
        top: 0px;
        left: 0px;
        background: url(../../img/contact/box-size3.png) no-repeat;
        background-size: 100% auto;
    }
    .submit_btn {
        padding: 10px;
        max-width: 200px;
        width: 100%;
        background: #ff0059;
        color: #fff;
        font-size: 16px;
        border-radius: 50px;
        border: none;
    }
    .pcv_postcord {
        display: none;
    }
    .box_num input[type=radio] {
        display: none;
    }
    .box_num .label {
        background: #ABABAB;
        background-image: -webkit-linear-gradient(top, #ABABAB, #808080);
        background-image: -moz-linear-gradient(top, #ABABAB, #808080);
        background-image: -ms-linear-gradient(top, #ABABAB, #808080);
        background-image: -o-linear-gradient(top, #ABABAB, #808080);
        background-image: linear-gradient(to bottom, #ABABAB, #808080);
        -webkit-border-radius: 5;
        -moz-border-radius: 5;
        border-radius: 5px;
        -webkit-box-shadow: 0px 1px 0px #ffffff inset;
        -moz-box-shadow: 0px 1px 0px #ffffff inset;
        box-shadow: 0px 1px 0px #ffffff inset;
        color: #ffffff !important;
        font-size: 14px;
        padding: 8px 13px 8px 13px;
        border: solid #A0A0A0 1px;
        text-decoration: none;
        margin-right: 8px;
        display: inline-block;
    }
    .box_num input[type=radio]:checked+label {
        background: #F75F69;
        background-image: -webkit-linear-gradient(top, #F75F69, #FF0259);
        background-image: -moz-linear-gradient(top, #F75F69, #FF0259);
        background-image: -ms-linear-gradient(top, #F75F69, #FF0259);
        background-image: -o-linear-gradient(top, #F75F69, #FF0259);
        background-image: linear-gradient(to bottom, #F75F69, #FF0259);
        border: solid #F44C57 1px;
        text-decoration: none;
    }
    .box-size input[type=radio] {
        display: none;
    }
    .box-size .radio_rabel1 {
        width: 100px;
        height: 100px;
        display: inline-block;
        content: ' ';
        background: url('../../disposal/box-size3.png') no-repeat;
        background-size: 100% auto;
    }
    .box-size .radio_rabel2 {
        width: 100px;
        height: 100px;
        display: inline-block;
        content: ' ';
        background: url('../../disposal/box-size2.png') no-repeat;
        background-size: 100% auto;
    }
    .box-size .radio_rabel3 {
        width: 100px;
        height: 100px;
        display: inline-block;
        content: ' ';
        background: url('../../disposal/box-size1.png') no-repeat;
        background-size: 100% auto;
    }
    .box-size input[type=radio]:checked+label.radio_rabel1 {
        width: 100px;
        height: 100px;
        display: inline-block;
        content: ' ';
        background: url('../../disposal/box-size3_select.png') no-repeat;
        background-size: 100% auto;
    }
    .box-size input[type=radio]:checked+label.radio_rabel2 {
        width: 100px;
        height: 100px;
        display: inline-block;
        content: ' ';
        background: url('../../disposal/box-size2_select.png') no-repeat;
        background-size: 100% auto;
    }
    .box-size input[type=radio]:checked+label.radio_rabel3 {
        width: 100px;
        height: 100px;
        display: inline-block;
        content: ' ';
        background: url('../../disposal/box-size1_select.png') no-repeat;
        background-size: 100% auto;
    }
    #useful li h3,
    #useful li p {
        margin-left: 0px;
    }
    #useful li h3 {
        margin-top: 10px;
        font-size: 18px;
    }
    #useful li {
        width: 90%;
    }
    #useful li p {
        line-height: 1.8;
    }
    #useful .useful_inner {
        width: 100%;
    }
    #useful h2 {
        font-size: 25px;
    }
    #useful .useful_inner,
    #useful img {
        float: none;
    }
    #useful img {
        width: 90%;
        height: 150px;
        object-fit: cover;
    }
    .grad-wrap {
        position: relative;
    }
    .grad-item {
        position: relative;
        overflow: hidden;
        height: 30px;
    }
    .grad-item::before {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
        background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
        content: "";
    }
    .grad-trigger {
        display: none;
    }
    .grad-trigger:checked+.grad-btn {
        display: none;
    }
    .grad-trigger:checked~.grad-item {
        height: auto;
    }
    .grad-trigger:checked~.grad-item::before {
        display: none;
    }
    .grad-btn {
        z-index: 2;
        position: absolute;
        right: 0;
        bottom: -10;
        left: 0;
        width: 90%;
        margin: auto;
        padding: .5em 0;
        border-radius: 2px;
        background: black;
        color: #fff;
        font-size: 1.3rem;
        text-align: center;
        cursor: pointer;
        transition: .2s ease;
        box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    }
    .shobun_column .column{
        flex-wrap: wrap;
    }
    .shobun_column .column li{
        width: 45%;
        margin:10px auto;
    }
}

.sp {
    display: none;
}

.pc_footer {
    display: inline;
}

#fixfooter .pc_footer {
    font-size: 20px;
}

#kaitori_item {
    background: #ff025c;
}

#kaitori_item_no {
    background: black;
    padding: 0px 0px 10px 0px;
}

#kaitori_item h2,
#kaitori_item_no h2 {
    color: #FFF;
    line-height: 2;
    font-size: 30px;
}

#kaitori_item .item_inner,
#kaitori_item_no .item_no_inner {
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 940px;
    padding: 0px 0px 10px 0px;
}

#kaitori_item_no .item_no_inner li {
    width: 18.5%;
    padding: 10px 0px;
    background: #FFF;
    margin: 0.3% auto;
    font-weight: bold;
}

#kaitori_item_no .item_no_inner span {
    font-size: 10px;
}

#kaitori_item .item_inner li {
    width: 18.5%;
    height: 150px;
    margin: 0.3% auto;
    background: #FFF;
}

#kaitori_item .item_inner img {
    height: 85%;
    margin-top: 5px;
}

#kaitori_item .item_inner p {
    font-weight: bold;
}

.ribbon14-wrapper {
    display: block;
    position: relative;
    background: #51da48;
    box-sizing: border-box;
}

.ribbon14 {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0;
    padding: 10px 0;
    width: 40px;
    text-align: center;
    font-size: 17px;
    color: white;
}

@media screen and (max-width: 480px) {
    #kaitori_item .item_inner li {
        width: 33%;
    }
    #kaitori_item_no .item_no_inner li {
        width: 24%;
    }
    #kaitori_item .item_inner img {
        height: 80%;
    }
    .sp {
        display: block;
    }
    .pc_footer {
        display: none;
    }
    #kaitori_item .item_inner p {
        font-size: 10px;
        line-height: 1.2;
        margin-top: 5px;
    }
    #kaitori_item .item_inner .long {
        margin-top: 0px;
    }
}

.hikaku img {
    width: 100%;
}

.hikaku {
    max-width: 940px;
    margin: auto;
}

.hikaku h2 {
    font-size: 3vw;
    margin: 18px 0px -58px 0px;
    color: #ff004f;
}

@media screen and (max-width: 480px) {
    .hikaku h2 {
        margin: 18px 0px -20px 0px;
    }
    .hikaku h2 {
        font-size: 6vw;
    }
}

#headerArea h1 {
    color: black;
}