@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #434343;
  /*font: 1.4rem/1.5 '游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro',メイリオ,Osaka,'ＭＳ Ｐゴシック','MS PGothic',Arial,Helvetica,sans-serif;*/
  /* font-family: 'M PLUS Rounded 1c', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, sans-serif; */
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, sans-serif;
  ;
  /*for IE9*/
  font-size: 1.4rem;
  /*for IE9*/
  line-height: 1.5;
  /*for IE9*/
  -webkit-text-size-adjust: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* --------------------------------
 * page-top
 * -------------------------------- */
#page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: -150px;
  background-color: hsla(0, 0%, 53%, 0.90);
  border-radius: 3px;
  z-index: 99999999;
  transition: 0.2s ease-in-out;
}

#page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "fontello";
  content: '\e80b';
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  #page_top:hover {
    background-color: hsla(0, 0%, 53%, 1.00);
  }
}

@media only screen and (max-width: 768px) {
  #page_top {
    width: 40px;
    height: 40px;
    right: 10px;
    background-color: hsla(0, 0%, 53%, 0.90);
  }

  #page_top a {
    width: 40px;
    height: 40px;
  }

  #page_top a::before {
    font-size: 25px;
    line-height: 40px;
  }
}

/* --------------------------------
 * wrapper
 * -------------------------------- */
.wrapper {
  padding: 0px;
}

/* --------------------------------
 * header
 * -------------------------------- */
.header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  background-color: #ffffff;
  text-align: center;
  top: 0;
  left: 0;
  box-shadow: 0px -4px 4px 3px #C0C0C0;
}

.header-logo {
  padding-top: 2px;
  display: inline-block;
  max-width: 200px;
  line-height: 1.0;
  height: 46px;
}

/* -------------------
 * global-nav
 * ------------------- */
.global-nav-wrap {
  position: fixed;
  /*padding: 40px 0px 0px;*/
  padding: 50px 0px 0px;
}

.global-nav {
  display: block;
  padding-top: 10px;
  margin-bottom: 20px;
}

.global-nav li {
  width: 100%;
  padding-bottom: 0px;
}

.global-nav li a {
  display: block;
  text-decoration: none;
  font-size: 1.2rem;
  color: #434343;
  line-height: 1.4;
  padding: 30px 26px 28px 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.61);
  position: relative;
}

/*.global-nav li a::before {
	font-family: "fontello";
	position: absolute;
	top: 30px;
	right: 10px;
}

.global-nav li:nth-child(1) a::before {
	content: '\e814';
}
.global-nav li:nth-child(2) a::before {
	content: '\e815';
}
.global-nav li:nth-child(3) a::before {
	content: '\f291';
}*/

/* ----------------
 * slideout
 * ---------------- */
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 230px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  /*background-color: #E40110;*/
  background-color: #E9ECEF;
}

.slideout-panel {
  position: relative;
  z-index: 99;
  will-change: transform;
  background-color: #fff;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

/* ----------------
 * toggle
 * ---------------- */
.toggle-button {
  display: block;
  position: fixed;
}

.menuWrapper {
  position: fixed;
  z-index: 999999999;
  top: 5px;
  left: 10px;
  /*border: 2px solid #fff;*/
  border-radius: 5px;
  width: 36px;
  height: 36px;
  background-color: hsla(356, 99%, 45%, 0.00);
}

#menuButton {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 99990;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: transform 300ms;
}

#menuButton span,
#menuButton::before,
#menuButton::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #fff;
}

#menuButton span {
  opacity: 1;
  transition: opacity 200ms;
  overflow: hidden;
  z-index: 99991;
  color: #fff;
}

#menuButton::before,
#menuButton::after {
  transition: transform 200ms;
  z-index: 99992;
  content: "";
}

#menuButton::before {
  transform: translate(0, -9px);
}

#menuButton::after {
  transform: translate(0, 9px);
}

#menuButton.active {
  transform: rotate(-180deg);
}

#menuButton.active span {
  opacity: 0;
}

#menuButton.active::before {
  transform: rotate(45deg);
}

#menuButton.active::after {
  transform: rotate(-45deg);
}

/* --------------------------------
 * content-wrap
 * -------------------------------- */
.site-title-wrap {
  padding-top: 50px;
}

.site-title-wrap img {
  display: block;
}

.content-wrap img {
  display: block;
}

/* ----------------
 * foote-nav-common
 * ---------------- */
.foote-nav-wrap {
  width: 100%;
  position: fixed;
  bottom: -300px;
  z-index: 999;
  transition: all 0.5s ease-out;
}

.foote-nav-wrap.fixed {
  bottom: 0px;
}

.foote-nav {
  display: flex;
  justify-content: space-between;
}

.foote-nav li {
  width: 49.8%;
}

.foote-nav li a {
  display: block;
  max-width: 180px;
  width: 60%;
  margin: 0 auto;
  padding: 1px;
}

.foote-nav li a img {
  display: block;
}

/* --------------------------------
 * maternity
 * -------------------------------- */
/* ----------------
 * header
 * ---------------- */
#menuButton span,
#menuButton::before,
#menuButton::after {
  background: #5B5B5C;
}

/* ----------------
 * product-wrap
 * ---------------- */
.product-wrap {
  padding-top: 50px;
  margin-top: -50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.product-wrap img,
.product-wrap a {
  display: block;
}

/* ----------------
 * btn-netshop
 * ---------------- */
.btn-netshop {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #0d0d0d;
  background-color: hsla(0, 0%, 100%, 0.90);
  width: 260px;
  height: 40px;
  color: #434343;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.btn-netshop::before {
  font-family: "fontello";
  content: '\e80a';
  position: absolute;
  right: 10px;
}

@media screen and (max-width: 500px) {
  .btn-netshop {
    width: 200px;
    height: 36px;
    font-size: 1.3rem;
    line-height: 36px;
  }
}

/* inner ------------------------ */
.inner-none {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* image ------------------------ */
.flex-img img {
  width: 100%;
  height: auto;
}