@charset "UTF-8";
@media (max-width: 740px) {
  #pagetop {
    bottom: 65px;
  }
}

/* このクラスをbodyに追加して、背景のスクロールを固定します */
body.modal-open {
  position: fixed;
  /* 位置を固定 */
  width: 100%;
  /* 横幅を100%に保つ */
  overflow: hidden;
  /* iOSでのスクロールを防止 */
}

.typed_con .con_nav {
  position: fixed;
  top: 100px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  z-index: 5;
  right: -120%;
  opacity: 0;
  transition: 1s all;
}

.typed_con .con_nav.active {
  right: 0;
  opacity: 1;
}

.typed_con .con_nav>div {
  border-bottom: 2px solid #fff;
  width: 50px;
  height: 73px;
  position: relative;
}

.typed_con .con_nav>div:last-child {
  border: none;
}

.typed_con .con_nav>div a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.typed_con .con_nav>div a span {
  display: none;
}

.typed_con .con_nav>div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.typed_con .con_nav>div.sub_nav01 {
  background-color: #EE8593;
}

.typed_con .con_nav>div.sub_nav02 {
  background-color: #057BB6;
}

.typed_con .con_nav>div.sub_nav03 {
  background-color: #F08309;
}

.typed_con .con_nav>div.sub_nav04 {
  background-color: #DBB754;
}

.typed_con .con_nav>div.sub_nav05 {
  background-color: #007F79;
}

@media screen and (max-width: 430px) {
  .typed_con .con_nav {
    top: auto;
    bottom: -120%;
    right: 0;
    width: 100%;
    display: flex;
    border-radius: 10px 10px 0 0;
    border: 2px solid #fff;
  }

  .typed_con .con_nav.active {
    bottom: 0;
  }

  .typed_con .con_nav>div {
    width: 20%;
    height: auto;
    border: none;
  }

  .typed_con .con_nav>div:not(last-child) {
    border-right: 2px solid #fff;
  }

  .typed_con .con_nav>div a {
    padding: 15px 0;
  }

  .typed_con .con_nav>div a img {
    display: none;
  }

  .typed_con .con_nav>div a span {
    display: inline-block;
    font-size: 3vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 100%;
  }
}

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

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

.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 .y_line {
  text-align: center;
}

.typed_con .y_line span {
  color: #000000;
  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: #000000;
  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: #000000;
  transform: translateY(-50%) rotate(15deg);
  position: absolute;
  right: 0;
  top: 53%;
}

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

.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_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;
}

.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;
  margin-left: 0;
  display: block;
  width: 175px;
  background-size: 25px auto;
  background-position: left center;
  padding: 10px 0 10px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.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;
}

.typed_con .btn_area .item_search {
  margin: 30px 0 0px;
  background-color: #fff;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  border-radius: 5px;
  padding: 20px 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px #000000;
}

.typed_con .btn_area .item_search span {
  font-size: 14px;
  color: #000000;
  position: relative;
  padding-right: 35px;
}

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

.typed_con .btn_area .item_search_note {
  text-align: left;
  margin-top: 20px;
}

.typed_con .btn_area .item_search_note p {
  font-size: 10px;
  text-indent: -1em;
  margin-left: 1em;
}

@media (max-width: 414px) {

  .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;
  position: relative;
}

.typed_con #movie .mv_blc {
  margin-bottom: 40px !important;
}

@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;
}

.typed_con #movie .mv_blc iframe.short {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/16;
}

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

.typed_con .lineM span {
  color: #000000;
  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 #movie .mv_blc {
  margin-bottom: 80px;
}

.typed_con #movie .mv_blc .dummy {
  width: 316px;
  height: 565px;
  margin: 0 auto;
}

.typed_con .con_head {
  padding: 0 0;
}

.typed_con .mv_bg {
  background-color: #ece6df;
  padding: 40px 0 0;
}

.typed_con .mv_bg .clm {
  padding: 0;
}

.typed_con .mv_bg h1.mvttl {
  text-align: left;
  margin-bottom: 20px;
}

@media screen and (max-width: 430px) {
  .typed_con .mv_bg h1.mvttl {
    margin-bottom: 0;
  }
}

.typed_con .main_blc {
  text-align: center;
  padding: 40px 0 40px;
}

