@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#season_potato html {
  height: 100%;
  font-size: 62.5%;
}
#season_potato {
  font-family: 'Kiwi Maru', serif;
  font-size: 20px;
  font-weight: normal;
  color: #333;
  line-height: 1.5;
}
#season_potato a {
  text-decoration: none; 
  cursor: pointer;
}
#season_potato a:hover {
  opacity: .5;
}
#season_potato img{
  width: 100%;
  vertical-align: bottom;
}
#season_potato .pc{display: block;}
#season_potato .sp{display: none;}


/* mv */
#season_potato .mv {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 5%;
  background-image: url(../img/mv_bg.png);
  background-size: cover;
  background-position: center;
}
#season_potato .mv_title {
  width: 42%;
  max-width: 600px;
}


/* 共通 */
#season_potato .wave {
  margin-top: -5%;
}
#season_potato .sec_inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 200px;
}
#season_potato .sec_title {
  width: 61%;
  max-width: 415px;
  margin: 0 auto;
  padding-bottom: 40px;
}
#season_potato .text {
  font-size: 32px;
}
#season_potato .note {
  font-size: 16px;
}


/* sec01 */
#season_potato .sec01 {
  background-image: url(../img/sec01_pattern.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: repeat-y;
}
#season_potato ._01 {
  width: 88%;
  max-width: 680px;
  padding-top: 20px;
  padding-bottom: 160px;
}
#season_potato .cp_date {
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#season_potato .cp_date .sans {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
}
#season_potato .cp_date .week {
  display: inline-block;
  width: 28px;
  height: 28px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #333;
  border-radius: 50px;
  line-height: 1.5;
}
#season_potato .end_date {
  font-size: 18px;
  font-weight: bold;
  color: #d2a362;
  background-color: #fff;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 65px;
  border: 3px solid #d2a362;
}
#season_potato .end_date li {
  display: flex;
  align-items: center;
}
#season_potato .end_date li:not(:last-of-type) {
  border-bottom: 1px dashed #ecdac1;
}
#season_potato .end_date_title {
  width: 25%;
  max-width: 170px;
  padding: 20px 40px;
  font-weight: normal;
  color: #fff;
  background-color: #d2a362;
}
#season_potato li:last-of-type .end_date_title {
  border-bottom-left-radius: 60px;
}
#season_potato .end_date_text {
  width: 75%;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
#season_potato .end_date .sans {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
}
#season_potato .end_date .week {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #d2a362;
  border-radius: 50px;
  line-height: 1.3;
}


/* sec02 */
#season_potato .sec02 {
  background-image: url(../img/sec02_pattern.png), url(../img/sec02_bg.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center top;
}
#season_potato .movie_txt {
  font-size: 26px;
  text-align: center;
}
#season_potato .movie {
  width: 67%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
#season_potato .movie iframe {
  width: 100%;
}
#season_potato .sec02_item01 {
  padding-bottom: 100px;
  display: flex;
  column-gap: 60px;
  list-style: none;
}
#season_potato .sec02_item01 li {
  position: relative;
}
#season_potato .sec02_item01 li:first-of-type::after {
  content: "";
  width: 25%;
  max-width: 112px;
  height: 104px;
  background-image: url(../img/sec02_item01_batch.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -20px;
}
#season_potato .sec02_item01 li:last-of-type::after {
  content: "";
  width: 25%;
  max-width: 112px;
  height: 104px;
  background-image: url(../img/sec02_item02_batch.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -20px;
}
#season_potato .sec02 .text,
#season_potato .sec02 .note {
  text-align: center;
}
#season_potato .sec02_item02 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0;
}
#season_potato .item_list {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
  border-top-right-radius: 60px;
}
#season_potato .item_list .title {
  padding: 20px 0;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background-color: #d2a362;
  border-top-right-radius: 60px;
}
#season_potato .scroll {
  background-color: #fff;
  border: 4px solid #d2a362;
  border-bottom-left-radius: 60px;
}
#season_potato .scroll_text {
  max-height: 280px;
  padding: 30px 60px;
  overflow-y: scroll;
}
#season_potato .scroll .note {
  padding-bottom: 20px;
  text-align: center;
}
#season_potato .scroll ul {
  display: flex;
  flex-wrap: wrap;
}
#season_potato .item_list_title {
  color: #d2a362;
}
#season_potato .item_list .scroll li:nth-child(odd) {
  width: 66%;
  padding: 20px;
  border-right: 1px solid #ecdac1;
  border-bottom: 1px solid #ecdac1;
}
#season_potato .item_list .scroll li:nth-child(even) {
  width: 34%;
  padding: 20px;
  border-bottom: 1px solid #ecdac1;
  display: flex;
  align-items: center;
}


