@charset "UTF-8";
/*
sheet Name: KOBA NO OTO
v1.0.1
Last Updated: 2025-04-23
*/

/* 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);
    }
}
a {
    color: var(--white);
}

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;
}

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);
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    position: relative;
    font-family: dnp-shuei-mincho-pr6n, "Yu Mincho Light", "YuMincho",
        "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
        "ＭＳ 明朝", "MS Mincho", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    color: var(--white);
    min-height: 100svh;
    box-sizing: border-box;
    background-color: var(--gray);
}
/* 変数 */
:root {
    --colbg: #f0f0f0;
    --bk: #282828;
    --line: #4b4b4b;
    --txt: #484848;
    --txt2: #e06f1d;
    --white: #ffffff;
    --sketchbg: #b1b1b1;
    --margin: 7.5%;
    --btncol1: #ffd84e;
    --btncol2: #6edcff;
    --lineWeight: 1px;
    --gray: #808080;
    --pinCol: #fb8241;
    --bgGray: #eee;
}
/* 言語 */
.en {
    font-family: urw-din, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
        "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
}
/* layout */
.l-wrap {
    width: 100%;
    /* max-width: 800px; */
    margin: 0 auto;
    min-height: 100svh;
    height: 100svh;
    position: relative;
    background-color: var(--gray);
}
/* l-header */
.l-header {
    position: relative;
}

.l-header_ttl {
    position: absolute;
    z-index: 102;
    top: 2rem;
    left: 2rem;
}
.l-header__logo {
    height: 1.4rem;
    width: auto;
}
svg.l-header__logo.-wh {
    fill: var(--white);
}

.l-header_factory {
    font-size: 1.6rem;
    line-height: 1;
}
.l-footer__inner {
    padding-left: var(--margin);
    padding-right: var(--margin);
}
/* project */
.p-sketchwarap {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}
.sketch {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    overflow: hidden;
}
.l-footer {
    position: relative;
}
.l-footer__inner {
    padding: 3.4rem var(--margin);
    display: flex;
    justify-content: center;
}
/* compornent */
.c-factoryInfo {
    position: absolute;
    top: 7rem;
    left: 2rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: flex-start;
    z-index: 1;
}
.c-factoryName {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.c-factoryName .ja {
    font-size: 2.4rem;
    line-height: 1.4;
}
.c-factoryName .en {
    font-size: 1.4rem;
    line-height: 1;
}

.c-localData {
    display: flex;
    flex-direction: column;
}
.c-local__location {
    display: flex;
    align-items: baseline;
}
.c-local__location .ja {
    font-size: 1.8rem;
    line-height: 1.4;
}
.c-local__location .en {
    font-size: 1.4rem;
    line-height: 1;
    margin-left: 1.3rem;
}
.c-local__location::before {
    align-self: center;
    top: 0.1rem;
    margin-right: 0.4rem;
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    display: inline-block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.8rem auto;
    background-image: url("asset/images/map_pin.svg");
}
.c-local__weather {
    display: flex;
    gap: 0.2rem;
    align-items: center;
    margin-top: 0.8rem;
}
.c-local__weather .hr::after {
    content: "";
    display: block;
    width: 1.8rem;
    height: 0.1rem;
    background-color: var(--white);
    transform: rotate(114deg);
}
.c-local__temp {
    display: flex;
    align-items: baseline;
    font-size: 1.6rem;
    line-height: 1;
    gap: 0.1rem;
}
.c-local__temp .num {
    font-size: 1.8rem;
}
.c-local__date {
    font-size: 1.4rem;
    line-height: 1;
}
.c-time {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    font-size: 1.96rem;
    line-height: 1;
    z-index: 1;
}
.c-time.-bk,
.c-time.-bk span {
    color: var(--bk);
}
.c-control__play {
    z-index: 1;

    position: absolute;
    top: calc(50% - 1rem);
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.c-control__play .icon::before {
    content: "";
    width: 6.5rem;
    height: 6.5rem;
    display: inline-block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6.5rem auto;
    background-image: url("asset/images/controlIcon/Listen_white.svg");
}
.c-control__playText {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.c-control__playText .text {
    color: var(--white);
}
.c-control__playText .ja {
    font-size: 1.45rem;
    font-family: dnp-shuei-mincho-pr6n, "Yu Mincho Light", "YuMincho",
        "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
        "ＭＳ 明朝", "MS Mincho", serif;
    line-height: 1.4rem;
}
.c-control__playText .en {
    font-size: 1.4rem;
    line-height: 1;
}
.c-control__pause {
    z-index: 1;

    position: absolute;
    bottom: 1.6rem;
    left: 2rem;
}
.c-control__pause .icon::before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2rem auto;
    background-image: url("asset/images/controlIcon/pause.svg");
}
.c-controls {
    z-index: 1;

    position: absolute;
    top: 74%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 1.3rem;
    align-items: center;
}
.c-controls .hr::after {
    content: "";
    display: block;
    width: 2.6rem;
    height: 0.1rem;
    background-color: var(--white);
    transform: rotate(114deg);
}
.c-controls button {
    color: var(--white);
}
.c-controls button .icon::before {
    content: "";
    width: 4.5rem;
    height: 4.5rem;
    display: inline-block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4rem auto;
    opacity: 0.7;
}
.c-control__soundOn .icon::before {
    background-image: url("asset/images/controlIcon/sound.svg");
}
.c-control__soundOff .icon::before {
    background-image: url("asset/images/controlIcon/muted.svg");
}
.c-controls button.is-active .icon::before {
    opacity: 1;
}
.c-control__soundStatus {
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, 1rem);
}
.c-linkHome {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.6rem;
    line-height: 1;
}

/* project */
.p-license {
    margin-top: 10rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
.c-factory__imgbox {
    width: 100%;
    height: 100%;
    z-index: -10;
}
.c-factory__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.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);
}

