@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: none;
}

html,
body {
  background: #fff;
  color: #1a1817;
  font-size: 20px;
  line-height: 1.75em;
  width: 100%;
}

a {
  color: #0b41d9;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}

a:hover {
  text-decoration: none;
}

a, img {
  border: none;
}

li {
  list-style-type: none;
}

::selection {
  background: #fff;
}

::-moz-selection {
  background: #fff;
}

.noselect,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.anchor {
  height: 100px;
  margin-top: -125px;
  display: block;
}

.legacy_ie {
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 640px;
  margin-left: -320px;
  padding: 10px 0;
  background: #fff;
  z-index: 1000;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

i.fa {
  margin: 0 0.2em;
}

h1 {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #0b41d9;
  padding: 0.3em;
  margin: 1.5em 0 0.75em 0;
}

/*-----------------------*/
/* over */
/*-----------------------*/
.over {
  width: 100%;
  height: auto;
  min-height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
  display: none;
  padding-bottom: 60px;
  background: rgba(0, 0, 0, 0.8);
}
.over > .inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.over .over_contents {
  background: #000;
  margin: 0 auto;
}
.over .over_youtube {
  background-color: #000;
}
.over .over_youtube > div {
  margin: 0 auto;
}
.over .over_youtube iframe {
  width: 100%;
  height: 100%;
}
.over .over_image a,
.over .over_image img {
  display: block;
  width: 100%;
  height: 100%;
}
.over .over_image a:hover {
  opacity: 0.8;
}
.over .over_controller {
  height: 96px;
  width: 100%;
  position: relative;
}
.over .over_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 96px;
  width: 96px;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
}
.over .over_close:after {
  content: " ";
  width: 100%;
  height: 100%;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../img/close.svg);
  position: absolute;
  top: 0;
  left: 0;
  transition-property: transform;
  transition-duration: 120ms;
  transition-timing-function: ease-out;
}
.over .over_close:hover:after {
  transform: rotate(90deg);
}

/*-----------------------*/
/* page_top */
/*-----------------------*/
section.page_top {
  position: relative;
  background: #fff;
  min-width: 900px;
  max-width: 1920px;
  margin: 0 auto;
}
section.page_top img {
  display: block;
  width: 100%;
}

section.top {
  padding-top: 3em;
  padding-bottom: 1em;
}
section.top h1 img {
  display: block;
  max-width: 100%;
  margin: 1em auto;
}

/*-----------------------*/
/* container */
/*-----------------------*/
.container {
  overflow: hidden;
  position: relative;
  min-width: 1024px;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100vh;
}
.container:before {
  content: " ";
  display: block;
  height: 88px;
  background: #ced5d9;
}

/*-----------------------*/
/* top / nav */
/*-----------------------*/
header {
  height: 60px;
  width: 100%;
  min-width: 1080px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
header > .inner {
  position: relative;
  height: 100%;
  z-index: 100;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff top center repeat-x;
  border-bottom: 3px solid #ced5d9;
  background-size: 100% auto;
}
header nav {
  height: 100%;
  width: 100%;
}
header nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
header nav ul li a {
  padding: 0 80px;
  display: block;
}
header nav a div {
  height: 18px;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../img/nav.png);
  background-size: 630px auto;
}
header nav a.nav_top div {
  width: 49px;
  background-position: 0 0px;
}
header nav a.nav_top:hover div {
  background-position: -315px 0px;
}
header nav a.nav_about div {
  width: 85px;
  background-position: 0 -91px;
}
header nav a.nav_about:hover div {
  background-position: -315px -91px;
}
header nav a.nav_goods div {
  width: 89px;
  background-position: 0 -182px;
}
header nav a.nav_goods:hover div {
  background-position: -315px -182px;
}

