@charset "UTF-8";
:root {
  --base_color: #1363A2;
  --sub_color: #FFE000;
  --link_color: #1363A2;
  --border: #CCC;
  --gray: #B3B3B3;
  --black: #434343;
  --white: #fff;
  --thin_gray: #EDEDED;
  --light_gray: #D9D9D9;
  --font_family: "YakuHanJP_Narrow", "IBM Plex Sans JP", sans-serif;
  --font_size_base: 16px
  --line_height_base: 1.75;
  --font_weight_base: 500;
  --font_weight_semibold: 600;
  --font_weight_bold: 700;
  --form_border: #ccc;
  --form_bg: #fff;
  --form_icon: #000;
  --form_duration: .15s;
  --form_checked_bg: #fff;
  --form_checked_border: #ccc;
  --form_focus_border: #999;
  --form_focus_shadow: #e1e1e1;
  --form_active_border: #999;
  --form_disabled_bg: #ddd;
  --form_disabled_opacity: .5;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../../fonts/slick.eot");
  src: url("../../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../../fonts/slick.woff") format("woff"), url("../../../fonts/slick.ttf") format("truetype"), url("../../../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.container {
  font-family: var(--font_family);
  font-size: var(--font_size_base);
  font-weight: var(--font_weight_base);
  font-feature-settings: "palt" 1 !important;
  line-height: var(--line_height_base);
  color: var(--base_color);
  word-break: break-all;
}
.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6 {
  font-weight: var(--font_weight_bold);
}
.container ol {
  list-style-position: inside;
  list-style-type: decimal;
}
.container a:link, .container a:visited, .container a:hover, .container a:active {
  color: var(--link_color);
}
.container select:focus, .container input[type=radio]:focus, .container input[type=checkbox]:focus, .container input[type=text]:focus,
.container input[type=tel]:focus,
.container input[type=email]:focus,
.container input[type=password]:focus,
.container textarea:focus {
  border: 1px solid var(--form_focus_border);
  box-shadow: 0 0 0 4px var(--form_focus_shadow);
}
.container select:active, .container input[type=radio]:active, .container input[type=checkbox]:active, .container input[type=text]:active,
.container input[type=tel]:active,
.container input[type=email]:active,
.container input[type=password]:active,
.container textarea:active {
  border: 1px solid var(--form_active_border);
}
.container select:disabled, .container input[type=radio]:disabled, .container input[type=checkbox]:disabled, .container input[type=text]:disabled,
.container input[type=tel]:disabled,
.container input[type=email]:disabled,
.container input[type=password]:disabled,
.container textarea:disabled {
  color: var(--base_color);
  background-color: var(--form_disabled_bg);
  opacity: var(--form_disabled_opacity);
}
.container input[type=text],
.container input[type=tel],
.container input[type=email],
.container input[type=password],
.container textarea {
  padding: 5px 8px;
  background-color: var(--form_bg);
  border: 1px solid var(--form_border);
  transition: background-color var(--form_duration) cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow var(--form_duration) cubic-bezier(0.215, 0.61, 0.355, 1), border var(--form_duration) cubic-bezier(0.215, 0.61, 0.355, 1);
}
.container input[type=text]::-moz-placeholder, .container input[type=tel]::-moz-placeholder, .container input[type=email]::-moz-placeholder, .container input[type=password]::-moz-placeholder, .container textarea::-moz-placeholder {
  color: #ccc;
}
.container input[type=text]::placeholder,
.container input[type=tel]::placeholder,
.container input[type=email]::placeholder,
.container input[type=password]::placeholder,
.container textarea::placeholder {
  color: #ccc;
}
.container input[type=checkbox] {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  vertical-align: text-top;
  background-color: var(--form_bg);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: 1px solid var(--form_border);
  border-radius: 2px;
  transition: background-color var(--form_duration) cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow var(--form_duration) cubic-bezier(0.215, 0.61, 0.355, 1), border var(--form_duration) cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.container input[type=checkbox]:checked {
  background-color: var(--form_checked_bg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ar(--form_icon)' stroke-linecap='square' stroke-linejoin='square' stroke-width='3' d='M5 11l3 3l8-8'/%3e%3c/svg%3e");
  border-color: var(--form_checked_border);
}
.container input[type=radio] {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  vertical-align: text-top;
  background-color: var(--form_bg);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: 1px solid var(--form_border);
  border-radius: 50%;
  transition: background-color var(--form_duration) cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow var(--form_duration) cubic-bezier(0.215, 0.61, 0.355, 1), border var(--form_duration) cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.container input[type=radio]:checked {
  background-color: var(--form_checked_bg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ar(--form_icon)'/%3e%3c/svg%3e");
  border-color: var(--form_checked_border);
}
.container select {
  padding: 5px 34px 5px 8px;
  background-color: var(--form_bg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ar(--form_icon)' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 16px 12px;
  border: 1px solid var(--form_border);
  transition: background-color var(--form_duration) cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow var(--form_duration) cubic-bezier(0.215, 0.61, 0.355, 1), border var(--form_duration) cubic-bezier(0.215, 0.61, 0.355, 1);
}

header nav .navbar-nav.text-normal > li > a,
nav.navbar.bootsnav ul.nav li.dropdown.simple-dropdown ul.dropdown-menu > li > a {
  font-size: 15px !important;
}

header nav .nav-header-container .row {
  justify-content: space-between;
}

header nav .nav-header-container .row > div:nth-of-type(1),
header nav .nav-header-container .row > div:nth-of-type(2) {
  width: auto !important;
}

@media screen and (min-width: 768px) {
  .navbar-nav > li {
    float: none;
    white-space: nowrap;
  }
}
@media screen and (min-width: 992px) {
  nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
    display: flex !important;
  }
}
.menu-yukawa-footer-menu-container ul.menu > li > a {
  font-size: 13px !important;
}

.menu-yukawa-footer-menu-container ul.menu > li > ul li a {
  font-size: 12px !important;
}

@media screen and (max-width: 1197px) {
  .menu-yukawa-footer-menu-container ul.menu > li > a {
    font-size: 12px !important;
  }
  .menu-yukawa-footer-menu-container ul.menu > li > ul li a {
    font-size: 11px !important;
  }
}
.menu-yukawa-footer-menu-container ul.menu > li > a[href="#"],
.menu-yukawa-footer-menu-container ul.menu > li > a[href*=service],
.menu-yukawa-footer-menu-container ul.menu > li > a[href*=contact] {
  pointer-events: none;
}

.footer-information .copyright {
  font-size: 12px !important;
  line-height: 18pt !important;
  color: #434343 !important;
  font-family: "IBM Plex Sans JP", "YakuHanJP_Narrow", sans-serif !important;
}

header nav .nav-header-container {
  height: 58px;
}

.bb {
  border-bottom: 2px solid var(--sub_color);
}

@media screen and (min-width: 768px) {
  .my-page--header {
    margin-bottom: 90px !important;
  }
  .my-page--header_icons .wrap {
    position: fixed;
    right: 20px;
    top: 125px;
    z-index: 50;
  }
  .my-page--header_icons .wrap a {
    display: flex;
    margin-top: 15px;
    width: 80px;
    height: 80px;
    background-color: var(--base_color);
    border-radius: 50%;
  }
  .my-page--header_icons .wrap a i {
    margin: auto;
    font-size: 40px;
  }
  .my-page--header span {
    margin-bottom: 0 !important;
  }
  .my-page--header .eng + i {
    font-weight: 400 !important;
  }
  .my-page--header_icons .wrap.active {
    transform: translateX(0);
  }
  .my-page--header_icons .wrap > a {
    -webkit-animation: liquid-animation 4s infinite ease-in-out;
            animation: liquid-animation 4s infinite ease-in-out;
    transition: all 1s ease-in-out;
  }
  @-webkit-keyframes slide-in {
    0% {
      right: -15%;
      transform: translateX(100%);
    }
    100% {
      right: 2%;
      transform: translateX(0);
    }
  }
  @keyframes slide-in {
    0% {
      right: -15%;
      transform: translateX(100%);
    }
    100% {
      right: 2%;
      transform: translateX(0);
    }
  }
  .home--hero_cv {
    position: fixed;
    z-index: 3;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    top: 22%;
    transform: translateX(200px);
    transition: all 1s ease-in-out;
  }
  .home--hero_cv.active {
    transform: translateX(0);
  }
  .home--hero_cv > a {
    border: 1px solid rgba(255, 255, 255, 0.2901960784);
  }
  .home--hero_cv .my-page--header_icons .wrap {
    transform: translateX(200px);
    transition: all 1s ease-in-out;
  }
  .home--hero_cv .home--hero_cv_button {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 146px;
    height: 146px;
    border-radius: 73px;
    background-color: var(--base_color);
    margin-bottom: 16px;
    color: var(--white);
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2901960784);
  }
  .home--hero_cv .home--hero_cv_button:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .home--hero_cv .home--hero_cv_button:link, .home--hero_cv .home--hero_cv_button:visited, .home--hero_cv .home--hero_cv_button:hover, .home--hero_cv .home--hero_cv_button:active {
    color: var(--white);
  }
  .home--hero_cv .home--hero_cv_button .home--hero_cv_button_adjust h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
  }
  .home--hero_cv .home--hero_cv_button .home--hero_cv_button_adjust h3 > span {
    display: block;
    font-size: 14px;
    font-weight: bold;
  }
  .home--hero_cv .home--hero_cv_button .home--hero_cv_button_adjust i {
    display: block;
    text-align: center;
    margin-inline: auto;
    font-size: 38px;
    margin-top: 5px;
  }
  .home--hero_cv .home--hero_cv_button .home--hero_cv_button_adjust i.icon-cart {
    margin-bottom: -3px;
  }
  .home--hero_cv .home--hero_cv_button .home--hero_cv_button_adjust i.icon-store {
    margin-block: 10px;
  }
  .home--hero_cv .home--hero_cv_button .home--hero_cv_button_adjust p {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
  }
  .animated-button {
    -webkit-animation: liquid-animation 4s infinite ease-in-out;
            animation: liquid-animation 4s infinite ease-in-out;
    transition: all 1s ease-in-out;
  }
  @keyframes slide-in {
    0% {
      right: -10%;
      transform: translateX(100%);
    }
    100% {
      right: 2%;
      transform: translateX(0);
    }
  }
  @-webkit-keyframes liquid-animation {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
  }
  @keyframes liquid-animation {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
  }
  .animated-button:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    opacity: 0.8;
    transform: scale(1.2);
  }
  #home {
    padding-top: 100vh;
    position: relative;
  }
  #home .home--hero {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  #home .home--hero .home--hero-adjust {
    position: relative;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--hero_ci {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--gray);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 245px;
    height: 69px;
    border-radius: 0 0 5px 5px;
    display: flex;
    align-items: center;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--hero_ci span {
    position: relative;
    display: inline-block;
    margin-left: -40px;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--hero_ci span::after {
    content: "";
    display: block;
    width: 35px;
    height: 49px;
    background: url(../images/common/logo.svg) 0 0 no-repeat;
    background-size: 35px 49px;
    position: absolute;
    top: 50%;
    right: -48px;
    transform: translateY(-50%);
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--hero_ci span img {
    display: block;
    width: 154px;
    height: 32px;
    margin-top: -3px;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--humberger {
    display: none;
  }
  #home .home--hero .home--hero-adjust .home--gnav {
    display: none !important;
  }
  #home .home--hero .home--hero-adjust .home--hero-body {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  #home .home--hero .home--hero-adjust .home--hero-body h2 {
    margin-top: 132px;
    font-weight: var(--font_weight_semibold);
    letter-spacing: 0;
  }
  #home .home--hero .home--hero-adjust .home--hero-movie {
    display: block;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  #home .home--hero .home--hero-adjust .home--hero-movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto !important;
    min-width: 100%;
    min-height: 100vh;
    transform: translate(-50%, -50%);
  }
  #home .home--hero .home--hero-adjust .home--hero-movie .home--hero-movie-sp {
    display: none;
  }
  #home .home--navigation {
    position: relative;
    background-color: var(--sub_color);
  }
  #home .home--navigation .home--navigation-root {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 27px;
    width: 100%;
    max-width: 1170px;
    border-radius: 10px;
    background-color: var(--gray);
  }
  #home .home--navigation .home--navigation-root.is_fixed {
    position: fixed;
    top: 0;
  }
  #home .home--navigation .home--navigation-root > li {
    position: relative;
    width: 12.85%;
  }
  #home .home--navigation .home--navigation-root > li:nth-of-type(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 60%;
    background-color: var(--white);
    transform: translateY(-50%);
  }
  #home .home--navigation .home--navigation-root > li::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 60%;
    background-color: var(--white);
    transform: translateY(-50%);
  }
  #home .home--navigation .home--navigation-root > li > span,
#home .home--navigation .home--navigation-root > li > a {
    display: block;
    color: var(--white);
    letter-spacing: 0;
    text-align: center;
    font-style: normal;
    font-weight: var(--font_weight_bold);
  }
  #home .home--navigation .home--navigation-root > li > span:hover,
#home .home--navigation .home--navigation-root > li > a:hover {
    transition-duration: 0.3s;
    color: var(--base_color);
  }
  #home .home--navigation .home--navigation-root > li > span:hover i::before,
#home .home--navigation .home--navigation-root > li > a:hover i::before {
    transition-duration: 0.3s;
    color: var(--base_color);
  }
  #home .home--navigation .home--navigation-root > li > span:hover i.home--icon05 > svg .a,
#home .home--navigation .home--navigation-root > li > a:hover i.home--icon05 > svg .a {
    transition-duration: 0.3s;
    fill: var(--base_color);
    stroke: var(--base_color);
  }
  #home .home--navigation .home--navigation-root > li > span i,
#home .home--navigation .home--navigation-root > li > a i {
    display: block;
    text-align: center;
    font-size: 32px;
    padding-bottom: 14px;
  }
  #home .home--navigation .home--navigation-root > li > span i.home--icon05,
#home .home--navigation .home--navigation-root > li > a i.home--icon05 {
    padding-bottom: 0;
  }
  #home .home--navigation .home--navigation-root > li > span i > svg,
#home .home--navigation .home--navigation-root > li > a i > svg {
    display: block;
    margin: 0 auto 10px;
  }
  #home .home--navigation .home--navigation-root > li > span i > svg .a,
#home .home--navigation .home--navigation-root > li > a i > svg .a {
    transition-duration: 0.3s;
    fill: var(--sub_color);
    stroke: var(--sub_color);
  }
  #home .home--navigation .home--navigation-root > li > span:hover > ul {
    opacity: 1;
    transform: scaleY(1);
  }
  #home .home--navigation .home--navigation-root > li > span a {
    display: block;
    transition-duration: 0.3s;
  }
  #home .home--navigation .home--navigation-root > li > span a:link, #home .home--navigation .home--navigation-root > li > span a:visited, #home .home--navigation .home--navigation-root > li > span a:hover, #home .home--navigation .home--navigation-root > li > span a:active {
    color: var(--white);
  }
  #home .home--navigation .home--navigation-root > li > span a:hover {
    color: var(--base_color);
  }
  #home .home--navigation .home--navigation-root > li > span > ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    padding-block: 34px 10px;
    width: 100%;
    background-color: var(--gray);
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 0.3s;
  }
  #home .home--navigation .home--navigation-root > li > span > ul li a {
    display: block;
    padding: 7px;
  }
  #home .home--navigation .home--navigation-root > li > span > ul li a:link, #home .home--navigation .home--navigation-root > li > span > ul li a:visited, #home .home--navigation .home--navigation-root > li > span > ul li a:hover, #home .home--navigation .home--navigation-root > li > span > ul li a:active {
    color: var(--white);
  }
  #home .home--navigation .home--navigation-root > li > span > ul li a:hover {
    color: var(--base_color);
  }
  #home .home--information {
    background-color: var(--sub_color);
  }
  #home .home--information .home--information_adjust {
    text-align: center;
    padding-block: 156px 116px;
  }
  #home .home--information .home--information_adjust .home--information_title {
    line-height: 1;
    margin-bottom: 46px;
  }
  #home .home--information .home--information_adjust .home--information_title .icon-information {
    display: block;
    margin-bottom: 5px;
  }
  #home .home--information .home--information_adjust .home--information_title .icon-information::before {
    color: var(--white);
    font-size: 60px;
  }
  #home .home--information .home--information_adjust .home--information_title .home--information_title-en,
#home .home--information .home--information_adjust .home--information_title .home--information_title-jp {
    display: block;
    color: var(--base_color);
  }
  #home .home--information .home--information_adjust .home--information_title .home--information_title-en {
    position: relative;
    font-size: 40px;
    font-weight: bold;
  }
  #home .home--information .home--information_adjust .home--information_title .home--information_title-jp {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
  }
  #home .home--information .home--information_adjust .home--information_entries {
    width: 450px;
    margin-inline: auto;
    margin-bottom: 57px;
  }
  #home .home--information .home--information_adjust .home--information_entries li {
    overflow: hidden;
    text-align: left;
    border-bottom: 1px solid var(--base_color);
    padding-block: 22px 5px;
  }
  #home .home--information .home--information_adjust .home--information_entries li:nth-of-type(1) {
    padding-top: 0;
  }
  #home .home--information .home--information_adjust .home--information_entries li time,
#home .home--information .home--information_adjust .home--information_entries li span {
    display: block;
    float: left;
    font-size: 16px;
    color: var(--base_color);
    font-weight: bold;
  }
  #home .home--information .home--information_adjust .home--information_entries li time {
    width: 100px;
  }
  #home .home--information .home--information_adjust .home--information_entries li span {
    width: calc(100% - 100px);
  }
  #home .home--information .home--information_adjust .home--information_footer .home--information_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    border-radius: 25px;
    margin-inline: auto;
    background-color: var(--gray);
    line-height: 1;
    position: relative;
  }
  #home .home--information .home--information_adjust .home--information_footer .home--information_button::after {
    content: "";
    display: block;
    width: 11px;
    height: 13px;
    background: url(../images/home/icon_arrow01.svg) 0 0 no-repeat;
    background-size: 11px 13px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #home .home--information .home--information_adjust .home--information_footer .home--information_button span {
    display: block;
    margin-bottom: -3px;
    color: var(--white);
    font-size: 18px;
    font-weight: var(--font_weight_bold);
  }
  #home .home--concept {
    position: relative;
  }
  #home .home--concept .home--concept-adjust {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  #home .home--concept .home--concept-adjust .home--concept_body {
    padding-top: 91px;
  }
  #home .home--concept .home--concept-adjust .home--concept_body .home--concept_body_title {
    margin-bottom: 44px;
  }
  #home .home--concept .home--concept-adjust .home--concept_body .home--concept_body_title .icon-light {
    display: block;
    text-align: center;
  }
  #home .home--concept .home--concept-adjust .home--concept_body .home--concept_body_title .icon-light::before {
    font-size: 60px;
    font-weight: normal;
  }
  #home .home--concept .home--concept-adjust .home--concept_body .home--concept_body_title .home--concept_body_title-en,
