@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@400;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  color: #262626;
  font-size: 62.5%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 2px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: 1.5rem;
  overflow: hidden;
  background-color: #fff;
}

.container {
  width: 1148px;
  margin: 0 auto;
  overflow: hidden;
}

.inner {
  width: 950px;
  margin: 0 auto;
}

a {
  color: #262626;
}

img {
  max-width: 100%;
}

section {
  margin-top: 100px;
}

.center {
  text-align: center;
}

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

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.align-right {
  width: 50vw;
  margin-right: -50vw;
  margin-left: 50%;
}

.align-left {
  width: 50vw;
  margin: 0 calc(50% - 50vw);
}

.col-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 640px) {
  .d_pc {
    display: none !important;
  }
}
@media screen and (max-width: 1148px) {
  .d_pc {
    display: none !important;
  }
}

.d_sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .d_sp {
    display: block;
  }
}

.d_tab {
  display: none;
}
@media screen and (max-width: 1148px) {
  .d_tab {
    display: block;
  }
}

.br_pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .br_pc {
    display: none;
  }
}

.br_sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .br_sp {
    display: block;
  }
}

.br_tab {
  display: none;
}
@media screen and (max-width: 950px) {
  .br_tab {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 1.3rem;
  }
  section {
    margin-top: 50px;
  }
  section .container {
    width: 90%;
  }
  section .container .inner {
    width: 92%;
  }
  section .container .inner .section-head {
    margin-bottom: 20px;
    line-height: initial;
  }
  .btn {
    width: 100%;
  }
}
.button {
  width: 200px;
  color: #262626;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border: 1px solid #262626;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .button {
    height: 50px;
  }
}
.button::after {
  background: #262626;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.button:hover {
  color: #fff;
}
.button a {
  text-decoration: none;
}
.button:hover a {
  color: #fff;
}
.button:hover::after {
  transform: scale(1, 1);
}
.button span {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  right: 5%;
}
.button:hover span {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.button.btn-blk {
  background: #262626;
  color: #fff;
  border: 1px solid #fff;
}
.button.btn-blk a {
  color: #fff;
}
.button.btn-blk span {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.button.btn-blk::after {
  background: #fff;
  color: #262626;
}
.button.btn-blk:hover {
  color: #262626;
}
.button.btn-blk:hover a {
  color: #262626;
}
.button.btn-blk:hover span {
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
}

.button.btn-insta {
  color: #fff;
  border: none;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .button.btn-insta {
    background: url("../images/insta-bg.png");
  }
}

.button.btn-line {
  border: none;
}
@media screen and (max-width: 640px) {
  .button.btn-line {
    background: #06C755;
  }
}

.scroll {
  width: 14rem;
  height: 14rem;
  transform: translate(0%);
  margin: auto;
  border-radius: 50%;
  border: 1px solid #262626;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s;
}
.scroll::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3em;
  height: 3em;
  box-shadow: 0 0 0 0 #262626;
  border-radius: 50%;
  opacity: 0;
}
.scroll img {
  width: auto;
  max-width: initial;
  mix-blend-mode: difference;
}
.scroll span {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  border-right: 1px solid #262626;
  border-top: 1px solid #262626;
  z-index: 2;
  width: 1em;
}

.scroll:hover {
  background-color: #262626;
  color: #fff;
}
.scroll:hover span {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

a.line {
  position: relative;
  text-decoration: none;
}
a.line::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #262626;
  bottom: -1px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}
a.line:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.scroll-menu {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: fixed;
  left: 90px;
  z-index: 100;
}
.scroll-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-menu ul li {
  display: inline-block;
  margin-bottom: 25px;
}
.scroll-menu ul li a::after {
  width: 1px;
  height: 100%;
  transform-origin: top bottom;
}

header {
  width: 100%;
  height: 314px;
  background-image: url("../images/page-header.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
header .container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
header .container .header-nav-wrapper {
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-right: 68px;
  margin-bottom: 30px;
}
header .container .header-nav-wrapper ul {
  list-style: none;
}
header .container .header-nav-wrapper ul li {
  display: inline-block;
  margin-left: 38px;
}
header .container .header-nav-wrapper ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
}

.page-title {
  color: #fff;
  margin-top: 100px;
}
.page-title h1 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.page-title span {
  font-size: 1.7rem;
  font-weight: bold;
}

main#Top header .container {
  position: fixed;
}

@media screen and (max-width: 640px) {
  header {
    height: 250px;
    background-image: url("../images/page-headerSp.png");
  }
  header .inner .page-title h1 {
    font-size: 3rem;
  }
  header .container {
    width: 90% !important;
    position: absolute;
  }
  header .container .header-nav-wrapper {
    top: 20px;
    right: 20px;
    left: 20px;
    padding-top: 20px;
  }
  header .container .header-nav-wrapper ul li a {
    font-size: 1.5rem;
  }
  header .container .header-nav-wrapper .menu {
    display: none;
  }
  header .container .inner {
    width: 100%;
  }
  main#Top header .header-nav-wrapper {
    position: fixed;
  }
}
main#Top header {
  height: 0;
  width: 100%;
  background: none;
  mix-blend-mode: difference;
  position: relative;
}
main#Top section {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  main#Top header {
    background-image: url("../images/main-visualSp.png");
    position: relative;
  }
  main#Top header .container {
    position: inherit;
    width: 100%;
  }
  main#Top header .container .sp-main-text {
    position: absolute;
    bottom: -700%;
    color: #fff;
  }
  main#Top header .container .sp-main-text h2 {
    font-weight: bold;
    margin-top: 16px;
  }
  main#Top header .container .sp-main-text p {
    font-weight: normal;
    margin-top: 5px;
  }
}
header {
  position: relative;
  z-index: 10;
}

