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

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

.typed_con {
  /* モーダル表示時のスタイル */
  /* 背景の黒いオーバーレイ */
  /* モーダルのコンテンツ部分 */
  /* 閉じるボタン */
  /* モーダル内に表示されるコンテンツのスタイル */
  /* 元のコンテンツは非表示にしておく */
}

.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: #D13946;
}

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

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

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

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

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

.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: 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: 30px !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: 316px;
  height: 565px;
}

@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: 20px 0 0;
}

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

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

.typed_con .clm h1 {
  text-align: left;
  margin-bottom: 20px;
  transform: translateX(-7px);
}

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

.typed_con .anc_blc ul li {
  margin-bottom: 25px;
  padding-right: 10px;
  width: 33%;
}

.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: #D13946;
  border: 2px solid #fff;
  border-radius: 100px;
  display: inline-block;
  width: 100%;
  line-height: 1;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 8px 0 16px;
  background-image: url(/shimamura/res/type_d/shimadeni-2025aw/img/ico_arrow_btm.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: center bottom 5px;
}

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

.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: #007F79;
}

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

@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 .lead {
  font-size: 16px;
  font-weight: 700;
  color: #DBB754;
  line-height: 1.4;
}

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

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

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

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

.typed_con .tgl_blc .tgl_body .tgl_body_in .leadB {
  font-size: 16px;
  font-weight: 700;
  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 .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;
}

.typed_con .modal-container.active {
  opacity: 1;
  visibility: visible;
}

.typed_con .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* 半透明の黒 */
}

.typed_con .modal-content {
  position: relative;
  /* 閉じるボタンの位置の基準 */
  background-color: white;
  width: calc(100% - 50px);
  max-width: 414px;
  /* 最大幅を指定 */
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transform: scale(0.9);
  transition: transform 0.3s;
}

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

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

.typed_con .modal-close-btn {
  position: absolute;
  top: 12px;
  right: -17px;
  background: none;
  border: none;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: color 0.2s;
  border-radius: 100px;
  background-color: #115377;
}

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

.typed_con .modal-body .ttl_blc {
  background-color: #000;
  padding: 10px 0;
}

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

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

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

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

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

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

.typed_con .modal-body .btm_box {
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.typed_con .content-sources {
  display: none;
}

.typed_con .clm02 {
  background-color: #115377;
  padding: 20px 0 0;
}

.typed_con .clm02 .kansyu_blc {
  border-top: 1px dashed #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: -50px;
}

.typed_con .clm_item .btm_blc {
  background-color: #D13946;
  padding: 20px 0;
  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;
  color: #fff;
}

.typed_con .clm_item.clmB .btm_blc {
  background-color: #EE8593;
}

.typed_con .clm_item.clmC .btm_blc {
  background-color: #F08309;
}

.typed_con .clm_item.clmD .btm_blc {
  background-color: #007F79;
}

.typed_con .clm_item.clmE .btm_blc {
  background-color: #DBB754;
}