@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

body {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }

header {
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0; }

.fixed {
  position: fixed !important; }

.relative {
  position: relative; }

.center {
  text-align: center; }

.flx {
  display: flex; }

.flx_around {
  justify-content: space-around; }
  .flx_around > *:not(:first-child) {
    margin-left: 20px; }

.flx_between {
  justify-content: space-between; }

.flx_center {
  justify-content: center; }

.border_bottom {
  border-bottom: 1px solid #9c9d9d; }

a {
  text-decoration: none;
  display: inline-block;
  color: #000; }

.bold {
  font-weight: 600; }

#home .header__menu-link a#menu1, #movie .header__menu-link a#menu2, #art .header__menu-link a#menu3, #quiz .header__menu-link a#menu4, #tool .header__menu-link a#menu5 {
  font-weight: 600;
  text-decoration: underline; }

img._full {
  width: 100%; }

.header_menu {
  width: 100%;
  background-color: #fff;
  z-index: 2;
  border-bottom: 1px solid #9c9d9d; }

.header__menu-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between; }

.header__link {
  display: inline-block;
  width: calc(100% / 5);
  line-height: 1.2;
  margin: 0 5px; }

.header__link-hover {
  padding: 5px 5px; }
  .header__link-hover:hover {
    border-bottom: 1px solid #01A0E9;
    background-color: #01A0E9;
    color: #fff;
    border-radius: 20px; }

.header__link-entry {
  display: flex;
  background-color: #01A0E9;
  border-radius: 5px;
  padding: 10px;
  align-items: center;
  justify-content: center; }
  .header__link-entry:hover {
    opacity: 0.8; }
  .header__link-entry::after, .header__link-entry::before {
    content: "";
    display: inline-block; }
  .header__link-entry::after {
    width: 116px;
    height: 25px;
    background-size: contain;
    background-image: url(../images/btn_text.png);
    background-repeat: no-repeat; }

.header_menu .inner_contents {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0; }
.header_menu.fixed {
  top: 0;
  border-bottom: 1px solid #9c9d9d; }
.header_menu .coolChoice_image {
  width: 80px;
  height: 50px;
  position: absolute;
  top: 7.5px;
  left: 0; }
.header_menu .kawasaki_image {
  width: 125px;
  height: 35px; }

.twitter_image {
  position: relative;
  width: 30px;
  height: auto;
  position: absolute;
  top: 20px;
  right: 0; }
  .twitter_image::before {
    content: '\f099';
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #1CA2F1;
    font-size: 25px;
    font-family: "FontAwesome";
    border-radius: 10px;
    margin-right: 80px;
    justify-content: center; }

a.link_image {
  display: contents; }

/* トップ画像 */
.top_image_area {
  width: 100%;
  height: 410px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  opacity: 0;
  transition: opacity .3s; }
  .top_image_area::before {
    content: ' ';
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .top_image_area > div {
    position: relative;
    margin: 0 auto;
    width: 980px;
    height: 100%; }

/* 画像暗く */
.image_textCC {
  width: 282px;
  position: absolute;
  top: 140px;
  left: 6%;
  opacity: 0;
  transform: translateX(-10px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: .3s; }

.image_text {
  width: 445px;
  position: absolute;
  bottom: 28px;
  right: 4%;
  opacity: 0;
  transform: translateX(10px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: .3s; }

.image_textCC.show, .image_text.show {
  opacity: 1;
  transform: translateX(0); }

.contents {
  width: 100%;
  margin: 0 auto;
  margin-top: 132px; }

.inner_contents {
  width: 980px;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center; }

/* 背景青 */
.back_blue {
  background-color: #67c7f3; }

/* 背景水色 */
.back_light_blue {
  background-color: #d0eefa;
  overflow-x: hidden; }

.back_white {
  background-color: #fff; }

/* テキスト非表示 */
.none {
  position: absolute;
  left: -9999px; }

/* COOL CHOICEとは */
#about_coolchoice {
  display: inline-block;
  width: 402px;
  height: 90px;
  background: url(../images/cool_choice.png);
  background-repeat: no-repeat;
  background-size: contain; }

/* アイコン画像欄 */
.icon_eco {
  display: inline-block;
  width: 702px;
  height: 175px;
  background: url(../images/eco_icons.png);
  background-repeat: no-repeat;
  background-size: 702px 175px;
  margin-top: 37px;
  margin-bottom: 30px; }

.cc_about {
  margin-bottom: 20px; }

.section_image-title {
  display: block;
  margin: 0 auto 30px;
  height: 95px;
  background-repeat: no-repeat;
  background-position: center top; }

.topeco p {
  font-size: 18px; }

/* 川崎市で地球温暖化について詳しく知るには */
.section_title {
  max-width: 600px;
  font-size: 28px;
  color: #00a0e9;
  border-bottom: 6px solid #96d9ff;
  text-align: center;
  padding-left: 10px;
  padding-bottom: 5px;
  margin: 0 auto;
  margin-top: 30px; }

.section_title--sm {
  max-width: 240px; }

/* 施設ラインナップ一覧 */
.kawasaki_lineup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.lineup {
  width: 320px;
  display: inline-block;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 5px;
  border-radius: 10px;
  margin-bottom: 10px; }
  .lineup h4 {
    min-height: 60px; }
  .lineup img {
    width: 80%; }

.lineup2 {
  width: 240px;
  display: inline-block;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 5px;
  border-radius: 10px;
  margin-bottom: 10px; }
  .lineup2 h4 {
    min-height: 30px; }
  .lineup2 img {
    width: 80%;
    margin-top: 20px; }

.lineup_detail {
  min-height: 110px; }

.lineup p, .lineup2 p {
  margin: 15px 25px;
  text-align: left; }

/* イベント紹介 */
#event {
  display: inline-block;
  width: 400px;
  height: 71px;
  background: url(../images/event_ec.png);
  background-size: contain;
  background-repeat: no-repeat; }

.event_detail_field {
  width: 980px;
  height: auto;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box; }
  .event_detail_field .cover {
    width: 258px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    margin-right: 30px;
    flex-shrink: 0; }

.event_sections .event_detail {
  margin-bottom: 50px; }
  .event_sections .event_detail:last-child {
    margin-bottom: 0; }

.event_detail {
  width: 100%;
  box-sizing: border-box;
  text-align: left; }
  .event_detail h4 {
    font-size: 18px;
    display: inline-block;
    border-bottom: 6px solid #c8f8c4;
    line-height: 1.3;
    padding: 0 5px 5px;
    margin-bottom: 20px; }
  .event_detail dt {
    width: 100px;
    font-weight: bold;
    float: left; }
  .event_detail dd {
    margin-left: 100px;
    padding-bottom: 30px; }
    .event_detail dd:last-child {
      padding-bottom: 0; }
  .event_detail .event_box:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.event_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  border-bottom: 1px solid #aaa;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .event_box.event_box--block {
    display: block; }

/* .event_box dt {
  text-align: right;
} */
.event_box--block dd:last-child {
  padding-bottom: 20px; }
.event_box--block .event_img {
  display: block;
  width: 80%; }
  .event_box--block .event_img img {
    display: inline-block;
    width: 100%; }

.event_img {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 20px; }
  .event_img img {
    width: 200px; }

.detail_last {
  /* margin-bottom: 20px; */ }

/* スペシャルコンテンツ */
.inner_contents.inner_bottom {
  padding-bottom: 0; }

#special {
  display: inline-block;
  width: 442px;
  height: 85px;
  background: url(../images/special_contents.png);
  background-repeat: no-repeat;
  background-size: contain; }

.label_lightBlue {
  width: 100%;
  font-size: 22px;
  color: #fff;
  background-color: #67c7f3;
  padding: 15px 20px;
  box-sizing: border-box; }

/* ユーチューバー紹介 */
.special-contents .inner_contents {
  padding-top: 0; }

.special-contents__title {
  padding-top: 20px;
  font-size: 20px; }

.special-contents .youtube_contents__titile {
  font-size: 20px; }
.special-contents .event_detail_field {
  width: 100%;
  margin: 0 auto; }

.label_lightBlue {
  margin-top: 50px; }

/* .special-contents .label_lightBlue:first-child{
  margin-top: 0;
} */
.special-contents .event_detail_field {
  margin-top: 5px; }

.event_detail_field.event_detail_field--mt_sm {
  margin-top: 15px; }

.youtube-topic {
  width: 45%;
  text-align: left;
  margin: 30px 5px 0; }
  .youtube-topic img {
    width: 100%; }

.youtube-topic__title {
  font-size: 16px;
  padding: 10px 5px; }

/* 見出し */
.head {
  display: block;
  background-repeat: no-repeat; }

.head__movie {
  width: 232px;
  height: 93px;
  background: url(../images/cool_choice_movie.png) no-repeat;
  background-size: contain; }

.head__art {
  width: 454px;
  height: 93px;
  background: url(../images/cool_choice_art.png) no-repeat;
  background-size: contain; }

.head__quiz {
  width: 249px;
  height: 93px;
  background: url(../images/cool_choice_quiz.png) no-repeat;
  background-size: contain; }

.head__tool {
  width: 401px;
  height: 93px;
  background: url(../images/cool_choice_tool.png) no-repeat;
  background-size: contain; }

.head__soon {
  width: 623px;
  height: 174px;
  background: url(../images/comming-soon.png) no-repeat;
  background-size: contain; }

.preparation__img {
  display: block;
  margin: 0 auto;
  width: 500px; }

.preparation__text {
  text-align: center;
  margin-top: 30px;
  font-size: 21px; }

.twitter-follow-button {
  margin-top: 20px; }

/* youtube欄 */
.youtube_field {
  width: 750px;
  margin: 0 auto;
  position: relative; }

.youtube_contents2 {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden; }

.special-contents .youtube__area {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap; }

.youtube__area .youtube_contents {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  /* padding-bottom: 25.25%; */ }

.youtube_text {
  font-size: 16px;
  margin: 20px 0 30px 0; }

.youtube_contents__inner {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  /* margin-bottom: 70px; */
  /* overflow: hidden; */ }

.youtube_contents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.label_white {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  /* position: absolute; */
  /* top: 100%; */
  box-sizing: border-box;
  background-color: #fff; }

.label_white--boder {
  border: 1px solid #efefef !important; }

.youtuber_lineup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px; }

.youtuber {
  width: 485px;
  height: 120px;
  background-color: #fff;
  /* display: flex; */
  align-items: center;
  margin-bottom: 10px; }
  .youtuber a {
    width: 100%;
    height: 100%;
    display: flex; }
  .youtuber img {
    width: 120px;
    height: 120px;
    flex-shrink: 0; }
  .youtuber p {
    margin: 30px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: left; }

.ecochans_1 {
  position: absolute;
  width: 130px;
  height: 100px;
  background-image: url(../images/ecochan1.png);
  background-repeat: no-repeat;
  background-size: 130px 100px;
  right: 100px;
  bottom: 23%; }

.ecochans_1-sub {
  background-image: url(../images/ecochan3.png); }

.ecochans_2 {
  position: absolute;
  width: 130px;
  height: 100px;
  background: url(../images/ecochan2.png);
  background-repeat: no-repeat;
  background-size: 130px 100px;
  left: -160px;
  bottom: -55px; }

.ecochans_2-art {
  left: unset;
  right: 20%;
  bottom: 5%; }

.ecochans_tool {
  position: absolute;
  width: 130px;
  height: 100px;
  background: url(../images/ecotwins_tool.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -100px;
  left: 0; }

.ecochans_quiz {
  position: absolute;
  width: 65px;
  height: 100px;
  background: url(../images/ecotwins_quiz.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -100px;
  left: 0; }

.customize1 {
  margin-top: 50px; }

/* アート紹介 */
.gallery {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.gallery__box {
  width: 45%;
  margin-bottom: 20px;
  text-align: left;
  cursor: pointer; }

.gallery__box2 {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  cursor: pointer; }

a.gallery__box, .gallery__box2 {
  text-decoration: none; }
  a.gallery__box:hover, .gallery__box2:hover {
    color: #000; }

.gallery__title {
  padding: 10px 0;
  line-height: 1;
  margin-bottom: 10px; }
  .gallery__title h2 {
    margin-bottom: 10px; }

.gallery .gallery__box :last-child {
  margin-bottom: 0; }

.gallery__box--img, .gallery__box--img2 {
  width: 100%; }

.gallery__box--lg {
  width: 60%; }

.gallery--center {
  justify-content: center; }

.lb-data .lb-close {
  position: absolute;
  top: -6vh;
  right: 20px; }

/* COOL CHOICE賛同登録 */
#endor {
  display: inline-block;
  width: 583px;
  height: 86px;
  background: url(../images/cool_choice_registration.png);
  background-repeat: no-repeat;
  background-size: contain; }

.coolChoice_field {
  box-sizing: border-box;
  padding: 60px 64px; }

.coolChoice_selection {
  width: 722px;
  height: 25px;
  background: url(../images/cool_choice_selection.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 20px; }

.coolChoice_request {
  width: 600px;
  height: 50px;
  background: url(../images/cool_choice_request.png);
  background-repeat: no-repeat;
  background-size: 600px 50px;
  margin: 0 auto; }

.coolChoice_detail {
  display: flex; }
  .coolChoice_detail img {
    width: 198px;
    height: 152px;
    margin-right: 30px;
    vertical-align: middle;
    flex-shrink: 0; }
  .coolChoice_detail p {
    text-align: left; }

a.coolChoice_link {
  text-decoration: none;
  color: #00a0e9;
  text-decoration: underline;
  word-break: break-all; }
  a.coolChoice_link:hover {
    opacity: 0.7; }

.backTop {
  position: fixed;
  right: 10px;
  bottom: 10px; }

.backTop__icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #7ecef4;
  border-radius: 50%;
  margin-left: auto; }
  .backTop__icon span {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    /* line-height: 50px; */
    display: inline-block;
    background: url(../images/back.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/* .backTop span {
  top: 15px;
  width: 50px;
  height: 50px;

} */
/* 共通パーツ */
/* pc非表示 */
.hidePc, .hidePc-bl {
  display: none; }

/* pc表示 */
.hideSP {
  display: inline-block; }

/* テキストカラー水色 */
.color_lightB {
  color: #00a0e9; }

/* 青枠 */
/* フォーム枠 */
.border_lightB {
  width: 100%;
  border: 4px solid #54c3f1;
  border-radius: 10px; }

.textLeft {
  text-align: left; }

.textCenter {
  text-align: center; }

/* リスト */
.list {
  display: flex;
  align-items: flex-start;
  list-style: none;
  margin-bottom: 5px; }

.list--circle::before {
  content: "◯";
  display: inline-block;
  width: 18px;
  height: 10px; }

.list--dot::before {
  content: "・";
  display: inline-block;
  /* width: 18px;
  height: 10px; */ }

/* アーカイブ */
.archive__link {
  font-size: 22px;
  margin-top: 20px; }

.archive__link-area {
  position: relative;
  margin-top: 100px; }

.archive__link_group a {
  display: inline-block;
  margin-right: 15px; }
  .archive__link_group a:last-child {
    margin-right: 0; }

/* 太字 */
.textBold {
  font-weight: bold; }

/* フォントサイズ */
.fontSize20 {
  font-size: 20px; }

.fontSize18 {
  font-size: 18px; }

.fontSize16 {
  font-size: 16px; }

.fontSize12 {
  font-size: 12px; }

.fontSize-medium01 {
  font-size: 18px; }

.fontSize-medium02 {
  font-size: 16px; }

._tx-wrop {
  word-break: break-all; }

/* margin */
.margin_topBottom10 {
  margin: 10px 0; }

.margin_leftRight10 {
  margin: 0 10px; }

.marginBottom10 {
  margin-bottom: 10px; }

.marginTop0 {
  margin-top: 0 !important; }

.marginTop10 {
  margin-top: 10px; }

.marginLeft10 {
  margin-left: 10px; }

.marginRight10 {
  margin-right: 10px; }

.margin_topBottom20 {
  margin: 20px 0; }

.marginTop1em {
  margin-top: 1em; }

.marginTop2em {
  margin-top: 2em; }

.marginTop5 {
  margin-top: 5px; }

.marginTop20 {
  margin-top: 20px; }

.marginTop30 {
  margin-top: 30px; }

.marginBottom30 {
  margin-bottom: 30px; }

.marginBottom50 {
  margin-bottom: 50px; }

.margin_topBottom30 {
  margin: 30px 0; }

.marginTop0 {
  margin-top: 0; }

.marginTop40 {
  margin-top: 40px; }

.margin_topBottom50 {
  margin: 50px 0; }

.marginTop50 {
  margin-top: 50px; }

.marginBottom-2em {
  margin-bottom: 2em; }

.marginBottom10 {
  margin-bottom: 10px; }

.marginBottom30 {
  margin-bottom: 30px; }

.marginBottom50 {
  margin-bottom: 50px; }

.paddingTop30 {
  padding-top: 30px; }

.paddingBottom15 {
  padding-bottom: 15px; }

.paddingBottom30 {
  padding-bottom: 30px; }

.paddingBottom60 {
  padding-bottom: 60px; }

.padding_topBottom10 {
  padding: 10px 0; }

.padding_topBottom5 {
  padding: 5px 0; }

.pd_b-md {
  padding-bottom: 80px !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.inline-block {
  display: inline-block; }

/* ボタン */
.btn {
  display: block;
  margin: 10px auto;
  padding: 0;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer; }
  .btn:hover {
    opacity: .75; }

.btn_person {
  margin: 20px auto 30px;
  width: 320px;
  height: 60px; }
  .btn_person img {
    width: 320px;
    height: 60px; }

.btnCC {
  margin-top: 40px;
  /* margin-bottom: 20px; */ }

.btnCC-menu {
  margin: 20px 0; }

.btnPC {
  display: block;
  margin: 0 auto; }

.btnSP {
  display: none; }

._flex-between {
  display: flex;
  justify-content: space-between; }

._flex-around {
  display: flex;
  justify-content: space-around; }

._flex-center {
  display: flex;
  justify-content: center; }

footer {
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  /* text-align: center; */
  background-color: #9c9d9d;
  padding: 30px 10px 20px;
  /* margin-top: 60px; */ }

a.footer__link {
  display: inline-block;
  color: #fff; }

/*
a.footer__link:hover {
  color: #01A0E9;
} */
.footer__link::after {
  content: "|";
  color: #fff;
  display: inline-block;
  margin-left: 8px; }

.footer__link-lst::after {
  content: ""; }

.footer__link-top {
  display: inline-block;
  width: 50px;
  margin-right: 20px; }
  .footer__link-top img {
    display: inline-block;
    width: 100%; }

.footer__btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  flex-flow: row-reverse; }

.footer__btm-l {
  display: flex;
  align-items: center; }

footer .link-cl01 {
  margin-bottom: 10px; }

a.link-cl01 {
  color: #fff; }

._pc-none {
  display: none; }

.chara {
  position: relative; }

.chara__art {
  position: absolute;
  display: inline-block;
  width: 200px;
  height: auto;
  bottom: 200px;
  right: 30px; }

.chara__art--position {
  bottom: auto;
  top: -90px; }

.balloon__area {
  position: relative;
  background-color: #7ecef4;
  display: inline-block;
  color: #fff;
  padding: 8px 24px;
  border-radius: 50px;
  /* border: 2px solid #fff; */
  margin-bottom: 16px;
  z-index: 1; }
  .balloon__area span {
    position: relative;
    z-index: 5; }
  .balloon__area::after {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #7ecef4;
    border-radius: 2px;
    z-index: -1;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%) rotate(45deg); }

/* .balloon__area::before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #7ecef4;
  border-radius: 2px;
  z-index: 2;
  left: 50%;
  bottom: -7.5px;
  transform: translateX(-50%) rotate(45deg);

} */
/* .balloon__area::after,.balloon__area::before {
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%) rotate(45deg);
} */
/* IE Twitter */
.twitter-follow {
  display: flex;
  width: 124px;
  box-sizing: border-box;
  background-color: #1D95E0;
  color: #fff;
  height: 28px;
  border-radius: 4px;
  padding: 1px 10px 1px 9px;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0; }

.twitter-follow__icon::before {
  content: '\f099';
  color: #FFF;
  font-size: 17px;
  font-family: "FontAwesome";
  margin-right: 5px; }

.tx-cl01 {
  color: #ff0000; }

.ie-add {
  display: none; }

/* quiz */
.quiz_buttons {
  margin-bottom: 40px;
  justify-content: space-around; }

@media screen and (max-width: 767px) {
  .quiz_buttons {
    /* justify-content: space-between; */
    flex-flow: column;
    align-items: center;
    justify-content: center; }

  /* .quiz_buttons a:last-child {
    margin-left: 20px;
  } */ }
@media screen and (max-width: 678px) {
  .quiz_buttons img {
    width: 100%;
    height: auto; } }
@media all and (-ms-high-contrast: none) {
  .ie-add {
    display: block;
    /* IE10 以降にのみ適用される */ }

  .ie-none {
    display: none; } }
/* tool */
.image_title {
  margin-bottom: 50px;
  text-align: center; }
  .image_title img.tool_title {
    width: 600px;
    height: auto; }

.tool_sample {
  margin: 30px auto;
  text-align: center; }
  .tool_sample.tool_sample-double {
    display: flex;
    justify-content: center; }
  .tool_sample img {
    width: auto; }
  .tool_sample.tool_sample-double img {
    margin-left: 10px;
    width: calc(40% - 10px); }
    .tool_sample.tool_sample-double img:first-child {
      margin-left: 0; }

.textbook_index {
  margin: 30px auto;
  border-collapse: collapse;
  border: 1px solid #70ad47;
  max-width: 600px; }
  .textbook_index tr {
    background-color: #e2efda; }
    .textbook_index tr:nth-child(even) {
      background-color: #fff; }
  .textbook_index th {
    padding: 10px 50px;
    border: 1px solid #70ad47; }
  .textbook_index td {
    padding: 10px 50px;
    border: 1px solid #70ad47;
    padding: 10px 80px; }

@media screen and (max-width: 767px) {
  .tool_sample img {
    width: calc(100% - 20px); }
  .tool_sample.tool_sample-double {
    display: block; }
    .tool_sample.tool_sample-double img {
      margin: 0 0 20px;
      width: calc(100% - 20px); }
      .tool_sample.tool_sample-double img:last-child {
        margin: 0; }

  .textbook_index {
    width: calc(100% - 20px); }
    .textbook_index th, .textbook_index td {
      padding: 10px 20px; } }
@media screen and (max-width: 801px) {
  .image_title img.tool_title {
    width: 100%; } }
@media screen and (max-width: 999px) {
  .inner_contents {
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box; }

  .header_menu {
    width: 100%; }
    .header_menu .coolChoice_image {
      position: absolute;
      left: 10px; }

  /* .header_menu .twitter_image {
    position: absolute;
    right: 10px;
  } */
  .top_image_area > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

  /* 施設ラインナップ */
  .event_detail_field {
    width: 100%; }

  .lineup {
    width: 32%; }

  .lineup2 {
    width: 24%; }
    .lineup2 p {
      text-align: center; }

  /* youtube */
  .youtube_contents {
    width: 100%; }
    .youtube_contents iframe {
      width: 100%; }

  .label_white {
    width: 100%; }

  /* エコちゃんず */
  .ecochans_1, .ecochans_2 {
    position: static;
    display: block; }

  .ecochans_1 {
    margin-left: auto;
    margin-right: 50px; }

  .ecochans_2 {
    margin-right: auto;
    margin-top: 20px;
    margin-right: 50px; }

  /* youtuberラインナップ */
  .youtuber_lineup {
    width: 100%;
    display: block; }

  .youtuber {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px; }

  .coolChoice_field {
    width: 100%;
    margin: 0 auto; }

  /* COOL CHOICEに賛同 */
  .coolChoice_selection {
    width: 600px; } }
@media screen and (max-width: 767px) {
  body.nav-opend {
    height: 100vh;
    overflow: hidden;
    padding: 0 !important; }

  .contents {
    margin-top: 50px; }

  .inner_contents {
    padding: 20px 10px;
    box-sizing: border-box; }

  .header_menu .inner_contents {
    height: 50px;
    justify-content: center;
    align-items: center;
    position: relative; }

  .topeco p {
    font-size: 14px; }

  .header_menu .kawasaki_image {
    width: 99px;
    height: 29px; }
  .header_menu .coolChoice_image {
    width: 65px;
    height: auto;
    top: 5.5px;
    left: 10px; }
  .header_menu .twitter_image {
    width: 29px;
    height: auto;
    top: 12px;
    right: 70px; }

  .section_image-title {
    margin: 0 auto 15px; }

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none; }

  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 22px;
    height: 18px;
    padding-top: 10px;
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer; }
    #nav-open span {
      position: absolute;
      height: 2px;
      width: 22px;
      background: #999;
      display: block;
      content: ''; }
      #nav-open span:before, #nav-open span:after {
        position: absolute;
        height: 2px;
        width: 22px;
        background: #999;
        display: block;
        content: ''; }
      #nav-open span:before {
        bottom: -8px; }
      #nav-open span:after {
        bottom: -16px; }

  /*ハンバーガーアイコンをCSSだけで表現*/
  /* twitterアイコン */
  .twitter_image {
    position: relative; }

  /*閉じる*/
  #nav-close {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer; }
    #nav-close::before, #nav-close::after {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      content: '';
      width: 100%;
      height: 2px;
      background-color: #fff; }
    #nav-close::before {
      transform: rotate(45deg); }
    #nav-close::after {
      transform: rotate(135deg); }

  /*中身*/
  #nav-content {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    /*最前面に*/
    width: 100%;
    /*右側に隙間を作る*/
    max-width: 768px;
    /*最大幅*/
    height: 10000%;
    padding-top: 15px;
    background: #67c7f3;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    /* -webkit-transform: translateX(-105%);
    transform: translateX(-105%); */
    pointer-events: none;
    opacity: 0;
    /*左に隠しておく*/ }

  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block; }
  #nav-input:checked ~ #nav-content {
    opacity: 1;
    pointer-events: auto;
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15); }

  /* cool choice画像 */
  .menuSP_area .menulogoSP {
    width: 110px; }

  /* Twitterga画像 */
  .menuSP_tw {
    width: 30px; }

  .menuSP_link {
    margin: 15px 0 25px 0; }

  i.fa-chevron-right {
    float: right; }

  .listTop {
    border-top: 1px solid #98dfff; }

  .menuSP_link li {
    text-align: left;
    border-bottom: 1px solid #98dfff; }

  a.menuLink {
    position: relative;
    display: block;
    padding: 10px 45px 10px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 17px; }

  .menuLink::before, .menuLink::after {
    position: absolute;
    top: 50%;
    right: 45px;
    display: block;
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    transform-origin: 0 50%;
    transform: translateY(-50%); }
  .menuLink::before {
    transform: rotate(135deg); }
  .menuLink::after {
    transform: rotate(225deg); }

  /* トップ画像 */
  .top_image_area {
    height: 250px;
    padding-top: 0; }

  /* top_image画像内のテキスト */
  .image_textCC {
    width: 177px;
    top: 30%;
    left: 5%; }

  .image_text {
    width: 330px;
    bottom: 5px;
    right: 15px; }

  p {
    text-align: left; }

  /* 改行なくす */
  .brHide {
    display: none; }

  .lineup {
    width: 100%; }

  .lineup2 {
    width: 49%;
    text-align: center; }

  /* COOL CHOICEとは */
  #about_coolchoice {
    width: 225.5px;
    height: 71.5px;
    background: url(../images/cool_choiceSP.png);
    background-repeat: no-repeat;
    background-size: contain; }

  /* アイコン */
  .icon_eco {
    width: 310px;
    height: 300px;
    background: url(../images/eco_iconSP.png);
    background-repeat: no-repeat;
    background-size: contain; }

  .cc_about {
    margin-bottom: 10px; }

  /* ヘッダートップボタン */
  .btnSPtop {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box; }

  .btnPC {
    display: none; }

  .btnSP {
    display: block;
    margin: 0 auto;
    width: 355px; }

  /* 川崎市について知るには */
  .section_title {
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 280px; }

  .section_title--sm {
    max-width: 170px; }

  .lineup h4 {
    margin-bottom: 18px;
    min-height: 0; }

  .lineup_detail {
    min-height: 0; }

  .event_detail_field {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    display: block; }
    .event_detail_field .cover {
      width: 100%;
      border-radius: 10px 10px 0 0;
      background-position: center bottom;
      margin: 0 0 20px; }

  /* .event_detail {
    padding: 10px 10px 0px 10px;
  } */
  .event_detail dd:last-child {
    padding-bottom: 20px; }

  .event_sections .event_detail {
    margin-bottom: 30px; }

  .event_box {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .event_box dt {
      text-align: left; }

  .event_img {
    margin-right: 0;
    width: 80%;
    display: block;
    margin: 0 auto; }

  .event_box--block .event_img {
    margin: 0 auto; }

  .event_img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto; }

  .event_detail h4 {
    border-bottom: 6px solid #c8f8c4;
    margin-bottom: 10px; }
  .event_detail dt {
    width: 120px;
    font-weight: bold;
    float: none; }
  .event_detail dd {
    margin: 0;
    padding-bottom: 20px; }

  /* 見出し */
  .head__movie {
    width: 174px;
    height: 70px; }

  .head__art {
    width: 272px;
    height: 73px;
    background: url(../images/cool_choice_art-sp.png);
    background-size: contain; }

  /* スペシャルコンテンツ */
  #special {
    display: inline-block;
    width: 232.5px;
    height: 70.5px;
    background: url(../images/special_contentsSP.png);
    background-repeat: no-repeat;
    background-size: contain; }

  /* ユーチューバー紹介 */
  .special-contents__title, .special-contents .youtube_contents__titile {
    font-size: 18px; }

  .youtube-topic {
    width: 100%;
    margin: 30px 0; }
    .youtube-topic.youtube-topic--medium {
      width: 80%;
      margin: 0 auto;
      padding-top: 30px; }

  .special-contents .youtube-topic:last-child {
    margin-bottom: 0; }

  .youtube-topic img {
    display: block;
    width: 100%;
    margin: 0 auto; }

  .special-contents .youtube__area {
    flex-flow: column;
    align-items: center; }

  .youtube__area .youtube_contents {
    width: 80%; }

  .youtube_contents__inner {
    /* padding-bottom: 39.25%; */ }

  /* 背景水色テキスト */
  .label_lightBlue {
    margin-top: 40px;
    padding: 10px 5px;
    font-size: 18px; }

  /* エコちゃんず */
  .ecochans_1, .ecochans_2 {
    width: 30%;
    background-size: contain; }

  .customize1 {
    margin-top: 25px; }

  .ecochans_tool {
    width: 84px;
    top: -92px; }

  .ecochans_quiz {
    left: -16px; }

  /* youtube欄 */
  p.youtube_text {
    font-size: 14px;
    margin: 15px 0 25px 0; }

  .youtube_field {
    width: 100%; }

  .label_white {
    width: 100%;
    font-size: 14px;
    /* position: absolute; */
    top: 100%; }

  .youtube_contents {
    /* margin-bottom: 65px; */ }

  /* youtuberラインナップ */
  .youtuber_lineup {
    width: 100%; }

  .youtuber {
    width: 100%;
    height: 85px; }
    .youtuber p {
      font-size: 14px;
      margin: 15px; }
    .youtuber img {
      width: 85px;
      height: 85px; }

  /* アート紹介 */
  .gallery {
    flex-flow: column;
    align-items: center; }

  .gallery__box {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 25px; }

  .gallery__colum {
    display: block; }

  .gallery__box--img {
    width: 50%;
    margin-right: 10px;
    flex-shrink: 0; }

  .gallery__box--img-full, .gallery__box--img2 {
    width: 100%;
    margin-right: 0; }

  .gallery__box--text {
    width: 126px; }

  .gallery__prelusion .gallery__box--text, .gallery__colum .gallery__box--text {
    width: auto; }

  /* 賛同登録しよう */
  #endor {
    width: 266px;
    height: 71.5px;
    background: url(../images/cool_choice_registrationSP.png);
    background-repeat: no-repeat;
    background-size: contain; }

  .coolChoice_field {
    width: 100%;
    box-sizing: border-box;
    padding: 40px; }

  /* cool choice画像 */
  .coolChoice_selection {
    width: 296px;
    height: 50px;
    background: url(../images/cool_choice_selectionSP.png);
    background-repeat: no-repeat;
    background-size: contain; }

  .coolChoice_detail {
    display: block; }
    .coolChoice_detail img {
      width: 215px;
      height: 166px;
      margin-bottom: 40px; }

  .coolChoice_request {
    width: 325px;
    height: 66px;
    background: url(../images/cool_choice_requestSP.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto; }

  .head__tool {
    width: 302px;
    height: 70px; }

  .head__quiz {
    width: 287px;
    height: 98px; }

  .preparation__text {
    font-size: 18px; }

  /* topに戻る */
  .backTop__icon {
    width: 40px;
    height: 40px;
    margin-left: auto; }
    .backTop__icon span {
      width: 15px;
      height: 17px; }

  /* 個人賛同ボタン */
  .btn_person {
    margin: 25px auto; }

  .fontSize-medium01 {
    font-size: 15px; }

  .fontSize-medium02 {
    font-size: 14px; }

  .preparation__img {
    width: 80%; }

  /*SP表示 */
  .hidePc {
    display: inline-block; }

  .hidePc-bl {
    display: block; }

  /* SP非表示 */
  .hideSP {
    display: none; }

  ._sp-block, ._pc-none {
    display: block; }

  .footer__sns {
    display: flex;
    align-items: center;
    flex-flow: column; }

  .footer__btm {
    display: block; }

  .footer__link {
    width: 100%;
    /* text-align: center; */
    border-bottom: 1px solid #fff;
    padding: 5px; }
    .footer__link::after {
      display: none; }

  .footer__btm-l {
    justify-content: center; }

  .footer__link-box {
    display: flex;
    flex-flow: column;
    align-items: center; }

  footer {
    padding: 20px 5px; }

  .twitter_image::before {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px; }

  .pd_b-md {
    padding-bottom: 60px !important; }

  .chara__art {
    width: 25%;
    height: auto;
    bottom: 150px;
    right: 30px; }

  /* アーカイブ */
  .archive__link {
    font-size: 16px;
    margin-top: 20px; }

  .archive__link-area {
    margin-top: 100px; } }
@media screen and (max-width: 540px) {
  .back2top {
    width: 100%; }

  .gallery__title h2 {
    font-size: 1.2rem; }

  .lb-details {
    width: 98% !important; } }
@media screen and (max-width: 455px) {
  .btn_person {
    width: 90%;
    height: auto; }
    .btn_person img {
      width: 90%;
      height: auto; }

  .coolChoice_request {
    width: 100%; }

  .gallery__title h2 {
    font-size: 1.1rem; }

  #event {
    width: 300px;
    height: 53px;
    background: url(../images/event_ec_s.png);
    background-size: contain;
    background-repeat: no-repeat; }

  /* footer {
    margin-top: 20px;
  } */ }
@media screen and (max-width: 375px) {
  /* エコアイコン */
  .icon_eco {
    width: 80%;
    height: auto;
    padding-bottom: 77%; }
    .icon_eco ::before {
      content: '';
      display: block;
      width: 80%;
      height: 0; }

  .gallery__title h2 {
    font-size: 1rem; }

  .gallery__title h3 {
    font-size: 0.9rem; }

  /* イベント紹介欄 */
  #event {
    width: 80%;
    height: auto;
    padding-bottom: 22%; }
    #event ::before {
      content: '';
      display: block;
      width: 80%;
      height: 0; }

  /* スペシャルコンテンツ */
  #special {
    width: 80%;
    height: auto;
    padding-bottom: 24%; }
    #special ::before {
      content: '';
      display: block;
      width: 80%;
      height: 0; }

  /* 賛同登録しよう */
  #endor {
    width: 80%;
    height: auto;
    padding-bottom: 22%; }
    #endor::before {
      content: '';
      display: block;
      width: 80%;
      height: 0; }

  /* cool choice画像 */
  .coolChoice_selection {
    width: 100%;
    height: auto;
    padding-bottom: 17%; }
    .coolChoice_selection ::before {
      content: '';
      display: block;
      width: 100%;
      height: 0; }

  .coolChoice_detail img {
    width: 90%;
    height: auto;
    margin-bottom: 40px; }

  .coolChoice_request {
    width: 100%;
    height: auto;
    padding-bottom: 21%; }
    .coolChoice_request ::before {
      content: '';
      display: block;
      width: 100%;
      height: 0; }

  .lineup h4 {
    min-height: 50px;
    margin-bottom: 20px; }

  .btnSP {
    width: 90%; }

  /* 個人賛同ボタン */
  .btn_person img {
    width: 90%;
    height: auto; } }
@media screen and (max-width: 374px) {
  .youtube__area .youtube_contents {
    width: 80%; }

  .label_white {
    font-size: 13px; } }
