@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

main img,
main picture {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0 auto;
  width: 100%;
  font-family: Noto Sans JP, sans-serif;
}

* {
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0;
}

a {
  text-decoration: none;
  transition: 0.3s opacity;
}
a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 961px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .sp-none {
    display: none !important;
  }
}
img {
  height: auto;
}

.l-main {
  overflow: clip;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
.slick {
  /* Arrows */
  /* Dots */
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
width: 835px;
    margin: 0 auto;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 63%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transform: translate(0, -50%);
  cursor: pointer;
}
.slick-prev:before, .slick-next:before {
  color: white;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
.slick-slider.slick-dotted {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
@media screen and (max-width: 960px) {
  .slick-dots {
    bottom: -10px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  text-align: center;
  color: #ca001b;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  content: "○";
}
@media screen and (max-width: 960px) {
  .slick-dots li button:before {
    font-size: 20px;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #d3d4d7;
  content: "●";
}

@media screen and (max-width: 960px) {
  .ecm-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.alt {
  display: none;
}

/*===============================================
 side
===============================================*/
.side-navi {
  position: fixed;
  right: 0;
  top: 360px;
  width: 135px;
  z-index: 150;
/*  transform: translateY(-50%);*/
  background-color: #fff;
	opacity: 0;
	transition: .5s;
}
.is-visible {
        transform: translateY(0);
        opacity: 1;
}
@media screen and (max-width: 960px) {
  .side-navi {
    display: none;
  }
}
.side-navi > a {
  display: block;
}
.side-navi > a:not(:first-child) {
  margin-top: 2px;
}
.side-navi > a > img {
  display: block;
}

/*===============================================
 navi
===============================================*/
.sec-navi {
}
@media screen and (max-width: 960px) {
  .sec-navi {
    position: fixed;
    top: calc(61px + var(--mcp-header-height) + var(--ecm-header-height));
    left: 0;
    right: 0;
    z-index: 10000;
	  width: 100%;
  }
    .sec-navi {
        opacity: 0;
        transition: .5s;
        display: block;
    }
    .sec-navi.show {
        transform: translateY(0);
        opacity: 1;
    }
}
.sec-navi-in {
  display: flex;
  margin: 0 auto;
  background-color: #fff;
}
.sec-navi-in > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a {
    height: 12.4vw;
    font-size: 3.4666666667vw;
    line-height: 1.3461538462;
  }
}
.sec-navi-in > a:nth-child(1) {
  padding-left: 58px;
  background-color: #ca001b;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a:nth-child(1) {
    padding-left: 1.0666666667vw;
  }
}
.sec-navi-in > a:nth-child(2) {
  padding-right: 58px;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a:nth-child(2) {
    padding-right: 1.0666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a > span {
    text-align: center;
  }
}
.sec-navi-in > a > img {
  display: inline-block;
  width: 18px;
  margin-left: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a > img {
    width: 4vw;
    margin-left: 1.0666666667vw;
    margin-top: 0vw;
  }
}

/*===============================================
slick
===============================================*/
.slick-dotted {
  margin-bottom: 0;
  padding-bottom: 6.6666666667vw;
}
.slick-prev,
.slick-next {
  width: 23px;
  height: 39px;
  z-index: 1000;
}
.slick-prev:before,
.slick-next:before {
  display: block !important;
  width: 23px;
  height: 39px;
}
.slick-prev {
  left: -40px;
top: 310px!important;
}
.sec2 .slick-prev:before {
  background: url(../img/morning-left.png) no-repeat;
  background-size: 100% 100%;
  content: "";
}
.sec3 .slick-prev:before {
  background: url("../img/night-left.png") no-repeat;
  background-size: 100% 100%;
  content: "";
}
.slick-next {
  right: -40px;
top: 310px!important;
}
.sec2 .slick-next:before {
  background: url(../img/morning-right.png) no-repeat;
  background-size: 100% 100%;
  content: "";
}
.sec3 .slick-next:before {
  background: url("../img/night-right.png") no-repeat;
  background-size: 100% 100%;
  content: "";
}
.slick-dots {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .slick-dots {
    bottom: -1.0666666667vw;
  }
.slick-slider {
	width: 100%;
	}
.slick-prev,
.slick-next {
  width: 15px;
  height: 25px;
}
.slick-prev:before,
.slick-next:before {
  width: 15px;
  height: 25px;
}
}
.slick-dots li {
  width: 4.8vw;
  height: 4.8vw;
  margin: 0;
}
.slick-dots li button {
  width: 4.8vw;
  height: 4.8vw;
  padding: 0;
}
.slick-dots li button:before {
  left: 1.0666666667vw;
  top: 1.0666666667vw;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-radius: 1.3333333333vw;
  background-color: #f5f5f5;
  content: "";
}
.slick-dots li.slick-active button:before {
  background-color: #ca001b;
}
/*===============================================
 section
===============================================*/
.content {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}
@media screen and (max-width: 960px) {
  .ecm-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.fv > picture > img {
  display: block;
  width: 100%;
}
.set-item{
	width: 490px;
	position: relative;
}
.set-item h3 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.3076923077;
  letter-spacing: -0.01em;
	position: absolute;
	top:30px;
}
.set-item h4 {
	width: 100%;
    position: absolute;
    left: 0;
    top: 370px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4210526316;
    letter-spacing: -0.01em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4em;
	padding-right: 150px;
}
.set-item .set-btn {
	width: 100%;
    position: absolute;
    left: 0;
   top: 480px;
	display: flex;
    justify-content: center;
}
@media screen and (max-width: 960px) {
.set-item .set-btn {
    top: 88vw;
}
}
.set-btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 50px;
  border: 1px solid #2c2825;
  border-radius: 25px;
  color: #2c2825;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.sec-campaign {
  padding-top: 114px;
  padding-bottom: 186px;
}
@media screen and (max-width: 960px) {
  .sec-campaign {
    padding-top: 15vw;
    padding-bottom: 24.8vw;
  }
}
.sec-campaign-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .sec-campaign-ttl {
    font-size: 4.8vw;
  }
}
.sec-campaign-in {
  max-width: 1000px;
  padding: 0 20px;
  margin: 44px auto 0;
}
@media screen and (max-width: 960px) {
  .sec-campaign-in {
    width: 89.3333333333vw;
    margin-top: 8.8vw;
  }
}
@media screen and (min-width: 961px) {
  .sec-campaign-bnr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.sec-campaign-bnr > a {
  display: block;
}
@media screen and (min-width: 961px) {
  .sec-campaign-bnr > a {
    width: 44.7916666667%;
  }
  .sec-campaign-bnr > a:not(:nth-child(2n+1)) {
    margin-left: 10.4166666667%;
  }
  .sec-campaign-bnr > a:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .sec-campaign-bnr > a:not(:first-child) {
    margin-top: 6.1333333333vw;
  }
}
.sec-campaign-bnr > a > img {
  display: block;
  width: 100%;
}
#set1,#set2,#set3 {
  padding-top: calc(171px + var(--mcp-header-height) + var(--ecm-header-height) + 50px);
  margin-top: calc(-171px - var(--mcp-header-height) - var(--ecm-header-height));
}
@media screen and (max-width: 960px) {
    #set1,#set2,#set3 {
        padding-top: calc(60px + var(--mcp-header-height) + var(--ecm-header-height) + 11vw);
        margin-top: calc(-60px - var(--mcp-header-height) - var(--ecm-header-height) - 11vw);
    }
}
.monthly-side-nav{
  position: fixed;
  right:0;
  top:170px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility 0s linear .5s;
  transition: opacity .3s ease-in-out, visibility 0s linear .5s;
}
.monthly-side-nav.show{
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.monthly-side-nav a{
	margin-bottom: 1px;
	display: block;
}
@media screen and (max-width: 960px) {
.monthly-side-nav{
  display: flex;
	border-top:1px solid #FFF;
}
.monthly-side-nav a{
	margin-bottom: 0px;
	width: 33.333333%;
	display: flex;
	justify-content: center;
	background-color: #000;
	border-right: 1px solid #FFF;
	box-sizing: border-box;
}
.monthly-side-nav a:last-child{
	border-right: 1px solid #000;
}
}
.sec-coupon {
  padding-top: 70px;
}
@media screen and (max-width: 960px) {
  .sec-coupon {
    padding-top: 9.6vw;
    padding-bottom: 0;
  }
}
.sec-coupon-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .sec-coupon-ttl {
    font-size: 4vw;
  }
}
.sec-coupon-ttl > em {
  font-size: 110%;
  font-style: normal;
}
.sec-coupon-ttl > small {
  font-size: 80%;
  font-weight: 600;
}
.sec-coupon-ttl > span {
  font-size: 90%;
}
.sec-coupon-in {
  max-width: 1000px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .sec-coupon-in {
    padding: 0 2.9333333333vw;
  }
}
.sec-coupon-container {
  display: flex;
  justify-content: space-between;
  max-width: 658px;
  margin: 10px auto 0;
}
@media screen and (max-width: 960px) {
  .sec-coupon-container {
    max-width: 88.5333333333vw;
    margin-top: 3.7333333333vw;
  }
}
.sec-coupon-container > a {
  display: block;
  width: 48.3282674772%;
}
.sec-coupon-container > a > img {
  display: block;
  width: 100%;
}
.sec-coupon-monthly {
  display: flex;
	justify-content: center;
}
@media screen and (max-width: 960px) {
  .sec-coupon-monthly {
  }
}

.sec1{
	background: #f6c8c3 url(../img/bg_img_happybag.png);
	background-repeat: no-repeat;
	padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
.sec1{
	background: #f6c8c3 url(../img/bg_img_happybag_sp.png);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: top center;
	margin-top: 20px;
	padding-bottom: 20px;
}
}
.sec1 .sec1-inner,
.sec3 .sec3-inner{
	width: 960px;
	margin: 0 auto;
	padding: 70px 0;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.sec1 .sec1-inner-set{
	width: 460px;
	margin-bottom: 40px;
	background-color: #FFF;
	padding: 40px 0;
}
@media screen and (max-width: 960px) {
.sec1 .sec1-inner,
.sec3 .sec3-inner{
	width: 100%;
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.sec1 .sec1-inner-set{
	width: 90%;
	padding: 40px 0;
	margin: 0 auto 20px auto;
}
}
.sec1 .sec1-inner-set h4{
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
.sec1 .sec1-inner-set p{
	padding: 0 20px 25px 20px;
	font-size: 18px;
	 text-align: center;
    font-weight: 500;
}
@media screen and (max-width: 960px) {
.sec1 .sec1-inner-set h4{
	font-size: 6vw;
}
.sec1 .sec1-inner-set p{
	font-size: 4vw;
}
}
.sec1 .sec1-inner-set .set-btn {
	display: flex;
    justify-content: center;
}
.sec1 .sec1-inner-set .set-btn > a {
  width: 270px;
}
.sec1 .allset .title{
	font-size: 36px;
	font-weight: 600;
	color: #d80c18;
	text-align: center;
	margin-bottom: 50px;
}
.sec1 .allset img{
	width: 960px;
    margin: 0 auto;
}
@media screen and (max-width: 960px) {

.sec1 .allset .title{
	font-size: 7vw;
	margin-bottom: 20px;
}
.sec1 .allset img{
	width: 90%;
	margin: 0 auto;
}
}
.sec2 .highlight{
	padding: 40px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;

}
.sec2 .highlight p{
	font-size: 36px;
	color: #d80c18;
	padding-bottom: 40px;
	font-weight: 600;
}
@media screen and (max-width: 960px) {
.sec2 .highlight{
	padding: 30px 0 20px 0;

}
.sec2 .highlight p{
	font-size: 6vw;
	padding-bottom: 20px;
}
}

.sec2 .set-item {
  width: 480px;
	margin: 0 auto;
}
@media screen and (max-width: 960px) {
.sec2 .set-item {
  width: 100%;
}
}
.sec2 .set-item h4{
	top: 365px;
    padding-right: 150px;
}
@media screen and (max-width: 960px) {
    .sec2 .set-item h4 {
        top: 75vw;
        padding-right: 32vw;
    }
    .sec2 .set-item .set-btn {
        top: 100vw;
    }
}
.sec2 .recommend{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
@media screen and (max-width: 960px) {
	.sec2 .recommend{
		width: 94%;
		margin: 0 auto;
	}
}
.sec2 .toggle{
	display: none;
}
.sec2 .Label{		/*タイトル*/
	padding: 3vw 0;
	display: block;
	cursor:pointer;
	font-size: 3.5vw;
	border-bottom: 1px solid #656361;
	border-top: 1px solid #656361;
	width: 960px;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	font-weight: 500;
}
@media screen and (min-width: 961px) {
.sec2 .Label{		/*タイトル*/
	font-size: 26px;
	padding: 1.5vw 0;
}
}
@media screen and (max-width: 960px) {
.sec2 .Label{	
	font-size: 5vw;
	}
}
.sec2 .caution{
	width: 960px;
	margin: 6vw auto 0 auto;
	position: relative;
	padding-top: 80px;
}
@media screen and (max-width: 960px) {
	.sec2 .caution{
	width: 94%;
		margin-top: 40px auto 0 auto;
	}
.sec2 .Label{		/*タイトル*/
	width: 100%;
}
}
.sec2 .Label::before{		/*タイトル横の矢印*/
	content:"シワ改善ゲル ご愛用者様のお声";
	background-image: url("../img/plus.png");
	display: block;
	background-position: right center;
	background-repeat: no-repeat;
	text-align: center;
	background-size: 14px auto;
}
@media screen and (max-width: 960px) {
.sec2 .Label::before{		/*タイトル横の矢印*/
	content:"シワ改善ゲル\Aご愛用者様のお声";
	background-position: right 20px center;
	white-space: pre;
}
}
@media screen and (min-width: 961px) {
.sec2 .Label::before{		/*タイトル横の矢印*/

}
}
.sec2 .Label,
.sec2 .content{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.sec2 .content{		/*本文*/
	height: 0;
	padding:0;
	overflow: hidden;
	font-size: 2.5vw;
	transition: all 0.3s;
	display: flex;
	flex-direction: column;
    align-items: center;
	position: relative;
}
.sec2 .content img.margin{
	padding-bottom: 20px;
}
@media screen and (max-width: 960px) {
.sec2 .content img.margin{
	padding-bottom: 0px;
}
}
@media screen and (min-width: 961px) {
.sec2 .content{		/*本文*/
	font-size: 16px;
	transition: all 0.3s;
	width: 100%;
}
}
.sec2 .toggle:checked + .Label + .content{	/*開閉時*/
	height: auto;
	transition: all .3s;
}
.sec2 .toggle:checked + .Label::before{
	background-image: url("../img/plus-off.png");
	content:"シワ改善ゲル ご愛用者様のお声";
}
@media screen and (max-width: 960px) {
.sec2 .toggle:checked + .Label::before{
	content:"シワ改善ゲル\Aご愛用者様のお声";
}
}
.sec2 .toggle:checked + .Label{
	border-bottom: none;
}

.sec2-inner{
	width: 960px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 80px auto;
}
.sec2-inner .set-item{
	width: 480px;
}
@media screen and (max-width: 960px) {
.sec2-inner{
	width: 100%;
	margin: 40px auto;
}
.sec2-inner .set-item{
	width: 100%;
}
}
.sec2-inner .set-item.type2 h4{
	top: 365px;
    padding-right: 0;
}
@media screen and (max-width: 960px) {
.sec2-inner .set-item h4{
        top: 75vw;
        padding-right: 32vw;
}
.sec2-inner .set-item .set-btn {
        top: 100vw;
}
.sec2-inner .set-item.type2 h4{
        top: 75vw;
        padding-right: 0vw;
}
}
.sec3 .highlight{
	padding: 40px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;

}
@media screen and (max-width: 960px) {
.sec3 .highlight{
	padding: 0;

}
}

.sec3 .set-item {
  width: 480px;
	margin: 0 auto;
}
.sec3 .set-item h4{
	top: 330px;
	padding-right: 0;
}
.sec3 .set-item .set-btn{
	top: 445px;
}
@media screen and (max-width: 960px) {
.sec3 .set-item {
  width: 100%;
	margin: 0 auto;
}
    .sec3 .set-item h4 {
        top: 67vw;
    }
.sec3 .set-item .set-btn {
        top: 92vw;
}
}