@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

*{
margin: 0;
padding: 0;
box-sizing: border-box;
word-break: break-word;
}

html{
font-size: 62.5%;
/*\*/
_font-size: 62.5%;
/**/
}

a{
color: #302623;
text-decoration: none;
}

a:hover, a:focus{text-decoration: none;}

a:hover,a:focus,
a:hover img,
a:focus img{
opacity: 1;
}

img {
margin: 0;
padding: 0;
border: 0;
vertical-align:top;
}

ul, ol {
list-style: none;
}

.clearfix:after {
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

.embed{
width: 100%;
display: block;
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.embed iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.embed video{
width: 100%;
height: auto;
margin: 0;
padding: 0;
background-size: contain;
}
video::-internal-media-controls-download-button {
display:none;
}
video::-webkit-media-controls-enclosure {
overflow:hidden;
}
video::-webkit-media-controls-panel {
width: calc(100% + 30px);
}

body{
width: 100vw;
display: block;
background: url(../img/bg_haha.png) repeat center center;
background-size: auto 571px;
background-color: #fff100;
color: #302623;
font-family:"Noto Sans JP",'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size: 1.7rem;
font-weight: 500;
line-height: 1.8;
letter-spacing: 1px;
font-feature-settings: "palt";
text-align:justify;
overflow-x:hidden;
}
body.scroll-prevent{
overflow: hidden;
}

/* Layout */
section{
display:block;
}
#page{
width: 100vw;
display: block;
margin: 0 0 0 0;
position: relative;
overflow-x: hidden;
}
.scroll-prevent #page{
overflow: hidden;
}
.wrapper{
width: 1000px;
display: block;
margin: 0 auto 0 auto;
text-align: center;
position: relative;
overflow: visible;
}
.wrapper *{
position: relative;
}

.nolink{
color: #666666;
pointer-events: none;
cursor: default;
}

.pcHide{
display: none !important;
}
.spHide{
display: block !important;
}
.pc_br{
display: inline;
}
.sp_br{
display: none;
}

.boxShadow .contentBox{
display: block;
background-color: #ffffff;
border: 2px solid #302623;
border-radius: 20px;
box-sizing: border-box;
position: relative;
z-index: 2000;
}
.boxShadow:before{
content: "";
width: 100%;
height: 100%;
display: block;
background-color: #b5b6b6;
border: 2px solid #302623;
border-radius: 20px;
box-sizing: border-box;
position: absolute;
top: 4px;
left: -6px;
z-index: 1200;
}


/* menu btn */
#menu{
width: 160px;
height: 72px;
display: block;
position: fixed;
top:4px;
right:4px;
z-index: 9999;
cursor: pointer;
}
#menu.active{
filter: none;
}
#menu .box{
width: 160px;
height: 72px;
display: block;
background-color: #ffffff;
border: 2px solid #302623;
position: relative;
z-index: 9900;
}
#menu.active .box{
background-color: #ffffff;
border: 2px solid #ffffff;
}
#menu:after{
content: "";
width: 160px;
height: 72px;
display: block;
background-color: #b5b6b6;
border: 2px solid #302623;
box-sizing: border-box;
position: absolute;
top: 4px;
left: -6px;
z-index: 9800;
}

#menu span{
width: 11px;
height: 2px;
display: inline-block;
transition: all .4s;
box-sizing: border-box;
background-color: #302623;
position: absolute;
left: 38px;
}
#menu p{
width: 60px;
height: 0;
display: inline-block;
padding-top: 14px;
background: url(../img/txt_menu.svg) no-repeat center center;
background-size: contain;
position: absolute;
top: 27px;
left: 58px;
animation: menu-txt 1.2s forwards;
opacity: 0;
overflow: hidden;
}
#menu.active p{
width:100%;
background: url(../img/txt_close.svg) no-repeat center center;
background-size: contain;
animation: active-menu-txt 1s forwards;
left: 0;
}
@keyframes menu-txt {
0% {
transform: translateX(10px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
@keyframes active-menu-txt {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}

#menu span:nth-of-type(1) {
top:28px;
}
#menu span:nth-of-type(2) {
top:33px;
}
#menu span:nth-of-type(3) {
bottom:28px;
}

#menu span:nth-of-type(1) {
animation: menu-bar01 .3s forwards;
}
#menu span:nth-of-type(2) {
animation: menu-bar01 .5s forwards;
}
#menu span:nth-of-type(3) {
animation: menu-bar01 .7s forwards;
}

@keyframes menu-bar01 {
0% {
transform: translateX(20px);
}
100% {
transform: translateX(0);
}
}

#menu:hover .box{
background-color: #302623;
}
#menu:hover .box span{
background-color: #ffffff;
}
#menu:hover p{
background: url(../img/txt_menu_w.svg) no-repeat center center;
}
#menu.active:hover p{
background: url(../img/txt_close_w.svg) no-repeat center center;
}
#menu:hover:after{
top: 3px;
left: -3px;
}
    

