﻿@charset "utf-8";
/* CSS Document */

html {
  position: relative;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.webf {
  font-family: 'Kiwi Maru', serif;
}

#mainArea .flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: space-between;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
h1{
  margin-bottom:0px;
}

.youtube{
  background-color:#faee9e;
  padding:6rem 0;
  text-align: center;
}

#mainArea {
  color: #531800;
}

#mainArea a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

#mainArea img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
}

#mainArea a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#mainArea a:hover a.hoverImg {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}

#mainArea a img {
  border-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#mainArea .clearfix {
  display: inline-block;
}


#mainArea .sp_display {
  display: none !important;
}

/* 共通 */
#mainArea .sec .inner {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

#mainArea .sec h2 {
  margin-bottom: 0;
}


/* main */
#mainArea .main {
  background: url(../img/main_bg.png) right top no-repeat;
  position: relative;
  background-size: auto 100%;
  background-position: top;
  height: 710px;
}

#mainArea .main .sizzle_bg {
  max-width: 1280px;
  height: 700px;
  margin: 0 auto;
  /*background: url(../img/main_img01.png) center bottom no-repeat;*/
  position: relative;
  text-align: center;
}

#mainArea .main h1 {
  padding: 4% 0 3vw 0;
  z-index: 2;
  position: relative;
  text-align: center;
}

#mainArea .main h1 img {
  height: 208px;
}

#mainArea .main nav {
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 3vw;
}

#mainArea .main nav ul {
  max-width: 844px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

#mainArea .main p.pkg1 {
  position: absolute;
  top: 5%;
  left: 0;
  width: 42%;
  z-index: 3;
  opacity: 0;
  animation: pkgPopup 1s 1s forwards;
}

#mainArea .main p.pkg1 img {
  height: 375px;
}

#mainArea .main p.pkg2 {
  position: absolute;
  top: 5%;
  right: 4%;
  width: 42%;
  z-index: 3;
  text-align: right;
  opacity: 0;
  animation: pkgPopup 1s 2s forwards;
}

#mainArea .main p.pkg2 img {
  height: 390px;
}

#mainArea .main p.logo1 {
  position: absolute;
  bottom: 19%;
  left: 5vw;
  width: 39%;
  z-index: 10;
  opacity: 0;
  animation: pkgPopup 1s 1s forwards;
}

#mainArea .main p.logo1 img {
  height: 250px;
}

#mainArea .main p.logo1-1 {
  position: absolute;
  bottom: 2%;
  left: 5vw;
  width: 42%;
  z-index: 10;
  opacity: 0;
  animation: pkgPopup 1s 1s forwards;
}

#mainArea .main p.logo1-1 img {
  height: 130px;
}

#mainArea .main p.logo2 {
  position: absolute;
  bottom: 21%;
  right: 0;
  width: 42%;
  z-index: 10;
  text-align: left;
  opacity: 0;
  animation: pkgPopup 1s 2s forwards, pkgPopupSmall 4s ease-in-out 5s forwards infinite;
}

#mainArea .main p.logo2 img {
  height: 230px;
}

#mainArea .main p.logo3 {
  position: absolute;
  bottom: 1%;
  right: 0;
  width: 42%;
  z-index: 20;
  opacity: 0;
  text-align: left;
  animation: pkgPopup 1s 2s forwards, pkgPopupSmall 4s ease-in-out 5s forwards infinite;
}

#mainArea .main p.logo3 img {
  height: 170px;
}

#mainArea .main p.character1 {
  position: absolute;
  bottom: 25%;
  left: -1500px;
  width: 20%;
  z-index: 15;
  animation: character1 1.25s ease-in 3s forwards, characterJump 4s ease-in-out 3s forwards infinite;
}

#mainArea .main p.character1 img {
  height: 170px;
}

#mainArea .main p.character2 {
  position: absolute;
  bottom: 25%;
  left: 3000px;
  width: 20%;
  z-index: 15;
  text-align: right;
  animation: character2 1.25s ease-in 3s forwards, characterJump 4s ease-in-out 3s forwards infinite;
}

#mainArea .main p.character2 img {
  height: 180px;
}

@keyframes pkgPopup {
  0% {
    opacity:0;
    transform: scale(.2);
  }
  50% {
    opacity:1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pkgPopupSmall {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  60% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes character1 {
  0% {
    left: -1500px;
  }
  100% {
    left: -75px;
  }
}

@keyframes character2 {
  0% {
    left: 2200px;
  }
  100% {
    left: 28%;
  }
}

@keyframes characterJump {
  0% {
    bottom: 25%;
  }
  40% {
    bottom: 25%;
  }
  50% {
    bottom: 30%;
  }
  60% {
    bottom: 25%;
  }
  100% {
    bottom: 25%;
  }
}

@keyframes characterJump2 {
  0% {
    bottom: 25%;
  }
  50% {
    bottom: 30%;
  }
  100% {
    bottom: 25%;
  }
}


/* sec00 */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  padding: 40px 0 60px 0;
}

.scroll-infinity__list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  width: 100%;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 70s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(100vw / 8);
}

.scroll-infinity__item>img {
  height: 200px;
}


/* sec00 */

#mainArea #sec00 {
  background: url(../img/sec00_bg.png?251016) right bottom no-repeat, #fede27;
  position: relative;
  background-size: cover;
  background-position: bottom center;
  padding: 0 0 200px 0;
}

#mainArea #sec00 .akinaiImg {
  position: absolute;
  text-align: right;
  z-index: 1;
  left: -25%;
  top: 40px;
}

#mainArea #sec00 .akinaiImg img {
  height: 400px;
}

#mainArea #sec00 p.txt {
  font-size: 24px;
  padding-top:3rem;
  padding-bottom: 3rem;
  line-height: 2;
  color: #e8340c;
  z-index: 10;
  position: relative;
}

#mainArea #sec00 p span {
  color: #e53102;
  background-color: #f7e01b;
}


/* sec01 */
#mainArea #sec01 {
  background: url(../img/sec01_bg.png) right bottom no-repeat, #eb6100;
  position: relative;
  background-size: cover;
  background-position: top center;
  padding: 0;
}

#mainArea #sec01 p.txt {
  font-size: 3rem;
  padding-bottom: 5rem;
  line-height: 1.7;
}

#mainArea #sec01 p span {
  color: #c40009;
}


/* sec02 */

#mainArea #sec02 {
      background: url(../img/sec02_bg.png?251016) center 0px/1920px no-repeat #eb6100;
  padding: 10px 0 0 0;
}

