@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure,
strong {
  border: 0;
  font: inherit;
  font-size: 100%;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

[type=text],
[type=email],
[type=tel] {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
}

button,
[type=submit],
input[type=button i] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

[type=radio],
[type=checkbox] {
  display: none;
}

select,
[type=date] {
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  border: 0;
  background-color: inherit;
  color: inherit;
}

html {
  font-size: 100%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  font-size: 17px;
  text-align: justify;
  font-feature-settings: "palt";
  color: #4c4c4c;
  font-family: "Noto Sans JP", sans-serif;
  background: #ffffff;
  scroll-padding-top: calc(70px + 0.625rem);
  margin: 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    scroll-padding-top: calc(70px + 0.625rem);
  }
}
body.no-scroll {
  overflow: hidden;
}

body.js-modal-open {
  overflow: hidden;
}

body.js-modal-open .l-main,
body.js-modal-open .l-header,
body.no-scroll .l-header {
  scrollbar-gutter: stable;
  overflow: auto;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #636569;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture, img {
  display: block;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

small {
  font-size: 0.5em;
  letter-spacing: 0;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 4.375rem;
  width: 100%;
  z-index: 202;
  display: flex;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 4rem;
  }
}

.l-header__wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__wrap {
    padding: 0 1.6rem;
  }
}

.l-header__sunstar {
  margin-top: 0.875rem;
  width: 6.875rem;
  height: auto;
  aspect-ratio: 110/27;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .l-header__sunstar:hover {
    opacity: 0.7;
  }
}
.l-header__sunstar img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .l-header__sunstar {
    width: 4rem;
    margin-top: 1rem;
  }
}

.l-header__gum {
  width: 8.125rem;
  height: auto;
  padding: 0 0.6em;
  aspect-ratio: 130/58;
  margin-top: 0.625rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .l-header__gum:hover {
    opacity: 0.7;
  }
}
.l-header__gum img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .l-header__gum {
    margin-top: 1.30rem;
    width: 4.75rem;
    padding: 0;
  }
}

.l-main {
  overflow: hidden;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 3.375rem;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  height: inherit;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.l-inner__narrow {
  max-width: 805px;
  width: 92%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    max-width: 100%;
    width: 100%;
    padding: 0 2.5rem;
  }
}

.l-inner__lineup {
  max-width: 49.125rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-inner__lineup {
    max-width: 100%;
    padding: 0 1.875rem;
  }
}

.l-inner--faq {
  max-width: 61.5625rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-inner--faq {
    max-width: 100%;
    padding: 0 1.875rem;
  }
}

.l-footer {
  margin-top: 4rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 1.25rem;
    max-width: 100%;
  }
}

.l-footer__snslist {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__snslist {
    gap: 0.5rem;
  }
}
.l-footer__snslist li {
  width: 3.125rem;
  height: auto;
  aspect-ratio: 50/50;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .l-footer__snslist li:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__snslist li {
    width: 1.5625rem;
    aspect-ratio: 25/25;
  }
}
.l-footer__snslist li img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__snslist li:nth-of-type(2) img {
  width: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__snslist li:nth-of-type(2) img {
    width: 1.5625rem;
  }
}

.l-footer__logoList {
  margin-top: 2.625rem;
  display: flex;
  justify-content: center;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logoList {
    margin-top: 0.5rem;
    gap: 0.625rem;
    padding: 0 5px;
  }
}
.l-footer__logoList li {
  width: 10.9375rem;
  height: auto;
  aspect-ratio: 175/77;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .l-footer__logoList li:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logoList li {
    width: 6.0625rem;
    aspect-ratio: 97/42;
  }
}
.l-footer__logoList li img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__logoList li:last-of-type {
  width: 9.4375rem;
  height: auto;
  aspect-ratio: 151/77;
}
@media screen and (max-width: 767px) {
  .l-footer__logoList li:last-of-type {
    width: 6.0625rem;
    aspect-ratio: 97/42;
  }
}

