@charset "UTF-8";
/* ----------------------------------------------------------
   #GLOBAL
---------------------------------------------------------- */
/* メインビジュアル 
----- page/top-page/_mv ----- */
.tp-mv {
  position: relative;
  padding: 0 20px;
  overflow: hidden;
}
.tp-mv::before, .tp-mv::after {
  content: "";
  background: url("../img/top-mv_deco_l.svg") center/cover no-repeat;
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: 1;
}
.tp-mv::before {
  bottom: 50%;
  left: -10px;
}
.tp-mv::after {
  background-image: url("../img/top-mv_deco_r.svg");
  width: 320px;
  height: 760px;
  bottom: 0;
  right: -70px;
}
.tp-mv figure {
  position: relative;
  width: 95%;
  height: clamp(200px, 100dvh - 120px, 770px);
  margin: 0 auto;
}
.tp-mv figure::before {
  content: "";
  background: url("../img/top-mv_frame.svg") center/100% 100% no-repeat;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
}
.tp-mv figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-mv .tp-mv_catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 35px);
  font-size: 2rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 15px;
}
.tp-mv .tp-mv_catch p {
  padding: 20px 30px 5px;
  background: #fff;
  border-radius: 0 30px 0 0;
  line-height: 1.5;
}
.tp-mv .tp-mv_catch p:first-child {
  padding-top: 30px;
}
.tp-mv .tp-mv_catch p:last-child {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .tp-mv::before {
    width: 90px;
    height: 90px;
    left: -25px;
    rotate: 9deg;
  }
  .tp-mv::after {
    width: 145px;
    height: 350px;
    right: -53px;
    bottom: auto;
    top: 0;
  }
  .tp-mv figure {
    width: 100%;
    aspect-ratio: 28/37;
    height: auto;
  }
  .tp-mv figure::before {
    background-image: url("../img/top-mv_frame_sp.svg");
  }
  .tp-mv .tp-mv_catch {
    width: 100%;
    font-size: 1.8rem;
    margin-top: -35px;
    z-index: 1;
    position: relative;
    left: 0;
  }
  .tp-mv .tp-mv_catch p {
    padding: 10px 20px 0 10px;
  }
  .tp-mv .tp-mv_catch p:first-child {
    padding-top: 15px;
  }
  .tp-mv .tp-mv_catch p:last-child {
    padding-bottom: 0;
  }
}
/* トップページ共通パーツ 
----- page/top-page/_common ----- */
.tp-ttl_deco {
  text-align: left;
  position: relative;
  padding-left: 30px;
}
.tp-ttl_deco::before {
  content: "";
  mask: url("../img/deco_01.svg") center/contain no-repeat;
  display: block;
  background-color: #FCDFEA;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 13px;
  left: 0;
}

.tp-ruled_line {
  padding: 1px 0 100px;
  position: relative;
}
.tp-ruled_line::before {
  content: "";
  background: url("../img/tp-ruled_line.svg") 0 0/70px 70px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tp-cmn-big_deco {
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.tp-cmn-big_deco::before, .tp-cmn-big_deco::after {
  content: "";
  mask: url("../img/deco_01.svg") center/contain no-repeat;
  background: #F4E39A;
  width: 590px;
  height: 590px;
  position: absolute;
  bottom: -295px;
  left: -295px;
  z-index: -11;
}
.tp-cmn-big_deco::after {
  background: #C7E3BA;
  left: auto;
  right: -295px;
}

@media screen and (max-width: 768px) {
  .tp-ttl_deco {
    padding-left: 25px;
  }
  .tp-ttl_deco::before {
    width: 20px;
    height: 20px;
    top: 10px;
  }
  .tp-cmn-big_deco {
    padding-bottom: 70px;
  }
  .tp-cmn-big_deco::before, .tp-cmn-big_deco::after {
    width: 300px;
    height: 300px;
    bottom: -150px;
  }
  .tp-cmn-big_deco::before {
    left: -150px;
  }
  .tp-cmn-big_deco::after {
    right: -150px;
  }
}
/* キャンペーン一覧（バナー） 
----- page/top-page/_bnr ----- */
.tp-bnr_slide .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 8px);
  translate: 0 -50%;
  color: transparent;
  z-index: 1;
}
.tp-bnr_slide .slick-arrow::before {
  content: "";
  background: url("../img/arrow_btn.svg") center/cover no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: 0.3s;
}
.tp-bnr_slide .slick-prev {
  left: calc(15% + 20px);
}
.tp-bnr_slide .slick-prev::before {
  rotate: 180deg;
}
.tp-bnr_slide .slick-next {
  right: calc(15% + 20px);
}
.tp-bnr_slide .slick-dots {
  display: flex;
  justify-content: center;
  color: transparent;
  margin-top: 5px;
  height: 15px;
}
.tp-bnr_slide .slick-dots li {
  width: 15px;
}
.tp-bnr_slide .slick-dots button {
  color: transparent;
  width: 15px;
  height: 15px;
  position: absolute;
}
.tp-bnr_slide .slick-dots button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ddd;
  border-radius: 50%;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.tp-bnr_slide .slick-dots .slick-active button::before {
  background-color: #ED78AE;
}

