@charset "UTF-8";


section {
    margin-bottom: 4em;
}

section:last-child {
    margin-bottom: 0;
}

.notes {
    font-size: 14px;
    text-align: left;
}


/*************
header
*************/
header {
    height: 60px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    left: 0;
    opacity: 1;
    top: 0;
    visibility: visible;
    width: 100%;
}

header h1 {
    padding-left: 20px;
    width: 138px;
    height: auto;
}

header h1 img {
    display: block;
    width: 100%;
}


/*************
main
*************/

main {
    margin-top: 60px;
}

main::before {
    content: '';
    top: 60px;
    left: 20px;
    width: 30%;
    height: 30%;
    background-image: url(/service/contentscard-fantastics/images/bg_fantastics_logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    z-index: -1;
}

.container {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

/*************
mv
*************/

.mv {
    position: relative;
    z-index: 1000;
}

.mv_container {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.mv_parallelogram {
    width: 80%;
    background: linear-gradient(90deg, #a86adf, #4da7f2);
    transform: skew(-15deg);
    color: #fff;
    text-align: center;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
}

.mv_textA {
    transform: skew(15deg);
    font-size: 44px;
    font-weight: bold;
}

.mv_textB {
    transform: skew(15deg);
    font-size: 30px;
    font-weight: bold;
}

.mv_logo-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 1em;
}

.mv_logo {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.mv_tobideru-youtube iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.mv_times {
    font-size: 30px;
}


.mv_tobideru-youtube {
    text-align: center;
}

.mv_tobideru-youtube iframe {
    width: 100%;
    max-width: 850px;
    height: auto;
    aspect-ratio: 16 / 9;
}

.bg {
    background: linear-gradient(180deg, #e5dfff 0%, #d7e8ff 50%, #c9e1ff 100%);
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 4em 2em;
}


/*************
section1
*************/
.box {
    max-width: 850px;
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.box_ttl {
    background: linear-gradient(90deg, var(--color-azure-51, #1EAAE6) 0%, var(--color-violet-63, #AA64DC) 100%);
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 20px;
}

.box_ttl h2 {
    color: #fff;
    font-size: 32px;
    padding: 0.3em;
}

.box-sub-ttl h3 {
    font-size: 30px;
}

.box .summary_text {
    font-size: 16px;
}

.posa-card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.posa-card-information {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 0;
}

.posa-card-information li {
    width: 23%;
}

.posa-card-information-ttl {
    background-color: #323232;
    color: #fff;
    padding: 0.5em;
    border-radius: 3px;
    font-weight: bold;
}

.posa-card-information-text {
    font-size: 18px;
    font-weight: bold;
}

.slider-container {
    width: 100%;
    max-width: 850px;
    overflow: hidden;
    margin: 0 auto;
    white-space: nowrap;
}

.slider {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.slide {
    flex-shrink: 0;
    width: 300px;
    padding: 0 5px;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}



/*************
section2
*************/
.howto_contents-card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.step {
    width: 30%;
}

.step_img {
    max-width: 150px;
    margin: 0 auto;
}

.step_ttl {
    font-weight: bold;
}

.btn {
    border: 1px solid #FFF;
    background: #24232F;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 2px 2px 4px 0px rgba(255, 255, 255, 0.40) inset;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 40px;
}

.btn a {
    color: #fff;
    display: block;
    padding: 0.5em;
    text-align: center;
}

.s_text {
    font-size: 18px;
    font-weight: normal;
}

.l_text {
    font-size: 26px;
    font-weight: bold;
}

.glass_img {
    max-width: 490px;
    margin: 0 auto;
}

.online_shop:hover {
    text-decoration: underline;
}

.aTxt1 {
    margin: 0 auto;
    font-size: 22px;
}

.aTxt2 {
    margin: 1em auto 0;
    font-size: 16px;
}

.aTxt3 {
    margin: 0.25em auto 0;
    font-size: 11px;
}
/*************
section3
*************/
.sec3_box-sub-ttl {
    font-size: 25px;
}

.whats_tobideru {
    max-width: 400px;
    margin: 0 auto;
}

.accordion {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.accordion-item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px;
    background-color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.accordion-header:hover {
    background-color: #f9f9f9;
}

.accordion-title {
    color: #000;
}


.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.icon {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.accordion-content {
    padding: 0 16px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    text-align: left;
    font-size: 16px;
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
    opacity: 1;
}

.accordion-item.active .icon {
    transform: rotate(180deg);
}

/*************
section4
*************/
.section4 {
    text-align: center;
}

.logo_5glab {
    max-width: 77px;
    margin: 0 auto;
}

.attention_5glab {
    font-size: 16px;
    font-weight: bold;
}

.l_text_5glab {
    font-size: 16px;
    font-weight: bold;
}

.s_text_5glab {
    font-size: 11px;
    font-weight: bold;
}


/*************
footer
*************/
footer {
    width: 100%;
    padding: 2em 2em 11em;
    background: rgba(118, 85, 171, .8);
}

footer a {
    color: #fff;
}

.footerNav {
    margin-bottom: 1.4641288433vw;
    max-width: 850px;
}

.footerCp,
.footerNav .footerNav_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 20px;
    padding: 0;
}

.footerNav .footerNav_list>li {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    font-size: 14px;
}

.footerCp {
    color: #fff;
    opacity: 0.6;
    font-size: 11px;
}

/*************
cta_btn
*************/
.cta_btn-area {
    background: linear-gradient(135deg, rgba(30, 170, 230, .8), rgba(170, 100, 220, .8));
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    padding: 0 2em;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    transform: translateY(20px);
    z-index: 999;
}

.cta_btn-area.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cta_btn-area a {
    opacity: 1;
}

#top-target {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
    visibility: hidden;
}




.cta_btn-area-container {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}

.cta_btn-attention {
    font-size: 16px;
}

.cta_btn {
    border: 1px solid #FFF;
    background: #24232F;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 2px 2px 4px 0px rgba(255, 255, 255, 0.40) inset;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 1em;
    border-radius: 40px;
    position: relative;
    cursor: pointer;
}

.cta_btn a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
}

.cta_btn::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    width: 5px;
    height: 5px;
    right: 6%;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
    z-index: 1;
    transition: all .3s ease;
}

.cta_btn:hover::before {
    right: 4%;
}

.cta_btn-area-notes {
    font-size: 11px;
}

/*************
Display switching
*************/
.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

/*************
margin
*************/
.mb50 {
    margin-bottom: 100px;
}

.mb25 {
    margin-bottom: 50px;
}

.mb20 {
    margin-bottom: 40px;
}

.mb10 {
    margin-bottom: 20px;
}

.mb5 {
    margin-bottom: 10px;
}

.mb0 {
    margin-bottom: 0;
}