@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto:wght@300;400;500;700&display=swap');


.languages {
    position: fixed;
    top: min(4vw, 18px);
    left: min(6vw, 40px);
    z-index: 999;
    background: #fff;
    padding: 0 10px;
    border-radius: 50px;
    border: 2px solid;
    box-shadow: 3px 3px 0 #00000030;
}


.wovn-languages {
	color: #000;
/*	mix-blend-mode: difference;*/
	font-size: 12px;
	position: relative;
	z-index: 2;
	width: 190px;
	height: 35px;
	cursor: pointer;
}
.wovn-languages::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	border: 0px;
	border-bottom: solid 2px;
	border-right: solid 2px;
	transform: rotate(45deg) translateY(-50%);
	z-index: 10;
}
.wovn-languages .langIcon {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	margin: auto;
	line-height: 1;
	transform: translateY(-50%);
}
.wovn-languages .langIcon svg {
	fill: #000;
}
.wovn-languages .nav-dropdown {
	position: absolute;
	top: 50%;
	left: 30px;
	line-height: 1.4;
	text-align: left;
	z-index: 2;
	transform: translateY(-50%);
}
.wovn-languages .nav-dropdown .list--language {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.wovn-languages .nav-dropdown .list--language li {
	width: 100%;
	display: none;
	cursor: pointer;
	padding-bottom: 0;
	text-align: left;
	padding: 0;
}
.wovn-languages .nav-dropdown .list--language li::after {
	content: none;
}
.wovn-languages .nav-dropdown .list--language li.selected {
	display: block;
	order: -1;
}
.wovn-languages.visible::before {
	content: none;
}
.wovn-languages.visible .nav-dropdown {
	opacity: 1;
	pointer-events: visible;
	z-index: 1;
	border: none;
	color: #fff;
	top: 0;
	transform: translateY(0);
	background: #000000;
	padding: 10px 10px 0;
}
@media screen and (min-width: 581px) and (max-width: 1000px) {
	.wovn-languages.visible .nav-dropdown {
		left: 21px;
	}
}
.wovn-languages.visible .nav-dropdown .list--language li {
	display: block;
	transition: opacity 0.4s;
	margin-bottom: 10px;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
	pointer-events: none;
	background: transparent;
	padding: 0;
	opacity: 0.5;
	transition: none;
}
@media screen and (min-width: 581px) and (max-width: 1000px) {
	.wovn-languages.visible .nav-dropdown .list--language li.selected {
		margin-bottom: 14px;
	}
}




@media screen and (max-width:960px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:960px) {
  .sp {
    display: none !important;
  }
}

/* -------------------------------------------------
	navigation
------------------------------------------------- */
#gNav {
    position: fixed;
    right: 2px;
    box-sizing: border-box;
    top: 2px;
    padding: 0;
    z-index: 999;
    width: auto;
    transform: scale(0);
    transform-origin: 92% 8%;
    transition: 0.4s;
    background: #0f4635;
    padding: 75px 65px;
    box-shadow: 3px 3px 0 #0000007d;
    border: 5px solid #e5ea97;
    border-radius: 50px;
}

#gNav.open {
    transform: none;
}

#gNav .gnavMenu {
    text-align: center;
}

#gNav a {
    color: #e5ea97;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin: 0 auto 20px auto;
    font-size: 32px;
    width: auto;
    line-height: 1;
    letter-spacing: 0;
    text-shadow: 2px 2px 0 #00000080;
    font-family: cooper-black-std, serif;
    font-weight: 400;
    font-style: italic;
}

.nav_mainlogo {
    width: 230px;
    margin: 0 auto 45px;
    line-height: 0;
    max-width: 55%;
}

#gNav li:last-child a{
    margin: 0 auto 0;
}

.gNavInr{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: auto;
}
#gNav .menu li a {
    display: block;
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0.05em;
}
#gNav .menu li a.off {
    opacity: 0.5;
    pointer-events: none;    
}

	
#menuButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 9999;
    border: none;
    text-decoration: none;
    opacity: 1;
    -webkit-animation: upIn 0.8s ease 2s 1 forwards;
    animation: upIn 0.8s ease 2s 1 forwards;
}

