@font-face {
  src: url(../fonts/Hiragino_Kaku_Gothic_ProN_W6.otf);
  font-family: hiragino-kaku;
}

@font-face {
  src: url(../fonts/Hiragino_Kaku_Gothic_ProN_W3.otf);
  font-family: hiragino-kaku-w3;
}

@font-face {
  src: url(../fonts/TrajanPro3Regular.otf);
  font-family: trajan;
}

@font-face {
  src: url(../fonts/TrajanPro3Bold.otf);
  font-family: trajan_b;
}

@font-face {
  src: url(../fonts/TrajanPro3SemiBold.otf);
  font-family: trajan_sm;
}

html {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}

body {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  font-family: hiragino-kaku;
  letter-spacing: 0em;
  color: #000;
  position: relative;
  background: #fff;
  overflow-x: hidden;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

:focus,
:hover {
  outline: none !important;
}

img {
  max-width: 100%;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  width: 100%;
}

/* BUTTON SLIDE */
.slick-slider {
  margin: 0px !important;
}

/*SLIDE*/
/*MENU MOBILE*/

.icon_mobile_click {
  margin: 0px;
  cursor: pointer;
  z-index: 99;
  display: none;
  top: 30px;
  right: 15px;
  cursor: pointer;
  max-width: 40px;
  margin-left: auto;
}

.icon_mobile_click i.fa {
  font-size: 30px;
  color: #fff;
}

#page_wrapper {
  transition: all 0.3s;
}

#menu_mobile_lp_18102021 {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px;
  right: -300px;
  background-color: #383838;
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  z-index: 9999999;
  border-right: 1px solid #fff;
  overflow: auto;
}

.fixedheader {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 9;
  width: 100% !important;
}

.bg_opacity {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
}

.menu_hidden {
  z-index: -1;
  left: -260px;
}

.menu_show {
  z-index: 9999999;
}

#menu_mobile_lp_18102021 .close_menu {
  text-align: right;
  color: #fff;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 16px;
  display: none;
  cursor: pointer;
  top: 16px;
  z-index: 999;
  margin: 0px;
  max-width: 21px;
}

#menu_mobile_lp_18102021 .mobile-menu {
  margin: 55px 0px 0px 0px;
}

#menu_mobile_lp_18102021 ul li {
  width: 100%;
  display: block;
}

#menu_mobile_lp_18102021 .menu>li.active {}

#menu_mobile_lp_18102021 ul li {
  position: relative;
  font-size: 19px;
}

#menu_mobile_lp_18102021 ul li a {
  color: #EBFF00;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 0px 15px 25px;
  display: block;
  font-family: 'din-bold';
  border-radius: 30px 0px 0px 30px;
}

#menu_mobile_lp_18102021 ul li a:hover {
  color: #000;
  background: #EBFF00;
}

#menu_mobile_lp_18102021 .menu li ul.sub-menu li.not-have-child>a:hover {
  background: none;
}

#menu_mobile_lp_18102021 li span {
  margin: 0px 0px 0px 10px;
}

#menu_mobile_lp_18102021 .sub-menu {
  display: none;
  padding: 0px 0px 0px 0px;
}

#menu_mobile_lp_18102021 .sub-menu li {
  padding: 15px 0px 15px 15px;
}

#menu_mobile_lp_18102021 .sub-menu li:last-child {
  border-bottom: none;
  padding: 15px 0px 0px 15px;
}

#menu_mobile_lp_18102021 .sub-menu li a {
  font-size: 14px;
  text-transform: none;
}

.editBefore_mobile::before {
  content: "-" !important;
}

#menu_mobile_lp_18102021 li.menu-item-has-children::before {
  content: "+";
  position: absolute;
  right: 10px;
  top: 12px;
  color: #fff;
  opacity: 0;
}

#menu_mobile_lp_18102021 .menu {
  padding: 40px 0px 0px 40px;
}

#menu_mobile_lp_18102021 .menu>li.not-have-child {
  padding: 0px;
}

#menu_mobile_lp_18102021 .menu li ul.sub-menu li.not-have-child {
  padding: 0px;
  display: table;
}

#menu_mobile_lp_18102021 .menu li ul.sub-menu li.not-have-child>a {
  padding: 10px 0px 10px 50px;
  display: table;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
}

#menu_mobile_lp_18102021 .menu li ul.sub-menu li.not-have-child>a::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 1px;
  background: #fff;
  top: 22px;
  right: 0px;
}

#menu_mobile_lp_18102021 .menu li ul.sub-menu li.not-have-child>a span {
  background: #383838;
  padding: 0px 10px 0px 0px;
  position: relative;
}

#menu_mobile_lp_18102021 .menu li ul.sub-menu li.not-have-child:last-child>a {}

#menu_mobile_lp_18102021 .menu>li.not-have-child>a {
  display: block;
  padding: 15px 0px 15px 25px;
}

#menu_mobile_lp_18102021 .sub-menu li {
  padding: 10px 0px 10px 15px;
}

