@charset "UTF-8";
/*
Template Name: sunaba
*/

/* normalize */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
}
del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

input,
select {
    vertical-align: middle;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    outline: 1px dotted #000;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-width: 0;
    outline: none;
}

textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
    font-size: max(1.15rem, 16px);
}
@media screen and (min-width: 768px) {
    textarea,
    input[type="text"],
    input[type="tel"],
    input[type="email"] {
        font-size: max(1rem, 16px);
    }
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

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

main {
    flex: 1;
}

section {
    scroll-margin-top: 50px;
}
@media screen and (min-width: 768px) {
    section {
        scroll-margin-top: 80px;
    }
}

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

p {
    text-align: justify;
}

a {
    color: #333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
textarea {
    cursor: pointer;
    resize: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #e4e1de inset;
}

label {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    padding: 0;
    margin: 0;
    position: relative;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体",
        "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
        sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--txt);
    min-height: 100vh;
    box-sizing: border-box;

    min-height: 100vh;
    background-color: var(--colbg);
}
/* 変数 */
:root {
    --colbg: #f0f0f0;
    --bk: #282828;
    --line: #4b4b4b;
    --txt: #484848;
    --txt2: #282828;
    --white: #ffffff;
    --sketchbg: #b1b1b1;
    --margin: 7.5%;
    --btncol1: #ffd84e;
    --btncol2: #6edcff;
    --lineWeight: 1px;
    --gray: #808080;
}
/* フォントローカル */
@font-face {
    font-family: "Anonymous Pro";
    src: url("asset/fonts/AnonymousPro-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Anonymous Pro";
    src: url("asset/fonts/AnonymousPro-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
/* 言語 */
.en {
    font-family: "Anonymous Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
        "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
}
/* layout */
.l-allWrap {
    width: 100%;
    position: relative;
    min-height: calc(200svh + 200px);
}
.p-hero {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100svh;
    min-height: 100svh;
    overflow: hidden;
}
.p-heroSlide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.p-heroSlide .slick-list {
    width: 100%;
    height: 100%;
}
.p-heroSlide .slick-track {
    height: 100%;
}
.p-heroSlide__item {
    width: 100%;
    height: 100%;
}
.p-heroSlide__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-hero__scroll {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: absolute;
    z-index: 1;
    bottom: 2.5rem;
    left: 4rem;
    align-items: center;
}
.p-hero__logoImg {
    position: absolute;
    bottom: 2.5rem;
    z-index: 1;
    right: 4rem;
    width: 45rem;
}
@media screen and (max-width: 768px) {
    .p-hero__logoImg {
        bottom: 2.5rem;
        right: 2rem;
        width: 28rem;
    }
    .p-hero__scroll {
        bottom: 2rem;
        left: 2rem;
    }
    .p-hero__scroll .text {
        font-size: 1.5rem;
    }
    .p-hero__scroll .icon::before {
        width: 1.5rem;
        height: 1.5rem;
    }
}
.p-hero__scroll .text {
    font-size: 1.8rem;
    writing-mode: vertical-rl;
}
.p-hero__scroll .icon::before {
    content: "";
    width: 1.7rem;
    height: 1.7rem;
    background-image: url(asset/images/arrow.svg);
    background-size: cover;
    display: block;
    background-position: center center;
    margin-bottom: 0.5rem;
}
.l-wrap {
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
}
.l-header {
    position: relative;
    overflow-x: hidden;
    z-index: 0;
    width: 50%;
    top: 0;
    left: 50%;
}
@media screen and (max-width: 1024px) {
    .l-header {
        width: 100%;
        left: unset;
        top: unset;
    }
}
.l-header__inner {
    width: 100%;
    padding-left: var(--margin);
    padding-right: var(--margin);
    padding-top: 4.5rem;
    padding-bottom: 3.4rem;
    border-bottom: var(--line) solid var(--lineWeight);
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
@media screen and (max-width: 768px) {
    .l-header__inner {
        padding-top: 2.4rem;
        padding-bottom: 1.8rem;
        gap: 1rem;
    }
}
.l-header__logo {
    display: flex;
}
.l-header__logoimg {
    max-height: 6.5rem;
    width: auto;
}
@media screen and (max-width: 768px) {
    .l-header__logoimg {
        max-height: 4rem;
    }
}
.l-header__tagline {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .l-header__tagline {
        font-size: 1.3rem;
    }
}
.l-pcleft {
    width: 50%;
    position: fixed;
    height: 100vh;
    width: 50%;
    left: 0;
    top: 0;
    border-right: var(--line) solid var(--lineWeight);
}
@media screen and (max-width: 1024px) {
    .l-pcleft {
        width: 100%;
        position: relative;
        height: unset;
        width: 100%;
        left: unset;
        top: unset;
        border-right: unset;
        border-bottom: var(--line) solid var(--lineWeight);
    }
}
.l-pcright {
    position: relative;
    overflow-x: hidden;
    z-index: 0;
    width: 50%;
    top: 0;
    left: 50%;
}
@media screen and (max-width: 1024px) {
    .l-pcright {
        width: 100%;
        width: 100%;
        left: unset;
        top: unset;
    }
}
.l-pcright__inner {
    padding-left: var(--margin);
    padding-right: var(--margin);
    margin-bottom: 4rem;
}
.l-footer__inner {
    padding-left: var(--margin);
    padding-right: var(--margin);
}
/* project */
.p-sketchwarap {
    background-color: var(--sketchbg);
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 参考図 */
.p-sketch__crease {
    display: none;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    aspect-ratio: 1240/1754;
    max-width: calc(1240 / 1754 * 100vh);
    position: absolute;
    z-index: 1;
    top: 0;
}
.sketch {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    aspect-ratio: 1240/1754;
    max-width: calc(1240 / 1754 * 100vh);
    border-radius: 0.5rem;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    .sketch {
        max-height: unset;
        max-width: unset;
        width: calc(100% - (var(--margin) * 2));
    }
}
@media screen and (max-width: 767px) {
    .sketch {
        width: 100%;
    }
}
.p-content {
    margin-top: 5.5rem;
}
.p-btnwrap {
    display: flex;
    justify-content: space-between;
    max-width: 54rem;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 1.5rem;
}
@media screen and (max-width: 767px) {
    .p-btnwrap {
        flex-direction: column;
        align-items: center;
    }
}
.l-footer {
    border-top: var(--line) solid var(--lineWeight);
}
.l-footer__inner {
    padding: 3.4rem var(--margin);
    display: flex;
    justify-content: center;
}
/* compornent */
.c-btn {
    position: relative;
    padding: 1.5rem 2.4rem 1.5rem 2.4rem;
    background-color: var(--white);
    border: var(--line) solid 1px;
    border-radius: 9999px;
    display: flex;
    width: 25rem;
    gap: 1rem;
    align-items: baseline;
    box-sizing: border-box;
}
.c-btn.sub {
    opacity: 0.6;
}
.c-btn .en {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    color: var(--bk);
}
.c-btn .ja {
    font-size: 1.2rem;
    color: #7d7d7d;
    font-weight: 600;
}
.c-btn .c-copyright {
    font-size: 1.2rem;
    line-height: 1;
}
.c-btn .c-btn__icon {
    position: absolute;
    right: calc(-1 * var(--lineWeight));
    top: calc(-1 * var(--lineWeight));
    height: 100%;
    aspect-ratio: 1/1;
    background-color: var(--white);
    border-radius: 50%;
    border: var(--line) solid var(--lineWeight);
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-btn .c-btn__icon .c-btn__iconImg {
    width: 2.4rem;
    height: 2.4rem;
}
.c-btn:hover .c-btn__icon.reload,
.c-btn:focus-visible .c-btn__icon.reload {
    background-color: var(--btncol1);
}
.c-btn:hover .c-btn__icon.download,
.c-btn:focus-visible .c-btn__icon.download {
    background-color: var(--btncol2);
}
/* project */
.p-howto {
    margin-top: 6.4rem;
}
.p-howto__ttl {
    display: flex;
    flex-flow: column;
    gap: 0.3rem;
    align-items: center;
    margin: 0 auto;
}
.p-howto__ttl .en {
    font-weight: 600;
    line-height: 1;
    font-size: 2rem;
}
.p-howto__ttl .ja {
    font-weight: 600;
    line-height: 1;
    font-size: 1.4rem;
    color: #7d7d7d;
}
.p-howto__list {
    display: flex;
    flex-direction: column;
    gap: 3.4rem;
    margin-top: 4.1rem;
}
.p-howto__item {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.5rem;
}
.p-howto__num {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 50%;
    border: var(--txt2) solid var(--lineWeight);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1;
    color: var(--txt2);
}
.p-howto__right {
    padding-top: 0.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}
.p-howto__txt {
    display: flex;
    flex-direction: column;
    flex: 0;
    gap: 0.5rem;
}
.p-howto__txt a {
    text-decoration: underline;
}
.p-howto__txt .en {
    font-size: 1.4rem;
    line-height: calc(20.8 / 16);
    color: var(--gray);
}
.p-howto__txt .ja {
    line-height: calc(22.4 / 14);
    font-size: 1.5rem;
    letter-spacing: 0.03;
    color: var(--txt2);
}
.p-license {
    margin-top: 10rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.p-license .en {
    font-size: 1.3rem;
    line-height: 1.2;
    color: var(--gray);
}
.p-license .ja {
    font-size: 1.2rem;
    line-height: 1.4;
    color: var(--gray);
}

/* js */
.js-content {
}
.js-content.scroll {
    position: relative;
    top: 0;
}
