@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho+B1:wght@400;500;700&display=swap");
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #323232;
  letter-spacing: 0.14em;
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  font-family: inherit;
  box-sizing: border-box;
}

img {
  line-height: 1;
  font-size: 0;
  vertical-align: top;
  height: auto;
  max-width: 100%;
}

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

ul {
  list-style: none;
}

.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.sub_inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-up-delay {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-up-delay.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.common .menu-container .hamburger {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 25px;
  cursor: pointer;
  z-index: 300;
}
.common .menu-container .hamburger .menu_img {
  height: 25px;
  display: block;
  background: transparent url(../img/ico_menu.svg) no-repeat center center;
  filter: brightness(0) saturate(100%) invert(15%) sepia(47%) saturate(15%) hue-rotate(44deg) brightness(93%) contrast(88%);
  background-size: 60px 25px;
}
.common .menu-container .open .hamburger {
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
}
.common .menu-container .open .hamburger .menu_img {
  background: transparent url(../img/ico_cross.svg) no-repeat center center;
  background-size: 25px 25px;
}
.common main {
  width: 100%;
  background: url(../img/content_bg.jpg) repeat;
}
.common main .common_ttl {
  margin-bottom: 116px;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  text-align: center;
}
.common main .main_img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.common main .main_img img {
  width: 100%;
}

.header {
  width: 100%;
  padding: 40px 0 100px;
  background: url(../img/content_bg.jpg) repeat;
}
.header .block {
  padding: 0 36px;
  display: flex;
  justify-content: space-between;
}
.header .block .logo {
  width: 11.6%;
}
.header .block .logo a {
  transition: transform 0.8s ease;
}
.header .block .logo a img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(47%) saturate(15%) hue-rotate(44deg) brightness(93%) contrast(88%);
}
.header .block .logo a:hover {
  opacity: 0.8;
}
.header .block .info {
  padding-right: 100px;
  display: flex;
  align-items: center;
}
.header .block .info .sns a {
  transition: transform 0.8s ease;
}
.header .block .info .sns a img {
  width: 38px;
  height: 38px;
  filter: brightness(0) saturate(100%) invert(15%) sepia(47%) saturate(15%) hue-rotate(44deg) brightness(93%) contrast(88%);
}
.header .block .info .sns a:hover {
  opacity: 0.8;
}
.header .block .info ul {
  display: flex;
}
.header .block .info ul .en {
  margin-right: 40px;
}
.header .block .info ul .en a {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  transition: transform 0.8s ease;
}
.header .block .info ul .en a:hover {
  opacity: 0.8;
}
.header .block .info ul .ec {
  margin-right: 40px;
}
.header .block .info ul .ec a {
  font-weight: 500;
  transition: transform 0.8s ease;
}
.header .block .info ul .ec a:hover {
  opacity: 0.8;
}
.header .block .info ul .ec::after {
  margin-left: 12px;
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url(../img/ico_link.svg) no-repeat;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(15%) sepia(47%) saturate(15%) hue-rotate(44deg) brightness(93%) contrast(88%);
}
.header nav {
  margin-top: 40px;
}
.header nav ul {
  display: flex;
  justify-content: space-around;
}
.header nav ul li {
  position: relative;
}
.header nav ul li a {
  font-weight: 500;
  display: block;
  padding-bottom: 8px;
}
.header nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #151515;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease;
}
.header nav ul li a:hover::after {
  transform: scaleX(1);
}

.footer {
  width: 100%;
  padding: 160px 0;
  background: url(../img/content_bg.jpg) repeat;
}
.footer .logo {
  margin: 0 auto 76px;
  width: 24.2%;
}
.footer .logo a {
  transition: transform 0.8s ease;
}
.footer .logo a img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(47%) saturate(15%) hue-rotate(44deg) brightness(93%) contrast(88%);
}
.footer .logo a:hover {
  opacity: 0.8;
}
.footer .info_box {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #323232;
  display: flex;
}
.footer .info_box li {
  width: 33.3%;
}
.footer .info_box li h4 {
  margin-bottom: 24px;
  font-weight: 500;
}
.footer .info_box li h4::before {
  margin-right: 8px;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../img/ico_circle01.svg) no-repeat;
  vertical-align: middle;
}
.footer .info_box li .ttl {
  margin-bottom: 20px;
  font-weight: 500;
}
.footer .info_box li address {
  margin-bottom: 36px;
  line-height: 1.8;
  font-style: normal;
}
.footer .info_box li .info {
  margin-bottom: 8px;
  line-height: 1.8;
}
.footer .info_box li .access {
  margin-bottom: 36px;
}
.footer .info_box li .access a {
  font-weight: 500;
  text-decoration: underline;
  transition: transform 0.8s ease;
}
.footer .info_box li .access a::before {
  margin-right: 8px;
  content: "";
  width: 15px;
  height: 21px;
  display: inline-block;
  background: url(../img/ico_map.svg) no-repeat;
  vertical-align: middle;
}
.footer .info_box li .access a:hover {
  opacity: 0.8;
}
.footer .info_box li .tel {
  margin-bottom: 10px;
}
.footer .info_box li:last-child {
  padding-top: 40px;
}
.footer nav ul {
  display: flex;
  justify-content: space-between;
}
.footer nav ul li {
  position: relative;
}
.footer nav ul li a {
  display: block;
  padding-bottom: 8px;
}
.footer nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #151515;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease;
}
.footer nav ul li a:hover::after {
  transform: scaleX(1);
}

.sub_block {
  margin: 40px 0 80px;
  display: flex;
  justify-content: space-around;
}
.sub_block a {
  transition: transform 0.8s ease;
}
.sub_block a:hover {
  opacity: 0.8;
}
.sub_block .box {
  display: flex;
  align-items: center;
}
.sub_block .box .instagram {
  margin-right: 20px;
}
.sub_block .box .instagram img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(47%) saturate(15%) hue-rotate(44deg) brightness(93%) contrast(88%);
  width: 32px;
  height: 32px;
}
.sub_block .box .ec a::after {
  margin-left: 12px;
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url(../img/ico_link.svg) no-repeat;
  filter: brightness(0) saturate(100%) invert(15%) sepia(47%) saturate(15%) hue-rotate(44deg) brightness(93%) contrast(88%);
  vertical-align: middle;
}
.sub_block ul {
  display: flex;
}
.sub_block ul li {
  margin-right: 60px;
}
.sub_block ul li a {
  font-size: 14px;
  font-size: 1.4rem;
}
.sub_block ul li:last-child {
  margin-right: 0;
}

.copy {
  padding-bottom: 80px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.page-top-arrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease;
  z-index: 1000;
}

.page-top-arrow.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-top-arrow__icon {
  width: 16px;
  height: 16px;
  display: block;
  transition: all 0.3s ease;
}

.page-top-arrow__label {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #323232;
  font-weight: bold;
  color: #323232;
  text-align: center;
  line-height: 1;
  transition: color 0.3s ease;
  font-size: 12px;
  font-size: 1.2rem;
}

.page-top-arrow:hover {
  transform: translateY(-5px);
}

.page-top-arrow:hover .page-top-arrow__icon {
  transform: translateY(-2px) scale(1.1);
}

.page-top-arrow:hover .page-top-arrow__label {
  color: #000;
}

.link_style01 {
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1;
  padding: 8px 0 8px 28px;
}
.link_style01 span {
  font-weight: 500;
}
.link_style01 span::before {
  content: "";
  display: inline-block;
  padding-right: 18px;
  width: 4px;
  height: 15px;
  background: url(../img/ico_circle02.svg) no-repeat;
  background-size: contain;
  transition: transform 0.2s ease;
}
.link_style01::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/ico_arrow01.svg) no-repeat;
  background-size: contain;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.link_style01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #151515;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease;
}
.link_style01:hover span::before {
  transform: translateX(2px);
}
.link_style01:hover::before {
  transform: translateY(-50%) translateX(6px) scale(1.05);
}
.link_style01:hover::after {
  transform: scaleX(1);
}

.menu-container .hamburger {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 25px;
  cursor: pointer;
  z-index: 300;
}
.menu-container .hamburger .menu_img {
  height: 25px;
  display: block;
  background: transparent url(../img/ico_menu.svg) no-repeat center center;
  background-size: 60px 25px;
}
.menu-container .open .hamburger {
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
}
.menu-container .open .hamburger .menu_img {
  background: transparent url(../img/ico_cross.svg) no-repeat center center;
  background-size: 25px 25px;
}

.sp-nav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
}

.open .sp-nav {
  right: 0;
}

