@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: 900px;
  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: flex;
  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;
  height: 560px;
}
@media screen and (max-width: 960px) {
.slick-initialized .slick-slide {
  height: 530px;
}
}

.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;
  height: 600px;
}
@media screen and (max-width: 960px){
.slick-slider.slick-dotted {
  height: 560px;
}
}
.slick-dots {
  position: absolute;
  bottom: 0;
  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;
  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: 30px;
  height: 30px;
  z-index: 1000;
}
.slick-prev:before,
.slick-next:before {
  display: block !important;
  width: 30px;
  height: 30px;
}
.slick-prev {
  left: -45px;
top: 300px!important;
}
.slick-prev:before {
  background: url(../img/left.png) no-repeat;
  background-size: 100% 100%;
  content: "";
}
.slick-next {
  right: -35px;
top: 300px!important;
}
.slick-next:before {
  background: url(../img/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: 26px;
  height: 26px;
top: 250px!important;
}
.slick-prev{
	left: -10px;	
}
.slick-next{
	right: -10px;	
}
.slick-prev:before,
.slick-next:before {
  width: 26px;
  height: 26px;
}
}
.slick-dots li {
  width: 26px;
  height: 26px;
  margin: 0;
}
.slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0;
}
.slick-dots li button:before {
  left: 1.0666666667vw;
  top: 1.0666666667vw;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  background-color: #d0d1d2;
  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%;
}


.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.4em;
  height: 0.4em;
  transform: translateX(-25%) rotate(45deg);
	margin-left: 5px;
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.sec3{
padding: 100px 0 80px 0;
}
.sec3 ul{
	width: 945px;
	margin: 0 auto;
	display: flex;
	list-style: none;
  justify-content: space-between;
  padding: 0;
}
.sec3 h3{
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px;
	width: 100%;
	color: #2d2926;
}
.sec3 h3 span{
	font-size: 44px;
}
@media screen and (max-width: 960px) {
.sec3{
	padding: 50px 0 20px 0;
	margin-top: 0px;
}
.sec3 ul{
	width: 90%;
	flex-direction: column;
}
.sec3 ul li{
	padding-bottom: 20px;
}
.sec3 h3{
	font-size: 5vw;
	padding-bottom: 20px;
}
.sec3 h3 span{
	font-size: 7vw;
}
}
.sec4{
}
.sec4 .bg1{
	background-image: url("../img/sec2-bg.png");
	background-size: cover;
	padding-top: 57px;
	padding-bottom: 70px;
}
.sec4 .bg2{
	background-image: url("../img/sec3-bg.png");
	background-size: cover;
	padding-top: 57px;
	padding-bottom: 70px;
}
.sec4 .bg3{
	background-color: #fff5dd;
	padding-bottom: 70px;
}
.sec4 h3.title{
	display: flex;
	justify-content: center;
	padding: 70px 0 40px 0;
}
.sec4 .title#set2 h3,
.sec4 .title#set3 h3{
}

