@charset "utf-8";

.wrap {
    padding-top: 1px;
}
@media (min-width: 520px) {
    .wrap {
        padding-bottom: 95px;
    }
}
@media (max-width: 519px) {
    .wrap {
        padding-bottom: 4.8rem;
    }
}

/* mv */
.mv_frame .swiper-container {
    max-width: 1080px;
    overflow: visible;
}
.mv_frame .swiper-slide {
    width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    left: auto;
    right: 0;
    bottom: 0;
    width: auto;
    background: #000;
}
.swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    background-color: #fff;
}
.swiper-pagination-bullet {
    transition: transform 0.2s;
}
.swiper-pagination-bullet-active {
    transform: scale(2);
}
.mv_img {
    width: 100%;
    height: auto;
}
@media (min-width: 520px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        height: 36px;
        padding: 3px 10px 0;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }
    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
    .swiper-slide::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
    }
    .swiper-slide-active::after {
        display: none;
    }
}
@media (max-width: 519px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        height: 2.4rem;
        padding: 0.3rem 0.5rem 0;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.8rem;
    }
    .swiper-pagination-bullet {
        width: 0.4rem;
        height: 0.4rem;
    }
}

/*.me */
.home_bnr_list {
    display: flex;
    justify-content: center;
}
.home_bnr_listitem {
    position: relative;
}
.home_bnr_listitem img {
    width: 100%;
    height: auto;
}
.home_bnr {
    margin: auto;
    display: block;
}
.home_exchange_bnr_wrap {
    text-align: center;
}
.home_exchange_bnr {
    display: block;
    margin: auto;
}
.home_exchange_bnr img {
    width: 100%;
    height: auto;
}
.home_bnr_listitem_try .home_bnr {
    font-weight: 700;
    position: relative;
    overflow: hidden;
    background-color: #000;
    display: grid;
    place-content: center;
}
.home_bnr_listitem_try_txt {
    color: #fff;
    position: relative;
}
.home_bnr_listitem_try_txt::before,
.home_bnr_listitem_try_txt::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.home_bnr_listitem_try_txt::before {
    background: url(../img/default/icon_camera_white.svg) no-repeat left center/ contain;
    z-index: 2;
    display: inline-block;
    transition: 0.6s;
    height: 24px;
}
.home_bnr_listitem_try_txt::after {
    z-index: 2;
    background: url(../img/default/icon_arrow_white.svg) no-repeat center center;
}
@media (min-width: 520px) {
    .home_bnr_wrap {
        margin-top: 63px;
    }
    .home_bnr_listitem::before,
    .home_bnr_listitem::after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 150%;
        background-color: #000;
        height: calc(100% + 65px);
        top: -65px;
    }
    .home_bnr_listitem::before {
        left: 0;
    }
    .home_bnr_listitem::after {
        right: 0;
    }
    .home_bnr_list {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .home_bnr_list_2 .home_bnr_list_2 {
        border-top: none;
        border-bottom: none;
    }
    .home_bnr_list_2 .home_bnr_listitem::before,
    .home_bnr_list_2 .home_bnr_listitem::after {
        display: none;
    }
    .home_bnr_list_2.home_bnr_listitem:first-of-type::before {
        display: none;
    }
    .home_bnr_listitem + .home_bnr_listitem {
        margin-left: -1px;
    }
    .home_bnr_listitem {
        width: 50%;
    }
    .home_bnr_noneborder {
        margin: -1px auto;
    }
    .home_exchange_bnr_wrap {
        padding: 24px 0;
        position: relative;
    }
    .home_exchange_bnr_wrap::before {
        content: '';
        width: 1px;
        position: absolute;
        top: 0;
        left: 50%;
        height: 24px;
        background-color: #000;
        translate: -50% 0;
    }
    .home_exchange_bnr_inner {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 0 12.5%;
    }
    .home_exchange_bnr {
        margin: auto;
        max-width: 1080px;
        border-inline: 1px solid #000;
    }
    .home_bnr_listitem_try .home_bnr {
        height: 100%;
        padding-block: 25px 28px;
    }
    .home_bnr_listitem_try .home_bnr::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 110%;
        transition: transform 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
        transform: scale(0, 1);
        transform-origin: left top;
    }
    .home_bnr_listitem_try_txt {
        font-size: 20px;
        transition: color 0.4s;
    }
    .home_bnr_listitem_try_txt::before {
        width: 32px;
        left: -60px;
    }
    .home_bnr_listitem_try_txt::after {
        right: -40px;
        width: 10px;
        height: 6px;
        transition: background 0.4s 0.2s;
    }
    @media (hover: hover) {
        .home_bnr_listitem_try:hover {
            opacity: 1;
        }
        .home_bnr_listitem_try .home_bnr:hover::before {
            transform: scale(1, 1);
        }
        .home_bnr_listitem_try .home_bnr:hover .home_bnr_listitem_try_txt {
            color: #000;
        }
        .home_bnr_listitem_try .home_bnr:hover .home_bnr_listitem_try_txt::before {
            background: url(../img/default/icon_camera_black.svg) no-repeat left center/ contain;
        }
        .home_bnr_listitem_try .home_bnr:hover .home_bnr_listitem_try_txt::after {
            background: url(../img/default/icon_arrow_black.svg) no-repeat center center;
        }
    }
}
@media (max-width: 519px) {
    .home_bnr_wrap {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .home_bnr_wrap {
        margin-top: 3.1rem;
    }
    .home_bnr_list {
        flex-wrap: wrap;
    }
    .home_bnr_listitem {
        width: 100%;
    }
    .home_bnr_listitem + .home_bnr_listitem {
        border-top: 1px solid #000;
        margin-top: -1px;
    }
    .home_exchange_bnr_wrap {
        border-top: 1px solid #000;
    }
    .home_bnr_listitem_try_txt {
        font-size: 1.4rem;
        padding-block: 4.4rem;
    }
    .home_bnr_listitem_try_txt::before {
        width: 2.4rem;
        left: -3.8rem;
    }
    .home_bnr_listitem_try_txt::after {
        right: -1.8rem;
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
    }
}

/* virtual_try */
/* .virtual_try {
    background-color: #fff;
    color: #000;
    font-weight: 700;
    text-align: center;
    display: block;
    overflow: hidden;
}
.virtual_try::before,
.virtual_try::after {
    content: '';
}
.virtual_try::before {
    background: url(../img/default/icon_camera_black.svg) no-repeat left center/ contain;
    display: inline-block;
    z-index: 2;
    position: relative;
    transition: 0.6s;
}
.virtual_try_inner {
    z-index: 2;
    position: relative;
}
@media (min-width: 520px) {
    .virtual_try {
        font-size: 18px;
        padding-block: 31px;
        position: relative;
        transition: color 0.6s;
        border-bottom: solid 1px #000;
    }
    .virtual_try::before {
        width: 32px;
        height: 24px;
        margin-right: 40px;
        margin-bottom: -5px;
    }
    .virtual_try::after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        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;
    }
    @media (hover: hover) {
        .virtual_try:hover {
            color: #fff;
            transition: color 0.6s;
        }
        .virtual_try:hover::before {
            background: url(../img/default/icon_camera_white.svg) no-repeat left center/ contain;
            transition: 0.6s;
        }
        .virtual_try:hover:after {
            transform-origin: left top;
            transform: scale(1, 1);
        }
    }
}
@media (max-width: 519px) {
    .virtual_try {
        font-size: 14px;
        padding-block: 16px 15px;
        border-top: solid 1px #000;
        position: relative;
    }
    .virtual_try::before {
        width: 24px;
        height: 18px;
        position: absolute;
        top: 50%;
        left: 38px;
        transform: translateY(-50%);
    }
} */

/* lineup */
.lineup {
    position: relative;
}
.lineup_ttl {
    position: absolute;
    font-weight: 800;
    line-height: 1;
    color: #f9dd5b;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 2;
}
.lineup_col {
    display: flex;
    border-top: 1px solid #000;
}
.lineup_product {
    color: #000;
    display: flex;
}
.lineup_product_model,
.lineup_product_info {
    width: 50%;
}
.lineup_product_model {
    padding-top: 70.6%;
    height: 0;
    background-color: #fff;
}
.lineup_bb .lineup_product_model {
    background: url(../img/home/lineup_img_bb.jpg) no-repeat center top;
    background-size: cover;
}
.lineup_pc .lineup_product_model {
    background: url(../img/home/lineup_img_pc.jpg) no-repeat center top;
    background-size: cover;
}
.lineup_td .lineup_product_model {
    background: url(../img/home/lineup_img_td.jpg) no-repeat center top;
    background-size: cover;
}
.lineup_1c .lineup_product_model {
    background: url(../img/home/lineup_img_1c.jpg) no-repeat center top;
    background-size: cover;
}
.lineup_me .lineup_product_model {
    background: url(../img/home/lineup_img_me.jpg) no-repeat center top;
    background-size: cover;
}
.lineup_product_info {
    border-left: 1px solid #000;
    display: flex;
    flex-direction: column;
}
.lineup_product_txtbox {
    height: 100%;
    background-color: #fff;
    border-bottom: 1px solid #000;
    position: relative;
}
.lineup_product_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lineup_me .lineup_product_txt {
    padding-bottom: 0;
    width: auto;
    text-align: center;
}
.lineup_product_en {
    font-weight: 800;
    letter-spacing: 0;
}
.lineup_product_jp {
    font-weight: 700;
    line-height: 1;
    font-style: italic;
}
.lineup_product_pkg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.lineup_product_arrow {
    display: block;
    margin-top: auto;
    position: relative;
}
.lineup_product_arrow_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    background: url(../img/default/icon_arrow_black.svg) no-repeat center center;
}
.lineup_btn {
    background-color: #fff;
    text-align: center;
    display: block;
    border-bottom: 1px solid #000;
    color: #000;
}
.lineup_btn_inner {
    margin: auto;
    display: block;
    position: relative;
    z-index: 2;
}
.lineup_btn_en,
.lineup_btn_jp {
    display: block;
    line-height: 1;
}
.lineup_btn_en {
    font-weight: 800;
}
.lineup_btn_jp {
    font-weight: 700;
}
.lineup_product_new {
    position: absolute;
    top: 0;
    right: 0;
}
@media (min-width: 520px) {
    .lineup {
        margin-top: 63px;
    }
    .lineup_ttl {
        top: -80px;
        left: -54px;
        font-size: 96px;
    }
    .lineup_col {
        margin-top: 24px;
        border-bottom: 1px solid #000;
    }

    .lineup_col:nth-of-type(even) .lineup_product:nth-of-type(even),
    .lineup_col:nth-of-type(2n + 3) .lineup_product:nth-of-type(odd) {
        flex-direction: row-reverse;
    }
    .lineup_col:nth-of-type(even) .lineup_product + .lineup_product .lineup_product_info,
    .lineup_col:nth-of-type(2n + 3) .lineup_product_info {
        border-right: 1px solid #000;
    }

    .lineup_product {
        width: 50%;
    }
    .lineup_product.lineup_product_1col {
        width: 100%;
    }
    .lineup_product_model {
        min-height: 425px;
    }
    .lineup_product_1col .lineup_product_model {
        padding-top: 35.347%;
    }
    .lineup_mu .lineup_product_model {
        background: url(../img/home/lineup_img_mu_pc.jpg) no-repeat center top;
        background-size: cover;
    }
    .lineup_col:nth-of-type(odd) .lineup_product + .lineup_product {
        border-left: 1px solid #000;
    }
    .lineup_col:nth-of-type(even) .lineup_product + .lineup_product {
        border-right: 1px solid #000;
    }
    .lineup_product_txt {
        width: 230px;
        height: 360px;
    }
    .lineup_product_1col .lineup_product_txt {
        width: 340px;
        padding-bottom: 241px;
        padding-top: 37px;
    }
    .lineup_product_en {
        font-size: 36px;
        line-height: 1.222;
    }
    .lineup_bb .lineup_product_en,
    .lineup_pc .lineup_product_en,
    .lineup_td .lineup_product_en {
        font-size: 30px;
    }
    .lineup_bb .lineup_product_txt {
        height: 300px;
        width: 254px;
    }
    .lineup_me .lineup_product_txt {
        font-size: 28px;
        height: auto;
    }
    .lineup_product_jp {
        font-size: 20px;
        margin-top: 11px;
    }
    .lineup_product_pkg {
        bottom: 9px;
        filter: drop-shadow(12px 30px 30px rgba(0, 0, 0, 0.16));
    }
    .lineup_product_arrow_icon {
        width: 10px;
        height: 6px;
        transition: background 0.4s 0.2s;
    }
    .lineup_product_arrow {
        height: 60px;
        position: relative;
        overflow: hidden;
    }
    .lineup_product_arrow::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: #000;
        width: 100%;
        height: 110%;
        transition: transform 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
        transform: scale(0, 1);
        transform-origin: right top;
    }
    .lineup_product:hover .lineup_product_arrow::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .lineup_product:hover .lineup_product_arrow_icon {
        background-image: url(../img/default/icon_arrow_white.svg);
    }
    .lineup_btn_inner {
        width: 400px;
        padding: 19px 0 24px;
    }
    .lineup_btn_en {
        font-size: 28px;
    }
    .lineup_btn_jp {
        font-size: 16px;
        margin-top: 7px;
    }
}
@media (max-width: 519px) {
    .lineup {
        margin-top: 4.9rem;
    }
    .lineup_ttl {
        top: -2rem;
        left: -2.4rem;
        font-size: 4.8rem;
    }
    .lineup_col {
        flex-direction: column;
    }
    .lineup_mu .lineup_product_model {
        background: url(../img/home/lineup_img_mu_sp.jpg) no-repeat center top;
        background-size: cover;
    }
    .lineup_product + .lineup_product {
        border-top: 1px solid #000;
    }
    .lineup_product_txt {
        width: 14.9rem;
        padding-bottom: 10.2rem;
    }
    .lineup_pc .lineup_product_txt {
        padding-bottom: 11rem;
    }
    .lineup_me .lineup_product_en {
        width: 7.85rem;
    }
    .lineup_me .lineup_product_en > img {
        width: 100%;
    }
    .lineup_me .lineup_product_txt {
        font-size: 1.4rem;
    }
    .lineup_product_en {
        font-size: 2.4rem;
        line-height: 1.1666;
    }
    .lineup_bb .lineup_product_en,
    .lineup_pc .lineup_product_en,
    .lineup_td .lineup_product_en {
        font-size: 2rem;
    }
    .lineup_product_jp {
        font-size: 1.4rem;
        margin-top: 0.5rem;
    }
    .lineup_product_pkg {
        width: 4.5rem;
        filter: drop-shadow(0.6rem 1.5rem 1.5rem rgba(0, 0, 0, 0.16));
    }
    .lineup_bb .lineup_product_pkg {
        width: 12.5rem;
    }
    .lineup_pc .lineup_product_pkg {
        width: 3.6rem;
    }
    .lineup_1c .lineup_product_pkg {
        width: 2.4rem;
    }
    .lineup_product_arrow {
        height: 3.4rem;
    }
    .lineup_product_arrow_icon {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
    }
    .lineup_col:nth-of-type(n + 2) .lineup_product:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .lineup_col:nth-of-type(n + 2) .lineup_product:nth-child(odd) .lineup_product_model {
        border-left: 1px solid #000;
    }
    .lineup_btn {
        border-top: 1px solid #000;
    }
    .lineup_btn_inner {
        width: 85%;
        padding: 1rem 0 1.3rem;
        background-size: 0.7rem auto;
    }
    .lineup_btn_en {
        font-size: 1.8rem;
    }
    .lineup_btn_jp {
        font-size: 1.2rem;
        margin-top: 0.5rem;
    }
    .lineup_product_new {
        width: 28%;
        right: 0.5rem;
    }
}

