@charset "UTF-8";

/*
/* common設定
/* -------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 { margin-top: initial; margin-bottom: initial; font-size: initial; font-weight: initial; }

.block-event-page--accessory{
    margin-bottom: 0px;
}


/*
/* img_blur
/* -------------------------------------------------- */

.img_blur{
    opacity: 0;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.blur{
    -webkit-animation-name: imageBlur;
    animation-name: imageBlur;
    opacity: 1;
    transition: .8s;
}
@-webkit-keyframes imageBlur {
from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
}

to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
}
}
@keyframes imageBlur {
from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
}

to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
}
}


/*
/* h2_size
/* -------------------------------------------------- */
.style_h2{
    font-size: 4em;
    line-height: 1.2em;
}
@media screen and (max-width: 699px) {
    .style_h2{
        font-size: 2em;
        line-height: 1.2em;
    }

}

/*
/* section_mv
/* -------------------------------------------------- */

.section_mv{
    background: #cbdcf1;
 }
.section_mv .mv_area{
    position: relative;
}
.section_mv .mv_area p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    font-size: 3.5em;
    white-space: nowrap;
}
.section_mv .mv_area::before,
.section_mv .mv_area::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px; /* グラデーションの幅 */
  pointer-events: none; 
}
.section_mv .mv_area::before {
  left: 0;
  background: linear-gradient(to right, rgba(203, 220, 241, 1), transparent);
}
.section_mv .mv_area::after {
  right: 0;
  background: linear-gradient(to left, rgba(203, 220, 241, 1), transparent);
}

