@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");

.typed_con {
  background-color: #007029;
}

@media screen and (max-width: 430px) {
  .typed_con .btn_area {
    padding: 0px 10px 40px;
  }
}

.typed_con .btn_area {
  max-width: 344px;
  margin: 0 auto;
  padding: 30px 0 40px;
}

@media screen and (max-width: 364px) {
  .typed_con .btn_area {
    padding: 40px 13px;
  }
}

.typed_con .btn_area a {
  max-width: 344px;
}

.typed_con .btn_area .note {
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  margin-top: 5px;
}

.typed_con .btn_online {
  background-color: #C7002F;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  height: 57px;
  padding: 20px 14px 14px 44px;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
}

.typed_con .btn_online span {
  color: #fff;
  margin-left: -30px;
  padding-left: 30px;
  position: relative;
}

.typed_con .btn_online span::before {
  content: "";
  display: inline-block;
  background-image: url(/shimamura/res/type_d/common/img/ico_cart.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.typed_con .btn_store {
  background-color: #fff;
  border: solid 1px #000;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  height: 57px;
  padding: 20px 14px 14px 44px;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  margin-top: 16px;
}

.typed_con .btn_store span {
  color: #000;
  background-image: url(/shimamura/res/type_d/common/img/ico_shop.svg) !important;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 0 10px 30px;
  width: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.typed_con .btn_store span::before {
  display: none;
}

.typed_con .btn_store.ico_w {
  background-color: #C7002F;
  border: solid 1px #C7002F;
}

.typed_con .btn_store.ico_w span {
  background-image: url(/shimamura/res/type_d/common/img/ico_shop_w.svg) !important;
  color: #fff;
  background-size: 24px auto;
  background-position: left center;
}

.typed_con .btn_lineup {
  background-color: #fff;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  height: 57px;
  border: solid 1px #000;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  margin-top: 16px;
  padding: 20px 14px;
}

.typed_con .btn_lineup span {
  color: #000;
  position: relative;
  padding-right: 25px;
}

.typed_con .btn_lineup span::after {
  content: "";
  display: inline-block;
  background-image: url(/shimamura/res/type_d/common/img/ico_arrw_btm_bk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
}

@media (max-width: 414px) {

  .typed_con .btn_online,
  .typed_con .btn_store,
  .typed_con .btn_lineup {
    font-size: 4vw !important;
  }
}

.typed_con #movie {
  text-align: center;
}

.typed_con #movie .mv_blc {
  padding: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .typed_con #movie .mv_blc {
    padding: 20px 0;
  }
}

.typed_con #movie .mv_blc .dummy {
  width: 100%;
  max-width: 100%;
  height: 217px;
  background-color: #CCCCCC;
  position: relative;
}

.typed_con #movie .mv_blc .dummy span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .typed_con #movie .mv_blc .dummy {
    width: 100%;
    height: 51vw;
  }
}

.typed_con #movie .mv_blc iframe {
  width: 388px;
  height: 217px;
}

@media screen and (max-width: 767px) {
  .typed_con #movie .mv_blc iframe {
    width: 100%;
    height: 52vw;
  }
}

