html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: none;
}

q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

ul, li {
  margin: 0;
  padding: 0;
}

html {
  font-size: 13px;
}

body {
  font-family: YuGothic,	'Yu Gothic',sans-serif;
}

header {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 100%;
  position: relative;
}

header h1 {
  width: 45%;
  margin: -120px auto 0 auto;
  margin: -30px auto 0 auto;
  text-align: center;
}

header h1 a {
  display: block;
}

header h1 img {
  width: 100%;
}

header > div {
  text-align: center;
  width: 100%;
  color: black;
  color: white;
  background: #e63650;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  width: 500px;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 120px;
  margin-top: 50px;
  z-index: 10;
  position: relative;
  border: 5px solid black;
  box-sizing: border-box;
}

header > div.jp {
  font-size: 13px;
  letter-spacing: 1px;
  margin-top: 8px;
}

footer {
  text-align: center;
  background: white;
  padding: 100px 0 0 0;
  margin-top: 50px;
  border-top: 10px solid black;
}

footer #share {
  margin-bottom: 0;
}

footer #share h2 {
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 100;
  margin-bottom: 20px;
}

footer #share a {
  display: inline-block;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  margin: 0 5px;
  vertical-align: top;
}

footer #share a#twitter {
  background: #1DA1F2;
  font-size: 20px;
}

footer #share a#fb {
  background: #3B5998;
  font-size: 20px;
}

footer #share a#line {
  background: #00B900;
}

footer #share a#line img {
  width: 60%;
}

footer #f_logo {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

footer #f_logo img {
  width: 120px;
}

footer #f_logo p {
  font-size: 1.2rem;
  letter-spacing: 1px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  font-family: 'Roboto', sans-serif;
}

footer #f_logo #copyrights {
  color: #888;
  margin-top: 2rem;
  font-size: .7rem;
}

.sp_il, .sp_bl, .sp_ib {
  display: none;
}

@-webkit-keyframes logo_drop {
  0% {
    -webkit-transform: translateY(-500px) scale(0.5);
            transform: translateY(-500px) scale(0.5);
  }
  70% {
    -webkit-transform: translateY(110px);
            transform: translateY(110px);
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes logo_drop {
  0% {
    -webkit-transform: translateY(-500px) scale(0.5);
            transform: translateY(-500px) scale(0.5);
  }
  70% {
    -webkit-transform: translateY(110px);
            transform: translateY(110px);
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@media screen and (max-width: 1024px) {
  header {
    display: block;
    text-align: center;
  }
  header h1 {
    width: 60%;
    margin: 0 auto 0 auto;
  }
  header > div {
    text-align: center;
    width: 80%;
    margin-top: 40px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  header {
    padding: 30px 0;
  }
  header h1 {
    width: 85%;
    margin-top: -16vw;
  }
  header > div {
    margin-top: 20px;
    font-size: 15px;
    width: 100%;
  }
  footer {
    border-width: 7px;
    padding-top: 50px;
  }
  footer #f_logo {
    width: 70%;
    margin: 25px auto;
    justify-content: center;
  }
  footer #f_logo img {
    width: 90px;
  }
  footer #f_logo p {
    line-height: 1.5;
  }
  .sp_il {
    display: inline;
  }
  .sp_bl {
    display: inline-block;
  }
  .sp_ib {
    display: block;
  }
}

html {
  font-size: 13px;
}

body {
  background: url(../images/bg2.png) top center;
  background-size: 60% auto;
  background-attachment: fixed;
}

#obj_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

#obj_bg img {
  position: absolute;
}

#obj_bg img:nth-child(1) {
  width: 25vw;
  left: 20vw;
  top: 20vw;
}

#obj_bg img:nth-child(2) {
  width: 25vw;
  left: 20vw;
  top: 20vw;
}

#obj_bg img:nth-child(3) {
  width: 25vw;
  left: 20vw;
  top: 20vw;
}

#container {
  text-align: center;
}

#container a {
  color: #e63650;
}

#container h2 {
  font-weight: 100;
  text-align: center;
}

#container h2#top {
  font-family: 'Roboto', sans-serif;
  font-size: 2.2rem;
  display: inline-block;
  margin: 0 0 100px 0;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #000;
}

#container h2#top span {
  font-size: 75%;
  color: #333;
  margin-left: .5rem;
  font-family: sans-serif;
}

