@charset "UTF-8";
* address, * dd, * div, * dl, * dt, * figure, * form, * h1, * h2, * h3, * h4, * h5, * h6, * li, * ol, * p, * table, * td, * th, * tr, * ul {
  margin: 0
}

* iframe, * img, * object {
  border: none;
  vertical-align: top
}

ul:not([data-reset=false]) {
  list-style: none;
  margin: 0;
  padding-left: 0
}

h1:not([data-reset=false]), h2:not([data-reset=false]), h3:not([data-reset=false]), h4:not([data-reset=false]), h5:not([data-reset=false]), h6:not([data-reset=false]) {
  margin: 0
}
.contents >div{
  background: #fff;
}
.contents >div:first-child{
  background: transparent;
}
.contents >.section-history{
  background: #fff;
}
.clearfix:after, .clearfix:before {
  display: table;
  content: " "
}

.clearfix:after {
  clear: both
}

#global-header {
  position: relative
}

#global-header .header-main {
  height: 50px;
  background: #fff
}

#global-header .header-main .title {
  text-align: center
}

#global-header .header-main .title a {
  position: relative;
  display: inline-block;
  padding: 9px 12px;
  line-height: 1
}

#global-header .header-main .title a .logo-hidden {
  position: absolute;
  top: 9px;
  left: 12px;
  opacity: 0
}

#global-header .header-main .title img {
  width: 40px;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear
}

#global-header .header-main #menu-toggle-btn {
  position: absolute;
  top: 0;
  left: 0
}

#global-header .header-tools {
  position: absolute;
  top: 0;
  right: 7px;
  height: inherit;
  zoom: 1
}

#global-header .header-tools:after, #global-header .header-tools:before {
  content: "";
  clear: both;
  display: block
}

#global-header .header-tools li {
  display: table;
  height: inherit;
  float: left;
  text-align: center
}

#global-header .header-tools li a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 7px
}

#global-header .header-tools li img {
  width: 16px;
  height: auto;
  vertical-align: middle
}

#global-header .header-tools .label {
  display: block
}

#global-header .header-tools .label-txt {
  display: none
}

#global-header #header-search {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 50px
}

#header-search {
  visibility: hidden;
  background: #1a1a1a;
  opacity: 0;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in
}

#header-search.active {
  visibility: visible;
  opacity: 1
}

#header-search.active.is-closing {
  opacity: 0
}

#header-search .header-search-inner {
  padding: 7px 14px 7px 16px
}

#header-search #productSearch {
  position: relative;
  padding-right: 46px
}

#header-search #searchQuery {
  width: 100%;
  margin: 0;
  padding: 12px 0;
  border: 0;
  border-radius: 0;
  color: #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  outline: 0;
  font-size: 10px;
  line-height: 1;
  background: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#header-search #search {
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 36px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  border: 0;
  border-radius: 2px;
  background: url(/user_data/packages/default/img/header/icn_search.png) no-repeat 50% 50%;
  background-size: 16px auto;
  background-color: #fff;
  cursor: pointer
}

#header-content-nav {
  height: 50px;
  background: #1a1a1a
}

#header-content-nav ul {
  height: inherit;
  zoom: 1
}

#header-content-nav ul:after, #header-content-nav ul:before {
  content: "";
  clear: both;
  display: block
}

#header-content-nav ul li {
  display: table;
  width: calc((100% / 5));
  height: 100%;
  float: left;
  text-align: center
}

#header-content-nav ul li.active {
  opacity: .3
}

#header-content-nav ul a {
  display: table-cell;
  vertical-align: middle;
  color: #ccc;
  font-weight: 700;
  text-decoration: none
}

#header-content-nav .label {
  display: block
}

#header-content-nav .label-icn img {
  vertical-align: middle
}

#header-content-nav .label-txt {
  margin-top: 5px;
  line-height: 1;
  font-size: 8px
}

#menu-toggle-btn {
  width: 50px;
  height: 50px;
  cursor: pointer
}

#menu-toggle-btn .menu-toggle-btn-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

#menu-toggle-btn .toggle-btn-bar {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 18px;
  height: 3px;
  background: #1a1a1a;
  border-radius: 2px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform-origin: center center;
  transform-origin: center center
}

#menu-toggle-btn .toggle-btn-bar.btn-bar-first {
  -webkit-transform: translate(0, -6px);
  transform: translate(0, -6px)
}

#menu-toggle-btn .toggle-btn-bar.btn-bar-third {
  -webkit-transform: translate(0, 6px);
  transform: translate(0, 6px)
}

#menu-toggle-btn.icn-close .toggle-btn-bar.btn-bar-first {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#menu-toggle-btn.icn-close .toggle-btn-bar.btn-bar-second {
  opacity: 0
}

#menu-toggle-btn.icn-close .toggle-btn-bar.btn-bar-third {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#header-menu {
  overflow-y: scroll;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 124px;
  background: #1a1a1a;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .35s linear;
  transition: opacity .35s linear
}

