@charset "UTF-8";
/* --------------------
keyframe
-------------------- */
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 1;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 1;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes scroll {
  0% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  15% {
    clip-path: inset(100% 0 0 0);
    -webkit-clip-path: inset(100% 0 0 0);
  }
  20% {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
html {
  scroll-behavior: smooth;
}

.js-animation-title .en {
  opacity: 0;
}
.js-animation-title .ja {
  opacity: 0;
}
.js-animation-title.is-active .en {
  animation-name: bgextendAnimeBase;
  animation-duration: 0.75s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
.js-animation-title.is-active .ja {
  animation-name: bgextendAnimeBase;
  animation-duration: 0.75s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.is-active::before {
  animation-name: bgLRextendAnime;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10;
}

div#addicthy-color {
  background-color: #F8F8F5;
  padding-top: 90px;
}
@media screen and (min-width: 751px) {
  #addicthy-color .pc-hidden {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  #addicthy-color .sp-hidden {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  div#addicthy-color {
    padding-top: 60px;
  }
}
#addicthy-color .logo {
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  #addicthy-color .logo {
    padding-inline: 5.3333333333vw;
  }
}
#addicthy-color .logo h1 {
  max-width: 560px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .logo h1 {
    width: 300px;
  }
}
#addicthy-color .mv {
  padding-block: 0 55px;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 750px) {
  #addicthy-color .mv {
    margin-top: 24px;
  }
}
@media screen and (min-width: 751px) {
  #addicthy-color .mv {
    padding-block: 50px 55px;
  }
}
@media screen and (min-width: 751px) {
  #addicthy-color .mv__swiper {
    overflow: visible;
  }
}
#addicthy-color .mv__swiper .swiper-slide {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #addicthy-color .mv__swiper .swiper-slide {
    width: 778px;
  }
}
#addicthy-color .mv__swiper .swiper-slide figure {
  padding-top: 9px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .mv__swiper .swiper-slide figure {
    padding-top: 4px;
  }
}
#addicthy-color .mv__swiper .swiper-slide figure::before {
  content: "";
  position: absolute;
  background: url(../img/addicthy-color/texture_2000.png) no-repeat center top;
  background-size: 2000px 30px;
  top: 0;
  height: 30px;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 750px) {
  #addicthy-color .mv__swiper .swiper-slide figure::before {
    background: url(../img/addicthy-color/texture_mv_sp.png) no-repeat center top;
    background-size: 1000px 20px;
    height: 20px;
  }
}
#addicthy-color .mv__swiper-pagination {
  position: unset;
  margin-top: 20px;
  padding-inline: 20px;
  display: flex;
  justify-content: center;
  gap: 2.1333333333vw;
}
@media screen and (max-width: 750px) {
  #addicthy-color .mv__swiper-pagination {
    padding-inline: 0;
  }
}
@media screen and (min-width: 751px) {
  #addicthy-color .mv__swiper-pagination {
    padding-inline: 20px;
    margin-top: 20px;
    gap: 12px;
  }
}
#addicthy-color .mv__swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 100%;
  margin: 0 !important;
  background-color: #ccc;
  border-radius: 0 !important;
  opacity: 1;
  width: 40px;
  height: 4px;
}
#addicthy-color .mv__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
#addicthy-color .whats {
  padding-top: 110px;
  padding-bottom: 230px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats {
    padding-top: 30px;
    padding-bottom: 170px;
    padding-inline: 5.3333333333vw;
  }
}
#addicthy-color .whats__inner {
  max-width: 1100px;
  margin: auto;
}
#addicthy-color .whats__title {
  width: 500px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats__title {
    width: 258px;
  }
}
#addicthy-color .whats__title h2 {
  z-index: 2;
  position: relative;
  text-align: center;
  background: url(../img/addicthy-color/whats_title_texture.png) no-repeat top center #000;
  background-size: contain;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 21px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats__title h2 {
    padding-bottom: 14px;
  }
}
#addicthy-color .whats__title h2 .slide-in {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 5rem;
  letter-spacing: -0.01em;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats__title h2 .slide-in {
    font-size: 2.2rem;
  }
}
#addicthy-color .whats__title h2 .slide-in ~ .slide-in {
  margin-top: -0.4em;
}
#addicthy-color .whats__title h2 .slide-in ~ .slide-in .slide-in_inner {
  background: url(../img/addicthy-color/whats_title_texture.png) no-repeat bottom 20px center #000;
  background-size: contain;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#addicthy-color .whats__title h2 .leftAnime {
  opacity: 0;
}
#addicthy-color .whats__title h2 .slide-in_inner {
  display: inline-block;
  background: url(../img/addicthy-color/whats_title_texture.png) no-repeat top center #000;
  background-size: contain;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#addicthy-color .whats__title h2 .slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
