main#gs2504 {
    background-image: url(/img/usr/visual/event/gs2504/BG.jpg);
    background-size: contain;
}

h1.event_name_img_ {
    margin-bottom: 0;
}

h3.block02_title {
    font-size: 38px;
    color: #001A5F;
    font-weight: bold;
    font-family: "Noto Sans JP";
    text-align: center;
    padding-top: 70px;
    margin-bottom: 50px;
}

.block02 p {
    font-size: 20px;
    color: #021861;
    text-align: center;
    margin-bottom: 75px;
    font-family: "Noto Sans JP";
}

.block02 > img {
    padding-left: 70px;
}

.block02 {
    margin-bottom: 190px;
}

.block03_title {
    font-size: 42px;
    font-weight: bold;
    font-family: "Arial";
    text-align: center;
    background-color: #021861;
    color: #ffd706;
    margin-bottom: 50px;
}

p.type_small {
    font-size: 18px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    color: #021861;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.gs_slider ul li {
    padding-left: 15px;
    padding-right: 15px;
}

.gs_slider {
    position: relative;
}

.slick-list.draggable {
    position: relative;
    z-index: 10;
}

.slick-prev {
    appearance: none;
    border: 0;
    font-size: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 100%;
    background-color: #ffffffcc;
    position: absolute;
    z-index: 15;
    top: -220px;
    bottom: 0;
    margin: auto;
    left: 5px;
}

.slick-next{
    appearance: none;
    border: 0;
    font-size: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 100%;
    background-color: #ffffffcc;
    position: absolute;
    z-index: 15;
    top: -220px;
    bottom: 0;
    margin: auto;
    right: 5px;
}


.block06 .slick-prev {
    appearance: none;
    border: 0;
    font-size: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 100%;
    background-color: #ffffffcc;
    position: absolute;
    z-index: 15;
    top: -170px;
    bottom: 0;
    margin: auto;
    left: 5px;
}

.block06 .slick-next{
    appearance: none;
    border: 0;
    font-size: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 100%;
    background-color: #ffffffcc;
    position: absolute;
    z-index: 15;
    top: -170px;
    bottom: 0;
    margin: auto;
    right: 5px;
}

.slick-prev::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    border-top: 3px solid #111;
    border-left: 3px solid #111;
    transform: rotate(-45deg);
    position: relative;
    left: 19px;
}

.slick-next::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    border-top: 3px solid #111;
    border-right: 3px solid #111;
    transform: rotate(45deg);
    position: relative;
    left: 10px;
}

.gs_slider + p {
    margin-bottom: 150px;
    color: #333;
    margin-top: 40px;
}

.gs_slider li > p {
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

a.slider_link {
    color: #021861;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #021861;
    text-decoration: none;
    background-color: #fff;
    display: block;
    width: 300px;
    padding: 7px;
    text-align: center;
    margin: 0 auto;
    transition: 0.3s ease;
}

a.slider_link:hover{
    opacity: 0.7;
}

.block06 {
    padding-bottom: 150px;
}

section.end {
    margin-top: 50px;
    margin-bottom: 50px;
}

.text_normal {
    font-size: 26px;
    font-weight: bold;
    color: #001a60;
}

.StyleD_Frame_ div:nth-of-type(n+5) {
    display: none;
}

.block03,.block04,.block05 {
    padding-bottom: 75px;
}

@media only screen and (max-width: 768px){

    main#gs2504 {
    padding: 0 5%;
}

.block02 > img {
    padding-left: 0;
}

.goods_p_ li:nth-of-type(n+5) {
    display: none;
}

a.slider_link {
    width: 90%;
}

}