@charset "UTF-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 500;
    letter-spacing: .04em;
}

html {
    font-size: 10px;
    margin: 0 !important;
    scroll-behavior: smooth;
}

@media (min-width: 768px) and (max-width: 1180px) {
    html {
        font-size: .84745763vw;
    }
}

@media (max-width: 390px) {
    html {
        font-size: 2.564102564vw;
    }
}

body {
    color: #000;
    font-family: "Kiwi Maru", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    overflow-x: hidden;
}

@media (max-width: 767px) {
	body {
		font-size: 1.6rem;
	}
}

button,input,optgroup,select,textarea {
    font-family: "Kiwi Maru", serif;
}

@media (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

.container,section,main {
    position: relative;
}

ul,ol {
    list-style-type: none;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

a,button {
	display: block;
	text-decoration: none;
	color: #000;
	transition: .2s;
}

a:before,
a:after,
button:before,
button:after {
	transition: .2s;
}

p span:not([class]) {
    display: inline-block;
}