
@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');
@import url("https://use.typekit.net/pde1ufr.css");


.wovn-languages {
font-size: 12px;
position: fixed;
z-index: 10;
width: 150px;
height: 13px;
cursor: pointer;
color: #272b27;
left: 4%;
top: 35px;
font-weight: bold;
z-index: 100;
}
.wovn-languages::before {
content: "";
display: block;
width: 6px;
height: 6px;
position: absolute;
top: 8px;
right: 10px;
border: 1px solid #272b27;
border-color: transparent transparent #272b27 #272b27;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
    z-index: 3;
}
.wovn-languages .language-name {
cursor: pointer;
}
.wovn-languages .nav-dropdown {
position: absolute;
top: 0;
line-height: 1.4;
border-bottom: 1px solid;
text-align: left;
z-index: 2;
width: 150px;
}

.wovn-languages .nav-dropdown {
    background: #ffffffc4;
    height: 30px;
    padding: 6px 5px 5px 5px;
    border-radius: 25px;
    backdrop-filter: blur(6px);
}

.wovn-languages .nav-dropdown .list--language {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.wovn-languages .nav-dropdown .list--language li {
    width: 100%;
    display: none;
    cursor: pointer;
    padding-left: 8px;
}
.wovn-languages .nav-dropdown .list--language li.selected {
display: block;
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.wovn-languages.visible::before {
content: none;
}
.wovn-languages.visible .nav-dropdown {
opacity: 1;
pointer-events: visible;
z-index: 1;
border: none;
padding: 10px 10px 5px;
background: #ffffff;
color: #000;
height: auto;
}
.wovn-languages.visible .nav-dropdown .list--language li {
display: block;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
opacity: 0.4;
pointer-events: none;
}

.visible.wovn-languages::before {
border: 1px solid;
border-color: transparent transparent #000 #000;
z-index: 15;
top: 13px;
right: 15px;
}



@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: 0;
    color: #fff;
    box-sizing: border-box;
    top: 0;
    padding: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: 0.5s;
    background: #000000ad;
    backdrop-filter: blur(8px);
}

#gNav.open {
    transform: none;
}

#gNav .gnavMenu {
    text-align: center;
}

#gNav a {
    color: #fff;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin: 0 auto 17px auto;
    font-size: 57px;
    font-weight: 500;
    width: auto;
    letter-spacing: 0.02em;
    line-height: 1;
    font-family: 'recherche';
    font-weight: 400;
}

.nav_tourlogo {
    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: 75px;
    height: 75px;
    position: fixed;
    top: 0;
    right: 0;
    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%;
}


#menuButton span:first-child {
    top: calc(50% - 9px);
}

#menuButton span:nth-child(2) {
    top: calc(50% + 3px);
}

#menuButton.active span {
}
#menuButton.active span:first-child { 
	-webkit-transform: translateY(6px) rotate(45deg); 
	transform: translateY(6px) rotate(45deg); 
} 
#menuButton.active span:nth-child(2) { 
	-webkit-transform: translateY(-6px) rotate(-45deg); 
	transform: translateY(-6px) 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: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


/* -------------------------------------------------
	common top
------------------------------------------------- */

html {
    font-size: 15px;
}

body {
    font-family: "iroha-26tubaki-stdn", Roboto, 'Noto Sans JP';
    letter-spacing: 0.03em;
    line-height: 1.65;
    font-weight: 500;
    font-size: 15px;
    background: #ffffff;
    color: #272b27;
    position: relative;
}

body::before {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    background: #222a2c;
    position: fixed;
    z-index: 10000;
    transition: 0.5s 0.2s;
    pointer-events: none;
}

body.loaded::before {
    opacity: 0;
}


.bgBox {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    transition: 0.3s;
    background: url(/static/produce101s2/feature/minidays_2025/img/bg_main_c2XqKpWD.jpg);
    background-size: cover;
    transition: 0.3s;
    background-position: 50% 50%;
}

.loaded .bgBox {
}


.scroll {
    display: block;
    width: 1px;
    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 0.5s;
}

.loaded .scroll {
    opacity: 1;
}