.open {
  overflow: hidden;
  height: 100vh;
}

body.open {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
}

.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

.sp-nav {
  -webkit-overflow-scrolling: touch;
}

.sp-nav .nav-content {
  padding: 20px;
  min-height: 100vh;
  box-sizing: border-box;
}
.sp-nav .block .menu .open_box .open_block {
  display: flex;
}
.sp-nav .block .menu .open_box .open_block .img {
  width: 50%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background: url(../img/open_bg.jpg) no-repeat right center;
  background-size: cover;
}
.sp-nav .block .menu .open_box .open_block .box {
  width: 50%;
  background: #fff;
  padding: 100px 20px;
}
.sp-nav .block .menu .open_box .open_block .box .open_logo {
  margin: 0 auto 76px;
  width: 24.2%;
}
.sp-nav .block .menu .open_box .open_block .box .open_logo a {
  transition: transform 0.8s ease;
}
.sp-nav .block .menu .open_box .open_block .box .open_logo a img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(47%) saturate(15%) hue-rotate(44deg) brightness(93%) contrast(88%);
}
.sp-nav .block .menu .open_box .open_block .box .open_logo a:hover {
  opacity: 0.8;
}
.sp-nav .block .menu .open_box .open_block .box .area {
  display: flex;
}
.sp-nav .block .menu .open_box .open_block .box .area nav {
  width: 50%;
}
.sp-nav .block .menu .open_box .open_block .box .area nav ul li {
  margin-bottom: 50px;
  text-align: center;
}
.sp-nav .block .menu .open_box .open_block .box .area nav ul li:last-child {
  margin-bottom: 0;
}
.sp-nav .block .menu .open_box .open_block .box .area nav ul li a {
  transition: transform 0.8s ease;
}
.sp-nav .block .menu .open_box .open_block .box .area nav ul li a:hover {
  opacity: 0.8;
}
.sp-nav .block .menu .open_box .open_block .box .area .info_box {
  width: 50%;
  text-align: center;
}
.sp-nav .block .menu .open_box .open_block .box .area .info_box ul .en a {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  transition: transform 0.8s ease;
}
.sp-nav .block .menu .open_box .open_block .box .area .info_box ul .en a:hover {
  opacity: 0.8;
}
.sp-nav .block .menu .open_box .open_block .box .area .info_box ul .ec {
  margin: 26px 0 30px;
}
.sp-nav .block .menu .open_box .open_block .box .area .info_box ul .ec a {
  font-weight: 500;
  transition: transform 0.8s ease;
}
.sp-nav .block .menu .open_box .open_block .box .area .info_box ul .ec a:hover {
  opacity: 0.8;
}
.sp-nav .block .menu .open_box .open_block .box .area .info_box ul .ec::after {
  margin-left: 12px;
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url(../img/ico_link.svg) no-repeat;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(15%) sepia(47%) saturate(15%) hue-rotate(44deg) brightness(93%) contrast(88%);
}
.sp-nav .block .menu .open_box .open_block .box .area .info_box .btn {
  margin-bottom: 50px;
}
.sp-nav .block .menu .open_box .open_block .box .area .info_box .btn a {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 16px 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #323232;
  color: #323232;
  font-weight: 500;
  background-color: transparent;
  transition: all 0.3s ease;
}
.sp-nav .block .menu .open_box .open_block .box .area .info_box .btn a::after {
  margin-left: 12px;
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url(../img/ico_arrow01.svg) no-repeat;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.sp-nav .block .menu .open_box .open_block .box .area .info_box .btn a:hover {
  background-color: #323232;
  color: white;
  border-color: #323232;
}
.sp-nav .block .menu .open_box .open_block .box .area .info_box .btn a:hover::after {
  filter: brightness(0) saturate(100%) invert(1);
  transform: translateX(5px);
}
.sp-nav .block .menu .open_box .open_block .box .area .info_box .btn a:active {
  transform: scale(0.98);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
.sp-nav .block .menu .open_box .open_block .box .area .info_box .btn a:focus {
  outline: 2px solid #323232;
  outline-offset: 2px;
}
.sp-nav .block .menu .open_box .open_block .box .area .info_box .info .ttl {
  margin-bottom: 16px;
  font-weight: 500;
}
.sp-nav .block .menu .open_box .open_block .box .area .info_box .info address {
  margin-bottom: 26px;
  line-height: 1.8;
  font-style: normal;
}
.sp-nav .block .menu .open_box .open_block .box .area .info_box .info .tel {
  margin-bottom: 26px;
}

.contents__wrapper {
  position: relative;
}
.contents__wrapper .main_ttl {
  margin-bottom: 72px;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  text-align: center;
}
.contents__wrapper main {
  position: relative;
}
.contents__wrapper main a {
  transition: transform 0.8s ease;
}
.contents__wrapper main a:hover {
  opacity: 0.8;
}
.contents__wrapper main .kv {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents__wrapper main .kv .logo {
  width: 100%;
  text-align: center;
}
.contents__wrapper main .kv .logo img {
  width: 19.6%;
}
.contents__wrapper main .video {
  width: 100%;
  height: 100vh;
  background: url(../video/hero_mv.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.contents__wrapper main .video::after after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.contents__wrapper main .video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.contents__wrapper main .pc-nav {
  position: absolute;
  right: 40px;
  top: 14%;
}
.contents__wrapper main .pc-nav ul {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  box-sizing: border-box;
  overflow: hidden;
}
.contents__wrapper main .pc-nav ul li {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  flex: 1;
  min-width: 0;
  margin-left: 40px;
}
.contents__wrapper main .pc-nav ul li a {
  font-weight: 500;
  display: block;
  color: #fff;
}
.contents__wrapper main .pc-link_g {
  position: absolute;
  left: 40px;
  bottom: 4%;
}
.contents__wrapper main .pc-link_g .sns {
  margin-bottom: 30px;
}
.contents__wrapper main .pc-link_g .sns img {
  width: 38px;
}
.contents__wrapper main .pc-link_g ul .en a {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  color: #fff;
}
.contents__wrapper main .pc-link_g ul .ec {
  margin-top: 26px;
}
.contents__wrapper main .pc-link_g ul .ec a {
  color: #fff;
  font-weight: 500;
}
.contents__wrapper main .pc-link_g ul .ec::after {
  margin-left: 12px;
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url(../img/ico_link.svg) no-repeat;
  vertical-align: middle;
}
.contents__wrapper .main_block {
  width: 100%;
  padding: 160px 0;
  background: url(../img/content_bg.jpg) repeat;
}
.contents__wrapper .main_block .img_r {
  flex-direction: row-reverse;
}
.contents__wrapper .main_block .list {
  margin-bottom: 160px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 40px;
}
.contents__wrapper .main_block .list .video {
  max-width: 62.5%;
  height: auto;
}
.contents__wrapper .main_block .list .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.contents__wrapper .main_block .list .text {
  padding-right: 40px;
  max-width: 37.5%;
}
.contents__wrapper .main_block .list .text .ttl {
  margin-bottom: 74px;
  display: flex;
  justify-content: center;
}
.contents__wrapper .main_block .list .text .ttl h1 {
  writing-mode: vertical-rl;
  font-size: 80px;
  font-size: 8rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  text-align: center;
}
.contents__wrapper .main_block .list .text h2 {
  margin-bottom: 52px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
}
.contents__wrapper .main_block .list .text .detail {
  font-weight: 500;
  line-height: 1.8;
}
.contents__wrapper .main_block .list:nth-of-type(2) {
  padding-left: 0;
}
.contents__wrapper .main_block .list:nth-of-type(2) .text {
  padding-right: 0;
  padding-left: 40px;
}
.contents__wrapper .main_block .list:last-child {
  margin-bottom: 0;
}
.contents__wrapper .main_block .link_block {
  width: 100%;
}
.contents__wrapper .main_block .link_block ul {
  width: 48%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.contents__wrapper .bg_block {
  margin-bottom: 160px;
  width: 100%;
  height: auto;
}
.contents__wrapper .shop_block {
  margin-bottom: 160px;
}
.contents__wrapper .shop_block .main_img {
  margin-bottom: 80px;
}
.contents__wrapper .shop_block .area_wrap {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.contents__wrapper .shop_block .area_wrap .text {
  width: 38.6%;
  padding-right: 20px;
}
.contents__wrapper .shop_block .area_wrap .text .feature {
  margin-bottom: 112px;
}
.contents__wrapper .shop_block .area_wrap .text .feature h3 {
  margin-bottom: 52px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
}
.contents__wrapper .shop_block .area_wrap .text .feature h4 {
  margin-bottom: 32px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.contents__wrapper .shop_block .area_wrap .text .feature h4::before {
  margin-right: 10px;
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../img/ico_circle01.svg) no-repeat;
  vertical-align: inherit;
}
.contents__wrapper .shop_block .area_wrap .text .feature p {
  line-height: 1.8;
}
.contents__wrapper .shop_block .area_wrap .text .feature:last-child {
  margin-bottom: 0;
}
.contents__wrapper .shop_block .area_wrap .img_g {
  position: relative;
}
.contents__wrapper .shop_block .area_wrap .img_g .img01 {
  text-align: right;
}
.contents__wrapper .shop_block .area_wrap .img_g .img02 {
  margin-top: -16%;
  margin-right: 120px;
}
.contents__wrapper .shop_block .btn {
  text-align: center;
}
.contents__wrapper .shop_block .btn a {
  display: inline-block;
}
.contents__wrapper .link_box {
  margin-bottom: 160px;
}
.contents__wrapper .link_box ul {
  display: flex;
  height: 640px;
  overflow: hidden;
}
.contents__wrapper .link_box ul li {
  width: 33.3%;
  transition: none;
}
.contents__wrapper .link_box ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.contents__wrapper .link_box ul li a .column {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contents__wrapper .link_box ul li a .column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
  transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contents__wrapper .link_box ul li a .column h4 {
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  z-index: 2;
  transition: color 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contents__wrapper .link_box ul li a .column .btn_circle_link {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  z-index: 2;
  transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contents__wrapper .link_box ul li a .column .btn_circle_link::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../img/ico_arrow01.svg) no-repeat;
  background-size: contain;
  filter: invert(1);
  transition: filter 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contents__wrapper .link_box ul li .box01 {
  background-image: url(../img/common_info_img_oem.jpg);
}
.contents__wrapper .link_box ul li .box02 {
  background-image: url(../img/common_info_img_contact.jpg);
}
.contents__wrapper .link_box ul li .box03 {
  background-image: url(../img/common_info_img_english.jpg);
}
.contents__wrapper .link_box ul li:hover .column {
  color: #323232;
}
.contents__wrapper .link_box ul li:hover .column::before {
  background: rgba(255, 255, 255, 0.7);
}
.contents__wrapper .link_box ul li:hover .column h4 {
  color: #323232;
}
.contents__wrapper .link_box ul li:hover .column .btn_circle_link {
  border-color: #323232;
  background: rgba(255, 255, 255, 0.8);
}
.contents__wrapper .link_box ul li:hover .column .btn_circle_link::before {
  filter: invert(0);
}
.contents__wrapper .ec_bn {
  margin-bottom: 160px;
}
.contents__wrapper .ec_bn a {
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.contents__wrapper .ec_bn a .box {
  position: relative;
  background-image: url(../img/common_bn_ec_pc.jpg);
  background-size: cover;
  background-position: center center;
  height: 480px;
  transition: transform 0.6s ease;
}
.contents__wrapper .ec_bn a .box .warp {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: background-color 0.6s ease;
}
.contents__wrapper .ec_bn a .box .warp .text {
  padding-left: 40px;
  transition: transform 0.6s ease;
}
.contents__wrapper .ec_bn a .box .warp .text .head {
  margin-bottom: 15px;
  font-family: "Fira Sans", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
  transition: transform 0.3s ease 0.1s;
}
.contents__wrapper .ec_bn a .box .warp .text .head::after {
  content: "";
  display: inline-block;
  margin-top: 7px;
  margin-left: 10px;
  width: 22px;
  height: 22px;
  background: url(../img/ico_link.svg) no-repeat;
  background-size: contain;
  vertical-align: top;
  transition: transform 0.3s ease 0.2s;
}
.contents__wrapper .ec_bn a .box .warp .btn .link_style01 {
  position: absolute;
  right: 40px;
  bottom: 5%;
  transition: transform 0.4s ease 0.1s;
  font-weight: 500;
}
.contents__wrapper .ec_bn a .box .warp .btn .link_style01:before, .contents__wrapper .ec_bn a .box .warp .btn .link_style01:after {
  filter: invert(1);
}
.contents__wrapper .ec_bn a .box .warp .btn .link_style01 span:before {
  filter: invert(1);
}
.contents__wrapper .ec_bn a:hover .box {
  transform: scale(1.05);
}
.contents__wrapper .ec_bn a:hover .warp {
  background-color: rgba(0, 0, 0, 0.5);
}
.contents__wrapper .ec_bn a:hover .warp .text {
  transform: translateX(5px);
}
.contents__wrapper .ec_bn a:hover .warp .text .head {
  transform: translateY(-2px);
}
.contents__wrapper .ec_bn a:hover .warp .text .head::after {
  transform: translateX(3px) rotate(5deg);
}
.contents__wrapper .ec_bn a:hover .warp .link_style01 {
  transform: translateY(-3px);
}
.contents__wrapper .gallery_block {
  margin-bottom: 160px;
}
.contents__wrapper .gallery_block .cont {
  width: 100%;
}
.contents__wrapper .gallery_block .cont .splide__list {
  height: auto;
}
.contents__wrapper .gallery_block .cont .splide__list .splide__slide img {
  width: 100%;
  height: auto;
}
.contents__wrapper .news_block {
  margin-bottom: 160px;
}
.contents__wrapper .news_block ul {
  border-top: 1px solid #323232;
}
.contents__wrapper .news_block ul li {
  position: relative;
}
.contents__wrapper .news_block ul li a {
  display: flex;
  padding: 44px 10px;
  border-bottom: 1px solid #323232;
  transition: transform 0.8s ease;
}
.contents__wrapper .news_block ul li a:hover {
  opacity: 0.8;
}
.contents__wrapper .news_block ul li a:hover .btn_circle_link {
  background: #323232;
}
.contents__wrapper .news_block ul li a:hover .btn_circle_link::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(138deg) brightness(103%) contrast(101%);
}
.contents__wrapper .news_block ul li a time {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  width: 17.5%;
  text-align: center;
}
.contents__wrapper .news_block ul li a p {
  font-weight: 500;
}
.contents__wrapper .news_block ul li .btn_circle_link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25%;
  right: 20px;
  width: 46px;
  height: 46px;
  border: 1px solid #323232;
  border-radius: 50%;
}
.contents__wrapper .news_block ul li .btn_circle_link::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/ico_arrow01.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

/* about
--------------------------------------------------*/
.about .message_block {
  width: 100%;
  padding-top: 156px;
  background: url(../img/content_bg.jpg) repeat;
}
.about .message_block h2 {
  margin-bottom: 72px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.about .message_block p {
  padding-bottom: 72px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
.about .point_block .area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.about .point_block .area ul li {
  margin-bottom: 80px;
}
.about .point_block .area ul li .box {
  display: flex;
}
.about .point_block .area ul li .box .text {
  padding: 80px 60px 0 0;
  width: 46.4%;
}
.about .point_block .area ul li .box .text h3 {
  padding-top: 24px;
  position: relative;
  margin-bottom: 72px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
}
.about .point_block .area ul li .box .text h3::after {
  background: url(../img/ico_circle03.svg) no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -80px;
  left: 0;
  content: "";
}
.about .point_block .area ul li .box .text p {
  line-height: 1.8;
}
.about .point_block .area ul li:last-child {
  margin-bottom: 0;
}
.about .detail_block {
  width: 100%;
  position: relative;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.about .detail_block .box {
  flex: 0 0 auto;
  padding: 160px 0 0;
}
.about .detail_block .box .text-area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.about .detail_block .box .text-area h2 {
  margin-bottom: 40px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  color: #323232;
}
.about .detail_block .box .text-area p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
.about .detail_block::after {
  content: "";
  flex: 1;
  min-height: 100vh;
  background-image: url(../img/about/content_img04_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* technique
--------------------------------------------------*/
.technique .fig_block {
  width: 100%;
  padding: 160px 0;
  background: url(../img/content_bg.jpg) repeat;
}
.technique .fig_block h2 {
  margin-bottom: 72px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.technique .fig_block .img {
  width: 39%;
  margin: 0 auto;
}
.technique .point_block {
  padding: 160px 0;
}
.technique .point_block .area {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.technique .point_block .area ul li {
  margin-bottom: 96px;
}
.technique .point_block .area ul li .box {
  display: flex;
  align-items: flex-start;
}
.technique .point_block .area ul li .box h3 {
  margin-right: 92px;
  writing-mode: vertical-rl;
  font-size: 52px;
  font-size: 5.2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.14em;
}
.technique .point_block .area ul li .box .text {
  width: 88%;
}
.technique .point_block .area ul li .box .text h3 {
  padding-top: 24px;
  position: relative;
  margin-bottom: 72px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
}
.technique .point_block .area ul li .box .text .ttl {
  margin-bottom: 66px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 1;
}
.technique .point_block .area ul li .box .text .ttl:before {
  margin-right: 12px;
  content: "";
  width: 60px;
  height: 1px;
  background: #323232;
  display: inline-block;
  vertical-align: middle;
}
.technique .point_block .area ul li .box .text h4 {
  position: relative;
  margin-bottom: 76px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.5;
}
.technique .point_block .area ul li .box .text .detail {
  margin-bottom: 66px;
  line-height: 2;
}
.technique .point_block .area ul li:last-child {
  margin-bottom: 0;
}

/* brand
--------------------------------------------------*/
.brand .brand_block {
  padding: 160px 0;
}
.brand .brand_block .area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.brand .brand_block .area ul li {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #323232;
}
.brand .brand_block .area ul li .box {
  display: flex;
}
.brand .brand_block .area ul li .box .img {
  margin-right: 60px;
}
.brand .brand_block .area ul li .box .text {
  width: 45.7%;
}
.brand .brand_block .area ul li .box .text h2 {
  margin-bottom: 52px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
}
.brand .brand_block .area ul li .box .text .ttl {
  margin-bottom: 20px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 1;
  color: #aaaaaa;
}
.brand .brand_block .area ul li .box .text .detail {
  margin-bottom: 32px;
  line-height: 2;
}
.brand .brand_block .area ul li .box .text .btn {
  text-align: right;
}
.brand .brand_block .area ul li .box .text .btn a {
  display: inline-block;
}
.brand .brand_block .area ul li:last-child {
  margin-bottom: 0;
}

/* oem
--------------------------------------------------*/
.oem .message_block {
  width: 100%;
  padding: 160px 0;
  background: url(../img/content_bg.jpg) repeat;
}
.oem .message_block .box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.oem .message_block .box .img_g {
  margin-bottom: 76px;
  display: flex;
  justify-content: space-between;
}
.oem .message_block .box .img_g .img02 {
  padding-top: 80px;
}
.oem .message_block .box p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
.oem .refer_block {
  width: 100%;
  padding-bottom: 160px;
  background: url(../img/content_bg.jpg) repeat;
}
.oem .refer_block .area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.oem .refer_block .area ul li {
  margin-bottom: 80px;
}
.oem .refer_block .area ul li .box {
  display: flex;
  align-items: center;
}
.oem .refer_block .area ul li .box .img {
  margin-right: 60px;
}
.oem .refer_block .area ul li .box .text {
  width: 46.2%;
}
.oem .refer_block .area ul li .box .text h2 {
  margin-bottom: 23px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
}
.oem .refer_block .area ul li .box .text .detail {
  line-height: 2;
}
.oem .refer_block .area ul li .img_r {
  flex-direction: row-reverse;
}
.oem .refer_block .area ul li .img_r .img {
  margin-right: 0;
  margin-left: 0;
}
.oem .refer_block .area ul li:last-child {
  margin-bottom: 0;
}
.oem .facility_block {
  padding: 160px 0;
}
.oem .facility_block h2 {
  margin-bottom: 52px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.oem .facility_block .area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.oem .facility_block .area ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 60px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.oem .facility_block .area ul li {
  text-align: center;
}
.oem .facility_block .area ul li .img {
  margin-bottom: 28px;
}
.oem .facility_block .area ul li h3 {
  margin-bottom: 18px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
.oem .facility_block .area ul li .detail {
  font-size: 18px;
  font-size: 1.8rem;
}
.oem .facility_block .area .others {
  margin-top: 52px;
  text-align: center;
}
.oem .facility_block .area .others h4 {
  margin-bottom: 28px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
.oem .facility_block .area .others p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
.oem .point_block {
  width: 100%;
  padding: 160px 0;
  background: url(../img/content_bg.jpg) repeat;
}
.oem .point_block .area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.oem .point_block .area h2 {
  margin-bottom: 52px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.oem .point_block .area ul li {
  margin-bottom: 60px;
}
.oem .point_block .area ul li .box {
  display: flex;
}
.oem .point_block .area ul li .box .img {
  margin-right: 40px;
  width: 30%;
}
.oem .point_block .area ul li .box .text {
  width: 70%;
}
.oem .point_block .area ul li .box .text h3 {
  margin-bottom: 20px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
}
.oem .point_block .area ul li .box .text .ttl {
  margin-bottom: 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 1;
  color: #aaaaaa;
}
.oem .point_block .area ul li .box .text .detail {
  line-height: 2;
}
.oem .point_block .area ul li:last-child {
  margin-bottom: 0;
}
.oem .flow_block {
  padding: 160px 0;
}
.oem .flow_block .area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.oem .flow_block .area h2 {
  margin-bottom: 52px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.oem .flow_block .area ul {
  border-top: 1px solid #323232;
}
.oem .flow_block .area ul li {
  position: relative;
  padding: 56px 15% 56px 40px;
  border-bottom: 1px solid #323232;
}
.oem .flow_block .area ul li .box {
  display: flex;
  align-items: center;
}
.oem .flow_block .area ul li .box .ico {
  margin-right: 40px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #323232;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oem .flow_block .area ul li .box .ico span {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
  color: #aaaaaa;
}
.oem .flow_block .area ul li .box .text {
  width: 88.5%;
}
.oem .flow_block .area ul li .box .text h3 {
  margin-bottom: 18px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.8;
}
.oem .flow_block .area ul li .box .text p {
  line-height: 2;
}
.oem .flow_block .area ul li:last-child {
  margin-bottom: 0;
}
.oem .flow_block .area ul li::after {
  position: absolute;
  right: 40px;
  top: 40%;
  content: "";
  width: 19px;
  height: 74px;
  display: inline-block;
  background: url(../img/ico_arrow03.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.oem .flow_block .area .accomplishment {
  margin-top: 156px;
}
.oem .flow_block .area .accomplishment h2 {
  margin-bottom: 52px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.oem .flow_block .area .accomplishment .box {
  border: 1px solid #323232;
  padding: 40px;
}
.oem .flow_block .area .accomplishment .box p {
  line-height: 2;
}

/* shop
--------------------------------------------------*/
.shop .head_block {
  padding: 160px 0 56px;
}
.shop .head_block .box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.shop .head_block .box .img {
  text-align: center;
}
.shop .refer_block {
  margin-bottom: 156px;
}
.shop .refer_block .area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.shop .refer_block .area .list {
  margin-bottom: 160px;
}
.shop .refer_block .area .list h2 {
  margin-bottom: 56px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.shop .refer_block .area .list h2 .br {
  display: none;
}
.shop .refer_block .area .list .box h3 {
  margin-bottom: 26px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
}
.shop .refer_block .area .list .box .detail {
  margin-bottom: 52px;
  line-height: 2;
}
.shop .refer_block .area .list .box .img_g {
  display: flex;
  justify-content: center;
}
.shop .refer_block .area .list .box .img_g .img02 {
  margin-left: -80px;
  margin-top: 15%;
}
.shop .refer_block .area .list .box .info h4 {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}
.shop .refer_block .area .list .box .info dl {
  margin-bottom: 26px;
  display: flex;
}
.shop .refer_block .area .list .box .info dl dt {
  width: 120px;
}
.shop .refer_block .area .list .box .info dl dd {
  line-height: 1.8;
}
.shop .refer_block .area .list .box .info dl dd .access {
  margin-left: 20px;
  display: inline-block;
}
.shop .refer_block .area .list .box .info dl dd .access a {
  font-weight: 500;
  text-decoration: underline;
  transition: transform 0.8s ease;
}
.shop .refer_block .area .list .box .info dl dd .access a::before {
  margin-right: 8px;
  content: "";
  width: 15px;
  height: 21px;
  display: inline-block;
  background: url(../img/ico_map.svg) no-repeat;
  vertical-align: middle;
}
.shop .refer_block .area .list .box .info dl dd .access a:hover {
  opacity: 0.8;
}
.shop .refer_block .area .list .box .info dl:last-child {
  margin-bottom: 0;
}
.shop .refer_block .area .list:last-child {
  margin-bottom: 0;
}

/* company
--------------------------------------------------*/
.company .message_block {
  width: 100%;
  padding-top: 156px;
  background: url(../img/content_bg.jpg) repeat;
}
.company .message_block h2 {
  margin-bottom: 72px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.company .message_block .text {
  margin-bottom: 32px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
.company .message_block .name {
  padding-bottom: 80px;
  text-align: center;
  font-weight: 500;
}
.company .img_g {
  margin: 156px 0;
}
.company .img_g .area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.company .img_g .area .img01 {
  margin-right: 40px;
}
.company .company_block {
  margin: 160px 0;
}
.company .company_block h3 {
  margin-bottom: 32px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.company .company_block dl {
  display: flex;
  border-top: 1px solid #aaaaaa;
  padding: 23px 10px;
}
.company .company_block dl dt {
  width: 120px;
  font-weight: 500;
  line-height: 1.8;
}
.company .company_block dl dd {
  flex: 1;
  line-height: 1.8;
}
.company .company_block dl:last-child {
  border-bottom: 1px solid #aaaaaa;
}
.company .history_block {
  margin-bottom: 160px;
}
.company .history_block h3 {
  margin-bottom: 32px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.company .history_block dl {
  display: flex;
  border-top: 1px solid #aaaaaa;
  padding: 23px 10px;
}
.company .history_block dl dt {
  width: 120px;
  font-weight: 500;
  line-height: 1.8;
}
.company .history_block dl dd {
  flex: 1;
  line-height: 1.8;
}
.company .history_block dl:last-child {
  border-bottom: 1px solid #aaaaaa;
}

/* policy
--------------------------------------------------*/
.policy .message_block {
  width: 100%;
  padding-top: 156px;
}
.policy .message_block p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}
.policy .policy_block {
  margin-bottom: 156px;
}
.policy .policy_block h2 {
  margin-bottom: 30px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 20px;
  background-color: #f5f5f5;
}
.policy .policy_block h3 {
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #323232;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}
.policy .policy_block h4 {
  margin-bottom: 18px;
  font-weight: 500;
  line-height: 1.8;
}
.policy .policy_block p {
  line-height: 1.8;
}
.policy .policy_block .point {
  margin-top: 20px;
  text-align: right;
}
.policy .policy_block .main_list li {
  margin-top: 80px;
}
.policy .policy_block .main_list .sub_list li {
  margin-top: 30px;
}
.policy .policy_block .main_list .sub_list li dl dd {
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.policy .policy_block .main_list .sub_list li dl dd:before {
  margin-right: 8px;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../img/ico_circle01.svg) no-repeat;
  vertical-align: middle;
}

/* contact
--------------------------------------------------*/
.contact_block {
  padding: 60px 0;
}
.contact_block .cat {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}
.contact_block .cat a {
  font-weight: 700;
  text-decoration: underline;
}

.contact-box {
  margin-bottom: 40px;
  border-top: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.contact-box dl {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.contact-box dl dt {
  width: 260px;
  padding: 30px 0 30px 20px;
  vertical-align: top;
  font-weight: 700;
}
.contact-box dl dt .haveto {
  margin-right: 20px;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 3px;
  background: #323232;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
.contact-box dl dd {
  padding: 20px 0 20px 40px;
  flex-grow: 1;
}
.contact-box dl dd input,
.contact-box dl dd textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  line-height: 1.8;
  border: 1px solid #ddd;
  background: #F9F9F9;
  box-sizing: border-box;
}
.contact-box dl dd .upload {
  background: #fff;
  border: none;
}
.contact-box dl dd .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
}
.contact-box dl dd .wpcf7-form-control-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  position: relative;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  line-height: 1.8;
  border: 1px solid #ddd;
  background: #F9F9F9;
  box-sizing: border-box;
  outline: none;
  color: #323232;
}
.contact-box dl dd .wpcf7-form-control-wrap select option {
  color: #323232;
}
.contact-box dl dd .select-box {
  position: relative;
}
.contact-box dl dd .select-box:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.contact-box dl dd textarea {
  height: 360px;
}
.contact-box dl .wpcf7-not-valid-tip {
  margin-top: 18px;
  font-weight: 700;
  color: #cc0000;
}
.contact-box .attention01 {
  padding: 30px 0;
  line-height: 1.8;
}
.contact-box .attention02 {
  line-height: 1.8;
}
.contact-box .attention03 {
  margin-bottom: 40px;
  line-height: 1.8;
}
.contact-box .wpcf7-acceptance {
  position: relative;
  top: 5px;
}
.contact-box .wpcf7-submit {
  display: block;
  width: 260px;
  margin: 0 auto;
  padding: 16px 0;
  font-size: 18px;
  font-size: 1.8rem;
  overflow: hidden;
  background: #323232;
  color: #fff;
  text-align: center;
  border: none;
  font-weight: 700;
}
.contact-box .wpcf7-list-item {
  margin: 0 15px 0 0;
}
.contact-box input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #b4b3b3;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.contact-box input[type=checkbox]:checked {
  background-color: #2196F3;
  border-color: #2196F3;
}
.contact-box input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  color: white;
  font-size: 16px;
  top: -2px;
  left: 3px;
}

/* max 768px
--------------------------------------------------*/
@media screen and (max-width: 786px) {
  .common main .common_ttl {
    margin-bottom: 32px;
    padding: 0 15px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .header {
    padding: 20px 0 50px;
  }
  .header .block {
    padding: 0 15px;
    display: block;
  }
  .header .block .logo {
    width: 38.9%;
  }
  .header .block .info {
    padding-right: 0;
    display: block;
  }
  .header .block .info .sns {
    position: absolute;
    top: 20px;
    right: 75px;
  }
  .header .block .info .sns a img {
    width: 24px;
    height: 24px;
  }
  .header .block .info ul {
    display: none;
  }
  .header nav {
    display: none;
  }
  .footer {
    padding: 60px 0;
  }
  .footer .logo {
    margin: 0 auto 56px;
    width: 38.9%;
  }
  .footer .info_box {
    margin-bottom: 30px;
    padding-bottom: 50px;
    display: block;
    padding: 0 15px 32px;
  }
  .footer .info_box li {
    width: 100%;
    margin-bottom: 32px;
  }
  .footer .info_box li h4 {
    margin-bottom: 12px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer .info_box li h4::before {
    margin-right: 5px;
    width: 10px;
    height: 10px;
  }
  .footer .info_box li .ttl {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  .footer .info_box li address {
    margin-bottom: 18px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer .info_box li .access {
    margin-bottom: 16px;
  }
  .footer .info_box li .access a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer .info_box li .access a::before {
    content: "";
    width: 9px;
    height: 13px;
  }
  .footer .info_box li .tel, .footer .info_box li .info, .footer .info_box li .fax {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer .info_box li:last-child {
    margin-bottom: 0;
    padding-top: 0;
  }
  .footer nav {
    padding: 0 15px;
  }
  .footer nav ul {
    display: block;
  }
  .footer nav ul li {
    margin-bottom: 32px;
  }
  .footer nav ul li a {
    display: block;
    padding-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer nav ul li a::after {
    display: none;
  }
  .footer nav ul li a:hover::after {
    transform: 0;
  }
  .footer nav ul li:last-child {
    margin-bottom: 0;
  }
  .sub_block {
    margin: 20px 0 40px;
    display: block;
  }
  .sub_block .box {
    margin-bottom: 32px;
    width: 100%;
    justify-content: space-evenly;
  }
  .sub_block .box .instagram {
    margin-right: 0;
  }
  .sub_block .box .instagram img {
    width: 24px;
    height: 24px;
  }
  .sub_block .box .ec a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sub_block .box .ec a::after {
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
  .sub_block ul {
    width: 100%;
    justify-content: space-evenly;
  }
  .sub_block ul li {
    margin-right: 0;
  }
  .sub_block ul li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sub_block ul li:last-child {
    margin-right: 0;
  }
  .copy {
    padding-bottom: 40px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .link_style01 {
    margin: 0 auto 26px;
  }
  .link_style01:last-child {
    margin-bottom: 0;
  }
  .link_style01 span {
    font-weight: 500;
  }
  .sp-nav .block .menu .open_box .open_block .img {
    display: none;
  }
  .sp-nav .block .menu .open_box .open_block .box {
    width: 100%;
    padding: 30px 15px 100px;
  }
  .sp-nav .block .menu .open_box .open_block .box .open_logo {
    margin: 0 auto 32px;
    width: 42.2%;
  }
  .sp-nav .block .menu .open_box .open_block .box .area {
    display: block;
  }
  .sp-nav .block .menu .open_box .open_block .box .area nav {
    width: 100%;
  }
  .sp-nav .block .menu .open_box .open_block .box .area nav ul li {
    margin-bottom: 32px;
  }
  .sp-nav .block .menu .open_box .open_block .box .area .info_box {
    width: 100%;
    margin-top: 52px;
  }
  .contents__wrapper .main_ttl {
    margin-bottom: 32px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .contents__wrapper main .kv .logo img {
    width: 54.6%;
  }
  .contents__wrapper main .pc-nav {
    display: none;
  }
  .contents__wrapper main .pc-link_g {
    display: none;
  }
  .contents__wrapper main .sp-sns {
    position: absolute;
    top: 20px;
    right: 75px;
  }
  .contents__wrapper main .sp-sns img {
    width: 24px;
    height: 24px;
  }
  .contents__wrapper main .sp-list {
    position: absolute;
    bottom: 50px;
    width: 100%;
  }
  .contents__wrapper main .sp-list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }
  .contents__wrapper main .sp-list ul li {
    width: 50%;
    text-align: center;
  }
  .contents__wrapper main .sp-list ul li a {
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    font-weight: 700;
  }
  .contents__wrapper main .sp-list ul .en a {
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    text-decoration: underline;
    color: #fff;
  }
  .contents__wrapper main .sp-list ul .ec a::after {
    margin-left: 6px;
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../img/ico_link.svg) no-repeat;
    vertical-align: middle;
  }
  .contents__wrapper .menu-container {
    height: auto;
    right: 20px;
    top: 20px;
  }
  .contents__wrapper .menu-container .hamburger {
    width: 30px;
    height: 12px;
  }
  .contents__wrapper .main_block {
    padding: 60px 0;
  }
  .contents__wrapper .main_block .list {
    display: block;
    margin-bottom: 60px;
    padding-left: 0;
  }
  .contents__wrapper .main_block .list .video {
    max-width: 100%;
  }
  .contents__wrapper .main_block .list .text {
    padding: 0 15px;
    max-width: 100%;
  }
  .contents__wrapper .main_block .list .text .ttl {
    margin-bottom: 32px;
  }
  .contents__wrapper .main_block .list .text .ttl h1 {
    font-size: 40px;
    font-size: 4rem;
    text-align: center;
  }
  .contents__wrapper .main_block .list .text h2 {
    margin-bottom: 26px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .contents__wrapper .main_block .list .text .detail {
    margin-bottom: 36px;
  }
  .contents__wrapper .main_block .list:nth-of-type(2) .text {
    padding: 0 15px;
  }
  .contents__wrapper .main_block .link_block {
    margin: 0;
  }
  .contents__wrapper .main_block .link_block ul {
    display: block;
    width: 100%;
  }
  .contents__wrapper .main_block .link_block ul li {
    margin-right: 0;
    margin-bottom: 26px;
    text-align: center;
  }
  .contents__wrapper .main_block .link_block ul li a {
    display: inline-block;
  }
  .contents__wrapper .main_block .link_block ul li:last-child {
    margin-bottom: 0;
  }
  .contents__wrapper .bg_block {
    margin-bottom: 60px;
  }
  .contents__wrapper .shop_block {
    margin-bottom: 60px;
  }
  .contents__wrapper .shop_block .main_img {
    margin-bottom: 32px;
  }
  .contents__wrapper .shop_block .area_wrap {
    margin-bottom: 32px;
    display: block;
  }
  .contents__wrapper .shop_block .area_wrap .text {
    width: 100%;
    padding: 0 15px;
  }
  .contents__wrapper .shop_block .area_wrap .text .feature {
    margin-bottom: 52px;
  }
  .contents__wrapper .shop_block .area_wrap .text .feature h3 {
    margin-bottom: 32px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .contents__wrapper .shop_block .area_wrap .text .feature h4 {
    margin-bottom: 28px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contents__wrapper .shop_block .area_wrap .text .feature h4::before {
    margin-right: 5px;
    width: 10px;
    height: 10px;
  }
  .contents__wrapper .shop_block .area_wrap .text .feature p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contents__wrapper .shop_block .area_wrap .img_g {
    padding: 0 15px;
  }
  .contents__wrapper .shop_block .area_wrap .img_g .img01 {
    width: 52%;
    margin-left: auto;
  }
  .contents__wrapper .shop_block .area_wrap .img_g .img02 {
    width: 74%;
    margin-top: -16%;
    margin-right: 0;
  }
  .contents__wrapper .link_box {
    margin-bottom: 60px;
  }
  .contents__wrapper .link_box ul {
    flex-direction: column;
    height: auto;
  }
  .contents__wrapper .link_box ul li {
    width: 100%;
  }
  .contents__wrapper .link_box ul li:last-child {
    margin-bottom: 0;
  }
  .contents__wrapper .link_box ul li a {
    height: 400px;
    min-height: 300px;
  }
  .contents__wrapper .link_box ul li a .column h4 {
    margin-bottom: 23px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contents__wrapper .link_box ul li a .column .btn_circle_link {
    width: 60px;
    height: 60px;
  }
  .contents__wrapper .link_box ul li a .column .btn_circle_link::before {
    content: "";
    width: 16px;
    height: 16px;
  }
  .contents__wrapper .ec_bn {
    margin-bottom: 60px;
  }
  .contents__wrapper .ec_bn a .box {
    background-image: url(../img/common_bn_ec_sp.jpg);
    height: 475px;
    min-height: 375px;
  }
  .contents__wrapper .ec_bn a .box .warp {
    display: block;
    align-items: baseline;
    justify-content: center;
    padding-top: 30%;
  }
  .contents__wrapper .ec_bn a .box .warp .text {
    padding-left: 0;
    text-align: center;
  }
  .contents__wrapper .ec_bn a .box .warp .text .head {
    margin-bottom: 10px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .contents__wrapper .ec_bn a .box .warp .text .head::after {
    margin-top: 3px;
    margin-left: 6px;
    width: 16px;
    height: 16px;
  }
  .contents__wrapper .ec_bn a .box .warp .btn {
    text-align: center;
  }
  .contents__wrapper .ec_bn a .box .warp .btn .link_style01 {
    margin-top: 70px;
    display: inline-block;
    position: relative;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .contents__wrapper .gallery_block {
    margin-bottom: 60px;
  }
  .contents__wrapper .news_block {
    margin-bottom: 60px;
  }
  .contents__wrapper .news_block ul li a {
    display: block;
    padding: 22px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .contents__wrapper .news_block ul li a time {
    display: block;
    margin-bottom: 12px;
    width: 100%;
    text-align: left;
  }
  .contents__wrapper .news_block ul li a p {
    font-weight: 500;
  }
  .contents__wrapper .news_block ul li .btn_circle_link {
    display: none;
  }
  /* about
  --------------------------------------------------*/
  .about .message_block {
    padding: 72px 0 0;
  }
  .about .message_block h2 {
    margin-bottom: 32px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .about .message_block p {
    padding: 0 15px 32px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .about .point_block .area ul li {
    margin-bottom: 40px;
  }
  .about .point_block .area ul li .box {
    display: block;
  }
  .about .point_block .area ul li .box .text {
    padding: 40px 15px 15px;
    width: 100%;
  }
  .about .point_block .area ul li .box .text h3 {
    margin-bottom: 20px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .about .point_block .area ul li .box .text h3::after {
    width: 45px;
    height: 45px;
    top: -40px;
  }
  .about .point_block .area ul li .box .text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .about .point_block .area ul li .box .img {
    margin-top: 16px;
  }
  .about .detail_block {
    width: 100%;
    position: relative;
    margin: 0 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .about .detail_block .box {
    padding: 60px 0 0;
  }
  .about .detail_block .box .text-area {
    padding: 0 15px;
  }
  .about .detail_block .box .text-area h2 {
    margin-bottom: 20px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .about .detail_block .box .text-area p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .about .detail_block::after {
    display: none;
  }
  /* technique
  --------------------------------------------------*/
  .technique .fig_block {
    width: 100%;
    padding: 60px 0;
  }
  .technique .fig_block h2 {
    margin-bottom: 32px;
    padding: 0 15px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .technique .fig_block .img {
    width: 80%;
  }
  .technique .point_block {
    padding: 60px 0;
  }
  .technique .point_block .area ul li {
    margin-bottom: 46px;
  }
  .technique .point_block .area ul li .box {
    display: block;
  }
  .technique .point_block .area ul li .box h3 {
    margin-right: 0;
    writing-mode: inherit;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .technique .point_block .area ul li .box .text {
    width: 100%;
    padding: 30px 15px 0;
  }
  .technique .point_block .area ul li .box .text .ttl {
    margin-bottom: 32px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .technique .point_block .area ul li .box .text .ttl:before {
    margin-right: 8px;
    width: 30px;
  }
  .technique .point_block .area ul li .box .text h4 {
    margin-bottom: 32px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .technique .point_block .area ul li .box .text .detail {
    margin-bottom: 33px;
  }
  /* brand
  --------------------------------------------------*/
  .brand .brand_block {
    padding: 60px 0;
  }
  .brand .brand_block .area ul li {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .brand .brand_block .area ul li .box {
    display: block;
  }
  .brand .brand_block .area ul li .box .img {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .brand .brand_block .area ul li .box .text {
    width: 100%;
    padding: 0 15px;
  }
  .brand .brand_block .area ul li .box .text h2 {
    margin-bottom: 24px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .brand .brand_block .area ul li .box .text .ttl {
    margin-bottom: 12px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .brand .brand_block .area ul li .box .text .detail {
    margin-bottom: 22px;
  }
  .brand .brand_block .area ul li:last-child {
    margin-bottom: 0;
  }
  /* oem
  --------------------------------------------------*/
  .oem .message_block {
    padding: 60px 0;
  }
  .oem .message_block .box .img_g {
    margin-bottom: 32px;
    display: block;
  }
  .oem .message_block .box .img_g .img02 {
    width: 70%;
    padding-top: 40px;
    margin: 0 auto;
  }
  .oem .message_block .box p {
    padding: 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .oem .refer_block {
    padding-bottom: 60px;
  }
  .oem .refer_block .area ul li {
    margin-bottom: 40px;
  }
  .oem .refer_block .area ul li .box {
    display: block;
  }
  .oem .refer_block .area ul li .box .img {
    margin-bottom: 28px;
    margin-right: 0;
  }
  .oem .refer_block .area ul li .box .text {
    width: 100%;
    padding: 0 15px;
  }
  .oem .refer_block .area ul li .box .text h2 {
    margin-bottom: 12px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
  .oem .refer_block .area ul li:last-child {
    margin-bottom: 0;
  }
  .oem .facility_block {
    padding: 60px 0;
  }
  .oem .facility_block h2 {
    margin-bottom: 24px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .oem .facility_block .area {
    padding: 0 15px;
  }
  .oem .facility_block .area ul {
    display: block;
  }
  .oem .facility_block .area ul li {
    margin-bottom: 24px;
  }
  .oem .facility_block .area ul li .img {
    margin-bottom: 18px;
  }
  .oem .facility_block .area ul li h3 {
    margin-bottom: 24px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .oem .facility_block .area ul li .detail {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .oem .facility_block .area ul li:last-child {
    margin-bottom: 0;
  }
  .oem .facility_block .area .others {
    margin-top: 32px;
  }
  .oem .facility_block .area .others h4 {
    margin-bottom: 24px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .oem .facility_block .area .others p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .oem .point_block {
    padding: 60px 0;
  }
  .oem .point_block .area h2 {
    margin-bottom: 24px;
    padding: 0 15px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .oem .point_block .area ul li {
    margin-bottom: 38px;
  }
  .oem .point_block .area ul li .box {
    display: block;
    padding: 0 15px;
  }
  .oem .point_block .area ul li .box .img {
    margin: 0 auto 25px;
    width: 68%;
  }
  .oem .point_block .area ul li .box .text {
    width: 100%;
  }
  .oem .point_block .area ul li .box .text h3 {
    margin-bottom: 24px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .oem .point_block .area ul li .box .text .ttl {
    margin-bottom: 12px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .oem .flow_block {
    padding: 60px 0;
  }
  .oem .flow_block .area h2 {
    margin-bottom: 24px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .oem .flow_block .area ul li {
    padding: 24px 8% 24px 15px;
  }
  .oem .flow_block .area ul li .box {
    display: block;
  }
  .oem .flow_block .area ul li .box .ico {
    margin: 0 auto 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .oem .flow_block .area ul li .box .ico span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .oem .flow_block .area ul li .box .text {
    width: 100%;
  }
  .oem .flow_block .area ul li .box .text h3 {
    margin-bottom: 16px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .oem .flow_block .area ul li .box .text p {
    line-height: 2;
  }
  .oem .flow_block .area ul li:last-child {
    margin-bottom: 0;
  }
  .oem .flow_block .area ul li::after {
    top: 45%;
    right: 15px;
    width: 10px;
    height: 37px;
  }
  .oem .flow_block .area .accomplishment {
    margin-top: 56px;
    padding: 0 15px;
  }
  .oem .flow_block .area .accomplishment h2 {
    margin-bottom: 24px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .oem .flow_block .area .accomplishment .box {
    padding: 15px;
  }
  .oem .flow_block .area .accomplishment .box p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* shop
  --------------------------------------------------*/
  .shop .head_block {
    padding: 60px 0 32px;
  }
  .shop .refer_block {
    margin-bottom: 56px;
  }
  .shop .refer_block .area .list {
    margin-bottom: 60px;
  }
  .shop .refer_block .area .list h2 {
    margin-bottom: 24px;
    padding: 0 15px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .shop .refer_block .area .list h2 .br {
    display: block;
  }
  .shop .refer_block .area .list .box {
    padding: 0 15px;
  }
  .shop .refer_block .area .list .box h3 {
    margin-bottom: 12px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .shop .refer_block .area .list .box .detail {
    margin-bottom: 20px;
  }
  .shop .refer_block .area .list .box .img_g {
    display: block;
  }
  .shop .refer_block .area .list .box .img_g .img02 {
    margin-left: 0;
    margin-top: 20px;
  }
  .shop .refer_block .area .list .box .info {
    margin-top: 32px;
  }
  .shop .refer_block .area .list .box .info h4 {
    margin-bottom: 18px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .shop .refer_block .area .list .box .info dl {
    margin-bottom: 26px;
    display: flex;
  }
  .shop .refer_block .area .list .box .info dl dt {
    width: 120px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .shop .refer_block .area .list .box .info dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .shop .refer_block .area .list .box .info dl dd .access {
    margin-top: 18px;
    margin-left: 0;
    display: block;
  }
  .shop .refer_block .area .list .box .info dl dd .access a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .shop .refer_block .area .list .box .info dl dd .access a::before {
    width: 12px;
    height: 18px;
  }
  /* company
  --------------------------------------------------*/
  .company .message_block {
    padding: 56px 0 0;
  }
  .company .message_block h2 {
    margin-bottom: 32px;
    font-size: 20px;
    font-size: 2rem;
  }
  .company .message_block .text {
    margin-bottom: 18px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 15px;
  }
  .company .message_block .name {
    padding-bottom: 40px;
  }
  .company .img_g {
    margin: 56px 15px;
  }
  .company .img_g .area {
    display: block;
  }
  .company .img_g .area .img01 {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .company .company_block {
    margin: 60px 0;
  }
  .company .company_block h3 {
    margin-bottom: 18px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .company .company_block dl {
    padding: 18px 10px;
  }
  .company .company_block dl dt {
    width: 80px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .company .company_block dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .company .history_block {
    margin-bottom: 60px;
  }
  .company .history_block h3 {
    margin-bottom: 18px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .company .history_block dl {
    padding: 18px 10px;
  }
  .company .history_block dl dt {
    width: 80px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .company .history_block dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* policy
  --------------------------------------------------*/
  .policy .message_block {
    padding-top: 56px;
  }
  .policy .message_block p {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 15px;
  }
  .policy .policy_block {
    margin-bottom: 56px;
    padding: 0 15px;
  }
  .policy .policy_block h2 {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
    padding-left: 10px;
  }
  .policy .policy_block h3 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .policy .policy_block h4 {
    margin-bottom: 10px;
  }
  .policy .policy_block p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .policy .policy_block .point {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .policy .policy_block .main_list li {
    margin-top: 40px;
  }
  .policy .policy_block .main_list .sub_list li {
    margin-top: 20px;
  }
  .policy .policy_block .main_list .sub_list li dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .policy .policy_block .main_list .sub_list li dl dd:before {
    width: 12px;
    height: 12px;
  }
  /* contact
  --------------------------------------------------*/
  .contact_block {
    padding: 30px 15PX;
  }
  .contact_block .cat {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-box {
    margin-bottom: 20px;
  }
  .contact-box .inner {
    padding: 0 15px;
  }
  .contact-box dl {
    display: block;
    padding: 20px 0;
  }
  .contact-box dl dt {
    width: 100%;
    padding: 0 0 20px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact-box dl dt .haveto {
    margin-right: 10px;
  }
  .contact-box dl dd {
    padding: 0;
  }
  .contact-box dl dd input,
  .contact-box dl dd textarea {
    padding: 0;
  }
  .contact-box dl dd .wpcf7-form-control-wrap {
    width: 100%;
  }
  .contact-box dl .wpcf7-not-valid-tip {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact-box .attention01 {
    padding: 20px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact-box .attention02 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact-box .attention03 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* 768px-1280
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sp-nav .block .menu .open_box .open_block .img {
    display: none;
  }
  .sp-nav .block .menu .open_box .open_block .box {
    width: 100%;
    padding: 60px 15px;
  }
  .sp-nav .block .menu .open_box .open_block .box .area .info_box {
    width: 50%;
    text-align: center;
  }
}
/* 768px-1450
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1450px) {
  .header {
    padding: 20px 0 60px;
  }
  .header .block {
    padding: 0 24px;
  }
  .header .block .logo {
    width: 22.6%;
  }
  .header .block .info ul .en {
    margin-right: 20px;
  }
  .header .block .info ul .ec {
    margin-right: 20px;
  }
  .footer {
    padding: 100px 0;
  }
  .footer .info_box {
    padding: 0 10px 60px;
  }
  .footer .info_box li {
    padding: 0 10px;
  }
  .footer nav {
    padding: 0 10px;
  }
  .footer nav ul li {
    padding: 0 10px;
  }
  .footer nav ul li a {
    line-height: 1.8;
  }
  .contents__wrapper .main_ttl {
    margin-bottom: 40px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .contents__wrapper .main_block .list {
    padding-left: 20px;
  }
  .contents__wrapper .main_block .list .text {
    padding-right: 20px;
  }
  .contents__wrapper .main_block .list .text .ttl {
    margin-bottom: 32px;
  }
  .contents__wrapper .main_block .list .text .ttl h1 {
    font-size: 52px;
    font-size: 5.2rem;
  }
  .contents__wrapper .main_block .list .text h2 {
    margin-bottom: 32px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .contents__wrapper .main_block .list .text .detail {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contents__wrapper .shop_block .area_wrap {
    margin-bottom: 70px;
    padding: 0 20px;
  }
  .contents__wrapper .shop_block .area_wrap .text {
    width: 46%;
  }
  .contents__wrapper .shop_block .area_wrap .text .feature {
    margin-bottom: 68px;
  }
  .contents__wrapper .shop_block .area_wrap .text .feature h3 {
    margin-bottom: 32px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .contents__wrapper .shop_block .area_wrap .text .feature h4 {
    margin-bottom: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contents__wrapper .shop_block .area_wrap .text .feature p {
    line-height: 1.8;
  }
  .contents__wrapper .shop_block .area_wrap .text .feature:last-child {
    margin-bottom: 0;
  }
  /* about
  --------------------------------------------------*/
  .about .message_block {
    padding-top: 106px;
  }
  .about .message_block h2 {
    margin-bottom: 52px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .about .message_block p {
    padding-bottom: 52px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .about .point_block .area {
    padding: 0 20px;
  }
  .about .point_block .area ul li {
    margin-bottom: 60px;
  }
  .about .point_block .area ul li .box {
    display: flex;
  }
  .about .point_block .area ul li .box .text {
    padding: 60px 30px 0 0;
  }
  .about .point_block .area ul li .box .text h3 {
    margin-bottom: 52px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .about .point_block .area ul li .box .text p {
    line-height: 1.8;
  }
  .about .detail_block .box {
    padding: 100px 0 0;
  }
  .about .detail_block .box .text-area {
    padding: 0 20px;
  }
  .about .detail_block .box .text-area h2 {
    margin-bottom: 24px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .about .detail_block .box .text-area p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* technique
  --------------------------------------------------*/
  .technique .fig_block {
    padding: 100px 0;
  }
  .technique .fig_block h2 {
    margin-bottom: 36px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .technique .point_block {
    padding: 100px 0;
  }
  .technique .point_block .area {
    padding: 0 20px;
  }
  .technique .point_block .area ul li {
    margin-bottom: 68px;
  }
  .technique .point_block .area ul li .box h3 {
    margin-right: 48px;
    font-size: 46px;
    font-size: 4.6rem;
  }
  .technique .point_block .area ul li .box .text {
    width: 88%;
  }
  .technique .point_block .area ul li .box .text h3 {
    padding-top: 20px;
    margin-bottom: 40px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .technique .point_block .area ul li .box .text .ttl {
    margin-bottom: 46px;
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 1;
  }
  .technique .point_block .area ul li .box .text h4 {
    margin-bottom: 46px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .technique .point_block .area ul li .box .text .detail {
    margin-bottom: 46px;
  }
  /* brand
  --------------------------------------------------*/
  .brand .brand_block {
    padding: 100px 0;
  }
  .brand .brand_block .area {
    padding: 0 20px;
  }
  .brand .brand_block .area ul li {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .brand .brand_block .area ul li .box .img {
    margin-right: 40px;
  }
  .brand .brand_block .area ul li .box .text h2 {
    margin-bottom: 32px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .brand .brand_block .area ul li .box .text .ttl {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .brand .brand_block .area ul li .box .text .btn {
    width: 270px;
  }
  /* oem
  --------------------------------------------------*/
  .oem .message_block {
    width: 100%;
    padding: 100px 0;
  }
  .oem .message_block .box {
    padding: 0 20px;
  }
  .oem .message_block .box .img_g {
    margin-bottom: 52px;
  }
  .oem .message_block .box p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .oem .refer_block {
    padding-bottom: 100px;
  }
  .oem .refer_block .area {
    padding: 0 20px;
  }
  .oem .refer_block .area ul li {
    margin-bottom: 60px;
  }
  .oem .refer_block .area ul li .box .img {
    margin-right: 40px;
  }
  .oem .refer_block .area ul li .box .text h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .oem .refer_block .area ul li .img_r .img {
    margin-left: 40px;
  }
  .oem .facility_block {
    padding: 100px 0;
  }
  .oem .facility_block h2 {
    margin-bottom: 32px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .oem .facility_block .area {
    padding: 0 20px;
  }
  .oem .facility_block .area ul {
    row-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .oem .facility_block .area ul li .img {
    margin-bottom: 20px;
  }
  .oem .facility_block .area ul li h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .oem .facility_block .area ul li .detail {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .oem .facility_block .area .others {
    margin-top: 32px;
  }
  .oem .facility_block .area .others h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  .oem .facility_block .area .others p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .oem .point_block {
    padding: 100px 0;
  }
  .oem .point_block .area {
    padding: 0 20px;
  }
  .oem .point_block .area h2 {
    margin-bottom: 32px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .oem .point_block .area ul li {
    margin-bottom: 30px;
  }
  .oem .point_block .area ul li .box .img {
    margin-right: 20px;
    width: 20%;
  }
  .oem .point_block .area ul li .box .text {
    width: 80%;
  }
  .oem .point_block .area ul li .box .text h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .oem .point_block .area ul li .box .text .ttl {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .oem .flow_block {
    padding: 60px 0;
  }
  .oem .flow_block .area h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .oem .flow_block .area ul li {
    padding: 36px 10% 36px 20px;
  }
  .oem .flow_block .area ul li .box .ico {
    margin-right: 20px;
    width: 80px;
    height: 80px;
  }
  .oem .flow_block .area ul li .box .ico span {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .oem .flow_block .area ul li .box .text h3 {
    margin-bottom: 10px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .oem .flow_block .area ul li::after {
    width: 13px;
    height: 52px;
  }
  .oem .flow_block .area .accomplishment {
    margin-top: 106px;
    padding: 0 20px;
  }
  .oem .flow_block .area .accomplishment h2 {
    margin-bottom: 32px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .oem .flow_block .area .accomplishment .box {
    padding: 20px;
  }
  /* shop
  --------------------------------------------------*/
  .shop .head_block {
    padding: 100px 0 32px;
  }
  .shop .refer_block {
    margin-bottom: 106px;
  }
  .shop .refer_block .area {
    padding: 0 20px;
  }
  .shop .refer_block .area .list {
    margin-bottom: 100px;
  }
  .shop .refer_block .area .list h2 {
    margin-bottom: 32px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .shop .refer_block .area .list .box h3 {
    margin-bottom: 20px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .shop .refer_block .area .list .box .detail {
    margin-bottom: 32px;
  }
  .shop .refer_block .area .list .box .info h4 {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .shop .refer_block .area .list .box .info dl {
    margin-bottom: 20px;
  }
  .shop .refer_block .area .list .box .info dl dt {
    width: 100px;
  }
}
/* min 768px
--------------------------------------------------*/
@media screen and (min-width: 786px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .sp-list {
    display: none;
  }
  .sp_img {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */