@charset "UTF-8";
/*
Theme Name: 
Author: 
Author URI: 
Version: 1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&family=Roboto+Condensed:wght@300;400;700&display=swap");
.clearfix, .container, .container-narrow, .container-narrow-narrow, #header {
  *zoom: 1;
}
.clearfix:after, .container:after, .container-narrow:after, .container-narrow-narrow:after, #header:after {
  content: "";
  display: table;
  clear: both;
}
/* --- サイト内共通 ----------------------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic Gothic Medium, "メイリオ", "Meiryo", sans-serif;
}
@media (min-width: 48em) {
  html {
    font-size: 125%;
  }
}
@media all and (-ms-high-contrast: none) {
  html {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic Gothic Medium, "メイリオ", "Meiryo", sans-serif;
  }
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
}
@media (min-width: 48em) {
  body {
    font-size: 0.8rem;
  }
}
a {
  position: relative;
  text-decoration: none;
  color: #000;
  outline: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 62em) {
  a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.9;
  }
}
img {
  max-width: 100%;
  height: auto;
}
#wrapper {
  overflow: hidden;
}
.wrapper {
  padding: 45px 6.5% 60px;
  position: relative;
}
@media (min-width: 48em) {
  .wrapper {
    padding: 4.4vw 9% 6vw;
  }
}
@media (min-width: 62em) {
  .wrapper {
    padding: 4.4vw 12% 6vw;
  }
}
.wrapper-central {
  max-width: 1194px;
  margin: 0 auto;
  position: relative;
}
.noblock0 {
  padding: 0;
}
.noblock {
  padding: 0 0 5rem 0;
}
.normalblock {
  padding: 5rem 0;
}
.grayblock {
  background: rgba(242, 242, 242, 0.53);
}
.container {
  position: relative;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1100px;
}
@media (min-width: 62em) {
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.container-narrow {
  position: relative;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 900px;
}
@media (min-width: 62em) {
  .container-narrow {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.container-narrow-narrow {
  position: relative;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 700px;
}
@media (min-width: 62em) {
  .container-narrow-narrow {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 1.5rem;
}
.col-md-1 {
  float: none;
}
@media (min-width: 48em) {
  .col-md-1 {
    float: left;
    width: 8.3333%;
  }
}
.col-md-2 {
  float: none;
}
@media (min-width: 48em) {
  .col-md-2 {
    float: left;
    width: 16.6666%;
  }
}
.col-md-3 {
  float: none;
  width: 100%;
}
@media (min-width: 48em) {
  .col-md-3 {
    float: left;
    width: 25%;
  }
}
.col-md-4 {
  float: none;
  width: 100%;
}
@media (min-width: 48em) {
  .col-md-4 {
    float: left;
    width: 33.3333%;
  }
}
.col-md-5 {
  float: none;
  width: 100%;
}
@media (min-width: 48em) {
  .col-md-5 {
    float: left;
    width: 41.6666%;
  }
}
.col-md-6 {
  float: none;
  width: 100%;
}
@media (min-width: 48em) {
  .col-md-6 {
    float: left;
    width: 50%;
  }
}
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: none;
  width: 100%;
}
@media (min-width: 48em) {
  .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    width: 58.3333%;
  }
}
@media (min-width: 48em) {
  .col-md-8 {
    float: left;
    width: 66.6666%;
  }
}
@media (min-width: 48em) {
  .col-md-9 {
    width: 75%;
    margin: 0 auto;
  }
}
@media (min-width: 48em) {
  .col-md-10 {
    float: none;
    width: 100%;
  }
}
@media (min-width: 76.875em) {
  .col-md-10 {
    float: none;
    width: 83.3333%;
    margin: 0 auto;
  }
}
@media (min-width: 62em) {
  .col-md-11 {
    float: none;
    width: 100%;
  }
}
@media (min-width: 76.875em) {
  .col-md-11 {
    float: none;
    width: 91.6666%;
    margin: 0 auto;
  }
}
@media (min-width: 62em) {
  .col-md-12 {
    float: none;
    width: 100%;
  }
}
.pd-4px-8px {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}
.pd-8px-16px {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}
.pd-12px-24px {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}
.pd-16px-32px {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}
.pd-20px-40px {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.pd-24px-48px {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}
.pd-28px-56px {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}
.pd-32px-64px {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}
.pd-36px-72px {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}
.pd-40px-80px {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.pd-box-4px-8px {
  padding: 0.4rem !important;
}
.pd-box-8px-16px {
  padding: 0.8rem !important;
}
.pd-box-12px-24px {
  padding: 1.2rem !important;
}
.pd-box-16px-32px {
  padding: 1.6rem !important;
}
.pd-box-20px-40px {
  padding: 2rem !important;
}
.pd-box-24px-48px {
  padding: 2.4rem !important;
}
.pd-box-28px-56px {
  padding: 2.8rem !important;
}
.pd-box-32px-64px {
  padding: 3.2rem !important;
}
.pd-box-36px-72px {
  padding: 3.6rem !important;
}
.pd-box-40px-80px {
  padding: 4rem !important;
}
.mg-bottom-4px-8px {
  margin-bottom: 0.4rem !important;
}
.mg-bottom-8px-16px {
  margin-bottom: 0.8rem !important;
}
.mg-bottom-12px-24px {
  margin-bottom: 1.2rem !important;
}
.mg-bottom-16px-32px {
  margin-bottom: 1.6rem !important;
}
.mg-bottom-20px-40px {
  margin-bottom: 2rem !important;
}
.mg-bottom-24px-48px {
  margin-bottom: 2.4rem !important;
}
.mg-bottom-28px-56px {
  margin-bottom: 2.8rem !important;
}
.mg-bottom-32px-64px {
  margin-bottom: 3.2rem !important;
}
.mg-bottom-36px-72px {
  margin-bottom: 3.6rem !important;
}
.mg-bottom-40px-80px {
  margin-bottom: 4rem !important;
}
.w-10pc {
  width: 10% !important;
}
.w-20pc {
  width: 20% !important;
}
.w-30pc {
  width: 30% !important;
}
.w-40pc {
  width: 40% !important;
}
.w-50pc {
  width: 50% !important;
}
.w-60pc {
  width: 60% !important;
}
.w-70pc {
  width: 70% !important;
}
.w-80pc {
  width: 80% !important;
}
.w-90pc {
  width: 90% !important;
}
.w-100pc {
  width: 100% !important;
}
.co-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.co-center-y {
  position: absolute;
  top: 50%;
  left: auto;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.fo-st-italic {
  font-style: italic;
}
.fo-st-normal {
  font-style: normal;
}
.fo-w-normal {
  font-weight: normal;
}
.fo-w-bold {
  font-weight: bold;
}
.fo-w-100 {
  font-weight: 100;
}
.fo-w-300 {
  font-weight: 300;
}
.fo-w-400 {
  font-weight: 400;
}
.fo-w-700 {
  font-weight: 700;
}
.fo-w-900 {
  font-weight: 900;
}
.fo-fa-Lato {
  font-family: Lato;
}
.fo-fa-Roboto {
  font-family: Roboto;
}
.fo-fa-Old_Standard_TT {
  font-family: Old Standard TT;
}
.fo-fa-jp-go {
  font-family: "Lato", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic Gothic Medium, "メイリオ", "Meiryo", sans-serif;
}
.fo-fa-jp-min {
  font-family: "Noto Sans JP", "Old Standard TT", "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.fo-2px {
  font-size: 2px;
  font-size: 0.2rem !important;
  line-height: 5 !important;
}
@media (min-width: 48em) {
  .fo-2px {
    font-size: 0.1rem !important;
  }
}
.fo-2px-sp {
  font-size: 2px;
  font-size: 0.2rem !important;
  line-height: 5 !important;
}
@media (min-width: 48em) {
  .fo-2px-pc {
    font-size: 2px;
    font-size: 0.1rem !important;
    line-height: 5 !important;
  }
}
.fo-4px {
  font-size: 4px;
  font-size: 0.4rem !important;
  line-height: 3 !important;
}
@media (min-width: 48em) {
  .fo-4px {
    font-size: 0.2rem !important;
  }
}
.fo-4px-sp {
  font-size: 4px;
  font-size: 0.4rem !important;
  line-height: 3 !important;
}
@media (min-width: 48em) {
  .fo-4px-pc {
    font-size: 4px;
    font-size: 0.2rem !important;
    line-height: 3 !important;
  }
}
.fo-6px {
  font-size: 6px;
  font-size: 0.6rem !important;
  line-height: 2.3333333333 !important;
}
@media (min-width: 48em) {
  .fo-6px {
    font-size: 0.3rem !important;
  }
}
.fo-6px-sp {
  font-size: 6px;
  font-size: 0.6rem !important;
  line-height: 2.3333333333 !important;
}
@media (min-width: 48em) {
  .fo-6px-pc {
    font-size: 6px;
    font-size: 0.3rem !important;
    line-height: 2.3333333333 !important;
  }
}
.fo-8px {
  font-size: 8px;
  font-size: 0.8rem !important;
  line-height: 2 !important;
}
@media (min-width: 48em) {
  .fo-8px {
    font-size: 0.4rem !important;
  }
}
.fo-8px-sp {
  font-size: 8px;
  font-size: 0.8rem !important;
  line-height: 2 !important;
}
@media (min-width: 48em) {
  .fo-8px-pc {
    font-size: 8px;
    font-size: 0.4rem !important;
    line-height: 2 !important;
  }
}
.fo-10px {
  font-size: 10px;
  font-size: 1rem !important;
  line-height: 1.8 !important;
}
@media (min-width: 48em) {
  .fo-10px {
    font-size: 0.5rem !important;
  }
}
.fo-10px-sp {
  font-size: 10px;
  font-size: 1rem !important;
  line-height: 1.8 !important;
}
@media (min-width: 48em) {
  .fo-10px-pc {
    font-size: 10px;
    font-size: 0.5rem !important;
    line-height: 1.8 !important;
  }
}
.fo-12px {
  font-size: 12px;
  font-size: 1.2rem !important;
  line-height: 1.6666666667 !important;
}
@media (min-width: 48em) {
  .fo-12px {
    font-size: 0.6rem !important;
  }
}
.fo-12px-sp {
  font-size: 12px;
  font-size: 1.2rem !important;
  line-height: 1.6666666667 !important;
}
@media (min-width: 48em) {
  .fo-12px-pc {
    font-size: 12px;
    font-size: 0.6rem !important;
    line-height: 1.6666666667 !important;
  }
}
.fo-14px {
  font-size: 14px;
  font-size: 1.4rem !important;
  line-height: 1.5714285714 !important;
}
@media (min-width: 48em) {
  .fo-14px {
    font-size: 0.7rem !important;
  }
}
.fo-14px-sp {
  font-size: 14px;
  font-size: 1.4rem !important;
  line-height: 1.5714285714 !important;
}
@media (min-width: 48em) {
  .fo-14px-pc {
    font-size: 14px;
    font-size: 0.7rem !important;
    line-height: 1.5714285714 !important;
  }
}
.fo-16px {
  font-size: 16px;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
}
@media (min-width: 48em) {
  .fo-16px {
    font-size: 0.8rem !important;
  }
}
.fo-16px-sp {
  font-size: 16px;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
}
@media (min-width: 48em) {
  .fo-16px-pc {
    font-size: 16px;
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
  }
}
.fo-18px {
  font-size: 18px;
  font-size: 1.8rem !important;
  line-height: 1.4444444444 !important;
}
@media (min-width: 48em) {
  .fo-18px {
    font-size: 0.9rem !important;
  }
}
.fo-18px-sp {
  font-size: 18px;
  font-size: 1.8rem !important;
  line-height: 1.4444444444 !important;
}
@media (min-width: 48em) {
  .fo-18px-pc {
    font-size: 18px;
    font-size: 0.9rem !important;
    line-height: 1.4444444444 !important;
  }
}
.fo-20px {
  font-size: 20px;
  font-size: 2rem !important;
  line-height: 1.4 !important;
}
@media (min-width: 48em) {
  .fo-20px {
    font-size: 1rem !important;
  }
}
.fo-20px-sp {
  font-size: 20px;
  font-size: 2rem !important;
  line-height: 1.4 !important;
}
@media (min-width: 48em) {
  .fo-20px-pc {
    font-size: 20px;
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }
}
.fo-22px {
  font-size: 22px;
  font-size: 2.2rem !important;
  line-height: 1.3636363636 !important;
}
@media (min-width: 48em) {
  .fo-22px {
    font-size: 1.1rem !important;
  }
}
.fo-22px-sp {
  font-size: 22px;
  font-size: 2.2rem !important;
  line-height: 1.3636363636 !important;
}
@media (min-width: 48em) {
  .fo-22px-pc {
    font-size: 22px;
    font-size: 1.1rem !important;
    line-height: 1.3636363636 !important;
  }
}
.fo-24px {
  font-size: 24px;
  font-size: 2.4rem !important;
  line-height: 1.3333333333 !important;
}
@media (min-width: 48em) {
  .fo-24px {
    font-size: 1.2rem !important;
  }
}
.fo-24px-sp {
  font-size: 24px;
  font-size: 2.4rem !important;
  line-height: 1.3333333333 !important;
}
@media (min-width: 48em) {
  .fo-24px-pc {
    font-size: 24px;
    font-size: 1.2rem !important;
    line-height: 1.3333333333 !important;
  }
}
.fo-26px {
  font-size: 26px;
  font-size: 2.6rem !important;
  line-height: 1.3076923077 !important;
}
@media (min-width: 48em) {
  .fo-26px {
    font-size: 1.3rem !important;
  }
}
.fo-26px-sp {
  font-size: 26px;
  font-size: 2.6rem !important;
  line-height: 1.3076923077 !important;
}
@media (min-width: 48em) {
  .fo-26px-pc {
    font-size: 26px;
    font-size: 1.3rem !important;
    line-height: 1.3076923077 !important;
  }
}
.fo-28px {
  font-size: 28px;
  font-size: 2.8rem !important;
  line-height: 1.2857142857 !important;
}
@media (min-width: 48em) {
  .fo-28px {
    font-size: 1.4rem !important;
  }
}
.fo-28px-sp {
  font-size: 28px;
  font-size: 2.8rem !important;
  line-height: 1.2857142857 !important;
}
@media (min-width: 48em) {
  .fo-28px-pc {
    font-size: 28px;
    font-size: 1.4rem !important;
    line-height: 1.2857142857 !important;
  }
}
.fo-30px {
  font-size: 30px;
  font-size: 3rem !important;
  line-height: 1.2666666667 !important;
}
@media (min-width: 48em) {
  .fo-30px {
    font-size: 1.5rem !important;
  }
}
.fo-30px-sp {
  font-size: 30px;
  font-size: 3rem !important;
  line-height: 1.2666666667 !important;
}
@media (min-width: 48em) {
  .fo-30px-pc {
    font-size: 30px;
    font-size: 1.5rem !important;
    line-height: 1.2666666667 !important;
  }
}
.fo-32px {
  font-size: 32px;
  font-size: 3.2rem !important;
  line-height: 1.25 !important;
}
@media (min-width: 48em) {
  .fo-32px {
    font-size: 1.6rem !important;
  }
}
.fo-32px-sp {
  font-size: 32px;
  font-size: 3.2rem !important;
  line-height: 1.25 !important;
}
@media (min-width: 48em) {
  .fo-32px-pc {
    font-size: 32px;
    font-size: 1.6rem !important;
    line-height: 1.25 !important;
  }
}
.fo-34px {
  font-size: 34px;
  font-size: 3.4rem !important;
  line-height: 1.2352941176 !important;
}
@media (min-width: 48em) {
  .fo-34px {
    font-size: 1.7rem !important;
  }
}
.fo-34px-sp {
  font-size: 34px;
  font-size: 3.4rem !important;
  line-height: 1.2352941176 !important;
}
@media (min-width: 48em) {
  .fo-34px-pc {
    font-size: 34px;
    font-size: 1.7rem !important;
    line-height: 1.2352941176 !important;
  }
}
.fo-36px {
  font-size: 36px;
  font-size: 3.6rem !important;
  line-height: 1.2222222222 !important;
}
@media (min-width: 48em) {
  .fo-36px {
    font-size: 1.8rem !important;
  }
}
.fo-36px-sp {
  font-size: 36px;
  font-size: 3.6rem !important;
  line-height: 1.2222222222 !important;
}
@media (min-width: 48em) {
  .fo-36px-pc {
    font-size: 36px;
    font-size: 1.8rem !important;
    line-height: 1.2222222222 !important;
  }
}
.fo-38px {
  font-size: 38px;
  font-size: 3.8rem !important;
  line-height: 1.2105263158 !important;
}
@media (min-width: 48em) {
  .fo-38px {
    font-size: 1.9rem !important;
  }
}
.fo-38px-sp {
  font-size: 38px;
  font-size: 3.8rem !important;
  line-height: 1.2105263158 !important;
}
@media (min-width: 48em) {
  .fo-38px-pc {
    font-size: 38px;
    font-size: 1.9rem !important;
    line-height: 1.2105263158 !important;
  }
}
.fo-40px {
  font-size: 40px;
  font-size: 4rem !important;
  line-height: 1.2 !important;
}
@media (min-width: 48em) {
  .fo-40px {
    font-size: 2rem !important;
  }
}
.fo-40px-sp {
  font-size: 40px;
  font-size: 4rem !important;
  line-height: 1.2 !important;
}
@media (min-width: 48em) {
  .fo-40px-pc {
    font-size: 40px;
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }
}
.fo-42px {
  font-size: 42px;
  font-size: 4.2rem !important;
  line-height: 1.1904761905 !important;
}
@media (min-width: 48em) {
  .fo-42px {
    font-size: 2.1rem !important;
  }
}
.fo-42px-sp {
  font-size: 42px;
  font-size: 4.2rem !important;
  line-height: 1.1904761905 !important;
}
@media (min-width: 48em) {
  .fo-42px-pc {
    font-size: 42px;
    font-size: 2.1rem !important;
    line-height: 1.1904761905 !important;
  }
}
.fo-44px {
  font-size: 44px;
  font-size: 4.4rem !important;
  line-height: 1.1818181818 !important;
}
@media (min-width: 48em) {
  .fo-44px {
    font-size: 2.2rem !important;
  }
}
.fo-44px-sp {
  font-size: 44px;
  font-size: 4.4rem !important;
  line-height: 1.1818181818 !important;
}
@media (min-width: 48em) {
  .fo-44px-pc {
    font-size: 44px;
    font-size: 2.2rem !important;
    line-height: 1.1818181818 !important;
  }
}
.fo-46px {
  font-size: 46px;
  font-size: 4.6rem !important;
  line-height: 1.1739130435 !important;
}
@media (min-width: 48em) {
  .fo-46px {
    font-size: 2.3rem !important;
  }
}
.fo-46px-sp {
  font-size: 46px;
  font-size: 4.6rem !important;
  line-height: 1.1739130435 !important;
}
@media (min-width: 48em) {
  .fo-46px-pc {
    font-size: 46px;
    font-size: 2.3rem !important;
    line-height: 1.1739130435 !important;
  }
}
.fo-48px {
  font-size: 48px;
  font-size: 4.8rem !important;
  line-height: 1.1666666667 !important;
}
@media (min-width: 48em) {
  .fo-48px {
    font-size: 2.4rem !important;
  }
}
.fo-48px-sp {
  font-size: 48px;
  font-size: 4.8rem !important;
  line-height: 1.1666666667 !important;
}
@media (min-width: 48em) {
  .fo-48px-pc {
    font-size: 48px;
    font-size: 2.4rem !important;
    line-height: 1.1666666667 !important;
  }
}
.fo-50px {
  font-size: 50px;
  font-size: 5rem !important;
  line-height: 1.16 !important;
}
@media (min-width: 48em) {
  .fo-50px {
    font-size: 2.5rem !important;
  }
}
.fo-50px-sp {
  font-size: 50px;
  font-size: 5rem !important;
  line-height: 1.16 !important;
}
@media (min-width: 48em) {
  .fo-50px-pc {
    font-size: 50px;
    font-size: 2.5rem !important;
    line-height: 1.16 !important;
  }
}
.fo-52px {
  font-size: 52px;
  font-size: 5.2rem !important;
  line-height: 1.1538461538 !important;
}
@media (min-width: 48em) {
  .fo-52px {
    font-size: 2.6rem !important;
  }
}
.fo-52px-sp {
  font-size: 52px;
  font-size: 5.2rem !important;
  line-height: 1.1538461538 !important;
}
@media (min-width: 48em) {
  .fo-52px-pc {
    font-size: 52px;
    font-size: 2.6rem !important;
    line-height: 1.1538461538 !important;
  }
}
.fo-54px {
  font-size: 54px;
  font-size: 5.4rem !important;
  line-height: 1.1481481481 !important;
}
@media (min-width: 48em) {
  .fo-54px {
    font-size: 2.7rem !important;
  }
}
.fo-54px-sp {
  font-size: 54px;
  font-size: 5.4rem !important;
  line-height: 1.1481481481 !important;
}
@media (min-width: 48em) {
  .fo-54px-pc {
    font-size: 54px;
    font-size: 2.7rem !important;
    line-height: 1.1481481481 !important;
  }
}
.fo-56px {
  font-size: 56px;
  font-size: 5.6rem !important;
  line-height: 1.1428571429 !important;
}
@media (min-width: 48em) {
  .fo-56px {
    font-size: 2.8rem !important;
  }
}
.fo-56px-sp {
  font-size: 56px;
  font-size: 5.6rem !important;
  line-height: 1.1428571429 !important;
}
@media (min-width: 48em) {
  .fo-56px-pc {
    font-size: 56px;
    font-size: 2.8rem !important;
    line-height: 1.1428571429 !important;
  }
}
.fo-58px {
  font-size: 58px;
  font-size: 5.8rem !important;
  line-height: 1.1379310345 !important;
}
@media (min-width: 48em) {
  .fo-58px {
    font-size: 2.9rem !important;
  }
}
.fo-58px-sp {
  font-size: 58px;
  font-size: 5.8rem !important;
  line-height: 1.1379310345 !important;
}
@media (min-width: 48em) {
  .fo-58px-pc {
    font-size: 58px;
    font-size: 2.9rem !important;
    line-height: 1.1379310345 !important;
  }
}
.fo-60px {
  font-size: 60px;
  font-size: 6rem !important;
  line-height: 1.1333333333 !important;
}
@media (min-width: 48em) {
  .fo-60px {
    font-size: 3rem !important;
  }
}
.fo-60px-sp {
  font-size: 60px;
  font-size: 6rem !important;
  line-height: 1.1333333333 !important;
}
@media (min-width: 48em) {
  .fo-60px-pc {
    font-size: 60px;
    font-size: 3rem !important;
    line-height: 1.1333333333 !important;
  }
}
.fo-co-base {
  color: #000;
}
.fo-co-white {
  color: #fff;
}
.fo-co-black {
  color: #1a1a1a;
}
.fo-co-gray {
  color: #eee;
}
.fo-co-red {
  color: #d63b3f;
}
.fo-co-pink {
  color: #f36861;
}
.fo-co-blue {
  color: #36b1c0;
}
.fo-co-green {
  color: #68ba8a;
}
.fo-co-orange {
  color: #f98700;
}
.fo-co-yellow {
  color: #ffff00;
}
.text-lh-16px {
  line-height: 16px;
}
.text-lh-24px {
  line-height: 24px;
}
.text-lh-32px {
  line-height: 32px;
}
.text-lh-40px {
  line-height: 40px;
}
.text-lh-48px {
  line-height: 48px;
}
.text-lh-56px {
  line-height: 56px;
}
.text-indent-1em {
  text-indent: 1em;
}
img {
  max-width: 100%;
  height: auto;
}
.img-float-l, .img-float-r {
  display: block;
  margin: 0 auto 2rem auto;
  text-align: center;
}
@media (min-width: 30em) {
  .img-float-l, .img-float-r {
    float: left;
    display: inline-block;
    margin: 0 1.875rem 1.875rem 0;
  }
}
@media (min-width: 30em) {
  .img-float-r {
    float: right;
    margin: 0 0 1.875rem 1.875rem;
  }
}
.border-top {
  border-top: 1px #c8c8c8 solid;
}
.border-bottom {
  border-bottom: 1px #c8c8c8 solid;
}
.border-1px {
  border: 1px #ddd solid;
}
.border-2px {
  border: 2px #ddd solid;
}
.border-3px {
  border: 3px #ddd solid;
}
.border-4px {
  border: 4px #eee solid;
}
.border-5px {
  border: 5px #eee solid;
}
.border-co-base {
  border-color: #000;
}
.border-co-white {
  border-color: #fff;
}
.border-co-black {
  border-color: #1a1a1a;
}
.border-co-gray {
  border-color: #eee;
}
.border-co-red {
  border-color: #d63b3f;
}
.border-co-pink {
  border-color: #f36861;
}
.border-co-blue {
  border-color: #36b1c0;
}
.border-co-green {
  border-color: #68ba8a;
}
.border-co-orange {
  border-color: #f98700;
}
.border-co-yellow {
  border-color: #ffff00;
}
.radius-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.radius-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.radius-16 {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.radius-24 {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.radius-32 {
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}
.radius-40 {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.radius-100 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.bg-co-gray-light {
  background-color: #e1e1e1;
}
.bg-co-gray-middle {
  background-color: #d5d5d5;
}
.bg-co-gray-dark {
  background-color: #c8c8c8;
}
.bg-co-black {
  background-color: #1a1a1a;
  color: #fff;
}
.bg-co-white {
  background-color: #fff;
}
/* ----------------------------------------------------------
   .preloader
   -------------------------------------------------  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #fff;
  z-index: 999999;
}
.spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 180px;
  height: 180px;
  margin: auto;
  text-indent: -9999px;
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #a71527;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin .8s linear infinite;
  -moz-animation: spin .8s linear infinite;
  -ms-animation: spin .8s linear infinite;
  -o-animation: spin .8s linear infinite;
  animation: spin 0.8s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .spinner {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 414px) {
  .spinner {
    width: 80px;
    height: 80px;
  }
}
/*google mapレスポンシブ*/
.gmap {
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
  padding-bottom: 33.333%;
  overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*標準テキスト*/
.pagag {
  text-align: left;
}
@media (min-width: 48em) {
  .pagag {
    text-align: center;
  }
}
/*表示非表示*/
.spbbr {
  display: inline-block !important;
}
@media (min-width: 35em) {
  .spbbr {
    display: none !important;
  }
}
.tabletpcbbr {
  display: none !important;
}
@media (min-width: 35em) {
  .tabletpcbbr {
    display: inline-block !important;
  }
}
.tabletbr {
  display: inline-block !important;
}
@media (min-width: 48em) {
  .tabletbr {
    display: none !important;
  }
}
.pcbr {
  display: none !important;
}
@media (min-width: 48em) {
  .pcbr {
    display: inline-block !important;
  }
}
.visible-991 {
  display: inline-block !important;
}
@media (min-width: 62em) {
  .visible-991 {
    display: none !important;
  }
}
.visible992- {
  display: none !important;
}
@media (min-width: 62em) {
  .visible992- {
    display: inline-block !important;
  }
}
#header {
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  transition: 0.6s ease;
  background-color: #fff;
  position: fixed;
  top: 0;
  display: block;
  z-index: 9990;
  width: 100%;
  margin-bottom: 0;
  padding: 18px 0;
  height: 65px;
  border-bottom: 1px solid #000;
}
@media (min-width: 48em) {
  #header {
    padding: 22px 0;
    height: 80px;
  }
}
#header .title-main .normal {
  display: inline-block;
}
#header .title-main .sticky {
  display: none;
}
.otherpage #header {
  position: fixed;
  top: 0;
}
.header {
  display: block;
  align-items: center;
  width: 100%;
  margin: 0 0 0 18px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (min-width: 48em) {
  .header {
    text-align: center;
    margin: 0 auto;
  }
}
.header-title {
  display: inline-block;
  margin: 0;
  line-height: 0;
  padding: 0;
}
@media (min-width: 62em) {
  .header-title {
    position: relative;
    z-index: 10;
  }
}
.header-title .title-main {
  display: inline-block;
  height: 25px;
  width: auto;
  margin: 0;
}
@media (min-width: 48em) {
  .header-title .title-main {
    height: 36px;
  }
}
.header-title .title-main img {
  width: auto;
  height: 100%;
}
.header-menu {
  pointer-events: none;
  position: fixed;
  right: -100%;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 0;
  background: #000;
  opacity: 0;
  padding: 70px 36px 10px 36px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (min-width: 62em) {
  .header-menu {
    z-index: 5;
    pointer-events: auto;
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: visible;
    background: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    top: 0;
    left: 0;
  }
}
.header-menu-gl ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 62em) {
  .header-menu-gl ul {
    padding: 0;
    display: block;
    text-align: right;
    position: relative;
  }
}
.header-menu-gl ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #aeadad;
}
@media (min-width: 62em) {
  .header-menu-gl ul li {
    width: auto;
    border-bottom: none;
    line-height: 1.15625;
    margin: 0;
    background: none;
    display: inline-block;
    padding: 30px 20px;
    border: none;
  }
}
@media (min-width: 64em) {
  .header-menu-gl ul li {
    padding: 30px 26px;
  }
}
.header-menu-gl ul li a {
  position: relative;
  padding: 0.7em 0 0.85em 0;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  line-height: 28px;
  font-size: 28px;
}
@media (min-width: 62em) {
  .header-menu-gl ul li a {
    line-height: inherit;
    font-size: 15px;
    color: #000;
    padding: 0;
  }
  .header-menu-gl ul li a:before {
    content: '';
    display: block;
    height: 0px;
    width: 100%;
    position: absolute;
    bottom: -51px;
    background-color: #009f7f;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.header-menu-gl ul li.logom {
  height: 33px;
  border: none;
  margin: 0 auto 30px auto;
  width: 100%;
  text-align: left;
}
@media (min-width: 48em) {
  .header-menu-gl ul li.logom {
    height: 66px;
  }
}
@media (min-width: 62em) {
  .header-menu-gl ul li.logom {
    width: auto;
  }
}
.header-menu-gl ul li.logom img {
  height: 100%;
  width: auto;
}
.header-menu-gl ul li.navi_top:after {
  color: #fff;
  position: absolute;
  top: 28px;
  left: calc(3 * 16px + 18px);
  content: "トップページ";
  font-size: 9px;
}
@media (min-width: 62em) {
  .header-menu-gl ul li.navi_top:after {
    display: none;
  }
}
.header-menu-gl ul li.navi_concept:after {
  color: #fff;
  position: absolute;
  top: 28px;
  left: calc(7.25 * 16px + 18px);
  content: "コンセプト";
  font-size: 9px;
}
@media (min-width: 62em) {
  .header-menu-gl ul li.navi_concept:after {
    display: none;
  }
}
@media (min-width: 62em) {
  .header-menu-gl ul li.navi_concept {
    float: left;
  }
}
.header-menu-gl ul li.navi_about:after {
  color: #fff;
  position: absolute;
  top: 28px;
  left: calc(5.25 * 16px + 18px);
  content: "ブランドについて";
  font-size: 9px;
}
@media (min-width: 62em) {
  .header-menu-gl ul li.navi_about:after {
    display: none;
  }
}
@media (min-width: 62em) {
  .header-menu-gl ul li.navi_about {
    float: left;
  }
}
.header-menu-gl ul li.navi_product:after {
  color: #fff;
  position: absolute;
  top: 28px;
  left: calc(8.4 * 16px + 18px);
  content: "商品一覧";
  font-size: 9px;
}
@media (min-width: 62em) {
  .header-menu-gl ul li.navi_product:after {
    display: none;
  }
}
@media (min-width: 62em) {
  .header-menu-gl ul li.navi_product {
    float: left;
  }
}
.header-menu-gl ul li.navi_company:after {
  color: #fff;
  position: absolute;
  top: 28px;
  left: calc(7.7 * 16px + 18px);
  content: "会社概要";
  font-size: 9px;
}
@media (min-width: 62em) {
  .header-menu-gl ul li.navi_company:after {
    display: none;
  }
}
.header-menu-gl ul li.navi_contact {
  border: none;
}
.header-menu-gl ul li.navi_contact:after {
  color: #fff;
  position: absolute;
  top: 28px;
  left: calc(7.5 * 16px + 18px);
  content: "お問い合わせ";
  font-size: 9px;
}
@media (min-width: 62em) {
  .header-menu-gl ul li.navi_contact:after {
    display: none;
  }
}
.header-menu-gl ul li.online {
  margin: 2em 0;
  border: none;
}
@media (min-width: 62em) {
  .header-menu-gl ul li.online {
    margin: 0;
    padding: 24px 0;
    position: absolute;
    right: 130px;
    top: 0;
  }
}
.header-menu-gl ul li.online a {
  line-height: 1em;
  padding: 0.3em 1em;
  border: 1px solid #fff;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 26px;
  font-weight: 700;
}
@media (min-width: 48em) {
  .header-menu-gl ul li.online a {
    font-size: 18px;
  }
}
@media (min-width: 62em) {
  .header-menu-gl ul li.online a {
    border: 1px solid #000;
    color: #000;
  }
}
.header-menu-gl ul li.sns {
  border: none;
  position: relative;
  padding: 0 0 24px 0;
}
@media (min-width: 62em) {
  .header-menu-gl ul li.sns {
    float: right;
    padding: 24px 0;
    position: absolute;
    right: 26px;
    top: 0;
  }
}
.header-menu-gl ul li.sns:before {
  font-family: 'Roboto Condensed', sans-serif;
  content: "OFFICIAL SNS";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 62em) {
  .header-menu-gl ul li.sns:before {
    display: none;
  }
}
.header-menu-gl ul li.sns a {
  display: inline-block;
}
.header-menu-gl ul li.sns a img {
  height: 31px;
  width: auto;
}
@media (min-width: 48em) {
  .header-menu-gl ul li.sns a img {
    height: 31px;
  }
}
.header-menu-gl ul li.sns a:first-child {
  padding: 0 6px 0 0;
}
@media (min-width: 62em) {
  .header-menu-gl ul li.sns a:first-child {
    padding: 0 6px;
  }
}
.header-menu.open {
  pointer-events: auto;
  right: 0;
  top: 0;
  opacity: 1;
  z-index: 900;
  display: block;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 70px 36px 10px 36px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header-menu .copy {
  font-weight: 300;
  color: #fff;
  font-size: 1.2rem;
}
@media (min-width: 62em) {
  .header-menu .copy {
    display: none;
  }
}
#header.scrollheader {
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (min-width: 62em) {
#header.scrollheader {
  top: -80px;
}
}
#menu-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 15px;
  width: 80px;
  height: 65px;
  display: block;
  z-index: 9000;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 48em) {
  #menu-btn {
    padding: 0;
    width: 90px;
    height: 80px;
  }
}
@media (min-width: 62em) {
  #menu-btn {
    display: none;
  }
}
#menu-btn .menu-btn {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#menu-btn .menu-btn:before {
  content: "MENU";
  color: #000;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 15px 0 0 0;
  display: block;
}
@media (min-width: 48em) {
  #menu-btn .menu-btn:before {
    padding: 22px 0 0 0;
  }
}
#menu-btn.open {
  color: #fff;
}
#menu-btn.open .menu-btn:before {
  color: #fff;
  content: "CLOSE";
}
#footer {
  position: relative;
  z-index: 10;
}
#footer .wrapper {
  background: #000000;
  padding-bottom: 50px;
  padding-top: 55px;
}
@media (min-width: 48em) {
  #footer .wrapper {
    padding-bottom: 20px;
  }
}
#footer .footerbox {
  display: block;
  color: #fff;
  position: relative;
}
@media (min-width: 48em) {
  #footer .footerbox {
    display: flex;
    justify-content: space-between;
  }
}
#footer .footerbox .flogo {
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 48em) {
  #footer .footerbox .flogo {
    text-align: left;
  }
}
#footer .footerbox .flogo img {
  width: 220px;
  height: auto;
}
@media (min-width: 48em) {
  #footer .footerbox .flogo img {
    width: 284px;
  }
}
#footer .footerbox nav ul li {
  list-style: none;
}
#footer .footerbox nav ul li a {
  color: #fff;
}
#footer .footerbox nav .fmuenu {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 48em) {
  #footer .footerbox nav .fmuenu {
    justify-content: flex-end;
  }
}
#footer .footerbox nav .fmuenu li {
  padding: 5px 1.5vw 5px 1.5vw;
}
@media (min-width: 48em) {
  #footer .footerbox nav .fmuenu li {
    padding: 2px 0 2px 3vw;
  }
}
#footer .footerbox nav .fmuenu li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
}
@media (min-width: 48em) {
  #footer .footerbox nav .fmuenu li a {
    font-size: 0.85rem;
  }
}
#footer .footerbox nav .sns {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 48em) {
  #footer .footerbox nav .sns {
    justify-content: flex-end;
    padding-top: 36px;
  }
}
#footer .footerbox nav .sns li {
  padding: 0 7px;
  display: block;
}
@media (min-width: 48em) {
  #footer .footerbox nav .sns li {
    padding: 0 0 0 14px;
  }
}
#footer .footerbox nav .sns li a img {
  width: 16px;
  height: auto;
}
@media (min-width: 48em) {
  #footer .footerbox nav .sns li a img {
    width: 28px;
  }
}
#footer .footerbox .footer-copy {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -40px;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}
@media (min-width: 48em) {
  #footer .footerbox .footer-copy {
    bottom: -5px;
    text-align: left;
    width: auto;
    display: inherit;
    font-size: 0.6rem;
  }
}
#toppage #mainContents {
  display: block;
  letter-spacing: 0.025em;
  line-height: 2em;
  margin-top: 0;
}
/* ----------------------------------------------------------
   .preloader
   -------------------------------------------------  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #fff;
  z-index: 999999;
}
/*
.spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 180px;
  height: 180px;
  margin: auto;
  text-indent: -9999px;
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #595959;
  border-radius: 100%;
	-moz-border-radius: 100%;
	 -webkit-border-radius: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin .8s linear infinite;
  -moz-animation: spin .8s linear infinite;
  -ms-animation: spin .8s linear infinite;
  -o-animation: spin .8s linear infinite;
  animation: spin 0.8s linear infinite;
}


@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}


@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}


@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0);
  }

  100% {
    -ms-transform: rotate(360deg);
  }
}


@-o-keyframes spin {
  0% {
    -o-transform: rotate(0);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}


@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}


@media screen and (max-width: 768px) {
  .spinner {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 414px) {
  .spinner {
    width: 80px;
    height: 80px;
  }
}
*/
/*背景のバブル*/
.toppage .bg-section_a_01 {
  background-image: url('../img/B_back02_a.png');
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  display: block;
  width: 100%;
  height: 100vh;
}
.toppage .bg-section_a_02 {
  background-image: url('../img/B_back02.png');
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  display: block;
  width: 100%;
  position: relative;
}
.otherpage .bg-section_a_01 {
  background-image: url('../img/B_back03_a.png');
  background-size: cover !important;
  background-position: 37% top !important;
  background-repeat: no-repeat !important;
  display: block;
  width: 100%;
  height: 100vh;
}
@media (min-width: 35em) {
.otherpage .bg-section_a_01 {
  background-image: url('../img/B_back03_a.png');
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  display: block;
  width: 100%;
  height: 100vh;
}
}
.otherpage .bg-section_a_02 {
  background-image: url('../img/B_back03.png');
  background-size: cover !important;
  background-position: 37% top !important;
  background-repeat: no-repeat !important;
  display: block;
  width: 100%;
  position: relative;
}
@media (min-width: 35em) {
.otherpage .bg-section_a_02 {
  background-image: url('../img/B_back03.png');
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  display: block;
  width: 100%;
  position: relative;
}
}
.bg-section_b_01 {
  background-image: url('../img/B_back02_a.png');
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  display: block;
  width: 100%;
  height: 100vh;
}
.bg-section_b_02 {
  background-image: url('../img/B_back02.png');
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  display: block;
  width: 100%;
  position: relative;
}
/*★*/
.headlingH2 {
  position: absolute;
  top: 0;
  left: 4%;
  font-size: 16px;
  transform: rotate(90deg);
  transform-origin: 0 0; /*基準点を左上*/
  margin: 0;
  padding: 0 0 0 15px;
  line-height: 1em;
  border-left: 4px solid #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.headling_products2 {
  font-size: 2.6rem;
  margin: 0 0 50px 0;
  line-height: 1em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0 0 13px 0;
  border-bottom: 1px solid #000;
  display: inline-block;
}
@media (min-width: 48em) {
  .headling_products2 {
    font-size: 1.3rem;
    margin: 0 0 100px 0;
  }
}
.btn-center {
  display: block;
  width: 100%;
  text-align: center;
}
/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg0 {
  z-index: 9999;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
}
body.one.appear .splashbg0 {
  display: none;
}
/*bodyにtwoクラスがついたら（2回目アクセス）非表示*/
body.two .splashbg0 {
  display: none;
}
.splashbg1 {
  display: none;
}
/*bodyにoneクラスがついたら出現*/
body.one .splashbg1 {
  display: block;
  z-index: 100;
}
body.appear .splashbg1 {
  animation-name: PageAnime;
  animation-duration: 1s;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.01, 0.87, 0.12, 0.98);
  content: "";
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  bottom: 0;
  left: 0;
  transform: scaleY(1);
  background-color: #000;
  /*伸びる背景色の設定*/
}
@keyframes PageAnime {
  0% {
    transform-origin: top;
    transform: scaleY(1);
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
/*bodyにtwoクラスがついたら（2回目アクセス）非表示*/
body.two .splashbg1 {
  display: none;
}
.kv {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 65px;
  /*padding: 201.53% 0 0 0;*/
  padding: 0;
  height: calc(100dvh - 65px);
	/*height: -webkit-fill-available;*/
  background: url("../img/kvsp.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .kv {
    margin-top: 80px;
    background: url("../img/kv.jpg");
    /*padding: 51.25% 0 0 0;*/
    height: calc(100vh - 80px);
  }
}
/*bodyにappear(読み込みが完了)クラスがついたらアニメーション*/
body.appear .kv {
  animation-name: kvAnime;
  animation-duration: 2s;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.01, 0.87, 0.12, 0.98);
}
@keyframes kvAnime {
  0% {
    transform: scale(1.15, 1.15);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*bodyにtwoクラスがついたら（2回目アクセス）アニメーション停止*/
body.two .kv {
  animation-name: kvAnime2;
  animation-duration: 0;
}
@keyframes kvAnime2 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.kv .cercle {
	position: absolute;
	left: 2%;
	bottom: 2%;
	display: block;
	background:linear-gradient(45deg, #f98895, #c90057);
	color: #fff;
	border: 1px solid #fff;
	width: 125px;
	height: 125px;
	text-align: center;
	border-radius: 50%;
	line-height: 1em;
	padding-top: 29px;
	font-size: 1rem;
}
.kv .cercle span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 1.4em;
	font-size: 3rem;
	font-weight: 100;
}
@media (min-width: 48em) {
	.kv .cercle {
		width: 200px;
		height: 200px;
		padding-top: 44px;
		font-size: 0.95em;
	}
	.kv .cercle span {
			line-height: 1.8em;
	font-size: 3.05em;
	}
}


.kv .scroll {
  position: absolute;
  right: 0.5%;
  bottom: 12%;
  display: flex;
  align-items: center;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform-origin: right top;
}
@media (min-width: 48em) {
  .kv .scroll {
    right: 2%;
    bottom: 2%;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}
.kv .scroll .sc-text {
  color: #000;
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  margin-top: 0.25em;
  margin-right: 0.5em;
}
@media (min-width: 48em) {
  .kv .scroll .sc-text {
    color: #000;
    font-size: 0.8rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin-right: 0.5em;
    padding-top: 0;
  }
}
.kv .scroll .sc-dot {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #000;
}
@media (min-width: 48em) {
  .kv .scroll .sc-dot {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    animation: scroll-dot-y 2s infinite linear;
  }
}
@keyframes scroll-dot-y {
  0% {
    opacity: 0;
    transform: scaleY(1) translateY(-50%);
  }
  20% {
    opacity: 1;
    transform: scaleY(1.3) translateY(0);
  }
  50%, 100% {
    opacity: 0;
    transform: scaleY(1) translateY(300%);
  }
}
#concept {
  padding: 7vw 0 0 0;
}
#concept .concept1 {
  z-index: 5;
  padding-bottom: 14vw !important;
  padding-top: 90% !important;
}
@media (min-width: 48em) {
  #concept .concept1 {
    padding-top: 280px !important;
    padding-bottom: 10% !important;
  }
}
@media (min-width: 62em) {
  #concept .concept1 {
    padding-top: 280px !important;
    padding-bottom: 14% !important;
  }
}
#concept .concept1 .concept1-text1 {
  height: auto;
  width: 70vw;
}
@media (min-width: 35em) {
  #concept .concept1 .concept1-text1 {
    width: 60vw;
  }
}
@media (min-width: 64em) {
  #concept .concept1 .concept1-text1 {
    width: 35vw;
  }
}
#concept .concept1 .wrapper-central {
  z-index: 10;
}
#concept .concept1 .textfix {
  position: absolute;
  width: 75%;
  right: 0;
  top: 15%;
  display: block;
  padding-top: calc(125.3% * 0.75);
}
@media (min-width: 48em) {
  #concept .concept1 .textfix {
    padding-top: calc(125.3% * 0.45);
    width: 40%;
  }
}
#concept .concept1 .textfix .photo-concept1 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  right: 0;
  top: 0;
  display: block;
  padding-top: 125.3%;
}
@media (min-width: 48em) {
  #concept .concept1 .textfix .photo-concept1 {
    padding-top: 125.3%;
  }
}
#concept .concept1 .textfix .photo-concept1-bg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 25px);
  background: url("../img/timg_1sp.jpg");
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 35em) {
  #concept .concept1 .textfix .photo-concept1-bg {
    background: url("../img/timg_1.jpg");
  }
}
#concept .concept1 .textfix .concept1-text2 {
  position: absolute;
  bottom: -33%;
  left: -20%;
  display: block;
  width: 110%;
  padding: 0;
}
@media (min-width: 30em) {
  #concept .concept1 .textfix .concept1-text2 {
    width: 100%;
    padding: 0 6% 0 3.25%;
    bottom: -27%;
  }
}
@media (min-width: 48em) {
  #concept .concept1 .textfix .concept1-text2 {
    padding: 0 12% 0 7.5%;
  }
}
#concept .concept1 .textfix .concept1-text2 img {
  width: 100%;
  height: auto;
}
#concept .concept2 {
  z-index: 5;
}
@media (min-width: 48em) {
  #concept .concept2 {
    padding-bottom: 20%;
  }
}
@media (min-width: 76.875em) {
  #concept .concept2 {
    padding-bottom: 12%;
  }
}
#concept .concept2 .photo-concept2 {
  z-index: 0;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  display: block;
  width: 85%;
  padding-top: calc(100% * 0.85);
}
@media (min-width: 48em) {
  #concept .concept2 .photo-concept2 {
    width: 45%;
    padding-top: calc(145% * 0.4);
  }
}
@media (min-width: 62em) {
  #concept .concept2 .photo-concept2 {
    width: 45%;
    padding-top: calc(127.5% * 0.4);
  }
}
@media (min-width: 64em) {
  #concept .concept2 .photo-concept2 {
    width: 45%;
    padding-top: calc(115% * 0.4);
  }
}
@media (min-width: 76.875em) {
  #concept .concept2 .photo-concept2 {
    width: 40%;
    padding-top: calc(100% * 0.4);
  }
}
#concept .concept2 .photo-concept2-bg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 25px);
  background: url("../img/timg_2sp.jpg");
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 35em) {
  #concept .concept2 .photo-concept2-bg {
    background: url("../img/timg_2.jpg");
  }
}
#concept .concept2 .concept-text-box {
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 82vw 0 5.5vw 0;
}
@media (min-width: 48em) {
  #concept .concept2 .concept-text-box {
    padding: 0 0 5.5vw 0;
  }
}
@media (min-width: 64em) {
  #concept .concept2 .concept-text-box {
    padding: 5.5vw 0;
  }
}
@media (min-width: 76.875em) {
  #concept .concept2 .concept-text-box {
    padding: 7vw 0;
  }
}
#concept .concept2 .concept-text-box-in {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  #concept .concept2 .concept-text-box-in {
    width: 48%;
  }
}
#concept .concept2 .concept-text-box-in .text-concept {
  font-weight: 500;
  line-height: 1.75em;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  #concept .concept2 .concept-text-box-in .text-concept {
    font-size: 1.1rem;
  }
}
.text-concept2 {
  font-weight: 400;
  line-height: 2em;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .text-concept2 {
    font-size: 0.75rem;
  }
}
.veiw_btn {
  padding-top: 2em;
}
.veiw_btn a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  padding: 0.4em 1.6em 0.5em 1.6em;
  border-radius: 100px;
  background: #000;
  letter-spacing: 0.075em;
	border: 1px solid #000;
}
@media (min-width: 48em) {
  .veiw_btn a {
    font-size: 0.9rem;
  }
}
.veiw_btn a:hover {
  color: #000;
  background: #fff;
}

