@charset "UTF-8";

body {
  background-color: rgb(33, 33, 33);
}


.ly-content {
  background-color: #dfd4c9;
  margin: auto;
}

.content__title {
  height: 90px;
  margin: 0px auto;
  /* padding-top: 90px; */
  /* padding-bottom: 60px; */
  text-align: center;
  /* margin: auto; */
  /* background-color: #002E84; */
}

.content__subtitle {
  /* height: 80px; */
  margin: 0px auto;
  /* padding-top: 50px; */
  padding-bottom: 30px;
  text-align: center;
  /* margin: auto; */
  /* background-color: #002E84; */
}

.content__title h2 {
  font-weight: 400;
  font-size: 3.2rem;
}

.content__title h3 {
  font-weight: 400;
  font-size: 2.8rem;
}

.content__subtitle h4 {
  font-weight: 200;
  font-size: 2rem;

}

.content-inner {
  margin: auto;
  padding-top: 100px;
}

.flex__content {
  display: flex;
  flex-wrap: wrap;
  gap: 37px;
  row-gap: 60px;
  justify-content: space-evenly;
  margin-bottom: 100px;
}

.ly-card--null {
  width: 210px;
  height: 380px;
}

.ly-card .container-min-500 {
  display: none !important;
}

.ly-card {
  width: 210px;
  height: 380px;
}

#ly-submenu {
  max-width: 700px;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 50px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);


}

#ly-submenu .m_fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  /* 左端を中央に移動 */
  transform: translateX(-50%);
  /* 要素を左右中央に配置 */
  padding-top: 10px;
  padding-bottom: 10px;
}

#ul-submenu {
  background-color: rgb(255, 255, 255);
  z-index: 2;
}


.flex-submenu {
  width: 100%;
  margin: auto;
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}



.submenu__item {
  font-size: 1.6rem;
  text-align: center;
  /* display: block; */
  min-width: 16%;
  padding: 7px 0;
  /* background-color: aqua; */
}

#ly-submenu .m_fixed .submenu__item {
  min-width: 11%;
}

.submenu__item:hover {
  color: rgb(89, 89, 89);
  text-decoration: underline;
  text-underline-offset: 8px;
}

.coming-soon {
  margin: auto;

}

.sample-picture-frame {
  /* background-color: blue; */
  /* width: 600px; */
  height: 270px;
  border-radius: 45px;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, .25);
  border-width: 0.3px;
  border-color: #939393;
  border-style: solid;
  z-index: 1;
}

.sample-picture--cord {
  /* background-color: burlywood; */
  /* mix-blend-mode: multiply; */
  /* width: 600px; */
  vertical-align: bottom;
  list-style: none;
  padding: 0;
}

.sample-picture--tip {
  vertical-align: bottom;
  list-style: none;
  padding: 0;
}

.change-standard-cord {
  display: block;
  margin: 0 auto;
  transition: opacity 0.5s;
  max-width: 300px;
  object-fit: cover;
}

.change-standard-tip {
  display: block;
  margin: 0 auto;
  transition: opacity 0.5s;
  max-width: 300px;
  object-fit: cover;

}

.hidden {
  opacity: 0;
  transition: opacity 0.5s;
}

