@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.common__btn {
  padding: 40px;
  text-align: center;
  width: 300px;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

ol li,
ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* 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!important;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}
.ecm-main{line-height: 1.5!important;}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture {
  display: block;
  width: 100%;
}

img {
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}

/* Clamp */
.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 20px !important;
}

.mt-4 {
  margin-top: 30px !important;
}

.pl20 {
  padding-left: 20px;
}

body {
  margin: 0 auto;
  width: 100%;
}

.gradation-wrapper {
  background: linear-gradient(to bottom, #fff, #ececec);
}

a {
  transition: 0.3s all;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s all;
}

a.anchor{
  display: block;
  padding-top: 171px;
  margin-top: -171px;
}

@media (max-width: 960px) {
  a.anchor{
    display: block;
    padding-top: 96px;
    margin-top: -96px;
  }
	img{
		width: 100%;
	}
}
@media screen and (min-width: 961px) {
  .pc-none {
    display: none!important;
  }
}
@media screen and (max-width: 960px) {
  .sp-none {
    display: none!important;
  }
}
@media screen and (max-width: 960px) {
    .ecm-main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media screen and (min-width: 961px) {
    .ecm-main__inner {
        width: 50%;
    }
}
.ecm-main__inner {
    max-width: 1230px;
    margin-bottom: 0;
    color: #000;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
.ecm-main__inner {
    margin: 0 auto 60px;
}
.best-hero{
	background-image: url("../img/kv-bg.png");
	background-size: cover;
	background-size: 100% auto;
	padding-bottom: 4vw;
}
@media screen and (min-width: 961px) {
.best-hero{
	padding-bottom: 0vw;
}
}
.best-hero h1{
}
@media screen and (min-width: 961px) {
.best-hero h1{
}
}
.best-hero ul{
	padding: 0;
	margin: 0;
}
.best-hero li{
	padding-bottom: 2vw;
}
.kv-btn{
	padding: 8vw 6vw;
}
@media screen and (min-width: 961px) {
.kv-btn{
	padding: 4vw 3vw;
}
}
.sec1{
	background-image: url("../img/sec1-bg.png");
	background-size: cover;
	padding: 10vw 0;
}
.sec2{
	background-image: url("../img/sec2-bg.png");
	background-size: cover;
	padding: 10vw 0;
}
@media screen and (min-width: 961px) {
.sec1{
	padding: 5vw 0;
}
.sec2{
	padding: 5vw 0;
}
}
.sec1 img,
.sec2 img{
	padding-bottom: 4vw;
}
.sec1 .toggle,
.sec2 .toggle{
	display: none;
}
.sec1 .Label,
.sec2 .Label{		/*タイトル*/
	padding: 3vw 0;
	display: block;
	cursor:pointer;
	font-size: 3.5vw;
}
@media screen and (min-width: 961px) {
.sec1 .Label,
.sec2 .Label{		/*タイトル*/
	font-size: 18px;
	padding: 1.5vw 0;
}
}
.sec1 .caution,
.sec2 .caution{
	width: 90%;
	margin: 3vw auto 0 auto;
	border-bottom: 1px solid #656361;
}
@media screen and (min-width: 961px) {
.sec1 .caution,
.sec2 .caution{
	margin: 1vw auto 0 auto;
}
}
.sec1 h3,
.sec2 h3{
	text-align: center;
	border-bottom: 1px solid #656361;
	font-size: 4vw;
	font-weight: normal;
	padding-bottom: 1vw;
}
@media screen and (min-width: 961px) {
.sec1 h3,
.sec2 h3{
	text-align: center;
	border-bottom: 1px solid #656361;
	font-size: 2vw;
	font-weight: normal;
	padding-bottom: 1vw;
}
}
.sec1 .Label::before,
.sec2 .Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 3vw;
	height: 3vw;
	background-image: url("../img/plus.png");
	background-size: cover;
	position: absolute;
	top:calc( 50% - 3px );
	right: 3vw;
}
@media screen and (min-width: 961px) {
.sec1 .Label::before,
.sec2 .Label::before{		/*タイトル横の矢印*/
	width: 20px;
	height: 20px;
	top:calc( 50% - 8px );
	right: 2vw;
}
}
.sec1 .Label,
.sec1 .content,
.sec2 .Label,
.sec2 .content{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.sec1 .content,
.sec2 .content{		/*本文*/
	height: 0;
	padding:0;
	overflow: hidden;
	font-size: 2.5vw;
	transition: all 0.3s;
}
@media screen and (min-width: 961px) {
.sec1 .content,
.sec2 .content{		/*本文*/
	font-size: 16px;
	transition: all 0.3s;
}
}
.sec1 .toggle:checked + .Label + .content,
.sec2 .toggle:checked + .Label + .content{	/*開閉時*/
	height: auto;
	padding:0 0 5vw 0;
	transition: all .3s;
}
.sec1 .toggle:checked + .Label::before,
.sec2 .toggle:checked + .Label::before{
	background-image: url("../img/plus-off.png");
	
}
.sec3{
}
.sec3 ul{
	width: 90%;
	margin: 5vw auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (min-width: 961px) {
.sec3 ul{
	margin: 3vw auto;
}
}
.sec3 ul li{
	width:  48%;
	margin-bottom: 5vw;
}
@media screen and (min-width: 961px) {
.sec3 ul li{
	margin-bottom: 2vw;
}
}
.sec4{
	background-color: #e3fbff;
	padding: 10vw 0;
}
.sec5{
	background-color: #fff0ed;
	padding: 10vw 0;
}

.sec4 img,
.sec5 img{
	width: 98%;
}

.sec4 h3,
.sec5 h3{
	font-size: 9vw;
	text-align: center;
	color: #2d2926;
	font-weight: 500;
	border-bottom: 6px solid #fb8782;
	display: table;
	padding: 0 0 20px 0;
	margin: 0 auto 30px auto;
	line-height: 120%;
}
.sec4 h3 span,
.sec5 h3 span{
	font-size: 5vw;
	letter-spacing: 0.5px;
}
@media screen and (min-width: 961px) {
.sec4,
.sec5{
	padding: 4vw 0;
}
.sec4 h3,
.sec5 h3{
	font-size: 46px;
	text-align: center;
	color: #2d2926;
	font-weight: 500;
	border-bottom: 6px solid #fb8782;
	display: table;
	padding: 0 0 20px 0;
	margin: 0 auto 40px auto;
}
.sec4 h3 span,
.sec5 h3 span{
	font-size: 28px;
	letter-spacing: 0.5px;
}
}
.list-inner{
	width: 94%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.list-inner .list1{
	background-color: #FFF;
	margin-top: 3vw;
	position: relative;
	padding-bottom: 4vw;
	width: 100%;
}
.list-inner .list2{
	background-color: #FFF;
	margin-top: 3vw;
	position: relative;
	padding-bottom: 4vw;
	width: 49%;
}
.list-inner .list1 a,
.list-inner .list2 a{
	color: #000;
}
.list-inner .list1 h4{
    width: 100%;
    text-align: center;
    font-size: 5vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    line-height: 1.3076923077;
    letter-spacing: -0.01em;
	color: #000;
	padding: 5vw 0 3vw 0;
}
.list-inner .list2 h4{
    width: 100%;
    text-align: center;
    font-size: 3.3vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    line-height: 1.3076923077;
    letter-spacing: -0.01em;
	color: #000;
	padding: 5vw 0 3vw 0;
}
.list-inner .list1 .discount{
	background-color: #2d2926;
	color: #FFF;
	border-radius: 100px;
	width: 13vw;
	height: 13vw;
	text-align: center;
    align-items: center;
	display: flex;
	font-size: 6vw;
	font-weight: bold;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	left:3vw;
	top:23vw;
}
.list-inner .list2 .discount{
	background-color: #2d2926;
	color: #FFF;
	border-radius: 100px;
	width: 13vw;
	height: 13vw;
	text-align: center;
    align-items: center;
	display: flex;
	font-size: 6vw;
	font-weight: bold;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	left:1vw;
	top:18vw;
}
.list-inner .list1 .discount span,
.list-inner .list2 .discount span{
	line-height: 100%;
}
.list-inner .list1 .discount .percent,
.list-inner .list2 .discount .percent{
	font-size: 2.5vw;
}
.list-inner .list1 .discount .off,
.list-inner .list2 .discount .off{
	font-size: 3vw;
	width: 100%;
	display: block;
}
.list-inner .list1 .notes1{
	font-size: 2.5vw;
	color: #666666;
	padding: 3vw 5vw 0 5vw;
}
.list-inner .list2 .notes1{
	font-size: 2vw;
	color: #666666;
	padding: 3vw 3vw 0 3vw;
}
.list-inner .list1 .notes1 span,
.list-inner .list2 .notes1 span{
    border: 0.5px solid #666;
    padding: 0 2px;
}
.list-inner .list1 h5{
    width: 100%;
    text-align: center;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.4210526316;
    letter-spacing: -0.01em;
	padding: 3vw 0 0 0;
	margin: 0;
}
.list-inner .list2 h5{
    width: 100%;
    text-align: center;
    font-size: 2.8vw;
    font-weight: 500;
    line-height: 1.4210526316;
    letter-spacing: -0.01em;
    padding: 3vw 0 2vw 0;
	margin: 0;
}
.list-inner .list1 .price{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
}
.list-inner .list2 .price{
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
}
.list-inner .list1 .price .normal_price{
	margin-right: 4vw;
	padding-bottom: 0;
	font-size: 2vw;
	position: relative;
}
.list-inner .list2 .price .normal_price{
	padding-bottom: 0;
	font-size: 2vw;
	position: relative;
}
.list-inner .list1 .price .normal_price .line-through,
.list-inner .list2 .price .normal_price .line-through{
    margin-left: 3px;
	position: relative;
}
.list-inner .list1 .price .normal_price .line-through::before,
.list-inner .list2 .price .normal_price .line-through::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0;
    top: 40%;
}
.list-inner .list1 .price .normal_price .text-zoom,
.list-inner .list2 .price .normal_price .text-zoom{
    font-size: 5.5vw;
	margin-right: 3px;
}
.list-inner .list1 .price .normal_price .yen_mark,
.list-inner .list2 .price .normal_price .yen_mark{
    font-size: 4vw;
}
.list-inner .list1 .price .normal_price::after {
content: "";
    display: block;
    position: absolute;
        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;
}
.list-inner .list2 .price .normal_price::after {
content: "";
    display: block;
    position: absolute;
        width: 2vw;
        height: 1.2vw;
        left: 5vw;
        bottom: -2vw;
        margin: 0;
	    border: none;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background-color: #d70b18;
}
.list-inner .list1 .price .special_price{
    color: #d70b18;
	font-size: 2.6vw;
}
.list-inner .list2 .price .special_price{
    color: #d70b18;
	font-size: 2.6vw;
	margin-top: -2vw;
}
.list-inner .list1 .price .special_price .yen_mark,
.list-inner .list2 .price .special_price .yen_mark{
    font-size: 4vw;
}
.list-inner .list1 .price .special_price span,
.list-inner .list2 .price .special_price span{
    font-size: 7vw;
	letter-spacing: -0.05em;
	font-weight: 500;
	margin-right: 3px;
}
.list-inner .list1 .btn{
   width: 50vw;
   margin: 3vw auto;
	display: block;
}
.list-inner .list2 .btn{
   width: 100%;
   margin: 3vw auto;
	display: block;
}
.list-inner .list1 .btn span,
.list-inner .list2 .btn span{
   color: #150e0b;
   border: 1px solid #150e0b;
   height: 11vw;
   text-align: center;
   font-size: 3.5vw;
   letter-spacing: 0.07em;
	font-weight: 500;
	border-radius: 100px;
	display: flex;
	align-items: center;
    justify-content: center;
}
.list-inner .list1 .notes2{
	font-size: 2.5vw;
	color: #666666;
	padding: 0 5vw;
}
.list-inner .list2 .notes2{
	font-size: 2vw;
	color: #666666;
	padding: 0 3vw;
}
@media screen and (min-width: 961px) {
.list-inner .list1{
	margin-top: 15px;
	padding-bottom: 20px;
}
.list-inner .list2{
	margin-top: 15px;
	padding-bottom: 20px;
}
.list-inner .list1 a{
}
.list-inner .list1 h4 {
    font-size: 28px;
	padding: 25px 0 20px 0;
}
.list-inner .list2 h4 {
    font-size: 20px;
	padding: 25px 0 20px 0;
}
.list-inner .list1 .discount{
	width: 100px;
	height: 100px;
	font-size: 50px;
	left: 22px;
	top: 130px;
}
.list-inner .list2 .discount{
	width: 80px;
	height: 80px;
	font-size: 40px;
	left:10px;
	top:90px;
}
.list-inner .list1 .discount .percent,
.list-inner .list2 .discount .percent{
	font-size: 22px;
}
.list-inner .list1 .discount .off,
.list-inner .list2 .discount .off{
	font-size: 24px;
}
.list-inner .list1 .notes1,
.list-inner .list2 .notes1{
	font-size: 12px;
	padding: 10px 20px 0 20px;
}
.list-inner .list1 .notes1 span,
.list-inner .list2 .notes1 span{
    border: 0.5px solid #666;
    padding: 0 2px;
}
.list-inner .list1 h5{
    font-size: 23px;
	padding-top: 10px;
}
.list-inner .list2 h5{
    font-size: 18px;
	padding: 10px 0 10px;
}
.list-inner .list2 .price{

}
.list-inner .list1 .price .normal_price{
	margin-right: 25px;
	font-size: 12px;
}
.list-inner .list2 .price .normal_price{
	font-size: 12px;
}
.list-inner .list1 .price .normal_price .line-through,
.list-inner .list2 .price .normal_price .line-through{
    margin-left: 3px;
	position: relative;
}
.list-inner .list1 .price .normal_price .line-through::before,
.list-inner .list2 .price .normal_price .line-through::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0;
    top: 40%;
}
.list-inner .list1 .price .normal_price .text-zoom,
.list-inner .list2 .price .normal_price .text-zoom{
    font-size: 30px;
	margin-right: 3px;
}
.list-inner .list1 .price .normal_price .yen_mark,
.list-inner .list2 .price .normal_price .yen_mark{
    font-size: 20px;
}
.list-inner .list1 .price .normal_price::after {
        width: 10px;
        height: 8px;
        right: -20px;
        bottom: 13px;
}
.list-inner .list2 .price .normal_price::after {
        width: 10px;
        height: 8px;
        left: 20px;
        bottom: -10px;
}
.list-inner .list1 .price .special_price{
    color: #d70b18;
	font-size: 14px;
}
.list-inner .list2 .price .special_price{
    color: #d70b18;
	font-size: 14px;
	margin-top: -10px;
}
.list-inner .list1 .price .special_price .yen_mark,
.list-inner .list2 .price .special_price .yen_mark{
    font-size: 20px;
}
.list-inner .list1 .price .special_price span,
.list-inner .list2 .price .special_price span{
    font-size: 35px;
	letter-spacing: -0.05em;
	font-weight: 500;
	margin-right: 3px;
}
.list-inner .list1 .btn,
.list-inner .list2 .btn{
   width: 250px;
   margin: 10px auto;
}
.list-inner .list1 .btn span,
.list-inner .list2 .btn span{
   height: 60px;
   font-size: 20px;
}
.list-inner .list1 .notes2,
.list-inner .list2 .notes2{
	font-size: 12px;
	padding: 10px 20px;
}
}
.item4 .discount{
	top: 20vw!important;
}
@media screen and (min-width: 961px) {
.item4 .discount{
	top: 110px!important;
}
}
.item9 .discount{
	top: 20vw!important;
}
@media screen and (min-width: 961px) {
.item9 .discount{
	top: 110px!important;
}
}
.item27 .discount{
	top: 20vw!important;
}
@media screen and (min-width: 961px) {
.item27 .discount{
	top: 110px!important;
}
}

.sec6{
	padding: 40px 20px;
}
.sec6 h3,
.sec6 h3{
	font-size: 4vw;
	font-weight: normal;
	padding-bottom: 1vw;
}
.sec6 p {
    font-size: 2.5vw;
}
.sec6 a{
	color: #000;
	text-decoration: none;
}
@media screen and (min-width: 961px) {
.sec6 h3,
.sec6 h3{
	font-size: 2vw;
}
.sec6 p {
    font-size: 16px;
}
}
#gift01,#gift02,#item-00,#set_01,#set_02,#set_03,#set_04,#set_05,#set_06 {
        padding-top: calc(60px + var(--mcp-header-height) + var(--ecm-header-height) + 11.3333333333vw);
        margin-top: calc(-60px - var(--mcp-header-height) - var(--ecm-header-height) - 11.3333333333vw);
}
@media screen and (min-width: 961px) {
#gift01,#gift02,#set_00,#set_01,#set_02,#set_03,#set_04,#set_05,#set_06 {
  padding-top: calc(171px + var(--mcp-header-height) + var(--ecm-header-height));
  margin-top: calc(-171px - var(--mcp-header-height) - var(--ecm-header-height));
}
}



.list2 h4{

	height: 21vw;

}

@media screen and (min-width: 961px) {

.list2 h4{

	height: 110px;

}

}

.list2 .notes1{

	height: 7vw;

	display: block;

}

@media screen and (min-width: 961px) {

.list2 .notes1{

	height: 50px;

}

}

.list2 .price{

height: 15vw;

}

@media screen and (min-width: 961px) {

.list2 .price{

height: 90px;

}

}

.list2.item9 h5,

.list2.item10 h5,

.list2.item11 h5,

.list2.item12 h5{

	height: 13vw;

}

@media screen and (min-width: 961px) {

.list2.item9 h5,

.list2.item10 h5,

.list2.item11 h5,

.list2.item12 h5{

	height: 80px;

}

}

.list2.item20 .notes1,

.list2.item21 .notes1,

.list2.item31 .notes1,

.list2.item32 .notes1{

	height: 11vw;

	display: block;

}

@media screen and (min-width: 961px) {

.list2.item20 .notes1,

.list2.item21 .notes1,

.list2.item31 .notes1,

.list2.item32 .notes1{

	height: 50px;

}

}

.list2.item20 h5,

.list2.item21 h5,

.list2.item22 h5,

.list2.item23 h5{

	height: 11vw;

}

@media screen and (min-width: 961px) {

.list2.item20 h5,

.list2.item21 h5,

.list2.item22 h5,

.list2.item23 h5{

	height: 60px;

}

}

.list2.item22 .price,

.list2.item23 .price,

.list2.item31 .price,

.list2.item32 .price,

.list2.item33 .price,

.list2.item34 .price{

height: 10vw;

}

@media screen and (min-width: 961px) {

.list2.item22 .price,

.list2.item23 .price,

.list2.item31 .price,

.list2.item32 .price,

.list2.item33 .price,

.list2.item34 .price{

height: 60px;

}

}


.sec-campaign {
	padding-top: 114px;
	padding-bottom: 186px;
  }
  @media screen and (max-width: 960px) {
	.sec-campaign {
	  padding-top: 5vw;
	  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%;
  }
  