:root {
  --section_margin: 70px;
  --title_margin: 50px;
  --block_margin: 100px;
  --list_margin: 30px;
}

@media screen and (max-width: 768px) {
  :root {
    --section_margin: 40px;
    --title_margin: 35px;
    --block_margin: 50px;
    --list_margin: 20px;
  }
}

.wrapper {
  width: 100%;
  /* ---------------------TOP--------------------- */
  /* ---------------------TOP--------------------- */
  /* ---------------------INTRO--------------------- */
  /* ---------------------INTRO--------------------- */
  /* ---------------------ABOUT--------------------- */
  /* ---------------------ABOUT--------------------- */
  /* ---------------------PRODUCT--------------------- */
  /* ---------------------PRODUCT--------------------- */
  /* ---------------------INFORMATION--------------------- */
  /* ---------------------INFORMATION--------------------- */
  /* ---------------------MESSAGE--------------------- */
  /* ---------------------MESSAGE--------------------- */
  /* ---------------------LAST AREA--------------------- */
  /* ---------------------LAST AREA--------------------- */
}
.wrapper h1 {
  margin-top: 15px;
  font-size: clamp(49px, 11vw, 70px);
}
.wrapper h2 {
  font-size: clamp(24px, 3.5vw, 38px);
  letter-spacing: 0.14em;
  line-height: 1.6;
}
.wrapper h3 {
  font-size: clamp(36px, 5vw, 54px);
}
.wrapper h4 {
  font-size: clamp(22px, 3.7vw, 30px);
  letter-spacing: 0.12em;
  line-height: 1.9;
}
.wrapper h5 {
  font-size: clamp(15px, 1.7vw, 18px);
}
.wrapper p {
  font-size: clamp(13px, 1.7vw, 15px);
  line-height: 2;
}
.wrapper img {
  width: 100%;
  height: auto;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper section {
  margin-bottom: var(--section_margin, 80px);
}
.wrapper .container {
  width: 93%;
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper .TOP {
  width: 100%;
  height: calc(100vh - 114px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/fv.jpg) no-repeat center/cover;
  position: relative;
  z-index: 0;
}
.wrapper .TOP::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.wrapper .TOP .title {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.wrapper .TOP .title img {
  display: inline-block;
  width: clamp(75px, 50px + 2.7vw, 95px);
  height: clamp(75px, 50px + 2.7vw, 95px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: clamp(7px, 0.124px + 0.894vw, 13px);
	
}
.wrapper .TOP .title h1 {
  color: #fff;
  font-size: clamp(35px, 4.4vw, 60px);
  margin-top: 0;
  margin-bottom: clamp(7px, 0.124px + 0.894vw, 13px);
  text-align: center;
}
.wrapper .TOP .title span {
  font-size: clamp(15px, 1.8vw, 18px);
  color: #fff;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 550px) {
  .wrapper .TOP {
    background: url(../images/fv_sp.jpg) no-repeat center/cover;
  }
}
.wrapper .introArea h2 {
  margin-bottom: var(--title_margin);
  text-align: center;
}
.wrapper .introArea p {
  margin-bottom: var(--list_margin);
  text-align: center;
}
.wrapper .introArea p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .wrapper .introArea p {
    text-align: left;
  }
}
.wrapper .aboutContent {
  background: #EEF0F2;
  padding: 100px;
}
.wrapper .aboutContent .container {
  max-width: 1000px;
}
.wrapper .aboutContent .container .innerContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.wrapper .aboutContent .container .innerContainer .leftSide h4 {
  margin-bottom: var(--list_margin);
}
.wrapper .aboutContent .container .innerContainer .rightSide ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.wrapper .aboutContent .container .innerContainer .rightSide ul li p {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}
.wrapper .aboutContent .container .innerContainer .rightSide ul li p span {
  font-size: 13px;
  color: #B0B2AF;
}
@media screen and (max-width: 768px) {
  .wrapper .aboutContent {
    padding: 50px 0px;
  }
  .wrapper .aboutContent .container .innerContainer {
    grid-template-columns: 1fr;
  }
  .wrapper .aboutContent .container .innerContainer .rightSide ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .wrapper .aboutContent .container .innerContainer .rightSide ul li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
  }
  .wrapper .aboutContent .container .innerContainer .rightSide ul li p {
    margin-top: 0;
    text-align: left;
  }
}
.wrapper .productArea h1 {
  color: #B0B2AF;
  font-size: clamp(35px, 4.4vw, 60px);
  text-align: center;
}
.wrapper .productArea h1 span {
  display: block;
  font-size: 15px;
}
.wrapper .productArea .container .productLineup ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: var(--title_margin) 0;
  gap: clamp(15px, 9.27px + 0.745vw, 20px);
}
@media screen and (max-width: 770px) {
  .wrapper .productArea .container .productLineup ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-auto-rows: auto;
    gap: 3.5%;
	margin-bottom: 280px;
  }
}
.wrapper .productArea .container .productLineup .btnArea .base_btn {
  width: 20%;
  padding: 20px;
}
.wrapper .productArea .container .productLineup li a {
  width: 100%;
  display: block;
  transition: opacity 0.35s;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.wrapper .productArea .container .productLineup li a.soldItem {
  cursor: default;
  pointer-events: none;
  background-color: #EEF0F2;
}
.wrapper .productArea .container .productLineup li a .img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.618/1;
  overflow: hidden;
  transition: border-radius 0.6s;
}
.wrapper .productArea .container .productLineup li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s;
}
.wrapper .productArea .container .productLineup li a .text {
  width: 100%;
  padding: clamp(13px, 10.708px + 0.298vw, 15px) clamp(10px, 4.27px + 0.745vw, 15px);
}
.wrapper .productArea .container .productLineup li a .text .name {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: clamp(13px, 10.708px + 0.298vw, 15px);
}


