@charset "UTF-8";

/* Common
---------------------------------------------------- */

:root {
  --text_color: #000;
  --bg_color: #fff;
  --bg_color_sub1: #AAD0FE;
  --bg_color_sub2: #D2E6FF;
  --main_black: #000;
  --main_black_rgb: 0, 0, 0;
  --main_red: #E60012;
  --main_blue: #144FD1;
}

#main.sec .sec_page {
  padding-bottom: 30px;
}

#content {
  background: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  color: var(--text_color);
}

.sec_page .inner {
  width: 100%;
  /*max-width: 1440px;*/
  max-width: none;
  padding: 0;
  text-align: left;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.sec_footer__border {
  z-index: 10;
  position: relative;
}

img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  img {
    max-width: none;
  }
}

a {
  transition-duration: .3s;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

#lp_desc h3,
#lp_movie h3,
#lp_wedo h3,
#lp_campaign h3,
#lp_history h3,
#lp_senryu h3 {
  margin: 0 auto;
  margin-bottom: 32px;
  padding: 16px;
  width: fit-content;
  position: relative;
}

#lp_desc h3 img,
#lp_wedo h3 img,
#lp_campaign h3 img,
#lp_history h3 img,
#lp_senryu h3 img {
  height: 20px;
  width: auto;
}

#lp_movie h3 img {
  height: 66px;
  width: auto;
}

h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-size: auto auto;
  background-color: rgba(20, 79, 209, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 255, 255, 1) 5px, rgba(255, 255, 255, 1) 10px);
}

#lp_wedo h3::after,
#lp_campaign h3::after,
#lp_senryu h3::after {
  background-color: rgba(20, 79, 209, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(210, 230, 255, 1) 5px, rgba(210, 230, 255, 1) 10px);
}

#lp_movie h3::after,
#lp_history h3::after {
  background-color: rgba(20, 79, 209, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(170, 208, 254, 1) 5px, rgba(170, 208, 254, 1) 10px);
}

#lp_desc h4,
#lp_wedo h4 {
  color: var(--text_color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 50px;
  text-align: center;
}

#lp_download h4 {
  color: var(--text_color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: cnter;
}

#lp_campaign h4 {
  color: var(--text_color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: left;
}

#lp_senryu h4 {
  color: var(--text_color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 24px;
  margin-bottom: 8px;
  text-align: left;
}


/*.fade-in {
	opacity: 0;
}*/

/* スマートフォンで見たときは"sp"のclassを表示 */
.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

/* パソコンで見たときは"pc"のclassを表示 */
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}

/* MQ */


.stripe_title_area {
  width: 100%;
  padding: 0 16px;
  position: relative;
  z-index: 3;
}

.contentInner {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {

  #main.sec .sec_page {
    margin-bottom: -170px;
    padding-bottom: 7em;
  }

  #lp_desc h3,
  #lp_movie h3,
  #lp_wedo h3,
  #lp_campaign h3,
  #lp_history h3,
  #lp_senryu h3 {
    margin-bottom: 40px;
    padding: 16px 16px 32px;
  }

  #lp_desc h3 img,
  #lp_wedo h3 img,
  #lp_campaign h3 img,
  #lp_history h3 img,
  #lp_senryu h3 img {
    height: 50px;
  }

  #lp_movie h3 img {
    height: 168px;
  }

  #lp_desc h4,
  #lp_wedo h4 {
    font-size: 48px;
    margin-bottom: 50px;
  }

  #lp_download h4 {
    font-size: 32px;
    margin-bottom: 50px;
  }

  #lp_campaign h4 {
    font-size: 20px;
    margin-top: 16px;
  }

  #lp_senryu h4 {
    font-size: 48px;
    margin-top: 48px;
    margin-bottom: 24px;
  }

  .stripe_title_area {
    max-width: 1200px;
    padding: 0;
    margin: 140px auto 50px;
  }

  .contentInner {
    max-width: 1200px;
    padding: 0 50px;
    margin: 0 auto;
  }

}

/* MQ */


@media screen and (min-width: 1200px) {

  #lp_desc h3 img,
  #lp_wedo h3 img,
  #lp_campaign h3 img,
  #lp_history h3 img,
  #lp_senryu h3 img {
    height: 80px;
  }

  #lp_movie h3 img {
    height: 263px;
  }

}