#container #slide {
  margin-bottom: 10rem;
  overflow: hidden;
}

#container #slide ul {
  width: 100%;
  max-width: 1024px;
  box-sizing: border-box;
  margin: 0 auto;
  border: 10px solid black;
  border-radius: 10px;
  background: #44bcce;
}

#container #slide ul li {
  width: 100%;
  display: inline-block;
}

#container #slide ul li img {
  width: 100%;
}

#container ul#list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto 100px auto;
  justify-content: space-between;
  box-sizing: border-box;
}

#container ul#list li {
  color: black;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 32%;
  margin-bottom: 3.2%;
  background: #fac94c;
  border: 10px solid black;
  border-radius: 10px;
  box-sizing: border-box;
}

#container ul#list li:hover .thumb img {
  -webkit-animation-name: thumb;
          animation-name: thumb;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#container ul#list li .thumb {
  transition-duration: 0.3s;
  overflow: hidden;
}

#container ul#list li .thumb a {
  display: block;
}

#container ul#list li .thumb img {
  width: 100%;
}

#container ul#list li .info {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  position: relative;
  padding-top: 16.66667px;
  height: 100px;
}

#container ul#list li .info > div {
  vertical-align: top;
}

#container ul#list li .info .name {
  font-family: 'Luckiest Guy', cursive;
  color: white;
  font-size: 48px;
  text-align: left;
  padding: 10px 10px 0 10px;
  background: #e63650;
  -webkit-transform: scale(1.1) rotate(-3deg) translateX(-12px);
          transform: scale(1.1) rotate(-3deg) translateX(-12px);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  box-sizing: border-box;
}

#container ul#list li .info .other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

#container ul#list li .info .other .jp_name {
  line-height: 1.5;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}

#container ul#list li .info .other .price {
  text-align: right;
  font-size: 30px;
  font-family: 'Luckiest Guy', cursive;
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
}

#container ul#list li .info .other .price span {
  font-size: 150%;
  line-height: 1;
  display: inline-block;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

#container ul#list li p {
  margin-top: 1rem;
  line-height: 1.5;
  font-size: 11px;
}

#container ul#list li:nth-child(6) .info .name {
  font-size: 32px;
}

#container #topic {
  border: 10px solid black;
  border-radius: 10px;
  background-color: #e63650;
  background-image: radial-gradient(#ec6377 10%, transparent 20%), radial-gradient(#ec6377 10%, transparent 20%);
  background-size: 14px 14px;
  background-position: 0 0, 7px 7px;
  max-width: 1024px;
  margin: 0 auto 100px auto;
  padding: 50px 0;
  box-sizing: border-box;
}

#container #topic h2 {
  font-family: 'Luckiest Guy', cursive;
  font-size: 120px;
  color: white;
  line-height: 1;
  margin-bottom: 0;
  box-sizing: border-box;
}

#container #topic .subtitle {
  background: #fac94c;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
  padding: 10px 20px;
  margin-bottom: 25px;
  border-radius: 100px;
}

#container #topic > p {
  color: white;
  width: 90%;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.8;
  margin: 0 auto 1rem auto;
}

#container #topic > p span {
  font-size: 75%;
  display: block;
}

#container #topic > ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border-style: solid;
  border-color: black;
  border-width: 5px 0;
  overflow: hidden;
  background: white;
  background-image: linear-gradient(-45deg, #fff 25%, #e6e6e6 25%, #e6e6e6 50%, #fff 50%, #fff 75%, #e6e6e6 75%, #e6e6e6);
  background-size: 10px 10px;
}

#container #topic > ul li {
  width: 20%;
  background: white;
  border-right: 5px solid black;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  padding-top: 20px;
  overflow: hidden;
}

#container #topic > ul li img {
  height: 520px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  position: relative;
  z-index: 2;
}

#container #topic > ul li .fuki {
  font-family: 'Roboto', sans-serif;
  background: url("../images/fukidasi3.png") no-repeat top center;
  background-size: 100% auto;
  width: 150%;
  height: 245px;
  -webkit-transform: translate(-20%, 0%);
          transform: translate(-20%, 0%);
  padding-top: 45%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

#container #topic > ul li .fuki div {
  font-size: 32px;
  font-family: 'Luckiest Guy', cursive;
}