#home .home--concept .home--concept-adjust .home--concept_body .home--concept_body_title .home--concept_body_title-jp {
    display: block;
    text-align: center;
    font-weight: bold;
  }
  #home .home--concept .home--concept-adjust .home--concept_body .home--concept_body_title .home--concept_body_title-en {
    font-size: 40px;
    font-weight: bold;
  }
  #home .home--concept .home--concept-adjust .home--concept_body .home--concept_body_title .home--concept_body_title-jp {
    font-style: normal;
    font-size: 12px;
  }
  #home .home--concept .home--concept-adjust .home--concept_body .home--concept_body_description {
    text-align: center;
    font-size: 44px;
    line-height: 1.8;
    font-weight: var(--font_weight_semibold);
  }
  #home .home--concept .home--concept_image {
    display: block;
    width: 100%;
    height: 670px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #home .home--service {
    background-color: var(--base_color);
  }
  #home .home--service .home--service-adjust {
    padding-block: 91px 115px;
  }
  #home .home--service .home--service-adjust .home--service_title {
    margin-bottom: 46px;
    color: var(--white);
  }
  #home .home--service .home--service-adjust .home--service_title .icon-character_heart {
    display: block;
    text-align: center;
  }
  #home .home--service .home--service-adjust .home--service_title .icon-character_heart::before {
    font-size: 60px;
    font-weight: normal;
  }
  #home .home--service .home--service-adjust .home--service_title .home--service_title-en,
#home .home--service .home--service-adjust .home--service_title .home--service_title-jp {
    display: block;
    text-align: center;
  }
  #home .home--service .home--service-adjust .home--service_title .home--service_title-en {
    font-weight: bold;
    font-size: 40px;
  }
  #home .home--service .home--service-adjust .home--service_title .home--service_title-jp {
    font-style: normal;
    font-size: 12px;
  }
  #home .home--service .home--service-adjust .home--service_list_container {
    margin-inline: auto;
    max-width: 1084px;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust {
    padding-inline: 24px;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list {
    display: flex;
    justify-content: space-between;
    margin-inline: -12px;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li {
    flex: 1;
    display: flex;
    margin-inline: 12px;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li:nth-of-type(even) a > img {
    order: 2;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li:nth-of-type(even) a .home--service_list_description {
    order: 1;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a:link, #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a:visited, #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a:hover, #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a:active {
    color: var(--white);
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a > img {
    overflow: hidden;
    border-radius: 10px;
    display: block;
    width: 100%;
    height: auto;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a .home--service_list_description {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 342/229;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a .home--service_list_description > span {
    font-size: 18px;
    font-weight: bold;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a .home--service_list_description > span i {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a .home--service_list_description > span i::before {
    font-size: 40px;
  }
  #home .home--store {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 670px;
    background: url(../images/home/img05.jpg) center center no-repeat;
    background-size: cover;
  }
  #home .home--store .home--store-adjust {
    padding-inline: 24px;
  }
  #home .home--store .home--store-adjust .home--store_title {
    text-align: center;
    margin-bottom: 170px;
  }
  #home .home--store .home--store-adjust .home--store_title .icon-store {
    display: block;
    font-size: 60px;
  }
  #home .home--store .home--store-adjust .home--store_title .home--store_title-en,
#home .home--store .home--store-adjust .home--store_title .home--store_title-jp {
    display: block;
    color: var(--white);
    font-weight: bold;
  }
  #home .home--store .home--store-adjust .home--store_title .home--store_title-en {
    font-size: 44px;
  }
  #home .home--store .home--store-adjust .home--store_title .home--store_title-jp {
    font-style: normal;
    font-size: 12px;
  }
  #home .home--store .home--store-adjust .home--store_list {
    display: flex;
    justify-content: space-between;
    max-width: 1086px;
    margin-inline: auto;
  }
  #home .home--store .home--store-adjust .home--store_list li {
    width: 23.02%;
  }
  #home .home--store .home--store-adjust .home--store_list li a {
    display: block;
    text-align: center;
  }
  #home .home--store .home--store-adjust .home--store_list li a:link, #home .home--store .home--store-adjust .home--store_list li a:visited, #home .home--store .home--store-adjust .home--store_list li a:hover, #home .home--store .home--store-adjust .home--store_list li a:active {
    color: var(--white);
  }
  #home .home--store .home--store-adjust .home--store_list li a:link span, #home .home--store .home--store-adjust .home--store_list li a:visited span, #home .home--store .home--store-adjust .home--store_list li a:hover span, #home .home--store .home--store-adjust .home--store_list li a:active span {
    font-weight: bold;
  }
  #home .home--store .home--store-adjust .home--store_list li a > img {
    overflow: hidden;
    margin-bottom: 12px;
    border-radius: 10px;
    display: block;
    width: 100%;
    height: auto;
  }
  #home .home--company {
    background-color: var(--sub_color);
  }
  #home .home--company .home--company-adjust {
    text-align: center;
    padding-block: 90px 140px;
  }
  #home .home--company .home--company-adjust .home--company_title {
    margin-bottom: 40px;
  }
  #home .home--company .home--company-adjust .home--company_title .icon-character {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  #home .home--company .home--company-adjust .home--company_title .icon-character::before {
    font-size: 50px;
    font-weight: normal;
    color: var(--white);
  }
  #home .home--company .home--company-adjust .home--company_title .home--company_title-en,
#home .home--company .home--company-adjust .home--company_title .home--company_title-jp {
    display: block;
    font-weight: bold;
  }
  #home .home--company .home--company-adjust .home--company_title .home--company_title-en {
    margin-top: 10px;
    font-size: 40px;
  }
  #home .home--company .home--company-adjust .home--company_title .home--company_title-jp {
    font-style: normal;
    font-size: 12px;
    margin-top: 10px !important;
  }
  #home .home--company .home--company-adjust .home--company_description {
    display: inline-block;
    text-align: left;
    margin-bottom: 70px;
    font-size: 20px;
    line-height: 2;
    font-weight: var(--font_weight_semibold);
  }
  #home .home--company .home--company-adjust .home--company_footer .home--company_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    border-radius: 25px;
    margin-inline: auto;
    background-color: var(--gray);
    line-height: 1;
    position: relative;
  }
  #home .home--company .home--company-adjust .home--company_footer .home--company_button::after {
    content: "";
    display: block;
    width: 11px;
    height: 13px;
    background: url(../images/home/icon_arrow01.svg) 0 0 no-repeat;
    background-size: 11px 13px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #home .home--company .home--company-adjust .home--company_footer .home--company_button span {
    display: block;
    margin-bottom: -3px;
    color: var(--white);
    font-size: 18px;
    font-weight: var(--font_weight_bold);
  }
}
@media screen and (max-width: 767px) {
  .my-page--header {
    padding-top: 50px !important;
  }
  .my-page--header_icons {
    display: block;
  }
  .my-page--header_icons .wrap {
    position: fixed;
    right: 15px;
    bottom: 20px;
    transform: translateX(200px);
    transition: all 1s ease-in-out;
    z-index: 50;
  }
  .my-page--header_icons .wrap.active {
    transform: translateX(0);
  }
  .my-page--header_icons .wrap a {
    display: flex;
    margin-top: 15px;
    width: 60px;
    height: 60px;
    background-color: var(--base_color);
    border-radius: 50%;
    -webkit-animation: liquid-animation 4s infinite ease-in-out;
            animation: liquid-animation 4s infinite ease-in-out;
    transition: all 1s ease-in-out;
  }
  .my-page--header_icons .wrap a i {
    margin: auto;
    font-size: 36px;
  }
  .my-page--header span {
    margin-bottom: 0 !important;
  }
  .my-page--header h1 {
    margin-bottom: 10px !important;
  }
  .my-page--header .eng + i {
    font-weight: 400 !important;
  }
  #home .home--hero_cv {
    position: absolute;
    z-index: 3;
    top: 600px;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 10px;
    top: auto;
  }
  #home .home--hero_cv .home--hero_cv_button {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 64px;
    border-radius: 32px;
    background-color: var(--base_color);
    margin-inline: 8px;
    margin-bottom: 10px;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.2901960784);
    cursor: pointer;
  }
  #home .home--hero_cv .home--hero_cv_button:link, #home .home--hero_cv .home--hero_cv_button:visited, #home .home--hero_cv .home--hero_cv_button:hover, #home .home--hero_cv .home--hero_cv_button:active {
    color: var(--white);
  }
  #home .home--hero_cv .home--hero_cv_button .home--hero_cv_button_adjust {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #home .home--hero_cv .home--hero_cv_button .home--hero_cv_button_adjust h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-right: -8px;
  }
  #home .home--hero_cv .home--hero_cv_button .home--hero_cv_button_adjust h3 > span {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    letter-spacing: 0;
  }
  #home .home--hero_cv .home--hero_cv_button .home--hero_cv_button_adjust i {
    display: inline-block;
    margin-left: 15px;
    font-size: 34px;
  }
  #home .home--hero_cv .home--hero_cv_button .home--hero_cv_button_adjust i.icon-store {
    margin-block: 10px;
    margin-right: -10px;
  }
  #home .home--hero_cv .home--hero_cv_button .home--hero_cv_button_adjust p {
    display: none;
  }
  #home .home--hero_cv .home--hero_cv_button .home--hero_cv_button_adjust .catalogu {
    margin-right: -15px;
    margin-left: 10px;
  }
  #home .home--hero_cv .home--hero_cv_button .home--hero_cv_button_adjust .store {
    margin-right: 5px;
  }
  #home .home--hero_cv .home--hero_cv_button .home--hero_cv_button_adjust i.icon-store {
    margin-block: 10px;
    margin-right: -15px;
  }
  #home .home--hero .home--hero-adjust {
    position: relative;
  }
  #home .home--hero .home--hero-adjust .home--hero_header {
    position: relative;
    width: 100%;
    height: 58px;
    background-color: var(--gray);
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--hero_ci {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 206px;
    height: 58px;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--hero_ci:after {
    content: "";
    display: block;
    width: 30px;
    height: 41px;
    margin-left: 10px;
    background: url(http://yukawa-test.local/wp-content/themes/pofo-child/assets/images/common/logo.svg) 0 0 no-repeat;
    background-size: 30px 41px;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--hero_ci span {
    position: relative;
    display: inline-block;
    margin-left: 0px;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--hero_ci span::after {
    content: "";
    display: block;
    width: 30px;
    height: 41px;
    background: url(../images/common/logo.svg) 0 0 no-repeat;
    background-size: 30px 41px;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    display: none;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--hero_ci span img {
    display: block;
    width: 129px;
    height: 27px;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--humberger {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--humberger .menu-trigger,
#home .home--hero .home--hero-adjust .home--hero_header .home--humberger .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--humberger .menu-trigger {
    position: relative;
    width: 25px;
    height: 16px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--humberger .menu-trigger:focus:not(:focus-visible) {
    outline: none;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--humberger .menu-trigger::before, #home .home--hero .home--hero-adjust .home--hero_header .home--humberger .menu-trigger::after {
    content: "";
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--humberger .menu-trigger::before, #home .home--hero .home--hero-adjust .home--hero_header .home--humberger .menu-trigger::after, #home .home--hero .home--hero-adjust .home--hero_header .home--humberger .menu-trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--white);
    border-radius: 1px;
    transform-origin: 50% 50%;
    transition: 0.2s;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--humberger .menu-trigger::before {
    top: 50%;
    left: 0;
    transform: rotate(45deg) scaleX(0);
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--humberger .menu-trigger::after {
    top: 50%;
    right: 0;
    transform: rotate(-45deg) scaleX(0);
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--humberger .menu-trigger span:nth-of-type(1) {
    top: calc(50% - 8px);
    left: 0;
    transition-delay: 0.2s;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--humberger .menu-trigger span:nth-of-type(2) {
    top: 50%;
    left: 0;
    transition-delay: 0.2s;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--humberger .menu-trigger span:nth-of-type(3) {
    top: calc(50% + 8px);
    left: 0;
    transition-delay: 0.2s;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--humberger .menu-trigger.active::before {
    transform: rotate(45deg) scaleX(1);
    transition-delay: 0.2s;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--humberger .menu-trigger.active::after {
    transform: rotate(-45deg) scaleX(1);
    transition-delay: 0.2s;
  }
  #home .home--hero .home--hero-adjust .home--hero_header .home--humberger .menu-trigger.active span {
    transform: scaleX(0);
    transition-delay: 0s;
  }
  #home .home--hero .home--hero-adjust .home--gnav {
    display: none;
    position: absolute;
    z-index: 3;
    top: 58px;
    left: 0;
    width: 100%;
    background-color: var(--white);
  }
  #home .home--hero .home--hero-adjust .home--gnav > ul {
    padding-inline: 5.33%;
  }
  #home .home--hero .home--hero-adjust .home--gnav > ul > li {
    border-bottom: 1px solid var(--border);
  }
  #home .home--hero .home--hero-adjust .home--gnav > ul > li:nth-last-of-type(1) {
    border-bottom: none;
  }
  #home .home--hero .home--hero-adjust .home--gnav > ul > li > span,
#home .home--hero .home--hero-adjust .home--gnav > ul > li > a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.25;
    padding-block: 8px;
    color: var(--base_color);
    font-weight: bold;
  }
  #home .home--hero .home--hero-adjust .home--gnav > ul > li > span:link, #home .home--hero .home--hero-adjust .home--gnav > ul > li > span:visited, #home .home--hero .home--hero-adjust .home--gnav > ul > li > span:hover, #home .home--hero .home--hero-adjust .home--gnav > ul > li > span:active,
#home .home--hero .home--hero-adjust .home--gnav > ul > li > a:link,
#home .home--hero .home--hero-adjust .home--gnav > ul > li > a:visited,
#home .home--hero .home--hero-adjust .home--gnav > ul > li > a:hover,
#home .home--hero .home--hero-adjust .home--gnav > ul > li > a:active {
    color: var(--base_color);
  }
  #home .home--hero .home--hero-adjust .home--gnav > ul > li > span > i,
#home .home--hero .home--hero-adjust .home--gnav > ul > li > a > i {
    display: inline-block;
    font-size: 30px;
    margin-right: 12px;
  }
  #home .home--hero .home--hero-adjust .home--gnav > ul > li span {
    cursor: pointer;
    position: relative;
  }
  #home .home--hero .home--hero-adjust .home--gnav > ul > li span::after {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    background: url(../images/common/icon_gnav01.png) 0 0 no-repeat;
    background-size: 12px 7px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(0);
    transform-origin: center center 0;
    transition-duration: 0.2s;
  }
  #home .home--hero .home--hero-adjust .home--gnav > ul > li span.is_active::after {
    transform: rotate(180deg);
  }
  #home .home--hero .home--hero-adjust .home--gnav > ul > li span + ul {
    margin-top: -10px;
    margin-left: 42px;
    padding-bottom: 5px;
    display: none;
  }
  #home .home--hero .home--hero-adjust .home--gnav > ul > li span + ul li a {
    display: block;
    padding-block: 5px;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
  }
  #home .home--hero .home--hero-adjust .home--gnav > ul > li span + ul li a:link, #home .home--hero .home--hero-adjust .home--gnav > ul > li span + ul li a:visited, #home .home--hero .home--hero-adjust .home--gnav > ul > li span + ul li a:hover, #home .home--hero .home--hero-adjust .home--gnav > ul > li span + ul li a:active {
    color: var(--base_color);
  }
  #home .home--hero .home--hero-adjust .home--gnav > ul > li a .gnav--icon01 {
    display: inline-block;
    margin-right: 3px;
  }
  #home .home--hero .home--hero-adjust .home--gnav > ul > li a .gnav--icon01 svg {
    width: 28px;
    height: 28px;
  }
  #home .home--hero .home--hero-adjust .home--gnav > ul > li a .gnav--icon01 .a {
    fill: #ffe000;
    stroke: #ffe000;
  }
  #home .home--hero .home--hero-adjust .home--hero-body {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  #home .home--hero .home--hero-adjust .home--hero-body h2 {
    margin-top: 92px;
    font-weight: var(--font_weight_semibold);
    letter-spacing: 0;
  }
  #home .home--hero .home--hero-adjust .home--hero-movie {
    display: block;
    width: 100%;
    height: 612px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    position: relative;
  }
  #home .home--hero .home--hero-adjust .home--hero-movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100% !important;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
  }
  #home .home--hero .home--hero-adjust .home--hero-movie .home--hero-movie-pc {
    display: none;
  }
  #home .home--navigation {
    display: none;
  }
  #home .home--information {
    background-color: var(--sub_color);
  }
  #home .home--information .home--information_adjust {
    text-align: center;
    padding-block: 52px 70px;
  }
  #home .home--information .home--information_adjust .home--information_title {
    line-height: 1;
    margin-bottom: 45px;
  }
  #home .home--information .home--information_adjust .home--information_title .icon-information {
    display: block;
    margin-bottom: 5px;
  }
  #home .home--information .home--information_adjust .home--information_title .icon-information::before {
    color: var(--white);
    font-size: 54px;
  }
  #home .home--information .home--information_adjust .home--information_title .home--information_title-en,
#home .home--information .home--information_adjust .home--information_title .home--information_title-jp {
    display: block;
    color: var(--base_color);
    font-weight: bold;
  }
  #home .home--information .home--information_adjust .home--information_title .home--information_title-en {
    position: relative;
    font-size: 30px;
  }
  #home .home--information .home--information_adjust .home--information_title .home--information_title-jp {
    font-size: 12px;
    font-style: normal;
    margin-top: 5px;
  }
  #home .home--information .home--information_adjust .home--information_entries {
    margin-bottom: 48px;
    padding-inline: 5.3%;
  }
  #home .home--information .home--information_adjust .home--information_entries li {
    overflow: hidden;
    text-align: left;
    max-width: 450px;
    margin-inline: auto;
    border-bottom: 1px solid var(--base_color);
    padding-block: 22px 5px;
  }
  #home .home--information .home--information_adjust .home--information_entries li:nth-of-type(1) {
    padding-top: 0;
  }
  #home .home--information .home--information_adjust .home--information_entries li time,
#home .home--information .home--information_adjust .home--information_entries li span {
    display: block;
    font-size: 14px;
    color: var(--base_color);
  }
  #home .home--information .home--information_adjust .home--information_entries li time {
    margin-bottom: 6px;
  }
  #home .home--information .home--information_adjust .home--information_footer .home--information_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 40px;
    border-radius: 20px;
    margin-inline: auto;
    background-color: var(--gray);
    line-height: 1;
    position: relative;
  }
  #home .home--information .home--information_adjust .home--information_footer .home--information_button::after {
    content: "";
    display: block;
    width: 11px;
    height: 13px;
    background: url(../images/home/icon_arrow01.svg) 0 0 no-repeat;
    background-size: 11px 13px;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
  }
  #home .home--information .home--information_adjust .home--information_footer .home--information_button span {
    display: block;
    margin-bottom: -3px;
    color: var(--white);
    font-size: 16px;
    font-weight: var(--font_weight_bold);
  }
  #home .home--concept {
    position: relative;
  }
  #home .home--concept .home--concept-adjust {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  #home .home--concept .home--concept-adjust .home--concept_body {
    padding-top: 59px;
  }
  #home .home--concept .home--concept-adjust .home--concept_body .home--concept_body_title {
    margin-bottom: 44px;
  }
  #home .home--concept .home--concept-adjust .home--concept_body .home--concept_body_title .icon-light {
    display: block;
    text-align: center;
  }
  #home .home--concept .home--concept-adjust .home--concept_body .home--concept_body_title .icon-light::before {
    font-size: 50px;
    font-weight: normal;
  }
  #home .home--concept .home--concept-adjust .home--concept_body .home--concept_body_title .home--concept_body_title-en,