#addicthy-color .whats__title h2 .slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
#addicthy-color .whats__title .line {
  display: block;
  width: 500px;
  height: 36px;
  background: url(../img/addicthy-color/whats_title_line.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease 0.5s;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats__title .line {
    width: 251px;
    height: 25px;
    background: url(../img/addicthy-color/whats_title_line_sp.svg) no-repeat center center;
    background-size: contain;
  }
}
#addicthy-color .whats__title .line.is-show {
  clip-path: inset(0);
}
#addicthy-color .whats__title::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 190px;
  background: url(../img/addicthy-color/whats_title_bg.webp) no-repeat center center;
  background-size: contain;
  right: -90px;
  top: -10px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats__title::before {
    width: 80px;
    height: 102px;
    right: -9px;
    top: -5px;
  }
}
#addicthy-color .whats__content {
  width: 780px;
  margin-inline: auto;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 192px 1fr;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats__content {
    grid-template-columns: 1fr;
    gap: 32px;
    width: 100%;
    box-sizing: border-box;
  }
  #addicthy-color .whats__content figure {
    width: 136px;
    margin-inline: auto;
  }
}
#addicthy-color .whats__text {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats__text {
    font-size: 1.4rem;
  }
}
#addicthy-color .whats__name {
  font-size: 1.0rem;
  font-weight: 700;
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats__name {
    margin-top: 25px;
  }
}
#addicthy-color .whats__name span {
  font-size: 1.2rem;
  font-weight: 700;
  border: 2px solid #000;
  padding: 4px 12px;
  margin-top: 9px;
  display: inline-block;
}
#addicthy-color .whats__recommend {
  width: 780px;
  margin-inline: auto;
  margin-top: 70px;
  position: relative;
  background-color: #fff;
  padding-block: 20px 0;
  padding-inline: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats__recommend {
    width: 100%;
  }
}
#addicthy-color .whats__recommend::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background: url(../img/addicthy-color/whats_recommend_fr.png) no-repeat center center;
  background-size: contain;
  top: -30px;
  left: 0;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats__recommend::before {
    background-size: 780px 30px;
  }
}
#addicthy-color .whats__recommend::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background: url(../img/addicthy-color/whats_recommend_fr.png) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats__recommend::after {
    background-size: 780px 30px;
  }
}
#addicthy-color .whats__recommend__title {
  text-align: center;
}
#addicthy-color .whats__recommend__title .en {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
}
#addicthy-color .whats__recommend__title .en span {
  background-color: #000;
  display: inline-block;
  padding: 4px 14px;
  position: relative;
}
#addicthy-color .whats__recommend__title .en span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/addicthy-color/title_bg.png) no-repeat center center;
  background-size: contain;
}
#addicthy-color .whats__recommend__title .ja {
  font-weight: 700;
  font-size: 1.0rem;
  margin-top: 12px;
}
#addicthy-color .whats__recommend__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  place-items: center;
  gap: 40px 147px;
  background: url(../img/addicthy-color/whats_img_02.webp) no-repeat center center;
  background-size: 147px 195px;
  padding-block: 40px 22px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats__recommend__content {
    grid-template-columns: 1fr;
    gap: 27px;
  }
}
#addicthy-color .whats__recommend__item {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
#addicthy-color .whats__recommend__item.--item01 {
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats__recommend__item.--item01 {
    grid-area: unset;
  }
}
#addicthy-color .whats__recommend__item.--item02 {
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats__recommend__item.--item02 {
    grid-area: unset;
  }
}
#addicthy-color .whats__recommend__item.--item03 {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats__recommend__item.--item03 {
    grid-area: unset;
    margin-top: 222px;
  }
}
#addicthy-color .whats__recommend__item.--item04 {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats__recommend__item.--item04 {
    grid-area: unset;
  }
}
#addicthy-color .whats__recommend__item span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats__recommend__item span {
    font-size: 1.0rem;
    padding-left: 28px;
  }
}
#addicthy-color .whats__recommend__item span::before {
  position: absolute;
  content: "“";
  font-family: "EB Garamond", serif;
  line-height: 1;
  color: #E2D301;
  font-size: 2rem;
  left: 0;
  top: -14px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .whats__recommend__item span::before {
    font-size: 2.4rem;
    top: -6px;
  }
}
#addicthy-color .lineup {
  background-color: #E5E5E3;
  position: relative;
}
@media screen and (max-width: 750px) {
  #addicthy-color .lineup {
    padding-inline: 5.3333333333vw;
  }
}
#addicthy-color .lineup::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  top: -10px;
  left: 0;
  background: url(../img/addicthy-color/texture_lineup.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #addicthy-color .lineup::before {
    top: -5px;
    height: 20px;
    background-size: 1000px 20px;
  }
}
#addicthy-color .lineup__inner {
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
  padding-block: 200px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .lineup__inner {
    padding-block: 121px 136px;
  }
}
#addicthy-color .lineup__title {
  position: absolute;
  top: -35px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .lineup__title {
    top: -20px;
  }
}
#addicthy-color .lineup__title .en {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 6.2rem;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #addicthy-color .lineup__title .en {
    font-size: 3rem;
  }
}
#addicthy-color .lineup__title .en::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 200px;
  background: url(../img/addicthy-color/lineup_title_bg.png) no-repeat center center;
  background-size: contain;
  top: -53px;
  right: -80px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #addicthy-color .lineup__title .en::before {
    width: 97px;
    height: 121px;
    top: -26px;
    right: -39px;
  }
}
#addicthy-color .lineup__title .en span {
  position: relative;
  z-index: 2;
  background: url(../img/addicthy-color/title_texture.webp) no-repeat center center #000;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*&::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/addicthy-color/title_texture.webp) no-repeat center center;
    background-size: contain;
    top: 0;
    left: 0;         
  }*/
}
#addicthy-color .lineup__title .ja {
  font-weight: 700;
  font-size: 1.0rem;
  display: block;
  padding-left: 16px;
  position: relative;
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  #addicthy-color .lineup__title .ja {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
#addicthy-color .lineup__title .ja::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #C3B607;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#addicthy-color .lineup__list {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #addicthy-color .lineup__list {
    flex-direction: column;
    gap: 45px;
    width: 264px;
    margin-inline: auto;
  }
}
#addicthy-color .lineup__list li {
  width: 300px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .lineup__list li {
    width: 100%;
  }
}
#addicthy-color .lineup__list li a {
  display: block;
}
#addicthy-color .lineup figure {
  position: relative;
}
#addicthy-color .lineup figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(170, 170, 170);
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
#addicthy-color .lineup figure::after {
  content: "VIEW COLORS";
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
  opacity: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Jost", serif;
  text-align: center;
  transition: opacity 0.3s;
}
#addicthy-color .lineup__name {
  position: relative;
  z-index: 3;
}
#addicthy-color .lineup__name h3 {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 2.8rem;
  color: #fff;
  margin-top: -22px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .lineup__name h3 {
    font-size: 2.2rem;
    margin-top: -14px;
  }
}
#addicthy-color .lineup__name h3 .bg {
  background-color: #000;
  display: inline-block;
  padding: 4px 14px;
  position: relative;
}
#addicthy-color .lineup__name h3 .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/addicthy-color/title_bg.png) no-repeat center center;
  background-size: contain;
}
#addicthy-color .lineup__name .en {
  transition: opacity 0.3s;
}
#addicthy-color .lineup__name .ja {
  font-weight: 700;
  font-size: 1.0rem;
  margin-top: 10px;
  padding-left: 23px;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  #addicthy-color .lineup__name .ja {
    font-size: 1.2rem;
    padding-left: 21px;
  }
}
#addicthy-color .lineup__name .ja::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 2px;
  background-color: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  #addicthy-color .lineup__name .ja::before {
    width: 15px;
  }
}
#addicthy-color .lineup__desc {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 14px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  #addicthy-color .lineup__desc {
    margin-top: 13px;
    font-size: 1.0rem;
  }
}
#addicthy-color .lineup a {
  display: block;
}
@media (hover: hover) {
  #addicthy-color .lineup a:hover:where(:any-link, :enabled, summary):hover figure::before {
    opacity: 1;
  }
  #addicthy-color .lineup a:hover:where(:any-link, :enabled, summary):hover figure::after {
    opacity: 1;
  }
  #addicthy-color .lineup a:hover:where(:any-link, :enabled, summary):hover .en {
    opacity: 0.4;
  }
  #addicthy-color .lineup a:hover:where(:any-link, :enabled, summary):hover .ja {
    opacity: 0.4;
  }
  #addicthy-color .lineup a:hover:where(:any-link, :enabled, summary):hover .lineup__desc {
    opacity: 0.4;
  }
}
#addicthy-color .qa {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa {
    padding-inline: 5.3333333333vw;
  }
}
#addicthy-color .qa::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  top: -10px;
  left: 0;
  background: url(../img/addicthy-color/texture_qa.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa::before {
    top: -5px;
    height: 20px;
    background-size: 1000px 20px;
  }
}
#addicthy-color .qa__inner {
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
  padding-block: 200px 140px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa__inner {
    padding-block: 121px 60px;
  }
}
#addicthy-color .qa__title {
  position: absolute;
  top: -35px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa__title {
    top: -20px;
  }
}
#addicthy-color .qa__title .en {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 7.2rem;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa__title .en {
    font-size: 4rem;
  }
}
#addicthy-color .qa__title .en::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 200px;
  background: url(../img/addicthy-color/lineup_title_bg.png) no-repeat center center;
  background-size: contain;
  top: -53px;
  right: -80px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa__title .en::before {
    width: 97px;
    height: 121px;
    top: -26px;
    right: -49px;
  }
}
#addicthy-color .qa__title .en span {
  position: relative;
  z-index: 2;
  background: url(../img/addicthy-color/title_texture.webp) no-repeat center center #000;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*&::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/addicthy-color/title_texture.webp) no-repeat center center;
    background-size: cover;
    top: 0;
    left: 0;         
  }*/
}
#addicthy-color .qa__title .ja {
  font-weight: 700;
  font-size: 1.0rem;
  display: block;
  padding-left: 16px;
  position: relative;
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa__title .ja {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
#addicthy-color .qa__title .ja::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #C3B607;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#addicthy-color .qa__content {
  margin-inline: auto;
  width: 780px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa__content {
    width: 100%;
  }
}
#addicthy-color .qa__item {
  border-bottom: 2px solid #000;
}
#addicthy-color .qa__item:first-child {
  border-top: 2px solid #000;
}
#addicthy-color .qa__question {
  padding-block: 28px;
  padding-inline: 8px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa__question {
    padding-block: 20px;
    padding-inline: 5px;
  }
}
#addicthy-color .qa__question::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/addicthy-color/qa_arrow.png) no-repeat center center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa__question::after {
    right: 5px;
    width: 18px;
    height: 18px;
  }
}
@media (hover: hover) {
  #addicthy-color .qa__question:hover:hover {
    background-color: #EAEAEA;
  }
}
#addicthy-color .qa__question.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
@media (hover: hover) {
  #addicthy-color .qa__question.is-open:hover:hover {
    background-color: transparent;
  }
}
#addicthy-color .qa__question .q {
  font-weight: 600;
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa__question .q {font-size: 1.6rem;
  }
}
#addicthy-color .qa__question .q__text {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa__question .q__text {
    font-size: 1.2rem;
    padding-right: 30px;
  }
}
#addicthy-color .qa__answer {
  display: none;
}
#addicthy-color .qa__grid {
  padding-bottom: 28px;
  padding-inline: 8px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa__grid {
    padding-bottom: 24px;
    padding-inline: 5px;
  }
}
#addicthy-color .qa__grid .a {
  font-weight: 600;
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa__grid .a {font-size: 1.6rem;
  }
}
#addicthy-color .qa__grid .a__text {
  font-size: 1.0rem;
  font-weight: 700;
  color: #62625B;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa__grid .a__text {
    font-size: 1.0rem;
  }
}
#addicthy-color .qa__note {
  font-size: 1.0rem;
  font-weight: 700;
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa__note {
    font-size: 1.2rem;
  }
}
#addicthy-color .qa__note a {
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s;
  background: url(../img/addicthy-color/icon_blank.png) no-repeat right center;
  background-size: 16px 12px;
  padding-right: 24px;
}
@media (hover: hover) {
  #addicthy-color .qa__note a:where(:any-link, :enabled, summary):hover:hover {
    color: #62625B;
  }
}
#addicthy-color .qa-insta__content {
  margin-top: 58px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa-insta__content {
    margin-top: 35px;
  }
}
#addicthy-color .qa-insta__content__text {
  text-align: center;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa-insta__content__text {
    font-size: 1.0rem;
  }
}
#addicthy-color .qa-insta__content__btn {
  width: 240px;
  box-sizing: border-box;
  border: 2px solid #000;
  margin-inline: auto;
  margin-top: 38px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .qa-insta__content__btn {
    margin-top: 30px;
  }
}
#addicthy-color .qa-insta__content__btn a {
  display: block;
  color: #000;font-size: 1.6rem;
  font-family: "Jost", serif;
  text-align: center;
  padding-block: 11px;
  transition: background-color 0.3s, color 0.3s;
}
#addicthy-color .qa-insta__content__btn a span {
  display: inline-block;
  padding-inline: 52px 33px;
  position: relative;
  line-height: 32px;
}
#addicthy-color .qa-insta__content__btn a span::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(../img/addicthy-color/insta_icon.png) no-repeat center center;
  background-size: contain;
  top: 0;
  left: 0;
}
#addicthy-color .qa-insta__content__btn a span::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #000;
  mask: url(../img/addicthy-color/insta_arrow.png) no-repeat center center;
  mask-size: 13px 13px;
  top: 9px;
  right: 0;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  #addicthy-color .qa-insta__content__btn a:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #000;
  }
  #addicthy-color .qa-insta__content__btn a:where(:any-link, :enabled, summary):hover:hover span::after {
    background-color: #fff;
  }
}
#addicthy-color .product {
  background-color: #fff;
  background: linear-gradient(180deg, #000 504px, #fff 504px);
}
@media screen and (max-width: 750px) {
  #addicthy-color .product {
    padding-inline: 5.3333333333vw;
    background: linear-gradient(180deg, #000 258px, #fff 258px);
  }
}
#addicthy-color .product__inner {
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
  padding-block: 86px 180px;
  padding-inline: 80px;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  #addicthy-color .product__inner {
    padding-block: 56px 136px;
    padding-inline: 5.3333333333vw;
  }
}
#addicthy-color .product__inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(244, 66, 148) 0%, rgb(248, 119, 188) 11%, rgb(200, 112, 239) 22%, rgb(157, 105, 227) 33%, rgb(114, 114, 234) 44%, rgb(97, 157, 209) 55%, rgb(102, 209, 180) 66%, rgb(183, 232, 104) 77%, rgb(219, 219, 99) 88%, rgb(235, 192, 72) 100%);
}
#addicthy-color .product__title .en {
  font-family: "Italiana", serif;
  font-weight: 400;
  font-size: 5rem;
}
@media screen and (max-width: 750px) {
  #addicthy-color .product__title .en {
    font-size: 2.2rem;
  }
}
#addicthy-color .product__title .en span {
  position: relative;
  z-index: 2;
}
#addicthy-color .product__title .ja {
  font-weight: 700;
  margin-top: 3px;
  font-size: 1.2rem;
}
@media screen and (min-width: 751px) {
  #addicthy-color .product__title .ja {
    margin-top: 14px;
    font-size: 1.0rem;
  }
}
#addicthy-color .product__title .desc {
  font-weight: 700;
  font-size: 1.2rem;
  display: block;
  margin-top: 36px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .product__title .desc {
    font-size: 1.2rem;
    margin-top: 21px;
  }
}
#addicthy-color .product__figure {
  margin-top: 57px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .product__figure {
    margin-top: 35px;
  }
}
#addicthy-color .product__figure figcaption {
  font-size: 1.0rem;
  font-weight: 700;
  margin-top: 12px;
}
#addicthy-color .product__figure figcaption span {
  font-size: 1.2rem;
  margin-left: 0.5em;
}
@media screen and (max-width: 750px) {
  #addicthy-color .product__figure figcaption span {
    margin-left: 0;
    display: block;
  }
}
#addicthy-color .product__point {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .product__point {
    grid-template-columns: 1fr;
    gap: 37px;
  }
}
#addicthy-color .product__point h3 {
  border-bottom: 4px solid #000;
  padding-bottom: 8px;
}
#addicthy-color .product__point h3.point01 img {
  width: 103px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .product__point h3.point01 img {
    width: 89px;
  }
}
#addicthy-color .product__point h3.point02 img {
  width: 113px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .product__point h3.point02 img {
    width: 100px;
  }
}
#addicthy-color .product__text {
  margin-top: 20px;font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #addicthy-color .product__text {
    font-size: 1.7rem;
  }
}
#addicthy-color .product__text sup {
  font-size: 1rem;
}
#addicthy-color .product__desc {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 18px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .product__desc {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}
#addicthy-color .product__note {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 18px;
  display: flex;
}
@media screen and (max-width: 750px) {
  #addicthy-color .product__note {
    margin-top: 15px;
  }
}
#addicthy-color .product__note .num {
  margin-right: 0.5em;
}
#addicthy-color .product__btn {
  width: 400px;
  margin-top: 57px;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  #addicthy-color .product__btn {
    width: 100%;
    margin-top: 36px;
  }
}
#addicthy-color .product__btn a {
  display: block;
  color: #fff;
  background-color: #000;
  font-family: "Jost", serif;
  font-weight: 400;font-size: 1.6rem;
  text-align: center;
  line-height: 50px;
  border: 2px solid #000;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
