@charset "utf-8";

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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    width: 100%;
    height: 100%;
    vertical-align: baseline;
    color: white;
    overscroll-behavior-y: none;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

* {
    box-sizing: border-box;
}


img {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
    max-width: 100%;
}

.clickable-area {
    pointer-events: auto;
  }

ul {
    padding-left: 0;
}

li {
    list-style: none;
}

/************************
common
************************/

html,
body {
    width: 100%;
    height: 100%;
    display: flex;
}

body {
    min-width: 100%;
    width: 100%;
    width: calc(100vw - calc(100vw - 100%));
    margin: 0 auto;
    flex-direction: column;
    background-color: black;
    font-family: source-han-serif-jp-variable, sans-serif;
    font-variation-settings: "wght" 400;
}

@media screen and (max-width:850px) {
    body {
        min-width: 100%;
        width: 100%;
        font-size: 1.6rem;
        width: calc(100vw - calc(100vw - 100%));
    }
}

p {
    overflow-wrap: break-word;
    word-break: break-word;
}

a:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

a {
    color: black;
}


main {
    border-bottom: none;
    width: 100%;
    margin: 0 auto;
    flex: 1;
    min-height: 1px;
    max-width: 1500px;
}

.home {
    color: #849eb9;
    margin: 100px auto;
    text-align: center;
}

#wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

p.bold {
    font-weight: bold;
}

@media (max-width: 956px) {
    .pconly {
        display: none;
    }
}

@media (min-width: 956px) {
    .sponly {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .br-pc {
        display: none;
    }
}

@media screen and (min-width: 956px) {
    .br-sp {
        display: none;
    }
}

.newsBox::-webkit-scrollbar {
    width: 10px;
    scrollbar-color: black #606060;
}

.newsBox::-webkit-scrollbar-thumb {
    opacity: 0.4;
}

.scroll_bar {
    scrollbar-width: auto;
    scrollbar-color: black #606060;
}



/*************************
*ふんわり
*************************/
body,
#wrap {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/*************************
*footer
*************************/

footer {
    position: relative;
    padding-top: 300px;
    padding-bottom: 20px;
}

footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-blend-mode: multiply;
    z-index: -1;
    pointer-events: none;
}

.credit p {
    font-size: 15px;
    line-height: 150%;
    color: white;
    margin-bottom: 0;
    line-height: 2;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Shippori Mincho", serif;
    text-align: center;
}

@media screen and (max-width:956px) {
    footer {
        padding-top: 20rem;
        padding-bottom: 1rem;
    }
}

/*************************
*menu
*************************/

.headbox {
    position: fixed;
    width: 100%;
    height: 70px;
    background-color: #000;
    z-index: 2000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    transition: background-color 0.3s ease;
}

.headbox.menu-open {
    background-color: transparent;
}

.headbox_a {
    position: fixed;
    width: 100%;
    height: 70px;
    z-index: 2000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    transition: background-color 0.3s ease;
}

.headbox_a.scrolled {
    background-color: #000;
}

.headbox_a.menu-open {
    background-color: transparent;
}




/*************************
*sns
*************************/

.sns {
    width: 100%;
    /* margin: 0 auto 10px; */
}

.sns ul {
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.sns li {
    width: 4%;
    padding: 0;
    margin: 6px 0 0 0;
    color: white;
    text-align: center;
}

.sns li img {
    width: 50%;
}


/*************************
*Menu 2
*************************/

.menu {
    height: 20px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 2001;
    cursor: pointer;
}

.menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
}

.menu__line--center {
    top: 9px;
}

.menu__line--bottom {
    bottom: 0;
}

.menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
}

.menu__line--center.active {
    transform: scaleX(0);
}

.menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
}



.headWrap {
    width: 100%;
    height: 40em;
    background: url(../images/header_back.webp) bottom center no-repeat;
    background-size: cover;
    position: relative;
    flex-shrink: 0;
}

.headWrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.7) 50%, rgb(0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

.mHead_title_a {
    width: 30%;
    margin: 0 auto 120px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    z-index: 3;
}



/*************************
*gnav
*************************/

.gnav {
    background: rgba(0, 0, 0, 1);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1999;
}

.gnav.active {
    display: block;
}

.gnav__wrap {
    height: 100%;
    position: relative;
    width: 100%;
    text-align: center;
    overflow: scroll;
    scrollbar-width: none;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gnav__wrap::-webkit-scrollbar {
    display: none;
}

.header {
    position: relative;
    width: 100%;
    height: 300px;
    min-height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.7) 50%, rgb(0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
}


.header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.logo {
    max-width: 350px;
    width: 30%;
    padding-top: 7%;
    z-index: 5;
}

.header a {
    display: block; /* aタグをブロック要素にする */
    z-index: 5;
}

.header a img {
    display: block; /* imgタグをブロック要素にする */
    width: 100%; /* 親要素(aタグ)の幅に合わせる */
    height: auto; /* アスペクト比を維持 */
}

.main-content {
    width: 100%;
    max-width: 600px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.main-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.main-content li {
    max-width: 350px;
    /* 必要に応じて調整 */
    padding: 10px 20px;
    text-align: center;
}

.main-content img {
    display: block;
}

.footer-like {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #0086a6a1;
}

.footer-img {
    height: 65px;
    width: auto;
}


@media screen and (max-width:850px) {

    .header {
        min-height: auto;
    }

    .sns {
        width: 100%;
        margin-bottom: 0;
    }

    .sns li {
        width: 50px;
        padding: 0;
        margin: 6px 0 0 0;
        color: white;
        text-align: center;
    }

    .sns li img {
        width: 50%;
    }

    .menu {
        top: 2.5%;
        right: 3%;
    }

    .gnav__menu__item {
        margin: 20px 0;
        font-size: 12px;
    }

}

@media screen and (max-width:500px) {

    .sns {
        width: 100%;
        margin-bottom: 0;
    }

    .sns li {
        width: 15%;
        padding: 0;
        margin: 6px 0 0 0;
        color: white;
        text-align: center;
    }

    .sns li img {
        width: 50%;
    }

    .headWrap {
        height: 180px;
        margin-bottom: 80px;
    }

    .mHead_title_a {
        width: 45%;
        margin: 0 auto;
        top: 65%;
    }


    .header {
        height: 175px;
    }

    .logo {
        width: 40%;
        padding-top: 15%;
    }

    .header a img {
    width: 40%;
    margin: 0 auto;
}

    .menu {
        top: 3%;
    }

    .main-content {
        padding: 10px;
    }

    .main-content ul {
        width: 70%;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .main-content li {
        width: 100%;
    }

    .footer-like {
        height: 85px;
        padding-top: 5px;
    }

    .footer-img {
        height: 55px;
    }

}

@media (max-width: 400px) {

    .logo {
        padding-top: 3em;
    }

    .main-content ul {
        width: 80%;
        gap: 10px;

    }

    .main-content li {
        max-width: 250px;
    }

    .footer-like {
        height: 80px;
        padding-top: 5px;
    }

    .footer-img {
        height: 50px;
    }
}


/*************************
*magnific modal
*************************/

/* -- Fade Animation -- */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


.mt50 {
    margin-top: 50px;
}


/*************************
*particles
*************************/

#particles-js {
    position: fixed;
    /* スクロールしても固定 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

/*************************
*anchor
*************************/

a.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

@media screen and (max-width:850px) {

    a.anchor {
        display: block;
        padding-top: 28px;
        margin-top: 0px;
    }

}

.bg {
    background: radial-gradient(at 49% 51%, #005862, #151f2e 81%);
}

.bg_b {
    background: url(../images/blueback.jpg) center no-repeat;
    background-size: cover;
}