@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@font-face {
    font-family: "YuMincho";
    font-weight: normal;
    src: url("../font/A-OTF-A1MinchoStd-Bold.otf")
}
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, :after, :before {
    box-sizing: border-box
}
:after:focus, :before:focus, :focus {
    outline: none
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}
body {
    background-color: #fff;
    color: #212529;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    margin-top: 0
}
p {
    margin-bottom: 1rem;
    margin-top: 0
}
abbr[data-original-title], abbr[title] {
    border-bottom: 0;
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}
address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}
dl, ol, ul {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-inline-start: 0
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}
dt {
    font-weight: 700
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0
}
blockquote {
    margin: 0 0 1rem
}
b, strong {
    font-weight: bolder
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -0.25em
}
sup {
    top: -0.5em
}
a {
    background-color: transparent;
    color: #007bff;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
a:hover {
    color: #0056b3;
    text-decoration: underline
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}
code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}
pre {
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto;
    -ms-overflow-style: scrollbar
}
figure {
    margin: 0 0
}
img {
    border-style: none;
    vertical-align: middle;
    width: 100%;
    height: auto
}
svg {
    overflow: hidden;
    vertical-align: middle
}
table {
    border-collapse: collapse
}
caption {
    caption-side: bottom;
    color: #6c757d;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    text-align: left
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent
}
label {
    display: inline-block;
    margin-bottom: 0.5rem
}
button {
    border-radius: 0
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}
button, input {
    overflow: visible
}
button, select {
    text-transform: none
}
[role=button] {
    cursor: pointer
}
select {
    word-wrap: normal
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
textarea {
    overflow: auto;
    resize: vertical
}
fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}
legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: 0.5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}
progress {
    vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
output {
    display: inline-block
}
summary {
    cursor: pointer;
    display: list-item
}
template {
    display: none
}
[hidden] {
    display: none !important
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}
@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}
@keyframes zoomOut {
    0% {
        transform: scale3d(1.2, 1.2, 1.2)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}
@keyframes confetti {
    0% {
        opacity: 0;
        transform: rotateZ(15deg) rotateY(0deg) translate(0, 0)
    }
    25% {
        opacity: 1;
        transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh)
    }
    50% {
        transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh)
    }
    75% {
        transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh)
    }
    86% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh)
    }
}
.u-wysiwygArea {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.8
}
@media screen and (max-width:800px) {
    .u-wysiwygArea {
        font-size: 12px
    }
}
.u-wysiwygArea *+* {
    margin-top: 1.75em
}
.u-wysiwygArea br+* {
    margin-top: 0
}
.u-wysiwygArea a {
    color: blue;
    text-decoration: underline
}
@media screen and (min-width:801px) {
    .u-wysiwygArea a {
        transition: all 0.6s ease-in-out 0s
    }
}
@media screen and (min-width:801px) {
    .u-wysiwygArea a:hover {
        opacity: 0.6
    }
}
.u-wysiwygArea h1 {
    font-size: 4.5rem;
    line-height: 1.4
}
.u-wysiwygArea h2 {
    font-size: 3rem;
    line-height: 1.6;
    margin-top: 2em
}
.u-wysiwygArea h3 {
    color: blue;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6
}
.u-wysiwygArea h4 {
    font-size: 1.8rem;
    line-height: 1.6;
    padding-left: 25px;
    position: relative
}
.u-wysiwygArea h4:before {
    background: blue;
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 17px
}
.u-wysiwygArea h5, .u-wysiwygArea h6 {
    font-size: 1.6rem;
    line-height: 1.6
}
.u-wysiwygArea h1+h2, .u-wysiwygArea h2+h3, .u-wysiwygArea h3+h4, .u-wysiwygArea h4+h5, .u-wysiwygArea h5+h6 {
    margin-top: 0.5em
}
.u-wysiwygArea p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.8
}
@media screen and (max-width:800px) {
    .u-wysiwygArea p {
        font-size: 12px
    }
}
.u-wysiwygArea strong, .u-wysiwygArea strong * {
    font-weight: bold
}
.u-wysiwygArea em, .u-wysiwygArea em * {
    font-style: italic
}
.u-wysiwygArea ul {
    list-style-type: disc
}
.u-wysiwygArea ol {
    list-style-type: decimal
}
.u-wysiwygArea ol, .u-wysiwygArea ul {
    margin-top: 1em;
    padding-left: 1.4em
}
.u-wysiwygArea ol li, .u-wysiwygArea ul li {
    line-height: 1.5;
    margin-top: 0.6em
}
.u-wysiwygArea sub, .u-wysiwygArea sup {
    font-size: 1rem;
    line-height: 1 !important
}
.u-wysiwygArea hr {
    background: #222;
    display: block;
    height: 1px;
    width: 100%
}
.u-wysiwygArea blockquote {
    background: blue;
    padding: 30px
}
.u-wysiwygArea table {
    background: blue;
    border-collapse: collapse;
    height: auto !important;
    margin-top: 3em;
    width: 100% !important
}
.u-wysiwygArea table thead td, .u-wysiwygArea table thead th {
    font-weight: bold;
    text-align: center
}
.u-wysiwygArea table tr td, .u-wysiwygArea table tr th {
    border: #222 1px solid;
    line-height: 1.5;
    padding: 15px 20px;
    text-align: left;
    vertical-align: middle
}
.u-wysiwygArea table tr th {
    font-weight: bold;
    text-align: center;
    width: 25%
}
.u-wysiwygArea img {
    height: auto;
    margin-top: 1em;
    max-width: 100%;
    width: auto
}
.u-wysiwygArea img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.u-wysiwygArea img.alignright {
    display: block;
    margin-left: auto;
    margin-right: 0
}
.u-wysiwygArea .gallery {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}
.u-wysiwygArea .gallery-item {
    float: none;
    margin-top: 0;
    text-align: center
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
    width: calc((100% - 40px) / 2)
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
    width: calc((100% - 80px) / 3)
}
.siteHeader {
    position: absolute;
    inset: 0;
    bottom: unset;
    z-index: 200
}
.siteHeader__inner {
    max-width: 80rem;
    margin: 0 auto;
    position: relative
}
.siteHeader__logo {
    display: block;
    width: 100%
}
.siteHeader__logo02 {
    position: fixed;
    width: 44.77128rem;
    top: 0;
    z-index: 210;
    display: none
}
.siteHeader__menu {
    cursor: pointer;
    position: fixed;
    right: 2.5%;
    top: 11rem;
    width: 12.26%;
    z-index: 201
}
.siteHeader__menu .openImg {
    display: block
}
.siteHeader__menu .closeImg {
    display: none
}
.siteHeader__menu.is-open .openImg {
    display: none
}
.siteHeader__menu.is-open .closeImg {
    display: block
}
.siteHeader__menuNav {
    max-width: 80rem;
    margin: auto;
    position: fixed;
    height: 100svh;
    inset: 0;
    bottom: unset;
    background-color: #fff;
    z-index: 200;
    overflow-y: auto;
    top: -150vh;
    padding-bottom: 13.9rem;
    transition: top 400ms ease-in-out
}
.siteHeader__menuNav.is-open {
    top: 0
}
.siteHeader__menuNav.is-open .siteHeader__menuNavtxt {
    animation: fadeIn 400ms ease-in-out 0.2s forwards
}
.siteHeader__menuNav.is-open .siteHeader__menuNavItem:first-of-type {
    animation: fadeIn 400ms ease-in-out 0.3s forwards
}
.siteHeader__menuNav.is-open .siteHeader__menuNavItem:nth-of-type(2) {
    animation: fadeIn 400ms ease-in-out 0.4s forwards
}
.siteHeader__menuNav.is-open .siteHeader__menuNavItem:nth-of-type(3) {
    animation: fadeIn 400ms ease-in-out 0.5s forwards
}
.siteHeader__menuNav.is-open .siteHeader__menuNavItem:nth-of-type(4) {
    animation: fadeIn 400ms ease-in-out 0.6s forwards
}
.siteHeader__menuNav.is-open .siteHeader__menuNavItem:nth-of-type(5) {
    animation: fadeIn 400ms ease-in-out 0.7s forwards
}
.siteHeader__menuNav.is-open .siteHeader__menuNavItem:nth-of-type(6) {
    animation: fadeIn 400ms ease-in-out 0.8s forwards
}
.siteHeader__menuNav.is-open .siteHeader__menuBtnLink {
    animation: fadeIn 400ms ease-in-out 0.9s forwards
}
.siteHeader__menuNav.is-open .siteHeader__menuNavMoreLinkCont {
    animation: fadeIn 400ms ease-in-out 1.0s forwards
}
@keyframes fadeIn {
    0% {
        transform: translateY(-1rem);
        opacity: 0
    }
    50% {
        transform: translateY(0.7rem)
    }
    to {
        opacity: 1
    }
}
.siteHeader__menuNavHead {
    width: 44.77128rem
}
.siteHeader__menuNavCont {
    padding-left: 13.5rem
}
.siteHeader__menuNavtxt {
    margin-top: 5rem;
    width: 55rem
}
.siteHeader__menuNavLink {
    display: block
}
.siteHeader__menuNavLink.link01 {
    width: 44.73918rem
}
.siteHeader__menuNavLink.link02 {
    width: 53.3046rem
}
.siteHeader__menuNavLink.link03 {
    width: 40.209rem
}
.siteHeader__menuNavLink.link04 {
    width: 45.49168rem
}
.siteHeader__menuNavList {
    margin-top: 2rem;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 3rem
}
.siteHeader__menuBtnLink {
    margin-top: 0rem;
    display: block;
    width: 49.7039rem;
/*    filter: drop-shadow(0 0.3rem 0.4rem rgba(0, 0, 0, 0.4))*/
}
.siteHeader__menuNavMoreLinkCont {
    margin-top: 7rem;
    padding: 4rem 0 4rem 5.5rem;
    width: 50.5rem;
    border-top: 0.1rem solid #333333;
    border-bottom: 0.1rem solid #333333
}
.siteHeader__menuNavMoreLink {
    display: block
}
.siteHeader__menuNavMoreLink.link01 {
    position: relative;
    width: 22.94rem;
    cursor: pointer
}
.siteHeader__menuNavMoreLink.link01 figure {
    width: 15.94rem
}
.siteHeader__menuNavMoreLink.link01:after, .siteHeader__menuNavMoreLink.link01:before {
    content: "";
    display: block;
    width: 2.1rem;
    height: 0.1rem;
    background-color: #000;
    position: absolute;
    left: 20.54rem;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 200ms ease-in-out
}
.siteHeader__menuNavMoreLink.link01:after {
    transform: translate(-50%, -50%) rotate(90deg)
}
.siteHeader__menuNavMoreLink.link01.is-close:after {
    transform: translate(-50%, -50%)
}
.siteHeader__menuNavMoreLink.link02 {
    margin-top: 3rem;
    width: 27.32217rem
}
.siteHeader__menuNavDDeLinkCont {
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 2rem;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 2rem;
    padding-left: 2rem
}
.siteHeader__menuNavDDeLink {
    font-size: 2.5rem;
    font-weight: 500;
    color: #000000
}
.siteHeader__menuNavDDeLink:hover {
    color: #000;
    text-decoration: none
}
.siteHeader .animeFadeIn {
    opacity: 0;
    transform: translateY(-1rem)
}
.siteFooter {
    background-color: #3E3A39
}
html {
    font-size: 62.5%;
    overflow-x: hidden;
    font-size: 0.5213764338vw
}
html.is-navOpen {
    overflow: hidden
}
@media screen and (max-width:800px) {
    html {
        font-size: 1.25vw
    }
}
body {
    font-feature-settings: "palt" 1;
    -webkit-print-color-adjust: exact;
    overflow-x: hidden
}
.u-pcDb {
    display: block
}
.u-pcDib {
    display: inline-block
}
.u-pcDin {
    display: inline
}
.u-pcDf {
    display: flex
}
.u-pcDt {
    display: table
}
.u-pcDtc {
    display: table-cell
}
.u-spDb, .u-spDf, .u-spDib, .u-spDin, .u-spDt, .u-spDtc {
    display: none
}
@media screen and (max-width:800px) {
    .u-pcDb, .u-pcDf, .u-pcDib, .u-pcDin, .u-pcDt, .u-pcDtc {
        display: none
    }
    .u-spDb {
        display: block
    }
    .u-spDib {
        display: inline-block
    }
    .u-spDin {
        display: inline
    }
    .u-spDf {
        display: flex
    }
    .u-spDt {
        display: table
    }
    .u-spDtc {
        display: table-cell
    }
}
.siteContent {
    min-height: calc(100vh - 200px)
}
@media screen and (max-width:800px) {
    .siteContent {
        min-height: calc(100vh - 50px)
    }
}
@media screen and (min-width:801px) {
    a {
        transition: opacity 400ms ease-in-out
    }
    a:hover {
        opacity: 0.7
    }
}
.ddCont {
    display: none
}
.cmn__inner {
    margin: 0 auto
}
@media screen and (max-width:800px) {
    .cmn__inner {
        max-width: 80rem
    }
}
.centerContainer {
    max-width: 39.103vw;
    overflow: visible;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 10
}
@media screen and (max-width:800px) {
    .centerContainer {
        max-width: 100%
    }
}
@media screen and (max-width:800px) {
    .kvSec {
        margin-bottom: 1.7rem
    }
}
.kvSec__pcKVCont {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}
.kvSec__pcFix {
    position: fixed;
    inset: 0
}
.kvSec__pcKVContItemHeadLink img {
    transition: opacity 400ms ease-in-out
}
.kvSec__pcKVContItemHeadLink:hover {
    opacity: 1
}
.kvSec__pcKVContItemHeadLink:hover img {
    opacity: 0.7
}
.kvSec__pcKVContItemHead {
    position: relative;
    z-index: 1;
    background-color: #fff
}
.kvSec__pcKVContItemNvanWrap {
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    background: url(../images/top/kv_pcNvan.png),url(../images/top/kv_pcNvan_bg.png);
    background-position: center, center;
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;
}
/*
.kvSec__pcKVContItemNvanWrap {
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    background: url(../images/top/kv_pcNvan.png) center/contain no-repeat;
    background-color: #FFD100
}
*/
.kvSec__pcKVContItem {
    height: 100vh;
    width: 30.4%;
    position: relative
}
.kvSec__pcKVContItem:first-of-type {
    width: 30.44%;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start
}
.kvSec__pcKVContItem:first-of-type:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 4.953vw;
    height: 100%;
    background: linear-gradient(-90deg, rgba(42, 182, 170, 0.4) 0%, rgba(42, 182, 170, 0.2) 26.9%, rgba(42, 182, 170, 0.1) 54.4%, rgba(42, 182, 170, 0) 79.63%, rgba(42, 182, 170, 0) 100%)
