@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : detail_base.css
Description : 詳細ページ共通CSS
===================================================================== */


/* =====================================================================
*    #main
* =================================================================== */

.main {}

@media screen and (min-width:700px) {
    .main {}
}


/* .detail_wrap
---------------------------------------------------------- */

.detail_wrap {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 2rem;
    border: 2px solid #d9d9d9;
    -webkit-box-shadow: 0px 3px 0px 0px #d9d9d9;
    box-shadow: 0px 3px 0px 0px #d9d9d9;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 6.25% auto auto;
}

.detail_wrap::before {
    content: '';
    position: absolute;
    background: url(../images/common/icon_shape1.png) no-repeat center/contain;
    top: 0;
    left: 0;
    width: 3%;
    padding-top: 3%;
    border: 1em solid #fff;
    border-radius: 50%;
    z-index: 2;
}

.detail_wrap::after {
    content: '';
    position: absolute;
    background: url(../images/common/icon_shape2.png) no-repeat center/contain;
    top: 0;
    right: 0;
    width: 3%;
    padding-top: 3%;
    border: 1em solid #fff;
    border-radius: 50%;
    z-index: 2;
}

.detail_wrap:last-child {
    margin-bottom: 12.5%;
}

.detail_wrap .detail_inner {
    padding-left: 1em;
    padding-right: 1em;
}

@media screen and (min-width:640px) {
    .detail_wrap {
        border-radius: 30px;
    }
}

@media screen and (min-width:700px) {
    .detail_wrap {
        width: 79.6875%;
        padding: 5.46875%;
        margin-top: 7.8125%;
    }
    .detail_inner_wrap {
        width: 97.7273%;
        margin-left: auto;
        margin-right: auto;
    }
    .detail_wrap .detail_inner {
        padding-left: 2em;
        padding-right: 2em;
    }
}


/* .ttl_wrap, .ttl_date_wrap */

.detail_wrap .ttl_wrap,
.detail_wrap .ttl_date_wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 10.4167%;
}

.detail_wrap .ttl_wrap::after,
.detail_wrap .ttl_date_wrap::after {
    content: "";
    width: 100%;
    height: 0;
    display: block;
    padding-top: 1.25%;
    background-color: #ff0064;
    position: absolute;
    bottom: 0;
    left: 0;
}

.detail_wrap .icon::before {
    content: "";
    width: 15.7143%;
    height: 0;
    padding-top: 15.7143%;
    display: block;
    background: url(../images/common/icon_news.jpg) no-repeat center top;
    background-size: 100% auto;
    float: left;
    margin-bottom: 7.0834%;
}

.detail_wrap .detail_ttl {
    color: #ff0064;
    font-size: 1.1em;
    line-height: 1.25em;
    font-weight: bold;
    padding: 0 4.1667% 0.8em;
}

.detail_wrap .ttl_date_wrap .detail_ttl {
    padding-top: 1.3em !important;
}

.detail_wrap .icon .detail_ttl {
    padding-top: 5.4167%;
    padding-left: 20.8334%;
}

.detail_wrap .detail_date {
    font-size: 0.9em;
    color: #aaa;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 4.1667%;
}

.detail_wrap .icon .detail_date {
    left: 20.8334%;
}

@media screen and (min-width:700px) {
    .detail_wrap .ttl_wrap,
    .detail_wrap .ttl_date_wrap {
        margin-bottom: 3.4091%;
    }
    .detail_wrap .ttl_wrap::after,
    .detail_wrap .ttl_date_wrap::after {
        padding-top: 0.5682%;
    }
    .detail_wrap .icon::before {
        width: 5.6819%;
        padding-top: 5.6819%;
        margin-bottom: 2.841%;
        margin-left: 1.1364%;
    }
    .detail_wrap .detail_ttl {
        line-height: 1.3em;
        padding: 0 1.1364% 0.5em;
    }
    .detail_wrap .icon .detail_ttl {
        padding-top: 1.3637%;
        padding-left: 7.9546%;
    }
    .detail_wrap .detail_date {
        left: 1.1364%;
    }
    .detail_wrap .icon .detail_date {
        left: 8.0334%;
    }
    .detail_wrap::before,
    .detail_wrap::after {
        width: 2%;
        padding-top: 2%;
    }
}


