@charset "UTF-8";
@font-face {
  font-family: "Zen Old Mincho Bold";
  src: url("../fonts/ZenOldMincho-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans JP";
  src: url("../fonts/ヒラギノ角ゴProW3.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans JP Bold";
  src: url("../fonts/ヒラギノ角ゴProW6.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "aki-icon";
  src: url("../fonts/aki-icon.eot?4k1upm");
  src: url("../fonts/aki-icon.eot?4k1upm#iefix") format("embedded-opentype"), url("../fonts/aki-icon.ttf?4k1upm") format("truetype"), url("../fonts/aki-icon.woff?4k1upm") format("woff"), url("../fonts/aki-icon.svg?4k1upm#aki-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
  /* 62.5%を指定すると「1.0 rem = 10px」 */
}
body {
  font-family: "Hiragino Sans JP", serif;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  color: #666666;
}
#wrapper .form-control {
  border-radius: 0px !important;
  font-size: 14px;
}
#wrapper .form-control:disabled, #wrapper .form-control[readonly] {
  background-color: white;
}
.aki-container {
  max-width: 1204px;
  padding: 0 15px;
  margin: auto;
}
.aki-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.aki-row > * {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.aki-btn {
  background-color: #ffffff;
  color: #666666;
  padding: 10px 15px;
  text-align: center;
  border: none;
  transition: 0.25s ease;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.aki-btn-border {
  border: 1px solid #e1e1e1;
}
.aki-btn-primary {
  background-color: #1f8048 !important;
  color: #ffffff !important;
}
.aki-btn-primary:hover {
  color: #ffffff !important;
}
.aki-btn-black {
  background-color: #333333 !important;
  color: #ffffff !important;
}
.aki-btn-pink {
  background-color: #C84481 !important;
  color: #ffffff !important;
}
.aki-btn-default {
  background-color: #eeeeee;
  color: #666666 !important;
}
.aki-btn-default:hover {
  background-color: #eeeeee !important;
  opacity: 0.8;
  color: #666666 !important;
}
.aki-btn:hover {
  transition: 0.25s ease;
  opacity: 0.8;
  background-color: #1f8048;
  color: #ffffff;
}
.aki-border {
  border: 1px solid #e1e1e1 !important;
}
.aki-border:hover {
  opacity: 0.8;
}
.aki-title-zen {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
}
h2 {
  font-size: clamp(2.2rem, 2vw + 0.75rem, 2.6rem);
  letter-spacing: 0.8px;
  font-weight: 500;
  color: #000;
  font-family: "Zen Old Mincho", serif;
}
h3, .h3 {
  font-size: 20px;
  letter-spacing: 0.8px;
  font-weight: 500;
  color: #000;
  font-family: "Zen Old Mincho", serif;
}
h4, .h4 {
  font-size: 18px;
  letter-spacing: 0.8px;
  font-weight: 600;
  color: #333333;
  font-family: "Hiragino Sans JP", serif;
}
h5, .h5 {
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 500;
  color: #000;
  font-family: "Zen Old Mincho", serif;
}
h6, .h6 {
  font-size: 12px;
  color: #666666;
  letter-spacing: 0.8px;
  font-family: "Zen Old Mincho", serif;
}
b {
  color: #333333;
  font-weight: 600;
}
.color-primary {
  color: #1f8048 !important;
}
.black-text {
  color: #000;
}
.gray-sub-text {
  color: #333333;
}
.btn-no-hover:hover {
  opacity: 1 !important;
  cursor: default !important;
}
.p-bg-gray {
  border-top: 1px solid #e1e1e1;
  height: 1px;
  margin: 40px 0px;
}
.aki-border-primary {
  border-top: 1px solid #1f8048;
  height: 1px;
  margin: 40px 0px;
}
.aki-border-gray {
  border-top: 1px solid #e1e1e1;
}
.border-green {
  border: 1px solid #bcd9c8;
}
.bg-green-50 {
  background: #f4f9f6;
}
.aki-text-orange {
  color: #E86829 !important;
}
.font-size-12 {
  font-size: 12px;
}
.aki-border-top-none {
  border-top: 0px solid !important;
}
.aki-btn-orange {
  color: white;
  background-color: #E86829;
}
.aki-btn-orange:hover {
  color: white;
  background-color: #E86829;
}
.aki-alert-orange {
  color: white;
  background-color: #E8682910;
  border: 1px solid #E8682935;
}
a:hover,
a:focus {
  color: #1f8048;
}
a.active:focus {
  color: #ffffff;
}
.is-show-scrolling {
  overflow: hidden;
}
.aki-navs {
  display: none;
}
.aki-tabs-block .tab-content {
  margin-top: 0px;
}
.tab-content > .tab-pane {
  display: block;
}
.divide {
  background-color: #1f8048;
  height: 1px;
}
.text-green {
  color: #1f8048;
}
.aki-alert-primary {
  background-color: #f4f9f6;
  border: 1px solid #bcd9c8;
}
.icon-select-down {
  position: absolute;
  top: 18px;
  right: 15px;
  z-index: 2;
}
#maker_area {
  display: none !important;
}
.show-custom {
  display: block !important;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  margin-top: 15px !important;
  border: none;
}
.panel-group .panel .panel-heading {
  border: 1px solid #e1e1e1;
  padding: 0;
}
.panel-group .panel .panel-heading a {
  color: #1f8048;
  background: #f4f9f6;
  font-size: 14px;
}
.panel-group .panel .panel-heading a.collapsed {
  color: #4b4b4b;
  background-color: #fafafa;
}
.panel-group .panel .panel-heading a:hover {
  color: #1f8048;
}
.panel-group .panel .panel-heading a.fa-plus.fa-minus {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  gap: 10px;
}
.panel-group .panel .panel-heading a.fa-plus.fa-minus::before {
  display: none;
}
.panel-group .panel .panel-heading a.fa-plus::after {
  content: "\f068";
}
.panel-group .panel .panel-heading a.collapsed.fa-minus::after {
  content: "\f067";
}
.panel-group .panel .panel-heading .panel-collapse {
  padding: 15px 20px;
}
.panel-group .panel .panel-heading .panel-collapse.show {
  background: #f4f9f6;
}
.panel-group .panel .panel-heading .panel-collapse .panel-body {
  border-top: 1px dashed;
  border-color: #e1e1e1;
  padding: 12px 16px 0;
}
.note-block {
  border: 1px solid #bcd9c8;
  background-color: #f4f9f6;
  padding: 20px;
}
.note-block h4 {
  color: #1f8048;
  margin-bottom: 12px;
}
span.required {
  color: #f64c4c;
}
#mypage_login__login_button {
  display: flex;
  justify-content: center;
  padding: 0 !important;
}
#mypage_login__login_button button {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.aki-font-semibold {
  font-weight: 600 !important;
}
.border-dashed {
  border: 2px dashed #bcd9c8;
}
.btn-primary-nonbg {
  color: #1f8048;
  border: 1px solid #bcd9c8;
  background-color: #ffffff;
  padding: 10px 15px;
  display: block;
}
.fw-600 {
  font-weight: 600;
}
.btn-part {
  background-color: #1F8048;
  color: #ffffff;
  padding: 5px 10px;
  display: inline-block;
}
.dashed-border-gray {
  border: 1px dashed #E1E1E1;
}
.aki-text-red {
  color: #EC2D30;
}
.aki-remark {
  word-break: break-word;
}
[class^=aki-icon-], [class*=" aki-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "aki-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: sub;
  font-size: 19px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img.aki-icon-default {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.aki-icon-requi:before {
  content: "\e900";
  color: #f64c4c;
}
.aki-icon-right:before {
  content: "\e901";
}
.aki-icon-right-long:before {
  content: "\e902";
}
.aki-icon-search:before {
  content: "\e903";
}
.aki-icon-send:before {
  content: "\e904";
}
.aki-icon-sms:before {
  content: "\e905";
}
.aki-icon-tau:before {
  content: "\e906";
}
.aki-icon-user:before {
  content: "\e907";
}
.aki-icon-warning:before {
  content: "\e908";
}
.aki-icon-yen:before {
  content: "\e909";
}
.aki-icon-ytb:before {
  content: "\e90a";
  color: #fff;
}
.aki-icon-bus:before {
  content: "\e90b";
}
.aki-icon-calenda:before {
  content: "\e90c";
}
.aki-icon-camera:before {
  content: "\e90d";
}
.aki-icon-car:before {
  content: "\e90e";
}
.aki-icon-cart:before {
  content: "\e90f";
}
.aki-icon-clock:before {
  content: "\e910";
}
.aki-icon-delete:before {
  content: "\e911";
  color: #ec2d30;
}
.aki-icon-eye-slash:before {
  content: "\e912";
  color: #b9b9b9;
}
.aki-icon-facebook:before {
  content: "\e913";
  color: #fff;
}
.aki-icon-help:before {
  content: "\e914";
  color: #666;
}
.aki-icon-hotline:before {
  content: "\e915";
}
.aki-icon-icon_good .path1:before {
  content: "\e916";
  color: #e86829;
}
.aki-icon-icon_good .path2:before {
  content: "\e917";
  margin-left: -1em;
  color: #e86829;
}
.aki-icon-icon_good .path3:before {
  content: "\e918";
  margin-left: -1em;
  color: #e86829;
}
.aki-icon-icon_good .path4:before {
  content: "\e919";
  margin-left: -1em;
  color: #e86829;
}
.aki-icon-icon_good .path5:before {
  content: "\e91a";
  margin-left: -1em;
  color: #666666;
}
.aki-icon-icon_good .path6:before {
  content: "\e91b";
  margin-left: -1em;
  color: #666666;
}
.aki-icon-icon_good .path7:before {
  content: "\e91c";
  margin-left: -1em;
  color: #666666;
}
.aki-icon-icon_good .path8:before {
  content: "\e91d";
  margin-left: -1em;
  color: #666666;
}
.aki-icon-icon_good .path9:before {
  content: "\e91e";
  margin-left: -1em;
  color: #666666;
}
.aki-icon-icon_good .path10:before {
  content: "\e91f";
  margin-left: -1em;
  color: #666666;
}
.aki-icon-icon_good .path11:before {
  content: "\e920";
  margin-left: -1em;
  color: #666666;
}
.aki-icon-icon_good .path12:before {
  content: "\e921";
  margin-left: -1em;
  color: #666666;
}
.aki-icon-icon_good .path13:before {
  content: "\e922";
  margin-left: -1em;
  color: #666666;
}
.aki-icon-icon_good .path14:before {
  content: "\e923";
  margin-left: -1em;
  color: #1f8048;
}
.aki-icon-icon_good .path15:before {
  content: "\e924";
  margin-left: -1em;
  color: #1f8048;
}
.aki-icon-icon_good .path16:before {
  content: "\e925";
  margin-left: -1em;
  color: #1f8048;
}
.aki-icon-icon_good .path17:before {
  content: "\e926";
  margin-left: -1em;
  color: #1f8048;
}
.aki-icon-icon_good .path18:before {
  content: "\e927";
  margin-left: -1em;
  color: #1f8048;
}
.aki-icon-icon_good .path19:before {
  content: "\e928";
  margin-left: -1em;
  color: #1f8048;
}
.aki-icon-icon_good .path20:before {
  content: "\e929";
  margin-left: -1em;
  color: #1f8048;
}
.aki-icon-icon_good .path21:before {
  content: "\e92a";
  margin-left: -1em;
  color: #1f8048;
}
.aki-icon-icon_good .path22:before {
  content: "\e92b";
  margin-left: -1em;
  color: #1f8048;
}
.aki-icon-icon_good .path23:before {
  content: "\e92c";
  margin-left: -1em;
  color: #666666;
}
.aki-icon-icon_good .path24:before {
  content: "\e92d";
  margin-left: -1em;
  color: #666666;
}
.aki-icon-icon_good .path25:before {
  content: "\e92e";
  margin-left: -1em;
  color: #666666;
}
.aki-icon-icon_good .path26:before {
  content: "\e92f";
  margin-left: -1em;
  color: #666666;
}
.aki-icon-icon_good .path27:before {
  content: "\e930";
  margin-left: -1em;
  color: #666666;
}
.aki-icon-icon_good .path28:before {
  content: "\e931";
  margin-left: -1em;
  color: #666666;
}
.aki-icon-icon_good .path29:before {
  content: "\e932";
  margin-left: -1em;
  color: #666666;
}
.aki-icon-icon_good .path30:before {
  content: "\e933";
  margin-left: -1em;
  color: #666666;
}
.aki-icon-icon_good .path31:before {
  content: "\e934";
  margin-left: -1em;
  color: #666666;
}
.aki-icon-icon-x:before {
  content: "\e935";
  color: #fff;
}
.aki-icon-int:before {
  content: "\e936";
  color: #fff;
}
.aki-icon-kimono:before {
  content: "\e937";
}
.aki-icon-left:before {
  content: "\e938";
  color: #8e8e8e;
}
.aki-icon-map:before {
  content: "\e939";
}
.aki-icon-menu-down:before {
  content: "\e93a";
}
.aki-icon-pencil:before {
  content: "\e93b";
}
.aki-icon-refresh:before {
  content: "\e93c";
  color: #666;
}
.aki-header-studio {
  margin-top: 14px;
  border-bottom: 1px solid #d8d8d8;
}
.header-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 60px;
  justify-content: space-between;
}
.header-top .aki-title {
  font-size: 12px;
}
.profile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.profile a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.profile a i {
  font-size: 19px;
}
.profile a:hover path,
.profile a:focus path {
  stroke: #1f8048;
}
.profile .list-style-none {
  padding-left: 20px;
  border-left: 1px solid #E1E1E1;
}
.aki-header-menu .aki-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aki-header-menu .aki-navbar .menu-search, .aki-header-menu .aki-navbar .menu-close-search {
  cursor: pointer;
  transition-duration: 0.3s;
  transition: all 0.5s ease-in-out;
}
.aki-header-menu .aki-navbar a,
.aki-header-menu .aki-navbar p {
  margin: 16px 24px;
  display: inline-block;
}
.aki-header-menu .aki-navbar a i,
.aki-header-menu .aki-navbar p i {
  margin: 0 8px;
}
.aki-header-menu .aki-navbar .menu-header a {
  position: relative;
}
.aki-header-menu .aki-navbar .menu-header a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #1f8048;
  transition: 0.25s ease-in-out;
}
.aki-header-menu .aki-navbar .menu-header a:hover::before {
  width: 100%;
  transition: 0.25s ease-in-out;
}
.aki-header-menu .aki-navbar .menu-header a:hover path,
.aki-header-menu .aki-navbar .menu-header a:focus path {
  stroke: #1f8048;
}
.aki-header-menu .aki-navbar .dropdown-menu > li > a {
  padding: 0;
}
.input-search {
  position: relative;
}
.input-search__popup {
  position: absolute;
  opacity: 0;
  transition-duration: 0.3s;
  transition: all 0.5s ease-in-out;
  transform: rotateX(90deg);
  top: 45px;
  right: 0px;
  padding: 20px;
  background-color: white;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
}
.input-search__popup-form {
  display: flex;
  gap: 15px;
  height: 44px;
}
.input-search__popup-input {
  padding: 10px 15px;
  width: 320px;
  border: 1px solid #E1E1E1;
}
.input-search__popup.isShowPopup {
  opacity: 1;
  transition-duration: 0.3s;
  transition: all 0.5s ease-in-out;
  transform: rotateX(0deg);
}
.sp-profile .input-search {
  position: relative;
}
.sp-profile .input-search__popup {
  top: 92px;
  position: fixed;
  right: 0px;
  width: 100%;
  left: 0;
  padding: 10px;
}
.sp-profile .input-search__popup-input {
  width: calc(100% - 64px);
}
article {
  background: none;
}
.aki-visual-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aki-feature-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.aki-feature-banner div {
  width: calc((100% - 120px) / 5);
}
.aki-slide .aki-search {
  background-color: #F5F5F5;
  border: 1px solid #e1e1e1;
  padding: 20px;
  width: clamp(300px, 100vw - 48px, 1034px);
}
.aki-slide .aki-search .aki-search-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.aki-slide .aki-search button {
  min-width: 128px;
}
.aki-slide .aki-search-select {
  min-width: min(220px, clamp(150px, 41%, 410px));
  width: 100%;
}
.aki-slide .slick-dots {
  bottom: 40px;
}
.aki-slide .aki-form-group {
  display: flex;
}
.aki-slide .aki-form-group .aki-search-input {
  width: 220px;
  height: 42px;
  border: 1px;
}
.aki-slide .aki-form-group .aki-search-input option {
  background-color: #fff;
  color: #666666;
}
.aki-slide .aki-form-group .aki-search-value {
  width: 387px;
  width: 220px;
}
.aki-search-input option {
  background-color: #fff;
  color: #666666;
}
.aki-block-color {
  background-color: #f5f5f5;
}
.aki-block {
  border-top: 1px solid #1f8048;
  padding-top: 40px;
}
.aki-list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  align-items: center;
}
.aki-list-tag a {
  display: inline-block;
  background-color: #ffffff;
  color: #666666;
}
.aki-accordion-item {
  padding: 10px 0px;
  border-bottom: 1px solid #e1e1e1;
}
.aki-accordion-button {
  color: #333333;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
.aki-news {
  padding: 12px 7px 12px 12px;
  height: 165px;
  overflow-y: scroll;
}
.aki-news-item {
  padding: 8px 12px;
  font-size: 14px;
  margin-bottom: 12px;
  display: flex;
}
.aki-news-description {
  padding: 8px 12px;
  margin-top: -24px;
}
.aki-news-item:last-child {
  margin-bottom: 0px;
}
.aki-news-title {
  color: #666666;
  width: 150px;
}
.aki-news-content {
  color: #333333;
}
.aki-news::-webkit-scrollbar {
  width: 5px;
}
.aki-news::-webkit-scrollbar-track {
  background: #fff;
}
.aki-news::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 20px;
}
.aki-news::-webkit-scrollbar-thumb:hover {
  background: #c0c0c0;
}
.aki-list-item {
  display: flex;
  align-items: center;
  height: 210px;
}
.aki-list-item .content-item {
  width: 100%;
  padding: 22px 30px;
  height: 100%;
}
.aki-list-item .content-item-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.aki-list-item .image-item {
  max-width: 280px;
  width: 100%;
  height: 100%;
}
.aki-list-item .image-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
}
.aki-dl-horizontal {
  padding: 30px;
  color: #666666;
}
.aki-dl-horizontal strong {
  color: #333333;
  font-size: 18px;
}
.aki-celebrate {
  display: flex;
  background-color: #f5f9fc;
  margin-top: 35px;
  margin-bottom: 60px;
  align-items: center;
  justify-content: space-evenly;
}
.aki-celebrate-title h2 {
  font-size: clamp(2.2rem, 2vw + 0.75rem, 3rem);
}
.aki-celebrate-image {
  width: 483px;
}
.aki-custom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 30px;
  margin-top: 30px;
}
ul.media-grid.clearfix {
  display: flex !important;
}
.aki-tabs-block .aki-navs .aki-btn {
  border: 1px solid #e1e1e1;
  display: inline-block;
  width: 100%;
}
.aki-tabs-block .aki-navs .aki-btn:hover {
  transition: 0.25s ease;
  background-color: #1f8048;
  color: #ffffff;
  opacity: 0.8;
}
.aki-tabs-block .aki-navs .aki-btn.active {
  transition: 0.25s ease;
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #1F8048;
}
.aki-tabs-block .tab-content {
  margin-top: 30px;
}
.aki-tabs-block .aki-tabs-title p {
  margin: 20px 0 30px;
}
.aki-tabs-block .aki-tabs .col-12 {
  padding: 0px 8px;
}
.store_introduction {
  color: #666666;
}
.store_introduction_link {
  margin: 20px 0;
}
.store_introduction_link .label-default {
  display: inline-block;
  background-color: #F0F4E7;
  padding: 7px 15px;
  margin-right: 10px;
}
.mobile-header-active {
  background-color: #ffffff;
  color: #333333;
  width: 100%;
  top: 64px;
  position: fixed;
  min-height: 100vh;
  padding-bottom: 60px !important;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 99;
  border-top: 1px solid #dddddd;
}
.aki-search-new {
  background-color: #f5f5f5;
}
.aki-key-word {
  padding: 30px;
}
.salon-category .aki-navs {
  display: flex;
  gap: 13px;
}
.salon-category .aki-tabs-block .tab-content {
  margin-top: 30px;
}
.salon-category .tab-content > .tab-pane {
  display: none;
}
.salon-category .tab-content > .tab-pane.active {
  display: block;
}
#footer {
  background-color: black;
  padding: 0px;
  font-size: 1.4rem;
}
#footer ul li a {
  display: block;
}
.aki-footer {
  background-color: black;
}
.aki-footer-title {
  display: flex;
  justify-content: space-between;
}
.aki-footer-title h2 {
  color: #ffffff;
}
.aki-footer-content {
  padding: 60px 0 30px;
  display: flex;
  border-top: 1px solid #ffffff10;
  border-bottom: 1px solid #ffffff10;
}
.aki-footer-content__left-icon {
  display: flex;
  gap: 15px;
  justify-content: center;
  cursor: pointer;
}
.aki-footer-content__left-icon .custom-modal {
  font-size: 14px;
}
.aki-footer-content__left-icon .custom-modal h3 {
  color: #000;
}
.aki-footer-content__left-icon .custom-modal .modal-content {
  background-color: white;
  color: #666;
}
.aki-footer-content__left-icon .custom-modal .modal-content .modal-body_content {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.aki-footer-content__left-icon .custom-modal .modal-content .modal-body_content a {
  color: #1f8048;
  text-decoration: underline;
}
.aki-footer-content__left-icon .custom-modal .modal-content .modal-body_button {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  overflow-y: hidden;
}
.aki-footer-content__left-icon .custom-modal .modal-content .info-phone {
  width: calc(50% - 10px);
  text-align: left;
  padding: 12px 16px;
  background-color: #f4f9f6;
  border: 1px solid #bcd9c8;
}
.aki-footer-content__left-icon .custom-modal .modal-content .info-phone p {
  font-size: 12px;
  color: #666;
}
.aki-footer-content__left-icon .custom-modal .modal-content .info-phone a {
  color: #1f8048;
  font-weight: 700;
}
.aki-footer-content__left-icon .custom-modal .modal-footer {
  margin: 0px;
  text-align: center;
}
.aki-footer-content__left-icon .custom-modal .modal-footer .aki-btn-secondary {
  background-color: #EEEEEE;
}
.aki-footer-content__right {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 380px);
}
.aki-footer-content .aki-disc {
  list-style: disc;
  transition-duration: 0.2s;
}
.aki-footer-content .aki-disc li:hover {
  transition-duration: 0.2s;
  padding-left: 3px;
  color: #1f8048 !important;
}
.aki-footer-content .aki-disc li {
  margin-bottom: 4px;
}
.aki-footer-content .aki-disc li a:hover {
  transition-duration: 0.2s;
  padding-left: 3px;
  color: #1f8048 !important;
}
.aki-footer-copyright {
  padding: 24px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-top: 1px solid #ffffff20;
}
.aki-footer .fb_iframe_widget, .aki-footer .fb_iframe_widget span,
.aki-footer .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.aki-footer .twitter-timeline,
.aki-footer .twitter-timeline iframe[style] {
  width: 100% !important;
}
.gap30 {
  gap: 30px;
}
.ft-icon-email-pc {
  display: block;
  position: fixed;
  right: 16px;
  z-index: 10000;
}
.ft-icon-email-pc:hover {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: shakeX;
          animation-name: shakeX;
}
.ft-icon-email-pc {
  bottom: 60px;
}
@-webkit-keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  30%, 50%, 70% {
    transform: translate3d(-10px, 0, 0);
  }
  40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  30%, 50%, 70% {
    transform: translate3d(-10px, 0, 0);
  }
  40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
