@charset "UTF-8";
/*----------------------------------------

	HEALTH CARE CSS

-----------------------------------------*/
/*----------------------------------------
	- detail
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .detail {
    margin-block-start: 150px;
    width: min(1100px, 90%);
  }
}
@media screen and (max-width: 768px) {
  .detail {
    margin-block-start: 20vw;
  }
}
.detail .font18_16 {
  line-height: 2.5;
}

/*----------------------------------------
	- LINEUP
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .lineup {
    padding-block-start: 120px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .lineup {
    padding-block-start: 15vw;
  }
}
.lineup .c-title02::after {
  background-color: var(--color-green);
}
@media screen and (min-width: 769px) {
  .lineup .side-wrap {
    display: grid;
    max-width: min(100vw, 1600px);
    width: 100%;
    margin-inline: auto;
    grid-template-columns: 300px 1fr;
  }
}
.lineup .side-menu {
  position: relative;
  height: 100%;
  padding-block: 0 120px;
}
@media screen and (max-width: 768px) {
  .lineup .side-menu {
    display: none;
  }
}
.lineup .side-menu ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px 24px;
  position: fixed;
  top: 200px;
  left: 0;
  padding: 30px 36px 30px 40px;
  z-index: 99;
  border-radius: 0 10px 10px 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 1s, opacity 0.3s;
}
.lineup .side-menu.is-active ul {
  opacity: 1;
  transform: translateX(0);
}
.lineup .side-menu li {
  display: grid;
  height: -moz-fit-content;
  height: fit-content;
}
.lineup .side-menu li.is-active {
  color: var(--color-green);
}
.lineup .side-menu a {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: var(--font-medium);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px 12px;
}
.lineup .side-menu a::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-image: url(/asset/img/common/ic-arrow-down-green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lineup .side-item .c-title {
  font-weight: var(--font-medium);
  position: relative;
}
@media screen and (min-width: 769px) {
  .lineup .side-item .c-title {
    width: min(1100px, 95%);
    margin-inline: 0 auto;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768px) {
  .lineup .side-item .c-title {
    margin-inline: 7.75vw;
    letter-spacing: 0.03em;
  }
}
.lineup .side-item .c-title::before, .lineup .side-item .c-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .lineup .side-item .c-title::before, .lineup .side-item .c-title::after {
    right: calc(100% + min(1.25vw, 20px));
  }
}
@media screen and (max-width: 768px) {
  .lineup .side-item .c-title::before, .lineup .side-item .c-title::after {
    right: calc(100% + 3.25vw);
  }
}
.lineup .side-item .c-title::before {
  background-color: var(--color-green);
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .lineup .side-item .c-title::before {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .side-item .c-title::before {
    width: 9px;
    height: 9px;
  }
}
.lineup .side-item .c-title::after {
  height: 1px;
  background-color: var(--color-green);
}
@media screen and (min-width: 769px) {
  .lineup .side-item .c-title::after {
    width: calc((100vw - (100% - 300px)) / 2);
  }
}
@media screen and (max-width: 768px) {
  .lineup .side-item .c-title::after {
    width: calc((100vw - (100% - min(3.125vw, 50px))) / 2);
  }
}
@media screen and (min-width: 769px) {
  .lineup .item-box {
    margin-inline: 0 auto;
    width: min(1100px, 95%);
  }
}
@media screen and (min-width: 769px) {
  .lineup .item-box#category1 {
    padding-block-start: 97px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box#category1 {
    padding-block-start: 12.5vw;
  }
}
@media screen and (min-width: 769px) {
  .lineup .item-box:not(:nth-of-type(1)) {
    padding-block-start: 140px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box:not(:nth-of-type(1)) {
    padding-block-start: 19vw;
  }
}
@media screen and (min-width: 769px) {
  .lineup .item-box:has(.is-active) + .item-box {
    padding-block-start: 120px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box:has(.is-active) {
    padding-block-start: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .lineup .item-box .main {
    display: grid;
    grid-template-columns: 1fr 43.64%;
    grid-template-rows: auto 1fr;
    gap: 42px 5.45%;
    padding-block-end: 60px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .lineup .item-box .main {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .main {
    padding-block-end: 7.5vw;
    padding-inline: 6vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1001px) {
  .lineup .item-box .main .c-title {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .main .c-title .font28_22 {
    white-space: nowrap;
  }
}
.lineup .item-box .main .font18_16 {
  line-height: 2;
}
@media screen and (min-width: 769px) and (min-width: 1001px) {
  .lineup .item-box .main .font18_16 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .main .font18_16 {
    margin-block-start: 6vw;
  }
}
.lineup .item-box .main .font18_16 span {
  display: inline-block;
}
@media screen and (min-width: 769px) and (min-width: 1001px) {
  .lineup .item-box .main figure {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .main figure {
    margin-block-start: 7.5vw;
  }
}
.lineup .item-box .box {
  background-color: var(--color-ghostwhite);
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box {
    padding: 100px 32px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box {
    padding-block: 14vw 12.5vw;
    padding-inline: 6vw;
  }
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category + .category {
    margin-block-start: 120px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category + .category {
    margin-block-start: 15vw;
  }
}
.lineup .item-box .box .category .item {
  display: grid;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .item {
    grid-template-columns: 40.93% 1fr;
    gap: 32px 5.79%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .lineup .item-box .box .category .item {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .item {
    gap: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .item:not(:nth-child(1)) {
    margin-block-start: 47px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .item:not(:nth-child(1)) {
    margin-block-start: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .item + .item {
    margin-block-start: 68px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .item + .item {
    margin-block-start: 12.35vw;
  }
}
.lineup .item-box .box .category .font28_22 {
  font-weight: var(--font-medium);
  line-height: 1.5;
  text-align: center;
  display: grid;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .font28_22 {
    letter-spacing: 0.02em;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .font28_22 {
    letter-spacing: 0.03em;
    gap: 3.5vw;
  }
}
.lineup .item-box .box .category .font28_22::after {
  content: "";
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/asset/img/product/healthCare/healthCare-ic_line.svg);
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .font28_22::after {
    height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .font28_22::after {
    height: 1.75vw;
  }
}
.lineup .item-box .box .category .leftbox figure {
  width: 100%;
}
.lineup .item-box .box .category .leftbox figure img {
  width: 100%;
}
.lineup .item-box .box .category .leftbox figure figcaption {
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .leftbox figure figcaption {
    margin-block-start: 5px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .leftbox figure figcaption {
    margin-block-start: 0.75vw;
  }
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .leftbox .opt {
    margin-block-start: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .leftbox .opt {
    margin-block-start: 5vw;
  }
}
.lineup .item-box .box .category .leftbox .opt .font15_14 {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .leftbox .opt .font15_14 {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .leftbox .opt .font15_14 {
    line-height: 1.5;
  }
}
.lineup .item-box .box .category .leftbox .opt .font14_12 {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .leftbox .opt .font14_12 {
    margin-block-start: 3px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .leftbox .opt .font14_12 {
    margin-block-start: 0.5vw;
  }
}
.lineup .item-box .box .category .leftbox .opt .item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .leftbox .opt .item-list {
    gap: 24px 11px;
    margin-block-start: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .leftbox .opt .item-list {
    gap: 4.5vw;
    margin-block-start: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .leftbox .brand {
    margin-block-start: 24px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .leftbox .brand {
    margin-block-start: 4vw;
  }
}
.lineup .item-box .box .category .leftbox .brand figure {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .leftbox .brand figure {
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .leftbox .brand figure {
    height: 4.5vw;
  }
}
.lineup .item-box .box .category .leftbox .brand figure img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .leftbox .brand figure img + img {
    margin-inline: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .leftbox .brand figure img + img {
    margin-inline: 2.5vw 0;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .leftbox .brand figure img[src*=etac] {
    padding-block: 0.25vw;
  }
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .leftbox .brand figure sup {
    margin-inline: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .leftbox .brand figure sup {
    margin-inline: 0.75vw 0;
  }
}
.lineup .item-box .box .category .leftbox .brand .font11_11 {
  padding-inline-start: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .leftbox .brand .font11_11 {
    margin-block-start: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .leftbox .brand .font11_11 {
    margin-block-start: 2.5vw;
  }
}
.lineup .item-box .box .category .leftbox .brand .font11_11::before {
  content: "※";
}
.lineup .item-box .box .category .rightbox > .font24_18 {
  font-weight: var(--font-medium);
  line-height: 1.33;
}
.lineup .item-box .box .category .rightbox > .font16_14 {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .rightbox > .font16_14 {
    margin-block-start: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .rightbox > .font16_14 {
    margin-block-start: 4vw;
  }
}
.lineup .item-box .box .category .rightbox > .font12_11 {
  padding-inline-start: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .rightbox > .font12_11 {
    line-height: 2;
    margin-block-start: 6px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .rightbox > .font12_11 {
    line-height: 1.5;
    margin-block-start: 1.5vw;
  }
}
.lineup .item-box .box .category .rightbox > .font12_11::before {
  content: "※";
}
.lineup .item-box .box .category .rightbox .size-list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .rightbox .size-list {
    margin-block-start: 32px;
    gap: 2px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .rightbox .size-list {
    margin-block-start: 5vw;
    gap: 0.5vw;
  }
}
.lineup .item-box .box .category .rightbox .size-list li {
  display: grid;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .rightbox .size-list li {
    grid-template-columns: 30.43% 1fr;
  }
}
.lineup .item-box .box .category .rightbox .size-list li > div {
  height: 100%;
  display: flex;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .rightbox .size-list li > div {
    padding: 10px 12px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .rightbox .size-list li > div {
    padding: 1.5vw 3vw;
  }
}
.lineup .item-box .box .category .rightbox .size-list li > div:nth-of-type(1) {
  background-color: var(--color-flashwhite);
  font-weight: var(--font-medium);
  align-items: center;
}
.lineup .item-box .box .category .rightbox .size-list li > div:nth-of-type(2) {
  background-color: var(--color-white);
  align-items: flex-start;
}
.lineup .item-box .box .category .rightbox .price-list {
  display: grid;
  border-block-end: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .rightbox .price-list {
    margin-block-start: 31px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .rightbox .price-list {
    margin-block-start: 5.5vw;
  }
}
.lineup .item-box .box .category .rightbox .price-list li {
  display: grid;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .rightbox .price-list li {
    grid-template-columns: 54px 40% 1fr;
    gap: 10px;
    padding-block-start: 22px;
    padding-inline-start: 13px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .lineup .item-box .box .category .rightbox .price-list li {
    grid-template-columns: 54px 1fr auto;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .rightbox .price-list li {
    grid-template-columns: 8.25vw 40vw 1fr;
    gap: 2.5vw;
    padding-block: 2.5vw 2.25vw;
    padding-inline-start: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .rightbox .price-list li:not(:has(.font15_13)) {
    grid-template-columns: 54px 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .rightbox .price-list li:not(:has(.font15_13)) {
    grid-template-columns: 8.25vw 1fr;
  }
}
.lineup .item-box .box .category .rightbox .price-list li:not(:has(.font15_13)) .font18_16 {
  grid-column: 2/3;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .rightbox .price-list li:last-of-type:not(.total) {
    margin-block-end: 18px;
  }
}
.lineup .item-box .box .category .rightbox .price-list li.total {
  border-block-start: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .rightbox .price-list li.total {
    margin-block: 18px;
    padding-block-start: 17px;
  }
}
.lineup .item-box .box .category .rightbox .price-list li .font16_14 {
  grid-column: 1/2;
  font-weight: var(--font-medium);
  line-height: 1.25;
}
.lineup .item-box .box .category .rightbox .price-list li .font15_13 {
  grid-column: 2/3;
  font-weight: var(--font-medium);
  line-height: 1.33;
}
.lineup .item-box .box .category .rightbox .price-list li .font18_16 {
  grid-column: 3/4;
  font-weight: var(--font-medium);
  line-height: 1.11;
  display: flex;
}
.lineup .item-box .box .category .rightbox .price-list li .font18_16::before {
  content: "￥";
  font-size: 0.88em;
  line-height: 1.25;
}
.lineup .item-box .box .category .rightbox .price-list li .font18_16::after {
  content: "（税込）";
  font-size: 0.72em;
  font-weight: var(--font-regular);
  line-height: 1.538;
  white-space: nowrap;
}
.lineup .item-box .box .category .rightbox dl {
  display: grid;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .rightbox dl {
    margin-block-start: 32px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .rightbox dl {
    margin-block-start: 4.25vw;
  }
}
.lineup .item-box .box .category .rightbox dl dt {
  font-weight: var(--font-medium);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .rightbox dl dt {
    margin-block-end: 11px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .rightbox dl dt {
    margin-block-end: 0.75vw;
  }
}
.lineup .item-box .box .category .rightbox dl dd {
  line-height: 2;
  display: grid;
  grid-template-columns: 1em 1fr;
  padding-inline: 0.5em 0;
}
.lineup .item-box .box .category .rightbox dl dd::before {
  content: "・";
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .rightbox .tag-box {
    margin-block-start: 32px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .rightbox .tag-box {
    margin-block-start: 5vw;
  }
}
.lineup .item-box .box .category .rightbox .tag-box .font15_13 {
  font-weight: var(--font-medium);
  line-height: 2;
}
.lineup .item-box .box .category .rightbox .tag-box .tag-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .rightbox .tag-box .tag-list {
    gap: 8px;
    margin-block-start: 14px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .rightbox .tag-box .tag-list {
    margin-block-start: 2vw;
    gap: 2.5vw 2vw;
  }
}
.lineup .item-box .box .category .rightbox .tag-box .tag-list a {
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box .category .rightbox .tag-box .tag-list a {
    min-width: 172px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-box .box .category .rightbox .tag-box .tag-list a {
    min-width: 41.5vw;
    padding-block: 3vw;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .lineup .item-box .box.unique01 .item .right01 {
    grid-row: 1/2;
  }
}
.lineup .item-box .box.unique01 .item .right01 .c-list--dots {
  padding-inline-start: 0.5em;
}
.lineup .item-box .box.unique01 .item .right01 .c-list--dots li::before {
  width: 1em;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box.unique01 .item .right02 {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .lineup .item-box .box.unique01 .item .right02 {
    grid-row: 3/4;
  }
}
.lineup .item-box .box.unique01 .item .right02 > :nth-child(1) {
  margin-block-start: 0;
}
@media screen and (min-width: 769px) {
  .lineup .item-box .box.unique01 .item .right02 .size-list li {
    grid-template-columns: 168px 1fr;
  }
}

/*----------------------------------------
	- ヘルスケア用 アコーディオン
-----------------------------------------*/
.accordion--healthCare .accordion-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s;
  border-block-start: 1px solid var(--color-americansilver);
}
.accordion--healthCare .accordion-box {
  overflow: hidden;
}
.accordion--healthCare .accordion-btn {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .accordion--healthCare .accordion-btn.btn01 {
    margin-block-end: -21px;
  }
}
@media screen and (max-width: 768px) {
  .accordion--healthCare .accordion-btn.btn01 {
    margin-block-end: -4vw;
  }
}
@media screen and (min-width: 769px) {
  .accordion--healthCare .accordion-btn.btn02 {
    margin-block-start: -21px;
  }
}
@media screen and (max-width: 768px) {
  .accordion--healthCare .accordion-btn.btn02 {
    margin-block-start: -4vw;
  }
}
.accordion--healthCare .accordion-btn::after {
  content: "";
  display: block;
  background-image: url(/asset/img/common/ic-open.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .accordion--healthCare .accordion-btn::after {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .accordion--healthCare .accordion-btn::after {
    width: 8vw;
    height: 8vw;
  }
}
.accordion--healthCare.is-active .accordion-wrap {
  grid-template-rows: 1fr;
}
.accordion--healthCare.is-active .box {
  border-block-end: 1px solid var(--color-americansilver);
}
.accordion--healthCare.is-active .accordion-btn::after {
  background-image: url(/asset/img/common/ic-close.svg);
}

/*----------------------------------------
	- マークについて
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .mark {
    width: min(1100px, 95%);
    margin-inline: 0 auto;
    margin-block-start: 139px;
  }
}
@media screen and (max-width: 768px) {
  .mark {
    margin-block-start: 25vw;
    padding-inline: 6vw;
  }
}
.mark .font24_20 {
  font-weight: var(--font-medium);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mark .font24_20 {
    letter-spacing: 0.03em;
  }
}
.mark .item-list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .mark .item-list {
    width: min(980px, 100%);
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-block-start: 40px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .mark .item-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .mark .item-list {
    gap: 3.75vw;
    margin-block-start: 8vw;
  }
}
.mark .item-list li {
  background-color: var(--color-soapstone);
}
@media screen and (min-width: 769px) {
  .mark .item-list li {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mark .item-list li {
    padding: 6vw;
  }
}
@media screen and (min-width: 769px) {
  .mark .item-list figure {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mark .item-list figure {
    height: 7vw;
    text-align: center;
  }
}
.mark .item-list figure img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .mark .item-list figure img[src*=etac] {
    padding-block: 0.5vw;
  }
}
.mark .item-list .font15_13 {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .mark .item-list .font15_13 {
    margin-block-start: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mark .item-list .font15_13 {
    margin-block-start: 3.25vw;
  }
}

/*----------------------------------------
	- お問い合わせ
-----------------------------------------*/
.contact {
  border-block-start: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  .contact {
    padding-block-start: 40px;
    margin-block-start: 150px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding-block-start: 5vw;
    padding-inline: 0;
    width: calc(100% - 12vw);
    margin-inline: auto;
    margin-block-start: 20vw;
  }
}
.contact .font18_15 {
  font-weight: var(--font-medium);
  line-height: 2;
  text-align: center;
}
.contact .font18_15 span {
  display: inline-block;
}
.contact .btn {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .contact .btn {
    padding-block-start: 60px;
  }
}
@media screen and (max-width: 768px) {
  .contact .btn {
    padding-block-start: 14.25vw;
  }
}
@media screen and (min-width: 769px) {
  .contact .btn a {
    padding: 24px;
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .contact .btn a {
    padding: 3.25vw;
    width: 60vw;
  }
}

/*----------------------------------------
	- SAGAMI MAGAZINE
-----------------------------------------*/
.magazine {
  background-color: var(--color-ghostwhite);
}
@media screen and (min-width: 769px) {
  .magazine {
    padding-block: 100px 99px;
    margin-block-start: 160px;
  }
}
@media screen and (max-width: 768px) {
  .magazine {
    padding-block: 20vw 17.5vw;
    margin-block-start: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .magazine .c-box {
    width: min(980px, 90%);
  }
}
@media screen and (min-width: 769px) {
  .magazine .c-box ul {
    margin-block-start: 40px;
  }
}
@media screen and (max-width: 768px) {
  .magazine .c-box ul {
    margin-block-start: 9vw;
  }
}