/* .ttl_h3 */

.detail_wrap .ttl_h3 {
    font-size: 1.1em;
    line-height: 1.2858;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 3em auto 1.0715em;
}

.detail_wrap .ttl_h3:first-child {
    margin-top: 0px !important;
}

.detail_wrap .ttl_h3.line {
    padding-left: 4.1667%;
}

.detail_wrap .ttl_h3.line::after {
    content: "";
    width: 2.0834%;
    height: 100%;
    display: block;
    background-color: #ff0064;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width:700px) {
    .detail_wrap .ttl_h3 {
        line-height: 1.2;
        margin: 3em auto 1.5em;
    }
    .detail_wrap .ttl_h3.line {
        padding-left: 1em;
    }
    .detail_wrap .ttl_h3.line::after {
        width: 0.5814%;
    }
}


/* .ttl_h4 */

.detail_wrap .ttl_h4 {
    font-size: 1.1em;
    line-height: 1.2858;
    font-weight: bold;
    position: relative;
    margin: 0 auto 0.7143em;
}

.detail_wrap .ttl_h4::before {
    content: "";
    width: 0.7143em;
    height: 0;
    padding-top: 0.7143em;
    display: inline-block;
    vertical-align: top;
    background-color: #ff0064;
    margin: 0.2143em 0.3572em auto auto;
}

@media screen and (min-width:700px) {
    .detail_wrap .ttl_h4 {
        line-height: 1.2223;
        margin: 0 auto 1.1112em;
    }
    .detail_wrap .ttl_h4::before {
        width: 1em;
        padding-top: 1em;
        margin: 0.1112em 0.3572em auto auto;
    }
}


/* .ttl_h5 */

.detail_wrap .ttl_h5 {
    font-size: 1.1em;
    line-height: 1.2858;
    font-weight: bold;
    position: relative;
    margin: 0 auto 0.7143em;
}

.detail_wrap .ttl_h5::before {
    content: "";
    width: 0.3572em;
    height: 0;
    padding-top: 0.3572em;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
    background-color: #ff0064;
    margin: 0.4286em 0.5358em auto 0.1786em;
}

@media screen and (min-width:700px) {
    .detail_wrap .ttl_h5 {
        line-height: 1.2223;
        margin: 0 auto 1.1112em;
    }
    .detail_wrap .ttl_h5::before {
        width: 0.5556em;
        padding-top: 0.5556em;
        margin: 0.3334em 0.7778em auto 0.2223em;
    }
}


/* .ttl_h6 */

.detail_wrap .ttl_h6 {
    font-size: 1.1em;
    line-height: 1.2858;
    font-weight: bold;
    margin: 0 auto 0.7143em;
}

@media screen and (min-width:700px) {
    .detail_wrap .ttl_h6 {
        line-height: 1.2223;
        margin: 0 auto 1.1112em;
    }
}


/* .text */

.detail_wrap .text {
    line-height: 1.6;
    margin: 0 auto 1.0715em;
}

@media screen and (min-width:700px) {
    .detail_wrap .text {
        margin: 0 auto 1.875em;
    }
}


/* .img_item_list */

.img_item_list {
    letter-spacing: -1em;
    margin-bottom: 1em;
}

.img_item_list .img_item {
    letter-spacing: normal;
}

.img_item_list .img_item .image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1em;
}

.img_item_list .img_item .caption {
    line-height: 1.25em;
    overflow: hidden;
    margin-bottom: 0.8334em;
}

@media screen and (min-width:640px) {
    .img_item_list .img_item .image {
        border-radius: 20px;
    }
}

