@charset "utf-8";

/*---------------------------
.secTop
---------------------------*/
a {
  cursor: default; /*マウスカーソルを矢印のまま変えない*/
  text-decoration: none; /*下線を消す*/
  color: #000; /*非リンクの文字色と同じにする*/
}
.secTop {
   height:auto!important;
  /* height: 1024px; */
  /* height:100vh;
    min-height:750px; */
  background: url(../images/pc/bg_top.jpg) center center no-repeat;
  background-size: cover;
  /* background-position: 100% -16%; */
  background-size: 100% 314px;
  background-position: top;
}
.secTop .titTop {
  color: black;
  font-weight: bold;
  padding-top: 380px;
  line-height: 120%;
  font-size: 5em;
  text-align: left;
  letter-spacing: -3.5px;
}
@media only screen and (max-width: 991px) {
  .secTop .titTop {
    font-size: 5em;
    letter-spacing: -1vw;
  }
  .secTop .infoTop {
    font-size: 5em;
  }
}
.secTop .commonWidth h2 {
  font-size: 25px;
  color: black;
  text-align: left;
  font-weight: bold;
  margin-top: -14px;
  line-height: 44px;
  letter-spacing: -0.4px;
}

/*------------------------------------------------------
z-index
90:背景オーバーレイ
100:グローバルメニュー
200:トップお知らせ
------------------------------------------------------*/