#menu_mobile_lp_18102021 .sub-menu li:last-child {
  padding: 10px 0px 0px 15px;
}

/* END MENU MOBILE*/
/*CSS CONTENT*/

.tg_title_top {
  text-align: center;
  margin: 0px 0px 50px 0px;
}

.tg_title_top h2 {
  color: #ACA153;
  margin: 0px 0px 20px 0px;
  font-size: 40px;
  line-height: 50px;
  font-family: 'trajan_sm';
}

.tg_title_top p {
  font-size: 22px;
  line-height: 30px;
  margin: 0px 0px 5px 0px;
}

.tg_top_hd>figure img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.tg_top_hd {
  position: relative;
}

.tg_top_hd .tg_container {
  position: absolute;
  max-width: 1200px;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tg_top_hd .tg_container p {
  font-size: 20px;
  line-height: 30px;
  margin: 0px 0px 20px 0px;
}

.tg_top_hd .tg_container span {
  font-size: 30px;
  line-height: 40px;
  display: block;
  margin: 0px 0px 20px 0px;
}

.tg_top_hd .tg_container h1 {
  color: #464646;
  margin: 0px 0px 30px 0px;
  font-family: 'trajan_b';
}

.tg_top_hd .tg_container .tg_textwidget {
  text-align: center;
}

.tg_smart_gift {
  background: #EDEDE4;
  padding: 50px 0px 70px 0px;
}

.tg_wrap_sgift {
  max-width: 800px;
  display: table;
  margin: 0px auto;
  width: 100%;
}

.tg_wrap_sgift .tg_obyfor_voucher {
  position: relative;
  margin: 0px 0px 40px 0px;
}

.tg_wrap_sgift .tg_obyfor_voucher .tg_textwidget {
  width: 200px;
  height: 200px;
  position: absolute;
  background: #ACA153;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 40px;
  right: 30px;
}

.tg_wrap_sgift .tg_obyfor_voucher figure {
  max-width: 600px;
}

.tg_wrap_sgift .tg_obyfor_voucher .tg_textwidget span {
  color: #fff;
  margin: 0px 0px 10px 0px;
}

.tg_wrap_sgift .tg_obyfor_voucher .tg_textwidget p {
  color: #fff;
  font-size: 18px;
}

.tg_smart_gift .tg_gift_price {
  max-width: 640px;
  display: table;
  width: 100%;
}

.tg_smart_gift .tg_gift_price ul {}

.tg_smart_gift .tg_gift_price ul li {
  display: flex;
  margin: 0px 0px 40px 0px;
  align-items: center;
}

.tg_smart_gift .tg_gift_price ul li:last-child {
  margin: 0px;
}

.tg_smart_gift .tg_gift_price ul li img {
  display: inline-block;
  width: 100px;
}

.tg_smart_gift .tg_gift_price ul li span {
  font-size: 18px;
  width: 50%;
  text-align: right;
}

.tg_smart_gift .tg_gift_price ul li strong {
  margin: 0px 0px 0px auto;
  font-size: 22px;
}

.tg_smart_gift .tg_gift_price ul li strong cite {
  font-style: normal;
  font-size: 30px;
}

.tg_aroma {
  padding: 70px 0px;
}

.tg_aroma_item {
  font-family: hiragino-kaku-w3;
  padding: 0px 20px;
}

.tg_aroma_item figure {
  height: 150px;
  margin: 0px 0px 15px 0px;
}

.tg_aroma_item figure img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.tg_aroma_item .tg_title_it_aroma {
  text-align: center;
  margin: 0px 0px 15px 0px;
}

.tg_aroma_item .tg_title_it_aroma p {}

.tg_aroma_item .tg_title_it_aroma b {
  font-family: trajan;
  font-weight: 400;
  font-size: 18px;
}

.tg_aroma_item .tg_title_it_aroma span {
  display: block;
  font-size: 10px;
}

.tg_aroma_item .tg_textwidget {}

.tg_aroma_item .tg_textwidget p {}

.tg_perfume_aroma .col-sm-3,
.tg_natural_aroma .col-sm-3 {
  margin: 0px 0px 40px 0px;
}

.tg_perfume_aroma .col-sm-3:nth-child(4n+1),
.tg_natural_aroma .col-sm-3:nth-child(4n+1) {
  clear: both;
}

.tg_natural_aroma {
  padding: 20px 0px 0px 0px;
}

.tg_natural_aroma .tg_aroma_item .tg_title_it_aroma b {
  display: block;
  margin: 0px 0px 5px 0px;
}


.tg_natural_aroma .tg_aroma_item .tg_title_it_aroma span {
  font-family: trajan;
  font-size: 13px;
}


.tg_choices_multi {
  background: #EDEDE4;
  padding: 50px 0px 70px 0px;
}

.tg_choices_multi .tg_title_top h2 {
  margin: 0px 0px 10px 0px;
}

.tg_choices_multi .tg_title_top p {
  margin: 0px 0px 40px 0px;
}

.tg_choices_multi .tg_title_top p:last-of-type {
  margin: 0px;
}

.tg_choices_multi .tg_thang_enjoy {
  max-width: 790px;
  margin: 0px auto;
}

.tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy {
  display: flex;
  margin: 0px 0px 60px 0px;
  align-items: center;
}

.tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy .tg_title_itej {
  width: 25%;
  padding: 20px 0px 0px 0px;
}

.tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy .tg_title_itej span,
.tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy .tg_stt_itej span {
  font-size: 13px;
  line-height: 22px;
  font-family: 'hiragino-kaku-w3';
  color: #ACA153;
  margin: 0px 0px 5px 0px;
  display: block;
}

.tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy .tg_stt_itej span {
  text-align: center;
  max-width: 56px;
}

.tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy .tg_title_itej p {
  font-size: 20px;
  margin: 0px;
}

.tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy .tg_stt_itej {
  width: 20%;
  padding: 20px 0px 0px 0px;
}

.tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy .tg_stt_itej p {
  margin: 0px;
  font-size: 20px;
}

.tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej {
  width: 55%;
}

.tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej ul {
  display: flex;
  border-bottom: 6px solid #ACA153;
}

.tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej ul li {
  width: 25%;
  display: flex;
  position: relative;
  margin: 0px 0px 11px 0px;
}

.tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej.tg_five_lv ul li {
  width: 20%;
}

.tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej.tg_five_lv ul li:nth-child(2)::before {
  left: -13px;
}

.tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: -19px;
  left: -2px;
  background: #000;
}

.tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej ul li:nth-child(2)::before {
  width: 15px;
  height: 15px;
  left: -3px;
  bottom: -21px;
}

.tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej ul li:nth-child(3)::before {
  width: 18px;
  height: 18px;
  left: -19px;
  bottom: -23px;
}

.tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej ul li:nth-child(4)::before {
  width: 22px;
  height: 22px;
  left: -22px;
  bottom: -24px;
}

.tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej ul li:nth-child(4)::after {
  content: "";
  width: 25px;
  height: 25px;
  right: -2px;
  bottom: -25px;
  background: #000;
  position: absolute;
  border-radius: 50%;
}

.tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej ul li:nth-child(5)::before {
  content: "";
  width: 28px;
  height: 28px;
  right: -4px;
  bottom: -25px;
  background: #000;
  position: absolute;
  border-radius: 50%;
  left: initial;
}


.tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej ul li em {
  margin: 0px 0px 0px auto;
  font-style: normal;
  font-size: 10px;
  color: #ACA153;
}

.tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej ul li:first-child em:first-of-type {
  margin: 0px 0px 0px -8px;
}

.tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej ul li em:nth-child(2) {
  margin: 0px -15px 0px auto;
}

.tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej.tg_five_lv ul li em:nth-child(2) {
  margin: 0px -6px 0px auto;
}

.tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej ul li span {
  position: absolute;
  bottom: -51px;
  left: -11px;
}

.tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej ul li:last-child span {
  right: -6px;
  left: initial;
}

.tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej.tg_five_lv ul li:first-child span:last-of-type {
  left: initial;
  right: -23px;
}

.tg_rej_col {
  display: flex;
  font-family: 'hiragino-kaku-w3';
  margin: 0px 0px 40px 0px;
}

.tg_rej_col .tg_rej_c_item {
  width: 45%;
  position: relative;
  padding: 0px;
}

.tg_rej_col .tg_rej_c_item::before {
  content: "";
  background: url(../images/lacay.png) center center no-repeat;
  width: 25px;
  height: 33px;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: -12px;
}

.tg_rej_col .tg_rej_c_item:nth-child(2) {
  margin: 0px 0px 0px auto;
}

.tg_rej_col .tg_rej_c_item p {
  font-size: 15px;
  color: #00473d;
  line-height: 30px;
  margin: 0px;
  border: 2px solid #ACA153;
  border-radius: 40px;
  padding: 4px 20px;
  text-align: center;
}

.tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy .tg_last_child {}

.tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy.tg_last_child {
  padding: 30px 0px 0px 0px;
  align-items: flex-start;
  margin: 0px;
}

.tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy.tg_last_child .tg_title_itej,
.tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy.tg_last_child .tg_stt_itej {
  padding: 0px;
}

.tg_under_tenjoy {
  max-width: 790px;
  margin: 0px auto;
}

.tg_under_tenjoy .tg_item_utenj {
  display: flex;
  margin: 0px 0px 50px 0px;
  align-items: center;
}

.tg_under_tenjoy .tg_item_utenj:last-child {
  margin: 0px;
}

.tg_under_tenjoy .tg_item_utenj .tg_title_itej {
  width: 25%;
}

.tg_under_tenjoy .tg_item_utenj .tg_title_itej p {
  font-size: 20px;
  margin: 0px;
  line-height: 30px;
}

