html {
  overflow-x: hidden;
}

#love-coop {
  background-color: #fff3f3;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  overflow-x: hidden;
}
#love-coop .handic {
  font-family: sichandich, sans-serif;
  font-weight: 400;
}
#love-coop .hiragino {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}
#love-coop img {
  max-width: 100%;
  height: auto;
  display: block;
}
#love-coop a {
  color: #ff0000;
}
#love-coop .trans {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#love-coop .trans:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
#love-coop .c-wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#love-coop .pcv {
  display: block;
}
#love-coop .spv {
  display: none;
}
#love-coop .border-btm,
#love-coop .border-top {
  position: relative;
  z-index: 1;
}
#love-coop .border-btm img,
#love-coop .border-top img {
  width: 100%;
}
#love-coop .border-btm {
  top: -2px;
}
#love-coop .border-top {
  bottom: -2px;
}
@media (max-width: 1100px) {
  #love-coop .c-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #love-coop .pcv {
    display: none;
  }
  #love-coop .spv {
    display: block;
  }
}
@-webkit-keyframes truckDriving {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  25% {
    -webkit-transform: translateX(8px) translateY(-1px);
            transform: translateX(8px) translateY(-1px);
  }
  50% {
    -webkit-transform: translateX(0) translateY(1px);
            transform: translateX(0) translateY(1px);
  }
  75% {
    -webkit-transform: translateX(-8px) translateY(-1px);
            transform: translateX(-8px) translateY(-1px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes truckDriving {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  25% {
    -webkit-transform: translateX(8px) translateY(-1px);
            transform: translateX(8px) translateY(-1px);
  }
  50% {
    -webkit-transform: translateX(0) translateY(1px);
            transform: translateX(0) translateY(1px);
  }
  75% {
    -webkit-transform: translateX(-8px) translateY(-1px);
            transform: translateX(-8px) translateY(-1px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes truckVibration {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0.5px, 0.2px);
            transform: translate(0.5px, 0.2px);
  }
}
@keyframes truckVibration {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0.5px, 0.2px);
            transform: translate(0.5px, 0.2px);
  }
}
@-webkit-keyframes jump-and-land {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes jump-and-land {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 1300px) {
  #love-coop .cvarea-truck {
    max-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  #love-coop .cvarea-title {
    max-width: 300px;
  }
  #love-coop .cvarea-truck {
    max-width: 170px;
    position: relative;
    left: 10px;
    margin: -105px auto 20px auto;
  }
  #love-coop .cvarea-button {
    height: 60px;
  }
  #love-coop .cvarea-button a {
    letter-spacing: -0.05em;
  }
}
#love-coop .caption p {
  color: #000;
}
#love-coop .js-animate,
#love-coop .js-scroll-animate {
  opacity: 0;
}
#love-coop .is-loaded.fukidashi,
#love-coop .is-visible.fukidashi {
  -webkit-animation: popIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
          animation: popIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  -webkit-transform: scale(0.3) translateY(30px);
          transform: scale(0.3) translateY(30px);
}
@-webkit-keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translateY(30px);
            transform: scale(0.3) translateY(30px);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: scale(1.1) translateY(-5px);
            transform: scale(1.1) translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translateY(30px);
            transform: scale(0.3) translateY(30px);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: scale(1.1) translateY(-5px);
            transform: scale(1.1) translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