.more_btn {
  padding: 1.5em 0 1em 0;
}
@media (min-width: 48em) {
  .more_btn {
    padding: 2em 0 0 0;
  }
}
.more_btn a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  padding: 0.4em 4em 0.5em 4em;
  border-radius: 100px;
  background: #000;
  letter-spacing: 0.075em;
	border: 1px solid #000;
}
@media (min-width: 48em) {
  .more_btn a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9rem;
  }
}
.more_btn a:hover {
  color: #000;
  background: #fff;
}



/*★*/
#about {
  position: relative;
  background: #f4f0ed;
  z-index: 10;
  padding: 12vw 0 0 0;
}
.about .wrapper-central {
  z-index: 5;
}
#about .about-text-box {
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 94vw 0 5.5vw 0;
}
@media (min-width: 48em) {
  #about .about-text-box {
    padding: 0 0 5.5vw 0;
  }
}
@media (min-width: 64em) {
  #about .about-text-box {
    /*padding: 5.5vw 0;*/
  }
}
@media (min-width: 76.875em) {
  #about .about-text-box {
    /*padding: 7vw 0;*/
  }
}
#about .about-text-box-in {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  #about .about-text-box-in {
    width: 47%;
  }
}
#about .about-text-box-in .about_table {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  #about .about-text-box-in .about_table {
    display: table;
  }
}
#about .about-text-box-in .about_table .about_td {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  #about .about-text-box-in .about_table .about_td {
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
  }
}
#about .about-text-box-in .text-concept {
  font-weight: 500;
  line-height: 1.75em;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  #about .about-text-box-in .text-concept {
    font-size: 1.1rem;
  }
}
#about .about-text-box-in .headbox {
  margin-bottom: 2em;
}
@media (min-width: 48em) {
  #about .about-text-box-in .headbox {
    margin-bottom: 3.3em;
  }
}
#about .about-text-box-in h3 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin-bottom: 0.35em;
}
#about .about-text-box-in h3:nth-child(1) {
  margin-top: 25%;
}
@media (min-width: 48em) {
  #about .about-text-box-in h3 {
    font-size: 2.6vw;
  }
}
#about .about-text-box-in .about-txt {
  font-size: 1.2rem;
  line-height: 1.6em;
}
@media (min-width: 48em) {
  #about .about-text-box-in .about-txt {
    font-size: 0.8rem;
  }
}
#about .about-text-box-in .topcaption1 {
  font-size: 1.6rem;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
