/* Josefin */
/* Comfortaa */
/*Roboto*/
@font-face {
  font-family: 'NotoSansCJKjp-Medium';
  src: url("/static/font/NotoSansCJKjp-Medium.ttf");
  src: url("/static/font/NotoSansCJKjp-Medium.woff");
}

@font-face {
  font-family: 'NotoSansCJKjp-Regular';
  src: url("/static/font/NotoSansCJKjp-Regular.ttf");
  src: url("/static/font/NotoSansCJKjp-Regular.woff");
}

@font-face {
  font-family: 'NotoSansCJKjp-Bold';
  src: url("/static/font/NotoSansCJKjp-Bold.ttf");
  src: url("/static/font/NotoSansCJKjp-Bold.woff");
}

/* ==========

header

============*/
#l-header {
  width: 100%;
  max-width: 1800px;
  height: 92px;
  position: relative;
  top: 0;
  z-index: 8888;
  font-family: "NotoSansCJKjp-Medium";
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1.8;
}

#l-header .forSp {
  display: none;
}

#l-header .headerWrap {
  width: 100%;
  position: relative;
}

#l-header .headerWrap.is-fixed {
  position: fixed;
  background-color: #FFF;
  -webkit-transform: translateY(-96px);
  -moz-transform: translateY(-96px);
  -ms-transform: translateY(-96px);
  transform: translateY(-96px);
}

#l-header .headerWrap.is-fixed.is-active {
  -webkit-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#l-header .headerWrap.is-hover .header .header-menu li > a:hover {
  color: #d6000d;
}

#l-header .headerWrap.is-hover .header .header-menu li > a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
  -webkit-transition: transform;
  -moz-transition: transform;
  -ms-transition: transform;
  transition: transform;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
}

#l-header .headerWrap.is-hover .header .header-menu.is-hover > a:hover {
  color: #d6000d;
}

#l-header .headerWrap.is-hover .header .header-menu.is-hover > a:hover:after {
  -webkit-animation-name: scrollLineX;
  -moz-animation-name: scrollLineX;
  -ms-animation-name: scrollLineX;
  animation-name: scrollLineX;
  -webkit-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -ms-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

#l-header .headerWrap.is-hover .header .header-btn:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: center;
  -webkit-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

#l-header .headerWrap.is-hover .header .header-btn:hover {
  cursor: pointer;
}

#l-header .headerWrap.is-hover .header .header-btn:hover a > span > i > span:nth-child(1) {
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transform: translateX(3px) translateY(2px);
}

#l-header .headerWrap.is-hover .header .header-btn:hover a > span > i > span:nth-child(2) {
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transform: translateX(-3px) translateY(-2px);
}

#l-header .headerWrap.is-hover .header .header-btn:hover:before {
  -webkit-transition-duration: 0.45s;
  -ms-transition-duration: 0.45s;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  transition-duration: 0.45s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transform: scale(1.08);
  border: 1px solid #000;
}

#l-header .headerWrap.is-hover .header .header-btn:hover.is-menu-active a > span > i > span {
  background-color: #d6000d;
}

#l-header .headerWrap.is-hover .header .header-btn:hover.is-menu-active a > span > i > span:nth-child(1) {
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transform: translateX(0px) translateY(6px);
}

#l-header .headerWrap.is-hover .header .header-btn:hover.is-menu-active a > span > i > span:nth-child(2) {
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transform: translateX(0px) translateY(-6px);
}

.header {
  width: 100%;
  min-width: 1100px;
  position: relative;
  top: 0;
  padding: 30px 60px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.header h1 {
  line-height: 1;
  display: flex;
  background: none;
  width: auto;
  height: auto;
  margin: 0;
}

.header h1 img {
  width: 91px;
  height: 25px;
}

.header .header-menu {
  display: flex;
  justify-content: flex-start;
  margin: 0 10% 0 auto;
}

.header .header-menu li {
  margin: 0 54px 0 0;
}

.header .header-menu li:last-child {
  margin: 0 0 0 0;
}

.header .header-menu li a {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  position: relative;
  padding: 0 0 3px 0;
  text-decoration: none !important;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.header .header-menu li a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #d6000d;
  transform-origin: right top;
  transform: scale(0, 1);
  -webkit-transition: transform;
  -moz-transition: transform;
  -ms-transition: transform;
  transition: transform;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
}

.header-btn {
  position: absolute;
  top: 20px;
  right: 60px;
  z-index: 10;
}

.header-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.header-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
}

.header-btn.is-menu-active {
  position: fixed;
}

