

/* 初回にデジタルブックが崩れるのを防ぐ */
.list-digitalbook__image {
    min-height:  260px;
}
@media screen and (min-width: 768px), print {
    .list-digitalbook__image {
        min-height: 228.75px;
    }
}
/* IE 用*/
.list-digitalbook, .list-useful {
    overflow: hidden; /* IE10以下 */
}

@media all and (-ms-high-contrast: none){
    .list-digitalbook, .list-useful {
        overflow: hidden; /* IE10以下 */
    }
}

.list-digitalbook {
    width: 100%;
}


/* ローディングアニメーション */
.loader_loading div {
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .6;
    z-index: 10001;
}

.loader_loading span {
    display: block;
    font-size: 25px;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/**/
.guest_btn {
    border: 1px solid #4e4e4e;
    border-radius: 0.4vw;
}

.guest_btn:hover, .guest_btn:active {
    background-color: #4e4e4e;
    color: #fff;
}

.guest_btn:not(:last-child) {
    margin-bottom: 2.66vw;
}

.device-pc.is-sp .guest_btn {
    border-radius: 0.39vw;
}

.device-pc.is-sp .guest_btn:not(:last-child) {
    margin-bottom: 2.6vw;
}

@media screen and (min-width: 768px), print {
    .guest_btn {
        border-radius: 3px;
    }
    .guest_btn:not(:last-child) {
        margin-bottom: 10px;
    }
}


.guest_btn a {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 2.66vw 0;
    text-align: center;
    font-size: 3.73vw;
}

.device-pc.is-sp .guest_btn a {
    font-size: 3.65vw;
    padding: 2.6vw 0;
}

@media screen and (min-width: 768px), print {
    .guest_btn a {
        font-size: 16px;
        padding: 20px 0;
    }
}

@media screen and (min-width: 1000px), print {
    .guest_btn a {
        font-size: 20px;
        padding: 20px 0;
    }
}

.device-pc.is-sp .detail-no__heading {
    width: 100%;
}
@media screen and (min-width: 768px), print{
    .detail-no__heading {
        width: 100%;
    }
}
.detail-no__contents {
    width: 100%;
}


.guest_detail-example__item:nth-child(2n) {
    margin-right: 0;
}
.device-pc.is-sp .guest_detail-example__item:nth-child(2n) {
    margin-right: 0;
}

.guest_detail-example__item {
    cursor: pointer;
    width: 46vw;
    margin-right: calc(100% - 92vw);
    margin-bottom: 2.66vw;
}
.device-pc.is-sp .guest_detail-example__item {
    width: 44.98vw;
    margin-right: calc(100% - 89.96vw);
    margin-bottom: 2.6vw;
}
.guest_detail-example__item {
    cursor: pointer;
    width: 46vw;
    margin-right: calc(100% - 92vw);
    margin-bottom: 2.66vw;
}
@media screen and (min-width: 768px), print {
    .guest_detail-example__item {
        width: 48.9%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 1000px), print {
    .guest_detail-example__item {
        width: 240px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
.guest_detail-example__item img {
    width: 100%;
    vertical-align: bottom;
}
.image-name {
    display: inline-block!important;
    width: auto!important;
}

@media screen and (min-width: 768px), print {
    .detail-no__list .detail-no__text {
        line-height: 18px;
    }
}

/* 詳細ページ */
.detail-features__item {
    width: 75px!important;
    margin-right: 0!important;
}
.detail-features__item--long1 {
    width: 100px!important;
}
.detail-features__item--long3 {
    width: 150px!important;
}

.siss_img {
    width: 25%;
    display: inline-block;
}
.siss_text {
    width: 73%;
    display: inline-block;
    padding: 10px 2%;
    font-size: 1.3rem;
    line-height: 1.7rem;
}

.digital_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10010;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.digital_modal {
    position: fixed;
    left: 10%;
    width: 80%;
    z-index: 10020;
    display: none;
}
.digital_modal_back {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.digital_modal_catalog {
    width: 180px;
    display: inline-block;
    padding: 20px;
    margin: 30px;
}

.digital_modal_catalog .digital_modal_img {
    height: 200px;
    align-items: center;
    display: flex;
}
.digital_modal_catalog .digital_modal_title {
    text-align: left;
    font-size: 14px;
    margin: 10px auto;
}
.digital_modal_catalog .digital_modal_text {
    text-align: left;
    font-size: 12px;
    margin: 10px auto;
    height: 50px;
}

.digital_modal_catalog .catalog_btn {
    background: #000;
    border-radius: 5px;
    width: 140px;
}
.digital_modal_catalog .catalog_btn .catalog_btn_img {
    display: inline-block;
    width: 25px;
    margin: 0 auto;
    padding: 0;
}
.digital_modal_catalog .catalog_btn .catalog_btn_img img {
    width: 25px;
    padding: 0 2px 12px 5px
}
.digital_modal_catalog .catalog_btn .catalog_btn_text {
    display: inline-block;
    background: #4e4e4e;
    color: #eee;
    padding: 5px;
    width: 110px;
    font-size: 12px;
    text-align: center;
    border-radius: 0 5px 5px 0;
    line-height: 16px;
}
.digital_modal_catalog .catalog_btn .catalog_btn_text span {
    font-size: 10px;
}
.digital_modal .close_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.detail-btn__list .favorite_icon a::after {
	background-image: url('/product/assets/img/favorite.png');
}


