@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;
}
/*===============================================
 side
===============================================*/
.side-navi {
  position: fixed;
  right: 0;
  top: 440px;
  width: 135px;
  z-index: 150;
  transform: translateY(-50%);
  background-color: #fff;
}
@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 {
  border-top: 1px solid #ea5d8f;
  border-bottom: 1px solid #ea5d8f;
}
@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: 100;
	  width: 100%;
  }
}
.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: #ea5d8f;
  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: #ea5d8f;
}
@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;
  }
}

/*===============================================
 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%;
}

.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%;
}


.ecm-lp-top_video img{
  width: 100%;
}

.ecm-lp-top_video video{
  width: 100%;
}

.ecm-main .sp-video {
  display: block;
}

.ecm-main .pc-video {
  display: none;
}

@media screen and (min-width: 961px) {
  .ecm-main .sp-video {
    display: none;
  }

  .ecm-main .pc-video {
    display: block;
  }
}

.add2-item {
  width: 300px;
}
@media screen and (max-width: 960px) {
  .add2-item {
    padding: 0 4vw;
  }
}
.add2-item-pic > img {
  display: block;
}

.add2-item-btn {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
@media screen and (max-width: 960px) {
  .add2-item-btn {
    margin-top: 8.5333333333vw;
  }
}
.add2-item-btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 201px;
  height: 48px;
  border: 1px solid #2d2926;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
	color: #2c2825;
}
@media screen and (max-width: 960px) {
  .add2-item-btn > a {
    width: 58vw;
    height: 13.0666666667vw;
    border-radius: 6.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
.add2-item-in{
	position: relative;
}
.add2-item h3{
top:230px;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size:19px;
}
@media screen and (max-width: 960px) {
.add2-item h3{
top:70vw;
	font-size:19px;
}
}
.add-0{
	margin: 110px auto 0 auto;
}
.add-0 {
  padding-top: calc(171px + var(--mcp-header-height) + var(--ecm-header-height) + 100px);
  margin-top: calc(-171px - var(--mcp-header-height) - var(--ecm-header-height));
}
@media screen and (max-width: 960px) {
    .add-0 {
        padding-top: calc(60px + var(--mcp-header-height) + var(--ecm-header-height) + 11.3333333333vw + 12.2666666667vw);
        margin-top: calc(-60px - var(--mcp-header-height) - var(--ecm-header-height) - 11.3333333333vw);
    }
}
.add0-ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6875;
}
@media screen and (max-width: 960px) {
  .add0-ttl {
    font-size: 4.8vw;
    line-height: 1.6666666667;
  }
}
.add0-ttl strong {
  font-size: 36px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .add0-ttl strong {
    font-size: 5.6vw;
  }
}
.add-0 ul,.add-0 ul li{
	list-style: none;
}
.add-0 ul{
	width: 960px;
	margin: 70px auto 60px auto;
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.add-1 .sec-2-tab-in{
	    padding: 56px 0 0 0;
	display: flex;
	    flex-wrap: wrap;
    justify-content: space-between;
}
.add1-item{
	width: 455px;
	position: relative;
}
.add1-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:4vw;
}
.add1-item h4 {
	width: 100%;
    position: absolute;
    left: 0;
    top: 370px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4210526316;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 960px) {
.add1-item h3 {
  font-size: 20px;
	top:11vw;
}
.add1-item h4 {
    top:77vw;
    font-size: 18px;
	line-height: 1.1;
}
}
.add1-btn {
	width: 100%;
    position: absolute;
    left: 0;
    bottom: 1vw;
	display: flex;
    justify-content: center;
}
.add1-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) {
.add-0 ul{
	width: 90%;
	margin: 30px auto 30px auto;
	display: flex;
	flex-direction: column;
	padding: 0;
}
	.add-0 ul li{
		margin-bottom: 20px;
	}
.add-1 .sec-2-tab-in{
	    padding: 56px 0 0 0;
	display: flex;
	    flex-wrap: wrap;
    justify-content: space-between;
}
.add1-item{
	width: 455px;
	position: relative;
	margin-bottom: 40px;
}
}
@media screen and (max-width: 960px) {
  .add1-btn > a {
    width: 44.8vw;
    height: 10vw;
    border-radius: 5.0666666667vw;
    font-size: 2.9333333333vw;
  }
}

#index0,#index1,#index2,#index3 {
  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) {
    #index0,#index1,#index2,#index3 {
        padding-top: calc(60px + var(--mcp-header-height) + var(--ecm-header-height) );
        margin-top: calc(-60px - var(--mcp-header-height) - var(--ecm-header-height));
    }
}
.campaign1,
.campaign2,
.add250509{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
max-width: 1000px;
    padding: 0 20px;
    margin: 48px auto 0;
}
.sec1{
	/*padding-bottom: 55px;*/
}
@media screen and (max-width: 960px) {
.sec1{
	/*padding-bottom: 10px;*/
}
}
.sec1 p{
	text-align: center;
	color: #2d2926;
	font-size: 18px;
	padding: 40px 0 60px 0;
	line-height: 200%;
}
.sec1 h2{
	text-align: center;
	color: #2d2926;
	font-size: 30px;
	padding: 0px 0 30px 0;
}
.sec1 ul{
	padding: 0;
	display: flex;
	width: 960px;
	margin: 0 auto;
	justify-content: space-between;
}
.sec1 ul li{
	width: 469px;
	list-style: none;
}
.delivery{
}
.delivery h3{
	background-color: #ea5d8f;
	color: #fff9c5;
	font-size: 26px;
	display: flex;
    align-items: center;
    justify-content: center;
	height: 90px;
}
.delivery h3 span{
	font-size: 42px;
}
.delivery p{
	text-align: center;
	font-size: 10px;
	padding: 10px 0;
}
.sec2{
	/*margin-top: 80px;*/
}
.sec2-inner{
	background-color: #fff0f6;
	padding-bottom: 45px;

}
.sec2 h3{
	display: flex;
    align-items: center;
    justify-content: center;
}
.sec2 h4{
	display: flex;
    align-items: center;
    justify-content: center;
}

