@charset "utf-8";
.blue {
    color: rgba(17, 67, 138, 1);
}
.bk_blue {
    background: #135aa5;
    background: -webkit-linear-gradient(-45deg, #004a9d 50%, #003677 100%);
    background: linear-gradient(135deg, #004a9d 50%, #003677 100%);
}
.bk_green {
    background: #16843d;
}
.bk_orange {
    background: #bc200b;
}
.shadow {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.no {
    font-family: "Roboto Condensed", sans-serif;
}
.wrapper {
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.content {
    width: 95%;
    max-width: 1500px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.noimg{
    pointer-events: none;
}
.page-h3,
.search-h3 {
    font-size: 3vw;
}
.page-h3 small,
.search-h3 small {
    font-size: 1.4vw;
    font-weight: 700;
}
.page-h3:after {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 5vw;
    font-weight: 900;
    color: #003677;
}
.search-lead{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.search-lead_img{
	flex-basis:25%;
	-webkit-flex-basis:25%;
	max-width:25%;
}
.search-lead_text{
	flex:1;
    -webkit-flex:1;
    padding-left: 5%;
}
.new_price:after{
    content: "新価格";
    display: inline-block;
    margin-left: 5px;
    padding: 3px 5px 5px 8px;
    background: #cc0000;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 2px;
    text-align: center;
    vertical-align: 2px;
}
@media screen and (max-width: 1580px) {
    .page-h3,
    .search-h3 {
        font-size: 3.4vw;
    }
    .page-h3 small,
    .search-h3 small {
        font-size: 2vw;
    }
    .page-h3:after {
        font-size: 6vw;
    }
}

@media screen and (max-width: 1480px) {
    .wrapper {
        width: 95% !important;
    }
}
@media screen and (max-width: 1280px) {
    .page-h3{
        font-size: 28px;
    }
}
@media screen and (max-width: 680px) {
    .search-lead{
        flex-wrap: wrap;
    }
    .search-lead_text,
    .search-lead_img {
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .page-h3,
    .search-h3 {
        font-size: 21px;
        line-height: 1.3em;
    }
    .page-h3 small,
    .search-h3 small {
        font-size: 3vw;
    }
    .page-h3:after {
        margin-top: 10px;
        font-size: 7vw;
    }
}
@media screen and (max-width: 480px) {
    .page-h3,
    .search-h3 {
        font-size: 18px;
        margin-bottom: 10px !important;
    }
    .page-h3 small,
    .search-h3 small {
        font-size: 14px;
    }
    .page-h3:after {
        font-size: 14vw;
    }
}

.btn {
    background: #16843d;
    padding: 20px 3%;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    line-height: 1em;
    font-size: 21px;
    position: relative;
    z-index: 999;
}
.btn span{
    color: #fff;
}
.btn:hover {
    background: #bc200b;
}
@media screen and (max-width: 980px) {
    .btn {
        font-size: 2vw;
    }
}
@media screen and (max-width: 680px) {
    .btn {
        font-size: 3vw;
    }
}
@media screen and (max-width: 480px) {
    .btn {
        padding: 15px 3%;
        font-size: 16px;
        border: 1px solid #fff;
    }
}


/*LIKE LIST ICON*/
.status-like {
    position: relative;
}
.status-like_login{
    display: none;
    position: absolute;
    left: 10px;
    bottom: 30px;
    background: #fff;
    padding: 7px 10px;
    font-size: 12px;
    min-width: 220px;
    max-width: 80%;
    text-align: left;
    border: 3px solid #e10443;
    border-radius: 10px;
}
.status-like_login:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}
.status-like_login:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #e10443;
  z-index: 1;
}
.status-like_login a{
    color:#e10443;
    text-decoration: underline;
}
.status-like_off{
    font-size: 13px;
    color: #e10443;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.status-like_off--check{
    display: none;
}
input:checked+.status-like_login{
    display: block;
}


.status-like_member{
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.status-like_member span{
    font-size: 13px;
    color: #e10443;
}
.status-like_member--off:before{
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    padding-right: 2px;
    color: #e10443;
    font-size: 16px;
}
.status-like_member--on:before{
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    padding-right: 2px;
    color: #e10443;
    font-weight: 900;
    font-size: 16px;
}
/*ICONS*/
.status-icon span{
    margin-left: 2px;
    line-height: 0;
}
.status-icon small{
    font-size: 10px;
}
.status-icon_360 small{
    color: #16843d;
}
.status-icon_movie small{
    color: #bc200b;
}
.status-icon_zoom small{
    color:#0073c9;
}
@media screen and (max-width: 680px) {
    .status-icon{
        flex-basis:100%;
        -webkit-flex-basis:100%;
        max-width:100%;
    }
}


/*HEADER*/
.head{
    width: 95%;
    margin: 0 auto;
}
.head-header{
    flex-basis: 450px;
}
.head-h1 {
    order: 1;
    -webkit-order: 1;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 600;
    flex: 1;
    -webkit-flex: 1;
}
.head-title {
    flex-basis: 40%;
    -webkit-flex-basis: 40%;
    max-width: 170px;
    padding-right: 1em !important;
}
.head-title img.for680un{
    display: none;
}
.head-cv_count {
    flex-basis: 7em;
    -webkit-flex-basis: 7em;
    max-width: 7em;
    margin-right: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 1.5em;
}
.head-cv {
	flex:1;
	-webkit-flex:1;
}
.head-cv_count b {
    color: #c30000;
    font-size: 26px;
    line-height: 1em;
}
.head-cv_login {
    margin-bottom: 5px;
    flex-basis: 400px;
    -webkit-flex-basis: 400px;
    max-width: 400px;
}
.head-cv_login--text {
    flex-basis: 200px;
    -webkit-flex-basis: 200px;
    max-width: 200px;
    margin-bottom: 0 !important;
    font-size: 14px;
    border-left: 1px solid #999;
    padding-left: 10px;
}
.head-cv_login--text b {
    color: #c30000;
    font-size: 26px;
    line-height: 1em;
}
.head-cv_login--btn {
    flex-basis: 200px;
    -webkit-flex-basis: 200px;
    max-width: 200px;
    white-space: nowrap;
    font-size: 16px;
}
.head-cv_members{
    margin-bottom: 10px !important;
}
.head-cv_members--li {
    margin-left: 1em !important;
}
.head-cv_in b {
    display: inline-block;
}
.head-cv_in--login{
    display: none;
}
.login .head-cv_count .no,
.login .head-cv_count span,
.login .head-cv_login--text span,
.login .head-cv_login--btn {
    display: none;
}
.login .head-cv_login {
    margin-bottom: 15px;
    flex-basis: auto;
    -webkit-flex-basis: auto;
    max-width: auto;
}
.login .head-cv_login--text{
    line-height: 1em;
    border: none;
}
.login .head-cv_count{
    flex-basis: 110px;
    -webkit-flex-basis: 110px;
    max-width: 110px;
    border: none;
    padding-right: 0;
    margin-right: 0;
}
.login .head-cv_count b {
    color: #c30000;
    font-size: 30px;
}
.login .head-cv_in--logout{
    display: none;
}
.login .head-cv_in--login{
    display: inline-block;
    margin-left: 1em;
}
.login .head-cv_count{
    padding-bottom: 0;
}
.login .head-cv_login--text b{
    font-size: 34px;
    padding-right: 2px;
}
@media screen and (max-width: 980px) {
    .head{
        width: 100%;
    }
    .head-header{
        width: 95% !important;
        background: #fff;
        margin: 0 auto;
        flex:inherit;
        -webkit-flex:inherit;
        justify-content: space-between !important;
        -webkit-justify-content: space-between !important;
    }
    .head-title {
        padding: 0 1em 0 0 !important;
    }
    .head-header{
        padding: 10px 0 !important;
        width: 100%;
        justify-content:center;
        -webkit-justify-content:center;
    }
    .head-h1 {
        flex:inherit;
        -webkit-flex: inherit;
    }
    .head-cv{
        display:flex;
        display:-webkit-flex;
        align-items:center;
        -webkit-align-items:center;
        background: #eee;
        padding: 5px 0;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .head-cv_item{
        flex:1;
        -webkit-flex:1;
        justify-content:flex-start;
        -webkit-justify-content:flex-start;
        padding-left: 1em;
    }
    .head-cv_count {
        flex-basis: 8em;
        -webkit-flex-basis: 8em;
        max-width: 8em;
        text-align: right;
        padding: 0 10px 5px 0;
    }
    .head-cv_members{
        flex-basis: 18em;
        -webkit-flex-basis: 18em;
        max-width: 18em;
    }
    .head-cv_login--btn{
        flex-basis: 8em;
        -webkit-flex-basis: 8em;
        max-width: 8em;
        padding: 12px 0;
    }
    .head-cv_login--btn span{
        display: none;
    }
    .head-cv_login--text {
        border-left: 1px solid #999;
        padding-left: 10px;
    }
    .head-cv_count b {
        font-size: 26px;
    }
    .head-cv_members--li{
        margin: 0 1em 0 0 !important;
    }
    .head-cv_login {
        flex-basis: 330px;
        -webkit-flex-basis: 330px;
        max-width: 330px;
    }
    .login .head-cv_item{
        padding: 0;
    }
    .login .head-cv_members {
        flex-basis: 23em;
        -webkit-flex-basis: 23em;
        max-width: 23em;
    }
    .login .head-cv_item{
        justify-content:center;
        -webkit-justify-content:center;
    }
}
@media screen and (max-width: 780px) {
    .head-header {
        padding: 10px 0 0 !important;
    }
    .head-title img.for680up{
        display: none;
    }
    .head-title img.for680un{
        display: block;
    }
    .head-cv{
        flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
        background: #fff;
    }
    .head-cv_item{
        background: #eee;
        padding: 5px 10px;
    }
    .head-cv_members {
        margin-bottom: 0 !important;
        padding: 10px 0 0 !important;
    }
    .head-cv_members,
    .login .head-cv_members {
        flex-basis:100%;
        -webkit-flex-basis:100%;
        max-width:100%;
    }
    .login .head-cv {
        margin-top: 71px;
    }
}
@media screen and (max-width: 680px) {
    .head-header {
        padding: 10px 0 0 !important;
    }
    .head-title{
        padding:0 0 5px 0 !important;
        margin: 0 auto;
    }
    .head-h1 {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        max-width: 100%;
        text-align: center;
        font-size: 10px;
    }
    .head-cv_item,
    .head-cv_members{
        justify-content:center;
        -webkit-justify-content:center;
    }
}
@media screen and (max-width: 480px) {
    .head-title {
        flex-basis: 210px;
        -webkit-flex-basis: 210px;
        max-width: 210px;
    }
    .head-cv_item {
        padding: 10px 0;
    }
    .head-cv_count,
    .head-cv_login--text {
        font-size: 12px;
        line-height: 1.5em;
    }
    .head-cv_login--text {
        flex-basis: 170px;
        -webkit-flex-basis: 170px;
        max-width: 170px;
        padding-left: 5px;
    }
    .head-cv_login {
        flex-basis: 250px;
        -webkit-flex-basis: 250px;
        max-width: 250px;
        margin-bottom: 0;
    }
    .head-cv_count b,
    .head-cv_login--text b {
        font-size: 18px;
    }
    .head-cv_count {
        flex-basis: 7em;
        -webkit-flex-basis: 7em;
        max-width: 7em;
        margin: 0 5px;
        padding: 0;
    }
    .head-cv_login--btn {
        flex-basis: 7.5em;
        -webkit-flex-basis: 7.5em;
        max-width: 7.5em;
        font-size: 13px;
        padding: 10px 5px;
    }
    .login .head-cv_count {
        flex-basis: 95px;
        -webkit-flex-basis: 95px;
        max-width: 95px;
    }
    .login .head-cv_login--text b {
        font-size: 28px;
    }
    .login .head-cv_name p{
        font-size: 12px;
    }
    .login .head-cv_in--login {
        font-size: 12px;
    }
}







/*GNAV*/
.gnav-li{
    flex-basis: 16.5%;
    -webkit-flex-basis: 16.5%;
    max-width: 16.5%;
    margin-bottom: 5px !important;
}
.gnav-li_a {
    padding: 15px 0 !important;
    border: 3px solid #003677;
    border-radius: 8px;
    line-height: 1.2em;
    font-weight: 700;
    font-size: 18px;
}
.gnav-li_a br{
    display: none;
}
.gnav-li_a b{
    line-height: 1.2em;
    font-weight: 700;
    font-size: 18px;
}
.gnav-li_a:hover,
.gnav-li_a.active{
    background: #003677;
    color: #fff;
}
.gnav-li_a:hover b,
.gnav-li_a:hover i,
.gnav-li_a.active i{
    color: #fff;
}
.gnav-li_a br{
    display: none;
}
.gnav-li_a i{
    color: #003677;
    font-size: 21px;
}
.gnav-sub{
    margin-bottom: 5px !important;
}
.gnav-sub_li {
    flex-basis: 20%;
    -webkit-flex-basis: 20%;
    max-width: 20%;
}
.gnav-sub_li--a{
    display: block;
    background: #135aa5;
    width: 100%;
    padding: 10px 0;
    border-right: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.gnav-sub_li--a b{
    font-size: 14px;
    color: #fff;
}
.gnav-sub_li:hover{
    background: #003677;
}
.gnav-ol li a br.forfixed,
.gnav_fixed .gnav-ol li a br.forfixed{
    display: none;
}
.gnav-li_a--urinushi b{
    padding-left: 1.5em;
}
.gnav-li_a--urinushi:before{
    content: "";
    position: absolute;
    display: block;
    bottom: 5px;
    left: 10%;
    width: 100px;
    height: 75px;
    background: url(../img/common/urinushi.svg) no-repeat;
    background-size: contain;
}
.sidr form{
    margin: 0 !important;
}
.gnav-sub_li--new{
    overflow: hidden;
}
.gnav-new{
    top: 10%;
    left: -47%;
    background: #b30202;
    color: #fff;
    font-size: 12px;
    width: 100%;
    transform: rotate(-45deg);
    font-weight: 100;
    padding: 2px 0;
}
@media screen and (max-width: 1880px) {
    .gnav-li_a--urinushi:before{
        width: 75px;
        height: 65px;
        left: 8%;
    }
    .gnav-new{
        left: -46%;
    }
}
@media screen and (max-width: 1480px) {
    .gnav-li_a,
    .gnav-li_a b {
        font-size: 15px;
    }
    .gnav-li_a--urinushi:before{
        width: 70px;
        height: 60px;
        left: 2px;
        bottom: 0;
    }
    .gnav-new{
        left: -45%;
    }
}
@media screen and (max-width: 1280px) {
    .gnav-li_a{
        padding: 10px 2px !important;
    }
    .gnav-li:first-child .gnav-li_a b {
        display: none;
    }
    .gnav-li_a--urinushi:before{
        width: 60px;
        height: 55px;
    }
    .gnav-new{
        left: -44%;
        font-weight: 12px;
    }
}
@media screen and (max-width: 1180px) {
    .gnav-new{
        left: -43%;
    }
}
@media screen and (max-width: 980px) {
    .gnav{
        width: 100% !important;
    }
    .gnav-sub{
        margin-bottom: 0 !important;
    }
    .gnav-ol{
        border-bottom: 1px solid #003677;
    }
    .gnav i,
    .gnav img,
    .gnav-sub_li--a b{
        display: none;
    }
    .gnav-li {
        flex-basis:inherit;
        -webkit-flex-basis: inherit;
        max-width: inherit;
        flex:1;
        -webkit-flex:1;
        margin-bottom: 0 !important;
        border-left: 1px solid #003677;
    }
    .gnav-li:first-child{
        border: none;
    }
    .gnav-li_a {
        border: none;
        border-radius: 0;
        background: #fff;
    }
    .gnav_fixed {
        width: 100% !important;
        top: 66px;
        left: 0;
        z-index: 99999999;
        background: #fff;
        border-bottom: 1px solid #fff;
    }
    .gnav-li_a--urinushi:before{
        display: none;
    }
    .gnav-new{
        left: -42%;
        font-size: 12px;
    }
}
@media screen and (max-width: 680px) {
    .gnav_fixed {
        top: 71px;
    }
    .gnav-li_a{
        font-size: 12px;
        height: 100%;
    }
    .gnav-li_a br{
        display: block;
    }
    .gnav-new{

        font-size: 10px;
    }
}
@media screen and (max-width: 480px) {
    .gnav_fixed {
        top: 60px;
    }
    .gnav-new{
        left: -34%;
    }
}


/*SEARCH BTN*/
.search-btn {
    display: none;
}
@media screen and (max-width: 680px) {
    .search-btn {
        display: block;
        width: 95%;
        margin: 0 auto;
        background: url(../img/common/kento_icon.png) no-repeat right -15px bottom -18px
            #16843d;
        background-size: 110px;
        text-align: left;
    }
    .search-btn:hover {
        background: url(../img/common/kento_icon.png) no-repeat right -15px bottom -18px
            #bc200b;
        background-size: 115px;
    }
    .search-btn small {
        font-size: 2.6vw;
        color: #fff;
    }
    .search-btn span {
        font-size: 4.2vw;
        color: #fff;
    }
}
@media screen and (max-width: 480px) {
    .search-btn {
        background: url(../img/common/kento_icon.png) no-repeat right -15px bottom -18px
            #16843d;
        background-size: 90px;
    }
    .search-btn:hover {
        background: url(../img/common/kento_icon.png) no-repeat right -15px bottom -18px
            #bc200b;
        background-size: 95px;
    }
    .search-btn span {
        font-size: 4.6vw;
    }
    .search-btn small {
        font-size: 3.2vw;
        margin-bottom: 3px;
    }
}

/*SIDR BTN*/
.menu-trigger{
    display: none;
}
@media screen and (max-width: 980px) {
    #left-menu{
        display: none;
    }
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        border: none;
        background: transparent;
    }
    .menu-trigger {
        position: fixed;
        width: 55px;
        height: 20px;
        top: 9px;
    }
    .menu-trigger_left{
        left: 2.5%;
    }
    .menu-trigger_right{
        right: 2.5%;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #003677;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 8px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .sidr-left-open #left-menu span {
        width: 70%;
        left: 7px;
    }
    .sidr-right-open #right-menu span {
        width: 70%;
        left: 7px;
    }
    .sidr-right-open .menu-trigger_right span:nth-of-type(1) {
        transform: translateY(8px) rotate(-45deg);
    }
    .sidr-right-open .menu-trigger_right span:nth-of-type(2) {
        opacity: 0;
    }
    .sidr-right-open .menu-trigger_right span:nth-of-type(3) {
        transform: translateY(-8px) rotate(45deg);
    }
    .sidr-left-open .menu-trigger_left span:nth-of-type(1) {
        transform: translateY(8px) rotate(-45deg);
    }
    .sidr-left-open .menu-trigger_left span:nth-of-type(2) {
        opacity: 0;
    }
    .sidr-left-open .menu-trigger_left span:nth-of-type(3) {
        transform: translateY(-8px) rotate(45deg);
    }
    .menu-trigger small {
        font-size: 10px;
        line-height: 1em;
        display: block;
        position: absolute;
        bottom: -25px;
        width: 100%;
        text-align: center;
        font-weight: 600;
        color: #003677;
    }
}

/*SLIDE MENU*/
.sidr{
    background: #fff;
    box-shadow: none;
    z-index: 9999 !important;
}
.sidr-item{
    display: none;
}
.sidr.right {
    position: relative;
    left: inherit;
    right: inherit;
    text-align: left;
}
#sidr-right .search-title{
    position: relative;
    background: rgba(0, 54, 119, 0.1);
    box-shadow: none;
    margin: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    color: #000;
    cursor: pointer;
}
#sidr-right .search-title small{
    display: block;
}
#sidr-right ul,
#sidr-right ul li {
    background: #fff;
    border: none;
    line-height: 1.3em;
}
#sidr-right ul li{
    display: inline-block;
}
.topics-cat li{
    display: block;
    width: 100%;
}
#sidr-right ul li a{
    padding: 10px 0 10px 15px;
}
#sidr-right ul li a:hover{
    background: #eee;
}
@media screen and (max-width: 1280px) {
    #sidr-right .search-title {
        font-size: 14px;
    }
}
@media screen and (max-width: 980px) {
    .sidr-open .sidr-item{
        display: block;
        padding: 155px 0 0 !important;
        background: #eee;
    }
    .sidr{
        width: 100%;
    }
    /*LEFT*/
    .sidr.left {
        display: none !important;
        left: -320px;
        right: auto;
        padding-bottom: 150px;
    }
    .sidr-left-open .sidr.left {
        box-shadow: 4px 0 8px rgb(0 0 0 / 50%);
    }
    .sidr-left_a,
    .sidr-left_title {
        position: relative;
        display: block;
        margin: 0 !important;
        padding: 15px 10px !important;
        border-bottom: 1px solid #000 !important;
        box-shadow: none !important;
        background: none !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        cursor: pointer;
    }
    .sidr-left_ol li:first-child .sidr-left_a{
        border-top: 1px solid #000;
    }
    .sidr-left_ol li small,
    .sidr-left_title small{
        display: block;
        font-size: 12px;
    }
    .sidr-left_title::before,
    .sidr-left_title::after {
        content: '';
        display: block;
        background:#003677;
        position: absolute;
        top: 50%;
        width: 15px;
        height: 2px;
        right: 10px;
    }
    .sidr-left_title::after {
        transform: rotate(90deg);
        transition-duration: .3s;
    }
    .sidr-left_title.sidr-active::before {
        opacity: 0;
    }
    .sidr-left_title.sidr-active::after {
        transform: rotate(0);
    }
    .sidr-left_title + .sidr-left_open{
        border-bottom: none;
    }
    .sidr-left_sub{
        display: block;
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition-duration: .3s;
    }
    .sidr-left_open{
        height: auto;
        opacity: 1;
    }
    .sidr-left_sub a{
        display: block;
        padding: 10px 5px 10px 20px;
        border-bottom: 1px dotted #003677;
        background: #e5ebf1;
    }
    .sidr-item_cv--count{
        font-size: 18px;
    }
    .sidr-item_cv--count b{
        color: #c30000;
        font-size: 24px;
    }
    .sidr-item_cv--login--btn{
        font-size: 21px;
    }
    .sidr-item_arvhive a{
        flex-basis:49%;
        -webkit-flex-basis:49%;
        max-width:49%;
        padding: 15px 5px;
        border: 3px solid #fff;
        border-radius: 10px;
        box-shadow: 0 5px 5px rgb(0,0,0,0.3);
        text-align: center;
        color: #fff;
    }
    .sidr-item_arvhive a:first-child{
        background: #d2722e;
    }
    .sidr-item_arvhive a:last-child{
        background: #ec5686;
    }
    /*RIGHT*/
    .search{
        flex-basis: 100% !important;
        -webkit-flex-basis: 100% !important;
        max-width: 100% !important;
    }
    .sidr.right {
        position: fixed;
        right: -100%;
        left: auto;
        padding:0 0 150px;
    }
    .sidr-right-open .sidr.right {
        box-shadow: -4px 0 8px rgb(0 0 0 / 50%);
    }
    .sidr-right-open #sidr-right .search-title:first-of-type{
        background: #003677;
        color: #fff;
    }
    .sidr-right-open #sidr-right .search-title:first-of-type small{
        color: #fff;
    }
    .sidr-right_ol--a{
        display: block;
        padding: 15px 20px;
        border-bottom: 1px dotted #003677;
        text-align: left;
        font-size: 16px;
        font-weight: 700;
        color: #003677;
    }
    .sidr-right_ol li:last-child a{
        border-bottom: none;
    }
    .sidr-right_ol--a i{
        color: #003677;
    }
    .sidr-right_ol--a.active,
    .sidr-right_ol--a:hover{
        background: #003677;
        color: #fff;
    }
    .sidr-right_ol--a.active i,
    .sidr-right_ol--a:hover i{
        color: #fff;
    }
    #sidr-righ .search-title{
        padding: 15px 10px 15px 5px !important;
    }
    #sidr-right form {
        margin: 0;
    }
    #sidr-right .search-title:first-of-type small{
        font-size: 18px !important;
        font-weight: 700;
    }
    #sidr-right .search-table,
    #sidr-right .search-table tbody,
    #sidr-right .search-table tr,
    #sidr-right .search-table th,
    #sidr-right .search-table td{
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #sidr-right .search-table_list,
    #sidr-right .search-table_list li{
        border: none;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.3em;
    }
    #sidr-right .search-table_list{
        margin: 10px 0 20px !important;
    }
    #sidr-right .search-table_list li{
        display: inline-block;
        text-align: left;
        padding: 7px !important;
    }
    #sidr-right .search-title{
        box-shadow: none;
        text-align: left;
        line-height: 1em;
        font-size: 17px;
        font-weight: 700;
    }
    #sidr-right .search-shosai p {
        font-size: 16px;
        line-height: 1.3em;
    }
    #sidr-right .search-shosai:before {
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 10px solid #003677;
    }
    #sidr-right .search-title small{
        font-size: 12px;
        font-weight: 400;
    }
    #sidr-right .search-table select{
        font-size: 16px;
        margin: 15px 0;
    }
    #sidr-right .search-table th {
        padding: 10px 2px !important;
        text-align: center;
    }
}




