@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.3%;
}

body {
  font-family: "M PLUS Rounded 1c", "M PLUS 1p", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック";
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

@media (max-width: 480px) {
  main {
    padding: 1%;
  }
}

footer {
  width: 100%;
  text-align: center;
}

footer small {
  font-size: 1.2rem;
}

@-webkit-keyframes text_animation1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_animation1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes text_animation2 {
  0% {
    letter-spacing: 0;
    opacity: 0;
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
  }
  80% {
    opacity: 0;
  }
  100% {
    letter-spacing: 0;
  }
}

@keyframes text_animation2 {
  0% {
    letter-spacing: 0;
    opacity: 0;
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
  }
  80% {
    opacity: 0;
  }
  100% {
    letter-spacing: 0;
  }
}

@-webkit-keyframes text_animation3 {
  0% {
    letter-spacing: 0;
    opacity: 0;
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_animation3 {
  0% {
    letter-spacing: 0;
    opacity: 0;
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

section.feature header {
  -webkit-animation: text_animation1 5s;
          animation: text_animation1 5s;
}

section.feature h1 {
  -webkit-animation: text_animation3 3s;
          animation: text_animation3 3s;
}

section.feature header div {
  -webkit-animation: text_animation2 3s;
          animation: text_animation2 3s;
}

section.feature header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  background-image: url(./../img/feature/soba_image.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

section.feature header h1 {
  font-family: "Rajdhani", sans-serif;
  font-size: 10vw;
  line-height: 1;
  color: #fff;
  text-align: left;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 480px) {
  section.feature header h1 {
    margin-bottom: 10%;
    font-size: 16vw;
  }
}

section.feature header div {
  font-size: 2rem;
  font-weight: 900;
  line-height: 2;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

section.feature section {
  margin: 5% 0;
}

section.feature h2 {
  position: relative;
  position: relative;
  display: block;
  margin-bottom: 1em;
  font-size: 5rem;
  font-weight: 900;
  color: #40c2f0;
  text-align: center;
  text-align: center;
  background: -webkit-linear-gradient(45deg, #40c2f0 0%, #e95383 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1024px) {
  section.feature h2 {
    margin-bottom: 3%;
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  section.feature h2 {
    font-size: 4rem;
  }
}

@media (max-width: 480px) {
  section.feature h2 {
    margin-bottom: 10%;
    font-size: 2.5rem;
  }
}

section.feature div {
  width: 100%;
  margin: 2% auto;
  text-align: center;
}

section.feature ul {
  margin: 2% 0;
}

section.feature ul li {
  font-weight: 700;
  line-height: 2;
  list-style: none;
}

section.feature .flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  section.feature .flex_box h2 {
    font-size: 2rem;
  }
}

section.feature .flex_box div {
  width: 50%;
}

@media (max-width: 480px) {
  section.feature .flex_box div {
    padding: 1%;
  }
}

section.feature .flex_box img {
  width: 100%;
  height: 800px;
  font-family: "object-fit: cover";
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 480px) {
  section.feature .flex_box img {
    height: 30vh;
  }
}

section.feature .flex_box_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1280px;
}

@media (max-width: 1024px) {
  section.feature .flex_box_item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  section.feature .flex_box_item {
    width: 100%;
  }
}

@media (max-width: 480px) {
  section.feature .flex_box_item {
    width: 100%;
  }
}

section.feature .flex_box_item div {
  width: 32%;
}

section.feature .flex_box_item img {
  width: 100%;
  margin-bottom: 3%;
  font-family: "object-fit: cover";
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.feature img.col1 {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

@media (max-width: 480px) {
  section.feature img.col1 {
    height: 500px;
  }
}

section.feature a {
  color: #333;
  text-decoration: none;
}

section.feature a:hover {
  -moz-filter: "alpha( opacity=50 )";
  -webkit-filter: "alpha( opacity=50 )";
  -o-filter: "alpha( opacity=50 )";
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.empty_item {
  width: 30%;
}

section.feature_led {
  margin: 0 auto;
  color: white;
  text-align: center;
  background-color: black;
}

section.feature_led a {
  color: #fff;
  text-decoration: none;
}

section.feature_led header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  background-image: url(./../img/feature/led_top.jpg);
  background-position: 80% 50%;
  background-size: cover;
}

section.feature_led header h1 {
  font-family: "Rajdhani", sans-serif;
  font-size: 15vw;
  color: #fff;
  text-align: left;
  text-shadow: 0 0 100px #fff, 0 0 40px #40c2f0, 0 0 50px #40c2f0, 0 0 60px #40c2f0;
}

@media (max-width: 480px) {
  section.feature_led header h1 {
    margin-bottom: 10%;
    font-size: 16vw;
  }
}

section.feature_led header p {
  width: 90%;
  font-size: 2rem;
  font-weight: bolder;
  line-height: 2;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

section.feature_led main {
  margin: 0 auto;
}

section.feature_led h2 {
  margin: 5% 0;
  font-size: 5rem;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 0 100px #fff, 0 0 40px #40c2f0, 0 0 50px #40c2f0, 0 0 60px #40c2f0;
}

@media (max-width: 480px) {
  section.feature_led h2 {
    font-size: 2.5rem;
  }
}

section.feature_led .flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3% 0;
}

@media (max-width: 480px) {
  section.feature_led .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.feature_led .flex_box div {
  width: 50%;
}

@media (max-width: 480px) {
  section.feature_led .flex_box div {
    width: 100%;
  }
}

section.feature_led .flex_box img {
  width: 100%;
  height: 800px;
  font-family: "object-fit: cover";
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 480px) {
  section.feature_led .flex_box img {
    height: 50vh;
  }
}

section.feature_led .flex_box_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 900px;
  padding: 0.5%;
  margin: 0 auto;
  margin-bottom: 5%;
  background-color: black;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  section.feature_led .flex_box_item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  section.feature_led .flex_box_item {
    width: 100%;
  }
}

@media (max-width: 480px) {
  section.feature_led .flex_box_item {
    width: 90%;
  }
}

section.feature_led .flex_box_item:hover {
  -webkit-box-shadow: 0 0 50px #fff, -10px 0 20px #0ff, 10px 0 20px #0ff;
          box-shadow: 0 0 50px #fff, -10px 0 20px #0ff, 10px 0 20px #0ff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

section.feature_led .flex_box_item p {
  padding-left: 3.2rem;
  text-align: left;
}

section.feature_led .flex_box_item h3 {
  margin-bottom: 5%;
  font-size: 2.5rem;
}

section.feature_led .flex_box_item div {
  width: 50%;
}

@media (max-width: 480px) {
  section.feature_led .flex_box_item div {
    width: 100%;
  }
}

section.feature_led .flex_box_item img {
  width: 100%;
  font-family: "object-fit: cover";
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.feature_led .flex_box_item img.col1 {
  width: 100%;
  height: 800px;
  font-family: "object-fit: cover";
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 480px) {
  section.feature_led .flex_box_item img.col1 {
    height: 500px;
  }
}

section.feature_led .flex_box_item .button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 200px;
  height: 54px;
  margin-top: 5%;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.feature_led .flex_box_item .button::before, section.feature_led .flex_box_item .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

section.feature_led .flex_box_item .button::before, section.feature_led .flex_box_item .button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.feature_led .flex_box_item .button {
  line-height: 50px;
  color: #fff;
  background-color: #aaa;
  border: 2px solid #aaa;
}

section.feature_led .flex_box_item .button:hover {
  color: #59b1eb;
  background-color: #fff;
  border-color: #0ff;
  -webkit-box-shadow: 0 0 30px #0ff;
          box-shadow: 0 0 30px #0ff;
}

@-webkit-keyframes led_animation1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.2;
  }
  60% {
    opacity: 0, 8;
  }
  80% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes led_animation1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.2;
  }
  60% {
    opacity: 0, 8;
  }
  80% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes led_animation2 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes led_animation2 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

section.feature_led header {
  -webkit-animation: led_animation1 2s;
          animation: led_animation1 2s;
}

section.feature_led header h1,
section.feature_led header h2,
section.feature_led header p {
  -webkit-animation: led_animation2 4s;
          animation: led_animation2 4s;
}

/***  特集鬼滅の刃  ****/
section.glas_bass .leed {
  margin-bottom: 5%;
  font-size: 110%;
  text-align: center;
}

section.glas_bass h3 {
  display: block;
  width: 350px;
  height: 350px;
  margin: 0 auto;
}

section.glas_bass h3 img {
  width: 100%;
  margin: 0 auto;
}

section.glas_bass div.flex_box_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.glas_bass div.flex_box_item div {
  width: calc(100% / 2 - 5%);
  margin-bottom: 5%;
  text-align: center;
}

section.glas_bass div.flex_box_item div span {
  font-size: 80%;
}

section.glas_bass div.flex_box_item div a {
  color: black;
  text-decoration: none;
}

section.glas_bass div.flex_box_item img {
  width: 100%;
  margin-bottom: 3%;
  font-family: "object-fit: cover";
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.glas_bass div.flex_box_item img :hover {
  -webkit-box-shadow: 0 0 10px gray;
          box-shadow: 0 0 10px gray;
}

section.glas_bass div.flex_box_item .tag {
  display: inline-block;
  padding: 0.6em;
  margin: 0 0.1em 0.6em 0;
  font-size: 12px;
  line-height: 1;
  color: #00e;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #00e;
  border-radius: 2em;
}

section.glas_bass div.flex_box_item .tag::before {
  content: "#";
}

/************************************
おかえり手洗いLP
*************************************/
section#okaeri_tearai {
  line-height: 1.75;
  color: #627e4e !important;
  background-color: #eae3c1 !important;
}

#okaeri header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  text-align: center;
  background: url(./../img/feature/okaeri/header-img.webp) no-repeat center center;
  background-size: cover;
}

@media (max-width: 768px) {
  #okaeri header {
    height: 70vh;
    background: url(./../img/feature/okaeri/header-img_sp.webp) no-repeat center center;
    background-size: cover;
  }
}

#okaeri header h1 img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  #okaeri header h1 img {
    width: 90%;
  }
}

#okaeri footer img {
  display: block;
  width: 20%;
  margin: 10% auto 2% auto;
}

@media (max-width: 480px) {
  #okaeri footer img {
    width: 80%;
  }
}

#okaeri img {
  font-family: "object-fit: cover";
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.24) 0 3px 8px);
          filter: drop-shadow(rgba(0, 0, 0, 0.24) 0 3px 8px);
  -o-object-fit: cover;
     object-fit: cover;
}