/* sec03 */
#season_potato .sec03 {
  background-image: url(../img/sec03_pattern.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center top;
}
#season_potato .sec03 p {
  text-align: center;
}
#season_potato .item_way {
  margin-top: 60px;
  padding: 40px 60px 60px 60px;
  background-color: #fff3f1;
  border: 4px solid #eb6148;
  border-radius: 0 60px 0 60px;
}
#season_potato .item_way li {
  padding: 20px 0;
  padding-left:1em;
  text-indent:-1em;
  border-bottom: 1px dashed #eb6148;
}
#season_potato .num {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  padding-left:1em;
  text-indent:-1em;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  background-color: #eb6148;
  border-radius: 50px;
}
#season_potato .sec03 .note {
  text-align: left;
}
#season_potato .sec03 .note:first-of-type {
  padding-top: 26px;
}
#season_potato .indent {
  padding-left:1em;
  text-indent:-1em;
}
#season_potato .sec03_item {
  width: 69%;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 30px;
}
#season_potato .btn {
  display: block;
  width: 49%;
  max-width: 440px;
  margin: 0 auto;
  padding-top: 30px;
}
#season_potato .btn._02 {
  width: 57%;
}


/* sec04 */
#season_potato .sec04 {
  background-image: url(../img/sec04_pattern.png), url(../img/sec04_bg.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position-x: center;
}
#season_potato .rule a {
  text-decoration: underline;
}
#season_potato .rule a:hover {
  text-decoration: none;
}
#season_potato .scroll._02 {
  max-height: 440px;
  border-top-right-radius: 60px;
  border: 4px solid #6e9dd3;
}
#season_potato .scroll._02 .scroll_text {
  margin: 40px 10px;
  padding: 0px  60px;
}
#season_potato .scroll._02 p {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #6e9dd3;
}
#season_potato .scroll._02 p:last-of-type {
  margin-bottom: 0;
}


/* sec05 */
#season_potato .sec05 {
  background-image: url(../img/sec05_bg.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center;
}
#season_potato .sec_inner._05 {
  padding-bottom: 100px;
}
#season_potato .sec_title._05 {
  width: 76%;
  max-width: 690px;
}
#season_potato .sec05_item {
  width: 62%;
  max-width: 565px;
  margin: 0 auto;
}



