@charset "UTF-8";
/* ----------------------------------------------------------
   #GLOBAL
---------------------------------------------------------- */
/* ラインナップ 一覧
----- page/_archive-lineup ----- */
.lineup_link {
  display: block;
  position: relative;
}
.lineup_link:hover .lineup_grid {
  background: #fff;
}
.lineup_link:hover img {
  scale: 1.1;
}
.lineup_link:hover .lineup_appeal::before {
  animation: rotate 12s infinite linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.lineup_appeal {
  width: 70px;
  height: 70px;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  color: #ED78AE;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.4rem;
  z-index: 1;
}
.lineup_appeal::before {
  content: "";
  background: #FBF0F6;
  mask: url("../../assets/img/lineup_appeal.svg") center/contain no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.lineup_appeal p {
  width: 100%;
  padding: 5px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.lineup_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  border-radius: 20px;
  padding: 35px;
  border: 5px solid #FBF0F6;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.lineup_img {
  width: calc(50% - 10px);
}

.lineup_slide, .lineup_slide .slick-list, .lineup_slide .slick-track {
  height: 100%;
}
.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%;
}
.lineup_slide .slick-dots li {
  width: 15px;
}
.lineup_slide .slick-dots button {
  color: transparent;
  width: 15px;
  height: 15px;
  position: absolute;
}
.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%;
}
.lineup_slide .slick-dots .slick-active button::before {
  background-color: #ED78AE;
}

.lineup_item {
  height: 100%;
}
.lineup_item figure {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #eee;
}
.lineup_item img {
  height: 100%;
  object-fit: cover;
}

.lineup_text {
  width: calc(50% - 10px);
  color: #333;
  border-radius: 5px;
}
.lineup_text h3 {
  color: #ED78AE;
}

.lineup_per_price {
  padding: 5px 15px;
  text-align: center;
  color: #ED78AE;
  background: #FBF0F6;
  border-radius: 10px;
  font-size: 1.6rem;
}
.lineup_per_price strong {
  font-size: 3.2rem;
  padding-left: 2px;
  line-height: 1.5;
  font-weight: 500;
}

.lineup_specification {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 1px;
}
.lineup_specification dt {
  color: #ED78AE;
  background: #FBF0F6;
  font-weight: 500;
  text-align: center;
  min-width: 75px;
  padding: 6px 10px 5px;
  max-width: 90px;
  border-radius: 10px 0px 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: solid 1px #FBF0F6;
  border-right: none;
}
.lineup_specification dd {
  padding: 5px 10px;
  border-radius: 0px 10px 10px 0px;
  background-color: #fff;
  border: solid 1px #FBF0F6;
  border-left: none;
}
.lineup_specification dd small {
  font-size: 1.2rem;
  display: inline-block;
}

.lineup_btn_wrap {
  display: grid;
  place-content: center;
  text-align: center;
  background: #FBF0F6;
  height: 40px;
  width: 140px;
  border-radius: 10px;
  position: absolute;
  bottom: -15px;
  right: 35px;
}

