@charset "UTF-8";
/*オリジナルレシピ------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .hero__img {
    display: none;
  }
}
.hero__img--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero__img--sp {
    display: block;
  }
}
.hero__outer {
  position: relative;
}
.hero__inner {
  background-image: url(../img/bg01.png);
  padding: 0 15px;
}
.hero__button {
  width: 100px;
  height: 280px;
  position: fixed;
  z-index: 10;
  right: 0;
  top: 70%;
  transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
}
.hero__button:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hero__button {
    display: none;
  }
}
.hero__menu {
  background-color: #f2681e;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: -120px;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .hero__menu {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .hero__menu {
    display: none;
  }
}
.hero__menu--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero__menu--sp {
    background-image: url(../img/bg01.png);
    background-size: cover;
    color: #fff;
    font-weight: bold;
    display: block;
  }
}
.hero__ul {
  max-width: 1024px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__ul--sp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  background-color: #f2681e;
}
.hero__ul--sp:last-of-type {
  margin-top: 5px;
}
.hero__list {
  position: relative;
  padding: 25px;
  width: 25%;
  margin: auto;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}
.hero__list::after {
  content: "";
  display: inline-block;
  background-image: url(../img/border02.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 95%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 3px;
}
.hero__list--sp {
  padding: 15px;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #fff;
}
@media screen and (max-width: 360px) {
  .hero__list--sp {
    font-size: 1.4rem;
  }
}
.hero__list--sp::after {
  content: "";
  display: inline-block;
  background-image: url(../img/border02.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 95%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 3px;
}
.hero__list--hide::after {
  display: none;
}
.hero__border {
  width: 3px;
  height: 95%;
  position: absolute;
  top: 3px;
  right: 0;
}
.hero__border--sp {
  width: 3px;
  height: 95%;
}
.hero__arrow {
  width: 6px;
  height: 6px;
  top: 45%;
  left: 80px;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 1024px) {
  .hero__arrow {
    left: 50px;
  }
}
.hero__arrow02 {
  left: 50px;
}
@media screen and (max-width: 1024px) {
  .hero__arrow02 {
    left: 30px;
  }
}
.hero__arrow03 {
  left: 30px;
}
@media screen and (max-width: 1024px) {
  .hero__arrow03 {
    left: 15px;
  }
}
.hero__arrow04 {
  left: 60px;
}
@media screen and (max-width: 1024px) {
  .hero__arrow04 {
    left: 35px;
  }
}
.hero__arrow--red {
  max-width: 17px;
  max-height: 30px;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .hero__arrow--red {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 15px 0;
  }
}
.hero__arrow--sp {
  width: 6px;
  height: 6px;
  top: 45%;
  left: 18vw;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (max-width: 580px) {
  .hero__arrow--sp {
    left: 15vw;
  }
}
@media only screen and (max-width: 520px) {
  .hero__arrow--sp {
    left: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .hero__arrow--sp02 {
    left: 14vw;
  }
}
@media only screen and (max-width: 580px) {
  .hero__arrow--sp02 {
    left: 11vw;
  }
}
@media only screen and (max-width: 520px) {
  .hero__arrow--sp02 {
    left: 7vw;
  }
}
@media only screen and (max-width: 360px) {
  .hero__arrow--sp02 {
    left: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .hero__arrow--sp03 {
    left: 10vw;
  }
}
@media only screen and (max-width: 580px) {
  .hero__arrow--sp03 {
    left: 8vw;
  }
}
@media only screen and (max-width: 480px) {
  .hero__arrow--sp03 {
    left: 3vw;
  }
}
@media screen and (max-width: 360px) {
  .hero__arrow--sp03 {
    left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .hero__arrow--sp04 {
    left: 14vw;
  }
}
@media only screen and (max-width: 520px) {
  .hero__arrow--sp04 {
    left: 11vw;
  }
}
@media only screen and (max-width: 420px) {
  .hero__arrow--sp04 {
    left: 7vw;
  }
}
.hero__flag {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hero__flag {
    display: none;
  }
}
.hero__flag--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero__flag--sp {
    display: block;
    margin-bottom: 30px;
  }
}
.hero__title {
  font-size: 3.2rem;
  text-align: center;
  background-color: #ed5547;
  max-width: 1024px;
  margin: auto;
  border-radius: 16px;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .hero__title {
    font-size: 1.6rem;
    padding: 15px;
  }
}
.hero__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1024px;
  margin: auto;
  padding-top: 35px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .hero__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px;
  }
}
.hero__step {
  background-color: #ed8077;
  color: #fff;
  border-radius: 8px 8px 0 0;
  font-size: 2.4rem;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .hero__step {
    border-radius: 8px 0 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
    padding: 20px 15px;
  }
}
.hero__step01, .hero__step02, .hero__step03 {
  font-weight: bold;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .hero__step01, .hero__step02, .hero__step03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.hero__count {
  font-size: 4rem;
  margin-left: 10px;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .hero__count {
    margin-left: 0;
    font-size: 2.4rem;
  }
}
.hero__red {
  color: #ec4755;
  font-weight: bold;
}
.hero__text {
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 0 0 8px 8px;
  min-height: 140px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .hero__text {
    min-height: 190px;
  }
}
@media screen and (max-width: 767px) {
  .hero__text {
    width: 100%;
    border-radius: 0 8px 8px 0;
    min-height: 100%;
    font-size: 1.4rem;
    display: table-cell;
    vertical-align: middle;
  }
}
.hero__ribbon {
  background-image: url(../img/ribbon.png);
  background-size: 100% 100%;
  max-width: 1100px;
  margin: auto;
  padding: 30px;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 1024px) {
  .hero__ribbon {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .hero__ribbon {
    padding: 15px;
    background-image: url(../img/ribbon-sp.png);
    font-size: 1.8rem;
  }
}
.hero__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero__sp {
    display: block;
  }
}
.hero__box {
  background-image: url(../img/unit.png);
  background-size: cover;
  background-position: top;
  padding: 80px 15px 25px;
  max-width: 1024px;
  margin: auto;
  margin-top: -40px;
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 50px 50px 16px 16px;
}
@media screen and (max-width: 767px) {
  .hero__box {
    padding: 80px 20px 35px;
    background-image: url(../img/unit-sp.png);
    margin-top: -20px;
  }
}
.hero__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 780px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .hero__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hero__item {
  max-width: 235px;
}
@media screen and (max-width: 767px) {
  .hero__item {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .hero__item--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .hero__image {
    max-width: 140px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 370px) {
  .hero__image {
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .hero__image--reverse {
    max-width: 140px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 370px) {
  .hero__image--reverse {
    max-width: 100px;
  }
}
.hero__message {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 50px 0 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero__message {
    font-size: 1.4rem;
    padding: 35px 0 25px;
  }
}
.hero__span {
  color: #ec4755;
  font-weight: bold;
}
.hero__subtext {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .hero__subtext {
    font-size: 2rem;
  }
}
.hero__head {
  text-align: center;
}
.hero__subtitle {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 370px) {
  .hero__subtitle {
    font-size: 1.6rem;
  }
}
.hero__line {
  max-width: 160px;
  margin: auto;
  display: block;
  padding: 10px 0 20px;
}
.hero__btn {
  max-width: 660px;
  margin: auto;
  padding-top: 70px;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .hero__btn {
    padding-top: 40px;
    padding-bottom: 55px;
    max-width: 320px;
  }
}
.hero__btn:hover {
  opacity: 1;
}

/*商品・当選者数-------------------------------------------------------------------*/
.product {
  background-color: #fae5c8;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .product {
    padding: 0 15px 80px;
  }
}
@media screen and (max-width: 767px) {
  .product {
    padding-bottom: 40px;
  }
}
.product__title {
  margin-top: 30px;
  margin-bottom: 40px;
}
.product__subtitle {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #ed5547;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .product__subtitle {
    font-size: 2.2rem;
  }
}
.product__count {
  background-color: #ec4755;
  border-radius: 50%;
  width: 86px;
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  left: 45px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .product__count {
    width: 100px;
    height: 100px;
    left: 25px;
    top: 25px;
  }
}
.product__box {
  color: #fff;
  font-weight: bold;
}
.product__number {
  font-size: 4.5rem;
  color: #fff;
  font-weight: bold;
}
.product__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1074px;
  margin: auto;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .product__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product__item {
  width: 33.3333333333%;
  position: relative;
  padding: 0 25px 40px;
}
@media screen and (max-width: 767px) {
  .product__item {
    width: 100%;
    padding: 0 0 30px;
  }
}
.product__head {
  margin-top: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .product__head {
    font-size: 1.6rem;
  }
}
.product__name {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .product__name {
    font-size: 2rem;
  }
}
.product__subname {
  font-size: 1.4rem;
}
.product__subtext {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .product__subtext {
    margin-bottom: 25px;
    text-align: start;
    font-size: 1.3rem;
  }
}
.product__heading {
  font-size: 3.2rem;
  color: #ec4755;
  font-weight: bold;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .product__heading {
    font-size: 2.4rem;
  }
}

