@charset "UTF-8";
/*
Theme Name: KAIKA
Description: Kaika Theme
*/
/* Scss Document */
/*color*/
/* responsive */
body, html {
  position: static;
  width: 100%;
  height: 100%;
}

html {
  line-height: 1.15;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  font-size: 62.5%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  min-width: 100%;
  margin: 0;
  background: #ffffff;
  line-height: 1.9;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 1100px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 1.5rem;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  body {
    font-size: 1.8rem;
  }
}

body.fadeout {
  min-width: 100%;
  height: 100%;
}

main {
  width: 100%;
  overflow: hidden;
}

a {
  color: #002A55;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
a:hover {
  opacity: 0.6;
}

i {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

svg {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

img[src$=".svg"],
img[src$=".svgz"] {
  width: 100%;
}

p {
  margin: 0;
}

button,
input, u-mt60 optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

figure {
  margin: 0;
}

i {
  display: inline-block;
}

@media screen and (min-width: 1100px) {
  .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .hidden-pc {
    display: block;
  }
}

@media screen and (min-width: 1100px) {
  .hidden-sp {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .hidden-sp {
    display: none !important;
  }
}

.img {
  width: 100%;
  height: auto;
}

/*text*/
.u-text + p {
  margin: 1.75em 0 0;
}

/* bg-img text */
.u-bg-text {
  text-indent: 100%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}

/*align*/
.u-ta-l {
  text-align: left;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

/*font-size*/
@media screen and (min-width: 1100px) {
  .u-fs-xs {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .u-fs-s {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .u-fs {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .u-fs-l {
    font-size: 21px;
    font-size: 2.1rem;
  }

  .u-fs-xl {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .u-fs-20 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .u-fs-xs {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .u-fs-s {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .u-fs {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .u-fs-l {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .u-fs-xl {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .u-fs-20 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.u-fw-b {
  font-weight: bold;
}

/* margin */
.u-mb100 {
  margin-bottom: 100px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr50 {
  margin-right: 50px;
}

/* padding */
.u-pd100 {
  padding-bottom: 100px;
}

.u-pd80 {
  padding-bottom: 80px;
}

.u-pd50 {
  padding-bottom: 50px;
}

.u-pd40 {
  padding-bottom: 40px;
}

.u-pd20 {
  padding-bottom: 20px;
}

.u-pd-em {
  padding-left: 1em;
}

/*line-height*/
.u-lh120 {
  line-height: 1.2;
}

.u-lh150 {
  line-height: 1.5;
}

.u-lh180 {
  line-height: 1.8;
}

.u-lh200 {
  line-height: 2;
}

/*a color*/
.u-text-link {
  color: #000000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.u-text-link:hover {
  opacity: 0.7;
}

/*display*/
.u-dis-i {
  display: inline;
}
.u-dis-i * {
  display: inherit;
}

.u-dis-ib {
  display: inline-block;
}

.u-dis-b {
  display: block;
}

/*flex*/
.u-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*position*/
.u-pos-rt {
  position: relative;
}

.u-pos-al {
  position: absolute;
  left: 0;
  top: 0;
}

/*text-deco*/
.u-cycle {
  position: relative;
  padding-left: 1.25em;
}
.u-cycle::before {
  content: "◯";
  position: absolute;
  left: 0;
}

/*before after*/
.u-ba {
  content: "";
  display: block;
  position: absolute;
}

/* dis */
.u-sp-view {
  display: none !important;
}

@media screen and (max-width: 1100px) {
  .u-pc-view {
    display: none !important;
  }

  .u-sp-view {
    display: inherit !important;
  }
}
/* cycle */
.u-cycle01 {
  background-color: #0d0d0d;
}

.u-cycle02 {
  background-color: #B8A072;
}

/*ie11*/
.u-ie-flex-h {
  min-height: 0%;
}

.clearfix:after, .cf:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (min-width: 1100px) {
  .flex, .box__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 1100px) {
  .box__flex {
    display: block;
  }
}

.box__flex__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box__flex__between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.no__link, .btn a {
  text-decoration: none;
  color: inherit;
}

.section__pp {
  padding: 3.4vw 0;
}
@media screen and (max-width: 1100px) {
  .section__pp {
    padding: 6vw 2vw;
  }
}

.not_section__pp {
  padding: 0;
}

.sub__ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .sub__ttl {
    margin-bottom: 5px;
  }
}
.sub__ttl .sub__ttl__in {
  display: inline-block;
  position: relative;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 12px;
}
.sub__ttl .sub__ttl__in:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  background: #ffffff;
  height: 3px;
  width: 100%;
}
.sub__ttl .sub__ttl__eng {
  margin-top: 8px;
}
.sub__ttl.white__sub__ttl .sub__ttl__in:after {
  background: #E3E3E3;
}

.right__arrow a {
  position: relative;
  display: block;
  width: 100%;
}
.right__arrow a:after {
  content: "";
  width: 8px;
  height: 14px;
  display: inline-block;
  background: url(../img/common/arrow_right.svg) no-repeat right center;
  background-size: 100%;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.right__white__arrow a {
  position: relative;
  display: block;
  width: 100%;
}
.right__white__arrow a:after {
  content: "";
  width: 8px;
  height: 14px;
  display: inline-block;
  background: url(../img/common/arrow_right_white.svg) no-repeat right center;
  background-size: 100%;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.arrow__left__navy {
  position: relative;
  display: block;
  padding-left: 30px;
}
.arrow__left__navy:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/common/arrow_navy.svg) no-repeat left center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.btn {
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .btn {
    display: block;
  }
}
.btn a {
  color: #000000;
  padding: 6px 40px 6px 30px;
  display: block;
}
@media screen and (max-width: 1100px) {
  .btn a {
    padding: 10px 24px 10px 12px;
  }
}
.btn.b__sub_blue a {
  padding: 10px 50px 10px 30px;
}
@media screen and (max-width: 1100px) {
  .btn.b__sub_blue a {
    padding: 12px;
  }
}
.btn.b__sub_gray a {
  padding: 10px 50px 10px 30px;
}
@media screen and (max-width: 1100px) {
  .btn.b__sub_gray a {
    padding: 12px;
  }
}
.btn.border__sub_blue a {
  padding: 10px 50px 10px 30px;
}
@media screen and (max-width: 1100px) {
  .btn.border__sub_blue a {
    padding: 12px;
  }
}
.btn.border__sub_beige a {
  padding: 10px 50px 10px 30px;
}
@media screen and (max-width: 1100px) {
  .btn.border__sub_beige a {
    padding: 12px;
  }
}

.cat {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  padding: 4px 12px;
}

.gothic {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.eng, .sub.category-content .product-detail .product-content .s-ttl .main-eng, .top #top-news .news-lead .view-all, .top #top-product .product-lead .view-all, .top #main_slider_wrapper #main_slider .ttl-eng, .l-menu__content {
  letter-spacing: 0.3rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.jp_eng {
  font-size: 1.2rem;
  margin-left: 12px;
}

.color__main {
  color: #B8A072;
}

.sub__ttl {
  margin: 10px 0;
  position: relative;
}
.sub__ttl:after {
  width: 100px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 40px;
  content: "";
  background: #D5D5D5;
  height: 3px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .sub__ttl:after {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.tel {
  font-size: 2rem;
}
@media screen and (max-width: 1100px) {
  .tel a {
    text-decoration: none;
  }
}
.tel .tel_in {
  font-size: 2.4rem;
}

.pdf_icon {
  width: 60px;
  margin-bottom: 12px;
  display: inline-block;
}

@media screen and (min-width: 1100px) {
  .box__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1100px) {
  .column__2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .column__2 > section, .column__2 > div, .column__2 > .col {
    width: calc(100% / 2 - 15px);
  }
}
@media screen and (max-width: 1100px) {
  .column__2 > section, .column__2 > div, .column__2 > .col {
    margin-bottom: 30px;
  }
  .column__2 > section:last-child, .column__2 > div:last-child, .column__2 > .col:last-child {
    margin-bottom: 0;
  }
}

.eng, .sub.category-content .product-detail .product-content .s-ttl .main-eng, .top #top-news .news-lead .view-all, .top #top-product .product-lead .view-all, .top #main_slider_wrapper #main_slider .ttl-eng, .l-menu__content {
  font-family: athelas, serif;
  font-weight: 400;
  font-style: normal;
}

.translate, #google_translate_element2, #gtranslate_selector {
  right: 10px;
  top: -15px;
}
@media screen and (max-width: 1100px) {
  .translate, #google_translate_element2, #gtranslate_selector {
    right: 0;
    top: 0;
  }
}
.translate a, #google_translate_element2 a, #gtranslate_selector a {
  margin-right: 6px;
}

.cp_ipselect.hidden-sp {
  position: absolute;
  right: 0;
  top: -34px;
  margin: 2em auto;
  min-width: 170px;
  text-align: center;
  font-family: athelas, serif;
  font-weight: 600;
  font-style: normal;
}
.cp_ipselect.hidden-sp:after {
  right: 20px;
  top: -10px;
  display: block;
  position: absolute;
  content: "▶";
  font-size: 1rem;
  color: #B8A072;
}
.cp_ipselect.hidden-sp:focus:after {
  color: #ffffff;
}

.cp_ipselect.hidden-pc {
  position: relative;
  text-align: center;
  font-family: athelas, serif;
  font-weight: 600;
  font-style: normal;
}
.cp_ipselect.hidden-pc:after {
  right: 12px;
  top: 25px;
  display: block;
  position: absolute;
  content: "▶";
  font-size: 1.2rem;
  color: #ffffff;
}
.cp_ipselect.hidden-pc:focus:after {
  color: #ffffff;
}

.cp_sl06 {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  border-radius: 0;
  border: none;
  font-family: athelas, serif;
  font-weight: 600;
  border: 1px solid #B8A072;
  color: #B8A072;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 7px 12px 7px 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 100px;
}
@media screen and (max-width: 1100px) {
  .cp_sl06 {
    margin-top: 20px;
    padding: 7px 12px 7px 20px;
    color: #ffffff;
    font-size: 1.4rem !important;
    border: 1px solid #ffffff !important;
  }
}

.cp_sl06:focus {
  background: #B8A072;
  color: #ffffff;
  outline: none;
}

.cp_ipselect .cp_sl06 {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_sl06 {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.cp_ipselect2 select::-ms-expand {
  display: none;
}

.cp_ipselect2:after {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
  pointer-events: none;
}

.cp_sl06_selectlabel {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.cp_sl06:focus ~ .cp_sl06_selectlabel, .cp_sl06:valid ~ .cp_sl06_selectlabel {
  color: #da3c41;
  top: -20px;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 14px;
}

.cp_sl06_selectbar {
  position: relative;
  display: block;
  width: 100%;
}

.cp_sl06_selectbar:before, .cp_sl06_selectbar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #da3c41;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.cp_sl06_selectbar:before {
  left: 50%;
}

.cp_sl06_selectbar:after {
  right: 50%;
}

.cp_sl06:focus ~ .cp_sl06_selectbar:before, .cp_sl06:focus ~ .cp_sl06_selectbar:after {
  width: 50%;
}

.cp_sl06_highlight {
  position: absolute;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.header-change.show header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header {
  padding: 30px 0 15px;
  background: #ffffff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 998;
}
@media screen and (max-width: 1100px) {
  header {
    padding: 10px 0 10px;
  }
}
@media screen and (max-width: 1100px) {
  header .box-btn {
    display: none;
  }
}
header .box-btn {
  margin-top: 0;
  width: 170px;
  position: absolute;
  right: 200px;
  top: -18px;
}
header.js-fix {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}
header #logo {
  width: 200px;
}
header .wrap {
  position: relative;
  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;
}
@media screen and (max-width: 1100px) {
  header .wrap {
    padding-right: 0;
  }
}
header .wrap .menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 1100px) {
  header .wrap .menu-right {
    margin-top: 10px;
  }
}
header .wrap .menu {
  margin-right: 40px;
  font-family: athelas, serif;
}
header .wrap .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .wrap .menu ul li {
  margin-right: 38px;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}
header .wrap .menu ul li:last-child {
  margin-right: 0;
}
header .wrap .menu ul li a {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 1100px) {
  header .wrap .menu {
    display: none;
  }
}

.header-change.show {
  top: 0;
}

.l-menu__content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  background: #B8A072;
}
@media screen and (max-width: 1100px) {
  .l-menu__content {
    padding: 8vw 6vw;
  }
}
.l-menu__content a {
  text-decoration: none;
}

.l-menu__container {
  max-height: 100%;
  padding: 0 0 0;
  overflow-x: hidden;
  color: #ffffff;
}
@media screen and (max-width: 1100px) {
  .l-menu__container .sp-hide {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .l-menu__container .sp-open {
    cursor: pointer;
    background: url(../img/common/ico_arrow_white.svg) no-repeat right 15px center;
    background-size: 20px;
  }
  .l-menu__container .sp-open.is-opened {
    background: url(../img/common/ico_arrow_white_top.svg) no-repeat right 15px center;
    background-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .l-menu__container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1150px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow-y: hidden;
  }
}
.l-menu__container a {
  color: #ffffff;
}
.l-menu__container .logo {
  width: 200px;
  margin-bottom: 3vw;
}
@media screen and (max-width: 1100px) {
  .l-menu__container .logo {
    width: 35%;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 1100px) {
  .l-menu__container .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-menu__container .sub-label {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .l-menu__container .sub-label {
    margin-bottom: 12px;
    font-size: 1.9rem;
  }
}
.l-menu__container .sub-label2 {
  font-size: 1.4rem;
}
@media screen and (max-width: 1100px) {
  .l-menu__container .sub-label2 {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .l-menu__container .sub-label3 {
    font-size: 1.9rem;
    margin-bottom: 12px;
  }
}
.l-menu__container .label {
  font-size: 1.9rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .l-menu__container .label {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .l-menu__container ul li {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1100px) {
  .l-menu__container .col01 {
    margin-right: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .l-menu__container .col01 .col01_01 {
    margin-right: 60px;
  }
}
.l-menu__container .col01 .col01_01 ul {
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .l-menu__container .col01 .col01_02 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .l-menu__container .col01 .col01_02 {
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (max-width: 1100px) {
  .l-menu__container .col01 .col01_02 .sub-label {
    border-bottom: none !important;
  }
}
@media screen and (min-width: 1100px) {
  .l-menu__container .col01 .col01_02 .flex .in, .l-menu__container .col01 .col01_02 .box__flex .in {
    margin-top: -40px;
    margin-right: 10px;
  }
}
.l-menu__container .col01 .col01_02 .flex .in:nth-of-type(2), .l-menu__container .col01 .col01_02 .box__flex .in:nth-of-type(2) {
  margin-right: 0;
}
.l-menu__container .col01 .col01_02 .flex .in .sub-label2, .l-menu__container .col01 .col01_02 .box__flex .in .sub-label2 {
  margin-bottom: 8px;
}
@media screen and (min-width: 1100px) {
  .l-menu__container .col01 .col01_02 .flex .in .sub-label2, .l-menu__container .col01 .col01_02 .box__flex .in .sub-label2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .l-menu__container .col02 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .l-menu__container .col02 .col02_01 {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .l-menu__container .col02 .col02_01 {
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (max-width: 1100px) {
  .l-menu__container .col02 .col02_02 .news-in {
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (max-width: 1100px) {
  .l-menu__container .col02 .col02_02 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .l-menu__container .col02 .col02_02 .sub-label3-first {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .l-menu__container .col02 .col02_02 .sub-label2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .l-menu__container .col02 .col02_02 .in {
    margin-top: 15px;
  }
}

.toggle_menu {
  display: block;
  width: 55px;
  height: 45px;
  z-index: 999;
  text-align: center;
  cursor: pointer;
  font-size: 0.9rem;
  position: relative;
  top: 0 !important;
  right: 0 !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.toggle_menu a {
  color: .toggle_menu a main-color;
  font-size: 0.5rem;
  text-decoration: none;
}

.toggle_menu span.icon {
  display: block;
  background: #B8A072;
  width: 28px;
  height: 1px;
  position: absolute;
  left: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.ac .toggle_menu {
  position: absolute;
  right: 0;
  top: 0px;
}
@media screen and (max-width: 1100px) {
  .ac .toggle_menu {
    top: 26px !important;
  }
}
.ac .toggle_menu .icon {
  color: #ffffff;
  background: #ffffff;
}

.toggle_menu span:first-child {
  top: 8px;
}

.toggle_menu span:nth-child(2) {
  margin-top: -4px;
  top: 50%;
}

.toggle_menu span:nth-child(3) {
  bottom: 14px;
}

.toggle_menu span:nth-child(4) {
  margin-top: 35px;
  display: block;
}

.ac .toggle_menu span:first-child {
  -webkit-transform: translateY(11px) rotate(45deg);
      -ms-transform: translateY(11px) rotate(45deg);
          transform: translateY(11px) rotate(45deg);
}

.ac .toggle_menu span:nth-child(2) {
  opacity: 0;
}

.ac .toggle_menu span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
      -ms-transform: translateY(-11px) rotate(-45deg);
          transform: translateY(-11px) rotate(-45deg);
}

.pageup {
  position: absolute;
  right: 3vw;
  bottom: 60px;
  width: 60px;
}
.pageup img {
  width: 100%;
  height: auto;
}
.pageup a {
  font-family: athelas, serif;
  text-decoration: none;
  color: #000000;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}

footer {
  position: relative;
  padding: 50px 0 30px;
}
footer .footer-menu {
  margin-top: 20px;
}
footer .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "A1明朝", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}
footer .footer-menu ul li {
  margin-right: 25px;
  position: relative;
}
footer .footer-menu ul li:last-child {
  margin-right: 0;
}
footer .footer-menu ul li:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #000000;
  position: absolute;
  right: -14px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
footer .footer-menu ul li:last-child:after {
  display: none;
}
footer .footer-menu ul li a {
  text-decoration: none;
  color: inherit;
}
footer .footer-lg {
  width: 90px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1100px) {
  footer .footer-lg {
    width: 10%;
  }
}
footer .copyright {
  text-align: center;
  font-size: 1rem;
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  footer .copyright {
    font-size: 1.2rem;
  }
}

.footer-list .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1100px) {
  .footer-wrap {
    padding-top: 5vw !important;
  }
  .footer-list .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-list .cols .col {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .footer-list .cols .col {
    width: 48%;
  }
}
@media screen and (max-width: 1100px) {
  .footer-sp-wrap {
    padding-top: 10vw !important;
  }
.footer-list .cols {
  display: block;
}
  .footer-list .cols .col {
    margin-bottom: 30px;
  }
  .footer-list .cols .col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .footer-list .cols .col figure {
    width: 95%;
    right: 0;
    overflow: hidden;
  }
}
.footer-list .cols .col figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .footer-list .cols .col figure img {
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .footer-list .cols .col figure img:hover {
    -webkit-transform: scale(1.1) rotate(0deg);
        -ms-transform: scale(1.1) rotate(0deg);
            transform: scale(1.1) rotate(0deg);
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.footer-list .cols .col .left-eng {
  font-family: athelas, serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: -10px;
  top: -12px;
  z-index: 6;
  color: #B8A072;
  font-size: 3rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1100px) {
  .footer-list .cols .col .left-eng {
    top: -10px;
    font-size: 2.1rem;
  }
}
.footer-list .cols .col a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1100px) {
  .footer-list .cols .col .col-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-right: 20px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .footer-list .cols .col .col-foot {
    margin-top: 15px;
  }
}
.footer-list .cols .col .col-foot h3 {
  font-family: "A1明朝", sans-serif;
  position: relative;
  padding-bottom: 30px;
  line-height: 1.5;
  font-size: 1.9rem;
  margin-right: 15px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1100px) {
  .footer-list .cols .col .col-foot h3 {
    padding-bottom: 0;
  }
}
.footer-list .cols .col .col-foot-inner {
  color: #B8A072;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .footer-list .cols .col .col-foot-inner {
    width: 140px;
    margin-right: 10px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1100px) {
  .footer-list .cols .col .col-foot-inner {
    margin-top: 30px;
  }
}
.footer-list .cols .col .col-foot-inner .box-btn {
  margin-top: 30px;
}
.footer-list .cols .col .col-foot-inner .box-btn a {
  padding: 7px 15px !important;
  text-align: center;
  display: inline-block;
}
.footer-list .cols .col .col-foot-inner .box-btn a .jp {
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  letter-spacing: 0.2 !important;
}
.footer-list .cols .col .col-foot-inner .box-btn a .jp:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  background: url(../img/common/ico_plus_beige.svg) top left no-repeat;
}
@media screen and (min-width: 1100px) {
  .footer-list .cols .col .col-foot-inner .box-btn a:hover {
    background: #B8A072;
    color: #ffffff;
    opacity: 1 !important;
  }
  .footer-list .cols .col .col-foot-inner .box-btn a:hover .jp:before {
    background: url(../img/common/ico_plus_white.svg) top left no-repeat;
  }
}

main {
  padding-top: 7em;
}
@media screen and (max-width: 1100px) {
  main {
    padding-top: 5.5em;
  }
}

.load-complate {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 1;
}

.load-container {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
}

.loader {
  font-size: 10px;
  text-indent: -9999em;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background: #ffffff;
  background: -ms-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  -webkit-animation: loader 1.2s infinite linear;
  animation: loader 1.2s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #249f98), color-stop(42%, rgba(157, 156, 158, 0)));
  background: -o-linear-gradient(left, #249f98 10%, rgba(157, 156, 158, 0) 42%);
  background: linear-gradient(to right, #249f98 10%, rgba(157, 156, 158, 0) 42%);
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -3em 0 0 -3em;
  z-index: 9999;
  pointer-events: none;
}

.loader:before {
  width: 3em;
  height: 3em;
  background: #249f98;
  border-radius: 100% 0 0 0;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -1.5em;
  margin-left: -1.5em;
  content: "";
}

.loader:after {
  background: #fff;
  width: 5.7em;
  height: 5.7em;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 1100px) {
  #wrapper {
    min-width: 1000px;
  }
}
@media screen and (max-width: 1100px) {
  #wrapper {
    overflow: hidden;
  }
}

@media screen and (max-width: 1100px) {
  .img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1100px) {
  .l-article {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .l-article {
    margin-top: 40px;
  }
}

.wrap {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2vw;
  }
}
@media screen and (max-width: 1100px) {
  .wrap {
    max-width: 100%;
    padding: 0 4vw;
  }
}

.sub_ttl {
  text-align: center;
}
.sub_ttl h2 img {
  max-width: auto;
  width: 20%;
}

#main_catchs {
  width: 210px;
}

.in-animate {
  visibility: hidden;
}

.ttl-move {
  display: inline-block;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1.6s;
       -o-transition-duration: 1.6s;
          transition-duration: 1.6s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}
.ttl-move.active {
  width: 100% !important;
}

.top .copy2 {
  background: #B8A072;
  width: 100%;
  padding: 5.5em 4vw 0;
}
.top .copy2 p {
  width: 83%;
}
.top #main_slider_wrapper {
  background-size: cover;
}
.top #main_slider_wrapper #main_slider {
  position: relative;
  color: #ffffff;
  height: 42vw;
}
@media screen and (max-width: 1100px) {
  .top #main_slider_wrapper #main_slider {
    height: 99vw;
  }
}
.top #main_slider_wrapper #main_slider .ttl-eng {
  position: absolute;
  left: 7vw;
  bottom: -5vw;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 4.2s;
       -o-transition-duration: 4.2s;
          transition-duration: 4.2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}
@media screen and (min-width: 1100px) {
  .top #main_slider_wrapper #main_slider .ttl-eng {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .top #main_slider_wrapper #main_slider .ttl-eng {
    font-size: 4.5rem;
    left: 4vw;
    bottom: -1.4em;
  }
}
.top #main_slider_wrapper #main_slider .ttl-eng.active {
  width: 100% !important;
}
.top #main_slider_wrapper #main_slider h2 {
  width: 5.8%;
  position: absolute;
  right: 6vw;
  top: 6vw;
  font-family: "A1明朝", sans-serif;
  letter-spacing: 0.4rem;
}
@media screen and (min-width: 1100px) {
  .top #main_slider_wrapper #main_slider h2 {
    display: none;
  }
}
.top #main_slider_wrapper #main_slider h2 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .top #main_slider_wrapper #main_slider h2 {
    width: 18%;
    right: 9vw;
    top: 9vw;
  }
}
.top #main_slider_wrapper #main_slider .copy {
  position: absolute;
  right: 5.2vw;
  top: 6vw;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "A1明朝", sans-serif;
}
@media screen and (max-width: 1100px) {
  .top #main_slider_wrapper #main_slider .copy {
    font-size: 0.9rem;
    display: none;
  }
}
.top #main_slider_wrapper #main_slider .copy p {
  line-height: 2.2;
}
@media screen and (min-width: 1100px) {
  .top #main_slider_wrapper #main_slider .copy p {
    width: 400px;
  }
}
.top #main_slider_wrapper #main_slider .btn {
  position: absolute;
  border: 2px solid #ffffff;
  border-radius: 60px;
  right: 5vw;
  padding: 15px 8px;
  line-height: 1;
  bottom: 2.5vw;
  display: inline-block;
  letter-spacing: 0.2rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 1100px) {
  .top #main_slider_wrapper #main_slider .btn {
    display: none;
    border: 1px solid #ffffff;
    letter-spacing: 0;
    bottom: 2.4vw;
    padding: 0px 0px;
    font-size: 1.2rem;
  }
}
.top #main_slider_wrapper #main_slider .btn small {
  font-size: 1.7rem;
}
@media screen and (max-width: 1100px) {
  .top #main_slider_wrapper #main_slider .btn small {
    font-size: 0.8rem;
  }
}
.top #main_slider_wrapper #main_slider .btn a {
  color: #ffffff;
}
.top #main_slider_wrapper #main_slider .btn-0 {
  overflow: hidden;
  cursor: pointer;
}
.top #main_slider_wrapper #main_slider .btn-0:hover a {
  color: #000000;
}
.top #main_slider_wrapper #main_slider .btn-0:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #ffffff;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  color: #000000;
}
.top #main_slider_wrapper #main_slider .btn-0:hover::before {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  color: #000000;
}
.top #top-product {
  background: #B8A072;
  padding: 9em 0 6em;
}
@media screen and (max-width: 1100px) {
  .top #top-product {
    padding: 3em 0 3em;
  }
}
@media screen and (min-width: 1100px) {
  .top #top-product .wrap {
    width: 1280px;
  }
}
.top #top-product .product-lead {
  z-index: 50;
  line-height: 1.2;
}
@media screen and (min-width: 1100px) {
  .top #top-product .product-lead {
    position: absolute;
    right: -2em;
    top: -2.2vw;
  }
}
@media screen and (max-width: 1100px) {
  .top #top-product .product-lead {
    margin-bottom: 20px;
  }
}
.top #top-product .product-lead .eng, .top #top-product .product-lead .sub.category-content .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl .top #top-product .product-lead .main-eng, .top #top-product .product-lead #top-news .news-lead .view-all, .top #top-news .news-lead #top-product .product-lead .view-all, .top #top-product .product-lead .view-all, .top #top-product .product-lead .l-menu__content, .top #top-product .product-lead #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider #top-product .product-lead .ttl-eng {
  font-size: 6rem;
}
@media screen and (max-width: 1100px) {
  .top #top-product .product-lead .eng, .top #top-product .product-lead .sub.category-content .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl .top #top-product .product-lead .main-eng, .top #top-product .product-lead #top-news .news-lead .view-all, .top #top-news .news-lead #top-product .product-lead .view-all, .top #top-product .product-lead .view-all, .top #top-product .product-lead .l-menu__content, .top #top-product .product-lead #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider #top-product .product-lead .ttl-eng {
    font-size: 3rem;
  }
}
.top #top-product .product-lead .view-all {
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px) {
  .top #top-product .product-lead .view-all {
    text-align: right;
  }
}
@media screen and (max-width: 1100px) {
  .top #top-product .product-lead .view-all {
    font-size: 1.4rem;
  }
}
.top #top-product .product-lead .view-all a {
  text-decoration: none;
  color: inherit;
}
.top #top-product .product-list {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .top #top-product .product-list {
    padding-left: 6em;
  }
}
.top #top-product .product-list .s-ttl {
  color: #ffffff;
}
@media screen and (max-width: 1100px) {
  .top #top-product .product-list .s-ttl {
    line-height: 0.8;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .top #top-product .product-list .s-ttl .ttl {
    display: block;
  }
}
.top #top-product .product-list .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1100px) {
  .top #top-product .product-list .cols {
    margin: 0 0;
  }
}
.top #top-product .product-list .cols .col {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .top #top-product .product-list .cols .col {
    margin-right: 44px;
    margin-bottom: 40px;
  }
  .top #top-product .product-list .cols .col:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .top #top-product .product-list .cols .col {
    width: calc(100% / 3);
    padding: 0 6px;
    margin: 0 0px 30px;
  }
}
.top #top-product .product-list .cols .col figure {
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .top #top-product .product-list .cols .col figure img {
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .top #top-product .product-list .cols .col figure img:hover {
    -webkit-transform: scale(1.1) rotate(0deg);
        -ms-transform: scale(1.1) rotate(0deg);
            transform: scale(1.1) rotate(0deg);
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.top #top-product .product-list .cols .col .no_hover_lg {
  margin: 0 auto;
  width: 90%;
  height: auto;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .top #top-product .product-list .cols .col .no_hover_lg {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .top #top-product .product-list .cols .col .no_hover_lg {
    margin-top: 7px;
  }
}
.top #top-product .product-list .cols .col .no_hover_lg img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1100px) {
  .top #top-product .product-list .cols .col {
    width: calc(100% / 3 - 30px);
    height: 380px;
    overflow: hidden;
  }
}
.top #top-product .product-list .cols .col .caption {
  font-size: 2rem;
  color: #fff;
  padding: 0 30px;
  font-family: "A1明朝", sans-serif;
}
@media screen and (min-width: 1100px) {
  .top #top-product .product-list .cols .col .mask {
    width: 100%;
    height: 349px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /* マスクを表示しない */
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .top #top-product .product-list .cols .col .mask .in-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .top #top-product .product-list .cols .col .mask .caption {
    text-align: center;
  }
  .top #top-product .product-list .cols .col .mask span {
    display: block;
    width: 50%;
    height: auto;
    margin: 30px auto 0;
    text-align: center;
  }
  .top #top-product .product-list .cols .col .mask span img {
    width: 100%;
    height: auto;
  }
  .top #top-product .product-list .cols .col:hover .mask {
    opacity: 1;
    /* マスクを表示する */
    padding-left: 40px;
    /* 右にずらす */
  }
}
@media screen and (max-width: 1100px) {
  .top #top-product .product-list .cols .col .mask {
    display: none;
  }
}
.top #top-product .product-list.other-brand-list .cols {
  border-top: 1px solid #ffffff;
  padding-top: 6em;
  margin-top: 4em;
}
@media screen and (max-width: 1100px) {
  .top #top-product .product-list.other-brand-list .cols {
    margin-top: 2em;
    padding-top: 3em;
  }
}
@media screen and (max-width: 1100px) {
  .top #top-technology {
    padding-top: 40px;
  }
}
.top #top-technology .technology-lead {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .top #top-technology .technology-lead {
    height: 90px;
  }
}
.top #top-technology .technology-lead .eng, .top #top-technology .technology-lead .sub.category-content .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl .top #top-technology .technology-lead .main-eng, .top #top-technology .technology-lead #top-news .news-lead .view-all, .top #top-news .news-lead #top-technology .technology-lead .view-all, .top #top-technology .technology-lead .l-menu__content, .top #top-technology .technology-lead #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider #top-technology .technology-lead .ttl-eng, .top #top-technology .technology-lead #top-product .product-lead .view-all, .top #top-product .product-lead #top-technology .technology-lead .view-all {
  font-size: 6rem;
}
@media screen and (min-width: 1100px) {
  .top #top-technology .technology-lead .eng, .top #top-technology .technology-lead .sub.category-content .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl .top #top-technology .technology-lead .main-eng, .top #top-technology .technology-lead #top-news .news-lead .view-all, .top #top-news .news-lead #top-technology .technology-lead .view-all, .top #top-technology .technology-lead .l-menu__content, .top #top-technology .technology-lead #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider #top-technology .technology-lead .ttl-eng, .top #top-technology .technology-lead #top-product .product-lead .view-all, .top #top-product .product-lead #top-technology .technology-lead .view-all {
    position: absolute;
    right: 0;
    top: -3vw;
  }
}
@media screen and (max-width: 1100px) {
  .top #top-technology .technology-lead .eng, .top #top-technology .technology-lead .sub.category-content .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl .top #top-technology .technology-lead .main-eng, .top #top-technology .technology-lead #top-news .news-lead .view-all, .top #top-news .news-lead #top-technology .technology-lead .view-all, .top #top-technology .technology-lead .l-menu__content, .top #top-technology .technology-lead #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider #top-technology .technology-lead .ttl-eng, .top #top-technology .technology-lead #top-product .product-lead .view-all, .top #top-product .product-lead #top-technology .technology-lead .view-all {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1100px) {
  .top #top-technology .technology-list .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top #top-technology .technology-list .cols .col {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .top #top-technology .technology-list .cols .col {
    width: 48%;
  }
}
@media screen and (max-width: 1100px) {
  .top #top-technology .technology-list .cols .col {
    margin-bottom: 30px;
  }
  .top #top-technology .technology-list .cols .col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .top #top-technology .technology-list .cols .col figure {
    width: 95%;
    right: 0;
    overflow: hidden;
  }
}
.top #top-technology .technology-list .cols .col figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .top #top-technology .technology-list .cols .col figure img {
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .top #top-technology .technology-list .cols .col figure img:hover {
    -webkit-transform: scale(1.1) rotate(0deg);
        -ms-transform: scale(1.1) rotate(0deg);
            transform: scale(1.1) rotate(0deg);
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.top #top-technology .technology-list .cols .col .left-eng {
  font-family: athelas, serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: -10px;
  top: -12px;
  z-index: 6;
  color: #B8A072;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1100px) {
  .top #top-technology .technology-list .cols .col .left-eng {
    top: -10px;
    font-size: 2.7rem;
  }
}
.top #top-technology .technology-list .cols .col a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1100px) {
  .top #top-technology .technology-list .cols .col .col-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-right: 20px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .top #top-technology .technology-list .cols .col .col-foot {
    margin-top: 15px;
  }
}
.top #top-technology .technology-list .cols .col .col-foot h3 {
  font-family: "A1明朝", sans-serif;
  position: relative;
  padding-bottom: 12px;
  line-height: 1.5;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
}