.tp-bnr_item {
  transform: scale(0.85);
  transition: 0.3s;
}
.tp-bnr_item.slick-active {
  transform: scale(1);
}
.tp-bnr_item figure {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.tp-bnr_item img {
  width: 100%;
  transition: 0.3s;
}
.tp-bnr_item a {
  display: block;
}
.tp-bnr_item a:hover img {
  scale: 1.1;
}

.tp_campaign_end {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
  border-radius: 5px;
}
.tp_campaign_end span {
  display: block;
  color: #fff;
  background-color: #333;
  padding: 5px 10px;
  border-radius: 5px;
  line-height: 1.2;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .tp-bnr_slide .slick-arrow::before {
    width: 25px;
    height: 25px;
  }
  .tp-bnr_slide .slick-next {
    right: 5px;
  }
  .tp-bnr_slide .slick-prev {
    left: 5px;
  }
  .tp-bnr_item {
    transform: scale(0.85);
  }
}
/* コンセプト・特徴 
----- page/top-page/_concept ----- */
.tp-concept {
  background: rgba(165, 225, 228, 0.2);
  background: linear-gradient(142deg, rgba(116, 237, 243, 0.2) 15%, rgba(165, 225, 228, 0.2) 45%, rgba(152, 237, 217, 0.2) 80%);
  display: grid;
  grid-template-columns: 1fr min(60%, 840px) 1fr;
}

.tp-concept_deco {
  position: relative;
}
.tp-concept_deco img {
  display: block;
  width: min(100%, 310px);
  max-height: calc(100% - 80px);
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: calc(50% + 20px);
  translate: -50% -50%;
}
.tp-concept_deco.deco_r img {
  max-width: 290px;
  left: auto;
  right: calc(50% + 20px);
  translate: 50% -50%;
}

.tp-concept_inner {
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 20px;
  position: relative;
  z-index: 1;
}
.tp-concept_inner::before, .tp-concept_inner::after {
  content: "";
  display: block;
  width: 20px;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -19px;
  background: url("../img/tp-concept_corners_top.svg") top/20px 20px no-repeat, url("../img/tp-concept_corners_bottom.svg") bottom/20px 20px no-repeat;
  opacity: 0.9;
}
.tp-concept_inner::after {
  left: auto;
  right: -19px;
  rotate: 180deg;
}
.tp-concept_inner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.tp-concept_inner li {
  width: min(30%, 90px);
}
.tp-concept_inner li img {
  width: 100%;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 768px) {
  .tp-concept {
    grid-template-columns: 100%;
    padding-bottom: 50px;
  }
  .tp-concept_inner {
    padding: 50px 20px;
    margin: 0 20px;
  }
  .tp-concept_inner::before {
    background: url("../img/tp-concept_corners_top.svg") top/20px 20px no-repeat;
  }
  .tp-concept_inner::after {
    background: url("../img/tp-concept_corners_bottom.svg") bottom/20px 20px no-repeat;
  }
  .tp-concept_inner li {
    width: min(30%, 50px);
  }
  .tp-concept_slide_wrap {
    position: relative;
  }
  .tp-concept_slide_wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    position: absolute;
    top: -80px;
    left: 0;
    overflow: hidden;
    background: url("../img/tp-concept_deco_01.svg") right -20px top/70px 70px no-repeat, url("../img/tp-concept_deco_02.svg") -30px bottom/90px 22px no-repeat;
  }
  .tp-concept_slide_wrap::after {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    bottom: -10px;
    left: calc(50% + 40px);
    background: url("../img/tp-concept_deco_03.svg") center/cover no-repeat;
  }
  .tp-concept_slide_item {
    padding: 0 10px;
  }
}
/* ご注文はこちら 
----- page/top-page/_order ----- */
.tp-order_inner {
  border: solid 10px #FCDFEA;
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 20px;
}
.tp-order_inner .c-link_blank {
  color: #ED78AE;
}
.tp-order_inner .c-link_blank:hover {
  color: #8D3F63;
}

