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

/* common */
* {
  margin: 0;
  padding: 0;
}

/* @font-face {
  font-family: "Hiragino Kaku Gothic Std";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Hiragino Kaku Gothic Std W8.otf");
} */

body {
  /* font-family: "Hiragino Kaku Gothic Std" !important; */
}

.container-page {
  /* max-width: 800px; */
  margin: 0 auto;
}

.common-max-width {
  max-width: 800px !important;
}

.margin-auto {
  margin-right: auto;
  margin-left: auto;
}

.bg-gray {
  background-color: #f3f4f5;
}

.fz-10 {
  font-size: 10px !important;
}

.fz-11 {
  font-size: 11px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-13 {
  font-family: 'Trajan Pro';
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.mt-10 {
  margin-top: 5rem !important;
}

.card__product2--body .text-right{
  text-align: right;
}

.mb-2{
  margin-bottom: 2px;
}

.fm2 {
  font-family: "Shippori Mincho";
  font-weight: 400;
  line-height: 18px;
}

.ofbyfor__title {
  /* font-size: 18px; */
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
}

.ofbyfor__title2 {
  /* font-size: 16px; */
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
}

.ofbyfor__text--content {
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}

.card__product--button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  width: 131px;
  height: 30px;
  border-radius: 0;
  display: block;
}

.card__product--link {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
}

.card__product--link:hover {
  /* text-decoration: underline;
  color: #fff; */
}

.ofbyfor__title--size1 {
  /* font-size: 14px; */
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
}

.ofbyfor__title--size2 {
  font-family: 'Trajan Pro';
  /* font-size: 24px; */
  font-size: 40px;
  font-weight: 700;
  /* line-height: 30px; */
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #bfbf54;
}

.footer {
  background-color: #d9d9d9;
  height: 159px;
}

.card__product2--image {
  flex: 0.7;
  max-width: 135px;
  max-height: 155px;
}

.card__product2--body {
  flex: 0.8;
}

.card__product2--title {
  font-size: 22px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.card__product2--content {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}

.ofbyfor__order {
  background-color: #f1eee6;
}

form[name='form'] {
  background-color: #f1eee6;
  /* margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding-left: calc((100vw - 100%) / 2);
    padding-right: calc((100vw - 100%) / 2); */
}

.ofbyfor__order--title {
  margin-top: 15px;
  font-family: 'Trajan Pro';
  /* font-size: 25px; */
  font-size: 40px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}

.card__product3--box {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card__product3--title {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

.card__product3--box {
  flex: 0.45;
}

.card__product3--body {
  flex: 0.55;
}

.card__product3--input input {
  width: 42px;
  height: 40px;
  font-size: 12px;
  font-weight: 400;
}

.ofbyfor__order--unit {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}

.card__product4--box {
  /* width: 100px;
  height: 110px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.card__product4--image {
  width: 100%;
  height: auto;
}

.card__product4--title {
  /* font-size: 11px; */
  font-size: 12px;
  /* font-weight: 500; */
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.ofbyfor__image--dots {
  width: 100%;
  height: 1px;
}

.custom-checkbox .form-check-input {
  background-color: transparent;
  border-color: gray;
}

.custom-checkbox .form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}

.custom-checkbox .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgb(97 98 100 / 25%);
}

.badge-custom {
  width: 100px;
  height: 26px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.input-custom {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  color: #000000;
  border: 1px solid #000000 !important;
  height: auto !important;
  font-weight: 600;
}

.input-custom::placeholder {
  font-size: 14px;
  font-weight: 400;
}

.select__item--level {
  border: 1px solid #000000;
  border-radius: 50%;
  background: #fff;
  width: 120px;
  height: 120px;
}

.select__item--level.check {
  background-color: #888;
  color: #ffffff;
}

.select__item--level h4 {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: left;
}

.form__order--label-ja,
.form__order--label-en {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}

.button__submit--form {
  width: 215px !important;
  height: 46px;
}

.button__submit--form.lock {
  opacity: 0.4;
}

/* ofbyfor_top */
.card__container--body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}

.card__container--button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  width: 131px;
  height: 30px;
  border-radius: 0;
}

.card__container--link {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

/* ofbyfor_perfume */
.slick-slider {
  max-width: 800px;
  min-width: 370px;
  height: 150px;
  margin: 0 auto;
}

.slide {
  width: 115px;
  position: relative;
  overflow: hidden;
  margin: 0 45px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.slide img {
  /* position: absolute;
  width: 100%;
  height: 100%; */
  transition: all 1s ease-out;
}

.slide.slick-center img {
  transition: all 1s ease-out;
  opacity: 1;
}

.slick-prev,
.slick-next {
  /* width: 60px;
  height: 60px; */
  border: none;
  margin: auto;
  position: absolute;
  z-index: 3000;
  top: 0;
  bottom: 0;
  cursor: pointer;
  outline: none;
}

.slick-next {
  right: 25% !important;
  text-indent: 1px;
  /* top: 40% !important; */
}

.slick-prev {
  left: 25% !important;
  text-indent: -2px;
  /* top: 40% !important; */
}

.slick-prev:before {
  content: "<" !important;
  color: #000000 !important;
  font-size: 18px !important;
  font-weight: 700;
}

.slick-next:before {
  content: ">" !important;
  color: #000000 !important;
  font-size: 18px !important;
  font-weight: 700;
}

.slick-arrow {
  /* background: red;
  border: none;
  position: absolute;
  bottom: 33px;
  color: #fff;
  font-size: 1.5rem;
  padding: 0;
  width: 33px;
  height: 33px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s; */
}

.slide:before {
  content: "";
  display: block;
}

.slide figure {
  /* position: absolute;
  width: 100%;
  height: 100%; */
}

.slide figure:before {
  top: 0;
  background: transparent;
  z-index: 1;
  -webkit-transition: background-color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s;
}

.form-check-label {
  font-weight: 900;
}

.form-check-label .pop_privacy{
  color: #1a50b7;
  cursor: pointer;
  border-bottom: 1px solid #1a50b7;
}

.select_number {
  border: 1px solid #000;
  background: #fff;
  width: 44px;
  height: 44px;
  padding: 8px;
  border-radius: 6px;
}

.fragrance-detail-modal {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  padding: 20px 0px;
  background: #fff;
  border-radius: 16px;
  z-index: 10001;
  display: none;
}

.fragrance-detail-modal.modal-perfume {
  display: block;
}

.fragrance-detail-modal-title {
  font-size: 19px;
}

.fragrance-detail-modal-text {
  font-size: 10px;
}

.fragrance-detail-modal-close-btn {
  width: 35%;
  border-radius: 40px;
  cursor: pointer;
  padding: 6px;
  background: #000;
  color: #fff;
  font-size: 19px;
  text-align: center;
}

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

.select__item--level>p {
  font-weight: 600;
}

figure.checked::after {
  content: "";
  position: absolute;
  top: 15%;
  left: 15%;
  transform: translate(-50%, -50%);
  background-image: url(./img/check_mark_icon.webp);
  background-size: contain;
  width: 40px;
  height: 40px;
}

.form__order--control {
  text-align: left;
}

.text-form-input {
  font-weight: 500;
  /* font-size: 13px; */
  font-size: 10px;
}

.li-option:hover {
  cursor: pointer;
}

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

.button__submit--form.disable {
  background: #ccc;
  border-color: #ccc;
  pointer-events: none;
}

#fragrance_input {
  width: 50%;
}

.slide-fix-img:hover {
  cursor: pointer;
}



@media screen and (min-width: 800px) {
  .slick-next {
    right: 30% !important;
  }

  .slick-prev {
    left: 30% !important;
  }
}

@media screen and (min-width: 700px) and (max-width: 800px) {
  .card__product4--box {
    width: 100px;
    height: 110px;
  }

  .slick-next {
    right: 28% !important;
  }

  .slick-prev {
    left: 28% !important;
  }
}

@media screen and (max-width: 620px) {
  .slick-next {
    right: 20% !important;
  }

  .slick-prev {
    left: 20% !important;
  }

  .fragrance-detail-modal-close-btn {
    width: 50%;
  }

  #fragrance_input {
    width: 100%;
  }

  .ofbyfor__title {
    font-size: 16px;
  }

  .card__product2--title {
    font-size: 16px;
  }

  .card__product3--title {
    font-size: 14px;
  }
}



@media screen and (max-width: 500px) {
  .fragrance-detail-modal-close-btn .fragrance-detail-modal {
    width: 380px;
  }

  .card__product4--title {
    font-size: 10px;
  }

  .select__item--level {
    width: 90px !important;
    height: 90px !important;
  }

}

.inmodal_btn {
  width: 100px;
  border-radius: 40px;
  cursor: pointer;
  padding: 6px;
  background: #000;
  color: #fff;
  font-size: 11px;
  text-align: center;

}

.width-100p {
  width: 100%;
}

.en{
  font-family: "Trajan Pro";
}

/* ofbyfor_top2 */