@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

*, :before, :after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.spOnly {
  display: none;
}

@media screen and (max-width: 640px) {
  main br:not(.sp-br) {
    display: none;
  }
  main br.sp-br {
    display: block !important;
  }
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block;
  }
}
main img {
  vertical-align: top;
  max-width: 100%;
  width: initial;
}
main a {
  text-decoration: none;
}

/* ===============================================================================
Main
=============================================================================== */
/* main a[target=_blank]{
  color: #0000ff;
  display: inline;
}
main a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
} */
.center {
  text-align: center;
}

.delighter {
  opacity: 0;
  -webkit-transform: translatey(80px);
          transform: translatey(80px);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.techo-items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.delighter.started {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@-webkit-keyframes dance {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@keyframes dance {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
#bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -3;
  top: 0;
  left: 0;
  background-image: url(../../img/bg.jpg);
  background-size: cover;
}

#container {
  font-family: "Aoto Gothic Bold", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow: hidden;
  color: #284738;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-1-20 16:9:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@-webkit-keyframes scale-down-center {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-down-center {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-ver-bottom {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
@keyframes scale-up-ver-bottom {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
.top {
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.top.active {
  opacity: 1;
}
.top h1 {
  display: none;
}
.top .mv {
  width: 100%;
  padding-top: 48.98%;
  position: relative;
  z-index: 1;
}
@media (max-width: 835px) {
  .top .mv {
    height: 0;
    padding-top: 154.6%;
  }
}
.top .mv .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top .mv .img img {
  width: 100%;
}
.top .mv p {
  position: absolute;
}
.top .mv p:nth-of-type(1) {
  width: 19.965vw;
  left: 3.4vw;
  top: 3vw;
}
@media (max-width: 835px) {
  .top .mv p:nth-of-type(1) {
    width: 62.4vw;
    left: 5.33vw;
    top: auto;
    bottom: 3.5vw;
  }
}
.top .mv p:nth-of-type(2) {
  width: 26.041vw;
  left: 3.4vw;
  bottom: 2.7vw;
}
@media (max-width: 835px) {
  .top .mv p:nth-of-type(2) {
    width: 66.933vw;
    left: 5.6vw;
    top: 15.733vw;
  }
}
.top .mv p:nth-of-type(3) {
  width: 54.745vw;
  left: 32.9vw;
  top: 3vw;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
}
@media (max-width: 835px) {
  .top .mv p:nth-of-type(3) {
    width: 92.266vw;
    left: 4.26vw;
    top: 4.26vw;
    bottom: auto;
  }
}
.top .mv p:nth-of-type(3).active {
  -webkit-animation: scale-up-ver-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: scale-up-ver-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.top .mv p:nth-of-type(4) {
  width: 12.673vw;
  right: 14.4vw;
  top: 12.8vw;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@media (max-width: 835px) {
  .top .mv p:nth-of-type(4) {
    width: 19.733vw;
    right: 14vw;
    top: auto;
    bottom: 47.5vw;
  }
}

@-webkit-keyframes confetti-anim {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  16% {
    -webkit-transform: translate(3px, 150px) rotate(20deg);
            transform: translate(3px, 150px) rotate(20deg);
  }
  32% {
    -webkit-transform: translate(0, 300px) rotate(50deg);
            transform: translate(0, 300px) rotate(50deg);
  }
  48% {
    -webkit-transform: translate(-20px, 450px) rotate(150deg);
            transform: translate(-20px, 450px) rotate(150deg);
  }
  64% {
    -webkit-transform: translate(-40px, 600px) rotate(-50deg);
            transform: translate(-40px, 600px) rotate(-50deg);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: translate(-60px, 750px) rotate(-180deg);
            transform: translate(-60px, 750px) rotate(-180deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-70px, 900px);
            transform: translate(-70px, 900px);
    opacity: 0;
  }
}

@keyframes confetti-anim {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  16% {
    -webkit-transform: translate(3px, 150px) rotate(20deg);
            transform: translate(3px, 150px) rotate(20deg);
  }
  32% {
    -webkit-transform: translate(0, 300px) rotate(50deg);
            transform: translate(0, 300px) rotate(50deg);
  }
  48% {
    -webkit-transform: translate(-20px, 450px) rotate(150deg);
            transform: translate(-20px, 450px) rotate(150deg);
  }
  64% {
    -webkit-transform: translate(-40px, 600px) rotate(-50deg);
            transform: translate(-40px, 600px) rotate(-50deg);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: translate(-60px, 750px) rotate(-180deg);
            transform: translate(-60px, 750px) rotate(-180deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-70px, 900px);
            transform: translate(-70px, 900px);
    opacity: 0;
  }
}
@keyframes dance {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
.yodogawa {
  padding: 66px 0 0;
  font-size: 1.8rem;
  line-height: 1.6111111111;
  text-align: center;
  border-bottom: 3px solid #284738;
  position: relative;
}
@media (max-width: 640px) {
  .yodogawa {
    padding: 22px 0 0;
    font-size: 1.6rem;
    border-bottom: 2px solid #284738;
  }
}
.yodogawa .text {
  max-width: 448px;
  width: 88%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 1;
  color: #000;
  line-height: 29px; /* 161.111% */
}
@media (max-width: 640px) {
  .yodogawa .text {
    line-height: 26px; /* 162.5% */
  }
}
.yodogawa .text p {
  padding-top: 2em;
  font-size: 1.5rem;
}
.yodogawa .text a {
  color: #F45637;
}
.yodogawa .tools {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}
@media (max-width: 640px) {
  .yodogawa .tools {
    padding-top: 25px;
  }
}
.yodogawa .tools ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 836px) {
  .yodogawa .tools ul {
    width: 84vw;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .yodogawa .tools ul {
    gap: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
  }
}
.yodogawa .tools ul li {
  -webkit-animation: dance 1s steps(1) infinite;
          animation: dance 1s steps(1) infinite;
}
@media (max-width: 640px) {
  .yodogawa .tools ul li {
    width: calc((100% - 10px) / 3);
  }
}
@media (min-width: 836px) {
  .yodogawa .tools ul li:nth-child(1) {
    width: 13.25vw;
  }
}
.yodogawa .tools ul li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media (min-width: 836px) {
  .yodogawa .tools ul li:nth-child(2) {
    width: 11.34vw;
  }
}
.yodogawa .tools ul li:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media (min-width: 836px) {
  .yodogawa .tools ul li:nth-child(3) {
    width: 16.72vw;
  }
}
@media (min-width: 836px) {
  .yodogawa .tools ul li:nth-child(4) {
    width: 15.39vw;
  }
}
.yodogawa .tools ul li:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media (min-width: 836px) {
  .yodogawa .tools ul li:nth-child(5) {
    width: 12.03vw;
  }
}
.yodogawa .tools ul li:nth-child(6) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media (min-width: 836px) {
  .yodogawa .tools ul li:nth-child(6) {
    width: 8.27vw;
  }
}
.yodogawa .btn_index {
  max-width: 328px;
  width: 77.333vw;
  margin: 20px auto 60px;
  position: relative;
  z-index: 1;
}
@media (min-width: 836px) {
  .yodogawa .btn_index {
    margin: 80px auto 140px;
  }
  .yodogawa .btn_index img {
    width: 328px;
  }
}
.yodogawa .confetti {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.yodogawa .confetti.active {
  opacity: 1;
}
.yodogawa .confetti img {
  position: absolute;
  top: -5%;
  left: 0;
  -webkit-animation: confetti-anim linear 12s infinite;
          animation: confetti-anim linear 12s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media (max-width: 640px) {
  .yodogawa .confetti img {
    width: 24px;
  }
}
.yodogawa .confetti img:nth-of-type(1) {
  left: 5%;
}
.yodogawa .confetti img:nth-of-type(2) {
  left: 12%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@media (max-width: 640px) {
  .yodogawa .confetti img:nth-of-type(2) {
    display: none;
  }
}
.yodogawa .confetti img:nth-of-type(3) {
  left: 15%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.yodogawa .confetti img:nth-of-type(4) {
  left: 22%;
}
@media (max-width: 640px) {
  .yodogawa .confetti img:nth-of-type(4) {
    display: none;
  }
}
.yodogawa .confetti img:nth-of-type(5) {
  left: 25%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.yodogawa .confetti img:nth-of-type(6) {
  left: 28%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@media (max-width: 640px) {
  .yodogawa .confetti img:nth-of-type(6) {
    display: none;
  }
}
.yodogawa .confetti img:nth-of-type(7) {
  left: 35%;
}
.yodogawa .confetti img:nth-of-type(8) {
  left: 40%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (max-width: 640px) {
  .yodogawa .confetti img:nth-of-type(8) {
    display: none;
  }
}
.yodogawa .confetti img:nth-of-type(9) {
  left: 43%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.yodogawa .confetti img:nth-of-type(10) {
  left: 50%;
}
.yodogawa .confetti img:nth-of-type(11) {
  left: 55%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (max-width: 640px) {
  .yodogawa .confetti img:nth-of-type(11) {
    display: none;
  }
}
.yodogawa .confetti img:nth-of-type(12) {
  left: 60%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.yodogawa .confetti img:nth-of-type(13) {
  left: 63%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.yodogawa .confetti img:nth-of-type(14) {
  left: 70%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.yodogawa .confetti img:nth-of-type(15) {
  left: 75%;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.yodogawa .confetti img:nth-of-type(16) {
  left: 81%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.yodogawa .confetti img:nth-of-type(17) {
  left: 85%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.yodogawa .confetti img:nth-of-type(18) {
  left: 90%;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.yodogawa .confetti img:nth-of-type(19) {
  left: 93%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.pickup {
  background-color: #fff;
  padding: 0 0 60px;
  border-bottom: 4px solid;
  position: relative;
  color: #000;
}
@media (max-width: 640px) {
  .pickup {
    padding: 0 0 40px;
    border-width: 2px;
  }
}
.pickup h2 {
  margin-bottom: 120px;
}
.pickup h2 img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .pickup h2 {
    margin-bottom: 40px;
  }
}
.pickup .items {
  margin: 0 auto;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 640px) {
  .pickup .items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    gap: 25px;
    padding: 0 4vw;
  }
}
.pickup .items .item {
  position: relative;
}
@media (min-width: 836px) {
  .pickup .items .item {
    width: 420px;
  }
}
.pickup .items .item.new::after {
  content: "";
  display: block;
  background: url(../img/icon_new.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 94px;
  height: 47px;
  top: 0;
  left: -20px;
}
@media (max-width: 640px) {
  .pickup .items .item.new::after {
    width: 80px;
    height: 49px;
    top: -10px;
    left: -3vw;
  }
}
.pickup .items .item dd {
  position: relative;
  text-align: center;
}
.pickup .items .item dd img {
  width: 352px;
}
@media (max-width: 640px) {
  .pickup .items .item dd img {
    width: 73.333vw;
    margin: 0 auto;
  }
}
.pickup .items .item dd img:nth-of-type(2) {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .pickup .items .item dd img:nth-of-type(2) {
    top: 0;
  }
}
.pickup .items .item dt {
  position: relative;
}
.pickup .items .item dt h3 {
  font-size: 2.2rem;
  padding: 15px 0 10px;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 640px) {
  .pickup .items .item dt h3 {
    padding-bottom: 0;
  }
}
.pickup .items .item dt span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
}
.pickup .items .item dt span small {
  font-size: 1.3rem;
}
.pickup .items .item dt p {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  font-size: 1.5rem;
  text-align: left;
  padding-top: 30px;
}
@media (max-width: 640px) {
  .pickup .items .item dt p {
    padding-top: 16px;
  }
}
.pickup .btn_shopping {
  z-index: 1;
  position: relative;
  width: 191px;
  margin: 0 auto;
  padding-top: 30px;
}
@media (min-width: 836px) {
  .pickup .btn_shopping {
    padding-top: 60px;
  }
}
.pickup .btn_shopping a {
  display: inline-block;
}
.pickup a {
  color: #F45637;
}

.index_title {
  margin: 30px auto;
}
@media (min-width: 836px) {
  .index_title {
    max-width: 1000px;
    margin: 150px auto 116px;
  }
}
.index_title .img h2 {
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
}
@media (min-width: 836px) {
  .index_title .img h2 {
    top: 35px;
  }
}
.index_title .img h2 span {
  color: #336030;
  font-size: 1.8rem;
  display: inline-block;
  border-radius: 47.5px;
  background: #FFFCAC;
  padding: 6px 20px;
}
@media (min-width: 836px) {
  .index_title .img h2 span {
    font-size: 3.2rem;
    padding: 11px 39px;
  }
}
.index_title ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 1.4rem;
  color: #000;
}
@media (min-width: 836px) {
  .index_title ul {
    font-size: 1.5rem;
    padding-top: 50px;
  }
}
.index_title ul li + li {
  padding-top: 0.3em;
}

.content {
  padding-top: 20px;
  padding-bottom: 52px;
}
@media (min-width: 836px) {
  .content {
    padding-top: 105px;
    padding-bottom: 146px;
  }
}
.content h3 {
  padding-left: 5vw;
}
.content h3 img {
  height: 40px;
}
@media (min-width: 836px) {
  .content h3 img {
    height: 65px;
    margin: 0 auto;
  }
}
@media (min-width: 836px) {
  .content h3 {
    max-width: 840px;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
  }
}
.content .img-top {
  max-width: 1254px;
  width: 81.333vw;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 836px) {
  .content .img-top {
    margin-top: 50px;
  }
}
.content .img-top img {
  width: 100%;
}
.content .img-top img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.content > .text {
  max-width: 410px;
  font-size: 1.6rem;
  line-height: 28px; /* 175% */
  padding: 60px 0 30px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .content > .text {
    width: auto;
    font-size: 1.5rem;
    line-height: 26px;
    padding: 20px 20px 0 20px;
  }
}
.content .point {
  background-color: #fff;
  border-radius: 18px;
  max-width: 840px;
  width: 94.666vw;
  margin: 72px auto 0;
  position: relative;
}
.content .point h4 {
  width: 96px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -48px;
}
@media (min-width: 836px) {
  .content .point h4 {
    width: 140px;
    top: -70px;
  }
}
.content .point .text {
  color: #336030;
  font-size: 1.5rem;
  padding-top: 60px;
}
@media (min-width: 836px) {
  .content .point .text {
    font-size: 2rem;
    letter-spacing: 0.4px;
    padding-top: 90px;
  }
}
.content .point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 0 10px 10px 10px;
}
@media (min-width: 836px) {
  .content .point ul {
    gap: 18px;
    padding: 20px 26px 30px;
  }
}
.content .point ul li {
  width: calc((100% - 7px) / 2);
}
@media (min-width: 836px) {
  .content .point ul li {
    width: calc((100% - 18px) / 2);
  }
}
.content .point ul li img {
  border-radius: 18px;
}
@media (min-width: 836px) {
  .content .point ul li img {
    border-radius: 24px;
  }
}
.content .point ul li.text {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 836px) {
  .content .point ul li.text {
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 0.4px;
  }
}
.content .howto {
  background-color: #fff;
  border-radius: 18px;
  max-width: 840px;
  width: 94.666vw;
  margin: 72px auto 0;
  position: relative;
}
@media (min-width: 836px) {
  .content .howto {
    margin: 100px auto 0;
  }
}
.content .howto h4 {
  width: 282px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -24px;
}
@media (min-width: 836px) {
  .content .howto h4 {
    width: 367px;
    top: -31px;
  }
}
.content .howto .img.top {
  padding-top: 44px;
}
@media (min-width: 836px) {
  .content .howto .img.top {
    padding-top: 70px;
  }
}
.content .howto .text {
  color: #336030;
  font-size: 1.6rem;
  line-height: 22px;
  padding: 18px 4.8vw;
}
@media (min-width: 836px) {
  .content .howto .text {
    font-size: 2rem;
    line-height: 28px;
    padding: 20px 92px 40px;
  }
}
.content hr {
  background-image: url(../img/border.svg);
  width: 100%;
  height: 3px;
  border: 0px;
  margin-bottom: -62px;
}
.content#content1 {
  background-color: #FFE15B;
}
@media (max-width: 640px) {
  .content#content1 .center {
    text-align: left;
    padding-left: 18px;
    padding-bottom: 10px;
  }
}
.content#content2 {
  background-color: #218518;
}
.content#content2 h3 img {
  height: 114px;
}
@media (min-width: 836px) {
  .content#content2 h3 img {
    height: 152px;
  }
}
.content#content2 > .text {
  color: #fff;
}
.content#content2 .point ul {
  padding-top: 60px;
}
@media (min-width: 836px) {
  .content#content2 .point ul {
    padding-top: 90px;
  }
}
.content#content4 {
  background-color: #355BA7;
}
.content#content4 > .text {
  color: #fff;
}
.content#content4 .point ul {
  padding-top: 60px;
}
@media (min-width: 836px) {
  .content#content4 .point ul {
    padding-top: 90px;
  }
}
.content#content5 {
  background-color: #FFE15B;
}
@media (max-width: 640px) {
  .content#content5 h3 {
    padding-left: 3.5vw;
  }
}
.content#content5 .point ul {
  padding-top: 60px;
}
@media (min-width: 836px) {
  .content#content5 .point ul {
    padding-top: 90px;
  }
}
.content#content6 {
  background-color: #218518;
}
@media (max-width: 640px) {
  .content#content6 h3 {
    padding-left: 3.2vw;
  }
}
.content#content6 > .text {
  color: #fff;
  padding-bottom: 0;
}
.content#content6 h5 {
  font-family: "Aoto Gothic Extra Bold", sans-serif;
  font-size: 1.8rem;
  line-height: 28px; /* 116.667% */
  position: relative;
  padding-top: 23px;
  padding-left: 37px;
  color: #336030;
}
@media (min-width: 836px) {
  .content#content6 h5 {
    font-size: 2.4rem;
    padding-top: 58px;
    padding-left: 85px;
  }
}
.content#content6 h5::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #336030;
  margin-bottom: -5px;
  margin-right: 15px;
}
@media (min-width: 836px) {
  .content#content6 h5::before {
    width: 28px;
    height: 28px;
  }
}
.content#content6 h5 + .img {
  padding-top: 17px;
  padding-bottom: 20px;
}
@media (min-width: 836px) {
  .content#content6 h5 + .img {
    max-width: 737px;
    margin-left: 60px;
    padding-top: 37px;
    padding-bottom: 25px;
  }
}
.content#content6 .point .text {
  padding: 20px 25px 30px;
}
@media (min-width: 836px) {
  .content#content6 .point .text {
    padding: 20px 92px 40px;
  }
}
.content#content6 .point .text span {
  font-family: "Aoto Gothic Extra Bold", sans-serif;
  display: block;
  font-size: 1.6rem;
  line-height: 20px; /* 125% */
  padding-bottom: 10px;
}
@media (min-width: 836px) {
  .content#content6 .point .text span {
    font-size: 2.2rem;
  }
}
@media (max-width: 835px) {
  .content#content6 .point ul {
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .content#content6 .point ul {
    padding-bottom: 20px;
  }
}
.content#content6 .point li.text {
  padding: 0;
}
@media (max-width: 640px) {
  .content#content6 .point li.text {
    font-size: 1.4rem;
  }
}
.content#content7 {
  background-color: #355BA7;
  padding-bottom: 50px;
}
@media (min-width: 836px) {
  .content#content7 {
    padding-bottom: 118px;
  }
}
.content#content7 > .text {
  color: #fff;
}
.content#content7 .img {
  max-width: 840px;
  width: 89.47vw;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .content#content7 .img {
    padding-top: 17px;
  }
}