header .header-fixed {
  mix-blend-mode: difference;
  position: fixed;
  width: 1148px;
}

@media screen and (max-width: 950px) {
  header .header-fixed {
    width: 100%;
  }
}
header .header-fixed.color .menu a {
  color: #262626;
}
header .header-fixed.color .hamburger span {
  background: #262626;
}
header .header-fixed.color .header-lcon svg {
  fill: #262626;
}
header .header-fixed.color .header-lcon svg path {
  fill: #262626;
}

footer {
  width: 100%;
}
footer .footer-info {
  text-align: center;
  background-color: #F5F5F5;
  padding: 143px 0 63px 0;
}
footer .footer-info .col-wrapper .col p {
  position: relative;
  margin-bottom: 13px;
}
footer .footer-info .col-wrapper .col p::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -12px;
  width: 13px;
  height: 1px;
  background-color: #262626;
  transform: rotate(45deg);
}
footer .footer-info .col-wrapper .col p::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -12px;
  width: 13px;
  height: 1px;
  background-color: #262626;
  transform: rotate(-45deg);
}
footer .footer-info .inner {
  width: 470px;
  margin-bottom: 50px;
}
footer .footer-info .inner .footer-logo {
  margin-bottom: 40px;
}
footer .footer-info .inner .footer-tel {
  margin-bottom: 35px;
}
footer .footer-info .inner .footer-tel .icon {
  display: inline-block;
  margin-bottom: 10px;
  width: 23px;
}
footer .footer-info .inner .footer-tel a {
  text-decoration: none;
  font-weight: bold;
  font-size: 2.2rem;
}
footer .footer-copyright {
  background-color: #121212;
  color: #fff;
  font-weight: bold;
  padding-top: 90px;
  padding-bottom: 70px;
}
footer .footer-copyright .inner {
  width: 100%;
  padding-right: 1%;
}
footer .footer-copyright ul {
  list-style: none;
  float: left;
}
footer .footer-copyright .copyright {
  float: right;
}
@media screen and (max-width: 640px) {
  footer .footer-info {
    padding-top: 90px;
  }
  footer .footer-info .inner {
    width: 90%;
    margin-bottom: 30px;
  }
  footer .footer-info .inner .col-wrapper {
    justify-content: center;
  }
  footer .footer-info .inner .col-wrapper .col {
    margin-bottom: 24px;
  }
  footer .footer-copyright .inner {
    width: 90%;
    margin: auto;
  }
  footer .footer-copyright .inner .menu {
    margin-bottom: 10px;
  }
  footer .footer-copyright .inner .menu ul {
    float: none;
  }
  footer .footer-copyright .inner .menu ul li {
    font-size: 1.4rem;
  }
  footer .footer-copyright .inner .copyright {
    float: none;
  }
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: absolute;
  z-index: 3;
  right: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .container .header-nav-wrapper nav.globalMenuSp ul li {
  margin: 0 auto;
  padding: 0;
  width: 50%;
  margin-bottom: 25px;
}

header .container .header-nav-wrapper nav.globalMenuSp ul li.product {
  color: #a8a8a8;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  margin-left: 0;
}

nav.globalMenuSp ul li:last-child {
  margin-bottom: 120px !important;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 0.5em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
.nav-inner {
  display: none;
}

nav.globalMenuSp {
  pointer-events: none;
}

nav.globalMenuSp.active {
  opacity: 100;
  pointer-events: auto;
}
nav.globalMenuSp.active .nav-inner {
  display: block;
}

nav .footer-info .col-wrapper .col p {
  position: relative;
  margin-bottom: 13px;
}
nav .footer-info .col-wrapper .col p::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -12px;
  width: 13px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
}
nav .footer-info .col-wrapper .col p::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -12px;
  width: 13px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
}
nav .footer-info .inner {
  width: 470px;
}
nav .footer-info .inner .footer-logo {
  margin-bottom: 40px;
}
nav .footer-info .inner .footer-tel {
  margin-bottom: 35px;
}
nav .footer-info .inner .footer-tel .icon {
  display: inline-block;
  margin-bottom: 10px;
  width: 23px;
}
nav .footer-info .inner .footer-tel a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.2rem;
}