.menu_btn_wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.menu_btn_wrap .menu_off {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.menu_btn_wrap img {
    display: block;
    transition: 0.3s;
}

.active .menu_btn_wrap .menu_off {
    opacity: 1;
    transform: rotateX(360deg);
}
.active .menu_btn_wrap .menu_on {
    opacity: 0;
    transform: rotateX(360deg);
}


#menuButton span:first-child {
    top: calc(50% - 8px);
}

#menuButton span:nth-child(2) {
    top: calc(50% + -1px);
}

#menuButton span:nth-child(3) {
    top: calc(50% + 6px);
}


#menuButton.active span {
}
#menuButton.active span:first-child { 
	transform: translateY(7px) rotate(45deg); 
} 
#menuButton.active span:nth-child(2) { 
	opacity: 0; 
} 

#menuButton.active span:nth-child(3) { 
	transform: translateY(-7px) rotate(-45deg); 
} 

#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 40%;
    margin: 40px auto;
}

#menuButton span {
    display: block;
    background: #104635;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


/* -------------------------------------------------
	common top
------------------------------------------------- */

html {
    font-size: 15px;
    background: #0f4635;
}

body {
    font-family: Roboto, 'Noto Sans JP';
    letter-spacing: 0.07em;
    line-height: 1.65;
    font-weight: 500;
    font-size: 15px;
    background: #0f4635;
    color: #0f4635;
}

body::before {
    content: '';
    background: #0f4635;
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100000;
    transition: 0.4s;
}

body.loaded::before {
    height: 0;
}



.bgBox {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    transition: 0.2s;
}


.bg01, .bg02 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(/static/produce101/feature/jamweek2025/img/bg_logo_hM7bDCB2.png);
    background-size: 900px;
    background-repeat: repeat;
    background-position: 0 0;
    opacity: 0.06;
    animation: bgscroll 20s linear infinite;
}

.bg02 {
    animation-direction: reverse;
    background-image: url(/static/produce101/feature/jamweek2025/img/bg_logo2_hM7bDCB2.png);
}

@keyframes bgscroll {
 0% {background-position: 0 00%;}
 100% {background-position: -900px 0%;}
}


.scroll {
    display: block;
    width: 2px;
    height: 120px;
    position: fixed;
    bottom: 0;
    left: 3%;
    z-index: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0;
    -webkit-animation: fadeIn 0.5s linear 2s 1 forwards;
    animation: fadeIn 0.5s linear 2s 1 forwards;
    transition: 0.3s 2s;
}


.loaded .scroll {
    opacity: 1;
}

.loaded.scrolled .scroll {
    opacity: 0;
    transition: 0.3s;
}

.scroll:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0px;
    left: 0;
    margin: auto;
    display: block;
    background: #1b503b;
    -webkit-animation: scroll 2s linear 0s infinite;
    animation: scroll 2s linear 0s infinite;
}

@keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 1; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto;}
    54% { height: 100%; bottom: 0; top: auto;}
    100% { height: 0; bottom: 0; top: auto; }
}

.scroll::before {
    content: 'SCROLL';
    position: absolute;
    bottom: 16px;
    left: 20px;
    font-family: "blow-up", sans-serif;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -0.01em;
    font-size: 25px;
    display: none;
}



#main {
    overflow: hidden;
    transition: 0.3s;
    margin: 0 auto;
    padding-bottom: 120px;
}

.sml {
    font-size: 0.85em;
}

.visual {
    height: 100svh;
    position: relative;
    display: block;
    box-sizing: border-box;
    opacity: 1;
    width: 100%;
    overflow: hidden;
    min-height: 25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/static/produce101/feature/jamweek2025/img/bg_main_hM7bDCB2.jpg);
    background-size: cover;
    background-position: 50% 0%;
}

.visual h1 {
    height: 100%;
    width: 70%;
    position: relative;
    max-width: 116vh;
    display: flex;
    align-items: center;
}

.visual h1 .logo {
    width: 100%;
    position: relative;
}

.loaded .visual h1 .logo{
}

.mainlogo {
    position: relative;
}

.dish {
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.67, 1.28) 0.5s;
    transform: scale(1.1);
    opacity: 0;
}

.loaded .dish {
    transform: none;
    opacity: 1;
}

.parts_c {
    position: absolute;
    width: 42%;
    z-index: 5;
    top: -4%;
    left: -37%;
    transition: 0.4s 1.6s;
    opacity: 0;
    transform: translate(-10%, -14%) rotate(-12deg);
}