#love-coop .is-loaded.wakuwaku,
#love-coop .is-visible.wakuwaku {
  -webkit-animation: wakuwaku 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
          animation: wakuwaku 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  opacity: 0;
  -webkit-transform: scale(0.5) translateY(30px);
          transform: scale(0.5) translateY(30px);
}
@-webkit-keyframes wakuwaku {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(0);
            transform: scale(0.5) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@keyframes wakuwaku {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(0);
            transform: scale(0.5) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
#love-coop .is-loaded.jiwajiwa,
#love-coop .is-visible.jiwajiwa {
  -webkit-animation: jiwajiwa 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: jiwajiwa 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  opacity: 0;
  -webkit-transform: scale(0.8) translateY(10px);
          transform: scale(0.8) translateY(10px);
}
@-webkit-keyframes jiwajiwa {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(10px);
            transform: scale(0.8) translateY(10px);
  }
  20% {
    opacity: 0.3;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  40% {
    opacity: 0.7;
    -webkit-transform: scale(0.98) translateY(2px);
            transform: scale(0.98) translateY(2px);
  }
  70% {
    opacity: 0.9;
    -webkit-transform: scale(1.01) translateY(0);
            transform: scale(1.01) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@keyframes jiwajiwa {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(10px);
            transform: scale(0.8) translateY(10px);
  }
  20% {
    opacity: 0.3;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  40% {
    opacity: 0.7;
    -webkit-transform: scale(0.98) translateY(2px);
            transform: scale(0.98) translateY(2px);
  }
  70% {
    opacity: 0.9;
    -webkit-transform: scale(1.01) translateY(0);
            transform: scale(1.01) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
#love-coop .fuwafuwa {
  -webkit-animation: fuwafuwa 3s ease-in-out infinite;
          animation: fuwafuwa 3s ease-in-out infinite;
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#love-coop .fuwafuwa-reverse {
  -webkit-animation: fuwafuwa-reverse 3s ease-in-out infinite;
          animation: fuwafuwa-reverse 3s ease-in-out infinite;
}
@-webkit-keyframes fuwafuwa-reverse {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fuwafuwa-reverse {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#love-coop .fuwafuwa2 {
  -webkit-animation: fuwafuwa2 4s ease-in-out infinite;
          animation: fuwafuwa2 4s ease-in-out infinite;
}
@-webkit-keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-8px) rotate(2deg);
            transform: translateY(-8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0deg);
            transform: translateY(-12px) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-8px) rotate(-2deg);
            transform: translateY(-8px) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
}
@keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-8px) rotate(2deg);
            transform: translateY(-8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0deg);
            transform: translateY(-12px) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-8px) rotate(-2deg);
            transform: translateY(-8px) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
}
#love-coop .fuwafuwa3 {
  -webkit-animation: fuwafuwa3 4s ease-in-out infinite;
          animation: fuwafuwa3 4s ease-in-out infinite;
}
@-webkit-keyframes fuwafuwa3 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fuwafuwa3 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#love-coop .fuwafuwa4 {
  -webkit-animation: fuwafuwa4 3.5s ease-in-out infinite;
          animation: fuwafuwa4 3.5s ease-in-out infinite;
}
@-webkit-keyframes fuwafuwa4 {
  0% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
  30% {
    -webkit-transform: translateY(-6px) scale(1.02);
            transform: translateY(-6px) scale(1.02);
  }
  60% {
    -webkit-transform: translateY(-14px) scale(0.98);
            transform: translateY(-14px) scale(0.98);
  }
  100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
}
@keyframes fuwafuwa4 {
  0% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
  30% {
    -webkit-transform: translateY(-6px) scale(1.02);
            transform: translateY(-6px) scale(1.02);
  }
  60% {
    -webkit-transform: translateY(-14px) scale(0.98);
            transform: translateY(-14px) scale(0.98);
  }
  100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
}
#love-coop .jump-and-land {
  -webkit-animation: jump-and-land 2.5s ease-out infinite;
          animation: jump-and-land 2.5s ease-out infinite;
}
@keyframes jump-and-land {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  32% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#love-coop .jump-and-land2 {
  -webkit-animation: jump-and-land 2.5s ease-out infinite;
          animation: jump-and-land 2.5s ease-out infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes jump-and-land2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  32% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes jump-and-land2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  32% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes step-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes step-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
#love-coop .anim-rotate {
  -webkit-animation: step-rotate 2.3s steps(2, end) infinite;
          animation: step-rotate 2.3s steps(2, end) infinite;
}
@-webkit-keyframes step-lr-rot {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(20px) rotate(15deg);
            transform: translateX(20px) rotate(15deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
@keyframes step-lr-rot {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(20px) rotate(15deg);
            transform: translateX(20px) rotate(15deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
#love-coop .anim-lr-rot {
  -webkit-animation: step-lr-rot 2.3s steps(2, end) infinite;
          animation: step-lr-rot 2.3s steps(2, end) infinite;
}
@-webkit-keyframes step-zigzag {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(-20px) rotate(15deg);
            transform: translateX(-20px) rotate(15deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
@keyframes step-zigzag {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(-20px) rotate(15deg);
            transform: translateX(-20px) rotate(15deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
#love-coop .anim-zigzag {
  -webkit-animation: step-zigzag 2.3s steps(2, end) infinite;
          animation: step-zigzag 2.3s steps(2, end) infinite;
}
@-webkit-keyframes step-lr {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes step-lr {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
#love-coop .anim-lr {
  -webkit-animation: step-lr 2.3s steps(2, end) infinite;
          animation: step-lr 2.3s steps(2, end) infinite;
}
#love-coop header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}
#love-coop header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 20px 0 20px;
}
#love-coop header .header-logo {
  max-width: 130px;
  width: 100%;
}
#love-coop header .header-btn {
  background-color: #7fbe26;
  border: 2px solid #231815;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 3px 0 #000;
          box-shadow: 0 3px 0 #000;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#love-coop header .header-btn::before, #love-coop header .header-btn::after {
  content: "";
  position: absolute;
  background-color: #f0f1ed;
  width: 24px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#love-coop header .header-btn::before {
  top: 10px;
  bottom: 0;
}
#love-coop header .header-btn::after {
  bottom: 10px;
}
#love-coop header .header-btn.open::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#love-coop header .header-btn.open::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#love-coop header .nav-menu {
  position: absolute;
  right: 35px;
  top: 35px;
  width: 414px;
  height: 390px;
  border: 2px solid #000;
  -webkit-box-shadow: 0 3px 0 #000;
          box-shadow: 0 3px 0 #000;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff3f3;
  background-image: radial-gradient(circle, rgba(255, 147, 133, 0.14) 7.5px, transparent 7.5px), radial-gradient(circle, rgba(255, 147, 133, 0.14) 7.5px, transparent 7.5px);
  background-position: 0 0, 17.5px 35px;
  background-size: 35px 70px;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
}
#love-coop header .nav-menu.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#love-coop header .nav-list {
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 2.4545454545;
  font-weight: 900;
}
#love-coop header .nav-list a {
  padding-left: 32px;
  position: relative;
}
#love-coop header .nav-list a::after {
  content: "";
  position: absolute;
  background-image: url(../img/nav-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  left: 0;
  top: 3px;
  bottom: 0;
  margin: auto;
}
#love-coop header .nav-list .num {
  font-size: 25px;
}
@media (hover: hover) {
  #love-coop header .nav-list a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  #love-coop header .header-wrap {
    padding: 8px 10px 0 10px;
  }
  #love-coop header .header-logo {
    max-width: 74px;
  }
  #love-coop header .header-btn {
    width: 40px;
    height: 40px;
  }
  #love-coop header .header-btn::before, #love-coop header .header-btn::after {
    width: 19px;
    height: 2px;
  }
  #love-coop header .header-btn::before {
    top: 7px;
  }
  #love-coop header .header-btn::after {
    bottom: 7px;
  }
  #love-coop header .nav-menu {
    right: 28px;
    width: 320px;
    height: 300px;
  }
  #love-coop header .nav-list {
    font-size: 17px;
    line-height: 2.3529411765;
  }
  #love-coop header .nav-list .num {
    font-size: 20px;
  }
  #love-coop header .nav-list a {
    padding-left: 23px;
  }
  #love-coop header .nav-list a::after {
    width: 17px;
    height: 17px;
  }
}
#love-coop main {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#love-coop main .mainvisual {
  background-color: #ff0000;
  position: relative;
  padding-top: 38px;
}
#love-coop main .mainvisual .mainvisual-area {
  position: relative;
}
#love-coop main .mainvisual .border-top {
  margin-top: -2vh;
}
#love-coop main .mainvisual .mainvisual-left {
  width: 100%;
}
#love-coop main .mainvisual .mainvisual-ttl {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}
#love-coop main .mainvisual .mainvisual-right {
  width: 100%;
}
#love-coop main .mainvisual .mainvisual-item {
  width: 100%;
  position: absolute;
  z-index: 1;
}
#love-coop main .mainvisual .mainvisual-item_01 {
  max-width: 116px;
  top: 50px;
  left: 14.2857142857vw;
}
#love-coop main .mainvisual .mainvisual-item_02 {
  max-width: 92px;
  top: 220px;
  left: 4.2857142857vw;
}
#love-coop main .mainvisual .mainvisual-item_03 {
  max-width: 196px;
  top: 0;
  bottom: 0;
  left: 7.1428571429vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