@media screen and (max-width: 640px) {
  .hamburger {
    top: 20px;
    right: 10%;
  }
  nav.hamburger {
    position: fixed;
    z-index: 2;
    top: 43px;
    right: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .container .header-nav-wrapper nav.globalMenuSp ul li {
    margin-bottom: 5px;
  }
  header .container .header-nav-wrapper nav.globalMenuSp ul li:last-child {
    margin-bottom: 0 !important;
  }
  header .container .header-nav-wrapper nav.globalMenuSp .footer-info {
    padding-top: 20px;
  }
  header .container .header-nav-wrapper nav.globalMenuSp .footer-info .footer-logo {
    margin-bottom: 0;
  }
  header .container .header-nav-wrapper nav.globalMenuSp .footer-info .inner {
    width: 90%;
    margin-bottom: 10px;
  }
  header .container .header-nav-wrapper nav.globalMenuSp .footer-info .inner .col-wrapper {
    justify-content: center;
  }
  header .container .header-nav-wrapper nav.globalMenuSp .footer-info .inner .col-wrapper .col {
    margin-bottom: 10px;
  }
  header .container .header-nav-wrapper nav.globalMenuSp .footer-info .footer-tel {
    margin-bottom: 5%;
  }
}
main#Top section {
  height: 770px;
  display: flex;
  align-items: center;
}
main#Top section h2 {
  font-size: 5rem;
  line-height: 69px;
  margin-bottom: 15px;
}
main#Top section h3 {
  font-size: 1.7rem;
  margin-bottom: 30px;
}
main#Top section p {
  line-height: 33px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  main#Top section {
    display: block;
  }
  main#Top section h2 {
    font-size: 3.6rem;
    margin-top: 40px;
  }
}

