@charset "UTF-8";
/* base override */
body {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

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

li {
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

#body {
  min-height: 0 !important;
  padding: 15px 0 10px !important;
}

#body .group {
  padding-bottom: 0;
}

.footer_script {
  height: 0 !important;
  overflow: hidden;
}

/*---------- ヘルパークラス ----------*/
/* hover */
.hover {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
}
.hover:hover {
  opacity: 0.8;
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
}

/* clearfix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

/*---------- .lp_contents ----------*/
.lp_contents {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
}
.lp_contents .inner {
  position: relative;
  margin: 0 auto;
  width: 960px;
  text-align: left;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------- footer_parts ----------*/
.footer_parts {
  border-top: solid 1px #b3b3b3;
}
.footer_parts .relation_btns {
  margin: 60px 0;
}
.footer_parts .relation_btns ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_parts .relation_btns ul li + li {
  margin-left: 40px;
}

.lp_contents {
  color: #383f44;
}
.lp_contents .sec_main {
  border-top: 1px solid #f5f3f3;
  background: url(/cms/onlineshop/av/i/2022spring/img/main_bg.png) repeat top center;
  height: 530px;
}
.lp_contents .sec_main .inner {
  width: 1160px;
}
.lp_contents .sec_main .inner .main_img {
  position: absolute;
  top: 0;
  left: 0;
}
.lp_contents .sec_main .inner .mod-carousel-b {
  margin-left: -20px;
}
.lp_contents .sec_campaign {
  padding: 155px 0 100px;
  background: url(/cms/onlineshop/av/i/2022spring/img/sec_campaign_bg.png) repeat top center;
}
.lp_contents .sec_campaign .inner {
  box-sizing: border-box;
  border: 6px solid #ffece8;
  background: #fff;
  box-shadow: 6.428px 7.66px 6px 0px rgba(179, 179, 179, 0.2);
  padding: 114px 94px 43px;
}
.lp_contents .sec_campaign .inner .cmapaign_list_mask {
  position: absolute;
  top: -90px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}
.lp_contents .sec_campaign .inner .cmapaign_list_mask span {
  text-align: center;
  line-height: 38px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lp_contents .sec_campaign .inner::before {
  content: '';
  background: url(/cms/onlineshop/av/i/2022spring/img/campaign_icon1.png);
  width: 200px;
  height: 778px;
  position: absolute;
  left: -206px;
  top: 75px;
}
.lp_contents .sec_campaign .inner::after {
  content: '';
  background: url(/cms/onlineshop/av/i/2022spring/img/campaign_icon2.png);
  width: 212px;
  height: 742px;
  position: absolute;
  right: -218px;
  top: 372px;
}
.lp_contents .sec_campaign .inner .campaign_ttl {
  position: absolute;
  top: -83px;
  left: 50%;
  transform: translateX(-50%);
}
.lp_contents .sec_campaign .inner .campaign_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 51px;
}
.lp_contents .sec_campaign .inner .campaign_list_info {
  margin-top: -14px;
}
.lp_contents .sec_campaign .inner .campaign_list_info .info_text {
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 6px;
}
.lp_contents .sec_campaign .inner .campaign_list_info .info_text span {
  font-weight: 600;
}
.lp_contents .sec_campaign .inner .campaign_list_info .info_catch {
  line-height: 42px;
  font-size: 28px;
  font-weight: 600;
  color: #ef856d;
  margin-bottom: 24px;
}
.lp_contents .sec_campaign .inner .campaign_list_info .info_catch span {
  font-size: 22px;
}
.lp_contents .sec_campaign .inner .campaign_list_info .info_dec {
  border-top: 2px dotted #383f44;
  border-bottom: 2px dotted #383f44;
  padding: 24px 0 14px;
  position: relative;
}
.lp_contents .sec_campaign .inner .campaign_list_info .info_dec dt {
  position: absolute;
  left: 0;
  top: -12px;
  width: 92px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
}
.lp_contents .sec_campaign .inner .campaign_list_info .info_dec dd {
  line-height: 20px;
  font-size: 14px;
  font-weight: 300;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
}
.lp_contents .sec_campaign .inner .campaign_list_info .info_dec dd span {
  font-size: 12px;
  display: inline-block;
  margin-top: 3px;
}
.lp_contents .sec_campaign .inner .campaign_list_info .info_dec dd + dd {
  margin-top: 14px;
}
.lp_contents .sec_campaign .inner .campaign_list_img {
  position: relative;
}
.lp_contents .sec_campaign .inner .campaign_checkbox {
  border: 1px solid #b5b5b5;
  padding: 33px 24px 27px;
  text-align: center;
}
.lp_contents .sec_campaign .inner .campaign_checkbox_date {
  display: inline-block;
  line-height: 24px;
  font-size: 20px;
  font-weight: 300;
  margin: 7px 0 16px;
}
.lp_contents .sec_campaign .inner .campaign_checkbox_time {
  line-height: 24px;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.lp_contents .sec_campaign .inner .campaign_checkbox_time span {
  font-size: 20px;
}
.lp_contents .sec_campaign .inner .campaign_checkbox_dec {
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}
.lp_contents .sec_campaign .inner .campaign_checkbox_text {
  background: #f6f6f6;
  padding: 16px 0 18px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 29px;
}
.lp_contents .sec_campaign .inner .campaign_checkbox .cmn_checkbox .checkbox_item {
  margin: auto;
  cursor: pointer;
}
.lp_contents .sec_campaign .inner .campaign_checkbox .cmn_checkbox input[type="checkbox"] {
  display: none;
}
.lp_contents .sec_campaign .inner .campaign_checkbox .cmn_checkbox [id^="checkbox-1-"] + label {
  position: relative;
  background: #fff;
  padding: 10px;
  border: 1px solid #000;
  display: inline-block;
  cursor: pointer;
}
.lp_contents .sec_campaign .inner .campaign_checkbox .cmn_checkbox [id^="checkbox-1-"].available + label {
  background: #ce0058;
  border: 1px solid #ce0058;
}
.lp_contents .sec_campaign .inner .campaign_checkbox .cmn_checkbox [id^="checkbox-1-"] + label:after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(/cms/onlineshop/av/i/2022spring/img/checked1.png) no-repeat top left;
}
.lp_contents .sec_campaign .inner .campaign_checkbox .cmn_checkbox [id^="checkbox-1-"].available + label:after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(/cms/onlineshop/av/i/2022spring/img/checked2.png) no-repeat top left;
}
.lp_contents .sec_campaign .inner .campaign_checkbox .cmn_checkbox span {
  margin-left: 10px;
  vertical-align: top;
  line-height: 22px;
  font-size: 18px;
  font-weight: 300;
}
.lp_contents .sec_campaign .inner .campaign_checkbox .cmn_apply_btn {
  margin: 25px auto 0;
  text-align: center;
}
.lp_contents .sec_campaign .inner .campaign_checkbox .cmn_apply_btn a {
  position: relative;
  display: block;
  width: 400px;
  padding: 17px 0;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  text-decoration: none;
  margin: auto;
}
.lp_contents .sec_campaign .inner .campaign_checkbox .cmn_apply_btn a.active {
  background-color: #ef856d;
}
.lp_contents .sec_campaign .inner .campaign_checkbox .cmn_apply_btn a.inactive {
  background-color: #c4c4c4;
  pointer-events: none;
}
.lp_contents .sec_campaign .inner .campaign_checkbox_notes {
  margin-top: 28px;
  text-align: left;
  padding-left: 154px;
}
.lp_contents .sec_campaign .inner .campaign_checkbox_notes li {
  line-height: 16px;
  font-size: 12px;
  font-weight: 300;
}
.lp_contents .sec_campaign .inner .campaign_checkbox_notes li a {
  display: inline-block;
  text-decoration: none;
  color: #ef856d;
  border-bottom: 1px solid #ce0058;
}
.lp_contents .sec_campaign .inner .campaign_checkbox_notes li + li {
  margin-top: 1px;
}
.lp_contents .sec_campaign .inner .mod-acc_b {
  position: relative;
  padding-bottom: 60px;
}
.lp_contents .sec_campaign .inner .mod-acc_b--btn {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  z-index: 99;
}
.lp_contents .sec_campaign .inner .mod-acc_b--btn a {
  display: block;
  outline: 0 none;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  height: 42px;
  line-height: 44px;
  position: relative;
  background-color: #fff;
  width: 260px;
  border: 1px solid #383f44;
  border-radius: 25px;
}
.lp_contents .sec_campaign .inner .mod-acc_b--btn a::before, .lp_contents .sec_campaign .inner .mod-acc_b--btn a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  content: '';
  background-color: #383f44;
}
.lp_contents .sec_campaign .inner .mod-acc_b--btn a::before {
  right: 29px;
  width: 1px;
  height: 16px;
  margin-top: -8px;
}
.lp_contents .sec_campaign .inner .mod-acc_b--btn a::after {
  width: 16px;
  height: 1px;
  right: 21px;
  margin-top: -1px;
}
.lp_contents .sec_campaign .inner .mod-acc_b.m-opened {
  padding-bottom: 130px;
}
.lp_contents .sec_campaign .inner .mod-acc_b.m-opened .mod-acc_b--btn {
  bottom: 60px;
}
.lp_contents .sec_campaign .inner .mod-acc_b.m-opened .mod-acc_b--btn a::before {
  background-color: #fff !important;
}
.lp_contents .sec_campaign .inner .present_notes {
  margin-top: 26px;
}
.lp_contents .sec_campaign .inner .present_notes h4 {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.lp_contents .sec_campaign .inner .present_notes ul {
  margin-top: 6px;
}
.lp_contents .sec_campaign .inner .present_notes ul li {
  font-size: 12px;
  line-height: 20px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.lp_contents .sec_campaign .inner .present_notes ul li span {
  color: #ef856d;
}
.lp_contents .sec_campaign .inner .present_notes ul + h4 {
  margin-top: 30px;
}
.lp_contents .sec_campaign .inner .present_mask {
  position: absolute;
  left: -5%;
  bottom: 0;
  width: 110%;
  height: 180px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
  z-index: 9;
}
.lp_contents .sec_intro {
  background: url(/cms/onlineshop/av/i/2022spring/img/sec_intro_bg.jpg) no-repeat top center;
  height: 766px;
  box-sizing: border-box;
  padding: 78px 0 80px;
}
.lp_contents .sec_intro .inner {
  text-align: center;
}
.lp_contents .sec_intro .intro_text {
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
  margin-top: 36px;
}
.lp_contents .sec_intro .intro_text + .intro_text {
  margin-top: 27px;
}
.lp_contents .sec_intro .intro_link {
  display: flex;
  justify-content: space-between;
  margin-top: 96px;
}
.lp_contents .sec_intro .intro_link a {
  display: inline-block;
  text-decoration: none;
}
.lp_contents .sec_intro .intro_link a li {
  width: 230px;
  height: 180px;
  background: url(/cms/onlineshop/av/i/2022spring/img/intro_link_bg1.png) no-repeat top center;
  padding-left: 10px;
  padding-top: 79px;
  box-sizing: border-box;
  position: relative;
}
.lp_contents .sec_intro .intro_link a li .intro_link_text {
  line-height: 28px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.04em;
  font-weight: 600;
}
.lp_contents .sec_intro .intro_link a li .intro_link_img {
  position: absolute;
  bottom: 111px;
  left: 50%;
  transform: translateX(-45%);
}
.lp_contents .sec_intro .intro_link a:nth-of-type(2) li {
  background: url(/cms/onlineshop/av/i/2022spring/img/intro_link_bg2.png) no-repeat top center;
}
.lp_contents .sec_intro .intro_link a:nth-of-type(3) li {
  background: url(/cms/onlineshop/av/i/2022spring/img/intro_link_bg3.png) no-repeat top center;
}
.lp_contents .sec_intro .intro_link a:nth-of-type(4) li {
  background: url(/cms/onlineshop/av/i/2022spring/img/intro_link_bg4.png) no-repeat top center;
}
.lp_contents .sec_mj {
  background: #fdf3f0;
  padding: 80px 0 100px;
}
.lp_contents .sec_mj .inner {
  text-align: center;
}
.lp_contents .sec_mj .mj_insight {
  margin: 27px 0 86px;
  width: 960px;
  height: 413px;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 38px 30px 0;
  position: relative;
}
.lp_contents .sec_mj .mj_insight::after {
  content: '';
  background: url(/cms/onlineshop/av/i/2022spring/img/mj_insight_icon.png);
  width: 48px;
  height: 32px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.lp_contents .sec_mj .mj_insight .mj_insight_ttl {
  margin-bottom: 28px;
}
.lp_contents .sec_mj .mj_insight .mj_insight_list {
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
}
.lp_contents .sec_mj .mj_insight .mj_insight_list .mj_insight_img {
  margin-bottom: 16px;
}
.lp_contents .sec_mj .mj_insight .mj_insight_list .mj_insight_text {
  padding-right: 10px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
}
.lp_contents .sec_mj .mj_solution {
  border: 3px dotted #ef856d;
  border-radius: 20px;
  padding: 67px 37px 57px;
  position: relative;
}
.lp_contents .sec_mj .mj_solution_ttl {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  background: #fdf3f0;
}
.lp_contents .sec_mj .mj_solution_name {
  line-height: 34px;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 12px;
}
.lp_contents .sec_mj .mj_solution_dose {
  line-height: 14px;
  font-size: 14px;
  font-weight: 300;
}
.lp_contents .sec_mj .mj_solution_img {
  margin-bottom: 59px;
}
.lp_contents .sec_mj .mj_solution .mod-acc_a {
  background: #fff;
  margin-bottom: 48px;
}
.lp_contents .sec_mj .mj_solution .mod-acc_a--ttl a {
  display: block;
  outline: 0 none;
  text-align: center;
  text-decoration: none;
  padding: 25px;
  position: relative;
}
.lp_contents .sec_mj .mj_solution .mod-acc_a--ttl a::after {
  content: '';
  display: block;
  width: 27px;
  height: 28px;
  background: red;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/cms/onlineshop/av/i/2022spring/img/icn_open.png) no-repeat center center;
}
.lp_contents .sec_mj .mj_solution .mod-acc_a--cont {
  padding: 10px 10px 40px;
}
.lp_contents .sec_mj .mj_solution .mod-acc_a--cont .mj_accordion_text {
  line-height: 32px;
  font-size: 18px;
  font-weight: 300;
  margin: 33px 0;
}
.lp_contents .sec_mj .mj_solution .mod-acc_a--cont .mj_accordion_text sup {
  font-size: 12px;
}
.lp_contents .sec_mj .mj_solution .mod-acc_a--cont .mj_accordion_notes {
  margin-top: 36px;
}
.lp_contents .sec_mj .mj_solution .mod-acc_a--cont .mj_accordion_notes li {
  line-height: 18px;
  font-size: 12px;
  font-weight: 300;
}
.lp_contents .sec_mj .mj_solution .mod-acc_a.m-opened .mod-acc_a--ttl a::after {
  background: url(/cms/onlineshop/av/i/2022spring/img/icn_close.png) no-repeat center center;
}
.lp_contents .sec_mj .mj_solution_cv {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.lp_contents .sec_mj .mj_solution_cv li {
  width: 360px;
}
.lp_contents .sec_mj .mj_solution_cv li .cv_dose {
  line-height: 38px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: -1px;
}
.lp_contents .sec_mj .mj_solution_cv li .cv_price {
  line-height: 32px;
  font-size: 16px;
  font-weight: 300;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.lp_contents .sec_mj .mj_solution_cv li .cv_price .number {
  font-size: 32px;
}
.lp_contents .sec_mj .mj_solution_cv li .cv_price .yan {
  font-size: 22px;
}
.lp_contents .sec_mj .mj_solution_cv li .cv_price .postage {
  display: inline-block;
  width: 78px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #383f44;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  transform: translate(12px, -7px);
}
.lp_contents .sec_mj .mj_campaign {
  background: #fff;
  padding: 20px 80px 30px;
  margin-top: 60px;
  text-align: left;
}
.lp_contents .sec_mj .mj_campaign_ttl {
  text-align: center;
  margin-bottom: 26px;
}
.lp_contents .sec_mj .mj_campaign_list {
  position: relative;
}
.lp_contents .sec_mj .mj_campaign_list .list_img {
  position: absolute;
  top: -48px;
  right: -35px;
}
.lp_contents .sec_mj .mj_campaign_list .list_info_text {
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 6px;
}
.lp_contents .sec_mj .mj_campaign_list .list_info_text span {
  font-weight: 600;
}
.lp_contents .sec_mj .mj_campaign_list .list_info_catch {
  line-height: 42px;
  font-size: 28px;
  font-weight: 600;
  color: #ef856d;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.lp_contents .sec_mj .mj_campaign_btn {
  margin-left: 120px;
}
.lp_contents .sec_mj .mj_campaign_btn a {
  display: inline-block;
  text-decoration: none;
  width: 260px;
  height: 44px;
  border-radius: 20px;
  background: #636b70;
  text-align: center;
}
.lp_contents .sec_mj .mj_campaign_btn a span {
  color: #fff;
  line-height: 16px;
  font-size: 16px;
  font-weight: 300;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.lp_contents .sec_mj .mj_campaign_btn a span::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-15%) rotate(45deg);
  right: 20px;
}
.lp_contents .sec_category {
  padding: 100px 0;
}
.lp_contents .sec_category .category_ttl {
  text-align: center;
  margin-bottom: 142px;
}
.lp_contents .sec_category .category_contents .contents_line {
  background: #e4f9ff;
  height: 165px;
  box-sizing: border-box;
  padding-top: 64px;
  position: relative;
  margin-bottom: 93px;
}
.lp_contents .sec_category .category_contents .contents_line_ribon {
  position: absolute;
  top: -30px;
  height: 56px;
  left: 0;
  right: 50%;
  background: url(/cms/onlineshop/av/i/2022spring/img/contents1_line_ribon_bg.png) repeat top right;
}
.lp_contents .sec_category .category_contents .contents_line_ribon .contents_icon {
  position: absolute;
  top: -54px;
  right: 56px;
}
.lp_contents .sec_category .category_contents .contents_line::after {
  content: '';
  background: url(/cms/onlineshop/av/i/2022spring/img/contents1_line_ribon_icon.png);
  width: 11px;
  height: 56px;
  position: absolute;
  left: 50%;
  top: -30px;
}
.lp_contents .sec_category .category_contents .contents_line_text {
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
}
.lp_contents .sec_category .category_contents .contents_line_img {
  position: absolute;
  top: -137px;
  right: -62px;
}
.lp_contents .sec_category .category_contents .contents_goods {
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
}
.lp_contents .sec_category .category_contents .contents_goods .mod-carousel-b {
  opacity: 0;
  width: 360px;
}
.lp_contents .sec_category .category_contents .contents_goods .mod-carousel-b.slick-initialized {
  opacity: 1;
}
.lp_contents .sec_category .category_contents .contents_goods .mod-carousel-b .slick-slide {
  box-sizing: border-box;
}
.lp_contents .sec_category .category_contents .contents_goods .mod-carousel-b .slick-slide a {
  display: block;
  margin: auto;
}
.lp_contents .sec_category .category_contents .contents_goods .mod-carousel-b .slick-list {
  overflow: hidden;
}
.lp_contents .sec_category .category_contents .contents_goods .mod-carousel-b .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.lp_contents .sec_category .category_contents .contents_goods .mod-carousel-b .slick-dots li {
  list-style: none;
}
.lp_contents .sec_category .category_contents .contents_goods .mod-carousel-b .slick-dots li + li {
  margin-left: 20px;
}
.lp_contents .sec_category .category_contents .contents_goods .mod-carousel-b .slick-dots li button {
  border: 0 none;
  background: #ccc;
  outline: 0 none;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 0;
  text-indent: -10em;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.lp_contents .sec_category .category_contents .contents_goods .mod-carousel-b .slick-dots li button:hover {
  opacity: 0.8;
}
.lp_contents .sec_category .category_contents .contents_goods .mod-carousel-b .slick-dots li button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .2s ease 0s;
}
.lp_contents .sec_category .category_contents .contents_goods .mod-carousel-b .slick-dots li.slick-active button::after {
  border: #ef856d 2px solid;
}
.lp_contents .sec_category .category_contents .contents_goods .mod-carousel-b .slick-dots li:nth-child(1) button {
  background: url(/cms/onlineshop/av/i/2022spring/img/contents1_goods_img1.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .sec_category .category_contents .contents_goods .mod-carousel-b .slick-dots li:nth-child(2) button {
  background: url(/cms/onlineshop/av/i/2022spring/img/contents1_goods_img2.jpg) no-repeat center center;
  background-size: auto 100%;
}
.lp_contents .sec_category .category_contents .contents_goods_info .info_class {
  display: inline-block;
  line-height: 16px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #383f44;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.lp_contents .sec_category .category_contents .contents_goods_info .info_catch {
  line-height: 40px;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 9px;
}
.lp_contents .sec_category .category_contents .contents_goods_info .info_brand {
  line-height: 38px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-bottom: -4px;
}
.lp_contents .sec_category .category_contents .contents_goods_info .info_name {
  line-height: 34px;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: -3px;
}
.lp_contents .sec_category .category_contents .contents_goods_info .info_dose {
  line-height: 38px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}
.lp_contents .sec_category .category_contents .contents_goods_info .cmn_dec_btn {
  margin-top: 20px;
}
.lp_contents .sec_category .category_contents .contents_goods_info .info_price {
  line-height: 32px;
  font-size: 16px;
  font-weight: 300;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
.lp_contents .sec_category .category_contents .contents_goods_info .info_price .size {
  font-size: 20px;
  display: inline-block;
  margin-right: 25px;
}
.lp_contents .sec_category .category_contents .contents_goods_info .info_price .number {
  font-size: 32px;
}
.lp_contents .sec_category .category_contents .contents_goods_info .info_price .yan {
  font-size: 22px;
}
.lp_contents .sec_category .category_contents .contents_goods_info .info_price .postage {
  display: inline-block;
  width: 78px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #383f44;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  transform: translate(12px, -7px);
}
.lp_contents .sec_category .category_contents .contents_goods_info .info_price + .cmn_dec_btn {
  margin-top: 0;
}
.lp_contents .sec_category .category_contents .contents_goods_info .info_price + .prod_dec_link {
  margin-top: 0;
}
.lp_contents .sec_category .category_contents .contents_goods_info .prod_dec_link {
  margin-top: 20px;
}
.lp_contents .sec_category .category_contents .contents_goods_info .prod_dec_link a {
  display: inline-block;
  text-decoration: none;
  line-height: 54px;
  font-size: 16px;
  font-weight: 600;
  width: 360px;
  height: 60px;
  border: 2px solid #ef856d;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.lp_contents .sec_category .category_contents .contents_goods_info .prod_dec_link a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #ef856d;
  border-right: 2px solid #ef856d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
}
.lp_contents .sec_category .category_contents .contents_goods + .contents_goods {
  margin-top: 80px;
}
.lp_contents .sec_category .category_contents .contents_campaign {
  width: 880px;
  height: 226px;
  box-sizing: border-box;
  margin: 125px auto 0;
  border: 6px solid #bcf1ff;
  padding: 16px 32px 12px;
  position: relative;
}
.lp_contents .sec_category .category_contents .contents_campaign_ttl {
  position: absolute;
  top: -51px;
  left: 50%;
  transform: translateX(-50%);
}
.lp_contents .sec_category .category_contents .contents_campaign_list {
  display: flex;
  justify-content: space-between;
}
.lp_contents .sec_category .category_contents .contents_campaign_info {
  padding-top: 29px;
}
.lp_contents .sec_category .category_contents .contents_campaign_info .info_text {
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 6px;
}
.lp_contents .sec_category .category_contents .contents_campaign_info .info_text span {
  font-weight: 600;
}
.lp_contents .sec_category .category_contents .contents_campaign_info .info_catch {
  line-height: 42px;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.lp_contents .sec_category .category_contents .contents_campaign_info .info_btn {
  text-align: center;
}
.lp_contents .sec_category .category_contents .contents_campaign_info .info_btn a {
  display: inline-block;
  text-decoration: none;
  width: 260px;
  height: 44px;
  border-radius: 22px;
  background: #636b70;
  line-height: 44px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  position: relative;
}
.lp_contents .sec_category .category_contents .contents_campaign_info .info_btn a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
}
.lp_contents .sec_category .category_contents + .category_contents {
  margin-top: 184px;
}
.lp_contents .sec_category .category_afternoon .contents_line {
  background: #f2fdd9;
  margin-bottom: 109px;
}
.lp_contents .sec_category .category_afternoon .contents_line .contents_line_ribon {
  position: absolute;
  top: -30px;
  height: 56px;
  left: 0;
  right: calc( 50% - 134px);
  background: url(/cms/onlineshop/av/i/2022spring/img/contents2_line_ribon_bg.png) repeat top right;
}
.lp_contents .sec_category .category_afternoon .contents_line .contents_line_ribon .contents_icon {
  position: absolute;
  top: -54px;
  right: 21px;
}
.lp_contents .sec_category .category_afternoon .contents_line::after {
  content: '';
  background: url(/cms/onlineshop/av/i/2022spring/img/contents2_line_ribon_icon.png);
  width: 5px;
  height: 56px;
  position: absolute;
  left: calc( 50% + 134px);
  top: -30px;
}
.lp_contents .sec_category .category_night .contents_line {
  background: #fff3f7;
  margin-bottom: 109px;
  padding-top: 59px;
}
.lp_contents .sec_category .category_night .contents_line .contents_line_ribon {
  position: absolute;
  top: -30px;
  height: 56px;
  left: 0;
  right: 50%;
  background: url(/cms/onlineshop/av/i/2022spring/img/contents3_line_ribon_bg.png) repeat top right;
}
.lp_contents .sec_category .category_night .contents_line .contents_line_ribon .contents_icon {
  position: absolute;
  top: -54px;
  right: 30px;
}
.lp_contents .sec_category .category_night .contents_line::after {
  content: '';
  background: url(/cms/onlineshop/av/i/2022spring/img/contents3_line_ribon_icon.png);
  width: 21px;
  height: 56px;
  position: absolute;
  left: 50%;
  top: -30px;
}
.lp_contents .sec_category .category_night .contents_line .contents_line_img {
  top: -132px;
}
.lp_contents .sec_attention {
  background: #f5f5f5;
  padding: 100px 0;
}
.lp_contents .sec_attention dl dt {
  line-height: 28px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.lp_contents .sec_attention dl dd {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.lp_contents .sec_attention dl + dl {
  margin-top: 20px;
}
.lp_contents .sec_avene_btm {
  padding: 47px 0 80px;
  text-align: center;
  border-top: 6px solid #ef856d;
}
.lp_contents .sec_avene_btm .inner {
  text-align: center;
}
.lp_contents .sec_avene_btm h2 {
  margin-bottom: 30px;
  text-align: center;
}
.lp_contents .sec_avene_btm .avene_btm_banner {
  margin-bottom: 60px;
}
.lp_contents .sec_avene_btm .avene_btm_ttl {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.16em;
}
.lp_contents .sec_avene_btm .avene_btm_txt1 {
  font-size: 16px;
  line-height: 26px;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.16em;
  margin-bottom: 25px;
}
.lp_contents .sec_avene_btm .avene_btm_txt2 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.13em;
  margin-bottom: 40px;
}
.lp_contents .sec_avene_btm .avene_btm_txt2 span {
  display: inline-block;
  margin-top: 15px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #888;
}
.lp_contents .sec_avene_btm .avene_btm_btn {
  width: 860px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.lp_contents .sec_avene_btm .avene_btm_img {
  margin-bottom: 60px;
}
.lp_contents .sec_cart {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eeeeee;
  z-index: 1000;
}
.lp_contents .sec_cart .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 10px;
  letter-spacing: 0.06em;
}
.lp_contents .sec_cart .inner h2 {
  font-size: 24px;
  line-height: 1;
  margin-right: 15px;
}
.lp_contents .sec_cart .inner .cart_price {
  background-color: #fff;
  box-sizing: border-box;
  min-width: 220px;
  text-align: center;
  padding: 13px 30px 10px;
  margin-right: 30px;
  padding: 6px 10px 6px 34px;
}
.lp_contents .sec_cart .inner .cart_price em {
  font-size: 34px;
  line-height: 1;
}
.lp_contents .sec_cart .inner .cart_price .yan {
  font-size: 24px;
}
.lp_contents .sec_cart .inner .cart_price .taxin {
  font-size: 16px;
  line-height: 1;
}
.lp_contents .sec_cart .inner .cart_btn {
  width: 380px;
  height: 60px;
}
.lp_contents .sec_cart .inner .cart_btn a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  background-color: #ef856d;
  line-height: 60px;
  font-size: 18px;
  font-weight: 300;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.06em;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.lp_contents .sec_cart .inner .cart_btn a:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  top: 54%;
  transform: translateY(-50%);
  right: 16px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.lp_contents .sec_cart .cart_present {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  color: #ef856d;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.06em;
}
.lp_contents .sec_cart .cart_present .text1 {
  color: #000000;
}
.lp_contents .sec_cart .cart_present .text3 {
  color: #000000;
}
.lp_contents .sec_cart .cart_present .num {
  font-size: 30px;
}
.lp_contents .sec_cart .cart_present .notes {
  font-size: 12px;
}
.lp_contents .cmn_dec_btn {
  width: 360px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  overflow: hidden;
  text-align: center;
}
.lp_contents .cmn_dec_btn .zaikokbn2 {
  text-indent: 35px;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: -0.02em;
}
.lp_contents .cmn_dec_btn button {
  background-color: #ef856d;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  font-weight: 500;
  color: #fff;
  line-height: 60px;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.lp_contents .cmn_dec_btn button::after {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 50%;
  background: #ffffff;
  transform: translateY(-50%);
}
.lp_contents .cmn_dec_btn button span {
  font-size: 12px;
}
.lp_contents .cmn_dec_btn div {
  background-color: #999;
}
.lp_contents .m-checked {
  background-color: rgba(239, 133, 109, 0.7);
}
.lp_contents .m-checked::after {
  background: #ffffff url(/cms/onlineshop/av/i/2022spring/img/icon_check.png) no-repeat center center !important;
  background-size: 100% !important;
}