.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: 540px;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	left: 345px;
}
@media screen and (min-width: 961px) {
.sec2 .Label{		/*タイトル*/
	font-size: 18px;
	padding: 1.5vw 0;
}
}
.sec2 .caution{
	width: 100%;
	margin: 3vw auto 0 auto;
	position: relative;
	padding-bottom: 40px;
}
@media screen and (min-width: 961px) {
.sec2 .caution{
	margin: 1vw auto 0 auto;
}
}
.sec2 .Label::before{		/*タイトル横の矢印*/
	content:"コフレの内容を詳しく見る";
	background-image: url("../img/plus.png");
	width: 540px;
	display: block;
	background-position: right center;
	background-repeat: no-repeat;
	text-align: center;
	background-size: 14px auto;
}
@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: 50px;
}
@media screen and (min-width: 961px) {
.sec2 .content{		/*本文*/
	font-size: 16px;
	transition: all 0.3s;
}
}
.sec2 .toggle:checked + .Label + .content{	/*開閉時*/
	height: auto;
	transition: all .3s;
}
.sec2 .toggle:checked + .Label::before{
	background-image: url("../img/plus-off.png");
	content:"閉じる";
}
.sec2 .toggle:checked + .Label{
	border-top: none;
}
.add1-item.item03,
.add1-item.item04{
    margin-top: 80px;
	margin-bottom: 50px;
}
.add1-item.item07,
.add1-item.item08{
    margin-top: 50px;
}
@media screen and (max-width: 960px) {
.add1-item.item03,
.add1-item.item04,
.add1-item.item06,
.add1-item.item07,
.add1-item.item08{
    margin-top: 40px;
}
}
.add1-item.item03 h3,
.add1-item.item04 h3{
    top: 0vw;
}
.add1-item.item05 h3,
.add1-item.item06 h3,
.add1-item.item07 h3,
.add1-item.item08 h3{
    top: 2vw;
}
.add1-item.item01 .add1-btn,
.add1-item.item02 .add1-btn,
.add1-item.item03 .add1-btn,
.add1-item.item04 .add1-btn{
		bottom: -0.5vw;
}
@media screen and (max-width: 960px) {
	.add1-item.item08 .add1-btn{
		bottom: 13vw;
	}
.add1-item.item01 .add1-btn,
.add1-item.item02 .add1-btn,
.add1-item.item03 .add1-btn,
.add1-item.item04 .add1-btn{
		bottom: -3vw;
}
}
.gift_btn{
	padding: 20px 0;
	display: flex;
	justify-content: center;
}
.gift_btn img{
	width: 600px;
}
.gift_btn2{
	padding: 20px 0;
	display: flex;
	justify-content: center;
}
.sec3{
	width: 958px;
	margin: 10px auto 60px auto;
	position: relative;
}
.sec3 .add1-btn{
	justify-content: flex-start;
	bottom: 3vw;
}
@media screen and (max-width: 960px) {
.sec1 p {
    font-size: 16px;
    padding: 40px 0 30px 0;
}
.sec1 h2 {
    font-size: 20px;
    padding: 0px 0 30px 0;
}
.sec1 ul {
    width: 90%;
    flex-direction: column;
}
.sec1 ul li {
    width: 100%;
    margin-bottom: 20px;
}
.delivery h3 {
    font-size: 18px;
	text-align: center;
	padding: 3px 0 10px 0;
}
.delivery h3 span {
    font-size: 26px;
	display: contents;
}
.sec2 {
    margin-top: 40px;
}
.sec2 h3 {
    margin-top: -30px;
}
.sec2 .Label {
    padding: 3vw 0;
    display: block;
    cursor: pointer;
    font-size: 3.5vw;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    left: 5%;
}
.sec2 .caution {
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    padding-bottom: 60px;
}
.sec2 .Label::before {
    width: 100%;
    display: block;
    background-position: right center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 14px auto;
}
.gift_btn,
.gift_btn2{
    width: 90%;
	padding: 0 0 70px 0;
	margin: 0 auto;
}
.campaign1, .campaign2, .add250509 {
    margin: 20px auto 0;
}
.sec3 {
    width: 100%;
    margin: 40px auto 120px auto;
    position: relative;
}
.sec3 .add1-btn {
   justify-content: center;
	bottom: -15vw;
}
}
.sec-navi{
	display: none;
}
@media screen and (max-width: 960px) {
.sec-navi{
	opacity: 0;
  transition: .5s;
		display: block;
}
.sec-navi.show{
  transform: translateY(0);
  opacity: 1;
}
}
.add250509{
	padding-top: 100px;
}
@media screen and (max-width: 960px) {
.add250509{
	padding-top: 50px;
}
}
.add250509 h3{
text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
	width: 100%;
		padding-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .add250509 h3 {
    font-size: 4.8vw;
  }
}
.add-item{
	width: 455px;
	position: relative;
}
.add-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;
}
.add-item h4 {
	width: 100%;
    position: absolute;
    left: 0;
    top: 370px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4210526316;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 960px) {
.add-item h3 {
  font-size: 20px;
	top:5vw;
}
.add-item h4 {
    top:72vw;
    font-size: 18px;
	line-height: 1.1;
}
}
.add-item .add-btn {
	width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
	display: flex;
    justify-content: center;
}
@media screen and (max-width: 960px) {
.add-item .add-btn {
    bottom: 7vw;
}

}
.add-item .add-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;
}
.add03,
.add04,
.add05,
.add06{
	margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
.add01,
.add02,
.add03,
.add04,
.add05,
.add06,
.add07,
.add08{
	margin-bottom: 20px;
}
}