#addicthy-color .product__btn a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  mask: url(../img/addicthy-color/product_plus.png) no-repeat center center;
  mask-size: 20px 20px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  #addicthy-color .product__btn a::before {
    right: 16px;
  }
}
@media (hover: hover) {
  #addicthy-color .product__btn a:where(:any-link, :enabled, summary):hover {
    color: #000;
    background-color: #fff;
  }
  #addicthy-color .product__btn a:where(:any-link, :enabled, summary):hover:hover::before {
    background-color: #000;
  }
}
#addicthy-color .product__detail {
  text-align: right;
  font-size: 1.0rem;
  font-weight: 700;
  margin-top: 22px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .product__detail {
    font-size: 1.2rem;
  }
}
#addicthy-color .product__detail a {
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s;
}
@media (hover: hover) {
  #addicthy-color .product__detail a:where(:any-link, :enabled, summary):hover:hover {
    color: #62625B;
  }
}
#addicthy-color .recommend {
  position: relative;
}
@media screen and (max-width: 750px) {
  #addicthy-color .recommend {
    padding-inline: 5.3333333333vw;
  }
}
#addicthy-color .recommend::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  top: -10px;
  left: 0;
  background: url(../img/addicthy-color/texture_recommend.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #addicthy-color .recommend::before {
    top: -5px;
    height: 20px;
    background-size: 1000px 20px;
  }
}
#addicthy-color .recommend__inner {
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
  padding-block: 200px 180px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .recommend__inner {
    padding-block: 121px 117px;
  }
}
#addicthy-color .recommend__title {
  position: absolute;
  top: -35px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .recommend__title {
    top: -20px;
  }
}
#addicthy-color .recommend__title .en {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 7.2rem;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #addicthy-color .recommend__title .en {
    font-size: 4rem;
  }
}
#addicthy-color .recommend__title .en::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 200px;
  background: url(../img/addicthy-color/lineup_title_bg.png) no-repeat center center;
  background-size: contain;
  top: -53px;
  right: -80px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #addicthy-color .recommend__title .en::before {
    width: 97px;
    height: 121px;
    top: -26px;
    right: -39px;
  }
}
#addicthy-color .recommend__title .en span {
  position: relative;
  z-index: 2;
  background: url(../img/addicthy-color/title_texture.webp) no-repeat center center #000;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*&::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;

    top: 0;
    left: 0;
  }*/
}
#addicthy-color .recommend__title .ja {
  font-weight: 700;
  font-size: 1.0rem;
  display: block;
  padding-left: 16px;
  position: relative;
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  #addicthy-color .recommend__title .ja {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
#addicthy-color .recommend__title .ja::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #C3B607;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#addicthy-color .recommend__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .recommend__list {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
#addicthy-color .recommend figure {
  position: relative;
}
#addicthy-color .recommend figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(170, 170, 170);
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
#addicthy-color .recommend figure::after {
  content: "VIEW MORE";
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
  opacity: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Jost", serif;
  text-align: center;
  transition: opacity 0.3s;
}
#addicthy-color .recommend__desc {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 14px;
  min-height: 3.3em;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  #addicthy-color .recommend__desc {
    font-size: 1.2rem;
    min-height: auto;
  }
}
#addicthy-color .recommend__date {
  font-size: 1.0rem;
  font-weight: 500;
  font-family: "Jost", serif;
  text-align: center;
  margin-top: 7px;
  color: #62625B;
  transition: opacity 0.3s;
}
#addicthy-color .recommend a {
  display: block;
}
@media (hover: hover) {
  #addicthy-color .recommend a:hover:where(:any-link, :enabled, summary):hover figure::before {
    opacity: 1;
  }
  #addicthy-color .recommend a:hover:where(:any-link, :enabled, summary):hover figure::after {
    opacity: 1;
  }
  #addicthy-color .recommend a:hover:where(:any-link, :enabled, summary):hover .recommend__desc {
    opacity: 0.4;
  }
  #addicthy-color .recommend a:hover:where(:any-link, :enabled, summary):hover .recommend__date {
    opacity: 0.4;
  }
}
#addicthy-color .bnr {
  background-color: #F4F2F7;
  padding: 60px 0;
}
@media screen and (max-width: 750px) {
  #addicthy-color .bnr {
    padding: 40px 5.3333333333vw;
  }
}
#addicthy-color .bnr-inner {
  max-width: 1100px;
  margin: auto;
}
#addicthy-color .bnr-inner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .bnr-inner__list {
    display: block;
  }
}
#addicthy-color .bnr-inner__list__item {
  width: 520px;
}
@media screen and (max-width: 750px) {
  #addicthy-color .bnr-inner__list__item {
    width: 100%;
  }
  #addicthy-color .bnr-inner__list__item ~ .bnr-inner__list__item {
    margin-top: 30px;
  }
}
#addicthy-color .bnr-inner__list__item picture {
  display: block;
  position: relative;
}
#addicthy-color .bnr-inner__list__item picture::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(170, 170, 170);
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
#addicthy-color .bnr-inner__list__item figcaption {
  margin-top: 12px;
  font-size: 1.0rem;
  font-weight: 300;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  #addicthy-color .bnr-inner__list__item figcaption {
    margin-top: 10px;
  }
}
#addicthy-color .bnr-inner__list__item figcaption span {
  padding-right: 27px;
  background: url(../img/addicthy-color/icon_blank.png) no-repeat right center;
  background-size: 15px 10px;
}
@media (hover: hover) {
  #addicthy-color .bnr-inner__list__item:hover:hover picture::before {
    opacity: 1;
  }
  #addicthy-color .bnr-inner__list__item:hover:hover figcaption {
    opacity: 0.4;
  }
}

