@charset "UTF-8";
#renew .block-box {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}

@media screen and (min-width: 768px) {
  #renew .block-box {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 992px) {
  #renew .block-box {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.renew-footer .block-box {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .renew-footer .block-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  .renew-footer .block-box {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.renew-headear {
  width: 100%;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.renew-headear .header-top {
  padding: 30px 0;
}

@media screen and (max-width: 991px) {
  .renew-headear .header-top {
    padding: 15px 0;
  }
}

.renew-headear .header-top .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 991px) {
  .renew-headear .header-top .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.renew-headear .header-top .inner .logo {
  width: 150px;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 991px) {
  .renew-headear .header-top .inner .logo {
    width: 110px;
  }
}

.renew-headear .header-top .inner .head-cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .renew-headear .header-top .inner .head-cv {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 100px;
  }
}

.renew-headear .header-top .inner .head-cv a {
  display: flex;
  width: 200px;
  margin-left: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}
.renew-headear .header-top .inner .head-cv .head-point-tel {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  margin-left: 30px;
}
.renew-headear .header-top .inner .head-cv a.head-point {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  margin: 0 10px 0 0;
  font-size: 12px;
  color: #fff;
  background: url(https://file003.shop-pro.jp/PA01437/226/2311_ajustplus/img/head_point-bg.png) no-repeat center/100% auto;
}
.renew-headear .header-top .inner .head-cv a.head-point .icon {
  width: 19px;
  margin-right: 3px;
}
.renew-headear .header-top .inner .head-cv a.head-point:hover {
  text-decoration: none;
}
.renew-headear .header-top .inner .head-cv a.head-tel {
    align-items: center;
    width: 200px;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: solid 1px #848169;
    box-sizing: border-box;
}

.renew-headear .header-top .inner .head-cv a img {
  width: 100%;
}

.renew-headear .header-top .inner .head-cv a.head-mail {
  background-image: url(https://file003.shop-pro.jp/PA01437/226/2311_ajustplus/img/head_mail-bg.png);
}

.renew-headear .header-top .hum {
  width: 35px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.renew-headear .header-top .hum span {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  height: 2px;
  background-color: #a1a0cc;
  -webkit-transition: .5s;
  transition: .5s;
}

.renew-headear .header-top .hum span:last-of-type {
  margin-bottom: 0;
}

.renew-headear .header-top .hum.open span:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
}

.renew-headear .header-top .hum.open span:nth-of-type(2) {
  opacity: 0;
}

.renew-headear .header-top .hum.open span:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 50%;
}

.renew-headear .header-top .sp-icons {
  position: absolute;
  right: 0;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -5px;
  margin-right: -5px;
}

.renew-headear .header-top .sp-icons a {
  width: 50%;
  margin: 0 5px;
}

.renew-headear .header-bottom {
  background-image: url(https://file003.shop-pro.jp/PA01437/226/2311_ajustplus/img/header-bottom-bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .renew-headear .header-bottom {
    background-image: none;
    display: block;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    position: absolute;
    left: 0;
    top: 64px;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
  }
  .renew-headear .header-bottom.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.renew-headear .header-bottom .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  padding: 10px 0;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1199px) {
  .renew-headear .header-bottom .inner {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 991px) {
  .renew-headear .header-bottom .inner {
    padding: 0;
  }
}

.renew-headear .header-bottom .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
}

.renew-headear .header-bottom .inner ul li {
  position: relative;
	padding-right: 15px;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .renew-headear .header-bottom .inner ul li {
    border-bottom: solid 1px #fff;
    margin-left: -15px;
    margin-right: -15px;
  }
  .renew-headear .header-bottom .inner ul li.visible-xs {
    display: block !important;
  }  
}

.renew-headear .header-bottom .inner ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 20px;
  background-image: url(https://file003.shop-pro.jp/PA01437/226/2010_renew/img/slash.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .renew-headear .header-bottom .inner ul li:after {
    content: none;
  }
}

.renew-headear .header-bottom .inner ul li:last-of-type {
  padding-right: 0;
}

.renew-headear .header-bottom .inner ul li:last-of-type:after {
  content: none;
}

.renew-headear .header-bottom .inner ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
}

.renew-headear .header-bottom .inner ul li.after-none {
  padding-right: 0;
}
.renew-headear .header-bottom .inner ul li.after-none:after {
  content: none;
}

