/*!
normalize.css v | MIT License | https://necolas.github.io/normalize.css/
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* # _s */

/* Box sizing */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/* # Base */

html {
    scroll-behavior: smooth;
}
/* Typography */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements */
body {
    background: #fff;
    overflow-x: hidden;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links */
a {
    color: #333;
}

a:visited {
    color: #333;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/* # Layouts */

:root {
    --page-max-width: 600px;
    --main-color: #3F58AA;
    --accent-color: #DC0036;
    --content-bg-color: #fff4ee;
    --index-r-margin-bottom-pc: 100px;
}
@media screen and (min-width: 1024px) {
    :root {
        --page-max-width: 1400px;
    }
}


.site-content {
    background: var(--content-bg-color);
}
.site-content-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--page-max-width);
    /*background: #fff;*/
}

/* # Components */

.site-header {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--page-max-width);
}
.site-header a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.site-header img {
    vertical-align: top;
}
.site-header__1st-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 56px 0 10px;
    padding-top: 8px;
    gap: 8px;
    height: 52px;
}
.site-header h1 {
    display: flex;
    align-items: stretch;
    margin: 0;
}
.site-header h1 img {
    object-fit: contain;
    object-position: left;
    max-height: 100%;
}
.site-header__contact-btn {
    padding: 0 8px;
    flex-shrink: 0;
}

.site-header__2nd-row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 0 0 10px;
}
a.site-header__icon-box {
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px;
    border-right: 1px dashed #ccc;
    font-size: 13px;
    line-height: 1.1;
    text-align: center;
    transition: background-color .3s;
    font-weight: bold;
}
a.site-header__icon-box > img {
    margin: auto 0;
}
.site-header__icon-box:active {
    background: #94a6e1
}
.site-header__contact-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 4px;
    align-self: center;
    flex-shrink: 1;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.1;
}
.site-header__2nd-row > .site-header__contact-box {
    margin: 0 10px 0 4px;
}
@media screen and (max-width: 374px) {
    a.site-header__icon-box {
        padding: 8px 6px;
        font-size: 12px;
    }
}
@media screen and (min-width: 1024px) {
    .site-header__1st-row {
        margin: 0 10px 10px;
        padding-top: 10px;
        height: 64px;
        gap: 24px;
    }
    .site-header__1st-row > h1 {
        flex: 0 0 auto;
    }
    .site-header__contact-box {
        flex-direction: row;
        align-items: center;
        font-size: 1rem;
        line-height: 1.3;
        gap: 20px;
        flex: 0 1 auto;
        padding: 0;
    }
    .site-header__parking {
        flex: 0 1 auto;
    }
    .site-header__contact-box > div {
        flex: 0 0 auto;
    }
    a.site-header__contact-btn-pc {
        flex: 0 0 auto;
        display: block;
        padding: 10px 16px 12px;
        border-radius: 40px;
        background: var(--accent-color);
        color: #fff;
        font-weight: bold;
        line-height: 1;
        transition: opacity .3s;
    }
    a.site-header__contact-btn-pc:hover {
        opacity: .6;
    }
}

.site-footer {
    content-visibility: auto;
    margin-top: 50px;
    margin-bottom: 10px;
}
.site-footer a {
    text-decoration: none;
}
.site-footer__logo {
    width: 300px;
}
.site-footer__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.site-footer__name b {
    font-size: 18px;
    font-weight: bold;
}
.site-footer__address {
    margin: 4px 0 8px;
    font-size: 15px;
    line-height: 1.3;
}
.site-footer__tel {
    font-size: 22px;
    font-weight: bold;
}
.site-footer__tel a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-footer__button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 30px 0;
}
.site-footer__button a {
    display: block;
    padding: 10px 16px;
    border-radius: 20px;
    background: #DC0036;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    min-width: 10.5em;
    color: #fff;
    transition: opacity .3s;
}
.site-footer__button a:hover {
    opacity: .7;
}
.site-footer__copyright {
    margin: 30px 0;
    font-size: 12px;
}
@media screen and (min-width: 1024px) {
    .site-footer {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto 1fr auto;
        gap: 30px;
        margin-left: auto;
        margin-right: auto;
        max-width: var(--page-max-width);
    }
    .site-footer__main {
        margin-bottom: 0;
        grid-row: 1 / span 2;
    }
    .site-footer__logo {
        width: 350px;
    }
    .site-footer__main b {
        font-size: 22px;
    }
    .site-footer__address {
        font-size: 17px;
    }
    .site-footer__tel {
        font-size: 28px;
    }
    .site-footer__button {
        margin: 20px 0 0;
    }
    .site-footer__button a {
        font-size: 16px;
    }
    .site-footer__menu {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 90px;
        font-size: 14px;
    }
    .site-footer__menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        columns: 2;
        gap: 50px;
    }
    .site-footer__menu li {
        margin-bottom: .6em;
    }

    .site-footer__copyright {
        grid-column: 1 / span 2;
        font-size: 14px;
    }
}

