@charset "UTF-8";
/* 共通 */
body {
    opacity: 0;
}
body.on {
    opacity: 1.0;
    transition: opacity 1.5s;
    transition-delay: 0.2s;
}
body {
    letter-spacing: 0.1em;
    font-size: 15px;
    width: 100vw;
    overflow-x: hidden;
}
a {
    opacity: 1.0;
    transition: 0.2s;
}
a:hover {
    opacity: .7;
    transition: 0.2s;
}
header {
    opacity: 1.0;
    transition: 0.4s;
    position: relative;
    z-index: 10;
}
header .topHead {
    display: flex;
    justify-content: space-between;
    padding: 16px;
}
header .topHead .headcopy {
    font-size: 13px;
}
header .topHead .btns {
    font-size: 15px;
}
.layout1 header .gnav li {
    justify-content: flex-end;
}
.layout1 header.vertical .gnav li {
    justify-content: flex-start;
}
.layout1 header .gnav li a {
    line-height: 2.5;
}
.layout1 header.vertical .gnav li a {
    line-height: 3.0;
}
.layout1 header h1 {
    position: absolute;
    left: 64px;
    top: 64px;
    z-index: 999;
}
.layout1 header.darken h1.toppage {
    display: none;
}
.layout1 header.darken h1.under {
    display: block;
}
.layout1 header h1 img {
    width: 218px;
}
.layout1 header.vertical .gnav {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.layout1 .gnav {
    text-align: right;
}
.layout1 header div.gnav > div {
    display: block;
    position: relative;
    height: max-content;
}
.layout1 header.horizonal div.gnav > div.child {
    padding-right: 16px;
}
.layout1 header.vertical .gnav {
    text-align: left;
}
.layout1 header .gnav {
    position: fixed;
    right: 64px;
    top: 56px;
    z-index: 999;
    /*	mix-blend-mode: lighten;*/
    font-size: 15px;
    transition: 0.7s;
}
/*
.layout1 header {
    mix-blend-mode: difference;
}
*/
.toppage.layout1 header, .lp.layout1 header {
    mix-blend-mode: normal;
}
.layout1 header.vertical.scr {
    mix-blend-mode: difference;
}
.layout2 header .underHead {
    padding: 32px;
}
.layout2 header {
    backdrop-filter: blur(3px);
}
h1 {
    font-size: inherit !important;
}
.layout2 header h1.under {
    display: block !important;
    margin-bottom: 24px;
}
.layout2 header h1.toppage {
    display: none !important;
}
.layout2 header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100vw;
}
.layout2 header h1 {
    text-align: center;
}
.layout2 header h1 img {
    width: 180px;
    z-index: 10;
}
header .gnav .childYes {
    display: none;
}
header .gnav .footerYes {
    display: none !important;
}
.layout2 .gnav {
    z-index: 999;
    font-size: 13px;
    transition: 0.7s;
}
.layout2 .gnav:after {
    margin-left: -24px;
}
.layout2 .gnav {
    display: flex;
    justify-content: center;
    /*    width: calc(100vw - 128px);*/
    gap: 24px;
}
.layout2 .gnav li.childNo.footerNo:nth-of-type(-n+3) {
    float: left;
}
.layout2 .gnav li.childNo.footerNo:nth-last-of-type(-n+3) {
    float: right;
}
.layout2 header {
    opacity: 1.0;
    margin-top: 0;
    transition: 0.7s;
}
.layout2 header.none {
    opacity: 0;
    margin-top: -64px;
    transition: 0.4s;
}
header .gnav li {
    line-height: 3.0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.layout2 header .gnav li {
    line-height: 1.0;
}
.layout2 header .btns {
    display: flex;
    gap: 8px;
}
.layout2 header .btns img {
    height: 16px;
}
.layout2 header .btns a {
    display: flex;
    align-items: center;
    gap: 4px;
}
.layout1 header.scr .child strong:after, .layout1.toppage header .child strong:after, .layout1.lp header .child strong:after {
    background: url("../img/common/arrow_white.svg") no-repeat !important;
}
@media screen and (min-width: 1024px) {
    .layout3 header {
        width: 228px;
        text-align: center;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        z-index: 20;
    }
    .layout3 header h1 img {
        width: 114px;
        margin-top: 64px;
    }
    .layout3 header .gnav {
        margin-top: 80px;
    }
    .layout3 header .gnav strong {
        padding: 12px 0;
        justify-content: center;
    }
    .layout3 header .gnav a {
        display: block;
        height: 100%;
        padding: 16px 0;
        font-size: 15px !important;
    }
    .layout3 header .gnav .language a{
        font-size: 13px!important;
    }
    .layout3 header .gnav li {
        opacity: 0;
        line-height: 2.5;
        height: 0;
        transition: 0.5s;
    }
    .layout3 header .gnav .on li {
        opacity: 1.0;
        line-height: 2.5;
        height: 2.5em;
        transition: 0.5s;
        margin-bottom: 0;
    }
    .layout3 header .gnav .child.on li:last-child {
        margin-bottom: 24px;
        transition: 0.5s;
    }
    .layout3 header .gnav .child li:last-child {
        margin-bottom: 0px;
        transition: 0.5s;
    }
    .layout3 h1.toppage {
        display: none !important;
    }
    .layout3 h1.under {
        display: block !important;
    }
    .layout3 .layout3Wrap {
        width: calc(100vw - 229px);
        margin-left: 229px;
    }
    .layout3 ul.sns {
        display: flex;
        gap: 14px;
        margin-top: 32px;
        justify-content: center;
        aligm-items: center;
    }
    .layout3 ul.sns li, .layout3 ul.sns li a {
        display: flex;
        align-items: center;
    }
    .layout3 ul.sns li img {
        width: 18px;
    }
    .layout3 .language {
        display: inline-block;
        font-size: 13px;
        justify-content: center;
        border-top: none !important;
    }
    .layout3 header .gnav .strongYes strong a {
        color: #fff !important;
        border: none !important;
        margin: 16px;
        border-radius: 32px;
    }
    .layout3 ul.language{
        display: none;
    }
    .layout3 .language a{
        padding: 0!important;
    }
    .layout3 .language strong{
        display: inline-block;
    }
    .layout3 .languageBlock {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .layout3 header.scr .child strong:after, .layout3.toppage header .child strong:after, .layout3.lp header .child strong:after {
        background: url("../img/common/arrow_white.svg") no-repeat !important;
    }
    .layout3 header .gnav li {
        justify-content: flex-end;
    }
    .layout3 header.vertical .gnav li {
        justify-content: flex-start;
    }
    .layout3 header .gnav li a {
        line-height: 2.5;
    }
    .layout3 header.vertical .gnav li a {
        line-height: 3.0;
    }
    .layout3 header h1 {
        position: absolute;
        left: 64px;
        top: 64px;
        z-index: 999;
    }
    .layout3 header h1 img {
        width: 218px;
    }
    .layout3 header.vertical .gnav {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .layout3 .gnav {
        text-align: right;
    }
    .layout3 header div.gnav > div {
        display: block;
        position: relative;
        height: max-content;
    }
    .layout3 header.vertical .gnav {
        text-align: left;
    }
    .layout3 header .gnav {
        position: fixed;
        right: 64px;
        top: 56px;
        z-index: 999;
        /*	mix-blend-mode: lighten;*/
        font-size: 15px;
        transition: 0.7s;
    }
    .layout3 header.scr {
        mix-blend-mode: difference;
    }
    .layout3 .gnav li {
        line-height: 2.5;
    }
    .layout3 .vertical .gnav li {
        line-height: 3.0;
    }
    .layout3 header.none .gnav {
        font-size: 13px;
        transition: 0.7s;
    }
    .layout3 header div.gnav .child strong:after {
        content: "";
        background: url(../img/common/arrow.svg) no-repeat;
        background-size: contain;
        width: 5px;
        height: 10.5px;
        position: absolute;
        right: 6px;
        bottom: -16px;
        transform: rotate(90deg);
        opacity: 1.0;
        transition: 0.4s;
    }
    .layout3 header.scr div.gnav .child strong:after {
        right: 5px;
    }
    .layout3 header .strongYes a {
        background: #000;
        color: #fff !important;
    }
    .layout3.toppage .gnav li a, .layout3.lp .gnav li a {
        color: #000 !important;
    }
    .layout3.toppage .scr .gnav li a, .layout3.lp .scr .gnav li a {
        color: #fff !important;
    }
    .layout3 header.scr .strongYes a, .layout3.toppage header .strongYes a, .layout3.lp header .strongYes a {
        background: #fff;
        color: #000 !important;
    }
    .layout3 .strongYes a {
        padding: 4px;
        border-radius: 2px;
    }
    .layout3 header.scr .strongYes a {
        color: #000 !important;
    }
    .layout3 header div.gnav a {
        line-height: 3.0;
    }
    .layout3 header div.gnav .child ul {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        z-index: 99;
        transition: 0.7s;
        background: rgba(255, 255, 255, 1.0);
        font-size: 16px;
        top: calc(100% + 32px);
        right: 0;
        padding: 32px;
        margin-left: 0;
        border-radius: 2px;
        justify-content: flex-start;
        line-height: 2.0;
        height: max-content;
    }
    .layout3 header .gnav, .layout3 header .gnav > div {
        border-top: none !important;
        border-bottom: none !important;
    }
    .layout3 header .gnav a, .layout3 header .gnav .strongYes a {
        color: #fff !important;
    }
    .under.vertical.layout3 .layout3Wrap {
        padding-top: 240px;
    }
    .layout3 header.scr .strongYes a, .layout3.toppage header .strongYes a, .layout3.lp header .strongYes a {
        background: #fff;
        color: #000 !important;
    }
    .layout3 header div.gnav .child strong:after {
        content: "";
        background: url(../img/common/arrow.svg) no-repeat;
        background-size: contain;
        width: 5px;
        height: 10.5px;
        position: absolute;
        right: 6px;
        bottom: -16px;
        transform: rotate(90deg);
        opacity: 1.0;
        transition: 0.4s;
    }
    .layout3 header div.gnav .child strong:after {
        content: "";
        background: url(../img/common/arrow.svg) no-repeat;
        background-size: contain;
        width: 5px;
        height: 10.5px;
        position: absolute;
        right: 6px;
        bottom: -16px;
        transform: rotate(90deg);
        opacity: 1.0;
        transition: 0.4s;
    }
    .layout3 header.scr div.gnav .child ul {
        background: transparent;
    }
    .layout3 header.scr div.gnav .child ul {
        padding: 4px 6px;
        margin-right: -5.5px;
        transition: 0.7s;
    }
    .layout3 header.none div.gnav .child ul li a {
        font-size: 13px;
    }
    .layout3 header .gnav strong a {
        background: none !important;
    }
}
/*
.layout1 header.scr.vertical .gnav a {
    color: #fff !important;
}
*/
header ul.sns {
    display: none;
}
.gnav > p:empty {
    display: none;
}
.gnav li.languageBlock:empty {
    margin-right: -24px;
}
.layout1 .gnav li {
    line-height: 2.5;
}
.layout1 .vertical .gnav li {
    line-height: 3.0;
}
.layout1 header.none .gnav, .layout2 header.none .gnav {
    font-size: 13px;
    transition: 0.7s;
}
.layout1 header div.gnav .child strong:after {
    content: "";
    background: url(../img/common/arrow.svg) no-repeat;
    background-size: contain;
    width: 5px;
    height: 10.5px;
    position: absolute;
    right: 5.5px;
    bottom: -16px;
    transform: rotate(90deg);
    opacity: 1.0;
    transition: 0.4s;
}
_::-webkit-full-page-media, _:future, :root .layout1 header.vertical div.gnav .child strong:after {
    right: 34px;
}
.win.layout1 header div.gnav .child strong:after{
    right: 10.5px;
}
.layout1 header.horizonal div.gnav .child strong:after {
    background: url("../img/common/arrow_white.svg") no-repeat;
}
.layout1 header.horizonal.scr div.gnav .child strong:after {
    background: url("../img/common/arrow.svg") no-repeat !important;
}
.layout1 header.horizonal.darken div.gnav .child strong:after {
    background: url("../img/common/arrow.svg") no-repeat !important;
}
.layout1 header.horizonal div.gnav .child strong:after {
    right: -11px;
    bottom: 2px;
}
.layout1 header.horizonal.none div.gnav .child strong:after {
    right: -11px;
    bottom: 1.5px;
}
_::-webkit-full-page-media, _:future, :root .layout1 header.none.vertical div.gnav .child strong:after {
    right: 33px;
}
.layout1 header.none div.gnav .child strong:after {
    right: 4.5px;
}
.win.layout1 header.none div.gnav .child strong:after {
    right: 7.6px;
}
.layout1 header .strongYes {
    margin-right: 2px;
}
.layout1 header .strongYes a {
    background: #000;
    color: #fff !important;
}
.layout1 header.horizonal .strongYes a {
    background: #fff;
    color: #000 !important;
}
.layout1.toppage .gnav li a, .layout1.lp .gnav li a {
    color: #000 !important;
}
.layout1 .vertical .gnav li a{
    position: relative;
}
.layout1.toppage .vertical.scr .gnav li a, .layout1.lp .vertical.scr .gnav li a {
    color: #fff !important;
    position: relative;
    padding-top: 16px;
}
.layout1 header.scr .strongYes a, .layout1.toppage header .strongYes a, .layout1.lp header .strongYes a {
    background: #fff;
    color: #000 !important;
}
.layout1 header.horizonal .strongYes {
    margin-top: 8px;
}
.layout1 header .strongYes a {
    padding: 4px;
    border-radius: 2px;
}
.layout1 header.scr .strongYes a {
    color: #000 !important;
}
.layout1 header div.gnav a {
    line-height: 3.0;
}
.layout1 header.horizonal div.gnav a {
    line-height: 2.5;
}
.layout1 header div.gnav .child ul {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    transition: 0.7s;
    background: rgba(255, 255, 255, 1.0);
    font-size: 16px;
    top: calc(100% + 32px);
    right: 0;
    padding: 32px;
    margin-left: 0;
    border-radius: 2px;
    justify-content: flex-start;
    line-height: 2.0;
    height: max-content;
}
.layout1.toppage header.horizonal .strongYes {
    margin-top: 8px;
}
.layout1.toppage header.horizonal .strongYes a {
    padding: 4px 8px;
}
.layout1 header.horizonal div.gnav .child ul {
    top: 98%;
    padding: 16px 32px;
}
header .gnav li, footer .blockRight li {
    list-style: none;
}
.layout2 header div.gnav .child {
    position: relative;
    padding-right: 24px;
}
header div.gnav .child strong {
    position: relative;
    z-index: 99;
}
.layout2 header div.gnav .child strong:after {
    content: "";
    background: url("../img/common/arrow.svg") no-repeat;
    background-size: cover;
    width: 7px;
    height: 13px;
    position: absolute;
    right: -16px;
    top: 4px;
    transform: rotate(90deg);
    opacity: 1.0;
    transition: 0.4s;
}
.lp header div.gnav .child strong:after {
    background: url("../img/common/arrow_white.svg") no-repeat;
}
.layout2 header div.gnav .child strong:after {
    width: 6px;
    height: 11px;
    top: 1px;
}
header div.gnav .child strong:hover:after {
    transition: 0.4s;
    opacity: 0.7;
}
.layout2 header div.gnav .child ul {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    transition: 0.4s;
    background: rgba(255, 255, 255, 1.0);
    font-size: 16px;
    top: 43px;
    left: 50%;
    padding: 20px 32px;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    border-radius: 2px;
    width: max-content;
    justify-content: center;
}
header div.gnav .child ul li {
    position: relative;
    font-size: 15px;
    line-height: 1.0;
}
_::-webkit-full-page-media, _:future, :root .layout1 header.horizonal div.gnav .child ul li:last-child {
    margin-bottom: -2.0em;
}
.layout2 header div.gnav .child ul li {
    font-size: 13px;
}
header div.gnav * {
    font-weight: 500;
}
.layout1 header div.gnav .child:before, .layout2 header div.gnav .child:before {
    position: absolute;
    pointer-events: none;
    content: "";
    width: 100%;
    left: 0;
    height: 300px;
    top: 0px;
    opacity: 0;
}
header div.gnav .child.on2:before {
    pointer-events: auto;
}
.layout1 header div.gnav .child.on2 ul, .layout2 header div.gnav .child.on2 ul {
    position: absolute;
    opacity: 1.0;
    pointer-events: auto;
    transition: 0.7s;
    z-index: 999;
}
.layout1 header.horizonal div.gnav .child ul {
    width: max-content;
}
.layout1 header.vertical.scr div.gnav .child ul {
    padding: 4px 6px;
    margin-right: -5.5px;
}
.layout1 header.vertical.scr div.gnav .child ul {
    background: #000;
    padding: 8px 6px;
}
.layout1 header.vertical.scr div.gnav .child ul li a:before {
    content: "・";
    position: absolute;
    left: 50%;
    line-height: 0.1;
    top: 0;
}
.win.layout1 header.vertical.scr div.gnav .child ul li a:before{
    margin-left:-2px;
}
.win.layout1 header.vertical.scr a{
    font-weight: 200;
}
.win.layout1 header.vertical.scr .strongYes a{
    font-weight: 600;
}

.layout1 header div.gnav .child ul li a{
    font-size: 15px;
    transition: 1.5s;
}
.layout1 header div.gnav .child ul li a:hover{
    opacity:0.5;
    transition: 0.4s;
}
.layout1 header.none div.gnav .child ul li a {
    font-size: 13px;
    transition: 1.5s;
}
.win.layout1 header.scr div.gnav .child ul li a{
    padding-top: 18px;
}
.win.layout1 header.none div.gnav .child ul li a{
    padding-top: 16px;
    transition: 1.5s;
}


header .blockRight li, footer .blockRight li {
    list-style: none;
}
.layout2 .gnav .strongYes a {
    position: fixed;
    right: 40px;
    top: 28px;
    background: #000;
    color: #fff !important;
    border-radius: 2px;
    padding: 4px 8px;
}
footer .blockRight li {
    opacity: 0.5;
    font-size: 12px;
}
footer {
    margin-top: 160px;
}
.fullBlock + footer, .fullBlock + .fixedBtn + footer {
    margin-top: 0;
}
footer .inner {
    display: flex;
    min-width: 700px;
    max-width: 96vw;
    width: 73.8888vw;
    margin: 0 auto;
    justify-content: space-between;
    padding: 96px 0 148px;
}
footer .blockLeft {
    width: 340px;
    max-width: 30vw;
}
footer .blockLeft a {
    text-decoration: underline;
}
footer .blockLeft ul {
    display: flex;
    gap: 12px;
    margin-top: 32px;
}
footer .blockLeft ul li img {
    width: 26px;
}
footer .blockLeft {
    font-size: 15px !important;
}
footer .blockRight {
    font-size: 15px;
}
footer .blockRight {
    min-width: 340px;
    width: 45vw;
    text-align: right;
    /*
	column-count: 4;
	column-gap: 8px;
*/
}
/*
footer .blockRight > div{
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
*/
/*
footer h2{
	margin-bottom: 32px;
}
*/
footer h2 img {
    width: 244px;
}
footer .blockRight div {
    margin-bottom: 16px;
    float: right;
    vertical-align: top;
    margin-left: 40px;
}
.layout1 .gnav .language, .layout2 .gnav .language {
    display: inline-block;
    font-size: 13px;
    justify-content: flex-start;
}
.layout1 .horizonal .gnav .language {
    margin-top: 4px;
}
.layout1 .horizonal .gnav .language:nth-last-child(1) {
    margin-right: 4px;
}
.language li {
    opacity: 0.3;
}
.language li:nth-child(2):before, .language li:nth-child(3):before {
    content: "/";
}
.language.active1 li:nth-child(1) {
    opacity: 1.0;
}
.language.active2 li:nth-child(2) {
    opacity: 1.0;
}
.language.active3 li:nth-child(3) {
    opacity: 1.0;
}
p.copy {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.15);
    width: 100% !important;
    text-align: center;
    margin-top: -56px !important;
}
p.copy span {
    opacity: 0.5;
    padding: 20px 0;
    display: block;
    line-height: 1.0;
}
.layout1 .underHead > .language.forlayout3, .layout2 .underHead > .language.forlayout3 {
    display: none !important;
}
.language.forlayout3.language2:before, .language.forlayout3.language3:before {
    content: "/";
}
.language.forlayout3.active1.language2 a, .language.forlayout3.active1.language3 a {
    opacity: 0.3;
    transition: 0.4s;
}
.language.forlayout3.active2.language1 a, .language.forlayout3.active2.language3 a {
    opacity: 0.3;
    transition: 0.4s;
}
.language.forlayout3.active3.language1 a, .language.forlayout3.active3.language2 a {
    opacity: 0.3;
    transition: 0.4s;
}
.language.forlayout3 a:hover {
    opacity: 1.0 !important;
    transition: 0.4s;
}
.layout2 .strongYes {
    margin-right: -24px;
}
.layout2 .language2, .layout2 .language3 {
    margin-left: -24px;
}
.layout2 .language.forlayout3.language2:before, .layout2 .language.forlayout3.language3:before {
    margin-left: 0.5em;
}
.pagetop {
    position: fixed;
    right: 24px;
    bottom: 8px;
    z-index: 100;
    width: 56px;
    height: 56px;
    border-radius: 4px;
    opacity: 0;
    transition: 0.5s;
    cursor: pointer;
}
.pagetop.on {
    opacity: 1.0;
    bottom: 24px;
    transition: 0.5s;
}
.pagetop:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 20px;
    margin-right: -4.225px;
    background: url(../img/common/arrow_white.svg) no-repeat;
    width: 8.45px;
    height: 15.6px;
    transform: rotate(-90deg);
}
.pagetop a {
    display: block;
    width: 100%;
    height: 100%;
}
#wpadminbar {
    display: none !important;
}