.okaeri__exp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  background: url(./../img/feature/okaeri/okaeri__exp_img.webp) no-repeat center center;
  background-color: #627e4e;
  background-size: cover;
}

@media (max-width: 1024px) {
  .okaeri__exp {
    height: 50vh;
  }
}

@media (max-width: 768px) {
  .okaeri__exp {
    height: 80vh;
  }
}

@media (max-width: 480px) {
  .okaeri__exp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
  }
}

.okaeri__exp div {
  width: 60%;
  max-width: 600px;
  padding: 2%;
  font-size: 1.6rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

@media (max-width: 768px) {
  .okaeri__exp div {
    width: 90%;
    font-size: 1.4rem;
  }
}

.okaeri__exp .okaere_exp_01 {
  margin-top: 5%;
  color: white;
  background-color: #627e4e;
}

.okaeri__exp .okaere_exp_01 img {
  display: block;
  width: 90px;
  height: 150px;
  margin: 0 auto 3% auto;
}

@media (max-width: 768px) {
  .okaeri__exp .okaere_exp_01 {
    margin-top: 10%;
  }
}

@media (max-width: 480px) {
  .okaeri__exp .okaere_exp_01 {
    margin-top: 10%;
  }
}

.okaeri__exp .okaere_exp_02 {
  background-color: rgba(234, 227, 193, 0.8);
}

@media (max-width: 768px) {
  .okaeri__exp .okaere_exp_02 {
    margin-bottom: 10%;
  }
}

.okaeri_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  max-width: 1200px;
  margin: 10% auto;
  background-color: #627e4e;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

@media (max-width: 480px) {
  .okaeri_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10% auto;
  }
}