.top #top-technology .technology-list .cols .col .col-foot-inner {
  color: #B8A072;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .top #top-technology .technology-list .cols .col .col-foot-inner {
    width: 200px;
    margin-right: 10px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1100px) {
  .top #top-technology .technology-list .cols .col .col-foot-inner {
    margin-top: 30px;
  }
}
.top #top-technology .technology-list .cols .col .col-foot-inner .box-btn {
  margin-top: 30px;
}
.top #top-technology .technology-list .cols .col .col-foot-inner .box-btn a {
  padding: 7px 34px !important;
  text-align: center;
  display: inline-block;
}
.top #top-technology .technology-list .cols .col .col-foot-inner .box-btn a .jp {
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  letter-spacing: 0.2 !important;
}
.top #top-technology .technology-list .cols .col .col-foot-inner .box-btn a .jp:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  background: url(../img/common/ico_plus_beige.svg) top left no-repeat;
}
@media screen and (min-width: 1100px) {
  .top #top-technology .technology-list .cols .col .col-foot-inner .box-btn a:hover {
    background: #B8A072;
    color: #ffffff;
    opacity: 1 !important;
  }
  .top #top-technology .technology-list .cols .col .col-foot-inner .box-btn a:hover .jp:before {
    background: url(../img/common/ico_plus_white.svg) top left no-repeat;
  }
}
.top #top-news {
  background: #F1ECE3;
  position: relative;
  z-index: 1;
  margin: 11em 0 10em;
  padding: 4em 0 1em;
}
@media screen and (max-width: 1100px) {
  .top #top-news {
    margin: 5em 0 0;
  }
}
.top #top-news:before {
  background: url(../img/common/curve_top.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 50px;
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .top #top-news:before {
    top: -10px;
    height: 15px;
  }
}
.top #top-news:after {
  background: url(../img/common/curve_bottom.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 50px;
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .top #top-news:after {
    bottom: -10px;
    height: 24px;
  }
}
@media screen and (min-width: 1100px) {
  .top #top-news .news-wrap {
    padding-top: 50px;
  }
}
.top #top-news .news-lead {
  z-index: 50;
  line-height: 1.2;
}
@media screen and (min-width: 1100px) {
  .top #top-news .news-lead {
    position: absolute;
    right: -2em;
    top: -6vw;
  }
}
.top #top-news .news-lead .eng, .top #top-news .news-lead .sub.category-content .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl .top #top-news .news-lead .main-eng, .top #top-news .news-lead .view-all, .top #top-news .news-lead .l-menu__content, .top #top-news .news-lead #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider #top-news .news-lead .ttl-eng, .top #top-news .news-lead #top-product .product-lead .view-all, .top #top-product .product-lead #top-news .news-lead .view-all {
  font-size: 6rem;
}
@media screen and (max-width: 1100px) {
  .top #top-news .news-lead .eng, .top #top-news .news-lead .sub.category-content .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl .top #top-news .news-lead .main-eng, .top #top-news .news-lead .view-all, .top #top-news .news-lead .l-menu__content, .top #top-news .news-lead #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider #top-news .news-lead .ttl-eng, .top #top-news .news-lead #top-product .product-lead .view-all, .top #top-product .product-lead #top-news .news-lead .view-all {
    font-size: 3rem;
  }
}
.top #top-news .news-lead .view-all {
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px) {
  .top #top-news .news-lead .view-all {
    text-align: right;
  }
}
@media screen and (max-width: 1100px) {
  .top #top-news .news-lead .view-all {
    font-size: 1.4rem;
  }
}
.top #top-news .news-lead .view-all a {
  text-decoration: none;
  color: inherit;
}
.top #top-news .news-list {
  position: relative;
  z-index: 500;
}
@media screen and (min-width: 1100px) {
  .top #top-news .news-list {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .top #top-news .news-list .s-ttl {
    margin-bottom: 15px;
  }
}
.top #top-news .news-list .s-ttl .eng, .top #top-news .news-list .sub.category-content .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .top #top-news .news-list .s-ttl .main-eng, .top #top-news .news-list .s-ttl .l-menu__content, .top #top-news .news-list .s-ttl #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider #top-news .news-list .s-ttl .ttl-eng, .top #top-news .news-list .s-ttl #top-product .product-lead .view-all, .top #top-product .product-lead #top-news .news-list .s-ttl .view-all, .top #top-news .news-list .s-ttl .news-lead .view-all, .top #top-news .news-lead .news-list .s-ttl .view-all {
  color: #B8A072;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .top #top-news .news-list .s-ttl .eng, .top #top-news .news-list .sub.category-content .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .top #top-news .news-list .s-ttl .main-eng, .top #top-news .news-list .s-ttl .l-menu__content, .top #top-news .news-list .s-ttl #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider #top-news .news-list .s-ttl .ttl-eng, .top #top-news .news-list .s-ttl #top-product .product-lead .view-all, .top #top-product .product-lead #top-news .news-list .s-ttl .view-all, .top #top-news .news-list .s-ttl .news-lead .view-all, .top #top-news .news-lead .news-list .s-ttl .view-all {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .top #top-news .news-list .s-ttl .eng, .top #top-news .news-list .sub.category-content .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .top #top-news .news-list .s-ttl .main-eng, .top #top-news .news-list .s-ttl .l-menu__content, .top #top-news .news-list .s-ttl #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider #top-news .news-list .s-ttl .ttl-eng, .top #top-news .news-list .s-ttl #top-product .product-lead .view-all, .top #top-product .product-lead #top-news .news-list .s-ttl .view-all, .top #top-news .news-list .s-ttl .news-lead .view-all, .top #top-news .news-lead .news-list .s-ttl .view-all {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1100px) {
  .top #top-news .news-list .s-ttl .eng:before, .top #top-news .news-list .sub.category-content .product-detail .product-content .s-ttl .main-eng:before, .sub.category-content .product-detail .product-content .top #top-news .news-list .s-ttl .main-eng:before, .top #top-news .news-list .s-ttl .l-menu__content:before, .top #top-news .news-list .s-ttl #main_slider_wrapper #main_slider .ttl-eng:before, .top #main_slider_wrapper #main_slider #top-news .news-list .s-ttl .ttl-eng:before, .top #top-news .news-list .s-ttl #top-product .product-lead .view-all:before, .top #top-product .product-lead #top-news .news-list .s-ttl .view-all:before, .top #top-news .news-list .s-ttl .news-lead .view-all:before, .top #top-news .news-lead .news-list .s-ttl .view-all:before {
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    height: 100px;
    width: 1px;
    content: "";
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .top #top-news .news-list .s-ttl .eng:before, .top #top-news .news-list .sub.category-content .product-detail .product-content .s-ttl .main-eng:before, .sub.category-content .product-detail .product-content .top #top-news .news-list .s-ttl .main-eng:before, .top #top-news .news-list .s-ttl .l-menu__content:before, .top #top-news .news-list .s-ttl #main_slider_wrapper #main_slider .ttl-eng:before, .top #main_slider_wrapper #main_slider #top-news .news-list .s-ttl .ttl-eng:before, .top #top-news .news-list .s-ttl #top-product .product-lead .view-all:before, .top #top-product .product-lead #top-news .news-list .s-ttl .view-all:before, .top #top-news .news-list .s-ttl .news-lead .view-all:before, .top #top-news .news-lead .news-list .s-ttl .view-all:before {
    display: none;
  }
}
.top #top-news .news-list .view-more {
  margin: 2em 0 4em;
}
.top #top-news .news-list .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top #top-news .news-list .cols .col {
  width: calc(100% / 4);
  padding: 0 15px;
}
@media screen and (max-width: 1100px) {
  .top #top-news .news-list .cols .col {
    width: calc(100% / 2);
    margin-bottom: 30px;
  }
}
.top #top-news .news-list .cols .col a {
  text-decoration: none;
  color: inherit;
}
.top #top-news .news-list .cols .col .txt {
  line-height: 1.6;
}
.top #top-news .news-list .cols .col .date {
  color: #B8A072;
  font-size: 1.1rem;
  font-family: "A1明朝", sans-serif;
}
.top #top-news .news-list .cols .col h3 {
  color: #B8A072;
  font-family: "A1明朝", sans-serif;
  margin-bottom: 12px;
  font-size: 1.5rem;
}

