@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@media (max-width: 740px) {
  #pagetop {
    bottom: 60px;
  }
}

.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: 60px 0 60px;
  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%;
  left: 50%;
  transform: translate(-50%, -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: auto;
  aspect-ratio: 16/9;
  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: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.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 .clm {
  width: 470px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.typed_con .hdr {
  background-image: url("../img/hdr_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 140px;
  overflow: hidden;
}

.typed_con .hdr::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background-image: linear-gradient(to bottom, rgba(19, 140, 216, 0.8), rgba(19, 140, 216, 0));
}

.typed_con .hdr::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41.3%;
  background-image: linear-gradient(to top, rgba(19, 140, 216, 0.8), rgba(19, 140, 216, 0));
}

.typed_con .hdr .clm {
  position: relative;
  z-index: 5;
  padding: 90px 30px 40px;
}

@media screen and (max-width: 430px) {
  .typed_con .hdr .clm {
    padding: 90px 24px 40px;
  }

  .typed_con .hdr .clm h1 img {
    max-width: 70.28vw;
  }
}

.typed_con .hdr .clm.mv {
  background-image: url(../img/ico_hdr03.png);
  background-repeat: no-repeat;
  background-size: 441px auto;
  background-position: top 80px center;
}

@media screen and (max-width: 430px) {
  .typed_con .hdr .clm.mv {
    background-size: 105vw auto;
  }
}

.typed_con .hdr .clm .con_blc {
  position: relative;
  z-index: 5;
}

.typed_con .hdr .clm .ico_hdr01 {
  position: absolute;
  top: -25px;
  left: -190px;
  opacity: 0.4;
}

@media screen and (max-width: 430px) {
  .typed_con .hdr .clm .ico_hdr01 {
    width: 64.4vw;
    top: -17.6vw;
    left: -35.9vw;
  }
}

.typed_con .hdr .clm .ico_hdr02 {
  position: absolute;
  top: -100px;
  right: -100px;
  opacity: 0.6;
}

@media screen and (max-width: 430px) {
  .typed_con .hdr .clm .ico_hdr02 {
    width: 46.4vw;
    top: -8.6vw;
    right: -4.9vw;
  }
}

.typed_con .hdr .clm .ico_hdr04 {
  position: absolute;
  bottom: -50px;
  right: -110px;
  opacity: 0.4;
}

@media screen and (max-width: 430px) {
  .typed_con .hdr .clm .ico_hdr04 {
    width: 42.4vw;
    bottom: -14.6vw;
    right: -13.9vw;
  }
}

.typed_con .hdr .clm .ico_hdr05 {
  position: absolute;
  bottom: -80px;
  left: -80px;
  opacity: 0.4;
}

@media screen and (max-width: 430px) {
  .typed_con .hdr .clm .ico_hdr05 {
    width: 46.4vw;
    bottom: -28.6vw;
    left: -12.9vw;
  }
}

.typed_con .hdr .lead {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

@media screen and (max-width: 430px) {
  .typed_con .hdr .lead {
    font-size: 4.3vw;
  }

  .typed_con .hdr .lead br {
    display: none;
  }
}

.typed_con .hdr .btn_area {
  padding: 30px 0 0px;
}

.typed_con .hdr .btn_area .btn {
  width: 100%;
  padding: 15px 0;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to right, #F9FFCB, #DEEB7A);
}

.typed_con .hdr .btn_area .btn span {
  color: #00319F;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  width: 100%;
  background-image: url(../img/ico_btnArrw.svg);
  background-repeat: no-repeat;
  background-size: 13px 24px;
  background-position: right 15px center;
}

@media screen and (max-width: 430px) {
  .typed_con .hdr .btn_area .btn span {
    font-size: 5.5vw;
  }
}

@media screen and (max-width: 430px) {
  .typed_con .hdr .clmttl {
    padding: 20px 0px 0;
  }
}

.typed_con .hdr .clmttl h2 {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  margin-top: 40px;
}

@media screen and (max-width: 430px) {
  .typed_con .hdr .clmttl h2 {
    font-size: 8.5vw;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.typed_con .bdy {
  background-image: url("../img/con_bg02.jpg");
  width: 100%;
  background-repeat: repeat;
  background-position: top center;
}

.typed_con .bdy h2 {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 430px) {
  .typed_con .bdy h2 {
    font-size: 6vw;
  }
}

.typed_con .bdy .clm .innr {
  padding: 0 30px;
}

@media screen and (max-width: 430px) {
  .typed_con .bdy .clm .innr {
    padding: 0 7.2vw;
  }
}

.typed_con .bdy .btn_area {
  padding: 60px 3.1vw;
}

.typed_con .clm .bln_ttl {
  color: #F9FFCB;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  background-color: #00319F;
  line-height: 1;
  padding: 8px 20px;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 430px) {
  .typed_con .clm .bln_ttl {
    font-size: 4.5vw;
    padding: 6px 15px;
  }
}

.typed_con .clm .bln_ttl::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 0;
  border-color: #00319F transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
}

.typed_con .tab-container {
  position: relative;
  top: -160px;
  z-index: 5;
}

@media screen and (max-width: 430px) {
  .typed_con .tab-container {
    padding: 0 3.1vw;
    top: -31.4vw;
  }
}

.typed_con .tab-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 177, 239, 0.7);
}

@media screen and (max-width: 430px) {
  .typed_con .tab-container::before {
    top: 31.4vw;
  }
}

.typed_con .tab-container .tab-buttons {
  display: flex;
  padding: 0;
  align-items: end;
  justify-content: space-between;
  width: 470px;
  max-width: 100%;
  margin: 0 auto;
  gap: 0 5px;
}

.typed_con .tab-container .tab-buttons .tab-button {
  width: 100%;
  border: none;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  box-shadow: 0 -2px 5px -1px rgba(0, 0, 0, 0.2);
  height: 160px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top 20px center;
}

@media screen and (max-width: 430px) {
  .typed_con .tab-container .tab-buttons .tab-button {
    background-position: top 4vw center;
  }
}

@media screen and (max-width: 430px) {
  .typed_con .tab-container .tab-buttons .tab-button {
    height: 31.4vw;
  }
}

.typed_con .tab-container .tab-buttons .tab-button span {
  color: #1AB1EF;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 430px) {
  .typed_con .tab-container .tab-buttons .tab-button span {
    font-size: 3.2vw;
    bottom: 3vw;
  }
}

.typed_con .tab-container .tab-buttons .tab-button span img {
  width: 90px;
}

.typed_con .tab-container .tab-buttons .tab-button.con01 {
  background-image: url(../img/ico_tab01.svg);
  background-size: 47.5% auto;
}

.typed_con .tab-container .tab-buttons .tab-button.con02 {
  background-image: url(../img/ico_tab02.svg);
  background-size: 55% auto;
}

.typed_con .tab-container .tab-buttons .tab-button.con03 {
  background-image: url(../img/ico_tab03.svg);
  background-size: 43% auto;
  background-position: top 30px center;
}

@media screen and (max-width: 430px) {
  .typed_con .tab-container .tab-buttons .tab-button.con03 {
    background-position: top 6vw center;
  }
}

.typed_con .tab-container .tab-buttons .tab-button.con04 {
  background-image: url(../img/ico_tab04.svg);
  background-size: 38% auto;
}

.typed_con .tab-container .tab-buttons .tab-button.con04 span {
  bottom: 14px;
}

@media screen and (max-width: 430px) {
  .typed_con .tab-container .tab-buttons .tab-button.con04 span {
    bottom: 1.5vw;
  }
}

.typed_con .tab-container .tab-buttons .tab-button.active {
  background-color: #1AB1EF;
}

.typed_con .tab-container .tab-buttons .tab-button.active span {
  color: #F9FFCB;
}

.typed_con .tab-container .tab-buttons .tab-button.active.con01 {
  background-image: url(../img/ico_tab01_on.svg);
}

.typed_con .tab-container .tab-buttons .tab-button.active.con02 {
  background-image: url(../img/ico_tab02_on.svg);
}

.typed_con .tab-container .tab-buttons .tab-button.active.con03 {
  background-image: url(../img/ico_tab03_on.svg);
}

.typed_con .tab-container .tab-buttons .tab-button.active.con04 {
  background-image: url(../img/ico_tab04_on.svg);
}

.typed_con .tab-container .tab-content {
  position: relative;
  z-index: 5;
}

.typed_con .tab-container .tab-content .bln_ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 430px) {
  .typed_con .tab-container .tab-content .bln_ttl {
    margin-bottom: 20px;
  }
}