.to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    opacity: .8;
    transition: opacity .3s;
}
.to-top:hover {
    opacity: .6;
}
.to-top img {
    display: block;
}
@media screen and (min-width: 1024px) {
    .to-top {
        bottom: 20px;
        right: 20px;
    }
}
.index-r a {
    text-decoration: none;
}
.index-r img {
    vertical-align: top;
}
.index-r h2 {
    margin: 0 0 30px;
    line-height: 1.1;
}
.index-r h2,
.index-r__heading-en {
    font-size: 44px;
    line-height: 1.1;
    font-weight: normal;
}
.index-r__heading-en + h2 {
    font-size: 20px;
}
.index-r__heading-en {
    margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
    .index-r {
        margin-bottom: var(--index-r-margin-bottom-pc);
    }
    .index-r header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 40px;
    }
    .index-r h2 {
        margin-bottom: 0;
    }
    .index-r h2,
    .index-r__heading-en {
        font-size: 80px;
    }
    .index-r__heading-en + h2 {
        font-size: 30px;
    }
}
.index-r__overlap-img {
    z-index: 5;
}

.index-r__main-slider {
    height: 400px;
}
.index-r__main-slider > .swiper {
    height: 100%;
}
.index-r__main-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index-r__hero-catchphrase-sp {
    position: relative;
    margin: 0 auto;
    line-height: 2;
    /*max-width: 400px;*/
}
.index-r__hero-catchphrase-sp > div:first-of-type {
    margin-bottom: 10px;
    padding: 10px 10px 10px 27.5%;
    background: var(--accent-color);
    color: #fff;
}
.index-r__hero-absolute-img {
    position: absolute;
    top: -60px;
    left: 8px;
    z-index: 5;
    max-width: 21%;
}
@media screen and (min-width: 1024px) {
    .index-r__hero {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: stretch;
        gap: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .index-r__hero-left-pane {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: var(--accent-color);
        color: #fff;
        padding: 30px 40px 40px;
    }
    .index-r__hero-left-pane-illust {
        max-width: 30vw;
    }
    .index-r__hero-left-pane-logo {
        margin: 10px 0 20px;
    }
    .index-r__hero-left-pane-logo h2 {
        font-size: 1rem;
    }
    .index-r__hero-left-pane-logo > div {
        margin-top: 10px;
        font-size: 24px;
    }
    .index-r__hero-left-pane-catchphrase {
        margin: 0 0 30px;
        line-height: 2;
        font-size: 17px;
    }
    .index-r__search-form {
        margin-top: auto;
        padding: 16px 20px 20px;
        border: 3px solid #D9DEEE;
        border-radius: 30px;
        align-self: stretch;
    }
    .index-r__search-form label {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-bottom: 14px;
        font-size: 20px;
        line-height: 1;
    }
    .index-r__search-form input[type="text"] {
        padding: 10px 14px;
        border: 1px solid #ccc;
        border-radius: 14px;
        width: 100%;
    }
    .index-r__main-slider {
        min-width: 0;
        overflow: hidden;
        height: auto;
        max-height: 720px;
    }
    .index-r__main-slider > .swiper {
        height: 100%;
    }
    .index-r__main-slider .swiper-slide {
        height: 100%;
    }
}

.index-r__shop {
    margin-top: -36px;
    padding: 50px 0;
    background: #D6A067;
    color: #fff;
}
.index-r__shop a {
    color: #fff;
}
.index-r__shopslider + .swiper-pagination {
    margin-bottom: 40px;
}
.index-r__shopslider .swiper-slide {
    width: 220px;
    transition: opacity .3s;
}
.index-r__shopslider .swiper-slide:hover {
    opacity: .8;
}
.index-r__shopslider .swiper-slide img {
    margin-bottom: 4px;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: contain;
}
.index-r__shop-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0 10px;
}
.index-r__shop-link > a {
    display: block;
    padding: 14px 10px;
    border: 2px solid #fff;
    background: #fff;
    width: 260px;
    font-size: 24px;
    line-height: 1;
    color: #333;
    text-align: center;
    transition: background-color .3s, color .3s;
}
.index-r__shop-link > a:hover {
    background: #D6A067;
    color: #fff;
}
@media screen and (min-width: 1024px) {
    .index-r__shop {
        margin-top: 0;
    }
    .index-r__shop header {
        position: relative;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-end;
        /*gap: 20px;*/
        margin-bottom: 40px;
        padding: 0 53% 0 40px;
    }
    .index-r__shop h2,
    .index-r__heading-en {
        margin-bottom: 0;
        line-height: 1;
    }
    .index-r__shop-pc-illust > img {
        position: absolute;
        bottom: -40px;
        right: 4%;
        width: 49%;
    }
    .index-r__shop-link {
        gap: 30px;
    }
    .index-r__shop-link > a {
        padding: 20px 10px;
        width: 14em;
    }
}

