@charset "UTF-8";
/* ----------------------------------------------------------------
   home
  ----------------------------------------------------------------- */
.loop-txt {
 margin-top: calc(-5.8075vw - 35px);
 opacity: 1;
 overflow: hidden;
 width: 100%;
}
.loop-txt .loop-img {
 display: flex;
 height: auto;
 overflow: hidden;
 width: 125vw;
}
@media only screen and (max-width: 1024px) {
 .loop-txt {
  margin-top: calc(-9.2919vw - 15px);
 }
 .loop-txt .loop-img {
  display: flex;
  height: auto;
  overflow: hidden;
  width: 200vw;
 }
}
.loop-txt .loop-img img {
 animation: loop 50s -25s linear infinite;
 height: 100%;
 max-width: none;
 width: 100%;
}
.loop-txt .loop-right img {
 animation: loop_right 50s -25s linear infinite;
}
.loop-txt .loop-right img + img {
 animation: loop_right2 50s linear infinite;
}
.loop-txt .loop-left img {
 animation: loop_left 50s -25s linear infinite;
}
.loop-txt .loop-left img + img {
 animation: loop_left2 50s linear infinite;
}
@keyframes loop_right {
 0% {
  transform: translateX(-100%);
 }
 to {
  transform: translateX(100%);
 }
}
@keyframes loop_right2 {
 0% {
  transform: translateX(-200%);
 }
 to {
  transform: translateX(0);
 }
}
@keyframes loop_left {
 0% {
  transform: translateX(100%);
 }
 to {
  transform: translateX(-100%);
 }
}
@keyframes loop_left2 {
 0% {
  transform: translateX(0);
 }
 to {
  transform: translateX(-200%);
 }
}
/* 横スクロールカード*/
body.home .card-wrap {
 margin: 0 auto 71px;
 width: 100%;
}
body.home #card {
 margin: 0 auto;
 width: 98%;
}
body.home #card .card-list {
 overflow-x: scroll;
 white-space: nowrap;
 -webkit-overflow-scrolling: touch;
}
body.home #card .card-list li {
 display: inline-block;
 position: relative;
 width: 20.181818%;
 margin: 50px 10px 18px;
}
body.home #card .card-list li img {
 border-radius: 10px;
}
/*スクロールバー全体*/
body.home #card .card-list::-webkit-scrollbar {
 width: 10px;
 height: 10px;
}
/*スクロールバーの軌道*/
body.home #card .card-list::-webkit-scrollbar-track {
 border-radius: 10px;
 background-color: #ccc;
}
/*スクロールバーの動く部分*/
body.home #card .card-list::-webkit-scrollbar-thumb {
 background-color: #cd212a;
 border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
 body.home .card-wrap {
  margin: 0 auto 26px;
 }
 body.home #card {
  width: 100%;
 }
 body.home #card .card-list li {
  display: inline-block;
  position: relative;
  width: 38%;
  margin: 30px 1px 10px;
 }
 body.home #card .card-list li img {
  border-radius: 5px;
 }
}
body.home #loadingWrap {
 width: 100%;
 height: 100vh;
 background: rgb(190, 52, 85);
 position: fixed;
 top: 0;
 left: 0;
 z-index: 200;
}
body.home #loading {
 width: 70px;
 height: 70px;
 border-top: 3px solid rgba(255, 255, 255, 0.2);
 border-right: 3px solid rgba(255, 255, 255, 0.2);
 border-bottom: 3px solid rgba(255, 255, 255, 0.2);
 border-left: 3px solid rgba(255, 255, 255, 1);
 animation: loaderAnime 1s infinite linear;
 border-radius: 50%;
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 z-index: 201;
}
@keyframes loaderAnime {
 0% {
  transform: rotate(0deg);
 }
 100% {
  transform: rotate(360deg);
 }
}
body.home .loadingNone {
 animation: loadingAnime 1s forwards;
}
@keyframes loadingAnime {
 0% {
  opacity: 1;
 }
 99% {
  opacity: 0;
 }
 100% {
  opacity: 0;
  visibility: hidden;
 }
}
body.home .intro {
 position: absolute;
 width: 100%;
 height: 100vh;
 background: rgb(190, 52, 85);
 animation: rotation2 7.2s forwards;
 z-index: 198;
}
@keyframes rotation2 {
 0% {
  opacity: 1;
 }
 50% {
  opacity: 1;
 }
 100% {
  opacity: 0;
  visibility: hidden;
 }
}
body.home #bg-movie {
 position: fixed;
 pointer-events: none;
 top: 0;
 width: 100%;
 z-index: -999;
}
/*#wrap::before {
 background: transparent url(../images/overlay/01.png) repeat top left;
 content: "";
 display: block;
 position: absolute;
 height: 100%;
 width: 100%;
 z-index: -11;
}*/
body.home #contents {
 background-color: rgba(255, 255, 255, 0);
 display: block;
 margin-right: 0px;
 max-width: calc(100% - 0px);
 padding: 0;
 width: calc(100% - 0px);
}
body.home section {
 padding-top: 0;
}
/*ニュースティッカー*/
body.home .area-headline {
 background-color: #333;
 margin-top: 60px;
 padding: 0 10px;
 width: 100%;
 z-index: 1;
}
body.home .area-headline .sec-inr {
 position: relative;
 max-width: 1400px;
 height: 40px;
 margin: 0 auto;
 line-height: 40px;
}
body.home .area-headline .sec-inr .tit {
 background-color: rgb(190, 52, 85);
 color: #fff;
 display: block;
 font-size: 14px;
 font-family: YakuHanJP, oswald, 'Noto Sans JP', sans-serif;
 padding: 3px 20px 4px;
 position: absolute;
 line-height: 1;
 left: 0;
 top: 10px;
}
body.home .area-headline .sec-inr #ticker {
 position: relative;
 padding: 0 0 0 80px;
 text-align: left;
 overflow: hidden;
}
body.home .area-headline .sec-inr #ticker ul {
 position: relative;
}
body.home .area-headline .sec-inr #ticker ul li {
 /*display: none;*/
 width: 100%;
}
body.home .area-headline .sec-inr #ticker ul li a {
 color: #fff;
 position: relative;
 display: block;
 padding-left: 100px;
 line-height: 40px;
}
body.home .area-headline .sec-inr #ticker ul li a:hover {
 text-decoration: underline;
 text-underline-offset: 5px;
 text-decoration-thickness: 0.7px;
}
body.home .area-headline .sec-inr #ticker ul li a .date {
 display: block;
 font-size: 1.2rem;
 position: absolute;
 left: 0;
 top: 0;
}
body.home .area-headline .sec-inr #ticker ul li a .post-tit {
 display: block;
 font-size: 1.2rem;
 overflow: hidden;
 text-overflow: ellipsis;
 width: 100%;
 white-space: nowrap;
}
@media only screen and (max-width: 768px) {
 body.home .area-headline {
  margin-top: 68px;
 }
 body.home .area-headline .sec-inr #ticker ul li a {
  padding-left: 0px;
 }
}
/*スライド*/
body.home .slider-wrap {
 position: relative;
 width: 100%;
}
/*body.home .slider-wrap::before {
 background: url("../img/common/tit_bkg2.png") no-repeat center bottom;
 background-size: cover;
 bottom: 0;
 content: "";
 height: 100%;
 position: absolute;
 width: 100%;
 z-index: -1;
 opacity: 0.7;
}
body.home .slider-wrap::after {
 background: url("../_bkg.jpg") no-repeat center bottom;
 background-size: cover;
 bottom: 0;
 content: "";
 height: 100%;
 position: absolute;
 width: 100%;
 z-index: -2;
}*/
body.home .slider {
 margin: 0 auto;
 padding: 0 0 0px;
 width: 100%;
}
body.home .slider-item {
 height: auto;
 margin: 10px 5px;
 width: 100%;
}
body.home .slider-item img {
 width: 100%;
}
/*バナー*/
body.home .sec-bnr {
 background-color: #333;
 width: 100%;
}
body.home .bnr-wrap {
 background-color: #333;
 margin: 0 auto;
 max-width: 1200px;
 padding: 30px 0;
 width: 90%;
}
body.home .bnr-area {
 align-items: center;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 margin: 0 auto;
 width: 100%;
}
body.home .bnr-item {
 margin: 1%;
 width: 23%;
}
body.home .bnr-item a:hover {
 opacity: 0.8;
}
body.home .slider-item {
 height: auto;
 width: 100%;
}
body.home .slider-item img {
 width: 100%;
}
@media only screen and (max-width: 768px) {
 body.home .bnr-item {
  margin: 1%;
  width: 48%;
 }
 body.home .slider {
  margin: 0 auto;
  padding: 0 0 0px;
  width: 100%;
 }
 body.home .slider-wrap {
  position: relative;
  width: 100%;
 }
 body.home .slider-item {
  height: auto;
  margin: 0;
  width: 100%;
 }
}
@media only screen and (min-width: 1024px) {
 body.home .slider {
  margin: 0 auto;
  width: 100%;
 }
}
/* ニュース */
body.home .section-news {
 align-items: center;
 background-color: #fff;
 display: flex;
 position: relative;
 margin: 0 auto;
 width: 100%;
}
body.home .section-news .area-news {
 margin: 2.5% auto;
 width: calc(90% - 0px);
}
body.home .section-news .block-tit {
 align-items: center;
 color: #333;
 display: flex;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: 700;
 font-size: 3rem;
 letter-spacing: 0.03em;
 line-height: 1;
 margin: 0px 0 20px 0;
}
body.home .section-news .block-tit::after {
 flex: 1;
 margin-left: 0.3em;
 border-top: solid 1px #333;
 content: "";
}
body.home .section-news .sec-title {
 font-size: 48px;
 line-height: 1;
 margin-bottom: 4%;
}
body.home .section-news .list-item {
 border-bottom: 1px solid #999;
 margin: 0 auto;
 padding: 2.5% 0;
 width: 100%;
}
body.home .section-news .list-item:last-child {
 border-bottom: 0px solid #999;
}
body.home .section-news .txt {
 align-items: center;
 display: flex;
 justify-content: flex-start;
}
body.home .section-news .date {
 background-color: rgb(190, 52, 85);
 color: #fff;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 1.2rem;
 line-height: 1;
 margin-right: 15px;
 padding: 5px;
 text-align: center;
}
body.home .section-news .tit {
 color: #333;
 line-height: 1.5;
}
body.home .section-news .tit a {
 color: #333;
 font-size: 1.3rem;
 line-height: 1.5;
}
body.home .section-news .new {
 border: 1px solid #FF0004;
 color: #FF0004;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 margin-right: 10px;
 padding: 0 10px;
}
/* ピックアップ */
body.home .sec-pickup {
 margin: 0 auto;
 width: 100%;
}
body.home .area-pickup {
 align-items: center;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
body.home .sec-pickup .sec-tit {
 color: #333;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: 700;
 font-size: 3rem;
 letter-spacing: 0.03em;
 line-height: 1;
 margin-left: 2.5%;
 width: calc(190px + 2.5%);
}
/*tabの形状*/
body.home .tab {
 align-items: center;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 0 2.5% 0 0;
 width: calc(92.5% - 190px);
}
body.home .tab li {
 text-align: center;
 width: calc(16.66% - 1px);
}
body.home .tab li a {
 background: #ddd;
 border-bottom: 5px solid #ddd;
 font-size: 1.2rem;
 display: block;
 margin: 0 2px;
 padding: 15px 0 10px;
}
/*liにactiveクラスがついた時の形状*/
body.home .tab li.tab-active a {
 background: #fff;
 border-bottom: 5px solid rgb(190, 52, 85);
}
/*エリアの表示非表示と形状*/
body.home .area {
 display: none; /*はじめは非表示*/
 opacity: 0; /*透過0*/
 padding: 0;
 margin-top: 2.5%;
 width: 100%;
}
/*areaにis-activeというクラスがついた時の形状*/
body.home .area.tab-is-active {
 display: block; /*表示*/
 animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
 animation-duration: 2s;
 animation-fill-mode: forwards;
}
@keyframes displayAnime {
 from {
  opacity: 0;
 }
 to {
  opacity: 1;
 }
}
body.home .area-pickup .news-item {
 align-items: stretch;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 margin: 0px auto;
 height: auto;
 width: calc(100% - 0px);
}
body.home .area-pickup .post-wrap {
 margin: 0 0;
 position: relative;
 width: calc(20% - 0px);
}
body.home .news-item .post-wrap {
 aspect-ratio: 1 / 1.33;
 background-color: #fff;
 border-bottom: 1px solid #999;
 border-right: 1px solid #999;
 padding: 1% 1% 2%;
}
body.home .news-item .post-wrap:nth-of-type(1) {
 border-top: 1px solid #999;
}
body.home .news-item .post-wrap:nth-of-type(2) {
 border-top: 1px solid #999;
}
body.home .news-item .post-wrap:nth-of-type(3) {
 border-top: 1px solid #999;
}
body.home .news-item .post-wrap:nth-of-type(4) {
 border-top: 1px solid #999;
}
body.home .news-item .post-wrap:nth-of-type(5) {
 border-right: 0px solid #999;
 border-top: 1px solid #999;
}
body.home .news-item .post-wrap:nth-of-type(10) {
 border-right: 0px solid #999;
}
body.home .area-pickup .post-thum {
 padding: 0;
 width: 100%;
}
body.home .area-pickup .post-thum img {
 height: auto;
 width: 100%;
}
body.home .area-npickup .txt-wrap {
 margin-top: 10px;
}
body.home .area-pickup .post-tit {
 line-height: 1.5rem;
}
body.home .area-pickup .post-tit .new-txt {
 font-size: 1.0rem;
 margin-top: 5px;
 text-align: justify;
}
body.home .area-pickup .post-date {
 color: #0d57a7;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 15px;
 line-height: 1;
 margin: 0px 0 5px 0;
}
body.home .area-pickup .post-tag {
 background-color: #333;
 color: #fff;
 font-size: 14px;
 left: 0;
 line-height: 1;
 margin: 10px 0 10px 0;
 padding: 5px;
 text-align: center;
 width: 100px;
}
@media only screen and (max-width: 1024px) {
 body.home .sec-pickup .sec-tit {
  margin-bottom: 2.5%;
  margin-left: 0;
  text-align: center;
  width: 100%;
 }
 body.home .pickup-item {
  margin-bottom: 10px;
 }
 body.home .pickup-item .name {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  display: flex;
  color: #fff;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 1.25em;
  height: 33.3%;
  justify-content: flex-start;
  padding-left: 5%;
  position: absolute;
  width: calc(100% - 0px);
  z-index: 1;
 }
 body.home .pickup-item .cate {
  font-size: 24px;
 }
 body.home .area-ratest {
  margin-bottom: 35px;
 }
 body.home .area-pickup .news-item {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0px auto;
  height: auto;
  width: calc(100% - 0px);
 }
 body.home .news-item .post-wrap {
  aspect-ratio: 1 / 1.333;
  background-color: #fff;
  border-bottom: 0px solid #999;
  border-right: 0px solid #999;
  border-top: 0px solid #999;
  padding: 2.5% 2.5% 5%;
 }
 body.home .news-item .post-wrap:nth-of-type(1) {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
 }
 body.home .news-item .post-wrap:nth-of-type(2) {
  border-bottom: 1px solid #999;
  border-right: 0px solid #999;
  border-top: 1px solid #999;
 }
 body.home .news-item .post-wrap:nth-of-type(3) {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 0px solid #999;
 }
 body.home .news-item .post-wrap:nth-of-type(4) {
  border-bottom: 1px solid #999;
  border-right: 0px solid #999;
  border-top: 0px solid #999;
 }
 body.home .news-item .post-wrap:nth-of-type(5) {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 0px solid #999;
 }
 body.home .news-item .post-wrap:nth-of-type(6) {
  border-bottom: 1px solid #999;
  border-right: 0px solid #999;
  border-top: 0px solid #999;
 }
 body.home .news-item .post-wrap:nth-of-type(7) {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 0px solid #999
 }
 body.home .news-item .post-wrap:nth-of-type(8) {
  border-bottom: 1px solid #999;
  border-right: 0px solid #999;
  border-top: 0px solid #999;
 }
 body.home .news-item .post-wrap:nth-of-type(9) {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 0px solid #999;
 }
 body.home .news-item .post-wrap:nth-of-type(10) {
  border-bottom: 1px solid #999;
  border-right: 0px solid #999;
  border-top: 0px solid #999;
 }
 body.home .area-ratest .post-inner {
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
 }
 body.home .area-ratest .post-tit {}
 body.home .area-pickup .post-tit .new-txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
  text-align: justify;
 }
 bod body.home .area-ratest .post-date {
  font-size: 12px;
 }
 body.home .section-news {
  align-items: center;
  display: flex;
  height: auto;
  width: 100%;
 }
 body.home .section-news .area-news {
  margin: 5% auto;
 }
 body.home .section-news .list-item {
  padding: 3.3% 0;
 }
 /* ピックアップ */
 /*tabの形状*/
 body.home .tab {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 95%;
 }
 body.home .tab li {
  font-size: 12px;
  text-align: center;
  width: calc(33.3% - 1px);
 }
 body.home .tab li a {
  display: block;
  background: #ddd;
  border-bottom: 5px solid #ddd;
  padding: 10px 0 5px;
  margin: 3px 1px 0;
 }
 /*liにactiveクラスがついた時の形状*/
 body.home .tab li.tab-active a {
  background: #fff;
 }
 body.home .area {
  display: none;
  opacity: 0;
  padding: 2.5% 0 0;
 }
 body.home .sec-pickup {
  margin: 0px 0px 0px 0;
  width: calc(100% - 0px);
 }
 body.home .sec-pickup .area-tit {
  color: #f5ce21;
  font-family: YakuHanJP, vincente, serif;
  font-weight: 800;
  font-size: 53px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  width: 100%;
 }
 body.home .area-pickup {
  align-items: stretch;
  display: block;
  justify-content: space-between;
  padding: 0;
  width: 100%;
 }
 body.home .area-pickup .news-item {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px auto;
  width: calc(100% - 0px);
 }
 body.home .area-pickup .post-wrap {
  margin: 0 0 0px 0;
  width: calc(50% - 0px);
 }
 body.home .area-pickup .txt-wrap {
  margin-top: 10px;
 }
 body.home .area-pickup .post-tit {
  font-size: 12px;
  text-align: justify;
  margin-top: 0;
 }
 body.home .area-pickup .post-date {
  font-size: 12px;
 }
}
body.home .block-1 {
 background-color: #efefef;
 padding: 90px 0;
 position: relative;
 width: 100%;
 z-index: -2;
}
body.home .block-1 .scroll-txt {
 background: url("../img/home/scroll_txt01.svg") no-repeat center;
 background-size: auto 150px;
 height: 150px;
 left: -100vw;
 overflow: hidden;
 position: absolute;
 top: 45px;
 width: 200vw;
 z-index: -1;
}
body.home .block-1 .inr {
 align-items: center;
 display: flex;
 justify-content: space-between;
 margin: 0 auto;
 width: 90%;
}
body.home .block-1 .figure {
 width: 33.3%;
}
body.home .block-1 .col-txt {
 width: 61.6%;
}
body.home .block-1 .read {
 color: #333;
 display: flex;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: 700;
 font-size: 2rem;
 line-height: 1.5;
 margin-bottom: 30px;
}
body.home .block-1 .caption {
 color: #333;
 line-height: 2;
 text-align: justify;
}
body.home .block-2 {
 padding: 90px 0;
 position: relative;
 width: 100%;
 z-index: -2;
}
body.home .block-2 .scroll-txt2 {
 background: url("../img/home/scroll_txt02.svg") no-repeat center;
 background-size: auto 150px;
 height: 150px;
 right: -100vw;
 overflow: hidden;
 position: absolute;
 top: 45px;
 width: 200vw;
 z-index: -1;
}
body.home .block-2 .inr {
 align-items: center;
 display: flex;
 flex-direction: row-reverse;
 justify-content: space-between;
 margin: 0 auto;
 width: 90%;
}
body.home .block-2 .figure {
 width: 33.3%;
}
body.home .block-2 .col-txt {
 width: 61.6%;
}
body.home .block-2 .read {
 color: #333;
 display: flex;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: 700;
 font-size: 2rem;
 line-height: 1.5;
 margin-bottom: 30px;
}
body.home .block-2 .caption {
 color: #333;
 line-height: 2;
 text-align: justify;
}
body.home .block-3 {
 background-color: #efefef;
 padding: 90px 0;
 position: relative;
 width: 100%;
 z-index: -2;
}
body.home .block-3 .scroll-txt {
 background: url("../img/home/scroll_txt03.svg") no-repeat center;
 background-size: auto 150px;
 height: 150px;
 left: -100vw;
 overflow: hidden;
 position: absolute;
 top: 45px;
 width: 200vw;
 z-index: -1;
}
body.home .block-3 .inr {
 align-items: center;
 display: flex;
 justify-content: space-between;
 margin: 0 auto;
 width: 90%;
}
body.home .block-3 .figure {
 width: 33.3%;
}
body.home .block-3 .col-txt {
 width: 61.6%;
}
body.home .block-3 .read {
 color: #333;
 display: flex;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: 700;
 font-size: 2rem;
 line-height: 1.5;
 margin-bottom: 30px;
}
body.home .block-3 .caption {
 color: #333;
 line-height: 2;
 text-align: justify;
}
@media only screen and (max-width: 768px) {
 body.home .block-1 {
  background-color: #efefef;
  padding: 0 0 10%;
  position: relative;
  width: 100%;
  z-index: -2;
 }
 body.home .block-1 .inr {
  display: block;
  margin: 0 auto;
  width: 100%;
 }
 body.home .block-1 .figure {
  width: 100%;
 }
 body.home .block-1 .col-txt {
  margin: 5% auto 0;
  width: 90%;
 }
 body.home .block-1 .read {
  color: #333;
  display: flex;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 5%;
 }
 body.home .block-2 {
  padding: 0 0 10%;
  position: relative;
  width: 100%;
  z-index: -2;
 }
 body.home .block-2 .inr {
  display: block;
  margin: 0 auto;
  width: 100%;
 }
 body.home .block-2 .figure {
  width: 100%;
 }
 body.home .block-2 .col-txt {
  margin: 5% auto 0;
  width: 90%;
 }
 body.home .block-2 .read {
  color: #333;
  display: flex;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 5%;
 }
 body.home .block-3 {
  background-color: #efefef;
  padding: 0 0 10%;
  position: relative;
  width: 100%;
  z-index: -2;
 }
 body.home .block-3 .inr {
  display: block;
  margin: 0 auto;
  width: 100%;
 }
 body.home .block-3 .figure {
  width: 100%;
 }
 body.home .block-3 .col-txt {
  margin: 5% auto 0;
  width: 90%;
 }
 body.home .block-3 .read {
  color: #333;
  display: flex;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 5%;
 }
}
/* ----------------------------------------------------------------
    sponcer
  ----------------------------------------------------------------- */