#love-coop main .mainvisual .mainvisual-item_04 {
  max-width: 100px;
  left: 21.4285714286vw;
  bottom: 180px;
}
#love-coop main .mainvisual .mainvisual-item_05 {
  max-width: 80px;
  left: -1.2857142857vw;
  bottom: 140px;
}
#love-coop main .mainvisual .mainvisual-item_06 {
  z-index: 1;
  max-width: 230px;
  left: 7.1428571429vw;
  bottom: -70px;
}
#love-coop main .mainvisual .mainvisual-item_07 {
  max-width: 130px;
  right: 5.7142857143vw;
  top: 90px;
}
#love-coop main .mainvisual .mainvisual-item_08 {
  max-width: 110px;
  top: 370px;
  right: -1.0714285714vw;
}
#love-coop main .mainvisual .mainvisual-item_09 {
  max-width: 120px;
  top: 270px;
  right: 13.9285714286vw;
}
#love-coop main .mainvisual .mainvisual-item_10 {
  max-width: 320px;
  right: 6.7857142857vw;
  bottom: 140px;
}
#love-coop main .mainvisual .mainvisual-txt {
  text-align: center;
  color: #ffffff;
  font-size: 41px;
  line-height: 1.0975609756;
}
#love-coop main .mainvisual .mainvisual-txt span {
  font-size: 30px;
  line-height: 1.5;
}
@media (max-width: 1400px) {
  #love-coop main .mainvisual .mainvisual-item_01 {
    max-width: min(8.2857142857vw, 116px);
    top: min(3.5714285714vw, 50px);
  }
  #love-coop main .mainvisual .mainvisual-item_02 {
    max-width: min(6.5714285714vw, 92px);
    top: min(15.7142857143vw, 220px);
  }
  #love-coop main .mainvisual .mainvisual-item_03 {
    max-width: min(14vw, 196px);
  }
  #love-coop main .mainvisual .mainvisual-item_04 {
    max-width: min(7.1428571429vw, 100px);
    bottom: min(12.8571428571vw, 180px);
  }
  #love-coop main .mainvisual .mainvisual-item_05 {
    max-width: min(5.7142857143vw, 80px);
    bottom: min(10vw, 140px);
  }
  #love-coop main .mainvisual .mainvisual-item_06 {
    max-width: min(16.4285714286vw, 230px);
    bottom: min(-5vw, -70px);
  }
  #love-coop main .mainvisual .mainvisual-item_07 {
    max-width: min(9.2857142857vw, 130px);
    top: min(6.4285714286vw, 90px);
  }
  #love-coop main .mainvisual .mainvisual-item_08 {
    max-width: min(7.8571428571vw, 110px);
    top: min(26.4285714286vw, 370px);
  }
  #love-coop main .mainvisual .mainvisual-item_09 {
    max-width: min(8.5714285714vw, 120px);
    top: min(19.2857142857vw, 270px);
  }
  #love-coop main .mainvisual .mainvisual-item_10 {
    max-width: min(22.8571428571vw, 320px);
    bottom: min(10vw, 140px);
  }
  #love-coop main .mainvisual .mainvisual-ttl {
    max-width: min(49.2857142857vw, 690px);
  }
  #love-coop main .mainvisual .mainvisual-txt {
    font-size: min(2.9285714286vw, 41px);
  }
  #love-coop main .mainvisual .mainvisual-txt span {
    font-size: min(2.1428571429vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  #love-coop main .mainvisual {
    padding-top: 0;
  }
  #love-coop main .mainvisual .border-top {
    margin-top: 0;
  }
  #love-coop main .mainvisual .mainvisual-area {
    padding-top: 75px;
  }
  #love-coop main .mainvisual .mainvisual-item {
    width: 100%;
    position: absolute;
  }
  #love-coop main .mainvisual .mainvisual-item_01 {
    max-width: 50px;
    top: unset;
    bottom: 55px;
    left: unset;
    right: -2.6666666667vw;
  }
  #love-coop main .mainvisual .mainvisual-item_02 {
    max-width: 40px;
    top: unset;
    bottom: 60px;
    left: 26.6666666667vw;
  }
  #love-coop main .mainvisual .mainvisual-item_03 {
    max-width: 70px;
    top: unset;
    bottom: 50px;
    left: unset;
    right: 26.6666666667vw;
    height: auto;
    margin: 0;
  }
  #love-coop main .mainvisual .mainvisual-item_04 {
    max-width: 60px;
    left: -2.6666666667vw;
    bottom: 250px;
  }
  #love-coop main .mainvisual .mainvisual-item_05 {
    max-width: 40px;
    left: 1.3333333333vw;
    bottom: 35px;
  }
  #love-coop main .mainvisual .mainvisual-item_06 {
    z-index: 1;
    max-width: 90px;
    left: 2.6666666667vw;
    bottom: 65px;
  }
  #love-coop main .mainvisual .mainvisual-item_07 {
    max-width: 60px;
    right: 28vw;
    top: -10px;
  }
  #love-coop main .mainvisual .mainvisual-item_08 {
    max-width: 60px;
    top: 20px;
    right: 42.6666666667vw;
  }
  #love-coop main .mainvisual .mainvisual-item_09 {
    max-width: 60px;
    top: 180px;
    right: 1.3333333333vw;
  }
  #love-coop main .mainvisual .mainvisual-item_10 {
    max-width: 84px;
    right: 5px;
    bottom: 80px;
  }
  #love-coop main .mainvisual .mainvisual-ttl {
    max-width: 340px;
    margin-bottom: 10px;
  }
  #love-coop main .mainvisual .mainvisual-txt {
    font-size: 19px;
    line-height: 1.1;
    letter-spacing: 0;
  }
  #love-coop main .mainvisual .mainvisual-txt span {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
#love-coop main .vote {
  position: relative;
  z-index: 1;
  padding-bottom: 85px;
  background-color: #fff3f3;
}
#love-coop main .vote .vote-period {
  text-align: center;
  margin-bottom: 70px;
}
#love-coop main .vote .vote-period-top {
  color: #ff0000;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2222222222;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