/* メニュー */
.c-menu__menuBtn {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 1.35rem;
    right: 1.5rem;
    width: 3.4rem;
    height: 2.7rem;
    z-index: 100;
    cursor: pointer;
    box-sizing: border-box;
}

.c-menu__menuBtnInner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c-menu__menuBtnInner::after {
    /* content: "menu";
    font-size: 1.5rem;
    line-height: 1;
    transform: translateY(12px); */
}

.c-menu__menuBtnInner span {
    display: block;
    width: 2.4rem;
    height: 0.2rem;
    background-color: var(--bk);
}

.c-menu__menuBtnInner .line {
    transform: translateY(-3.5px);
}

.c-menu__menuBtnInner .line2 {
    transform: translateY(3.5px);
}

.c-menu__menuBtn.--close {
    position: absolute;
}
.c-menu__menuBtn.--close .line {
    transform: rotate(45deg) translateY(2px);
}
.c-menu__menuBtn.--close .line2 {
    transform: rotate(-45deg) translateY(-1px);
}
.c-menu__menuBtn.-wh .line,
.c-menu__menuBtn.-wh .line2 {
    background-color: var(--white);
}
.c-menu {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--white);
    padding: 7.5rem 3.5rem 1.7rem 3rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100svh;
    z-index: 101;
    width: 90svw;
    max-width: 40rem;
    scrollbar-width: none;
    overflow-y: scroll;
}
.c-menu__btnToTop {
    font-size: 1.5rem;
    display: flex;
    gap: 1rem;
    color: var(--bk);
    align-items: center;
    margin-bottom: 4rem;
}
.c-menu__btnToTop .icon {
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    background-image: url("asset/images/arrow.svg");
    display: block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.4rem auto;
}
.c-menu__nav {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.c-menu__navList {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
}
.c-menu__navList li {
    width: 100%;
}
.c-menu__navItem {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.2rem;
    width: 100%;
    position: relative;
    padding-bottom: 1.2rem;
    color: var(--bk);
}
.c-menu__navItem::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: var(--gray);
    bottom: 0;
    left: 0;
    width: 100%;
}
.c-menu__navItem .num {
    font-size: 1.2rem;
    align-self: flex-start;
}
.c-menu__navItem .num::after {
    content: ".";
}
.c-menu__navItem .nameBox {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex-grow: 1;
}
.c-menu__navItem .name.ja {
    font-size: 1.7rem;
    line-height: 1.4;
}
.c-menu__navItem .name.en {
    font-size: 1.3rem;
    line-height: 1;
}
.c-menu__navItem .loaction {
    font-size: 1.3rem;
    color: var(--gray);
    align-self: flex-end;
    line-height: 1;
}

.c-menu__desc {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
    margin-bottom: 9rem;
}
.c-menu__descLogo {
    height: 1.2rem;
    width: fit-content;
}
.c-menu__descTxt {
    line-height: 1.8;
    font-size: 1.4rem;
    color: var(--bk);
}
.c-menu__copyright {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 4.7rem;
    color: var(--gray);
}

