@media (min-width: 0px) and (max-width: 575px) {
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 27px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 21px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }

    .container-fluid {
        padding: 0;
    }
    .row {
        margin: 0;
    }
    .nopadding {
        margin: 0 !important;
        padding: 0 !important;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .flex-pc {
        display: none !important;
    }
    .flex-sp {
        display: flex !important;
    }

    /*--------------- COMMON_START --------------*/
    #contain {
        margin: 0;
        padding: 0;
    }

    .main-banner-item-hp {
        flex-direction: column;
        margin-bottom: 40px;
        row-gap: 10px;
    }
    .main-banner-item-hp.left-align {
        align-items: flex-start;
        padding-right: 15px;
    }
    .main-banner-item-hp.right-align {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding-left: 15px;
    }
    .main-bir-hp {
        width: 100%;
    }
    .main-bir-hp h1 {
        font-size: 40px;
        letter-spacing: 0;
        padding-left: 15px;
        margin-bottom: 25px;
    }
    .main-banner-item-hp.right-align .main-bir-hp h1 {
        padding-left: 0;
    }
    .main-button-hp {
        width: 100%;
        flex-direction: row;
        margin-right: -15px;
    }
    .main-button-hp .common-btn-hp {
        width: 50%;
        border: 2px solid #E27B15;
    }

    .common-title-hp h3 {
        font-size: 40px;
        letter-spacing: -4px;
        margin-bottom: 5px;
    }

    .common-btn-hp {
        width: 100%;
        font-size: 14px;
        padding: 15px;
    }

    .bookmark {
        top: -70px;
    }
    /*--------------- COMMON_END --------------*/

    /*--------------- HEADER_START --------------*/
    .fv-spMenu-md h1 {
        font-size: inherit;
        margin-bottom: 0;
    }
    #header {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 0;
        width: 100%;
    }
    .header-in-hp {
        padding: 0 20px;
        height: 70px;
        flex-direction: row;
        justify-content: space-between;
    }
    .logo-hp img {
        width: auto;
        height: 50px;
    }

    .mobile-menu-icon-hp {
        display: block;
        margin-top: 0px;
        margin-right: 0;
    }
    .menu-toggle-btn {
        margin: 15px auto 15px auto;
    }
    .navigation {
        position: fixed;
        left: 0;
        width: 100%;
        display: none;
        top: 70px;
        clear: both;
        height: calc(100% - 70px);
        overflow: hidden;
        padding-top: 20px;
        background-color: #fff;
    }
    .navigation .common-btn-hp {
        display: none;
    }
    .navbar {
        flex-direction: column;
        row-gap: 40px;
    }
    .navbar-collapse {
        width: 100%;
        background-color: transparent;
    }
    .navbar-nav {
        flex-direction: column;
        margin: 0 auto !important;
    }
    .navbar-nav .nav-link {
        padding: 10px 27px !important;
        text-align: center;
    }
    .navbar-nav .dropdown-item {
        text-align: center;
    }
    .navbar-collapse {
        display: block !important;
    }
    .navbar-nav .nav-item {
        font-size: 14px;
        padding: 0;
    }
    .navbar-nav .nav-item.bottom {
        display: block;
    }
    .navbar-nav .dropdown-item {
        font-size: 14px;
    }
    .navbar-nav .nav-link {
        padding: 15px !important;
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    .navbar-nav .nav-link::before {
        content: '\f054';
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%);
        font-family: 'Font Awesome 6 Free', sans-serif;
        color: #21A154;
    }
    .navbar-nav .nav-link:hover {
        color: #2b2b2b !important;
    }
    .navbar-nav .nav-link.contact-hp:hover {
        background: #fff;
        color: #2b2b2b !important;
    }
    .header-right-hp {
        width: 100%;
        flex-direction: column;
        row-gap: 7px;
        padding: 0 15px;
    }
    /*--------------- HEADER_END --------------*/

    /*--------------- INDEX_START --------------*/
    .event-block-hp {
        padding: 50px 0;
    }
    .event-middle-hp {
        flex-direction: column;
    }
    .event-middle-hp>a {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 40px;
        color: #fff;
    }
    .event-left-hp {
        width: 100%;
        margin-bottom: 40px;
    }
    .event-left-hp h3, .event-right-hp h3 {
        margin-bottom: 20px;
    }
    .event-right-hp {
        width: 100%;
    }
    .event-item-hp {
        width: 100%;
        margin-bottom: 10px;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
    }
    .event-item-hp h6 {
        padding-top: 10px;
        font-size: 14px;
    }
    .event-item-hp .event-item-link {
        padding: 15px 25px;
        width: 100%;
    }
    .event-item-hp .event-item-link span {
        font-size: 16px;
    }
    .event-right-hp .event-item-hp {
        margin-bottom: 0;
    }
    .event-item-block {
        width: 100%;
    }
    .chokusetsu-area {
        width: 100%;
    }
    .chokusetsu-services .event-item-link,
    .chokusetsu-services .comparison-space {
        width: 76%;
    }
    .chokusetsu-comparison {
        font-size: 14px;
    }

    .notify-block-hp {
        padding: 40px 0;
    }
    .notify-item-hp {
        margin-bottom: 40px;
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .notify-item-hp > img.pc {
        display: none !important;
    }
    .notify-item-content-hp img.sp {
        display: block !important;
        margin-bottom: 30px;
        width: 100%;
        max-width: 600px;
    }
    .notify-item-content-hp h2 {
        font-size: 40px;
        letter-spacing: 0;
        line-height: 1.33;
        margin-bottom: 20px;
    }
    .notify-check-list-hp {
        margin-bottom: 20px;
    }
    .notify-check-item-hp {
        margin-bottom: 10px;
        column-gap: 10px;
    }
    .notify-check-item-hp p {
        font-size: 20px;
    }
    .notify-check-item-hp p img.logo-tkts {
        height: 24px;
    }
    .notify-check-item-hp p img.logo-confetti {
        height: 25px;
    }
    .notify-tag-list-hp {
        row-gap: 10px;
        column-gap: 10px;
    }

    .faq-block-hp {
        padding: 40px 0;
    }
    .faq-content-hp {
        flex-direction: column;
        margin-bottom: 0;
        row-gap: 25px;
    }
    .faq-content-hp h3 {
        letter-spacing: 0;
        font-size: 40px;
        letter-spacing: -4px;
    }
    .faq-list-hp {
        width: 100%;
    }

    .collapsible-btn-hp {
        background: #fff url(../images/arrow_up.svg) no-repeat right 0 center;
        padding: 10px 20px 10px 28px !important;
    }
    .collapsible-btn-hp.collapsed {
        background: #fff url(../images/arrow_down.svg) no-repeat right 0 center;
    }
    .collapsible-content-hp p {
        padding: 0 0 10px 0;
    }
    /*--------------- INDEX_END --------------*/

    /*--------------- NOTIFICATION_START --------------*/
    .alarm-middle-hp {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }
    .alarm-middle-hp>img {
        width: 100%;
    }
    .alarm-left-hp h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .alarm-left-hp h1 {
        font-size: 60px;
        letter-spacing: 0;
    }
    .alarm-left-hp h1 span.small {
        font-size: 50px;
    }

    .announcement-block-hp {
        padding: 40px 0;
    }
    .announcement-list-hp {
        width: 100%;
        margin-bottom: 40px;
    }
    .announcement-item-hp {
        margin-bottom: 20px;
        flex-direction: column;
    }
    .announcement-image-hp {
        width: 100%;
        padding: 20px;
    }
    .announcement-content-hp {
        width: 100%;
        padding: 20px;
    }
    .announcement-content-hp>p {
        font-size: 14px;
    }
    .announcement-content-hp>p.regular {
        font-size: 14px;
    }
    .announcement-tag-list-hp {
        column-gap: 10px;
        row-gap: 10px;
    }
    .announcement-tag-wrapper-hp>p {
        font-size: 14px;
        min-width: none;
    }
    .announcement-tag-item-hp {
        padding: 10px;
        width: auto;
    }
    .announcement-tag-wrapper-hp .announcement-tag-item-hp {
        width: 200px;
    }
    .announcement-tag-item-hp p {
        font-size: 14px;
    }
    .announcement-button-hp {
        row-gap: 20px;
    }
    .shop-list-hp {
        flex-direction: column;
        row-gap: 10px;
    }
    .shop-list-hp>p {
        width: auto;
        font-size: 14px;
    }
    .announcement-newcast-hp {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
    }
    /*--------------- NOTIFICATION_END --------------*/

    /*--------------- ADS_START --------------*/
    .entertain-block-hp {
        padding: 40px 0 20px 0;
    }
    .entertain-top-hp {
        margin-right: 0;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
        margin-bottom: 40px;
        padding-right: 0
    }
    .entertain-top-hp h1 {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        font-size: 40px;
        letter-spacing: 0;
    }
    .entertain-top-hp img {
        width: 100%;
    }

    .price-block-hp {
        padding: 40px 0;
    }
    .price-middle-hp>p {
        margin-bottom: 40px;
    }
    .price-middle-hp>h6 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .price-list-hp {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
        margin-bottom: 40px;
    }
    .price-item-hp h6 {
        margin-bottom: 0;
    }
    .price-item-hp p .number {
        font-size: 36px;
    }
    .price-item-hp p .yen {
        font-size: 24px;
    }
    .price-merit-item-hp {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .organization-block-hp {
        padding: 40px 0;
    }
    .organization-chart-hp {
        margin: 0 -15px 40px -15px;
        padding: 40px 15px;
    }
    .organization-chart-content-hp {
        flex-direction: column;
        row-gap: 40px;
    }
    .organization-chart-content-hp > img:first-child {
        width: 100%;
    }
    .organization-chart-content-hp > img:last-child {
        width: 80%;
    }
    .organization-image-hp {
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
    }

    .table-block-hp {
        padding: 40px 0 40px 0;
    }
    .table-middle-hp table {
        font-size: 14px;
    }
    .table-middle-hp th {
        padding: 5px;
    }
    .table-middle-hp td {
        padding: 5px;
    }
    /*--------------- ADS_END --------------*/

    /*--------------- CONFETTI_START --------------*/
    .confetti-block-hp {
        padding: 40px 0;
    }
    .confetti-top-hp {
        margin-right: 0;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 30px;
        margin-bottom: 40px;
    }
    .confetti-top-hp .left-content {
        width: 100%;
    }
    .confetti-top-hp .left-content h1 {
        width: 100%;
        font-size: 40px;
        letter-spacing: 0;
    }
    .video-block-hp iframe {
        width: 100%;
    }
    .confetti-top-hp img {
        width: 100%;
    }
    .confetti-content-hp {
        margin-bottom: 40px;
    }
    .confetti-content-hp h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .confetti-button-list-hp {
        flex-direction: column;
        row-gap: 10px;
    }
    .confetti-button-item-hp {
        width: 100%;
    }
    .coupon-block-hp {
        padding: 40px 0;
    }
    .coupon-middle-hp p {
        font-size: 14px;
    }
    .coupon-button-hp {
        margin-bottom: 80px;
    }

    .sample-middle-hp>h5 {
        font-size: 20px;
    }
    .sample-list-hp {
        flex-direction: column;
        align-items: flex-start;
    }
    .sample-item-hp {
        width: 100%;
        align-items: flex-start;
    }
    .sample-img img {
        height: auto;
    }
    .fee-block-hp {
        padding: 40px 0;
    }
    .fee-list-hp.horizontal {
        flex-direction: column;
        row-gap: 20px;
    }
    .fee-list-hp>p {
        margin-bottom: 20px;
    }
    .fee-item-hp {
        padding: 20px;
        row-gap: 10px;
    }
    .fee-list-hp.vertical .fee-item-hp {
        margin-bottom: 10px;
        padding: 20px;
    }
    .fee-item-hp>h3 {
        font-size: 24px;
    }

    .option-group-hp {
        flex-direction: column;
        row-gap: 20px;
    }
    .option-list-hp {
        flex-direction: column;
        row-gap: 20px;
    }
    .option-list-hp.vertical {
        row-gap: 20px;
    }
    .option-item-hp h6 {
        margin-bottom: 0;
    }
    .option-item-hp h6:last-child {
        margin-top: 15px;
    }
    .option-item-hp p span {
        font-size: 24px;
    }

    .information-block-hp {
        padding: 40px 0;
    }
    .information-option-hp {
        padding: 20px;
        flex-direction: column;
        row-gap: 20px;
        margin: 20px 0;
    }
    .information-image-hp {
        padding: 20px;
        margin-top: 20px;
    }
    .information-image-hp img {
        margin: 20px 0;
    }
    .information-image-hp p:first-child {
        font-size: 18px;
    }
    .information-image-hp p:last-child {
        font-size: 14px;
    }

    .ads-block-hp {
        padding: 40px 0;
    }
    .ads-content-hp {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }
    .ads-content-left-hp h3 {
        letter-spacing: 0;
    }
    .ads-content-right-hp {
        border-left: none;
        padding-left: 0;
    }
    .ads-button-hp {
        margin-bottom: 20px;
    }
    .kansai-inner-container {
        column-gap: 10px;
    }
    .kansai-text h5, .confetti-content-hp .kansai-desc {
        font-size: 20px;
    }
    .confetti-content-hp .kansai-body {
        padding: 40px 0;
        display: block;
    }
    .confetti-content-hp .kansai-body .kansai-img {
        width: 100%;
    }
    .confetti-content-hp .kansai-body .kansai-text {
        width: 100%;
    }

    /*--------------- CONFETTI_END --------------*/

    /*--------------- CONTACT_START -------------*/
    #main {
        margin-top: 70px;
        padding: 20px 2vw;
    }
    .contact-area{
        margin: 20px 0;
        padding: 10px;
    }
    .contact-area h1 {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .contact-area .form-block-hp h3 {
        font-size: 18px;
    }
    .inquiry-btn {
        margin-top: 20px;
        padding: 8px;
    }
    .application-btn, .inquiry-btn {
        width: 100%;
    }
    .inquiry-btn p {
        font-size: 18px;
    }
    .contact-area:first-child {
        margin-bottom: 40px;
    }
    .form-block-hp {
        padding: 0;
    }
    .form-item-hp, .form-item-btn {
        display: block;
    }
    .form-item-hp .service-fee {
        display: block;
        margin-bottom: 5px;
    }
    .wrap-border {
        width: 100%;
        padding: 10px;
    }
    .form-item-hp h6 {
        margin: 15px 0 8px 0;
    }
    .form-item-hp p {
        font-size: 14px;
    }
    .form-item-hp .service-fee span {
        font-size: 18px;
    }
    .contact-d-flex {
        display: block;
    }
    .flex-item {
        margin-bottom: 8px;
    }

    /*--------------- CONTACT_END --------------*/

    /*--------------- FOOTER_START --------------*/
    .contact-block-hp {
        padding: 30px 0;
    }
    .contact-middle-hp {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 30px;
    }
    .contact-phone-hp {
        row-gap: 0;
    }
    .contact-phone-hp img {
        top: 12px;
    }
    .contact-phone-hp h3 {
        font-size: 40px;
    }
    .contact-form-hp {
        width: 100%;
        row-gap: 10px;
    }

    .footer-bottom-hp {
        padding: 20px 0 90px 0;
    }
    .footer-menu-hp {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
        margin-bottom: 20px;
    }
    .footer-links-hp {
        flex-direction: column;
        row-gap: 20px;
    }

    .copyright-hp {
        font-size: 10px;
        text-align: left;
    }
    /*--------------- FOOTER_END --------------*/
}

@media (min-width: 575px) and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 27px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 21px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }

    .container-fluid {
        padding: 0;
    }
    .row {
        margin: 0;
    }
    .nopadding {
        margin: 0 !important;
        padding: 0 !important;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .flex-pc {
        display: none !important;
    }
    .flex-sp {
        display: flex !important;
    }

    /*--------------- COMMON_START --------------*/
    #contain {
        margin: 0;
        padding: 0;
    }

    .main-banner-item-hp {
        flex-direction: column;
        margin-bottom: 40px;
        row-gap: 10px;
    }
    .main-banner-item-hp.left-align {
        align-items: flex-start;
        padding-right: 15px;
    }
    .main-banner-item-hp.right-align {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding-left: 15px;
    }
    .main-bir-hp {
        width: 100%;
    }
    .main-bir-hp h1 {
        font-size: 40px;
        letter-spacing: 0;
        padding-left: 15px;
        margin-bottom: 25px;
    }
    .main-banner-item-hp.right-align .main-bir-hp h1 {
        padding-left: 0;
    }
    .main-button-hp {
        width: 100%;
        flex-direction: row;
        margin-right: -15px;
    }
    .main-button-hp .common-btn-hp {
        width: 50%;
        border: 2px solid #E27B15;
    }

    .common-title-hp h3 {
        font-size: 40px;
        letter-spacing: -4px;
        margin-bottom: 5px;
    }

    .common-btn-hp {
        width: 100%;
        font-size: 14px;
        padding: 15px;
    }

    .bookmark {
        top: -70px;
    }
    /*--------------- COMMON_END --------------*/

    /*--------------- HEADER_START --------------*/
    .fv-spMenu-md h1 {
        font-size: inherit;
        margin-bottom: 0;
    }
    #header {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 0;
        width: 100%;
    }
    .header-in-hp {
        padding: 0 20px;
        height: 70px;
        flex-direction: row;
        justify-content: space-between;
    }
    .logo-hp img {
        width: auto;
        height: 50px;
    }

    .mobile-menu-icon-hp {
        display: block;
        margin-top: 0px;
        margin-right: 0;
    }
    .menu-toggle-btn {
        margin: 15px auto 15px auto;
    }
    .navigation {
        position: fixed;
        left: 0;
        width: 100%;
        display: none;
        top: 70px;
        clear: both;
        height: calc(100% - 70px);
        overflow: hidden;
        padding-top: 20px;
        background-color: #fff;
    }
    .navigation .common-btn-hp {
        display: none;
    }
    .navbar {
        flex-direction: column;
        row-gap: 40px;
    }
    .navbar-collapse {
        width: 100%;
        background-color: transparent;
    }
    .navbar-nav {
        flex-direction: column;
        margin: 0 auto !important;
    }
    .navbar-nav .nav-link {
        padding: 10px 27px !important;
        text-align: center;
    }
    .navbar-nav .dropdown-item {
        text-align: center;
    }
    .navbar-collapse {
        display: block !important;
    }
    .navbar-nav .nav-item {
        font-size: 14px;
        padding: 0;
    }
    .navbar-nav .nav-item.bottom {
        display: block;
    }
    .navbar-nav .dropdown-item {
        font-size: 14px;
    }
    .navbar-nav .nav-link {
        padding: 15px !important;
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    .navbar-nav .nav-link::before {
        content: '\f054';
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%);
        font-family: 'Font Awesome 6 Free', sans-serif;
        color: #21A154;
    }
    .navbar-nav .nav-link:hover {
        color: #2b2b2b !important;
    }
    .navbar-nav .nav-link.contact-hp:hover {
        background: #fff;
        color: #2b2b2b !important;
    }
    .header-right-hp {
        width: 100%;
        flex-direction: column;
        row-gap: 7px;
        padding: 0 15px;
    }
    /*--------------- HEADER_END --------------*/

    /*--------------- INDEX_START --------------*/
    .event-block-hp {
        padding: 50px 0;
    }
    .event-middle-hp {
        flex-direction: column;
    }
    .event-middle-hp>a {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 40px;
        color: #fff;
    }
    .event-left-hp {
        width: 100%;
        margin-bottom: 40px;
    }
    .event-left-hp h3, .event-right-hp h3 {
        margin-bottom: 20px;
    }
    .event-right-hp {
        width: 100%;
    }
    .event-item-hp {
        width: 100%;
        margin-bottom: 10px;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
    }
    .event-item-hp h6 {
        padding-top: 10px;
        font-size: 14px;
    }
    .event-item-hp .event-item-link {
        padding: 15px 25px;
        width: 100%;
    }
    .event-item-hp .event-item-link span {
        font-size: 16px;
    }
    .event-right-hp .event-item-hp {
        margin-bottom: 0;
    }
    .event-item-block {
        width: 100%;
    }
    .chokusetsu-area {
        width: 100%;
    }
    .chokusetsu-services .event-item-link,
    .chokusetsu-services .comparison-space {
        width: 83%;
    }
    .chokusetsu-comparison {
        font-size: 16px;
    }


    .notify-block-hp {
        padding: 40px 0;
    }
    .notify-item-hp {
        margin-bottom: 40px;
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .notify-item-hp > img.pc {
        display: none !important;
    }
    .notify-item-content-hp img.sp {
        display: block !important;
        margin-bottom: 30px;
        width: 100%;
        max-width: 600px;
    }
    .notify-item-content-hp h2 {
        font-size: 40px;
        letter-spacing: 0;
        line-height: 1.33;
        margin-bottom: 20px;
    }
    .notify-check-list-hp {
        margin-bottom: 20px;
    }
    .notify-check-item-hp {
        margin-bottom: 10px;
        column-gap: 10px;
    }
    .notify-check-item-hp p {
        font-size: 20px;
    }
    .notify-check-item-hp p img.logo-tkts {
        height: 24px;
    }
    .notify-check-item-hp p img.logo-confetti {
        height: 25px;
    }
    .notify-tag-list-hp {
        row-gap: 10px;
        column-gap: 10px;
    }

    .faq-block-hp {
        padding: 40px 0;
    }
    .faq-content-hp {
        flex-direction: column;
        margin-bottom: 0;
        row-gap: 25px;
    }
    .faq-content-hp h3 {
        letter-spacing: 0;
        font-size: 40px;
        letter-spacing: -4px;
    }
    .faq-list-hp {
        width: 100%;
    }

    .collapsible-btn-hp {
        background: #fff url(../images/arrow_up.svg) no-repeat right 0 center;
        padding: 10px 20px 10px 28px !important;
    }
    .collapsible-btn-hp.collapsed {
        background: #fff url(../images/arrow_down.svg) no-repeat right 0 center;
    }
    .collapsible-content-hp p {
        padding: 0 0 10px 0;
    }
    /*--------------- INDEX_END --------------*/

    /*--------------- NOTIFICATION_START --------------*/
    .alarm-middle-hp {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }
    .alarm-middle-hp>img {
        width: 100%;
    }
    .alarm-left-hp h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .alarm-left-hp h1 {
        font-size: 60px;
        letter-spacing: 0;
    }
    .alarm-left-hp h1 span.small {
        font-size: 50px;
    }

    .announcement-block-hp {
        padding: 40px 0;
    }
    .announcement-list-hp {
        width: 100%;
        margin-bottom: 40px;
    }
    .announcement-item-hp {
        margin-bottom: 20px;
        flex-direction: column;
    }
    .announcement-image-hp {
        width: 100%;
        padding: 20px;
    }
    .announcement-content-hp {
        width: 100%;
        padding: 20px;
    }
    .announcement-content-hp>p {
        font-size: 14px;
    }
    .announcement-content-hp>p.regular {
        font-size: 14px;
    }
    .announcement-tag-list-hp {
        column-gap: 10px;
        row-gap: 10px;
    }
    .announcement-tag-wrapper-hp>p {
        font-size: 14px;
        min-width: none;
    }
    .announcement-tag-item-hp {
        padding: 10px;
        width: auto;
    }
    .announcement-tag-wrapper-hp .announcement-tag-item-hp {
        width: 200px;
    }
    .announcement-tag-item-hp p {
        font-size: 14px;
    }
    .announcement-button-hp {
        row-gap: 20px;
    }
    .shop-list-hp {
        flex-direction: column;
        row-gap: 10px;
    }
    .shop-list-hp>p {
        width: auto;
        font-size: 14px;
    }
    .announcement-newcast-hp {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
    }
    /*--------------- NOTIFICATION_END --------------*/

    /*--------------- ADS_START --------------*/
    .entertain-block-hp {
        padding: 40px 0 20px 0;
    }
    .entertain-top-hp {
        margin-right: 0;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
        margin-bottom: 40px;
        padding-right: 0
    }
    .entertain-top-hp h1 {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        font-size: 40px;
        letter-spacing: 0;
    }
    .entertain-top-hp img {
        width: 100%;
    }

    .price-block-hp {
        padding: 40px 0;
    }
    .price-middle-hp>p {
        margin-bottom: 40px;
    }
    .price-middle-hp>h6 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .price-list-hp {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
        margin-bottom: 40px;
    }
    .price-item-hp h6 {
        margin-bottom: 0;
    }
    .price-item-hp p .number {
        font-size: 36px;
    }
    .price-item-hp p .yen {
        font-size: 24px;
    }
    .price-merit-item-hp {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .organization-block-hp {
        padding: 40px 0;
    }
    .organization-chart-hp {
        margin: 0 -15px 40px -15px;
        padding: 40px 15px;
    }
    .organization-chart-content-hp {
        flex-direction: column;
        row-gap: 40px;
    }
    .organization-chart-content-hp > img:first-child {
        width: 100%;
    }
    .organization-chart-content-hp > img:last-child {
        width: 80%;
    }
    .organization-image-hp {
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
    }

    .table-block-hp {
        padding: 40px 0 40px 0;
    }
    .table-middle-hp table {
        font-size: 14px;
    }
    .table-middle-hp th {
        padding: 5px;
    }
    .table-middle-hp td {
        padding: 5px;
    }
    /*--------------- ADS_END --------------*/

    /*--------------- CONFETTI_START --------------*/
    .fv-spMenu-md h1 {
        font-size: inherit;
    }
    .confetti-block-hp {
        padding: 40px 0;
    }
    .confetti-top-hp {
        margin-right: 0;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 30px;
        margin-bottom: 40px;
    }
    .confetti-top-hp .left-content {
        width: 100%;
    }
    .confetti-top-hp .left-content h1 {
        width: 100%;
        font-size: 40px;
        letter-spacing: 0;
    }
    .confetti-top-hp img {
        width: 65%;
        margin: auto;
    }
    .video-block-hp iframe {
        width: 100%;
        height: 290px;
    }
    .confetti-content-hp {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .confetti-content-hp h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .confetti-button-list-hp {
        flex-direction: column;
        row-gap: 10px;
    }
    .confetti-button-item-hp {
        width: 100%;
    }
    .coupon-block-hp {
        padding: 40px 0;
    }
    .coupon-middle-hp p {
        font-size: 14px;
    }
    .coupon-button-hp {
        margin-bottom: 80px;
    }

    .sample-middle-hp>h5 {
        font-size: 20px;
    }
    .sample-list-hp {
        flex-direction: column;
        align-items: flex-start;
    }
    .sample-item-hp {
        width: 100%;
        align-items: flex-start;
    }
    .sample-img img {
        height: auto;
    }
    .fee-block-hp {
        padding: 40px 0;
    }
    .fee-list-hp.horizontal {
        flex-direction: column;
        row-gap: 20px;
    }
    .fee-list-hp>p {
        margin-bottom: 20px;
    }
    .fee-item-hp {
        padding: 20px;
        row-gap: 10px;
    }
    .fee-list-hp.vertical .fee-item-hp {
        margin-bottom: 10px;
        padding: 20px;
    }
    .fee-item-hp>h3 {
        font-size: 24px;
    }

    .option-group-hp {
        flex-direction: column;
        row-gap: 20px;
    }
    .option-list-hp {
        flex-direction: column;
        row-gap: 20px;
    }
    .option-list-hp.vertical {
        row-gap: 20px;
    }
    .option-item-hp h6 {
        margin-bottom: 0;
    }
    .option-item-hp h6:last-child {
        margin-top: 15px;
    }
    .option-item-hp p span {
        font-size: 24px;
    }

    .information-block-hp {
        padding: 40px 0;
    }
    .information-option-hp {
        padding: 20px;
        flex-direction: column;
        row-gap: 20px;
        margin: 20px 0;
    }
    .information-image-hp {
        padding: 20px;
        margin-top: 20px;
    }
    .information-image-hp img {
        margin: 20px 0;
    }
    .information-image-hp p:first-child {
        font-size: 18px;
    }
    .information-image-hp p:last-child {
        font-size: 14px;
    }

    .ads-block-hp {
        padding: 40px 0;
    }
    .ads-content-hp {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }
    .ads-content-left-hp h3 {
        letter-spacing: 0;
    }
    .ads-content-right-hp {
        border-left: none;
        padding-left: 0;
    }
    .ads-button-hp {
        margin-bottom: 20px;
    }
    .kansai-text h5, .confetti-content-hp .kansai-desc {
        font-size: 18px;
    }
    .confetti-content-hp .kansai-body {
        padding: 40px 0;
        display: block;
    }
    .kansai-inner-container {
        column-gap: 20px;
    }
    .confetti-content-hp .kansai-body .kansai-img {
        width: 100%;
    }
    .confetti-content-hp .kansai-body .kansai-img img {
        width: 50%;
    }
    .confetti-content-hp .kansai-body .kansai-text {
        width: 100%;
    }

    /*--------------- CONFETTI_END --------------*/

    /*--------------- CONTACT_START -------------*/
    #main {
        padding: 0;
        margin-top: 70px;
        padding: 50px 0;
    }
    .contact-area{
        margin: 20px 0;
        padding: 30px;
    }
    .contact-area h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .contact-area .form-block-hp h3 {
        margin-bottom: 30px;
        font-size: 25px;
    }
    .inquiry-btn {
        margin-top: 20px;
        padding: 16px;
    }
    .inquiry-btn p {
        font-size: 30px;
    }
    .contact-area:first-child {
        margin-bottom: 80px;
    }
    .form-block-hp {
        padding: 0;
    }
    .form-item-hp, .form-item-btn {
        display: block;
    }
    .form-item-hp .service-fee {
        display: block;
        margin-bottom: 5px;
    }
    .wrap-border {
        width: 100%;
    }
    .form-item-hp h6 {
        margin: 25px 0 10px 0;
    }
    /*--------------- CONTACT_END --------------*/

    /*--------------- FOOTER_START --------------*/
    .contact-block-hp {
        padding: 30px 0;
    }
    .contact-middle-hp {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 30px;
    }
    .contact-phone-hp {
        row-gap: 0;
    }
    .contact-phone-hp img {
        top: 12px;
    }
    .contact-phone-hp h3 {
        font-size: 40px;
    }
    .contact-form-hp {
        width: 100%;
        row-gap: 10px;
    }

    .footer-bottom-hp {
        padding: 20px 0 90px 0;
    }
    .footer-menu-hp {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
        margin-bottom: 20px;
    }
    .footer-links-hp {
        flex-direction: column;
        row-gap: 20px;
    }

    .copyright-hp {
        font-size: 10px;
        text-align: left;
    }
    /*--------------- FOOTER_END --------------*/
}

@media (min-width: 768px) and (max-width: 991px) {
    /*--------------- COMMON_START --------------*/
    #contain {
        margin: 0;
    }
    .container {
        padding: 0 30px;
        max-width: 100%;
    }

    .main-banner-item-hp.right-align {
        column-gap: 20px;
    }
    .main-banner-item-hp img {
        width: 50%;
    }
    .main-bir-hp h1 {
        font-size: 40px;
        letter-spacing: 0;
    }
    .main-button-hp {
        row-gap: 20px;
    }
    .main-button-hp .common-btn-hp {
        width: 100%;
        font-size: 16px;
    }
    /*--------------- COMMON_END --------------*/

    /*--------------- HEADER_START --------------*/
    .fv-spMenu-md h1 {
        font-size: inherit;
        margin-bottom: 0;
    }
    #header {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 0;
        width: 100%;
    }
    .header-in-hp {
        padding: 0 20px;
        height: 70px;
        flex-direction: row;
        justify-content: space-between;
    }
    .logo-hp img {
        width: auto;
        height: 50px;
    }

    .mobile-menu-icon-hp {
        display: block;
        margin-top: 0px;
        margin-right: 0;
    }
    .menu-toggle-btn {
        margin: 15px auto 15px auto;
    }
    .navigation {
        position: fixed;
        left: 0;
        width: 100%;
        display: none;
        top: 70px;
        clear: both;
        height: calc(100% - 70px);
        overflow: hidden;
        padding-top: 20px;
        background-color: #fff;
    }
    .navigation .common-btn-hp {
        display: none;
    }
    .navbar {
        flex-direction: column;
        row-gap: 40px;
    }
    .navbar-collapse {
        width: 100%;
        background-color: transparent;
    }
    .navbar-nav {
        flex-direction: column;
        margin: 0 auto !important;
    }
    .navbar-nav .nav-link {
        padding: 10px 27px !important;
        text-align: center;
    }
    .navbar-nav .dropdown-item {
        text-align: center;
    }
    .navbar-collapse {
        display: block !important;
    }
    .navbar-nav .nav-item {
        font-size: 14px;
        padding: 0;
    }
    .navbar-nav .nav-item.bottom {
        display: block;
    }
    .navbar-nav .dropdown-item {
        font-size: 14px;
    }
    .navbar-nav .nav-link {
        padding: 15px !important;
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    .navbar-nav .nav-link::before {
        content: '\f054';
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%);
        font-family: 'Font Awesome 6 Free', sans-serif;
        color: #21A154;
    }
    .navbar-nav .nav-link:hover {
        color: #2b2b2b !important;
    }
    .navbar-nav .nav-link.contact-hp:hover {
        background: #fff;
        color: #2b2b2b !important;
    }
    .header-right-hp {
        width: 100%;
        flex-direction: column;
        row-gap: 7px;
        padding: 0 15px;
    }
    /*--------------- HEADER_END --------------*/

    /*--------------- INDEX_START --------------*/
    .event-middle-hp {
        flex-direction: column;
        row-gap: 80px;
    }
    .event-left-hp {
        width: 100%;
    }
    .event-right-hp {
        width: 100%;
    }
    .event-right-hp>a {
        margin-top: 40px;
    }

    .notify-item-hp {
        flex-direction: column;
        row-gap: 40px;
    }
    .notify-item-hp > img.pc {
        display: none !important;
    }
    .notify-item-content-hp img.sp {
        display: block !important;
        margin-bottom: 30px;
        width: 100%;
        max-width: 600px;
    }
    /*--------------- INDEX_END --------------*/

    /*--------------- NOTIFICATION_START --------------*/
    .alarm-middle-hp>img {
        width: 50%;
    }
    .alarm-left-hp h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .alarm-left-hp h1 {
        font-size: 60px;
        letter-spacing: 0;
    }
    .alarm-left-hp h1 span.small {
        font-size: 50px;
    }
    /*--------------- NOTIFICATION_END --------------*/

    /*--------------- CONFETTI_START --------------*/
    .fv-spMenu-md h1 {
        font-size: inherit;
    }
    .confetti-top-hp .left-content {
        width: 100%;
    }
    .confetti-top-hp .left-content .video-block-hp {
        margin-top: 30px;
    }
    .video-block-hp iframe {
        width: 80%;
        height: 230px;
    }
    .confetti-top-hp .left-content h1 {
        font-size: 40px;
        letter-spacing: 0;
    }
    .fee-list-hp.horizontal {
        flex-direction: column;
        row-gap: 40px;
    }
    .kansai-inner-container {
        column-gap: 20px;
    }
    .confetti-content-hp .kansai-body {
        padding: 0;
    }
    /*--------------- CONFETTI_END --------------*/

    /*--------------- ADS_START --------------*/
    .fv-spMenu-md h1 {
        font-size: inherit;
    }
    .entertain-top-hp h1 {
        font-size: 60px;
        letter-spacing: 0;
    }
    /*--------------- ADS_END --------------*/

    /*--------------- CONTACT_START -------------*/
    #main {
        margin-top: 70px;
        padding: 60px 5vw;
    }
    .contact-area{
        padding: 30px 0;
    }
    .form-block-hp .container {
        padding: 0 23px;
    }
    .form-item-hp {
        column-gap: 20px;
    }
    .form-item-hp h6 {
        width: 74px;
    }
    .form-item-hp .service-fee span {
        display: block;
    }
    .form-item-hp .streaming-url {
        padding-right: 5px;
    }
    /*--------------- CONTACT_END ---------------*/

    /*--------------- FOOTER_START --------------*/
    .contact-middle-hp {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 40px;
    }
    .contact-middle-hp .common-title-hp h3 {
        margin-bottom: 0;
    }
    .contact-phone-hp {
        row-gap: 0;
    }

    .footer-links-hp {
        column-gap: 20px;
    }
    /*--------------- FOOTER_END --------------*/
}

