@charset "UTF-8";

/*
/* common設定
/* -------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 { margin-top: initial; margin-bottom: initial; font-size: initial; font-weight: initial; }


/*
/* incluide調整
/* -------------------------------------------------- */

@media screen and (min-width: 700px), print {
    .block-event-page--accessory { display: block; width: 100%; }
    .block-event-page--accessory-item { margin: 0; }
    .block-event-page--accessory .block-top-event--goods { width: 1200px; margin: 0 auto ; }
}

@media only screen and (max-width: 699px) {
    .block-event-page--accessory { padding: 0; }
    .block-event-page--accessory .block-top-event--goods { padding: 12px; }
}

/*
/* section_kv
/* -------------------------------------------------- */

.section_kv{background: url('/contents/event/a1021401/img/kv_bg.jpg') #0535A3; background-size: cover; background-repeat: no-repeat; background-position: center bottom;padding-top: 2em;}

.section_kv .summary{
    background-color: rgb(255, 255, 255,0.9);
    border-radius: 20px;
}
.section_kv .summary h2 {
    position: relative;
    padding-bottom:0.1em;
    text-align: center;
}

.section_kv .summary .day_title{
    background:#074EC3 ;
    border-radius:20px 20px 0 0 ;
}
.section_kv .summary .day{
    background:#ffffff ;
    border-radius: 0 0 20px 20px ;
    border: 2px solid #074EC3;
}

.section_kv .summary h2:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: linear-gradient(90deg, #249FFF, #F101A1);
}
.section_kv .summary .button{
    width: 50%;
    margin: 0 auto;
}
.section_kv .summary .button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 100px;
    padding: 0.7em;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    background: linear-gradient(270deg, #3bd8e3 0%, #576fe6 25%, #F101A1 51%, #249FFF 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
}
.section_kv .summary .button a:hover {
    color: #fff;
    background-position: 99% 50%;
    transform: scale(1.05);
    box-shadow: 0 15px 15px rgba(87,111,230,0.4);
}


@media only screen and (max-width: 699px) {
    .section_kv .summary .button{
        width: 100%;
    }
}


/*
/* section_anchor
/* -------------------------------------------------- */

.section_anchor { background: linear-gradient(-45deg, #FFDDF4, #D8EEFF); }
.section_anchor h2 {text-align: center; font-weight: bold;border-bottom: solid 3px; }
.section_anchor ._row > a { text-decoration: none; }
.section_anchor ._row a:hover img,
.section_anchor ._row a:focus img { opacity: 1; }
.section_anchor ._ico_EA02_block { width: 100%; background: #000000; line-height: 2em; text-align: center; }
.section_anchor .nextgear{background:#BE008C;}
.section_anchor .gtune{background:#DC2828;}

@media screen and (min-width: 700px), print {
.section_anchor { padding-top: 90px; padding-bottom: 90px; }
.section_anchor ._row > a div { height: 200px; }
.section_anchor ._row  img { width: 150px; }
.section_anchor ._row a:first-child img { width: 250px; height: auto; }
.section_anchor h2 { font-size: 2.5em;padding-bottom: 0.3em; }
}

@media only screen and (max-width: 699px) {
.section_anchor { padding-top: 40px; padding-bottom: 40px; }
.section_anchor ._row img { width:20vw;}
.section_anchor ._row a:first-child img { width: 20vw; height: auto; }
.section_anchor h2 { font-size: 1.25em; }
.section_anchor ._row .logoimg{width: 40vw!important;}
}



/*
/* section_gtune
/* -------------------------------------------------- */

.section_gtune { margin-top: 60px; background: #DE3939 }
.section_gtune h3 { font-weight: bold; }
.section_gtune h4 { text-align: center;}
.section_gtune h2 { font-weight: bold;position: relative; display: inline-block; padding: 0 70px;  }
.section_gtune h2:before,
.section_gtune h2:after {content: ''; position: absolute; top: 50%; display: inline-block; width: 45px; height: 2px; background-color: #000;}
.section_gtune h2:before {left:0;}
.section_gtune h2:after {right:0;}
.section_gtune_point { width: 100%; }
.section_gtune_point_1,
.section_gtune_point_2 { position: relative; background: #ffffff; color: #000000; }
.section_gtune_point_1::before,
.section_gtune_point_2::before { content: ""; position: absolute; top: 0; left: 0; width: 100px; height: 100px; background: #fff000; clip-path: polygon(0 0, 100% 0%, 0 100%); }
.section_gtune_point_1 .data-text::before,
.section_gtune_point_2 .data-text::before { content: attr(data-text1); position: absolute; top: 6px; left: 8px; font-size: 1em; font-family: Montserrat; color: #000000; font-weight: bold; text-align: center; }
.section_gtune_point_1 .data-text::after,
.section_gtune_point_2 .data-text::after { content: attr(data-text2); position: absolute; top: 13px; left: 23px; font-size: 2.5em; font-family: Montserrat; color: #000000; font-weight: bold; text-align: center; }
.section_gtune_point h5 { display: flex; justify-content: center; align-items: center; color: var(--color_5); font-weight: bold; text-align: center;color: #DE3939 ; }
.section_gtune ._button { background: var(--color_5); }
.section_gtune ._button a { color: #ffffff; }

@media screen and (min-width: 700px), print {
    .section_gtune { padding-top: 90px; padding-bottom: 90px; }
    .section_gtune .logo_gtune_ffffff { margin-left: -40px; }
    .section_gtune h3 { margin-top: 2em; font-size: 2em; }
    .section_gtune h4 { margin-top: 0.75em; font-size: 1.5em; }
    .section_gtune h2 { margin-top: 2em; font-size: 2.5em; }
    .section_gtune_point { margin-top: 3em; }
    .section_gtune_point_1,
    .section_gtune_point_2 { padding: 2em; }
    .section_gtune_point h5 { height: 90px; font-size: 2em; }
    .section_gtune_point p { margin-top: 1em; font-size: 1.25em; }
    .section_gtune_point p span { font-size: 1rem; }
    .section_gtune ._button { margin-top: 60px; }
    .section_gtune ._button a div { width: 600px; height: 60px; font-size: 1.5rem; }
}

@media only screen and (max-width: 699px) {
    .section_gtune { padding-top: 60px; padding-bottom: 60px; }
    .section_gtune .logo_gtune_ffffff {  width: 45vw; height: auto; }
    .section_gtune h3 { margin-top: 2em; text-align: center; font-size: 1.5em; }
    .section_gtune h4 { margin-top: 0.75em; text-align: center; font-size: 1em; }
    .section_gtune h2 { margin-top: 2.5em; text-align: center; font-size: 1.5em; }
    .section_gtune_point { margin-top: 1.5em; }
    .section_gtune_point_1,
    .section_gtune_point_2 { padding: 2em 1em; }
    .section_gtune_point_2 { margin-top: 1em; }
    .section_gtune_point h5 { height: 90px; font-size: 1.5em; }
    .section_gtune_point p { margin-top: 1em; }
    .section_gtune_point p span { font-size: .75rem; }
    .section_gtune ._button { margin-top: 40px; width: 100%; }
    .section_gtune ._button a div { width: 100%; height: 40px; font-size: 1.25em; }
}


/*
/* section_product_tit
/* -------------------------------------------------- */

.section_product_tit h3{
    border-bottom: solid 3px;
    padding-bottom: 0.3em;
}
@media screen and (min-width: 700px), print {
    .section_product_tit h3{
        margin-bottom: 2em;
    }

}

/*
/* section_nextgear
/* -------------------------------------------------- */

.section_nextgear { background: #BE008C}
.section_nextgear h3 { font-weight: bold; }
.section_nextgear h4 {  }
.section_nextgear h2 { font-weight: bold; position: relative; display: inline-block; padding: 0 70px; }
.section_nextgear h2:before, .section_nextgear h2:after {content: ''; position: absolute; top: 50%; display: inline-block; width: 45px; height: 2px; background-color: #fff;}
.section_nextgear h2:before {left:0;}
.section_nextgear h2:after {right: 0;}
.section_nextgear_point { width: 100%; }
.section_nextgear_point_1,
.section_nextgear_point_2 { position: relative; background: #ffffff; color: #000000; }
.section_nextgear_point_1::before,
.section_nextgear_point_2::before { content: ""; position: absolute; top: 0; left: 0; width: 100px; height: 100px; background: #fff000; clip-path: polygon(0 0, 100% 0%, 0 100%); }
.section_nextgear_point_1 .data-text::before,
.section_nextgear_point_2 .data-text::before { content: attr(data-text1); position: absolute; top: 6px; left: 8px; font-size: 1em; font-family: Montserrat; color: #000000; font-weight: bold; text-align: center; }
.section_nextgear_point_1 .data-text::after,
.section_nextgear_point_2 .data-text::after { content: attr(data-text2); position: absolute; top: 13px; left: 23px; font-size: 2.5em; font-family: Montserrat; color: #000000; font-weight: bold; text-align: center; }
.section_nextgear_point h5 { display: flex; justify-content: center; align-items: center; color: var(--color_6); font-weight: bold; text-align: center;color: #BE008C; }
.section_nextgear ._button { background: var(--color_6); }
.section_nextgear ._button a { color: #ffffff; }

@media screen and (min-width: 700px), print {
    .section_nextgear {padding-top: 90px; padding-bottom: 90px; }
    .section_nextgear .logo_nextgear {  }
    .section_nextgear h3 { margin-top: 2em; font-size: 2em; }
    .section_nextgear h4 { margin-top: 0.75em; font-size: 1.5em; text-align: center; }
    .section_nextgear h2 { margin-top: 2em; font-size: 2.5em; }
    .section_nextgear_point { margin-top: 3em; }
    .section_nextgear_point_1,
    .section_nextgear_point_2 { padding: 2em; }
    .section_nextgear_point h5 { height: 90px; font-size: 2em; }
    .section_nextgear_point p { margin-top: 1em; font-size: 1.25em; }
    .section_nextgear_point p span { font-size: 1rem; }
    .section_nextgear ._button { margin-top: 60px; }
    .section_nextgear ._button a div { width: 600px; height: 60px; font-size: 1.5rem; }
}

@media only screen and (max-width: 699px) {
    .section_nextgear {padding-top: 60px; padding-bottom: 50px; }
    .section_nextgear .logo_nextgear { width: 75vw; height: auto; }
    .section_nextgear h3 { margin-top: 2em; text-align: center; font-size: 1.5em; }
    .section_nextgear h4 { margin-top: 0.75em; text-align: center; font-size: 1em; }
    .section_nextgear h2 { margin-top: 2.5em; text-align: center; font-size: 1.5em; }
    .section_nextgear_point { margin-top: 1.5em; }
    .section_nextgear_point_1,
    .section_nextgear_point_2 { padding: 2em 1em; }
    .section_nextgear_point_2 { margin-top: 1em; }
    .section_nextgear_point h5 { height: 90px; font-size: 1.5em; }
    .section_nextgear_point p { margin-top: 1em; }
    .section_nextgear_point p span { font-size: .75rem; }
    .section_nextgear ._button { margin-top: 40px; width: 100%; }
    .section_nextgear ._button a div { width: 100%; height: 40px; font-size: 1.25em; }
}

/*
/* section_modelpont
/* -------------------------------------------------- */

.section_modelpont {
    background: linear-gradient(-45deg, #FFDDF4, #D8EEFF) #ffffff;
}
.section_modelpont .tit-border {
    position: relative;
    display: inline-block;
    padding: 0 70px;
}

.section_modelpont .tit-border:before,
.section_modelpont .tit-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #000000;
}
.section_modelpont .tit-border:before {
    left: 0;
}
.section_modelpont .tit-border:after {
    right: 0;
}
.section_modelpont h4{
    background: linear-gradient(180deg, #BE008C, #FF5CFF) ;
    color: #fff;
    font-weight: bold;
    border-radius: 20px 20px 0 0;
    padding: 0.3em 0;
}
.section_modelpont .pointsbox{
    border-radius: 20px;
    box-shadow: 0px 0px 10px 3px rgba(105,105,105,0.08);
}
.section_modelpont h5{
    color: #BE008C;
    font-weight: bold;
}
.section_modelpont img{
    border-radius: 20px;
    margin-top: 1em;
}

/*
/* nextgear_link
/* gtune_link
/* -------------------------------------------------- */

.gtune_link ._button { background:#DE3939; }
.nextgear_link ._button { background:#BE008C; }
.nextgear_link ._button a,.gtune_link ._button a { color: #ffffff; }

@media screen and (min-width: 700px), print {
    .nextgear_link ._button,.gtune_link ._button  { margin: 60px auto 0; width: 700px;}
    .nextgear_link ._button div,.gtune_link ._button div { height: 60px; font-size: 1.5rem;}
}

@media only screen and (max-width: 699px) {
    .nextgear_link ._button,.gtune_link ._button { margin-top: 40px; width: 100%; }
    .nextgear_link ._button div,.gtune_link ._button div  { width: 100%; height: 40px; font-size: 1em; }
}


/*
/* section_link
/* -------------------------------------------------- */

.section_link { background: linear-gradient(-45deg, #FFDDF4, #D8EEFF) #ffffff; color: #2D4B70; }
.section_link h2 { text-align: center; font-weight: bold; }
.section_link ._row > a { background: var(--color_3); color: #ffffff; text-decoration: none; }
.section_link ._row a:hover img,
.section_link ._row a:focus img { opacity: 1; }
.section_link h3 { text-align: center; }

@media screen and (min-width: 700px), print {
    .section_link { margin-top: 60px; padding-top: 90px; padding-bottom: 90px; }
    .section_link ._row { margin-top: 60px; }
    .section_link h2 { margin-bottom: 2rem; font-size: 3em; }
    .section_link h3 { margin-top: 1.5rem; font-size: 1.25em; }
}

@media only screen and (max-width: 699px) {
    .section_link { margin-top: 40px; padding-top: 60px; padding-bottom: 60px; }
    .section_link ._row { margin-top: 40px; }
    .section_link h2 { margin-bottom: 2rem; font-size: 1.5em; }
    .section_link h3 { margin-top: .5em; }
}
/*
/* section_nijisanji
/* -------------------------------------------------- */

.section_nijisanji { background:#2d4b70; color:#2d4b70; }
.section_nijisanji_detail { background: #ffffff; }
.section_nijisanji_detail ._button { background:#2d4b70; }

@media screen and (min-width: 700px), print {
.section_nijisanji { padding-top: 90px; padding-bottom: 90px; }
.section_nijisanji_detail { padding: 3em; border-radius: 40px; }
.section_nijisanji_detail p { margin: 60px 0; line-height: 2em; }
.section_nijisanji_detail ._button a div { width: 600px; height: 60px; font-size: 1.5em; }
}

@media only screen and (max-width: 699px) {
.section_nijisanji { padding-top: 60px; padding-bottom: 60px; }
.section_nijisanji_detail { padding: 2em 1em; border-radius: 20px; }
.section_nijisanji_detail .logo_nijisanji { width:50vw; height: auto; }
.section_nijisanji_detail p { margin: 40px 0; line-height: 2em; }
.section_nijisanji_detail ._button { width: 100%; }
.section_nijisanji_detail ._button a div { width: 100%; height: 40px; font-size: 1.25em; }
}

/*
/* section_note
/* -------------------------------------------------- */

.section_note { background: #181818; color: #ffffff; }