@charset "UTF-8";
.noreppi_content {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  background-color: #ffeca7;
  border-radius: 30px;
  -webkit-animation: bgc_change 2s forwards;
          animation: bgc_change 2s forwards;
}
@-webkit-keyframes bgc_change {
  0% {
    background-color: #fff;
  }
  80% {
    background-color: #fff;
  }
  100% {
    background-color: #ffeca7;
  }
}
@keyframes bgc_change {
  0% {
    background-color: #fff;
  }
  80% {
    background-color: #fff;
  }
  100% {
    background-color: #ffeca7;
  }
}
.noreppi_content h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.noreppi_content h2 span,
.noreppi_content li,
.noreppi_content h3,
.noreppi_content p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.noreppi_content h2 {
  font-size: 3rem;
  background: #fff;
  margin: 30px auto;
  line-height: 1.5;
  padding: 10px 100px;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: relative;
}
.noreppi_content h2 span {
  font-size: 1.4rem;
}
.noreppi_content h2::before {
  content: "";
  background-image: url(../img/noreppi/ashirai_kome_yellow.png);
  position: absolute;
  display: block;
  width: 27px;
  height: 45px;
  left: 10%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 33%;
}
.noreppi_content h2::after {
  content: "";
  background-image: url(../img/noreppi/ashirai_kome_yellow.png);
  position: absolute;
  display: block;
  width: 27px;
  height: 45px;
  right: 10%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 33%;
}
.noreppi_content .btn_1 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #B87D1B;
  border: 2px solid #403D33;
  -webkit-box-shadow: 3px 3px 0px 2px #403D33;
          box-shadow: 3px 3px 0px 2px #403D33;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  line-height: 1.3;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.noreppi_content .btn_1,