@media screen and (max-width: 768px) {
  .lineup_grid {
    padding: 15px 15px 30px;
  }
  .lineup_item img {
    aspect-ratio: 3/2;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lineup_img, .lineup_text {
    width: 100%;
  }
  .lineup_appeal {
    width: 60px;
    height: 60px;
    top: -20px;
    left: -10px;
  }
  .lineup_appeal p {
    font-size: 1.2rem;
    letter-spacing: -0.1px;
  }
  .lineup_btn_wrap {
    height: 35px;
    width: fit-content;
    padding: 0 15px;
  }
}
/* 色変更 */
.photo :is(.lineup_appeal, .lineup_text h3, .lineup_per_price, .lineup_specification dt) {
  color: #006934;
}
.photo :is(.lineup_grid, .lineup_specification dt, .lineup_specification dd) {
  border-color: #C7E3BA;
}
.photo .lineup_appeal::before, .photo .lineup_btn_wrap {
  background: #C7E3BA;
}
.photo :is(.lineup_per_price, .lineup_specification dt) {
  background: rgba(199, 227, 186, 0.5);
}

.premium :is(.lineup_appeal, .lineup_text h3, .lineup_per_price, .lineup_specification dt) {
  color: #CB397D;
}
.premium :is(.lineup_grid, .lineup_specification dt, .lineup_specification dd) {
  border-color: #FCDFEA;
}
.premium .lineup_appeal::before, .premium .lineup_btn_wrap {
  background: #FCDFEA;
}
.premium :is(.lineup_per_price, .lineup_specification dt) {
  background: rgba(252, 223, 234, 0.5);
}

.standard :is(.lineup_appeal, .lineup_text h3, .lineup_per_price, .lineup_specification dt) {
  color: #7B6500;
}
.standard :is(.lineup_grid, .lineup_specification dt, .lineup_specification dd) {
  border-color: #F4E39A;
}
.standard .lineup_appeal::before, .standard .lineup_btn_wrap {
  background: #F4E39A;
}
.standard :is(.lineup_per_price, .lineup_specification dt) {
  background: rgba(244, 227, 154, 0.5);
}

.light :is(.lineup_appeal, .lineup_text h3, .lineup_per_price, .lineup_specification dt) {
  color: #0976A3;
}
.light :is(.lineup_grid, .lineup_specification dt, .lineup_specification dd) {
  border-color: #A5E1E4;
}
.light .lineup_appeal::before, .light .lineup_btn_wrap {
  background: #A5E1E4;
}
.light :is(.lineup_per_price, .lineup_specification dt) {
  background: rgba(165, 225, 228, 0.5);
}

/*----- 4つのタイプ比較 -----*/
.lineup_compare_wrap {
  overflow-x: auto;
  width: calc(100% + 15px);
  padding-right: 15px;
}

.lineup_compare {
  table-layout: fixed;
  width: 100%;
  min-width: 470px;
  border-collapse: separate;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
.lineup_compare th {
  font-weight: 500;
}
.lineup_compare tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.lineup_compare tbody tr:not(.lineup_paid_ttl) th {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 15px;
}
.lineup_compare tbody tr:not(.lineup_paid_ttl) th > span {
  max-width: calc(100% - 30px);
}
.lineup_compare td {
  text-align: center;
}
.lineup_compare td:nth-child(3) .suitable {
  background-color: #7B6500;
}
.lineup_compare td:nth-child(4) .suitable {
  background-color: #CB397D;
}
.lineup_compare td:nth-child(5) .suitable {
  background-color: #006934;
}
.lineup_compare .suitable {
  display: block;
  background-color: #0976a3;
  mask: url("../../assets/img/lineup_suitable.svg") center/contain no-repeat;
  height: 20px;
  color: transparent;
}
.lineup_compare .exception {
  mask-image: url("../../assets/img/lineup_exception.svg");
}

.lineup_type_ttl th:not(:first-child) {
  padding: 0 5px;
}
.lineup_type_ttl th:not(:first-child) span {
  display: block;
  color: #0976A3;
  background: rgba(165, 225, 228, 0.5);
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
  padding: 7px 5px 5px 5px;
  border-radius: 20px;
}
.lineup_type_ttl th:not(:first-child):nth-child(3) span {
  color: #7B6500;
  background: rgba(244, 227, 154, 0.5);
}
.lineup_type_ttl th:not(:first-child):nth-child(4) span {
  color: #CB397D;
  background: rgba(252, 223, 234, 0.5);
}
.lineup_type_ttl th:not(:first-child):nth-child(5) span {
  color: #006934;
  background: rgba(199, 227, 186, 0.5);
}
.lineup_type_ttl th:not(:first-child) small {
  display: block;
  font-size: 85%;
}

.lineup_paid_ttl th {
  padding: 15px 0;
}
.lineup_paid_ttl span {
  display: block;
  color: #fff;
  background-color: #ED78AE;
  text-align: center;
  border-radius: 20px;
  padding: 3px 5px;
}

@media screen and (max-width: 768px) {
  .lineup_compare_wrap {
    width: calc(100% + 15px);
  }
  .lineup_compare tr {
    display: flex;
    flex-wrap: wrap;
  }
  .lineup_compare th {
    font-weight: 600;
  }
  .lineup_compare tbody tr:nth-child(even) {
    background-color: transparent;
  }
  .lineup_compare tbody tr:not(.lineup_paid_ttl) th {
    background-color: #f5f5f5;
    padding: 5px 15px;
  }
  .lineup_compare tbody th {
    width: 100%;
    justify-content: center;
  }
  .lineup_compare td {
    width: 25%;
    padding: 15px 5px;
  }
  .lineup_type_ttl {
    margin: 0 0 10px;
    position: sticky;
    top: 70px;
    left: 0;
  }
  .lineup_type_ttl th:first-child {
    width: 0;
  }
  .lineup_type_ttl th:not(:first-child) {
    width: 25%;
  }
  .lineup_type_ttl th:not(:first-child) span {
    font-size: 1.4rem;
  }
  .lineup_type_ttl th:not(:first-child) small {
    display: none;
  }
  .lineup_paid_ttl th {
    padding: 5px 0 10px;
  }
}
/*----- 無料プション -----*/
.lineup-option h4 {
  font-size: 1.7rem;
  padding-left: 45px;
  position: relative;
}
.lineup-option h4::before {
  content: "";
  background: url("../../assets/img/ico-option_free.svg") center/cover no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.lineup-option strong {
  font-size: 2rem;
  background: linear-gradient(transparent 85%, #0976A3 25%);
  padding-bottom: 5px;
}

.lineup-option_pu {
  padding: 30px 15px;
}

.lineup-option_pu_grid {
  max-width: 700px;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 15px 55px;
  align-items: center;
  margin: 0 auto;
}

.lineup-option_pu_text h5 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
}

.lineup-option_item {
  padding-left: calc(25% + 10px);
  position: relative;
}
.lineup-option_item figure {
  width: 25%;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

@media screen and (max-width: 768px) {
  .lineup-option_pu_grid {
    grid-template-columns: 100%;
  }
  .lineup-option_pu_img {
    width: 80%;
    margin: 5px auto;
    max-width: 200px;
  }
  .lineup-option_item {
    padding: 0;
  }
  .lineup-option_ttl {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }
  .lineup-option_ttl figure {
    position: initial;
    width: 50px;
    translate: none;
  }
}
/* ラインナップ 詳細
----- page/_single-lineup ----- 
class名は「 s_lineup 」で始める */
/* 商品画像・簡易見積もり */
.s_lineup_estimate_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 35px;
}

.s_lineup_slider {
  width: 50%;
  max-width: calc(100% - 300px);
}

.s_lineup_main_item img {
  width: 100%;
  aspect-ratio: 48/35;
  border-radius: 20px;
  object-fit: cover;
  border: 1px solid #eee;
}

.s_lineup_thumb {
  padding: 0 25px;
}
.s_lineup_thumb .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  color: transparent;
  z-index: 1;
}
.s_lineup_thumb .slick-arrow::before {
  content: "";
  background: url("../img/arrow_btn.svg") center/cover no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: 0.3s;
}
.s_lineup_thumb .slick-prev {
  left: -10px;
}
.s_lineup_thumb .slick-prev::before {
  rotate: 180deg;
}
.s_lineup_thumb .slick-prev:hover::before {
  left: calc(50% - 5px);
}
.s_lineup_thumb .slick-next {
  right: -10px;
}
.s_lineup_thumb .slick-next:hover::before {
  left: calc(50% + 5px);
}

.s_lineup_main_thumb {
  aspect-ratio: 1/1;
  padding: 5px;
}
.s_lineup_main_thumb figure {
  height: 100%;
  border: 1px solid #eee;
}
.s_lineup_main_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s_lineup_main_thumb:hover img {
  scale: 1.1;
}

.s_lineup_estimate {
  width: calc(50% - 35px);
  min-width: 300px;
}
.s_lineup_estimate h5 {
  background-color: #FCDFEA;
  color: #ED78AE;
  padding: 6px 10px 5px;
  border-radius: 10px;
  margin-left: 20px;
}
.s_lineup_estimate form {
  margin-top: -20px;
  padding: 50px 25px 30px;
  border: 5px solid #FCDFEA;
}
.s_lineup_estimate form table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.s_lineup_estimate form th {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  min-height: 35px;
  margin: 5px 0;
  padding-right: 5px;
}
.s_lineup_estimate form th + td {
  max-width: 140px;
}
.s_lineup_estimate form td .u-text-grey {
  margin-top: -5px;
}
.s_lineup_estimate form select, .s_lineup_estimate form input[type=number] {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .s_lineup_slider {
    width: 100%;
    max-width: none;
  }
  .s_lineup_estimate {
    width: 100%;
    min-width: none;
  }
  .s_lineup_estimate h5 {
    margin-left: 20px;
  }
  .s_lineup_estimate form {
    padding: 30px 20px;
  }
  .s_lineup_estimate .c-btn-wrap {
    padding: 15px;
  }
}
.s_lineup_price_wrap {
  color: #ED78AE;
  background: #FBF0F6;
  border: 2px solid #FCDFEA;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.s_lineup_price_text {
  font-size: 1.4rem;
}
.s_lineup_price_text strong {
  font-size: 2rem;
}

.s_lineup_price .total {
  font-size: 1.8rem;
  font-weight: 500;
}
.s_lineup_price .total input {
  font-size: 3.4rem;
  color: #ED78AE;
}
.s_lineup_price .per {
  color: #333;
}
.s_lineup_price .per input {
  font-size: 1.6rem;
}

/* ポイント・製本品質 */
.s_lineup_point_pu {
  padding: 60px 0;
}

.s_lineup_point_ico {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

.s_lineup_pu_ttl, .s_lineup_pu_ttl_sotsuen {
  align-items: center;
  gap: 5px 10px;
}
.s_lineup_pu_ttl h3, .s_lineup_pu_ttl_sotsuen h3 {
  line-height: 1.5;
}
.s_lineup_pu_ttl small, .s_lineup_pu_ttl_sotsuen small {
  font-size: 1.5rem;
}

.s_lineup_pu_ttl_sotsuen {
  display: flex;
}
.s_lineup_pu_ttl_sotsuen.__jc-center {
  justify-content: center;
}

.s_lineup_point_pu .s_lineup_pu_ttl, .s_lineup_point_pu .s_lineup_pu_ttl_sotsuen {
  justify-content: center;
}

.s_lineup_point_pu_catch {
  color: #ED78AE;
}

.s_lineup_point_befoaf {
  position: relative;
}
.s_lineup_point_befoaf::before {
  content: "";
  mask: url("../../assets/img/ico-triangle.svg") center/contain no-repeat;
  background: #006934;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.s_lineup_point_wrap {
  position: relative;
  overflow: hidden;
}

.s_lineup_point_text {
  width: 50%;
}

.s_lineup_point_bg_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
}

.s_lineup_pu_bg {
  margin-top: 20px;
  padding: 60px 15px;
  position: relative;
}
.s_lineup_pu_bg::before {
  content: "";
  background: url("../img/s_lineup_pu_bg.jpg") center/cover no-repeat;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.s_lineup_pu_bg::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -4;
  background: #ED78AE;
  opacity: 0.1;
}
.s_lineup_pu_bg .u-bg3 {
  margin-top: 0 !important;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.s_lineup_pu_bg .u-bg3 + .u-bg3 {
  margin-top: 30px !important;
}
.s_lineup_pu_bg .u-bg3 .u-bg-white {
  border: 5px solid #FCDFEA;
}

.s_lineup_pu_bg_deco {
  display: block;
  width: calc(100% - 30px);
  max-width: 1120px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  z-index: -1;
}
.s_lineup_pu_bg_deco::before, .s_lineup_pu_bg_deco.__bottom::after {
  content: "";
  width: 100%;
  height: 30px;
  border-radius: 0 0 20px 20px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.s_lineup_pu_bg_deco.__bottom::after {
  top: auto;
  bottom: 0;
  rotate: 180deg;
}

@media screen and (max-width: 768px) {
  .s_lineup_point_pu {
    padding: 40px 0;
  }
  .s_lineup_pu_ttl, .s_lineup_pu_ttl_sotsuen {
    flex-wrap: wrap;
    justify-content: center;
  }
  .s_lineup_point_pu .s_lineup_pu_ttl, .s_lineup_point_pu .s_lineup_pu_ttl_sotsuen h3 {
    width: calc(100% - 80px);
  }
  .s_lineup_point_befoaf::before {
    width: 15px;
    height: 15px;
    top: calc(50% + 15px);
    rotate: 90deg;
  }
  .s_lineup_point_text {
    width: 100%;
  }
  .s_lineup_point_bg_img {
    position: relative;
    width: 80%;
  }
  .s_lineup_pu_bg {
    padding: 40px 15px;
  }
  .s_lineup_pu_bg_deco::before, .s_lineup_pu_bg_deco.__bottom::after {
    height: 20px;
  }
}
/* 仕様 */
.s_lineup_spec dt {
  background: #ED78AE;
  max-width: none;
  min-width: 100px;
}

.s_lineup_spec_inner {
  background: rgba(255, 255, 255, 0.9);
  border: 5px solid #FCDFEA;
  padding: 1px 15px 60px;
}

@media screen and (max-width: 768px) {
  .s_lineup_spec_inner {
    padding-bottom: 40px;
  }
}
/* 仕上がりイメージ */
.s_lineup_image_slide {
  flex-wrap: wrap;
  justify-content: center;
}
.s_lineup_image_slide .slick-list {
  width: 100%;
}
.s_lineup_image_slide .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20%;
  color: transparent;
  z-index: 1;
}
.s_lineup_image_slide .slick-arrow::before {
  content: "";
  background: url("../img/arrow_btn.svg") center/cover no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: 0.3s;
}
.s_lineup_image_slide .slick-prev {
  left: -10px;
}
.s_lineup_image_slide .slick-prev::before {
  rotate: 180deg;
}
.s_lineup_image_slide .slick-next {
  right: -10px;
}
.s_lineup_image_slide .slick-dots {
  display: flex;
  justify-content: center;
  color: transparent;
  margin-top: 25px;
  height: 15px;
}
.s_lineup_image_slide .slick-dots li {
  width: 15px;
}
.s_lineup_image_slide .slick-dots button {
  color: transparent;
  width: 15px;
  height: 15px;
  position: absolute;
}
.s_lineup_image_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%;
}
.s_lineup_image_slide .slick-dots .slick-active button::before {
  background-color: #ED78AE;
}

.s_lineup_image_slide_item {
  padding: 10px 10px 0;
  position: relative;
}
.s_lineup_image_slide_item .c-ico_pu {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
  margin-left: 15px;
}

.s_lineup_image_slide_inner {
  display: block;
  position: relative;
  border-radius: 15px;
}
.s_lineup_image_slide_inner figure {
  border: solid 1px #eee;
  overflow: hidden;
}
.s_lineup_image_slide_inner figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
}
.s_lineup_image_slide_inner h5 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 5px;
}
.s_lineup_image_slide_inner h5 small {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  letter-spacing: 0;
}
.s_lineup_image_slide_inner .c-ico_pu__text {
  font-size: 1.3rem;
  min-height: 18px;
  padding: 0 10px;
  color: #fff !important;
  background: #ED78AE;
}