/*-------------------------------------
.globalMenu
-------------------------------------*/
.globalMenu {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  width: 100%;
}
.globalMenu .menuTop {
  padding: 100px 0 20px 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
}
.globalMenu .menuMain {
  position: relative;
  padding: 0 0 20px 0;
}
.globalMenu .menuMain .memberMenu {
  position: absolute;
  top: 3px;
  right: 100px;
  min-width: 101px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: gray;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
}
.globalMenu .menuDetail {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
.globalMenu .menuDetailIn {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  height: 65px;
  max-width: 1280px;
  margin: 0 auto;
}
.globalMenu .menuDetail .menuList {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -1px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.3% 0 1.3%;
}
.globalMenu .menuDetail .menuList .menuListText {
  border-bottom: solid 4px rgba(34, 24, 21, 0);
  transition: 0.4s;
  padding: 10px 0 6px 0;
}
.globalMenu .menuDetail .menuList:hover .menuListText {
  border-bottom: solid 4px rgba(255, 255, 255, 1);
}

.globalMenu .menuListChild {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: rgba(34, 24, 21, 0.5);
}
.globalMenu .menuListChildIn {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 65px;
}
.globalMenu .menuListChild .childList {
  display: flex;
  align-items: center;
  color: #ffffff;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding: 1px 2.8% 0 2.8%;
  background: url(../../../images/pc/icoArrowMenu.png) center right 15px no-repeat;
  background-size: 6px;
}

/*-----Main-----*/
.section-01 {
  display: flex;
}
.section-01 .section-01-left {
  width: 24%;
  margin-right: 15px;
}
.section-01 .section-01-left img {
  width: 100%;
  margin-top: 50px;
}
.section-01-right-top {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.section-01-right .stylist-name {
  letter-spacing: 3px;
}
.section-01-right {
  margin-top: 40px;
}
.section-01-right-top .vol1 {
  border-right: 1px solid #000;
  font-size: 32px;
  padding-right: 10px;
  margin-right: 15px;
  height: 42px;
  /* line-height: 90px; */
  font-weight: bold;
}
.section-01-right-top p {
  font-size: 30px;
  letter-spacing: -4.5px;
  font-weight: bold;
}
.section-01-right-bottom p {
  font-size: 23px;
  letter-spacing: 0.2px;
  line-height: 39px;
}
.section-02 {
  margin-top: 65px;
}
.section-02-main {
  display: flex;
  margin-top: 40px;
}

.section-02-main-left {
  width: 52%;
  background-color: #f4f4f4;
}
.relative_area {
  padding-top: 30px;
  width: 100%;
  margin: 0 0 0 auto;
  max-width: 600px;
  float: right;
}
.relative_cordinate_area {
  position: relative;
  max-width: 560px;
  margin: auto;
}
.section-02-title p {
  font-size: 42px;
  text-align: center;
  font-weight: bold;
}
.section-02-main-left .description-top {
  text-align: center;
  width: 300px;
  font-weight: bold;
  margin: auto;
}
/* .section-02-main-left .description-top .sub-title-left {
  width: 35%;
  margin: 0 auto;
} */
.section-02-main-left .product-large-image {
  width: 100%;
}
.section-02-main-left .description-bottom {
  font-size: 22px;
  /* margin: 20px 15px 0; */
  padding-bottom: 30px;
  text-align: justify;
  letter-spacing: -2px;
  line-height: 35px;
  width: 90%;
  margin: auto;
  margin-right: 45px;
}

.title-left {
  font-size: 24px;
}
.sub-title-left {
  font-size: 21px;
  background-color: white;
}
.circle_img {
  width: 100%;
  height: auto !important;
}
#product1_a {
  cursor: pointer;
  height: 30px;
  /*line-height: 28px;*/
  position: absolute;
  top: 8%;
  left: 61%;
  /* text-align: center; */
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
#product1_b {
  color: #fff;
  cursor: pointer;

  position: absolute;
  top: 20%;
  left: 15%;
  /* text-align: center; */
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
#product1_c {
  color: #fff;
  cursor: pointer;

  position: absolute;
  top: 43%;
  left: 76%;
  /* text-align: center; */
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
#product1_d {
  color: #fff;
  cursor: pointer;

  position: absolute;
  top: 63%;
  left: 76%;
  /* text-align: center; */
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
#product2_a {
  border-radius: 50%;
  color: #fff;
  cursor: pointer;

  position: absolute;
  top: 11%;
  left: 21%;
  /* text-align: center; */
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
#product2_b {
  border-radius: 50%;
  color: #fff;
  cursor: pointer;

  position: absolute;
  top: 26%;
  left: 84%;
  /* text-align: center; */
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
#product2_c {
  border-radius: 50%;
  color: #fff;
  cursor: pointer;

  position: absolute;
  top: 58%;
  left: 74%;
  /* text-align: center; */
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
#product2_d {
  border-radius: 50%;
  color: #fff;
  cursor: pointer;

  position: absolute;
  top: 60%;
  left: 10%;
  /* text-align: center; */
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
#product3_a {
  border-radius: 50%;
  color: #fff;
  cursor: pointer;

  position: absolute;
  top: 9%;
  left: 60%;
  /* text-align: center; */
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
#product3_b {
  border-radius: 50%;
  color: #fff;
  cursor: pointer;

  position: absolute;
  top: 20%;
  left: 12%;
  /* text-align: center; */
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
#product3_c {
  border-radius: 50%;
  color: #fff;
  cursor: pointer;

  position: absolute;
  top: 53%;
  left: 90%;
  /* text-align: center; */
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
#product3_d {
  border-radius: 50%;
  color: #fff;
  cursor: pointer;

  position: absolute;
  top: 60%;
  left: 23%;
  /* text-align: center; */
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
#product4_a {
  border-radius: 50%;
  color: #fff;
  cursor: pointer;

  position: absolute;
  top: 16%;
  left: 76%;
  /* text-align: center; */
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
#product4_b {
  border-radius: 50%;
  color: #fff;
  cursor: pointer;

  position: absolute;
  top: 13%;
  left: 48%;
  /* text-align: center; */
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
#product4_c {
  border-radius: 50%;
  color: #fff;
  cursor: pointer;

  position: absolute;
  top: 65%;
  left: 18%;
  /* text-align: center; */
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.flex {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
#product4_d {
  border-radius: 50%;
  color: #fff;
  cursor: pointer;

  position: absolute;
  top: 70%;
  left: 85%;
  /* text-align: center; */
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}

.section-02-main-right {
  width: 48%;
}
.section-02-main-right ul {
  list-style-type: none;
  height: 100%;
}
.section-02-main-right ul li {
  border-top: 2px solid #f4f4f4;
  height: 25%;
}
.section-02-main-right ul li:last-child {
  border-bottom: 2px solid #f4f4f4;
}
.section-02-main-right .product-area {
  position: relative;
  display: flex;
  height: 100%;
}
#round1 {
  color: #fff;

  position: absolute;
  top: 10px;
  left: 10px;
  /*text-align: center;*/
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
#round2 {
  border-radius: 50%;
  color: #fff;

  position: absolute;
  top: 10px;
  left: 10px;
  /*text-align: center;*/
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
#round3 {
  border-radius: 50%;
  color: #fff;

  position: absolute;
  top: 10px;
  left: 10px;
  /*text-align: center;*/
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
#round4 {
  border-radius: 50%;
  color: #fff;

  position: absolute;
  top: 10px;
  left: 10px;
  /*text-align: center;*/
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.section-02-main-right .product-area .image-prod {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 250px;
}
.section-02-main-right ul li:first-child img {
  height: 210px;
  margin-right: auto !important;
}
.section-02-main-right ul li:nth-child(3) img {
  height: 210px;
  margin-right: auto !important;
}
.section-02-main-right ul li:nth-child(4) img {
  margin-right: auto !important;
  height: 210px;
}
.section-02-main-right ul li:nth-child(2) img {
  height: 210px;
  margin-right: auto !important;
}
.section-02-main-right .product-area .image-prod img {
  cursor: pointer;
  transition: 0.3s;
  margin: 0 auto;
}
.section-02-main-right .product-area .prod-info {
  width: 55%;
  font-size: 25px;
  padding-top: 35px;
  overflow-wrap: break-word;
  font-weight: bold;
  line-height: 26px;
  max-width: 300px;
}
.section-02-main-right .product-area .prod-info .prod-name1 {
  font-size: 18px;
  margin-bottom: 5px;
  padding-left: 1px;
}
.section-02-main-right .product-area .prod-info .prod-name2 {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 25px;
}
.section-02-main-right .product-area .prod-info .prod-name3 {
  font-size: 20px;
  font-weight: normal;
}
.section-02-main-right .product-area .btn {
  width: 100%;
  margin: 30px auto 10px;
  text-align: center;
}
/* .section-02-main-right .product-area .btn a {
  background-color: black;
  color: white;
  font-size: 26px;
  width: 170px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  transition: 0.3s;
  margin: auto;
} */
.section-02-main-right .product-area .detailBtn {
  background-color: black;
  color: white;
  font-size: 17px;
  width: 115px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  transition: 0.3s;
  margin: 20px 0 10px;
  cursor: pointer;
}
.section-02-main-right .product-area .btn a:hover {
  opacity: 0.7;
}
.section-03 {
  margin: 32px auto 37px;
  font-weight: bold;
}
.section-03 ul {
  list-style-type: none;
  display: flex;
  margin: 0 -30px;
}
.section-03 ul li {
  margin: 30px;
  text-align: center;
}
.section-03 ul li :hover {
  cursor: pointer;
}
.section-03 ul li img {
  width: 100%;
  margin-top: 15px;
  height: 330px;
  object-fit: cover;
  object-position: top;
  font-family: 'object-fit: cover; object-position: top;';
}

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

/* The Modal (background) */
.popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100vw; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

.popup-content {
  width: 80%;
  max-width: 900px;
  background-color: #f4f4f4;
  /* height: 100%; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* overflow-y: scroll; */
}
.detailRound {
  border-radius: 50%;
  height: 80px;
  line-height: 76px;
  position: absolute;
  top: 2%;
  left: 3%;
  text-align: center;
  width: 80px;
}
.detailRound img {
  width: 100%;
}

/* Modal Content (image) */
.image-popup {
  margin: auto;
  display: block;
  /* width: 60%; */
  width: 60%;
  max-width: 550px;
  opacity: 1;
}

/* Caption of Modal Image */
.popup-text {
  margin: auto;
  display: block;
  width: 80%;
  color: black;
  padding: 0;
  padding-right: 50px;
  /* height: 150px; */
}
.popup-btn {
  /* width: 42%; */
  text-align: center;
  margin: 40px auto;
  margin-top: 40px;
}
.popup-btn a {
  background-color: white;
  color: black;
  border-width: 2px;
  border-style: solid;
  border-color: black;
  padding: 6.5px 32px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
}
.popup-btn a:hover {
  opacity: 0.7;
}
.popup-title {
  /* font-size: 40px; */
  font-size: 27px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 20px;
}
.popup-description {
  /* font-size: 25px; */
  font-size: 18px;
  /*font-weight: bold;*/
  text-align: justify;
}

/* The Close Button */
.close {
  position: absolute;
  top: 2%;
  right: 6%;
  color: black;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/*-------------------------------------
.secFooter
-------------------------------------*/
.secFooter {
  background: #221815;
  padding: 60px 0 20px 0;
}
.secFooter .footerIn {
  max-width: 780px;
  margin: 0 auto;
}

.secFooter .footerCompany {
  border-bottom: solid 1px #ffffff;
  margin-bottom: 18px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.secFooter .footerCompany .linkAbout {
  display: block;
  background: url(../../../images/sp/icoArrowCircle.svg) left center no-repeat;
  background-size: 24px;
  color: #ffffff;
  font-size: 24px;
  padding-top: 3px;
  padding-left: 26px;
  width: 310px;
  margin: 10px auto 30px auto;
  text-align: left;
  white-space: nowrap;
}
.secFooter .footerInfo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 30px;
  font-size: 14px;
}
.secFooter .footerInfoTitle {
  background: #ffffff;
  width: 210px;
  text-align: center;
  font-weight: bold;
}
.secFooter .footerInfoDetail {
  color: #ffffff;
  padding: 0 0 0 40px;
  flex-grow: 2;
  display: flex;
  justify-content: space-between;
}
.secFooter .footerInfoDetail a {
  color: #ffffff;
}

.secFooter .footerBottom {
  padding: 30px 0 0 0;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.secFooter .footerBottom .link {
  display: block;
  color: #ffffff;
  width: 210px;
  text-align: center;
  border: solid 1px #ffffff;
  padding: 2px 0 2px 0;
}
.secFooter .copyright {
  text-align: center;
  padding: 75px 0 70px 0;
  color: #ffffff;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
  /* .section-02-main {
    flex-direction: column;
  }
  .section-02-main-left {
    flex: 0 0 100%;
    width: 100%;
  }
  .relative_area {
    padding-right: 0;
  }
  .relative_cordinate_area {
    margin: auto;
  }
  .section-02-main-right {
    width: 100%;
    flex: 0 0 100%;
  }
  .popup-btn button {
    font-size: 24px;
  }
  .image-popup {
    padding: 50px;
  }
  .popup-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .popup-description {
    font-size: 18px;
  }
  .popup-content {
    min-height: unset;
    height: 105vh;
  } */
}
.popup-btn {
  display:none!important;
}
.marginTopUnset {
  margin-top:0px!important;
}