.l-footer__copy {
  margin-top: 1.9375rem;
  background: #DADBDB;
  text-align: center;
  padding: 0.625rem 0 0.75rem;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 3rem;
    padding: 0.46875rem 0;
  }
}
.l-footer__copy span {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copy span {
    margin-left: 0.5rem;
  }
}

.l-section {
  padding: 6.5625rem 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 2.5rem 0;
  }
}

.l-banner {
  position: fixed;
  top: 10.25rem;
  right: 0;
  width: 4.625rem;
  z-index: 100;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .l-banner {
    top: inherit;
    bottom: 0;
    width: 100%;
    height: inherit;
  }
}
.l-banner a {
  position: relative;
}
.l-banner a img {
  width: 100%;
}
.l-banner .person {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.625rem;
  height: 5.75rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-banner .person {
    width: 4.9375rem;
    height: 3.8125rem;
  }
}
.l-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.15rem 0 0 0.625rem;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: all 0.3s ease 0s;
  z-index: 1;
  pointer-events: none;
}
@media (hover: hover) {
  .l-banner:hover::before {
    opacity: 1;
  }
}

.l-pagetop {
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease 0s;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 767px) {
  .l-pagetop {
    width: 3rem;
    height: 3rem;
    right: 0.625rem;
    bottom: 4.375rem;
  }
}
.l-pagetop a img {
  width: 100%;
}