#mainArea #sec02 h2 {
  margin-top: 1em;
}

#mainArea #sec02 .inner:nth-child(1) h2 img {
}

#mainArea #sec02 .inner:nth-child(2) h2 {
}

#mainArea #sec02 .inner:nth-child(2) h2 img {
  height: 170px;
}

#mainArea #sec02 .inner:nth-child(3) h2 img {
  height: 170px;
}

#mainArea #sec02 p.txt {
  font-size: 3rem;
  padding-bottom: 3rem;
  line-height: 1.7;
  color: #531800;
}

#mainArea #sec02 .secret1 .flex{
  justify-content: flex-start;
  max-width:800px;
  margin:5rem auto;
  align-items: center;
}
#mainArea #sec02 .secret1 .flex .secret1Title{
  margin-right:2rem;
}
#mainArea #sec02 .secret1 h4{
  width:645px;
  margin:0 auto;
  position:relative;
}
#mainArea #sec02 .secret1 h4 img{
  position:absolute;
  right:1rem;
  bottom:-8.5rem;
}
#mainArea #sec02 .secret1 h4 img.vegitable{
      right: 0rem;
    bottom: -11.5rem;
}
#mainArea #sec02 .secret1 h4 + p{
  font-size:2.4rem;
  color:#531800;
  font-family: 'Kiwi Maru', serif;
  width:600px;
  margin:0.8em auto 1.5em;
  text-align: left;
}


#mainArea #sec02 .secret1Title {

}

#mainArea #sec02 .secret1Title img {
  height: 170px;
}

#mainArea #sec02 .secret1 .txt {
  text-align: left;
  padding-bottom: 0;
}

#mainArea #sec02 .secret1 .txt span {
  color: #c40009;
}

#mainArea #sec02 .secret1Img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#mainArea #sec02 .secret1Img p:nth-child(1) img {
  height: 500px;
}

#mainArea #sec02 .secret1Img p:nth-child(2) img {
  height: 350px;
}

#mainArea #sec02 .inner .secret2 {
  position: relative;
}

#mainArea #sec02 .inner .secret2 ul {
  display: flex;
}

#mainArea #sec02 .inner .secret2 ul li {}


#mainArea #sec02 .story {
  margin-top: -5.2rem;
  text-align: center;
  padding-bottom: 4em;
}

#mainArea #sec02 .story h3 {
  font-size: 2rem;
  background-color: #fede27;
  display: inline-block;
  padding: 0.3em 2em;
  border-radius: 3em;
  border: solid 0.4rem #910000;
  font-weight: bold;
  position: relative;
  bottom: -1.4em;
}
#mainArea #sec02 h4 {
  font-size: 3.2rem;
  background-color: #ffe100;
  display: inline-block;
  padding: 0.2em 2em;
  border-radius: 3em;
  border: solid 0.4rem #eb6100;
  font-weight: bold;
  position: relative;
  font-family: 'Kiwi Maru', serif;
  color:#c90915;
}
#mainArea #sec02 .inner:nth-child(3) .txt {
  margin-bottom: 5rem;
}

#mainArea #sec02 .story a {
  width: 80%;
  display: block;
  margin: 0 auto;
  background-color: #FFF;
  border: solid 0.4rem #910000;
  border-radius: 0.5em;
}

#mainArea #sec02 .story a>div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 60px 60px 40px 60px;
  position: relative;
}

#mainArea #sec02 .story a>div img {
  transition-duration: 0.3s;
}

#mainArea #sec02 .story a>div>img {
  max-width: 100%;
}

#mainArea #sec02 .story a>div>p:nth-child(2) {
  width: 50px;
  position: absolute;
  z-index: 100;
  left: 30px;
  top: 35px;
}

#mainArea #sec02 .story a>div div {

}

#mainArea #sec02 .story a>div div .title {
  font-weight: bold;
  text-align: center;
  padding: 1em 0.5em 0.5em 0.5em;
  border-bottom: 1px solid #fd0000;
  line-height: 2em;
}

#mainArea #sec02 .story a>div div .title img {
  height: 15px;
  position: relative;
  left: 10px;
  top: 8px;
}


/* sec03 */

#mainArea #sec03 {
  background: url(../img/sec03_bg.jpg?251017) center bottom no-repeat, #f69409;
  position: relative;
  background-size: cover;
  background-position: top center;
  padding: 0 0 0 0;
}

#mainArea #sec03 .inner {
  padding: 0 15px;
}

#mainArea #sec03 h2 {
  padding-top: 11rem;
}

#mainArea #sec03 h2 img {
  height: 110px;
}

#mainArea #sec03 p.txt {
  font-size: 3rem;
  padding: 3rem 0 5rem 0;
  line-height: 1.7;
}

#mainArea #sec03 .campaignBanner {
  position: relative;
  margin-bottom: 0;
  top: -220px;
}

#mainArea #sec03 .campaignBanner .campaignBannerFukidashi {
  position: absolute;
  top: -75px;
  left: 110px;
  z-index: 100;
}

#mainArea #sec03 .campaignBanner .campaignBannerFukidashi img {
  position: relative;
  z-index: 100;
}

#mainArea #sec03 .campaignBanner .campaignBannerImg {
  display: inline-block;
}

#mainArea #sec03 .campaignBanner .campaignBannerImg img {
  max-width: 400px;
}

#mainArea #sec03 .pagenav {
  padding-top: 0;
}

#mainArea #sec03 nav {
  z-index:3;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10rem;
}

#mainArea #sec03 nav ul {
  max-width: 844px;
  margin: 0 auto;
  display: flex;
  justify-content :space-around;
}


#mainArea #sec03 .history {
  background: url(../img/sec03_historyline.png?251017) left 50% bottom 90% no-repeat;
}


#mainArea #sec03 .history ul li {
  padding-bottom: 50px;
}

#mainArea #sec03 .history ul li:nth-of-type(5) {
  width: 100%;
  padding-bottom: 0px;
}

#mainArea #sec03 .history ul li:nth-of-type(6) {
  padding-bottom: 0px;
}

#mainArea #sec03 .history ul li div {
  width: 50%;
}

#mainArea #sec03 .history ul li:nth-of-type(1) div {
  width: 58%;
}

#mainArea #sec03 .history ul li div.box_end {
  width: 100%;
  padding-top: 5rem;
}

#mainArea #sec03 .history ul li div dt {
  margin-bottom: 1.5rem;
}

