@charset "UTF-8";
/*//////////////////////////////////////////////////

Title : 240215_EngravingService

//////////////////////////////////////////////////*/

/* ========================================================
                      * Layout style *
========================================================= */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html, body {
	overflow-x: hidden;
}

main {
  max-width: 100%;
}

#Contents {
  margin-bottom: 0;
}

.lp_contents a {
  text-decoration: none;
}

.lp_contents p, 
.lp_contents ul, 
.lp_contents ol, 
.lp_contents dl {
  margin: 0;
}

.topic-path {
  margin-right: 0;
  margin-left: 0;
}

/* ===================
      ROOTS
=================== */
:root {
  --font-en: "pragmatica", sans-serif;
  --color-pink: #C6A093;
  --color-white: #ffffff;
  --color-gray: #727171;
  --color-bg: #F7F4F1;
}

/* ===================
  LP Contents
=================== */

#Wrap {
  width: 100%;
  overflow: hidden;
}

.lp_contents {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-color: var(--color-white);
  font-weight: 400;
  font-family: "pragmatica", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", 'Noto Sans JP', "メイリオ", "Meiryo", sans-serif;
  color: var(--color-gray);
  letter-spacing: 0.07em;
  overflow: hidden;
}

.lp_contents p {
  font-family: "pragmatica", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", 'Noto Sans JP', "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  color: var(--color-gray);
  letter-spacing: 0.14em;
}

.lp_contents img {
  width: 100%;
}

#FooterWrap {
  position: relative;
  z-index: 2;
}

.lp_contents *,
.lp_contents *:before,
.lp_contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lp_contents a,
.lp_contents a:before,
.lp_contents a:after,
.lp_contents a img {
  transition: opacity .3s ease-in-out,
  color .3s ease-in-out,
  background-color .3s ease-in-out,
  background-image .3s ease-in-out,
  border-color .3s ease-in-out,
  text-shadow .3s ease-in-out,
  text-weight .3s ease-in-out;
}

.lp_contents a:hover {
  opacity: 0.6;
}


.lp_contents ul,
.lp_contents li {
  list-style: none;
}

.lp_contents img {
  max-width: 100%;
  width: 100%;
}

.lp_contents sup {
  font-size: 1rem;
}

.lp_contents a:hover {
  opacity: 0.6;
}

.lp_contents h1 {
  padding: 0;
}

footer {
  margin-top: 0 ;
}

.font_en {
  font-weight: 400;
}

/* ===================================
              ANIME
=================================== */




/* ===================
  　　　Animation
=================== */


/* -- keyframes -- */

@keyframes opa0 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opa2 {
  0% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes tra1 {
  100% {
    transform: translateX(0);
  }
}

@keyframes tra2 {
  100% {
    transform: translateY(0);
  }
}

@keyframes tra3 {
  0% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
  }
}