#header-menu .header-nav {
  margin: 0 37px;
  padding-top: 72px
}

#header-menu .header-nav li {
  border-bottom: 1px solid #343434
}

#header-menu .header-nav li a {
  display: block;
  padding: 14px 17px;
  font-size: 14px;
  color: #fff
}

#header-menu .header-nav li img {
  vertical-align: middle
}

#header-menu .header-nav li .label-icn {
  display: inline-block;
  margin-right: 16px
}

#header-menu .header-sns {
  margin-top: 20px;
  text-align: center
}

#header-menu .header-sns .header-sns-title {
  font-size: 10px;
  color: #fff
}

#header-menu .header-sns ul {
  display: inline-block;
  margin-top: 2px;
  zoom: 1
}

#header-menu .header-sns ul:after, #header-menu .header-sns ul:before {
  content: "";
  clear: both;
  display: block
}

#header-menu .header-sns ul li {
  float: left
}

#header-menu .header-sns ul li a {
  display: block;
  padding: 14px
}

#header-menu .header-sns ul img {
  width: 17px;
  height: auto
}

#header-menu.active {
  visibility: visible;
  opacity: 1
}

#header-menu.active.is-closing {
  opacity: 0
}

.for-outline {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

body#index.is-menu {
  overflow-y: scroll!important
}

body#index.is-menu #global-header .title {
  position: relative;
  z-index: 9000
}

body#index.is-menu #global-header .title img.logo-black {
  opacity: 0
}

body#index.is-menu #global-header .title img.logo-white {
  opacity: 1
}

body#index.is-menu #global-header #menu-toggle-btn {
  z-index: 9500
}

body#index.is-menu #global-header #menu-toggle-btn .toggle-btn-bar {
  background: #fff
}

body#index.is-menu #global-header #header-menu {
  z-index: 8999
}

html {
  height: 100%
}

body {
  margin: 0;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #010101;
  -webkit-text-size-adjust: none
}

#index a:link {
  color: #0090d4;
  text-decoration: none
}

#index a:visited {
  color: #0090d4;
  text-decoration: none
}

#index a:hover {
  color: #0090d4;
  text-decoration: underline
}

#index a:active {
  color: #0090d4;
  text-decoration: underline
}

body::before {
  display: block;
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/sp/intro_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

body::after {
  display: block;
  content: "";
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/sp/section2_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

body.active::before {
  z-index: -2
}

body.active::after::after {
  z-index: -1
}

section.intro.pc {
  display: none
}

section.intro.sp {
  width: 100%
}

section.intro.sp .inner_intro {
  width: inherit;
  height: calc(100vh - 100px);
  position: relative
}

section.intro.sp .intro1 h1.logo {
  width: 140px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 45px
}

section.intro.sp .intro1 h1.logo img {
  width: 100%;
  height: auto
}

section.intro.sp .intro1 h2.vol {
  width: 75px;
  position: absolute;
  right: 30px;
  bottom: 30px
}

section.intro.sp .intro1 h2.vol img {
  width: 100%;
  height: auto
}

section.intro.sp .intro2 {
  background-color: rgba(0, 0, 0, .6)
}

section.intro.sp .intro2 .text {
  width: 225px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px
}

section.intro.sp .intro2 .text p {
  color: #fff;
  font-size: 12px;
  line-height: 2em;
  margin-top: -.5em
}

section.intro.sp .intro2 .text p+p {
  padding-top: 90px
}

section.section .inner {
  width: 100%
}

section.section .inner .text p {
  font-size: 12px;
  line-height: 2em;
  margin-top: -.5em
}

section.section .inner .text p+p {
  padding-top: 80px
}

section#section1 {
  background-color: #fff
}

section#section1 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0
}

section#section1 .inner .title {
  margin: 0 auto 0 50px
}

section#section1 .inner .title h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 30px;
  letter-spacing: .1em;
  line-height: 1em;
  font-weight: 400
}

section#section1 .inner .text {
  margin: 0 25px 0 auto;
  width: 225px
}

section#section3 {
  padding: 0 0 100vh
}

section#section3 .inner {
  height: 100vh;
  position: relative;
  background-color: rgba(0, 0, 0, .6)
}

section#section3 .inner .text {
  width: 225px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px
}

section#section3 .inner .text p {
  color: #fff
}

section#section2 {
  background-color: #7aafdc
}

section#section2 .inner {
  padding: 100px 0
}

section#section2 .inner .text {
  width: 225px;
  margin: 0 25px 0 auto
}

section#section2 .inner .text p {
  color: #fff
}

/*
section#section2 {
  padding: 0 0 100vh
}

section#section2 .inner {
  height: 100vh;
  position: relative;
  background-color: rgba(0, 0, 0, .6)
}

section#section2 .inner .text {
  width: 225px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px
}

section#section2 .inner .text p {
  color: #fff
}

section#section3 {
  background-color: #e4e4e2
}

section#section3 .inner {
  padding: 100px 0
}

section#section3 .inner .text {
  width: 225px;
  margin: 0 25px 0 auto
}

section#section3 .inner .text p {
  color: #000
}
*/