.parts_k {
    position: absolute;
    width: 27%;
    z-index: 5;
    bottom: -19%;
    right: -24%;
    transition: 0.4s 1.6s;
    opacity: 0;
    transform: translate(10%, 10%) rotate(12deg);
}

.parts_f {
    position: absolute;
    width: 40%;
    display: block;
    bottom: -17%;
    left: -23%;
    transition: 0.4s 1.6s;
    opacity: 0;
    transform: translate(-10%, 10%) rotate(-12deg);
}

.loaded .parts_c {
    transform: none;
    opacity: 1;
}
.loaded .parts_k {
    transform: none;
    opacity: 1;
}
.loaded .parts_f {
    transform: none;
    opacity: 1;
}

.toast_set > p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.67, 1.28) 0.7s;
    z-index: 1;
}

.toast_set > p.toast {
    transform: scale(1.1);
    opacity: 0;
}
.loaded .toast_set > p.toast {
    transform: none;
    opacity: 1;
}


.toast_set.toast_2 > p {
    z-index: 2;
}

.toast_set > p.jam {
    transition: 0.6s 0.8s;
    clip-path: inset(0 100% 100% 0);
}
.loaded .toast_set > p.jam {
    clip-path: inset(0 0 0 0);
}


.toast_set.toast_2 > p.toast {
    transition-delay: 1s;
}
.toast_set.toast_2 > p.jam {
    transition-delay: 1.1s;
}
.toast_set.toast_2 > p.jam2 {
    transition-delay: 1.15s;
}


.visual_kv .scroll {
    position: absolute;
    bottom: 0;
    transition: 0.4s 1.3s;
}


footer {
    background: #000000;
    color: #fff;
    padding: 70px 0;
    text-align: center;
    position: relative;
}

.copy {
    font-size: 12px;
}

.oslink a {
    display: block;
    width: 300px;
    margin: 0 auto 30px;
    border: 2px solid;
    padding: 18px;
}


.ph_box {
    line-height: 0;
    margin-bottom: 30px;
}

.ph_box:last-child {
    margin-bottom: 0;
}

.btn {
    margin-bottom: 15px;
}
.btn:last-child {
    margin-bottom: 0;
}

.btn a {
    display: block;
    width: 100%;
    max-width: 480px;
    text-align: center;
    padding: 27px;
    margin: 0 auto;
    transition: 0.4s;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1.4;
    position: relative;
    background: #0f4635;
    color: #e5ea97;
    border-radius: 50px;
    box-shadow: 2px 2px 0 #053a29;
    border: 1px solid #0f4635;
}

.btn a::before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-right: 3px solid;
    border-top: 3px solid;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
}

.btn a:hover {
    color: #0f4635;
    background: #e5ea97;
}

.cs {
    font-family: 'ITC Serif Gothic',Roboto, sans-serif;
    font-size: 2.5rem;
    color: #8fc5df;
    letter-spacing: 0.12em;
}

.btn.btn_hide a {
    background: #bbbbbb;
    color: #eaeaea;
    border: none;
    box-shadow: 2px 2px 0 #797979;
    pointer-events: none;
}

/* -------------------------------------------------
	contents
------------------------------------------------- */


.section {
    padding: 120px 0 0px 0;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}


.section:last-child::after {
    display: none;
}


.section:nth-of-type(even) {
}


.section_inner {
    margin: 0 auto 0px;
    position: relative;
    z-index: 10;
}

section .content_box {
    margin: 0 auto;
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.45s cubic-bezier(0.25, 0.1, 0.49, 1.87);
    width: 80%;
    padding: 0;
    max-width: 1000px;
}

.loaded section .content_box.started {
    opacity: 1;
    transform: translateY(0px);
}

section .content_box:last-of-type {
    margin-bottom: 0;
}

.content_box > h2 {
    font-size: 110px;
    line-height: 1;
    margin-bottom: 65px;
    position: relative;
    text-align: center;
    letter-spacing: 0;
    color: #e5ea97;
    text-shadow: 5px 5px 0 #00000080;
    font-family: cooper-black-std, serif;
    font-weight: 400;
    font-style: italic;
}

.content_box > h2 span {
}