#love-coop main .vote .vote-period-top .pcv {
  display: inline-block;
}
#love-coop main .vote .vote-period-top .num {
  font-size: 40px;
}
#love-coop main .vote .vote-period-top .zenkaku-left {
  display: inline-block;
  margin-left: -0.6em;
}
#love-coop main .vote .vote-period-top .zenkaku-right {
  display: inline-block;
  margin-right: -0.6em;
}
#love-coop main .vote .vote-period-txt {
  font-size: 16px;
  line-height: 1.8125;
  letter-spacing: 0;
}
#love-coop main .vote .vote-ttl {
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
}
#love-coop main .vote .vote-shop {
  margin-bottom: 125px;
}
#love-coop main .vote .vote-shop.first-rank::after {
  background-image: url(../img/product-shop-one.png);
}
#love-coop main .vote .vote-shop-pop {
  max-width: 138px;
  width: 100%;
  margin: -35px auto 15px auto;
}
#love-coop main .vote .vote-shop-ttl {
  text-align: center;
  color: #ff0000;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 40px;
}
#love-coop main .vote .vote-shop-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 0;
  margin-bottom: 50px;
}
#love-coop main .vote .vote-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.2727272727%;
          flex: 0 0 17.2727272727%;
}
#love-coop main .vote .vote-item:nth-child(n+6) {
  display: none;
}
#love-coop main .vote .vote-item.first-rank {
  position: relative;
}
#love-coop main .vote .vote-item.first-rank::after {
  content: "";
  position: absolute;
  background-image: url(../img/product-shop-one.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 84px;
  height: 90px;
  top: -15px;
  left: -20px;
}
#love-coop main .vote .vote-delivery .vote-item.first-rank::after {
  background-image: url(../img/product-delivery-one.png);
}
#love-coop main .vote .vote-item-img {
  max-width: 180px;
  width: 100%;
  height: 200px;
  margin: 0 0 0 auto;
  position: relative;
  border: 3px solid #ff0000;
  background-color: #fff4df;
  border-radius: 85px 85px 10px 10px;
}
#love-coop main .vote .vote-item-img img {
  position: absolute;
  max-width: 160px;
  width: 100%;
  inset: 0;
  margin: auto;
}
#love-coop main .vote .vote-item-info {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  max-width: 166px;
  width: 100%;
}
#love-coop main .vote .vote-item-ttl {
  display: inline-block;
  border: 1px solid #ff0000;
  border-bottom: unset;
  border-radius: 8px 8px 0 0;
  line-height: 1;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#love-coop main .vote .vote-item-ttl .product {
  background-color: #ff0000;
  color: #fff;
  border-radius: 7px 0 0 0;
  font-size: 11px;
  padding: 6px 7px;
}
#love-coop main .vote .vote-item-ttl .number {
  color: #ff0000;
  font-size: 11px;
  padding: 0 12px;
}
#love-coop main .vote .vote-item-name {
  background-color: #fff;
  border: 1px solid #ff0000;
  color: #ff0000;
  border-radius: 0 8px 8px 8px;
  font-size: 15px;
  line-height: 1.1333333333;
  padding: 12px 7px;
  min-height: 4em;
}
#love-coop main .vote .vote-shop-btn-area {
  max-width: 374px;
  width: 100%;
  margin: 0 auto;
}
#love-coop main .vote .vote-shop-btn-area button {
  max-width: 374px;
  width: 100%;
  color: #ff0000;
  border-radius: 50px;
  border: 3px solid #ff0000;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 0 #ff0000;
          box-shadow: 0 8px 0 #ff0000;
  font-weight: 700;
  font-size: 21px;
  font-family: "Zen Maru Gothic", serif;
  padding: 8.5px 0;
  position: relative;
}
#love-coop main .vote .vote-shop-btn-area button::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
}
#love-coop main .vote .vote-shop-btn-area button.open::after {
  background-image: url(../img/product-shop-open.png);
  width: 14px;
  height: 8px;
  right: 23px;
}
#love-coop main .vote .vote-shop-btn-area button.close {
  display: none;
}
#love-coop main .vote .vote-shop-btn-area button.close::after {
  background-image: url(../img/product-shop-close.png);
  width: 12px;
  height: 12px;
  right: 25px;
}
#love-coop main .vote .vote-delivery-pop {
  max-width: 138px;
  width: 100%;
  margin: 0 auto 15px auto;
}
#love-coop main .vote .vote-delivery-ttl {
  text-align: center;
  font-size: 44px;
  line-height: 1;
  color: #ff9900;
  margin-bottom: 30px;
}
#love-coop main .vote .vote-delivery-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 0;
  margin-bottom: 50px;
}
#love-coop main .vote .vote-delivery-content .vote-item-img {
  border: 3px solid #ff9900;
  background-color: #fff4e2;
}
#love-coop main .vote .vote-delivery-content .vote-item-ttl {
  border-color: #ff9900;
}
#love-coop main .vote .vote-delivery-content .vote-item-ttl .product {
  background-color: #ff9900;
}
#love-coop main .vote .vote-delivery-content .vote-item-ttl .number {
  color: #ff9900;
}
#love-coop main .vote .vote-delivery-content .vote-item-name {
  border: 1px solid #ff9900;
  color: #ff9900;
}
#love-coop main .vote .vote-delivery-btn-area {
  max-width: 374px;
  width: 100%;
  margin: 0 auto;
}
#love-coop main .vote .vote-delivery-btn-area button {
  max-width: 374px;
  width: 100%;
  color: #ff9900;
  border-radius: 50px;
  border: 3px solid #ff9900;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 0 #ff9900;
          box-shadow: 0 8px 0 #ff9900;
  font-weight: 700;
  font-size: 21px;
  font-family: "Zen Maru Gothic", serif;
  padding: 8.5px 0;
  position: relative;
}
#love-coop main .vote .vote-delivery-btn-area button::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
}
#love-coop main .vote .vote-delivery-btn-area button.open::after {
  background-image: url(../img/product-delivery-open.png);
  width: 14px;
  height: 8px;
  right: 23px;
}
#love-coop main .vote .vote-delivery-btn-area button.close {
  display: none;
}
#love-coop main .vote .vote-delivery-btn-area button.close::after {
  background-image: url(../img/product-delivery-close.png);
  width: 12px;
  height: 12px;
  right: 25px;
}
@media (hover: hover) {
  #love-coop main .vote .vote-shop-btn-area button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #love-coop main .vote .vote-shop-btn-area button:hover {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-box-shadow: 0 0 0 #ff0000;
            box-shadow: 0 0 0 #ff0000;
  }
  #love-coop main .vote .vote-delivery-btn-area button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #love-coop main .vote .vote-delivery-btn-area button:hover {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-box-shadow: 0 0 0 #ff9900;
            box-shadow: 0 0 0 #ff9900;
  }
}
@media (max-width: 900px) {
  #love-coop main .vote .vote-period-top {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  #love-coop main .vote {
    padding-bottom: 65px;
  }
  #love-coop main .vote .vote-period {
    margin-bottom: 30px;
  }
  #love-coop main .vote .vote-period-top {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #love-coop main .vote .vote-period-top .pcv {
    display: none;
  }
  #love-coop main .vote .vote-period-top .num {
    font-size: 20px;
  }
  #love-coop main .vote .vote-period-txt {
    color: #ff0000;
    font-size: 12px;
    line-height: 1.75;
  }
  #love-coop main .vote .vote-ttl {
    max-width: 340px;
  }
  #love-coop main .vote .vote-shop {
    margin-bottom: 70px;
  }
  #love-coop main .vote .vote-shop-pop {
    max-width: 94px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #love-coop main .vote .vote-shop-content,
  #love-coop main .vote .vote-delivery-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
  }
  #love-coop main .vote .vote-shop-ttl {
    font-size: 29px;
    margin-bottom: 20px;
  }
  #love-coop main .vote .vote-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 13.5px);
            flex: 0 0 calc(33.3333333333% - 13.5px);
  }
  #love-coop main .vote .vote-item.first-rank::after {
    width: 56px;
    height: 60px;
    left: 0;
    top: 0;
  }
  #love-coop main .vote .vote-item:nth-child(6) {
    display: block;
  }
  #love-coop main .vote .vote-item:nth-child(n+7) {
    display: none;
  }
  #love-coop main .vote .vote-item-img {
    border: 2px solid #ff0000;
    max-width: 146px;
    height: 162px;
  }
  #love-coop main .vote .vote-item-img img {
    max-width: 120px;
  }
  #love-coop main .vote .vote-item-ttl .product {
    font-size: 10px;
    padding: 4px 5px;
  }
  #love-coop main .vote .vote-item-ttl .number {
    font-size: 10px;
    padding: 0 9px;
  }
  #love-coop main .vote .vote-item-name {
    max-width: 135px;
    width: 100%;
    margin-top: -1px;
    font-size: 12px;
    line-height: 1.1666666667;
    padding: 9px 6px 9px 5px;
  }
  #love-coop main .vote .vote-shop-btn-area {
    max-width: 300px;
  }
  #love-coop main .vote .vote-shop-btn-area button {
    max-width: 300px;
    border: 2px solid #ff0000;
    -webkit-box-shadow: 0 5px 0 #ff0000;
            box-shadow: 0 5px 0 #ff0000;
    font-size: 16px;
  }
  #love-coop main .vote .vote-shop-btn-area button.open::after {
    width: 11px;
    height: 6px;
  }
  #love-coop main .vote .vote-shop-btn-area button.close::after {
    width: 8px;
    height: 8px;
  }
  #love-coop main .vote .vote-delivery-pop {
    max-width: 94px;
    margin-bottom: 10px;
  }
  #love-coop main .vote .vote-delivery-ttl {
    font-size: 29px;
    margin-bottom: 25px;
  }
  #love-coop main .vote .vote-delivery-btn-area {
    max-width: 300px;
  }
  #love-coop main .vote .vote-delivery-btn-area button {
    max-width: 300px;
    border: 2px solid #ff9900;
    -webkit-box-shadow: 0 5px 0 #ff9900;
            box-shadow: 0 5px 0 #ff9900;
    font-size: 16px;
  }
  #love-coop main .vote .vote-delivery-btn-area button.open::after {
    width: 11px;
    height: 6px;
  }
  #love-coop main .vote .vote-delivery-btn-area button.close::after {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 500px) {
  #love-coop main .vote .vote-shop-content,
  #love-coop main .vote .vote-delivery-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px 0;
  }
  #love-coop main .vote .vote-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
