/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-7.use[3]!./sass/style.sass ***!
  \****************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* layout */
/*---------------------------------------*/
/* color */
/*---------------------------------------*/
/* font
 * @src https://fonts.google.com/ */
/*---------------------------------------*/
/* Components */
/*---------------------------------------*/
/* common  */
/*---------------------------------------*/
body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #666;
  /* mq */
  /*---------------------------------------*/
  font-size: 14px;
  line-height: 1.6;
}

/* util  */
/*---------------------------------------*/
section {
  padding: 30px 0;
}

h1, h2, h3, h4, p {
  margin: 0;
  color: #343A40;
}

h1 {
  font-size: 30px;
}

h1 {
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

h2, h3, h4 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500 !important;
  font-style: normal !important;
}

p {
  color: #343A40;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  transition: all 0.3s ease;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500 !important;
  font-style: normal !important;
}
a:hover {
  text-decoration: none;
}
a.icon-link {
  padding: 5px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  min-height: 50px;
  margin: 20px 0;
  border: 1px solid transparent;
}
a.icon-link::before {
  content: "";
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-icon-im01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
a.icon-link::after {
  content: "";
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
}
a.link {
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin: 20px 0;
  border: 1px solid transparent;
}
a.link::before {
  content: none;
}
a.link::after {
  content: "";
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
}

.color-default {
  color: #343A40;
}

.color-black {
  color: #222222;
}

.color-navy_blue {
  color: #033C5C;
}

.color-light_navy_blue {
  color: #739aac;
}

.color-gray {
  color: #7C7C7C;
}

.color-light_gray {
  color: #f6f0ee;
}

.color-white {
  color: #FFFFFF;
}

.color-beige {
  color: #F7FBD7;
}

.color-light_beige {
  color: #fcfdf0;
}

.color-pink {
  color: #BA9481;
}

.color-red {
  color: #B50000;
}

.color-brown {
  color: #8B5B44;
}

.size-10 {
  font-size: 10px;
}

.size-12 {
  font-size: 12px;
}

.size-14 {
  font-size: 14px;
}

.size-16 {
  font-size: 16px;
}

.size-18 {
  font-size: 18px;
}

.size-19 {
  font-size: 19px;
}

.size-28 {
  font-size: 24px;
}

.size-32 {
  font-size: 24px;
}

.size-40 {
  font-size: 30px;
}

.size-56 {
  font-size: 36px;
}

.size-64 {
  font-size: 40px;
}

.size-77 {
  font-size: 50px;
}

.op-0 {
  opacity: 0;
}

.fs-noto-san-jp-Medium {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500 !important;
  font-style: normal !important;
}

.fs-noto-san-jp-Bold {
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.section-title {
  position: relative;
}
.section-title h2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #033C5C;
  width: 100%;
  height: 25px;
}
.section-title h1 {
  color: #d8d7d6;
  line-height: 50px;
  letter-spacing: 5px;
  font-size: 56px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 200 !important;
  font-style: normal !important;
}

nav.breadcrumbs {
  overflow: scroll;
}
nav.breadcrumbs::-webkit-scrollbar {
  display: none;
}
nav.breadcrumbs ul {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
nav.breadcrumbs ul li a {
  font-size: 12px;
  color: #343A40;
}
nav.breadcrumbs ul li a:hover {
  color: #343A40;
}
nav.breadcrumbs ul li:nth-child(n+2) a::before {
  content: "＞";
  margin: 0 7px;
  font-size: 12px;
  text-decoration: none;
  pointer-events: none;
  color: #343A40;
}
nav.breadcrumbs ul li span {
  font-size: 12px;
  color: #343A40;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500 !important;
  font-style: normal !important;
}
nav.breadcrumbs ul li span::before {
  content: "＞";
  margin: 0 7px;
  font-size: 12px;
  text-decoration: none;
  pointer-events: none;
  color: #343A40;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500 !important;
  font-style: normal !important;
}

.title-container .title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #739aac;
  position: relative;
}
.title-container .title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #033C5C;
  border-radius: 50%;
  right: 0;
  bottom: -5px;
}
.title-container .title h1 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500 !important;
  font-style: normal !important;
}

#section-contact {
  position: relative;
}
#section-contact::before {
  content: "";
  position: absolute;
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/front/front-contact-bg-im01.webp");
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: -100px;
}
#section-contact .section-wrap .contact-container a {
  background: #FFFFFF;
  color: #033C5C;
  border: 1px solid #033C5C;
  margin: 0 auto;
  margin-top: 50px;
}
#section-contact .section-wrap .contact-container a::before {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-icon-im02.webp");
  height: 20px;
}
#section-contact .section-wrap .contact-container a::after {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im02.webp");
}
#section-contact .section-wrap .contact-container a:hover {
  background: #033C5C;
  color: #FFFFFF;
  border-color: #033C5C;
}
#section-contact .section-wrap .contact-container a:hover::before {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-icon-im02-hover-white.webp");
}
#section-contact .section-wrap .contact-container a:hover::after {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im01.webp");
}

#page-mv {
  padding: 0;
}

.page-mv {
  padding: 180px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}

#page-breadcrumbs {
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.gradation-title {
  background: linear-gradient(to right, #033C5C 50%, #FFFFFF);
}
.gradation-title h1 {
  padding: 5px 0;
  padding-left: 20px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600 !important;
  font-style: normal !important;
}

#header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  max-height: 70px;
  background: rgba(255, 255, 255, 0.8);
}
#header .section-wrap .uk-flex .flex-item:first-child {
  margin-left: 20px;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) {
  width: 90%;
}
#header .section-wrap .uk-flex .flex-item ul {
  align-items: center;
}
#header .section-wrap .uk-flex .flex-item ul li.nav {
  padding: 0 30px;
}
#header .section-wrap .uk-flex .flex-item ul li.nav a {
  color: #033C5C;
  position: relative;
}
#header .section-wrap .uk-flex .flex-item ul li.nav a::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: "";
  width: 0;
  height: 2px;
  background: #033C5C;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: 0.3s;
}
#header .section-wrap .uk-flex .flex-item ul li.nav a.active {
  color: #033C5C;
}
#header .section-wrap .uk-flex .flex-item ul li.nav a.active::after {
  width: 100%;
}
#header .section-wrap .uk-flex .flex-item ul li.nav a:hover::after {
  width: 100%;
}
#header .section-wrap .uk-flex .flex-item ul li.btn {
  background: #033C5C;
  height: -webkit-fill-available;
}
#header .section-wrap .uk-flex .flex-item ul li.btn a {
  color: #FFFFFF !important;
  border: 1px solid transparent;
  display: block;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  line-height: normal;
}
#header .section-wrap .uk-flex .flex-item ul li.btn a:hover {
  background: #FFFFFF;
  color: #033C5C !important;
  border-color: #033C5C;
}
#header .section-wrap .uk-flex .flex-item ul li.btn:last-child {
  background: #8B5B44;
  margin-left: 0;
}
#header .section-wrap .uk-flex .flex-item ul li.btn:last-child a:hover {
  background: #FFFFFF;
  color: #8B5B44 !important;
  border-color: #8B5B44;
}
#header .section-wrap .uk-flex .flex-item:last-child .header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #fff;
  position: relative;
}
#header .section-wrap .uk-flex .flex-item:last-child .logo {
  font-size: 24px;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_hidden {
  display: none;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span,
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:before,
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:after {
  content: "";
  display: block;
  height: 4px;
  width: 30px;
  border-radius: 3px;
  background: #033C5C;
  transition: 0.5s;
  position: absolute;
  right: 0;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:before {
  bottom: 10px;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:after {
  top: 10px;
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 99;
  background: #FFFFFF;
  transition: 0.5s;
  padding-top: 20px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_content .logo {
  padding-left: 20px;
  width: 25%;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_list {
  list-style: none;
  margin: 20px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_item {
  padding: 15px 0;
  border-top: 1px solid #033C5C;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_item.last {
  border-bottom: 1px solid #033C5C;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_item.btn {
  border-top: none;
  margin: 20px 0;
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_item.btn a {
  text-align: center;
  padding: 20px 0;
  height: auto;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_item a {
  color: #0C1634;
  text-decoration: none;
  display: block;
  width: 100%;
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .nav_content {
  right: 0;
}
#header .section-wrap .uk-flex .flex-item:last-child ul, #header .section-wrap .uk-flex .flex-item:last-child ol {
  padding-left: inherit;
  margin: 20px 0;
}

#front-mv {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  height: 1200px;
}
#front-mv .section-wrap .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#front-mv .section-wrap .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front-mv .section-wrap .content-wrap {
  margin-top: 0;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding-top: 70px;
}
#front-mv .section-wrap .content-wrap h2 {
  color: #033C5C;
}
#front-mv .section-wrap .content-wrap h1 {
  color: #033C5C;
}
#front-mv .section-wrap .content-wrap h1 span.border {
  position: relative;
}
#front-mv .section-wrap .content-wrap h1 span.border::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #033C5C;
  width: 100%;
  bottom: 0;
  left: 0;
}
#front-mv .section-wrap .content-wrap h1 span.border::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #033C5C;
  width: 100%;
  bottom: -6px;
  left: 0;
}
#front-mv .section-wrap .point-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  gap: 40px;
  left: 10%;
  margin-top: 100px;
}
#front-mv .section-wrap .point-container .point-box {
  background: #033C5C;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}
#front-mv .section-wrap .point-container .point-box::before {
  content: "";
  position: absolute;
  border: 1px solid #F7FBD7;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  right: -5px;
  bottom: -5px;
}
#front-mv .section-wrap .point-container .point-box h3, #front-mv .section-wrap .point-container .point-box h4 {
  color: #F7FBD7;
}
#front-mv .section-wrap .point-container .point-box h3 {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  font-family: "oswald", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 600 !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}
#front-mv .section-wrap .point-container .point-box h3::before {
  content: "";
  border-top: 1px solid #F7FBD7;
  position: absolute;
  width: 70%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#front-mv .section-wrap .point-container .point-box h3 span {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500 !important;
  font-style: normal !important;
}
#front-mv .section-wrap .point-container .point-box h4 {
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
#front-mv .section-wrap .point-container .point-box img {
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
#front-mv .section-wrap .scroll-container {
  left: 0;
  top: 0;
  height: 140px;
  position: absolute;
}
#front-mv .section-wrap .scroll-container p {
  color: #033C5C;
}
#front-mv .section-wrap .scroll-container span.scroll_down {
  position: absolute;
  bottom: 0px;
  left: 50%;
}
#front-mv .section-wrap .scroll-container span.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #033C5C;
  animation: circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 60px;
  }
}
#front-mv .section-wrap .scroll-container span.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2px;
  height: 110px;
  background: #033C5C;
}
#front-mv .section-wrap .comment {
  right: 0;
  top: 50%;
  position: absolute;
}
#front-mv .section-wrap .comment p {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 10px;
}
#front-mv .section-wrap .slider-container .slick-slider div {
  padding: 0 10px;
}
#front-mv .section-wrap .ribbon-container {
  margin-top: 50px;
}
#front-mv .section-wrap-sp .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#front-mv .section-wrap-sp .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front-mv .section-wrap-sp .content-wrap .text-box {
  width: 80%;
  margin: 0 auto;
}
#front-mv .section-wrap-sp .content-wrap .text-box .text:last-child {
  margin-top: 10px;
}
#front-mv .section-wrap-sp .content-wrap .text-box .text h1 {
  font-size: 34px;
}
#front-mv .section-wrap-sp .content-wrap .text-box .text h1 span.border {
  position: relative;
}
#front-mv .section-wrap-sp .content-wrap .text-box .text h1 span.border::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #033C5C;
  width: 100%;
  bottom: 0;
  left: 0;
}
#front-mv .section-wrap-sp .content-wrap .text-box .text h1 span.border::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #033C5C;
  width: 100%;
  bottom: -6px;
  left: 0;
}
#front-mv .section-wrap-sp .content-wrap .text-box .text img {
  max-width: 260px;
}
#front-mv .section-wrap-sp .point-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#front-mv .section-wrap-sp .point-wrap img {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
#front-mv .section-wrap-sp .point-wrap .point-container {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
#front-mv .section-wrap-sp .point-wrap .point-container .point-box {
  background: #033C5C;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}
