@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------------------


                      common


-----------------------------------------------------------------*/
html, body {
   height: 100%;
}
html {
   background: url(../img/dt-2021/bg.png) center center;
   scroll-behavior: smooth;
   -webkit-overflow-scrolling: touch;
}
body {
   color: #3b3b3b;
   font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
   text-decoration: underline;
   color: #3b3b3b;
}
a:hover {
   text-decoration: none;
}

rt {
   font-size: 14px;
   letter-spacing: -0.05em;
}


.pc {
   display: block;
}
.sp {
   display: none;
}
.mgauto {
	margin: auto;
}
@media screen and (max-width:599px) {
   html {
      background-size: 5%;
   }
   .sp {
      display: block;
   }
   .pc {
      display: none;
   }
   rt {
      font-size: 1.1rem;
      letter-spacing: -0.05em;
   }
}
/* --------------------------------------------------------------


                      footer


-----------------------------------------------------------------*/

.wrap-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-wrap: wrap;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
   width: 100%;
    max-width: 620px;
    margin: 0 auto 50px;
    padding-bottom: 50px;

}
.box-footer {
   width: 100%;
/*    margin: 4%; */
}
.btn-footer {
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-flow: row wrap;
   flex-wrap: wrap;
   -ms-flex-pack: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   flex-wrap: wrap;
   /*width: 81%;*/
   margin: 0 auto 2em;
}
.btn-footer .management {
   max-width: 195px;
   width: 100%;
   margin: 4% 5% 0 0;
   padding: 0;
   background-color: #fff;
   border: 2px solid #b5b5b5;
   border-radius: 10px;
   text-align: center;
}

.btn-footer .privacy {
    max-width: 195px;
    width: 100%;
    margin: 4% 0 0 0;
    padding: 16px 0;
    background-color: #fff;
    border: 2px solid #b5b5b5;
    border-radius: 10px;
    text-align: center;
}
.contact {
   width: 420px;
   padding: 30px 0 20px;
   background-color: #ffe100;
   border-radius: 10px;
   text-align: center;
}
.contact .txt-img {
   width: 36%;
}
.box-copy {
/*    margin: 4%; */
   font-size: 13px;
   font-weight: bold;
   text-align: center;
   margin: auto;
}
.box-copy img{
  width: 28%;
  height: auto;
}
.wrap-footer .box-footer .btn-footer .flex {
    width: 100%;
}
.wrap-footer .box-footer .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
	justify-content: space-between;
    flex-wrap: wrap;
}

.wrap-footer .box-footer .btn-footer .sub-btn-box {
    margin: 0 0 4%;
}

.supporter {
   /*width: 50%;*/
   margin: 140px auto 140px;
   text-align: center;
}
.wrap-supporter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;;
    justify-content: center;
    flex-wrap: wrap;
   width: 100%;
    max-width: 710px;
    margin: auto;

}
.box-supporter1 {
    width: 195px;
    height: 95px;
    margin: 4% 4% 4% 0;
    /*padding: 26px 0 22px 0;*/
    text-align: center;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}
.box-supporter2 {
   width: 195px;
   margin: 4%;
   padding: 13px 0 8px;
   text-align: center;
   border: 1px solid #000;
   border-radius: 10px;
   background-color: #fff;
   position: relative;
}
.all-center {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: 60%;
}
.box-supporter2 .all-center {
   width: 33%;
}
.box-supporter3 {
   width: 195px;
   margin: 4% 0 4% 4%;
   padding: 36px 0 22px 0;
   text-align: center;
}
.ttl-pape {
   position: relative;
   left: 0;
}
.ttl-pape-nop {
   position: relative;
}
.box-page-ttl-nop {
   width: 65%;
}
.box-page-ttl-nop img {
   position: relative;
   top: 30px;
}
.box-page-return-nop {
   width: 35%;
}
.block-supporter-ttl {
   margin-bottom: 40px;
}
.block-supporter-ttl h1 {
   display: inline-block;
   text-align: center;
   font-size: 24px;
   font-weight: bold;
   letter-spacing: 0.09em;
   line-height: 2.4;
}
.supporter .supporter-ttl{
   /*background: url(../img/dt-2021/ttl-supporter.png) no-repeat bottom;*/
   /*background-size: contain;*/
   
}
.management,
.privacy{
   position: relative;
}
.management .txt-img {
   width: 64%;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.privacy .txt-img {
   width: 76%;
   top: -2px;
}
/* supporter */
.support {
	padding: 150px 2em;	
}

.support h1 {
	margin: 0 0 56px;
}

.support h1 img {
	max-width: 576px;
	width: 100%;
}

.support .heading {
	margin: 0 0 20px;
	text-align: center;
}

.support .heading img {
	width: auto;
	height: 21px;
}

.support .block-bnr .flex {
	width: 76%;
	margin: auto;
	justify-content: center;
}
.support li {
    margin: 2%;
    width: 29%;
}
.support .flex {
	font-size: 16px;
	text-align: center;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap:wrap;
	
}
.support .block-bnr .flex li img {
	width: auto;
	width: 100%;
}


.support .block-mebr .org {
	max-width: 714px;
	width: 66.1111111111111;
	margin: 0 auto;
}

.support .block-mebr .box {
	display: table;
	margin: 2% 0;
	text-align: left;
}

.support .block-mebr .box dt,
.support .block-mebr .box dd {
	display: table-cell;
}

.support .block-mebr .box dt {
	width: 3em;
}

.support .block-bnr {
    max-width: 980px;
    margin: 0 auto 60px;
}

.support .block-now-wanted {
	max-width: 714px;
	width: 66.1111111111111;
    margin: 150px auto 0;
}

.support .block-now-wanted .heading {
    margin: 0 0 48px;
}

.support .block-now-wanted .heading img {
	width: 558px;
	height: auto;
    margin: 0 auto 0;
}

.support .block-now-wanted p {
	font-size: 18px;
	line-height: 1.8;
	text-align: justify;
}

.w100 {
	width: 100%;
}
.footer-image {
    margin-bottom: 30px;
}

/* @group overlay */



#overlay {
	}

.overlay-trigger:hover {
	opacity: 0.8;
	cursor: pointer;
	}

.page-overlay {
	display: none;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	}

.page-overlay .background {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
	cursor: pointer;
	}

.page-overlay .overlay-content {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 50%;
	width: 900px;
	margin: 0 0 0 -450px;
	padding: 0;
	}

/*.page-overlay .overlay-content.dmhcj {
	box-sizing: border-box;
	position: absolute;
	top: 160px;
	left: 50%;
	max-width: 900px;
	width: 88.8888888888889vw;
	margin: 0 0 0 calc( 0 - (88.8888888888889vw / 2));
	border: 5px solid #ffe100;
	border-radius: 26px;
	background: #fff9c8;
	}*/

.page-overlay .overlay-content.dmhcj {
	box-sizing: border-box;
	position: absolute;
	top: 160px;
	left: 50%;
	max-width: 900px;
	margin: 0 0 0 -450px;
	border: 5px solid #ffe100;
	border-radius: 26px;
	background: #fff9c8;
	}

.overlay-content.dmhcj .button {
	position: absolute;
	}

.overlay-content.dmhcj .button:hover {
	cursor: pointer;
	}


.overlay-content.dmhcj .button-close-top {
	top: -36px;
	right: 10px;
	}

.overlay-content.dmhcj .button-close-top img {
	width: 64px;
	}

.overlay-content.dmhcj .button-close-bottom {
	bottom: -30px;
	left: 50%;
	margin: 0 0 0 -74px;
	}

.overlay-content.dmhcj .button-close-bottom img {
	width: 148px;
	}

.overlay-content.dmhcj .about-dmhcj {
	max-width: 760px;
	width: 90%;
	margin: 0 auto;
	padding: 70px 0 70px;
	}