/* MQ */



/* Hero
---------------------------------------------------- */

#hero {
  position: relative;
  width: 100%;
  max-width: 1340px;
  height: calc(100vh - 70px);
  height: calc(100dvh - 70px);
  margin: 0 auto;
  /*animation: hero_anime 1s ease-out;*/
}

/*@keyframes hero_anime {
	0% {
		opacity: 0;
		transform: scale(1.3);
		filter: blur(10px);
	}

	100% {
		opacity: 1;
		transform: scale(1);
		filter: none;
	}
}*/

#hero h2#campaign_title {
  width: calc(100% - 64px);
  max-width: 634px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

#hero_chara01 {
  width: 65%;
  height: auto;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0) !important;
  z-index: 8;
  /*opacity: 0;
  animation: hero_chara01 .3s forwards .8s ease-out;*/
}

@keyframes hero_chara01 {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.5);
    filter: blur(10px);
    bottom: -5%;
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    filter: none;
    bottom: 0%;
  }
}

#hero_chara02 {
  width: 30%;
  height: auto;
  position: absolute;
  top: 30%;
  left: 9%;
  z-index: 7;
  /*opacity: 0;
  animation: hero_chara02 .4s forwards 1s ease-out;*/
}

@keyframes hero_chara02 {
  0% {
    opacity: 0;
    transform: scale(0.6);
    filter: blur(10px);
    top: 44%;
    left: 4%;
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter: none;
    top: 39%;
    left: -8%;
  }
}

#hero_chara03 {
  width: 33%;
  height: auto;
  position: absolute;
  top: 30%;
  right: 9%;
  z-index: 7;
  /*opacity: 0;
  animation: hero_chara03 .4s forwards 1.2s ease-out;*/
}

@keyframes hero_chara03 {
  0% {
    opacity: 0;
    transform: scale(0.6);
    filter: blur(10px);
    top: 35%;
    right: 14%;
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter: none;
    top: 30%;
    right: 4%;
  }
}

#hero_chara04 {
  width: 40%;
  height: auto;
  position: absolute;
  top: 48%;
  left: 14%;
  z-index: 7;
  /*opacity: 0;
  animation: hero_chara04 .4s forwards 1.4s ease-out;*/
}

@keyframes hero_chara04 {
  0% {
    opacity: 0;
    transform: scale(0.5);
    filter: blur(10px);
    bottom: -5%;
    right: 5%;
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter: none;
    bottom: 0%;
    right: 2%;
  }
}

#hero_chara05 {
  width: 33%;
  height: auto;
  position: absolute;
  top: 49%;
  right: 7%;
  z-index: 7;
  /*opacity: 0;
  animation: hero_chara05 .3s forwards 1.5s ease-out;*/
}

@keyframes hero_chara05 {
  0% {
    opacity: 0;
    transform: scale(0.5);
    filter: blur(10px);
    top: 40%;
    left: 8%;
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter: none;
    top: 35%;
    left: 3%;
  }
}

#hero_chara02 img,
#hero_chara03 img,
#hero_chara04 img,
#hero_chara05 img {
  /*animation: hero_float 6s ease-in-out infinite, hero_float_opacity 6s ease-in-out forwards;*/
  animation: hero_float_opacity 6s ease-in-out forwards;
  display: inline-block;
  will-change: transform;
  opacity: 0;
}

