@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Babylonica&family=Mynerve&family=Splash&family=Yusei+Magic&family=Zen+Kurenaido&family=MonteCarlo&display=swap");
/*共通*/
.santaletter {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}
.santaletter .btn {
  max-width: 335px;
  width: 100%;
  height: 55px;
  margin: 0 auto;
  font-size: 16px;
  border-color: #C1223B;
  border-radius: 999px;
  background: #C1223B url("../../img/santaletter/common/arrow_btn.svg") right 24% center/9px no-repeat;
  color: #fff;
  font-weight: 700;
  transition: 0.3s all;
}
@media (min-width: 768px) {
  .santaletter .btn {
    max-width: 500px;
  }
}
.santaletter .btn:hover {
  color: #C1223B;
  background: #fff url("../../img/santaletter/common/arrow_btn-red.svg") right 24% center/9px no-repeat;
  opacity: 1;
}
.santaletter .disp_sp {
  display: block !important;
}
@media (min-width: 768px) {
  .santaletter .disp_sp {
    display: none !important;
  }
}
.santaletter .disp_pc {
  display: none !important;
}
@media (min-width: 768px) {
  .santaletter .disp_pc {
    display: block !important;
  }
}

/*トップ*/
.page--santaletter {
  /*MV*/
  /*イントロダクション*/
  /*デザイン*/
  /*パパ・ママサンタの声*/
}
.page--santaletter .mv {
  height: 280px;
  padding-top: 54px;
  background-color: #9AB5B9;
  background-image: url("../../img/santaletter/top/illust_mv_sp.svg"), url("../../img/santaletter/top/bg_mv_sp.png");
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: contain, cover;
}
@media (min-width: 992px) {
  .page--santaletter .mv {
    height: 493px;
    padding-top: 121px;
    background-image: url("../../img/santaletter/top/illust_mv.png"), url("../../img/santaletter/top/bg_mv.png");
    background-position: center bottom, center;
  }
}
.page--santaletter .mv .mv__title {
  max-width: 334px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .page--santaletter .mv .mv__title {
    max-width: 615px;
    margin-left: 81px;
  }
}
.page--santaletter .mv .mv__title img {
  width: 100%;
}
.page--santaletter .intro {
  padding-top: 40px;
  padding-bottom: 60px;
}
.page--santaletter .intro .intro__box {
  margin-bottom: 30px;
  padding: 26px 20px;
  background: #FFFCF5;
}
@media (min-width: 768px) {
  .page--santaletter .intro .intro__box {
    padding: 20px;
  }
}
.page--santaletter .intro .intro__box__inner {
  border: 2px dashed #5F7376;
  padding: 0 20px 30px;
  font-weight: 700;
  color: #5F7376;
}
@media (min-width: 768px) {
  .page--santaletter .intro .intro__box__inner {
    padding: 0 34px 17px;
  }
}
.page--santaletter .intro .intro__title {
  margin: 0 auto 27px;
  padding: 18px 0 8px;
  text-align: center;
  border-bottom: 3px dashed #5F7376;
}
@media (min-width: 768px) {
  .page--santaletter .intro .intro__title {
    width: max-content;
    padding: 50px 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .page--santaletter .intro .intro__title {
    margin-bottom: 40px;
  }
}
.page--santaletter .intro .intro__title span {
  display: block;
  padding-top: 6px;
  padding-bottom: 7px;
  background: url("../../img/santaletter/top/bg_title_intro_sp.svg") no-repeat center top/contain;
  font-size: 22px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page--santaletter .intro .intro__title span {
    background: none;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .page--santaletter .intro .intro__title span {
    font-size: 40px;
  }
}
.page--santaletter .intro .intro__text {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page--santaletter .intro .intro__text {
    position: relative;
    margin-bottom: 33px;
  }
}
.page--santaletter .intro .intro__text p {
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  z-index: 1;
}
@media (min-width: 768px) {
  .page--santaletter .intro .intro__text p {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (min-width: 1080px) {
  .page--santaletter .intro .intro__text:before, .page--santaletter .intro .intro__text:after {
    content: "";
    position: absolute;
  }
}
.page--santaletter .intro .intro__text:before {
  top: 39px;
  left: 9px;
  width: 85px;
  height: 349px;
  background: url("../../img/santaletter/common/ornament_01.svg") no-repeat center/contain;
}
.page--santaletter .intro .intro__text:after {
  top: 74px;
  right: 0;
  width: 90px;
  height: 300px;
  background: url("../../img/santaletter/common/ornament_02.svg") no-repeat center/contain;
}
.page--santaletter .intro .intro__santa {
  margin: 0 auto;
}
.page--santaletter .intro .intro__santa.disp_pc {
  width: 291px;
  margin: 0 auto;
}
.page--santaletter .design {
  padding: 60px 0;
  background: #FBFBFB;
}
@media (min-width: 768px) {
  .page--santaletter .design {
    padding: 70px 0 60px;
  }
}
.page--santaletter .design .design__title {
  margin-bottom: 10px;
  text-align: center;
  color: #C1223B;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .page--santaletter .design .design__title {
    font-size: 32px;
  }
}
.page--santaletter .design .design__text {
  margin-bottom: 30px;
  font-weight: 500;
  text-align: center;
}
.page--santaletter .design .design__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .page--santaletter .design .design__list {
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: 80px;
    padding: 0 26px;
  }
}
.page--santaletter .design .design__item {
  box-shadow: 0 0 4px rgba(121, 119, 95, 0.1);
  border: 1px solid #EBEBEB;
}
.page--santaletter .design .design__item img {
  width: 100%;
}
.page--santaletter .design .how-to-use {
  padding-top: 60px;
  border-top: 1px solid #D6D6D6;
}
@media (min-width: 768px) {
  .page--santaletter .design .how-to-use {
    padding-top: 30px;
  }
}
.page--santaletter .design .how-to-use .how-to-use__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #C1223B;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page--santaletter .design .how-to-use .how-to-use__title {
    margin-bottom: 22px;
  }
}
.page--santaletter .design .how-to-use .how-to-use__list {
  display: flex;
  flex-direction: column;
  gap: 18px 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page--santaletter .design .how-to-use .how-to-use__list {
    flex-direction: row;
    gap: 0 20px;
    margin-bottom: 50px;
  }
}
.page--santaletter .design .how-to-use .how-to-use__item {
  position: relative;
  padding: 20px 24px;
  background: #fff;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .page--santaletter .design .how-to-use .how-to-use__item {
    width: calc(33% - 10px);
    padding: 20px 34px;
  }
}
.page--santaletter .design .how-to-use .how-to-use__item:after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  width: 17px;
  height: 24px;
  background: url("../../img/santaletter/top/arrow_step.svg") no-repeat center/contain;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .page--santaletter .design .how-to-use .how-to-use__item:after {
    width: 30px;
    height: 25px;
    top: 50%;
    left: auto;
    right: -25px;
    bottom: auto;
    transform: translate(0, -50%) rotate(0deg);
  }
}
.page--santaletter .design .how-to-use .how-to-use__item:last-child:after {
  display: none;
}
.page--santaletter .design .how-to-use .how-to-use__item dt {
  width: max-content;
  margin: 0 auto 10px;
  font-size: 18px;
  background: #4B7760;
  border-radius: 33px;
  padding: 2px 15px 3px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .page--santaletter .design .how-to-use .how-to-use__item dt {
    margin-bottom: 15px;
  }
}
.page--santaletter .design .how-to-use .how-to-use__item dd {
  text-align: center;
}
.page--santaletter .design .how-to-use .how-to-use__item dd img {
  width: 271px;
  margin: 0 auto 10px;
  border-radius: 7px;
  border: 1px solid #333;
}
@media (min-width: 768px) {
  .page--santaletter .design .how-to-use .how-to-use__item dd img {
    width: 286px;
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .page--santaletter .design .how-to-use .how-to-use__item dd p {
    white-space: nowrap;
  }
}
.page--santaletter .voice {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .page--santaletter .voice {
    padding: 70px 0 60px;
  }
}
.page--santaletter .voice .voice__title {
  margin-bottom: 30px;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #C1223B;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page--santaletter .voice .voice__title {
    margin-bottom: 50px;
    font-size: 32px;
  }
}
.page--santaletter .voice .voice__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .page--santaletter .voice .voice__list {
    flex-direction: row;
  }
}
.page--santaletter .voice .voice__item {
  position: relative;
  padding: 30px 28px;
  border: 2px dashed #5F7376;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .page--santaletter .voice .voice__item {
    width: 33%;
    padding: 35px 34px 36px;
  }
}
.page--santaletter .voice .voice__item:first-child .voice__item__ornament {
  top: -17px;
  left: 10px;
}
@media (min-width: 768px) {
  .page--santaletter .voice .voice__item:first-child .voice__item__ornament {
    top: -38px;
  }
}
.page--santaletter .voice .voice__item:nth-child(2) .voice__item__ornament {
  top: -35px;
  right: 10px;
}
@media (min-width: 768px) {
  .page--santaletter .voice .voice__item:nth-child(2) .voice__item__ornament {
    top: auto;
    right: 10px;
    bottom: -38px;
  }
}
.page--santaletter .voice .voice__item:last-child .voice__item__ornament {
  top: -10px;
  left: 18px;
}
@media (min-width: 768px) {
  .page--santaletter .voice .voice__item:last-child .voice__item__ornament {
    top: -47px;
    left: auto;
    right: 5px;
  }
}
.page--santaletter .voice .voice__item__img {
  width: 184px;
  margin: 0 auto 20px;
}
.page--santaletter .voice .voice__item__text {
  line-height: 1.62;
}
.page--santaletter .voice .voice__item__ornament {
  position: absolute;
}