/*    background: linear-gradient(-90deg, rgb(254, 222, 77) 0%, rgba(254, 217, 45, 0.73) 26.9%, rgba(255, 212, 20, 0.46) 54.47%, rgba(255, 210, 5, 0.2) 79.63%, rgba(255, 209, 0, 0) 100%)*/
}
.kvSec__pcKVContItem:nth-of-type(2) {
    width: 39.062%
}
.kvSec__pcKVContItem:nth-of-type(3) {
/*    background-color: #FFD100;*/
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 100vh
}
.kvSec__pcKVContItem:nth-of-type(3):before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 4.953vw;
    height: 100%;
    background: linear-gradient(-90deg, rgba(42, 182, 170, 0.4) 0%, rgba(42, 182, 170, 0.2) 26.9%, rgba(42, 182, 170, 0.1) 54.4%, rgba(42, 182, 170, 0) 79.63%, rgba(42, 182, 170, 0) 100%);
/*    background: linear-gradient(-90deg, rgb(229, 201, 72) 0%, rgba(231, 197, 40, 0.73) 26.9%, rgba(242, 201, 17, 0.46) 54.47%, rgba(255, 210, 5, 0.2) 79.63%, rgba(255, 209, 0, 0) 100%);*/
    transform: rotate(180deg)
}
.kvSec__pcKVmainKV {
    position: relative;
    margin-bottom: 0vw
}
.kvSec__btn {
    position: relative;
    width: 80%;
    margin: 0 auto 2rem;
}
/*
.kvSec__pcfloatcredit {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 80px;
  height: 80px;
}
*/
.kvSec__pcfloatcredit-wrapper {
  position: fixed;
  bottom: 30px;
  left: 0; /* 左端固定 */
  width: 100px;  /* 適宜サイズ */
  height: 100px; /* 正方形または縦横比に応じて調整 */
  z-index: 9999;
}