#mainArea #sec03 .history ul li div dd p {
  font-size: 2.4rem;
  text-align: left;
  width: 58%;
  margin: 0 auto;
}
#mainArea #sec03 .history ul li div dd p.small{
  width:40%;
}
#mainArea #sec03 .history ul li:nth-of-type(1) div dd {
  padding: 5rem 0 0 0;
}

#mainArea #sec03 .history ul li:nth-of-type(1) div dd p {
  width: 100%;
  padding: 1rem 0 0 6rem;
}


#mainArea #sec03 .history ul li:nth-of-type(2) div:nth-of-type(1) dd p {
  width: 68%;
}


#mainArea #sec03 .history ul li div.box_start {
  margin: 0 auto 0 38%;
}


#mainArea #sec03 .history ul li div.box_r {
  margin-top: 6rem;
}

#mainArea #sec03 .history ul li div.box_l dt {
  position: relative;
  background: url(../img/sec03_historymark_bg.png) right 46% no-repeat;
}

#mainArea #sec03 .history ul li div.box_r dt {
  position: relative;
  background: url(../img/sec03_historymark_bg.png) left 46% no-repeat;
}

#mainArea #sec03 .history ul li div dt:after {
  content: "";
  width: 39px;
  height: 39px;
  position: absolute;
  top: 21%;
  right: -19px;
}


#mainArea #sec03 .history ul li div dd img {
  display: block;
  margin: 0 auto;
}


/* sec04 */

#mainArea #sec04 {
  background: url(../img/sec04_bg.png?251016) center bottom no-repeat #faee9e;
  position: relative;
  background-size: cover;
  padding: 6% 0 12% 0;
}

#mainArea #sec04 h2 {
  padding-bottom: 4%;
}

#mainArea #sec04 ul li {
  width: 100%;
  margin: 0 2%;
}

#mainArea #sec04 li .btn {
  width: 86%;
  margin: 3rem auto;
}

#mainArea #sec04 li .btn img {
  width: 80%;
}


#mainArea #sec04 li div {
  border-radius: 10px;
  background: #fff;
  padding: 4rem 2rem 3rem 2rem;
}

#mainArea #sec04 li div p {
  font-size: 2rem;
}

#mainArea #sec04 .brandtop {
  margin-top: 130px;
}

#mainArea #sec04 .brandtop img {
  height: 80px;
}

#back-top span {
  width: 5.1rem;
  height: 5.1rem;
  display: block;
  background: url(/punch/img/top_scloll.png) center center /contain no-repeat;
}


/* sec05 */

#mainArea #sec05 {
  background: #eb6100;
  position: relative;
  background-size: cover;
  padding: 0 0 175px 0;
}


#mainArea #sec05 .inner {
  width: auto;
  max-width: 1150px;
}

#mainArea #sec05 h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
  padding-top: 40px;
}

#mainArea #sec05 .andmoreBnr {

}

#mainArea #sec05 .andmoreBnr ul {
  display: flex;
  justify-content: space-between;
}

#mainArea #sec05 .andmoreBnr li {
  margin-top: 30px;
  justify-content: space-between;
  max-width: 277px;
}

#mainArea #sec05 .andmoreBnr li a {
  box-sizing: border-box;
  border: 3px solid #fff;
  display: block;
}


/*キャンペーンバナー*/

#campaign {
  background: url(/punch/img/cp_bg.png) center center repeat-y;
  padding: 5rem 0 4rem 0;
}

#campaign h2 {
  padding: 0 0 2rem 0;
  margin: 0 auto;
  text-align: center;
}

#campaign p {
  padding: 0 1vw;
}

@media screen and (min-width:1940px) {
  #mainArea .main {
    background-size: cover;
  }
}

@media screen and (max-width:1200px) {
  #mainArea .main {
    height: 500px;
    background-size: cover;
  }

  #mainArea .main .sizzle_bg {
    background: none;
    height: 500px;
  }

  #mainArea .main .sizzle_bg img {
    width: auto;
    max-width: none;
  }

  #mainArea .main h1 img {
    margin-top: 25px;
    height: 110px;
  }

  #mainArea .main p.pkg1 {
    position: absolute;
    top: 10%;
    left: -5%;
    width: 50%;
    z-index: 3;
    opacity: 0;
  }
  
  #mainArea .main p.pkg1 img {
    height: 250px;
  }
  
  #mainArea .main p.pkg2 {
    position: absolute;
    top: 10%;
    right: -5%;
    width: 50%;
    z-index: 3;
    text-align: center;
    opacity: 0;
  }
  
  #mainArea .main p.pkg2 img {
    height: 250px;
  }
  
  #mainArea .main p.logo1 {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 50%;
    z-index: 10;
    opacity: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  
  #mainArea .main p.logo1 img {
    height: 250px;
  }
  
  #mainArea .main p.logo2 {
    position: absolute;
    bottom: 20%;
    right: 0;
    width: 50%;
    z-index: 10;
    text-align: center;
    opacity: 0;
  }
  
  #mainArea .main p.logo2 img {
    height: 160px;
  }
  
  #mainArea .main p.logo3 {
    position: absolute;
    bottom: 10px;
    right: 0%;
    width: 50%;
    z-index: 20;
    opacity: 0;
    text-align: center;
  }
  
  #mainArea .main p.logo3 img {
    height: 120px;
  }
  
  #mainArea .main p.character1 {
    position: absolute;
    bottom: 25%;
    left: -500px;
    width: 30%;
    z-index: 15;
    text-align: center;
  }
  
  #mainArea .main p.character1 img {
    height: 70px;
  }
  
  #mainArea .main p.character2 {
    position: absolute;
    bottom: 30%;
    left: 3000px;
    width: 20%;
    z-index: 15;
    text-align: center;
  }
  
  #mainArea .main p.character2 img {
    height: 80px;
  }

  .scroll-infinity__wrap {
    padding: 40px 0;
  }

  .scroll-infinity__list {
    width: auto;
  }

  .scroll-infinity__item {
    width: calc(100vw / 3);
  }

  .scroll-infinity__item>img {
    max-height: 175px;
    padding: 0 10px;
    width: auto;
  }

  #mainArea #sec00 {
    background: url(../img/sec00_bg_sp.png?251016) center bottom no-repeat, #fede27;
    background-size: cover;
    padding-bottom: 375px;
  }

  #mainArea #sec00 p.txt {

  }

  #mainArea #sec00 .akinaiImg {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
  }

  #mainArea #sec00 .akinaiImg img {
    height: 500px;
    width: auto;
  }

  #mainArea #sec02 .secret1 {
    flex-wrap: wrap;
  }

  #mainArea #sec02 .secret1Title img {
    height: 200px;
  }

  #mainArea #sec02 .secret1Img {
    flex-wrap: wrap;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  #mainArea #sec02 .secret1Img p {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  #mainArea #sec02 .secret1Img p:nth-child(1) img {
    width: 80%;
    height: auto;
  }

  #mainArea #sec02 .secret1Img p:nth-child(2) img {
    width: 90%;
    height: auto;
    margin-bottom: 75px;
  }

  #mainArea #sec03 .campaignBanner {
    margin-left: 35px;
    margin-right: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: -350px;
    margin-bottom: -225px;
  }

  #mainArea #sec03 .campaignBanner .campaignBannerFukidashi {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }

  #mainArea #sec03 .campaignBanner .campaignBannerFukidashi img {
    height: 200px;
    width: auto;
  }

}