.santaletter-step {
  display: none;
}
.santaletter-step.is-active {
  display: block;
}

/*STEP 1*/
.santaletter-step--01 {
  /*MV*/
  /*イントロダクション*/
  /*STEP*/
}
.santaletter-step--01 .mv {
  height: 200px;
  padding-top: 50px;
  background-color: #BCDDE4;
  background-image: url("../../img/santaletter/step/illust_mv_sp.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .santaletter-step--01 .mv {
    height: 140px;
    background-image: url("../../img/santaletter/step/illust_mv_step_01.svg");
  }
}
.santaletter-step--01 .mv .inner {
  max-width: 335px;
}
@media (min-width: 768px) {
  .santaletter-step--01 .mv .inner {
    max-width: 1100px;
  }
}
.santaletter-step--01 .mv .mv__title {
  font-size: 21px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #5F7376;
}
@media (min-width: 768px) {
  .santaletter-step--01 .mv .mv__title {
    font-size: 28px;
  }
}
.santaletter-step--01 .intro {
  padding: 30px 0 0;
  margin-bottom: -12px;
}
@media (min-width: 768px) {
  .santaletter-step--01 .intro {
    padding: 60px 0;
  }
}
.santaletter-step--01 .intro .intro__title {
  max-width: 335px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
  color: #5F7376;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: url("../../img/santaletter/step/bg_title_intro_sp.svg") no-repeat center top/contain;
}
@media (min-width: 768px) {
  .santaletter-step--01 .intro .intro__title {
    max-width: 920px;
    margin-bottom: 40px;
    background: url("../../img/santaletter/step/bg_title_intro.svg") no-repeat center bottom/contain;
  }
}
.santaletter-step--01 .intro .intro__title span {
  display: block;
  border-bottom: 3px dashed #5F7376;
  padding: 30px 0 20px;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .santaletter-step--01 .intro .intro__title span {
    display: inline-block;
    font-size: 40px;
    background: none;
  }
}
.santaletter-step--01 .intro .intro__text {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
}
@media (min-width: 768px) {
  .santaletter-step--01 .intro .intro__text {
    margin-bottom: -12px;
    font-size: 16px;
    text-align: center;
  }
}
.santaletter-step--01 .intro .intro__img {
  margin: 0 auto;
}
.santaletter-step--01 .step {
  /*STEP 1*/
  /*STEP 2*/
  /*STEP 3*/
}
.santaletter-step--01 .step .inner {
  display: flex;
  flex-direction: column;
  gap: 112px 0;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .inner {
    gap: 132px 0;
  }
}
.santaletter-step--01 .step .step__section {
  position: relative;
}
.santaletter-step--01 .step .step__section:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -82px;
  transform: translate(-50%, 0);
  width: 48px;
  height: 38px;
  background: url("../../img/santaletter/step/arrow_step.svg") no-repeat center/contain;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section:after {
    bottom: -85px;
  }
}
.santaletter-step--01 .step .step__section:last-child:after {
  display: none;
}
.santaletter-step--01 .step .step__section .step__title {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section .step__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-bottom: 50px;
  }
}
.santaletter-step--01 .step .step__section .step__title .step__title__img {
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section .step__title .step__title__img {
    margin: 0;
  }
}
.santaletter-step--01 .step .step__section .step__title .step__title__text {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #C1223B;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section .step__title .step__title__text {
    font-size: 32px;
  }
}
.santaletter-step--01 .step .step__section .step__title .step__title__text small {
  font-size: 22px;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section .step__title .step__title__text small {
    font-size: 28px;
  }
}
.santaletter-step--01 .step .step__section .step__box {
  border: 2px dashed #C1223B;
  border-radius: 10px;
}
.santaletter-step--01 .step .step__section .step__label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.santaletter-step--01 .step .step__section .step__label span {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.santaletter-step--01 .step .step__section .step__label span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.santaletter-step--01 .step .step__section .step__label input[type=radio]:checked + span::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  border: solid #C1223B;
  border-width: 0 3px 3px 0;
  position: absolute;
  left: 7px;
  top: 42%;
  transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--01 {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--01:before {
    content: "";
    position: absolute;
    top: 300px;
    left: -53px;
    width: 90px;
    height: 300px;
    background: url("../../img/santaletter/common/ornament_02.svg") no-repeat center/contain;
  }
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--01 .step__title .step__title__text {
    position: relative;
    top: 12px;
  }
}
.santaletter-step--01 .step .step__section--01 .step__title .step__title__text > img {
  position: absolute;
  bottom: -22px;
  right: 0;
  width: 44px;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--01 .step__title .step__title__text > img {
    top: 2px;
    right: -50px;
    bottom: auto;
  }
}
.santaletter-step--01 .step .step__section--01 .step__design__sample {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 11px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--01 .step__design__sample {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 20px;
    margin-bottom: 40px;
  }
}
.santaletter-step--01 .step .step__section--01 .step__design__sample__item dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 121px;
  height: 35px;
  margin: 0 auto 10px;
  text-align: center;
  border-radius: 80px;
  font-weight: 700;
  border: 1px solid #333;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--01 .step__design__sample__item dt {
    width: 140px;
    height: 41px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.santaletter-step--01 .step .step__section--01 .step__design__sample__item dd img {
  width: 100%;
  border: 1px solid #EBEBEB;
}
.santaletter-step--01 .step .step__section--01 .step__design__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  padding: 30px 40px;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--01 .step__design__list {
    padding: 40px 50px;
  }
}
.santaletter-step--01 .step .step__section--01 .step__design__list .step__design__list__item {
  width: calc(50% - 25px);
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--01 .step__design__list .step__design__list__item {
    width: auto;
  }
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--02 {
    max-width: 940px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--02 .step__title {
    margin-bottom: 30px;
  }
}
.santaletter-step--01 .step .step__section--02 .step__title .step__title__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--02 .step__title .step__title__text {
    gap: 13px;
  }
}
.santaletter-step--01 .step .step__section--02 .step__title .step__title__text > img {
  width: 60px;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--02 .step__title .step__title__text > img {
    width: 81px;
  }
}
.santaletter-step--01 .step .step__section--02 .step__font {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--02 .step__font {
    gap: 40px;
    padding: 40px 50px;
  }
}
.santaletter-step--01 .step .step__section--02 .step__font__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #C1223B;
  cursor: pointer;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--02 .step__font__item {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .santaletter-step--01 .step .step__section--02 .step__font__item {
    gap: 105px;
  }
}
.santaletter-step--01 .step .step__section--02 .step__font__item--01 .step__font__item__sample {
  font-family: "Zen Kurenaido", sans-serif;
}
.santaletter-step--01 .step .step__section--02 .step__font__item--02 .step__font__item__sample {
  font-family: "Zen Maru Gothic", sans-serif;
}
.santaletter-step--01 .step .step__section--02 .step__font__item--03 .step__font__item__sample {
  font-family: "Yusei Magic", sans-serif;
}
.santaletter-step--01 .step .step__section--02 .step__font__item--04 .step__font__item__sample {
  font-family: "Babylonica", cursive;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--02 .step__font__item--04 .step__font__item__sample {
    position: relative;
    top: 2px;
  }
}
.santaletter-step--01 .step .step__section--02 .step__font__item--05 .step__font__item__sample {
  font-family: "Splash", cursive;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--02 .step__font__item--05 .step__font__item__sample {
    position: relative;
    top: 2px;
  }
}
.santaletter-step--01 .step .step__section--02 .step__font__item--06 .step__font__item__sample {
  font-family: "Mynerve", cursive;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--02 .step__font__item--06 .step__font__item__sample {
    position: relative;
    top: 2px;
  }
}
.santaletter-step--01 .step .step__section--02 .step__font__item__label {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--02 .step__font__item__label {
    margin-bottom: 0;
  }
}
.santaletter-step--01 .step .step__section--02 .step__font__item__sample {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--02 .step__font__item__sample {
    flex: 1;
    padding: 0;
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .santaletter-step--01 .step .step__section--02 .step__font__item__sample {
    gap: 52px;
  }
}
.santaletter-step--01 .step .step__section--02 .step__font__item__sample li {
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--02 .step__font__item__sample li {
    width: 33%;
    white-space: nowrap;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .santaletter-step--01 .step .step__section--02 .step__font__item__sample li {
    font-size: 16px;
  }
}
.santaletter-step--01 .step .step__section--03 .step__title .step__title__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.santaletter-step--01 .step .step__section--03 .step__title .step__title__text > img {
  width: 22px;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--03 .step__title .step__title__text > img {
    width: 26px;
  }
}
.santaletter-step--01 .step .step__section--03 .step__maker {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--03 .step__maker {
    max-width: 940px;
    margin: 0 auto 70px;
  }
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--03 .step__maker .step__maker__item {
    display: flex;
    align-items: baseline;
    gap: 40px;
  }
}
.santaletter-step--01 .step .step__section--03 .step__maker .step__maker__item:first-of-type {
  margin-bottom: 52px;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--03 .step__maker .step__maker__item:first-of-type {
    margin-bottom: 30px;
  }
}
.santaletter-step--01 .step .step__section--03 .step__maker .step__maker__item label {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--03 .step__maker .step__maker__item label {
    margin-bottom: 0;
    width: 160px;
    white-space: nowrap;
  }
}
.santaletter-step--01 .step .step__section--03 .step__maker .step__maker__item input,
.santaletter-step--01 .step .step__section--03 .step__maker .step__maker__item textarea {
  width: 100%;
  padding: 12px 6px;
  border: 1px solid #C1223B;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--03 .step__maker .step__maker__item input,
  .santaletter-step--01 .step .step__section--03 .step__maker .step__maker__item textarea {
    flex: 1;
    padding: 12px 20px;
  }
}
.santaletter-step--01 .step .step__section--03 .step__maker .step__maker__item input::placeholder,
.santaletter-step--01 .step .step__section--03 .step__maker .step__maker__item textarea::placeholder {
  color: #ddd;
}
.santaletter-step--01 .step .step__section--03 .step__maker .step__maker__item input:focus,
.santaletter-step--01 .step .step__section--03 .step__maker .step__maker__item textarea:focus {
  outline: none;
}
.santaletter-step--01 .step .step__section--03 .step__maker .step__maker__item textarea {
  height: 324px;
}
.santaletter-step--01 .step .step__section--03 .step__maker .step__maker__note {
  margin: 30px 0 20px;
  text-align: center;
}
.santaletter-step--01 .step .step__section--03 .message-sample {
  padding-bottom: 60px;
}
.santaletter-step--01 .step .step__section--03 .message-sample .message-sample__title {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.santaletter-step--01 .step .step__section--03 .message-sample .message-sample__title:before {
  content: "";
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  border-bottom: 3px dashed #5F7376;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--03 .message-sample .message-sample__title:before {
    top: 56%;
  }
}
.santaletter-step--01 .step .step__section--03 .message-sample .message-sample__title span {
  position: relative;
  font-size: 22px;
  letter-spacing: 0.05em;
  background: #fff;
  padding: 1px 10px;
  color: #5F7376;
  font-weight: 700;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--03 .message-sample .message-sample__title span {
    font-size: 28px;
  }
}
.santaletter-step--01 .step .step__section--03 .message-sample .message-sample__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--03 .message-sample .message-sample__list {
    gap: 40px;
    margin-bottom: 40px;
  }
}
.santaletter-step--01 .step .step__section--03 .message-sample .message-sample__list .message-sample__item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  width: 174px;
  height: 53px;
  border-radius: 5px 30px 0 0;
  color: #5F7376;
  background: #EDF1EF;
}
.santaletter-step--01 .step .step__section--03 .message-sample .message-sample__list .message-sample__box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #EDF1EF;
  border-radius: 0 10px 10px 10px;
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--03 .message-sample .message-sample__list .message-sample__box {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
    padding: 25px 40px 40px;
  }
}
.santaletter-step--01 .step .step__section--03 .message-sample .message-sample__list .message-sample__box .message-sample__box__item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--03 .message-sample .message-sample__list .message-sample__box .message-sample__box__item {
    width: calc(50% - 20px);
  }
}
.santaletter-step--01 .step .step__section--03 .message-sample .message-sample__list .message-sample__box .message-sample__box__title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 15px;
}
.santaletter-step--01 .step .step__section--03 .message-sample .message-sample__list .message-sample__box .message-sample__box__title .lang {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  width: 112px;
  height: 41px;
  border-radius: 999px;
  border: 1px solid #333;
}
.santaletter-step--01 .step .step__section--03 .message-sample .message-sample__list .message-sample__box .message-sample__box__title .clipboard {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 87px;
  height: 34px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #4B7760;
  border: 1px solid #fff;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.3s all;
}
.santaletter-step--01 .step .step__section--03 .message-sample .message-sample__list .message-sample__box .message-sample__box__title .clipboard:hover {
  opacity: 0.8;
}
.santaletter-step--01 .step .step__section--03 .message-sample .message-sample__list .message-sample__box .message-sample__box__text {
  padding: 20px;
  background: #fff;
  font-weight: 500;
  border-radius: 7px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .santaletter-step--01 .step .step__section--03 .message-sample .message-sample__list .message-sample__box .message-sample__box__text {
    flex: 1;
    padding: 20px 30px;
  }
}
.santaletter-step--01 .step .step__section--03 .message-sample .message-sample__btn {
  padding-left: 12px;
  background-color: #4B7760;
  background-image: url("../../img/santaletter/step/icon_translate.svg"), url("../../img/santaletter/common/arrow_btn.svg");
  background-position: left 21px center, right 22px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 33px, 10px;
  border-color: #4B7760;
}
.santaletter-step--01 .step .step__section--03 .message-sample .message-sample__btn:hover {
  color: #fff;
}

