@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

.typed_con {
  background-color: #D3EFF0;
}

.typed_con * {
  color: #242424;
}

.typed_con p {
  font-size: 16px;
}

.typed_con :target {
  scroll-margin-top: 100px;
}

@media screen and (min-width: 768px) {
  .typed_con :target {
    scroll-margin-top: 150px;
  }
}

.typed_con a {
  display: inline-block;
}

.typed_con img {
  max-width: 100%;
}

.typed_con .t_left {
  text-align: left;
}

.typed_con .t_right {
  text-align: right;
}

.typed_con .mb30 {
  margin-bottom: 30px;
}

.typed_con .mb20 {
  margin-bottom: 20px;
}

.typed_con .y_line {
  text-align: center;
}

.typed_con .y_line span {
  color: #242424;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 0 8px;
  display: inline-block;
  margin: 0 auto;
  line-height: 1;
}

.typed_con .y_line span::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #242424;
  transform: translateY(-50%) rotate(-15deg);
  position: absolute;
  left: 0;
  top: 53%;
}

.typed_con .y_line span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #242424;
  transform: translateY(-50%) rotate(15deg);
  position: absolute;
  right: 0;
  top: 53%;
}

.typed_con .btn_area {
  padding: 50px 0 60px;
  max-width: 344px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

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

@media screen and (max-width: 375px) {
  .typed_con .btn_area {
    padding: 0 15px 80px;
    max-width: 100%;
  }
}

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

.typed_con .btn_area .btn_lead {
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 375px) {
  .typed_con .btn_area .btn_lead {
    font-size: 4vw;
  }
}

.typed_con .btn_area .btn_online {
  background-color: #C7002F;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  height: 57px;
  border-radius: 5px;
  text-align: center;
}

.typed_con .btn_area .btn_online span {
  color: #fff;
  position: relative;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  padding: 7px 0 7px 30px;
  background-image: url(/shimamura/res/type_d/common/img/ico_cart.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
}

.typed_con .btn_area .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_area .btn_store span {
  color: #000;
  background-image: url(/shimamura/res/type_d/common/img/ico_shop.svg) !important;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-left: -30px;
}

@media screen and (max-width: 375px) {
  .typed_con .btn_area .btn_store span {
    background-size: 7vw auto;
  }
}

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

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

.typed_con .btn_area .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_area .btn_lineup {
  background-color: #fff;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 17px;
  font-weight: 600;
  border: solid 1px #000;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  padding: 20px 14px;
}

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

.typed_con .btn_area .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: 428px) {

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

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

@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 .lineM span {
  color: #242424;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  z-index: 1;
  line-height: 1;
}

.typed_con .lineM span::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 8px;
  background-color: #FFEC00;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.typed_con .clm {
  max-width: 428px;
  padding: 0 15px;
  text-align: center;
  margin: 0 auto;
}

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

.typed_con .clm h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 6.8vw;
  font-weight: 500;
  margin-bottom: 10px;
}

.typed_con .clm h1 span {
  font-size: 4vw;
  font-weight: 500;
}

@media screen and (min-width: 431px) {
  .typed_con .clm h1 {
    font-size: 32px;
  }

  .typed_con .clm h1 span {
    font-size: 17px;
  }
}

.typed_con .clm h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
  background-color: #E66F89;
  line-height: 1;
  padding: 10px 25px 13px;
  border-radius: 100px;
}

.typed_con .clm h2 span {
  font-size: 16px;
  display: inline-block;
}

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

  .typed_con .clm h2 span {
    font-size: 4vw;
  }
}

.typed_con .clm .lead {
  font-size: 16px;
  text-align: center;
}

.typed_con .clm .box_w {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 15px;
  padding: 30px 15px 30px;
}

.typed_con .clm .box_w .sub_lead {
  font-size: 14px;
  text-align: left;
}

.typed_con .clm .in_box {
  margin-top: 20px;
  position: relative;
}

.typed_con .clm .note {
  text-align: left;
  margin-top: 30px;
}

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

.typed_con .clm .item_info {
  margin-top: 40px;
}

.typed_con .con_bg {
  position: relative;
}