.tg_under_tenjoy .tg_item_utenj .tg_title_itej span {
  font-size: 13px;
  line-height: 22px;
  font-family: 'hiragino-kaku-w3';
  color: #ACA153;
  margin: 0px 0px 5px 0px;
  display: block;
}

.tg_under_tenjoy .tg_textwidget {
  width: 75%;
}

.tg_under_tenjoy .tg_textwidget strong {
  font-size: 20px;
  line-height: 30px;
  display: block;
  margin: 0px 0px 7px 0px;
}

.tg_under_tenjoy .tg_textwidget span {
  font-size: 14px;
  display: block;
  line-height: 25px;
}

.tg_how_order {
  padding: 70px 0px;
}

.tg_how_order .tg_top_howod {
  display: flex;
  max-width: 1060px;
  margin: 0px auto;
}

.tg_how_order .tg_top_howod .tg_circle_howod {
  width: 25%;
  height: 200px;
  background: #aca153;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  max-width: 200px;
}

.tg_how_order .tg_top_howod .tg_circle_howod p {
  display: block;
  font-size: 18px;
  margin: 0px 0px 15px 0px;
}

.tg_how_order .tg_top_howod .tg_circle_howod p:last-child {
  margin: 0px;
}

.tg_how_order .tg_tmid_howod {
  width: 90%;
  padding: 0px 0px 0px 40px;
}

.tg_how_order .tg_tmid_howod .tg_tmid_item_hod {
  display: flex;
  margin: 0px 0px 50px 0px;
}

.tg_how_order .tg_tmid_howod .tg_tmid_l {}

.tg_how_order .tg_tmid_howod .tg_tmid_l span {
  font-size: 20px;
  line-height: 32px;
  color: #ACA153;
  margin: 0px 0px 5px 0px;
  display: block;
}

.tg_how_order .tg_tmid_howod .tg_tmid_l p {
  font-size: 23px;
  color: #6d6d6d;
  line-height: 30px;
  margin: 0;
}

.tg_how_order .tg_tmid_howod .tg_tmid_l p strong {
  color: #aca153;
}

.tg_how_order .tg_tmid_howod .tg_tmid_l p:nth-child(3) {
  color: #ACA153;
  font-size: 13px;
}

.tg_how_order .tg_tmid_howod .tg_tmid_r {
  margin: 0px 0px 0px auto;
  width: 29%;
}

.tg_how_order .tg_tmid_howod .tg_tmid_r ul {
  display: flex;
  align-items: stretch;
}

.tg_how_order .tg_tmid_howod .tg_tmid_r ul li {
  margin: 0px 0px 0px auto;
  text-align: center;
  position: relative;
}

.tg_how_order .tg_tmid_howod .tg_tmid_r ul li:first-child {
  margin: 0px;
  min-width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.tg_how_order .tg_tmid_howod .tg_tmid_r ul li:first-child::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #aca153;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  right: -45px;
  margin: -10px 0px 0px 0px;
}

.tg_how_order .tg_tmid_howod .tg_tmid_r ul li figure {
  margin: 0px auto 10px auto;
  display: table;
}

.tg_how_order .tg_tmid_howod .tg_tmid_r ul li figure img {}

.tg_how_order .tg_tmid_howod .tg_tmid_r ul li cite {
  font-style: normal;
  color: #6d6d6d;
}

.tg_bottom_hod {
  max-width: 1060px;
  display: table;
  margin: 0px auto;
}

.tg_bottom_hod .tg_item_bot_hod {
  display: flex;
  margin: 0px 0px 55px 0px;
}

.tg_bottom_hod .tg_item_bot_hod .tg_circle_howod {
  width: 25%;
  height: 200px;
  background: #aca153;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  max-width: 200px;
}

.tg_bottom_hod .tg_item_bot_hod .tg_circle_howod p {
  display: block;
  font-size: 18px;
  margin: 0px 0px 15px 0px;
}

.tg_bottom_hod .tg_item_bot_hod .tg_circle_howod p:last-child {
  margin: 0px;
}

.tg_bottom_hod .tg_item_bot_hod .tg_bottom_r_hod {
  display: flex;
  align-items: center;
  width: 90%;
}

.tg_bottom_hod .tg_item_bot_hod .tg_bottom_r_hod .tg_textwidget {
  width: 90%;
  padding: 0px 50px;
}

.tg_bottom_hod .tg_item_bot_hod .tg_bottom_r_hod .tg_textwidget p {
  font-size: 23px;
  color: #6d6d6d;
  line-height: 46px;
  margin: 0px 0px 0px 0px;
  display: block;
}

.tg_bottom_hod .tg_item_bot_hod .tg_bottom_r_hod figure {
  margin: 0px 0px 0px auto;
  max-width: 80px;
}

.tg_env_ic {
  max-width: 60px;
}

.tg_htod_1 {
  max-width: 100px;
}

.tg_htod_2 {
  max-width: 81px;
}

.tg_htod_4 {
  max-width: 52px;
}