.s_lineup_image_slide_ttl_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
.s_lineup_image_slide_ttl_wrap:has(.s_lineup_image_number) h5 {
  width: calc(100% - 45px);
}

.s_lineup_image_number {
  display: grid;
  place-content: center;
  mask: url("../img/deco_02.svg") center/contain no-repeat;
  background-color: #FCDFEA;
  color: #ED78AE;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  width: 35px;
  height: 35px;
}

.s_lineup_image_btn {
  display: block;
  color: #fff;
  background: #ED78AE;
  border-radius: 20px;
  padding: 3px 30px 2px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.s_lineup_image_btn::before {
  content: "";
  background: url("../img/ico-arrow_white.svg") center/cover no-repeat;
  width: 8px;
  height: 7px;
  rotate: 90deg;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  transition: 0.3s;
}

a.s_lineup_image_slide_inner {
  color: #333;
}
a.s_lineup_image_slide_inner:hover {
  background: #FBF0F6;
}
a.s_lineup_image_slide_inner:hover figure img {
  scale: 1.1;
}
a.s_lineup_image_slide_inner:hover .s_lineup_image_btn {
  background: #8D3F63;
}
a.s_lineup_image_slide_inner:hover .s_lineup_image_btn::before {
  top: calc(50% + 5px);
}

.s_lineup_image_pu figure {
  border-radius: 15px 15px 0 0;
}
.s_lineup_image_pu .s_lineup_image_slide_inner {
  background: #FBF0F6;
}
.s_lineup_image_pu .s_lineup_image_slide_text {
  padding: 0 15px;
}
.s_lineup_image_pu .s_lineup_image_btn {
  border-radius: 0 0 15px 15px;
}

@media screen and (max-width: 768px) {
  .s_lineup_image_slide .slick-arrow {
    top: 25%;
  }
}
/* オプション */
.s_lineup_free_ttl, .s_lineup_paid_ttl {
  padding-left: 45px;
  position: relative;
}
.s_lineup_free_ttl::before, .s_lineup_paid_ttl::before {
  content: "";
  background: url("../../assets/img/ico-option_free.svg") center/cover no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.s_lineup_free_ttl span, .s_lineup_paid_ttl span {
  font-size: 2rem;
  background: linear-gradient(transparent 85%, #0976A3 25%);
  padding-bottom: 5px;
}

h4.s_lineup_paid_ttl::before {
  background-image: url("../img/ico-option_paid.svg");
  width: 38px;
  height: 38px;
}
h4.s_lineup_paid_ttl span {
  background: linear-gradient(transparent 85%, #ED78AE 25%);
}

.s_lineup_paid_fee {
  display: flex;
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #FCDFEA;
}
.s_lineup_paid_fee dt {
  color: #ED78AE;
  background: #FBF0F6;
  writing-mode: vertical-rl;
  font-weight: 500;
  font-size: 1.3rem;
  padding: 10px 3px 10px 0;
  display: grid;
  place-content: center;
}
.s_lineup_paid_fee dd {
  background: #fff;
  padding: 15px;
  width: 100%;
}

.s_lineup_inside_cover .col {
  max-width: 110px;
  margin-top: 20px;
}
.s_lineup_inside_cover .col a {
  display: block;
  position: relative;
}
.s_lineup_inside_cover .col a::before {
  content: "";
  background: url("../../assets/img/ico_zoom_in.svg") center/cover no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.s_lineup_inside_cover .col a:hover img {
  opacity: 1;
}
.s_lineup_inside_cover .col img {
  border-radius: 5px;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .s_lineup_paid_item {
    justify-content: center;
  }
  .s_lineup_paid .col {
    margin-top: 20px;
  }
  .s_lineup_paid_fee {
    flex-wrap: wrap;
  }
  .s_lineup_paid_fee dt {
    writing-mode: horizontal-tb;
    padding: 0 10px 0 15px;
    border-radius: 5px 5px 0 0;
    letter-spacing: 5px;
  }
  .s_lineup_paid_fee dd {
    border-radius: 0 5px 5px 5px;
    padding: 10px 15px;
  }
}
/* 色変更 */
.photo :is(.s_lineup_estimate h5, .s_lineup_price .total input, .s_lineup_price_wrap, .s_lineup_paid_fee dt, .s_lineup_point_pu_catch, .c-ico_pu__text, .s_lineup_image_number) {
  color: #006934;
}
.photo .s_lineup_estimate :is(form, select, input[type=number]),
.photo :is(.s_lineup_price_wrap, .s_lineup_spec_inner, .s_lineup_paid_fee, .s_lineup_pu_bg .u-bg-white) {
  border-color: #C7E3BA;
}
.photo :is(.s_lineup_estimate h5, .s_lineup_image_number) {
  background: #C7E3BA;
}
.photo :is(.s_lineup_price_wrap, .s_lineup_image_pu .s_lineup_image_slide_inner, .s_lineup_paid_fee dt, .c-ico_pu__text) {
  background: rgba(199, 227, 186, 0.5);
}
.photo :is(.s_lineup_image_btn, .s_lineup_image_slide_inner .c-ico_pu__text), .photo .p-form_select-wrap::before, .photo .s_lineup_pu_bg::after {
  background: #006934;
}

.premium :is(.s_lineup_estimate h5, .s_lineup_price .total input, .s_lineup_price_wrap, .s_lineup_paid_fee dt, .s_lineup_point_pu_catch, .c-ico_pu__text, .s_lineup_image_number) {
  color: #CB397D;
}
.premium .s_lineup_estimate :is(form, select, input[type=number]),
.premium :is(.s_lineup_price_wrap, .s_lineup_spec_inner, .s_lineup_paid_fee, .s_lineup_pu_bg .u-bg-white) {
  border-color: #FCDFEA;
}
.premium :is(.s_lineup_estimate h5, .s_lineup_image_number) {
  background: #FCDFEA;
}
.premium :is(.s_lineup_price_wrap, .s_lineup_image_pu .s_lineup_image_slide_inner, .s_lineup_paid_fee dt, .c-ico_pu__text) {
  background: rgba(252, 223, 234, 0.5);
}
.premium :is(.s_lineup_image_btn, .s_lineup_image_slide_inner .c-ico_pu__text), .premium .p-form_select-wrap::before, .premium .s_lineup_pu_bg::after {
  background: #CB397D;
}

.standard :is(.s_lineup_estimate h5, .s_lineup_price .total input, .s_lineup_price_wrap, .s_lineup_paid_fee dt, .s_lineup_point_pu_catch, .c-ico_pu__text, .s_lineup_image_number) {
  color: #7B6500;
}
.standard .s_lineup_estimate :is(form, select, input[type=number]),
.standard :is(.s_lineup_price_wrap, .s_lineup_spec_inner, .s_lineup_paid_fee, .s_lineup_pu_bg .u-bg-white) {
  border-color: #F4E39A;
}
.standard :is(.s_lineup_estimate h5, .s_lineup_image_number) {
  background: #F4E39A;
}
.standard :is(.s_lineup_price_wrap, .s_lineup_image_pu .s_lineup_image_slide_inner, .s_lineup_paid_fee dt, .c-ico_pu__text) {
  background: rgba(244, 227, 154, 0.5);
}
.standard :is(.s_lineup_image_btn, .s_lineup_image_slide_inner .c-ico_pu__text), .standard .p-form_select-wrap::before, .standard .s_lineup_pu_bg::after {
  background: #7B6500;
}

.light :is(.s_lineup_estimate h5, .s_lineup_price .total input, .s_lineup_price_wrap, .s_lineup_paid_fee dt, .s_lineup_point_pu_catch, .c-ico_pu__text, .s_lineup_image_number) {
  color: #0976A3;
}
.light .s_lineup_estimate :is(form, select, input[type=number]),
.light :is(.s_lineup_price_wrap, .s_lineup_spec_inner, .s_lineup_paid_fee, .s_lineup_pu_bg .u-bg-white) {
  border-color: #A5E1E4;
}
.light :is(.s_lineup_estimate h5, .s_lineup_image_number) {
  background: #A5E1E4;
}
.light :is(.s_lineup_price_wrap, .s_lineup_image_pu .s_lineup_image_slide_inner, .s_lineup_paid_fee dt, .c-ico_pu__text) {
  background: rgba(165, 225, 228, 0.5);
}
.light :is(.s_lineup_image_btn, .s_lineup_image_slide_inner .c-ico_pu__text), .light .p-form_select-wrap::before, .light .s_lineup_pu_bg::after {
  background: #0976A3;
}

/* つくり方とお届けまでの流れ 
----- page/_howto ---------- */
.howto_catch span {
  color: #ED78AE;
  position: relative;
  padding-top: 5px;
}
.howto_catch span::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ED78AE;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
}

/* お届けまでの流れ */
.howto_flow {
  padding: 0 20px;
}
.howto_flow .sotsuen_flow_wrap {
  background-color: rgba(255, 255, 255, 0.9) !important;
  max-width: 1120px;
  margin: 0 auto;
  border: 10px solid #FCDFEA;
  border-radius: 20px;
}
.howto_flow .flow_grid {
  display: grid;
  grid-template: "flow01 flow02 flow03 flow04" auto "flow_ex flow_ex flow_ex ･" auto/1fr 1fr 1fr 1fr;
  gap: 10px 30px;
}
.howto_flow .flow01 {
  grid-area: flow01;
}
.howto_flow .flow02 {
  grid-area: flow02;
}
.howto_flow .flow03 {
  grid-area: flow03;
}
.howto_flow .flow04 {
  grid-area: flow04;
}
.howto_flow .flow_ex {
  grid-area: flow_ex;
  grid-row: span 1;
  padding-right: 20px;
  position: relative;
}
.howto_flow .flow_ex::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #ED78AE;
  border-right: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.howto_flow .flow_ex > div {
  padding: 0 15px;
  height: 30px;
  display: grid;
  place-content: center;
}
.howto_flow .flow_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 5px;
  padding: 10px 15px 20px;
  background: #FBF0F6;
  border-radius: 10px;
  position: relative;
}
.howto_flow .flow_item:not(:first-child)::before {
  content: "";
  mask: url("../../assets/img/ico-triangle.svg") center/contain no-repeat;
  background-color: #ED78AE;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -20px;
  translate: 0 -50%;
}
.howto_flow .flow_ttl {
  display: flex;
  align-items: center;
  padding-left: 40px;
  font-weight: 500;
  line-height: 1.5;
}
.howto_flow figure {
  margin: 0 auto;
  max-width: 120px;
}
.howto_flow .flow_point {
  flex-wrap: wrap;
  gap: 5px;
}

@media screen and (max-width: 768px) {
  .howto_flow .sotsuen_flow_wrap {
    border-width: 5px;
    max-width: 100%;
  }
  .howto_flow .flow_grid {
    display: block;
    padding-right: 35px;
    position: relative;
  }
  .howto_flow .flow_item {
    grid-template-rows: none;
    grid-template-columns: 1fr auto;
    padding: 15px;
  }
  .howto_flow .flow_item:not(:first-child) {
    margin-top: 30px;
  }
  .howto_flow .flow_item:not(:first-child)::before {
    top: -20px;
    left: 50%;
    translate: -50%;
    rotate: 90deg;
  }
  .howto_flow .flow_ex {
    padding: 0 0 20px 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .howto_flow .flow_ex::before {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 20px solid #ED78AE;
    top: auto;
    bottom: -15px;
  }
  .howto_flow .flow_ex > div {
    padding: 20px 2px 20px 0;
    height: 100%;
    width: 25px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 1.3rem;
    place-content: flex-start;
  }
  .howto_flow .flow_ttl {
    padding: 40px 0 0 0;
  }
}
/* つくり方 */
.howto_make .make_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 0 !important;
}
.howto_make .make_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}
.howto_make .make_item:nth-child(odd)::before {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: #ddd;
  position: absolute;
  top: 10%;
  right: -10px;
}
.howto_make .make_item:nth-child(n+3)::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: -10px;
  left: 10%;
}
.howto_make .make_capture > span {
  padding: 0 10px;
  position: relative;
  line-height: 1.5;
}
.howto_make .make_capture > span::before, .howto_make .make_capture > span::after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  border-radius: 1px;
  background: #ED78AE;
  position: absolute;
  bottom: 5px;
}
.howto_make .make_capture > span::before {
  left: 0;
  rotate: -30deg;
}
.howto_make .make_capture > span::after {
  right: 0;
  rotate: 30deg;
}
.howto_make .make_ttl {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.howto_make .make_outside .make_ttl img {
  height: 30px;
}
.howto_make .make_img {
  width: 90%;
  aspect-ratio: 2/1;
}
.howto_make .make_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.howto_make .make_app .make_img img {
  aspect-ratio: 2/1;
  object-fit: contain;
}
.howto_make .make_app .make_flow_item img {
  max-width: 230px;
}
.howto_make .make_flow {
  display: grid;
  gap: 10px 30px;
  grid-template-columns: repeat(3, auto);
}
.howto_make .make_layout .make_capture p {
  color: #fff !important;
}
.howto_make .make_layout .make_flow {
  grid-template-columns: repeat(2, auto);
}
.howto_make .make_flow_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  justify-content: center;
  position: relative;
}
.howto_make .make_flow_item:not(:first-child)::before {
  content: "";
  background: url("../img/ico-triangle.svg") center/cover no-repeat;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 25%;
  left: -20px;
  translate: 0 -50%;
}
.howto_make .make_flow_item figure {
  text-align: center;
}
.howto_make .make_flow_item img {
  max-height: 58px;
}
.howto_make .make_flow_text {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
}
.howto_make .option_cpt span {
  color: #0976A3;
  background-color: #DBF3F4;
  position: relative;
  border-radius: 5px;
  padding: 0 10px;
  margin-right: 5px;
  line-height: 1.5;
}
.howto_make .option_cpt span::before {
  content: "";
  background: url("../img/triangle_blue_bg.svg") center/cover no-repeat;
  display: block;
  width: 9px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: -5px;
  translate: 0 -50%;
  rotate: 90deg;
}

@media screen and (max-width: 768px) {
  .howto_make .make_grid {
    grid-template-columns: 100%;
  }
  .howto_make .make_item:nth-child(odd)::before {
    display: none;
  }
  .howto_make .make_item:nth-child(n+2)::after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: -10px;
    left: 10%;
  }
  .howto_make .make_ttl img {
    max-height: 50px;
  }
  .howto_make .make_flow, .howto_make .make_layout .make_flow {
    grid-template-columns: none;
    width: 100%;
  }
  .howto_make .make_flow_item {
    grid-template-rows: none;
    grid-row: auto;
    grid-template-columns: 70px 1fr;
    gap: 15px;
    margin-top: 15px;
  }
  .howto_make .make_flow_item:not(:first-child)::before {
    display: none;
  }
  .howto_make .make_flow_item img {
    width: 100%;
    object-fit: contain;
  }
  .howto_make .make_flow_text {
    text-align: left;
    font-size: 1.5rem;
  }
  .howto_make .make_flow_text p {
    margin-top: 5px;
  }
  .howto_make .flow_step {
    font-weight: 500;
    color: #fff;
    background: #ED78AE;
    padding: 0 15px 0 10px;
    border-radius: 5px 5px 15px 5px;
    line-height: 1.4;
    font-size: 1.3rem;
  }
}
/* 制作マニュアル */
.howto_manual details::details-content {
  transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
  background-color: #f0f2ff;
}
.howto_manual details summary {
  display: block;
  list-style-type: none;
  width: 100%;
  height: 50px;
  padding: 5px 40px;
  border-radius: 30px;
  background: #ddd;
  display: grid;
  place-content: center;
  transition: 0.3s;
  position: relative;
}
.howto_manual details summary::-webkit-details-marker {
  display: none;
}
.howto_manual details summary:hover {
  background: #eee;
}
.howto_manual details summary .manual_ico {
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
}
.howto_manual details summary .manual_ico::before, .howto_manual details summary .manual_ico::after {
  content: "";
  display: block;
  background: #333;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.howto_manual details summary .manual_ico::after {
  rotate: 90deg;
}
.howto_manual details[open]::details-content {
  opacity: 1;
}
.howto_manual details[open] .manual_ico::after {
  rotate: 0;
}
@supports (interpolate-size: allow-keywords) {
  .howto_manual :root {
    interpolate-size: allow-keywords;
  }
  .howto_manual details[open]::details-content {
    height: auto;
  }
}
@supports not (interpolate-size: allow-keywords) {
  .howto_manual details[open]::details-content {
    height: 150px;
    overflow-y: scroll;
  }
}

