@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  --font-jp: "Zen Maru Gothic", sans-serif;
  --color-main:#890400;
  --color-orange:#de520a;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 2;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}

html, body {
  font-family: var(--font-jp);
  line-height: 1.7;
  font-size: 10px;
  font-weight: 400;
}

a {
  display: inline-block;
  color: black;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}

/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
}

small {
  font-size: 70%;
  color: grey;
}

/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pci {
  display: inline-block !important;
}

.spi {
  display: none !important;
}

.pcf {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.spf {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pcf {
    display: none !important;
  }
  .spf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 1460px) {
  html, body {
    font-size: 0.6849315068vw;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 1.3333333333vw;
  }
}
/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/
body {
  margin: 0;
  font-family: var(--font-jp);
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body {
    position: static;
  }
  body.is-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}
p, td, label, div, ul, li, strong, input, a {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  outline: none;
}

p, label, div, strong, input {
  display: block;
}

main {
  position: relative;
}

.l-inner {
  max-width: 146rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.l-inner--02 {
  max-width: 124rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.l-inner--03 {
  max-width: 108rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
}

.l-inner--04 {
  max-width: 92rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

@media screen and (max-width: 767px) {
  .l-inner,
  .l-inner--02,
  .l-inner--03,
  .l-inner--04 {
    padding: 0 4rem;
  }
}
.hover-opacity {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-opacity:hover {
  opacity: 0.7;
}

.isojin-registered {
  display: inline-block;
  font-size: 0.6em;
  vertical-align: -0.05em;
  line-height: 1;
}

sup {
  font-size: 60%;
  vertical-align: 1em;
  line-height: 1;
  display: inline-block;
}

.wrapper {
  padding-top: 12.8rem;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 10rem;
  }
}
.header {
  background: #fff;
  position: fixed;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header:before {
  content: "";
  width: 100%;
  height: 0.6rem;
  background: var(--color-main);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.header__inner {
  position: relative;
}
.header-round {
  content: "";
  width: 26rem;
  height: 28.3rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.header-logo {
  width: 12.6rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 2.4rem;
  z-index: 10;
}
.header-sns {
  background: var(--color-main);
  width: 15.2rem;
  height: 4rem;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-sns__item {
  list-style: none;
  margin: 0 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-sns__item--x {
  width: 1.8rem;
}
.header-sns__item--insta {
  width: 1.8rem;
}
.header-sns__item--youtube {
  width: 2rem;
}
.header-sns__item--tiktok {
  width: 1.6rem;
}
.header-navi {
  padding-top: 6.8rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-navi__list--left {
  width: 57.5rem;
}
.header-navi__list--right {
  width: 58rem;
}
.header-navi__item {
  list-style: none;
  display: inline-block;
  padding-bottom: 4.2rem;
}
.header-navi__item--parent {
  position: relative;
}
.header-navi__item--parent .header-navi__link {
  position: relative;
  padding-right: 2.7rem;
}
.header-navi__item--parent .header-navi__link:after {
  content: "";
  width: 1.4rem;
  height: 0.6rem;
  background: url(../images/common/navi_arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-navi__item--parent:hover .header-navi__submenu {
  opacity: 1;
  pointer-events: auto;
}
.header-navi__link {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-main);
}
.header-navi__submenu {
  position: absolute;
  top: calc(100% - 0.4rem);
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 3rem 2rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24rem;
}
.header-navi__submenu:before {
  content: "";
  width: 100%;
  height: 0.4rem;
  background: var(--color-orange);
  position: absolute;
  top: 0;
  left: 0;
}
.header-navi__submenu-item {
  list-style: none;
  margin-bottom: 1.4rem;
}
.header-navi__submenu-item:last-of-type {
  margin-bottom: 0;
}
.header-navi__submenu-link {
  color: var(--color-main);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.header-trigger {
  display: none;
}
.header-naviSp {
  display: none;
}

@media screen and (max-width: 767px) {
  .header {
    height: 10rem;
  }
  .header:before {
    height: 0.8rem;
  }
  .header__inner {
    position: relative;
  }
  .header-round {
    bottom: -19rem;
  }
  .header-logo {
    width: 15.1rem;
    top: 2rem;
  }
  .header-sns {
    display: none;
  }
  .header-navi {
    display: none;
  }
  .header-trigger {
    display: block;
    cursor: pointer;
    width: 4.4rem;
    height: 3.3rem;
    position: absolute;
    top: 3.7rem;
    right: 4rem;
  }
  .header-trigger span {
    width: 100%;
    height: 0.3rem;
    background: var(--color-main);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.15rem;
    display: block;
  }
  .header-trigger span:before, .header-trigger span:after {
    content: "";
    width: 100%;
    height: 0.3rem;
    background: var(--color-main);
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-trigger span:before {
    top: -1.5rem;
  }
  .header-trigger span:after {
    top: 1.5rem;
  }
  .header-trigger.is-open span {
    background: transparent;
  }
  .header-trigger.is-open span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-trigger.is-open span:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-naviSp {
    display: block;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 10rem;
    left: 0;
    height: calc(100dvh - 10rem);
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(0, -5rem, 0);
            transform: translate3d(0, -5rem, 0);
  }
  .header-naviSp.is-open {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  .header-naviSp__inner {
    padding: 14rem 4rem 7.5rem;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header-naviSp-menu {
    margin-bottom: 6rem;
  }
  .header-naviSp-menu__list {
    margin-left: -3rem;
    margin-top: -7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-naviSp-menu__item {
    width: calc(50% - 3rem);
    margin-left: 3rem;
    margin-top: 7rem;
  }
  .header-naviSp-menu__item-parent a {
    display: block;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--color-main);
    position: relative;
    line-height: 1;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--color-main);
    position: relative;
  }
  .header-naviSp-menu__item-parent a:after {
    content: "";
    width: 1rem;
    height: 2.3rem;
    background: url(../images/common/icon_arrow.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-naviSp-menu__item-submenu {
    padding-top: 3.8rem;
  }
  .header-naviSp-menu__item-submenu ul li {
    margin-bottom: 2.5rem;
    list-style: none;
  }
  .header-naviSp-menu__item-submenu ul li:last-child {
    margin-bottom: 0;
  }
  .header-naviSp-menu__item-submenu ul li a {
    color: var(--color-main);
    font-weight: 500;
    font-size: 2.2rem;
  }
  .header-naviSp__related {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-naviSp__related-link {
    width: calc(50% - 1.5rem);
    height: 13.2rem;
    background: #fff;
    border-radius: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-naviSp__related-inova {
    width: 13.9rem;
  }
  .header-naviSp__related-shionogi {
    width: 24.9rem;
    margin-top: 1.8rem;
  }
  .header-naviSp__related-text {
    line-height: 1;
    text-align: center;
    color: var(--color-main);
    font-weight: 700;
    font-size: 2rem;
    margin-top: 1.2rem;
  }
  .header-naviSp-sns {
    margin-top: 6.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-naviSp-sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-naviSp-sns__item {
    list-style: none;
    margin: 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header-naviSp-sns__item--x {
    width: 3.5rem;
  }
  .header-naviSp-sns__item--insta {
    width: 3.5rem;
  }
  .header-naviSp-sns__item--youtube {
    width: 3.8rem;
  }
  .header-naviSp-sns__item--tiktok {
    width: 3rem;
  }
  .header-naviSp__policy {
    margin-top: 6.5rem;
    text-align: center;
  }
  .header-naviSp__policy-item {
    list-style: none;
    margin-bottom: 2.8rem;
  }
  .header-naviSp__policy-item:last-of-type {
    margin-bottom: 0;
  }
  .header-naviSp__policy-link {
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--color-main);
  }
}
.footer {
  border-radius: 8rem 8rem 0 0;
  background: var(--color-main);
  color: #FFF;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 99;
  margin-top: -8rem;
}
.footer__inner {
  padding: 0 2rem;
  max-width: 112rem;
  margin: 0 auto;
}
.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}
.footer-logo {
  width: 17.1rem;
}
.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-sns__item {
  list-style: none;
  margin: 0 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-sns__item--x {
  width: 2.3rem;
}
.footer-sns__item--insta {
  width: 2.3rem;
}
.footer-sns__item--youtube {
  width: 2.5rem;
}
.footer-sns__item--tiktok {
  width: 2rem;
}
.footer-menu {
  margin-bottom: 4rem;
}
.footer-menu__list {
  margin-left: -4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-menu__item {
  width: calc(25% - 4rem);
  margin-left: 4rem;
}
.footer-menu__item-parent a {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  line-height: 1;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.footer-menu__item-parent a:after {
  content: "";
  width: 0.7rem;
  height: 1.4rem;
  background: url(../images/common/icon_arrow_w.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-menu__item-parent a:hover:after {
  right: -0.5rem;
}
.footer-menu__item-submenu {
  padding-top: 1.5rem;
}
.footer-menu__item-submenu ul li {
  list-style: none;
}
.footer-menu__item-submenu ul li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
.footer-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.5rem;
}
.footer__contact {
  width: 80rem;
  border-radius: 4rem;
  background: #af2420;
  padding: 3rem 4rem;
}
.footer__contact-ttl {
  position: relative;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding-left: 3.2rem;
}
.footer__contact-ttl:before {
  content: "";
  width: 2rem;
  height: 2.5rem;
  background: url(../images/common/icon_tel.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer__contact-subttl {
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}
.footer__contact-tel {
  font-size: 2.6rem;
  font-weight: 900;
  display: inline-block;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 1;
  padding-bottom: 0.2rem;
}
.footer__contact-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__contact-item {
  margin-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__contact-item span {
  margin-right: 1rem;
  color: var(--color-main);
  background: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.3rem;
  line-height: 1;
}
.footer__contact-time {
  font-weight: 500;
  font-size: 1.3rem;
  margin-top: 1rem;
}
.footer__related {
  width: 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.footer__related-link {
  width: 100%;
  height: 13.2rem;
  background: #fff;
  border-radius: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__related-link:last-of-type {
  margin-top: auto;
}
.footer__related-inova {
  width: 12.6rem;
}
.footer__related-shionogi {
  width: 18.8rem;
}
.footer__related-text {
  line-height: 1;
  text-align: center;
  color: var(--color-main);
  font-weight: 700;
  font-size: 1.3rem;
  margin-top: 1.4rem;
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__inova {
  width: 100%;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 4rem;
}
.footer__policy {
  line-height: 1;
}
.footer__policy-item {
  display: inline-block;
  list-style: none;
  padding: 0 2rem;
  position: relative;
}
.footer__policy-item:before {
  content: "";
  width: 1px;
  height: 1rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer__policy-item:first-of-type {
  padding-left: 0;
}
.footer__policy-item:first-of-type:before {
  display: none;
}
.footer__policy-link {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.footer__copyright {
  font-weight: 500;
  font-size: 1.4rem;
  margin-left: auto;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer {
    border-radius: 10rem 10rem 0 0;
    padding-top: 9.5rem;
    padding-bottom: 9rem;
    margin-top: -10rem;
  }
  .footer__inner {
    padding: 0 4rem;
  }
  .footer-top {
    margin-bottom: 6rem;
    display: block;
  }
  .footer-logo {
    width: 25.5rem;
    margin: 0 auto 4.5rem;
  }
  .footer-sns__item {
    margin: 0 2rem;
  }
  .footer-sns__item--x {
    width: 3.5rem;
  }
  .footer-sns__item--insta {
    width: 3.5rem;
  }
  .footer-sns__item--youtube {
    width: 3.8rem;
  }
  .footer-sns__item--tiktok {
    width: 3rem;
  }
  .footer-menu {
    margin-bottom: 4rem;
  }
  .footer-menu__list {
    margin-left: -3rem;
    margin-top: -6.5rem;
  }
  .footer-menu__item {
    width: calc(50% - 3rem);
    margin-left: 3rem;
    margin-top: 6.5rem;
  }
  .footer-menu__item-parent a {
    font-size: 2.4rem;
    padding-bottom: 3rem;
  }
  .footer-menu__item-parent a:after {
    width: 1rem;
    height: 2.3rem;
  }
  .footer-menu__item-submenu {
    padding-top: 3.8rem;
  }
  .footer-menu__item-submenu ul li {
    margin-bottom: 2.5rem;
  }
  .footer-menu__item-submenu ul li:last-child {
    margin-bottom: 0;
  }
  .footer-menu__item-submenu ul li a {
    font-size: 2.2rem;
  }
  .footer-middle {
    margin-bottom: 4rem;
  }
  .footer__contact {
    width: 100%;
    padding: 4.8rem;
  }
  .footer__contact-ttl {
    font-size: 2.8rem;
    padding-left: 4.6rem;
  }
  .footer__contact-ttl:before {
    width: 3rem;
    height: 4rem;
  }
  .footer__contact-subttl {
    font-size: 2.4rem;
    margin-top: 3rem;
    margin-bottom: 1.8rem;
  }
  .footer__contact-tel {
    font-size: 3.6rem;
  }
  .footer__contact-area {
    display: block;
  }
  .footer__contact-item {
    margin-right: 0;
  }
  .footer__contact-item span {
    margin-right: 2rem;
    font-size: 2.4rem;
    padding: 0.8rem 1rem;
  }
  .footer__contact-item .footer__contact-item {
    margin-top: 1.8rem;
  }
  .footer__contact-time {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .footer__related {
    margin-top: 4rem;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: inherit;
            flex-flow: inherit;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__related-link {
    width: calc(50% - 1.5rem);
  }
  .footer__related-inova {
    width: 13.9rem;
  }
  .footer__related-shionogi {
    width: 24.9rem;
    margin-top: 1.8rem;
  }
  .footer__related-text {
    font-size: 2rem;
    margin-top: 1.2rem;
  }
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__inova {
    width: 100%;
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    margin-bottom: 6.4rem;
  }
  .footer__policy {
    text-align: center;
    width: 100%;
  }
  .footer__policy-item {
    padding: 0 1.2rem;
  }
  .footer__policy-item:before {
    display: none;
  }
  .footer__policy-link {
    font-size: 2.2rem;
  }
  .footer__copyright {
    width: 100%;
    margin-top: 4rem;
    font-size: 2rem;
    text-align: center;
  }
}
.l-sepalate {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-sepalate-side {
  width: 30rem;
}
.l-sepalate-side__navi {
  position: sticky;
  top: 0;
}
.l-sepalate-side__item {
  border-bottom: 1px solid #fff2f2;
  list-style: none;
}
.l-sepalate-side__item:last-child {
  border-bottom: none;
}
.l-sepalate-side__link {
  display: block;
  background: var(--color-main);
  color: #fff2f2;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 1.2rem 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-sepalate-side__link:hover {
  background: var(--color-orange);
}
.l-sepalate-content {
  padding-left: 9rem;
  width: calc(100% - 30rem);
}

@media screen and (max-width: 767px) {
  .l-sepalate {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .l-sepalate-side {
    width: 100%;
  }
  .l-sepalate-side__navi {
    position: relative;
    top: 0;
  }
  .l-sepalate-side__select {
    cursor: pointer;
    background: var(--color-main);
    color: #fff2f2;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 1.4rem 3rem;
    position: relative;
  }
  .l-sepalate-side__select:after {
    content: "";
    width: 2.8rem;
    height: 1.3rem;
    background: url(../images/common/select_arrow.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-sepalate-side__select.is-open:after {
    -webkit-transform: translateY(-50%) scale(1, -1);
    transform: translateY(-50%) scale(1, -1);
  }
  .l-sepalate-side__list {
    border: 1px solid var(--color-main);
    border-top: none;
    padding: 2rem 0;
    background: #fff2f2;
    position: absolute;
    display: none;
    width: 100%;
  }
  .l-sepalate-side__item {
    border: none;
  }
  .l-sepalate-side__link {
    font-size: 2.4rem;
    padding: 1.5rem 3rem;
    color: var(--color-main);
    background: #fff2f2;
  }
  .l-sepalate-content {
    padding-left: 0;
    padding-top: 3.5rem;
    width: 100%;
  }
}
.c-ttl {
  text-align: center;
  margin-bottom: 6.5rem;
}
.c-ttl__en {
  display: block;
  color: var(--color-main);
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.c-ttl__jp {
  display: inline-block;
  background-color: var(--color-orange);
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 0 0.9rem;
}

@media screen and (max-width: 767px) {
  .c-ttl {
    margin-bottom: 7.5rem;
  }
  .c-ttl__en {
    font-size: 6.4rem;
    margin-bottom: 3rem;
  }
  .c-ttl__jp {
    font-size: 2.2rem;
    padding: 0 0.9rem;
  }
}
.c-ttl02 {
  color: var(--color-orange);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 2.5rem;
}
.c-ttl02--center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-ttl02 {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
}
.c-ttl03 {
  background-color: var(--color-orange);
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 1.2rem 3rem;
  border-radius: 9999px;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .c-ttl03 {
    font-size: 2.4rem;
    padding: 1.8rem 3.8rem;
    margin-bottom: 3rem;
  }
}
.c-btn {
  color: #fff;
  background-color: var(--color-main);
  position: relative;
  border-radius: 9999px;
  width: 36rem;
  height: 5.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn--center {
  margin: 0 auto;
}
.c-btn:after {
  content: "";
  width: 0.8rem;
  height: 1.8rem;
  background: url(../images/common/icon_arrow_w.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 4.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn:hover {
  background: var(--color-orange);
}
.c-btn:hover:after {
  right: 4rem;
}

@media screen and (max-width: 767px) {
  .c-btn {
    width: 48rem;
    height: 8rem;
    font-size: 2.4rem;
  }
  .c-btn:after {
    width: 1.5rem;
    height: 3.2rem;
    right: 4rem;
  }
}
.c-btns--two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btns--two .c-btn + .c-btn {
  margin-left: 2rem;
}

@media screen and (max-width: 767px) {
  .c-btns--two {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-btns--two .c-btn + .c-btn {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.fadeup {
  opacity: 0;
  -webkit-transform: translate3d(0, 2rem, 0);
          transform: translate3d(0, 2rem, 0);
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fadeup.is-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

.p-pageheader {
  position: relative;
  z-index: 1;
  background: #fff2f2;
  padding-top: 1.5rem;
  padding-bottom: 16rem;
  text-align: center;
}
.p-pageheader__ttl {
  color: var(--color-main);
  font-size: 5rem;
  font-weight: 700;
}
.p-pageheader__subttl {
  background-color: var(--color-orange);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.06em;
  padding: 0 1rem;
}
.p-pageheader__subttl + .p-pageheader__subttl {
  margin-top: 0.5rem;
}
.p-pageheader__subttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.p-pageheader__lead {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-main);
  letter-spacing: 0.04em;
}
.p-pageheader__desc {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  color: var(--color-main);
  letter-spacing: 0.04em;
}
.p-pageheader__navi {
  max-width: 100rem;
  margin: 0 auto;
  margin-top: 6.5rem;
}
.p-pageheader__navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -2rem;
}
.p-pageheader__navi-item {
  border-right: 1px solid var(--color-main);
  list-style: none;
  width: 25%;
  margin-top: 2rem;
}
.p-pageheader__navi-item:nth-child(4n+1) {
  border-left: 1px solid var(--color-main);
}
.p-pageheader__navi-link {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.6rem 0;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-main);
}
.p-pageheader__topics {
  text-align: center;
  margin-top: 4rem;
}
.p-pageheader__topics .p-topic {
  margin-bottom: 0;
}
.p-pageheader__topics .p-topic__list {
  font-size: 0;
  margin-left: -0.8rem;
}
.p-pageheader__topics .p-topic__item {
  margin-left: 0.8rem;
}

@media screen and (max-width: 767px) {
  .p-pageheader {
    padding-top: 12rem;
    padding-bottom: 0;
    min-height: 61rem;
  }
  .p-pageheader__ttl {
    font-size: 5.6rem;
    line-height: 1.2857142857;
    margin-bottom: 3rem;
  }
  .p-pageheader__subttl {
    font-size: 2.2rem;
    padding: 0 1rem;
  }
  .p-pageheader__lead {
    margin-top: 4.5rem;
    font-size: 2.4rem;
    line-height: 2;
  }
  .p-pageheader__navi {
    margin-top: 7.5rem;
    padding: 0 6.8rem 20rem;
  }
  .p-pageheader__navi-list {
    margin-top: -2rem;
    margin-left: -1.6rem;
  }
  .p-pageheader__navi-list.is-Spleft {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-pageheader__navi-item {
    border-right: none;
    margin-left: 1.6rem;
    margin-top: 2rem;
    width: calc(50% - 1.6rem);
  }
  .p-pageheader__navi-item:nth-child(4n+1) {
    border-left: none;
  }
  .p-pageheader__navi-link {
    background: #fff;
    border: 1px solid var(--color-main);
    border-radius: 9999px;
    height: 5.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.2rem;
    white-space: nowrap;
  }
  .p-pageheader__topics {
    margin-top: 5.5rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .p-pageheader__topics .p-topic__list {
    margin-left: -1rem;
    margin-top: -1rem;
  }
  .p-pageheader__topics .p-topic__item {
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.p-breadcrumbs {
  text-align: left;
  max-width: 146rem;
  padding: 0 2rem 6rem;
  margin: 0 auto;
}
.p-breadcrumbs__item {
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--color-main);
  display: inline;
  list-style: none;
}
.p-breadcrumbs__item:after {
  content: "›";
  margin: 0 0.5em;
}
.p-breadcrumbs__item:last-of-type:after {
  display: none;
}
.p-breadcrumbs__link {
  font-size: 100%;
  color: var(--color-main);
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-breadcrumbs {
    padding: 0 4rem 3rem;
  }
  .p-breadcrumbs__item {
    font-size: 1.7rem;
  }
}
.p-content {
  position: relative;
  border-radius: 8rem 8rem 0 0;
  padding: 8rem 0 20rem;
  margin-top: -8rem;
  z-index: 2;
  background: #fff;
}
.p-content--blue {
  background: #edf8ff;
}
.p-content--pink {
  background: #fff2f2;
}

@media screen and (max-width: 767px) {
  .p-content {
    padding: 11.5rem 0 21.5rem;
  }
}
.page-numbers,
.wp-pagenavi {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-numbers li,
.wp-pagenavi li {
  list-style: none;
}
.page-numbers .pages,
.wp-pagenavi .pages {
  display: none;
}
.page-numbers .page-numbers,
.page-numbers .previouspostslink,
.page-numbers .nextpostslink,
.page-numbers .next,
.page-numbers .current,
.page-numbers .page,
.wp-pagenavi .page-numbers,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .next,
.wp-pagenavi .current,
.wp-pagenavi .page {
  margin: 0 0.8rem;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-main);
  background: #fff;
  border: 1px solid var(--color-main);
}
.page-numbers .page:hover,
.page-numbers .current,
.wp-pagenavi .page:hover,
.wp-pagenavi .current {
  background: var(--color-main);
  color: #fff;
}
.page-numbers .prev,
.page-numbers .previouspostslink,
.page-numbers .nextpostslink,
.page-numbers .next,
.wp-pagenavi .prev,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .next {
  border: none;
  font-size: 0;
  background: url(../images/common/pager.png) center center no-repeat;
  background-size: 0.9rem auto;
}
.page-numbers .prev,
.page-numbers .previouspostslink,
.wp-pagenavi .prev,
.wp-pagenavi .previouspostslink {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media screen and (max-width: 767px) {
  .page-numbers .page-numbers,
  .page-numbers .previouspostslink,
  .page-numbers .nextpostslink,
  .page-numbers .next,
  .page-numbers .current,
  .page-numbers .page,
  .wp-pagenavi .page-numbers,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .next,
  .wp-pagenavi .current,
  .wp-pagenavi .page {
    margin: 0 1rem;
    width: 7.4rem;
    height: 7.4rem;
    font-size: 2.5rem;
  }
  .page-numbers .prev,
  .page-numbers .previouspostslink,
  .page-numbers .nextpostslink,
  .page-numbers .next,
  .wp-pagenavi .prev,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .next {
    font-size: 0;
    background-size: 1.1rem auto;
  }
}
.p-pager {
  position: relative;
}
.p-pager__list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-main);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 24rem;
  height: 5.6rem;
  border: 2px solid var(--color-main);
  border-radius: 9999px;
}
.p-pager__prev, .p-pager__next {
  color: var(--color-main);
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-pager__prev:before, .p-pager__next:before {
  content: "";
  width: 0.9rem;
  height: 1.9rem;
  background: url(../images/common/icon_arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-pager__prev {
  left: 0;
  padding-left: 2.2rem;
}
.p-pager__prev:before {
  left: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}
.p-pager__next {
  right: 0;
  padding-right: 2.2rem;
}
.p-pager__next:before {
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-pager__list {
    font-size: 2.2rem;
    width: 24rem;
    height: 8rem;
  }
  .p-pager__prev, .p-pager__next {
    font-size: 2.2rem;
  }
  .p-pager__prev:before, .p-pager__next:before {
    width: 1.5rem;
    height: 3.2rem;
  }
  .p-pager__prev {
    padding-left: 1.8rem;
  }
  .p-pager__prev:before {
    left: -1.5rem;
  }
  .p-pager__next {
    padding-right: 1.8rem;
  }
  .p-pager__next:before {
    right: -1.5rem;
  }
}
.p-faq--pink .p-faq__item {
  background: #fff2f2;
}
.p-faq__list {
  margin-top: -2.5rem;
}
.p-faq__item {
  margin-top: 2.5rem;
  border-radius: 4rem;
  background: #fff;
  padding: 3rem 4rem 5rem;
  color: var(--color-main);
}
.p-faq__question {
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-faq__question-text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  width: calc(100% - 4.8rem);
  padding-left: 2rem;
}
.p-faq__question .p-faq__label {
  color: #fff;
  background: var(--color-main);
}
.p-faq__answer {
  padding-top: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-faq__answer-text {
  padding-top: 1.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  width: calc(100% - 4.8rem);
  padding-left: 2rem;
}
.p-faq__answer-text a {
  font-size: 100%;
  color: var(--color-orange);
}
.p-faq__answer-text ul, .p-faq__answer-text ol {
  margin-left: 2rem;
}
.p-faq__answer-text .f-r {
  color: var(--color-orange);
}
.p-faq__label {
  width: 4.8rem;
  height: 4.8rem;
  font-size: 2.5rem;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid var(--color-main);
}

@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-left: 0;
    margin-top: -2.4rem;
  }
  .p-faq__item {
    width: 100%;
    margin-left: 0;
    margin-top: 2.4rem;
    padding: 2.8rem 2.8rem 4.8rem;
    min-height: 24.4rem;
  }
  .p-faq__question-text {
    font-size: 2.2rem;
    line-height: 1.45;
    width: calc(100% - 5.6rem);
    padding-left: 1.2rem;
  }
  .p-faq__answer {
    padding-top: 2.2rem;
  }
  .p-faq__answer-text {
    padding-top: 1.2rem;
    font-size: 2.2rem;
    line-height: 1.45;
    width: calc(100% - 5.6rem);
    padding-left: 1.2rem;
  }
  .p-faq__label {
    width: 5.6rem;
    height: 5.6rem;
    font-size: 3.2rem;
    border-width: 0.2rem;
  }
}
.p-search {
  width: 50%;
  padding-right: 5rem;
}
.p-search__box {
  height: 5.6rem;
  width: 100%;
  border-radius: 2.8rem;
  border: 1px solid var(--color-main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.p-search__input {
  border: none;
  height: 100%;
  width: calc(100% - 12rem);
  font-size: 1.6rem;
  padding-left: 3rem;
  padding-right: 1rem;
}
.p-search__submit {
  width: 12rem;
  height: 100%;
  color: #fff;
  background: var(--color-main);
  border-radius: 2.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-search__box {
    height: 8.8rem;
    border-radius: 4.4rem;
  }
  .p-search__input {
    width: calc(100% - 20rem);
    font-size: 2.4rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .p-search__submit {
    width: 20rem;
    border-radius: 4.4rem;
    font-size: 2.4rem;
  }
}
.p-category-links__list {
  display: -ms-grid;
  display: grid;
}
.p-category-links__list--04 {
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.p-category-links__list--05 {
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
.p-category-links__link {
  overflow: hidden;
  position: relative;
  border-radius: 4rem;
}
.p-category-links__link:hover .p-category-links__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-category-links__catch {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  font-weight: 700;
  font-size: 1.8rem;
  background: var(--color-main);
  color: #fff;
  text-align: center;
  height: 7.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-category-links__image {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-category-links__list--04, .p-category-links__list--05 {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  .p-category-links__catch {
    height: 9rem;
    font-size: 2.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    line-height: 1.3;
  }
  .p-category-links__number {
    display: block;
    font-size: 2.4rem;
  }
}
.p-relate-contents {
  margin: 0 auto;
}
.p-relate-contents--02 {
  width: 58rem;
}
.p-relate-contents--03 {
  width: 88rem;
}
.p-relate-contents--04 {
  width: 118rem;
}
.p-relate-contents__ttl {
  margin-bottom: 5rem;
}
.p-relate-contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2rem;
}
.p-relate-contents__item {
  width: 28rem;
  margin-left: 2rem;
  overflow: hidden;
  position: relative;
  border-radius: 4rem;
  display: block;
}
.p-relate-contents__item:hover .p-relate-contents__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-relate-contents__tag {
  position: absolute;
  bottom: 7.4rem;
  left: 0;
  z-index: 2;
  background: var(--color-orange);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0 1rem;
  display: inline-block;
}
.p-relate-contents__body {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: var(--color-main);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 7.4rem;
}
.p-relate-contents__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-relate-contents__text {
  font-size: 1.4rem;
  font-weight: 700;
}
.p-relate-contents__image {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-relate-contents__image--square {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-relate-contents--02, .p-relate-contents--03, .p-relate-contents--04 {
    width: 100%;
    padding: 0 4rem;
  }
  .p-relate-contents__ttl {
    text-align: center;
    margin-bottom: 6rem;
  }
  .p-relate-contents__list {
    margin-left: -2rem;
    margin-top: -3rem;
  }
  .p-relate-contents__item {
    width: calc(50% - 2rem);
    margin-left: 2rem;
    margin-top: 3rem;
  }
  .p-relate-contents__tag {
    bottom: 11.6rem;
    font-size: 2rem;
  }
  .p-relate-contents__body {
    height: 11.6rem;
  }
  .p-relate-contents__title {
    font-size: 2.6rem;
  }
  .p-relate-contents__text {
    font-size: 2.2rem;
    line-height: 1.2727272727;
  }
}
.p-topic {
  margin-bottom: 8rem;
}
.p-topic__list {
  font-size: 0;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
}
.p-topic__item {
  margin-top: 1.5rem;
  margin-left: 1.5rem;
  display: inline-block;
  list-style: none;
}
.p-topic__link {
  color: var(--color-main);
  background: #fff;
  border: 1px solid var(--color-main);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  padding: 1rem 3rem;
  border-radius: 9999px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-topic a.p-topic__link:hover {
  background: var(--color-main);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-topic {
    margin-bottom: 9rem;
  }
  .p-topic__list {
    margin-top: -2rem;
    margin-left: -1.5rem;
  }
  .p-topic__item {
    margin-top: 2rem;
    margin-left: 1.5rem;
  }
  .p-topic__link {
    font-size: 2.2rem;
    padding: 1rem 3rem;
  }
}
.p-lineup__list {
  display: -ms-grid;
  display: grid;
  gap: 8rem 5rem;
  -ms-grid-columns: 1fr 5rem 1fr 5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}
.p-lineup__item {
  color: var(--color-main);
}
.p-lineup__item-thumb {
  margin-bottom: 2rem;
}
.p-lineup__item-image {
  border-radius: 4rem;
}
.p-lineup__item-labels {
  font-size: 0;
  margin-left: -1rem;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.p-lineup__item-label {
  display: inline-block;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 0 0.4rem;
  border: 1px solid var(--color-main);
  margin-left: 1rem;
  margin-top: 1rem;
}
.p-lineup__item-name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-lineup__item-catch {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.p-lineup__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--color-main);
  padding: 1.3rem 0;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-lineup__item-meta:last-of-type {
  border-bottom: 1px solid var(--color-main);
}
.p-lineup__item-meta-title {
  width: 7rem;
  padding-left: 0.4rem;
  padding-right: 3.5rem;
  text-align: center;
  line-height: 1.4;
}
.p-lineup__item-meta-text {
  width: calc(100% - 7rem);
  line-height: 1.4;
}
.p-lineup__item-btns {
  margin-top: 3rem;
}
.p-lineup__item-btn {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-lineup__list {
    gap: 8rem 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-lineup__item-thumb {
    margin-bottom: 3rem;
  }
  .p-lineup__item-body {
    padding: 0 5rem;
  }
  .p-lineup__item-labels {
    margin-left: -0.5rem;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
  }
  .p-lineup__item-label {
    font-size: 1.7rem;
    padding: 0 0.4rem;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
  }
  .p-lineup__item-name {
    font-size: 2.8rem;
  }
  .p-lineup__item-catch {
    font-size: 2.2rem;
    margin-top: 0.5rem;
    margin-bottom: 5rem;
    font-weight: 500;
  }
  .p-lineup__item-meta {
    padding: 1.8rem 0;
    font-size: 2.2rem;
  }
  .p-lineup__item-meta-title {
    width: 11rem;
    padding-left: 1.2rem;
  }
  .p-lineup__item-meta-text {
    width: calc(100% - 11rem);
  }
  .p-lineup__item-btns {
    margin-top: 6rem;
    display: block;
  }
  .p-lineup__item-btn {
    width: 48rem;
    margin: 0 auto;
  }
  .p-lineup__item-btn:last-of-type {
    display: none;
  }
}
.p-howto--pink .p-howto__item {
  background: url(../images/top/howto_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.p-howto__ttl {
  margin-bottom: 5rem;
}
.p-howto__desc {
  text-align: center;
  color: var(--color-main);
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 6.5rem;
}
.p-howto__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6.4rem;
}
.p-howto__item {
  width: calc(33.333% - 6.4rem);
  margin-left: 6.4rem;
  position: relative;
  background: url(../images/about/howto_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: relative;
  padding-top: 11rem;
  aspect-ratio: 1/1;
}
.p-howto__item:after {
  content: "";
  width: 4.1rem;
  height: 0.5rem;
  background: url(../images/top/howto_dot.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: calc(100% + 3.2rem);
}
.p-howto__item--step01 .p-howto__catch {
  width: 14.3rem;
}
.p-howto__item--step01 .p-howto__image {
  width: 13.1rem;
}
.p-howto__item--step01 .p-howto__sound--01 {
  width: 4.8rem;
  top: 19.6rem;
  left: 7.5rem;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-howto__item--step01 .p-howto__sound--02 {
  width: 4.6rem;
  top: 13.8rem;
  right: 6rem;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.p-howto__item--step02 .p-howto__catch {
  width: 17.9rem;
}
.p-howto__item--step02 .p-howto__image {
  width: 13.1rem;
}
.p-howto__item--step02 .p-howto__sound--01 {
  width: 3.3rem;
  top: 19.2rem;
  left: 8.8rem;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.p-howto__item--step02 .p-howto__sound--02 {
  width: 3.6rem;
  top: 14.2rem;
  right: 8.6rem;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.p-howto__item--step03:after {
  display: none;
}
.p-howto__item--step03 .p-howto__catch {
  width: 18rem;
}
.p-howto__item--step03 .p-howto__image {
  width: 11.2rem;
}
.p-howto__item--step03 .p-howto__sound--01 {
  width: 4.8rem;
  top: 15rem;
  left: 7.6rem;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.p-howto__item--step03 .p-howto__sound--02 {
  width: 3.3rem;
  top: 16.2rem;
  right: 7.4rem;
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.p-howto__step {
  color: #fff;
  background: var(--color-orange);
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.p-howto__step-num {
  font-size: 3.2rem;
  display: block;
}
.p-howto__catch {
  position: absolute;
  top: 6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-howto__sound {
  position: absolute;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.p-howto__sound.is-active {
  opacity: 1;
}
.p-howto__image {
  margin: 0 auto;
}
.p-howto__text {
  color: var(--color-main);
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  padding-top: 1rem;
}
.p-howto__comment {
  color: var(--color-main);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  padding: 7.5rem 3rem 0;
}
.p-howto__btn {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .p-howto--pink .p-howto__item {
    background: url(../images/top/howto_bg_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .p-howto__desc {
    font-size: 2.4rem;
    margin-bottom: 7rem;
  }
  .p-howto__list {
    margin-left: 0;
  }
  .p-howto__item {
    width: 43.5rem;
    margin-left: 0;
    background: url(../images/about/howto_bg_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .p-howto__item:after {
    display: none;
  }
  .p-howto__item--step01 .p-howto__catch {
    width: 18.5rem;
  }
  .p-howto__item--step01 .p-howto__image {
    width: 15.8rem;
  }
  .p-howto__item--step01 .p-howto__sound--01 {
    width: 6.3rem;
    top: 19.6rem;
    left: 7.5rem;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .p-howto__item--step01 .p-howto__sound--02 {
    width: 6.1rem;
    top: 13.8rem;
    right: 6rem;
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .p-howto__item--step02 {
    margin-left: auto;
    margin-top: -5rem;
  }
  .p-howto__item--step02 .p-howto__catch {
    width: 22.9rem;
  }
  .p-howto__item--step02 .p-howto__step {
    left: auto;
    right: 0;
  }
  .p-howto__item--step02 .p-howto__image {
    width: 15.8rem;
  }
  .p-howto__item--step02 .p-howto__sound--01 {
    width: 4.3rem;
    top: 19.2rem;
    left: 8.8rem;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .p-howto__item--step02 .p-howto__sound--02 {
    width: 4.6rem;
    top: 14.2rem;
    right: 8.6rem;
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .p-howto__item--step03 {
    margin-top: -5rem;
  }
  .p-howto__item--step03 .p-howto__catch {
    width: 23.3rem;
  }
  .p-howto__item--step03 .p-howto__image {
    width: 13.5rem;
  }
  .p-howto__item--step03 .p-howto__sound--01 {
    width: 6.2rem;
    top: 15rem;
    left: 7.6rem;
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  .p-howto__item--step03 .p-howto__sound--02 {
    width: 4.3rem;
    top: 16.2rem;
    right: 7.4rem;
    -webkit-transition-delay: 2.1s;
            transition-delay: 2.1s;
  }
  .p-howto__item--step03 .p-howto__comment {
    padding-bottom: 0;
  }
  .p-howto__step {
    width: 10.6rem;
    height: 10.6rem;
    font-size: 2.4rem;
  }
  .p-howto__step-num {
    font-size: 3.9rem;
  }
  .p-howto__image {
    margin: 0 auto;
  }
  .p-howto__text {
    line-height: 1.3;
    font-size: 2.2rem;
    padding-top: 1.5rem;
  }
  .p-howto__comment {
    letter-spacing: 0.1em;
    font-size: 2.2rem;
    padding: 10rem 4rem 7.5rem;
  }
  .p-howto__btn {
    margin-top: 7rem;
  }
}
.p-product-relate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -5rem;
}
.p-product-relate__item {
  width: calc(33.333% - 5rem);
  margin-left: 5rem;
  overflow: hidden;
  position: relative;
  border-radius: 4rem;
  display: block;
}
.p-product-relate__item:hover .p-product-relate__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-product-relate__body {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: var(--color-main);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 7.4rem;
}
.p-product-relate__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
}
.p-product-relate__image {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-product-relate__btn {
  width: 40rem;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .p-product-relate__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -2.5rem;
    margin-top: -2.5rem;
  }
  .p-product-relate__item {
    width: calc(50% - 2.5rem);
    margin-left: 2.5rem;
    margin-top: 2.5rem;
  }
  .p-product-relate__body {
    height: 11.7rem;
  }
  .p-product-relate__title {
    font-size: 2.6rem;
    line-height: 1.4615384615;
  }
  .p-product-relate__btn {
    width: 56rem;
    margin-top: 8rem;
  }
}
.p-product-effect__list {
  max-width: 56rem;
  margin: 0 auto;
}
.p-product-effect__list.is-long {
  max-width: 90rem;
}
.p-product-effect__list.is-long .product-effect__item {
  padding-left: 11.5rem;
}
.p-product-effect__list.is-long .product-effect__item:before {
  left: 4.5rem;
}
.p-product-effect__item {
  border-bottom: 1px solid var(--color-main);
  color: var(--color-main);
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  list-style: none;
  padding: 3.5rem 0 3.5rem 13.5rem;
  position: relative;
}
.p-product-effect__item:before {
  content: "";
  width: 4.4rem;
  height: 4rem;
  background: url(../images/common/icon_check.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 7.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-product-effect__column {
  margin-top: 6rem;
  border-radius: 4rem;
  border: 1px solid var(--color-orange);
  background: #fffef8;
  padding: 3rem 4rem;
}
.p-product-effect__column-title {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: var(--color-orange);
  line-height: 1;
  margin-bottom: 2rem;
}
.p-product-effect__column-text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.p-product-effect__functions {
  margin-top: 6rem;
}
.p-product-effect__functions-tbl {
  width: 100%;
}
.p-product-effect__functions-tbl col:first-child {
  width: 25%;
}
.p-product-effect__functions-tbl col:last-child {
  width: 75%;
}
.p-product-effect__functions-tbl thead {
  color: var(--color-orange);
}
.p-product-effect__functions-tbl thead th {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--color-orange);
  padding-bottom: 2rem;
}
.p-product-effect__functions-tbl tbody {
  color: var(--color-main);
}
.p-product-effect__functions-tbl tbody th {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 1.3rem 0.4rem;
  border-bottom: 1px solid #dcbab9;
}
.p-product-effect__functions-tbl tbody td {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  padding: 1.3rem 0.4rem;
  border-bottom: 1px solid #dcbab9;
}

@media screen and (max-width: 767px) {
  .p-product-effect__list {
    max-width: 100%;
  }
  .p-product-effect__list.is-long {
    max-width: 100%;
  }
  .p-product-effect__list.is-long .product-effect__item {
    padding-left: 9.5rem;
  }
  .p-product-effect__list.is-long .product-effect__item:before {
    left: 2.5rem;
  }
  .p-product-effect__item {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    padding: 3.5rem 0 3.5rem 9.5rem;
  }
  .p-product-effect__item:before {
    left: 2.5rem;
    top: 4rem;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .p-product-effect__column {
    margin-top: 8rem;
    border-radius: 4rem;
    padding: 3rem 4rem 4rem;
  }
  .p-product-effect__column-title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .p-product-effect__column-text {
    font-size: 2.2rem;
    line-height: 1.5454545455;
  }
  .p-product-effect__functions {
    margin-top: 6.5rem;
  }
  .p-product-effect__functions-tbl col:first-child {
    width: 100%;
  }
  .p-product-effect__functions-tbl col:last-child {
    width: 100%;
  }
  .p-product-effect__functions-tbl thead {
    color: var(--color-orange);
  }
  .p-product-effect__functions-tbl thead th {
    font-size: 2.4rem;
    padding-bottom: 2rem;
  }
  .p-product-effect__functions-tbl tbody th {
    font-weight: 700;
    display: block;
    width: 100%;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 3rem 0 1.5rem;
    border-bottom: none;
  }
  .p-product-effect__functions-tbl tbody td {
    font-weight: 500;
    display: block;
    width: 100%;
    font-size: 2.2rem;
    padding: 0 0 3rem;
  }
}
.p-about-lineup {
  color: var(--color-main);
}
.p-about-lineup__lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-about-lineup__item {
  margin-top: 7rem;
}
.p-about-lineup__image {
  width: 108rem;
  margin: 0 auto 7rem;
}
.p-about-lineup__tbl {
  width: 108rem;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-about-lineup__tbl col:first-child {
  width: 22%;
}
.p-about-lineup__tbl col:last-child {
  width: 78%;
}
.p-about-lineup__tbl th {
  background-color: var(--color-main);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.5rem 2rem;
}
.p-about-lineup__tbl th:last-of-type {
  padding-left: 0;
}
.p-about-lineup__tbl td {
  background: #fff;
  border-bottom: 1px solid #dcbab9;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.2rem 2rem;
  vertical-align: top;
}
.p-about-lineup__tbl td.is-large {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-about-lineup__tbl td:last-of-type {
  padding-left: 0;
}
.p-about-lineup__btns {
  margin-top: 8rem;
}
.p-about-lineup__btn {
  width: 40rem;
}

@media screen and (max-width: 767px) {
  .p-about-lineup__lead {
    font-size: 2.4rem;
    margin-bottom: 8.5rem;
  }
  .p-about-lineup__image {
    width: 100%;
    margin: 0 auto 6rem;
  }
  .p-about-lineup__tbl {
    width: 100%;
  }
  .p-about-lineup__tbl col:first-child {
    width: 44%;
  }
  .p-about-lineup__tbl col:last-child {
    width: 56%;
  }
  .p-about-lineup__tbl th {
    font-size: 1.9rem;
    padding: 1.8rem 2.2rem;
  }
  .p-about-lineup__tbl th:last-of-type {
    padding-left: 0;
  }
  .p-about-lineup__tbl td {
    font-size: 1.8rem;
    padding: 1.5rem 2.2rem;
  }
  .p-about-lineup__tbl td.is-large {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .p-about-lineup__tbl td:last-of-type {
    padding-left: 0;
  }
  .p-about-lineup__btns {
    margin-top: 7rem;
  }
  .p-about-lineup__btn {
    width: 54rem;
  }
}
.p-product-info__tbl {
  width: 108rem;
  margin: 0 auto;
}
.p-product-info__tbl.is-white td {
  background: #fff;
}
.p-product-info__tbl col:first-child {
  width: 19%;
}
.p-product-info__tbl col:last-child {
  width: 71%;
}
.p-product-info__tbl th {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.5rem 2.5rem;
  background: var(--color-main);
  color: #fff2f2;
  border-bottom: 1px solid #dcbab9;
  vertical-align: top;
}
.p-product-info__tbl td {
  background: #fff2f2;
  color: var(--color-main);
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1.5rem 2.5rem;
  border-bottom: 1px solid #dcbab9;
}
.p-product-info__tbl td ul {
  font-size: 100%;
}
.p-product-info__tbl td ul li {
  font-size: 100%;
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.p-product-info__tbl td a {
  font-size: 100%;
  text-decoration: underline;
  color: var(--color-main);
}

@media screen and (max-width: 767px) {
  .p-product-info__tbl {
    width: 100%;
    margin: 0 auto;
  }
  .p-product-info__tbl col:first-child {
    width: 100%;
  }
  .p-product-info__tbl col:last-child {
    width: 100%;
  }
  .p-product-info__tbl th {
    display: block;
    width: 100%;
    font-size: 2.2rem;
    padding: 2rem 4rem;
  }
  .p-product-info__tbl td {
    display: block;
    width: 100%;
    font-size: 2.2rem;
    padding: 2rem 4rem;
  }
  .p-product-info__tbl td ul {
    font-size: 100%;
  }
  .p-product-info__tbl td ul li {
    font-size: 100%;
  }
  .p-product-info__tbl td a {
    font-size: 100%;
  }
}