.okaeri_title h2,
.okaeri_title h3 {
  padding: 2%;
  color: white;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

.okaeri_title h2 {
  font-size: clamp(20px, 3vw, 35px);
  font-weight: 800;
}

.okaeri_title h3 {
  margin-bottom: 3%;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: normal;
}

.okaeri_title div {
  width: 50%;
}

@media (max-width: 480px) {
  .okaeri_title div {
    width: 100%;
  }
}

.okaeri_title div img {
  -o-object-fit: contain;
     object-fit: contain;
}

.okaeri_exp__counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5% 0;
  text-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  background: url(./../img/feature/okaeri/okaeri_exp_counter_bk@2x.webp) no-repeat center center;
  background-size: cover;
}

@media (max-width: 480px) {
  .okaeri_exp__counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.okaeri_exp__counter div {
  width: 35%;
  padding: 1%;
  margin: 5%;
  font-weight: 750;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

@media (max-width: 480px) {
  .okaeri_exp__counter div {
    width: 70%;
  }
}

.okaeri_exp__counter div img {
  width: 65%;
}

.okaeri_exp__counter div h2 {
  margin: 3% 0;
  font-size: clamp(20px, 3vw, 35px);
}

.okaeri_exp__counter div h3 {
  font-size: clamp(18px, 2.5vw, 30px);
}

.okaeri_exp__counter div h3 span {
  font-size: 75%;
  font-weight: 400;
}

.okaeri_title_step {
  position: relative;
  height: 450px;
  margin-top: 5%;
  background-color: #627e4e;
}

@media (max-width: 480px) {
  .okaeri_title_step {
    height: 50vh;
  }
}

.okaeri_title_step h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  padding-bottom: 3%;
  margin: 0;
  font-size: clamp(20px, 2vw, 35px);
  color: white;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.okaeri_title_step h2 img {
  display: block;
  margin: 10% auto;
}

.okaeri_title_step .okaeri_title_step__img {
  width: 100%;
  opacity: 0.3;
  -o-object-fit: cover;
     object-fit: cover;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

.okaeri_step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70vh;
  margin-bottom: 10%;
  background: url(./../img/feature/okaeri/okaeri_step_bk.webp) no-repeat center center;
  background-size: cover;
}

@media (max-width: 768px) {
  .okaeri_step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    background-position: 90% 0%;
  }
}

.okaeri_step__wapper {
  position: relative;
  margin: 0 2%;
}

@media (max-width: 480px) {
  .okaeri_step__wapper {
    width: 90%;
  }
}

.okaeri_step__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  padding: 0;
  padding-bottom: 3%;
  margin: 0;
  text-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.okaeri_step__inner h3,
.okaeri_step__inner h4 {
  text-align: center;
}

.okaeri_step__inner h3 {
  margin-bottom: 5%;
  font-size: clamp(18px, 1.75vw, 25px);
  font-weight: 750;
}

.okaeri_step__inner h4 {
  margin-bottom: 5%;
  font-size: 1.6rem;
  font-weight: 500;
}

.okaeri_step img {
  display: block;
  margin: 5% auto;
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.24) 0 3px 8px);
          filter: drop-shadow(rgba(0, 0, 0, 0.24) 0 3px 8px);
}