.content_box_inner {
    position: relative;
    margin: 0 auto 40px;
    background: #e5ea97;
    border: 12px solid #e5ea97;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 5px 5px 0 #00000080;
}

.content_box_inner:last-child {
    margin-bottom: 0;
}

.content_body {
    padding: 35px 40px;
    background: #fffae5;
    border-radius: 30px;
}

.box_tit {
    background: #0f4635;
    color: #e5ea97;
    padding: 12px 28px;
    border-radius: 50px;
}

.box_tit span::before, .box_tit span::after {
    content: '';
    display: block;
    background: #212121;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.box_tit span::after {
    transform: skewX(20deg);
    transform-origin: top left;
}

.box_lead {
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}

.box_ph {
    margin: 0 auto 20px;
    overflow: hidden;
    border-radius: 25px;
    line-height: 0;
}

.box_ph.jk {
    width: 50%;
}

.box_ph:last-child {
    margin-bottom: 0;
}

.box_ph.ph_sml {
    width: 55%;
    margin: 0 auto 20px;
}

.box_txt {
    margin-bottom: 20px;
    line-height: 1.9;
    font-size: 1.08rem;
}

.box_txt:last-child {
    margin-bottom: 0;
}

.detail_list_wrap {
    margin-bottom: 30px;
}

.detail_list_wrap:last-child {
    margin-bottom: 0;
}

.detail_list {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #00000038;
    border-radius: 20px;
    overflow: hidden;
}

.detail_list > dt {
    padding: 20px;
    width: 240px;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #00000038;
    background: #feffe7;
}

.detail_list > dd {
    padding: 20px;
    font-size: 1rem;
    width: calc(100% - 240px);
    border-bottom: 1px solid #00000038;
    border-left: 1px dotted #00000038;
}

.detail_list > dd:last-child {
    border-bottom: none;
}

.detail_list > dt:nth-last-child(-n + 2) {
    border-bottom: none;
}

.inner_box {
    border: 1px solid #628cd3;
    border-left: 7px solid #628cd3;
    padding: 30px 30px;
    margin-bottom: 30px;
}

.inner_box:last-child {
    margin-bottom: 0;
}



section .content_box .content_tit {
    letter-spacing: 1px;
    font-weight: bold;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
}

section .content_box .content_tit:last-child {
    margin-bottom: 0;
}

section .content_box .content_lead {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: bold;
}





section .content_box h4 {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    color: #dc001b;
}

section .content_box h4::after {
    border-top: 3px solid;
    content: "";
    flex-grow: 1;
    margin-left: 0.5em;
}

section .content_box h4 .pick {
    background: #e60012;
    color: #fff;
    font-size: 0.8em;
    padding: 3px 6px;
    display: inline-block;
    vertical-align: 2px;
    margin-left: 5px;
}



section .content_box .content_inner {
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

section.fanclub .content_box .content_inner {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

section .content_box .content_inner:last-of-type {
    margin-bottom: 0;
}


.iframe_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
	margin: 0px auto 0px;
	text-align: center;
}

.iframe_wrap iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.list--contents {
    display: flex;
    flex-wrap: wrap;
}

.list--contents li {
    width: 31%;
    margin-right: 3.5%;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    font-size: 0.95rem;
}

.list--contents li .name {
    margin-bottom: 5px;
}

.list--contents li figure img {
    background-position: center top;
    display: block;
    transition: 0.4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 0;
    border-radius: 50%;
    margin-bottom: 8px;
}


.list--contents li .btn a {
    padding: 10px;
    font-size: 0.85rem;
    width: 80%;
    border-radius: 6px;
}

.btn.main.hide a {
    filter: grayscale(0.5);
    pointer-events: none;
    color: #ffffffb8;
}

.fc_box {
    text-align: center;
    padding: 35px;
}

.fc_lead {
margin-bottom: 15px;
    line-height: 2;
    font-size: 1.3rem;
    font-weight: bold;
}


.sub_box {
    background: #ffffff;
    padding: 25px 36px;
    margin-bottom: 30px;
    border: 1px solid #00000038;
}

.sub_box:last-child {
    margin-bottom: 0;
}

.sub_box_tit {
    font-size: 1.1rem;
    border-bottom: 1px dotted;
    margin-bottom: 15px;
    padding-bottom: 3px;
}

.sch_list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.sch_list> li {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    background: #ededed;
    overflow: hidden;
    display: flex;
    border-bottom: #fff solid 1px;
    flex-wrap: wrap;
}

.sch_list> li .sch_date {
    width: 28%;
    background: #000000;
    color: #ffffff;
    padding: 15px 12px;
    font-size: 0.95rem;
    font-weight: bold;
}

.sch_list> li .sch_txt {
    width: 72%;
    padding: 15px;
    font-size: 0.95rem;
}


.tweetbox {
    margin-bottom: 20px;
}

.tweetbox > div {
    margin: 0 auto;
}

.sch_list.am .sch_date {
    width: 100%;
    padding: 5px;
    margin: 0 0 5px;
    font-size: 1rem;
}

.sch_list.am > li {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}

.sch_list.am > li:last-child {
    margin-bottom: 0;
}


.attention {
    border: 1px solid;
    border-radius: 10px;
    padding: 20px 25px;
    margin-bottom: 30px;
}

.attention:last-child {
    margin-bottom: 0;
}

.attention > li {
    font-size: 0.9rem;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 3px;
}

.attention > li:last-child {
    margin-bottom: 0;
}

.method_list > li {
    text-indent: -0.85em;
    padding-left: 0.85em;
    margin-bottom: 3px;
}

.method_list > li:last-child {
    margin-bottom: 0;
}


#photo .content_box {
    width: 100%;
    max-width: none;
}


