@charset "utf-8";

/* Settings
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
}

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,
font,
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,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100px;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../font/NotoSansJP-VariableFont_wght.ttf") format("truetype")
}

@font-face {
    font-family: "DM Serif Display";
    src: url("../font/DMSerifDisplay-Regular.ttf") format("truetype")
}

body {
    min-width: 1025px;
    font-size: .16rem;
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Myriad Pro, Myriad, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    color: #fff;
    line-height: 1.6;
    text-size-adjust: 100%;
    word-wrap: break-word;
    word-break: break-all;
    background: #00281b url(../img/bg.png);
}

img {
    max-width: 100%;
    margin: auto;
    vertical-align: bottom;
}

a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
}

a:hover {
    opacity: .6;
}

a img {
    text-decoration: none;
}

section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
    display: block;
}

input,
select {
    vertical-align: middle;
}

ul,
li,
dl,
dt,
dd,
form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
}

li::marker {
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

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

ins {
    /* remember to highlight inserts somehow! */
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    /* markup tables with 'cellspacing="0"' */
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    border: 0;
    background: transparent;
    border-radius: 0;
    text-align: inherit;
}

button:hover {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

/* Style parts
   ========================================================================== */
.alc {
    text-align: center !important;
}

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

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

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clr {
    zoom: 1;
}

.clr:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
}

.clearboth {
    clear: both !important;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.fs-12 {
    font-size: .12rem;
}

.fs-13 {
    font-size: .13rem;
}

.fs-14 {
    font-size: .14rem;
}

.fs-15 {
    font-size: .15rem;
}

.fs-16 {
    font-size: .16rem;
}

.fs-18 {
    font-size: .18rem;
}

.fs-20 {
    font-size: .2rem;
}

.fs-22 {
    font-size: .22rem;
}

.fs-24 {
    font-size: .24rem;
}

.fs-26 {
    font-size: .26rem;
}

.fs-28 {
    font-size: .28rem;
}

.fs-30 {
    font-size: .3rem;
}

.fs-32 {
    font-size: .32rem;
}

.fs-34 {
    font-size: .34rem;
}

.fs-36 {
    font-size: .36rem;
}

.fs-38 {
    font-size: .38rem;
}

.fs-40 {
    font-size: .40rem;
}

.fs-42 {
    font-size: .42rem;
}

.fs-44 {
    font-size: .44rem;
}

.fs-46 {
    font-size: .46rem;
}

.fs-48 {
    font-size: .48rem;
}

.fs-60 {
    font-size: .60rem;
}

.fs-70 {
    font-size: .70rem;
}

.fs-75 {
    font-size: .75rem;
}

.fs-80 {
    font-size: .80rem;
}

.fs-85 {
    font-size: .85rem;
}

.lh-14 {
    line-height: 1.4;
}

.lh-16 {
    line-height: 1.6;
}

.lh-18 {
    line-height: 1.8;
}

.lh-2 {
    line-height: 2;
}

.lh-25 {
    line-height: 2.5;
}

.ls {
    letter-spacing: .03rem;
}

.en {
    font-family: "DM Serif Display";
    font-weight: 400;
}

.bold {
    font-weight: 600;
}

.gold {
    color: #d7ad00;
}

.red {
    color: #e60012;
}

.black {
    color: #000;
}

.inner {
    width: min(100% - 1rem, 10rem);
    margin: auto;
}

.js-fadein {
    transition: all 1s;
    opacity: 0;
}

.js-fadein.is-animated {
    opacity: 1;
}

/* Header
========================================================================== */
header {
    position: relative;
    padding-top: .3rem;
}

header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .6rem;
    background: url(../img/head_deco.png) no-repeat top center / cover;
}

header .logo {
    position: relative;
    z-index: 1;
    width: 1.4rem;
}

/* Main
========================================================================== */
.sec {
    padding: .6rem 0 1rem;
}

.sec .inner {
    width: 100%;
    margin: auto;
    display: grid;
    gap: .6rem;
    position: relative;
}

.sec-ttl {
    width: min(100% - 1rem, 850px);
    margin: auto;
}

.sec-pic {
    position: relative;
    width: 100vw;
    height: 5rem;
    background: url(../img/fv_pic.jpg) no-repeat center center / cover;
}

.sec-deco {
    width: min(100% - 1rem, 10rem);
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -.5rem;
}

.sec-deco figure {
    width: 4rem;
    margin-right: 0;
    margin-left: auto;
}

