@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;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0 auto;
  max-width: 1230px;
  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;

  &: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;
}

.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;
  }
}

.alt {
  display: none;
}

/*===============================================
 side
===============================================*/
/*
.side-navi {
  position: fixed;
  right: 0;
  top: 440px;
  width: 135px;
  z-index: 150;
  transform: translateY(-50%);
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s;

  @media screen and (max-width: 960px) {
    display: none;
  }
  &.is-visible {
    opacity: 1;
    pointer-events: auto;
  }
  > a {
    display: block;

    &:not(:first-child) {
      margin-top: 2px;
    }
    > img {
      display: block;
    }
  }
}
*/
/*===============================================
 navi
===============================================*/
.sec-navi {
  position: -webkit-sticky;
  position: sticky;
  top: calc(171px + var(--mcp-header-height) + var(--ecm-header-height));
  left: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .sec-navi {
    top: calc(60px + var(--mcp-header-height) + var(--ecm-header-height));
  }
}
.sec-navi-in {
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
  background-color: #fff;
}
.sec-navi-in > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49.1304347826%;
  height: 56px;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a {
    width: 49.3333333333%;
    height: 16.1333333333vw;
    text-align: center;
  }
}
.sec-navi-in > a > span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a > span {
    font-size: 4vw;
    line-height: 1;
  }
}
.sec-navi-in > a > span > em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 26px;
  margin-right: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a > span > em {
    width: 31.7333333333vw;
    height: 4.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.0666666667vw;
    font-size: 4vw;
  }
}
.sec-navi-in > a:nth-child(1) {
  background-color: #f85715;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a:nth-child(1) {
    padding-left: 1.0666666667vw;
  }
}
.sec-navi-in > a:nth-child(1) > span > em {
  background-color: #ffffff;
  color: #f85715;
}
.sec-navi-in > a:nth-child(2) {
  background-color: #ff850a;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a:nth-child(2) {
    padding-right: 1.0666666667vw;
  }
}
.sec-navi-in > a:nth-child(2) > span > em {
  background-color: #ffffff;
  color: #ff850a;
}
.sec-navi-in > a > img {
  position: absolute;
  right: 22px;
  top: calc(50% - 5px);
  width: 18px;
}
@media screen and (max-width: 960px) {
  .sec-navi-in > a > img {
    right: 1.8666666667vw;
    top: calc( 50% - 0.8vw );
    width: 4vw;
  }
}

/*===============================================
 section
===============================================*/
.fv > picture > img {
  display: block;
  width: 100%;
}