/*BEADE*/
.bread a:after {
    content: ">";
    display: inline-block;
    padding: 0 10px 0 15px;
    text-decoration: none;
}

/*LATEST*/
.latest-slide_text {
    line-height: 1.3em;
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 0;
}
.latest-slide_text span {
    margin-top: 10px;
}
.latest-slide_footer--price b {
    color: #cc0000;
    font-size: 2vw;
}
.swiper-slide{
    height: auto;
}

@media screen and (max-width: 980px) {
    .latest-slide_footer--price b {
        font-size: 38px;
    }
}
@media screen and (max-width: 480px) {
    .latest-slide_footer--price b {
        font-size: 34px;
    }
    .latest-slide_text {
        font-size: 18px;
    }
}

/*HISTORY*/
.history-h4 {
    font-size: 28px;
    padding-left: 5%;
}
.history-h4 a {
    font-size: 18px;
    color: #16843d;
}
.history-swiper{
    padding: 0 5% !important;
    height: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next{
    margin: 0;
    top: 50%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    color: #003677;
    font-size: 20px;
    font-weight: 900;
}
.history-slide_text {
    font-size: 14px;
    line-height: 1.4em;
}
.history-slide_text span {
    margin-top: 5px;
    font-weight: 900;
}
.history-slide_text b {
    color: #cc0000;
    font-size: 28px;
}
@media screen and (max-width: 980px) {
    .history-slide_text b {
        font-size: 3vw;
    }
}
@media screen and (max-width: 680px) {
    .history-slide_text b {
        font-size: 18px;
    }
    .history-h4 {
        font-size: 21px;
    }
    .history-h4 a {
        font-size: 16px;
    }
    .history-h4{
        padding-left: 0;
    }
    .history-swiper{
        padding: 0 2.5% !important;
    }
    .swiper-button-prev,
    .swiper-button-next{
        display: none;
    }
    .history-slide_text span {
        margin-top: 3px;
    }
}

/*OPENHOUSE*/
.openhouse * {
    color: #fff !important;
}
.openhouse-h3 {
    width: 80%;
    max-width: 1000px;
}
.openhouse-quo {
    width: 40%;
    max-width: 450px;
    margin-top: -120px;
    text-align: left;
}
.openhouse-quo_img {
    flex-basis: 30%;
    -webkit-flex-basis: 30%;
    max-width: 30%;
}
.openhouse-quo_text {
    flex: 1;
    -webkit-flex: 1;
    padding-left: 5%;
}
.openhouse-list_img{
    flex-basis:40%;
	-webkit-flex-basis:40%;
	max-width:40%;
}
.openhouse-list_img--left{
    position: relative;
    flex-basis:49%;
	-webkit-flex-basis:49%;
	max-width:49%;
    display: block;
    overflow: hidden;
}
.openhouse-info:after,
.openhouse-list_img--left:after{
    position: absolute;
    top: 10%;
    left: -23%;
    content: "OPEN HOUSE";
    display: block;
    width: 100%;
    background: #b30202;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    transform: rotate(-35deg);
    box-shadow: 0 5px 1px rgb(0 0 0 / 30%);
}
.openhouse-info:after{
    top: 15%;
    left: -45%;
}
.openhouse-list_img--middle,
.openhouse-list_img--right{
    flex-basis:24%;
	-webkit-flex-basis:24%;
	max-width:24%;
}
.openhouse-list_img img{
    display: inline-block;
    margin-bottom: 10px;
}
.openhouse-list_item--img img {
    border: 5px solid #fff;
}
.openhouse-list_item{
    flex-basis:58%;
	-webkit-flex-basis:58%;
	max-width:58%;
}
.openhouse-list_date {
    font-size: 1.4vw;
    letter-spacing: 1px;
    padding: 5px 10px;
    background: #2b7acc;
    line-height: 1.3em;
}
.openhouse-list_date br{
    display: none;
}
.openhouse-list_date small {
    font-size: 70%;
}
.openhouse-list_item--h4 {
    font-size: 1.3vw;
    line-height: 1.3em;
}
.openhouse-list_item--price b {
    font-size: 2.4vw;
    color: #fffb00 !important;
}
.openhouse-list_item--point span {
    display: inline-block;
    background: #c50000;
    padding: 5px 10px 7px;
    border-radius: 20px;
    font-size: 13px;
    margin: 0 5px 5px 0;
}
.openhouse-message{
    padding: 30px 100px;
    background: #fff;
    border-radius: 20px;
}
.openhouse-message_img{
	flex-basis:280px;
	-webkit-flex-basis:280px;
	max-width:280px;
}
.openhouse-message_text{
    flex:1;
    -webkit-flex:1;
    margin-left: 3%;
}
.openhouse-message_text p{
    text-align: left;
    color: #222 !important;
}
.openhouse-list_item--a{
    width: 400px;
    margin: 0 0 0 auto;
}
@media screen and (max-width: 1580px) {
    .openhouse-list_date {
        font-size: 21px
    }
    .openhouse-list_item--detail h4 {
        font-size: 2vw;
    }
    .openhouse-list_item--price b {
        font-size: 3vw;
    }
}
@media screen and (max-width: 1280px) {
    .openhouse-quo {
        max-width: 38%;
        margin-top: -10%;
    }
    .openhouse-quo_img {
        flex-basis: 30%;
        -webkit-flex-basis: 30%;
        max-width: 30%;
    }
    .openhouse-quo_text {
        flex: 1;
        -webkit-flex: 1;
        padding-left: 5%;
    }
    .openhouse-message {
        padding: 30px;
    }
    .openhouse-list_item--h4 {
        font-size: 2.3vw;
    }
    .openhouse-list_item--a{
        width: 300px;
        font-size: 18px;
    }
    .openhouse-list_img{
        flex-basis:48%;
        -webkit-flex-basis:48%;
        max-width:48%;
    }
    .openhouse-list_item{
        flex-basis:50%;
        -webkit-flex-basis:50%;
        max-width:50%;
    }
}
@media screen and (max-width: 980px) {
    .openhouse-list_item--a{
        width: 250px;
        font-size: 16px;
    }
    .openhouse-list_date {
        font-size: 18px
    }
    .openhouse-info:after{
        top: 13%;
        left: -41%;
    }
}
@media screen and (max-width: 780px) {
    .openhouse-h3 {
        width: 95%;
    }
    .openhouse-quo {
        width: 45%;
        max-width: 45%;
    }
    .openhouse-message {
        padding: 20px;
    }
    .openhouse-list_img{
        flex-basis:40%;
        -webkit-flex-basis:40%;
        max-width:40%;
    }
    .openhouse-list_item{
        flex-basis:58%;
        -webkit-flex-basis:58%;
        max-width:58%;
    }
    .openhouse-list_img--left{
        flex-basis:100%;
        -webkit-flex-basis:100%;
        max-width:100%;
    }
    .openhouse-list_img--middle,
    .openhouse-list_img--right{
        display: none;
    }
    .openhouse-list_item--h4 {
        font-size: 3.3vw;
    }
    .openhouse-list_item--price b {
        font-size: 4vw;
    }
    .openhouse-list_item--h4 {
        font-size: 2.8vw;
    }
}
@media screen and (max-width: 680px) {
    .openhouse-quo {
        width: 100%;
        max-width: 100%;
        margin-top: -13%;
    }
    .openhouse-quo_img,
    .openhouse-quo_text {
        flex-basis: 90%;
        -webkit-flex-basis: 90%;
        max-width: 90%;
    }
    .openhouse-quo_text {
        padding: 0;
        margin: 20px auto;
    }
    .openhouse-quo_img img {
        max-width: 30%;
    }
    .openhouse-message_img,
    .openhouse-message_text{
        flex-basis:100%;
        -webkit-flex-basis: 100%;
        max-width: 100%;
    }
    .openhouse-message_img img{
        width: 80%;
        max-width: 360px;
        display: inline-block;
        margin-bottom: 20px;
    }
    .openhouse-list{
        margin-bottom: 40px !important;
    }
    .openhouse-list_date {
        font-size: 19px;
    }
    .openhouse-list_item--price b {
        font-size: 5vw;
    }
    .openhouse-list_img a{
        flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
    }
    .openhouse-info:after{
        top: 9%;
        left: -39%;
    }
}
@media screen and (max-width: 580px) {
    .openhouse-list{
        background: #fff;
        padding: 0 20px 20px 20px;
    }
    .openhouse-list_img,
    .openhouse-list_item{
        flex-basis:100%;
        -webkit-flex-basis: 100%;
        max-width: 100%;
    }
    .openhouse-list_img{
        order: 1;
        -webkit-order:1;
        margin-top: 20px;
        padding: 0 20px;
    }
    .openhouse-list_img--left {
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
        max-width: 50%;
    }
    .openhouse-list_img--middle,
    .openhouse-list_img--right {
        display: block;
    }
    .openhouse-list_item--h4{
        padding: 0 20px;
        color: #003677 !important;
        font-size: 21px;
        line-height: 1.3em !important;
    }
    .openhouse-list_item--price{
        padding: 0 20px;
        color: #003677 !important;
    }
    .openhouse-list_item--price b{
        color: #b30202 !important;
        font-size: 8vw;
    }
    .openhouse-list_item--access {
        padding: 0 20px;
        font-size: 16px;
        font-weight: 400;
        color: #000 !important;
    }
    .openhouse-list_item--point{
        padding: 0 20px;
    }
    .openhouse-list_item--point span {
        padding: 2px 10px 3px;
        font-size: 12px;
    }
    .openhouse-list_item--a{
        margin: 0 auto !important;
    }
    .openhouse-list_img--left:after{
        padding: 0 0 2px;
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .openhouse-info:after {
        top: 6%;
        left: -39%;
        font-size: 12px;
    }
    .openhouse-info_h4 {
        font-size: 21px !important;
    }
    .openhouse-info_date {
        font-size: 18px !important;
    }
    .openhouse-info {
        padding: 20px 20px 20px 50px !important;
    }
    .openhouse-info_date, .openhouse-info_message {
        padding: 7px 0 !important;
    }
    .openhouse-info_message {
        font-size: 14px !important;
    }
}




/*BRANCH*/
.branch {
    background: rgba(0, 74, 157, 0.1);
}
.branch-list{
    justify-content: flex-start !important;
}
.branch-list::after {
    content: "";
    flex-basis: 22%;
    -webkit-flex-basis: 22%;
    max-width: 22%;
}
.branch-list li {
    flex-basis: 22%;
    -webkit-flex-basis: 22%;
    max-width: 22%;
    margin: 0 1.5% 40px !important;
    background: #fff;
}
.branch-list_h4 {
    position: relative;
    color: #fff;
    font-size: 1.4vw;
    font-weight: 700;
    margin-left: -15px;
    margin-right: -15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}
.branch-list_h4:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 15px #041f3e;
}
.branch-list_h4:after {
    position: absolute;
    content: "";
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-left: solid 15px #041f3e;
}
.branch-list_h4 small {
    color: #fff;
}
.branch-item_tel {
    font-size: 1.4vw;
}
.branch-item_tel b {
    font-size: 2vw;
    letter-spacing: -1px;
    color: rgba(17, 67, 138, 1);
}
.branch-item_tel small {
    font-size: 13px;
}
.branch-item_address {
    line-height: 1.3em;
    margin-bottom: 10px;
}
.branch-item_map {
    font-size: 13px;
    color: #bc200b;
}
.branch-item .note {
    margin-bottom: 0 !important;
}
.branch-item .note span {
    font-size: 13px;
}
.branch-content {
    padding-bottom: 20px;
}
@media screen and (max-width: 1180px) {
    .branch-list::after {
        display: none;
    }
    .branch-list li {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        max-width: 100%;
    }
    .branch-content {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .branch-img {
        flex-basis: 30%;
        -webkit-flex-basis: 30%;
        max-width: 30%;
    }
    .branch-item {
        flex: 1;
        -webkit-flex: 1;
    }
    .branch-list_h4 {
        text-align: left;
    }
    .branch-list_h4 small {
        display: inline;
        padding: 0 1em;
    }
    .branch-item_tel {
        text-align: left;
    }
    .branch-item_tel b {
        font-size: 3vw;
    }
    .branch-item_tel small {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 980px) {
    .branch-img {
        flex-basis: 40%;
        -webkit-flex-basis: 40%;
        max-width: 40%;
        padding: 10px;
    }
    .branch-list_h4 {
        font-size: 3vw;
    }
    .branch-item_tel {
        font-size: 3vw;
    }
    .branch-item_tel b {
        font-size: 4vw;
    }
}
@media screen and (max-width: 680px) {
    .branch-list{
        width: 90% !important;
        margin: 0 auto !important;
        padding-bottom: 0 !important;
    }
    .branch-list_h4 {
        font-size: 4vw;
        box-shadow: 0 5px 3px rgb(0 0 0 / 50%);
    }
    .branch-list li {
        margin: 0 0 20px 0 !important;
    }
    .branch-item_tel small,
    .branch-item .note span {
        font-size: 12px;
    }
    .branch-item_tel {
        font-size: 4vw;
    }
    .branch-item_tel b {
        font-size: 5vw;
    }
    .branch-content {
        padding: 10px 0;
    }
}
@media screen and (max-width: 480px) {
    .branch-list_h4 {
        font-size: 5.4vw;
    }
    .branch-item_tel {
        font-size: 4.4vw;
    }
    .branch-item_address {
        line-height: 1.3em;
        font-size: 12px;
    }
    .branch-item_tel b {
        font-size: 7vw;
    }
}

/*BANNER*/
.banner a {
    margin: 0 1%;
    flex-basis: 19%;
    -webkit-flex-basis: 19%;
    max-width: 19%;
}
@media screen and (max-width: 980px) {
    .banner a {
        flex-basis: 31.3%;
        -webkit-flex-basis: 31.3%;
        max-width: 31.3%;
    }
}

/*FOOTER*/
footer *,
footer i,
footer small {
    color: #fff;
}
.footer-att_text {
    flex: 1;
    -webkit-flex: 1;
    padding-right: 5%;
}
.footer-att_text p {
    font-size: 14px;
    font-weight: 300;
}
.footer-register {
    flex-basis: 45%;
    -webkit-flex-basis: 45%;
    max-width: 45%;
    background: url(../img/common/kento_icon.png) no-repeat right -16px bottom -2px
        #16843d;
    background-size: 130px;
    border-radius: 10px;
    border: 3px solid #fff;
}
.footer-register span {
    margin-left: -4%;
    padding: 20px 0 !important;
    font-size: 2vw;
    font-weight: 700 !important;
}
.footer-register small {
    font-size: 1vw;
}
.footer-register:hover {
    background: url(../img/common/kento_icon.png) no-repeat right -15px bottom -2px
        #bc200b;
    background-size: 145px;
}
.footer-sns i {
    font-size: 2vw;
    padding: 0 5px;
}
.footer-nav a,
.footer-copy {
    padding: 0 1em;
    font-size: 14px;
    font-weight: 300;
}
.footer-copy {
    letter-spacing: 1px;
}
@media screen and (max-width: 1280px) {
    .footer-register {
        background: url(../img/common/kento_icon.png) no-repeat right -15px bottom -10px
            #16843d;
        background-size: 105px;
    }
    .footer-register:hover {
        background: url(../img/common/kento_icon.png) no-repeat right -15px bottom -10px
            #bc200b;
        background-size: 110px;
    }
    .footer-register span {
        margin-left: -15%;
        font-size: 2.4vw;
    }
    .footer-register small {
        font-size: 1.2vw;
    }
    .footer-sns i {
        font-size: 3vw;
    }
}
@media screen and (max-width: 980px) {
    .footer-att_text,
    .footer-register {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        max-width: 100%;
    }
    .footer-att_text {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .footer-register {
        background: url(../img/common/kento_icon.png) no-repeat right -15px bottom -18px
            #16843d;
        background-size: 135px;
    }
    .footer-register:hover {
        background: url(../img/common/kento_icon.png) no-repeat right -15px bottom -18px
            #bc200b;
        background-size: 140px;
    }
    .footer-register span {
        margin-left: -3%;
        font-size: 4vw;
    }
    .footer-register small {
        font-size: 2vw;
    }
    .footer-sns i {
        font-size: 4vw;
    }
}
@media screen and (max-width: 680px) {
    .footer-register {
        background: url(../img/common/kento_icon.png) no-repeat right -15px bottom -18px
            #16843d;
        background-size: 110px;
    }
    .footer-register:hover {
        background: url(../img/common/kento_icon.png) no-repeat right -15px bottom -18px
            #bc200b;
        background-size: 115px;
    }
    .footer-register span {
        margin-left: -7%;
        font-size: 5vw;
    }
    .footer-register small {
        font-size: 2.4vw;
    }
    .footer-sns i {
        font-size: 5vw;
    }
    .footer-nav a,
    .footer-copy {
        padding: 0 5px;
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .footer-register {
        background: url(../img/common/kento_icon.png) no-repeat right -15px bottom -18px
            #16843d;
        background-size: 90px;
    }
    .footer-register:hover {
        background: url(../img/common/kento_icon.png) no-repeat right -15px bottom -18px
            #bc200b;
        background-size: 95px;
    }
    .footer-register span {
        text-align: left;
        margin-left: -10%;
        font-size: 5.4vw;
    }
    .footer-register small {
        font-size: 3.2vw;
        margin-bottom: 3px;
    }
    .footer-sns i {
        font-size: 7vw;
    }
}

/*ページトップ*/
#totop {
    position: fixed;
    bottom: 15px;
    right: 34px;
    z-index: 999999;
}
#totop i{
    font-size: 38px;
    color: #16843d;
}
#open-kento{
    position: fixed;
    right: 10px;
    bottom: 60px;
    width: 100px;
    z-index: 999999;
}
#open-kento:hover{
    opacity: 1 !important;
}
@media screen and (max-width: 980px) {
    #totop {
        right: 26px;
    }
    #totop a img {
        width: 40px;
    }
    #open-kento{
        width: 80px;
    }
}
@media screen and (max-width: 780px) {
    #totop {
        bottom: 90px;
    }
    #open-kento{
        bottom: 130px;
    }
}
@media screen and (max-width: 480px) {
    #open-kento {
        width: 65px;
        bottom: 110px;
    }
    #totop {
        right: 3px;
        bottom: 12px;
    }
}