#home .home--concept .home--concept-adjust .home--concept_body .home--concept_body_title .home--concept_body_title-jp {
    display: block;
    text-align: center;
    font-weight: bold;
  }
  #home .home--concept .home--concept-adjust .home--concept_body .home--concept_body_title .home--concept_body_title-en {
    font-size: 30px;
  }
  #home .home--concept .home--concept-adjust .home--concept_body .home--concept_body_title .home--concept_body_title-jp {
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
  }
  #home .home--concept .home--concept-adjust .home--concept_body .home--concept_body_description {
    text-align: center;
    font-size: 26px;
    line-height: 1.5;
    font-weight: var(--font_weight_semibold);
  }
  #home .home--concept .home--concept_image {
    display: block;
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #home .home--service {
    background-color: var(--base_color);
  }
  #home .home--service .home--service-adjust {
    padding-block: 61px 54px;
  }
  #home .home--service .home--service-adjust .home--service_title {
    margin-bottom: 46px;
    color: var(--white);
  }
  #home .home--service .home--service-adjust .home--service_title .icon-character_heart {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  #home .home--service .home--service-adjust .home--service_title .icon-character_heart::before {
    font-size: 50px;
    font-weight: normal;
  }
  #home .home--service .home--service-adjust .home--service_title .home--service_title-en,
#home .home--service .home--service-adjust .home--service_title .home--service_title-jp {
    display: block;
    text-align: center;
    font-weight: bold;
  }
  #home .home--service .home--service-adjust .home--service_title .home--service_title-en {
    font-weight: bold;
    font-size: 30px;
  }
  #home .home--service .home--service-adjust .home--service_title .home--service_title-jp {
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
  }
  #home .home--service .home--service-adjust .home--service_list_container {
    margin-inline: auto;
    max-width: 500px;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust {
    padding-inline: 17px;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li {
    margin-bottom: 46px;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a:link, #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a:visited, #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a:hover, #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a:active {
    color: var(--white);
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a > img {
    overflow: hidden;
    border-radius: 10px;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a .home--service_list_description {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a .home--service_list_description > span {
    font-size: 16px;
    font-weight: bold;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a .home--service_list_description > span i {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  #home .home--service .home--service-adjust .home--service_list_container .home--service_list_container_adjust .home--service_list li a .home--service_list_description > span i::before {
    font-size: 34px;
  }
  #home .home--store {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 1150px;
    background: url(../images/home/img05_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #home .home--store .home--store-adjust {
    padding-block: 60px 50px;
  }
  #home .home--store .home--store-adjust .home--store_title {
    text-align: center;
    margin-bottom: 44px;
  }
  #home .home--store .home--store-adjust .home--store_title .icon-store {
    display: block;
    font-size: 50px;
  }
  #home .home--store .home--store-adjust .home--store_title .home--store_title-en,
#home .home--store .home--store-adjust .home--store_title .home--store_title-jp {
    display: block;
    color: var(--white);
    font-weight: bold;
  }
  #home .home--store .home--store-adjust .home--store_title .home--store_title-en {
    font-size: 30px;
  }
  #home .home--store .home--store-adjust .home--store_title .home--store_title-jp {
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
  }
  #home .home--store .home--store-adjust .home--store_list li {
    max-width: 500px;
    margin-inline: auto;
    margin-bottom: 26px;
    width: 66.66%;
  }
  #home .home--store .home--store-adjust .home--store_list li a {
    display: block;
    text-align: center;
  }
  #home .home--store .home--store-adjust .home--store_list li a:link, #home .home--store .home--store-adjust .home--store_list li a:visited, #home .home--store .home--store-adjust .home--store_list li a:hover, #home .home--store .home--store-adjust .home--store_list li a:active {
    font-size: 14px;
    font-weight: bold;
    color: var(--white);
  }
  #home .home--store .home--store-adjust .home--store_list li a > img {
    overflow: hidden;
    margin-bottom: 12px;
    border-radius: 10px;
    display: block;
    width: 100%;
    height: auto;
  }
  #home .home--company {
    background-color: var(--sub_color);
  }
  #home .home--company .home--company-adjust {
    text-align: center;
    padding-block: 90px 74px;
  }
  #home .home--company .home--company-adjust .home--company_title {
    margin-bottom: 40px;
  }
  #home .home--company .home--company-adjust .home--company_title .icon-character {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  #home .home--company .home--company-adjust .home--company_title .icon-character::before {
    font-size: 50px;
    font-weight: normal;
    color: var(--white);
  }
  #home .home--company .home--company-adjust .home--company_title .home--company_title-en,
#home .home--company .home--company-adjust .home--company_title .home--company_title-jp {
    display: block;
    font-weight: bold;
  }
  #home .home--company .home--company-adjust .home--company_title .home--company_title-en {
    margin-top: 10px;
    font-size: 30px;
  }
  #home .home--company .home--company-adjust .home--company_title .home--company_title-jp {
    font-style: normal;
    font-size: 12px;
    color: var(--base_color);
    margin-top: 10px;
  }
  #home .home--company .home--company-adjust .home--company_description {
    display: inline-block;
    text-align: left;
    margin-bottom: 48px;
    font-size: 15px;
    line-height: 2;
    font-weight: var(--font_weight_semibold);
  }
  #home .home--company .home--company-adjust .home--company_footer .home--company_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 40px;
    border-radius: 20px;
    margin-inline: auto;
    background-color: var(--gray);
    line-height: 1;
    position: relative;
  }
  #home .home--company .home--company-adjust .home--company_footer .home--company_button::after {
    content: "";
    display: block;
    width: 11px;
    height: 13px;
    background: url(../images/home/icon_arrow01.svg) 0 0 no-repeat;
    background-size: 11px 13px;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
  }
  #home .home--company .home--company-adjust .home--company_footer .home--company_button span {
    display: block;
    margin-bottom: -3px;
    color: var(--white);
    font-size: 16px;
    font-weight: var(--font_weight_bold);
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  html {
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  html::-webkit-scrollbar {
    display: none;
  }
  #home .home--hero .home--hero-adjust .home--hero-body h2 {
    font-size: 25px;
  }
  #home .home--hero_cv {
    bottom: -5px;
    top: auto;
  }
}
@media screen and (min-width: 1001px) {
  #home .home--hero .home--hero-adjust .home--hero-body h2 {
    font-size: 44px;
  }
  #home .home--navigation .home--navigation-root > li > span,
#home .home--navigation .home--navigation-root > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .my_html {
    padding-top: 50px;
  }
  #home {
    padding-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  #home .home--hero .home--hero-adjust .home--hero-body h2 {
    font-size: 37px;
  }
  #home .home--navigation .home--navigation-root > li > span,