@media (min-width: 48em) {
  #about .about-text-box-in .topcaption1 {
    font-size: 1.1rem;
  }
}
#about .about-text-box-in .topcation2 {
  font-size: 1.7rem;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin-top: 3em;
  margin-bottom: 0.25em;
}
@media (min-width: 48em) {
  #about .about-text-box-in .topcation2 {
    margin-top: 8em;
    font-size: 1.2rem;
  }
}
#about .about-text-box-in figure {
  padding: 7% 17% 0 17%;
}
@media (min-width: 48em) {
  #about .about-text-box-in figure {
    padding: 15% 10% 0 10%;
  }
}
#about .about .photo-concept2 {
  z-index: 0;
  position: absolute;
  overflow: hidden;
  right: 0;
  /*top: 4.4vw;*/
  top: 0;
  display: block;
  width: 85%;
  padding-top: calc(115% * 0.85);
}
@media (min-width: 48em) {
  #about .about .photo-concept2 {
    width: 50%;
    height: 100vh;
    padding-top: 0;
    /* padding-top: calc(115% * 0.5); */
  }
}
@media (min-width: 62em) {}
@media (min-width: 64em) {}
@media (min-width: 76.875em) {}
#aboutfix {
  z-index: 0;
	display:none;
}
@media (min-width: 48em) {
	#aboutfix {
		display:none;
	  z-index: 0;
	}
}

