/*----------------------------------------

	EN CONDOM CSS

-----------------------------------------*/
/*----------------------------------------
	- mv
-----------------------------------------*/
.mv {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .mv {
    padding-block: 240px 216px;
    background-image: url(/asset/img/product/sagamiOriginal/sagamioriginal-mv.webp);
  }
}
@media screen and (max-width: 768px) {
  .mv {
    padding-block: 31.75vw 98.75vw;
    background-image: url(/asset/img/product/sagamiOriginal/sagamioriginal-mv-sp.webp);
  }
}
@media screen and (min-width: 769px) {
  .mv .c-box {
    width: min(1280px, 90%);
  }
}
.mv .sagamiOriginal {
  position: relative;
}
@media screen and (min-width: 769px) {
  .mv .sagamiOriginal {
    margin-block-start: 274px;
  }
}
@media screen and (max-width: 768px) {
  .mv .sagamiOriginal {
    margin-block-start: 51vw;
  }
}
.mv .sagamiOriginal .ttl {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .mv .sagamiOriginal .ttl {
    width: min(799px, 90%);
  }
}
@media screen and (max-width: 768px) {
  .mv .sagamiOriginal .ttl {
    width: 75vw;
  }
}
.mv .sagamiOriginal .font20_16 {
  color: var(--color-sogray);
  font-weight: var(--font-medium);
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mv .sagamiOriginal .font20_16 {
    margin-block-start: 68px;
    line-height: 2.8;
  }
}
@media screen and (max-width: 768px) {
  .mv .sagamiOriginal .font20_16 {
    margin-block-start: 10vw;
    line-height: 2.2;
  }
}
.mv .sagamiOriginal .font30_24 {
  color: var(--color-sogray);
  font-weight: var(--font-medium);
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mv .sagamiOriginal .font30_24 {
    margin-block-start: 24px;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768px) {
  .mv .sagamiOriginal .font30_24 {
    margin-block-start: 4.5vw;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 769px) {
  .bnr {
    margin-block-start: -116px;
  }
}
@media screen and (max-width: 768px) {
  .bnr {
    margin-block-start: -83.5vw;
    padding-inline: 5vw;
  }
}
.bnr .item-list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .bnr .item-list {
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 7.273%;
  }
}
@media screen and (max-width: 768px) {
  .bnr .item-list {
    gap: 7.5vw;
  }
}
.bnr a {
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .bnr a:hover {
    opacity: 0.5;
  }
}
.bnr .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-column: 1fr;
  width: 100%;
}
.bnr .font26_22 {
  text-align: center;
  font-weight: var(--font-bold);
}
@media screen and (min-width: 769px) {
  .bnr .font26_22 {
    font-size: min(26px, 2.273vw);
    margin-block-start: min(10px, 0.909vw);
  }
}
.bnr .font18_15 {
  text-align: center;
  font-weight: var(--font-medium);
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .bnr .font18_15 {
    font-size: min(18px, 1.636vw);
  }
}