.product_page .main-search-product-form #accordion_search .panel {
  border: 0px;
  background: #fafafa;
}
.product_page .main-search-product-form #accordion_search .panel-heading {
  border: 0px;
  border-bottom: 1px solid #e1e1e1;
}
.product_page .main-search-product-form #accordion_search .panel-background_white {
  background-color: white;
  margin-bottom: 20px;
}
.product_page .main-search-product-form #accordion_search .panel .checkbox-inline {
  margin-right: 10px;
  margin-left: 0px;
}
.product_page .main-search-product-form #accordion_search .panel-title a::before {
  display: none;
}
.product_page .main-search-product-form #accordion_search .panel-title a {
  display: flex;
  justify-content: space-between;
}
.product_page .main-search-product-form #accordion_search .panel-title a.fa-plus::after {
  content: "\f068";
}
.product_page .main-search-product-form #accordion_search .panel-title a.fa-plus.collapsed::after {
  content: "\f067";
}
.product_page .main-search-product-form #accordion_search .panel .checkbox {
  margin-bottom: 6px;
}
.product_page .main-search-product-form #accordion_search .panel .checkbox:last-child {
  margin-bottom: 0px;
}
.product_page .main-search-product-form #accordion_search .panel-group .panel-heading {
  border: 1px solid #e1e1e1;
  background-color: #fafafa;
  padding: 0;
}
.product_page .main-search-product-form #accordion_search .panel-group .panel-heading .panel-collapse {
  padding: 15px 20px;
}
.product_page .main-search-product-form #accordion_search .panel-group .panel-heading .panel-collapse .panel-body {
  border-top: 1px dashed;
  border-color: #e1e1e1;
  padding: 12px 16px 0;
}
.product_page .main-search-product-form .product_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_page .main-search-product-form .product_title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.product_page .main-search-product-form .product_title select {
  width: 200px;
  margin-left: 15px;
}
.product_page .main-search-product-form .product .form-select {
  height: 40px;
}
.product_page .main-search-product-form .product_pager {
  padding: 6px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fafafa;
  margin: 20px 0;
}
.product_page .main-search-product-form .product_pager_all-count {
  width: 20%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.product_page .main-search-product-form .product_pager_all-count select {
  width: 70px;
  border: none;
  background-color: unset;
}
.product_page .main-search-product-form .product_pager .ec-pager {
  padding: 0px;
}
.product_page .aki-well {
  padding-top: 20px;
  border-top: 1px solid #e6e8eb;
}
.product_page .aki-border:hover {
  opacity: 1;
}
.product_page .list_product {
  position: relative;
}
.product_page .list_product .new-tag {
  position: absolute;
  top: 10px;
  font-size: 12px;
  left: 11px;
  padding: 5px 5px;
  color: white;
  background: #4c996d;
}
.product_page .list_product .new-tag::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 5px transparent;
  border-right: solid 5px #1f8048;
}
.product_page .product-detail .aki-alert-primary {
  background-color: #f4f9f6;
  border: 1px solid #bcd9c8;
}
.product_page .product-detail .aki-alert-primary strong {
  color: #1f8048;
}
.product_page .product-detail .aki-alert-primary li {
  margin: 6px 0;
}
.product_page .product-detail .p-bg-gray-detail {
  border-top: 1px solid #e1e1e1;
  height: 1px;
  margin: 30px 0px;
}
.product_page .product-detail .list_product .new-tag {
  left: -4px;
}
.aki-mypage_title p {
  margin: 20px 0 10px;
}
.aki-mypage_list-item {
  display: flex;
  padding: 15px;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 15px;
}
.aki-mypage_list-item p {
  margin-bottom: 15px;
}
.aki-mypage_list-title {
  display: flex;
  gap: 15px;
}
.aki-mypage_list-title .list-title-info {
  display: flex;
  gap: 15px;
}
.aki-mypage_list-time {
  color: #333333;
}
.aki-mypage_info {
  width: 200px;
  min-width: 200px;
}
.aki-mypage_img img {
  width: 80px;
}
.aki-mypage_img-item {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px dashed #e1e1e1;
}
.aki-mypage_img-item:first-child {
  padding-top: 0px;
  border-top: 0px;
}
.aki-mypage_img-item:last-child {
  margin-bottom: 0px;
}
.aki-mypage_btn {
  display: inline-block;
  width: 105px;
  border: 1px solid #e1e1e1;
  color: #666666;
  padding: 10px 16px;
}
.aki-mypage .group-block-custom input, .aki-mypage .group-block-custom select {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  color: #212529;
  border-radius: 0px;
  height: 40px;
  width: 100%;
}
.aki-mypage .delivery-content__list {
  margin: 20px 0px;
}
.aki-mypage .delivery-content__item {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.aki-mypage .btn-no-background {
  color: #1f8048;
  border: 1px solid #1f8048;
}
.aki-mypage .btn-no-background:hover {
  color: white;
}
.aki-mypage .form-block input:not([type=checkbox]):not([type=radio]):not([name=date]), .aki-mypage .form-block select {
  width: 100%;
}
.aki-mypage .form-block .radio {
  gap: 30px;
}
.aki-mypage .history-block {
  background: #fafafa;
  border: 1px solid #e1e1e1;
  padding: 20px;
  margin-bottom: 25px;
  word-wrap: break-word;
}
.aki-mypage .history-block .ec-orderMail {
  margin-bottom: 0px;
}
.aki-mypage .history-block .ec-orderMail a {
  color: #1f8048;
}
.aki-mypage .history-block-white {
  background: white;
  border: 1px solid #e1e1e1;
  padding: 20px;
  word-wrap: break-word;
}
.aki-mypage .history-block-white img {
  width: 80px;
}
.aki-mypage .history-block-item {
  display: flex;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e1e1e1;
  margin-bottom: 15px;
}
.aki-mypage .history-block-item:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.aki-mypage .history-price {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
.aki-mypage .history-price__total {
  padding-top: 12px;
  border-top: 1px dashed #e1e1e1;
}
.aki-mypage .history-price__price {
  margin-right: 15px;
  font-size: 24px;
  font-weight: 600;
}
.aki-mypage .toggle-password {
  position: absolute;
  right: 12px;
  bottom: 8px;
}
.aki-navi-item {
  width: calc(20% - 12px);
  min-width: 150px;
}
.aki-navi-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.aki-title_usage-scene {
  display: flex;
  align-items: center;
}
.aki-title_usage-scene .title_usage-scene {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: white;
  margin-left: 35px;
  min-width: 182px;
  font-size: clamp(2.2rem, 2vw + 0.73rem, 2.4rem);
}
.aki-title_usage-scene .title_usage-scene:hover {
  color: white;
}
.aki-btn-reserve {
  background-color: #1f8048;
  color: #ffffff;
  cursor: pointer;
  padding: 4px 12px;
  transition: 0.25s ease;
}
.aki-btn-reserve:hover {
  transition: 0.25s ease;
  opacity: 0.8;
  background-color: #1f8048;
  color: #ffffff;
}
.aki-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reservation_store_list {
  -moz-text-align-last: center !important;
       text-align-last: center !important;
}
.cart_page-form img {
  min-width: 80px;
  margin-right: 15px;
}
.shipping-flow .ec-rectHeading h2 {
  font-size: clamp(2.2rem, 2vw + 0.75rem, 2.6rem);
  font-weight: 500;
  background: white;
  padding: 0px 0px;
}
.shipping-flow #customer_detail_box {
  background: #fafafa;
  border: 1px solid #e1e1e1;
  padding: 20px;
  margin-bottom: 25px;
}
.shipping-flow #customer_detail_box .ec-inlineBtn {
  background-color: #1f8048 !important;
  color: white !important;
  padding: 10px 16px;
  text-align: center;
  border: none;
  transition: 0.25s ease;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
}
.shipping-flow #customer_detail_box .ec-inlineBtn:hover {
  opacity: 0.8;
}
.shipping-flow #customer_detail_box p {
  margin: 16px 0 0px !important;
}
.help-flow {
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
  padding: 30px;
}
.help-flow dl {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
  gap: 15px;
}
.help-flow dl dd {
  font-weight: 600;
  width: 160px;
}
.help-flow dl:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px solid;
}
.ec-progress__item {
  padding: 0 4px;
}
.aki-topic_path {
  background-color: #F4FAFF;
  font-size: 14px;
}
.aki-topic_path .breadcrumb {
  display: block;
  flex-wrap: wrap;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 19px 0px;
  background: none;
  align-content: center;
}
.aki-topic_path .breadcrumb li {
  color: #A2A5A7;
  display: inline;
}
.aki-topic_path .breadcrumb li a {
  color: #666;
}
.aki-topic_path .breadcrumb li + li {
  margin-left: 28px;
}
.aki-topic_path .breadcrumb li + li::after {
  border-left: 5px solid #F4FAFF;
}
.aki-topic_path .breadcrumb li::before, .aki-topic_path .breadcrumb li::after {
  left: -18px;
  top: 8px;
}
.aki-choose-title p {
  margin: 20px 0 30px;
}
.aki-choose-content {
  display: flex;
  gap: 30px;
  background: #fff;
}
.aki-choose-content .top_recommend_title {
  width: 100%;
}
.aki-choose .top_recommend_title_inner {
  min-height: 159px;
  padding-top: 70px;
}
.search_scene .top_recommend_title {
  min-height: 150px;
}
.search_scene .top_recommend_title_jpn {
  color: #333333;
  font-size: 20px;
  margin-top: 0px;
  font-weight: 500;
}
.search_scene .top_recommend_title_inner {
  float: right;
  text-align: center;
  padding-right: 20px;
  width: 170px;
  min-height: inherit;
  margin-right: 20px;
  padding: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.search_scene .top_recommend_title p {
  color: #666666;
  font-size: 14px;
}
.aki-usage .aki-tabs-block .aki-navs .aki-btn {
  font-size: 14px;
}
.aki-usage .aki-tabs-block .top_recommend_title {
  margin-bottom: 30px;
  box-shadow: 0px 0px 0px 0px;
}
.aki-usage .aki-tabs-block .top_recommend_title_jpn {
  font-size: 20px;
  color: #333333;
}
.aki-usage .aki-tabs-block .top_recommend_title_inner {
  min-height: 150px;
  max-height: 150px;
  padding: 47px 10px 47px 10px;
  width: 220px;
  text-align: center;
}
.aki-usage-description {
  margin: 20px 0 40px;
}
.aki-usage-tabs .aki-navs {
  display: flex;
  gap: 13px;
}
.aki-usage-tabs .aki-tabs-block .tab-content {
  margin-top: 30px;
}
.aki-usage-tabs .tab-content > .tab-pane {
  display: none;
}
.aki-usage-tabs .tab-content > .tab-pane.active {
  display: block;
}
.aki-usage-title {
  margin: 40px 0 20px;
}
.tpo_page-noti-list {
  margin-bottom: 20px;
}
.tpo_page-noti-list:last-child {
  margin-bottom: 0px;
}
.tpo_page-noti-item {
  text-align: right;
}
.tpo_page-noti a {
  color: #1f8048;
}
.tpo_page .dl-horizontal {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
.tpo_page .dl-horizontal:last-child {
  margin-bottom: 0px;
}
.tpo_page .dl-horizontal span {
  width: 170px;
  min-width: 170px;
  text-align: right;
  font-weight: 600;
}
.tpo_page .dl-horizontal span a {
  text-decoration: underline;
  color: #1f8048;
}
.tpo_page-table th {
  text-align: left;
}
.top_recommend_title_inner h3 {
  color: #333333;
}
.top_recommend_title_inner h3 span {
  font-weight: 300;
  color: #666666;
  font-family: "Hiragino Sans JP", serif;
}
select.p-region-id {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.good_point_page .link_content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.good_point_page .link_content a {
  flex: 1 0 100px;
}
.good_point_page .aki-about {
  display: flex;
  gap: 20px;
}
.good_point_page .aki-about_item-img {
  width: 16%;
  min-width: 80px;
}
.good_point_page .aki-about_item-content {
  width: 84%;
}
.store_list {
  padding-top: 30px;
  border-top: 1px solid #1F8048;
}
.store_list-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin: 30px 0;
}
.store_list-item {
  padding: 20px 30px;
  width: calc(50% - 15px);
}
.store_list-item small {
  font-size: 13px;
  font-weight: 300;
  color: #666666;
}
.store_list-item p {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.body-service p {
  margin: 15px 0;
}
.body-service__description {
  display: flex;
  gap: 8px;
}
.body-service__description i {
  text-align: center;
  width: 18px;
}
.body-service__description i::before {
  width: 18px;
}
.body-service__description-content {
  width: 100%;
}
.body-service__description-content span {
  color: #000000;
}
.body-service .text-orange-50 {
  color: #F1A933;
}
.shop_shibuya_page .shibuya-title {
  margin-top: 40px;
}
.shop_shibuya_page .shibuya-title ul {
  margin: 20px 0 40px;
  color: #333333;
}
.shop_shibuya_page .shibuya-title ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.shop_shibuya_page .shibuya-title ul li.color-gay {
  color: #666666;
}
.shop_shibuya_page .shibuya-title .panel-default {
  background-color: #f4f9f6;
  border: 1px solid #BCD9C8;
  border-radius: 0px;
  text-align: center;
}
.shop_shibuya_page .shibuya-title .panel-default .panel-body {
  padding: 20px;
}
.shop_shibuya_page .shibuya-title .panel-default .panel-body__link {
  background-color: #1F8048;
  color: #ffffff;
  font-size: 13px;
  display: block;
  padding: 10px 16px;
  font-weight: 600;
  margin-top: 12px;
}
.shop_shibuya_page .shibuya-title .panel-default .panel-body__link p {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 5px;
}
.shop_shibuya_page .shibuya-title .panel-default .panel-body__link:hover {
  color: #ffffff;
}
.shop_shibuya_page .shibuya-title__description {
  align-items: center;
  padding: 40px 0;
}
.shop_shibuya_page .aki-navs {
  display: flex;
  gap: 10px;
}
.shop_shibuya_page .aki-tabs-block .tab-content {
  margin-top: 30px;
}
.shop_shibuya_page .tab-content > .tab-pane {
  display: none;
}
.shop_shibuya_page .tab-content > .tab-pane.active {
  display: block;
}
.location_photo-block {
  border: 1px solid #bcd9c8;
  background-color: #f4f9f6;
  padding: 20px;
}
.location_photo-block h4 {
  color: #1f8048;
  margin-bottom: 12px;
}
.location_photo_point .point-text {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(31, 128, 72, 0) 0%, #1f8048 87.61%);
  width: 100%;
  height: 187px;
  display: flex;
  align-items: end;
  text-align: center;
}
.location_photo_point .point-text h3 {
  color: #fff;
  font-family: "Zen Old Mincho";
  width: 100%;
  font-size: 20px;
  position: absolute;
  bottom: 0;
}
.location_photo #main_middle .row {
  padding-top: 30px;
  padding-bottom: 0;
}
.location_photo #main_middle .location_service a {
  text-decoration: underline;
}
.location_photo #main_middle .location_service .panel {
  height: 100%;
  margin: 0;
}
.location_photo .group-button-control {
  gap: 15px;
}
.location_photo .group-button-control .carousel-control-prev,
.location_photo .group-button-control .carousel-control-next {
  position: inherit;
  border: 1px solid #e1e1e1;
  color: #8e8e8e;
  padding: 4px 16px;
  font-size: 16px;
}
.location_photo .group-button-control .carousel-control-prev:hover,
.location_photo .group-button-control .carousel-control-next:hover {
  color: #1f8048;
  border-color: #1f8048;
}
.location_photo .slick-list {
  margin: 0 -15px;
}
.location_photo .slick-list .slick-slide > div {
  padding: 0 15px;
}
.location_photo .slick-list .carousel-item img {
  height: auto;
}
.location_photo .slick-arrow {
  display: flex !important;
}
.flow-about__item {
  border: 1px solid #e1e1e1;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mens_page-contact {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}
.mens_page-border-bottom {
  border-bottom: 1px solid #ddd;
}
.info_hairmake p {
  margin-bottom: 20px;
}
.info_hairmake p span {
  display: inline-block;
  margin-bottom: 20px;
}
.info_hairmake p:last-child {
  margin-bottom: 0px;
}
.faq-item {
  border: 1px solid #e1e1e1;
  padding: 10px;
}
.service_page .block-error .block-contact {
  margin-bottom: 20px;
}
.service_page .block-error .block-contact .contact-info {
  display: flex;
  gap: 30px;
}
.service_page .schedule p {
  margin-bottom: 20px;
}
.box-plan-custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
.plan-custom {
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.aki-title-collaps {
  font-weight: 300;
  font-family: "Hiragino Sans JP";
}
.yukata_page .circle-parent {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #e1e1e1;
  margin-right: 20px;
  flex: none;
}
.yukata_page .circle-parent .circle-child {
  height: 100%;
  border-radius: 50%;
  background: #f4f9f6;
  color: #1f8048;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yukata_page .shop-item {
  padding: 20px 30px;
  background: #fff;
  height: 100%;
}
.yukata_page .btn-white {
  padding: 10px 15px;
  border: 1px solid #BCD9C8;
  border-radius: 0;
}
.yukata_page .yukata_good_point ul {
  border: 1px solid #e1e1e1;
  background-color: #fafafa;
  padding: 20px;
  height: 100%;
}
.yukata_page .yukata_good_point ul li {
  padding: 10px 0 5px 25px;
}
.yukata_page .banner-top {
  background: url(/html/template/default/assets/img/aki/banner_yakuta.png);
  background-repeat: no-repeat;
  height: 402px;
}
.yukata_page .box-goodpoint {
  background-color: #f4f9f6;
  border: 1px dotted #bcd9c8;
  padding: 30px;
}
.yukata_page .block-full {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.en_header .dropdown-menu li {
  padding: 0 20px;
  display: inline-flex;
}
.en_header .dropdown-menu a {
  margin: 12px 0px;
  display: inline-block;
  position: relative;
  padding: unset;
}
.en_header .dropdown-menu a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #1f8048;
  transition: 0.25s ease-in-out;
}
.en_header .dropdown-menu a:hover {
  background-color: white;
}
.en_header .dropdown-menu a:hover::before {
  width: 100%;
}
.aki-header-menu_753 .aki-navbar {
  justify-content: center;
}
.bg-color-gray {
  background-color: #fafafa;
}
.index_page_753 .sp-nav753 {
  padding-top: 110px;
}
.index_page_753 h2 small {
  font-size: 16px;
}
.index_page_753 .full-height-753 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 30px;
}
.index_page_753 .full-height-753_item {
  display: flex;
  width: calc(33.33% - 20px);
  padding: 30px 20px;
  flex-direction: column;
  align-items: center;
}
.index_page_753 .full-height-753_item img {
  width: 150px;
}
.index_page_753 .flex-link-753 {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.index_page_753 .flex-link-753 span {
  background-color: #eeeeee;
  color: #666666;
  padding: 10px 16px;
  text-align: center;
}
.index_page_753 .notification-753 {
  padding: 20px 20px 0px;
  background: white;
  border: 1px solid #e1e1e1;
  height: 100%;
}
.index_page_753 .notification-753 .title-noti span {
  font-size: 20px;
}
.index_page_753 .notification-753 .noti-border-top {
  padding: 20px 0px;
  border-top: 1px dashed #e1e1e1;
}
.index_page_753 .notification-753 .alert-border {
  border: 1px solid #bcd9c8;
  padding: 15px;
}
.cart_page .col-md-9 input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
.cart_page .field-icon {
  float: right;
  margin-right: 10px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
.cart_page .field-icon:hover {
  cursor: pointer;
}
.other_page #form1 {
  max-width: 470px;
  width: 100%;
}
.other_page #form1 #top_box__next_button {
  padding: 0;
}
.close-button {
  position: absolute;
  right: 20px;
  width: 16px;
  top: 0px;
  z-index: 1;
}
#entry_birth .break {
  margin: 0 10px;
}
#entry_birth select {
  width: 100%;
  margin: 0;
}
.control-label {
  margin-bottom: 10px;
  font-weight: 600;
}
.group-block {
  margin-bottom: 25px;
}
.ec-link {
  color: #1f8048;
  text-decoration: underline;
}
.ec-link:hover {
  color: #1f8048;
  text-decoration: underline;
}
.ec-radio {
  padding: 1rem;
}
#entry_sex label {
  margin-left: 8px;
}
input[type=radio],
input[type=checkbox] {
  accent-color: #1f8048;
}
.group-block-custom input, .group-block-custom select {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  height: 40px;
  width: 100%;
}
.en_header {
  background-color: #1f8048;
}
.en_header_menu {
  display: flex;
}
.en_header_menu p, .en_header_menu div, .en_header_menu li {
  flex: 1;
  padding: 9px 0px;
  border-left: 1px solid #FFFFFF15;
  text-align: center;
}
.en_header_menu p:last-child, .en_header_menu div:last-child, .en_header_menu li:last-child {
  border-right: 1px solid #FFFFFF15;
}
.en_header_menu p:hover, .en_header_menu div:hover, .en_header_menu li:hover {
  background: #FFFFFF15;
}
.en_header_menu a {
  color: white;
}
.en_header_plan {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.china_index_page .aki-btn-primary, .english_index_page .aki-btn-primary {
  cursor: default;
}
.china_index_page .aki-btn-primary:hover, .english_index_page .aki-btn-primary:hover {
  opacity: 1;
}
.china_index_page .aki-btn-primary span, .english_index_page .aki-btn-primary span {
  font-size: 14px;
}
.china_index_page .text-button, .english_index_page .text-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: left;
}
.china_index_page .text-button-description, .english_index_page .text-button-description {
  font-size: 12px;
}
@media screen and (max-width: 1078px) {
  .aki-header-menu .aki-navbar a,
.aki-header-menu .aki-navbar p {
    margin: 16px 10px;
    font-size: 12px;
  }

  .aki-slide .aki-search {
    padding: 15px;
  }
}
@media screen and (max-width: 900px) {
  .aki-slide .aki-form-group .aki-search-input {
    width: 160px;
  }
}
@media screen and (max-width: 787px) {
  h3, .h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .aki-row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .aki-row > * {
    padding-right: 8px;
    padding-left: 8px;
  }

  .aki-container-responsive {
    padding: 0px;
  }

  .top_recommend_title {
    margin-bottom: 16px;
    background-position: top;
  }

  .collapse:not(.show) {
    display: none !important;
  }

  .mb-20-md {
    margin-bottom: 20px !important;
  }
  #wrapper .banner-top-page {
    flex-direction: column-reverse;
  }

  .aki-block {
    padding-top: 30px;
  }

  #header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .aki-header {
    border-bottom: 0px;
  }

  .aki-key-word {
    padding: 15px 10px;
  }

  .mobile-header-active.is-show-content {
    top: 86px;
    overflow-y: scroll;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    height: 100%;
  }

  .aki-mobile-profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
  .aki-mobile-profile p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 30%;
    padding: 15px 10px !important;
    gap: 10px;
    font-size: 12px;
  }
  .aki-mobile-profile p i {
    font-size: 20px;
  }
  .aki-mobile-search form {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
  }
  .aki-mobile-search button {
    width: 100%;
  }
  .aki-mobile-search .aki-form-group {
    width: 100%;
  }
  .aki-mobile-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
  .aki-mobile-link a {
    padding: 15px 10px;
    display: inline-block;
    color: #666666;
    border: 1px solid #e1e1e1;
  }
  .aki-mobile-link a.active {
    color: #333333;
    border: 1px solid #1f8048;
  }
  .aki-mobile-langs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }
  .aki-header-menu {
    display: none;
  }
  .aki-slide .aki-search-banner {
    flex-direction: column;
  }
  .aki-slide .aki-search button {
    min-width: 100%;
  }
  .aki-slide .aki-form-group {
    min-width: min(220px, clamp(150px, 41%, 410px));
    width: 100%;
  }
  .aki-slide .aki-form-group .aki-search-input {
    min-width: min(220px, clamp(150px, 41%, 410px));
    width: 100%;
  }
  .aki-feature-banner {
    gap: 15px;
    justify-content: center;
  }
  .aki-feature-banner div {
    width: calc((100% - 15px) / 2);
  }
  .aki-dl-horizontal {
    padding: 20px;
  }
  .aki-custom {
    margin-top: 20px;
    grid-template-columns: 100%;
  }
  .aki-list-item {
    flex-direction: column;
    height: 100%;
  }
  .aki-list-item .image-item {
    max-width: 100%;
  }
  .aki-celebrate {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .aki-celebrate-title {
    padding: 30px;
  }
  .aki-celebrate-image {
    width: auto;
  }
  .header-top {
    display: flex;
  }
  .header-top img.logo {
    width: 72%;
  }
  .header-top span {
    transition: all 0.3s ease 0s;
  }
  .header-top .sp-profile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
  }
  .header-top .sp-profile .burger-icon {
    position: relative;
    cursor: pointer;
    top: 1px;
    width: 24px;
    height: 20px;
    z-index: 99999999;
    transition: all 0.3s ease 0s;
  }
  .header-top .sp-profile .burger-icon span {
    display: block;
    position: absolute;
    right: 0;
    height: 2px;
  }
  .header-top .sp-profile .burger-icon span::after,