/* modal-video*/
.modal-video {
  background-color: rgba(0, 0, 0, 0.7);
  animation: none;
}
.modal-video-body {
  max-width: 980px;
}
@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px;
  }
}
.modal-video-movie-wrap {
  animation: none;
}
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -48px;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: none;
  background: transparent;
}
@media screen and (max-width: 750px) {
  .modal-video-close-btn {
    top: -44px;
    width: 32px;
    height: 32px;
  }
}
.modal-video-close-btn::before, .modal-video-close-btn::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 56px;
  top: 50%;
  left: -8px;
  margin-top: -1px;
  background: #fff;
  border-radius: 0;
}
@media screen and (max-width: 750px) {
  .modal-video-close-btn::before, .modal-video-close-btn::after {
    width: 44px;
    left: -6px;
  }
}

/* //modal-video*/
.modal__header {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .modal__header {
    grid-template-columns: 1fr;
    gap: unset;
  }
}
.modal__figure {
  position: relative;
}
.modal__figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(170, 170, 170);
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.modal__figure::after {
  content: "VIEW COLORS";
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
  opacity: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Jost", serif;
  text-align: center;
  transition: opacity 0.3s;
}
.modal__item {
  padding-right: 40px;
}
@media screen and (max-width: 750px) {
  .modal__item {
    padding: 20px 5.3333333333vw 15px;
  }
}
.modal__name h3 {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 2.8rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .modal__name h3 {
    font-size: 2.2rem;
  }
}
.modal__name h3 .bg {
  background-color: #000;
  display: inline-block;
  padding: 4px 14px;
  position: relative;
  z-index: 2;
}
.modal__name h3 .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/addicthy-color/title_bg.png) no-repeat center center #000;
  background-size: contain;
  z-index: 2;
}
.modal__name h3 .bg::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 126px;
  background: url(../img/addicthy-color/lineup_title_bg.png) no-repeat center center;
  background-size: contain;
  right: -65px;
  top: -67px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .modal__name h3 .bg::after {
    width: 86px;
    height: 108px;
    right: -47px;
    top: -17px;
  }
}
.modal__name .en {
  transition: opacity 0.3s;
  z-index: 3;
  position: relative;
}
.modal__name .ja {
  font-weight: 700;
  font-size: 1.0rem;
  margin-top: 10px;
  padding-left: 23px;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  .modal__name .ja {
    font-size: 1.2rem;
    margin-top: 10px;
    padding-left: 21px;
  }
}
.modal__name .ja::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 2px;
  background-color: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .modal__name .ja::before {
    width: 15px;
  }
}
.modal__colors {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 3.5rem;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .modal__colors {
    font-size: 2.8rem;
    margin-top: 9px;
  }
}
.modal__desc {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .modal__desc {
    font-size: 1.2rem;
    margin-top: 28px;
  }
}
.modal__body {
  padding: 50px 40px;
}
@media screen and (max-width: 750px) {
  .modal__body {
    padding: 20px 5.3333333333vw;
  }
}
.modal__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px 20px;
}
@media screen and (max-width: 750px) {
  .modal__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 29px 17px;
  }
}
.modal__list .color {
  margin-top: 12px;
  letter-spacing: normal;
}
.modal__list .color span {
  display: block;
}
.modal__list .en {
  font-family: "Jost", serif;font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .modal__list .en {
    font-size: 1.7rem;
  }
}
.modal__list .ja {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .modal__list .ja {
    font-size: 1.2rem;
  }
}

