/* ----------------------------------------
 Base
---------------------------------------- */
html {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 62.5%;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #360e08;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42;
  overflow-x: hidden;
  box-sizing: border-box;
  /*background: url("../img/bg_patarn.jpg");
	animation: bg-slider 240s linear infinite;*/
}
@keyframes bg-slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3000px 0;
  }
}
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #f1704d;
  text-decoration: none;
  border: none;
  outline: none;
}
a:hover img {
  opacity: 0.8;
}
a img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:focus, *:focus {
  outline: none;
}
br {
  line-height: 1;
}
img {
  vertical-align: top;
}
#loading {
  z-index: 999999;
  overflow: hidden;
}
.loading {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #360e08;
}
.loading__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading__img img {
  max-width: 250px;
  width: 100%;
}
.bg {
  background: url("../img/bg.jpg")
}
.bg1 {
  padding: 10px;
}
.bg2 {
  padding: 10px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.pc-in {
  display: inline-block;
}
.sp-in {
  display: none;
}
.pc-table {
  display: table;
}
.sp-table {
  display: none;
}
.goodsinfo img {
  max-width: 120px;
}
.goodslineup img {
  max-width: 98px;
}
#nav {
  width: 100%;
  z-index: 999;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  position: absolute;
  top: 1%;
}
#nav.fixed {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
}
#nav .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0%;
  margin: 3.5% auto 0;
}
#nav .in li {
  margin: 0 35px 0 0;
}
#nav a {
  display: block;
  line-height: 0;
}
#nav a span {
  display: inline-block;
  position: relative;
  height: 36px;
  padding: 10px 15px 0 15px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
#nav a span::before, #nav a span::after {
  content: "";
  background: #ffc38a;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