/* mask */
.c-topLoadIn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 102;
    opacity: 1;
    /* backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); */
}
.c-topLoadIn__inner {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}
.c-topLoadIn__loader {
    width: 2rem;
    height: 2rem;
    position: relative;
    display: block;
}
.c-topLoadIn__loader::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--gray);
    filter: blur(0px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    animation: 1.2s ease-out 0s infinite forwards blinkingIconGray;
}
@keyframes blinkingIconGray {
    0% {
        width: 100%;
        height: 100%;
        filter: blur(0px);
        border-color: var(--gray);
        /* transform: scale(1); */
    }
    70% {
        width: 250%;
        height: 250%;
        filter: blur(1px);
        /* transform: scale(2.5); */
    }
    99.9%,
    to {
        width: 250%;
        height: 250%;
        filter: blur(1px);
        border-color: transparent;
    }
}
.c-pageLoadIn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.c-pageLoadIn__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bgGray);
}
.c-topLoad__logo {
    position: absolute;
    z-index: 1;
    width: auto;
    height: 1.6rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.c-soundStart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.5rem;
}
.c-soundStart__text {
    font-size: 1.6rem;
    text-align: center;
    color: var(--gray);
    display: inline-block;
}
.c-soundStart__text .small {
    display: inline-block;
    font-size: 1.4rem;
    color: #9c9c9c;
    margin-top: 0.9rem;
    line-height: 1.8;
}
.c-soundStart__play {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 13.5rem;
    height: 13.5rem;
    border-radius: 50%;
    background-color: var(--white);
    justify-content: center;
}
.c-soundStart__play .icon::before {
    content: "";
    width: 4.5rem;
    height: 4.5rem;
    display: inline-block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4.5rem auto;
    background-image: url("asset/images/controlIcon/Listen_bk.svg");
}
.c-soundStart__playText {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.8rem;
}
.c-soundStart__playText .text {
    color: var(--bk);
}
.c-soundStart__playText .ja {
    font-size: 1.45rem;
    font-family: dnp-shuei-mincho-pr6n, "Yu Mincho Light", "YuMincho",
        "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
        "ＭＳ 明朝", "MS Mincho", serif;
    line-height: 1.4rem;
}
.c-soundStart__playText .en {
    font-size: 1.4rem;
    line-height: 1;
    color: #9c9c9c;
    margin-top: 0.4rem;
}

/* 天気 */
#weathericon:before {
    content: "";
    width: 3.4rem;
    height: 3.4rem;
    display: inline-block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.6rem auto;
}
/*天気アイコン*/
#weathericon.Clouds:before {
    background-image: url("asset/images/weatherIcon/wi-cloud.svg");
}
#weathericon.Rain:before {
    background-image: url("asset/images/weatherIcon/wi-rain.svg");
}
#weathericon.Thunderstorm:before {
    background-image: url("asset/images/weatherIcon/wi-thunderstorm.svg");
}
#weathericon.Drizzle:before {
    background-image: url("asset/images/weatherIcon/wi-sprinkle.svg");
}
#weathericon.Snow:before {
    background-image: url("asset/images/weatherIcon/wi-snowflake-cold.svg");
}
#weathericon.Mist:before,
#weathericon.Haze:before,
#weathericon.Fog:before {
    background-image: url("asset/images/weatherIcon/wi-fog.svg");
}
#weathericon.Smoke:before {
    background-image: url("asset/images/weatherIcon/wi-smoke.svg");
}
#weathericon.Dust:before,
#weathericon.Ash:before {
    background-image: url("asset/images/weatherIcon/wi-dust.svg");
}
#weathericon.Sand:before {
    background-image: url("asset/images/weatherIcon/wi-sandstorm.svg");
}
#weathericon.Squall:before {
    background-image: url("asset/images/weatherIcon/wi-strong-wind.svg");
}
#weathericon.Tornado:before {
    background-image: url("asset/images/weatherIcon/wi-tornado.svg");
}
#weathericon.Clear:before {
    background-image: url("asset/images/weatherIcon/wi-day-sunny.svg");
}

/* js */
.is-hide {
    opacity: 0;
    pointer-events: none;
}
.is-disable {
    opacity: 0.4;
    pointer-events: none;
}

/* top */
/* google maps */
.p-googlemap {
    width: 100%;
    height: 100%;
}