#front-mv .section-wrap-sp .point-wrap .point-container .point-box::before {
  content: "";
  position: absolute;
  border: 1px solid #F7FBD7;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  right: -5px;
  bottom: -5px;
}
#front-mv .section-wrap-sp .point-wrap .point-container .point-box h3, #front-mv .section-wrap-sp .point-wrap .point-container .point-box h4 {
  color: #F7FBD7;
}
#front-mv .section-wrap-sp .point-wrap .point-container .point-box h3 {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 18px !important;
  font-family: "oswald", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 600 !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}
#front-mv .section-wrap-sp .point-wrap .point-container .point-box h3::before {
  content: "";
  border-top: 1px solid #F7FBD7;
  position: absolute;
  width: 70%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#front-mv .section-wrap-sp .point-wrap .point-container .point-box h3 span {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500 !important;
  font-style: normal !important;
}
#front-mv .section-wrap-sp .point-wrap .point-container .point-box h4 {
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 12px !important;
}
#front-mv .section-wrap-sp .point-wrap .point-container .point-box img {
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
#front-mv .section-wrap-sp .point-wrap .comment {
  padding: 10px 0;
}
#front-mv .section-wrap-sp .point-wrap .comment p {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 10px;
}

#front-menu-sp {
  padding-top: 0;
}
#front-menu-sp .section-wrap .uk-flex a {
  width: 50%;
  background: #033C5C;
  color: #FFFFFF;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #033C5C;
}
#front-menu-sp .section-wrap .uk-flex a:hover {
  background: #FFFFFF;
  color: #033C5C;
}
#front-menu-sp .section-wrap .uk-flex a:last-child {
  background: #8B5B44;
  border: 1px solid #8B5B44;
}
#front-menu-sp .section-wrap .uk-flex a:last-child:hover {
  background: #FFFFFF;
  color: #8B5B44;
}
#front-menu-sp .section-wrap .slider-container .slick-slider-sp div {
  padding: 0 5px;
}

#front-slider {
  padding: 0;
}
#front-slider .slick-slider div {
  padding: 0 5px;
}

#front-banner {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}

#front-news {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/front/front-news-bg-im01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
#front-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  z-index: 1;
}
#front-news .news-container ul li {
  border-bottom: 1px solid #BA9481;
}
#front-news .news-container ul li a {
  padding: 10px 0;
  position: relative;
}
#front-news .news-container ul li a::after {
  content: "";
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/news-arrow-im01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: relative;
  right: 0;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
}
#front-news .news-container ul li a:hover::after {
  right: -10px;
}
#front-news .news-container ul li a p.news-day {
  color: #BA9481;
  width: 120px;
}
#front-news .news-container ul li a p.news-text {
  color: #222222;
  width: 90%;
}
#front-news .news-container .more-container a {
  margin-left: auto;
  justify-content: flex-end;
  color: #222222;
  width: -moz-fit-content;
  width: fit-content;
}
#front-news .news-container .more-container a::before {
  content: none;
}
#front-news .news-container .more-container a::after {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/news-arrow-im01.webp");
  position: relative;
  right: 0;
  transition: all 0.3s ease-in-out;
  width: 15px;
  height: 15px;
}
#front-news .news-container .more-container a:hover::after {
  right: -10px;
}

#custom_html-4 a.corporate-link:hover {
  border-bottom: 1px solid #0A0A0A;
}

#front-product {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/front/front-product-bg-im02.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
#front-product .section-wrap .product-container .product-box {
  width: 100%;
  margin: 70px 0;
}
#front-product .section-wrap .product-container .product-box .flex-item {
  width: 35%;
}
#front-product .section-wrap .product-container .product-box .flex-item:first-child {
  width: 50%;
  position: relative;
}
#front-product .section-wrap .product-container .product-box .flex-item:first-child::before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid #033C5C;
  top: 50px;
  right: -100%;
}
#front-product .section-wrap .product-container .product-box .flex-item:first-child::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #033C5C;
  border-radius: 50%;
  top: 45px;
  right: -100%;
}
#front-product .section-wrap .product-container .product-box .flex-item:first-child .faviton-box {
  position: absolute;
  width: 70px;
  right: -10px;
  top: -50px;
}
#front-product .section-wrap .product-container .product-box .flex-item .data-box h1.price {
  font-family: "oswald", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}
#front-product .section-wrap .product-container .product-box .flex-item .data-box a {
  background: #7C7C7C;
  border: 1px solid #7C7C7C;
  color: #FFFFFF;
  padding: 0 30px;
  min-height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#front-product .section-wrap .product-container .product-box .flex-item .data-box a::before {
  content: none;
}
#front-product .section-wrap .product-container .product-box .flex-item .data-box a::after {
  -webkit-mask-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im01-default.webp");
          mask-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im01-default.webp");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 20px;
}
#front-product .section-wrap .product-container .product-box .flex-item .data-box a:hover {
  background: #FFFFFF;
  color: #7C7C7C;
}
#front-product .section-wrap .product-container .product-box .flex-item .data-box a:hover::after {
  background-color: #7C7C7C;
}
#front-product .section-wrap .product-container .product-box .flex-item .title-sp {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#front-product .section-wrap .product-container .product-box .flex-item .title-sp::before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid #033C5C;
  bottom: 0;
  left: 0;
}
#front-product .section-wrap .product-container .product-box .flex-item .title-sp::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #033C5C;
  border-radius: 50%;
  top: 35px;
  left: 0;
}
#front-product .section-wrap .product-container .product-box:nth-child(2n) {
  flex-direction: row-reverse;
  margin-left: auto;
}
#front-product .section-wrap .product-container .product-box:nth-child(2n) .flex-item:first-child::before {
  right: unset;
  left: -100%;
}
#front-product .section-wrap .product-container .product-box:nth-child(2n) .flex-item:first-child::after {
  right: unset;
  left: -100%;
}
#front-guide .section-wrap .guide-container .uk-flex .guide-box {
  display: block;
  width: auto;
  padding: 20px 0;
  position: relative;
  margin: 40px 0;
}
#front-guide .section-wrap .guide-container .uk-flex .guide-box:first-child {
  background: #f1f5f7;
}
#front-guide .section-wrap .guide-container .uk-flex .guide-box:nth-child(2) {
  background: #fafde9;
}
#front-guide .section-wrap .guide-container .uk-flex .guide-box:last-child {
  background: #f3eae5;
}
#front-guide .section-wrap .guide-container .uk-flex .guide-box::before {
  content: "";
  position: absolute;
  border: 1px solid #222222;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
}
#front-guide .section-wrap .guide-container .uk-flex .guide-box img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  max-width: 50px;
  margin-bottom: 20px;
}
#front-guide .section-wrap .more-container {
  position: relative;
  background-size: cover;
  height: 500px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
#front-guide .section-wrap .more-container::before {
  content: "";
  position: absolute;
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/front/front-guide-more-bg-im03.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 60%;
  height: 100%;
  z-index: -1;
  right: 0;
}
#front-guide .section-wrap .more-container .img-box {
  width: 50%;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
}
#front-guide .section-wrap .more-container .img-box::before {
  content: "";
  position: absolute;
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/front/front-guide-more-im01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 100%;
}
#front-guide .section-wrap .more-container .more-box {
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
#front-guide .section-wrap .more-container .more-box h3 {
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #033C5C;
}
#front-guide .section-wrap .more-container .more-box p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500 !important;
  font-style: normal !important;
}
#front-guide .section-wrap .more-container .more-box .link-box {
  display: grid;
  margin-top: 30px;
}
#front-guide .section-wrap .more-container .more-box .link-box a.icon-link {
  background: #033C5C;
  color: #FFFFFF;
  margin-left: 0;
  margin: 0;
}
#front-guide .section-wrap .more-container .more-box .link-box a.icon-link::before {
  content: none;
}
#front-guide .section-wrap .more-container .more-box .link-box a.icon-link:first-child {
  margin-bottom: 24px;
}
#front-guide .section-wrap .more-container .more-box .link-box a.icon-link:last-child {
  background: #343A40;
}
#front-guide .section-wrap .more-container .more-box .link-box a.icon-link:last-child:hover {
  color: #343A40;
}
#front-guide .section-wrap .more-container .more-box .link-box a.icon-link:last-child:hover::after {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im01-default.webp");
}
#front-guide .section-wrap .more-container .more-box .link-box a.icon-link:hover {
  background: #FFFFFF;
  color: #033C5C;
  border-color: #033C5C;
}
#front-guide .section-wrap .more-container .more-box .link-box a.icon-link:hover::after {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im02.webp");
}

#news-top {
  position: relative;
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/page-bg-top-im01.webp");
  background-size: cover;
  background-position: bottom;
}
#news-top .section-wrap .breadcrumbs-container {
  padding-top: 30px;
  padding-bottom: 50px;
}

#archive-news-list {
  padding-top: 0;
  position: relative;
}
#archive-news-list::before {
  content: "";
  position: absolute;
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/page-favicon-im01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 450px;
  height: 450px;
  bottom: -10px;
  right: 0;
}
#archive-news-list .section-wrap .news-container ul {
  width: 100%;
  margin: 0 auto;
  min-height: 500px;
}
#archive-news-list .section-wrap .news-container ul li {
  border-bottom: 1px solid #BA9481;
}
#archive-news-list .section-wrap .news-container ul li a {
  padding: 20px 0;
  position: relative;
}
#archive-news-list .section-wrap .news-container ul li a::after {
  content: "";
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/news-arrow-im01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-left: auto;
}
#archive-news-list .section-wrap .news-container ul li a p.news-day {
  color: #BA9481;
  width: 120px;
}
#archive-news-list .section-wrap .news-container ul li a p.news-text {
  width: 90%;
}
#archive-news-list .section-wrap .page-nav {
  justify-content: center;
  margin-top: 60px;
  display: flex !important;
  position: relative;
  z-index: 1;
}
#archive-news-list .section-wrap .page-nav .pages {
  display: none;
  border: 1px solid #53B7EB;
  background: #53B7EB;
  color: #fff;
  margin: 60px 10px;
  font-size: 25px;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#archive-news-list .section-wrap .page-nav .next, #archive-news-list .section-wrap .page-nav .prev {
  margin: 0 10px;
}
#archive-news-list .section-wrap .page-nav .next a, #archive-news-list .section-wrap .page-nav .prev a {
  font-size: 16px;
  color: #343A40;
}
#archive-news-list .section-wrap .page-nav .next span, #archive-news-list .section-wrap .page-nav .prev span {
  width: 15px;
  height: 15px;
  border-top: 2px solid #BA9481;
  border-right: 2px solid #BA9481;
  display: block;
  transform: rotate(45deg);
}
#archive-news-list .section-wrap .page-nav .next span.news-prev, #archive-news-list .section-wrap .page-nav .prev span.news-prev {
  border-top: none;
  border-bottom: 2px solid #BA9481;
  transform: rotate(135deg);
}
#archive-news-list .section-wrap .wp-pagenavi {
  display: flex;
  justify-content: space-evenly;
}
#archive-news-list .section-wrap .wp-pagenavi .page {
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  padding: 10px;
  color: #033C5C;
  background: #FFFFFF;
  border: 2px solid #033C5C;
}
#archive-news-list .section-wrap .wp-pagenavi .current {
  color: #FFFFFF;
  border: 2px solid #033C5C;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #BA9481;
  padding: 10px;
}
#archive-news-list .section-wrap .wp-pagenavi .smaller {
  color: #033C5C;
  font-size: 16px;
}
#archive-news-list .section-wrap .wp-pagenavi .previouspostslink {
  display: none;
}
#archive-news-list .section-wrap .wp-pagenavi .nextpostslink {
  display: none;
}