@media screen and (min-width:769px) and (max-width:1024px) {


  .history {
    background: url(../img/sec03_historyline.png) right 50% bottom 62vw no-repeat !important;
  }

  #mainArea #sec03 .story a>div div .title span {
    font-size: 1.6vw;
  }

  #mainArea #sec03 .story a>div div .text {
    font-size: 1.9vw;
  }

  #mainArea #sec03 .history ul li:nth-of-type(1) div dd img {
    width: 100%;
  }

  #mainArea #sec03 .history ul li div dd img {
    width: 50%;
  }

  #mainArea #sec03 .history ul li div dd p {
    font-size: 2.2vw;
  }

  .history ul li div.box_end dd img {
    width: 80% !important;
  }

  #mainArea #sec04 li div p {
    font-size: 2vw;
  }

}

@media screen and (min-width:1px) and (max-width:768px) {
  .pc_display {
    display: none !important;
  }

  .sp_display {
    display: block !important;
  }

  .pagetop {
    position: fixed;
    bottom: 3%;
    right: 2%;
    text-align: right;
    z-index: 1;
  }

  .fixed {
    position: absolute;
    bottom: 8.5%;
  }


  #mainArea .pc_display {
    display: none !important;
  }

  #mainArea .sp_display {
    display: block !important;
  }

  #mainArea .sec .inner {
    width: 100%;
  }
  
  .youtube{
    padding:10vw 5% 3vw;
  }
  .youtube iframe{
    height: 50.625vw;
    width:90vw;
  }

  #mainArea .main {
    background: url(../img/main_bg_sp.png) center center no-repeat;
    height: 700px;
    background-size: cover;
  }

  #mainArea .main .sizzle_bg {
    background: none;
    height: 700px;
  }

  #mainArea .main .sizzle_bg img {
    width: auto;
    max-width: none;
  }

  #mainArea .main h1 img {
    margin-top: 25px;
    height: 110px;
  }

  #mainArea .main p.pkg1 {
    position: absolute;
    top: 27%;
    left: 0;
    width: 50%;
    z-index: 3;
    opacity: 0;
  }
  
  #mainArea .main p.pkg1 img {
    height: 225px;
  }
  
  #mainArea .main p.pkg2 {
    position: absolute;
    top: 27%;
    right: -5px;
    width: 50%;
    z-index: 3;
    text-align: center;
    opacity: 0;
  }
  
  #mainArea .main p.pkg2 img {
    height: 225px;
  }
  
  #mainArea .main p.logo1 {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 50%;
    z-index: 10;
    opacity: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  
  #mainArea .main p.logo1 img {
    height: 200px;
  }
  
  #mainArea .main p.logo2 {
    position: absolute;
    bottom: 16%;
    right: 0;
    width: 50%;
    z-index: 10;
    text-align: center;
    opacity: 0;
  }
  
  #mainArea .main p.logo2 img {
    height: 140px;
  }
  
  #mainArea .main p.logo3 {
    position: absolute;
    bottom: 30px;
    right: 0%;
    width: 50%;
    z-index: 20;
    opacity: 0;
    text-align: center;
  }
  
  #mainArea .main p.logo3 img {
    height: 90px;
  }
  
  #mainArea .main p.character1 {
    position: absolute;
    bottom: 25%;
    left: -500px;
    width: 42%;
    z-index: 15;
    text-align: right;
    margin-bottom: 335px;
  }
  
  #mainArea .main p.character1 img {
    height: 70px;
  }
  
  #mainArea .main p.character2 {
    position: absolute;
    bottom: 30%;
    left: 3000px;
    width: 20%;
    z-index: 15;
    text-align: center;
    margin-bottom: 70px;
  }
  
  #mainArea .main p.character2 img {
    height: 80px;
  }

  @keyframes character1 {
    0% {
      left: -750px;
    }
    100% {
      left: -75px;
    }
  }
  
  @keyframes character2 {
    0% {
      left: 1100px;
    }
    100% {
      left: 30%;
    }
  }

  .scroll-infinity__wrap {
    padding: 40px 0 0;
  }

  .scroll-infinity__list {
    width: auto;
  }

  .scroll-infinity__item {
    width: calc(100vw / 3);
  }

  .scroll-infinity__item>img {
    max-height: 160px;
    padding: 0 10px;
    width: auto;
  }

  #mainArea #sec00 {
    background: url(../img/sec00_bg_sp.png?251016) center bottom no-repeat, #fede27;
    background-size: cover;
    padding-bottom: 50vw;
  }

  #mainArea #sec00 p.txt {
    font-size: 18px;
    padding:1em 0;
  }

  #mainArea #sec00 .akinaiImg {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
  }

  #mainArea #sec00 .akinaiImg img {
    height: 300px;
    width: auto;
  }

  #mainArea #sec01 {
    padding: 12% 0 5% 0;
    background-size: 190%;
  }

  #mainArea #sec01 h2 {
    width: 95%;
    margin-left: 5%;
  }

  #mainArea #sec01 .inner .txt {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 2rem;
  }

  #mainArea #sec02 {
    background: url(../img/sec02_bg_sp.png?251016) center bottom no-repeat #faeb9b;
    background-size: cover;
    padding: 9% 0 5% 0;
  }

  #mainArea #sec02 h2 {
    width: 90%;
    margin: 0 auto;
  }
  #mainArea #sec02 h2 + p.txt2{
    width: 78%;
    margin: 0 auto;
    text-align: left;
    font-size:1.7rem;
  }
  #mainArea #sec02 p.txt {
    font-size: 2rem;
    
  }
  #mainArea #sec02 h2.ttl03{
    width:70%;
    margin:10vw 0 0 3%;
  }
  #mainArea #sec02 .inner:nth-child(3) .txt {
    margin-bottom: 2rem;
    font-size:1.7rem;
  }
  #mainArea #sec02 .secret1 h4 {
    width: 90%;
    margin: 0 auto;
    font-size:2rem;
}
#mainArea #sec02 .secret1 h4 img {
    right: 1rem;
    bottom: -2.5rem;
  width:20vw;
}
  #mainArea #sec02 .secret1 h4 img.vegitable {
    bottom: -5.5rem;
    right: 1rem;
}
  #mainArea #sec02 .secret1 h4 + p {
    font-size: 1.7rem;
    width: 85%;
    margin: 0.5em auto 1em;
}
#mainArea #sec02 .secret1 .flex {
  display:block;
  margin: 3rem auto;
  
}
  

  #mainArea #sec02 .secret1Title img {
    height: 100px;
    width: auto;
  }

  #mainArea #sec02 .secret1Img {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  #mainArea #sec02 .secret1Img p {
    width: 100%;
  }

  #mainArea #sec02 .secret1Img p:nth-child(1) img {
    width: 80%;
    height: auto;
  }

  #mainArea #sec02 .secret1Img p:nth-child(2) img {
    width: 90%;
    height: auto;
    margin-bottom: 75px;
  }

  #mainArea #sec02 .secret2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px;
  }

  #mainArea #sec02 .secret2 ul li:nth-child(1) {
    margin: 0 25%;
  }

  #mainArea #sec02 .secret2 ul li {
    width: 50%;
  }

  #mainArea #sec02 .story {
    margin-top: -4.2rem;
    padding-bottom: 4em;

  }

  #mainArea #sec02 .story h3 {
    font-size: 4vw;
    bottom: -1.8em;
  }

  #mainArea #sec02 .story a {
    width: 95%;
    background-color: #FFF;
  }

  #mainArea #sec02 .story a>div {
    display: block;
    padding: 3em 1em 1em 1em;
  }

  #mainArea #sec02 .story a>div>img:nth-child(2) {
    display: none;
  }

  #mainArea #sec02 .story a>div div .text {
    font-size: 1.8rem;
  }

  #mainArea #sec02 .story a>div div .title {
    display: inline-block;
    padding-top: 0.5em;
  }

  #mainArea #sec02 .story a>div div .title img {
    width: auto;
  }

  #mainArea #sec02 .inner:nth-child(1) h2 img {
    width: auto;
    height: auto;
  }

  #mainArea #sec02 .inner:nth-child(2) h2 img {
    width: auto;
    height: auto;
  }

  #mainArea #sec02 .inner:nth-child(3) h2 img {
    width: auto;
    height: auto;
  }

  #mainArea #sec03 {
    background: url(../img/sec03_bg_sp.png?251017) left bottom no-repeat #eb6100;
    background-size: 100%;
  }

  #mainArea #sec03 nav {
    width: 96%;
    margin: 0 auto;
    bottom: 20vw;
  }

  #mainArea #sec03 h2 {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6rem;
  }

  #mainArea #sec03 h2 img {
    height: auto;
  }

  #mainArea #sec03 .inner {
    padding: 0;
  }

  #mainArea #sec03 p.txt {
    font-size: 2rem;
  }

  #mainArea #sec03 .campaignBanner {
    margin-left: 35px;
    margin-right: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: -350px;
    margin-bottom: -225px;
  }

  #mainArea #sec03 .campaignBanner .campaignBannerFukidashi {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }

  #mainArea #sec03 .campaignBanner .campaignBannerFukidashi img {
    height: 200px;
    width: auto;
  }

  #mainArea #sec03 .history {
    background: url(../img/sec03_historyline.png) 50% 40% no-repeat;
    background-size: 6%;
  }

  #mainArea #sec03 .history ul li:nth-of-type(1) div {
    width: 50%;
  }

  #mainArea #sec03 .history ul li div.box_start {

    margin: 0 auto;
  }

  #mainArea #sec03 .history .box_start .flex {
    flex-wrap: wrap;
    justify-content: center;
    height: 200px;
  }

  #mainArea #sec03 .history ul li div.box_start dd>img {
    max-height: 45px;
  }

  #mainArea #sec03 .history ul li div.box_end dt {
    margin-bottom: 0;
  }


  #mainArea #sec03 .history ul li:nth-of-type(1) div dt img {
    max-height: 160px;
    width: auto;
  }

  #mainArea #sec03 .history ul li:nth-of-type(1) div dd {
    padding: 0 0 0 0;
    position: relative;
    /*left: 115px;
    top: -160px;*/
    width: 100%;
    top: -20px;
    left: 5px;
  }

  #mainArea #sec03 .history ul li:nth-of-type(1) div dd img {
    max-height: 25px;
  }

  #mainArea #sec03 .history ul li:nth-of-type(1) div dd p {
    padding: 0rem 0 0 2rem;
  }

  #mainArea #sec03 .history ul li:nth-of-type(3) {

    padding-bottom: 20px;

  }


  #mainArea #sec03 .history ul li div {
    width: 46%;
  }

  #mainArea #sec03 .history ul li div dd p {
    font-size: 1.5rem;
    width: 90%;
  }
  #mainArea #sec03 .history ul li div dd p.small {
    width: 90%;
}

  #mainArea #sec03 .history ul li:nth-of-type(2) div:nth-of-type(1) dd p {
    width: 90%;
  }

  #mainArea #sec03 .history ul li div.box_l dt {
    position: relative;
    background: url(../img/sec03_historymark_bg.png) 115% 44% no-repeat;
    background-size: 24%;
  }

  #mainArea #sec03 .history ul li div.box_l dt img {
    padding-right: 15px;
    margin-left: -20px;
  }

  #mainArea #sec03 .history ul li div.box_r dt {
    position: relative;
    background: url(../img/sec03_historymark_bg.png) -15% 44% no-repeat;
    background-size: 24%;
  }

  #mainArea #sec03 .history ul li div.box_r dt img {
    padding-left: 15px;
    margin-right: -20px;
  }

  #mainArea #sec03 .history ul li div dd img {
    max-height: 150px;
    width: auto;
    display: block;
  }

  #mainArea #sec03 .history ul li div.box_end {
    width: 100%;
    padding-top: 1rem;
  }

  #mainArea #sec03 .history ul li div.box_end dd img {
    max-width: 100%;
    margin: 0 auto;
    max-height: 100%;
  }


  #mainArea #sec04 {
    background: url(../img/sec04_bg_sp.png?251016) center bottom no-repeat #faee9e;
    background-size: 100%;
    padding: 0 0 150px 0;
  }


  #mainArea #sec04 ul li {

    width: 80%;
    margin: 0 auto;
  }

  #mainArea #sec04 .flex {
    flex-wrap: wrap;
  }

  #mainArea #sec04 li .btn img {
    width: 100%;
  }

  #mainArea #sec04 .brandtop {
    margin-top: 50px;
    margin-bottom: 150px;
  }

  #mainArea #sec04 .brandtop img {
    max-width: 90%;
    height: auto;;
  }


  /* sec05 */
  #mainArea #sec05 .andmoreBnr ul {
    flex-wrap: wrap;
  }
  
  #mainArea #sec05 .andmoreBnr li {
    margin-top: 30px;
    max-width: 100%;
  }

  #mainArea #sec05 {
    padding: 0 0 20vw 0;
}
  
  /*キャンペーンバナー*/

  #campaign {
    padding: 3rem 0 2rem 0;
  }

  #campaign h2 {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 80%;
  }

  #campaign p {
    padding: 2vw 1vw;
    width: 80%;
    margin: 0 auto;
  }


  #campaign .inner {
    flex-wrap: wrap;
  }


}