.parapara {
  position: relative;
  height: 43.7312vw;
}
@media (min-width: 836px) {
  .parapara {
    height: 385px;
  }
}

.swiper img {
  width: 385px;
  display: inline-block;
}
.swiper .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.banner {
  max-width: 840px;
  width: 89.47vw;
  margin: 0 auto;
  padding: 30px 0 0;
}
@media (min-width: 836px) {
  .banner {
    padding: 100px 0;
  }
}

.contents::after {
  content: "";
  display: block;
  background: url(../../img/illust_bottom.png) repeat-x;
  background-size: 1366px 186px;
  background-position: top center;
  width: 100%;
  height: 186px;
  margin-top: 70px;
}

.contents {
  margin-top: 70px;
}
@media (max-width: 640px) {
  .contents {
    margin-top: 40px;
  }
}

.delighter.fadeInUp-sp, .delighter.fadeInDown-sp, .delighter.fadeInLeft-sp, .delighter.fadeInRight-sp {
  -webkit-transition: none;
  transition: none;
  opacity: 0;
}

@media (min-width: 836px) {
  /* 下から上にフェードイン */
  .delighter.started.fadeInUp-pc {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  /* 上から下にフェードイン */
  .delighter.started.fadeInDown-pc {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  /* 右から左にフェードイン */
  .delighter.started.fadeInLeft-pc {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  /* 左から右にフェードイン */
  .delighter.started.fadeInRight-pc {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  /* 下から上にフェードイン */
  .delighter.started.scaleUp-pc {
    -webkit-animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
            animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 1;
  }
  /* 上から下にフェードイン */
  .delighter.started.scaleDown-pc {
    -webkit-animation: scale-up-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
            animation: scale-up-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 1;
  }
  /* 右から左にフェードイン */
  .delighter.started.scaleLeft-pc {
    -webkit-animation: scale-up-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
            animation: scale-up-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 1;
  }
  /* 左から右にフェードイン */
  .delighter.started.scaleRight-pc {
    -webkit-animation: scale-up-right 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
            animation: scale-up-right 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 1;
  }
}
@media (max-width: 835px) {
  /* 下から上にフェードイン */
  .delighter.started.fadeInUp-sp {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  /* 上から下にフェードイン */
  .delighter.started.fadeInDown-sp {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  /* 右から左にフェードイン */
  .delighter.started.fadeInLeft-sp {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  /* 左から右にフェードイン */
  .delighter.started.fadeInRight-sp {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  /* 下から上にフェードイン */
  .delighter.started.scaleUp-sp {
    -webkit-animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
            animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  /* 上から下にフェードイン */
  .delighter.started.scaleDown-sp {
    -webkit-animation: scale-up-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
            animation: scale-up-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  /* 右から左にフェードイン */
  .delighter.started.scaleLeft-sp {
    -webkit-animation: scale-up-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
            animation: scale-up-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  /* 左から右にフェードイン */
  .delighter.started.scaleRight-sp {
    -webkit-animation: scale-up-right 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
            animation: scale-up-right 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
    width: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
    width: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-8-19 12:29:25
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-top
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-top {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
}
@keyframes scale-up-top {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
}
/**
 * ----------------------------------------
 * animation scale-up-bottom
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-bottom {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
@keyframes scale-up-bottom {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
/**
 * ----------------------------------------
 * animation scale-up-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-left {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
}
@keyframes scale-up-left {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
}
/**
 * ----------------------------------------
 * animation scale-up-right
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-right {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
@keyframes scale-up-right {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
.link_category {
  text-align: center;
  padding: 60px 0 70px;
  position: relative;
}
.link_category p:nth-of-type(n + 2) {
  padding-top: 10px;
}
.link_category a {
  display: inline-block;
}

.bonus {
  width: 500px;
  margin: 100px auto 0;
  text-align: center;
  border: 5px solid;
  background: url(../../img/bg_bonus.png);
}
.bonus .inner {
  border: 2px solid;
  margin: 5px;
  position: relative;
  padding-bottom: 30px;
  background: none;
}
.bonus .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -35px 0 10px -50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
.bonus .title p {
  width: 115px;
  line-height: 0;
  margin-bottom: -10px;
}
.bonus .img {
  position: relative;
}
.bonus .img img {
  margin: 0 auto;
}
.bonus .img::before {
  content: "";
  display: block;
  background: url(../../img/illust_bonus.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 62px;
  height: 75px;
  top: -70px;
  right: 10px;
}

.yokoku {
  padding-top: 60px;
  color: #000;
}
@media (max-width: 640px) {
  .yokoku {
    padding-top: 40px;
  }
}
.yokoku .text {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  line-height: 30px; /* 187.5% */
}
@media (max-width: 640px) {
  .yokoku .text {
    text-align: center;
    font-size: 14px;
    line-height: 24px; /* 171.429% */
  }
}
.yokoku .text br {
  display: block;
}
.yokoku .text br.spOnly {
  display: none;
}
@media (max-width: 640px) {
  .yokoku .text br.spOnly {
    display: block;
  }
}
.yokoku .text .icon {
  width: 34px;
  vertical-align: -5px;
  margin: 0 4px;
  display: inline;
}
.yokoku .text p {
  position: absolute;
}
.yokoku .text p:nth-of-type(1) {
  width: 27.5px;
  top: -10px;
  left: -60px;
  -webkit-animation: dance 1s steps(1) infinite;
          animation: dance 1s steps(1) infinite;
}
@media (max-width: 640px) {
  .yokoku .text p:nth-of-type(1) {
    top: -20px;
    left: -30px;
  }
}
.yokoku .text p:nth-of-type(2) {
  width: 28.5px;
  top: 10px;
  right: -70px;
}
@media (max-width: 640px) {
  .yokoku .text p:nth-of-type(2) {
    top: -10px;
    right: -30px;
  }
}
.yokoku .text p:nth-of-type(3) {
  width: 40.5px;
  bottom: -10px;
  left: -40px;
}
@media (max-width: 640px) {
  .yokoku .text p:nth-of-type(3) {
    bottom: -20px;
    left: -50px;
  }
}
.yokoku .text p:nth-of-type(4) {
  width: 28.5px;
  bottom: -10px;
  right: -40px;
  -webkit-animation: dance 1s steps(1) infinite;
          animation: dance 1s steps(1) infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media (max-width: 640px) {
  .yokoku .text p:nth-of-type(4) {
    bottom: -20px;
    right: -50px;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2023-10-25 14:52:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.thanks {
  padding: 45px 0 0;
  position: relative;
}
.thanks .rote {
  margin: 0 auto;
  background: url(../img/bg-thanks.svg) no-repeat;
  background-size: contain;
  width: 170px;
  height: 170px;
  -webkit-animation: rotate-center 8s linear infinite both;
          animation: rotate-center 8s linear infinite both;
}
.thanks .text {
  position: absolute;
  top: 86px;
  width: 128px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.credit {
  font-family: "Aoto Gothic DemiBold", sans-serif;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-top: 90px;
  color: #000;
}

.nav {
  border-bottom: #000 solid 10px;
}
.nav ul {
  max-width: 700px;
  width: 82.666%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 55px 0;
}
.nav ul .index {
  width: 401px;
}

#shopping {
  background-color: #ffffff;
  border-bottom: 10px solid;
}
#shopping .inner {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  padding: 60px 0 90px;
}
#shopping h2 {
  font-family: "Aoto Gothic Bold", sans-serif;
  font-size: 2.7rem;
  border-bottom: 2px solid;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 75px;
}
#shopping h2 span {
  position: relative;
}
#shopping h2 span::before {
  content: "";
  display: block;
  background-image: url(../../img/icon_cart.svg);
  background-size: contain;
  width: 59px;
  height: 52px;
  position: absolute;
  left: -70px;
  top: -15px;
}
#shopping .link_index {
  text-align: center;
  padding-top: 80px;
}
@media (max-width: 640px) {
  #shopping .link_index {
    padding-top: 50px;
  }
}
#shopping .link_index a {
  display: inline-block;
}
#shopping .link_index a img {
  max-width: 460px;
}
@media (max-width: 640px) {
  #shopping .link_index a img {
    max-width: 320px;
  }
}
#shopping .link_index a p {
  font-family: "Aoto Gothic Bold", sans-serif;
  font-size: 1.8rem;
  padding-top: 0.5em;
}
@media (max-width: 640px) {
  #shopping .link_index a p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  #bg {
    background-image: url(../../img/bg_sp.jpg);
    background-size: cover;
  }
  .contents::after {
    background: url(../../img/illust_bottom_sp.png) repeat-x;
    background-size: 95.78vw 29.33vw;
    height: 29.33vw;
  }
  .link_category {
    padding: 0 0 40px;
  }
  .link_category a {
    display: inline-block;
  }
  .link_category p {
    line-height: 0;
  }
  .bonus {
    width: 89.47vw;
    margin: 15vw auto 0;
    border: 1.2vw solid;
  }
  .bonus .inner {
    padding-bottom: 6vw;
  }
  .bonus h3 {
    width: 43.71vw;
  }
  .bonus .title {
    margin: -6vw 0 3vw -5vw;
    -webkit-column-gap: 9vw;
       -moz-column-gap: 9vw;
            column-gap: 9vw;
  }
  .bonus .title p {
    width: 22vw;
  }
  .bonus .img {
    width: 87%;
    margin: 0 auto;
  }
  .bonus .img::before {
    width: 13.5vw;
    height: 0;
    padding-top: 19.6%;
    top: -12.5vw;
    right: -5vw;
  }
  .credit {
    font-size: 1.2rem;
    padding-top: 50px;
  }
  .nav {
    border-top: 1.4vw solid;
    border-bottom: 1.4vw solid;
  }
  .nav ul {
    padding: 30px 0 25px;
  }
  .nav ul li {
    width: 10.4vw;
  }
  .nav ul .index {
    width: 40vw;
  }
  #shopping {
    border-bottom: 1.4vw solid;
  }
  #shopping h2 {
    font-size: 3.44vw;
    border-bottom: 1vw solid;
    padding-bottom: 1em;
    margin-bottom: 30px;
  }
  #shopping .inner {
    padding: 15vw 6.14vw 10vw;
  }
  #shopping h2 span::before {
    width: 7.71vw;
    height: 6.71vw;
    left: -3em;
    top: -0.7em;
  }
}
.pswp__button--share, .pswp--supports-fs .pswp__button--fs {
  display: none;
}