.sponcer {
 background-color: #fff;
}
.sponcer-list {
 align-items: center;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 0 auto;
 max-width: 900px;
 padding: 5% 0 0;
 width: 90%;
}
.sponcer-list .logo01 {
 width: 37.3%;
}
.sponcer-list .logo02 {
 width: 17.3%;
}
.sponcer-list .logo03 {
 width: 26.3%;
}
.sponcer-list2 {
 align-items: center;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 0 auto;
 max-width: 750px;
 padding: 2.5% 0 0;
 width: 90%;
}
.sponcer-list2 .logo01 {
 width: 25.3%;
}
.sponcer-list2 .logo02 {
 width: 10.3%;
}
.sponcer-list2 .logo03 {
 width: 28.3%;
}
@media only screen and (max-width: 1024px) {
 .sponcer-list {
  padding-bottom: 2.5%;
  padding-top: 5%;
 }
 .sponcer-list .org {
  margin-bottom: 1%;
  text-align: center;
  width: 100%;
 }
 .sponcer-list .logo01 {
  width: 38.3%;
 }
 .sponcer-list .logo02 {
  width: 18.3%;
 }
 .sponcer-list .logo03 {
  width: 27.3%;
 }
 .sponcer-list2 {
  padding-bottom: 5%;
 }
 .sponcer-list2 .org {
  margin-bottom: 1%;
  text-align: center;
  width: 100%;
 }
}
@media only screen and (max-width: 768px) {
 .sponcer-list .logo01 {
  text-align: center;
  width: 100%;
 }
 .sponcer-list .logo02 {
  text-align: center;
  width: 100%;
 }
 .sponcer-list .logo03 {
  text-align: center;
  width: 100%;
 }
 .sponcer-list .logo01 img {
  margin: 5% auto;
  width: 90%;
 }
 .sponcer-list .logo02 img {
  margin: 5% auto;
  width: 45%;
 }
 .sponcer-list .logo03 img {
  margin: 5% auto;
  width: 60%;
 }
 .sponcer-list2 .logo01 {
  text-align: center;
  width: 100%;
 }
 .sponcer-list2 .logo02 {
  text-align: center;
  width: 100%;
 }
 .sponcer-list2 .logo03 {
  text-align: center;
  width: 100%;
 }
 .sponcer-list2 .logo01 img {
  margin: 5% auto;
  width: 50%;
 }
 .sponcer-list2 .logo02 img {
  margin: 5% auto;
  width: 20%;
 }
 .sponcer-list2 .logo03 img {
  margin: 5% auto;
  width: 60%;
 }
}
/* ----------------------------------------------------------------
    guide ガイド
  ----------------------------------------------------------------- */
body.page-guide .sec-outline {}
body.page-guide .intro {}
body.page-guide .intro-txt {
 color: #333;
 line-height: 2;
 margin-top: 20px;
 text-align: justify;
}
body.page-guide .data-wrap {
 background-color: #fff;
 padding: 3.3%;
}
body.page-guide .data-item {
 border-top: 1px solid #0d57a7;
 display: flex;
 padding: 20px 0;
}
body.page-guide .data-item:first-child {
 border-top: 0px solid #0d57a7;
}
body.page-guide .data-tit {
 color: #0d57a7;
 font-weight: bold;
 margin-right: 50px;
 text-align-last: justify;
 text-align: center;
 width: 100px
}
body.page-guide .data-body {
 color: #333;
}
@media only screen and (max-width: 1024px) {
 body.page-guide .data-wrap {
  border: 1px solid #0d57a7;
  margin: 20px auto 0;
  padding: 20px 20px 40px 20px;
  width: 100%;
 }
 body.page-guide .data-wrap-online {
  margin: 0 auto;
 }
 body.page-guide .data-item {
  border-top: 0px solid #0d57a7;
  display: block;
  padding: 20px 0;
 }
 body.page-guide .data-item:last-child {
  padding-bottom: 0px;
 }
 body.page-guide .data-tit {
  margin: 0 0 10px 0;
  text-align-last: center;
  width: 100%;
 }
 body.page-guide .data-body {
  line-height: 1.5;
  text-align: center;
 }
}
/* ----------------------------------------------------------------
    message　佐藤タイジメッセージ
  ----------------------------------------------------------------- */
body.page-message .sec-message {}
body.page-message .sec-message .block-inr {
 padding: 35px 0 0;
}
body.page-message .sec-message .sec-txt {
 color: #333;
 line-height: 2;
 margin-top: 40px;
 text-align: justify;
}
body.page-message .sec-message .sec-txt-last {
 font-weight: bold;
 text-align: right;
 margin: 50px 0;
}
@media only screen and (max-width: 1024px) {
 body.page-message .sec-message .block-inr {
  padding: 3.3%
 }
}
/* ----------------------------------------------------------------
    system エネルギーシステム
  ----------------------------------------------------------------- */
body.page-system .main-bnr {
 margin: 50px auto 0;
}
body.page-system .sec-project {
 width: 100%;
}
body.page-system .sec-project .block-copy {
 font-size: 24px;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: bold;
}
body.page-system .sec-project .block-txt {
 font-size: 18px;
 line-height: 1.8;
 margin: 20px auto 0
}
body.page-system .sec-project .cf-area {
 align-items: center;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 0 auto;
 width: 100%;
}
body.page-system .sec-project .post-wrap {
 background-color: #efefef;
 border-radius: 10px;
 color: #fff;
 margin-bottom: 3.33%;
 padding-top: 1%;
 padding-bottom: calc(1% + 16px);
 text-align: center;
}
body.page-system .sec-project .col-cf .block-copy {
 color: #333;
 font-size: 20px;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: bold;
 text-align: center;
}
body.page-system .sec-project .col-cf .post-date {
 background-color: #fff;
 border-radius: 3px;
 color: #021b1e;
 font-size: 18px;
 margin: 20px auto 0;
 padding: 0 5px;
 text-align: center;
 width: 176px;
}
body.page-system .sec-project .col-cf .editer-area {
 color: #333;
 font-size: 24px;
 font-family: YakuHanJP, oswald, 'Noto Sans JP', sans-serif;
 font-weight: bold;
 margin-top: 10px;
 text-align: center;
}
body.page-system .sec-project .col-cf h3 {
 margin-top: 5px;
}
body.page-system .sec-project .col-cf h4 {
 font-size: 20px;
 margin-top: 0px;
}
body.page-system .sec-project .col-cf .fund strong {
 color: #b43552;
 font-size: 40px;
}
body.page-system .sec-project .col-cf .target strong {
 color: #fff;
 font-size: 40px;
}
body.page-system .sec-project .col-cf h4 strong {
 font-size: 30px;
}
body.page-system .sec-project .col2-item {
 width: calc(50% - 1.665%);
}
body.page-system .sec-project .small {
 font-size: 12px;
}
body.page-system .sec-project .bgbox {
 background-color: #efefef;
 margin-top: 3.33%;
 padding: 40px;
}
body.page-system .sec-project .bgbox-tit {
 font-size: 18px;
 font-weight: bold;
 text-align: left;
}
body.page-system .sec-project .bgbox-txt {
 font-size: 14px;
 line-height: 1.7em;
 margin-top: 10px;
}
body.page-system .sec-challenge {
 border-top: 1px solid #ccc;
 margin-top: 75px;
 padding-top: 75px;
}
body.page-system .sec-challenge .block-copy_left {
 font-size: 28px;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: bold;
 text-align: center;
}
body.page-system .sec-challenge .challenge-wrap {
 align-items: stretch;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin-top: 50px;
 width: 100%;
}
body.page-system .sec-challenge .block_border {
 background-color: #fff;
 border: 1px solid #0d57a7;
 margin-top: 20px;
 padding: 3.33%;
}
body.page-system .sec-challenge .co2-item {
 width: calc(50% - 10px);
}
body.page-system .sec-challenge .block-copy {
 color: #0d57a7;
 font-size: 24px;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: bold;
 text-align: center;
}
body.page-system .sec-challenge .pic-challenge {
 font-size: 24px;
 margin-top: 20px;
}
body.page-system .sec-challenge .block-head {
 color: #0d57a7;
 font-size: 18px;
 font-weight: bold;
 line-height: 1.5em;
 margin: 40px 0 0px;
}
body.page-system .sec-challenge .block-txt {
 font-size: 16px;
 text-align: justify;
 line-height: 1.7em;
 margin: 20px 0 0;
}
body#topics .sec-challenge .btn-link {
 margin: 20px auto 0;
}
body.page-system .sec-co2 {
 margin-top: 50px;
}
body.page-system .sec-co2 .block-copy {
 font-size: 24px;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: bold;
 text-align: left;
}
body.page-system .sec-co2 .bgbox_col {
 align-items: center;
 background-color: #efefef;
 display: flex;
 justify-content: space-between;
 margin-top: 20px;
 padding: 20px 40px;
}
body.page-system .sec-co2 .co2-item_txt {
 width: calc(66.6% - 25px);
}
body.page-system .sec-co2 .co2-item_img {
 width: calc(33.3% - 25px);
}
body.page-system .sec-co2 .bgbox-txt {
 font-size: 18px;
 line-height: 1.8em;
}
body.page-system .sec-co2 .small {
 font-size: 12px;
}
body.page-system .sec-co2 .bgbox-cap {
 color: #444;
 font-size: 14px;
}
body.page-system .sec-co2 .bgbox-cap_first {
 color: #444;
 font-size: 14px;
 margin-top: 20px;
}
body.page-system .sec-cq {
 border-top: 1px solid #ccc;
 margin-top: 75px;
 padding-top: 75px;
}
body.page-system .sec-cq .sec-tit_cq {
 margin: 0 auto;
 width: 214px;
}
body.page-system .sec-cq .block-txt {
 font-size: 18px;
 line-height: 1.8;
 margin-top: 20px;
 text-align: center;
}
body.page-system .sec-cq .btn-area {
 align-items: center;
 display: flex;
 justify-content: space-between;
 margin: 0 auto;
 max-width: 825px;
 width: 100%;
}
body.page-system .sec-cq .block-copy {
 font-size: 24px;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: bold;
 text-align: center;
}
body.page-system .sec-cq .block-voice {
 border: 1px solid #ccc;
 margin-top: 50px;
 padding: 2% 2% 0;
 ;
}
body.page-system .sec-cq .thum-area {
 align-items: flex-start;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 padding: 3.33% 0;
}
body.page-system .sec-cq .thum-item {
 padding-bottom: 40px;
 position: relative;
 margin: 0 1%;
 height: auto;
 width: 48%;
}
body.page-system .sec-cq .thum-item:hover {
 opacity: 0.8;
}
body.page-system .sec-cq .thum-item img {
 height: auto;
 width: 100%;
}
body.page-system .sec-cq .thum-name {
 align-items: center;
 background-color: #021b1e;
 bottom: 0px;
 display: flex;
 color: #00eaad;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 18px;
 line-height: 1em;
 height: 40px;
 justify-content: center;
 position: absolute;
 text-align: center;
 width: calc(100% - 0px);
 z-index: 1;
}
@media only screen and (max-width: 1024px) {
 body.page-system .main-bnr {
  margin: 50px auto 0;
 }
 body.page-system .sec-project {
  margin-top: 50px;
  width: 100%;
 }
 body.page-system .sec-project .block-copy {
  font-size: 24px;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: bold;
 }
 body.page-system .sec-project .block-txt {
  font-size: 18px;
  line-height: 1.8;
  margin: 20px auto 0
 }
 body.page-system .sec-project .cf-area {
  display: block;
  width: 100%;
 }
 body.page-system .sec-project .col-cf {
  margin: 20px auto;
  padding: 40px 0;
 }
 body.page-system .sec-project .col-cf .block-copy {
  font-size: 20px;
 }
 body.page-system .sec-project .col-cf .post-date {
  background-color: #fff;
  border-radius: 3px;
  color: #021b1e;
  font-size: 18px;
  margin: 20px auto 0;
  padding: 0 5px;
  text-align: center;
 }
 body.page-system .sec-project .col-cf .editer-area {
  color: #fff;
  font-size: 20px;
  font-family: YakuHanJP, oswald, 'Noto Sans JP', sans-serif;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
 }
 body.page-system .sec-project .col-cf h3 {
  margin-top: 5px;
 }
 body.page-system .sec-project .col-cf h4 {
  font-size: 20px;
  margin-top: 5px;
 }
 body.page-system .sec-project .col-cf .fund strong {
  color: #00eaad;
  font-size: 36px;
 }
 body.page-system .sec-project .col-cf .target strong {
  color: #fff;
  font-size: 36px;
 }
 body.page-system .sec-project .col2-item {
  width: calc(100% - 0px);
 }
 body.page-system .sec-project .small {
  font-size: 12px;
 }
 body.page-system .sec-project .bgbox {
  background-color: #efefef;
  margin-top: 3.33%;
  padding: 20px;
 }
 body.page-system .sec-project .bgbox-tit {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
 }
 body.page-system .sec-project .bgbox-txt {
  font-size: 14px;
  line-height: 1.7em;
  margin-top: 10px;
 }
 body.page-system .sec-challenge {
  border-top: 1px solid #ccc;
  margin-top: 75px;
  padding-top: 75px;
 }
 body.page-system .sec-challenge .block-copy_left {
  font-size: 28px;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
 }
 body.page-system .sec-challenge .challenge-wrap {
  display: block;
  margin-top: 50px;
 }
 body.page-system .sec-challenge .block_border {
  background-color: #fff;
  border: 1px solid #0d57a7;
  margin-top: 20px;
  padding: 3.33%;
 }
 body.page-system .sec-challenge .co2-item {
  width: calc(100% - 0px);
 }
 body.page-system .sec-challenge .block-copy {
  color: #0d57a7;
  font-size: 24px;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
 }
 body.page-system .sec-challenge .pic-challenge {
  font-size: 24px;
  margin-top: 20px;
 }
 body.page-system .sec-challenge .block-head {
  color: #0d57a7;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 40px 0 0px;
 }
 body.page-system .sec-challenge .block-txt {
  font-size: 16px;
  text-align: justify;
  line-height: 1.7em;
  margin: 20px 0 0;
 }
 body#topics .sec-challenge .btn-link {
  margin: 20px auto 0;
 }
 body.page-system .sec-co2 {
  margin-top: 50px;
 }
 body.page-system .sec-co2 .block-copy {
  font-size: 24px;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: left;
 }
 body.page-carbon .sec-co2 .bgbox_col {
  display: block;
  margin-top: 20px;
  padding: 20px 40px;
 }
 body.page-system .sec-co2 .co2-item_txt {
  width: calc(100% - 0px);
 }
 body.page-system .sec-co2 .co2-item_img {
  width: calc(100% - 0px);
 }
 body.page-system .sec-co2 .bgbox-txt {
  font-size: 18px;
  line-height: 1.8em;
 }
 body.page-system .sec-co2 .small {
  font-size: 12px;
 }
 body.page-system .sec-co2 .bgbox-cap {
  color: #444;
  font-size: 14px;
 }
 body.page-system .sec-co2 .bgbox-cap_first {
  color: #444;
  font-size: 14px;
  margin-top: 20px;
 }
 body.page-system .sec-cq {
  border-top: 1px solid #ccc;
  margin-top: 75px;
  padding-top: 75px;
 }
 body.page-system .sec-cq .sec-tit_cq {
  margin: 0 auto;
  width: 214px;
 }
 body.page-system .sec-cq .block-txt {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
  text-align: center;
 }
 body.page-system .sec-cq .btn-area {
  display: block;
  margin: 0 auto;
  max-width: 825px;
  width: 100%;
 }
 body.page-system .sec-cq .block-copy {
  font-size: 24px;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
 }
 body.page-system .sec-cq .block-voice {
  border: none;
  margin-top: 50px;
  padding-top: 3.33%;
 }
 body.page-system .sec-cq .thum-area {
  display: block;
 }
 body.page-system .sec-cq .thum-item {
  margin: 2% 0;
  width: 100%;
 }
 body.page-system .sec-cq .thum-name {}
}
@media only screen and (max-width: 768px) {
 body.page-system {
  display: block;
 }
}
/* ----------------------------------------------------------------
    ticket　チケットの種類
  ----------------------------------------------------------------- */
body.page-ticket {
 width: 100%;
}
body.page-ticket .sec-wrap {
 margin: 0 auto;
 max-width: 1000px;
 position: relative;
 width: 90%;
}
body.page-ticket .sec-tit {
 color: #036eb7;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-size: 30px;
 font-weight: 900;
 line-height: 1.5;
 text-align: center;
}
body.page-ticket .type-list .list-item {
 border: 1px solid #333;
 line-height: 1.75;
 margin-top: 20px;
}
body.page-ticket .type-list .type {
 align-items: center;
 background-color: #fff;
 cursor: pointer;
 display: flex;
 justify-content: space-between;
 padding: 3.3%;
 position: relative;
}
body.page-ticket .type-list .name {
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-size: 1.5rem;
 font-weight: 700;
 line-height: 1.25;
}
body.page-ticket .type-list .price {
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 2.0rem;
 font-weight: 700;
 padding-right: 5.333333333333334vw;
 text-align: right;
}
body.page-ticket .type-list .tax {
 font-size: 1.0rem;
 font-weight: 400;
 margin-left: 2px;
}
body.page-ticket .type-list .icon {
 background: url(../img/ticket/icon_circle.svg) no-repeat center center / cover;
 content: '';
 height: 5.333333333333334vw;
 max-height: 40px;
 max-width: 40px;
 position: absolute;
 right: 1.65%;
 top: 50%;
 transition: all .3s;
 transform: translateY(-50%) rotate(45deg);
 width: 5.333333333333334vw;
}
body.page-ticket .type-list .on .icon {
 transform: translateY(-50%);
}
body.page-ticket .type-list .detail {
 background-color: #fff;
 box-sizing: border-box;
 color: #333;
 font-family: YakuHanJP;
 font-weight: 400;
 display: none;
 padding: 0 3.3% 5%;
}
body.page-ticket .type-list .detail.on {
 display: block;
}
body.page-ticket .type-list .bgbox-txt {
 font-size: 1.2rem;
 width: 100%;
}
body.page-ticket .type-list .bgbox-head {
 background-color: #be3455;
 display: inline-block;
 color: #fff;
 font-size: 1.0rem;
 line-height: 1;
 margin: 0 0 5px 0;
 padding: 5px;
}
body.page-ticket .type-list .card-cap {
 color: #333;
 font-size: 1.0rem;
 line-height: 1.5;
 margin: 15px auto 0;
 text-align: justify;
}
body.page-ticket .type-list .indent {
 font-size: 1.0rem;
}
body.page-ticket .soldout {
 position: relative;
 text-decoration: line-through;
 text-decoration-color: #ce3a11;
}
body.page-ticket .soldout:before {
 content: 'Sold Out!';
 color: #ce3a11;
 font-size: 1em; /*2倍サイズ*/
 position: absolute;
 text-align: center;
 top: -1.25em;
 width: 100%;
}
/* ----------------------------------------------------------------
    sale チケット購入
  ----------------------------------------------------------------- */
body.page-sale .main-bnr {
 margin: 0 auto 30px;
 width: 100%;
}
body.page-sale .block-copy {
 font-size: 2rem;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-weight: 700;
 text-align: center;
}
body.page-sale .col-1 .block-copy {
 margin-bottom: 30px;
}
body.page-sale .type-desc {
 margin: 0.5% auto;
 text-align: center;
 width: 100%;
}
body.page-sale .type-desc .head {
 background-color: #0d57a7;
 color: #fff;
 font-size: 1.2rem;
 line-height: 3.0;
 padding: 5px 10px;
}
body.page-sale .caption {
 color: #333;
 font-size: 16px;
 line-height: 1.7;
 margin-top: 30px;
}
body.page-sale .detail {
 background-color: #efefef;
 margin: 30px auto 0;
 padding: 5% 0;
}
body.page-sale .indent {
 margin-left: 1em;
 text-align: justify;
 text-indent: -1em;
}
/* ----------------------------------------------------------------
    sale 一般発売
  ----------------------------------------------------------------- */
body.page-sale .pg {
 margin-bottom: 25px;
}
body.page-sale .inr-pg {
 margin-bottom: 25px;
}
body.page-sale .pg .square_btn {
 color: #333;
 display: block;
 font-size: 24px;
 font-weight: bold;
 padding: 40px 0px;
 text-align: center;
 text-decoration: none;
 background: #eee;
 border-radius: 10px;
 transition: .4s;
 align-items: center;
 display: flex;
 height: 120px;
 justify-content: center;
 width: 100%;
}
body.page-sale .pg .square_btn:hover {
 background: #999;
 color: #fff;
}
body.page-sale .pg img {
 width: 90%;
 margin: 0 auto;
}
body.page-sale .pg .eplus img {
 max-width: 200px;
}
body.page-sale .pg .kyodo img {
 max-width: 75px;
}
body.page-sale .pg .pia img {
 max-width: 150px;
}
body.page-sale .pg .lawson img {
 max-width: 100px;
}
body.page-sale .pg .gifu img {
 max-width: 250px;
}
body.page-sale .pg .sunday img {
 max-width: 200px;
}
body.page-sale .pg .furusato img {
 max-width: 250px;
}
body.page-sale .pg .square_btn {
 padding: 0px 0px;
}
body.page-sale .tour_btn {
 text-align: center;
 margin: 0 auto;
 width: 90%;
}
body.page-sale .square_btn {
 color: #333;
 display: inline-block;
 font-size: 18px;
 padding: 30px 40px;
 text-decoration: none;
 background: #fff;
 border-radius: 25px;
 transition: .4s;
 margin: 50px auto 0;
}
body.page-sale .square_btn:hover {
 color: #fff;
 background: #000;
}
body.page-sale .pg .code {
 padding-top: 10px;
 text-align: center;
}
body.page-sale .soldout {
 position: relative;
 text-decoration: line-through;
 text-decoration-color: #ce3a11;
}
body.page-sale .soldout:before {
 content: 'Sold Out!';
 color: #ce3a11;
 font-size: 1em; /*2倍サイズ*/
 position: absolute;
 text-align: center;
 top: -1.25em;
 width: 100%;
}
@media only screen and (max-width: 1024px) {
 body.page-sale .pg {
  background-color: #fff;
  margin: 5% 0 10%;
  padding: 1% 5%;
 }
 body.page-sale .pg .square_btn {
  height: 100px;
 }
 body.page-sale .pg img {
  width: 75%;
  margin: 0 auto;
 }
 body.page-sale .square_btn {
  font-size: 14px;
  margin: 25px auto 0;
  padding: 20px 30px;
 }
 body.page-sale .square_btn:hover {
  color: #fff;
  background: #000;
 }
 body.page-sale .pg .code {}
}
/* ----------------------------------------------------------------
    artist　ラインナップ
  ----------------------------------------------------------------- */
