@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Roboto:wght@400;700&family=Source+Sans+Pro:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
    cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
    display: none;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
    outline: none;
}

/* Table */
/* ============================================ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*======================================================
# Media Query
====================================================== */
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    color: #000000;
    overflow-x: hidden;
}

@media (min-width: 768px) and (max-width: 1024px) {
    body {
        overflow: auto;
        /* 必要に応じてスクロールを有効に */
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    main {
        width: 1280px;
    }
}

img {
    vertical-align: bottom;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    opacity: 0.7;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .l-header {
        width: 1280px;
    }
}

@media screen and (max-width: 767px) {
    .l-header {
        padding: 0px 20px 0px;
    }
}

.l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 20px;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .l-header__inner {
        padding-right: 0;
        padding-left: 0;
    }
}

.l-header__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
}

.l-header__logo {
    width: 196px;
}

@media screen and (max-width: 767px) {
    .l-header__logo {
        width: 117px;
    }
}

.l-header__logo img {
    width: 100%;
    height: auto;
}

.l-header-open {
    display: none;
    background: #f1fcb5;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 75px 40px 0;
}

.l-header-open__logo {
    width: 196px;
    margin: 93px auto 0;
}

@media screen and (max-width: 767px) {
    .l-header-open__logo {
        margin-top: 56px;
    }
}

.l-header-open__logo img {
    width: 100%;
    height: auto;
}

.l-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
}

@media screen and (max-width: 767px) {
    .l-sidebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.l-sidebar__body {
    width: calc(100% - 380px);
}

@media screen and (max-width: 767px) {
    .l-sidebar__body {
        width: 100%;
    }
}

.l-sidebar__head {
    width: 335px;
}

@media screen and (max-width: 767px) {
    .l-sidebar__head {
        width: 100%;
        margin-top: 33px;
    }
}

.l-sidebar__head img {
    max-width: 100%;
    height: auto;
}

.l-sidebar__head-inner {
    position: sticky;
    top: 0;
}

@media screen and (max-width: 767px) {
    .l-sidebar__head-inner {
        position: static;
        top: unset;
    }
}

.l-sidebar__title {
    font-size: 32px;
    line-height: 1.34375;
    font-weight: 700;
    color: #1b8112;
    text-transform: uppercase;
}

.l-sidebar__banner2 a {
    display: block;
}

.l-sidebar__banner2 div {
    margin-top: 40px;
}

.l-sidebar__banner2 div+.l-sidebar__banner2 div {
    margin-top: 20px;
}

.l-sidebar__banner2 div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.l-sidebar-pickup {
    margin-top: 38px;
}

@media screen and (max-width: 767px) {
    .l-sidebar-pickup {
        margin-top: 40px;
    }
}

.l-sidebar-pickup+.l-sidebar__banner {
    margin-top: 40px;
}

.l-sidebar-pickup__list {
    margin-top: 11px;
}

.l-sidebar-pickup__item+.l-sidebar-pickup__item {
    margin-top: 10px;
}

.l-sidebar-pickup__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
}

.l-sidebar-pickup__item--thumb {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    max-width: 70px;
}

@media screen and (max-width: 767px) {
    .l-sidebar-pickup__item--thumb {
        width: 21%;
        padding-top: 14%;
        max-width: unset;
        aspect-ratio: unset;
        position: relative;
    }
}

.l-sidebar-pickup__item--thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .l-sidebar-pickup__item--thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.l-sidebar-pickup__item--text {
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .l-sidebar-pickup__item--text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.l-sidebar-ranking {
    margin-top: 48px;
}

@media screen and (max-width: 767px) {
    .l-sidebar-ranking {
        margin-top: 40px;
    }
}

.l-sidebar-ranking__list {
    margin-top: 11px;
    counter-reset: number 0;
}

.l-sidebar-ranking__item {
    position: relative;
}

.l-sidebar-ranking__item::after {
    position: absolute;
    content: "";
    background-image: url(../images/icon_ball.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: -12px;
    top: -6px;
    width: 24px;
    height: 24px;
}

.l-sidebar-ranking__item::before {
    position: absolute;
    counter-increment: number 1;
    content: counter(number);
    left: -5px;
    top: -2px;
    font-size: 16px;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    z-index: 1;
    color: #fff;
}

.l-sidebar-ranking__item:first-of-type::after {
    top: -7px;
    width: 54px;
    height: 54px;
}

.l-sidebar-ranking__item:first-of-type::before {
    left: 4px;
    top: 2px;
    font-size: 35px;
}

.l-sidebar-ranking__item:first-of-type .l-sidebar-ranking__item--thumb {
    position: relative;
    width: 100%;
    padding-top: 45.0746268657%;
}

.l-sidebar-ranking__item:first-of-type .l-sidebar-ranking__item--thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.l-sidebar-ranking__item+.l-sidebar-ranking__item {
    margin-top: 10px;
}

.l-sidebar-ranking__item:nth-of-type(2) {
    margin-top: 23px;
}

.l-sidebar-ranking__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
}

@media screen and (max-width: 767px) {
    .l-sidebar-ranking__item:not(:first-of-type) .l-sidebar-ranking__item--thumb {
        width: 21%;
        padding-top: 14%;
        max-width: unset;
        aspect-ratio: unset;
        position: relative;
    }

    .l-sidebar-ranking__item:not(:first-of-type) .l-sidebar-ranking__item--thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.l-sidebar-ranking__item--thumb {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    max-width: 70px;
}

.l-sidebar-ranking__item--thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.l-sidebar-ranking__item--text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 500;
}

.l-sidebar-ranking__item:first-of-type a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.l-sidebar-ranking__item:first-of-type .l-sidebar-ranking__item--thumb {
    aspect-ratio: 335/151;
    max-width: unset;
}

.l-sidebar-ranking__item:first-of-type .l-sidebar-ranking__item--text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.75;
}

.l-sidebar-keyword {
    margin-top: 39px;
}

.l-sidebar-keyword__title {
    font-size: 24px;
    line-height: 1.375;
    font-weight: 700;
    color: #1b8112;
    text-transform: uppercase;
}

.l-sidebar-keyword__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 8px;
    margin-top: 20px;
}

.l-sidebar-keyword__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 18px;
    color: #fff;
    background: #1b8112;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 8px;
}

.l-sidebar iframe {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .l-sidebar__aside img {
        max-width: 100%;
        height: auto;
    }
}

.l-page__banner {
    display: block;
    max-width: 860px;
    margin: 15px auto 37px;
}

@media screen and (max-width: 767px) {
    .l-page__banner {
        margin: 15px auto 42px;
    }
}

.l-page__banner img {
    width: 100%;
}

.l-footer {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.l-footer__inner {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding: 70px 20px 0;
}

@media screen and (max-width: 767px) {
    .l-footer__inner {
        padding: 80px 20px 0;
    }
}

.l-footer__logo {
    width: 276px;
    display: block;
    margin: 0 auto;
}

.l-footer__logo img {
    width: 100%;
    height: auto;
}

.l-footer__bg {
    margin: 11px calc(50% - 50vw) 0;
    width: 100vw;
}

@media screen and (max-width: 767px) {
    .l-footer__bg {
        margin: 54px calc(50% - 50vw) 0;
    }
}

.l-footer__bg img {
    width: 100%;
    height: auto;
}

.l-footer__copy {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4285714286;
    display: block;
    margin: -56px 28px 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media screen and (max-width: 767px) {
    .l-footer__copy {
        font-size: 12px;
        line-height: 1.6666666667;
        margin: 35px auto 0;
        font-family: 400;
    }
}

.l-footer-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    margin-top: 67px;
}

@media screen and (max-width: 767px) {
    .l-footer-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 42px;
        -webkit-column-gap: unset;
        -moz-column-gap: unset;
        column-gap: unset;
        row-gap: 20px;
    }
}

