html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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 {
    display: block
}

body {
    line-height: 1.6
}

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
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%
}

*,
*::before,
*::after {
    box-sizing: inherit
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    background: #fff;
    font-size: 16px
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

.sp {
    display: none !important
}

.pc {
    display: block !important
}

@media(max-width:767px) {
    .pc {
        display: none !important
    }

    .sp {
        display: block !important
    }
}

body {
    background: #1a255c
}

.site-footer {
    background: #1a255c;
    color: #e0c778;
    width: 100vw
}

.site-footer a {
    color: #e0c778;
    text-decoration: none;
    font-size: 1vw
}

.site-footer a:hover {
    text-decoration: underline
}

.site-footer .footer-inner {
    width: 60.66666667vw;
    padding: 4vw 0;
    text-align: center;
    margin: 0 auto
}

.footer-brand {
    display: flex;
    justify-content: center;
    margin-bottom: 3vw
}

.footer-brand img {
    width: 11vw;
    height: auto
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2vw
}

.cow-logo {
    flex: 0 0 auto
}

.cow-logo img {
    width: 2.633333333vw;
    height: auto
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    justify-content: flex-start
}

.footer-nav a {
    line-height: 2.2vw
}

.copyright {
    font-size: 1vw;
    line-height: 2vw;
    opacity: .9;
    color: #e0c778;
    text-align: left
}

.copyright a {
    color: #e0c778;
    text-decoration: none
}

.copyright a:hover {
    text-decoration: underline
}

@media(max-width:767px) {
    .site-footer {
        background: #1a255c;
        color: #e0c778;
        width: 100vw
    }

    .site-footer a {
        color: #e0c778;
        text-decoration: none
    }

    .site-footer a:hover {
        text-decoration: underline
    }

    .site-footer .footer-inner {
        width: 87.96vw;
        margin: 0 auto;
        padding: 7vw 0 18vw;
        text-align: left;
        position: relative
    }

    .footer-brand {
        display: flex;
        justify-content: center;
        margin: 0 0 6vw
    }

    .footer-brand img {
        display: block;
        height: auto;
        width: 40vw
    }

    .footer-row {
        display: block;
        margin: 0
    }

    .footer-nav {
        display: block;
        width: 100%;
        position: relative
    }

    .footer-nav a {
        display: block;
        font-size: 4.2vw;
        line-height: 1.9;
        padding: 2.4vw 0;
        letter-spacing: .02em
    }

    .cow-logo {
        position: absolute;
        right: 0;
        bottom: 18.85vw;
        margin: 0;
        display: block
    }

    .cow-logo img {
        width: 10vw;
        height: auto;
        display: block
    }

    .copyright {
        margin-top: 6vw;
        font-size: 2vw;
        line-height: 1.8;
        opacity: .9;
        color: #e0c778;
        text-align: left
    }

    .copyright a {
        font-size: 2vw
    }
}

@media(max-width:767px) {
    .g-sns-footer.sp {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: .5vw
    }

    .g-sns-footer.sp a {
        display: inline-block;
        text-decoration: none;
        line-height: 0;
        margin-right: 6vw
    }

    .g-sns-footer.sp a:last-child {
        margin-right: 0
    }

    .g-sns-footer.sp img {
        width: auto;
        height: 6.5vw;
        display: block
    }
}

.g-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    background: #182963;
    background: rgba(24, 41, 99, .78);
    z-index: 9999;
    box-shadow: 0 .35vw 1.1vw rgba(0, 0, 0, .25);
    transform: translateY(-110%);
    opacity: 0;
    pointer-events: none;
    transition: transform .35s ease, opacity .35s ease
}

.g-header.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto
}