#aboutfix.active {
	display: block;
  z-index: 100;
}
#aboutfix .about .photo-concept2 {
  z-index: 0;
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  width: 85%;
  padding-top: calc(115% * 0.85);
}
@media (min-width: 48em) {
  #aboutfix .about .photo-concept2 {
    width: 50%;
    height: 100vh;
    padding-top: 0;
    /* padding-top: calc(115% * 0.5); */
  }
}
#aboutfix.active .about .photo-concept2 {
  display: block;
}
#aboutfix.bottom .about .photo-concept2 {
  display: none;
}
#aboutfix .about .photo-concept2 .photo-concept2-bg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 25px);
  background: url("../img/timg_3sp.jpg");
  background-size: cover !important;
  background-position: left bottom !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 35em) {
#aboutfix .about .photo-concept2 .photo-concept2-bg {
  background: url("../img/timg_3.jpg");
}
}
#about.bottom .wrapper.about {
  padding-bottom: 0;
  margin-bottom: 12%;
  position: relative;
}
#about.active .photo-concept2 {
  position: fixed !important;
  z-index: 1 !important;
  top: 0px !important;
  right: 0px !important;
  display: none;
}
#about.bottom .photo-concept2 {
  display: block;
  position: absolute !important;
  z-index: 1 !important;
  bottom: 0px !important;
  right: 0px !important;
  top: inherit !important;
}
#about .wrapper {
  padding-top: 0;
  padding-bottom: 12%;
}
.activeluxy {
  transform: none !important;
}
#about .about .photo-concept2-bg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 25px);
  background: url("../img/timg_3.jpg");
  background-size: cover !important;
  background-position: left bottom !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 35em) {
  #concept .about .photo-concept2-bg {
    background: url("../img/timg_3.jpg");
  }
}
.cap {
  font-size: 0.5rem;
}
@media (min-width: 48em) {
  .cap {
    font-size: 0.5rem;
    vertical-align: super;
  }
}
.cap2 {
  font-size: 0.5rem;
	vertical-align: super;
}
@media (min-width: 48em) {
  .cap2 {
    font-size: 0.5rem;
    vertical-align: text-top;
    margin: -10px 0 0 0;
    display: inline-block;
  }
}
.toppage #products {
  padding: 12vw 0 0 0;
}
.products-top {
  z-index: 0;
  padding: 3.2% 12.5vw 60px 12.5vw;
}
@media (min-width: 48em) {
  .products-top {
    padding: 2vw 9% 6vw;
  }
}
@media (min-width: 62em) {
  .products-top {
    padding: 2vw 12.6% 6vw;
  }
}
.products-top .products-text1 {
  z-index: 1;
  position: absolute;
  right: 6.5vw;
  top: -52vw;
  height: auto;
  width: 10vw;
}
@media (min-width: 35em) {
  .products-top .products-text1 {
    width: 7.5vw;
  }
}
@media (min-width: 48em) {
  .products-top .products-text1 {
    top: -25vw;
    z-index: 1;
  }
}
@media (min-width: 64em) {
  .products-top .products-text1 {
    width: 8.1vw;
  }
}
.products-top .wrapper-central {
  z-index: 2;
}
.products-top .products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products-top .products-list .products-list-item {
  padding-bottom: 20vw;
  width: 100%;
}
@media (min-width: 48em) {
  .products-top .products-list .products-list-item {
    padding-bottom: 8vw;
    width: 45.5%;
  }
}
.products-top .products-list .products-list-item .item-cate {
  padding: 40px 0 0 0;
  height: 30px;
  width: auto;
  position: relative;
  line-height: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  margin-bottom: 80px;
}
@media (min-width: 48em) {
  .products-top .products-list .products-list-item .item-cate {
    font-size: 1.8rem;
    padding: 50px 0 0 0;
  }
}
.products-top .products-list .products-list-item .item-cate img {
  height: 30px;
  width: auto;
}
.products-top .products-list .products-list-item .item-cate:before {
  content: "";
  display: block;
  background: #000;
  height: 1px;
  width: 64px;
  position: absolute;
  left: 0;
  bottom: -57px;
}
@media (min-width: 48em) {
  .products-top .products-list .products-list-item .item-cate:before {
    bottom: -60px;
  }
}
.products-top .products-list .products-list-item .item-name {
  line-height: 1.6em;
  font-size: 1.45rem;
  font-weight: 500;
  margin-bottom: 0.75em;
}
@media (min-width: 48em) {
  .products-top .products-list .products-list-item .item-name {
    font-size: 1rem;
  }
}
.products-top .products-list .products-list-item .item-preice {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1.4em;
}
@media (min-width: 48em) {
  .products-top .products-list .products-list-item .item-preice {
    margin-bottom: 2em;
    font-size: 1.2rem;
  }
}
.products-top .products-list .products-list-item .item-preice span {
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .products-top .products-list .products-list-item .item-preice span {
    font-size: 0.8rem;
  }
}
.products-top .products-list .products-list-item:last-child {
  padding-bottom: 0;
}
.products-top .products-list .products-list-item .item-photo {
  display: block;
  background: #f0ebe7;
}
.products-top .products-list .products-list-item .item-photo:hover {
  opacity: 1;
}
.products-top .products-list .products-list-item .item-photo img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.products-top .products-list .products-list-item .item-photo img:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.8;
}
.otherpage #mainContents {
  margin-top: 65px;
}
@media (min-width: 48em) {
  .otherpage #mainContents {
    margin-top: 180px;
  }
}
.otherpage #mainContents .wrapper {
  background: none;
}
.products-other {
  z-index: 0;
  padding: 21vw 10vw 60px 10vw !important;
}
@media (min-width: 35em) {
  .products-other {
    padding: 10.8vw 6.5% 60px !important;
  }
}
.products-other .products-list {
  z-index: 5;
  width: 100%;
  display: block;
  padding: 0;
}
@media (min-width: 35em) {
  .products-other .products-list {
    padding: 0 5vw;
  }
}
@media (min-width: 62em) {
  .products-other .products-list {
    padding: 0;
  }
}
.products-other .products-list .products-list-option {
  background: #f4f0ee;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25vw;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-option {
    padding: 20px 40px;
    margin-bottom: 16vw;
  }
}
@media (min-width: 62em) {
  .products-other .products-list .products-list-option {
    margin-bottom: 15%;
  }
}
.products-other .products-list .products-list-option .imgblock {
  width: 100%;
}
@media (min-width: 62em) {
  .products-other .products-list .products-list-option .imgblock {
    width: 47%;
  }
}
.products-other .products-list .products-list-option .imgblock img {
  width: 100%;
  height: auto;
}
.products-other .products-list .products-list-option .txtblock {
  width: 100%;
  height: auto;
}
@media (min-width: 62em) {
  .products-other .products-list .products-list-option .txtblock {
    width: 47%;
    height: 47%;
  }
}
.products-other .products-list .products-list-option .txtblock:nth-child(2) {
  padding-top: 0;
}
.products-other .products-list .products-list-option .txtblock .txtbox_h {
  border-bottom: 1px solid #000;
  display: block;
  line-height: 1.4em;
  padding: 1em 0 0.5em 0;
  font-weight: 500;
}
@media (min-width: 62em) {
  .products-other .products-list .products-list-option .txtblock .txtbox_h {
    padding: 0 0 1em 0;
  }
}
.products-other .products-list .products-list-option .txtblock .txtBlock_p {
  font-size: 1.2rem;
  line-height: 1.4em;
  padding-bottom: 1.5em;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-option .txtblock .txtBlock_p {
    font-size: 0.6rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.products-other .products-list .products-list-option .txtblock:nth-child(2) .txtBlock_p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.products-other .products-list .products-list-option .txtblock .txtbox_h2 {
  border-bottom: 1px solid #000;
  display: block;
  line-height: 1.2em;
  font-weight: 500;
  font-size: 1.6rem;
  padding-bottom: 0.5em;
  margin-bottom: 0.75em;
}
@media (min-width: 62em) {
  .products-other .products-list .products-list-option .txtblock .txtbox_h2 {
    padding-bottom: 0;
    line-height: 2.6em;
    font-size: 1.1rem;
    margin-bottom: 1em;
  }
}
.products-other .products-list .products-list-item {
  position: relative;
  display: block;
  margin-bottom: 25vw;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-item {
    margin-bottom: 16vw;
  }
}
.products-other .products-list .products-list-item.inmerit {
  margin-bottom: 5vw;
}
@media (min-width: 62em) {
  .products-other .products-list .products-list-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15%;
  }
  .products-other .products-list .products-list-item.inmerit {
    margin-bottom: 5%;
  }
}

.products-other .products-list .products-list-item .item-photo {
  display: block;
  /*background: #fff;*/
  width: 100%;
  /*border-left: 1px solid #000;*/
  text-align: center;
  margin-bottom: 2em;
	position: relative;
}
@media (min-width: 62em) {
  .products-other .products-list .products-list-item .item-photo {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    width: 46.5%;
  }
}
/*
.products-other .products-list .products-list-item .item-photo .itemfolder {
	position: relative;
}
.products-other .products-list .products-list-item .item-photo .itemfolder .psteps {
  z-index: 5;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
	background: #000;
	color: #fff;
  padding: 0.8em 0.65em 0.5em 0.65em;
  position: absolute;
  top: 0;
  left:0;
  line-height: 1em;
	text-align: center;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-item .item-photo .itemfolder .psteps {
    font-size: 0.925rem;
  }
}
.products-other .products-list .products-list-item .item-photo .itemfolder .psteps .num {
  font-size: 3.2rem;
	vertical-align: sub;
	padding-left: 0.15em;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-item .item-photo .itemfolder .psteps .num {
    font-size: 1.7rem;
  }
}
.products-other .products-list .products-list-item .item-photo .itemfolder .psteps .pstepstext {
  font-size: 0.8rem;
	line-height: 1.4em;
	font-weight: normal;
	padding-top: 0.5em;
	display: block;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-item .item-photo .itemfolder .psteps .pstepstext {
    font-size: 0.6rem;
  }
}
@media (min-width: 62em) {
  .products-other .products-list .products-list-item .item-photo .itemfolder .psteps .pstepstext {
    font-size: 0.5rem;
  }
}
*/
.itemfolder {
	position: relative;
}
.itemfolder .psteps {
  z-index: 5;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
	background: #000;
	color: #fff;
  padding: 0.8em 0.65em 0.5em 0.65em;
  position: absolute;
  top: 0;
  left:0;
  line-height: 1em;
	text-align: center;
}
@media (min-width: 48em) {
  .itemfolder .psteps {
    font-size: 0.925rem;
  }
}
.itemfolder .psteps .num {
  font-size: 3.2rem;
	vertical-align: sub;
	padding-left: 0.15em;
}
@media (min-width: 48em) {
  .itemfolder .psteps .num {
    font-size: 1.7rem;
  }
}
.itemfolder .psteps .pstepstext {
  font-size: 0.8rem;
	line-height: 1.4em;
	font-weight: normal;
	padding-top: 0.5em;
	display: block;
}
@media (min-width: 48em) {
  .itemfolder .psteps .pstepstext {
    font-size: 0.6rem;
  }
}
@media (min-width: 62em) {
  .itemfolder .psteps .pstepstext {
    font-size: 0.5rem;
  }
}




.products-other .products-list .refill .products-list-item .psteps {
  z-index: 5;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  transform: rotate(90deg);
  transform-origin: 0 0;
  padding: 0 0.5em;
  border-bottom: 3px solid #000;
  position: absolute;
  top: 0;
  left: 33px;
  line-height: 30px;
}
@media (min-width: 48em) {
  .products-other .products-list .refill .products-list-item .psteps {
    font-size: 0.8rem;
  }
}


.products-other .products-list .products-list-item .item-photo img {
  width: auto;
  height: 80vw;
  margin: 0 auto;
}
@media (min-width: 48em) {}
@media (min-width: 62em) {
  .products-other .products-list .products-list-item .item-photo img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.products-other .products-list .products-list-item .item-photo img.care {
  width: 30%;
  height: auto;
  position: absolute;
  bottom: -5%;
  right: 0;
}
@media (min-width: 62em) {
  .products-other .products-list .products-list-item .item-photo img.care {
    width: 30%;
    bottom: 5%;
  }
}
@media (min-width: 74.625em) {
  .products-other .products-list .products-list-item .item-photo img.care {
    width: 25%;
    bottom: 0;
  }
}
.products-other .products-list .products-list-item .item-info {
  display: block;
  width: 100%;
}
@media (min-width: 62em) {
  .products-other .products-list .products-list-item .item-info {
    width: 46.5%;
  }
}
.products-other .products-list .products-list-item .item-info .item-cate {
  width: auto;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.2em;
  margin: 0;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-item .item-info .item-cate {
    font-size: 0.7rem;
    padding-bottom: 1em;
  }
}
.products-other .products-list .products-list-item .item-info .item-cate img {
  height: 30px;
  width: auto;
}
.products-other .products-list .products-list-item .item-info .item-cate-small {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin-bottom: 35px;
  font-size: 3.2rem;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-item .item-info .item-cate-small {
    margin-bottom: 50px;
    font-size: 1.8rem;
  }
}
.products-other .products-list .products-list-item .item-info .item-cate-small span {
  font-family: 'Noto Sans JP', serif;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-item .item-info .item-cate-small span {
    font-size: 1.2rem;
  }
}
.products-other .products-list .products-list-item .item-info .item-cate-small:before {
  content: "";
  display: block;
  background: #000;
  height: 1px;
  width: 64px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-item .item-info .item-cate-small:before {
    bottom: -25px;
  }
}
.products-other .products-list .products-list-item .item-info .item-name {
  line-height: 1.6em;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-item .item-info .item-name {
    font-size: 0.9rem;
  }
}
.products-other .products-list .products-list-item .item-info .item-preice {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-item .item-info .item-preice {
    margin-bottom: 1em;
    font-size: 1.2rem;
  }
}
.products-other .products-list .products-list-item .item-info .item-preice span {
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-item .item-info .item-preice span {
    font-size: 0.8rem;
  }
}
.products-other .products-list .products-list-item .item-info .item-para {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.4em;
  line-height: 1.5em;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-item .item-info .item-para {
    line-height: 1.75em;
    font-size: 1rem;
  }
}
.products-other .products-list .products-list-item .item-info .item-para-small {
  line-height: 1.5em;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-item .item-info .item-para-small {
    font-size: 0.55rem;
  }
}
.products-other .products-list .products-list-item .item-info .meribox {
  background: #f1f1f1;
  padding: 15px 20px;
  display: block;
  margin-top: 20px;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-item .item-info .meribox {
    padding: 20px 25px 20px 25px;
  }
}
.products-other .products-list .products-list-item .item-info .meribox .merit {
  border-bottom: 1px solid #000;
  display: block;
  line-height: 1.4em;
  font-weight: 500;
  padding: 0 0 0.5em 0;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-item .item-info .meribox .merit {
    padding: 0 0 1em 0;
  }
}
.products-other .products-list .products-list-item .item-info .item-component {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.products-other .products-list .products-list-item .item-info .item-component li {
  list-style: none;
  padding: 5px 0 5px 16px;
  font-size: 1.1rem;
  display: block;
  position: relative;
  width: 100%;
  line-height: 1.9em;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-item .item-info .item-component li {
    padding: 0 0 0 23px;
    font-size: 0.7rem;
  }
}
.products-other .products-list .products-list-item .item-info .item-component li:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon_check.png") no-repeat center center;
  background-size: contain;
}
@media (min-width: 48em) {
  .products-other .products-list .products-list-item .item-info .item-component li:before {
    top: 0.4em;
    width: 16px;
    height: 16px;
  }
}
.products-other .products-list .refill {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 62em) {}
.products-other .products-list .refill .products-list-item {
  display: block;
  width: 100%;
  margin-bottom: 25vw;
}
@media (min-width: 62em) {
  .products-other .products-list .refill .products-list-item {
    display: block;
    width: 30%;
    margin-bottom: 10vw;
  }
}
.products-other .products-list .refill .products-list-item:last-child .item-photo {
  border: none;
}
.products-other .products-list .refill .products-list-item .item-photo {
  margin: 0 0 40px 0;
  display: block;
  width: 100%;
}
.products-other .products-list .refill .products-list-item .item-info {
  margin: 0;
  display: block;
  width: 100%;
}
#steps {
  position: relative;
  z-index: 10;
  background: #f4f0ed;
  text-align: center;
}
#steps .steps-box {
  padding: 7vw 0 14vw 0;
}
@media (min-width: 48em) {
  #steps .steps-box {
    padding: 7vw 0 7vw 0;
  }
}
#steps .steps-box .steps-head {
  font-weight: 700;
  font-size: 2.6rem;
  margin: 0;
  padding: 0 0 7vw 0;
}
@media (min-width: 35em) {
  #steps .steps-box .steps-head {
    padding: 0 0 4.4vw 0;
  }
}
@media (min-width: 48em) {
  #steps .steps-box .steps-head {
    padding: 0 0 3.4vw 0;
    font-size: 1.6rem;
  }
}
#steps .steps-box .steps-text {
  position: relative;
  font-weight: 400;
  line-height: 1.6em;
  text-align: center;
  font-size: 2.2rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 35em) {
  #steps .steps-box .steps-text {
    padding: 0 0 4.4vw 0;
  }
}
@media (min-width: 48em) {
  #steps .steps-box .steps-text {
    padding: 0;
    font-size: 1.2rem;
  }
}
#steps .steps-step {
  padding-bottom: 3em;
}
@media (min-width: 48em) {
  #steps .steps-step {
    padding-bottom: 0;
  }
}
#steps .steps-step .steps-step-head {
  text-align: center;
  background: #fff;
  color: #000;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 1.7rem;
  line-height: 40px;
  font-weight: 500;
}
@media (min-width: 35em) {
  #steps .steps-step .steps-step-head {
    line-height: 50px;
    font-size: 1.8rem;
  }
}
@media (min-width: 48em) {
  #steps .steps-step .steps-step-head {
    font-size: 1.1rem;
  }
}
#steps .steps-step .steps-step-head span {
  font-family: 'Roboto Condensed', sans-serif;
}
#steps .steps-step .steps-list {
  margin: 0;
  padding: 5% 15% 10% 15%;
  display: block;
}
@media (min-width: 35em) {
  #steps .steps-step .steps-list {
    padding: 5% 20% 10% 20%;
  }
}
@media (min-width: 48em) {
  #steps .steps-step .steps-list {
    display: flex;
    justify-content: flex-start;
    padding: 2% 0 9% 0;
  }
}
#steps .steps-step .steps-list li {
  border: none;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 30vw;
}
@media (min-width: 48em) {
  #steps .steps-step .steps-list li {
    margin: 0 5% 0 0;
    width: 30%;
  }
  #steps .steps-step .steps-list li:nth-child(3) {
    margin: 0;
  }
}
#steps .steps-step .steps-list li:before {
  position: absolute;
  left: calc(50% - 16.2%/2);
  bottom: -23vw;
  content: "";
  width: 12.2%;
  padding-top: 24.4%;
  background: url("../img/arrow.png") no-repeat center center;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 35em) {
  #steps .steps-step .steps-list li:before {
    left: calc(50% - 12.2%/2);
    bottom: -20vw;
    width: 16.2%;
    padding-top: 32.4%;
  }
}
@media (min-width: 48em) {
  #steps .steps-step .steps-list li:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    bottom: inherit;
    left: inherit;
    right: -19%;
    z-index: 10;
    top: 31.5%;
    width: 12.2%;
    padding-top: 32.4%;
  }
}
#steps .steps-step .steps-list li:last-child {
  margin-bottom: 0;
}
#steps .steps-step .steps-list li:last-child:before {
  display: none;
}
.capbox {
  padding-bottom: 1em !important;
}
.capbox .cap-text {
  font-size: 0.7rem;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.5em;
  font-weight: 300;
  text-align: left;
}
@media (min-width: 48em) {
  .capbox .cap-text {
    font-size: 0.6rem;
  }
}
/*.ancor {
    position: absolute;
    top: 0;
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
}*/