/*キャンペーン用*/

#kimetsu img,
#kimetsu_summary img,
#vote img,
#vote_summary img {
  max-width: 100%;
}

#kimetsu_summary .inner,
#vote_summary .inner {
  max-width: 102.4rem;
}

#kimetsu_summary a:hover,
#vote_summary a:hover {
  opacity: 0.7;
}


/* kimetsu */
#kimetsu {
  text-align: center;
  padding-top: 8.2rem;
  background-image: url(../img/kimetsu_bg.png);
  background-repeat: repeat-x;
  background-color: #000;
}

/* kimetsu_summary */
#kimetsu_summary {
  background-color: #faee9e;
  padding: 7.5rem 0;
  color: #000;
}

#kimetsu_summary h3 {
  text-align: center;
  position: absolute;
  top: -3.25rem;
  left: 50%;
  transform: translateX(-50%);
}

#kimetsu_summary .summary {
  background-color: #fff;
  border-radius: 1.8rem;
  position: relative;
}

#kimetsu_summary .summary+.summary {
  margin-top: 7rem;
}

#kimetsu_summary .product {
  padding: 6.5rem 3.3203125% 4.5rem;
}

#kimetsu_summary .product .products li {
  width: 50%;
}

#kimetsu_summary .product .products li h4 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.36666667;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "メイリオ", sans-serif;
}