.g-header__inner {
    width: 96vw;
    margin: 0 auto;
    height: 6.2vw;
    padding-left: 1.2vw;
    padding-right: 1.2vw;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.g-header__logo img {
    display: block;
    height: calc(6.2vw - 2.4vw);
    height: 7.02vw;
    width: auto;
    position: relative;
    top: 1.2vw
}

.g-nav__list {
    display: flex;
    align-items: center;
    gap: 1.85vw;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 17.5vw
}

.g-nav__list a {
    display: inline-block
}

.g-nav__list img {
    display: block;
    height: 1.5vw;
    width: auto;
    transition: opacity .2s ease
}

.g-nav__list a:hover img {
    opacity: .85
}

.g-sns {
    display: flex;
    align-items: center;
    gap: 1.5vw
}

.g-sns a {
    display: inline-block
}

.g-sns img {
    display: block;
    height: 2.6vw;
    height: 1.5vw;
    width: auto;
    transition: opacity .2s ease, transform .2s ease
}

.g-sns a:hover img {
    opacity: .85;
    transform: translateY(-0.1vw)
}

.g-nav__list a .label {
    display: none
}

.g-burger {
    display: none
}

@media(max-width:767px) {
    .g-header {
        display: block;
        height: 16vw;
        box-shadow: 0 1vw 3vw rgba(0, 0, 0, .25)
    }

    .g-header__inner {
        width: 96vw;
        height: 16vw;
        padding-left: 4vw;
        padding-right: 4vw;
        position: relative;
        justify-content: center
    }

    .g-header__logo {
        position: absolute;
        left: 50%;
        top: 2vw;
        transform: translateX(-50%)
    }

    .g-header__logo img {
        height: 15vw;
        width: auto
    }

    .g-nav__list {
        left: 6vw
    }

    .g-nav,
    .g-sns {
        display: none
    }

    .g-burger {
        display: block;
        position: absolute;
        right: 4vw;
        top: 4vw;
        width: 8vw;
        height: 8vw;
        background: transparent;
        border: 0;
        padding: 0;
        cursor: pointer;
        z-index: 2
    }

    .g-burger span {
        position: absolute;
        left: 0;
        right: 0;
        height: .6vw;
        background: #fff;
        border-radius: .3vw;
        transform-origin: 50% 50%;
        transition: transform .25s ease, opacity .2s ease, top .25s ease
    }

    .g-burger span:nth-child(1) {
        top: 1.4vw
    }

    .g-burger span:nth-child(2) {
        top: 3.6vw
    }

    .g-burger span:nth-child(3) {
        top: 5.8vw
    }

    .g-header.is-open {
        transform: none;
        transition: none;
        left: 0;
        margin-left: 0
    }

    .g-header.is-open::after {
        content: "";
        position: fixed;
        inset: 0;
        background: #16245a;
        z-index: 10000
    }

    .g-header.is-open .g-nav {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 10001;
        padding: 20vw 7vw 22vw;
        overflow: auto
    }

    .g-header.is-open .g-nav__list {
        display: flex;
        flex-direction: column;
        gap: 6vw;
        margin: 0;
        padding: 0;
        list-style: none;
        align-items: flex-start
    }

    .g-nav__list a .label {
        display: none
    }

    .g-header.is-open .g-nav__list a img {
        display: block;
        width: 50%;
        height: auto;
        margin: 0
    }

    .g-header.is-open .g-sns {
        display: flex;
        gap: 6vw;
        z-index: 10001
    }

    .g-header.is-open .g-sns img {
        height: 7vw;
        width: auto
    }

    .g-header.is-open .g-burger {
        z-index: 10002
    }

    .g-header.is-open .g-burger span:nth-child(1) {
        top: 3.6vw;
        transform: rotate(45deg)
    }

    .g-header.is-open .g-burger span:nth-child(2) {
        opacity: 0
    }

    .g-header.is-open .g-burger span:nth-child(3) {
        top: 3.6vw;
        transform: rotate(-45deg)
    }

    .pc-only {
        display: none !important
    }
}

html.no-scroll,
body.no-scroll {
    overflow: hidden
}

.g-header.is-open .g-nav__list a .label {
    display: none
}

.g-header.is-open ol.sp {
    display: block;
    margin: 5vw 0 0 0;
    padding-left: 6vw
}

.g-header.is-open ol.sp li {
    margin: 4vw 0
}

.g-header.is-open ol.sp li a img {
    width: 50%;
    height: auto;
    display: block
}

.g-header.is-open ol.sp li a .label {
    display: none
}

@media(max-width:767px) {
    .g-header.is-open ol.sp li a img {
        width: auto;
        height: 4vw;
        max-height: 15px
    }
}