﻿@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
*::before,
*::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}
body {
    margin: 0
}
main {
    display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit
}
pre {
    font-family: monospace, monospace;
    font-size: inherit
}
address {
    font-style: inherit
}
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}
abbr[title] {
    text-decoration: underline dotted
}
b, strong {
    font-weight: bolder
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: inherit
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
svg, img, embed, object, iframe {
    vertical-align: bottom
}
button, [type=button], [type=reset], [type=submit] {
    cursor: pointer
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
    cursor: default
}
:-moz-focusring {
    outline: auto
}
select:disabled {
    opacity: inherit
}
option {
    padding: 0
}
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0
}
legend {
    padding: 0
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
[type=number] {
    -moz-appearance: textfield
}
label[for] {
    cursor: pointer
}
details {
    display: block
}
summary {
    display: list-item
}
[contenteditable]:focus {
    outline: auto
}
table {
    border-color: inherit;
    border-collapse: collapse
}
caption {
    text-align: left
}
td, th {
    vertical-align: top;
    padding: 0
}
th {
    text-align: left;
    font-weight: 700
}
@media only screen and (max-width:767px) {
    header {
        width: 100%;
        padding: 5px 20px
    }
    
}
.header-area {
    background-color: #231815;
    display: flex;
    justify-content: center;
    position: sticky;
    z-index: 16;
    top: 0;
    width: 100%
}
.header-area.active {
    background: transparent;
    transition-delay: .3s
}
.header-area .flex-wrap {
    display: flex;
    justify-content: space-between;
    width: 960px;
    padding: 10px 0
}
@media only screen and (max-width:960px) {
    .header-area .flex-wrap {
        width: 100%
    }
    
}
.header-area .left img {
    width: 170px;
    height: auto
}
.header-area .right {
    display: flex;
    align-items: center;
    position: relative
}
.header-area .right a {
    line-height: 1.1428571429;
    font-size: 1.4rem;
    color: #fff
}
.header-area .right .btn {
    padding: 5px 50px 5px 70px;
    border: 1px solid #ffffff;
    margin: 0 5px;
    background-image: url(../img/header_arrow_small.png);
    background-repeat: no-repeat;
    background-position: left 55px center
}
.header-area .right .btn:nth-child(2) {
    margin-right: 30px
}
.header-area .active {
    opacity: 0
}
.header-area .sp-menu {
    position: absolute;
    right: -50px
}
.header-area .sp-menu span {
    display: block;
    width: 35px;
    height: 1px;
    background-color: #fff;
    margin: 10px 0;
    transition: all .4s cubic-bezier(.23, 1, .32, 1)
}
.header-area .sp-menu.active-menu span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px)
}
.header-area .sp-menu.active-menu span:nth-child(2) {
    opacity: 0
}
.header-area .sp-menu.active-menu span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -4px)
}
@media only screen and (max-width:767px) {
    .header-area #line-up-btn {
        display: none
    }
    
}
@media only screen and (max-width:767px) {
    .header-area #store-btn {
        display: none
    }
    
}
.header-area.off {
    visibility: visible
}
.burger {
    z-index: 10;
    right: 25px;
    top: 25px;
    cursor: pointer;
    transform: rotateY(0);
    transition: all .6s cubic-bezier(.23, 1, .32, 1);
    transition-delay: .06s
}
.burger__patty {
    width: 36px;
    height: 1px;
    margin: 0 0 8px;
    background: #fff;
    transition: all .6s cubic-bezier(.23, 1, .32, 1);
    transition-delay: .06s
}
.burger__patty:last-child {
    margin-bottom: 0
}
.burger--close {
    transform: rotate(180deg);
    transition-delay: .2s
}
.burger--close .burger__patty:nth-child(1) {
    transform: rotate(45deg) translate(4px, 7px);
    transition-delay: .2s
}
.burger--close .burger__patty:nth-child(2) {
    opacity: 0
}
.burger--close .burger__patty:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -7px);
    transition-delay: .1s
}
body.active {
    position: fixed
}
.outer {
    width: 900px;
    margin: 0 auto
}
@media only screen and (max-width:1100px) {
    .outer {
        width: auto
    }
    
}
@media only screen and (max-width:767px) {
    .outer {
        width: 95%
    }
    
}
.menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    background-color: #231815;
    width: 101%;
    height: 101vh;
    transition: all .3s ease;
    transform: translate(0);
    z-index: 15;
    top: 49.9%;
    left: 49.9%;
    transform: translate(-50%, -50%);
    overflow: auto
}
.menu.active {
    opacity: 1;
    visibility: visible
}
.menu .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15vh 10vh 10vh
}
@media only screen and (max-width:767px) {
    .menu .inner {
        padding: 15vh 10px 10vh
    }
    
}
.menu .top {
    line-height: 1.2;
    font-size: 3.5rem;
    letter-spacing: .06em;
    font-weight: 700;
    color: #fff;
    text-align: center
}
@media only screen and (max-width:767px) {
    .menu .top {
        font-size: 6rem
    }
    
}
.menu .line-up {
    line-height: 1.2;
    font-size: 3.5rem;
    letter-spacing: .06em;
    font-weight: 700;
    color: #fff;
    text-align: center;
        padding-top: 80px;
}
@media only screen and (max-width:767px) {
    .menu .line-up {
        font-size: 6rem;
        padding-top: 40px;
    }
    
}
.menu .row {
    display: grid;
    grid-template-columns: 100px auto;
    grid-template-rows: auto;
    width: 800px;
    gap: 0 50px;
    margin: 20px auto 0 10%
}
@media only screen and (max-width:1100px) {
    .menu .row {
        width: 100%;
        margin-left: initial
    }
    
}
@media only screen and (max-width:767px) {
    .menu .row {
        width: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        width: 90%;
        margin: 0 auto
    }
    
}
@media only screen and (max-width:767px) {
    .menu .row .right {
        margin-top: 30px
    }
    
}
.menu .row a {
    line-height: 2;
    font-size: 2rem;
    letter-spacing: .06em;
    color: #fff
}
@media only screen and (max-width:767px) {
    .menu .row a {
        font-size: 3.2rem;
        display: block;
        margin-bottom: 1em
    }
    
}
.menu .row .oneday {
    line-height: 1.2222222222;
    font-size: 1.8rem;
    letter-spacing: .05em;
    color: #fff;
    padding: .2em 1em .3em;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    margin-top: .5em
}
@media only screen and (max-width:767px) {
    .menu .row .oneday {
        width: 30%;
        margin: 30px auto 0;
        font-size: 3.6rem;
    }
    
}
.menu .row .twoweek {
    line-height: 1.2222222222;
    font-size: 1.8rem;
    letter-spacing: .05em;
    color: #fff;
    padding: .2em 1em .3em;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    margin-top: .5em
}
@media only screen and (max-width:767px) {
    .menu .row .twoweek {
        width: 32%;
        margin: 30px auto 0;
        font-size: 3.6rem;
    }
    
}
@media only screen and (max-width:767px) {
    .menu .row.num01 {
        margin-top: 0
    }
    
}
@media only screen and (max-width:767px) {
    .menu .row.num02 {
        margin-top: 0
    }
    
}
.menu .btn {
    display: flex;
    justify-content: center;
    margin-top: 40px
}
.menu .btn a {
    border: 1px solid #ffffff;
    width: 400px;
    padding: 1em 1em 1em 2em;
    line-height: 1.2352941176;
    font-size: 1.7rem;
    letter-spacing: .03em;
    text-align: center;
    background-color: #ffffffb3;
    color: #1c2a55;
    background-image: url(../img/btn_arrow.png);
    background-repeat: no-repeat;
    background-position: 30% 55%
}
.menu .btn.white a {
    background-color: #fff;
}
@media only screen and (max-width:767px) {
    .menu .btn.white a {
        width: 90%;
        background-position: 25% 55%;
        font-size: 3.4rem;
    }
    
}
.menu .btn.glay a {
    background-color: transparent;
    color: #fff;
    background-image: url(../img/btn_arrow_white.png);
}
@media only screen and (max-width:767px) {
    .menu .btn.glay a {
        width: 90%;
        background-position: 25% 55%;
        font-size: 3.4rem;
    }
    
}
.menu .logo-links {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 0 40px;
}
.menu .logo-links img {
    max-width: 69px;
    height: auto;
}
@media only screen and (max-width:767px) {
    .menu .logo-links img {
        max-width: 50px;
    }
    
}
.sp-fixed-menu {
    display: none;
}
@media only screen and (max-width:767px) {
    .sp-fixed-menu {
        display: block;
        position: fixed;
        z-index: 14;
        bottom: 0;
        width: 100%;
        opacity: 0;
        transition: .2s;
    }
    .sp-fixed-menu>div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr
    }
    .sp-fixed-menu a {
        display: block;
        color: #fff;
        font-size: 1.6rem;
        padding: 1em 0 1em 2em;
        background-color: #1c2a55;
        text-align: center;
        background-image: url(../img/sp_fixed_arrow.png);
        background-repeat: no-repeat;
        background-position: left 15% center;
    }
    
}
@media only screen and (max-width:767px)  {
    .sp-fixed-menu a {
        font-size: 2.4rem;
    }
    
}
@media only screen and (max-width:767px) {
    .sp-fixed-menu a:nth-child(1) {
        grid-column: 1/2;
        grid-row: 1/2;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }
    .sp-fixed-menu a:nth-child(2) {
        grid-column: 2/3;
        grid-row: 1/2;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }
    .sp-fixed-menu.on {
        opacity: 1;
        transition: .2s;
    }
    
}
.footer-area {
    background-color: #1c2a55;
    padding: 80px 0 30px;
    position: relative;
    z-index: 3;
}
@media only screen and (max-width:767px) {
    .footer-area {
        padding: 60px 15px 30px;
        z-index: 3;
    }
    
}
.footer-area .inner {
    width: 660px;
    margin: 0 auto;
}
@media only screen and (max-width:767px) {
    .footer-area .inner {
        width: 100%;
    }
    
}
.footer-area .logo-one {
    text-align: center;
}
@media only screen and (max-width:767px) {
    .footer-area .logo-one {
        width: 60%;
        margin: 0 auto;
    }
    
}
.footer-area .logo-one img {
    max-width: 368px;
    height: auto;
}
@media only screen and (max-width:767px) {
    .footer-area .logo-one img {
        max-width: 100%;
    }
    
}
.footer-area .logo-two {
    text-align: center;
    margin: 30px auto 0;
    max-width: 226px;
}
@media only screen and (max-width:767px) {
    .footer-area .logo-two {
        width: 35%;
        margin: 35px auto 0;
    }
    
}
.footer-area .links {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 0 30px;
}
@media only screen and (max-width:767px) {
    .footer-area .links {
        gap: 0 15px;
        justify-content: space-between;
        width: 95%;
        margin: 40px auto 0;
    }
    
}
.footer-area .links a {
    color: #fff;
    font-weight: 600;
    line-height: 1.2222222222;
    font-size: 1.8rem;
    letter-spacing: .05em;
}
@media only screen and (max-width:767px) {
    .footer-area .links a {
        font-size: 2.8rem;
    }
    
}
.footer-area .logo-links {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 0 40px;
}
.footer-area .logo-links img {
    max-width: 69px;
    height: auto;
}
@media only screen and (max-width:767px) {
    .footer-area .logo-links img {
        max-width: 50px
    }
    
}
.footer-area .copy {
    line-height: 1.6;
    font-size: 1rem;
    letter-spacing: 0em;
    color: #fff;
    margin-top: 40px;
    text-align: center;
}
@media only screen and (max-width:767px) {
    .footer-area .copy {
        text-align: left;
        font-size: 2rem;
    }
    
}
.save {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none
}
@media print {
    .save {
        display: none;
    }
    
}
.save picture {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
}
.save source {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
}
html {
    font-size: 62.5%;
    width: 100%
}
@media only screen and (max-width:767px) {
    html {
        width: 100%;
        min-width: initial;
    }
    
}
body {
    font-family: Noto Sans JP, sans-serif;
    width: 100%;
    line-height: 1.8;
    text-size-adjust: 100%;
    letter-spacing: .05em;
    -webkit-font-smoothing: antialiased!important;
}
body.on {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}
body.fixed {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
br.break {
    display: none;
}
@media only screen and (max-width:767px) {
    br.break {
        display: block;
    }
    
}
@media only screen and (max-width:767px) {
    br.br-none {
        display: none;
    }
    
}
@media only screen and (max-width:767px) {
    br.break-pc {
        display: none;
    }
    
}
img {
    max-width: 100%;
}
.fMin {
    font-family: Zen Old Mincho, serif;
}
.cWhite {
    color: #fff;
}
.cBlue {
    color: #1c2a55;
}
main {
    position: relative;
}
@media only screen and (max-width:767px) {
    main {
        overflow: hidden;
    }
    
}
.page-top {
    position: fixed;
    right: 5vw;
    bottom: 6vh;
    z-index: 18;
    opacity: 0;
    visibility: hidden;
    transition: .6s ease;
}
.page-top:hover {
    cursor: pointer;
}
.page-top.active {
    opacity: 1;
    visibility: visible;
    transition: .6s ease;
}
@media only screen and (max-width:767px) {
    .page-top {
        display: none;
    }
    
}

@media only screen and (min-width:1201px) {
    .hover {
        transition: .2s
    }
    .hover:hover {
        transition: .2s;
        opacity: .5;
        cursor: pointer;
    }
    
}

.qa-contact {
    background-image: url(../img/contact_bg.jpg);
    background-size: cover;
    position: relative;
    z-index: 1
}
.qa-contact .qa-contact-inner {
    padding: 70px 0;
    margin: 0 auto;
    width: 1100px
}
@media only screen and (max-width:1100px) {
    .qa-contact .qa-contact-inner {
        width: 95%;
        padding: 65px 0 70px;
        margin-top: -65px
    }
    
}
.qa-contact h2 {
    line-height: 1.2093023256;
    font-size: 4.3rem;
    letter-spacing: .14em;
    font-weight: 500;
    text-align: center;
    color: #1c2a55;
    position: relative;
    max-width: 440px;
    margin: 0 auto;
}

.qa-contact h2:before {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background-color: #1c2a55;
    left: 3%;
    top: 60%;
    transform: translate(-50%, -50%)
}
@media only screen and (max-width:767px) {
    .qa-contact h2:before {
        left: 16%;
        width: 20px
    }
    
}
.qa-contact h2:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background-color: #1c2a55;
    right: -3%;
    top: 60%;
    transform: translate(-50%, -50%)
}
@media only screen and (max-width:767px) {
    .qa-contact h2:after {
        right: 16%;
        width: 20px
    }
    
}
@media only screen and (max-width:767px) {
    .qa-contact h2 {
        font-size: 6rem
    }
    
}
.qa-contact h3 {
    line-height: 2.3333333333;
    font-size: 1.2rem;
    letter-spacing: .1em;
    color: #1c2a55;
    font-weight: 500
}