.c-btn {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
  color: #007749;
  position: relative;
  display: block;
  width: 24.1875rem;
  height: 7.5rem;
  padding-top: 2.5rem;
  transition: all 0.3s ease 0s;
  padding-right: 1.25rem;
  background: #FFF500;
  filter: drop-shadow(0.3125rem 0.375rem 0 #007749);
  transform: translateZ(0);
  border-radius: 25rem;
  border: 0.1875rem solid #007749;
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding-top: 1rem;
    padding-right: 1.25rem;
    font-size: 1.09375rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.045em;
    width: 9.25rem;
    height: 3.5rem;
    border: 0.125rem solid #007749;
    filter: drop-shadow(0.15625rem 0.1875rem 0 #007749);
    transform: translateZ(0);
  }
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.875rem;
  width: 2.4375rem;
  height: 2.4375rem;
  background: url("../images/icon_btn-arrow.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    width: 1.25rem;
    height: 1.25rem;
    right: 0.625rem;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    transform: translate(0.3125rem, 0.3125rem);
    filter: drop-shadow(0 0 0 #007749);
  }
}
@media screen and (max-width: 767px) {
  .c-btn:nth-of-type(2) {
    padding-top: 0.5rem;
    padding-right: 1rem;
  }
}

.c-btn--wide {
  width: 100%;
  height: 100%;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn--wide {
    padding-top: 0.75rem;
    padding-right: 0;
    line-height: 1.3714285714;
  }
}

.c-section__title {
  height: auto;
  margin: 0;
}
.c-section__title img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-section__titleEn {
  height: auto;
}
.c-section__titleEn img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-section__titleWide {
  height: 13.6875rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-section__titleWide {
    height: 8.5625rem;
  }
}
.c-section__titleWide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url("../images/bg_question.png") no-repeat center/cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-section__titleWide::before {
    background: url("../images/bg_question-sp.png") no-repeat center/cover;
    width: 100vw;
  }
}
.c-section__titleWide.c-section__titleWide--movie {
  height: 14.1875rem;
}
@media screen and (max-width: 767px) {
  .c-section__titleWide.c-section__titleWide--movie {
    height: 8.5625rem;
  }
}

.p-drawer__icon {
  position: fixed;
  top: 1.125rem;
  right: 1.875rem;
  z-index: 202;
  width: 2rem;
  height: 1.75rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon {
    width: 1.375rem;
    height: 1rem;
    top: 1.0rem;
    right: 1.5em;
  }
}
.p-drawer__icon.js-open .bar1 {
  transform: rotate(-45deg) translate(-1.3125rem, -0.125rem);
}
@media screen and (max-width: 767px) {
  .p-drawer__icon.js-open .bar1 {
    transform: rotate(-45deg) translate(-0.8125rem, -0.1875rem);
  }
}
.p-drawer__icon.js-open .bar2 {
  opacity: 0;
}
.p-drawer__icon.js-open .bar3 {
  transform: rotate(45deg) translate(-1.375rem, 0.0625rem);
}
@media screen and (max-width: 767px) {
  .p-drawer__icon.js-open .bar3 {
    transform: rotate(45deg) translate(-0.875rem, 0.0625rem);
  }
}
.p-drawer__icon .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 0.15625rem;
  background: #007749;
  border-radius: 0.25rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon .bar {
    width: 1.55rem;
    height: 0.179rem;
  }
}
.p-drawer__icon .bar1 {
  top: 0;
}
.p-drawer__icon .bar2 {
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-drawer__icon .bar3 {
  top: 100%;
}

.p-drawer__container {
  position: fixed;
  top: 4.375rem;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #FFF;
  z-index: 201;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-drawer__container {
    top: 3.375rem;
  }
}
.p-drawer__container.js-open {
  opacity: 1;
  visibility: visible;
}

.p-drawer__content {
  max-width: 52.875rem;
  width: 100%;
  margin-top: -78px;
}
@media screen and (max-width: 767px) {
  .p-drawer__content {
    max-width: 83.4666666667%;
    margin-top: -50px;
  }
}

.p-drawer__title {
  width: 6.875rem;
  height: auto;
  aspect-ratio: 110/64;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-drawer__title {
    width: 4.3125rem;
    aspect-ratio: 69/40;
  }
}

.p-drawer__list {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-drawer__list {
    margin-top: 0.625rem;
  }
}

.p-drawer__item {
  position: relative;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .p-drawer__item:hover::before {
    opacity: 0.7;
  }
  .p-drawer__item:hover::after {
    opacity: 0.7;
  }
  .p-drawer__item:hover a {
    opacity: 0.7;
  }
}

.p-drawer__item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 2rem;
  height: 2rem;
  background-color: #007749;
  border-radius: 6.1875rem;
  background-image: url("../images/icon_menu-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-drawer__item::after {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-drawer__item .bar1, .p-drawer__item .bar2 {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #b2b2b2;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-drawer__item .bar1, .p-drawer__item .bar2 {
    height: 1px;
  }
}
.p-drawer__item .bar1 {
  top: 0;
  left: 0;
}
.p-drawer__item .bar2 {
  bottom: 0;
  left: 0;
}
.p-drawer__item a {
  padding: 2.125rem 0 2.125rem;
  display: block;
  width: 100%;
  transition: all 0.3s ease 0s;
  font-size: 30px;
  font-weight: 700;
  color: #00945e;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-drawer__item a {
    padding: 1.4375rem 0 1.4375rem 2rem;
    font-size: 18px;
    text-align: left;
  }
}
.p-drawer__item a picture {
  height: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__item a picture {
    height: 1.25rem;
  }
}
.p-drawer__item:nth-of-type(1) a picture {
  width: 23.0625rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__item:nth-of-type(1) a picture {
    width: 14.3125rem;
  }
}
.p-drawer__item:nth-of-type(2) a picture {
  width: 21.25rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__item:nth-of-type(2) a picture {
    width: 13.3125rem;
  }
}
.p-drawer__item:nth-of-type(3) a picture {
  width: 37.8125rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__item:nth-of-type(3) a picture {
    width: 13.375rem;
    height: 2.75rem;
  }
}
.p-drawer__item:nth-of-type(4) a picture {
  width: 23.8125rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__item:nth-of-type(4) a picture {
    width: 14.875rem;
  }
}
.p-drawer__item:nth-of-type(5) a picture {
  width: 18.3125rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__item:nth-of-type(5) a picture {
    width: 11.4375rem;
  }
}
.p-drawer__item:nth-of-type(6) a picture {
  width: 20.5625rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__item:nth-of-type(6) a picture {
    width: 12.875rem;
  }
}
.p-drawer__item:nth-of-type(7) a picture {
  width: 4.9375rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__item:nth-of-type(7) a picture {
    width: 3.125rem;
  }
}