/*-----------------------*/
/* global_footer */
/*-----------------------*/
footer.global_footer {
  background: #1a1817;
  height: 40px;
  color: #fff;
  padding: 20px;
  text-align: center;
}
footer.global_footer .share {
  margin: 1em 0;
}
footer.global_footer .share:first-child {
  margin-top: 0;
}
footer.global_footer .share:last-child {
  margin-bottom: 0;
}
footer.global_footer small {
  letter-spacing : 0.05em;
  font-size: 80%;
  font-weight: 300;
  color: #fff;
  line-height: 1.75em;
  margin: 1em 0;
}
footer.global_footer small:first-child {
  margin-top: 0;
}
footer.global_footer small:last-child {
  margin-bottom: 0;
}
footer.global_footer .twitter {
  width: 960px;
  margin: 1em auto;
}
footer.global_footer .twitter:first-child {
  margin-top: 0;
}
footer.global_footer .twitter:last-child {
  margin-bottom: 0;
}
footer.global_footer h3 {
  text-align: center;
  color: #f93f62;
  text-shadow: 0 0 25px #ffff00;
  margin: 1em 0;
}
footer.global_footer h3:first-child {
  margin-top: 0;
}

aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}
aside a {
  width: 180px;
  display: block;
  margin: 30px;
  overflow: hidden;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  opacity: 1;
}
aside a:hover {
  opacity: 0.6;
}
aside a img {
  display: block;
  width: 100%;
}

/*-----------------------*/
/* page_sub */
/*-----------------------*/
section.page_sub {
  position: relative;
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 100px;
}
section.page_sub > img {
  display: block;
  max-width: 100%;
}
section.page_sub > .inner {
  background: 0 0 repeat-y;
  background-size: 100% auto;
  padding: 30px 140px;
}
section.page_sub img.image {
  display: block;
  margin: 0.8em auto;
}
section.page_sub img.image:last-child {
  margin-bottom: 0;
}
section.page_sub img.image:first-child {
  margin-top: 0;
}
section.page_sub h3 {
  background: #1a1817;
  text-align: center;
  color: #fff;
  padding: 0.2em;
  margin: 0.8em 0;
}
section.page_sub h3:last-child {
  margin-bottom: 0;
}
section.page_sub h3:first-child {
  margin-top: 0;
}
section.page_sub hr {
  border: none;
  border-bottom: 2px solid #b7b3b0;
  margin: 0.5em 0;
}
section.page_sub hr:last-child {
  margin-bottom: 0;
}
section.page_sub hr:first-child {
  margin-top: 0;
}
section.page_sub p {
  padding: 0 1em;
}
section.page_sub p:last-child {
  margin-bottom: 0;
}
section.page_sub p:first-child {
  margin-top: 0;
}
section.page_sub p span {
  display: inline-block;
}
section.page_sub dl.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1em 0;
}
section.page_sub dl.table:first-child {
  margin-top: 0;
}
section.page_sub dl.table:last-child {
  margin-bottom: 0;
}
section.page_sub dl.table dt, section.page_sub dl.table dd {
  margin-bottom: 0.3em;
  padding: 0.2em;
}
section.page_sub dl.table dt {
  text-align: center;
  width: 20%;
  background: #eb0c38;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.page_sub dl.table dd {
  width: 70%;
  padding-left: 0.6em;
}
section.page_sub ul.attention {
  padding-left: 1em;
  padding-right: 1.5em;
  margin-top: 0.1em;
  margin-bottom: 1em;
  text-align: left;
}
section.page_sub ul.attention:first-child {
  margin-top: 0;
}
section.page_sub ul.attention:last-child {
  margin-bottom: 0;
}
section.page_sub ul.attention li {
  list-style-type: disc;
  margin-bottom: 0.6em;
  font-size: 85%;
  line-height: 1.5em;
  word-break: break-all;
}
section.page_sub ul.attention li:last-child {
  margin-bottom: 0;
}
section.page_sub ul.attention li span {
  display: inline-block;
}
section.page_sub ul.goods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.page_sub ul.goods li {
  width: calc(50% - 20px);
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
  margin: 10px;
}
section.page_sub ul.goods li:nth-child(1), section.page_sub ul.goods li:nth-child(4), section.page_sub ul.goods li:nth-child(5), section.page_sub ul.goods li:nth-child(8), section.page_sub ul.goods li:nth-child(9), section.page_sub ul.goods li:nth-child(12), section.page_sub ul.goods li:nth-child(13) {
  background: #fff 0 0 repeat;
}
section.page_sub ul.goods li:nth-child(2), section.page_sub ul.goods li:nth-child(3), section.page_sub ul.goods li:nth-child(6), section.page_sub ul.goods li:nth-child(7), section.page_sub ul.goods li:nth-child(10), section.page_sub ul.goods li:nth-child(11), section.page_sub ul.goods li:nth-child(14) {
  background: #fff 0 0 repeat;
}
section.page_sub ul.goods li > h3 {
  text-align: center;
  color: #0b41d9;
  padding: 0;
  margin: 0.3em;
  font-size: 110%;
  font-weight: bold;
  background: transparent;
  text-shadow: none;
  line-height: 1.5em;
}
section.page_sub ul.goods li > .price {
  margin-bottom: 0.4em;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #0b41d9;
}
section.page_sub ul.goods li > p {
  margin: 0;
  padding: 0;
  font-size: 85%;
  line-height: 1.5em;
}
section.page_sub ul.goods li > p:last-child {
  margin-bottom: 0;
}
section.page_sub ul.goods .images img {
  width: 100%;
  display: block;
}
section.page_sub ul.goods .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  opacity: 1;
  border: 1.5px solid #0b41d9;
  margin: 0 4px;
}
section.page_sub ul.goods .swiper-pagination-bullet-active {
  background: #0b41d9;
}

