@charset "utf-8";

/* ====================================================================
 INDEX
==================================================================== */

/* main_img_area
----------------------------------------------------------*/
.main_img_area {
  background: url(../images/idx_main_img.jpg) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 42.667vw;
  overflow: hidden;
}
.main_img_area .main_img-txt {
  position: relative;
  width: 100%;
  height: 100%;
}
.main_img_area .main_img-txt h1 {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-48vw);
  width: 100%;
  color: #09f;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.6));
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.main_img_area .main_img-txt .main-txt01 {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-48vw);
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.8));
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.main_img_area .main_img-txt .main-txt02 {
  position: absolute;
  color: #fff;
  line-height: 1.6;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.7));
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.main_img_area .main_img-txt .donate_btn {
    position: absolute;
}
.main_img_area .main_img_copyright {
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: #fff;
  font-size: 1.2rem;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.8));
}

@media print, screen and (min-width: 1101px) {
  .main_img_area .main_img-txt .main-txt02 {
    width: 380px;
  }
  .main_img_area .main_img-txt h1 span {
    display: inline-block;
    padding: 0;
    font-size: 4.2rem;
  }
  .main_img_area .main_img-txt .main-txt01 span.txt {
    display: inline-block;
    padding: 0;
    font-size: 2.8rem;
  }
  .main_img_area .main_img-txt .main-txt02 {
    bottom: 90px;
    left: 50%;
    transform: translateX(-48vw);
  }
  .main_img_area .main_img-txt .main-txt02 span {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-size: 1.6rem;
  }
  .main-txt02-for-SP { display: none; }
  .main_img_area .main_img-txt .donate_btn {
    max-width: 500px;
    width: 100%;
    left: 50%;
    bottom: 20px;
    transform: translateX(-48vw);
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1100px) {
  .main_img_area .main_img-txt h1 {
    top: 0.650vw; /* 5px @769px */
    font-size: 3.641vw;
  }
  .main_img_area .main_img-txt .main-txt01 {
    top: 5.851vw; /* 45px @769px */
  }
  .main_img_area .main_img-txt .main-txt02 {
    bottom: 90px;
    left: 50%;
    transform: translateX(-48vw);
    max-width: 320px;
        width: 36%;
  }
  .main_img_area .main_img-txt h1 span {
    font-size: 3.121vw; /* 2.4rem @769px */
  }
  .main_img_area .main_img-txt h1 span br {
    display: none;
  }
  .main_img_area .main_img-txt .main-txt01 span.txt {
    display: inline-block;
    font-size: 2.341vw; /* 1.8rem @769px */
  }
  .main_img_area .main_img-txt .main-txt02 span {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 2px;
    font-size: 1.65vw; /*  */
    line-height: 1.4;
  }
  .main-txt02-for-SP { display: none; }
  .main_img_area .main_img-txt .donate_btn {
    max-width: 450px;
    width: 46%;
    left: 50%;
    bottom: 20px;
    transform: translateX(-48vw);
  }
}
@media print, screen and (max-width: 768px) {
  .main_img_area {
    background: url(../images/idx_main_img_tb.jpg) center center no-repeat;
    background-size: cover;
    height: 76.042vw;
  }
  .main_img_area .main_img-txt {
    width: 100%;
  }
  .main_img_area .main_img-txt h1 {
    top: 2.604vw; /* 20px @768px */
    font-size: 3.906vw; /* 3.0rem @768px */
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.7));
  }
  .main_img_area .main_img-txt .main-txt01 {
    top: 9.114vw; /* 70px @768px */
    width: 100%;
  }
  .main_img_area .main_img-txt .main-txt01 span {
    font-size: 2.994vw; /* 2.3rem @768px */
  }
  .main_img_area .main_img-txt .main-txt02 {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 2px;
    width: 96%;
    left: 50%;
    bottom: 13vw; /*  */
    transform: translate(-50%);
    font-size: 2.1vw; /*  */
  }
  .main_img_area .main_img-txt .donate_btn {
    max-width: 300px;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 5vw; /*  */
    transform: translateX(-50%);
    margin: 0;
  }
  .main-txt02-for-SP { display: none; }
  .main_img_area .main_img_copyright {
    bottom: 1.302vw; /* 10px @768px */
  }
}
@media print, screen and (max-width: 414px) {
  .main_img_area {
    background: url(../images/idx_main_img_sp.jpg) center center no-repeat;
    background-size: cover;
    height: 141.063vw;
  }
  .main_img_area .main_img-txt {}
  .main_img_area .main_img-txt h1 {
    top: 20px;
    font-size: 2.6rem;
  }
  .main_img_area .main_img-txt .main-txt01 {
    top: 100px;
  }
  .main_img_area .main_img-txt .main-txt01 span {
    font-size: 2.0rem;
  }
  .main_img_area .main_img-txt .main-txt02 {
    display: none;
  }
  .main_img_area .main_img-txt .donate_btn {
    bottom: 50px;
  }
  .main-txt02-for-SP {
    display: block;
    background-color: #09f;
    color: #fff;
    padding: 10px;
    font-size: 1.6rem;
  }
}

