html {
    font-size: 100%;
}

body {
    position: fixed;
    top: 0px;
    left: 0px;
    border: none;
    border-width: 0;
    height: 100%;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-size-adjust: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    user-select: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', Verdana, 'M+ 1p', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

/* .vr360_hide {
    display: none !important;
} */

/* =====================================
VR360IFrame
======================================= */
#showcase_iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
}

/* =====================================
link-button
======================================= */
.cvbtn__container {
    position: absolute;
    top: 0px;
    left: 370px;
    display: flex;
    font-size: 1rem;
    gap: 2%;
}

.cvbtn__container.vr360_hide {
    display: none;
}

.cvbtn__outer {
    width: 190px;
    height: 50px;
    background-color: #b60005;
    text-align: center;
    border-radius: 0px 0px 8px 8px;
    border: 2px solid #ffffffd0;
    border-top: none;
    opacity: 0.8;
}

.cvbtn__outer:hover {
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s;
}

.cvbtn__item {
    width: 100%;
    height: 100%;
    user-select: none;
    display: flex;
    color: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.cvbtn__toggle {
    display: none;
}

@media screen and (max-width: 768px) {
    .cvbtn__container {
        top: 300px;
        left: 16px;
        display: block;
    }

    .cvbtn__outer {
        width: 150px;
        height: 40px;
        margin-bottom: 3px;
        border-radius: 8px;
        border: 1px solid #fff;
        opacity: 1;
    }

    .cvbtn__outer--last {
        margin-bottom: 0px;
    }

    .cvbtn__toggle {
        display: inline-flex;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 5px;
        padding: 5px;
        cursor: pointer;
    }

    .cvbtn__outer.open {
        transition: 0.3s;
    }

    .cvbtn__outer.close {
        transition: 0.3s;
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .cvbtn__container {
        top: 200px;
        left: 8px;
        display: block;
        font-size: 0.75rem;
    }

    .cvbtn__outer {
        width: 120px;
        height: 30px;
        margin-bottom: 3px;
        border-radius: 8px;
        border: 1px solid #fff;
        opacity: 1;
    }

    .cvbtn__outer--last {
        margin-bottom: 0px;
    }

    .cvbtn__toggle {
        display: inline-flex;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 5px;
        padding: 5px;
        cursor: pointer;
    }

    .cvbtn__outer.open {
        transition: 0.3s;
    }

    .cvbtn__outer.close {
        transition: 0.3s;
        display: none;
    }
}

@media screen and (max-height: 480px),
(orientation: landscape) and (max-width: 932px) {
    .cvbtn__container {
        top: 200px;
        left: 8px;
        display: block;
        font-size: 0.75rem;
    }

    .cvbtn__outer {
        width: 120px;
        height: 30px;
        margin-bottom: 3px;
        border-radius: 8px;
        border: 1px solid #fff;
        opacity: 1;
    }

    .cvbtn__outer--last {
        margin-bottom: 0px;
    }

    .cvbtn__toggle {
        display: inline-flex;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 5px;
        padding: 5px;
        cursor: pointer;
    }

    .cvbtn__outer.open {
        transition: 0.3s;
    }

    .cvbtn__outer.close {
        transition: 0.3s;
        display: none;
    }
}

/* ハートコアサイトiframe用レスポンシブ */
@media screen and (max-width: 1100px) and (max-height: 610px) {
    .cvbtn__container {
        font-size: 0.8rem;
    }

    .cvbtn__outer {
        width: 150px;
        height: 42px;
    }
}

/* =====================================
company-logo
======================================= */
.logo_area {
    position: absolute;
    top: 16px;
    left: 16px;
}

.logo {
    display: block;
    width: 270px;
    transition: all 0.5s;
}

.logo:hover {
    cursor: pointer;
    opacity: 0.8;
    transform: scale(1.03, 1.03);
}

@media screen and (max-width: 768px) {
    .logo_area {
        top: 16px;
        left: 8px;
    }

    .logo {
        width: 230px;
    }
}

@media screen and (max-width: 480px) {
    .logo_area {
        top: 8px;
        left: 8px;
    }

    .logo {
        width: 160px;
    }
}

@media screen and (max-height: 480px),
(orientation: landscape) and (max-width: 932px) {
    .logo_area {
        top: 8px;
        left: 8px;
    }

    .logo {
        width: 130px;
    }
}

/* ハートコアサイトiframe用レスポンシブ */
@media screen and (max-width: 1100px) and (max-height: 610px) {
    .logo_area {
        top: 10px;
        left: 8px;
    }

    .logo {
        width: 240px;
    }

}

/* ==========================
about-conpany
===========================*/
.hamburger__navi {
    position: absolute;
    top: 0;
    right: 0;
    padding: 24px 64px;
    background: #fff;
    width: 500px;
    height: 100vh;
    transform: translateX(150%);
    transition: all 0.6s;
    overflow: scroll;
    z-index: 100;
}

.hamburger__navi.active {
    transform: translateX(0%);
}

.hamburger__logo {
    position: relative;
    top: 24px;
    text-align: center;
}

.hamburger__logo a {
    display: inline-block;
}

.hamburger__logo a:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.5s;
}

.hamburger__logo img {
    width: 270px;
}

.hamburger__data--dl {
    /* display: flex; */
    /* flex-wrap: wrap; */
    width: 100%;
    padding: 32px 0px;
    box-sizing: border-box;
}

.hamburger__data--dl dt {
    font-size: 0.9rem;
}

.hamburger__data--dl dd {
    border-bottom: 1px solid #ccc;
}

.hamburger__data--dl dt,
.hamburger__data--dl dd {
    padding: 8px 0px;
}

@media screen and (max-width: 480px) {
    .hamburger__navi {
        padding: 24px 50px 80px;
        width: 100vw;
    }

    .hamburger__logo {
        top: 24px;
    }

    .hamburger__logo img {
        width: 270px;
    }

    .hamburger__data--dl {
        padding: 32px 0px;
    }

    .hamburger__data--dl dt {
        font-size: 0.9rem;
    }

    .hamburger__data--dl dt,
    .hamburger__data--dl dd {
        padding: 8px 0px;
    }
}

/* ハートコアサイトiframe用レスポンシブ */
@media screen and (max-width: 1100px) and (max-height: 610px) {
    .hamburger__navi {
        padding: 8px 52px;
        width: 450px;
    }

    .hamburger__logo {
        top: 16px;
    }

    .hamburger__logo img {
        width: 250px;
    }

    .hamburger__data--dl dt {
        font-size: 0.8rem;
    }
}

/* ==========================
メニューボタン
===========================*/
.hamburger__btn {
    color: #333;
    border: 2px solid #fff;
    border-right: none;
    position: absolute;
    right: 0px;
    top: 80px;
    width: 60px;
    height: 65px;
    /* z-index: 1000; */
    border-radius: 16px 0px 0px 16px;
    background-color: #b60005;
    opacity: 0.8;
    z-index: 1000;
}

.hamburger__btn:hover {
    opacity: 1;
    transition: all 0.3s;
    cursor: pointer;
}

.hamburger__btn span {
    display: block;
    position: absolute;
    width: 30px;
    right: 12px;
    transition: 0.3s ease-in-out;
    font-size: 10px;
}

.hamburger__btn .line {
    height: 2px;
    background: #ffffff;
}

.hamburger__btn .menu {
    color: #ffffff;
}

.hamburger__btn span:nth-child(1) {
    top: 20px;
}

.hamburger__btn span:nth-child(2) {
    top: 28px;
}

.hamburger__btn span:nth-child(3) {
    top: 36px;
}

/* メニューが開いているときのボタン */

.hamburger__btn.active span:nth-child(1) {
    top: 28px;
    transform: rotate(-45deg);
}

.hamburger__btn.active span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger__btn.active .menu {
    font-size: 0;
}

@media screen and (max-width: 480px) {
    .hamburger__btn {
        top: 80px;
        width: 50px;
        height: 54px;
        border-radius: 8px 0px 0px 8px;
    }

    .hamburger__btn span {
        width: 24px;
        right: 11px;
        font-size: 8px;
    }

    .hamburger__btn span:nth-child(1) {
        top: 12px;
    }

    .hamburger__btn span:nth-child(2) {
        top: 22px;
    }

    .hamburger__btn span:nth-child(3) {
        top: 28px;
    }

    .hamburger__btn.active span:nth-child(1) {
        top: 22px;
    }
}

@media screen and (max-height: 480px),
(orientation: landscape) and (max-width: 932px) {
    .hamburger__btn {
        top: 60px;
        width: 50px;
        height: 55px;
        border-radius: 8px 0px 0px 8px;
    }

    .hamburger__btn span {
        width: 25px;
        right: 10px;
        font-size: 8px;
    }

    .hamburger__btn span:nth-child(1) {
        top: 15px;
    }

    .hamburger__btn span:nth-child(2) {
        top: 23px;
    }

    .hamburger__btn span:nth-child(3) {
        top: 31px;
    }

    /* メニューが開いているときのボタン */

    .hamburger__btn.active span:nth-child(1) {
        top: 23px;
        transform: rotate(-45deg);
    }
}

/* ハートコアサイトiframe用レスポンシブ */
@media screen and (max-width: 1100px) and (max-height: 610px) {
    .hamburger__btn {
        top: 60px;
        width: 50px;
        height: 55px;
    }

    .hamburger__btn span {
        width: 28px;
        right: 8px;
        font-size: 8px;
    }

    .hamburger__btn span:nth-child(1) {
        top: 14px;
    }

    .hamburger__btn span:nth-child(2) {
        top: 25px;
    }

    .hamburger__btn span:nth-child(3) {
        top: 32px;
    }

    /* メニューが開いているときのボタン */

    .hamburger__btn.active span:nth-child(1) {
        top: 26px;
    }
}

/* ==========================
search
===========================*/
.searchContainer {
    width: 100%;
    box-sizing: border-box;
}

.searchbox__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-bottom: 24px;
}