.modal-color {
  padding: 60px 40px;
}
@media screen and (max-width: 750px) {
  .modal-color {
    padding: 40px 5.3333333333vw;
  }
}
.modal-color__title {
  font-family: "Italiana", serif;
  font-size: 5rem;
}
@media screen and (max-width: 750px) {
  .modal-color__title {
    font-size: 2.2rem;
  }
}
.modal-color__ja {
  font-size: 1.0rem;
  font-weight: 700;
  margin-top: 14px;
}
@media screen and (max-width: 750px) {
  .modal-color__ja {
    font-size: 1.2rem;
    margin-top: 3px;
  }
}
.modal-color__content {
  margin-top: 56px;
  margin-inline: auto;
  max-width: 540px;
}
@media screen and (max-width: 750px) {
  .modal-color__content {
    margin-top: 35px;
    max-width: 65.8666666667vw;
  }
}
.modal-color__item ~ .modal-color__item {
  margin-top: 38px;
}
.modal-color__item__title span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 3px 10px;
}
@media screen and (max-width: 750px) {
  .modal-color__item__title span {
    font-size: 1.2rem;
  }
}
.modal-color__item__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media screen and (max-width: 750px) {
  .modal-color__item__content {
    grid-template-columns: 1fr;
  }
}
.modal-color__item__list {
  padding-left: 16px;
}
@media screen and (max-width: 750px) {
  .modal-color__item__list {
    padding-left: 0;
  }
}
.modal-color__item__list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 12px;
}
.modal-color__item__list li ~ li {
  margin-top: 20px;
}
.modal-color__item__list li .ja {
  display: block;
  font-weight: 700;
  font-size: 1.0rem;
}
.modal-color__item__list li .en {
  display: block;
  font-weight: 700;
  font-size: 1.3rem;
}