#love-coop main .yellow-bg {
  position: relative;
  background-color: #ffe256;
  background-image: radial-gradient(circle, #ffe967 8px, transparent 8px), radial-gradient(circle, #ffe967 8px, transparent 8px);
  background-position: 0 0, 18px 36px;
  background-size: 36px 72px;
}
#love-coop main .prize {
  margin-top: -10vh;
  margin-bottom: 90px;
}
#love-coop main .prize .prize-pop {
  max-width: 164px;
  width: 100%;
  margin: 0 auto 10px auto;
}
#love-coop main .prize .prize-ttl {
  text-align: center;
  font-size: 50px;
  line-height: 1;
  color: #ff0000;
  margin-bottom: 20px;
}
#love-coop main .prize .prize-txt {
  text-align: center;
  color: #ff0000;
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0;
  margin-bottom: 40px;
}
#love-coop main .prize .prize-item {
  height: 100%;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 25px 30px 30px;
}
#love-coop main .prize .prize-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
#love-coop main .prize .prize-item-rank {
  color: #ff0000;
  font-size: 52px;
  line-height: 1;
}
#love-coop main .prize .prize-item-rank span {
  font-size: 56px;
}
#love-coop main .prize .prize-item-people {
  color: #ff0000;
  font-size: 52px;
  line-height: 1;
  margin-left: 25px;
}
#love-coop main .prize .prize-item-people span {
  font-size: 56px;
}
#love-coop main .prize .prize-item-tll {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  background-image: url(../img/prize-ttl-bg.png);
  background-size: cover;
  height: 66px;
  max-width: 432px;
  width: 100%;
  margin-right: -45px;
  margin-left: auto;
  padding-top: 12px;
  padding-left: 20px;
}
#love-coop main .prize .prize-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#love-coop main .prize .prize-item-flex.five .prize-item-product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 4px);
          flex: 0 0 calc(20% - 4px);
  padding: 15px 8px 10px 8px;
}
#love-coop main .prize .prize-item-flex.five .prize-item-product:not(:last-child)::after {
  content: "";
  position: absolute;
  background-image: url(../img/prize-plus.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  z-index: 1;
}
#love-coop main .prize .prize-item-flex.five .prize-item-product-img {
  max-width: 120px;
  margin-bottom: 5px;
}
#love-coop main .prize .prize-item-flex.four .prize-item-product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 5px);
          flex: 0 0 calc(25% - 5px);
  padding: 12px 10px 8px 10px;
}
#love-coop main .prize .prize-item-flex.four .prize-item-product:not(:last-child)::after {
  content: "";
  position: absolute;
  background-image: url(../img/prize-plus.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  z-index: 1;
}
#love-coop main .prize .prize-item-flex.four .prize-item-product-img {
  max-width: 90px;
  margin-bottom: 5px;
}
#love-coop main .prize .prize-item-flex.two {
  position: relative;
}
#love-coop main .prize .prize-item-flex.two::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: url(../img/prize-or.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}
#love-coop main .prize .prize-item-flex.two .prize-item-product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 9px);
          flex: 0 0 calc(50% - 9px);
  padding: 25px 0 12px 0;
}
#love-coop main .prize .prize-item-flex.two .prize-item-product-img {
  max-width: 156px;
  margin-bottom: 5px;
}
#love-coop main .prize .prize-item-flex.two .prize-item-product-txt {
  font-size: 21px;
}
#love-coop main .prize .prize-item-flex.one .prize-item-product {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
#love-coop main .prize .prize-item-flex.one .prize-item-product-img {
  max-width: 200px;
  margin: -31px 0 -20px 0;
}
#love-coop main .prize .prize-item-flex.one .prize-item-product-txt {
  font-size: 27px;
  line-height: 1.4074074074;
}
#love-coop main .prize .prize-item-product {
  border: 3px solid #ff0000;
  background-color: #fff4e2;
  border-radius: 11px;
  position: relative;
}
#love-coop main .prize .prize-item-product-img {
  width: 100%;
  margin: 0 auto;
}
#love-coop main .prize .prize-item-product-txt {
  text-align: center;
  color: #ff0000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.3333333333;
}
#love-coop main .prize .prize-item-product-sub {
  position: absolute;
  font-size: 17px;
  line-height: 1;
  color: #fff;
  background-color: #ff0000;
  border-radius: 50px;
  padding: 5px 17px 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  right: 0;
  top: -15px;
  margin: auto;
}
#love-coop main .prize .splide {
  padding-bottom: 53px;
}
#love-coop main .prize .splide__pagination {
  bottom: 0;
}
#love-coop main .prize .splide__pagination__page {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  margin: 0 5px;
}
#love-coop main .prize .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #ff0000;
}
@media screen and (max-width: 1300px) {
  #love-coop main .prize {
    margin-top: -5vh;
  }
}
@media screen and (max-width: 768px) {
  #love-coop main .prize {
    margin-top: 0;
    margin-bottom: 50px;
  }
  #love-coop main .prize .prize-pop {
    max-width: 108px;
  }
  #love-coop main .prize .prize-ttl {
    font-size: 32px;
    margin-bottom: 15px;
  }
  #love-coop main .prize .prize-txt {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-bottom: 25px;
  }
  #love-coop main .prize .prize-content .splide {
    padding: 0 0 25px 0;
  }
  #love-coop main .prize .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
  #love-coop main .prize .prize-item {
    border-radius: 21px;
    max-width: 300px;
    padding: 12px 17px 15px;
  }
  #love-coop main .prize .prize-item-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 10px;
    margin-bottom: 10px;
  }
  #love-coop main .prize .prize-item-rank {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 28px;
  }
  #love-coop main .prize .prize-item-rank span {
    font-size: 30px;
  }
  #love-coop main .prize .prize-item-people {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0;
    font-size: 28px;
  }
  #love-coop main .prize .prize-item-people span {
    font-size: 30px;
  }
  #love-coop main .prize .prize-item-tll {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
    margin-left: -44px;
    margin-bottom: -8px;
    font-size: 18px;
    width: 328px;
    height: 56px;
    padding-top: 10px;
    background-image: url(../img/prize-ttl-bg-sp.png);
  }
  #love-coop main .prize .prize-item-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #love-coop main .prize .prize-item-flex.five .prize-item-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 8px 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
  }
  #love-coop main .prize .prize-item-flex.five .prize-item-product:not(:last-child) {
    margin-bottom: 4px;
  }
  #love-coop main .prize .prize-item-flex.five .prize-item-product:not(:last-child)::after {
    top: unset;
    left: 0;
    right: 0;
    bottom: -15px;
    width: 20px;
    height: 20px;
  }
  #love-coop main .prize .prize-item-flex.five .prize-item-product-img {
    max-width: 54px;
    margin: 0;
  }
  #love-coop main .prize .prize-item-flex.five .prize-item-product-txt {
    text-align: left;
  }
  #love-coop main .prize .prize-item-flex.four {
    gap: 8px 0;
    position: relative;
  }
  #love-coop main .prize .prize-item-flex.four::after {
    content: "";
    position: absolute;
    background-image: url(../img/prize-plus.png);
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0;
    top: 5px;
    margin: auto;
  }
  #love-coop main .prize .prize-item-flex.four .prize-item-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 4px);
            flex: 0 0 calc(50% - 4px);
    padding: 10px 5px 10px 5px;
  }
  #love-coop main .prize .prize-item-flex.four .prize-item-product:not(:last-child)::after {
    display: none;
  }
  #love-coop main .prize .prize-item-flex.four .prize-item-product-img {
    max-width: 70px;
  }
  #love-coop main .prize .prize-item-flex.four .prize-item-product-txt {
    font-size: 11px;
  }
  #love-coop main .prize .prize-item-flex.two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #love-coop main .prize .prize-item-flex.two::after {
    width: 28px;
    height: 28px;
  }
  #love-coop main .prize .prize-item-flex.two .prize-item-product {
    padding: 12px 0 8px 0;
  }
  #love-coop main .prize .prize-item-flex.two .prize-item-product:not(:last-child) {
    margin-bottom: 7px;
  }
  #love-coop main .prize .prize-item-flex.two .prize-item-product-sub {
    position: unset;
    font-size: 14px;
    padding: 4px 11px 6px;
  }
  #love-coop main .prize .prize-item-flex.two .prize-item-product-img {
    max-width: 110px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  #love-coop main .prize .prize-item-flex.two .prize-item-product-txt {
    font-size: 13px;
  }
  #love-coop main .prize .prize-item-flex.one {
    margin-top: 15px;
  }
  #love-coop main .prize .prize-item-flex.one .prize-item-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
    padding: 30px 0 15px 0;
  }
  #love-coop main .prize .prize-item-flex.one .prize-item-product-txt {
    font-size: 17px;
    line-height: 1.4705882353;
  }
  #love-coop main .prize .prize-item-flex.one .prize-item-product-img {
    max-width: 160px;
    margin: 0 auto;
  }
  #love-coop main .prize .prize-item-product {
    border: 2px solid #ff0000;
  }
}
#love-coop main .cv-area {
  margin-bottom: -29vh;
}
#love-coop main .cv-area .cv-area-ttl {
  text-align: center;
  color: #ff0000;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 20px;
}
#love-coop main .cv-area .cv-area-txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0;
  margin-bottom: 50px;
}
#love-coop main .cv-area .cv-area-txt a {
  text-decoration: underline;
}
#love-coop main .cv-area .cv-area-img {
  position: relative;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