/*利用規約・注意事項----------------------------------------------------------------*/
.warning {
  background-image: url(../img/bg01.png);
  padding: 100px 15px;
}
@media screen and (max-width: 767px) {
  .warning {
    padding: 50px 15px;
  }
}
.warning__outer {
  background-color: #fff;
  border: #ed5547 4px solid;
  border-radius: 5px;
  padding: 50px;
  max-width: 1024px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .warning__outer {
    font-size: 1.4rem;
    margin-top: 20px;
    padding: 20px;
  }
}
.warning__bold {
  font-weight: bold;
}
.warning__text {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .warning__text {
    margin-bottom: 25px;
  }
}
.warning__btn {
  padding-top: 55px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .warning__btn {
    padding-top: 40px;
  }
}

/*リンク--------------------------------------------------------------------------*/
.link {
  background-color: #fff9f2;
  padding: 60px 15px 50px;
}
@media screen and (max-width: 767px) {
  .link {
    padding: 45px 15px;
  }
}
.link__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 710px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .link__outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.link__img {
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  .link__img {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .link__img:last-of-type {
    margin-bottom: 0;
  }
}

/*エネルンスロット-------------------------------------------------------------------*/
.slot {
  /*エネルンスロットチャレンジへの参加方法-----------------------------------------------------*/
}
@media screen and (max-width: 767px) {
  .slot__outer {
    background-color: #fff9f2;
    padding-bottom: 15px;
  }
}
.slot__belt {
  font-size: 3.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f0254b), color-stop(50%, #f26c17));
  background: linear-gradient(to right, #f0254b 50%, #f26c17 50%);
}
@media screen and (max-width: 767px) {
  .slot__belt {
    font-size: 1.5rem;
  }
}
.slot__pink {
  background-color: #f0254b;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  padding-right: 25px;
  text-align: right;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .slot__pink {
    font-size: 1.8rem;
    white-space: normal;
  }
}
.slot__pink::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 38.5px 0 38.5px 23px;
  border-color: transparent transparent transparent #f0254b;
  position: absolute;
  right: -23px;
  top: 45%;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
}
@media screen and (max-width: 1024px) {
  .slot__pink::after {
    border-width: 78px 0 78px 42px;
    right: -42px;
  }
}
@media screen and (max-width: 767px) {
  .slot__pink::after {
    border-width: 42px 0 42px 7px;
    right: -7px;
  }
}
.slot__orange {
  background-color: #f26c17;
  color: #fff;
  font-weight: bold;
  padding-left: 70px;
  padding-right: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .slot__orange {
    padding-left: 20px;
  }
}
.slot__button--sp {
  top: 70%;
  transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
}
.slot__tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .slot__tab {
    display: block;
  }
}
.slot__span {
  font-size: 5.2rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .slot__span {
    font-size: 2.6rem;
  }
}
.slot__heading {
  background-image: url(../img/bg03.png);
  background-size: cover;
  background-position: center;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.2rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slot__heading {
    height: 150px;
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
}
.slot__heading::after {
  content: "";
  display: inline-block;
  width: 65px;
  height: 6px;
  background-color: #fb6620;
  position: absolute;
  bottom: 50px;
}
.slot__heading02::after {
  bottom: 35px;
}
.slot__title {
  color: #fb6a20;
  font-weight: bold;
}
.slot__inner {
  background-color: #fff7d9;
  padding: 20px 0 100px;
}
@media screen and (max-width: 1024px) {
  .slot__inner {
    padding: 20px 15px 100px;
  }
}
@media screen and (max-width: 767px) {
  .slot__inner {
    padding-bottom: 70px;
  }
}
.slot__unit {
  padding: 0 15px;
}
.slot__gift {
  max-width: 980px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .slot__gift {
    display: none;
  }
}
.slot__gift--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .slot__gift--sp {
    display: block;
  }
}
.slot__message {
  max-width: 910px;
  margin: auto;
  background-color: #fffcf2;
  border-radius: 16px;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.slot__subtitle {
  color: #fb6620;
  font-size: 2.4rem;
  font-weight: bold;
}
.slot__text {
  font-size: 1.8rem;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .slot__text {
    font-size: 1.6rem;
  }
}
.slot__btn {
  max-width: 660px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .slot__btn {
    max-width: 325px;
  }
}
.slot__btn:hover {
  opacity: 1;
}
.slot__container {
  max-width: 1024px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .slot__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.slot__container:first-of-type {
  padding-top: 20px;
}
.slot__head {
  background-color: #fb6a20;
  color: #fff;
  padding-top: 50px;
  width: 200px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px 0 0 16px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .slot__head {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .slot__head {
    width: 100%;
    border-radius: 16px 16px 0 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.slot__head::before {
  content: "";
  display: inline-block;
  background-image: url(../img/flag01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 130px;
  height: 45px;
  left: -15px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .slot__head::before {
    display: none;
  }
}
.slot__step {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .slot__step {
    font-size: 2.4rem;
  }
}
.slot__count {
  font-size: 6.4rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .slot__count {
    font-size: 3.2rem;
  }
}
.slot__key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slot__key--wrap {
  background-color: #fff;
  border-radius: 0 16px 16px 0;
  padding: 35px 55px 45px 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .slot__key--wrap {
    padding: 15px 15px 20px;
    border-radius: 0 0 16px 16px;
  }
}
.slot__key--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .slot__key--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.slot__key--group {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .slot__key--group {
    margin-right: 0;
  }
}
.slot__key--group02 {
  margin-right: 30px;
}
.slot__key--icon {
  max-width: 85px;
  margin-right: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .slot__key--icon {
    max-width: 60px;
    margin-right: 10px;
  }
}
.slot__key--icon02 {
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  .slot__key--icon02 {
    display: none;
  }
}
.slot__key--icon03 {
  max-width: 260px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .slot__key--icon03 {
    max-width: 100%;
  }
}
.slot__key--message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .slot__key--message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
.slot__key--title {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .slot__key--title {
    font-size: 1.8rem;
  }
}
.slot__key--span {
  color: #fb6a20;
  font-weight: bold;
}
.slot__key--text {
  max-width: 435px;
  font-weight: normal;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .slot__key--text {
    max-width: 100%;
    margin: 15px 0;
    font-size: 1.4rem;
  }
}
.slot__key--text02 {
  max-width: 100%;
}
.slot__key--subicon {
  max-width: 230px;
}
@media screen and (max-width: 767px) {
  .slot__key--subicon {
    display: block;
    margin: auto;
  }
}
.slot__key--content {
  padding-top: 20px;
}
.slot__key--box {
  background-color: #ffd931;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 16px 16px 0 0;
}
.slot__key--extension {
  max-width: 30px;
  margin-right: 10px;
}
.slot__key--unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 45px;
  background-color: #ffec99;
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 1024px) {
  .slot__key--unit {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 25px;
    padding: 20px;
  }
}
.slot__key--item {
  width: 25%;
  margin-right: 30px;
  text-align: center;
  font-size: 1.4rem;
}
.slot__key--item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .slot__key--item {
    width: 100%;
    margin-right: 0;
  }
}
.slot__key--img {
  max-width: 130px;
}
@media screen and (max-width: 1024px) {
  .slot__key--img {
    max-width: 100%;
  }
}
.slot__key--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .slot__key--name {
    white-space: normal;
  }
}
.slot__key--arrow {
  width: 8px;
  height: 8px;
  display: block;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  border-top: 2px solid #fb6a20;
  border-right: 2px solid #fb6a20;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 5px;
}
.slot__block {
  margin: auto;
  text-align: center;
}
.slot__triangle {
  border-style: solid;
  border-width: 27px 21px 0 21px;
  border-color: #fb6a20 transparent transparent transparent;
  display: inline-block;
  margin: 30px auto 25px;
}
@media screen and (max-width: 767px) {
  .slot__triangle {
    margin: 15px auto;
  }
}
.slot__warning {
  max-width: 905px;
  margin: auto;
  padding: 50px 15px 80px;
}
@media screen and (max-width: 767px) {
  .slot__warning {
    font-size: 1.4rem;
    padding: 30px 15px;
  }
}
.slot__button {
  background-color: #fff7d9;
  padding: 65px 15px 100px;
}
@media screen and (max-width: 767px) {
  .slot__button {
    padding: 40px 15px 70px;
  }
}

/*モーダル---------------------------------------------------------------------------*/
.pop-up {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
  top: 0;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.4);
}
.pop-up__error {
  position: fixed;
  overflow: scroll;
  z-index: 100;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pop-up__outer {
  height: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pop-up__inner {
  width: 700px;
  margin: auto;
  background-color: #fff;
  padding-bottom: 75px;
  border-radius: 32px;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .pop-up__inner {
    width: 100%;
    max-width: 370px;
    padding-bottom: 40px;
  }
}
.pop-up__close {
  background-image: url(../img/close.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 90px;
  height: 70px;
  top: -69px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .pop-up__close {
    width: 50px;
    height: 40px;
    top: -38px;
    right: 30px;
  }
}
.pop-up__close:hover {
  opacity: 1;
}
.pop-up__block {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .pop-up__block {
    padding: 0 25px;
  }
}
.pop-up__title {
  font-size: 3.2rem;
  background-color: #f0254b;
  color: #fff;
  padding: 25px;
  border-radius: 32px 32px 0 0;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pop-up__title {
    font-size: 1.8rem;
  }
}
.pop-up__subtitle {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #f0254b;
  padding: 30px 0 10px;
}
@media screen and (max-width: 767px) {
  .pop-up__subtitle {
    font-size: 1.6rem;
    padding: 25px 0 5px;
  }
}
.pop-up__close {
  max-width: 90px;
}
.pop-up__textarea {
  width: 620px;
  height: 100px;
  padding: 30px;
  background-color: #ffe6ea;
  border: solid 5px #f0254b;
  border-radius: 16px;
  margin: auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pop-up__textarea {
    width: 100%;
    height: 65px;
    max-width: 320px;
  }
}
.pop-up__text {
  font-size: 1.8rem;
  color: #f0254b;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 15px;
}
@media screen and (max-width: 767px) {
  .pop-up__text {
    font-size: 1.6rem;
    padding: 15px 0;
  }
}
.pop-up__unit {
  background-color: #e6e6e6;
  border-radius: 16px;
  max-width: 620px;
  margin: auto;
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  .pop-up__unit {
    max-width: 320px;
    padding: 15px 25px;
  }
}
.pop-up__item {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pop-up__item {
    font-size: 1.6rem;
  }
}
.pop-up__span {
  color: #f0254b;
  font-weight: bold;
}
.pop-up__box {
  position: relative;
}
.pop-up__select {
  background-color: #fff;
  width: 555px;
  padding: 25px 30px;
  margin-bottom: 15px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .pop-up__select {
    width: 100%;
    padding: 15px;
  }
}
.pop-up__arrow {
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #f0254b transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 45%;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  pointer-events: none;
}
.pop-up__button {
  background-image: url(../img/pop-up-button.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  max-width: 450px;
  width: 100%;
  height: 130px;
  margin: auto;
  display: block;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .pop-up__button {
    max-width: 100%;
    height: 95px;
    margin-top: 40px;
  }
}
.pop-up__button:hover {
  opacity: 1;
}
.pop-up__button.gray {
  background-image: url(../img/pop-up-button-gray.png);
  pointer-events: none;
}
.pop-up__var {
  text-align: center;
  color: #f0254b;
  margin-top: 20px;
}
.pop-up .is-empty {
  color: #999999 !important;
}

.hero__step {
  height: 53px;
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  .hero__step {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 15px;
  }
}
.hero__step--img {
  max-width: 88px;
}
@media screen and (max-width: 767px) {
  .hero__step--img {
    display: none;
  }
}
.hero__step--img.no2, .hero__step--img.no3 {
  max-width: 97px;
}
.hero__step--img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero__step--img.sp {
    display: block;
    max-width: 53px;
  }
}
.hero__title.app {
  font-size: 0rem;
}

.product__num {
  max-width: 41px;
}
.product__title {
  font-size: 0rem;
}
.product__title--img {
  max-width: 222px;
}
@media screen and (max-width: 767px) {
  .product__title--img {
    max-width: 111px;
  }
}
.product__title--img.app {
  max-width: 127px;
}
@media screen and (max-width: 767px) {
  .product__title--img.app {
    max-width: 63px;
  }
}
.product__subtitle--img {
  max-width: 409px;
}
@media screen and (max-width: 767px) {
  .product__subtitle--img {
    max-width: 331px;
  }
}
.product__heading--img {
  max-width: 795px;
}
@media screen and (max-width: 767px) {
  .product__heading--img {
    display: none;
  }
}
.product__heading--img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .product__heading--img.sp {
    display: block;
    max-width: 325px;
    margin: 0 auto;
  }
}

.warning__title {
  font-size: 0rem;
}
.warning__title--img {
  max-width: 287px;
}
@media screen and (max-width: 767px) {
  .warning__title--img {
    max-width: 143px;
  }
}

/*アウトレット*/
.outlet {
  background-color: #FFF6E6;
}
.outlet__outer {
  background-image: url(../images/outlet-bg.png);
  background-size: cover;
  background-position: center;
  padding: 0 15px 40px;
}
@media screen and (max-width: 767px) {
  .outlet__outer {
    background-image: url(../images/outlet-bg-sp.png);
    background-size: 100%;
  }
}
.outlet__outer02 {
  background-color: #FAE1AF;
  padding: 45px 15px 60px;
}
.outlet__border {
  display: block;
}
@media screen and (max-width: 767px) {
  .outlet__border {
    display: none;
  }
}
.outlet__border--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .outlet__border--sp {
    display: block;
  }
}
.outlet__comment {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  background-color: #EC4755;
  color: #fff;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .outlet__comment {
    font-size: 3.7vw;
    padding: 3px 15px;
  }
}
.outlet__img {
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .outlet__img {
    display: none;
  }
}
.outlet__img--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .outlet__img--sp {
    display: block;
  }
}
.outlet__inner {
  max-width: 1024px;
  margin: auto;
}
.outlet__title {
  background-color: #EC4755;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  padding: 25px;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 0 #BF4C4C;
          box-shadow: 0 5px 0 #BF4C4C;
  margin: 40px 0 25px;
}
@media screen and (max-width: 767px) {
  .outlet__title {
    font-size: 5.3vw;
    padding: 15px 20px;
  }
}
.outlet__unit {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 20px 25px;
}
@media screen and (max-width: 767px) {
  .outlet__unit {
    padding: 15px;
  }
}
.outlet__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.outlet__new {
  background-color: #EC4755;
  padding: 0 5px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 50px;
  margin-right: 15px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .outlet__new {
    font-size: 3.2vw;
  }
}
.outlet__text {
  font-size: 1.6rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .outlet__text {
    font-size: 4vw;
  }
}
.outlet__block {
  max-width: 1024px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .outlet__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.outlet__group {
  width: calc(50% - 20px);
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .outlet__group {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .outlet__group {
    width: 100%;
  }
  .outlet__group:last-of-type {
    margin-bottom: 0;
  }
}
.outlet__subtitle {
  background-color: #EC4755;
  color: #fff;
  font-weight: bold;
  font-size: 2.1rem;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 0 #BF4C4C;
          box-shadow: 0 5px 0 #BF4C4C;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .outlet__subtitle {
    font-size: 4.8vw;
    padding: 15px;
  }
}
.outlet__box {
  background-color: #fff;
  padding: 70px 20px 30px;
  position: relative;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .outlet__box {
    padding: 12vw 4vw 5.3vw;
  }
}
.outlet__flag {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
.outlet__subbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outlet__subunit {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .outlet__subunit {
    margin-left: 10px;
  }
}
.outlet__image {
  position: relative;
}
.outlet__mark {
  max-width: 55px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .outlet__mark {
    max-width: 14vw;
  }
}
.outlet__subitem {
  display: block;
}
.outlet__subitem01 {
  max-width: 170px;
}
@media screen and (max-width: 1024px) {
  .outlet__subitem01 {
    max-width: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .outlet__subitem01 {
    max-width: 37vw;
  }
}
.outlet__subitem02 {
  max-width: 200px;
}
@media screen and (max-width: 1024px) {
  .outlet__subitem02 {
    max-width: 19vw;
  }
}
@media screen and (max-width: 767px) {
  .outlet__subitem02 {
    max-width: 53vw;
  }
}
.outlet__label {
  background-color: #F0441F;
  padding: 8px;
  font-size: 1.8rem;
  display: inline-block;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .outlet__label {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  .outlet__label {
    font-size: 3.7vw;
  }
}
.outlet__label02 {
  background-color: #FF8C1A;
}
.outlet__label03 {
  background-color: #6be62e;
}
.outlet__label04 {
  background-color: #FFD500;
  color: #66581F;
}
.outlet__label05 {
  background-color: #56d98d;
}
.outlet__label06 {
  background-color: #2bd9d9;
}
.outlet__label07 {
  background-color: #6d83f2;
}
.outlet__maker {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .outlet__maker {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 767px) {
  .outlet__maker {
    font-size: 4.2vw;
  }
}
.outlet__name {
  font-weight: bold;
  font-size: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .outlet__name {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .outlet__name {
    font-size: 5.3vw;
    white-space: nowrap;
  }
}
.outlet__name span {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .outlet__name span {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .outlet__name span {
    font-size: 3.7vw;
    white-space: nowrap;
  }
}
.outlet__subtext {
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .outlet__subtext {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .outlet__subtext {
    font-size: 3.7vw;
  }
}
.outlet__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto auto 20px;
  border-bottom: dashed 1px #EE664F;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .outlet__flex {
    margin-bottom: 5.3vw;
    padding-bottom: 5.3vw;
  }
}
.outlet__icon {
  width: 80px;
  height: 80px;
  margin-top: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .outlet__icon {
    font-size: 1.6vw;
    width: 7.8vw;
    height: 7.8vw;
    margin-top: 3.9vw;
  }
}
@media screen and (max-width: 767px) {
  .outlet__icon {
    width: 16vw;
    height: 16vw;
    font-size: 3.7vw;
    margin-top: 8vw;
    letter-spacing: -0.05em;
    line-height: 1.2;
  }
}
.outlet__icon:last-of-type {
  margin-right: 0;
}
.outlet__function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.outlet__capacity {
  background-color: #FFDB4D;
  border-radius: 8px;
  padding: 30px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 97px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #66581F;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .outlet__capacity {
    font-size: 2.1vw;
    min-width: 9.4vw;
    padding: 2.9vw 0.4vw;
  }
}
@media screen and (max-width: 767px) {
  .outlet__capacity {
    font-size: 4.5vw;
    min-width: 20vw;
    min-height: 20vw;
  }
}
.outlet__ability {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .outlet__ability {
    margin-left: 10px;
  }
}
.outlet__content {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .outlet__content {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .outlet__content {
    font-size: 2.6vw;
  }
}
.outlet__price {
  font-size: 1.7rem;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .outlet__price {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .outlet__price {
    font-size: 3.7vw;
  }
}
.outlet__alert {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .outlet__alert {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .outlet__alert {
    font-size: 3.2vw;
  }
}
.outlet__span {
  font-size: 4.2rem;
  font-weight: bold;
  color: #EC4755;
}
@media screen and (max-width: 1024px) {
  .outlet__span {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  .outlet__span {
    font-size: 7.2vw;
  }
}
.outlet__count {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .outlet__count {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .outlet__count {
    font-size: 6vw;
  }
}
.outlet__circle {
  font-size: 1.9rem;
  font-weight: bold;
  background-color: #EC4755;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  color: #fff;
  padding: 10px 15px;
}
@media screen and (max-width: 1024px) {
  .outlet__circle {
    font-size: 1.8vw;
    padding: 0.9vw 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .outlet__circle {
    font-size: 3.7vw;
    padding: 1.3vw 2.6vw;
  }
}
.outlet__wrap {
  color: #fff;
}

/*今月のイチオシ商品*/
.recommend__top {
  padding: 30px 15px 50px;
  background-image: url(../images/recommend-bg.png);
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recommend__top {
    padding: 15px;
    margin-bottom: 20px;
  }
}
.recommend__title {
  max-width: 760px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .recommend__title {
    max-width: 85vw;
  }
}
.recommend__subtitle {
  font-size: 3rem;
  padding: 25px;
  background-color: #EC4755;
  -webkit-box-shadow: 0 5px 0 #BF4C4C;
          box-shadow: 0 5px 0 #BF4C4C;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  max-width: 1024px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .recommend__subtitle {
    margin: 20px auto 25px;
    font-size: 5.3vw;
    padding: 15px;
  }
}
.recommend__outer {
  background-color: #CCEEFF;
  padding: 45px 15px 80px;
}
.recommend__inner {
  max-width: 1024px;
  margin: auto;
}
.recommend__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recommend__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recommend__unit {
  border-radius: 16px;
  border: solid 3px #47B3EC;
  background-color: #fff;
  width: calc(50% - 20px);
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .recommend__unit {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .recommend__unit {
    margin-bottom: 15px;
    width: 100%;
  }
}
.recommend__item {
  color: #47B3EC;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  padding: 10px;
  border-bottom: #47B3EC solid 2px;
}
@media screen and (max-width: 1024px) {
  .recommend__item {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .recommend__item {
    font-size: 4.8vw;
  }
}
.recommend__box {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recommend__box--img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recommend__box--img img {
  max-height: 70px;
  max-width: 80%;
}
.recommend__img {
  max-width: 105px;
}
@media screen and (max-width: 767px) {
  .recommend__img {
    max-width: 21vw;
  }
}
.recommend__group {
  padding-left: 25px;
  width: calc(100% - 100px);
}
@media screen and (max-width: 1024px) {
  .recommend__group {
    padding-left: 15px;
  }
}
.recommend__subitem {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .recommend__subitem {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .recommend__subitem {
    font-size: 4.8vw;
  }
}
.recommend__name {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recommend__name {
    font-size: 5.3vw;
  }
}
.recommend__arrow {
  fill: #47B3EC;
  max-width: 12px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .recommend__arrow {
    max-width: 2.6vw;
  }
}
.recommend__flex {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.recommend__button {
  background-color: #EC4755;
  border: solid 1px #EC4755;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 265px;
  margin: 30px auto auto;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .recommend__button {
    font-size: 1.9vw;
    padding: 1.9vw;
  }
}
@media screen and (max-width: 767px) {
  .recommend__button {
    font-size: 4.2vw;
    padding: 4.2vw;
    max-width: 53vw;
  }
}
.recommend__button:hover {
  background-color: #fff;
  color: #EC4755;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.recommend__button:hover .recommend__btn {
  fill: #EC4755;
}
.recommend__btn {
  max-width: 25px;
  display: block;
  fill: #fff;
  margin-left: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*ガス機器寿命があります*/
.lifespan__extension {
  max-width: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .lifespan__extension {
    max-width: 5.3vw;
    margin-right: 10px;
  }
}
.lifespan__message {
  background-color: #EC4755;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lifespan__message {
    font-size: 4vw;
  }
}
.lifespan__image {
  background-color: #FCE3E3;
  padding: 45px 15px 0;
}
@media screen and (max-width: 767px) {
  .lifespan__image {
    padding: 25px 15px 0;
  }
}
.lifespan__img {
  max-width: 1024px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .lifespan__img {
    display: none;
  }
}
.lifespan__img--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lifespan__img--sp {
    display: block;
  }
}
.lifespan__inner {
  background-color: #EC4755;
  padding: 30px 15px 80px;
}
@media screen and (max-width: 767px) {
  .lifespan__inner {
    padding: 30px 15px 25px;
  }
}
.lifespan__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
.lifespan__box {
  text-align: center;
  margin: 0 25px;
}
@media screen and (max-width: 767px) {
  .lifespan__box {
    margin: 0;
  }
}
.lifespan__subtitle {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .lifespan__subtitle {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lifespan__subtitle {
    font-size: 4vw;
  }
}
.lifespan__title {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .lifespan__title {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 767px) {
  .lifespan__title {
    display: block;
    font-size: 6.4vw;
    line-height: 1;
  }
}
.lifespan__left {
  max-width: 15px;
}
@media screen and (max-width: 1024px) {
  .lifespan__left {
    max-width: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .lifespan__left {
    display: none;
  }
}
.lifespan__left--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lifespan__left--sp {
    max-width: 4vw;
    min-height: 28vw;
    display: block;
  }
}
.lifespan__right {
  max-width: 15px;
}
@media screen and (max-width: 1024px) {
  .lifespan__right {
    max-width: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .lifespan__right {
    display: none;
  }
}
.lifespan__right--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lifespan__right--sp {
    max-width: 4vw;
    min-height: 28vw;
    display: block;
  }
}
.lifespan__span {
  color: #FFFF00;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .lifespan__span {
    line-height: 1.2;
  }
}
.lifespan__group {
  max-width: 1024px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .lifespan__group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lifespan__item {
  background-color: #fff;
  border-radius: 16px;
  width: calc(25% - 11px);
  padding: 20px 18px 5px;
}
@media screen and (max-width: 1280px) {
  .lifespan__item {
    padding: 20px 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  .lifespan__item {
    padding: 10px;
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
  }
}
.lifespan__name {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .lifespan__name {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .lifespan__name {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .lifespan__name {
    font-size: 3.7vw;
    min-height: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}
.lifespan__picture {
  min-height: 180px;
  max-height: 180px;
  margin: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .lifespan__picture {
    min-height: 30vw;
    max-height: 30vw;
  }
}

/*買い替えチェックポイント*/
.point__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F2A200;
}
@media screen and (max-width: 767px) {
  .point__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 25px;
  }
}
.point__box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15px;
}
.point__box--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .point__box--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 50vw;
    margin: auto;
  }
}
.point__subtitle {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .point__subtitle {
    font-size: 5.8vw;
  }
}
.point__title {
  font-size: 3.2rem;
  color: #fff;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .point__title {
    font-size: 8.5vw;
    margin-bottom: 7px;
  }
}
.point__left {
  max-width: 126px;
  display: block;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .point__left {
    display: none;
  }
}
.point__left--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .point__left--sp {
    display: block;
    width: calc(50% - 5px);
  }
}
.point__right {
  max-width: 130px;
  display: block;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .point__right {
    display: none;
  }
}
.point__right--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .point__right--sp {
    display: block;
    width: calc(50% - 5px);
  }
}
.point__bg {
  background-color: #FFF7E6;
  padding: 50px 15px 85px;
}
@media screen and (max-width: 767px) {
  .point__bg {
    padding: 25px 15px 50px;
  }
}
.point__inner {
  max-width: 1024px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .point__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.point__unit {
  width: calc(50% - 7.5px);
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .point__unit {
    width: 100%;
    margin-bottom: 30px;
  }
}
.point__item {
  background-color: #E6BF00;
  border-radius: 16px 16px 0 0;
  font-size: 2rem;
  color: #1A1A1A;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px 5px 30px;
}
@media screen and (max-width: 1024px) {
  .point__item {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 767px) {
  .point__item {
    font-size: 4.2vw;
    padding: 10px 15px 5px;
  }
}
.point__icon {
  max-width: 65px;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .point__icon {
    margin-right: 15px;
    max-width: 6.3vw;
  }
}
@media screen and (max-width: 767px) {
  .point__icon {
    max-width: 13vw;
    margin-right: 10px;
  }
}
.point__ul {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .point__ul {
    padding: 20px;
  }
}
.point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.point__check {
  max-width: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .point__check {
    max-width: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .point__check {
    max-width: 6.6vw;
  }
}
.point__text {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .point__text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .point__text {
    font-size: 3.7vw;
  }
}
.point__border {
  margin: 15px 0;
}

/*「製品型番」と「製造年月」の確認方法*/
.content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EC4755;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .content__flex {
    padding: 20px 15px;
  }
}
.content__icon {
  max-width: 130px;
  margin-top: -20px;
  margin-right: -25px;
}
@media screen and (max-width: 767px) {
  .content__icon {
    display: none;
  }
}
.content__icon--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .content__icon--sp {
    display: block;
    max-width: 20vw;
    margin-left: -25px;
  }
}
.content__box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content__subtitle {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .content__subtitle {
    font-size: 4.8vw;
  }
}
.content__title {
  font-size: 3.2rem;
  color: #fff;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .content__title {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 6.4vw;
  }
}
.content__inner {
  background-color: #FCE3E3;
  padding: 50px 15px;
}
@media screen and (max-width: 767px) {
  .content__inner {
    padding: 30px 15px 35px;
  }
}
.content__unit {
  background-color: #fff;
  border-radius: 16px;
  max-width: 1024px;
  margin: auto auto 50px;
}
@media screen and (max-width: 767px) {
  .content__unit {
    margin-bottom: 30px;
  }
}
.content__unit:last-of-type {
  margin-bottom: 0;
}
.content__item {
  background-color: #CC525C;
  border-radius: 16px 16px 0 0;
  padding: 20px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .content__item {
    font-size: 4.2vw;
    padding: 15px;
  }
}
.content__image {
  padding: 45px 20px 40px;
}
@media screen and (max-width: 767px) {
  .content__image {
    padding: 25px 20px 30px;
  }
}
.content__image02 {
  padding: 40px 25px 40px 40px;
}
@media screen and (max-width: 767px) {
  .content__image02 {
    padding: 25px 15px;
  }
}
.content__img {
  max-width: 507px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .content__picture {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .content__picture--sp {
    display: block;
    margin-bottom: 10px;
  }
}
.content__alert {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .content__alert {
    font-size: 2.8vw;
  }
}
.content__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .content__sp {
    display: block;
  }
}
.content__name {
  font-size: 3.7vw;
  font-weight: bold;
  text-align: center;
  color: #EC4755;
}
.content__subunit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content__extension {
  max-width: 5.3vw;
  margin-right: 5px;
}
.content__text {
  color: #EC4755;
  font-weight: bold;
  font-size: 3.7vw;
}
.content__block {
  background-color: #EC4755;
  padding: 50px 15px;
}
@media screen and (max-width: 767px) {
  .content__block {
    padding: 20px 15px 25px;
  }
}
.content__group {
  background-color: #fff;
  border-radius: 16px;
  max-width: 1024px;
  margin: auto;
  padding: 45px 15px 60px;
}
@media screen and (max-width: 767px) {
  .content__group {
    padding: 20px 15px 30px;
  }
}
.content__heading {
  font-size: 2.4rem;
  text-align: center;
  color: #EC4755;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .content__heading {
    font-size: 4.8vw;
  }
}
.content__border {
  max-width: 670px;
  margin: 10px auto 45px;
  display: block;
}
@media screen and (max-width: 767px) {
  .content__border {
    margin: 20px 0;
  }
}
.content__border02 {
  display: block;
  margin: 15px 0 20px;
}
.content__border02:last-of-type {
  margin-bottom: 0;
}
.content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 770px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .content__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content__button {
  width: calc(50% - 15px);
  background-color: #EC4755;
  border-radius: 16px;
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-shadow: #B33640 0 10px 0;
          box-shadow: #B33640 0 10px 0;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .content__button {
    width: 100%;
    min-height: 32vw;
    margin-bottom: 25px;
    font-size: 4.2vw;
  }
  .content__button:last-of-type {
    margin-bottom: 0;
  }
}
.content__button:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .content__button:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: #B33640 0 10px 0;
            box-shadow: #B33640 0 10px 0;
  }
}
.content__arrow {
  fill: #fff;
  max-width: 25px;
  position: absolute;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .content__arrow {
    max-width: 6.6vw;
  }
}
.content__span {
  font-size: 2.2rem;
  font-weight: 500;
  color: #FCFC00;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .content__span {
    font-size: 4.8vw;
  }
}