body.page-artist .inr-lineup {
 margin: 0 auto;
 position: relative;
 width: 100%;
}
body.page-artist .tit-date {
 margin: 0px auto 25px;
 width: 214px;
}
body.page-artist .tit-date2 {
 margin: 100px auto 25px;
 width: 214px;
}
body.page-artist .tit-stage {
 margin: 50px auto 25px;
 width: 214px;
}
body.page-artist .tit-stage-kodomo {
 width: 320px;
}
body.page-artist .tit-stage-village {
 margin: 25px auto 25px;
 max-width: 428px;
 width: 90%;
}
body.page-artist .card-linup a:hover {
 opacity: 0.7;
}
body.page-artist .card-linup img {
 width: 100%;
}
body.page-artist .lineup-list {
 align-items: flex-start;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 0 auto;
 width: 100%;
}
body.page-artist .card-linup {
 color: #333;
 font-family: YakuHanJP, oswald, 'Noto Sans JP', sans-serif;
 font-size: 1.5rem;
 font-weight: 900;
 line-height: 1.25;
 margin: 0 0 3.3%;
 position: relative;
 text-align: center;
 width: 48.35%;
}
.sec-lineup .card-linup .canceld {
 color: rgb(190, 52, 85);
 font-size: 1.2rem;
}
body.page-artist .lineup-list-village .card-linup {
 font-size: 1.33rem;
 width: 32.23%;
}
body.page-artist .new:before {
 background-image: url("../img/artist/icon_new.svg");
 background-repeat: no-repeat;
 background-size: 50%;
 content: "";
 height: 100%;
 left: 0px;
 pointer-events: none;
 position: absolute;
 top: 0px;
 width: 40%;
 z-index: 1;
}
body.page-artist .andmore {
 color: rgb(190, 52, 85);
 font-family: YakuHanJP, "Noto Sans JP", sans-serif;
 font-size: 24px;
 font-weight: 700;
 line-height: 1;
 padding-top: 25px;
 text-align: center;
}
body.page-artist .caption {
 font-size: 16px;
}
@media only screen and (max-width: 1024px) {
 body.page-artist .lineup-list-village .card-linup {
  color: #333;
  font-family: YakuHanJP, oswald, 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 3.3%;
  position: relative;
  text-align: center;
  width: 48.35%;
 }
}
/* ----------------------------------------------------------------
    timetable タイムテーブル
  ----------------------------------------------------------------- */
body.page-timetable .tit-date {
 margin: 0px auto 50px;
 width: 214px;
}
body.page-timetable .tit-date2 {
 margin: 0px auto 50px;
 width: 214px;
}
body.page-timetable .tt-day1 {
 margin: 0 auto;
 position: relative;
 width: 100%;
}
body.page-timetable .tt-day2 {
 margin: 0 auto 100px;
 width: 100%;
}
body.page-timetable .tt-wrap {
 position: relative;
}
@media (min-width: 1024px) {
 body.page-timetable .tt-wrap::before {
  background: #333;
  bottom: 5px;
  box-sizing: border-box;
  color: #fff;
  content: '+';
  display: block;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 7px 15px;
  pointer-events: none;
  position: absolute;
  right: 0px;
  z-index: 1;
 }
}
body.page-timetable .tt-day1 .img-tt {
 border: 1px solid #ccc;
}
body.page-timetable .tt-day2 .img-tt {
 border: 1px solid #ccc;
}
body.page-timetable .notice {
 font-size: 14px;
 margin: 50px auto 0;
 text-align: center;
 width: 90%;
}
/*body.page-timetable .btn-link {
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin: 45px auto 25px;
 max-width: 375px;
 text-align: center;
 width: 90%;
}
body.page-timetable .btn-link a {
 background-color: #fff;
 border: 1px solid #333;
 border-radius: 50px;
 color: #333;
 display: block;
 line-height: 1;
 padding: 25px 0;
 width: 100%;
}
body.page-timetable .btn-link a:hover {
 background-color: #ccc;
 border: 1px solid #ccc;
 color: #333;
 transition: 0.5s;
}*/
body.page-timetable .modaal-container {
 position: relative;
 display: inline-block;
 width: 100%;
 margin: auto;
 text-align: left;
 color: #000;
 max-width: 90%;
 border-radius: 0;
 background: #fff;
 box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
 cursor: auto;
}
@media (max-width: 1024px) {
 body.page-timetable .tt-day1 {
  border-bottom: 1px solid #ccc;
  margin: 0 auto 33px;
  padding-bottom: 33px;
  width: 100%;
 }
 body.page-timetable .tt-day2 {
  border-bottom: 1px solid #ccc;
  margin: 0 auto 33px;
  padding-bottom: 33px;
  width: 100%;
 }
 body.page-timetable .tt-wrap {
  pointer-events: none;
 }
 body.page-timetable .tit-date {
  margin: 0px auto 25px;
  width: 40%;
 }
 body.page-timetable .tit-date2 {
  margin: 0px auto 25px;
  width: 40%;
 }
 body.page-timetable .notice {
  font-size: 12px;
  margin: 25px auto 0;
  text-align: left;
  width: 90%;
 }
}
/* ----------------------------------------------------------------
    access アクセスガイド
  ----------------------------------------------------------------- */
body.page-access .map-venue {
 color: #000;
 font-weight: bold;
 margin-top: 20px;
}
body.page-access .map-adress {
 color: #666;
}
body.page-access .col1-item {
 background-color: #efefef;
 padding: 20px;
 width: 100%;
}
body.page-access .col2-item {
 background-color: #efefef;
 padding: 5%;
 width: 100%;
}
body.page-access .type-name {
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 1.6em;
 font-weight: 700;
 margin-bottom: 2.5%;
 text-align: center;
}
body.page-access .type-desc {
 margin: 0.5% auto;
 max-width: 400px;
 text-align: center;
 width: 100%;
}
body.page-access .type-desc .head {
 background-color: #0d57a7;
 display: inline-block;
 color: #fff;
 line-height: 2;
 margin: 0 auto 5px;
 padding: 0 5px;
 text-align: center;
 width: 100%;
}
body.page-access .block-head {
 color: #000;
 font-weight: bold;
 line-height: 1;
 margin: 60px 0 3.3%;
}
body.page-access .block-txt {
 color: #333;
 line-height: 1.75;
 margin-top: 3.3%;
 text-align: justify;
}
body.page-access .block-cap {
 background-color: #efefef;
 padding: 3.3%;
 margin: 3.3% 0 0;
}
body.page-access .indent {
 font-size: 1.1rem;
}
body.page-access .line {
 color: #999;
 text-decoration: line-through;
}
body.page-access .attention_red {
 color: #FF0004;
 font-size: 14px;
 margin-top: 5px;
}
body.page-access .block-table {
 margin: 10px 0 0;
}
body.page-access table {
 margin-bottom: 2%;
 width: 100%;
}
body.page-access th, body.page-access td {
 border: 1px solid #ccc;
 font-size: 1.2rem;
 padding: 10px;
 text-align: center;
 vertical-align: middle;
}
body.page-access th {
 background-color: #f5f5f5;
}
body.page-access .block-price {
 margin-bottom: 10px;
}
body.page-access small {
 font-size: 16px;
}
body.page-access .type-sub {
 font-size: 20px;
}
body.page-access .col2-item:first-child {
 margin-bottom: 10px;
}
body.page-access .block-tiket .type-sub {
 color: #333;
 margin: 1% auto;
}
@media only screen and (max-width: 1024px) {
 body.page-access th, body.page-access td {
  padding: 1%;
  width: 33.3%;
 }
}
/* ----------------------------------------------------------------
    access オフィシャルツアー
  ----------------------------------------------------------------- */
body.page-tour .main-bnr {
 margin: 0 auto 30px;
 width: 100%;
}
body.page-tour .block-copy {
 font-size: 24px;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-weight: bold;
 text-align: center;
}
body.page-tour .point {
 color: #0d57a7;
 font-size: 20px;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-weight: bold;
 margin-top: 30px;
}
body.page-tour .type-desc {
 font-size: 16px;
 margin: 0.5% auto;
 text-align: center;
 width: 100%;
}
body.page-tour .type-desc .head {
 background-color: #0d57a7;
 color: #fff;
 line-height: 3.0;
 padding: 5px 10px;
}
body.page-tour .caption {
 color: #333;
 font-size: 16px;
 line-height: 1.7;
 margin-top: 30px;
}
body.page-tour .detail {
 background-color: #efefef;
 margin: 30px auto 0;
 padding: 5% 0;
}
body.page-tour .indent {
 margin-left: 1em;
 text-align: justify;
 text-indent: -1em;
}
@media only screen and (max-width: 768px) {
 body.page-tour .block-copy {
  font-size: 20px;
 }
 body.page-tour .col-1 .block-copy {
  margin-bottom: 5%;
 }
 body.page-tour .point {
  color: #0d57a7;
  font-size: 18px;
  font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
  font-weight: bold;
  margin-top: 30px;
 }
 body.page-tour .type-sub {
  font-size: 20px;
 }
 body.page-tour .type-desc .head {
  line-height: 2.0;
  padding: 1px 10px;
 }
 body.page-tour .block-tiket .type-sub {
  color: #333;
  margin: 1% auto;
 }
 body.page-tour .caption {
  font-size: 12px;
 }
}
/* ----------------------------------------------------------------
    map 会場マップ
  ----------------------------------------------------------------- */
body.page-map .map-day1 {
 margin: 0 auto 100px;
 position: relative;
 width: 100%;
}
body.page-map .map-day2 {
 margin: 0 auto 100px;
 width: 100%;
}
body.page-map .map-wrap {
 position: relative;
}
@media (min-width: 1024px) {
 body.page-map .map-wrap::before {
  background: #333;
  bottom: 5px;
  box-sizing: border-box;
  color: #fff;
  content: '+';
  display: block;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 7px 15px;
  pointer-events: none;
  position: absolute;
  right: 0px;
  z-index: 1;
 }
}
body.page-map .map-day1 .img-tt {
 border: 1px solid #ccc;
}
body.page-tmap .map-day2 .img-tt {
 border: 1px solid #ccc;
}
body.page-map .notice {
 font-size: 14px;
 margin: 50px auto 0;
 text-align: center;
 width: 90%;
}
body.page-map .modaal-container {
 position: relative;
 display: inline-block;
 width: 100%;
 margin: auto;
 text-align: left;
 color: #000;
 max-width: 90%;
 border-radius: 0;
 background: #fff;
 box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
 cursor: auto;
}
@media (max-width: 1024px) {
 body.page-map .map-day1 {
  border-bottom: 1px solid #ccc;
  margin: 0 auto 33px;
  padding-bottom: 33px;
  width: 100%;
 }
 body.page-map .map-day2 {
  border-bottom: 1px solid #ccc;
  margin: 0 auto 33px;
  padding-bottom: 33px;
  width: 100%;
 }
 body.page-map .map-wrap {
  pointer-events: none;
 }
 body.page-map .notice {
  font-size: 12px;
  margin: 25px auto 0;
  text-align: left;
  width: 90%;
 }
}
/* ----------------------------------------------------------------
    hotel　近隣宿泊情報
  ----------------------------------------------------------------- */
