@charset "UTF-8";
/*
Theme Name: shiyaka
Theme URI:
Description: shiyaka
Version: 1.0
Author: 
Author URI: 
*/

:root {
    --color-primary: #a24e4e;
    --color-secondary: #e1cec3;
    --color-link: #4895e6;
}

.red {
    color: #c00033;
}

.yellow {
    color: var(--color-secondary);
}

/*!
  global > content-width
  ------------------------------
  */
:root {
    --width-content-s: 760px;
    --width-content: 1180px;
}

/*!
  global > font
  ------------------------------
  */
:root {
    --font-family-base: "Inter", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.f_noto {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.f_noto_serif {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.f_poltawski_nowy {
    font-family: "Poltawski Nowy", sans-serif;
}

/* .f_lato {
    font-family: "Lato", sans-serif;
} */

/* .f_inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0;
} */

/*!
  global > adjustment
  ------------------------------
  */
/*!
  global > effects
  ------------------------------
  */
.pagenavi .nav a,
.formCnt .btnWrap input,
.Fv .subsidyBtn,
.LeadBnrList .LeadBnr .icon,
.LeadBnrList .LeadBnr .label,
.LeadBnrList .LeadBnr .arrow,
#nav-toggle,
#btm-btn a.pagetop,
.Header,
.siteTitle,
.HeaderMenu,
.HeaderMenu .g-menu li a::after,
.HeaderMenu .g-menu li.menu-item-has-children::after,
.pgNav li a,
.contact-Btn,
.baseBtn {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

/*!
  foundation > base
  ------------------------------
  */
html {
    font-size: 62.5%;
}

body {
    font-family: var(--font-family-base);
    font-size: 1.7rem;
    font-weight: 400;
    color: #323131;
    line-height: 2;
    background-color: white;
    animation: fadeIn 0.5s ease 0s 1 normal;
}

@media screen and (min-width: 1025px) and (max-width: 1299px) {
    body {
        font-size: 1.3076923077vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        font-size: 1.5rem;
        line-height: 1.8;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.5rem;
        line-height: 1.8;
    }
}

@media screen and (max-width: 100px) {
    body {
        font-size: 1.4rem;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

a {
    color: var(--color-primary);
    word-wrap: break-word;
}

a.noLink {
    pointer-events: none;
}

a.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

@media screen and (max-width: 767px) {
    a.anchor {
        padding-top: 50px;
        margin-top: -50px;
    }
}

a.anchor--1 {
    padding-top: 50px;
    margin-top: -50px;
}

a.External_links {
    display: table;
    margin-left: auto;
    font-size: 1.4rem;
}

.br-pc {
    display: block !important;
}

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

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

.br-sp {
    display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .br-sp {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .br-sp {
        display: block !important;
    }
}

.br-tb {
    display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .br-tb {
        display: block !important;
    }
}

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

.br-tb-sp {
    display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .br-tb-sp {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .br-tb-sp {
        display: block !important;
    }
}

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

/*!
  utility > utility
  ------------------------------
  */
.u-mauto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.u-mlauto {
    margin-left: auto !important;
}

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

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

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

.u-mt15 {
    margin-top: 15px !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-mt70 {
    margin-top: 70px !important;
}

.u-mt80 {
    margin-top: 80px !important;
}

.u-mt100 {
    margin-top: 100px !important;
}

.u-mt120 {
    margin-top: 120px !important;
}

.u-mt140 {
    margin-top: 140px !important;
}

.u-mt150 {
    margin-top: 150px !important;
}

.u-mt200 {
    margin-top: 200px !important;
}

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

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

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

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

.u-mb50 {
    margin-bottom: 50px !important;
}

.u-mb70 {
    margin-bottom: 70px !important;
}

.u-mb100 {
    margin-bottom: 100px !important;
}

.u-mlauto {
    margin-left: auto !important;
}

.u-ml5 {
    margin-left: 10px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-ml5 {
        margin-left: 0.3846153846vw !important;
    }
}

.u-ml10 {
    margin-left: 10px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-ml10 {
        margin-left: 0.7692307692vw !important;
    }
}

.u-ml15 {
    margin-left: 15px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-ml15 {
        margin-left: 1.1538461538vw !important;
    }
}

.u-ml25 {
    margin-left: 25px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-ml25 {
        margin-left: 1.9230769231vw !important;
    }
}

.u-ml50 {
    margin-left: 50px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-ml50 {
        margin-left: 3.8461538462vw !important;
    }
}

.u-ml70 {
    margin-left: 70px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-ml70 {
        margin-left: 5.3846153846vw !important;
    }
}

.u-mr5 {
    margin-right: 5px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-mr5 {
        margin-right: 0.3846153846vw !important;
    }
}

.u-mr10 {
    margin-right: 10px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-mr10 {
        margin-right: 0.7692307692vw !important;
    }
}

.u-mr15 {
    margin-right: 15px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-mr15 {
        margin-right: 1.1538461538vw !important;
    }
}

.u-mr25 {
    margin-right: 25px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-mr25 {
        margin-right: 1.9230769231vw !important;
    }
}

.u-mr50 {
    margin-right: 50px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-mr50 {
        margin-right: 3.8461538462vw !important;
    }
}

.u-mr70 {
    margin-right: 70px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-mr70 {
        margin-right: 5.3846153846vw !important;
    }
}

.u-mr100 {
    margin-right: 100px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-mr100 {
        margin-right: 7.6923076923vw !important;
    }
}

.u-mlr25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-mlr25 {
        margin-left: 1.9230769231vw !important;
        margin-right: 1.9230769231vw !important;
    }
}

.u-p-reset {
    padding: 0 !important;
}

.u-ptb {
    padding: 150px 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-ptb {
        padding: 100px 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-ptb {
        padding: 70px 0 !important;
    }
}

.u-ptb100 {
    padding: 100px 0 !important;
}

.u-ptb70 {
    padding: 70px 0 !important;
}

@media screen and (max-width: 767px) {
    .u-ptb70 {
        padding-top: 35px !important;
    }
}

.u-ptb50 {
    padding: 50px 0 !important;
}

.u-pt {
    padding-top: 150px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-pt {
        padding-top: 100px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-pt {
        padding-top: 70px !important;
    }
}

.u-pb {
    padding-bottom: 150px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-pb {
        padding-bottom: 100px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-pb {
        padding-bottom: 70px !important;
    }
}

.u-pt50 {
    padding-top: 50px !important;
}

.u-pt70 {
    padding-top: 70px !important;
}

.u-pt100 {
    padding-top: 100px !important;
}

.u-pt150 {
    padding-top: 150px !important;
}

.u-pt200 {
    padding-top: 200px !important;
}

.u-pb15 {
    padding-bottom: 15px !important;
}

.u-pb25 {
    padding-bottom: 25px !important;
}

.u-pb50 {
    padding-bottom: 50px !important;
}

.u-pb70 {
    padding-bottom: 70px !important;
}

.u-pb100 {
    padding-bottom: 100px !important;
}

.u-pb150 {
    padding-bottom: 150px !important;
}

.u-pb200 {
    padding-bottom: 200px !important;
}

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

@media screen and (max-width: 767px) {
    .u-sp-mauto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-mlauto {
        margin-left: 0 !important;
        margin-left: auto !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
    .u-sp-mb5 {
        margin-bottom: 5px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-mb50 {
        margin-bottom: 50px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-ml15 {
        margin-left: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-ptb {
        padding: 70px 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-ptb35 {
        padding: 35px 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-ptb50 {
        padding: 50px 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-pt {
        padding-top: 70px !important;
    }
}

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

@media screen and (max-width: 767px) {
    .u-sp-pt50 {
        padding-top: 50px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-pt70 {
        padding-top: 70px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-pt100 {
        padding-top: 100px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-pb {
        padding-bottom: 70px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-pb0 {
        padding-bottom: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-pb50 {
        padding-bottom: 50px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-pb100 {
        padding-bottom: 100px !important;
    }
}

.u-fll {
    float: left;
}

.u-flr {
    float: right;
}

@media screen and (max-width: 767px) {
    .u-sp-fl-reset {
        float: none !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-flr {
        float: right !important;
    }
}

.u-alc {
    text-align: center !important;
}

.u-all {
    text-align: left !important;
}

.u-alr {
    text-align: right !important;
}

@media screen and (max-width: 767px) {
    .u-sp-alc {
        text-align: center !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-all {
        text-align: left !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-alr {
        text-align: right !important;
    }
}

.u-vat {
    vertical-align: top !important;
}

.u-vam {
    vertical-align: middle !important;
}

.u-vab {
    vertical-align: bottom !important;
}

.u-wnum {
    width: 4em !important;
    max-width: 4em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-w100 {
    width: 100% !important;
    max-width: 100% !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-tab-w50 {
        width: 50% !important;
        max-width: 50% !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-w-reset {
        width: auto !important;
        max-width: initial !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-w30 {
        width: 30% !important;
        max-width: 30% !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-w35 {
        width: 35% !important;
        max-width: 35% !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-w40 {
        width: 40% !important;
        max-width: 40% !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-w50 {
        width: 50% !important;
        max-width: 50% !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-w60 {
        width: 60% !important;
        max-width: 60% !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-w70 {
        width: 70% !important;
        max-width: 70% !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-w80 {
        width: 80% !important;
        max-width: 80% !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-w90 {
        width: 90% !important;
        max-width: 90% !important;
    }
}

@media screen and (max-width: 767px) {
    .u-sp-w100 {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.u-of-hidden {
    overflow: hidden;
}

.u-bold {
    font-weight: 700;
}

.u-txtSmall {
    font-size: 1.4rem;
}

.u-txtLarge {
    font-size: 2.2rem;
}

@media screen and (min-width: 1025px) and (max-width: 1299px) {
    .u-txtLarge {
        font-size: 1.6923076923vw;
    }
}

@media screen and (max-width: 767px) {
    .u-txtLarge {
        font-size: 1.8rem;
    }
}


/*!
layout > header
------------------------------
*/
.Header {
    width: 100%;
    max-width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    right: 0;
    box-sizing: border-box;
    z-index: 50;
    background-color: white;
    border-bottom: 1px solid #D8DDDF;
}

@media screen and (max-width: 767px) {
    .Header {
        height: 70px;
        position: fixed;
    }
}

.Header--under {
    max-width: 100%;
}

.Header__inner {
    padding: 0 2.5%;
    height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .Header__inner {
        padding-left: 50px;
    }
}

@media screen and (max-width: 767px) {
    .Header__inner {
        padding-left: 50px;
    }
}

.Header__column {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.siteTitle {
    position: relative;
    z-index: 51;
}

.siteTitle a {
    display: flex;
    align-items: center;
    gap: 0 1em;
}

@media screen and (max-width: 767px) {
    .siteTitle a {
        flex-direction: column;
        align-items: flex-end;
        gap: 0.25em 0;
    }
}

.siteTitle .Logo {
    display: block;
    width: 240px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .siteTitle .Logo {
        width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .siteTitle .Logo {
        width: 180px;
    }
}

.siteTitle .livingCG {
    display: block;
    width: 100px;
}

@media screen and (min-width: 1025px) and (max-width: 1299px) {
    .siteTitle .livingCG {
        width: 7.6923076923vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .siteTitle .livingCG {
        width: 75px;
    }
}

@media screen and (max-width: 767px) {
    .siteTitle .livingCG {
        width: 65px;
    }
}

.HeaderMenu {
    height: 100%;
    opacity: 1;
    position: relative;
    box-sizing: border-box;
    z-index: 51;
    /*==ナビゲーション全体の設定*/
    /*ナビゲーションを横並びに*/
    /*hoverしたら表示*/
}

.HeaderMenu__inner {
    height: 100%;
}

.HeaderMenu__column {
    height: 100%;
    max-height: 100%;
    display: flex;
    box-sizing: border-box;
    gap: 0 25px;
}

@media screen and (min-width: 1025px) and (max-width: 1299px) {
    .HeaderMenu__column {
        column-gap: 1.9230769231vw;
    }
}

@media screen and (max-width: 767px) {
    .HeaderMenu__column {
        gap: 0.25em 0;
    }
}

.HeaderMenu nav {
    display: flex;
    align-items: center;
    text-align: center;
}

.HeaderMenu .g-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0 2em;
}

@media screen and (min-width: 1025px) and (max-width: 1299px) {
    .HeaderMenu .g-menu {
        gap: 0 0.5em;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .HeaderMenu .g-menu {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .HeaderMenu .g-menu {
        display: none;
    }
}

.HeaderMenu .g-menu li {
    position: relative;
}

.HeaderMenu .g-menu li a {
    min-height: 80px;
    padding: 0 0.75em;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #323131;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

@media screen and (min-width: 1025px) and (max-width: 1299px) {
    .HeaderMenu .g-menu li a {
        padding: 0 0.35em;
        font-size: 1.1538461538vw;
    }
}

.HeaderMenu .g-menu li a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background-color: var(--color-primary);
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    box-sizing: border-box;
    display: none;
}

.HeaderMenu .g-menu li a span {
    position: relative;
    z-index: 5;
    font-family: "Poltawski Nowy", "Noto Serif JP", serif;
}

.HeaderMenu .g-menu li a:hover {
    color: var(--color-primary);
    opacity: 1;
}

.HeaderMenu .g-menu li a:hover::after {
    width: 100%;
}

.HeaderMenu .g-menu li:last-child a {
    border-right: none;
}

.HeaderMenu .g-menu li.menu-item-has-children {
    display: flex;
    align-items: center;
    gap: 0 0.5em;
}

.HeaderMenu .g-menu li.menu-item-has-children:hover::after {
    transform: rotate(310deg);
}

.HeaderMenu .g-menu li.menu-item-has-children::after {
    content: "";
    width: 4px;
    height: 4px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    transform: rotate(135deg);
}

.HeaderMenu .g-menu li.menu-item-has-children ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 78px;
    z-index: 4;
    /*形状を指定*/
    background-color: white;
    min-width: 220px;
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    transition: all 0.3s;
    /*==3階層目*/
}

.HeaderMenu .g-menu li.menu-item-has-children ul li {
    border-right: none;
}

.HeaderMenu .g-menu li.menu-item-has-children ul li a {
    min-height: initial;
    padding: 0.5em 1em;
    font-size: 1.4rem;
    color: #323131;
    line-height: 1.3;
    justify-content: flex-start;
    border-right: none;
}

@media screen and (min-width: 1025px) and (max-width: 1299px) {
    .HeaderMenu .g-menu li.menu-item-has-children ul li a {
        font-size: 1.0769230769vw;
    }
}

.HeaderMenu .g-menu li.menu-item-has-children ul li a:hover,
.HeaderMenu .g-menu li.menu-item-has-children ul li a:active {
    background-color: var(--color-primary);
    color: white;
}

.HeaderMenu .g-menu li.menu-item-has-children ul li a::after {
    display: none;
}

.HeaderMenu .g-menu li.menu-item-has-children ul li:last-child a {
    border-bottom: none;
}

.HeaderMenu .g-menu li.menu-item-has-children ul ul {
    top: 0;
    left: 200px;
}

.HeaderMenu .g-menu li.current-menu-item a {
    color: var(--color-primary);
}

.HeaderMenu .g-menu li.current-menu-item a::after {
    width: 100%;
}

.HeaderMenu nav li.menu-item-has-children:hover>ul,
.HeaderMenu nav li.menu-item-has-children ul li:hover>ul,
.HeaderMenu nav li.menu-item-has-children:active>ul,
.HeaderMenu nav li.menu-item-has-children ul li:active>ul {
    visibility: visible;
    opacity: 1;
}

.HeaderMenu .contact-BtnWrap {
    display: flex;
}

@media screen and (min-width: 1300px) {
    header.is-fixed {
        height: 65px;
        box-shadow: 0 0 10px rgba(148, 148, 148, 0.35);
    }

    header.is-fixed .HeaderMenu .g-menu li a {
        min-height: 65px !important;
    }

    header.is-fixed .HeaderMenu .g-menu li.menu-item-has-children ul {
        top: 63px !important;
    }

    header.is-fixed .HeaderMenu .g-menu li.menu-item-has-children ul li a {
        min-height: initial !important;
    }
}

@media screen and (max-width: 767px) {
    header.is-fixed {
        box-shadow: 0 0 7px rgba(148, 148, 148, 0.5);
    }
}

/*!
layout > footer
------------------------------
*/
.Footer {
    margin: auto auto 0;
    width: 100%;
    position: relative;
    z-index: 19;
    background-color: #f5f5f5;
    color: black;
}

@media screen and (max-width: 767px) {
/*     .Footer {
        padding-bottom: 135px !important;
    } */
}

.Guide {
    background-color: #f5f5f5;
}

.Guide__inner {
    width: 100%;
    margin: 0 auto;
    max-width: var(--width-content);
    position: relative;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    padding-bottom: 50px;
}

@media screen and (min-width: 1025px) and (max-width: 1299px) {
    .Guide__inner {
        max-width: calc(100% - 120px);
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .Guide__inner {
        max-width: calc(100% - 50px);
    }
}

@media screen and (max-width: 767px) {
    .Guide__inner {
/*         padding-left: 20px;
        padding-right: 20px; */
        flex-direction: column;
    }
}

.Guide__sectionTitle {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 30px;
}

@media only screen and (max-width:768px) {
    .Guide__sectionTitle {
        font-size: 2.4rem;
    }
}

.Guide__column {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 10%;
}

.Guide__column .Guide__row {
    width: 40%;
}

.Guide__column .Guide__row .Guide__title {
    border-bottom: 1px solid #555;
    font-size: 2rem;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.Guide__column .Guide__row p {
    font-size: 1.5rem;
}

.Guide__corpInfo {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .Guide__column {
        gap: 20px;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .Guide__column .Guide__row {
        width: 100%;
    }
    .Guide__column .Guide__row .Guide__title {
        font-size: 1.8rem;
    }
    .Guide__column .Guide__row p {
        font-size: 1.4rem;
    }

}

.Footer .corpTable th,
.Footer .corpTable td {
    padding: 0.5em;
    font-size: 1.5rem;
    line-height: 1.4;
}

@media screen and (min-width: 1025px) and (max-width: 1299px) {

    .Footer .corpTable th,
    .Footer .corpTable td {
        font-size: 1.1538461538vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .Footer .corpTable th,
    .Footer .corpTable td {
        font-size: 1.3rem;
    }
}

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

    .Footer .corpTable th,
    .Footer .corpTable td {
        font-size: 1.3rem;
    }
}

.Footer .corpTable th {
    min-width: 80px;
}

@media screen and (max-width: 767px) {
    .Footer .corpTable th {
        min-width: 50px;
    }
}

.Footer .Copyright {
    font-size: 1.4rem;
    padding: 4px;
    background-color: var(--color-secondary);
    text-align: center;
}

@media screen and (max-width: 767px) {
/*     .Footer .Copyright {
        position: absolute;
        bottom: -35px;
        font-size: 1rem;
        width: 100%;
        text-align: center;
    } */
}



#btm-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 19;
    display: none;
}

@media screen and (max-width: 767px) {
    #btm-btn {
        z-index: 62;
    }
    .Footer .FooterNav li a::before {
        content: none;
    }
}

#btm-btn a.pagetop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
    text-decoration: none;
    line-height: 1.1;
    background-color: var(--color-primary);
    color: white;
}

@media screen and (max-width: 767px) {
    #btm-btn a.pagetop {
        width: 30px;
        height: 60px;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }
}

#btm-btn a.pagetop img {
    display: block;
    width: 14px;
}

#btm-btn a.pagetop i {
    font-size: 1.3rem;
}

#btm-btn a.pagetop:hover {
    opacity: 1;
    transform: scale(1.1);
}

@media screen and (max-width: 767px) {
    #btm-btn a.pagetop:hover {
        transform: scale(1);
    }
}

.SmpDisp {
    display: none;
}

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

.smp-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 3.5%;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: none;
    background-color: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 767px) {
    .smp-contact {
        display: flex;
    }
}

@media screen and (max-width: 100px) {
    .smp-contact {
        padding: 15px 0;
    }
}

/*!
layout > menu(smp)
------------------------------
*/
#g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 80%;
    height: 100vh;
    background-color: white;
    transition: all 0.3s;
    box-sizing: border-box;
    box-shadow: 10px 10px 20px rgba(50, 49, 49, 0.1);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #g-nav {
        width: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 767px) {
    #g-nav {
        width: 80%;
        max-width: 80%;
    }
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    left: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 80%;
    max-width: 80%;
    padding-bottom: 30px;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #g-nav.panelactive #g-nav-list {
        width: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 767px) {
    #g-nav.panelactive #g-nav-list {
        width: 80%;
        max-width: 80%;
    }
}

#g-nav #dmenu,
#g-nav #menu-foot_navi {
    display: block;
    width: calc(100% - 50px);
    margin: 0 auto;
    text-align: left;
    padding-top: 70px;
}

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

    #g-nav #dmenu,
    #g-nav #menu-foot_navi {
        width: calc(100% - 25px);
    }
}

#g-nav #dmenu li,
#g-nav #menu-foot_navi li {
    margin: 0;
    padding: 0;
    position: relative;
}

#g-nav #dmenu li a,
#g-nav #menu-foot_navi li a {
    display: flex;
    align-items: center;
    padding: 0.5em;
    margin: 0;
    text-decoration: none;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #323131;
    gap: 0 1em;
}

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

    #g-nav #dmenu li a,
    #g-nav #menu-foot_navi li a {
        font-size: 1.5rem;
    }
}

#g-nav #dmenu li a:hover,
#g-nav #menu-foot_navi li a:hover {
    text-decoration: none;
}

#g-nav #dmenu li.menu-item-has-children a,
#g-nav #menu-foot_navi li.menu-item-has-children a {
    pointer-events: none;
}

#g-nav #dmenu li.menu-item-has-children a::after,
#g-nav #menu-foot_navi li.menu-item-has-children a::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f078";
    font-size: 1.2rem;
}

#g-nav #dmenu .sub-menu,
#g-nav #menu-foot_navi .sub-menu {
    padding-top: 0;
    display: none;
}

#g-nav #dmenu .sub-menu li,
#g-nav #menu-foot_navi .sub-menu li {
    border-bottom: none;
}

#g-nav #dmenu .sub-menu li a,
#g-nav #menu-foot_navi .sub-menu li a {
    pointer-events: visible;
    padding: 0.5em 2em 0.5em 3em;
    line-height: 1.5;
}

#g-nav #dmenu .sub-menu li a::before,
#g-nav #menu-foot_navi .sub-menu li a::before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: var(--color-primary);
    margin-top: 0.35em;
}

#g-nav #dmenu .sub-menu li a::after,
#g-nav #menu-foot_navi .sub-menu li a::after {
    display: none;
}

#g-nav #dmenu .sub-menu li.menu-item-has-children a,
#g-nav #menu-foot_navi .sub-menu li.menu-item-has-children a {
    pointer-events: none;
}

#g-nav #dmenu .sub-menu li.menu-item-has-children a::after,
#g-nav #menu-foot_navi .sub-menu li.menu-item-has-children a::after {
    content: "\f078";
}

#g-nav #dmenu .sub-menu-2,
#g-nav #menu-foot_navi .sub-menu-2 {
    margin-left: 3em;
    display: flex;
    flex-wrap: wrap;
}

#g-nav #dmenu .sub-menu-2 li a,
#g-nav #menu-foot_navi .sub-menu-2 li a {
    padding: 0 1em 0 0;
    font-size: 1.2rem;
}

#g-nav #dmenu .sub-menu-2 li a::after,
#g-nav #menu-foot_navi .sub-menu-2 li a::after {
    content: "/" !important;
    left: auto;
    right: 0.5em;
    font-family: initial;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #g-nav .reserve_btn {
        margin: 35px auto 0;
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 767px) {
    #g-nav .reserve_btn {
        margin: 35px auto 0;
        width: calc(100% - 30px);
    }
}

#nav-toggle {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 10px;
    left: 0;
    width: 50px;
    height: 70px;
    cursor: pointer;
    box-sizing: border-box;
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #nav-toggle {
        top: 10px;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    #nav-toggle {
        top: 0;
        display: flex;
    }
}

#nav-toggle>div {
    position: relative;
}

#nav-toggle span {
    width: 22px;
    height: 2px;
    left: 50%;
    display: block;
    background-color: #323131;
    position: absolute;
    transform: translateX(-50%);
    transition: transform 0.3s ease-in-out, top 0.2s ease;
}

#nav-toggle span:nth-child(1) {
    top: 18px;
}

#nav-toggle span:nth-child(2) {
    top: 30px;
}

#nav-toggle span:nth-child(3) {
    top: 56px;
}

@media screen and (max-width: 767px) {
    #nav-toggle span:nth-child(3) {
        top: 46px;
    }
}

#nav-toggle .menu-ttl {
    font-size: 1rem;
    display: block;
    position: absolute;
    bottom: 1.5em;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    color: #323131;
}

#nav-toggle.active {
    background-color: transparent;
    border: none;
}

#nav-toggle.active::before {
    opacity: 0;
}

#nav-toggle.active::after {
    display: none;
}

