@import url('https://fonts.googleapis.com/css2?family=Wendy+One&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
.c-section {
  padding-left: min(50px, 50/750*100%);
  padding-right: min(50px, 50/750*100%);
  background-repeat: no-repeat;
}
.c-marker {
  background: linear-gradient(transparent 60%, #ff90d6 60% 100%, transparent 100%);
}
.c-link--pink {
  color: #ef2785;
  border-bottom: 1px solid #ef2785;
}
.c-link--pink:hover {
  color: #F583BA;
  border-color: #F583BA;
}
.u-underline {
  border-bottom: 1px solid;
}
.breadCrumb {
  max-width: 970px;
  margin: 0 auto;
}
.breadCrumb a {
  color: #0062b0;
  text-decoration: underline;
}
@media screen and (max-width: 479px) {
  .breadCrumb {
    display: none;
  }
}
.p-dtm-starter-set {
  color: #000;
  font-size: clamp(16px, 32/750*100vw, 21px);
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.p-dtm-starter-set img {
  max-width: 100%;
  height: auto;
}
.c-text-blue {
  color: #0a3190;
}
.p-dtm-starter-set__mv {
  width: 100%;
  display: block;
  text-align: center;
  background: #fffff8;
}

.p-dtm-starter-set__mv__wrapper {
  padding: 0;
}

.p-dtm-starter-set__mv img {
  max-width: 1600px;
  width: 100%;
  height: auto;
}

.p-dtm-starter-set .c-headline,
.p-dtm-starter-set__section__inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.p-dtm-starter-set__h2 {
  text-align: center;
  line-height: 1;
  letter-spacing:  0.1em;
  font-size: 40px;
  font-weight: bold;
  margin-top: 120px;
  margin-bottom: 44px;
}
.p-dtm-starter-set__h2--pop {
  text-align: center;
  font-weight: normal;
  font-family: 'Wendy One', sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: 120px;
}
.p-dtm-starter-set__h3 {
  text-align: center;
  line-height: 1;
  letter-spacing:  0.1em;
  font-size: 32px;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 32px;
}

.p-dtm-starter-set__section--line-up {
  background-image: url(../img/dtm-starter-set/bg01.webp);
  background-position: 4% 20%;
  background-size: min(278px, 278/1600 * 100%);
}
.p-dtm-starter-set__section--about {
  position: relative;
  background-image: url(../img/dtm-starter-set/bg03.webp), url(../img/dtm-starter-set/bg04.webp);
  background-position: -420px 30%, 103% 96%;
  background-size: min(766px, 766/1600*100%), min(280px, 280/1600*100%);
}
.p-dtm-starter-set__section--about::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 7%;
  transform: translateY(-15%);
  width: min(309px, 309/1600*100%);
  content: "";
  display: block;
  aspect-ratio: 1/1.16;
  background: no-repeat url(../img/dtm-starter-set/bg02.webp) center/contain;
}

.p-dtm-starter-set__section--related-content {
  position: relative;
}

.p-dtm-starter-set__section--related-content::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transform: translate(-12%, -22%);
  content: "";
  display: block;
  width: min(351px, 351/1600 * 100%);
  aspect-ratio: 1.14/1;
  background: no-repeat url(../img/dtm-starter-set/bg05.webp) center/contain;
}

.p-dtm-starter-set__lead-text {
  line-height: 2;
}

.p-dtm-starter-set__about__image {
  display: block;
  margin: 44px auto 110px;
  text-align: center;
}

.p-dtm-starter-set__pink-box {
  background: #fff;
  border: 1px solid #ef2785;
  padding: 0.9em;
}

.p-dtm-starter-set__merit__list {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-top: 30px;
  margin-bottom: 120px;
}

.p-dtm-starter-set__merit__item {
  flex: 1;
  max-width: 33%;
}

.p-dtm-starter-set__merit-card {
  position: relative;
  padding: 40px 20px;
  border: 1px solid #ef2785;
  height: 100%;
  background: #fff;
}

.p-dtm-starter-set__merit-card__icon {
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
}
.p-dtm-starter-set__merit-card__heading {
  text-align: center;
  font-size: clamp(23px, 46/750*100vw, 27px);
  border-bottom: 2px solid #ef2785;
  line-height: 1.63;
  color: #ef2785;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 0.2em;
}

.p-dtm-starter-set__merit-card__text {
  padding-left: 8px;
  padding-right: 8px;
}

.p-dtm-starter-set__merit-card__note {
  margin-top: 1em;
  font-size: 14px;
  color: #f00;
  display: inline-block;
}

.p-dtm-starter-set__device-list {
  margin: 130px 0 0;
}

.p-dtm-starter-set__device-list .p-dtm-starter-set__device {
  margin-bottom: 123px;
}

.p-dtm-starter-set__device {
  position: relative;
  padding-right: 50%;
}

.p-dtm-starter-set__device__name {
  font-weight: bold;
  font-size: clamp(22px, 44/750*100vw, 26px);
  font-weight: 500;
  line-height: 1.62;
  margin-bottom: 1em;
}

.p-dtm-starter-set__device__description {
  font-size: clamp(13px, 26/750*100vw, 16px);
  line-height: 1.81;
}

.p-dtm-starter-set__device__description img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 45%;
}

