/* reset.css */
html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit;
}

* {
    padding: 0;
    margin: 0;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

summary {
    display: list-item;
}

small {
    font-size: 80%;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    color: #000;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

input {
    border-radius: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="number"] {
    width: auto;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

optgroup {
    font-weight: bold;
}

button {
    overflow: visible;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentColor;
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[type="search"] {
    outline-offset: -2px;
}

progress {
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

@media screen {
    [hidden~="screen"] {
        display: inherit;
    }

    [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}

[aria-busy="true"] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled] {
    cursor: default;
}


::-moz-selection {
    color: #000;
    text-shadow: none;
}

::selection {
    color: #000;
    text-shadow: none;
}

/* css2.css */

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-toolbar {
    display: none;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    width: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    border-radius: 30px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ffffff;
}

.fancybox-button:hover {
    color: #c20023
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}


.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

/* css.css */


::-webkit-scrollbar {
    width: 10px;
    height: 0;
}

::-webkit-scrollbar-track {
    background-color: #000000;
    border-left: 1px solid #6c6c6c;
}

::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #C20023;
}

.scroll_bar {
    overflow-y: scroll;
}


/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
    /* background-image: url(./sozai/cartain.png); */
    position: fixed;
    /* top: 0px; */
    width: 100%;
    height: 100%;
    z-index: 100000;
}

/* Loading画像中央配置　*/
/* ローディングバー */
#splash_text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    width: 90%;
    border-radius: 30px;
}

/*上の画面*/
.loader_cover {
    /* transform-origin: center top; */
    height: 100%;
}

#cartain {
    width: 100%;
    height: 105%;
    background-size: cover;
}

/*クラス名がついたらY軸方向に0*/
.coveranime {
    transition: all 0.5s ease-in;
    transform: translate(0, -100%);
}

body {
    background-color: #000000;
}

#main_content.none {
    width: 100vw;
    height: 100vh;
    visibility: hidden;
}

#backimage {
    background-image: url(./sozai/header.webp);
    justify-content: center;
    background-size: cover;
}

@font-face {
    font-family: "Geotica";
    src: url("./sozai/Geotica.otf") format("opentype");
}

pre {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

h1 {
    color: #ffffff;
    font-family: "Geotica", serif;
    font-weight: normal;
    text-transform: unset;
}


.material-symbols-sharp {
    font-variation-settings:
        'FILL' 1,
        'wght' 100,
        'GRAD' 200,
        'opsz' 48
}

.material-symbols-sharp.add {
    font-variation-settings:
        'FILL' 1,
        'wght' 700,
        'GRAD' 200,
        'opsz' 48
}

hr.sen1 {
    margin-top: 0;
    margin-bottom: 5px;
    background-color: #242424;
}

hr.sen2 {
    margin-top: 0;
    margin-bottom: 7px;
    background-color: #434343;
}

hr.sen3 {
    margin-top: 0;
    margin-bottom: 9px;
    background-color: #7b7b7b;
}

hr.sen4 {
    margin-top: 0;
    margin-bottom: 11px;
    background-color: #bababa;
}


/* アコーディオン */
.details {
    /* margin-top: 0; */
    height: 0px;
    transition: all ease-in-out .3s;
    box-sizing: border-box;
    position: relative;
    border-top: 0.2px solid #ffffff;

    &:last-of-type {
        border-bottom: 0.2px solid #ffffff;
    }
}

.details[open] {
    height: auto;
    /* background-color: #d8d8d8; */
    padding: 30px;
}

.details-summary {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    color: #C20023;
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    width: 50px;
    font-weight: bold;
    transition: all ease-in-out .3s;
    position: absolute;
    right: 50px;
    top: 0;

    &:hover {
        cursor: pointer;
        background-color: #C20023;
        color: #ffffff;
        z-index: 1;
    }
}

.details-summary::-webkit-details-marker {
    display: none;
}

.details-content {
    display: block;
    height: 350px;
    overflow: hidden;
    overflow-y: auto;
    margin: auto;
}

.details[open] .details-content {
    animation: fadeIn 1s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

/* /アコーディオン */
#footflex{
display: flex;
justify-content: space-between;
}

#door {
    color: #f1f1f1;
    font-size: 50px;
    position: relative;
    top: 10.45px;
    left: 3%;
    cursor:pointer;
    font-variation-settings:
        'FILL' 1,
        'wght' 100,
        'GRAD' -25,
        'opsz' 48
}

.foot {
    margin-top: 0;
    margin: auto;
    margin-bottom: 3px;
    background-color: #f1f1f1;
    width: 95%;
    height: 1.6px;
}

.iine {
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 99999;
}

#jobun {
    display: none;
}

.tab {
    margin: 10px;
}