@media screen and (max-width: 960px) {
.sec4 .bg1{
	background-image: url("../img/sec2-bg-sp.png");
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 0px;
}
.sec4 .bg2{
	background-image: url("../img/sec3-bg-sp.png");
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 0px;
}
.sec4 .bg3{
	padding-bottom: 30px;
}
.sec4 h3{
}
.sec4 .title#set2 h3,
.sec4 .title#set3 h3{
}
.sec4 h3.title{
	padding: 30px 0 20px 0;
}
}
.sec4-inner{
	width: 1000px;
	display: flex;
  justify-content: space-around;
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 34px 0 0 0;
	background-color: #FFF;
}
.sec4-inner2{
	width: 1000px;
	display: flex;
  justify-content: space-around;
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 34px 0 0 0;
}
.sec4-inner3{
	width: 1000px;
	display: flex;
  justify-content: space-around;
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 34px 0 0 0;
}
.set-item{
  width: 490px;
  margin: 0 0 20px 0;
  padding: 20px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.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; 
  margin-bottom: 10px;
  flex-grow: 1;
}
.set-item h4 {
	width: 100%;
  height: 60px;
  margin-bottom: 10px;
  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;
  flex-grow: 1;
}
.set-item h4.type2{
	width: 100%;
  height: 60px;
  margin-bottom: 10px;
  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;
  flex-grow: 1;
}
.set-item .notes1{
	font-size: 10px;
  height: 17px;
  margin: 20px 0;
	color: #666666;
  left: 0;
  top: 290px;
  line-height: 180%;
  flex-grow: 1;
}
.set-item .notes1 span{
	border: 0.5px solid #666;
	padding: 0 3px;
}
.set-item .notes2{
	font-size: 10px;
	padding-bottom: 5px;
	color: #666666;
  left: 0;
  bottom: 0px;
  line-height: 180%;
  flex-grow: 1;
}
.set-item .price{
	display: flex;
	align-items: flex-end;
	justify-content: space-evenly;
	width: 100%;
  flex-grow: 1;
}
.set-item .price .normal_price{
	margin-right: 4vw;
	padding-bottom: 0;
	font-size: 1.8vw;
	position: relative;
}
.set-item .price .normal_price{
	padding-bottom: 0;
	font-size: 1.8vw;
	position: relative;
}
.set-item .price .normal_price .line-through{
  margin-left: 3px;
	position: relative;
}
.set-item .price .normal_price .line-through::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0;
    top: 40%;
}
.set-item .price .normal_price .text-zoom,
.set-item .price .normal_price .text-zoom{
    font-size: 4vw;
	  margin-right: 3px;
}
.set-item .price .normal_price .yen_mark,
.set-item .price .normal_price .yen_mark{
    font-size: 3vw;
}
/*.set-item .price .normal_price::after {
    content: "";
    position: absolute;
    display: block;
    width: 1.5vw;
    height: 1.2vw;
    right: -3vw;
    bottom: 2vw;
    margin: 0;
	  border: none;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #d70b18;
    left: auto;
}*/
.set-item .price .normal_price::after {
    content: "";
    position: absolute;
    display: block;
    width: 2vw;
    height: 1.2vw;
    left: 5vw;
    bottom: -2vw;
    margin: 0;
	  border: none;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #d70b18;
}
/*.set-item .price .special_price{
    color: #d70b18;
	  font-size: 2.6vw;
}*/
.set-item .price .special_price{
    color: #d70b18;
	  font-size: 2.6vw;
	  margin: -2vw 0 0 2vw;
	  font-weight: 600;
}
.set-item .price .special_price .yen_mark{
    font-size: 4vw;
}
.set-item .price .special_price span{
    font-size: 7vw;
	  letter-spacing: -0.05em;
	  font-weight: 500;
	  margin-right: 3px;
}
@media screen and (min-width: 961px) {
.set-item .price .normal_price{
	  margin-right: 25px;
	  font-size: 9px;
}
.set-item .price .normal_price{
	  font-size: 9px;
}
.set-item .price .normal_price .line-through{
    margin-left: 3px;
	  position: relative;
}
.set-item .price .normal_price .line-through::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0;
    top: 30%;
}
.set-item .price .normal_price .text-zoom{
    font-size: 23px;
	  margin-right: 3px;
}
.set-item .price .normal_price .yen_mark{
    font-size: 20px;
}
.set-item .price .normal_price::after {
    width: 10px;
    height: 8px;
    right: -20px;
    bottom: 5px;
	  left: auto;
}
.set-item .price .special_price{
    color: #d70b18;
	  font-size: 10px;
	  margin: 0;
}
.set-item .price .special_price .yen_mark{
    font-size: 20px;
}
.set-item .price .special_price span{
    font-size: 30px;
	  letter-spacing: -0.05em;
	  font-weight: 500;
	  margin-right: 3px;
}	
}

.set-item .set-btn {
	width: 100%;
  padding: 1.2vw 0;
	display: flex;
  justify-content: center;
}

.set-item .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;
}


@media screen and (max-width: 960px) {
.set-item .notes2{
	font-size: 8px;	
  padding-bottom: 10px;
}
.set-item .price .normal_price::after{
	left: 34vw;
  bottom: 1vw;
}
.set-item .price{
  margin: 1vw 0;
}
.set-item .set-btn{
	padding: 3vw 0;
}
.set-item .notes1{
	font-size: 2vw;
  height: 2vw;
	padding: 0;
}
.sec4-inner{
	width: 95%;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
	padding: 0;
	background: none;
}
.sec4-inner2{
	width: 95%;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
	padding: 0;
	background: none;
}
.sec4-inner3{
	width: 95%;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
	padding: 0;
	background: none;
}
.set-item {
  width: 100%;
  padding: 10px 5px;
  background: #fff;
  flex-grow: 1;
}
.set-item h3 {
  font-size: 1.1em;
	padding-top:10px;
}
.set-item h4,.set-item h4.type2{ 
  font-size: 0.9em;
  line-height: 1.5;
  padding: 0;
  margin:10px 0;
}
}