#kimetsu_summary .product .products .left h4 {
  margin-bottom: -3rem;
  position: relative;
  left: -1.5rem;
  color: #000;
}

#kimetsu_summary .product .products .right h4 {
  margin-bottom: 0.5rem;
}

#kimetsu_summary .product .note {
  font-size: 1.4rem;
  line-height: 1.42857143;
  margin-top: 1.7rem;
  padding-left: 1.5%;
}

#kimetsu_summary .product .note li {
  padding-left: 1em;
  text-indent: -1em;
}

#kimetsu_summary .target {
  padding: 5.5rem 10.5% 4rem;
}

#kimetsu_summary .target ul {
  justify-content: space-around;
}

#kimetsu_summary .target ul li {
  text-align: center;
}

#kimetsu_summary .target ul li img {
  margin-bottom: 0.5rem;
}

#kimetsu_summary .target ul li p {
  font-size: 1.8rem;
  line-height: 1.33333333;
}

#kimetsu_summary .target ul li p strong {
  color: #e60012;
  font-weight: normal;
}

#kimetsu_summary .method {
  padding: 6.5rem 8.3984375% 3rem;
}

#kimetsu_summary .method .intro {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.66666667;
  margin-bottom: 2rem;
  font-weight: bold;
}

#kimetsu_summary .method .intro span {
  font-size: 1.4rem;
}

#kimetsu_summary .method .step {
  margin-bottom: 2.5rem;
}

#kimetsu_summary .method .step ul {
  background-color: #feeb75;
  padding: 3rem 4rem 0.5rem;
}

#kimetsu_summary .method .step ul li {
  font-size: 1.8rem;
  line-height: 1.66666667;
  padding-left: 1em;
  text-indent: -1em;
}

#kimetsu_summary .method .btn {
  display: block;
  margin: 0 auto 2.5rem;
  width: 58.6rem;
  max-width: 100%;
}

#kimetsu_summary .method .note li {
  font-size: 1.4rem;
  line-height: 1.71428571;
  padding-left: 1em;
  text-indent: -1em;
}

#kimetsu_summary .collabo {
  text-align: center;
  padding: 4.5rem 6% 3rem;
}

#kimetsu_summary .collabo .ttl {
  font-size: 2.4rem;
  color: #eb6100;
  margin-bottom: 2.5rem;
  font-weight: bold;
}

#kimetsu_summary .collabo h4 {
  font-size: 2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "メイリオ", sans-serif;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

#kimetsu_summary .collabo figure {
  margin-bottom: 2rem;
}

#kimetsu_summary .collabo figure img {
  margin-bottom: 1rem;
}

#kimetsu_summary .collabo figure figcaption {
  font-size: 2rem;
  font-weight: bold;
}

#kimetsu_summary .collabo .desc {
  font-size: 1.8rem;
  line-height: 1.77777778;
  margin-bottom: 1.5rem;
}

#kimetsu_summary .collabo .note li {
  font-size: 1.4rem;
  line-height: 1.42857143;
}

/* vote */
#vote {
  text-align: center;
  background-image: url(../img/vote_bg.png);
  background-position: center top;
  height: 63.5rem;
}

/* vote_summary */
#vote_summary {
  background-color: #faee9e;
  padding: 5.25rem 0 8.5rem;
  color: #000;
}

#vote_summary .top {
  background: url(../img/vote_chara.png) right 3vw bottom no-repeat;
  padding-bottom: 5.25rem;
}

#vote_summary .top h2 {
  text-align: center;
  margin-bottom: 2.25rem;
}