.index-r__event {
    padding: 40px 10px 60px;
    background: #fff;
}
.index-r__event h2,
.index-r__event .index-r__heading-en {
    color: var(--main-color);
}
.index-r__event-user-content {
    margin-bottom: 30px;
}
.index-r__event-user-content a img {
    transition: opacity .3s;
}
.index-r__event-user-content a:hover img {
    opacity: .7;
}
.index-r__event-list > ul {
    margin: 30px 0 40px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #333;
}
.index-r__event-list > ul > li {
    margin-bottom: 0;
    border-top: 1px solid #333;
}
.index-r__event-list > ul > li > a {
    display: block;
    padding: .8em 10px;
    transition: background-color .3s;
}
.index-r__event-list > ul > li > a:hover {
    background: #ffe0e5;
}
.index-r__event-more-btn {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #333;
    background: #fff;
    color: #333;
    border-radius: 30px;
    transition: background-color .3s, color .3s;
}
.index-r__event-more-btn:hover {
    background: var(--main-color);
    color: #fff;
}
@media screen and (min-width: 1024px) {
    .index-r__event {
        content-visibility: auto;
        display: grid;
        grid-template-columns: 45% 1fr;
        grid-template-rows: auto 1fr;
        gap: 0 40px;
        padding: 40px;
        border: 1px solid #333;
    }
    .index-r__event-user-content {
        grid-column: 2;
        grid-row: 1 / span 2;
        margin-bottom: 0;
        align-self: center;
    }
    .index-r__event-list-box {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
    }
    .index-r__event-list {
        margin-bottom: 20px;
    }
    .index-r__event-pc-img {
        margin-top: auto;
    }
}

.index-r__download {
    margin-bottom: 50px;
    padding: 40px 10px 0;
    background: #7C9B6D;
    color: #fff;
}
.index-r__download a {
    color: #fff;
}
.index-r__download ul {
    margin: 0 auto;
    max-width: 450px;
    padding: 10px 30px;
    list-style: url("img/responsive/triangle.svg");
    font-size: 18px;
}
.index-r__download ul > li {
    margin-bottom: 1em;
}
.index-r__download-sp-illust {
    background: linear-gradient(to bottom, #7C9B6D 63%, transparent 63%);
}
@media screen and (min-width: 1024px) {
    .index-r__download {
        margin-bottom: 20px;
        position: relative;
        padding: 40px 16% 40px 40px;
    }
    .index-r__download ul {
        display: grid;
        grid-template-columns: auto auto;
        gap: 0 50px;
        max-width: 980px;
        padding-left:0;
        padding-right: 0;
        font-size: 22px;
    }
    .index-r__download ul > li {
        break-inside: avoid;
    }
    .index-r__download-pc-illust > img {
        position: absolute;
        bottom: -20px;
        right: 40px;
        width: 12.7%;
    }
}

.index-r__sns {
    content-visibility: auto;
    margin-bottom: 30px;
    padding: 0 10px;
    color: var(--main-color);
}
.index-r__sns-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    text-align: center;
}
.index-r__sns-main-grid > .span2 {
    grid-column: 1 / span 2;
}
.index-r__sns-main-grid a img {
    transition: opacity .3s;
}
.index-r__sns-main-grid a:hover img {
    opacity: .7;
}
.index-r__sns-sp-illust {
    height: 265px;
    background: url('img/responsive/sp05.webp?v=2') no-repeat center top;
}
@media screen and (min-width: 420px) {
    .index-r__sns-sp-illust {
        height: 427px;
        background-image: url('img/responsive/tab05.webp');
    }
}
@media screen and (min-width: 1024px) {
    .index-r__sns {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
    }
    .index-r__sns header {
        display: block;
    }
    .index-r__sns-main-grid {
        gap: 20px;
        padding: 50px 0;
    }
    .index-r__sns-fb-embed {
        order: -1;
        width: 500px;
        min-height: 395px;
        background: #eee;
    }
}