.sec-campaign {
  padding-top: 114px;
  padding-bottom: 186px;
}
@media screen and (max-width: 960px) {
  .sec-campaign {
    padding-top: 21.3333333333vw;
    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%;
}
#set0,#set1,#set2,#set3 {
  padding-top: calc(171px + var(--mcp-header-height) + var(--ecm-header-height));
  margin-top: calc(-171px - var(--mcp-header-height) - var(--ecm-header-height));
}
@media screen and (max-width: 960px) {
  #set0,#set1,#set2,#set3 {
  padding-top: calc(60px + var(--mcp-header-height) + var(--ecm-header-height) + 14vw);
  margin-top: calc(-60px - var(--mcp-header-height) - var(--ecm-header-height) - 14vw);
  }
}
.sec2 .qa {
    width: 423px;
    position: relative;
}

.sec2 .Label::before{		/*タイトル横の矢印*/
	content:"";
	background-image: url("../img/plus.png");
	display: block;
	background-position: right center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
.sec2 .Label::before{		/*タイトル横の矢印*/
	content:"";
	background-position: right center;
	background-size: 17px 11px;
	white-space: pre;
        width: 17px;
        height: 11px;
        top: 5vw;
        right: -5px;
	position: absolute;
}
}
@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 .Label {
    display: block;
    cursor: pointer;
    width: 100%;
}
@media screen and (max-width: 960px) {
.sec2 .Label img {
    /*width: 85%;*/
}
}
.sec2 .content{		/*本文*/
	height: 0;
	padding:0;
	overflow: hidden;
	transition: all 0.3s;
	display: flex;
	flex-direction: column;
    align-items: center;
	position: relative;
	padding-top: 25px;
}
.sec2 .content img.margin{
	padding-bottom: 20px;
}

@media screen and (min-width: 961px) {
.sec2 .content{		/*本文*/
	font-size: 16px;
	transition: all 0.3s;
	width: 100%;
	height: auto;
}
}
@media screen and (max-width: 960px) {
.sec2 .content img{	
	padding-bottom: 30px!important;
}
}
.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:"";
}
}
.sec2 .toggle:checked + .Label{
	border-bottom: none;
}
.sec2 .toggle{
	display: none;
}
.sec1{
	margin: 0 auto;
}
@media screen and (max-width: 960px) {
.sec1{
	width: 100%;
}
}

.sec1 p{
	color: #221815;
	font-size: 20px;
	font-weight: 500;
	padding: 30px 0;
	text-align: center;
	line-height: 180%;
}
.sec1 p strong{
	color: #ff5712!important;
	font-weight: 600;
}
.sec1 .btn{
	background-color: #ca001b;
	display: flex;
  justify-content: center;
	padding: 14px 0;
}
.sec1 .btn img{
	width: 253px;
}
@media screen and (max-width: 960px) {
.sec1 p{
	font-size: 4vw;
	padding: 15px 0;
}
.sec1 .btn{
	background-color: #ca001b;
	display: flex;
    justify-content: center;
	padding: 20px 0;
}
.sec1 .btn img{
	width: 50vw;
}
}

.sec2{
	background-image: url("../img/sec1-bg.png");
	background-size: cover;
	padding: 90px 0 110px 0;
}
.sec2 h2{
	display: flex;
    justify-content: center;
	padding-bottom: 60px;
}
.sec2 h2 img{
	width: 486px;
}
.sec2 .reason{
	width: 920px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sec2 .qa-box{
	width: 960px;
	margin: 40px auto 0 auto;
	padding: 40px;
	background-color: rgba(255,255,255,0.85);
	border-radius: 30px;
}
.sec2 .qa-box h3{
	display: flex;
    justify-content: center;
	padding-bottom: 50px;
}
.sec2 .qa-box h3 img{
	width: 425px;
}
.sec2 .qa-inner{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 960px) {
.sec2{
	background-image: url("../img/sec1-bg-sp.png");
	padding: 40px 0 50px 0;
}
.sec2 h2{
	padding-bottom: 40px;
}
.sec2 h2 img{
	width: 80%;
}
.sec2 .reason{
	width: 88%;
	margin: 0 auto;
	display: flex;
justify-content: center;
        flex-direction: column;
}
	.sec2 .reason img{
		padding-bottom: 40px;
	}
.sec2 .qa-box{
	width: 90%;
	margin: 0 auto 0 auto;
	padding: 20px;
	background-color: rgba(255,255,255,0.85);
	border-radius: 20px;
}
.sec2 .qa-box h3{
	display: flex;
    justify-content: center;
	padding-bottom: 20px;
}
.sec2 .qa-box h3 img{
	width: 100%;
}
.sec2 .qa-inner{
	display: flex;
	justify-content: center;
  flex-direction: column;
}
.sec2 .qa {
  width: 100%;
  position: relative;
}
}
.sec4 .main{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
padding: 57px 0 30px 0;
}
.sec-4-slide .notes1{
	top: 300px;
}
.sec-4-slide .set-item .price{
	top: 410px;
}
.sec-4-slide .set-item .set-btn{
	top: 460px;
}