:root {
  --color-black: #000000;
  --color-font-title: #4B4B4B;
  --fw-semibold: 600;
}

.innerbox a, .innerbox a:link, .innerbox a:visited {
  color: var(--color-black);
}

img {
  max-width: 100%;
  height: auto;
}

.freepage .innerbox {
  width: 100%;
}

.p-lineup {
  letter-spacing: 0.03em;
}
.p-lineup * {
  box-sizing: border-box;
}
.p-lineup picture {
  display: block;
}

.innerbox a:link {
  color: var(--color-black);
  text-decoration: none;
}
@media (hover: hover) {
  .innerbox a:link:hover {
    text-decoration: none;
  }
}

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

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

.pane-main {
  padding-top: 0 !important;
}

@media screen and (min-width: 769px) {
  .freepage .innerbox {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .freepage .innerbox {
    margin-top: 0;
  }
}

.block-topic-path {
  width: 100%;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 769px) {
  .block-topic-path {
    max-width: 114rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .block-topic-path {
    background-color: transparent;
  }
}

.sec-inner {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .sec-inner {
    max-width: 100rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec-inner {
    padding-inline: 1rem;
  }
}

.btnNext > a, .btnNext > button, .btnNext > span, .btnNext > input[type=submit] {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  width: 100%;
  height: auto !important;
  background: var(--btnColor);
  border: 1px solid var(--btnColor);
  border-radius: 9999px;
  padding: 0 3rem 0 3.6rem;
  font-family: var(--contentsOtherFont);
  font-size: 1.6rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1.4 !important;
  text-decoration: none !important;
  color: #FFFFFF !important;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btnNext > a, .btnNext > button, .btnNext > span, .btnNext > input[type=submit] {
    transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  }
  .btnNext > a:hover, .btnNext > button:hover, .btnNext > span:hover, .btnNext > input[type=submit]:hover {
    background: #FFFFFF;
    color: var(--btnColor) !important;
    opacity: 1;
  }
}

.btnNext {
  display: block;
  max-width: 30rem !important;
  width: 100%;
  margin: 0 auto;
  padding-top: 4rem;
}
@media screen and (min-width: 769px) {
  .btnNext {
    display: block;
    max-width: 30rem;
    margin: 0 auto;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .btnNext.btnNext--arrow {
    padding-top: 3.3rem;
  }
}
.btnNext.btnNext--arrow > a {
  background-image: url(../../img/usr/freepage/product_lineup/arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: center right 2rem;
  background-size: 2.5rem 2.5rem;
}
@media (hover: hover) {
  .btnNext.btnNext--arrow > a:hover {
    background-image: url(../../img/usr/freepage/product_lineup/arrow_right_blue.svg);
    background-repeat: no-repeat;
    background-position: center right 2rem;
    background-size: 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .btnNext.btnNext--arrow > a {
    padding: 1.3rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .btnNext.btnNext--arrow > a {
    padding: 1.15rem 4rem;
  }
  .btnNext.btnNext--arrow > a:hover {
    background-image: url(../../img/usr/freepage/product_lineup/arrow_right_white.svg);
    background-repeat: no-repeat;
    background-position: center right 2rem;
    background-size: 2.5rem 2.5rem;
  }
}

.btnBorder > a, .btnBorder > button, .btnBorder > span {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  border: 1px solid var(--btnColor);
  border-radius: 0;
  padding: 0.75rem 1rem;
  font-weight: var(--fw-semibold);
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1;
  text-decoration: none;
  color: var(--btnColor) !important;
  position: relative;
  border-radius: 9999px;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 769px) {
  .btnNext.disabled {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .btnNext.disabled {
    max-width: 24rem !important;
    padding-top: 4rem;
  }
}

.btnNext.disabled > a, .btnNext.disabled > button, .btnNext.disabled > span, .btnNext > a[disabled], .btnNext > button[disabled], .btnNext > span[disabled], .btnNext > input[type=submit][disabled] {
  background: #A7A5A5;
  color: var(--color-white) !important;
  pointer-events: auto;
  border-color: var(--disableColor);
  padding-block: 1.25rem;
}
@media (hover: hover) {
  .btnNext.disabled > a, .btnNext.disabled > button, .btnNext.disabled > span, .btnNext > a[disabled], .btnNext > button[disabled], .btnNext > span[disabled], .btnNext > input[type=submit][disabled] {
    transition: opacity var(--transition-default);
  }
  .btnNext.disabled > a:hover, .btnNext.disabled > button:hover, .btnNext.disabled > span:hover, .btnNext > a[disabled]:hover, .btnNext > button[disabled]:hover, .btnNext > span[disabled]:hover, .btnNext > input[type=submit][disabled]:hover {
    opacity: var(--hover-opacity);
  }
}

#product {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
}
#product h1 {
  padding: 0 !important;
  margin: 0;
  background: none !important;
}
@media screen and (min-width: 769px) {
  #product h1 {
    width: min(100rem, 100%);
    height: auto;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  #product h1 span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  #product h1 span {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  #product h1 + p {
    text-align: center;
    font-size: 120%;
    font-weight: normal;
    padding-bottom: 4.3rem;
    margin-top: 5.3rem;
  }
}
@media screen and (max-width: 768px) {
  #product h1 + p {
    padding: 2.8rem 4% 3rem;
  }
}

.ctr {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .ctr img {
    width: 30rem;
  }
}
@media screen and (min-width: 769px) {
  .ctr + .btnNext {
    padding-top: 4.3rem;
  }
}

#product h2 {
  text-align: center;
  font-weight: var(--fw-semibold);
  line-height: 1.5;
  border: none;
  color: var(--color-font-title);
  background: none;
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #product h2 {
    font-size: 2.2rem;
  }
}

.p-lineup-title img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #breadcrumbs ol li {
    margin-left: 0;
  }
}
#breadcrumbs a {
  text-decoration: underline !important;
}