.overlay-content.dmhcj .about-dmhcj .heading {
	margin: 0 0 50px;
	}

.overlay-content.dmhcj .about-dmhcj .heading img {
	max-width: 628px;
	width: 96%;
	margin: 0 auto;
	}

.overlay-content.dmhcj .about-dmhcj .description {
	font-size: 18px;
	text-align: justify;
	line-height: 2;
	}

.overlay-content.dmhcj .about-dmhcj .description p {
	margin: 0 0 1em;
	}

.overlay-content.dmhcj .about-dmhcj .description a {
	font-weight: 600;
	}

/* @end */



/*
@media screen and (max-width: 1024px) and (min-width: 640px)
.support li {
    margin: 4% 2%;
    width: 29%;
}
*/

@media screen and (max-width: 848px) and (min-width: 915px) {
	.wrap-footer .box-footer .btn-footer .flex {
	    width: 96%;
	}
}

@media screen and (max-width:990px) {
.page-overlay .overlay-content.dmhcj {
	width: 90%;
	margin: 0 0 0 -45%;
	}

}

@media screen and (max-width:767px) {
   .btn-footer .management,
   .btn-footer .privacy{
       max-width: 100%;
       margin: 4% 0 0 0;
   }
}
@media screen and (max-width:599px) {
   .box-supporter3 {
      margin: 4% 0 4% 0;
   }
   .supporter .supporter-ttl {
       background: none;
       background-size: contain;
       background-position: 0 50px;
       height: 160px;
   }
   .supporter .block-supporter-ttl .supporter-ttl .support-img {
      width: 100%;
      position: relative;
      top: -45px;
   }
   .block-supporter-ttl h1 {
       line-height: 2.4;
   }
   .box-copy img {
       width: 14%;
       height: auto;
   }
   .box-page-return-nop {
      width: 14%;
   }
   .box-page-ttl-nop img {
      position: relative;
      top: 30px;
      width: 70%;
      left: 0;
   }
   .box-page-ttl-nop img {
      position: relative;
      top: 30px;
      width: 100%;
   }
   .box-page-ttl-nop {
      width: 86%;
   }
   .wrap-pape-ttl {
      width: 71%;
      margin: 0 0 0 20px;
   }
   .box-page-return-nop img {
      width: 100%;
   }
   .wrap-footer {
      display: block;
      width: 90%;
      padding-bottom: 120px;
      margin-bottom: 0;
   }
   .box-footer {
      width: 100%;
      margin: 0;
   }
   .contact img {
      width: 140px;
   }
   /*.contact a {
      display: block;
   }*/
   .contact {
       width: 100%;
   }
   .btn-footer .management img {
      width: 100px;
   }
   .btn-footer .privacy img {
      width: 120px;
   }
   .btn-footer .management {
      width: 44%;
      margin: 4% 2% 4% 0;
   }
   .btn-footer .privacy {
      width: 47%;
      margin: 4% 0 4% 4%;
   }
   .supporter {
      width: 100%;
   }
   .supporter {
      width: 90%;
      margin-top: 100px;
      margin-bottom: 80px;
   }
   .supporter h1 img {
      width: 100%;
   }
   .wrap-supporter {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-flow: row wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      flex-wrap: wrap;
      width: 710px;
      margin: auto;
   }
   .box-supporter1 {
      width: 46%;
      margin: 0 auto 0 0;
      /*padding: 26px 0 22px 0;*/
   }
   .box-supporter2 {
      width: 46%;
      margin: 0 0 0 auto;
      padding: 13px 0 8px;
   }
   .wrap-supporter {
      width: 100%;
   }

.support .block-mebr .box .row {
	display: block;
}

   .btn-footer .privacy {
      padding: 10px 0;
   }
   .btn-footer .management {
      padding: 10px 0;
   }
   .box-copy {
      margin: 4%;
      font-size: 10px;
      font-weight: bold;
      text-align: center;
   }
   .ttl-pape {
      position: relative;
      left: 0;
   }
   .wrap-footer .box-footer .btn-footer .btn-cntact {
	    width: 100%;
	}

	.wrap-footer .box-footer .btn-footer .sub-btn-box img {
	    width: 100%;
	}

	.wrap-footer .box-footer .btn-footer .flex {
	    width: 100%;
	}
	.wrap-footer .box-footer .btn-footer .flex {
	    justify-content: space-between;
	}
	.wrap-footer .box-footer .btn-footer .flex .sub-btn-box {
	    width: 47%;
	    margin-top: 6%;
	}
	.wrap-footer .box-footer .btn-footer .f-btn-sub {
	    width: 100%;
	}



/* @group overlay */



#overlay {
	}

