@charset "UTF-8";

@import "../../common/common.css";
@import "../../common/common1.css";


/*==================================================================*/

/* ijo css */

/*==================================================================*/
/* common */
/* ---------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {}

#ijn {
    width: 100%;
    line-height: 1.6em;
    text-align: center;
    font-size: clamp(14px, 3.125vw, 18px);
    -webkit-text-size-adjust: none;
    counter-reset: number 0;
    font-family: "Noto Serif JP", serif, system-ui;
    font-weight: 500;
    font-style: normal;
    color: #f3efe6;
    position: relative;
    z-index: 0;
    min-height: 0;
    background-color: #0b0b0b;
    box-sizing: border-box;
}

#ijn *,
#ijn *:before,
#ijn *:after {
    box-sizing: inherit;
}

h1,
h2 {
    font-weight: 100;
}

.gold {
    color: #c6a85e;
}

li {
    list-style: none;
}

body {
    min-width: 0;
}

/*==================================================================*/
/* section */
/* ---------------------------------------------------------------- */

.bg_img {
    background:
        linear-gradient(0deg, rgba(15, 42, 34, 1) 0%, rgba(11, 11, 11, 0) 100%);
    background-size: cover;
    opacity: 1;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}


.bg_img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("./image/bg_paperptn.jpg") repeat;
    opacity: 0.08;
    pointer-events: none;
}

.bg_img::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(15, 42, 34, 1) 75%, rgba(11, 11, 11, 0) 100%),
        url("./image/bg_seigaihaptn.png") repeat;
    background-size: cover, auto 20vh;
    opacity: 0.2;
    pointer-events: none;
}

#mainvisual {
    position: relative;
    width: 100%;
    height: 100svh;
    min-height: 680px;
    padding: 1.5rem;
    margin: 0 auto;
    background:
        url("./image/bg_moon.png") no-repeat right -5% top -7vh,
        url("./image/bg_sakura.png") no-repeat left 10%;
    background-size: auto 30%, auto 40%;

}

#mainvisual h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: clamp(4em, 6vh, 5em);
    min-height: 9em;
    z-index: 10;
}

#mainvisual h1::before {
    content: "";
    position: absolute;
    width: 100vw;
    max-width: 980px;
    height: 1366px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -65%);
    background: url("./image/bg_hairline.png") no-repeat center center;
    background-size: auto;
    z-index: -1;
}

#mainvisual h1::after {
    content: "粋";
    font-size: 3em;
    color: #1f3a30;
    display: block;
    position: absolute;
    bottom: -.1em;
    right: -.4em;
    z-index: -1;
    opacity: 0.5;
}

[lang=en] #mainvisual h1 {
    min-height: 2em;
    top: 40%;
    line-height: 1;
    z-index: 10;
}
[lang=en] #mainvisual h1::before {
    transform: translate(-50%, -60%);
}
[lang=en] #mainvisual h1::after {
    bottom: -.5em;
}

#jam {
    position: relative;
    width: 100%;
    padding: 4rem 1.5rem 20rem;
    margin: 0 auto;
    background:
        url("./image/bg_matsu.png") no-repeat right bottom;
    background-size: auto 40vh;
}

#jam h2 {
    font-size: clamp(4em, 6vh, 5em);
    /* font-size: 6vh; */
    line-height: 1.5em;
}

[lang=en] #jam h2 {
    position: relative;
    margin-bottom: .5em;
}
[lang=en] #jam h2::after {
    content: "“N” — for Nihon.";
    color: #c6a85e;
    display: block;
    position: absolute;
    font-size: .4em;
    bottom: -2.5em;
    right: 0;
    left: 0;
}

#jam .photo {
    width: 100%;
    max-width: 902px;
    height: 0;
    padding-top: 66.85%;
    background: url("./image/image_ijn.png") no-repeat center center;
    background-size: contain;
    margin: 0 auto;
}
/*
[lang=en] #jam .photo {
    background: url("./image/photo_ijn_en.png") no-repeat center center;
}
*/
#kodawari {
    position: relative;
    margin-bottom: 4em;
    background: url("./image/bg_bird_left.png") no-repeat 5% 95%,
        url("./image/bg_bird_right.png") no-repeat 95% 5%,
        #1f3a30;
    background-size: auto 40%, auto 40%;
    width: 100%;
    max-width: 980px;
    padding: 0 1.5rem;
    margin: 0 auto;
}

#kodawari::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("./image/bg_paperptn.jpg") repeat;
    opacity: 0.05;
    pointer-events: none;
}

#kodawari h2 {
    display: block;
    margin: 0 auto;
    padding: 3em 0 2em;
    line-height: 1.8em;
    font-size: clamp(16px, 2.5vh, 30px);
}
[lang=en] #kodawari h2 {
    text-align: left;
    max-width: 11em;
    padding-left: 2em;
    margin: 0 auto;
}
.emphasis {
    font-size: 1.2em;
    margin-left: 1em;
}

[lang=en] .emphasis {
    margin-left: 0;
}

.comment {
    display: inline-block;
    padding: 1.5em;
    border-top: 1px solid #c6a85e;
    font-size: clamp(14px, 1.5vh, 20px);
}

.inbl {
    display: inline-block;
}

.vt {
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
}

.flex-horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}