@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce_in {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  20% {
    opacity: 1;
    transform: scale(1.05);
  }
  60% {
    opacity: 1;
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes down_up {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scoop {
  0% {
    transform: translate(15px, 15px) rotate(-7.5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fade_down_visible {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fade_up_hidden {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
  }
}
.pc_hidden {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .pc_hidden {
    display: none !important;
  }
}

.sp_hidden {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .sp_hidden {
    display: block !important;
  }
}

.a_egg {
  display: block;
  position: absolute;
  z-index: 12;
}
.a_egg--01 {
  bottom: -115px;
  left: -25px;
  width: 173.16px;
}
@media screen and (min-width: 768px) {
  .a_egg--01 {
    max-width: 331px;
    width: 24.23%;
    bottom: -27%;
    left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .a_egg--01 {
    bottom: -17%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .a_egg--01 {
    bottom: -15%;
    left: 0;
  }
}
.a_egg--02 {
  bottom: -85px;
  right: -10px;
  width: 139px;
}
@media screen and (min-width: 768px) {
  .a_egg--02 {
    width: 22.77%;
    right: 7%;
    bottom: -7%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .a_egg--02 {
    bottom: -30px;
    right: 2%;
  }
}

.a_snslink {
  z-index: 15;
}
.a_snslink + .a_snslink {
  margin-left: 40px;
}
.a_snslink a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 94px;
  height: 79px;
  border-radius: 47px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .a_snslink a {
    width: 115px;
    height: 97px;
  }
  .a_snslink a:hover {
    transform-origin: center;
    transform: scale(1.1);
  }
}
.a_snslink a img {
  max-width: none;
}
.a_snslink--instagram a {
  background: linear-gradient(to bottom, #4467d9, #ca3186 50%, #fed87c);
}
.a_snslink--instagram a img {
  width: 42.35px;
}
@media screen and (min-width: 768px) {
  .a_snslink--instagram a img {
    width: 51.9px;
  }
}
.a_snslink--facebook a {
  background: #1877f2;
}
.a_snslink--facebook a img {
  width: 46.61px;
}
@media screen and (min-width: 768px) {
  .a_snslink--facebook a img {
    width: 57.11px;
  }
}

.a_snsshare {
  z-index: 15;
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 768px) {
  .a_snsshare {
    width: 64px;
    height: 64px;
  }
}
.a_snsshare + .a_snsshare {
  margin-left: 45px;
}
@media screen and (min-width: 768px) {
  .a_snsshare + .a_snsshare {
    margin-left: 70px;
  }
}
.a_snsshare a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.a_snsshare a img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .a_snsshare a:hover {
    transform-origin: center;
    transform: scale(1.1);
  }
}

.a_seallink {
  width: 136px;
  height: 136px;
  position: fixed;
  top: 18px;
  right: -9px;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
.a_seallink[data-fixed=visible] {
  animation-name: fade_down_visible;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.a_seallink[data-fixed=hidden] {
  animation-name: fade_up_hidden;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) {
  .a_seallink {
    top: 30px;
    right: -19px;
    width: 195px;
    height: 195px;
  }
}
.a_seallink a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  transition: 0.3s;
  background-image: url("/brand/yakipurin/img/hero/bg_seal.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .a_seallink a:hover {
    transform-origin: center;
    transform: scale(1.1);
  }
}
.a_seallink__text {
  position: absolute;
  display: block;
  width: 104px;
  top: 57px;
  left: 17px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .a_seallink__text {
    width: 146px;
    top: 76px;
    left: 24px;
  }
  .a_seallink__text img {
    max-width: none;
    width: 100%;
  }
}
.a_seallink__text::after {
  position: absolute;
  right: 2px;
  bottom: -60px;
  transform: rotate(15deg);
  content: "";
  width: 38px;
  height: 38px;
  display: block;
  background-image: url("/brand/yakipurin/img/common/icon_seal.png");
  background-size: cover;
  margin: 5px auto 20px auto;
}
@media screen and (min-width: 768px) {
  .a_seallink__text::after {
    right: 13px;
    bottom: -93px;
    transform: rotate(10deg);
    width: 62px;
    height: 62px;
    margin: 5px auto 25px auto;
  }
}

.m_sns {
  position: relative;
}
.m_sns__text {
  line-height: 1.21;
  letter-spacing: 0;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .m_sns__text {
    font-size: 1.8rem;
  }
}
.m_sns__title {
  text-align: center;
  color: #727171;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 10px;
  font-size: 1.6rem;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .m_sns__title {
    font-size: 2.5rem;
  }
}
.m_sns__title img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 7px;
}
@media screen and (min-width: 768px) {
  .m_sns__title img {
    width: 140px;
  }
}
.m_sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 26.5px;
  position: relative;
  z-index: 15;
}

.m_share {
  background: #e6ebef;
  padding: 80px 0 56px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .m_share {
    padding: 104px 0 80px 0;
  }
}
.m_share__title {
  text-align: center;
  position: relative;
  z-index: 15;
}
.m_share__title img {
  width: 44.37px;
}
@media screen and (min-width: 768px) {
  .m_share__title img {
    width: 62.57px;
  }
}
.m_share__list {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  position: relative;
  z-index: 15;
}

.webp .o_hero {
  background-image: url("/brand/yakipurin/img/hero/bg.webp");
}
@media screen and (min-width: 768px) {
  .webp .o_hero {
    background-image: url("/brand/yakipurin/img/hero/bg_pc.webp");
  }
}
.webp .o_hero::after {
  background-image: url("/brand/yakipurin/img/hero/bg_wave_sp.webp");
}

.o_hero {
  background-position: top center;
  position: relative;
  z-index: 3;
  padding-top: 200%;
  background-image: url("/brand/yakipurin/img/hero/bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .o_hero {
    background-position: bottom center;
    padding-top: 55.76%;
    background-image: url("/brand/yakipurin/img/hero/bg_pc.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.o_hero__wrap {
  position: absolute;
  left: 54%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 102.8vw;
  z-index: 12;
}
@media screen and (min-width: 768px) {
  .o_hero__wrap {
    max-width: none;
    left: 50%;
    top: 43%;
    width: 38%;
  }
}
.o_hero__title {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-left: 7vw;
}
@media screen and (min-width: 768px) {
  .o_hero__title {
    padding-left: 3vw;
  }
}
.o_hero__title__image {
  display: block;
  text-align: center;
}
.o_hero__title__image img {
  max-width: none;
  width: 100%;
}
.o_hero__seal {
  display: block;
  width: 160px;
  height: 160px;
  position: absolute;
  bottom: 0;
  right: 13.5px;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .o_hero__seal {
    width: 194.72px;
    height: 194.72px;
    right: 10.24%;
    bottom: 12%;
  }
}
.o_hero__seal::after {
  content: "";
  display: block;
  width: 57.32px;
  height: 57.32px;
  background-image: url("/brand/yakipurin/img/hero/icon.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .o_hero__seal::after {
    width: 70px;
    height: 70px;
  }
}
.o_hero__seal a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background-image: url("/brand/yakipurin/img/hero/bg_seal.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .o_hero__seal a:hover {
    transform-origin: center;
    transform: scale(1.1);
  }
}
.o_hero__seal__text {
  position: relative;
  display: block;
  width: 75%;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .o_hero__seal__text {
    width: 76.55%;
  }
  .o_hero__seal__text img {
    width: 100%;
    max-width: none;
  }
}
.o_hero__seal__text::after {
  content: "";
  display: block;
  margin: 19px auto 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.1px 3.5px 0 3.5px;
  border-color: #ffffff transparent transparent transparent;
}
.o_hero__scroll {
  position: absolute;
  left: 15px;
  bottom: 20px;
  z-index: 15;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.o_hero__scroll::after {
  content: "";
  width: 10.37px;
  height: 40.67px;
  display: block;
  margin-top: 5px;
  background-image: url("/brand/yakipurin/img/hero/scroll_spoon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  animation-name: down_up;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@media screen and (min-width: 768px) {
  .o_hero__scroll {
    left: 24px;
    bottom: 15%;
  }
}

.o_birth {
  background-image: url("/brand/yakipurin/img/birth/bg.png");
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: repeat;
  box-sizing: border-box;
  position: relative;
  padding: 35% 24px 10% 24px;
  z-index: 2;
  margin-top: -24%;
}
.o_birth::after {
  content: "";
  display: block;
  width: 100%;
  height: 15.29vw;
  background-image: url("/brand/yakipurin/img/birth/bg_wave_sp.png");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15vw;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .o_birth::after {
    background-image: url("/brand/yakipurin/img/birth/bg_wave_pc.png");
    height: 12.98vw;
    bottom: -12vw;
  }
}
@media screen and (min-width: 768px) {
  .o_birth {
    background-image: url("/brand/yakipurin/img/birth/bg_pc.png");
    padding: 25% 0 0 0;
    margin-top: -24%;
  }
}
.o_birth__image {
  max-width: 166px;
  display: block;
  width: 420px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .o_birth__image {
    max-width: 224px;
  }
}
.o_birth__title {
  max-width: 248px;
  width: 100%;
  margin: 27px auto 8px auto;
  text-align: center;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .o_birth__title {
    max-width: 330px;
  }
}
.o_birth__title img {
  max-width: none;
  width: 100%;
}
.o_birth__wrap {
  position: relative;
  z-index: 15;
}
.o_birth__text {
  max-width: 860px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #313131;
  margin: 22px auto 0 auto;
  line-height: 2;
  letter-spacing: 0;
  font-size: 1.8rem;
}
.o_birth__text:first-of-type {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .o_birth__text {
    line-height: 25px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .o_birth__text {
    text-align: center;
    font-size: 1.8rem;
  }
  .o_birth__text:first-of-type {
    margin-top: 48px;
  }
}
.o_birth__text span {
  vertical-align: super;
  font-size: 1rem;
}
.o_birth__text--small {
  margin: 35px auto 100px;
  font-weight: normal;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .o_birth__text--small {
    margin: 35px auto;
  }
}

.o_manga {
  background-image: url("/brand/yakipurin/img/manga/bg.png");
  background-position: center;
  background-size: 100% auto;
  background-repeat: repeat;
  box-sizing: border-box;
  position: relative;
  padding: 25% 0 100px 0;
  margin-top: -5%;
  z-index: 1;
}
.o_manga::after {
  content: "";
  display: block;
  width: 100%;
  height: 6.085vw;
  background-image: url("/brand/yakipurin/img/manga/bg_wave.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -6vw;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .o_manga::after {
    background-image: url("/brand/yakipurin/img/manga/bg_wave_pc.png");
  }
}
@media screen and (min-width: 768px) {
  .o_manga {
    background-image: url("/brand/yakipurin/img/manga/bg_pc.png");
    padding: 25% 0 50px 0;
    margin-top: -10%;
  }
}
.o_manga__title {
  max-width: 457px;
  margin: 0 auto;
  z-index: 15;
}
.o_manga__title picture {
  display: block;
}
.o_manga__image {
  display: block;
  max-width: 347.82px;
  width: 68.944%;
  margin: 14.7px auto 20.6px auto;
  position: relative;
  z-index: 15;
}
.o_manga__link {
  max-width: 295px;
  width: 68%;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}
.o_manga__link a {
  display: block;
  position: relative;
  text-align: center;
  font-weight: bold;
  border-radius: 37px;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  letter-spacing: 0;
  color: #772f29;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  padding: 16px 0;
  background-color: #ffdc4b;
}
@media screen and (max-width: 420px) {
  .o_manga__link a {
    font-size: 4.6154vw;
  }
}
.o_manga__link a::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #772f29;
  border-radius: 2px;
  position: absolute;
  right: 15px;
  top: 55%;
  transform-origin: right;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
}
.o_manga__link a::after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  background-color: #772f29;
  border-radius: 2px;
  position: absolute;
  right: 15px;
  top: 55%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (min-width: 1000px) {
  .o_manga__link a::before, .o_manga__link a::after {
    right: 25px;
  }
  .o_manga__link a:hover::before, .o_manga__link a:hover::after {
    right: 20px;
  }
}

.webp .o_factory_tour {
  background-image: url("/brand/yakipurin/img/factory_tour/bg.webp");
}

.o_factory_tour {
  background-image: url("/brand/yakipurin/img/factory_tour/bg.png");
  background-position: center;
  background-size: 100% auto;
  background-repeat: repeat;
  box-sizing: border-box;
  position: relative;
  padding: 100px 0 80px 0;
}
.o_factory_tour::after {
  content: "";
  display: block;
  width: 100%;
  height: 6.085vw;
  background-image: url("/brand/yakipurin/img/factory_tour/bg_wave.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -6vw;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .o_factory_tour::after {
    background-image: url("/brand/yakipurin/img/factory_tour/bg_wave_pc.png");
  }
}
@media screen and (min-width: 768px) {
  .o_factory_tour {
    background-image: url("/brand/yakipurin/img/factory_tour/bg_pc.png");
    padding: 5% 0 50px 0;
  }
}
.o_factory_tour__title {
  max-width: 457px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}
.o_factory_tour__title picture {
  display: block;
}
.o_factory_tour__item {
  max-width: 348.96px;
  width: 72.267%;
  margin: 14.7px auto 20.6px auto;
  position: relative;
  z-index: 15;
}
.o_factory_tour__image {
  display: block;
  width: 100%;
}
.o_factory_tour__caption {
  text-align: right;
  color: #772f29;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}
.o_factory_tour__link {
  max-width: 295px;
  width: 68%;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}
.o_factory_tour__link a {
  display: block;
  position: relative;
  text-align: center;
  font-weight: bold;
  border-radius: 37px;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  letter-spacing: 0;
  color: #772f29;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  padding: 16px 0;
  background-color: #ffab52;
}
@media screen and (max-width: 420px) {
  .o_factory_tour__link a {
    font-size: 4.6154vw;
  }
}
.o_factory_tour__link a::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #772f29;
  border-radius: 2px;
  position: absolute;
  right: 15px;
  top: 55%;
  transform-origin: right;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
}
.o_factory_tour__link a::after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  background-color: #772f29;
  border-radius: 2px;
  position: absolute;
  right: 15px;
  top: 55%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (min-width: 1000px) {
  .o_factory_tour__link a::before, .o_factory_tour__link a::after {
    right: 25px;
  }
  .o_factory_tour__link a:hover::before, .o_factory_tour__link a:hover::after {
    right: 20px;
  }
}

.webp .o_product {
  background-image: url("/brand/yakipurin/img/product/bg.webp");
}

.o_product {
  background-image: url("/brand/yakipurin/img/product/bg.png");
  background-position: center;
  background-size: 100% auto;
  background-repeat: repeat;
  box-sizing: border-box;
  position: relative;
  padding: 120px 16px 50px 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.o_product::after {
  content: "";
  display: block;
  width: 100%;
  height: 6.085vw;
  background-image: url("/brand/yakipurin/img/product/bg_wave.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -6vw;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .o_product::after {
    background-image: url("/brand/yakipurin/img/product/bg_wave_pc.png");
  }
}
@media screen and (min-width: 768px) {
  .o_product {
    background-image: url("/brand/yakipurin/img/product/bg_pc.png");
    background-size: 100% auto;
    padding: 5% 0 135px 0;
  }
}
.o_product__text {
  line-height: 2;
  letter-spacing: 1px;
  font-size: 1.6rem;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .o_product__text {
    text-align: center;
    font-size: 1.8rem;
  }
}
.o_product__wrap {
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .o_product__wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0 40px 0;
  }
}
.o_product__item {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .o_product__item {
    position: relative;
    padding-top: 50px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1140px) {
  .o_product__item {
    width: 100%;
  }
}
.o_product__item + .o_product__item {
  margin: 59px 0 44px 0;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .o_product__item + .o_product__item {
    margin: 0;
    padding-top: 48px;
  }
}
.o_product__item.is-one .o_product__image {
  max-width: 226px;
}
@media screen and (min-width: 768px) {
  .o_product__item.is-one .o_product__image {
    max-width: 323px;
  }
}
.o_product__item.is-4pack .o_product__image {
  max-width: 226px;
}
@media screen and (min-width: 768px) {
  .o_product__item.is-4pack .o_product__image {
    max-width: 273px;
  }
}
.o_product__image {
  max-width: 226px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 2;
}
.o_product__image._birth {
  width: 50%;
}
.o_product__image--spoon {
  width: 50%;
  position: absolute;
  right: -10%;
  top: none;
  bottom: 17%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .o_product__image--spoon {
    top: 15%;
    right: -3vw;
    width: 20vw;
    max-width: 300px;
  }
}
.o_product__image--spoon .o_product__inner {
  display: block;
}
.o_product__image--spoon[data-status=visible] .o_product__inner {
  transform-origin: top right;
  animation-name: scoop;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
@media screen and (min-width: 768px) {
  .o_product__link {
    width: 413px;
  }
}
.o_product__link--one {
  margin: 32px auto 0;
}
@media screen and (min-width: 768px) {
  .o_product__link--one {
    margin: 48px auto 0;
  }
}
.o_product__link--4pack {
  margin: 43px auto 0;
}
@media screen and (min-width: 768px) {
  .o_product__link--4pack {
    margin: 79px auto 0;
  }
}
.o_product__link a {
  display: block;
  position: relative;
  text-align: center;
  font-weight: bold;
  border-radius: 37px;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  letter-spacing: 0;
  color: #772f29;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  padding: 10px 30px;
  background-color: #ffffff;
  line-height: 1.375;
}
@media screen and (max-width: 420px) {
  .o_product__link a {
    font-size: 4.103vw;
  }
}
.o_product__link a::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #772f29;
  border-radius: 2px;
  position: absolute;
  right: 15px;
  top: 55%;
  transform-origin: right;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
}
.o_product__link a::after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  background-color: #772f29;
  border-radius: 2px;
  position: absolute;
  right: 15px;
  top: 55%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (min-width: 1000px) {
  .o_product__link a::before, .o_product__link a::after {
    right: 25px;
  }
  .o_product__link a:hover::before, .o_product__link a:hover::after {
    right: 20px;
  }
}

.yakipurin *[data-status=hidden] {
  opacity: 0;
}
.yakipurin *[data-status=visible] {
  animation-name: fade_up;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.yakipurin .topagetop {
  display: none;
  width: 10.56px;
  height: 91.36px;
  background-image: url("/brand/yakipurin/img/common/pagetop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: fixed;
  right: 19px;
  bottom: 20px;
  z-index: 18;
}

.pagetop {
  display: none;
}

.breadcrumb {
  display: none;
}