#container #topic > ul li:nth-child(1), #container #topic > ul li:nth-child(5) {
  background-image: linear-gradient(-45deg, #fff 25%, #e6e6e6 25%, #e6e6e6 50%, #fff 50%, #fff 75%, #e6e6e6 75%, #e6e6e6);
  background-size: 10px 10px;
}

#container #topic > ul li:nth-child(4) {
  background-color: #fcfcfc;
  background-image: radial-gradient(#eee 10%, transparent 20%), radial-gradient(#eee 10%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}

#container #topic > ul li:nth-child(3) .fuki div, #container #topic > ul li:nth-child(5) .fuki div {
  font-size: 25px;
  font-weight: bold;
}

#container #topic > ul li:first-child {
  overflow: visible;
}

#container #topic > ul li:first-child img {
  -webkit-transform: translate(0, -9%) rotate(-20deg);
          transform: translate(0, -9%) rotate(-20deg);
  z-index: 5;
}

#container #topic > ul li:first-child .fuki {
  background-image: url("../images/fukidasi4.png");
  -webkit-transform: translate(-35%, 0) rotate(0deg);
          transform: translate(-35%, 0) rotate(0deg);
  z-index: 10;
}

#container #topic > ul li:nth-child(2) {
  background-color: #fcfcfc;
  background-image: radial-gradient(#eee 10%, transparent 20%), radial-gradient(#eee 10%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

#container #topic > ul li:nth-child(2) img {
  -webkit-transform: translate(10%, 15%) rotate(-12deg);
          transform: translate(10%, 15%) rotate(-12deg);
}

#container #topic > ul li:nth-child(3) {
  background-image: linear-gradient(45deg, #fff 25%, #f5f5f5 25%, #f5f5f5 50%, #fff 50%, #fff 75%, #f5f5f5 75%, #f5f5f5);
  background-size: 5px 5px;
  border: none;
}

#container #topic > ul li:nth-child(3) img {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

#container #topic > ul li:nth-child(3) .fuki {
  -webkit-transform: translate(-10%, -30%);
          transform: translate(-10%, -30%);
}

#container #topic > ul li:nth-child(4) {
  border-left: 5px solid black;
}

#container #topic > ul li:nth-child(4) img {
  -webkit-transform: translate(0%, 15%) rotate(-15deg);
          transform: translate(0%, 15%) rotate(-15deg);
}

#container #topic > ul li:last-child {
  border: none;
  overflow: visible;
}

#container #topic > ul li:last-child img {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}

#container #topic > ul li:last-child .fuki {
  -webkit-transform: translate(6%, -10%);
          transform: translate(6%, -10%);
}

#container #topic #ns_notice {
  font-size: 14px;
  width: 75%;
  background: white;
  margin: 50px auto 0 auto;
  padding: 25px 50px;
  border-radius: 10px;
}

#container #topic #ns_notice h3 {
  color: #e63650;
  font-size: 15px;
  margin-bottom: 15px;
}

#container #topic #ns_notice > p {
  color: black;
  font-size: 13px;
  margin: 5px 0 25px 0;
  line-height: 1.5;
}

#container #topic #ns_notice h3 + div {
  text-align: center;
  font-size: 13px;
}

#container #topic #ns_notice ul {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

#container #topic #ns_notice ul li {
  width: 23%;
}

#container #topic #ns_notice ul li p {
  font-size: 12px;
  text-align: left;
  width: 100%;
  line-height: 1.6;
}

#container #topic #ns_notice ul li img {
  max-width: 100%;
}

#container #topic #ns_notice ul li:first-child img {
  width: 75%;
}

#container #selling {
  max-width: 1024px;
  margin: 0 auto 0 auto;
}

#container #selling h2 {
  color: white;
  display: inline-block;
  border-radius: 100px;
  background: #e63650;
  padding: 5px 50px;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.6;
  border: 5px solid black;
}

#container #selling > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 10px solid black;
  background: white;
  border-radius: 5px 5px 0 0;
}

#container #selling > ul > li {
  flex: 1 0 auto;
  width: 50%;
  padding: 25px 25px 50px 25px;
  text-align: left;
  box-sizing: border-box;
}

#container #selling > ul > li h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 27px;
  line-height: 1.6;
  margin-bottom: 20px;
}