.top-animation {
  width: 100%;
  height: 100vh;
  background: #262626;
  position: absolute;
  top: 0;
  z-index: 99999;
}
.top-animation h2 {
  color: #fff;
  font-size: 2.2rem;
  line-height: 49px;
  letter-spacing: 5px;
  display: none;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-40%) translateX(-50%);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top-animation .logo {
  transition: 1.5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

@media screen and (max-width: 640px) {
  .top-animation h2 {
    font-size: 2rem;
    width: 100%;
    text-align: center;
    left: inherit;
    transform: translateY(-40%) translateX(0);
  }
}
.main-visual {
  width: 100%;
  height: 100vh;
  display: block;
  z-index: 0;
  top: 0;
  background-image: url("../images/main-visual.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .main-visual {
    background-image: url("../images/main-visualSp.jpg");
  }
}
.sp-main-text {
  position: absolute;
  left: 15%;
  bottom: 50px;
  display: flex;
  align-items: center;
  color: #d9d9d9;
  z-index: -1;
}
.sp-main-text .text {
  margin-left: 18px;
}
@media screen and (max-width: 640px) {
  .sp-main-text {
    display: block;
    left: 20px;
  }
  .sp-main-text .text {
    margin-top: 18px;
    margin-left: 0;
  }
  .sp-main-text .text h2 {
    margin-bottom: 5px;
  }
}

.news {
  position: absolute;
  bottom: 50px;
  right: 15%;
  width: 350px;
  background: none;
  z-index: -10;
}
.news li {
  margin-bottom: 10px;
  color: #fff;
  list-style: none;
}
.news li .date {
  margin-bottom: 18px;
  display: block;
}
.news li .detail {
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.slick-dots {
  text-align: left;
}
.slick-dots li {
  margin-left: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots li button:before {
  content: "○";
  color: #fff;
}

.slick-dots li.slick-active button:before {
  content: "●";
  color: #fff;
}

@media screen and (max-width: 640px) {
  .news {
    position: relative;
    bottom: -24px;
    left: 20px;
    height: 120px;
  }
  .news li {
    color: #262626;
  }
  .slick-dots li.slick-active button:before,
  .slick-dots li button:before {
    color: #262626;
  }
}
#Concept {
  position: relative;
  background-color: #fff;
}
#Concept .section-content {
  float: left;
}
#Concept .background-scroll {
  position: absolute;
  top: 45%;
  width: 150%;
  height: 32.6vw;
  background: url(../images/scroll-bg.png) repeat-x;
  background-size: 50%;
  animation: scroll-anim 5s linear infinite;
  z-index: 1;
  margin-left: -50%;
}
@keyframes scroll-anim {
  100% {
    background-position: -100% 0;
  }
}
#Concept .container {
  z-index: 2;
}
#Concept .concept-img {
  float: right;
  width: 50%;
}

@media screen and (max-width: 640px) {
  main#Top #Concept {
    height: auto;
    position: relative;
    z-index: 1;
  }
  main#Top #Concept .background-scroll {
    top: 75%;
    z-index: -1;
  }
  main#Top #Concept .concept-img {
    float: none;
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  main#Top #Concept .concept-img img {
    object-fit: cover;
  }
}
main#Top section#Flow {
  height: auto;
}
main#Top section#Flow .container {
  width: 100%;
  display: flex;
  background-color: #121212;
  color: #fff;
}
main#Top section#Flow .section-head {
  text-align: center;
}
main#Top section#Flow .section-head h2 {
  font-size: 2.2rem;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #262626;
}
main#Top section#Flow .section-content {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main#Top section#Flow .section-content h3 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 45px;
}
main#Top section#Flow .section-content p {
  line-height: 33px;
}
main#Top section#Flow .section-content .button {
  border: 1px solid #fff;
  color: #fff;
}
main#Top section#Flow .section-content .button a {
  color: #fff;
}
main#Top section#Flow .section-content .button span {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
main#Top section#Flow .section-content .button::after {
  background-color: #121212;
}
main#Top section#Flow .section-img {
  width: 50%;
}
main#Top section#Flow .section-img img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  main#Top section#Flow {
    display: flex;
    margin-top: 200px;
  }
  main#Top section#Flow .container {
    display: block;
    padding-bottom: 100px;
  }
  main#Top section#Flow .section-content {
    width: 100%;
    display: block;
  }
  main#Top section#Flow .section-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  main#Top section#Flow img {
    object-fit: cover;
  }
  main#Top section#Flow .content-inner {
    width: 92%;
    margin: auto;
  }
}
#Shopinfo {
  background-image: url("../images/shopinfo-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  color: #fff;
}
#Shopinfo .section-content {
  float: left;
}
#Shopinfo .button {
  border: 1px solid #fff;
}
#Shopinfo .button a {
  color: #fff;
}
#Shopinfo .button span {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  main#Top #Shopinfo {
    background: none;
    color: #262626;
    height: auto;
    margin-bottom: 95px;
  }
  main#Top #Shopinfo .section-content {
    float: none;
  }
  main#Top #Shopinfo .section-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 45px;
  }
  main#Top #Shopinfo img {
    object-fit: cover;
  }
  main#Top #Shopinfo .button {
    border: 1px solid #262626;
  }
  main#Top #Shopinfo .button a {
    color: #262626;
  }
}
#Products {
  background: #fff;
}
#Products .section-content .col-wrapper .col {
  width: calc(33.33% - 45px);
}
#Products .section-content .col-wrapper .col .col-img {
  margin-bottom: 45px;
}
#Products .section-content .col-wrapper .col .button {
  margin: auto;
}