.mappin {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mappin .mappin__icon {
    width: 2.8rem;
    height: 2.8rem;
    background-image: url("asset/images/mapicon/pin__icon-off.svg");
    display: block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2.8rem auto;
    z-index: 2;
}
.mappin.is-active .mappin__icon {
    background-image: url("asset/images/mapicon/pin__icon-active-v2.svg");
}
.mappin.is-active .mappin__icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--pinCol);
    filter: blur(0px);
    /* box-shadow: 0px 0px 1px 1px var(--pinCol) inset; */
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    animation: 1.2s ease-out 0s infinite forwards blinkingIcon;
}
@keyframes blinkingIcon {
    0% {
        width: 100%;
        height: 100%;
        filter: blur(0px);
        border-color: var(--pinCol);
        /* transform: scale(1); */
    }
    70% {
        width: 250%;
        height: 250%;
        filter: blur(1px);
        /* transform: scale(2.5); */
    }
    99.9%,
    to {
        width: 250%;
        height: 250%;
        filter: blur(1px);
        border-color: transparent;
    }
}

.mappin .mappin__leg {
    width: 0.1rem;
    height: 1.5rem;
    background-color: #494949;
    border-radius: 0.05rem;
    display: block;
    z-index: 1;
}
.mapPopup {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mapPopup__ttl {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    color: var(--bk);
}
.mapPopup__ttl .ja {
    font-family: dnp-shuei-mincho-pr6n, "Yu Mincho Light", "YuMincho",
        "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
        "ＭＳ 明朝", "MS Mincho", serif;
    font-size: 1.6rem;
    line-height: 1.2;
}
.mapPopup__ttl .en {
    font-family: urw-din, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
        "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.1rem;
}

.mapPopup .linkArrow {
    font-family: dnp-shuei-mincho-pr6n, "Yu Mincho Light", "YuMincho",
        "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
        "ＭＳ 明朝", "MS Mincho", serif;
    color: var(--gray);
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    align-self: flex-end;
}
.mapPopup .linkArrow::after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background-image: url("asset/images/arrow.svg");
    display: block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.2rem auto;
}
/* js */
.js-menu {
    pointer-events: none;
    opacity: 0;
}
.js-menu.js-menu--open {
    pointer-events: all;
    opacity: 1;
}

.c-pageLoadIn.is-fade {
    opacity: 0;
    pointer-events: none;
}
.c-pageLoadIn.is-fade .c-pageLoadIn__inner {
    opacity: 0;
    pointer-events: none;
}
/* 工場情報フェードイン */
.js-factoryInfo {
    transform: translateX(0);
    opacity: 1;
}
.js-factoryInfo.is-fade {
    transform: translateX(-1rem);
    opacity: 0;
}
/* 再生ボタン　フェードイン */
.js-startFade {
    transform: translate(0, 0);
    opacity: 1;
}

.js-startFade.is-fade {
    transform: translateY(1.5rem);
    opacity: 0;
}
/* トップページロードイン */
.js-topLoad__logo {
    opacity: 1;
}
.js-topLoad__logo.is-fade {
    transform: translate(-50%, calc(-50% + 1rem));
    opacity: 0;
}
/* animation */
.a-header__menu {
    transform: translateX(15px);
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1),
        opacity 0.2s ease-in;
}
.a-header__menu.js-menu--open {
    transform: translateX(0);
}

.c-pageLoadIn.a-loadeIn {
    transition: opacity 0.8s 0.4s ease-out;
}
.c-pageLoadIn__inner.a-loadeIn {
    transition: opacity 0.5s ease-in;
}
/* 工場情報フェードインアニメ */
.js-factoryInfo.a-fade {
    transition: opacity 0.8s ease-in, transform 1s ease-out;
}
/* 再生ボタンフェードインアニメ */
.js-startFade.a-load {
    transition: opacity 0.6s ease-in, transform 0.8s ease-out;
}

/* メニューボタン・ロゴ　色変更 */
.a-headerLogo {
    transition: fill 0.4s ease-out;
}
.a-BtnColor .line,
.a-BtnColor .line2 {
    transition: background-color 0.4s ease-out;
}

/* トップページロードイン */
.a-topLoad__logo {
    transition: opacity 0.4s ease-in,
        transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
.a-loader {
    transition: opacity 0.3s ease-in;
}
.js-topLoadInInner.a-toploadeInInner {
    transition: opacity 0.5s ease-in;
}
.js-topLoadIn.a-toploadeIn {
    transition: opacity 0.8s 0.4s ease-in;
}

/* ユーティリティ */
@media screen and (min-width: 400px) {
    .u-tabnone {
        display: none;
    }
}
