@font-face {
  font-family: 'Trajan Pro';
  src: url('font/Trajan Pro.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'Trajan Pro';
  src: url('font/TrajanPro-Bold.otf');
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

.hide-form {
  display: none;
}

@media all and (max-width:750px) {
  html {
    font-size: 8px;
  }
}

body {
  color: rgb(65, 73, 62);
  line-height: 1.6;
}

img {
  vertical-align: bottom;
  width: 100%;
}

.order_background {
  background-image: url(../images/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}

#mask {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
}

#mask.active {
  display: block;
}

.pop_up_show {
  display: none;
  position: fixed;
  overflow: scroll;
  width: 80%;
  max-width: 700px;
  height: 80vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 100000;
  padding: 30px;
  font-size: 1.5rem;
}

.pop_up_show th,
.pop_up_show td {
  padding: 15px 5px 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #E2DFDA;
  border-collapse: collapse;
}

.pop_up_show_title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.pop_privacy {
  cursor: pointer;
  font-size: 1.6rem;
}

.pop_rule {
  cursor: pointer;
  font-size: 1.6rem;
}

.pop_up_show.active {
  display: block;
}

.pop_up_show .pop_up_close {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 16px;
  right: 30px;
  cursor: pointer;
}

.pop_up_show .pop_up_close span {
  position: absolute;
  display: block;
  width: 32px;
  height: 1px;
  background: #000;
  top: 50%;
  left: 50%;
}

.pop_up_show .pop_up_close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.pop_up_show .pop_up_close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.top_content-nextBtn:hover {
  cursor: pointer;
}

.top_content.hide {
  transform: translate(-70%, 0);
  opacity: 0;
}

.pop_form {
  scrollbar-width: none;
  width: 100%;
  background: white;
}

.pop_form.show {
  display: block;
  position: fixed;
  top: 0;
}

.question {
  scrollbar-width: none;
  display: none;
  z-index: 1;
  max-width: 750px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  margin: 0 auto;
  pointer-events: none;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: all 0.5s;
}

.question::-webkit-scrollbar {
  display: none;
}

.question.show {
  pointer-events: auto;
  display: block;
  opacity: 0;
  /* transition: all .5s; */
}

.question0 {
  display: block;
  background-image: url(../images/bg-left.jpg);
  height: 100vh;
}

.question0 .question_inner {
  padding: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 325px;
  height: 315px;
  background: #fff;
  border: 5px solid #707070;
}

.second-time__btn {
  text-align: center;
  width: 62% !important;
  padding: 5px 0 !important;
  margin-top: 15px !important;
  margin: 20px auto 0;
  display: block;
  border: 1px solid #707070;
  cursor: pointer;
  border-radius: 40px;
  position: relative;
  z-index: 1000;
}

.second-time__btn a {
  font-size: 12px !important;
  display: block;
}

.gift-page__btn {
  text-align: center;
  width: 62% !important;
  padding: 5px 0 !important;
  margin-top: 15px !important;
  margin: 20px auto 0;
  display: block;
  border: 1px solid #707070;
  cursor: pointer;
  border-radius: 40px;
  position: relative;
  z-index: 1000;
}

.gift-page__btn a {
  font-size: 12px !important;
  display: block;
}

.question12 {
  /* background-image: url(../img/result_page.webp); */
}

.question-start-title img {
  width: 221px;
  margin: 0 auto;
  display: block;
  padding-top: 44px;
}

.question-start-text {
  font-size: 15px;
  text-align: center;
  margin-top: 17px;
}

.question-start-start {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

.question_inner {
  width: 100%;
  padding: 13% 0;
  position: relative;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.fragrance-detail-modal__fragrance-lists.perfume , .fragrance-detail-modal__fragrance-lists.natural{
  gap: 30px 0px;
}

.tg_thanks_page{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  flex-direction: column;
  padding: 20px 15px;
}

.tg_thanks_page .tg_logo{
  max-width: 160px;
  margin: 0px 0px 50px 0px;
}

.tg_thanks_page .tg_logo{
  max-width: 160px;
  margin: 0px 0px 50px 0px;
}

.tg_thanks_page .textwidget{
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: center;
  margin: 0px 0px 50px 0px;
}

.tg_thanks_page .textwidget p{
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}

.tg_thanks_page .tg_contact_thanksp{
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.tg_thanks_page .tg_contact_thanksp .item_textwidget p{
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
}

.tg_thanks_page .tg_contact_thanksp .item_textwidget a{
  color:#41493E;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}

.tg_thanks_page .item_textwidget span{font-size: 13px;}

.tg_thanks_page .item_textwidget h3{margin: 0px;font-size: 20px;font-weight: 500;}

.tg_back_home{
  display: table;
  margin: 50px auto 0px auto;
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-weight: 500;
}
.tg_back_home a{
    padding: 6px 0;
    width: 100%;
    display: block;
    background-color: black;
    cursor: pointer;
    border-radius: 40px;
    position: relative;
    color: #fff;
    font-size: 17px;
}

.question6-ingredient-menu-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: #000;
    border-radius: 50%;
}

.question6-ingredient-menu-icon span {
    background: #fff;
    height: 1px;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.question6-ingredient-menu-icon .icon1 {
    transform: translate(-50%, -50%);
}

.question6-ingredient-menu-icon .icon2 {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 1;
    transition: all 0.3s;
}

.result-bottle-component .question6-ingredient-menu p {
    height: 0;
    opacity: 0;
    transition: all 0.5s;
    font-size: 12px;
}

.result-bottle-component .open p {
    height: 189px;
    opacity: 1;
}

.result-bottle-component .question6-ingredient-menu {
    width: 85%;
    text-align: left;
    margin: 0 auto;
    height: 0;
    opacity: 0;
    transition: all 0.5s;
}

.question-start-text.qst1_q0{font-size: 17px;font-weight: 600;}

.question-subTitle p{
  font-weight: 500;
}

/*end rau*/

@media screen and (max-width: 480px) {
  .question11 {
    padding: 30px 0;
    overflow: visible;
  }

  .question11 .result_text {
    margin-bottom: 0;
  }

  .question_inner {
    padding: 5% 0;
  }
}

.question-title {
  padding: 5px 50px;
  border: 3px solid black;
  margin: 0 auto;
  display: table;
}

.question-title h2 {
  font-size: 24px;
}

.question-load .question-nextBtn_span {
  background: #000;
  pointer-events: visible;
}

.question-load span.select {
  background-color: black;
  width: 16px;
  height: 16px;
}

.question-load {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin: 30px auto 50px;
  position: relative;
}

.question-load span {
  width: 12px;
  height: 12px;
  background-color: #727171;
  border-radius: 100%;
  display: block;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 480px) {
  .question-load {
    margin: 30px auto 25px;
  }
}

.question-nextBtn_span:hover {
  cursor: pointer;
}

.question-load span::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
}

.question-load span:nth-child(1)::before {
  content: "01";
}

.question-load span:nth-child(2)::before {
  content: "02";
}

.question-load span:nth-child(3)::before {
  content: "03";
}

.question-load span:nth-child(4)::before {
  content: "04";
}

.question-load span:nth-child(5)::before {
  content: "05";
}

.question-load span:nth-child(6)::before {
  content: "06";
}

.question-load span:nth-child(7)::before {
  content: "07";
}

.question-load span:nth-child(8)::before {
  content: "08";
}

.question-load span:nth-child(9)::before {
  content: "09";
}

.question-load span:nth-child(10)::before {
  content: "10";
}

.question-load span:nth-child(11)::before {
  content: "11";
}

.question-load span:nth-child(12)::before {
  content: "12";
}

.question-load span:nth-child(13)::before {
  content: "13";
}

.question-load span.select {
  background-color: black;
}

.question-load span.select::before {
  font-size: 20px;
  top: -34px;
}

.question-load::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: black;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  z-index: 1;
}

.question-subTitle {
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 19px;
}

.question-subTitle_en {
  display: block;
  font-size: 14px;
  margin: 0px 0px 30px 0px;
}

.question-subDescription {
  font-size: 13px;
  text-align: center;
  margin: 20px 0px 0px 0px;
}

.question-subDescription p {
  line-height: 2;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .question-subTitle_en {
    margin-top: 6px;
    font-size: 0.6em;
  }

  .question-subDescription {
    margin-top: 6px;
    margin-bottom: 30px;
  }
}

.question-content {
  margin: 50px auto 30px;
  /* margin: 16px auto 30px; */
  width: 90%;
  display: flex;
  align-items: center;
}

.question-content-choosed-bottle-design {
  margin: 16px auto 30px;
  width: 100%;
}

.question8 .question-content-choosed-bottle-design {
  margin-bottom: 0;
}

.question-content-center {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.question-content-choosed-component-btn {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.question-content-choosed-component-btn-over5 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 16px;
  margin: 0 auto;
}

.question-content-choosed-component-btn-column3 {
  width: 60%;
}

.question-content-choosed-component-btn-column4 {
  width: 80%;
}

.question-content-choosed-component-btn-column5 {
  width: 100%;
}

.question-content-child {
  width: 80px;
  height: 80px;
  display: table;
  border-radius: 100%;
  margin: 0 4px;
}

.question-content-child.disable {
  position: relative;
  pointer-events: none;
  opacity: .6;
}

.question-content-child .disable-border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100px;
  border: 1px solid red;
}

.bottle-right-hidden {
  position: absolute;
  background: #dbd9d4;
  opacity: .6;
  width: 70px;
  height: 225px;
  top: 40px;
  right: 0;
  z-index: 3;
}

.bottle-left-hidden {
  position: absolute;
  background: #dbd9d4;
  opacity: .6;
  width: 80px;
  height: 265px;
  top: 0;
  left: -10px;
  z-index: 3;
}

.question-content-child._border {
  border: 1px solid #41493e;
}

.question9 .note-text {
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 420px) {
  .question-content {
    margin-top: 0;
    width: 98%;
    bottom: 20px;
  }

  .question-content.question-content6{
    margin-top: 50px;
  }

  .question-content12 {
    width: 92%;
  }
}

/* ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¸ */

.question-content-decoretion-bottle {
  position: relative;
  width: 160px;
  margin: 0 auto;
  height: 330px;
}

.question12-1-content-decoretion-bottle {
  height: 310px;
}

.question-content-decoretion-bottle .non-decoration-bottle {
  position: absolute;
  width: 160px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.question-content-decoretion-bottle .hair-care-level-container {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 144px;
  bottom: 102px;
  left: 50%;
  transform: translateX(-50%);
}

.question-content-decoretion-bottle .hair-care-level-container .washble {
  opacity: 1;
  transition: 0.3s;
}

.question-content-decoretion-bottle .hair-care-level-container .moisturizing {
  opacity: 1;
  transition: 0.3s;
  margin-left: 36px;
}

.question-content-decoretion-bottle .hair-care-level-container .hide {
  opacity: 0;
}

.hair-care-level img {
  width: 20vw;
  max-width: 100px;
}

.hair-care-level-fragrance-container .fragrance {
  text-align: center;
  opacity: 1;
  transition: 0.3s;
}

.hair-care-level-fragrance-container .hide {
  opacity: 0;
}

.hair-care-level-fragrance-container .fragrance p:nth-of-type(2) {
  margin-top: 2px;
}

.question-content-decoretion-bottle .hair-care-level {
  text-align: center;
}

.question-content-decoretion-bottle .hair-care-level p:nth-child(2) {
  margin-top: 2px;
}

.hair-care-level-box {
  margin: 4px auto 0;
  width: 30px;
  height: 30px;
  border: 2px solid #707070;
  font-size: 20px;
  line-height: 30px;
}

.kind-of-fragrance-container {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 148px;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.pump-type-cap-container {
  position: absolute;
  display: flex;
  width: 170px;
  bottom: 185px;
  left: 50%;
  transform: translateX(-50%);
}

.pump-type-cap-container12-1 {
  position: absolute;
  display: flex;
  width: 188px;
  bottom: 219px;
  left: 50%;
  transform: translateX(-50%);
}

.kind-of-fragrance1 img,
.kind-of-fragrance2 img {
  width: 56px;
}

.bottle-mask-container {
  position: absolute;
  display: flex;
  width: 175px;
  /* height: 100%; */
  height: 260px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bottle-mask-left {
  width: 90px;
}

.bottle-mask-right {
  width: 85px;
}

.bottle-mask-on {
  background: #dbd9d4;
  opacity: 0.8;
}

.bottle-mask-off {
  opacity: 0;
}

.efficacy_left {
  margin-top: 72px;
  width: 25%;
}

.efficacy_right {
  width: 25%;
}

.efficacy_left .text::before,
.efficacy_right .text::before {
  content: "";
   background-image: url(/../img/kounou.webp); 
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.efficacy_left .text,
.efficacy_right .text {
  position: relative;
  text-align: left;
  width: calc(100% - 25px);
  color: #707070;
  font-size: 10px;
  box-sizing: border-box;
  padding-left: 10px;
  margin: 10px auto;
  transition: all 0.3s;
}

.efficacy_left .text:not(:first-child),
.efficacy_right .text:not(:first-child) {
  margin-top: 12px;
}

.pump-type-cap2 {
  margin-left: 35px;
  margin-bottom: 2px;
}

.pump-type-cap1 {
  width: 58px;
}

.pump-type-cap1 img {
  width: 58px;
}

.pump-type-cap2 {
  width: 56px;
}

.pump-type-cap2 img {
  width: 56px;
}

.bottle-cover {
  position: absolute;
  bottom: 0;
  height: 100%;
  background: #dbd9d4;
  opacity: 0.7;
  width: 100px;
}

#left-bottle-cover {
  left: 135px;
}

#right-bottle-cover {
  left: 239px;
}

.pump-type-cap-left10,
.pump-type-cap-right10 {
  position: absolute;
}

.pump-type-cap-left10 {
  width: 50px;
  left: 4px;
  bottom: 180px;
}

.pump-type-cap-right10 {
  width: 48px;
  left: 81px;
  bottom: 182px;
}

.pump-type-cap-left12-1 {
  width: 66px;
}

.pump-type-cap-right12-1 {
  width: 64px;
  margin-left: 37px;
}

.question-content-decoretion-bottle .choosed-decoration-bottle {
  position: absolute;
  width: 200px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 420px) {
  .question-content-decoretion-bottle {
    height: 260px;
  }

  .question12-1-content-decoretion-bottle {
    height: 310px;
  }

  .efficacy_left .text,
  .efficacy_right .text {
    text-align: center;
    padding: 2px;
    font-size: 10px;
    letter-spacing: -1px;
  }

  .efficacy_left {
    margin-top: 100px;
    width: 27%;
  }

  .efficacy_left12 {
    width: 29%;
  }

  .efficacy_right {
    width: 27%;
  }

  .efficacy_right12 {
    width: 29%;
  }

  .efficacy_left .text:not(:first-child),
  .efficacy_right .text:not(:first-child) {
    margin-top: 8px;
  }

  .hair-care-level-fragrance-container {
    margin-top: 20px;
  }

  .question-content-decoretion-bottle .non-decoration-bottle {
    position: absolute;
    width: 150px;
  }

  .question-content-decoretion-bottle .non-decoration-bottle12 {
    position: absolute;
    width: 145px;
  }

  .question-content-decoretion-bottle .hair-care-level-container {
    width: 128px;
    bottom: 93px;
    justify-content: initial;
  }

  .question-content-decoretion-bottle .hair-care-level-container .moisturizing {
    margin-left: 42px;
  }

  .question-content-decoretion-bottle .hair-care-level-container12 .washble {
    margin-left: 10px;
  }

  .question-content-decoretion-bottle .hair-care-level-container12 .moisturizing {
    margin-left: 38px;
  }

  .question-content-decoretion-bottle .hair-care-level-container12 {
    width: 146px;
    bottom: 90px;
    justify-content: initial;
  }

  .question-content-decoretion-bottle .hair-care-level-container12 .hair-care-level-box {
    margin: 2px auto 0;
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 28px;
  }

  .question-content-decoretion-bottle .hair-care-level-container12 .hair-care-level p:nth-child(2) {
    margin-top: 0;
  }

  .pump-type-cap-container {
    width: 160px;
    bottom: 173px;
  }

  .pump-type-cap-container12 {
    width: 160px;
    bottom: 169px;
  }

  .pump-type-cap1 img {
    width: 54px;
  }

  .pump-type-cap2 img {
    width: 52px;
  }

  .pump-type-cap2 {
    margin-left: 30px;
    margin-bottom: 2px;
  }

  .pump-type-cap-left10 {
    bottom: 177px;
  }

  .pump-type-cap-right10 {
    bottom: 178px;
  }

  .pump-type-cap-container12 .pump-type-cap1 img {
    width: 49px;
  }

  .pump-type-cap-container12 .pump-type-cap2 img {
    width: 47px;
  }

  .pump-type-cap-container12 .pump-type-cap2 {
    margin-left: 27px;
  }

  .kind-of-fragrance-container {
    width: 135px;
    bottom: 13px;
  }

  .kind-of-fragrance-container12 {
    width: 138px;
    bottom: 13px;
  }

  .kind-of-fragrance1 img,
  .kind-of-fragrance2 img {
    width: 52px;
  }

  .kind-of-fragrance2 img {
    margin-left: 4px;
  }

  .kind-of-fragrance-container12 .kind-of-fragrance1 img,
  .kind-of-fragrance-container12 .kind-of-fragrance2 img {
    width: 50px;
  }

  .kind-of-fragrance-container12 .kind-of-fragrance2 img {
    margin-left: 4px;
  }

  .bottle-mask-container {
    width: 160px;
    height: 100%;
    bottom: 0;
  }
}

/* ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â§ */

.question-content-child label {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
  border-radius: 100%;
  background-color: white;
  transition: 0.2s all;
  transition-timing-function: ease-out;
}

.question-content-child label:hover {
  background-color: #999;
  color: black;
}

.question-content-child._border label.check {
  background-color: #888;
  color: black;
}

.question-content-child._border label.lavender.check {
  background-color: #cab8d9;
}

.question-content-child._border label.beruga.check {
  background-color: #cbda97;
}

.question-content-child._border label.frangipani.check {
  background-color: #ffaaaa;
}

.question-content-child._border label.rosemary.check {
  background-color: #618e34;
}

.question-content-child._border label.rose.check {
  background-color: #e95464;
}

.question-content-child._border label.iran.check {
  background-color: #ffff00;
}

.question-content-child._border label.wood.check {
  background-color: #deb887;
}

.question-content-child._border label.jasmine.check {
  background-color: #edb;
}

.question-content-child label img {
  width: 80%;
  object-fit: contain;
}

.question-nextBtn {
  padding: 6px 0;
  width: 60%;
  margin: 27px auto 0;
  display: block;
  background-color: black;
  cursor: pointer;
  border-radius: 40px;
  position: relative;
  z-index: 1000;
}

.question0-nextBtn {
  margin-top: 14px;
  padding: 6px;
}

.question8-nextBtn {
  margin-top: 16px;
}

.question9-nextBtn {
  margin-top: 22px;
}

.question-prevBtn {
  padding: 6px 0;
  width: 60%;
  margin: 20px auto 0;
  display: block;
  border: 1px solid #707070;
  cursor: pointer;
  border-radius: 40px;
  position: relative;
  z-index: 1000;
}

.question-choose-input-name-content {
  margin-top: 22px;
}

.question-choose-input-name {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 230px;
}

.choose-input-name {
  font-size: 14px;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}

.choose-input-name input {
  position: absolute;
  top: 2px;
  left: 0;
}

.choose-input-name input[type="checkbox"] {
  cursor: pointer;
}

.question-input-name {
  width: 240px;
  height: 0;
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  padding-top: 0;
}

.question-input-name.open {
  animation: question-input-name_open 0.5s forwards;
}

.question-input-name.hide {
  animation: question-input-name_hide 0.5s forwards;
}

@keyframes question-input-name_open {
  from {
    height: 0;
    opacity: 0;
    padding-top: 0;
  }

  to {
    height: 50px;
    opacity: 1;
    padding-top: 22px;
  }
}

@keyframes question-input-name_hide {
  from {
    height: 50px;
    opacity: 1;
    padding-top: 22px;
  }

  to {
    height: 0;
    opacity: 0;
    padding-top: 0;
  }
}

.question-input-name input {
  margin-top: 4px;
  width: 95%;
  height: 20px;
  text-transform: uppercase;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .question-content-child label {
    font-size: 10px;
  }

  .question-content-child {
    width: 65px;
    height: 65px;
    margin: 0 3px;
  }
}

@media screen and (max-width: 480px) {
  .question-nextBtn {
    padding: 10px 0;
  }
}

.question-nextBtn p {
  font-size: 19px;
  color: white;
  white-space: nowrap;
  text-align: center;
}

.question0-nextBtn p {
  font-size: 13px;
  font-weight: 500;
}

.question-prevBtn p {
  font-size: 19px;
  white-space: nowrap;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .question-nextBtn p {
    font-size: 14px;
  }
}

.result_texts::before {
  content: "";
  position: absolute;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  background-color: #fafafa;
  opacity: 0.8;
  z-index: -1;
  border-radius: 25px;
}

.result_texts {
  text-align: center;
  margin: 30px 0;
  padding-top: 30px;
  padding-bottom: 60px;
  margin-top: 30px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .result_texts {
    margin: 0;
  }
}

.result_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -10;
}

.result_title {
  font-weight: bold;
  font-size: 14px;
}

.result_title:not(:first-child) {
  margin-top: 8px;
}

.pop_form p.result_text {
  font-weight: bold;
  font-size: 14px;
}

/* result page */

.result-bottle-design {
  margin: 0 auto;
}

.result-bottle-content {
  margin: 0 auto;
  margin-top: 53px;
}

@media screen and (max-width: 480px) {
  .result-bottle-content {
    margin-top: 50px;
  }
}

.result-bottle-component {
  margin-top: 32px;
}

#result-bottle-design-name {
  font-size: 14px;
}

.your-recipe-title {
  font-weight: bold;
  font-size: 14px;
  margin-top: 28px;
}

.your-recipe-text {
  width: 85%;
  /* margin: 16px auto 0; */
  margin: 16px auto 20px;
  font-size: 14px;
  text-align: left;
}

.result-fragrance-names {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 300px;
  margin-top: 14px;
  padding-left: 20px;
}

#kind-of-fragrance-left-name,
#kind-of-fragrance-right-name {
  font-size: 12px;
  text-align: left;
  margin-top: 2px;
}

.question12-input-your-name {
  margin: 30px auto 0;
  width: 180px;
}

.question12-input-your-name-personalized {
  text-align: left;
  font-size: 11px;
}

.question12-input-your-name-box {
  border: 1px solid #707070;
  padding: 6px 8px;
  margin-top: 2px;
}

.question12-input-your-name .result_9 {
  text-align: left;
  font-size: 12px;
}

.question5-ingredient-menu-title {
  position: relative;
  margin: 0 auto;
  width: 200px;
  cursor: pointer;
}

.question5-ingredient-menu-title p {
  font-size: 14px;
}

.question5-ingredient-menu-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 15px;
  background: #000;
  border-radius: 50%;
}

.question5-ingredient-menu-icon span {
  background: #fff;
  height: 1px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.question5-ingredient-menu-icon .icon1 {
  transform: translate(-50%, -50%);
}

.question5-ingredient-menu-icon .icon2 {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 1;
  transition: all 0.3s;
}

.question5-ingredient-menu-icon .active {
  transform: translate(-50%, -50%);
  opacity: 0;
}

.result-bottle-component .question5-ingredient-menu {
  width: 85%;
  text-align: left;
  margin: 0 auto;
  height: 0;
  opacity: 0;
  transition: all 0.5s;
}

.result-bottle-component .question5-ingredient-menu p {
  height: 0;
  opacity: 0;
  transition: all 0.5s;
  font-size: 12px;
}

.result-bottle-component .open {
  /* height: 320px; */
  height: 100px;
  opacity: 1;
  margin-top: 32px;
}

.result-bottle-component .open p {
  height: 159px;
  opacity: 1;
}

.question5-ingredient-menu p:not(:first-child) {
  margin-top: 10px;
}

.form .contact {
  display: none;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  overflow: scroll;
  transition: 1s all;
  transition-timing-function: ease-out;
  padding: 3% 0;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 480px) {
  .form .contact {
    padding: 10% 0;
  }
}

.pop_form .contact-title {
  padding: 5px 50px;
  background-color: black;
  color: white;
  margin: 0 auto;
  display: table;
}

.pop_form .contact-title h2 {
  font-size: 24px;
}

.pop_form .contact-contents {
  padding-top: 40px;
}

.pop_form .contact-contents-radio label {
  margin: 0 30px;
}

@media screen and (max-width: 480px) {
  .pop_form .contact-contents-radio label {
    margin: 0 15px;
  }
}

.pop_form .contact-contents-table {
  width: 80%;
  margin: 0 auto;
}

.pop_form .contact-contents-table h2 {
  text-align: center;
  font-size: 20px;
}

.pop_form .contact-contents-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 30px;
}

@media screen and (max-width: 480px) {
  .pop_form .contact-contents-table table {
    border-spacing: 0 20px;
  }
}

.pop_form .contact-contents-table table th {
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .pop_form .contact-contents-table table th {
    font-size: 1em;
    width: 40%;
  }
}

.pop_form .contact-contents-table table th span {
  font-size: 10px;
}

.pop_form .contact-contents-table table td input {
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 6px;
  border-style: none;
  border: 1px solid black;
}

.pop_form .contact-contents-table table td textarea {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border-style: none;
  border: 1px solid black;
}

.pop_form .contact-contents-table table td select {
  padding: 6px;
  border-radius: 4px;
  border: 1.5px solid;
}

@media screen and (max-width: 480px) {
  .pop_form .contact-contents-table table td input {
    padding: 5px;
    font-size: 16px;
  }
}

.pop_form .contact-contents-radio {
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-top: 20px;
}

.pop_form .contact-contents-radio.bottom_payment_way {
  margin-bottom: 30px;
}

.pop_form .contact-contents-radio label {
  margin: 0 30px;
}

@media screen and (max-width: 480px) {
  .pop_form .contact-contents-radio label {
    margin: 0 15px;
  }
}

.pop_form .contact-submit {
  text-align: center;
  margin-bottom: 40px;
}

.pop_form .contact-submit .policy_chk{
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-left: 5%;
  width: 50%;
}

.pop_form .contact-submit .advertise_chk{
  display: flex;
  margin: 0 auto;
  margin-bottom: 10px;
  padding-left: 5%;
  width: 50%;
}

.pop_form .contact-submit .policy_chk .pop_privacy {
  font-size: 12px;
  margin-left: 2px;
  color: #1a50b7;
  cursor: pointer;
  border-bottom: 1px solid #1a50b7;
}

.pop_form .contact-submit .advertise_chk .pop_advertise{
  font-size: 12px;
  margin-left: 2px;
}

.pop_form .contact-submit .policy_chk .pop_privacy:hover {
  opacity: 0.6;
}

.pop_form .contact-submit button {
  margin: 0 auto;
  border-style: none;
  display: block;
  background-color: black;
  color: white;
  font-size: 20px;
  padding: 15px 0;
  font-weight: bold;
  width: 300px;
  border-radius: 40px;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .pop_form .contact-submit button {
    width: 250px;
  }
}

.pop_form .contact .slideScope {
  display: none;
}

.pop_form .contact.show {
  display: block;
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.4s;
}

.pop_form .contact.hide {
  transform: translate(-70%, 0);
  opacity: 0;
  transition-delay: 0s;
}

.pop_form .contact-result {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 70%;
  background-color: white;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 10% 0;
}

.pop_form .contact-contents-gift {
  text-align: center;
  font-size: 14px;
  width: 169px;
  margin: 0 auto;
  margin-top: 16px;
  height: 14px;
  position: relative;
}

.pop_form .contact-contents-gift label {
  cursor: pointer;
  position: absolute;
  left: 0;
  white-space: nowrap;
}

.pop_form .contact-contents-gift input {
  width: 15px;
  height: 15px;
  transform: translateY(2px);
  margin-left: 6px;
}

.pop_form .order_register_check {
  text-align: center;
  font-size: 14px;
  width: 122px;
  margin: 0 auto;
  margin-top: 16px;
  height: 14px;
  position: relative;
}

.pop_form .order_register_check input {
  width: 15px;
  height: 15px;
  transform: translateY(2px);
  margin-left: 6px;
}

.pop_form .order_register_check label {
  cursor: pointer;
  position: absolute;
  left: 0;
  white-space: nowrap;
}

.contact-contents-gift-title {
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
}

.pop_form .contact-contents-gift__ofbyfor-order {
  padding-top: 0;
}

.order {
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont,
    sans-serif;
  display: flex;
  justify-content: center;
  gap: 87px;
  min-height: 100vh;
  max-width: 1080px;
  margin: 0 auto;
  color: #41493e;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 480px) {
  .order {
      gap: 0px;
      display: block;
   }
}

/* QRÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â° ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â° */

.order .qr {
  background-color: #fff;
  background-image: url(../images/qr_bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 478px;
  height: 478px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* margin-top: 226px;  */
  position: fixed;
  top: 50%;
  /* left: 50%; */
  transform: translate(-65%, -50%);
}

.order .qr_title {
  font-size: 19px;
}

.order .qr_subtitle {
  font-size: 12px;
  margin-top: 10px;
}

.order .qr_image {
  margin-top: 30px;
  width: 154px;
}

/* QRÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â° ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â§ */

.order .form {
  max-width: 478px;
  width: 100%;
  height: 100%;
  transform: translateX(55%);
}

@media screen and (max-width: 750px) {
  .order .form {
    transform: none;
  }
}

.order .pop_form {
  overflow: hidden;
  background: #dbd9d4;
  min-height: 100vh;
}

.order .qr .qr_sns_icons {
  display: flex;
  width: 160px;
  justify-content: space-between;
  margin-top: 24px;
}

.order .qr .qr_sns_icons .qr_sns_icon a img {
  height: 100%;
}

@media all and (max-width: 980px) {
  .order .qr {
    display: none;
  }
}

.bottle {
  display: block;
  width: 150px;
  margin: 0 auto;
}

.slick-list .bottle {
  display: inline-block;
  position: absolute;
  transform: translate(-50%);
  width: 400px;
  margin: 33px auto 0;
}

.slick-list .bottle span {
  display: block;
  margin-top: 8px;
}

.bottle:hover {
  opacity: 0.8;
  cursor: pointer;
}

.bottle.check {
  position: relative;
  opacity: 0.8;
}

.slick-list .bottle.check {
  position: absolute;
  opacity: 0.8;
}

.bottle.check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/check_mark_icon.webp);
  background-size: contain;
  width: 150px;
  height: 150px;
}

.pop_form .contact-submit button.lock {
  opacity: 0.4;
  cursor: default;
}

.question-nextBtn.lock {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.swiper-lazy-preloader-black {
  color: #000;
}

.slick-slide {
  height: auto !important;
  text-align: center;
}

.slick-slide img {
  width: 150px;
  margin: 0 auto;
}

/*-----------ÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¸Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Âº----------*/

.order .req {
  color: #7b242f;
  font-size: 20px !important;
  line-height: 1;
  vertical-align: middle;
}

.order .text-note {
  font-size: 13px;
  margin-top: 5px;
}

.slick-list {
  height: 295px;
}

.slick-arrow {
  display: inline-block;
  padding: 10px;
  z-index: 1000;
}

.slick-arrow::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  left: 0;
  top: 8px;
}

.slick-arrow.slick-prev::before {
  transform: rotate(-135deg);
}

.slick-arrow.slick-next::before {
  transform: rotate(45deg);
}

.slick-next {
  right: 30px;
}

.slick-prev {
  left: 30px;
}

/* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¼Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¨ */
.mypage {
  display: block;
  width: 30%;
  margin-left: auto;
  margin-right: 26px;
  position: absolute;
  top: 0;
  right: 0;
  /* z-index: 2; */
}

/* question12ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â° */
.question13 .question-load {
  margin-top: 110px;
}