#nav-toggle.active span {
    background-color: var(--color-primary);
}

#nav-toggle.active span:nth-child(1) {
    top: 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

#nav-toggle.active span:nth-child(2) {
    top: 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    background-color: var(--color-primary);
}

#nav-toggle.active span:nth-child(3) {
    display: none;
}

#nav-toggle.active .menu-ttl {
    color: white;
}

/* z-index */
#nav-toggle {
    z-index: 1000;
}

.title-Lv2 {
    text-align: center;
    font-size: 3.2rem;
}

@media only screen and (max-width:768px) {
    .title-Lv2 {
        font-size: 2.4rem;
    }
}

/* Top */
.PgIndex .Fv {
    height: 100vh;
    overflow: hidden;
}

.PgIndex .Fv video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

@media only screen and (max-width:768px) {
    .PgIndex .Fv {
        height: initial;
        display: flex;
        flex-direction: column-reverse;
        padding-top: 20px;
    }
    .PgIndex .Fv video {
        position: relative;
        min-height: initial;
        width: 100%;
        height: initial;
        object-fit: contain;
        top: 0;
        left: 0;
        transform: none;
    }
}

.PgIndex .Fv__inner {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width:768px) {
    .PgIndex .Fv__inner {
        height: initial;
        width: 100%;
        display: block;
    }
}