#single-news-list {
  padding-top: 0;
  padding-bottom: 90px;
}
#single-news-list .section-wrap .news-container {
  width: 90%;
  margin: 0 auto;
}
#single-news-list .section-wrap .news-container p.news-title {
  font-size: 20px;
  margin-bottom: 20px;
}
#single-news-list .section-wrap .news-container .wp-block-image img {
  width: 100%;
}
#single-news-list .section-wrap a.icon-link {
  border: 1px solid #033C5C;
  margin: 0 auto;
  margin-top: 40px;
  color: #033C5C;
}
#single-news-list .section-wrap a.icon-link::before {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-icon-im04.webp");
  width: 35px;
  height: 30px;
}
#single-news-list .section-wrap a.icon-link::after {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im02.webp");
}
#single-news-list .section-wrap a.icon-link:hover {
  background: #033C5C;
  color: #FFFFFF;
  border-color: #033C5C;
}
#single-news-list .section-wrap a.icon-link:hover::before {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-icon-im04-hover-white.webp");
}
#single-news-list .section-wrap a.icon-link:hover::after {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im01.webp");
}

#company-top {
  position: relative;
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/page-bg-top-im01.webp");
  background-size: cover;
  background-position: bottom;
}
#company-top .section-wrap .breadcrumbs-container {
  padding-top: 30px;
  padding-bottom: 50px;
}

#company-info {
  padding-top: 40px;
  padding-bottom: 100px;
}
#company-info .section-wrap .info-container .info-box {
  padding: 20px 0;
  position: relative;
}
#company-info .section-wrap .info-container .info-box::before {
  content: "";
  position: absolute;
  border-top: 3px solid #033C5C;
  width: 15%;
  top: -1px;
  left: 0;
  z-index: 1;
}
#company-info .section-wrap .info-container .info-box::after {
  content: "";
  position: absolute;
  border-top: 1px solid #7C7C7C;
  width: 100%;
  top: 0;
  right: 0;
}
#company-info .section-wrap .info-container .info-box:last-child::before {
  content: "";
  position: absolute;
  border-bottom: 3px solid #033C5C;
  width: 15%;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
#company-info .section-wrap .info-container .info-box:last-child::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #7C7C7C;
  width: 100%;
  bottom: 0;
  right: 0;
}
#company-info .section-wrap .info-container .info-box .flex-item {
  width: 20%;
}
#company-info .section-wrap .info-container .info-box .flex-item:last-child {
  width: 80%;
}

#company-about {
  background: #f7f7f7;
  position: relative;
}
#company-about::before {
  content: "";
  position: absolute;
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/page-favicon-im01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 450px;
  height: 450px;
  bottom: -10px;
  right: 0;
}
#company-about .seciton-wrap {
  position: relative;
  z-index: 1;
}

#message-top {
  position: relative;
}
#message-top .section-wrap .breadcrumbs-container {
  padding-top: 30px;
  padding-bottom: 50px;
}
#message-top .cover {
  position: absolute;
  top: 0;
  z-index: -1;
}

#message-content {
  position: relative;
}
#message-content::before {
  content: "";
  position: absolute;
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/message/message-deco-im01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  bottom: 0px;
  right: 0;
  z-index: -1;
}
#message-content .section-wrap .flex-box {
  width: unset;
  padding-left: 15px;
  padding-right: 15px;
}
#message-content .section-wrap .flex-box .uk-flex .flex-item {
  width: 25%;
}
#message-content .section-wrap .flex-box .uk-flex .flex-item:last-child {
  width: 45%;
  margin-left: auto;
}
#message-content .section-wrap .flex-box .uk-flex .flex-item .title-box {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #7C7C7C;
}
#message-content .section-wrap .flex-box .uk-flex .flex-item .title-box h1 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500 !important;
  font-style: normal !important;
}

#guide {
  background-color: rgba(3, 60, 92, 0.05);
}

#guide-top {
  position: relative;
}
#guide-top .section-wrap .breadcrumbs-container {
  padding-top: 30px;
  padding-bottom: 50px;
}
#guide-top .cover {
  position: absolute;
  top: 0;
  z-index: -1;
}
#guide-top .section-nav-container {
  margin-top: 40px;
}
#guide-top .section-nav-container a {
  align-items: center;
  margin-right: 40px;
}
#guide-top .section-nav-container a span.marker {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/nav-arrow-im01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
}
#guide-top .section-nav-container a p {
  position: relative;
  line-height: normal;
}
#guide-top .section-nav-container a p::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #033C5C;
  bottom: 0;
  left: 0;
}

#guide-flow .section-wrap .flow-container .flow-box .flow-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #7C7C7C;
  position: relative;
}
#guide-flow .section-wrap .flow-container .flow-box .flow-title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #033C5C;
  border-radius: 50%;
  right: 0;
  bottom: -5px;
}
#guide-flow .section-wrap .flow-container .flow-box .flow-text .uk-flex {
  position: relative;
  z-index: 1;
}
#guide-flow .section-wrap .flow-container .flow-box .flow-text .uk-flex .flow-box-item {
  width: 100%;
  margin-top: 40px;
}
#guide-flow .section-wrap .flow-container .flow-box .flow-text .uk-flex .flow-box-item:first-child {
  margin-top: 0;
}
#guide-flow .section-wrap .flow-container .flow-box .flow-text .uk-flex .flow-box-item p.step {
  line-height: normal;
  font-family: "poppins", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
#guide-flow .section-wrap .flow-container .flow-box .flow-text .uk-flex .flow-box-item .flow-item {
  border: 2px solid #033C5C;
  position: relative;
  min-width: 170px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
}
#guide-flow .section-wrap .flow-container .flow-box .flow-text .uk-flex .flow-box-item .flow-item::before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: -1;
}
#guide-flow .section-wrap .flow-container .flow-box .flow-text .uk-flex .flow-box-item .flow-item::after {
  content: none;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #7c7c7c;
  border-width: 23px 0px 23px 30px;
  top: 50%;
  right: 0;
  transform: translate(50px, -50%);
}
#guide-flow .section-wrap .flow-container .flow-box .flow-text .uk-flex .flow-box-item .flow-item p {
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
#guide-flow .section-wrap .flow-container .flow-box .flow-text .uk-flex .flow-box-item .flow-item img {
  width: 100px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
}
#guide-flow .section-wrap .flow-container .flow-box .flow-text .uk-flex .flow-box-item:last-child .flow-item::after {
  content: none;
}
#guide-flow .section-wrap .flow-container .flow-box.step {
  position: relative;
  z-index: 1;
}
#guide-flow .section-wrap .flow-container .flow-box.step .title-box {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #739aac;
  position: relative;
}
#guide-flow .section-wrap .flow-container .flow-box.step .title-box::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #033C5C;
  border-radius: 50%;
  right: 0;
  bottom: -5px;
}
#guide-flow .section-wrap .flow-container .flow-box.step .title-box h3 {
  display: flex;
}
#guide-flow .section-wrap .flow-container .flow-box.step .title-box h3.step {
  line-height: 60px;
  margin-right: 20px;
  font-family: "poppins", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
#guide-flow .section-wrap .flow-container .flow-box.step .title-box h3.step span {
  display: block;
  margin-left: 10px;
}
#guide-flow .section-wrap .flow-container .flow-box.step .flow-item {
  border: 2px solid #033C5C;
  position: relative;
  min-width: 170px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
}
#guide-flow .section-wrap .flow-container .flow-box.step .flow-item::before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: -1;
}
#guide-flow .section-wrap .flow-container .flow-box.step .flow-item::after {
  content: none;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #7c7c7c;
  border-width: 23px 0px 23px 30px;
  top: 50%;
  right: 0;
  transform: translate(50px, -50%);
}
#guide-flow .section-wrap .flow-container .flow-box.step .flow-item p {
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
#guide-flow .section-wrap .flow-container .flow-box.step .flow-item img {
  width: 100px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
}
#guide-flow .section-wrap .flow-container .flow-box.step .text-box .flex-link-box {
  width: 100%;
  margin: 0 auto;
}
#guide-flow .section-wrap .flow-container .flow-box.step .text-box .flex-link-box a {
  color: #FFFFFF;
  background: #033C5C;
  width: auto;
  padding: 5px 10px;
  border: 1px solid #033C5C;
}
#guide-flow .section-wrap .flow-container .flow-box.step .text-box .flex-link-box a::before {
  content: none;
}
#guide-flow .section-wrap .flow-container .flow-box.step .text-box .flex-link-box a:last-child {
  background: #8B5B44;
  border: 1px solid #8B5B44;
}
#guide-flow .section-wrap .flow-container .flow-box.step .text-box .flex-link-box a:last-child:hover {
  background: #FFFFFF;
  color: #8B5B44;
}
#guide-flow .section-wrap .flow-container .flow-box.step .text-box .flex-link-box a:last-child:hover::after {
  -webkit-mask-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im02-hover-black.webp");
          mask-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im02-hover-black.webp");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #8B5B44;
}
#guide-flow .section-wrap .flow-container .flow-box.step .text-box .flex-link-box a:hover {
  background: #FFFFFF;
  color: #033C5C;
}
#guide-flow .section-wrap .flow-container .flow-box.step .text-box .flex-link-box a:hover::after {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im02.webp");
}
#guide-flow .section-wrap .flow-container .flow-box.step .text-box .text-ctr-box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
  background: #F7FBD7;
  padding: 5px 20px;
}
#guide-flow .section-wrap .flow-container .flow-box.step .text-box .text-ctr-box p {
  color: #033C5C;
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
#guide-flow .section-wrap .flow-container .flow-box.step .text-box .link-box a {
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #033C5C;
  color: #033C5C;
}
#guide-flow .section-wrap .flow-container .flow-box.step .text-box .link-box a::after {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im02.webp");
}
#guide-flow .section-wrap .flow-container .flow-box.step .text-box .link-box a:hover {
  background: #033C5C;
  color: #FFFFFF;
  border-color: #033C5C;
}
#guide-flow .section-wrap .flow-container .flow-box.step .text-box .link-box a:hover::after {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im01.webp");
}

#guide-payment {
  background: #fcfdf0;
  padding: 60px 0;
}
#guide-payment .section-wrap .payment-list {
  background: #FFFFFF;
  padding: 30px;
  border: 1px solid #033C5C;
}
#guide-payment .section-wrap .payment-list .flex-box .payment-box {
  padding: 20px 0;
  border-bottom: 1px solid #739aac;
}
#guide-payment .section-wrap .payment-list .flex-box .payment-box .flex-item {
  width: 20%;
}
#guide-payment .section-wrap .payment-list .flex-box .payment-box .flex-item:last-child {
  width: 50%;
}
#guide-payment .section-wrap .payment-list .flex-box .payment-box .flex-item img {
  max-width: 150px;
}
#guide-payment .section-wrap .payment-list .note-box h4 {
  display: flex;
}
#guide-payment .section-wrap .payment-list .note-box h4::before {
  content: "";
  background: #222222;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-right: 10px;
}