.overlay-trigger:hover {
	opacity: 0.8;
	cursor: pointer;
	}

.page-overlay {
	display: none;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	}

.page-overlay .background {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
	cursor: pointer;
	}

.page-overlay .overlay-content {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 50%;
	width: 567px;
	margin: 0 0 0 -283.5px;
	padding: 0;
	}

.page-overlay .overlay-content.dmhcj {
	box-sizing: border-box;
	position: absolute;
	top: 160px;
	left: 50%;
	max-width: 567px;
	width: 90%;
	margin: 0 0 0 -45%;
	border: 6px solid #ffe100;
	border-radius: 26px;
	background: #fff9c8;
	}

.overlay-content.dmhcj .button {
	position: absolute;
	}

.overlay-content.dmhcj .button:hover {
	cursor: pointer;
	}


.overlay-content.dmhcj .button-close-top {
	top: -36px;
	right: 10px;
	}

.overlay-content.dmhcj .button-close-top img {
	width: 60px;
	}

.overlay-content.dmhcj .button-close-bottom {
	bottom: -30px;
	left: 50%;
	margin: 0 0 0 -74px;
	}

.overlay-content.dmhcj .button-close-bottom img {
	width: 140px;
	}

.overlay-content.dmhcj .about-dmhcj {
	position: relative;
	max-width: 488px;
	width: 90%;
	margin: 0 auto;
	padding: 70px 0 70px;
	}

.overlay-content.dmhcj .about-dmhcj .heading {
	margin: 0 0 50px;
	}

.overlay-content.dmhcj .about-dmhcj .heading img {
	max-width: 488px;
	width: 96%;
	margin: 0 auto;
	}

.overlay-content.dmhcj .about-dmhcj .description {
	font-size: 4.16666666666667vw;
	text-align: justify;
	line-height: 2;
  overflow-wrap: break-word;
	}

.overlay-content.dmhcj .about-dmhcj .description p {
	margin: 0 0 1em;
	}

.overlay-content.dmhcj .about-dmhcj .description a {
	font-weight: 600;
	}

/* @end */
}