.l-footer-body__title {
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    background: #000;
    width: 110px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.l-footer-body__item.-sns {
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .l-footer-body__item.-sns {
        margin-left: unset;
    }
}

.l-footer-bottom {
    border-top: rgba(112, 112, 112, .3) 1px solid;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .l-footer-bottom {
        border-top: rgba(0, 0, 0, .3) 1px solid;
        margin-top: 16px;
    }
}

.l-footer-bottom__title {
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    margin-top: 26px;
}

@media screen and (max-width: 767px) {
    .l-footer-bottom__title {
        margin-top: 20px;
        text-align: left;
    }
}

.l-footer-nav1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .l-footer-nav1 {
        margin-top: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 8px;
    }
}

.l-footer-nav1__item {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

.l-footer-nav2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-top: 18px;
}

.l-footer-nav2__item {
    width: 34px;
    height: auto;
}

.l-footer-nav2__item img {
    width: 100%;
    height: auto;
}

.l-footer-nav3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 70px;
    margin-top: 23px;
}

@media screen and (max-width: 767px) {
    .l-footer-nav3 {
        border-top: rgba(0, 0, 0, .3) 1px solid;
        margin-top: 19px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0;
        padding-top: 16px;
    }
}

.l-footer-nav3__item {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .l-footer-nav3__item {
        font-size: 14px;
        line-height: 2;
        font-weight: 500;
    }
}

.l-footer-nav4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 35px;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .l-footer-nav4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: unset;
        margin-top: 20px;
    }
}

.l-footer-nav4__item a {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .l-footer-nav4__item a {
        font-size: 14px;
        line-height: 2;
        font-weight: 700;
    }
}

.c-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: solid 1px #1b8112;
    max-width: 320px;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
    /*入力フォーム*/
    /*検索ボタン*/
}

@media screen and (max-width: 767px) {
    .c-search {
        margin-top: 16px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: unset;
        margin-left: unset;
    }
}

.c-search #box {
    width: 320px;
    padding: 0 15px;
    border-radius: 0;
    border-radius: initial;
    background: transparent;
    border: none;
    outline: 0;
}

.c-search #btn {
    width: 20px;
    background: transparent;
    border-radius: 0;
    border-radius: initial;
    border: none;
    color: #666;
    font-size: 18px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .c-search #btn {
        width: 16px;
    }
}

.c-search #btn img {
    width: 100%;
    height: auto;
}

.c-nav {
    margin-bottom: 20px;
    border-bottom: 0.5px solid #1b8112;
}

@media screen and (max-width: 767px) {
    .c-nav {
        display: none;
    }
}

.c-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 12px;
}

.c-nav__item {
    color: #1b8112;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
}

@media (max-width: 1400px) {
    .c-nav__item {
        margin-left: unset;
    }
}

.c-nav__item a {
    padding: 8px 16px 16px 16px;
    line-height: 1.5;
}

.c-nav__item a:hover {
    opacity: 1;
}

.c-nav__item.active,
.c-nav__item:hover {
    background: #26c319;
    color: #fff;
    position: relative;
}