.PgIndex .Fv__inner .FvCopy {
    width: 1200px;
    margin: auto;
    padding-left: 20%;
}

.PgIndex .Fv__inner .FvCopy .FvCopy__inner p {
    color: #fff;
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.5;
    text-shadow: 0 0 10px #999;
}

.PgIndex .Fv__inner .FvCopy .FvCopy__inner h1 {
    color: #fff;
    text-align: center;
    font-size: 9rem;
    text-shadow: 0 0 10px #999;
}

@media only screen and (max-width:768px) {
    .PgIndex .Fv__inner .FvCopy {
        width: 100%;
        padding: 0 10px;
    }
    .PgIndex .Fv__inner .FvCopy .FvCopy__inner p {
        color: #000;
        color: var(--color-primary);
        text-shadow: none;
        font-size: 4.2vw;
    }
    .PgIndex .Fv__inner .FvCopy .FvCopy__inner h1 {
        color: #555;
        text-shadow: none;
        font-size: 10vw;
    }
}



.PgIndex section:not(.Fv) {
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (max-width:768px) {
    .PgIndex section:not(.Fv) {
        padding-left: 20px;
        padding-right: 20px;
    }
    .LineUp__section {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

.PgIndex .LineUp__inner {
    max-width: 1200px;
    margin: auto;
}

.PgIndex .LineUp__inner .LineUp__section h3 {
    font-size: 2.4rem;
    border-bottom: 1px solid var(--color-secondary);
}

@media only screen and (max-width:768px) {
    .PgIndex .LineUp__inner .LineUp__section h3 {
        font-size: 1.8rem;
    }
}

.PgIndex .LineUp__inner .LineUp__item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.PgIndex .LineUp__inner .LineUp__item .LineUp__column {
    width: calc(100% / 3 - 15px);
}

@media only screen and (max-width:768px) {
    .PgIndex .LineUp__inner .LineUp__item {
        flex-direction: column;
    }
    .PgIndex .LineUp__inner .LineUp__item .LineUp__column {
        width: 100%;
    }

}


.PgIndex .LineUp__inner .LineUp__item .LineUp__column .LineUp__img {
    display: block;
    width: 100%;
    transition: all ease .3s;
}

.PgIndex .LineUp__inner .LineUp__item .LineUp__column a {
    text-decoration: none;
}

.PgIndex .LineUp__inner .LineUp__item .LineUp__column a:hover h4,
.PgIndex .LineUp__inner .LineUp__item .LineUp__column a:hover p {
    color: var(--color-primary);
}

.PgIndex .LineUp__inner .LineUp__item .LineUp__column a:hover .LineUp__img {
    opacity: .85;
}

.PgIndex .LineUp__inner .LineUp__item .LineUp__column h4 {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #000;
    transition: all ease .3s;
}

.PgIndex .LineUp__inner .LineUp__item .LineUp__column p {
    font-size: 1.6rem;
    text-align: center;
    color: #000;
    transition: all ease .3s;
}

@media only screen and (max-width:768px) {
    .PgIndex .LineUp__inner .LineUp__item .LineUp__column h4 {
        font-size: 1.6rem;
    }
    .PgIndex .LineUp__inner .LineUp__item .LineUp__column p {
        font-size: 1.4rem;
    }
}

.PgIndex .Voice {
    background-image: url(assets/images/top/bg.webp);
    background-size: cover;
    background-position: center;
}

.PgIndex .Voice__inner {
    max-width: 1200px;
    margin: auto;
}

.PgIndex .Voice__inner .Voice__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.PgIndex .Voice__inner .Voice__item .Voice__column {
    width: calc(25% - 20px);
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
}

@media only screen and (max-width:768px) {
    .PgIndex .Voice__inner .Voice__item {
        flex-direction: column;
        gap: 10px;
    }
    .PgIndex .Voice__inner .Voice__item .Voice__column {
        width: 100%;
    }
}

.PgIndex .Voice__inner .Voice__item .Voice__column h3 {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1em;
}

.PgIndex .Voice__inner .Voice__item .Voice__column h4 {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1em;
    color: var(--color-primary);
    font-style: italic;
}

.PgIndex .Voice__inner .Voice__item .Voice__column h4:before {
    content: '－ ';
}

.PgIndex .Voice__inner .Voice__item .Voice__column h4:after {
    content: ' －';
}

.PgIndex .Voice__inner .Voice__item .Voice__column p {
    font-size: 1.6rem;
}

@media only screen and (max-width:768px) {
    .PgIndex .Voice__inner .Voice__item .Voice__column h3 {
        font-size: 1.6rem;
    }
    .PgIndex .Voice__inner .Voice__item .Voice__column h4 {
        font-size: 1.4rem;
    }
    .PgIndex .Voice__inner .Voice__item .Voice__column p {
        font-size: 1.4rem;
    }
}


.PgIndex .Instagram {
    background-color: #f5f5f5 !important;
}

.PgIndex .Instagram__inner {
    max-width: 1200px;
    margin: auto;
}

.PgIndex .Instagram__inner .Instagram__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 0;
}

.PgIndex .Instagram__inner .Instagram__item .Instagram__column {
    width: calc(25% - 10px);
    height: 290px;
}

.PgIndex .Instagram__inner .Instagram__item .Instagram__column img {
    width: 100%;
    display: block;
}

.PgIndex .News__inner {
    max-width: 1200px;
    margin: auto;
}

.PgIndex .News__inner .News__column {
    border-top: 1px solid #ddd;
    padding: 1em 0.5em;
    display: flex;
    align-items: start;
    gap: 50px;
}

@media only screen and (max-width: 768px) {
    .PgIndex .News__inner .News__column {
        flex-direction: column;
        gap: 0;
    }
}

.PgIndex .News__inner .News__column:last-child {
    border-bottom: 1px solid #ddd;
}

.PgIndex .News__btn {
    display: flex;
    align-items: center;
    justify-content: right;
}

.PgIndex .News__btn a {
    background-color: var(--color-primary);
    color: #fff;
    padding: 5px 10px;
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all ease 0.3s;
}

.PgIndex .News__btn a:hover {
    opacity: 0.85;
}

.PgIndex .News__btn a:before {
    content: '»';
}

/* About */
:root {
    --fv-height: 350px;
}

.PgAbout .Fv {
    height: var(--fv-height);
    position: relative;
}

.PgAbout .Fv__underBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--fv-height);
    overflow: hidden;
    z-index: 0;
}