/*20240131追記*/
.maingf {
  display: block;
  width: 100%;
  height: 80vh;
  position: relative; }
  @media (min-width: 48em) {
    .maingf {
      height: 100vh; } }
  .maingf-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    @media (min-width: 48em) {
      .maingf-text {
        height: 720px; } }
    .maingf-text-h2 {
      color: #fff;
      letter-spacing: 0.1em;
      text-align: center;
      font-weight: 400;
      margin: 0;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      font-size: 16px;
      position: absolute;
      top: calc(50% - 7em);
      left: calc(50% - 0.5em);
      font-weight: normal; }
      @media (min-width: 48em) {
        .maingf-text-h2 {
          font-size: 22px; } }
      .maingf-text-h2 div {
        display: inline-block;
        padding: 0.1em;
        line-height: 1em; }
    .maingf-text-en {
      display: none; }
      @media (min-width: 62em) {
        .maingf-text-en {
          -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          display: block;
          width: 240px;
          position: absolute;
          left: calc(50% - 120px);
          bottom: 35px; } }
      .maingf-text-en img {
        height: auto;
        width: 100%; }
  .maingf-br {
    display: inline-block;
    margin-top: 5em; }
    @media (min-width: 62em) {
      .maingf-br {
        margin: 0;
        display: none; } }
  .maingf .spmargin {
    margin-top: 6em; }
    @media (min-width: 62em) {
      .maingf .spmargin {
        margin-top: 0; } }


