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

.service * {
  box-sizing: border-box;
}

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

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

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

.service .innr a {
  display: inline-block;
  text-decoration: none;
}

.service .innr img {
  max-width: 100%;
}

.service .innr .t_left {
  text-align: left;
}

.service .innr .t_right {
  text-align: right;
}

.service .innr .y_line {
  text-align: center;
}

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

.service .innr .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%;
}

.service .innr .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%;
}

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

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

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

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

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

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

.service .innr .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%);
}

.service .innr .btn_area .btn_store span::before {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 414px) {

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

.service .innr #movie {
  text-align: center;
  position: relative;
}

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

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

.service .innr #movie .mv_blc .dummy {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background-color: #CCCCCC;
  position: relative;
}

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

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

.service .innr #movie .mv_blc iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

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

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

.service .innr .lineM span {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  z-index: 1;
  line-height: 1;
}

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

#main {
  background-color: #FFF4E4;
  position: relative;
}

#main::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 585px;
  background-image: linear-gradient(to bottom, rgb(217, 28, 50), rgb(255, 244, 228) 69.2%, rgba(255, 245, 230, 0.1));
  z-index: 0;
}

.service {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

.service .innr {
  width: 100%;
  max-width: 428px;
  margin: 0 auto;
  text-align: center;
  padding: 0 14px;
}

.service .hdr {
  padding-bottom: 50px;
}

.service .hdr h1 {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media screen and (max-width: 430px) {
  .service .hdr h1 {
    font-size: 10.5vw;
  }
}

.service .hdr .copy {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background-color: #C7002F;
  padding: 13px 20px;
  border-radius: 100px;
  display: inline-block;
  margin-top: 10px;
}

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

.service .lnk_blc {
  margin-top: 40px;
  display: flex;
  gap: 15px 10px;
  flex-wrap: wrap;
}

.service .lnk_blc a {
  display: inline-block;
  width: calc((100% - 20px) / 3);
  height: 132px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}

.service .lnk_blc a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 17px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: rotate(90deg) translateY(8px);
  background-image: url(../img/ico_arrwR.svg);
  background-repeat: no-repeat;
  background-clip: content-box;
  background-size: contain;
}

.service .lnk_blc a .lnk_img {
  margin-top: 20px;
}

.service .lnk_blc a .lnk_ttl {
  color: #411E00;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 430px) {
  .service .lnk_blc a .lnk_ttl {
    font-size: 4.3vw;
  }
}

.service .lnk_blc a.lnk01 .lnk_ttl {
  bottom: 30px;
}

.service .lnk_blc a.lnk02 .lnk_ttl {
  bottom: 30px;
}

.service .lnk_blc a.lnk03 .lnk_img {
  margin-top: 8px;
}

.service .lnk_blc a.lnk05 .lnk_img {
  margin-top: 8px;
}

.service .clm {
  position: relative;
  padding-bottom: 40px;
}

.service .clm::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 428px;
  height: 200px;
  background-image: linear-gradient(to bottom, rgb(217, 28, 50), rgb(255, 244, 228));
  z-index: 0;
}

.service .clm .innr {
  position: relative;
  z-index: 1;
}

.service .clm .innr::before {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  background-image: url(../img/ico_str_L.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 36px;
}

@media screen and (max-width: 430px) {
  .service .clm .innr::before {
    left: 8vw;
    width: 15.88vw;
    height: 15.88vw;
  }
}

.service .clm .innr::after {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  background-image: url(../img/ico_str_L.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 36px;
  transform: rotate(180deg);
}

@media screen and (max-width: 430px) {
  .service .clm .innr::after {
    right: 8vw;
    width: 16.88vw;
    height: 16.88vw;
  }
}

.service .clm h2 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 20px 0;
}

@media screen and (max-width: 430px) {
  .service .clm h2 {
    font-size: 5.2vw;
    padding: 4.3vw 0;
  }
}

.service .clm .btn_area {
  padding: 10px 0 0;
}

.service .clm .btn_area a {
  font-size: 16px;
  font-weight: 700;
  color: #C7002F;
  line-height: 1;
  display: inline-block;
  padding: 14px 0;
  width: 80%;
  border-radius: 100px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: solid 2px #C7002F;
  background-image: url(../img/ico_arrwR.svg);
  background-repeat: no-repeat;
  background-size: 9px 14px;
  background-position: right 10px center;
}

.service .clm .w_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 22px 40px;
}

.service .clm .w_box p {
  text-align: left;
}

.service .clm .w_box p.lead {
  font-size: 16px;
  margin-bottom: 15px;
}

@media screen and (max-width: 430px) {
  .service .clm .w_box p.lead {
    font-size: 4.3vw;
  }
}

.service .clm .w_box p.attn_txt {
  font-size: 14px;
}

@media screen and (max-width: 430px) {
  .service .clm .w_box p.attn_txt {
    font-size: 3.8vw;
  }
}

.service .clm .w_box dl dt {
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
  text-align: left;
}

@media screen and (max-width: 430px) {
  .service .clm .w_box dl dt {
    font-size: 4.3vw;
  }
}

.service .clm .w_box dl dt::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 100%;
  background-color: #C7002F;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
}

.service .clm .w_box dl dd {
  margin-bottom: 20px;
  text-align: left;
}

.service .clm .w_box dl dd p {
  font-size: 14px;
}

@media screen and (max-width: 430px) {
  .service .clm .w_box dl dd p {
    font-size: 3.8vw;
  }
}

.service .clm .w_box dl dd p.txt_s {
  font-size: 12px;
}

@media screen and (max-width: 430px) {
  .service .clm .w_box dl dd p.txt_s {
    font-size: 3.5vw;
  }
}

.service .clm .w_box .attn_blc {
  background-color: #FFE3E6;
  border-radius: 10px;
  padding: 20px 15px;
}

.service .clm .w_box .attn_blc .ttl {
  color: #C7002F;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}

@media screen and (max-width: 430px) {
  .service .clm .w_box .attn_blc .ttl {
    font-size: 4.3vw;
  }
}

.service .clm .w_box .attn_blc p {
  font-size: 14px;
}

@media screen and (max-width: 430px) {
  .service .clm .w_box .attn_blc p {
    font-size: 3.8vw;
  }
}

.service .clm.clmD .w_box .lead {
  margin-top: 20px;
}

.service .clm.clmE .w_box .lead {
  margin-top: 20px;
}

.service .clm.clmF .w_box .attn_txt {
  margin-top: 20px;
}