@media screen and (max-width:767px){
  #season_potato .pc{display: none;}
  #season_potato .sp{display: block;}


  #season_potato {
    font-size: 3.4vw;
  }


  /* mv */
  #season_potato .mv {
    padding-top: 8vw;
    padding-bottom: 16%;
    background-image: url(../img/s_mv_bg.png);
  }
  #season_potato .mv_title {
    width: 99%;
  }


  /* 共通 */
  #season_potato .wave {
    margin-top: -12vw;
  }
  #season_potato .sec_inner {
    width: 90%;
    padding-top: 9.3vw;
    padding-bottom: 22vw;
  }
  #season_potato .sec_title {
    width: 69%;
    padding-bottom: 5.3vw;
  }
  #season_potato .text {
    font-size: 5.3vw;
  }
  #season_potato .note {
    font-size: 2.6vw;
  }
  #season_potato .note._02 {
    text-align: left;
  }



  /* sec01 */
  #season_potato .sec01 {
    background-image: url(../img/s_sec01_pattern.png);
    background-size: cover;
    background-position: center top;
  }
  #season_potato .sec_inner._01 {
    width: 81%;
  }
  #season_potato ._01 {
    padding-top: 5.3vw;
    padding-bottom: 18.6vw;
  }
  #season_potato .cp_date {
    padding-bottom: 4vw;
    font-size: 4vw;
    line-height: 1.2;
  }
  #season_potato .cp_date .sans {
    font-size: 6.1vw;
  }
  #season_potato .cp_date .week {
    width: 4.8vw;
    height: 4.8vw;
    font-size: 3.4vw;
    border-radius: 50px;
    line-height: 1.4;
  }
  #season_potato .end_date {
    font-size: 3.2vw;
    border-top-right-radius: 4vw;
    border-bottom-left-radius: 5vw;
    border: 2px solid #d2a362;
  }
  #season_potato .end_date_title {
    width: 22vw;
    padding: 3.3vw 4vw;
    font-size: 2.9vw;
  }
  #season_potato li:last-of-type .end_date_title {
    border-bottom-left-radius: 4vw;
  }
  #season_potato .end_date_text {
    width: 74%;
  }
  #season_potato .end_date .sans {
    font-size: 4.8vw;
  }
  #season_potato .end_date .week {
    width: 3.7vw;
    height: 3.7vw;
    margin-right: 1.3vw;
    font-size: 2.6vw;
  }


  /* sec02 */
  #season_potato .sec02 {
    background-image: url(../img/s_sec02_pattern.png), url(../img/s_sec02_bg.png);
    background-size: cover, 100%;
  }
  #season_potato .sec_inner._02 {
    width: 81%;
  }
  #season_potato .movie_txt {
    font-size: 4.26vw;
  }
  #season_potato .movie {
   width: 100%; 
   padding-bottom: 13.3vw;
  }
  #season_potato .sec02_item01 {
    margin: 0 auto;
    padding-bottom: 13.3vw;
    flex-direction: column;
    row-gap: 6vw;
  }
  #season_potato .sec02_item02 {
    width: 100%;
    padding: 2.6vw 0;
  }
  #season_potato .item_list {
    width: 100%;
  }
  #season_potato .item_list .title {
    padding: 3.4vw 0;
    font-size: 4vw;
    border-top-right-radius: 8vw;
  }
  #season_potato .scroll {
    border: 3px solid #d2a362;
    border-bottom-left-radius: 8vw;
  }
  #season_potato .scroll_text {
    max-height: 37vw;
    padding: 2.6vw 5.3vw;
    font-size: 2.6vw;
  }
  #season_potato .scroll .note {
    padding-top: 2.6vw;
    padding-bottom: 3vw;
  }
  #season_potato .item_list .scroll li:nth-child(odd) {
    width: 65%;
    padding: 2.6vw;
  }
  #season_potato .item_list .scroll li:nth-child(even) {
    width: 35%;
    padding: 2.6vw;
  }



  /* sec03 */
  #season_potato .sec03 {
    background-image: url(../img/s_sec03_pattern.png);
    background-size: cover;
  }
  #season_potato .item_way {
    margin-top: 5.3vw;
    padding: 5.3vw 5.3vw 8vw 5.3vw;
    font-size: 3vw;
    border: 3px solid #eb6148;
    border-top-right-radius: 8vw;
    border-bottom-left-radius: 8vw;
  }
  #season_potato .item_way li {
    padding: 3.2vw 0;
    padding-left: 2.4em;
    text-indent: -2.4em;
  }
  #season_potato .num {
    width: 5.3vw;
    height: 5.3vw;
    margin-right: 2vw;
    font-size: 2.9vw;
    line-height: 1.8;
  }
  #season_potato .sec03 .note:first-of-type {
    padding-top: 3.2vw;
  }
  #season_potato .sec03_item {
    width: 66%;
    padding-top: 4vw;
  }
  #season_potato .btn {
    width: 80%;
    padding-top: 4vw;
  }
  #season_potato .btn._02 {
    width: 85%;
  }


  /* sec04 */
  #season_potato .sec04 {
    background-image: url(../img/s_sec04_pattern.png), url(../img/s_sec04_bg.png);
    background-size: cover, 100%;
  }
  #season_potato .scroll._02 {
    max-height: 270px;
    font-size: 3.4vw;
    border: 3px solid #6e9dd3;
    border-top-right-radius: 8vw;
    border-bottom-left-radius: 8vw;
  }
  #season_potato .scroll._02 .scroll_text {
    margin: 5.3vw 1.3vw;
    padding: 0 4vw;
  }
  #season_potato .scroll._02 p {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }


  /* sec05 */
  #season_potato .sec05 {
    background-image: url(../img/s_sec05_bg.png);
  }
  #season_potato .sec_inner._05 {
    padding-bottom: 13vw;
  }
  #season_potato .sec_title._05 {
    width: 79%;
  }
  #season_potato .sec05_item {
    width: 100%;
  }

}




/* フェードインアニメーション */
#season_potato .fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1000ms;
}

#season_potato .fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}