@charset "UTF-8";
.d_no,
.d_bl_pc,
.d_in_pc,
.d_bl_tb,
.d_in_tb,
.d_bl_sp,
.d_in_sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .d_no_pc {
    display: none;
  }
  .d_bl_pc {
    display: block;
  }
  .d_in_pc {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .d_no_tb {
    display: none;
  }
  .d_bl_tb {
    display: block;
  }
  .d_in_tb {
    display: inline;
  }
}

@media screen and (max-width: 599px) {
  .d_no_sp {
    display: none;
  }
  .d_bl_sp {
    display: block;
  }
  .d_in_sp {
    display: inline;
  }
}

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

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

@-webkit-keyframes fadeInUp {
  0%,
  40% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0%,
  40% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.2;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes flash {
  0% {
    opacity: 0.2;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.shiny::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: shiny 5s ease-in-out infinite;
          animation: shiny 5s ease-in-out infinite;
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  91% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes icon_scroll {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes icon_scroll {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 0;
  }
}

.ani_item_down_arrow {
  position: relative;
}

.ani_item_down_arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: ani_item_down_arrow 2.5s infinite;
          animation: ani_item_down_arrow 2.5s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes ani_item_down_arrow {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes ani_item_down_arrow {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.ani_active {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.ani_once {
  text-align: center;
}

.ttl_01,
.btn-detail,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.ttl_01.ani_active,
.btn-detail.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_up 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_up 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_up 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_up 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.banner-area .flex-img,
.header-logo,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.banner-area .flex-img.ani_active,
.header-logo.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_down 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_down 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_down 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_down 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_right 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_right 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_right 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_right 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_left 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_left 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_left 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_left 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.gl_ttl_01,
.footer_inner .container,
#title,
.xxx,
.xxx {
  opacity: 0;
}

.gl_ttl_01.ani_active,
.footer_inner .container.ani_active,
#title.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn 1s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: fadeIn 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx > div {
  opacity: 0;
}

.xxx.ani_active > div {
  -webkit-animation: fadeIn_up 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_up 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.xxx:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.xxx:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.xxx:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.xxx:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.xxx:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.xxx:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.xxx:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.xxx:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.xxx:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.xxx:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.xxx:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.xxx:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.xxx:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.xxx:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.xxx:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.xxx:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.xxx:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.xxx:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.xxx:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.xxx:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.xxx:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.xxx:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.xxx:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.xxx:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.xxx:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.xxx:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.xxx:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.xxx:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.xxx:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.xxx:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.xxx:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.xxx:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.xxx:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.xxx:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.xxx:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.xxx:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.xxx:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.xxx:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.xxx:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.xxx:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.xxx:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.xxx:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.xxx:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.xxx:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.xxx:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.xxx:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.xxx:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.xxx:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.xxx:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

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

@-webkit-keyframes fadeIn_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_up2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_up2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_up_scale {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px) scale(1, 1);
            transform: translate(0, 50px) scale(1, 1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1.05);
            transform: translate(0, 0) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}

@keyframes fadeIn_up_scale {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px) scale(1, 1);
            transform: translate(0, 50px) scale(1, 1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1.05);
            transform: translate(0, 0) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}

@-webkit-keyframes fadeIn_down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_blur {
  0% {
    opacity: 0.4;
    -webkit-filter: blur(100);
            filter: blur(100);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeIn_blur {
  0% {
    opacity: 0.4;
    -webkit-filter: blur(100);
            filter: blur(100);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@-webkit-keyframes ani_slide_maskX {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(0, 1);
            transform: translate(0, 0) scale(0, 1);
  }
}

@keyframes ani_slide_maskX {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(0, 1);
            transform: translate(0, 0) scale(0, 1);
  }
}

@-webkit-keyframes ani_slide_maskY {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 0);
            transform: translate(0, 0) scale(1, 0);
  }
}

@keyframes ani_slide_maskY {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 0);
            transform: translate(0, 0) scale(1, 0);
  }
}

@-webkit-keyframes fadeIn_scale_up {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeIn_scale_up {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes ani_text_spacing {
  0% {
    letter-spacing: 0.1em;
  }
  50% {
    letter-spacing: 0.5em;
  }
  100% {
    letter-spacing: 0.1em;
  }
}

@keyframes ani_text_spacing {
  0% {
    letter-spacing: 0.1em;
  }
  50% {
    letter-spacing: 0.5em;
  }
  100% {
    letter-spacing: 0.1em;
  }
}

.ani_shiny {
  overflow: hidden;
}

.ani_shiny::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: shiny 5s ease-in-out infinite;
          animation: shiny 5s ease-in-out infinite;
}

@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  91% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(5deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(5deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@-webkit-keyframes rotate02 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(1deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@keyframes rotate02 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(1deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@-webkit-keyframes wobb_y {
  0% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
}

@keyframes wobb_y {
  0% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
}

@-webkit-keyframes flipVertical01 {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}

@keyframes flipVertical01 {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}

.ani_once_wrap > .ani_active:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(4) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0;
}

html {
  min-height: 100%;
  position: relative;
  /*	background-color: #F5F5F5;*/
  background-image: url(../images/comm_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  letter-spacing: 0.5px;
  overflow-x: hidden;
  text-align: justify;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

p {
  padding: 0;
  margin: 0;
  text-align: justify;
}

em {
  font-weight: bold;
}

img {
  padding: 0;
  margin: 0;
  vertical-align: bottom;
}

a img:hover {
  opacity: 0.5;
}

a {
  color: #333;
}

strong {
  font-weight: bold;
}

ul {
  padding: 0px !important;
  margin: 0 !important;
}

ul li {
  list-style: none;
}

ol li {
  margin-left: 20px;
}

h2 {
  margin-bottom: 20px;
}

.ttl_01,
.ttl_01a {
  position: relative;
  margin-bottom: 60px;
}

.ttl_01 .lc_ttl,
.ttl_01a .lc_ttl {
  text-align: center;
  font-size: 1.7rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #c9ac5e;
  margin-bottom: 10px;
  line-height: 1.4;
}

@media screen and (min-width: 299px) {
  .ttl_01 .lc_ttl span,
  .ttl_01a .lc_ttl span {
    display: inline-block;
  }
}

@media screen and (max-width: 599px) {
  .ttl_01 .lc_ttl,
  .ttl_01a .lc_ttl {
    font-size: 1.4rem;
  }
}

.ttl_01 .lc_ttl::before,
.ttl_01a .lc_ttl::before {
  position: absolute;
  bottom: -25px;
  left: calc(50% - (150px / 2));
  width: 150px;
  height: 7px;
  content: "";
  background-color: #c9ac5e;
}

.ttl_01 .lc_cap,
.ttl_01a .lc_cap {
  text-align: center;
  font-size: 0.8rem;
  color: #ab9f8d;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin: 0;
}

.ttl_01.ttl_sm .lc_ttl {
  font-size: 1.5rem;
}

@media screen and (max-width: 599px) {
  .ttl_01.ttl_sm .lc_ttl {
    font-size: 1.2rem;
  }
}

.ttl_02 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 30px;
}

.ttl_02 .lc_ttl {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: inline-block;
  background-color: #c9ac5e;
  border-radius: 5px;
  color: #fff;
  padding: 10px 50px;
  min-width: 200px;
}

@media screen and (min-width: 299px) {
  .ttl_02 .lc_ttl span {
    display: inline-block;
  }
}

@media screen and (max-width: 599px) {
  .ttl_02 .lc_ttl {
    padding: 10px 30px;
  }
}

.langBtnHome {
  display: none;
  margin-top: 50px;
}

@media screen and (max-width: 599px) {
  .langBtnHome {
    margin-top: 40px;
  }
}

.langBtnHome a {
  width: 45%;
  display: block;
  background-color: #c9ac5e;
  border-radius: 999px;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
  padding: 10px 10px;
  margin-right: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 599px) {
  .langBtnHome {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pageTtl {
  text-align: center;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 599px) {
  .pageTtl {
    font-size: 1.2rem;
  }
}

.header-logo img {
  width: 330px;
}

.header-area {
  /*
	display: flex;
	justify-content: space-between;
*/
  padding: 50px 0;
}

.header-navi-area {
  padding-top: 8px;
  padding-top: 40px;
}

.header-navi {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-top: 1px solid #bdcade;
  border-bottom: 1px solid #bdcade;
}

.header-navi li {
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
  /*	text-shadow: 0px 0px 2px #644015;*/
  margin-bottom: 0px;
  border-radius: 5px;
}

.header-navi li a {
  color: #555;
  text-decoration: none;
}

.header-navi li:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
  color: #a7bbd9;
}

.header-btn-area {
  border-bottom: 0px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #ede7de;
}

.btn-submenu {
  padding-top: 5px;
}

.btn-submenu ul li {
  float: left;
  margin-left: 1em;
  font-size: 14px;
}

.btn-submenu ul li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
  color: #c7a956;
}

.btn-submenu ul li a {
  text-decoration: none;
}

.btn-submenu ul li a:hover {
  text-decoration: none;
}

.btn-inquiry {
  width: 150px;
  background: #c7a956;
  font-size: 14px;
  text-align: center;
  padding: 7px 0 5px 0;
  margin-left: 20px;
}

.btn-inquiry:hover {
  background: #a4893e;
}

.btn-inquiry a {
  color: #fff;
  text-decoration: none;
}

.container,
.container_01 {
  text-align: center;
  clear: left;
}

@media screen and (max-width: 768px) {
  .container .container,
  .container_01 .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 599px) {
  .container .container,
  .container_01 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container01 {
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .container01 {
    margin-bottom: 20px;
  }
}

.container img {
  max-width: 100%;
}

#toggle {
  display: none;
}

.slider img {
  width: 100%;
}

.slider a img {
  opacity: 1;
}

.slick-slide div li {
  display: inline !important;
}

.under-line {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#cdb26a), to(#a48b46));
  background: linear-gradient(to bottom, #cdb26a, #a48b46);
  padding-bottom: 15px;
  margin: 0;
}

.btn-detail {
  width: 280px;
  background: #fff;
  text-align: center;
  border: 1px solid #c9ac5e;
  margin: 0 auto;
  position: relative;
  padding: 30px;
}

.btn-detail a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  line-height: 60px;
}

.btn-detail a:hover span {
  color: #c9ac5e;
}

.btn-detail span:after {
  content: "\f152";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 1em;
  color: #c9ac5e;
}

.shimoshiba-area {
  background: #eee5cc;
  padding: 70px;
  margin-top: 50px;
}

.shimoshiba-area h3 {
  background: #c7a956;
  text-align: center;
  margin-bottom: 35px;
}

.shimoshiba-area h3 img {
  width: 270px;
  margin: 15px 0 !important;
}

.shimoshiba-area .pc_flex .flex-text p {
  text-align: left !important;
}

.collagen-area {
  background: url(../images/top/img_collagen_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

.customer-area {
  background: url(../images/top/img_customer_bg.jpg) repeat;
}

.movie-area {
  margin-top: 30px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie-area video,
.movie-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.collagen_imgCopy {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

footer {
  width: 100%;
}

.footer_inner {
  background: #faf8f5;
  padding: 40px 0;
}

.footer_inner a {
  text-decoration: none;
  color: #c9ac5e;
}

.footer_copyright {
  background: -webkit-gradient(linear, left top, left bottom, from(#cdb26a), to(#a48b46));
  background: linear-gradient(to bottom, #cdb26a, #a48b46);
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.footer_copyright .copyright {
  text-align: center !important;
  color: #fff;
  font-size: 12px;
}

.commingsoon {
  margin: 150px auto;
  text-align: center;
}

#title {
  width: 100%;
  background: url(../images/img_title_bg.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  #title {
    padding: 60px 10px;
  }
}

.beige_box {
  background: #faf8f5;
  padding: 50px;
  margin-bottom: 50px;
}

.beige_box h2 {
  color: #2f2725;
  font-weight: bold;
  font-size: 26px;
  text-align: left;
}

.beige_box .flex-text p {
  text-align: left;
}

.inquiry_boxWrap {
  padding: 20px 50px;
}

@media screen and (max-width: 1000px) {
  .inquiry_boxWrap {
    padding: 20px 20px;
  }
}

.inquiry_box div p {
  text-align: center !important;
}

.inquiry_box div h2 {
  background: #c7a956;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

.blue-box {
  background: #dcebef;
  padding: 80px;
}

.blue-box h3 {
  background: #59c3e1;
  padding: 10px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.inquiry_box_text01 {
  margin-bottom: 10px;
}

.inquiry_box_text02 {
  color: #c9ac5e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}

.inquiry_box_text03 {
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.table_A,
.table_B,
.table_C {
  margin: 0 auto;
}

.table_C {
  background: rgba(255, 255, 255, 0.55);
}

.table_A {
  max-width: 700px;
  width: 100%;
}

.table_A th {
  width: 200px;
  text-align: left;
  padding: 0 20px 0 0;
}

.table_B th,
.table_C th {
  text-align: left;
  padding: 0 20px;
}

.table_A th strong,
.table_B th strong {
  display: inline-block;
  background: #e60617;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
  margin-left: 10px;
}

.table_A td {
  padding: 20px 0;
  text-align: left;
}

.table_B td,
.table_C td {
  padding: 20px;
  text-align: left;
}

.table_A td input {
  border: 1px solid #d9d9d9;
  padding: 7px 2%;
}

.table_A td textarea {
  border: 1px solid #d9d9d9;
  padding: 7px 2%;
}

.table_B tr:nth-child(odd) {
  background-color: #fff;
}

.table_B tr:nth-child(even) {
  background-color: #eee;
}

.buttonArea input {
  max-width: 500px;
  min-width: 250px;
  height: 62px;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 40px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #c7a956;
  /*ボタン色*/
  color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: solid 4px #a08230;
  border-radius: 3px;
}

.buttonArea input:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}

.error_messe {
  color: #e60617;
  text-align: center;
}

.history_bg {
  background: url(../images/company/img_company_bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.labo {
  background: url(../images/commited/labo_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  margin-bottom: 50px;
}

.labo .container .ttl_02 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 599px) {
  .labo .container .ttl_02 {
    margin-bottom: 20px;
  }
}

.labo_copy01Wrap {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px 50px;
  border-radius: 999px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .labo_copy01Wrap {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  .labo_copy01Wrap {
    padding: 20px;
  }
}

.labo_copy01Wrap .labo_copy01 {
  font-size: 1.6rem;
  color: #c9ac5e;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .labo_copy01Wrap .labo_copy01 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.labo_text01Wrap {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.labo_text01Wrap .labo_text01 {
  font-size: 1.1rem;
  line-height: 2;
  color: #907d65;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

@media screen and (max-width: 599px) {
  .labo_text01Wrap .labo_text01 {
    font-size: 1rem;
  }
}

.labo_text01Wrap .labo_text01 + .labo_text01 {
  margin-top: 20px;
}

#pagetop {
  background: #dcebef;
  text-align: center;
  vertical-align: middle;
  position: fixed;
  z-index: 1;
  width: 15px;
  height: 10px;
  bottom: 100px;
  right: 0;
  padding: 12px 20px 32px 20px;
}

#pagetop i {
  font-size: 26px;
  color: #59c3e1;
}

.for-sp {
  display: none;
}

.btn-inquiry img {
  width: 100%;
}

#content {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 50px 85px;
  background: #fff;
}

.main-nav {
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 17px 0 !important;
  max-width: 980px;
  width: 90%;
}

.main-nav li {
  display: table-cell;
  width: 163px !important;
  height: 27px;
  text-align: center;
  vertical-align: middle !important;
  border-left: #cbb475 1px solid;
}

.main-nav li:last-child {
  border-right: #cbb475 1px solid;
}

.main-nav li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.main-nav li a.active {
  color: #3e603b;
}

.image-area {
  background: url(../images/top/img_image_bg.jpg) no-repeat;
  background-size: 100% auto;
}

.image-area h2 {
  margin-bottom: 50px;
}

.committed-area,
.oem-area,
.elastin-area {
  margin: 50px auto !important;
}

.collagen-area-inner,
.customer-area-inner {
  padding: 60px 0;
}

.image-area-inner {
  padding: 250px 0;
}

.banner-area {
  margin-top: 85px;
}

.customer-area-inner .flex-text {
  width: 40%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.customer-area-inner .flex-img {
  width: 60%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.commingsoon img {
  width: 350px;
}

.commingsoon p {
  padding-top: 50px !important;
}

.list_A:after {
  clear: both;
  content: "";
  display: block;
}

.list_A li {
  width: 50%;
  list-style-type: none;
  float: left;
}

.list_A li img {
  width: 100%;
}

.slider-sp {
  display: none;
}

.greeting_name img {
  width: auto;
}

.insta_pc {
  max-width: 1280px;
  margin: 30px auto 0 auto;
  text-align: center;
  margin-bottom: 2em;
}

.insta_pc iframe {
  height: 200px;
}

.insta_sm {
  display: none;
}

.insta_logo {
  width: 130px;
  padding: 20px;
}

.btn_ajst1 {
  margin-top: 40px;
  margin-bottom: -40px;
}

.btn_ajst2 {
  margin-top: 40px;
}

iframe {
  height: 400px;
}

#oem .beige_box p {
  font-size: 85%;
}

#bstimes .ttl {
  max-width: 500px;
}

#bstimes p {
  margin: 30px 0 !important;
}

.oem-flow img {
  width: 60%;
}

.footer_copyright .header-navi {
  border: 0px solid #000;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto !important;
  margin-bottom: 30px !important;
}

.footer_copyright .header-navi li {
  padding: 5px 5px;
  font-size: 14px;
}

.footer_copyright .header-navi li:before {
  margin-right: 0.5em;
  color: #fff;
}

.footer_copyright .header-navi li a {
  color: #fff;
}

.mrsg .ttl {
  width: 60%;
  margin-bottom: 30px !important;
}

.mrsg_text01 {
  color: #c9ac5e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
}

.mrsg_text02 {
  margin-bottom: 30px;
}

.mrsg_video {
  margin-top: 50px;
}

.mrsg_video iframe + iframe {
  margin-top: 30px;
}

.product_logo {
  margin-bottom: 70px;
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
}

.product_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}

.product_wrap > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  padding: 20px;
  line-height: 1.5;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .product_item_wrap {
    width: 48%;
  }
}

@media screen and (max-width: 599px) {
  .product_item_wrap {
    width: 100%;
  }
}

.product_item_wrap .lc_ttl_01 {
  background-color: #c7a956;
  text-align: center;
  font-size: 1em;
  width: 100%;
  padding: 8px 5px;
  color: #fff;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .product_item_wrap .lc_ttl_01 {
    font-size: 1.2em;
  }
}

.product_item_wrap .lc_ttl_02 {
  width: 100%;
  text-align: center;
  font-size: 1em;
  color: #c7a956;
  padding-top: 10px;
  border-top: 1px solid #c7a956;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .product_item_wrap .lc_ttl_02 {
    font-size: 1.2em;
  }
}

.product_item_wrap .lc_txt_01 {
  font-size: 0.8em;
  margin-bottom: 10px;
  color: #786328;
}

@media screen and (max-width: 599px) {
  .product_item_wrap .lc_txt_01 {
    font-size: 1em;
    margin-bottom: 30px;
  }
}

.product_item_wrap .lc_txt_02 {
  text-align: center;
  font-size: 1em;
}

.product_item_wrap .lc_txt_02 span {
  font-size: 0.6em;
}

.product_item_wrap .lc_txt_03 {
  text-align: center;
  font-size: 0.8em;
  border-top: 1px solid #ccc;
  padding-top: 3px;
  margin-top: 3px;
}

.product_item_wrap .lc_img {
  width: 80%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product_item_wrap .product_item_textbox {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: #f6f1e4;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 599px) {
  .product_item_wrap .product_item_textbox {
    min-height: initial;
  }
}

.product_item_wrap::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 28%;
  right: 0;
  border: 20px solid transparent;
  border-left: 20px solid #f3eddc;
}

@media screen and (max-width: 599px) {
  .product_item_wrap::after {
    top: inherit;
    bottom: -70px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    border: 30px solid transparent;
    border-top: 30px solid #f3eddc;
  }
}

.product_item_wrap.lc_last::after {
  content: none;
}

.product_oem_wrap {
  margin-top: 100px;
  text-align: center;
}

.product_oem_wrap .lc_txt_01 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.9em;
}

.product_oem_wrap .lc_txt_02 {
  text-align: center;
  margin-top: 10px;
  color: #c7a956;
}

.ani_item_down_arrow {
  position: relative;
  height: 50px;
  margin: 30px 0;
}

.ani_item_down_arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -12px;
  border-left: 1px solid #c7a956;
  border-bottom: 1px solid #c7a956;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: ani_item_down_arrow 2.5s infinite;
          animation: ani_item_down_arrow 2.5s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product_voice_wrap .gl_ttl_01 {
  margin-top: 50px;
}

.gl_ttl_01 {
  text-align: center;
  color: #c7a956;
  font-size: 1.2em;
}

@media screen and (max-width: 1120px) {
  .header-area {
    display: block;
    padding: 50px 0;
  }
  .header-navi-area {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #content {
    padding: 0 0 30px 0;
  }
  .for-pc,
  .for-sp {
    display: none;
  }
  .header-area {
    padding: 0 15px;
  }
  .header-logo {
    padding: 20px 0;
    text-align: left;
  }
  .header-navi-area {
    padding-top: 0;
  }
  label.open-btn {
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 35px;
    height: 35px;
    padding: 14px 7px 0 7px;
    background-color: #c9ac5e;
    -webkit-transition: background-color 0.6s, -webkit-transform 0.6s;
    transition: background-color 0.6s, -webkit-transform 0.6s;
    transition: background-color 0.6s, transform 0.6s;
    transition: background-color 0.6s, transform 0.6s, -webkit-transform 0.6s;
  }
  label.open-btn:after {
    display: block;
    position: absolute;
    content: "MENU";
    bottom: 3px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 10px;
    text-align: center;
  }
  label.open-btn span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  label.open-btn span:nth-child(1) {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  label.open-btn span:nth-child(3) {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  label.open-btn:hover span:nth-child(1) {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  label.open-btn:hover span:nth-child(3) {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  label.close-btn {
    pointer-events: none;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
  }
  .header-navi {
    border-top: 0px solid #bdcade;
    border-bottom: 0px solid #bdcade;
  }
  .header-navi li {
    width: inherit;
    border-radius: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    text-align: left;
  }
  .header-navi li:before {
    margin-left: 1em;
  }
  .footer_copyright .header-navi li {
    width: auto;
  }
  .drawer-menu {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .drawer-menu h2 {
    text-align: center;
    line-height: 54px;
    height: 54px;
    color: #fff;
  }
  .drawer-menu ul {
    padding: 0;
    list-style-type: none;
  }
  .drawer-menu > ul > li {
    border-bottom: #ccc dotted 1px;
    padding: 7px;
    display: block;
    background-color: transparent;
  }
  .header-btn-area {
    display: none;
  }
  #toggle:checked + label.open-btn {
    background-color: #c9ac5e;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  #toggle[type="checkbox"]:checked ~ label.open-btn span:nth-child(2) {
    background: rgba(255, 255, 255, 0);
  }
  #toggle[type="checkbox"]:checked ~ label.open-btn span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translateX(-2.5px);
            transform: rotate(-45deg) translateX(-2.5px);
  }
  #toggle[type="checkbox"]:checked ~ label.open-btn span:nth-child(3) {
    -webkit-transform: rotate(45deg) translateX(-2.5px);
            transform: rotate(45deg) translateX(-2.5px);
  }
  #toggle[type="checkbox"]:checked ~ label.open-btn:after {
    content: "CLOSE";
  }
  #toggle:checked ~ label.close-btn {
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #toggle[type="checkbox"]:checked ~ .drawer-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .inner .container {
    padding: 50px 20px;
  }
  .image-area h2 {
    margin-bottom: 50px;
  }
  .committed-area,
  .oem-area,
  .elastin-area {
    margin: 30px auto !important;
  }
  .committed-area div div p {
    margin-bottom: 30px !important;
  }
  .shimoshiba-area {
    padding: 30px;
    margin-top: 0px;
  }
  .shimoshiba-area .flex-img {
    margin-bottom: 20px;
  }
  .shimoshiba-area .flex-text .flex-text-inner h3 {
    margin-bottom: 20px;
  }
  .oem-flow img {
    width: 90%;
  }
  .collagen-area {
    background: url(../images/top/img_collagen_bg_sp.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }
  .collagen-area-inner,
  .customer-area-inner {
    padding: 50px 25px;
  }
  .collagen-area-inner .collagen_photo {
    width: 95%;
    margin: 0 auto;
  }
  .collagen-area-inner .collagen_photo div img {
    width: 90%;
  }
  .elastin-area .elastin_photo {
    text-align: center;
  }
  .elastin-area .elastin_photo img {
    width: 70%;
  }
  .image-area {
    background: url(../images/top/img_image_bg.jpg) no-repeat;
    background-size: cover;
  }
  .image-area-inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .banner-area {
    padding-top: 60px;
    padding-bottom: 30px;
    margin: 0;
  }
  .drawer-menu .for-sp {
    margin-top: 20px;
  }
  .drawer-menu .for-sp .btn-submenu {
    margin: 15px 0 !important;
  }
  .drawer-menu .for-sp .btn-submenu ul:after {
    clear: both;
    content: "";
    display: block;
  }
  .drawer-menu .for-sp .btn-submenu ul li {
    width: 40%;
    font-size: 16px;
  }
  .for-sp .btn-language {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
  .for-sp .btn-inquiry {
    width: 95%;
    margin: 0 auto;
    padding: 15px 0;
  }
  .for-sp .btn-inquiry img {
    width: 100%;
  }
  .flex-text p {
    text-align: center;
  }
  #title img {
    height: 30px;
  }
  .footer_inner {
    padding: 30px 0;
  }
  .table_A th,
  .table_A td,
  .table_B th,
  .table_B td,
  .table_C th,
  .table_C td {
    display: block;
    border-top: none;
  }
  .table_A th,
  .table_A td {
    width: 100%;
  }
  .table_B th {
    padding-top: 20px;
    font-weight: bold;
  }
  .table_B td {
    padding-top: 0;
  }
  .table_A td input,
  .table_A td textarea {
    width: 95%;
  }
  .labo {
    width: 100%;
  }
  .labo {
    padding: 30px 0;
  }
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
  .history_bg {
    background-size: auto;
  }
  .btn-detail {
    width: auto;
  }
  .header-logo img {
    width: 200px;
  }
  .insta_sm {
    display: block;
    width: 100%;
    height: auto;
    margin: 30px auto 0 auto;
    text-align: center;
  }
  .insta_sm iframe {
    height: 300px;
  }
  .insta_pc {
    display: none;
  }
  .insta_logo {
    width: 130px;
    padding: 20px !important;
  }
  .btn_ajst1 {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .box_ajst1 .flex-img,
  .box_ajst1 .flex-text {
    width: 100%;
  }
  .box_ajst1 .pc_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box_ajst1 .flex-img,
  .box_ajst1 .flex-text {
    padding: 0;
  }
  #bstimes .ttl {
    max-width: 100%;
  }
  .mrsg .ttl {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .mrsg p {
    margin-bottom: 20px !important;
  }
  .mrsg iframe {
    width: 100%;
  }
}

.sec_01 {
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .sec_01 {
    margin-bottom: 20px;
  }
}

.table_01 {
  width: 100%;
  font-size: 0.9em;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.table_01 th,
.table_01 td {
  margin: 10px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.table_01 th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 599px) {
  .table_01 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table_01 th,
  .table_01 td {
    width: 100%;
    padding: 10px 0px;
  }
}

.thoughtWrap_home {
  margin-top: 70px;
}

.thoughtWrap_textBox {
  position: relative;
  z-index: 2;
}

.thoughtWrap_textBox img {
  width: 200px;
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .thoughtWrap_textBox img {
    width: 40%;
  }
}

.thoughtWrap_textBox_ttl,
.thoughtWrap_textBox_txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  text-align: center;
  line-height: 2.5;
  color: #777;
  letter-spacing: 0.1em;
  margin: 0;
}

.thoughtWrap_textBox_ttl {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.thoughtWrap_textBox_txt {
  font-size: 0.9em;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 599px) {
  .thoughtWrap_textBox_txt {
    font-size: 0.7em;
  }
}

.thoughtWrap_imgBox {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -35%;
}

.company_prfWrap01 {
  position: relative;
  background-image: url("../images/company/company_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.company_prfWrap01::before {
  content: "";
  display: block;
  padding-top: calc(622 / 1000 * 100%);
}

@media screen and (max-width: 599px) {
  .company_prfWrap01::before {
    padding-top: 90%;
  }
}

.company_prfWrap01_inner {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: fadeInUp 2s;
          animation: fadeInUp 2s;
}

.company_prfWrap02 {
  background-color: #faf8f5;
  padding-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .company_prfWrap02 {
    padding-bottom: 0px;
  }
}

.company_prfWrap02_tableWrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #c9ac5e;
  border-bottom: 1px solid #c9ac5e;
  padding: 50px 20px;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 599px) {
  .company_prfWrap02_tableWrap {
    padding: 40px 0px;
  }
}

.company_prfWrap02_table {
  color: #777;
  font-size: 0.9em;
}

.company_prfWrap02_table th,
.company_prfWrap02_table td {
  margin: 5px auto;
}

.company_prfWrap02_table th {
  min-width: 10em;
  margin-right: 30px;
}

.company_prfWrap02_table th::before {
  content: "";
  width: 0.8em;
  margin-right: 1em;
  border-top: 2px solid #c9ac5e;
}

.company_prfWrap02_table td {
  width: 70%;
}

@media screen and (max-width: 599px) {
  .company_prfWrap02_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company_prfWrap02_table th,
  .company_prfWrap02_table td {
    width: 100%;
    margin: 0px auto;
  }
  .company_prfWrap02_table th {
    background-color: #eee5cc;
    padding: 10px 0px;
  }
  .company_prfWrap02_table td {
    padding-left: 1.8em;
  }
}

.company_prfWrap02_photoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .company_prfWrap02_photoWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.company_prfWrap02_photoWrap img {
  width: 33.3%;
}

@media screen and (max-width: 599px) {
  .company_prfWrap02_photoWrap img {
    width: 100%;
  }
}

.company_historyWrap_flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company_historyWrap_flexBox_textBox {
  width: 60%;
}

.company_historyWrap_flexBox_imgBox {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 599px) {
  .company_historyWrap_flexBox_textBox,
  .company_historyWrap_flexBox_imgBox {
    width: 100%;
  }
}

.company_historyWrap_flexBox_table {
  color: #777;
  font-size: 0.8em;
  margin: 20px auto;
}

.company_historyWrap_flexBox_table th,
.company_historyWrap_flexBox_table td {
  margin: 5px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.company_historyWrap_flexBox_table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1em;
  border-left: 2px solid #c9ac5e;
  padding-right: 20px;
}

.company_historyWrap_flexBox_table td {
  width: 70%;
}

@media screen and (max-width: 599px) {
  .company_historyWrap_flexBox_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company_historyWrap_flexBox_table th,
  .company_historyWrap_flexBox_table td {
    width: 100%;
    margin: 0px auto;
    padding: 0;
    margin: 0;
  }
  .company_historyWrap_flexBox_table th {
    padding-left: 1em;
  }
  .company_historyWrap_flexBox_table td {
    padding-left: 2em;
    margin-bottom: 15px;
  }
}

.bstimesWrap {
  background: #eee5cc;
  padding: 100px 100px;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .bstimesWrap {
    padding: 70px 15px;
  }
}

.bstimesWrap img {
  width: 100%;
  max-width: 100%;
}

.product_bnWrap {
  margin-bottom: 80px;
}

.product_bnWrap img {
  border-radius: 20px;
}

.halal_authWrap img {
  max-width: 500px;
  width: 100%;
}

.faq {
  background-color: #eee5cc;
  padding: 80px 50px;
  border-radius: 30px;
}

@media screen and (max-width: 599px) {
  .faq {
    border-radius: 0;
    padding: 70px 20px;
  }
}

.faqItem {
  background-color: #fff;
  border-radius: 20px;
}

.faqItem + .faqItem {
  margin-top: 30px;
}

.faqItem_inner {
  padding: 40px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 599px) {
  .faqItem_inner {
    padding: 30px 20px 30px 20px;
  }
}

.faqItem_Q,
.faqItem_A {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faqItem_Q {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .faqItem_Q {
    margin-bottom: 15px;
  }
}

.faqItem_Q_icon .lc_img,
.faqItem_A_icon .lc_img {
  width: 50px;
  height: 50px;
  margin-right: 30px;
  background-image: url("../images/faq/faq_icon_q.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

@media screen and (max-width: 599px) {
  .faqItem_Q_icon .lc_img,
  .faqItem_A_icon .lc_img {
    width: 35px;
    height: 35px;
    margin-right: 20px;
  }
}

.faqItem_A_icon .lc_img {
  background-image: url("../images/faq/faq_icon_a.png");
}

.faqItem_Q_text .lc_tx01 {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #c9ac5e;
  font-size: 1.3rem;
}

@media screen and (max-width: 599px) {
  .faqItem_Q_text .lc_tx01 {
    font-size: 1.1rem;
  }
}

.faqItem_A_text .lc_tx01 {
  margin-bottom: 0;
}

.faqItem_A_text .lc_link {
  display: inline-block;
  color: #c9ac5e;
  margin-right: 3px;
  margin-left: 3px;
  padding: 3px 7px;
  font-weight: bold;
  font-size: 0.9em;
}

.faqItem_A_text .lc_link:hover {
  background-color: #c9ac5e;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .shimoshiba-area {
    padding: 20px;
  }
  .banner-area .flex-img + .flex-img {
    margin-top: 15px;
  }
  .customer-area-inner .flex-img {
    margin-bottom: 50px;
  }
  .slider-pc {
    display: none;
  }
  .slider-sp {
    display: contents;
  }
  #title {
    margin-bottom: 0;
  }
  .insta_sm iframe {
    height: 170px;
  }
  #oem .beige_box p {
    font-size: 90%;
  }
  #oem .beige_box img {
    padding-bottom: 2em !important;
  }
  .footer_copyright .header-navi li {
    display: block;
    border-top: 1px solid #dccea7;
  }
  .footer_copyright .header-navi li:last-child {
    border-bottom: 1px solid #dccea7;
  }
  .mrsg iframe {
    height: 300px;
  }
}

@media screen and (max-width: 419px) {
  body {
    font-size: 16px;
  }
  .customer-area-inner .flex-text,
  .customer-area-inner .flex-img {
    width: auto;
  }
  .blue-box,
  .beige_box {
    padding: 20px;
  }
  .beige_box h2 {
    margin-top: 20px;
  }
  .list_A li {
    width: 100%;
  }
}

@media screen and (min-width: 420px) {
  .flex-img,
  .flex-text {
    padding: 0 25px;
  }
  .flex-img {
    width: 50%;
  }
  .flex-text {
    width: 50%;
  }
  .inquiry_box div {
    width: 50%;
    padding: 20px;
  }
}

@media screen and (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}
/*# sourceMappingURL=style.css.map */