#container #selling > ul > li h3 span {
  font-family: 'Luckiest Guy', cursive;
  vertical-align: middle;
  color: #fac94c;
  font-size: 80px;
  margin-right: 10px;
  -webkit-transform: tranlateY(10px);
          transform: tranlateY(10px);
}

#container #selling > ul > li#venue {
  border-right: 5px solid black;
}

#container #selling > ul > li#venue table {
  text-align: left;
  margin: 0 auto;
  width: 100%;
}

#container #selling > ul > li#venue table tr th, #container #selling > ul > li#venue table tr td {
  border-bottom: 1px solid black;
  vertical-align: middle;
  padding: 10px 0;
}

#container #selling > ul > li#venue table tr th {
  font-family: 'Luckiest Guy', cursive;
  font-size: 24px;
  padding: 10px 10px 10px 0;
  letter-spacing: 1px;
  line-height: 0.1;
}

#container #selling > ul > li#venue table tr th span {
  font-size: 80%;
  margin-left: 5px;
}

#container #selling > ul > li#venue table tr th.sun {
  color: #e63650;
}

#container #selling > ul > li#venue table tr th.sat {
  color: #44bcce;
}

#container #selling > ul > li#venue table tr td:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
}

#container #selling > ul > li#venue table tr td:nth-of-type(2) {
  padding-left: 10px;
  font-size: 14px;
}

#container #selling > ul > li#venue table tr td:nth-of-type(2) span {
  display: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #e63650;
  color: black;
  margin-left: 10px;
  padding: 1px 5px;
  line-height: 1;
  border-radius: 2px;
  border: 1px solid black;
}

#container #selling > ul > li#venue table tr td:nth-of-type(2) span.furikae {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 3px 3px;
  color: crimson;
  border: 1px solid crimson;
}

#container #selling > ul > li#venue table tr td:nth-of-type(2) .time {
  color: #888;
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  margin-top: 5px;
}

#container #selling > ul > li#mumo, #container #selling > ul > li#limited {
  border-left: 5px solid black;
}

#container #selling > ul > li#mumo h4, #container #selling > ul > li#limited h4 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 3px;
  display: inline-block;
  margin: 0 auto 15px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid black;
}

#container #selling > ul > li#mumo h4 span, #container #selling > ul > li#limited h4 span {
  text-align: center;
  display: inline-block;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 16px;
  border: 1px solid #333;
  margin-right: 10px;
}

#container #selling > ul > li#mumo p, #container #selling > ul > li#limited p {
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.7;
}

#container #selling > ul > li#mumo .shop_comp h5, #container #selling > ul > li#limited .shop_comp h5 {
  background: #f9f9f9;
  padding: 5px;
  font-size: 15px;
  margin-bottom: 10px;
}

#container #selling > ul > li#mumo .shop_comp h5 span, #container #selling > ul > li#limited .shop_comp h5 span {
  font-size: 50%;
  vertical-align: middle;
}

#container #selling > ul > li#mumo #mumo_link, #container #selling > ul > li#limited #mumo_link {
  display: flex;
  justify-content: space-between;
}

#container #selling > ul > li#mumo #mumo_link > div, #container #selling > ul > li#limited #mumo_link > div {
  width: 48%;
}

#container #selling > ul > li#mumo .shop_link, #container #selling > ul > li#limited .shop_link {
  margin-bottom: 20px;
}

#container #selling > ul > li#mumo .shop_link#lolol, #container #selling > ul > li#limited .shop_link#lolol {
  margin-bottom: 70px;
}

#container #selling > ul > li#mumo .shop_link a, #container #selling > ul > li#limited .shop_link a {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  width: 68px;
  text-decoration: none;
  margin-right: 6px;
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid #AAA;
  border-radius: 3px;
  box-sizing: border-box;
  transition-duration: 0.3s;
}

#container #selling > ul > li#mumo .shop_link a:hover, #container #selling > ul > li#limited .shop_link a:hover {
  border: 1px solid #e63650;
  background: #e63650;
  color: white;
}

#container #selling > ul > li#mumo .shop_link a i, #container #selling > ul > li#limited .shop_link a i {
  font-size: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

#container #selling > ul > li#limited {
  border-top: 8px solid black;
  border-left: none;
}

#container #selling .notes {
  margin-top: 40px;
}

#container #selling .notes h5 {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}

#container #selling .notes h5 i {
  margin-right: 10px;
}

