@charset "utf-8";

html {
  font-family: "proxima-nova","Zen Kaku Gothic New", sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
}
body {
  background-color: #EEF3F4;
  font-family: "proxima-nova","Zen Kaku Gothic New", sans-serif;
}
section {
}
#primary section {
  margin: 0;
  padding: 0;
}
/*-----------------------------------------------
welcart下層ページ用
-----------------------------------------------*/
/* ============== 差し替え用css ============== */
:root {
  /* back-ground-base */
  --child-back-fir: #0B4C6C;
  --child-back-fir-hov: #168fa9;
  /* 問い合わせ必須back-ground */
  --contact-equired: #e5a34e;
  /* text-shadow 1-1-2 #575757 */
  --textshadow-01: 1px 1px 2px #575757;
  /* text-shadow 2px 2px 3px #000 */
  --textshadow-02: 2px 2px 3px #000;
  /* text-shadow 1-1-2 #fff */
  --textshadow-03: 1px 1px 2px #fff;
}
/* btn */
.flow-btn {
  display: flex;
  justify-content: center;
}
.flow-btn a {
  margin: 0 auto;
}
.c-btn {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-btn {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 60px;
  color: #fff;
  display: block;
  width: 280px;
  text-align: center;
}
.c-btn p {
  margin: 0 auto;
  padding: 22px 60px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.c-btn.slide {
  background: #fff;
  color: #0f0f0f;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 3px #4d4d4d;
}
.c-btn.slide:active {
  box-shadow: none;
}
.c-btn.slide::after {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn.slide:hover {
  color: #fff;
}
.c-btn.slide:hover::after {
  transform: scale(1, 1);
}
/*-----------------------------------------------
header
-----------------------------------------------*/
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin: 0 auto;
  padding-top: 1%;
}
header .logo {
  margin-left: 2%;
}
header .logo img {
  width: 150px;
  height: auto;
}
header .cart {
}
header .cart a {
  display: flex !important;
  align-items: center;
}
header .cart img{
 height:25px;
 padding-right: 5px;
}
header .cart p {
  font-weight: 600;
}
.child .header {
}
.menu-right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2%;
}
/*-----------------------------------------------
top
-----------------------------------------------*/
.top {
  background-image: url(../img/top/photo004-2.webp);
  height: 75vh;
  background-size: cover;
  border-radius: 10px;
  filter: drop-shadow(2px 2px 2px #575757);
  width: 99%;
  margin: 5px auto;
  position: relative;
  background-position: center;
}
.child {
  background-image: none !important;
  width: 100%;
}

.top .cover {
}
.top .cover img {
}
.top-menu {
  display: flex;
  justify-content: center;
  margin-top: 2%;
  width: 98%;
  margin: 1% auto;
}
.top-menu .menu-card {
  width: 33.333%;
  margin-right: 1%;
  display: flex;
}
.top-menu .menu-card:last-child {
  margin-right: 0;
}
.top-menu .menu-card a {
  width: 98%;
  display: flex;
}
.top-menu .menu-card .left {
  width: 35%;
  margin-right: 2%;
}
.top-menu .menu-card .left img{
  width: 100%;
}
.top-menu .menu-card .left img {
  width: 100%;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
}
.top-menu .menu-card .right {
  width: 60%;
  /* height: 20vh; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-menu .menu-card .right .lead {
  font-size: 26px;
}
.top-menu .menu-card .right .lead {
  position: relative;
  color: #333;
  background: linear-gradient(90deg, #d5d218 0%, #a3a3a3b3 100%);
  background-repeat: no-repeat;
  background-size: 100% 10px;
  margin-right: auto;
  background-position: bottom;
  font-weight: 600;
}
.top-menu .menu-card .right .ex {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-top: 10px;
}
.top-menu .menu-card .right .more {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.top-menu .menu-card .right .more .btn {
  background-color: #3C3D37;
  display: inline-block;
}
.top-menu .menu-card .right .more .btn p {
  text-align: right;
  color: #fff;
}
.catch-copy {
  position: absolute;
  bottom: -9%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.catch-copy h2 {
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1.8;
  text-shadow: var(--textshadow-02);
  /* under */
  color: #fff;
  padding: 1rem 2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#4f4f4f), to(#c7c7c7));
  background-image: linear-gradient(to right, #4f4f4f 0%, #c7c7c731 100%);
}
.top-phrase {
  position: absolute;
  bottom: 20%;
  right: 1%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: rotate(20deg);
}
.top-phrase p {
  font-family: "annabelle-jf", sans-serif;
  font-weight: 400;
  font-size: 65px;
  color: #00000029;
}

@media screen and (max-width:576px) {
  .top-menu {
    flex-wrap: wrap;
}
.top-menu .menu-card {
  width: 100%;
}
.top-menu .menu-card .right .lead {
  font-size: 17px;
}
.top-menu .menu-card .right .ex {
  font-size: 14px;
  line-height: 1.3;
}
}
/*-----------------------------------------------
concept
-----------------------------------------------*/
.concept {
  width: 100%;
  margin-top: clamp(50px, calc(30px + (70 * ((100vw - 540px) / 860))), 100px);
}
.concept-title {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 8px;
  margin-bottom: clamp(20px, calc(20px + (20 * ((100vw - 420px) / 860))), 40px);
}
.concept-title p {
  text-align: center;
  line-height: 0.95em;
  font-weight: bold;
  color: rgb(0 0 0 / 0.5);
  background: rgba(0, 0, 0, 1);
  text-shadow: 0 0 0.1em rgba(255,255,255,0.05),
0.01em 0.04em 0.03em rgba(255,255,255,0.4);
  -webkit-background-clip: text;
}
.concept-title span {
  color: rgb(0 0 0 / 0.5);
  background: #0dcaf0;
  -webkit-background-clip: text;
}
.concept-box {
  position: relative;
}
.concept .concept-lead {
}
.concept .concept-back {
}
.concept .concept-back img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.concept .concept-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 60px 60px;
}
.concept .concept-text .text-area {
  text-align: center;
  background-color: hsla(0, 0%, 83%, 0.8);
  border-radius: 8px;
  filter: drop-shadow(1px 1px 2px rgba(255,255,255,0.7));
  width: 100%;
  padding: 80px 20px;
}
.concept .concept-text .main {
  font-size: 80px;
  font-weight: bold;
  display: contents;
  line-height: 1.1;
  letter-spacing: 8px;
}
.concept .concept-text span {
  font-size: 25px;
  letter-spacing: 4px;
}
.concept .concept-text .sub {
  line-height: 1.8;
  font-size: 25px;
  text-align: center;
  margin: 35px 0;
}
.concept .flow-btn .btn p {
  background-color: rgba(255, 255, 255, 0.7);
  width: 30%;
  margin: 0 auto;
}

/*-----------------------------------------------
items
-----------------------------------------------*/
.products {
  background-image: url(../img/top/products-back.webp);
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: clamp(50px, calc(30px + (70 * ((100vw - 540px) / 860))), 100px);
}
.products:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.products .products-up {
  margin-top: clamp(35px, calc(35px + (45 * ((100vw - 540px) / 860))), 80px);
}
.products .products-down {
  margin-top: 10px;
}
.item-title {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 8px;
}
.item-title p {
  text-align: center;
  color: #fff;
  text-shadow: var(--textshadow-02);
}
.item-ex {
  font-size: 25px;
  text-align: center;
  color: #fff;
  text-shadow: var(--textshadow-02);
  font-weight: 600;
  letter-spacing: 4px;
}
.item-slide {
  padding: 80px 0;
}
.item-slide .slide01 {}
.item-slide .slide01 {}
.item-slide .slide01 .parts{
  position: relative;
  transition: 0.5s ease-in-out;
}
.item-slide .slide01 .parts:hover {
  opacity: 0.8;
}
.item-slide .slide01 .parts img{}
.item-slide .slide01 .parts .sub{}

.item-slide .slide01 li a {
  text-shadow: var(--textshadow-02);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-slide .slide01 li a .title {
  font-size: 22px;
  letter-spacing: 2px;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  width: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, #0B4C6C 0%, #53a8d1cc 75%, rgba(255, 255, 255, 0.2) 100%);
  color: #fff;
}
.item-slide .slide01 li a p {
  overflow: hidden;
}
.item-slide .slide01 li .sub {
  line-height: 2.5;
  color: #fff;
  text-shadow: var(--textshadow-02);
}
.item-slide .slide01 li .itemprice {
  text-align: center;
  font-size: 22px;
  color: #fff;
  text-shadow: var(--textshadow-02);
  position: absolute;
  bottom: 40px;
  right: 0;
  padding: 5px 5px 5px 15px;
  background: #0B4C6C;
}
.item-slide .slide01 .parts .itemprice .tax {
  color: #fff;
  font-weight: 600;
}
.products .flow-btn {
  margin-top: clamp(35px, calc(35px + (45 * ((100vw - 540px) / 860))), 80px);
  margin-bottom: clamp(35px, calc(35px + (45 * ((100vw - 540px) / 860))), 80px);
}
.products .flow-btn .btn p {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
}
/*-----------------------------------------------
features
-----------------------------------------------*/
.features {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  height: 100%;
  margin-top: clamp(50px, calc(30px + (70 * ((100vw - 540px) / 860))), 100px);
}
.features .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.features .left .icon {}
.features .left .icon img {
  width: 60px;
}
.features .left .lead {
  padding: 30px 0;
}
.features .left .lead p {
  font-size: 34px;
  line-height: 2;
  text-align: center;
  font-weight: 700;
}
.features .left .ex {}
.features .left .ex p {
  font-size: 22px;
  line-height: 2.5;
  text-align: center;
}
.features .right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features .right img{
  width: 100%;
  margin: 0 auto;
}
.features .flow-btn {
  padding-top: 80px;
}
.features .flow-btn .btn p {
  font-size: 23px;
}
/*-----------------------------------------------
flow
-----------------------------------------------*/
.flow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  height: 100%;
  margin-top: clamp(50px, calc(30px + (70 * ((100vw - 540px) / 860))), 100px);
}
.flow .left {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.flow .left div {
  background-repeat: no-repeat;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
  width: 46%;
  background-size: cover;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
}
.flow .left div:first-child {
  background-image: url(../img/top/flow01.webp);
}
.flow .left div:nth-child(2) {
  background-image: url(../img/top/flow02.webp);
}
.flow .left div:nth-child(3) {
  background-image: url(../img/top/flow03.webp);
}
.flow .left div:last-child {
  background-image: url(../img/top/flow04.webp);
}
.flow .left .flow-card {
  margin: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow .left .flow-card p {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  font-size: 35px;
  background-color: #fff;
  filter: inherit;
}
.flow .left .flow-card .phrase {
  width: 90%;
  padding: 10px 0;
}
.flow .left .flow-card .number {
  width: 100px;
  height: 50px;
  border-radius: 50px 50px 0 0;
  line-height: 65px;
  margin-bottom: -1%;
  margin-top: 4%;
  color: #0B4C6C;
  text-shadow: 1px 1px 2px #898989;
}
.flow .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.flow .right .icon {}
.flow .right .icon img {
  width: 60px;
}
.flow .right .lead {
  padding: 30px 0;
}
.flow .right .lead p {
  font-size: 34px;
  line-height: 2;
  text-align: center;
  font-weight: 700;
}
.flow .right .ex {}
.flow .right .ex p {
  font-size: 22px;
  line-height: 2.5;
  text-align: center;
}

.flow .flow-btn {
  padding-top: 80px;
}
.flow .flow-btn .btn p {
  font-size: 23px;
}
/*-----------------------------------------------
gallery
-----------------------------------------------*/
.gallery {
  padding: 0;
  margin-top: clamp(50px, calc(30px + (70 * ((100vw - 540px) / 860))), 100px);
}
.gallery .slide02 {}
.gallery .slide02 ul{
  padding: 0;
}
.gallery .slide02 ul li {
  margin: -10px;
}
.gallery .slide02 ul li a{}
.gallery .slide02 ul li a{}
.gallery .slide02 ul li a img{
  width: 100%;
}
/*-----------------------------------------------
footer
-----------------------------------------------*/
footer {
  background-color: #0B4C6C;
  color: #fff;
  padding: 50px 0;
}
footer a {
  color: #fff;
}
footer .contents {
  width: 90%;
  margin: 0 auto;
}
footer .ft-up {
  display: flex;
  justify-content: space-between;
}
footer .ft-box {
}
footer .ft-down {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  align-items: baseline;
}
footer .ft-menu {
  text-align: center;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
footer .ft-menu div:first-child {
}
footer .ft-menu a:last-child{
}
footer .ft-ttl {
}
footer .ft-ttl p {
  text-align: center;
  font-size: 45px;
  letter-spacing: 3px;
}
footer .copy {
  text-align: center;
  line-height: 1.8;
}
footer .copy a {
  margin-right: 15px;
}
footer .copy p {
  text-align: center;
}
footer .membership {
  margin-right: 20px;
}
footer .bottom-menu {
  text-align: center;
  padding: 20px 0 5px;
  font-size: 14px;
}
footer .bottom-menu a:first-child {
  margin-right: 25px;
}
.ft-category {
}
.ft-category ul {
  font-size: 20px;
  display: flex;
}
.ft-category ul li {
  margin-right: 25px;
}
.ft-category ul li:last-child {
  margin-right: 0;
}
.ft-category ul li a {}
/*-----------------------------------------------
slidercss
-----------------------------------------------*/
/* 01 */
.slide01 img {
  width:100%;
  height:auto;
}
.slide01 .slick-slide {
  margin:0 10px;
}
.slide01 ul {}
.slide01 ul li {}
.slide01 ul li img {}
.slide01 ul li .title {}
.slide01 ul li .caption {}
/* 02 */
.slide02 img {
  width:100%;
  height:auto;
}
.slide02 .slick-slide {
}
.slide02 ul {}
.slide02 ul li {}
.slide02 ul li img {}
.slide02 ul li .title {}
.slide02 ul li .caption {}
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 70px !important;
}
.prev-arrow {
  right: 51%;
  bottom: -140%;
}
.next-arrow {
  right: 46%;
  bottom: -140%;
  fill: #fff;
  color: white;
}
.slide03 {
  display: none;
}
.slide03 {
  width: 98%;
  margin: 1% auto;
  position: relative;
}
.slide03 li {
}
.slide03 img {
  height: auto;
  width: 100%;
}

/* childpage */
.child-page {
  background-image: none !important;
}
/*-----------------------------------------------
responsive
-----------------------------------------------*/
/* ============== 1400px ============== */
@media (width <= 1400px) {
  section {
}
  .c-btn p {
    padding: 15px 50px;
    font-size: 18px;
  }
  /* top */
  .top-menu .menu-card .right .lead {
    font-size: 20px;
  }
  .top-menu .menu-card .right .ex {
    font-size: 16px;
    line-height: 1.2;
  }

  /* concept */
  .concept {
  }
  .concept .concept-text .text-area{
  }
  .concept .concept-text .main {
    font-size: 55px;
    letter-spacing: 5px;
  }
  .concept .concept-text span {
    font-size: 18px;
  }
  .concept .concept-text .sub {
    line-height: 2;
    font-size: 18px;
    margin: 40px 0;
  }
  .concept .concept-text {
}
  /* feature */
  .features {
  }
  .features .left .lead p {
    font-size: 25px;
    line-height: 1.8;
    font-weight: 800;
  }
  .features .left .lead {
    padding: 20px 0;
  }
  .features .left .ex p {
    font-size: 17px;
    line-height: 2;
  }
  .features .flow-btn {
    padding-top: 20px;
  }
  .features .left {
    width: 60%;
  }
  .features .right {
    width: 40%;
  }
  /* flow */
  .flow .right .lead p {
    font-size: 25px;
    line-height: 1.8;
  }
  .flow .right .lead {
    padding: 20px 0;
  }
  .flow .right .ex p {
    font-size: 17px;
    line-height: 2;
  }
  .flow .flow-btn {
    padding-top: 20px;
  }
  .flow .right {
    width: 50%;
  }
  .flow .left {
    width: 50%;
  }
  .flow .left div {
    width: 47%;
    height: auto;
  }
  .flow .left .flow-card {
    margin: 5px;
    
  }
  .flow .left .flow-card .number {
    width: 70px;
    height: 35px;
    line-height: 27px;
    margin-bottom: -2%;
}
  .flow .left .flow-card p {
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px 0 0 0;
    margin: 5px;
  }
}
/* ============== 1200px ============== */
@media (width <= 1200px) {
  /* footer */
footer .contents {
}
footer .ft-up {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
footer .ft-menu {
  justify-content: center;
}
.ft-category ul {
  margin-bottom: 10px;
}
.concept .concept-text .text-area {
  padding: 35px 20px;
}
/* item */
.item-slide .slide01 li a .title {
  font-size: 18px;
}
.item-slide .slide01 li .itemprice {
  font-size: 16px;
}
/* flow */
.flow .left .flow-card .number {
  margin-bottom: -4%;
}
}

/* ============== 1024px ============== */
@media (width <= 1024px) {
.catch-copy {
  bottom: 2%;
}
.catch-copy h2 {
  font-size: 25px;
}
.top-menu .menu-card .right .lead {
  font-size: 17px;
}
.top-menu .menu-card .right .ex {
  font-size: 15px;
  line-height: 1;
}
/* cencept */
.concept .concept-text {
}
.concept-title {
  font-size: 60px;
}
.concept .concept-text .main {
  font-size: 40px;
}
.concept .concept-text span {
  font-size: 16px;
}
.concept .concept-text .sub {
  font-size: 16px;
  margin: 10px 0;
}
.concept .concept-text .text-area {
}
.c-btn p {
  padding: 10px 30px;
  font-size: 16px;
}
.products {
}
/* products */
.item-title {
  font-size: 60px;
}
.item-slide {
  padding: 40px 0;
}
.item-ex {
  font-size: 18px;
}
.item-slide .slide01 li a .lead .title {
  font-size: 16px;
  letter-spacing: 3px;
  padding: 5px 7px;
}
/* flow */
.features {
}
.features .left .icon img {
  width: 40px;
}
.features .left .lead p {
  font-size: 20px;
}
.features .left .ex p {
  font-size: 16px;
  line-height: 1.2;
}
.features .flow-btn {
  padding-top: 15px;
}
/* flow */
.flow {
}
.flow .left .flow-card {
  margin: 5px;
}
.flow .right .icon img {
  width: 40px;
}
.flow .right .lead p {
  font-size: 20px;
}
.flow .right .ex p {
  font-size: 16px;
  line-height: 1.2;
}
.flow .left .flow-card p {
  padding: 10px 15px;
}
.flow {
  padding: 0 0 80px;
}
/* footer */
footer .ft-ttl p {
  font-size: 35px;
}
.ft-category ul li {
  margin-right: 20px;
}
footer .bottom-menu {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 2;
}
}
/* ============== 768px ============== */
@media (width <= 768px) {
  .catch-copy {
    bottom: -5%;
}
.slide03 {
  display: block;
}
.pc {
  display: none !important;
}
.top-menu .menu-card .left {
  width: 30%;
  margin-right: 1%;
}
.top-menu .menu-card .right {
  width: 70%;
}
.top-menu .menu-card {
  margin-right: 0;
}
.top-menu .menu-card .right .lead {
  font-size: 25px;
}
.top-menu .menu-card .right .ex {
  font-size: 18px;
  line-height: 2;
}
/* concept */
.concept .concept-text .text-area {
  padding: 20px 15px;
}
.concept .concept-text {
}
.concept .concept-text .sub {
  line-height: 1.5;
}
.concept .concept-text .main {
  font-size: 30px;
}
section {
}
.products {
  height: 100%;
}
.concept .concept-text {
  padding: 15px 10px;
}
/* item */
.item-slide .slide01 li a .lead .title {
  font-size: 18px;
  letter-spacing: 2px;
}
.item-slide .slide01 li a .lead .itemprice {
  font-size: 18px;
  margin-top: 15px;
}
.features {
  height: 100%;
  width:90%;
}
.flow {
  height: 100%;
  width:90%;
}
.flow .left .flow-card {
  margin: 2px;
}
}

/* ============== 576px ============== */
@media (width <= 576px) {
.top-menu .menu-card .left {
  margin-left: 1px;
}
  .header {
    height: 50px;
}
.catch-copy h2 {
  text-shadow: var(--textshadow-02);
  font-size: 22px;
  line-height: 2.2;
  padding: 10px 20px;
}
.top-phrase {
  bottom: 57%;
}
.top-phrase p {
  font-size: 50px;
  text-align: right;
}
.catch-copy {
  bottom: -3%;
}
.top-menu .menu-card .right .lead {
  font-size: 18px;
}
.top-menu .menu-card .right .ex {
  font-size: 16px;
  line-height: 1.2;
}
.top-menu .menu-card .right {
  justify-content: flex-start;
}
.slide03 {
  padding-top: 5px;
}
/* concept */

.concept .concept-text .main {
  font-size: 25px;
}
.concept-title {
  font-size: 30px;
}
.concept .concept-text span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.top-menu .menu-card .right {
  height: 100%;
}
.concept {
  margin-top: 50px;
}
.concept .concept-back {
  display: flex;
  align-items: stretch;
  height: 285px;
}
.concept .concept-text .text-area {
  width: 90%;
  padding: 10px 15px;
}
.concept .concept-text .sub {
  font-weight: 500;
}
.concept .concept-text {
  padding: 20px 0 15px;
}
.item-title {
  font-size: 30px;
}
.products .products-up {
}
.item-ex {
  font-size: 16px;
  line-height: 1.8;
}
/* features */
.features {
  flex-direction: column;
  width: 95%;
}
.features .left {
  width: 100%;
}
.features .right {
  width: 100%;
  margin-top: 15px;
}
.features .left .ex p {
  font-size: 16px;
  line-height: 1.5;
}
/* flow */
.flow {
  flex-direction: column-reverse;
  width: 95%;
  padding: 20px 0;
}
.flow .left {
  margin-top: 15px;
  width: 100%;
  justify-content: center;
}
.flow .right {
  width: 100%;
}
.flow .left .flow-card {
  margin: 1px;
  width: 48%;
  height: 125px;
}
.flow .left .flow-card p {
  width: 94%;
  border-radius: 5px 5px 0 0;
  text-align: center;
}
/* footer */
footer {
  padding: 35px 0;
}
footer .ft-down {
  flex-direction: column;
  align-items: center;
}
.ft-category ul {
  font-size: 20px;
  flex-wrap: wrap;
  line-height: 1.8;
}
.ft-category ul li {
  margin-right: 0;
  width: 50%;
  text-align: center;
}
footer .ft-menu {
  align-items: center;
}
/* gallery */
.gallery {
  margin-top: 40px;
}
}

/* ============== 420px ============== */
@media (width <= 420px) {
  .concept .concept-text .text-area {
    width: 95%;
    padding: 10px 3px;
}
}