#home .home--navigation .home--navigation-root > li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 374px) {
  #home .home--hero .home--hero-adjust .home--hero-movie {
    height: 500px;
  }
}
@media screen and (min-width: 768px) {
  #information .information--main .information--header {
    margin-bottom: 100px;
    padding-top: 138px;
  }
  #information .information--main .information--header .information--header_title {
    text-align: center;
    line-height: 1;
  }
  #information .information--main .information--header .information--header_title .icon-information {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #information .information--main .information--header .information--header_title h1 {
    margin-top: 10px !important;
    font-size: 40px !important;
    font-weight: bold;
  }
  #information .information--main .information--header .information--header_title i {
    font-style: normal;
    font-size: 12px;
    margin-top: 5px;
    color: var(--base_color);
    font-weight: bold;
  }
  #information .information--main .information--list_container {
    margin-bottom: 140px;
    padding-inline: 50px;
  }
  #information .information--main .information--list_container .information--list {
    margin-inline: auto;
    max-width: 1086px;
  }
  #information .information--main .information--list_container .information--list .information--list_adjust {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -1.165%;
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card {
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--sub_color);
    display: flex;
    flex-wrap: wrap;
    margin: 0 1.165% 24px;
    width: 31%;
    transition-duration: 0.4s;
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card:link, #information .information--main .information--list_container .information--list .information--list_adjust .information--card:visited, #information .information--main .information--list_container .information--list .information--list_adjust .information--card:hover, #information .information--main .information--list_container .information--list .information--list_adjust .information--card:active {
    color: var(--base_color);
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card:hover {
    opacity: 0.6;
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card .information--card_image {
    display: block;
    width: 100%;
    height: 229px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card .information--card_body {
    display: flex;
    width: 100%;
    padding: 25px 33px;
    align-items: space-between;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 50%;
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card .information--card_body .information--card_body_main,
#information .information--main .information--list_container .information--list .information--list_adjust .information--card .information--card_body .information--card_body_sub {
    width: 100%;
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card .information--card_body .information--card_body_main {
    min-height: 115px;
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card .information--card_body .information--card_body_main h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: bold;
    color: var(--base_color);
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card .information--card_body .information--card_body_main p {
    font-size: 14px;
    color: var(--base_color);
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card .information--card_body .information--card_body_sub {
    margin-top: 39px;
    padding-top: 20px;
    border-top: 1px solid var(--white);
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card .information--card_body .information--card_body_sub time {
    font-size: 12px;
    color: var(--base_color);
    font-weight: 500;
  }
  #information .information--main .information--list_container .wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    padding-inline: 50px;
  }
  #information .information--main .information--list_container .wp-pagenavi span,
#information .information--main .information--list_container .wp-pagenavi a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: 5px;
    border: 1px solid var(--light_gray);
    width: 33px;
    height: 33px;
    font-size: 16px;
    line-height: 1;
    font-weight: var(--font_weight_semibold);
    color: var(--base_color);
  }
  #information .information--main .information--list_container .wp-pagenavi span {
    background-color: var(--base_color);
    color: var(--white);
  }
  #information .information--main .information--list_container .wp-pagenavi span.pages {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #information .information--main .information--header {
    margin-bottom: 52px;
    padding: 30px 4.4% 0;
  }
  #information .information--main .information--header .information--header_title {
    text-align: center;
    line-height: 1;
  }
  #information .information--main .information--header .information--header_title .icon-information {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 54px;
  }
  #information .information--main .information--header .information--header_title h1 {
    margin-top: 10px !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  #information .information--main .information--header .information--header_title i {
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
  }
  #information .information--main .information--list_container {
    margin-bottom: 76px;
    padding-inline: 4.4%;
  }
  #information .information--main .information--list_container .information--list .information--list_adjust {
    margin-inline: auto;
    max-width: 500px;
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--sub_color);
    margin-bottom: 54px;
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card:link, #information .information--main .information--list_container .information--list .information--list_adjust .information--card:visited, #information .information--main .information--list_container .information--list .information--list_adjust .information--card:hover, #information .information--main .information--list_container .information--list .information--list_adjust .information--card:active {
    color: var(--base_color);
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card:hover {
    opacity: 0.6;
    transition: all 0.6s ease;
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card .information--card_image {
    display: block;
    width: 100%;
    height: auto;
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card .information--card_body {
    display: flex;
    width: 100%;
    padding: 25px 33px;
    align-items: space-between;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 50%;
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card .information--card_body .information--card_body_main,
#information .information--main .information--list_container .information--list .information--list_adjust .information--card .information--card_body .information--card_body_sub {
    width: 100%;
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card .information--card_body .information--card_body_main {
    min-height: 115px;
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card .information--card_body .information--card_body_main h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.25;
    color: var(--base_color);
    font-weight: var(--font_weight_bold);
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card .information--card_body .information--card_body_main p {
    font-size: 14px;
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card .information--card_body .information--card_body_sub {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--white);
  }
  #information .information--main .information--list_container .information--list .information--list_adjust .information--card .information--card_body .information--card_body_sub time {
    font-size: 12px;
    color: var(--base_color);
    font-weight: 500;
  }
  #information .information--main .information--list_container .wp-pagenavi {
    display: flex;
    justify-content: center;
    padding-inline: 4.4%;
  }
  #information .information--main .information--list_container .wp-pagenavi span,
#information .information--main .information--list_container .wp-pagenavi a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: 5px;
    border: 1px solid var(--light_gray);
    width: 33px;
    height: 33px;
    font-size: 16px;
    line-height: 1;
    font-weight: var(--font_weight_semibold);
    color: var(--base_color);
  }
  #information .information--main .information--list_container .wp-pagenavi span {
    background-color: var(--base_color);
    color: var(--white);
  }
  #information .information--main .information--list_container .wp-pagenavi span.pages {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #information .information--main .information--header {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  #information_single .information_single--main .information_single--header {
    margin-bottom: 100px;
    padding-top: 138px;
  }
  #information_single .information_single--main .information_single--header .information_single--header_title {
    text-align: center;
    line-height: 1;
  }
  #information_single .information_single--main .information_single--header .information_single--header_title .icon-information {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #information_single .information_single--main .information_single--header .information_single--header_title h1 {
    margin-top: 10px !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  #information_single .information_single--main .information_single--body {
    padding-inline: 50px;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust {
    margin-inline: auto;
    max-width: 900px;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_image {
    margin-bottom: 105px;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_image img {
    display: block;
    width: 100%;
    height: auto;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description {
    margin-inline: auto;
    max-width: 700px;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description figure img {
    display: block;
    margin: 0 auto;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description h2 {
    margin-bottom: 32px;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--sub_color);
    font-size: 26px;
    line-height: 1.25;
    font-weight: bold;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description h3 {
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description p {
    font-size: 16px;
    line-height: 2;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description ul {
    margin-top: 20px;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description ul li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description small {
    font-size: 12px;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description .information_single--button-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 238px;
    height: 54px;
    border-radius: 27px;
    background-color: var(--sub_color);
    font-size: 20px;
    line-height: 1;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description .information_single--button-line:link, #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description .information_single--button-line:visited, #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description .information_single--button-line:hover, #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description .information_single--button-line:active {
    color: var(--base_color);
    font-weight: var(--font_weight_bold);
  }
  #information_single .information_single--main .information_single--footer {
    margin-top: 140px;
    padding-inline: 50px;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust {
    margin: 0 auto 140px;
    max-width: 1086px;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_title {
    margin-bottom: 60px;
    text-align: center;
    line-height: 1;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_title span {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_title span::before, #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_title span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 116px;
    height: 1px;
    background-color: var(--base_color);
    transform: translateY(-50%);
    margin-top: -2px;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_title span::before {
    right: calc(100% + 15px);
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_title span::after {
    left: calc(100% + 15px);
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -0.92%;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item {
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--sub_color);
    display: flex;
    flex-wrap: wrap;
    margin: 0 0.92% 24px;
    width: 31.49%;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item > img {
    display: block;
    width: 100%;
    height: 229px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body {
    display: flex;
    width: 100%;
    padding: 25px 33px;
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 46%;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body .information_single--footer_link_item_body_main h5 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.25;
    color: var(--base_color);
    font-weight: bold;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body .information_single--footer_link_item_body_main p {
    margin: 0;
    font-size: 14px;
    color: var(--base_color);
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body .information_single--footer_link_item_body_sub {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid var(--white);
    margin-top: 20px;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body .information_single--footer_link_item_body_sub time {
    font-size: 12px;
    color: var(--base_color);
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  #information_single .information_single--main .information_single--header {
    margin: 0 5.3% 85px;
    padding-top: 100px !important;
    width: auto;
  }
  #information_single .information_single--main .information_single--header .information_single--header_title {
    text-align: center;
    line-height: 1.25;
  }
  #information_single .information_single--main .information_single--header .information_single--header_title .icon-information {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #information_single .information_single--main .information_single--header .information_single--header_title h1 {
    margin-top: 10px !important;
    font-size: 24px !important;
    font-weight: bold;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_image {
    margin-bottom: 54px;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_image img {
    display: block;
    width: 100%;
    height: auto;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description {
    margin-inline: 5.3%;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description figure img {
    display: block;
    margin: 0 auto;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description h2 {
    margin-bottom: 32px;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--sub_color);
    font-size: 22px;
    line-height: 1.25;
    font-weight: bold;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description h3 {
    font-size: 16px;
    line-height: 1.8;
    font-weight: bold;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description p {
    font-size: 14px;
    line-height: 2;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description ul {
    margin-top: 18px;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description small {
    font-size: 11px;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description .information_single--button-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 46px;
    border-radius: 23px;
    background-color: var(--sub_color);
    font-size: 16px;
    line-height: 1;
  }
  #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description .information_single--button-line:link, #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description .information_single--button-line:visited, #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description .information_single--button-line:hover, #information_single .information_single--main .information_single--body .information_single--body_adjust .information_single--body_description .information_single--button-line:active {
    color: var(--base_color);
    font-weight: var(--font_weight_bold);
  }
  #information_single .information_single--main .information_single--footer {
    margin-top: 75px;
    margin-inline: 5.3%;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust {
    margin: 0 auto 75px;
    max-width: 500px;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_title {
    position: relative;
    margin-bottom: 48px;
    text-align: center;
    line-height: 1;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_title::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--base_color);
    transform: translateY(-50%);
    margin-top: -2px;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_title span {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-inline: 1rem;
    background-color: var(--white);
    font-size: 20px;
    font-weight: bold;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item {
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--sub_color);
    display: none;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item:nth-of-type(1) {
    display: block;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item > img {
    display: block;
    width: 100%;
    height: auto;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body {
    padding: 25px 34px;
    display: flex;
    width: 100%;
    padding: 25px 33px;
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 46%;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body .information_single--footer_link_item_body_main h5 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.25;
    color: var(--base_color);
    font-weight: bold;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body .information_single--footer_link_item_body_main p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--base_color);
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body .information_single--footer_link_item_body_sub {
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid var(--white);
    margin-top: 20px;
  }
  #information_single .information_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body .information_single--footer_link_item_body_sub time {
    font-size: 12px;
    color: var(--base_color);
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #information_single .information_single--main .information_single--header {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  #concept .concept--main .concept--header {
    margin-bottom: 100px;
    padding-top: 138px;
  }
  #concept .concept--main .concept--header .concept--header_title {
    text-align: center;
    line-height: 1;
  }
  #concept .concept--main .concept--header .concept--header_title .icon-light {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #concept .concept--main .concept--header .concept--header_title h1 {
    margin-top: 10px !important;
    font-size: 40px !important;
    font-weight: bold;
  }
  #concept .concept--main .concept--header .concept--header_title i {
    font-style: normal;
    font-size: 12px;
    margin-top: 5px;
    color: var(--base_color);
    font-weight: bold;
  }
  #concept .concept--main .concept--eyecatch {
    display: flex;
    justify-content: center;
    height: 670px;
    background: url(../images/concept/img01.jpg) center center no-repeat;
    background-size: cover;
  }
  #concept .concept--main .concept--eyecatch .concept--eyecatch_copy {
    text-align: center;
    margin-top: 92px;
    font-size: 44px;
    line-height: 1.3;
    font-weight: var(--font_weight_semibold);
    word-spacing: -3px;
  }
  #concept .concept--main .concept--list {
    max-width: 1440px;
    margin: 100px auto 137px;
    background-color: var(--sub_color);
  }
  #concept .concept--main .concept--list .concept--list_item {
    display: flex;
  }
  #concept .concept--main .concept--list .concept--list_item:nth-of-type(even) .concept--list_item_image {
    order: 2;
  }
  #concept .concept--main .concept--list .concept--list_item:nth-of-type(even) .concept--list_item_body {
    order: 1;
  }
  #concept .concept--main .concept--list .concept--list_item .concept--list_item_image,
#concept .concept--main .concept--list .concept--list_item .concept--list_item_body {
    width: 50%;
  }
  #concept .concept--main .concept--list .concept--list_item .concept--list_item_image img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #concept .concept--main .concept--list .concept--list_item .concept--list_item_image img.concept--list_item_position {
    -o-object-position: left center;
       object-position: left center;
  }
  #concept .concept--main .concept--list .concept--list_item .concept--list_item_body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
  }
  #concept .concept--main .concept--list .concept--list_item .concept--list_item_body > div {
    max-width: 521px;
  }
  #concept .concept--main .concept--list .concept--list_item .concept--list_item_body > div h2 {
    margin-bottom: 39px;
    font-size: 26px;
    line-height: 1.25;
    font-weight: var(--font_weight_bold);
  }
  #concept .concept--main .concept--list .concept--list_item .concept--list_item_body > div p {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  #concept .concept--main .concept--header {
    margin-bottom: 53px;
    padding-top: 29px;
  }
  #concept .concept--main .concept--header .concept--header_title {
    text-align: center;
    line-height: 1;
  }
  #concept .concept--main .concept--header .concept--header_title .icon-light {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #concept .concept--main .concept--header .concept--header_title h1 {
    margin-top: 10px !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  #concept .concept--main .concept--header .concept--header_title i {
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
  }
  #concept .concept--main .concept--eyecatch {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
    height: 500px;
    background: url(../images/concept/img01_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #concept .concept--main .concept--eyecatch .concept--eyecatch_copy {
    text-align: center;
    margin-top: 61px;
    font-size: 26px;
    line-height: 1.5;
    font-weight: var(--font_weight_semibold);
    word-spacing: -3px;
  }
  #concept .concept--main .concept--list {
    margin-bottom: 76px;
    background-color: var(--sub_color);
  }
  #concept .concept--main .concept--list .concept--list_item {
    display: flex;
    flex-wrap: wrap;
  }
  #concept .concept--main .concept--list .concept--list_item:nth-of-type(2) .concept--list_item_body {
    padding-bottom: 50px;
  }
  #concept .concept--main .concept--list .concept--list_item .concept--list_item_image,
#concept .concept--main .concept--list .concept--list_item .concept--list_item_body {
    width: 100%;
  }
  #concept .concept--main .concept--list .concept--list_item .concept--list_item_image {
    order: 2;
  }
  #concept .concept--main .concept--list .concept--list_item .concept--list_item_image img {
    display: block;
    width: 100%;
    height: auto;
  }
  #concept .concept--main .concept--list .concept--list_item .concept--list_item_body {
    order: 1;
    padding: 55px 5.3% 45px;
  }
  #concept .concept--main .concept--list .concept--list_item .concept--list_item_body > div h2 {
    text-align: center;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: var(--font_weight_bold);
  }
  #concept .concept--main .concept--list .concept--list_item .concept--list_item_body > div p {
    font-size: 14px;
    line-height: 1.5;
  }
  #concept .concept--main .concept--list .concept--list_item:nth-child(3) .concept--list_item_body {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #concept .concept--main .concept--header {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  #feature .feature--main .feature--header {
    margin-bottom: 100px;
    padding-top: 138px;
  }
  #feature .feature--main .feature--header .feature--header_title {
    text-align: center;
    line-height: 1;
  }
  #feature .feature--main .feature--header .feature--header_title .icon-order {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #feature .feature--main .feature--header .feature--header_title h1 {
    margin-top: 10px !important;
    font-size: 40px !important;
    font-weight: bold;
  }
  #feature .feature--main .feature--header .feature--header_title i {
    font-style: normal;
    font-size: 12px;
    margin-top: 5px;
    color: var(--base_color);
    font-weight: bold;
  }
  #feature .feature--main .feature--list_container {
    margin-bottom: 140px;
    padding-inline: 50px;
  }
  #feature .feature--main .feature--list_container .feature--list {
    margin-inline: auto;
    max-width: 1086px;
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -1.165%;
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card {
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--sub_color);
    display: flex;
    flex-wrap: wrap;
    margin: 0 1.165% 24px;
    width: 31%;
    transition-duration: 0.4s;
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card:link, #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card:visited, #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card:hover, #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card:active {
    color: var(--base_color);
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card:hover {
    opacity: 0.6;
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card .feature--card_image {
    display: block;
    width: 100%;
    height: 229px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card .feature--card_body {
    display: flex;
    width: 100%;
    padding: 25px 33px;
    align-items: space-between;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 50%;
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card .feature--card_body .feature--card_body_main,
#feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card .feature--card_body .feature--card_body_sub {
    width: 100%;
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card .feature--card_body .feature--card_body_main h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: bold;
    color: var(--base_color);
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card .feature--card_body .feature--card_body_main p {
    font-size: 14px;
    color: var(--base_color);
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card .feature--card_body .feature--card_body_sub {
    margin-top: 39px;
    padding-top: 20px;
    border-top: 1px solid var(--white);
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card .feature--card_body .feature--card_body_sub time {
    font-size: 12px;
    color: var(--base_color);
    font-weight: 500;
  }
  #feature .feature--main .feature--list_container .wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    padding-inline: 50px;
  }
  #feature .feature--main .feature--list_container .wp-pagenavi span,
#feature .feature--main .feature--list_container .wp-pagenavi a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: 5px;
    border: 1px solid var(--light_gray);
    width: 33px;
    height: 33px;
    font-size: 16px;
    line-height: 1;
    font-weight: var(--font_weight_semibold);
    color: var(--base_color);
  }
  #feature .feature--main .feature--list_container .wp-pagenavi span {
    background-color: var(--base_color);
    color: var(--white);
  }
  #feature .feature--main .feature--list_container .wp-pagenavi span.pages {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #feature .feature--main .feature--header {
    margin-bottom: 52px;
    padding: 30px 4.4% 0;
  }
  #feature .feature--main .feature--header .feature--header_title {
    text-align: center;
    line-height: 1;
  }
  #feature .feature--main .feature--header .feature--header_title .icon-order {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 54px;
  }
  #feature .feature--main .feature--header .feature--header_title h1 {
    margin-top: 10px !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  #feature .feature--main .feature--header .feature--header_title i {
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
  }
  #feature .feature--main .feature--list_container {
    margin-bottom: 76px;
    padding-inline: 4.4%;
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust {
    margin-inline: auto;
    max-width: 500px;
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--sub_color);
    margin-bottom: 54px;
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card:link, #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card:visited, #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card:hover, #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card:active {
    color: var(--base_color);
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card:hover {
    opacity: 0.6;
    transition: all 0.6s ease;
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card .feature--card_image {
    display: block;
    width: 100%;
    height: auto;
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card .feature--card_body {
    display: flex;
    width: 100%;
    padding: 25px 33px;
    align-items: space-between;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 50%;
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card .feature--card_body .feature--card_body_main,
#feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card .feature--card_body .feature--card_body_sub {
    width: 100%;
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card .feature--card_body .feature--card_body_main h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.25;
    color: var(--base_color);
    font-weight: var(--font_weight_bold);
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card .feature--card_body .feature--card_body_main p {
    font-size: 14px;
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card .feature--card_body .feature--card_body_sub {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--white);
  }
  #feature .feature--main .feature--list_container .feature--list .feature--list_adjust .feature--card .feature--card_body .feature--card_body_sub time {
    font-size: 12px;
    color: var(--base_color);
    font-weight: 500;
  }
  #feature .feature--main .feature--list_container .wp-pagenavi {
    display: flex;
    justify-content: center;
    padding-inline: 4.4%;
  }
  #feature .feature--main .feature--list_container .wp-pagenavi span,
#feature .feature--main .feature--list_container .wp-pagenavi a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: 5px;
    border: 1px solid var(--light_gray);
    width: 33px;
    height: 33px;
    font-size: 16px;
    line-height: 1;
    font-weight: var(--font_weight_semibold);
    color: var(--base_color);
  }
  #feature .feature--main .feature--list_container .wp-pagenavi span {
    background-color: var(--base_color);
    color: var(--white);
  }
  #feature .feature--main .feature--list_container .wp-pagenavi span.pages {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #feature .feature--main .feature--header {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  #feature_single .feature_single--main .feature_single--header {
    margin-bottom: 100px;
    padding-top: 138px;
  }
  #feature_single .feature_single--main .feature_single--header .feature_single--header_title {
    text-align: center;
    line-height: 1;
  }
  #feature_single .feature_single--main .feature_single--header .feature_single--header_title .icon-order {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #feature_single .feature_single--main .feature_single--header .feature_single--header_title h1 {
    margin-top: 10px !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  #feature_single .feature_single--main .feature_single--image {
    margin-bottom: 105px;
    padding-inline: 50px;
  }
  #feature_single .feature_single--main .feature_single--image .feature_single--image_adjust {
    margin-inline: auto;
    width: 100%;
    max-width: 897px;
  }
  #feature_single .feature_single--main .feature_single--image .feature_single--image_adjust img {
    display: block;
    width: 100%;
    height: auto;
  }
  #feature_single .feature_single--main .information_single--body_description {
    margin-inline: auto;
    max-width: 700px;
  }
  #feature_single .feature_single--main .information_single--body_description figure img {
    display: block;
    margin: 0 auto;
  }
  #feature_single .feature_single--main .information_single--body_description h2 {
    margin-bottom: 32px;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--sub_color);
    font-size: 26px !important;
    line-height: 1.25;
    font-weight: bold;
  }
  #feature_single .feature_single--main .information_single--body_description h3 {
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
  }
  #feature_single .feature_single--main .information_single--body_description p {
    font-size: 16px;
    line-height: 2;
  }
  #feature_single .feature_single--main .information_single--body_description ul {
    margin-top: 20px;
  }
  #feature_single .feature_single--main .information_single--body_description ul li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #feature_single .feature_single--main .information_single--body_description small {
    font-size: 12px;
  }
  #feature_single .feature_single--main .information_single--body_description .information_single--button-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 238px;
    height: 54px;
    border-radius: 27px;
    background-color: var(--sub_color);
    font-size: 20px;
    line-height: 1;
  }
  #feature_single .feature_single--main .information_single--body_description .information_single--button-line:link, #feature_single .feature_single--main .information_single--body_description .information_single--button-line:visited, #feature_single .feature_single--main .information_single--body_description .information_single--button-line:hover, #feature_single .feature_single--main .information_single--body_description .information_single--button-line:active {
    color: var(--base_color);
    font-weight: var(--font_weight_bold);
  }
  #feature_single .feature_single--main .information_single--footer {
    margin-top: 140px;
    padding-inline: 50px;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust {
    margin: 0 auto 140px;
    max-width: 1086px;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_title {
    margin-bottom: 60px;
    text-align: center;
    line-height: 1;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_title span {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_title span::before, #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_title span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 116px;
    height: 1px;
    background-color: var(--base_color);
    transform: translateY(-50%);
    margin-top: -2px;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_title span::before {
    right: calc(100% + 15px);
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_title span::after {
    left: calc(100% + 15px);
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -0.92%;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item {
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--sub_color);
    display: flex;
    flex-wrap: wrap;
    margin: 0 0.92% 24px;
    width: 31.49%;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item > img {
    display: block;
    width: 100%;
    height: 229px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body {
    display: flex;
    width: 100%;
    padding: 25px 33px;
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 46%;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body .information_single--footer_link_item_body_main h5 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.25;
    color: var(--base_color);
    font-weight: bold;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body .information_single--footer_link_item_body_main p {
    margin: 0;
    font-size: 14px;
    color: var(--base_color);
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body .information_single--footer_link_item_body_sub {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid var(--white);
    margin-top: 20px;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body .information_single--footer_link_item_body_sub time {
    font-size: 12px;
    color: var(--base_color);
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  #feature_single .feature_single--main .feature_single--header {
    margin-bottom: 51px;
    padding-top: 30px;
  }
  #feature_single .feature_single--main .feature_single--header .feature_single--header_title {
    text-align: center;
    line-height: 1;
  }
  #feature_single .feature_single--main .feature_single--header .feature_single--header_title .icon-order {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #feature_single .feature_single--main .feature_single--header .feature_single--header_title h1 {
    margin-top: 10px !important;
    font-size: 24px !important;
    font-weight: bold;
  }
  #feature_single .feature_single--main .feature_single--image {
    margin-bottom: 55px;
  }
  #feature_single .feature_single--main .feature_single--image .feature_single--image_adjust img {
    display: block;
    width: 100%;
    height: auto;
  }
  #feature_single .feature_single--main .information_single--body_description {
    margin-inline: 5.3%;
  }
  #feature_single .feature_single--main .information_single--body_description figure img {
    display: block;
    margin: 0 auto;
  }
  #feature_single .feature_single--main .information_single--body_description h2 {
    margin-bottom: 32px;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--sub_color);
    font-size: 22px;
    line-height: 1.25;
    font-weight: bold;
  }
  #feature_single .feature_single--main .information_single--body_description h3 {
    font-size: 16px;
    line-height: 1.8;
    font-weight: bold;
  }
  #feature_single .feature_single--main .information_single--body_description p {
    font-size: 14px;
    line-height: 2;
  }
  #feature_single .feature_single--main .information_single--body_description ul {
    margin-top: 18px;
  }
  #feature_single .feature_single--main .information_single--body_description ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #feature_single .feature_single--main .information_single--body_description small {
    font-size: 11px;
  }
  #feature_single .feature_single--main .information_single--body_description .information_single--button-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 46px;
    border-radius: 23px;
    background-color: var(--sub_color);
    font-size: 16px;
    line-height: 1;
  }
  #feature_single .feature_single--main .information_single--body_description .information_single--button-line:link, #feature_single .feature_single--main .information_single--body_description .information_single--button-line:visited, #feature_single .feature_single--main .information_single--body_description .information_single--button-line:hover, #feature_single .feature_single--main .information_single--body_description .information_single--button-line:active {
    color: var(--base_color);
    font-weight: var(--font_weight_bold);
  }
  #feature_single .feature_single--main .information_single--footer {
    margin-top: 75px;
    margin-inline: 5.3%;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust {
    margin: 0 auto 75px;
    max-width: 500px;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_title {
    position: relative;
    margin-bottom: 48px;
    text-align: center;
    line-height: 1;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_title::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--base_color);
    transform: translateY(-50%);
    margin-top: -2px;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_title span {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-inline: 1rem;
    background-color: var(--white);
    font-size: 20px;
    font-weight: bold;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item {
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--sub_color);
    display: none;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item:nth-of-type(1) {
    display: block;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item > img {
    display: block;
    width: 100%;
    height: auto;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body {
    padding: 25px 34px;
    display: flex;
    width: 100%;
    padding: 25px 33px;
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 46%;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body .information_single--footer_link_item_body_main h5 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.25;
    color: var(--base_color);
    font-weight: bold;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body .information_single--footer_link_item_body_main p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--base_color);
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body .information_single--footer_link_item_body_sub {
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid var(--white);
    margin-top: 20px;
  }
  #feature_single .feature_single--main .information_single--footer .information_single--footer_adjust .information_single--footer_link .information_single--footer_link_item .information_single--footer_link_item_body .information_single--footer_link_item_body_sub time {
    font-size: 12px;
    color: var(--base_color);
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #feature_single .feature_single--main .feature_single--header {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  #service .service--main .service--header {
    margin-bottom: 100px;
    padding-top: 138px;
  }
  #service .service--main .service--header .service--header_title {
    text-align: center;
    line-height: 1;
  }
  #service .service--main .service--header .service--header_title .icon-character_heart {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
    font-weight: normal;
  }
  #service .service--main .service--header .service--header_title h1 {
    margin-top: 5px !important;
    font-size: 40px !important;
    font-weight: bold;
  }
  #service .service--main .service--header .service--header_title i {
    font-style: normal;
    font-size: 12px;
    margin-top: 5px;
    color: var(--base_color);
    font-weight: bold;
  }
  #service .service--main .service--content-store {
    margin-bottom: 140px;
  }
  #service .service--main .service--content-store .service--title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    background: url(../images/service/img01.jpg) center center no-repeat;
    background-size: cover;
    font-size: 30px;
    line-height: 1;
    color: var(--white);
    font-weight: var(--font_weight_bold);
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  #service .service--main .service--content-store .service--subtitle {
    text-align: center;
    margin-block: 105px 45px;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
  }
  #service .service--main .service--content-store .service--subtitle span {
    position: relative;
    display: inline-block;
    bottom: -2px;
    font-size: 40px;
  }
  #service .service--main .service--content-store .service--list {
    margin-bottom: 99px;
    padding-inline: 50px;
    font-weight: bold;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust {
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    max-width: 1086px;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 45px 29px 0px;
    width: 31.49%;
    background-color: var(--sub_color);
    border-radius: 10px;
    counter-increment: cnt;
    text-align: center;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item::before {
    content: "0" counter(cnt);
    display: block;
    text-align: center;
    width: 100%;
    font-size: 40px;
    font-weight: var(--font_weight_bold);
    color: var(--white);
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item i {
    display: inline-block;
    margin-inline: auto;
    font-size: 140px;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item i.icon-reserve {
    margin-block: 21px 7px;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item i.icon-reserve {
    margin: 0;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item strong {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 70px;
    line-height: 1;
    font-weight: var(--font_weight_base);
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item strong span {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    margin-top: 20px;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item strong span::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--white);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item strong i {
    font-style: normal;
    font-size: 18px;
    font-weight: var(--font_weight_bold);
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    font-weight: 500;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item ul {
    width: 100%;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item ul li small {
    position: relative;
    font-size: 12px;
    padding-left: 12px;
    font-weight: bold;
    display: block;
    padding-left: 0;
    text-align: left;
    font-weight: 500;
  }
  #service .service--main .service--content-store .service--content {
    margin-bottom: 71px;
    padding-inline: 50px;
  }
  #service .service--main .service--content-store .service--content .service--content_item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1266px;
    margin-inline: auto;
    margin-bottom: 78px;
  }
  #service .service--main .service--content-store .service--content .service--content_item:nth-of-type(even) > img {
    order: 2;
  }
  #service .service--main .service--content-store .service--content .service--content_item:nth-of-type(even) .service--content_item_body {
    order: 1;
  }
  #service .service--main .service--content-store .service--content .service--content_item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #service .service--main .service--content-store .service--content .service--content_item > img {
    display: block;
    width: 41.23%;
    height: auto;
  }
  #service .service--main .service--content-store .service--content .service--content_item .service--content_item_body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50.94%;
  }
  #service .service--main .service--content-store .service--content .service--content_item .service--content_item_body h2 {
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: bold;
  }
  #service .service--main .service--content-store .service--content .service--content_item .service--content_item_body p {
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    font-weight: 500;
  }
  #service .service--main .service--content-store .service--aside {
    padding-inline: 50px;
  }
  #service .service--main .service--content-store .service--aside .service--aside_adjust {
    margin-inline: auto;
    max-width: 1266px;
  }
  #service .service--main .service--content-store .service--aside .service--aside_adjust p {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 1rem;
  }
  #service .service--main .service--content-store .service--aside .service--aside_adjust small {
    display: block;
    font-size: 11px;
    line-height: 2;
  }
  #service .service--main .service--content-shipping {
    margin-bottom: 140px;
  }
  #service .service--main .service--content-shipping .service--title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    background: url(../images/service/img04.jpg) center center no-repeat;
    background-size: cover;
    font-size: 30px;
    line-height: 1;
    color: var(--white);
    margin-bottom: 103px;
    font-weight: var(--font_weight_bold);
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  #service .service--main .service--content-shipping .service--body {
    padding-inline: 50px;
  }
  #service .service--main .service--content-shipping .service--body > table {
    margin-inline: auto;
    width: 100%;
    max-width: 700px;
  }
  #service .service--main .service--content-shipping .service--body > table .postage-link {
    cursor: pointer;
  }
  #service .service--main .service--content-shipping .service--body > table tr:nth-last-of-type(1) th,
#service .service--main .service--content-shipping .service--body > table tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
  #service .service--main .service--content-shipping .service--body > table th,
