@charset "utf-8";
.color_item {
    padding-bottom: 0;
}
.color_notes{
    border-top: none;
}
.content_ttl_inner{
    font-weight: 400;
}
@media (min-width: 520px) {
    .content_ttl_inner{
        font-size: 17px;
    }
}
@media (max-width: 519px) {
    .content_ttl{
        line-height: calc(17/14);
    }
    .content_ttl_inner{
        font-size: 1rem;
    }
}

/* product_info */
.product_info .content {
    border-bottom: none;
}
.product_info_answer {
    border-bottom: solid 1px #000;
}
.product_info_inner {
    margin-inline: auto;
    width: 100%;
}
.product_info_ttl {
    position: relative;
    border-bottom: none;
    border-bottom: solid 1px #000;
}
.product_info_ttl::after {
    content: '';
    margin: auto;
    background: url(../img/default/icon_arrow_black.svg) no-repeat center center;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(90deg);
}
.is_open.product_info_ttl::after {
    transform: rotate(-90deg);
}
.product_info_inner_link{
    color: #000;
    text-decoration: underline;
    display: inline-block;
}
@media (min-width: 520px) {
    .product_info_wrap {
        margin-top: 48px;
    }
    .product_info + .product_info {
        margin-top: 48px;
    }
    .product_info_inner {
        width: 967px;
        padding-block: 40px;
        font-size: 14px;
        line-height: calc(24 / 14);
    }
    .product_info_ttl{
        cursor: pointer;
    }
    .product_info_ttl::after {
        width: 10px;
        height: 6px;
        right: 28%;
        z-index: 2;
        margin-right: -190px;
    }
}
@media (max-width: 519px) {
    .product_info_wrap {
        margin-top: 4rem;
    }
    .product_info_inner {
        padding: 2.2rem 1.5rem;
        font-size: 1.2rem;
        line-height: calc(18 / 12);
    }
    .product_info_ttl::after {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
        right: 50%;
        margin-right: -15rem;
    }
    .product_info_answer_list_num_item{
        text-indent: -1.6em;
        padding-left: 1.6em;
    }
    .product_info_answer_list_num_item + .product_info_answer_list_num_item {
        margin-top: 0.5rem;
    }
    .product_info_inner_link{
        font-size: 1rem;
    }
}

/* lineup_index */
.lineup_index_link {
    color: #000;
    font-weight: 700;
    display: block;
    background-color: #fff;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
.lineup_index_txt_en {
    font-weight: 900;
    vertical-align: middle;
    line-height: 1;
}
.lineup_index_link_inner {
    margin: auto;
    display: block;
    position: relative;
    z-index: 2;
}
.lineup_index_btn_arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    background: url(../img/default/icon_arrow_black.svg) no-repeat right center;
}
@media (min-width: 520px) {
    .lineup_index_link {
        position: relative;
        overflow: hidden;
        transition: color 0.4s 0.2s;
    }
    .lineup_index_link::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: #000;
        width: 100%;
        height: 100%;
        transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
        transform: scale(0, 1);
        transform-origin: right top;
    }
    .lineup_index_link_inner{
        width: 875px;
    }
    .lineup_index_link {
        padding-block: 35px;
    }
    .lineup_index_txt_en {
        font-size: 48px;
        margin-right: 28px;
    }
    .lineup_index_btn_arrow {
        width: 10px;
        height: 6px;
        transition: background 0.4s 0.2s;
    }
    @media (hover:hover) {
        .lineup_index_link:hover {
            color: #fff;
        }
        .lineup_index_link:hover::before{
            transform-origin: left top;
            transform: scale(1, 1);
        }
        .lineup_index_link:hover .lineup_index_btn_arrow{
            background-image: url(../img/default/icon_arrow_white.svg);
        }
    }
}
@media (max-width: 519px) {
    .lineup_index_link{
        font-size: 1.4rem;
    }
    .lineup_index_link_inner{
        width: 82%;
        padding: 2rem 0;
        background-size: 0.7rem auto;
        text-align: left;
        display: flex;
        align-items: center;
        column-gap: 1.5rem;
    }
    .lineup_index_txt_en{
        font-size: 3.2rem;
    }
    .lineup_index_txt_ja{
        line-height: calc(17/14);
    }
    .lineup_index_btn_arrow {
        height: 10rem;
        width: 3.2rem;
        right: -0.8rem;
    }
}

