#miniyokan {
  overflow: hidden;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 1px;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
#miniyokan img {
  width: 100%;
  height: auto;
}
.font_midium {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 500;
}
.ltc_font {
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-weight: 700;
}
.seasons_font_light {
  font-family: the-seasons, sans-serif;
  font-weight: 300;
}
.seasons_font_regular {
  font-family: the-seasons, sans-serif;
  font-weight: 400;
}
.seasons_font_bold {
  font-family: the-seasons, sans-serif;
  font-weight: 700;
}
#about, #story, #lineup, #item01, #item02, #item03, #item04, #item05,#buy {
  margin-top: -60px;
  padding-top: 60px;
  z-index: -1;
}
/*mv*/
.mv {
  position: relative;
  color: #fff;
  padding: 35px 0 0px;
  margin: 60px auto 0;
  height: calc(100vh - 95px);
  background: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/mvbg_sp.webp") center / cover;
}
.mv_slider {
  position: relative;
  overflow: hidden;
  width: 85%;
  margin: 0 15% 0 0;
  height: calc(100vh - 210px);
}
.mv_slider picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 210px) !important;
  object-fit: cover;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}
.mv_slider picture.slide1 img {
  animation-name: fade1;
}
.mv_slider picture.slide2 img {
  animation-name: fade2;
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mv_txt {
  position: absolute;
  z-index: 5;
  bottom: 110px;
  left: 5%;
  text-align: left;
  font-family: the-seasons, sans-serif;
  font-weight: 300;
  font-size: 15vw;
  color: #fff;
}
.mv_nav {
  width: 90%;
  height: 100px;
  margin: 1em auto 0;
  text-align: left;
  font-family: the-seasons, sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
}
.mv_nav li {
  padding: 0px 0;
}
.mv_nav li a {
  color: #fff;
}
.mv_nav li a:hover {
  color: #81776F;
}
.mv_logo {
  position: absolute;
  top: 100px;
  right: 0;
  width: 10%;
}
.mv_logo div {
  position: absolute;
  width: 80px;
  top: -90px;
  right: 15px;
}
.mv_logo p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 2px;
}
.mv_btn {
  position: absolute;
  bottom: 30px;
  right: 15%;
  width: calc(100vw - (20% + 160px));
  z-index: 6;
}
.mv_btn a {
  position: relative;
  text-align: left;
  display: block;
  border: 1px solid #fff;
  color: #fff;
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  padding: 8px 0 8px 15px;
  transition: ease .2s;
}
.mv_btn a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.mv_btn a::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  display: block;
  width: 20px;
  height: 10px;
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transition: ease .2s;
}
.mv_btn a:hover::before {
  right: 5px;
}
.scrolldown {
  position: absolute;
  bottom: 0px;
  right: 8%;
  z-index: 5;
}
.scrolldown span {
  position: absolute;
  left: -8px;
  bottom: 110px;
  font-size: 1.1rem;
  color: #fff;
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 10px;
  height: 10px;
  background: #fff;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation:
    circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 100px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #fff;
}
/*bg*/
.top_bg {
  position: relative;
  padding: 3em 0;
  background: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bg_white.webp");
  background-size: 100%;
}
.top_bg::before, .top_bg::after {
  position: absolute;
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
}
.top_bg::before {
  top: 0px;
  left: 0px;
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bokashi_purple.webp");
}
.top_bg::after {
  bottom: 0px;
  right: 0px;
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bokashi_yellow.webp");
  transform: scale(-1, -1);
}
.about_bg {
  position: relative;
  padding: 3em 0;
  background: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bg_white.webp");
  background-size: 100%;
}
.about_bg::before, .about_bg::after {
  position: absolute;
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
}
.about_bg::before {
  top: 0px;
  left: 0px;
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bokashi_purple.webp");
}
.about_bg::after {
  bottom: 0px;
  right: 0px;
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bokashi_doubble.webp");
}
.story_bg {
  position: relative;
  padding: 3em 0;
  background: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bg_brown.webp");
  background-size: 100%;
}
.story_bg::before {
  position: absolute;
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  right: 0px;
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bokashi_doubble.webp");
  transform: scale(1, -1);
}
.lineup_bg {
  position: relative;
  padding: 3em 0;
  background: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bg_brown.webp");
  background-size: 100%;
}
.lineup_bg::before {
  position: absolute;
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bokashi_doubble.webp");
  transform: scale(-1, -1);
}
.buy_bg {
  position: relative;
  padding: 3em 0;
  background: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bg_white.webp");
  background-size: 100%;
}
.buy_bg::before {
  position: absolute;
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  right: 0px;
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bokashi_purple.webp");
  transform: scale(-1, 1);
}
/*top*/
.top01 {
  position: relative;
}
.top01 p {
  position: absolute;
  top: 0;
  left: 10%;
  font-size: 5vw;
  text-align: left;
  line-height: 1.8;
}
.top01 div {
  text-align: right;
  position: absolute;
  bottom: 8%;
  right: 5%;
  font-family: the-seasons, sans-serif;
  font-weight: 300;
  font-size: 10vw;
  line-height: 1.3;
}
.top02 {
  position: relative;
  z-index: 1;
  margin: 2em auto 0;
}
.top02 p {
  width: 80%;
  margin: 0 auto 2em;
  text-align: left;
}
.top02 p span {
  display: block;
  margin: 0 auto 0.5em;
  font-size: 1.7rem;
  letter-spacing: 2px;
  line-height: 1.7;
}
.top02 img {
  width: 90%;
  margin: 0 0 0 10%;
}
/*about*/
.about_ttl {
  position: relative;
}
.about_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #000000;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.about_ttl img {
  height: 180px !important;
  object-fit: cover;
}
.about_ttl h2 {
  text-align: left;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  font-size: 1.6rem;
}
.about_ttl h2 span {
  display: block;
  font-family: the-seasons, sans-serif;
  font-weight: 300;
  font-size: 2.8rem;
}
.about {}
.about > li {
  margin: 3em auto 0;
}
.about > li:first-child {
  margin: 0 auto;
}
.about > li:nth-of-type(even) .about_img img {
  margin: 0 0 0 10%;
}
.about > li:nth-of-type(even) .about_img p {
  right: auto;
  left: 5%;
}
.about_img {
  position: relative;
}
.about_img img {
  width: 90% !important;
  margin: 0 10% 0 0;
}
.about_img p {
  position: absolute;
  top: 0;
  right: 5%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 2.5rem;
  letter-spacing: 6px;
}
.about_img p span {
  position: relative;
  display: inline-block;
  padding: 35px 0 0;
  font-family: the-seasons, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.about_img p span::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  display: inline-block;
  content: '';
  width: 1px;
  height: 30px;
  background-color: #000;
}
.about_txt {
  width: 80%;
  margin: -4em auto 0;
  text-align: left;
}
.about_txt div {
  margin: 0 auto 0.5em;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.8;
}
.about_txt p {
  line-height: 1.8;
}
.about > li:nth-of-type(even) .about_txt div {
  text-align: right;
}
/*story*/
.story01 {
  text-align: left;
  margin: 0 auto 1.5em;
}
.story01 > img {
  width: 90% !important;
  margin: 0 10% 0 0;
}
.story01 p {
  width: 80%;
  margin: 1em auto 0;
}
.story01 p span {
  display: block;
  margin: 0 auto 0.3em;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.story01 p img {
  width: 90% !important;
  margin: 1.5em 0 0 10%;
}
.story02 {
  width: 80%;
  margin: auto;
  text-align: left;
}
.story02 > img {
  width: 90% !important;
  margin: 0 10% 0 0;
}
.story02 p {
  margin: 0 auto 1em;
}
.story02 p span {
  display: block;
  margin: 0 auto 0.3em;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
/*lineup*/
.lineup_topttl {
  position: relative;
  color: #fff;
}
.lineup_topttl img {
  height: 230px !important;
  object-fit: cover;
}
.lineup_topttl h2 {
  position: absolute;
  top: 20px;
  right: 20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.lineup_topttl div {
  position: absolute;
  bottom: 10px;
  left: 20px;
  text-align: left;
  font-family: the-seasons, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.3;
}
.lineup_topttl div span {
  display: block;
  font-size: 3rem;
}
.lineup_link_ttl {
  color: #fff;
}
.lineup_link_ttl span {
  display: block;
  font-family: the-seasons, sans-serif;
  font-weight: 300;
  font-size: 2rem;
}
.lineup_link {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: space-between;
}
.lineup_link li {
  position: relative;
  margin: 1.5em 8px 0em;
  width: calc(100% / 2 - 16px);
}
.lineup_link li div {
  position: absolute;
  top: 0;
  right: 10px;
  display: inline-block;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-weight: 700;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  padding: 10px 1px;
  background: #99BC23;
  font-size: 1.1rem;
  letter-spacing: 2px;
}
.lineup_link li p {
  color: #fff;
  margin: 0.5em auto;
}
.lineup_link li.pistachio div {
  background: #99BC23;
}
.lineup_link li.yuzu div {
  background: #CED603;
  color: #000;
}
.lineup_link li.sesame div {
  background: #81776F;
}
.lineup_link li.sugar div {
  background: #6E3D6E;
}
.lineup_link li.dryfig div {
  background: #843858;
}
.lineup_link li a {
  display: block;
  position: relative;
  background: #000;
  color: #fff;
  padding: 5px 0;
  transition: ease .2s;
}
.lineup_link li a i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  transition: ease .2s;
}
.lineup_link li a:hover i {
  top: 55%;
}
.lineup_link li a:hover {
  background: #707070;
}
/*lineup*/
.lineup {}
.lineup > li {
  position: relative;
  padding: 3em 0;
  background-size: 100%;
}
.lineup > li.pistachio {
  background: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bg_green.webp");
}
.lineup > li.yuzu {
  background: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bg_yellow.webp");
}
.lineup > li.sesame {
  background: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bg_baige.webp");
}
.lineup > li.sugar {
  background: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bg_purple.webp");
}
.lineup > li.dryfig {
  background: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bg_pink.webp");
}
.lineup > li::before {
  position: absolute;
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  right: 0px;
}
.lineup > li:nth-of-type(even)::before {
  right: auto;
  left: 0;
}
.lineup > li.pistachio::before {
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bokashi_green.webp");
}
.lineup > li.yuzu::before {
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bokashi_yellow.webp");
}
.lineup > li.sesame::before {
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bokashi_brown.webp");
}
.lineup > li.sugar::before {
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bokashi_purple.webp");
}
.lineup > li.dryfig::before {
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bokashi_pink.webp");
}
.lineup_ttl {
  position: relative;
  width: 90%;
  margin: auto;
}
.lineup_ttl div {
  position: absolute;
  top: -3.6em;
  right: 10px;
  display: inline-block;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-weight: 700;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  padding: 25px 1px 10px;
  background: #99BC23;
  font-size: 1.2rem;
  letter-spacing: 3px;
}
.lineup > li.pistachio .lineup_ttl div {
  background: #99BC23;
}
.lineup > li.yuzu .lineup_ttl div {
  background: #CED603;
  color: #000;
}
.lineup > li.sesame .lineup_ttl div {
  background: #81776F;
}
.lineup > li.sugar .lineup_ttl div {
  background: #6E3D6E;
}
.lineup > li.dryfig .lineup_ttl div {
  background: #843858;
}
.lineup_ttl h3 {
  margin: 0 auto 0.5em;
  font-size: 2rem;
  line-height: 1.5;
  padding: 0 40px;
}
.lineup_ttl h3 span {
  display: inline-block;
}
.lineup_ttl img {
  height: 230px !important;
  object-fit: cover;
}
.lineup_txt {
  width: 80%;
  margin: 1.5em auto 0;
}
.lineup_txt p {
  text-align: left;
  margin: 0 auto 1em;
}
.lineup_txt p span {
  display: block;
  margin: 0 auto 0.3em;
  font-size: 1.7rem;
  letter-spacing: 2px;
}
.lineup_point {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 2em auto 0em;
  justify-content: space-between;
  border-right: 1px solid #000;
}
.lineup_point li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  border-left: 1px solid #000;
}
.lineup_point li div {
  margin: 0 auto 0.5em;
  font-size: 1.5rem;
}
.lineup_point li div span {
  display: block;
  font-family: the-seasons, sans-serif;
  font-weight: 400;
  color: #739500;
  font-size: 1.2rem;
}
.lineup_point li p {
  text-align: left;
  font-size: 1.2rem;
}
.lineup > li.yuzu .lineup_point li div span {
  color: #C4B500;
}
.lineup > li.sesame .lineup_point li div span {
  color: #81776F;
}
.lineup > li.sugar .lineup_point li div span {
  color: #6E3D6E;
}
.lineup > li.dryfig .lineup_point li div span {
  color: #843858;
}
.scene_ttl {
  margin: 2em auto 0;
}
.scene_ttl div {
  font-family: the-seasons, sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.4;
}
.scene_ttl p {}
.scene_ttl p span {
  display: inline-block;
}
.scene {}
.scene li {
  position: relative;
  margin: 2em auto 0;
}
.scene li:last-child > p {
  right: auto;
  left: 7%;
}
.scene li > p {
  position: absolute;
  top: 0;
  right: 7%;
  font-family: the-seasons, sans-serif;
  font-weight: 400;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
}
.scene li img {
  width: 85% !important;
  margin: 0 15% 0 0;
}
.scene li:last-child img {
  width: 70% !important;
  margin: 0 auto;
}
.scene_txt {
  position: relative;
  background: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bg_day.webp");
  background-size: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 20px 30px;
  width: 80%;
  margin: -1em 0 0 20%;
}
.scene_txt::before {
  position: absolute;
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1, -1);
  bottom: 0px;
  right: 0px;
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bokashi_green.webp");
}
.scene li:last-child .scene_txt {
  background: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bg_evening.webp");
  background-size: 100%;
  color: #fff;
  margin: -1em 20% 0 0;
}
.scene li:last-child .scene_txt::before {
  bottom: auto;
  right: auto;
  top: 0;
  left: 0;
  transform: scale(-1, 1);
}
.scene_txt div {
  margin: 0 auto 0.2em;
  font-size: 1.8rem;
  color: #739500;
}
.scene_txt p {}
.scene_subtxt {
  text-align: left;
  width: 70%;
  margin: 1.5em auto 0;
  line-height: 2;
  font-size: 1.5rem;
}
.lineup > li.yuzu .scene_txt::before {
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bokashi_yellow.webp");
  transform: scale(-1, -1);
}
.lineup > li.yuzu .scene li:last-child .scene_txt::before {
  transform: scale(1, 1);
}
.lineup > li.yuzu .scene_txt div {
  color: #C4B500;
}
.lineup > li.sesame .scene_txt::before {
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bokashi_brown.webp");
}
.lineup > li.sesame .scene_txt div {
  color: #81776F;
}
.lineup > li.sugar .scene_txt::before {
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bokashi_purple.webp");
  transform: scale(-1, -1);
}
.lineup > li.sugar .scene li:last-child .scene_txt::before {
  transform: scale(1, 1);
}
.lineup > li.sugar .scene_txt div {
  color: #6E3D6E;
}
.lineup > li.dryfig .scene_txt::before {
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bokashi_pink.webp");
}
.lineup > li.dryfig .scene_txt div {
  color: #843858;
}
.lineup_buy_wrap {
  width: 80%;
  margin: 2em auto 0;
}
.lineup_buy_wrap > p {
  font-family: the-seasons, sans-serif;
  font-weight: 400;
  font-size: 2rem;
}
.lineup_buy {
  margin: 0.5em auto 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.lineup_buy img {}
.lineup_buy div {
  padding: 1.5em 0;
}
.lineup_buy div p {
  text-align: left;
  font-size: 1.7rem;
  margin: 0 auto 0.5em;
}
.lineup_buy div p span {
  display: block;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #739500;
}
.lineup_buy div a {
  display: block;
  position: relative;
  background: #99BC23;
  color: #fff;
  padding: 15px 0;
  transition: ease .2s;
}
.lineup_buy div a::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  display: block;
  width: 20px;
  height: 10px;
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transition: ease .2s;
}
.lineup_buy div a:hover::before {
  right: 5px;
}
.lineup_buy div a::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 20px;
  transform: translate(0%, -50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/icon_cart.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.lineup > li.yuzu .lineup_buy div p span {
  color: #C4B500;
}
.lineup > li.yuzu .lineup_buy div a {
  background: #CED603;
  color: #000;
}
.lineup > li.yuzu .lineup_buy div a::before, .lineup > li.yuzu .lineup_buy div a::after {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.lineup > li.sesame .lineup_buy div p span {
  color: #81776F;
}
.lineup > li.sesame .lineup_buy div a {
  background: #81776F;
}
.lineup > li.sugar .lineup_buy div p span {
  color: #6E3D6E;
}
.lineup > li.sugar .lineup_buy div a {
  background: #6E3D6E;
}
.lineup > li.dryfig .lineup_buy div p span {
  color: #843858;
}
.lineup > li.dryfig .lineup_buy div a {
  background: #843858;
}
/*buy*/
.buy_ttl {
  position: relative;
}
.buy_ttl > img {
  height: 280px !important;
  object-fit: cover;
}
.buy_ttl_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.buy_ttl_txt div {
  width: 50px;
  margin: 0 auto;
}
.buy_ttl_txt p {
  display: inline-block;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0.8em auto 0;
}
.buy {
  width: 85%;
  margin: 0 auto 2em;
}
.buy img {}
.buy > div {
  margin: 1em auto 0;
}
.buy > div div {
  text-align: left;
  margin: 0 auto 0.5em;
}
.buy > div div span {
  display: block;
  margin: 0 auto 0.1em;
  font-family: the-seasons, sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.2;
}
.buy > div p {
  text-align: left;
  margin: 0 auto 1em;
  line-height: 2;
}
.buy > div a {
  display: block;
  position: relative;
  background: #B90000;
  color: #fff;
  padding: 15px 0;
  transition: ease .2s;
}
.buy > div a::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  display: block;
  width: 20px;
  height: 10px;
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transition: ease .2s;
}
.buy > div a:hover::before {
  right: 5px;
}
.buy > div a::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 20px;
  transform: translate(0%, -50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/icon_cart.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.buy_bg .lineup_link p {
  color: #000;
}
.buy_bg .lineup_link li a:hover i {
  top: 50%;
  right: 5px;
}
.gift_wrap {
  position: relative;
  width: 90%;
  margin: 3em auto 0;
  padding: 45px 20px 20px;
    background: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/bg_day.webp");
  background-size: 100%;
  box-sizing: border-box;
}
.gift_ttl {
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
}
.gift_ttl span {
  display: block;
  font-family: the-seasons, sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.2;
}
.gift_wrap > p {
  text-align: left;
}
.gift {
  max-width: 260px;
  margin: auto;
}
.gift li {
  margin: 2em auto 0;
}
.gift li div {
  font-size: 1.6rem;
  margin: 0.7em auto 0.3em;
}
.gift li p {
  margin: 0 auto 1em;
  text-align: left;
}
.gift li a {
  display: block;
  position: relative;
  background: #000;
  color: #fff;
  padding: 5px 0;
  width: 200px;
  margin: auto;
  transition: ease .2s;
}
.gift li a i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  transition: ease .2s;
}
.gift li a:hover i {
  right: 5px;
}
.gift li a:hover {
  background: #707070;
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  #miniyokan {
    font-size: 1.6rem;
    scroll-padding-top: 65px;
  }
  #about, #story, #lineup, #item01, #item02, #item03, #item04, #item05,#buy {
    margin-top: -65px;
    padding-top: 65px;
  }
  /*mv*/
  .mv {
    padding: 120px 0 0em;
    margin: 0 auto 0;
    height: calc(100vh - 120px);
    background: url("https://gigaplus.makeshop.jp/ganyudo/img/miniyokan/mvbg.webp") center / cover;
    min-height: 770px;
  }
  .mv_slider {
    width: calc(100vw - 300px);
    min-width: 950px;
    margin: 0 200px 0 0;
    height: calc(100vh - 120px);
  }
  .mv_slider picture img {
    height: calc(100vh - 120px) !important;
  }
  .mv_txt {
    bottom: 30px;
    left: 10%;
    line-height: 1;
    font-size: 10vw;
  }
  .mv_nav {
    position: absolute;
    bottom: 120px;
    right: 50px;
    width: 200px;
    height: auto;
    margin: 0 auto 0;
    text-align: right;
    font-size: 2.3rem;
  }
  .mv_nav li {
    padding: 2px 0;
  }
  .mv_logo {
    position: absolute;
    top: 120px;
    right: 0px;
    width: 300px;
  }
  .mv_logo div {
    position: relative;
    width: 100px;
    margin: 0 auto 2em;
    top: auto;
    right: auto;
  }
  .mv_logo p {
    padding: 0 0 0 93px;
    font-size: 2.8rem;
    letter-spacing: 4px;
    line-height: 2;
  }
  .mv_logo p span {
    display: block;
  }
  .mv_btn {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 160px;
  }
  .mv_btn a {
    font-size: 2rem;
    padding: 8px 0 8px 15px;
  }
  .scrolldown {
    left: 5%;
    right: auto;
  }
  .scrolldown span {
    left: 10px;
    bottom: 110px;
    font-size: 1.4rem;
  }
  .scrolldown:after {
    height: 150px;
  }
  /*bg*/
  .top_bg {
    padding: 5em 0;
  }
  .top_bg::before, .top_bg::after {
    width: 250px;
    height: 250px;
  }
  .about_bg {
    padding: 5em 0;
  }
  .about_bg::before, .about_bg::after {
    width: 250px;
    height: 250px;
  }
  .story_bg {
    padding: 5em 0;
  }
  .story_bg::before {
    width: 250px;
    height: 250px;
  }
  .lineup_bg {
    padding: 5em 0;
  }
  .lineup_bg::before {
    width: 250px;
    height: 250px;
  }
  .buy_bg {
    padding: 5em 0;
  }
  .buy_bg::before {
    width: 250px;
    height: 250px;
  }
  /*top*/
  .top01 {
    position: relative;
    width: 85%;
    margin: auto;
  }
  .top01 p {
    top: 0;
    left: -20px;
    font-size: 2vw;
  }
  .top01 div {
    bottom: 13%;
    right: 0%;
    font-size: 6vw;
  }
  .top02 {
    margin: 5em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .top02 p {
    width: 40%;
    margin: 0;
    box-sizing: border-box;
    padding: 0 5% 0 8%;
    line-height: 2;
  }
  .top02 p span {
    font-size: 2.3rem;
    line-height: 1.8;
  }
  .top02 img {
    width: 60% !important;
    margin: 0;
  }
  /*about*/
  .about_ttl img {
    height: 400px !important;
  }
  .about_ttl h2 {
    font-size: 2rem;
  }
  .about_ttl h2 span {
    font-size: 4rem;
  }
  .about {}
  .about > li {
    margin: 3em auto 0;
  }
  .about > li:first-child {
    margin: 0 auto;
  }
  .about > li:nth-of-type(even) .about_img img {
    margin: 0 0 0 15%;
  }
  .about > li:nth-of-type(even) .about_img p {
    right: auto;
    left: 8%;
  }
  .about_img {
    position: relative;
  }
  .about_img img {
    width: 85% !important;
    margin: 0 15% 0 0;
  }
  .about_img p {
    top: 80px;
    right: 8%;
    font-size: 3.8rem;
    letter-spacing: 8px;
  }
  .about_img p span {
    padding: 45px 0 0;
    font-size: 2rem;
  }
  .about_img p span::before {
    height: 40px;
  }
  .about_txt {
    width: 80%;
    max-width: 1100px;
    margin: 3em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .about_txt div {
    width: 400px;
    margin: 0;
    font-size: 2.8rem;
    letter-spacing: 2px;
    line-height: 2;
  }
  .about_txt p {
    width: calc(100% - 430px);
    line-height: 2.2;
  }
  .about > li:nth-of-type(even) .about_txt div {
    text-align: left;
  }
  /*story*/
  .story01 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 0;
  }
  .story01 > img {
    width: 50% !important;
    margin: 0;
  }
  .story01 p {
    width: 50%;
    margin: 0;
    box-sizing: border-box;
    padding: 0 15% 0 5%;
    line-height: 2.2;
  }
  .story01 p span {
    margin: 0 auto 0.3em;
    font-size: 2.8rem;
    line-height: 1.6;
  }
  .story01 p img {
    width: 115% !important;
    margin: 3em -15% 0 15%;
  }
  .story02 {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
  }
  .story02 > img {
    width: 40% !important;
    margin: 0 10% 0 0;
  }
  .story02 p {
    width: 40%;
    margin: 0;
    line-height: 2.2;
  }
  .story02 p span {
    display: block;
    margin: 0 auto 0.3em;
    font-size: 2.8rem;
    line-height: 1.6;
  }
  /*lineup*/
  .lineup_topttl {}
  .lineup_topttl img {
    height: 500px !important;
  }
  .lineup_topttl h2 {
    top: 50px;
    right: 50px;
    font-size: 2.5rem;
    letter-spacing: 4px;
  }
  .lineup_topttl div {
    bottom: 20px;
    left: 50px;
    font-size: 2.8rem;
  }
  .lineup_topttl div span {
    font-size: 7rem;
  }
  .lineup_link_ttl {
    letter-spacing: 2px;
    font-size: 1.7rem;
  }
  .lineup_link_ttl span {
    line-height: 1.4;
    font-size: 3.3rem;
  }
  .lineup_link {
    width: 90%;
    max-width: 1200px;
    margin: 2em auto 0em;
  }
  .lineup_link li {
    margin: 0em 10px 0em;
    width: calc(100% / 5 - 20px);
  }
  .lineup_link li div {
    right: 20px;
    padding: 15px 1px;
    font-size: 1.4rem;
  }
  .lineup_link li p {
    margin: 0.7em auto;
    font-size: 1.8rem;
  }
  .lineup_link li a {
    padding: 8px 0;
  }
  .lineup_link li a i {
    right: 15px;
  }
  /*lineup*/
  .lineup > li {
    padding: 5em 0;
  }
  .lineup > li::before {
    width: 250px;
    height: 250px;
  }
  .lineup_ttl {
    max-width: 1200px;
  }
  .lineup_ttl div {
    top: -3.2em;
    right: 30px;
    padding: 40px 2px 20px;
    font-size: 2.5rem;
    letter-spacing: 3px;
  }
  .lineup_ttl h3 {
    margin: 0 auto 0.5em;
    font-size: 3.3rem;
    letter-spacing: 3px;
  }
  .lineup_ttl img {
    height: 550px !important;
  }
  .lineup_txt {
    width: 90%;
    max-width: 1200px;
    margin: 3em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .lineup_txt p {
    width: 45%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 60px;
    line-height: 2.2;
  }
  .lineup_txt p span {
    margin: 0 auto 0.5em;
    font-size: 2.7rem;
    line-height: 1.8;
  }
  .lineup_txt img {
    width: 55% !important;
  }
  .lineup_point {
    width: 80%;
    max-width: 600px;
    margin: 3em auto 0em;
  }
  .lineup_point li {
    padding: 0 30px;
  }
  .lineup_point li div {
    margin: 0 auto 0.7em;
    font-size: 2.2rem;
  }
  .lineup_point li div span {
    font-size: 1.5rem;
  }
  .lineup_point li p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .scene_ttl {
    margin: 4em auto 0;
  }
  .scene_ttl div {
    font-size: 6rem;
  }
  .scene_ttl p {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .scene {}
  .scene li {
    position: relative;
    margin: 4em auto 0;
  }
  .scene li:last-child {
    margin: -10em auto 0;
  }
  .scene li:last-child > p {
    right: auto;
    left: 12%;
    top: auto;
    bottom: 310px;
  }
  .scene li > p {
    top: -1em;
    right: 9%;
  }
  .scene li img {
    width: 48% !important;
    margin: 0 52% 0 0;
  }
  .scene li:last-child img {
    width: 40% !important;
    margin: 0% 5% 0 55%;
  }
  .scene_txt {
    position: absolute;
    top: -1em;
    left: 45%;
    padding: 40px 50px;
    width: 43%;
    margin: 0;
  }
  .scene_txt::before {
    width: 120px;
    height: 120px;
  }
  .scene li:last-child .scene_txt {
    top: auto;
    bottom: 200px;
    left: 15%;
    margin: 0;
  }
  .scene_txt div {
    margin: 0 auto 0.2em;
    font-size: 3.3rem;
    letter-spacing: 2px;
  }
  .scene_txt p {
    letter-spacing: 2px;
    font-size: 2rem;
  }
  .scene_subtxt {
    position: absolute;
    bottom: 50px;
    left: 15%;
    width: 50%;
    margin: 0;
    font-size: 2rem;
  }
  .lineup_buy_wrap {
    max-width: 750px;
    margin: 4em auto 0;
  }
  .lineup_buy_wrap > p {
    font-size: 3rem;
  }
  .lineup_buy {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .lineup_buy img {
    width: 50% !important;
  }
  .lineup_buy div {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 50px;
  }
  .lineup_buy div p {
    font-size: 2.5rem;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 0 auto 0.7em;
  }
  .lineup_buy div p span {
    margin: 0 auto 0.2em;
    font-size: 1.6rem;
  }
  .lineup_buy div a {
    padding: 15px 0;
  }
  .lineup_buy div a::after {
    left: 20px;
    width: 25px;
    height: 25px;
  }
  /*buy*/
  .buy_ttl > img {
    height: 550px !important;
  }
  .buy_ttl_txt div {
    width: 80px;
  }
  .buy_ttl_txt p {
    font-size: 2.8rem;
    line-height: 1.6;
    letter-spacing: 3px;
    margin: 1em auto 0;
  }
  .buy {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 4em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .buy img {
    width: 48% !important;
  }
  .buy > div {
    width: 48%;
    margin: 0;
  }
  .buy > div div {
    margin: 0 auto 1em;
    font-size: 1.8rem;
  }
  .buy > div div span {
    margin: 0 auto 0em;
    font-size: 6rem;
    line-height: 1.2;
  }
  .buy > div p {
    font-size: 1.7rem;
    margin: 0 auto 1.5em;
    line-height: 2.2;
  }
  .buy > div a {
    padding: 20px 0;
  }
  .buy > div a::before {
    right: 20px;
  }
  .buy > div a:hover::before {
    right: 15px;
  }
  .buy > div a::after {
    left: 30px;
    width: 25px;
    height: 25px;
  }
  .buy_bg .lineup_link li a:hover i {
    right: 10px;
  }
  .gift_wrap {
    max-width: 1200px;
    margin: 7em auto 0;
    padding: 70px 50px 50px;
  }
  .gift_ttl {
    top: -2.5em;
    font-size: 1.8rem;
  }
  .gift_ttl span {
    font-size: 6rem;
  }
  .gift_wrap > p {
    text-align: center;
    font-size: 1.9rem;
	  letter-spacing: 2px;
  }
  .gift {
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .gift li {
    margin: 1.5em 12px 0em;
    width: calc(100% / 3 - 24px);
  }
  .gift li div {
    font-size: 2rem;
    margin: 0.7em auto 0.3em;
  }
  .gift li p {
    margin: 0 auto 1em;
    text-align: left;
  }
  .gift li a {
    padding: 8px 0;
  }
  .gift li a i {
    right: 15px;
  }
}