#service .service--main .service--content-shipping .service--body > table td {
    border-bottom: 1px solid var(--border);
    font-size: 16px;
  }
  #service .service--main .service--content-shipping .service--body > table th {
    white-space: nowrap;
    background-color: var(--sub_color);
    width: 227px;
    padding: 27px 20px;
    vertical-align: top;
  }
  #service .service--main .service--content-shipping .service--body > table td {
    text-align: justify;
    padding: 20px;
  }
  #service .service--main .service--content-shipping .service--body > table td a {
    transition-duration: 0.4s;
  }
  #service .service--main .service--content-shipping .service--body > table td a:link, #service .service--main .service--content-shipping .service--body > table td a:visited, #service .service--main .service--content-shipping .service--body > table td a:hover, #service .service--main .service--content-shipping .service--body > table td a:active {
    color: var(--base_color);
  }
  #service .service--main .service--content-shipping .service--body > table td a:link {
    font-weight: 600;
    border-bottom: 1px solid #1363A1 !important;
    color: var(--base_color);
  }
  #service .service--main .service--content-shipping .service--body > table td a:hover {
    opacity: 0.7;
  }
  #service .service--main .service--content-shipping .service--body > table td a:after {
    content: "→";
    margin-left: 10px;
  }
  #service .service--main .service--content-shipping .service--body > table td span {
    line-height: 2;
  }
  #service .service--main .service--content-shipping .service--body > table td span a {
    color: var(--base_color);
    -webkit-text-decoration-color: var(--base_color);
            text-decoration-color: var(--base_color);
  }
  #service .service--main .service--content-shipping .service--body > table td span a:hover {
    color: var(--base_color);
  }
  #service .service--main .service--content-shipping .service--body > table td hr {
    border-color: var(--sub_color);
    border-top-width: 2px;
    width: 32px;
    margin: 1rem 0 1rem 1rem;
  }
  #service .service--main .service--content-shipping .service--body > table td small {
    font-size: 13px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  #service .service--main .service--header {
    margin-bottom: 52px;
    padding-top: 29px;
  }
  #service .service--main .service--header .service--header_title {
    text-align: center;
    line-height: 1;
  }
  #service .service--main .service--header .service--header_title .icon-character_heart {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
    font-weight: normal;
  }
  #service .service--main .service--header .service--header_title h1 {
    margin-top: 5px !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  #service .service--main .service--header .service--header_title i {
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
  }
  #service .service--main .service--content-store {
    margin-bottom: 126px;
  }
  #service .service--main .service--content-store .service--title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 251px;
    background: url(../images/service/img01_sp.jpg) top center no-repeat;
    background-size: cover;
    font-size: 25px;
    line-height: 1;
    color: var(--white);
    font-weight: var(--font_weight_bold);
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  #service .service--main .service--content-store .service--subtitle {
    text-align: center;
    margin-block: 54px 39px;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
  }
  #service .service--main .service--content-store .service--subtitle span {
    position: relative;
    display: inline-block;
    bottom: -2px;
    font-size: 36px;
  }
  #service .service--main .service--content-store .service--list {
    margin-bottom: 55px;
    padding-inline: 5.3%;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust {
    margin-inline: auto;
    max-width: 500px;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item {
    margin-bottom: 23px;
    padding: 45px 29px 20px;
    background-color: var(--sub_color);
    border-radius: 10px;
    counter-increment: cnt;
    text-align: center;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item::before {
    content: "0" counter(cnt);
    display: block;
    text-align: center;
    width: 100%;
    font-size: 40px;
    font-weight: var(--font_weight_bold);
    color: var(--white);
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item .icon-delivery,
#service .service--main .service--content-store .service--list .service--list_adjust .service--list_item .icon-assembly,
#service .service--main .service--content-store .service--list .service--list_adjust .service--list_item .icon-reserve {
    font-size: 140px;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item i.icon-reserve {
    margin: 0;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item:nth-of-type(3) h3 {
    margin-bottom: 18px;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item:nth-of-type(3) strong {
    margin-bottom: 44px;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item strong {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 70px;
    line-height: 1;
    font-weight: var(--font_weight_base);
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item strong span {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    margin-top: 20px;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item strong span::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--white);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item strong i {
    font-style: normal;
    font-size: 18px;
    font-weight: var(--font_weight_bold);
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item p {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    font-weight: 500;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item ul {
    width: 100%;
  }
  #service .service--main .service--content-store .service--list .service--list_adjust .service--list_item ul li small {
    position: relative;
    font-size: 12px;
    padding-left: 12px;
    display: block;
    padding-left: 0;
    text-align: left;
    font-weight: 500;
  }
  #service .service--main .service--content-store .service--content {
    margin-bottom: 64px;
    padding-inline: 5.3%;
  }
  #service .service--main .service--content-store .service--content .service--content_item {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    margin-bottom: 36px;
  }
  #service .service--main .service--content-store .service--content .service--content_item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #service .service--main .service--content-store .service--content .service--content_item > img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
  #service .service--main .service--content-store .service--content .service--content_item .service--content_item_body h2 {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: bold;
  }
  #service .service--main .service--content-store .service--content .service--content_item .service--content_item_body p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
  }
  #service .service--main .service--content-store .service--aside {
    padding-inline: 5.3%;
  }
  #service .service--main .service--content-store .service--aside .service--aside_adjust {
    margin-inline: auto;
    max-width: 500px;
  }
  #service .service--main .service--content-store .service--aside .service--aside_adjust p {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 1rem;
  }
  #service .service--main .service--content-store .service--aside .service--aside_adjust small {
    display: block;
    font-size: 11px;
    line-height: 2;
  }
  #service .service--main .service--content-shipping {
    margin-bottom: 75px;
  }
  #service .service--main .service--content-shipping .service--title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 251px;
    background: url(../images/service/img04_sp.jpg) center center no-repeat;
    background-size: cover;
    font-size: 25px;
    line-height: 1;
    color: var(--white);
    margin-bottom: 53px;
    font-weight: var(--font_weight_bold);
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  #service .service--main .service--content-shipping .service--body {
    padding-inline: 5.3%;
  }
  #service .service--main .service--content-shipping .service--body > table {
    margin-inline: auto;
    width: 100%;
    max-width: 500px;
  }
  #service .service--main .service--content-shipping .service--body > table .postage-link {
    cursor: pointer;
  }
  #service .service--main .service--content-shipping .service--body > table tr:nth-last-of-type(1) th,
#service .service--main .service--content-shipping .service--body > table tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
  #service .service--main .service--content-shipping .service--body > table th,
#service .service--main .service--content-shipping .service--body > table td {
    border-bottom: 1px solid var(--border);
    font-size: 14px;
  }
  #service .service--main .service--content-shipping .service--body > table th {
    background-color: var(--sub_color);
    width: 109px;
    padding: 24px 19px;
  }
  #service .service--main .service--content-shipping .service--body > table td {
    text-align: justify;
    padding: 19px 18px;
  }
  #service .service--main .service--content-shipping .service--body > table td a {
    font-weight: 600;
    border-bottom: 1px solid #1363A1 !important;
    color: var(--base_color);
    transition: all 0.6s ease;
  }
  #service .service--main .service--content-shipping .service--body > table td a:hover {
    opacity: 0.6;
  }
  #service .service--main .service--content-shipping .service--body > table td a:after {
    content: "→";
    margin-left: 10px;
  }
  #service .service--main .service--content-shipping .service--body > table td span {
    line-height: 1.5;
  }
  #service .service--main .service--content-shipping .service--body > table td span a {
    color: var(--base_color);
    -webkit-text-decoration-color: var(--base_color);
            text-decoration-color: var(--base_color);
  }
  #service .service--main .service--content-shipping .service--body > table td span a:hover {
    color: var(--base_color);
  }
  #service .service--main .service--content-shipping .service--body > table td hr {
    border-color: var(--sub_color);
    border-top-width: 2px;
    width: 32px;
    margin: 1rem auto;
  }
  #service .service--main .service--content-shipping .service--body > table td small {
    font-size: 11px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #service .service--main .service--header {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  #postage .postage--main .postage--header {
    margin-bottom: 100px;
    padding-top: 138px;
  }
  #postage .postage--main .postage--header .postage--header_title {
    text-align: center;
    line-height: 1;
  }
  #postage .postage--main .postage--header .postage--header_title .icon-character_heart {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #postage .postage--main .postage--header .postage--header_title h1 {
    margin-top: 10px !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  #postage .postage--main .postage--kv {
    margin-bottom: 103px;
    background-color: #FFDF00;
    display: flex;
  }
  #postage .postage--main .postage--kv picture {
    margin: auto;
    height: 100%;
  }
  #postage .postage--main .postage--kv picture img {
    display: block;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #postage .postage--main .postage--container {
    padding-inline: 50px;
    margin-bottom: 142px;
  }
  #postage .postage--main .postage--container .postage--article {
    margin: 0 auto 100px;
    width: 100%;
    max-width: 700px;
  }
  #postage .postage--main .postage--container .postage--article:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #postage .postage--main .postage--container .postage--article h2 {
    margin-bottom: 71px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--sub_color);
    font-size: 26px;
    font-weight: bold;
  }
  #postage .postage--main .postage--container .postage--article table {
    width: 100%;
  }
  #postage .postage--main .postage--container .postage--article table.sp_only {
    display: none;
  }
  #postage .postage--main .postage--container .postage--article table tr:nth-last-of-type(1) th,
#postage .postage--main .postage--container .postage--article table tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
  #postage .postage--main .postage--container .postage--article table tr th,
#postage .postage--main .postage--container .postage--article table tr td {
    border-left: 1px solid var(--gray);
  }
  #postage .postage--main .postage--container .postage--article table tr th:nth-of-type(1),
#postage .postage--main .postage--container .postage--article table tr td:nth-of-type(1) {
    border-left: none;
  }
  #postage .postage--main .postage--container .postage--article table tr th:nth-of-type(2),
#postage .postage--main .postage--container .postage--article table tr td:nth-of-type(2) {
    width: 196px;
  }
  #postage .postage--main .postage--container .postage--article table tr th:nth-of-type(3),
#postage .postage--main .postage--container .postage--article table tr td:nth-of-type(3) {
    width: 184px;
  }
  #postage .postage--main .postage--container .postage--article table tr th {
    white-space: nowrap;
    padding: 24px 20px;
    background-color: var(--sub_color);
    font-size: 16px;
  }
  #postage .postage--main .postage--container .postage--article table tr td {
    border-bottom: 1px solid var(--gray);
    padding: 18px 20px;
    font-size: 14px;
    line-height: 2;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  #postage .postage--main .postage--header {
    margin-bottom: 51px;
    padding-top: 29px;
  }
  #postage .postage--main .postage--header .postage--header_title {
    text-align: center;
    line-height: 1;
  }
  #postage .postage--main .postage--header .postage--header_title .icon-character_heart {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #postage .postage--main .postage--header .postage--header_title h1 {
    margin-top: 10px !important;
    font-size: 24px !important;
    font-weight: bold;
  }
  #postage .postage--main .postage--kv {
    margin-bottom: 51px;
    height: 500px;
    display: flex;
    background-color: #FFDF00;
  }
  #postage .postage--main .postage--kv picture {
    margin: auto;
    height: 100%;
  }
  #postage .postage--main .postage--kv picture img {
    display: block;
    height: 100%;
  }
  #postage .postage--main .postage--container {
    padding-inline: 5.3%;
    margin-bottom: 75px;
  }
  #postage .postage--main .postage--container .postage--article {
    margin: 0 auto 56px;
    width: 100%;
    max-width: 700px;
  }
  #postage .postage--main .postage--container .postage--article:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #postage .postage--main .postage--container .postage--article h2 {
    margin-bottom: 39px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--sub_color);
    font-size: 22px;
    font-weight: bold;
  }
  #postage .postage--main .postage--container .postage--article table {
    width: 100%;
    display: none;
  }
  #postage .postage--main .postage--container .postage--article table.sp_only {
    display: table;
    margin-bottom: 23px;
  }
  #postage .postage--main .postage--container .postage--article table:nth-last-of-type(1).sp_only {
    margin-bottom: 0;
  }
  #postage .postage--main .postage--container .postage--article table tr:nth-last-of-type(1) th,
#postage .postage--main .postage--container .postage--article table tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
  #postage .postage--main .postage--container .postage--article table tr th,
#postage .postage--main .postage--container .postage--article table tr td {
    border-bottom: 1px solid var(--gray);
    font-size: 13px;
  }
  #postage .postage--main .postage--container .postage--article table tr th:nth-of-type(1),