/* ----- .slick-slider ----- */ 
#mainsl .slick-list,
#mainsl .slick-track { height: 100%; }
/* .slick-prev .slick-next */
#mainsl .slick-prev,
#mainsl .slick-next { display: none;
    position: absolute; height: 20px; width: 20px; width: 50px; height: 50px; line-height: 0; font-size: 0; cursor: pointer; top: 50%; margin-top: -25px; padding: 0; border: none; outline: none; z-index: 10; text-align: center; background: transparent; color: #de0716; border: #de0716 1px solid; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;}
#mainsl .slick-prev:hover,
#mainsl .slick-next:hover { color: #fefefe; background: #de0716; }
#mainsl .slick-prev:before,
#mainsl .slick-next:before { position: absolute; top: 0; left: 0; bottom: 0; right: 0; display: block; font-family: "themify"; font-size: 12px; line-height: 50px; text-align: center; /*opacity: 0.75; */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; opacity: 1; }
#mainsl .slick-prev { left: 25px; }
[dir="rtl"] #mainsl .slick-prev { left: auto; right: 25px; }
#mainsl .slick-prev:before { content: "?"; }
[dir="rtl"] #mainsl .slick-prev:before { content: "?"; }
#mainsl .slick-next { right: 25px; }
[dir="rtl"] #mainsl .slick-next { left: 25px; right: auto; }
#mainsl .slick-next:before { content: "?"; }
[dir="rtl"] #mainsl .slick-next:before { content: "?"; }