.sec02 .inner {
    display: grid;
    gap: .8rem;

}

.sec02-conts {
    display: grid;
    gap: .2rem;
    text-align: center;
}

.sec02-conts h2 img {
    width: min(100%, 530px);
}

.sec02-conts h2::after {
    content: '';
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #e5ab00, #ffe266, #cd981f, #ffe266, #e5ab00);
    ;
    display: block;
    margin-top: .5rem;

}

.sec02-conts02 {
    background: #2f0b0e;
    padding: .2rem;
    border-radius: .2rem;
    border: 2px solid #9d652c;
    display: grid;
    gap: .1rem;
    text-align: center;
}

.sec02-conts03 {
    display: grid;
    gap: .3rem;
    place-items: center;
}

.sec02-conts03 h4 {
    text-align: center;
}

.sec02-conts03 li {
    text-indent: -1em;
    padding-left: 1em;
}

.sec03 {
    padding: 1rem 0;
}

.sec03 .inner {
    display: grid;
    gap: .6rem;
}

.sec03-conts {
    display: grid;
    gap: .2rem;
}

.sec03-conts-ttl .num {
    line-height: 1;
    border-bottom: 1px solid #d7ad00;
    padding-bottom: .05rem;
    margin-bottom: .1rem;
}

.sec03-conts .notes li {
    padding-left: 1em;
    text-indent: -1em;
}

.sec03-conts-2col {
    display: flex;
    gap: .4rem;
}

.sec03-conts-2col>figure {
    flex: 0 0 400px;
    display: grid;
    gap: .2rem;
}
.sec03-conts-2col>div {
    flex: 1;
    display: grid;
    place-content: start;
    gap: .2rem;
}

.sec03-conts-pickup {
    background: #2f0b0e;
    padding: .2rem .2rem .3rem;
    border: 2px solid #9d652c;
    margin-top: .4rem;
    display: grid;
    gap: .3rem;
}

.sec03-conts-pickup-detail {
    display: grid;
    gap: .05rem;
}

.sec03-conts.sign .sec03-conts-2col {
    align-items: center;
}

.sec03-conts.kinenhin .sec03-conts-2col {
    align-items: flex-end;
}

.sec03-conts.kinenhin .sec03-conts-2col>div {
    gap: .4rem;
}

.sec03-conts.kinenhin .sec03-conts-2col>figure {
    flex: 0 0 400px;
}

.sec03-conts.kinenhin .sec03-conts-2col h3 {
    padding-left: 1em;
    text-indent: -1em;
}

.sec03-conts.kinenhin .sec03-conts-2col>div div {
    display: grid;
    gap: .1rem;
}

.sec03-conts.kinenhin .num {
    padding-bottom: .2rem;
}

.sec03-conts.kinenhin .num img {
    width: 1.5rem;
}

.sec04 {
    background: #d7ad00;
    color: #000;
}

.sec04 .inner {
    background: #fff;
    padding: .5rem;
    display: grid;
    gap: .4rem;
}

.sec04-ttl {
    background: #00271b;
    text-align: center;
    padding: .1rem;
}

.sec04-conts {
    display: grid;
    gap: .6rem
}

.sec04-conts>div {
    padding-left: .2rem;
    display: grid;
    gap: .15rem;
}

.sec04-ttl02 {
    padding-left: 1em;
    text-indent: -1em;
    margin-left: -.2rem;
}

.sec04-ttl03 {
    padding-left: 1em;
    text-indent: -1em;
}

.sec04-notes li {
    padding-left: 1em;
    text-indent: -1em;
}

.sec04-notes__dotted li {
    padding-left: .1rem;
    text-indent: -.1rem;
}

.sec04-apply_btn {
    width: min(100%, 500px);
    margin: .2rem auto;
}

.sec04-apply_notes {
    display: grid;
    gap: .1rem;
    text-align: center;
}

.sec04-text_conts {
    display: grid;
    gap: .4rem;
}

.sec04-text_conts>div {
    display: grid;
    gap: .1rem;
}


/* Footer
========================================================================== */
footer .inner {
    display: grid;
    gap: .3rem;
    text-align: center;
    padding: .4rem 0;
}

footer .inner>div {
    display: grid;
    gap: .1rem;
}