.s-ttl {
  position: relative;
  padding-top: 15px;
}
@media screen and (min-width: 1100px) {
  .s-ttl {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.s-ttl .eng, .sub.category-content .product-detail .product-content .s-ttl .main-eng, .s-ttl .l-menu__content, .s-ttl .top #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider .s-ttl .ttl-eng, .s-ttl .top #top-product .product-lead .view-all, .top #top-product .product-lead .s-ttl .view-all, .s-ttl .top #top-news .news-lead .view-all, .top #top-news .news-lead .s-ttl .view-all {
  font-size: 1.7rem;
  margin-bottom: 14px;
}
.s-ttl .eng, .sub.category-content .product-detail .product-content .s-ttl .main-eng, .s-ttl .l-menu__content, .s-ttl .top #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider .s-ttl .ttl-eng, .s-ttl .top #top-product .product-lead .view-all, .top #top-product .product-lead .s-ttl .view-all, .s-ttl .top #top-news .news-lead .view-all, .top #top-news .news-lead .s-ttl .view-all {
  font-size: 3rem;
}
.s-ttl .ttl {
  font-family: "A1明朝", sans-serif;
  position: relative;
  padding-top: 15px;
}
@media screen and (min-width: 1100px) {
  .s-ttl .ttl:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
}