body.page-hotel .eyecat img {
 border: 1px solid #444;
 margin-bottom: 20px;
 height: auto;
 width: 100%;
}
body.page-hotel .block-note {
 font-size: 16px;
 line-height: 2.0;
}
body.page-hotel .train-subtit {
 color: #0d57a7;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 2rem;
 text-align: center;
}
body.page-hotel .car-subtit {
 color: #5fbad7;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 2rem;
 text-align: center;
}
body.page-hotel .block-cap {
 font-size: 16px;
 margin: 10px auto 20px;
 text-align: center;
}
body.page-hotel .train-list {
 display: flex;
 /*    box-shadow: rgba(0,0,0,0.2) 0 2px 3px 0;
*/ flex-wrap: wrap;
}
body.page-hotel .car-list {
 display: flex;
 /*    box-shadow: rgba(0,0,0,0.2) 0 2px 3px 0;
*/ flex-wrap: wrap;
}
body.page-hotel .area {
 margin: 0.5%;
 text-align: center;
 width: 32.3333%;
}
body.page-hotel dl dt {
 padding: 6px 0px;
 color: #fff;
 font-size: 20px;
 font-weight: bold;
}
body.page-hotel .train-list dt {
 background-color: #0d57a7;
}
body.page-hotel .car-list dt {
 background-color: #5fbad7;
}
body.page-hotel dl dd {
 border: 1px solid #ccc;
 box-sizing: border-box;
 padding: 5% 0;
}
body.page-hotel dl dd .navi {
 margin-bottom: 10px;
}
body.page-hotel dl dd p .train {
 color: #0d57a7;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 24px;
 font-weight: 700;
 text-align: left;
}
body.page-hotel dl dd p .car {
 color: #5fbad7;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 24px;
 font-weight: 700;
 text-align: left;
}
body.page-hotel .car-notice {
 margin: 30px 0px 0;
 padding: 20px;
 background-color: #f5f5f5;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
body.page-hotel .car {
 margin-top: 50px;
}
body.page-hotel .btn {
 background: none;
 border: solid 1px #333;
 border-radius: 40px;
 color: #666;
 display: block;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 18px;
 margin: 1% auto 0;
 padding: 5% 0;
 text-align: center;
 text-decoration: none;
 transition: .4s;
 width: 90%;
}
body.page-hotel .btn:hover {
 background-color: #666;
 border: solid 2px #666;
 color: #fff;
}
@media only screen and (max-width: 1080px) {
 body.page-hotel .subtit-train {
  font-size: 24px;
 }
 body.page-hotel .subtit-car {
  font-size: 24px;
 }
 body.page-hotel .area {
  margin: 0.5%;
  text-align: center;
  width: 49%;
 }
 body.page-hotel dl dd p .train {
  font-size: 20px;
 }
 body.page-hotel dl dd p .car {
  font-size: 20px;
 }
 body.page-hotel .dl dt {
  font-size: 16px;
 }
 body.page-hotel dl dd {
  font-size: 14px;
 }
 body.page-hotel .car-notice {
  font-size: 12px;
 }
 body.page-hotel .btn {
  border: solid 1px #666;
  border-radius: 40px;
  color: #666;
  display: block;
  font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  margin: 1% auto 0;
  padding: 5% 0;
  text-align: center;
  text-decoration: none;
  transition: .4s;
  width: 90%;
 }
}
/* ----------------------------------------------------------------
    campsite キャンプサイト
  ----------------------------------------------------------------- */
body.page-campsite .block-head {
 color: #000;
 font-weight: bold;
 line-height: 1;
 margin: 60px 0 3.3%;
}
body.page-campsite .block-txt {
 color: #333;
 line-height: 1.75;
 margin-top: 3.3%;
 text-align: justify;
}
body.page-campsites .block-cap {
 background-color: #efefef;
 padding: 3.3%;
 margin: 3.3% 0 0;
}
body.page-campsite .indent {
 font-size: 1.1rem;
}
body.page-campsite .block-notice {
 color: #666;
}
body.page-campsite .line {
 color: #999;
 text-decoration: line-through;
}
body.page-campsite .block-table {
 margin: 10px 0 0;
}
body.page-campsite table {
 margin-bottom: 2%;
 width: 100%;
}
body.page-campsite th, body.page-campsite td {
 border: 1px solid #ccc;
 font-size: 1.2rem;
 padding: 10px;
 text-align: center;
 vertical-align: middle;
}
body.page-campsite th {
 background-color: #f5f5f5;
}
body.page-campsite .block-price {
 margin-bottom: 10px;
}
body.page-campsite small {
 font-size: 16px;
}
body.page-campsite .type-sub {
 font-size: 20px;
}
body.page-campsite .col2-item:first-child {
 margin-bottom: 10px;
}
body.page-campsite .block-tiket .type-sub {
 color: #333;
 margin: 1% auto;
}
body.page-campsite .bath {
 margin: 30px 0;
 width: 300px;
}
@media only screen and (max-width: 1024px) {
 body.page-campsite th, body.page-campsite td {
  padding: 1%;
  width: 20%;
 }
}
/* ----------------------------------------------------------------
    area 荷物配送サービス
  ----------------------------------------------------------------- */
body.page-delivery .block-head {
 color: #000;
 font-weight: bold;
 line-height: 1;
 margin: 60px 0 3.3%;
}
body.page-delivery .block-txt {
 color: #333;
 line-height: 1.75;
 margin-top: 3.3%;
 text-align: justify;
}
body.page-delivery .block-cap {
 background-color: #efefef;
 padding: 3.3%;
 margin: 3.3% 0 0;
}
body.page-delivery .indent {
 font-size: 1.1rem;
}
body.page-delivery .block-notice {
 color: #666;
}
body.page-delivery .line {
 color: #999;
 text-decoration: line-through;
}
body.page-delivery .block-table {
 margin: 10px 0 0;
}
body.page-delivery table {
 margin-bottom: 2%;
 width: 100%;
}
body.page-delivery th, body.page-delivery td {
 border: 1px solid #ccc;
 font-size: 1.2rem;
 padding: 10px;
 text-align: center;
 vertical-align: middle;
}
body.page-delivery th {
 background-color: #f5f5f5;
}
body.page-delivery .block-price {
 margin-bottom: 10px;
}
body.page-delivery small {
 font-size: 16px;
}
body.page-delivery .type-sub {
 font-size: 20px;
}
body.page-delivery .col2-item:first-child {
 margin-bottom: 10px;
}
body.page-delivery .block-tiket .type-sub {
 color: #333;
 margin: 1% auto;
}
@media only screen and (max-width: 1024px) {
 body.page-delivery th, body.page-delivery td {
  padding: 1%;
  width: 20%;
 }
}
/* ----------------------------------------------------------------
    area 出店情報
  ----------------------------------------------------------------- */
.page-shop .eyecat {
 background: url("../img/area/eyecat_food.jpg") center no-repeat;
 background-size: cover;
 position: relative;
}
.page-shop .eyecat2 {
 background: url("../img/area/eyecat_market.png") center no-repeat;
 background-size: cover;
 position: relative;
}
body.page-shop .block-head {
 color: #000;
 font-weight: bold;
 line-height: 1;
 margin: 60px 0 3.3%;
}
body.page-shop .block-txt {
 color: #333;
 line-height: 1.75;
 margin-top: 3.3%;
 text-align: justify;
}
body.page-shop .block-cap {
 background-color: #efefef;
 padding: 3.3%;
 margin: 3.3% 0 0;
}
body.page-shop .indent {
 font-size: 1.1rem;
}
body.page-shop .block-notice {
 color: #666;
}
body.page-shop .line {
 color: #999;
 text-decoration: line-through;
}
body.page-shop .block-table {
 margin: 10px 0 0;
}
body.page-shop table {
 margin-bottom: 2%;
 width: 100%;
}
body.page-shop th, body.page-shop td {
 border: 1px solid #ccc;
 font-size: 1.2rem;
 padding: 10px;
 text-align: center;
 vertical-align: middle;
}
body.page-shop th {
 background-color: #f5f5f5;
}
body.page-shop .block-price {
 margin-bottom: 10px;
}
body.page-shop small {
 font-size: 16px;
}
body.page-shop .type-sub {
 font-size: 20px;
}
body.page-shop .col2-item:first-child {
 margin-bottom: 10px;
}
body.page-shop .block-tiket .type-sub {
 color: #333;
 margin: 1% auto;
}
body.page-shop .andmore {
 color: rgb(190, 52, 85);
 font-family: YakuHanJP, "Noto Sans JP", sans-serif;
 font-size: 24px;
 font-weight: 700;
 line-height: 1;
 padding-top: 25px;
 text-align: center;
}
@media only screen and (max-width: 1024px) {
 body.page-shop .block-inr {
  background-color: rgba(255, 255, 255, 1);
  padding: 3.3%;
 }
 body.page-shop th, body.page-shop td {
  padding: 1%;
  width: 20%;
 }
}
/* ----------------------------------------------------------------
    kids こどもソーラー
  ----------------------------------------------------------------- */
body.page-kids .intro {
 color: #333;
 line-height: 2;
 padding-top: 50px;
}
body.page-kids #sec-7 .block-tit {
 align-items: center;
 color: #333;
 display: flex;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: 700;
 font-size: 1.5rem;
 letter-spacing: 0.03em;
 line-height: 1.25;
 margin: 60px 0 30px;
}
body.page-kids .block-desc {
 color: #333;
 line-height: 1.75;
 margin-top: 3.3%;
}
body.page-kids .block-head {
 color: #000;
 font-weight: bold;
 line-height: 1;
 margin: 60px 0 0;
}
body.page-kids .block-txt {
 color: #333;
 line-height: 1.75;
 margin-top: 10px;
}
body.page-kids .block-cap {
 background-color: #efefef;
 padding: 3.3%;
 margin: 3.3% 0 0;
}
body.page-kids .indent {
 font-size: 1.1rem;
}
body.page-kids .block-notice {
 color: #666;
}
body.page-kids .bgbox {
 background-color: #efefef;
 margin-top: 3.3%;
 padding: 10px 40px 40px;
}
body.page-kids .box-head {
 color: #000;
 font-weight: bold;
 line-height: 1;
 margin-top: 40px;
}
body.page-kids .box-txt {
 color: #333;
 line-height: 1.75;
 margin-top: 10px;
}
body.page-kids .line {
 color: #999;
 text-decoration: line-through;
}
body.page-kids .block-table {
 margin: 10px 0 0;
}
body.page-kids table {
 margin-bottom: 2%;
 width: 100%;
}
body.page-kids th, body.page-kids td {
 border: 1px solid #ccc;
 font-size: 1.2rem;
 padding: 10px;
 text-align: center;
 vertical-align: middle;
}
body.page-kids th {
 background-color: #f5f5f5;
}
body.page-kids .block-price {
 margin-bottom: 10px;
}
body.page-kids small {
 font-size: 16px;
}
body.page-kids .type-sub {
 font-size: 20px;
}
body.page-kids .col2-item:first-child {
 margin-bottom: 10px;
}
body.page-kids .block-tiket .type-sub {
 color: #333;
 margin: 1% auto;
}
@media only screen and (max-width: 1024px) {
 body.page-kids .block-inr {
  background-color: rgba(255, 255, 255, 1);
  padding: 3.3%;
 }
 body.page-kids th, body.page-kids td {
  padding: 1%;
  width: 20%;
 }
}
/* ----------------------------------------------------------------
    kids2 こどもソーラー2
  ----------------------------------------------------------------- */
body.page-kids .intro .block-copy {
 margin-top: 3.3%;
}
body.page-kids .sec-project .cf-area {
 align-items: center;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 0 auto;
 width: 100%;
}
body.page-kids .sec-project .col2-item {
 width: calc(100% - 225px);
}
body.page-kids .sec-project .col-cf {
 color: #fff;
 text-align: center;
 width: 200px;
}
body.page-kids .sec-project .box-txt {
 color: #333;
 font-size: 1.2rem;
 line-height: 1.75;
 margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
 body.page-kids .sec-project .cf-area {
  align-items: center;
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto;
  width: 100%;
 }
 body.page-kids .sec-project .col2-item {
  width: 100%;
 }
 body.page-kids .sec-project .col2-item img {
  margin: 20px auto 0;
  width: 50%;
 }
 body.page-kids .sec-project .bgbox {
  background-color: #efefef;
  margin-top: 3.3%;
  padding: 10px 20px 20px;
 }
 body.page-kids .sec-project .box-head {
  color: #000;
  font-weight: bold;
  line-height: 1;
  margin-top: 40px;
 }
}
/* ----------------------------------------------------------------
    sheet シート
  ----------------------------------------------------------------- */
body.page-sheet .btn-link span {
 display: block;
 padding-bottom: 10px;
}
body.page-sheet .main-bnr {
 margin: 60px auto 0;
}
body.page-sheet .map {
 align-items: flex-start;
 display: flex;
 justify-content: space-between;
 margin-top: 50px;
}
body.page-sheet .bnr-map {
 width: calc(60% - 25px);
}
body.page-sheet .map-txt {
 line-height: 1.8;
 width: calc(40% - 0px);
}
body.page-sheet .block {
 padding-top: 5%;
}
body.page-sheet .block-inr:first-child {
 border-bottom: 1px solid #ccc;
 margin-bottom: 50px;
 padding-bottom: 25px;
}
body.page-sheet .pic-sheet03 {
 display: block;
 max-width: 500px;
 margin: 0 auto;
}
body.page-sheet .pic-sheet04 {
 display: block;
 max-width: 500px;
 margin: 0 auto;
}
body.page-sheet .block-head {
 font-weight: bold;
 line-height: 1.5em;
 margin: 40px 0 0px;
}
body.page-sheet .block-txt {
 color: #333;
 line-height: 1.75;
 margin-top: 3.3%;
 text-align: justify;
}
body.page-sheet .block-table {
 margin: 10px 0 0;
}
body.page-sheet table {
 margin-bottom: 2%;
 width: 100%;
}
body.page-sheet th, body.page-sheet td {
 border: 1px solid #ccc;
 font-size: 1.2rem;
 padding: 10px;
 vertical-align: middle;
}
body.page-sheet th {
 background-color: #f5f5f5;
 text-align: center;
}
body.page-sheet td {
 text-align: center;
}
body.page-sheet .table-cap {
 font-size: 14px;
}
body.page-sheet .bgbox {
 background-color: #efefef;
 margin: 20px auto 0;
 padding: 20px 40px;
}
body.page-sheet .bgbox-txt {
 color: #444;
 font-size: 16px;
 line-height: 1.7em;
}
/*body.page-sheet .btn-link {
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin: 45px auto 25px;
 max-width: 375px;
 text-align: center;
 width: 90%;
}
body.page-sheet .btn-link a {
 background-color: #fff;
 border: 1px solid #333;
 border-radius: 50px;
 color: #333;
 display: block;
 line-height: 1;
 padding: 25px 0;
 width: 100%;
}
body.page-sheet .btn-link a:hover {
 background-color: #ccc;
 border: 1px solid #ccc;
 color: #333;
 transition: 0.5s;
}*/
@media only screen and (max-width: 1024px) {
 body.page-sheet {
  display: block;
 }
 body.page-sheet .map {
  display: block;
 }
 body.page-sheet .bnr-map {
  margin-top: 25px;
  width: calc(100% - 0px);
 }
 body.page-sheet .map-txt {
  width: calc(100% - 0px);
 }
 body.page-sheet .block-txt {
  font-size: 14px;
 }
 body.page-sheet .bgbox {
  padding: 20px 20px;
 }
 body.page-sheet .bgbox-txt {
  font-size: 12px;
 }
 body.page-sheet table {
  font-size: 12px;
 }
 body.page-sheet th, body.page-sheet td {
  border: 1px solid #ccc;
  padding: 10px 0;
  width: 20%;
 }
}
/* ----------------------------------------------------------------
    Village Of illusion　ビレッジ
  ----------------------------------------------------------------- */
body.page-village .main-bnr {}
body.page-village .intro {
 color: #333;
 line-height: 2;
 padding-top: 60px;
}
body.page-village .block-head {
 font-weight: bold;
 line-height: 1.5rem;
 margin: 60px 0 3.3%;
}
body.page-village .block-txt {
 color: #333;
 line-height: 1.75;
 margin-top: 3.3%;
 text-align: justify;
}
body.page-village .bgbox {
 background-color: #efefef;
 margin-top: 3.3%;
 padding: 0 5% 5%;
}
body.page-village .box-head {
 color: #000;
 font-weight: bold;
 padding: 5% 0 20px;
 line-height: 1;
}
body.page-village .indent {
 font-size: 1.2rem;
 line-height: 1.25em;
 margin-top: 10px;
}
body.page-village .inr-lineup {
 margin: 0 auto;
 position: relative;
 width: 100%;
}
body.page-village .tit-date {
 margin: 0px auto 25px;
 width: 214px;
}
body.page-village .tit-date2 {
 margin: 100px auto 25px;
 width: 214px;
}
body.page-village .card-linup a:hover {
 opacity: 0.7;
}
body.page-village .card-linup img {
 width: 100%;
}
body.page-village .lineup-list {
 align-items: flex-start;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 0 auto;
 width: 100%;
}
body.page-village .card-linup {
 color: #333;
 font-family: YakuHanJP, oswald, 'Noto Sans JP', sans-serif;
 font-size: 1.5rem;
 font-weight: 900;
 line-height: 1.25;
 margin: 0 0 3.3%;
 position: relative;
 text-align: center;
 width: 48.35%;
}
body.page-village .new:before {
 background-image: url("../img/artist/icon_new.svg");
 background-repeat: no-repeat;
 background-size: 50%;
 content: "";
 height: 100%;
 left: 0px;
 pointer-events: none;
 position: absolute;
 top: 0px;
 width: 40%;
 z-index: 1;
}
body.page-village .andmore {
 color: rgb(190, 52, 85);
 font-family: YakuHanJP, "Noto Sans JP", sans-serif;
 font-size: 24px;
 font-weight: 700;
 line-height: 1;
 padding-top: 25px;
 text-align: center;
}
body.page-village .caption {
 font-size: 16px;
}
@media only screen and (max-width: 1024px) {}
/* ----------------------------------------------------------------
    access アクセスガイド
  ----------------------------------------------------------------- */
body.page-access .map-venue {
 color: #000;
 font-weight: bold;
 margin-top: 20px;
}
body.page-access .map-adress {
 color: #666;
}
body.page-access .col1-item {
 background-color: #efefef;
 padding: 20px;
 width: 100%;
}
body.page-access .col2-item {
 background-color: #efefef;
 padding: 5%;
 width: 100%;
}
body.page-access .type-name {
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 1.6em;
 font-weight: 700;
 margin-bottom: 2.5%;
 text-align: center;
}
body.page-access .type-desc {
 margin: 0.5% auto;
 max-width: 400px;
 text-align: center;
 width: 100%;
}
body.page-access .type-desc .head {
 background-color: #0d57a7;
 display: inline-block;
 color: #fff;
 line-height: 2;
 margin: 0 auto 5px;
 padding: 0 5px;
 text-align: center;
 width: 100%;
}
body.page-access .block-head {
 color: #000;
 font-weight: bold;
 line-height: 1;
 margin: 60px 0 3.3%;
}
body.page-access .block-txt {
 color: #333;
 line-height: 1.75;
 margin-top: 3.3%;
 text-align: justify;
}
body.page-access .block-cap {
 background-color: #efefef;
 padding: 3.3%;
 margin: 3.3% 0 0;
}
body.page-access .indent {
 font-size: 1.1rem;
}
body.page-access .line {
 color: #999;
 text-decoration: line-through;
}
body.page-access .attention_red {
 color: #FF0004;
 font-size: 14px;
 margin-top: 5px;
}
body.page-access .block-table {
 margin: 10px 0 0;
}
body.page-access table {
 margin-bottom: 2%;
 width: 100%;
}
body.page-access th, body.page-access td {
 border: 1px solid #ccc;
 font-size: 1.2rem;
 padding: 10px;
 text-align: center;
 vertical-align: middle;
}
body.page-access th {
 background-color: #f5f5f5;
}
body.page-access .block-price {
 margin-bottom: 10px;
}
body.page-access small {
 font-size: 16px;
}
body.page-access .type-sub {
 font-size: 20px;
}
body.page-access .col2-item:first-child {
 margin-bottom: 10px;
}
body.page-access .block-tiket .type-sub {
 color: #333;
 margin: 1% auto;
}
@media only screen and (max-width: 1024px) {
 body.page-access th, body.page-access td {
  padding: 1%;
  width: 33.3%;
 }
}
/* ----------------------------------------------------------------
    support 協賛・協力一覧
  ----------------------------------------------------------------- */
