@charset "UTF-8";
/*color*/
/*mediaquery*/
/*mixin*/
/* Font系 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
/*-----------------------
common
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  margin-top: 0 !important;
}

body {
  width: 100%;
  min-width: 110rem;
  color: #333333;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
  position: relative;
}

.inner {
  max-width: 110rem;
  margin: 0 auto;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.clearfix {
  overflow: hidden;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

.mT80 {
  margin-top: 8rem;
}

.mB20 {
  margin-bottom: 2rem;
}

.mB40 {
  margin-bottom: 4rem;
}

.mB60 {
  margin-bottom: 6rem;
}

.mB80 {
  margin-bottom: 8rem;
}

.font-s {
  font-size: 80%;
}

.r-Gothic {
  font-family: 'Kiwi Maru', serif;
  font-weight: 400;
}

.anime-updw {
  -webkit-animation-name: anime-updw;
          animation-name: anime-updw;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes anime-updw {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -2rem);
            transform: translate(0, -2rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes anime-updw {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -2rem);
            transform: translate(0, -2rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.anime-rile {
  -webkit-animation-name: anime-rile;
          animation-name: anime-rile;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
          animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes anime-rile {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@keyframes anime-rile {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

.fade-up {
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.fade-up.anime-on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*==================================================
 * Tags
 *================================================*/
main {
  display: block;
}

/*block*/
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.2em;
}

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

/**
 * a
 */
a {
  -webkit-transition: .3s;
  transition: .3s;
}

/**
 * blockquote
 */
blockquote {
  font-size: 100%;
}

/**
 * media
 */
embed,
iframe,
object {
  max-width: 100%;
}

/*
	header
*/
#header {
  width: 100%;
  height: 18rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#header .logo {
  max-width: 16rem;
  margin: 0;
}

#header .header-nav {
  font-size: 1.5rem;
}

#header .header-nav ul li {
  margin-left: 5rem;
}

#header .header-nav ul li a {
  width: 100%;
  height: 100%;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header .header-nav ul li a::before {
  content: '';
  width: 4.5rem;
  height: 5.6rem;
  margin-bottom: 2rem;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#header .header-nav ul li:nth-child(1) a::before {
  background-image: url(../img/common/icon-menu1.png);
}

#header .header-nav ul li:nth-child(2) a::before {
  width: 4.7rem;
  height: 4.4rem;
  background-image: url(../img/common/icon-menu2.png);
}

#header .header-nav ul li:nth-child(3) a::before {
  width: 5.2rem;
  height: 4.6rem;
  background-image: url(../img/common/icon-menu3.png);
}

#header .header-nav ul li:nth-child(4) a::before {
  width: 5rem;
  height: 3.9rem;
  background-image: url(../img/common/icon-menu4.png);
}

#header .shop-link {
  position: fixed;
  top: 19rem;
  right: 0;
  z-index: 500;
}

#header .shop-link a {
  width: 14rem;
  height: 12rem;
  background: #F1DF6D;
  border-radius: 2rem 0 0 2rem;
  font-family: 'Kiwi Maru', serif;
  font-weight: 400;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .shop-link a::before {
  content: '';
  width: 5.3rem;
  height: 5.6rem;
  margin-bottom: 1rem;
  background: url(../img/common/icon-shop.png) no-repeat center/contain;
}

/*
	footer
*/
#footer {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background: url(../img/common/bg-footer.png) no-repeat center 16rem/auto 109%;
  font-family: 'Kiwi Maru', serif;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
}

#footer .logo {
  text-align: center;
}

#footer .logo img {
  max-width: 16rem;
}

#footer .address {
  margin-top: 1em;
}

#footer .footer-nav {
  margin-top: 4.3rem;
}

#footer .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .footer-nav ul li {
  margin: 0 1.5rem;
}

#footer .sns-link {
  margin-top: 3rem;
}

#footer .sns-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .sns-link ul li {
  width: 3rem;
  margin: 0 1.5rem;
}

#footer .copyright {
  margin-top: 11.5rem;
}

.clip {
  width: 0;
  height: 0;
  /* IE11 */
}

.btn a {
  padding: .5em 1.8em;
  background: #fff;
  border: 2px solid #ECD870;
  font-family: 'Kiwi Maru', serif;
  font-weight: 400;
  border-radius: 6em;
  color: #333333;
}

.btn a:hover {
  background: #ECD870;
  color: #fff;
}

.shop-btn {
  margin-bottom: 8rem;
  text-align: center;
}

.shop-btn a {
  min-width: 60rem;
  padding: 1em 0;
  border: 2px solid #ECD870;
  border-radius: 6em;
  font-family: 'Kiwi Maru', serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.56;
  letter-spacing: .3em;
  position: relative;
}