@media screen and (max-width: 900px) and (min-width: 600px) {
	.wrap-footer .box-footer .btn-footer .sub-btn-box {
	    width: 46.5%;
	}

	.wrap-footer .box-footer .btn-footer .flex {
	    width: 100%;
	}
	.support .block-bnr .flex {
	    width: 100%;
	}
}
@media screen and (min-width: 600px) and (max-width: 900px)  {
	.support .block-bnr .flex {
	    width: 100%;
	}
}
@media screen and (max-width:375px) {
.supporter .block-supporter-ttl .supporter-ttl .support-img {
      width: 100%;
      position: relative;
      top: -20px;
   }
}
@media screen and (max-width:320px) {
   .supporter .block-supporter-ttl .supporter-ttl .support-img {
      margin-top: 30px;
   }
}
/* --------------------------------------------------------------


                      ttl


-----------------------------------------------------------------*/
.wrap-pape-ttl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-wrap: wrap;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 980px;
    margin: auto;
    width: 100%;
}
.box-page-ttl {
   width: 85%;
}
.box-page-return {
   width: 6%;
}
.box-page-ttl {
   position: relative;
   top: 20px;
}
@media screen and (max-width:599px) {
   .wrap-pape-ttl {
      width: 90%;
   }
   .box-page-return {
      width: 10%;
   }
   .box-page-return img {
    width: 100%;
    max-width: 50px;
}
   .box-page-ttl img {
      width: 60%;
      padding-left: 34px;
   }
   .box-page-ttl {
      width: 90%;
      position: relative;
   }
   .box-page-ttl-nop img {
      position: relative;
      top: 30px;
      width: 70%;
      left: -40px;
   }
   .support {
	    padding: 80px 0 150px;
	    margin: auto;
	}

.support .heading {
	margin: 0 0 20px;
}

.support .heading img {
	height: 5vw;
}

.support .block-now-wanted {
	    width: 90%;
	    margin-top: 200px;
}

.support .block-now-wanted .heading {
    margin: 0 0 10vw;
}

.support .block-now-wanted .heading img {
	max-width: 352px;
	width: 58.6666666666667vw;
	height: auto;
    margin: 0 auto 0;
}

.support .block-now-wanted p {
	font-size: 3.66666666666667vw;
	line-height: 1.8;
	text-align: justify;
}


   .support .block-bnr .flex {
	   display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-flow: row wrap;
		flex-wrap: wrap;
		-ms-flex-pack: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-wrap:wrap;
	    width: 90%;
	    margin: auto;
	}

.support .block-bnr .flex.single {
	justify-content: center;
	}
	.support .block-bnr .flex li {
	    width: 48%;
	    margin: 2% 0;
	}
	.support li img {
	    width: 100%;
	}

.support .block-mebr .org {
	width: 76%;
	margin: 0 auto;
}
	.support .block-mebr .box {
	    margin: 0;
	}
	.support .block-bnr .flex li img {
	    width: 100%;
	}
	.support .ttl-supporter {
	    width: 90%;
	}
	.support .block-mebr {
	    margin: 40px 0 0;
	}
	.support .block-mebr .box {
	    margin: 0;
	    line-height: 2.4rem;
	}

/*   .supporter-ttl {
       background: url(../img/sp-2021/ttl-supporter.png) no-repeat left bottom;
       width: 100%;
       height: 145px;
       margin: auto;
       background-size: contain;
       margin-bottom: 30px;
   }
   .supporter-ttl * {
      display: none;
   }*/
}
/* --------------------------------------------------------------


                      ページを閉じる


-----------------------------------------------------------------*/

.thanks a {
   font-size: 16px;
   text-decoration: none;
}
.thanks .close-btn {
    padding: 14px 24px;
    background-color: #fff;
    border: 3px solid #3b3b3b;
    border-radius: 50px;
    font-size: 18px;
    margin-top: 50px;
    background: url(../img/dt-2021/icon-close.png) no-repeat right center;
    background-size: 12%;
    background-position: right 8% bottom 50%;
    padding-right: 60px;

}

.thanks-ttl {
   /*padding: 40px 0 16px;*/
}
@media screen and (max-width:599px) {
   .thanks {
       padding: 85px 0 60px 0;
       margin-bottom: 100px;
      font-size: 16px;
   }
   .thanks a {
      font-size: 12px;
   }
   .thanks-ttl img {
      width: 70%;
   }
   .thanks-ttl {
       /*padding: 20px 0 16px;*/
   }
   .btn-close {
      margin-top: 0;
   }
   .thanks .close-btn {
       padding: 14px 24px;
       background-color: #fff;
       border: 3px solid #3b3b3b;
       border-radius: 50px;
       font-size: 13px;
       margin-top: 50px;
       background: url(../img/dt-2021/icon-close.png) no-repeat right center;
       background-size: 12%;
       background-position: right 8% bottom 50%;
       padding-right: 60px;
       text-decoration: none;
   }
}



/* --------------------------------------------------------------


                     カーソル


-----------------------------------------------------------------*/
a {
  cursor:-moz-grab;
  cursor:-webkit-grab;
  cursor: pointer;
}