#guide-delivery {
  background: #f6f0ee;
  padding: 60px 0;
}
#guide-delivery .section-wrap .title-container h4 {
  display: flex;
}
#guide-delivery .section-wrap .title-container h4::before {
  content: "";
  background: #222222;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-right: 10px;
}
#guide-delivery .section-wrap .about-box {
  background: #FFFFFF;
  padding: 30px;
}

#product-order {
  scroll-margin-top: 80px;
}
#product-order .section-wrap .order-container .order-box:first-child .uk-flex .flex-item {
  position: relative;
  width: 50%;
}
#product-order .section-wrap .order-container .order-box:first-child .uk-flex .flex-item:last-child {
  width: 45%;
}
#product-order .section-wrap .order-container .order-box:first-child .uk-flex .flex-item h3 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600 !important;
  font-style: normal !important;
}
#product-order .section-wrap .order-container .order-box:first-child .uk-flex .flex-item h1 {
  font-family: "oswald", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}
#product-order .section-wrap .order-container .order-box:first-child .uk-flex .flex-item h1 span {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500 !important;
  font-style: normal !important;
}
#product-order .section-wrap .order-container .order-box:first-child .uk-flex .flex-item .text-box {
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px 20px;
  width: 60%;
  background: #BA9481;
}
#product-order .section-wrap .order-container .order-box:first-child .uk-flex .flex-item .text-box h3 {
  border-bottom: 1px solid #FFFFFF;
}
#product-order .section-wrap .order-container .order-box:first-child .uk-flex .flex-item .text-box::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #BA9481 transparent transparent transparent;
  border-width: 30px 20px 0px 20px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
#product-order .section-wrap .order-container .order-box:nth-child(2) .uk-flex.top .flex-item.main {
  width: 50%;
}
#product-order .section-wrap .order-container .order-box:nth-child(2) .uk-flex.top .flex-item.main:last-child {
  width: 45%;
  padding-top: 40px;
}
#product-order .section-wrap .order-container .order-box:nth-child(2) .uk-flex.top .flex-item.main .uk-flex:nth-child(2n) {
  flex-direction: row-reverse;
}
#product-order .section-wrap .order-container .order-box:nth-child(2) .uk-flex.top .flex-item.main .uk-flex:nth-child(2n) .flex-item h2::before {
  left: 0 !important;
  width: 100% !important;
}
#product-order .section-wrap .order-container .order-box:nth-child(2) .uk-flex.top .flex-item.main .uk-flex:last-child {
  margin-bottom: 0;
}
#product-order .section-wrap .order-container .order-box:nth-child(2) .uk-flex.top .flex-item.main .uk-flex:last-child .flex-item h2 {
  padding-left: 0;
  padding-right: 20px;
}
#product-order .section-wrap .order-container .order-box:nth-child(2) .uk-flex.top .flex-item.main .uk-flex .flex-item {
  position: relative;
}
#product-order .section-wrap .order-container .order-box:nth-child(2) .uk-flex.top .flex-item.main .uk-flex .flex-item:first-child {
  width: 50%;
}
#product-order .section-wrap .order-container .order-box:nth-child(2) .uk-flex.top .flex-item.main .uk-flex .flex-item:last-child h2 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}
#product-order .section-wrap .order-container .order-box:nth-child(2) .uk-flex.top .flex-item.main .uk-flex .flex-item:last-child h2::before {
  content: "";
  position: absolute;
  width: calc(100% + 18px);
  height: 1px;
  background: #7C7C7C;
  bottom: 0;
  left: -18px;
}

#product-original-order {
  scroll-margin-top: 80px;
}
#product-original-order .section-wrap .gradation-title {
  background: linear-gradient(to right, #8B5B44 50%, #FFFFFF);
}
#product-original-order .section-wrap .uk-flex .flex-item:first-child {
  width: 50%;
}
#product-original-order .section-wrap .uk-flex .flex-item:last-child {
  width: 45%;
}
#product-original-order .section-wrap .uk-flex .flex-item .text {
  background: #BA9481;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
#product-original-order .section-wrap .uk-flex .flex-item .text h3 {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#product-original-order .section-wrap .uk-flex .flex-item .text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #BA9481 transparent transparent transparent;
  border-width: 30px 20px 0px 20px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
#product-original-order .section-wrap .uk-flex .flex-item .img {
  max-width: 380px;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
}
#product-original-order .section-wrap .uk-flex .flex-item h1 {
  font-family: "oswald", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}
#product-original-order .section-wrap .uk-flex .flex-item h1 span {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500 !important;
  font-style: normal !important;
}
#product-original-order .section-wrap a.icon-link {
  margin: 0 auto;
  color: #FFFFFF;
  background: #8B5B44;
  border: 1px solid #8B5B44;
  margin-top: 60px;
}
#product-original-order .section-wrap a.icon-link::before {
  content: none;
}
#product-original-order .section-wrap a.icon-link::after {
  content: "";
  -webkit-mask-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im01.webp");
          mask-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im01.webp");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
}
#product-original-order .section-wrap a.icon-link:hover {
  background: #FFFFFF;
  color: #8B5B44;
}
#product-original-order .section-wrap a.icon-link:hover::after {
  background: #8B5B44;
}
#product-type .section-wrap .type-container .type-box {
  padding: 30px 0;
  position: relative;
}
#product-type .section-wrap .type-container .type-box::before {
  content: "";
  position: absolute;
  border-top: 3px solid #033C5C;
  width: 15%;
  top: -1px;
  left: 0;
  z-index: 1;
}
#product-type .section-wrap .type-container .type-box::after {
  content: "";
  position: absolute;
  border-top: 1px solid #7C7C7C;
  width: 100%;
  top: 0;
  right: 0;
}
#product-type .section-wrap .type-container .type-box:last-child::before {
  content: "";
  position: absolute;
  border-bottom: 3px solid #033C5C;
  width: 15%;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
#product-type .section-wrap .type-container .type-box:last-child::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #7C7C7C;
  width: 100%;
  bottom: 0;
  right: 0;
}
#product-type .section-wrap .type-container .type-box .flex-item {
  width: 25%;
}
#product-type .section-wrap .type-container .type-box .flex-item:last-child {
  width: 75%;
}

#product-about {
  background: #f1f5f7;
}
#product-about .about-container .about-box {
  padding: 30px 0;
  position: relative;
}
#product-about .about-container .about-box::before {
  content: "";
  position: absolute;
  border-top: 3px solid #033C5C;
  width: 15%;
  top: -1px;
  left: 0;
  z-index: 1;
}
#product-about .about-container .about-box::after {
  content: "";
  position: absolute;
  border-top: 1px solid #7C7C7C;
  width: 100%;
  top: 0;
  right: 0;
}
#product-about .about-container .about-box:last-child::before {
  content: "";
  position: absolute;
  border-bottom: 3px solid #033C5C;
  width: 15%;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
#product-about .about-container .about-box:last-child::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #7C7C7C;
  width: 100%;
  bottom: 0;
  right: 0;
}
#product-about .about-container .about-box .flex-item {
  width: 25%;
}
#product-about .about-container .about-box .flex-item:last-child {
  width: 75%;
}
#product-about .about-base-type {
  scroll-margin-top: 100px;
}
#product-about .about-base-type .title-container .title h1 {
  font-size: 32px;
}
#product-about .about-base-type .base-line-up {
  background: #FFFFFF;
  border: 1px solid #033C5C;
  padding: 20px;
}
#product-about .about-base-type .base-line-up .base-line-up-list .uk-flex .flex-item {
  width: 25%;
}
#product-about .about-base-type .base-line-up .base-line-up-list .uk-flex .flex-item:not(:first-child) img {
  transform: rotate(180deg);
}
#product-about .about-base-type .base-line-up .base-line-up-list .uk-flex .flex-item h4 {
  border-bottom: 1px solid #033C5C;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#product-about .about-base-type .parting-wrap .uk-flex .flex-item:first-child {
  width: 55%;
}
#product-about .about-base-type .parting-wrap .uk-flex .flex-item:last-child {
  width: 35%;
}
#product-about .about-base-type .parting-wrap .uk-flex .flex-item:last-child .title {
  border: 1px solid #033C5C;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
}
#product-about .about-base-type .parting-wrap .uk-flex .flex-item:last-child h1 span.price {
  font-family: "oswald", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 600 !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}
#product-about .about-base-type .parting-wrap .uk-flex .flex-item .price {
  position: relative;
  padding-top: 20px;
}
#product-about .about-base-type .parting-wrap .uk-flex .flex-item .price p {
  position: absolute;
  top: 0;
}

#product-size .section-wrap .title-container .title h1 {
  font-size: 32px;
}
#product-size .section-wrap .title-container .text {
  text-align: center;
}
#product-size .section-wrap .title-container .text h4 {
  font-size: 16px;
}
#product-size .section-wrap .img-box img {
  display: block;
  margin: 0 auto;
}
#product-size .section-wrap a.icon-link {
  margin: 0 auto;
  color: #FFFFFF;
  background: #033C5C;
  border: 1px solid #033C5C;
  margin-top: 60px;
}
#product-size .section-wrap a.icon-link::before {
  content: none;
}
#product-size .section-wrap a.icon-link::after {
  content: "";
  -webkit-mask-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im01.webp");
          mask-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im01.webp");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
}
#product-size .section-wrap a.icon-link:hover {
  background: #FFFFFF;
  color: #033C5C;
}
#product-size .section-wrap a.icon-link:hover::after {
  background: #033C5C;
}
#product-guide .section-wrap .guide-container .uk-flex .guide-box {
  display: block;
  width: auto;
  padding: 20px 0;
  position: relative;
  margin: 40px 0;
}
#product-guide .section-wrap .guide-container .uk-flex .guide-box:first-child {
  background: #f1f5f7;
}
#product-guide .section-wrap .guide-container .uk-flex .guide-box:nth-child(2) {
  background: #fafde9;
}
#product-guide .section-wrap .guide-container .uk-flex .guide-box:last-child {
  background: #f3eae5;
}
#product-guide .section-wrap .guide-container .uk-flex .guide-box::before {
  content: "";
  position: absolute;
  border: 1px solid #222222;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
}
#product-guide .section-wrap .guide-container .uk-flex .guide-box img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  max-width: 50px;
  margin-bottom: 20px;
}

#features-about {
  position: relative;
}
#features-about::before {
  content: "";
  position: absolute;
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/page-favicon-im01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  transform: rotate(180deg);
  width: 450px;
  height: 450px;
  top: -65px;
  left: 0;
}
#features-about .section-wrap .flow-container .flow-box .num-box {
  background: #033C5C;
  width: 136px;
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
#features-about .section-wrap .flow-container .flow-box .num-box h1 {
  height: 40px;
  font-family: "poppins", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