.typed_con .con_bg .con_bg_img {
  position: absolute;
  top: -196px;
  left: -8px;
  width: 100vw;
  max-width: 100vw;
}

@media screen and (min-width: 431px) {
  .typed_con .con_bg .con_bg_img {
    left: -189px;
    width: 758px;
    max-width: 758px;
  }
}

.typed_con .con_bg .con_bg_img img {
  width: 100vw;
  max-width: 100vw;
}

@media screen and (min-width: 431px) {
  .typed_con .con_bg .con_bg_img img {
    width: 758px;
    max-width: 758px;
  }
}

.typed_con .con_bg .box_w {
  position: relative;
  z-index: 3;
  padding-bottom: 10px;
}

.typed_con .clm01 {
  position: relative;
}

.typed_con .clm01 .box_w {
  background: #FFE3EB;
  padding-bottom: 30px;
  position: relative;
}

.typed_con .clm01 .box_w::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/shimamura/res/type_d/wdeo-lady2025/img/bg_clm01_up.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}

.typed_con .clm01 .box_w::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/shimamura/res/type_d/wdeo-lady2025/img/bg_clm01_btm.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.typed_con .clm01 h2,
.typed_con .clm01 h1 {
  position: relative;
  z-index: 1;
}

.typed_con .clm01 .in_box {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.typed_con .clm01 .in_box:last-child {
  margin-bottom: 10px;
}

.typed_con .clm01 .note {
  position: relative;
  z-index: 1;
  margin-left: 10px;
}

.typed_con .clm10 .box_w {
  background-color: #A9E7E5;
}

.typed_con .clm10 .box_w::before {
  background-image: url(/shimamura/res/type_d/wdeo-lady2025/img/img250528/bg_clm01_up.png);
}

.typed_con .clm10 .box_w::after {
  background-image: url(/shimamura/res/type_d/wdeo-lady2025/img/img250328/bg_clm10_btm.png);
}

.typed_con .anc_blc {
  position: relative;
  padding-top: 20px;
}

.typed_con .anc_blc::before {
  content: "";
  display: block;
  width: 455px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-image: url(/shimamura/res/type_d/wdeo-lady2025/img/bg_anc_blc_up.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

@media screen and (max-width: 455px) {
  .typed_con .anc_blc::before {
    width: 110vw;
    left: -5vw;
    transform: none;
  }
}

.typed_con .anc_blc .clm {
  background-image: url(/shimamura/res/type_d/wdeo-lady2025/img/bg_clm_btm.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 455px) {
  .typed_con .anc_blc .clm {
    background-size: 110vw auto;
    background-position: bottom left -5vw;
  }
}

.typed_con .anc_blc .clm .innr {
  padding: 20px 0 40px;
}

.typed_con .anc_blc h2 {
  position: relative;
  z-index: 1;
  background-color: #00A9B2;
  margin-bottom: 0;
}

.typed_con .anc_blc .lead {
  text-align: left;
}

.typed_con .anc_blc .box_w h3 {
  margin-bottom: 20px;
}

.typed_con .anc_blc .box_w .inr02 {
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

.typed_con .anc_blc .ico_box {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.typed_con .anc_blc .ico_box .ico {
  width: 64px;
}

.typed_con .anc_blc .ico_box .txt {
  width: calc(100% - 64px);
  padding-left: 10px;
  text-align: left;
}

.typed_con .anc_blc .ico_box .txt p {
  font-size: 14px;
  line-height: 1.3;
}

.typed_con .anc_blc .ico_box .txt p.ttl {
  font-size: 16px;
  font-weight: 700;
}

.typed_con .clm .ttl_front {
  position: relative;
  z-index: 10;
}

.typed_con .clm02 {
  position: relative;
  background-image: none !important;
}

.typed_con .clm02::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -80px;
  background-image: url(/shimamura/res/type_d/wdeo-lady2025/img/bg_clm02_btm.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

@media screen and (max-width: 455px) {
  .typed_con .clm02::after {
    background-size: 110vw auto;
    background-position: bottom left -5vw;
  }
}

.typed_con .clm02 .inr02 {
  position: relative;
  z-index: 1;
}

.typed_con .clm02 .innr {
  padding-bottom: 0 !important;
}

.typed_con .clm02 .in_box {
  margin-bottom: 20px;
}

.typed_con .clm02 .in_box .ttl {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.typed_con .clm02 .in_box img {
  margin-bottom: 20px;
}

.typed_con .clm02 .grd_bg {
  background: linear-gradient(180deg, rgba(0, 174, 227, 0.3176470588) 0%, rgba(149, 192, 230, 0.3411764706) 52.5%, rgba(237, 141, 151, 0.3058823529) 53.5%, rgba(255, 110, 110, 0.3254901961) 100%);
  padding: 5px 10px 0;
  margin-top: 13px;
}

.typed_con .clm03 .txt_spr {
  font-size: 12px;
  vertical-align: super;
}

.typed_con .clm03 .lead {
  margin-bottom: 10px;
}

.typed_con .clm03 .box_w {
  position: relative;
  z-index: 1;
}

.typed_con .clm04 .note {
  font-size: 10px;
  line-height: 1.5;
  margin: 10px 0 30px;
}

.typed_con .clm10 h2 {
  background-color: #00A9B2;
}

.typed_con .clm50 .innr {
  padding: 40px 0 0;
}

.typed_con .clm50 .box_w {
  background: linear-gradient(135deg, #F9D1CB 0%, #F19EC2 100%);
}

.typed_con .clm50 h2 {
  background-color: #EB82A1;
  min-width: 140px;
}

.typed_con .clm50 .btn_area {
  padding: 10px 0 0;
}

.typed_con .clm50 .btn_area .btn_store {
  background-image: url(../img/img250417/ico_arrw.svg);
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: right 20px center;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.4);
}

.typed_con .clm50 .btn_area .btn_store span {
  background-image: none !important;
  padding-left: 0;
}

.typed_con .clm2505D .innr {
  padding: 40px 0 0;
}

@media screen and (max-width: 430px) {
  .typed_con .clm2505D .innr {
    padding: 40px 0 0 !important;
  }
}

.typed_con .clm2505D .box_w {
  padding: 30px 15px;
  border-radius: 10px 10px 0 0;
}

.typed_con .clm2505D .box_w::after {
  display: none;
}

.typed_con .clm2505B .innr {
  padding: 0;
}

@media screen and (max-width: 430px) {
  .typed_con .clm2505B .innr {
    padding: 0 0 !important;
  }
}

.typed_con .clm2505B .box_w {
  background-color: #AEDDCB;
  margin-top: 0;
  padding: 30px 15px;
  border-radius: 0;
}

.typed_con .clm2505B .box_w::before {
  background-image: url(/shimamura/res/type_d/wdeo-lady2025/img/img250528/bg_clm2505B_up.png);
}

.typed_con .clm2505B .box_w::after {
  display: none;
}

.typed_con .clm2505C .innr {
  padding: 0;
}

@media screen and (max-width: 430px) {
  .typed_con .clm2505C .innr {
    padding: 0 0 !important;
  }
}

.typed_con .clm2505C .box_w {
  background-color: #C3D1E8;
  margin-top: 0;
  padding: 30px 15px;
  border-radius: 0;
}

.typed_con .clm2505C .box_w::before {
  background-image: url(/shimamura/res/type_d/wdeo-lady2025/img/img250528/bg_clm2505C_up.png);
}

.typed_con .clm2505C .box_w::after {
  display: none;
}

.typed_con .clm2505A .box_w {
  margin-top: 0;
  border-radius: 0 0 10px 10px;
}

.typed_con .clm2505A .box_w::before {
  background-image: url(/shimamura/res/type_d/wdeo-lady2025/img/img250528/bg_clm2505A_up.png);
}

.typed_con .clm2505A .innr {
  padding: 0 0 50px;
}

.typed_con .clm_btm .box_w {
  padding-top: 40px;
  margin-top: 50px;
  overflow: visible;
}

.typed_con .clm_btm .box_w .cate_ttl {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.typed_con .clm_btm .in_anc_blc {
  margin-top: 60px;
}