html.sr .widget {
  visibility: hidden;
}

.view-more {
  text-align: center;
  margin: 4em 0;
}
.view-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1.4px solid #B8A072;
  color: #B8A072;
  font-size: 1.2rem;
  text-decoration: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 100px;
  padding: 5px 32px 5px !important;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.1rem !important;
  font-weight: 600;
  font-family: athelas, serif;
}
.view-more a .jp {
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  letter-spacing: 0.2 !important;
}
.view-more a .jp:before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  background: url(../img/common/ico_plus_beige.svg) top left;
}
@media screen and (min-width: 1100px) {
  .view-more a:hover {
    background: #B8A072;
    color: #ffffff;
    opacity: 1 !important;
  }
  .view-more a:hover .jp:before {
    background: url(../img/common/ico_plus_white.svg) top left;
  }
}

.box-btn {
  margin-top: 30px;
  width: 290px;
}
.box-btn .eng, .box-btn .sub.category-content .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl .box-btn .main-eng, .box-btn .l-menu__content, .box-btn .top #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider .box-btn .ttl-eng, .box-btn .top #top-product .product-lead .view-all, .top #top-product .product-lead .box-btn .view-all, .box-btn .top #top-news .news-lead .view-all, .top #top-news .news-lead .box-btn .view-all {
  letter-spacing: 0.1rem !important;
  font-weight: 600;
}
.box-btn.eng, .sub.category-content .product-detail .product-content .s-ttl .box-btn.main-eng, .box-btn.l-menu__content, .top #main_slider_wrapper #main_slider .box-btn.ttl-eng, .top #top-product .product-lead .box-btn.view-all, .top #top-news .news-lead .box-btn.view-all {
  letter-spacing: 0.1rem !important;
}
.box-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1.4px solid #B8A072;
  color: #B8A072;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 2px 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 100px;
}
.box-btn a .jp {
  font-size: 1.1rem;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 1px;
  position: relative;
}
.box-btn a .jp:before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  background: url(../img/common/ico_cart_beige.svg) center no-repeat;
}
@media screen and (max-width: 1100px) {
  .box-btn a .jp:before {
    top: 6px;
  }
}
@media screen and (min-width: 1100px) {
  .box-btn a:hover {
    background: #B8A072;
    color: #ffffff;
    opacity: 1 !important;
  }
  .box-btn a:hover .jp:before {
    background: url(../img/common/ico_cart_beige_white.svg) center no-repeat;
  }
}

.box-btn2 {
  margin-top: 30px;
  width: 100%;
}
.box-btn2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 2px 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 100px;
}
.box-btn2 a .jp {
  font-size: 1.3rem;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 1px;
  position: relative;
}
.box-btn2 a .jp:before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  background: url(../img/common/ico_cart_white.svg) center;
}

.buy-btn {
  margin-top: 30px;
  width: 320px;
}
.buy-btn a {
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #B8A072;
  color: #B8A072;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 6px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.buy-btn a .jp {
  font-size: 1.7rem;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}
.buy-btn a .jp:before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  background: url(../img/common/ico_cart.svg) center no-repeat;
}
.buy-btn a .eng, .buy-btn a .sub.category-content .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl .buy-btn a .main-eng, .buy-btn a .l-menu__content, .buy-btn a .top #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider .buy-btn a .ttl-eng, .buy-btn a .top #top-product .product-lead .view-all, .top #top-product .product-lead .buy-btn a .view-all, .buy-btn a .top #top-news .news-lead .view-all, .top #top-news .news-lead .buy-btn a .view-all {
  letter-spacing: 0.1rem !important;
}
@media screen and (min-width: 1100px) {
  .buy-btn a:hover {
    color: #ffffff;
    background: #B8A072;
    opacity: 1 !important;
  }
  .buy-btn a:hover .jp:before {
    background: url(../img/common/ico_cart_beige_white.svg) center no-repeat;
  }
}
.buy-btn.lineup-btn a .jp:before {
  background: url(../img/common/ico_cart_beige.svg) center;
}
@media screen and (min-width: 1100px) {
  .buy-btn.lineup-btn a:hover {
    color: #ffffff;
    background: #B8A072;
    opacity: 1 !important;
  }
  .buy-btn.lineup-btn a:hover .jp:before {
    background: url(../img/common/ico_cart_beige_white.svg) center no-repeat;
  }
}

.detail-btn {
  margin-top: 30px;
  width: 320px;
}
.detail-btn a {
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border: 2px solid #B8A072;
  color: #B8A072;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 5px 20px 5px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail-btn a .jp {
  font-size: 1.7rem;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}
.detail-btn a .jp:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  background: url(../img/common/ico_kakudai.svg) center;
}
.detail-btn a .eng, .detail-btn a .sub.category-content .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl .detail-btn a .main-eng, .detail-btn a .l-menu__content, .detail-btn a .top #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider .detail-btn a .ttl-eng, .detail-btn a .top #top-product .product-lead .view-all, .top #top-product .product-lead .detail-btn a .view-all, .detail-btn a .top #top-news .news-lead .view-all, .top #top-news .news-lead .detail-btn a .view-all {
  letter-spacing: 0.1rem !important;
}
.detail-btn a .jp {
  font-weight: bold;
  padding-left: 20px;
  font-size: 1.3rem;
  position: relative;
  letter-spacing: 0.2 !important;
  padding-left: 30px;
}
.detail-btn a .jp:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 19px;
  height: 19px;
  content: "";
  display: block;
  background: url(../img/common/ico_plus_beige.svg) top left no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1100px) {
  .detail-btn a:hover {
    background: #B8A072;
    color: #ffffff;
    opacity: 1 !important;
  }
  .detail-btn a:hover .jp:before {
    background: url(../img/common/ico_plus_white.svg) top left no-repeat;
  }
}