@keyframes hero_float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  25% {
    transform: translateY(-10px) rotate(1deg);
  }

  50% {
    transform: translateY(0px) rotate(-1deg);
  }

  75% {
    transform: translateY(10px) rotate(1deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

@keyframes hero_float_opacity {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}


@media screen and (min-width: 768px) {
  #hero {
    height: calc(100vh - 139px);
    height: calc(100dvh - 139px);
  }

  #hero h2#campaign_title {
    width: 100%;
    top: 40px;
  }

  #hero_chara01 {
    width: 420px;
    left: 50%;
    top: 350px;
    bottom: auto;
  }

  @keyframes hero_chara01 {
    0% {
      opacity: 0;
      transform: translateX(-50%) scale(0.5);
      filter: blur(10px);
      top: 390px;
    }

    100% {
      opacity: 1;
      transform: translateX(-50%) scale(1);
      filter: none;
      top: 410px;
    }
  }

  #hero_chara02 {
    width: 200px;
    top: 34%;
    left: 11%;
  }

  @keyframes hero_chara02 {
    0% {
      opacity: 0;
      transform: scale(0.6);
      filter: blur(10px);
      top: 46%;
      left: 10%;
    }

    100% {
      opacity: 1;
      transform: scale(1);
      filter: none;
      top: 41%;
      left: -2%;
    }
  }

  #hero_chara03 {
    width: 240px;
    top: 35%;
    right: 7%;
  }

  @keyframes hero_chara03 {
    0% {
      opacity: 0;
      transform: scale(0.6);
      filter: blur(10px);
      top: 29%;
      right: 22%;
    }

    100% {
      opacity: 1;
      transform: scale(1);
      filter: none;
      top: 24%;
      right: 12%;
    }
  }

  #hero_chara04 {
    width: 337px;
    top: 41%;
    left: 0%;
  }

  @keyframes hero_chara04 {
    0% {
      opacity: 0;
      transform: scale(0.5);
      filter: blur(10px);
      bottom: -18%;
      right: 5%;
    }

    100% {
      opacity: 1;
      transform: scale(1);
      filter: none;
      bottom: -13%;
      right: 2%;
    }
  }

  #hero_chara05 {
    width: 296px;
    top: 42%;
    right: 1%;
  }

  @keyframes hero_chara05 {
    0% {
      opacity: 0;
      transform: scale(0.5);
      filter: blur(10px);
      top: 47%;
      left: 10%;
    }

    100% {
      opacity: 1;
      transform: scale(1);
      filter: none;
      top: 38%;
      left: 2%;
    }
  }

}

/* MQ */

/* スクロールで散る用 */
.fade-out-scatter {
  opacity: 0 !important;
  /* フェードアウト */
  transition: transform 1s ease, opacity 1s ease;
}



/* 薬剤耐性(AMR)とは
---------------------------------------------------- */

#lp_desc_area {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: var(--bg_color_sub1);
  padding-bottom: 48px;
  padding-top: 36px;
  margin-top: -36px;
}

#lp_desc_area::before {
  content: '';
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 60px;
  background-image: url(../img/basic/curve_up_blue.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

#lp_desc {
  position: relative;
  width: calc(100% - 32px);
  max-width: 1200px;
  margin: 48px auto 0;
  padding: 24px 0 170px;
  z-index: 9;
}

#lp_desc::after {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 560px;
  height: 400px;
  background-image: url(../img/basic/bg_contents01.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}

#lp_desc .lp_desc_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: -1;
  background-color: var(--bg_color);
  border-radius: 60px 60px 100px 100px;
}

#lp_desc h3 {
  margin-bottom: 16px;
}

#lp_desc h4 {
  margin-bottom: 16px;
  text-align: center;
}

#lp_desc p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text_color);
}

#lp_desc #img_kesshouban01 {
  width: 85px;
  height: auto;
  position: absolute;
  bottom: -10px;
  left: 35%;
}


@media screen and (min-width: 768px) {
  #lp_desc_area {
    padding-bottom: 100px;
    margin-top: 0;
  }

  #lp_desc_area::before {
    top: -10%;
    height: 330px;
  }

  #lp_desc {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 80px;
  }

  #lp_desc::before {
    height: 50px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, rgba(255, 255, 255, 1) 15px, rgba(255, 255, 255, 1) 30px);
  }

  #lp_desc::after {
    bottom: -5%;
    width: 1277px;
    height: 912px;
  }

  #lp_desc .lp_desc_bg {
    border-radius: 230px 230px 170px 100px;
  }

  #lp_desc h3 {
    margin-bottom: 50px;
  }

  #lp_desc h4 {
    margin-bottom: 50px;
  }

  #lp_desc p {
    font-size: 32px;
    padding-left: 41%;
  }

  #lp_desc #img_kesshouban01 {
    width: 230px;
    bottom: -3%;
    left: 13%;
  }

}

/* MQ */