.PgAbout .Fv__underBg img {
    object-fit: cover;
}

.PgAbout .FvCopy {
    position: relative;
    z-index: 1;
    height: var(--fv-height);
    display: flex;
    justify-content: center;
    align-items: center;
}

.PgAbout .FvCopy .FvCopy__mainCopy {
    font-size: 6rem;
    font-family: "Poltawski Nowy", "Noto Serif JP", serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
}

.PgAbout .FvCopy .FvCopy__mainCopy .enTitle {
    font-size: 3rem;
    line-height: 1;
    color: var(--color-secondary);
}

@media only screen and (max-width:768px) {
    .PgAbout .FvCopy .FvCopy__mainCopy {
        font-size: 9vw;
    }
    .PgAbout .FvCopy .FvCopy__mainCopy .enTitle {
        font-size: 2rem;
    }
}

.PgAbout .FvBtmArea {
    position: absolute;
    z-index: 1;
    bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid var(--color-secondary);
    padding: 5px 40px;
    font-size: 1.4rem;
}

@media only screen and (max-width:768px) {
    .PgAbout .FvBtmArea {
        padding: 5px 15px;
    }
}

.PgAbout .Concept__inner,
.PgAbout .Commit__inner,
.PgAbout .Vision__inner,
.PgAbout .Profile__inner,
.PgAbout .BeautifulSkin__inner {
    max-width: 1200px;
    margin: auto;
}

