/*------------------------------------------
  Base Setting
------------------------------------------*/
.lp-hd, .lp-ft {
  background: #e4007f;
  position: relative;
  z-index: 100;
}

.breadcrumb {
  background: #fff;
  position: relative;
  z-index: 100;
}
.breadcrumb li {
  font-size: 0.8rem;
}

.pagetop {
  z-index: 101;
}

.lp-main {
  min-height: 100vh;
  color: #383735;
  -webkit-font-smoothing: antialiased;
}
.lp-main * {
  box-sizing: border-box;
}
.lp-main a {
  color: #383735;
}
.lp-main a:hover {
  text-decoration: none;
}
.lp-main img {
  max-width: 100%;
}
.lp-main section {
  background-color: #FFFEF9;
  position: relative;
  z-index: 100;
}
.lp-main__in {
  width: 100%;
  background: #FFFEF9;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .breadcrumb li {
    font-size: 1rem;
  }
  .lp-main {
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
  .lp-main__in {
    max-width: 750px;
    margin: auto;
  }
  .hvop {
    transition: 0.3s;
  }
  .hvop:hover {
    opacity: 0.7;
  }
}
/*------------------------------------------
  modules
------------------------------------------*/
.l-in {
  padding-left: 4vw;
  padding-right: 4vw;
}