.tg_htod_3 {
  max-width: 48px;
}

.tg_order_form {
  background: #DBD9D4;
  padding: 70px 0px;
}

.tg_order_form form {
  max-width: 1060px;
  margin: 0px auto 50px auto;
}

.tg_coupon_form {
  margin: 0px 0px 50px 0px;
}

.tg_coupon_form .tg_item_cpform {
  position: relative;
  border-bottom: 1px solid #313131;
  padding: 40px 0px 40px 0px;
  margin: 0px 0px 0px 0px;
}

.tg_coupon_form .tg_item_cpform .tg_ct_cpform {
  padding: 0px 0px 0px 120px;
}

.tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_top_cpform {
  display: flex;
  align-items: center;
  margin: 0px 0px 40px 0px;
}

.tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_top_cpform .tg_wrap_radio {
  width: 32%;
  cursor: pointer;
}

.tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_top_cpform .tg_wrap_radio input[type="radio"] {
  position: absolute;
  top: 32%;
  left: 0px;
}

.tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_top_cpform .tg_title_cou {
  width: 37%;
  text-align: center;
  padding: 0px 0px 0px 30px;
}

.tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_top_cpform .tg_title_cou p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}

.tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_top_cpform .tg_cou_price {
  width: 41%;
  text-align: center;
}

.tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_top_cpform .tg_cou_price strong {
  font-size: 22px;
}

.tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_top_cpform .tg_cou_price strong cite {
  font-size: 30px;
  font-style: normal;
  line-height: 45px;
}


.tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_bot_cpform {
  display: flex;
  width: 78%;
}

.tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_bot_cpform b {
  font-size: 18px;
  line-height: 30px;
}

.tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_bot_cpform span {
  margin: 0px 0px 0px auto;
  font-size: 30px;
  font-style: normal;
  line-height: 45px;
}

.tg_howtos_form {
  display: flex;
  margin: 0px 0px 50px 0px;
}

.tg_howtos_form .tg_htform_label {}

.tg_howtos_form .tg_htform_label p {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
}

.tg_howtos_form .tg_htform_label p em {
  font-style: normal;
  color: #b41616;
  font-size: 14px;
}

.tg_howtos_form .tg_htform_label span {}

.tg_howtos_form .tg_radio_howtos {
  margin: 0px 0px 0px auto;
  width: 60%;
  padding: 0px 0px 0px 40px;
}

.tg_howtos_form .tg_radio_howtos .tg_item_rhtos {
  position: relative;
  margin: 0px 0px 25px 0px;
}

.tg_howtos_form .tg_radio_howtos .tg_item_rhtos:last-child {
  margin: 0px;
}

.tg_howtos_form .tg_radio_howtos .tg_item_rhtos input[type="radio"] {
  position: absolute;
  top: 4px;
  left: 0px;
}

.tg_howtos_form .tg_radio_howtos .tg_item_rhtos label {
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  margin: 0px;
  padding: 0px 0px 0px 50px;
}

.tg_list_ipf {}

.tg_list_ipf h3 {
  text-align: center;
  margin: 0px 0px 40px 0px;
}

.tg_list_ipf .tg_wrap_ipf_list .tg_item_ipf {
  display: flex;
  margin: 0px 0px 30px 0px;
}

.tg_list_ipf .tg_wrap_ipf_list .tg_item_ipf .tg_ipf_label {}

.tg_list_ipf .tg_wrap_ipf_list .tg_item_ipf .tg_ipf_label label {
  font-size: 16px;
  line-height: 30px;
}

.tg_list_ipf .tg_wrap_ipf_list .tg_item_ipf .tg_ipf_label label span {
  font-style: normal;
  color: #b41616;
  font-size: 14px;
}

.tg_list_ipf .tg_wrap_ipf_list .tg_item_ipf .tg_ipf_label label em {
  display: block;
  font-style: normal;
}

.tg_list_ipf .tg_wrap_ipf_list .tg_item_ipf .tg_ipf_alert {
  width: 60%;
  margin: 0px 0px 0px auto;
  padding: 0px 0px 0px 40px;
}

.tg_list_ipf .tg_wrap_ipf_list .tg_item_ipf .tg_ipf_alert input {
  width: 100%;
  padding: 12px 10px;
  border-radius: 5px;
  border: 1px solid #6a6a6a;
  font-family: 'hiragino-kaku-w3';
}

.tg_checkout_f {
  display: flex;
  justify-content: center;
  margin: 0px 0px 30px 0px;
}

.tg_checkout_f .tg_item_checkout_f {
  margin: 0px 30px;
}

.tg_checkout_f .tg_item_checkout_f input[type="radio"] {
  margin: 0px 5px 0px 0px;
  cursor: pointer;
}

.tg_checkout_f .tg_item_checkout_f label {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
  cursor: pointer;
}

.tg_rule_f {
  text-align: center;
  margin: 0px 0px 20px 0px;
}

.tg_rule_f p {}

.tg_rule_f .tg_term_f {}

