@charset "utf-8";
/* CSS Document */
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-align: left !important;
    line-break: strict;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
    word-break: normal;
}
header {
    background: #000;
    border-bottom: 1px solid #FFF;
    padding: 6px 10px 6px 10px;
    height: 30px;
    overflow: hidden !important;
    position: relative;
    z-index: 1;
}
footer {
    position: relative;
    z-index: 1;
}
/* -----------------------------------------
	a:hover
-----------------------------------------*/
a:hover {
    opacity: 0.8;
}
a {
    transition: opacity 0.3s ease-out;
}
/* -----------------------------------------
	sp/pc
-----------------------------------------*/
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 750px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
/* -----------------------------------------
	nav
-----------------------------------------*/
#nav-btn {
    position: fixed;
    z-index: 9000;
    top: .75em;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    transform: translateX(306px);
    width: 140px;
}
#nav-btn:hover{
    opacity: 0.75;
}
#nav-fixed {
    background-color: rgba(226,255,134,0.85);
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: none;
    max-width: 750px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}
#nav-fixed ul {
    margin: 4em 0%;
}
#nav-fixed ul li a {
    display: block;
}
#nav-fixed::-webkit-scrollbar {
    display:none;
}

@media (max-width: 750px) {
    #nav-btn {
        transform: translateX(40.5vw);
        width: 20vw;
    }
}
/* -----------------------------------------
	modal
-----------------------------------------*/
.modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
    display: none;
    opacity: 0;
}
.modal.active {
    display: flex;
    animation: fadein .5s forwards;
}
.modal.fade-out { 
    animation: fadeout .5s forwards;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.modal-content {
    background-color: transparent;
    padding: 0;
    border: none;
    max-width: 650px;
    width: 90%;
    border-radius: 0;
    position: relative; 
    max-height: 96vh;
    overflow-y: auto;
	-ms-overflow-style: none;
    scrollbar-width: none;
}
.modal-content::-webkit-scrollbar {
    display: none;
}
.close-button {
	position: absolute;
	display: block;
	right: 1.25em;
	top: 1.25em;
	width: 10%;
}
.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* -----------------------------------------
	youtube
-----------------------------------------*/
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/* -----------------------------------------
	sns-link
-----------------------------------------*/
.sns-link-yt-sub {
    font-size: 90%;
}
.sns-link-yt-title {
    font-weight: bold;
    font-size: 145%;
    margin-bottom: 0.5em;
}
.sns-title {
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 100%;
}
.sns-title span {
    display: inline-block;
    position: relative;
    padding: 0 1em;
    font-weight: bold;
    line-height: 1.2;
}
.sns-title span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #000;
    transform: rotate(-25deg);
}
.sns-title span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #000;
    transform: rotate(25deg);
}
/* -----------------------------------------
	page-top
-----------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 20;
}
#page-top.fixed {
    position: fixed !important;
}
/* -----------------------------------------
date-wrap
-----------------------------------------*/
.date-wrap {
    text-align: center;
}
.date {
    display: inline-block;
    padding: 0 2em;
    line-height: 1.4;
    position: relative;
}
.yokoku {
    display: inline-block;
    width: 1.65em;
    position: absolute;
    left: 0;
    top: -.1em;
}
/* -----------------------------------------
	SNS
-----------------------------------------*/
#contents #sns-share h2 {
	margin: 0 34.6%;
}
#contents .sns-btn {
    margin: 0 24% 30px;
    text-align: center;
}
#contents .sns-btn li {
    display: inline-block;
    width: 23%;
    margin: 0 4.5%;
}
/* -----------------------------------------
c-footer
-----------------------------------------*/
.c-footer {
    margin: 0 5.333% 2em;
}
.c-footer__event {
    background-color: #f0e6ef;
    padding: 7.5% 5%;
    margin-bottom: 2em;
}
.c-footer__event-title {
    text-align: center;
    font-weight: 600;
    font-size: 180%;
    letter-spacing: 0.05em;
    line-height: 1.3;
    color: #000;
    margin-bottom: .75em;
    position: relative;
}
.c-footer__event-title::after {
    content: '';
    position: absolute;
    left: .75em;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
    transform: rotate(-15deg);
}
.c-footer__event-title::before {
    content: '';
    position: absolute;
    right: .75em;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
    transform: rotate(15deg);
}
.c-footer__event-title .in {
    display: block;
    position: relative;
    padding: 0 1em;
}
.c-footer__event-btn {
    margin-bottom: .825em;
}
.c-footer__thumb {
    margin-top: 1.75em;
}
.c-footer__notice {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #000;
}
.c-footer__notice.bdr-none {
    border-bottom: none;
    padding-bottom: 0;
}
.c-footer__notice li {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 90%;
    color: #000;
}
.c-footer__sns {
    margin-bottom: 2em;
}
.c-footer__sns.bdr {
    margin-top: 3em;
    padding-top: 2em;
    border-top: 1px solid #000;
    margin-bottom: 2em;
}
.c-footer__sns-title {
    text-align: center; 
    font-weight: 600;
    font-size: 130%;
    color: #000;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
}
.c-footer__sns-btn {
    text-align: center;
}
.c-footer__sns-btn li {
    display: inline-block;
    width: 20.5%;
    margin: 0 2%;
}
/* -----------------------------------------
contents
-----------------------------------------*/
#container {
    margin: auto;
    width: 100%;
    max-width: 750px;
}
#contents {
    margin: auto;
    font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.6;
    font-size: 26px;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: block;
    font-feature-settings: "palt";
    color: #000;
}
@media (max-width: 750px) {
    #contents {
        font-size: 3.45vw;
    }
}
.serif {
    font-family: 'Noto Serif JP', serif;
}
#contents img {
    width: 100%;
}
/* -----------------------------------------
page layout
-----------------------------------------*/
.copy {
    text-align: center;
    background: repeat-y;
    background-position: center top;
    background-image: url(../img/260904/index-02.webp);
    padding: 2.5em 0;
    font-size: 120%;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.bg-01 {
    background-color: #003C65;
    color: #FFF;
}
.bg-02 {
    background-color: #C6A581;
}
.inner-01 {
    margin: 0 4.5%;
}
.inner-02 {
    position: absolute;
    right: 4.5%;
    top: 63%;
    width: 36%;
}
.inner-03 {
    position: absolute;
    left: 4.5%;
    top: 50%;
    width: 36%;
}
.inner-04 {
    margin-left: 5.2%;
    margin-right: 5.2%;
}
.item {
    position: relative;
}
.item-text {
    margin-bottom: 1em;
    text-align: justify;
    font-size: 100%;
}
.item-spec {
    font-size: 100%;
}
.mt-01 {
    margin-top: -2em;
}
.bal {
    background-color: #B58D62;
    border: 1px solid #FFF;
    padding: 1em;
    position: relative;
}
.bal p {
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    color: #FFF;
}
.bal::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1em;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/260904/arrow.webp);
    margin: auto;
}
.btn-01 {
    position: relative;
    display: block;
}
.btn-01 .on {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 125%;
    font-weight: 600;
    top: calc(50% - .75em);
    text-align: center;
}