.sec-category {
  background-color: #F4F4F4;
}
@media screen and (min-width: 769px) {
  .sec-category {
    padding-block: 7.6rem 8rem;
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-category {
    padding-block: 3.5rem 6rem;
    margin-top: 3.6rem;
  }
}

.category-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .category-list {
    width: 66rem;
    gap: 2rem;
    margin-top: 1.5rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .category-list {
    gap: 1rem 1.1rem;
    margin-top: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .category-list + .sec-title {
    margin-top: 5.2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .category-list + .sec-title {
    margin-top: 5.5rem !important;
  }
}

@media screen and (min-width: 769px) {
  .category-list-item {
    width: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .category-list-item {
    width: calc(50% - 0.55rem);
  }
}

.category-list-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  color: var(--color-black);
  background: url(../../img/usr/freepage/product_lineup/arrow_down_black.svg) var(--color-white) no-repeat center bottom 1rem/2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .category-list-link {
    padding: 1rem 3.5rem 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .category-list-link {
    padding: 1rem 0 3.2rem;
  }
}

.category-list-item-text {
  font-weight: var(--fw-semibold);
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .category-list-item-text {
    margin-top: -0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .category-list-item-text {
    margin-top: -0.4rem !important;
  }
}

.function-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}
@media screen and (min-width: 769px) {
  .function-list {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .function-list {
    gap: 1rem 1.1rem;
  }
}

@media screen and (min-width: 769px) {
  .function-list-item {
    width: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .function-list-item {
    width: calc(50% - 0.55rem);
  }
}

.function-list-link {
  display: flex;
  width: 100%;
  color: var(--color-black);
  border-radius: 0.5rem;
  box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .function-list-link {
    align-items: center;
    font-size: 1.8rem;
    padding: 2rem 5rem 2rem 2rem;
    background: url(../../img/usr/freepage/product_lineup/arrow_right_black.svg) var(--color-white) no-repeat center right 2rem/2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .function-list-link {
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.6rem;
    padding: 1rem 0 1.6rem;
    background: url(../../img/usr/freepage/product_lineup/arrow_right_black.svg) var(--color-white) no-repeat center right 0.6rem/2.5rem;
  }
}

.function-list-img {
  width: 11rem;
}

.function-list-item-text {
  font-weight: var(--fw-semibold);
  line-height: 1.5 !important;
}
@media screen and (max-width: 768px) {
  .function-list-item-text {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }
}

.sec-item-list {
  background-color: #FFFDF4;
}
@media screen and (min-width: 769px) {
  .sec-item-list {
    padding-block: 7.4rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-item-list {
    padding-block: 3.4rem 4rem;
  }
}
@media screen and (min-width: 769px) {
  .sec-item-list .sec-title {
    font-size: 2.8rem !important;
  }
}
@media screen and (max-width: 768px) {
  .sec-item-list .sec-title {
    font-size: 2.4rem !important;
  }
}
.sec-item-list .btnBorder > p {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  border: 1px solid var(--btnColor);
  border-radius: 0;
  padding: 0.75rem 1rem;
  font-weight: var(--fw-semibold);
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1;
  text-decoration: none;
  color: var(--btnColor) !important;
  line-height: 1 !important;
  position: relative;
  border-radius: 9999px;
  transition: opacity 0.3s ease;
}

.product-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product-list.align-center {
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .product-list {
    gap: 2rem;
    margin-top: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .product-list {
    gap: 0.71rem 1.1rem;
    margin-top: 1.3rem;
  }
}
@media screen and (min-width: 769px) {
  .product-list + .sec-title {
    margin-top: 5.2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .product-list + .sec-title {
    margin-top: 5.4rem !important;
  }
}
.product-list .btnBorder {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .product-list .btnBorder {
    max-width: 19.5rem;
    margin-top: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .product-list .btnBorder {
    max-width: 15rem;
    margin-top: 0.6rem;
    margin-inline: auto;
  }
}

.product-list-item {
  color: var(--color-black);
  background-color: var(--color-white);
  border-radius: 0.5rem;
  box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .product-list-item {
    width: calc(25% - 1.5rem);
    padding: 1.7rem 1.1rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .product-list-item {
    width: calc(50% - 0.55rem);
    padding: 1.8rem 0.6rem 2rem;
  }
}
.product-list-item > * {
  width: 100%;
}

.product-list-title {
  font-weight: var(--fw-semibold);
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.40625 !important;
}

.product-list-img {
  display: block;
  margin-top: 0.8rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .product-list-img {
    width: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .product-list-img {
    width: 12rem;
  }
}

.product-list-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.9rem;
}

.product-list-icon {
  font-size: 1.3rem;
  line-height: 1 !important;
  padding: 0.4rem 0.6rem;
}
.product-list-icon--gray {
  background-color: #E2E2E2;
}
.product-list-icon--blue {
  background-color: #D9F1F8;
}
.product-list-icon--pink {
  background-color: #FAEAF7;
}
.product-list-icon--purple {
  background-color: #DBD9F8;
}

.product-list-text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5 !important;
}
@media screen and (min-width: 769px) {
  .product-list-text {
    margin-top: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .product-list-text {
    margin-top: 0.7rem !important;
  }
}
@media screen and (max-width: 768px) {
  .product-list-text.line-3 {
    margin-block: 1.8rem !important;
  }
}