@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Zen+Maru+Gothic:wght@700&display=swap");
.product .prodcut-content .standard__item p span, .product .prodcut-content .recommend__content___item p span {
  display: block;
  padding-left: 13px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .standard__item p span, .product .prodcut-content .recommend__content___item p span {
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .standard__item p span:first-of-type, .product .prodcut-content .recommend__content___item p span:first-of-type {
    margin-top: 6px;
  }
}
.product .prodcut-content .standard__item p span::before, .product .prodcut-content .recommend__content___item p span::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .standard__item p span::before, .product .prodcut-content .recommend__content___item p span::before {
    font-size: 1.6rem;
  }
}

.page-mv__content___greeting, .greeting {
  width: 90%;
  max-width: 850px;
  margin: 0 auto 0px;
}
.page-mv__content___greeting h3, .greeting h3 {
  margin-bottom: 14px;
  line-height: 1.4;
  text-align: center;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .page-mv__content___greeting h3, .greeting h3 {
    font-size: 2.6rem;
  }
}
.page-mv__content___greeting p, .greeting p {
  line-height: 2.2;
  letter-spacing: 0.5px;
  text-align: justify;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page-mv__content___greeting p, .greeting p {
    text-align: center;
    font-size: 1.5rem;
  }
}

#summer-vacation {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #616161;
}
@media screen and (min-width: 768px) {
  #summer-vacation {
    overflow: hidden;
  }
}
#summer-vacation a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.page-mv {
  position: relative;
  background: url(/user-src/special/sp/img/page/summer-vacation/pat-a.png) repeat center/50px #dff2f5;
}
@media screen and (min-width: 768px) {
  .page-mv {
    background-size: 60px;
  }
}
.page-mv::before {
  content: "";
  width: 100%;
  aspect-ratio: 750/204;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/user-src/special/sp/img/page/summer-vacation/cloud_sp.png) no-repeat center bottom/contain;
}
@media screen and (min-width: 768px) {
  .page-mv::before {
    background: url(/user-src/special/pc/img/page/summer-vacation/cloud_pc.png) repeat-x center bottom/940px;
  }
}
.page-mv__content {
  width: 100%;
  max-width: 724px;
  margin: 0 auto 0px;
  padding: 32px 0 136px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-mv__content {
    padding: 56px 0 190px;
  }
}
.page-mv__content___ttl h2 {
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-filter: drop-shadow(4px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(4px 5px 3px rgba(0, 0, 0, 0.3));
  -webkit-transform: rotateZ(0);
      -ms-transform: rotate(0);
          transform: rotateZ(0);
  opacity: 0;
  -webkit-animation: fdin 0.4s 0.1s ease-in forwards;
          animation: fdin 0.4s 0.1s ease-in forwards;
}
@media screen and (min-width: 768px) {
  .page-mv__content___ttl h2 {
    width: min(45.9%, 332px);
    position: absolute;
    top: 13%;
    left: 1.5%;
  }
}
.page-mv__content___ttl .page-mv-img {
  display: block;
  width: 92%;
  margin: -3% auto 20px;
  -webkit-filter: drop-shadow(4px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(4px 5px 3px rgba(0, 0, 0, 0.3));
  -webkit-transform: rotateZ(0);
      -ms-transform: rotate(0);
          transform: rotateZ(0);
  opacity: 0;
  -webkit-animation: fdin 0.4s 0.1s ease-in forwards;
          animation: fdin 0.4s 0.1s ease-in forwards;
}
@media screen and (min-width: 768px) {
  .page-mv__content___ttl .page-mv-img {
    width: min(55%, 394px);
    margin: 0 0 0 auto;
  }
}
.greeting {
  margin-bottom: 60px;
}

.link-list {
  width: 90%;
  max-width: 578px;
  margin: 0 auto 90px;
}
@media screen and (min-width: 768px) {
  .link-list {
    margin-bottom: 120px;
  }
}
.link-list h3 {
  width: 177px;
  margin: 0 auto 16px;
}
@media screen and (min-width: 768px) {
  .link-list h3 {
    margin-bottom: 30px;
  }
}
.link-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px 0;
}
.link-list ul li {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .link-list ul li {
    width: 31%;
  }
}
.link-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 320/165;
  position: relative;
}
.link-list ul li a p {
  width: 47%;
  position: absolute;
  top: 50%;
  right: 15%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.3;
  text-align: center;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #616161;
}
@media screen and (min-width: 768px) {
  .link-list ul li a p {
    width: 50%;
    right: 14%;
    line-height: 1.2;
    font-size: 1.687rem;
  }
}
.link-list ul li a .arrow {
  display: block;
  width: 16px;
  height: 16px;
  margin: 4px auto 0;
  position: relative;
  border-radius: 50%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .link-list ul li a .arrow {
    width: 18px;
    height: 18px;
  }
}
.link-list ul li a .arrow img {
  display: block;
  width: 10px;
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .link-list ul li a:hover {
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.link-list ul li:first-child a {
  background: url(/user-src/special/sp/img/page/summer-vacation/link-list01.png) no-repeat center/contain;
}
.link-list ul li:first-child a p {
  line-height: 2.6;
}
@media screen and (min-width: 768px) {
  .link-list ul li:first-child a p {
    line-height: 2.2;
  }
}
.link-list ul li:first-child a p .arrow {
  background: #8dd6d0;
}
.link-list ul li:nth-child(2) a {
  background: url(/user-src/special/sp/img/page/summer-vacation/link-list02.png) no-repeat center/contain;
}
.link-list ul li:nth-child(2) a p .arrow {
  background: #b0dd7d;
}
.link-list ul li:nth-child(3) a {
  background: url(/user-src/special/sp/img/page/summer-vacation/link-list03.png) no-repeat center/contain;
}
.link-list ul li:nth-child(3) a p {
  line-height: 2.6;
}
@media screen and (min-width: 768px) {
  .link-list ul li:nth-child(3) a p {
    line-height: 2.2;
  }
}
.link-list ul li:nth-child(3) a p .arrow {
  background: #88c7fe;
}
.link-list ul li:nth-child(4) a {
  background: url(/user-src/special/sp/img/page/summer-vacation/link-list04.png) no-repeat center/contain;
}
.link-list ul li:nth-child(4) a p .arrow {
  background: #fcab96;
}
.link-list ul li:nth-child(5) a {
  background: url(/user-src/special/sp/img/page/summer-vacation/link-list05.png) no-repeat center/contain;
}
.link-list ul li:nth-child(5) a p .arrow {
  background: #eac087;
}
.link-list ul li:nth-child(6) a {
  background: url(/user-src/special/sp/img/page/summer-vacation/link-list06.png) no-repeat center/contain;
}
.link-list ul li:nth-child(6) a p .arrow {
  background: #99a7e8;
}

.product {
  margin-bottom: 140px;
}
@media screen and (min-width: 768px) {
  .product {
    margin-bottom: 130px;
  }
}
.product .prodcut-content:not(:last-child) {
  margin-bottom: 175px;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content:not(:last-child) {
    margin-bottom: 140px;
  }
}
.product .prodcut-content .sec-ttl {
  width: 100%;
  margin: 0 auto 20px;
  aspect-ratio: 750/223;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .sec-ttl {
    width: 355px;
    margin-bottom: 24px;
  }
}
.product .prodcut-content .sec-ttl h3 {
  width: 50%;
  position: absolute;
  top: 55%;
  right: 21%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  text-align: center;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-size: 2.6rem;
}
.product .prodcut-content .sec-ttl h3 span {
  display: block;
  margin-top: 14px;
  line-height: 1;
  font-family: "Caveat", cursive;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .sec-ttl h3 span {
    font-size: 1.615rem;
  }
}
.product .prodcut-content .sec-ttl__01 {
  background: url(/user-src/special/sp/img/page/summer-vacation/sec-ttl01_sp.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .sec-ttl__01 {
    background-image: url(/user-src/special/pc/img/page/summer-vacation/sec-ttl01_pc.png);
  }
}
.product .prodcut-content .sec-ttl__01 h3 span {
  color: #8dd6d0;
}
.product .prodcut-content .sec-ttl__02 {
  background: url(/user-src/special/sp/img/page/summer-vacation/sec-ttl02_sp.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .sec-ttl__02 {
    background-image: url(/user-src/special/pc/img/page/summer-vacation/sec-ttl02_pc.png);
  }
}
.product .prodcut-content .sec-ttl__02 h3 span {
  color: #b0dd7d;
}
.product .prodcut-content .sec-ttl__03 {
  background: url(/user-src/special/sp/img/page/summer-vacation/sec-ttl03_sp.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .sec-ttl__03 {
    background-image: url(/user-src/special/pc/img/page/summer-vacation/sec-ttl03_pc.png);
  }
}
.product .prodcut-content .sec-ttl__03 h3 span {
  color: #88c7fe;
}
.product .prodcut-content .sec-ttl__04 {
  background: url(/user-src/special/sp/img/page/summer-vacation/sec-ttl04_sp.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .sec-ttl__04 {
    background-image: url(/user-src/special/pc/img/page/summer-vacation/sec-ttl04_pc.png);
  }
}
.product .prodcut-content .sec-ttl__04 h3 span {
  color: #fcab96;
}
.product .prodcut-content .sec-ttl__05 {
  background: url(/user-src/special/sp/img/page/summer-vacation/sec-ttl05_sp.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .sec-ttl__05 {
    background-image: url(/user-src/special/pc/img/page/summer-vacation/sec-ttl05_pc.png);
  }
}
.product .prodcut-content .sec-ttl__05 h3 span {
  color: #eac087;
}
.product .prodcut-content .sec-ttl__06 {
  background: url(/user-src/special/sp/img/page/summer-vacation/sec-ttl06_sp.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .sec-ttl__06 {
    background-image: url(/user-src/special/pc/img/page/summer-vacation/sec-ttl06_pc.png);
  }
}
.product .prodcut-content .sec-ttl__06 h3 span {
  color: #99a7e8;
}
.product .prodcut-content .lead-txt {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 0px;
  padding-bottom: 20px;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 3px;
  letter-spacing: 0.4px;
  text-align: justify;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .lead-txt {
    padding-bottom: 24px;
    background-size: 9px 3px;
    font-size: 1.6rem;
  }
}
.product .prodcut-content .bubble {
  position: relative;
}
.product .prodcut-content .bubble .comment {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .bubble .comment {
    font-size: 1.6rem;
  }
}
.product .prodcut-content .standard {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 40px;
}
.product .prodcut-content .standard__item {
  padding: 40px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .standard__item {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }
}
.product .prodcut-content .standard__item p {
  margin: 0 0 0 6%;
  line-height: 2;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .standard__item p {
    margin: 0;
    line-height: 1.9;
    font-size: 1.6rem;
  }
}
.product .prodcut-content .standard__item p.annotation {
  margin-top: 14px;
  padding-left: 11px;
  position: relative;
  line-height: 1.5;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .standard__item p.annotation {
    font-size: 1.4rem;
  }
}
.product .prodcut-content .standard__item p.annotation::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.1rem;
}
.product .prodcut-content .standard__item .standard-item {
  width: 61%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .standard__item .standard-item {
    width: 56%;
  }
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .standard__item .standard-item__03 {
    top: -9%;
    bottom: auto;
    margin: 0;
  }
}
.product .prodcut-content .standard__bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 96%;
  margin: 0 auto;
  padding: 6px 10px;
  border-radius: 10px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .standard__bubble {
    width: 100%;
    padding: 10px 14px;
  }
}
.product .prodcut-content .standard__bubble::before {
  content: "";
  width: 4.5%;
  aspect-ratio: 40/50;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
  position: absolute;
  top: -16px;
  right: 10%;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .standard__bubble::before {
    right: 11%;
  }
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .standard__bubble.reflect::before {
    right: auto;
    left: 11%;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
.product .prodcut-content .standard__bubble .icon {
  width: 16%;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .standard__bubble .icon {
    width: min(12%, 56px);
  }
}
.product .prodcut-content .standard__bubble .comment {
  width: 81%;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .standard__bubble .comment {
    width: 85%;
    line-height: 1.8;
  }
}
.product .prodcut-content .standard__content:first-child {
  padding-bottom: 24px;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 3px;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .standard__content:first-child {
    background-size: 9px 3px;
  }
}
.product .prodcut-content .standard__content:nth-child(2n) .standard__item p {
  width: 38%;
  margin: 0 3% 0 auto;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .standard__content:nth-child(2n) .standard__item p {
    width: 42%;
    margin: 0 0 0 auto;
  }
}
.product .prodcut-content .standard__content:nth-child(2n) .standard__item img {
  right: auto;
  left: 0;
}
.product .prodcut-content .recommend {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 40px;
}
.product .prodcut-content .recommend__content {
  padding-top: 20px;
  background: url(/user-src/special/sp/img/page/summer-vacation/pat-b.png) repeat center/32px #ffffff;
  border-width: 0 2px 2px 2px;
  border-style: solid;
}
.product .prodcut-content .recommend__content .recommned-ttl {
  width: 90%;
  margin: 0 auto 16px;
}
.product .prodcut-content .recommend__content .recommned-ttl p {
  width: 158px;
  margin: 0 auto 4px;
  -webkit-animation: good-txt 4s linear infinite;
          animation: good-txt 4s linear infinite;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content .recommned-ttl p {
    width: 190px;
  }
}
.product .prodcut-content .recommend__content .recommned-ttl h4 {
  text-align: center;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-size: 1.65rem;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content .recommned-ttl h4 {
    font-size: 1.9rem;
  }
}
.product .prodcut-content .recommend__content .recommned-ttl h4 span {
  display: block;
  padding: 10px 0;
  background: #fff8ae;
  line-height: 1;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content .recommned-ttl h4 span {
    margin-bottom: 4px;
    font-size: 2.4rem;
  }
}
.product .prodcut-content .recommend__content .recommend-img {
  display: block;
  width: 90%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content .recommend-img {
    width: 83.5%;
    margin-bottom: 20px;
  }
}
.product .prodcut-content .recommend__content___bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 90%;
  margin: 0 auto;
  padding: 14px 16px;
  border-radius: 10px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content___bubble {
    width: 83.5%;
    padding: 20px;
  }
}
.product .prodcut-content .recommend__content___bubble::before {
  content: "";
  width: 10%;
  aspect-ratio: 58/50;
  -webkit-clip-path: polygon(91% 0, 0 0, 100% 100%);
          clip-path: polygon(91% 0, 0 0, 100% 100%);
  position: absolute;
  bottom: -20px;
  left: 16%;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content___bubble::before {
    left: 9%;
  }
}
.product .prodcut-content .recommend__content___bubble .icon {
  width: 25%;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content___bubble .icon {
    width: min(80px, 21.4%);
  }
}
.product .prodcut-content .recommend__content___bubble .icon img {
  margin-bottom: 6px;
}
.product .prodcut-content .recommend__content___bubble .icon p {
  line-height: 1.4;
  text-align: center;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content___bubble .icon p {
    line-height: 1.5;
    font-size: 1.3rem;
  }
}
.product .prodcut-content .recommend__content___bubble .comment {
  width: 71%;
  line-height: 2;
  letter-spacing: 0.5px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content___bubble .comment {
    width: 73%;
    letter-spacing: 0.3px;
  }
}
.product .prodcut-content .recommend__content___item {
  width: 83.5%;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content___item {
    padding: 50px 0;
  }
}
.product .prodcut-content .recommend__content___item p {
  line-height: 2;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content___item p {
    margin-left: 4%;
    line-height: 1.9;
    font-size: 1.6rem;
  }
}
.product .prodcut-content .recommend__content___item .recommend-item {
  width: 73%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content___item .recommend-item {
    width: min(59.4%, 264px);
  }
}
.product .prodcut-content .recommend__content___item .recommend-item__01 {
  top: 4%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content___item .recommend-item__01 {
    top: 6%;
    right: 5%;
  }
}
.product .prodcut-content .recommend__content___item .recommend-item__02 {
  top: 52%;
  left: -20%;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content___item .recommend-item__02 {
    top: 53%;
    left: -9%;
  }
}
.product .prodcut-content .recommend__content___item .recommend-item__03 {
  top: 22%;
  right: -5%;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content___item .recommend-item__03 {
    top: 18%;
    right: -3%;
  }
}
.product .prodcut-content .recommend__content___item .recommend-item__04 {
  top: 10%;
  right: -11%;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content___item .recommend-item__04 {
    top: 5%;
    right: -2%;
  }
}
.product .prodcut-content .recommend__content___item .recommend-item__05 {
  top: 18%;
  right: -9%;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content___item .recommend-item__05 {
    top: 13%;
    right: -2%;
  }
}
.product .prodcut-content .recommend__content___item .recommend-item__06 {
  top: 14%;
  right: -6%;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content___item .recommend-item__06 {
    width: min(63.8%, 264px);
    top: 11%;
    right: -6%;
  }
}
.product .prodcut-content .recommend__content___item .recommend-item__07 {
  top: 18%;
  right: -11%;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content___item .recommend-item__07 {
    width: min(63.8%, 264px);
    top: 16%;
    right: -4%;
  }
}
.product .prodcut-content .recommend__content___item .recommend-item__08 {
  top: 10%;
  right: -10%;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .recommend__content___item .recommend-item__08 {
    right: -3%;
  }
}
.product .prodcut-content .pickup {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 0px;
}
.product .prodcut-content .pickup h4 {
  width: 100%;
  padding: 20px 0 8px;
  background: url(/user-src/special/sp/img/page/summer-vacation/pickup-bg.png) no-repeat center/contain;
  line-height: 1;
  text-align: center;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-size: 1.9rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .pickup h4 {
    padding: 20px 0 6px;
    font-size: 2.3rem;
  }
}
.product .prodcut-content .pickup__content {
  padding: 30px 20px;
  background: #fffbce;
  border: 2px solid #8dd6d0;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .pickup__content {
    padding: 40px 50px;
  }
}
.product .prodcut-content .pickup__content h5 {
  margin-bottom: 16px;
  padding-bottom: 16px;
  background-image: radial-gradient(circle, #8dd6d0 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 3px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-size: 2.15rem;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .pickup__content h5 {
    margin-bottom: 20px;
    background-size: 9px 3px;
    font-size: 2.6rem;
  }
}
.product .prodcut-content .pickup__content___item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .prodcut-content .pickup__content___item > div {
  display: contents;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .pickup__content___item > div {
    width: 50%;
    display: block;
  }
}
.product .prodcut-content .pickup__content___item > div .info {
  width: 38%;
  margin-bottom: 10px;
  line-height: 2;
  font-size: 1.25rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .pickup__content___item > div .info {
    width: 100%;
    margin-bottom: 24px;
    line-height: 1.9;
    font-size: 1.6rem;
  }
}
.product .prodcut-content .pickup__content___item > div .txt {
  font-size: 1.25rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .pickup__content___item > div .txt {
    line-height: 2;
    letter-spacing: 0.5px;
    font-size: 1.489rem;
  }
}
.product .prodcut-content .pickup__content___item img {
  width: 40%;
  margin-bottom: 24px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content .pickup__content___item img {
    width: 41.5%;
    margin: 0 0 0 3%;
  }
}
.product .prodcut-content__01 .lead-txt {
  background-image: radial-gradient(circle, #8dd6d0 1.5px, transparent 1.5px);
}
.product .prodcut-content__01 .standard__item:first-child p {
  margin-left: 3%;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content__01 .standard__item:first-child p {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .product .prodcut-content__01 .recommend__01 {
    margin-bottom: 0;
  }
}
.product .prodcut-content__01 .recommend__content {
  border-color: #8dd6d0;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content__01 .recommend__content___item.toms {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .product .prodcut-content__01 .recommend__content___item.toms p {
    margin-left: 8%;
  }
}
.product .prodcut-content__01 .recommend__content___item.toms p:nth-child(2n) {
  width: 58%;
  margin: 42% 0 0 auto;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content__01 .recommend__content___item.toms p:nth-child(2n) {
    width: 52%;
    margin-top: 170px;
  }
}
.product .prodcut-content__01 .bubble {
  background: #caece9;
}
.product .prodcut-content__01 .bubble::before {
  background: #caece9;
}
.product .prodcut-content__01 .contents-link a {
  background: #c6eae7;
}
.product .prodcut-content__02 .lead-txt {
  background-image: radial-gradient(circle, #b0dd7d 1.5px, transparent 1.5px);
}
.product .prodcut-content__02 .standard__content:first-child {
  background-image: radial-gradient(circle, #b0dd7d 1.5px, transparent 1.5px);
}
.product .prodcut-content__02 .standard__content:first-child .standard__item {
  padding: 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content__02 .standard__content:first-child .standard__item {
    padding: 40px 0;
  }
}
.product .prodcut-content__02 .standard__content:nth-child(2) .standard__item {
  padding: 30px 0 30px;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content__02 .standard__content:nth-child(2) .standard__item {
    padding: 40px 0;
  }
}
.product .prodcut-content__02 .recommend__content {
  border-color: #b0dd7d;
}
.product .prodcut-content__02 .bubble {
  background: #dbf0c3;
}
.product .prodcut-content__02 .bubble::before {
  background: #dbf0c3;
}
.product .prodcut-content__02 .contents-link a {
  background: #d8eebe;
}
.product .prodcut-content__03 .lead-txt {
  background-image: radial-gradient(circle, #88c7fe 1.5px, transparent 1.5px);
}
.product .prodcut-content__03 .standard__content:first-child {
  background-image: radial-gradient(circle, #88c7fe 1.5px, transparent 1.5px);
}
.product .prodcut-content__03 .standard__content:first-child .standard__item {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content__03 .standard__content:first-child .standard__item {
    padding: 40px 0;
  }
}
.product .prodcut-content__03 .standard__content:nth-child(2) .standard__item {
  padding: 30px 0;
}
.product .prodcut-content__03 .recommend__content {
  border-color: #88c7fe;
}
.product .prodcut-content__03 .bubble {
  background: #c9e6fe;
}
.product .prodcut-content__03 .bubble::before {
  background: #c9e6fe;
}
.product .prodcut-content__03 .contents-link a {
  background: #c3e3fe;
}
.product .prodcut-content__04 .lead-txt {
  background-image: radial-gradient(circle, #fcab96 1.5px, transparent 1.5px);
}
.product .prodcut-content__04 .standard__content:first-child {
  background-image: radial-gradient(circle, #fcab96 1.5px, transparent 1.5px);
}
.product .prodcut-content__04 .recommend__content {
  border-color: #fcab96;
}
.product .prodcut-content__04 .bubble {
  background: #fed9d0;
}
.product .prodcut-content__04 .bubble::before {
  background: #fed9d0;
}
.product .prodcut-content__04 .contents-link a {
  background: #fdd5ca;
}
.product .prodcut-content__05 .lead-txt {
  background-image: radial-gradient(circle, #eac087 1.5px, transparent 1.5px);
}
.product .prodcut-content__05 .standard__content:first-child {
  background-image: radial-gradient(circle, #eac087 1.5px, transparent 1.5px);
}
.product .prodcut-content__05 .recommend__content {
  border-color: #eac087;
}
.product .prodcut-content__05 .bubble {
  background: #f6e2c8;
}
.product .prodcut-content__05 .bubble::before {
  background: #f6e2c8;
}
.product .prodcut-content__05 .contents-link a {
  background: #f5e0c3;
}
.product .prodcut-content__06 .lead-txt {
  background-image: radial-gradient(circle, #99a7e8 1.5px, transparent 1.5px);
}
.product .prodcut-content__06 .standard__content:first-child {
  background-image: radial-gradient(circle, #99a7e8 1.5px, transparent 1.5px);
}
.product .prodcut-content__06 .standard__content:first-child .standard__item {
  padding: 50px 0;
}
.product .prodcut-content__06 .standard__content:nth-child(2) .standard__item {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content__06 .standard__item {
    padding: 74px 0 !important;
  }
}
.product .prodcut-content__06 .recommend__content {
  border-color: #99a7e8;
}
@media screen and (min-width: 768px) {
  .product .prodcut-content__06 .recommend__content___item {
    padding: 40px 0 90px;
  }
}
.product .prodcut-content__06 .bubble {
  background: #d1d7f5;
}
.product .prodcut-content__06 .bubble::before {
  background: #d1d7f5;
}
.product .prodcut-content__06 .contents-link a {
  background: #ccd3f3;
}

.contents-link {
  width: min(90%, 330px);
  margin: 30px auto 0;
  border-radius: 44px;
}
@media screen and (min-width: 768px) {
  .contents-link {
    width: 396px;
    border-radius: 52px;
  }
}
.contents-link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  position: relative;
  border-radius: 44px;
}
@media screen and (min-width: 768px) {
  .contents-link a {
    padding: 24px 0;
    border-radius: 52px;
  }
}
.contents-link a::before {
  content: "";
  display: block;
  width: 97%;
  height: 90%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 44px;
  border: 3px solid #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .contents-link a::before {
    border-radius: 50px;
  }
}
.contents-link a p {
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-size: 1.225rem;
  text-align: center;
  font-weight: 600;
  color: #616161;
}
@media screen and (min-width: 768px) {
  .contents-link a p {
    line-height: 1.6;
    font-size: 1.4rem;
  }
}
.contents-link a p span {
  font-size: 1.95rem;
}
@media screen and (min-width: 768px) {
  .contents-link a p span {
    font-size: 2.23rem;
  }
}
.contents-link a .cart {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #616161;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .contents-link a .cart {
    width: 44px;
    height: 44px;
  }
}
.contents-link a .cart svg {
  width: 20px;
  margin: 10px 0 0 8px;
}
@media screen and (min-width: 768px) {
  .contents-link a .cart svg {
    width: 24px;
    margin: 11px 0 0 9px;
  }
}
.contents-link a .cart svg .cart-path {
  fill: #ffffff;
  stroke-width: 0px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .contents-link a:hover .cart {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
}

.parts {
  display: block;
  position: absolute;
}
.parts__page-mv01 {
  width: 26.3%;
  top: 1%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .parts__page-mv01 {
    width: min(40%, 130px);
    top: 5%;
    left: -9%;
  }
}
.parts__page-mv02 {
  width: 24%;
  top: 18%;
  right: -4%;
}
@media screen and (min-width: 768px) {
  .parts__page-mv02 {
    width: min(40%, 106px);
    right: auto;
    top: 61%;
    left: 34%;
  }
}
.parts__arrow01 {
  width: 13%;
  top: 37%;
  left: 28%;
}
@media screen and (min-width: 768px) {
  .parts__arrow01 {
    width: 52px;
    top: 38%;
    left: 31%;
    -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
            transform: rotate(18deg);
  }
}
.parts__arrow02 {
  width: 15%;
  top: 66%;
  right: 27%;
}
@media screen and (min-width: 768px) {
  .parts__arrow02 {
    width: 59px;
    top: 69%;
    right: 19%;
  }
}

.fdin {
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.fdin.scroll {
  opacity: 1;
}
.fdin__bottom {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}
.fdin__bottom.scroll {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.fdin__scale-in.scroll {
  -webkit-animation: scale-in 0.3s linear forwards;
          animation: scale-in 0.3s linear forwards;
}

@-webkit-keyframes fdin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fdin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes good-txt {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes good-txt {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.onlinestore {
  width: 92%;
  max-width: 626px;
  margin: 0 auto 0px;
}

/*-- ファイル読み込み --*/