/* YouTube動画
---------------------------------------------------- */

#lp_movie {
  margin: 80px auto 16px;
}

.top_movie_link {
  width: calc(100% - 32px);
  max-width: 1200px;
  margin: 0 auto 80px;
}

.top_movie {
  position: relative;
  width: calc(100% - 32px);
  max-width: 1200px;
  aspect-ratio: 16 / 9;
  /*padding-top: 56.25%;*/
  margin: 0 auto 80px;
}

.top_movie2 {
  position: relative;
  width: calc(100% - 32px);
  max-width: 600px;
  aspect-ratio: 16 / 9;
  /*padding-top: 56.25%;*/
  margin: 80px auto;
}

.top_movie iframe,
.top_movie2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media screen and (min-width: 768px) {
  #lp_movie {
    margin: 136px auto 50px;
  }

  .top_movie_link {
    width: 100%;
    margin: 0 auto 200px;
  }

  .top_movie {
    width: 100%;
    margin: 0 auto 200px;
  }

  .top_movie2 {
    width: 100%;
    margin: 150px auto;
  }

}

/* MQ */


/* モブ細菌フロート
---------------------------------------------------- */

.floating-images {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
  /*  width: 100%;
  max-width: 1440px;*/
}

/* 表示用 */
.floating-images.visible {
  opacity: 1;
}

/* ランダム浮遊用アニメーション */
@keyframes floatXY {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(var(--amplitude-x), calc(var(--amplitude-y) * 0.5));
  }

  50% {
    transform: translate(calc(var(--amplitude-x) * -1), var(--amplitude-y));
  }

  75% {
    transform: translate(calc(var(--amplitude-x) * 0.5), calc(var(--amplitude-y) * -0.5));
  }

  100% {
    transform: translate(0px, 0px);
  }
}

/* 各画像に共通設定 */
.floating-images .float-img {
  position: fixed;
  z-index: 2;
  animation-name: floatXY;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.float-img.float_img_left01 {
  top: 43%;
  left: 1%;
  width: 40px;
  height: auto;
}

.float-img.float_img_left02 {
  top: 50%;
  left: -2%;
  width: 30px;
  height: auto;
}

.float-img.float_img_left03 {
  top: 55%;
  left: 1%;
  width: 40px;
  height: auto;
}

.float-img.float_img_left04 {
  top: 60%;
  left: 1%;
  width: 25px;
  height: auto;
}

.float-img.float_img_right01 {
  top: 50%;
  right: 1%;
  width: 40px;
  height: auto;
}

.float-img.float_img_right02 {
  top: 59%;
  right: -2%;
  width: 45px;
  height: auto;
}


@media screen and (min-width: 768px) {
  .float-img.float_img_left01 {
    top: 30%;
    left: -2%;
    width: 120px;
    height: 136px;
  }

  .float-img.float_img_left02 {
    top: 55%;
    left: 0%;
    width: 100px;
    height: 78px;
  }

  .float-img.float_img_left03 {
    top: 70%;
    left: 1%;
    width: 130px;
    height: 104px;
  }

  .float-img.float_img_right01 {
    top: 35%;
    right: 1%;
    width: 151px;
    height: 151px;
  }

  .float-img.float_img_right02 {
    top: 55%;
    right: -2%;
    width: 209px;
    height: 209px;
  }

}

/* MQ */


/* わたしたちができること
---------------------------------------------------- */

#lp_wedo {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: var(--bg_color_sub2);
  padding-bottom: 50px;
}

#lp_wedo::before {
  content: '';
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 60px;
  background-image: url(../img/basic/curve_up_lightblue.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

#lp_wedo .lp_wedo_content {
  position: relative;
  /*padding: 100px 0 100px;*/
  z-index: 1;
  text-align: center;
  /*margin: -110px 0 -30px;*/
}

#lp_wedo .bt_wedo_area {
  position: relative;
}

#lp_wedo .bt_wedo_area #bt_wedo01 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 45%;
  height: auto;
}

#lp_wedo .bt_wedo_area #bt_wedo02 {
  position: absolute;
  top: 0%;
  left: 40%;
  width: 45%;
  height: auto;
}