.sub #sec-recruit {
  background: #ffffff;
  padding: 6em 0 1em;
}
@media screen and (max-width: 1100px) {
  .sub #sec-recruit {
    padding: 3em 0 1em;
  }
}
@media screen and (min-width: 1100px) {
  .sub #sec-recruit .recruit-wrap {
    padding: 0 9em;
    max-width: 1400px;
  }
}
.sub #sec-recruit .recruit-lead {
  font-size: 3.3rem;
}
@media screen and (min-width: 1100px) {
  .sub #sec-recruit .recruit-lead {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    left: 3em;
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .sub #sec-recruit .recruit-lead {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px) {
  .sub #sec-recruit .recruit-list {
    padding-left: 6em;
    min-height: 600px;
  }
}
.sub #sec-recruit .recruit-list h3 {
  letter-spacing: 0.5rem;
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 400;
  font-family: "A1明朝", sans-serif;
}
@media screen and (max-width: 1100px) {
  .sub #sec-recruit .recruit-list h3 {
    font-size: 2rem;
  }
}
.sub #sec-recruit .recruit-list .outline {
  margin-top: 50px;
}
.sub #sec-recruit .recruit-list .outline dt {
  display: inline-block;
  border-bottom: 1px solid #000000;
  padding-right: 9px;
  padding-bottom: 4px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.sub #sec-recruit .recruit-list .outline dd {
  margin-bottom: 40px;
}
.sub #sec-privacy {
  background: #ffffff;
  padding: 6em 0 1em;
}
@media screen and (max-width: 1100px) {
  .sub #sec-privacy {
    padding: 3em 0 1em;
  }
}
@media screen and (min-width: 1100px) {
  .sub #sec-privacy .privacy-wrap {
    padding: 0 9em;
    max-width: 1400px;
  }
}
.sub #sec-privacy .privacy-lead {
  font-size: 3.3rem;
}
@media screen and (min-width: 1100px) {
  .sub #sec-privacy .privacy-lead {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    left: 3em;
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .sub #sec-privacy .privacy-lead {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px) {
  .sub #sec-privacy .privacy-list {
    padding-left: 5em;
  }
}
.sub #sec-privacy .privacy-list .privacy-dl dt {
  display: inline-block;
  border-bottom: 1px solid #000000;
  padding-right: 9px;
  padding-bottom: 4px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.sub #sec-privacy .privacy-list .privacy-dl dd {
  margin-bottom: 40px;
}
.sub #sec-salon {
  padding: 6em 0;
}
@media screen and (max-width: 750px) {
  .sub #sec-salon {
    padding: 4em 0;
  }
}
@media screen and (min-width: 1100px) {
  .sub #sec-salon .salon-wrap {
    padding: 0 9em;
    max-width: 1400px;
  }
}
.sub #sec-salon .contact-lead {
  font-size: 3.3rem;
}
@media screen and (min-width: 1100px) {
  .sub #sec-salon .contact-lead {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    left: 3em;
    top: 0;
  }
}
@media screen and (max-width: 750px) {
  .sub #sec-salon .contact-lead {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.sub #sec-salon h3 {
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 400;
  font-family: "A1明朝", sans-serif;
}
@media screen and (max-width: 750px) {
  .sub #sec-salon h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .sub #sec-salon .contact-list table,
.sub #sec-salon .contact-list tbody,
.sub #sec-salon .contact-list thead,
.sub #sec-salon .contact-list tr,
.sub #sec-salon .contact-list td {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .sub #sec-salon .contact-list {
    padding-left: 5em;
  }
}
.sub #sec-salon .contact-list .tab {
  margin-bottom: 3em;
}
.sub #sec-salon .contact-list .tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub #sec-salon .contact-list .tab ul li {
  text-align: center;
  background: #ffffff;
  border: 1px solid #b8a072;
  color: #000000;
  margin: 0 15px;
  padding: 1em 0;
  width: 30%;
  font-family: "A1明朝", sans-serif;
}
@media screen and (max-width: 1100px) {
  .sub #sec-salon .contact-list .tab ul li {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .sub #sec-salon .contact-list .tab ul li {
    font-size: 1.3rem;
  }
}
.sub #sec-salon .contact-list .tab ul li.current {
  background: #b8a072;
}
.sub #sec-salon .contact-list .content {
  display: none;
}
.sub #sec-salon .contact-list .content.show {
  display: block;
}
@media screen and (min-width: 1100px) {
  .sub #sec-salon .contact-list .content table {
    border: 1px solid #000000;
  }
}
@media screen and (max-width: 750px) {
  .sub #sec-salon .contact-list .content table {
    width: 100%;
  }
  .sub #sec-salon .contact-list .content table th, .sub #sec-salon .contact-list .content table td {
    display: block;
    width: 100% !important;
    border-right: none !important;
    padding: 10px;
    font-size: 1.6rem !important;
  }
}
.sub #sec-salon .contact-list .content table thead th {
  text-align: center;
  background: #b8a072;
  font-family: "A1明朝", sans-serif;
  padding: 4px 5px;
  border-right: 1px solid #000000;
  font-size: 1rem;
  line-height: 1.2;
}
.sub #sec-salon .contact-list .content table thead th.maru {
  width: 2%;
}
.sub #sec-salon .contact-list .content table thead th.maru2 {
  width: 3.5%;
}
.sub #sec-salon .contact-list .content table thead th.left {
  text-align: left;
}
.sub #sec-salon .contact-list .content table thead th.last {
  border-right: 0;
}
.sub #sec-salon .contact-list .content table thead th.top {
  border-top: 1px solid #000000;
}
@media screen and (max-width: 750px) {
  .sub #sec-salon .contact-list .content table thead {
    display: none;
  }
}
.sub #sec-salon .contact-list .content table tbody tr {
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 750px) {
  .sub #sec-salon .contact-list .content table tbody tr {
    display: block;
    margin-bottom: 47px;
    padding-bottom: 30px;
  }
}
.sub #sec-salon .contact-list .content table tbody td {
  width: 9.5%;
  font-size: 1rem;
  border-right: 1px solid #000000;
  padding: 0 4px;
}
@media screen and (max-width: 750px) {
  .sub #sec-salon .contact-list .content table tbody td {
    padding: 4px;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .sub #sec-salon .contact-list .content table tbody td:before {
    content: attr(data-label);
    display: block;
    width: 100%;
    font-size: 1.2rem;
    padding: 8px 0;
    text-align: center;
    background: #b8a072;
  }
}
.sub #sec-salon .contact-list .content table tbody td.telc {
  width: 4%;
}
.sub #sec-salon .contact-list .content table tbody td.last {
  border-right: 0;
  width: 1%;
}
.sub #sec-salon .contact-list .content table tbody td.maru {
  width: 2.5%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sub #sec-salon .contact-list .content table tbody td.maru {
    text-align: center;
  }
}
.sub #sec-contact {
  padding: 6em 0;
}
@media screen and (max-width: 1100px) {
  .sub #sec-contact {
    padding: 4em 0;
  }
}
@media screen and (min-width: 1100px) {
  .sub #sec-contact .contact-wrap {
    padding: 0 9em;
    max-width: 1400px;
  }
}
.sub #sec-contact .contact-lead {
  font-size: 3.3rem;
}
@media screen and (min-width: 1100px) {
  .sub #sec-contact .contact-lead {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    left: 3em;
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .sub #sec-contact .contact-lead {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.sub #sec-contact h3 {
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 400;
  font-family: "A1明朝", sans-serif;
}
@media screen and (max-width: 1100px) {
  .sub #sec-contact h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .sub #sec-contact .contact-list {
    padding-left: 5em;
  }
}
.sub #sec-contact .contact_n {
  margin-top: 50px;
}
.sub #sec-contact .contact_n input[type=text], .sub #sec-contact .contact_n input[type=email], .sub #sec-contact .contact_n textarea {
  padding: 6px;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 1100px) {
  .sub #sec-contact .contact_n input[type=text], .sub #sec-contact .contact_n input[type=email], .sub #sec-contact .contact_n textarea {
    width: 100%;
  }
}
.sub #sec-contact .contact_n textarea {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .sub #sec-contact .contact_n .text_01 {
    width: 50%;
  }
  .sub #sec-contact .contact_n .text_02 {
    width: 100%;
  }
  .sub #sec-contact .contact_n .text_03 {
    width: 25%;
  }
}
.sub #sec-contact .contact_n textarea {
  min-height: 300px;
}
.sub #sec-contact .contact_n dt {
  display: inline-block;
  border-bottom: 1px solid #000000;
  padding-right: 9px;
  padding-bottom: 4px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.sub #sec-contact .contact_n dt .hiss {
  font-size: 0.7rem;
  padding-left: 8px;
}
.sub #sec-contact .contact_n dd {
  margin-bottom: 40px;
}
.sub #sec-contact .contact_n input[type=radio] {
  margin-right: 6px;
}
.sub #sec-contact .contact_n label {
  margin-right: 16px;
}
.sub #sec-contact .contact_n .btn-submit {
  text-align: center;
}
.sub #sec-contact .contact_n .form-btn p {
  margin: 0 11px;
  display: inline-block;
}
.sub #sec-contact .contact_n input[type=submit] {
  display: inline-block !important;
  background: #000000;
  border-radius: 4px;
  border: none;
  width: auto;
  margin: 0;
  padding: 12px 28px 11px 32px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.sub #sec-contact .contact_n .return-btn input[type=submit] {
  background: #cccccc;
  color: #000000;
}
.sub #sec-other_form {
  background: #F1ECE3;
  position: relative;
  z-index: 1;
  margin: 100px 0;
}
@media screen and (max-width: 1100px) {
  .sub #sec-other_form {
    margin: 6em 0 2em;
  }
}
.sub #sec-other_form:before {
  background: url(../img/common/curve_top.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 50px;
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .sub #sec-other_form:before {
    top: -10px;
    height: 15px;
  }
}
.sub #sec-other_form:after {
  background: url(../img/common/curve_bottom.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 50px;
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .sub #sec-other_form:after {
    bottom: -10px;
    height: 19px;
  }
}
.sub #sec-other_form .other_form-lead {
  position: relative;
  height: 50px;
}
.sub #sec-other_form .other_form-lead .eng, .sub.category-content #sec-other_form .other_form-lead .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl #sec-other_form .other_form-lead .main-eng, .sub #sec-other_form .other_form-lead .l-menu__content, .sub #sec-other_form .other_form-lead .top #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider .sub #sec-other_form .other_form-lead .ttl-eng, .sub #sec-other_form .other_form-lead .top #top-product .product-lead .view-all, .top #top-product .product-lead .sub #sec-other_form .other_form-lead .view-all, .sub #sec-other_form .other_form-lead .top #top-news .news-lead .view-all, .top #top-news .news-lead .sub #sec-other_form .other_form-lead .view-all {
  position: absolute;
  left: 0;
  top: -90px;
  font-size: 4rem;
}
@media screen and (max-width: 1100px) {
  .sub #sec-other_form .other_form-lead .eng, .sub.category-content #sec-other_form .other_form-lead .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl #sec-other_form .other_form-lead .main-eng, .sub #sec-other_form .other_form-lead .l-menu__content, .sub #sec-other_form .other_form-lead .top #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider .sub #sec-other_form .other_form-lead .ttl-eng, .sub #sec-other_form .other_form-lead .top #top-product .product-lead .view-all, .top #top-product .product-lead .sub #sec-other_form .other_form-lead .view-all, .sub #sec-other_form .other_form-lead .top #top-news .news-lead .view-all, .top #top-news .news-lead .sub #sec-other_form .other_form-lead .view-all {
    top: -30px;
    font-size: 3rem;
  }
}
.sub #sec-other_form .other_form-wrap {
  position: relative;
  z-index: 6;
}
@media screen and (min-width: 1100px) {
  .sub #sec-other_form .other_form-list .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }
}
.sub #sec-other_form .other_form-list .cols a {
  text-decoration: none;
  color: inherit;
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1100px) {
  .sub #sec-other_form .other_form-list .cols a {
    width: calc(100% / 3 - 40px);
    margin: 0 15px;
    padding: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .sub #sec-other_form .other_form-list .cols a {
    margin-bottom: 30px;
  }
}
.sub #sec-other_form .other_form-list .cols a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.sub #sec-other_form .other_form-list .cols .col:after {
  width: 24px;
  height: 50px;
  display: block;
  content: "";
  background: url(../img/common/ico-arrow-right.svg) left top no-repeat;
  background-size: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 1100px) {
  .sub #sec-other_form .other_form-list .cols .col:after {
    margin: 30px auto 0;
    width: 12px;
    height: 40px;
  }
}
.sub #sec-other_form .other_form-list .cols .col .lg {
  width: 120px;
  margin: 0 auto 20px;
  height: 120px;
}
.sub #sec-other_form .other_form-list .cols .col figure {
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.sub #sec-other_form .other_form-list .cols .col figure img {
  width: 100%;
  height: auto;
}
.sub #sec-other_form .other_form-list .cols .col h3 {
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
  font-weight: 400;
}
.sub #sec-other_form .other_form-list .cols .col .txt {
  text-align: left;
}
.sub #sec-news {
  background: #ffffff;
  padding: 6em 0 1em;
}
@media screen and (max-width: 1100px) {
  .sub #sec-news {
    padding: 0 0 1em;
  }
}
@media screen and (min-width: 1100px) {
  .sub #sec-news .news-wrap {
    padding: 0 9em;
    max-width: 1400px;
  }
}
@media screen and (min-width: 1100px) {
  .sub #sec-news .news-lead {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    left: 3em;
    top: 0;
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 1100px) {
  .sub #sec-news .news-lead {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px) {
  .sub #sec-news .news-list {
    padding-left: 5em;
  }
}
.sub #sec-news .news-list article {
  margin-bottom: 6em;
  position: relative;
}
.sub #sec-concept {
  background: #B8A072;
  padding: 6em 0 1em;
}
@media screen and (min-width: 1100px) {
  .sub #sec-concept .concept-wrap {
    padding: 0 9em;
    max-width: 1400px;
  }
}
.sub #sec-concept .concept-lead {
  font-size: 3.3rem;
}
@media screen and (min-width: 1100px) {
  .sub #sec-concept .concept-lead {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    left: 3em;
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .sub #sec-concept .concept-lead {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .sub #sec-concept .concept-list {
    padding-left: 5em;
  }
}
.sub #sec-concept .concept-list article {
  margin-bottom: 6em;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .sub #sec-concept .concept-list article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1100px) {
  .sub #sec-concept .concept-list article {
    margin-bottom: 3em;
  }
}
.sub #sec-concept .concept-list article .in strong {
  font-weight: normal;
  font-family: "A1明朝", sans-serif;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 1100px) {
  .sub #sec-concept .concept-list article .in {
    width: 52%;
  }
}
.sub #sec-concept .concept-list article .in .txt {
  width: 80%;
}
@media screen and (min-width: 1100px) {
  .sub #sec-concept .concept-list article .in .txt {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media screen and (max-width: 1100px) {
  .sub #sec-concept .concept-list article .in .txt {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sub #sec-concept .concept-list article .in h3 {
  letter-spacing: 0.5rem;
  font-size: 3.2rem;
  line-height: 1.6;
  font-family: "A1明朝", sans-serif;
}
@media screen and (max-width: 1100px) {
  .sub #sec-concept .concept-list article .in h3 {
    font-size: 2.7rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .sub #sec-concept .concept-list article figure {
    width: 45%;
  }
}
@media screen and (max-width: 1100px) {
  .sub #sec-concept .concept-list article figure:nth-of-type(2) {
    margin-top: 30px;
  }
}
.sub #sec-concept .concept-list article figure img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1100px) {
  .sub #sec-concept .concept-list article:nth-of-type(1) .in h3 {
    margin-bottom: 120px;
  }
  .sub #sec-concept .concept-list article:nth-of-type(1) figure {
    width: 620px;
    margin-left: 30px;
  }
  .sub #sec-concept .concept-list article:nth-of-type(2) {
    padding-bottom: 260px;
  }
  .sub #sec-concept .concept-list article:nth-of-type(2) .in {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 47%;
  }
  .sub #sec-concept .concept-list article:nth-of-type(2) .in .txt {
    position: absolute;
    left: 0;
    top: 460px;
    width: 45%;
  }
  .sub #sec-concept .concept-list article:nth-of-type(2) figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub #sec-concept .concept-list article:nth-of-type(2) figure:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 200px;
  }
  .sub #sec-concept .concept-list article:nth-of-type(3) .in {
    margin-top: 90px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
  .sub #sec-concept .concept-list article:nth-of-type(3) .in h3 {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .sub #sec-concept .concept-list article:nth-of-type(3) figure {
    margin-top: 90px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub #sec-concept .concept-list article:nth-of-type(3) .txt {
    width: 100%;
  }
  .sub #sec-concept .concept-list article:nth-of-type(4) {
    padding-bottom: 260px;
  }
  .sub #sec-concept .concept-list article:nth-of-type(4) .in {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sub #sec-concept .concept-list article:nth-of-type(4) .in .txt {
    position: absolute;
    left: 0;
    top: 460px;
    width: 45%;
  }
  .sub #sec-concept .concept-list article:nth-of-type(4) figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub #sec-concept .concept-list article:nth-of-type(4) figure:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 200px;
  }
}
.sub #sec-oem {
  padding: 6em 0;
}
@media screen and (max-width: 1100px) {
  .sub #sec-oem {
    padding: 0em 0;
  }
}
@media screen and (min-width: 1100px) {
  .sub #sec-oem .oem-wrap {
    padding: 0 9em;
    max-width: 1400px;
  }
}
.sub #sec-oem .oem-lead {
  font-size: 3.3rem;
}
@media screen and (min-width: 1100px) {
  .sub #sec-oem .oem-lead {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    left: 3em;
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .sub #sec-oem .oem-lead {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px) {
  .sub #sec-oem .oem-list {
    padding-left: 5em;
  }
}
.sub #sec-oem .oem-list article {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .sub #sec-oem .oem-list article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 6em;
  }
}
@media screen and (max-width: 1100px) {
  .sub #sec-oem .oem-list article {
    margin-bottom: 40px;
  }
}
.sub #sec-oem .oem-list article strong {
  font-weight: normal;
  font-family: "A1明朝", sans-serif;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 1100px) {
  .sub #sec-oem .oem-list article .in {
    width: 45%;
  }
}
@media screen and (min-width: 1100px) {
  .sub #sec-oem .oem-list article .in .txt {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media screen and (max-width: 1100px) {
  .sub #sec-oem .oem-list article .in .txt {
    margin-bottom: 30px;
  }
}
.sub #sec-oem .oem-list article .in h3 {
  letter-spacing: 0.5rem;
  font-size: 3.2rem;
  line-height: 1.6;
  font-family: "A1明朝", sans-serif;
}
@media screen and (max-width: 1100px) {
  .sub #sec-oem .oem-list article .in h3 {
    font-size: 2.7rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .sub #sec-oem .oem-list article figure {
    width: 48%;
  }
}
@media screen and (max-width: 1100px) {
  .sub #sec-oem .oem-list article figure:nth-of-type(2) {
    margin-top: 30px;
  }
}
.sub #sec-oem .oem-list article figure img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1100px) {
  .sub #sec-oem .oem-list article:nth-of-type(1) .in h3 {
    margin-bottom: 50px;
  }
  .sub #sec-oem .oem-list article:nth-of-type(2) {
    padding-bottom: 300px;
  }
  .sub #sec-oem .oem-list article:nth-of-type(2) .in {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sub #sec-oem .oem-list article:nth-of-type(2) .in .txt {
    position: absolute;
    left: 0;
    top: 490px;
    width: 470px;
  }
  .sub #sec-oem .oem-list article:nth-of-type(2) figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub #sec-oem .oem-list article:nth-of-type(2) figure:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 250px;
  }
  .sub #sec-oem .oem-list article:nth-of-type(3) .in {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sub #sec-oem .oem-list article:nth-of-type(3) .in h3 {
    margin-bottom: 50px;
  }
  .sub #sec-oem .oem-list article:nth-of-type(3) figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub #sec-oem .oem-list article:nth-of-type(4) {
    padding-bottom: 350px;
  }
  .sub #sec-oem .oem-list article:nth-of-type(4) .in {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sub #sec-oem .oem-list article:nth-of-type(4) .in h3 {
    margin-bottom: 50px;
  }
  .sub #sec-oem .oem-list article:nth-of-type(4) .in .txt {
    width: 45%;
    position: absolute;
    left: 0;
    top: 500px;
  }
  .sub #sec-oem .oem-list article:nth-of-type(4) figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub #sec-oem .oem-list article:nth-of-type(4) figure:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 340px;
  }
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content main {
    padding-top: 3em;
  }
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content .wrap {
    width: 1100px;
  }
}
.sub.treatment-content #sec-massage-detail {
  padding: 4em 0;
}
.sub.treatment-content #sec-massage-detail .massage-detail-list article {
  margin-bottom: 4em;
}
.sub.treatment-content #sec-massage-detail .massage-detail-list article:last-child {
  margin-bottom: 0;
}
.sub.treatment-content #sec-massage-detail .massage-detail-list article h2 {
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #000000;
  margin-bottom: 2em;
  font-weight: 400;
  padding: 0 8px;
  font-size: 2.2rem;
}
.sub.treatment-content #sec-massage-detail .massage-detail-list article .flex .in .txt, .sub.treatment-content #sec-massage-detail .massage-detail-list article .box__flex .in .txt {
  margin-bottom: 30px;
}
.sub.treatment-content #sec-massage-detail .massage-detail-list article .flex .in .box-btn, .sub.treatment-content #sec-massage-detail .massage-detail-list article .box__flex .in .box-btn {
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-massage-detail .massage-detail-list article .flex .in:nth-of-type(1), .sub.treatment-content #sec-massage-detail .massage-detail-list article .box__flex .in:nth-of-type(1) {
    width: 600px;
  }
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-massage-detail .massage-detail-list article .flex .in:nth-of-type(1) .massage-flow, .sub.treatment-content #sec-massage-detail .massage-detail-list article .box__flex .in:nth-of-type(1) .massage-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sub.treatment-content #sec-massage-detail .massage-detail-list article .flex .in:nth-of-type(1) .massage-flow .col, .sub.treatment-content #sec-massage-detail .massage-detail-list article .box__flex .in:nth-of-type(1) .massage-flow .col {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-massage-detail .massage-detail-list article .flex .in:nth-of-type(1) .massage-flow .col, .sub.treatment-content #sec-massage-detail .massage-detail-list article .box__flex .in:nth-of-type(1) .massage-flow .col {
    width: calc(100% / 3);
  }
}
.sub.treatment-content #sec-massage-detail .massage-detail-list article .flex .in:nth-of-type(1) .massage-flow .col:after, .sub.treatment-content #sec-massage-detail .massage-detail-list article .box__flex .in:nth-of-type(1) .massage-flow .col:after {
  content: "";
  background: url(../img/treatment/ico-arrow-right.svg) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 40px;
  display: block;
  margin: 15px auto 0;
}
.sub.treatment-content #sec-massage-detail .massage-detail-list article .flex .in:nth-of-type(1) .massage-flow .col a, .sub.treatment-content #sec-massage-detail .massage-detail-list article .box__flex .in:nth-of-type(1) .massage-flow .col a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-massage-detail .massage-detail-list article .flex .in:nth-of-type(2), .sub.treatment-content #sec-massage-detail .massage-detail-list article .box__flex .in:nth-of-type(2) {
    width: 380px;
  }
  .sub.treatment-content #sec-massage-detail .massage-detail-list article .flex .in:nth-of-type(2) .lg, .sub.treatment-content #sec-massage-detail .massage-detail-list article .box__flex .in:nth-of-type(2) .lg {
    width: 200px;
    margin: 0 auto;
  }
  .sub.treatment-content #sec-massage-detail .massage-detail-list article .flex .in:nth-of-type(2) figure, .sub.treatment-content #sec-massage-detail .massage-detail-list article .box__flex .in:nth-of-type(2) figure {
    width: 300px;
    margin: 0 auto;
  }
}
.sub.treatment-content #sec-massage {
  background: #F1ECE3;
  position: relative;
  z-index: 1;
  margin: 100px 0;
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-massage {
    margin: 3em 0 2em;
  }
}
.sub.treatment-content #sec-massage:before {
  background: url(../img/common/curve_top.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 50px;
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-massage:before {
    top: -10px;
    height: 15px;
  }
}
.sub.treatment-content #sec-massage:after {
  background: url(../img/common/curve_bottom.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 50px;
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-massage:after {
    bottom: -10px;
    height: 19px;
  }
}
.sub.treatment-content #sec-massage .massage-lead {
  position: relative;
  height: 50px;
}
.sub.treatment-content #sec-massage .massage-lead .eng, .sub.treatment-content #sec-massage .massage-lead .sub.category-content .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl .sub.treatment-content #sec-massage .massage-lead .main-eng, .sub.treatment-content #sec-massage .massage-lead .l-menu__content, .sub.treatment-content #sec-massage .massage-lead .top #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider .sub.treatment-content #sec-massage .massage-lead .ttl-eng, .sub.treatment-content #sec-massage .massage-lead .top #top-product .product-lead .view-all, .top #top-product .product-lead .sub.treatment-content #sec-massage .massage-lead .view-all, .sub.treatment-content #sec-massage .massage-lead .top #top-news .news-lead .view-all, .top #top-news .news-lead .sub.treatment-content #sec-massage .massage-lead .view-all {
  position: absolute;
  left: 0;
  top: -90px;
  font-size: 4rem;
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-massage .massage-lead .eng, .sub.treatment-content #sec-massage .massage-lead .sub.category-content .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl .sub.treatment-content #sec-massage .massage-lead .main-eng, .sub.treatment-content #sec-massage .massage-lead .l-menu__content, .sub.treatment-content #sec-massage .massage-lead .top #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider .sub.treatment-content #sec-massage .massage-lead .ttl-eng, .sub.treatment-content #sec-massage .massage-lead .top #top-product .product-lead .view-all, .top #top-product .product-lead .sub.treatment-content #sec-massage .massage-lead .view-all, .sub.treatment-content #sec-massage .massage-lead .top #top-news .news-lead .view-all, .top #top-news .news-lead .sub.treatment-content #sec-massage .massage-lead .view-all {
    top: -30px;
    font-size: 3rem;
  }
}
.sub.treatment-content #sec-massage .massage-wrap {
  position: relative;
  z-index: 6;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-massage .massage-list .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -50px;
  }
}
.sub.treatment-content #sec-massage .massage-list .cols .col {
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-massage .massage-list .cols .col {
    margin: 0 15px;
    padding: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-massage .massage-list .cols .col {
    margin-bottom: 30px;
  }
}
.sub.treatment-content #sec-massage .massage-list .cols .col:after {
  width: 24px;
  height: 50px;
  display: block;
  content: "";
  background: url(../img/common/ico-arrow-right.svg) left top no-repeat;
  background-size: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-massage .massage-list .cols .col:after {
    margin: 30px auto 0;
    width: 12px;
    height: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-massage .massage-list .cols .col:hover {
    background: rgba(255, 255, 255, 0.5);
  }
}
.sub.treatment-content #sec-massage .massage-list .cols .col a {
  text-decoration: none;
  color: inherit;
}
.sub.treatment-content #sec-massage .massage-list .cols .col .lg {
  width: 120px;
  margin: 0 auto 20px;
  height: 120px;
}
.sub.treatment-content #sec-massage .massage-list .cols .col figure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-massage .massage-list .cols .col figure {
    width: 50%;
  }
}
.sub.treatment-content #sec-massage .massage-list .cols .col figure img {
  width: auto;
  height: auto;
  height: 160px;
}
.sub.treatment-content #sec-massage .massage-list .cols .col h3 {
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
  font-weight: 400;
}
.sub.treatment-content #sec-massage .massage-list .cols .col .txt {
  text-align: left;
}
.sub.treatment-content #sec-parts {
  padding: 6em 0 0;
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-parts {
    padding: 2em 0;
  }
}
.sub.treatment-content #sec-parts .parts-wrap {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-parts .parts-wrap {
    padding-left: 7em;
  }
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-parts .parts-lead {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 0.2rem;
    font-size: 3.2rem;
  }
}
.sub.treatment-content #sec-parts .parts-list {
  padding-left: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.sub.treatment-content #sec-parts .parts-list .col {
  margin: 0 0 40px;
  padding: 0 6px;
  width: calc(100% / 3);
  text-align: center;
}
.sub.treatment-content #sec-parts .parts-list .col figure {
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-parts .parts-list .col figure img {
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .sub.treatment-content #sec-parts .parts-list .col figure img:hover {
    -webkit-transform: scale(1.1) rotate(0deg);
        -ms-transform: scale(1.1) rotate(0deg);
            transform: scale(1.1) rotate(0deg);
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.sub.treatment-content #sec-parts .parts-list .col a {
  text-decoration: none;
  color: inherit;
}
.sub.treatment-content #sec-treatment-detail {
  padding: 0;
  margin-bottom: 30px;
  background: #F1ECE3;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail {
    margin-top: 50px;
    padding-bottom: 40px;
  }
}
.sub.treatment-content #sec-treatment-detail:before {
  background: url(../img/common/curve_top.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 50px;
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail:before {
    top: -10px;
    height: 15px;
  }
}
.sub.treatment-content #sec-treatment-detail:after {
  background: url(../img/common/curve_bottom.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 50px;
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail:after {
    bottom: -10px;
    height: 19px;
  }
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-wrap {
  position: relative;
  z-index: 60;
  position: relative;
  top: 0px;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-wrap {
    padding-left: 7em;
  }
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-wrap {
    padding: 30px 4vw;
  }
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-lead {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 0.2rem;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-lead {
    font-size: 2rem;
  }
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-list {
  padding-left: 0;
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-list article {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-list article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-list article figure.main-img {
    width: 60%;
    margin-right: 40px;
  }
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 7em;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in {
    margin-top: 20px;
    padding: 0 1.5em;
  }
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .massage-lead .eng, .sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .massage-lead .sub.category-content .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl .sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .massage-lead .main-eng, .sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .massage-lead .l-menu__content, .sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .massage-lead .top #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider .sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .massage-lead .ttl-eng, .sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .massage-lead .top #top-product .product-lead .view-all, .top #top-product .product-lead .sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .massage-lead .view-all, .sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .massage-lead .top #top-news .news-lead .view-all, .top #top-news .news-lead .sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .massage-lead .view-all {
  font-size: 2.8rem;
  position: relative;
  top: -5px;
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .name {
  font-weight: bold;
  font-size: 1.9rem;
  margin-bottom: 9px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .txt {
  text-align: left;
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .lg {
  width: 45%;
  padding: 6px 0;
  margin: 0 auto 10px;
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in figure {
  width: 70%;
  margin: 0 auto 30px;
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .box-btn {
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .box-btn {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .box-btn a {
  padding: 6px 30px 6px 20px !important;
  text-align: center;
  display: inline-block;
  width: 210px;
  position: relative;
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .box-btn a:after {
  right: 10px;
  top: 8px;
  display: block;
  position: absolute;
  content: "▶";
  font-size: 1rem;
  color: #B8A072;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .box-btn a:hover:after {
    color: #ffffff;
  }
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .box-btn a .jp {
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  letter-spacing: 0.2 !important;
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .box-btn a .jp:before {
  position: absolute;
  left: -4px;
  top: 2px;
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  background: url(../img/common/icon_mail.svg) top left no-repeat;
  background-size: 100%;
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .box-btn a .hover {
  display: none;
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  letter-spacing: 0.2 !important;
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .box-btn a .hover:before {
  position: absolute;
  left: 12px;
  top: 6px;
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  background: url(../img/common/icon_mail.svg) top left no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .box-btn a:hover {
    background: #B8A072;
    color: #ffffff;
    opacity: 1 !important;
  }
  .sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .box-btn a:hover .jp {
    display: none;
  }
  .sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .box-btn a:hover .jp:before {
    background: url(../img/common/icon_mail_white.svg) top left no-repeat;
  }
  .sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .box-btn a:hover .hover {
    display: block;
  }
  .sub.treatment-content #sec-treatment-detail .treatment-detail-list article .in .box-btn a:hover .hover:before {
    background: url(../img/common/icon_mail_white.svg) top left no-repeat;
  }
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-massage {
  padding-left: 0;
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .name {
  border-bottom: 1px solid #000000;
  font-size: 2rem;
  margin-bottom: 15px;
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 8px;
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .massage-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .massage-menu {
    margin: 0 -8px 15px;
  }
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .massage-menu {
    margin: 12px 0;
  }
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .massage-menu li {
  cursor: pointer;
  width: calc(100% / 5 - 17px);
  border: 1px solid #B8A072;
  text-align: center;
  padding: 8px 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .massage-menu li {
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .massage-menu li {
    margin: 0 8px 10px;
  }
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .massage-menu li.is-active {
  background: #B8A072;
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .content .col {
  display: none;
  position: relative;
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .content .col.is-show {
  display: block;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .content .col .slider {
    width: 90%;
  }
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .content .col .in {
  margin-bottom: 20px;
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .flex, .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .box__flex {
  margin-bottom: 40px;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .flex .thumnail, .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .box__flex .thumnail {
    position: absolute;
    right: 0;
    top: 80px;
  }
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .flex .thumnail ul, .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .box__flex .thumnail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6px;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .flex .thumnail ul, .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .box__flex .thumnail ul {
    display: block;
  }
}
.sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .flex .thumnail ul li, .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .box__flex .thumnail ul li {
  margin: 6px 6px;
  width: 50px !important;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .flex .thumnail ul li, .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .box__flex .thumnail ul li {
    width: 70px !important;
    margin: 10px 6px;
  }
  .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .flex .thumnail ul li:first-child, .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .box__flex .thumnail ul li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .flex .in, .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .box__flex .in {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .flex .in, .sub.treatment-content #sec-treatment-detail .treatment-detail-massage article .box__flex .in {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment {
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-treatment {
    margin-bottom: 70px;
  }
}
.sub.treatment-content #sec-treatment .treatment-wrap {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment .treatment-wrap {
    padding-left: 7em;
  }
}
.sub.treatment-content #sec-treatment .treatment-lead {
  letter-spacing: 0.2rem;
  font-size: 3.3rem;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment .treatment-lead {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-treatment .treatment-lead {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.sub.treatment-content #sec-treatment .treatment-list {
  padding-left: 0em;
}
.sub.treatment-content #sec-treatment .treatment-list article {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment .treatment-list article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment .treatment-list article .in {
    width: 42%;
  }
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-treatment .treatment-list article .in {
    margin-bottom: 20px;
  }
}
.sub.treatment-content #sec-treatment .treatment-list article .in .txt {
  width: 100%;
}
.sub.treatment-content #sec-treatment .treatment-list article .in h3 {
  letter-spacing: 0.5rem;
  font-size: 2.8rem;
  line-height: 1.6;
  font-family: "A1明朝", sans-serif;
}
@media screen and (max-width: 1100px) {
  .sub.treatment-content #sec-treatment .treatment-list article .in h3 {
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment .treatment-list article figure {
    width: 540px;
  }
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment .treatment-list article:nth-of-type(1) .in h3 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .sub.treatment-content #sec-treatment .treatment-list article:nth-of-type(2) {
    padding-bottom: 490px;
  }
  .sub.treatment-content #sec-treatment .treatment-list article:nth-of-type(2) .in {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sub.treatment-content #sec-treatment .treatment-list article:nth-of-type(2) .in .txt {
    position: absolute;
    left: 0;
    top: 460px;
  }
  .sub.treatment-content #sec-treatment .treatment-list article:nth-of-type(2) figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub.treatment-content #sec-treatment .treatment-list article:nth-of-type(2) figure:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 500px;
  }
  .sub.treatment-content #sec-treatment .treatment-list article:nth-of-type(3) .in {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sub.treatment-content #sec-treatment .treatment-list article:nth-of-type(3) .in h3 {
    margin-bottom: 50px;
  }
  .sub.treatment-content #sec-treatment .treatment-list article:nth-of-type(3) figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub.treatment-content #sec-treatment .treatment-list article:nth-of-type(4) .in {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sub.treatment-content #sec-treatment .treatment-list article:nth-of-type(4) figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sub .naiyou {
  margin-top: 40px;
  line-height: 1.7;
}
.sub .naiyou .ryo {
  font-size: 1.8rem;
}
.sub .naiyou .kakaku {
  font-size: 1.9rem;
  font-weight: bold;
}
.sub.category-content .product-detail {
  background: #B8A072;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .sub.category-content .product-detail {
    padding-bottom: 60px;
  }
}
.sub.category-content .product-detail.detail-2 {
  padding-bottom: 80px;
}
.sub.category-content .product-detail .product-content {
  position: relative;
  padding: 60px 0 90px;
}
@media screen and (max-width: 1100px) {
  .sub.category-content .product-detail .product-content {
    padding: 30px 0 90px !important;
  }
}
.sub.category-content .product-detail .product-content .s-ttl {
  color: #ffffff;
}
@media screen and (min-width: 1100px) {
  .sub.category-content .product-detail .product-content .s-ttl {
    position: absolute;
    left: 0;
    top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .sub.category-content .product-detail .product-content .s-ttl {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .sub.category-content .product-detail .product-content .s-ttl .ttl {
    padding-top: 0;
    display: block;
  }
}
.sub.category-content .product-detail .product-content .s-ttl .all {
  font-family: athelas, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 1100px) {
  .sub.category-content .product-detail .product-content .s-ttl .all {
    -webkit-writing-mode: horizontal-tb !important;
        -ms-writing-mode: lr-tb !important;
            writing-mode: horizontal-tb !important;
  }
}
.sub.category-content .product-detail .product-content .s-ttl .eng, .sub.category-content .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl .l-menu__content, .sub.category-content .product-detail .product-content .s-ttl .top #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider .sub.category-content .product-detail .product-content .s-ttl .ttl-eng, .sub.category-content .product-detail .product-content .s-ttl .top #top-product .product-lead .view-all, .top #top-product .product-lead .sub.category-content .product-detail .product-content .s-ttl .view-all, .sub.category-content .product-detail .product-content .s-ttl .top #top-news .news-lead .view-all, .top #top-news .news-lead .sub.category-content .product-detail .product-content .s-ttl .view-all {
  font-size: 1.8rem;
}
.sub.category-content .product-detail .product-content .s-ttl .main-eng {
  color: #000000;
  font-size: 5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .sub.category-content .product-detail .product-content .s-ttl .main-eng {
    display: block;
    font-size: 3rem;
  }
}
.sub.category-content .product-detail .product-content .s-ttl a {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (min-width: 1100px) {
  .sub.category-content .product-detail .product-inner {
    padding-left: 120px;
  }
}
@media screen and (max-width: 1100px) {
  .sub.category-content .product-detail .product-inner .main-slide {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .sub.category-content .product-detail .product-inner .flex, .sub.category-content .product-detail .product-inner .box__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 60px;
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .sub.category-content .product-detail .product-inner .flex, .sub.category-content .product-detail .product-inner .box__flex {
    padding: 0 4vw;
  }
}
.sub.category-content .product-detail .product-inner .flex .in:nth-of-type(1), .sub.category-content .product-detail .product-inner .box__flex .in:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1100px) {
  .sub.category-content .product-detail .product-inner .flex .in:nth-of-type(1), .sub.category-content .product-detail .product-inner .box__flex .in:nth-of-type(1) {
    margin-right: 40px;
  }
}
.sub.category-content .product-detail .product-inner .flex .in:nth-of-type(1) h2, .sub.category-content .product-detail .product-inner .box__flex .in:nth-of-type(1) h2 {
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: 400;
  font-family: "A1明朝", sans-serif;
}
@media screen and (max-width: 1100px) {
  .sub.category-content .product-detail .product-inner .flex .in:nth-of-type(1) h2, .sub.category-content .product-detail .product-inner .box__flex .in:nth-of-type(1) h2 {
    font-size: 2.4rem;
  }
}
.sub.category-content .product-detail .product-inner .flex .in:nth-of-type(1) .buy-btn, .sub.category-content .product-detail .product-inner .box__flex .in:nth-of-type(1) .buy-btn {
  margin-top: 30px;
}
.sub.category-content .product-detail .product-inner .flex .in:nth-of-type(1) .buy-btn a, .sub.category-content .product-detail .product-inner .box__flex .in:nth-of-type(1) .buy-btn a {
  border-color: #ffffff;
  color: #ffffff;
}
.sub.category-content .product-detail .product-inner .flex .in:nth-of-type(1) .detail-btn, .sub.category-content .product-detail .product-inner .box__flex .in:nth-of-type(1) .detail-btn {
  margin-top: 30px;
}
.sub.category-content .product-detail .product-inner .flex .in:nth-of-type(1) .detail-btn a, .sub.category-content .product-detail .product-inner .box__flex .in:nth-of-type(1) .detail-btn a {
  padding: 10px 20px;
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
@media screen and (min-width: 1100px) {
  .sub.category-content .product-detail .product-inner .flex .in:nth-of-type(2), .sub.category-content .product-detail .product-inner .box__flex .in:nth-of-type(2) {
    width: 580px;
  }
}
@media screen and (max-width: 1100px) {
  .sub.category-content .product-detail .product-inner .flex .in:nth-of-type(2), .sub.category-content .product-detail .product-inner .box__flex .in:nth-of-type(2) {
    margin-top: 40px;
  }
}
.sub.category-content .product-detail-lineup {
  padding: 6em 0;
}
.sub.category-content .product-detail-lineup .detail-lead h2.eng, .sub.category-content .product-detail-lineup .detail-lead h2.l-menu__content, .sub.category-content .product-detail-lineup .detail-lead .top #main_slider_wrapper #main_slider h2.ttl-eng, .top #main_slider_wrapper #main_slider .sub.category-content .product-detail-lineup .detail-lead h2.ttl-eng, .sub.category-content .product-detail-lineup .detail-lead .top #top-product .product-lead h2.view-all, .top #top-product .product-lead .sub.category-content .product-detail-lineup .detail-lead h2.view-all, .sub.category-content .product-detail-lineup .detail-lead .top #top-news .news-lead h2.view-all, .top #top-news .news-lead .sub.category-content .product-detail-lineup .detail-lead h2.view-all, .sub.category-content .product-detail-lineup .detail-lead .product-detail .product-content .s-ttl h2.main-eng, .sub.category-content .product-detail .product-content .s-ttl .product-detail-lineup .detail-lead h2.main-eng {
  font-size: 3.6rem;
  margin-bottom: 20px;
}
.sub.category-content .product-detail-lineup .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.sub.category-content .product-detail-lineup .cols .col {
  width: calc(100% / 6 - 20px);
  margin: 10px;
}
.sub.category-content .product-detail-lineup .cols .col h3 {
  font-family: athelas, "A1明朝", sans-serif;
}
.sub.category-content .product-list .product-detail-feature:nth-of-type(1) .feature-lead {
  display: block !important;
}
.sub.category-content .product-list .product-detail-feature .feature-lead {
  display: none;
}
.sub.category-content .product-detail-lineup2 {
  padding: 3em 0;
}
.sub.category-content .product-detail-lineup2 .detail-lead h2.eng, .sub.category-content .product-detail-lineup2 .detail-lead h2.l-menu__content, .sub.category-content .product-detail-lineup2 .detail-lead .top #main_slider_wrapper #main_slider h2.ttl-eng, .top #main_slider_wrapper #main_slider .sub.category-content .product-detail-lineup2 .detail-lead h2.ttl-eng, .sub.category-content .product-detail-lineup2 .detail-lead .top #top-product .product-lead h2.view-all, .top #top-product .product-lead .sub.category-content .product-detail-lineup2 .detail-lead h2.view-all, .sub.category-content .product-detail-lineup2 .detail-lead .top #top-news .news-lead h2.view-all, .top #top-news .news-lead .sub.category-content .product-detail-lineup2 .detail-lead h2.view-all, .sub.category-content .product-detail-lineup2 .detail-lead .product-detail .product-content .s-ttl h2.main-eng, .sub.category-content .product-detail .product-content .s-ttl .product-detail-lineup2 .detail-lead h2.main-eng {
  font-size: 3.3rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .sub.category-content .product-detail-lineup2 .cols .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 90px;
  }
  .sub.category-content .product-detail-lineup2 .cols .col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .sub.category-content .product-detail-lineup2 .cols .col {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .sub.category-content .product-detail-lineup2 .cols .col figure {
    width: 450px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .sub.category-content .product-detail-lineup2 .cols .col .in {
    width: 450px;
  }
}
.sub.category-content .product-detail-lineup2 .cols .col .in h3 {
  font-size: 2.6rem;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 1.7;
  font-family: athelas, "A1明朝", sans-serif;
}
.sub.category-content .product-detail-lineup2 .cols .col .in h4 {
  font-weight: 400;
  font-size: 1.7rem;
  margin-bottom: 30px;
}
.sub.category-content .product-detail-lineup2 .cols .col .in .txt {
  margin-bottom: 50px;
}
.sub.category-content .product-detail-feature {
  background: #F1ECE3;
  position: relative;
  z-index: 1;
  margin: 100px 0;
}
.sub.category-content .product-detail-feature.feature-2 {
  margin-top: 0;
}
.sub.category-content .product-detail-feature .feature-lead {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .sub.category-content .product-detail-feature .feature-lead {
    height: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .sub.category-content .product-detail-feature .feature-lead .eng, .sub.category-content .product-detail-feature .feature-lead .l-menu__content, .sub.category-content .product-detail-feature .feature-lead .top #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider .sub.category-content .product-detail-feature .feature-lead .ttl-eng, .sub.category-content .product-detail-feature .feature-lead .top #top-product .product-lead .view-all, .top #top-product .product-lead .sub.category-content .product-detail-feature .feature-lead .view-all, .sub.category-content .product-detail-feature .feature-lead .top #top-news .news-lead .view-all, .top #top-news .news-lead .sub.category-content .product-detail-feature .feature-lead .view-all, .sub.category-content .product-detail-feature .feature-lead .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl .product-detail-feature .feature-lead .main-eng {
    position: absolute;
    left: 0;
    top: -90px;
    font-size: 4.5rem !important;
  }
}
@media screen and (min-width: 1100px) {
  .sub.category-content .product-detail-feature .flex, .sub.category-content .product-detail-feature .box__flex {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1100px) {
  .sub.category-content .product-detail-feature .in {
    width: 48%;
  }
}
@media screen and (max-width: 1100px) {
  .sub.category-content .product-detail-feature .in {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .sub.category-content .product-detail-feature .in figure {
    margin-left: 100px;
    width: 460px;
  }
}
.sub.category-content .product-detail-feature .in h3 {
  font-weight: normal;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  margin-bottom: 25px;
  font-family: "A1明朝", sans-serif;
}
@media screen and (max-width: 1100px) {
  .sub.category-content .product-detail-feature .in h3 {
    font-size: 2rem;
  }
}
.sub.category-content .product-detail-feature .massage-wrap {
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 1100px) {
  .sub.category-content .product-detail-feature .massage-wrap .eng, .sub.category-content .product-detail-feature .massage-wrap .l-menu__content, .sub.category-content .product-detail-feature .massage-wrap .top #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider .sub.category-content .product-detail-feature .massage-wrap .ttl-eng, .sub.category-content .product-detail-feature .massage-wrap .top #top-product .product-lead .view-all, .top #top-product .product-lead .sub.category-content .product-detail-feature .massage-wrap .view-all, .sub.category-content .product-detail-feature .massage-wrap .top #top-news .news-lead .view-all, .top #top-news .news-lead .sub.category-content .product-detail-feature .massage-wrap .view-all, .sub.category-content .product-detail-feature .massage-wrap .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl .product-detail-feature .massage-wrap .main-eng {
    font-size: 3rem !important;
    margin-bottom: 15px;
  }
}
.sub.category-content .product-detail-feature:before {
  background: url(../img/common/curve_top.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 50px;
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 2;
}
.sub.category-content .product-detail-feature:after {
  background: url(../img/common/curve_bottom.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 50px;
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 2;
}
.sub.category-content .product-detail-feature.feature-3, .sub.category-content .product-list .product-detail-feature:nth-of-type(2n) {
  background: #ffffff;
  margin: 140px 0 !important;
}
.sub.category-content .product-detail-feature.feature-3:before, .sub.category-content .product-list .product-detail-feature:nth-of-type(2n):before {
  background: url(../img/common/curve_top_white.svg) no-repeat;
  background-size: cover;
  top: -7.1em;
}
.sub.category-content .product-detail-feature.feature-3:after, .sub.category-content .product-list .product-detail-feature:nth-of-type(2n):after {
  background: url(../img/common/curve_bottom_white.svg) no-repeat;
  background-size: cover;
  bottom: -8.8em;
}
.sub.category-content #top-product {
  background: #B8A072;
  padding: 8em 0;
}
@media screen and (max-width: 1100px) {
  .sub.category-content #top-product {
    padding: 3em 0;
  }
}
@media screen and (min-width: 1100px) {
  .sub.category-content #top-product .wrap {
    width: 1280px;
  }
}
.sub.category-content #top-product .product-lead {
  z-index: 50;
}
@media screen and (min-width: 1100px) {
  .sub.category-content #top-product .product-lead {
    position: absolute;
    right: -4vw;
    top: -3vw;
  }
}
.sub.category-content #top-product .product-lead .eng, .sub.category-content #top-product .product-lead .l-menu__content, .sub.category-content #top-product .product-lead .top #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider .sub.category-content #top-product .product-lead .ttl-eng, .sub.category-content .top #top-product .product-lead .view-all, .top .sub.category-content #top-product .product-lead .view-all, .sub.category-content #top-product .product-lead .top #top-news .news-lead .view-all, .top #top-news .news-lead .sub.category-content #top-product .product-lead .view-all, .sub.category-content #top-product .product-lead .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl #top-product .product-lead .main-eng {
  font-size: 6rem;
}
@media screen and (max-width: 1100px) {
  .sub.category-content #top-product .product-lead .eng, .sub.category-content #top-product .product-lead .l-menu__content, .sub.category-content #top-product .product-lead .top #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider .sub.category-content #top-product .product-lead .ttl-eng, .sub.category-content .top #top-product .product-lead .view-all, .top .sub.category-content #top-product .product-lead .view-all, .sub.category-content #top-product .product-lead .top #top-news .news-lead .view-all, .top #top-news .news-lead .sub.category-content #top-product .product-lead .view-all, .sub.category-content #top-product .product-lead .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl #top-product .product-lead .main-eng {
    font-size: 3.2rem;
  }
}
.sub.category-content #top-product .product-list {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .sub.category-content #top-product .product-list {
    padding-left: 6em;
  }
}
.sub.category-content #top-product .product-list .s-ttl {
  color: #ffffff;
}
@media screen and (max-width: 1100px) {
  .sub.category-content #top-product .product-list .s-ttl {
    line-height: 0.8;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .sub.category-content #top-product .product-list .s-ttl .ttl {
    display: block;
  }
}
.sub.category-content #top-product .product-list .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1100px) {
  .sub.category-content #top-product .product-list .cols {
    margin: 0 0;
  }
}
.sub.category-content #top-product .product-list .cols .col {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .sub.category-content #top-product .product-list .cols .col {
    margin-right: 44px;
    margin-bottom: 40px;
  }
  .sub.category-content #top-product .product-list .cols .col:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .sub.category-content #top-product .product-list .cols .col {
    width: calc(100% / 3);
    padding: 0 6px;
    margin: 0 0px 30px;
  }
}
.sub.category-content #top-product .product-list .cols .col figure {
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .sub.category-content #top-product .product-list .cols .col figure img {
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .sub.category-content #top-product .product-list .cols .col figure img:hover {
    -webkit-transform: scale(1.1) rotate(0deg);
        -ms-transform: scale(1.1) rotate(0deg);
            transform: scale(1.1) rotate(0deg);
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.sub.category-content #top-product .product-list .cols .col .no_hover_lg {
  margin: 0 auto;
  width: 90%;
  height: auto;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .sub.category-content #top-product .product-list .cols .col .no_hover_lg {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .sub.category-content #top-product .product-list .cols .col .no_hover_lg {
    margin-top: 7px;
  }
}
.sub.category-content #top-product .product-list .cols .col .no_hover_lg img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1100px) {
  .sub.category-content #top-product .product-list .cols .col {
    width: calc(100% / 3 - 30px);
  }
}
.sub.category-content #top-product .product-list .cols .col .caption {
  font-size: 2rem;
  color: #fff;
  padding: 0 30px;
  font-family: "A1明朝", sans-serif;
}
@media screen and (min-width: 1100px) {
  .sub.category-content #top-product .product-list .cols .col .mask {
    width: 100%;
    height: 346px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /* マスクを表示しない */
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .sub.category-content #top-product .product-list .cols .col .mask .in-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .sub.category-content #top-product .product-list .cols .col .mask .caption {
    text-align: center;
  }
  .sub.category-content #top-product .product-list .cols .col .mask span {
    display: block;
    width: 50%;
    height: auto;
    margin: 30px auto 0;
    text-align: center;
  }
  .sub.category-content #top-product .product-list .cols .col .mask span img {
    width: 100%;
    height: auto;
  }
  .sub.category-content #top-product .product-list .cols .col:hover .mask {
    opacity: 1;
    /* マスクを表示する */
    padding-left: 40px;
    /* 右にずらす */
  }
}
@media screen and (max-width: 1100px) {
  .sub.category-content #top-product .product-list .cols .col .mask {
    display: none;
  }
}
.sub.category-content #top-product .product-list.other-brand-list .cols {
  border-top: 1px solid #ffffff;
  padding-top: 6em;
  margin-top: 4em;
}
@media screen and (max-width: 1100px) {
  .sub.category-content #top-product .product-list.other-brand-list .cols {
    margin-top: 2em;
    padding-top: 3em;
  }
}
@media screen and (max-width: 1100px) {
  .sub.category-content #product-category {
    margin-top: 3em;
  }
}
@media screen and (min-width: 1100px) {
  .sub.category-content #product-category .wrap {
    width: 1280px;
  }
}
.sub.category-content #product-category .category-lead {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .sub.category-content #product-category .category-lead {
    height: 90px;
  }
}
@media screen and (min-width: 1100px) {
  .sub.category-content #product-category .category-lead .eng, .sub.category-content #product-category .category-lead .l-menu__content, .sub.category-content #product-category .category-lead .top #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider .sub.category-content #product-category .category-lead .ttl-eng, .sub.category-content #product-category .category-lead .top #top-product .product-lead .view-all, .top #top-product .product-lead .sub.category-content #product-category .category-lead .view-all, .sub.category-content #product-category .category-lead .top #top-news .news-lead .view-all, .top #top-news .news-lead .sub.category-content #product-category .category-lead .view-all, .sub.category-content #product-category .category-lead .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl #product-category .category-lead .main-eng {
    position: absolute;
    left: 0;
    top: -1em;
    font-size: 6rem;
  }
}
@media screen and (max-width: 1100px) {
  .sub.category-content #product-category .category-lead .eng, .sub.category-content #product-category .category-lead .l-menu__content, .sub.category-content #product-category .category-lead .top #main_slider_wrapper #main_slider .ttl-eng, .top #main_slider_wrapper #main_slider .sub.category-content #product-category .category-lead .ttl-eng, .sub.category-content #product-category .category-lead .top #top-product .product-lead .view-all, .top #top-product .product-lead .sub.category-content #product-category .category-lead .view-all, .sub.category-content #product-category .category-lead .top #top-news .news-lead .view-all, .top #top-news .news-lead .sub.category-content #product-category .category-lead .view-all, .sub.category-content #product-category .category-lead .product-detail .product-content .s-ttl .main-eng, .sub.category-content .product-detail .product-content .s-ttl #product-category .category-lead .main-eng {
    font-size: 3.2rem;
  }
}
.sub.category-content #product-category .category-list h3 {
  color: #B8A072;
  font-size: 2rem;
  border-bottom: 2px solid #B8A072;
  padding-bottom: 10px;
  font-family: "A1明朝", sans-serif;
  letter-spacing: 0.2rem;
  margin-bottom: 40px;
}
.sub.category-content #product-category .category-list .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1100px) {
  .sub.category-content #product-category .category-list .cols {
    margin-bottom: 50px;
    margin-right: -37px;
  }
}
@media screen and (max-width: 1100px) {
  .sub.category-content #product-category .category-list .cols {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sub.category-content #product-category .category-list .cols .col {
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .sub.category-content #product-category .category-list .cols .col {
    width: 298px;
    margin-right: 28px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .sub.category-content #product-category .category-list .cols .col {
    width: calc(100% / 2 - 15px);
  }
}
.sub.category-content #product-category .category-list .cols .col a {
  text-decoration: none;
}
.sub.category-content #product-category .category-list .cols .col figure {
  margin-bottom: 12px;
}
.sub.category-content #product-category .category-list .cols .col h4 {
  color: #B8A072;
  font-family: "A1明朝", sans-serif;
  padding: 4px 0 10px;
}