.p-fv {
  margin-top: 1.1875rem;
  width: 100%;
  position: relative;
}

.p-fv__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.p-fv__image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-fv__image img {
  width: 1920px;
}
@media screen and (max-width: 999px) {
  .p-fv__image img {
    width: 1430px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__image img {
    width: 100%;
  }
}


/* 歯周プラーク（歯垢）とは？ */
.p-about {
  width: 100%;
}
.p-about .l-inner__narrow {
  padding: 70px 0;
}
.p-about__wrap {
  display: flex;
  gap: 40px;
}
.p-about__wrap + .p-about__wrap {
  margin-top: 60px;
}
.p-about__content {
  max-width: 400px;
  width: 50%;
}
.p-about__title {
  font-size: 40px;
  font-weight: 800;
  color: #00945e;
  line-height: 1.275;
}
.p-about__title span {
  position: relative;
}
.p-about__title span::before {
  position: absolute;
  width: 100%;
  height: 14px;
  background: #fff000;
  content: "";
  bottom: 10px;
  z-index: -1;
}
.p-about__text {
  margin-top: 1em;
  line-height: 1.764;
  font-weight: 600;
}
.p-about__image {
  max-width: 360px;
  width: calc(50% - 40px);

}
@media screen and (max-width: 767px) {
  .p-about .l-inner__narrow {
    padding: 40px 0;
    width: calc(100% - 70px);
  }
  .p-about__wrap {
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }
  .p-about__content {
    width: 100%;
  }
  .p-about__title {
    font-size: 30px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .p-about__image {
    margin-top: 1em;
  }
  .p-about__image {
    order: 1;
    width: 80%;
    margin-left: 9%;
  }
  .p-about__wrap:first-child .p-about__image{
    margin-left: 20%;
    max-width: 80%;
  }
  .p-about__wrap + .p-about__wrap {
    margin-top: 30px;
  }
}
/* 歯周病対策に重要なこと */
.p-important {
  padding-top: 15px;
  padding-bottom: 0;
  position: relative;
  background: #00945e;
}
.p-important .l-inner {
  display: flex;
}
.p-important__content {
  max-width: 350px;
  width: 45%;
}
.p-important__contenttitle {
  font-size: 40px;
  font-weight: 800;
  color: #fff500;
  line-height: 1.25;
  margin-top: 10%;
}
.p-important__contenttext {
  font-weight: 600;
  color: #fff;
  line-height: 1.764;
  margin-top: 1.5em;
}

.p-important__image {
  max-width: 570px;
  width: 71%;
  margin-left: -3%;
  margin-right: -12%;
}
@media screen and (max-width: 767px) {
  .p-important .l-inner {
    flex-direction: column;
  }
  .p-important__content {
    max-width: 100%;
    width: 100%;
  }
  .p-important__image {
    max-width: unset;
    width: 349px;
    margin-left: -35px;
    margin-right: 0;
  }
  .p-important__contenttitle {
    font-size: 30px;
    text-align: center;
  }
}

/* ガムハブラシの特長 */
.p-feature {
  background: #e5e5e5;
  padding-top: 90px;
  padding-bottom: 90px;
}
.p-feature .l-inner__narrow {
  max-width: 1000px;
}
.p-feature .l-inner {
  background: #ffffff;
  padding: 40px 40px 0;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.025);
}
.p-feature__title {
  font-size: 33px;
  color: #00945e;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
.p-feature__title strong {
  background: #00945e;
  display: block;
  width: fit-content;
  font-size: 42px;
  color: #FFF;
  padding: 10px;
  width: 336px;
  text-align: center;
  margin: 10px auto 0;
}
.p-feature__content {
  display: flex;
  margin-top: 40px;
  width: 100%;
}
.p-feature__contentitem {
  max-width: 410px;
  width: 40.5%;
}
.p-feature__contentitem + .p-feature__contentitem {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #DDD;
  max-width: 505px;
  width: calc(62.5% - 40px);
}
.p-feature__contenttitle span {
  text-align: center;
  height: 30px;
  display: block;
  line-height: 1;
}
.p-feature__contenttitle strong {
  font-size: 33px;
  color: #00945e;
  font-weight: 800;
  line-height: 2;
  text-align: center;
  display: block;
}
.p-feature__contentimage {
  margin-top: 15px;
}
.p-feature__contenttext {
  line-height: 1.764;
  font-weight: 600;
  margin-top: 1em;
}
.p-feature__bottom {
  display: flex;
  justify-content: center;
  width: calc(100% + 80px);
  margin-left: -40px;
  background: #00945e;
  margin-top: 50px;
}
.p-feature__bottomimage {
  max-width: 230px;
  margin-top: -35px;
}
.p-feature__bottomtext {
  font-size: 19px;
  color: #FFF;
  font-weight: 800;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.p-feature__bottomtext strong {
  font-size: 35px;
  color: #fff500;
  display: block;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1200px) {
  .p-feature__contenttitle strong {
    font-size: 22px;
  }
  .p-feature__contenttitle span {
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-feature .l-inner__narrow {
    padding: 0 20px;
  }
  .p-feature .l-inner {
    padding: 25px 20px 0;
  }
  .p-feature__title {
    font-size: 25px;
  }
  .p-feature__contenttitle span {
    height: 22px;
  }
  .p-feature__title strong {
    width: 250px;
    font-size: 32px;
  }
  .p-feature__content {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .p-feature__contentitem {
    max-width: 100%;
    width: 100%;
  }
  .p-feature__contentitem + .p-feature__contentitem {
    max-width: 100%;
    width: 100%;
    margin: 25px 0 0;
    border: none;
    border-top: 1px solid;
    padding: 25px 0 0;
  }
   .p-feature__contenttitle strong {
     font-size: 25px;
     letter-spacing: 0em;
  }
  .p-feature__bottom {
    width: calc(100% + 40px);
    margin: 0 -20px;
    margin-top: 30px;
    justify-content: left;
   }
  .p-feature__bottomimage {
    width: 145px;
    margin-top: -20px;
  }
  .p-feature__bottomtext {
    font-size: 14px;
    line-height: 1.35;
    max-width: 170px;
    letter-spacing: 0;
    text-align: left;
    }
  .p-feature__bottomtext strong {
    line-height: 1.18;
    font-size: 21px;
    white-space: nowrap;
  }
}
/* 選べるガムハブラシ */
.p-select {
  padding-top: 90px;
}
.p-select .l-inner__narrow {
  max-width: 1000px;
  position: relative;
  border: 2px solid #00945e;
  padding: 0;
}
.p-select .l-inner__narrow::before,
.p-select .l-inner__narrow::after,
.p-select .l-inner::before,
.p-select .l-inner::after{
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  background: #FFF;
  border-bottom: 2px solid #00945e;
  position: absolute;
}
.p-select .l-inner__narrow::before,
.p-select .l-inner__narrow::after {
  top: -21px;
}
.p-select .l-inner::before,
.p-select .l-inner::after {
  bottom: -21px;
}
.p-select .l-inner__narrow::before{
  transform: rotate(-45deg);
  left: -21px;
}
.p-select .l-inner__narrow::after{
  transform: rotate(45deg);
  right: -21px;
}
.p-select .l-inner::before{
  left: -21px;
  transform: rotate(-135deg);
}
.p-select .l-inner::after {
  right: -21px;
  transform: rotate(135deg);
}
.p-select .l-inner {
    padding: 40px 40px 20px;
}
.p-select__title {
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  color: #00945e;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-select__title img {
  width: 29px;
  margin: 0 auto;
}
.p-select__box {
  display: flex;
  gap: 75px;
  margin-top: 20px;
}
.p-select__boxitem {
  width: calc((100% - 150px) / 3);
}
.p-select__boxitemtitle {
  color: #FFF;
  background: #20ace3;
  max-width: 235px;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  padding: 5px;
  width: 100%;
  margin: 0 auto 25px;
  line-height: 1.5;
}
.p-select__boxitemtitle br {
  display: none;
}
.p-select__boxitem:nth-child(2) .p-select__boxitemtitle {
  background: #ffd21e;
  color: #4c4c4c;
}
.p-select__boxitem:nth-child(3)  .p-select__boxitemtitle {
  background: #f050a0;
}
.p-select__boxitemimage,
.p-select__boxitemimage img {
  height: 230px;
  width: auto;
}
.p-select__boxitemtext {
  margin-top: 25px;
}
.p-select__boxitemimage img {
  margin: 0 auto;
}
.p-select__boxitemtext img {
  max-width: 125px;
  margin: 0 auto;
  width: 100%;
  object-fit: unset;
  height: auto;
}
.p-select__boxitemtext h4 {
  font-weight: 800;
  color: #00945e;
  text-align: center;
  line-height: 1.29;
  margin-top: 10px;
}
.p-select__boxitemtext p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  margin-top: 10px;
}
.p-select__boxitembtn {
  background: #00945e;
  color: #FFF;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  font-size: 13px;
  font-weight: 600;
  border-radius: 100px;
  margin-top: 10px;
  position: relative;
}
.p-select__boxitembtn::before {
  background: url("../images/p-select__boxitembtn.svg") no-repeat center/contain;
  position: absolute;
  content: "";
  width: 6px;
  height: 9px;
  right: 18px;
}
.p-select__boxitembtn:hover {
  opacity: 0.7;
}
.p-select__attention {
  text-align: center;
  font-size: 12px;
  margin-top: 45px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .p-select__boxitemtitle br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-select {
    padding: 40px 20px 0;
  }
  .p-select__box {
    flex-wrap: wrap;
    gap: 35px;
  }
  .p-select__boxitem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 15px;
  }
  .p-select .l-inner {
    padding: 25px 25px 15px;
  }
  .p-select__title {
    font-size: 30px;
  }
  .p-select__boxitemtitle {
    margin-bottom: 20px;
    max-width: unset;
    font-size: 17px;
  }
  .p-select__boxitemtitle br {
    display: none;
  }
  .p-select__boxitemtext {
    margin-top: 0;
    width: calc(100% - 105px);
  }
  .p-select__boxitemtext h4 {
    text-align: left;
    font-size: 15px;
  }
  .p-select__boxitemtext p {
    margin-top: 5px;
    font-size: 11px;
    margin-bottom: auto;
  }
  .p-select__boxitemimage,
  .p-select__boxitemimage img {
    height: 190px;
    width: 90px;
    object-fit: contain;
  }
  .p-select__boxitemtext img {
    margin: 0 auto 0 0;
  }
  .p-select__boxitembtn {
    padding: 10px;
  }
  .p-select__boxitem:first-child .p-select__boxitembtn {
    margin-top: 30px;
  }
  .p-select .l-inner__narrow::before,
  .p-select .l-inner__narrow::after,
  .p-select .l-inner::before,
  .p-select .l-inner::after {
    width: 20px;
    height: 20px;
  }
  .p-select .l-inner__narrow::before,
  .p-select .l-inner__narrow::after {
    top: -11px;
  }
  .p-select .l-inner::before,
  .p-select .l-inner::after {
    bottom: -11px;
  }
  .p-select .l-inner__narrow::before{
    left: -11px;
  }
  .p-select .l-inner__narrow::after{
    right: -11px;
  }
  .p-select .l-inner::before{
    left: -11px;
  }
  .p-select .l-inner::after {
    right: -11px;
  }
  .p-select__attention {
    font-size: 10px;
    margin-top: 30px;
    width: calc(100% + 59px);
    margin-left: -30px;
    transform: scale(0.9);
  }
  .p-about__title span::before {
    height: 10px;
    bottom: 6px;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-pc {
  display: none !important;
}
@media (min-width: 768px) {
  .u-pc {
    display: block !important;
  }
}

.u-sp--inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp--inline {
    display: inline-block !important;
  }
}

.u-center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-center--pc {
    text-align: center !important;
  }
}

.u-left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-left--pc {
    text-align: left !important;
  }
}

.u-right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-right--pc {
    text-align: right !important;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-nowrap--pc {
    white-space: nowrap;
  }
}