@media screen and (min-width: 1025px) {
    a[href^=tel] {
        pointer-events: none;
    }
}

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

    /* Settings
   ========================================================================== */
    html {
        /* 1rem = 50pxと同義 */
        font-size: 50px;
    }

    body {
        min-width: 100%;
        font-size: calc((.16rem * 100 / 50) * 0.9);
    }

    /* Style parts
   ========================================================================== */
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .fs-12 {
        font-size: calc((.12rem * 100 / 50) * 1);
    }

    .fs-13 {
        font-size: calc((.13rem * 100 / 50) * 0.9);
    }

    .fs-14 {
        font-size: calc((.14rem * 100 / 50) * 0.9);
    }

    .fs-15 {
        font-size: calc((.15rem * 100 / 50) * 0.9);
    }

    .fs-16 {
        font-size: calc((.16rem * 100 / 50) * 0.9);
    }

    .fs-18 {
        font-size: calc((.18rem * 100 / 50) * 0.9);
    }

    .fs-20 {
        font-size: calc((.2rem * 100 / 50) * 0.9);
    }

    .fs-22 {
        font-size: calc((.22rem * 100 / 50) * 0.9);
    }

    .fs-24 {
        font-size: calc((.24rem * 100 / 50) * 0.8);
    }

    .fs-26 {
        font-size: calc((.26rem * 100 / 50) * 0.8);
    }

    .fs-28 {
        font-size: calc((.28rem * 100 / 50) * 0.7);
    }

    .fs-30 {
        font-size: calc((.3rem * 100 / 50) * 0.7);
    }

    .fs-32 {
        font-size: calc((.32rem * 100 / 50) * 0.7);
    }

    .fs-34 {
        font-size: calc((.34rem * 100 / 50) * 0.7);
    }

    .fs-36 {
        font-size: calc((.36rem * 100 / 50) * 0.6);
    }

    .fs-38 {
        font-size: calc((.38rem * 100 / 50) * 0.6);
    }

    .fs-40 {
        font-size: calc((.4rem * 100 / 50) * 0.6);
    }

    .fs-42 {
        font-size: calc((.42rem * 100 / 50) * 0.6);
    }

    .fs-44 {
        font-size: calc((.44rem * 100 / 50) * 0.6);
    }

    .fs-46 {
        font-size: calc((.46rem * 100 / 50) * 0.6);
    }

    .fs-48 {
        font-size: calc((.48rem * 100 / 50) * 0.6);
    }

    .fs-60 {
        font-size: calc((.60rem * 100 / 50) * 0.6);
    }

    .fs-70 {
        font-size: calc((.70rem * 100 / 50) * 0.6);
    }

    .fs-75 {
        font-size: calc((.75rem * 100 / 50) * 0.6);
    }

    .fs-80 {
        font-size: calc((.80rem * 100 / 50) * 0.6);
    }

    .fs-85 {
        font-size: calc((.85rem * 100 / 50) * 0.6);
    }

    .lh-2 {
        line-height: 1.8;
    }

    .lh-25 {
        line-height: 2.2;
    }

    /* Header
    ========================================================================== */
    header {
        padding-top: .15rem;
    }

    header::after {
        height: .3rem;
    }

    /* Main
    ========================================================================== */
    .sec-ttl {
        width: min(100% - 1rem, 10rem);
    }

    .sec02-conts p {
        font-size: calc((.21rem * 100 / 50) * 0.65);
    }

    .sec02-conts02 {
        padding: .4rem .2rem;
        gap: .2rem;
    }

    .sec02-conts02 h3 {
        font-size: calc((.28rem * 100 / 50) * 0.7);
        line-height: 1.4;
    }

    .sec02-conts02 p {
        text-align: left;
        font-size: calc((.22rem * 100 / 50) * 0.65);
    }

    .sec02-conts03 h4 {
        text-align: left;
    }

    .sec03 .inner {
        gap: 1rem;
    }

    .sec03-conts-2col {
        flex-direction: column;
    }

    .sec03-conts-2col>figure {
        flex: 1;
        width: min(100%, 400px);
        margin: auto;
    }



    .sec03-conts.kinenhin .num img {
        width: 110px;
    }

    .sec03-conts.kinenhin .sec03-conts-2col>figure {
        flex: 1;
        width: min(100%, 400px);
    }

    .sec04-conts>div {
        padding-left: 0;
    }

    .sec04-ttl02 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 550px) {
    .sec04 .inner {
        width: calc(100% - .5rem);
        padding: .4rem .25rem;
    }
}