@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600&subset=japanese);
* 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
}

.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
}

#breadCrumbs {
  width: 100%;
  background: #f5f5f5
}

#breadCrumbs ul {
  width: 100%;
  padding: 20px 15px 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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
}

#breadCrumbs ul li {
  font-size: 12px;
  line-height: 1em
}

#breadCrumbs ul li+li::before {
  content: "\00a0>\00a0";
  display: inline-block
}

article {
  background: #f5f5f5;
  width: 100%;
  padding-top: 30px
}

article>.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

article>.inner .kv {
  width: 100%;
  margin: 0 auto
}

article>.inner .kv img {
  width: 100%;
  height: auto
}

article>.inner .kv img.pc {
  display: none
}

article>.inner h2 {
  width: 107px;
  margin: 30px auto 0
}

article>.inner h2 img {
  width: 100%;
  height: auto
}

article>.inner h2+p {
  padding-top: 30px
}

article>.inner p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.3em;
  margin-top: -.5em;
  padding: 0 30px
}

article>.inner p+p {
  padding-top: 50px
}

#intro {
  margin-top: 60px
}

#intro img {
  width: 100%;
  height: auto
}

#intro h1.wv-logo {
  width: 280px;
  margin: 0 auto
}

#intro .insta-icon {
  width: 80px;
  margin: 70px auto 0
}

#intro h2.headcopy {
  width: 257px;
  margin: 30px auto 0
}

#intro h2.headcopy img.pc {
  display: none
}

#intro>h3 {
  width: 80%;
  font-size: 12px;
  line-height: 1.6em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  margin: 30px auto 0
}

#intro>h3 br.pc {
  display: none
}

#intro>ul {
  font-size: 8px;
  line-height: 1.8em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  width: 80%;
  margin: 30px auto 0
}

#intro>ul>li {
  position: relative;
  padding-left: 1em
}

#intro>ul>li::before {
  content: "\203B";
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

#intro .box-wrap {
  width: 100%;
  margin: 60px auto 0
}

#intro .box-wrap .box {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto
}

#intro .box-wrap .box>p {
  text-align: center;
  font-size: 2.933vw;
  line-height: 1.8em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400
}

#intro .box-wrap .box>p>span {
  color: #3897f0
}

#intro .box-wrap .box>p br.pc {
  display: none
}

#intro .box-wrap .box.box1, #intro .box-wrap .box.box2 {
  width: 75.333vw;
  height: 44.4vw
}

#intro .box-wrap .box.box1>p, #intro .box-wrap .box.box2>p {
  margin-top: 13.6vw!important
}

#intro .box-wrap .box.box1 {
  background: url(../img/sp/intro_box_1.png) no-repeat center/100%
}

#intro .box-wrap .box.box2 {
  background: url(../img/sp/intro_box_2.png) no-repeat center/100%;
  margin-top: 30px
}

#intro .box-wrap .box.box3 {
  margin-top: 17px;
  width: 75.866vw;
  height: 47.733vw;
  background: url(../img/sp/intro_box_3.png) no-repeat center/100%
}

#intro .box-wrap .box.box3>p {
  margin-top: 17.066vw!important
}

aside {
  width: 100%;
  margin: 60px auto
}

aside .instagram a {
  width: 320px;
  height: 60px;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  color: inherit!important;
  text-decoration: none!important
}

aside .instagram a p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 18px;
  padding-left: 25px;
  position: relative
}

aside .instagram a p::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/sp/insta-btn-icon.png) no-repeat center/100%
}

aside .backnumber {
  width: 145px;
  margin: 60px auto 0
}

aside .backnumber>a>img {
  width: 100%;
  height: auto
}

aside .backnumber>p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 9px;
  line-height: 1.6em;
  margin-top: 10px;
  letter-spacing: -.04em
}

aside .ridge {
  width: 201px;
  margin: 60px auto 0
}

aside .ridge>a {
  color: #000!important;
  text-decoration: none!important
}

aside .ridge>a>img {
  width: 100%;
  height: auto
}

aside .ridge>a>p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  text-align: center;
  font-size: 9px;
  line-height: 1.6em;
  margin-top: 10px
}

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
}