@media only screen and (min-width: 769px) {
  .l-in {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.m-ttl__type01 {
  text-align: center;
}
.m-ttl__type01 .ttl__in {
  display: inline-block;
  position: relative;
  width: 80vw;
}
.m-ttl__type01 img {
  width: 100%;
}
.m-ttl__type01 span {
  display: inline-block;
}
.m-ttl__type01 .chara {
  position: absolute;
  z-index: 1;
}
.m-ttl__type01.js-scr .ttl, .m-ttl__type01.js-scr .chara {
  transform: scale(0);
}
.m-ttl__type01.js-scr-active .ttl {
  animation: zoomIn 0.8s cubic-bezier(0.16, 0.5, 0.43, 1) forwards;
}
.m-ttl__type01.js-scr-active .chara01 {
  animation: zoomInChara 0.8s 0.5s cubic-bezier(0.16, 0.5, 0.43, 1) forwards;
}
.m-ttl__type01.js-scr-active .chara02 {
  animation: zoomInChara 0.8s 0.8s cubic-bezier(0.16, 0.5, 0.43, 1) forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomInChara {
  0% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@media only screen and (min-width: 769px) {
  .m-ttl__type01 .ttl__in {
    width: 600px;
  }
}
.m-btn__type01 {
  display: inline-block;
  text-align: center;
  width: 36.8vw;
  max-width: 100%;
  border: 1px solid #383735;
  font-size: 3.7333333333vw;
  line-height: 7.6vw;
  background-color: #FFF100;
  position: relative;
  border-radius: 8vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../images/txt-more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12.2666666667vw;
}
.m-btn__type01:after {
  content: "";
  position: absolute;
  width: 2.6666666667vw;
  height: 2.4vw;
  right: 2.2666666667vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow-r02.svg) no-repeat;
  background-size: 100%;
}

@media only screen and (min-width: 769px) {
  .m-btn__type01 {
    width: 276px;
    font-size: 28px;
    line-height: 57px;
    border-radius: 60px;
    background-size: 92px;
  }
  .m-btn__type01:after {
    width: 20px;
    height: 18px;
    right: 17px;
  }
}
.m-block__type01 {
  background: #fff;
  border-radius: 5.3333333333vw;
  border: 1px solid #383735;
  overflow: hidden;
}
.m-block__type01 .block-ttl {
  display: table;
  width: 100%;
  height: 14.8vw;
  text-align: center;
  background: #999;
}
.m-block__type01 .block-ttl span {
  display: table-cell;
  vertical-align: middle;
}
.m-block__type01 .block-cont {
  padding: 3.0666666667vw 4.6666666667vw 6.4vw;
}
.m-block__type01 .block-cont .notice {
  margin-bottom: 0.8em;
}
.m-block__type01 .block-cont .img {
  margin-bottom: 4.2666666667vw;
}
.m-block__type01 .block-cont .btn {
  text-align: center;
  margin-bottom: 4.2666666667vw;
}
.m-block__type01 .block-cont .btn img {
  width: 56vw;
}
.m-block__type01 .block-cont .caution {
  font-size: 2.6666666667vw;
}
.m-block__type02 {
  background: #E4007F;
  border-radius: 5.3333333333vw;
  display: flex;
  padding: 5.0666666667vw 4vw 7.7333333333vw;
  align-items: flex-end;
}
.m-block__type02 .block-img {
  width: 49%;
  position: relative;
}
.m-block__type02 .block-img > img {
  border-radius: 5.3333333333vw;
  border: 2px solid #2F2F2F;
  box-shadow: 1.3333333333vw 1.3333333333vw 0px 0px #FFF100;
}
.m-block__type02 .block-img .chara {
  position: absolute;
}
.m-block__type02 .block-img .chara01 {
  width: 14.6666666667vw;
  top: -7.4666666667vw;
  right: -5.7333333333vw;
}
.m-block__type02 .block-img .chara02 {
  width: 17.0666666667vw;
  bottom: -9.4666666667vw;
  left: -5.4666666667vw;
}
.m-block__type02 .block-txt {
  width: 46%;
  margin-left: auto;
}
.m-block__type02 .block-txt .ttl {
  width: 36.8vw;
}
.m-block__type02 .block-txt .lead {
  font-weight: bold;
  font-size: 3.2vw;
  color: #fff;
  margin: 0.8em 0;
}
.m-block__type02 .block-txt .more {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .m-block__type01 {
    border-radius: 40px;
  }
  .m-block__type01 .block-ttl {
    height: 111px;
  }
  .m-block__type01 .block-cont {
    padding: 23px 35px 48px;
  }
  .m-block__type01 .block-cont .lead {
    font-size: 25px;
  }
  .m-block__type01 .block-cont .img {
    margin-bottom: 32px;
  }
  .m-block__type01 .block-cont .btn {
    margin-bottom: 32px;
  }
  .m-block__type01 .block-cont .btn img {
    width: 420px;
  }
  .m-block__type01 .block-cont .caution {
    font-size: 20px;
  }
  .m-block__type02 {
    border-radius: 40px;
    padding: 38px 30px 58px;
  }
  .m-block__type02 .block-img > img {
    border-radius: 40px;
    box-shadow: 10px 10px 0px 0px #FFF100;
  }
  .m-block__type02 .block-img .chara01 {
    width: 110px;
    top: -56px;
    right: -43px;
  }
  .m-block__type02 .block-img .chara02 {
    width: 128px;
    bottom: -71px;
    left: -41px;
  }
  .m-block__type02 .block-txt .ttl {
    width: 276px;
  }
  .m-block__type02 .block-txt .lead {
    font-size: 24px;
  }
}
.m-lead {
  text-align: center;
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: bold;
  margin-bottom: 1em;
}

@media only screen and (min-width: 769px) {
  .m-lead {
    font-size: 32px;
  }
}
.m-product__pickup {
  position: relative;
  background: #FFFEF9;
  padding: 5.8666666667vw 5.3333333333vw 8vw;
  text-align: center;
  margin-bottom: 6.1333333333vw;
}
.m-product__pickup .product-img {
  margin-bottom: 2.6666666667vw;
}
.m-product__pickup .product-name {
  margin-bottom: 3.2vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
}
.m-product__pickup .product-price {
  margin-bottom: 3.2vw;
  letter-spacing: 0;
}
.m-product__pickup .product-price span {
  display: inline-block;
  vertical-align: baseline;
}
.m-product__pickup .product-price .price01 {
  font-size: 3.2vw;
}
.m-product__pickup .product-price .price02 {
  font-size: 4.8vw;
}
.m-product__pickup .product-price .price03 {
  font-size: 2.6666666667vw;
}
.m-product__pickup .product-txt {
  text-align: left;
  font-size: 3.2vw;
  line-height: 2;
}
.m-product__pickup .product-more {
  margin-top: 5.3333333333vw;
  text-align: center;
}
.m-product__pickup .product-more a {
  display: inline-block;
  width: 45.3333333333vw;
  font-size: 4.2666666667vw;
  color: #fff;
  position: relative;
  background-color: #999;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../images/txt-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16.8vw;
  border: 1px solid #383735;
  line-height: 9.6vw;
  border-radius: 8vw;
}
.m-product__pickup .product-more a:after {
  content: "";
  position: absolute;
  width: 3.2vw;
  height: 2.9333333333vw;
  right: 2.9333333333vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow-r01.svg) no-repeat;
  background-size: 100%;
}
.m-product__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3333333333vw 0;
  justify-content: space-between;
}
.m-product__list .product-item {
  position: relative;
  background: #FFFEF9;
  padding: 2.1333333333vw 2.1333333333vw 18vw;
  width: 49.3%;
  border-radius: 5.3333333333vw;
}
.m-product__list .product-img {
  margin-bottom: 2.6666666667vw;
  background: #fff;
}
.m-product__list .product-name {
  margin-bottom: 1.8666666667vw;
  font-size: 3.2vw;
  font-weight: bold;
}
.m-product__list .product-price {
  text-align: center;
  margin-bottom: 1.8666666667vw;
  letter-spacing: 0;
}
.m-product__list .product-price span {
  display: inline-block;
  vertical-align: baseline;
}
.m-product__list .product-price .price01 {
  font-size: 2.1333333333vw;
}
.m-product__list .product-price .price02 {
  font-size: 3.2vw;
}
.m-product__list .product-price .price03 {
  font-size: 2.1333333333vw;
}
.m-product__list .product-txt {
  font-size: 2.6666666667vw;
  line-height: 1.4;
}
.m-product__list .product-more {
  position: absolute;
  width: 100%;
  bottom: 4.6666666667vw;
  left: 0;
  text-align: center;
}
.m-product__list .product-more a {
  display: inline-block;
  width: 32vw;
  font-size: 3.7333333333vw;
  color: #fff;
  position: relative;
  background: #999;
  border: 1px solid #383735;
  line-height: 8vw;
  border-radius: 8vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../images/txt-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14.6666666667vw;
}
.m-product__list .product-more a:after {
  content: "";
  position: absolute;
  width: 2.6666666667vw;
  height: 2.4vw;
  right: 2.2666666667vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow-r01.svg) no-repeat;
  background-size: 100%;
}
.m-product__list .product-more .cs {
  display: inline-block;
  font-size: 2.6666666667vw;
  line-height: 8vw;
  margin-bottom: 1em;
}