.tp-order_grid {
  max-width: 730px;
  padding-left: 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
  align-items: flex-end;
  justify-content: center;
}
.tp-order_grid li {
  width: 50%;
}
.tp-order_grid .exp_wrap {
  width: calc(50% - 50px);
}

.tp-order_btn {
  display: grid;
  place-content: center;
  font-weight: 500;
  font-size: 1.8rem;
  color: #CB397D;
  background: #FBF0F6;
  border: solid 5px #FCDFEA;
  border-radius: 20px;
  padding: 20px 20px 20px 35px;
  height: 120px;
  position: relative;
}
.tp-order_btn::before {
  content: "";
  mask: url("../../assets/img/ico-blank.svg") center/contain no-repeat;
  background: #ED78AE;
  display: block;
  width: 12px;
  height: 10px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: 0.3s;
}
.tp-order_btn:hover {
  border-color: #CB397D;
}
.tp-order_btn:hover::before {
  mask-image: url("../../assets/img/ico-blank--hover.svg");
  width: 14px;
  height: 12px;
  right: 8px;
}
.tp-order_btn:hover .tp-order_shipping {
  background-color: #CB397D;
  color: #fff;
}
.tp-order_btn.exp {
  color: #0976A3;
  background: #DBF3F4;
  border-color: #A5E1E4;
  height: 100px;
}
.tp-order_btn.exp::before {
  background: #0976A3;
}
.tp-order_btn.exp:hover {
  border-color: #0976A3;
}
.tp-order_btn.exp:hover .tp-order_shipping {
  background-color: #0976A3;
}
.tp-order_btn.exp .tp-order_shipping {
  width: 100px;
  height: 100px;
  mask-image: url("../img/deco_03.svg");
  background-color: #A5E1E4;
  font-size: 1.2rem;
}
.tp-order_btn.exp .tp-order_shipping span {
  font-size: 1.4rem;
}
.tp-order_btn.exp .tp-order_shipping strong {
  font-size: 2rem;
}