.c-nav__item.active::after,
.c-nav__item:hover::after {
    position: absolute;
    content: "";
    background-image: url(../images/icon_pin.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5px;
    width: 8px;
    height: 10px;
}

.c-nav__item.lg {
    margin-top: -20px;
    height: 62px;
}

.c-nav__item.lg::after {
    bottom: 3px;
}

.c-nav__submenu {
    display: none;
    position: absolute;
    top: calc(100% - 4px);
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    z-index: 30;
    pointer-events: none;
}

.c-nav__item:hover>.c-nav__submenu,
.c-nav__submenu:hover {
    display: block;
    pointer-events: auto;
}

.c-nav__submenu li {
    display: inline;
    list-style: none;
}

.c-nav__submenu a {
    display: inline-block;
    color: #1b8112;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    margin: 8px 4px;
}

.c-nav__submenu a:hover {
    opacity: 0.7;
    transition: all 0.2s ease;
}

.c-nav2__item {
    color: #1b8112;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    text-transform: uppercase;
}

.c-nav2_sab_item {
    margin-left: 20px;
    color: #1b8112;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    text-transform: uppercase;
}

.c-slider-mv__item {
    aspect-ratio: 8/5;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-slider-mv__item {
        aspect-ratio: 5/4;
    }
}

.c-slider-mv__thumb {
    width: 100%;
    height: 100%;
}

.c-slider-mv__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-slider-mv__cate {
    font-size: 12px;
    line-height: 1.3333333333;
    font-weight: 700;
    text-align: center;
    background: rgba(38, 195, 25, .7);
    color: #fff;
    padding: 3px 24px;
    position: absolute;
    left: 0;
    top: 20px;
}

.c-slider-mv__title {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    background: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 5px;
}

@media screen and (max-width: 767px) {
    .c-slider-mv__title {
        font-size: 16px;
        line-height: 2;
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 767px) {
    .c-slider-new .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.c-slider-new__item {
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-slider-new__item:not(:first-of-type) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px;
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .c-slider-new__item:not(:first-of-type) .c-slider-new__thumb {
        width: 30%;
    }

    .c-slider-new__item:not(:first-of-type) .c-slider-new__title {
        font-size: 12px;
        line-height: 1.5;
        margin-top: unset;
        width: calc(70% - 25px);
    }

    .c-slider-new__item:not(:first-of-type) .c-slider-new__cate {
        font-size: 10px;
        font-weight: 500;
        line-height: 1.5;
        padding: 4px 8px;
        left: 0;
        top: 0;
    }

    .c-slider-new__item:nth-of-type(2) {
        margin-top: 15px;
    }
}

.c-slider-new__thumb {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
}

.c-slider-new__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-slider-new__cate {
    font-size: 12px;
    line-height: 1.3333333333;
    font-weight: 700;
    text-align: center;
    background: rgba(38, 195, 25, .7);
    color: #fff;
    padding: 3px 13px;
    position: absolute;
    left: 0;
    top: 10px;
}

@media screen and (max-width: 767px) {
    .c-slider-new__cate {
        padding: 5px 20px;
    }
}

.c-slider-new__title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 13px;
}

@media screen and (max-width: 767px) {
    .c-slider-new__title {
        font-size: 12px;
        line-height: 1.7142857143;
    }
}

.c-slider-new__item {
    width: 300px;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .c-slider-new__item {
        width: 100%;
        margin-left: 0;
    }
}

.c-slider-featured {
    max-width: 1000px;
}

.c-slider-featured__item {
    border-radius: 20px;
}

.c-slider-featured__thumb {
    width: 100%;
    height: 100%;
    aspect-ratio: 480/227;
    border-radius: 20px 20px 0 0;
}

.c-slider-featured__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.c-slider-featured__title {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    padding: 15px 23px 22px;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
}

@media screen and (max-width: 767px) {
    .c-slider-featured__title {
        font-size: 12px;
        line-height: 1.5;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .featuredSliderBottom {
        margin-top: 20px;
    }
}

.c-burger {
    display: none;
    position: absolute;
    z-index: 100;
    right: 20px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .c-burger {
        display: block;
        width: 24px;
        height: 16px;
        top: 30px;
    }
}

.c-burger--top,
.c-burger--mid,
.c-burger--bottom {
    display: block;
    width: 24px;
    height: 1px;
    background: #1b8112;
    position: absolute;
    left: 0px;
}

.c-burger--top {
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.c-burger--mid {
    top: 7px;
}

.c-burger--bottom {
    bottom: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.c-burger.active .c-burger--top {
    rotate: 30deg;
    top: 7px;
}

.c-burger.active .c-burger--mid {
    visibility: hidden;
}

.c-burger.active .c-burger--bottom {
    rotate: -30deg;
    top: 7px;
}

.c-burger-search {
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .c-burger-search {
        display: block;
        position: absolute;
        top: 30px;
        right: 52px;
        width: 20px;
    }

    .c-burger-search img {
        width: 100%;
        height: auto;
    }
}

.c-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    margin-top: 10px;
}

.c-sns__item {
    width: 34px;
    height: auto;
    display: block;
}

.c-sns__item img {
    width: 100%;
    height: auto;
}

.c-pagenation1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 52px;
}

@media screen and (max-width: 767px) {
    .c-pagenation1 {
        margin-bottom: 40px;
    }
}

.c-pagenation1__item {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #1b8112;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f1fcb5;
    width: 120px;
    height: 40px;
}

.c-pagenation1__item.-prev,
.c-pagenation1__item.-next {
    background: none;
}

.c-pagenation2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 40px;
}

.c-pagenation2__item a {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #1b8112;
    width: 40px;
    height: 40px;
    background: url(../images/pagenation.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-pagenation2__item.active {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #1b8112;
    width: 40px;
    height: 40px;
    background: url(../images/pagenation2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-pagenation3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .c-pagenation3 {
        margin-bottom: 20px;
    }
}

.c-pagenation3__item1 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #1b8112;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f1fcb5;
    width: 120px;
    height: 40px;
}

.c-pagenation3__item1:first-of-type {
    margin-right: auto;
}

.c-pagenation3__item1:last-of-type {
    margin-left: auto;
}

.c-pagenation3__item1.-prev,
.c-pagenation3__item1.-next {
    background: none;
}

.c-pagenation3__item2 {
    margin: 0 4px;
}

.c-pagenation3__item2 a {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #1b8112;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: url(../images/pagenation.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-pagenation3__item2.active {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #1b8112;
    width: 40px;
    height: 40px;
    background: url(../images/pagenation2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 20px;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
    .c-bread {
        padding: 0 20px;
        margin-bottom: 30px;
    }
}

.c-bread li {
    font-size: 12px;
    line-height: 3.3333333333;
    font-weight: 500;
}

.c-bread li:not(:last-of-type) {
    position: relative;
    padding-right: 1em;
    margin-right: 1em;
}

.c-bread li:not(:last-of-type)::after {
    position: absolute;
    content: "";
    background-image: url(../images/bread.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 10px;
}

.c-photo {
    width: 100%;
    position: relative;
    /* 前へ次への矢印カスタマイズ */
}

.c-photo__item--thumb {
    margin-top: 20px;
}

.c-photo__item--thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 430/269;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-photo__item--textarea {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4285714286;
    padding: 14px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F6F6F6;
    color: #0C4007;
}

@media screen and (max-width: 767px) {
    .c-photo__item--textarea {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 12px;
        padding: 14px;
    }
}

.c-photo .swiper-button-prev,
.c-photo .swiper-button-next {
    height: 42px;
    width: 42px;
    top: 287px;
}

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

    .c-photo .swiper-button-prev,
    .c-photo .swiper-button-next {
        top: 162.57px;
    }
}

.c-photo .swiper-button-prev {
    left: -42px;
}

@media screen and (max-width: 767px) {
    .c-photo .swiper-button-prev {
        left: 8px;
    }
}

.c-photo .swiper-button-next {
    right: -42px;
}

@media screen and (max-width: 767px) {
    .c-photo .swiper-button-next {
        right: 8px;
    }
}

.c-photo .swiper-button-prev::after,
.c-photo .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 42px;
    margin: auto;
    width: 42px;
}

.c-photo .swiper-button-prev::after {
    background-image: url(../images/arrow1_l.png);
}

.c-photo .swiper-button-next::after {
    background-image: url(../images/arrow1_r.png);
}

.c-photo .swiper-horizontal>.swiper-pagination-bullets,
.c-photo .swiper-pagination-bullets.swiper-pagination-horizontal,
.c-photo .swiper-pagination-custom,
.c-photo .swiper-pagination-fraction {
    bottom: unset;
    right: 20px;
    left: unset;
    width: auto;
}

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

    .c-photo .swiper-horizontal>.swiper-pagination-bullets,
    .c-photo .swiper-pagination-bullets.swiper-pagination-horizontal,
    .c-photo .swiper-pagination-custom,
    .c-photo .swiper-pagination-fraction {
        width: 100%;
        top: unset;
        bottom: -27px;
        left: 0;
    }
}

.c-photo .swiper-pagination {
    color: #1B8112;
    font-size: 20px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    bottom: -40;
    right: 19px;
    margin-top: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 12px;
    margin-left: auto;
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .c-photo .swiper-pagination {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

.c-photo-title {
    margin-top: 20px;
}

.p-top__title {
    font-size: 40px;
    line-height: 1.375;
    font-weight: 700;
    color: #1b8112;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .p-top__title {
        font-size: 28px;
        line-height: 1.4642857143;
        font-weight: 900;
    }
}

.p-top__title--en {
    font-family: "Open Sans", sans-serif;
}

.p-top-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px auto 0;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1280px;
}

@media screen and (max-width: 1024px) {
    .p-top-mv {
        margin: 24px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .p-top-mv {
        display: block;
        padding: unset;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }
}

.p-top-mv__sliderbox {
    width: 58%;
    position: relative;
    /* 前へ次への矢印カスタマイズ */
}

@media screen and (max-width: 767px) {
    .p-top-mv__sliderbox {
        width: 100%;
    }
}

.p-top-mv__sliderbox .swiper {
    height: 100%;
}

.p-top-mv__sliderbox .swiper-button-prev,
.p-top-mv__sliderbox .swiper-button-next {
    height: 42px;
    width: 42px;
}

.p-top-mv__sliderbox .swiper-button-prev {
    left: -20px;
}

@media screen and (max-width: 767px) {
    .p-top-mv__sliderbox .swiper-button-prev {
        left: 8px;
    }
}

.p-top-mv__sliderbox .swiper-button-next {
    right: -20px;
}

@media screen and (max-width: 767px) {
    .p-top-mv__sliderbox .swiper-button-next {
        right: 8px;
    }
}

.p-top-mv__sliderbox .swiper-button-prev::after,
.p-top-mv__sliderbox .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 42px;
    margin: auto;
    width: 42px;
}

.p-top-mv__sliderbox .swiper-button-prev::after {
    background-image: url(../images/arrow1_l.png);
}

.p-top-mv__sliderbox .swiper-button-next::after {
    background-image: url(../images/arrow1_r.png);
}

.p-top-mv__sliderbox .swiper-horizontal>.swiper-pagination-bullets,
.p-top-mv__sliderbox .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-top-mv__sliderbox .swiper-pagination-custom,
.p-top-mv__sliderbox .swiper-pagination-fraction {
    bottom: unset;
    top: 20px;
    right: 20px;
    left: unset;
    width: auto;
}

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

    .p-top-mv__sliderbox .swiper-horizontal>.swiper-pagination-bullets,
    .p-top-mv__sliderbox .swiper-pagination-bullets.swiper-pagination-horizontal,
    .p-top-mv__sliderbox .swiper-pagination-custom,
    .p-top-mv__sliderbox .swiper-pagination-fraction {
        width: 100%;
        top: unset;
        bottom: -27px;
        left: 0;
    }
}

.p-top-mv__sliderbox .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: unset;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .p-top-mv__sliderbox .swiper-pagination-bullet {
        background-color: #1b8112;
    }
}

.p-top-mv__sliderbox .swiper-pagination-bullet-active {
    background-color: #d6fc06;
}

@media screen and (max-width: 767px) {
    .p-top-mv__sliderbox .swiper-pagination-bullet-active {
        background-color: #26c319;
    }
}

.p-top-mv__sliderbox .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.p-top-mv__sliderbox .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.p-top-mv__list {
    width: 42%;
}

.p-top-mv__item {
    padding-left: 8px;
}

.p-top-mv__item+.p-top-mv__item {
    margin-top: 10px;
}

.p-top-mv__item.active {
    background: #f1fcb5;
    color: #0c4007;
}

.p-top-mv__item:hover {
    background: #f1fcb5;
    color: #0c4007;
}

.p-top-mv__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-top-mv__item--thumb {
    width: 27.25%;
    padding-top: 20.5%;
    min-height: 105px;
    position: relative;
}

.p-top-mv__item--thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    /* 子要素にabsoluteを設定 */
    top: 50%;
    /* 親要素の高さの50%の位置 */
    left: 50%;
    /* 親要素の横幅の50%の位置 */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* 中央に配置 */
}

.p-top-mv__item--text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    padding: 14px 20px;
}

.p-top-banner {
    margin: 60px auto 0;
    max-width: 860px;
    display: block;
}

@media screen and (max-width: 767px) {
    .p-top-banner {
        margin: 63px auto 0;
    }
}