@media screen and (min-width:700px) {
    .img_item_list {
        letter-spacing: -.40em;
        margin-bottom: 2.3256%;
    }
    .img_item_list .img_item {
        width: 31.7074%;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        padding-bottom: 10px;
    }
    .img_item_list .img_item:nth-last-child(-n+3) {
        padding-bottom: 0;
    }
    .img_item_list .img_item:not(:nth-child(3n)):not(:last-child) {
        margin-right: 2.439%;
    }
    .img_item_list .img_item .image {
        margin-bottom: 3.8462%;
    }
    .img_item_list .img_item .caption {
        margin-bottom: 3.8462%;
        line-height: 1.5em;
        text-align: left;
    }
}


/* .img_item_list.piece02 */

@media screen and (min-width:700px) {
    .img_item_list.piece02 {
        text-align: center;
    }
    .img_item_list.piece02 .img_item:not(:nth-child(3n)):not(:last-child) {
        margin-right: 0;
    }
    .img_item_list.piece02 .img_item:nth-child(2n-1) {
        margin-right: 6em !important;
    }
}


/* .img_item_list.piece01 */

@media screen and (min-width:700px) {
    .img_item_list.piece01 {
        text-align: center;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .img_item_list.piece01 .img_item {
        width: 100%;
    }
    .img_item_list.piece01 .img_item .image {
        display: inline-block;
        margin-bottom: 1.2196%;
    }
    .img_item_list.piece01 .img_item .image img {
        width: auto;
        max-width: 100%;
    }
    .img_item_list.piece01 .img_item .caption {
        margin-bottom: 1.2196%;
        text-align: center;
    }
}



/* .img_momotan_list */

.img_momotan_list {
    letter-spacing: -1em;
    margin-bottom: 1.5em;
}

.img_momotan_list .img_item {
    width: 10.5rem;
    display: inline-block;
    letter-spacing: normal;
    margin-bottom: 1rem;
}

@media screen and (max-width:699px) {
    .img_momotan_list .img_item:nth-child(2n-1) {
        margin-right: 1rem;
    }
}

.img_momotan_list .img_item .image {
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (min-width:640px) {
    .img_momotan_list .img_item .image {
        border-radius: 20px;
    }
}

@media screen and (min-width:700px) {
    .img_momotan_list {
        text-align: center;
        margin-bottom: 3em;
    }
    .img_momotan_list .img_item {
        width: 21rem;
        /* width: 13em; */
        margin-right: 5rem;
        margin-bottom: 3rem;
    }
    .img_momotan_list .img_item:nth-child(3n),
    .img_momotan_list .img_item:last-child {
        margin-right: 0;
    }
}

/* .img_trend_list */

.img_trend_list {
    letter-spacing: -1em;
    margin-bottom: 1.5em;
}

.img_trend_list .img_item {
    width: 10.5rem;
    display: inline-block;
    letter-spacing: normal;
    margin-bottom: 1rem;
}

@media screen and (max-width:699px) {
    .img_trend_list .img_item:nth-child(2n-1) {
        margin-right: 1rem;
    }
}

.img_trend_list .img_item .image {
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (min-width:640px) {
    .img_trend_list .img_item .image {
        border-radius: 20px;
    }
}

@media screen and (min-width:700px) {
    .img_trend_list {
        text-align: center;
        margin-bottom: 3em;
    }
    .img_trend_list .img_item {
        width: 21rem;
        /* width: 13em; */
        margin-right: 5rem;
        margin-bottom: 3rem;
    }
    .img_trend_list .img_item:nth-child(3n),
    .img_trend_list .img_item:last-child {
        margin-right: 0;
    }
}


/* .table_wrap */

.table_wrap {
    overflow: auto;
    white-space: nowrap;
    margin: 0 auto 1.5em;
}

.table_wrap table {
    width: 100%;
}

table tr:not(:last-child) {
    border-bottom: 2px solid #FFF;
}

.table_wrap table th,
.table_wrap table td {
    font-size: 1.1em;
    line-height: 1.4286em;
    padding: 15px 10px;
}

.table_wrap table th {
    color: #FFF;
    font-weight: bold;
    background-color: #fca6af;
}

.table_wrap table td {
    background-color: #fef0f1;
}

.table_wrap table th:not(:last-child),
.table_wrap table td:not(:last-child) {
    border-right: 2px solid #FFF;
}

@media screen and (min-width:700px) {
    .table_wrap {
        margin: 0 auto 3em;
    }
}


/* .default_list */

.default_list {
    line-height: 1.5715em;
    margin: 0 auto 1.0715em;
}

.default_list>li {
    position: relative;
    margin-bottom: 0.3572em;
}

@media screen and (min-width:700px) {
    .default_list {
        line-height: 1.25em;
        margin: 0 auto 1.875em;
    }
    .default_list>li {
        margin-bottom: 0.625em;
    }
}


/* .default_list.m_circle */

.default_list.m_circle>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.0715em;
}

.default_list.m_circle>li::before {
    content: "";
    width: 0.7143em;
    height: 0;
    padding-top: 0.7143em;
    background-color: #ffd904;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0.4286em;
}

@media screen and (min-width:700px) {
    .default_list.m_circle>li>p {
        margin-bottom: 0.5em;
    }
    .default_list.m_circle>li {
        padding-left: 1.25em;
    }
    .default_list.m_circle>li::before {
        width: 0.625em;
        padding-top: 0.625em;
        margin-top: 0.3125em;
    }
}


/* .default_list.m_dotto */

.default_list.m_dotto>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.0715em;
}

.default_list.m_dotto>li::before {
    content: "";
    width: 0.2143em;
    height: 0;
    padding-top: 0.2143em;
    background-color: #333333;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0.5715em;
    margin-left: 0.25em;
}

@media screen and (min-width:700px) {
    .default_list.m_dotto>li {
        padding-left: 1.25em;
    }
    .default_list.m_dotto>li::before {
        width: 0.25em;
        padding-top: 0.25em;
        margin-top: 0.5em;
        margin-left: 0.1875em;
    }
}


/* .default_list.m_number */

.default_list.m_number {
    counter-reset: cnt;
}

.default_list.m_number>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.0715em;
}