.shop-btn a::after {
  content: '';
  width: 12.8rem;
  height: 9.5rem;
  background: url(../img/common/btn-chara.png) no-repeat center/contain;
  position: absolute;
  bottom: -5rem;
  left: -2rem;
  pointer-events: none;
  -webkit-animation-name: anime-rile;
          animation-name: anime-rile;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
          animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.shop-btn a:hover {
  background: #ECD870;
  color: #fff;
}

@media (max-width: 767px) {
  body {
    min-width: auto;
  }
  .inner {
    width: 90%;
  }
  .sp {
    display: block;
  }
  .tab {
    display: none;
  }
  .pc {
    display: none;
  }
  .font-s {
    font-size: 1.2rem;
  }
  h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.1em;
  }
  /*
	header
	*/
  #header {
    height: auto;
    padding-top: 4vw;
    padding-bottom: 3.2vw;
    position: relative;
  }
  #header .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .logo {
    width: 28.53vw;
  }
  #header #menu-toggle,
  #header .menu-close {
    width: 6rem;
    height: 6rem;
    position: fixed;
    top: 2vw;
    left: 2.5vw;
    z-index: 999;
  }
  #header #menu-toggle span,
  #header .menu-close span {
    width: 66.7%;
    height: 2px;
    background: #333333;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .3s;
    transition: .3s;
  }
  #header #menu-toggle span:first-child,
  #header .menu-close span:first-child {
    top: calc(50% - 1rem);
  }
  #header #menu-toggle span:last-child,
  #header .menu-close span:last-child {
    top: calc(50% + 1rem);
  }
  #header #menu-toggle.menu-open span:first-child,
  #header .menu-close.menu-open span:first-child {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  #header #menu-toggle.menu-open span:nth-child(2),
  #header .menu-close.menu-open span:nth-child(2) {
    background: transparent;
  }
  #header #menu-toggle.menu-open span:last-child,
  #header .menu-close.menu-open span:last-child {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
  #header .header-nav {
    display: none;
    width: 100%;
    padding: 9.33vw 8.27vw 4vw;
    background: #EDDB6D;
    font-size: 4.27vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  #header .header-nav::after {
    content: '';
    width: 100%;
    height: 5.33vw;
    background: url(../img/common/bg-sp-menu-bottom.png) no-repeat center/100% 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }
  #header .header-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #header .header-nav ul li {
    margin-left: 0;
    margin-bottom: 1em;
  }
  #header .header-nav ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .header-nav ul li a::before {
    width: 1.8em;
    height: 8vw;
    margin-bottom: 0;
    margin-right: 3.73vw;
    background-position: center;
  }
  #header .header-nav ul li:nth-child(1) a::before {
    background-image: url(../img/common/icon-menu1-wh.png);
  }
  #header .header-nav ul li:nth-child(2) a::before {
    width: 1.8em;
    height: 6.67vw;
    background-image: url(../img/common/icon-menu2-wh.png);
  }
  #header .header-nav ul li:nth-child(3) a::before {
    width: 1.8em;
    height: 6.67vw;
    background-image: url(../img/common/icon-menu3-wh.png);
  }
  #header .header-nav ul li:nth-child(4) a::before {
    width: 1.8em;
    height: 5.6vw;
    background-image: url(../img/common/icon-menu4-wh.png);
  }
  #header .header-nav ul li:nth-child(5) a::before {
    background-image: url(../img/common/icon-menu5-wh.png);
  }
  #header .header-nav ul li:nth-child(6) a::before {
    background-image: url(../img/common/icon-menu6-wh.png);
  }
  #header .header-nav .sns-link {
    margin-top: 9vw;
  }
  #header .header-nav .sns-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .header-nav .sns-link ul li {
    width: 2.4rem;
    margin: 0 4vw;
  }
  #header .header-nav .sns-link ul li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .header-nav .sns-link ul li a::before {
    content: none;
  }
  #header .header-nav .logo {
    margin: 7.33vw auto 0;
  }
  #header .header-nav .menu-close {
    margin: 4vw auto 0;
    position: relative;
    top: auto;
    left: auto;
  }
  #header .header-nav .menu-close span:first-child {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  #header .header-nav .menu-close span:last-child {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
  #header .shop-link {
    top: 8vw;
  }
  #header .shop-link a {
    width: auto;
    height: auto;
    padding: .6em .8em;
    border-radius: 2.67vw 0 0 2.67vw;
    font-size: 3.73vw;
    text-align: center;
  }
  #header .shop-link a::before {
    content: none;
  }
  /*
	footer
	*/
  #footer {
    padding-top: 12vw;
    padding-bottom: 8vw;
    background: url(../img/common/bg-footer-sp.png) no-repeat center bottom/100% auto;
    font-size: 3.2vw;
  }
  #footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .logo img {
    width: 28.27vw;
    max-width: none;
  }
  #footer .address {
    letter-spacing: 0;
    font-weight: 300;
  }
  #footer .footer-nav {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
    margin-top: 5vw;
  }
  #footer .footer-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .footer-nav ul li {
    margin: 0 0 1em;
  }
  #footer .footer-nav ul li:nth-child(1), #footer .footer-nav ul li:nth-child(2), #footer .footer-nav ul li:nth-child(3), #footer .footer-nav ul li:nth-child(5) {
    display: none;
  }
  #footer .sns-link {
    margin-top: 8vw;
  }
  #footer .copyright {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    margin-top: 10.67vw;
  }
  .shop-btn {
    margin-bottom: 12vw;
  }
  .shop-btn a {
    width: 46.67vw;
    min-width: auto;
    padding: .5em;
    font-size: 4.27vw;
    letter-spacing: 0;
  }
  .shop-btn a::after {
    width: 17.07vw;
    height: 12.67vw;
    bottom: -6vw;
    left: -10vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
  .pc {
    display: block;
  }
}

@media all and (-ms-high-contrast: none) {
  .clip {
    display: none;
  }
}

/*# sourceMappingURL=maps/common.css.map */