.header-btn.is-menu-active a > span > i > span:nth-child(1) {
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.header-btn.is-menu-active a > span > i > span:nth-child(2) {
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

.header-btn a {
  width: 18px;
  height: 16px;
  display: block;
  position: relative;
  padding: 18px;
}

.header-btn a span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.header-btn a span i {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.header-btn a span i span {
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.header-btn a span i span:nth-child(1) {
  top: 0;
}

.header-btn a span i span:nth-child(2) {
  bottom: 0;
}

.menu {
  width: 100%;
  min-width: 1100px;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 5;
  visibility: hidden;
}

.menu.is-active {
  visibility: visible;
}

.menu.is-active .menu-box .menu-box-list {
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
}

.menu.is-active .menu-box .menu-box-bottom {
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.46s;
  -ms-transition-delay: 0.46s;
  -moz-transition-delay: 0.46s;
  -o-transition-delay: 0.46s;
  transition-delay: 0.46s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
}

.menu.is-active .menu-box .menu-box-bg {
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.menu.is-active .menu-bg {
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: .5;
}

.menu .menu-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #FFF;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0;
}

.menu .menu-box {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-filter: drop-shadow(-5px 0px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-5px 0px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-5px 0px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-5px 0px 10px rgba(0, 0, 0, 0.2));
}

.menu .menu-box .menu-box-list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 15vh 2.55vh 0 72px;
  overflow: scroll;
  box-sizing: border-box;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0;
}

.menu .menu-box .menu-box-list > li {
  font-size: 3.6vh;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 4.8vh;
}

.menu .menu-box .menu-box-list > li.is-hover > a:hover {
  color: #d6000d;
}

.menu .menu-box .menu-box-list > li.is-hover > a:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
  -webkit-transition: transform;
  -moz-transition: transform;
  -ms-transition: transform;
  transition: transform;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
}

.menu .menu-box .menu-box-list > li.menu-box-list-s {
  font-size: 1.8vh;
}

.menu .menu-box .menu-box-list > li:last-child {
  margin: 0;
}

.menu .menu-box .menu-box-list > li a {
  color: #000;
  position: relative;
  padding: 0 0 3px 0;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.menu .menu-box .menu-box-list > li a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #d6000d;
  transform-origin: right top;
  transform: scale(0, 1);
  -webkit-transition: transform;
  -moz-transition: transform;
  -ms-transition: transform;
  transition: transform;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
}

.menu .menu-box .menu-box-list > li .menu-box-list-inner {
  margin: 22px 0 0;
}

.menu .menu-box .menu-box-list > li .menu-box-list-inner > li {
  margin: 0 28px 1.05vh 0;
  display: inline-block;
}

.menu .menu-box .menu-box-list > li .menu-box-list-inner > li.is-hover > a:hover {
  color: #d6000d;
}

.menu .menu-box .menu-box-list > li .menu-box-list-inner > li.is-hover > a:hover:after {
  transform-origin: right top;
  -webkit-animation-name: scrollLineX;
  -moz-animation-name: scrollLineX;
  -ms-animation-name: scrollLineX;
  animation-name: scrollLineX;
  -webkit-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -ms-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu .menu-box .menu-box-list > li .menu-box-list-inner > li.is-hover > a:hover:before {
  background-color: #d6000d;
}

.menu .menu-box .menu-box-list > li .menu-box-list-inner > li a {
  display: block;
  font-size: 1.95vh;
  padding: 0 0 3px 12px;
  box-sizing: border-box;
  position: relative;
}

.menu .menu-box .menu-box-list > li .menu-box-list-inner > li a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #d6000d;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.menu .menu-box .menu-box-list > li .menu-box-list-inner > li a:before {
  content: "";
  width: 4px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.menu .menu-box .menu-box-list > li > p {
  color: #000;
}

.menu .menu-box .menu-box-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #f6f6f6;
  padding: 4.5vh 34px 4.5vh 72px;
  box-sizing: border-box;
  border-top: 1px solid #dbdbdb;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0;
}

.menu .menu-box .menu-box-bottom li {
  line-height: 1;
  display: inline-block;
  margin: 0 28px 0 0;
}

.menu .menu-box .menu-box-bottom li a {
  font-size: 1.8vh;
  color: #000;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  position: relative;
}

.menu .menu-box .menu-box-bottom li a:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/static/image/common/ico_gmenu.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.menu .menu-box .menu-box-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #FFF;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 0.46s;
  -ms-transition-duration: 0.46s;
  -moz-transition-duration: 0.46s;
  -o-transition-duration: 0.46s;
  transition-duration: 0.46s;
  -webkit-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

@keyframes scrollLineX {
  0% {
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  51% {
    transform-origin: right;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@media screen and (max-width: 749px) {
  #l-header {
    width: 100%;
    max-width: 100%;
  }
  #l-header .forSp {
    display: block;
  }
  .header {
    width: 100%;
    min-width: 100%;
    padding: 30px 20px 30px;
  }
  .header h1 {
    line-height: 1;
    display: flex;
  }
  .header .header-menu {
    display: none;
  }
  .header-btn {
    position: absolute;
    right: 20px;
  }
  .header-btn a {
    width: 18px;
    height: 16px;
    display: block;
    position: relative;
    padding: 18px;
  }
  .header-btn a span {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  .header-btn a span i {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  .header-btn a span i span {
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    left: 0;
  }
  .header-btn a span i span:nth-child(1) {
    top: 0;
  }
  .header-btn a span i span:nth-child(2) {
    bottom: 0;
  }
  .menu {
    min-width: 100%;
  }
  .menu .menu-box {
    width: 100%;
  }
  .menu .menu-box .menu-box-list {
    width: 100%;
    height: 100%;
    padding: 11.25vh 10px 3vh 20px;
  }
  .menu .menu-box .menu-box-list > li {
    font-size: 3vh;
    line-height: 1.3;
    margin: 0 0 5.25vh;
  }
  .menu .menu-box .menu-box-list > li .menu-box-list-inner {
    margin: 4.5vh 0 0;
  }
  .menu .menu-box .menu-box-list > li .menu-box-list-inner > li {
    margin: 0 28px 0.75vh 0;
  }
  .menu .menu-box .menu-box-list > li .menu-box-list-inner > li a {
    font-size: 2.1vh;
    padding: 0 0 0 10px;
  }
  .menu .menu-box .menu-box-bottom {
    width: 100%;
    padding: 3vh 10px 3vh 20px;
  }
  .menu .menu-box .menu-box-bottom li {
    margin: 0 25px 0 0;
  }
  .menu .menu-box .menu-box-bottom li a {
    font-size: 1.65vh;
    padding: 0 0 0 20px;
  }
  .menu .menu-box .menu-box-bottom li a:before {
    width: 10px;
    height: 10px;
  }
  .menu .menu-box .menu-box-bottom li:last-child {
    margin: 0;
  }
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* ==========

global setting

============*/
body,
html {
  width: 100%;
  position: relative;
}

#l-main {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

#app {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  position: relative;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inner-table {
  height: 100%;
  display: table;
}

.l-center {
  margin: auto;
}

.l-left {
  margin-left: auto;
}

.l-right {
  margin-right: auto;
}

.l-grid-1 {
  width: 400px;
}

.l-grid-2 {
  width: 45%;
}

.l-grid-3 {
  width: 252px;
}

.l-grid-4 {
  width: 320px;
  padding: 30px 0 0;
}

.l-grid-5 {
  width: 230px;
}

.l-grid-6 {
  width: 250px;
}

.l-grid-7 {
  width: 490px;
}

.theme-background-1 {
  background-color: #FFF !important;
}

.theme-color-1 {
  color: #000 !important;
}

.btn {
  width: 100%;
  display: block;
  margin: auto;
  background-color: #d6000d;
  position: relative;
  box-sizing: border-box;
}

.btn.is-hover-red:hover:before {
  background-color: #c0010b;
  -webkit-animation-name: hoverLineOff;
  -moz-animation-name: hoverLineOff;
  -ms-animation-name: hoverLineOff;
  animation-name: hoverLineOff;
  -webkit-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -ms-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

.btn.is-hover-red:hover a .ico2 > span {
  -webkit-animation-name: hoverArrowToRight;
  -moz-animation-name: hoverArrowToRight;
  -ms-animation-name: hoverArrowToRight;
  animation-name: hoverArrowToRight;
  -webkit-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -ms-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

.btn.is-hover-red:hover a .ico1 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn.is-hover-gray:hover:before {
  background-color: #f6f6f6;
  -webkit-animation-name: hoverLineOff;
  -moz-animation-name: hoverLineOff;
  -ms-animation-name: hoverLineOff;
  animation-name: hoverLineOff;
  -webkit-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -ms-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

.btn.is-hover-gray:hover a .ico3 > span {
  -webkit-animation-name: hoverArrowToRight;
  -moz-animation-name: hoverArrowToRight;
  -ms-animation-name: hoverArrowToRight;
  animation-name: hoverArrowToRight;
  -webkit-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -ms-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

.btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.btn a {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  color: #FFF;
  text-align: center;
  line-height: 1;
  padding: 30px 0;
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.btn a .ico1 {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.btn a .ico1:before {
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFF;
}

.btn a .ico1:after {
  content: "";
  width: 2px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #FFF;
}

.btn a .ico2 {
  width: 16px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.btn a .ico2 > span {
  width: 16px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  margin: auto;
}

.btn a .ico2 > span:before {
  content: "";
  width: 11px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFF;
}

.btn a .ico2 > span:after {
  content: "";
  width: 8px;
  height: 8px;
  right: -3px;
  margin-right: auto;
  position: absolute;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-left: 6px solid #FFF;
}

.btn a .ico3 {
  width: 16px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.btn a .ico3 > span {
  width: 16px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  margin: auto;
}

.btn a .ico3 > span:before {
  content: "";
  width: 11px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
}

.btn a .ico3 > span:after {
  content: "";
  width: 8px;
  height: 8px;
  right: -3x;
  margin-right: auto;
  position: absolute;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-left: 6px solid #000;
}

@keyframes hoverLineOff {
  0% {
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  60% {
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  61% {
    transform-origin: right;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
}

.linkto {
  width: 100%;
  display: block;
  position: relative;
}

.linkto.is-hover:hover a .ico > span {
  -webkit-animation-name: hoverArrowToRight;
  -moz-animation-name: hoverArrowToRight;
  -ms-animation-name: hoverArrowToRight;
  animation-name: hoverArrowToRight;
  -webkit-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -ms-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

.linkto.is-hover:hover:before {
  -webkit-animation-name: hoverLineToRight;
  -moz-animation-name: hoverLineToRight;
  -ms-animation-name: hoverLineToRight;
  animation-name: hoverLineToRight;
  -webkit-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -ms-animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  animation-timing-function: cubic-bezier(0.68, 0, 0, 1);
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -ms-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

.linkto:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background-color: #000;
}

.linkto a {
  display: block;
  padding: 24px 0;
  color: #000;
  box-sizing: border-box;
  position: relative;
}

.linkto a .ico {
  width: 16px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.linkto a .ico > span {
  width: 100%;
  height: 8px;
  position: absolute;
  display: block;
}

.linkto a .ico > span:before {
  content: "";
  width: 11px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  margin: auto;
  background-color: #000;
}

.linkto a .ico > span:after {
  content: "";
  width: 8px;
  height: 8px;
  right: -4px;
  margin-right: auto;
  position: absolute;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-left: 6px solid #000;
}

@keyframes hoverLineToRight {
  0% {
    transform-origin: right;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  40% {
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  41% {
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes hoverArrowToRight {
  0% {
    transform-origin: right;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    transform-origin: right;
    -webkit-transform: translateX(16px);
    -moz-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
  }
  26% {
    transform-origin: left;
    -webkit-transform: translateX(-16px);
    -moz-transform: translateX(-16px);
    -ms-transform: translateX(-16px);
    transform: translateX(-16px);
  }
  48% {
    transform-origin: left;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    transform-origin: left;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.l-modal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
}

.l-modal.is-active {
  visibility: visible;
}

.l-modal.is-active .modal {
  -webkit-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  opacity: 1;
}

.l-modal .modal {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
}

.l-modal .modal-close {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -40px;
  right: -38px;
  border-radius: 50%;
  z-index: 1;
  background-color: #d6000d;
}

.l-modal .modal-close a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-modal .modal-close a:before {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #FFF;
}

.l-modal .modal-close a:after {
  content: "";
  width: 3px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #FFF;
}

@media screen and (max-width: 749px) {
  #l-main {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  #app {
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: relative;
  }
  .content {
    position: relative;
    width: 100%;
    min-width: 320px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .content.content-top {
    padding: 0 !important;
  }
  .swiper-wrapper {
    left: auto !important;
  }
  .l-grid-1 {
    width: 100%;
  }
  .l-grid-2 {
    width: 100%;
    margin: 0 0 28px;
  }
  .l-grid-3 {
    width: 190px;
  }
  .l-grid-4 {
    width: 70%;
    padding: 0px 0 0;
  }
  .l-grid-5 {
    width: 100%;
  }
  .l-grid-6 {
    width: 100%;
  }
  .btn {
    width: 100%;
    margin: auto;
  }
  .btn a {
    font-size: 13px;
    padding: 23px 0;
  }
  .btn a .ico3:before {
    background-color: #FFF;
  }
  .btn a .ico3:after {
    border-left: 6px solid #FFF;
  }
  .linkto a {
    padding: 20px 0;
    font-size: 12px;
  }
  .linkto a .ico {
    width: 16px;
    height: 8px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    margin: auto;
  }
  .l-modal .modal-close {
    width: 40px;
    height: 40px;
    top: -20px;
    right: -19px;
  }
  .l-modal .modal-close a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-modal .modal-close a:before {
    width: 15px;
    height: 2px;
  }
  .l-modal .modal-close a:after {
    width: 2px;
    height: 15px;
  }
}

div#container {
  padding: 0 !important;
}