.p-top-banner__thumb img {
    width: 100%;
    height: auto;
}

.p-top-new {
    margin-top: 48px;
    position: relative;
    /* 前へ次への矢印カスタマイズ */
    /* 前へ次への矢印カスタマイズ */
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */
}

@media screen and (max-width: 767px) {
    .p-top-new {
        margin-top: 56px;
        padding: unset;
    }
}

.p-top-new__sliderbox .swiper {
    margin: 9px auto 0;
}

@media screen and (max-width: 767px) {
    .p-top-new__sliderbox .swiper {
        margin: 20px auto 0;
        width: 100%;
    }
}

.p-top-new .swiper-button-prev,
.p-top-new .swiper-button-next {
    height: 42px;
    width: 42px;
    top: 30px;
}

.p-top-new .swiper-button-next {
    right: 0px;
}

.p-top-new .swiper-button-prev {
    left: auto;
    right: 52px;
}

.p-top-new .swiper-button-prev::after,
.p-top-new .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 42px;
    margin: auto;
    width: 42px;
    display: block;
}

.p-top-new .swiper-button-prev::after {
    background-image: url(../images/arrow2_l.png);
}

.p-top-new .swiper-button-next::after {
    background-image: url(../images/arrow2_r.png);
}

.p-top-featured {
    margin: 75px calc(50% - 50vw) 0;
    width: 100vw;
    padding: 38px 0 25px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#0c4007), to(#2e8327)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #0c4007 0%, #2e8327 100%) 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 1024px) {
    .p-top-featured {
        margin: 38px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .p-top-featured {
        margin: 38px calc(50% - 50vw) 0;
        padding: 30px 20px 40px;
    }
}

.p-top-featured__title {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: 10px 10px 10px #083305;
}

@media screen and (max-width: 767px) {
    .p-top-featured__title {
        font-size: 48px;
        letter-spacing: 0.1em;
    }
}

.p-top-featured__sliderbox {
    margin: 16px auto 0;
    position: relative;
    max-width: 1140px;
    /* 前へ次への矢印カスタマイズ */
    /* 前へ次への矢印カスタマイズ */
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */
}

.p-top-featured__sliderbox .swiper-button-prev,
.p-top-featured__sliderbox .swiper-button-next {
    height: 35px;
    width: 23px;
}

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

    .p-top-featured__sliderbox .swiper-button-prev,
    .p-top-featured__sliderbox .swiper-button-next {
        height: 42px;
        width: 42px;
    }
}

.p-top-featured__sliderbox .swiper-button-prev::after,
.p-top-featured__sliderbox .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 35px;
    margin: auto;
    width: 23px;
}

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

    .p-top-featured__sliderbox .swiper-button-prev::after,
    .p-top-featured__sliderbox .swiper-button-next::after {
        height: 42px;
        width: 42px;
    }
}

.p-top-featured__sliderbox .swiper-button-prev::after {
    background-image: url(../images/arrow3_l.png);
}

@media screen and (max-width: 767px) {
    .p-top-featured__sliderbox .swiper-button-prev::after {
        background-image: url(../images/arrow3_sp_l.png);
        background-size: 42px 42px;
    }
}

.p-top-featured__sliderbox .swiper-button-next::after {
    background-image: url(../images/arrow3_r.png);
}

@media screen and (max-width: 767px) {
    .p-top-featured__sliderbox .swiper-button-next::after {
        background-image: url(../images/arrow3_sp_r.png);
        background-size: 42px 42px;
    }
}

.p-top-sidebar {
    margin-top: 69px;
    padding: 0 0px 70px 0px;
}

@media screen and (max-width: 767px) {
    .p-top-sidebar {
        padding: unset;
        margin-top: 40px;
    }
}

.p-top-contents+.p-top-contents {
    margin-top: 31px;
}

@media screen and (max-width: 767px) {
    .p-top-contents+.p-top-contents {
        margin-top: 40px;
    }
}

.p-top-contents__button {
    font-size: 14px;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #26c319;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #26c319;
    margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
    .p-top-contents__button {
        width: 242px;
    }
}

.p-top-contents__body {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media screen and (max-width: 767px) {
    .p-top-contents__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.p-top-contents__item1 {
    width: 37.5%;
    display: block;
}

@media screen and (max-width: 767px) {
    .p-top-contents__item1 {
        width: 100%;
    }
}

.p-top-contents__item1--thumb {
    width: 100%;
    padding-top: 65%;
    position: relative;
}

.p-top-contents__item1--thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    /* 子要素にabsoluteを設定 */
    top: 50%;
    /* 親要素の高さの50%の位置 */
    left: 50%;
    /* 親要素の横幅の50%の位置 */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* 中央に配置 */
}

.p-top-contents__item1--text {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.032em;
    margin-top: 18px;
}

@media screen and (max-width: 767px) {
    .p-top-contents__item1--text {
        font-size: 14px;
        line-height: 1.7142857143;
        margin-top: 7px;
    }
}

.p-top-contents__list {
    width: 62%;
}

@media screen and (max-width: 767px) {
    .p-top-contents__list {
        width: 100%;
        margin-top: 20px;
    }
}

.p-top-contents__item2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 19px;
    -moz-column-gap: 19px;
    column-gap: 19px;
}

@media screen and (max-width: 767px) {
    .p-top-contents__item2 a {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

.p-top-contents__item2+.p-top-contents__item2 {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .p-top-contents__item2+.p-top-contents__item2 {
        margin-top: 18px;
    }
}

.p-top-contents__item2--thumb {
    width: 18.75%;
    padding-top: 12.5%;
    position: relative;
}

.p-top-contents__item2--thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    /* 子要素にabsoluteを設定 */
    top: 50%;
    /* 親要素の高さの50%の位置 */
    left: 50%;
    /* 親要素の横幅の50%の位置 */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* 中央に配置 */
}

.p-top-contents__item2--text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.032em;
}

@media screen and (max-width: 767px) {
    .p-top-contents__item2--text {
        font-size: 12px;
        line-height: 1.5;
    }
}

.p-single__banner {
    margin-bottom: 37px;
    display: block;
}

@media screen and (max-width: 767px) {
    .p-single__banner {
        margin-bottom: 54px;
    }
}

.p-single__banner img {
    width: 100%;
}

.p-single__header {
    margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
    .p-single__header {
        margin-bottom: unset;
    }
}

.p-single__cate {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    background: #26c319;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    padding: 12px 32px 12px 12px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .p-single__cate {
        padding: 11px 32px 11px 20px;
        margin-bottom: 18px;
    }
}

.p-single__cate::after {
    position: absolute;
    content: "";
    background-image: url(../images/icon_pin.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 10px;
}

.p-single__title {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
    .p-single__title {
        font-size: 20px;
        line-height: 1.8;
        margin-bottom: 25px;
    }
}

.p-single__flexbox1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .p-single__flexbox1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.p-single__flexbox2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-single__flexbox2 time {
    font-size: 12px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.1em;
}

.p-single__flexbox2 a {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #1b8112;
    position: relative;
    margin-right: 8px;
    padding-left: 8px;
}

.p-single__flexbox2 a::after {
    position: absolute;
    content: "";
    background-image: url(../images/icon_leaf.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 1px;
    width: 11px;
    height: 10px;
}

.p-single__catlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .p-single__catlist {
        margin-top: 16px;
        margin-bottom: 12px;
        gap: 8px;
    }
}

.p-single__catitem {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 10px 18px;
    background: #1b8112;
    border-radius: 8px;
}

.p-single__body {
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .p-single__body {
        padding-bottom: unset;
    }
}

.p-single__body h2:not([class]) {
    font-size: 24px;
    line-height: 1.6666666667;
    font-weight: 700;
    position: relative;
    padding-bottom: 21px;
    margin-top: 18px;
    margin-bottom: 20px;
}

.p-single__body h2:not([class]) br {
    display: none;
}

@media screen and (max-width: 767px) {
    .p-single__body h2:not([class]) {
        font-size: 20px;
        line-height: 1.2;
        margin-top: 40px;
        margin-bottom: 16px;
        padding-bottom: 24px;
    }

    .p-single__body h2:not([class]) br {
        display: block;
    }
}

.p-single__body h2:not([class])::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #1b8112;
    width: 80px;
    height: 10px;
}