.header-top .sp-profile .burger-icon span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
  .header-top .sp-profile .burger-icon-top {
    top: 2px;
    width: 60%;
  }
  .header-top .sp-profile .burger-icon-mid {
    top: 9px;
    width: 80%;
  }
  .header-top .sp-profile .burger-icon-bottom {
    bottom: 2px;
    width: 100%;
  }
  .header-top .sp-profile .burger-icon.color-primary > span:after,
.header-top .sp-profile .burger-icon.color-primary > span:before {
    background-color: #1f8048;
  }
  .header-top .sp-profile .is-show .burger-icon-top {
    width: 100%;
    top: 10px;
    transform: rotate(-45deg);
  }
  .header-top .sp-profile .is-show .burger-icon-mid {
    display: none;
  }
  .header-top .sp-profile .is-show .burger-icon-bottom {
    bottom: 8px;
    transform: rotate(45deg);
  }
  .aki-footer-title {
    flex-direction: column-reverse;
  }
  .aki-footer-top {
    flex-direction: column;
    padding-top: 40px;
    align-items: flex-start;
  }
  .aki-footer-content {
    padding: 30px 0px;
  }
  .aki-footer-content__right {
    width: 100%;
    padding-left: 26px;
    margin-bottom: -40px;
  }
  .aki-footer-copyright {
    flex-direction: column;
  }
  .aki-footer .twitter-timeline {
    max-width: 340px !important;
  }
  .aki-footer .ft-icon-phone, .aki-footer .ft-icon-email {
    display: block;
    position: fixed;
    right: 16px;
    z-index: 10000;
  }
  .aki-footer .ft-icon-phone:hover, .aki-footer .ft-icon-email:hover {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-name: shakeX;
            animation-name: shakeX;
  }
  .aki-footer .ft-icon-phone {
    bottom: 80px;
  }
  .aki-footer .ft-icon-email {
    bottom: 140px;
  }
  .aki-footer .modal-body {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .aki-mobile-profile {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-bg-gray {
    margin: 30px 0px;
  }
  .aki-border-primary {
    margin: 30px 0px;
  }
  .aki-mobile-profile a {
    flex-direction: column;
  }
  .aki-slide .slick-dots {
    bottom: 26px;
  }
  .aki-list-tag {
    gap: 10px;
  }
  .aki-list-tag a {
    padding: 4px 6px;
  }
  .aki-news {
    height: 250px;
  }
  .aki-news-item {
    flex-direction: column;
    gap: 8px;
  }
  .product_page .main-search-product-form #accordion_search .panel-background_white {
    margin-bottom: 0px;
  }
  .product_page .main-search-product-form .product_top {
    flex-direction: column;
    gap: 5px;
  }
  .product_page .main-search-product-form .product_title select {
    width: 130px;
    margin-left: 0px;
  }
  .product_page .main-search-product-form .product_pager {
    flex-direction: column;
    gap: 10px;
  }
  .product_page .main-search-product-form .product_pager_all-count {
    width: 100%;
    justify-content: center;
  }
  .product_page .aki-well {
    flex-direction: column-reverse;
  }
  .product_page .aki-well > div {
    margin-bottom: 15px;
  }
  .product_page .aki-well > div:first-child {
    margin-bottom: 0px;
  }
  .product_page .list_product .new-tag {
    left: 4px;
  }
  .product_page .product-detail .list_product .new-tag {
    left: -4px;
  }
  .aki-mypage_list-item {
    flex-direction: column;
  }
  .aki-mypage_list-item p:last-child {
    margin-bottom: 0px;
  }
  .aki-mypage_list-title {
    flex-direction: column;
  }
  .aki-mypage_img {
    padding-top: 15px;
    border-top: 1px solid #e1e1e1;
  }
  .aki-mypage .form-block .row .col-md-6 {
    margin-bottom: 20px;
  }
  .aki-mypage .form-block .row .col-md-6:last-child {
    margin-bottom: 0px;
  }
  .aki-title_usage-scene .title_usage-scene {
    margin-left: 25px;
  }
  .help-flow {
    padding: 20px;
  }
  .help-flow dl {
    flex-direction: column;
  }
  .aki-choose .top_recommend_title_inner {
    padding-top: 20px;
  }
  .aki-choose .top_recommend_title_inner h3 {
    font-size: 12px;
  }
  .search_scene .top_recommend_title h3 {
    font-size: 12px;
  }
  .search_scene .top_recommend_title_inner {
    margin-right: 0px;
  }
  .aki-usage .aki-tabs-block .aki-navs .aki-btn {
    font-size: 13px;
  }
  .aki-usage .aki-tabs-block .top_recommend_title_inner {
    min-height: 120px;
    max-height: 120px;
    padding: 38px 10px 38px 10px;
  }
  .aki-usage .aki-tabs-block .top_recommend_title {
    margin-bottom: 20px;
  }
  .tpo_page .dl-horizontal {
    gap: 15px;
    flex-direction: column;
  }
  .tpo_page-noti {
    text-align: center !important;
  }
  .tpo_page-noti-list {
    gap: 20px;
  }
  .tpo_page-noti-item {
    text-align: center !important;
  }
  .tpo_page .dl-horizontal span {
    text-align: left;
  }
  .tpo_page-table {
    overflow: auto;
    width: 100%;
  }
  .tpo_page-table table {
    width: 590px;
    overflow-x: scroll;
  }
  .tpo_page .table-bordered td {
    min-width: 65px;
  }

  .mens_page .top_recommend_title_inner {
    padding: 27px 17px;
    min-height: 76px;
  }

  .aki-topic_path {
    margin-bottom: 30px;
  }

  .aki-choose-title p {
    margin: 15px 0 20px;
  }
  .aki-choose-content {
    gap: 16px;
  }
  .aki-choose .top_recommend_title_inner {
    min-height: 65px;
  }

  .breadcrumb {
    font-size: 1.3rem;
  }

  .top_recommend_title {
    width: 100%;
  }
  .top_recommend_title_inner {
    min-height: 90px;
  }

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

  .aki-usage-description {
    margin: 15px 0 30px;
  }
  .aki-usage-title {
    margin: 30px 0 15px;
  }
  .aki-usage .top_recommend_title {
    margin-bottom: 12px;
  }
  .aki-usage .top_recommend_title_jpn {
    font-size: 18px;
  }

  .search_scene .top_recommend_title {
    min-height: 82px;
    background-position: center;
  }
  .search_scene .top_recommend_title_inner {
    width: 200px;
  }
  .search_scene .top_recommend_title_inner-sp h3 {
    font-size: 18px !important;
  }
  .search_scene .top_recommend_title_jpn {
    font-size: 12px;
  }

  #female-single-party .top_recommend_title_inner {
    width: 50%;
  }
  .store_list-list {
    gap: 20px;
  }
  .store_list-item {
    padding: 10px 15px;
    width: 100%;
  }
  .shop_shibuya_page .shibuya-title {
    margin-top: 20px;
  }
  .shop_shibuya_page .shibuya-title ul {
    margin: 20px 0 30px;
  }
  .info_hairmake p span {
    margin-bottom: 15px;
  }
  .service_page .block-error .block-contact .contact-info {
    flex-direction: column;
  }
  .plan-custom {
    flex-direction: column;
  }
  .index_page_753 .en_header_mobile a:last-child {
    padding-bottom: 15px;
    color: #666666;
  }
  .cart_page .row .col-md-6 {
    margin-bottom: 20px;
  }
  .cart_page .row .col-md-6:last-child {
    margin-bottom: 0px;
  }
  .en_header_mobile {
    padding: 0 15px;
    text-align: left;
  }
  .en_header_mobile a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
  }
  .en_header_mobile a:last-child {
    border-bottom: 0px solid #e1e1e1;
  }
  .en_header_plan {
    flex-direction: column;
    gap: 15px;
  }
  .china_index_page #header, .english_index_page #header {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .china_index_page .text-button, .english_index_page .text-button {
    flex-direction: column;
  }
  .china_index_page .text-button-description, .english_index_page .text-button-description {
    font-size: 14px;
  }
  .china_index_page .en_header_plan_sp, .english_index_page .en_header_plan_sp {
    flex-direction: row;
    padding: 18px 10px;
  }
}
@media (max-width: 479px) {
  .row > * {
    padding-bottom: 15px;
  }
  .location_photo #main_middle .row {
    padding-top: 15px;
    gap: 15px;
  }
  .img-responsive {
    margin-bottom: 15px;
  }
  .yukata_page .circle-parent {
    width: 60px;
    height: 60px;
  }
  .yukata_page .scroll-wrapper {
    margin-bottom: 10px;
  }
  .yukata_page .scroll-wrapper .scroll-items {
    flex-basis: 50%;
    flex-shrink: 0;
  }
  .yukata_page .scroll-wrapper .scroll-items .caption {
    padding: 0;
  }
  .yukata_page .yukata_good_point ul li {
    padding: 8px 0 5px 25px;
  }
  .yukata_page .banner-top {
    background: url(/html/template/default/assets/img/aki/banner_yakuta_mb.png);
    height: 421px;
  }
  .group-block {
    margin-bottom: 20px;
  }
  .group-block .row > *:last-child {
    padding-bottom: 0;
  }
  .radio,
#entry_mailmaga_flg {
    padding: 0 !important;
  }
}
@media screen and (max-width: 479px) {
  .border-green {
    border: none !important;
  }
  .service_page .block-error {
    margin-bottom: 30px;
  }
  .service_page .block-error hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .service_page .block-error .block-contact {
    margin-bottom: 20px;
  }
  .service_page .block-error .block-contact .contact-info {
    gap: 10px;
  }
  .service_page .maintenance-link {
    margin-top: 15px !important;
  }
  .service_page .schedule {
    margin-top: 15px !important;
    margin-bottom: 30px;
  }
  .service_page .schedule p {
    margin-bottom: 15px;
  }
  .service_page .schedule p:last-child {
    margin-bottom: 0;
  }
  .service_page .btn-dropdown {
    margin: 0 auto;
    margin-bottom: 15px !important;
    width: 100%;
  }
  .service_page .btn-dropdown .btn-primary-nonbg {
    width: 100%;
  }
  .box-plan-custom {
    display: block;
    padding: 20px;
  }
  .plan-custom {
    display: block;
    gap: 15px;
    margin-bottom: 20px;
  }
  .plan-custom p {
    margin-bottom: 15px;
  }
}