.section_mv .mv_area video{
    width: 100%;
    height: 657px;
    object-fit: cover;
    display: block;
    border: none;
    outline: none;
    background: transparent;
}
.section_mv .h1_area{
    background: linear-gradient(to left, #5E73F3, #EE78DE);
    padding: 1.5em;
}
.section_mv .h1_area .model_mv{
    position: relative;
}
.section_mv .h1_area .model_mv img{
    position: absolute;
    bottom: 0px;
}
.section_mv .h1_area h1{
    font-size: 2em;
}
.section_mv .h1_area .ds{
    font-size: 0.75em;
    background: #fff;
    border-radius: 50em;
    color: #A849C2;
    padding: 0.3em 1em 0.3em;
    margin-right: 0.5em;
    vertical-align: text-bottom;
}
.section_mv .h1_area .egs{
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #fff;
}
@media screen and (max-width: 699px) {
    .section_mv .mv_area video{
        height: 51vw;
    }
    .section_mv .mv_area::before,
    .section_mv .mv_area::after {
      width: 40px; /* グラデーションの幅 */
    }
    .section_mv .h1_area h1{
        font-size: 1.5em;
        text-align: center;
        padding-top: 3.8em;
    }
    .section_mv .h1_area .model_mv img{
        bottom: -4.5em;
    }
    .section_mv .mv_area p{
        font-size: 1.5em;
    }

}

/*
/* section_navi
/* -------------------------------------------------- */

.section_navi {
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url('/contents/event/a1022600/img/bg_navi.jpg');
    background-size: cover;
    background-position: center;
}
.section_navi a{
    color: #000000;
    transition: 0.2s;
}
.section_navi a:hover{
    color: #E2008A;
    transition: 0.2s;
}
.section_navi a{
    padding: 1.5em 0;
}
  
@media screen and (max-width: 699px) {
    .section_navi a{
        padding: 0.8em 0;
        border-bottom: 1px solid #fff
    }

}

/*
/* section_features
/* -------------------------------------------------- */
.section_features{
    border-bottom: 1px solid #E2008A;
}
.section_features .main_bg{
    background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%), url('/contents/event/a1022600/img/bg_main.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section_features .tgs{
    background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%), url('/contents/event/a1022600/img/bg_gameshow.jpg');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section_features video{
    width: 100%;
    height: 429px;
    object-fit: cover;
    outline: none;
    background: transparent;
}

.section_shop  ._button,
.section_features ._button{
    background: #E2008A;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    border-radius: 50em;
}
.section_shop  ._button a,
.section_features ._button a{
    background: #E2008A;
    color: #fff;
    text-decoration: none;
    border-radius: 50em;
    transition: .2s;
}
.section_shop  ._button a:hover,
.section_features ._button a:hover{
    background: #EE78DE;
    transition: .2s;
}
@media screen and (max-width: 699px) {
    .section_features video{
        height: 51vw;
    }

}

/*
/* section_function
/* -------------------------------------------------- */
.section_function{
    background: url(/contents/event/a1022600/img/bg_function.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.function_box{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.section_function h3{
    padding-top: 0.65em;
}
.section_function .m_no{
    position: relative;
}
.section_function .m_no_txt::before {
    content: attr(code);
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #E2008A;
}

.section_function .bundle{
    background:rgb(247, 230, 255);
}
.section_function .bundle h2{
    color: #78399C;
}
.section_function .txt_st{
    white-space: nowrap;
}
@media screen and (max-width: 699px) {
    .section_function{
        background: url(/contents/event/a1022600/img/bg_function.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .section_function h3{
        padding-top: 1em;
    }
    .section_function .txt_st{
        white-space:initial;
    }
}

/*
/* section_gallery
/* -------------------------------------------------- */

.section_gallery{
    background: #FAF4F8;
    border-top: 1px solid #E2008A;
    border-bottom: 1px solid #E2008A;
}
.section_gallery h2{
    color: #E2008A;
    border-bottom: 1px solid #E2008A;
}
.section_gallery .slick-slide img{
    margin: 0 auto;
}
.section_gallery .thumbnail .slick-track {
    transform: unset !important;
}
.section_gallery .thumbnail_img {
    opacity: 0.7;
    transition: opacity .3s linear;
    width: calc(100% / 6) !important;
}
.section_gallery .thumbnail .slick-current {
    opacity: 1;
}

.section_gallery .slick-next:hover,
.section_gallery .slick-prev:hover {
    background: none;
    opacity: 0.5;
}

.section_gallery .slick-slider.thumbnail .slick-track{
    width: 100% !important;;
}

@media screen and (min-width: 700px){
    .section_gallery .slick-prev {
        left: 200px;
    }
    .section_gallery .slick-next {
        right: 200px;
    }
    .section_gallery .slick-next, .slick-prev {
        background: none;
        width: 80px;
        height: 80px;
        border:none;
    }
    .section_gallery .slick-next::before, .section_gallery .slick-prev::before {
        width: 30px;
        height: 30px;
        border-top: 5px solid #E2008A;
        border-right: 5px solid #E2008A;
        top: 27px;
        left: 27px;
    }
}
@media screen and (max-width: 699px){
    .section_gallery .slick-prev {
        left: 5px;
    }
    .section_gallery .slick-next {
        right: 5px;
    }
    .section_gallery .thumbnail_img {
        opacity: 0.3;
        transition: opacity .3s linear;
        width: calc(100% / 3) !important;
    }
    .section_gallery .slick-next, .slick-prev {
        background: none;
        width: 44px;
        height: 44px;
        border:none;
        top: 45%;
    }
    .section_gallery .slick-next::before, .section_gallery .slick-prev::before {
        width: 15px;
        height: 15px;
        border-top: 5px solid #E2008A;
        border-right: 5px solid #E2008A;
        top: 14px;
        left: 14px;
    }
}

/*
/* section_style
/* -------------------------------------------------- */

.section_style{
    background: linear-gradient(0deg, #E0FFF7, #70BDF1, #F78CEA);
    padding-bottom: 11em;
}
.section_style h2,
.section_style h3,
.section_style ul > li,
.section_style p{
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.section_style .mode{
    background: linear-gradient(0deg, #6192E6, #9A6EC9);
    border-radius:0 0 20px 20px ;
    min-height: 210px;
}
.section_style .mode h3{
    font-size: 1.7em;
}
.section_style .mode_img{
    border-radius:50px 50px 0 0;
}

@media screen and (max-width: 699px) {
    .section_style{
        padding-bottom: 13em;
    }
    .section_style .mode h3{
        font-size: 1.25em;
    }
    .section_style .mode{
        min-height: auto;
    }
}


/*
/* section_shop_introduction
/* -------------------------------------------------- */

.section_shop_introduction{
    background: linear-gradient(to right, #5E73F3, #EE78DE,#5E73F3);
    position: relative;
}
.section_shop_introduction h2,
.section_shop_introduction p{
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.section_shop_introduction h2{line-height: 1.2em;}

.section_shop_introduction .product{
    position: relative;
}

.section_shop_introduction .product img{
    position: absolute;
    top: -150px;
}

.section_shop_introduction::after{
    content: "";
  position: absolute;
  bottom: -20px; 
  left: 50%; 
  transform: translateX(-50%);
  border-width: 20px 15px 0 15px; 
  border-style: solid;
  border-color: #EE78DE transparent transparent transparent;
}


@media screen and (max-width: 699px) {

}


/*
/* section_shop
/* -------------------------------------------------- */

.section_shop{
    background: url(/contents/event/a1022600/img/bg_shop.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section_shop h3{
    color: #E2008A;
}
.section_shop .shopbox{
    box-shadow: 0px 0px 6px rgba(226, 0, 138, 0.3);
    border-radius: 20px;
    transition: .2s;
    min-height: 170px;
    background: #fff;
}
.section_shop .shopbox:hover{
    opacity: 0.8;
    transition: .2s;
}
.section_shop .shop_list a:hover{
    text-decoration: none;
    color: initial;
}
.section_shop .shopbox .name{
    background: linear-gradient(to right,  #E778DF,#9BAEEF);
    border-radius: 20px 20px 0 0;
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.section_shop .shopbox .data{
    border-radius:0 0 20px 20px;
    color: #000000;
}
.section_shop .shopbox .data dl{
    display: flex; 
    flex-wrap: wrap;
}
.section_shop .shopbox  dt{
    width: 20%;
    font-weight: bold;
}
.section_shop .shopbox  dd {
    width: 80%;
}

.section_shop .telbox,
.section_shop .service{
    border: 2px solid #78399C;
}
.section_shop .telbox p,
.section_shop .service h2{
    color: #78399C;
}

.section_shop .shopbox:hover{
    opacity: 0.8;
    transition: .2s;
}
.section_shop .telbox a{
    transition: 0.2s;
}
.section_shop .telbox a:hover{
    text-decoration: none;
    color: initial;
    opacity: 0.8;
    transition: 0.2s;
}
.section_shop .telbox .name{
    background:#78399C;
    border-radius: 16px 16px 0 0;
    color: #fff;
}
.section_shop .telbox .data{
    border-radius:0 0 20px 20px;
}
.section_shop .telbox .data .line{
    border-right: 2px solid #78399C;
}

@media screen and (max-width: 699px) {
    .section_shop .shopbox{
        height: auto;
    }
    .section_shop .telbox .data .line{
        border-bottom: 1px solid #78399C;
        border-right: none;
    }
    
}

/*
/* section_product
/* -------------------------------------------------- */

.section_product{
    border-top:#E2008A 1px solid ;
    background: linear-gradient(to bottom, #FFF1FF 0%, #fff 20%,#fff 100%);
  }

.section_product .table-scroll {
    overflow-x: auto;  
    overflow-y: hidden;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    cursor: grab; 
}

.section_product   .table-scroll:active {
    cursor: grabbing; 
}
.section_product .wide-table th[scope="row"],.kotei {
    position: sticky; 
    left: 0;
    font-weight: bold;
    z-index: 2;
}
.section_product .wide-table{
table-layout: fixed; 
}
.section_product .wide-table th,
.section_product .wide-table td {
    padding:1em;
    white-space: nowrap; 
    text-align: center;
    width: 250px;
    white-space: normal;  
    word-break: break-all; 
    overflow-wrap: break-word;
}
.section_product .wide-table thead tr th:first-child,
.section_product .wide-table tbody tr th{
    width: 150px;
}
.section_product .wide-table tbody tr:nth-child(odd) th,
.section_product .wide-table tbody tr:nth-child(odd) td{
    background-color: #fbf8ff;
    border-right: 1px solid #fff;
}
.section_product .wide-table tr:nth-child(even) th,
.section_product .wide-table tr:nth-child(even) td,
.section_product .wide-table thead th{
    background-color: #ece4ef;
    border-right: 1px solid #fff;
}
.section_product  .shiyou{
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    border-radius: 50em;
}
.section_product .shiyou a{
    background: #fff;
    color: #E2008A;
    text-decoration: none;
    border-radius: 50em;
    transition: .2s;
}
.section_product .shiyou a:hover{
    background: #EE78DE;
    color: #fff;
    transition: .2s;
}
.section_product  .buy{
    background: #E2008A;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    border-radius: 50em;
}
.section_product  .buy a{
    background: #E2008A;
    color: #fff;
    text-decoration: none;
    border-radius: 50em;
    transition: .2s;
}
.section_product  .buy a:hover{
    background: #EE78DE;
    transition: .2s;
}

@media screen and (max-width: 699px) {
    .section_shop .telbox .data .line{
        border-right: none;
    }
    .section_product .wide-table th[scope="row"],.kotei {
        left: 0;
        position: initial;
    }
    .section_product .wide-table th,
    .section_product .wide-table td {
        width: 210px;
        padding: 0.7em;
    }
    .section_product .wide-table thead tr th:first-child,
    .section_product .wide-table tbody tr th{
        width: 100px;
        padding: 0.7em;
    }
    .section_product  .shiyou{
        font-size: 0.85em;
    }
}

/*
/* section_mouse_support
/* -------------------------------------------------- */

.section_mouse_support{
    background: url(/contents/event/a1022600/img/bg_function.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


@media screen and (max-width: 699px) {

}

/*
/* section_note_shop_last
/* -------------------------------------------------- */

.section_shop_last{
    background-image: linear-gradient(0deg, #70BDF1, #F78CEA);
}
.section_shop_last h2,
.section_shop_last p{
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.section_shop_last ._button{
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    border-radius: 50em;
}
.section_shop_last ._button a{
    background: #fff;
    color: #E2008A;
    text-decoration: none;
    border-radius: 50em;
    transition: .2s;
}
.section_shop_last ._button a:hover{
    background: #EE78DE;
    color: #fff;
    transition: .2s;
}

@media screen and (max-width: 699px) {

}


/*
/* section_note
/* -------------------------------------------------- */

.section_note{
    background: #5A5A5A;
}