.howto_tmp .tmp_link {
  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;
}
.howto_tmp .tmp_link:hover {
  box-shadow: none;
}
.howto_tmp .tmp_link:hover .tmp_inner::before {
  right: 5px;
}
.howto_tmp .tmp_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.howto_tmp .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;
}
.howto_tmp .tmp_inner::before {
  content: "";
  background: url("../img/arrow_btn.svg") center/cover no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .howto_tmp .tmp_inner {
    min-height: 370px;
  }
}

/* ご注文方法 */
.order_overview {
  padding: 10px 15px 10px 55px;
  border-radius: 10px;
  position: relative;
  min-height: 55px;
  display: flex;
  align-items: center;
}
.order_overview + p {
  margin-top: -10px !important;
  padding: 20px 10px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
}

/* 入稿時の原稿確認について */
@media screen and (max-width: 768px) {
  .howto_ms .u-round {
    border-radius: 0;
  }
}
/* つくり方下層 (切り貼りでつくる/デザインソフトでつくる)
----- page/_howto-sub ------------------------------ 
親要素の接頭辞は[howto-s_]*/
.howto-s_method .u-grid {
  margin: 0 -50px;
}
.howto-s_method .u-grid .col {
  padding: 0 50px;
  margin-top: 0;
}
.howto-s_method .method_make {
  max-width: 360px;
}
.howto-s_method .c-btn_big {
  margin: 0 auto;
}
.howto-s_method .method_submit {
  position: relative;
}
.howto-s_method .method_submit::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 0;
}
.howto-s_method .submit_ttl {
  align-items: center;
  gap: 10px;
}