@media (min-width: 992px) and (max-width: 1200px) {
    /*--------------- COMMON_START --------------*/
    #contain {
        margin: 0;
    }
    .container {
        padding: 0 30px;
        max-width: 100%;
    }

    .main-banner-item-hp.right-align {
        column-gap: 20px;
    }
    .main-banner-item-hp img {
        width: 50%;
    }
    .main-bir-hp h1 {
        font-size: 40px;
        letter-spacing: 0;
    }
    .main-button-hp .common-btn-hp {
        width: 100%;
        font-size: 16px;
    }
    /*--------------- COMMON_END --------------*/

    /*--------------- HEADER_START --------------*/
    .navbar-nav {
        margin-left: 40px !important;
    }
    .navbar-nav .nav-item {
        padding: 0 10px;
    }
    .navbar-expand-lg .navbar-collapse {
        flex: 1;
    }
    .navbar-expand-lg .navbar-nav {
        display: inline-block;
    }

    /*--------------- HEADER_END --------------*/

    /*--------------- INDEX_START --------------*/
    .event-middle-hp {
        flex-direction: column;
        row-gap: 80px;
    }
    .event-left-hp {
        width: 100%;
    }
    .event-right-hp {
        width: 100%;
    }
    .event-right-hp>a {
        margin-top: 40px;
    }
    .chokusetsu-services .event-item-link,
    .chokusetsu-services .comparison-space {
        width: 560px;
    }

    .notify-item-hp {
        flex-direction: column;
        row-gap: 40px;
    }
    .notify-item-hp > img.pc {
        display: none !important;
    }
    .notify-item-content-hp img.sp {
        display: block !important;
        margin-bottom: 30px;
        width: 100%;
        max-width: 600px;
    }
    /*--------------- INDEX_END --------------*/

    /*--------------- NOTIFICATION_START --------------*/
    .alarm-middle-hp>img {
        width: 50%;
    }
    .alarm-left-hp h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .alarm-left-hp h1 {
        font-size: 60px;
        letter-spacing: 0;
    }
    .alarm-left-hp h1 span.small {
        font-size: 50px;
    }
    .event-item-hp {
        column-gap: 30px;
        justify-content: flex-start;
    }
    .event-item-hp h6 {
        width: 130px;
    }
    /*--------------- NOTIFICATION_END --------------*/

    /*--------------- CONFETTI_START --------------*/
    .confetti-top-hp .left-content h1 {
        font-size: 60px;
    }
    .video-block-hp iframe {
        height: 195px;
    }
    .fee-list-hp.horizontal {
        flex-direction: column;
        row-gap: 40px;
    }
    .kansai-inner-container {
        column-gap: 45px;
    }
    .kansai-text h5 {
        font-size: 25px;
    }

    /*--------------- CONFETTI_END --------------*/

    /*--------------- ADS_START --------------*/
    .entertain-top-hp h1 {
        font-size: 60px;
        letter-spacing: 0;
    }
    /*--------------- ADS_END --------------*/

    /*--------------- CONTACT_START -------------*/
    #main {
        padding: 96px 4.8vw;
    }
    .contact-area{
        padding: 20px;
    }
    .form-block-hp .container {
        padding: 0;
    }
    .streaming-url span {
        display: block;
    }
    /*--------------- CONTACT_END ---------------*/
}