#lp_wedo .bt_wedo_area #bt_wedo03 {
  position: absolute;
  top: 20%;
  right: 25%;
  width: 45%;
  height: auto;
}

#lp_wedo .bt_wedo_area #bt_wedo04 {
  position: absolute;
  top: 33%;
  right: 0%;
  width: 45%;
  height: auto;
}

#lp_wedo .bt_wedo_area #bt_wedo05 {
  position: absolute;
  top: 38%;
  left: 3%;
  width: 45%;
  height: auto;
}


#lp_wedo #img_macrophage01 {
  width: 50%;
  max-width: 500px;
  height: auto;
  margin: 340px auto 0;
}

#lp_wedo .bt_wedo_area div img {
  animation: float 6s ease-in-out infinite;
  display: inline-block;
  will-change: transform;
}

@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  25% {
    transform: translateY(-10px) rotate(1deg);
  }

  50% {
    transform: translateY(0px) rotate(-1deg);
  }

  75% {
    transform: translateY(10px) rotate(1deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}


@media screen and (min-width: 768px) {
  #lp_wedo {
    padding-bottom: 190px;
  }

  #lp_wedo::before {
    top: -13%;
    height: 330px;
  }

  #lp_wedo .lp_wedo_content {
    /*padding: 300px 0 150px;*/
    /*margin: -310px 0 -130px;*/
  }

  #lp_wedo .bt_wedo_area #bt_wedo01 {
    position: absolute;
    top: 0%;
    left: -6%;
    width: 390px;
    height: 260px;
  }

  #lp_wedo .bt_wedo_area #bt_wedo02 {
    position: absolute;
    top: 7%;
    left: 28%;
    width: 380px;
    height: 234px;
  }

  #lp_wedo .bt_wedo_area #bt_wedo03 {
    position: absolute;
    top: 0%;
    right: -6%;
    width: 390px;
    height: 260px;
  }

  #lp_wedo .bt_wedo_area #bt_wedo04 {
    position: absolute;
    top: 43%;
    right: -8%;
    width: 380px;
    height: 234px;
  }

  #lp_wedo .bt_wedo_area #bt_wedo05 {
    position: absolute;
    top: 41%;
    left: -10%;
    width: 390px;
    height: 234px;
  }


  #lp_wedo #img_macrophage01 {
    width: 500px;
    height: auto;
    margin: 360px auto 0;
  }

}

/* MQ */


/*game*/
/*------------------------------------------------------------*/
.main .wrap {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  font-size: 62.5% !important;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

*:focus {
  outline: none;
}

ruby {
  letter-spacing: 0;
  ruby-align: space-between;
}

ruby rt {
  /* font-size: 0.8rem; */
  transform: translateY(2px) scale(0.6);
  letter-spacing: -0.10rem;
}

_::-webkit-full-page-media,
_:future,
:root ruby {
  ruby-overhang: end;
}

_::-webkit-full-page-media,
_:future,
:root ruby rt {
  /* font-size: 0.8rem; */
  transform: translateY(4px) scale(0.6);
  letter-spacing: -0.10rem;
}

_::-webkit-full-page-media,
_:future,
:root .c-modal-slider__slide .c-modal-slider__txt-wrap .c-txt {
  line-height: 1.0;
}

_::-webkit-full-page-media,
_:future,
:root .c-modal-slider__txt-wrap .c-txt::before {
  top: 60%;
}

_::-webkit-full-page-media,
_:future,
:root .c-cassette {
  margin-top: 7%;
}

.main .wrap div a {
  text-decoration: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.main .wrap div a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

#game {
  position: relative;
  width: 100vw;
  background-color: var(--bg_color);
  transform: translate(-50%, 0);
  left: 50%;
  min-height: 500px;
  z-index: 0;
  padding-bottom: 80px;
}

#game::before {
  content: '';
  position: absolute;
  top: -9%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 60px;
  background-image: url(../img/basic/curve_up_white.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}


.c-modal__overlay,
.c-modal__container {
  will-change: transform;
  top: -500px;
}

#game small {
  font-size: 60%;
}

#game span {
  font-weight: 800;
}

@media screen and (max-width: 749px) {
  .c-cassette-2 {
    margin-top: 5% !important;
  }

  .c-cassette-3 {
    margin-top: 5% !important;
  }
}