@media only screen and (min-width: 769px) {
  .m-product__pickup {
    padding: 44px 40px 60px;
    margin-bottom: 46px;
  }
  .m-product__pickup .product-img {
    margin-bottom: 20px;
  }
  .m-product__pickup .product-name {
    margin-bottom: 24px;
    font-size: 32px;
  }
  .m-product__pickup .product-price {
    margin-bottom: 24px;
  }
  .m-product__pickup .product-price .price01 {
    font-size: 24px;
  }
  .m-product__pickup .product-price .price02 {
    font-size: 36px;
  }
  .m-product__pickup .product-price .price03 {
    font-size: 20px;
  }
  .m-product__pickup .product-txt {
    font-size: 24px;
  }
  .m-product__pickup .product-more {
    margin-top: 40px;
  }
  .m-product__pickup .product-more a {
    width: 340px;
    font-size: 32px;
    line-height: 72px;
    border-radius: 60px;
    background-size: 126px;
  }
  .m-product__pickup .product-more a:after {
    width: 24px;
    height: 22px;
    right: 22px;
  }
  .m-product__list {
    gap: 10px 0;
  }
  .m-product__list .product-item {
    padding: 16px 16px 135px;
    border-radius: 40px;
  }
  .m-product__list .product-img {
    margin-bottom: 20px;
  }
  .m-product__list .product-name {
    margin-bottom: 14px;
    font-size: 24px;
  }
  .m-product__list .product-price {
    margin-bottom: 14px;
  }
  .m-product__list .product-price .price01 {
    font-size: 16px;
  }
  .m-product__list .product-price .price02 {
    font-size: 24px;
  }
  .m-product__list .product-price .price03 {
    font-size: 16px;
  }
  .m-product__list .product-txt {
    font-size: 20px;
  }
  .m-product__list .product-more {
    bottom: 35px;
  }
  .m-product__list .product-more a {
    width: 240px;
    font-size: 28px;
    line-height: 60px;
    border-radius: 60px;
    background-size: 110px;
  }
  .m-product__list .product-more a:after {
    width: 20px;
    height: 18px;
    right: 17px;
  }
  .m-product__list .product-more .cs {
    font-size: 20px;
    line-height: 60px;
  }
}
/*------------------------------------------
  contents
------------------------------------------*/
.c-mv {
  margin-bottom: 50vh;
}

