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 {
  text-align: center;
  width: 45%;
  padding-top: 50px;
  margin: 0 auto;
}

header h1 a {
  display: block;
}

header h1 img {
  width: 100%;
}

header > div {
  text-align: center;
  width: 100%;
  color: #786995;
  font-family: 'Renner*';
  font-weight: 600;
  font-size: 20px;
  width: 500px;
  margin: 50px auto 0 auto;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}

header > div span.jp {
  font-size: 80%;
  letter-spacing: 1px;
}

footer {
  text-align: center;
  background: white;
  margin-top: 50px;
}

footer #share {
  margin: 50px 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-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;
}

#slide {
  margin-bottom: 10rem;
  overflow: hidden;
  width: 100%;
  height: 23.5vw;
  background: url("../images/slide/1.jpg") repeat-x;
  background-size: 110%;
  background-position: 50% top;
  -webkit-animation-name: bgslide;
          animation-name: bgslide;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bgslide {
  0% {
    background-position: 0% top;
  }
  100% {
    background-position: 109vw top;
  }
}

@keyframes bgslide {
  0% {
    background-position: 0% top;
  }
  100% {
    background-position: 109vw top;
  }
}

#container a {
  color: #786995;
  text-align: center;
}

#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 ul#list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto 100px auto;
  justify-content: center;
  box-sizing: border-box;
}

#container ul#list li {
  color: black;
  font-weight: bold;
  text-align: center;
  width: 30%;
  box-sizing: border-box;
}

#container ul#list li:nth-child(2) {
  margin: 0 5%;
}

#container ul#list li:nth-child(4) {
  margin-right: 5%;
}

#container ul#list li:hover .thumb img {
  opacity: 0.8;
}

#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%;
  vertical-align: bottom;
}

#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;
  box-sizing: border-box;
}

#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 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  display: inline-block;
  margin-right: 10px;
}

#container ul#list li .info .other .price span {
  font-size: 90%;
  line-height: 1;
  display: inline-block;
  margin-right: 3px;
}

#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 #selling {
  width: 960px;
  margin: 0 auto 100px auto;
}

#container #selling h2 {
  margin-bottom: 60px;
  font-size: 17px;
  line-height: 1.6;
}

#container #selling > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#container #selling > ul > li {
  flex: 0 1 auto;
  width: 48%;
  text-align: left;
  border: 1px solid #AAA;
  padding: 2%;
  margin-bottom: 4%;
  box-sizing: border-box;
}

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

#container #selling h3 span {
  color: #786995;
  vertical-align: middle;
  font-weight: 100;
  font-size: 60px;
  padding-right: 10px;
  position: relative;
  top: -3px;
}

#container #selling h4 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 3px;
  margin: 0 auto 15px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid black;
}

#container #selling 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 h5 {
  margin-bottom: 10px;
}

#container #selling h5 span {
  background: #333;
  color: white;
  width: 40px;
  height: 30px;
  padding: 5px;
  margin-right: 5px;
  border-radius: 2px;
  box-sizing: border-box;
}

#container #selling p {
  text-align: left;
  margin: 0 0 10px auto;
  width: 94%;
  line-height: 1.7;
}

#container #selling p + div {
  width: 94%;
  margin: 0 0 0 auto;
}

#container #selling .shop_comp h6 {
  background: #f9f9f9;
  padding: 5px;
  font-size: 15px;
  margin-bottom: 15px;
}

#container #selling .shop_comp h6 span {
  font-size: 50%;
  vertical-align: middle;
}

#container #selling #mumo_link {
  display: flex;
  justify-content: space-between;
}

#container #selling #mumo_link > div {
  width: 48%;
}

#container #selling .shop_link {
  margin-bottom: 25px;
}

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

#container #selling .shop_link a:hover {
  border: 1px solid #786995;
  background: #786995;
  color: white;
}

#container #selling .shop_link a i {
  font-size: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

#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;
  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: #786995;
  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 #786995;
  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 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: #786995;
    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 {
    margin-bottom: 5rem;
  }
  #container ul#list {
    width: 94%;
    margin-bottom: 0px;
    justify-content: space-between;
  }
  #container ul#list li {
    width: 45%;
    border-width: 6px;
  }
  #container ul#list li:nth-child(2), #container ul#list li:nth-child(4) {
    margin: 0;
  }
  #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 #selling {
    background: #f6f5f8;
    width: 100%;
    margin-top: 50px;
    padding-top: 25px;
    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: 0;
  }
  #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;
  margin-top: 25px;
}

.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: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  box-sizing: border-box;
}

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

@-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);
  }
}