.howto-s_request {
  border: 10px solid #FCDFEA;
}
.howto-s_request .request_item {
  display: grid;
  gap: 15px;
  grid-template-columns: 80px 1fr;
  align-items: center;
}
.howto-s_request .request_item .u-round {
  border: 1px solid #ddd;
  border-radius: 15px;
}

.howto-s_excursion .col {
  margin-top: 20px;
}
.howto-s_excursion a {
  display: block;
  position: relative;
}
.howto-s_excursion 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;
}
.howto-s_excursion a:hover::before {
  right: 15px;
}
.howto-s_excursion a:hover .bg img {
  scale: 1.1;
}
.howto-s_excursion a:hover .inner {
  background: rgba(255, 255, 255, 0.95);
}
.howto-s_excursion .bg {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  background-color: #FBD7E5;
}
.howto-s_excursion .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.howto-s_excursion .text {
  height: 100%;
  width: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.howto-s_excursion .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;
}
.howto-s_excursion .inner img {
  max-height: 50px;
  max-width: 90%;
}
.howto-s_excursion .outside .inner img {
  max-width: 130px;
}
.howto-s_excursion .designer .make_ttl .pu {
  padding: 2px 5px 1px;
  border-radius: 3px;
  margin-right: 2px;
  letter-spacing: -0.02rem;
}

.app_instruction table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
.app_instruction th {
  color: #fff;
  background-color: #ED78AE;
  font-weight: 500;
  text-align: center;
  min-width: 75px;
  padding: 6px 10px 5px;
  max-width: 100px;
  border-radius: 5px 0px 0px 5px;
  text-align: center;
  vertical-align: middle;
}
.app_instruction td {
  padding: 5px 10px;
  border-radius: 0px 5px 5px 0px;
  background-color: #fff;
}
.app_instruction .os td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.app_instruction .ico-text {
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.app_instruction .ico-text img {
  max-height: 16px;
}

@media screen and (max-width: 768px) {
  .howto-s_method .u-grid {
    margin: 0;
  }
  .howto-s_method .u-grid .col {
    padding: 0;
  }
  .howto-s_method .method_make {
    padding-bottom: 40px;
  }
  .howto-s_method .method_submit::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
  }
  .howto-s_method .method_submit.col {
    padding-top: 40px;
  }
  .howto-s_request {
    border-width: 6px;
  }
  .howto-s_request .request_item {
    grid-template-columns: auto;
  }
  .howto-s_request img {
    max-width: 80px;
  }
  .howto-s_excursion .bg {
    aspect-ratio: 2/1;
  }
}
/* 専用アプリでつくる 
----- page/_app ---------- */
.app {
  overflow: hidden;
}

.app_trial .comp {
  width: 80%;
  max-width: 400px;
  margin-bottom: -90px;
  position: relative;
  z-index: 1;
}
.app_trial .wrap {
  background-color: rgba(255, 255, 255, 0.8) !important;
  border: 10px solid #FCDFEA;
  position: relative;
}
.app_trial .wrap::before, .app_trial .wrap::after {
  content: "";
  mask: url("../img/deco_01.svg") center/contain no-repeat;
  background: #FCDFEA;
  width: 590px;
  height: 590px;
  position: absolute;
  z-index: -10;
}
.app_trial .wrap::before {
  top: -295px;
  right: -295px;
}
.app_trial .wrap::after {
  background: #F4E39A;
  bottom: -295px;
  left: -295px;
}
.app_trial .c-btn-wrap {
  gap: 10px 20px;
}
.app_trial .anchor_grey {
  color: #777;
  padding-right: 20px;
  position: relative;
}
.app_trial .anchor_grey::before {
  content: "";
  mask: url("../img/ico-arrow.svg") center/contain no-repeat;
  background: #777;
  width: 8px;
  height: 12px;
  rotate: 90deg;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  transition: 0.3s;
}
.app_trial .anchor_grey:hover::before {
  top: calc(50% + 5px);
}

