@charset "UTF-8";

.ly-top {
  width: 100%;
  height: 400px;
  background-image: url(../img/header-pic.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}


.gradation {
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: 1;
}

.gradation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(243, 243, 243, 0.789), rgba(255, 255, 255, 0.422), transparent 80%);
  z-index: 1;
}

.title__inner {
  margin: auto;
  /* padding-left: 3%; */
  padding-top: 8vw;
  z-index: 2;


}

.title {
  font-size: 6rem;
  font-weight: 400;
  z-index: 2;
  position: absolute;

}

.ly-intro {
  width: 100%;
  min-height: 450px;
  padding-bottom: 80px;
}

.flex-intro {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 100px 0; */
  padding-top: 100px;
}

.intro__leading {
  max-width: 25%;
  min-width: 250px;
  padding-bottom: 50px;
  /* padding: 0 4%; */
}

.intro-text__inner {
  padding-top: 10px;
  width: 430px;
  /* padding: 0 4%; */
}



.ly-sidebar {
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding-bottom: 80px;
}

.flex-sidebar {
  margin: auto;
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.sidebar__item {
  font-size: 2rem;
  text-align: center;
  display: block;
  width: 33.3333%;
  min-width: 180px;
  height: 60px;
  padding: 16px 0;
  border-left: 1px solid #000;
}

.sidebar__item:last-child {
  border-right: 1px solid #000;
}

.sidebar__item .a {
  color: aqua;
}

.sidebar__item:hover {
  color: rgb(255, 0, 0);
}

.ly-content {
  background-color: rgb(255, 255, 255);
  margin: auto;
}

.content__title {
  height: 80px;
  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: 50px;
}

.flex__content {
  display: flex;
  flex-wrap: wrap;
  gap: 37px;
  row-gap: 60px;
  justify-content: space-between;
  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 {
  padding-bottom: 50px;
  background-color: #ffffff;
}

#ly-submenu .m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

#ul-submenu {
  background-color: rgb(255, 255, 255);
  width: 100%;
  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: nowrap;
}



.submenu__item {
  font-size: 1.6rem;
  text-align: center;
  display: block;
  max-width: 20%;
  min-width: 120px;
  padding: 7px 0;

}


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



.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-sample {
  /* background-color: #5E5E5E; */
  padding-top: 120px;
}

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

.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;
}

.color--gl {
  background: linear-gradient(to right, #D0A900 0%, #FFFFFF 68%, #FFFCF3 71%, #FFF9E6 71%, #E7D173 100%);
}

.color--ag {
  background: linear-gradient(to right, #AB6F00 0%, #E4CEA4 68%, #D8BB85 71%, #AB6F00 100%);
}

.color--bn {
  background: linear-gradient(to right, #000000 0%, #5E5E5E 68%, #797979 71%, #151515 100%);
}

.color--hb {
  background-color: #0E0E0E;
}

.color--sv {
  background: linear-gradient(to right, #C0C0C0 0%, #FFFFFF 68%, #EFEFEF 71%, #C0C0C0 100%);
}

.color--dsv {
  background: linear-gradient(to right, #929292 0%, #D4D4D4 68%, #969696 100%);
}

.color--white {
  background-color: #FFFFFF;
}

.color--black {
  background-color: #303030;
}

.color--blue {
  background-color: #002E84;
}

.color--blank {
  background-color: #ffffff;
  border-color: #303030;
}


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

.card__bottom {}

.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-top: 80px;
  padding-bottom: 120px;
  margin: auto;
}

.note_container {
  max-width: 680px;
  min-width: 340px;
  margin: auto;
  padding: 10px 10px 10px 10px;
  background-color: rgba(230, 228, 228, 0.728);
}

.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%;
}