h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0
}
ol, ul {
  list-style-type: none
}
html {
  overflow-y: scroll
}
body {
  overflow: hidden;
  font-family: "Sawarabi Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400
}
html {
  overflow-x: hidden;
  font-size: medium
}
body {
  min-width: 1200px;
  font-size: 62.5%
}
div {
  line-height: 0;
  box-sizing: border-box
}
dt, dd, li, caption, th, td, input, button, textarea, select, h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0
}
p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p input, p button, p select, li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select, dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select, tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%
}
input, button, select, option, textarea {
  font-size: 14px
}
figure {
  margin: 0
}
a, a:link, a:visited {
  color: #8f2064;
  text-decoration: none
}
a:hover {
  text-decoration: underline
}
section {
  position: relative;
  box-sizing: border-box
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 0
  }
}
.clearfix {
  min-height: 1px
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
* html .clearfix {
  height: 1px
}
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s
}
@keyframes btn {
  0% {
    opacity: 1
  }
  10% {
    opacity: 0.4
  }
  100% {
    opacity: 0.8
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1
  }
  10% {
    opacity: 0.4
  }
  100% {
    opacity: 0.8
  }
}
#header {
  position: fixed;
  z-index: 101;
  top: 0;
  width: 100%;
  height: 83px;
  background-color: #fff
}
#header .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto
}
#header .inner .logo {
  position: absolute;
  left: 0
}
#header .inner nav {
  position: absolute;
  right: 0
}
#header .inner nav ul li {
  display: inline-block;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  line-height: 83px
}
#header .inner nav ul li a {
  display: block;
  padding: 0 10px;
  color: #000
}
#header .inner nav ul li span {
  display: block;
  opacity: 0.2;
  padding: 0 10px;
  color: #000
}
#header .inner nav ul .current a {
  text-decoration: underline
}
#menu {
  display: none
}
@media only screen and (max-width: 768px) {
  #header {
    height: 64px
  }
  #header .inner {
    width: auto
  }
  #header .inner .logo {
    left: 10px
  }
  #header .inner .logo img {
    width: auto;
    height: 64px
  }
  #header .inner nav {
    display: none
  }
  #menu {
    display: block;
    position: absolute;
    right: 0;
    background-color: #e4007f;
    padding: 10px 7px
  }
  #menu .menuTrigger {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 44px;
    box-sizing: border-box;
    background-color: #e4007f;
    transition: all 0.4s
  }
  #menu .menuTrigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff;
    transition: all 0.4s
  }
  #menu .menuTrigger span:nth-of-type(1) {
    top: 5px
  }
  #menu .menuTrigger span:nth-of-type(2) {
    top: 20px
  }
  #menu .menuTrigger span:nth-of-type(3) {
    bottom: 5px
  }
  #menu .menuTrigger.active {
    transform: rotate(360deg)
  }
  #menu .menuTrigger.active span:nth-of-type(1) {
    top: 0;
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg)
  }
  #menu .menuTrigger.active span:nth-of-type(2) {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
  }
  #menu .menuTrigger.active span:nth-of-type(3) {
    opacity: 0
  }
}
#navigation {
  overflow: hidden;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.98);
  transition: all 0.6s ease
}
#navigation nav {
  padding-top: 100px
}
#navigation nav ul {
  text-align: center
}
#navigation nav ul li {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  line-height: 2
}
#navigation nav ul li a {
  display: block;
  padding: 0 10px;
  color: #000
}
#navigation nav ul li span {
  display: block;
  opacity: 0.2;
  padding: 0 10px;
  color: #000
}
#navigation nav ul .current a {
  text-decoration: underline
}
#navigation.active {
  height: 100vh
}
#footer {
  position: relative;
  padding: 20px 0;
  background-color: #a8074b;
  text-align: center
}
#footer .banner{
  margin-bottom: 20px
}
#footer .banner li{
  display: inline-block;
  margin-right: 10px
}
#footer .banner li:last-child {
  margin-right: 0
}
#footer .logo {
  margin-bottom: 20px
}
#footer .sns {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  font-size: 0
}
#footer .sns li {
  display: inline-block;
  margin-right: 10px
}
#footer .sns li:last-child {
  margin-right: 0
}
#footer small {
  display: block;
  font-size: 11px;
  line-height: 2;
  color: #fff
}
@media only screen and (max-width: 768px) {
#footer .banner{
  width: 90%;
  margin: 0 auto
}
#footer .banner li{
　display:block;
  width: 100%;
  margin:0 0 2% 0
}
/*  #footer .banner img {
    max-width: 100%
  }*/
  #footer small {
    font-size: 10px;
    font-size: 1.30208vw
  }
}
#changer .dark {
  position: fixed;
  z-index: 200;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #a8074b
}
#changer .light {
  position: fixed;
  z-index: 200;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #a8074b
}
#themeChanger {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 82px;
  height: 75px;
  background-size: 82px 75px;
  background-image: url(/assets/img/global/in.png)
}
#themeReChanger {
  cursor: pointer;
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 82px;
  height: 75px;
  background-size: 82px 75px;
  background-image: url(/assets/img/global/out.png)
}
body.themeDark {
  background-image: url(/assets/img/global/dark.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top
}
body.themeDark a, body.themeDark a:link, body.themeDark a:visited {
  color: #fe5a9a;
  text-decoration: none
}
body.themeDark a:hover {
  text-decoration: underline
}
body.themeDark #menu {
  background-color: #3b2e59
}
body.themeDark #menu .menuTrigger {
  background-color: #3b2e59
}
body.themeDark #header {
  background-color: #ac0c52
}
body.themeDark #header .inner nav ul li a {
  color: #fff
}
body.themeDark #header .inner nav ul li span {
  color: #fff
}
@media only screen and (max-width: 768px) {
  body.themeDark {
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: repeat-y
  }
  body.themeDark #navigation {
    background-color: rgba(0, 0, 0, 0.85)
  }
  body.themeDark #navigation nav ul li a {
    color: #fff
  }
  body.themeDark #navigation nav ul li span {
    color: #fff
  }
}
@keyframes skew {
  0% {
    transform: none
  }
  33% {
    transform: none
  }
  33.3% {
    transform: skewX(30deg)
  }
  33.6% {
    transform: skewX(-30deg)
  }
  33.9% {
    transform: none
  }
  66% {
    transform: none
  }
  66.3% {
    transform: skewX(5deg)
  }
  66.6% {
    transform: skewX(-5deg)
  }
  66.9% {
    transform: none
  }
  77% {
    transform: none
  }
  77.3% {
    transform: skewX(15deg)
  }
  77.6% {
    transform: skewX(-15deg)
  }
  77.9% {
    transform: none
  }
}
@keyframes skewHard {
  0% {
    transform: none
  }
  33% {
    transform: none
  }
  33.3% {
    transform: skewX(30deg)
  }
  33.6% {
    transform: skewX(-30deg)
  }
  33.9% {
    transform: none
  }
  66% {
    transform: none;
    color: #fff
  }
  66.3% {
    transform: skewX(5deg);
    color: #aaa
  }
  66.6% {
    transform: skewX(-5deg)
  }
  66.9% {
    transform: none
  }
  77% {
    transform: none;
    color: #fff
  }
  77.3% {
    transform: skewX(15deg)
  }
  77.6% {
    transform: skewX(-15deg)
  }
  77.9% {
    transform: none
  }
}