/* ----- .slick-dots ----- */ 
#mainsl .slick-dots { position: absolute; bottom: 0; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
#mainsl .slick-dots li { position: relative; display: inline-block; height: 10px; width: 12px; margin: 0 5px; padding: 0; cursor: pointer; }
#mainsl .slick-dots li button { border: 0; background: #fefefe; display: block; height: 10px; width: 10px; overflow: hidden; line-height: 0; font-size: 0; color: transparent; cursor: pointer; padding: 5px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #fefefe }
#mainsl .slick-dots li.slick-active button { outline: 0; background: #ffe360 }

/* ----- .scrollArea ----- */ 
#mainsl .scrollArea { position: absolute; bottom: 3%; left: 0; right: 0; display: block; z-index: 2; text-align: center; }
#mainsl .scrollArea a { display: block; width: 60px; height: 60px; color: #de0716; border: #de0716 1px solid; text-align: center; margin: 0 auto; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; position: relative; }
#mainsl .scrollArea a i { font-size: 15px; line-height: 60px; }
#mainsl .scrollArea a:hover { color: #fefefe; background: #de0716; border: none; -webkit-transform: translate(0px, 5px); -moz-transform: translate(0px, 5px); -o-transform: translate(0px, 5px); -ms-transform: translate(0px, 5px); transform: translate(0px, 5px); }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-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; margin: 0; padding: 0; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
/*.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }*/
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-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; }