@media screen and (min-width: 768px) {
  #game {
    padding-bottom: 320px;
  }

  #game::before {
    top: -13%;
    height: 330px;
  }

}

/* MQ */

.c-txt-3 {
  font-size: 26px !important;
}

@media screen and (max-width: 900px) {
  .c-txt-3 {
    font-size: 2.7vw !important;
  }
}





/* 令和7年度のキャンペーン情報
---------------------------------------------------- */

#lp_campaign {
  position: relative;
  margin: -10px auto 0;
  padding: 10px 0 80px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: var(--bg_color_sub2);
  z-index: 1;
  padding-bottom: 96px;
}

#lp_campaign::before {
  content: '';
  position: absolute;
  top: -2%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 60px;
  background-image: url(../img/basic/curve_up_lightblue.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#lp_campaign #img_campaign_chara01 {
  width: 150px;
  height: auto;
  position: absolute;
  top: 400px;
  right: -20%;
  z-index: 0;
}

#lp_campaign ul.lp_campaign_list {
  padding: 0 16px;
}

#lp_campaign ul.lp_campaign_list li {
  width: 100%;
  margin-bottom: 24px;
}

#lp_campaign ul.lp_campaign_list li p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text_color);
  margin-top: 8px;
}


@media screen and (min-width: 768px) {
  #lp_campaign {
    padding-bottom: 320px;
  }

  #lp_campaign::before {
    top: -8%;
    height: 330px;
  }

  #lp_campaign #img_campaign_chara01 {
    width: 450px;
    top: auto;
    bottom: 290px;
    right: 10%;
  }

  #lp_campaign ul.lp_campaign_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px;
  }

  #lp_campaign ul.lp_campaign_list li {
    width: calc((100% - 80px) / 2);
    margin-bottom: 0;
  }

  #lp_campaign ul.lp_campaign_list li p {
    font-size: 18px;
    margin-top: 8px;
  }

}

/* MQ */


/* 8年間の活動ヒストリー
---------------------------------------------------- */

#lp_history {
  position: relative;
  margin: 0 auto;
  padding: 0px 0 80px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: var(--bg_color_sub1);
  z-index: 1;
}

#lp_history::before {
  content: '';
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 60px;
  background-image: url(../img/basic/curve_up_blue.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#lp_history #img_hakkekkyuu01 {
  width: 250px;
  height: auto;
  position: absolute;
  top: 70px;
  left: -10%;
  z-index: 0;
}

#lp_history ul.lp_history_list li {
  width: 100%;
  margin-bottom: 24px;
}

#lp_history ul.lp_history_list li p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--main_black);
  margin-top: 8px;
}


/*アコーディオン*/
.accordion-area {
  list-style: none;
  width: 90%;
  max-width: 940px;
  margin-left: auto;
}

.accordion-area li {
  margin: 0;
}

.accordion-area .section {
  border-bottom: 2px solid var(--bg_color);
}

.title {
  position: relative;
  cursor: pointer;
  transition: all .5s ease;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--bg_color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background-color: var(--main_blue);
}

.title::after {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-bottom: 3px solid var(--bg_color);
  border-right: 3px solid var(--bg_color);
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  transition: all 0.3s;
  margin-top: -13px;
}

.title.close::after {
  transform: rotate(225deg);
  margin-top: -3px;
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  padding: 16px;
}


@media screen and (min-width: 768px) {
  #lp_history {
    padding: 0px 0 360px;
  }

  #lp_history::before {
    top: -13%;
    height: 330px;
  }

  #lp_history #img_hakkekkyuu01 {
    width: 600px;
    top: 180px;
    left: 5%;
  }

  #lp_history ul.lp_history_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px;
  }

  #lp_history ul.lp_history_list li {
    width: calc((100% - 80px) / 2);
    margin-bottom: 0;
  }

  #lp_history ul.lp_history_list li p {
    font-size: 18px;
    margin-top: 16px;
  }


  /*アコーディオン*/
  .accordion-area {
    width: 96%;
  }

  .title {
    font-size: 40px;
    height: 70px;
  }

  .title::after {
    width: 16px;
    height: 16px;
    border-bottom: 4px solid var(--bg_color);
    border-right: 4px solid var(--bg_color);
    right: 30px;
    margin-top: -14px;
  }

  .title.close::after {
    margin-top: -4px;
  }

  /*アコーディオンで現れるエリア*/
  .box {
    padding: 40px 80px;
  }

}