/* qa */
.qa_btn {
    background-color: #fff;
    text-align: center;
    display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #000;
}
.qa_btn_inner {
    margin: auto;
    display: block;
    position: relative;
    z-index: 2;
}
.lineup_btn_arrow,
.qa_btn_arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    background: url(../img/default/icon_arrow_black.svg) no-repeat right center;
}
.qa_btn_en,
.qa_btn_en_small,
.qa_btn_jp {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.qa_btn_en {
    font-weight: 800;
}
.qa_btn_jp {
    font-weight: 700;
}
@media (min-width: 520px) {
    .qa_btn {
        margin-top: 65px;
    }
    .qa_btn_inner {
        width: 400px;
        padding: 32px 0 37px;
    }
    .qa_btn_en {
        font-size: 48px;
    }
    .qa_btn_en_small {
        font-size: 32px;
        padding: 0 6px;
    }
    .qa_btn_jp {
        font-size: 20px;
        margin-left: 20px;
    }
    .lineup_btn_arrow,
    .qa_btn_arrow {
        width: 10px;
        height: 6px;
        transition: background 0.4s 0.2s;
    }
    .lineup_btn:hover .lineup_btn_arrow,
    .qa_btn:hover .qa_btn_arrow {
        background-image: url(../img/default/icon_arrow_white.svg);
    }
}
@media (max-width: 519px) {
    .qa_btn {
        margin-top: 4.9rem;
    }
    .qa_btn_inner {
        width: 85%;
        padding: 2.3rem 0;
        background-size: 0.7rem auto;
        text-align: left;
    }
    .qa_btn_en {
        font-size: 3.2rem;
    }
    .qa_btn_en_small {
        font-size: 2.4rem;
        padding: 0 0.6rem;
    }
    .qa_btn_jp {
        font-size: 1.4rem;
        margin-left: 2rem;
    }
    .lineup_btn_arrow,
    .qa_btn_arrow {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
    }
}

/* special_contents */
.special_contents {
    background-color: #fff;
}
.special_contents_ttl {
    text-align: center;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
.special_contents_ttl_en {
    font-weight: 800;
}
.special_contents_ttl_jp {
    font-weight: 700;
    vertical-align: super;
}
@media (min-width: 520px) {
    .special_contents {
        margin-top: 62px;
        border-bottom: solid 1px #000;
    }
    .special_contents_ttl {
        padding-block: 30px;
    }
    .special_contents_ttl_en {
        font-size: 48px;
    }
    .special_contents_ttl_jp {
        font-size: 20px;
        margin-left: 22px;
    }
}
@media (max-width: 519px) {
    .special_contents {
        margin-top: 5rem;
    }
    .special_contents_ttl {
        padding-block: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 1.5rem;
    }
    .special_contents_ttl_en {
        font-size: 3.2rem;
        text-align: left;
    }
    .special_contents_ttl_jp {
        font-size: 1.4rem;
    }
}

/* special_contents_article */
.special_contents_article_wrap {
    background-color: #eee;
}
.special_contents_article {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}
.special_contents_article_info {
    position: relative;
    border-top: solid 1px #000;
    background-color: #fff;
}
.special_contents_article_txt {
    line-height: calc(28 / 16);
    font-weight: 700;
    color: #000;
}
.special_contents_article_btn {
    background-color: #000;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.special_contents_article_btn_inner {
    transition: background 0.4s 0.2s;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    background: url(../img/default/icon_arrow_white.svg) no-repeat center center;
}
.special_contents_article.is_hidden {
    visibility: hidden;
    display: none;
    opacity: 0;
    height: 0;
    padding: 0;
}
.special_contents_btn_more {
    text-align: center;
    position: relative;
    background-color: #fff;
    border-top: solid 1px #000;
}
.special_contents_btn_more_button {
    font-weight: 700;
    transition: 0.3s;
    width: 100%;
    border-bottom: none;
    position: relative;
    z-index: 2;
    color: #000;
    display: block;
}
.special_contents_btn_more_button::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/default/icon_arrow_black.svg) no-repeat;
    background-size: 100% auto;
}
@media (min-width: 520px) {
    .special_contents_article_wrap {
        gap: 40px 34px;
        margin-inline: 98px;
        justify-content: center;
        display: flex;
    }
    .special_contents_article {
        position: relative;
        width: 100%;
    }
    .special_contents_article_img {
        width: 100%;
        object-fit: cover;
    }
    .special_contents_article_info {
        padding: 24px 27px;
        min-height: 160px;
    }
    .special_contents_article_txt {
        font-size: 16px;
        margin-top: 10px;
    }
    .special_contents_article_btn {
        height: 64px;
        width: 64px;
    }
    .special_contents_article_btn::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background-color: #fff;
        width: 100%;
        height: 110%;
        transition: transform 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
        transform: scale(0, 1);
        transform-origin: left top;
    }
    .special_contents_article_btn_inner {
        width: 10px;
        height: 6px;
    }
    .special_contents_btn_more::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background-color: #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;
    }
    .special_contents_btn_more {
        margin-inline: 98px;
        border-left: solid 1px #000;
        border-right: solid 1px #000;
    }
    .special_contents_btn_more_button {
        font-size: 20px;
        padding-block: 25px;
        position: relative;
    }
    .special_contents_btn_more_button::after {
        width: 10px;
        height: 6px;
        right: 50%;
        transition: background 0.4s 0.2s;
        z-index: 2;
        margin-right: -175px;
        top: 50%;
        transform: translateY(-50%);
    }
    @media (hover: hover) {
        .special_contents_article_link:hover .special_contents_article_btn::before {
            transform: scale(1, 1);
        }
        .special_contents_article_link:hover .special_contents_article_btn_inner {
            background: url(../img/default/icon_arrow_black.svg) no-repeat;
        }
        .special_contents_btn_more:hover::before {
            transform: scale(1, 1);
        }
        .special_contents_btn_more:hover .special_contents_btn_more_button {
            color: #fff;
        }
        .special_contents_btn_more:hover .special_contents_btn_more_button::after {
            background: url(../img/default/icon_arrow_white.svg) no-repeat;
        }
    }
}
@media (max-width: 519px) {
    .special_contents_article_wrap {
        padding-bottom: 3.5rem;
        position: relative;
    }
    .special_contents_article_wrap::after {
        content: '';
        width: 100%;
        height: 0.1rem;
        background-color: #000;
        position: absolute;
        bottom: 3.4rem;
        left: 0;
    }
    .special_contents_article_img {
        width: 100%;
        object-fit: cover;
    }
    .special_contents_article_info {
        padding: 1rem 6rem 1.4rem 1.6rem;
        min-height: 9.3rem;
    }
    .special_contents_article_txt {
        font-size: 1.2rem;
        margin-top: 0.5rem;
    }
    .special_contents_article_btn {
        height: 4rem;
        width: 4rem;
    }
    .special_contents_article_btn_inner {
        width: 1rem;
        height: 0.5rem;
        background-size: auto 100%;
    }
    .special_contents_btn_more_button {
        font-size: 1.5rem;
        padding-block: 1.6rem;
        position: relative;
        border-top: none;
        border-bottom: solid 1px #000;
    }
    .special_contents_btn_more_button::after {
        width: 1rem;
        height: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        right: 10rem;
    }
    .special_contents_article_wrap .swiper-pagination {
        background-color: #eee;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0.4rem;
    }
    .special_contents_article_wrap .swiper-pagination-bullet {
        background-color: #000;
    }
}