@media only screen and (max-width:768px) {
    .PgAbout .Concept__inner,
    .PgAbout .Commit__inner,
    .PgAbout .Vision__inner,
    .PgAbout .Profile__inner,
    .PgAbout .BeautifulSkin__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.PgAbout .Concept__inner .Concept__item p {
    margin-top: 1em;
}

.PgAbout .Commit {
    background-image: url(./assets/images/about/bg_commit.webp);
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
}

.PgAbout .Commit:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000050;
    z-index: 1;
}

.PgAbout .Commit .Commit__inner {
    position: relative;
    z-index: 2;
}

.PgAbout .Commit h3 {
    font-size: 2.8rem;
    max-width: 500px;
    margin: 0 auto 40px;
    text-align: center;
    letter-spacing: 5px;
    border-bottom: 1px solid #fff;
}

.PgAbout .Commit .Commit__free {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.PgAbout .Commit .Commit__free .free-item {
    border-radius: 50%;
    background-color: white;
    height: 150px;
    width: 150px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
}

.PgAbout .Commit .Commit__free .free-item span {
    font-size: 2.2rem;
    color: var(--color-primary);
    position: relative;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.PgAbout .Commit .Commit__free .free-item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    height: 0px;
    background: var(--color-secondary);
    background-color: #eee;
    box-shadow: 0 0 3px 3px #eee;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 0;
}

@media only screen and (max-width:768px) {
    .PgAbout .Commit .Commit__free .free-item span {
        font-size: 1.8rem;
    }
}

.PgAbout .Profile {
    background-image: url(./assets/images/about/bg.webp);
    background-size: cover;
    background-position: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.PgAbout .Profile .Profile__inner {
    display: flex;
    align-items: center;
    gap: 50px;
}

@media only screen and (max-width:768px) {
    .PgAbout .Profile .Profile__inner {
        flex-direction: column;
    }
}

.PgAbout .Profile .Profile__inner .Profile__img img {
    max-width: 400px;
    border-radius: 16px;
}

@media only screen and (max-width:768px) {
    .PgAbout .Profile .Profile__inner .Profile__img img {
        max-width: 80%;
        margin: auto;
        display: block;
    }
}

.PgAbout .Profile .Profile__inner .Profile__img .Profile__imgCaption {
    text-align: center;
}


/* news */
:root {
    --fv-height: 350px;
}

.PgNews .Fv {
    height: var(--fv-height);
    position: relative;
}

.PgNews .Fv__underBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--fv-height);
    overflow: hidden;
    z-index: 0;
}