.sec-common-ttl {
  background-color: #000;
  padding: 25px 0;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .sec-common-ttl {
    padding: 4.2666666667vw 0;
    font-size: 6vw;
    line-height: 1.2444444444;
  }
}
.sec-common-in {
  max-width: 1000px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .sec-common-in {
    padding: 0 2.9333333333vw;
  }
}
.sec-common-group {
  padding-top: 72px;
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .sec-common-group {
    padding-top: 8.5333333333vw;
    padding-bottom: 16.8vw;
  }
}
.sec-common-group-ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .sec-common-group-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.sec-common-items {
  display: flex;
  flex-wrap: wrap;
}
.sec-common-items:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .sec-common-items:not(:first-child) {
    margin-top: 9.6vw;
  }
}
.sec-common-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .sec-common-item {
    width: 46.9565217391%;
  }
  .sec-common-item:not(:nth-child(2n+1)) {
    margin-left: 6.0869565217%;
  }
  .sec-common-item:nth-child(n+3) {
    margin-top: 54px;
  }
}
@media screen and (max-width: 960px) {
  .sec-common-item:not(:first-child) {
    margin-top: 16.5333333333vw;
  }
}
.sec-common-item-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.6666666667em;
  text-align: center;
  font-size: 23px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.3333333333;
}
@media screen and (max-width: 960px) {
  .sec-common-item-ttl {
    display: block;
    height: auto;
    font-size: 4.9333333333vw;
    line-height: 1.4324324324;
  }
}
.sec-common-item-pic {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 16px;
}
@media screen and (max-width: 960px) {
  .sec-common-item-pic {
    margin-top: 3.2vw;
  }
}
.sec-common-item-pic > picture {
  display: block;
}
.sec-common-item-pic > picture > img {
  display: block;
  width: 100%;
}
.sec-common-item-pic > figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11.4285714286%;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4117647059;
}
@media screen and (max-width: 960px) {
  .sec-common-item-pic > figcaption {
    bottom: 9.0666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
.sec-common-item-pic > figcaption.is-oneline {
  bottom: 16.8067226891%;
}
@media screen and (max-width: 960px) {
  .sec-common-item-pic > figcaption.is-oneline {
    bottom: 14.6666666667vw;
  }
}
.sec-common-item-btn {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
@media screen and (max-width: 960px) {
  .sec-common-item-btn {
    margin-top: 3.2vw;
  }
}
.sec-common-item-btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 55px;
  border: 1px solid #2d2926;
  border-radius: 28px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .sec-common-item-btn > a {
    width: 53.8666666667vw;
    height: 12vw;
    border-radius: 6vw;
    font-size: 3.4666666667vw;
  }
}
.sec-common-item-notes {
  margin-top: 28px;
  font-size: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .sec-common-item-notes {
    margin-top: 4vw;
    font-size: 2.2666666667vw;
    line-height: 1.5882352941;
  }
}

.sec-coupon {
  padding-top: 30px;
}
@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: 600;
  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 {
  margin-top: 30px;
  margin-left: -22px;
  margin-right: -22px;
  padding: 28px 75px 24px 66px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 960px) {
  .sec-coupon-monthly {
    margin-top: 4.8vw;
    margin-left: 0;
    margin-right: 0;
    padding: 4.2666666667vw 5.0666666667vw 4.5333333333vw;
  }
}
.sec-coupon-monthly-ttl {
  padding-bottom: 10px;
  border-bottom: 2px solid #b9141e;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .sec-coupon-monthly-ttl {
    font-size: 5.6vw;
  }
}
.sec-coupon-monthly-body {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .sec-coupon-monthly-body {
    margin-top: 3.4666666667vw;
  }
}
.sec-coupon-monthly-txt {
  text-align: center;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .sec-coupon-monthly-txt {
    font-size: 4.2666666667vw;
  }
}
.sec-coupon-monthly-container {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 960px) {
  .sec-coupon-monthly-container {
    margin-top: 2.9333333333vw;
  }
}
.sec-coupon-monthly-item:nth-child(1) {
  width: 46.4155528554%;
}
@media screen and (max-width: 960px) {
  .sec-coupon-monthly-item:nth-child(1) {
    width: 46.8152866242%;
  }
}
.sec-coupon-monthly-item:nth-child(2) {
  width: 48.602673147%;
}
@media screen and (max-width: 960px) {
  .sec-coupon-monthly-item:nth-child(2) {
    width: 46.8152866242%;
  }
}
.sec-coupon-monthly-item > picture {
  display: block;
}
.sec-coupon-monthly-item > picture > img {
  display: block;
  width: 100%;
}
.sec-coupon-monthly-notes {
  margin-top: 14px;
  font-size: 10px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .sec-coupon-monthly-notes {
    margin-top: 2.9333333333vw;
    font-size: 2.1333333333vw;
  }
}


.sec-campaign-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .sec-campaign-ttl {
    font-size: 4.8vw;
  }
}
.sec-campaign-in {
  padding-top: 36px;
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .sec-campaign-in {
    padding-top: 8.6666666667vw;
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 961px) {
  .sec-campaign-bnr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.sec-campaign-bnr > a {
  display: block;
}
@media screen and (min-width: 961px) {
  .sec-campaign-bnr > a {
    width: 32%;
  }
  .sec-campaign-bnr > a:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .sec-campaign-bnr > a:not(:first-child) {
    margin-top: 5.6vw;
  }
}
.sec-campaign-bnr > a > img {
  display: block;
  width: 100%;
}


.april .item{
	width: 455px;
	position: relative;
	margin-bottom: 40px;
}
.april .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:40px;
}
.april .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;
}
.april .item .pt{
	width: 82px;
	position: absolute;
	bottom:170px;
	left:0;
}
.april .item .item-btn {
	width: 100%;
    position: absolute;
    left: 0;
    bottom: 60px;
	display: flex;
    justify-content: center;
}
.april .item .item-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;
	text-decoration: none;
	background-color: #fff;
}
@media screen and (max-width: 960px) {
.april .item{
	width: 96%;
	margin-bottom: 40px;
	margin: 0 auto 50px auto;
}
.april .item h3 {
  font-size: 20px;
	top:7vw;
}
.april .item h4 {
    top:80vw;
    font-size: 3.9vw;
	line-height: 1.1;
	padding-left: 10vw;
}
.april .item .pt{
	width: 75px;
	position: absolute;
	bottom:35vw;
	left:10px;
}
.april .item .item-btn {
	width: 100%;
    position: absolute;
    left: 0;
    bottom: 11vw;
	display: flex;
    justify-content: center;
}
.april .item .item-btn > a {
        width: 58vw;
        height: 13.0666666667vw;
        border-radius: 6.5333333333vw;
        font-size: 3.7333333333vw;
   }
}
.april .ttl {
  background-color: #000;
  padding: 25px 0;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .april .ttl {
    padding: 4.2666666667vw 0;
    font-size: 6vw;
    line-height: 1.2444444444;
  }
}
.april .present .item{
	width:930px;
	margin: 60px auto 90px auto;
	padding-top: 80px;
}
.april .present .item h3 {
	top:0px;
	font-size: 26px;
}
.april .present .item h4 {
	top:120px;
	left:630px;
	font-size: 18px;
	width: auto;
}
.april .present .item .pt{
	top:100px;
	left:500px;
}
.april .present .item .item-btn{
	top:250px;
	left:600px;
	width: auto;
}
.april .present .info{
	display: flex;
	flex-direction: column;
    align-items: center;
}
.april .present .info picture{
	padding-bottom: 70px;
}
.april .present .info picture:last-child{
	padding-bottom: 0px;
}
.april .set .ttl{
	margin-bottom: 60px;
}
.april .set .info{
	display: flex;
	flex-direction: column;
    align-items: center;
}
.april .set .info picture{
	padding-bottom: 70px;
}
.april .set .item{
	width:745px;
	margin: 0px auto 120px auto;
	padding-top: 80px;
}
.april .set .item h3 {
	top:0px;
	font-size: 26px;
}
.april .set .item h4 {
	top:120px;
	left:430px;
	font-size: 18px;
	width: auto;
}
.april .set .item .pt{
	top:100px;
	left:320px;
}
.april .set .item .item-btn{
	top:250px;
	left:410px;
	width: auto;
}