.typed_con .tab-container .tab-content .clm {
  padding-bottom: 0;
}

.typed_con .tab-container .tab-content[aria-hidden=true] {
  display: none !important;
}

.typed_con .tab-container .tab-content[aria-hidden=false] {
  display: block;
}

.typed_con .slider-block {
  width: 100%;
  max-width: 410px;
  position: relative;
  z-index: 1;
}

.typed_con .slider-block:not(:last-child) {
  margin: 40px auto;
  padding-bottom: 40px;
  border-bottom: 1px dotted #fff;
}

.typed_con .slider-block:first-child {
  margin: 0 0 40px;
}

.typed_con .slider-block .main-slider-bg {
  display: block;
  border-radius: 30px 30px 0 0;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 411px;
  background-image: linear-gradient(to bottom, #F9FFCB, rgba(255, 255, 255, 0.25));
  z-index: 1;
}

@media screen and (max-width: 430px) {
  .typed_con .slider-block .main-slider-bg {
    height: 81vw;
    top: 6vw;
  }
}

.typed_con .slider-block::before {
  content: "";
  display: block;
  position: absolute;
  width: 190px;
  height: 200px;
  background-image: url(../img/ico_item01.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 14px;
  right: -80px;
  z-index: 2;
  opacity: 0.5;
}

@media screen and (max-width: 430px) {
  .typed_con .slider-block::before {
    width: 35.5vw;
    height: 48.3vw;
    right: -14.3vw;
    top: 5.5vw;
  }
}

.typed_con .slider-block::after {
  content: "";
  display: block;
  position: absolute;
  width: 230px;
  height: 145px;
  background-image: url(../img/ico_item02.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 305px;
  left: -124px;
  z-index: 2;
  opacity: 0.6;
}

@media screen and (max-width: 430px) {
  .typed_con .slider-block::after {
    width: 48.55vw;
    height: 30.02vw;
    top: 58vw;
    left: -33vw;
  }
}

.typed_con .slider-block img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.typed_con .slider-block .txt_blc {
  margin-top: 30px;
  position: relative;
  z-index: 3;
}

.typed_con .slider-block .txt_blc p,
.typed_con .slider-block .txt_blc span {
  color: #fff;
}

.typed_con .slider-block .txt_blc .item_name {
  font-size: 23px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
}

@media screen and (max-width: 430px) {
  .typed_con .slider-block .txt_blc .item_name {
    font-size: 5.5vw;
  }
}

.typed_con .slider-block .txt_blc .price_tax {
  text-align: right;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  right: -0.5em;
}

.typed_con .slider-block .txt_blc .price_tax span {
  font-size: 17px;
  font-weight: 700;
}

.typed_con .slider-block .txt_blc .price_tax span.tax {
  font-size: 10px;
  display: inline-block;
  line-height: 1;
  width: 1em;
  margin: 0 3px;
}

@media screen and (max-width: 430px) {
  .typed_con .slider-block .txt_blc .price_tax {
    font-size: 5.5vw;
  }

  .typed_con .slider-block .txt_blc .price_tax span {
    font-size: 4vw;
  }

  .typed_con .slider-block .txt_blc .price_tax span.tax {
    font-size: 2.5vw;
  }
}

.typed_con .slider-block .txt_blc .price_btm {
  display: flex;
  align-items: center;
}

.typed_con .slider-block .txt_blc .price_btm>div {
  width: 50%;
}

.typed_con .slider-block .txt_blc .price_btm>div.left {
  text-align: left;
}

.typed_con .slider-block .txt_blc .price_btm>div.left p {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

@media screen and (max-width: 430px) {
  .typed_con .slider-block .txt_blc .price_btm>div.left p {
    font-size: 3.8vw;
  }
}

.typed_con .slider-block .txt_blc .price_btm>div.right {
  text-align: right;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.typed_con .slider-block .txt_blc .price_btm>div.right span {
  font-size: 23px;
  font-weight: 700;
  margin-left: 3px;
}

.typed_con .slider-block .txt_blc .price_btm>div.right span.tax {
  font-size: 15px;
  display: inline-block;
  line-height: 1;
  width: 1em;
  margin-right: 3px;
}

@media screen and (max-width: 430px) {
  .typed_con .slider-block .txt_blc .price_btm>div.right {
    font-size: 8.5vw;
  }

  .typed_con .slider-block .txt_blc .price_btm>div.right span {
    font-size: 3.5vw;
  }

  .typed_con .slider-block .txt_blc .price_btm>div.right span.tax {
    font-size: 3vw;
  }
}

.typed_con .slider-block .main-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  z-index: 3;
}

.typed_con .slider-block .main-slider img {
  position: relative;
  z-index: 1;
}

.typed_con .slider-block .thumb-slider {
  box-sizing: border-box;
  padding: 2px 0;
  width: 100%;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
  -webkit-clip-path: inset(-20px -100vw -20px 0);
  clip-path: inset(-20px -100vw -20px 0);
  position: relative;
  z-index: 3;
}

.typed_con .slider-block .thumb-slider .swiper-slide {
  background-color: #ccc;
  width: 16.5%;
  max-width: 66px;
  height: auto;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.typed_con .slider-block .thumb-slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.typed_con .slider-block .thumb-slider .swiper-slide img {
  position: relative;
  z-index: 5;
}