#vote_summary .top .intro {
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 2.75rem;
}

#vote_summary .top .intro strong {
  color: #e8350c;
  margin-top: -0.7rem;
  display: inline-block;
}

#vote_summary .top .intro strong span {
  font-size: 3rem;
}

#vote_summary .top .btn {
  color: #fff;
  background-color: #e8350c;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 39rem;
  border-radius: 3.2rem;
  font-size: 2rem;
  font-weight: bold;
  padding: 1.6rem 0;
  background-image: url(../img/arrow.png);
  background-position: center right 2.5rem;
  background-repeat: no-repeat;
  background-size: 1.1rem;
  max-width: 100%;
}

#vote_summary .info {
  border-radius: 1.8rem;
  margin-bottom: 3rem;
}

#vote_summary .info .info_part {
  padding: 5rem 7.5% 5rem 6.5%;
}

#vote_summary .info .info_part .left {
  display: flex;
  flex-direction: column;
  width: 34.15730337%;
}

#vote_summary .info .info_part .left .catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  margin-bottom: 1.5rem;
}

#vote_summary .info .info_part .left .catch p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(transparent 0, #EB6210 0);
  display: inline;
  position: relative;
}

#vote_summary .info .info_part .left .catch p:nth-of-type(1) {
  padding: 0.05em 0.6em 0.05em 0.7em;
}

#vote_summary .info .info_part .left .catch p:nth-of-type(2) {
  padding: 0.05em 0.1em 0.05em 0.7em;
}

#vote_summary .info .info_part.consomme .left .catch p:nth-of-type(1) {
  right: 1.1em;
}

#vote_summary .info .info_part.consomme .left .catch p:nth-of-type(2) {
  left: 3.8em;
}

#vote_summary .info .info_part.mugen .left .catch p:nth-of-type(1) {
  right: 0.7em;
}

#vote_summary .info .info_part.mugen .left .catch p:nth-of-type(2) {
  left: 2.1em;
}

#vote_summary .info .info_part.double .left .catch p:nth-of-type(1) {
  right: 3em;
}

#vote_summary .info .info_part.double .left .catch p:nth-of-type(2) {
  left: 1em;
}

#vote_summary .info .info_part .right {
  width: 56%;
  padding-top: 8rem;
}

#vote_summary .info .info_part .right .comment {
  background-color: #fff;
  border-radius: 0.9rem;
  padding: 3rem 2.5rem;
  position: relative;
}

#vote_summary .info .info_part .right .comment::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  border: 15px solid transparent;
  border-right: 25px solid #fff;
  transform: translateY(-50%);
}

#vote_summary .info .info_part .right .comment .ttl {
  font-size: 2.4rem;
  color: #e8350c;
  margin-bottom: 0.4em;
  font-weight: bold;
}

#vote_summary .info .info_part .right .comment .desc {
  font-size: 2.2rem;
  line-height: 1.63636364;
  font-weight: bold;
}

#vote_summary .info .info_part .right .comment .desc span {
  color: #e8350c;
}

#vote_summary .info .info_part .tw_btn {
  font-size: 2.2rem;
  color: #fff;
  background-color: #1da1f2;
  display: block;
  margin: 2rem auto 0;
  width: 39rem;
  max-width: 100%;
  text-align: center;
  padding: 1.5rem 0;
  border-radius: 3.25rem;
  background-image: url(../img/tw_icon.png);
  background-size: 3.3rem;
  background-repeat: no-repeat;
  background-position: center left calc(50% - 10rem);
}

#vote_summary .info .consomme {
  background-color: #fca722;
  border-radius: 1.8rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#vote_summary .info .mugen {
  background-color: #272725;
}

#vote_summary .info .double {
  background-color: #ca2f12;
  border-radius: 1.8rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#vote_summary .marche {
  background-color: #fff;
  text-align: center;
  border-radius: 1.8rem;
  padding: 4rem 3.5% 5rem;
  width: calc(100% - 2.4rem);
  margin: 0 auto;
}

#vote_summary .marche h2 {
  margin-bottom: 2.5rem;
}

#vote_summary .marche .intro {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.66666667;
  font-weight: bold;
  margin-bottom: 4rem;
}

#vote_summary .marche .summary .left {
  margin-top: -3rem;
  width: 44.74789916%;
}

#vote_summary .marche .summary .right {
  width: 51%;
  text-align: left;
}

#vote_summary .marche .summary .right .catch {
  font-size: 2.4rem;
  color: #eb6100;
  font-weight: bold;
  text-decoration: line-through;
}

#vote_summary .marche .summary .right .price {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}

#vote_summary .marche .summary .right .price span {
  font-size: 2.4rem;
}

#vote_summary .marche .summary .right .content {
  margin-bottom: 1rem;
}

#vote_summary .marche .summary .right .content li {
  font-size: 1.6rem;
  line-height: 1.85;
  padding-left: 1em;
  text-indent: -1em;
}

#vote_summary .marche .summary .right .note {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}


#vote_summary .marche .summary .right .sold_out {
  padding: 1.5rem;
  border: solid 1px #ec0909;
}


#vote_summary .marche .summary .right .sold_out b {
  color: #ec0909;
  font-size: 2.2rem;
}


#vote_summary .marche .summary .right .buy_btn {
  font-size: 2.2rem;
  color: #fff;
  /*background-color: #84ba0d;*/
  background-color: #d0e6a5;
  display: block;
  margin: 2rem 0 0;
  width: 39rem;
  max-width: 100%;
  text-align: center;
  padding: 1.5rem 0;
  border-radius: 3.25rem;
  background-image: url(../img/cart_icon.png);
  background-size: 3.3rem;
  background-repeat: no-repeat;
  background-position: center left calc(50% - 10rem);
  color: #333;
  pointer-events: none;
  font-weight: bold;
}

/*====================================================
ATTENTION TEXT
====================================================*/
.attention_txt {
  font-size: 1.4rem;
  text-align: right;
  position: absolute;
  top: 1.4em;
  right: 1em;
  display: block;
}

a.attention_txt:hover{
opacity:0.5;
}


@media screen and (min-width: 767px) and (max-width: 1023px) {
  #kimetsu_summary .product .products li h4 {
    font-size: 2.9296875vw;
  }

  #kimetsu_summary .target ul li p {
    font-size: 1.7578125vw;
  }

  #vote {
    height: 62.01171875vw;
    background-size: cover;
  }

  #vote_summary .info .info_part .left .catch p {
    font-size: 1.7578125vw;
  }

  #vote_summary .info .info_part .right {
    padding-top: 8vw;
  }

  #vote_summary .info .info_part .right .comment .ttl {
    font-size: 2.34375vw;
  }

  #vote_summary .info .info_part .right .comment .desc {
    font-size: 2.1484375vw;
  }
}