@keyframes tra3_2 {
  0% {
    transform: translateY(2px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes tra4 {
  0% {
    transform: translateX(6%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra5 {
  0% {
    transform: translateX(-30%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra6 {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.ef {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s, transform 1s;
}

.ef.effect {
  opacity: 1;
  transform: translateY(0);
}

.ef2 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s, transform 1s;
}

.ef2.effect {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}

.ef-top {
  opacity: 0;
  transform: translateY(50px);
}

.ef-top.effect {
  animation: opa1 .8s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top2 {
  opacity: 0;
  transform: translateY(40px);
}

.ef-top2.effect {
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3_2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-right {
  opacity: 0;
  transform: translateX(6%);
}

.ef-right.effect {
  animation: opa1 1.2s ease-in 0s 1 forwards, tra4 1.2s ease-in-out 0s 1 forwards;
}

.ef-left {
  opacity: 0;
}

.ef-left.effect {
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra5 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-lg.effect {
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra6 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}



/* ===================================
          MAIN VISUAL
=================================== */
.lp_contents .mv_area {
  position: relative;
}


.lp_contents .mv_txt_group {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  margin-left: 5rem;
  text-shadow: #0000006e 0px 0 20px;
}

.lp_contents .mv_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;

}

.lp_contents .ttl {
  margin-bottom: 1.5rem;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
  font-feature-settings: "pkna";
  letter-spacing: 0.1em;
  color: #ffffff;
}

.lp_contents .subttl {
  margin-bottom: 2.5rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "pkna";
  letter-spacing: 0.14em;
  color: #ffffff;
}

.lp_contents .mv_txt {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
  font-feature-settings: "palt";
  text-align: center;
  color: #ffffff;
}

/* ===================================
          Engraving Item
=================================== */
.lp_contents .engraving_itm_section {
  padding: 10rem 0 9.5rem;
}


.lp_contents .sec_ttl {
  margin-bottom: 6.1rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  font-feature-settings: "pkna";
  text-align: center;
}

.lp_contents .itm_group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6rem;
  margin-bottom: 4.5rem;
}

.lp_contents .itm_list {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.lp_contents .itm_img {
  margin-bottom: 3.5rem;
  width: 20rem;

}

.lp_contents .itm_name {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.75;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.14em;
}

.lp_contents .itm_price {
  margin-bottom: 2.1rem;
  font-family: var(--font-en);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}

.lp_contents .itm_price .tax {
  font-size: 1.1rem;
  font-weight: 400;
}


.lp_contents .btn {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background:transparent;
  border: none;
  
}

.lp_contents .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-feature-settings: "palt";
  transition: all 0.1s ease-in-out;
}
.lp_contents .btn:hover {
  border: none;
}

.lp_contents .btn.btn_check {
  width: 14rem;
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  font-feature-settings: "pkna";
  letter-spacing: 0.1em;
  background: var(--color-pink);
  border-radius: 1.6rem;
}

.lp_contents .btn.btn_check a {
  color: var(--color-white);
  padding: 1rem 0 0.9rem 0;
}


.lp_contents .note {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 2.2;
  text-align: center;
  font-feature-settings: "palt";
  color: var(--color-gray);
}

/*=======================================
              STEP
========================================*/

.lp_contents .step_section {
  padding: 10rem 0 10.2rem;
  background-color: var(--color-bg);
}

.lp_contents .step_section .sec_ttl {
  margin-bottom: 6.2rem;
  font-weight: 500;
}

.lp_contents .step_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8.5rem;
}


.lp_contents .step_itm {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 9rem;
}

.lp_contents .step_group .step_itm:last-of-type {
  padding-bottom: 0;
}

.lp_contents .step_num {
  margin-bottom: 2.6rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

.lp_contents .num {
  font-size: 4rem;
  margin-left: 0.5rem;
  font-weight: 400;
}

.lp_contents .step_ttl {
  margin-bottom: 2.4rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-pink);
  font-feature-settings: "palt";
}

.lp_contents .cont {
  margin-bottom: 4.5rem;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2;
  text-align: center;
  font-feature-settings: "palt";
}

.lp_contents .step_section .step_group .step_itm:nth-of-type(2) .cont,
.lp_contents .step_section .step_group .step_itm:nth-of-type(3) .cont {
  margin-bottom: 2.5rem;
}

.lp_contents .link {
  text-decoration: underline;
  text-decoration-color: var(--color-gray);
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  color: var(--color-gray);
}

.lp_contents .itm_set_img {
  margin-bottom: 4.6rem;
  width: 16.2rem;
}


.lp_contents .step_img {
  width: 80rem;
}

.lp_contents .step_section .step_group .step_itm:nth-of-type(2) .step_img {
  margin-bottom: 1rem;
}

@keyframes arrowmove{
  0%{bottom:1%;}
  50%{bottom:3%;}
  100%{bottom:1%;}
}

.lp_contents .arrow_area {
  position: absolute;
  bottom: -18%;
  animation: arrowmove 1.5s ease-in-out infinite;
}


.lp_contents .arrow {
  position: relative;
}


.lp_contents .arrow:before {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
  width: 6rem;
  height: 2rem;
  background: url(../img/arrow.svg) center center / cover no-repeat;
  content: "";
}




/*=======================================
            GIFT WRAPPING
========================================*/

.lp_contents .giftwrap_section {
  padding: 10rem 0;
}

.lp_contents .giftwrap_section h3 {
  margin-bottom: 3.4rem;
  font-family: var(--font-en);
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}

.lp_contents .giftwrap_section .cont {
  margin-bottom: 4rem;
}

.lp_contents .wrap_gift_group {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3.5rem;
}

.lp_contents .wrap_gift_list {
  width: 23rem;
  text-align: center;
}

.lp_contents .wrap_gift_list img {
  margin-bottom: 1.6rem;
  width: 20rem;
}

.lp_contents .wrap_gift_name {
  margin-bottom: 0.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}

.lp_contents .wrap_gift_price {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.06em;
}

.lp_contents .wrap_gift_price .tax {
  font-size: 1rem;
}

.lp_contents .giftwrap_section .note {
  margin-bottom: 9.6rem;
  color: var(--color-gray);
}

.lp_contents .btn_main{
  margin: 0 auto;
  width: 62rem;
  font-size: 1.8rem;
  background-color: var(--color-pink);
  border-radius: 2.8rem;
}

.lp_contents .btn_main a {
  color: var(--color-white);
  padding: 1.4rem 1rem;
}


/*=======================================
              tablet
========================================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: calc(10* (100vw / 1200)) ;
  }
}

/*=======================================
                   SP
========================================*/
@media only screen and (max-width: 767px) {

  /* ===================
    LP Contents
  =================== */
  .lp_contents a:hover {
    opacity: 1;
  }
  .lp_contents .pc_only {
    display: none;
  }

  .lp_contents .sp_only {
    display: block;
  }

  .contents {
    padding-top: calc(182 * (100vw / 750));
  }

  .share-txt {
    margin-bottom: 0 !important;
  }

  /* ===================================
                MAIN VISUAL
  =================================== */
  .lp_contents .mv_area {
    position: relative;
  }
  
  
  .lp_contents .mv_txt_group {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: calc(0* (100vw / 780));
    margin-top: calc(50 * (100vw / 780));
    text-shadow: none;
  }
  

  .lp_contents .ttl {
    margin-bottom: calc(24 * (100vw / 780));
    font-size: calc(50 * (100vw / 780));
  }
  
  .lp_contents .subttl {
    margin-bottom: calc(578 * (100vw / 780));
    font-size: calc(36 * (100vw / 780));
  }
  
  .lp_contents .mv_txt {
    font-size: calc(24 * (100vw / 780));
    line-height: 1.8;
  }

  /* ===================================
          Engraving Item
=================================== */
.lp_contents .engraving_itm_section {
  padding: calc(117 * (100vw / 780)) 0 calc(108 * (100vw / 780));
}

.lp_contents .sec_ttl {
  margin-bottom: calc(88 * (100vw / 780));
  font-size: calc(44 * (100vw / 780));
}

.lp_contents .itm_group {
  gap: calc(76 * (100vw / 780));
  row-gap: calc(42 * (100vw / 780));
  margin-bottom: calc(71 * (100vw / 780));
}


.lp_contents .itm_img {
  margin-bottom: calc(51 * (100vw / 780));
  width: calc(243 * (100vw / 780));

}

.lp_contents .itm_name {
  margin-bottom: calc(19 * (100vw / 780));
  font-size: calc(24 * (100vw / 780));
  line-height: 1.75;
}

.lp_contents .itm_price {
  margin-bottom: calc(35 * (100vw / 780));
  font-size: calc(24 * (100vw / 780));
}

.lp_contents .tax {
  font-size: calc(20 * (100vw / 780));
}

.lp_contents .btn {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border: none;
}

.lp_contents .btn.btn_check {
  width:  calc(200 * (100vw / 780));
  font-size: calc(26 * (100vw / 780));
}

.lp_contents .btn.btn_check a{
  padding: calc(17 * (100vw / 780)) 0 calc(12 * (100vw / 780)) 0;
}


.lp_contents .note {
  font-size: calc(20 * (100vw / 780));

}

/*=======================================
              STEP
========================================*/

.lp_contents .step_section {
  padding: calc(123 * (100vw / 780)) 0;
}

.lp_contents .step_section .sec_ttl {
  margin-bottom: calc(73 * (100vw / 780));
}
.lp_contents .step_group {
  gap: calc(105 * (100vw / 780));
}


.lp_contents .step_itm {
  padding-bottom: calc(141 * (100vw / 780));
}


.lp_contents .step_num {
  margin-bottom: calc(40 * (100vw / 780));
  font-size: calc(34 * (100vw / 780));
}

.lp_contents .num {
  margin-left: calc(5 * (100vw / 780));
  font-size: calc(70 * (100vw / 780));
}

.lp_contents .step_ttl {
  margin-bottom: calc(30 * (100vw / 780));
  font-size: calc(34 * (100vw / 780));
  text-align: center;
  line-height: 2;
}

.lp_contents .cont {
  margin-bottom: calc(82 * (100vw / 780));
  font-size: calc(24 * (100vw / 780));
}

.lp_contents .step_section .step_group .step_itm:nth-of-type(2) .cont,
.lp_contents .step_section .step_group .step_itm:nth-of-type(3) .cont {
  margin-bottom: calc(44 * (100vw / 780));
}

.lp_contents .link {
  text-decoration: underline;
  text-decoration-color: var(--color-gray);
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.lp_contents .itm_set_img {
  margin-bottom: calc(77 * (100vw / 780));
  width: calc(233* (100vw / 780));
}

.lp_contents .step_img {
  width: calc(620 * (100vw / 780));
}

.lp_contents .step_section .step_group .step_itm:nth-of-type(2) .step_img {
  margin-bottom: calc(7 * (100vw / 780));
}


@keyframes arrowmove{
  0%{bottom:1%;}
  50%{bottom:3%;}
  100%{bottom:1%;}
}

.lp_contents .arrow_area {
  position: absolute;
  bottom: -20%;
  /* animation: arrowmove 1.5s ease-in-out infinite; */
}


.lp_contents .arrow {
  position: relative;
}


.lp_contents .arrow:before {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
  width: calc(90 * (100vw / 780));
  height: calc(40 * (100vw / 780));
  background: url(../img/arrow.svg) center center / cover no-repeat;
  content: "";
}

/*=======================================
            GIFT WRAPPING
========================================*/

.lp_contents .giftwrap_section {
  padding: calc(121 * (100vw / 780)) 0;
}

.lp_contents .giftwrap_section h3 {
  margin-bottom: calc(56 * (100vw / 780));
  font-size: calc(54 * (100vw / 780));
}

.lp_contents .giftwrap_section .cont {
  margin-bottom: calc(53 * (100vw / 780));
}

.lp_contents .wrap_gift_group {
  gap: calc(61 * (100vw / 780));
  margin-bottom: calc(41 * (100vw / 780));
}

.lp_contents .wrap_gift_list {
  width: calc(240 * (100vw / 780));
}

.lp_contents .wrap_gift_list img {
  width: 100%;
  margin-bottom: calc(24 * (100vw / 780));
}

.lp_contents .wrap_gift_name {
  margin-bottom: calc(7 * (100vw / 780));
  font-size: calc(22 * (100vw / 780));
}

.lp_contents .wrap_gift_price {
  margin-bottom: calc(10 * (100vw / 780));
  font-size: calc(22 * (100vw / 780));
}

.lp_contents .giftwrap_section .note {
  line-height: 2;
  margin-bottom: calc(114 * (100vw / 780));
}

.lp_contents .btn_main{
  width: calc(622 * (100vw / 780));
  font-size: calc(34 * (100vw / 780));
}

.lp_contents .btn_main a{
  padding:calc(21 * (100vw / 780)) calc(10 * (100vw / 780)) calc(20 * (100vw / 780));

}

  

}