.searchbox__container p {
    width: 30%;
}

.searchbox {
    display: flex;
    align-items: center;
    width: 350px;
    border-radius: 3px;
    background-color: #ececec;
}

.searchbox input {
    display: flex;
    height: 45px;
    border: none;
    box-sizing: border-box;
    background-color: #ececec;
    outline: none;
}

.searchbox span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: transparent;
}

.searchbox span::after {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23777777%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    content: '';
}

.searchContainer .items__container--tag {
    padding: 0;
    border: none;
    margin: 0;
}

.searchContainer .items__container--tag .item {
    /* display: flex !important; */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 16px;
    background-color: #ececec;
    color: #313131;
    border-radius: 8px;
    margin-bottom: 8px;
    animation: fadeIn 0.7s ease 0s 1 normal;
    list-style: none;
}

.searchContainer .items__container--tag .item:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s;
}

.searchContainer .items__container--tag .item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 16px;
}

.searchContainer .items__container--tag .item span {
    margin: 2px 0;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 480px) {
    .searchbox__container p {
        display: none;
    }

    .searchbox {
        width: 100vw;
    }
}

/* ==========================
pc-sns-dropdown
===========================*/
.sp-dropdown {
    display: none;
}

.dropdown_container {
    position: absolute;
    right: 0px;
    bottom: 80px;
    border-radius: 50px 0px 0px 50px;
    background-color: #ffffffb3;
    z-index: 10;
}

