@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap);
/*reset css -->*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  min-height: 0;
  min-width: 0;
}
html,
body,
div,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
li,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
nav,
main,
section,
manu,
figure,
figblock-event--day-name {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
footer,
header,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
.media_pc {
  display: inline-block;
}
.media_sp {
  display: none !important;
}
/*<-----resetcss*/
html {
  font-size: 62.5%;
}
body {
  color: #333;
  font-size: 1.6em;
  background-color: #fff;
  overflow-x: hidden;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
main {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  cursor: pointer;
  color: #000;
}
.area-wrapper {
  overflow: hidden;
  background: #eee;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
.wrapper {
}
.area-header img {
  width: 100%;
}
.sec_inner {
  max-width: 1220px;
  margin: 0 auto;
}
/*<-----resetcss*/
:root {
  --white: #fff;
  --black: #000;
  --roboto: 'Roboto', sans-serif;
  --industry: 'industry', sans-serif;
}
.area-header {
  padding-top: 20px;
}
.effect-fade {
  opacity: 0;
  transform: translate(0, 0px); /*fadein X,Y,*/
  transition: all 1600ms; /*fadein_time*/
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, -20px);
}

.area-body {
  max-width: 1160px;
  margin: 0 auto;
}
.main_lead {
  max-width: 640px;
  margin: 80px auto 60px;
  text-align: center;
}
.main_lead_ttl {
  font-size: 18px;
  text-align: left;
  display: inline-block;
  margin: 20px auto;
}
.area-title {
  text-align: center;
  font-family: var(--industry);
}
.index_wrap .item_ttl {
  font-family: var(--industry);
  font-weight: 700;
  font-size: 24px;
  color: #f3523e;
  margin: 60px auto;
  text-align: center;
}
.index_wrap .item_ttl span {
  font-size: 40px;
  font-weight: 700;
}
.index_text {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  padding: 0;
}
.fabric_image {
  text-align: center;
  width: 800px;
  margin: 0 auto;
}
.fabric_image img {
  width: 100%;
}
.item_index {
  display: flex;
  width: 1000px;
  margin: 60px auto;
  justify-content: space-between;
}
.item_index li {
  width: 320px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.image_wrap {
  width: 320px;
  height: 320px;
  overflow: hidden;
  margin-bottom: 20px;
}
.item_index li img {
  border-radius: 20px;
  transition: 0.4s;
  scale: 1;
  overflow: hidden;
}
a.view_more_btn {
  background: #f3523e;
  color: #333;
  font-family: var(--industry);
  font-weight: 700;
  font-size: 14px;
  padding: 7px 5px 6px 5px;
  display: inline-block;
  width: 180px;
  line-height: 1.7;
  text-decoration: none;
  transition: 0.4s;
  margin: 10px 0 0;
}
.category_header {
  font-family: var(--industry);
  display: flex;
  border-top: solid 1px #333;
  width: 100%;
  align-items: center;
  margin: 120px auto 60px;
  font-weight: 600;
}
.category_ttl {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  text-align: center;
  width: 70%;
  padding: 10px 0 8px;
}
.ttl_link {
  width: 15%;
  transition: 0.4s;
}
.ttl_link a {
  font-size: 14px;
  border-left: 1px solid #333;
  text-align: center;
  padding: 31px 0 25px 32px;
  position: relative;
  font-weight: 600;
  display: block;
  text-decoration: none;
  transition: 0.4s;
  width: 100%;
}
.ttl_link a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 34px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #333;
  transition: 0.4s;
}
.ttl_num {
  width: 15%;
  padding: 28px 25px 25px 25px;
  text-align: center;
  border-right: 1px solid #333;
  font-weight: 600;
}
.main_img {
  display: block;
  margin: 0 auto;
}
.item_text {
  width: 730px;
  margin: 60px auto;
}
.detail_wrap {
  width: 900px;
  margin: 60px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.area-wrapper section .color_slide {
  position: relative;
  margin: 20px auto 40px;
  max-width: 100%;
}
.color_slide p {
  text-align: center;
}
.area-wrapper section .color_slide li {
  margin: 0 8px;
}
.area-wrapper section .slick-arrow {
  display: block !important;
  cursor: pointer;
  transition: 0.4s all;
}
.area-wrapper section .color_slide .prev-arrow {
  width: 40px;
  height: 40px;
  z-index: 2;
  position: absolute;
  top: 44%;
  left: 20%;
  background: #fff;
  box-shadow: 3px 3px 0px 0 rgba(0, 0, 0, 0.25);
}
.area-wrapper section .color_slide .prev-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-right: 8px solid #333;
}
.area-wrapper section .color_slide .next-arrow {
  width: 40px;
  height: 40px;
  z-index: 2;
  position: absolute;
  top: 44%;
  right: 20%;
  background: #fff;
  box-shadow: 3px 3px 0px 0 rgba(0, 0, 0, 0.25);
}
.area-wrapper section .color_slide .next-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #333;
}
.color_area_ttl {
  font-size: 26px;
  margin: 60px auto 0px;
  font-family: var(--industry);
  text-align: center;
  font-weight: 600;
}
.credit_wrap {
  text-align: center;
  font-size: 13px;
}
.credit_wrap a.view_more_btn {
  width: 500px;
  font-size: 20px;
  padding: 20px 0;
  margin: 40px auto;
}
.view_all_area {
  width: 1220px;
  margin: 0 auto;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  font-family: var(--industry);
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  padding: 20px 0;
  margin: 80px auto;
}
.view_all_area a {
  text-decoration: none;
  width: 100%;
  transition: 0.4s;
  color: #333;
  display: inline-block;
  position: relative;
}
.view_all_area a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #333;
}
.color_slide ul.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #333;
}
.color_slide ul.slick-dots {
  margin: 20px auto 0;
}
.color_slide ul.slick-dots li.slick-active button {
  background: #f3523e;
}
span.item_name {
  font-weight: 600;
  font-size: 18px;
}