@media screen and (max-width: 640px) {
  main#Top #Products {
    height: auto;
  }
  main#Top #Products .section-content .col-wrapper .col {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 30px;
    text-align: center;
  }
  main#Top #Products .section-content .col-wrapper .col .col-img {
    margin-bottom: 13px;
  }
  main#Top #Products .section-content .col-wrapper .col.mr0 {
    margin-right: 0;
  }
}
#Business {
  background-image: url("../images/business-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
#Business .section-content {
  float: left;
}
#Business .section-content h3 {
  margin-bottom: 50px;
}
#Business .section-content .button {
  border: 1px solid #fff;
}
#Business .section-content .button a {
  color: #fff;
}
#Business .section-content .button span {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  main#Top #Business {
    background: none;
    color: #262626;
    height: auto;
  }
  main#Top #Business .section-content {
    float: none;
    margin-top: 45px;
  }
  main#Top #Business .section-content .button {
    border: 1px solid #262626;
    margin: auto;
  }
  main#Top #Business .section-content .button a {
    color: #262626;
  }
  main#Top #Business .section-content .button span {
    border-top: 1px solid #262626;
    border-right: 1px solid #262626;
  }
}
#Achevement {
  background-color: #fff;
}
#Achevement .section-content h2 span img {
  width: 30px;
  padding-bottom: 10px;
}
#Achevement .section-content .col-wrapper {
  margin-bottom: 55px;
}
#Achevement .section-content .col-wrapper .col {
  width: 19%;
}
#Achevement .section-content .col-wrapper .col .col-img {
  margin-bottom: 20px;
}
#Achevement .section-content .button {
  margin: auto;
}

@media screen and (max-width: 640px) {
  main#Top #Achevement {
    height: auto;
    margin-bottom: 100px;
  }
  main#Top #Achevement .section-content h2 span img {
    width: 30px;
    padding-bottom: 0px;
  }
  main#Top #Achevement .section-content .col-wrapper .col {
    width: 33.333%;
    margin-bottom: -1px;
  }
  main#Top #Achevement .section-content .col-wrapper .col .col-img {
    margin-bottom: 0;
  }
  main#Top #Achevement .section-content .col-wrapper .col .col-img img {
    width: 100%;
  }
}
main#About section .container {
  width: 100%;
  display: flex;
  margin-top: 93px;
  margin-bottom: 147px;
}
main#About section .section-head {
  text-align: center;
}
main#About section .section-head h2 {
  font-size: 2.2rem;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #262626;
}
main#About section .section-content {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main#About section .section-content h3 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 45px;
}
main#About section .section-content p {
  line-height: 33px;
}
main#About section .section-img {
  width: 50%;
}
main#About section .section-img img {
  width: 100%;
}
main#About .footer-img {
  margin-top: 160px;
}
main#About .footer-img img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  main#About section .container {
    display: block;
  }
  main#About section .section-content {
    width: 100%;
    display: block;
  }
  main#About section .section-content .content-inner {
    width: 90%;
    margin: auto;
  }
  main#About section .section-img {
    width: 100%;
    height: 90%;
    margin-bottom: 45px;
  }
  main#About .footer-img {
    margin-top: 100px;
  }
  main#About .footer-img img {
    width: 100%;
    height: 298px;
  }
}

