body {
	width: 750px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFF;
}

a{
    text-decoration: none;
}

/*こちらを下にかく*/
@media (max-width: 768px) {
	body {
		width: 100%;
        }
    }

.sea-logo-box {
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: #ffff;
    z-index: 998;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 80%;
}

@media (max-width: 768px) {
    .sea-logo-box {
        width: 100%;
        height: 40px;
    }
}

.sea-logo-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

@media (max-width: 768px) {
    .sea-logo-box img {
        width: 15%;
    }
}

.top {
    position: relative;
	background-image: url(../img/main.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 880px;
	width: 750px;
	margin-bottom:40px;
}

@media (max-width: 768px) {
	.top {
        background-size: contain;
        width:100%;
        height: 0;
        padding-top: 117%;
        margin-bottom: 15px;
        }
    }


img {
    vertical-align: bottom;
    max-width:100%;
}


main {
    margin: 0 auto;
}

.new-arrivals {
    margin: 0 auto;
    width: 670px;
}
@media (max-width: 768px) {
    .new-arrivals {
        margin: 0 auto;
        width: 100%;
    }
 }

h2 {
    font-family: 'Abel', sans-serif;
    font-size: 28px;
    letter-spacing: 0.2em;
    font-weight: 100;
}

@media (max-width: 768px) {
    h2 {
        font-size: 20px;
        letter-spacing: 0.1em;
    }
}

.new-arrivals-title {
    padding-bottom: 40px;
}

@media (max-width: 768px) {
        .new-arrivals-title {
            padding-bottom: 15px;
        }
    }

.new-arrivals-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: auto;
}
@media (max-width: 768px) {
    .new-arrivals-box {
        width: 90%;
        margin: auto;
    }
}

.itembox {
    flex-basis: 50%;
	width: 50%;
	margin-bottom:40px;
}

@media (max-width: 768px) {
    .itembox {
        flex-basis: 47%;
        width: 47%;
        margin-bottom:20px;
    }
}

.itembox p {
    font-size: 20px;
    flex-direction: column;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    padding-top: 5px;
}
@media (max-width: 768px) {
    .itembox p {
        font-size: 13px;

    }
}

@media (max-width: 768px) {
    .syosai {
    width: 110px;
    margin: 0px auto;
    height: 12px;
    }
}

.shop {
    margin: 10px auto 50px;
    width: 265px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-family: 'Abel', sans-serif;
    font-size: 28px;
    letter-spacing: 0.2em;
    font-weight: 100;
    border: solid 1px #000;
}

@media (max-width: 768px) {
    .shop{
    margin: 32px auto 35px;
    width: 210px;
    padding-top: 13px;
    padding-bottom: 13px;
    border: solid 1px #000;
        }
    }


.concept .catch {
    position: relative;
    top: 30px;
    left: 40px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    font-size: 39px;
    letter-spacing: 0.03em;
    z-index: 2;
    text-align: left;
}
@media (max-width: 768px) {
.concept .catch {
    width:95%;
    position: relative;
    /*
    top: 30px;
    left: 40px;
    */
    left: 5%;
    font-size: 30px;
    letter-spacing: 0.03em;
    text-align: center;
    }
}


.concept .text {
    position: relative;
    top: 50px;
    left: 43px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
    z-index: 2;
    text-align: left;
    line-height: 2.3em;
}
@media (max-width: 768px) {
    .concept .text {
        font-weight: 500;
        width: 95%;
        left: 5%;
        font-family: 'Noto Sans JP', sans-serif;
        letter-spacing: 0.05em;
        font-size: 13px;
        text-align: center;
    }
}

.concept {
        background-image: url(../img/conceptimg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 576px;
        width: 100%;
    }
@media (max-width: 768px) {
.concept {
    height: 400px;
    width: 100%;
    }
}

footer .information {
    margin: 50px auto 50px;
    text-align: center;
    height: 100%;
}

@media (max-width: 768px) {
	footer .information {
		background-size: cover;
        margin: 25px 0;
        }
    }

.information a {
    font-family: 'Abel', sans-serif;
    font-size: 25px;
    letter-spacing: 0.1em;
    font-weight: 100;
    line-height: 4em;
    text-align: center;
}

@media (max-width: 768px) {
	.information a {
		font-size: 20px;
        line-height: 3em;
        }
    }
