@charset "UTF-8";
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Th.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/*----------------------------------------------------------------------------
	base
----------------------------------------------------------------------------*/
body {
  line-height: 1.5;
  font-weight: 400;
  color: #442b2b;
  background: #FFFFFF;
}

main * {
  box-sizing: border-box;
}

picture,
figure {
  display: block;
  width: 100%;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.5s;
  }
  a:hover {
    opacity: 0.7;
  }
}

details {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  details summary {
    transition: opacity 0.5s;
  }
  details summary:hover {
    opacity: 0.7;
  }
}

/* スクロールバー全体 */
::-webkit-scrollbar {
  width: 0.3rem;
  height: 10rem;
}

/* トラック（背景） */
::-webkit-scrollbar-track {
  background: #f3f5f5;
  border-radius: 1.5rem;
}

/* つまみ */
::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border-radius: 1.5rem;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #dbdbdb #f3f5f5; /* thumb色 track色 */
}

/*----------------------------------------------------------------------------
	c-searchform
----------------------------------------------------------------------------*/
.c-searchform__wrapper {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .c-searchform__wrapper {
    display: block;
  }
}
.c-searchform__label {
  flex-shrink: 0;
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .c-searchform__label {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }
}
.c-searchform__item {
  position: relative;
  width: 100%;
}
.c-searchform__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.6rem;
  height: 6.6rem;
  border: none;
}
.c-searchform__icon svg {
  width: 2.3rem;
}
.c-searchform input.c-searchform__input {
  width: 100%;
  height: 6.6rem;
  padding: 0 6.6rem 0 2rem;
  font-size: 1.6rem;
  background-color: #f3f5f5;
  border: none;
  border-radius: 1rem;
}

/*----------------------------------------------------------------------------
	c-corner-description
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
	c-breadcrumb
----------------------------------------------------------------------------*/
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumb__item {
  display: inline-block;
  vertical-align: top;
}
.c-breadcrumb__item + .c-breadcrumb__item {
  margin-left: 0.5rem;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  margin-right: 0.5rem;
  content: "ー";
}
.c-breadcrumb__item a {
  font-weight: 700;
}