.default_list.m_number>li::before {
    counter-increment: cnt;
    content: counter(cnt) ".";
    width: 1.0715em;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width:700px) {
    .default_list.m_number>li {
        padding-left: 1.25em;
    }
    .default_list.m_number>li::before {
        width: 1.25em;
    }
}


/* .dl_list */

.dl_list {
    font-size: 1.1em;
    line-height: 1.5715em;
    margin: 0 auto 1.0715em;
}

.dl_list dt {
    color: #e32d5c;
    position: relative;
    border-bottom: 1px dotted #e32d5c;
    padding-bottom: 0.3572em;
}

.dl_list dt:not(:first-child) {
    margin-top: 0.7143em;
}

.dl_list dd {
    margin-top: 0.3572em;
    word-break: break-all;
}

@media screen and (min-width:700px) {
    .dl_list {
        line-height: 1.25em;
        margin: 0 auto 1.875em;
    }
    .dl_list dt {
        display: inline-block;
        padding-bottom: 0.3125em;
    }
    .dl_list dt:not(:first-child) {
        margin-top: 1.5em;
    }
    .dl_list dd {
        margin-top: 0.625em;
        line-height: 1.5em;
    }
}


/* .dl_detail_list */

.dl_detail_list {
    line-height: 1.5715em;
    margin: 0 auto 1.0715em;
}

.dl_detail_list dt {
    font-weight: bold;
    border-top: 1px dotted #aaaaaa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.7143rem 0.7143rem 0.3572rem;
}

.dl_detail_list dd {
    word-break: break-all;
    padding: 0 0.7143rem 0.7143rem;
}