.PgNews .Fv__underBg img {
    object-fit: cover;
}

.PgNews .FvCopy {
    position: relative;
    z-index: 1;
    height: var(--fv-height);
    display: flex;
    justify-content: center;
    align-items: center;
}

.PgNews .FvCopy .FvCopy__mainCopy {
    font-size: 6rem;
    font-family: "Poltawski Nowy", "Noto Serif JP", serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
}

.PgNews .FvCopy .FvCopy__mainCopy .enTitle {
    font-size: 3rem;
    line-height: 1;
    color: var(--color-secondary);
}

@media only screen and (max-width:768px) {
    .PgNews .FvCopy .FvCopy__mainCopy {
        font-size: 9vw;
    }
    .PgNews .FvCopy .FvCopy__mainCopy .enTitle {
        font-size: 2rem;
    }
}

.PgNews .FvBtmArea {
    position: absolute;
    z-index: 1;
    bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid var(--color-secondary);
    padding: 5px 40px;
    font-size: 1.4rem;
}

@media only screen and (max-width:768px) {
    .PgNews .FvBtmArea {
    padding: 5px 15px;
    }
}

.PgNews .Section__inner {
    max-width: 1200px;
    margin: auto;
}

.PgNews .Section__inner .News__column {
    border-bottom: 1px solid #ddd;
    padding: 1em 0.5em;
    display: flex;
    align-items: start;
    gap: 50px;
}

