@charset "utf-8";
* {
    word-break: break-all;
}

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;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fcf8ef;
    color: #1f1f1f;
    position: relative;
}

#description {
    position: fixed;
    z-index: -2;
    opacity: 0;
}

#reverse {
    background-color: #1f1f1f;
    color: #fcf8ef;
}

h2 {
    font-family: "Showcard Gothic", "FULLY FREE" , "ZCOOL_KuaiLe", "cookierun", sans-serif;
    font-size: clamp(1.8rem, 7vw, 3.5rem); 
margin-top: 10%;
}

h3 {
    font-family: "Jockey One", "cookierun", "Lilita One", "Yusei Magic", sans-serif;
    font-size: clamp(2rem, 5vw, 5rem); 
margin-top: 5%;
}

h4 {
    font-family: "Jockey One", "cookierun", "Lilita One", "Yusei Magic", "FULLY FREE", sans-serif;
    font-size: clamp(1.5rem, 2vw, 2rem);
margin-bottom: 30px;
}

h5 {
    font-family: "cookierun", "Lilita One", "Yusei Magic", "cookierun", sans-serif;
    font-size: clamp(1.5rem, 2.5vw, 3rem);
}

h6 {
    font-family: "Yusei Magic", "cookierun", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
}

p {
    font-family: "Yusei Magic", "cookierun", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5rem;
margin-top: 10px;
}

a {
    color: #0000ff;
    font-family: "Yusei Magic", "cookierun", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    z-index: 5;

}

.border {border-radius: 10px;
border: 1px solid #000000;
background-color: #ffffff;
padding: 10px 20px;
display: inline-block;}

img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

header {
font-size: 3rem;
text-align: center;
}

footer {
    bottom: 10px;
    max-width: 1600px;
    width: 100%;
    padding: 5px 4%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 35px;
    background-color: rgb(255, 255, 255, 0.1);
}

#footer.fix {
    position: fixed;
}

footer h5 {
    font-size: 1.5rem;
}

main {
    padding: 120px 4% 0;
}

li {
    list-style: none;
}

.dot-img {
    content: "";
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#232946 69%, #fff 70%);
    background-size: 3px 3px;
    position:fixed;
    top:0;
    left:0;
    opacity:0.1;
    z-index: 2;
}

.red {
    color: #e03346;
}

button, input, textarea, .white, .accordion-header span, #all {
    position: relative;
    z-index: 5;
}

section {
text-align:center;
}
@media screen and (width < 850px) {
    p {
        font-size: 1rem;
        line-height: 1rem;
    }

    p:empty::before {
        height: 16px; 
        line-height: 16px; 
    }

    footer {
        padding: 0 4% 5px;
    }

    a {
        font-size: 1rem;
    }
}
@charset "utf-8";
h2 {
    font-family: "Jockey One";
    font-size: 2.5rem;
    margin-bottom: 50px;
}

h3 {
    font-family: "Noto Sans JP";
    font-size: 2rem;
    margin-bottom: 20px;
}

h4 {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 1.2rem;
}

p {
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 10px
   }

a {
    font-family: "Noto Sans JP";
    font-size: 1rem;
}

/*header*/
#body1 header {
    display: flex;
    gap: 3%;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    height: 90px;
    z-index: 400;
}

#body1 header.active {
    position: fixed;
    background-color: transparent;
}

#body1 h1 {
    width: 40%;
}

#body1 .menu_contents {
    display: flex;
    width: 72%;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    text-shadow: 0 0 3px #fcf8ef;
}

#body1 .nav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 2%;
}

#footer {
    position: fixed;
    z-index: 400;
    bottom: 0;
    background-color: transparent;
}

/*ハンバーガーメニュー*/
.hamburger span {
    box-shadow: 0 0 3px #fcf8ef;
}

.hamburger span:nth-child(1) {
    background-color: #1f1f1f;
    border-radius: 0;
    z-index: 1; 
    height: 4px;
    top: 0;
}

.hamburger.active span:nth-child(1) {
    transform: translateY(8px)rotate(45deg);
}