@-webkit-keyframes fixani {
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
}

@keyframes fixani {
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
}
@-webkit-keyframes fixout {
  0% {
    -webkit-transform: translate3d(0, -316px, 0);
            transform: translate3d(0, -316px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fixout {
  0% {
    -webkit-transform: translate3d(0, -316px, 0);
            transform: translate3d(0, -316px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/*--- slick 初期化 ---*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url(../img/common/arrow/ajax-loader.gif) center center no-repeat;
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 100;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  color: transparent;
  opacity: 0.6;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.slick-dots li {
  display: inline-block;
  margin: 0 2px;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 7px !important;
    width: 13px;
  }
}
.slick-dots li button {
  position: relative;
  background: none;
  border: none;
  text-indent: -9999px;
  outline: 0;
  -webkit-appearance: none;
}
.slick-dots li button::-moz-focus-inner {
  border: 0px;
}
.slick-dots li button:before {
  content: "●";
  font-size: 12px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  color: #BFBFBF;
}
@media screen and (max-width: 767px) {
  .slick-dots li button:before {
    font-size: 11px;
  }
}
.slick-dots li.slick-active button:before {
  content: "●";
  color: #B8A072;
}

@media screen and (min-width: 1100px) {
  #blog_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#blog_inner a {
  color: inherit;
}

.archiveWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1100px) {
  .archiveWrap {
    margin-right: 40px;
  }
}
.archiveWrap img {
  width: auto !important;
  max-width: 100% !important;
  height: auto;
}
.archiveWrap article {
  border-bottom: 1px dotted #cccccc;
  padding: 15px 0;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.archiveWrap article .wp-caption {
  max-width: 100% !important;
}
.archiveWrap article:last-child {
  margin-bottom: 0;
}
.archiveWrap article h1 {
  font-weight: bold;
}
.archiveWrap em {
  font-style: normal;
}
.archiveWrap em .post-categories {
  display: inline;
}
.archiveWrap em .post-categories li {
  display: inline-block;
}
.archiveWrap em a {
  display: block;
  text-decoration: none;
}
.archiveWrap h1 {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
}
.archiveWrap h1 a {
  display: block;
  text-decoration: none;
}

.singleposts .titSet {
  margin-bottom: 30px;
}
.singleposts .btn {
  cursor: pointer;
}

/*--- サイドバー ---*/
@media screen and (min-width: 1100px) {
  aside#sidebar {
    width: 260px;
  }
}
aside#sidebar section {
  margin-bottom: 30px;
}
aside#sidebar .label {
  border: 1px solid #666666;
  line-height: 1.4;
  padding: 6px 0;
  color: #666666;
  text-align: center;
  background: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
}
aside#sidebar #sidebar_new .list .col_side {
  padding: 15px 0;
  border-bottom: 1px solid #a2a2a2;
}
aside#sidebar #sidebar_new .list .col_side .img {
  width: 60px;
  float: left;
}
@media screen and (min-width: 1100px) {
  aside#sidebar #sidebar_new .list .col_side .img {
    margin-right: 8px;
  }
}
aside#sidebar #sidebar_new .list .col_side .img img {
  border-radius: 50%;
  width:   60px;
  height: 60px;
}
aside#sidebar #sidebar_new .list .col_side .cat {
  font-size: 1.4rem;
}
aside#sidebar #sidebar_new .list .col_side .info {
  line-height: 1.4;
}
aside#sidebar #sidebar_new .list .col_side .info .ttl {
  font-weight: bold;
  margin-top: 6px;
}
@media screen and (max-width: 1100px) {
  aside#sidebar #sidebar_new .list .col_side .info {
    width: 80%;
  }
}
aside#sidebar #sidebar_new .list .col_side .info a {
  text-decoration: none;
}
aside#sidebar #sidebar_category ul li {
  padding: 12px 0;
  border-bottom: 1px solid #a2a2a2;
  line-height: 1.4;
  font-size: 1.4rem;
}
aside#sidebar #sidebar_category ul li a {
  text-decoration: none;
}
aside#sidebar #sidebar_tag {
  border: 1px solid #a2a2a2;
  padding: 8px 15px;
}
aside#sidebar #sidebar_tag .label {
  border: none;
}
aside#sidebar #sidebar_tag ul li {
  display: inline;
  margin: 0 15px;
}
aside#sidebar #sidebar_tag ul li:before {
  content: "#";
}

.blog-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.blog-nav .u-fs10 {
  font-size: 0.7rem;
}
.blog-nav a {
  padding: 0 25px;
  display: block;
  background-repeat: no-repeat;
  background-size: 11px auto;
  text-decoration: none;
  font-weight: bold;
}
.blog-nav a .u-fs13 {
  color: #666666;
}
.blog-nav li:nth-child(odd) a {
  background-image: url(../img/common/prev.svg);
  background-position: left center;
}
.blog-nav li:nth-child(even) a {
  background-image: url(../img/common/next.svg);
  background-position: right center;
}