.noreppi_content .btn_2 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.noreppi_content .btn_1:hover,
.noreppi_content .btn_2:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.noreppi_content .index_sec,
.noreppi_content #profile,
.noreppi_content #goods,
.noreppi_content .deco_sec,
.noreppi_content #sns,
.noreppi_content #special {
  background-color: #FFECA7;
  -webkit-animation: fadeIn 2s forwards;
          animation: fadeIn 2s forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.noreppi_content .mv_sec {
  position: relative;
}
.noreppi_content .mv_sec .fv {
  border-radius: 30px;
  position: absolute;
  z-index: 1;
  top: 0;
  -webkit-animation: fadeOut 1.9s forwards;
          animation: fadeOut 1.9s forwards;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.noreppi_content .mv_sec .mv_cont {
  position: relative;
  z-index: 0;
  top: 0;
  background-image: url(../img/noreppi/mv_bg.gif);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  height: 509px;
}
.noreppi_content .mv_sec .mv_cont .senbei_l {
  position: absolute;
  top: 80px;
  left: 50px;
  width: 117px;
  height: auto;
  -webkit-animation: senbei_l 1.2s ease-in-out infinite;
          animation: senbei_l 1.2s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes senbei_l {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-3.5deg);
            transform: rotate(-3.5deg);
  }
  /* 少し行き過ぎる */
  50% {
    -webkit-transform: rotate(-2.8deg);
            transform: rotate(-2.8deg);
  }
  /* 戻る */
  70% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  /* 落ち着く */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 次ループへ自然接続 */
}
@keyframes senbei_l {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-3.5deg);
            transform: rotate(-3.5deg);
  }
  /* 少し行き過ぎる */
  50% {
    -webkit-transform: rotate(-2.8deg);
            transform: rotate(-2.8deg);
  }
  /* 戻る */
  70% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  /* 落ち着く */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 次ループへ自然接続 */
}
.noreppi_content .mv_sec .mv_cont .flower_l {
  position: absolute;
  top: 255px;
  left: 88px;
  width: 120px;
  height: auto;
  -webkit-animation: flower_l 1.2s ease-in-out infinite;
          animation: flower_l 1.2s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes flower_l {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3.5deg);
            transform: rotate(3.5deg);
  }
  /* 少し行き過ぎる */
  55% {
    -webkit-transform: rotate(2.8deg);
            transform: rotate(2.8deg);
  }
  /* 戻る */
  80% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  /* 落ち着く */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 次ループへ自然接続 */
}
@keyframes flower_l {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3.5deg);
            transform: rotate(3.5deg);
  }
  /* 少し行き過ぎる */
  55% {
    -webkit-transform: rotate(2.8deg);
            transform: rotate(2.8deg);
  }
  /* 戻る */
  80% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  /* 落ち着く */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 次ループへ自然接続 */
}
.noreppi_content .mv_sec .mv_cont .noren_l {
  position: absolute;
  bottom: 40px;
  left: 48px;
  width: 86px;
  height: auto;
  -webkit-animation: noren_l 1.2s ease-in-out infinite;
          animation: noren_l 1.2s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes noren_l {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  35% {
    -webkit-transform: rotate(-3.5deg);
            transform: rotate(-3.5deg);
  }
  /* 少し行き過ぎる */
  50% {
    -webkit-transform: rotate(-2.8deg);
            transform: rotate(-2.8deg);
  }
  /* 戻る */
  75% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  /* 落ち着く */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 次ループへ自然接続 */
}
@keyframes noren_l {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  35% {
    -webkit-transform: rotate(-3.5deg);
            transform: rotate(-3.5deg);
  }
  /* 少し行き過ぎる */
  50% {
    -webkit-transform: rotate(-2.8deg);
            transform: rotate(-2.8deg);
  }
  /* 戻る */
  75% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  /* 落ち着く */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 次ループへ自然接続 */
}
.noreppi_content .mv_sec .mv_cont .mv_and_logo {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.noreppi_content .mv_sec .mv_cont .mv_and_logo .noreppi_mv {
  max-width: 315px;
  height: auto;
  -webkit-animation: noreppi_mv 1.5s ease-in-out infinite;
          animation: noreppi_mv 1.5s ease-in-out infinite;
}
@-webkit-keyframes noreppi_mv {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-4.5deg);
            transform: rotate(-4.5deg);
  }
  /* 行き過ぎ */
  30% {
    -webkit-transform: rotate(-3.8deg);
            transform: rotate(-3.8deg);
  }
  /* 戻る */
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(4.5deg);
            transform: rotate(4.5deg);
  }
  80% {
    -webkit-transform: rotate(3.8deg);
            transform: rotate(3.8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes noreppi_mv {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-4.5deg);
            transform: rotate(-4.5deg);
  }
  /* 行き過ぎ */
  30% {
    -webkit-transform: rotate(-3.8deg);
            transform: rotate(-3.8deg);
  }
  /* 戻る */
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(4.5deg);
            transform: rotate(4.5deg);
  }
  80% {
    -webkit-transform: rotate(3.8deg);
            transform: rotate(3.8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.noreppi_content .mv_sec .mv_cont .mv_and_logo .noreppi_logo {
  max-width: 315px;
  height: auto;
  padding: 20px 0px 0 0;
}
.noreppi_content .mv_sec .mv_cont .noren_r {
  position: absolute;
  top: 56px;
  right: 40px;
  width: 86px;
  height: auto;
  -webkit-animation: noren_r 1.2s ease-in-out infinite;
          animation: noren_r 1.2s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes noren_r {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(3.5deg);
            transform: rotate(3.5deg);
  }
  /* 少し行き過ぎる */
  50% {
    -webkit-transform: rotate(2.8deg);
            transform: rotate(2.8deg);
  }
  /* 戻る */
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  /* 落ち着く */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 次ループへ自然接続 */
}
@keyframes noren_r {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(3.5deg);
            transform: rotate(3.5deg);
  }
  /* 少し行き過ぎる */
  50% {
    -webkit-transform: rotate(2.8deg);
            transform: rotate(2.8deg);
  }
  /* 戻る */
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  /* 落ち着く */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 次ループへ自然接続 */
}
.noreppi_content .mv_sec .mv_cont .flower_r {
  position: absolute;
  top: 210px;
  right: 85px;
  width: 120px;
  height: auto;
  -webkit-animation: flower_r 1.2s ease-in-out infinite;
          animation: flower_r 1.2s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes flower_r {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-3.5deg);
            transform: rotate(-3.5deg);
  }
  /* 少し行き過ぎる */
  50% {
    -webkit-transform: rotate(-2.8deg);
            transform: rotate(-2.8deg);
  }
  /* 戻る */
  70% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  /* 落ち着く */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 次ループへ自然接続 */
}
@keyframes flower_r {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-3.5deg);
            transform: rotate(-3.5deg);
  }
  /* 少し行き過ぎる */
  50% {
    -webkit-transform: rotate(-2.8deg);
            transform: rotate(-2.8deg);
  }
  /* 戻る */
  70% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  /* 落ち着く */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 次ループへ自然接続 */
}
.noreppi_content .mv_sec .mv_cont .senbei_r {
  position: absolute;
  bottom: 30px;
  right: 53px;
  width: 117px;
  height: auto;
  -webkit-animation: senbei_r 1.2s ease-in-out infinite;
          animation: senbei_r 1.2s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes senbei_r {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-3.5deg);
            transform: rotate(-3.5deg);
  }
  /* 少し行き過ぎる */
  50% {
    -webkit-transform: rotate(-2.8deg);
            transform: rotate(-2.8deg);
  }
  /* 戻る */
  70% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  /* 落ち着く */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 次ループへ自然接続 */
}
@keyframes senbei_r {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-3.5deg);
            transform: rotate(-3.5deg);
  }
  /* 少し行き過ぎる */
  50% {
    -webkit-transform: rotate(-2.8deg);
            transform: rotate(-2.8deg);
  }
  /* 戻る */
  70% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  /* 落ち着く */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 次ループへ自然接続 */
}
.noreppi_content .index_sec {
  border-radius: 0;
  background-image: url(../img/noreppi/index_btn_bg.png);
  padding: 100px 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.noreppi_content .index_sec .btn_1 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.noreppi_content .index_sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.noreppi_content .index_sec ul li {
  max-width: 25%;
  min-width: 22%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 20px;
  height: 80px;
}
.noreppi_content #profile {
  background-image: url(../img/noreppi/bg01.png);
  background-size: cover;
  padding: 50px 0;
}
.noreppi_content #profile .prof_wrap {
  position: relative;
  width: 85%;
  margin: 0 auto;
  background: #FCC800;
  display: block;
  border-radius: 30px;
  padding: 43px 20px 35px;
}
.noreppi_content #profile .prof_wrap .mojimoji_noreppi {
  position: absolute;
  width: 167px;
  height: auto;
  top: -20px;
  -webkit-animation: mojimoji_noreppi 1.2s ease-in-out infinite;
          animation: mojimoji_noreppi 1.2s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes mojimoji_noreppi {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(6.5deg);
            transform: rotate(6.5deg);
  }
  /* 少し行き過ぎる */
  50% {
    -webkit-transform: rotate(4.8deg);
            transform: rotate(4.8deg);
  }
  /* 戻る */
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  /* 落ち着く */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 次ループへ自然接続 */
}
@keyframes mojimoji_noreppi {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(6.5deg);
            transform: rotate(6.5deg);
  }
  /* 少し行き過ぎる */
  50% {
    -webkit-transform: rotate(4.8deg);
            transform: rotate(4.8deg);
  }
  /* 戻る */
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  /* 落ち着く */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 次ループへ自然接続 */
}
.noreppi_content #profile .prof_wrap h2 {
  text-align: center;
}
.noreppi_content #profile .prof_wrap .prof_box {
  background: #fff;
  border-radius: 30px;
}
.noreppi_content #profile .prof_wrap .prof_box h3 {
  padding-top: 50px;
  text-align: center;
}
.noreppi_content #profile .prof_wrap .prof_box .noreppi_logo {
  width: 215px;
  height: auto;
  margin: 10px auto 20px;
  display: block;
}
.noreppi_content #profile .prof_wrap .prof_box .three_views_wrap {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.noreppi_content #profile .prof_wrap .prof_box .three_views_wrap img {
  margin: 0 auto;
  height: 327px;
}
.noreppi_content #profile .prof_wrap .prof_box .three_views_wrap .btns {
  margin: 20px auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.noreppi_content #profile .prof_wrap .prof_box .three_views_wrap .btns .btn_2 {
  gap: 20px;
  color: #403D33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFECA7;
  border: 2px solid #403D33;
  -webkit-box-shadow: 2px 2px 0px 2px #403D33;
          box-shadow: 2px 2px 0px 2px #403D33;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 45px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.noreppi_content #profile .prof_wrap .prof_box .three_views_wrap .btns .btn_2:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.noreppi_content #profile .prof_wrap .prof_box .three_views_wrap .btns .active {
  background-color: #FCC800;
}
.noreppi_content #profile .prof_wrap .prof_box .aisatsu {
  text-align: center;
  font-size: 1.3em;
  line-height: 2;
}
.noreppi_content #profile .prof_wrap .prof_box .prof_list {
  padding: 60px 15px 90px;
  max-width: 570px;
  margin: 0 auto;
  line-height: 1.6em;
}
.noreppi_content #profile .prof_wrap .prof_box .prof_list li {
  border-bottom: 3px dashed #403D33;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