main#Info section h2 {
  font-size: 2rem;
  padding-bottom: 11px;
  border-bottom: 1px solid #A8A8A8;
}
main#Info section#Detail .detail-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
main#Info section#Detail .detail-wrapper table {
  width: 50%;
  border-collapse: collapse;
}
main#Info section#Detail .detail-wrapper table tbody tr {
  display: inline-block;
  width: 100%;
}
main#Info section#Detail .detail-wrapper table tbody tr th {
  text-align: left;
  width: 110px;
  border-right: 1px solid #A8A8A8;
  padding-top: 15px;
  padding-bottom: 15px;
}
main#Info section#Detail .detail-wrapper table tbody tr td {
  padding-left: 50px;
}
main#Info section#Detail .detail-wrapper .detail-img {
  width: 50%;
  text-align: right;
}
main#Info section#Detail .detail-map {
  margin-top: 124px;
  text-align: center;
}
main#Info section#Detail .detail-map img {
  width: 100%;
}
main#Info section#Detail .detail-map p {
  width: 100%;
  margin-top: 30px;
  display: block;
  text-align: right;
}
@media screen and (max-width: 640px) {
  main#Info section#Detail .detail-wrapper {
    display: block;
  }
  main#Info section#Detail .detail-wrapper .detail-img {
    width: 100%;
    margin-bottom: 47px;
  }
  main#Info section#Detail .detail-wrapper table {
    width: 100%;
  }
  main#Info section#Detail .detail-map {
    margin-top: 50px;
  }
}
main#Info section#Payment {
  margin-bottom: 143px;
}
main#Info section#Payment .col-wrapper.payment-icon {
  margin-top: 91px;
}
main#Info section#Payment .col-wrapper.payment-icon .col {
  width: calc(33.33% - 13px);
  text-align: center;
  margin-bottom: 74px;
}
main#Info section#Payment .col-wrapper.payment-icon .col img {
  margin-bottom: 27px;
}
main#Info section#Payment .col-wrapper.payment-type {
  margin-top: 91px;
  align-items: center;
}
main#Info section#Payment .col-wrapper.payment-type .col {
  width: 24%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  main#Info section#Payment .col-wrapper.payment-icon {
    margin-top: 53px;
  }
  main#Info section#Payment .col-wrapper.payment-icon .col {
    width: 49%;
    text-align: center;
  }
  main#Info section#Payment .col-wrapper.payment-type {
    margin-top: 70px;
    align-items: center;
  }
  main#Info section#Payment .col-wrapper.payment-type .col {
    width: 49%;
    text-align: center;
    margin-bottom: 20px;
  }
}

main#Workflow section {
  margin-bottom: 100px;
}
main#Workflow section h2 {
  font-size: 2rem;
  padding-bottom: 11px;
  border-bottom: 1px solid #A8A8A8;
  margin-bottom: 50px;
}

#Price .container .inner .col-wrapper .col {
  width: calc(33.33% - 45px);
}
@media screen and (max-width: 640px) {
  #Price .col-wrapper {
    display: block;
  }
  #Price .col-wrapper .col {
    width: 100% !important;
    margin-bottom: 60px;
  }
  #Price .col-wrapper .col img {
    width: 100%;
    margin-bottom: 30px;
  }
  #Price .col-wrapper .col .price-detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #Price .col-wrapper .col .price-detail p.type {
    margin-bottom: 10px;
    width: 100%;
  }
  #Price .col-wrapper .col .price-detail p.quantity,
  #Price .col-wrapper .col .price-detail p.price {
    width: 50%;
  }
}

