@charset "UTF-8";

/*
Style List *
 * 1.TOPページ2023
 * 2.TOPページ2024
*/


/*----------
TOPページ2023
----------*/
/* section共通 */
section {
  margin-bottom: 0.7rem;
}

.section-container {
  width: 96%;
  max-width: 10.8rem;
  margin: 0 auto;
}

.section-title {
  margin-bottom: 0.6rem;
  text-align: center;
  font-size: 0.24rem;
  letter-spacing: 0.07em;
  font-weight: 800;
  color: #db2736;
  position: relative;
}

.section-title::before {
  content: "";
  width: 100%;
  height: 0.03rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #db2736;
  z-index: 1;
}

.section-title-inner {
  display: inline-block;
  padding: 0.05rem 0.3rem;
  position: relative;
  background-color: #fff;
  z-index: 2;
}

.home .event-stOrg {
  display: none;
}





@media screen and (max-width: 600px) {
  section {
    margin-bottom: 0.5rem;
  }

  .section-container {
    width: 92%;
  }

  .section-title {
    margin-bottom: 0.4rem;
  }


}

/* メインビジュアル */
.mv {
  background-image: url(/wp-content/themes/miryoku-project/img/mv-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 8.86rem;
  padding-top: 0.7rem;
}

.mv::after {
  content: "";
  background-image: url(/wp-content/themes/miryoku-project/img/namisen.png);
  width: 100%;
  height: 0.66rem;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
}

.mv_container {
  width: 90%;
  max-width: 10.76rem;
  margin: 0 auto;
  background-color: #eb6100;
  position: relative;
  z-index: 1;
}

.mv_container::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.52rem;
  position: absolute;
  transform: translateY(-1px);
  background-image: url(/wp-content/themes/miryoku-project/img/orange-bottom-arrow.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.mv_title {
  width: 85%;
  max-width: 5.2rem;
  line-height: 0.72rem;
  border-radius: 0.72rem;
  border: solid 0.05rem #00a73c;
  background-color: #fff;
  color: #00a73c;
  font-size: 0.4rem;
  font-weight: bold;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  top: -0.36rem;
}

.mv_title img {
  width: 1.23rem;
  object-fit: contain;
  margin-right: 0.06rem;
  margin-top: 0.04rem;
}

.mv_catch {
  display: block;
  width: 81%;
  max-width: 8.76rem;
  margin: 0 auto;
  margin-top: -0.1rem;
}

.mv_catch img {
  width: 100%;
}

.mv_para {
  width: 90%;
  max-width: 8.1rem;
  margin: 0.15rem auto;
  font-size: 0.26rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}

.mv_name {
  max-width: 6.6rem;
  margin: 0 auto;
  font-size: 0.47rem;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 0.6rem;
  color: #00a73c;
  background-color: #fff;
}

.icon-note,
.icon-pen-light {
  position: absolute;
}

.icon-note {
  width: 15%;
  max-width: 1.6rem;
  left: 0.2rem;
  top: min(30vw, 3.64rem);
}

.icon-note img {
  width: 100%;
}

.icon-pen-light {
  width: 20%;
  max-width: 2.04rem;
  right: 0.2rem;
  top: min(23.5vw, 2.84rem);
}

.icon-pen-light img {
  width: 100%;
}

.mv_tag-wrapper {
  width: 90%;
  max-width: 10.76rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.mv_tag {
  width: 1.26rem;
  height: 1.94rem;
  color: #ffee00;
  background-image: url(/wp-content/themes/miryoku-project/img/ribon-bg-yellow.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  right: -0.36rem;
}

.mv_tag span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.38rem;
  letter-spacing: 0.15em;
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #00a73c;
}

/* 提案発表会 */
.suggestion {
  width: 100%;
  max-width: 850px;
  padding: 0 20px;
  margin: 40px auto;
}

.suggestion-inner {
  width: 100%;
  height: min(46vw, 390px);
  position: relative;
}

.suggestion img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.suggestion .cta-btn {
  width: 100%;
  position: absolute;
  top: min(33.53vw, 285px);
  left: 50%;
  transform: translateX(-50%);
}

/* レスポンシブ - 提案発表会 */
@media screen and (max-width: 600px) {
  .suggestion {
    margin: 20px auto;
  }

  .suggestion-inner {
    height: min(92vw, 556px);
  }

  .suggestion .cta-btn {
    top: calc(83vw - 40px);
  }
}

/* 参加者募集 */
.recruiting {
  width: 96%;
  max-width: 8.1rem;
  margin: 0.3rem auto 0.7rem;
}

.recruiting_head {
  max-width: 3.2rem;
  line-height: 0.56rem;
  margin-left: 0.22rem;
  font-size: 0.24rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  background-color: #db2736;
  color: #fdd841;
}

.recruiting_body {
  width: 100%;
  padding-bottom: 0.4rem;
  border: solid 0.03rem #db2736;
  border-radius: 0.22rem;
  position: relative;
}

.recruiting_body::after {
  content: "";
  display: inline-block;
  width: 1.68rem;
  height: 0.96rem;
  background-image: url(/wp-content/themes/miryoku-project/img/miryoku-logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0.1rem;
  right: 0.25rem;
}

.recruiting_inner {
  display: flex;
  margin-bottom: 0.28rem;
}

.recruiting_left-block {
  width: 63.3%;
  padding: 0.3rem 0.1rem 0 0.3rem;
}

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

.recruiting_tag {
  display: inline-block;
  margin-right: 0.14rem;
  margin-bottom: 0.14rem;
  padding: 0.08rem 0.1rem 0.1rem 0.17rem;
  line-height: 1;
  font-weight: 400;
  font-size: 0.16rem;
  vertical-align: top;
  color: #fff;
  background-color: #db2736;
  position: relative;
}

.recruiting_place-tag,
.recruiting_num-tag {
  letter-spacing: 0.7em;
}

.recruiting_num-tag {
  margin-left: 0.2rem;
}

.recruiting_tag::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.135rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.17rem 0 0.17rem 0.14rem;
  border-color: transparent transparent transparent #db2736;
}

.recruiting_data {
  display: inline-block;
  margin-bottom: 0.14rem;
  font-size: 0.29rem;
  font-weight: bold;
  letter-spacing: 0;
}

.recruiting_data .small {
  font-size: 0.8em;
}

.recruiting_data .time {
  font-size: 0.8em;
}

.recruiting_data .place {
  margin-bottom: -0.5em;
}

.recruiting_data a {
  font-size: 0.14rem;
  font-weight: 400;
}

.recruiting_data .add {
  font-size: 0.14rem;
  font-weight: 400;
}

.recruiting_data .start {
  font-size: 0.2rem;
}

.recruiting_left-block p {
  font-size: 0.16rem;
  font-weight: 600;
  margin-bottom: 1em;
}

.recruiting_tel {
  display: flex;
  align-items: center;
}

.recruiting_tel-head {
  padding: 0.02rem 0.04rem;
  margin-right: 1em;
  font-size: 0.1rem;
  border: solid 0.01rem #222;
}

.recruiting_tel a {
  font-size: 0.28rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  pointer-events: none;
}

.recruiting_tel .mark {
  font-size: 0.21rem;
}

.recruiting_right-block {
  width: 36.7%;
  margin: 0.1rem 0.1rem 0 0;
  padding: 0.2rem;
  background-color: #fdd841;
  border-radius: 0.15rem;
}

.recruiting_catch {
  font-size: 0.22rem;
  color: #db2736;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 1.3;
  padding-bottom: 0.1rem;
  margin-bottom: 0.2rem;
  border-bottom: solid 0.03rem #db2736;
}

.recruiting_subject-list {
  margin-left: 0.08rem;
}

.recruiting_subject-list li {
  margin-left: 1em;
  margin-bottom: 0.1rem;
  position: relative;
}

.recruiting_subject-list li:first-of-type p {
  font-size: 0.26rem;
}

.recruiting_subject-list li::before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/miryoku-project/img/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 0.15rem;
  height: 0.2rem;
  position: absolute;
  left: -1em;
}

.recruiting_subject-list li:first-of-type::before {
  top: 0.08rem;
}

.recruiting_subject-list p {
  font-weight: 600;
  letter-spacing: 0.05em;
}

.recruiting_subject-list li .young {
  width: 2.2rem;
  border-radius: 0.29rem;
  margin-top: 0.05rem;
  font-size: 0.16rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 0.29rem;
  background-color: #fff;
}
/* ボタンの無効化_20231130 */
.recruiting_btn a {
/*  pointer-events: none; */
  width: 281px;
}

.recruiting_btn a:hover {
  background-color: #fff;
}

@media screen and (max-width: 1400px) {
  .recruiting_btn a {
    width: 224px;
  }
}

/* イベントテーマ */
.section-theme {
  overflow-x: hidden;
}

.section-theme-container {
  position: relative;
}

.section-theme-title {
  margin-bottom: 0.3rem;
}

.section-theme-title::before {
  max-width: 4rem;
}

.section-theme_catch {
  max-width: 8.1rem;
  margin: 0 auto 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.section-theme_catch-icon-wrapper {
  width: 50%;
  position: relative;
}

.section-theme_catch-icon {
  width: 100%;
  max-width: 3.65rem;
  height: 1.07rem;
  border-radius: 1.07rem;
  padding: 0.15rem 0;
  font-size: 0.21rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  background-color: #00a73c;
  color: #fff;
  position: relative;
  z-index: 2;
}

.section-theme_catch-icon-wrapper::after {
  content: "";
  border-radius: 1.07rem;
  border: solid 0.03rem #00a73c;
  background-color: #fff;
  position: absolute;
  top: 0.08rem;
  left: 0.08rem;
  right: -0.04rem;
  bottom: -0.08rem;
  z-index: 1;
}

.icon-cross {
  margin: 0 0.26rem;
}

.icon-cross img {
  width: 100%;
}

.section-theme_catch-icon .large {
  font-size: 0.28rem;
}

.section-theme_para {
  text-align: center;
  font-weight: 600;
  font-size: 0.19rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

.section-theme_para .large {
  font-size: 0.23rem;
}

.empha {
  display: inline;
  font-weight: 900;
  line-height: 1.6;
  color: #eb6100;
  background-image: repeating-linear-gradient(
    -45deg,
    #fdd841,
    #fdd841 0.04rem,
    transparent 0.04rem,
    transparent 0.08rem
  );
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 0.7em;
  padding-bottom: 0.02rem;
}

.red {
  color: #e94709;
}

.icon-glasses,
.icon-pc {
  position: absolute;
  z-index: 0;
}

.icon-glasses {
  width: 15%;
  max-width: 1.61rem;
  top: 0.3rem;
  left: -0.3rem;
}

.icon-glasses img {
  width: 100%;
}

.icon-pc {
  width: 23%;
  max-width: 2.4rem;
  top: 0.3rem;
  right: -0.5rem;
}

.icon-pc img {
  width: 100%;
}

/* イベント内容 */

.section-flow_body {
  max-width: 8.7rem;
  margin: 0 auto;
}

.section-flow_catch {
  margin-bottom: 0.28rem;
  font-size: 0.28rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 1.2;
  color: #eb6100;
}

.section-flow_catch .large {
  font-size: 1.4em;
  font-weight: 900;
}

.section-flow_catch .empha {
  position: relative;
  padding: 0 0.1rem;
}

.section-flow_catch .empha::before {
  content: "";
  display: inline-block;
  width: 0.41rem;
  height: 0.39rem;
  background-image: url(/wp-content/themes/miryoku-project/img/icon-kira2024.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -0.5rem;
}

.section-flow_catch .empha::after {
  content: "";
  display: inline-block;
  width: 0.53rem;
  height: 0.39rem;
  background-image: url(/wp-content/themes/miryoku-project/img/icon-heart2024.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -0.6rem;
}

.section-flow_colum {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}

.section-flow_item {
  width: calc((100% - 0.92rem) / 3);
  position: relative;
}

.section-flow_item::after {
  content: "";
  border-radius: 0.21rem;
  border: solid 0.03rem #00a73c;
  background-color: #fff;
  position: absolute;
  top: 0.08rem;
  left: 0.08rem;
  right: -0.08rem;
  bottom: -0.08rem;
  z-index: 1;
}

.section-flow_item:not(:first-of-type)::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(/wp-content/themes/miryoku-project/img/arrow2024.png);
  background-size: cover;
  width: 0.19rem;
  height: 0.25rem;
  z-index: 3;
  left: -0.29rem;
  top: 50%;
  transform: translateY(-50%);
}

.section-flow_item-inner {
  height: fit-content;
  min-height: 1.9rem;
  padding: 0.08rem 0.15rem;
  border-radius: 0.21rem;
  background-color: #00a73c;
  position: relative;
  z-index: 2;
}

.icon-light {
  width: 0.4rem;
  height: 0.52rem;
  margin: 0 auto 0.08rem;
}

.icon-light img {
  width: 100%;
}

.icon-comment {
  width: 1.71rem;
  height: 0.52rem;
  margin: 0 auto 0.08rem;
}

.icon-comment img {
  width: 100%;
}

.icon-talk {
  width: 1.18rem;
  height: 0.55rem;
  margin: 0 auto 0.03rem;
}

.icon-talk img {
  width: 100%;
}

.section-flow_item-title {
  margin-bottom: 0.08rem;
  font-size: 0.23rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.section-flow_item p {
  font-size: 0.12rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

.section-flow_para {
  text-align: center;
  font-weight: 600;
  font-size: 0.16rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

.section-flow_para-main {
  margin-bottom: 0.08rem;
}

.section-flow_para .large {
  font-size: 0.19rem;
  font-weight: 900;
  line-height: 1.6;
}

.section-flow_para .small {
  font-size: 0.12rem;
}

.section-flow_bnr {
  margin-top: 0.08rem;
}

.section-flow_bnr img {
  width: 100%;
}

/* 2024追記・屋台村 */
.section-yataimura{
  display: flex;
  max-width: 8.7rem;
  margin: 40px auto;
  align-items: center;
}
.section-yataimura img{
  width: 100%;
}
.about-yataimura{
  width: 90%;
  padding-right: 20px;
}
.about-yataimura img{
  width: 80%;
}
.about-yataimura p{
  margin-bottom:30px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 14px;
}
.yataimura-img{
  width: 80%;
  margin: auto;
}
/* デザインの対象 */
.section-subject {
}

.section-subject-title {
}

.section-subject_body {
  max-width: 8.75rem;
  margin: 0 auto;
}

.section-subject_lead {
  width: fit-content;
  margin: 0 auto 0.3rem;
  padding: 0 0.4rem;
  font-size: 0.18rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-align: center;
  color: #e94709;
  position: relative;
}

.section-subject_lead::before,
.section-subject_lead::after {
  content: "";
  display: inline-block;
  width: 0.33rem;
  height: 0.56rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.section-subject_lead::before {
  background-image: url(/wp-content/themes/miryoku-project/img/icon-kira02-2024.png);
  top: 0.05rem;
  left: 0;
}

.section-subject_lead::after {
  background-image: url(/wp-content/themes/miryoku-project/img/icon-kira03-2024.png);
  top: 0.05rem;
  right: 0;
}

.section-subject_catch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.3rem;
}

.sectin-subject_catch-icon-wrapper {
  width: calc((100% - 0.84rem) / 3);
  position: relative;
}

.section-subject_catch .icon-cross {
  width: 0.19rem;
}

.section-subject_catch-icon {
  width: 100%;
  max-width: 2.63rem;
  height: 0.88rem;
  border-radius: 0.87rem;
  padding: 0.13rem 0;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  background-color: #00a73c;
  color: #fff;
  position: relative;
  z-index: 2;
}
.second-subject .section-subject_catch-icon{
	padding: 0.2rem 0;
    line-height: 1.5;
}
.sectin-subject_catch-icon-wrapper::after {
  content: "";
  border-radius: 0.87rem;
  border: solid 0.03rem #00a73c;
  background-color: #fff;
  position: absolute;
  top: 0.08rem;
  left: 0.08rem;
  right: -0.04rem;
  bottom: -0.08rem;
  z-index: 1;
}

.section-subject_catch-icon .sub {
  font-size: 0.15rem;
}

.section-subject_catch-icon h4 {
  font-size: 0.18rem;
}

.section-subject_catch-icon .small {
  font-size: 0.17rem;
}

.section-subject_catch-icon .tag {
  display: inline-block;
  width: fit-content;
  padding: 0.02rem 0.08rem;
  margin-right: 0.05rem;
  margin-bottom: 0.05rem;
  border-radius: 0.04rem;
  font-size: 0.13rem;
  letter-spacing: 0.02em;
  background-color: #fff;
  color: #00a73c;
  position: relative;
  top: -0.02rem;
}

.section-subject_para-wrapper {
  position: relative;
}

.section-subject_para {
  width: fit-content;
  margin: 0 auto;
  padding: 0 0.7rem;
  font-size: 0.16rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

.section-subject_para .empha {
  font-size: 0.19rem;
}

.icon-garbage {
  position: absolute;
  width: 1.1rem;
  top: -0.15rem;
  left: -15px;
}

.icon-garbage img {
  width: 100%;
}

.icon-up-arrow {
  position: absolute;
  width: 0.91rem;
  top: -0.1rem;
  right: -5px;
}

.icon-up-arrow img {
  width: 100%;
}

/* デザイン案一覧 */
.section-ideas {
  margin-top: 0.7rem;
}
.section-ideas p {
  text-align: center;
  margin-bottom: 0.2rem;
  color: #2e2624;
  font-weight: bold;
}

.section-ideas img {
  width: 100%;
}
/* 最終決定デザイン */
.idea-decision p{
	color:#222222;
}
.idea-decision .section-title{
  font-size: 0.25rem;
  margin-bottom: 0.2rem;
}
.idea-decision .section-flow_para{
	margin: 40px auto;
}
.idea-decision .section-flow_para span{
	font-size:0.32rem;
}
.idea-decision .section-theme_para{
	font-size: 0.2rem;
}
/* ゴミ箱設置 */
.section-garbage{
	background: #004c9b;
    padding: 1.2em 0 2em;
}
.section-garbage .section-flow_catch{
	text-align: center;
	color: #fff;
	font-size: 0.3rem;
	font-weight: bold;
}
.section-garbage span.empha{
	color:#fff;
	background-image:none;
}
.section-garbage .section-flow_catch .empha::before {
    content: "";
    display: inline-block;
    width: 0.71rem;
    height: 0.59rem;
    background-image: url(/wp-content/themes/miryoku-project/img/icon-bigheart.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -0.1rem;
    left: -0.6rem;
}
.section-garbage .section-flow_catch .empha::after {
    content: "";
    display: inline-block;
    width: 0.46rem;
    height: 0.79rem;
    background-image: url(/wp-content/themes/miryoku-project/img/icon-bigkira.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0.2rem;
    right: -0.4rem
}
.section-garbage h3 .large-yellow{
	font-size: 1.4em;
    font-weight: 900;
	color:#f8db54;
}
.place-content p .large-red{
	color:#cd3a38;
	font-size:0.21rem;
}
.section-garbage .place-content{
	position: relative;
	display: flex;
	align-items: center;
	background: #fff;
    padding: 0.08rem 0.15rem;
    max-width: 7.8rem;
    margin: 20px auto 0;
}
.section-garbage .place-content::before {
	content: "";
    display: inline-block;
    width: 0.76rem;
    height: 0.45rem;
    background-image: url(/wp-content/themes/miryoku-project/img/icon-emphasis.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -0.4rem;
    left: -0.34rem
}
.section-garbage .place-theme{
	background: #666666;
	width: 0.8rem;
    height: 0.8rem;
    color: #fff;
    text-align: center;
    line-height: 0.8rem;
}
.section-garbage .place-content p{
	color:#3d3a39;
	width: 100%;
    margin: auto;
    text-align: left;
    font-size: 0.18rem;
    line-height: 1.5;
    padding-left: 1em;
}
.place-content span.large{
	font-size:0.23rem;
	font-weight: 900;
    line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .section-garbage h3{
	font-size:0.25rem;
  }
}
/* 最終決定の理由 */
.ideas-thought{
    border: solid 0.03rem #db2736;
    border-radius: 0.22rem;
	padding: 0.3rem 0.4rem;;
}
.ideas-thought.section-title{
	font-size:0.2rem;
}
.ideas-thought .section-theme-title{
	margin-bottom: 0.15rem;
}
.ideas-thought p{
	font-size: 0.14rem;
    font-weight: bold;
    line-height: 1.5;
}
.ideas-thought .artist-info{
	display: flex;
    align-items: center;
    margin: 0.2rem auto;
    border-bottom: solid 1px #db2736;
    padding-bottom: 0.2rem;
}
.ideas-thought .artist-info p{
	font-size: 0.12rem;
}
.ideas-thought .artist-info span{
	font-size:0.16rem;
}
.ideas-thought .artist-image{
	width: 50%;
    text-align: right;
    padding-right: 1em
}
.ideas-thought .artist-image img{
	width:60%;
}
.ideas-thought .reason-decision h3{
    width: 2rem;
    margin: auto;
	text-align: center;
    background: #333333;
    color: #fff;
    font-size: 0.14rem;
    padding: 0.25em;
    margin-bottom: 0.15rem;
}
.ideas-thought .reason-decision p{
	font-size: 0.13rem;
	font-weight: normal;
}

/* 作業風景 */
.work-scene p{
	color:#2e2624;
	font-size: 0.16rem;
	line-height: 1.5;
	margin-top:0.2rem;
}
.work-scene span.large{
	color:#db2736;
	font-size: 0.18rem;
	font-weight: 800;
}
.work-scene-img{
	display: flex;
}
.work-scene-img img{
	width: 50%;
	padding:0.1rem;
}
/*----------
レスポンシブ
----------*/
@media screen and (min-width: 1401px) {
  .recruiting_tel-head br {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 80px;
  }
}

@media screen and (max-width: 1400px) {
  .mv {
    height: 9.76rem;
    padding-top: 1.2rem;
  }
}

/* スマホ */
@media screen and (max-width: 600px) {
  .section-container {
    max-width: 4.2rem;
  }

  /* メインビジュアル */
  .mv {
    height: 7rem;
    padding-top: 1.02rem;
  }

  .mv_container::after {
    height: 14vw;
    max-height: 1.52rem;
  }

  .mv_title {
    width: 72%;
    line-height: 0.4rem;
    border: solid 0.04rem #00a73c;
    font-size: 0.25rem;
    top: -0.23rem;
  }

  .mv_title img {
    width: 0.8rem;
  }

  .mv_catch {
    width: 90%;
  }

  .mv_para {
    font-size: 0.2rem;
  }

  .mv_name {
    font-size: 0.3rem;
    line-height: 0.5rem;
  }

  .icon-note {
    width: 11%;
    max-width: 1.6rem rem;
    left: 0.1rem;
    top: 40vw;
  }

  .icon-pen-light {
    width: 15%;
    max-width: 2.04rem;
    right: 0.13rem;
    top: 35vw;
  }

  .mv_tag-wrapper {
    width: 100%;
  }

  .mv_tag {
    width: 0.8rem;
    height: 1.3rem;
    right: 0;
  }

  .mv_tag span {
    font-size: 0.25rem;
  }

  /* 参加者募集 */
  .recruiting {
    width: 92%;
    margin-bottom: 0.8rem;
    max-width: 4.2rem;
  }

  .recruiting_body {
    padding-bottom: 0.5rem;
  }

  .recruiting_body::after {
    bottom: -0.48rem;
    right: -0.15rem;
    width: 1.34rem;
    height: 0.77rem;
  }

  .recruiting_inner {
    flex-direction: column;
    margin-bottom: 0.1rem;
    padding: 0.25rem;
  }

  .recruiting_left-block {
    width: 100%;
    padding: 0;
    margin-bottom: 0.2rem;
  }

  .recruiting_data {
    font-size: 0.25rem;
  }

  .recruiting_data .time {
    display: block;
  }

  .recruiting_tel a {
    font-size: 0.24rem;
    pointer-events: inherit;
  }

  .recruiting_tag {
    padding: 0.07rem 0.08rem 0.09rem 0.14rem;
  }

  .recruiting_tag::after {
    right: -0.135rem;
    border-width: 0.16rem 0 0.16rem 0.14rem;
  }

  .recruiting_right-block {
    width: 100%;
  }

  .recruiting_catch {
    font-size: 0.25rem;
  }

  /* イベントテーマ */
  .section-theme-title {
    margin-bottom: 0.4rem;
  }

  .section-theme_catch {
    flex-direction: column;
    margin-bottom: 0.4rem;
  }

  .section-theme_catch-icon-wrapper {
    width: 100%;
    max-width: 3rem;
  }

  .section-theme_catch-icon {
    max-width: 3rem;
    height: 0.86rem;
    border-radius: 0.86rem;
    padding: 0.12rem 0;
    font-size: 0.17rem;
  }

  .section-theme_catch-icon .large {
    font-size: 0.22rem;
  }

  .icon-cross {
    width: 0.24rem;
    margin: 0.26rem 0 0.2rem;
  }

  .icon-glasses {
    width: 20%;
    top: 1.5rem;
    left: -0.15rem;
  }

  .icon-pc {
    width: 23%;
    top: 1.6rem;
    right: -0.15rem;
  }

  .section-theme_para {
    text-align: left;
    margin: 0 auto;
  }

  /* イベント内容 */
  .section-flow_catch {
    font-size: 0.26rem;
  }

  .section-flow_catch .large {
    font-size: 1.3em;
    line-height: 1.2;
  }

  .section-flow_catch .empha::before {
    top: 0.5rem;
    left: 0.5rem;
  }

  .section-flow_catch .empha::after {
    top: 0.5rem;
    right: -1rem;
  }

  .section-flow_colum {
    flex-direction: column;
    align-items: center;
    max-width: 2.9rem;
    margin: 0 auto 0.4rem;
  }

  .section-flow_item {
    width: 100%;
    margin-bottom: 0.6rem;
  }

  .section-flow_item:last-of-type {
    margin-bottom: 0;
  }

  .section-flow_item:not(:first-of-type)::before {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    top: -0.38rem;
  }

  .section-flow_para {
    text-align: left;
    font-size: 0.19rem;
    margin: 0 auto;
  }

  .section-flow_para .large {
    line-height: 1.7;
  }
  /* 2024追記・屋台村 */
  .section-yataimura{
	flex-direction: column;
  }
  .about-yataimura{
	width: 100%;
	padding-right: 0;
    margin-bottom: 30px;
	order: 2;
  }
  .yataimura-img {
	  width: 100%;
	  margin-bottom: 30px;
	  order: 1;
  }
  .about-yataimura .cta-btn a {
	font-size:0.2rem;	
  }
  /* デザインの対象 */

  .section-subject_lead {
    padding: 0 0.1rem;
  }

  .section-subject_lead::before {
    top: 0.3rem;
  }

  .section-subject_lead::after {
    top: 0.3rem;
  }

  .section-subject_catch {
    flex-direction: column;
    max-width: 3rem;
    margin: 0 auto 0.4rem;
  }

  .sectin-subject_catch-icon-wrapper {
    width: 100%;
  }

  .section-subject_catch-icon {
    max-width: 3rem;
    height: 0.96rem;
    border-radius: 0.86rem;
    padding: 0.1rem 0 0.1rem;
  }

  .section-subject_catch-icon h4 {
    font-size: 0.22rem;
  }

  .section-subject_catch-icon .tag {
    border-radius: 0.1rem;
  }

  .section-subject_catch .icon-cross {
    width: 0.24rem;
  }

  .section-subject_para {
    width: 100%;
    padding: 0;
    margin-top: 0.8rem;
    text-align: left;
    font-size: 0.19rem;
  }

  .icon-garbage {
    width: 0.9rem;
    top: -0.8rem;
    left: -0.2rem;
  }

  .icon-up-arrow {
    width: 0.9rem;
    top: -0.8rem;
  }

  
  /* デザイン案一覧 */
  .section-ideas {
    margin-top: 0.5rem;
  }
  .section-ideas p {
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .section-ideas img {
    width: 100%;
  }
  /* ゴミ箱の設置 */
  .section-garbage {
	padding: 4em 0 2em;
  }
  .section-garbage .place-content {
	display: block;
  }
  .idea-decision .section-flow_para {
	text-align: center;
  }
  .place-theme{
	margin: auto;
  }
  .section-garbage .place-content {
	max-width: 4rem;
  }
  .section-garbage .place-content p {
	font-size: 0.15rem;
	margin: 0.2rem auto;
	text-align: center;
  }
  .section-garbage .section-flow_catch .empha::before {
	width: 0.65rem;
    height: 0.55rem;
	top: -0.4rem;
    left: -0.3rem
  }
  .section-garbage .section-flow_catch .empha::after {
	top: 1.3rem;
    right: -0.5rem;	
  }
  .section-garbage .place-theme {
	width: 3rem;
    height: 0.4rem;
    line-height: 0.4rem;	
  }
  .section-garbage .large-m{
	font-size:0.18rem;
  }
  .section-garbage .place-content::before {
	top: -1.2rem;
    left: -0.45rem;
    transform: rotate( -67deg );
  }

  /* 最終決定の理由 */
  .ideas-thought .artist-info {
	display: block;
  }
  .ideas-thought .artist-image {
	width: 100%;
    text-align: center;
  }
  .ideas-thought .artist-contents{
	width: 66%;
    margin: 0.1rem auto 0;	
  }	
  /* 作業風景 */
  .work-scene-img{
	 display: block;
  }
}
/* 2024年 */
.works-gal {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
.works-gal figure {
  width: calc(50% - 15px);
}
@media screen and (max-width: 600px) {
  .works-gal {
      flex-direction: column;
      gap: 20px;
      max-width: 250px;
      margin: 40px auto;
  }
  .works-gal figure {
  width: 100%;
}
.section-garbage {
  overflow: hidden;
  padding-top: 3em;
}
.section-garbage .section-flow_catch {
  font-size: 0.25rem;
}
.section-flow_catch .large {
  font-size: 1em;
}
.section-garbage h3 .large-yellow {
  font-size: 1em;
}
.section-garbage .place-content::before {
  display: none;
}
.section-garbage .section-flow_catch .empha::before {
  left: -0.6rem;
}
.section-garbage .section-flow_catch .empha::after {
  top: 0.6rem;
}
}