.modal-details {
  padding: 60px 40px;
  background-color: #EFEFEF;
}
@media screen and (max-width: 750px) {
  .modal-details {
    padding: 40px 5.3333333333vw;
  }
}
.modal-details__title {
  font-family: "Italiana", serif;
  font-size: 5rem;
}
@media screen and (max-width: 750px) {
  .modal-details__title {
    font-size: 2.2rem;
  }
}
.modal-details__ja {
  font-size: 1.0rem;
  font-weight: 700;
  margin-top: 14px;
}
@media screen and (max-width: 750px) {
  .modal-details__ja {
    font-size: 1.2rem;
    margin-top: 3px;
  }
}
.modal-details__content {
  margin-top: 56px;
  margin-inline: auto;
  max-width: 540px;
  /* &__title {
     font-weight: 700;
     font-size: 1.2rem;
     border-bottom: 4px solid #000;
     padding-bottom: 3px;
   }
   &__list {
     margin-top: 20px;
     & + .modal-details__content__title {
       margin-top: 33px;
     }
   }*/
}
@media screen and (max-width: 750px) {
  .modal-details__content {
    margin-top: 35px;
    max-width: none;
  }
}
.modal-details__content__item {
  padding-left: 16px;
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .modal-details__content__item {
    font-size: 1.5rem;
  }
}
.modal-details__content__item sup {
  font-size: 1rem;
}
.modal-details__content__item span {
  font-size: 1.0rem;
}
@media screen and (max-width: 750px) {
  .modal-details__content__item span {
    font-size: 1.3rem;
  }
}
.modal-details__content__item::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  left: 0;
  top: 0.5em;
}
.modal-details__content__item ~ .modal-details__item {
  margin-top: 7px;
}