.tg_rule_f .tg_term_f input {
  cursor: pointer;
}

.tg_rule_f .tg_term_f label {
  cursor: pointer;
}

.tg_pc {
  display: block;
}

.tg_mb {
  display: none;
}

.top_bottle_slide {
  width: 200px;
  text-align: center;
}

.bottle-swiper {
  margin: 50px 0px 0px 0px;
}

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

/*END CSS CONTENT RAU*/

@media(min-width: 1025px) and (max-width: 1600px) {
  .tg_top_hd .tg_container {
    top: 40%;
  }

  .tg_top_hd .tg_container figure {
    max-width: 350px;
    display: table;
    margin: 0px auto;
  }
}

@media(min-width:768px) and (max-width:1024px) {
  .tg_circle_howod {
    margin: 0px 0px 20px 0px;
  }

  .tg_bottom_hod .tg_item_bot_hod .tg_circle_howod p {}

  .tg_bottom_hod .tg_item_bot_hod .tg_bottom_r_hod {
    width: 100%;
  }

  .tg_bottom_hod .tg_item_bot_hod .tg_bottom_r_hod .tg_textwidget {
    padding: 0px 50px 0px 0px;
  }

  .tg_how_order .tg_tmid_howod .tg_tmid_l p {
    font-size: 20px;
    line-height: 30px;
  }

  .tg_how_order .tg_top_howod {
    align-items: center;
    flex-direction: column;
  }

  .tg_how_order .tg_tmid_howod {
    width: 100%;
    padding: 0px;
  }

  .tg_how_order .tg_top_howod .tg_circle_howod {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }

  .tg_how_order .tg_tmid_howod .tg_tmid_r {
    width: 34%;
  }

  .tg_coupon_form .tg_item_cpform .tg_ct_cpform {
    padding: 0px 0px 0px 30px;
  }

  .tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_top_cpform .tg_cou_price strong cite {}

  .tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_top_cpform .tg_title_cou p {
    font-size: 16px;
  }

  .tg_bottom_hod .tg_item_bot_hod .tg_bottom_r_hod .tg_textwidget p {
    font-size: 20px;
    line-height: 30px;
  }

  .tg_bottom_hod .tg_item_bot_hod {
    flex-direction: column;
    align-items: center;
  }

}

