/* body {
    font-family: "Garamond","Times New Roman",arial,serif,"Yu Gothic";
} */

#bg {
    background-color: black;
}

#lp_ {
	width: 880px;
    margin: 0 auto;
    color: #ffffff;
    background-color: black;
    font-family: "Garamond","Times New Roman",arial,serif,"Yu Gothic";
}

#main_visual {
    margin-top: 0;
}

.sw_logo {
    width: 20%;
    margin: 8% auto 6%;
}

#main_visual > h1 {
    margin: 0 auto 5%;
    font-size: 3.4em;
}

.main_img {
    width: 100%;
    margin: 5% auto;
}

section {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 10% 0;
}

.item_container {
    display: flex;
    float: left;
    margin: 10% 0;
    font-weight: lighter;
}

.item_number {
    position: relative;
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 1rem;
    border-right: 2px solid #fff;
    padding-left: 12em;
}

.item_number > dt {
    font-size: 2.4em;
    letter-spacing: 0.2rem;
    position: absolute;
    top: 0;
    left: 0;
}

.item_number > dd {
    font-size: 8em;
    letter-spacing: 0.2rem;
    position: absolute;
    top: 6%;
    left: 3%;
}

.item_text {
    padding-left: 4%;
    padding-top: 1%;
}

.item_link {
    color: #fff!important;
    font-size: 2.0em;
}

.slider_container {
    margin-bottom: 10%;
}

.checkbtn_container {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20%;
}

.checkbtn_container > a {
    display: inline-block;
    width: 50%;
    margin: 0 auto;
}

.sw_checkbtn {
    max-width: 100%;
}

.photo-blur {
    /* filter: blur(10px); */
    animation-name: blur;
    animation-duration: 3s;
}

@keyframes blur {
    0% {
        filter: blur(20px);
    }
    100% {
        filter: blur(0);
    }
}

.block-fixed-filter {
    z-index: -1000!important;
}

.pane-left-menu {
    display: none;
}

.block-page-top {
    z-index: -1000!important;
}

.top_return_btn {
    position: fixed;
    top: auto;
    bottom: 10px;
    right: 10px;
}

.top_return_btn a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.9);
}

.top_return_btn a:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -8px;
}



@media (max-width: 599px) {

    /* body {
        font-family: "EB Garamond", serif;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
    } */


    #lp_ {
        font-family: "EB Garamond", serif;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
		width: 100%;
		min-width: 350px;
        margin: auto;
	}

    #main_visual > h1 {
        margin: 0 auto 2%;
        font-size: 1.3rem;
    }

    .item_number {
        padding-left: 5.4em;
        border-right: 1px solid #fff;
        height: 66px;
    }

    .item_number > dt {
        font-size: 1.1em;
        position: absolute;
        top: 5%;
        left: 22%;
        letter-spacing: 0.3px;
    }

    .item_number > dd {
        font-size: 2.9rem;
        letter-spacing: 0px;
        position: absolute;
        top: 15%;
        left: 26%;
    }

    .item_link {
        font-weight: lighter;
        letter-spacing: 0.3px;
        font-size: 1.0em;
    }


}