.wrapper .productArea .container .productLineup li a .text .name h5 {
  font-size: clamp(14px, 11.708px + 0.298vw, 16px);
  margin-right: clamp(3px, 0.708px + 0.298vw, 5px);
}
.wrapper .productArea .container .productLineup li a .text .name h5 .small {
  font-size: 12px;
  margin-right: clamp(3px, 0.708px + 0.298vw, 5px);
}
.wrapper .productArea .container .productLineup li a .text .name p {
  font-size: clamp(10px, 7.708px + 0.298vw, 12px);
  line-height: 1.68;
}
.wrapper .productArea .container .productLineup li a .text .priceBox .currentPrice {
  font-size: clamp(11px, 8.708px + 0.298vw, 13px);
  line-height: 1;
  margin-bottom: clamp(3px, 0.708px + 0.298vw, 5px);
  display: flex;
  gap: clamp(1px, -1.292px + 0.298vw, 3px);
  align-items: baseline;
}
.wrapper .productArea .container .productLineup li a .text .priceBox .currentPrice > span {
  display: inline-block;
  font-size: clamp(14px, 11.708px + 0.298vw, 16px);
  line-height: 1;
}
.wrapper .productArea .container .productLineup li a .text .priceBox .pastPricesBox {
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: clamp(3px, 0.708px + 0.298vw, 5px);
       column-gap: clamp(3px, 0.708px + 0.298vw, 5px);
  justify-content: start;
}
.wrapper .productArea .container .productLineup li a .text .priceBox .pastPricesBox .pastPrice {
  font-size: clamp(11px, 8.708px + 0.298vw, 13px);
  line-height: 1;
  display: flex;
  gap: clamp(1px, -1.292px + 0.298vw, 3px);
  align-items: baseline;
}
.wrapper .productArea .container .productLineup li a .text .priceBox .pastPricesBox .pastPrice span {
  display: inline-block;
  font-size: clamp(14px, 11.708px + 0.298vw, 16px);
  line-height: 1;
  text-decoration: line-through;
}
.wrapper .productArea .container .productLineup li a .text .priceBox .pastPricesBox .discount {
  border: #b91701 solid 1px;
  font-size: clamp(10px, 8.854px + 0.149vw, 11px);
  line-height: 1;
  padding: 2px 4px;
  color: #b91701;
}
.wrapper .productArea .container .productLineup li a .text .priceBox .pastPricesBox .discount > span {
  display: inline-block;
  font-size: clamp(11px, 8.708px + 0.298vw, 13px);
  line-height: 1;
  color: #b91701;
}
.wrapper .productArea .container .productLineup li a:hover .img {
  border-radius: clamp(15px, 9.27px + 0.745vw, 20px);
}
.wrapper .productArea .container .productLineup li a:hover .img img {
  transform: scale(1.06);
}
.wrapper .productArea .container .productLineup li a:hover p,
.wrapper .productArea .container .productLineup li a:hover span,
.wrapper .productArea .container .productLineup li a:hover h5 {
  color: #B0B2AF;
}
.wrapper .productArea .container .productLineup li a.soldOut {
  cursor: default;
  pointer-events: none;
  z-index: 0;
}
.wrapper .productArea .container .productLineup li a.soldOut::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: hsla(0, 0%, 0%, 0.4);
  z-index: 1;
}
.wrapper .productArea .container .productLineup li a.soldOut::before {
  position: absolute;
  width: 4em;
  height: 2em;
  text-align: center;
  content: "SOLD OUT";
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: clamp(35px, 10.933px + 3.13vw, 56px);
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
  color: #FFFFFF;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrapper .moreInfo {
  max-width: 800px;
  margin: 0 auto var(--section_margin, 80px);
  background: #EEF0F2;
  padding: 30px;
  width: 93%;
}
.wrapper .moreInfo .infoContent p:first-of-type {
  margin-bottom: 20px;
}
.wrapper .moreInfo .infoContent p:nth-of-type(2) {
  margin-bottom: var(--list_margin);
}
.wrapper .moreInfo .infoContent .contactInfo {
  display: flex;
  gap: 30px;
}
.wrapper .moreInfo .infoContent .contactInfo img {
  margin-right: 8px;
}
.wrapper .moreInfo .infoContent .contactInfo .phoneNumber a {
  display: flex;
  align-items: center;
  font-size: 25px;
  margin-bottom: 15px;
}
.wrapper .moreInfo .infoContent .contactInfo .phoneNumber a img {
  width: 27px;
  height: 16px;
}
.wrapper .moreInfo .infoContent .contactInfo .phoneNumber dl {
  display: flex;
  align-items: self-start;
  font-size: 13px;
}
.wrapper .moreInfo .infoContent .contactInfo .phoneNumber dd {
  margin: 0 9px 0 10px;
}
.wrapper .moreInfo .infoContent .contactInfo .mailContact img {
  width: 19px;
  height: 13px;
}
.wrapper .moreInfo .infoContent .contactInfo .mailContact a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.wrapper .moreInfo .infoContent .contactInfo .mailContact a::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 1px solid #1c1c1c;
  border-right: 1px solid #1c1c1c;
  transform-origin: center;
  transform: rotate(45deg);
  margin: 0 20px 0 10px;
}
@media screen and (max-width: 768px) {
  .wrapper .moreInfo .infoContent .contactInfo {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .moreInfo {
    padding: 15px;
  }
}
.wrapper .messageArea {
  position: relative;
}
.wrapper .messageArea img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.wrapper .messageArea .messageText {
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.wrapper .messageArea .messageText h1 {
  color: #B0B2AF;
  font-size: clamp(35px, 4.4vw, 60px);
  text-align: center;
  margin-bottom: var(--title_margin);
}
.wrapper .messageArea .messageText h1 span {
  display: block;
  font-size: 15px;
  color: #FFFFFF;
}
.wrapper .messageArea .messageText h4 {
  margin-bottom: var(--list_margin);
}
.wrapper .messageArea .messageText h4,
.wrapper .messageArea .messageText p {
  color: #FFFFFF;
}
.wrapper .content .container .title {
  padding-bottom: 80px;
  text-align: center;
}
.wrapper .content .container .title h4 {
  font-size: clamp(21px, 2.8vw, 25px);
  line-height: 1.5;
  letter-spacing: 0.15ex;
}
.wrapper .content .container .link {
  width: 100%;
  padding-bottom: 100px;
}
.wrapper .content .container .link .link_item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.wrapper .content .container .link .link_item img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .content .container .link .link_item:nth-of-type(2n) img {
  order: 1;
}
.wrapper .content .container .link .link_item .text_box {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .content .container .link .link_item .text_box > div {
  width: clamp(280px, 80%, 420px);
}
.wrapper .content .container .link .link_item .text_box > div span {
  display: block;
  font-size: clamp(11px, 1.7vw, 13px);
  letter-spacing: 0.2ex;
}
.wrapper .content .container .link .link_item .text_box > div .lastTitle {
  margin-bottom: 25px;
}
.wrapper .content .container .link .link_item .text_box > div .base_btn {
  display: inline-block !important;
}
.wrapper .content .container .link .link_item .text_box h4 {
  margin-bottom: 4px;
  letter-spacing: 0.08ex;
  font-size: clamp(21px, 2.8vw, 25px);
}
.wrapper .content .container .link .link_item .text_box p {
  font-size: clamp(12px, 1.7vw, 14px);
  margin-bottom: 25px;
}
.wrapper .content .container .link .link_item .text_box a {
  font-size: clamp(12px, 1.7vw, 13px);
  line-height: 1.7;
  letter-spacing: 0.2ex;
}
@media screen and (max-width: 768px) {
  .wrapper .content .container .title {
    padding-bottom: 50px;
  }
  .wrapper .content .container .link {
    padding-bottom: 50px;
  }
  .wrapper .content .container .link .link_item {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .wrapper .content .container .link .link_item img {
    width: 100%;
    margin-bottom: 20px;
  }
  .wrapper .content .container .link .link_item:nth-of-type(2n) img {
    order: 0;
  }
  .wrapper .content .container .link .link_item .text_box {
    text-align: center;
    width: 100%;
  }
  .wrapper .content .container .link .link_item .text_box p {
    text-align: left;
  }
}