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

.typed_con {
  background-color: #C9DAED;
}

.typed_con * {
  color: #4E452B;
}

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

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

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

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

@media screen and (max-width: 375px) {
  .typed_con .btn_area.typeB {
    padding: 10px 0px 0;
  }
}

.typed_con .btn_area a {
  max-width: 344px;
  background-image: url(/shimamura/res/type_d/ceremony_2025/img/250131/ico_arrwW.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: right 10px center;
}

@media screen and (max-width: 375px) {
  .typed_con .btn_area {
    padding: 40px 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_online.occ {
  background-color: #F55D5D;
  margin-bottom: 0px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.typed_con .btn_area .btn_online.occ span {
  padding: 7px 0;
  background: none;
}

.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;
  background-image: url(/shimamura/res/type_d/ceremony_2025/img/250131/ico_arrwB.svg);
}

.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;
  position: relative;
  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: #4E452B;
  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 .bg_blc01 {
  width: 575px;
  max-width: 100%;
  margin: 0 auto;
  background-image: url(/shimamura/res/type_d/ceremony_2025/img/bg_btnarea.png);
  background-repeat: no-repeat;
  background-position: center top 200px;
  background-size: 150% auto;
}

@media screen and (min-width: 575px) {
  .typed_con .bg_blc01 {
    background-size: 100% auto;
  }
}

.typed_con .bg_blc02 {
  width: 686px;
  max-width: 100%;
  margin: 0 auto;
  background-image: url(/shimamura/res/type_d/ceremony_2025/img/bg_con.png);
  background-repeat: repeat-y;
  background-position: center top -10px;
  background-size: 150% auto;
}

@media screen and (min-width: 686px) {
  .typed_con .bg_blc02 {
    background-size: 100% auto;
  }
}

.typed_con .bg_blc02.types {
  background-image: url(/shimamura/res/type_d/ceremony_2025/img/bg_con_s.png);
  background-repeat: no-repeat;
}

.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.clm06 {
  margin-top: 60px;
}

.typed_con .clm.clm06 .innr {
  border-top: 2px solid #F55D5D;
  padding: 20px 0 60px;
}

.typed_con .clm.clm06 .innr .in_box {
  margin-top: 50px;
}

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

.typed_con .clm.clm01 .innr,
.typed_con .clm.clm03 .innr,
.typed_con .clm.clm04 .innr,
.typed_con .clm.clm05 .innr,
.typed_con .clm.clm06 .innr,
.typed_con .clm.clm08 .innr {
  padding-bottom: 0;
}

.typed_con .clm.clm h1 {
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #F55D5D;
}

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

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

.typed_con .clm h2 {
  text-align: center;
  margin-bottom: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
}

.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;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

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

.typed_con .clm .box_w02 {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #FFBDB7;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 20px 20px 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.typed_con .clm .box_w02>div {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 40px;
  position: relative;
}

.typed_con .clm .box_w02>div .ico {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.typed_con .clm .box_w02>div .name {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 5px;
}

.typed_con .clm .box_w02>div span {
  font-size: 14px;
  color: #fff;
  background-color: #F55D5D;
  border-radius: 100px;
  font-family: "Noto Serif JP", serif;
  padding: 3px 20px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.typed_con .clm .box_w03 {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #FFBDB7;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 15px 20px 20px;
}

.typed_con .clm .box_w03 .img_blc {
  width: 145px;
  position: absolute;
  top: -33px;
  left: -7px;
}

@media screen and (max-width: 375px) {
  .typed_con .clm .box_w03 .img_blc {
    width: 34vw;
  }

  .typed_con .clm .box_w03 .img_blc a img {
    max-width: 26.5vw;
  }
}

.typed_con .clm .box_w03 .img_blc a {
  margin-top: 10px;
}

.typed_con .clm .box_w03 .info_blc {
  padding-left: 128px;
  border-bottom: 1px dotted #FFBDB7;
  padding-bottom: 15px;
  min-height: 130px;
}

@media screen and (max-width: 375px) {
  .typed_con .clm .box_w03 .info_blc {
    padding-left: 31vw;
  }
}

.typed_con .clm .box_w03 .info_blc p {
  font-size: 12px;
  text-align: left;
}

@media screen and (max-width: 375px) {
  .typed_con .clm .box_w03 .info_blc p {
    font-size: 3vw;
  }
}

.typed_con .clm .box_w03 .info_blc .name {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  margin-bottom: 5px;
}

.typed_con .clm .box_w03 .btm_blc {
  padding-top: 20px;
}

.typed_con .clm .box_w03 .btm_blc .img_box {
  margin-bottom: 10px;
}

.typed_con .clm .box_w03 .btm_blc .img_box>div .cate_name {
  display: inline-block;
  font-size: 12px;
  color: #F55D5D;
  border-bottom: 1px solid #F55D5D;
  line-height: 1;
  margin-bottom: 10px;
}

.typed_con .clm .box_w03 .btm_blc .img_box>div .ttl {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media screen and (max-width: 375px) {
  .typed_con .clm .box_w03 .btm_blc .img_box>div .ttl {
    font-size: 3.4vw;
  }
}

.typed_con .clm .box_w03 .btm_blc .img_box>div .ttl.l3 {
  min-height: 4.2em;
}

.typed_con .clm .box_w03 .btm_blc .itemtxt_blc {
  text-align: left;
}

.typed_con .clm .box_w03 .btm_blc .itemtxt_blc .box {
  margin-bottom: 20px;
  margin-top: 10px;
}

.typed_con .clm .box_w03 .btm_blc .itemtxt_blc .ttl_c {
  font-size: 12px;
  color: #F55D5D;
  margin-bottom: 5px;
}

.typed_con .clm .box_w03 .btm_blc .itemtxt_blc dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}

.typed_con .clm .box_w03 .btm_blc .itemtxt_blc dl dt {
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 375px) {
  .typed_con .clm .box_w03 .btm_blc .itemtxt_blc dl dt {
    font-size: 3.4vw;
  }
}

.typed_con .clm .box_w03 .btm_blc .itemtxt_blc dl dd {
  font-size: 10px;
  font-weight: 500;
}

.typed_con .clm .box_w03 .btm_blc .itemtxt_blc dl dd span {
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 375px) {
  .typed_con .clm .box_w03 .btm_blc .itemtxt_blc dl dd {
    font-size: 3vw;
  }

  .typed_con .clm .box_w03 .btm_blc .itemtxt_blc dl dd span {
    font-size: 3.7vw;
  }
}

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

.typed_con .clm .ttl_line {
  background-color: #FFBDB7;
  border-radius: 10px 10px 0 0;
  padding: 5px 0;
}

.typed_con .clm .ttl_line.typeB {
  width: calc(100% - 80px);
  position: relative;
  right: -80px;
}

.typed_con .clm .ttl_line h3 {
  font-size: 16px;
  font-weight: 500;
}

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

.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 .lead {
  position: relative;
  z-index: 1;
  font-size: 15.5px;
}

@media screen and (max-width: 375px) {
  .typed_con .clm01 .lead {
    font-size: 3.8vw;
  }
}

.typed_con .clm01 .btn_area {
  z-index: 1;
  padding: 60px 0 0;
}

.typed_con .clm01 .clm01_bg_img {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 575px;
}

.typed_con .clm01 {
  padding: 0 10px;
}

.typed_con .clm02 .box_w {
  padding: 20px 0;
}

.typed_con .clm02 .box_w .txt_box {
  padding: 0 20px;
}

.typed_con .clm02 .btn_box {
  margin: 15px 0;
}

.typed_con .clm02 .btn_box button {
  color: #fff;
  font-size: 14px;
  background-color: #F55D5D;
  border-radius: 100px;
  padding: 8px 30px;
  border: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.typed_con .clm02 .note {
  font-size: 12px;
  color: #F55D5D;
}

.typed_con .clm02 .s_box {
  display: flex;
  margin-top: 20px;
  align-items: center;
  padding-left: 20px;
}

.typed_con .clm02 .s_box .ttl_blc {
  width: 70px;
  margin-right: 30px;
}

.typed_con .clm02 .s_box .ttl_blc p {
  font-size: 14px;
  line-height: 1.2;
  border-top: 1px dashed #4E452B;
  border-bottom: 1px dashed #4E452B;
  text-align: left;
  padding: 5px 0;
}

.typed_con .clm02 .s_box .img_blc {
  width: calc(100% - 70px - 30px);
}

.typed_con .clm02 .swiper-container {
  padding-bottom: 20px;
}

.typed_con .clm02 .swiper-slide.swiper-slide-active {
  scale: 1;
}

.typed_con .clm02 .swiper-slide.swiper-slide-active>div {
  background-color: transparent;
}

.typed_con .clm02 .swiper-slide.swiper-slide-active>div img {
  max-width: 90%;
  max-height: 90%;
}

.typed_con .clm02 .swiper-slide>div {
  display: inline-block;
  width: 100%;
  background-color: #EDEDED;
  border-radius: 100px;
  padding: 8%;
  position: relative;
}

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

.typed_con .clm02 .swiper-slide>div::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.typed_con .clm02 .swiper-slide>div img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 74%;
  max-height: 74%;
  width: auto;
  height: auto;
}

.typed_con .clm02 .swiper-pagination {
  bottom: 0;
  min-width: 150px;
  width: auto;
}

.typed_con .clm02 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #E2DDD7;
  opacity: 1;
}

.typed_con .clm02 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFBDB7;
}

.typed_con .clm02 .swiper-container {
  width: 100%;
  overflow: hidden;
}

.typed_con .clm02 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.typed_con .clm02 .swiper-slide-active {
  transform: scale(1);
  opacity: 1 !important;
}

.typed_con .clm02 .swiper-slide {
  transform: scale(0.84);
  opacity: 0.75;
}

.typed_con .clm08 .ttl_line.typeB img {
  margin-top: -15px;
}

.typed_con .clm08 .box_w03 .btm_blc .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.typed_con .clm08 .box_w03 .btm_blc .img_box {
  display: block;
}

.typed_con .clm08 .box_w03 .btm_blc .img_box>div {
  width: 100%;
}

.typed_con .clm09 .box_w .sub_lead {
  margin: 20px 0;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 375px) {
  .typed_con .clm09 .box_w .sub_lead {
    font-size: 3vw;
  }
}

.typed_con .clm09 .open_date {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
}

.typed_con .clm09 .img_blc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.typed_con .clm09 .img_blc>div {
  width: calc(50% - 5px);
}