/*-----------------------*/
/* about */
/*-----------------------*/
table {
    border-collapse:  collapse; /* セルの線を重ねる */
    text-align: left;
}
th {
    padding: 5px 10px 5px 0;
    font-weight: bold;
    color: #0b41d9;
}
td {
    padding: 5px 10px;
}
.text_coming {
  color: #0b41d9;
  font-weight: bold;
  font-size: 150%;
  text-align: center;
}

/*-----------------------*/
/* goods */
/*-----------------------*/
.box {
    margin: 0;
    background: #fff;
    border: solid 2px #0b41d9;
    font-size: 100%;
}
.box .box-title {
    background: #0b41d9;
    padding: 0.3em;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.box .box-p {
    padding: 1em;
}

.btn_shop a {
  background-color: #b5c6f4;
  border: 2px solid #0b41d9;
  color: #0b41d9;
  text-decoration: none;
  font-size: 150%;
  font-weight: bold;
  padding: 0.5em;
  display: inline-block;
}
.btn_shop a:hover {
  background-color: #0b41d9;
  border: 2px solid #0b41d9;
  color: #fff;
}

.text_limit {
  background-color: #1a1817;
  background-size: auto 1.2em;
  margin: 2% 0;
  padding: 0.3em 0.5em;
  font-size: 90%;
  color: #fff;
}

.text_bold {
  color: #e55322;
  font-weight: bold;
  font-size: 110%;
}

.text_bold2 {
  color: #0b41d9;
  font-weight: bold;
  font-size: 110%;
}

.text_blue {
  color: #0b41d9;
  font-weight: bold;
}

.novelty_table {
    padding: 0.5em;
    margin: 0;
    color: #fff;
    background: #1a1817;
    font-size: 80%;
    text-align: center;
    line-height: 1.5em;
}

/*-----------------------*/
/* scroll animation */
/*-----------------------*/
.fadeInDown {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:2s;
  -ms-animation-duration:2s;
  animation-duration:2s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
  0% { opacity: 0; -webkit-transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
  0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*-----------------------*/
/* bg */
/*-----------------------*/
body:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/bg.jpg) center center repeat #ebeae9;
}