/* howtouse */
.howtouse_inner {
    position: relative;
}
.movie_wrap {
    position: relative;
    height: 0;
}
.movie_wrap_thumb {
    width: 100%;
    position: absolute;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
}
.movie_wrap_thumb > img {
    width: 100%;
    height: auto;
}
.movie_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.movie_play img {
    width: 100%;
    height: auto;
}
.movie_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.howtouse_btn {
    display: block;
    background: #fff;
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-weight: 700;
}
.howtouse_btn_arrow {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    background: url(../img/home/icon_movie_arrow.svg) no-repeat left center;
}
.howtouse_ttl {
    position: absolute;
    line-height: 1;
    letter-spacing: 0.08em;
}
@media (min-width: 520px) {
    .howtouse {
        margin-top: 65px;
        padding-left: 12.5%;
    }
    .movie_wrap_howtouse {
        width: 57.14%;
        padding-top: 34.175%;
    }
    .movie_play {
        width: 64px;
        transition: transform 0.3s;
    }
    .howtouse_btn {
        width: 42.85%;
        padding: 22px 22px 22px 60px;
        font-size: 18px;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .howtouse_btn_arrow {
        left: 23px;
        width: 24px;
        height: 24px;
        transition: transition 0.4s 0.2s;
    }
    .howtouse_btn:hover .howtouse_btn_arrow {
        background-image: url(../img/home/icon_movie_arrow_on.svg);
    }
    .howtouse_ttl {
        left: 57.14%;
        bottom: 132px;
        font-size: 40px;
        padding-left: 48px;
    }
    .movie_wrap:hover .movie_play {
        transform: translate(-50%, -50%) scale(1.2);
    }
}
@media (max-width: 519px) {
    .howtouse {
        margin-top: 3rem;
    }
    .howtouse_inner {
        padding-top: 1.7rem;
    }
    .movie_wrap_howtouse {
        width: calc(100% - 4rem);
        padding-top: 52%;
    }
    .movie_wrap_thumb img {
        width: 100%;
    }
    .movie_play {
        width: 4rem;
    }
    .howtouse_btn {
        font-size: 1.4rem;
        padding: 1.4rem 1rem 1.4rem 4rem;
        position: relative;
        z-index: 1;
    }
    .howtouse_btn_arrow {
        left: 1.6rem;
        width: 1.6rem;
        height: 1.6rem;
        background-size: 100% auto;
    }
    .howtouse_ttl {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        top: 0;
        right: 1rem;
        font-size: 2rem;
    }
}

/* news */
.news {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.news_ttl {
    background-color: #000;
    color: #fff;
    position: absolute;
    text-align: center;
    z-index: 2;
}
.news_list {
    position: relative;
}
.news_list > li {
    float: left;
}
.news_date {
    font-weight: 700;
}
@media (min-width: 520px) {
    .news {
        margin-top: 64px;
        height: 96px;
        line-height: 96px;
    }
    .news_ttl {
        font-size: 28px;
        width: 160px;
    }
    .news_list {
        font-size: 16px;
    }
    .news_list > li {
        padding-left: 30px;
    }
}
@media (max-width: 519px) {
    .news {
        margin-top: 4.8rem;
        height: 6rem;
        line-height: 6rem;
    }
    .news_ttl {
        font-size: 1.4rem;
        width: 8rem;
    }
    .news_list {
        font-size: 1.2rem;
    }
    .news_list > li {
        padding-left: 1.5rem;
    }
}

/* urgent_notice */
.urgent_notice {
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    color: #000;
    position: relative;
}
.urgent_notice_seigo_wrap {
    display: flex;
    text-align: left;
    justify-content: center;
    align-items: center;
}
.urgent_notice_bold {
    font-weight: 700;
}
.urgent_notice_wrong,
.urgent_notice_correct {
    background-color: #e6e6e6;
    line-height: 1.5;
}
.urgent_notice_link_arrow {
    display: block;
    overflow: hidden;
    background: #eee;
    position: absolute;
}
.urgent_notice_link_arrow_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    background: url(../img/default/icon_arrow_black.svg) no-repeat center center;
}
@media (min-width: 520px) {
    .urgent_notice {
        margin-top: 64px;
        padding: 25px 0 28px;
    }
    .urgent_notice_ttl {
        font-size: 20px;
    }
    .urgent_notice_seigo_wrap {
        margin-top: 21px;
    }
    .urgent_notice_wrong,
    .urgent_notice_correct {
        padding: 19px 22px;
        width: 240px;
    }
    .urgent_notice_arrow {
        margin: 0 32px;
    }
    .urgent_notice_ttl + .urgent_notice_txt {
        margin-top: 22px;
    }
    .urgent_notice_txt {
        margin-top: 18px;
    }
    .urgent_notice_link_arrow {
        width: 60px;
        top: 0;
        right: 0;
        height: 100%;
        border-left: 1px solid #000;
    }
    .urgent_notice_link_arrow::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: #000;
        width: 100%;
        height: 110%;
        transition: transform 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
        transform: scale(0, 1);
        transform-origin: right top;
    }
    .urgent_notice:hover .urgent_notice_link_arrow::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .urgent_notice_link_arrow_icon {
        width: 10px;
        height: 6px;
        transition: background 0.4s 0.2s;
    }
    .urgent_notice:hover .urgent_notice_link_arrow_icon {
        background-image: url(../img/default/icon_arrow_white.svg);
    }
}
@media (max-width: 519px) {
    .urgent_notice {
        margin-top: 4.8rem;
        padding: 1.5rem 1.6rem 5rem;
        font-size: 1.2rem;
        text-align: left;
    }
    .urgent_notice_ttl {
        font-size: 1.4rem;
        text-align: center;
    }
    .urgent_notice_seigo_wrap {
        margin-top: 1.8rem;
        justify-content: space-between;
    }
    .urgent_notice_wrong,
    .urgent_notice_correct {
        padding: 1.7rem 2rem;
    }
    .urgent_notice_ttl + .urgent_notice_txt {
        margin-top: 1.2rem;
    }
    .urgent_notice_txt {
        margin-top: 1.6rem;
    }
    .urgent_notice_link_arrow {
        height: 3.4rem;
        width: 100%;
        bottom: 0;
        left: 0;
        border-top: 1px solid #000;
    }
    .urgent_notice_link_arrow_icon {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
        transition: background 0.4s 0.2s;
    }
}

