@charset "UTF-8";

body {
    font-family: YakuHanJP,"Nunito Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1.6rem;
}
p {
    line-height: 1.4;
}
img {
    width: 100%;
}
.pc-only {
    display: block;
}
.sp-only {
    display: none;
}
.mv {
    position: relative;
    width: 100%;
    max-width: 130rem;
    margin: auto;
}
.mv::before {
    display: block;
    content: "";
    padding-top: 65%;
}
.mv img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
main {
    width: 100%;
    max-width: 130rem;
    margin: auto;
}
.inner {
    padding: 0 5rem;
}
.lead {
    position: relative;
    z-index: 1;
    padding: 4.3rem;
}
.lead__image {
    position: relative;
}
.lead__bg{
  display: block;
  width: 58%;
  margin: 0 0 0 auto;
}
.lead__text {
    position: absolute;
    top: 3%;
    left: 0;
}
.lead__desc {
    font-size: 5.5rem;
}
.lead__desc span {
    font-size: 4.55rem;
}
.lineup {
    /* margin-top: -7rem; */
}
.lineup__image {
    position: relative;
}
.lineup__heading {
    position: absolute;
    top: 12%;
    width: 100%;
}
.lineup__title {
    color: #fff;
    font-size: 8.5rem;
    text-align: center;
}
.lineup__text {
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
  width: 58.5%;
}
.lineup__link {
  display: flex;
  align-items: center;
  background: #ffc120;
  border: 3px solid #ffc120;
  border-radius: 6.5rem;
  font-size: 4.8rem;
  height: 13rem;
  line-height: 13rem;
  padding-left: 8rem;
  line-height: 1.36;
  letter-spacing: 0.03em;
  position: relative;
}
.lineup__link span{
  font-size: 3rem;
  padding-left: 2rem;
  letter-spacing: -0.03em;
}
.lineup__link::after {
    position: absolute;
    content: "";
    display: block;
    background: url(../../assets/img/arrow.svg) center center / cover no-repeat;
    width: 1rem;
    height: 2rem;
    right: 4rem;
    top: 50%;
    transform: translateY(-50%);
}
.lineup__item-image {
    height: 38rem;
}
.product {
    padding-bottom: 9rem;
}
.product__image {
    position: relative;
}
.product__heading {
    position: absolute;
    top: 9%;
    left: 4%;
}
.product__title {
    font-size: 5.6rem;
    color: #fff;
    letter-spacing: -0.09em;
    font-weight: normal;
    line-height: 1.1;
}
.product__title span {
    font-size: 4rem;
}
.product__text {
    position: absolute;
    right: 4%;
    bottom: 10%;
    width: 100%;
    max-width: 49rem;
}
.product__desc {
    font-size: 2.4rem;
    color: #fff;
    border: 4px dotted #fff;
    padding: 2.7rem 2rem;
    position: relative;
    letter-spacing: -0.05em;
}
.product__pokemon {
    position: absolute;
}
.product__pokemon01 {
    top: -67%;
    right: 0%;
    width: 100%;
    max-width: 12.8rem;
}
.btn {
    text-align: center;
    margin-top: -4rem;
}
.btn__link {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 5.4rem;
    background: #000;
    width: 100%;
    max-width: 93rem;
    padding: 3.1rem 0;
    position: relative;
}
.btn__link::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../../assets/img/btn-icon.webp) center center / cover no-repeat;
    width: 7.5rem;
    height: 7.5rem;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
}
.btn__link::after {
    position: absolute;
    content: "";
    display: block;
    background: url(../../assets/img/btn-icon.webp) center center / cover no-repeat;
    width: 7.5rem;
    height: 7.5rem;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
}
.btn__link--double{
  display: flex;
  justify-content: center;
  margin: 3rem auto 0;
}
.btn__link span{
    display: block;
    font-size: 2.8rem;
    padding-left: 1rem;
}
.product__pokemon02 {
    max-width: 28rem;
    top: -62%;
    right: 6%;
}
.product__text-left {
    right: initial;
    left: 5%;
}
.product02 .product__text {
    max-width: 42.4rem;
}
.product__pokemon03 {
    max-width: 25.2rem;
    left: 4%;
    top: -70%;
}
.product03 .product__text {
    max-width: 48rem;
    bottom: 6%;
}
.product__pokemon04-a {
    max-width: 11rem;
    right: 33%;
    top: -58%;
}
.product__pokemon04-b {
    max-width: 11rem;
    right: 3%;
    top: -58%;
}
.product04 .product__text {
    max-width: 41.9rem;
    bottom: 4%;
    right: 6%;
}
.product__pokemon05 {
    max-width: 24.7rem;
    top: -108%;
    right: 3%;
}
.product05 .product__text {
    max-width: 42.4rem;
    bottom: 6%;
}
.product__pokemon06-a {
  max-width: 11rem;
  left: 0%;
  top: -58%;
}
.product__pokemon06-b {
  max-width: 11rem;
  left: 21%;
  top: -58%;
}
.product06 .product__text {
    max-width: 55.4rem;
    bottom: 8%;
}
.all-items {
    background: #543823;
    padding: 4rem;
}
.all-items__title{
  color: #fff;
}
.all-items__subtitle{
  color: #fff;
}
.all-items__lnk {
    text-align: center;
    display: inline-block;
    border: 3px dashed #fff;
    padding: 2rem 0 2rem;
    font-size: 8.5rem;
    line-height: 1;
    position: relative;
    width: 100%;
}
.all-items__lnk p {
    text-align: center;
}
.all-items__lnk span {
    font-size: 3.5rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.all-items__image {
    width: 100%;
    max-width: 39.4rem;
    margin: -5rem auto 0 auto;
}
.recipe {
    padding-top: 10rem;
}
.recipe__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5rem;
    margin-top: -8rem;
}
.recipe__lead {
    position: relative;
    width: 100%;
    max-width: 73.5rem;
}
.recipe__text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17%;
}
.recipe__desc {
    color: #fff;
    font-size: 4rem;
    line-height: 1.7;
}
.recipe__main-title {
    font-size: 8.5rem;
    font-weight: normal;
    margin-top: 7rem;
}
.recipe__items {
    display: flex;
    flex-wrap: wrap;
    padding-top: 6rem;
}
.recipe__item {
    width: calc(50% - 4rem / 2);
    position: relative;
}
.recipe__item:nth-child(even) {
    margin-left: 4rem;
}
.recipe__item:nth-child(n + 3) {
    margin-top: 5rem;
}
.recipe__title {
    position: absolute;
    font-size: 3rem;
    left: 50%;
    text-align: center;
    transform: rotate(-4deg) translateX(-52%);
    top: 5%;
    width: 100%;
}
.features {
    padding-top: 7rem;
}
.features__inner {
    padding: 0 17rem;
}
.features__heading {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    padding: 4rem 7rem;
}
.features__title {
    font-size: 5rem;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.05em;
}
.features__title span {
    font-size: 9.5rem;
    font-weight: normal;
}
.features__image {
    margin-top: 10rem;
}
.features__items {
    margin-top: 5rem;
}
.features__item {
    display: flex;
    align-items: center;
}
.features__wrap {
    display: flex;
}
.features__item + .features__item {
    margin-top: 3rem;
}
.features__item-image {
    width: 100%;
    max-width: 38rem;
}
.features__item-text {
    flex: 1;
    margin-left: 3rem;
}
.features__item-heading {
    display: flex;
    align-items: center;
}
.features__item-number {
    font-size: 9rem;
    border-bottom: 3px solid #666666;
    padding-bottom: .5rem;
    color: #666666;
}
.features__item-title {
    font-size: 4rem;
    margin-left: 2.5rem;
}
.features__item-desc {
    font-size: 1.8rem;
    margin-top: 2rem;
}
.about {
    padding-top: 2rem;
}
.about__inner {
    padding: 0 17rem;
}
.about__item {
    display: flex;
    margin-top: 4rem;
}
.about__image {
    width: 100%;
    max-width: 55.5rem;
}
.about__text {
    flex: 1;
    margin-left: 3rem;
}
.about__desc {
    font-size: 2.5rem;
    line-height: 1.7;
}
.about__btn {
  display: flex;
  justify-content: space-between;
  padding-top: 7rem;
}
.about__link {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #fe5000;
  color: #fe5000;
  border-radius: 6.5rem;
  font-size: 2.2rem;
  height: 9.4rem;
  line-height: 9.4rem;
  width: 48%;
  padding-left: 3%;
  line-height: 1.36;
  letter-spacing: -0.03em;
  position: relative;
}
.about__link--top{
  background: #fe5000;;
  border: 2px solid #fe5000;
  color: #fff;
  padding-left: 10%;
}
.about__link::after {
    position: absolute;
    content: "";
    display: block;
    background: url(../../assets/img/arrow-orange.svg) center center / cover no-repeat;
    width: 0.8rem;
    height: 1.6rem;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}