body.page-support .sec-title {
 font-size: 32px;
 line-height: 1;
 margin-bottom: 2%;
}
body.page-support .block-outer {
 align-items: stretch;
 background-color: #efefef;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 padding: 10px;
}
body.page-support .sponcer-logo {
 align-items: center;
 background-color: #fff;
 border-radius: 0px;
 box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 margin: 5px;
 padding: 10px;
 width: 100%;
}
body.page-support .block-supported .sponcer-logo {
 display: block;
 width: calc(100% - 10px);
}
body.page-support .block-supported .sponcer-logo img {
 display: block;
 margin: 0 auto;
 max-width: 480px;
 width: 100%;
}
body.page-support .special-wrap {
 align-items: center;
 display: flex;
 justify-content: space-between;
 margin-top: 50px;
}
body.page-support .special-outer {
 width: calc(50% - 5px);
}
body.page-support .block-special .sponcer-logo {
 display: block;
 width: calc(100% - 10px);
}
body.page-support .block-special .sponcer-logo img {
 display: block;
 margin: 0 auto;
 max-width: 360px;
 width: 75%;
}
body.page-support .block-cooperate .sponcer-logo {
 width: calc(50% - 10px);
}
body.page-support .block-cooperate .sponcer-logo img {
 display: block;
 margin: 0 auto;
 max-width: 300px;
 width: 100%;
}
body.page-support .block-official .sponcer-logo {
 width: calc(33.3% - 10px);
}
body.page-support .block-energy .sponcer-logo {
 width: calc(25% - 10px);
}
body.page-support .block-supporters .sponcer-logo {
 width: calc(25% - 10px);
}
body.page-support .block-org .sponcer-logo {
 width: calc(50% - 10px);
}
body.page-support .block-kyosai .sponcer-logo {
 width: calc(50% - 10px);
}
body.page-support .block-kyosai .txt {
 color: #333;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 6vw;
 font-weight: bold;
 padding: 1% 0;
}
body.page-support .block-koen .sponcer-logo {
 color: #333;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 16px;
 font-weight: bold;
 height: 66px;
 width: calc(33.3% - 10px);
}
body.page-support .block-tokubetsu .sponcer-logo {
 width: calc(20% - 10px);
}
body.page-support .block-kankyou .sponcer-logo {
 width: calc(25% - 10px);
}
body.page-support .block-kyoryoku .block-outer {
 padding: 10px 5px 0;
}
body.page-support .block-kyoryoku .sponcer-logo {
 color: #333;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 16px;
 font-weight: bold;
 height: 66px;
 width: calc(25% - 10px);
}
body.page-support .block-support .block-outer {
 padding: 0 5px 10px;
}
body.page-support .block-support .sponcer-logo {
 height: 66px;
 width: calc(20% - 10px);
}
body.page-support .block-support .txt {
 color: #333;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 14px;
 font-weight: bold;
 line-height: 1.0;
 text-align: center;
}
body.page-support .block-planning .sponcer-logo {
 width: calc(33.3% - 10px);
}
body.page-support .block-tit-kankyousyo {
 align-items: center;
 color: #333;
 display: flex;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: 700;
 font-size: 1.2rem;
 letter-spacing: 0.03em;
 line-height: 1.25;
 margin: 60px 0 30px;
}
@media only screen and (max-width: 1024px) {
 body.page-support .block {
  background-color: #fff;
  padding: 0%;
 }
 body.page-support .block-outer {
  padding: 5px;
 }
 body.page-support .special-wrap {
  display: block;
  margin: 0;
 }
 body.page-support .special-outer {
  width: calc(100% - 5px);
 }
 body.page-support .special-outer .block-tit:first-child {
  margin: 50px 0 20px;
 }
 body.page-support .block-cooperate .sponcer-logo {
  aspect-ratio: 1 / 1;
  width: calc(50% - 10px);
 }
 body.page-support .block-official .sponcer-logo {
  width: calc(50% - 10px);
 }
 body.page-support .block-energy .sponcer-logo {
  width: calc(33.3% - 10px);
 }
 body.page-support .block-tokubetsu .sponcer-logo {
  width: calc(25% - 10px);
 }
 body.page-support .block-kankyou .sponcer-logo {
  width: calc(33.3% - 10px);
 }
 body.page-support .block-supporters .sponcer-logo {
  width: calc(33.3% - 10px);
 }
 body.page-support .block-org .sponcer-logo {
  width: calc(50% - 10px);
 }
 body.page-support .block-kyosai .sponcer-logo {
  width: calc(50% - 10px);
 }
 body.page-support .block-koen .sponcer-logo {
  height: 66px;
  width: calc(100% - 10px);
 }
 body.page-support .block-kyoryoku .sponcer-logo {
  height: 50px;
  width: calc(50% - 10px);
 }
 body.page-support .block-support .sponcer-logo {
  width: calc(33.3% - 10px);
 }
 body.page-support .block-koen .txt {
  font-size: 14px;
 }
 body.page-support .block-kyoryoku .txt {
  font-size: 12px;
 }
 body.page-support .block-support .txt {
  font-size: 12px;
  font-weight: normal;
  height: 50px;
 }
}
/* ----------------------------------------------------------------
    support ボランティア募集
  ----------------------------------------------------------------- */
body.page-volunteer .intro-copy {
 font-size: 2rem;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-weight: 700;
 margin-top: 30px;
}
body.page-volunteer .intro-txt {
 color: #333;
 line-height: 2;
 margin-top: 20px;
 text-align: justify;
}
body.page-volunteer .block-head {
 color: #000;
 font-weight: bold;
 line-height: 1;
 margin: 60px 0 3.3%;
}
body.page-volunteer .block-table {
 margin: 10px 0 0;
}
body.page-volunteer table {
 margin-bottom: 2%;
 width: 100%;
}
body.page-volunteer th, body.page-volunteer td {
 border: 1px solid #ccc;
 font-size: 1.2rem;
 padding: 10px;
 text-align: center;
 vertical-align: middle;
}
body.page-volunteer th {
 background-color: #f5f5f5;
}
body.page-volunteer .btn-area {
 align-items: center;
 display: flex;
 justify-content: space-between;
 margin: 0 auto;
 max-width: 540px;
 text-align: center;
 width: 100%;
}
body.page-volunteer a.btn {
 background: rgb(190, 52, 85);
 border: 1px solid rgb(190, 52, 85);
 border-radius: 3rem;
 color: #fff;
 display: inline-block;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-size: 1.2rem;
 font-weight: 700;
 line-height: 1.25;
 padding: 1.0rem 3rem;
 text-align: center;
 text-decoration: none;
 transition: all 0.3s ease-out;
}
body.page-volunteer .btn-link-end a.btn {
 background: #ccc;
 border: none;
}
body.page-volunteer a.btn:hover {
 background: none;
 border: 1px solid rgb(190, 52, 85);
 color: rgb(190, 52, 85);
 transition: all 0.3s ease-out;
}
body.page-volunteer .btn-link-end a.btn:hover {}
@media only screen and (max-width: 1024px) {
 body.page-volunteer th, body.page-volunteer td {
  padding: 1%;
  width: 41.7%;
 }
 body.page-volunteer th.txtC, body.page-volunteer td.txtC {
  width: 16.6%;
 }
}
@media only screen and (max-width: 768px) {
 body.page-volunteer .btn-area {
  max-width: 375px;
 }
}
/* ----------------------------------------------------------------
    goods オフィシャルグッズ
  ----------------------------------------------------------------- */
body.page-goods .main-bnr {
 margin: 50px auto 0;
}
body.page-goods .intro {
 color: #333;
 line-height: 2;
 padding-top: 50px;
}
body.page-goods .sec-shop {
 margin: 0 auto;
 padding-top: 50px;
 width: 100%;
}
body.page-goods .block-copy {
 font-size: 24px;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-weight: bold;
 margin-bottom: 30px;
 text-align: center;
}
body.page-goods .itemThumb {
 border: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
 body.page-goods .block-copy {
  font-size: 20px;
 }
}
/* ----------------------------------------------------------------
    news ニュース
  ----------------------------------------------------------------- */
body.page-news #main-area {
 margin: 0 auto;
 padding: 60px 0 60px 0;
 max-width: 1000px;
 width: calc(100% - 0px);
}
body.page-news #side-area {
 height: auto;
 position: relative;
 width: 0px;
}
body.page-news .sec-news {
 align-items: stretch;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 margin: 0 auto;
 max-width: 1000px;
 width: 100%;
}
body.page-news .post-wrap {
 margin: 0 10px 60px;
 position: relative;
 width: calc(25% - 20px);
}
body.page-news .post-thum {
 border: 1px solid #ddd;
 width: 100%
}
body.page-news .post-thum img {
 height: auto;
 width: 100%
}
body.page-news .post-date {
 color: #333;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 1.0rem;
 line-height: 1;
 margin-top: 10px;
 padding: 0px 0;
 width: 70px;
}
body.page-news .post-tit {
 color: #333;
 line-height: 1.25rem;
 margin-top: 10px;
}
body.page-news .post-tit .new-txt {
 color: #333;
 font-size: 1.0rem;
}
body.page-news .post-new {
 background-color: #0d57a7;
 color: #f5ce21;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 14px;
 left: 0;
 line-height: 1;
 padding: 5px 0;
 position: absolute;
 text-align: center;
 width: 70px;
}
body.page-news .txt-link {
 margin-bottom: 30px;
 text-align: center;
}
body.page-news small {
 display: block;
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
 body.page-news .sec-news {
  justify-content: space-between;
 }
 body.page-news #main-area {
  margin: 0 auto;
  padding: 0 0 60px 0;
  max-width: 1000px;
  width: calc(90% - 0px);
 }
 body.page-news .post-wrap {
  margin: 0 0px 30px;
  position: relative;
  width: calc(49% - 0px);
 }
 body.page-news .post-tit .new-txt {
  color: #333;
  font-size: 1.2rem;
 }
 body.page-news .post-new {
  font-size: 12px;
 }
}
/* ----------------------------------------------------------------
    notice 注意事項
  ----------------------------------------------------------------- */
.page-notice .subline {
 text-align: center;
 margin-bottom: 20px;
 font-weight: bold;
}
.page-notice .subline-red {
 text-align: center;
 margin-bottom: 20px;
 font-weight: bold;
}
.page-notice .intro {
 line-height: 2;
 margin-bottom: 60px;
 padding: 30px;
 background-color: #f5f5f5;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 font-size: 1.2rem;
}
.page-notice .img-rule {
 width: 100%;
 margin-bottom: 20px;
}
.page-notice .img-rule img {
 width: 100%;
 height: auto;
}
.page-notice .prohibition-list .img-table {
 width: 100%;
 max-width: 160px;
 height: auto;
 margin: 0 auto 60px;
}
.page-notice .prohibition-list .img-table img {
 width: 100%;
 height: auto;
}
.page-notice .prohibition-list .table-outer {
 margin-bottom: 60px;
}
.page-notice .prohibition-list .table-outer table {
 margin-bottom: 30px;
 width: 100%;
}
.page-notice .prohibition-list .table-outer table th, .page-notice .prohibition-list .table-outer table td {
 padding: 5px 10px;
 background: #fafafa;
 border: 1px solid #ccc;
 font-size: 1.0rem;
}
.page-notice .prohibition-list .table-outer table .odd th, .page-notice .prohibition-list .table-outer table .odd td {
 background: #fff;
}
.page-notice .prohibition-list .table-outer table th {
 text-align: center;
 background: #eee;
}
.page-notice .prohibition-list .table-outer table th p {
 font-size: 1.0rem;
}
.page-notice .prohibition-list .attention {
 background-color: #f5f5f5;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 margin-bottom: 40px;
 padding: 30px;
}
.page-notice .prohibition-list .attention .subhead {
 font-size: 1.1rem;
 font-weight: bold;
 margin-bottom: 10px;
}
.page-notice .prohibition-list .attention p {
 font-size: 1.0rem;
}
.page-notice .local-nav {
 margin-bottom: 80px;
 overflow: hidden;
 *zoom: 1;
 padding-bottom: 10px;
}
.page-notice .local-nav li {
 position: relative;
 float: left;
 width: 25%;
 text-align: center;
}
.page-notice .local-nav li a {
 background-color: #d71518;
 color: #fff;
 display: block;
 font-size: 1.1rem;
 font-weight: bold;
 height: 40px;
 line-height: 40px;
 margin: 0 1px;
 position: relative;
}
.page-notice .local-nav li a:hover {
 text-decoration: none;
}
.page-notice .local-nav li a:after {
 display: block;
 content: '';
 position: absolute;
 width: 0;
 height: 0;
 border-top: 10px solid transparent;
 border-right: 7px solid transparent;
 border-bottom: 10px solid transparent;
 border-left: 7px solid transparent;
 border-top-color: #d71518;
 left: 0%;
 right: 0%;
 top: 40px;
 margin: auto;
 z-index: 1;
}
.page-notice .block {
 margin-bottom: 40px;
 margin-bottom: 80px;
}
.page-notice .block .inquiry {
 margin: 40px 0;
 text-align: center;
 border: 1px solid #ccc;
}
.page-notice .block .inquiry h4 {
 padding: 6px 0;
 background-color: #f5f5f5;
 border-bottom: 1px solid #ccc;
}
.page-notice .block .inquiry p {
 padding: 20px;
}
.page-notice .block .sub-tit {
 margin-bottom: 20px;
 padding: 0 10px;
 font-size: 1.2rem;
}
.page-notice .block .list li {
 margin-bottom: 18px;
 padding-bottom: 18px;
 padding-left: 20px;
 padding-right: 20px;
 line-height: 1.8;
 border-bottom: 1px dashed #ccc;
 font-size: 1.1rem;
}
.page-notice .block .subhead {
 font-weight: bold;
}
.page-notice .block .notice {
 color: #e44;
}
@media only screen and (max-width: 768px) {
 .page-notice .intro {
  padding: 15px;
 }
 .page-notice .prohibition-list .img-table {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 60px;
 }
 .page-notice .prohibition-list .img-table img {
  width: 100%;
  height: auto;
 }
 .page-notice .prohibition-list .table-outer {
  margin-bottom: 60px;
 }
 .page-notice .prohibition-list .table-outer table {
  width: 100%;
 }
 .page-notice .prohibition-list .table-outer table th, .page-notice .prohibition-list .table-outer table td {
  font-size: 12px;
  padding: 5px 10px;
  background: #fafafa;
  border: 1px solid #ccc;
 }
 .page-notice .prohibition-list .table-outer table .odd th, .page-notice .prohibition-list .table-outer table .odd td {
  background: #fff;
 }
 .page-notice .prohibition-list .table-outer table th {
  background: #eee;
 }
 .page-notice .prohibition-list .table-outer table th p {
  writing-mode: tb-rl;
  /* IE用 */
  writing-mode: vertical-rl;
  /* Chrome、Firefox用 */
  width: 1em;
  /* firefox対策 */
  line-height: 1em;
  /* firefox対策 */
  margin: 0 auto;
  white-space: nowrap;
  text-align: left;
  text-orientation: upright;
 }
 .page-notice .prohibition-list .attention {
  padding: 15px;
 }
 .page-notice .local-nav {
  margin-bottom: 80px;
  overflow: hidden;
  *zoom: 1;
 }
 .page-notice .local-nav li {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 2px;
 }
 .page-notice .local-nav li a {
  font-size: 13px;
 }
 .page-notice .local-nav li a:after {
  display: none;
 }
 .page-notice .local-nav li img {
  width: 100%;
  height: auto;
 }
 .page-notice .block {
  margin-bottom: 40px;
  margin-bottom: 80px;
 }
 .page-notice .block .sub-tit {
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 20px;
 }
 .page-notice .block .list li {
  margin-bottom: 18px;
  padding-bottom: 18px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.8;
  font-size: 13px;
 }
 .page-notice .block .block-tit {
  font-size: 16px;
 }
 .page-notice .block .sub-tit {
  padding: 0;
  font-size: 16px;
 }
}
/* ----------------------------------------------------------------
    faq よくある質問　
  ----------------------------------------------------------------- */