#postage .postage--main .postage--container .postage--article table tr td:nth-of-type(1) {
    width: 148px;
  }
  #postage .postage--main .postage--container .postage--article table tr th {
    white-space: nowrap;
    padding: 18px 10px;
    background-color: var(--sub_color);
  }
  #postage .postage--main .postage--container .postage--article table tr td {
    padding: 12px;
    line-height: 2;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #postage .postage--main .postage--header {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  #store_sakai .store_sakai--main {
    margin-bottom: 140px;
  }
  #store_sakai .store_sakai--main .store_sakai--header {
    margin-bottom: 72px;
    padding-top: 138px;
  }
  #store_sakai .store_sakai--main .store_sakai--header .store_sakai--header_title {
    text-align: center;
    line-height: 1;
  }
  #store_sakai .store_sakai--main .store_sakai--header .store_sakai--header_title .icon-store {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #store_sakai .store_sakai--main .store_sakai--header .store_sakai--header_title h1 {
    margin-top: -5px !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  #store_sakai .store_sakai--main .store_sakai--description {
    margin-bottom: 96px;
  }
  #store_sakai .store_sakai--main .store_sakai--description p {
    text-align: center;
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
  }
  #store_sakai .store_sakai--main .slick {
    margin-bottom: 102px;
    padding-inline: 50px;
  }
  #store_sakai .store_sakai--main .slick .slick--adjust {
    margin-inline: auto;
    width: 100%;
    max-width: 900px;
  }
  #store_sakai .store_sakai--main .slick .slick--adjust .slick--images {
    margin-bottom: 32px;
    position: relative;
    height: 600px;
  }
  #store_sakai .store_sakai--main .slick .slick--adjust .slick--images img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -20;
    opacity: 0;
    transition: all 0.6s ease;
  }
  #store_sakai .store_sakai--main .slick .slick--adjust .slick--images img.is_active {
    z-index: 1;
    opacity: 1;
  }
  #store_sakai .store_sakai--main .slick .slick--adjust .slick--thumbnail {
    overflow: hidden;
    margin-inline: -0.5%;
  }
  #store_sakai .store_sakai--main .slick .slick--adjust .slick--thumbnail img {
    cursor: pointer;
    margin-inline: 0.5%;
    display: block;
    float: left;
    width: 15.66%;
  }
  #store_sakai .store_sakai--main .slick .slick--adjust .slick--thumbnail .slick-track {
    transform: translate3d(0, 0, 0) !important;
  }
  #store_sakai .store_sakai--main .store_sakai--content {
    margin-bottom: 103px;
    padding-inline: 50px;
    padding-top: 60px;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--status {
    display: flex;
    align-items: center;
    margin-inline: auto;
    width: 100%;
    max-width: 700px;
    margin-bottom: 42px;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--status .store_sakai--status_car {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 46px;
    border-radius: 5px;
    background-color: var(--base_color);
    font-size: 16px;
    color: var(--white);
    margin-right: 34px;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--status .store_sakai--status_car i::before {
    font-size: 40px;
    color: var(--white);
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--status .store_sakai--status_car span {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -3px;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--status .store_sakai--status_sns {
    margin-right: 22px;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--status .store_sakai--status_sns:nth-last-of-type(1) {
    margin-right: 0;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--status .store_sakai--status_sns .icon-mail::before {
    font-size: 48px;
    color: var(--base_color);
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table {
    margin-inline: auto;
    width: 100%;
    max-width: 700px;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr:nth-last-of-type(1) th,
#store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr th,
#store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr td {
    font-size: 16px;
    border-bottom: 1px solid var(--gray);
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr th {
    width: 104px;
    background-color: var(--sub_color);
    padding: 22px 20px;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr td {
    line-height: 2;
    padding: 14px 20px;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr td a {
    transition-duration: 0.4s;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr td a:link, #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr td a:visited, #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr td a:hover, #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr td a:active {
    color: var(--base_color);
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr td a:hover {
    opacity: 0.7;
  }
  #store_sakai .store_sakai--main .store_sakai--map {
    margin-inline: auto;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #store_sakai .store_sakai--main {
    margin-bottom: 75px;
  }
  #store_sakai .store_sakai--main .store_sakai--header {
    margin-bottom: 36px;
    padding-top: 30px;
  }
  #store_sakai .store_sakai--main .store_sakai--header .store_sakai--header_title {
    text-align: center;
    line-height: 1;
  }
  #store_sakai .store_sakai--main .store_sakai--header .store_sakai--header_title .icon-store {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 50px;
  }
  #store_sakai .store_sakai--main .store_sakai--header .store_sakai--header_title h1 {
    margin-top: -5px !important;
    font-size: 24px !important;
    font-weight: bold;
  }
  #store_sakai .store_sakai--main .store_sakai--description {
    margin-bottom: 50px;
    padding-inline: 5.3%;
  }
  #store_sakai .store_sakai--main .store_sakai--description p {
    text-align: center;
    font-size: 15px;
    line-height: 2;
    font-weight: bold;
  }
  #store_sakai .store_sakai--main .slick {
    overflow: hidden;
    margin-bottom: 36px;
    padding-inline: 5.3%;
  }
  #store_sakai .store_sakai--main .slick .slick--adjust {
    margin-inline: auto;
    width: 100%;
    max-width: 500px;
  }
  #store_sakai .store_sakai--main .slick .slick--adjust .slick--images {
    margin-bottom: 22px;
    position: relative;
    height: 224px;
  }
  #store_sakai .store_sakai--main .slick .slick--adjust .slick--images img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -20;
    opacity: 0;
    transition: all 0.6s ease;
  }
  #store_sakai .store_sakai--main .slick .slick--adjust .slick--images img.is_active {
    z-index: 1;
    opacity: 1;
  }
  #store_sakai .store_sakai--main .slick .slick--adjust .slick--thumbnail {
    transform: unset !important;
    overflow: hidden;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #store_sakai .store_sakai--main .slick .slick--adjust .slick--thumbnail img {
    width: 32%;
    margin-bottom: 18px;
  }
  #store_sakai .store_sakai--main .slick .slick--adjust .slick--thumbnail .slick-list {
    width: 103%;
    margin-inline: -1.5%;
  }
  #store_sakai .store_sakai--main .slick .slick--adjust .slick--thumbnail .slick-list .slick-track {
    transform: translate3d(0, 0, 0) !important;
  }
  #store_sakai .store_sakai--main .slick .slick--adjust .slick--thumbnail .slick-slide {
    float: left !important;
    aspect-ratio: 158/100;
    width: 30.33% !important;
    margin: 0 1.5% 15px;
  }
  #store_sakai .store_sakai--main .store_sakai--content {
    margin-bottom: 55px;
    padding-inline: 5.3%;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--status {
    display: flex;
    align-items: center;
    margin-inline: auto;
    width: 100%;
    max-width: 700px;
    margin-bottom: 23px;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--status .store_sakai--status_car {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 46px;
    border-radius: 5px;
    background-color: var(--base_color);
    font-size: 16px;
    color: var(--white);
    margin-right: 17px;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--status .store_sakai--status_car i::before {
    font-size: 40px;
    color: var(--white);
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--status .store_sakai--status_car span {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -3px;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--status .store_sakai--status_sns {
    margin-right: 14px;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--status .store_sakai--status_sns:nth-last-of-type(1) {
    margin-right: 0;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--status .store_sakai--status_sns .icon-mail::before {
    font-size: 48px;
    color: var(--base_color);
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table {
    margin-inline: auto;
    width: 100%;
    max-width: 700px;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr:nth-last-of-type(1) th,
#store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr th,
#store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr td {
    border-bottom: 1px solid var(--gray);
    font-size: 14px;
    line-height: 1.5;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr th {
    width: 104px;
    background-color: var(--sub_color);
    padding: 14px 20px;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr td {
    padding: 14px 20px;
  }
  #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr td a:link, #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr td a:visited, #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr td a:hover, #store_sakai .store_sakai--main .store_sakai--content .store_sakai--address table tr td a:active {
    color: var(--base_color);
  }
  #store_sakai .store_sakai--main .store_sakai--map {
    margin-inline: auto;
    padding-inline: 5.3%;
    max-width: 900px;
    margin: 0 auto;
  }
  #store_sakai .store_sakai--main .store_sakai--map iframe {
    height: 230px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #store_sakai .store_sakai--main .store_sakai--header {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  #store_higasioosaka .store_higasioosaka--main {
    margin-bottom: 140px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--header {
    margin-bottom: 72px;
    padding-top: 138px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--header .store_higasioosaka--header_title {
    text-align: center;
    line-height: 1;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--header .store_higasioosaka--header_title .icon-store {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--header .store_higasioosaka--header_title h1 {
    margin-top: -5px !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--description {
    margin-bottom: 96px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--description p {
    text-align: center;
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
  }
  #store_higasioosaka .store_higasioosaka--main .slick {
    margin-bottom: 102px;
    padding-inline: 50px;
  }
  #store_higasioosaka .store_higasioosaka--main .slick .slick--adjust {
    margin-inline: auto;
    width: 100%;
    max-width: 900px;
  }
  #store_higasioosaka .store_higasioosaka--main .slick .slick--adjust .slick--images {
    margin-bottom: 32px;
    position: relative;
    height: 600px;
  }
  #store_higasioosaka .store_higasioosaka--main .slick .slick--adjust .slick--images img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -20;
    opacity: 0;
    transition: all 0.6s ease;
  }
  #store_higasioosaka .store_higasioosaka--main .slick .slick--adjust .slick--images img.is_active {
    z-index: 1;
    opacity: 1;
  }
  #store_higasioosaka .store_higasioosaka--main .slick .slick--adjust .slick--thumbnail {
    margin-inline: -0.5%;
  }
  #store_higasioosaka .store_higasioosaka--main .slick .slick--adjust .slick--thumbnail img {
    cursor: pointer;
    margin-inline: 0.5%;
    display: block;
    float: left;
    width: 15.66%;
  }
  #store_higasioosaka .store_higasioosaka--main .slick .slick--adjust .slick--thumbnail .slick-track {
    transform: translate3d(0, 0, 0) !important;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content {
    margin-bottom: 103px;
    padding-inline: 50px;
    padding-top: 60px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--status {
    display: flex;
    align-items: center;
    margin-inline: auto;
    width: 100%;
    max-width: 700px;
    margin-bottom: 42px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--status .store_higasioosaka--status_car {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 46px;
    border-radius: 5px;
    background-color: var(--base_color);
    font-size: 16px;
    color: var(--white);
    margin-right: 34px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--status .store_higasioosaka--status_car i::before {
    font-size: 40px;
    color: var(--white);
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--status .store_higasioosaka--status_car span {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -3px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--status .store_higasioosaka--status_sns {
    margin-right: 22px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--status .store_higasioosaka--status_sns:nth-last-of-type(1) {
    margin-right: 0;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--status .store_higasioosaka--status_sns .icon-mail::before {
    font-size: 48px;
    color: var(--base_color);
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table {
    margin-inline: auto;
    width: 100%;
    max-width: 700px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr:nth-last-of-type(1) th,
#store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr th,
#store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr td {
    font-size: 16px;
    border-bottom: 1px solid var(--gray);
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr th {
    width: 104px;
    background-color: var(--sub_color);
    padding: 22px 20px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr td {
    line-height: 2;
    padding: 14px 20px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr td a {
    transition-duration: 0.4s;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr td a:link, #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr td a:visited, #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr td a:hover, #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr td a:active {
    color: var(--base_color);
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr td a:hover {
    opacity: 0.7;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--map {
    margin-inline: auto;
    max-width: 900px;
  }
}
@media screen and (max-width: 767px) {
  #store_higasioosaka .store_higasioosaka--main {
    margin-bottom: 75px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--header {
    margin-bottom: 36px;
    padding-top: 30px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--header .store_higasioosaka--header_title {
    text-align: center;
    line-height: 1;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--header .store_higasioosaka--header_title .icon-store {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 50px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--header .store_higasioosaka--header_title h1 {
    margin-top: -5px !important;
    font-size: 24px !important;
    font-weight: bold;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--description {
    margin-bottom: 50px;
    padding-inline: 5.3%;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--description p {
    text-align: center;
    font-size: 15px;
    line-height: 2;
    font-weight: bold;
  }
  #store_higasioosaka .store_higasioosaka--main .slick {
    overflow: hidden;
    margin-bottom: 36px;
    padding-inline: 5.3%;
  }
  #store_higasioosaka .store_higasioosaka--main .slick .slick--adjust {
    margin-inline: auto;
    width: 100%;
    max-width: 500px;
  }
  #store_higasioosaka .store_higasioosaka--main .slick .slick--adjust .slick--images {
    margin-bottom: 22px;
    position: relative;
    height: 224px;
  }
  #store_higasioosaka .store_higasioosaka--main .slick .slick--adjust .slick--images img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -20;
    opacity: 0;
    transition: all 0.6s ease;
  }
  #store_higasioosaka .store_higasioosaka--main .slick .slick--adjust .slick--images img.is_active {
    z-index: 1;
    opacity: 1;
  }
  #store_higasioosaka .store_higasioosaka--main .slick .slick--adjust .slick--thumbnail {
    transform: unset !important;
    overflow: hidden;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #store_higasioosaka .store_higasioosaka--main .slick .slick--adjust .slick--thumbnail img {
    width: 32%;
    margin-bottom: 18px;
  }
  #store_higasioosaka .store_higasioosaka--main .slick .slick--adjust .slick--thumbnail .slick-list {
    width: 103%;
    margin-inline: -1.5%;
  }
  #store_higasioosaka .store_higasioosaka--main .slick .slick--adjust .slick--thumbnail .slick-list .slick-track {
    transform: translate3d(0, 0, 0) !important;
  }
  #store_higasioosaka .store_higasioosaka--main .slick .slick--adjust .slick--thumbnail .slick-slide {
    float: left !important;
    aspect-ratio: 158/100;
    width: 30.33% !important;
    margin: 0 1.5% 15px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content {
    margin-bottom: 55px;
    padding-inline: 5.3%;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--status {
    display: flex;
    align-items: center;
    margin-inline: auto;
    width: 100%;
    max-width: 700px;
    margin-bottom: 23px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--status .store_higasioosaka--status_car {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 46px;
    border-radius: 5px;
    background-color: var(--base_color);
    font-size: 16px;
    color: var(--white);
    margin-right: 17px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--status .store_higasioosaka--status_car i::before {
    font-size: 40px;
    color: var(--white);
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--status .store_higasioosaka--status_car span {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -3px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--status .store_higasioosaka--status_sns {
    margin-right: 14px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--status .store_higasioosaka--status_sns:nth-last-of-type(1) {
    margin-right: 0;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--status .store_higasioosaka--status_sns .icon-mail::before {
    font-size: 48px;
    color: var(--base_color);
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table {
    margin-inline: auto;
    width: 100%;
    max-width: 700px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr:nth-last-of-type(1) th,
#store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr th,
#store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr td {
    border-bottom: 1px solid var(--gray);
    font-size: 14px;
    line-height: 1.5;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr th {
    width: 104px;
    background-color: var(--sub_color);
    padding: 14px 20px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr td {
    padding: 14px 20px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr td a:link, #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr td a:visited, #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr td a:hover, #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--content .store_higasioosaka--address table tr td a:active {
    color: var(--base_color);
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--map {
    margin-inline: auto;
    padding-inline: 5.3%;
    max-width: 900px;
  }
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--map iframe {
    height: 230px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #store_higasioosaka .store_higasioosaka--main .store_higasioosaka--header {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  #store_minoo .store_minoo--main {
    margin-bottom: 140px;
  }
  #store_minoo .store_minoo--main .store_minoo--header {
    margin-bottom: 72px;
    padding-top: 138px;
  }
  #store_minoo .store_minoo--main .store_minoo--header .store_minoo--header_title {
    text-align: center;
    line-height: 1;
  }
  #store_minoo .store_minoo--main .store_minoo--header .store_minoo--header_title .icon-store {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #store_minoo .store_minoo--main .store_minoo--header .store_minoo--header_title h1 {
    margin-top: -5px !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  #store_minoo .store_minoo--main .store_minoo--description {
    margin-bottom: 96px;
  }
  #store_minoo .store_minoo--main .store_minoo--description p {
    text-align: center;
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
  }
  #store_minoo .store_minoo--main .slick {
    margin-bottom: 102px;
    padding-inline: 50px;
  }
  #store_minoo .store_minoo--main .slick .slick--adjust {
    margin-inline: auto;
    width: 100%;
    max-width: 900px;
  }
  #store_minoo .store_minoo--main .slick .slick--adjust .slick--images {
    margin-bottom: 32px;
    position: relative;
    height: 600px;
  }
  #store_minoo .store_minoo--main .slick .slick--adjust .slick--images img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -20;
    opacity: 0;
    transition: all 0.6s ease;
  }
  #store_minoo .store_minoo--main .slick .slick--adjust .slick--images img.is_active {
    z-index: 1;
    opacity: 1;
  }
  #store_minoo .store_minoo--main .slick .slick--adjust .slick--thumbnail {
    margin-inline: -0.5%;
  }
  #store_minoo .store_minoo--main .slick .slick--adjust .slick--thumbnail img {
    cursor: pointer;
    margin-inline: 0.5%;
    display: block;
    float: left;
    width: 15.66%;
  }
  #store_minoo .store_minoo--main .slick .slick--adjust .slick--thumbnail .slick-track {
    transform: translate3d(0, 0, 0) !important;
  }
  #store_minoo .store_minoo--main .store_minoo--content {
    margin-bottom: 103px;
    padding-inline: 50px;
    padding-top: 60px;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--status {
    display: flex;
    align-items: center;
    margin-inline: auto;
    width: 100%;
    max-width: 700px;
    margin-bottom: 42px;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--status .store_minoo--status_car {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 46px;
    border-radius: 5px;
    background-color: var(--base_color);
    font-size: 16px;
    color: var(--white);
    margin-right: 34px;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--status .store_minoo--status_car i::before {
    font-size: 40px;
    color: var(--white);
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--status .store_minoo--status_car span {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -3px;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--status .store_minoo--status_sns {
    margin-right: 22px;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--status .store_minoo--status_sns:nth-last-of-type(1) {
    margin-right: 0;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--status .store_minoo--status_sns .icon-mail::before {
    font-size: 48px;
    color: var(--base_color);
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table {
    margin-inline: auto;
    width: 100%;
    max-width: 700px;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr:nth-last-of-type(1) th,
#store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr th,
#store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr td {
    font-size: 16px;
    border-bottom: 1px solid var(--gray);
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr th {
    width: 104px;
    background-color: var(--sub_color);
    padding: 22px 20px;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr td {
    line-height: 2;
    padding: 14px 20px;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr td a {
    transition-duration: 0.4s;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr td a:link, #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr td a:visited, #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr td a:hover, #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr td a:active {
    color: var(--base_color);
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr td a:hover {
    opacity: 0.7;
  }
  #store_minoo .store_minoo--main .store_minoo--map {
    margin-inline: auto;
    max-width: 900px;
  }
}
@media screen and (max-width: 767px) {
  #store_minoo .store_minoo--main {
    margin-bottom: 75px;
  }
  #store_minoo .store_minoo--main .store_minoo--header {
    margin-bottom: 36px;
    padding-top: 100px;
  }
  #store_minoo .store_minoo--main .store_minoo--header .store_minoo--header_title {
    text-align: center;
    line-height: 1;
  }
  #store_minoo .store_minoo--main .store_minoo--header .store_minoo--header_title .icon-store {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 50px;
  }
  #store_minoo .store_minoo--main .store_minoo--header .store_minoo--header_title h1 {
    margin-top: -5px !important;
    font-size: 24px !important;
    font-weight: bold;
  }
  #store_minoo .store_minoo--main .store_minoo--description {
    margin-bottom: 50px;
    padding-inline: 5.3%;
  }
  #store_minoo .store_minoo--main .store_minoo--description p {
    text-align: center;
    font-size: 15px;
    line-height: 2;
    font-weight: bold;
  }
  #store_minoo .store_minoo--main .slick {
    overflow: hidden;
    margin-bottom: 36px;
    padding-inline: 5.3%;
  }
  #store_minoo .store_minoo--main .slick .slick--adjust {
    margin-inline: auto;
    width: 100%;
    max-width: 500px;
  }
  #store_minoo .store_minoo--main .slick .slick--adjust .slick--images {
    margin-bottom: 22px;
    position: relative;
    height: 224px;
  }
  #store_minoo .store_minoo--main .slick .slick--adjust .slick--images img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -20;
    opacity: 0;
    transition: all 0.6s ease;
  }
  #store_minoo .store_minoo--main .slick .slick--adjust .slick--images img.is_active {
    z-index: 1;
    opacity: 1;
  }
  #store_minoo .store_minoo--main .slick .slick--adjust .slick--thumbnail {
    transform: unset !important;
    overflow: hidden;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #store_minoo .store_minoo--main .slick .slick--adjust .slick--thumbnail img {
    width: 32%;
    margin-bottom: 18px;
  }
  #store_minoo .store_minoo--main .slick .slick--adjust .slick--thumbnail .slick-list {
    width: 103%;
    margin-inline: -1.5%;
  }
  #store_minoo .store_minoo--main .slick .slick--adjust .slick--thumbnail .slick-list .slick-track {
    transform: translate3d(0, 0, 0) !important;
  }
  #store_minoo .store_minoo--main .slick .slick--adjust .slick--thumbnail .slick-slide {
    float: left !important;
    aspect-ratio: 158/100;
    width: 30.33% !important;
    margin: 0 1.5% 15px;
  }
  #store_minoo .store_minoo--main .store_minoo--content {
    margin-bottom: 55px;
    padding-inline: 5.3%;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--status {
    display: flex;
    align-items: center;
    margin-inline: auto;
    width: 100%;
    max-width: 700px;
    margin-bottom: 23px;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--status .store_minoo--status_car {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 46px;
    border-radius: 5px;
    background-color: var(--base_color);
    font-size: 16px;
    color: var(--white);
    margin-right: 17px;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--status .store_minoo--status_car i::before {
    font-size: 40px;
    color: var(--white);
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--status .store_minoo--status_car span {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -3px;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--status .store_minoo--status_sns {
    margin-right: 14px;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--status .store_minoo--status_sns:nth-last-of-type(1) {
    margin-right: 0;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--status .store_minoo--status_sns .icon-mail::before {
    font-size: 48px;
    color: var(--base_color);
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table {
    margin-inline: auto;
    width: 100%;
    max-width: 700px;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr:nth-last-of-type(1) th,
#store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr th,
#store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr td {
    border-bottom: 1px solid var(--gray);
    font-size: 14px;
    line-height: 1.5;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr th {
    width: 104px;
    background-color: var(--sub_color);
    padding: 14px 20px;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr td {
    padding: 14px 20px;
  }
  #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr td a:link, #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr td a:visited, #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr td a:hover, #store_minoo .store_minoo--main .store_minoo--content .store_minoo--address table tr td a:active {
    color: var(--base_color);
  }
  #store_minoo .store_minoo--main .store_minoo--map {
    margin-inline: auto;
    padding-inline: 5.3%;
    max-width: 900px;
  }
  #store_minoo .store_minoo--main .store_minoo--map iframe {
    height: 230px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #store_minoo .store_minoo--main .store_minoo--header {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  #store_senboku .store_senboku--main {
    margin-bottom: 140px;
  }
  #store_senboku .store_senboku--main .store_senboku--header {
    margin-bottom: 72px;
    padding-top: 138px;
  }
  #store_senboku .store_senboku--main .store_senboku--header .store_senboku--header_title {
    text-align: center;
    line-height: 1;
  }
  #store_senboku .store_senboku--main .store_senboku--header .store_senboku--header_title .icon-store {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #store_senboku .store_senboku--main .store_senboku--header .store_senboku--header_title h1 {
    margin-top: -5px !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  #store_senboku .store_senboku--main .store_senboku--description {
    margin-bottom: 96px;
  }
  #store_senboku .store_senboku--main .store_senboku--description p {
    text-align: center;
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
  }
  #store_senboku .store_senboku--main .slick {
    margin-bottom: 102px;
    padding-inline: 50px;
  }
  #store_senboku .store_senboku--main .slick .slick--adjust {
    margin-inline: auto;
    width: 100%;
    max-width: 900px;
  }
  #store_senboku .store_senboku--main .slick .slick--adjust .slick--images {
    margin-bottom: 32px;
    position: relative;
    height: 600px;
  }
  #store_senboku .store_senboku--main .slick .slick--adjust .slick--images img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -20;
    opacity: 0;
    transition: all 0.6s ease;
  }
  #store_senboku .store_senboku--main .slick .slick--adjust .slick--images img.is_active {
    z-index: 1;
    opacity: 1;
  }
  #store_senboku .store_senboku--main .slick .slick--adjust .slick--thumbnail {
    margin-inline: -0.5%;
  }
  #store_senboku .store_senboku--main .slick .slick--adjust .slick--thumbnail img {
    cursor: pointer;
    margin-inline: 0.5%;
    display: block;
    float: left;
    width: 15.66%;
  }
  #store_senboku .store_senboku--main .slick .slick--adjust .slick--thumbnail .slick-track {
    transform: translate3d(0, 0, 0) !important;
  }
  #store_senboku .store_senboku--main .store_senboku--content {
    margin-bottom: 103px;
    padding-inline: 50px;
    padding-top: 60px;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--status {
    display: flex;
    align-items: center;
    margin-inline: auto;
    width: 100%;
    max-width: 700px;
    margin-bottom: 42px;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--status .store_senboku--status_car {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 46px;
    border-radius: 5px;
    background-color: var(--base_color);
    font-size: 16px;
    color: var(--white);
    margin-right: 34px;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--status .store_senboku--status_car i::before {
    font-size: 40px;
    color: var(--white);
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--status .store_senboku--status_car span {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -3px;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--status .store_senboku--status_sns {
    margin-right: 22px;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--status .store_senboku--status_sns:nth-last-of-type(1) {
    margin-right: 0;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--status .store_senboku--status_sns .icon-mail::before {
    font-size: 48px;
    color: var(--base_color);
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table {
    margin-inline: auto;
    width: 100%;
    max-width: 700px;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr:nth-last-of-type(1) th,
#store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr th,
#store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr td {
    font-size: 16px;
    border-bottom: 1px solid var(--gray);
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr th {
    width: 104px;
    background-color: var(--sub_color);
    padding: 22px 20px;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr td {
    line-height: 2;
    padding: 14px 20px;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr td a {
    transition-duration: 0.4s;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr td a:link, #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr td a:visited, #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr td a:hover, #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr td a:active {
    color: var(--base_color);
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr td a:hover {
    opacity: 0.7;
  }
  #store_senboku .store_senboku--main .store_senboku--map {
    margin-inline: auto;
    max-width: 900px;
  }
}
@media screen and (max-width: 767px) {
  #store_senboku .store_senboku--main {
    margin-bottom: 75px;
  }
  #store_senboku .store_senboku--main .store_senboku--header {
    margin-bottom: 36px;
    padding-top: 30px;
  }
  #store_senboku .store_senboku--main .store_senboku--header .store_senboku--header_title {
    text-align: center;
    line-height: 1;
  }
  #store_senboku .store_senboku--main .store_senboku--header .store_senboku--header_title .icon-store {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 50px;
  }
  #store_senboku .store_senboku--main .store_senboku--header .store_senboku--header_title h1 {
    margin-top: -5px !important;
    font-size: 24px !important;
    font-weight: bold;
  }
  #store_senboku .store_senboku--main .store_senboku--description {
    margin-bottom: 50px;
    padding-inline: 5.3%;
  }
  #store_senboku .store_senboku--main .store_senboku--description p {
    text-align: center;
    font-size: 15px;
    line-height: 2;
    font-weight: bold;
  }
  #store_senboku .store_senboku--main .slick {
    overflow: hidden;
    margin-bottom: 36px;
    padding-inline: 5.3%;
  }
  #store_senboku .store_senboku--main .slick .slick--adjust {
    margin-inline: auto;
    width: 100%;
    max-width: 500px;
  }
  #store_senboku .store_senboku--main .slick .slick--adjust .slick--images {
    margin-bottom: 22px;
    position: relative;
    height: 224px;
  }
  #store_senboku .store_senboku--main .slick .slick--adjust .slick--images img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -20;
    opacity: 0;
    transition: all 0.6s ease;
  }
  #store_senboku .store_senboku--main .slick .slick--adjust .slick--images img.is_active {
    z-index: 1;
    opacity: 1;
  }
  #store_senboku .store_senboku--main .slick .slick--adjust .slick--thumbnail {
    transform: unset !important;
    overflow: hidden;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #store_senboku .store_senboku--main .slick .slick--adjust .slick--thumbnail img {
    width: 32%;
    margin-bottom: 18px;
  }
  #store_senboku .store_senboku--main .slick .slick--adjust .slick--thumbnail .slick-list {
    width: 103%;
    margin-inline: -1.5%;
  }
  #store_senboku .store_senboku--main .slick .slick--adjust .slick--thumbnail .slick-list .slick-track {
    transform: translate3d(0, 0, 0) !important;
  }
  #store_senboku .store_senboku--main .slick .slick--adjust .slick--thumbnail .slick-slide {
    float: left !important;
    aspect-ratio: 158/100;
    width: 30.33% !important;
    margin: 0 1.5% 15px;
  }
  #store_senboku .store_senboku--main .store_senboku--content {
    margin-bottom: 55px;
    padding-inline: 5.3%;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--status {
    display: flex;
    align-items: center;
    margin-inline: auto;
    width: 100%;
    max-width: 700px;
    margin-bottom: 23px;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--status .store_senboku--status_car {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 46px;
    border-radius: 5px;
    background-color: var(--base_color);
    font-size: 16px;
    color: var(--white);
    margin-right: 17px;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--status .store_senboku--status_car i::before {
    font-size: 40px;
    color: var(--white);
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--status .store_senboku--status_car span {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -3px;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--status .store_senboku--status_sns {
    margin-right: 14px;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--status .store_senboku--status_sns:nth-last-of-type(1) {
    margin-right: 0;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--status .store_senboku--status_sns .icon-mail::before {
    font-size: 48px;
    color: var(--base_color);
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table {
    margin-inline: auto;
    width: 100%;
    max-width: 700px;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr:nth-last-of-type(1) th,
#store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr th,
#store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr td {
    border-bottom: 1px solid var(--gray);
    font-size: 14px;
    line-height: 1.5;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr th {
    width: 104px;
    background-color: var(--sub_color);
    padding: 14px 20px;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr td {
    padding: 14px 20px;
  }
  #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr td a:link, #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr td a:visited, #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr td a:hover, #store_senboku .store_senboku--main .store_senboku--content .store_senboku--address table tr td a:active {
    color: var(--base_color);
  }
  #store_senboku .store_senboku--main .store_senboku--map {
    margin-inline: auto;
    padding-inline: 5.3%;
    max-width: 900px;
  }
  #store_senboku .store_senboku--main .store_senboku--map iframe {
    height: 230px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #store_senboku .store_senboku--main .store_senboku--header {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  #company .company--main .company--header {
    margin-bottom: 80px !important;
    padding-top: 138px;
  }
  #company .company--main .company--header .company--header_title {
    text-align: center;
    line-height: 1;
  }
  #company .company--main .company--header .company--header_title i {
    display: inline-block;
    margin-bottom: 10px;
  }
  #company .company--main .company--header .company--header_title i::before {
    font-size: 56px;
    font-weight: normal;
  }
  #company .company--main .company--header .company--header_title .icon-light {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #company .company--main .company--header .company--header_title h1 {
    margin-top: 5px !important;
    font-size: 40px !important;
    font-weight: bold;
  }
  #company .company--main .company--header .company--header_title i {
    font-style: normal;
    font-size: 12px;
    margin-top: 5px;
    color: var(--base_color);
    font-weight: bold;
  }
  #company .company--main .company--header .company--header_title .icon-company {
    font-size: 54px !important;
    font-weight: 500 !important;
  }
  #company .company--main .company--title {
    position: relative;
    background: url(../images/company/img01.jpg) center center no-repeat;
    background-size: cover;
    min-height: 670px;
    display: flex;
    justify-content: center;
    margin-bottom: 102px;
  }
  #company .company--main .company--title .company--title_adjust {
    padding-top: 97px;
  }
  #company .company--main .company--title .company--title_adjust h2 {
    text-align: center;
    margin-bottom: 93px;
    font-size: 44px;
    line-height: 1.3;
    font-weight: var(--font_weight_semibold);
  }
  #company .company--main .company--title .company--title_adjust p {
    text-align: center;
    font-size: 18px;
    line-height: 2;
    font-weight: var(--font_weight_bold);
  }
  #company .company--main .company--content {
    margin-bottom: 140px;
    padding-inline: 50px;
  }
  #company .company--main .company--content table {
    margin-inline: auto;
    max-width: 700px;
  }
  #company .company--main .company--content table tr:nth-last-of-type(1) th,
