@charset "UTF-8";

#Header {
  width: 1000px;
  margin: 0 auto;
}

#Wrap,
#Contents,
.wrapBottom,
.wrapTop,
#allWrap,
.lp_contents {
  width: 100% !important;
  min-width: 1200px;
}

.lp_contents {}

#Foot {
  width: 1000px;
  clear: both;
  margin: 54px auto 0;
}

.sp_only {
  display: none !important;
}

.txt_mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "メイリオ", Meiryo, Verdana, sans-serif;
}

.txt_futura {
  font-family: "futura-pt", serif;
}

.lp_contents *,
.lp_contents *:before,
.lp_contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:before,
a:after,
a img {
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
}

h1 {
  padding: 0;
}

.txt_center {
  text-align: center;
}

.txt_en {
  /* font-family: sofia-pro, sans-serif;
font-style: normal; */
  font-family: sofia-pro-soft, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.txt_grey {
  color: #4d4d4d;
}

.lp_contents {
  background: #fff;
  color: #000;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}

.lp_contents ul,
.lp_contents li {
  list-style: none;
}

.lp_contents a:hover {
  opacity: 0.7;
}

.lp_contents img {
  max-width: 100%;
}

.txt_bg {
  background: linear-gradient(transparent 0%, #e9e1d8 0%);
}

.section .inner {
  /* width: 1200px; */
  width: 100%;
  margin: 0 auto;
}

.section .inner2 {
  width: 1000px;
  margin: 0 auto;
}

.ttl_section {
  margin-bottom: 25px;
  padding: 0;
}

.ttl_section img {
  height: 46px;
}

/* -- List -- */

.list ul {
  letter-spacing: -0.4em;
}

.list ul li {
  display: inline-block;
  letter-spacing: 0.08em;
  vertical-align: top;
}

/* -- List Dot -- */

.list_dot,
.list.list_dot {
  margin: 1em 0;
}

.list_dot .list_dot {
  margin: 0 0 .5em;
}

.list_dot ul,
.list.list_dot ul {
  margin: 0;
  padding-left: 1.5em !important;
}

.list_dot ul li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  list-style-type: none;
  line-height: 1.8;
}

.list_dot ul li ul {
  padding-top: 2px;
  padding-left: 2.5em !important;
}

.list_dot ul li:before {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-left: -1em;
  margin-right: 14px;
  background: #555;
  border-radius: 100%;
  vertical-align: middle;
  content: "";
}

/*  Animation
-------------------------- */

/* -- keyframes -- */

@-webkit-keyframes opa0 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opa0 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes tra1 {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra1 {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@-webkit-keyframes tra2 {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@keyframes tra2 {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@-webkit-keyframes tra3 {
  0% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -ms-transform: translateY(120px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@keyframes tra3 {
  0% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -ms-transform: translateY(120px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@-webkit-keyframes tra4 {
  0% {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    -ms-transform: translateX(30%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra4 {
  0% {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    -ms-transform: translateX(30%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@-webkit-keyframes tra5 {
  0% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    -ms-transform: translateX(-80%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra5 {
  0% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    -ms-transform: translateX(-80%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@-webkit-keyframes tra6 {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra6 {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@-webkit-keyframes tra7 {
  0% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    -ms-transform: translateX(-30%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra7 {
  0% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    -ms-transform: translateX(-30%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

.ef {
  opacity: 0;
}

.ef.effect {
  -webkit-animation: opa1 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top {
  opacity: 0;
}

.ef-top.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-right.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra4 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra4 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-left.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra5 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra5 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-lg.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra6 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra6 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.bg {
  position: relative;
  z-index: 0;
  padding-top: 35px;
  padding-bottom: 160px;
}

.bg::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  left: -1px;
  z-index: -1;
  background: url(../../Contents/ImagesPkg/lp/LuckyBack2021/bg_all.png) no-repeat center top;
  background-size: 100%;
  background-attachment: fixed;
  content: "";
}

.inner_frame {
  border: 1px solid #fff;
  border-radius: 10px;
  background: #fff;
  padding: 65px 0;
  width: 858px;
  margin: 0 auto;
}

.btn_wrap {
  text-align: center;
}

.btn_link {
  position: relative;
  width: auto;
  margin: 0 auto;
  padding: 5px 15px 5px 0;
  border-radius: 0;
  border: none;
  background: none;
  box-shadow: none;
  text-align: center;
  font-size: 1em;
  color: #989898;
}

.btn_link:hover {
  background: none;
  color: #000;
}

.btn_link:before {
  transition: border .2s ease-in-out;
  transform: rotate(135deg);
  position: absolute;
  top: 10px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  border-width: 2px 2px 0 0;
  border-color: #989898 #989898 transparent transparent;
  border-style: solid;
  content: "";
}

.btn_link:hover {
  background: none;
  color: #000;
}

/* .btn_link:hover:before {
  border-color: #000 #000 transparent transparent;
} */

.btn_link_l {
  overflow: hidden;
  position: relative;
  width: 400px;
  margin: 0 auto;
  padding: 25px 15px;
  border-radius: 0;
  border: 1px solid #D44D6F !important;
  border-radius: 5px;
  background: #D44D6F !important;
  box-shadow: none;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
}

@-webkit-keyframes border_1 {
  from {
    width: 0px
  }

  to {
    width: 101%
  }
}

@keyframes border_1 {

  from {
    width: 0px
  }

  to {
    width: 101%
  }
}

@-webkit-keyframes border_2 {
  from {
    height: 0px
  }

  to {
    height: 101%
  }
}

@keyframes border_2 {
  from {
    height: 0px
  }

  to {
    height: 101%
  }
}

@-webkit-keyframes border_3 {
  from {
    width: 0px
  }

  to {
    width: 100%
  }
}

@keyframes border_3 {
  from {
    width: 0px
  }

  to {
    width: 100%
  }
}

@-webkit-keyframes border_4 {
  from {
    height: 0px
  }

  to {
    height: 100%
  }
}

@keyframes border_4 {
  from {
    height: 0px
  }

  to {
    height: 100%
  }
}

/* -------- Mainvisual -------- */

.mainvisual_section {}

.mainvisual_section h1 {
  float: none;
  padding: 0 0 30px;
}

.mainvisual_section .inner {}

.ttl_mainvisual {
  text-align: center;
}

.mainvisual_section p {
  margin: 0 auto;
  text-align: center;
}

.mainvisual_section .txt_intro {
  padding: 15px 0 55px;
  font-size: 18px;
  line-height: 2;
}

/* ------ Schedule ------ */

.schedule_area {
  width: 640px;
  margin: 0 auto 60px;
  padding: 40px 50px;
  border: 1px solid #C55770;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}

.schedule_area .tag {
  display: inline-block;
  padding: 0px 15px;
  background: #e7b942;
  color: #fff;
  margin: 15px 0 0;
  font-size: 11px;
}

.schedule_area .tag:first-child {
  margin-top: 0;
}

.schedule_area p {
  text-align: left;
  line-height: 1.75;
}

.schedule_area .txt_grey {
  font-size: 0.85em;
}

.schedule_list {
  line-height: 1.8;
}

.schedule_list dt {
  float: left;
  width: 130px;
}

.schedule_list dd {
  margin-bottom: 15px;
  padding-left: 140px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  line-height: 2;
  position: relative;
  top: -5px;
}

.schedule_list dd:nth-of-type(2) {
  border: none;
  padding-bottom: 0;
  margin-bottom: -8px;
}

/* ------ Title ------ */

.ttl_main {
  margin-bottom: 35px;
  text-align: center;
  font-weight: normal;
  color: #D44D6F;
}

.ttl_main span {
  display: block;
}

.ttl_main .txt_en {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
}

.contents_section .ttl_main .txt_en,
.product_section .ttl_main .txt_en {
  margin-bottom: 0.15em;
  font-size: 45px;
  letter-spacing: 0;
}

.ttl_main .txt_ja {
  font-size: 13px;
  letter-spacing: 0.04em;
  padding-top: 3px;
}

/* ------ Link List ------ */

.link_list {
  /* margin-bottom: 90px; */
  padding-left: 0;
}

.link_list ul {
  background: #D44D6F;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.link_list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.link_list a {
  text-align: center;
  color: #fff;
  display: block;
  padding: 28px 0;
}

/* .link_list .icn_arw {
  display: inline-block;
  padding: 5px 46px 5px 0;
  background: url(../../Contents/ImagesPkg/lp/2021summerkit/icn_arw.png) no-repeat right center;
} */

.link_list .txt_en {
  font-size: 1.4em;
}

.link_list .txt_ja {
  font-size: 0.7em;
  padding-left: 10px;
}

/* -------- Contents -------- */

.contents_section {}

.contents_section .inner_frame {
  position: relative;
}

.contents_section .ttl_main {
  margin-bottom: 60px;
}

.img_bag {
  position: absolute;
  top: 20px;
  right: -25px;
}

.total_price {
  /* margin-bottom: -20px;
  padding: 50px 0 0;
  text-align: center; */
  padding: 40px 0 0;
  text-align: center;
  width: 245px;
  margin: 0 auto -20px;
}

/* .total_price .total_price_txt {}


.total_price .txt_price {}


.total_price .num {}

.total_price .tax {
  font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
} */

.contents_list {
  font-size: 0.8em;
}

.contents_list ul {
  text-align: center;
  width: 785px;
  margin: -50px auto 0;
}

.contents_list li {
  width: 200px;
  padding: 20px 0 0;
  text-align: center;
}

.contents_list p {
  text-align: center;
}

.contents_list .item_img {
  margin-bottom: 5px;
}

.contents_list li:nth-of-type(3) {
  margin-right: 15px;
}

.contents_list li:nth-of-type(4) {
  margin-left: -15px;
}

.contents_list .item_img:nth-child(5) {
  margin-bottom: 10px;
}

.contents_list .item_img sup {
  text-align: center;
  font-size: 0.7em;
  display: block;
  margin-top: -12px;
  margin-bottom: -2px;
  color: #707070;
}

.contents_list .item_ttl {
  line-height: 1.5;
  height: 50px;
}

.contents_list li:nth-child(6) .item_ttl,
.contents_list li:nth-child(7) .item_ttl,
.contents_list li:nth-child(8) .item_ttl,
.contents_list li:nth-child(9) .item_ttl {
  height: 50px;
}

.contents_section .btn_wrap {
  padding-top: 45px;
}

/* -------- Product -------- */

.product_section {}

.product_section .inner2 {}

.product_section .ttl_main {
  margin-bottom: 30px;
}

.product_section .inner2 {
  padding: 95px 0;
}

.product_section .txt_intro {
  margin-bottom: 25px;
  font-size: 1.15em;
  line-height: 2;
}

.products_head {
  text-align: center;
}

/* ------ Staff Area ------ */

.staff-area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.staff-area .img_staff {
  width: 100px;
}

.staff-area .txt_staff {
  padding-left: 20px;
  text-align: center;
  font-size: 1.05em;
  line-height: 1.7;
}

.staff-area .txt_en {
  font-size: 0.8em;
}

.staff-area .ttl_staff {
  font-size: 1.1em;
}

/* ------ Product List ------ */

.products_list {
  position: relative;
  padding-top: 40px;
  background: #F7EBE9;
}

.products_list ul {
  margin-bottom: 65px;
}

.products_list li:first-child {
  /* border-top: 1px solid #000; */
}

.products_list li {
  overflow: hidden;
  clear: both;
  /* padding: 0px 60px 25px 100px; */
  padding: 0 80px 25px;
  border-bottom: 1px solid #C9C7BB;
  margin-bottom: 70px;
      margin-top: -120px;
      padding-top: 120px;
}

.products_list #item06 {
  border-bottom: none;
}

.products_list .icn_best {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

.products_list .img_products {
  position: relative;
  float: left;
  width: 360px;
}

.products_list .products_cont {
  /* padding-left: 390px; */
  position: relative;
}

.products_cont_img {
  position: absolute;
  left: 356px;
  top: -64px;
}

#item01 .products_cont_img {
  width: 235px;
}

#item02 .products_cont_img {
  width: 225px;
}

#item03 .products_cont_img {
  width: 258px;
}

#item04 .products_cont_img {
  width: 282px;
}

#item05 .products_cont_img {
  width: 136px;
}

#item06 .products_cont_img {
  width: 437px;
}

.products_list .ttl_products {
  margin: 87px 0 2px;
  font-size: 18px;
  line-height: 1.75;
}

.products_list sup {
  color: #707070;
}

.products_list .ttl_products span {
  text-decoration: underline;
  margin-right: 18px;
}

.products_list .txt_price {
  font-size: 18px;
}

.products_list .txt_price span {
  font-size: 12px;
}

.products_list .products_cont-detail {
  margin-top: 17px;
}

.products_cont-detail dt {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  color: #4D4D4D;
}

.products_cont-detail dt span {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
}

#item03 .products_cont-detail dt,
#item04 .products_cont-detail dt {
  display: inline-block;
}

.products_cont-detail dd {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.products_cont-detail .products_cont_text span {
  font-size: 10px;
}

#item06 .products_cont-detail .products_cont_text span {
  position: relative;
  left: 360px;
}

.fl {
  display: flex;
  flex-wrap: wrap;
}

.fl .users_comment {
  margin: 0 10px;
}

.products_list .slick-dots {
  margin-bottom: 0;
  bottom: -30px;
  position: absolute;
}

/* .slick-dots li.slick-active button:before {
  color: #F094B5 !important;
} */

.users_comment {
  width: 400px !important;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 40px 40px;
}

.users_comment p {
  font-size: 15px;
  letter-spacing: 0.04em;
}

.users_comment p span {
  font-size: 12px;
  display: block;
  line-height: 1.75;
  padding-top: 10px;
  font-weight: normal;
}

.txt_comment {
  opacity: 0;
  margin: 0 0 12px;
}

.products_cont-detail .effect .txt_comment {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra4 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra4 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.products_cont-detail .effect .txt_comment:nth-child(1) {
  animation-delay: 0s;
}

.products_cont-detail .effect .txt_comment:nth-child(2) {
  animation-delay: 0.2s;
}

.products_cont-detail .effect .txt_comment:nth-child(3) {
  animation-delay: 0.4s;
}

.products_cont-detail .effect .txt_comment:nth-child(4) {
  animation-delay: 0.6s;
}

.products_cont-detail .effect .txt_comment:nth-child(5) {
  animation-delay: 0.8s;
}

.products_cont-detail .effect .txt_comment:nth-child(6) {
  animation-delay: 1s;
}

.txt_comment span {
  position: relative;
  display: inline-block;
  padding: 14px;
  border-radius: 30px;
  background: #fee8dc;
  color: #4d4d4d;
  vertical-align: top;
  letter-spacing: 0;
}

.txt_comment span::before {
  position: absolute;
  top: 50%;
  left: -23px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border-width: 6px 13px;
  border-color: transparent #fee8dc transparent transparent;
  border-style: solid;
  content: "";
}

.txt_comment:last-child {
  margin-bottom: 0;
}

.icn_igm {
  margin: 30px 0 0;
}

.icn_igm a {
  display: inline-block;
  padding: 5px 0 2px 25px;
  background: url(../../Contents/ImagesPkg/lp/2021summerkit/icn_igm.png) no-repeat left center;
  text-decoration: underline;
  background-size: 20px;
  background-position-y: 5px;
}

.product_section .btn_link_l {
  width: 480px;
  /* background: rgb(255 252 242 / 80%); */
  font-size: 1.9em;
  padding: 32px;
}

.product_section .btn_link_l.btn:hover {
  opacity: 0.8;
}

.product_section .btn_link_l .txt_ja {
  font-size: 22px;
}

.product_section .btn_wrap {
  position: -webkit-sticky;
  position: sticky;
  bottom: 50px;
}

/* -------- Instagram Live -------- */

.NEWS.ttl_main .txt_en {
  font-size: 45px;
}

.NEWS.ttl_main .txt_ja {
  padding-top: 10px;
  font-size: 13px;
}

.NEWS_box {
  width: 840px;
  margin: 40px auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: none;
}

.instagram_section {}

.instagram_section.bg::before {
  background-position: center 95%;
}

.instagram_section .inner_frame {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 1.2em;
}

.instagram_section .img_main {
  width: 240px;
  position: relative;
  top: -15px;
}

.instagram_section .instagram_cont {
  padding-left: 60px;
}

.instagram_section .ttl_main {
  margin-bottom: 16px;
}

.instagram_section .ttl_main .txt_ja {
  font-size: 11px;

    position: relative;
    top: -8px;
}

.instagram_section .txt_cont {
  font-size: 14px;
  line-height: 2;
  position: relative;
  top: -30px;
}

.instagram_section .txt_cont .txt_en {
  font-size: 20px;
}

.instagram_section .txt_cont sup {
  display: block;
  font-size: 11px;
  /* padding: 5px 0; */
  color: #707070;
}

.instagram_section .icn_igm {
  margin: -5px 0 28px;
      font-size: 14px;
      position: relative;
      top: -20px;
}

.instagram_section .icn_igm a {
  padding-bottom: 0;
  text-decoration: none;
}

.instagram_section .btn_wrap {
  position: relative;
  top: -26px;
}

.instagram_section .btn_link {
  width: 200px;
  padding: 10px;
  border-radius: 200px;
  border: 1px solid #707070;
  background: #fff;
  text-align: center;
  font-size: 0.75em;
  color: #000;
}

.instagram_section .btn_link::before {
  display: none;
}

.btn_igmlive {
  display: inline-block;
}

.thumb_igmlive,
.thumb_igmlive-inner {
  display: block;
  position: relative;
  z-index: 0;
  width: 240px;
  height: 240px;
  border-radius: 100%;
}

.thumb_igmlive::before {
  position: absolute;
  top: -4px;
  right: -4px;
  left: -4px;
  bottom: -4px;
  z-index: 0;
  border-radius: 100%;
  background: #fff;
  content: "";
}

.thumb_igmlive::after {
  transition: background 1s ease-in-out;
  position: absolute;
  top: -8px;
  right: -8px;
  left: -8px;
  bottom: -8px;
  z-index: -1;
  border-radius: 100%;
  background: rgb(153, 54, 181);
  background: linear-gradient(180deg, rgba(153, 54, 181, 1) 0%, rgba(183, 62, 125, 1) 47%, rgba(234, 70, 83, 1) 87%);
  content: "";
}

.btn_igmlive:hover .thumb_igmlive::after {
  background: rgb(97, 76, 194);
  background: linear-gradient(180deg, rgba(97, 76, 194, 1) 1%, rgba(172, 51, 171, 1) 27%, rgba(194, 48, 159, 1) 47%, rgba(235, 74, 80, 1) 87%);
  animation: slidebg 2s linear infinite;
}

@keyframes slidebg {
  to {
    transform: rotate(360deg);
  }
}

.thumb_igmlive-inner {
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  background: #000;
}

.thumb_igmlive img {
  position: relative;
  z-index: 1;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  transform: scale(0.8);
  -webkit-animation: igmAnime 1.6s cubic-bezier(0.51, 0.21, 0.41, 1) 1.6s infinite;
  animation: igmAnime 1.6s cubic-bezier(0.51, 0.21, 0.41, 1) 1.6s infinite;
}

@-webkit-keyframes igmAnime {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes igmAnime {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.thumb_igmlive-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 100%;
  background: #fff;
  transform: scale(0.5);
  opacity: 0.4;
  -webkit-animation: igmAnime2 1.6s cubic-bezier(0.51, 0.21, 0.41, 1) 1.6s infinite;
  animation: igmAnime2 1.6s cubic-bezier(0.51, 0.21, 0.41, 1) 1.6s infinite;
  content: "";
}

@-webkit-keyframes igmAnime2 {
  0% {
    transform: scale(0.5);
    opacity: 0.4;
  }

  100% {
    transform: scale(1.02);
    opacity: 0;
  }

}

@keyframes igmAnime2 {
  0% {
    transform: scale(0.5);
    opacity: 0.4;
  }

  100% {
    transform: scale(1.02);
    opacity: 0;
  }
}


@media only screen and (min-width: 768px) {
  .mainvisual_section h1 {
    max-width: 1200px;
    width: 100%;
    margin: auto;
  }
  
  .link_list ul li {
    display: inline-flex;
  }

  .link_list li a {
    margin: 0 50px;
  }

  .link_list li:not(:nth-of-type(1))::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    background-image: url(../../Contents/ImagesPkg/lp/LuckyBack2021/circle.svg);
    background-size: contain;
  }

  .products_list sup {
    font-size: 10px;
  }

  .products_cont-detail .products_cont_text span {
    display: block;
    margin-top: 4px;
    line-height: 2;
  }

  .products_list ul.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #E499B4;
    border-radius: 100vh;
  }

  .products_list ul.slick-dots li.slick-active {
    background: #E499B4;
  }

  .products_list ul.slick-dots li button {
    display: none;
  }

  .products_list ul.slick-dots {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0;
    bottom: initial;
  }

  .products_list .slick-prev,
  .products_list .slick-next {
    /* top: 40%; */
    top: calc(50% - 30px + 25px);
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100vh;
  }

  .products_list .slick-prev:focus,
  .products_list .slick-next:focus {
    background: #fff !important;
  }

  .products_list .slick-prev {
    left: -60px;
  }

  .products_list .slick-next {
    right: -60px;
  }

  .products_list .slick-prev:hover,
  .products_list .slick-next:hover {
    background: #fff !important;
    color: #fff !important;
    outline: none !important;
    display: block;
    opacity: 1;
  }

  .products_list .slick-prev::after,
  .products_list .slick-next::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 10px;
    height: 20px;
    margin: auto;
    background-image: url(../../Contents/ImagesPkg/lp/LuckyBack2021/slick-arrow.svg);
    background-size: contain;
  }

  .products_list .slick-prev::before,
  .products_list .slick-next::before {
    display: none;
  }

  .products_list .slick-next::after {
    transform: rotate(180deg);
  }

  .products_list .ttl_products--item04 {
    margin-top: 110px;
  }

  #item04 .products_cont_img {
    top: -84px;
  }

  .products_list .products_cont-detail .fl {
    display: flex;
  }

  .products_list .products_cont-detail .fl .slick-track {
    height: 100%;
  }

  .products_list .products_cont-detail .users_comment_box {
    margin: 0 10px;
  }

  .products_list .products_cont-detail--item06 dd.products_cont_text {
    padding-left: 360px;
  }

  #item06 .products_cont-detail .products_cont_text span {
    left: 0;
  }

  #contents .inner_frame {
    padding: 0 0 65px;
    margin: -65px auto 0;
  }

  #contents .ttl_main {
    padding-top: 65px;
  }

  .product_section .inner2 {
    padding: 135px 0;
    margin: -35px auto 0;
}

#products .btn_wrap {
  margin-bottom: 180px;
}

#instagramlive {
  padding-top: 0;
  padding-top: 170px;
  position: relative;
  top: -150px;
}

#instagramlive .bg::before {
  top: 70px;
}

#contents {
  position: relative;
  margin-top: -35px;
}

#contents::before {
  top: 35px;
}

#contents .inner {
  padding-top: 165px;
}

.products_list ul.slick-dots li:first-child:last-child{
  display:none;
  }

  .users_comment p {
    font-weight: 600;
    letter-spacing: 0;
}

#item02 .products_cont-detail dt ,
#item05 .products_cont-detail dt{
  display: inline-block !important;
}

}