/*新着*/
.new-item{
    position: relative;
    z-index: 0;
}
.new-item:before{
    position: absolute;
    content: "NEW";
    top: 9px;
    left: 0;
    color: #fff;
    font-size: 16px;
    transform: rotate(-45deg);
    z-index: 2;
}
.new-item:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #b30202 transparent transparent transparent;
    z-index: 1;
}
@media screen and (max-width: 680px) {
    .new-item:before{
        top: 4px;
        font-size: 12px;
    }
    .new-item:after{
        border-width: 45px 45px 0 0;
    }
}

/*画像サイズ*/
.latest-slide_img--left,
.latest-slide_img--right,
.archive-li_img--right--item,
.rect_wrap{
  width: 50% ;
  margin-bottom: 5px;
}
.archive-li_img--item{
  width: 100% ;
}
.history-slide_img{
    background: #eee;
}
.rect {
    width : 100% ;
    padding-top : 100% ;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 5px solid #fff;
}
.status-item{
    background: #eee;
    padding: 5px;
}
@media screen and (max-width: 680px) {
    .history-slide_img{
        padding: 2px !important;
    }
    .history-slide_img .rect{
        border: none;

    }
}


/*LOAD*/
.loader {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
}
.loader:after {
    animation: loader 0.5s linear infinite;
    border: 1px solid fff;
    border-radius: 50%;
    border-right: 1px solid #003677;
    border-top: 1px solid #003677;
    content: "";
    height: 70px;
    width: 70px;
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}