.favorite__btn {
  width: 60%;
  margin: 27px auto 0;
  display: block;
  background-color: black;
  cursor: pointer;
  border-radius: 40px !important;
  color: #fff;
  position: relative;
  z-index: 1000;
}

/*********************************
  Q1~Q9,Q11ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³
*********************************/

.question-content {
  position: relative;
  width: 90%;
  margin: 0 auto;
  /* margin-top: 32px; */
  display: block;
  height: 288px;
}

.decoration_bottle_container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
}

/******** ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â« **********/
.non-decoration-bottle {
  position: absolute;
  width: 245px;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.bottle-mask-container {
  position: absolute;
  display: flex;
  width: 175px;
  /* height: 100%; */
  height: 260px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bottle-mask-left {
  width: 90px;
}

.bottle-mask-right {
  width: 85px;
}

.bottle-mask-on {
  background: #dbd9d4;
  opacity: 0.8;
}

.bottle-mask-off {
  opacity: 0;
}

/******** Q1,Q2 ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â´ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂµÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¹Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Âº **********/
.question11-1-content-decoretion-bottle {
  height: 310px;
}

.washble_title_en {
  position: absolute;
  z-index: 3;
  font-size: 13px;
  top: 135px;
  left: 9px;
}

.washble_title_ja {
  position: absolute;
  z-index: 3;
  font-size: 10px;
  top: 153px;
  left: 9px;
}

@-moz-document url-prefix() {
  .washble_title_en {
    font-size: 13px;
    top: 135px;
    left: 14px;
  }
  .washble_title_ja {
    /* left: 17px; */
    left: 12px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .washble_title_en {
    top: 135px;
    left: 10px;
  }
  .washble_title_ja {
    left: 10px;
  }
}

.washble_box {
  position: absolute;
  z-index: 3;
  width: 30px;
  height: 30px;
  border: 2px solid #707070;
/*  top: 143px;*/
  top: 172px;
  left: 15px;
}

.washble_level {
  position: absolute;
  z-index: 3;
  font-size: 18px;
/*  top: 145px;*/
  top: 174px;
  left: 27px;
}

.treatment_title_en {
  position: absolute;
  z-index: 3;
  top: 91px;
  right: 12px;
}

.treatment_title_ja {
  position: absolute;
  z-index: 3;
  top: 109px;
  right: 19px;
}

.treatment_box {
  position: absolute;
  z-index: 3;
  width: 30px;
  height: 30px;
  border: 2px solid #707070;
  top: 130px;
  right: 17px;
}

.treatment_level {
  position: absolute;
  z-index: 3;
  font-size: 18px;
  top: 132px;
  right: 29px;
}

.washble.hide {
  opacity: 0;
}

.treatment.hide {
  opacity: 0;
}

/******** Q3 ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¦ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ **********/
.fragrance_title_en {
  position: absolute;
  top: 0;
  right: 31px;
}

.fragrance_title_ja {
  position: absolute;
  top: 18px;
  right: 27px;
}

.fragrance_img {
  position: absolute;
  width: 100px;
  top: 40px;
  right: 0;
}

.fragrance.hide {
  opacity: 0;
}

/******** Q4,5 ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¦ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¨Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€¦Ã‚Â¾ **********/
.kind-of-fragrance1 {
  position: absolute;
  z-index: 3;
/*  top: 167px;*/
  top: 205px;
  left: 9px;
  width: 51px;
}

.kind-of-fragrance2 {
  position: absolute;
  z-index: 3;
/*  top: 167px;*/
  top: 197px;
  right: 4px;
  width: 56px;
}

/******** Q6 ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¨Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â½ **********/
.efficacy_text {
  position: absolute;
  text-align: left;
  width: 100px;
}

.efficacy_text::after {
  position: absolute;
  content: "";
   background-image: url(../images/kounou.webp); 
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}

.efficacy_text1 {
  top: 114px;
  left: 36px;
}

.efficacy_text2 {
  top: 150px;
  right: -24px;
}

.efficacy_text3 {
  top: 144px;
  left: 36px;
}

.efficacy_text4 {
  top: 172px;
  right: -24px;
}

.efficacy_text5 {
  top: 210px;
  right: -24px;
}

.efficacy_text6 {
  top: 175px;
  left: 36px;
}

.efficacy_text7 {
  top: 207px;
  left: 36px;
}

/******** Q7,8 ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¶ **********/
.pump-type-cap1 {
  position: absolute;
  z-index: 3;
  margin: 0;
  left: -5px;
  width: 58px;
}

.pump-type-cap2 {
  position: absolute;
  z-index: 3;
  top: 2px;
  right: 17px;
  width: 56px;
}

.bottle-cover {
  position: absolute;
  bottom: 0;
  height: 100%;
  background: #dbd9d4;
  opacity: 0.7;
  width: 100px;
}

#left-bottle-cover {
  left: 135px;
}

#right-bottle-cover {
  left: 239px;
}

.question-content-decoretion-bottle .choosed-decoration-bottle {
  position: absolute;
  width: 160px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*********************************
  Q10ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³
*********************************/
.pump-type-cap-left10,
.pump-type-cap-right10 {
  position: absolute;
}

.pump-type-cap-left10 {
  width: 50px;
  left: 4px;
  bottom: 180px;
}

.pump-type-cap-right10 {
  width: 48px;
  left: 81px;
  bottom: 182px;
}

/*********************************
  Q12ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³
*********************************/
.question-content-decoretion-bottle {
  position: relative;
  width: 160px;
  margin: 0 auto;
  height: 330px;
}

.question-content-decoretion-bottle .hair-care-level-container {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 144px;
  bottom: 102px;
  left: 50%;
  transform: translateX(-50%);
}

.question-content-decoretion-bottle .hair-care-level-container .washble {
  opacity: 1;
  transition: 0.3s;
}

.question-content-decoretion-bottle .hair-care-level-container .moisturizing {
  opacity: 1;
  transition: 0.3s;
  margin-left: 36px;
}

.question-content-decoretion-bottle .hair-care-level-container .hide {
  opacity: 0;
}

.pump-type-cap-container12-1 {
  position: absolute;
  display: flex;
  width: 188px;
  bottom: 219px;
  left: 50%;
  transform: translateX(-50%);
}

.pump-type-cap-left12-1 {
  width: 66px;
}

.pump-type-cap-right12-1 {
  width: 64px;
  margin-left: 37px;
}

@media screen and (max-width: 750px) {
  .question-content {
    width: 95%;
  }

  .washble_title_en {
    /* left: 15px; */
    left: 12px;
  }

  .washble_title_ja {
    /* left: 19px; */
    left: 10px;    
  }

  .treatment_title_en {
    right: 14px;
  }

  .treatment_title_ja {
    right: 22px;
  }

  .fragrance_title_en {
    right: 29px;
  }

  .fragrance_title_ja {
    top: 16px;
    right: 26px;
  }

  .fragrance_img {
    width: 88px;
    top: 36px;
  }

  .kind-of-fragrance1 {
    left: 7px;
  }

  .kind-of-fragrance2 {
    right: 5px;
  }

  .efficacy_text1 {
    width: 88px;
  }

  .efficacy_text2 {
    width: 88px;
  }

  .efficacy_text3 {
    width: 88px;
  }

  .efficacy_text4 {
    width: 88px;
  }

  .efficacy_text5 {
    width: 88px;
  }

  .efficacy_text6 {
    width: 88px;
  }

  .efficacy_text7 {
    width: 88px;
  }

  .pump-type-cap1 {
    left: -5px;
  }

  .pump-type-cap2 {
    right: 16px;
  }

  .pump-type-cap-left10 {
    left: 4px;
    bottom: 176px;
  }

  .pump-type-cap-right10 {
    left: 81px;
    bottom: 178px;
  }
}

@media screen and (max-width: 750px) {
  .question12 .question-load {
    margin-bottom: 51px !important;
  }
}

/* ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³20ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â« */
.monaliza_vermeer_bottle_img {
  width: 95%;
  margin-left: 5px;
}

.monaliza_vermeer_pump-type-cap-left10 {
  left: 7px;
  bottom: 186px;
}

.monaliza_vermeer_pump-type-cap-right10 {
  left: 81px;
  bottom: 187px;
}

/* ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¦ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¦ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³ */
.select-fragrance .question-content-choosed-component-btn-column5 {
  margin-top: 8px;
  opacity: 0;
  height: 0;
}

.select-fragrance .question-content-choosed-component-btn-column5.show {
  animation: select-fragrance-show 1s forwards;
}

.select-fragrance .question-content-choosed-component-btn-column5.hide {
  animation: select-fragrance-hide 1s forwards;
}

@keyframes select-fragrance-hide {
  from {
    opacity: 1;
    height: 100%;
  }

  to {
    opacity: 0;
    height: 0;
  }
}

@keyframes select-fragrance-show {
  from {
    opacity: 0;
    height: 0;
  }

  to {
    opacity: 1;
    height: 100%;
  }
}

.select-fragrance-type-of-natural {
  margin-top: 24px;
}

.select-fragrance-title {
  text-align: center;
  font-size: 19px;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}

.select-fragrance-title p {
  display: inline-block;
}

.select-fragrance-title span {
  font-size: 0.8em;
}

.fragrance-title {
  text-align: center;
  font-size: 19px;
}

.select-fragrance-text {
  text-align: center;
  margin-top: 8px;
  font-size: 13px;
}

.select-fragrance-detail {
  width: 100px;
  height: 30px;
  border-radius: 15px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin-top: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}

/* Q3,Q4ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â« */
.fragrance-detail-modal {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  padding: 32px 50px;
  background: #fff;
  border-radius: 16px;
  z-index: 1001;
  margin-top: 8px;
  display: none;
}

@media screen and (max-width: 750px) {
  .fragrance-detail-modal {
    width: 280px;
    padding: 50px 20px;
  }
}

.fragrance-detail-modal__title {
  font-size: 19px;
  text-align: center;
}

.fragrance-detail-modal__text {
  text-align: center;
}

.fragrance-detail-modal__fragrance-lists {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  margin-top: 24px;
}

.fragrance-detail-modal__fragrance-list {
  width: calc(100% / 2 - 8px);
}

.fragrance-detail-modal__fragrance-list__img {
  width: 100%;
}

.fragrance-detail-modal__fragrance-list__img img {
  display: block;
  width: 100px;
  margin: 0 auto;
}

.fragrance-detail-modal__fragrance-lists.perfume .fragrance-detail-modal__fragrance-list__img img {
  width: 150px;
  height: 92px;
  object-fit: contain;
}

.fragrance-detail-modal__fragrance-lists.natural .fragrance-detail-modal__fragrance-list__img img {
  width: 60px;
}

.fragrance-detail-modal__fragrance-list__title {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1em;
  margin-top: 4px;
}

.fragrance-detail-modal__fragrance-list__title span {
  font-size: 1.2rem;
  text-align: center;
}

.fragrance-detail-modal__fragrance-list__text {
  margin-top: 8px;
}

.fragrance-detail-modal__close-btn {
  width: 100%;
  border-radius: 40px;
  cursor: pointer;
  padding: 6px;
  background: #000;
  color: #fff;
  font-size: 19px;
  text-align: center;
  margin-top: 48px;
}

.fragrance-detail-modal__close-icon {
  position: absolute;
  top: 28px;
  right: 28px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.fragrance-detail-modal__close-icon .line-first {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}

.fragrance-detail-modal__close-icon .line-second {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #000;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media(max-width:1024px) {
  .question7 .question-content-child label:hover {
    background-color: #fff !important;
  }

  .question7 .question-content-child label.check,
  .question6 .question-content-child label.check:hover {
    background-color: #888 !important;
  }
}

.template-mail {
  width: 450px;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}

.template-mail .pop_form {
  background: #DBD9D4;
}

.template-mail .infomartion  {
  height: 280px;
}

@media(max-width:767px){
  .tg_thanks_page{
    height: auto;
    padding:50px 15px;
  }
}