@charset "UTF-8";
/*　*/
/**************************************************
		common
**************************************************/
.feature_pager01 {
    margin: 3rem -1.5rem 0 -1.5rem;
}
@media print, screen and (min-width: 768px) {
    .feature_pager01 {
        margin: 6rem 0 0 0;
    }
}
.feature_pager02 {
    padding: 3rem 0;
    border-top: 1px solid #0099BF;
    border-bottom: 1px solid #0099BF;
}
@media print, screen and (min-width: 768px) {
    .feature_pager02 {
        padding: 5.5rem 0;
    }
}

/**************************************************
		index
**************************************************/
.index_ttl01 .m-ttl01_en::before {
    background-image: url(../img/common/icon_feature_circle.svg);
}
.index_txt01 {
    margin: 5rem 0;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
}
@media print, screen and (min-width: 768px) {
    .index_txt01 {
        margin: 15rem 0;
        font-size: 3rem;
    }
}

/*=========================================
		detail
=========================================*/
.detail_img01 {
    margin-bottom: 1rem;
    text-align: center;
}
@media print, screen and (min-width: 768px) {
    .detail_img01 a:hover {
        opacity: 0.7;
    }
}
.detail_list01 {
    display: flex;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    justify-content: flex-end;
}
@media print, screen and (min-width: 768px) {
    .detail_list01 {
        margin-bottom: 7rem;
        font-size: 1.4rem;
    }
}
.detail_favorite {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
}
.detail_favorite .m-iconFavorite::before {
    background-image: url(../img/common/icon_favorite_gray.svg);
    -webkit-transform: all 0.3s;
    transform: all 0.3s;
}
@media print, screen and (min-width: 768px) {
    .detail_favorite:hover {
        color: #0099BF;
    }
    .detail_favorite:hover .m-iconFavorite::before {
        background-image: url(../img/common/icon_favorite.svg);
    }
}
.detail_favorite.is-active {
    color: #0099BF;
}
.detail_favorite.is-active .m-iconFavorite::before {
    background-image: url(../img/common/icon_favorite.svg);
    -webkit-animation: favorite 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: favorite 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.detail_ttl01 {
    margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 768px) {
    .detail_ttl01 {
        margin-bottom: 1.5rem;
    }
}
.detail_list02 {
    display: flex;
    margin-bottom: 2.5rem;
    font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
    .detail_list02 {
        margin-bottom: 5rem;
        font-size: 1.4rem;
    }
}
.detail_list02_date {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #6C6C6C;
}
.detail_comment {
    margin-top: 3rem;
    word-break: break-all;
    word-wrap: break-word;
}
@media print, screen and (min-width: 768px) {
    .detail_comment {
        margin-top: 4.5rem;
    }
}
.detail_list02 + .detail_comment {
    margin-top: 0;
}
@media only screen and (max-width: 767px) {
    .detail_img02 {
        margin-top: 3rem;
    }
}
@media print, screen and (min-width: 768px) {
    .detail_img02 {
        display: flex;
        margin: 2.5rem -1.5rem -2rem -1.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    .detail_img02 li:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media print, screen and (min-width: 768px) {
    .detail_img02 li {
        margin: 2rem 1.5rem;
        width: calc(50% - 3rem - 0.1px);
    }
    .detail_img02 li.is-wide {
        width: calc(100% - 3rem - 0.1px);
    }
}
@media print, screen and (min-width: 768px) {
    .detail_img02 a:hover {
        opacity: 0.7;
    }
}
.detail_img03 {
    margin-top: 3rem;
}
@media print, screen and (min-width: 768px) {
    .detail_img03 {
        margin-top: 4.5rem;
    }
}
.detail_img03 li:not(:last-child) {
    margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
    .detail_img03 li:not(:last-child) {
        margin-bottom: 4rem;
    }
}
@media print, screen and (min-width: 768px) {
    .detail_img03 a:hover {
        opacity: 0.7;
    }
}
.detail_movie01 {
    margin-top: 3.5rem;
}
@media print, screen and (min-width: 768px) {
    .detail_movie01 {
        margin-top: 5rem;
    }
}
.detail_movie01 li:not(:last-child) {
    margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
    .detail_movie01 li:not(:last-child) {
        margin-bottom: 3rem;
    }
}
.detail_sns {
    display: flex;
    margin: 0 -1rem 2rem -1rem;
    line-height: 0;
    align-items: center;
    justify-content: flex-end;
}
@media print, screen and (min-width: 768px) {
    .detail_sns {
        margin: 0 -1rem 7rem -1rem;
    }
}
@media print, screen and (min-width: 768px) {
    .detail_sns li {
        margin: 0 0.5rem;
    }
}
.detail_sns a {
    display: block;
    position: relative;
    width: 4rem;
    height: 4rem;
    text-indent: 500%;
    white-space: nowrap;
    overflow: hidden;
    align-items: center;
}
@media print, screen and (min-width: 768px) {
    .detail_sns a:hover {
        opacity: 0.7;
    }
}
.detail_sns a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2.3rem;
    height: 2.3rem;
    background: transparent none 50% 50% no-repeat;
    background-size: contain;
    content: "";
}
.detail_sns .is-ig a::before {
    background-image: url(../img/common/icon_ig.svg);
}
.detail_sns .is-tw a::before {
    background-image: url(../img/common/icon_x.svg);
}
.detail_sns .is-fb a::before {
    background-image: url(../img/common/icon_fb.svg);
}