/* sec å…±é€š
----------------------------------------------------------*/
/* idx_pickup
----------------------------------------------------------*/
/* idx_pickup_list */
.idx_pickup_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.idx_pickup_list .item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 60px) / 3);
  margin: 0 10px;
  border-radius: 6px;
  border: 1px solid #09f;
  background: #ffffff;
  filter: drop-shadow(1px 1px 4px rgba(0, 153, 255, 0.5));
  margin-bottom: 10px;
  text-decoration: none;
}
.idx_pickup_list a.item:hover {
  background: #92d3ff;
}
.idx_pickup_list .item img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: auto;
}
.idx_pickup_list .item .icon_movie-play,
.idx_pickup_list .item .icon_comingsoon {
  position: relative;
}
  .idx_pickup_list .item .icon_movie-play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background-image: url(../images/icon_movie-play.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 43px;
  }
  .idx_pickup_list .item .icon_comingsoon:after {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    content: "coming soon";
    color: #fff;
    font-size: 2.0rem;
  }
.idx_pickup_list .item .text {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  position: relative;
  padding: 20px 30px 20px 15px;
  color: #09f;
}
.idx_pickup_list a.item:hover .text {
  color: #fff;
}
.idx_pickup_list a.item .text:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
}

@media print, screen and (max-width: 768px) {
  .idx_pickup_list .item {
    width: calc((100% - 10px) / 2);
  }
}
@media print, screen and (max-width: 414px) {
  .idx_pickup_list .item {
    width: 100%;
  }
}

/* idx_about
----------------------------------------------------------*/
/* idx_about_list */
.idx_about_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 80px;
}
.idx_about_list li {
  max-width: 300px;
  width: calc(100% / 3);
  display: flex; /* 下揃え用 */
  flex-direction: column;
}
.idx_about_list li h3 {
  height: 86px;
  font-size: 3.2rem;
  text-align: center;
}
  .idx_about_list li:nth-child(1) h3 {
    background: url(../images/idx_about_list_deco01.jpg) center top 24px no-repeat;
    background-size: auto 62%;
  }
  .idx_about_list li:nth-child(2) h3 {
    background: url(../images/idx_about_list_deco02.jpg) center top 24px no-repeat;
    background-size: auto 62%;
  }
  .idx_about_list li:nth-child(3) h3 {
    background: url(../images/idx_about_list_deco03.jpg) center top 24px no-repeat;
    background-size: auto 62%;
  }
.about_list_txt {
  padding: 15px 15px 0;
  font-size: 1.8rem;
}
.btn_disc {
  margin-top: auto;
}
.btn_disc a {
  display: block;
  border-radius: 30px;
  border: 1px solid #09f;
  background-color: #fff;
  width: 50px;
  height: 50px;
  margin: 15px auto 0;
  color: #09f;
  font-size: 2.0rem;
  text-align: center;
  line-height: 50px;
  filter: drop-shadow(2px 2px 10px rgba(0, 153, 255, 0.75));
}
.btn_disc a:hover {
  background-color: #92d3ff;
  color: #fff;
}

@media print, screen and (max-width: 768px) {
  .idx_about_list li {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
    padding: 0 22.135vw;
  }
}

@media print, screen and (max-width: 414px) {
  .idx_about_list li {
    margin-top: 30px;
    padding: 0;
  }
  .idx_about_list li h3 {
    height: 74px;
  }
  .idx_about_list li:nth-child(1) h3 {
    background: url(../images/idx_about_list_deco01.jpg) center bottom no-repeat;
    background-size: auto 62px;
  }
  .idx_about_list li:nth-child(2) h3 {
    background: url(../images/idx_about_list_deco02.jpg) center bottom no-repeat;
    background-size: auto 62px;
  }
  .idx_about_list li:nth-child(3) h3 {
    background: url(../images/idx_about_list_deco03.jpg) center bottom no-repeat;
    background-size: auto 62px;
  }
  .about_list_txt {
    font-size: 1.5rem;
  }
}

/* idx_theme
----------------------------------------------------------*/
.idx_theme h2 img {
  display: block;
  max-width: 390px;
  margin: 0 auto 70px;
}
.idx_theme .theme_lead {
  margin-top: 30px;
  font-size: 3.0rem;
  text-align: center;
}
.idx_theme .theme_img {
  margin: 55px auto 0;
  max-width: 650px;
}
.idx_theme .theme_img .theme_copyright {
  display: block;
  font-size: 1.2rem;
  text-align: right;
}
.idx_theme .theme_txt {
  width: 600px;
  margin: 20px auto 0;
}

