@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*------------------------------------------
  Base Layout
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  background: #fff;
  color: #000;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 13px;
  }
  a {
    transition: opacity 0.4s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}
/*------------------------------------------
  layout
------------------------------------------*/
.l-wrapper {
  overflow: hidden;
  opacity: 0;
}
.l-wrapper.is--active {
  opacity: 1;
  transition: 1s;
}

.l-main {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-main {
    z-index: 1000;
    width: 375px;
    margin-left: 50px;
    box-shadow: 0px 0px 10px 0px #a1d6d1;
  }
}
@media only screen and (min-width: 1025px) {
  .l-main {
    margin-left: auto;
    margin-right: calc(46% - 187.5px);
    box-shadow: none;
  }
  .l-main__inner {
    height: 100vh;
    box-shadow: 0px 0px 10px 0px #a1d6d1;
    position: relative;
    z-index: 1;
  }
}
.l-inner {
  padding-left: 6.6666666667vw;
  padding-right: 6.6666666667vw;
}

@media only screen and (min-width: 768px) {
  .l-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.l-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-overflow-y: auto;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 999;
}
.l-nav:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/patt01.png) repeat;
  background-size: 50.1333333333vw;
}
.l-nav__inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.l-nav ul {
  width: 66.6666666667vw;
  text-align: center;
}
.l-nav ul li {
  margin-bottom: 2.6666666667vw;
}
.l-nav ul li:last-child {
  margin-bottom: 0;
}
.l-nav ul a {
  display: block;
  color: #fff;
  font-size: 3.7333333333vw;
  line-height: 10.6666666667vw;
  border-radius: 6.6666666667vw;
  position: relative;
}
.l-nav ul a:after {
  content: "";
  position: absolute;
  width: 1.6vw;
  height: 1.6vw;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.l-nav ul .navlink01,
.l-nav ul .navlink04,
.l-nav ul .navlink07 {
  background: #EF93BB;
}
.l-nav ul .navlink02,
.l-nav ul .navlink05,
.l-nav ul .navlink08 {
  background: #7BCCC4;
}
.l-nav ul .navlink03,
.l-nav ul .navlink06,
.l-nav ul .navlink09 {
  background: #F6B5B2;
}
.l-nav ul .sitetop:after {
  right: 6.9333333333vw;
  margin-top: -0.2666666667vw;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.l-nav ul .sitetop img {
  width: 25.8666666667vw;
  vertical-align: middle;
}
.l-nav ul .scroll:after {
  right: 6.4vw;
  margin-top: -0.8vw;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (min-width: 768px) {
  .l-nav {
    display: block !important;
    opacity: 1 !important;
    width: calc(100% - 425px);
    left: auto;
  }
  .l-nav:before {
    background-size: 188px;
  }
  .l-nav__cs {
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: "Overpass", sans-serif;
    font-size: 24px;
    color: #3c3c3c;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .l-nav ul {
    position: relative;
    width: 250px;
  }
  .l-nav ul::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.7;
  }
  .l-nav ul li {
    margin-bottom: 10px;
  }
  .l-nav ul a {
    font-size: 14px;
    line-height: 1.5;
    border-radius: 10px;
    padding: 10px 0;
    font-weight: 500;
  }
  .l-nav ul a:after {
    width: 6px;
    height: 6px;
  }
  .l-nav ul .sitetop:after {
    right: 26px;
    margin-top: -1px;
  }
  .l-nav ul .sitetop img {
    width: 97px;
  }
  .l-nav ul .scroll:after {
    right: 24px;
    margin-top: -3px;
  }
}
@media only screen and (min-width: 1025px) {
  .l-nav {
    width: calc(46% - 187.5px);
  }
}
/*------------------------------------------
  header
------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  padding: 0 5.3333333333vw 0 3.4666666667vw;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
  height: 11.2vw;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.l-header__logo {
  width: 25.8666666667vw;
}
.l-header__trigger {
  width: 5.3333333333vw;
  height: 2.6666666667vw;
  position: relative;
  margin-left: auto;
  cursor: pointer;
}
.l-header__trigger span {
  position: absolute;
  width: 100%;
  height: 0.5333333333vw;
  background: #E73273;
  left: 0;
}
.l-header__trigger span:first-child {
  top: 0;
}
.l-header__trigger span:last-child {
  bottom: 0;
}
.l-header.is--active {
  background: none;
  box-shadow: none;
}

@media only screen and (min-width: 768px) {
  .l-header {
    display: none;
  }
}
/*------------------------------------------
  footer
------------------------------------------*/
.l-footer {
  padding: 10.6666666667vw 0;
  text-align: center;
  background: linear-gradient(90deg, #fdeff5 0%, #fdeff5 30%, #edfeff 100%);
}
.l-footer__logo {
  margin-bottom: 7.2vw;
}
.l-footer__logo img {
  width: 33.8666666667vw;
}
.l-footer__copy {
  font-size: 2.6666666667vw;
  font-weight: 400;
}

.pagetop {
  position: fixed;
  z-index: 998;
  bottom: 5.3333333333vw;
  right: 2.6666666667vw;
}
.pagetop a {
  display: block;
}
.pagetop img {
  width: 10.1333333333vw;
}

@media only screen and (min-width: 768px) {
  .l-footer {
    padding: 40px 0;
  }
  .l-footer__logo {
    margin-bottom: 27px;
  }
  .l-footer__logo img {
    width: 127px;
  }
  .l-footer__copy {
    font-size: 10px;
  }
  .pagetop {
    bottom: 20px;
    right: auto;
    left: 377px;
  }
  .pagetop img {
    width: 38px;
  }
}
@media only screen and (min-width: 1025px) {
  .pagetop {
    left: auto;
    right: calc(46% - 187.5px);
    margin-right: 10px;
  }
}
/*------------------------------------------
  project
------------------------------------------*/
section {
  position: relative;
}

/* ========== mv ========== */
.p-mv {
  padding: 11.2vw 0 0;
  overflow: hidden;
}
.p-mv .pc-mv {
  display: none;
}
.p-mv .mv-date {
  position: absolute;
  left: 8.2666666667vw;
  top: 8.5333333333vw;
  z-index: 1;
}
.p-mv .mv-date img {
  width: 26.6666666667vw;
}
.p-mv .mv-ttl {
  position: relative;
  text-align: center;
  width: 62.9333333333vw;
  margin: 26.6666666667vw auto 0;
  text-align: center;
  z-index: 1;
}
.p-mv .mv-ttl span {
  display: block;
  opacity: 0;
  transform: translateY(-20%);
}
.p-mv .mv-ttl .ttl01 img {
  width: 36.2666666667vw;
}
.p-mv .mv-ttl .ttl02 {
  margin-top: -0.2666666667vw;
}
.p-mv .mv-ttl .ttl02 img {
  width: 31.4666666667vw;
}
.p-mv .mv-ttl .ttl03 {
  margin-top: -2.4vw;
  position: relative;
}
.p-mv .mv-ttl .ttl03 img {
  width: 62.9333333333vw;
}
.p-mv .mv-ttl .ttl03 i {
  position: absolute;
  width: 25.0666666667vw;
}
.p-mv .mv-ttl .ttl03 i img {
  width: 100%;
  mix-blend-mode: screen;
}
.p-mv .mv-ttl .ttl03 .shine-l {
  left: -2.9333333333vw;
  top: -10.1333333333vw;
}
.p-mv .mv-ttl .ttl03 .shine-r {
  right: -8.2666666667vw;
  bottom: -2.1333333333vw;
}
.p-mv .mv-catch {
  position: absolute;
  z-index: 1;
  top: 21.0666666667vw;
  right: 10.9333333333vw;
  opacity: 0;
}
.p-mv .mv-catch img {
  width: 17.3333333333vw;
}
.p-mv .mv-lead {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 4.5333333333vw;
  z-index: 1;
}
.p-mv .mv-lead img {
  width: 89.6vw;
}
.p-mv .mv-bg {
  position: absolute;
  top: 0;
}
.p-mv .mv-bg img {
  width: 47.7333333333vw;
}
.p-mv .mv-bg--l {
  left: 0;
  animation: mvBgL 4s 1s ease-in-out infinite;
}
.p-mv .mv-bg--r {
  right: 0;
  animation: mvBgR 4s 1s ease-in-out infinite;
}
.p-mv.is--active .mv-ttl span {
  opacity: 1;
  transform: translateY(0);
}
.p-mv.is--active .mv-ttl .ttl01 {
  transition: 0.6s 1s;
}
.p-mv.is--active .mv-ttl .ttl02 {
  transition: 0.6s 2s;
}
.p-mv.is--active .mv-ttl .ttl03 {
  transition: 0.6s 3s;
}
.p-mv.is--active .mv-catch {
  opacity: 1;
  transition: opacity 1s 1s;
}

@keyframes mvBgL {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 5.3333333333vw;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes mvBgR {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -5.3333333333vw;
  }
  100% {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-mv {
    height: 538px;
    padding: 0;
  }
  .p-mv .sp-mv {
    display: none;
  }
  .p-mv .pc-mv {
    display: block;
    background: url(../images/pc-mv-bg.png) no-repeat 50% 50%/cover;
  }
  .p-mv .mv-date {
    left: 31px;
    top: -10px;
  }
  .p-mv .mv-date img {
    width: 100px;
  }
  .p-mv .mv-ttl {
    margin-top: 100px;
    width: 236px;
  }
  .p-mv .mv-ttl .ttl01 img {
    width: 136px;
  }
  .p-mv .mv-ttl .ttl02 {
    margin-top: -1px;
  }
  .p-mv .mv-ttl .ttl02 img {
    width: 118px;
  }
  .p-mv .mv-ttl .ttl03 {
    margin-top: -9px;
  }
  .p-mv .mv-ttl .ttl03 img {
    width: 236px;
  }
  .p-mv .mv-ttl .ttl03 i {
    width: 94px;
  }
  .p-mv .mv-ttl .ttl03 .shine-l {
    left: -11px;
    top: -38px;
  }
  .p-mv .mv-ttl .ttl03 .shine-r {
    right: -31px;
    bottom: -8px;
  }
  .p-mv .mv-catch {
    top: 38px;
    right: 41px;
  }
  .p-mv .mv-catch img {
    width: 65px;
  }
  .p-mv .mv-lead {
    margin-top: 17px;
  }
  .p-mv .mv-lead img {
    width: 336px;
  }
  .p-mv .mv-bg {
    top: -42px;
  }
  .p-mv .mv-bg img {
    width: 179px;
  }
  @keyframes mvBgL {
    0% {
      margin-top: 0;
    }
    50% {
      margin-top: 20px;
    }
    100% {
      margin-top: 0;
    }
  }
  @keyframes mvBgR {
    0% {
      margin-top: 0;
    }
    50% {
      margin-top: -20px;
    }
    100% {
      margin-top: 0;
    }
  }
}
@media only screen and (min-width: 1025px) {
  .p-mv {
    height: 100vh;
    width: calc(54% - 187.5px);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/pc-mv-bg.png) no-repeat 50% 50%/cover;
  }
  .p-mv .pc-mv {
    background: none;
  }
  .p-mv__inner {
    position: relative;
    width: 88%;
    max-width: 470px;
    margin: auto;
    transform: scale(0.85);
    z-index: 1;
  }
  .p-mv .mv-date {
    width: clamp(50px, 26%, 142px);
    left: clamp(10px, 8.2%, 44px);
    top: 0;
  }
  .p-mv .mv-date img {
    width: 100%;
  }
  .p-mv .mv-ttl {
    position: relative;
    margin-top: 0;
    width: 72%;
    max-width: 337px;
  }
  .p-mv .mv-ttl .ttl01 img {
    width: 58%;
  }
  .p-mv .mv-ttl .ttl02 {
    margin-top: -1px;
  }
  .p-mv .mv-ttl .ttl02 img {
    width: 50%;
  }
  .p-mv .mv-ttl .ttl03 {
    margin-top: -13px;
  }
  .p-mv .mv-ttl .ttl03 img {
    width: 100%;
  }
  .p-mv .mv-ttl .ttl03 i {
    width: 39%;
    max-width: 134px;
  }
  .p-mv .mv-ttl .ttl03 .shine-l {
    left: -15px;
    top: -54px;
  }
  .p-mv .mv-ttl .ttl03 .shine-r {
    right: -44px;
    bottom: -11px;
  }
  .p-mv .mv-catch {
    top: -91px;
    right: 15px;
    width: 20%;
    max-width: 93px;
  }
  .p-mv .mv-catch img {
    width: 100%;
  }
  .p-mv .mv-lead {
    margin-top: 24px;
  }
  .p-mv .mv-lead img {
    width: 100%;
  }
  .p-mv .mv-bg {
    width: 47%;
    height: calc(100vh + 40px);
    top: -20px;
  }
  .p-mv .mv-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-mv .mv-bg--l img {
    -o-object-position: right center;
       object-position: right center;
  }
  .p-mv .mv-bg--r img {
    -o-object-position: left center;
       object-position: left center;
  }
}
/* ========== lead ========== */
.p-lead {
  padding: 8vw 0 10.6666666667vw;
  background-size: 100%;
}
.p-lead__head {
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
.p-lead__head .head-ttl img {
  width: 79.4666666667vw;
}
.p-lead .lead-message {
  text-align: center;
  font-size: 3.7333333333vw;
  line-height: 2;
  margin-bottom: 6.4vw;
}
.p-lead .lead-message p {
  margin-bottom: 2em;
}
.p-lead .lead-message p:last-child {
  margin-bottom: 0;
}
.p-lead .lead-message .marker {
  /* autoprefixer: off */
  background: -webkit-linear-gradient(left, #FFF67F 50%, transparent 50%);
  background: -moz-linear-gradient(left, #FFF67F 50%, transparent 50%);
  background: linear-gradient(left, #FFF67F 50%, transparent 50%);
  /* autoprefixer: on */
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 0.5em;
  transition: 2s;
}
.p-lead .lead-message .marker.js-scr-active {
  background-position: 0% 0.5em;
}
.p-lead .lead-date {
  margin-bottom: 6.4vw;
  text-align: center;
  color: #97d2cc;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
.p-lead .lead-date span {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid;
}
.p-lead .lead-btn {
  text-align: center;
}
.p-lead .lead-img {
  position: relative;
}
.p-lead .lead-img__caution {
  position: absolute;
  left: 6.6666666667vw;
  bottom: -6.1333333333vw;
}
.p-lead .lead-img__caution p {
  font-size: 2.6666666667vw;
  line-height: 1.6;
}
.p-lead .lead-img__caution p:first-child {
  width: 39.7333333333vw;
}

@media only screen and (min-width: 768px) {
  .p-lead {
    padding: 35px 0 40px;
  }
  .p-lead__head {
    margin-bottom: 25px;
  }
  .p-lead__head .head-ttl img {
    width: 298px;
  }
  .p-lead .lead-message {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .p-lead .lead-date {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .p-lead .lead-img__caution {
    left: 25px;
    bottom: -23px;
  }
  .p-lead .lead-img__caution p {
    font-size: 10px;
  }
  .p-lead .lead-img__caution p:first-child {
    width: 149px;
  }
}
/* ========== pickup ========== */
.p-pickup {
  padding: 1em 0 10.6666666667vw;
}
.p-pickup:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/pickup-bg.png) repeat-y center top;
  background-size: 149.6vw;
}
.p-pickup:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.p-pickup__inner {
  position: relative;
  z-index: 1;
}
.p-pickup__head {
  position: relative;
  z-index: 1;
}
.p-pickup__contents {
  position: relative;
}
.p-pickup__contents:before {
  content: "";
  width: 100%;
  height: 291.2vw;
  position: absolute;
  top: -3.2vw;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  opacity: 0.8;
}
.p-pickup .pickup-lead {
  font-size: 3.7333333333vw;
  line-height: 1.857;
  position: relative;
  z-index: 1;
  margin-bottom: 6.4vw;
}
.p-pickup .pickup-item {
  position: relative;
  z-index: 1;
  margin-bottom: 6.6666666667vw;
  background: #fff;
  padding: 9.3333333333vw 0 0;
}
.p-pickup .pickup-item:last-child {
  margin-bottom: 0;
}
.p-pickup .pickup-item .item-label {
  position: absolute;
  top: -1.6vw;
  left: -1.6vw;
}
.p-pickup .pickup-item .item-label img {
  width: auto;
  height: 9.0666666667vw;
}
.p-pickup .pickup-item .item-badge {
  position: absolute;
}
.p-pickup .pickup-item .item-badge img {
  width: 18.6666666667vw;
}
.p-pickup .pickup-item .item-img img {
  width: 100%;
}
.p-pickup .pickup-item .item-ttl {
  position: relative;
  z-index: 1;
  padding: 0 5.3333333333vw;
}
.p-pickup .pickup-item .item-ttl__name {
  line-height: 1.1;
}
.p-pickup .pickup-item .item-ttl__name .en {
  font-family: "Overpass", sans-serif;
  font-size: 9.0666666667vw;
  font-weight: 900;
}
.p-pickup .pickup-item .item-ttl__name .ja {
  font-size: 3.7333333333vw;
  margin-top: -0.3em;
}
.p-pickup .pickup-item .item-ttl__name.pink {
  margin-bottom: 5.3333333333vw;
}
.p-pickup .pickup-item .item-ttl__name.pink .en::first-letter {
  color: #E84570;
}
.p-pickup .pickup-item .item-ttl__name.gold {
  margin-bottom: 2.6666666667vw;
}
.p-pickup .pickup-item .item-ttl__name.gold .en::first-letter {
  color: #C6AF64;
}
.p-pickup .pickup-item .item-ttl__catch p {
  margin-bottom: 0.5333333333vw;
  line-height: 1.857;
}
.p-pickup .pickup-item .item-ttl__catch p:last-child {
  margin-bottom: 0;
}
.p-pickup .pickup-item .item-ttl__catch span {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 3.7333333333vw;
  padding: 0 0.7em;
}
.p-pickup .pickup-item .item-ttl__catch.pink span {
  background: #E84570;
}
.p-pickup .pickup-item .item-ttl__catch.gold span {
  background: #C6AF64;
}
.p-pickup .pickup-item .item-txt {
  padding: 0 8vw 8vw;
  line-height: 1.45;
}
.p-pickup .pickup-item .item-txt .name {
  font-style: 3.7333333333vw;
  font-weight: 700;
  margin-bottom: 0.3em;
}
.p-pickup .pickup-item .item-txt .price {
  font-style: 3.7333333333vw;
  font-weight: 700;
}
.p-pickup .pickup-item .item-txt .price span {
  font-size: 2.6666666667vw;
}
.p-pickup .pickup-item .item-txt .txt {
  line-height: 1.846;
  margin-top: 1em;
}
.p-pickup .pickup-item01 {
  margin-bottom: 8vw;
  background: none;
  padding-top: 0;
}
.p-pickup .pickup-item01 .item-label {
  left: 0;
  top: 27.2vw;
}
.p-pickup .pickup-item01 .item-badge {
  top: 1.8666666667vw;
  right: 0;
}
.p-pickup .pickup-item01 .item-ttl {
  padding-top: 36vw;
  margin-bottom: 4vw;
}
.p-pickup .pickup-item01 .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-pickup .pickup-item01 .item-txt {
  padding: 0 2.6666666667vw 4vw;
}
.p-pickup .pickup-item02 .item-badge {
  top: -2.6666666667vw;
  right: -2.6666666667vw;
}
.p-pickup .pickup-item02 .item-ttl {
  margin-bottom: 2.6666666667vw;
}
.p-pickup .pickup-item02 .item-img {
  margin-bottom: 1.6vw;
}
.p-pickup .pickup-item03 .item-badge {
  top: 49.3333333333vw;
  left: 5.3333333333vw;
}
.p-pickup .pickup-item03 .item-img {
  margin-top: -21.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
.p-pickup .pickup-item04 .item-badge {
  top: 42.6666666667vw;
  right: 3.7333333333vw;
}
.p-pickup .pickup-item04 .item-ttl {
  margin-bottom: 2.6666666667vw;
}
.p-pickup .pickup-item04 .item-ttl__name .en {
  font-size: 7.7333333333vw;
}
.p-pickup .pickup-item04 .item-img {
  margin-bottom: 1.6vw;
}

@media only screen and (min-width: 768px) {
  .p-pickup {
    padding: 1em 0 40px;
  }
  .p-pickup:before {
    background-size: 561px;
  }
  .p-pickup__contents:before {
    height: 1092px;
    top: -12px;
  }
  .p-pickup .pickup-lead {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .p-pickup .pickup-item {
    margin-bottom: 25px;
    padding: 35px 0 0;
  }
  .p-pickup .pickup-item .item-label {
    top: -6px;
    left: -6px;
  }
  .p-pickup .pickup-item .item-label img {
    height: 34px;
  }
  .p-pickup .pickup-item .item-badge img {
    width: 70px;
  }
  .p-pickup .pickup-item .item-ttl {
    padding: 0 20px;
  }
  .p-pickup .pickup-item .item-ttl__name .en {
    font-size: 34px;
  }
  .p-pickup .pickup-item .item-ttl__name .ja {
    font-size: 14px;
  }
  .p-pickup .pickup-item .item-ttl__name.pink {
    margin-bottom: 20px;
  }
  .p-pickup .pickup-item .item-ttl__name.gold {
    margin-bottom: 10px;
  }
  .p-pickup .pickup-item .item-ttl__catch p {
    margin-bottom: 2px;
  }
  .p-pickup .pickup-item .item-ttl__catch span {
    font-size: 14px;
  }
  .p-pickup .pickup-item .item-txt {
    padding: 0 20px 30px;
  }
  .p-pickup .pickup-item .item-txt .name {
    font-style: 14px;
  }
  .p-pickup .pickup-item .item-txt .price {
    font-style: 14px;
  }
  .p-pickup .pickup-item .item-txt .price span {
    font-size: 10px;
  }
  .p-pickup .pickup-item01 {
    margin-bottom: 30px;
  }
  .p-pickup .pickup-item01 .item-label {
    top: 102px;
  }
  .p-pickup .pickup-item01 .item-badge {
    top: 7px;
  }
  .p-pickup .pickup-item01 .item-ttl {
    padding-top: 135px;
    margin-bottom: 15px;
  }
  .p-pickup .pickup-item01 .item-txt {
    padding: 0 10px 15px;
  }
  .p-pickup .pickup-item02 .item-badge {
    top: -10px;
    right: -10px;
  }
  .p-pickup .pickup-item02 .item-ttl {
    margin-bottom: 10px;
  }
  .p-pickup .pickup-item02 .item-img {
    margin-bottom: 6px;
  }
  .p-pickup .pickup-item03 .item-badge {
    top: 185px;
    left: 20px;
  }
  .p-pickup .pickup-item03 .item-img {
    margin-top: -80px;
    margin-bottom: 10px;
  }
  .p-pickup .pickup-item04 .item-badge {
    top: 160px;
    right: 14px;
  }
  .p-pickup .pickup-item04 .item-ttl {
    margin-bottom: 10px;
  }
  .p-pickup .pickup-item04 .item-ttl__name .en {
    font-size: 29px;
  }
  .p-pickup .pickup-item04 .item-img {
    margin-bottom: 6px;
  }
}
/* ========== items ========== */
.p-items {
  padding: 0 0 9.3333333333vw;
  background: #FFF url(../images/patt01.png) repeat;
  background-size: 50.1333333333vw;
}

@media only screen and (min-width: 768px) {
  .p-items {
    padding: 0 0 35px;
    background-size: 188px;
  }
}
/* ========== products ========== */
.p-products {
  position: relative;
  padding: 10.6666666667vw 0 0;
}
.p-products__head {
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
.p-products__head .head-ttl {
  margin-bottom: 2.6666666667vw;
}
.p-products__head .head-ttl img {
  width: 100%;
}
.p-products__head .head-lead {
  line-height: 1.7;
}
.p-products__contents {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .p-products {
    padding: 40px 0 0;
  }
  .p-products__head {
    margin-bottom: 20px;
  }
  .p-products__head .head-ttl {
    margin-bottom: 10px;
  }
}
/* ========== spring ========== */
.p-spring {
  padding: 14.6666666667vw 0 21.3333333333vw;
  background-color: #FFFEEE;
  background-image: url(../images/spring-bg-l.png), url(../images/spring-bg-r.png);
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
  background-size: 12.2666666667vw;
}
.p-spring:before, .p-spring:after {
  content: "";
  width: 100%;
  height: 14.1333333333vw;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.p-spring:before {
  top: 0;
  background-image: url(../images/spring-bg-t.png);
}
.p-spring:after {
  bottom: 0;
  background-image: url(../images/spring-bg-b.png);
}
.p-spring__inner {
  position: relative;
  z-index: 1;
}
.p-spring__head {
  margin-bottom: 10.6666666667vw;
}
.p-spring__head .head-ttl {
  margin-bottom: 6.6666666667vw;
}
.p-spring__head .head-lead {
  padding: 0 8vw;
  line-height: 2;
}
.p-spring .spring-item {
  margin-bottom: 13.3333333333vw;
}
.p-spring .spring-item:last-child {
  margin-bottom: 0;
}
.p-spring .spring-item .item-logo {
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
.p-spring .spring-item .item-logo img {
  width: 56.2666666667vw;
}
.p-spring .spring-item .item-img {
  margin-bottom: 2.6666666667vw;
}
.p-spring .spring-item .item-comment {
  position: relative;
  margin-bottom: 6.6666666667vw;
}
.p-spring .spring-item .item-comment__txt {
  position: relative;
  font-size: 3.2vw;
  padding: 0.5em 1em;
  line-height: 1.66;
}
.p-spring .spring-item .item-comment__txt:before, .p-spring .spring-item .item-comment__txt:after {
  content: "";
  position: absolute;
  width: 5.3333333333vw;
  height: 8vw;
}
.p-spring .spring-item .item-comment__txt:before {
  top: 0;
  left: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.p-spring .spring-item .item-comment__txt:after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.p-spring .spring-item .item-comment__author {
  font-size: 2.9333333333vw;
  font-weight: 700;
  margin-top: 0.5em;
}
.p-spring .spring-item .item-question {
  margin-bottom: 5.3333333333vw;
}
.p-spring .spring-item .item-question__label {
  margin-bottom: 5.3333333333vw;
}
.p-spring .spring-item .item-question__catch {
  margin-bottom: 5.3333333333vw;
}
.p-spring .spring-item .item-question__answer {
  line-height: 1.84;
  padding: 0 8vw;
  margin-bottom: 6.6666666667vw;
}
.p-spring .spring-item .item-question__answer:last-child {
  margin-bottom: 0;
}
.p-spring .spring-item .item-recommend {
  padding: 0 8vw;
  gap: 0 1.6vw;
  display: flex;
  align-items: flex-start;
}
.p-spring .spring-item .item-recommend__label {
  color: #fff;
  font-size: 2.9333333333vw;
  font-weight: 700;
  background: #70C7DA;
  border-radius: 1.6vw;
  text-align: center;
  width: 26.6666666667vw;
  line-height: 5.8666666667vw;
}
.p-spring .spring-item .item-recommend__txt {
  padding: 0.2em 0 0;
  font-size: 2.9333333333vw;
  font-weight: 700;
  color: #70C7DA;
  width: calc(100% - 28.2666666667vw);
  width: calc(100% - 28.266vw);
}

@media only screen and (min-width: 768px) {
  .p-spring {
    padding: 55px 0 80px;
    background-size: 46px;
  }
  .p-spring:before, .p-spring:after {
    height: 53px;
  }
  .p-spring__head {
    margin-bottom: 40px;
  }
  .p-spring__head .head-ttl {
    margin-bottom: 25px;
  }
  .p-spring__head .head-lead {
    padding: 0 30px;
  }
  .p-spring .spring-item {
    margin-bottom: 50px;
  }
  .p-spring .spring-item .item-logo {
    margin-bottom: 10px;
  }
  .p-spring .spring-item .item-logo img {
    width: 211px;
  }
  .p-spring .spring-item .item-img {
    margin-bottom: 10px;
  }
  .p-spring .spring-item .item-comment {
    margin-bottom: 25px;
  }
  .p-spring .spring-item .item-comment__txt {
    font-size: 12px;
  }
  .p-spring .spring-item .item-comment__txt:before, .p-spring .spring-item .item-comment__txt:after {
    width: 20px;
    height: 30px;
  }
  .p-spring .spring-item .item-comment__author {
    font-size: 11px;
  }
  .p-spring .spring-item .item-question {
    margin-bottom: 20px;
  }
  .p-spring .spring-item .item-question__label {
    margin-bottom: 20px;
  }
  .p-spring .spring-item .item-question__catch {
    margin-bottom: 20px;
  }
  .p-spring .spring-item .item-question__answer {
    padding: 0 30px;
    margin-bottom: 25px;
  }
  .p-spring .spring-item .item-recommend {
    padding: 0 30px;
    gap: 0 6px;
  }
  .p-spring .spring-item .item-recommend__label {
    font-size: 11px;
    border-radius: 6px;
    width: 100px;
    line-height: 22px;
  }
  .p-spring .spring-item .item-recommend__txt {
    font-size: 11px;
    width: calc(100% - 106px);
  }
}
/* ========== campaign ========== */
.p-campaign {
  padding: 10.6666666667vw 6.6666666667vw;
  background: url(../images/campaign-bg.png) repeat-y;
  background-size: 100%;
}
.p-campaign__inner {
  position: relative;
  padding: 0 0 14.6666666667vw;
}
.p-campaign__inner:before {
  content: "";
  width: calc(100% - 5.333vw);
  height: calc(100% - 5.333vw);
  background: #fff;
  border-radius: 5.3333333333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-campaign__inner:after {
  content: "";
  width: 100%;
  height: 14.6666666667vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/campaign-bg-b.png) no-repeat center bottom;
  background-size: 100%;
}
.p-campaign__head {
  position: relative;
  text-align: center;
  padding: 10.4vw 0 0;
  background: url(../images/campaign-bg-t.png) no-repeat center top;
  background-size: 100%;
}
.p-campaign__head img {
  width: 41.6vw;
}
.p-campaign__contents {
  padding: 5.3333333333vw 10.6666666667vw 0;
  position: relative;
  background: url(../images/campaign-bg-m.png) repeat-y;
  background-size: 100%;
}
.p-campaign .campaign-item .item-head {
  position: relative;
  padding-left: 8vw;
  margin-bottom: 4vw;
}
.p-campaign .campaign-item .item-head__num {
  position: absolute;
  left: 0;
  top: 0;
}
.p-campaign .campaign-item .item-head__num img {
  width: auto;
  height: 8.5333333333vw;
}
.p-campaign .campaign-item .item-head__ttl {
  font-weight: 700;
  font-size: 4vw;
}
.p-campaign .campaign-item .item-head__ttl span {
  padding: 0 0.2em;
  background: linear-gradient(transparent 60%, #F0F1B6 60%);
}
.p-campaign .campaign-item .item-head__img {
  position: absolute;
  top: 0;
  right: 0;
}
.p-campaign .campaign-item .item-head__img img {
  width: 100%;
}
.p-campaign .campaign-item .item-txt {
  font-size: 3.2vw;
  line-height: 1.833;
}
.p-campaign .campaign-item .item-dl {
  text-align: center;
  margin: 6.6666666667vw 0 0;
}
.p-campaign .campaign-item .item-dl__label {
  margin-bottom: 5.3333333333vw;
}
.p-campaign .campaign-item .item-dl__label img {
  width: 52vw;
}
.p-campaign .campaign-item .item-dl__btn {
  display: flex;
  gap: 0 4vw;
  justify-content: center;
}
.p-campaign .campaign-item .item-dl__btn img {
  width: auto;
  height: 9.3333333333vw;
}
.p-campaign .campaign-item01 {
  margin-bottom: 16vw;
}
.p-campaign .campaign-item02 {
  margin-bottom: 11.2vw;
}
.p-campaign .campaign-item02 .item-head__img {
  width: 16vw;
  top: -8vw;
  right: -2.6666666667vw;
}
.p-campaign .campaign-item03 .item-head__img {
  width: 26.1333333333vw;
  top: -8.5333333333vw;
  right: -4vw;
}
.p-campaign .campaign-btn {
  margin: 8vw 0 0;
}
.p-campaign .campaign-btn li {
  margin-bottom: 2.6666666667vw;
}
.p-campaign .campaign-btn li:last-child {
  margin-bottom: 0;
}
.p-campaign .campaign-btn a {
  position: relative;
  display: flex;
  gap: 0 3.2vw;
  align-items: center;
  height: 16vw;
  border-radius: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.384;
  padding-left: 8vw;
}
.p-campaign .campaign-btn a:after {
  content: "";
  position: absolute;
  width: 6.1333333333vw;
  height: 6.1333333333vw;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
}
.p-campaign .campaign-btn .btn01 {
  color: #fff;
  background: #B1B206;
}
.p-campaign .campaign-btn .btn01:after {
  background-image: url(../images/arrow-r01.svg);
}
.p-campaign .campaign-btn .btn02 {
  color: #fff;
  background: #00B2B2;
}
.p-campaign .campaign-btn .btn02:after {
  background-image: url(../images/arrow-r02.svg);
}
.p-campaign .campaign-btn .nolink {
  pointer-events: none;
  text-align: center;
  padding: 0;
  justify-content: center;
}
.p-campaign .campaign-btn .nolink:after {
  content: none;
}
.p-campaign .campaign-btn .sns {
  background: #fff;
  border: 1px solid #000;
  padding-left: 5.3333333333vw;
}
.p-campaign .campaign-btn .sns:after {
  background-image: url(../images/arrow-r03.svg);
}
.p-campaign .campaign-btn .icon img {
  width: 7.4666666667vw;
}

@media only screen and (min-width: 768px) {
  .p-campaign {
    padding: 40px 25px;
  }
  .p-campaign__inner {
    padding: 0 0 55px;
  }
  .p-campaign__inner:before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 20px;
  }
  .p-campaign__inner:after {
    height: 55px;
  }
  .p-campaign__head {
    padding: 39px 0 0;
  }
  .p-campaign__head img {
    width: 156px;
  }
  .p-campaign__contents {
    padding: 20px 40px 0;
  }
  .p-campaign .campaign-item .item-head {
    padding-left: 30px;
    margin-bottom: 15px;
  }
  .p-campaign .campaign-item .item-head__num img {
    height: 32px;
  }
  .p-campaign .campaign-item .item-head__ttl {
    font-size: 15px;
  }
  .p-campaign .campaign-item .item-txt {
    font-size: 12px;
  }
  .p-campaign .campaign-item .item-dl {
    margin: 25px 0 0;
  }
  .p-campaign .campaign-item .item-dl__label {
    margin-bottom: 20px;
  }
  .p-campaign .campaign-item .item-dl__label img {
    width: 195px;
  }
  .p-campaign .campaign-item .item-dl__btn {
    gap: 0 15px;
  }
  .p-campaign .campaign-item .item-dl__btn img {
    height: 35px;
  }
  .p-campaign .campaign-item01 {
    margin-bottom: 60px;
  }
  .p-campaign .campaign-item02 {
    margin-bottom: 42px;
  }
  .p-campaign .campaign-item02 .item-head__img {
    width: 60px;
    top: -30px;
    right: -10px;
  }
  .p-campaign .campaign-item03 .item-head__img {
    width: 98px;
    top: -32px;
    right: -15px;
  }
  .p-campaign .campaign-btn {
    margin: 30px 0 0;
  }
  .p-campaign .campaign-btn li {
    margin-bottom: 10px;
  }
  .p-campaign .campaign-btn a {
    gap: 0 12px;
    height: 60px;
    border-radius: 20px;
    padding-left: 30px;
  }
  .p-campaign .campaign-btn a:after {
    width: 23px;
    height: 23px;
    right: 15px;
  }
  .p-campaign .campaign-btn .sns {
    padding-left: 20px;
  }
  .p-campaign .campaign-btn .icon img {
    width: 28px;
  }
}
/*------------------------------------------
  component
------------------------------------------*/
/* ========== product ========== */
.c-product {
  position: relative;
  margin-bottom: 5.3333333333vw;
  color: #6D7183;
}
.c-product:last-child {
  margin-bottom: 0;
}
.c-product__inner {
  position: relative;
  z-index: 1;
}
.c-product .product-badge {
  position: absolute;
}
.c-product .product-badge img {
  width: vwsp(70);
  display: block;
}
.c-product .product-head {
  position: relative;
  z-index: 1;
  padding: 0 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
.c-product .product-head__name {
  margin-bottom: 2.6666666667vw;
  line-height: 1;
}
.c-product .product-head__name .en {
  font-family: "Overpass", sans-serif;
  font-size: 9.0666666667vw;
  font-weight: 900;
}
.c-product .product-head__name .ja {
  font-size: 3.7333333333vw;
  margin-top: -0.1em;
}
.c-product .product-head__catch {
  white-space: nowrap;
}
.c-product .product-head__catch p {
  margin-bottom: 0.5333333333vw;
  line-height: 1.857;
}
.c-product .product-head__catch p:last-child {
  margin-bottom: 0;
}
.c-product .product-head__catch span {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 3.7333333333vw;
  padding: 0 0.7em;
}
.c-product .product-head__catch i {
  font-size: 50%;
  display: inline-block;
  vertical-align: top;
}
.c-product .product-head__label {
  margin-bottom: 4vw;
}
.c-product .product-img {
  position: relative;
  margin-bottom: 4vw;
}
.c-product .product-img img {
  width: 100%;
}
.c-product .product-img__txt {
  font-size: 2.6666666667vw;
  position: absolute;
  bottom: 4.8vw;
  right: 7.4666666667vw;
  width: 33.0666666667vw;
}
.c-product .product-img__txt.static {
  position: static;
  margin-top: 1em;
  width: 100%;
  padding: 0 10.6666666667vw;
}
.c-product .product-txt {
  line-height: 1.45;
}
.c-product .product-txt .name {
  font-style: 3.7333333333vw;
  font-weight: 700;
  margin-bottom: 0.3em;
}
.c-product .product-txt .name.size-l {
  font-size: 4.2666666667vw;
}
.c-product .product-txt .name i {
  font-size: 50%;
  display: inline-block;
  vertical-align: top;
}
.c-product .product-txt .price {
  font-style: 3.7333333333vw;
  font-weight: 700;
}
.c-product .product-txt .price span {
  font-size: 2.6666666667vw;
}
.c-product .product-txt .txt {
  line-height: 1.846;
  margin-top: 1em;
}
.c-product .product-txt .note {
  font-size: 2.9333333333vw;
  margin-top: 0.5em;
}
.c-product.type01:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 5.3333333333vw solid;
  -o-border-image: linear-gradient(to right, #FDEFF5, #E8DEED, #DFEAF8) 1;
     border-image: linear-gradient(to right, #FDEFF5, #E8DEED, #DFEAF8) 1;
}
.c-product.type01 .product-badge {
  top: 4.2666666667vw;
  right: 7.4666666667vw;
}
.c-product.type01 .product-head {
  padding: 9.3333333333vw 10.6666666667vw 0;
}
.c-product.type01 .product-txt {
  padding: 0 10.6666666667vw 10.6666666667vw;
}
.c-product.type02 {
  border-radius: 16vw;
  background: linear-gradient(90deg, #fdeff5 0%, #e8deed 50%, #dfeaf8 100%);
}
.c-product.type02 .product-badge {
  top: 4vw;
  right: 7.7333333333vw;
}
.c-product.type02 .product-head {
  padding: 9.3333333333vw 10.6666666667vw 0;
}
.c-product.type02 .product-txt {
  padding: 0 10.6666666667vw 10.6666666667vw;
}
.c-product.type03 .product-badge {
  top: 4vw;
  right: 5.3333333333vw;
}
.c-product.type03 .product-head {
  padding: 9.3333333333vw 10.6666666667vw 0;
}
.c-product.type03 .product-txt {
  padding: 0 10.6666666667vw 5.3333333333vw;
}

.products01 .c-product .product-head__name .en::first-letter {
  color: #F092AE;
}
.products01 .c-product .product-head__catch span {
  background: #F092AE;
}

.products02 .c-product .product-head__name .en::first-letter {
  color: #86B2E0;
}
.products02 .c-product .product-head__catch span {
  background: #86B2E0;
}

.products03 .c-product .product-head__name .en::first-letter {
  color: #F5B1A2;
}
.products03 .c-product .product-head__catch span {
  background: #F5B1A2;
}

.products04 .c-product .product-head__name .en::first-letter {
  color: #96D0C0;
}
.products04 .c-product .product-head__catch span {
  background: #96D0C0;
}

.products05 .c-product .product-head__name .en::first-letter {
  color: #CEDF69;
}
.products05 .c-product .product-head__catch span {
  background: #CEDF69;
}

.products06 .c-product .product-head__name .en::first-letter {
  color: #BCB3D8;
}
.products06 .c-product .product-head__catch span {
  background: #BCB3D8;
}

.products01-02 .product-img__txt {
  width: 34.6666666667vw;
  right: 2.9333333333vw !important;
  bottom: 1.3333333333vw !important;
}

.products01-05 .product-txt {
  margin-top: -5.3333333333vw;
}

.products01-06 .product-badge {
  right: auto !important;
  left: 10.6666666667vw !important;
  top: 50.6666666667vw !important;
}

.products03-02 .product-badge {
  right: 3.4666666667vw !important;
  top: 22.4vw !important;
}

.products04-07 .product-txt {
  margin-top: -9.3333333333vw;
}
.products04-07 .product-img__txt {
  width: 34.6666666667vw;
  right: auto;
  bottom: 13.3333333333vw;
  left: 10.6666666667vw;
}

.products05-02 .product-badge01 {
  top: 0 !important;
  right: 7.2vw !important;
}
.products05-02 .product-badge02 {
  top: auto !important;
  right: auto !important;
  bottom: 2.6666666667vw !important;
  left: 10.6666666667vw !important;
}
.products05-02 .product-img img {
  position: relative;
  z-index: 1;
}

.products06-01 .product-badge {
  top: 21.8666666667vw !important;
}

.products06-04 .product-badge {
  top: 20.8vw !important;
}

@media only screen and (min-width: 768px) {
  .c-product {
    margin-bottom: 20px;
  }
  .c-product .product-badge img {
    width: 70px;
  }
  .c-product .product-head {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .c-product .product-head__name {
    margin-bottom: 10px;
  }
  .c-product .product-head__name .en {
    font-size: 34px;
  }
  .c-product .product-head__name .ja {
    font-size: 14px;
  }
  .c-product .product-head__catch p {
    margin-bottom: 2px;
  }
  .c-product .product-head__catch span {
    font-size: 14px;
  }
  .c-product .product-head__label {
    margin-bottom: 15px;
  }
  .c-product .product-img {
    margin-bottom: 15px;
  }
  .c-product .product-img__txt {
    font-size: 10px;
    bottom: 18px;
    right: 28px;
    width: 124px;
  }
  .c-product .product-img__txt.static {
    padding: 0 40px;
  }
  .c-product .product-txt .name {
    font-style: 14px;
  }
  .c-product .product-txt .name.size-l {
    font-size: 16px;
  }
  .c-product .product-txt .price {
    font-style: 14px;
  }
  .c-product .product-txt .price span {
    font-size: 10px;
  }
  .c-product .product-txt .note {
    font-size: 11px;
  }
  .c-product.type01:before {
    border: 20px solid;
    -o-border-image: linear-gradient(to right, #FDEFF5, #E8DEED, #DFEAF8) 1;
       border-image: linear-gradient(to right, #FDEFF5, #E8DEED, #DFEAF8) 1;
  }
  .c-product.type01 .product-badge {
    top: 16px;
    right: 28px;
  }
  .c-product.type01 .product-head {
    padding: 35px 40px 0;
  }
  .c-product.type01 .product-txt {
    padding: 0 40px 40px;
  }
  .c-product.type02 {
    border-radius: 60px;
  }
  .c-product.type02 .product-badge {
    top: 15px;
    right: 29px;
  }
  .c-product.type02 .product-head {
    padding: 35px 40px 0;
  }
  .c-product.type02 .product-txt {
    padding: 0 40px 40px;
  }
  .c-product.type03 .product-badge {
    top: 15px;
    right: 20px;
  }
  .c-product.type03 .product-head {
    padding: 35px 40px 0;
  }
  .c-product.type03 .product-txt {
    padding: 0 40px 20px;
  }
  .products01-02 .product-img__txt {
    width: 130px;
    right: 11px !important;
    bottom: 5px !important;
  }
  .products01-05 .product-txt {
    margin-top: -20px;
  }
  .products01-06 .product-badge {
    left: 40px !important;
    top: 190px !important;
  }
  .products03-02 .product-badge {
    right: 13px !important;
    top: 84px !important;
  }
  .products04-07 .product-txt {
    margin-top: -35px;
  }
  .products04-07 .product-img__txt {
    width: 130px;
    bottom: 50px;
    left: 40px;
  }
  .products05-02 .product-badge01 {
    top: 0 !important;
    right: 27px !important;
  }
  .products05-02 .product-badge02 {
    top: auto !important;
    right: auto !important;
    bottom: 10px !important;
    left: 40px !important;
  }
  .products06-01 .product-badge {
    top: 82px !important;
  }
  .products06-04 .product-badge {
    top: 78px !important;
  }
}
/*  ========== animation ========== */
.fadeIn {
  opacity: 0;
}
.fadeIn.js-scr-active {
  opacity: 1;
  transition: opacity 1s;
}
/*# sourceMappingURL=../css/maps/common.css.map */
