@charset "utf-8";

/*-----------------------

   reset

-----------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.wrap img {
    max-width: 100%;
}

.wrap button {
    border: none;
}

/*-----------------------

   opacty0

-----------------------*/

.comment li,
.main ul li,
.read,
.comment h2 {
    opacity: 0;
    visibility: hidden;
}


/*-----------------------

   common

-----------------------*/

body {
    background-color: #030303;
    overflow-y: scroll;
}

.is-scrollLock {
    position: fixed;
    left: 0;
    width: 100%;
}

.wrap {
    font-family: "Noto Sans JP", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
    font-optical-sizing: auto;
    padding: 20px;
    padding-bottom: 10%;
    min-width: 320px;
    color: #f0f0f0;
    line-height: 1.6;
    overflow: hidden;
}

.wrap a {
    text-decoration: none;
    color: inherit;
    line-height: 1;
}

@media screen and (max-width: 800px) {
    .wrap .spnone {
        display: none;
    }
}


/* header */
.wrap header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5% 5% clamp(50px, 10vw, 100px);
}

.wrap header h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: clamp(30px, 10vw, 100px);
    /* height: 100vh; */
}

.wrap header h1 img {
    width: 500px;
}

.wrap header .read {
    max-width: 800px;
    margin: 0px auto clamp(50px, 10vw, 100px);

}


.wrap header .read p {
    font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
    line-height: 150%;
    margin-bottom: 1rem;
}


/* comment */
.comment {
    max-width: 800px;
    border-radius: 8px;
    margin: 20px auto;
}

.comment h2 {
    font-family: "RocknRoll One", sans-serif;
    font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
    text-align: center;
    margin-bottom: 20px;
}

.comment ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.comment li {
    display: block;
    margin-bottom: 15px;
}

.comment li:last-child {
    margin-bottom: 0;
}

.comment a, .comment button.modal-trigger {
    font-family: "RocknRoll One", sans-serif;
    font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
    width: 100%;
    display: block;
    border-radius: 2px;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.comment a span, .comment button.modal-trigger span {
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem)
}


.comment a:hover, .comment button.modal-trigger:hover {
    opacity: 0.5;
    transform: translateY(-5px);
}

.comment button.modal-trigger img {
    width: clamp(100px, 50vw, 300px);
    padding: 10px 20px;
}

.comment #suzui, #modalOverlay #suzui {
    background-color: #204b9f;
}

.comment #oizumi, #modalOverlay #oizumi {
    background-color: #28542b;
}

.comment #fujimura, #modalOverlay #fujimura {
    background-color: #914295;
}

.comment #ureshino, #modalOverlay #ureshino {
    background-color: #c58611;
}

#modalOverlay #deagostini {
    background-color: #9e2b2b;
}

/* --- modal --- */
.modal-overlay {
    font-family: "Noto Sans JP", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
    box-sizing: border-box;
}

.modal-overlay .modal-body {
    margin: 20px 0px;
}

.modal-overlay .modal-body p {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 150%;
}

.modal-overlay h2 {
    font-family: "RocknRoll One", sans-serif;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 40px;
}

.modal-content {
    color: #ffffff;
    padding: clamp(10px, 5%, 30px);
    border-radius: 8px;
    max-width: 800px;
    width: 100%;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    max-height: 80vh;
    overflow-y: auto;
}

.modal-content::-webkit-scrollbar {
    width: 6px;
}

.modal-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    margin: 10px 0px;
}

.modal-content::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 2px;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    line-height: 1;
}

.modal-close:hover {
    color: #000000;
}

.modal-body {
    margin-top: 15px;
}

/* .main */
.main ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 800px;
    margin: 100px auto;
}

.main a {
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    aspect-ratio: 16 / 9;
}

.main a:hover {
    opacity: 0.5;
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.main img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* footer */
footer {
    text-align: center;
    padding-top: 20px;
    margin-top: 30px;
    font-size: 0.9em;
    color: #aaaaaa;
}

footer a {
    display: inline-block;
    text-decoration: none;
    color: #f0f0f0;
    border: 1px solid #888888;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 0.95em;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    background-color: transparent;
}

footer a:hover {
    background-color: #f0f0f0;
    color: #333333;
    border-color: #f0f0f0;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}