.calendar-contents {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.osusume_check {
  /* padding: 35px 0px 55px; */
  /* margin: 60px 100px 0px; */
  width: 90%;
  max-width: 850px;
  margin: 60px auto 0;
  text-align: center;
  background: #edeee9 url('../print-products-photo-calender/bg_pat.png?$staticlink$') left center repeat;
}
.osusume_check_inner {
  width: 100%;
  margin: 10px auto;
  padding: 10px 0 30px;
}

.osusume_check_inner .ttl {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 35px;
  font-weight: 700;
  line-height: 1.5 !important;
  letter-spacing: 0.3em;
}

.osusume_check_inner .ltxt {
  display: block;
  font-size: 18px;
  margin: 0 auto;
  width: 90%;
  max-width: 600px;
  text-align: left;
  background-image: linear-gradient(transparent 2.35em, #DBD5BF .05em);
  background-size: 100% 2.4em;
  line-height: 2.4em;
}

.osusume_check_inner .ltxt span {
  display: block;
  background: url(../print-products-photo-calender/listhead.png?$staticlink$) left center no-repeat;
  padding-left: 35px;
  /* letter-spacing: 0.1em; */
}

@media screen and (max-width: 767px) {
  .osusume_check {
    /* padding: 35px 0px 55px; */
    margin: 40px auto 0px;
    text-align: center;
    width: 98%;
    max-width: 600px;
  }
  .osusume_check_inner .ttl {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.2em;
  }
  .osusume_check_inner .ltxt {
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin: 0 0 0 10px;
    text-align: left;
    background-image: linear-gradient(transparent 2.3em, #DBD5BF .1em);
    background-size: 100% 2.4em;
    line-height: 2.4em;
  }

  .osusume_check_inner .ltxt span {
    padding-left: 18px;
    background-size: 15px;
  }
}


/* 20220712add */
.swiper-custom-parent2{
  width: 100%;
  padding: 0 20px;
}

.swiper-container2 {
  padding: 20px 0;
}
      @media screen and (max-width: 767px) {
        .swiper-container2 {
          padding: 20px 0 0;
          margin: 0;
        }
      }

.swiper-container2 .swiper-slide {
  display: flex;
  justify-content: space-between;
}

.swiper-container2 .swiper-slide span {
  width: 30%;
  max-width: 300px;
}

.swiper-container2 .swiper-slide span img {
  width: 100%;
}

.swiper-container2 .swiper-slide .swiper-slide-content {
  width: 67%;
  padding: 0px 5px 0;
}

      @media screen and (max-width: 767px) {
        .swiper-container2 .swiper-slide {
          display: block;
        }
        .swiper-container2 .swiper-slide span {
          width: 100%;
          margin: 0 auto;
          display: block;
        }
        .swiper-container2 .swiper-slide .swiper-slide-content {
          width: 85%;
          margin: 0 auto;
        }
      }

.swiper-container2 .swiper-slide .swiper-slide-content h3 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.swiper-container2 .swiper-slide .swiper-slide-content h3 .new {
  display: inline-block;
  position: relative;
  top: -0.25em;
  width: auto;
  margin-left: 1em;
  padding: .2rem 0.8em;
  color: #fff;
  border-radius: 4px;
  text-align: left;
  font-size: 1.2rem;
  background-color: #bc2c12;
}

@media screen and (max-width: 767px) {
  .swiper-container2 .swiper-slide .swiper-slide-content h3 {
    margin: 20px 0;
  }
}

.swiper-container2 .swiper-slide .swiper-slide-content p {
  font-size: 16px;
  margin-bottom: 10px
}

.swiper-container2 .swiper-slide .swiper-slide-content .gaiyo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: flex-start;
}
.swiper-container2 .swiper-slide .swiper-slide-content .gaiyo dt {
  font-size: 14px;
  width: 18%;
  /* border: 1px solid #666; */
  text-align: center;
  background-color: #f0f0f0;
}
.swiper-container2 .swiper-slide .swiper-slide-content .gaiyo dd {
  font-size: 16px;
  width: 80%;
}

.swiper-container2 .swiper-slide .swiper-slide-content .btn_area {
  width: 100%;
  margin: 20px 0 0;
}

.swiper-container2 .swiper-slide .swiper-slide-content .btn_area a {
  display: inline-block;
  border-radius: 30px;
  padding: 10px 40px;
  background-color: #00a273;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .swiper-container2 .swiper-slide .swiper-slide-content .btn_area {
    width: auto;
    margin: 20px -22px;
    text-align: center;
  }
  .swiper-container2 .swiper-slide .swiper-slide-content .btn_area a {
    padding: 10px 30px;
    font-size: 18px;
    white-space: nowrap;
  }
}

.swiper-my-pagination2 .swiper-pagination-bullet {
  width: 16%;
  width: calc((100% - 180px) / 7);
	max-width: 133px;
	margin: 10px 15px;
  padding-bottom: 20px;
}
      @media screen and (max-width: 767px) {
        .swiper-my-pagination2 .swiper-pagination-bullet {
          width: calc((100% - 28px) / 7);
        	margin: 10px 2px;
        }
      }

.swiper-my-pagination2 .swiper-pagination-bullet:first-child {
	margin-left:0;
}
.swiper-my-pagination2 .swiper-pagination-bullet:last-child {
	margin-right:0;
}
.swiper-my-pagination2 .swiper-pagination-bullet img {
	max-width:100%;
  margin-bottom: 20px;
}

        @media screen and (max-width: 559px) {
          .swiper-custom-parent {
            margin: 0 0;
            width: auto;
          }
        }



/* .swiper-my-pagination2 {
	display: flex;
  justify-content: space-around;
}
.swiper-my-pagination2 .swiper-pagination-bullet {
  display: inline-block;
  width: 16%;
  max-width: 133px;
  background-color: #efefef;
  height: 20%;
  padding-bottom: 0;
} */

.swiper-container .temp-text {
  margin-top: 0.5em;
  font-size: 16px;
}



ul.delivery_type {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}

ul.delivery_type li {
  width: 32%;
  border: 1px solid #ccc;
  padding: 20px;
}
      @media screen and (max-width: 767px) {
        ul.delivery_type {
          display: block;
        }
        ul.delivery_type li {
          width: 95%;
          margin: 10px auto;
        }
      }

ul.delivery_type li h5 {
    font-size: 18px;
    margin-top:0;
  font-weight: 700;
	/* white-space: nowrap; */
	line-height: 1.4;
	margin-bottom: 15px;
}
ul.delivery_type li:first-child h5 {
	padding-left: 46px;
	background:url(../print-products-photo-calender/icon_takkyubin.png?$staticlink$) no-repeat left center;
	background-size: 30px auto;
}
ul.delivery_type li:nth-child(2) h5 {
	padding-left: 78px;
	background:url(../print-products-photo-calender/icon_kuroneko.png?$staticlink$) no-repeat left center;
	background-size: 68px auto;
}
ul.delivery_type li:nth-child(3) h5 {
	padding-left: 36px;
	background:url(../print-products-photo-calender/icon_seven.png?$staticlink$) no-repeat left 1px;
	background-size: 26px auto;
}

ul.delivery_type li p {
  font-size: 16px;
  margin-bottom: 10px;
}
ul.delivery_type li p.nedan {
  font-size: 20px;
}

ul.delivery_type li p .txtXs {
  font-size: 14px;
}

.gift_area .gift_area_mv {
  text-align: center;
}

.gift_area .gift_area_mv img {
  width: 100%;
  max-width: 1120px;
}

/* .gift_area h4 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 40px auto 20px;
} */
.gift_heading {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 40px auto 20px;
  letter-spacing: 0.1em;
}

.gift_area ul.gift_lineup {
  display: flex;
  justify-content: space-between;
}

.gift_area ul.gift_lineup li {
  width: 32%;
  text-align: center;
}

.gift_area ul.gift_lineup li img {
  width: 100%;
  max-width: 380px;
  margin-bottom: 10px;
}
.w100p {
  width: 100%;
}
.item-template {
}
.item-template.bg-white {
  background-color: #fff;
}
.item-template .swiper-slide span {
  display: block;
  position: relative;
}
.item-template .swiper-slide span.tx14 {
  width: auto;
  max-width: none;
}
.item-template .swiper-slide .label-new {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2%;
  left: 14.5%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background-color: #bc2c12;
}
@media screen and (max-width: 767px) {
  .gift_heading {
    font-size: 18px;
    margin-top: 30px;
    letter-spacing: normal;
  }
  .item-template .swiper-slide .label-new {
    top: 2%;
    left: 2%;
    width: 60px;
    height: 60px;
    font-size: 14px;
  }
}
.movie_area {
  margin-top: 80px;
}
.movie-box {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.movie-box::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.movie-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.delivery_area {
  margin-top: 80px;
}
.gift_kabekake {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.gift_kabekake .left_side {
  width: 37%;
}
.gift_kabekake .right_side {
  width: 57%;
}
.gift_kabekake p {
  font-size: 16px;
}
.gift_kabekake img {
  max-width: 100%;
}
.lh-thick {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .movie_area {
    margin-top: 50px;
  }
  .delivery_area {
    margin-top: 50px;
  }
  .gift_kabekake {
    flex-wrap: wrap;
  }
  .gift_kabekake .left_side {
    width: 100%;
    order: 2;
    margin-top: 1em;
  }
  .gift_kabekake .right_side {
    width: 100%;
    order: 1;
  }
  .gift_kabekake p {
    font-size: 16px;
  }
  .gift_kabekake img {
    max-width: 100%;
  }
  .lh-thick {
    line-height: 1.5;
  }
}

.calendarHeadingBlock {
  margin-top: 80px;
  margin-bottom: 50px;
  text-align: center;
}
.calendarHeadingBlock .heading-l {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.3em;
}
.calendarHeadingBlock .heading {
  font-size: 25px;
  margin-top: 5px;
  font-weight: 700;
  letter-spacing: 0.3em;
}
.calendarHeadingBlock .text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
/* テンプレート一覧 */
.item-template.template-list {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #edeee9 url('../print-products-photo-calender/bg_pat.png?$staticlink$') left center repeat;
}
.item-template .calendarHeadingBlock {
  margin-top: 0;
  margin-bottom: 30px;
}
.item-template.template-list .swiper-container {
  padding-top: 0;
  padding-bottom: 0;
}
.swiper-container,
.swiper-container3 {
  float: none;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}
.swiper-my-pagination,
.swiper-my-pagination3 {
  display: block;
  float: none;
  width: auto;
  height: auto;
  margin-top: 15px;
}
.template-text {
  width: 90%;
  margin: 30px auto 0;
  font-size: 16px;
  text-align: center;
}
.template_subtt {
  text-align: center;
  margin-bottom: 1em;
  padding: 20px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.swiper-custom-parent + .template_subtt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .calendarHeadingBlock {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .calendarHeadingBlock .heading-l {
    font-size: 21px;
    letter-spacing: 0.2em;
  }
  .calendarHeadingBlock .heading {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .calendarHeadingBlock .text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
  .item-template.template-list {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .template-text {
    width: auto;
    margin: 20px auto 0;
    text-align: left;
  }
  .template_subtt {
    font-size: 18px;
  }
  .swiper-custom-parent + .template_subtt {
    margin-top: 20px;
  }
}