#container #selling .notes ul {
  color: #555;
  width: 92%;
  margin: 10px auto 0 auto;
  font-size: 95%;
}

#container #selling .notes ul li {
  margin-bottom: 6px;
  line-height: 1.6;
  list-style-type: disc;
  list-style-position: outside;
}

#container #notice {
  background: white;
  max-width: 1024px;
  margin: 0 auto 200px auto;
  padding: 50px 20px;
  border: 10px solid black;
  border-top: none;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
}

#container #notice p {
  text-align: left;
  margin-left: 18px;
}

#container #notice .nbox {
  margin: 0 auto 16.66667px auto;
  line-height: 1.8;
}

#container #notice .nbox:nth-child(2) p {
  font-size: 90%;
  margin-bottom: 1rem;
}

#container #notice h3 {
  font-family: 'Roboto', sans-serif;
  color: #e63650;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}

#container #notice h3:before, #container #notice h3:after {
  content: "";
  border-bottom: 2px solid #e63650;
  flex: 1;
}

#container #notice h3:before {
  margin-right: 2rem;
}

#container #notice h3:after {
  margin-left: 2rem;
}

#container #notice #caution h4 {
  text-align: left;
  margin-bottom: 1rem;
}

#container #notice #caution h4:nth-child(2) {
  margin-bottom: 0.2rem;
}

#container #notice #caution h4:before {
  content: "!";
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  background-color: black;
  color: white;
  border-radius: 12px;
  margin-right: 5px;
  text-align: center;
  font-size: 10px;
  vertical-align: baseline;
}

#container #notice #caution #num_notice {
  border: 1px solid black;
  margin: 3rem 0 1rem 0;
  padding: .5rem 0;
}

#container #notice #caution p.nn {
  margin: 0 0 .5rem 0;
}

.sp_il {
  display: none;
}

.owl-pagination {
  margin-top: 2rem;
}

.owl-pagination div {
  display: inline-block;
  margin: 0 .4rem;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #DDD;
}

.owl-pagination div.active {
  background-color: #555;
}

@-webkit-keyframes thumb {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}

@keyframes thumb {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}

@media screen and (max-width: 1024px) {
  #container {
    width: 98%;
    margin: 0 auto;
  }
  #container ul#list li .info .name {
    font-size: 38px;
  }
  #container ul#list li:nth-child(6) .info .name {
    font-size: 26px;
  }
}