/*ポジション
.posiCenter { background-position: center; }
.posiTop { background-position: top; }
.posiBottom { background-position: bottom; }
.posiRight { background-position: right; }
.posiLeft { background-position: left; }*/

/*背景画像*/
.img01 {
	background: url("../img/kvsp01.jpg");
	background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
	height: calc(100dvh - 65px);
	/*height: -webkit-fill-available;*/
}
.img02 {
	background: url("../img/kvsp02.jpg");
	background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
	height: calc(100dvh - 65px);
	/*height: -webkit-fill-available;*/
}
@media (min-width: 35em) {
	.img01 {
		background: url("../img/kv01.jpg");
	}
	.img02 {
		background: url("../img/kv02.jpg");
	}
}
@media (min-width: 48em) {
	.img01 {
		height: calc(100vh - 80px);
	}
	.img02 {
		height: calc(100vh - 80px);
	}
}

.topbanner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.topbanner .topbanner-block {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 2.4%;
	position: relative;
}
.topbanner .topbanner-block:nth-child(1):before {
	content: "";
	display: block;
	width: 20%;
    height: 5.7%;
	background: url("../img/top_new.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: -38px;
	left: 0;
}
.topbanner .topbanner-block img {
	width: 100%;
	height: auto;
}
@media (min-width: 35em) {
	.topbanner .topbanner-block {
		width: 48.8%;
		margin-bottom: 0;
	}
	
}

.more_btn_f {
	padding: 1.5em 0 1em 0;
	text-align: center;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (min-width: 33.75em) {
	.more_btn_f {
		text-align: left;
		display: block;
}
}
@media (min-width: 48em) {
.more_btn_f {
	padding: 2em 0 0 0;
}
}
.more_btn_f a {
  font-weight: 600;
  font-size: 1.1rem;
  color: #fff;
  padding: 0.3em 1em 0.4em 1em;
  border-radius: 100px;
  background: #000;
  letter-spacing: 0.075em;
	border: 1px solid #000;
	display: inline-block;
	width: 48%;
	margin-bottom: 4%;
	text-align: center;
}
@media (min-width: 48em) {
  .more_btn_f a {
    font-size: 0.6rem;
	  width: auto;
	  margin-bottom: 0;
  }
}
.more_btn_f a:hover {
  color: #000;
  background: #fff;
}

@media (min-width: 48em) {
	.refill .more_btn_f a {
	width: 10.3em;
	margin-bottom: 0.26em;
}
}

.straight .itemfolder .psteps {
	background: #c90057;
}

.straight .products-other .products-list .products-list-option {
	background: #fff4f5;
}

.straight .products-other .products-list .refill .products-list-item .psteps {
	color: #c90057;
	border-bottom: 3px solid #c90057;
}

.straight #steps {
	background: #fff4f5;
}

.banner_foot {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.banner_foot a {
	display: block;
	width: 100%;
	margin-bottom: 3%;
}
.banner_foot a img {
	width: 100%;
	height: auto;
}
@media (min-width: 33.75em) {
	.banner_foot a {
	display: block;
	width: 48.5%;
		margin: 0;
}
}

.headling_straight {
  font-size: 8vw;
  margin: 10vw 0 -50px -0.5vw;
  line-height: 1em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.17em;
  padding: 0;
  display: block;
}
@media (min-width: 48em) {
  .headling_straight {
    font-size: 7vw;
    margin:  0 0 -50px -0.5vw;
	  
  }
}