#company .company--main .company--content table tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
  #company .company--main .company--content table tr th,
#company .company--main .company--content table tr td {
    padding: 20px;
    border-bottom: 1px solid var(--border);
    line-height: 2;
  }
  #company .company--main .company--content table tr th {
    width: 120px;
    background-color: var(--sub_color);
  }
  #company .company--main .company--content table tr td .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #company .company--main .company--header {
    margin-bottom: 52px;
    padding-top: 40px;
  }
  #company .company--main .company--header .company--header_title {
    text-align: center;
    line-height: 1;
  }
  #company .company--main .company--header .company--header_title svg {
    width: 30px;
    height: auto;
  }
  #company .company--main .company--header .company--header_title h1 {
    margin-top: 5px !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  #company .company--main .company--header .company--header_title i {
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
  }
  #company .company--main .company--header .company--header_title .icon-company {
    font-size: 54px !important;
    font-weight: 500 !important;
  }
  #company .company--main .company--title {
    position: relative;
    background: url(../images/company/img01.jpg) center center no-repeat;
    background-size: cover;
    min-height: 502px;
    display: flex;
    justify-content: center;
    margin-bottom: 54px;
  }
  #company .company--main .company--title .company--title_adjust {
    padding: 61px 5.3% 0;
  }
  #company .company--main .company--title .company--title_adjust h2 {
    text-align: center;
    margin-bottom: 55px;
    font-size: 26px;
    line-height: 1.3;
    font-weight: var(--font_weight_semibold);
    white-space: nowrap;
  }
  #company .company--main .company--title .company--title_adjust p {
    text-align: center;
    font-size: 15px;
    line-height: 2;
    font-weight: var(--font_weight_bold);
  }
  #company .company--main .company--content {
    margin-bottom: 75px;
    padding-inline: 5.3%;
  }
  #company .company--main .company--content table {
    margin-inline: auto;
    max-width: 700px;
  }
  #company .company--main .company--content table tr:nth-last-of-type(1) th,
#company .company--main .company--content table tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
  #company .company--main .company--content table tr th,