.dl_detail_list dd:last-child {
    border-bottom: 1px dotted #aaaaaa;
}

@media screen and (min-width:700px) {
    .dl_detail_list {
        line-height: 1.75em;
        margin: 0 auto 1.875em;
    }
    .dl_detail_list dt {
        min-width: 7.5em;
        font-weight: normal;
        display: inline-block;
        position: relative;
        border-top: none;
        float: left;
        padding: 1rem 1.25rem 1rem 1.875rem;
        margin-right: 1.25em;
    }
    .dl_detail_list dt::after {
        content: "";
        width: 0.125em;
        height: 0;
        padding-top: 1.25em;
        background-color: #ff0064;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 1.9rem;
    }
    .dl_detail_list dd {
        border-top: 1px dashed #aaa;
        padding:  1rem 1.875rem 1rem 14.75rem
        /* padding: 1rem 1.875rem 1rem 8.75rem; */
    }
    .dl_detail_list dd:last-child {
        border-bottom: 1px dashed #aaa;
    }
}


/* .btn_link */

.btn_link {
    text-align: center;
    margin-bottom: 6.25%;
}

.btn_link a {
    width: 100%;
    color: #ff0064;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.4286em;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    border: 5px solid #ff0064;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4.1667% 14.5834%;
    margin: auto;
}

.btn_link a::before {
    content: "";
    width: 6.9566%;
    height: 100%;
    background: url(../images/common/icon_arrow_btn_sp.jpg) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 4.3479%;
}

@media screen and (min-width:640px) {
    .btn_link a {
        border: 10px solid #ff0064;
    }
}

@media screen and (min-width:700px) {
    .btn_link {
        margin-bottom: 2.34375%;
    }
    .btn_link a {
        width: auto;
        line-height: 1.5em;
        border: 5px solid #ff0064;
        padding: 1.1628% 6.9768%;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }
    .btn_link a::before {
        width: 1em;
        background: url(../images/common/icon_arrow_btn_off.png) no-repeat center center;
        background-size: 100% auto;
        margin-right: 0.75em;
    }
    .btn_link a::after {
        content: "";
        width: 1em;
        height: 100%;
        background: url(../images/common/icon_arrow_btn_on.png) no-repeat center center;
        background-size: 100% auto;
        margin-right: 0.75em;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }
    .btn_link a:hover {
        color: #FFF;
        background-color: #ff0064;
    }
    .btn_link a:hover::after {
        opacity: 1;
    }
}


/* .btn_backlist
---------------------------------------------------------- */

.btn_backlist {
    width: 62.5%;
    position: relative;
    margin: 7.8125% auto 7.8125%;
}

.btn_backlist::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #b81a41;
    border-radius: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -2.5%;
}

.btn_backlist a {
    width: 100%;
    display: block;
    position: relative;
}

.btn_backlist a>* {
    position: relative;
}

.btn_backlist a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ff0064;
    border-radius: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width:700px) {
    .btn_backlist {
        width: 45%;
        margin: 3.90625% auto 4.6875%;
    }
    .btn_backlist a {
        height: 0;
        padding-top: 20%;
    }
    .btn_backlist a::after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: url(../images/top/bg_more_hover.png) repeat center top;
        background-size: 17px auto;
        border-radius: 200px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
    .btn_backlist a img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .btn_backlist a:hover img {
        top: 6.25%;
    }
    .btn_backlist a:hover::before {
        margin-top: 1.25%;
    }
    .btn_backlist a:hover::after {
        opacity: 1;
        margin-top: 1.25%;
    }
}


/* .attention
---------------------------------------------------------- */

.attention {
    width: 87.5%;
    line-height: 1.5em;
    text-align: center;
    margin: auto auto 12.5%;
}

@media screen and (min-width:700px) {
    .attention {
        width: 79.6875%;
        line-height: 1.5em;
        margin: auto auto 3.90625%;
    }
}