@charset "UTF-8";
.mt1em {
  margin-top: 1em;
}

.mv {
  background-image: url("/dekirukotokara/images/kikakugai/mv-base.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-padding-before: 50px;
          padding-block-start: 50px;
  -webkit-padding-after: 40px;
          padding-block-end: 40px;
}
.mv .mv-inner {
  max-width: 330px;
  margin-inline: auto;
  padding-block: 30px;
  padding-inline: 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (width > 750px) {
  .mv .mv-inner {
    max-width: 520px;
  }
}
.mv .mv__head {
  -webkit-margin-after: 14px;
          margin-block-end: 14px;
  text-align: center;
  color: var(--c-main);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
  padding-inline: 20px;
  border: 1px solid var(--c-main);
  border-radius: 100px;
  position: relative;
}
@media screen and (width > 750px) {
  .mv .mv__head {
    width: 80%;
    margin-inline: auto;
    -webkit-margin-after: 34px;
            margin-block-end: 34px;
  }
}
.mv .mv__head::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #0B58C1 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.mv .page-title {
  margin-inline: auto;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  position: relative;
}
@media screen and (width > 750px) {
  .mv .page-title {
    width: 307px;
  }
}
@media screen and (width <= 750px) {
  .mv .page-title {
    width: 90%;
  }
}
.mv .page-title img {
  width: 100%;
}
.mv .page-title::before {
  content: "";
  display: block;
  width: 33px;
  height: 27px;
  background-image: url("/dekirukotokara/images/kikakugai/page-title-bg01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -18px;
  top: 8px;
}
.mv .page-title::after {
  content: "";
  display: block;
  width: 37px;
  height: 36px;
  background-image: url("/dekirukotokara/images/kikakugai/page-title-bg02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -16px;
  top: 1px;
}
.mv .mv-textbox {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
}
.mv .mv-textbox .mv-list__item {
  position: relative;
  -webkit-padding-start: 9px;
          padding-inline-start: 9px;
}
.mv .mv-textbox .mv-list__item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--c-main);
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.outline {
  padding-block: 40px;
  padding-inline: 20px;
  background-color: #FFFDDF;
  display: -ms-grid;
  display: grid;
  row-gap: 40px;
}
@media screen and (width <= 750px) {
  .outline {
    padding-inline: 10px;
  }
}
.outline .sale .sale__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  color: #0B58C1;
  font-weight: 700;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.outline .sale .sale__title::before {
  content: "";
  display: block;
  width: 23px;
  height: 15px;
  background-image: url("/dekirukotokara/images/kikakugai/title-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.outline .sale .sale__title::after {
  content: "";
  display: block;
  width: 23px;
  height: 15px;
  background-image: url("/dekirukotokara/images/kikakugai/title-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.outline .sale .sale-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.outline .sale .sale-content .p-product {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.outline .sale .sale-content .sale-list {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
}
.outline .sale .sale-content .sale-list .sale-list__item {
  position: relative;
  color: #44AF35;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-bottom: 1px dashed #44AF35;
  -webkit-padding-after: 4px;
          padding-block-end: 4px;
}
.outline .sale .sale-content .sale-list .sale-list__item::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/dekirukotokara/images/kikakugai/icon-check.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.outline .swiper {
  overflow: hidden;
  max-width: 100%;
}
.outline .swiper .swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.outline .swiper .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.outline .swiper img {
  max-width: 100%;
  height: auto;
}
.outline .swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding-block: 10px;
}
.outline .swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: revert;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.outline .swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #DCDCDC;
}
.outline .swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: var(--c-main);
}
.outline .message .message__title {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  color: #0B58C1;
  font-weight: 700;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (width <= 750px) {
  .outline .message .message__title {
    gap: 0;
  }
}
.outline .message .message__title::before {
  content: "";
  display: block;
  width: 23px;
  height: 15px;
  background-image: url("/dekirukotokara/images/kikakugai/title-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.outline .message .message__title::after {
  content: "";
  display: block;
  width: 23px;
  height: 15px;
  background-image: url("/dekirukotokara/images/kikakugai/title-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.outline .message .message-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
}
.outline .message .message__image {
  text-align: center;
}
.outline .message .message__text span {
  color: #44AF35;
}

.detail {
  padding-block: 40px;
  padding-inline: 10px;
  background-color: #E2EEFF;
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
}
.detail .detail__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  color: #0B58C1;
  font-weight: 700;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.detail .detail__title::before {
  content: "";
  display: block;
  width: 23px;
  height: 15px;
  background-image: url("/dekirukotokara/images/kikakugai/title-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.detail .detail__title::after {
  content: "";
  display: block;
  width: 23px;
  height: 15px;
  background-image: url("/dekirukotokara/images/kikakugai/title-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.detail .detail-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
}
.detail .detail-content .p-cart {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.detail .detail-content .p-cart .p-cart__shop {
  display: none;
}
.detail .detail-content .detail-content__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
  font-size: 14px;
  text-decoration: none;
  color: #2146c2;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto 0 auto;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #2146c2;
  position: relative;
  -webkit-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
}
.detail .detail-content .detail-content__more::after {
  content: "▶";
  color: #2146c2;
  font-size: 12px;
  position: absolute;
  right: 20px;
}
.detail .detail-content .detail-content__more:hover {
  color: #fff;
  background-color: #2146c2;
}
.detail .detail-content .detail-content__more:hover::after {
  color: #fff;
}
.detail .swiper {
  overflow: hidden;
  max-width: 100%;
}
.detail .swiper .swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail .swiper .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail .swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding-block: 10px;
}
.detail .swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: revert;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.detail .swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #DCDCDC;
}
.detail .swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: var(--c-main);
}
/*# sourceMappingURL=kikakugai.css.map */