.c-photo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.c-photo__in {
  position: relative;
  width: 93.6vw;
  height: 100%;
  margin: auto;
}
.c-photo-bg {
  position: absolute;
  background-repeat: repeat-y;
  background-size: 100%;
  top: 0;
  width: 49%;
  height: 100%;
}
.c-photo-bg01 {
  left: 0;
  background-image: url(../images/photo-bg-l.png);
}
.c-photo-bg02 {
  right: 0;
  background-image: url(../images/photo-bg-r.png);
}

@media only screen and (min-width: 769px) {
  .c-photo {
    width: 750px;
    left: 50%;
    margin-left: -375px;
  }
  .c-photo__in {
    width: 702px;
  }
}
.c-notice {
  padding: 10.1333333333vw 5.4666666667vw 8.6666666667vw;
  background: url(../images/notice-bg.png) no-repeat center top;
  background-size: cover;
  border-radius: 8.5333333333vw 8.5333333333vw 0 0/8.5333333333vw 8.5333333333vw 0 0;
}
.c-notice__in {
  background: #FFFEF9;
  border-radius: 5.3333333333vw;
  border: 2px solid #2F2F2F;
  padding: 5.3333333333vw 4vw 6.6666666667vw;
}
.c-notice-box {
  text-align: center;
  position: relative;
  margin-top: 4.6666666667vw;
  padding: 7.3333333333vw 0 0;
}
.c-notice-box:before {
  content: "";
  width: 67.2vw;
  height: 2.9333333333vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/notice-star.svg) repeat-x;
  background-size: auto 100%;
}
.c-notice-box:first-child {
  padding-top: 0;
  margin-top: 0;
}
.c-notice-box:first-child:before {
  content: none;
}
.c-notice-box .box-date {
  padding: 0.5em 0;
}
.c-notice-box .box-lead {
  margin-top: 0.2em;
  font-size: 5.3333333333vw;
  font-weight: bold;
  line-height: 1.6;
}
.c-notice-box .box-chara {
  position: absolute;
  z-index: 1;
}
.c-notice-box01 .box-chara {
  width: 20.8vw;
  top: -13.3333333333vw;
  right: -5.3333333333vw;
}
.c-notice-box01 .box-date img {
  width: 59.2vw;
}
.c-notice-box02 .box-chara {
  width: 13.8666666667vw;
  top: -4.8vw;
  left: 0;
}
.c-notice-box02 .box-date img {
  width: 44vw;
}
.c-notice-txt {
  margin-top: 4vw;
  font-size: 3.2vw;
  line-height: 2;
}

@media only screen and (min-width: 769px) {
  .c-notice {
    padding: 76px 41px 65px;
    border-radius: 64px 64px 0 0/64px 64px 0 0;
  }
  .c-notice__in {
    border-radius: 40px;
    border: 4px solid #2F2F2F;
    padding: 40px 30px 50px;
  }
  .c-notice-box {
    margin-top: 35px;
    padding: 55px 0 0;
  }
  .c-notice-box:before {
    width: 504px;
    height: 22px;
  }
  .c-notice-box .box-lead {
    font-size: 40px;
  }
  .c-notice-box01 .box-chara {
    width: 156px;
    top: -100px;
    right: -40px;
  }
  .c-notice-box01 .box-date img {
    width: 444px;
  }
  .c-notice-box02 .box-chara {
    width: 104px;
    top: -36px;
  }
  .c-notice-box02 .box-date img {
    width: 330px;
  }
  .c-notice-txt {
    margin-top: 30px;
    font-size: 24px;
  }
}
.c-notice2 {
  padding: 10.1333333333vw 5.4666666667vw 8.6666666667vw;
  background-color: #F1739F !important;
  border-radius: 8.5333333333vw 8.5333333333vw 0 0/8.5333333333vw 8.5333333333vw 0 0;
}
.c-notice2__in {
  background: #FFFEF9;
  border-radius: 5.3333333333vw;
  border: 2px solid #2F2F2F;
  padding: 9.0666666667vw 4vw 6.6666666667vw;
}
.c-notice2-box {
  text-align: center;
  position: relative;
  margin-top: 4.6666666667vw;
  padding: 7.3333333333vw 0 0;
}
.c-notice2-box:before {
  content: "";
  width: 67.2vw;
  height: 2.9333333333vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/notice-star.svg) repeat-x;
  background-size: auto 100%;
}
.c-notice2-box:first-child {
  padding-top: 0;
  margin-top: 0;
}
.c-notice2-box:first-child:before {
  content: none;
}
.c-notice2-box .box-date {
  padding: 0.5em 0;
}
.c-notice2-box .box-lead {
  margin-top: 0.2em;
  font-size: 5.3333333333vw;
  font-weight: bold;
  line-height: 1.6;
}
.c-notice2-box .box-chara {
  position: absolute;
  z-index: 1;
  width: 20.8vw;
  top: -13.3333333333vw;
  right: 0vw;
}
.c-notice2-box .box-chara2 {
  position: absolute;
  z-index: 1;
  width: 10.9333333333vw;
  top: -5.3333333333vw;
  left: 2.1333333333vw;
}
.c-notice2-box .box-date img {
  width: 44.1333333333vw;
}
.c-notice2-txt {
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
  line-height: 2;
}