/* ambassador */
.ambassador {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
    background-color: #fff;
}
.ambassador_ttl {
    position: absolute;
    font-weight: 800;
    line-height: 1;
    color: #8af564;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 2;
}
.ambassador_left {
    display: block;
    position: relative;
}
.ambassador_right {
    position: absolute;
}
.ambassador_left::before,
.ambassador_right::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    background-color: #000;
}
.ambassador_left::before {
    left: 100%;
    height: 102.7%;
}
.ambassador_right::before {
    left: 50%;
}
.ambassador_link1_1 {
    color: #000;
    display: block;
}
.ambassador_link1_1 {
    width: 100%;
}
.ambassador_link2_inner,
.ambassador_link3_inner {
    background-color: #fff;
}
.ambassador_link2_name,
.ambassador_link3_name {
    word-break: keep-all;
    font-style: italic;
    font-weight: 700;
}
.ambassador_btn_arrow {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #eee;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: auto;
}
.ambassador_btn_arrow_icon {
    transition: background 0.4s 0.2s;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    background: url(../img/default/icon_arrow_black.svg) no-repeat center center;
}
.ambassador_link2_name::before,
.ambassador_link3_name::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #8af564;
}
.ambassador_left_ttl {
    position: relative;
    text-align: center;
    font-style: italic;
    background-color: #000;
    color: #8af564;
    font-weight: 700;
}
@media (min-width: 520px) {
    .ambassador {
        margin-top: 64px;
    }
    .ambassador_inner {
        padding: 0 4.5% 1.4%;
        position: relative;
        overflow: hidden;
    }
    .ambassador_inner_deco {
        width: 4.5%;
        height: 2.6%;
        position: absolute;
        background-color: #000;
    }
    .ambassador_inner_deco1 {
        bottom: 0;
        left: 0;
    }
    .ambassador_inner_deco2 {
        top: 0;
        right: 0;
    }
    .ambassador_inner_deco3 {
        bottom: 0;
        right: 0;
    }
    .ambassador_ttl {
        top: -20px;
        left: -54px;
        font-size: 96px;
    }
    .ambassador_left_ttl {
        font-size: 29px;
        padding: 8px 0;
    }
    .ambassador_left_ttl::before {
        content: '';
        width: 100%;
        left: -15%;
        height: 1px;
        background-color: #000;
        position: absolute;
        bottom: 0;
    }
    .ambassador_left {
        width: 39.1%;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
    .ambassador_link2_name,
    .ambassador_link3_name {
        font-size: 28px;
    }
    .ambassador_link:hover .ambassador_btn_arrow::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .ambassador_link:hover .ambassador_btn_arrow_icon {
        background-image: url(../img/default/icon_arrow_white.svg);
    }
    .ambassador_btn_arrow {
        height: 60px;
    }
    .ambassador_btn_arrow::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: #000;
        width: 100%;
        height: 110%;
        transition: transform 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
        transform: scale(0, 1);
        transform-origin: right top;
    }
    .ambassador_btn_arrow_icon {
        width: 10px;
        height: 6px;
    }
    .ambassador_right {
        top: 0;
        right: 4.5%;
        width: 55.4%;
        height: 100%;
        padding-top: 1.4%;
        padding-bottom: 1.4%;
    }
    .ambassador_right_inner {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        position: relative;
        display: flex;
        height: 100%;
    }
    .ambassador_right_1,
    .ambassador_right_2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }
    .ambassador_link2_inner,
    .ambassador_link3_inner {
        padding: 10px;
    }
    .ambassador_link2,
    .ambassador_link3 {
        position: relative;
        z-index: 2;
    }
    .ambassador_link2 {
        height: 56.7%;
    }
    .ambassador_link3 {
        border-top: 1px solid #000;
    }
    .ambassador_link3 .ambassador_btn_arrow {
        border-bottom: none;
    }
    .ambassador_link2_name,
    .ambassador_link3_name {
        color: #000;
        display: flex;
        align-items: center;
        pointer-events: none;
        position: relative;
    }
    .ambassador_link2_name {
        height: 34.7%;
        padding-left: 15px;
    }
    .ambassador_link3_name {
        height: 41%;
        padding-right: 15px;
        justify-content: flex-end;
    }
    .ambassador_link2_name::before,
    .ambassador_link3_name::before {
        width: 30%;
        height: 110%;
    }
    .ambassador_link2_name::before {
        top: 0;
        right: 0;
        border-left: 1px solid #000;
    }
    .ambassador_link3_name::before {
        bottom: 0;
        left: 0;
        border-right: 1px solid #000;
    }
}
@media (min-width: 1761px) {
    .ambassador_left_ttl {
        font-size: 44px;
    }
}
@media (min-width: 1160px) and (max-width: 1760px) {
    .ambassador_left_ttl {
        font-size: 2.5vw;
    }
}
@media (max-width: 519px) {
    .ambassador {
        margin-top: 4.8rem;
        border-bottom: none;
    }
    .ambassador_inner {
        overflow: hidden;
    }
    .ambassador_ttl {
        top: -2rem;
        left: -2.4rem;
        font-size: 4.8rem;
    }
    .ambassador_inner_deco {
        width: 8.9%;
        height: 3.4%;
        position: absolute;
        background-color: #000;
    }
    .ambassador_inner_deco1 {
        bottom: 0;
        left: 0;
    }
    .ambassador_inner_deco2 {
        bottom: 0;
        right: 0;
    }
    .ambassador_left {
        padding: 0 8.7% 4%;
    }
    .ambassador_left::before {
        display: none;
    }
    .ambassador_left_ttl {
        font-size: 2rem;
        padding: 0.5rem 0;
    }
    .ambassador_left_ttl::before {
        content: '';
        width: 130%;
        left: -15%;
        height: 1px;
        background-color: #000;
        position: absolute;
        bottom: 0;
    }
    .ambassador_link1_1 {
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
    }
    .ambassador_right {
        width: 100%;
        padding-top: 105%;
        position: relative;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .ambassador_right_1,
    .ambassador_right_2 {
        display: flex;
        position: absolute;
        top: 0;
        width: 50%;
        flex-direction: column;
    }
    .ambassador_right_1 {
        right: 0;
    }
    .ambassador_right_2 {
        left: 0;
    }
    .ambassador_link2_inner,
    .ambassador_link3_inner {
        padding: 1rem;
    }
    .ambassador_link3_inner {
        border-bottom: 1px solid #000;
    }
    .ambassador_link2_name,
    .ambassador_link3_name {
        height: 0;
        display: block;
        padding-top: 100%;
        position: relative;
        color: #000;
        font-size: 1.8rem;
        border-bottom: 1px solid #000;
    }
    .ambassador_link3_name {
        border-top: 1px solid #000;
    }
    .ambassador_link2_name_in,
    .ambassador_link3_name_in {
        position: absolute;
        top: 31%;
    }
    .ambassador_link2_name_in {
        right: 0;
        padding-right: 2.2rem;
    }
    .ambassador_link3_name_in {
        left: 0;
        padding-left: 2.2rem;
    }
    .ambassador_btn_arrow {
        border-bottom: none;
        height: 3.4rem;
    }
    .ambassador_btn_arrow_icon {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
    }
    .ambassador_link2,
    .ambassador_link3 {
        position: relative;
    }
    .ambassador_link2 .ambassador_btn_arrow,
    .ambassador_link3 .ambassador_btn_arrow {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 2;
        border-bottom: 1px solid #000;
    }
    .ambassador_link2 .ambassador_btn_arrow {
        right: 100%;
        border-bottom: none;
        border-left: 1px solid #000;
    }
    .ambassador_link3 .ambassador_btn_arrow {
        left: 100%;
    }
    .ambassador_link2_name::before,
    .ambassador_link3_name::before {
        width: 18%;
        height: 100%;
        z-index: 1;
    }
    .ambassador_link2_name::before {
        top: 0;
        left: 0;
        border-right: 1px solid #000;
    }
    .ambassador_link3_name::before {
        bottom: 0;
        right: 0;
        border-left: 1px solid #000;
    }
}

/* illust_contest */
.illust_contest {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
    background-color: #fff;
}
.illust_contest_ttl {
    position: absolute;
    font-weight: 800;
    line-height: 1;
    color: #8af564;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 2;
}
.illust_prize_subttl {
    text-align: center;
    font-weight: 700;
}
.illust_grand_prize_list_item {
    width: 100%;
    display: flex;
}
.illust_grand_prize_list_item_l,
.illust_grand_prize_list_item_r {
    width: 50%;
    position: relative;
    z-index: 1;
}
.illust_contest_mainttl_wrap {
    text-align: center;
    font-weight: 700;
    background-color: #8af564;
    border-bottom: 1px solid #000;
    font-style: italic;
}
.illust_contest_mainttl {
    display: flex;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.illust_contest_mainttl_1 {
    background-color: #000;
    color: #8af564;
}
.illust_contest_mainttl_txt {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background-color: #fff;
}
.illust_contest_last_time {
    display: flex;
}
.illust_contest_last_time_txt {
    text-align: center;
    font-weight: 700;
    font-style: italic;
}
.illust_contest_last_time_link {
    font-weight: 700;
    text-align: center;
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #eee;
    display: block;
    position: relative;
}
.illust_contest_last_time_link::after {
    content: '';
    margin: auto;
    background: url(../img/default/icon_arrow_black.svg) no-repeat center center;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}
.illust_contest_subttl,
.illust_contest_readtxt {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.illust_contest_readtxt {
    border-top: 1px solid #fff;
}
.illust_grand_prize_wrap,
.illust_first_place_wrap {
    align-items: flex-end;
    display: flex;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    overflow: hidden;
}
.illust_grand_prize_list,
.illust_first_place_list {
    display: flex;
    text-align: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    flex-wrap: wrap;
}
.illust_grand_prize_link {
    display: block;
    color: #fff;
}
.illust_movie {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
}
.illust_movie_thumb {
    width: 100%;
    position: absolute;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
}
.illust_movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.illust_movie_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.illust_grand_prize_link,
.illust_first_place_img,
.illust_prize_ttl {
    position: relative;
    z-index: 2;
}
.illust_prize_ttl_wrap {
    position: relative;
}
.illust_prize_ttl {
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translate(0%, -50%);
    width: 110%;
}
.illust_prize_ttl_l,
.illust_prize_ttl_s {
    display: block;
}
.illust_prize_ttl_l {
    font-weight: 700;
}
.illust_grand_prize_list_item,
.illust_first_place_list_item {
    position: relative;
    color: #fff;
}
.illust_grand_prize_list_item_l {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.illust_grand_prize_list_item_l_1.lazyloaded {
    background-image: url(../img/home/insta_contest_1_1.jpg);
}
.illust_grand_prize_list_item_l_2.lazyloaded {
    background-image: url(../img/home/insta_contest_1_2.jpg);
}
.illust_grand_prize_list_item_l_3.lazyloaded {
    background-image: url(../img/home/insta_contest_1_3.jpg);
}
.illust_grand_prize_list_item_l_4.lazyloaded {
    background-image: url(../img/home/insta_contest_1_4.jpg);
}
.illust_grand_prize_btn {
    border: 1px solid #fff;
    display: block;
    position: relative;
}
.illust_grand_prize_btn_icon {
    transition: background 0.4s 0.2s;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    background: url(../img/default/icon_arrow_white.svg) no-repeat center center;
}
.illust_grand_prize_list_item::before,
.illust_first_place_list_item::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 102%;
    background-color: #c63cb1;
}
.illust_grand_prize_me .illust_grand_prize_list_item::before,
.illust_first_place_me .illust_first_place_list_item::before {
    background-color: #ff6768;
}
.illust_grand_prize_me,
.illust_first_place_me {
    position: relative;
    z-index: 1;
}
.illust_sanka_wrap {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.illust_accordion_trigger {
    background-color: #eee;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    cursor: pointer;
    position: relative;
}
.accordion_content {
    /* display: none; */
}
.illust_accordion_trigger_icon {
    transition: background 0.4s 0.2s;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    background: url(../img/default/icon_arrow_black.svg) no-repeat center center;
}
input[name='illust_sanka_tab_btn'] {
    display: none;
}
.illust_sanka_tab_area {
    display: flex;
    justify-content: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.illust_sanka_tab_area label {
    font-weight: 700;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    transition:
        color 0.4s,
        background-color 0.4s;
    cursor: pointer;
    text-align: center;
    width: 50%;
    position: relative;
}
.illust_sanka_tab_area label::after {
    content: '';
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
}
.illust_sanka_tab_area label + label {
    border-left: none;
}
.tab_content_area {
    transition: height 0.6s 0s;
}
.illust_sanka_tab_content {
    display: none;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
#illust_sanka_tab1:checked ~ .illust_sanka_tab_area .illust_sanka_tab1_label,
#illust_sanka_tab2:checked ~ .illust_sanka_tab_area .illust_sanka_tab2_label {
    color: #fff;
}
#illust_sanka_tab1:checked ~ .illust_sanka_tab_area .illust_sanka_tab1_label::after,
#illust_sanka_tab2:checked ~ .illust_sanka_tab_area .illust_sanka_tab2_label::after {
    display: block;
}
#illust_sanka_tab1:checked ~ .illust_sanka_tab_area .illust_sanka_tab1_label {
    background-color: #c63cb1;
}
#illust_sanka_tab2:checked ~ .illust_sanka_tab_area .illust_sanka_tab2_label {
    background-color: #ff6768;
}
#illust_sanka_tab1:checked ~ .tab_content_area .illust_sanka_content1,
#illust_sanka_tab2:checked ~ .tab_content_area .illust_sanka_content2 {
    display: block;
}
.illust_sanka_tab_content_inner {
    opacity: 0;
    transition: opacity 1.6s 0s;
}
.illust_sanka_tab_content_inner.is_show {
    opacity: 1;
}
.sanka_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sanka_prize_ttl {
    width: 110%;
    margin-left: -5%;
}
.sanka_prize_ttl_l {
    display: block;
    font-weight: 700;
}
.sanka_prize_ttl_s {
    display: block;
}

@media (min-width: 520px) {
    .illust_contest {
        margin-top: 64px;
    }
    .illust_contest_ttl {
        top: 0;
        letter-spacing: 0;
        left: -54px;
        font-size: 80px;
        white-space: nowrap;
    }
    .illust_contest_mainttl_wrap {
        padding: 0 64px;
    }
    .illust_contest_mainttl {
        font-size: 40px;
    }
    .illust_contest_mainttl_1,
    .illust_contest_mainttl_2 {
        width: 50%;
        padding: 21px 0;
    }
    .illust_contest_mainttl_txt {
        padding: 18px 0;
        font-size: 24px;
        line-height: 1.5;
    }
    .illust_contest_last_time {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
    .illust_contest_last_time_inner {
        width: 50%;
    }
    .illust_contest_last_time_inner + .illust_contest_last_time_inner {
        border-left: 1px solid #000;
    }
    .illust_contest_last_time_inner + .illust_contest_last_time_inner .illust_contest_subttl {
        border-left: 1px solid #fff;
    }
    .illust_contest_last_time_img {
        padding: 16px;
    }
    .illust_contest_last_time_img img {
        width: 100%;
        height: auto;
    }
    .illust_contest_last_time_txt {
        margin-top: 24px;
        font-size: 24px;
    }
    .illust_contest_last_time_link {
        padding: 14px 0;
        font-size: 18px;
        overflow: hidden;
    }
    .illust_contest_last_time_link::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: #000;
        width: 100%;
        height: 110%;
        transition: transform 0.6s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
        transform: scale(0, 1);
        transform-origin: right top;
    }
    .illust_contest_last_time_link:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .illust_contest_last_time_link_txt {
        position: relative;
        z-index: 2;
        transition: color 0.4s 0.2s;
    }
    .illust_contest_last_time_link:hover .illust_contest_last_time_link_txt {
        color: #fff;
    }
    .illust_contest_last_time_link::after {
        width: 10px;
        height: 6px;
        right: 50%;
        transition: background 0.4s 0.2s;
        z-index: 2;
        margin-right: -110px;
    }
    .illust_contest_last_time_link:hover::after {
        background-image: url(../img/default/icon_arrow_white.svg);
    }
    .illust_contest_inner {
        padding: 0 64px 64px;
    }
    .illust_contest_subttl {
        font-size: 28px;
        padding: 20px 0;
    }
    .illust_contest_readtxt {
        font-size: 24px;
        padding: 23px 0;
    }
    .illust_grand_prize_me,
    .illust_first_place_me {
        border-left: 1px solid #0c0606;
    }
    .illust_grand_prize_mu,
    .illust_grand_prize_me {
        border-bottom: 1px solid #000;
    }
    .illust_grand_prize_mu,
    .illust_grand_prize_me,
    .illust_first_place_mu,
    .illust_first_place_me {
        width: 50%;
        padding-bottom: 24px;
    }
    .illust_prize_subttl {
        padding: 14px 0 4px;
        font-size: 24px;
    }
    .illust_grand_prize_list_item {
        padding: 16px 16px 24px;
    }
    .illust_grand_prize_list_item + .illust_grand_prize_list_item {
        padding-top: 24px;
    }
    .illust_grand_prize_list_item_l {
        margin-right: 8px;
    }
    .illust_grand_prize_list_item_r {
        padding-left: 8px;
    }
    .illust_movie_play {
        width: 64px;
        transition: transform 0.3s;
    }
    .illust_movie:hover .illust_movie_play {
        transform: translate(-50%, -50%) scale(1.2);
    }
    .illust_grand_prize_list_item::before {
        height: 204px;
    }
    .illust_first_place_list_item::before {
        height: 160px;
    }
    .illust_first_place_list_item {
        padding: 16px 8px 4px;
    }
    .illust_first_place_list_item:nth-child(1) {
        padding-left: 16px;
        width: 33.7%;
    }
    .illust_first_place_list_item:nth-child(2) {
        width: 32.6%;
    }
    .illust_first_place_list_item:nth-child(3) {
        padding-right: 16px;
        width: 33.7%;
    }
    .illust_prize_ttl_wrap {
        height: 76px;
    }
    .illust_first_place_wrap .illust_prize_ttl_wrap {
        height: 114px;
    }
    .illust_prize_ttl_l {
        font-size: 18px;
    }
    .illust_prize_ttl_s {
        font-size: 14px;
        margin-top: 3px;
    }
    .illust_grand_prize_btn {
        height: 40px;
        overflow: hidden;
    }
    .illust_grand_prize_link:hover .illust_grand_prize_btn::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .illust_grand_prize_link:hover .illust_grand_prize_btn_icon {
        background-image: url(../img/default/icon_arrow_black.svg);
    }
    .illust_grand_prize_btn::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: #fff;
        width: 100%;
        height: 110%;
        transition: transform 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
        transform: scale(0, 1);
        transform-origin: right top;
    }
    .illust_grand_prize_btn_icon {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
    }
    .illust_sanka_wrap {
        padding: 0 0 24px;
    }
    .illust_accordion_trigger {
        font-size: 24px;
        padding: 21px 0;
    }
    .illust_accordion_trigger_icon {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
        margin-left: 207px;
        transform: rotate(90deg);
        top: 46%;
    }
    .illust_accordion_trigger.is_open .illust_accordion_trigger_icon {
        transform: rotate(-90deg);
        top: 42%;
    }
    .illust_sanka_tab_wrap {
        margin: 24px auto 0;
    }
    .illust_sanka_tab_area {
        padding: 0 20px;
    }
    .illust_sanka_tab_area label {
        padding: 16px 20px;
        font-size: 20px;
    }
    /* #illust_sanka_tab1 ~ .illust_sanka_tab_area .illust_sanka_tab1_label:hover {
        background-color: #c63cb1;
    }
    #illust_sanka_tab2 ~ .illust_sanka_tab_area .illust_sanka_tab2_label:hover {
        background-color: #ff6768;
    } */
    .illust_sanka_tab_area label::after {
        border-top: 10px solid #000;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        margin-left: -3px;
    }
    .illust_sanka_tab_content {
        padding: 25px 0 0;
    }
    .sanka_list_item {
        width: 15%;
        margin: 0 0.575%;
        margin-bottom: 30px;
    }
    .sanka_prize_ttl_l {
        font-size: 18px;
        margin-top: 19px;
    }
    .sanka_prize_ttl_s {
        font-size: 14px;
        margin-top: 4px;
    }
}
@media (max-width: 519px) {
    .illust_contest {
        margin-top: 4.8rem;
    }
    .illust_contest_ttl {
        top: -2.7rem;
        left: -2.4rem;
        font-size: 4.8rem;
        letter-spacing: 0;
    }
    .illust_contest_mainttl_wrap {
        padding-top: 1.2rem;
    }
    .illust_contest_mainttl {
        font-size: 2.2rem;
        flex-direction: column;
    }
    .illust_contest_mainttl_1,
    .illust_contest_mainttl_2 {
        width: 100%;
        padding: 1.4rem 0;
    }
    .illust_contest_mainttl_txt {
        padding: 1.3rem 0 1.8rem;
        font-size: 1.6rem;
        font-style: normal;
        line-height: 1.5;
    }
    .illust_contest_last_time {
        padding-bottom: 2.8rem;
        flex-direction: column;
    }
    .illust_contest_last_time_inner + .illust_contest_last_time_inner {
        margin-top: 2.6rem;
    }
    .illust_contest_last_time_img {
        width: auto;
        padding: 1.2rem;
    }
    .illust_contest_last_time_img img {
        width: 100%;
        height: auto;
    }
    .illust_contest_last_time_txt {
        margin-top: 1.6rem;
        font-size: 1.6rem;
    }
    .illust_contest_last_time_link {
        padding: 1.75rem 0;
        font-size: 1.6rem;
    }
    .illust_contest_last_time_link::after {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
        right: 50%;
        margin-right: -7.8rem;
    }
    .illust_contest_subttl {
        font-size: 1.8rem;
        padding: 1.1rem 0;
    }
    .illust_contest_readtxt {
        font-size: 1.6rem;
        padding: 1rem 0;
    }
    .illust_grand_prize_wrap,
    .illust_first_place_wrap {
        flex-direction: column;
    }
    .illust_grand_prize_mu,
    .illust_grand_prize_me,
    .illust_first_place_mu,
    .illust_first_place_me {
        width: 100%;
    }
    .illust_prize_subttl {
        padding: 0.9rem 0 0;
        font-size: 1.6rem;
    }
    .illust_grand_prize_me {
        padding-bottom: 1.2rem;
    }
    .illust_grand_prize_me .illust_grand_prize_list {
        border-bottom: 1px solid #000;
    }
    .illust_grand_prize_list,
    .illust_first_place_list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .illust_grand_prize_list_item {
        padding: 1.2rem 1.2rem 1.3rem;
    }
    .illust_grand_prize_list_item_l {
        margin-right: 0.6rem;
    }
    .illust_grand_prize_list_item_r {
        padding-left: 0.6rem;
    }
    .illust_movie_play {
        width: 4rem;
    }
    .illust_first_place_list_item {
        padding: 1.3rem 0.6rem 0;
    }
    .illust_first_place_list_item:nth-child(1) {
        padding-left: 1rem;
        width: 50%;
    }
    .illust_first_place_list_item:nth-child(2) {
        padding-right: 1rem;
        width: 50%;
    }
    .illust_first_place_list_item:nth-child(3) {
        width: 100%;
    }
    .illust_first_place_list_item:nth-child(3) .illust_first_place_img,
    .illust_first_place_list_item:nth-child(3) .illust_prize_ttl_wrap {
        width: 46.9%;
        margin: auto;
    }
    .illust_grand_prize_list_item::before {
        height: 11.3rem;
    }
    .illust_first_place_list_item::before {
        height: 7.1rem;
    }
    .illust_prize_ttl_wrap {
        height: 5.1rem;
    }
    .illust_prize_ttl_wrap {
        height: 5rem;
    }
    .illust_prize_ttl_l {
        font-size: 1.2rem;
    }
    .illust_prize_ttl_s {
        font-size: 1rem;
        margin-top: 0.2rem;
    }
    .illust_grand_prize_btn {
        height: 2.8rem;
    }
    .illust_grand_prize_btn_icon {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
    }
    .illust_sanka_wrap {
        padding: 1.2rem 0;
    }
    .illust_accordion_trigger {
        font-size: 1.6rem;
        padding: 1.7rem 0;
    }
    .illust_accordion_trigger_icon {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
        margin-left: 14.2rem;
        transform: rotate(90deg);
        top: 46%;
    }
    .illust_accordion_trigger.is_open .illust_accordion_trigger_icon {
        transform: rotate(-90deg);
        top: 42%;
    }

    .illust_sanka_tab_wrap {
        margin: 1.2rem auto 0;
    }
    .illust_sanka_tab_area {
        padding: 0 1.2rem;
    }
    .illust_sanka_tab_area label {
        padding: 1.1rem 0;
        font-size: 1.2rem;
    }
    .illust_sanka_tab_area label::after {
        border-top: 0.85rem solid #000;
        border-left: 0.25rem solid transparent;
        border-right: 0.25rem solid transparent;
        margin-left: -0.25rem;
    }
    .illust_sanka_tab_content {
        padding: 1.2rem 0 0;
    }
    .sanka_list {
        display: block;
        font-size: 0;
        text-align: left;
        padding: 0 1%;
    }
    .sanka_list_item {
        display: inline-block;
        width: 50%;
        text-align: center;
        padding: 0 2%;
        margin-bottom: 1.4rem;
        vertical-align: top;
    }
    .sanka_prize_ttl_l {
        font-size: 1.1rem;
        margin-top: 0.8rem;
    }
    .sanka_prize_ttl_s {
        font-size: 0.9rem;
        margin-top: 0.2rem;
    }
}