#nav a span::before {
  top: 4px;
}
#nav a span::after {
  bottom: 4px;
}
#nav a svg {
  fill: #f1704d;
  -webkit-transition: all .2s;
  transition: all .2s;
}
/* ----------------------------------------
 Footer
---------------------------------------- */
footer {
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  height: auto;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
  z-index: 3;
  border-top: solid 1px #fff;
}
footer .inner {
  max-width: 1000px;
  padding: 0 210px;
}
footer .footer_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -10px;
}
footer .footer_sns > div {
  margin: 0 2px;
}
footer p {
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  max-width: 430px;
  margin: auto;
  padding: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
footer .inner {
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.footerul li {
  /* float: left; */
  font-size: 0.9em;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  text-align: -webkit-match-parent;
  color: #000;
  margin-bottom: 1em;
}
.footerul li.con:after {
  content: "｜";
  margin: 0 .5em;
}
.footerul li a {
  color: #fff;
  transition: all 0.7s;
  font-size: 1.1em;
}
.footerul li a:hover {
  opacity: .6;
}
footer div.back {
  margin: 2em auto;
  max-width: 250px;
  width: 80%;
}
footer div.back a {
  border: 1px solid #fff;
  padding: 0.7em;
  font-size: 100%;
  color: #fff;
  display: block;
  transition: all 0.7s;
}
footer div.back a:hover {
  opacity: .6;
}
footer p.copy {
  font-size: 0.8em;
  color: #fff;
}
footer .inner .footer_sns {
  width: 190px;
  margin: 0 auto;
  padding: 15px;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  font-size: 77%;
  z-index: 99999;
}
#page-top a {
  background: #ca0000;
  text-decoration: none;
  color: #fff;
  width: 75px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 50px;
}
#page-top a:hover {
  text-decoration: none;
  background: #ca0000;
}
.content-main {
  position: relative;
}
.main-visual {
  background-color: #000;
  position: relative;
}
.main-visual .visual {
  background-position: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.main-visual .logo {
  max-width: 250px;
  display: block;
  margin: 20px auto 20px;
}
.main-visual .logo img {
  width: 100%;
}
.main-visual .logo2 {
  max-width: 200px;
  display: block;
  margin: 0px auto;
}
.main-visual .logo2 img {
  padding: 15px;
  width: 100%;
}
.zensin3 {
  position: absolute;
  bottom: -20px;
  left: -50px;
}
.zensin3 img {
  max-width: 550px;
  width: 100%;
}
.logo3 {
  max-width: 120px;
  display: block;
  margin: 0em auto;
}
.logo3 img {
  padding: 10px;
  width: 100%;
  margin: 8em auto;
}
.bg_line {
  width: 100%;
  height: 30px;
  background-image: url(../img/line.png);
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0 auto;
  z-index: 900;
}
.bg_line2 {
  width: 100%;
  height: 30px;
  background-image: url(../img/line.png);
  position: absolute;
  top: -1.5%;
  left: 0px;
  margin: 0 auto;
  z-index: 900;
  transform: rotate(180deg);
}
.main-visual .offi {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.main-visual .offi img {
  margin: -150px 0 0px 0;
  width: 100%;
}
.re {
  position: relative;
  z-index: -999;
}
.re .rellax1 {
  left: 0;
  position: absolute;
}
.re .rellax2 {
  top: 300px;
  right: 0;
  position: absolute;
}
.re .rellax3 {
  top: 700px;
  left: 0;
  position: absolute;
}
.re .rellax4 {
  top: 900px;
  right: 0;
  position: absolute;
}
.equalizer {
  margin-top: 50px;
  text-align: center;
  transform: rotate(-90deg);
  position: fixed;
  height: 114px;
  width: 115px;
}
.everlib-logo {
  display: inline-block;
  cursor: pointer;
  background: transparent;
}
.everlib-logo-first-bar, .everlib-logo-second-bar, .everlib-logo-third-bar, .everlib-logo-fourth-bar {
  display: inline-block;
  width: 16px;
  margin-right: 6px;
  transition: .5s;
  animation: equalize 4s 0s infinite;
  animation-timing-function: linear;
  vertical-align: top;
}
.everlib-logo-first-bar {
  height: 40px;
  background: #0f87ae;
  transition: 0.5s;
  animation-delay: -1.9s;
}
.everlib-logo-second-bar {
  height: 48px;
  background: #b75690;
  animation-delay: -2.9s;
}
.everlib-logo-third-bar {
  height: 44px;
  background: #86c035;
  animation-delay: -3.9s;
}
.everlib-logo-fourth-bar {
  height: 36px;
  background: #F0902E;
  animation-delay: -4.9s;
}
@keyframes equalize {
  0% {
    height: 48px;
  }
  4% {
    height: 42px;
  }
  8% {
    height: 40px;
  }
  12% {
    height: 30px;
  }
  16% {
    height: 20px;
  }
  20% {
    height: 30px;
  }
  24% {
    height: 40px;
  }
  28% {
    height: 10px;
  }
  32% {
    height: 40px;
  }
  36% {
    height: 48px;
  }
  40% {
    height: 20px;
  }
  44% {
    height: 40px;
  }
  48% {
    height: 48px;
  }
  52% {
    height: 30px;
  }
  56% {
    height: 10px;
  }
  60% {
    height: 30px;
  }
  64% {
    height: 48px;
  }
  68% {
    height: 30px;
  }
  72% {
    height: 48px;
  }
  76% {
    height: 20px;
  }
  80% {
    height: 48px;
  }
  84% {
    height: 38px;
  }
  88% {
    height: 48px;
  }
  92% {
    height: 20px;
  }
  96% {
    height: 48px;
  }
  100% {
    height: 48px;
  }
}
.goodslineup-block .inner {
    max-width: 800px;
    margin: 0 auto;
    width: 90%;
}
.goodsinfo-block {
  margin: 0 0 40px 0;
}
.goodsinfo-block .inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 1em 4em 4em;
  background-color: #000;
  z-index: 999;
  position: relative;
  border: 2px solid #d8d89b;
}
.btn-square-so-pop {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.btn-square-so-pop img {
  max-width: 220px;
  width: 100%;
}
.btn-square-so-pop2 {
  position: relative;
  text-align: center;
}
.btn-square-so-pop2 img {
  max-width: 120px;
  width: 100%;
  margin: -25px auto 0;
}
.btn-square-so-pop3 {
  position: relative;
  text-align: center;
}
.btn-square-so-pop3 img {
  max-width: 175px;
  margin: 0px auto 30px;
  width: 100%;
}
.btn-square-so-pop:active {
  /*押したとき*/
}
.img_goods {
  /*background: #fff;*/
}
.goodsinfo-block .inner h2 {
  width: 270px;
  margin: 25px auto -5px;
}
.goodsinfo-block .inner h2 img {
  width: 270px;
  margin: 0 auto;
}
.goodsinfo-block .inner h2 span {
  font-size: 1.25em;
}
.goodsinfo-block .lead {}
.goodsinfo-block .lead p {
  font-size: 1.3em;
  text-align: center;
  margin: 2.5em auto;
  background: #aa79aa;
  border-top: 4px solid #cbafcb;
  border-right: 4px solid #966296;
  border-bottom: 4px solid #7d547d;
  border-left: 4px solid #dbcadb;
  padding: 15px 0;
  max-width: 700px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.info_area {
  max-width: 900px;
  width: 95%;
  margin: 6.5em auto;
}
.size-list .bg1 h2 {}
.goodslineup-block .inner h2 span {
  font-size: 1.25em;
}
.contents .goodslineup-block .goods-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
}
.contents .goodslineup-block .goods-list li {
  width: 40%;
  margin: 5px 28px 40px;
  text-align: center;
}
.contents .goodslineup-block .goods-list .big {
  width: 890px !important;
}
.lead .card img {
  margin: 2em auto 0;
}
.contents .goodslineup-block .goods-list li p {
}
.contents .goodslineup-block .goods-list li img {
  max-width: 100%;
}
.contents .goodslineup-block .size-list .table-wrap {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.contents .goodslineup-block .size-list .table-wrap p:nth-of-type(2) {
  margin-top: 30px;
}
.contents .goodslineup-block .size-list .table-wrap .size-table {
  margin-top: 10px;
  max-width: 812px;
  margin-left: auto;
  margin-right: auto;
}
.contents .goodslineup-block .size-list .table-wrap .note {
  margin-top: 30px;
  padding-left: 34px;
}
.contents .goodslineup-block .size-list .table-wrap .dot-list {
  max-width: 812px;
  margin: 10px auto 20px;
}
.contents .goodslineup-block .size-list .table-wrap .dot-list > li {
  margin-bottom: 0;
}
.contents .size-table {
  width: 100%;
  height: 100%;
  margin-top: 30px;
  border-collapse: collapse;
  line-height: 1.6;
}
.contents .size-table th {
  padding: 8px 10px;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #eadeea;
  font-size: 15px;
  background: #eadeea;
  font-weight: normal;
  line-height: 1.3;
}
.contents .size-table td {
  padding: 14px 10px 16px;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #eadeea;
  font-size: 1.4rem;
}
.contents .size-table .span2 {
  padding: 0 10px;
  height: 100%;
  overflow: hidden;
}
.contents .size-table th.span2 span, .contents .size-table td.span2 span {
  height: 100%;
  width: 50%;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
}
.contents .size-table td.span2 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contents .size-table td.span2 span:nth-child(1), .contents .size-table th.span2 span:nth-child(1) {
  padding-right: 10px;
  border-right: 2px solid #eadeea;
}
.contents .size-table td.span2 span:nth-child(2), .contents .size-table th.span2 span:nth-child(2) {
  padding-left: 10px;
}
.cat {
  position: fixed;
  bottom: -10px;
  left: 0px;
  z-index: -999;
  display: none;
  /*animation: SlideIn 3s infinite;*/
}
.cat img {
  width: 60%;
}
/*.cart_h1 {
  margin: -1em auto 2em;
}
.cart_h2 {
  margin: 4em auto 2em;
}
.cart_h3 {
  margin: -1em auto 2em;
}*/
.fadein1 {
  animation: fadeIn ease 2s 1 normal;
}
.clicked {
  display: block;
  animation: fadeIn 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 1;
  } /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 0;
  } /*アニメーション終了時は不透明度100%*/
}
/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}
.goods1 {
  margin: 0 0 0px 0;
}
/*.goods2 {
  margin: 0 0 35px 0;
}*/
/* ---------- Sprite SVG END ---------- */
/* ----------------------------------------
 Animation
---------------------------------------- */
@media screen and (max-width: 1280px) {
  #pagetop a img {
    max-width: 64px;
  }
}
@media screen and (max-width: 1000px) {}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .pc-in {
    display: none;
  }
  .sp-in {
    display: inline-block;
  }
  .pc-table {
    display: none;
  }
  .sp-table {
    display: table;
  }
  .main-visual .logo img {
    width: 100%;
  }
  #nav {
    margin-bottom: 10px;
    margin-top: -10px;
  }
  #nav .in li {}
  .main-visual .logo {
    max-width: 250px;
    display: block;
    margin: 0px auto 0px;
  }
  .goodsinfo img {
    max-width: 120px;
  }
  .goodslineup img {
    max-width: 98px;
  }
  .re {
    position: relative;
    z-index: -999;
  }
  .re .rellax1 {
    left: 0;
    position: absolute;
  }
  .re .rellax2 {
    top: 500px;
    right: 0;
    position: absolute;
  }
  .re .rellax3 {
    top: 700px;
    left: 0;
    position: absolute;
  }
  .re .rellax4 {
    top: 900px;
    right: 0;
    position: absolute;
  }
  .re .rellax1 img {
    width: 400px;
  }
  .re .rellax2 img {
    width: 400px;
  }
  .re .rellax3 img {
    width: 400px;
  }
  .re .rellax4 img {
    width: 400px;
  }
  .main-visual .offi {
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }
  .main-visual .offi img {
    margin: -75px 0 0px 0;
    width: 100%;
  }
  .goodsinfo-block .lead p {
    font-size: 1.3em;
    text-align: center;
    margin: 2.5em auto;
    background: #aa79aa;
    border-top: 4px solid #cbafcb;
    border-right: 4px solid #966296;
    border-bottom: 4px solid #7d547d;
    border-left: 4px solid #dbcadb;
    padding: 15px 0;
    width: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
  }
  .goodsinfo-block .inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 1em 2em 4em;
  }
  .goodsinfo-block .inner h2 img {
    width: 270px;
  }
  .goodsinfo-block .inner h2 span {
    font-size: 1.1em;
  }
  .goodslineup-block .inner h2 span {
    font-size: 1.1em;
  }
  .contents .goodslineup-block .goods-list li {
    display: block;
    width: 420px;
    margin: 0px 0px 60px;
    text-align: center;
  }
  .contents .goodslineup-block .size-list .bg1 {
    padding-top: 0px;
  }
  .contents .goodslineup-block .size-list .bg2 {
    background: none;
    padding-top: 0px;
    padding-bottom: 34px;
  }
  .contents .goodslineup-block .size-list .table-wrap {
    padding: 0 22px;
  }
  .contents .goodslineup-block .size-list .table-wrap p:nth-of-type(2) {
    margin-top: 25px;
  }
  .contents .goodslineup-block .size-list .table-wrap .size-table td {
    font-size: 1rem;
  }
  .contents .goodslineup-block .size-list .table-wrap .note {
    margin-top: 25px;
    padding-left: 10px;
  }
  .contents .size-table th {
    font-size: 10px;
  }
  .contents .size-table td {
    font-size: 9px;
    padding: 5px 1px;
  }
  .contents .size-table th {
    padding: 5px 1px;
  }
  .contents .size-table .span2 {
    padding: 0;
  }
  .contents .size-table td.span2 span, .contents .size-table th.span2 span {
    width: 100%;
    float: none;
    height: auto;
    padding: 0 !important;
    line-height: 2;
  }
  .contents .size-table td.span2 span {
    line-height: 3;
    height: 50%;
  }
  .contents .size-table td.span2 span:nth-child(1) {
    border-bottom: 2px solid #eadeea;
    border-right: none;
  }
  .contents .size-table th.span2 span:nth-child(1) {
    border-bottom: 2px solid #eadeea;
    border-right: none;
  }
  footer {
    padding: 1.5em 0 0;
    background-size: 750px;
    height: auto;
    padding-top: 50px;
  }
  .footerul li {
    /* float: left; */
    font-size: 0.7em;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    text-align: -webkit-match-parent;
    color: #000;
  }
  footer .inner {
    max-width: 1000px;
    padding: 0 10px;
  }
  footer .footer_sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
    position: static;
  }
  footer .footer_sns > div {
    margin: 0 2px;
  }
  #footer {
    height: auto;
    min-width: inherit;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  .footer_sns {
    bottom: inherit;
    margin: 0 auto;
    padding: 15px;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
  }
  footer {
    padding: 2.5em 0 1em;
    min-width: inherit;
    margin-bottom: 3.7em;
  }
  footer div.back {
    margin: 1.5em auto;
    width: 250px;
  }
  .bg_line2 {
    width: 100%;
    height: 30px;
    background-image: url(../img/line.png);
    position: absolute;
    top: -0.8%;
    left: 0px;
    margin: 0 auto;
    z-index: 900;
    transform: rotate(180deg);
  }
  .main-visual .logo2 {
    max-width: 160px;
    display: block;
    margin: 0px auto;
  }
  .main-visual .logo2 img {
    padding: 10px;
    width: 100%;
  }
  .logo3 {
    max-width: 120px;
    display: block;
    margin: 0em 50px 0 auto;
    z-index: 999;
    position: relative;
  }
  .logo3 img {
    padding: 10px;
    width: 100%;
    margin: 4em auto;
  }
  .btn-square-so-pop img {
    max-width: 180px;
    width: 100%;
  }
  .btn-square-so-pop2 img {
    max-width: 120px;
    width: 100%;
    margin: -15px auto 0;
  }
  .btn-square-so-pop3 img {
    max-width: 130px;
    margin: 0px auto 40px;
    width: 100%;
  }
  .info_area {
    max-width: 900px;
    width: 92%;
    margin: 5em auto;
  }
}
@media screen and (max-width: 410px) {
  .bg_line2 {
    width: 100%;
    height: 30px;
    background-image: url(../img/line.png);
    position: absolute;
    top: -1%;
    left: 0px;
    margin: 0 auto;
    z-index: 900;
    transform: rotate(180deg);
  }
  .re {
    position: relative;
    z-index: -999;
  }
  .re .rellax1 {
    left: 0;
    position: absolute;
  }
  .re .rellax2 {
    top: 500px;
    right: 0;
    position: absolute;
  }
  .re .rellax3 {
    top: 700px;
    left: 0;
    position: absolute;
  }
  .re .rellax4 {
    top: 500px;
    right: 0;
    position: absolute;
  }
  .re .rellax1 img {
    width: 300px;
  }
  .re .rellax2 img {
    width: 300px;
  }
  .re .rellax3 img {
    width: 300px;
  }
  .re .rellax4 img {
    width: 300px;
  }
  /*.goodsinfo-block .inner h2 {
    font-size: 1.1em;
  }
  .goodslineup-block .inner h2 {
    font-size: 1.1em;
  }*/
}