.typed_con .main_blc .mv_img_blc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.typed_con .main_blc .mv_img_blc>div {
  width: 33.3%;
  opacity: 0;
  transform: scale(1.3);
  will-change: clip-path, opacity, transform;
  transition: opacity 1.5s ease-in-out var(--stagger, 0s), transform 0s 1.5s, -webkit-clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) var(--stagger, 0s);
  transition: clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) var(--stagger, 0s), opacity 1.5s ease-in-out var(--stagger, 0s), transform 0s 1.5s;
  transition: clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) var(--stagger, 0s), opacity 1.5s ease-in-out var(--stagger, 0s), transform 0s 1.5s, -webkit-clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) var(--stagger, 0s);
}

.typed_con .main_blc .mv_img_blc>div.from-left {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.typed_con .main_blc .mv_img_blc>div.from-right {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}

.typed_con .main_blc .mv_img_blc>div.is-visible {
  opacity: 1 !important;
  transform: scale(1) !important;
  -webkit-clip-path: inset(0 0 0 0) !important;
  clip-path: inset(0 0 0 0) !important;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1) var(--stagger, 0s), opacity 1.5s ease-in-out var(--stagger, 0s), -webkit-clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) var(--stagger, 0s);
  transition: clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) var(--stagger, 0s), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1) var(--stagger, 0s), opacity 1.5s ease-in-out var(--stagger, 0s);
  transition: clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) var(--stagger, 0s), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1) var(--stagger, 0s), opacity 1.5s ease-in-out var(--stagger, 0s), -webkit-clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) var(--stagger, 0s);
}

.typed_con .main_blc .mv_img_blc>div img {
  max-width: 97%;
  height: auto;
  display: block;
}

.typed_con .main_blc .mv_img_blc>div:nth-child(4),
.typed_con .main_blc .mv_img_blc>div:nth-child(5),
.typed_con .main_blc .mv_img_blc>div:nth-child(6) {
  margin-top: -15px;
}

.typed_con .bgA {
  background-color: rgba(238, 133, 147, 0.3);
}

.typed_con .bgA>.clm {
  background-color: #fff;
}

.typed_con .bgB {
  background-color: rgba(5, 123, 182, 0.3);
}

.typed_con .bgB>.clm {
  background-color: #fff;
}

.typed_con .bgC {
  background-color: rgba(240, 131, 9, 0.3);
}

.typed_con .bgC>.clm {
  background-color: #fff;
}

.typed_con .bgD {
  background-color: rgba(219, 183, 84, 0.3);
}

.typed_con .bgD>.clm {
  background-color: #fff;
}

.typed_con .bgE {
  background-color: rgba(0, 127, 121, 0.3);
}

.typed_con .bgE>.clm {
  background-color: #fff;
}

.typed_con .clm {
  overflow: hidden;
  max-width: 414px;
  padding: 0 0 40px;
  text-align: center;
  margin: 0 auto;
}

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

.typed_con .clm .box_w {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 25px 15px 15px;
  position: relative;
}

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

.typed_con .anc_blc ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 10px;
}

.typed_con .anc_blc ul li {
  width: calc((100% - 20px) / 3);
  box-sizing: border-box;
}

.typed_con .anc_blc ul li:nth-child(3),
.typed_con .anc_blc ul li:last-child {
  padding-right: 0;
}

.typed_con .anc_blc ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #EE8593;
  border-radius: 5px;
  display: block;
  width: 100%;
  line-height: 1;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 8px 0 12px;
}

.typed_con .anc_blc ul li a span {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 3px 7px;
  margin-top: 5px;
}

.typed_con .anc_blc ul li:nth-child(2) a {
  background-color: #057BB6;
}

.typed_con .anc_blc ul li:nth-child(3) a {
  background-color: #F08309;
}

.typed_con .anc_blc ul li:nth-child(4) a {
  background-color: #DBB754;
}

.typed_con .anc_blc ul li:nth-child(5) a {
  background-color: #007F79;
}

@media screen and (max-width: 375px) {
  .typed_con .anc_blc ul {
    margin-top: 2.5vw;
  }

  .typed_con .anc_blc ul img {
    height: 6.2vw;
    width: auto;
  }
}

.typed_con .tgl_blc {
  padding: 30px 13px;
}

.typed_con .tgl_blc .tgl_w_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
}

.typed_con .tgl_blc .button-container {
  padding: 20px 20px 0;
}

.typed_con .tgl_blc #open_tgl {
  background-color: #115377;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0 0 10px 10px;
  margin: 10px 0 20px;
  padding: 10px 45px;
  margin: 20px 0 0;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.typed_con .tgl_blc #open_tgl::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  position: absolute;
  right: 14px;
  top: 50%;
  background-image: url(/shimamura/res/type_d/shimadeni-2026ss/img/ico_arrw_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%) rotate(90deg);
}