.item-dropShadow {
  filter: drop-shadow(1px 3px 3px #aaa);
}



/* .sample-picture--cord li {
  cursor: pointer;
  padding: 10px;
  background-color: #ddd;
  border-radius: 5px;
  transition: background-color 0.3s;
} */


.ly-name-tip {
  display: flex;
  /* background-color: #002E84; */
}

.ly-product {
  /* background-color: #5E5E5E; */
  padding-top: 60px;
  padding-bottom: 120px;


}

.ly-product h3 {
  /* background-color: #002E84; */
  /* padding-top: 60px; */
}

.ly-product-flex {
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 50px;
  margin: auto;
  align-items: flex-start;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.product-frame {
  min-width: 180px;
  min-height: 330px;
  text-align: center;
  flex-direction: column;
  background-color: #ffffff;
  transition: all 0.6s ease;
  /* よりゆっくりとした変化 */
  animation: fadeIn 0.5s ease-out forwards;
  /* 1秒間でふわっと表示 */
  opacity: 0;
  /* 初期状態は透明 */
  padding-bottom: 20px;
}

.product-frame:hover {
  transform: translateY(-10px);
  /* 上に浮かぶ */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  /* ホバー時の影を強く */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
    /* 下からふわっと現れる */
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    /* 元の位置に戻る */
  }
}

.card {
  width: 100px;
  height: 300px;
  background-color: #f0f0f0;
  border-radius: 10px;
  animation: fadeIn 1s ease-out;
  /* 1秒間でふわっと表示 */
  opacity: 0;
  /* 初期状態は透明 */
}

.sample-card {
  display: inline-block;
  margin-top: 24px;
  width: 90px;
  height: 120px;
  background-color: #002E84;
}

.product-name-ja {
  width: 150px;
  height: 40px;
  margin: auto;
  word-wrap: break-word;
  margin-top: 19px;
}

.product-detail {
  margin: auto;
  margin-top: 15px;
}

.product-detail td:first-child {
  padding-right: 11px;
  /* 品番の列に右側の余白を設定 */
}

.product-detail td:nth-child(2) {
  text-align: left;
  /* 3114-Tの列を左揃えに */
}

td {
  vertical-align: top;
}




.name-tip {
  margin: auto;
  /* background-color: #002E84; */
}

.name-tip img {
  margin: auto;
  /* background-color: #997c7c; */
}

.Palette-Frame {
  display: flex;
  padding-bottom: 30px;
  /* background-color: yellowgreen; */
  justify-content: space-between;
}

.Palette {
  display: inline-block;
  list-style: none;
  background-color: #f30909;
}

.shape--tips {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.cord--Button {
  /* cursor: pointer; */
  padding: 10px;
  /* background-color: #ddd; */
  border-radius: 5px;
  transition: background-color 0.3s;
}

.tip--Button {
  /* cursor: pointer; */
  padding: 10px;
  /* background-color: #ddd; */
  border-radius: 5px;
  transition: background-color 0.3s;
}

.cord--Button li:hover {
  opacity: 0.5;
}

/* .image-display {
  display: flex;
  justify-content: center;
  margin: auto;
  width: 600px;
  object-fit: cover;
} */

.shape--cord {
  width: 60px;
  height: 20px;
  border-width: 0.3px;
  border-color: #939393;
  border-style: solid;
}

.color-name {
  height: 50px;
  margin: 0px auto;
  text-align: center;
  padding-top: 25px;
}


.image-selector {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
}

.image-selector li {
  cursor: pointer;
  padding: 10px;
  background-color: #ddd;
  border-radius: 5px;
  transition: background-color 0.3s;
}



.content__img {
  width: 210px;
  height: 259px;
  background-color: #eeeeee;
}

.flex-card__title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.card__size {
  font-size: 1.8rem;
  line-height: 100%;
  padding-right: 20px;
}

.ly-note {
  /* background-color: rgb(255, 255, 255); */
  width: 100%;
  padding-bottom: 120px;
  margin: auto;
}

.note_container {
  max-width: 540px;
  margin: auto;
  padding: 10px 10px 10px 10px;
  background-color: rgba(255, 255, 255, 1);
}

.note_h1 {
  list-style: none;
  font-size: 21px;
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: center;
}

.note-h2 {
  list-style: none;
  font-size: 16px;
  padding-bottom: 7px;
}

.note-text {
  list-style: none;
  font-size: 12px;
  padding-bottom: 24px;
  line-height: 150%;
}

.card__spec {
  font-size: 1.2rem;
  line-height: 150%;
  padding-top: 5px;
  padding-left: 15px;
}

.ly-photo-area {
  height: 350px;
  /* background-color: #002E84; */
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 50px;
  gap: 10px;
}

.photo-1 {
  display: inline-block;
  /* width: 100%; */
  /* height: auto; */
  max-width: 280px;
  max-height: 280px;
  object-fit: cover;
  object-position: 0 100%;
}

.banner_6941 {
  min-width: 340px;
  padding-bottom: 20px;
  margin: auto;
}

.back-6941 {
  background-color: rgba(198, 198, 198, 0.987);
  background-image: url(../img/card_intro_pic-Area_2.png);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center 25%;
}