.photo_member {
    margin: 0 auto 40px;
    overflow: hidden;
    border-radius: 25px;
    line-height: 0;
    width: 40%;
    box-shadow: 5px 5px 0 #00000080;
    max-width: 800px;
}

.slider {
    width: 100%;
    margin: 0 auto 60px;
}

.slider li {
    padding: 0 10px;
}

.slider li img {
    display: block;
    border-radius: 25px;
    line-height: 0;
    box-shadow: 4px 4px 0 #00000080;
}

.slick-slide {
    transition: 0.3s;
}

.slick-slide:not(.slick-center) {
    filter: saturate(0.4);
}

.slick-slide img {
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.slider .slick-next, .slider .slick-prev {
    right: 5%;
    top: 50%;
    width: 60px;
    height: 60px;
    background: #e5ea97 !important;
    border: 2px solid #0f4635;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 2px 2px 0 #00000057;
}
.slider .slick-prev {
    right: auto;
    left: 5%;
}

.slider .slick-prev:before, .slider .slick-next:before {
    content: '';
    width: 13px;
    height: 13px;
    border-top: 3px solid #0f4635;
    border-right: 3px solid #0f4635;
    display: block;
    opacity: 1;
    top: auto;
    position: absolute;
    transform: translateX(-4px) rotate(45deg);
    transform-origin: center;
    background: none;
    border-radius: 0;
}

.slider .slick-prev:before {
    transform: translateX(4px) rotate(225deg);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #e5ea97;
}


@media screen and (max-width:960px) {
html {
    font-size: 13px;
}

.languages {
    top: 6px;
    left: 6px;
    box-shadow: 2px 2px 0 #00000030;
}

#main {
    padding-bottom: 50px;
}
#gNav {
    padding: 70px 45px 50px;
    border-radius: 28px;
    border-width: 3px;
}
#gNav a {
    font-size: 22px;
    margin-bottom: 15px;
}


#menuButton {
    width: 80px;
    height: 80px;
    border-width: 2px;
    top: 8px;
    right: 6px;
}

#menuButton span {
    width: 23px;
    left: 12px;
    height: 2px;
}


.bg01, .bg02 {
    background-size: 600px;
}
@keyframes bgscroll {
 0% {background-position: 0 00%;}
 100% {background-position: -600px 0%;}
}

.visual h1 {
    width: 103%;
    max-width: 70vh;
}

.parts_f {
    bottom: -30%;
    left: -12%;
}
.parts_k {
    bottom: -58%;
    right: -9%;
}
.parts_c {
    top: -31%;
    left: -11%;
}

.scroll {
    height: 14vh;
    bottom: 0;
    left: 6%;
}

.scroll:after {
    width: 3px;
}
.scroll::before {
    left: 12px;
    bottom: 12px;
    font-size: 21px;
}