.noreppi_content #profile .prof_wrap .prof_box .prof_list li span {
  background-color: #FFECA7;
  border-radius: 10px;
  font-weight: bold;
  width: 140px;
  text-align: center;
  margin-right: 20px;
  display: block;
  padding: 10px 0;
}
.noreppi_content #profile .prof_wrap .prof_box .prof_list li img {
  height: 40px;
  width: 43px;
}
.noreppi_content #goods {
  border-radius: 0;
}
.noreppi_content #goods .goods_midashi_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: 85%;
  margin: 0 auto;
}
.noreppi_content #goods .goods_midashi_wrap h2 {
  text-align: center;
}
.noreppi_content #goods .goods_midashi_wrap .midashi_hana_l {
  width: 160px;
  height: 136px;
}
.noreppi_content #goods .goods_midashi_wrap .midashi_hana_r {
  width: 144px;
  height: 147px;
}
.noreppi_content #goods .goods_wrap {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
}
.noreppi_content #goods .goods_wrap .goods_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 65px 45px;
}
.noreppi_content #goods .goods_wrap .goods_list li {
  width: calc((100% - 60px) / 3);
}
.noreppi_content #goods .goods_wrap .goods_list li a img {
  width: 100%;
  border: 2px #B87D1B solid;
  border-radius: 30px;
}
.noreppi_content #goods .goods_wrap .goods_list li a p {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.noreppi_content #goods .goods_wrap .goods_list li a p::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../img/noreppi/ashirai_allow.png);
  display: block;
  background-size: cover;
}
.noreppi_content .deco_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-image: url(../img/noreppi/bg02.png);
  background-size: 100%;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 75px 0 0;
  background-repeat: no-repeat;
  background-position: center;
}
.noreppi_content .deco_sec .hyokkori {
  width: 204px;
  height: auto;
}
.noreppi_content .mid_illust {
  width: 70%;
  height: auto;
  margin: 0 auto;
}