.p-single__body h3:not([class]) {
    font-size: 22px;
    line-height: 1.6666666667;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-top: 18px;
    margin-bottom: 20px;
}

.p-single__body h3:not([class]) br {
    display: none;
}

@media screen and (max-width: 767px) {
    .p-single__body h3:not([class]) {
        font-size: 18px;
        line-height: 1.2;
        margin-top: 40px;
        margin-bottom: 16px;
        padding-bottom: 24px;
    }

    .p-single__body h3:not([class]) br {
        display: block;
    }
}

.p-single__body h3:not([class])::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #1b8112;
    width: 80px;
    height: 4px;
}

.p-single__body p {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
    .p-single__body p {
        font-size: 16px;
        line-height: 2;
    }
}

.p-single__body figure {
    margin-top: 20px;
    margin-bottom: 20px;
}

.p-single__body figure img {
    width: 100%;
    height: auto;
}

.p-single__body figcaption {
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 500;
    background: #f6f6f6;
    padding: 14px;
    color: #0c4007;
}

@media screen and (max-width: 767px) {
    .p-single__body figcaption {
        font-size: 12px;
        line-height: 1.6666666667;
        padding: 8px 10px;
    }
}

.p-single__excerpt {
    font-size: 24px;
    line-height: 1.3333333333;
    font-weight: 700;
    color: #1b8112;
    background: #f1fcb5;
    padding: 20px;
    margin-bottom: 37px;
}

.p-single__excerpt p {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .p-single__excerpt {
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 16px;
        background: unset;
        position: relative;
    }

    .p-single__excerpt::after {
        position: absolute;
        content: "";
        background-color: #f1fcb5;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transform: skewY(-15deg);
        transform: skewY(-15deg);
        left: 0;
        top: 19px;
        width: 100%;
        height: 120px;
        z-index: -1;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }
}

.p-single__body .p-single__box {
    border: #1b8112 1px solid;
    padding: 31px 20px 10px;
    position: relative;
    margin-top: 34px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .p-single__body .p-single__box {
        padding: 33px 18px 16px;
        margin-bottom: 33px;
    }
}

.p-single__body .p-single__box h2 {
    border: #1b8112 1px solid;
    background: #f1fcb5;
    font-size: 14px;
    font-weight: 700;
    padding: 1px 10px;
    color: #1b8112;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    left: -1px;
    top: -15px;
    margin: 0;
}

.p-single__body .p-single__box h2::after {
    display: none;
}

.p-single__body .p-single__box h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #1b8112;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .p-single__body .p-single__box h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.p-single__body .p-single__box p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #1b8112;
}

.p-single__body .p-single__box p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .p-single__body .p-single__box p {
        font-size: 14px;
        line-height: 1.7142857143;
        margin-bottom: unset;
    }
}

.p-single__annotation {
    margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
    .p-single__annotation {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.p-single__annotation a {
    display: block;
    width: 100%;
    border: #1b8112 2px solid;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    color: #1b8112;
    position: relative;
    padding: 25px 26px 25px 83px;
}

@media screen and (max-width: 767px) {
    .p-single__annotation a {
        font-size: 14px;
        line-height: 1.7142857143;
        padding: 11px 18px 11px 73px;
    }
}

.p-single__annotation a::after {
    position: absolute;
    content: "";
    background-image: url(../images/icon_camera.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 43px;
    height: 34px;
}

@media screen and (max-width: 767px) {
    .p-single__annotation a::after {
        width: 31px;
        height: 24px;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.p-single__special a {
    display: block;
    background: #f1fcb5;
    border: #1b8112 2px solid;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #1b8112;
    position: relative;
    margin-bottom: 40px;
    padding: 20px 70px 18px 20px;
}

@media screen and (max-width: 767px) {
    .p-single__special a {
        font-size: 16px;
        line-height: 1.5;
        padding: 19px 33px 19px 20px;
    }
}

.p-single__special a::after {
    position: absolute;
    content: "";
    background-image: url(../images/icon_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 25px;
}

@media screen and (max-width: 767px) {
    .p-single__special a::after {
        right: 10px;
    }
}

.p-single-contents.-recommend {
    margin-top: 64px;
    margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
    .p-single-contents.-recommend {
        margin-top: 32px;
        margin-bottom: 32px;
    }
}

.p-single-contents__lead {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.375;
}

@media screen and (max-width: 767px) {
    .p-single-contents__lead {
        font-size: 20px;
        line-height: 1.45;
        margin-top: 65px;
    }
}

.p-single-contents__lead-recommend {
    margin-top: 60px;
}

.p-single-contents+.p-single-contents {
    margin-top: 35px;
}

@media screen and (max-width: 767px) {
    .p-single-contents+.p-single-contents {
        margin-top: 40px;
    }
}

.p-single-contents__body {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media screen and (max-width: 767px) {
    .p-single-contents__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.p-single-contents__item1 {
    width: 35.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .p-single-contents__item1 {
        display: block;
        width: 100%;
    }
}

.p-single-contents__item1--thumb {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
}

@media screen and (max-width: 767px) {
    .p-single-contents__item1--thumb {
        aspect-ratio: 335/224;
    }
}

.p-single-contents__item1--thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-single-contents__item1--text {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.032em;
    margin-top: 18px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .p-single-contents__item1--text {
        font-size: 14px;
        line-height: 1.7142857143;
        margin-top: 14px;
    }
}

.p-single-contents__list {
    width: 62%;
}

@media screen and (max-width: 767px) {
    .p-single-contents__list {
        width: 100%;
        margin-top: 20px;
    }
}

.p-single-contents__item2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 19px;
    -moz-column-gap: 19px;
    column-gap: 19px;
}

@media screen and (max-width: 767px) {
    .p-single-contents__item2 a {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
}

.p-single-contents__item2+.p-single-contents__item2 {
    margin-top: 19px;
}

@media screen and (max-width: 767px) {
    .p-single-contents__item2+.p-single-contents__item2 {
        margin-top: 10px;
    }
}

.p-single-contents__item2--thumb {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .p-single-contents__item2--thumb {
        width: 30%;
        max-width: unset;
    }
}

.p-single-contents__item2--thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-single-contents__item2--text {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.032em;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .p-single-contents__item2--text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 12px;
        line-height: 1.5;
    }
}

.p-single-reco,
.p-single-set {
    margin-top: 64px;
}

.p-single-reco__lead,
.p-single-set__lead {
    font-size: 24px;
    line-height: 1.375;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.p-single-reco__list,
.p-single-set__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-left: -20px;
    margin-top: 16px;
}

.p-single-reco__item,
.p-single-set__item {
    margin-left: 20px;
}

.p-single-reco__item:nth-child(1),
.p-single-reco__item:nth-child(2),
.p-single-reco__item:nth-child(6),
.p-single-reco__item:nth-child(7),
.p-single-set__item:nth-child(1),
.p-single-set__item:nth-child(2),
.p-single-set__item:nth-child(6),
.p-single-set__item:nth-child(7) {
    width: calc(50% - 20px);
}

.p-single-reco__item:nth-child(1) .p-single-reco__thumb,
.p-single-reco__item:nth-child(1) .p-single-set__thumb,
.p-single-reco__item:nth-child(2) .p-single-reco__thumb,
.p-single-reco__item:nth-child(2) .p-single-set__thumb,
.p-single-reco__item:nth-child(6) .p-single-reco__thumb,
.p-single-reco__item:nth-child(6) .p-single-set__thumb,
.p-single-reco__item:nth-child(7) .p-single-reco__thumb,
.p-single-reco__item:nth-child(7) .p-single-set__thumb,
.p-single-set__item:nth-child(1) .p-single-reco__thumb,
.p-single-set__item:nth-child(1) .p-single-set__thumb,
.p-single-set__item:nth-child(2) .p-single-reco__thumb,
.p-single-set__item:nth-child(2) .p-single-set__thumb,
.p-single-set__item:nth-child(6) .p-single-reco__thumb,
.p-single-set__item:nth-child(6) .p-single-set__thumb,
.p-single-set__item:nth-child(7) .p-single-reco__thumb,
.p-single-set__item:nth-child(7) .p-single-set__thumb {
    aspect-ratio: 21/13;
}

.p-single-reco__item:nth-child(n+3):nth-child(-n+5),
.p-single-reco__item:nth-child(n+8),
.p-single-set__item:nth-child(n+3):nth-child(-n+5),
.p-single-set__item:nth-child(n+8) {
    width: calc(33.33333% - 20px);
}

.p-single-reco__item:nth-child(n+3):nth-child(-n+5) .p-single-reco__thumb,
.p-single-reco__item:nth-child(n+3):nth-child(-n+5) .p-single-set__thumb,
.p-single-reco__item:nth-child(n+8) .p-single-reco__thumb,
.p-single-reco__item:nth-child(n+8) .p-single-set__thumb,
.p-single-set__item:nth-child(n+3):nth-child(-n+5) .p-single-reco__thumb,
.p-single-set__item:nth-child(n+3):nth-child(-n+5) .p-single-set__thumb,
.p-single-set__item:nth-child(n+8) .p-single-reco__thumb,
.p-single-set__item:nth-child(n+8) .p-single-set__thumb {
    aspect-ratio: 91/60;
}

.p-single-reco__thumb img,
.p-single-set__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-single-reco__title,
.p-single-set__title {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.02em;
    font-weight: 500;
    margin-top: 10px;
}

.p-single-reco__pr,
.p-single-set__pr {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.02em;
    font-weight: 500;
    color: #999999;
    margin-top: 3px;
}

.p-archive__title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .p-archive__title {
        font-size: 14px;
        line-height: 2.5714285714;
    }
}

.p-archive__title--lg {
    font-size: 40px;
    line-height: 0.9;
    font-weight: 900;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .p-archive__title--lg {
        font-size: 24px;
        line-height: 1.5;
    }
}

.p-archive__list {
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    .p-archive__list {
        margin-top: unset;
    }
}

.p-archive__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    padding: 20px 0;
}

.p-archive__item--thumb {
    width: 200px;
    aspect-ratio: 5/3;
}

@media screen and (max-width: 767px) {
    .p-archive__item--thumb {
        aspect-ratio: 5/4;
        width: 100px;
    }
}

.p-archive__item--thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-archive__item--body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 220px);
}

@media screen and (max-width: 767px) {
    .p-archive__item--body {
        width: calc(100% - 120px);
    }
}

.p-archive__item--title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .p-archive__item--title {
        font-size: 12px;
        line-height: 1.6666666667;
        -webkit-line-clamp: 3;
    }
}

.p-archive__item--date {
    font-size: 14px;
    line-height: 2.8571428571;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 767px) {
    .p-archive__item--date {
        font-size: 12px;
        line-height: 1;
    }
}

.p-archive__pagenation {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .p-archive__pagenation .c-pagenation2 {
        margin-top: 40px;
    }
}

.p-about__head h1 {
    color: #1B8112;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .p-about__head h1 {
        font-size: 30px;
    }
}

.p-about__head p {
    color: #1B8112;
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .p-about__head p {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

.p-about__body h2 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .p-about__body h2 {
        font-size: 16px;
    }
}

.p-about__body p {
    font-size: 14px;
    line-height: 1.7142857143;
    font-weight: 400;
    margin-bottom: 40px;
}

.p-contact__title {
    font-size: 32px;
    font-weight: 900;
    color: #1B8112;
}

.p-contact__title2 {
    font-size: 20px;
    font-weight: 700;
}

.p-contact__title2+.p-contact__text {
    margin-top: 10px;
}

.p-contact__title3 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 57px;
}

.p-contact__lead {
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
    color: #1B8112;
    margin-top: 16px;
}

.p-contact__item1 {
    margin-top: 20px;
}

.p-contact__item2 {
    margin-top: 40px;
}

.p-contact__text {
    font-size: 14px;
    line-height: 1.7142857143;
    font-weight: 400;
}

.p-contact__text2 {
    font-size: 24px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1B8112;
    background: #F1FCB5;
    height: 48px;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .p-contact__text2 {
        font-size: 18px;
    }
}

.p-contact__text2+.p-contact__text {
    margin-top: 20px;
}

.p-contact__box {
    height: 256px;
    border: #CCCCCC 1px solid;
    overflow-y: scroll;
    padding: 20px;
    margin-top: 20px;
}

.p-contact__box p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 1em;
}

