@charset "UTF-8";

/* ---------------------
  - common setting
  - Nav
  - Marquee
  - SNS
  - Module
--------------------- */


/* =====================
  common setting
===================== */

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body {
  margin: 0;
}

#content {
  font-family: "Original Yu Gothic", "Yu Gothic", YuGothic, Arial, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Verdana, sans-serif;
  font-weight: normal;
  line-height: 1.6;
  box-sizing: border-box;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  max-width: 100%;
  width: 100%;/*640px;*/
  margin: 0 auto;
  padding-top: 47px;
  position: relative;
}

#content img {
  max-width: 100%;
  text-align: center;
  vertical-align: bottom;
}

#content a img,
#content a:link img,
#content img,
#content a:hover img,
#content img:hover {
  border: none;
}

#content p {
  margin: 0;
}

.inner,
.inner-over {
  margin: 0 auto;
}

.inner {
  width: 86%;
}

.inner-over {
  width: 94%;
}

.product-contents {
  margin-bottom: 40px;
}

.product-contents dt {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 100;
}

.product-contents dd {
  margin: 0 0 10px 0;
}

.comment-area {
  margin-bottom: 40px;
}

.comment-area dd {
  margin: 0 0 10px 0;
}

.comment-productName {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 100;
}

.comment-title {
  cursor: pointer;
  text-decoration: underline;
}

.comment-title.close {
  background: URL('sp_ico_02.png') no-repeat center right;
  background-size: 16px 15px;
  padding-right: 20px;
}

.comment-title.open {
  background: URL('sp_ico_01.png') no-repeat center right;
  background-size: 16px 15px;
  padding-right: 20px;
}

.comment-text {
  display: none;
}

.comment-age {
  margin-bottom: 20px !important;
}

.h2-ttl {
  margin-bottom: 20px;
  margin: 0 0 20px 0;
}

.top-kiv {
  margin: 0;
}

.gradient-bg {
  background: linear-gradient(to bottom, #EAEAEA, #FFFFFF 25%, #FFFFFF 50%, #FFFFFF 75%, #EDEDED);
  padding: 40px 0 40px;
}

.arrow-before,
.arrow-after {
  position: relative;
}

.arrow-before:before,
.arrow-after:after {
  content: "";
  position: absolute;
  left: calc(50% - 25px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
}

.arrow-before {
  padding-top: 60px;
}

.arrow-after:after {
  bottom: -25px;
  border-color: #EDEDED transparent transparent transparent;
}

.arrow-before:before {
  top: 0;
  border-color: #fff transparent transparent transparent;
}

.sec-mar {
  margin-bottom: 60px;
}

.video {
  display: block;
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}

.video-ttl {
  height: 39px;
  line-height: 39px;
  color: #fff;
  background: #000;
  text-align: center;
}

.denial-inner {
  margin-left: -7% !important;
  margin-right: -7% !important;
}

.pin-contents {
  display: none;
}


/* =====================
  Nav
===================== */

.gnav {
  position: absolute;
  max-width: 640px;
  width: 100%;
  top: 0px;
}

.gnav-menu {
  background-color: #000000;
  padding: 10px 3%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gnav-menu li {
  list-style: none;
}

.gnav-menu li:nth-child(1) {
  width: 68px;
  margin-right: 15px;
  line-height: 1;
}

.gnav-menu li:nth-child(2) {
  width: calc(100% - 150.6px);
  margin-right: 15px;
}

.gnav-menu li:nth-child(3) img {
  width: 52.6px;
}

.gnav-toggleMenu {
  display: none;
  background-color: #e5e5e5;
  position: absolute;
  top: 49px;
  width: 100%;
  z-index: 2;
  padding: 20px 5%;
  border-bottom: 1px solid #bbb;
  box-sizing: border-box;
  font-size: 14px;
}

.gnav-toggleMenu ul {
  margin: 0 auto;
  padding: 0;
}

.gnav-toggleMenu li {
  list-style-type: none;
  padding-left: 80px;
  line-height: 50px;
  position: relative;
}

.gnav-toggleMenu a {
  color: #000000;
}

.gnav-toggleMenu li:nth-child(1) {
  background: url(sp_menu_icn_01.png) no-repeat 35px 13px;
  background-size: auto 40px;
}

.gnav-toggleMenu li:nth-child(2) {
  background: url(sp_menu_icn_02.png) no-repeat 39px 6px;
  background-size: auto 40px;
}

.gnav-toggleMenu li:nth-child(3) {
  background: url(sp_menu_icn_03.png) no-repeat 44px 13px;
  background-size: auto 25px;
}

.gnav-toggleMenu li:nth-child(4) {
  background: url(sp_menu_icn_04.png) no-repeat 43px 12px;
  background-size: auto 25px;
}

.gnav-toggleMenu li:nth-child(5) {
  background: url(sp_menu_icn_05.png) no-repeat 41px 11px;
  background-size: auto 25px;
}

.new-icn:before {
  background: url(sp_new_icon.png) no-repeat 0px 10px;
  background-size: auto 30px;
  content: "";
  height: 40px;
  width: 31px;
  position: absolute;
  left: 0;
}

.gnav-toggleMenu li:nth-child(4) a:after {
  background: url(sp_menu_icn_06.png) no-repeat 0px 15px;
  background-size: 18px;
  content: "";
  height: 33px;
  width: 18px;
  position: absolute;
}

.fixed {
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100%;
}

#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  /*width: inherit;*/
  width: 100%;
  max-width: 640px;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.arrow {
  width: 0px;
  border-color: #000000;
  border-style: solid;
  border-width: 30px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  margin: 0 auto -10px;
}


/* =====================
  Modal
===================== */

#content {
  background-color: #fff;
}

#target1,
#target2,
#target3 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: 0;
  width: 100%;
  max-width: 960px;
  height: auto;
  text-align: center;
}

#bkg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  width: 100%;
  height: 120%;
}