#love-coop main .cv-area .cv-area-link {
  display: block;
  max-width: 400px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 2;
}
#love-coop main .cv-area .cv-area-box {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  bottom: -30px;
}
#love-coop main .cv-area .cv-area-box img {
  position: relative;
  z-index: -1;
}
#love-coop main .cv-area .cv-area-item {
  position: absolute;
  z-index: 2;
  width: 100%;
}
#love-coop main .cv-area .cv-area-item_01 {
  max-width: 170px;
}
#love-coop main .cv-area .cv-area-item_02 {
  max-width: 210px;
  left: 0;
  bottom: 30px;
}
#love-coop main .cv-area .cv-area-item_03 {
  max-width: 160px;
  right: 30px;
  top: 25px;
}
#love-coop main .cv-area .cv-area-item_04 {
  max-width: 190px;
  right: 0;
  bottom: 30px;
}
@media (hover: hover) {
  #love-coop main .cv-area .cv-area-box img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #love-coop main .cv-area .cv-area-link:hover ~ .cv-area-box img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 1400px) {
  #love-coop main .cv-area {
    margin-bottom: min(-11.4285714286vw, -160px);
  }
  #love-coop main .cv-area .cv-area-box {
    max-width: min(28.5714285714vw, 400px);
    bottom: -20px;
  }
  #love-coop main .cv-area .cv-area-item_01 {
    max-width: min(12.1428571429vw, 170px);
  }
  #love-coop main .cv-area .cv-area-item_02 {
    max-width: min(15vw, 210px);
    bottom: min(2.1428571429vw, 30px);
  }
  #love-coop main .cv-area .cv-area-item_03 {
    max-width: min(11.4285714286vw, 160px);
    right: min(2.1428571429vw, 30px);
    top: min(1.7857142857vw, 25px);
  }
  #love-coop main .cv-area .cv-area-item_04 {
    max-width: min(13.5714285714vw, 190px);
    bottom: min(2.1428571429vw, 30px);
  }
}
@media (max-width: 900px) {
  #love-coop main .cv-area .cv-area-box {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #love-coop main .cv-area {
    margin-bottom: -95px;
  }
  #love-coop main .cv-area .c-wrap {
    padding: 0;
  }
  #love-coop main .cv-area .cv-area-ttl {
    font-size: 32px;
    line-height: 1.28125;
    margin-bottom: 10px;
  }
  #love-coop main .cv-area .cv-area-txt {
    font-size: 13px;
    margin-bottom: 25px;
  }
  #love-coop main .cv-area .cv-area-link {
    max-width: 200px;
  }
  #love-coop main .cv-area .cv-area-box {
    max-width: 200px;
  }
  #love-coop main .cv-area .cv-area-item_01 {
    max-width: 86px;
    left: 5px;
    top: -10px;
  }
  #love-coop main .cv-area .cv-area-item_02 {
    max-width: 92px;
    left: 7px;
    bottom: 35px;
  }
  #love-coop main .cv-area .cv-area-item_03 {
    max-width: 82px;
    right: 5px;
    top: -10px;
  }
  #love-coop main .cv-area .cv-area-item_04 {
    max-width: 100px;
    right: -16px;
    bottom: 30px;
  }
}
#love-coop main .tvcm {
  position: relative;
  padding-top: 90px;
  background-color: #fff3f3;
  margin-bottom: 95px;
}
#love-coop main .tvcm .tvcm-ttl {
  text-align: center;
  font-size: 50px;
  line-height: 1;
  color: #ff0000;
  margin-bottom: 40px;
}
#love-coop main .tvcm .tvcm-area {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border-radius: 32px;
  border: 17px solid #ff0000;
  background-color: #fff4e2;
  height: 450px;
}
#love-coop main .tvcm .tvcm-area iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  #love-coop main .tvcm {
    padding-top: 30px;
    margin-bottom: 110px;
  }
  #love-coop main .tvcm .tvcm-ttl {
    font-size: 31px;
    margin-bottom: 30px;
  }
  #love-coop main .tvcm .tvcm-area {
    border: 7px solid #ff0000;
    height: 186px;
  }
  #love-coop main .tvcm .tvcm-area iframe {
    border-radius: 24px;
  }
}
#love-coop main .restaurant {
  padding-bottom: 110px;
  position: relative;
}
#love-coop main .restaurant .c-wrap {
  max-width: 800px;
}
#love-coop main .restaurant .restaurant-pop {
  max-width: 194px;
  width: 100%;
  margin: 0 auto 15px auto;
}
#love-coop main .restaurant .restaurant-item {
  position: absolute;
  width: 100%;
  z-index: 1;
}
#love-coop main .restaurant .restaurant-item_01 {
  max-width: 140px;
  top: -30px;
  left: 0;
  right: 40%;
  margin: auto;
}
#love-coop main .restaurant .restaurant-item_02 {
  max-width: 130px;
  left: 5.7142857143vw;
  top: 130px;
}
#love-coop main .restaurant .restaurant-item_03 {
  max-width: 120px;
  left: 2.8571428571vw;
  top: 300px;
}
#love-coop main .restaurant .restaurant-item_04 {
  max-width: 140px;
  left: 4.6428571429vw;
  top: 550px;
}
#love-coop main .restaurant .restaurant-item_05 {
  max-width: 150px;
  top: 0;
  left: 35%;
  right: 0;
  margin: auto;
}
#love-coop main .restaurant .restaurant-item_06 {
  max-width: 120px;
  right: 6.0714285714vw;
  top: 110px;
}
#love-coop main .restaurant .restaurant-item_07 {
  max-width: 120px;
  right: 2.8571428571vw;
  top: 320px;
}
#love-coop main .restaurant .restaurant-item_08 {
  max-width: 120px;
  right: 5vw;
  top: 500px;
}
#love-coop main .restaurant .restaurant-ttl {
  font-size: 50px;
  line-height: 1.18;
  color: #ff0000;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin-bottom: 15px;
}
#love-coop main .restaurant .restaurant-ttl::after, #love-coop main .restaurant .restaurant-ttl::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
#love-coop main .restaurant .restaurant-ttl::before {
  background-image: url(../img/restaurant-ttl-left.png);
  width: 50px;
  height: 90px;
}
#love-coop main .restaurant .restaurant-ttl::after {
  background-image: url(../img/restaurant-ttl-right.png);
  width: 40px;
  height: 100px;
}
#love-coop main .restaurant .restaurant-day {
  max-width: 296px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #ff0000;
  border: 1px solid #ff0000;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 13px 0;
  margin-bottom: 20px;
}
#love-coop main .restaurant .restaurant-day-txt {
  font-size: 17px;
  line-height: 1;
}
#love-coop main .restaurant .restaurant-day-txt .zenkaku-left {
  margin-left: -0.5em;
}
#love-coop main .restaurant .restaurant-day-txt .zenkaku-right {
  margin-right: -0.5em;
}
#love-coop main .restaurant .restaurant-txt {
  text-align: center;
  color: #000000;
  font-size: 20px;
  margin-bottom: 30px;
}
#love-coop main .restaurant .restaurant-img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
#love-coop main .restaurant .restaurant-img {
  max-width: 384px;
  width: 100%;
}
#love-coop main .restaurant .restaurant-img img {
  border-radius: 10px;
}
#love-coop main .restaurant .restaurant-info-txt {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.9375;
  margin-bottom: 40px;
}
#love-coop main .restaurant .restaurant-link {
  display: block;
  max-width: 504px;
  width: 100%;
  margin: 0 auto;
  border: 3px solid #ff0000;
  border-radius: 50px;
  text-align: center;
  background-color: #fff;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0;
  -webkit-box-shadow: 0 5px 0 #ff0000;
          box-shadow: 0 5px 0 #ff0000;
  padding: 13px 0;
}
@media (hover: hover) {
  #love-coop main .restaurant .restaurant-link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #love-coop main .restaurant .restaurant-link:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-box-shadow: 0 0 0 #ff0000;
            box-shadow: 0 0 0 #ff0000;
  }
}
@media (max-width: 1400px) {
  #love-coop main .restaurant .restaurant-item_01 {
    max-width: min(10vw, 140px);
    top: min(-2.1428571429vw, -30px);
  }
  #love-coop main .restaurant .restaurant-item_02 {
    max-width: min(9.2857142857vw, 130px);
    top: min(9.2857142857vw, 130px);
  }
  #love-coop main .restaurant .restaurant-item_03 {
    max-width: min(8.5714285714vw, 120px);
    top: min(21.4285714286vw, 300px);
  }
  #love-coop main .restaurant .restaurant-item_04 {
    max-width: min(10vw, 140px);
    top: min(39.2857142857vw, 550px);
  }
  #love-coop main .restaurant .restaurant-item_05 {
    max-width: min(10.7142857143vw, 150px);
  }
  #love-coop main .restaurant .restaurant-item_06 {
    max-width: min(8.5714285714vw, 120px);
    top: min(7.8571428571vw, 110px);
  }
  #love-coop main .restaurant .restaurant-item_07 {
    max-width: min(8.5714285714vw, 120px);
    top: min(22.8571428571vw, 320px);
  }
  #love-coop main .restaurant .restaurant-item_08 {
    max-width: min(8.5714285714vw, 120px);
    top: min(35.7142857143vw, 500px);
  }
}
@media (max-width: 900px) {
  #love-coop main .restaurant .restaurant-ttl {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  #love-coop main .restaurant {
    padding-bottom: 25px;
  }
  #love-coop main .restaurant .restaurant-pop {
    max-width: 122px;
    margin-bottom: 5px;
  }
  #love-coop main .restaurant .c-wrap {
    padding: 0;
  }
  #love-coop main .restaurant .restaurant-ttl {
    font-size: 31px;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  #love-coop main .restaurant .restaurant-ttl::before, #love-coop main .restaurant .restaurant-ttl::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  #love-coop main .restaurant .restaurant-ttl::before {
    background-image: url(../img/restaurant-ttl-left-sp.png);
    width: 30px;
    height: 58px;
  }
  #love-coop main .restaurant .restaurant-ttl::after {
    background-image: url(../img/restaurant-ttl-right-sp.png);
    width: 26px;
    height: 58px;
  }
  #love-coop main .restaurant .restaurant-day {
    max-width: 219px;
    padding: 8px 0;
    border-radius: 6px;
  }
  #love-coop main .restaurant .restaurant-day-txt {
    font-size: 12px;
  }
  #love-coop main .restaurant .restaurant-txt {
    font-size: 13px;
    margin-bottom: 25px;
  }
  #love-coop main .restaurant .restaurant-img-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
    margin-bottom: 35px;
  }
  #love-coop main .restaurant .restaurant-img {
    max-width: 300px;
  }
  #love-coop main .restaurant .restaurant-img:first-child img {
    border-radius: 0 8px 8px 0;
  }
  #love-coop main .restaurant .restaurant-img:last-child {
    margin-left: auto;
  }
  #love-coop main .restaurant .restaurant-img:last-child img {
    border-radius: 8px 0 0 8px;
  }
  #love-coop main .restaurant .restaurant-wrap {
    padding: 0 20px;
  }
  #love-coop main .restaurant .restaurant-info-txt {
    text-align: justify;
    font-size: 14px;
    line-height: 1.6428571429;
    margin-bottom: 30px;
  }
  #love-coop main .restaurant .restaurant-link {
    font-size: 21px;
    line-height: 1.3333333333;
    border-radius: 28px;
  }
  #love-coop main .restaurant .restaurant-item_01 {
    max-width: 80px;
    top: -35px;
    left: 15px;
    right: unset;
    margin: auto;
  }
  #love-coop main .restaurant .restaurant-item_02 {
    max-width: 90px;
    left: 0;
    right: 0;
    top: -70px;
    margin: auto;
  }
  #love-coop main .restaurant .restaurant-item_03 {
    max-width: 62px;
    left: -20px;
    top: 49%;
  }
  #love-coop main .restaurant .restaurant-item_04 {
    max-width: 66px;
    left: 20px;
    top: 63%;
  }
  #love-coop main .restaurant .restaurant-item_05 {
    max-width: 84px;
    top: -10px;
    left: unset;
    right: 15px;
    margin: auto;
  }
  #love-coop main .restaurant .restaurant-item_06 {
    max-width: 70px;
    right: 20px;
    top: 28%;
  }
  #love-coop main .restaurant .restaurant-item_08 {
    max-width: 56px;
    right: -15px;
    top: 42%;
  }
}
#love-coop main .others {
  background-color: #e50012;
  position: relative;
}
#love-coop main .others .others-ttl {
  text-align: center;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 35px;
}
#love-coop main .others .others-content {
  background-color: #fff;
  border-radius: 23px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 35px 55px 35px;
}
#love-coop main .others .others-box:not(:last-child) {
  margin-bottom: 50px;
}
#love-coop main .others .others-box-ttl {
  background-color: #ff0000;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
  padding: 18.5px 0;
  margin-bottom: 35px;
}
#love-coop main .others .others-box-item {
  padding: 0 72px;
  margin-bottom: 30px;
}
#love-coop main .others .others-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
#love-coop main .others .others-box-list:not(:last-child) {
  margin-bottom: 10px;
}
#love-coop main .others .others-box-list-txt {
  font-size: 21px;
  line-height: 1.5238095238;
  letter-spacing: 0.04em;
  color: #ff0000;
}
#love-coop main .others .others-box-list-txt .others-box-list-caption {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
}
#love-coop main .others .others-box-list-number {
  background-color: #ff0000;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  width: 34px;
  height: 34px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#love-coop main .others .others-box-img {
  max-width: 786px;
  width: 100%;
  margin: 0 auto;
}
#love-coop main .others .others-box-info {
  margin: 0 72px;
}
#love-coop main .others .others-box-info:not(:last-child) {
  background-image: repeating-linear-gradient(90deg, #ff0000, #ff0000 5px, transparent 5px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#love-coop main .others .others-box-info .others-box-item {
  padding: 0;
}
#love-coop main .others .others-box-subttl {
  font-size: 25px;
  margin-bottom: 20px;
  color: #ff0000;
}
#love-coop main .others .others-box-caption {
  color: #ff0000;
  font-size: 14px;
  line-height: 1.7857142857;
  margin-top: 10px;
}
#love-coop main .others .border-top {
  margin-top: -190px;
}
@media (max-width: 1400px) {
  #love-coop main .others .border-top {
    margin-top: -180px;
  }
}
@media (max-width: 1200px) {
  #love-coop main .others .border-top {
    margin-top: -110px;
  }
}
@media (max-width: 900px) {
  #love-coop main .others .others-box-item {
    padding: 0;
  }
  #love-coop main .others .others-box-info {
    margin: 0;
  }
  #love-coop main .others .others-box-info:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #love-coop main .others .others-ttl {
    font-size: 26px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  #love-coop main .others .others-content {
    border-radius: 10px;
    padding: 20px 15px 30px 15px;
  }
  #love-coop main .others .others-box:not(:last-child) {
    margin-bottom: 25px;
  }
  #love-coop main .others .others-box-ttl {
    font-size: 15px;
    padding: 11.5px 0;
    margin-bottom: 15px;
  }
  #love-coop main .others .others-box-item {
    margin-bottom: 20px;
  }
  #love-coop main .others .others-box-list {
    gap: 5px;
  }
  #love-coop main .others .others-box-list:not(:last-child) {
    margin-bottom: 7px;
  }
  #love-coop main .others .others-box-list-number {
    font-size: 12px;
    width: 19px;
    height: 19px;
    padding-bottom: 1px;
    padding-left: 1px;
  }
  #love-coop main .others .others-box-info:not(:last-child) {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
  #love-coop main .others .others-box-list-txt {
    font-size: 12px;
  }
  #love-coop main .others .others-box-list-txt .others-box-list-caption {
    font-size: 10px;
  }
  #love-coop main .others .others-box-subttl {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 7px;
  }
  #love-coop main .others .others-box-caption {
    font-size: 10px;
    line-height: 1.5555555556;
    letter-spacing: 0;
  }
  #love-coop main .others .border-top {
    margin-top: -75px;
  }
}
#love-coop main .character {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  margin-top: -70px;
  height: 230px;
  position: relative;
}
#love-coop main .character .character-img {
  position: absolute;
  width: 100%;
}
#love-coop main .character .character-img_01 {
  max-width: 140px;
  left: 0;
  top: -20px;
}
#love-coop main .character .character-img_02 {
  max-width: 230px;
  bottom: 0;
  left: 225px;
}
#love-coop main .character .character-img_03 {
  max-width: 150px;
  left: 200px;
  right: 0;
  margin: auto;
  bottom: 30px;
}
#love-coop main .character .character-img_04 {
  max-width: 170px;
  right: -55px;
  top: -10px;
}
@media (max-width: 1400px) {
  #love-coop main .character {
    margin-top: min(-7.1428571429vw, -100px);
    height: min(16.4285714286vw, 230px);
  }
  #love-coop main .character .character-img_01 {
    max-width: min(10vw, 140px);
    top: min(-1.4285714286vw, -20px);
  }
  #love-coop main .character .character-img_02 {
    max-width: min(16.4285714286vw, 230px);
    left: min(16.0714285714vw, 225px);
  }
  #love-coop main .character .character-img_03 {
    max-width: min(10.7142857143vw, 150px);
    left: min(14.2857142857vw, 200px);
    bottom: min(2.1428571429vw, 30px);
  }
  #love-coop main .character .character-img_04 {
    max-width: min(12.1428571429vw, 170px);
    right: 0;
    top: min(-0.7142857143vw, -10px);
  }
}
@media screen and (max-width: 768px) {
  #love-coop main .character {
    margin-top: 0;
    height: 90px;
  }
  #love-coop main .character .character-img_01 {
    max-width: 60px;
    left: 15px;
    top: -20px;
  }
  #love-coop main .character .character-img_02 {
    max-width: 104px;
    bottom: 30px;
    left: 70px;
  }
  #love-coop main .character .character-img_03 {
    max-width: 70px;
    left: 90px;
    right: 0;
    margin: auto;
    bottom: 25px;
  }
  #love-coop main .character .character-img_04 {
    max-width: 74px;
    right: 20px;
    top: -25px;
  }
}
#love-coop main .note {
  margin-bottom: 70px;
}
#love-coop main .note .note-content {
  max-width: 778px;
  width: 100%;
  margin: 0 auto;
  background-image: repeating-linear-gradient(90deg, #ff0000, #ff0000 5px, transparent 5px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
#love-coop main .note .note-ttl {
  text-align: center;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  color: #ff0000;
  position: relative;
}
#love-coop main .note .note-ttl span {
  background-color: #fff3f3;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