@media screen and (max-width: 800px) {
  #container ul#list li .info .name {
    font-size: 32px;
  }
  #container ul#list li .info .other .price {
    font-size: 20px;
  }
  #container ul#list li:nth-child(6) .info .name {
    font-size: 25px;
  }
  #container #topic {
    background: #e63650;
    background-image: none;
  }
  #container #topic h2 {
    font-size: 100px;
  }
  #container #topic > p {
    font-size: 14px;
    width: 100%;
    margin: 0 auto 25px auto;
  }
  #container #topic > ul li {
    padding-top: 0;
  }
  #container #topic > ul li img {
    height: 80vw;
  }
  #container #topic > ul li .fuki {
    width: 130%;
    height: 20vw;
    font-size: 7px;
  }
  #container #topic > ul li .fuki div {
    font-size: 16px;
  }
  #container #topic > ul li:first-child .fuki {
    padding-top: 30%;
  }
  #container #topic > ul li:first-child img {
    -webkit-transform: translate(0, -9%) rotate(-10deg);
            transform: translate(0, -9%) rotate(-10deg);
  }
  #container #topic > ul li:nth-child(2) .fuki, #container #topic > ul li:nth-child(4) .fuki {
    -webkit-transform: translate(-10%, -9%);
            transform: translate(-10%, -9%);
  }
  #container #topic > ul li:nth-child(3) .fuki div, #container #topic > ul li:nth-child(5) .fuki div {
    font-size: 15px;
  }
  #container #selling > ul {
    flex-direction: column;
  }
  #container #selling > ul > li {
    width: 100%;
    border: none;
  }
  #container #selling > ul > li#venue {
    border: none;
    border-bottom: 10px solid black;
  }
  #container #selling > ul > li#mumo {
    border: none;
  }
  #container #selling > ul > li#mumo #mumo_link {
    flex-direction: column;
  }
  #container #selling > ul > li#mumo #mumo_link > div {
    width: 100%;
  }
  #container #selling > ul > li#mumo .shop_link {
    display: flex;
  }
  #container #selling > ul > li#mumo .shop_link a {
    width: 50%;
    margin-bottom: 10px;
  }
  #container #selling > ul > li#mumo .shop_link a i {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .sp_il {
    display: inline;
  }
  .sp_bl {
    display: block;
  }
  .sp_ib {
    display: inline-block;
  }
  .sp_hide {
    display: none;
  }
  #container {
    overflow: hidden;
  }
  #container #slide {
    width: 100%;
    margin: 0 auto 50px auto;
    height: 60vw;
  }
  #container #slide ul {
    width: 100%;
    border-width: 6px;
  }
  #container #slide ul li {
    width: 100%;
  }
  #container ul#list {
    width: 100%;
    margin-bottom: 0px;
  }
  #container ul#list li {
    width: 49%;
    border-width: 6px;
  }
  #container ul#list li .thumb {
    margin-bottom: .5rem;
  }
  #container ul#list li .info {
    line-height: 1.4;
    height: 70px;
    padding-top: 0;
  }
  #container ul#list li .info .name {
    font-size: 23px;
    padding: 5px 10px 0 10px;
  }
  #container ul#list li .info .other .jp_name {
    text-align: center;
    display: block;
    font-size: 11px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  #container ul#list li .info .other .price {
    margin: .5rem 0 0 0;
    display: inline-block;
  }
  #container ul#list li .info .other .price span {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  #container ul#list li:nth-child(6) .info .name {
    font-size: 17px;
  }
  #container ul#list li p {
    display: none;
  }
  #container #topic {
    border-width: 6px;
    padding: 25px 0;
  }
  #container #topic h2 {
    font-size: 60px;
  }
  #container #topic .subtitle {
    font-size: 16px;
  }
  #container #topic > p {
    font-size: 12px;
    width: 90%;
  }
  #container #topic #ns_notice {
    text-align: left;
    width: 94%;
    margin-top: 25px;
    padding: 3%;
    box-sizing: border-box;
  }
  #container #topic #ns_notice h3 {
    text-align: center;
  }
  #container #topic #ns_notice h3 + div {
    text-align: center;
  }
  #container #topic #ns_notice ul {
    flex-wrap: wrap;
    align-item: flex-end;
    width: 90%;
    margin: 10px auto 0 auto;
  }
  #container #topic #ns_notice ul li {
    width: 47%;
    font-size: 11px;
    margin-bottom: 10px;
  }
  #container #topic #ns_notice ul li p {
    margin-top: 10px;
  }
  #container #selling {
    width: 100%;
    box-sizing: border-box;
  }
  #container #selling h2 {
    margin-bottom: 20px;
    font-size: 17px;
  }
  #container #selling > ul {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-width: 6px;
  }
  #container #selling > ul > li {
    width: 100%;
    padding: 6%;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  #container #selling > ul > li#venue {
    border-width: 6px;
  }
  #container #selling > ul > li#venue table tr th {
    text-align: center;
    padding: 0;
    line-height: 1;
    font-size: 18px;
  }
  #container #selling > ul > li#venue table tr th span {
    text-align: center;
    display: block;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
  }
  #container #selling > ul > li#venue table tr td:nth-of-type(1) {
    font-size: 14px;
    min-width: 43px;
    padding-left: 5px;
  }
  #container #selling > ul > li#venue table tr td:nth-of-type(2) span {
    display: none;
  }
  #container #selling h3 {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-weight: bold;
  }
  #container #selling h3 span {
    font-size: 60px;
  }
  #container #selling p {
    margin-bottom: 20px;
  }
  #container #selling #mumo_link {
    display: block;
  }
  #container #selling #mumo_link > div {
    width: 100%;
  }
  #container #notice {
    border-width: 6px;
    margin-bottom: 50px;
  }
  #container #notice p {
    margin: 0;
    font-size: 11px;
  }
  .owl-pagination {
    margin-top: 1rem;
  }
  .owl-pagination div {
    margin: 0 .3rem;
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 Saurabh Sharma
 * Licensed under  ()
 */
/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-'] .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #4DC7A0;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot:hover {
  -webkit-animation-name: dots_scale;
          animation-name: dots_scale;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: 2px solid black;
  box-sizing: border-box;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #e63650;
}

@-webkit-keyframes dots_scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  98% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes dots_scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  98% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