/* MQ */



/* 薬剤耐性(AMR)あるある川柳
---------------------------------------------------- */

#lp_senryu {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: var(--bg_color_sub2);
  z-index: 1;
  padding-bottom: 48px;
}

#lp_senryu::before {
  content: '';
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 60px;
  background-image: url(../img/basic/curve_up_lightblue.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#lp_senryu::after {
  content: '';
  position: absolute;
  bottom: -6%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 60px;
  background-image: url(../img/basic/curve_down_lightblue.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#lp_senryu h4 {
  text-align: center;
  color: var(--text_color);
}

#lp_senryu .swiper_area {
  background-color: var(--bg_color);
  border-radius: 10px;
  padding: 40px 16px 16px;
  position: relative;
}

#lp_senryu .swiper-button-prev,
#lp_senryu .swiper-button-next {
  height: 40px;
  width: 40px;
  transition-duration: .3s;
  top: 39%;
  z-index: 100;
}

#lp_senryu .swiper-button-prev {
  left: -10px;
}

#lp_senryu .swiper-button-next {
  right: -10px;
}

#lp_senryu .swiper-button-prev:hover,
#lp_senryu .swiper-button-next:hover {
  opacity: .5;
  transition-duration: .3s;
}

#lp_senryu .swiper-button-prev:after,
#lp_senryu .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  margin: auto;
}

#lp_senryu .swiper-button-prev:after {
  background-image: url(../img/basic/bt_slider.svg);
  transform: scaleX(-1);
}

#lp_senryu .swiper-button-next:after {
  background-image: url(../img/basic/bt_slider.svg);
}

#lp_senryu .swiper-pagination {
  top: 5px;
}

#lp_senryu .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: var(--bg_color);
  opacity: 1;
  background: #ccc;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  transition-duration: .3s;
}

#lp_senryu .swiper-pagination-bullet:hover,
#lp_senryu .swiper-pagination-bullet-active {
  color: var(--bg_color);
  background: var(--main_blue);
  transition-duration: .3s;
}


@media screen and (min-width: 768px) {
  #lp_senryu {
    padding-bottom: 160px;
  }

  #lp_senryu::before {
    top: -6%;
    height: 330px;
  }

  #lp_senryu::after {
    bottom: -8%;
    height: 330px;
  }

  #lp_senryu .senryu_banner a {
    transition-duration: .3s;
  }

  #lp_senryu .senryu_banner a:hover {
    opacity: .5;
  }

  #lp_senryu .swiper_area {
    border-radius: 20px;
    padding: 80px 40px 40px;
  }

  #lp_senryu .swiper-button-prev,
  #lp_senryu .swiper-button-next {
    height: 60px;
    width: 60px;
    top: 35%;
  }

  #lp_senryu .swiper-button-prev {
    left: -30px;
  }

  #lp_senryu .swiper-button-next {
    right: -30px;
  }

  #lp_senryu .swiper-button-prev:after,
  #lp_senryu .swiper-button-next:after {
    height: 60px;
    width: 60px;
  }

  #lp_senryu .swiper-pagination {
    top: 20px;
  }

  #lp_senryu .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }

}

/* MQ */



/* お問い合わせ
---------------------------------------------------- */

#lp_contact {
  position: relative;
  width: 100%;
  min-height: 200px;
  margin: 0 auto;
  padding-top: 120px;
  text-align: center;
}

#lp_contact #bt_contact {
  width: calc(100% - 64px);
  height: auto;
  margin: 0 auto;
}

#img_kanou01 {
  width: 60%;
  height: auto;
  margin: 48px auto 5px;
}


@media screen and (min-width: 768px) {
  #lp_contact {
    min-height: 550px;
    padding-top: 320px;
  }

  #lp_contact #bt_contact {
    width: 600px;
  }

  #img_kanou01 {
    width: 600px;
    height: auto;
    margin: 80px auto 5px;
  }

}

/* MQ */