.tab-area {
    color: #fff;
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

.tab-area li {
    list-style: none;
    cursor: pointer;
}

.tab.active {
    color: #c20023;
}

.text-typing {
    display: none;
    text-align: center;
}

.text-typing.active {
    display: block;
}

.text-typing span {
    display: none;
}

/*文字列後ろの線の設定*/
.text-typing::after {
    content: "|";
    animation: typinganime .8s step-start infinite;
}

@keyframes typinganime {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

pre {
    margin-top: 0px;
    color: #ffffff;
    height: 80px;
    text-align: center;
    font-size: 15px;
}


/*==================================================
ギャラリーのためのcss
===================================*/

/*＝＝＝並び替えボタンのCSS*/

.wrapper {
    background-image: url(./sozai/bodyback.jpg);
    background-size: 400px;
    background-repeat: repeat;
}

.sort-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    /* justify-content: space-around; */
    padding: 0px 10px;
    margin: 15px 0px;
}

.sort-btn li {
    cursor: pointer;
    width: 80px;
    padding: 5px 10px;
    margin: 5px 10px;
    border: 2px solid #C20023;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #eee;
    background-color: #eee;
    font-size: 1em;
}

/* .sort-btn li:hover {} */

.sort-btn li.active {
    /*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
    border: 2px solid #eee;
    box-shadow: 0 0 0 3px #C20023;
    background-color: #C20023;
    color: #eee;
}

/*横幅が480px以下になった際の指定*/
/* @media only screen and (max-width: 480px) { */
/* .sort-btn { */
/* justify-content: space-between; */
/* } */

/* .sort-btn li { */
/* width: 48%; */
/* margin: 0 0 10px 0; */
/* text-align: center; */
/* } */
/* } */

/*＝＝＝Muuriのレイアウトのための調整 */


/* 黒塗り */
#nikki {
    text-align: center;
    margin-bottom: 5px;
}

input.netabare01_checkbox {
    display: none;
}

label.netabare01_label {
    display: inline;
    text-align: center;
    position: relative;
    background-color: #000000 !important;
    color: #000000 !important;
    cursor: pointer;
    transition: 0.3s;
}

label.netabare01_label:before {
    content: "一言日記を表示";
    display: block;
    border: 1px solid #858585;
    font-size: 14px;
    background-color: #ffffff;
    color: #000000;
    position: absolute;
    padding: 4px 10px;
    z-index: 2;
    right: 0;
    left: 0;
    bottom: calc(100% + 5px);
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /* min-width: 200px; */
    text-align: center;
    border-radius: 4px;
    transition: 0.3s;
    pointer-events: none;
    opacity: 0;
}

label.netabare01_label:hover:before {
    opacity: 1;
}

input.netabare01_checkbox:checked+label.netabare01_label {
    color: #ffffff !important;
}

input.netabare01_checkbox:checked+label.netabare01_label:hover:before {
    opacity: 0;
}

.grid {
    padding: auto;
    justify-content: center;
    position: relative;
    z-index: 997;
    /*並び替えの基準点を指定*/
}

/*各画像の横幅などの設定*/
.item {
    display: block;
    position: absolute;
    width: 33.28%;
    /*横並びで3つ表示*/
    z-index: 1;
}

/*内側のボックスの高さが崩れないように維持*/
.item-content {
    position: relative;
    width: 100%;
    height: 100%;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img {
    border: 1px solid #000000;
    border-radius: 5%;
    width: 98%;
    height: auto;
    vertical-align: bottom;
    /*画像の下にできる余白を削除*/
    margin: 1.1%;
}

/*横幅が798px以下になった際の指定*/
/* @media only screen and (max-width: 798px) { */
/* body { */
/* justify-content: center; */
/* } */
/*  */
/* .item { */
/* width: 33%; */
/* 横並びで2つ表示 */
/* } */

/*＝＝＝fancyboxサムネイル背景と画像選択時の枠線の指定*/
.fancybox-thumbs {
    background: transparent !important;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #FA999B;
}


/*========= レイアウトのためのCSS ===============*/
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover {
    text-decoration: underline dotted #c20023;
}

#wave:hover {
    text-decoration: underline wavy #c20023;
}

h1 {
    text-align: center;
    font-size: 6vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 30px 0;
}

p {
    margin: 0 10px 10px 10px;
    word-wrap: break-word;
}

.jump {
    color: #eee;
}

#saikabu {
    margin: 5px;
}

#setumei {
    text-align: center;
}

#arr {
    color: #bababa;
    text-align: center;
}

/* footer {display: flex; */
/* justify-content: space-around; */
/* column-gap: 10px;} */

.sns-btn {
    width: auto;
    display: flex;
    margin: 1%;
    justify-content: center;
}

.sns-btnli {
    display: inline-block;
    margin: 5px 30px;
    padding: 0;
}

.sns-btnli img {
    vertical-align: bottom;
    width: 26px;
    height: 26px;
}

#sns-icon1 img {
    width: 24px;
    height: 24px;
}

#sns-icon3 img {
    width: 28px;
    height: 28px;
}

#mailform {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.gorenraku {
    color: #ffffff;
}

#forms:hover {
    text-decoration: underline double #c20023;
}

#wavebox:hover {
    text-decoration: underline wavy #c20023;
}


#mailicon {
    color: #ffffff;
    font-size: 19px;
    margin-right: 5px;
}

.ptag {
    color: #ffffff;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}



@media screen and (max-width: 499px) {

    h1 {
        font-size: 200%;
    }

    .text-typing.active {
        /* font-size: 3.3vw; */
        font-size: 3vw;
        height: 13vh;
    }

    .sort-btn li {
        width: 100vw;
        font-size: 4vw;
        padding: 5px 5px;
        margin: 5px 7px;
    }

    #counter img {
        width: 50%;
    }

    .ptag {
        font-size: 2.5vw;
    }

    .gorenraku {
        font-size: 2.7vw;
    }
}



@media screen and (min-width:500px) and(max-width: 769px) {
    .text-typing.active {
        height: 13vh;
        font-size: 20px;
    }
}

@media screen and (min-width:770px) and (max-width:1024px) {
    .text-typing.active {
        /* height: 15vh; */
        font-size: 2vw
    }

    .sort-btn li {
        width: 10vw;
    }

    .tab li {
        font-size: 50px;
    }

    #counter img {
        width: 30%;
    }

}