#features-about .section-wrap .flow-container .flow-box .text-container {
  width: auto;
  margin: 0 auto;
  margin-top: -100px;
  background: #fcfdf0;
  padding: 30px;
  position: relative;
}
#features-about .section-wrap .flow-container .flow-box .text-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #033C5C;
  bottom: -20px;
  left: -20px;
}
#features-about .section-wrap .flow-container .flow-box .text-container .title {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 60px;
}
#features-about .section-wrap .flow-container .flow-box .text-container .flex-box .uk-flex .flex-item {
  width: 60%;
}
#features-about .section-wrap .flow-container .flow-box .text-container .flex-box .uk-flex .flex-item:last-child {
  width: 35%;
  z-index: 1;
}
#features-about .section-wrap .flow-container .flow-box .text-container .flex-box .uk-flex .flex-item:last-child .race-comment {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
}
#features-about .section-wrap .flow-container .flow-box .text-container .flex-box .uk-flex .flex-item:last-child .race-comment::before, #features-about .section-wrap .flow-container .flow-box .text-container .flex-box .uk-flex .flex-item:last-child .race-comment::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 80%;
  background: #7C7C7C;
  top: 50%;
  left: -20px;
}
#features-about .section-wrap .flow-container .flow-box .text-container .flex-box .uk-flex .flex-item:last-child .race-comment::before {
  transform: rotate(-30deg) translateY(-50%);
}
#features-about .section-wrap .flow-container .flow-box .text-container .flex-box .uk-flex .flex-item:last-child .race-comment::after {
  transform: rotate(30deg) translateY(-50%);
  left: auto;
  right: -20px;
}
#features-about .section-wrap .flow-container .flow-box .text-container .flex-box .uk-flex .flex-item:last-child .race-img-box {
  position: relative;
  max-width: 230px;
  margin: 0 auto;
}
#features-about .section-wrap .flow-container .flow-box .text-container .flex-box .uk-flex .flex-item:last-child .race-img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #dbdcd2;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
#features-about .section-wrap .flow-container .flow-box .text-container .flex-box .uk-flex .flex-item:last-child .race-img {
  max-width: 230px;
  margin: 0 auto;
  margin-top: 20px;
}
#features-about .section-wrap .flow-container .flow-box .text-container .flex-box .uk-flex .flex-item .furennti-race .uk-flex {
  border-bottom: 1px solid #7C7C7C;
  padding-bottom: 20px;
  margin-bottom: 20px;
  flex-direction: column;
  gap: 10px;
}
#features-about .section-wrap .flow-container .flow-box .text-container .flex-box .uk-flex .flex-item .race-text {
  background: #033C5C;
  padding: 10px 0;
}
#features-about .section-wrap .flow-container .flow-box .text-container .quantity-box .uk-flex .flex-item {
  width: 60%;
  position: relative;
  z-index: 2;
}
#features-about .section-wrap .flow-container .flow-box .text-container .quantity-box .uk-flex .flex-item:last-child {
  width: 35%;
}
#features-about .section-wrap .flow-container .flow-box .text-container .quantity-box .uk-flex .flex-item:last-child::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #dbdcd2;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
#features-about .section-wrap .flow-container .flow-box .text-container .quantity-box .uk-flex .flex-item .quantity-text {
  background: #033C5C;
  padding: 10px 0;
}
#features-about .section-wrap .flow-container .flow-box .text-container .quantity-box .uk-flex .flex-item .about-box h3 {
  border: 1px solid #033C5C;
  padding: 5px 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
#features-about .section-wrap .flow-container .flow-box .text-container .quantity-box .image-text {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
#features-about .section-wrap .flow-container .flow-box .text-container .base-size .img-box img {
  display: block;
  margin: 0 auto;
}
#features-about .section-wrap .flow-container .flow-box .text-container .base-type p.type {
  width: -moz-fit-content;
  width: fit-content;
}
#features-about .section-wrap .flow-container .flow-box .text-container .base-type a.icon-link {
  margin: 0;
  position: relative;
  z-index: 5;
  color: #033C5C;
}
#features-about .section-wrap .flow-container .flow-box .text-container .base-type a.icon-link::before {
  display: none;
}
#features-about .section-wrap .flow-container .flow-box .text-container .base-type a.icon-link::after {
  -webkit-mask-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im01.webp");
          mask-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im01.webp");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #BA9481;
  background-image: none;
}
#features-about .section-wrap .flow-container .flow-box .text-container .option-box .uk-flex .flex-item {
  width: 50%;
}
#features-about .section-wrap .flow-container .flow-box .text-container .option-box .uk-flex .flex-item:last-child {
  width: 45%;
}
#features-about .section-wrap .flow-container .flow-box .text-container .option-box .uk-flex .flex-item .uk-grid {
  gap: 40px;
}
#features-about .section-wrap .flow-container .flow-box .text-container .option-box .uk-flex .flex-item .item-img {
  position: relative;
  z-index: 1;
}
#features-about .section-wrap .flow-container .flow-box .text-container .option-box .uk-flex .flex-item .item-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #dbdcd2;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
#features-about .section-wrap .flow-container .flow-box .text-container .option-box .uk-flex .flex-item .item-img .option-text {
  background: #033C5C;
  padding: 10px 0;
}
#features-about .section-wrap .flow-container .flow-box .text-container .option-box .uk-flex .flex-item .image-text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#features-sample {
  position: relative;
  padding: 0;
  margin-top: -200px;
  height: 30vh;
}
#features-sample::before {
  content: "";
  position: absolute;
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/front/front-contact-bg-im01.webp");
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#features-sample .section-wrap {
  opacity: 0;
}
#features-sample .section-wrap .sample-container .title h3 {
  display: flex;
}
#features-sample .section-wrap .sample-container .title h3::before {
  content: "";
  background: #222222;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 10px;
}
#features-sample .section-wrap .sample-container .text {
  width: 90%;
  margin: 0 auto;
}

#page-form {
  background: #e6ecef;
  padding-bottom: 90px;
}
#page-form .form-container {
  background: #FFFFFF;
  padding: 20px;
}
#page-form .form-container .form-box .uk-flex {
  justify-content: center;
}
#page-form .form-container .form-box .uk-flex p {
  width: 100%;
  margin-bottom: 10px;
}
#page-form .form-container .form-box .uk-flex p.required, #page-form .form-container .form-box .uk-flex p.order, #page-form .form-container .form-box .uk-flex p.optional {
  border: 2px solid #B50000;
  background: #F8F6F4;
  height: 100%;
  padding: 5px 0;
  width: 20%;
  margin-right: 30px;
  text-align: center;
  color: #B50000;
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
#page-form .form-container .form-box .uk-flex input {
  width: -webkit-fill-available;
  max-width: 310px;
  border-radius: 5px;
  border: 1px solid #7C7C7C;
  outline: none;
  padding: 10px;
  font-size: 16px;
}
#page-form .form-container .form-box .uk-flex textarea {
  width: -webkit-fill-available;
  border-radius: 5px;
  border: 1px solid #7C7C7C;
  outline: none;
  padding: 10px;
  font-size: 16px;
}
#page-form .form-container .check-box p {
  text-align: center;
}
#page-form .form-container .check-box input {
  cursor: pointer;
}
#page-form .form-container .check-box a {
  border-bottom: 1px solid #343A40;
  color: #343A40;
}
#page-form .form-container .button {
  position: relative;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  height: 60px;
  transition: all 0.3s ease;
}
#page-form .form-container .button:hover::before {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-icon-im02.webp");
}
#page-form .form-container .button p {
  height: inherit;
}
#page-form .form-container .button input {
  background: #033C5C;
  color: #FFFFFF;
  width: 100%;
  max-width: 310px;
  height: 60px;
  font-size: 16px;
  border: 1px solid #033C5C;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
#page-form .form-container .button input:hover {
  background: #FFFFFF;
  color: #033C5C;
}
#page-form .form-container .button::before {
  content: "";
  position: absolute;
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-icon-im03.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

#page-order-form, #page-original-order-form {
  background: #e6ecef;
  padding-bottom: 90px;
}
#page-order-form .form-container, #page-original-order-form .form-container {
  background: #FFFFFF;
  padding: 20px;
}
#page-order-form .form-container .form-box .uk-flex, #page-original-order-form .form-container .form-box .uk-flex {
  justify-content: center;
}
#page-order-form .form-container .form-box .uk-flex p, #page-original-order-form .form-container .form-box .uk-flex p {
  width: 100%;
  margin-bottom: 10px;
}
#page-order-form .form-container .form-box .uk-flex p.required, #page-order-form .form-container .form-box .uk-flex p.order, #page-order-form .form-container .form-box .uk-flex p.optional, #page-original-order-form .form-container .form-box .uk-flex p.required, #page-original-order-form .form-container .form-box .uk-flex p.order, #page-original-order-form .form-container .form-box .uk-flex p.optional {
  border: 2px solid #B50000;
  background: #F8F6F4;
  height: 100%;
  padding: 5px 0;
  width: 20%;
  margin-right: 30px;
  text-align: center;
  color: #B50000;
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
#page-order-form .form-container .form-box .uk-flex p.order, #page-original-order-form .form-container .form-box .uk-flex p.order {
  color: #343A40;
  border-color: #343A40;
}
#page-order-form .form-container .form-box .uk-flex p.optional, #page-original-order-form .form-container .form-box .uk-flex p.optional {
  color: #033C5C;
  border-color: #033C5C;
}
#page-order-form .form-container .form-box .uk-flex p:last-child, #page-original-order-form .form-container .form-box .uk-flex p:last-child {
  width: 100%;
}
#page-order-form .form-container .form-box .uk-flex p.post, #page-original-order-form .form-container .form-box .uk-flex p.post {
  width: unset;
}
#page-order-form .form-container .form-box .uk-flex p .wpcf7-list-item, #page-original-order-form .form-container .form-box .uk-flex p .wpcf7-list-item {
  margin: 0;
}
#page-order-form .form-container .form-box .uk-flex img, #page-original-order-form .form-container .form-box .uk-flex img {
  max-width: 180px;
  display: block;
  margin: 0 auto;
}
#page-order-form .form-container .form-box .uk-flex .wpcf7-form-control.your-size, #page-order-form .form-container .form-box .uk-flex .wpcf7-form-control.your-contact-method, #page-order-form .form-container .form-box .uk-flex .wpcf7-form-control.your-base-type, #page-order-form .form-container .form-box .uk-flex .wpcf7-form-control.your-gray-percentage, #page-order-form .form-container .form-box .uk-flex .wpcf7-form-control.your-option, #page-original-order-form .form-container .form-box .uk-flex .wpcf7-form-control.your-size, #page-original-order-form .form-container .form-box .uk-flex .wpcf7-form-control.your-contact-method, #page-original-order-form .form-container .form-box .uk-flex .wpcf7-form-control.your-base-type, #page-original-order-form .form-container .form-box .uk-flex .wpcf7-form-control.your-gray-percentage, #page-original-order-form .form-container .form-box .uk-flex .wpcf7-form-control.your-option {
  display: inline-grid;
}
#page-order-form .form-container .form-box .uk-flex input, #page-original-order-form .form-container .form-box .uk-flex input {
  width: -webkit-fill-available;
  max-width: 310px;
  border-radius: 5px;
  border: 1px solid #7C7C7C;
  outline: none;
  padding: 10px;
  font-size: 16px;
}
#page-order-form .form-container .form-box .uk-flex input[type=radio], #page-original-order-form .form-container .form-box .uk-flex input[type=radio] {
  width: auto;
  max-width: unset;
  min-width: unset;
}
#page-order-form .form-container .form-box .uk-flex input[type=checkbox], #page-original-order-form .form-container .form-box .uk-flex input[type=checkbox] {
  width: auto;
  max-width: unset;
  min-width: unset;
}
#page-order-form .form-container .form-box .uk-flex span[data-name=your-post], #page-original-order-form .form-container .form-box .uk-flex span[data-name=your-post] {
  position: relative;
}
#page-order-form .form-container .form-box .uk-flex span[data-name=your-post]::before, #page-original-order-form .form-container .form-box .uk-flex span[data-name=your-post]::before {
  content: "〒";
  margin: 0 5px;
}
#page-order-form .form-container .form-box .uk-flex span[data-name=your-parts] span.your-parts, #page-original-order-form .form-container .form-box .uk-flex span[data-name=your-parts] span.your-parts {
  gap: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