.loaded.scrolled .scroll {
    opacity: 0;
    transition: 0.3s;
}

.scroll:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0px;
    left: 0;
    margin: auto;
    display: block;
    background: #ffffff;
    -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; }
}



#main {
    overflow: hidden;
    transition: 0.3s;
    margin: 0 auto;
}

.sml {
    font-size: 0.85em;
}

.visual {
    height: 100svh;
    position: relative;
    display: block;
    box-sizing: border-box;
    opacity: 1;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual h1 {
    width: 70%;
    max-width: 115vh;
    z-index: 1;
    position: fixed;
    transition: 0.5s;
    pointer-events: none;
}

.scrolled .visual h1 {
    opacity: 0;
    transform: scale(1.2);
}


.visual h1 .logo{
    width: 100%;   
    z-index: 100; 
    transition: 0.3s;
    opacity: 1;
}


.visual h1 .tourlogo {
    position: relative;
    opacity: 0;
    transition: 0.5s ease-out 0.6s;
    transform: scale(1.1);
    filter: blur(10px);
}

.loaded .visual h1 .tourlogo {
    opacity: 1;
    transform: none;
    filter: blur(0px);
}

footer {
    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: 1px solid;
    padding: 18px;
}

.center {
    text-align: center;
}

.ph_box {
    line-height: 0;
    margin-bottom: 30px;
}

.ph_box:last-child {
    margin-bottom: 0;
}

.btn a {
    display: block;
    background: linear-gradient(45deg, #b9c3c6, #f1fffe, #9fbdd0);
    color: #434c43;
    width: 100%;
    max-width: 400px;
    text-align: center;
    padding: 1.7em;
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 auto;
    transition: 0.3s;
    box-shadow: 0 6px 10px #272b273b;
    border-radius: 50px;
    position: relative;
    top: 0;
    line-height: 1.5;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #57717bb0;
}

.btn a:hover {
    box-shadow: 0 4px 6px #272b2721;
    top: 2px;
    filter: brightness(1.1);
}

.btn.main {
    margin-bottom: 1.5rem;
}
.btn.main:last-child {
    margin-bottom: 0;
}

.cs {
    font-size: 2.5rem;
    color: #ffffff;
    letter-spacing: 0.03em;
    font-family: 'recherche';
    font-weight: 400;
    text-align: center;
    padding: 2rem 0;
}

.btn_min a {
    background: #272b27;
    color: #fff;
    border-radius: 3em;
    border: 2px solid #272b27;
    padding: 0.6rem 2rem;
    display: inline-block;
    font-size: 0.9em;
    margin: 0.5rem 0;
    transition: 0.3s;
}

.btn_min a:hover {
    background: #0094fe;
}

.btn_wrap {
    display: flex;
    gap: 3%;
    justify-content: center;
    flex-wrap: wrap;
}
.btn_wrap .btn {
    width: 45%;
    margin: 0;
}

.btn.hide a {
    background: #b4b4b4;
    color: #ededed;
    pointer-events: none;
}


/* -------------------------------------------------
	contents
------------------------------------------------- */


.section {
    padding: 120px 0;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
.visual + .section {
    padding-top: 9vw;
}

.section:nth-of-type(odd) {
    background: linear-gradient(360deg, transparent, #89a4ad 60px, #89a4ad calc(100% - 60px), transparent);
    background-size: 100%;
    padding: 160px 0;
}


.section:last-child::after {
    display: none;
}

.bg_deco::before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 120px;
    right: 8%;
    z-index: 0;
    background: url(/static/produce101s2/feature/minidays_2025/img/ph_deco.png);
    background-size: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
}


.section_inner {
    margin: 0 auto 0px;
    position: relative;
    z-index: 10;
}



section .content_box {
    margin: 0 auto;
    width: 80%;
    position: relative;
    transition: 0.4s;
    max-width: 950px;
}


.loaded section .content_box.started {
}

section .content_box:last-of-type {
    margin-bottom: 0;
}

.content_box h2 {
    font-size: 123px;
    line-height: 1;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    font-family: 'recherche';
    font-weight: 400;
    font-style: normal;
    text-shadow: 0px 43px 0 #ffffff1f;
}

.section:nth-of-type(odd) .content_box h2 {
}

.content_box h2 span {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: baseline;
}

.content_box_inner {
    padding: 70px 60px 70px;
    position: relative;
    margin-bottom: 65px;
    border-top: 1px solid #fff;
    background: #fff;
    border-radius: 2px;
    position: relative;
    background: linear-gradient(0deg, #dcf5fee3, #f9f5ffdb);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    box-shadow: 0 5px 15px #0000007d;
}

.box_wrap:last-child .content_box_inner {
    margin-bottom: 0;
}

.content_box_inner::before, .content_box_inner::after {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: url(/static/produce101s2/feature/minidays_2025/img/bg_corner_r.png);
    position: absolute;
    top: 15px;
    right: 15px;
    background-size: contain;
    pointer-events: none;
    background-repeat: no-repeat;
}

.content_box_inner::after {
    right: auto;
    left: 15px;
    background-image: url(/static/produce101s2/feature/minidays_2025/img/bg_corner_l.png);
}



.box_wrap {
    opacity: 0;
    transition: 0.6s ease-out 0.1s;
    transform: translateY(30px);
}

.loaded .box_wrap.started {
    opacity: 1;
    transform: none;
}

.box_tit {
    margin-left: -85px;
    margin-bottom: 35px;
}
.box_tit span {
    font-family: "charcuterie-contrast", sans-serif;
    font-weight: 500;
    font-size: 35px;
    background: #03a14c;
    padding: 15px 35px;
    letter-spacing: 0.12em;
    display: inline-block;
    line-height: 1.2;
    position: relative;
    color: #fbfaf3;
}

.box_tit span::before {
    content: '';
    display: block;
    width: 30px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #0c6736;
    transform: skewY(30deg);
    z-index: -1;
    transform-origin: left top;
}

.section:nth-of-type(even) .box_tit span {
    background: #272b27;
}

.section:nth-of-type(even) .box_tit span::before {
    background: #000000;
}


.schedule_list > li {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 0;
    border-bottom: 1px solid;
    align-items: center;
    flex-wrap: wrap;
}

.schedule_list > li:first-child {
    border-top: 1px solid;
}

.sch_date {
    letter-spacing: 0;
    font-size: 36px;
    line-height: 1;
    width: 180px;
    font-family: 'hwt-roman-extended-light-fac';
    font-weight: 300;
}

.sch_txt .time {
    color: #467577;
    margin-right: 14px;
    min-width: 60px;
}

.sch_info {
    width: calc(100% - 180px);
    font-size: 1.05em;
    font-weight: bold;
}

.schedule_list > li .sch_txt {
    margin-bottom: 5px;
    display: flex;
    justify-content: flex-start;
    line-height: 1.5;
}
.schedule_list > li .sch_txt:last-child {
    margin-bottom: 0;
}


.box_lead {
    font-size: 1.7rem;
    margin-bottom: 25px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.box_lead span {
    background: linear-gradient(transparent 75%, #a2daeb 60%);
}

.box_ph {
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #aaa;
}

.box_ph:last-child {
    margin-bottom: 0;
}

.box_ph.ph_sml {
    width: 55%;
    margin: 0 auto 20px;
}

.box_txt {
    margin-bottom: 30px;
    line-height: 1.9;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}
.box_txt:last-child {
    margin-bottom: 0;
}


.detail_box {
    background: #ffffffa3;
    padding: 2.5rem;
    margin-bottom: 2rem;
    border-radius: 0.5rem;
}

.detail_tit {
    border-left: 4px solid;
    font-weight: bold;
    font-size: 1.1rem;
    padding-left: 0.8rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.detail_txt {
    margin-bottom: 0.8rem;
}


.attention_list > li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
    margin-bottom: 3px;
    font-size: 0.9em;
}

.target_span span {
    font-size: 17px;
    background: #232323;
    color: #fff;
    padding: 0.6em 1em;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    min-width: 200px;
    z-index: 1;
    line-height: 1.5;
}

.target_span span::before {
    content: '';
    background: #232323;
    width: 1rem;
    height: 1rem;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}

.target_span {
    text-align: center;
    margin-bottom: 30px;
}


.detail_list_wrap {
    margin-bottom: 30px;
}

.detail_list {
background: #ffffff21;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
}

.detail_list > dt {
padding: 20px;
    width: 190px;
    color: #63c6aa;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px solid #ffffff75;
}

.detail_list > dd {
    padding: 20px;
    border-left: 1px solid #ffffff75;
    font-size: 1rem;
    width: calc(100% - 190px);
    border-bottom: 1px solid #ffffff75;
}

.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 {
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 2px dotted #628cd3;
    padding-bottom: 5px;
}

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%;
    border-radius: 15px;
    box-shadow: 0 8px 16px #25363d40;
}


.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: 8px;
    margin-bottom: 8px;
}


.list--contents li .btn a {
    padding: 10px;
    font-size: 0.85rem;
    width: 80%;
    border-radius: 6px;
}

.btn.main.hide a {
    pointer-events: none;
    color: #ffffffb8;
    background: #91a8ba;
}

.fc_box {
    text-align: center;
    border: 1px solid;
    border-radius: 25px;
    padding: 35px;
    background: #fff;
    margin-bottom: 35px;
}

.fc_box:last-child {
    margin-bottom: 0;
}


.fc_lead {
    margin-bottom: 15px;
    line-height: 2;
    font-size: 1.05rem;
}


.sub_box {
    background: #0000000a;
    padding: 25px 36px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.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;
}

.sch_list> li {
    width: 50%;
    margin-bottom: 5px;
}

.sch_list> li .sch_date {
    width: 95px;
    background: #03a14c;
    color: #ffffff;
    padding: 2px 5px;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    margin-right: 10px;
    font-size: 0.95rem;
    vertical-align: 1px;
}

.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;
}


.slider {
    width: 100%;
    margin: 0 auto 60px;
}

.slider li {
    padding: 0 0.5rem 1rem;
}

.slider li img {
    display: block;
    box-shadow: 0 5px 1rem #00000080;
    border-radius: 20px;
}

.slick-slide {
    transition: 0.5s;
}

.slick-slide:not(.slick-center) {
    -webkit-filter: grayscale(0.8);
    filter: grayscale(0.8);
}

.slick-slide img {
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.slider .slick-next {
    right: calc(18% + 12px);
    top: auto;
    bottom: -30px;
    width: 80px;
    height: 10px;
    border-bottom: 1px solid #ffffff;
}

.slider .slick-prev {
    left: calc(18% + 12px);
    top: auto;
    bottom: -30px;
    width: 80px;
    height: 10px;
    border-bottom: 1px solid #ffffff;
}



.slider .slick-prev:before, .slider .slick-next:before {
    content: '';
    width: 13px;
    height: 2px;
    border-bottom: 1px solid #ffffff;
    display: block;
    opacity: 1;
    top: 6px;
    position: absolute;
    transform: rotate(330deg);
    transform-origin: left bottom;
    background: none;
}

.slider .slick-next:before {
    transform: rotate(30deg);
    transform-origin: right bottom;
    left: auto;
    right: 0;
}

.photo_member {
    width: 100%;
    margin: 0 auto 6rem;
    box-shadow: 0 5px 1rem #00000080;
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
}


.photo_list {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.photo_list > li {
    box-shadow: 0 5px 1rem #00000080;
    border-radius: 8px;
    overflow: hidden;
    width: 32%;
    margin-bottom: 20px;
}

#other {
    padding-top: 4rem;
}


.jacket_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: center;
}

.jacket_list > li {
    width: 49%;
    line-height: 0;
    border: 2px solid;
    height: 100%;
    box-shadow: 4px 4px 0 #000;
}


@media screen and (max-width:960px) {
html {
    font-size: 13px;
}

.wovn-languages {
    top: 12px;
}

#gNav {
    width: 100%;
    border: none;
    box-shadow: none;
}

#gNav a {
    font-size: 37px;
    line-height: 1;
}

#menuButton {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

#menuButton span {
    width: 100%;
    left: 0;
}

.visual h1 {
    width: 100%;
}

.scroll {
    height: 80px;
    left: 8%;
}

.section {
    padding: 60px 0;
}

.section:nth-of-type(odd) {
    padding: 80px 0;
    background: linear-gradient(360deg, transparent, #89a4ad  30px, #89a4ad  calc(100% - 30px), transparent);
}

.content_box h2 {
    width: 100%;
    font-size: 69px;
    margin-bottom: 24px;
    padding: 0;
    text-shadow: 0 24px 0 #ffffff2e;
}

.content_box h2 span {
align-items: center;
        line-height: 1;
}

.content_box_inner {
    padding: 40px 24px;
    margin-bottom: 30px;
}

.content_box_inner::before, .content_box_inner::after {
    width: 60px;
    height: 60px;
    top: 6px;
    right: 6px;
}

.content_box_inner::after {
    right: auto;
    left: 6px;
}



section .content_box {
    width: 93%;
}



section .content_box::before {
    height: 4px;
    bottom: 6px;
}


.box_tit {
    margin-left: -30px;
    margin-bottom: 15px;
}

.box_tit span {
    font-size: 1.5rem;
    padding: 12px 20px;
}

.box_tit span::before {
    width: 17px;
}

.box_lead {
    margin-bottom: 22px;
    line-height: 1.45;
    font-size: 17px;
}

.box_ph {
    margin-bottom: 15px;
    border-radius: 5px;
}

.box_ph.ph_sml {
    width: 100%;
    margin: 0 auto 15px;
}

.box_txt {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.75;
    text-align: left;
}

.detail_list > dt {
    padding: 13px 13px 3px;
    width: 100%;
    border-bottom: none;
}

.detail_list > dd {
    padding: 0 13px 13px;
    border-left: none;
    width: 100%;
}

.inner_box {
    border-left: 6px solid #628cd3;
    padding: 15px 14px;
    margin-bottom: 20px;
}

section .content_box .content_tit {
    margin-bottom: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-size: 1.15rem;
}

.detail_list_wrap {
    margin-bottom: 15px;
}

.detail_box {
    padding: 1.3rem;
    margin-bottom: 1.5rem;
}

.detail_txt {
    font-size: 1rem;
}

.attention_list > li {
    font-size: 0.85em;
}

.target_span span {
    font-size: 15px;
    min-width: 120px;
}

.target_span {
    text-align: center;
    margin-bottom: 25px;
}

.fc_box {
    text-align: left;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 20px;
}
.fc_lead {
    line-height: 1.7;
}

.sub_box {
    padding: 18px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.sch_date {
    width: 100%;
    font-size: 31px;
    margin-bottom: 10px;
}

.sch_info {
    width: 100%;
    font-size: 14px;
}

.sch_list.am .sch_date {
    font-size: 0.9rem;
}

.sch_txt .time {
    display: block;
    line-height: 1.4;
    font-size: 0.95em;
    margin: 0 0 2px;
}

.sch_txt {
    margin-bottom: 5px;
}
.sch_txt:last-child {
    margin-bottom: 0;
}


.schedule_list > li {
    padding: 1.25rem 0;
}
.schedule_list > li .sch_txt {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px dotted #00000087;
    padding-bottom: 10px;
}

.schedule_list > li .sch_txt:last-child {
    border: none;
    padding: 0;
}

.attention {
    padding: 14px;
    margin-bottom: 20px;
    border-radius: 6px;
}


.btn a {
    padding: 1.3em;
    font-size: 1.1rem;
}
.btn.main {
    margin-bottom: 1rem;
}

.btn_wrap .btn {
    width: 100%;
}


.cs {
    font-size: 1.75rem;
}

.photo_member {
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 15px;
}

.photo_list > li {
    border-radius: 6px;
    margin-bottom: 8px;
}


.slider li img {
    border-radius: 15px;
}

.slider .slick-next {
    width: 50px;
    right: 18%;
}

.slider .slick-prev {
    width: 50px;
    left: 18%;
}


.jacket_list {
    margin-bottom: 25px;
}

.jacket_list > li {
    width: 70%;
    box-shadow: 3px 3px 0 #000;
}

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;
}

}