.tp-order_shipping {
  display: grid;
  place-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  width: 120px;
  height: 120px;
  mask: url("../img/deco_01.svg") center/contain no-repeat;
  background-color: #FCDFEA;
  position: absolute;
  top: -30px;
  left: -20px;
  transition: 0.3s;
}
.tp-order_shipping span {
  font-size: 1.6rem;
}
.tp-order_shipping strong {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .tp-order_inner {
    border-width: 5px;
    padding: 40px 20px;
  }
  .tp-order_grid {
    padding: 0;
  }
  .tp-order_grid li, .tp-order_grid .exp_wrap {
    width: 100%;
  }
  .tp-order_shipping {
    display: block;
    width: auto;
    height: auto;
    mask: none;
    background-color: transparent;
    position: static;
    line-height: 1.5;
  }
  .tp-order_shipping span {
    font-size: 1.4rem;
  }
  .tp-order_shipping strong {
    font-size: 2rem;
  }
  .tp-order_shipping p {
    display: inline-block;
  }
  .tp-order_btn {
    height: auto;
    min-height: 80px;
    padding: 10px 20px;
    text-align: center;
    font-size: 1.6rem;
  }
  .tp-order_btn::after {
    content: "";
    background: url("../img/deco_01.svg") center/cover no-repeat;
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -10px;
    left: -10px;
  }
  .tp-order_btn.exp {
    height: auto;
    min-height: 70px;
  }
  .tp-order_btn.exp::after {
    background-image: url("../img/deco_03.svg");
    width: 25px;
    height: 25px;
  }
  .tp-order_btn.exp .tp-order_shipping {
    width: auto;
    height: auto;
    mask: none;
    background-color: transparent;
    font-size: 1.2rem;
  }
  .tp-order_btn.exp .tp-order_shipping span {
    font-size: 1.2rem;
  }
  .tp-order_btn.exp .tp-order_shipping strong {
    font-size: 1.8rem;
  }
}
/* ラインナップ 
----- page/top-page/_lineup ----- */
.tp-lineup_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.tp-lineup_item {
  width: 25%;
  padding: 35px 10px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  position: relative;
}
.tp-lineup_item::before {
  content: "";
  mask: url("../img/deco_02.svg") center/contain no-repeat;
  background-color: #FCDFEA;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -5px;
  right: 50%;
  translate: 50%;
}
.tp-lineup_item a {
  display: block;
  position: relative;
}
.tp-lineup_item a:hover img {
  scale: 1.1;
}
.tp-lineup_item .c-ico_cate {
  color: #FCDFEA;
  background: #ED78AE;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.tp-lineup_item.light::before {
  background-color: #A5E1E4;
}
.tp-lineup_item.light .c-ico_cate {
  color: #0976A3;
  background: #A5E1E4;
}
.tp-lineup_item.standard::before {
  background-color: #F4E39A;
}
.tp-lineup_item.standard .c-ico_cate {
  color: #7B6500;
  background: #F4E39A;
}
.tp-lineup_item.premium::before {
  background-color: #FCDFEA;
}
.tp-lineup_item.premium .c-ico_cate {
  color: #CB397D;
  background: #FCDFEA;
}
.tp-lineup_item.photo::before {
  background-color: #C7E3BA;
}
.tp-lineup_item.photo .c-ico_cate {
  color: #006934;
  background: #C7E3BA;
}

.tp-lineup_slide {
  position: relative;
}
.tp-lineup_slide figure {
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #eee;
}
.tp-lineup_slide img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.tp-lineup_slide .slick-dots {
  display: flex;
  justify-content: center;
  color: transparent;
  margin-top: 5px;
  height: 15px;
  pointer-events: auto;
  position: absolute;
  left: 50%;
  bottom: 5px;
  translate: -50%;
}
.tp-lineup_slide .slick-dots li {
  width: 15px;
}
.tp-lineup_slide .slick-dots button {
  color: transparent;
  width: 15px;
  height: 15px;
  position: absolute;
}
.tp-lineup_slide .slick-dots button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.tp-lineup_slide .slick-dots .slick-active button::before {
  background-color: #ED78AE;
}

.tp-lineup_text {
  text-align: center;
}
.tp-lineup_text > p {
  color: #333;
}

.tp-lineup_type {
  font-size: 1.6rem;
}

.tp-lineup_price {
  font-size: 1.6rem;
}
.tp-lineup_price strong {
  font-size: 3rem;
  line-height: 1;
  padding-left: 2px;
}

@media screen and (max-width: 768px) {
  .tp-lineup_ttl_wrap figure {
    height: 250px;
  }
  .tp-lineup_ttl_wrap h2 {
    white-space: nowrap;
  }
  .tp-lineup_list {
    margin-top: -10px;
  }
  .tp-lineup_item {
    width: 100%;
    align-items: flex-start;
    padding-bottom: 0;
    background: transparent;
  }
  .tp-lineup_item::before {
    right: 20px;
    bottom: 0;
  }
  .tp-lineup_item a {
    display: flex;
    align-items: center;
  }
  .tp-lineup_item .c-ico_cate {
    top: -13px;
  }
  .tp-lineup_slide {
    width: 110px;
  }
  .tp-lineup_text {
    width: calc(100% - 110px);
    padding: 0 0 25px 15px;
    text-align: left;
  }
  .tp-lineup_price strong {
    font-size: 2.7rem;
  }
}
/* はじめての方へ 
----- page/top-page/_first ----- */
.tp-first_inner {
  border: solid 10px #FCDFEA;
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
}

.tp-first_main {
  padding: 20px;
}
.tp-first_main ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  position: relative;
}
.tp-first_main ul::before {
  content: "";
  mask: url("../../assets/img/ico-triangle.svg") center/contain no-repeat;
  background: #ddd;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.tp-first_main li {
  width: min(50%, 90px);
}
.tp-first_main li img {
  width: 100%;
  aspect-ratio: 1/1;
}
.tp-first_main .text-sub {
  max-width: 550px;
  margin: 0 auto;
}

.tp-first_comment {
  padding: 50px 20px 10px;
  position: relative;
}
.tp-first_comment::before {
  content: "";
  height: 80%;
  width: 1px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.tp-first_comment .speech_bubble {
  display: grid;
  gap: 10px;
  position: relative;
}
.tp-first_comment .speech_bubble::before {
  content: "";
  background: url("../img/speech_bubble_customer.svg") center/cover no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
}
.tp-first_comment .speech_bubble li {
  background-color: #ddd;
  border-radius: 10px;
  padding: 10px 20px;
  width: min(90%, 290px);
}
.tp-first_comment .speech_bubble.customer li {
  margin: 0 0 0 auto;
}
.tp-first_comment .speech_bubble.customer::before {
  bottom: -22px;
  right: 2px;
}
.tp-first_comment .speech_bubble.staff::before {
  background-image: url("../img/speech_bubble_staff.svg");
  width: 27px;
  bottom: -15px;
  left: 15px;
}
.tp-first_comment .speech_bubble.staff li {
  background-color: #DBF3F4;
}
.tp-first_comment figure {
  width: min(90%, 290px);
  text-align: center;
}
.tp-first_comment figure img {
  width: min(100%, 170px);
}

@media screen and (max-width: 768px) {
  .tp-first_inner {
    border-width: 5px;
    padding: 50px 20px 0;
    grid-template-columns: 100%;
  }
  .tp-first_main {
    padding: 0;
  }
  .tp-first_main li {
    width: min(50%, 45px);
    gap: 30px;
  }
  .tp-first_main .c-btn {
    width: 100%;
    max-width: 300px;
  }
  .tp-first_comment {
    margin-top: 30px;
    padding: 30px 0 0;
  }
  .tp-first_comment::before {
    height: 1px;
    width: 100%;
    top: 0;
    left: 0;
    translate: none;
  }
  .tp-first_comment .speech_bubble li {
    padding: 5px 15px;
    width: min(80%, 200px);
  }
  .tp-first_comment figure {
    width: min(80%, 200px);
  }
}
/* 作り方 
----- page/top-page/_how-to ----- */
.tp-howto_appeal {
  text-align: center;
  color: #ED78AE;
  text-align: center;
}
.tp-howto_appeal span {
  padding: 0 10px;
  position: relative;
}
.tp-howto_appeal span::before, .tp-howto_appeal span::after {
  content: "";
  display: block;
  background: #ED78AE;
  width: 2px;
  height: 10px;
  transform: rotate(-30deg);
  position: absolute;
  bottom: 3px;
  left: 0;
}
.tp-howto_appeal span::after {
  transform: rotate(30deg);
  left: auto;
  right: 0;
}

.tp-howto_grid a {
  display: block;
  position: relative;
}
.tp-howto_grid a::before {
  content: "";
  background: url("../img/arrow_btn.svg") center/cover no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  transition: 0.3s;
}
.tp-howto_grid a:hover::before {
  right: 15px;
}
.tp-howto_grid a:hover .bg {
  background-color: #8D3F63;
}
.tp-howto_grid a:hover .bg img {
  scale: 1.1;
}
.tp-howto_grid a:hover .inner {
  background: rgba(255, 255, 255, 0.95);
}
.tp-howto_grid .bg {
  width: 100%;
  height: 100%;
  aspect-ratio: 7/4;
  background-color: #FCDFEA;
  transition: 0.3s;
}
.tp-howto_grid .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-howto_grid .text {
  height: 100%;
  width: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tp-howto_grid .inner {
  padding: 10px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: grid;
  place-content: center;
  place-items: center;
  transition: 0.3s;
}
.tp-howto_grid .inner img {
  max-height: 50px;
  max-width: 90%;
}
.tp-howto_grid .outside .inner img {
  max-width: 130px;
}
.tp-howto_grid .designer .make_ttl .pu {
  padding: 2px 5px 1px;
  border-radius: 3px;
  margin-right: 2px;
  letter-spacing: -0.02rem;
}

.tp-howto_tmp a {
  display: block;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  padding: 10px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.tp-howto_tmp a:hover {
  box-shadow: none;
}
.tp-howto_tmp a:hover > img {
  scale: 1.1;
}
.tp-howto_tmp a:hover .tp-howto_tmp_inner::before {
  mask-image: url("../../assets/img/ico-blank--hover.svg");
  width: 22px;
  height: 19px;
  right: 13px;
}

.tp-howto_tmp_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.tp-howto_tmp_inner {
  background-color: rgba(255, 255, 255, 0.9);
  display: grid;
  place-content: center;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding: 15px;
  min-height: 230px;
}
.tp-howto_tmp_inner::before {
  content: "";
  mask: url("../../assets/img/ico-blank.svg") center/contain no-repeat;
  background-color: #ED78AE;
  display: block;
  width: 17px;
  height: 15px;
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .tp-howto::before {
    background-size: 80px 80px;
    left: 0;
    width: 100%;
  }
  .tp-howto_pu > .u-grid {
    margin: 0;
  }
  .tp-howto_pu > .u-grid > div {
    padding: 0;
  }
  .tp-howto_tmp_inner {
    min-height: 370px;
  }
}
/* アルバム制作委員会
----- page/top-page/_blog ----- */
.tp-blog_item {
  display: grid;
  place-content: start;
  grid-template-columns: 100%;
}
.tp-blog_item a::before, .tp-blog_item a::after {
  display: none;
}
.tp-blog_item > a {
  padding: 0;
}

.tp-blog_link:hover figure::before {
  right: 5px;
}
.tp-blog_link:hover img {
  scale: 1.1;
}
.tp-blog_link figure {
  width: 100%;
  padding-top: 60%;
}
.tp-blog_link figure::before {
  content: "";
  background: url("../img/arrow_btn.svg") center/cover no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: 0.3s;
  z-index: 1;
}
.tp-blog_link img {
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}

/* よくあるご質問 
----- page/top-page/_faq ----- */
.tp-faq_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.tp-faq_item {
  border: solid 1px #ddd;
  border-radius: 20px;
  background: #fff;
  height: fit-content;
}
.tp-faq_item::details-content {
  transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
  height: 0;
  overflow: clip;
  opacity: 0;
}
.tp-faq_item[open]::details-content {
  opacity: 1;
}
.tp-faq_item[open] .tp-faq_button::after {
  rotate: 90deg;
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords; /* height:0（数値型） → auto（文字型） のアニメーションを可能にするための指定 */
  }
  details[open]::details-content {
    height: auto;
  }
}
@supports not (interpolate-size: allow-keywords) {
  details[open]::details-content {
    height: 150px;
    overflow-y: scroll;
  }
}
.tp-faq_summary {
  display: grid;
  grid-template-columns: auto 1fr 15px;
  gap: 15px;
  align-items: center;
  cursor: pointer;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
  /* Safari表示の「▼」削除 */
}
.tp-faq_summary:hover {
  background: #FBF0F6;
}
.tp-faq_summary::-webkit-details-marker {
  display: none;
}
.tp-faq_summary h5 {
  font-size: 1.6rem;
  font-weight: 500;
}

.tp-faq_ico_q, .tp-faq_ico_a {
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  width: 40px;
  height: 40px;
}

.tp-faq_ico_q {
  background: url("../img/ico-worry.svg") center/cover no-repeat;
}

.tp-faq_ico_a {
  mask: url("../img/deco_03.svg") center/contain no-repeat;
  background-color: #FCDFEA;
  color: #CB397D;
}

.tp-faq_button {
  display: block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  position: relative;
}
.tp-faq_button::before, .tp-faq_button::after {
  content: "";
  display: block;
  background-color: #ED78AE;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: 0.3s;
}
.tp-faq_button::before {
  width: 100%;
  height: 2px;
}
.tp-faq_button::after {
  width: 2px;
  height: 100%;
}

.tp-faq_details {
  padding: 5px 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .tp-faq_grid {
    grid-template-columns: 100%;
  }
  .tp-faq_summary {
    padding: 15px;
    gap: 10px;
  }
  .tp-faq_ico_q, .tp-faq_ico_a {
    font-size: 1.6rem;
    width: 30px;
    height: 30px;
  }
  .tp-faq_details {
    padding: 10px 15px 5px;
    gap: 10px;
  }
}
/* お客様の声 
----- page/top-page/_voice ----- */
.tp-voice {
  padding: 0 0 150px;
  position: relative;
  overflow: hidden;
}
.tp-voice::before, .tp-voice::after {
  content: "";
  mask: url("../img/deco_01.svg") center/contain no-repeat;
  background: #A5E1E4;
  width: 590px;
  height: 590px;
  position: absolute;
  top: -295px;
  left: -295px;
  z-index: -11;
}
.tp-voice::after {
  background: #FCDFEA;
  left: auto;
  right: -295px;
}
.tp-voice .tp-voice_deco_l {
  position: absolute;
  bottom: 60px;
  left: -10px;
}
.tp-voice .tp-voice_deco_r {
  position: absolute;
  bottom: 75px;
  right: -65px;
}

.tp-voice_slide .slick-track {
  display: flex;
}
.tp-voice_slide .slick-slide {
  height: auto !important;
}

.tp-voice_item_wrap {
  padding: 0 15px 15px;
}

.archive_voice {
  gap: 15px 0;
  margin-top: -30px;
}

.tp-voice_item {
  position: relative;
  border-radius: 20px;
  border: 1px solid #ddd;
  padding: 30px 25px 25px;
  box-sizing: border-box;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.tp-voice_item::after {
  display: block;
  content: "";
  width: 24px;
  height: 16px;
  position: absolute;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/bg_fukidashi.svg");
  bottom: -15px;
}
.tp-voice_item .voice_name {
  font-size: 1.8rem;
  font-weight: 500;
}
.tp-voice_item .ico {
  padding-left: 50px;
  position: relative;
}
.tp-voice_item .ico::before {
  content: "";
  background: url("../img/ico_voice_1.svg") center/cover no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.tp-voice_item .ico_color-2::before {
  background-image: url("../img/ico_voice_2.svg");
}
.tp-voice_item .ico_color-3::before {
  background-image: url("../img/ico_voice_3.svg");
}

@media screen and (max-width: 768px) {
  .archive_voice {
    gap: 5px 0;
  }
  .tp-voice {
    padding: 15px 0 110px;
  }
  .tp-voice::before, .tp-voice::after {
    width: 300px;
    height: 300px;
    top: -170px;
  }
  .tp-voice::before {
    left: -170px;
  }
  .tp-voice::after {
    right: -170px;
  }
  .tp-voice .tp-voice_deco_l {
    bottom: 160px;
    left: -30px;
    width: 125px;
  }
  .tp-voice .tp-voice_deco_r {
    bottom: 65px;
    right: -20px;
    width: 135px;
    scale: -1 1;
  }
  .tp-voice_item_wrap {
    padding: 0 10px 15px;
  }
  .tp-voice_item {
    padding: 25px 20px 20px;
  }
  .tp-voice_item .ico {
    padding-left: 45px;
  }
  .tp-voice_item .ico::before {
    width: 35px;
    height: 35px;
  }
}/*# sourceMappingURL=index.css.map */