.p-contact__box h2 {
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
}

.p-contact__box ol {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 2em;
}

.p-contact__form .contact__head {
    font-size: 20px;
    font-weight: 700;
    line-height: 3;
    color: #1B8112;
}

.p-contact__form .contact__body input,
.p-contact__form .contact__body textarea {
    max-width: 620px;
    width: 100%;
    background: rgba(241, 252, 181, .3);
    border-bottom: #1B8112 2px solid;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

.p-contact__form .contact__body.lg textarea {
    min-height: 160px;
    height: auto;
    width: 100%;
    max-width: unset;
}

.p-contact__form .contact__body+.contact__head {
    margin-top: 40px;
}

.p-contact__form+.contact__btn input {
    border-radius: 20px;
    width: 335px;
    height: 76px;
    background: #1B8112;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
    margin: 40px 0 0 auto;
    text-align: center;
}

.p-photo__button {
    margin-top: 40px;
    border: #1B8112 2px solid;
    border-radius: 20px;
    width: 100%;
    padding: 23px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
    text-align: center;
    color: #1B8112;
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-photo__button {
        font-size: 16px;
    }
}

.p-photo__button::after {
    position: absolute;
    content: "";
    background-image: url(../images/note.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 48px;
}

@media screen and (max-width: 767px) {
    .p-photo__button::after {
        width: 26px;
        height: 38px;
    }
}

.p-photo__2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .p-photo__2col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-column-gap: unset;
        -moz-column-gap: unset;
        column-gap: unset;
        row-gap: 20px;
    }
}

.p-photo__2col--item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 335/279;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .p-404 {
        margin-top: 20px;
    }
}

.p-404__thumb {
    max-width: 790px;
    margin: 0 auto;
}

.p-404__thumb img {
    width: 100%;
    height: auto;
}

.p-404__text {
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6666666667;
    font-weight: 500;
    margin-bottom: 83px;
}

@media screen and (max-width: 767px) {
    .p-404__text {
        margin-bottom: 40px;
        text-align: left;
    }
}

.p-leader__title {
    font-size: 40px;
    line-height: 1.375;
    font-weight: 700;
    color: #1b8112;
}

@media screen and (max-width: 767px) {
    .p-leader__title {
        font-size: 28px;
        line-height: 1.4642857143;
        font-weight: 900;
    }
}

.p-leader__title--en {
    font-family: "Open Sans", sans-serif;
}

.p-leader__subtitle {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.3333333333;
    font-weight: 700;
    color: #383738;
    background: #f1fcb5;
    padding: 20px;
    margin: 12px 0;
}

@media screen and (max-width: 767px) {
    .p-leader__subtitle {
        font-size: 28px;
        line-height: 1.4642857143;
        font-weight: 900;
    }
}

.p-leader__subtitle--en {
    font-family: "Open Sans", sans-serif;
}

.p-leader-banner {
    margin: 60px auto 0;
    max-width: 860px;
    display: block;
}

@media screen and (max-width: 767px) {
    .p-leader-banner {
        margin: 63px auto 0;
    }
}

.p-leader-banner__thumb img {
    width: 100%;
    height: auto;
}

.p-leader-sidebar {
    margin-top: 69px;
    padding: 0 0px 70px 0px;
}

@media screen and (max-width: 767px) {
    .p-leader-sidebar {
        padding: unset;
        margin-top: 40px;
    }
}

.p-leader-contents+.p-leader-contents {
    margin-top: 31px;
}

@media screen and (max-width: 767px) {
    .p-leader-contents+.p-leader-contents {
        margin-top: 40px;
    }
}