/*----------------------------------------------------------------------------
	c-product-card
----------------------------------------------------------------------------*/
.c-product-card {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-product-card {
    display: block;
    padding: 4rem 0;
    border-bottom: 1px solid #dcdcdc;
  }
}
.c-product-card__left {
  width: 14.8rem;
}
@media screen and (max-width: 767px) {
  .c-product-card__left {
    width: 100%;
  }
}
.c-product-card__right {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-product-card__right {
    margin-top: 1rem;
  }
}
.c-product-card__title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-product-card__title {
    font-size: 1.6rem;
  }
}
.c-product-card__copy {
  margin-bottom: 1rem;
  /*color: #988b8b;*/
  font-size: 1.4rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-product-card__copy {
    font-size: 1.3rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.c-product-card__copy a {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .c-product-card__copy a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.c-product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  /*color: #988b8b;*/
  font-size: 1.2rem;
}
.c-product-card__tags a::before {
  content: "#";
}
.c-product-card__image {
  aspect-ratio: 148/95.5;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-product-card__image {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
.c-product-card__image a {
  display: block;
  height: 100%;
}
.c-product-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.c-product-card__logo {
  aspect-ratio: 64/13;
  margin: 1rem 0 0 0;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .c-product-card__logo {
    max-width: 40%;
    margin: 1rem auto 0 auto;
  }
}
.c-product-card__logo a {
  display: block;
  height: 100%;
}
.c-product-card__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*----------------------------------------------------------------------------
	c-medical-modal01
----------------------------------------------------------------------------*/
.c-medical-modal01 {
  background-color: #fff;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .c-medical-modal01 {
    top: 200px;
  }
}
.c-medical-modal01-overlay {
  z-index: 99;
}
.c-medical-modal01-box__btn {
  padding: 10px 30px;
}
.c-medical-modal01-box__btn-txt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-medical-modal01-box {
    margin-top: 0;
  }
}
.c-medical-modal01__close {
  top: -50px;
  right: 0;
  width: auto;
  padding: 0 20px;
  color: #fff;
  line-height: 50px;
  background: #C61B27;
  translate: 0;
}
@media screen and (max-width: 767px) {
  .c-medical-modal01__close {
    top: -30px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
  }
}

/*----------------------------------------------------------------------------
	c-download-list
----------------------------------------------------------------------------*/
.c-download-list {
  line-height: 1.875;
}
.c-download-list dt {
  margin: 3rem 0 2rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.333;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #442b2b;
}
@media screen and (min-width: 768px) {
  .c-download-list dt {
    font-size: 2.3rem;
  }
}
.c-download-list dd + dd {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-download-list dd + dd {
    margin-top: 1rem;
  }
}
.c-download-list dd a {
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
  border: 1px solid #442b2b;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .c-download-list dd a {
    font-size: 1.3rem;
  }
}
.c-download-list dd a::after {
  position: relative;
  display: inline-block;
  width: 11.5px;
  height: 13.776px;
  vertical-align: middle;
  color: #442b2b;
  background: #442b2b;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.5 13.776"><path d="M.774,11.115V.774H6.11V4.1H9.726V12H.774ZM0,0V12.776H10.5V3.238L7.262,0Z" transform="translate(0.5 0.5)" fill="currentColor" stroke="rgba(0,0,0,0)" stroke-width="1"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.5 13.776"><path d="M.774,11.115V.774H6.11V4.1H9.726V12H.774ZM0,0V12.776H10.5V3.238L7.262,0Z" transform="translate(0.5 0.5)" fill="currentColor" stroke="rgba(0,0,0,0)" stroke-width="1"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  content: "";
  transition: all 0.3s ease;
  margin-left: 10px;
  z-index: -1;
}

/*----------------------------------------------------------------------------
	c-cta-list
----------------------------------------------------------------------------*/
.c-cta-list {
  position: sticky;
  top: 140px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta-list {
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .c-cta-list li {
    flex: 1;
  }
}
.c-cta-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 4.8rem;
  color: #C61B27;
  font-size: 1.4rem;
  border-radius: 2.4rem;
  border: 1px solid #C61B27;
}
@media screen and (max-width: 767px) {
  .c-cta-list a {
    position: relative;
    gap: 0;
    height: 5rem;
    padding: 0 0.5rem 1rem 0.5rem;
    font-size: 1.1rem;
    line-height: 1.25;
    text-align: center;
    border-radius: 1rem;
  }
}
.c-cta-list a::after {
  display: inline-block;
  width: 1rem;
  height: 0.7rem;
  vertical-align: middle;
  color: #C61B27;
  background: #C61B27;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M0,0,3.74,4,0,8,12,4Z" transform="translate(0 0)" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M0,0,3.74,4,0,8,12,4Z" transform="translate(0 0)" fill="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  content: "";
  transition: all 0.3s ease;
  transform-origin: top center;
}
@media screen and (max-width: 767px) {
  .c-cta-list a::after {
    position: absolute;
    bottom: 0.5rem;
  }
}

/*----------------------------------------------------------------------------
  .l-inner
----------------------------------------------------------------------------*/
.l-inner {
  max-width: 120rem;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 2rem;
  }
}

/*----------------------------------------------------------------------------
  .l-column
----------------------------------------------------------------------------*/
.l-column {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 899px) {
  .l-column {
    flex-direction: column;
  }
}
.l-column__main {
  flex: 1;
}
.l-column__side {
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .l-column__side {
    width: 100%;
  }
}

