@charset "UTF-8";
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "m-plus-rounded-2c", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #2c2c2c;
}

p {
  line-height: 1.6;
}

a {
  text-decoration: underline;
  color: #1a0dab;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #1a0dab;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

.stripe {
  background-size: auto auto;
  background-color: rgb(255, 218, 183);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 11px, rgb(252, 228, 209) 11px, rgb(252, 228, 209) 15px);
}

/*
右から左へ
----------------------------*/
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.top-slide {
  display: -ms-grid;
  overflow: hidden;
}

/*----------------------------*/
.top-slide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0px;
}

.top-slide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.top-slide__list--left {
  -webkit-animation: infinity-scroll-left 20s infinite linear 0.5s both;
          animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

.top-slide__item {
  width: 25vw;
}
@media (max-width: 575px) {
  .top-slide__item {
    width: 280px;
  }
}

.top-slide__item > img {
  width: 100%;
}

.container {
  text-align: center;
  font-weight: 900;
  font-size: 24px;
}
.container .logo-yoko {
  width: 400px;
}
@media (max-width: 575px) {
  .container .logo-yoko {
    width: 60%;
  }
}
.container p {
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
}
@media (max-width: 575px) {
  .container p {
    font-size: 18px;
  }
}
.container p em {
  color: #e9494e;
  font-style: normal;
  font-size: 30px;
}
@media (max-width: 575px) {
  .container p em {
    font-size: 20px;
  }
}
.container p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fca0a3));
  background: linear-gradient(transparent 60%, #fca0a3 60%);
}
.container figure {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .container figure {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
.container figure ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.container figure ul .info-01 {
  -webkit-animation: poyopoyo01 2s ease-out infinite;
          animation: poyopoyo01 2s ease-out infinite;
  opacity: 1;
}

section {
  background-color: white;
}
@media (max-width: 575px) {
  section {
    padding-top: 50px;
  }
}
section h2 {
  text-align: center;
  color: #e9494e;
  font-weight: 900;
}
section h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  letter-spacing: 0.01em;
  line-height: 1;
  padding: 0 0.5em;
  font-size: 36px;
}
@media (max-width: 575px) {
  section h2 span {
    font-size: 26px;
  }
}
section h2 span:before, section h2 span:after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  height: 10px;
  position: relative;
  top: 1px;
  background-image: radial-gradient(#f39945, 30%, transparent 30%);
  background-size: 10px 10px;
}
section h2 span:before {
  margin-right: 28px;
}
section h2 span:after {
  margin-left: 28px;
}

footer {
  background-color: #f39945;
  padding: 10px;
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  font-size: 40px;
  color: #2c2c2c;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
footer .link-pageup:hover {
  color: #2c2c2c;
}
footer .trademark {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 14px;
  color: white;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
}
footer .movic_logo {
  width: 120px;
}

header {
  padding: 0px 0px 50px;
  background-size: auto auto;
  background-color: rgb(255, 218, 183);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 11px, rgb(252, 228, 209) 11px, rgb(252, 228, 209) 15px);
}
@media (max-width: 575px) {
  header {
    padding: 0px 0px 40px;
  }
}
header .txt-important {
  background-color: #e9494e;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 100%;
  margin: 0;
  font-size: 20px;
  padding: 8px;
  letter-spacing: 0.2em;
}
@media (max-width: 575px) {
  header .txt-important {
    font-size: 14px;
  }
}
header .txt-important span {
  background: none;
  border-top: 1px #fff dashed;
  border-bottom: 1px #fff dashed;
  padding: 4px;
  display: block;
  width: 100%;
}
header .txt-important span span {
  border-top: none;
  border-bottom: none;
  padding: 0px;
  display: block;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .top-img {
  margin-top: 50px;
}
@media (max-width: 575px) {
  header .top-img {
    margin-top: 25px;
  }
}
header .top-img:before, header .top-img:after {
  content: "";
  display: inline-block;
  background-size: contain;
  width: 180px;
  height: 180px;
}
@media (max-width: 1260px) {
  header .top-img:before, header .top-img:after {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 1160px) {
  header .top-img:before, header .top-img:after {
    display: none;
  }
}
header .top-img:before {
  background-image: url(../img/left.png);
  margin-right: 20px;
}
header .top-img:after {
  background-image: url(../img/right.png);
  margin-left: 25px;
}
@media (max-width: 653px) {
  header .top-img-2:before, header .top-img-2:after {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 140px;
    height: 140px;
    vertical-align: bottom;
  }
  header .top-img-2:before {
    background-image: url(../img/left.png);
    margin-right: 20px;
    left: 0;
  }
  header .top-img-2:after {
    background-image: url(../img/right.png);
    margin-left: 20px;
  }
}
@media (max-width: 653px) and (max-width: 575px) {
  header .top-img-2:before, header .top-img-2:after {
    width: 26vw;
    height: 26vw;
  }
}
header .img-logo {
  max-width: 250px;
  margin-right: 40px;
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@media (max-width: 991px) {
  header .img-logo {
    margin-right: 40px;
  }
}
@media (max-width: 780px) {
  header .img-logo {
    margin-right: 10px;
  }
}
@media (max-width: 685px) {
  header .img-logo {
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  header .img-logo {
    width: 30%;
    margin-bottom: 10px;
  }
}
header .lead-text {
  text-align: center;
  font-weight: 900;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
  position: relative;
  padding: 15px 30px;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 0px 0px #e9494e;
          box-shadow: 6px 6px 0px 0px #e9494e;
}
@media (max-width: 780px) {
  header .lead-text {
    padding: 15px 15px;
  }
}
@media (max-width: 575px) {
  header .lead-text {
    padding: 0;
    margin-bottom: 0;
    border-radius: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
header .lead-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 50%;
  border-right: 15px solid #e9494e;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media (max-width: 991px) {
  header .lead-text:before {
    display: none;
  }
}
header .lead-text::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 48%;
  border-right: 15px solid white;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media (max-width: 991px) {
  header .lead-text::after {
    display: none;
  }
}
header .lead-title {
  font-size: 34px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
header .lead-title b {
  color: #f39945;
  font-size: 36px;
}
@media (max-width: 575px) {
  header .lead-title {
    font-size: 18px;
    margin-bottom: 0px;
  }
  header .lead-title b {
    font-size: 26px;
  }
}
header p {
  font-size: 22px;
}
@media (max-width: 575px) {
  header p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
header em {
  font-style: normal;
  font-size: 26px;
  color: #e9494e;
}
@media (max-width: 575px) {
  header em {
    font-size: 22px;
  }
}
header span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fca0a3));
  background: linear-gradient(transparent 60%, #fca0a3 60%);
}

/* ------------
   商品一覧エリア
 ------------ */
.StyleF_Frame_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 8px 0px;
}
@media (max-width: 575px) {
  .StyleF_Frame_ {
    padding: 20px 8px 0px;
  }
}

.StyleF_Item_ {
  width: 23%;
  height: auto;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  border: 2px solid #e9494e;
  border-radius: 3px;
  background-color: #e9494e;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}
@media (max-width: 991px) {
  .StyleF_Item_ {
    width: calc(50% - 8px);
    margin: 4px;
    background-size: 25px;
  }
}

.img_ {
  position: relative;
  padding: 0 0 0 0;
  margin-bottom: 0.5em;
  background-color: #FFFFFF;
}

.goods_img_ {
  text-decoration: none;
}

.name_ {
  font-weight: bold;
  font-size: 18px;
  color: white;
}
@media (max-width: 575px) {
  .name_ {
    font-size: 14px;
  }
}
.name_ a {
  display: block;
  padding: 5px;
  color: white;
  text-decoration: none;
  word-break: break-all;
}

.price_ {
  text-align: center;
  color: white;
  margin-bottom: 10px;
  font-size: 15px;
}
@media (max-width: 575px) {
  .price_ {
    font-size: 14px;
  }
}

.cart_ {
  display: none;
}

.goods_ .StyleF_Frame_ .rdt_,
.goods_ .StyleF_Frame_ .comment_ {
  display: none;
}

@media (max-width: 767px) {
  .name_,
  .price_,
  .rdt_,
  .comment_ {
    margin-bottom: 5px;
  }
}