.april .campaign .ttl {
    margin-top: -100px;
}
.april .campaign .ttl2{
	display: flex;
	flex-direction: column;
    align-items: center;
	margin-bottom: 55px;
	margin-top: 60px;
}
.april .campaign .campaign-inner{
	display: flex;
	width: 925px;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
.april .item h4.style1{
	top:400px;
}
.april .item h4.style2{
	top:390px;
}
.april .item .item-btn.style3{
	bottom:35px;
}
.april .item .pt.style4 {
    bottom: 135px;
}

.april .new_arrival .item{
	width:100%;
	margin: 0px auto 70px auto;
	padding-top: 0px;
}
.april .new_arrival .item h3 {
	top:230px;
	font-size: 30px;
	margin-left: -110px;
}
.april .new_arrival .item .item-btn{
	bottom:70px;
	width: 100%;
}
.april .topmargin{
	padding-top: 80px;
}
.april .gift .ttl{
	margin-bottom: 60px;
}
.april .gift .info{
	display: flex;
	flex-direction: column;
    align-items: center;
}
.april .gift .info picture{
	padding-bottom: 30px;
}
.april .gift .gift-inner{
	display: flex;
	width: 925px;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
.april .shopper{
	width: 960px;
	margin: 60px auto 100px auto;
	position: relative;
}
.april .shopper .item-btn {
	width: auto;
    position: absolute;
    left: 0;
    bottom: 20px;
	display: flex;
    justify-content: center;
}
.april .shopper .item-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;
	text-decoration: none;
}
@media screen and (max-width: 960px) {
.april .present .item{
	width:96%;
	margin: 0 auto;
	padding-top: 0;
	margin-bottom: 30px;
}
.april .present .item h3 {
        font-size: 20px;
        top: 10vw;
}
.april .present .item h4 {
        top: 80vw;
        font-size: 3.9vw;
        line-height: 1.1;
	left: auto;
	width: 100%;
}
.april .present .item .pt{
    width: 75px;
    position: absolute;
    bottom: 35vw;
    left: 10px;
	top:auto;
}
.april .present .item .item-btn{
width: 100%;
    position: absolute;
    left: 0;
    bottom: 13vw;
    display: flex;
    justify-content: center;
	top:auto;
}
.april .present .info{
	display: flex;
	flex-direction: column;
    align-items: center;
}
.april .present .info picture{
	padding-bottom: 60px;
}
.april .set .ttl{
	margin-bottom: 30px;
}
.april .set .info{
	display: flex;
	flex-direction: column;
    align-items: center;
}
.april .set .info picture{
	padding-bottom: 60px;
}
.april .set .info picture:last-child{
	padding-bottom: 0;
}
.april .set .item{
	width: 96%;
	margin: 0 auto;
	padding-top: 0;
	margin-bottom: 30px;
}
.april .set .item h3 {
        font-size: 20px;
        top: 10vw;
}
.april .set .item h4 {
        top: 80vw;
        font-size: 3.9vw;
        line-height: 1.1;
	left: auto;
	width: 100%;
}
.april .set .item .pt{
    width: 75px;
    position: absolute;
    bottom: 35vw;
    left: 10px;
	top:auto;
}
.april .set .item .item-btn{
width: 100%;
    position: absolute;
    left: 0;
    bottom: 10vw;
    display: flex;
    justify-content: center;
	top:auto;
}

.april .campaign .ttl{
}
.april .campaign .ttl2{
	display: flex;
	flex-direction: column;
    align-items: center;
	width: 96%;
	margin: 30px auto 55px auto;
}
.april .campaign .campaign-inner{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
.april .item h4.style1{
	top:90vw;
}
.april .item h4.style2{
	top:85vw;
}
.april .item .item-btn.style3{
	bottom:7vw;
}
.april .item .pt.style4 {
    bottom: 28vw;
}

.april .new_arrival .item{
	width:100%;
	margin: 0px auto 30px auto;
	padding-top: 0px;
}
.april .new_arrival .item h3 {
	top:20vw;
	font-size: 20px;
	margin-left: 0px;
}
.april .new_arrival .item .item-btn{
	bottom:10vw;
	width: 100%;
}
	.april .new_arrival .item .item-btn a{
		background-color: #fff;
	}
.april .topmargin{
	padding-top: 40px;
}
.april .gift .ttl{
	margin-bottom: 30px;
}
.april .gift .info{
	display: flex;
	flex-direction: column;
    align-items: center;
	width: 90%;
	margin: 0 auto;
}
.april .gift .info picture{
	padding-bottom: 30px;
}
.april .gift .gift-inner{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
.april .shopper{
	width: 100%;
	margin: 60px auto 150px auto;
	position: relative;
}
.april .shopper .item-btn {
	width: 100%;
    position: absolute;
    left: 0;
    bottom: -20vw;
	display: flex;
    justify-content: center;
}
.april .shopper .item-btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58vw;
  height: 13.0666666667vw;
  border: 1px solid #2c2825;
  border-radius: 6.5333333333vw;
  color: #2c2825;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1;
	text-decoration: none;
}
}
.april-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;
}
.april-side-nav.show{
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.april-side-nav a{
	margin-bottom: 1px;
	display: block;
}
@media screen and (max-width: 960px) {
.april-side-nav{
  display: flex;
	border-top:1px solid #FFF;
}
.april-side-nav a{
	margin-bottom: 0px;
	width: 25%;
	display: flex;
	justify-content: center;
	background-color: #000;
	border-right: 1px solid #FFF;
	box-sizing: border-box;
}
.april-side-nav a:last-child{
	border-right: 1px solid #000;
}
}
#gel_present,#care_set,#vc_campaign,#matome_buy {
  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) {
    #gel_present,#care_set,#vc_campaign,#matome_buy {
        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);
    }
}
@media screen and (max-width: 960px) {
.shorten{
	margin-top: -40px!important;
}
.shorten2{
	margin-top: -60px!important;
}
}
@media screen and (max-width: 960px) {
.april .gift .info picture {
        padding-bottom: 0px;
    }
    .april .gift-inner .item h3 {
        font-size: 20px;
        top: 16vw;
    }
}