@charset "utf-8";

h3 {
    margin-bottom: 10%;
}
.faqtitle-l {
    background: linear-gradient(0.25turn, #17c0ef, #00bfff);
    
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-bottom: 1.5em;
    padding: 0.5em;
    
    border-radius: 0.3em;

    user-select: none;
}
h4{
    line-height: 0;
    font-family: 'Noto Sans JP', sans-serif;
}
summary {
	display: block;
}
summary::-webkit-details-marker {
	display: none;
}
.unshown {
    display: none;
}
hr {
    color: #161616;
}

/*---- 本体 ----*/
#mobile-section {
    position: relative;
    top: 0%;
    height: max-content;
    min-height: 100vh;
    margin-left: 0 auto;
    left: 0;
    padding-top: 15vh;
    background-color:#ffffff;
}

.faqsectioncontainer {
    margin-top: 10%;
    margin-inline: 5%;
    padding: 8%;

    border-radius: 3em;
}
.faqsectionheader h3 {
    text-align: center;
}

/*内容*/
.faqcontent {
    position: relative;
    /* margin-bottom: 1.5rem; */
    padding: 1rem 0.5rem 1rem 0.5rem;
    letter-spacing:0.2em;
    line-height: 1;
    background-color: #eeeeee;
    font-family: 'koruri', serif;
    cursor: pointer;
    transition: 0.2s;
}
.faqcontent:hover,
.faqcontent:focus {
    background-color: #bbdbf3;
}
.faqcontent .faqdate {
    margin: 0 0 1rem min(4rem, 5vw);
    font-size: 1rem;
    font-family: 'koruri', serif;
}
.faqcontent .faqtitle {
    margin: 0 0 0 0.5rem;
    font-size: 1.4rem;
}
.faqcontent .faqbody {
    margin-left: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}








/*ポップアップ*/
.popup-opener {
	cursor:pointer;
}
/*企画の詳細*/
.popup-window {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 83%;
	max-width: 400px;
	height: 70vh;
    max-height: 500px;
    padding: 1.5rem;
	border-radius: 0.6rem;
    letter-spacing: 0.2em;
	align-items: center;
	transform: translate(-50%, -50%);
    user-select: text;
}
/*企画詳細の✕マーク*/
.popup-closebutton {
	top: 12px;
	right: 12px;
    font-size: 1.4rem;
    color: #00001e;
}
.faqpopup .faqdate {
    font-size: 0.9rem;
    margin-bottom: 0;
    margin-left: 2rem;
    font-family: 'koruri', serif;
}
.faqpopup .faqtitle {
    margin-top: 0.8rem;
    line-height: 1.2rem;
}
.faqpopup .faqbody {
    font-family: 'koruri', serif;

}
.faqpopup .faqimg {
    width: 100%;
    user-select: none;
}
.hoodietext {
    font-size: 0.9em;
    margin-bottom: 1em;
}
.hoodiecolor {
    width: 3rem;
    height: 3rem;
    background-color: black;
    border-radius: 100%;
    border: solid #161616 0.1em;
}
.unei {
    background-color: #000000;
}
.senko {
    background-color: #51e8a7;
}
.tokai {
    background-color: #3c4b3e;
}
.daichi {
    background-color: #adadad;
}
.daini {
    background-color: #de82a7;
}
.daisan {
    background-color: #f6e5cc;
}
.hanbai {
    background-color: #111441;
}
.hiroba {
    background-color: #fff3b8;
}
.gate {
    background-color: #bbe2f1;
}
.hoso {
    background-color: #566beb;
}


@media screen and (orientation:landscape){
    .faqsectioncontainer {
        margin-inline: 10%;
        padding: 10%;
    }
}