#love-coop main .note .note-ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  background-image: repeating-linear-gradient(90deg, #ff0000, #ff0000 5px, transparent 5px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
#love-coop main .note .note-txt {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 2;
  padding: 25px 0 30px 0;
}
@media screen and (max-width: 768px) {
  #love-coop main .note {
    padding: 45px 0 0 0;
    margin-bottom: 35px;
  }
  #love-coop main .note .note-ttl span {
    padding: 0 18px;
  }
  #love-coop main .note .note-txt {
    font-size: 13px;
    line-height: 1.6153846154;
    padding: 15px 0 20px 0;
  }
}
#love-coop main .floating {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 100;
}
#love-coop main .floating a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 0;
}
#love-coop main .floating .floating-txt {
  max-width: 170px;
  width: 100%;
}
#love-coop main .floating .floating-img {
  max-width: 120px;
  width: 100%;
}
@media (hover: hover) {
  #love-coop main .floating a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #love-coop main .floating a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  #love-coop main .floating {
    bottom: 10px;
    right: 5px;
  }
  #love-coop main .floating .floating-txt {
    max-width: 94px;
  }
  #love-coop main .floating .floating-img {
    max-width: 62px;
  }
}
#love-coop footer {
  padding-bottom: 25px;
}
#love-coop footer .footer-logo {
  max-width: 130px;
  width: 100%;
  margin: 0 auto 70px auto;
}
#love-coop footer .footer-copy {
  text-align: center;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #love-coop footer {
    padding-bottom: 35px;
  }
  #love-coop footer .footer-logo {
    margin-bottom: 25px;
  }
}