.hamburger span:nth-child(2) {
    background-color: #1f1f1f;
    z-index: 1; 
    height: 4px;
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger span:nth-child(3) {
    background-color: #1f1f1f;
    border-radius: 0;
    z-index: 1; 
    height: 4px;
    bottom: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-8px)rotate(-45deg);
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 300;
    background-color: #aaaaaa;
}

.mask ul {
    margin-top: 100px;
}

.mask ul li {
    display: block;
    margin-left: 30px;
    width: fit-content;
}

.mask ul li a {
    color: #fcf8ef;
    line-height: 2rem;
}

.mask.active {
    display: block;
}

/*カテゴリーボタン*/
.category_nav button {
    position: relative;
    z-index: 100;
}

main {
    text-align: center;
}

#body1 a, #error a {
    text-decoration: underline;
}

#body1 .sample1 {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

#body1 .sample1 .content1 {
    width: 40%;
}

#body1 .sample1 .content1 img {
    margin: 0 auto;
    width: 100%;
}

#body1 .sample1 span, #body1 section p span {
    font-weight: 800;
    color: #3b47f6;
}

#body1 .sample1 img {
    border: 3px solid #1f1f1f;
}

#body1 .sample1 .img1 {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 40%;
}

#body1.sample1 .img1 .default {
    display: flex;
    flex-direction: column;
}

#body1 .sample1 .img1 .default img {
    width: 100%;
}

#body1 .margin {
    margin-bottom: 60px;
}

#body1 section a {
    text-decoration: underline;
}

#body1 .sample2 {
    flex-direction: row-reverse;
}

#body1 .section6 img {
    border: none;
}

#body1 .section6 p {
    text-align: left;
}

#body1 .section6 span {
    color: #1f1f1f;
    font-weight: 400;
}

#body1 .section6 a {
    text-decoration: none;
}

#body1 .left1 {
    width: 50%;
}

#body1 .right1 {
    width: 40%;
}

#body1 .message .post a {
    text-decoration: none;
}

#body1 .left2 {
    text-align: left;
}

footer {
    position: fixed;
}

footer.active {
    position: relative;
}

footer p {
    text-shadow: 0 0 3px #fcf8ef;
}

.title, .titlename, .titlename h2 {
    margin-bottom: 0;
}

.post h3 {
    text-align: left;
}

#body header, #error header {
    align-items: center;
}

#body header .nav h4, #error header .nav h4 {
    font-size: 1.2rem;
}

.mask .language {
    color: #fcf8ef;
    margin-left: 30px;
}

.mask .language-switch ul {
    margin-top: 0;
    margin-left: 30px;
}

.mask .language-menu.hidden {
    display: none;
    padding: 0;
    list-style: none;
}

.mask .language-menu {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.mask .language-menu li a {
    color: #1f1f1f;
}

#body1 .hamburger {
    display: none;
}

.language-menu li {
    white-space: nowrap;
}

.pc {
    display: block;
}

.sp {
    display: none;
    line-height: 1.5;
    font-size: 1.2rem;
    padding: 10px;
    margin: 0;
}

@media screen and (width < 850px) {
    p {
        margin-bottom: 20px;
    }

    h2 {
        font-size: 2rem;
    }

    #body1 header {
        margin-top: 0;
    }

    #body1 h1 {
        width: 70%;
    }

    #body1 .menu_contents {
        display: none;
    }
    
    #body1 .hamburger {
        display: block;
    }

    .pc {
        display: none;
    }
    
    .sp {
        display: block;
    }

    #img {
        right: 10px;
        bottom: 100px;
    }

    #body1 .sample1 {
        flex-direction: column;
        margin-bottom: 50px;
    }

    #body1 .sample1 .img1, #body1 .sample1 .content2, #body1 .sample1 .left1, #body1 .sample1 .right1{
        width: 100%;
    }

    #body1 .sample1 .content2 p {
        text-align: left;
    }

    #body1 .sample1 .content1 {
        width: 100%;
        text-align: left;
    }

    .sitemap {
        flex-direction: column;
    }

    .sitemap .tops, .sitemap .works, .sitemap .sitenews {
        width: 100%;
    }

    .sitemap .navmenu {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .sitemap .navmenu a {
        width: 50%;
    }

    .sitemap a {
        margin: 10px 0;
        white-space: nowrap;
    }
}