/* pickup */
.pickup {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
    background-color: #fff;
}
.pickup_ttl {
    position: absolute;
    font-weight: 800;
    line-height: 1;
    color: #8ac9ff;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 2;
}
.pickup_main_ttl {
    background-color: #000;
    color: #8ac9ff;
    text-align: center;
    font-weight: 700;
    font-style: italic;
}
.pickup_txt {
    text-align: center;
    font-weight: 700;
    font-style: italic;
}
.pickup_img_wrap {
    display: grid;
}
.pickup_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pickup_btn {
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    color: #000;
    font-weight: 700;
}
.pickup_btn::after {
    content: '';
    margin: auto;
    background: url(../img/default/icon_arrow_black.svg) no-repeat center center;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.pickup_space_1,
.pickup_space_2,
.pickup_space_3,
.pickup_space_4 {
    background-color: #8ac9ff;
}
@media (min-width: 520px) {
    .pickup {
        margin-top: 64px;
    }
    .pickup_ttl {
        top: 20px;
        right: -54px;
        font-size: 96px;
    }
    .pickup_main_ttl {
        font-size: 40px;
        line-height: calc(38 / 40);
        padding: 30px 0;
    }
    .pickup_txt {
        padding: 18px 0 20px;
        font-size: 24px;
        line-height: calc(36 / 24);
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
    .pickup_inner {
        padding: 0 64px 64px;
    }
    .pickup_img_wrap {
        border: 1px solid #000;
        grid-template-rows: 33px 0.4fr 0.6fr 25px 78px 33px;
        grid-template-columns: 32.4% 2% 28.5% 2% auto;
        gap: 0;
    }
    .pickup_img_1 {
        grid-area: 2 / 1 / 6 / 2;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .pickup_img_2 {
        grid-area: 1 / 3 / 4 / 4;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
    .pickup_img_3 {
        grid-area: 2 / 5 / 5 / 6;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
    }
    .pickup_btn {
        grid-area: 5 / 3 / 6 / 6;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        font-size: 20px;
        line-height: calc(34 / 20);
    }
    .pickup_btn::after {
        width: 10px;
        height: 6px;
        right: 50%;
        transition: background 0.4s 0.2s;
        z-index: 2;
        margin-right: -270px;
    }
    .pickup_btn::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.78, 0.07, 0, 1) 0.2s;
        transform: scale(0, 1);
        transform-origin: right top;
    }
    .pickup_btn:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .pickup_btn:hover::after {
        background-image: url(../img/default/icon_arrow_white.svg);
    }
    .pickup_btn_txt {
        position: relative;
        z-index: 2;
        transition: color 0.4s 0.2s;
    }
    .pickup_btn:hover .pickup_btn_txt {
        color: #fff;
    }
    .pickup_space_1 {
        grid-area: 1 / 1 / 2 / 3;
        border-bottom: 1px solid #000;
    }
    .pickup_space_2 {
        grid-area: 1 / 4 / 3 / 5;
        border-bottom: 1px solid #000;
    }
    .pickup_space_3 {
        grid-area: 5 / 2 / 6 / 3;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
    }
    .pickup_space_4 {
        grid-area: 6 / 5 / 6 / 6;
        border-left: 1px solid #000;
    }
    .pickup_space_5 {
        grid-area: 1 / 5 / 2 / 6;
        border-left: 1px solid #000;
    }
    .pickup_space_6 {
        grid-area: 5 / 3 / 4 / 4;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
    .pickup_space_7 {
        grid-area: 4 / 4 / 5 / 5;
        border-top: 1px solid #000;
    }
    .pickup_space_8 {
        grid-area: 6 / 1 / 6 / 3;
        border-right: 1px solid #000;
    }
}
@media (max-width: 519px) {
    .pickup {
        margin-top: 48px;
        padding-top: 1.2rem;
    }
    .pickup_ttl {
        top: -1.7rem;
        left: -2.4rem;
        font-size: 4.8rem;
        letter-spacing: 0;
    }
    .pickup_main_ttl {
        font-size: 2.2rem;
        line-height: calc(56 / 44);
        padding: 1.4rem 0 1.8rem;
    }
    .pickup_txt {
        padding: 1.4rem 0 1.7rem;
        font-size: 1.6rem;
        line-height: calc(48 / 32);
    }
    .pickup_img_wrap {
        border-top: 1px solid #000;
        grid-template-rows: 2rem 14rem 2rem 12.5rem 2rem 6rem 1.8rem;
        grid-template-columns: 28% 28% 6.3% auto;
        gap: 0;
    }
    .pickup_img_1 {
        grid-area: 2 / 1 / 5 / 3;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .pickup_img_2 {
        grid-area: 1 / 3 / 3 / 5;
        border-bottom: 1px solid #000;
    }
    .pickup_img_3 {
        grid-area: 4 / 4 / 5 / 5;
        border-bottom: 1px solid #000;
    }
    .pickup_btn {
        grid-area: 6 / 1 / 6 / 5;
        font-size: 1.6rem;
        line-height: calc(40 / 32);
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .pickup_btn::after {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
        right: 50%;
        margin-right: -12.3rem;
    }
    .pickup_space_1 {
        border-right: 1px solid #000;
        grid-area: 1 / 1 / 2 / 3;
    }
    .pickup_space_2 {
        border-bottom: 1px solid #000;
        grid-area: 3 / 4 / 4 / 5;
    }
    .pickup_space_3 {
        grid-area: 5 / 1 / 6 / 2;
        border-right: 1px solid #000;
    }
    .pickup_space_4 {
        grid-area: 7 / 2 / 8 / 5;
        border-left: 1px solid #000;
    }
    .pickup_space_5 {
        grid-area: 3 / 3 / 4 / 4;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .pickup_space_6 {
        grid-area: 4 / 3 / 5 / 4;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .pickup_space_7 {
        grid-area: 5 / 3 / 6 / 4;
        border-right: 1px solid #000;
    }
    .pickup_space_8 {
        border-right: 1px solid #000;
        grid-area: 5 / 2 / 6 / 3;
    }
}

/* instagram */
.instagram {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
    background-color: #fff;
}
.instagram_ttl {
    position: absolute;
    font-weight: 800;
    line-height: 1;
    color: #da7ee5;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 2;
}
.instagram_btn_arrow {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #eee;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: auto;
}
.instagram_btn_arrow_icon {
    transition: background 0.4s 0.2s;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    background: url(../img/default/icon_arrow_black.svg) no-repeat center center;
}
.insta_link img,
.insta2_link img {
    width: 100%;
    height: auto;
}
@media (min-width: 520px) {
    .instagram {
        margin-top: 64px;
    }
    .instagram_ttl {
        top: 20px;
        left: -54px;
        font-size: 96px;
    }
    .insta_follow {
        position: absolute;
        bottom: 2%;
        left: 28%;
        font-size: 24px;
        font-weight: 800;
    }
    .insta_name {
        position: absolute;
        top: 4%;
        right: 0;
        padding-right: 60px;
        font-size: 24px;
        font-weight: 800;
        z-index: 1;
        pointer-events: none;
    }
    .instagram_inner_wrap {
        padding-bottom: 20px;
    }
    .instagram_inner {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 46.8%;
        overflow: hidden;
    }
    .insta_link1_area {
        /* width: 30.88%; */
        width: 26.8%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        border-right: 1px solid #000;
    }
    .insta_link1_area_bg {
        background-color: #da7ee5;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5%;
    }
    .insta_link1 {
        display: block;
        border-top: 1px solid #000;
        padding-bottom: 60px;
        margin-top: 7.8%;
        position: relative;
    }
    .instagram_btn_arrow {
        height: 60px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .insta_link:hover .instagram_btn_arrow::before,
    .insta2_link:hover .instagram_btn_arrow::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .insta_link:hover .instagram_btn_arrow_icon,
    .insta2_link:hover .instagram_btn_arrow_icon {
        background-image: url(../img/default/icon_arrow_white.svg);
    }
    .instagram_btn_arrow::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: #000;
        width: 100%;
        height: 110%;
        transition: transform 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
        transform: scale(0, 1);
        transform-origin: right top;
    }
    .instagram_btn_arrow_icon {
        width: 10px;
        height: 6px;
    }
    .insta_link2_area {
        padding-left: 4%;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        position: absolute;
        left: 26.8%;
        top: 4.5%;
        width: 27.8%;
        height: 72.3%;
    }
    .insta_link2_area_line {
        position: absolute;
        top: -6.6%;
        left: 0;
        width: 14.7%;
        height: 93.5%;
        border-right: 1px solid #000;
    }
    .insta_link2_area .instagram_btn_arrow {
        border-top: none;
    }
    .insta_link2_area::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #000;
        position: absolute;
        bottom: 60px;
        left: 0;
    }
    .insta_link2 {
        border-left: 1px solid #000;
        display: block;
        height: 100%;
        width: 100%;
        position: relative;
        padding-bottom: 60px;
    }
    .insta_link3_area {
        border-left: 1px solid #000;
        position: absolute;
        left: 30.8%;
        bottom: 0;
        width: 23.8%;
        height: calc(100% - 76.7%);
    }
    .insta_link3_icon {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/default/menu_ig.svg) no-repeat 50% 50%;
        background-size: 20.4% auto;
    }
    .insta_link3 {
        display: block;
        border-left: 1px solid #000;
        height: 100%;
        padding-top: 9%;
        width: 100%;
    }
    .insta_link3_in {
        border-top: 1px solid #000;
    }
    .insta_link4_area {
        position: absolute;
        left: 54.58%;
        top: 0;
        width: 21.6%;
        height: 52.6%;
        padding-left: 2.7%;
    }
    .insta_link4_area_in {
        border-left: 1px solid #000;
        height: 100%;
    }
    .insta_link4 {
        position: relative;
        padding-bottom: 60px;
        display: block;
    }
    .insta_link4_area_bg {
        background-color: #da7ee5;
        width: 12.6%;
        height: 60px;
        position: absolute;
        top: 76.5%;
        left: 0;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .insta_link5_area {
        position: absolute;
        left: 54.58%;
        bottom: 0;
        width: 21.7%;
        height: 47.5%;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        padding-right: 5%;
    }
    .insta_link5_area_in {
        padding-bottom: 2%;
        border-right: 1px solid #000;
        height: 100%;
    }
    .insta_link5_area_bg {
        background-color: #da7ee5;
        width: 23.2%;
        height: 28%;
        position: absolute;
        top: 74%;
        right: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
    }
    .insta_link5 {
        display: block;
        position: relative;
        padding-bottom: 60px;
    }
    .insta_link6_area {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 23.8%;
        height: 100%;
        border-left: 1px solid #000;
        padding-bottom: 2%;
        padding-top: 6%;
    }
    .insta_link6_area_in {
        border-top: 1px solid #000;
        padding-right: 17.2%;
    }
    .insta_link6 {
        display: block;
        border-right: 1px solid #000;
        position: relative;
        padding-bottom: 60px;
    }
}
@media (max-width: 519px) {
    .instagram {
        margin-top: 4.8rem;
    }
    .instagram_ttl {
        top: -2rem;
        right: -2.4rem;
        font-size: 4.8rem;
    }
    .insta_follow {
        position: absolute;
        bottom: 32%;
        left: 3%;
        font-size: 1.6rem;
        font-weight: 800;
    }
    .insta_name {
        position: absolute;
        bottom: 1.7%;
        left: 4%;
        font-size: 1.6rem;
        font-weight: 800;
        z-index: 1;
        pointer-events: none;
    }
    .instagram_inner_wrap {
        padding-bottom: 20px;
    }
    .instagram_inner {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 180.3%;
        overflow: hidden;
    }
    .insta_link1_area {
        width: 61.58%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        border-right: 1px solid #000;
    }
    .insta_link1 {
        display: block;
        padding-bottom: 3.4rem;
        position: relative;
    }
    .instagram_btn_arrow {
        height: 3.4rem;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .instagram_btn_arrow_icon {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
    }
    .insta_link2_area {
        position: absolute;
        left: 61.58%;
        top: 0;
        width: 38%;
    }
    .insta_link2_area .instagram_btn_arrow {
        border-bottom: none;
    }
    .insta_link2 {
        display: block;
        height: 100%;
        width: 100%;
        position: relative;
        padding-bottom: 3.4rem;
    }
    .insta_link3_area {
        position: absolute;
        left: 0%;
        top: 50.3%;
        width: 61.3%;
        height: 13.3%;
        padding-left: 10.8%;
        border-bottom: 1px solid #000;
    }
    .insta_link3_icon {
        border-left: 1px solid #000;
        position: absolute;
        top: 0;
        /* border-bottom: 1px solid #000; */
        right: 0;
        width: 82%;
        height: 100%;
        background: url(../img/default/menu_ig.svg) no-repeat center center;
        background-size: 22% auto;
    }
    .insta_link3 {
        display: block;
        border-left: 1px solid #000;
        height: 100%;
        width: 100%;
    }
    .insta_link3_in {
        border-top: 1px solid #000;
    }
    .insta_link4_area {
        position: absolute;
        left: 11%;
        top: 63.6%;
        width: 45.6%;
        height: auto;
    }
    .insta_link4_area_in {
        border-left: 1px solid #000;
        height: 100%;
    }
    .insta_link4 {
        position: relative;
        padding-bottom: 3.4rem;
        display: block;
        border-right: 1px solid #000;
    }
    .insta_link4_area_bg {
        background-color: #da7ee5;
        width: 26.6%;
        height: 3.4rem;
        position: absolute;
        top: 82%;
        left: -26.6%;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .insta_link5_area {
        position: absolute;
        left: 61.58%;
        top: 31.9%;
        width: 38%;
        height: auto;
        border-top: 1px solid #000;
        padding-right: 5%;
    }
    .insta_link5_area_in {
        border-right: 1px solid #000;
        height: 100%;
    }
    .insta_link5_area_bg {
        background-color: #da7ee5;
        width: 13.2%;
        height: 23%;
        position: absolute;
        top: 77%;
        right: 0;
        border-top: 1px solid #000;
    }
    .insta_link4_area_bg2 {
        position: absolute;
        top: 81.8%;
        right: -25.7%;
        height: 3.4rem;
        width: 26.6%;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .insta_link5 {
        display: block;
        position: relative;
        padding-bottom: 3.4rem;
    }
    .insta_link6_area {
        position: absolute;
        bottom: 0.5%;
        right: 0%;
        width: 38.5%;
        height: auto;
        padding-bottom: 0;
        padding-top: 0;
    }
    .insta_link6 {
        display: block;
        position: relative;
        padding-bottom: 3.4rem;
    }
}

/* instagram2 */
@media (min-width: 520px) {
    .insta2_follow {
        position: absolute;
        bottom: 4%;
        right: 1%;
        font-size: 24px;
        font-weight: 800;
    }
    .instagram2_inner {
        border-top: 1px solid #000;
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 46.8%;
        overflow: hidden;
    }
    .insta2_link1_area {
        width: 30.88%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        border-right: 1px solid #000;
    }
    .insta2_link1 {
        display: block;
        border-top: 1px solid #000;
        padding-bottom: 60px;
        margin-top: 7.8%;
        position: relative;
    }
    .insta2_link2_area {
        padding-left: 1.8%;
        padding-right: 3.4%;
        position: absolute;
        left: 30.88%;
        top: 5%;
        width: 23.7%;
        border-top: 1px solid #000;
    }
    .insta2_link2_area_bg {
        background-color: #da7ee5;
        width: 28.6%;
        height: 10.9%;
        position: absolute;
        bottom: 100%;
        left: 0;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
    }
    .insta2_link2_area_bg2 {
        width: 14.8%;
        height: 60px;
        position: absolute;
        bottom: -8%;
        right: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
    }
    .insta2_link2_area_bg3 {
        width: 7.9%;
        height: 66.9%;
        position: absolute;
        top: 99.9%;
        left: 0;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
    }
    .insta2_link2 {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        display: block;
        height: 100%;
        width: 100%;
        position: relative;
        padding-bottom: 60px;
    }
    .insta2_link3_area {
        position: absolute;
        right: 4%;
        bottom: 0%;
        width: 23.6%;
        height: 23.6%;
        border-right: 1px solid #000;
    }
    .insta2_link3_icon {
        position: absolute;
        top: 0;
        border-bottom: 1px solid #000;
        left: 0;
        width: 100%;
        height: 84.9%;
        background: url(../img/default/menu_ig.svg) no-repeat center center;
        background-size: 20% auto;
    }
    .insta2_link4_area {
        position: absolute;
        left: 52.28%;
        top: 0;
        width: 20.2%;
        height: 58.6%;
        padding-left: 2.3%;
        padding-right: 1.4%;
    }
    .insta2_link4_area_in {
        border-right: 1px solid #000;
        border-left: 1px solid #000;
        height: 100%;
    }
    .insta2_link4 {
        position: relative;
        padding-bottom: 60px;
        display: block;
    }
    .insta2_link4_area_bg {
        background-color: #da7ee5;
        width: 6.9%;
        height: 28.3%;
        position: absolute;
        bottom: -1%;
        right: 0;
        border-top: 1px solid #000;
    }
    .insta2_link5_area {
        position: absolute;
        left: 38.35%;
        bottom: 0;
        width: 34%;
        height: 41.3%;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
    }
    .insta2_link5_area_in {
        padding-bottom: 2%;
        height: 100%;
    }
    .insta2_link5_area_bg {
        background-color: #da7ee5;
        z-index: 1;
        width: 22.4%;
        height: 12%;
        position: absolute;
        top: 89.1%;
        right: 100%;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
    .insta2_link5_area_bg2 {
        width: 22.4%;
        height: 59px;
        position: absolute;
        bottom: 11.8%;
        right: 100%;
        background-color: #fff;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
    .insta2_link5 {
        display: block;
        position: relative;
        padding-bottom: 60px;
    }
    .insta2_link6_area {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 27.65%;
        height: 100%;
        border-left: 1px solid #000;
        padding-bottom: 2%;
        padding-top: 2.4%;
    }
    .insta2_link6_area_in {
        border-top: 1px solid #000;
        padding-right: 14.5%;
    }
    .insta2_link6 {
        display: block;
        border-right: 1px solid #000;
        position: relative;
        padding-bottom: 60px;
    }
}
@media (max-width: 519px) {
    .insta2_follow {
        position: absolute;
        bottom: 2%;
        right: 31%;
        font-size: 1.6rem;
        font-weight: 800;
        transform: rotate(90deg);
        text-align: right;
        z-index: 2;
        padding-right: 3.2%;
    }
    .instagram2_inner {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 163.92%;
        overflow: hidden;
    }
    .insta2_link1_area {
        width: 61.48%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        border-right: 1px solid #000;
    }
    .insta2_link1 {
        display: block;
        padding-bottom: 3.4rem;
        position: relative;
    }
    .insta2_link2_area {
        position: absolute;
        left: 61.48%;
        top: 0;
        width: 39%;
    }
    .insta2_link2_area .instagram_btn_arrow {
        border-bottom: none;
    }
    .insta2_link2 {
        display: block;
        height: 100%;
        width: 100%;
        position: relative;
        padding-bottom: 3.4rem;
    }
    .insta2_link3_area {
        position: absolute;
        right: 0%;
        bottom: -1%;
        width: 53.3%;
        height: auto;
        padding-top: 27.8%;
        background: #fff;
    }
    .insta2_link3_icon {
        position: absolute;
        bottom: 13%;
        border-bottom: 1px solid #000;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/default/menu_ig.svg) no-repeat center center;
        background-size: 22% auto;
    }
    .insta2_link3 {
        display: block;
        border-left: 1px solid #000;
        height: 100%;
        width: 100%;
    }
    .insta2_link3_in {
        border-top: 1px solid #000;
    }
    .insta2_link4_area {
        position: absolute;
        right: 6%;
        top: 31.1%;
        width: 32.8%;
        height: auto;
    }
    .insta2_link4_area_in {
        border-left: 1px solid #000;
        height: 100%;
    }
    .insta2_link4 {
        position: relative;
        padding-bottom: 3.4rem;
        display: block;
    }
    .insta2_link4_area_bg {
        background-color: #da7ee5;
        width: 26.6%;
        height: 3.4rem;
        position: absolute;
        top: 100%;
        right: -27%;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
    }
    .insta2_link5_area {
        position: absolute;
        right: 0;
        top: 61.7%;
        width: 49.4%;
        height: auto;
        border-top: 1px solid #000;
    }
    .insta2_link5_area_in {
        border-right: 1px solid #000;
        height: 100%;
    }
    .insta2_link5_area_bg {
        background-color: #da7ee5;
        width: 13.2%;
        height: 3.4rem;
        position: absolute;
        top: 73%;
        right: 100%;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .insta2_link5_area_bg2 {
        position: absolute;
        top: 100%;
        width: 0;
        height: 100%;
        border-left: 1px solid #000;
    }
    .insta2_link4_area_bg2 {
        position: absolute;
        top: 98.7%;
        right: 100%;
        height: 3rem;
        width: 50.6%;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .insta2_link5 {
        display: block;
        position: relative;
        padding-bottom: 3.4rem;
    }
    .insta2_link6_area {
        position: absolute;
        bottom: 1.2%;
        left: 0%;
        width: 47%;
        height: auto;
    }
    .insta2_link6 {
        display: block;
        position: relative;
        padding-bottom: 3.4rem;
    }
}

/* tweet */
.tweet {
    background-color: #000;
    color: #fff;
}
@media (min-width: 520px) {
    .tweet {
        margin-top: 65px;
        margin-left: auto;
        margin-bottom: -42px;
        font-size: 14px;
        padding: 10px;
        width: calc(50% + 38px);
    }
}
@media (max-width: 519px) {
    .tweet {
        margin-top: 4.8rem;
        margin-left: -1.6rem;
        font-size: 1.2rem;
        padding: 1rem;
        width: calc(100% + 3.2rem);
        position: relative;
        z-index: 2;
    }
}

/* sns */
.home_sns {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #000;
}
.home_sns_ttl {
    font-weight: 800;
}
.home_sns_list {
    display: flex;
    border-top: 1px solid #000;
}
.home_sns_list > li > a,
.home_online_list > li > a {
    display: flex;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    background-color: #fff;
    align-items: center;
    font-size: 0;
    justify-content: center;
}
.home_tw {
    background: url(../img/default/menu_x.svg) no-repeat center center;
    background-size: contain;
}
.home_ig {
    background: url(../img/default/menu_ig.svg) no-repeat;
    background-size: 100% auto;
}
.home_yt {
    background: url(../img/default/menu_yt.svg) no-repeat;
    background-size: 100% auto;
}
.home_tt {
    background: url(../img/default/menu_tt.svg) no-repeat;
    background-size: 100% auto;
}
@media (min-width: 520px) {
    .home_sns {
        width: 634px;
        margin-left: auto;
        margin-bottom: -41px;
        z-index: 1;
        border-bottom: none;
        position: relative;
    }
    .home_sns_online {
        position: relative;
        overflow: hidden;
    }
    .home_sns_online::after,
    .home_sns_online::before {
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        z-index: 2;
        background-color: #000;
    }
    .home_sns_online::after {
        bottom: 80px;
        left: 50%;
        width: 100%;
        margin-left: -430px;
    }
    .home_sns_online::before {
        bottom: 0;
        left: 0%;
        width: 56%;
    }
    .home_sns_ttl {
        font-size: 28px;
        width: 86px;
        line-height: 86px;
        padding: 30px 0;
    }
    .home_sns_list {
        width: calc(100% - 25px);
    }
    .home_sns_list > li {
        width: 154px;
        padding-right: 32px;
    }
    .home_tw {
        width: 31px;
        height: 31px;
    }
    .home_ig {
        width: 32px;
        height: 32px;
    }
    .home_yt {
        width: 36px;
        height: 25px;
    }
    .home_tt {
        width: 37px;
        height: 37px;
    }
    .home_tw,
    .home_ig,
    .home_yt,
    .home_tt,
    .home_amazon,
    .home_rakuten {
        transition: background 0.4s 0.2s;
    }
    .bgleft_link:hover .home_tw {
        background-image: url(../img/default/menu_x_on.svg);
    }
    .bgleft_link:hover .home_ig {
        background-image: url(../img/default/menu_ig_on.svg);
    }
    .bgleft_link:hover .home_yt {
        background-image: url(../img/default/menu_yt_on.svg);
    }
    .bgleft_link:hover .home_tt {
        background-image: url(../img/default/menu_tt_on.svg);
    }
}
@media (max-width: 519px) {
    .home_sns_ttl {
        font-size: 2rem;
        width: 4.2rem;
        line-height: 4.2rem;
        padding: 2rem 0 3rem;
    }
    .home_sns_list {
        width: calc(100% - 4.2rem);
        padding-right: 0.4rem;
    }
    .home_sns_list > li {
        padding-right: 0.8rem;
        width: 33.3%;
    }
    .home_tw {
        width: 2.25rem;
        height: 2.35rem;
    }
    .home_ig {
        width: 2.8rem;
        height: 2.8rem;
    }
    .home_yt {
        width: 3.2rem;
        height: 2.2rem;
    }
    .home_tt {
        width: 3rem;
        height: 3rem;
    }
}

/* home_online */
.home_online {
    display: flex;
    align-items: flex-end;
}
.home_online_ttl {
    font-weight: 800;
}
.home_online_list {
    display: flex;
}
.home_amazon {
    background: url(../img/default/logo_amazon.png) no-repeat;
    background-size: 100% auto;
}
.home_rakuten {
    background: url(../img/default/logo_rakuten.png) no-repeat;
    background-size: 100% auto;
}
@media (min-width: 520px) {
    .home_online {
        width: 680px;
        flex-direction: row-reverse;
    }
    .home_online_ttl {
        font-size: 24px;
        width: 80px;
        padding: 0 25px 18px 0;
        line-height: 1.1666;
    }
    .home_online_list {
        width: calc(100% - 80px);
    }
    .home_online_list > li {
        width: 213px;
        padding-right: 33px;
    }
    .home_sns_list > li > a,
    .home_online_list > li > a {
        height: 80px;
    }
    .home_amazon {
        width: 118px;
        height: 35px;
    }
    .home_rakuten {
        width: 144px;
        height: 32px;
    }
    .bgleft_link:hover .home_amazon {
        background-image: url(../img/default/logo_amazon_on.png);
    }
    .bgleft_link:hover .home_rakuten {
        background-image: url(../img/default/logo_rakuten_on.png);
    }
}
@media (max-width: 519px) {
    .home_online {
        border-bottom: 1px solid #000;
    }
    .home_online_ttl {
        font-size: 1.6rem;
        width: 6.2rem;
        padding: 1.5rem 1.2rem 1rem;
        line-height: 1.125;
    }
    .home_online_list {
        border-top: 1px solid #000;
        padding-left: 0.4rem;
        width: calc(100% - 6.2rem);
    }
    .home_online_list > li {
        padding-left: 0.8rem;
        width: 50%;
    }
    .home_sns_list > li > a,
    .home_online_list > li > a {
        height: 6rem;
    }
    .home_amazon {
        width: 9rem;
        height: 2.7rem;
    }
    .home_rakuten {
        width: 10rem;
        height: 2.2rem;
    }
}