#sns {
  padding: 60px 0 250px;
  position: relative;
  background-image: url(../img/noreppi/mid_bg_sky.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-bottom: 70px;
}
#sns h2 {
  margin: 30px auto 30px 4%;
  text-align: center;
}
#sns .follow_btn_wrap {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px auto;
  padding: 0px 0px 30px;
}
#sns .follow_btn_wrap h3 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 20px 30px 20px 70px;
  border-radius: 100px;
  font-weight: bold;
  letter-spacing: 0.075rem;
  font-size: 1.5em;
}
#sns .follow_btn_wrap h3 img {
  width: 70px;
  height: auto;
  position: absolute;
  left: -5%;
}
#sns .follow_btn_wrap .btn_1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  height: 45px;
}
#sns .widget_wrap {
  width: 90%;
  margin: 0 auto;
}
#sns .widget_wrap .patapata {
  position: absolute;
  width: 370px;
  height: auto;
  right: 60px;
  bottom: -40px;
}
#sns .widget_wrap .insta_cont .ecbn-selection-title {
  display: none;
}
#sns .widget_wrap .insta_cont .btn_1 {
  height: 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
#sns .widget_wrap .insta_cont .btn_1 img {
  height: 70%;
  width: auto;
}

#special {
  padding: 120px 10px 250px;
  background-image: url(../img/noreppi/bg_noreppi_biikkuri.png);
  background-position: top;
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
#special h2 {
  line-height: 1em;
  padding-top: 25px;
}
#special .wallpaper_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px 30px;
  background-color: #fff;
  width: 85%;
  margin: 0 auto;
  padding: 55px 30px;
  border-radius: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