.visual_kv {
    padding: 50px 0;
}

.visual_kv h1 {
    flex-flow: column-reverse;
}

.visual_kv h1 .kv {
    width: 100%;
    border-width: 2px;
    margin-bottom: 2rem;
    background: #212121;
    border-right: none;
    border-left: none;
}

.visual_kv h1 .logo {
    width: 100%;
}

.visual_kv .scroll {
    display: none;
}


.section {
    padding: 50px 0px 0px;
}


.content_box > h2 {
    width: 100%;
    font-size: 50px;
    margin-bottom: 25px;
    padding: 0;
    text-shadow: 4px 4px 0 #00000080;
}

.content_box > h2::after {
    width: 25%;
    border-radius: 13px 0 0 0;
    height: 71%;
}

.content_box_inner {
    margin-bottom: 20px;
    border-width: 8px;
    border-radius: 22px;
}

section .content_box {
    width: 92%;
}

.box_tit {
    padding: 6px 20px;
    font-size: 13px;
    width: fit-content;
}

.box_tit span {
    font-size: 21px;
    padding: 8px 16px 0px 15px;
    background-size: 170px;
}

.box_tit span::before {
    width: 17px;
}

.box_lead {
    padding: 10px 5px 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.1rem;
}

.content_body {
    padding: 20px 15px;
    border-radius: 18px;
}

.box_ph {
    margin-bottom: 15px;
}

.box_ph.jk {
    width: 100%;
    border-radius: 15px;
}

.box_ph.ph_sml {
    width: 100%;
    margin: 0 auto 15px;
}

.box_txt {
margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.65;
    letter-spacing: 0.05em;
}

.detail_list > dt {
    padding: 10px 15px;
    width: 100%;
    border-bottom: none;
}

.detail_list > dd {
    border-left: none;
    width: 100%;
    padding: 10px 15px;
    font-size: 12px;
}

.inner_box {
    border-left: 6px solid #628cd3;
    padding: 15px 14px;
    margin-bottom: 20px;
}

section .content_box .content_tit {
    line-height: 1.5;
    display: block;
    padding-bottom: 10px;
}


.detail_list {
    border-radius: 10px;
}

.detail_list_wrap {
    margin-bottom: 15px;
}


.list--contents li:nth-of-type(2n) {
    margin-right: 0;
}

.list--contents li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.list--contents li .btn a {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    max-width: 300px;
    line-height: 1.3;
    font-size: 0.85rem;
}

.list--contents li:nth-last-child(-n + 2) {
    margin-bottom: 0;
}

.fc_box {
    text-align: left;
    padding: 18px;
}
.fc_lead {
    line-height: 1.7;
    font-size: 1.1rem;
}

.sub_box {
    padding: 15px;
    /* border-radius: 6px; */
    margin-bottom: 20px;
}

.sch_list {
    border-radius: 0;
}

.sch_list> li {
    width: 100%;
    line-height: 1.5;
    font-size: 13px;
}

.sch_list> li:last-child {
    margin-bottom: 0;
}

.sch_list> li .sch_date {
    display: block;
    width: 100%;
    font-size: 1rem;
    padding: 8px 10px;
    font-weight: 600;
    margin: 0;
}

.sch_list> li .sch_txt {
    width: 100%;
    text-align: left;
    padding: 12px;
}

.sch_list.am .sch_date {
    font-size: 0.85rem;
}

.sch_list.am > li {
    font-size: 1rem;
}

.attention {
    padding: 14px;
    margin-bottom: 20px;
    border-radius: 6px;
}


.btn a {
    padding: 20px;
    font-size: 16px;
}

.btn a::before {
    width: 6px;
    height: 6px;
    right: 15px;
}

.cs {
    font-size: 1.75rem;
}



.photo_member {
    width: 88%;
    border-radius: 18px;
}

.slider .slick-next {
    width: 50px;
    height: 50px;
    right: 9%;
}

.slider .slick-prev {
    width: 50px;
    height: 50px;
    left: 9%;
}

.slider li {
    padding: 0 8px;
}


footer {
    padding: 40px 0;
}


}

@media screen and (min-width:960px) {

.list--contents li:nth-of-type(3n) {
    margin-right: 0;
}

.list--contents li:nth-last-child(-n + 3) {
    margin-bottom: 0;
}

}