.p-dtm-starter-set__device--right {
  padding-left: 50%;
  padding-right: 0;
}

.p-dtm-starter-set__device--right .p-dtm-starter-set__device__description img {
  left: 0;
  right: auto;
}
.p-dtm-starter-set__button-entry {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 52px auto;
  background: #ef2785;
  color: #fff;
  box-shadow: 0 8px 0 0 #e8e8e8;
  width: 322px;
  min-height: 55px;
  font-size: clamp(17px, 35/750*100vw, 19px);
  transition: all 0.5s;
}

.p-dtm-starter-set__button-entry:hover {
  background: #dd0e6f;
}

.p-dtm-starter-set__related-content-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 106px auto;
}

.p-dtm-starter-set__related-content-list li {
  flex: 1;
  max-width: 360px;
}
.p-dtm-starter-set__related-content {
  display: block;
  height: 100%;
  width: 100%;
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
  border: solid 1px #ececec;
}

.p-dtm-starter-set__related-content__image-wrapper {
  overflow: hidden;
}

.p-dtm-starter-set__related-content img {
  width: 100%;
  height: auto;
  transition: all .2s ease-in-out;
}

.p-dtm-starter-set__related-content:hover img {
  transform: scale(1.1,1.1);
}

.p-dtm-starter-set__related-content p {
  padding: 20px;
  background: #fff;
  font-size: 14px;
  letter-spacing: .87px;
  line-height: 1.45;
  text-align: left;
}
.p-dtm-starter-set__model-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding-bottom: 35px;
  width: 100%;
  margin: 0 auto;
}
.p-dtm-starter-set__model-list li {
  flex: 1 1 auto;
  width: 100%;
}

.p-dtm-starter-set__model {
  display: block;
  transition: all 0.3s;
  width: 100%;
  padding: 30px;
  border: 4px solid #f39800;
  border-radius: 10px;
  background: #fff;
}
.p-dtm-starter-set__model__comment {
  position: relative;
  display: block;
  background: #e0f6ff;
  border-radius: 10px;
  padding: 1em;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-width: 750px;
  margin: 0 auto 44px;
}

.p-dtm-starter-set__model__comment::after {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 17.3px 10px 0;
  border-color: #e0f6ff transparent transparent transparent;
}

.p-dtm-starter-set__model__comment__title {
  display: block;
  color: #004da1;
  font-weight: 700;
  margin-bottom: 0.8em;
  font-size: 20px;
}
.p-dtm-starter-set__model__box {
  position: relative;
  display: flex;
  gap: 20px;
  background: #fff;
}
.p-dtm-starter-set__model__image {
  text-align: center;
  width: 350px;
  max-width: 100%;
  flex: 0 1 auto;
}
.p-dtm-starter-set__model__image img {
  max-width: 240px;
}

.p-dtm-starter-set__model__detail {
  text-align: left;
  flex: 1 1 auto;
}
.p-dtm-starter-set__model__catchcopy {
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 25px 0 30px;
  border: 3px solid #ef2785;
  border-radius: 10px;
  margin-bottom: 15px;
}
.p-dtm-starter-set__model__name {    
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 24px;
  font-weight: 700;
  text-align: center;
  color: #004da1;
}
.p-dtm-starter-set__model__spec {
  display: flex;
  gap: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #484848;
  padding: 6px 0;
}
.p-dtm-starter-set__model__spec + .p-dtm-starter-set__model__spec {
  border-top: 2px solid #484848;
}
.p-dtm-starter-set__model__spec dt {
  width: 8em;
  flex: 0 0 auto;
  background: #484848;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 0.8em 0.3em;
  text-align: center;
  border-radius: 4px;
}
.p-dtm-starter-set__model__spec dd {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.p-dtm-starter-set__model__price {
  color: #f00;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}
.p-dtm-starter-set__model__price .yen {
  font-size: 18px;
}
.p-dtm-starter-set__model__button {
  margin: 20px auto 0;
  width: 100%;
  text-align: center;
  transition: 0.5s all;
}

.p-dtm-starter-set__model__button span {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  display: block;
  padding: 18px 0;
}
.p-dtm-starter-set__model:hover {
  transform: translateY(-10px);
}
.p-dtm-starter-set__model:hover .p-dtm-starter-set__model__button {

}
.p-dtm-starter-set__section--about-raytrek {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #093381;
}

/* raytrakとは */
.box-raytrek {
  background-color: #fff;
  background-clip: padding-box;
  border: 12px solid rgb(255 255 255 / 70%);
  padding: 0 54px 34px;
  max-width: 1140px;
  margin: 0 auto;
}
.box-raytrek p {
  font-size: 18px;
  line-height: 1.8;
}
.box-raytrek .raytrek-ttl {
  padding: 50px 0;
  color: #0A3190;
  font-size: 32px;
  width: 389px;
  margin: auto;
  background-image: url(../../5info/img/collab_photographer/raytrek.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.box-raytrek .copyArea {
  text-align: center;
  margin: 50px auto 10px;
  float: none;
  width: 100%;
}
.box-raytrek p.ttl02 {
  font-weight: bold;
  line-height: 1;
  font-size: 32px;
  margin-bottom: 32px;
  color: #0A3190;
}
.box-raytrek p.btn-brand {
  line-height: 1;
  background: transparent linear-gradient(180deg, #87CEFA 0%, #0059B3 100%) 0% 0% no-repeat padding-box;
  border-radius: 50px;
  width: 250px;
  text-align: center;
  margin: 0 auto 20px;
  transition: 0.3s all;
}
.box-raytrek p.btn-brand a {
  display: block;
  padding: 15px 0 18px;
  color: #fff;
  text-decoration: none;
}

.box-raytrek p.text-brand {
  color: #0059B3;
}

@media screen and (max-width: 468px) {
  .box-raytrek {
    padding: 25px;
  }
  .box-raytrek p.btn-brand {
    width: 250px;
    margin: 0 auto 20px;
  }
  .box-raytrek p.btn-brand a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
  }
  .box-raytrek .c-pc-only {
    display: none;
  }
  .box-raytrek .raytrek-ttl {
    width: auto;
  }
  .box-raytrek .copyArea {
    margin: 0 auto 10px;
  }
  .box-raytrek p {
    font-size: 16px;
  }
}
@media screen and (min-width: 469px),print {
  .box-raytrek .c-sp-only {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .p-dtm-starter-set__merit__list {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }

  .p-dtm-starter-set__merit__item {
    max-width: none;
  }
  .p-dtm-starter-set__merit-card__heading {
    line-height: 1.48;
  }
}

@media screen and (max-width: 767px) {
  .c-pc-only {
    display: none;
  }
  .p-dtm-starter-set__h2 {
    font-size: clamp(23px, 40/750*100vw, 47px);
    margin-top: 50px;
  }
  .p-dtm-starter-set__h2--pop {
    margin-top: 32px;
  }
  .p-dtm-starter-set__h2--pop {
    font-size: clamp(60px, 120/750*100vw, 120px);
  }
  .p-dtm-starter-set__h3 {
    font-size: clamp(22px, 32/750*100vw, 32px);
    margin-top: 40px;
  }
  .p-dtm-starter-set__merit__list {
    margin-bottom: 32px;
  }
  .p-dtm-starter-set__model-list {
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }
  .p-dtm-starter-set__model {
    padding: 15px;
  }
  .p-dtm-starter-set__model__comment {
    text-align: left;
    font-size: 14px;
    margin-bottom: 24px;
  }
  .p-dtm-starter-set__model__comment__title {
    text-align: center;
    font-size: 16px;
  }
  .p-dtm-starter-set__model__box {
    flex-direction: column;
  }
  .p-dtm-starter-set__model__image {
    margin-bottom: 10px;
  }
  .p-dtm-starter-set__model__catchcopy {
    padding: 15px 0 20px;
    font-size: 18px;
  }
  
  .p-dtm-starter-set__model__spec {
    font-size: 14px;
  }
  .p-dtm-starter-set__model__spec dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.5em;
    height: 100%;
    padding: 0.3em;
  }

  .p-dtm-starter-set__model__name {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-dtm-starter-set__model__button {
    width: 270px;
    max-width: 100%;
    margin-top: 0;
  }

  .p-dtm-starter-set__model__price {
    margin-bottom: 20px;
    text-align: center;
  }

  .p-dtm-starter-set__lead-text {
    line-height: 1.7;
  }

  .p-dtm-starter-set__device-list {
    margin-top: 110px;
  }
  .p-dtm-starter-set__device-list .p-dtm-starter-set__device {
    margin-bottom: 74px;
  }
  .p-dtm-starter-set__device {
    padding: 0;
  }
  .p-dtm-starter-set__device__description img {
    position: static;
    transform: none;
    width: auto;
  }

  .p-dtm-starter-set__section--campaign {
    padding-left: 0;
    padding-right: 0;
  }

  .p-dtm-starter-set__button-entry {
    width: max(227px, 454/750*100vw);
  }
  .p-dtm-starter-set__section--related-content {
    padding-left: 0;
    padding-right: 0;
  }

  .p-dtm-starter-set__related-content-list {
    gap: 6px;
    margin-bottom: 80px;
  }
  .p-dtm-starter-set__section--about-raytrek {
    padding: 60px max(10px, 20/750*100%);
  }

  .p-dtm-starter-set__section--line-up {
    background-size: max(139px, 278/750*100%);
    background-position: -21% 4.5%;
  }
  .p-dtm-starter-set__section--about {
    background-size: max(383px, 766/750*100%), max(140px, 280/750*100%);
    background-position: -240px 25%, 145% 95.5%;
  }
  .p-dtm-starter-set__section--about::before {
    right: 0;
    transform: translate(58%, 4%);
    width: max(154px, 309/750*100%);
  }
  .p-dtm-starter-set__section--related-content::before {
    width: max(150px, 300/750*100%);
    transform: translate(-63%, -100%);
  }
}
.js-effect {
  opacity: 0;
}