@media(max-width:767px) {
  .tg_banner_dgd {}

  .tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy .tg_stt_itej span {
    text-align: left;
    max-width: 100%;
  }

  .tg_aroma_item {
    padding: 0px;
  }

  .tg_aroma_item figure {
    height: initial;
  }

  .tg_perfume_aroma .col-sm-3,
  .tg_natural_aroma .col-sm-3 {
    width: 50%;
    float: left;
  }

  .tg_perfume_aroma .col-sm-3:nth-child(2n+1),
  .tg_natural_aroma .col-sm-3:nth-child(2n+1) {
    clear: both;
  }

  .tg_banner_dgd figure img {
    height: 250px;
    object-fit: cover;
  }

  .tg_pc {
    display: none;
  }

  .tg_mb {
    display: block;
  }

  .tg_top_hd>figure img {
    height: 100vh;
  }

  .tg_top_hd .tg_container {
    top: 31%;
    left: 50%;
    justify-content: center;
    height: initial;
  }

  .tg_top_hd .tg_container figure {
    max-width: 200px;
    display: table;
    margin: 0px auto;
  }

  .tg_top_hd .tg_container .tg_textwidget p {
    font-size: 14px;
    line-height: 22px;
  }


  .tg_top_hd .tg_container .tg_textwidget span {
    font-size: 19px;
    line-height: 23px;
  }


  .tg_top_hd .tg_container .tg_textwidget h1 {
    font-size: 27px;
    line-height: 30px;
  }

  .tg_title_top h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .tg_title_top p {
    font-size: 16px;
    line-height: 23px;
  }

  .tg_wrap_sgift .tg_obyfor_voucher {}

  .tg_wrap_sgift .tg_obyfor_voucher figure {}

  .tg_wrap_sgift .tg_obyfor_voucher .tg_textwidget {
    width: 120px;
    height: 120px;
    top: 0px;
    right: 0px;
  }

  .tg_wrap_sgift .tg_obyfor_voucher .tg_textwidget span {
    font-size: 8px;
    margin: 0px 0px 5px 0px;
  }

  .tg_wrap_sgift .tg_obyfor_voucher .tg_textwidget p {
    font-size: 10px;
    margin: 0px;
    line-height: 17px;
  }

  .tg_smart_gift .tg_gift_price ul li {
    flex-direction: column;
    align-items: flex-start;
    margin: 0px 0px 30px 0px;
  }

  .tg_smart_gift .tg_gift_price ul li span {
    font-size: 15px;
    width: 100%;
    text-align: left;
    margin: 0px 0px 13px 0px;
  }

  .tg_smart_gift .tg_gift_price ul li strong {
    margin: 0px;
    font-size: 15px;
  }

  .tg_smart_gift .tg_gift_price ul li strong cite {
    font-size: 25px;
  }

  .tg_smart_gift,
  .tg_aroma {
    padding: 50px 0px;
  }

  .tg_choices_multi .tg_title_top p {
    margin: 0px 0px 20px 0px;
  }

  .tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy .tg_title_itej p {}

  .tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy {
    flex-direction: column;
    padding: 0px 11px;
  }

  .tg_choices_multi .tg_thang_enjoy .tg_ruongbt_ej,
  .tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy .tg_stt_itej,
  .tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy .tg_title_itej {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 15px 0px;
  }

  .tg_title_top {
    margin: 0px 0px 50px 0px;
  }

  .tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy .tg_title_itej,
  .tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy .tg_stt_itej {
    margin: 0px 0px 15px -20px;
  }

  .tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy.tg_last_child .tg_title_itej,
  .tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy.tg_last_child .tg_stt_itej {
    margin: 0px 0px 15px 0px;
  }

  .tg_rej_col {
    flex-direction: column;
    margin: 0px 0px 10px 0px;
  }

  .tg_rej_col .tg_rej_c_item:nth-child(2) {}

  .tg_rej_col .tg_rej_c_item {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }

  .tg_choices_multi .tg_thang_enjoy .tg_item_tenjoy.tg_last_child .tg_stt_itej {
    margin: 0px 0px 30px 0px;
  }

  .tg_under_tenjoy .tg_textwidget strong {
    font-size: 15px;
    line-height: 24px;
  }

  .tg_under_tenjoy .tg_item_utenj .tg_title_itej p {
    font-size: 16px;
  }

  .tg_rej_col .tg_rej_c_item p {
    font-size: 17px;
    text-align: left;
    padding: 4px 20px 4px 22px;
  }

  .tg_under_tenjoy .tg_item_utenj {
    flex-direction: column;
    margin: 0px 0px 20px 0px;
    align-items: flex-start;
  }

  .tg_under_tenjoy .tg_item_utenj .tg_title_itej {}

  .tg_under_tenjoy .tg_textwidget {}

  .tg_choices_multi {
    padding: 50px 0px;
  }

  .tg_how_order .tg_top_howod {
    flex-direction: column;
    align-items: center;
  }

  .tg_how_order .tg_top_howod .tg_circle_howod {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }

  .tg_how_order .tg_top_howod .tg_circle_howod p {}

  .tg_how_order .tg_tmid_howod {
    padding: 0px;
    width: 100%;
  }

  .tg_how_order .tg_tmid_howod .tg_tmid_item_hod {
    flex-direction: column;
  }

  .tg_how_order .tg_tmid_howod .tg_tmid_l span {
    font-size: 16px;
    line-height: 25px;
  }

  .tg_how_order .tg_tmid_howod .tg_tmid_r {
    width: 100%;
    max-width: 250px;
    margin: 0px auto;
  }

  .tg_how_order .tg_tmid_howod .tg_tmid_r ul {}

  .tg_how_order .tg_tmid_howod .tg_tmid_r ul li:first-child {}

  .tg_how_order .tg_tmid_howod .tg_tmid_r ul li {}

  .tg_how_order .tg_tmid_howod .tg_tmid_l p {
    font-size: 17px;
    line-height: 25px;
  }

  .tg_how_order .tg_tmid_howod .tg_tmid_l {}

  .tg_bottom_hod {}

  .tg_bottom_hod .tg_item_bot_hod {
    flex-direction: column;
    align-items: center;
  }

  .tg_bottom_hod .tg_item_bot_hod:last-child {
    margin: 0px;
  }

  .tg_bottom_hod .tg_item_bot_hod .tg_circle_howod {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }

  .tg_bottom_hod .tg_item_bot_hod .tg_circle_howod p {}

  .tg_bottom_hod .tg_item_bot_hod .tg_bottom_r_hod {
    width: 100%;
    flex-direction: column;
  }

  .tg_bottom_hod .tg_item_bot_hod .tg_bottom_r_hod .tg_textwidget {
    padding: 0px;
    margin: 0px 0px 20px 0px;
  }

  .tg_bottom_hod .tg_item_bot_hod .tg_bottom_r_hod .tg_textwidget p {
    font-size: 15px;
    line-height: 27px;
  }

  .tg_bottom_hod .tg_item_bot_hod .tg_bottom_r_hod figure {
    margin: 0px auto;
  }

  .tg_how_order {}

  .tg_coupon_form .tg_item_cpform {
    padding: 30px 0px;
  }

  .tg_coupon_form .tg_item_cpform:first-child {
    padding: 0px 0px 30px 0px;
  }

  .tg_coupon_form .tg_item_cpform .tg_ct_cpform {
    padding: 0px 0px 0px 29px;
  }


  .tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_top_cpform {
    flex-direction: column;
    align-items: flex-start;
    margin: 0px 0px 10px 0px;
  }

  .tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_top_cpform .tg_wrap_radio {
    width: 100%;
  }

  .tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_top_cpform .tg_wrap_radio input[type="radio"] {}

  .tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_top_cpform .tg_title_cou {
    padding: 0px;
    width: 100%;
    text-align: left;
  }

  .tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_top_cpform .tg_title_cou p {
    font-size: 15px;
  }

  .tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_top_cpform .tg_cou_price {
    width: 100%;
    text-align: left;
  }

  .tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_top_cpform .tg_cou_price strong cite {
    font-size: 26px;
  }

  .tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_bot_cpform {
    align-items: center;
  }

  .tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_bot_cpform b {}

  .tg_coupon_form .tg_item_cpform .tg_ct_cpform .tg_ct_bot_cpform span {
    font-size: 26px;
  }

  .tg_list_ipf .tg_wrap_ipf_list .tg_item_ipf .tg_ipf_alert {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  .tg_howtos_form {
    flex-direction: column;
  }

  .tg_howtos_form .tg_htform_label {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }

  .tg_howtos_form .tg_htform_label p {}

  .tg_howtos_form .tg_htform_label span {}

  .tg_howtos_form .tg_radio_howtos {
    padding: 0px;
    margin: 0px;
    width: 100%;
  }

  .tg_howtos_form .tg_radio_howtos .tg_item_rhtos label {
    padding: 0px 0px 0px 26px;
    font-size: 15px;
    line-height: 22px;
  }

  .tg_list_ipf .tg_wrap_ipf_list .tg_item_ipf {
    flex-direction: column;
  }

  .tg_list_ipf .tg_wrap_ipf_list .tg_item_ipf .tg_ipf_label {}

  .tg_list_ipf .tg_wrap_ipf_list .tg_item_ipf .tg_ipf_alert input {}

}

/* 追加 */
.tg_list_ipf.howtos {
  border-top: 1px solid #313131;
  padding-top: 50px;
}

/* ギフトラッピング */
.tg_gift-rap_form {
  display: flex;
  margin: 0px 0px 25px 0px;
  border-top: 1px solid #313131;
  padding-top: 50px;
}

.tg_gift-rap_form .tg_gift-rap_select {
  margin: 0px 0px 0px auto;
  width: 60%;
  padding: 0px 0px 0px 40px;
}

.tg_gift-rap_form .tg_gift-rap_label p {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
}

.tg_gift-rap_form .tg_gift-rap_label span {
  display: block;
}

.tg_gift-rap_form .tg_gift-rap_label p em {
  font-style: normal;
  color: #b41616;
  font-size: 14px;
}

.tg_gift-rap_form .tg_gift-rap_select {
  display: flex;
  column-gap: 50px;
}

.tg_gift-rap_form .tg_gift-rap_select .gift-rap label {
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  margin: 0px;
  padding: 0px 0px 0px 40px;
}

.tg_gift-rap_form .tg_gift-rap_label img {
  display: block;
  margin-left: 50px;
  margin-top: -30px;
}

@media screen and (max-width: 750px) {
  .tg_gift-rap_form {
    display: block;
  }

  .tg_gift-rap_form .tg_gift-rap_select {
    margin-top: 16px;
    width: 100%;
    padding: 0;
  }

  .tg_gift-rap_form .tg_gift-rap_select .gift-rap label {
    font-size: 16px;
    padding-left: 16px;
  }
}

/* submitボタン */
.tg_form_submit {
  display: table;
  margin: 0px auto;
  padding: 20px 20px;
  background: #000;
  color: #fff;
  font-size: 20px;
  border: none;
  width: 100%;
  max-width: 430px;
  cursor: pointer;
}

/* disable */
.tg_gift-rap_form.disable .tg_gift-rap_label {
  opacity: .4;
  pointer-events: none;
}

.tg_gift-rap_form.disable .tg_gift-rap_select {
  opacity: .4;
  pointer-events: none;
}

.tg_checkout_f.disable {
  pointer-events: none;
}

.tg_checkout_f.disable .tg_item_checkout_f:nth-child(2) {
  opacity: .4;
}

.tg_form_submit.disable {
  background: #83827F;
  pointer-events: none;
  cursor: default;
}

/* comfirmation */
.tg_howtos_form.comfirmation_form {
  padding-left: 120px;
}

.tg_gift-rap_form.comfirmation_form {
  padding-left: 120px;
}

.tg_wrap_ipf_list.comfirmation_form .tg_item_ipf {
  padding-left: 120px;
}





.tg_list_ipf .tg_wrap_ipf_list .tg_item_ipf .tg_ipf_alert2 {
  width: 60%;
  margin: 0px 0px 0px auto;
  padding: 0px 0px 0px 40px;
}

.tg_list_ipf .tg_wrap_ipf_list .tg_item_ipf .tg_ipf_alert2 input {
  width: 100%;
  padding: 12px 10px;
  border-radius: 5px;
  border: 1px solid #6a6a6a;
  font-family: 'hiragino-kaku-w3';
}