@media screen and (max-width: 767px) {

  /* kimetsu */
  #kimetsu {
    padding-top: 0;
  }

  /* kimetsu_summary */
  #kimetsu_summary .product .products {
    display: block;
    margin-bottom: 5vw;
  }

  #kimetsu_summary .product .products li {
    width: 100%;
  }

  #kimetsu_summary .product .products li+li {
    margin-top: 5vw;
  }

  #kimetsu_summary .product .products li h4 {
    font-size: 6vw;
  }

  #kimetsu_summary .product .products .left h4 {
    margin-bottom: -4vw;
  }

  #kimetsu_summary .product .products .right h4 {
    margin-bottom: 0;
  }

  #kimetsu_summary .product .note li {
    font-size: 3vw;
  }

  #kimetsu_summary h3 {
    width: 46.66666667vw;
    top: -6.21466667vw;
  }

  #kimetsu_summary .summary {
    border-radius: 1.33333333vw;
  }

  #kimetsu_summary .summary+.summary {
    margin-top: 15vw;
  }

  #kimetsu_summary .target ul {
    display: block;
  }

  #kimetsu_summary .target ul li+li {
    margin-top: 10vw;
  }

  #kimetsu_summary .target ul li img {
    width: 60%;
  }

  #kimetsu_summary .target ul li p {
    font-size: 4vw;
  }

  #kimetsu_summary .method .intro {
    font-size: 4vw;
  }

  #kimetsu_summary .method .intro span {
    font-size: 3vw;
  }

  #kimetsu_summary .method {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  #kimetsu_summary .method .step ul {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 0;
  }

  #kimetsu_summary .method .step ul li {
    font-size: 4vw;
    line-height: 2;
  }

  #kimetsu_summary .method .note li {
    font-size: 3vw;
  }

  #kimetsu_summary .collabo .ttl {
    font-size: 5vw;
    margin-bottom: 3vw;
  }

  #kimetsu_summary .collabo h4 {
    font-size: 4vw;
  }

  #kimetsu_summary .collabo figure figcaption {
    font-size: 4vw;
  }

  #kimetsu_summary .collabo .desc {
    font-size: 3.5vw;
  }

  #kimetsu_summary .collabo .note li {
    font-size: 3vw;
  }

  /* vote */
  #vote {
    height: auto;
  }

  /* vote_summary */
  #vote_summary {
    padding: 10vw 0;
  }

  #vote_summary .inner {
    padding: 0;
  }

  #vote_summary .top {
    background: url(../img/vote_chara.png) right -2vw bottom no-repeat;
    background-size: 25%;
    padding: 0 5% 12% 5%;
  }


  #vote_summary .top .intro {
    font-size: 4vw;
    margin-bottom: 4vw;
  }

  #vote_summary .top .intro strong span {
    font-size: 7vw;
    margin-top: -0.7rem;
    display: inline-block;
  }

  #vote_summary .top .intro strong {
    margin-top: 0;
    display: inline;
  }

  #vote_summary .top .btn {
    width: 68vw;
    font-size: 3.86666667vw;
    padding: 3vw 0;
    background-size: 2vw;
  }

  #vote_summary .info .consomme {
    display: block;
  }

  #vote_summary .info .info_part {
    border-radius: 0;
    padding-left: 15%;
    padding-right: 15%;
    padding: 6vw 7vw 6vw;
  }

  #vote_summary .info .info_part .left {
    width: 100%;
  }

  #vote_summary .info .info_part .left .catch {
    margin-bottom: 3vw;
    gap: 0.5vw;
  }

  #vote_summary .info .info_part .left .catch p {
    font-size: 3.5vw;
  }

  #vote_summary .info .info_part .left img {
    width: 70%;
    margin: 0 auto;
  }

  #vote_summary .info .info_part .right {
    width: 100%;
    padding-top: 7vw;
  }

  #vote_summary .info .info_part .right .comment {
    border-radius: 1.33333333vw;
    padding: 5vw 4vw;
  }

  #vote_summary .info .info_part .right .comment::before {
    top: -5.6vw;
    left: 50%;
    border: 2.13333333vw solid transparent;
    border-bottom: 3.46666667vw solid #fff;
    transform: translateX(-50%);
  }

  #vote_summary .info .info_part .right .comment .ttl {
    font-size: 4.26666667vw;
  }

  #vote_summary .info .info_part .right .comment .desc {
    font-size: 3.86666667vw;
    line-height: 1.7;
  }

  #vote_summary .info .info_part .tw_btn {
    width: 68vw;
    font-size: 3.86666667vw;
    margin-top: 6vw;
    padding: 3vw 0;
    background-size: 5.75vw;
    background-position: center left calc(50% - 17vw);
  }

  #vote_summary .marche {
    padding-left: 5%;
    padding-right: 5%;
    padding: 10vw 5%;
  }

  #vote_summary .marche .summary {
    display: block;
  }

  #vote_summary .marche .intro {
    font-size: 3.5vw;
  }

  #vote_summary .marche .summary .left {
    width: 100%;
  }

  #vote_summary .marche .summary .right {
    width: 100%;
  }

  #vote_summary .marche .summary .right .catch {
    font-size: 4.8vw;
  }

  #vote_summary .marche .summary .right .sold_out b {
    font-size: 4.7vw;
  }

  #vote_summary .marche .summary .right .price {
    font-size: 4vw;
    margin-bottom: 4vw;
  }

  #vote_summary .marche .summary .right .price span {
    font-size: 6.5vw;
  }

  #vote_summary .marche .summary .right .content li {
    font-size: 3.5vw;
  }

  #vote_summary .marche .summary .right .note {
    font-size: 3vw;
    margin-bottom: 6vw;
  }

  #vote_summary .marche .summary .right .buy_btn {
    width: 68vw;
    font-size: 3.86666667vw;
    margin: 0 auto;
    padding: 3vw 0;
    background-size: 5.75vw;
    background-position: center left calc(50% - 17vw);
  }

  /*====================================================
ATTENTION TEXT
====================================================*/
.attention_txt {
        z-index: 100000;
        font-size: 2.2vw;
        top: 1.9em;
    }
  
}