/*STEP 2*/
.santaletter-step--02 {
  /*MV*/
  /*プレビュー*/
  /* アウトプットHTML */
}
.santaletter-step--02 .mv {
  height: 200px;
  padding-top: 50px;
  background-color: #BCDDE4;
  background-image: url("../../img/santaletter/step/illust_mv_sp.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .santaletter-step--02 .mv {
    height: 140px;
    background-image: url("../../img/santaletter/step/illust_mv_step_02.svg");
  }
}
.santaletter-step--02 .mv .inner {
  max-width: 335px;
}
@media (min-width: 768px) {
  .santaletter-step--02 .mv .inner {
    max-width: 1100px;
  }
}
.santaletter-step--02 .mv .mv__title {
  font-size: 21px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #5F7376;
}
@media (min-width: 768px) {
  .santaletter-step--02 .mv .mv__title {
    font-size: 28px;
  }
}
.santaletter-step--02 .preview {
  padding: 70px 0;
}
@media (min-width: 768px) {
  .santaletter-step--02 .preview {
    padding: 120px 0 152px;
  }
}
.santaletter-step--02 .preview .preview__img {
  max-width: 335px;
  width: 100%;
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .santaletter-step--02 .preview .preview__img {
    max-width: 550px;
    margin-bottom: 113px;
  }
}
.santaletter-step--02 .preview .preview__loading {
  text-align: center;
}
.santaletter-step--02 .preview .preview__fix {
  margin-bottom: 20px;
  background-color: #fff;
  color: #C1223B;
  border: 2px solid #C1223B;
  background-image: url("../../img/santaletter/common/arrow_btn-red.svg");
}
.santaletter-step--02 .preview .preview__fix:hover {
  background-color: #C1223B;
  color: #fff;
  background-image: url("../../img/santaletter/common/arrow_btn.svg");
}
.santaletter-step--02 .preview .preview__download {
  margin-bottom: 20px;
}
.santaletter-step--02 .preview .preview__download:hover small {
  color: #C1223B;
  border-color: #C1223B;
}
.santaletter-step--02 .preview .preview__download span {
  position: relative;
}
.santaletter-step--02 .preview .preview__download span small {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -63px;
  transform: translate(0, -50%);
  width: 54px;
  height: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 55px;
  transition: 0.3s all;
}
.santaletter-step--02 .preview .preview__note {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.8;
}
.santaletter-step--02 .preview .preview__print {
  background-color: #4B7760;
  background-position: right 16% center;
  border-color: #4B7760;
  background-image: url("../../img/santaletter/common/arrow_btn.svg");
}
.santaletter-step--02 .preview .preview__print:hover {
  color: #fff;
  opacity: 0.8;
}
.santaletter-step--02 .output__preview {
  margin: 0 auto;
  border: 1px solid #EBEBEB;
}
.santaletter-step--02 .output__html {
  position: relative;
  width: 1785px;
  height: 2526px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.santaletter-step--02 .output__html .output__html__box {
  position: absolute;
}
.santaletter-step--02 .output__html .output__html__name,
.santaletter-step--02 .output__html .output__html__content {
  position: absolute;
  width: 100%;
}
.santaletter-step--02 .output__html.font-01 {
  font-family: "Zen Kurenaido", sans-serif;
}
.santaletter-step--02 .output__html.font-02 {
  font-family: "Zen Maru Gothic", sans-serif;
}
.santaletter-step--02 .output__html.font-03 {
  font-family: "Yusei Magic", sans-serif;
}
.santaletter-step--02 .output__html.font-04 {
  font-family: "Babylonica", cursive;
}
.santaletter-step--02 .output__html.font-05 {
  font-family: "Splash", cursive;
}
.santaletter-step--02 .output__html.font-06 {
  font-family: "Mynerve", cursive;
}
.santaletter-step--02 .output__html.design-01, .santaletter-step--02 .output__html.design-02, .santaletter-step--02 .output__html.design-03 {
  font-size: 54px;
  font-weight: 400;
  color: #282828;
}
.santaletter-step--02 .output__html.design-01 .output__html__box, .santaletter-step--02 .output__html.design-02 .output__html__box, .santaletter-step--02 .output__html.design-03 .output__html__box {
  left: 270px;
  width: 1245px;
}
.santaletter-step--02 .output__html.design-01 .output__html__name, .santaletter-step--02 .output__html.design-02 .output__html__name, .santaletter-step--02 .output__html.design-03 .output__html__name {
  top: 525px;
  line-height: 1.44;
}
.santaletter-step--02 .output__html.design-01 .output__html__content, .santaletter-step--02 .output__html.design-02 .output__html__content, .santaletter-step--02 .output__html.design-03 .output__html__content {
  top: 636px;
  line-height: 2.5;
}
.santaletter-step--02 .output__html.design-01 {
  background-image: url("../../img/santaletter/common/design_01.png");
}
.santaletter-step--02 .output__html.design-02 {
  background-image: url("../../img/santaletter/common/design_02.png");
}
.santaletter-step--02 .output__html.design-03 {
  background-image: url("../../img/santaletter/common/design_03.png");
}
.santaletter-step--02 .output__html.design-04, .santaletter-step--02 .output__html.design-05, .santaletter-step--02 .output__html.design-06 {
  font-weight: 400;
}
.santaletter-step--02 .output__html.design-04 .output__html__name, .santaletter-step--02 .output__html.design-05 .output__html__name, .santaletter-step--02 .output__html.design-06 .output__html__name {
  font-size: 150px;
  line-height: 1;
}
.santaletter-step--02 .output__html.design-04.font-04 .output__html__name, .santaletter-step--02 .output__html.design-04.font-05 .output__html__name, .santaletter-step--02 .output__html.design-04.font-06 .output__html__name, .santaletter-step--02 .output__html.design-05.font-04 .output__html__name, .santaletter-step--02 .output__html.design-05.font-05 .output__html__name, .santaletter-step--02 .output__html.design-05.font-06 .output__html__name, .santaletter-step--02 .output__html.design-06.font-04 .output__html__name, .santaletter-step--02 .output__html.design-06.font-05 .output__html__name, .santaletter-step--02 .output__html.design-06.font-06 .output__html__name {
  font-family: "MonteCarlo", cursive;
}
.santaletter-step--02 .output__html.design-04 .output__html__content, .santaletter-step--02 .output__html.design-05 .output__html__content, .santaletter-step--02 .output__html.design-06 .output__html__content {
  font-size: 66px;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
.santaletter-step--02 .output__html.design-04 {
  background-image: url("../../img/santaletter/common/design_04.png");
  text-align: center;
}
.santaletter-step--02 .output__html.design-04 .output__html__box {
  left: 234px;
  width: 1320px;
}
.santaletter-step--02 .output__html.design-04 .output__html__name {
  top: 726px;
  left: 50%;
  transform: translateX(-50%);
  color: #D53226;
}
.santaletter-step--02 .output__html.design-04 .output__html__content {
  top: 960px;
  left: 50%;
  transform: translateX(-50%);
  color: #85603B;
}
.santaletter-step--02 .output__html.design-05 {
  background-image: url("../../img/santaletter/common/design_05.png");
}
.santaletter-step--02 .output__html.design-05 .output__html__box {
  left: 135px;
  width: 1500px;
}
.santaletter-step--02 .output__html.design-05 .output__html__name {
  top: 438px;
  color: #E60014;
}
.santaletter-step--02 .output__html.design-05 .output__html__content {
  top: 780px;
  color: #E60014;
}
.santaletter-step--02 .output__html.design-06 {
  background-image: url("../../img/santaletter/common/design_06.png");
}
.santaletter-step--02 .output__html.design-06 .output__html__box {
  left: 180px;
  width: 1500px;
}
.santaletter-step--02 .output__html.design-06 .output__html__name {
  top: 330px;
  color: #C64644;
}
.santaletter-step--02 .output__html.design-06 .output__html__content {
  top: 714px;
  color: #282828;
}

/*# sourceMappingURL=style.css.map */