.p-leader-contents__button {
    font-size: 14px;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #26c319;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #26c319;
    margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
    .p-leader-contents__button {
        width: 242px;
    }
}

.p-leader-contents__body {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media screen and (max-width: 767px) {
    .p-leader-contents__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.p-leader-contents__item1 {
    width: 37.5%;
    display: block;
}

@media screen and (max-width: 767px) {
    .p-leader-contents__item1 {
        width: 100%;
    }
}

.p-leader-contents__item1--thumb {
    width: 100%;
    padding-top: 65%;
    position: relative;
}

.p-leader-contents__item1--thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    /* 子要素にabsoluteを設定 */
    top: 50%;
    /* 親要素の高さの50%の位置 */
    left: 50%;
    /* 親要素の横幅の50%の位置 */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* 中央に配置 */
}

.p-leader-contents__item1--text {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.032em;
    margin-top: 18px;
}

@media screen and (max-width: 767px) {
    .p-leader-contents__item1--text {
        font-size: 14px;
        line-height: 1.7142857143;
        margin-top: 7px;
    }
}

@media screen and (max-width: 767px) {
    .p-leader-contents__list {
        width: 100%;
        margin-top: 20px;
    }
}

.p-leader-contents__item2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 19px;
    -moz-column-gap: 19px;
    column-gap: 19px;
}

@media screen and (max-width: 767px) {
    .p-leader-contents__item2 a {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

.p-leader-contents__item2+.p-leader-contents__item2 {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .p-leader-contents__item2+.p-leader-contents__item2 {
        margin-top: 18px;
    }
}

.p-leader-contents__item2--thumb {
    width: 18.75%;
    padding-top: 12.5%;
    position: relative;
}

.p-leader-contents__item2--thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    /* 子要素にabsoluteを設定 */
    top: 50%;
    /* 親要素の高さの50%の位置 */
    left: 50%;
    /* 親要素の横幅の50%の位置 */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* 中央に配置 */
}

.p-leader-contents__item2--text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.032em;
}

@media screen and (max-width: 767px) {
    .p-leader-contents__item2--text {
        font-size: 12px;
        line-height: 1.5;
    }
}

.p-leader-contents__ranking-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    counter-reset: number 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .p-leader-contents__ranking-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.p-leader-contents__ranking-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    text-align: center;
    position: relative;
    padding: 8px 4px;
}

@media screen and (max-width: 767px) {
    .p-leader-contents__ranking-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        padding: 8px 3px;
        margin: 0 0 12px;
    }
}

.p-leader-contents__ranking-list li:nth-of-type(even) {
    background: #f6f6f6;
}

.p-leader-contents__ranking-list li::after {
    position: absolute;
    content: "";
    background-image: url(../images/icon_ball.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: -12px;
    top: -6px;
    width: 24px;
    height: 24px;
}

.p-leader-contents__ranking-list li::before {
    position: absolute;
    counter-increment: number 1;
    content: counter(number);
    left: -5px;
    top: -2px;
    font-size: 16px;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    z-index: 1;
    color: #fff;
}

.p-leader-contents__ranking-list li:nth-child(-n+3)::after {
    top: -7px;
    width: 34px;
    height: 34px;
}

.p-leader-contents__ranking-list li:nth-child(-n+3)::before {
    left: -2px;
    top: -4px;
    font-size: 24px;
}

.p-leader-contents__ranking-list li * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 8px;
}

.p-leader-contents__ranking-list li img {
    width: 100%;
}

.p-leader-contents__ranking-list li b {
    color: #0c4007;
}

.p-leader-game__wd-dq {
    font-size: 20px;
    padding-bottom: 2px;
}

@media screen and (max-width: 767px) {
    .p-leader-game__wd-dq {
        font-size: 15px;
    }
}

.p-leader-game__wd-dq-list li {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .p-leader-game__wd-dq-list li {
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 11px;
    }
}

.p-leader-contents__schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
}

.p-leader-contents__schedule dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 12px;
    border-bottom: 1px solid #f6f6f6;
    text-align: center;
}

.p-leader-contents__schedule dd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    padding: 12px;
    border-bottom: 1px solid #f6f6f6;
}

.p-leader-contents__schedule dd a {
    color: #1b8112;
}

.p-leader-game {
    margin: 0 0 24px;
}

.p-leader-game__title {
    font-size: 32px;
    line-height: 1.71875;
    font-weight: 700;
    color: #1b8112;
}

@media screen and (max-width: 767px) {
    .p-leader-game__title {
        font-size: 24px;
        line-height: 1.7083333333;
        font-weight: 900;
    }
}

.p-leader-game__title--en {
    font-family: "Open Sans", sans-serif;
}

.p-leader-game__body {
    background: #f1fcb5;
    padding: 12px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media screen and (max-width: 767px) {
    .p-leader-game__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.p-leader-game__schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .p-leader-game__schedule {
        font-size: 16px;
    }
}

.p-leader-game__schedule dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 12px;
    text-align: center;
}

.p-leader-game__schedule dt:not(:last-of-type) {
    border-bottom: 1px solid #1b8112;
}

@media screen and (max-width: 767px) {
    .p-leader-game__schedule dt {
        padding: 8px 4px;
    }
}

.p-leader-game__schedule dd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    padding: 12px;
}

.p-leader-game__schedule dd:not(:last-of-type) {
    border-bottom: 1px solid #1b8112;
}

@media screen and (max-width: 767px) {
    .p-leader-game__schedule dd {
        padding: 8px 4px;
    }
}

.p-leader-game__schedule dd a {
    color: #1b8112;
}

.p-leader-game__schedule dd span {
    display: block;
    margin: 4px 0;
    font-size: 16px;
}

.p-leader-game__leaders-board {
    width: 100%;
    font-size: 18px;
    border-collapse: collapse;
    margin: 24px 0;
}

@media screen and (max-width: 767px) {
    .p-leader-game__leaders-board {
        font-size: 13px;
    }
}

.p-leader-game__leaders-board thead {
    background: #f1fcb5;
}

.p-leader-game__leaders-board tbody tr:hover {
    background: #f1fcb5;
}

.p-leader-game__leaders-board tbody tr.p-leader-game__leaders-board--ad:hover {
    background: none;
}

.p-leader-game__leaders-board th {
    text-align: center;
    padding: 12px 4px;
    border: 2px solid #333;
}

.p-leader-game__leaders-board td {
    padding: 12px 4px;
    border: 2px solid #afafaf;
}

.p-leader-game__leaders-board--c {
    text-align: center;
}

.p-leader-game__leaders-board--r {
    text-align: right;
}

.p-leader-game__leaders-board--ad {
    text-align: center;
}

.p-leader-game__rounds-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-leader-game__rounds-list a {
    color: #1b8112;
}

.p-leader-game__rounds-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 24%;
    flex: 1 0 24%;
    padding: 4px;
    text-align: center;
}

.p-leader-game__rounds-list li:not(:last-of-type) {
    border-right: 1px solid #1b8112;
}

.p-leader-game__rounds-list--current {
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    border-bottom: 1px solid #1b8112;
}

.u-pt0 {
    padding-top: 0 !important;
}

.u-mr16 {
    margin-right: 16px !important;
}

.u-mt0 {
    margin-top: 0 !important;
}

.u-mt5 {
    margin-top: 5px !important;
}

.u-mt10 {
    margin-top: 10px !important;
}

.u-mt15 {
    margin-top: 15px !important;
}

.u-mt20 {
    margin-top: 20px !important;
}

.u-mt25 {
    margin-top: 25px !important;
}

.u-mt30 {
    margin-top: 30px !important;
}

.u-mt35 {
    margin-top: 35px !important;
}

.u-mt40 {
    margin-top: 40px !important;
}

.u-mt50 {
    margin-top: 50px !important;
}

.u-mb0 {
    margin-bottom: 0 !important;
}

.u-mb5 {
    margin-bottom: 5px !important;
}

.u-mb10 {
    margin-bottom: 10px !important;
}

.u-mb15 {
    margin-bottom: 15px !important;
}

.u-mb20 {
    margin-bottom: 20px !important;
}

.u-mb25 {
    margin-bottom: 25px !important;
}