@media only screen and (max-width:767px) {
    .qa-contact h3 {
        font-size: 2.4rem;
    }
}

.qa-contact .contact-lead {
    line-height: 1.1818181818;
    font-size: 2.2rem;
    letter-spacing: .14em;
    font-weight: 500;
    text-align: center;
    color: #1c2a55;
    margin-top: 20px
}
@media only screen and (max-width:767px) {
    .qa-contact .contact-lead {
        font-size: 2.8rem;
        line-height: 1.8
    }
    
}
.qa-contact .btn {
    display: flex;
    justify-content: center;
    margin-top: 40px
}
@media only screen and (max-width:767px) {
    .qa-contact .btn {
        margin-top: 30px
    }
    
}
.qa-contact .btn a {
    border: 1px solid #ffffff;
    padding: 1em 6em 1em 7em;
    line-height: 1.2352941176;
    font-size: 1.7rem;
    letter-spacing: .03em;
    text-align: center;
    background-color: #1c2a55;
    color: #fff;
    background-image: url(/assets/images/btn_arrow_blue.png);
    background-repeat: no-repeat;
    background-position: 28% 55%
}
@media only screen and (max-width:767px) {
    .qa-contact .btn a {
        font-size: 2.8rem;
    }
    
}
.qa-contact li {
    font-size: 1.2rem;
    letter-spacing: .1em;
    list-style-type: disc;
    line-height: 1.8;
    margin-bottom: .5em;
}
.qa-contact ul {
    padding-left: 2em;
    margin-top: .4em;
}
@media only screen and (max-width:767px) {
    .qa-contact ul {
        margin-top: 0;
    }

    .qa-contact li {
    font-size: 2.4rem;
    }
    
}
.qa-contact .flex-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    margin-top: 50px;
    gap: 0 50px;
}
@media only screen and (max-width:767px) {
    .qa-contact .flex-wrap {
        display: block;
        margin-top: 30px;
        padding: 0 2%;
    }
    
}
@media only screen and (max-width:767px) {
    .qa-contact .flex-wrap .inner-right {
        margin-top: 30px;
    }
    
}
