@charset "UTF-8";
/*
Theme Name: kamagaya-nyusen.com
Description: kamagaya-nyusen.com
Version: 2026.2
Author: YH
*/
/* ------------------------------------------
   Reset
------------------------------------------ */
html, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
* {
    outline: none;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
a:focus {
    outline: none;
}
a img {
    border: none;
}
input, button, select, textarea {
    border-radius: 0;
}
@media screen and (max-width: 767px) {
    input, button, select, textarea {}
}
/*
Web Fonts
font-family: "Noto Sans JP", sans-serif;
font-family: "Poppins", sans-serif;
*/
/* ------------------------------------------
   Style
------------------------------------------ */
body {
    -webkit-font-smoothing: antialiased;
    height: 100%;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    -webkit-text-size-adjust: none;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    transition: opacity 0.6s ease;
    -webkit-print-color-adjust: exact;
    /* opacity: 0; */
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
}
body.show {
    opacity: 1;
}
body.busy {
    overflow: hidden;
}
body p {
    color: inherit;
    font-size: inherit;
    line-height: 2em;
}
a, a img, button {
    text-decoration: none;
    font-weight: 400;
    color: #000;
    transition: all 0.3s ease;
    overflow-wrap: anywhere;
    word-break: break-all;
    text-align: left;
    cursor: pointer;
}
.pc_view a:hover {
    opacity: 0.75;
}
.pc_view button:hover {
    opacity: 0.75;
}
span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    /* word-break: keep-all; */
    /* word-wrap: normal; */
    overflow-wrap: break-word;
    letter-spacing: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
    line-height: 1.6em;
}
*[data-view=pc] {
    display: block !important;
}
*[data-view=sp] {
    display: none !important;
}
.outline {
    position: relative;
    /* min-width: 1100px; */
    margin: 0 auto;
}
.main {
    margin: 0 auto;
    position: relative;
    transition: opacity 0.3s ease;
    z-index: 100;
}
.scrollactive.fadein {
    position: relative;
    top: 20px;
    transition: all ease 1.5s;
    opacity: 0;
}
.scrollactive.fadein.active {
    opacity: 1;
    top: 0;
}
.f_en {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}
.bg {
    background: url(../images/bg.webp) no-repeat center center / cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    transition: filter ease 1s;
}
.content {
    position: relative;
    height: 2650px;
    overflow: hidden;
    padding: 240px 0 0 0;
}
.content h1 {
    max-width: none;
    width: 270px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}
.content .txt {
    position: relative;
    margin-top: 450px;
}
.content .txt img {
    width: 533px;
    margin: 0 auto;
}
.content .bt {
    position: absolute;
    display: block;
    bottom: 0;
    left: calc(50% + -1px);
    transform: translate(-50%, 0);
    width: 269px;
    height: 71px;
    background: #fff;
    opacity: 0;
}
.content .bt2 {bottom: 257px;}
.content .bt3 {
    position: absolute;
    display: block;
    bottom: 0px;
    left: calc(50%  + 2px);
    transform: translate(-50%, 0);
    width: 78px;
    height: 78px;
    background: #fff;
    opacity: 0;
    border-radius: 100px;
}
.content .bt:hover {
    opacity: 0.3;
}

/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
    body {
        min-width: 320px;
        overflow: visible !important;
        letter-spacing: 0;
        font-size: 15px;
    }
    body.busy {
        overflow: hidden !important;
    }
    body p {
        color: inherit;
        font-size: 15px;
    }
    a:hover {
        opacity: 1;
    }
    *[data-view=pc] {
        display: none !important;
    }
    *[data-view=sp] {
        display: block !important;
    }
    .outline {
        position: relative;
        min-width: 320px;
        padding-bottom: 0 !important;
    }
    .main {
        width: auto;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
}