.typed_con .tgl_blc h2 {
  font-size: 30px;
  font-weight: 700;
  color: #115377;
  line-height: 1;
  margin-bottom: 15px;
}

.typed_con .tgl_blc .lead {
  font-size: 14px;
  font-weight: 600;
  color: #115377;
  line-height: 1.4;
  margin-bottom: 20px;
}

.typed_con .tgl_blc .tgl_body {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
  padding: 0 0;
  border-top: none;
}

.typed_con .tgl_blc .tgl_body .tgl_body_in {
  padding: 0px 20px 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.typed_con .tgl_blc .tgl_body .tgl_body_in .leadB {
  font-size: 14px;
  font-weight: 600;
  color: #115377;
  line-height: 1.4;
  margin: 20px 0 10px;
}

.typed_con .tgl_blc .tgl_body .tgl_body_in h2 {
  font-size: 30px;
  color: #115377;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.typed_con .tgl_blc .tgl_body .result {
  display: flex;
  justify-content: space-between;
}

.typed_con .tgl_blc .tgl_body .result li {
  width: calc((100% - 20px) / 3);
  cursor: pointer;
}

.typed_con .tgl_blc .tgl_body .result li.active {
  opacity: 1;
  /* 選択されたボタンは不透明に */
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.7);
  /* 例：青い影をつける */
  border-radius: 4px;
}

.typed_con .tgl_blc .tgl_body .result li img {
  width: 100%;
}

.typed_con .tgl_blc.open {
  padding: 15px;
  border-top: 1px solid #ddd;
}

.typed_con .clm01 .innr {
  padding: 40px 33px 0;
}

@media screen and (max-width: 375px) {
  .typed_con .clm01 .innr {
    padding: 40px 13px 0;
  }
}