/*----------------------------------------------------------------------------
  .l-sidebar
----------------------------------------------------------------------------*/
.l-sidebar {
  width: 35.4rem;
  padding: 3rem;
  background-color: #f3f5f5;
}
@media screen and (max-width: 767px) {
  .l-sidebar {
    width: 100%;
    padding: 0 2rem;
  }
}
.l-sidebar__title {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-sidebar__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-sidebar__title {
    position: relative;
    padding: 2rem 0;
  }
  .l-sidebar__title::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 12px;
    height: 8px;
    vertical-align: middle;
    color: #442b2b;
    background: #442b2b;
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M0,0,3.74,4,0,8,12,4Z" transform="translate(0 0)" fill="currentColor"/></svg>');
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M0,0,3.74,4,0,8,12,4Z" transform="translate(0 0)" fill="currentColor"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    content: "";
    transition: all 0.3s ease;
    transform-origin: top center;
    transform: rotate(90deg) translateY(-50%);
  }
  .l-sidebar__title.is-open::after {
    transform: rotate(-90deg) translateY(-50%);
  }
}
.l-sidebar__title::before {
  width: 2rem;
  height: 0.3rem;
  margin-right: 1rem;
  background-color: #C61B27;
  vertical-align: middle;
  content: "";
}
@media screen and (max-width: 767px) {
  .l-sidebar-category__list {
    overflow: hidden;
    max-height: 0;
    padding: 0 0 0 2rem;
    transition: max-height 0.3s ease;
  }
}
.l-sidebar-category__item[open] .l-sidebar-category__item-parent::after {
  transform: rotate(-90deg) translateY(-50%);
}
.l-sidebar-category__item-parent {
  position: relative;
  display: flex;
  align-items: center;
  height: 6rem;
  border-bottom: 1px solid #dcdcdc;
  list-style: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-sidebar-category__item-parent {
    height: 5rem;
  }
}
.l-sidebar-category__item-parent::-webkit-details-marker {
  display: none;
}
.l-sidebar-category__item-parent::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 12px;
  height: 8px;
  vertical-align: middle;
  color: #442b2b;
  background: #442b2b;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M0,0,3.74,4,0,8,12,4Z" transform="translate(0 0)" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M0,0,3.74,4,0,8,12,4Z" transform="translate(0 0)" fill="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  content: "";
  transition: all 0.3s ease;
  transform-origin: top center;
  transform: rotate(90deg) translateY(-50%);
}
.l-sidebar-category__item-children {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .l-sidebar-category__item-children {
    padding: 1rem 0 2rem 0;
  }
}
.l-sidebar-category__item-children li {
  display: flex;
  color: #988b8b;
}
.l-sidebar-category__item-children li::before {
  display: inline-block;
  flex-shrink: 0;
  width: 0.8rem;
  height: 0.4rem;
  margin: 1rem 0.6rem 0 0;
  vertical-align: middle;
  color: #988b8b;
  background: #988b8b;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.828 6.414"><path d="M-13643-13739.6l4,4,4-4" transform="translate(13644.414 13741.015)" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.828 6.414"><path d="M-13643-13739.6l4,4,4-4" transform="translate(13644.414 13741.015)" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  content: "";
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.l-sidebar-category__item-children li a {
  max-width: calc(100% - 1.5rem);
}
.l-sidebar-maker {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-sidebar-maker {
    margin-top: 0;
    border-top: 1px solid #dcdcdc;
  }
}
.l-sidebar-maker__list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-sidebar-maker__list {
    overflow: hidden;
    max-height: 0;
    margin: 0;
    padding-left: 2rem;
    transition: max-height 0.3s ease;
  }
}

.is-open + .l-sidebar-category__list {
  padding: 0 0 2rem 2rem;
}

.is-open + .l-sidebar-maker__list {
  padding: 1rem 0 2rem 2rem;
}

@media screen and (min-width: 768px) {
  .u-hide--pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hide--sp {
    display: none !important;
  }
}

.u-inlineblock {
  display: inline-block;
}

.u-animate--fadeInUp {
  visibility: hidden;
}
.u-animate--fadeInUp.is-animated {
  animation: animate-fadeInUp 1.5s ease 0s both 1 normal;
  visibility: visible !important;
}

@keyframes animate-fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}/*# sourceMappingURL=common.css.map */