.okaeri_step_bk-002 {
  background: url(./../img/feature/okaeri/okaeri_step_bk_002.webp) no-repeat center center;
  background-size: cover;
}

.okaeri__btn {
  display: block;
  padding: 3%;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 750;
  color: #627e4e;
  text-align: center;
  text-decoration: none;
  border: 1px #627e4e solid;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.okaeri__btn:hover {
  color: white;
  background-color: #627e4e;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}

/*******************
 ステップコンテンツ
******************/
.okaeri_step_content {
  text-align: center;
}

.okaeri_step_content__wapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.okaeri_step_content__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media (max-width: 480px) {
  .okaeri_step_content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.okaeri_step_content__inner h3,
.okaeri_step_content__inner p {
  margin: 0 auto;
}

.okaeri_step_content img {
  border-radius: 10px;
}

.okaeri_step_content a {
  color: #627e4e;
  text-decoration: none;
}

ul.step_item__list {
  margin-top: 5%;
  margin-left: 1.6rem;
  line-height: 2;
  text-align: left;
}

ul.step_item__list li {
  list-style: none;
  list-style-image: url(./../img/feature/okaeri/li_okaeri.webp);
}

/* 見出し系 */
.step_titel__info {
  padding-bottom: 2%;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 750;
  text-align: left;
  border-bottom: 3px solid #627e4e;
}

.step_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  margin: 10% 0 3% 0;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 900;
  text-align: center;
  background-image: url(./../img/feature/okaeri/step_title_bk.webp);
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 480px) {
  .step_title {
    background-size: 90%;
  }
}

.step_title__common-001 {
  margin-bottom: 5%;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 900;
  text-align: center;
}

.step_title__common-002 {
  padding: 5% 0;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 750;
}

.step_title__common-003 {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 500;
  text-align: left;
}

.step_title__common-004 {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 500;
}

.step_title__common-005 {
  padding: 5% 0;
  font-size: 1.6rem;
  font-weight: 750;
}

.step_commom__lead {
  margin-top: 3%;
  font-size: clamp(16px, 1.5vw, 18px);
}

.counter-type {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10% 0;
}

.counter-type div {
  width: 45%;
}

@media (max-width: 480px) {
  .counter-type div {
    width: 100%;
    margin-bottom: 10%;
  }
}

.counter-type img {
  margin-bottom: 5%;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

.col_2_sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5% 0;
}

@media (max-width: 480px) {
  .col_2_sb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.col_2_sb div {
  width: 48%;
}

@media (max-width: 480px) {
  .col_2_sb div {
    width: 100%;
    margin: 5% 0;
  }
}

.col_3_sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.col_3_sb div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30%;
  margin-top: 5%;
}

.col_3_sb div::after {
  display: block;
  width: 300px;
  content: " ";
}

@media (max-width: 480px) {
  .col_3_sb div {
    width: 100%;
  }
}

.col_3_sb div div {
  width: 45%;
}

.col_3_fs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.col_3_fs div {
  width: 30%;
  margin-top: 5%;
}

.col_3_fs div:last-child {
  margin-left: 5%;
}

@media (max-width: 480px) {
  .col_3_fs div {
    width: 100%;
    margin-bottom: 10%;
  }
}

.step_btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 5% 0;
}