#page-order-form .form-container .form-box .uk-flex input.your-post, #page-original-order-form .form-container .form-box .uk-flex input.your-post {
  max-width: 200px;
  margin-bottom: 20px;
}
#page-order-form .form-container .form-box .uk-flex input.head-size-left-right, #page-order-form .form-container .form-box .uk-flex input.head-size-front-back, #page-original-order-form .form-container .form-box .uk-flex input.head-size-left-right, #page-original-order-form .form-container .form-box .uk-flex input.head-size-front-back {
  max-width: 180px;
}
#page-order-form .form-container .form-box .uk-flex select, #page-original-order-form .form-container .form-box .uk-flex select {
  width: -webkit-fill-available;
  max-width: 310px;
  border-radius: 5px;
  border: 1px solid #7C7C7C;
  outline: none;
  padding: 10px;
  font-size: 16px;
}
#page-order-form .form-container .form-box .uk-flex textarea, #page-original-order-form .form-container .form-box .uk-flex textarea {
  width: -webkit-fill-available;
  border-radius: 5px;
  border: 1px solid #7C7C7C;
  outline: none;
  padding: 10px;
  font-size: 16px;
}
#page-order-form .form-container .form-box .uk-flex span.your-size label input, #page-order-form .form-container .form-box .uk-flex span.your-contact-method label input, #page-order-form .form-container .form-box .uk-flex span.your-base-type label input, #page-order-form .form-container .form-box .uk-flex span.your-gray-percentage label input, #page-order-form .form-container .form-box .uk-flex span.your-option label input, #page-original-order-form .form-container .form-box .uk-flex span.your-size label input, #page-original-order-form .form-container .form-box .uk-flex span.your-contact-method label input, #page-original-order-form .form-container .form-box .uk-flex span.your-base-type label input, #page-original-order-form .form-container .form-box .uk-flex span.your-gray-percentage label input, #page-original-order-form .form-container .form-box .uk-flex span.your-option label input {
  width: 20px;
  height: 20px;
  opacity: 0;
  display: none;
}
#page-order-form .form-container .form-box .uk-flex span.your-size label span, #page-order-form .form-container .form-box .uk-flex span.your-contact-method label span, #page-order-form .form-container .form-box .uk-flex span.your-base-type label span, #page-order-form .form-container .form-box .uk-flex span.your-gray-percentage label span, #page-order-form .form-container .form-box .uk-flex span.your-option label span, #page-original-order-form .form-container .form-box .uk-flex span.your-size label span, #page-original-order-form .form-container .form-box .uk-flex span.your-contact-method label span, #page-original-order-form .form-container .form-box .uk-flex span.your-base-type label span, #page-original-order-form .form-container .form-box .uk-flex span.your-gray-percentage label span, #page-original-order-form .form-container .form-box .uk-flex span.your-option label span {
  color: #343A40;
}
#page-order-form .form-container .form-box .uk-flex span.your-size label .wpcf7-list-item-label::before, #page-order-form .form-container .form-box .uk-flex span.your-contact-method label .wpcf7-list-item-label::before, #page-order-form .form-container .form-box .uk-flex span.your-base-type label .wpcf7-list-item-label::before, #page-order-form .form-container .form-box .uk-flex span.your-gray-percentage label .wpcf7-list-item-label::before, #page-order-form .form-container .form-box .uk-flex span.your-option label .wpcf7-list-item-label::before, #page-original-order-form .form-container .form-box .uk-flex span.your-size label .wpcf7-list-item-label::before, #page-original-order-form .form-container .form-box .uk-flex span.your-contact-method label .wpcf7-list-item-label::before, #page-original-order-form .form-container .form-box .uk-flex span.your-base-type label .wpcf7-list-item-label::before, #page-original-order-form .form-container .form-box .uk-flex span.your-gray-percentage label .wpcf7-list-item-label::before, #page-original-order-form .form-container .form-box .uk-flex span.your-option label .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #343A40;
  border-radius: 100%;
  content: "";
  height: 1em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  width: 1em;
  margin-top: -1px;
  display: inline-flex;
  /* チェック後のボタン */
}
#page-order-form .form-container .form-box .uk-flex span.your-size label input[type=radio]:checked + .wpcf7-list-item-label::before, #page-order-form .form-container .form-box .uk-flex span.your-contact-method label input[type=radio]:checked + .wpcf7-list-item-label::before, #page-order-form .form-container .form-box .uk-flex span.your-base-type label input[type=radio]:checked + .wpcf7-list-item-label::before, #page-order-form .form-container .form-box .uk-flex span.your-gray-percentage label input[type=radio]:checked + .wpcf7-list-item-label::before, #page-order-form .form-container .form-box .uk-flex span.your-option label input[type=radio]:checked + .wpcf7-list-item-label::before, #page-original-order-form .form-container .form-box .uk-flex span.your-size label input[type=radio]:checked + .wpcf7-list-item-label::before, #page-original-order-form .form-container .form-box .uk-flex span.your-contact-method label input[type=radio]:checked + .wpcf7-list-item-label::before, #page-original-order-form .form-container .form-box .uk-flex span.your-base-type label input[type=radio]:checked + .wpcf7-list-item-label::before, #page-original-order-form .form-container .form-box .uk-flex span.your-gray-percentage label input[type=radio]:checked + .wpcf7-list-item-label::before, #page-original-order-form .form-container .form-box .uk-flex span.your-option label input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #7C7C7C;
  box-shadow: inset 0 0 0 3px #FFFFFF;
}
#page-order-form .form-container .form-box .uk-flex .head-size-wrap, #page-original-order-form .form-container .form-box .uk-flex .head-size-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#page-order-form .form-container .form-box .uk-flex .head-size-wrap .head-size-left-right-box, #page-order-form .form-container .form-box .uk-flex .head-size-wrap .head-size-front-back-box, #page-original-order-form .form-container .form-box .uk-flex .head-size-wrap .head-size-left-right-box, #page-original-order-form .form-container .form-box .uk-flex .head-size-wrap .head-size-front-back-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
#page-order-form .form-container .form-box .uk-flex .head-size-wrap .head-size-left-right-box p, #page-order-form .form-container .form-box .uk-flex .head-size-wrap .head-size-front-back-box p, #page-original-order-form .form-container .form-box .uk-flex .head-size-wrap .head-size-left-right-box p, #page-original-order-form .form-container .form-box .uk-flex .head-size-wrap .head-size-front-back-box p {
  width: unset;
}
#page-order-form .form-container .form-box .uk-flex .size-about p:first-child, #page-original-order-form .form-container .form-box .uk-flex .size-about p:first-child {
  width: auto;
  margin-bottom: 10px;
}
#page-order-form .form-container .check-box p, #page-original-order-form .form-container .check-box p {
  text-align: center;
}
#page-order-form .form-container .check-box input, #page-original-order-form .form-container .check-box input {
  cursor: pointer;
}
#page-order-form .form-container .check-box a, #page-original-order-form .form-container .check-box a {
  border-bottom: 1px solid #343A40;
  color: #343A40;
}
#page-order-form .form-container .button, #page-original-order-form .form-container .button {
  position: relative;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  height: 60px;
  transition: all 0.3s ease;
}
#page-order-form .form-container .button:hover::before, #page-original-order-form .form-container .button:hover::before {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-icon-im02.webp");
}
#page-order-form .form-container .button p, #page-original-order-form .form-container .button p {
  height: inherit;
}
#page-order-form .form-container .button input, #page-original-order-form .form-container .button input {
  background: #033C5C;
  border: 1px solid #033C5C;
  color: #FFFFFF;
  width: 100%;
  max-width: 310px;
  height: 60px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
#page-order-form .form-container .button input:hover, #page-original-order-form .form-container .button input:hover {
  background: #FFFFFF;
  color: #033C5C;
}
#page-order-form .form-container .button::before, #page-original-order-form .form-container .button::before {
  content: "";
  position: absolute;
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-icon-im03.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

#page-original-order-form {
  background: #f6f0ee;
}

#privacy-top {
  padding: 100px 0 50px 0;
}
#privacy-top .section-wrap .privacy-block {
  margin: 60px 0;
}
#privacy-top .section-wrap .privacy-block h3 {
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  margin-bottom: 10px;
}

#footer {
  background: #033C5C;
  padding: 40px 0;
  position: relative;
}
#footer .section-wrap .footer-box .flex-item {
  width: 50%;
}
#footer .section-wrap .footer-box .flex-item:first-child a {
  border: none;
  background: none;
}
#footer .section-wrap .footer-box .flex-item:first-child a:hover {
  border: none;
  background: none;
}
#footer .section-wrap .footer-box .flex-item a {
  width: auto;
  background: #033C5C;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  margin: 0;
  margin-left: auto;
}
#footer .section-wrap .footer-box .flex-item a::before {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-icon-im03.webp");
  height: 20px;
}
#footer .section-wrap .footer-box .flex-item a:hover {
  background: #FFFFFF;
  color: #033C5C;
  border-color: #033C5C;
}
#footer .section-wrap .footer-box .flex-item a:hover::before {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-icon-im02.webp");
}
#footer .section-wrap .footer-box .flex-item a:hover::after {
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/link-arrow-im02.webp");
}
#footer .section-wrap .footer-box.privacy p a:hover {
  color: #FFFFFF;
}
#footer .top-btn {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: auto;
  z-index: 2;
  cursor: pointer;
  background: #F7FBD7;
  border: 2px solid #033C5C;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  transform: translateY(-50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#footer .top-btn::before {
  content: "";
  position: absolute;
  background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/mixins/top-btn-arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
#footer .top-btn.fixed {
  position: fixed;
  top: unset;
  right: 15px;
  bottom: 0;
}
#footer .top-btn a {
  position: relative;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