.dropdown_outer {
    width: 64px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}


.dropdown {
    position: absolute;
    bottom: 40px;
    right: 4px;
    padding: 16px 0px;
    display: none;
}

.dropdown_outer:hover>.dropdown,
.dropdown_outer:active>.dropdown {
    display: block;
}

.dropdown_list {
    width: 50px;
    background-color: #ffffffb3;
    border-radius: 8px;
    padding: 10px 0px;
    list-style: none;
}

.dropdown_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    transition: 0.5s all;
}

.dropdown_link:hover {
    transform: scale(1.1, 1.1);
}

.dropdown_logo {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

/* ==========================
tb-sp-sns-dropdown
===========================*/
@media screen and (max-width: 1024px) {
    .dropdown_container {
        display: none;
    }

    .sp-dropdown {
        display: block;
        position: absolute;
        right: 0px;
        bottom: 32px;
    }

    .sp-dropinput {
        display: none;
    }

    .sp-dropdown-menu {
        position: absolute;
        top: -10px;
        visibility: hidden;
        opacity: 0;
        padding: 0;
        list-style: none;
        border-radius: 8px;
    }

    .sp-dropdown_logo {
        width: 25px;
        height: 25px;
        object-fit: contain;
    }

    .sp-dropinput:checked~.sp-dropdown-menu {
        top: -190px;
        right: 8px;
        visibility: visible;
        opacity: 1;
        background-color: #ffffffb3;
        color: #333;
    }

    .sp-droplabel {
        width: 80px;
        padding: 10px 0px;
        border-radius: 50px 0px 0px 50px;
        display: block;
        text-align: center;
        background-color: #ffffffb3;
        color: #333;
        text-decoration: none;
        font-weight: bold;
    }

    .sp-dropdown-item {
        padding: 16px;
        display: block;
        text-align: center;
        text-decoration: none;
    }
}

@media screen and (max-width: 480px) {
    .sp-dropdown {
        bottom: 32px;
    }

    .sp-dropdown-menu {
        top: -10px;
        border-radius: 8px;
        z-index: 10;
    }

    .sp-dropdown_logo {
        width: 20px;
        height: 20px;
    }

    .sp-dropinput:checked~.sp-dropdown-menu {
        top: -120px;
        right: 6px;
    }

    .sp-droplabel {
        width: 56px;
        padding: 6px 0px;
        font-size: 0.8rem;
    }

    .sp-dropdown-item {
        padding: 8px;
        display: block;
        text-align: center;
        text-decoration: none;
    }
}

@media screen and (max-height: 480px),
(orientation: landscape) and (max-width: 932px) {
    .sp-dropdown {
        bottom: 32px;
    }

    .sp-dropdown-menu {
        top: -10px;
        border-radius: 8px;
        z-index: 10;
    }

    .sp-dropdown_logo {
        width: 20px;
        height: 20px;
    }

    .sp-dropinput:checked~.sp-dropdown-menu {
        top: -120px;
        right: 6px;
    }

    .sp-droplabel {
        width: 56px;
        padding: 6px 0px;
        font-size: 0.8rem;
    }

    .sp-dropdown-item {
        padding: 8px;
        display: block;
        text-align: center;
        text-decoration: none;
    }
}

/* ハートコアサイトiframe用レスポンシブ */
@media screen and (max-width: 1100px) and (max-height: 610px) {
    .dropdown_container {
        bottom: 55px;
    }
}

/* ==========================
navigate
===========================*/
.navigate_area {
    position: absolute;
    bottom: 330px;
    right: 15px;
    z-index: 1;
    pointer-events: none;
}

#vr360_sweep_description {
    top: 70px;
    right: 135px;
    height: auto;
    width: 305px;
    vertical-align: top;
    color: #111;
    border-radius: 56px;
    text-align: left;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    opacity: 0.8;
    font-size: medium;
}

#vr360_sweep_description.vr360_show {
    display: inline-block;
}

#vr360_sweep_description>a {
    text-decoration: none;
    color: #b60005;
    transition: all 0.5s;
}

#vr360_sweep_description>a:hover {
    opacity: 0.8;
}

.arrow_box {
    position: relative;
    background: #fff;
    padding: 5px;
}

.arrow_box:after {
    content: "";
    position: absolute;
    right: -28px;
    border-color: rgba(213, 155, 211, 0);
    border-left-color: #fff;
    border: 8px solid transparent;
    border-left: 29px solid #fff;
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
}


.navigate_img {
    position: absolute;
    right: 0;
    max-width: 100px;
    height: auto;
    pointer-events: none;
    filter: drop-shadow(2px 4px 6px #000);
}

@media screen and (max-width: 480px) {
    .navigate_area {
        bottom: 200px;
        right: 10px;
    }

    #vr360_sweep_description {
        top: 70px;
        right: 85px;
        width: 190px;
        padding-top: 16px;
        padding-left: 20px;
        padding-right: 16px;
        padding-bottom: 16px;
        font-size: 0.6rem;
    }

    .arrow_box:after {
        right: -22px;
        bottom: 18px;
    }

    .navigate_img {
        max-width: 60px;
        filter: drop-shadow(2px 2px 4px #000);
    }
}

@media screen and (max-height: 480px),
(orientation: landscape) and (max-width: 932px) {
    .navigate_area {
        bottom: 175px;
        right: 10px;
    }

    #vr360_sweep_description {
        top: 70px;
        right: 85px;
        width: 190px;
        padding-top: 16px;
        padding-left: 20px;
        padding-right: 16px;
        padding-bottom: 16px;
        font-size: 0.6rem;
    }

    .arrow_box:after {
        right: -22px;
        bottom: 18px;
    }

    .navigate_img {
        max-width: 60px;
        filter: drop-shadow(2px 2px 4px #000);
    }
}

/* ハートコアサイトiframe用レスポンシブ */
@media screen and (max-width: 1100px) and (max-height: 610px) {
    .navigate_area {
        position: absolute;
        bottom: 220px;
        right: 15px;
        z-index: 1;
        pointer-events: none;
    }

    #vr360_sweep_description {
        top: 80px;
        right: 90px;
        width: 240px;
        font-size: 13px;
    }

    .arrow_box:after {
        right: -26px;
    }

    .navigate_img {
        max-width: 70px;
    }
}