.typed_con .con_frm {
  max-width: 414px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-image: url(/shimamura/res/type_d/ikiiki-lab/img/con_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.typed_con .innr {
  padding: 0 13px;
}

.typed_con .clm {
  padding: 60px 0 0px;
}

.typed_con .clm h1 {
  font-size: 42px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

@media screen and (max-width: 375px) {
  .typed_con .clm h1 {
    font-size: 30px;
  }
}

.typed_con .clm h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 20px;
}

.typed_con .clm .w_box {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
}

.typed_con .clm .w_box.stg {
  position: relative;
}

.typed_con .clm .w_box.stg .ico {
  position: absolute;
  top: -50px;
  left: 0px;
}

.typed_con .clm .w_box .lead {
  font-size: 26px;
  font-family: "Zen Maru Gothic", serif;
  color: #007029;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.typed_con .clm .w_box .note {
  margin-bottom: 20px;
}

.typed_con .clm .w_box .note li {
  font-size: 10px;
}

.typed_con .clm .tab {
  position: relative;
  text-align: left;
}

.typed_con .clm .tab h2 {
  font-size: 14px;
  font-family: "Zen Maru Gothic", serif;
  color: #007029;
  font-weight: 800;
  text-align: center;
  background-image: url(/shimamura/res/type_d/ikiiki-lab/img/tab_bg.png);
  background-repeat: no-repeat;
  background-size: auto 28px;
  display: inline-block;
  width: 156px;
  margin-bottom: 0;
  line-height: 1;
  padding: 6px 0;
}

.typed_con .clm .tab .w_box {
  border-radius: 0 10px 10px 10px;
  text-align: center;
}

.typed_con .clm .tab .w_box h3 {
  margin-bottom: 20px;
}

.typed_con .clm .tab .w_box .clm_box {
  padding: 0 15px;
}

.typed_con .clm .tab .w_box .clm_box.bdr {
  border-bottom: 2px solid #000;
  padding: 0 15px 40px;
  margin-bottom: 40px;
}

.typed_con .clm .tab .w_box .clm_box.clo_pre {
  padding: 0;
}

.typed_con .clm .tab .w_box .clm_box.clo_pre .pre_bg {
  padding: 40px 15px 20px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(167, 122, 0, 0.3) 0%, rgba(232, 170, 0, 0.3) 100%);
  position: relative;
}

.typed_con .clm .tab .w_box .clm_box.clo_pre .pre_bg .ico {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.typed_con .clm .tab .w_box .clm_box.clo_pre .txt {
  color: #000;
}

.typed_con .clm .tab .w_box .clm_box.clo_pre .txt span {
  color: #000;
}

.typed_con .clm .tab .w_box .clm_box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.typed_con .clm .tab .w_box .clm_box dl dt {
  width: 8rem;
  padding: 10px 0px;
  background-color: #007029;
  text-align: center;
  border: 1px solid #007029;
  height: 50px;
  position: relative;
}

@media screen and (max-width: 375px) {
  .typed_con .clm .tab .w_box .clm_box dl dt {
    width: 6rem;
  }
}

.typed_con .clm .tab .w_box .clm_box dl dt span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
}

@media screen and (max-width: 375px) {
  .typed_con .clm .tab .w_box .clm_box dl dt span {
    font-size: 3.5vw;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.typed_con .clm .tab .w_box .clm_box dl dd {
  width: calc(100% - 8rem);
  border: 1px solid #007029;
  text-align: left;
  padding: 5px 10px;
  height: 50px;
}

@media screen and (max-width: 375px) {
  .typed_con .clm .tab .w_box .clm_box dl dd {
    width: calc(100% - 6rem);
  }
}

.typed_con .clm .tab .w_box .clm_box dl dd span {
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 375px) {
  .typed_con .clm .tab .w_box .clm_box dl dd span {
    font-size: 3vw;
  }
}

.typed_con .clm .tab .w_box .ico {
  margin-bottom: 20px;
}

.typed_con .clm .tab .w_box .ttl {
  margin-bottom: 20px;
}

.typed_con .clm .tab .w_box .ttl_txt {
  font-size: 34px;
  font-weight: 800;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -1px;
}

.typed_con .clm .tab .w_box .img {
  margin-bottom: 20px;
}

.typed_con .clm .tab .w_box .txt {
  font-size: 31px;
  font-weight: 800;
  color: #007029;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -1px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm .tab .w_box .txt {
    font-size: 7vw;
  }
}

.typed_con .clm .tab .w_box .txt.fnt_s {
  font-size: 28px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm .tab .w_box .txt.fnt_s {
    font-size: 6.7vw;
  }
}

.typed_con .clm .tab .w_box .txt.men {
  font-size: 26px;
}

@media screen and (max-width: 430px) {
  .typed_con .clm .tab .w_box .txt.men {
    font-size: 6vw;
  }
}

.typed_con .clm .tab .w_box .txt span {
  font-size: 16px;
  font-weight: 800;
  color: #007029;
  font-family: "Zen Maru Gothic", serif;
  display: block;
}

@media screen and (max-width: 430px) {
  .typed_con .clm .tab .w_box .txt span {
    font-size: 4.2vw;
  }
}

.typed_con .clm .tab .w_box .ico_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.typed_con .clm .tab .w_box .ico_box .ico_box {
  width: 52px;
  margin-bottom: 10px;
}

.typed_con .clm .tab .w_box .ico_box .txt_box {
  width: calc(100% - 52px);
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 13px;
  text-align: left;
}

.typed_con .clm01 {
  margin-top: 60px;
}

.typed_con .clm01 h1 {
  margin-bottom: 60px;
}

.typed_con .clm01 ul.nayami {
  margin-bottom: 20px;
}

.typed_con .clm01 ul.nayami li {
  font-family: "Zen Maru Gothic", serif;
  font-size: 17px;
  font-weight: 700;
  border-bottom: 1px dashed #CCCCCC;
  text-align: left;
  background-image: url(/shimamura/res/type_d/ikiiki-lab/img/ico_checkBox.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px auto;
  padding: 10px 0 10px 35px;
}

.typed_con .clm01 .w_box {
  margin-bottom: 40px;
}

.typed_con .clm01 .lead02 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
}

.typed_con .clm01 .lnk_blc {
  padding: 0 20px;
}

.typed_con .clm01 .lnk_blc ul {
  display: flex;
  flex-wrap: wrap;
}

.typed_con .clm01 .lnk_blc ul li {
  width: calc(50% - 10px);
}

.typed_con .clm01 .lnk_blc ul li:nth-child(odd) {
  margin-right: 20px;
}

.typed_con .clm01 .lnk_blc ul li a {
  display: inline-block;
  text-align: center;
  background-color: #FFF1B5;
  background-image: url(/shimamura/res/type_d/ikiiki-lab/img/ico_arrw.png);
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: right 8px center;
  color: #007029;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -1px;
  width: 100%;
  line-height: 1;
  padding: 20px 0;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.typed_con .clm01 .lnk_blc ul li.txtL span {
  color: #007029;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -1px;
  position: relative;
  left: -10px;
}

.typed_con .clm01 .comic {
  padding: 5px;
}

.typed_con .clm01 .comic .innr {
  padding: 20px 20px;
}

.typed_con .clm01 .comic .swiper {
  padding: 0 0 20px 0;
  margin-bottom: 15px;
}

.typed_con .clm01 .comic .swiper-pagination {
  bottom: 0;
}

.typed_con .clm01 .comic .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 2px;
}

.typed_con .clm01 .comic .swiper-pagination-bullet-active {
  background-color: #007029;
}

.typed_con .clm01 .comic .swiper-button-prev,
.typed_con .clm01 .comic .swiper-button-next {
  background-image: url(/shimamura/res/type_d/ikiiki-lab/img250609/ico_arrw_sld.svg);
  background-size: cover;
  width: 12px;
  height: 21px;
}

.typed_con .clm01 .comic .swiper-button-prev {
  transform: rotate(180deg);
  left: 7px;
}

.typed_con .clm01 .comic .swiper-button-next {
  right: 7px;
}

.typed_con .clm01 .note_txt {
  font-size: 12px;
  text-align: left;
}

.typed_con .clm01 .ttl_blc {
  background-color: #FCF564;
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
}

.typed_con .clm01 .ttl_blc p {
  font-size: 17px;
  font-weight: 700;
}

.typed_con .clm01 .ttl_blc p span {
  background-color: #C7002F;
  color: #fff;
  line-height: 1;
  padding: 2px 5px 3px;
  margin-right: 5px;
}

.typed_con .clm04 h3 {
  margin-bottom: 40px !important;
}