@media only screen and (max-width:768px) {
    .PgNews .Section__inner .News__column {
        padding: 1em 15px;
        flex-direction: column;
        gap: 0;
    }
    .PgNews .Section__inner .News__column .date {
        font-size: 90%;
    }
}

.PgNews .CntBox__inner {
    border-top: 1px solid #ddd;
}

.PgNewsSingle .Fv {
    height: var(--fv-height);
    position: relative;
}

.PgNewsSingle .Fv__underBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--fv-height);
    overflow: hidden;
    z-index: 0;
}

.PgNewsSingle .Fv__underBg img {
    object-fit: cover;
}

.PgNewsSingle .FvCopy {
    position: relative;
    z-index: 1;
    height: var(--fv-height);
    display: flex;
    justify-content: center;
    align-items: center;
}

.PgNewsSingle .FvCopy .FvCopy__mainCopy {
    font-size: 6rem;
    font-family: "Poltawski Nowy", "Noto Serif JP", serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
}

.PgNewsSingle .FvCopy .FvCopy__mainCopy .enTitle {
    font-size: 3rem;
    line-height: 1;
    color: var(--color-secondary);
}

@media only screen and (max-width:768px) {
    .PgNewsSingle .FvCopy .FvCopy__mainCopy {
        font-size: 9vw;
    }
    .PgNewsSingle .FvCopy .FvCopy__mainCopy .enTitle {
        font-size: 2rem;
    }
}