body.page-faq {
 width: 100%;
}
body.page-faq .sec-wrap {
 margin: 0 auto;
 max-width: 1000px;
 position: relative;
 width: 90%;
}
body.page-faq .sec-tit {
 color: #036eb7;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-size: 30px;
 font-weight: 900;
 line-height: 1.5;
 text-align: center;
}
body.page-faq .type-list .list-item {
 border: 1px solid #333;
 line-height: 1.75;
 margin-top: 20px;
}
body.page-faq .type-list .type {
 align-items: center;
 background-color: #fff;
 cursor: pointer;
 display: flex;
 justify-content: space-between;
 padding: 3.3%;
 position: relative;
}
body.page-faq .type-list .name {
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-size: 1.5rem;
 font-weight: 700;
 line-height: 1.25;
}
body.page-faq .type-list .price {
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 2.0rem;
 font-weight: 700;
 padding-right: 5.333333333333334vw;
 text-align: right;
}
body.page-faq .type-list .tax {
 font-size: 1.0rem;
 font-weight: 400;
 margin-left: 2px;
}
body.page-faq .type-list .icon {
 background: url(../img/ticket/icon_circle.svg) no-repeat center center / cover;
 content: '';
 height: 5.333333333333334vw;
 max-height: 40px;
 max-width: 40px;
 position: absolute;
 right: 1.65%;
 top: 50%;
 transition: all .3s;
 transform: translateY(-50%) rotate(45deg);
 width: 5.333333333333334vw;
}
body.page-faq .type-list .on .icon {
 transform: translateY(-50%);
}
body.page-faq .type-list .detail {
 background-color: #fff;
 box-sizing: border-box;
 color: #333;
 font-family: YakuHanJP;
 font-weight: 400;
 display: none;
 padding: 0 3.3% 5%;
}
body.page-faq .type-list .detail.on {
 display: block;
}
body.page-faq .type-list .detail a {
 text-decoration: underline;
}
body.page-faq .type-list .detail a:hover {
 text-decoration: none;
}
body.page-faq .type-list .bgbox-txt {
 font-size: 1.2rem;
 width: 100%;
}
body.page-faq .type-list .bgbox-head {
 background-color: #be3455;
 display: inline-block;
 color: #fff;
 font-size: 1.0rem;
 line-height: 1;
 margin: 0 0 5px 0;
 padding: 5px;
}
body.page-faq .type-list .card-cap {
 color: #333;
 font-size: 1.0rem;
 line-height: 1.5;
 margin: 15px auto 0;
 text-align: justify;
}
body.page-faq .type-list .indent {
 font-size: 1.0rem;
}
body.page-faq .block .inquiry {
 margin: 40px 0;
 text-align: center;
 border: 1px solid #ccc;
}
body.page-faq .block .inquiry h4 {
 padding: 6px 0;
 background-color: #f5f5f5;
 border-bottom: 1px solid #ccc;
}
body.page-faq .block .inquiry p {
 padding: 20px;
}
@media only screen and (max-width: 768px) {
 body.page-faq .type-list .type {
  padding: 3.3% 6.6% 3.3% 3.3%;
 }
}
/* ----------------------------------------------------------------
    topics トピックス
  ----------------------------------------------------------------- */
/*#topics #main-area {
 margin: 0 auto;
 padding: 60px 0 60px 0;
 max-width: 1000px;
 width: calc(100% - 0px);
}
#topics #side-area {
 height: auto;
 position: relative;
 width: 0px;
}*/
body#topics section {}
body#topics .post-head .post-tit {
 border-bottom: solid 1px #ccc;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 28px;
 font-weight: bold;
 padding-top: 60px;
 padding-bottom: 25px;
}
body#topics .post-head .post-date {
 color: #333;
 margin-top: 25px;
}
body#topics .post-head .post-tag {
 background-color: #efefef;
 color: #333;
 font-size: 16px;
 line-height: 1;
 margin: 0 0 10px 5px;
 padding: 5px 10px;
 text-align: center;
}
body#topics .block {
 margin-top: 50px;
}
body#topics .block-last {
 margin-top: 100px;
}
body#topics .post-txt {
 font-size: 18px;
 line-height: 1.8;
 margin: 50px auto;
}
/*body#topics .btn-link {
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin: 45px auto 25px;
 max-width: 375px;
 text-align: center;
 width: 90%;
}
body#topics .btn-link a {
 background-color: #fff;
 border: 1px solid #333;
 border-radius: 50px;
 color: #333;
 display: block;
 line-height: 1;
 padding: 25px 0;
 width: 100%;
}
body#topics .btn-link a:hover {
 background-color: #ccc;
 border: 1px solid #ccc;
 color: #333;
 transition: 0.5s;
}*/
body#topics .post-foot {
 border-top: 1px solid #ccc;
}
body#topics .post-foot .nav {
 margin: 40px 0;
}
body#topics .post-foot .nav {
 *zoom: 1;
}
body#topics .post-foot .nav:before, #topics .post-foot .nav:after {
 content: "";
 display: table;
}
body#topics.post-foot .nav:after {
 clear: both;
}
body#topics .post-foot .nav li {
 float: left;
 width: 33.3333%;
 text-align: center;
}
body#topics .post-foot .nav li a:hover {
 color: #ccc;
 text-decoration: none;
}
body#topics .post-foot .nav li a.disable {
 color: #999;
}
body#topics .post-foot .nav li a.disable:hover {
 color: #000;
}
body#topics .post-foot .nav .nav-list {}
@media only screen and (max-width: 1024px) {
 body#topics #main-area {
  margin: 0 auto;
  padding: 0;
 }
 body#topics .post-head {
  margin-bottom: 20px;
 }
 body#topics .post-head .post-tit {
  padding-bottom: 10px;
  font-size: 20px;
 }
 body#topics .post-head .post-date {
  font-size: 12px;
 }
 body#topics #contents {
  padding: 0 5% 5%;
 }
 body#topics .post-foot .nav {
  margin: 50px 0;
 }
 body#topics .post-foot .nav {
  *zoom: 1;
 }
 body#topics .post-foot .nav:before, body#topics .post-foot .nav:after {
  content: "";
  display: table;
 }
 body#topics .post-foot .nav:after {
  clear: both;
 }
 body#topics .post-foot .nav li {
  float: left;
  width: 33.3333%;
  text-align: center;
 }
}
/* ----------------------------------------------------------------
    health ヘルスケア
  ----------------------------------------------------------------- */
body.page-health .main-bnr {
 margin: 0 auto 25px;
}
body.page-health .block-project {
 width: 100%;
}
body.page-health .block-project .block-copy {
 font-size: 24px;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: bold;
}
body.page-health .block-project .block-txt {
 margin: 0 auto;
}
body.page-health .block-project .comic-area {
 margin: 0 auto;
 width: 100%;
}
body.page-health .block-project .col-txt {
 margin-top: 25px;
 line-height: 2;
}
body.page-health .block-project .col-comic {
 align-items: center;
 display: flex;
 justify-content: space-between;
}
body.page-health .block-project .col2-item {
 width: 50%;
}
body.page-health .block-column {
 color: #0d57a7;
 text-align: center;
 margin-top: 50px;
}
body.page-health .block-last {
 margin-bottom: 100px;
}
body.page-health .goodsList {
 align-items: flex-start;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
}
body.page-health .block-column .goodsList li {
 margin-right: 1%;
 width: 32.3%;
}
body.page-health .block-health {
 color: #0d57a7;
 text-align: center;
 margin-top: 120px;
}
/*body.page-health .sec-health .block-boder {
 border: 1px solid #0d57a7;
 padding: 5%;
}*/
body.page-health .block-health .more {
 color: #0d57a7;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 text-align: center;
 margin-top: 5%;
}
body.page-health .block-health li {
 margin-bottom: 5%;
 margin-right: 1%;
 width: 32.3%;
}
@media only screen and (max-width: 768px) {
 body.page-health .block-project .col-comic {
  display: block;
 }
 body.page-health .block-project .col2-item {
  width: 100%;
 }
 body.page-health .block-column .goodsList li {
  margin-right: 0;
  width: 49%;
 }
 body.page-health .block-health li {
  width: 49%;
 }
}
/* ----------------------------------------------------------------
    camp キャンプのススメ
  ----------------------------------------------------------------- */