@media print, screen and (max-width: 768px) {
  .idx_theme h2 img {
    margin: 0 auto 60px;
  }
  .idx_theme .theme_lead {
    margin-top: 16px;
    font-size: 2.8rem;
  }
  .idx_theme .theme_img {
    margin: 38px 5.208vw 0;
  }
  .idx_theme .theme_txt {
    width: calc(100% - 10.416vw);
    margin: 20px 5.208vw 0;
  }
}

@media print, screen and (max-width: 414px) {
  .idx_theme h2 img {
    max-width: 280px;
    margin: 0 auto 40px;
  }
  .idx_theme .theme_lead {
    font-size: 2.0rem;
  }
}

/* idx_join
----------------------------------------------------------*/
.idx_join {
  margin-top:-170px;
  padding-top:170px;
}
.idex_join_lead {
  position: relative;
  z-index:2;
}
/* idx_join_block */
.idx_join_block {
  position: relative;
  /* margin-top:-100px; */
  padding-top:170px;
  padding-bottom: 40px;
}
.idx_join_block:before {
  position: absolute;
  display: inline-block;
  z-index: 1:
}
  .idx_join_block.join_block_know:before {
    top: 250px;
    right: 0;
    content: "";
    background: url(../images/deco_know.gif) left top no-repeat;
    background-size: contain;
    width: 192px;
    height: 64px;
  }
  .idx_join_block.join_block_share:before {
    top: 217px;
    right: 36px;
    content: "";
    background: url(../images/deco_share.gif) left top no-repeat;
    background-size: contain;
    width: 218px;
    height: 68px;
  }
  .idx_join_block.join_block_act:before {
    top: 208px;
    right: 182px;
    content: "";
    background: url(../images/deco_act.gif) left top no-repeat;
    background-size: contain;
    width: 124px;
    height: 68px;
  }
.idx_join_block h3 {
  position: relative;
  z-index: 2;
}

@media print, screen and (max-width: 1100px) {
  .idx_join_block {
    margin-top: -15px;
    padding-top: 55px;
  }
  .idx_join_block:before {
    top: 125px !important;
    right: 0 !important;
  }
}

@media print, screen and (max-width: 768px) {
  .idx_join_block.join_block_know:before {
    width: 25vw;
    height: 7.422vw;
  }
  .idx_join_block.join_block_share:before {
    right: 20px !important;
    width: 22.396vw;
    height: 7.031vw;
  }
  .idx_join_block.join_block_act:before {
    width: 16.667vw;
    height: 9.115vw;
  }
}

/* idx_join_list */
.idx_join_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.idx_join_list li {
  width: calc(100% / 2);
  display: flex; /* 下揃え用 */
  flex-direction: column;
  justify-content: space-between;
}

.idx_join_list li .join_list_inner {
  position: relative;
  width: 100%;
  height: 350px;
}
.idx_join_list li .join_list_inner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  content: "";
  width: 100%;
  height: 350px;
}
.idx_join_list li .join_list_inner.bg_know_blue:before {
  background-image: url(../images/idx_join_bg_know_blue.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.idx_join_list li .join_list_inner.bg_know_green:before {
  background: url(../images/idx_join_bg_know_green.jpg) center top no-repeat;
  background-size: 100% auto;
}
.idx_join_list li .join_list_inner.bg_share_orange:before {
  background: url(../images/idx_join_bg_share_orange.jpg) center center no-repeat;
  background-size: 100% auto;
}
.idx_join_list li .join_list_inner.bg_share_yellow:before {
  background: url(../images/idx_join_bg_share_yellow.jpg) center top no-repeat;
  background-size: 100% auto;
}
.idx_join_list li .join_list_inner.bg_act_pink:before {
  background: url(../images/idx_join_bg_act_pink.jpg) center top no-repeat;
  background-size: 100% auto;
}
.idx_join_list li .join_list_inner.bg_act_blue:before {
  background: url(../images/idx_join_bg_act_blue.jpg) center top no-repeat;
  background-size: 100% auto;
}
.idx_join_list li .join_list_inner .join_list_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
.idx_join_list li .join_list_inner .join_list_img .caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 1.2rem;
}

.idx_join_list li .btn_cmn {
}

@media print, screen and (max-width: 1100px) {
  .idx_join_list {
    justify-content: center;
  }
  .idx_join_list li {
    width: calc((100% - 20px) / 2);
  }
  .idx_join_list li .sec_subtit {
    font-size: 3.8rem !important;
  }
  .idx_join_list li .join_list_inner {
    height: 0;
    padding-top: 63.636%;
  }
  .idx_join_list li .join_list_inner:before {
    height: 0;
    padding-top: 63.636%;
  }
  .idx_join_list li .join_list_inner .join_list_img {
    max-width: 75%;
  }
}

@media print, screen and (max-width: 768px) {
  .idx_join_list {
    margin-top: 10px;
  }
  .idx_join_list li {
    width: 100%;
    margin-top: 60px;
  }
}