.typed_con .clm02 {
  background-image: url(/shimamura/res/type_d/shimadeni-2026ss/img/clm20_bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 20px 0 0;
}

.typed_con .clm02 .kansyu_blc {
  border-top: 1px solid #707070;
  padding-top: 20px;
  margin-top: 20px;
}

.typed_con .clm02 .kansyu_blc p {
  font-size: 12px;
  text-align: left;
}

.typed_con .clm02 .kansyu_blc .up_blc {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.typed_con .clm02 .kansyu_blc .up_blc .img_blc {
  width: 40.5%;
}

.typed_con .clm02 .kansyu_blc .up_blc .txt_blc {
  width: 59.5%;
  padding-left: 15px;
  text-align: left;
}

.typed_con .clm02 .kansyu_blc .up_blc .txt_blc .label {
  font-size: 12px;
  font-weight: 700;
}

.typed_con .clm02 .kansyu_blc .up_blc .txt_blc .name {
  font-size: 14px;
  font-weight: 700;
}

.typed_con .clm02 .kansyu_blc .up_blc .txt_blc .name span {
  font-size: 12px;
  font-weight: 700;
}

.typed_con .clm02 .kansyu_blc .up_blc .txt_blc ul li {
  font-size: 12px;
}

.typed_con .con_bg {
  padding: 40px 0 20px;
  position: relative;
}

.typed_con .con_bg .innr {
  position: relative;
  z-index: 2;
}

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

.typed_con .clm_item h2 {
  margin-bottom: 0;
}

.typed_con .clm_item .item_img {
  margin-top: 40px;
  padding: 0 13px;
}

.typed_con .clm_item .btm_blc {
  padding: 30px 0 50px;
  margin-top: 10px;
}

.typed_con .clm_item .btm_blc ul li {
  margin-bottom: 20px;
}

.typed_con .clm_item .btm_blc ul li a {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  padding: 24px 0;
  width: 86%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  background-image: url(/shimamura/res/type_d/shimadeni-2025aw/img/ico_arrw_blk_right.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: right 20% center;
}

.typed_con .clm_item .btm_blc .item_no {
  font-size: 16px;
}

.typed_con .f_ani {
  opacity: 0;
  transform: translateY(40px);
  will-change: opacity, transform;
  transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.typed_con .f_ani.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.typed_con .btn_blc.lst {
  padding: 40px 0;
  background-color: #275173;
}

.typed_con .btn_blc.lst .clm {
  padding: 0;
}

.typed_con .btn_blc.lst .btn_area {
  padding: 0;
}

.typed_con .btn_blc.lst .item_search_note p {
  color: #fff;
}

/* 背景固定用のbody設定 */
body.modal-open {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* モーダル外枠：画面全体を完全にロック */
#modal-main {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 2147483647 !important;
  display: none;
}

#modal-main.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 背景オーバーレイ */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* モーダルコンテンツ：画面いっぱいに広げる */
/* 閉じるボタン：常に最前面の右上に固定 */
.modal-close-btn {
  position: fixed !important;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 100;
  cursor: pointer;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.modal-container {
  /* 最初は非表示 */
  display: none;
  position: fixed;
  /* 画面に固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  /* 他の要素より手前に表示 */
  /* 中央揃えのためのFlexbox */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 非表示/表示を滑らかにする */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

/* モーダル表示時のスタイル */
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/* 背景の黒いオーバーレイ */
.modal-overlay {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* 半透明の黒 */
  background-image: url(/shimamura/res/type_d/shimadeni-2026ss/img/clm20_bg_pc.jpg);
  background-size: cover;
  background-position: top center;
}

/* モーダルのコンテンツ部分 */
.modal-content {
  position: absolute;
  top: 20px;
  background-color: #fff;
  width: calc(100% - 26px);
  border-radius: 10px;
  max-width: 414px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  transform: scale(0.9);
  transition: transform 0.3s;
}

.modal-content .modal-body {
  height: 80vh;
  overflow-y: scroll;
}

.modal-container.active .modal-content {
  transform: scale(1);
}

/* 閉じるボタン */
.modal-close-btn {
  position: absolute;
  top: -19px;
  right: -12px;
  background: none;
  border: none;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: color 0.2s;
  border-radius: 100px;
  background-color: #115377;
}

.modal-close-btn:hover {
  color: #fff;
}

/* モーダル内に表示されるコンテンツのスタイル */
.modal-body .ttl_blc {
  background-color: #115377;
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
  text-align: center;
}

.modal-body .ttl_blc h3 {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
}

.modal-body .ttl_blc h3 span {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}

.modal-body .ttl_blc .sub_ttl {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.modal-body .ttl_blc .sub_ttl span {
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  background-color: #FFA3C0;
  border-radius: 100px;
  margin-right: 3px;
  padding: 4px 5px;
}

.modal-body .ttl_blc .sub_ttl.wave span {
  background-color: #B7DD62;
}

.modal-body .ttl_blc .sub_ttl.natural span {
  background-color: #5DCBFD;
}

.modal-body .btm_box {
  padding: 20px;
  text-align: center;
}

.modal-body .btm_box .ttl {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background-color: #115377;
  display: inline-block;
  line-height: 1;
  padding: 7px 0;
  width: 9em;
  border-radius: 100px;
  margin-bottom: 10px;
  text-align: center;
}

.modal-body .btm_box .blc_two {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.modal-body .btm_box .blc_two .img_blc {
  width: 20%;
}

.modal-body .btm_box .blc_two .txt_blc {
  width: 80%;
  padding-left: 15px;
  text-align: left;
  font-size: 14px;
}

.modal-body .btm_box .item_name {
  margin: 10px 0 20px;
  text-align: center;
}

.modal-body .btm_box p {
  text-align: left;
  font-weight: 500;
}

.modal-body .btm_box .item_boxB {
  border-radius: 16px;
  border: 2px solid #F08309;
  margin: 20px 0 30px;
  padding: 15px 13px;
}

.modal-body .btm_box .item_boxB.tepered {
  border: 2px solid #057BB6;
}

.modal-body .btm_box .item_boxB.flare {
  border: 2px solid #DBB754;
}

.modal-body .btm_box .item_boxB.skinny {
  border: 2px solid #EE8593;
}

.modal-body .btm_box .item_boxB.wide {
  border: 2px solid #007F79;
}

.modal-body .btm_box .item_boxB.cocoon {
  border: 2px solid #EE8593;
}

.modal-body .btm_box .item_boxB p span.line {
  background: linear-gradient(transparent 60%, #FFFA89 60%);
}

.modal-body .btm_box .btn_blc {
  padding-bottom: 30px;
}

.modal-body .btm_box .btn_blc.line_btm {
  border-bottom: 1px dotted #707070;
  margin-bottom: 30px;
}

.modal-body .btm_box .btn_blc ul li a {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  padding: 24px 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  background-image: url(/shimamura/res/type_d/shimadeni-2025aw/img/ico_arrw_blk_right.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: right 20% center;
  text-align: center;
  color: #000;
  text-decoration: none;
}

.modal-body p {
  line-height: 1.4;
}

/* 元のコンテンツは非表示にしておく */
.content-sources {
  display: none;
}