@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- common

▼扉
- photo_sec

▼各モデルページ扉
- mv_sec
- intro_sec
- photo_sec
- materials_sec
- modaal_content

▼モデルプロジェクト
- common
- main_img
- section01
- section03
- section04
- section05
- section07
- section08
- section09
- project_sec
-------------------------*/
/*=======================================
　common
=======================================*/
#contents {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  #contents {
    margin-bottom: 100px;
  }
}

.inner {
  max-width: 1400px;
}

/* mv_sec */
.mv_sec {
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .mv_sec {
    margin-bottom: 15px;
  }
}

/* 扉
--------------------------------------------------------- */
.collection {
  /*=======================================
  　photo_sec
  =======================================*/
}
.collection .cmn_ttl01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .collection .cmn_ttl01 {
    margin-bottom: 20px;
  }
}
.collection .photo_sec {
  margin-bottom: 184.3px;
}
@media screen and (max-width: 768px) {
  .collection .photo_sec {
    margin-bottom: 90px;
  }
}
.collection .photo_sec .txt_jp04 {
  margin-bottom: 50px;
}
.collection .photo_sec .img.fadeIn_up {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.collection .photo_sec .img .cmn_img_hov, .collection .photo_sec .img .ttl {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.collection .photo_sec .img.is-show .cmn_img_hov, .collection .photo_sec .img.is-show .ttl {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.collection .photo_sec .img.is-show .ttl {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
@media screen and (max-width: 768px) {
  .collection .photo_sec .img.is-show .ttl {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}

/* 各モデルページ扉
--------------------------------------------------------- */
.collection_model {
  /*=======================================
  　intro_sec
  =======================================*/
  /*=======================================
  　photo_sec
  =======================================*/
  /*=======================================
  　materials_sec
  =======================================*/
}
.collection_model .intro_sec {
  margin-bottom: 78px;
}
@media screen and (max-width: 768px) {
  .collection_model .intro_sec {
    margin-bottom: 40px;
  }
}
.collection_model .intro_sec .cmn_ttl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 18px;
  gap: 0 18px;
}
@media screen and (max-width: 768px) {
  .collection_model .intro_sec .cmn_ttl01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
}
.collection_model .intro_sec .cmn_ttl01 small {
  margin-left: 0;
}
.collection_model .intro_sec .txt_jp {
  font-size: 15px;
  line-height: 1.866;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .collection_model .intro_sec .txt_jp {
    font-size: 14px;
    line-height: 1.714;
  }
}
.collection_model .intro_sec .txt_en {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.846;
}
@media screen and (max-width: 768px) {
  .collection_model .intro_sec .txt_en {
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}
.collection_model .photo_sec {
  margin-bottom: 134.3px;
}
@media screen and (max-width: 768px) {
  .collection_model .photo_sec {
    margin-bottom: 90px;
  }
}
.collection_model .materials_sec .cmn_ttl01 {
  margin-bottom: 56.7px;
}
@media screen and (max-width: 768px) {
  .collection_model .materials_sec .cmn_ttl01 {
    margin-bottom: 30px;
  }
}
.collection_model .materials_sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 50px 7.6375%;
}
@media screen and (max-width: 768px) {
  .collection_model .materials_sec ul {
    gap: 25px 5%;
  }
}
.collection_model .materials_sec ul li {
  width: 13.89%;
}
@media screen and (max-width: 768px) {
  .collection_model .materials_sec ul li {
    width: 30%;
  }
}
.collection_model .materials_sec ul li .img {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .collection_model .materials_sec ul li .img {
    margin-bottom: 10px;
  }
}
.collection_model .materials_sec ul li .name {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.714;
  text-align: center;
  color: #474747;
}
@media screen and (max-width: 768px) {
  .collection_model .materials_sec ul li .name {
    font-size: 13px;
  }
}

/*=======================================
　modaal_content
=======================================*/
/* モーダル中身 */
.modaal-inner-wrapper {
  padding: 0;
}
.modaal-inner-wrapper .modaal-container {
  width: 90%;
  max-width: 980px;
  background: #EAEAEA;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 145px 0 119.6px;
}
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper .modaal-container {
    margin: 50px 0;
  }
}
.modaal-inner-wrapper .modaal-container .modaal-content-container {
  padding: 120.4px 0 111.4px;
}
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper .modaal-container .modaal-content-container {
    padding: 60px 0 55px;
  }
}
.modaal-inner-wrapper .modaal-container .modaal-content-container img {
  max-width: 100%;
  height: auto;
}
.modaal-inner-wrapper .modaal-container .modaal-content-container .inner {
  max-width: 780px;
  width: 79.59%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper .modaal-container .modaal-content-container .inner {
    width: 90%;
  }
}
.modaal-inner-wrapper .modaal-container .modaal-content-container .inner .cmn_ttl02 {
  margin-bottom: 57.8px;
}
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper .modaal-container .modaal-content-container .inner .cmn_ttl02 {
    margin-bottom: 30px;
  }
}
.modaal-inner-wrapper .modaal-container .modaal-content-container .inner .txt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper .modaal-container .modaal-content-container .inner .txt_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 70px;
  }
}
.modaal-inner-wrapper .modaal-container .modaal-content-container .inner .txt_area p {
  width: 47.43%;
}
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper .modaal-container .modaal-content-container .inner .txt_area p {
    width: 100%;
  }
}
.modaal-inner-wrapper .modaal-container .modaal-content-container .inner .txt_area p.jp {
  font-size: 15px;
  line-height: 1.866;
}
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper .modaal-container .modaal-content-container .inner .txt_area p.jp {
    font-size: 14px;
  }
}
.modaal-inner-wrapper .modaal-container .modaal-content-container .inner .txt_area p.en {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.846;
}
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper .modaal-container .modaal-content-container .inner .txt_area p.en {
    font-size: 12px;
  }
}
.modaal-inner-wrapper .modaal-container .modaal-content-container .inner .img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 48px 6.545%;
}
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper .modaal-container .modaal-content-container .inner .img_area {
    gap: 25px 7%;
  }
}
.modaal-inner-wrapper .modaal-container .modaal-content-container .inner .img_area li {
  width: 28.97%;
}
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper .modaal-container .modaal-content-container .inner .img_area li {
    width: 46.5%;
  }
}
.modaal-inner-wrapper .modaal-container .modaal-content-container .inner .img_area li img {
  margin-bottom: 10px;
}
.modaal-inner-wrapper .modaal-container .modaal-content-container .inner .img_area li p {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.714;
}
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper .modaal-container .modaal-content-container .inner .img_area li p {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* 閉じるボタン */
.modaal-close {
  position: absolute;
  right: 42px;
  top: 41px;
  cursor: pointer;
  z-index: 10;
  background: url("../img/common/icon_close.svg") no-repeat !important;
  background-size: cover !important;
  width: 19px;
  height: 19px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .modaal-close {
    top: 30px;
    right: 5%;
  }
}
.modaal-close::before, .modaal-close::after {
  display: none;
}

/* モーダルバック */
.modaal-overlay {
  background: rgba(71, 71, 71, 0.75) !important;
}

/* モデルプロジェクト
--------------------------------------------------------- */
.collection_project {
  /*=======================================
  　common
  =======================================*/
  /*=======================================
  　main_img
  =======================================*/
  /*=======================================
  　section01
  =======================================*/
  /*=======================================
  　section03
  =======================================*/
  /*=======================================
  　section04
  =======================================*/
  /*=======================================
  　section05
  =======================================*/
  /*=======================================
  　section07
  =======================================*/
  /*=======================================
  　section08
  =======================================*/
  /*=======================================
  　section09
  =======================================*/
  /*=======================================
  　section10
  =======================================*/
  /*=======================================
  　project_sec
  =======================================*/
}
.collection_project .inner {
  max-width: 1300px;
}
.collection_project .page_ttl_sec {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.collection_project .page_ttl_sec h1 {
  text-align: left;
}
.collection_project .page_ttl_sec h1 span {
  color: var(--main_black);
}
.collection_project #pankuzu {
  margin-bottom: 56px;
}
.collection_project .section01 .inner .img_area,
.collection_project .section01 .inner .img,
.collection_project .section03 .inner .img_area,
.collection_project .section03 .inner .img,
.collection_project .section05 .inner .img_area,
.collection_project .section05 .inner .img {
  width: 56.08%;
}
@media screen and (max-width: 768px) {
  .collection_project .section01 .inner .img_area,
  .collection_project .section01 .inner .img,
  .collection_project .section03 .inner .img_area,
  .collection_project .section03 .inner .img,
  .collection_project .section05 .inner .img_area,
  .collection_project .section05 .inner .img {
    width: 68.35%;
  }
}
.collection_project .section01,
.collection_project .section02,
.collection_project .section03,
.collection_project .section05,
.collection_project .section06,
.collection_project .section07,
.collection_project .section08,
.collection_project .section09 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .collection_project .section01,
  .collection_project .section02,
  .collection_project .section03,
  .collection_project .section05,
  .collection_project .section06,
  .collection_project .section07,
  .collection_project .section08,
  .collection_project .section09 {
    margin-bottom: 60px;
  }
}
.collection_project .splide__track {
  margin-bottom: 59.2px;
}
@media screen and (max-width: 768px) {
  .collection_project .splide__track {
    margin-bottom: 40px;
  }
}
.collection_project .splide .splide-controller_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 45px;
}
@media screen and (max-width: 768px) {
  .collection_project .splide .splide-controller_wrap {
    gap: 31px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.collection_project .splide .splide-controller_wrap .splide-controller {
  width: 89.89px;
  height: 16px;
}
.collection_project .splide .splide-controller_wrap .carousel-progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .collection_project .splide .splide-controller_wrap .carousel-progress {
    width: 100%;
  }
}
.collection_project .mabtm_100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .collection_project .mabtm_100 {
    margin-bottom: 60px !important;
  }
}
.collection_project .main_img {
  margin-bottom: 154px;
}
@media screen and (max-width: 768px) {
  .collection_project .main_img {
    margin-bottom: 80px;
  }
}
.collection_project .section01 .inner {
  display: grid;
  grid-template-columns: 56.08% 43.92%;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 86px;
}
@media screen and (max-width: 768px) {
  .collection_project .section01 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .collection_project .section01 .inner .ttl_area {
    width: 135px;
    margin: 0 auto;
  }
}
.collection_project .section01 .inner .ttl_area .hd_ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  -webkit-transform: translateX(calc(-50% - 51.17px));
          transform: translateX(calc(-50% - 51.17px));
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.05em;
  padding-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .collection_project .section01 .inner .ttl_area .hd_ttl {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding-bottom: 40px;
  }
}
.collection_project .section01 .inner .ttl_area .hd_ttl::after {
  content: "";
  width: 76px;
  height: 77px;
  display: inline-block;
  background: var(--main_black);
  position: absolute;
  left: 31px;
  bottom: 0;
  clip-path: polygon(calc(100% - 1px) 0, 100% 0, 1px 100%, 1px calc(100% - 1px));
}
@media screen and (max-width: 768px) {
  .collection_project .section01 .inner .ttl_area .hd_ttl::after {
    width: 65px;
    height: 65px;
    left: 20px;
  }
}
.collection_project .section01 .inner .ttl_area .hd_ttl .num {
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .collection_project .section01 .inner .ttl_area .hd_ttl .num {
    font-size: 24px;
  }
}
.collection_project .section01 .inner .ttl_area .hd_ttl .num small {
  font-size: 11px;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 768px) {
  .collection_project .section01 .inner .ttl_area .hd_ttl .num small {
    font-size: 10px;
  }
}
.collection_project .section01 .inner .ttl_area .hd_ttl .ttl {
  font-size: 20px;
  letter-spacing: 0.05em;
  position: absolute;
  left: 70px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .collection_project .section01 .inner .ttl_area .hd_ttl .ttl {
    left: 60px;
    font-size: 18px;
  }
}
.collection_project .section01 .inner .img_area {
  grid-area: 1/1/3/2;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .collection_project .section01 .inner .img_area {
    width: 68.35%;
  }
}
.collection_project .section01 .inner .ttl_area {
  grid-area: 1/2/2/3;
  position: relative;
}
.collection_project .section01 .inner .txt_jp05 {
  grid-area: 2/2/3/3;
  text-align: center;
}
.collection_project .section03 .inner .img {
  margin-left: auto;
}
.collection_project .section04 {
  margin-bottom: 250px;
}
@media screen and (max-width: 768px) {
  .collection_project .section04 {
    margin-bottom: 130px;
  }
}
.collection_project .section04 .img {
  width: 93.08%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .collection_project .section04 .img {
    width: 100%;
  }
}
.collection_project .section05 {
  margin: -150px 0 100px;
}
@media screen and (max-width: 768px) {
  .collection_project .section05 {
    margin: -70px 0 60px;
  }
}
.collection_project .section07 .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 93.08%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .collection_project .section07 .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
    width: 100%;
  }
}
.collection_project .section07 .flex_area .img {
  width: 44.76%;
}
@media screen and (max-width: 768px) {
  .collection_project .section07 .flex_area .img {
    width: 61.49%;
  }
}
.collection_project .section07 .flex_area .img:nth-child(2) {
  margin-top: 13.5vw;
}
@media only screen and (min-width: 1600px) {
  .collection_project .section07 .flex_area .img:nth-child(2) {
    margin-top: 216px;
  }
}
@media screen and (max-width: 768px) {
  .collection_project .section07 .flex_area .img:nth-child(2) {
    margin: 0 0 0 auto;
  }
}
.collection_project .section08 .img {
  width: 59.83%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .collection_project .section08 .img {
    width: 68.35%;
  }
}
.collection_project .section09 .img {
  width: 65.91%;
}
@media screen and (max-width: 768px) {
  .collection_project .section09 .img {
    width: 70.74%;
  }
}
.collection_project .section10 {
  margin-bottom: 250px;
}
@media screen and (max-width: 768px) {
  .collection_project .section10 {
    margin-bottom: 130px;
  }
}
.collection_project .project_sec {
  margin-bottom: 200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .collection_project .project_sec {
    margin-bottom: 100px;
  }
}
.collection_project .project_sec .inner .cmn_ttl01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .collection_project .project_sec .inner .cmn_ttl01 span {
    font-size: 24px;
  }
}
.collection_project .project_sec .inner .txt_jp05 {
  margin-bottom: 40px;
}
.collection_project .project_sec .inner .splide {
  padding-bottom: 10px;
}
.collection_project .project_sec .inner .splide__track {
  overflow: visible;
}
.collection_project .project_sec .inner .splide__slide a {
  position: relative;
}
@media screen and (max-width: 768px) {
  .collection_project .project_sec .inner .splide__slide a img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 276/350;
  }
}
.collection_project .project_sec .inner .splide__slide a p {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  left: 17px;
  bottom: 11px;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .collection_project .project_sec .inner .splide__slide a p {
    font-size: 15px;
    opacity: 1;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .collection_project .project_sec .inner .splide__slide a:hover {
    opacity: 1;
  }
  .collection_project .project_sec .inner .splide__slide a:hover p {
    opacity: 1;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .collection_project .project_sec .inner .splide__slide a:hover {
    opacity: 1;
  }
  .collection_project .project_sec .inner .splide__slide a:hover p {
    opacity: 1;
  }
}

.collection_project.free_steel .section01 .ttl {
  width: 150px;
}
.collection_project.free_steel .project_sec .splide__arrows {
  display: none;
}
.collection_project.free_steel .project_sec .splide-controller_wrap {
  display: none;
}/*# sourceMappingURL=collection.css.map */