section#section4 {
  background-color: #fff
}

section#section4 .inner {
  padding: 100px 0
}

section#section4 .inner .text {
  width: 225px;
  margin: 0 25px 0 auto
}

section#section4 .inner .text p {
  color: #000
}

section#section5 {
  width: 100%
}

section#section5::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh
}

section#section5 .wrap {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .6)
}

section#section5 .wrap .inner {
  width: 275px;
  margin: 0 auto;
  color: #fff
}

section#section5 .wrap .inner h3 {
  font-size: 11px;
  line-height: 2em;
  font-weight: 400
}

section#section5 .wrap .inner h2 {
  font-size: 21px;
  line-height: 1em;
  font-weight: 400;
  padding-top: 30px
}

section#section5 .wrap .inner h2 a {
  color: #fff!important;
  text-decoration: none!important;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff
}

section#section5 .wrap .inner p.price {
  font-size: 14px;
  line-height: 1em;
  padding-top: 20px
}

section#section5 .wrap .inner p.text {
  font-size: 12px;
  line-height: 2em;
  padding-top: 30px;
  margin-top: -.5em
}

aside {
  width: 100%;
  padding: 100px 0 50px;
  background-color: #fff
}

aside>h2.sp {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: center
}

aside .inner {
  margin-top: 50px
}

aside .inner .image {
  width: 175px;
  margin: 0 auto
}

aside .inner .image img {
  width: 100%;
  height: auto
}

aside .inner .text h2.pc {
  display: none
}

aside .inner .text p {
  font-size: 11px;
  line-height: 2em;
  margin: 30px auto 0;
  width: 325px
}

aside .backnumber {
  margin-top: 100px
}

aside .backnumber h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1em;
  text-align: center
}

aside .backnumber ul {
  width: 100%;
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

aside .backnumber ul li {
  width: calc((100% - 25px)/ 2)
}

aside .backnumber ul li a {
  font-size: 13px;
  line-height: 1.4em;
  color: #000!important;
  text-decoration: underline
}

aside .backnumber ul li:nth-of-type(n+3) {
  margin-top: calc(30px - (13px * .4 / 2))
}

footer.global_footer p.copyright {
  width: 92%;
  margin: 0 auto;
  text-align: left;
  color: #3c3c3c;
  font-size: 12px;
  line-height: 1.8
}

p.copyright {
  padding-top: 12px;
  padding-bottom: 8px
}

.global_footer {
  padding: 30px 0 10px;
  text-align: center;
  background-color: #fff
}

footer.global_footer .header-nav {
  margin: 0;
  padding: 0 10px;
  border-bottom: 1px solid #ddd
}

footer.global_footer .header-nav ul {
  border-top: 1px solid #ddd
}

footer.global_footer .header-nav li {
  text-align: left;
  border-bottom: 1px solid #ddd
}

footer.global_footer .header-nav li:last-child {
  border-bottom: 0
}

footer.global_footer .header-nav li a {
  display: block;
  padding: 14px 17px;
  font-size: 14px;
  color: #1a1a1a
}

footer.global_footer .header-nav li img {
  vertical-align: middle
}

footer.global_footer .header-nav li .label-icn {
  display: inline-block;
  margin-right: 16px
}

footer.global_footer .header-sns {
  margin-bottom: 24px;
  padding: 13px 0;
  border-bottom: 1px solid #ddd;
  text-align: center
}

footer.global_footer .header-sns ul {
  overflow: hidden;
  display: inline-block
}

footer.global_footer .header-sns ul li {
  float: left
}

footer.global_footer .header-sns ul li a {
  display: block;
  padding: 17px
}

footer.global_footer .header-sns img {
  width: 18px;
  height: auto
}

footer.global_footer p.copyright {
  width: auto;
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
  font-size: 8px;
  line-height: 1.25
}

#footer-links {
  overflow: hidden;
  display: table;
  margin: -10px auto 0
}

#footer-links li {
  position: relative;
  float: left;
  margin-top: 10px!important;
  margin-left: 10px;
  padding-left: 10px;
  line-height: 1;
  font-size: 11px
}

#footer-links li:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #1a1a1a
}

#footer-links li:first-child {
  margin-left: 0;
  padding-left: 0
}

#footer-links li:first-child:before {
  display: none
}

#footer-links li a {
  color: #1a1a1a
}

#footer-links li:nth-child(3n) {
  clear: left;
  margin-left: 0;
  padding-left: 0
}

#footer-links li:nth-child(3n):before {
  display: none
}

#footer-logo {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center
}

#footer-logo img {
  width: 40px;
  height: auto
}

.only-pc {
  display: none
}

:first-child {
  margin-top: 0!important
}