.step_btn a {
  width: 40%;
  margin: 4%;
}

@media (max-width: 768px) {
  .step_btn a {
    width: 80%;
    margin: 2%;
  }
}

.step_item_all_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}

@media (max-width: 768px) {
  .step_item_all_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.step_item_all_list div {
  width: 14%;
  margin-right: 3%;
}

.step_item_all_list div:last-child {
  margin-right: 0%;
}

@media (max-width: 768px) {
  .step_item_all_list div {
    width: 27%;
    margin: 0%;
  }
}

.step_item_all_list::after {
  display: block;
  width: 300px;
  content: " ";
}

/************************
商品詳細コンテナ
************************/
.product_info__titel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: white;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  background: #627e4e;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

@media (max-width: 768px) {
  .product_info__titel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product_info__titel div {
  width: 50%;
}

@media (max-width: 768px) {
  .product_info__titel div {
    width: 100%;
  }
}

.product_info__titel h2 {
  margin-top: 10%;
  font-size: clamp(25px, 2vw, 40px);
  font-weight: 900;
  line-height: 1.4;
}

.product_info__titel h2 small {
  font-size: clamp(18px, 2vw, 25px);
}

.product_info__titel p {
  padding: 3%;
  margin-bottom: 10%;
}

.product_info__inner {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .product_info__inner {
    width: 90%;
  }
}

.product_info__inner .product_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .product_info__inner .product_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product_info__inner .product_list div {
  width: 27%;
  padding: 2%;
  margin-top: 5%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

@media (max-width: 768px) {
  .product_info__inner .product_list div {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .product_info__inner .product_list div {
    width: 90%;
    padding: 5%;
    margin-top: 10%;
  }
}

.product_info__inner .product_list h2 {
  margin: 5% 0;
  font-size: clamp(18px, 2vw, 22px);
  text-align: center;
}

.product_info__inner .product_list h3 {
  margin-bottom: 5%;
  font-size: clamp(14px, 1.5vw, 18px);
  text-align: center;
}

.product_info__inner .product_list img {
  max-width: 320px;
  max-height: 320px;
  border-radius: 10px;
}

.okaeri_exp__counter a {
  color: #627e4e;
  text-decoration: none;
}

.step-titel_img_02 {
  -o-object-position: top;
     object-position: top;
}

/******************
おかえり手洗いバナー
*******************/
.okaeri_ad {
  position: relative;
  height: 65vh;
  margin: 10% 0;
}

@media (max-width: 480px) {
  .okaeri_ad {
    height: 50vh;
  }
}

.okaeri_ad h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  padding: 2%;
  margin: 0;
  font-size: clamp(20px, 2vw, 35px);
  color: #627e4e;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  background-color: rgba(234, 227, 193, 0.8);
  border: #ad8907 5px solid;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
  .okaeri_ad h2 {
    width: 80%;
  }
}

.okaeri_ad h2 img {
  display: block;
  width: 50%;
  margin: 3% auto;
}

.okaeri_ad h2 a {
  margin: 3% auto;
}
/*# sourceMappingURL=feature.css.map */