#Step {
  background-color: #F5F5F5;
  padding-top: 100px;
}
#Step .container .inner .section-content {
  background-color: #fff;
  padding-top: 100px;
}
#Step .container .inner .step-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 706px;
  margin: auto;
  padding-bottom: 50px;
  border-bottom: 1px dashed #A8A8A8;
  margin-bottom: 50px;
}
#Step .container .inner .step-row .step-icon {
  width: 30%;
}
#Step .container .inner .step-row .step-text {
  width: 70%;
}
#Step .container .inner .step-row .step-text h3 {
  font-size: 2rem;
  margin-bottom: 24px;
}
#Step .container .inner .step-row .step-text p {
  margin-bottom: 24px;
}
#Step .container .inner .step-row:last-of-type {
  border-bottom: none;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #Step .container .inner .step-row {
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
    padding-bottom: 40px;
    border-bottom: 1px dashed #A8A8A8;
    margin-bottom: 40px;
  }
  #Step .container .inner .step-row .step-icon {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  #Step .container .inner .step-row .step-text {
    width: 100%;
  }
  #Step .container .inner .step-row .step-text h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }
  #Step .container .inner .step-row .step-text p {
    margin-bottom: 24px;
  }
  #Step .container .inner .step-row .step-text .button {
    margin: auto;
  }
}

#Design .container .inner .col-wrapper .col {
  width: 45%;
  margin-bottom: 100px;
  text-align: center;
}
#Design .container .inner .col-wrapper .col img {
  margin-bottom: 42px;
}
#Design .container .inner .col-wrapper .col h3 {
  text-align: left;
  margin-bottom: 27px;
}
#Design .container .inner .col-wrapper .col p {
  text-align: left;
}
#Design .container .inner .design-info {
  padding: 42px 68px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 640px) {
  #Design .container .inner .col-wrapper .col {
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
    padding-bottom: 40px;
    border-bottom: 1px dashed #A8A8A8;
    margin-bottom: 40px;
  }
  #Design .container .inner .col-wrapper .col img {
    text-align: center;
    margin-bottom: 30px;
  }
  #Design .container .inner .col-wrapper .col h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }
  #Design .container .inner .col-wrapper .col p {
    margin-bottom: 24px;
  }
  #Design .container .inner .design-info {
    padding: 30px 24px;
  }
}

main#Product section {
  margin-bottom: 100px;
}
main#Product section h2 {
  font-size: 2rem;
  padding-bottom: 11px;
  border-bottom: 1px solid #A8A8A8;
  margin-bottom: 50px;
}
main#Product section .col-wrapper .col {
  width: calc(33.33% - 45px);
  margin-bottom: 64px;
}
main#Product section .col-wrapper .col img {
  margin-bottom: 27px;
}
main#Product section .col-wrapper .col p.name {
  font-size: 1.7rem;
  margin-bottom: 8px;
  font-weight: bold;
}
main#Product section .col-wrapper .col p.spec {
  font-size: 1.4rem;
  margin-bottom: 8px;
  letter-spacing: initial;
}
main#Product section .col-wrapper .col p.price {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  main#Product section .col-wrapper .col {
    width: calc(50% - 10px);
    margin-bottom: 24px;
  }
}

main#ForBusiness section {
  margin-bottom: 100px;
}
main#ForBusiness section h2 {
  font-size: 2rem;
  padding-bottom: 11px;
  border-bottom: 1px solid #A8A8A8;
  margin-bottom: 50px;
}
main#ForBusiness section .col-wrapper .col-img {
  width: 55%;
}
main#ForBusiness section .col-wrapper .col-detail {
  margin-left: 5%;
  text-align: left;
}
main#ForBusiness section .col-wrapper .col-detail p {
  display: block;
  width: 357px;
}
@media screen and (max-width: 640px) {
  main#ForBusiness .section-content .col-wrapper .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
  main#ForBusiness .section-content .col-wrapper .col-detail {
    width: 100%;
    margin-left: 0;
  }
}/*# sourceMappingURL=style.css.map */