#menu.active{
}
#menu.active:hover .box{
border: 2px solid #302623;
}
#menu.active:after{
display: none;
}
#menu.active span:nth-of-type(1){
animation: menu-bar02 .7s forwards;
}
#menu.active span:nth-of-type(2){
animation: menu-bar02 .5s forwards;
}
#menu.active span:nth-of-type(3){
animation: menu-bar02 .3s forwards;
}

@keyframes menu-bar02 {
0% {
opacity: 1;
}
100% {
opacity: 0;
display: none;
}
}

/* gNav */
#gNav{
width: 100vw;
height: 100vh;
display: none;
justify-content: center;
flex-wrap: wrap;
align-items: center;
background: url(../img/bg_haha.png) repeat center center;
background-color: #fff100;
position: fixed;
top: 0;
left: 0;
z-index: 9000;
}
#gNav.active{
display: flex;
animation: active-gNav .5s forwards;
}
@keyframes active-gNav {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#gNav .gNavBox{
width: 840px;
height: 402px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
background-color: #ffffff;
border: 10px solid #ffffff;
position: relative;
}
#gNav .gNavBox .gNav-top,
#gNav .gNavBox .gNav-under{
display: block;
}

#gNav .gNavBox .gNav-top{
width: 540px;
height: 0;
padding-top: 382px;
background: url(../img/poster_yoko.jpg) no-repeat center center;
background-size: contain;
position: absolute;
top: 0;
left: 0
}
#gNav .gNavBox .gNav-under{
width: 270px;
display: block;
position: absolute;
top: 0;
right: 0;
}

#gNav ul{
width: 100%;
display: block;
}
#gNav ul li{
display: block;
line-height: 94px;
margin: 2px 0 2px 0;
}
#gNav ul li:first-child{
margin-top: 0;
}
#gNav ul li:last-child{
margin-bottom: 0;
}
#gNav ul li a{
display: block;
background-color: #302623;
color: #ffffff;
text-align: center;
}
#gNav ul li a:hover{
background-color: #fff100;
color: #302623;
}


/* footer */
footer{
display: block;
margin: 0 0 0 0;
padding: 0 0 40px 0;
background-color: #302623;
position: relative;
}
footer .wrapper{
position: relative;
}
footer a{
color: #ffffff;
text-decoration: underline;
text-decoration-thickness: 1x;
text-underline-offset: 4px;
}
footer .coop{
width: 100%;
display: block;
margin: 0 0 -52px 0;
padding: 0;
background-color: #ffffff;
border: 2px solid #302623;
text-align: center;
position: relative;
top: -52px;
left: 0;
}
footer .coop p{
display: inline-block;
margin: 0 38px 0 38px;
font-size: 2.5rem;
font-weight: 700;
line-height: 100px;
}

footer .archive{
display: block;
margin: 78px 0 0 0;
}
footer .archive ul{
display: block;
position: relative;
}
footer .archive ul:before{
content: "みんわらアーカイブ　-";
display: inline-block;
color: #ffffff;
position: relative;
}
footer .archive ul li{
display: inline-block;
margin: 0 0 0 12px;
position: relative;
}

.footerLink{
display: block;
margin: 54px 0 0 0;
}
.footerLink ul{
display: block;
}
.footerLink li{
display: inline-block;
margin: 0 0 0 28px;
font-size: 1.4rem;
line-height: 1;
}
.footerLink li:first-child{
margin: 0 0 0 0;
}
.footerLink li a{
color: #ffffff;
text-decoration: underline;
text-decoration-thickness: 2px;
text-underline-offset: 8px;
}
.footerLink li a:hover{
text-decoration: none;
}

#copyright{
display: block;
margin: 30px 0 0 0;
color: #ffffff;
font-size: 1.4rem;
}

/* news list */
.newsList{
display: block;
margin: 36px 0 0 0;
}
.newsList li{
display: block;
margin: 30px 0 0 0;
padding: 0 0 30px 0;
border-bottom: 2px solid #302623;
}
.newsList li:first-child{
margin: 0 0 30px 0;
padding: 30px 0 30px 0;
border-top: 2px solid #302623;
}
.newsList li a{
display: block;
}
.newsList li a:hover dd{
color: #219512;
}
.newsList li dl{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 0 20px 0 20px;
}
.newsList li dl dt{
width: 100px;
display: block;
text-align: left;
}
.newsList li dl dd{
width: calc(100% - 140px);
display: block;
text-align: left;
}



/* -- */
/* -- */
/* SP */
/* -- */
/* -- */
@media screen and (max-width: 768px) {
/* */
/* */

body{
background: url(../img/bg_haha.png) repeat center center;
background-size: auto 260px;
background-color: #fff100;
font-size: 1.6rem;
line-height: 1.7;
}

/* Layout */
section{
}
#page{
}
.scroll-prevent #page{
}
.wrapper{
width: auto;
margin: 0 8vw 0 8vw;
}

