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

	sagamiOriginal CATEGORY 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 89.5vw;
    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: 248px;
  }
}
@media screen and (max-width: 768px) {
  .mv .sagamiOriginal {
    margin-block-start: 45.5vw;
  }
}
.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: -74vw;
    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);
  }
}

/*----------------------------------------
	- LINEUP
-----------------------------------------*/
.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: 80px;
  }
}
@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 a {
  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;
}

/*----------------------------------------
	- SAGAMI PROJECT
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .sagamiProject {
    margin-block-start: 153px;
  }
}
@media screen and (max-width: 768px) {
  .sagamiProject {
    margin-block-start: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .sagamiProject .c-box {
    width: min(1160px, 90%);
  }
}
.sagamiProject .item-list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .sagamiProject .item-list {
    margin-block-start: 78px;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px 3.448%;
  }
}
@media screen and (max-width: 768px) {
  .sagamiProject .item-list {
    margin-block-start: 12.5vw;
    grid-template-columns: 1fr;
    gap: 9vw;
  }
}
.sagamiProject .item-list .font18_16 {
  font-weight: var(--font-medium);
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sagamiProject .item-list .font18_16 {
    margin-block-start: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sagamiProject .item-list .font18_16 {
    margin-block-start: 1.5vw;
  }
}
.sagamiProject .item-list .font18_16 span {
  display: inline-block;
}
.sagamiProject .item-list figure {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.sagamiProject .item-list img {
  transition: scale 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  .sagamiProject .item-list a:hover img {
    scale: 1.1;
  }
}

/*----------------------------------------
	- SAGAMI MAGAZINE
-----------------------------------------*/
.magazine {
  background-color: var(--color-ghostwhite);
}
@media screen and (min-width: 769px) {
  .magazine {
    padding-block: 103px 96px;
    margin-block-start: 148px;
  }
}
@media screen and (max-width: 768px) {
  .magazine {
    padding-block: 20vw 19.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;
  }
}

/*----------------------------------------
	- MY MAGAZINE
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .mySagami {
    margin-block-start: 152px;
  }
}
@media screen and (max-width: 768px) {
  .mySagami {
    margin-block-start: 20vw;
  }
}
.mySagami .c-box {
  background: linear-gradient(175deg, #FFF2F4 0%, #F6F0FF 100%);
}
@media screen and (min-width: 769px) {
  .mySagami .c-box {
    width: min(844px, 90%);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px 20px;
    padding: 50px 60px;
  }
}
@media screen and (max-width: 768px) {
  .mySagami .c-box {
    padding-block: 10vw;
  }
}
.mySagami .c-box .ttl {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .mySagami .c-box .ttl {
    gap: 0 26px;
  }
}
@media screen and (max-width: 768px) {
  .mySagami .c-box .ttl {
    gap: 0 3vw;
  }
}
.mySagami .c-box .ttl .font16_14 {
  grid-column: 2/3;
  grid-row: 1/2;
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .mySagami .c-box .ttl .font16_14 {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .mySagami .c-box .ttl .font16_14 {
    line-height: 1.5;
  }
}
.mySagami .c-box .ttl::before {
  content: "";
  display: block;
  background-image: url(/asset/img/common/ic-point-pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (min-width: 769px) {
  .mySagami .c-box .ttl::before {
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 768px) {
  .mySagami .c-box .ttl::before {
    width: 10.5vw;
    height: 10.5vw;
  }
}
.mySagami .c-box .ttl .font30_24 {
  grid-column: 2/3;
  grid-row: 2/3;
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .mySagami .c-box .ttl .font30_24 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .mySagami .c-box .ttl .font30_24 {
    line-height: 1;
    letter-spacing: 0.01em;
  }
}
.mySagami .c-box .font15_13 {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .mySagami .c-box .font15_13 {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .mySagami .c-box .font15_13 {
    margin-block-start: 5vw;
  }
}
.mySagami .c-box a {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .mySagami .c-box a {
    width: 240px;
    padding-block: 16px;
  }
}
@media screen and (max-width: 768px) {
  .mySagami .c-box a {
    margin-block-start: 7.25vw;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 3vw;
  }
}