#custom-cursor {
  position: fixed;
  width: 104px;
  height: 100px;
  pointer-events: none;
  z-index: 9999;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#custom-cursor img {
  width: 100%;
  height: 100%;
}

.stamp {
  position: absolute;
  width: 130px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%) rotate(var(--rot)) scale(1.3);
          transform: translate(-50%, -50%) rotate(var(--rot)) scale(1.3);
  opacity: 1;
  -webkit-animation: stampDown 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: stampDown 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@-webkit-keyframes stampDown {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(var(--rot)) scale(1.5);
            transform: translate(-50%, -50%) rotate(var(--rot)) scale(1.5);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(-50%, -50%) rotate(var(--rot)) scale(0.88);
            transform: translate(-50%, -50%) rotate(var(--rot)) scale(0.88);
    opacity: 1;
  }
  55% {
    -webkit-transform: translate(-50%, -50%) rotate(var(--rot)) scale(1.04);
            transform: translate(-50%, -50%) rotate(var(--rot)) scale(1.04);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) rotate(var(--rot)) scale(0.97);
            transform: translate(-50%, -50%) rotate(var(--rot)) scale(0.97);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(var(--rot)) scale(1);
            transform: translate(-50%, -50%) rotate(var(--rot)) scale(1);
    opacity: 1;
  }
}

@keyframes stampDown {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(var(--rot)) scale(1.5);
            transform: translate(-50%, -50%) rotate(var(--rot)) scale(1.5);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(-50%, -50%) rotate(var(--rot)) scale(0.88);
            transform: translate(-50%, -50%) rotate(var(--rot)) scale(0.88);
    opacity: 1;
  }
  55% {
    -webkit-transform: translate(-50%, -50%) rotate(var(--rot)) scale(1.04);
            transform: translate(-50%, -50%) rotate(var(--rot)) scale(1.04);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) rotate(var(--rot)) scale(0.97);
            transform: translate(-50%, -50%) rotate(var(--rot)) scale(0.97);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(var(--rot)) scale(1);
            transform: translate(-50%, -50%) rotate(var(--rot)) scale(1);
    opacity: 1;
  }
}
.stamp img {
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
}

@media screen and (max-width: 768px) {
  #custom-cursor {
    display: none;
  }
  .stamp {
    width: 104px;
  }
}