.index-r__banner {
    margin-left: 10px;
    margin-right: 10px;
}
.index-r__banner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.index-r__banner a img {
    transition: opacity .3s;
}
.index-r__banner a:hover img {
    opacity: .7;
}
.index-r__banner-sp-illust {
    margin-top: -10px;
}
@media screen and (min-width: 1024px) {
    .index-r__banner ul {
        gap: 10px;
    }
    .index-r__banner-pc-illust {
        background: url('img/responsive/pc06.webp?v=2') no-repeat center bottom, linear-gradient(to top, #fff 44px, transparent 44px);
        height: 407px;
    }
}
@media screen and (min-width: 1400px) {
    .index-r__banner {
        margin-left: 0;
        margin-right: 0;
    }
}
/* Navigation */
.main-navigation {
    clear: both;
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    text-align: center;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.main-navigation {
    position: relative;
    display: block;
    z-index: 15;
    width: 100%;
}

.main-navigation button {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
}

.main-navigation ul {
    display: block;
    background: none;
    line-height: 2em;
    white-space: nowrap;
}
.main-navigation .menu-wrapper {
    position: fixed;
    padding: 0 1.2em 0;
    top: 0;
    right: -17em;
    width: 17em;
    height: 100vh;
    background: #fff;
    transition: right .2s;
    overflow-y: scroll;
    z-index: 2;
}

.main-navigation a {
    padding: .6em 2em;
}

.main-navigation .current-menu-item a,
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
    color: #333;
    transition: color .2s;
}

.main-navigation .current-menu-item > a,
.main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #fff;
    background-color: var(--accent-color);
    transition: background-color .2s;
}

.main-navigation.toggled .menu-wrapper{
    right: 0;
    overflow-y: scroll;
    transition: right .3s;
}

.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    font-size: 95%;
}
.main-navigation ul ul li {
    line-height: 1.3;
}
.main-navigation ul ul a {
    min-width: 200px;
    padding-right: .2em;
    white-space: normal;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    position: static;
}

.main-navigation li {
    position: relative;
    width: auto;
    margin-bottom: 0;
    text-align: left;
}

.main-navigation li:not(:last-child) {
    border-bottom: 1px dashed #999999;
}

.main-navigation .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #000;
    opacity: 0;
    transition: opacity .3s;
    z-index: 1;
}
.main-navigation.toggled .overlay {
    opacity: .4;
    pointer-events: auto;
}
.main-navigation-close {
    margin: 1.5em auto 0;
    padding: .6em .6em .7em;
    border-radius: 4px;
    width: 6em;
    color: #fff;
    background: var(--accent-color);
    transition: background-color .3s, color .3s;
    text-align: center;
    line-height: 1;
}
.main-navigation-close:hover {
    background: #fff;
    color: var(--accent-color);
}


@media screen and (min-width: 1024px), print {
    .main-navigation {
        margin-bottom: 10px;
    }

    .main-navigation ul > li {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
    .main-navigation .menu-wrapper {
        display: block;
        position: static;
        padding: 0;
        width: auto;
        height: auto;
        overflow: visible;
    }

    .main-navigation.toggled .menu-wrapper {
        overflow: hidden;
    }

    .main-navigation ul {
        position: static;
        display: -webkit-flex;
        display: flex;
        width: auto;
        border: none;
        max-height: none;
        background: #fff;
        font-size: 18px;
    }

    .main-navigation.toggled ul {
        display: flex;
    }

    .main-navigation li:not(:last-child) {
        border-bottom: none;
    }

    .main-navigation a {
        display: block;
        padding: 1.2em .3em;
        line-height: 1;
        transition: border-bottom-width .3s, border-top-width .3s;
        text-align: center;
    }

    .main-navigation ul ul {
        font-size: 100%;
    }
    .main-navigation ul ul li {
        line-height: 1.5;
    }

    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        position: absolute;
        left: auto;
    }

    .menu-toggle,
    .main-navigation button,
    .main-navigation-close,
    .main-navigation.toggled .overlay {
        display: none;
    }

}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}


/* # Utilities */

.text-nowrap {
    white-space: nowrap;
}
.text-center {
    text-align: center;
}
.font-zenmaru-g {
    font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif, sans-serif;
}

.full-width-bg {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}
.full-width {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 1023px) {
    .pc-only {
        display: none !important;
    }
}
@media screen and (min-width: 1024px) {
    .sp-only {
        display: none !important;
    }
}

/* Accessibility */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
    margin: 6px;
    padding: 8px 10px 9px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter, background-color;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: var(--accent-color);
    border: 1px solid #fff8;
    border-radius: 50%;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active {
    background-color: var(--accent-color);
}

.hamburger-box {
    width: 22px;
    height: 21px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 22px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    /*noinspection CssInvalidPropertyValue*/
    transition-property: transform background-color;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 16px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(135deg);
    transition-delay: 0.1s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.1s;
}

.hamburger:focus {
    outline: none;
}