.u-mb30 {
    margin-bottom: 30px !important;
}

.u-mb35 {
    margin-bottom: 35px !important;
}

.u-mb40 {
    margin-bottom: 40px !important;
}

.u-mr0 {
    margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
    .u-smt0 {
        margin-top: 0 !important;
    }

    .u-smt5 {
        margin-top: 5px !important;
    }

    .u-smt10 {
        margin-top: 10px !important;
    }

    .u-smt15 {
        margin-top: 15px !important;
    }

    .u-smt20 {
        margin-top: 20px !important;
    }

    .u-smb0 {
        margin-bottom: 0 !important;
    }

    .u-smb5 {
        margin-bottom: 5px !important;
    }

    .u-smb10 {
        margin-bottom: 10px !important;
    }

    .u-smb15 {
        margin-bottom: 15px !important;
    }

    .u-smb20 {
        margin-bottom: 20px !important;
    }

    .u-sml0 {
        margin-left: 0 !important;
    }
}

.u-w03per {
    width: 3% !important;
}

.u-w05per {
    width: 5% !important;
}

.u-w10per {
    width: 10% !important;
}

.u-w13per {
    width: 13% !important;
}

.u-w15per {
    width: 15% !important;
}

.u-w20per {
    width: 20% !important;
}

.u-w23per {
    width: 23% !important;
}

.u-w25per {
    width: 25% !important;
}

.u-w30per {
    width: 30% !important;
}

.u-w33per {
    width: 33% !important;
}

.u-w35per {
    width: 35% !important;
}

.u-w40per {
    width: 40% !important;
}

.u-w43per {
    width: 43% !important;
}

.u-w45per {
    width: 45% !important;
}

.u-w50per {
    width: 50% !important;
}

.u-w53per {
    width: 53% !important;
}

.u-w55per {
    width: 55% !important;
}

.u-w60per {
    width: 60% !important;
}

.u-w63per {
    width: 63% !important;
}

.u-w65per {
    width: 65% !important;
}

.u-w70per {
    width: 70% !important;
}

.u-w73per {
    width: 73% !important;
}

.u-w75per {
    width: 75% !important;
}

.u-w80per {
    width: 80% !important;
}

.u-w83per {
    width: 83% !important;
}

.u-w85per {
    width: 85% !important;
}

.u-w90per {
    width: 90% !important;
}

.u-w93per {
    width: 93% !important;
}

.u-w95per {
    width: 95% !important;
}

.u-table-fixed {
    table-layout: fixed;
}

.u-text-center {
    text-align: center;
}

.u-text-left {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .s-text-center {
        text-align: center;
    }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
    background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
    display: none;
}

@media screen and (max-width: 1024px) {
    .u-xl-only {
        display: block;
    }
}

.u-xl-hidden {
    display: block;
}

@media screen and (max-width: 1024px) {
    .u-xl-hidden {
        display: none;
    }
}

.u-md-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .u-md-only {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .u-md-only--flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.u-md-hidden {
    display: block;
}

@media screen and (max-width: 767px) {
    .u-md-hidden {
        display: none;
    }
}

.u-md-hidden--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .u-md-hidden--flex {
        display: none;
    }
}

.u-box {
    width: 336px;
}

@media screen and (max-width: 767px) {
    .u-box {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .u-box {
        margin-bottom: 15px;
    }
}

@media (min-width: 767px) {
    .u-box.-right {
        float: right;
        margin: 0 auto 1em 15px;
    }
}

@media (min-width: 767px) {
    .u-box.-left {
        float: left;
        margin: 0 15px 1em auto;
    }
}

.gaibu__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}

.sp-popin img {
    width: 100%;
    height: auto;
}

.col__title-under {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 0 0 20px;
}

@media screen and (max-width: 767px) {
    .col__title-under {
        font-size: 1.5rem;
        padding: 0 0 15px;
    }
}

.col__title-jap {
    font-size: 28.8px;
    font-size: 1.8rem;
    padding: 0 0 20px;
}

.win .col__title-jap {
    padding: 5px 0 0;
}

.col__item:last-of-type .col__item-link {
    background: none;
}

.col__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    background-image: url(../images/img-border-02.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 6px 2px;
}

@media screen and (max-width: 767px) {
    .col__item-link {
        background-size: 3px 1px;
    }
}

.col__item-pic {
    width: 280px;
    height: 180px;
    position: relative;
    margin: 6px 20px 0 0;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .col__item-pic {
        width: 100px;
        height: 75px;
        margin: 3px 10px 0 0;
    }
}

.col__item-img {
    position: relative;
}

@media screen and (max-width: 767px) {
    .col__item-img {
        width: 100px;
        height: 75px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.col__item-pic img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .col__item-pic img {
        width: auto;
        height: 100%;
    }
}

.col__item-new {
    background-color: #ca151d;
    color: #fff;
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 7px 50px;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 767px) {
    .col__item-new {
        font-size: 1rem;
        padding: 3px 20px;
    }
}

/* TOP3まで[NEW]を表示 */
.col__item:not(:nth-child(-n+3)) .col__item-new {
    display: none;
}

.p-single__body p.article-description {
    line-height: 1.3;
}

.col__item-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.col__item-lead {
    font-size: 38.4px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 32px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    list-style-type: disc !important;
}

@media screen and (max-width: 767px) {
    .col__item-lead {
        font-size: 1.3rem;
        line-height: 18px;
    }
}

.col__item-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 0 0;
}

@media screen and (max-width: 767px) {
    .col__item-option {
        margin: 6px 0 0;
    }
}

.col__item-category {
    font-size: 32px;
    font-size: 2rem;
    color: #9c2524;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .col__item-category {
        font-size: 1.2rem;
    }
}

.col__item-day {
    font-family: "Fanwood Text", serif;
    font-size: 28.8px;
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .col__item-day {
        font-size: 1.2rem;
    }
}

.col__more {
    text-align: center;
    margin: 30px 0;
}

@media screen and (max-width: 767px) {
    .col__more {
        margin: 10px 0 20px;
    }
}

.main .col__list .col__item .col__item-link .col__item-pic {
    width: 36.5%;
    height: 185px;
    border-radius: 10px;
    margin: 0;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .main .col__list .col__item .col__item-link .col__item-pic {
        width: 39%;
        height: 24vw;
    }
}

.youtube {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

.youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.youtube+figcaption {
    font-size: 22.4px;
    font-size: 1.4rem;
    color: #bdbac0;
    margin: 20px 0;
}

@media (max-width: 767px) {
    .youtube+figcaption {
        font-size: 1rem;
        margin: 10px 0;
    }
}

.detail-main figure {
    margin-bottom: 10px;
}

.instagram iframe,
.twitter>div {
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (min-width: 768px) {

    .box-left,
    .box-right {
        margin: 30px 0;
    }
}

/* 開催前メッセージのスタイル */
.p-leader-game__pre-tournament-message {
    background-color: #f8f9fa;
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin: 20px 0;
}

.p-leader-game__message-text {
    font-size: 18px;
    font-weight: 700;
    color: #007bff;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

/* 広告ブロックのスタイル */
.p-leader-game__advertisement-row {
    background-color: #f8f9fa;
}

.p-leader-game__advertisement-cell {
    padding: 15px 10px;
    text-align: center;
    border-top: 2px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
}

.p-leader-game__advertisement-block {
    background-color: #ffffff;
    border: 1px solid #d1ecf1;
    border-radius: 5px;
    padding: 20px;
    margin: 0 auto;
    max-width: 728px;
    text-align: center;
}

.advertisement-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/* PC表示時は728px固定 */
@media (min-width: 769px) {
    .advertisement-banner>* {
        width: 728px !important;
    }
}

/* スマホ表示時は全幅 */
@media (max-width: 768px) {
    .advertisement-banner>* {
        width: 100% !important;
    }
}

.advertisement-text {
    font-size: 12px;
    color: #6c757d;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.advertisement-placeholder {
    background-color: #e9ecef;
    border: 2px dashed #adb5bd;
    padding: 30px 20px;
    border-radius: 8px;
    color: #6c757d;
    font-size: 16px;
    font-weight: 500;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}