@media only screen and (min-width: 769px) {
  .c-notice2 {
    padding: 76px 41px 65px;
    border-radius: 64px 64px 0 0/64px 64px 0 0;
  }
  .c-notice2__in {
    border-radius: 40px;
    border: 4px solid #2F2F2F;
    padding: 68px 30px 50px;
  }
  .c-notice2-box {
    margin-top: 35px;
    padding: 55px 0 0;
  }
  .c-notice2-box:before {
    width: 504px;
    height: 22px;
  }
  .c-notice2-box .box-lead {
    font-size: 40px;
  }
  .c-notice2-box .box-chara {
    width: 156px;
    top: -100px;
    right: 0px;
  }
  .c-notice2-box .box-chara2 {
    width: 82px;
    top: -40px;
    left: 16px;
  }
  .c-notice2-box .box-date img {
    width: 331px;
  }
  .c-notice2-txt {
    margin-top: 20px;
    font-size: 24px;
  }
}
.c-only {
  padding: 14.6666666667vw 0 35.3333333333vw;
  background-color: #FCB8CE !important;
  background-image: url(../images/only-bg-b.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.c-only:before, .c-only:after {
  content: "";
  position: absolute;
  top: 0;
}
.c-only:before {
  left: 0;
  width: 100%;
  height: 124.6666666667vw;
  background: rgb(252, 184, 206);
  background: linear-gradient(0deg, rgb(252, 184, 206) 0%, rgb(34, 83, 131) 100%);
}
.c-only:after {
  left: 50%;
  transform: translateX(-50%);
  width: 94.1333333333vw;
  height: 94.1333333333vw;
  background-image: url(../images/only-bg-t.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.c-only__in {
  position: relative;
  z-index: 1;
}
.c-only-ttl {
  margin-bottom: 4vw;
}
.c-only-ttl .chara01 {
  width: 23.2vw;
  top: -4.2666666667vw;
  left: -5.3333333333vw;
}
.c-only-ttl .chara02 {
  width: 10.6666666667vw;
  bottom: 2.6666666667vw;
  right: -5.3333333333vw;
}
.c-only-product__pickup {
  border: 2px solid #E4007F;
  border-radius: 28vw 5.3333333333vw 5.3333333333vw 5.3333333333vw/28vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
}
.c-only-product__pickup .product-img {
  margin-bottom: 4.6666666667vw;
}
.c-only-product__pickup .product-img img {
  width: 54.6666666667vw;
}
.c-only-product__pickup .product-more a {
  background-color: #E4007F;
}
.c-only-product__pickup .chara {
  position: absolute;
}
.c-only-product__pickup .chara img {
  width: 100%;
}
.c-only-product__pickup .chara01 {
  width: 17.8666666667vw;
  left: 3.6vw;
  bottom: -4vw;
}
.c-only-product__pickup .chara02 {
  width: 27.7333333333vw;
  right: -1.6vw;
  bottom: -4vw;
}
.c-only-product__list {
  position: relative;
  margin-bottom: 33.3333333333vw;
}
.c-only-product__list .product-item {
  border: 2px solid #E4007F;
}
.c-only-product__list .product-more a {
  background-color: #E4007F;
}
.c-only-product__list .chara {
  position: absolute;
  bottom: -23.7333333333vw;
  left: 6.4vw;
  width: 76vw;
}
.c-only-check {
  margin-bottom: 10vw;
}
.c-only-campaign .campaign-ttl {
  text-align: center;
  margin-bottom: 7.3333333333vw;
}
.c-only-campaign .campaign-ttl img {
  width: 86.1333333333vw;
}
.c-only-campaign .campaign-block .block-ttl {
  background: #E4007F;
}
.c-only-campaign .campaign-block .block-ttl img {
  width: 77.0666666667vw;
}

@media only screen and (min-width: 769px) {
  .c-only {
    padding: 110px 0 265px;
  }
  .c-only:before {
    height: 935px;
  }
  .c-only:after {
    width: 706px;
    height: 706px;
  }
  .c-only-ttl {
    margin-bottom: 30px;
  }
  .c-only-ttl .chara01 {
    width: 174px;
    top: -32px;
    left: -40px;
  }
  .c-only-ttl .chara02 {
    width: 80px;
    bottom: 20px;
    right: -40px;
  }
  .c-only-product__pickup {
    border-radius: 210px 40px 40px 40px/210px 40px 40px 40px;
  }
  .c-only-product__pickup .product-img {
    margin-bottom: 35px;
  }
  .c-only-product__pickup .product-img img {
    width: 410px;
  }
  .c-only-product__pickup .chara01 {
    width: 134px;
    left: 27px;
    bottom: -30px;
  }
  .c-only-product__pickup .chara02 {
    width: 208px;
    right: -12px;
    bottom: -30px;
  }
  .c-only-product__list {
    margin-bottom: 250px;
  }
  .c-only-product__list .chara {
    bottom: -178px;
    left: 48px;
    width: 570px;
  }
  .c-only-check {
    margin-bottom: 75px;
  }
  .c-only-campaign .campaign-ttl {
    margin-bottom: 55px;
  }
  .c-only-campaign .campaign-ttl img {
    width: 646px;
  }
  .c-only-campaign .campaign-block .block-ttl img {
    width: 578px;
  }
}
.c-recommend {
  padding: 12.2666666667vw 0 0;
  background-image: url(../images/recommend-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.c-recommend__in {
  position: relative;
  z-index: 1;
}
.c-recommend-ttl {
  margin-bottom: 26vw;
}
.c-recommend-ttl .chara01 {
  width: 27.2vw;
  top: -10vw;
  right: -4.8vw;
}
.c-recommend-ttl .chara02 {
  width: 17.7333333333vw;
  bottom: 3.4666666667vw;
  left: 3.4666666667vw;
}
.c-recommend-more {
  text-align: center;
  background: #FCCDDD;
  padding: 6.9333333333vw 0 13.3333333333vw;
}
.c-recommend-more a {
  display: inline-block;
  width: 82.1333333333vw;
}
.c-recommend-sec {
  position: relative;
  padding-bottom: 31.3333333333vw;
}
.c-recommend-sec:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -2.6666666667vw;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.c-recommend-sec .sec__in {
  position: relative;
  z-index: 1;
}
.c-recommend-sec .sec-ttl {
  text-align: center;
}
.c-recommend-sec .sec-ttl .ttl__in {
  display: inline-block;
  position: relative;
  margin-top: -21.3333333333vw;
}
.c-recommend-sec .sec-ttl .ttl img {
  width: 67.7333333333vw;
}
.c-recommend-sec .sec-ttl .chara {
  position: absolute;
}
.c-recommend-sec .sec-lead {
  margin: 1.2em 0;
}
.c-recommend-sec01 {
  background: #E8343A;
}
.c-recommend-sec01:before {
  background-image: url(../images/recommend-sec01-bg.svg);
}
.c-recommend-sec01 .sec-ttl .chara {
  width: 18.4vw;
  bottom: -8.5333333333vw;
  left: -11.4666666667vw;
}
.c-recommend-sec01 .recommend-product__pickup .product-more a {
  background-color: #CD014A;
}
.c-recommend-sec01 .recommend-product__list .product-more a {
  background-color: #CD014A;
}
.c-recommend-sec02 {
  background: #0E6FB7;
}
.c-recommend-sec02:before {
  background-image: url(../images/recommend-sec02-bg.svg);
}
.c-recommend-sec02 .sec-ttl .chara {
  width: 19.6vw;
  bottom: -5.8666666667vw;
  right: -6.1333333333vw;
}
.c-recommend-sec02 .recommend-product__pickup .product-more a {
  background-color: #108AE3;
}
.c-recommend-sec02 .recommend-product__list .product-more a {
  background-color: #108AE3;
}
.c-recommend-sec03 {
  background: #00A19A;
}
.c-recommend-sec03:before {
  background-image: url(../images/recommend-sec03-bg.svg);
}
.c-recommend-sec03 .sec-ttl .chara {
  width: 19.7333333333vw;
  bottom: -8vw;
  left: -6.6666666667vw;
}
.c-recommend-sec03 .recommend-product__pickup .product-more a {
  background-color: #E74715;
}
.c-recommend-sec03 .recommend-product__list .product-more a {
  background-color: #E74715;
}
.c-recommend-sec04 {
  background: #EB709B;
  padding-bottom: 10.6666666667vw;
}
.c-recommend-sec04:before {
  background-image: url(../images/recommend-sec04-bg.svg);
}
.c-recommend-sec04 .sec-ttl .chara {
  width: 21.8666666667vw;
  bottom: -8.5333333333vw;
  right: -12.8vw;
}
.c-recommend-sec04 .recommend-product__pickup .product-more a {
  background-color: #1094B7;
}
.c-recommend-sec04 .recommend-product__list .product-more a {
  background-color: #1094B7;
}
.c-recommend .recommend-product__pickup {
  border: 1px solid #2F2F2F;
  border-radius: 44vw 44vw 5.3333333333vw 5.3333333333vw/44vw 44vw 5.3333333333vw 5.3333333333vw;
  margin-bottom: 1.3333333333vw;
}
.c-recommend .recommend-product__list .product-item {
  border: 1px solid #2F2F2F;
}

@media only screen and (min-width: 769px) {
  .c-recommend {
    padding: 92px 0 0;
  }
  .c-recommend-ttl {
    margin-bottom: 195px;
  }
  .c-recommend-ttl .chara01 {
    width: 204px;
    top: -75px;
    right: -36px;
  }
  .c-recommend-ttl .chara02 {
    width: 133px;
    bottom: 26px;
    left: 26px;
  }
  .c-recommend-more {
    padding: 52px 0 100px;
  }
  .c-recommend-more a {
    width: 616px;
  }
  .c-recommend-sec {
    padding-bottom: 235px;
  }
  .c-recommend-sec:before {
    top: -20px;
  }
  .c-recommend-sec .sec-ttl .ttl__in {
    margin-top: -160px;
  }
  .c-recommend-sec .sec-ttl .ttl img {
    width: 508px;
  }
  .c-recommend-sec01 .sec-ttl .chara {
    width: 138px;
    bottom: -64px;
    left: -86px;
  }
  .c-recommend-sec02 .sec-ttl .chara {
    width: 147px;
    bottom: -44px;
    right: -46px;
  }
  .c-recommend-sec03 .sec-ttl .chara {
    width: 148px;
    bottom: -60px;
    left: -50px;
  }
  .c-recommend-sec04 {
    padding-bottom: 80px;
  }
  .c-recommend-sec04 .sec-ttl .chara {
    width: 164px;
    bottom: -64px;
    right: -96px;
  }
  .c-recommend .recommend-product__pickup {
    border-radius: 330px 330px 40px 40px/330px 330px 40px 40px;
    margin-bottom: 10px;
  }
}
.c-present {
  padding: 14.9333333333vw 0 7.7333333333vw;
  background-color: #F5CB51 !important;
}
.c-present__in {
  position: relative;
  z-index: 1;
}
.c-present-ttl {
  margin-bottom: 6.6666666667vw;
}
.c-present-ttl .chara01 {
  width: 23.3333333333vw;
  top: -5.7333333333vw;
  right: -2.2666666667vw;
}
.c-present-ttl .chara02 {
  width: 19.4666666667vw;
  bottom: 2.9333333333vw;
  left: -2.6666666667vw;
}
.c-present-campaign .campaign-block .block-ttl {
  background: #036EB8;
}
.c-present-campaign .campaign-block .block-ttl img {
  width: 74.9333333333vw;
}
.c-present-campaign .bnr2, .c-present-campaign .end2 {
  margin-top: 8vw;
}
.c-present-campaign-txt {
  font-size: 2.6666666667vw;
  margin-top: 1.5em;
}

@media only screen and (min-width: 769px) {
  .c-present {
    padding: 112px 0 58px;
  }
  .c-present-ttl {
    margin-bottom: 50px;
  }
  .c-present-ttl .chara01 {
    width: 175px;
    top: -43px;
    right: -17px;
  }
  .c-present-ttl .chara02 {
    width: 146px;
    bottom: 22px;
    left: -20px;
  }
  .c-present-campaign .campaign-block .block-ttl img {
    width: 562px;
  }
  .c-present-campaign .bnr2, .c-present-campaign .end2 {
    margin-top: 60px;
  }
  .c-present-campaign-txt {
    font-size: 20px;
  }
}
.c-bag {
  padding: 13.3333333333vw 0 8.6666666667vw;
  background-color: #F2F8FF !important;
}
.c-bag-ttl {
  text-align: center;
  margin-bottom: 4.6666666667vw;
}
.c-bag-ttl img {
  width: 80vw;
}
.c-bag-txt {
  padding: 0 6vw;
  font-size: 2.6666666667vw;
  margin-top: 1.5em;
}

@media only screen and (min-width: 769px) {
  .c-bag {
    padding: 100px 0 65px;
  }
  .c-bag-ttl {
    margin-bottom: 35px;
  }
  .c-bag-ttl img {
    width: 600px;
  }
  .c-bag-txt {
    padding: 0 45px;
    font-size: 20px;
  }
}
.c-wallpaper {
  padding: 10.6666666667vw 0 13.3333333333vw;
  background-color: #F5F5E7 !important;
  text-align: center;
}
.c-wallpaper-img {
  position: relative;
  margin-bottom: 2.6666666667vw;
}
.c-wallpaper-img .icon {
  position: absolute;
  left: 4.6666666667vw;
  top: -2.6666666667vw;
  width: 18.4vw;
  z-index: 1;
}
.c-wallpaper-img .txt {
  position: absolute;
  top: 4vw;
  left: 50%;
  transform: translateX(-50%);
  background: #F5F5E7;
  border-radius: 3.7333333333vw;
  width: 57.6vw;
  line-height: 7.4666666667vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #4DC764;
}
.c-wallpaper-more {
  font-size: 2.6666666667vw;
}
.c-wallpaper-more a {
  display: inline-block;
  width: 82.1333333333vw;
  margin-bottom: 2em;
}

@media only screen and (min-width: 769px) {
  .c-wallpaper {
    padding: 80px 0 100px;
  }
  .c-wallpaper-img {
    margin-bottom: 20px;
  }
  .c-wallpaper-img .icon {
    left: 35px;
    top: -20px;
    width: 138px;
  }
  .c-wallpaper-img .txt {
    top: 30px;
    border-radius: 28px;
    width: 432px;
    line-height: 56px;
    font-size: 28px;
  }
  .c-wallpaper-more {
    font-size: 20px;
  }
  .c-wallpaper-more a {
    width: 616px;
  }
}
.c-allitem {
  position: relative;
  z-index: 100;
  text-align: center;
  background: #FCCDDD;
  padding: 6.9333333333vw 0 13.3333333333vw;
}
.c-allitem a {
  display: inline-block;
  width: 82.1333333333vw;
}

@media only screen and (min-width: 769px) {
  .c-allitem {
    padding: 52px 0 100px;
  }
  .c-allitem a {
    width: 616px;
  }
}
.c-bnr {
  padding: 12vw 0 18.6666666667vw;
}
.c-bnr-pickup {
  margin-bottom: 13.3333333333vw;
}
.c-bnr-list {
  padding: 0 2vw;
}
.c-bnr-list > div {
  margin-bottom: 4vw;
  font-size: 2.6666666667vw;
  text-align: center;
}
.c-bnr-list > div a {
  display: block;
  margin-bottom: 2em;
}
.c-bnr-list > div:last-child {
  margin-bottom: 0;
}
.c-bnr-list img {
  border-radius: 5.3333333333vw;
}

@media only screen and (min-width: 769px) {
  .c-bnr {
    padding: 90px 0 140px;
  }
  .c-bnr-pickup {
    margin-bottom: 100px;
  }
  .c-bnr-list {
    padding: 0 15px;
  }
  .c-bnr-list > div {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .c-bnr-list img {
    border-radius: 40px;
  }
}
.c-foot {
  padding: 0 0 4vw;
  background-color: #E7A9BC !important;
}
.c-foot-img {
  margin-bottom: 8vw;
}
.c-foot-txt {
  padding: 0 4.9333333333vw;
}
.c-foot-txt .caution {
  font-size: 2.6666666667vw;
  color: #000;
  margin-top: 1em;
}

@media only screen and (min-width: 769px) {
  .c-foot {
    padding: 0 0 30px;
  }
  .c-foot-img {
    margin-bottom: 60px;
  }
  .c-foot-txt {
    padding: 0 37px;
  }
  .c-foot-txt .caution {
    font-size: 20px;
  }
}/*# sourceMappingURL=map/page.css.map */
