/* header */

header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100;
  max-width: 1200px;
}

.header_inner {
  padding: 3vw 3.5% 0 3.5%;
}

.logo {
  width: 290px;
}

.hamburger {
  display: block;
  z-index: 1000;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 5%;
  top: 3vw;
  cursor: pointer;
  text-align: center;
  z-index: 10000;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 46px;
  height: 4px;
  left: 2px;
  background: #000;
  transition: 0.3s ease-in-out
}

.hamburger span:nth-child(1) {
  top: 5px
}

.hamburger span:nth-child(2) {
  top: 20px
}

.hamburger span:nth-child(3) {
  top: 35px
}

.hamburger.active span:nth-child(1) {
  top: 20px;
  transform: rotate(-45deg)
}

.hamburger.active span:nth-child(2) {
  top: 20px;
  transform: rotate(45deg)
}

.hamburger.active span:nth-child(3) {
  opacity: 0
}

.gMenu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  background-color: rgba(205, 229, 219, 0.8);
  display: none;
  z-index: 999;
  padding: 5% 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);

  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

@media screen and (max-width: 599px) {
  .gMenu {
    padding: 100px 0 0
  }
}

.gMenu img {
/*
  width: 40%;
  display: block;
  margin: 0 auto 50px;
*/
  width: 10%;
  display: block;
  margin: 0 auto 0 auto;
}

.gMenu .gMenu_btn {
  width: 300px;
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .gMenu img {
/*    
    width: 50%;
    margin: 0 auto 40px;
*/
    width: 20%;
    margin: 0 auto 0 auto;
  }

  .gMenu .gMenu_btn {
    width: 40%;
    margin-top: 20px;
  }
}

.gMenu ul {
  text-align: center;
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 1
}

@media screen and (max-width: 599px) {
  .gMenu ul {
    margin: 0 0 10px
  }
}

.gMenu ul span {
  font-size: 14px
}

.gMenu ul li {
  margin-bottom: 10px
}

.gMenu ul li a {
  display: block;
}

.gMenu .policyBox {
  display: flex;
  justify-content: center;
}

.gMenu .policyBox p {
  padding: 0 20px;
  border-right: 1px solid #41493E
}

.gMenu .gMenu_sns_icons {
  display: flex;
  width: 300px;
  margin: -30px auto 0;
}

.gMenu .gMenu_sns_icons .gMenu_sns_icon a img {
  height: 100px;
  display: inline-block;
  margin: 0;
}

@media screen and (max-width: 599px) {
  .gMenu .policyBox p {
    padding: 0 10px
  }

  .gMenu .gMenu_sns_icons {
    width: 200px;
    margin: -20px auto 0;
  }

  .gMenu .gMenu_sns_icons .gMenu_sns_icon a img {
    height: 90px;
  }
}

.gMenu .policyBox p:last-child {
  border: none
}

@media all and (max-width: 800px) {
  .logo {
    width: 190px;
  }
}

@media all and (max-width: 500px) {
  .logo {
    width: 100px;
  }
}

/* footer fixed */
.btn_pop {
  width: 45%;
  width: 300px;
}

.btns_product {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}

.btn_product {
  display: block;
  width: 300px;
  margin: 0 auto;
}

.bottom_banner {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #8CD5B9;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  z-index: 3;
}

.bottom_banner_title {
  font-size: 30px;
  font-weight: bold;
  font-family: 'trajan_sm';
  margin-bottom: 1px;
  color: #ACA153;
}

.bottom_banner_text {
  color: #CCCCCC;
  font-size: 12px;
  color: #41493E;
}

.bottom_banner_title {}

.tg_banner_dgd img {
  width: 100%;
}

.main_visual {
  position: relative;
  width: 100%;
  height: 50vw;
  /*  background-size: contain;*/
  background-size: cover;
  background-size: 100vw;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(img/2.webp);
  /* background-image: url(img/main_visual_pc.webp); */
  background-position: center 0;
}

.main_visual_title {
  position: absolute;
  color: white;
  right: 10%;
  bottom: 30%;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 1.8px;
  font-weight: bold;
  text-align: right;
}