#bkg span {
  display: block;
  font-size: 4em;
  font-weight: 300;
  color: #999;
  text-align: right;
}


/* =====================
  Marquee
===================== */

.marquee {
  padding: 0;
  overflow: hidden;
  margin: 0;
  position: relative;
  border-radius: 5px;
  border: 1px solid #808080;
  color: #FF8015;
  height: 25px;
}

.marquee p:after {
  content: "";
  white-space: nowrap;
  padding-right: 50px;
}

.marquee p {
  margin: 0;
  padding-left: 600px;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: marquee;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: marquee;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: marquee;
  -o-animation-timing-function: linear;
  -o-animation-duration: 10s;
  -o-animation-iteration-count: infinite;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%);
  }
  99%,
  to {
    -webkit-transform: translate(-100%);
  }
}

@-moz-keyframes marquee {
  from {
    -moz-transform: translate(0%);
  }
  99%,
  to {
    -moz-transform: translate(-100%);
  }
}

@-ms-keyframes marquee {
  from {
    -ms-transform: translate(0%);
  }
  99%,
  to {
    -ms-transform: translate(-100%);
  }
}

@-o-keyframes marquee {
  from {
    -o-transform: translate(0%);
  }
  99%,
  to {
    -o-transform: translate(-100%);
  }
}

@keyframes marquee {
  from {
    transform: translate(0%);
  }
  99%,
  to {
    transform: translate(-100%);
  }
}


/* =====================
  SNS
===================== */

#socialBtn ul {
  height: 25px;
}

#socialBtn li.line_sns a {
  background: none;
}


/* =====================
  Module
===================== */

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb-10 {
  margin-bottom: -10px !important;
}

.mb-20 {
  margin-bottom: -20px !important;
}

.mb-30 {
  margin-bottom: -30px !important;
}

.mb-40 {
  margin-bottom: -40px !important;
}

.txtAL {
  text-align: left !important;
}

.txtAC {
  text-align: center !important;
}

.txtAR {
  text-align: right !important;
}

.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

.fs0 {
  font-size: 0px !important;
}

.fs1 {
  font-size: 1px !important;
}

.fs2 {
  font-size: 2px !important;
}

.fs3 {
  font-size: 3px !important;
}

.fs4 {
  font-size: 4px !important;
}

.fs5 {
  font-size: 5px !important;
}

.fs6 {
  font-size: 6px !important;
}

.fs7 {
  font-size: 7px !important;
}

.fs8 {
  font-size: 8px !important;
}

.fs9 {
  font-size: 9px !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs25 {
  font-size: 25px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs27 {
  font-size: 27px !important;
}

.fs28 {
  font-size: 28px !important;
}

.fs29 {
  font-size: 29px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs31 {
  font-size: 31px !important;
}

.fs32 {
  font-size: 32px !important;
}

.fs33 {
  font-size: 33px !important;
}

.fs34 {
  font-size: 34px !important;
}

.fs35 {
  font-size: 35px !important;
}

.fs36 {
  font-size: 36px !important;
}

.fs37 {
  font-size: 37px !important;
}

.fs38 {
  font-size: 38px !important;
}

.fs39 {
  font-size: 39px !important;
}

.fs40 {
  font-size: 40px !important;
}

.fs41 {
  font-size: 41px !important;
}

.fs42 {
  font-size: 42px !important;
}

.fs43 {
  font-size: 43px !important;
}

.fs44 {
  font-size: 44px !important;
}

.fs45 {
  font-size: 45px !important;
}

.fs46 {
  font-size: 46px !important;
}

.fs47 {
  font-size: 47px !important;
}

.fs48 {
  font-size: 48px !important;
}

.fs49 {
  font-size: 49px !important;
}

.fs50 {
  font-size: 50px !important;
}