@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');

@font-face {
    font-family: "ImpactLocal";
    src: url("./impact.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
    scroll-margin-top: 80px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
s abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    text-size-adjust: 100%;
    letter-spacing: 0.01rem;
    color: #1E1E1E;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600 !important;
    font-style: normal;
    line-height: 1.6;
    position: relative;
}

input[type="submit"],
input[type="button"],
input[type="date"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;

    &:-webkit-search-decoration {
        display: none;
    }

    &:focus {
        outline-offset: -2px;
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
    transition: all .7s;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    opacity: .7;
}

.sp,
.ssp {
    display: none !important;
}

@-ms-viewport {
    width: device-width;
}

.impact {
    font-family: "ImpactLocal", sans-serif;
    font-weight: 700;
}

.oswald {
    font-family: "Oswald", sans-serif;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.inner {
    padding: 0;
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 1200px;
}

.sm-inner {
    max-width: 1120px;
}

.fade-in-element {
    opacity: 0;
    transform: translateY(30px);
    transition: all .7s;
}

.visible {
    opacity: 1;
    transform: translateY(0);
}

.no-scroll {
    overflow: hidden;
}

header {
    width: 100%;
    z-index: 2000;
    transition: all .7s;
    position: relative;
}

.header-logo {
    width: 150px;
}

.hamburger-btn {
    position: fixed;
    width: 45px;
    height: 27.5px;
    background: none;
    top: 25px;
    right: 20px;
    border: none;
    cursor: pointer;
    z-index: 1001;
    transition: all .7s;
}

.hamburger-btn span,
.hamburger-btn span::before,
.hamburger-btn span::after {
    content: '';
    display: block;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: 0.3s;
    width: 100%;
}

.hamburger-btn span {
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}

.hamburger-btn span::before {
    top: -10px;
    transition: all .5s;
}

.hamburger-btn span::after {
    top: 10px;
    transition: all .5s;
}

.hamburger-btn span.scroll,
.hamburger-btn span.scroll::before,
.hamburger-btn span.scroll::after {
    background: #FF6900;
}

.hamburger-btn.active span {
    background: transparent;
}

.hamburger-btn.active span::before {
    transform: rotate(45deg);
    top: 0;
}

.hamburger-btn.active span::after {
    transform: rotate(-45deg);
    top: 0;
}

.hamburger-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FCB900 0%, #FF6900 100%);
    transition: 0.3s;
    z-index: 1000;
    padding: 20px 20px 40px;
    overflow-y: scroll;
}

.hamburger-menu.active {
    right: 0;
}

.hamburger-menu ul {
    width: 100%;
    padding: 80px 0;
}

.hamburger-menu ul li {
    margin-bottom: 30px;
    text-align: center;
}

.hamburger-menu ul li:last-child {
    margin-bottom: 0;
}

.hamburger-menu ul li a p {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
}

.hamburger-menu ul li a img {
    height: 14.5px;
    width: auto;
    margin: 4.5px auto 0;
}

.hamburger-menu ul li:nth-child(3) a img {
    height: 16.5px;
}

.hamburger-menu ul li:last-child a {
    display: inline-block;
    position: relative;
}

.hamburger-menu ul li:last-child a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #fff;
    width: 100%;
    height: 2px;
}

.hamburger-menu ul li:last-child a p {
    font-size: 16px;
}

.drawer-logo {
    width: 220px;
}

.drawer-contact {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}

footer {
    background: #FF6900;
    padding: 60px 0;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    align-items: flex-start;
}

.footer-top-left {
    width: calc(100% - 250px);
    display: flex;
    align-items: flex-end;
}

.footer-top-left-logo {
    width: 380px;
    margin-right: 35px;
}

.footer-top-left-txt p {
    font-size: 18px;
    color: #fff;
}

.footer-top-right {
    width: 220px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom-copy p {
    font-size: 14px;
    color: #fff;
}

.footer-bottom-menu ul {
    display: flex;
    align-items: center;
}

.footer-bottom-menu ul li a {
    display: block;
    margin-right: 55px;
}

.footer-bottom-menu ul li a p {
    font-size: 18px;
    color: #fff;
}

.footer-bottom-menu ul li a img {
    height: 13.5px;
    width: auto;
    margin: 2.5px auto 0 0;
}

.footer-bottom-menu ul li:nth-child(3) a img {
    height: 16px;
}

.footer-bottom-menu ul li.list a {
    position: relative;
    display: inline-block;
}

.footer-bottom-menu ul li.list a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #fff;
    width: 100%;
    height: 2px;
}

.footer-bottom-menu ul li.list a p {
    font-size: 16px;
}

header {
    background: linear-gradient(90deg, #FCB900 0%, #FF6900 100%);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12.5px 0;
    max-width: 1380px;
}

.header-logo {
    width: 250px;
}

.header-menu {
    max-width: 850px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 230px);
}

.header-menu ul li a {
    text-align: center;
    display: block;
}

.header-menu ul li a p {
    font-size: 16.5px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.header-menu ul li a img {
    height: 13.5px;
    width: auto;
    display: block;
    margin: 3.5px auto 0;
}

.header-menu ul li:nth-child(3) a img {
    height: 16px;
}

.header-menu ul li.list a {
    position: relative;
    display: inline-block;
}

.header-menu ul li.list a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #fff;
    width: 100%;
    height: 2px;
}

.header-menu ul li.list a p {
    font-size: 16px;
}

.header-contact {
    width: 200px;
}

.ssp {
    display: none !important;
}

@media screen and (max-width: 1200px) {
    .footer-bottom {
        display: block;
    }

    .footer-bottom-menu {
        margin-bottom: 50px;
    }

    .footer-bottom-copy {
        text-align: center;
    }

    .footer-top-left {
        display: block;
    }

    .footer-top-left-logo {
        margin: 0 0 20px 0;
    }

    .under-menu-cont {
        width: 47.5%;
    }

    .header-logo {
        width: 180px;
    }

    .header-contact {
        width: 120px;
    }

    .header-menu {
        max-width: 650px;
    }

    .header-menu ul {
        width: calc(100% - 140px);
    }

    .header-menu ul li a p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {
    .header-logo {
        width: 140px;
    }
}

@media screen and (max-width: 834px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .footer-top {
        display: block;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .footer-top-left {
        text-align: center;
        width: 100%;
    }

    .footer-top-left-logo {
        margin: 0 auto 20px;
        width: 310px;
    }

    .footer-top-left-txt p {
        font-size: 16px;
    }

    .footer-bottom-menu ul {
        display: block;
        text-align: center;
    }

    .footer-btn {
        max-width: 350px;
        width: 100%;
        margin: 0 auto 20px;
    }

    .footer-bottom-copy p {
        text-align: center;
        font-size: 14px;
    }

    .footer-bottom-menu ul li a {
        display: block;
        margin: 0 0 30px 0;
    }

    .footer-bottom-menu ul li a img {
        margin: 2.5px auto 0;
    }

    .footer-bottom-menu ul li.list a {
        margin-bottom: 0;
    }

    .header-logo {
        width: 225px;
    }

    .header-inner {
        padding: 20px 0 21px;
    }
}

@media screen and (max-width: 767px) {
    .ppc {
        display: none !important;
    }

    .ssp {
        display: block !important;
    }
}

@media screen and (max-width: 500px) {}