/* ==========================
quiz-area
===========================*/
.quiz_area {
    position: absolute;
    left: 16px;
    top: 95px;
    width: 270px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffffb3;
    white-space: nowrap;
    pointer-events: auto;
    border-radius: 8px;
    z-index: 10;
    font-size: 13px;
    font-weight: bold;
}

.score_A {
    margin-right: 2em;
    position: relative;
}

.score_A::after {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0 0.9rem;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #333;
}

@media screen and (max-width: 480px) {
    .quiz_area {
        left: 8px;
        top: 50px;
        width: 190px;
        height: 30px;
        font-size: 10px;
    }

    .score_A::after {
        margin: 0 0.6rem;
    }
}

@media screen and (max-height: 480px),
(orientation: landscape) and (max-width: 932px) {
    .quiz_area {
        left: 8px;
        top: 50px;
        width: 190px;
        height: 30px;
        font-size: 10px;
    }

    .score_A::after {
        margin: 0 0.6rem;
    }
}

/* ハートコアサイトiframe用レスポンシブ */
@media screen and (max-width: 1100px) and (max-height: 610px) {
    .quiz_area {
        left: 8px;
        top: 80px;
        width: 240px;
        height: 38px;
        font-size: 12px;
    }
}

/* ==========================
title
===========================*/
.vr360_sweep_title {
    position: absolute;
    top: 140px;
    left: 16px;
    height: 40px;
    width: 200px;
    background-color: #ffffffb3;
    border-radius: 8px;
    text-align: center;
    pointer-events: none;
    font-weight: bold;
    font-size: 13px;
    z-index: 10;
}

.vr360_sweep_title::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/CPoCAhRfxpn/images/icon/pin.png');
    background-position: center;
    background-size: contain;
}

.vr360_sweep_title.vr360_show {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .vr360_sweep_title {
        top: 85px;
        left: 8px;
        height: 30px;
        width: 190px;
        font-size: 11px;
    }

    .vr360_sweep_title::before {
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-height: 480px),
(orientation: landscape) and (max-width: 932px) {
    .vr360_sweep_title {
        top: 85px;
        left: 8px;
        height: 30px;
        width: 190px;
        font-size: 11px;
    }

    .vr360_sweep_title::before {
        width: 25px;
        height: 25px;
    }
}

/* ハートコアサイトiframe用レスポンシブ */
@media screen and (max-width: 1100px) and (max-height: 610px) {
    .vr360_sweep_title {
        top: 125px;
        left: 8px;
        height: 38px;
        width: 180px;
        font-size: 12px;
    }

    .vr360_sweep_title::before {
        width: 24px;
        height: 24px;
    }
}

/* ==========================
icon-area
===========================*/
.icon_area {
    position: absolute;
    left: 16px;
    top: 185px;
    width: 200px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    background-color: #ffffffb3;
    white-space: nowrap;
    pointer-events: auto;
    border-radius: 8px;
    z-index: 10;
}

.icon_outer {
    width: 80px;
    height: 80px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f0f0;
    border-radius: 8px;
}

.icon-item {
    font-size: 50px;
    pointer-events: all;
    transition: all 0.5s;
}

.icon-item:hover {
    cursor: pointer;
    opacity: 0.8;
    transform: scale(1.05, 1.05);
}

.icon_title {
    font-weight: bold;
    text-align: center;
    font-size: 0.8rem;
}

@media screen and (max-width: 480px) {
    .icon_area {
        left: 8px;
        top: 120px;
        width: 135px;
        height: 70px;
        gap: 8px;
    }

    .icon_outer {
        width: 55px;
        height: 55px;
        padding: 8px;
    }

    .icon-item {
        font-size: 40px;
    }

    .icon-item:hover {
        transform: none;
    }

    .icon_title {
        font-size: 11px;
    }
}

@media screen and (max-height: 480px),
(orientation: landscape) and (max-width: 932px) {
    .icon_area {
        left: 8px;
        top: 120px;
        width: 135px;
        height: 70px;
        gap: 8px;
    }

    .icon_outer {
        width: 55px;
        height: 55px;
        padding: 8px;
    }

    .icon-item {
        font-size: 40px;
    }

    .icon-item:hover {
        transform: none;
    }

    .icon_title {
        font-size: 11px;
    }
}

/* ハートコアサイトiframe用レスポンシブ */
@media screen and (max-width: 1100px) and (max-height: 610px) {
    .icon_area {
        left: 8px;
        top: 170px;
        width: 155px;
        height: 72px;
        gap: 6px;
    }

    .icon_outer {
        width: 62px;
        height: 60px;
        padding: 12px;
    }

    .icon_title {
        font-size: 0.7rem;
    }
}

/* ==========================
minimap
===========================*/
.minimap_container {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    z-index: 1000;
    border: 16px solid #ffffffb3;
    border-radius: 8px;
}

#vr360_minimap_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-style: none;
}

.currentposition>img {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    position: absolute;
}

span.currentposition {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
}