@media screen and (max-width: 991px) {
  .renew-headear .header-bottom .inner ul li a {
    padding: 15px;
  }
}

@media screen and (max-width: 991px) {
  .renew-headear .header-bottom .inner ul li:last-of-type {
    border-bottom: none;
  }
}

@media screen and (max-width: 991px) {
  .renew-headear .header-bottom .inner .right {
    display: none;
  }
}

.renew-headear .header-bottom .inner .right a {
  color: #fff;
}

.renew-headear .header-bottom .inner .right a.icon {
  position: relative;
  padding-left: 36px;
  margin-left: 15px;
}

.renew-headear .header-bottom .inner .right a.icon:before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  position: absolute;
}

.renew-headear .header-bottom .inner .right a.icon.myaccount:before {
  background-image: url(https://file003.shop-pro.jp/PA01437/226/2010_renew/img/icon_myaccount.svg);
}

.renew-headear .header-bottom .inner .right a.icon.cart:before {
  background-image: url(https://file003.shop-pro.jp/PA01437/226/2010_renew/img/icon_cart.svg);
}

@media screen and (min-width: 768px) {
  .renew-headear.smaller .header-top {
    padding: 15px 0;
  }
  .renew-headear.smaller .header-top .logo {
    width: 120px;
  }
  .renew-headear.smaller .header-top .head-cv a {
    width: 170px;
  }
  .renew-headear.smaller .header-top .head-cv a.head-point {
    font-size: 11px;
  }
  .renew-headear.smaller .header-bottom .inner {
    padding: 7px 0;
    font-size: .9em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .renew-headear.smaller .header-bottom .inner {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 991px) {
  .renew-headear .header-bottom {
    display: block;
  }
  .renew-headear .header-bottom .inner {
    display: block;
  }
  .renew-headear .header-bottom .inner ul {
    display: block;
  }
  .renew-headear .header-bottom .inner .right a {
    display: block;
  }
}

.renew-footer {
  background-image: url(https://file003.shop-pro.jp/PA01437/226/2311_ajustplus/img/footer-bg02.jpg);
  background-size: cover;
  background-position: center;
}

.renew-footer .flex-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .renew-footer .flex-align {
    display: block;
  }
}

.renew-footer .foot-logo {
  max-width: 150px;
}

.renew-footer ul {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 767px) {
  .renew-footer ul {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
        flex-wrap: wrap;
  }
}

.renew-footer ul li a {
  color: #576175;
  position: relative;
  padding: 0 10px;
  padding-left: 10px;
  margin-left: 15px;
}

.renew-footer ul li a:before {
  content: "";
  background-image: url(https://file003.shop-pro.jp/PA01437/226/2010_renew/img/foot-arw.svg);
  background-size: cover;
  width: 5px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.renew-footer .f-right,
.renew-footer .copyright {
  color: #576175;
}

.renew-footer .pagetop {
  position: fixed;
  right: 30px;
  bottom: 60px;
}

.renew-footer .pagetop:before {
  content: "";
  width: 46px;
  height: 58px;
  display: block;
  background-image: url(https://file003.shop-pro.jp/PA01437/226/2010_renew/img/pagetop.svg);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .renew-footer .pagetop:before {
    width: 30px;
    height: 38px;
  }
}

.renew-footer .pagetop:hover {
  cursor: pointer;
}

.renew-footer .cv-bottom {
  display: none;
  border: solid 1px #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .renew-footer .cv-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.renew-footer .cv-bottom a {
  width: 33.333%;
  display: flex;
  align-items: center;
  padding: 9px 5px;
}

.renew-footer .cv-bottom a > img {
  width: 100%;
}
.renew-footer .cv-bottom .point {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    background: url(https://file003.shop-pro.jp/PA01437/226/2311_ajustplus/img/head_point-bg.png) no-repeat center/cover;
}
.renew-footer .cv-bottom .point .icon {
    width: 17px;
    margin-right: 2px;
}
.renew-footer .cv-bottom .point .icon img {
    width: 100%;
}
.renew-footer .cv-bottom .tel {
  background: #fff;
}
.renew-footer .cv-bottom .tel img {
    width: 96%;
    margin: 0 auto;
}
.renew-footer .cv-bottom .mail {
  background-image: url(https://file003.shop-pro.jp/PA01437/226/2311_ajustplus/img/head_mail-bg.png);
  background-size: cover;
  background-position: center;
}
.renew-footer .cv-bottom .mail img {
    width: 82%;
    margin: 0 auto;
}

.clearfield {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.clearfield.open {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  background-image: url(https://file003.shop-pro.jp/PA01437/226/2010_renew/img/header-bottom-bg.jpg);
  background-size: cover;
  background-position: center;
}

/* CSS Document */
h2, h3 {
  line-height: 2 !important;
}

.arrow > svg {
  width: auto;
  height: auto;
  max-width: 100%;
}

.space {
  padding-top: 30px;
}

.space-half {
  padding-top: 15px;
}

.space-ptit {
  padding-top: 7px;
}

.br-n {
  border-right: none !important;
}

.bl-n {
  border-left: none !important;
}

.bt-n {
  border-top: none !important;
}

.bb-n {
  border-bottom: none !important;
}

.fw-b {
  font-weight: bold;
}

p {
  line-height: 2;
}

.w-100 {
  width: 100% !important;
}

.mb--1 {
  margin-bottom: -1px;
}

.container {
  max-width: 1440px;
}

h2, h3 {
  line-height: 2;
}

.red {
  color: #C5413E;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  overflow-x: hidden;
  height: auto !important;
}

body.scroll-hidden {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/*
	header
================================*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

#global-header .container-fluid .container {
  background-color: #fff;
  height: 75px;
  padding-top: 18px;
  -webkit-transition: .8s all;
  transition: .8s all;
}

#global-header .container-fluid .container a {
  color: #665449;
  margin-right: 45px;
}

#global-header .container-fluid .container h1 a {
  display: inline-block;
  width: 150px;
  -webkit-transition: .8s;
  transition: .8s;
}

#global-header .container-fluid .container h1 a img {
  width: 100%;
}

.header-inner {
  background-color: #fff;
  position: relative;
}

.header-inner h1 {
  display: inline-block;
  float: left;
}

.header-inner ul {
  list-style-type: none;
  margin-top: auto;
}

.header-inner ul li {
  display: inline-block;
}

.slick-slide {
  outline: none;
}

a.store-btn {
  position: absolute;
  top: 40%;
  right: 20px;
  max-width: 200px;
  -webkit-transition: .8s;
  transition: .8s;
  opacity: 1;
}

a.store-btn:hover {
  opacity: .7;
}

a.store-btn img {
  width: 100%;
}

#fuwafuwa {
  -webkit-animation: float_2989 4.5s linear infinite;
          animation: float_2989 4.5s linear infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@media screen and (max-width: 350px) {
  #global-header .container-fluid .container h1 a {
    width: 130px;
  }
  #global-header .container-fluid .container {
    height: 68px;
  }
}

/*
	スクロール時のメニュー
================================*/
@media screen and (min-width: 992px) {
  #global-header.smaller .container-fluid .container h1 a {
    display: inline-block;
    width: 100px;
  }
  #global-header.smaller .container-fluid .container a {
    font-size: .9em;
  }
  #global-header.smaller .header-inner ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  #global-header.smaller .container-fluid .container {
    height: 55px;
    padding-top: 14px;
  }
  #global-header.smaller a.store-btn {
    max-width: 160px;
  }
}

@-webkit-keyframes float_2989 {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes float_2989 {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

/*
	ハンバーガーメニュー
================================*/
.open .header-inner ul {
  list-style-type: none;
  margin-top: auto;
}

.open .navbar-header ul {
  font-size: 1em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #global-header .container-fluid .container a {
    margin-right: 0;
  }
  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 100;
  }
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span {
    display: block;
    height: 3px;
    background: #665449;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 12px;
  }
  #nav_toggle span:nth-child(3) {
    top: 24px;
  }
  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

/*メニュー部分*/
@media screen and (max-width: 767px) {
  nav.navbar-header {
    display: none;
    position: absolute;
    top: 0;
    width: 65%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.97);
    left: 0;
    -webkit-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.5);
    z-index: 10;
  }
  header nav ul {
    display: block;
    width: 90%;
    height: 350px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 0 auto !important;
    width: 100%;
  }
  header .header-inner nav ul li {
    margin: 0 auto;
    text-align: center;
    display: block;
    height: 100px;
    line-height: 100px;
    border-bottom: dotted .5px #54524F;
  }
  header .header-inner nav ul li:last-of-type {
    border-bottom: dotted .5px #54524F;
  }
  header .header-inner nav ul li a {
    margin-right: auto;
  }
  header nav ul li:last-child {
    border: none;
  }
  header nav ul li a {
    display: block;
    color: #006598;
  }
}

/*
	ファーストビュー
================================*/
.fv {
  background: url(https://file003.shop-pro.jp/PA01437/226/img/fv.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
  background-size: cover;
}

/*
.fv img {
	width: 30%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right:10%;
}*/
.block {
  padding-top: 80px;
  padding-bottom: 80px;
}

.fv-second {
  padding: 30px 0 !important;
  background-color: #F2F6F8 !important;
}

/*
	block01
================================*/
.font_sub {
  position: relative;
  top: 0.35em;
}

.mb--10 {
  margin-bottom: -20px;
}

.block01 {
  background: url(https://file003.shop-pro.jp/PA01437/226/img/box01-bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  padding-bottom: 0;
}

.block01 h2,
.block01 h3,
.block03 h2,
.block06 h2 {
  color: #E75297;
}

.block01 .circles ul {
  list-style-type: none;
  letter-spacing: -.40em;
  text-align: center;
  display: block;
}

.block01 .circles ul li {
  display: inline-block;
  letter-spacing: normal;
  width: 33.33333333%;
  margin-left: -40px;
}

.block01 .circles ul li:nth-child(n+4) {
  margin-top: -75px;
}

.wave.invisible-xs {
  display: none !important;
}

/*
	block02
================================*/
.circles_02 ul {
  list-style-type: none;
}

.circles_02 ul li {
  width: 15%;
  margin-right: 4%;
  display: inline-block;
}

.circles_02 ul li:last-of-type {
  margin-right: 0;
}

.circles_02 ul li img {
  width: 100%;
}

.block02 {
  background: #F8F4F1;
  /*background-image: url(../img/block02-bg.png);*/
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 160px;
  margin-top: -1px;
  padding-bottom: 0;
}

.block02 .container {
  padding-bottom: 100px;
}

.block02 .title {
  width: 300px;
}

.block02 .circles .circle {
  background-image: url(https://file003.shop-pro.jp/PA01437/226/img/block02-circle.png);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  height: 180px;
}

.block02 .circles .circle .circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

/*
	block03
================================*/
.block03 .box01 {
  border: solid 2px #CDCCCB;
  padding: 60px;
}

.block03 .box01 .title {
  width: 300px;
}

.block03 .box01 .box01-02 .title {
  width: 210px;
}

.block03 .box01-03 table {
  border: solid 1px #8A8989;
}

.block03 .box01-03 table th {
  text-align: center;
  background: #EAF5FC;
}

.block03 .box01-03 table th,
.block03 .box01-03 table td {
  border-bottom: solid 1px #8A8989;
  padding: 8px;
}

.block03 .box01-04 .youtube {
  position: relative;
  width: 100%;
  padding-top: 76.25%;
}

.block03 .box01-04 .youtube iframe {
  position: absolute;
  top: 0;
  /*right: 0;*/
  width: 100% !important;
  height: 100% !important;
}

.block03 .box01 {
  position: relative;
}

.block03 .box01-03 h2 {
  color: #333;
}

.block03 .block03-top {
  position: absolute;
  right: 0;
  top: -252px;
  height: 250px;
}

/*
	block04
================================*/
.block04 {
  background-color: #DDD6C9;
}

.block04 a img {
  -webkit-transition: .8s all;
  transition: .8s all;
  opacity: 1;
}

.block04 a:hover img {
  opacity: .6;
}

.block04 .col-sm-6:first-of-type {
  padding-right: 0;
}

.block04 .col-sm-6:last-of-type {
  padding-left: 0;
}

/*
	block05
================================*/
.block05 {
  background-image: url(https://file003.shop-pro.jp/PA01437/226/img/block05-bg.jpg);
  background-size: cover;
  background-position: center;
}

.block05 p {
  color: #fff;
  line-height: 60px;
  margin-bottom: 0;
  letter-spacing: 0.7em;
}

/*
	block06
================================*/
.block06 {
  padding-bottom: 0;
}

.block06 .title {
  line-height: 1.7;
}

.block06 .title .letter-s {
  line-height: 1;
}

.block06 .letter-s {
  letter-spacing: 8px;
}

.items-container {
  border: solid 1px #928E8C;
  margin: -1px;
}

.items-container .item-cover {
  padding-right: 0;
  padding-left: 0;
}

.items-container .itemBox {
  border: solid 1px #928E8C;
  padding: 20px;
}

.items-container .price {
  border-bottom: solid 1px #aaa;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .items-container .price {
    height: 1.8em;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.items-container .price span:first-of-type {
  padding-right: 10px;
}

.items-container .explain {
  padding: 5px 0;
}

.items-container .sozai {
  padding-top: 5px;
}

.items-container .match-mini {
  position: relative;
}

.col-sm-2.match-mini img {
  position: absolute;
  bottom: 0;
}

.cloth {
  position: relative;
}

.cloth::before {
  content: "";
  display: block;
  padding-top: 85%;
  width: 100%;
}

.cloth img {
  /*width: 80%;*/
  /*max-width: 100%;
	margin: 10px auto;
	max-height: 230px;
	width: auto;*/
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: cover;';
}

.block06 h4 {
  font-weight: bold;
}

/*
	block07
================================*/
.block07 {
  /*background: url(../img/block02-top.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;*/
  padding-bottom: 0;
}

.block07 .container {
  padding-bottom: 100px;
}

@media screen and (min-width: 768px) {
  img.banner_tel,
  img.banner_mail {
    width: auto;
    height: 150px;
  }
}

/*
	block08
================================*/
.block08 {
  background-color: #F6F4F1;
}

.block08 .title {
  background: url(https://file003.shop-pro.jp/PA01437/226/img/voice_left.png), url(https://file003.shop-pro.jp/PA01437/226/img/voice_right.png);
  background-repeat: no-repeat;
  background-position: left,right;
  background-size: contain;
}

.block08 .voice {
  background-color: #fff;
  padding: 40px;
  border-radius: 26px;
  margin-top: 25px;
}

.block08 .voice .midashi {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
}

.block08 .voice .comment {
  padding-top: 16px;
  padding-left: 10px;
}

.block08 .square {
  border: solid 1px #665449;
  padding: 3px 6px;
  margin: 20px 0 30px;
}

.block08 p {
  line-height: 2;
}

.block08 p.chui {
  padding-left: 50px;
}

/*
	block09
================================*/
.block09 .title {
  background: url(https://file003.shop-pro.jp/PA01437/226/img/voice_left.png), url(https://file003.shop-pro.jp/PA01437/226/img/voice_right.png);
  background-repeat: no-repeat;
  background-position: left,right;
  background-size: contain;
}

.block09 table {
  margin-top: 60px;
}

/*ラジオボタン*/
.radio01-input {
  display: none;
}

.radio01-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.radio01-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio01-input:checked + label {
  color: #665449;
}

.radio01-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #665449;
  border-radius: 50%;
}

input.zip1 {
  width: 10%;
}

input.zip2 {
  width: 15%;
}

input.micro {
  width: 15%;
}

input.ptit {
  width: 25%;
}

input.small,
select.small {
  width: 40%;
  font-size: 100%;
}

input.middle,
select.middle {
  width: 50%;
}

input.semi-long,
select.semi-long {
  width: 70%;
}

t.long {
  width: 95%;
}

textarea.ta {
  width: 75%;
  height: 100px;
}

textarea.large {
  height: 200px;
}

#zip-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  padding: 8px 15px 9px;
  background-color: #333;
  border: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-left: 20px;
}

/*input リセット*/
input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

label {
  margin-bottom: 0;
}

/**/
.block09 input[type="text"],
select,
textarea {
  border-radius: 10px;
  border: solid 1px #5B5F72;
  padding: 3px 8px;
}

.block09 table th {
  width: 20%;
}

.block09 table th,
.block09 table td {
  padding: 10px 10px;
}

.block09 .name input:first-of-type {
  margin-right: 30px;
}

.block09 .address input {
  margin-top: 15px;
}

.block09 .address input:first-of-type {
  margin-top: 0;
}

.block09 .vAt th {
  vertical-align: top;
}

.block09 p {
  margin-bottom: 0;
}

.block09 .mail input:first-of-type {
  margin-bottom: 15px;
}

.block09 button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.block09 button.submit {
  width: 100%;
  height: 100%;
  padding: 15px 0;
  margin-top: 30px;
  background: #333333;
  color: #fff;
  border: none;
  z-index: 1;
  position: relative;
  display: block;
  text-shadow: none;
  line-height: 1.4em;
}

.block09 .send-btn {
  position: relative;
}

.block09 .send-btn .arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-40%);
  z-index: 1;
}

footer {
  background-color: #F6F4F1;
  position: relative;
}

footer.block {
  padding-top: 50px;
  padding-bottom: 30px;
}

.copy {
  background-color: #333333;
  color: #fff;
  padding: 10px;
}

a.pagetop {
  position: fixed;
  right: 10px;
  bottom: 52px;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background: url(https://file003.shop-pro.jp/PA01437/226/img/arrow_top.png) center no-repeat;
  background-size: 100%;
  z-index: 900;
  opacity: .8;
}

.block-end {
  padding-top: 200px;
}

.end-top {
  background: #878073;
  width: 160px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .flex-v {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1020px) {
  .block02 .circles .circle {
    background-size: 90%;
  }
  .header-inner ul {
    margin-top: 10px;
    -webkit-transition: .5s;
    transition: .5s;
  }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  #global-header .container-fluid {
    margin-bottom: -1px;
  }
  .block02 .circles .circle {
    background-size: 70%;
  }
  .block01 .circles ul li {
    margin-left: -30px;
  }
  .block01 .circles ul li:nth-child(n+4) {
    margin-top: -60px;
  }
  .block03 .box01 {
    padding: 40px;
  }
  #global-header .container-fluid .container a {
    margin-right: 25px;
    font-size: 0.875em;
  }
  a.store-btn {
    right: 30px;
    max-width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .block01 {
    background-position: bottom,center top;
    padding-bottom: 0 !important;
  }
  .block01 .camas {
    position: relative;
  }
  .block01 .wave01 {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .block02 {
    padding-bottom: 0 !important;
  }
  .block06 h4 {
    font-size: 1.125em;
  }
  .block06 .letter-s {
    letter-spacing: 5px;
  }
  .block06 .items-container .price span:first-of-type {
    display: block;
  }
  .block09 .title {
    background-size: 26%;
  }
  .block08 {
    overflow: hidden;
  }
  .block08 .title {
    background-size: 24%;
  }
  .fv img {
    width: 40%;
  }
  .block-end {
    margin-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .fv {
    background-position: top left 40%;
  }
  .fv img {
    width: 60%;
    right: 2%;
    top: 60%;
  }
  .visible-xs {
    display: block;
  }
  .invisible-xs {
    display: none;
  }
  .block {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow-x: hidden;
  }
  #global-header .container-fluid .container {
    padding-top: 15px;
  }
  a.store-btn {
    position: absolute;
    top: -15px;
    right: 50px;
    max-width: 110px;
    -webkit-transition: .8s opacity;
    transition: .8s opacity;
    opacity: 1;
  }
  /*	a.store-btn {
		position: absolute;
		top: 0;
		right: 60px;
		max-width: 80px;
		transition: .8s opacity;
		opacity: 1;
	}*/
  .block02 .circles .circle {
    background-size: 45%;
  }
  .block02 h2 {
    width: 75%;
    margin: 0 auto;
  }
  .block01 .circles ul li:nth-child(n+4) {
    margin-top: -38px;
  }
  .block01 .circles ul li:first-of-type {
    margin-top: -20px;
  }
  .block01 .circles ul li img.img-responsive {
    max-width: 70%;
    margin: 0 auto;
  }
  .w-dec {
    width: 80%;
    margin: 0 auto;
  }
  .block05 .h-h {
    letter-spacing: 0.4em;
    line-height: 2.2;
  }
  .block08 .square {
    font-size: 0.75em !important;
    line-height: 1.7;
  }
  .block09 .chui {
    line-height: 1.7;
  }
  .block03 .box01 {
    padding: 20px;
  }
  .block03 .block03-top {
    position: absolute;
    right: -8px;
    top: -71px;
    height: 70px;
  }
  .block04 .col-sm-6:first-of-type {
    padding-right: 15px;
  }
  .block04 .col-sm-6:last-of-type {
    padding-left: 15px;
  }
  .block05 p {
    color: #fff;
    line-height: 38px;
  }
  .block08 .title {
    background-size: 26%;
  }
  .block08 .voice {
    padding: 20px;
  }
  .block08 p.chui {
    padding-left: 20px;
  }
  table.form-table, table.form-table tbody, table.form-table tr, table.form-table th, table.form-table td {
    display: block;
    width: 100%;
  }
  /*input[type="text"], *:not(.except-xs) > input[type="password"], *:not(.except-xs) > input[type="file"], *:not(.except-xs) > input[type="tel"], *:not(.except-xs) > input[type="email"], *:not(.except-xs) > textarea, *:not(.except-xs) > select {
		width: 100% !important;
		line-height: normal;
	}*/
  input.zip1 {
    width: 20% !important;
  }
  input.zip2 {
    width: 30% !important;
  }
  .block09 .tel .micro {
    width: 28% !important;
  }
  table.form-table th {
    padding-bottom: 5px !important;
  }
  .block09 .name input {
    width: 45% !important;
  }
  .block09 .name input:first-of-type {
    margin-right: 10px;
  }
  .radio01-input + label {
    display: block;
  }
  #zip-btn {
    margin-top: 10px;
    margin-left: 0;
  }
  table.form-table td {
    padding-top: 0 !important;
    border-bottom: solid 1px #ccc;
  }
  .block07 {
    padding-bottom: 0;
  }
  .block09 table {
    margin-top: 30px;
  }
  .block08 .square {
    margin: 15px 0 15px;
  }
  .block09 .send-btn .arrow {
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%);
  }
  .block01 .circles ul li {
    display: block;
    width: 100%;
    margin-top: -38px;
    margin-left: auto;
    margin-right: auto;
  }
  .block01 .circles ul li:first-of-type img.img-responsive {
    margin-top: 0;
  }
  .block01 .circles ul li img.img-responsive {
    max-width: 70%;
    margin-top: -100px;
  }
  .block01 .circles ul li:nth-of-type(odd) img.img-responsive {
    float: left;
    margin-left: -30px;
  }
  .block01 .circles ul li:nth-of-type(even) img.img-responsive {
    float: right;
    margin-right: -30px;
  }
  .block01 .circles ul li .trans.ani-call {
    -webkit-transition: 1s;
    transition: 1s;
  }
  .block01 .circles ul li:nth-of-type(odd) .trans.ani-call.ani-init {
    -webkit-transform: translateX(-90%);
            transform: translateX(-90%);
  }
  .block01 .circles ul li:nth-of-type(even) .trans.ani-call.ani-init {
    -webkit-transform: translateX(90%);
            transform: translateX(90%);
  }
  .block02 .circles_02 ul li {
    display: block;
    width: 60%;
    margin-top: -38px;
    margin-left: auto;
    margin-right: auto;
  }
  .block02 .circles_02 ul li:first-of-type img.img-responsive {
    margin-top: 50px;
  }
  .block02 .container {
    padding-bottom: 60px;
  }
  .block02 .circles_02 ul li img.img-responsive {
    max-width: 70%;
    margin-top: -30px;
  }
  .block02 .circles_02 ul li:nth-of-type(odd) img.img-responsive {
    float: left;
    margin-left: -30px;
  }
  .block02 .circles_02 ul li:nth-of-type(even) img.img-responsive {
    float: right;
    margin-right: -30px;
  }
  .block02 .circles_02 ul li .trans.ani-call {
    -webkit-transition: 1s;
    transition: 1s;
  }
  .block02 .circles_02 ul li:nth-of-type(odd) .trans.ani-call.ani-init {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
  .block02 .circles_02 ul li:nth-of-type(even) .trans.ani-call.ani-init {
    -webkit-transform: translateX(130%);
            transform: translateX(130%);
  }
  .block07 .container {
    padding-bottom: 60px;
  }
  input.except-xs {
    width: auto !important;
  }
  footer .f-links div:nth-of-type(2) a {
    border-top: solid 1px #878073;
    border-bottom: solid 1px #878073;
    display: block;
  }
  footer .f-links div a {
    border-bottom: solid 1px #878073;
    display: block;
    padding: 5px;
    width: 70%;
    margin: 0 auto;
  }
}

/* add */
.topicpath_nav li {
  list-style-type: none;
  display: inline;
  font-size: .8em;
}

.guide__h2 {
  border-bottom: solid 1px #5F6263;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer li {
  list-style-type: none;
  padding-top: 7px;
}

.pink-btn {
  position: relative;
}

.pink-btn:before {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.pink-btn:hover:before {
  right: 6px;
}

.items-container {
  border: none;
}

.item {
  margin-right: -1px;
  margin-bottom: -1px;
}

.item a,
.item .sold_out {
  text-align: center;
  display: block;
  background-color: #E76685;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #fff;
}

.item .sold_out {
  background: #ede4e6;
  border: #231815 solid 1px;
  color: #231815;
}

.item a:hover {
  color: #fff;
  text-decoration: none;
}

.prd_lst_pager {
  text-align: center;
}

.prd_lst_pager ul li {
  list-style-type: none;
  display: inline-block;
}

.navbar-header {
  float: none !important;
}

.navbar-header ul li:last-of-type,
.navbar-header ul li:nth-last-of-type(2) {
  float: right;
  position: relative;
}

.navbar-header ul li:last-of-type:before {
  content: "";
  background-image: url(https://file003.shop-pro.jp/PA01437/226/img/my_account.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 13px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-58%);
          transform: translateY(-58%);
  position: absolute;
  left: -18px;
}

.navbar-header ul li:nth-last-of-type(2):before {
  content: "";
  background-image: url(https://file003.shop-pro.jp/PA01437/226/img/cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: -21px;
}

.navbar-header ul li:nth-last-of-type(2) a {
  margin-right: 0 !important;
}

.fv-second {
  background-color: #F3F1EB;
  padding: 190px 0 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .navbar-header ul li:last-of-type,
  .navbar-header ul li:nth-last-of-type(2) {
    float: none !important;
  }
  .fv-second {
    padding: 140px 0 50px;
  }
  footer ul {
    max-height: 160px;
    margin-bottom: 30px;
    margin-right: 0;
    width: auto;
    max-width: 100%;
  }
  footer li {
    font-size: .9em;
  }
}

.items-container .explain {
  line-height: 1.7;
}

.items-container .explain .phrase {
  font-size: 1.2em;
  border-bottom: dotted 1px #808080;
  margin-bottom: 10px;
  padding-bottom: 6px;
}

.item h4 span {
  font-weight: normal;
  font-size: 0.7em;
}

h2.ttl_h2 span {
  font-weight: normal;
}

/*
	下層
================================*/
#foot-cv {
  background-color: #F2F6F8;
}

#foot-cv .f-tel, #foot-cv .f-mail {
  background-size: cover;
  padding: 30px 60px;
  display: block;
}
#foot-cv .f-tel {
  padding-left: 38px;
  padding-right: 38px;
}

@media screen and (max-width: 767px) {
  #foot-cv .f-tel, #foot-cv .f-mail {
    padding: 20px 35px;
  }
}

#foot-cv .f-tel {
  background-image: url(https://file003.shop-pro.jp/PA01437/226/2311_ajustplus/img/head_point-bg.png);
}

#foot-cv .f-mail {
  background-image: url(https://file003.shop-pro.jp/PA01437/226/2311_ajustplus/img/head_mail-bg.png);
}

#foot-cv.kaso .block-box {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}

@media screen and (min-width: 768px) {
  #foot-cv.kaso .block-box {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 992px) {
  #foot-cv.kaso .block-box {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.items-container .itemBox {
  border: solid 1px #3B81BE !important;
}

.items-container .price {
  padding-top: 10px;
}

.item a {
  background-color: #3B81BE;
}

.item .sold_out {
  background-color: #F2F6F8;
  border: #3B81BE solid 1px;
  color: #3B81BE;
}

.product_addcart_btn {
  background-color: #3B81BE !important;
}
.cart-count {
	position: absolute;
    left: 19px;
    color: #ea927f;
    font-size: 0.8em;
  	line-height:1em;
    top: 4px;
    transform: translate(0px,-10px);
}
@media screen and (max-width: 991px) {
  .cart-count {
    left: auto;
    right: 10px;
    top: 8px;
    color: #fff;
    transform: translate(0px,-5px);
	}
}
@media screen and (min-width: 768px) {
  .renew-headear.smaller .cart-count {
    transform: translate(0px,-12px);
  }
}
.ios-tel a {
  color:#fff;
  text-decoration:none;
}