/*ここからスモックのリンク打消し処理*/
.pointer_none {
  pointer-events: none;
}
.pointer_none .image_wrap {
  position: relative;
  background-color: #000;
  border-radius: 24px;
}
.pointer_none .image_wrap img {
  display: block;
  opacity: 0.7;
}
.coming_text {
  font-family: var(--industry);
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/*ここまでスモックのリンク打消し処理*/

/*hover*/
@media (any-hover: hover) {
  a.view_more_btn:hover {
    background-color: #333;
    color: #fff;
  }
  .item_index li img:hover {
    transform: scale(1.1, 1.1);
  }
  .ttl_link a:hover {
    color: #f3523e;
  }
  .ttl_link a:hover::before {
    border-left: 8px solid #f3523e;
  }
  .view_all_area a:hover {
    color: #f3523e;
  }
  .view_all_area a:hover::before {
    border-left: 8px solid #f3523e;
  }
}
@media screen and (min-width: 896px) {
}
@media screen and (min-width: 769px) {
}
/*<<<--max896px------*/
@media screen and (max-width: 896px) {
  .media_pc {
    display: none !important;
  }
  .media_sp {
    display: block !important;
  }
  .bodyWrap {
    width: 100%;
    margin: auto;
  }
  .area-body {
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    max-width: 100%;
  }
  .main_lead_ttl {
    font-size: 14px;
    width: 84%;
    margin: 0 auto;
    text-align: left;
  }
  .index_wrap .item_ttl span {
    font-size: 28px;
  }
  .index_wrap .item_ttl {
    font-size: 18px;
  }
  .item_ttl {
    width: 90%;
    margin: 0 auto 20px;
  }
  .fabric_image {
    width: 90%;
  }
  .item_index {
    flex-wrap: wrap;
    width: 90%;
    margin: 60px auto;
  }
  .item_index li {
    width: 47%;
    font-size: 12px;
    margin-bottom: 50px;
  }
  .item_index li:last-child {
    margin-bottom: 0px;
  }
  .image_wrap {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  a.view_more_btn {
    width: 80%;
    padding: 7px 8px 6px 8px;
    font-size: 11px;
  }
  .category_header {
    display: block;
    margin: 100px auto 0px;
  }
  .ttl_num {
    width: 100%;
    text-align: center;
    border: none;
    padding: 20px 0 0;
  }
  .item_detail {
    width: 90%;
    margin: 0 auto;
  }
  .category_ttl {
    width: 100%;
    font-size: 35px;
  }
  .ttl_link {
    display: none;
  }
  .item_text {
    width: 80%;
    font-size: 14px;
    margin: 40px auto;
  }
  .detail_wrap {
    width: 100%;
    flex-wrap: wrap;
  }
  .detail_wrap li {
    width: 48%;
    margin-bottom: 10px;
  }
  .credit_wrap {
    font-size: 13px;
  }
  .credit_wrap a.view_more_btn {
    font-size: 18px;
    width: 70%;
    margin: 20px auto;
    padding: 14px 0;
  }
  .area-wrapper section .color_slide li {
    margin: 0 5px;
  }
  .view_all_area {
    width: 90%;
    font-size: 18px;
  }
  .view_all_area a::before {
    left: 5px;
  }
  span.item_name {
    font-size: 16px;
  }
  .index_text {
    font-size: 12px;
    padding: 10px 0 5px;
  }
  p.coming_text {
    font-size: 12px;
  }
}
@media screen and (min-width: 360px) and (max-width: 896px) {
}
@media screen and (min-width: 360px) and (max-width: 767px) {
}
/*iphone5.6.7*/
@media screen and (max-width: 359px) {
}