.minimap_sweep {
    color: transparent;
    display: inline-block;
    position: absolute;
    padding: 0 0;
    margin: 0;
    height: 0.6rem;
    width: 0.6rem;
    border: 3px solid rgba(255, 255, 0, 0);
    /* border: 0.25rem solid rgba(255, 255, 0, 0.79); */
    border-radius: 50%;
    box-sizing: content-box;
    background-color: transparent;
    font-size: 10px;
    outline: none;
}

.minimap_sweep:hover {
    background-color: rgba(255, 255, 0, 0.79);
}

/* .eventsweep {
    border: 0.25rem solid rgba(206, 9, 84, 0.79);
} */

/* .eventsweep:hover {
    background-color: rgba(206, 9, 84, 0.79);
} */

.map_hide_button {
    position: absolute;
    top: 16px;
    right: 5px;
    cursor: pointer;
    user-select: none;
    font-size: 2.5rem;
    z-index: 1000;
    line-height: 0;
    color: #fff;
    transition: all 0.3s;
}

.map_hide_button:hover {
    opacity: 0.85;
}

@media screen and (max-width: 480px) {
    .minimap_container {
        max-width: 200px;
        max-height: 200px;
    }

    span.currentposition {
        width: 12px;
        height: 12px;
    }

    .minimap_sweep {
        border: 1px solid rgba(255, 255, 0, 0);
    }

    .currentposition>img {
        width: 16px;
        height: 12px;
    }

    .map_hide_button {
        font-size: 2rem;
    }
}

@media screen and (max-height: 480px),
(orientation: landscape) and (max-width: 932px) {
    .minimap_container {
        max-width: 200px;
        max-height: 200px;
    }

    span.currentposition {
        width: 12px;
        height: 12px;
    }

    .minimap_sweep {
        border: 1px solid rgba(255, 255, 0, 0);
    }

    .currentposition>img {
        width: 16px;
        height: 12px;
    }

    .map_hide_button {
        font-size: 2rem;
    }
}

/* ハートコアサイトiframe用レスポンシブ */
@media screen and (max-width: 1100px) and (max-height: 610px) {
    .minimap_container {
        max-width: 280px;
        max-height: 280px;
        border: 10px solid #ffffffb3;
    }

    span.currentposition {
        width: 16px;
        height: 16px;
    }

    .currentposition>img {
        width: 16px;
        height: 16px;
    }

    .map_hide_button {
        font-size: 2.5rem;
    }
}

/* ==========================
guide
===========================*/
.guide_out_container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.guide_main_container {
    width: 720px;
    padding: 5px;
    height: auto;
    padding: 32px 56px;
    border: 5px solid #b60005;
    border-radius: 8px;
    font-weight: bold;
    color: #333;
    background-color: rgba(255, 255, 255, 0.65);
}

.guide_title {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}

.guide_container {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    font-size: 0.9rem;
}

.guide_item {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    border: 2px solid #333;
    padding: 20px 24px;
    margin: 2px;
    border-radius: 8px;
}

.guide_item:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

.guide_item:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

.guide_item:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}

.guide_item:nth-child(4) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}

.guide_icon_one {
    width: 70px;
    object-fit: contain;
    margin-right: 8px;
}

.guide_icon_two {
    width: 65px;
    object-fit: contain;
    margin-right: 8px;
}

.guide_icon_tag_outer {
    grid-row: 3 / 4;
    grid-column: 1 / 3;
    background-color: #f0f0f0;
    border: 2px solid #333;
    padding: 20px 24px;
    margin: 2px;
    border-radius: 8px;
}

.guide_icon_tag_container {
    display: flex;
    justify-content: center;
    gap: 56px;
    margin-bottom: 8px;
}

.guide_icon_tag {
    width: 40px;
    object-fit: contain;
}

.guide_icon_tag_desc {
    text-align: center;
}

.guide_icon_quiz_container {
    grid-row: 4 / 5;
    grid-column: 1 / 3;
    display: flex;
    background-color: #f0f0f0;
    border: 2px solid #333;
    padding: 20px 24px;
    margin: 2px;
    border-radius: 8px;
}

.guide_icon_quiz_img {
    width: 130px;
    object-fit: contain;
    margin-right: 16px;
}

@media screen and (max-width: 480px) {
    .guide_main_container {
        width: 340px;
        padding: 16px 32px;
        border: 3px solid #b60005;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .guide_title {
        font-size: 0.9rem;
        margin-bottom: 16px;
    }

    .guide_container {
        display: block;
        font-size: 0.6rem;
    }

    .guide_item {
        padding: 8px 16px;
        margin: 2px;
    }

    .guide_icon_one {
        width: 50px;
        margin-right: 6px;
    }

    .guide_icon_two {
        width: 40px;
        margin-right: 4px;
    }

    .guide_icon_tag_outer {
        padding: 8px 16px;
        margin: 2px;
    }

    .guide_icon_tag_container {
        gap: 16px;
        margin-bottom: 8px;
    }

    .guide_icon_tag {
        width: 30px;
    }

    .guide_icon_tag_desc {
        text-align: left;
    }

    .guide_icon_quiz_container {
        padding: 8px 16px;
    }

    .guide_icon_quiz_img {
        width: 80px;
        margin-right: 8px;
    }
}