.PgNewsSingle .FvBtmArea {
    position: absolute;
    z-index: 1;
    bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid var(--color-secondary);
    padding: 5px 40px;
    font-size: 1.4rem;
}

.PgNewsSingle .FvBtmArea {
    padding: 5px 15px;
}

.PgNewsSingle .Section__inner {
    max-width: 1200px;
    margin: auto;
}

@media only screen and (max-width:768px) {
    .PgNewsSingle .Section__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.PgNewsSingle .Section__inner .title-Lv3 {
    font-size: 2.8rem;
    border-left: 7px solid var(--color-primary);
    /*     border-left: 7px solid var(--color-secondary); */
    padding: 0.2em 1em;
    margin-bottom: 1em;
    font-weight: bold;
    color: var(--color-primary);
}

@media only screen and (max-width:768px) {
    .PgNewsSingle .Section__inner .title-Lv3 {
        font-size: 2rem;
        line-height: 1.4;
    }
}

.wp-pagenavi {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 .5em;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
    width: 30px;
    height: 30px;
    line-height: 1;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
}











.PgAbout .BeautifulSkin {
    background-image: url(./assets/images/about/bg_bs.webp);
    background-size: cover;
    background-position: center;
    /* color: white; */
    position: relative;
}

.PgAbout .BeautifulSkin:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #00000050; */
    z-index: 1;
}

.PgAbout .BeautifulSkin .BeautifulSkin__inner {
    position: relative;
    z-index: 2;
}

.PgAbout .BeautifulSkin .BeautifulSkin__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.PgAbout .BeautifulSkin .BeautifulSkin__part {
    background-color: rgba(255,255,255,.5);
    border-radius: 8px;
    width: 30%;
    min-height: 200px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 15px;
}

@media only screen and (max-width:768px) {
    .PgAbout .BeautifulSkin .BeautifulSkin__items {
        flex-direction: column;
    }
    .PgAbout .BeautifulSkin .BeautifulSkin__part {
        width: 100%;
        max-width: 320px;
        margin: auto;
        min-height: 0;
    }
}

.PgAbout .BeautifulSkin .BeautifulSkin__part span {
    font-size: 1.8rem;
    color: var(--color-primary);
    position: relative;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.PgAbout .BeautifulSkin .BeautifulSkin__part span em {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2;
}

@media only screen and (max-width:768px) {
    .PgAbout .BeautifulSkin .BeautifulSkin__part span {
        font-size: 1.6rem;
    }
    .PgAbout .BeautifulSkin .BeautifulSkin__part span em {
        font-size: 2rem;
    }
}

.PgIndex .Video__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.PgIndex .Video__item iframe {
    border-radius: 8px;
}