body.page-camp #sec-1 {
 padding-top: 0;
}
body.page-camp .block-copy {
 font-size: 1.6rem;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: bold;
 margin-top: 25px;
}
body.page-camp .block-txt {
 line-height: 2;
 margin: 25px auto;
}
body.page-camp .link-tit {
 border-bottom: solid 1px #ccc;
 margin-bottom: 5%;
 padding-bottom: 2.5%;
}
body.page-camp .col-wrap {
 align-items: flex-start;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
body.page-camp .col-item {
 width: 30.8%;
}
body.page-camp .col-tit {
 font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
 body.page-camp .col-item {
  width: 47.5%;
 }
}
/* ----------------------------------------------------------------
    green グリーンロッカーズ
  ----------------------------------------------------------------- */
body.page-gr .main-bnr {
 margin: 50px auto 0;
}
body.page-gr .sec-project {
 width: 100%;
}
body.page-gr .sec-project .block-copy {
 font-size: 24px;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: bold;
}
body.page-gr .sec-project .block-txt {
 font-size: 18px;
 line-height: 1.8;
 margin: 20px auto 0;
 text-align: justify;
}
body.page-gr .sec-project .cf-area {
 align-items: center;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 0 auto;
 width: 100%;
}
body.page-gr .sec-project .col2-item {
 width: calc(50% - 1.665%);
}
body.page-gr .sec-recycle .block_border {
 background-color: #fff;
 padding: 3.33% 0 0;
}
body.page-gr .sec-recycle .bgbox {
 background-color: #efefef;
 margin-top: 3.33%;
 padding: 40px;
}
body.page-gr .sec-recycle .bgbox-tit {
 font-size: 18px;
 font-weight: bold;
 text-align: left;
}
body.page-gr .sec-recycle .bgbox-txt {
 font-size: 16px;
 line-height: 1.7em;
 margin-top: 10px;
}
body.page-gr .sec-recycle .bgbox p:first-of-type {
 padding-bottom: 20px;
}
body.page-gr .sec-toile {}
body.page-gr .sec-toile .block_border {
 padding: 3.33% 0 0;
}
body.page-gr .sec-toile .block-copy {
 font-size: 24px;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: bold;
 text-align: left;
}
body.page-gr .sec-toile .movie {
 margin-top: 40px;
}
body.page-gr .sec-toile .block-txt {
 font-size: 18px;
 line-height: 1.8;
 margin: 20px auto 0
}
body.page-gr .sec-toile .bgbox_col {
 align-items: center;
 background-color: #efefef;
 display: flex;
 justify-content: space-between;
 margin-top: 3.3%;
 padding: 40px;
}
body.page-gr .sec-toile .co2-item_txt {
 width: calc(60% - 25px);
}
body.page-gr .sec-toile .co2-item_img {
 width: calc(40% - 25px);
}
body.page-gr .sec-toile .bgbox-tit {
 font-size: 18px;
 font-weight: bold;
 text-align: left;
}
body.page-gr .sec-toile .bgbox-txt {
 font-size: 16px;
 line-height: 1.7em;
 margin-top: 10px;
}
body.page-gr .sec-sponcer {
 margin-top: 50px;
}
body.page-gr .sec-sponcer .block-copy {
 font-size: 24px;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: bold;
 text-align: center;
}
body.page-gr .sec-sponcer .block-sponcer {
 margin-top: 50px;
}
body.page-gr .sec-sponcer .logo {
 align-items: center;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-around;
 margin: 0 auto;
 width: 66.6%;
}
body.page-gr .sec-sponcer .logo li {
 color: #333;
 font-size: 16px;
 font-weight: 100;
 text-align: center;
}
body.page-gr .sec-sponcer .logo .logo01 {
 margin: 0% 25% 5%;
 width: 50%;
}
body.page-gr .sec-sponcer .logo .logo02 {
 margin: 0% 1%;
 width: 31.3%;
}
body.page-gr .sec-sponcer .logo .logo03 {
 margin: 1%;
 width: 31.3%;
}
body.page-gr .sec-sponcer .logo .logo04 {
 margin: 1%;
 width: 31.3%;
}
body.page-gr .sec-sponcer .logo .logo05 {
 margin: 1%;
 width: 31.3%;
}
body.page-gr .sec-sponcer .logo .logo06 {
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-size: 18px;
 margin: 5%;
 width: 60%;
}
body.page-gr .sec-sponcer .logo .logo06 img {
 margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
 body.page-gr .main-bnr {
  margin: 50px auto 0;
 }
 body.page-gr .sec-project {
  margin-top: 50px;
  width: 100%;
 }
 body.page-gr .sec-project .block-copy {
  font-size: 24px;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: bold;
 }
 bbody.page-gr .sec-project .block-txt {
  font-size: 18px;
  line-height: 1.8;
  margin: 20px auto 0
 }
 body.page-gr .sec-project .cf-area {
  display: block;
  width: 100%;
 }
 body.page-gr .sec-project .col-cf {
  margin-top: 20px;
 }
 body.page-gr .sec-project .col-cf .block-copy {
  color: #fff;
  font-size: 24px;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
 }
 body.page-gr .sec-project .col2-item {
  width: calc(100% - 0px);
 }
 body.page-gr .sec-recycle .bgbox {
  background-color: #efefef;
  margin-top: 3.33%;
  padding: 40px;
 }
 body.page-gr .sec-recycle .bgbox-tit {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
 }
 body.page-gr .sec-recycle .bgbox-txt {
  font-size: 14px;
 }
 body.page-gr .sec-toile {
  margin-top: 50px;
 }
 body.page-gr .sec-toile .block-copy {
  font-size: 24px;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: left;
 }
 body.page-gr .sec-toile .bgbox_col {
  display: block;
  margin-top: 20px;
  padding: 20px 40px;
 }
 body.page-gr .sec-toile .co2-item_txt {
  width: calc(100% - 0px);
 }
 body.page-gr .sec-toile .co2-item_img {
  width: calc(100% - 0px);
 }
 body.page-gr .sec-toile .bgbox-txt {
  font-size: 14px;
 }
 body.page-gr .sec-sponcer .logo .logo01 {
  margin: 0% 10%;
  width: 100%;
 }
 body.page-gr .sec-sponcer .logo .logo02 {
  margin: 10%;
  width: 66.6%;
 }
 body.page-gr .sec-sponcer .logo .logo03 {
  margin: 10%;
  width: 66.6%;
 }
 body.page-gr .sec-sponcer .logo .logo04 {
  margin: 10%;
  width: 66.6%;
 }
 body.page-gr .sec-sponcer .logo .logo05 {
  margin: 10%;
  width: 66.6%;
 }
 body.page-gr .sec-sponcer .logo .logo06 {
  margin: 0 0%;
  width: 100%;
 }
}
/* ----------------------------------------------------------------
    carbon カーボンニュートラル
  ----------------------------------------------------------------- */
body.page-carbon .main-bnr {
 margin: 50px auto 0;
}
body.page-carbon .sec-project {
 padding-top: 75px;
 width: 100%;
}
body.page-carbon .sec-project .block-copy {
 font-size: 24px;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: bold;
}
body.page-carbon .sec-project .block-txt {
 font-size: 18px;
 line-height: 1.8;
 margin: 20px auto 0
}
body.page-carbon .sec-project .cf-area {
 align-items: center;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 0 auto;
 width: 100%;
}
body.page-carbon .sec-project .col-cf {
 background-color: #021b1e;
 border-radius: 10px;
 color: #fff;
 text-align: center;
 padding: 3.3% 0;
}
body.page-carbon .sec-project .col-cf .block-copy {
 color: #fff;
 font-size: 20px;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: bold;
 text-align: center;
}
body.page-carbon .sec-project .col-cf .post-date {
 background-color: #fff;
 border-radius: 3px;
 color: #021b1e;
 font-size: 18px;
 margin: 20px auto 0;
 padding: 0 5px;
 text-align: center;
 width: 176px;
}
body.page-carbon .sec-project .col-cf .editer-area {
 color: #fff;
 font-size: 24px;
 font-family: YakuHanJP, oswald, 'Noto Sans JP', sans-serif;
 font-weight: bold;
 margin-top: 10px;
 text-align: center;
}
body.page-carbon .sec-project .col-cf h3 {
 margin-top: 5px;
}
body.page-carbon .sec-project .col-cf h4 {
 font-size: 20px;
 margin-top: 0px;
}
body.page-carbon .sec-project .col-cf .fund strong {
 color: #00eaad;
 font-size: 40px;
}
body.page-carbon .sec-project .col-cf .target strong {
 color: #fff;
 font-size: 40px;
}
body.page-carbon .sec-project .col-cf h4 strong {
 font-size: 30px;
}
body.page-carbon .sec-project .col2-item {
 width: calc(50% - 1.665%);
}
body.page-carbon .sec-project .small {
 font-size: 12px;
}
body.page-carbon .sec-project .bgbox {
 background-color: #efefef;
 margin-top: 3.33%;
 padding: 40px;
}
body.page-carbon .sec-project .bgbox-tit {
 font-size: 18px;
 font-weight: bold;
 text-align: left;
}
body.page-carbon .sec-project .bgbox-txt {
 font-size: 14px;
 line-height: 1.7em;
 margin-top: 10px;
}
body.page-carbon .sec-challenge {
 border-top: 1px solid #ccc;
 margin-top: 75px;
 padding-top: 75px;
}
body.page-carbon .sec-challenge .block-copy_left {
 font-size: 28px;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: bold;
 text-align: center;
}
body.page-carbon .sec-challenge .challenge-wrap {
 align-items: stretch;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin-top: 50px;
 width: 100%;
}
body.page-carbon .sec-challenge .block_border {
 background-color: #fff;
 border: 1px solid #60a99d;
 margin-top: 20px;
 padding: 5%;
}
body.page-carbon .sec-challenge .challenge-item {
 align-items: center;
 display: flex;
 justify-content: space-between;
 width: 100%;
}
body.page-carbon .sec-challenge .challenge-item2 {
 margin: 5% 0;
}
body.page-carbon .sec-challenge .pic-challenge {
 width: 22.5%;
}
body.page-carbon .sec-challenge .icon-col {
 width: 22.5%;
}
body.page-carbon .sec-challenge .icon-col .pic-challenge2 {
 margin: 0 auto;
 width: 80%;
}
body.page-carbon .sec-challenge .txt-col {
 width: 72.5%;
}
body.page-carbon .sec-challenge .block-copy {
 color: #60a99d;
 font-size: 24px;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: 700;
}
body.page-carbon .sec-challenge .block-head {
 color: #60a99d;
 font-size: 20px;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: 700;
 line-height: 1.5em;
}
body.page-carbon .sec-challenge .block-txt {
 font-size: 16px;
 text-align: justify;
 line-height: 1.7em;
 margin: 20px 0 0;
}
body.page-carbon .sec-challenge .phase4 .block-copy {
 margin-left: 27.5%;
}
body#topics .sec-challenge .btn-link {
 margin: 20px auto 0;
}
body.page-carbon .sec-co2 .block-copy {
 font-size: 24px;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: bold;
 margin-bottom: 5%;
 text-align: center;
}
body.page-carbon .sec-sponcer {
 border-top: 1px solid #ccc;
 margin-top: 75px;
 padding-top: 75px;
}
body.page-carbon .sec-sponcer .sec-tit_cq {
 margin: 0 auto;
 width: 214px;
}
body.page-carbon .sec-sponcer .block-txt {
 font-size: 18px;
 line-height: 1.8;
 margin-top: 20px;
 text-align: center;
}
body.page-carbon .sec-sponcer .btn-area {
 align-items: center;
 display: flex;
 justify-content: space-between;
 margin: 0 auto;
 max-width: 825px;
 width: 100%;
}
body.page-carbon .sec-sponcer .block-copy {
 font-size: 24px;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: bold;
 text-align: center;
}
body.page-carbon .sec-sponcer .block-voice {
 border: 1px solid #ccc;
 margin-top: 50px;
 padding: 2% 2% 0;
 ;
}
body.page-carbon .sec-sponcer .thum-area {
 align-items: flex-start;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 padding: 3.33% 0;
}
body.page-carbon .sec-sponcer .thum-item {
 padding-bottom: 40px;
 position: relative;
 margin: 0 1%;
 height: auto;
 width: 48%;
}
body.page-carbon .sec-sponcer .thum-item:hover {
 opacity: 0.8;
}
body.page-carbon .sec-sponcer .thum-item img {
 height: auto;
 width: 100%;
}
body.page-carbon .sec-sponcer .thum-name {
 align-items: center;
 background-color: #021b1e;
 bottom: 0px;
 display: flex;
 color: #00eaad;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 18px;
 line-height: 1em;
 height: 40px;
 justify-content: center;
 position: absolute;
 text-align: center;
 width: calc(100% - 0px);
 z-index: 1;
}
@media only screen and (max-width: 1024px) {
 body.page-carbon .main-bnr {
  margin: 50px auto 0;
 }
 body.page-carbon .sec-project {
  margin-top: 0px;
  width: 100%;
 }
 .pic-challenge {
  margin-top: 20px;
 }
 body.page-carbon .sec-project .block-copy {
  font-size: 24px;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: bold;
 }
 body.page-carbon .sec-project .block-txt {
  font-size: 18px;
  line-height: 1.8;
  margin: 20px auto 0
 }
 body.page-carbon .sec-project .cf-area {
  display: block;
  width: 100%;
 }
 body.page-carbon .sec-project .col-cf {
  margin: 20px auto;
  padding: 40px 0;
 }
 body.page-carbon .sec-project .col-cf .block-copy {
  font-size: 20px;
 }
 body.page-carbon .sec-project .col-cf .post-date {
  background-color: #fff;
  border-radius: 3px;
  color: #021b1e;
  font-size: 18px;
  margin: 20px auto 0;
  padding: 0 5px;
  text-align: center;
 }
 body.page-carbon .sec-project .col-cf .editer-area {
  color: #fff;
  font-size: 20px;
  font-family: YakuHanJP, oswald, 'Noto Sans JP', sans-serif;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
 }
 body.page-carbon .sec-project .col-cf h3 {
  margin-top: 5px;
 }
 body.page-carbon .sec-project .col-cf h4 {
  font-size: 20px;
  margin-top: 5px;
 }
 body.page-carbon .sec-project .col-cf .fund strong {
  color: #00eaad;
  font-size: 36px;
 }
 body.page-carbon .sec-project .col-cf .target strong {
  color: #fff;
  font-size: 36px;
 }
 body.page-carbon .sec-project .col2-item {
  width: calc(100% - 0px);
 }
 body.page-carbon .sec-project .small {
  font-size: 12px;
 }
 body.page-carbon .sec-project .bgbox {
  background-color: #efefef;
  margin-top: 3.33%;
  padding: 20px;
 }
 body.page-carbon .sec-project .bgbox-tit {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
 }
 body.page-carbon .sec-project .bgbox-txt {
  font-size: 14px;
  line-height: 1.7em;
  margin-top: 10px;
 }
 body.page-carbon .sec-challenge {
  border-top: 1px solid #ccc;
  margin-top: 75px;
  padding-top: 75px;
 }
 body.page-carbon .sec-challenge .block-copy_left {
  font-size: 28px;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: left;
 }
 body.page-carbon .sec-challenge .challenge-wrap {
  display: block;
  margin-top: 50px;
 }
 body.page-carbon .sec-challenge .block_border {
  background-color: #fff;
  border: 1px solid #60a99d;
  margin-top: 20px;
  padding: 3.33%;
 }
 body.page-carbon .sec-challenge .co2-item {
  width: calc(100% - 0px);
 }
 body.page-carbon .sec-challenge .block-copy {
  color: #60a99d;
  font-size: 24px;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: bold;
 }
 body.page-carbon .sec-challenge .block-head {
  color: #60a99d;
  font-size: 18px;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  margin: 40px 0 0px;
 }
 body.page-carbon .sec-challenge .block-txt {
  font-size: 16px;
  text-align: justify;
  line-height: 1.7em;
  margin: 20px 0 0;
 }
 body#topics .sec-challenge .btn-link {
  margin: 20px auto 0;
 }
 body.page-carbon .sec-co2 {
  margin-top: 50px;
 }
 body.page-carbon .sec-co2 .block-copy {
  font-size: 24px;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: left;
 }
 body.page-carbon .sec-co2 .bgbox_col {
  display: block;
  margin-top: 20px;
  padding: 20px 40px;
 }
 body.page-carbon .sec-co2 .co2-item_txt {
  width: calc(100% - 0px);
 }
 body.page-carbon .sec-co2 .co2-item_img {
  width: calc(100% - 0px);
 }
 body.page-carbon .sec-co2 .bgbox-txt {
  font-size: 18px;
  line-height: 1.8em;
 }
 body.page-carbon .sec-co2 .small {
  font-size: 12px;
 }
 body.page-carbon .sec-co2 .bgbox-cap {
  color: #444;
  font-size: 14px;
 }
 body.page-carbon .sec-co2 .bgbox-cap_first {
  color: #444;
  font-size: 14px;
  margin-top: 20px;
 }
 body.page-carbon .sec-sponcer {
  border-top: 1px solid #ccc;
  margin-top: 75px;
  padding-top: 75px;
 }
 body.page-carbon .sec-sponcer .sec-tit_cq {
  margin: 0 auto;
  width: 214px;
 }
 body.page-carbon .sec-sponcer .block-txt {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
  text-align: center;
 }
 body.page-carbon .sec-sponcer .btn-area {
  display: block;
  margin: 0 auto;
  max-width: 825px;
  width: 100%;
 }
 body.page-carbon .sec-sponcer .block-copy {
  font-size: 24px;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
 }
 body.page-carbon .sec-sponcer .block-voice {
  border: none;
  margin-top: 50px;
  padding-top: 3.33%;
 }
 body.page-carbon .sec-sponcer .thum-area {
  display: block;
 }
 body.page-carbon .sec-sponcer .thum-item {
  margin: 2% 0;
  width: 100%;
 }
 body.page-carbon .sec-sponcer .thum-name {}
}
@media only screen and (max-width: 768px) {
 body.page-carbon {
  display: block;
 }
}
/* ----------------------------------------------------------------
    audition オープニングアクト募集
  ----------------------------------------------------------------- */
body.page-audition .intro-copy {
 font-size: 2rem;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-weight: 700;
 margin-top: 30px;
}
body.page-audition .intro-txt {
 color: #333;
 line-height: 2;
 margin-top: 20px;
 text-align: justify;
}
body.page-audition .block-head {
 color: #000;
 font-weight: bold;
 line-height: 1;
 margin: 60px 0 3.3%;
}
body.page-audition .block-copy {
 font-size: 1.6rem;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: bold;
 margin-top: 25px;
}
body.page-audition .block-txt {
 line-height: 2;
 margin: 25px auto;
}
body.page-audition .block-txt a {
 text-decoration: underline;
}
body.page-audition .block-txt a:hover {
 text-decoration: none;
}
body.page-audition .block-table {
 margin: 10px 0 0;
}
body.page-audition table {
 margin-bottom: 2%;
 width: 100%;
}
body.page-audition th, body.page-audition td {
 border: 1px solid #ccc;
 font-size: 1.2rem;
 padding: 20px;
 vertical-align: middle;
}
body.page-audition th {
 background-color: #f5f5f5;
}
body.page-audition .txtC {
 background-color: #f5f5f5;
 width: 25%;
}
body.page-audition .indent {
 font-size: 1.0rem;
 margin-top: 5px;
 margin-left: 1rem;
 text-align: justify;
 text-indent: -1rem;
}
body.page-audition .link-tit {
 border-bottom: solid 1px #ccc;
 margin-bottom: 5%;
 padding-bottom: 2.5%;
}
body.page-audition .col-wrap {
 align-items: flex-start;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
body.page-audition .col-item {
 width: 30.8%;
}
body.page-audition .col-tit {
 font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
 body.page-audition .col-item {
  width: 47.5%;
 }
}
@media only screen and (max-width: 1024px) {
 body.page-audition th, body.page-audition td {
  padding: 1%;
  width: 41.7%;
 }
 body.page-audition th.txtC, body.page-audition td.txtC {
  width: 16.6%;
 }
}
/* ----------------------------------------------------------------
    reuse リユースカップ
  ----------------------------------------------------------------- */
body.page-reuse .main-bnr {
 margin: 50px auto 0;
}
body.page-reuse .intro-txt {
 color: #333;
 line-height: 2;
 text-align: justify;
}
body.page-reuse .block-copy {
 font-size: 1.6rem;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: bold;
 margin-top: 25px;
}
body.page-reuse .block-txt {
 line-height: 2;
 margin: 25px auto;
}
body.page-reuse .block-txt a {
 text-decoration: underline;
}
body.page-reuse .block-txt a:hover {
 text-decoration: none;
}
body.page-reuse .sec-project {
 border-top: 1px solid #ccc;
 margin-top: 75px;
 padding-top: 75px;
 width: 100%;
}
body.page-reuse .sec-project .col-area {
 align-items: center;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 0 auto;
 width: 100%;
}
body.page-reuse .sec-project .col2-item {
 width: calc(75% - 1.665%);
}
body.page-reuse .sec-project .col2-item-pic {
 width: calc(25% - 1.665%);
}
body.page-reuse .sec-project .small {
 font-size: 12px;
}
body.page-reuse .sec-project .bgbox {
 background-color: #efefef;
 margin-top: 3.33%;
 padding: 40px;
}
body.page-reuse .sec-project .bgbox-tit {
 font-weight: bold;
 text-align: left;
}
body.page-reuse .sec-project .bgbox-tit2 {
 font-weight: bold;
 margin-top: 20px;
 text-align: left;
}
body.page-reuse .sec-project .bgbox-txt {
 line-height: 1.7em;
 margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
 body.page-reuse .main-bnr {
  margin: 50px auto 0;
 }
 body.page-reuse .sec-project {
  margin-top: 50px;
  padding-top: 25px;
  width: 100%;
 }
 body.page-reuse .sec-project .col-area {
  display: block;
  width: 100%;
 }
 body.page-reuse .sec-project .col2-item {
  width: calc(100% - 0px);
 }
 body.page-reuse .sec-project .small {
  font-size: 12px;
 }
 body.page-reuse .sec-project .bgbox {
  background-color: #efefef;
  margin-top: 3.33%;
  padding: 20px;
 }
 body.page-reuse .sec-project .bgbox-tit {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
 }
 body.page-reuse .sec-project .bgbox-txt {
  font-size: 14px;
  line-height: 1.7em;
  margin-top: 10px;
 }
 @media only screen and (max-width: 768px) {
  body.page-reuse {
   display: block;
  }
 }