#company .company--main .company--content table tr td {
    padding: 20px;
    border-bottom: 1px solid var(--border);
    line-height: 2;
    font-size: 14px;
  }
  #company .company--main .company--content table tr th {
    width: 120px;
    background-color: var(--sub_color);
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #company .company--main .company--header {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  #cnotact .cnotact--main .cnotact--header {
    margin-bottom: 100px;
    padding-top: 138px;
  }
  #cnotact .cnotact--main .cnotact--header .cnotact--header_title {
    text-align: center;
    line-height: 1;
  }
  #cnotact .cnotact--main .cnotact--header .cnotact--header_title .icon-mail {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #cnotact .cnotact--main .cnotact--header .cnotact--header_title h1 {
    margin-top: -7px !important;
    font-size: 40px !important;
    font-weight: bold;
  }
  #cnotact .cnotact--main .cnotact--header .cnotact--header_title i {
    font-style: normal;
    font-size: 12px;
    margin-top: 5px;
    color: var(--base_color);
    font-weight: bold;
  }
  #cnotact .cnotact--main .contact--store {
    margin-bottom: 98px;
  }
  #cnotact .cnotact--main .contact--store .contact--store_title {
    text-align: center;
    margin-bottom: 42px;
    font-size: 22px;
    font-weight: bold;
  }
  #cnotact .cnotact--main .contact--store .contact--store_description {
    margin: 0 auto 73px;
    max-width: 700px;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
  }
  #cnotact .cnotact--main .contact--store .contact--store_list {
    padding-inline: 50px;
  }
  #cnotact .cnotact--main .contact--store .contact--store_list ul {
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    max-width: 1087px;
    width: 100%;
  }
  #cnotact .cnotact--main .contact--store .contact--store_list ul li {
    text-align: center;
    width: 22.99%;
    font-size: 16px;
    font-weight: bold;
  }
  #cnotact .cnotact--main .contact--store .contact--store_list ul li img {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 167px;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  #cnotact .cnotact--main .contact--store .contact--store_list ul li p {
    color: var(--base_color);
  }
  #cnotact .cnotact--main .contact--inquiry {
    margin-bottom: 140px;
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_title {
    text-align: center;
    margin-bottom: 42px;
    font-size: 22px;
    font-weight: bold;
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_description {
    margin: 0 auto 73px;
    max-width: 700px;
    width: 100%;
    font-size: 16px;
    line-height: 2;
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list {
    padding-inline: 50px;
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list ul {
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 528px;
    width: 100%;
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list ul li {
    text-align: center;
    width: 47.34%;
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list ul li:nth-of-type(1) {
    margin-bottom: 30px;
    width: 100%;
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list ul li:nth-of-type(1) a {
    background-color: var(--base_color);
    margin-inline: auto;
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list ul li:nth-of-type(1) a i::before {
    color: var(--sub_color);
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list ul li:nth-of-type(1) a strong {
    color: var(--sub_color);
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    width: 100%;
    height: 167px;
    border-radius: 10px;
    background-color: var(--sub_color);
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list ul li a i::before {
    font-size: 70px;
    color: var(--base_color);
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list ul li a strong {
    display: block;
    margin-top: 22px;
    width: 100%;
    color: var(--base_color);
  }
}
@media screen and (max-width: 767px) {
  #cnotact .cnotact--main .cnotact--header {
    margin-bottom: 52px;
    padding-top: 35px;
  }
  #cnotact .cnotact--main .cnotact--header .cnotact--header_title {
    text-align: center;
    line-height: 1;
  }
  #cnotact .cnotact--main .cnotact--header .cnotact--header_title .icon-mail {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #cnotact .cnotact--main .cnotact--header .cnotact--header_title h1 {
    margin-top: -7px !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  #cnotact .cnotact--main .cnotact--header .cnotact--header_title i {
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
  }
  #cnotact .cnotact--main .contact--store {
    margin-bottom: 52px;
  }
  #cnotact .cnotact--main .contact--store .contact--store_title {
    text-align: center;
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: bold;
  }
  #cnotact .cnotact--main .contact--store .contact--store_description {
    margin: 0 auto 61px;
    padding-inline: 5.3%;
    max-width: 500px;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
  }
  #cnotact .cnotact--main .contact--store .contact--store_list {
    padding-inline: 16.53%;
  }
  #cnotact .cnotact--main .contact--store .contact--store_list ul {
    margin-inline: auto;
    max-width: 500px;
    width: 100%;
  }
  #cnotact .cnotact--main .contact--store .contact--store_list ul li {
    text-align: center;
    margin-bottom: 26px;
    font-size: 14px;
    font-weight: bold;
    color: var(--base_color);
  }
  #cnotact .cnotact--main .contact--store .contact--store_list ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #cnotact .cnotact--main .contact--store .contact--store_list ul li img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #cnotact .cnotact--main .contact--store .contact--store_list ul li p {
    color: var(--base_color);
  }
  #cnotact .cnotact--main .contact--inquiry {
    margin-bottom: 75px;
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_title {
    text-align: center;
    margin-bottom: 42px;
    font-size: 16px;
    font-weight: bold;
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_description {
    margin: 0 auto 38px;
    padding-inline: 5.3%;
    max-width: 500px;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list {
    padding-inline: 16.53%;
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list ul {
    margin-inline: auto;
    max-width: 500px;
    width: 100%;
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list ul li {
    text-align: center;
    margin-bottom: 22px;
    color: var(--base_color);
    font-weight: bold;
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list ul li:nth-of-type(1) a {
    background-color: var(--base_color);
    margin-inline: auto;
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list ul li:nth-of-type(1) a i::before {
    color: var(--sub_color);
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list ul li:nth-of-type(1) a strong {
    color: var(--sub_color);
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 167px;
    border-radius: 10px;
    background-color: var(--sub_color);
    font-size: 14px;
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list ul li a i::before {
    font-size: 70px;
    color: var(--base_color);
  }
  #cnotact .cnotact--main .contact--inquiry .contact--inquiry_list ul li a strong {
    display: block;
    margin-top: 22px;
    width: 100%;
    color: var(--base_color);
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #cnotact .cnotact--main .cnotact--header {
    padding-top: 100px;
  }
  #cnotact .cnotact--main .contact--store .contact--store_description {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  #individual .individual--main .individual--header {
    margin-bottom: 100px;
    padding-top: 138px;
  }
  #individual .individual--main .individual--header .individual--header_title {
    text-align: center;
    line-height: 1;
  }
  #individual .individual--main .individual--header .individual--header_title .icon-individual {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 56px;
  }
  #individual .individual--main .individual--header .individual--header_title h1 {
    margin-top: 0 !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  #individual .individual--main .individual--description {
    margin-bottom: 100px;
    padding-inline: 50px;
  }
  #individual .individual--main .individual--description p {
    max-width: 700px;
    margin-inline: auto;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
  }
  #individual .individual--main .individual--description p a {
    color: var(--base_color);
    text-decoration: underline;
    transition-duration: 0.4s;
  }
  #individual .individual--main .individual--description p a:hover {
    opacity: 0.7;
  }
  #individual .individual--main .individual--form {
    margin-bottom: 145px;
    padding-inline: 50px;
  }
  #individual .individual--main .individual--form .mw_wp_form_preview .individual--form_input {
    justify-content: center !important;
  }
  #individual .individual--main .individual--form form {
    margin-inline: auto;
    max-width: 1124px;
  }
  #individual .individual--main .individual--form form .individual--form_input {
    margin-bottom: 73px;
    font-weight: bold;
  }
  #individual .individual--main .individual--form form .individual--form_input input, #individual .individual--main .individual--form form .individual--form_input textarea, #individual .individual--main .individual--form form .individual--form_input select {
    display: block;
    margin-bottom: 21px;
    padding: 20px 10px;
    width: 100%;
    background-color: var(--thin_gray);
    border: 1px solid var(--border);
  }
  #individual .individual--main .individual--form form .individual--form_input input::-moz-placeholder, #individual .individual--main .individual--form form .individual--form_input textarea::-moz-placeholder, #individual .individual--main .individual--form form .individual--form_input select::-moz-placeholder {
    color: var(--base_color);
  }
  #individual .individual--main .individual--form form .individual--form_input input::placeholder, #individual .individual--main .individual--form form .individual--form_input textarea::placeholder, #individual .individual--main .individual--form form .individual--form_input select::placeholder {
    color: var(--base_color);
  }
  #individual .individual--main .individual--form form .individual--form_input input label, #individual .individual--main .individual--form form .individual--form_input textarea label, #individual .individual--main .individual--form form .individual--form_input select label {
    margin-bottom: 10px;
    color: var(--base_color);
  }
  #individual .individual--main .individual--form form .individual--form_input a {
    color: var(--base_color);
  }
  #individual .individual--main .individual--form form .individual--form_input a:hover {
    color: var(--base_color);
  }
  #individual .individual--main .individual--form form .separate {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #individual .individual--main .individual--form form .separate .short {
    width: 48.66%;
  }
  #individual .individual--main .individual--form form .individual--form_footer {
    text-align: center;
  }
  #individual .individual--main .individual--form form .individual--form_footer input[type=submit] {
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 188px;
    height: 48px;
    border-radius: 24px;
    background-color: var(--base_color);
    color: var(--white);
    font-weight: var(--font_weight_bold);
    padding: 0;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  #individual .individual--main .individual--header {
    margin-bottom: 50px;
    padding-top: 30px;
  }
  #individual .individual--main .individual--header .individual--header_title {
    text-align: center;
    line-height: 1;
  }
  #individual .individual--main .individual--header .individual--header_title .icon-individual {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 50px;
  }
  #individual .individual--main .individual--header .individual--header_title h1 {
    font-size: 24px !important;
    font-weight: bold;
    margin-top: 0 !important;
  }
  #individual .individual--main .individual--description {
    margin-bottom: 48px;
    padding-inline: 5.3%;
  }
  #individual .individual--main .individual--description p {
    font-size: 14px;
    font-weight: 400;
  }
  #individual .individual--main .individual--description p a {
    color: var(--base_color);
    text-decoration: underline;
    transition-duration: 0.4s;
  }
  #individual .individual--main .individual--description p a:hover {
    opacity: 0.7;
  }
  #individual .individual--main .individual--form {
    margin-bottom: 75px;
    padding-inline: 5.3%;
  }
  #individual .individual--main .individual--form .mw_wp_form_preview .individual--form_input {
    justify-content: center !important;
  }
  #individual .individual--main .individual--form form {
    margin-inline: auto;
    max-width: 500px;
  }
  #individual .individual--main .individual--form form .individual--form_input {
    margin-bottom: 19px;
    font-weight: bold;
  }
  #individual .individual--main .individual--form form .individual--form_input input, #individual .individual--main .individual--form form .individual--form_input textarea, #individual .individual--main .individual--form form .individual--form_input select {
    display: block;
    padding: 12px 10px;
    width: 100%;
    background-color: var(--thin_gray);
    border: 1px solid var(--border);
  }
  #individual .individual--main .individual--form form .individual--form_input input::-moz-placeholder, #individual .individual--main .individual--form form .individual--form_input textarea::-moz-placeholder, #individual .individual--main .individual--form form .individual--form_input select::-moz-placeholder {
    color: var(--base_color);
    font-size: 13px;
  }
  #individual .individual--main .individual--form form .individual--form_input input::placeholder, #individual .individual--main .individual--form form .individual--form_input textarea::placeholder, #individual .individual--main .individual--form form .individual--form_input select::placeholder {
    color: var(--base_color);
    font-size: 13px;
  }
  #individual .individual--main .individual--form form .individual--form_input label {
    margin-bottom: 10px;
    color: var(--base_color);
    font-size: 13px;
  }
  #individual .individual--main .individual--form form .individual--form_input .short, #individual .individual--main .individual--form form .individual--form_input .long {
    margin-bottom: 21px;
    width: 100%;
  }
  #individual .individual--main .individual--form form .individual--form_input a {
    color: var(--base_color);
  }
  #individual .individual--main .individual--form form .individual--form_input a:hover {
    color: var(--base_color);
  }
  #individual .individual--main .individual--form form .individual--form_footer {
    text-align: center;
  }
  #individual .individual--main .individual--form form .individual--form_footer input[type=submit] {
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 188px;
    height: 48px;
    border-radius: 24px;
    background-color: var(--base_color);
    color: var(--white);
    padding: 0;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #individual .individual--main .individual--header {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  #corporate .corporate--main .corporate--header {
    margin-bottom: 100px;
    padding-top: 138px;
  }
  #corporate .corporate--main .corporate--header .corporate--header_title {
    text-align: center;
    line-height: 1;
  }
  #corporate .corporate--main .corporate--header .corporate--header_title .icon-corporation {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 56px;
  }
  #corporate .corporate--main .corporate--header .corporate--header_title h1 {
    margin-top: 0 !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  #corporate .corporate--main .corporate--description {
    margin-bottom: 100px;
    padding-inline: 50px;
  }
  #corporate .corporate--main .corporate--description p {
    max-width: 700px;
    margin-inline: auto;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
  }
  #corporate .corporate--main .corporate--form {
    margin-bottom: 145px;
    padding-inline: 50px;
  }
  #corporate .corporate--main .corporate--form .mw_wp_form_preview .corporate--form_input {
    justify-content: center !important;
  }
  #corporate .corporate--main .corporate--form form {
    margin-inline: auto;
    max-width: 1124px;
  }
  #corporate .corporate--main .corporate--form form .corporate--form_input {
    margin-bottom: 73px;
    font-weight: bold !important;
  }
  #corporate .corporate--main .corporate--form form .corporate--form_input input, #corporate .corporate--main .corporate--form form .corporate--form_input textarea, #corporate .corporate--main .corporate--form form .corporate--form_input select {
    display: block;
    padding: 20px 10px;
    width: 100%;
    background-color: var(--thin_gray);
    border: 1px solid var(--border);
    margin-bottom: 21px;
  }
  #corporate .corporate--main .corporate--form form .corporate--form_input input::-moz-placeholder, #corporate .corporate--main .corporate--form form .corporate--form_input textarea::-moz-placeholder, #corporate .corporate--main .corporate--form form .corporate--form_input select::-moz-placeholder {
    color: var(--base_color);
  }
  #corporate .corporate--main .corporate--form form .corporate--form_input input::placeholder, #corporate .corporate--main .corporate--form form .corporate--form_input textarea::placeholder, #corporate .corporate--main .corporate--form form .corporate--form_input select::placeholder {
    color: var(--base_color);
  }
  #corporate .corporate--main .corporate--form form .corporate--form_input label {
    margin-bottom: 10px;
    color: var(--base_color);
  }
  #corporate .corporate--main .corporate--form form .corporate--form_input a {
    color: var(--base_color);
  }
  #corporate .corporate--main .corporate--form form .corporate--form_input a:hover {
    color: var(--base_color);
  }
  #corporate .corporate--main .corporate--form form .separate {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #corporate .corporate--main .corporate--form form .separate .short {
    width: 48.66%;
  }
  #corporate .corporate--main .corporate--form form select {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
  #corporate .corporate--main .corporate--form form .corporate--form_footer {
    text-align: center;
  }
  #corporate .corporate--main .corporate--form form .corporate--form_footer input[type=submit] {
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 188px;
    height: 48px;
    border-radius: 24px;
    background-color: var(--base_color);
    color: var(--white);
    font-weight: var(--font_weight_bold);
    padding: 0;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  #corporate .corporate--main .corporate--header {
    margin-bottom: 50px;
    padding-top: 30px;
  }
  #corporate .corporate--main .corporate--header .corporate--header_title {
    text-align: center;
    line-height: 1;
  }
  #corporate .corporate--main .corporate--header .corporate--header_title .icon-corporation {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 50px;
  }
  #corporate .corporate--main .corporate--header .corporate--header_title h1 {
    font-size: 24px !important;
    font-weight: bold;
    margin-top: 0 !important;
  }
  #corporate .corporate--main .corporate--description {
    margin-bottom: 48px;
    padding-inline: 5.3%;
  }
  #corporate .corporate--main .corporate--description p {
    font-size: 14px;
    font-weight: 400;
  }
  #corporate .corporate--main .corporate--form {
    margin-bottom: 75px;
    padding-inline: 5.3%;
  }
  #corporate .corporate--main .corporate--form .mw_wp_form_preview .corporate--form_input {
    justify-content: center !important;
  }
  #corporate .corporate--main .corporate--form form {
    margin-inline: auto;
    max-width: 500px;
  }
  #corporate .corporate--main .corporate--form form .corporate--form_input {
    margin-bottom: 19px;
    font-weight: bold !important;
  }
  #corporate .corporate--main .corporate--form form .corporate--form_input input, #corporate .corporate--main .corporate--form form .corporate--form_input textarea, #corporate .corporate--main .corporate--form form .corporate--form_input select {
    display: block;
    padding: 12px 10px;
    width: 100%;
    background-color: var(--thin_gray);
    border: 1px solid var(--border);
  }
  #corporate .corporate--main .corporate--form form .corporate--form_input input::-moz-placeholder, #corporate .corporate--main .corporate--form form .corporate--form_input textarea::-moz-placeholder, #corporate .corporate--main .corporate--form form .corporate--form_input select::-moz-placeholder {
    color: var(--base_color);
    font-size: 13px;
  }
  #corporate .corporate--main .corporate--form form .corporate--form_input input::placeholder, #corporate .corporate--main .corporate--form form .corporate--form_input textarea::placeholder, #corporate .corporate--main .corporate--form form .corporate--form_input select::placeholder {
    color: var(--base_color);
    font-size: 13px;
  }
  #corporate .corporate--main .corporate--form form .corporate--form_input label {
    margin-bottom: 10px;
    color: var(--base_color);
    font-size: 13px;
  }
  #corporate .corporate--main .corporate--form form .corporate--form_input .short, #corporate .corporate--main .corporate--form form .corporate--form_input .long {
    margin-bottom: 21px;
    width: 100%;
  }
  #corporate .corporate--main .corporate--form form .corporate--form_input select {
    font-size: 13px;
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
  #corporate .corporate--main .corporate--form form .corporate--form_input a {
    color: var(--base_color);
  }
  #corporate .corporate--main .corporate--form form .corporate--form_input a:hover {
    color: var(--base_color);
  }
  #corporate .corporate--main .corporate--form form .corporate--form_footer {
    text-align: center;
  }
  #corporate .corporate--main .corporate--form form .corporate--form_footer input[type=submit] {
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 188px;
    height: 48px;
    border-radius: 24px;
    background-color: var(--base_color);
    color: var(--white);
    padding: 0;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #corporate .corporate--main .corporate--header {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  #faq .faq--main .faq--header {
    margin-bottom: 123px;
    padding-top: 136px;
  }
  #faq .faq--main .faq--header .faq--header_title {
    text-align: center;
    line-height: 1;
  }
  #faq .faq--main .faq--header .faq--header_title .icon-faq {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 60px;
    font-weight: normal;
  }
  #faq .faq--main .faq--header .faq--header_title h1 {
    margin-top: 10px !important;
    font-size: 40px !important;
    font-weight: bold;
  }
  #faq .faq--main .faq--header .faq--header_title i {
    font-style: normal;
    font-size: 12px;
    margin-top: 5px;
    color: var(--base_color);
    font-weight: bold;
  }
  #faq .faq--main .faq--conteiner {
    margin-bottom: 141px;
    padding-inline: 50px;
  }
  #faq .faq--main .faq--conteiner ul {
    margin-inline: auto;
    max-width: 700px;
    width: 100%;
  }
  #faq .faq--main .faq--conteiner ul li {
    padding-block: 12px 8px;
    border-bottom: 1px solid var(--border);
  }
  #faq .faq--main .faq--conteiner ul li h2 {
    position: relative;
    padding: 10px 30px 10px 50px;
    font-size: 18px;
    font-weight: var(--font_weight_bold);
    cursor: pointer;
  }
  #faq .faq--main .faq--conteiner ul li h2.is_active::after {
    content: "－";
  }
  #faq .faq--main .faq--conteiner ul li h2::before {
    content: "Q";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: var(--font_weight_bold);
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: var(--sub_color);
  }
  #faq .faq--main .faq--conteiner ul li h2::after {
    content: "＋";
    font-weight: var(--font_weight_base);
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
  }
  #faq .faq--main .faq--conteiner ul li p {
    display: none;
    position: relative;
    padding: 13px 0 50px 50px;
    font-size: 16px;
    line-height: 2;
    color: var(--black);
  }
  #faq .faq--main .faq--conteiner ul li p::before {
    content: "A";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 18px;
    color: var(--base_color);
    font-weight: var(--font_weight_bold);
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: var(--thin_gray);
  }
  #faq .faq--main .faq--conteiner ul li p a {
    transition-duration: 0.4s;
    color: #1363A1 !important;
  }
  #faq .faq--main .faq--conteiner ul li p a:link, #faq .faq--main .faq--conteiner ul li p a:visited, #faq .faq--main .faq--conteiner ul li p a:hover, #faq .faq--main .faq--conteiner ul li p a:active {
    color: var(--base_color);
  }
  #faq .faq--main .faq--conteiner ul li p a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #faq .faq--main .faq--header {
    margin-bottom: 68px;
    padding-top: 136px;
  }
  #faq .faq--main .faq--header .faq--header_title {
    text-align: center;
    line-height: 1;
  }
  #faq .faq--main .faq--header .faq--header_title .icon-faq {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 56px;
    font-weight: normal;
  }
  #faq .faq--main .faq--header .faq--header_title h1 {
    margin-top: 10px !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  #faq .faq--main .faq--header .faq--header_title i {
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
  }
  #faq .faq--main .faq--conteiner {
    margin-bottom: 75px;
    padding-inline: 5.3%;
  }
  #faq .faq--main .faq--conteiner ul {
    margin-inline: auto;
    max-width: 500px;
    width: 100%;
  }
  #faq .faq--main .faq--conteiner ul li {
    padding-block: 12px 8px;
    border-bottom: 1px solid var(--border);
  }
  #faq .faq--main .faq--conteiner ul li h2 {
    position: relative;
    padding: 8px 30px 10px 50px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: var(--font_weight_bold);
    cursor: pointer;
  }
  #faq .faq--main .faq--conteiner ul li h2.is_active::after {
    content: "－";
  }
  #faq .faq--main .faq--conteiner ul li h2::before {
    content: "Q";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: var(--font_weight_bold);
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: var(--sub_color);
  }
  #faq .faq--main .faq--conteiner ul li h2::after {
    content: "＋";
    font-weight: var(--font_weight_base);
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
  }
  #faq .faq--main .faq--conteiner ul li p {
    display: none;
    position: relative;
    padding: 15px 30px 30px 50px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--black);
  }
  #faq .faq--main .faq--conteiner ul li p::before {
    content: "A";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 18px;
    color: var(--base_color);
    font-weight: var(--font_weight_bold);
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: var(--thin_gray);
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #faq .faq--main .faq--header {
    padding-top: 136px;
  }
}
@media screen and (min-width: 768px) {
  #privacy .privacy--main .privacy--header {
    margin-bottom: 104px;
    padding-top: 138px;
  }
  #privacy .privacy--main .privacy--header .privacy--header_title {
    text-align: center;
    line-height: 1;
  }
  #privacy .privacy--main .privacy--header .privacy--header_title .icon-paper {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 60px;
  }
  #privacy .privacy--main .privacy--header .privacy--header_title h1 {
    margin-top: 10px !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  #privacy .privacy--main .privacy--header .privacy--header_title i {
    font-style: normal;
    font-size: 12px;
    margin-top: 5px;
    color: var(--base_color);
    font-weight: var(--font_weight_base);
  }
  #privacy .privacy--main .privacy--header .privacy--header_title i:nth-child(3) {
    font-weight: bold;
    margin-top: 10px;
    display: block;
  }
  #privacy .privacy--main .privacy--conteiner {
    margin-bottom: 140px;
    padding-inline: 50px;
  }
  #privacy .privacy--main .privacy--conteiner .privacy--conteiner_adjust {
    margin-inline: auto;
    max-width: 700px;
    width: 100%;
  }
  #privacy .privacy--main .privacy--conteiner .privacy--conteiner_adjust > p {
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 2;
    font-weight: var(--font_weight_base);
  }
  #privacy .privacy--main .privacy--conteiner .privacy--conteiner_adjust > h2 {
    margin-bottom: 66px;
    font-size: 16px;
    font-weight: var(--font_weight_bold);
  }
  #privacy .privacy--main .privacy--conteiner .privacy--conteiner_adjust > ul > li {
    counter-increment: cnt;
    margin-bottom: 3rem;
    font-size: 14px;
    line-height: 1.5;
  }
  #privacy .privacy--main .privacy--conteiner .privacy--conteiner_adjust > ul > li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #privacy .privacy--main .privacy--conteiner .privacy--conteiner_adjust > ul > li > h3 {
    position: relative;
    margin-bottom: 1rem;
    font-size: 15px;
    font-weight: bold;
  }
  #privacy .privacy--main .privacy--conteiner .privacy--conteiner_adjust > ul > li > h3::before {
    content: "【" counter(cnt) ".";
  }
  #privacy .privacy--main .privacy--conteiner .privacy--conteiner_adjust > ul > li > h3::after {
    content: "】";
  }
}
@media screen and (max-width: 767px) {
  #privacy .privacy--main .privacy--header {
    margin-bottom: 53px;
    padding-top: 30px;
  }
  #privacy .privacy--main .privacy--header .privacy--header_title {
    text-align: center;
    line-height: 1;
  }
  #privacy .privacy--main .privacy--header .privacy--header_title .icon-paper {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #privacy .privacy--main .privacy--header .privacy--header_title h1 {
    margin-top: 10px !important;
    font-size: 24px !important;
    font-weight: bold;
  }
  #privacy .privacy--main .privacy--header .privacy--header_title i {
    font-style: normal;
    font-size: 12px;
    font-weight: var(--font_weight_base);
  }
  #privacy .privacy--main .privacy--header .privacy--header_title i:nth-child(3) {
    font-weight: bold;
    margin-top: 10px;
    display: block;
  }
  #privacy .privacy--main .privacy--conteiner {
    margin-bottom: 72px;
    padding-inline: 5.3%;
  }
  #privacy .privacy--main .privacy--conteiner .privacy--conteiner_adjust {
    margin-inline: auto;
    max-width: 700px;
    width: 100%;
  }
  #privacy .privacy--main .privacy--conteiner .privacy--conteiner_adjust > p {
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 1.5;
  }
  #privacy .privacy--main .privacy--conteiner .privacy--conteiner_adjust > h2 {
    margin-bottom: 36px;
    font-size: 14px;
    font-weight: var(--font_weight_bold);
  }
  #privacy .privacy--main .privacy--conteiner .privacy--conteiner_adjust > ul > li {
    counter-increment: cnt;
    margin-bottom: 3rem;
    font-size: 14px;
    line-height: 1.5;
  }
  #privacy .privacy--main .privacy--conteiner .privacy--conteiner_adjust > ul > li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #privacy .privacy--main .privacy--conteiner .privacy--conteiner_adjust > ul > li > h3 {
    position: relative;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: bold;
  }
  #privacy .privacy--main .privacy--conteiner .privacy--conteiner_adjust > ul > li > h3::before {
    content: "【" counter(cnt) ".";
  }
  #privacy .privacy--main .privacy--conteiner .privacy--conteiner_adjust > ul > li > h3::after {
    content: "】";
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #postage .postage--main .postage--header {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  #page404 .page404--main .page404--header {
    margin-bottom: 50px !important;
    padding-top: 218px;
  }
  #page404 .page404--main .page404--header .page404--header_title {
    text-align: center;
    line-height: 1;
  }
  #page404 .page404--main .page404--header .page404--header_title h1 {
    margin-top: 10px !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  #page404 .page404--main .page404--header .page404--header_title i {
    font-style: normal;
    font-size: 12px;
    margin-top: 5px;
    color: var(--base_color);
    font-weight: 500;
  }
  #page404 .page404--main .page404--contents {
    margin-bottom: 140px;
    margin-inline: auto;
    max-width: 1124px;
    text-align: center;
  }
  #page404 .page404--main .page404--contents .page404--contents_description {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  #page404 .page404--main .page404--header {
    margin-bottom: 50px !important;
    padding-top: 140px !important;
    padding-inline: 5.3%;
  }
  #page404 .page404--main .page404--header .page404--header_title {
    text-align: center;
    line-height: 1;
  }
  #page404 .page404--main .page404--header .page404--header_title .icon-mail {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
  }
  #page404 .page404--main .page404--header .page404--header_title h1 {
    margin-top: 10px !important;
    font-size: 24px !important;
    line-height: 1.3;
    font-weight: bold;
  }
  #page404 .page404--main .page404--header .page404--header_title i {
    margin-top: 5px;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
  }
  #page404 .page404--main .page404--contents {
    margin-bottom: 140px;
    margin-inline: auto;
    padding-inline: 5.3%;
    max-width: 1124px;
    text-align: center;
  }
  #page404 .page404--main .page404--contents .page404--contents_description {
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
  }
}
.test {
  font-size: 1px;
}

/*  店舗ページチラシ部分　追加CSS */

.chirashi-pic{
  width: 400px;
}

.chirashi-ttl{
  width: 550px; 
  margin: 0 auto;
}

.chirashi-box{
  width: 1000px; 
  margin: -40px auto 50px; 
  padding-top: 0;
}

.chirashi-flex{
  display: flex; 
  justify-content: space-around; 
  margin-top: 30px;
}

.store-period-img{
	 width: 800px;
	margin:0 auto 30px;
}


@media screen and (min-width:767px) {
    .tbpc-none{
      display: none!important;
    }
  }
  
 

@media screen and (max-width: 1024px) {
  .chirashi-box{
    width: 705px; 
    margin: 0 auto 50px; 
    padding: 0;
  }

.chirashi-pic{
  width: 300px;
}
	
	.store-period-img{
	 width: 700px;
}

}

@media screen and (max-width: 768px) {
  .chirashi-flex{
    display: block;
  }

  .chirashi-ttl{
    width: 350px; 
    margin: 0 auto;
  }

  .chirashi-box{
    width: auto; 
  }

  .chirashi-pic{
    width: 330px;
    margin: 20px auto 50px;
  }
	
		.store-period-img{
	 width: 320px;
}
	
	    .sp-none{
      display: none!important;
    }
}

/*# sourceMappingURL=style.css.map */