/* hoyu_info_area */
.hoyu_info_area {
    text-align: center;
}
.hoyu_info_area_txt {
    font-weight: 700;
}
.hoyu_info_area_article_list {
    display: flex;
}
.hoyu_info_area_article_item {
    border: solid 1px #000;
}
.hoyu_info_area_article_link {
    display: flex;
    justify-content: start;
    text-align: left;
    color: #000;
}
.hoyu_info_area_article_time {
    color: #959595;
}
@media (min-width: 520px) {
    .hoyu_info_area {
        margin-top: 48px;
    }
    .hoyu_info_area .content {
        padding-block: 40px;
    }
    .hoyu_info_area_txt {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .hoyu_info_area_link {
        transition: opacity 0.3s;
    }
    .hoyu_info_area_link + .hoyu_info_area_txt {
        margin-top: 40px;
    }

    .hoyu_info_area_article_list {
        justify-content: center;
        column-gap: 24px;
    }
    .hoyu_info_area_article_item {
        width: 326px;
    }
    .hoyu_info_area_article_link {
        flex-direction: column-reverse;
        transition: opacity 0.3s;
    }
    .hoyu_info_area_article_desc {
        padding: 10px 16px 15px;
    }
    .hoyu_info_area_article_time {
        font-size: 14px;
    }
    .hoyu_info_area_article_ttl,
    .hoyu_info_area_article_txt {
        font-size: 16px;
        font-weight: 400;
    }
    .hoyu_info_area_article_img {
        width: 324px;
        object-fit: cover;
    }
    @media (hover: hover) {
        .hoyu_info_area_link:hover {
            opacity: 0.6;
        }
        .hoyu_info_area_article_link:hover {
            opacity: 0.6;
        }
    }
}
@media (max-width: 519px) {
    .hoyu_info_area {
        margin-top: 3.2rem;
    }
    .hoyu_info_area .content {
        padding-block: 2.4rem;
    }
    .hoyu_info_area_txt {
        font-size: 1.2rem;
        margin-bottom: 1.6rem;
    }
    .hoyu_info_area_img {
        width: 15rem;
        height: auto;
    }
    .hoyu_info_area_link + .hoyu_info_area_txt {
        margin-top: 2.4rem;
    }

    .hoyu_info_area_article_list {
        flex-direction: column;
        row-gap: 1.6rem;
        margin-inline: 1.6rem;
    }
    .hoyu_info_area_article_item {
        border: solid 0.1rem #000;
    }
    .hoyu_info_area_article_link {
        flex-direction: row-reverse;
        align-items: center;
    }
    .hoyu_info_area_article_desc {
        padding-inline: 1.3rem;
    }
    .hoyu_info_area_article_time {
        font-size: 1.1rem;
    }
    .hoyu_info_area_article_ttl,
    .hoyu_info_area_article_txt {
        font-size: 1.2rem;
        font-weight: 400;
    }
    .hoyu_info_area_article_img {
        width: 11.7rem;
        height: 8.8rem;
        object-fit: cover;
    }
}

/* special_contents_area */
.special_contents_area {
    text-align: center;
}
.special_contents_area_txt {
    font-weight: 700;
}
.special_contents_area_link{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0;
    border: solid 1px #000;
    display: inline-block;
}
.special_contents_area_article_list {
    display: flex;
}
.special_contents_area_article_item {
    border: solid 1px #000;
}
.special_contents_area_article_link {
    display: flex;
    justify-content: start;
    text-align: left;
    color: #000;
}
.special_contents_area_article_cat > li{
    background-color: #eeeeee;
    border-radius: 12px;
    display: inline-block;
}
@media (min-width: 520px) {
    .special_contents_area {
        margin-top: 48px;
    }
    .special_contents_area .content {
        padding-block: 40px;
    }
    .special_contents_area_txt {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .special_contents_area_link {
        font-size: 24px;
        padding: 22px 46px;
        transition: opacity 0.3s;
    }
    .special_contents_area_link + .special_contents_area_txt {
        margin-top: 40px;
    }

    .special_contents_area_article_list {
        justify-content: left;
        gap: 24px;
        flex-wrap: wrap;
        margin-inline: auto;
        width: 1026px;
    }
    /* 記事数が１〜２のときつける */
    .special_contents_area_article_list_center{
        justify-content: center;
    }
    .special_contents_area_article_item {
        width: 326px;
    }
    .special_contents_area_article_link {
        flex-direction: column-reverse;
        transition: opacity 0.3s;
    }
    .special_contents_area_article_desc {
        padding: 10px 16px 15px;
        border-top: solid 1px #000;
    }
    .special_contents_area_article_cat > li{
        font-size: 12px;
        padding: 4px 17px;
        margin-bottom: 10px;
    }
    .special_contents_area_article_ttl,
    .special_contents_area_article_txt {
        font-size: 16px;
    }
    @media (hover: hover) {
        .special_contents_area_link:hover {
            opacity: 0.6;
        }
        .special_contents_area_article_link:hover {
            opacity: 0.6;
        }
    }
}
@media (max-width: 519px) {
    .special_contents_area {
        margin-top: 3.2rem;
    }
    .special_contents_area .content {
        padding-block: 2.4rem;
    }
    .special_contents_area_txt {
        font-size: 1.2rem;
        margin-bottom: 1.6rem;
    }
    .special_contents_area_link{
        font-size: 1.2rem;
        padding: 2.2rem 1.1rem;
    }
    .special_contents_area_link + .special_contents_area_txt {
        margin-top: 2.4rem;
    }

    .special_contents_area_article_list {
        flex-direction: column;
        row-gap: 1.6rem;
        margin-inline: 1.6rem;
    }
    .special_contents_area_article_item {
        border: solid 0.1rem #000;
    }
    .special_contents_area_article_link {
        flex-direction: row-reverse;
        align-items: center;
    }
    .special_contents_area_article_desc {
        padding: 0.8rem 1.3rem;
    }
    .special_contents_area_article_cat > li{
        font-size: 1rem;
        padding: 0.2rem 0.8rem;
        margin-bottom: 0.2rem;
    }
    .special_contents_area_article_ttl,
    .special_contents_area_article_txt {
        font-size: 1rem;
    }
    .special_contents_area_article_img {
        width: 11.7rem;
        height: 8.8rem;
        object-fit: cover;
        border-right: solid 1px #000;
    }
}

/* INDEXへ戻る */
.index_area_link {
    font-weight: 700;
    text-align: center;
    display: block;
    color: #000;
    background-color: #fff;
    border: solid 1px #000;
    width: fit-content;
    margin: auto;
    position: relative;
}
.index_area_link_inner {
    position: relative;
    z-index: 3;
}
.index_area_link_inner::after {
    content: '';
    margin: auto;
    background: url(../img/default/icon_arrow_black.svg) no-repeat center center;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(180deg);
}
@media(min-width: 520px){
    .index_area {
        margin-block: 55px 30px;
    }
    .index_area_link {
        font-size: 18px;
        padding: 29px 148px;
        position: relative;
    }
    .index_area_link::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: #000;
        width: 100%;
        height: 100%;
        transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
        transform: scale(0, 1);
        transform-origin: left top;
    }
    .index_area_link_inner::after {
        width: 10px;
        height: 6px;
        left: 0;
        transition: background 0.4s 0.2s;
        z-index: 2;
        margin-left: -100px;
    }
    @media (hover: hover) {
        .index_area_link:hover::before {
            transform: scale(1, 1);
        }
        .index_area_link:hover .index_area_link_inner {
            color: #fff;
        }
        .index_area_link:hover .index_area_link_inner::after {
            background: url(../img/default/icon_arrow_white.svg) no-repeat center center;
        }
    }
}
@media(max-width: 519px){
    .index_area {
        margin-top: 3.4rem;
    }
    .index_area_link {
        font-size: 1.2rem;
        padding: 2.1rem 9.8rem;
    }
    .index_area_link_inner::after {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
        left: -7.5rem;
    }
}