.kvSec__pcfloatcredit-img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%; /* 正円 */
}

.kvSec__pcfloatcredit-link {
  position: absolute;
  inset: 0;             /* 親のサイズにフィット */
  border-radius: 50%;    /* 正円 */
  display: block;
  background: rgba(0,0,0,0); /* 透明 */
}

.kvSec__pcfloatcredit:hover::after {
  background: rgba(0,0,0,0.1); /* ホバー時に薄く色付け */
}

.kvSec__pcNavTitle {
    background-color: #fff;
    position: relative;
    z-index: 1
}
.kvSec__menuNavContWrap {
    padding-top: 3vw;
    overflow-y: auto;
    height: 100vh;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background-image: url(../images/top/kvSec__menuNavContWrap_bg.png);
    background-size: cover;      /* 全体にフィット */
    background-position: center; /* 中央に配置 */
    background-repeat: no-repeat;

}
/*
.kvSec__menuNavContWrap {
    padding-top: 3vw;
    overflow-y: auto;
    height: 100vh;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none
}
*/
.kvSec__menuNavContWrap::-webkit-scrollbar {
    display: none
}
.kvSec__menuNavCont {
    padding-top: 4.95vw;
    padding-left: 4.64vw;
    padding-bottom: 2vw;
    height: 50.6vw
}
.kvSec__indentWrap {
    padding-left: 1.772vw
}
.kvSec__menuNavtxt {
    width: 14vw;
    margin-bottom: 1vw
}
.kvSec__menuNavList {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 1vw
}
.kvSec__menuNavLink {
    display: block;
    transition: filter 400ms ease-in-out, opacity 0ms ease
}
.kvSec__menuNavLink:hover {
    opacity: 1;
    filter: invert(43%) sepia(70%) saturate(348%) hue-rotate(188deg) brightness(89%) contrast(99%)
}
.kvSec__menuNavLink.link01 {
    width: 14vw
}
/*
.kvSec__menuNavLink.link01 {
    width: 12.534vw
}
*/
.kvSec__menuNavLink.link02 {
    width: 14.92vw
}
.kvSec__menuNavLink.link03 {
    width: 11.26vw
}
.kvSec__menuNavLink.link04 {
    width: 12.74vw
}
.kvSec__menuBtnLink {
    width: 12.5vw;
    display: block;
    margin: 1.5vw 0vw 0.7vw 1.6vw;
/*    filter: drop-shadow(0 0.0907vw 0.546vw rgba(206, 166, 0, 0.6))*/
}
.kvSec__menuNavMoreLinkCont {
    margin-top: 2.29vw;
    padding: 1.35vw 0 1.35vw 2.24vw;
    width: 18.73vw;
    border-top: 0.1rem solid #333333;
    border-bottom: 0.1rem solid #333333
}
.kvSec__menuNavMoreLink {
    display: block
}
.kvSec__menuNavMoreLink.link01 {
    width: 7.7952vw;
    position: relative;
    cursor: pointer
}
.kvSec__menuNavMoreLink.link01 figure {
    width: 5.1052vw
}
.kvSec__menuNavMoreLink.link01:after, .kvSec__menuNavMoreLink.link01:before {
    content: "";
    display: block;
    width: 0.704vw;
    height: 0.052vw;
    background-color: #000;
    position: absolute;
    left: 6.7952vw;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 200ms ease-in-out
}
.kvSec__menuNavMoreLink.link01:after {
    transform: translate(-50%, -50%) rotate(90deg)
}
.kvSec__menuNavMoreLink.link01.is-close:after {
    transform: translate(-50%, -50%)
}
.kvSec__menuNavMoreLink.link02 {
    margin-top: 1.04vw;
    width: 8.759vw
}
.kvSec__menuNavDDeLinkCont {
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 0.9vw;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0.9vw;
    padding-left: 0.9vw
}
.kvSec__menuNavDDeLink {
    font-size: 0.9vw;
    font-weight: 500;
    color: #000000
}
.kvSec__menuNavDDeLink:hover {
    color: #000;
    text-decoration: none
}
.swiperKvSec {
    overflow: hidden
}
.navSec {
    overflow: hidden
}
.navSec__title {
    margin: 2rem auto 3rem
}
.navSec__navbtn {
    margin-top: 0rem
}
.navSec__list {
    margin-top: 4rem;
    padding: 0 5rem;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 3rem
}
.navSec__item {
    width: calc(50% - 1.5rem)
}
.navSec__car {
    margin-top: 6rem;
    position: relative
}
.navSec__car:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -175rem;
    right: -175rem;
    height: 93rem;
    background-color: #FFEA88;
    clip-path: polygon(0 calc(100% - 22rem), 100% 0, 100% 100%, 0% 100%);
    z-index: -1
}
.contentSec01 {
    overflow: hidden;
    margin-top: -23.5rem
}
.contentSec01__kv {
    position: relative;
    z-index: 1
}
.contentSec01__cont {
    background-color: #FFEA88;
    padding-bottom: 18rem
}
.contentSec01__swiperCont {
    padding: 0 8.5rem;
    position: relative
}
.contentSec01__swiperCont.cont02 .contentSec01__swiperBox {
    top: 0;
    margin-top: 11.2rem;
    margin-bottom: 0
}
.contentSec01__swiperBox {
    z-index: 20;
    position: relative;
    top: -9rem;
    padding: 9rem 0 12rem;
    border-radius: 1.5rem;
    background-color: #FFD100;
    margin-bottom: -9rem
}
.contentSec01__swipeTitle {
    width: 17.33073rem;
    margin: 0 auto 5.5rem
}
.contentSec01 .swiperSec01, .contentSec01 .swiperSec02 {
    position: relative
}
.contentSec01 .swiperSec01__next, .contentSec01 .swiperSec01__prev, .contentSec01 .swiperSec02__next, .contentSec01 .swiperSec02__prev {
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translate(-2.8rem, -50%);
    position: absolute;
    display: block;
    height: 6.5641rem;
    width: 6.5641rem;
    cursor: pointer;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='line' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 65.64 65.64'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23806326; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.01px; %7D .cls-2 %7B fill: %23fff; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Ccircle class='cls-2' cx='32.82' cy='32.82' r='32.82'/%3E%3Cpath class='cls-1' d='M27.24,19.16l15.53,13.66-15.53,13.66'/%3E%3C/svg%3E") center/cover no-repeat
}
.contentSec01 .swiperSec01__prev, .contentSec01 .swiperSec02__prev {
    left: unset;
    left: 0;
    transform: translate(2.8rem, -50%) rotate(180deg);
    display: none
}
.contentSec01 .swiper-pagination {
    top: calc(100% + 2.8rem);
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 2.2rem
}
.contentSec01 .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 1.64103rem;
    height: 1.64103rem;
    margin: 0;
    background-color: #E5B900;
    opacity: 1
}
.contentSec01 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #705546
}
.contentSec01__annot {
    margin-top: 3rem
}
.contentSec02 {
    margin-top: -3rem;
    background-color: #FFFADC;
    padding-top: 0rem;
    padding-bottom: 12rem
}
@media screen and (max-width:800px) {
    .contentSec02 {
        margin-top: -5rem
    }
}
.contentSec02__boxCont {
    padding: 0 8.5rem
}
.contentSec02__infoBox.box01 {
    position: relative;
    top: -7.4rem;
    margin-bottom: -7.4rem
}
.contentSec02__infoBox.box02 {
    margin-top: 4.3rem
}
.contentSec02__infoBox.box03 {
    margin-top: 4.6rem
}
.contentSec02__infoBox.box04 {
    margin-top: -3rem
}
.contentSec02__infoBox.btn {
    margin: -17rem auto 10rem;
    width: 39rem;
}
.contentSec03 {
    background-color: #FFEA88;
    padding-top: 1rem;
    padding-bottom: 19.5rem
}
.contentSec03 .cmn__inner {
    background-color: #fff
}
.contentSec03 .cmn__inner.inner01 {
    background-color: #FFEA88
}
.contentSec03__title {
    border-radius: 5.8rem 0 0 0
}
.contentSec03__info.withLink {
    position: relative
}
.contentSec03__info.withLink .contentSec03__infoLink {
    position: absolute;
    width: 53.33333rem;
    display: block;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20.5%;
    filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.5))
}
.contentSec03__info.infoScroll {
    width: 81.25rem;
    padding-bottom: 1rem
}
.contentSec03__infoWrap {
    padding: 0 8.5rem
}
.contentSec03__infoScrollWrap {
    overflow-x: scroll
}
.contentSec03__infoScrollWrap::-webkit-scrollbar {
    width: 16px;
    height: 2.7rem
}
.contentSec03__infoScrollWrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.6rem;
    padding: 2px
}
.contentSec03__infoScrollWrap::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2rem;
    border: 0.64rem solid transparent;
    background-clip: content-box;
    width: 6.25rem
}
.contentSec04 {
    background-color: #FFEA88
}
.contentSec04__infoCont {
    padding: 0 8.5rem 18.2rem
}
.footInfo {
    border-top: 1px solid #000;
    padding-top: 5.6rem
}
.footInfo__infoCont {
    padding: 0 8.5rem
}
.footInfo__goTop {
    margin: 5.5rem auto 5rem;
    display: block;
    width: 12.4482rem
}
.floatBanner {
    position: fixed;
    inset: 0;
    top: unset;
    background-color: rgba(51, 51, 51, 0.8);
    z-index: 100;
    padding-bottom: 3.3rem
}
@media screen and (min-width:801px) {
    .floatBanner {
        display: none !important
    }
}
.floatBanner .cmn__inner {
    position: relative
}
.floatBanner__btn {
    display: block;
    width: 36.35424rem;
    margin: 0 auto;
    filter: drop-shadow(0 0.2rem 0 #000)
}
.floatBanner__goTop {
    display: block;
    width: 6.79368rem;
    position: absolute;
    bottom: calc(100% + 3rem);
    right: 2rem
}
.floatBanner__credit {
    display: block;
    width: 21rem;
    position: absolute;
    bottom: calc(100% + 11.5em);
    right: -50rem
}
@page {
    size: A4 portrait;
    margin: 0mm
}
@media print {
    body {
        -webkit-print-color-adjust: exact;
        word-break: break-all !important
    }
    .u-printPages__next {
        size: A4 landscape;
        page-break-before: always
    }
    .u-printPages__box {
        break-inside: avoid
    }
}
.kvSec__menuBtnLink0 {
    width: 12.5vw;
    display: block;
    margin: 0vw 0vw 1vw 1.6vw;
/*    filter: drop-shadow(0 0.0907vw 0.546vw rgba(206, 166, 0, 0.6))*/
}
.navSec__title0 {
    display: flex;
    /* フレックスボックスを使用 */
    text-align: center;
    /* 中央揃え */
    margin-top: 4rem;
    /* 上のマージンをゼロに設定 */
}
.navSec__title0 img {
    max-width: 80%;
    /* 必要に応じて画像の最大幅を調整 */
    height: auto;
    /* 比率を保つために高さは自動調整 */
}
.floatBanner .cmn__inner {
    display: flex;
    justify-content: center;
    /* 中央揃え */
    gap: 2rem;
    /* ボタン間のスペース */
    margin: 2.4rem 6rem -1rem 6rem;
    /* 上 右 下 左 */
}

/* =========================
   共通モーダル
========================= */
#modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100000;
}

.modal {
  padding: 1em;
  text-align: center;
  max-width: 450px;
  max-height: 80%;
  overflow-y: auto;
}

.modal .inr-modal {
  position: relative;
}

.close-modal {
  cursor: pointer;
  position: absolute;
  bottom: 2%;   /* モーダル画像の下からの基準 */
  left: 18%;
  width: 100%;
  aspect-ratio: 445 / 70; /* 元画像の比率に合わせて高さを自動算出 */
  background: url("../images/top/popup_close.png") no-repeat 0 0 / contain;
  border: none;
  padding: 0;
}

#modal-image {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   contentSec05 Swiper4
========================= */
.contentSec05 .swiper-container {
  width: 100%;
  overflow: visible;
}
.contentSec05 .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contentSec05 .swiper-slide img.slide-image {
  width: 90%;
  max-width: 600px;
  height: auto;
}
.contentSec05 .popup-btn2 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 10;
}

/* kuwasiku_btn用 */
.popup-btn {
  cursor: pointer;
}
