html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    overflow-x: hidden;
    font-family: Hiragino-W6,'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #222222;
}
.wrapper h1,
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-family: 'Hiragino Kaku Gothic Std';
}
h1 {
    font-size: 180px;
}
h2:not(.fv-menuMd-logo) {
    font-size: 100px;
}
h3 {
    font-size: 60px;
}
h4 {
    font-size: 40px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
p {
    margin: 0;
    padding: 0;
    line-height: 2;
}
p.small {
    font-size: 14px;
}
a {
    text-decoration: none;
    color: #000000;
}
a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}
.fv-menuSm a,
.fv-menuMd a {
    color: #000000;
}
.fv-menuLg a:hover {
    color: #fff;
}
input {
    font-family: initial;
}
input:hover,
input:focus,
input:active {
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}
img {
    max-width: 100%;
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.nopadding {
    margin: 0;
    padding: 0;
}
.clearfix {
    clear: both;
    overflow: hidden;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.flex-pc {
    display: flex !important;
}
.flex-sp {
    display: none !important;
}

.wrapper {
    margin: 0 auto;
}
.container {
    max-width: 1400px;
    padding: 0;
}

@-webkit-keyframes animate-block-gorizantal-2 {
    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes animate-block-gorizantal-2 {
    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

.main-banner-hp {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    width: 100%;
    padding-top: 100px;
}
.main-banner-item-hp {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 64px;
}
.main-banner-item-hp.left-align {
    justify-content: flex-start;
    column-gap: 30px;
}
.main-banner-item-hp.right-align {
    justify-content: flex-end;
    column-gap: 30px;
}
.main-bir-hp h1 {
    font-size: 100px;
    letter-spacing: -5px;
    margin-bottom: 68px;
}
.main-bir-hp h1 span {
    color: #21A154;
}
.main-button-hp {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    column-gap: 10px;
}

.common-title-hp {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.common-title-hp.left-align {
    align-items: flex-start;
}
.common-title-hp h3 {
    letter-spacing: -6px;
    margin-bottom: 25px;
    font-family: 'Hiragino Kaku Gothic Std';
}
.common-title-hp p {
    font-weight: 700;
}

.common-btn-hp {
    width: 620px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background-color: #FF9914;
    text-align: center;
    position: relative;
    padding: 25px;
    display: inline-block;
}
.common-btn-hp:hover {
    color: #fff;
    opacity: 0.5;
}
.common-btn-hp::before {
    content: '\f054';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    font-family: 'Font Awesome 6 Free', sans-serif;
}
.common-green-btn-hp {
    background-color: #21A154;
    border: 1px solid #fff;
    width: 300px;
    font-size: 16px;
    padding: 20px;
}
.common-small-green-btn-hp {
    background-color: #21A154;
    border: 1px solid #fff;
    width: 220px;
    font-size: 14px;
    padding: 10px 20px;
}
.common-small-green-btn-hp::before {
    right: 10px;
}
.common-green-outline-btn-hp {
    background-color: transparent;
    color: #21A154;
    border: 1px solid #21A154;
    width: 560px;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
}
.common-green-outline-btn-hp:hover {
    color: #21A154;
}

.common-label-hp {
    background-color: #337AB7;
    width: 100%;
    padding: 20px;
    position: relative;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.common-label-hp::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid #337AB7;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
}
.common-small-label-hp {
    font-size: 25px;
    text-align: left;
    padding: 10px 15px;
}
.common-small-label-hp::after {
    display: none;
}

.bookmark {
    position: absolute;
    left: 0;
    top: -100px;
    width: 0;
    height: 0;
    visibility: hidden;
}

.blue {
    color: #005EB0;
}
.grey {
    color: #809097;
}
.black {
    color: #333333;
}
.white {
    color: #fff;
}
.red {
    color: #FF0000;
}
.green {
    color: #21A154;
}
.underline {
    text-decoration: underline;
}
.bold {
    font-weight: 700;
}
.g-link:hover {
    color: #21A154;
    opacity: 0.5;
    text-decoration: underline;
}
.blue:hover {
    color: #005EB0;
    opacity: 0.5;
}

.mb10 {
    margin-bottom: 40px;
}
.mb17 {
    margin-bottom: 68px;
}
.mb30 {
    margin-bottom: 120px;
}
.mb31 {
    margin-bottom: 124px;
}

.pb10 {
    padding-bottom: 40px;
}
/*--------------- COMMON_END --------------*/

/*--------------- HEADER_START --------------*/
#header {
    padding: 0px;
    margin: 0px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.header-in-hp {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 0 40px;
}
.logo-hp {
    float: left;
}
.logo-hp img {
    width: 100%;
    vertical-align: middle;
}

.navigation {
    width: calc(100% - 204px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.dropdown-submenu {
    position: relative;
    padding: 5px 0;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}
.navbar {
    padding: 0px;
}
.navbar-nav {
    margin-left: 60px !important;
    margin-right: auto;
}
.navbar-nav .nav-item {
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
.navbar-nav .nav-link {
    padding: 0 !important;
    display: block;
    color: #222222 !important;
}
.navbar-nav .nav-link:hover {
    opacity: 0.5 !important;
}
.navbar-nav .dropdown-menu {
    border: 0px;
    border-radius: 0px;
    margin: 0px;
    padding: 0px 0px;
    background: rgba(255, 255, 255, 0.7);
}
.navbar-nav .dropdown-item {
    line-height: 30px;
    color: #1B224C !important;
    font-weight: 400;
    position: relative;
    padding: 8px 15px;
}
.navbar-nav .dropdown-toggle::after {
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    margin: -2px 0px 0 10px;
    vertical-align: middle;
}

.header-contact-btn-hp {
    width: 230px;
    height: 50px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #21A154;
    padding: 10px;
}
.header-contact-btn-hp:hover {
    opacity: 0.5;
    color: #fff;
}

.mobile-menu-icon-hp {
    margin: 0px;
    padding: 0px;
    float: right;
    display: none;
    width: 20px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}
.menu-toggle-btn {
    margin: 21px 0px 20px 0px;
    cursor: pointer;
    width: 20px;
    height: 19px;
    padding: 0;
    position: relative;
    z-index: 999999999;
}
.menu-toggle-btn span {
    background: #333333;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 0px;
    margin-bottom: 6px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.3s linear;
}
.menu-toggle-btn span:last-child {
    margin-bottom: 0px;
}
.menu-toggle-btn.open span:nth-child(1),
.menu-toggle-btn.open span:nth-child(3) {
    transform: translate(0px, 8px) rotate(-45deg) scalex(1.3);
    margin: 0;
}
.menu-toggle-btn.open span:nth-child(2) {
    height: 0;
    margin: 0;
}
.menu-toggle-btn.open span:nth-child(3) {
    transform: translate(0px, 6px) rotate(45deg) scalex(1.3);
}
.overlay-mobile-menu-hp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 999;
    display: none;
}
.menu-text-hp {
    font-size: 10px;
    font-weight: 700;
    line-height: 7px;
    color: #fff;
    margin: 0 0 0 -5px;
    position: absolute;
    top: 25px;
}
/*--------------- HEADER_END --------------*/

/*--------------- INDEX_START --------------*/
.event-block-hp {
    background-color: #112A1A;
    padding: 60px 0;
}
.event-middle-hp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.event-left-hp {
    width: 50%;
    position: relative;
}
.event-left-hp h3, .event-right-hp h3 {
    color: #fff;
    margin-bottom: 34px;
}
.event-right-hp {
    display: flex;
    flex-direction: column;
    position: relative;
}
.event-right-hp>a {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.event-item-hp {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.event-item-hp:last-child {
    margin-bottom: 0;
}
.event-item-hp h6 {
    color: #fff;
}
.event-item-hp .event-item-link {
    border: 1px solid #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 560px;
    height: 70px;
    padding: 20px 10px;
    color: #fff;
}
.event-item-hp p {
    font-weight: 700;
}
.event-item-hp .event-item-link span {
    font-size: 24px;
    color: #FFD814;
}
.event-right-hp .event-item-hp {
    margin-bottom: auto;
}
.chokusetsu-services {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.chokusetsu-services .event-item-link,
.chokusetsu-services .comparison-space {
    width: 454px;
}
.chokusetsu-comparison {
    color: #ffffff;
    padding-left: 10px;
    font-size: 16px;
}
.before-arrow::before {
    content: '\f178';
    font-family: 'Font Awesome 6 Free', sans-serif;
}
.up-right {
    transform: rotate(315deg);
}
.down-right {
    transform: rotate(45deg);
}
.sub-link {
    text-align: right;
}
.chokusetsu-comparison .sub-link, .sub-link a {
    color: #ffffff;
}

.notify-block-hp {
    padding: 120px 0;
    background-color: #21A154;
    display: none;
}
.notify-item-hp {
    margin-bottom: 120px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 85px;
}
.notify-item-hp:last-child {
    margin-bottom: 0;
}
.notify-item-content-hp {
    display: flex;
    flex-direction: column;
}
.notify-item-content-hp h2 {
    font-size: 112px;
    letter-spacing: -11.2px;
    line-height: 1;
    margin-bottom: 48px;
    color: #fff;
}
.notify-item-content-hp h2 span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}
.notify-check-list-hp {
    margin-bottom: 40px;
}
.notify-check-item-hp {
    margin-bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
}
.notify-check-item-hp:hover {
    color: #fff;
}
.notify-check-item-hp p {
    font-size: 30px;
    font-weight: 700;
    position: relative;
}
.notify-check-item-hp p img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.notify-tag-list-hp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}
.notify-tag-item-hp {
    background-color: rgb(255, 255, 255, 0.2);
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    padding: 14px;
}
.notify-tag-item-hp:hover {
    color: #fff;
}

.faq-block-hp {
    background-color: #fff;
    padding: 120px 0;
    position: relative;
}
.faq-middle-hp {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.faq-content-hp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 120px;
    width: 100%;
}
.faq-content-hp h3 {
    letter-spacing: -6px;
}
.faq-list-hp {
    width: 50%;
}

.collapsible-hp {
    width: 100%;
    border-width: 1px 0;
    border-color: #ccc;
    border-style: solid;
}
.card-header {
    padding: 0;
    border: none;
}
.collapsible-btn-hp {
    background: #fff url(/images/tickets/arrow_up.svg) no-repeat right 10px center;
    background-size: 10px;
    display: block;
    padding: 22px 10px 22px 28px !important;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none !important;
    position: relative;
    font-weight: 700;
}
.collapsible-btn-hp.collapsed {
    background: #fff url(/images/tickets/arrow_down.svg) no-repeat right 10px center;
}
.collapsible-btn-hp h6 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-family: 'Arial', sans-serif;
    color: #21A154;
}
.collapsible-content-hp {
    padding: 0 10px 0 28px;
    position: relative;
}
.collapsible-content-hp h6 {
    position: absolute;
    left: 0;
    top: 3px;
    font-family: 'Arial', sans-serif;
}
.collapsible-content-hp p {
    padding: 0 0 20px 0;
}
.detail-url {
    color: #21A154;
}
.detail-url:hover {
    color: #21A154;
    opacity: 0.5;
}

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

/*--------------- NOTIFICATION_START --------------*/
.alarm-block-hp {
    background-color: #21A154;
    padding: 140px 0 40px 0;
}
.alarm-middle-hp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.alarm-left-hp h3 {
    font-size: 71px;
}
.alarm-left-hp h1 {
    font-size: 171px;
    letter-spacing: -17.1px;
    color: #fff;
}
.alarm-left-hp h1 span.small {
    font-size: 120px;
}
.alarm-left-hp h1 span.outline {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.announcement-block-hp {
    background-color: #fff;
    padding: 80px 0;
}
.announcement-list-hp {
    width: 100%;
    margin-bottom: 80px;
}
.announcement-item-hp {
    margin-bottom: 40px;
    background-color: #D2ECDD;
    display: flex;
    flex-direction: row;
    position: relative;
}
.announcement-item-hp:last-child {
    margin-bottom: 0;
}
.announcement-item-hp.yellow {
    background-color: #FFEBD0;
    color: #5F3806;
}
.announcement-image-hp {
    width: 25%;
    background-color: rgb(33, 161, 84, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
}
.announcement-images {
    text-align: center;
}
.announcement-images img {
    padding-bottom: 10px;
}
.announcement-item-hp.yellow .announcement-image-hp {
    background-color: rgb(255, 153, 20, 0.1);
}
.announcement-content-hp {
    width: 75%;
    padding: 35px 30px 60px 30px;
}
.announcement-content-hp>h4 {
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
}
.announcement-item-hp.yellow .announcement-content-hp>h4 span.green {
    color: #FF9914;
}
.announcement-content-hp>p {
    font-size: 20px;
    margin-bottom: 20px;
}
.announcement-content-hp>p.regular {
    font-size: 16px;
}
.announcement-content-hp>p.small {
    font-size: 14px;
    color: rgb(79, 56, 6, 0.5);
}
.announcement-content-hp a {
    color: currentColor;
}
.announcement-content-hp a:hover {
    color: currentColor;
    opacity: 0.5;
}
.announcement-newcast-hp {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}
.announcement-newcast-hp .press-logo {
    width: 137px;
}
.press-logo a {
    display:inline-block;
    padding-top: 3px;
}
.announcement-tag-list-hp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}
.announcement-tag-wrapper-hp {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 5px;
}
.announcement-tag-wrapper-hp>p {
    font-size: 18px;
    min-width: 55px;
}
.announcement-tag-item-hp {
    background-color: #21A154;
    color: #fff;
    padding: 20px 10px;
    width: 263px;
}
.announcement-tag-wrapper-hp .announcement-tag-item-hp {
    width: 230px;
}
.announcement-item-hp.yellow .announcement-tag-item-hp {
    background-color: #FF9914;
}
.announcement-tag-item-hp.dot-border {
    border: 1px dotted #21A154;
    color: #21A154;
    background-color: transparent;
}
.announcement-item-hp.yellow .announcement-tag-item-hp.dot-border {
    border: 1px dotted #FF9914;
    color: #FF9914;
    background-color: transparent;
}
.announcement-tag-item-hp p {
    font-size: 18px;
    text-align: center;
}
.announcement-button-hp {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
}
.shop-list-hp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.shop-list-hp>p {
    width: calc((100% - 40px) / 3);
    font-size: 16px;
}
/*--------------- NOTIFICATION_END --------------*/

/*--------------- ADS_START --------------*/
.entertain-block-hp {
    background-color: #fff;
    padding: 80px 0 32px 0;
}
.entertain-top-hp {
    margin-right: calc((100% - 100vw) / 2);
    padding-right: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 105px;
}
.entertain-top-hp h1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 120px;
    letter-spacing: -10px;
    z-index: 1;
    color: #222222;
}
.about-free-advertising {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
}
.entertain-top-hp img {
    width: 40%;
}

.price-block-hp {
    background-color: #112A1A;
    padding: 50px;
}
.price-middle-hp>p {
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px;
}
.price-middle-hp>h6 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    color: #21A154;
    margin-bottom: 10px;
}
.price-list-hp {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 85px;
    margin-bottom: 37px;
}
.price-item-hp h6 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #21A154;
    margin-bottom: 20px;
}
.price-item-hp p {
    font-weight: 700;
    color: #fff;
}
.price-item-hp p .number {
    font-family: 'Futura PT', sans-serif;
    font-size: 50px;
}
.price-item-hp p .yen {
    font-size: 26px;
}
.price-merit-item-hp {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.price-merit-item-hp i {
    color: #21A154;
}
.price-merit-item-hp:last-child {
    margin-bottom: 0;
}

.organization-block-hp {
    padding: 120px 0;
    background-color: #fff;
}
.organization-middle-hp h3 {
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
}
.organization-chart-hp {
    margin-bottom: 120px;
    background-color: #112A1A;
    margin-left: calc((100% - 100vw) / 2);
    margin-right: calc((100% - 100vw) / 2);
    padding-left: calc((100vw - 100%) / 2);
    padding-right: calc((100vw - 100%) / 2);
    padding-top: 128px;
    padding-bottom: 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.organization-chart-content-hp {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    row-gap: 80px;
}
.organization-chart-content-hp img {
    width: auto;
}
.organization-image-hp {
    width: 100%;
}
.organization-image-hp img {
    width: 100%;
}

.table-block-hp {
    background-color: #112A1A;
    padding: 55px 0 35px 0;
}
.table-middle-hp table {
    width: 100%;
    color: #fff;
    font-size: 18px;
}
.table-middle-hp th {
    border-bottom: 1px solid #fff;
    padding: 12px 30px;
}
.table-middle-hp th:last-child {
    text-align: center;
}
.table-middle-hp td {
    color: #fff;
    border-bottom: 1px dotted rgb(255, 255, 255, 0.2);
    padding: 30px;
}
.table-middle-hp td:last-child {
    text-align: center;
}
.table-middle-hp td span {
    font-weight: 700;
    color: #FF9914;
}

.header-block-hp {
    width: 100%;
}
.header-block-hp img {
    width: 100%;
}

.footer-block-hp {
    width: 100%;
}
.footer-block-hp img {
    width: 100%;
}
/*--------------- ADS_END --------------*/

/*--------------- CONFETTI_START --------------*/
.confetti-block-hp {
    padding: 60px 0;
    background-color: #fff;
}
.confetti-top-hp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.confetti-top-hp .left-content {
    width: 50%;
}
.confetti-top-hp .left-content h1 {
    font-size: 90px;
    letter-spacing: -5px;
    color: #222222;
}
.confetti-top-hp .left-content .video-block-hp {
    margin-top: 60px;
}
.video-block-hp iframe {
    width: 70%;
    height: 265px;
}
.confetti-top-hp img {
    width: 40%;
}
.confetti-content-hp {
    margin-top: 90px;
    margin-bottom: 90px;
}
.confetti-content-hp h5 {
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 10px;
}
.confetti-content-hp h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 80px;
    margin-bottom: 40px;
}
.confetti-content-hp .freepaper-desc {
    margin-bottom: 15px;
}
.confetti-content-hp .kansai-desc {
    font-family: 'Hiragino Kaku Gothic Std';
    font-weight: 700;
    font-size: 32px;
    border-left: solid 5px #21A154;
    margin-left: 10px;
    line-height: normal;
}
.confetti-content-hp .kansai-desc .kansai-title {
    padding-left: 10px;
}
.confetti-content-hp .kansai-body {
    padding: 30px 60px;
    display: flex;
    column-gap: 40px;
    width: 100%;
}
.confetti-content-hp .kansai-body .kansai-img {
    width: 28%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.confetti-content-hp .kansai-body .kansai-text {
    width: 70%;
    padding: 60px 0;
}
.kansai-text h5 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
}
.kansai-inner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    font-size: 20px;
    justify-content: center;
    column-gap: 60px;
    margin-bottom: 12px;
}
.kansai-inner-container .k-detail-title {
    width: 135px;
    background: #21A154;
    color: #fff;
    text-align: center;
    border-radius: 18px;
}
.kansai-inner-container .k-detail-body {
    width: 420px;
}

.confetti-button-list-hp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}
.confetti-button-item-hp {
    width: 400px;
    padding: 10px 10px 25px 10px;
    border: 1px solid #707070;
    text-align: center;
    font-weight: 700;
    position: relative;
}
.confetti-button-item-hp.no-border {
    border: none;
}
.confetti-button-item-hp::before {
    position: absolute;
    content: '\f078';
    bottom: 2.5px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #21A154;
    font-family: 'Font Awesome 6 Free', sans-serif;;
}
.confetti-button-item-hp:hover {
    opacity: 0.5;
    color: currentColor;
}
.confetti-button-hp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    color: #ffffff;
}

.coupon-block-hp {
    background-color: #fff;
    padding: 65px 0 20px 0;
}
.coupon-middle-hp {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.coupon-middle-hp h3 {
    width: 100%;
    margin-bottom: 30px;
}
.coupon-middle-hp p {
    width: 100%;
    font-size: 20px;
}
.coupon-button-hp {
    width: 100%;
    margin-bottom: 125px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 20px;
    row-gap: 20px;
    color: #ffffff;
}
.a-coupon-link a:hover {
    color: #000000;
}

.sample-block-hp {
    background-color: #D2ECDD;
    padding: 40px 0;
}
.sample-middle-hp>h5 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    margin-bottom: 30px;
}
.sample-list-hp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 40px;
    margin-bottom: 30px;
}
.sample-list-hp:last-child {
    margin-bottom: 0;
}
.sample-list-hp.third {
    align-items: flex-end;
}
.img-border img {
    border: 1px solid #cccccc;
}
.sample-img img {
    height: 541px;
}
.sample-item-hp {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.sample-item-hp a {
    opacity: 0.8;
}
.sample-item-hp a:hover {
    opacity: 1.0;
}
.sample-item-hp a p {
    padding-top: 12px;
}
.sample-item-hp.left-align {
    align-items: flex-start;
}

.fee-block-hp {
    background-color: #112A1A;
    padding: 60px 0;
}
.fee-block-hp.grey {
    background-color: #222222;
}
.fee-middle-hp>p {
    color: #fff;
    line-height: 1.5;
}
.fee-list-hp {
    width: 100%;
    display: flex;
    color: #fff;
    margin-bottom: 20px;
}
.fee-list-hp.horizontal {
    flex-direction: row;
    column-gap: 40px;
}
.fee-list-hp.vertical {
    flex-direction: column;
}
.fee-list-hp>p {
    line-height: 1.5;
    margin-bottom: 80px;
}
.fee-item-hp {
    background-color: rgb(255, 255, 255, 0.1);
    padding: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    flex: 1;
}
.fee-list-hp.vertical .fee-item-hp {
    margin-bottom: 20px;
    padding: 40px 100px;
}
.fee-list-hp.vertical .fee-item-hp:last-child {
    margin-bottom: 0;
}
.fee-item-hp.center-align {
    text-align: center;
}
.fee-item-hp>h4 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #21A154;
}
.fee-item-hp>h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 50px;
}
.fee-item-hp>p {
    line-height: 1.5;
}
.fee-item-hp>p span {
    text-decoration: underline;
}
.fee-item-hp .divider-hp {
    width: 100%;
    height: 0;
    border-bottom: 1px solid rgb(255, 255, 255, 0.5);
}
.option-group-hp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.option-list-hp {
    display: flex;
    flex-direction: row;
    column-gap: 40px;
}
.option-list-hp.vertical {
    flex-direction: column;
    row-gap: 45px;
}
.option-item-hp h6 {
    font-family: 'Noto Sans JP';
    margin-bottom: 10px;
}
.option-item-hp h6:last-child {
    margin-top: 10px;
}
.option-item-hp p {
    font-weight: 700;
}
.option-item-hp p span {
    font-family: 'Futura PT', sans-serif;
    font-size: 50px;
    line-height: 1;
}

.information-block-hp {
    background-color: #fff;
    padding: 60px 0 70px 0;
}
.information-middle-hp>p {
    font-size: 24px;
}
.information-middle-hp>p .gold {
    color: #FF9914;
    font-size: 32px;
}
.information-option-hp {
    background-color: #393939;
    padding: 60px 100px 75px 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 40px;
    margin: 40px 0;
    color: #fff;
}
.information-image-hp {
    padding: 60px 100px;
    margin-top: 80px;
    background-color: #393939;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
}
.information-image-hp img {
    margin: 40px 0;
}
.information-image-hp p {
    line-height: 1.5;
    font-weight: 700;
}
.information-image-hp p:first-child {
    font-size: 30px;
}
.information-image-hp p:last-child {
    font-size: 20px;
}
.information-image-hp p .web-magazine-url {
    color: #ffffff;
    text-decoration: underline 1px;
    text-underline-offset: 4px;
}
.information-image-hp p .web-magazine-url:hover {
    opacity: 0.5;
}
.ads-block-hp {
    background-color: #fff;
    padding: 80px 0;
}
.ads-middle-hp {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.ads-content-hp {
    width: 100%;
    background-color: #21A154;
    padding: 85px 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.ads-content-left-hp h5 {
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 5px;
}
.ads-content-left-hp h3 {
    letter-spacing: -6px;
}
.ads-content-right-hp {
    border-left: 1px solid #fff;
    padding-left: 27px;
    font-weight: 700;
}
.ads-button-hp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    margin-bottom: 80px;
    color: #ffffff;
}

.alert-block-hp {
    padding: 60px 0 0 0;
}
.alert-middle-hp {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.alert-middle-hp p {
    padding: 20px;
    background-color: #ffcccc;
    border: 1px dotted #FF0000;
}
.alert-middle-hp p span.red {
    font-size: 32px;
    font-weight: 700;
}
/*--------------- CONFETTI_END --------------*/

/*--------------- CONTACT_START -------------*/

#main {
    margin-top: 100px;
    position: relative;
    padding: 96px 12vw;
    background: #D2ECDD;
}
.contact-area {
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
    width: 100%;
    background: #ffffff;
}
.contact-area:first-child {
    margin-bottom: 60px;
}
.contact-area h1 {
    font-size: 60px;
    text-align: center;
}
.contact-area .form-block-hp h3 {
    margin-bottom: 10px;
    font-size: 28px;
}
.form-block-hp {
    padding-top: 52px;
}
.form-block-hp .streaming-title {
    margin: 40px 0 10px 0;
}
.form-item-hp {
    width: 100%;
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 30px;
}
.form-item-hp:last-child {
    margin-bottom: 0;
}
.form-item-hp .service-fee {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
}
.form-item-hp h6 {
    width: 138px;
    margin: 35px 0 0;
    border-left: solid 5px #21A154;
    padding-left: 5px;
}
.form-item-hp p {
    font-weight: 700;
    font-size: 20px;
}
.form-item-hp .service-fee span {
    font-size: 24px;
    color: #21A154;
}
.form-item-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-box p {
    text-align: center;
    margin: 1% 0;
    font-weight: initial;
}
.contact-d-flex {
    display: flex;
    justify-content: center;
}
.service-box{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.flex-item {
    list-style:none;
    text-align: center;
    padding: 10px;
}
.flex-item a:hover {
    opacity: 0.5;
    color: currentColor;
}
.flex-item span {
    text-decoration: underline;
    font-size: 14px;
}
.service-title {
    font-weight: 700;
}
.itaku-img {
    display: block;
    max-height: 88px;
    max-width: 144px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.wrap-border {
    padding: 20px;
    width: 1200px;
    column-gap: 10px;
    background-color: rgb(33, 161, 84, 0.1);
}
.application-btn, .inquiry-btn {
    background-color: #21A154;
    width: 220px;
    font-size: 14px;
    text-align: center;
}
.application-btn p {
    color: #ffffff;
    font-weight: 700;
    font-size: 21px;
}
.application-btn p::after {
    content: '\f054';
    font-family: 'Font Awesome 6 Free', sans-serif;
    position: relative;
    left: 18%;
}
.inquiry-btn {
    margin: 0 auto;
    margin-top: 60px;
    width: 580px;
    padding: 15px;
}
.inquiry-btn p {
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
    font-size: 30px;
}
.inquiry-btn p::after {
    content: '\f054';
    font-family: 'Font Awesome 6 Free', sans-serif;
    position: relative;
    left: 30%;
}
.inquiry-btn:hover, .application-btn:hover, .service-fee:hover {
    opacity: 0.5;
    color: currentColor;
}


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

/*--------------- FOOTER_START --------------*/
#footer {
    margin: 0px;
    padding: 0px;
}

.contact-block-hp {
    background-color: #21A154;
    padding: 80px 0;
}
.contact-middle-hp {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.contact-phone-hp {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    position: relative;
    padding-left: 48px;
}
.contact-phone-hp img {
    position: absolute;
    left: 0;
    top: 25px;
}
.contact-phone-hp h3 {
    font-family: 'Futura PT', sans-serif;
    font-weight: 800;
}
.contact-form-hp {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer-bottom-hp {
    background-color: #112A1A;
    padding: 50px 0 40px 0;
}
.footer-menu-hp {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 57px;
}
.footer-links-hp {
    display: flex;
    flex-direction: row;
    column-gap: 50px;
}
.footer-links-hp li a {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.footer-menu-hp a:hover {
    opacity: 0.5;
}

.copyright-hp {
    font-family: 'Futura PT', sans-serif;
    font-size: 12px;
    font-weight: 350;
    color: #fff;
    text-align: center;
}
/*--------------- FOOTER_END --------------*/