#special .wallpaper_wrap div {
  width: calc((100% - 60px) / 3);
}
#special .wallpaper_wrap div img {
  width: 100%;
}
#special .wallpaper_wrap div p {
  padding: 20px 0;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
}
#special .wallpaper_wrap div ul li {
  margin-bottom: 15px;
}
#special .wallpaper_wrap div ul li .btn_1 {
  height: 40px;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
#special .wallpaper_wrap div ul li .btn_1::after {
  content: "";
  background-image: url(../img/noreppi/dl_icon.png);
  display: block;
  width: 14px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
}
#special .noreppi_zzz {
  width: 230px;
  height: auto;
  position: absolute;
  bottom: 2%;
  right: 5%;
  -webkit-animation: noreppi_zzz 5s ease-in-out infinite;
          animation: noreppi_zzz 5s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes noreppi_zzz {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 少し行き過ぎる */
  46% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  /* 戻る */
  47% {
    -webkit-transform: rotate(1.8deg);
            transform: rotate(1.8deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  51% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  /* 戻る */
  52% {
    -webkit-transform: rotate(1.8deg);
            transform: rotate(1.8deg);
  }
  55% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 落ち着く */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 次ループへ自然接続 */
}
@keyframes noreppi_zzz {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 少し行き過ぎる */
  46% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  /* 戻る */
  47% {
    -webkit-transform: rotate(1.8deg);
            transform: rotate(1.8deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  51% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  /* 戻る */
  52% {
    -webkit-transform: rotate(1.8deg);
            transform: rotate(1.8deg);
  }
  55% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 落ち着く */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 次ループへ自然接続 */
}

.sp_visible {
  display: none;
}

.pc_visible {
  display: block;
}

/* 通常のスマホ表示 */
@media screen and (max-width: 768px) {
  .sp_visible {
    display: block !important;
  }
  .pc_visible {
    display: none !important;
  }
  .noreppi_content {
    margin: 30px 10px 0;
  }
  .noreppi_content .mv_cont {
    padding: 50px 0;
    background-position-x: center;
    background-size: 150%;
  }
  .noreppi_content .mv_sec .mv_cont .flower_l {
    top: 57%;
    left: 3%;
    width: 90px;
  }
  .noreppi_content .mv_sec .mv_cont .noren_l {
    bottom: 1%;
    left: 7%;
    width: 70px;
  }
  .noreppi_content .mv_sec .mv_cont .senbei_r {
    bottom: 1%;
    right: 4%;
    width: 92px;
  }
  .noreppi_content .mv_sec .mv_cont .flower_r {
    top: 20%;
    right: 5%;
    width: 80px;
  }
  .noreppi_content .mv_sec .mv_cont .noren_r {
    top: 4%;
    right: 3%;
    width: 74px;
  }
  .noreppi_content .mv_sec .mv_cont .senbei_l {
    top: 6%;
    left: 10%;
    width: 120px;
  }
  .noreppi_content .index_sec {
    padding: 80px 0 100px;
    background-size: 150%;
    background-repeat: repeat;
  }
  .noreppi_content .index_sec ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .noreppi_content .index_sec ul li {
    padding: 0 20px;
    max-width: 100%;
  }
  .noreppi_content h2 {
    line-height: 2rem;
    font-size: 2rem;
    padding: 10px 25%;
  }
  .noreppi_content h2::before,
  .noreppi_content h2::after {
    top: 21%;
  }
  .noreppi_content h2 span {
    font-size: 1rem;
  }
  .noreppi_content #profile .prof_wrap .mojimoji_noreppi {
    width: 110px;
    height: auto;
    top: -50px;
  }
  .noreppi_content #profile .prof_wrap .prof_box .three_views_wrap {
    width: 90%;
  }
  .noreppi_content #profile .prof_wrap .prof_box .three_views_wrap img {
    height: auto;
  }
  .noreppi_content #profile .prof_wrap .prof_box .three_views_wrap .btns {
    width: 100%;
  }
  .noreppi_content #profile .prof_wrap .prof_box .aisatsu {
    padding: 0 9%;
  }
  .noreppi_content #profile .prof_wrap .prof_box .prof_list li {
    -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;
    padding: 5px 30px 10px;
    text-align: center;
    gap: 10px;
  }
  .noreppi_content #profile .prof_wrap .prof_box .prof_list li .prof_ttl {
    margin-right: 0;
  }
  .noreppi_content #profile .prof_wrap {
    padding: 43px 15px 35px;
  }
  .noreppi_content #profile .prof_wrap .prof_box .prof_list {
    padding: 60px 30px 30px;
  }
  .noreppi_content #goods .goods_midashi_wrap .midashi_hana_l {
    width: 80px;
    height: 100%;
  }
  .noreppi_content #goods .goods_midashi_wrap .midashi_hana_r,
  .noreppi_content #goods .goods_midashi_wrap .midashi_hana_l {
    display: none;
  }
  .noreppi_content #goods .goods_wrap {
    margin: 0 15px;
  }
  .noreppi_content #goods .goods_wrap .goods_list {
    padding: 65px 25px;
    gap: 30px;
  }
  .noreppi_content #goods .goods_wrap .goods_list li {
    width: 44%;
  }
  .noreppi_content #goods .goods_wrap .goods_list li a p::after {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .noreppi_content .deco_sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-size: 100%;
    background-repeat: repeat;
    background-position: top;
  }
  .noreppi_content .mid_illust {
    width: 100%;
  }
  #sns {
    background-size: 270%;
  }
  #sns .follow_btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  #sns .follow_btn_wrap .btn_1 {
    margin: 0 0 0 auto;
  }
  #sns h2 {
    margin: 30px auto;
  }
  #sns .widget_wrap .insta_cont .btn_1 {
    margin: 80px auto;
  }
  #sns .widget_wrap .patapata {
    right: 0;
    width: 300px;
    bottom: -20px;
  }
  #special {
    background-size: contain;
    padding: 50px 10px 200px;
  }
  #special .wallpaper_wrap div {
    width: 46%;
  }
  #special .noreppi_zzz {
    width: 200px;
    bottom: 1%;
  }
  #special .wallpaper_wrap div ul li .btn_1 {
    padding: 0px 15px;
    font-size: 0.8rem;
  }
  #special .wallpaper_wrap div ul li .btn_1::after {
    width: 10px;
    height: 12px;
  }
  #special .wallpaper_wrap {
    padding: 55px 20px;
    gap: 40px 20px;
    width: 85%;
  }
  #special .wallpaper_wrap div p {
    padding: 15px 0 10px;
  }
  .noreppi_content .mv_sec .fv {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sns .follow_btn_wrap h3 {
    padding: 20px 30px 20px 80px;
    font-size: 1.4em;
  }
  #sns .follow_btn_wrap h3 img {
    border: #fff 10px solid;
    border-radius: 100px;
  }
}/*# sourceMappingURL=noreppi_style.css.map */