/* 4つのポイント */
.app_point {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.app_point .u-bg3 {
  background-color: transparent !important;
}
.app_point .u-contents_min {
  padding: 0;
}
.app_point .c-ico_number small {
  letter-spacing: -0.01rem;
}
.app_point .c-ico_number span {
  font-weight: 500;
}
.app_point > div:nth-child(odd):not(:first-child) {
  margin-left: auto;
}
.app_point > div:nth-child(n+3) {
  margin-top: 50px;
}

.app_point_item {
  width: min(95%, 1000px);
  background-color: #FBF0F6;
  border-radius: 20px;
  position: relative;
  padding: 10px;
}
.app_point_item .u-contents_min {
  max-width: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.app_point_item .u-contents_min:has(.u-text-xxxs) .u-grid {
  margin-bottom: 2rem !important;
}
.app_point_item .u-text-xxxs {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.app_point_ttl {
  display: grid;
  place-content: center;
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
  min-height: 85px;
  width: 30%;
  border-radius: 15px;
  background: #fff;
}
.app_point_ttl .c-ico_number {
  width: 60px;
  height: 60px;
}
.app_point_ttl .c-ico_number small {
  font-size: 1.3rem;
}
.app_point_ttl .c-ico_number span {
  font-size: 2.8rem;
}
.app_point_ttl img {
  display: block;
  width: min(80%, 200px);
  margin: 0 auto;
}

.app_point_img {
  border: 1px solid #ddd;
}
.app_point_img.vertical {
  max-width: 140px;
  margin: 0 auto;
}

.app_point_grid {
  margin: 0 !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  width: calc(70% - 10px);
  padding: 20px 30px;
}
.app_point_grid .col {
  width: 100% !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}

.app_point_manual .u-text-medium {
  text-decoration: underline 5px #F4E39A;
  text-underline-offset: -1px;
}

@media screen and (min-width: 769px) {
  #app_ai .u-contents_min {
    flex-direction: column;
  }
  #app_ai .app_point_ttl {
    width: 100%;
    grid-auto-flow: column;
    place-items: center;
  }
  #app_ai .app_point_ttl img {
    height: 60px;
    width: auto;
  }
  #app_ai .app_point_grid {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .app_trial {
    padding: 20px;
  }
  .app_trial::before, .app_trial::after {
    width: 300px;
    height: 300px;
    top: -170px;
  }
  .app_trial::before {
    left: -170px;
  }
  .app_trial::after {
    right: -170px;
  }
  .app_trial .wrap {
    border-width: 5px;
  }
  .app_point > div:nth-child(n+3) {
    margin-top: 20px;
  }
  .app_point_item {
    width: 100%;
  }
  .app_point_ttl {
    width: 100%;
    min-height: 65px;
    text-align: center;
    gap: 10px;
  }
  .app_point_ttl .text {
    order: 1;
  }
  .app_point_ttl img {
    width: min(70%, 180px);
  }
  #app_ai .app_point_ttl img {
    width: 90px;
  }
  .app_point_grid {
    grid-template-columns: 100%;
    width: 100%;
    padding: 10px;
  }
  .app_point_grid .col {
    gap: 10px;
  }
  .app_point_img {
    width: 80%;
    margin: 0 auto;
  }
  .app_instruction .u-round {
    border-radius: 0;
  }
  .app_instruction tr {
    display: grid;
    grid-template-columns: 85px 1fr;
    gap: 5px;
    margin-top: 5px;
  }
  .app_instruction th {
    display: grid;
    place-content: center;
    place-items: center;
  }
  .app_instruction .os {
    display: grid;
    grid-template: "th pc" auto "th tab" auto "th sp" auto/85px 1fr;
  }
  .app_instruction .os th {
    grid-area: th;
  }
  .app_instruction .pc {
    grid-area: pc;
  }
  .app_instruction .tab {
    grid-area: tab;
  }
  .app_instruction .sp {
    grid-area: sp;
  }
}
/* はじめての方へ
----- page/_first ----- */
/* 共有（sectionを跨いで使用するもの） */
.first_border_wrap {
  border: 10px solid #FCDFEA;
  padding: 50px 20px;
  background: rgba(255, 255, 255, 0.8);
}

.first_item {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 20px;
  align-items: center;
  padding: 40px 30px;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px #eee;
  border-radius: 20px;
  position: relative;
}

.first_number {
  display: grid;
  place-content: center;
  place-items: center;
  width: 80px;
  height: 80px;
  mask: url("../img/deco_01.svg") center/contain no-repeat;
  color: #ED78AE;
  background-color: #FBF0F6;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  position: absolute;
  top: -20px;
  left: -20px;
}
.first_number strong {
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .first h2 {
    font-size: 2.3rem;
  }
  .first h2 small {
    font-size: 1.5rem;
  }
  .first_border_wrap {
    border-width: 5px;
    padding: 30px 20px;
  }
  .first_item {
    grid-template-columns: 100%;
    gap: 20px;
    margin-top: 30px;
    padding: 25px 20px;
  }
  .first_item figure {
    text-align: center;
  }
  .first_number {
    width: 70px;
    height: 70px;
    font-size: 1.3rem;
    top: -10px;
    left: -10px;
  }
  .first_number strong {
    font-size: 2.6rem;
  }
}
.first_cta {
  background: rgba(255, 255, 255, 0.8);
}
.first_cta .l-footer-cta {
  background: rgba(244, 227, 154, 0.5);
}

.first_pu .first_border_wrap {
  padding-bottom: 0;
}
.first_pu .first_border_wrap img {
  width: min(90%, 360px);
}
.first_pu .first_item img {
  max-height: 130px;
  max-width: 160px;
  object-fit: contain;
}

.first_point .first_border_wrap {
  padding-bottom: 40px;
}
.first_point .first_border_wrap img {
  width: min(90%, 350px);
}
.first_point .first_number {
  color: #7B6500;
  background-color: #F4E39A;
}
.first_point .first_number span {
  padding-top: 5px;
}
.first_point .first_item {
  grid-template-columns: 30% 1fr;
  padding: 10px;
}
.first_point .first_item img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.first_point .first_item .text {
  padding: 30px 30px 30px 10px;
}

.first_feat_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.first_feat_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 5px;
  padding: 10px;
  border-radius: 20px;
  background: rgba(240, 243, 249, 0.8);
}
.first_feat_item .big img, .first_feat_item .min img {
  border-radius: 15px;
}
.first_feat_item .img_wrap {
  display: grid;
  grid-template-columns: 70% 1fr;
  gap: 10px;
  align-items: flex-end;
}
.first_feat_item .img_wrap .min {
  display: grid;
  gap: 10px;
}
.first_feat_item .img_wrap > img {
  max-height: 215px;
}
.first_feat_item .img_wrap.single {
  grid-template-columns: 100%;
  place-content: center;
  place-items: center;
}
.first_feat_item .text {
  padding: 15px;
}
.first_feat_item h5 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .first_pu h2 {
    font-size: min(5.5vw, 2.3rem);
  }
  .first_point .first_border_wrap {
    padding-bottom: 20px;
  }
  .first_point .first_border_wrap h5 {
    font-size: 1.7rem;
  }
  .first_point .first_item {
    grid-template-columns: 100%;
  }
  .first_point .first_item img {
    aspect-ratio: 4/3;
  }
  .first_point .first_item .text {
    padding: 0 10px 15px;
  }
  .first_feat_grid {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .first_feat_item .img_wrap.single {
    padding: 10px 0;
  }
  .first_feat_item .img_wrap.single img {
    max-height: none;
    width: 70%;
  }
}
/* お客様の声
----- page/_voice ---------- */
.archive_voice {
  gap: 15px 0;
  margin-top: -30px;
}

.voice {
  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);
}
.voice::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: -16px;
}
.voice .voice_name {
  font-size: 1.8rem;
  font-weight: 500;
}
.voice .ico {
  padding-left: 50px;
  position: relative;
}
.voice .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%;
}
.voice .ico_color-2::before {
  background-image: url("../img/ico_voice_2.svg");
}
.voice .ico_color-3::before {
  background-image: url("../img/ico_voice_3.svg");
}

