/* nunonapukin */

.sp-none {
  display: none;
}
.inner {
  padding-right: 32px;
  padding-left: 32px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1220px;
}
.bk {
  background-image: url(../images/nunonapukin/bk.png);
  background-position: center;
  background-size: cover;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
.nunonapukin .title {
  letter-spacing: 0.3rem;
  font-size: 15px;
  line-height: 2.5;
}
.title.color-black {
  color: #000;
}
.title.center {
  text-align: center;
}
.default-text {
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0.3rem;
}

.img_area {
  height: 187px;
}
.img_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.default-text.center {
  text-align: center;
}
.sec-red {
  background-color: #b38593;
}
.page-top {
  width: 100vw;
  height: 568px;
  background: url(../images/nunonapukin/mv_sp.jpg) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-top h1 {
  color: #fff;
  font-size: 20px;
  margin: 0;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.7rem;
}
.pageLink {
  padding-top: 54px;
  padding-bottom: 118px;
}
.pageLink-inner {
  max-width: 1112px;
  padding-right: 46px;
  padding-left: 46px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 82px;
}
.pageLink_link {
  width: 228px;
  height: 228px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  line-height: 2.5;
  letter-spacing: 0.3rem;
  text-align: center;
  color: #fff;
}
.pageLink_link::after {
  content: "";
  display: block;
  width: 12px;
  height: 93px;
  background: url(../images/nunonapukin/arrow-down_w.svg) center/contain no-repeat;
  position: absolute;
  bottom: -64px;
  left: 50%;
  transform: translateX(-50%);
}
.pageLink_link_title {
  margin-bottom: 7px;
}
.pageLink_link_text {
  font-size: 12px;
}
.what-inner {
  padding: 37px 32px 0 32px;
  max-width: 660px;
  margin: 0 auto;
}
.what-title {
  margin-bottom: 22px;
}
.what-box_wrap {
  padding-top: 31px;
  padding-bottom: 30px;
  margin-bottom: 88px;
  overflow-x: scroll;
  display: flex;
}
.what-box {
  background: #fff;
  margin: 0 16px;
  padding: 32px 16px 37px;
  min-width: 294px;
  position: relative;
}
.what-box::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background: url(../images/nunonapukin/arrow-right.svg) center/contain no-repeat;
  position: absolute;
  top: 65px;
  right: -12px;
}
.what-box:last-of-type:after {
  content: none;
}
.what-box_title {
  margin-bottom: 13px;
}
.what-box_grapTitle {
  margin-top: 15px;
}

.what-box_graphWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 5px;
}

.what-box_graphWrap.sp-column {
  flex-direction: column;
  align-items: center;
}
.round {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.3rem;
  letter-spacing: 2px;
  border: 1px solid #000;
}
.round:last-of-type {
  line-height: 1.5;
}
.what-box_graphBottom {
  margin-top: 30px;
}
.what-box_graph {
  margin-top: 10px;
}
.triangle {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 124px;
  height: 110px;
  background: #000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.3rem;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.triangle_clip {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 122px;
  height: 108px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 30px;
}
.triangle_clip span {
  font-size: 10px;
}

.round-double {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 9px;
  line-height: 2;
  letter-spacing: 0.3rem;
  border: 1px solid #000;
  position: relative;
}

.round-double::before {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kodawari {
  padding-top: 44px;
  padding-bottom: 77px;
}

.kodawari_box {
  background: #fff;
  padding: 28px 32px;
}
.kodawari_box_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right !important;
}
.kodawari_box_title span {
  font-size: 40px;
}

.kodawari_box + .kodawari_box {
  margin-top: 30px;
}
.kodawari_box:first-of-type {
  margin-top: 20px;
}
.kodawari_box_img {
  max-width: 256px;
  margin: 0 auto 17px;
}
.kodawari_box .red {
  display: block;
  color: #c8496e;
}

.voice {
  padding-top: 35px;
}
.voice-title {
  margin-bottom: 14px;
}
.voice_list {
  max-width: 775px;
  margin: 0 auto 35px !important;
}
.voice_list_item {
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0.3rem;
}

.how {
  padding: 35px 0 0;
}
.wash {
  padding-bottom: 76px;
}
.wash_tool {
  margin: 24px 32px 44px;
  border: 1px solid #000;
  padding: 11px 20px 14px;
}
.wash-tool_title {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  margin-bottom: 11px;
}
.wash_tool_list {
  font-size: 12px;
  letter-spacing: 0.3rem;
  line-height: 2.5;
}
.wash-flow_wrap {
  padding-bottom: 30px;
  margin-bottom: 46px;
  overflow-x: scroll;
  display: flex;
}
.wash-flow_item {
  background: #fff;
  margin: 0 16px;
  padding: 0 16px 27px;
  min-width: 294px;
  position: relative;
}
.wash-flow_item::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background: url(../images/nunonapukin/arrow-right.svg) center/contain no-repeat;
  position: absolute;
  top: 65px;
  right: -12px;
}

.wash-flow_num {
  font-size: 40px;
  line-height: 2.5;
}
.wash-bottom {
  font-size: 15px;
  letter-spacing: 0.3rem;
  line-height: 2.5;
  text-align: center;
  max-width: calc(722px + 64px);
  width: fit-content;
  margin: 0 auto;
}

.use {
  padding: 33px 0 60px;
}
.use-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 33px;
  margin-top: 26px;
}
.use-item_img {
  margin: 0 auto 26px;
  width: 194px;
}
.use-item {
  color: #fff;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.use-item_textBig {
  font-size: 15px;
}

.title.border {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.title.border::before,
.title.border::after {
  content: "";
  display: block;
  width: 1px;
  height: 62px;
  background: #000;
  transform-origin: center;
  margin: 0 16px;
}
.title.border::before,
.title.border::after {
  height: 62px;
}
.title.border::before {
  transform: rotate(-25deg);
}
.title.border::after {
  transform: rotate(25deg);
}
.title.small {
  margin-bottom: 18px;
}
.title.big {
  margin-bottom: 40px;
}
.start {
  padding-top: 40px;
}
.start-img {
  height: 255px;
  margin-top: 17px;
}
.start-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.start_tool {
  margin: -40px auto 40px;
  width: 300px;
  border: 1px solid #000;
  padding: 8px 13px 18px;
  background: #fff;
  position: relative;
}
.start-tool_title {
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  margin-bottom: 13px;
}
.start_tool_list {
  width: fit-content;
  margin: 0 auto !important;
  font-size: 12px;
  letter-spacing: 0.3rem;
  line-height: 2.5;
}
.start_tool_link {
  color: #000;
  transition: 0.2s;
}
.start_tool_link:hover {
  opacity: 0.8;
}

.prodcuct-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 64px;
}
.product-img {
  display: none;
}
.product-title {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 256px;
  height: 64px;
  border: 1px solid #000;
  font-size: 12px;
  letter-spacing: 0.3rem;
  line-height: 2.5;
  position: relative;
}
.product-title::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform-origin: center;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1em;
}
.faq {
  padding-top: 34px;
}
.faq-list {
  margin-bottom: 82px !important;
  margin-top: 19px !important;
}
.faq-term {
  background: #b38593;
  padding: 4px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.3rem;
  line-height: 2.5;
}
.faq-term::after {
  content: "";
  display: block;
  min-width: 19px;
  height: 17px;
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.faq-desc {
  background: #fff;
  padding: 17px 24px 34px;
  margin-bottom: 17px;
  font-size: 12px;
  letter-spacing: 0.3rem;
  line-height: 2;
}
.faq-desc:not(:last-of-type) {
  margin-bottom: 17px;
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }

  .nunonapukin .title {
    font-size: 20px;
  }
  .default-text {
    font-size: 15px;
  }
  .img_area {
    height: 619px;
  }

  .page-top {
    height: 773px;
    background: url(../images/nunonapukin/mv_pc.jpg) top center/cover no-repeat;
  }
  .page-top h1 {
    font-size: 30px;
  }
  .pageLink {
    padding-top: 133px;
    padding-bottom: 135px;
  }
  .pageLink-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px 33px;
  }
  .pageLink_link {
    width: 318px;
    min-width: 318px;
    height: 318px;
  }
  .pageLink_link::after {
    width: 16px;
    height: 128px;
    bottom: -80px;
  }
  .pageLink_link_title {
    margin-bottom: 5px;
  }
  .pageLink_link_text {
    font-size: 15px;
  }
  .what-inner {
    padding: 149px 32px 0 32px;
  }
  .what-title {
    margin-bottom: 55px;
  }
  .what-box_wrap {
    overflow-x: inherit;
    display: block;
    max-width: 1220px;
    padding: 138px 32px 30px;
    margin: 0 auto 227px;
  }
  .what-box {
    background: #fff;
    margin: 0 auto;
    padding: 80px 20px;
    position: relative;
  }
  .what-box::after {
    width: 16px;
    height: 128px;
    background: url(../images/nunonapukin/arrow-down_b.svg) center/contain no-repeat;
    position: absolute;
    top: auto;
    bottom: -122px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }

  .what-box:not(:last-of-type) {
    margin-bottom: 81px;
  }
  .what-box .default-text {
    max-width: 660px;
    margin: 0 auto 42px;
  }
  .what-box_title {
    margin-bottom: 36px;
  }
  .what-box_grapTitle {
    margin-top: 42px;
  }

  .what-box_graphWrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px 20px;
    max-width: 706px;
    margin: 0 auto;
  }

  .what-box_graphWrap.sp-column {
    flex-direction: row;
    align-items: center;
  }
  .round {
    width: 190px;
    height: 190px;
    min-width: 190px;
    font-size: 15px;
  }
  .round:last-of-type {
    line-height: 2;
  }
  .what-box_graphBottom {
    margin-top: 30px !important;
  }
  .what-box_graph {
    margin-top: 25px;
  }
  .triangle {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 237px;
    height: 205px;
    font-size: 15px;
  }
  .triangle_clip {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 235px;
    height: 203px;
    background: #fff;
    padding-top: 60px;
  }
  .triangle_clip span {
    font-size: 15px;
  }
  .what-box_graphBottom.big {
    font-size: 20px;
  }

  .round-double {
    width: 222px;
    height: 222px;
    border-radius: 50%;
    font-size: 15px;
  }

  .round-double::before {
    content: "";
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }
  .kodawari {
    padding-top: 118px;
    padding-bottom: 222px;
  }
  .kodawari_inner {
    padding-right: 32px;
    padding-left: 32px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1220px;
  }

  .kodawari_box {
    width: calc(50% - 23px);
    padding: 38px 38px 33px;
  }

  .kodawari_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 52px 46px;
    margin-top: 98px;
  }

  .kodawari_box + .kodawari_box {
    margin-top: 0px;
  }
  .kodawari_box:first-of-type {
    margin-top: 0px;
  }
  .kodawari_box_img {
    width: 90%;
    max-width: 317px;
    height: 312px;
    max-width: 317px;
    margin: 0 auto 29px;
  }

  .voice {
    padding-top: 130px;
  }
  .voice-title {
    margin-bottom: 50px;
  }
  .voice_list {
    max-width: 792px;
    margin: 0 auto 116px !important;
  }
  .voice_list_item {
    font-size: 15px;
  }

  .how {
    padding: 120px 0 0;
  }
  .wash {
    padding-bottom: 95px;
  }
  .wash_tool {
    width: 90%;
    max-width: 816px;
    margin: 62px auto 0;
    padding: 20px 0;
    display: flex;
  }
  .wash-tool_title {
    border-bottom: none;
    border-right: 1px solid #000;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-right: 55px;
    width: 228px;
    font-size: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wash_tool_list {
    font-size: 15px;
  }
  .wash-flow_wrap {
    overflow-x: inherit;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 52px 46px;
    max-width: 1220px;
    margin: 108px auto 46px;
    padding: 0 32px;
  }

  .wash-flow_item {
    margin: 0;
    padding: 23px 38px 40px;
    min-width: auto;
    position: relative;
    width: calc(50% - 23px);
    padding: 38px 38px 33px;
  }
  .wash-flow_item::after {
    content: none;
  }
  .wash-flow_img {
    width: 90%;
    max-width: 388px;
    height: 349px;
    margin: 0 auto;
  }
  .wash-flow_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .wash-bottom {
    font-size: 20px;
  }

  .use {
    padding: 122px 0 422px;
  }
  .use-wrap {
    flex-direction: row;
    gap: 30px;
    margin-top: 87px;
  }
  .use-item_img {
    margin: 0 auto 44px;
    width: 100%;
  }
  .use-item {
    color: #fff;
    text-align: center;
    max-width: calc(100% / 3 - 20px);
    margin: 0 auto;
  }
  .use-item_textBig {
    font-size: 15px;
  }

  .title.border {
    align-items: center;
  }
  .title.border::before,
  .title.border::after {
    margin: 0 40px;
  }
  .title.border.small::before,
  .title.border.small::after {
    height: 54px;
  }
  .title.border.big::before,
  .title.border.big::after {
    height: 81px;
  }

  .title.small {
    margin-bottom: 40px;
  }

  .start {
    padding-top: 0px;
    padding-bottom: 116px;
    background-image: url(../images/nunonapukin/bk.png);
    background-position: center;
    background-size: cover;
  }
  .start_inner {
    padding: 80px 20px 116px;
    max-width: 1160px;
    background: #fff;
    margin: -354px auto 0;
    position: relative;
    z-index: 2;
  }
  .start_wrap {
    max-width: 864px;
    margin: 0 auto;
  }
  .start-text {
    text-align: center;
  }
  .start-img {
    height: 371px;
    margin-top: 60px;
  }

  .start_tool {
    display: flex;
    margin: -60px auto 70px;
    width: 574px;
    padding: 20px;
  }
  .start-tool_title {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: none;
    border-right: 1px solid #000;
    margin-bottom: 0px;
    margin-right: 55px;
    width: 228px;
    font-size: 15px !important;
  }
  .start_tool_list {
    margin: auto 0 !important;
    font-size: 15px;
  }

  .prodcuct-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 0;
  }
  .product-img {
    display: block;
  }
  .product-title {
    min-width: fit-content;
    height: 74px;
    font-size: 15px;
    margin: -35px auto 0;
    background: #fff;
    position: relative;
    z-index: 2;
    margin-top: 1em;
  }
  .faq {
    padding-top: 88px;
  }
  .faq_inner {
    padding-right: 32px;
    padding-left: 32px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1220px;
  }
  .faq-list {
    margin-bottom: 134px !important;
    margin-top: 62px !important;
  }
  .faq-term {
    padding: 17px 30px;
    gap: 10px;
    font-size: 15px;
  }
  .faq-term::after {
    min-width: 25px;
    height: 22px;
  }
  .faq-desc {
    padding: 22px 26px;
    font-size: 15px;
  }
  .faq-desc:not(:last-of-type) {
    margin-bottom: 26px;
  }
}