@media screen and (max-height: 480px),
(orientation: landscape) and (max-width: 932px) {
    .guide_main_container {
        width: 600px;
        padding: 5px;
        padding: 16px 16px;
        border: 3px solid #b60005;
    }

    .guide_title {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .guide_container {
        font-size: 0.7rem;
    }

    .guide_item {
        padding: 8px 16px;
    }

    .guide_icon_one {
        width: 50px;
        margin-right: 4px;
    }

    .guide_icon_two {
        width: 45px;
        margin-right: 4px;
    }

    .guide_icon_tag_outer {
        padding: 8px 16px;
    }

    .guide_icon_tag_container {
        gap: 24px;
        margin-bottom: 4px;
    }

    .guide_icon_tag {
        width: 30px;
    }

    .guide_icon_quiz_container {
        padding: 8px 16px;
    }

    .guide_icon_quiz_img {
        width: 90px;
        margin-right: 16px;
    }
}

/* ハートコアサイトiframe用レスポンシブ */
@media screen and (max-width: 1100px) and (max-height: 610px) {
    .guide_main_container {
        width: 850px;
    }
}

/* ==========================
iframe-web
===========================*/
.parts_container {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1000;
}

.vr360_customparts {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.vr360_customparts.vr360_show {
    display: block;
    width: 950px;
    height: 650px;
    z-index: 100;
    border: 3px solid #333;
    border-radius: 8px;
    background-color: #fff;
}

.vr360_customparts_hide {
    display: inline-block;
    position: absolute;
    right: 0.5%;
    background-color: unset;
    border-radius: 50%;
    z-index: 100;
    color: #999;
    text-align: center;
    vertical-align: middle;
    outline: none;
    font-size: 2.8rem;
    border: none;
    line-height: 1;
    padding: 0;
    pointer-events: auto;
    z-index: 100;
    transition: all 0.5s;
}

.vr360_customparts_hide:hover {
    color: #fff;
}

.customparts_iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: auto;
    border-radius: 8px;
}

@media screen and (max-width:992px) {
    #vr360_customparts.vr360_show {
        width: 750px;
        height: 700px;
    }
}

@media screen and (max-width:768px) {
    #vr360_customparts.vr360_show {
        width: 700px;
        height: 650px;
    }
}

@media screen and (max-width:576px) {
    #vr360_customparts.vr360_show {
        width: 350px;
        height: 500px;
    }
}

@media screen and (max-height:576px) {
    #vr360_customparts.vr360_show {
        width: 450px;
        height: 350px;
    }
}

/* ハートコアサイトiframe用レスポンシブ */
@media screen and (max-width: 1100px) and (max-height: 610px) {
    #vr360_customparts.vr360_show {
        width: 650px;
        height: 500px;
    }
}

/* ==================================
  customparts-movie
=====================================*/
.hidden {
    display: none;
}

.mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.video_layout_container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.video_layout {
    width: 65%;
    z-index: 1000;
}

.video_layout_item {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    z-index: 1000;
    border: solid 3px #222;
    background-color: #222;
    color: #fdfdfd;
    border-radius: 4px;
}

.video_layout_top {
    padding: 8px 16px;
}

.video_layout_top_title {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    margin: 0;
}

.video_layout_top_desc {
    font-size: 1rem;
    text-align: left;
    margin: 0;
}

.video_layout_body {
    padding: 0px;
    display: flex;
    flex-direction: column-reverse;
}

.video_layout_main {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.video_layout_main video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

@media screen and (max-width:992px) {
    .video_layout {
        width: 90%;
    }
}

@media screen and (max-width:576px) {
    .video_layout {
        width: 90%;
    }

    .video_layout_top_title {
        font-size: 1rem;
    }

    .video_layout_top_desc {
        font-size: 0.8rem;
    }
}

@media screen and (max-height:576px) {
    .video_layout {
        width: 60%;
    }

    .video_layout_top_title {
        font-size: 1rem;
    }

    .video_layout_top_desc {
        font-size: 0.8rem;
    }
}

/* ハートコアサイトiframe用レスポンシブ */
@media screen and (max-width: 1100px) and (max-height: 610px) {
    .video_layout {
        width: 60%;
    }

    .video_layout_top_title {
        font-size: 1rem;
    }

    .video_layout_top_desc {
        font-size: 0.8rem;
    }
}

/* ==================================
JSON-img
=====================================*/
.json_layout_container {
    position: absolute;
    /* right: 5px;
    top: 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* justify-content: end; */
    /* align-items: baseline; */
    width: 100%;
    height: 100%;
}

.json_layout {
    width: 420px;
    z-index: 1000;
}

.json_layout_item {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 30px 32px;
    background-color: #ffffff;
    /* background-color: rgba(235, 242, 248, 0.85); */
    z-index: 1000;
    border-radius: 8px;
    border: 3px solid #333;
    color: #333;
}

.json_layout_top {
    padding: 0px;
}

.json_layout_top_title {
    display: inline-block;
    font-weight: bold;
    text-align: left;
    border-bottom: 2px dotted #b60005;
    margin-bottom: 4px;
}

.json_layout_top_subtitle {
    font-size: 0.875rem;
    text-align: left;
    margin-bottom: 16px;
}

.json_layout_top_desc1 {
    text-align: left;
    margin-bottom: 24px;
}

.json_layout_main {
    line-height: 0;
}

.json_layout_main img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.json_layout_top_desc2 {
    text-align: right;
    font-size: 0.75rem;
}

.json_link_area a {
    padding: 12px 24px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.5s;
}

.json_link_area a:hover {
    opacity: 0.8;
    cursor: pointer;
}

.json_link {
    margin: 24px 0px 8px 0px;
    text-align: center;
}

@media screen and (max-width:480px) {
    .json_layout {
        width: 320px;
    }

    .json_layout_item {
        padding: 15px 16px;
    }

    .json_layout_top_title {
        font-size: 0.85rem;
        margin-bottom: 2px;
    }

    .json_layout_top_subtitle {
        font-size: 0.65rem;
        margin-bottom: 8px;
    }

    .json_layout_top_desc1 {
        font-size: 0.85rem;
        margin-bottom: 16px;
    }

    .json_layout_top_desc2 {
        font-size: 0.65rem;
    }

    .json_link_area a {
        font-size: 0.85rem;
    }
}

@media screen and (max-height: 480px),
(orientation: landscape) and (max-width: 932px) {
    .json_layout {
        width: 300px;
    }

    .json_layout_item {
        padding: 8px 10px;
    }

    .json_layout_top_title {
        font-size: 0.7rem;
        margin-bottom: 2px;
    }

    .json_layout_top_subtitle {
        font-size: 0.6rem;
        margin-bottom: 4px;
    }

    .json_layout_top_desc1 {
        font-size: 0.65rem;
        margin-bottom: 4px;
    }

    .json_layout_top_desc2 {
        font-size: 0.6rem;
    }

    .json_link_area a {
        font-size: 0.65rem;
    }
}

/* ハートコアサイトiframe用レスポンシブ */
@media screen and (max-width: 1100px) and (max-height: 610px) {
    .json_layout {
        width: 340px;
    }

    .json_layout_item {
        padding: 24px 20px;
    }

    .json_layout_top_title {
        font-size: 0.9rem;
        margin-bottom: 4px;
    }

    .json_layout_top_subtitle {
        font-size: 0.8rem;
        margin-bottom: 4px;
    }

    .json_layout_top_desc1 {
        font-size: 0.8rem;
        margin-bottom: 4px;
    }

    .json_layout_top_desc2 {
        font-size: 0.6rem;
    }

    .json_link_area a {
        font-size: 0.65rem;
    }
}

/* ==========================
quiz
===========================*/
.quiz_base_container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.quiz_main_container {
    position: absolute;
    width: 600px;
    height: auto;
    box-sizing: border-box;
    border: 3px solid #333;
    border-radius: 8px;
    background: #fffffff2;
    padding: 32px 56px;
}

.quiz_title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

.quiz_text {
    margin-top: 16px;
    font-size: 1.5rem;
}

.quiz_radio {
    font-size: 1.5rem;
    text-align: left;
    padding: 30px 30px;
}

.quiz_radio>input {
    position: relative;
    width: 24px;
    height: 24px;
    border: 2px solid #333;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.quiz_radio>input:checked:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b60005;
}

.radio_label {
    margin-left: 10px;
}

.quiz_button_container {
    text-align: center;
}

.quiz_button {
    padding: 16px 24px;
    color: #fff;
    background-color: #b60005;
    border: none;
    border-radius: 8px;
    transition: all 0.5s;
    font-size: 1.2rem;
}

.quiz_button:hover {
    cursor: pointer;
    opacity: 0.8;
}

.quiz_hidden {
    transform: translateY(-5000px);
}

.quiz_desc {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 100;
    user-select: none;
}

.quiz_desc_main_container {
    position: absolute;
    width: 700px;
    height: auto;
    box-sizing: border-box;
    color: #333;
}

.quiz_desc_main_container.true {
    border: 3px solid #b60002;
    background: #fffffff2;
    padding: 32px 48px;
    border-radius: 8px;
}

.quiz_desc_main_container.false {
    border: 3px solid #174cd2;
    background: #fffffff2;
    padding: 32px 48px;
    border-radius: 8px;
}

.quiz_close_desc {
    position: absolute;
    top: 0px;
    right: 8px;
    font-size: 3rem;
    cursor: pointer;
    z-index: 10;
    line-height: 1;
}

.quiz_desc_title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.quiz_desc_text {
    margin-top: 8px;
}

.quiz_desc_link {
    text-decoration: none;
    color: #b60005;
    transition: all 0.3s;
}

.quiz_desc_link:hover {
    opacity: 0.7;
}

.quiz_hidden_desc {
    transform: translateY(-10000px);
}

.quiz_comp_base_container {
    position: absolute;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
}

.quiz_comp_main_container {
    position: relative;
    width: 350px;
    height: auto;
    z-index: 1000;
    background: white;
    padding: 32px 16px;
    box-sizing: border-box;
}

.quiz_comp_close {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 3rem;
    z-index: 10;
    transition: all 0.5s;
}

.quiz_comp_close:hover {
    cursor: pointer;
    opacity: 0.8;
}

.quiz_comp_text {
    text-align: center;
    line-height: 2;
    font-weight: bold;
}

.quiz_comp_hide {
    transform: translateY(-10000px);
}

.quiz_comp_img_container {
    text-align: center;
    text-align: -webkit-center;
    margin-top: 16px;
}

.comp_img {
    width: 250px;
    height: auto;
    object-fit: contain;
}

.quiz_comp_btn_container {
    justify-content: center;
    display: flex;
    margin-top: 24px;
}

.quiz_comp_btn {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
    background-color: #ceb849;
    border-radius: 50px;
    padding: 16px;
}

.quiz_comp_btn:hover {
    opacity: 0.8;
}

@media screen and (max-width: 480px) {
    .quiz_main_container {
        width: 350px;
        padding: 16px 32px;
    }

    .quiz_title {
        font-size: 1.5rem;
    }

    .quiz_text {
        margin-top: 8px;
        font-size: 1.1rem;
    }

    .quiz_radio {
        font-size: 1.2rem;
        padding: 16px 16px;
    }

    .quiz_radio>input {
        vertical-align: -4px;
    }

    .quiz_button {
        padding: 8px 16px;
        font-size: 1rem;
    }

    .quiz_desc_main_container {
        width: 350px;
    }

    .quiz_desc_main_container.true {
        padding: 16px 32px;
    }

    .quiz_desc_main_container.false {
        padding: 16px 32px;
    }

    .quiz_close_desc {
        font-size: 2.5rem;
    }

    .quiz_desc_title {
        font-size: 1.2rem;
    }

    .quiz_desc_text {
        margin-top: 8px;
        font-size: 0.7rem;
    }

    .quiz_desc_link {
        font-size: 0.7rem;
    }

    .quiz_comp_main_container {
        width: 350px;
        padding: 32px 16px;
    }

    .quiz_comp_close {
        top: 0px;
        right: 10px;
        font-size: 3rem;
    }

    .quiz_comp_text {
        font-size: 1rem;
    }

    .comp_img {
        width: 250px;
        height: auto;
        object-fit: contain;
    }

    .quiz_comp_btn_container {
        margin-top: 24px;
    }

    .quiz_comp_btn {
        padding: 16px 24px;
        font-size: 1rem;
    }
}

@media screen and (max-height: 480px),
(orientation: landscape) and (max-width: 932px) {
    .quiz_main_container {
        width: 350px;
        padding: 16px 32px;
    }

    .quiz_title {
        font-size: 1.5rem;
    }

    .quiz_text {
        margin-top: 8px;
        font-size: 1.1rem;
    }

    .quiz_radio {
        font-size: 1.2rem;
        padding: 16px 16px;
    }

    .quiz_radio>input {
        vertical-align: -4px;
    }

    .quiz_button {
        padding: 8px 16px;
        font-size: 1rem;
    }

    .quiz_desc_main_container {
        width: 350px;
    }

    .quiz_desc_main_container.true {
        padding: 16px 32px;
    }

    .quiz_desc_main_container.false {
        padding: 16px 32px;
    }

    .quiz_close_desc {
        font-size: 2.5rem;
    }

    .quiz_desc_title {
        font-size: 1.2rem;
    }

    .quiz_desc_text {
        margin-top: 8px;
        font-size: 0.7rem;
    }

    .quiz_desc_link {
        font-size: 0.7rem;
    }

    .quiz_comp_main_container {
        width: 350px;
        padding: 32px 16px;
    }

    .quiz_comp_close {
        top: 0px;
        right: 10px;
        font-size: 3rem;
    }

    .quiz_comp_text {
        font-size: 1rem;
    }

    .comp_img {
        width: 250px;
        height: auto;
        object-fit: contain;
    }

    .quiz_comp_btn_container {
        margin-top: 24px;
    }

    .quiz_comp_btn {
        padding: 16px 24px;
        font-size: 1rem;
    }
}

/* ハートコアサイトiframe用レスポンシブ */
@media screen and (max-width: 1100px) and (max-height: 610px) {
    .quiz_main_container {
        width: 400px;
        padding: 16px 32px;
    }

    .quiz_title {
        font-size: 1.5rem;
    }

    .quiz_text {
        margin-top: 8px;
        font-size: 1.1rem;
    }

    .quiz_radio {
        font-size: 1.2rem;
        padding: 16px 16px;
    }

    .quiz_radio>input {
        vertical-align: -4px;
    }

    .quiz_button {
        padding: 8px 16px;
        font-size: 1rem;
    }

    .quiz_desc_main_container {
        width: 400px;
    }

    .quiz_desc_main_container.true {
        padding: 16px 32px;
    }

    .quiz_desc_main_container.false {
        padding: 16px 32px;
    }

    .quiz_close_desc {
        font-size: 2.5rem;
    }

    .quiz_desc_title {
        font-size: 1.2rem;
    }

    .quiz_desc_text {
        margin-top: 8px;
        font-size: 0.8rem;
    }

    .quiz_desc_link {
        font-size: 0.8rem;
    }

    .quiz_comp_main_container {
        width: 300px;
        padding: 24px 16px;
    }

    .quiz_comp_close {
        top: 0px;
        right: 10px;
        font-size: 3rem;
    }

    .quiz_comp_text {
        font-size: 1rem;
    }

    .comp_img {
        width: 220px;
        height: auto;
        object-fit: contain;
    }

    .quiz_comp_btn_container {
        margin-top: 24px;
    }

    .quiz_comp_btn {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
}

/* ==========================
seminer
===========================*/
.seminer_inner_container {
    position: absolute;
    left: 16px;
    bottom: 70px;
    z-index: 100;
}

.seminer_close_btn {
    display: block;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 35px;
    height: 35px;
    color: #333;
    background-color: #fff;
    border-radius: 50px;
    transition: all 0.5s;
    z-index: 1000;
}

.seminer_close_btn::before,
.seminer_close_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 28px;
    background: #333;
}

.seminer_close_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.seminer_close_btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.seminer_close_btn:hover {
    cursor: pointer;
    opacity: 0.8;
}

.seminer_img {
    width: 350px;
    height: auto;
    object-fit: contain;
}

@media screen and (max-width: 480px) {
    .seminer_inner_container {
        left: 8px;
        bottom: 200px;
    }

    .seminer_close_btn {
        right: -5px;
        top: -5px;
        width: 30px;
        height: 30px;
    }

    .seminer_close_btn::before,
    .seminer_close_btn::after {
        width: 2px;
        height: 20px;
    }

    .seminer_img {
        width: 225px;
    }
}

@media screen and (max-height: 480px),
(orientation: landscape) and (max-width: 932px) {
    .seminer_inner_container {
        left: 8px;
        bottom: 60px;
    }

    .seminer_close_btn {
        right: -5px;
        top: -5px;
        width: 30px;
        height: 30px;
    }

    .seminer_close_btn::before,
    .seminer_close_btn::after {
        width: 2px;
        height: 20px;
    }

    .seminer_img {
        width: 225px;
    }
}

/* ハートコアサイトiframe用レスポンシブ */
@media screen and (max-width: 1100px) and (max-height: 610px) {
    .seminer_inner_container {
        left: 8px;
        bottom: 80px;
    }

    .seminer_close_btn {
        right: -5px;
        top: -5px;
        width: 30px;
        height: 30px;
    }

    .seminer_close_btn::before,
    .seminer_close_btn::after {
        width: 2px;
        height: 20px;
    }

    .seminer_img {
        width: 250px;
    }
}