.about__link--top::after {
    background: url(../../assets/img/arrow-white.svg) center center / cover no-repeat;
}
.copy {
    text-align: right;
    margin-top: 8rem;
    font-size: 1.4rem;
    padding-right: 5rem;
}
.footer {
    background: #cccccc;
    height: 5rem;
    width: 100%;
    max-width: 130rem;
    margin: 2rem auto 0 auto;
}
.footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    padding: 0 5rem;
}
.footer__items {
    display: flex;
}
.footer__item {
    padding: 0 1rem;
    border-left: 1px solid #000;
}
.footer__item:last-child {
    border-right: 1px solid #000;
}
.footer__copy {
    font-size: 1.4rem;
}
.floating {
    position: fixed;
    bottom: 10%;
    right: 1%;
    z-index: 10;
}
.floating__link {
    display: inline-block;
    width: 100%;
    max-width: 10rem;
    height: 10rem;
    position: relative;
}
.floating__text {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
@media screen and (min-width:768px) and (max-width:1299px) {
    .lead__text {
        padding-left: 2rem;
    }
    .lead__desc {
        font-size: 4vw;
    }
    .lead__desc span {
        font-size: 3.5vw;
    }
    .lead__image {
        /* width: 90%; */
        margin: auto;
    }
    .lead__bg{
      width: 50%;
      margin: 0 0 0 auto;
    }
    .lineup__title {
        font-size: 7vw;
    }
    .lineup__link {
        font-size: 3.6vw;
        height: 10vw;
        border-radius: 5vw;
        padding-left: 6.15vw;
    }
    .lineup__link::after {
      right: 3vw;
  }
    .lineup__link span{
        font-size: 2.3vw;
    }
    .lineup__item-image {
        height: initial;
    }
    .lineup__item:nth-child(n + 3) {
        margin-top: 3vw;
    }
    .lineup__image06 img {
        max-width: 47rem;
        width: 77%;
    }
    .lineup__image08 img {
        max-width: 46.8rem;
        margin-top: 2rem;
        width: 91%;
    }
    .lineup__image07 img {
        max-width: 41.3rem;
        margin-top: 6rem;
        width: 80%;
    }
    .product__title {
        font-size: 4.5vw;
        line-height: 1.5;
    }
    .product__title span {
        font-size: 4vw;
    }
    .product__desc {
        font-size: 2vw;
        padding: 2rem 1.5rem;
    }
    .product__text01 {
        max-width: initial;
        width: 41%;
    }
    .product__pokemon01 {
        max-width: initial;
        width: 27%;
        top: -10vw;
    }
    .btn__link {
        font-size: 4.15vw;
        max-width: initial;
        width: 80%;
    }
    .btn__link::before,
    .btn__link::after {
        width: 5.5rem;
        height: 5.5rem;
    }
    .btn__link--double{
      margin: 2rem auto 0;
      padding: 3.1rem;
    }
    .btn__link span{
        display: block;
        font-size: 2.1vw;
        padding-left: 1rem;
    }
    .product__text {
        max-width: initial;
    }
    .product__pokemon02 {
        width: 58%;
        top: -6.8vw;
    }
    .product__text02 {
        max-width: initial !important;
        width: 33%;
    }
    .product__pokemon03 {
        max-width: initial !important;
        width: 50.4%;
        top: -8vw;
    }
    .product__text03 {
        max-width: initial !important;
        width: 38.4%;
    }
    .product__pokemon04-a {
        max-width: initial;
        width: 25%;
        top: -7vw;
        right: 30%;
    }
    .product__pokemon04-b {
        max-width: initial;
        width: 25%;
        top: -7vw;
    }
    .product__text04 {
        max-width: initial !important;
        width: 32.3%;
    }
    .product__pokemon05 {
        max-width: initial;
        width: 58.2%;
        top: -11vw;
    }
    .product__text05 {
        max-width: initial !important;
        width: 32.3%;
    }
    .product__pokemon06-a {
      max-width: initial !important;
      width: 23.2%;
      top: -9vw;
    }
    .product__pokemon06-b {
      max-width: initial !important;
      width: 25%;
      top: -9vw;
      left: 25%;
    }
    .product__text06 {
        max-width: initial;
        width: 42.6%;
    }
    .recipe__desc {
        font-size: 3.3vw;
    }
    .recipe__text {
        top: 12.5vw;
        left: 11vw;
    }
    .recipe__lead {
        max-width: initial;
        width: 62vw;
    }
    .recipe__main-title {
        font-size: 7vw;
    }
    .recipe__item {
        width: calc(50% - 2rem / 2);

    }
    .recipe__item:nth-child(even) {
        margin-left: 2rem;
    }
    .recipe__title {
        font-size: 2.2vw;
    }
    .features__heading {
        padding: 3vw 7vw;
    }
    .features__title {
        font-size: 4vw;
    }
    .features__title span {
        font-size: 8vw;
    }
    .features__inner {
        padding: 0 11%;
    }
    .features__item-number {
        font-size: 8vw;
    }
    .features__item-title {
        font-size: 4vw;
    }
    .features__item-desc {
        font-size: 2vw;
        margin-top: 1rem;
    }
    .features__item-image {
        max-width: initial;
        width: 47%;
    }
    .about__desc {
        font-size: 2vw;
    }
    .about__image {
        max-width: initial;
        width: 53%;
    }
    .about__btn {
      padding-top: 5.3vw;
    }
    .about__link {
      border-radius: 6.5rem;
      font-size: 1.5vw;
      height: 7.2vw;
      line-height: 7.2vw;
      padding-left: 5%;
      line-height: 1.36;
    }
    .about__link--top{
      padding-left: 11%;
    }
    .about__link::after {
        position: absolute;
        content: "";
        display: block;
        background: url(../../assets/img/arrow-orange.svg) center center / cover no-repeat;
        width: 0.6vw;
        height: 1.2vw;
        right: 1.5vw;
        top: 50%;
        transform: translateY(-50%);
    }
    .about__link--top::after {
      background: url(../../assets/img/arrow-white.svg) center center / cover no-repeat;
  }
    .copy {
        padding-right: 2rem;
        font-size: 1.3vw;
        margin-top: 5rem;
    }
    .footer__link {
        font-size: 1.5vw;
    }
    .footer__copy {
        font-size: 1.3vw;
    }


}
@media screen and (max-width:767px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
    .mv::before {
        padding-top: 107.9%;
    }
    .lead {
        padding: 2vw 0 3vw;
    }
    .inner {
        padding: 0 2rem;
    }
    .lead__bg{
      width: 100%;
    }
    .lead__text {
        top: 12%;
    }
    .lead__desc {
        font-size: 4.5vw;
        line-height: 1.3;
    }
    .lead__desc span {
        font-size: 4vw;
    }
    .lineup {
        margin-top: 0;
    }
    .lineup__heading {
        top: 16%;
    }
    .lineup__title {
        font-size: 10vw;
    }
    .lineup__text{
      width: 90%;
    }
    .lineup__link {
      font-size: 2.3rem;
      height: 6rem;
      padding-left: 6.5%;
    }
    .lineup__link span{
      font-size: 1.4rem;
      padding: 1rem;
    }
    .lineup__link::after {
        width: .6rem;
        height: 1.2rem;
        right: 5%;
    }
    .product__heading {
        top: 7%;
        left: 7%;
    }
    .product__title {
        font-size: 7vw;
        line-height: 1.5;
    }
    .product__title span {
        font-size: 6vw;
    }
    .product__text {
        right: initial;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
        width: 88%;
    }
    .product__desc {
        font-size: 4vw;
        padding: 1rem 1rem;
        border: 2px dotted #fff;
    }
    .product__text {
        max-width: initial;
    }
    .product__pokemon01 {
        max-width: initial;
        width: 19%;
        top: -16vw;
    }
    .product02 .product__text {
        max-width: initial;
    }
    .product04 .btn{
      margin-top: -3rem;
    }
    .btn__link {
        font-size: 4.4vw;
        line-height: 1.2;
        padding: 1.4rem 0;
        max-width: initial;
        width: 82%;
    }
    .btn__link::before {
        width: 2.5rem;
        height: 2.5rem;
    }
    .btn__link::after {
        width: 2.5rem;
        height: 2.5rem;
    }
    .btn__link--double{
      margin: 1.5rem auto 0;
    }
    .btn__link span{
      display: block;
      font-size: 1rem;
      padding-left: 1rem;
    }
    .btn {
        margin-top: -1.5rem;
    }
    .product__pokemon02 {
        max-width: initial;
        top: -12vw;
        right: -2%;
        width: 38.8%;
    }
    .product__pokemon03 {
        max-width: initial;
        left: -2%;
        top: -13vw;
        width: 35.5%;
    }
    .product__pokemon04-a {
        max-width: initial;
        right: 0%;
        top: -12vw;
        width: 15%;
    }
    .product__pokemon04-b {
        max-width: initial;
        right: 17%;
        top: -12vw;
        width: 15%;
    }
    .product04 .product__text {
        max-width: initial;
    }
    .product__pokemon05 {
        max-width: initial;
        top: -19vw;
        right: 2%;
        width: 37.1%;
        left: initial;
    }
    .product05 .product__text {
        max-width: initial;
        bottom: 4%;
        left: 50%;
    }
    .product__pokemon06-a {
      max-width: initial;
      top: -16vw;
      right: 24%;
      width: 19.4%;
      left: initial;
    }
    .product__pokemon06-b {
      max-width: initial;
      top: -16vw;
      right: 2%;
      width: 20.9%;
      left: initial;
    }
    .product06 .product__text {
        bottom:4%;
    }
    .product {
        padding-bottom: 4.5rem;
    }
    .all-items {
        padding: 2rem 2rem 3rem 2rem;
    }
    .all-items__lnk {
        padding: 1rem 0 1rem;
        font-size: 11vw;
        border: 1.5px dashed #fff;
    }
    .all-items__lnk span {
        font-size: 5vw;
        top: 44%;
    }
    .all-items__image {
        width: 94%;
        max-width: initial;
        margin: 0 auto 0 auto;
    }
    .recipe {
        padding-top: 2rem;
        overflow: hidden;
    }
    .recipe__main-title {
        font-size: 11vw;
        margin: 12vw auto 4vw;
    }
    .recipe__heading {
        flex-direction: column;
        padding-right: 0;
        padding-left: 1rem;
        margin-top: -4rem;
        justify-content: initial;
    }
    .recipe__lead {
        max-width: initial;
        width: 86.8%;
    }
    .recipe__desc {
        font-size: 4.5vw;
    }
    .recipe__text {
        top: 48%;
        left: 15%;
    }
    .recipe__items {
        flex-direction: column;
        padding-top: 0rem;
    }
    .recipe__item {
        width: 100%;
       
    }
    .recipe__item:nth-child(even) {
        margin-left: initial;
    }
    .recipe__item + .recipe__item {
        margin-top: 7rem;
    }
    .recipe__title {
        font-size: 4.5vw;
    }
    .features {
        padding-top: 3rem;
    }

    .features__inner {
        padding: 0 2rem;
    }
    .features__items {
        margin-top: 3rem;
    }
    .features__heading {
        padding: 2rem 2rem;
    }
    .features__title {
        font-size: 6.5vw;
        text-align: left;
    }
    .features__title span {
        font-size: 14vw;
    }
    .features__image {
        margin-top: 2rem;
    }
    .features__item {
        flex-direction: column;
    }
    .features__item-heading {
        flex-direction: column;
        align-items: start;
    }
    .features__item-image {
        width: 55%;
    }
    .features__item-number {
        font-size: 12vw;
        padding-bottom: 0rem;
    }
    .features__item-title {
        font-size: 5.5vw;
        margin-left: 0;
        line-height: 1.2;
        margin-top: 0.5rem;
        letter-spacing: -0.1em;
    }
    .features__item-text {
        margin-left: 1rem;
    }
    .features__item-desc {
        font-size: 4.5vw;
        margin-top: 1.5rem;
    }
    .about {
        padding-top: 1rem;
    }
    .about__inner {
        padding: 0px 2rem;
    }
    .about__item {
        margin-top: 2rem;
        flex-direction: column;
    }
    .about__text {
        margin-left: 0rem;
        margin-top: 1rem;
    }
    .about__desc {
        font-size: 4vw;
    }
    .about__btn {
      flex-direction: column;
      padding-top: 7rem;
    }
    .about__link {
      border-radius: 6.5rem;
      font-size: 1.6rem;
      height: 6rem;
      width: 100%;
      padding-left: 6%;
      line-height: 6rem;
      letter-spacing: -0.03em;
      position: relative;
    }
    .about__link--top{
      margin-top: 1.5rem;
      padding-left: 20%;
    }
    .about__link::after {
        width: 0.6rem;
        height: 1.2rem;
        right: 2rem;
    }
    .copy {
        text-align: rigt;
        margin-top: 1rem;
        font-size: 2.3vw;
        padding: 2rem 2rem;
    }
    .footer__inner {
        flex-direction: column;
        justify-content: center;
        padding: 2rem 2rem;
    }
    .footer__link {
        font-size: 2.5vw;

    }
    .footer__item {
        display: flex;
    }
    .footer__copy {
        font-size: 2.3vw;
        margin-top: 1rem;
        text-align: center;
    }
    .footer {
        height: initial;
        margin: 0rem auto 0 auto;
    }
    .floating {
        bottom: 5%;
        right: 3%;
    }
    .floating__link {
        max-width: 11rem;
        height: 11rem;
    }
    .floating__text {
        font-size: 1.5rem;
    }

}