@media (min-width: 1201px) and (max-width: 1400px) {
    /*--------------- COMMON_START --------------*/
    #contain {
        margin: 0;
    }
    .container {
        padding: 0 30px;
        max-width: 100%;
    }

    .main-banner-item-hp img {
        width: 50%;
    }
    .main-bir-hp h1 {
        font-size: 70px;
        letter-spacing: 0;
    }
    /*--------------- COMMON_END --------------*/

    /*--------------- HEADER_START --------------*/
    .navbar-nav .nav-item {
        padding: 0 20px;
    }
    .navbar-expand-lg .navbar-collapse {
        flex: 1;
    }
    .navbar-expand-lg .navbar-nav {
        display: inline-block;
    }
    /*--------------- HEADER_END --------------*/

    /*--------------- INDEX_START --------------*/
    .event-middle-hp {
        flex-direction: column;
        row-gap: 80px;
    }
    .event-left-hp {
        width: 100%;
    }
    .event-right-hp {
        width: 100%;
    }
    .event-right-hp>a {
        margin-top: 40px;
    }
    .event-item-hp {
        column-gap: 30px;
        justify-content: flex-start;
    }
    .event-item-hp h6 {
        width: 130px;
    }
    .chokusetsu-services .event-item-link,
    .chokusetsu-services .comparison-space {
        width: 560px;
    }

    /*--------------- INDEX_END --------------*/

    /*--------------- NOTIFICATION_START --------------*/
    .alarm-middle-hp>img {
        width: 50%;
    }
    .alarm-left-hp h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .alarm-left-hp h1 {
        font-size: 60px;
        letter-spacing: 0;
    }
    .alarm-left-hp h1 span.small {
        font-size: 50px;
    }
    /*--------------- NOTIFICATION_END --------------*/

    /*--------------- CONFETTI_START --------------*/
    .confetti-top-hp .left-content h1 {
        font-size: 75px;
    }
    /*--------------- CONFETTI_END --------------*/

    /*--------------- CONTACT_START -------------*/
    #main {
        padding: 96px 10vw;
    }
    .form-block-hp .container {
        padding: 0;
    }
    .contact-area {
        padding: 40px;
    }
    .streaming-url span {
        display: block;
    }
    /*--------------- CONTACT_END ---------------*/
}

@media (min-width: 992px) and (max-width: 9999px) {
    .navigation {
        display: block !important;
    }
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
    .overlay-mobile-menu-hp {
        display: none !important;
    }
    #sp-contact-nav {
        display: none;
    }
}