.pcHide{
display: block !important;
}
.spHide{
display: none !important;
}
.pc_br{
display: none;
}
.sp_br{
display: inline:
}

.boxShadow .contentBox{
display: block;
}
.boxShadow:before{
top: 4px;
left: -5px;
}


/* menu btn */
#menu{
width: 120px;
height: 52px;
top:4px;
right:4px;
}
#menu.active{
filter: none;
}
#menu .box{
width: 120px;
height: 52px;
border: 2px solid #302623;
}
#menu.active .box{
}
#menu:after{
width: 120px;
height: 52px;
border: 2px solid #302623;
top: 4px;
left: -5px;
}

#menu span{
width: 10px;
height: 2px;
left: 23px;
}
#menu p{
width: 57px;
padding-top: 13px;
background: url(../img/txt_menu.svg) no-repeat center center;
top: 18px;
left: 41px;
}
#menu.active p{
width:100%;
background: url(../img/txt_close.svg) no-repeat center center;
background-size: contain;
animation: active-menu-txt 1s forwards;
left: 0;
}

#menu span:nth-of-type(1) {
top:18px;
}
#menu span:nth-of-type(2) {
top:23px;
}
#menu span:nth-of-type(3) {
bottom:18px;
}

#menu:hover p{
background: url(../img/txt_menu_w.svg) no-repeat center center;
}
#menu.active:hover p{
background: url(../img/txt_close_w.svg) no-repeat center center;
}
#menu:hover:after{
top: 3px;
left: -3px;
}


#menu.active{
}
#menu.active:hover .box{
border: 2px solid #302623;
}
#menu.active:after{
display: none;
}
#menu.active span:nth-of-type(1){
animation: menu-bar02 .7s forwards;
}
#menu.active span:nth-of-type(2){
animation: menu-bar02 .5s forwards;
}
#menu.active span:nth-of-type(3){
animation: menu-bar02 .3s forwards;
}

@keyframes menu-bar02 {
0% {
opacity: 1;
}
100% {
opacity: 0;
display: none;
}
}

/* gNav */
#gNav{
background: url(../img/bg_haha.png) repeat center center;
background-size: 800px auto;
background-color: #fff100;
}
#gNav.active{
}
#gNav .gNavBox{
width: 70vw;
height: 70vh;
display: block;
border: 10px solid #ffffff;
}
#gNav .gNavBox .gNav-top,
#gNav .gNavBox .gNav-under{
}

#gNav .gNavBox .gNav-top{
width: 100%;
padding-top: 70%;
background: url(../img/poster_yoko.jpg) no-repeat center center;
background-size: contain;
position: relative;
top: auto;
left: auto:
}
#gNav .gNavBox .gNav-under{
width: 100%;
position: relative;
top: auto;
right: auto;
}

#gNav ul{
}
#gNav ul li{
line-height: calc((70vh - 70vw*0.7 - 16px)/4);
margin: 2px 0 2px 0;
}
#gNav ul li:first-child{
margin-top: 4px;
}
#gNav ul li:last-child{
margin-bottom: 0;
}
#gNav ul li a{
display: block;
background-color: #302623;
color: #ffffff;
text-align: center;
}
#gNav ul li a:hover{
background-color: #fff100;
color: #302623;
}


/* footer */
footer{
padding: 0 0 40px 0;
}
footer .wrapper{
}
footer a{
}
footer .coop{
}
footer .coop p{
display: block;
margin: 20px 20px 20px 20px;
font-size: 2rem;
font-weight: 700;
line-height: 30px;
}

footer .archive{
margin: 64px 0 0 0;
padding: 15px 10px 20px 10px;
border: 1px solid #ffffff;
}
footer .archive ul{
}
footer .archive ul:before{
content: "みんわらアーカイブ";
display: block;
text-align: center;
}
footer .archive ul li{
margin: 8px 8px 0 8px;
}

.footerLink{
margin: 42px 0 0 0;
}
.footerLink ul{
}
.footerLink li{
display: block;
margin: 20px 0 0 0;
font-size: 1.4rem;
line-height: 1;
}
.footerLink li a{
}
.footerLink li a:hover{
text-decoration: none;
}

#copyright{
margin: 30px 0 0 0;
font-size: 1.3rem;
}

/* news list */
.newsList{
margin: 24px 0 0 0;
}
.newsList li{
margin: 24px 0 0 0;
padding: 0 0 24px 0;
border-bottom: 2px solid #302623;
}
.newsList li:first-child{
margin: 0 0 24px 0;
padding: 24px 0 24px 0;
border-top: 2px solid #302623;
}
.newsList li a{
}
.newsList li a:hover dd{
color: #219512;
}
.newsList li dl{
display: block;
padding: 0 0 0 0;
}
.newsList li dl dt{
width: auto;
}
.newsList li dl dd{
width: auto;
margin: 5px 0 0 0;
}




/* */
/* */
}
/* -- */
/* -- */
/* SP */
/* -- */
/* -- */


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


}