@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
変数
----------------------------------------*/
/* 一覧・詳細共通
---------------------------------------------- */
#aboutCoverCost {
  margin-bottom: 48px;
}
#aboutCoverCost .contents {
  background-color: var(--colorBackGround);
  border: 4px solid var(--colorMain);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 8px;
}
@media screen and (max-width: 900px) {
  #aboutCoverCost .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#aboutCoverCost .contents .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#aboutCoverCost .contents .textArea .title {
  font-family: "Noto Sans JP", serif;
  font-size: var(--size24px);
  font-weight: 700;
  color: var(--colorMain);
  margin-bottom: 8px;
}
#aboutCoverCost .contents .textArea .importantText {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--size18px);
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: 8px;
  background-color: var(--colorSub);
}
#aboutCoverCost .contents .textArea .text a {
  text-decoration: underline;
  color: var(--colorMain);
  display: inline;
}
#aboutCoverCost .contents .imageArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
#aboutCoverCost .contents .imageArea .poster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#aboutCoverCost .contents .imageArea .flier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#aboutCoverCost .contents .imageArea .poster .imageWrap,
#aboutCoverCost .contents .imageArea .flier .imageWrap {
  max-width: 64px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #aboutCoverCost .contents .imageArea .poster .imageWrap,
  #aboutCoverCost .contents .imageArea .flier .imageWrap {
    max-width: unset;
  }
}
#aboutCoverCost .contents .imageArea .poster .imageWrap img,
#aboutCoverCost .contents .imageArea .flier .imageWrap img {
  width: 100%;
}
#aboutCoverCost .contents .imageArea .poster .title,
#aboutCoverCost .contents .imageArea .flier .title {
  font-family: "Noto Sans JP", serif;
  font-size: var(--size12px);
  font-weight: 700;
  letter-spacing: 0.05em;
}
#aboutCoverCost .linkArea {
  margin-bottom: 40px;
}
#aboutCoverCost .linkArea a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--colorMain);
  font-size: var(--size14px);
  font-weight: 500;
}

/* テンプレート一覧
---------------------------------------------- */
#template {
  /* テンプレートの色変え無料対応！
  ---------------------------------------------- */
  /* テンプレート一覧
  ---------------------------------------------- */
}
#template #overview {
  margin-bottom: 40px;
}
#template #colorChange {
  background-color: var(--colorSub);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 48px;
}
@media screen and (max-width: 900px) {
  #template #colorChange {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#template #colorChange .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#template #colorChange .textArea .colorChangeTitle {
  font-family: "Noto Sans JP", serif;
  font-size: var(--size24px);
  font-weight: 700;
  color: var(--colorMain);
  margin-bottom: 8px;
}
@media screen and (max-width: 589px) {
  #template #colorChange .textArea .colorChangeTitle {
    text-align: center;
  }
}
#template #colorChange .textArea .colorChangeTitle br {
  display: none;
}
@media screen and (max-width: 1024px) {
  #template #colorChange .textArea .colorChangeTitle br {
    display: inline;
  }
}
@media screen and (max-width: 900px) {
  #template #colorChange .textArea .colorChangeTitle br {
    display: none;
  }
}
@media screen and (max-width: 589px) {
  #template #colorChange .textArea .colorChangeTitle br {
    display: inline;
  }
}
#template #colorChange .imageArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
#template #colorChange .imageArea .imageWrap {
  max-width: 71px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #template #colorChange .imageArea .imageWrap {
    max-width: unset;
  }
}
#template #colorChange .imageArea .imageWrap img {
  width: 100%;
}
#template #colorChange .imageArea .before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#template #colorChange .imageArea .before .beforeText {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3B4043;
}
#template #colorChange .imageArea .after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#template #colorChange .imageArea .after .afterText {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--colorMain);
}
#template #templateContents {
  margin-bottom: 56px;
}
#template #templateContents .templateItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 12px;
  margin-top: 30px;
  margin-bottom: 48px;
}
#template #templateContents .templateItems .item {
  width: calc((100% - 36px) / 4);
}
@media screen and (max-width: 1024px) {
  #template #templateContents .templateItems .item {
    width: calc((100% - 24px) / 3);
  }
}
@media screen and (max-width: 900px) {
  #template #templateContents .templateItems .item {
    width: calc((100% - 12px) / 2);
  }
}
#template #templateContents .templateItems .item .imageBg {
  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;
  background-color: #F0F3F5;
  height: 240px;
}
#template #templateContents .templateItems .item .imageBg .imageWrap {
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 589px) {
  #template #templateContents .templateItems .item .imageBg .imageWrap {
    max-width: 120px;
  }
}
#template #templateContents .templateItems .item .imageBg .imageWrap img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 149/210;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
#template #templateContents .templateItems .item .templateName {
  font-size: var(--size16px);
  font-weight: 500;
}

/* テンプレート詳細
---------------------------------------------- */
#templateDetail #product {
  margin-bottom: 100px;
}
#templateDetail #product .productItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 80px;
}
#templateDetail #product .productItem .imageBox {
  max-width: 51%;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #templateDetail #product .productItem .imageBox {
    max-width: unset;
  }
}
#templateDetail #product .productItem .imageBox .swiperBg {
  background-color: #F0F3F5;
  max-width: 510px;
  width: 100%;
  height: 510px;
  margin-bottom: 16px;
}
@media screen and (max-width: 900px) {
  #templateDetail #product .productItem .imageBox .swiperBg {
    max-width: unset;
    height: 330px;
  }
}
#templateDetail #product .productItem .imageBox .swiperBg .swiperPc,
#templateDetail #product .productItem .imageBox .swiperBg .swiperSp {
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  height: 100%;
}
#templateDetail #product .productItem .imageBox .swiperBg .swiperPc .swiper-slide,
#templateDetail #product .productItem .imageBox .swiperBg .swiperSp .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100% !important;
  padding: 16px;
}
#templateDetail #product .productItem .imageBox .swiperBg .swiperPc .swiper-slide img,
#templateDetail #product .productItem .imageBox .swiperBg .swiperSp .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
#templateDetail #product .productItem .imageBox .sliderThumbnail_pc .swiper-wrapper,
#templateDetail #product .productItem .imageBox .sliderThumbnail_sp .swiper-wrapper {
  gap: 8px;
}
#templateDetail #product .productItem .imageBox .sliderThumbnail_pc .swiper-wrapper .swiper-slide,
#templateDetail #product .productItem .imageBox .sliderThumbnail_sp .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: calc((100% - 24px) / 4) !important;
  background-color: #F0F3F5;
  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;
  aspect-ratio: 1/1;
  cursor: pointer;
}
#templateDetail #product .productItem .imageBox .sliderThumbnail_pc .swiper-wrapper .swiper-slide.swiper-slide-thumb-active,
#templateDetail #product .productItem .imageBox .sliderThumbnail_sp .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
#templateDetail #product .productItem .imageBox .sliderThumbnail_pc .swiper-wrapper .swiper-slide img,
#templateDetail #product .productItem .imageBox .sliderThumbnail_sp .swiper-wrapper .swiper-slide img {
  padding: 5px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
@media screen and (max-width: 900px) {
  #templateDetail #product .productItem .imageBoxPc {
    display: none;
  }
}
#templateDetail #product .productItem .imageBoxSp {
  display: none;
}
@media screen and (max-width: 900px) {
  #templateDetail #product .productItem .imageBoxSp {
    display: block;
    margin-bottom: 16px;
  }
}
#templateDetail #product .productItem .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#templateDetail #product .productItem .info .top .main {
  margin-bottom: 48px;
}
#templateDetail #product .productItem .info .top .main .name {
  font-family: "Noto Sans JP", serif;
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--colorMain);
  margin-bottom: 16px;
}
#templateDetail #product .productItem .info .top .main .category {
  display: inline-block;
  line-height: 1.2;
  padding: 8px;
  font-weight: 500;
  font-size: var(--size16px);
  color: #858585;
  border: 1px solid var(--colorBorder);
  border-radius: 4px;
  margin-bottom: 32px;
}
@media screen and (max-width: 900px) {
  #templateDetail #product .productItem .info .top .main .category {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 900px) {
  #templateDetail #product .productItem .info .top .sub {
    margin-bottom: 16px;
  }
}
#templateDetail #product .productItem .info .top .sub .title {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  border-bottom: 1px solid var(--colorBorder);
  padding-bottom: 3px;
  margin-bottom: 8px;
}
#templateDetail #product .productItem .info .top .sub .text {
  font-size: var(--size14px);
}
#templateDetail #product .productItem .info .bottom .colorChange {
  font-size: var(--size14px);
  font-weight: 500;
}
#templateDetail #product .contactBtn {
  max-width: 315px;
  -webkit-box-shadow: 0px 2px 2px 0px #D6D6D6;
          box-shadow: 0px 2px 2px 0px #D6D6D6;
  margin: 0 auto;
}
#templateDetail #priceList .sectionTitleOrange {
  margin-bottom: 16px;
}
#templateDetail #priceList #priceTable {
  max-width: 410px;
  width: 100%;
  margin-bottom: 16px;
}
#templateDetail #priceList #priceTable thead tr th {
  background-color: #EB5600;
  color: var(--colorTextSub);
  font-weight: 700;
  font-size: var(--size16px);
  padding: 8px 16px;
  width: 50%;
}
#templateDetail #priceList #priceTable thead tr th:nth-of-type(1) {
  border-right: 1px solid var(--colorSub);
}
#templateDetail #priceList #priceTable tbody tr {
  border: 1px solid var(--colorBorder);
}
#templateDetail #priceList #priceTable tbody tr:nth-child(odd) td {
  background-color: #F6F6F6;
}
#templateDetail #priceList #priceTable tbody tr td {
  font-size: var(--size16px);
  font-weight: 500;
  padding: 16px;
  text-align: center;
}
#templateDetail #priceList .attention {
  font-size: var(--size16px);
  font-weight: 500;
  margin-bottom: 32px;
}
#templateDetail #priceList .contactBtn {
  max-width: 315px;
  -webkit-box-shadow: 0px 2px 2px 0px #D6D6D6;
          box-shadow: 0px 2px 2px 0px #D6D6D6;
  margin: 0 auto 88px;
}/*# sourceMappingURL=template.css.map */