@media screen and (max-width: 768px) {
  .archive_voice {
    gap: 5px 0;
  }
  .voice {
    padding: 25px 20px 20px;
  }
  .voice .ico {
    padding-left: 45px;
  }
  .voice .ico::before {
    width: 35px;
    height: 35px;
  }
}
/* レイアウトプラン 
----- page/_layout ---------- */
/* お届けまでの流れ */
.layout_flow .u-contents_min {
  border: 10px solid #FCDFEA;
  border-radius: 20px;
  padding-bottom: 30px;
  width: min(100% - 40px, 840px);
}
.layout_flow.u-bg3 {
  background-color: transparent !important;
}
.layout_flow :is(.u-grid, .col) {
  margin: 0;
}
.layout_flow hr {
  border-color: #FCDFEA;
}

.layout_flow_item {
  padding: 30px 15px;
  position: relative;
  background-color: #FBF0F6 !important;
}
.layout_flow_item::before {
  content: "";
  mask: url("../../assets/img/ico-triangle.svg") center/contain no-repeat;
  background-color: #ED78AE;
  display: block;
  width: 10px;
  height: 13px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  translate: -50%;
  rotate: 90deg;
}

.layout_flow_text {
  padding: 0 45px;
}
.layout_flow_text img {
  max-height: 70px;
}

.layout_flow_consultatiom {
  gap: 15px 0;
}
.layout_flow_consultatiom .customer img {
  width: 75px;
}
.layout_flow_consultatiom .employee {
  display: flex;
  align-items: flex-end;
}
.layout_flow_consultatiom .employee img {
  width: 90px;
}
.layout_flow_consultatiom .speech_bubble {
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
.layout_flow_consultatiom .speech_bubble::before {
  content: "";
  mask: url("../../assets/img/ico-triangle.svg") center/contain no-repeat;
  background: #fff;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -8px;
  translate: 0 -50%;
  rotate: 180deg;
}
.layout_flow_consultatiom .employee_speech_bubble {
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
.layout_flow_consultatiom .employee_speech_bubble::before {
  content: "";
  background: url("../../assets/img/speech_bubble_grey_border.svg") center/cover no-repeat;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: -7px;
  translate: 0 -50%;
}

.layout_flow_completed img {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .layout_flow .u-contents_min {
    border-width: 5px;
  }
  .layout_flow_item {
    padding: 20px 15px;
  }
  .layout_flow_text {
    padding: 0;
  }
  .layout_flow_consultatiom .col {
    width: 100%;
  }
  .layout_flow_consultatiom .employee figure {
    margin: 0 0 0 auto;
  }
}
/* スケジュール */
.layout_sched_grid {
  display: flex;
}

.layout_sched_period {
  width: 50%;
}

.layout_sched_deadline {
  width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.layout_sched_dl_item {
  display: flex;
  gap: 5px;
  align-items: center;
}
.layout_sched_dl_item img {
  height: 40px;
}
.layout_sched_dl_item.track {
  padding-top: 55px;
  position: relative;
}
.layout_sched_dl_item.track::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #aaa;
  position: absolute;
  top: 5px;
  left: 50%;
  translate: -50%;
}
.layout_sched_dl_item.track::after {
  content: "";
  display: block;
  mask: url("../../assets/img/arrow_pink.svg") center/contain no-repeat;
  background: #aaa;
  width: 6px;
  height: 12px;
  rotate: 90deg;
  position: absolute;
  top: 40px;
  left: 50%;
  translate: -50%;
}

.layout_sched_criterion {
  width: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 30px;
}

.layout_sched_cr_item {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.layout_sched_cr_item figure {
  width: 40px;
}

.layout_sched_free {
  padding: 10px 15px;
  position: relative;
}
.layout_sched_free::before {
  content: "";
  mask: url("../../assets/img/ico-triangle.svg") center/contain no-repeat;
  background-color: #ED78AE;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -8px;
  translate: 0 -50%;
  rotate: 180deg;
}

.layout_sched_example {
  width: 50%;
  padding-left: 50px;
}
.layout_sched_example table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
.layout_sched_example th {
  width: 30px;
  line-height: 1.2;
  background: #bbb;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
}
.layout_sched_example td {
  border-radius: 5px;
  padding: 10px;
}
.layout_sched_example td .u-dg {
  gap: 0 10px;
  align-items: center;
  grid-template-columns: 40px 1fr;
}
.layout_sched_example .long_period .date {
  padding-top: 40px;
  position: relative;
}
.layout_sched_example .long_period .date::before {
  content: "";
  display: block;
  background: #ED78AE;
  width: 1px;
  height: 60px;
  border-radius: 1px;
  position: absolute;
  top: -20px;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .layout_sched_grid {
    flex-wrap: wrap;
  }
  .layout_sched_period {
    width: 100%;
  }
  .layout_sched_period .u-df {
    flex-wrap: wrap;
  }
  .layout_sched_deadline {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .layout_sched_deadline > p {
    line-height: 1.3;
    width: 35px;
  }
  .layout_sched_deadline > figure {
    width: calc(100% - 115px);
  }
  .layout_sched_dl_item.flag {
    width: 70px;
    flex-direction: column;
    text-align: center;
  }
  .layout_sched_dl_item.track {
    padding-top: 20px;
    width: 100%;
    justify-content: center;
  }
  .layout_sched_dl_item.track::before {
    display: none;
  }
  .layout_sched_dl_item.track::after {
    mask: none;
    background: url("../img/ico-triangle.svg") center/cover no-repeat;
    width: 10px;
    height: 13px;
    top: 0;
    rotate: 90deg;
  }
  .layout_sched_criterion {
    width: 100%;
    padding: 0;
  }
  .layout_sched_criterion_inner {
    order: 1;
  }
  .layout_sched_criterion_inner > .u-bg3 {
    padding: 5px;
  }
  .layout_sched_cr_item {
    gap: 15px;
    padding: 15px 0;
  }
  .layout_sched_free {
    text-align: center;
    min-width: 90%;
    margin: 0 auto;
    display: block;
    padding: 5px 15px;
  }
  .layout_sched_free::before {
    display: none;
  }
  .layout_sched_example {
    width: 100%;
    padding: 0;
  }
}
/* データのご入稿方法 */
.layout_submit .u-dg {
  padding: 0 5px;
  grid-template-columns: 40px 1fr;
  gap: 15px;
  align-items: center;
}
.layout_submit figure {
  height: 40px;
}
.layout_submit img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 価格について */
.layout_price.u-bg3 {
  background-color: rgba(244, 227, 154, 0.2) !important;
}
.layout_price .u-bg1 {
  background-color: #FCDFEA !important;
}

.layout_price_figure {
  position: relative;
  gap: 20px 0;
}
.layout_price_figure .deco {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  color: transparent;
  font-size: 1px;
}
.layout_price_figure .deco::before, .layout_price_figure .deco::after {
  content: "";
  display: block;
  width: 50%;
  max-width: 20px;
  height: 3px;
  border-radius: 1px;
  background: #ED78AE;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.layout_price_figure .deco::after {
  rotate: 90deg;
}
.layout_price_figure .col {
  width: 50%;
  max-width: 280px;
  margin: 0;
}
.layout_price_figure .inner {
  display: grid;
  place-items: center;
  min-height: 95px;
  padding: 10px 15px;
  text-align: center;
}
.layout_price_figure .inner p {
  line-height: 1.5;
}

.layout_price_table {
  min-width: 550px;
}
.layout_price_table td, .layout_price_table th {
  text-align: center;
}/*# sourceMappingURL=user.css.map */