/*----------------------------------------
	- FEATURES
-----------------------------------------*/
.lineup {
  background: linear-gradient(175deg, rgba(245, 245, 245, 0.6) 0%, rgb(220, 221, 223) 100%);
}
@media screen and (min-width: 769px) {
  .lineup {
    margin-block-start: 140px;
    padding-block: 120px;
  }
}
@media screen and (max-width: 768px) {
  .lineup {
    margin-block-start: 25vw;
    padding-block: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .lineup .c-box {
    width: min(980px, 90%);
  }
}
@media screen and (max-width: 768px) {
  .lineup .c-box {
    padding-inline: 7.5vw;
  }
}
.lineup .item-list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .lineup .item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 68px 8.163%;
    margin-inline: auto;
    margin-block-start: 77px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list {
    grid-template-columns: 1fr;
    gap: 10vw 4.5vw;
    margin-inline: auto;
    margin-block-start: 12vw;
  }
}
.lineup .item-list li {
  width: 100%;
  display: grid;
  gap: 0;
}
.lineup .item-list figure {
  position: relative;
  z-index: 1;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .lineup .item-list figure {
    width: 71%;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list figure {
    width: 70.5%;
  }
}
.lineup .item-list figure::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 1;
  background-color: var(--color-white);
  border-radius: 50%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .lineup .item-list figure::before {
    transition: background-color 0.2s;
  }
}
.lineup .item-list figure .c-icon-base {
  display: inline-flex;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .lineup .item-list figure .c-icon-base {
    bottom: 0;
    right: 38px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list figure .c-icon-base {
    bottom: 0;
    right: 7.5vw;
    width: 9vw;
    height: 9vw;
  }
}
.lineup .item-list .font24_20 .c-icon-base {
  display: none;
}
@media (hover: hover) {
  .lineup .item-list a:hover figure::before {
    background-color: var(--color-palepink);
  }
}
.lineup .item-list .font24_20 {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .lineup .item-list .font24_20 {
    margin-block-start: 30px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list .font24_20 {
    margin-block-start: 7.75vw;
    line-height: 1.333;
  }
}
.lineup .item-list .font16_14 {
  font-weight: var(--font-regular);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .lineup .item-list .font16_14 {
    margin-block-start: 22px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list .font16_14 {
    margin-block-start: 3.75vw;
  }
}
.lineup .item-list:not(:has(li:nth-of-type(2))) {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) {
    margin-block-start: 0;
  }
}
@media screen and (min-width: 769px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a {
    margin-block-start: 0;
    margin-inline: auto 0;
    width: min(90%, 910px);
    display: grid;
    grid-template-columns: 35.165% 1fr;
    grid-template-rows: 1fr auto auto 1fr;
    gap: 0 8.9%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a {
    display: block;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a {
    display: block;
  }
}
.lineup .item-list:not(:has(li:nth-of-type(2))) a figure {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a figure {
    grid-column: 1/2;
    grid-row: 1/6;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a figure {
    width: 65%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a figure {
    width: 60vw;
    margin-inline: auto;
    margin-block-start: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a p {
    padding-inline: 1.5vw;
  }
}
.lineup .item-list:not(:has(li:nth-of-type(2))) a .font24_20 {
  font-weight: var(--font-medium);
  display: inline-flex;
  align-items: center;
  gap: 1em;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  caret-color: transparent;
}
@media screen and (min-width: 769px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a .font24_20 {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-block-start: 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a .font24_20 {
    margin-block-start: 40px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a .font24_20 {
    margin-block-start: 7.5vw;
    gap: 0.5em;
  }
}
.lineup .item-list:not(:has(li:nth-of-type(2))) a .font16_14 {
  font-weight: var(--font-regular);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a .font16_14 {
    grid-column: 2/3;
    grid-row: 3/4;
    font-size: 1rem;
    margin-block-start: 10px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a .font16_14 {
    font-size: 3.25vw;
    margin-block-start: 2.5vw;
  }
}
.lineup .item-list:not(:has(li:nth-of-type(2))) a figure .c-icon-base {
  display: none;
}
.lineup .item-list:not(:has(li:nth-of-type(2))) a .font24_20 .c-icon-base {
  display: inline-flex;
  position: static;
}

/*----------------------------------------
	- FEATURES
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .features {
    margin-block-start: 136px;
  }
}
@media screen and (max-width: 768px) {
  .features {
    margin-block-start: 21.25vw;
  }
}
.features .font28_20 {
  font-weight: var(--font-medium);
  line-height: 1.5;
  letter-spacing: 0.01em;
  border-block-end: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  .features .font28_20 {
    padding-block-end: 32px;
  }
}
@media screen and (max-width: 768px) {
  .features .font28_20 {
    padding-block-end: 3.25vw;
  }
}
.features .font16_14 {
  line-height: 2;
}
.features .c-list--dots {
  display: grid;
}
@media screen and (min-width: 769px) {
  .features .c-list--dots {
    margin-block-start: 25px;
    gap: 6px;
  }
}
@media screen and (max-width: 768px) {
  .features .c-list--dots {
    margin-block-start: 7.5vw;
    gap: 1vw;
  }
}
.features .c-list--dots li::before {
  flex-shrink: 0;
  width: 1.1em;
}
.features p.font16_14 {
  display: grid;
}
@media screen and (min-width: 769px) {
  .features p.font16_14 {
    margin-block-start: 40px;
    gap: 36px;
  }
}
@media screen and (max-width: 768px) {
  .features p.font16_14 {
    margin-block-start: 6vw;
    gap: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .features .font12_11 {
    margin-block-start: 23px;
  }
}
@media screen and (max-width: 768px) {
  .features .font12_11 {
    margin-block-start: 3vw;
  }
}
.features .font12_11::before {
  content: "*";
}
@media screen and (min-width: 769px) {
  .features .contact {
    margin-block-start: 142px;
  }
}
@media screen and (max-width: 768px) {
  .features .contact {
    margin-block-start: 20vw;
  }
}
.features .contact .font18_15 {
  border-block-start: 1px solid var(--color-americansilver);
  font-weight: var(--font-medium);
  line-height: 2;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .features .contact .font18_15 {
    padding-block-start: 40px;
  }
}
@media screen and (max-width: 768px) {
  .features .contact .font18_15 {
    padding-block-start: 5.25vw;
  }
}
.features .contact .font18_15 span {
  display: inline-block;
}
.features .contact p:nth-of-type(2) {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .features .contact p:nth-of-type(2) {
    margin-block-start: 60px;
  }
}
@media screen and (max-width: 768px) {
  .features .contact p:nth-of-type(2) {
    margin-block-start: 7.25vw;
  }
}
@media screen and (min-width: 769px) {
  .features .contact p:nth-of-type(2) a {
    min-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .features .contact p:nth-of-type(2) a {
    width: 60vw;
  }
}