@media all and (max-width: 750px) {
  .main_visual_title {
    right: 55%;
    bottom: 67%;
    text-align: left;
    text-shadow: 0 25px 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
  }

  .main_visual {
    background-size: 730px;
    background-position: 50% -35px;
    height: 460px;
    /* background-image: url(img/main_visual_sp.webp); */
    background-image: url(img/main_visual_sp.webp);
  }
}

.section_1 {
  background-image: url(img/1.png);
  background-size: cover;
  height: 55vw;
}

@media screen and (max-width: 750px) {
  .section_1 {
    background-image: url(img/2nd_SP.jpg);
    background-size: 100vw;
    background-position: 50% -134px;
    height: 500px;
  }
}

@media screen and (max-width: 399px) {
  .section_1 {
    background-position: 50% -100px;
  }
}

@media screen and (max-width: 374px) {
  .section_1 {
    background-position: 50% -95px;
    height: 480px;
  }
}

.middle-img {
  display: flex;
}

.middle-img img {
  width: 33.3%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* フォームのスタイル */
input[type=text],
input[type=email],
input[type=tel] {
  border: 1px solid #000;
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  text-align: left;
  font-size: 16px;
  width: 100%;
  height: 100%;
}

.contact {
  background: #DBD9D4;
  padding: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.contact_title {
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

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

.contact_title.mt80 {
  margin-top: 80px;
}

@media (max-width: 750px) {
  .contact_title.mt80 {
    margin-top: 40px;
  }
}

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

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

.contact-contents-bottle-set {
  width: 80%;
  margin: 0 auto;
  margin-top: 24px;
}

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

.contact-contents-bottle-set table th {
  vertical-align: top;
  text-align: left;
  font-size: 16px;
}

.contact-contents-bottle-set table .contact-contents-bottle-set-img {
  width: 10%;
  vertical-align: middle;
}

.contact-contents-bottle-set table .contact-contents-bottle-set-desc {
  width: 40%;
  vertical-align: middle;
}

.contact-contents-bottle-set table .contact-contents-bottle-set-order {
  width: 50%;
}

@media (max-width: 750px) {
  .contact-contents-bottle-set table .contact-contents-bottle-set-img {
    width: 100%;
    display: block;
    border: none !important;
  }

  .contact-contents-bottle-set table .contact-contents-bottle-set-desc {
    width: 100%;
    display: block;
    border: none !important;
    padding-top: 0;
  }

  .contact-contents-bottle-set table .contact-contents-bottle-set-order {
    width: 100%;
    display: block;
    padding-top: 20px;
  }

  .contact-contents-bottle-set table .contact-contents-bottle-set-order .prod-order {
    margin: auto;
  }

  .contact-contents-bottle-set table th {
    width: 100%;
    display: block;
    border: none !important;
  }

  .contact-contents-bottle-set table td {
    width: 100%;
    display: block;
    border: none !important;
  }

  .contact-contents-bottle-set table td:last-child {
    border-bottom: solid 1px #000 !important;
  }

}

.contact-contents-customization {
  width: 80%;
  max-width: 1250px;
  margin: 0 auto;
  margin-top: 24px;
  /* 2025/2/18 追加 */
/*
  height: auto !important;
  min-height: 200px !important;
  max-height: none !important;
  overflow: visible !important;
*/
}

@media (max-width: 750px) {
  .contact-contents-customization {
    width: 100%;
  }
}

.contact-contents-customization-items {
  border-bottom: solid 1px #000;
  padding-top: 45px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-contents-customization-items-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: 40px;
}

@media (max-width: 1000px) {
  .contact-contents-customization-items-list {
    max-width: 500px;
  }
}

@media (max-width: 750px) {
  .contact-contents-customization-items-list {
    gap: 10px 10px;
    max-width: 340px;
  }
}

.contact-contents-customization-items-list.mw_800 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 750px) {
  .contact-contents-customization-items-list.mw_800 {
    max-width: 400px;
  }
}

.contact-contents-customization-items-title {
  display: flex;
  justify-content: center;
  font-size: 23px;
  font-weight: 700;
  color: #1e1e1e;
}

.contact-contents-customization-items-title span {
  margin-right: 6px;
}

.contact-contents-customization-item {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 156px; */
  /* height: 156px; */
  width: 120px;
  height: 120px;
  border: solid 2px #000;
  border-radius: 50%;
  /* font-size: 23px; */
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  transition: background-color .3, color .3;
  cursor: pointer;
}

@media (max-width: 750px) {
  .contact-contents-customization-item {
    /* width: 100px; */
    /* height: 100px; */
    width: 80px;
    height: 80px;
    /* font-size: 16px; */
    font-size: 11px;
    line-height: 1.4;
  }

}

.contact-contents-customization-items-note{
  text-align: center;
  margin-top: 20px;
}

.contact-contents-customization-items-note span{
  display: inline-block;
}
.contact-contents-customization-item.active {
  background-color: #000;
  color: #fff;
}

.question-content-choosed-bottle-design {
  padding-bottom: 40px;
  border-bottom: solid 1px #000;
}

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

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

.contact-contents-table table th {
  vertical-align: top;
  text-align: left;
  font-size: 16px;
}

.contact-submit {
  text-align: center;
}

.contact-submit .policy_chk {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
}

.contact-submit .advertise_chk {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}

.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;
  cursor: pointer;
}

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

.contact-contents-bottle-set {
  width: 100%;
  max-width: 1250px;
}

.contact-contents-bottle-set-title-price {
  font-size: 18px;
  font-weight: 700;
}

.contact-contents-bottle-set-title-price span {
  font-size: 23px;
  font-weight: 700;
}

.contact-contents-bottle-set-title-price-wrap {
  display: flex;
  justify-content: center;
  margin: 24px 0 100px;
}

.contact-contents-bottle-set table {
  table-layout: fixed;
  border-spacing: 0;
}

.contact-contents-bottle-set table tbody tr th,
.contact-contents-bottle-set table tbody tr td {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-contents-bottle-set table tbody tr:not(:first-child) th {
  padding-left: 20px;
}

.contact-contents-bottle-set table tbody tr:first-child th,
.contact-contents-bottle-set table tbody tr:first-child td,
.contact-contents-bottle-set table tbody tr:last-child th,
.contact-contents-bottle-set table tbody tr:last-child td {
  border-bottom: solid 1px #000;
}

.contact-contents-bottle-set table tbody tr:first-child th.no_border,
.contact-contents-bottle-set table tbody tr:first-child td.no_border,
.contact-contents-bottle-set table tbody tr:last-child th.no_border,
.contact-contents-bottle-set table tbody tr:last-child td.no_border {
  border-bottom: none;
}

.vertical_middle{
  vertical-align:middle;
}

@media (max-width: 750px) {

  /* .contact-contents-bottle-set table tbody tr th,
    .contact-contents-bottle-set table tbody tr td {
      display: block;
      width: 100%;
    } */

  .contact-contents-bottle-set table tbody tr th {
    padding-bottom: 0;
    border: none;
  }

  /* .contact-contents-bottle-set table tbody tr:first-child th,
    .contact-contents-bottle-set table tbody tr:last-child th {
      border-bottom: 0;
    } */
}

.contact-contents-bottle-set table tbody tr th .prod-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.contact-contents-bottle-set table tbody tr th .prod-imgs.gap30 {
  gap: 30px;
  margin-bottom: 30px;
}

.contact-contents-bottle-set table tbody tr th .prod-imgs img {
  height: 10vw;
  min-height: 130px;
}

@media (max-width: 750px) {
  .contact-contents-bottle-set table tbody tr th .prod-imgs img {
    height: clamp(170px, 250px, 40vw);
    margin-bottom: 20px;
  }
}

.contact-contents-bottle-set table tbody tr th .prod-name {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.contact-contents-bottle-set table tbody tr th .prod-name span {
  font-size: 14px;
  font-weight: 700;
}

.contact-contents-bottle-set table tbody tr th .prod-name-sub {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.contact-contents-bottle-set table tbody tr th .prod-price {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.contact-contents-bottle-set table tbody tr th .prod-price span {
  font-size: 24px;
  font-weight: 700;
}

.contact-contents-bottle-set table tbody tr td .prod-order {
  margin-top: 10px;
  max-width: 340px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-contents-bottle-set table tbody tr td .prod-order-center {
  justify-content: center;
}
@media screen and (max-width:750px){
  .contact-contents-bottle-set table tbody tr td .prod-order-center {
    margin: 0 auto;
  }
}

.contact-contents-bottle-set table tbody tr td .prod-order-center span{
  margin-right: 15px;
}

.contact-contents-bottle-set table tbody tr td .prod-order:first-child {
  margin-top: 0;
}

.contact-contents-bottle-set table tbody tr td .prod-order span span {
  display: inline-block;
  width: 30px;
  text-align: center;
}

@media (max-width: 750px) {
  .contact-contents-bottle-set table tbody tr td {
    font-size: 14px;
  }
}

.contact-contents-table {
  width: 100%;
  max-width: 780px;
}

.contact-contents-table table {
  table-layout: fixed;
}

@media (max-width: 750px) {
  .contact-contents-table table tr th {
    font-size: 12px;
  }
}

.contact-contents-table table tr td {
  width: 60%;
}

@media (max-width: 750px) {
  .contact-contents-table table tr td {
    font-size: 12px;
  }
}


#set_mens,
#set_womens,
#set_cool,
#set_white,
#set_black,
#shampoo_mens,
#shampoo_womens,
#shampoo_cool,
#shampoo_white,
#shampoo_black,
#treatment_mens,
#treatment_womens,
#treatment_cool,
#treatment_white,
#treatment_black,
#perfume_white,
#perfume_black {
  border: 1px solid #000;
  background: #fff;
/*
  width: 44px;
  height: 44px;
*/
  width: 13px;
  height: 13px;
  padding: 8px;
  border-radius: 6px;
}

.order_bottle_set_require {
  color: #7b242f;
  font-size: 12px;
}

.order_bottle_set_require_sp {
  color: #7b242f;
  font-size: 12px;
  line-height: 12px;
}

.campane_banner {
  text-align: center;
  color: #BF62A5;
  border: 1px solid #BF62A5;
  width: 100%;
  padding: 18px;
  font-size: 20px;
  font-weight: bold;
  max-width: 1250px;
  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: 52px;
}

@media (max-width: 750px) {
  .order_bottle_set_require {
    display: none;
  }

  .order_bottle_set_require_sp {
    display: block;
  }
}

@media (min-width: 751px) {
  .order_bottle_set_require {
    display: block;
  }

  .order_bottle_set_require_sp {
    display: none;
  }
}

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

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

.contact-contents-radio label {
  /* margin: 0 30px; */
  margin-right: 30px;
}

.contact-contents-radio label input {
  margin-right: 5px;
  margin-bottom: 5px;
}


.fixed_baner {
  position: fixed;
  z-index: 999;
  width: 230px;
  right: 5%;
  top: 110px;
  transition: all .3s;
}

.fixed_baner span {
  position: absolute;
  top: -1%;
  right: 6%;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.fixed_baner.hide {
  opacity: 0;
}

@media all and (max-width:750px) {
  .fixed_baner {
    width: 150px;
    /* bottom: 90px; */
    bottom: 20px;
    height: 115px;
    top: auto;
  }

  .fixed_baner a {
    display: block;
  }

  .fixed_baner a img {
    width: 100%;
  }
}

.bottle-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.bottom_banner {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
  background: #AD8500;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  z-index: 3;
}

.bottom_banner_title {
  font-size: 30px;
  font-weight: bold;
  color: #41493E;
}

.bottom_banner_text {
  color: #CCCCCC;
  font-size: 12px;
}

.pop_privacy_close {
  position: absolute;
  top: 30px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.pop_privacy_close span:first-child {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.pop_privacy_close span:last-child {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.pop_privacy_close span {
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
}

.pop_privacy_close span {
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
}

/* utilities sassから取ってきたスタイル */
.mt-4 {
  margin-top: 15px !important;
}

.mb-5 {
  margin-bottom: 30px !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.d-flex {
  display: flex !important;
}

/* destyle cssからとって来たスタイル */
label[for] {
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  text-align: center;
}

/* フォームのスタイル　ここまで */

/* footer */

footer {
  background-color: #295369;
  padding: 5%
}

footer ul {
  text-align: center;
  margin: 0 0 100px
}

.footer_logo {
  width: 200px;
}

footer .footer_sns_icons {
  display: flex;
  width: 220px;
  margin: 0 auto;
  justify-content: space-between;
}

footer .footer_sns_icons .footer_sns_icon a img {
  height: 40px;
  display: inline-block;
  margin: 0;
  filter: opacity(.7) drop-shadow(0 0 0 #C3E6D9);
}

@media screen and (max-width: 599px) {
  footer ul {
    margin: 0 0 50px
  }

  footer .footer_sns_icons {
    width: 160px;
  }

  footer .footer_sns_icons .footer_sns_icon a img {
    height: 24px;
  }
}

footer ul li {
  color: #C3E6D9;
  margin-bottom: 30px;
}

footer ul li a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}

footer img {
  display: block;
  margin: 0 auto;
}

#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: 15px;
  line-height: 1.5;
}

.pop_privacy_close {
  position: absolute;
  top: 30px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.pop_privacy_close span {
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
}

.pop_privacy_close span:first-child {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.pop_privacy_close span:last-child {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.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: 25px;
  margin-bottom: 20px;
}

.pop_privacy {
  cursor: pointer;
  /* 2025/5/19 修正 */
  font-size: 16px;  
/*
  font-size: 14px;
  color: #1a50b7;
  border-bottom: 1px solid #1a50b7;
*/
}

.pop_rule {
  cursor: pointer;
  font-size: 16px;
}

.pop_up_show.active {
  display: block;
}

/* footerここまで */

/* スペシャルボトル */
.special_bottle {
  max-width: 790px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .special_bottle {
    flex-direction: column;
    gap: 60px;
  }
}

.special_bottle-item {
  max-width: 43.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .special_bottle-item {
    max-width: 100%;
  }
}

.special_bottle-item-bottle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.special_bottle-item-bottle h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 40px;
  /* 2025/5/19 追加 */
  line-height: 30px;
}

.special_bottle-item-bottle-design {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.special_bottle-item-bottle-design img {
  height: 350px;
}

.special_bottle-item-bottle p {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

.special_bottle-item-essential h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: trajan;
}

.special_bottle-item-essential h3 span {
  font-size: 12px;
}

.special_bottle-item-essential p {
  font-size: 13px;
}

/* スペシャルボトルここまで */

/* コラボレーション */
.collaboration {
  max-width: 790px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .collaboration {
    flex-direction: column;
    gap: 40px;
  }
}

.collaboration-img {
  max-width: 54%;
  margin-right: 40px;
}

@media screen and (max-width: 750px) {
  .collaboration-img {
    max-width: 90%;
    margin-right: 0px;
  }
}

.collaboration-content p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  /* 2025/5/19 追加 */
  line-height: 30px;
}

.collaboration-content .tg_title_top {
  margin-bottom: 20px;
}

.collaboration-content-sns {
  display: flex;
  justify-content: center;
  gap: 10px;
  /* 2025/5/19 追加 */
  margin-bottom: 20px;
}

.collaboration-content-sns-item {
  width: 36px;
  height: auto;
}

.disable-button .contact-contents-customization-item{
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

.disable-button{
  position: relative;
}

.disable-border {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  /* width: 100px; */
  width: 130%;
  border: 1px solid red;
}

/* コラボレーションここまで */

/* TOP下のロゴ部 */
.of_by_for {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.of_by_for-logo {
  max-width: 398px;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .of_by_for-logo {
    max-width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.of_by_for h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px;
  /* 2025/4/28 追加 */
  line-height: normal;
}

@media screen and (max-width: 750px) {
  .of_by_for h3 {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

.of_by_for-img-desc-copy {
  text-align: center;
  /* font-size: 24px; */
  font-size: 1.62162vw;
  font-weight: 700;
/*  color: #1e1e1e;*/
  color: #ffffff;  
  line-height: 1.45;
  /* margin-bottom: 26px; */
  margin-bottom: 1.75675vw;
}

/* 2025/4/30 追加 */
.of_by_for-img-desc-copy-nanao {
  text-align: center;
  /* font-size: 24px; */
  font-size: 1.62162vw;
  font-weight: 700;
/*  color: #1e1e1e;*/
  color: #ffffff;  
  line-height: 1.45;
  /* margin-bottom: 26px; */
  margin-bottom: 1.75675vw;
}

/* 2025/4/30 追加 */
.of_by_for-img-desc-copy-hasegawa {
  text-align: center;
  /* font-size: 24px; */
  font-size: 1.62162vw;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 1.45;
  /* margin-bottom: 26px; */
  margin-bottom: 1.75675vw;
}

/* 2025/4/30 追加 */
.of_by_for-img-desc-copy-yorokobi {
  text-align: center;
  /* font-size: 24px; */
  font-size: 1.62162vw;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 1.45;
  /* margin-bottom: 26px; */
  margin-bottom: 1.75675vw;
}

/* 2025/4/30 追加 */
.of_by_for-img-desc-copy-hoshou {
  text-align: center;
  /* font-size: 24px; */
  font-size: 1.62162vw;
  font-weight: 700;
/*  color: #1e1e1e;*/
  color: #000000;  
  line-height: 1.45;
  /* margin-bottom: 26px; */
  margin-bottom: 1.75675vw;
}

/* 2025/4/30 追加 */
.of_by_for-img-desc-copy-Hal {
  text-align: center;
  /* font-size: 24px; */
  font-size: 1.62162vw;
  font-weight: 700;
/*  color: #1e1e1e;*/
  color: #000000;  
  line-height: 1.45;
  /* margin-bottom: 26px; */
  margin-bottom: 1.75675vw;
}

/* 2025/4/30 追加 */
.of_by_for-img-desc-copy-saito {
  text-align: center;
  /* font-size: 24px; */
  font-size: 1.62162vw;
  font-weight: 700;
/*  color: #1e1e1e;*/
  color: #FFFFFF;  
  line-height: 1.45;
  /* margin-bottom: 26px; */
  margin-bottom: 1.75675vw;
}

/* 2025/4/30 追加 */
.of_by_for-img-desc-copy-tia {
  text-align: center;
  /* font-size: 24px; */
  font-size: 1.62162vw;
  font-weight: 700;
/*  color: #1e1e1e;*/
  color: #FFFFFF;  
  line-height: 1.45;
  /* margin-bottom: 26px; */
  margin-bottom: 1.75675vw;
}

/* 2025/4/30 追加 */
.of_by_for-img-desc-copy-rinno-ofuro {
  text-align: center;
  /* font-size: 24px; */
  font-size: 1.62162vw;
  font-weight: 700;
/*  color: #1e1e1e;*/
  color: #ffffff;  
  line-height: 1.45;
  /* margin-bottom: 26px; */
  margin-bottom: 1.75675vw;
  text-shadow: 1px 1px 1px black;
}

@media (max-width: 1000px) {
  .of_by_for-img-desc-copy {
    /* font-size: 4.8vw; */
    font-size: clamp(12px, 4.8vw, 24px);
    /* margin-bottom: 5.25vw; */
    margin-bottom: 3vw;
    color: white;
    text-shadow: 1px 1px 1px black;
  }

  /* 2025/4/30 追加 */
  .of_by_for-img-desc-copy-nanao {
    /* font-size: 4.8vw; */
    font-size: clamp(12px, 4.8vw, 24px);
    /* margin-bottom: 5.25vw; */
    margin-bottom: 3vw;
    color: white;
    text-shadow: 1px 1px 1px black;
  }

  /* 2025/4/30 追加 */
  .of_by_for-img-desc-copy-hasegawa {
    /* font-size: 4.8vw; */
    font-size: clamp(12px, 4.8vw, 24px);
    /* margin-bottom: 5.25vw; */
    margin-bottom: 3vw;
    color: white;
    text-shadow: 1px 1px 1px black;
  }

  /* 2025/4/30 追加 */
  .of_by_for-img-desc-copy-yorokobi {
    /* font-size: 4.8vw; */
    font-size: clamp(12px, 4.8vw, 24px);
    /* margin-bottom: 5.25vw; */
    margin-bottom: 3vw;
    color: white;
    text-shadow: 1px 1px 1px black;
  }

 /* 2025/4/30 追加 */
  .of_by_for-img-desc-copy-hoshou {
    /* font-size: 4.8vw; */
    font-size: clamp(12px, 4.8vw, 24px);
    /* margin-bottom: 5.25vw; */
    margin-bottom: 3vw;
    color: white;
    text-shadow: 1px 1px 1px black;
  }

/* 2025/4/30 追加 */
  .of_by_for-img-desc-copy-Hal {
    /* font-size: 4.8vw; */
    font-size: clamp(12px, 4.8vw, 24px);
    /* margin-bottom: 5.25vw; */
    margin-bottom: 3vw;
    color: white;
    text-shadow: 1px 1px 1px black;
 }

 /* 2025/4/30 追加 */
  .of_by_for-img-desc-copy-saito {
    /* font-size: 4.8vw; */
    font-size: clamp(12px, 4.8vw, 24px);
    /* margin-bottom: 5.25vw; */
    margin-bottom: 3vw;
    color: white;
    text-shadow: 1px 1px 1px black;
 }

  /* 2025/4/30 追加 */
  .of_by_for-img-desc-copy-tia {
    /* font-size: 4.8vw; */
    font-size: clamp(12px, 4.8vw, 24px);
    /* margin-bottom: 5.25vw; */
    margin-bottom: 3vw;
    color: white;
    text-shadow: 1px 1px 1px black;
  }

  /* 2025/5/2 スマホページ用 */
  .loryu-img-desc {
    position: absolute;
    top: 30%;
    left: 14.5vw;
    color: white;
    /* font-size: 24px; */
    font-size: 1.875vw;
    line-height: 2;
    z-index: 10;
  }

  /* 2025/4/30 追加 */
  .of_by_for-img-desc-copy-rinno-ofuro {
    /* font-size: 4.8vw; */
    font-size: clamp(12px, 4.8vw, 24px);
    /* margin-bottom: 5.25vw; */
    margin-bottom: 3vw;
    color: white;
    text-shadow: 1px 1px 1px black;
  }
}

.of_by_for-img-desc-img {
  display: flex;
  justify-content: center;
  /* gap: 30px; */
  gap: 2.02702vw;
  height: 130px;
  /* height: 12.83783vw; */
  width: auto;
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  .of_by_for-img-desc-img {
    gap: 6vw;
    /* height: 37.5vw; */
    height: 29vw;
    max-height: 220px;
    /* margin-bottom: 5.25vw; */
    margin-bottom: clamp(10px, 5.25vw, 30px);
  }

}

.of_by_for-img-desc-img-item {
  height: 100%;
  width: auto;
}

.button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 370px;
  height: 42px;
/*  border: solid 3px #1e1e1e;*/
  border: solid 3px #ffffff;  
  border-radius: 21px;
  font-size: 19px;
  line-height: 34px;
  text-align: center;
/*  
  color: #1e1e1e;
*/
  color: #ffffff;  
  margin-bottom:20px;
}

.button.w348 {
  width: 21.875vw;
  height: 3.125vw;
  border-radius: 1.5625vw;
  font-size: 1.484375vw;
  line-height: 2.65625vw;
}

@media (max-width: 1000px) {
  .button.w348 {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 65.625vw; */
    width: clamp(200px, 65.625vw, 450px);
    height: 9.375vw;
    max-height: 70px;
    border-radius: 4.6875vw;
    /* font-size: 4.453125vw; */
    font-size: clamp(12px, 3vw, 24px);
    /* line-height: 7.96875vw; */
  }
}

/* TOP下のロゴ部ここまで */

.top {
  position: relative;
}

.top-img {
  display: flex;
}

.top-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
}

.top-img-all {
  width: 100%;
}

.top-img-all.sp {
  display: none;
}

/* 2025/7/10：大谷美香さん用に追加 */
.top-img-all-otani-mika.sp {
  display: none;
}

@media (max-width: 1000px) {
  .top-img {
    flex-direction: column-reverse;
  }

  .top-img img {
    height: 450px;
  }

  .top-img img.top-img-all {
    width: 100%;
    height: 100vh;
/*
    height: 100%;
*/
  }

  /* 2025/7/10：大谷美香さん用に追加 */
  .top-img img.top-img-all-otani-mika {
    width: 100%;
    height: 100%;
  }

  .top-img-all.pc {
    display: none;
  }

  .top-img-all.sp {
    display: block;
  }

  /* 2025/7/10：大谷美香さん用に追加 */
  .top-img-all-otani-mika.sp {
    display: block;
  }
}


.loryu-img-desc {
  position: absolute;
/*  
  top: 30%;
  left: 14.5vw;
*/
  top: 25%;
  left: 5%;  
  color: white;
  /* font-size: 24px; */
  font-size: 1.875vw;
  line-height: 2;
  z-index: 10;
}

.loryu-img-desc-copy {
  margin-bottom: 20px;
}

.loryu-img-desc-title-txt {
  margin-top: 24px;
  margin-bottom: 16px;
}

.loryu-img-desc-img {
  margin-bottom: 24px;
  /* height: 130px; */
  height: 10.15625vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
}

.loryu-img-desc-img-water {
  height: 100%;
}

.loryu-img-desc-img-oil {
  height: 60%;
}

.loryu-img {
  display: flex;
  height: 41.875vw;
}

.loryu-img-item {
  position: relative;
  width: 50%;
  height: 100%;
}

.loryu-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loryu-img-item p {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 4.6875vw;
  padding-left: 4.6875vw;
  text-align: left;
  font-size: 24px;
  line-height: 2;
  color: #fff;
}


@media screen and (max-width: 1000px) {
  .loryu-img-item p {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 4.6875vw;
    padding-left: 4.6875vw;
    text-align: left;
    font-size: 15px;
    line-height: 2;
    color: #fff;
  }

  .loryu-img-desc {
    position: absolute;
    top: auto;
    bottom: 5%;
    right: 0%;
    left: 0%;
    color: white;
    font-size: 15px;
    line-height: 1.5;
  }

  .loryu-img-desc-copy {
    margin-bottom: 10px;
  }

  .loryu-img-desc-img {
    margin-bottom: 24px;
    height: 26.66666vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 12px;
  }
}

@media screen and (max-width: 500px) {
  .loryu-img-desc {
    bottom: 15%;
  }
}

/* 2025/2/17 ヘアオイル追加 */
.contact-contents-customization-hairoil {
  width: 80%;
  max-width: 1250px;
  margin: 0 auto;
  margin-top: 24px;
}

@media (max-width: 750px) {
  .contact-contents-customization-hairoil {
    width: 100%;
  }
}

.contact-contents-customization-items-hairoil {
  border-bottom: solid 1px #000;
  padding-top: 45px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-contents-customization-items-list-hairoil {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: 40px;
}

@media (max-width: 1000px) {
  .contact-contents-customization-items-list-hairoil {
    max-width: 500px;
  }
}

@media (max-width: 750px) {
  .contact-contents-customization-items-list-hairoil {
    gap: 10px 10px;
    max-width: 340px;
  }
}

.contact-contents-customization-items-list-hairoil.mw_800 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 750px) {
  .contact-contents-customization-items-list-hairoil.mw_800 {
    max-width: 400px;
  }
}

.contact-contents-customization-items-title-hairoil {
  display: flex;
  justify-content: center;
  font-size: 23px;
  font-weight: 700;
  color: #1e1e1e;
}

.contact-contents-customization-items-title-hairoil span {
  margin-right: 6px;
}

.contact-contents-customization-item-hairoil {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 156px; */
  /* height: 156px; */
  width: 120px;
  height: 120px;
  border: solid 2px #000;
  border-radius: 50%;
  /* font-size: 23px; */
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  transition: background-color .3, color .3;
  cursor: pointer;
}

@media (max-width: 750px) {
  .contact-contents-customization-item-hairoil {
    /* width: 100px; */
    /* height: 100px; */
    width: 80px;
    height: 80px;
    /* font-size: 16px; */
    font-size: 11px;
    line-height: 1.4;
  }

}

.contact-contents-customization-items-note-hairoil{
  text-align: center;
  margin-top: 20px;
}

.contact-contents-customization-items-note-hairoil span{
  display: inline-block;
}
.contact-contents-customization-item-hairoil.active {
  background-color: #000;
  color: #fff;
}

.disable-button .contact-contents-customization-item-hairoil{
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}