#footer .top-btn a svg {
  display: none;
}
#footer .top-btn a span {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: normal;
  text-align: center;
  color: #033C5C;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
  }
  section {
    padding: 60px 0;
  }
  h1 {
    font-size: 40px;
  }
  a.icon-link {
    width: 50%;
    max-width: 300px;
  }
  a.link {
    width: 50%;
    max-width: 300px;
  }
  .size-10 {
    font-size: 10px;
  }
  .size-12 {
    font-size: 12px;
  }
  .size-14 {
    font-size: 14px;
  }
  .size-16 {
    font-size: 16px;
  }
  .size-18 {
    font-size: 18px;
  }
  .size-19 {
    font-size: 19px;
  }
  .size-28 {
    font-size: 28px;
  }
  .size-30 {
    font-size: 30px;
  }
  .size-32 {
    font-size: 32px;
  }
  .size-40 {
    font-size: 40px;
  }
  .size-56 {
    font-size: 56px;
  }
  .size-64 {
    font-size: 64px;
  }
  .size-77 {
    font-size: 77px;
  }
  .size-100 {
    font-size: 100px !important;
  }
  .section-title h2 {
    letter-spacing: 10px;
    height: 40px;
  }
  .section-title h1 {
    line-height: 100px;
    letter-spacing: 14px;
  }
  nav.breadcrumbs {
    overflow: hidden;
  }
  nav.breadcrumbs ul {
    width: auto;
  }
  nav.breadcrumbs ul li a {
    font-size: 16px;
  }
  nav.breadcrumbs ul li:nth-child(n+2) a::before {
    font-size: 16px;
  }
  nav.breadcrumbs ul li span {
    font-size: 16px;
  }
  nav.breadcrumbs ul li span::before {
    font-size: 16px;
  }
  #section-contact {
    padding-top: 130px;
    padding-bottom: 165px;
  }
  #header .section-wrap .uk-flex .flex-item ul li.btn {
    margin-left: 40px;
  }
  #header .section-wrap .uk-flex .flex-item ul li.btn a {
    height: 70px;
  }
  #front-mv .section-wrap .content-wrap .text-wrap {
    margin-left: 10%;
  }
  #front-mv .section-wrap .point-container .point-box {
    min-width: 180px;
    min-height: 180px;
  }
  #front-mv .section-wrap .point-container .point-box img {
    width: 54px;
    height: 54px;
  }
  #front-mv .section-wrap-sp .point-wrap .point-container .point-box img {
    width: 54px;
    height: 54px;
  }
  #front-news .news-container ul {
    width: 60%;
    margin: 0 auto;
  }
  #front-news .news-container ul li a {
    padding: 20px 0;
  }
  #front-news .news-container ul li a::after {
    width: 20px;
    height: 20px;
  }
  #front-news .news-container ul li a p.news-text {
    width: 600px;
  }
  #front-news .news-container .more-container {
    width: 60%;
    margin: 0 auto;
  }
  #front-news .news-container .more-container a::after {
    width: 20px;
    height: 20px;
  }
  #front-product .section-wrap .text-box {
    margin-bottom: 100px;
  }
  #front-product .section-wrap .product-container .product-box {
    width: 80%;
  }
  #front-product .section-wrap .product-container .product-box .flex-item:first-child .faviton-box {
    width: 140px;
    right: -50px;
    top: -50px;
  }
  #front-guide {
    padding-top: 120px;
  }
  #front-guide .section-wrap .guide-container .uk-flex .guide-box {
    width: 30%;
    margin: 0;
  }
  #front-guide .section-wrap .more-container {
    margin-top: 140px;
  }
  #front-guide .section-wrap .more-container .more-box {
    width: 45%;
  }
  #front-guide .section-wrap .more-container .more-box .link-box a.icon-link {
    margin-left: auto;
  }
  #archive-news-list {
    padding-bottom: 140px;
  }
  #archive-news-list .section-wrap .news-container ul {
    width: 60%;
  }
  #archive-news-list .section-wrap .news-container ul li a::after {
    width: 20px;
    height: 20px;
  }
  #archive-news-list .section-wrap .news-container ul li a p.news-text {
    width: 570px;
  }
  #single-news-list {
    padding-bottom: 140px;
  }
  #single-news-list .section-wrap .news-container p.news-title {
    margin-bottom: 40px;
  }
  #message-content {
    padding-bottom: 200px;
  }
  #message-content .section-wrap .flex-box {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  #message-content .section-wrap .flex-box .uk-flex .flex-item:last-child {
    margin-right: auto;
  }
  #guide-top .section-nav-container {
    margin-top: 110px;
  }
  #guide-flow .section-wrap .flow-container .flow-box .flow-text .uk-flex .flow-box-item {
    width: 16%;
    margin-top: 0;
  }
  #guide-flow .section-wrap .flow-container .flow-box.step .title-box h3 {
    display: block;
  }
  #guide-flow .section-wrap .flow-container .flow-box.step .title-box h3.step span {
    margin-left: 0;
  }
  #guide-flow .section-wrap .flow-container .flow-box.step .text-box .flex-link-box {
    width: 70%;
  }
  #guide-payment {
    padding: 100px 0;
  }
  #guide-payment .section-wrap .payment-list {
    padding: 60px;
  }
  #guide-payment .section-wrap .payment-list .flex-box .payment-box .flex-item {
    margin-right: 20px;
  }
  #guide-delivery {
    padding: 100px 0;
  }
  #product-order .section-wrap .order-container .order-box:first-child {
    margin-bottom: 80px;
  }
  #product-type {
    padding-bottom: 120px;
  }
  #product-about {
    padding: 120px 0;
  }
  #product-about .about-base-type .base-line-up {
    padding: 70px;
  }
  #product-about .about-base-type .base-line-up .base-line-up-list .uk-flex .flex-item h4 {
    min-height: 50px;
  }
  #product-guide {
    padding: 140px 0;
  }
  #product-guide .section-wrap .guide-container .uk-flex .guide-box {
    width: 30%;
    margin: 0;
  }
  #features-about .section-wrap .flow-container .flow-box .num-box h1 {
    height: 60px;
  }
  #features-about .section-wrap .flow-container .flow-box .text-container {
    width: 80%;
    padding: 60px;
  }
  #features-about .section-wrap .flow-container .flow-box .text-container .flex-box .uk-flex .flex-item .furennti-race .uk-flex h4 {
    margin-left: 30px;
  }
  #features-about .section-wrap .flow-container .flow-box .text-container .human-hair p {
    width: 85%;
  }
  #features-about .section-wrap .flow-container .flow-box .text-container .base-type p.type {
    margin-left: 60px;
  }
  #features-about .section-wrap .flow-container .flow-box .text-container .base-type a.icon-link {
    margin-left: auto;
  }
  #features-about .section-wrap .flow-container .flow-box .text-container .option-box .uk-flex .flex-item .uk-grid {
    gap: 0;
  }
  #page-form {
    padding: 140px 0;
  }
  #page-form .form-container {
    padding: 60px 100px;
  }
  #page-form .form-container .form-box .uk-flex p {
    width: 30%;
    margin-bottom: 0;
  }
  #page-form .form-container .form-box .uk-flex p:last-child {
    width: 40%;
  }
  #page-order-form, #page-original-order-form {
    padding-bottom: 140px;
  }
  #page-order-form .form-container, #page-original-order-form .form-container {
    padding: 60px 100px;
  }
  #page-order-form .form-container .form-box .uk-flex p, #page-original-order-form .form-container .form-box .uk-flex p {
    width: 30%;
    margin-bottom: 0;
  }
  #page-order-form .form-container .form-box .uk-flex p:last-child, #page-original-order-form .form-container .form-box .uk-flex p:last-child {
    width: 45%;
  }
  #page-order-form .form-container .form-box .uk-flex .head-size-wrap, #page-original-order-form .form-container .form-box .uk-flex .head-size-wrap {
    width: 45%;
  }
  #page-order-form .form-container .form-box .uk-flex .size-about, #page-original-order-form .form-container .form-box .uk-flex .size-about {
    width: 45%;
  }
  #page-order-form .form-container .form-box .uk-flex .size-about p:last-child, #page-original-order-form .form-container .form-box .uk-flex .size-about p:last-child {
    width: 80%;
  }
  #footer {
    padding: 80px 0 40px 0;
  }
  #footer .section-wrap .footer-box.privacy p a {
    font-size: 14px;
  }
  #footer .top-btn {
    right: 5%;
    width: 100px;
    height: 100px;
  }
  #footer .top-btn::before {
    width: 30px;
    height: 20px;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #footer .top-btn.fixed {
    right: 5%;
  }
  #footer .top-btn a span {
    bottom: 25px;
  }
}
@media screen and (max-width: 639px) {
  h2 {
    font-size: 24px;
  }
  .flex-sp {
    display: block !important;
  }
  .flex-sp .flex-item {
    width: auto !important;
    margin: 40px 0;
  }
  .op-0 {
    display: none;
  }
  .easy-order, .original-order {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500 !important;
    font-style: normal !important;
  }
  #section-contact {
    padding: 40px 0 !important;
  }
  .page-mv {
    padding: 100px 0 80px 0;
    background-size: cover;
    background-position: center;
  }
  .gradation-title h1 {
    font-size: 20px;
    padding: 10px 0;
    padding-left: 20px;
  }
  #header {
    padding: 5px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  #header .section-wrap .uk-flex {
    justify-content: space-between;
  }
  #header .section-wrap .uk-flex .flex-item:first-child {
    width: 25%;
  }
  #front-mv {
    height: 550px;
    padding-top: 100px;
    padding-bottom: 0;
  }
  #front-mv .section-wrap .content-wrap h4 {
    margin-left: 0 !important;
  }
  #front-mv .section-wrap .point-container .point-box::before {
    right: -5px;
    bottom: -5px;
  }
  #front-mv .section-wrap .point-container .point-box h3, #front-mv .section-wrap .point-container .point-box h4 {
    font-size: 16px;
  }
  #front-mv .section-wrap .scroll-container {
    height: 85px;
    bottom: 1%;
  }
  @keyframes circlemove{
    0% {
      bottom: 30px;
    }
    50% {
      bottom: 10px;
    }
    100% {
      bottom: 30px;
    }
  }
  #front-mv .section-wrap .scroll-container span.scroll_down:after {
    height: 50px;
  }
  #front-mv .section-wrap .comment {
    height: 85px;
    bottom: 1%;
  }
  #front-mv .section-wrap-sp .point-wrap img {
    max-width: 300px;
  }
  #front-mv .section-wrap-sp .point-wrap .point-container .point-box::before {
    right: -5px;
    bottom: -5px;
  }
  #front-mv .section-wrap-sp .point-wrap .point-container .point-box h3, #front-mv .section-wrap-sp .point-wrap .point-container .point-box h4 {
    font-size: 16px;
  }
  #front-news .news-container ul li a::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  #front-product {
    background: #efefef;
  }
  #front-product .section-wrap .product-container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #front-product .section-wrap .product-container .product-box {
    margin-top: 0;
  }
  #front-product .section-wrap .product-container .product-box .flex-item:first-child::before {
    content: none;
  }
  #front-product .section-wrap .product-container .product-box .flex-item:first-child::after {
    content: none;
  }
  #front-product .section-wrap .product-container .product-box .flex-item:first-child .faviton-box {
    top: 0;
  }
  #front-product .section-wrap .product-container .product-box .flex-item .data-box .uk-flex {
    display: block;
  }
  #front-guide {
    padding-bottom: 30px;
  }
  #front-guide .section-wrap .more-container {
    height: 100%;
  }
  #front-guide .section-wrap .more-container::before {
    content: "";
    position: absolute;
    background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/front/front-guide-more-im02-sp.webp");
    background-size: cover;
    background-position: right;
    width: 100%;
    height: 40%;
    bottom: 0;
  }
  #front-guide .section-wrap .more-container .img-box::before {
    content: none;
  }
  #front-guide .section-wrap .more-container .more-box h3 {
    text-align: center;
  }
  #front-guide .section-wrap .more-container .more-box p {
    margin-bottom: 20px;
  }
  #archive-news-list .section-wrap .news-container ul li a::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  #archive-news-list .section-wrap .page-nav .pages {
    margin: 0;
  }
  #archive-news-list .section-wrap .wp-pagenavi .page {
    margin: 0 5px;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  #archive-news-list .section-wrap .wp-pagenavi .current {
    margin: 0 5px;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  #company-info .section-wrap .info-container .info-box .flex-item:last-child {
    margin-top: 10px;
  }
  #company-info .section-wrap .info-container .info-box .flex-item {
    margin: 0;
  }
  #company-about::before {
    width: 270px;
    height: 270px;
  }
  #message-content .section-wrap .flex-box .uk-flex {
    display: grid !important;
  }
  #message-content .section-wrap .flex-box .uk-flex .flex-item:last-child {
    order: -1;
  }
  #guide-payment .section-wrap .payment-list .flex-box .payment-box .flex-item:last-child {
    margin-top: 20px;
  }
  #guide-payment .section-wrap .payment-list .flex-box .payment-box .flex-item {
    margin: 0;
  }
  #product-order .section-wrap .order-container .order-box:nth-child(2) .uk-flex.top .flex-item.main .uk-flex .flex-item {
    margin: 0 !important;
  }
  #product-type .section-wrap .type-container .type-box .flex-item:last-child {
    margin-top: 10px;
  }
  #product-type .section-wrap .type-container .type-box .flex-item {
    margin: 0;
  }
  #product-about .about-container .about-box .flex-item:last-child {
    margin-top: 10px;
  }
  #product-about .about-container .about-box .flex-item {
    margin: 0;
  }
  #product-about .about-base-type .base-line-up .base-line-up-list .uk-flex .flex-item h4 {
    font-size: 24px;
  }
  #product-guide {
    padding-bottom: 30px;
  }
  #features-about::before {
    width: 200px;
    height: 200px;
    top: -50px;
  }
  #features-about .section-wrap .flow-container .flow-box .num-box {
    width: 60px;
    height: 60px;
  }
  #features-about .section-wrap .flow-container .flow-box .text-container {
    margin-top: -80px;
  }
  #features-about .section-wrap .flow-container .flow-box .text-container::before {
    content: none;
  }
  #features-about .section-wrap .flow-container .flow-box .text-container .title h1 {
    font-size: 24px;
  }
  #page-form .form-container .form-box {
    margin-bottom: 40px;
  }
  #page-form .form-container .form-box .uk-flex {
    display: block;
  }
  #page-form .form-container .form-box .uk-flex p.required, #page-form .form-container .form-box .uk-flex p.order, #page-form .form-container .form-box .uk-flex p.optional {
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px;
  }
  #page-order-form .form-container .form-box, #page-original-order-form .form-container .form-box {
    margin-bottom: 40px;
  }
  #page-order-form .form-container .form-box .uk-flex, #page-original-order-form .form-container .form-box .uk-flex {
    display: block;
  }
  #page-order-form .form-container .form-box .uk-flex p.required, #page-order-form .form-container .form-box .uk-flex p.order, #page-order-form .form-container .form-box .uk-flex p.optional, #page-original-order-form .form-container .form-box .uk-flex p.required, #page-original-order-form .form-container .form-box .uk-flex p.order, #page-original-order-form .form-container .form-box .uk-flex p.optional {
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px;
  }
  #footer {
    padding-top: 0;
  }
  #footer .section-wrap .footer-box .flex-item:first-child a {
    width: 25%;
    display: block;
    margin-left: 0;
  }
  #footer .section-wrap .footer-box.privacy {
    text-align: center !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .flex-sp {
    display: block !important;
  }
  .flex-sp .flex-item {
    width: auto !important;
    margin: 20px 0;
  }
  .op-0 {
    display: none;
  }
  .easy-order, .original-order {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500 !important;
    font-style: normal !important;
  }
  #section-contact {
    padding: 40px 0 !important;
  }
  .page-mv {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
  }
  .breadcrumbs-container {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .gradation-title h1 {
    font-size: 20px;
    padding: 10px 0;
    padding-left: 20px;
  }
  #header {
    padding: 10px 0;
  }
  #header .section-wrap .uk-flex {
    justify-content: space-between;
  }
  #header .section-wrap .uk-flex .flex-item:first-child {
    width: 30%;
  }
  #front-mv {
    height: 500px;
  }
  #front-mv .section-wrap .point-container .point-box h3, #front-mv .section-wrap .point-container .point-box h4 {
    font-size: 16px;
  }
  #front-mv .section-wrap .scroll-container {
    bottom: 5%;
    height: 80px;
  }
  @keyframes circlemove{
    0% {
      bottom: 30px;
    }
    50% {
      bottom: 10px;
    }
    100% {
      bottom: 30px;
    }
  }
  #front-mv .section-wrap .scroll-container span.scroll_down:after {
    height: 50px;
  }
  #front-mv .section-wrap .comment {
    bottom: 5%;
    height: 80px;
  }
  #front-mv .section-wrap-sp .point-wrap .point-container .point-box h3, #front-mv .section-wrap-sp .point-wrap .point-container .point-box h4 {
    font-size: 16px;
  }
  #front-news .news-container ul li a::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  #front-product .section-wrap .product-container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #front-product .section-wrap .product-container .product-box .flex-item:first-child::before {
    content: none;
  }
  #front-product .section-wrap .product-container .product-box .flex-item:first-child::after {
    content: none;
  }
  #front-product .section-wrap .product-container .product-box .flex-item:first-child .faviton-box {
    width: 100px;
    right: -5px;
    top: 0;
  }
  #front-product .section-wrap .product-container .product-box .flex-item .data-box .uk-flex {
    justify-content: left;
  }
  #front-product .section-wrap .product-container .product-box .flex-item .data-box h1.price {
    padding-right: 30px;
  }
  #front-product .section-wrap .product-container .product-box .flex-item .title-sp::after {
    top: 40px;
  }
  #front-guide .section-wrap .more-container {
    height: 100%;
  }
  #front-guide .section-wrap .more-container::before {
    content: "";
    position: absolute;
    background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/front/front-guide-more-im02-sp.webp");
    background-size: cover;
    background-position: right;
    width: 100%;
    height: 40%;
    bottom: 0;
  }
  #front-guide .section-wrap .more-container .img-box::before {
    content: none;
  }
  #front-guide .section-wrap .more-container .more-box h3 {
    text-align: center;
  }
  #front-guide .section-wrap .more-container .more-box p {
    margin-bottom: 20px;
  }
  #news-top .section-wrap .breadcrumbs-container {
    padding-top: 50px;
  }
  #archive-news-list .section-wrap .news-container ul li a::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  #company-info .section-wrap .info-container .info-box .flex-item:last-child {
    margin-top: 10px;
  }
  #company-info .section-wrap .info-container .info-box .flex-item {
    margin: 0;
  }
  #company-about::before {
    width: 300px;
    height: 300px;
  }
  #message-content .section-wrap .flex-box .uk-flex {
    display: grid !important;
  }
  #message-content .section-wrap .flex-box .uk-flex .flex-item:last-child {
    order: -1;
  }
  #guide-payment .section-wrap .payment-list .flex-box .payment-box .flex-item:last-child {
    margin-top: 20px;
  }
  #guide-payment .section-wrap .payment-list .flex-box .payment-box .flex-item {
    margin: 0;
  }
  #product-type .section-wrap .type-container .type-box .flex-item:last-child {
    margin-top: 10px;
  }
  #product-type .section-wrap .type-container .type-box .flex-item {
    margin: 0;
  }
  #product-about .about-container .about-box .flex-item:last-child {
    margin-top: 10px;
  }
  #product-about .about-container .about-box .flex-item {
    margin: 0;
  }
  #product-about .about-base-type .base-line-up .base-line-up-list .uk-flex .flex-item h4 {
    font-size: 24px;
  }
  #features-about::before {
    top: -58px;
  }
  #features-about .section-wrap .flow-container .flow-box {
    margin-bottom: 60px !important;
  }
  #features-about .section-wrap .flow-container .flow-box .num-box {
    width: 80px;
    height: 80px;
  }
  #features-about .section-wrap .flow-container .flow-box .text-container .title {
    margin-left: 90px;
  }
  #features-about .section-wrap .flow-container .flow-box .text-container .title h1 {
    font-size: 24px;
  }
  #features-about .section-wrap .flow-container .flow-box .text-container .option-box .uk-flex .flex-item .item {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #footer .section-wrap .footer-box.privacy {
    text-align: center !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  #section-contact {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .page-mv {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
  }
  #header .section-wrap .uk-flex .flex-item ul li.nav {
    padding: 0 10px;
  }
  #header .section-wrap .uk-flex .flex-item ul li.btn {
    margin-left: 20px;
  }
  #header .section-wrap .uk-flex .flex-item ul li.btn a {
    padding: 0 20px;
  }
  #front-mv {
    height: 800px;
    background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/front/front-mv-im02.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #front-product .section-wrap .product-container .product-box {
    width: 90%;
  }
  #front-product .section-wrap .product-container .product-box .flex-item {
    width: 45%;
  }
  #front-product .section-wrap .product-container .product-box .flex-item:first-child .faviton-box {
    width: 80px;
    right: -40px;
    top: -40px;
  }
  #front-guide .section-wrap .more-container .more-box .link-box a.icon-link {
    padding: 0 20px;
  }
  #guide-flow .section-wrap .flow-container .flow-box .flow-text .uk-flex {
    display: block;
  }
  #guide-flow .section-wrap .flow-container .flow-box .flow-text .uk-flex .flow-box-item {
    width: 400px;
    margin: 40px auto;
  }
  #product-order .section-wrap .order-container .order-box:first-child .uk-flex .flex-item .text-box {
    width: 80%;
  }
  #product-order .section-wrap .order-container .order-box:nth-child(2) .uk-flex.top .flex-item.main {
    width: 50%;
  }
  #product-order .section-wrap .order-container .order-box:nth-child(2) .uk-flex.top .flex-item.main .uk-flex:first-child {
    margin-bottom: 50px !important;
  }
  #product-type .section-wrap .type-container .type-box .flex-item {
    width: 35%;
  }
  #features-about .section-wrap .flow-container .flow-box .text-container .quantity-box .uk-flex .flex-item .about-box h3 {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
  }
  #page-order-form .form-container .form-box .uk-flex p:last-child, #page-original-order-form .form-container .form-box .uk-flex p:last-child {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #header .section-wrap .uk-flex .flex-item:first-child {
    margin-left: 0;
  }
  #front-mv .section-wrap .content-wrap {
    margin-top: 0;
    position: absolute;
    width: 100%;
  }
  #front-mv .section-wrap .ribbon-container {
    margin-top: 100px;
  }
  #front-guide .section-wrap .guide-container .uk-flex .guide-box::before {
    top: 10px;
    left: 10px;
  }
  #archive-news-list .section-wrap .wp-pagenavi {
    width: 13%;
  }
  #message-content::before {
    height: 400px;
  }
  #guide-flow .section-wrap .flow-container .flow-box .flow-text .uk-flex .flow-box-item .flow-item::after {
    content: "";
  }
  #guide-flow .section-wrap .flow-container .flow-box.step .flow-item::after {
    content: "";
  }
  #product-order .section-wrap .order-container .order-box:first-child .uk-flex .flex-item .text-box {
    top: -200px;
  }
  #product-guide .section-wrap .guide-container .uk-flex .guide-box::before {
    top: 10px;
    left: 10px;
  }
  #features-about .section-wrap .flow-container .flow-box .text-container .flex-box .uk-flex .flex-item:last-child {
    margin-top: -100px;
  }
  #features-about .section-wrap .flow-container .flow-box .text-container .base-size {
    margin-top: -100px;
  }
  #features-sample {
    height: 50vh;
  }
  #page-form .form-container .form-box .uk-flex p.required, #page-form .form-container .form-box .uk-flex p.order, #page-form .form-container .form-box .uk-flex p.optional {
    width: 10%;
  }
  #page-order-form .form-container .form-box .uk-flex p.required, #page-order-form .form-container .form-box .uk-flex p.order, #page-order-form .form-container .form-box .uk-flex p.optional, #page-original-order-form .form-container .form-box .uk-flex p.required, #page-original-order-form .form-container .form-box .uk-flex p.order, #page-original-order-form .form-container .form-box .uk-flex p.optional {
    width: 10%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  #front-mv {
    height: 900px;
    background-image: url("https://smile-hair.shop/wp2026/wp-content/themes/smile-hair/images/front/front-mv-im02.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #front-mv .section-wrap .point-container {
    margin-top: 50px;
  }
  #front-product .section-wrap .product-container .product-box {
    width: 90%;
  }
  #front-product .section-wrap .product-container .product-box .flex-item {
    width: 45%;
  }
}
@media screen and (min-width: 1600px) {
  #front-mv .section-wrap .content-wrap {
    top: 50%;
    transform: translateY(-50%);
  }
  #front-slider {
    margin-top: -50px;
  }
  #message-content {
    padding-top: 250px;
  }
}