/* ===============================================================================
Footer share
=============================================================================== */
.link {
  padding: 45px 0;
  letter-spacing: 0;
  font-family: "-apple-system", "Helvetica Neue", "Hiragino Kaku Gothic ProN", meiryo, "M+ 1p", sans-serif;
}
.link > a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  display: table;
  margin: 0 auto;
  margin-top: 37.5px;
}
.link > ul.magazine-share:before {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.33;
  display: block;
  width: 100%;
  margin-bottom: 12.5px;
  content: "Share";
  text-align: center;
  color: #666;
}
.link > ul.magazine-share li a {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.link > ul.magazine-share li a img {
  display: block;
  width: 100%;
}
.link > ul.magazine-share li + li {
  margin-left: 30px;
}
.link > p {
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 641px) {
  .link > ul.magazine-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 600px;
    margin: 60px auto 35px;
    padding: 20px 0 35px;
    border: 1px #ccc solid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .link {
    margin: 0 auto;
    padding: 15px 20px 40px;
  }
  .link > a {
    font-size: 16px;
    font-weight: 700;
    display: table;
    margin: 50px auto 0;
  }
  .link > ul.magazine-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px 0 40px;
    padding: 20px 0 25px;
    border: 1px #ccc solid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .link > ul.magazine-share:before {
    font-size: 12px;
    font-weight: 700;
    line-height: 2.33;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    content: "Share";
    text-align: center;
    color: #666;
  }
  .link > ul.magazine-share li + li {
    margin-left: 40px;
  }
  .link > ul.magazine-share li a {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
  }
  .link > p {
    text-align: center;
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */