@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
@-webkit-keyframes bg-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes bg-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.main-kv {
  width: 100%;
  height: 500px;
  position: relative;
}

@media screen and (max-width: 430px) {
  .main-kv {
    height: 600px;
  }
}

.main-kv .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/html/img/html_interior_door/index_top_image.png");
  background-repeat: repeat-x;
  background-size: cover;
  z-index: 1;
  -webkit-animation: bg-move 90s linear 0;
          animation: bg-move 90s linear 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (max-width: 430px) {
  .main-kv .bg {
    position: static;
    background-image: url("/html/img/html_interior_door/index_top_image_sp.jpg");
    background-position: center;
    -webkit-animation: none;
            animation: none;
  }
}

.main-kv .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/html/img/html_interior_door/index_top_image2.png");
  background-repeat: repeat-x;
  background-size: cover;
  z-index: 2;
  -webkit-animation: bg-move 90s linear 0;
          animation: bg-move 90s linear 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (max-width: 430px) {
  .main-kv .bg2 {
    display: none;
  }
}

.main-kv .title-wrap {
  width: 620px;
  height: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #efefef;
  background-image: url("/html/img/html_interior_door/index_top_title.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .9;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .main-kv .title-wrap {
    width: 80%;
    height: 0;
    padding-top: 29.67%;
  }
}

@media screen and (max-width: 430px) {
  .main-kv .title-wrap {
    width: 70%;
    height: 0;
    padding-top: 70%;
    background-image: url("/html/img/html_interior_door/index_top_title_sp.png");
  }
}

.main-kv .title-wrap h2 {
  width: 100%;
  text-indent: -1000%;
  overflow: hidden;
}

.lineup-wrap {
  width: 100%;
  background-color: #f7f7f7;
  margin-top: 110px;
}

@media screen and (max-width: 430px) {
  .lineup-wrap {
    margin-top: 50px;
  }
}

.lineup-wrap .choose_lineup {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 68px 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 950px) {
  .lineup-wrap .choose_lineup {
    padding: 68px 15px 18px;
  }
}

.lineup-wrap .choose_lineup h3 {
  position: absolute;
  width: 100%;
  height: 95px;
  top: -37px;
  left: 0;
  text-indent: -1000%;
  overflow: hidden;
  background-image: url("/html/img/html_interior_door/index_lineup_title.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}

@media screen and (max-width: 950px) {
  .lineup-wrap .choose_lineup h3 {
    width: calc(100% - 15px);
    left: 15px;
  }
}

@media screen and (max-width: 430px) {
  .lineup-wrap .choose_lineup h3 {
    width: calc(100% - 26px);
    height: 84px;
    left: 26px;
  }
}

.lineup-wrap .choose_lineup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 430px) {
  .lineup-wrap .choose_lineup ul {
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.lineup-wrap .choose_lineup ul .item-wrap {
  position: relative;
  width: 265px;
  height: 390px;
  margin-bottom: 27px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.lineup-wrap .choose_lineup ul .item-wrap:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

@media screen and (max-width: 950px) {
  .lineup-wrap .choose_lineup ul .item-wrap {
    width: 32.5%;
    height: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 430px) {
  .lineup-wrap .choose_lineup ul .item-wrap {
    width: 48.4%;
    height: auto;
  }
}

.lineup-wrap .choose_lineup ul .item-wrap .link-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.lineup-wrap .choose_lineup ul .item-wrap .item {
  position: relative;
  width: 220px;
  height: 360px;
  top: 30px;
  left: 32px;
}

@media screen and (max-width: 950px) {
  .lineup-wrap .choose_lineup ul .item-wrap .item {
    width: 91.67%;
    height: 0;
    margin-bottom: 70px;
    padding-top: 135%;
    top: 7%;
    left: 4.3%;
  }
}

@media screen and (max-width: 430px) {
  .lineup-wrap .choose_lineup ul .item-wrap .item {
    width: 88.38%;
    height: 0;
    margin-bottom: 30px;
    padding-top: 137.21%;
    top: 0;
    left: 5.81%;
  }
}

.lineup-wrap .choose_lineup ul .item-wrap .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 950px) {
  .lineup-wrap .choose_lineup ul .item-wrap .item .title {
    height: 25%;
    padding: .7em;
  }
}

@media screen and (max-width: 430px) {
  .lineup-wrap .choose_lineup ul .item-wrap .item .title {
    height: 29.54%;
    padding: .8em .5em;
  }
}

.lineup-wrap .choose_lineup ul .item-wrap .item .title h4 {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 950px) {
  .lineup-wrap .choose_lineup ul .item-wrap .item .title h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 430px) {
  .lineup-wrap .choose_lineup ul .item-wrap .item .title h4 {
    font-size: 12px;
  }
}

.lineup-wrap .choose_lineup ul .item-wrap .item .title h4 span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 2px 0 30px;
}

@media screen and (max-width: 950px) {
  .lineup-wrap .choose_lineup ul .item-wrap .item .title h4 span {
    font-size: 13px;
    margin: 2px 0 8.5%;
  }
}

@media screen and (max-width: 430px) {
  .lineup-wrap .choose_lineup ul .item-wrap .item .title h4 span {
    font-size: 12px;
    margin: 2px 0 12px;
  }
}

.lineup-wrap .choose_lineup ul .item-wrap .item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background-color: #ddd;
}

@media screen and (max-width: 950px) {
  .lineup-wrap .choose_lineup ul .item-wrap .item .image {
    height: auto;
  }
}

@media screen and (max-width: 430px) {
  .lineup-wrap .choose_lineup ul .item-wrap .item .image {
    height: auto;
  }
}

.lineup-wrap .choose_lineup ul .item-wrap .item .image img {
  width: 100%;
}

.lineup-wrap .choose_lineup ul .item-wrap .logo {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 217px;
  right: 0;
  background-color: #ddd;
}

@media screen and (max-width: 950px) {
  .lineup-wrap .choose_lineup ul .item-wrap .logo {
    width: 35%;
    height: 0;
    top: 50%;
  }
}

@media screen and (max-width: 430px) {
  .lineup-wrap .choose_lineup ul .item-wrap .logo {
    width: 37.21%;
    height: 0;
    top: 47%;
  }
}

.lineup-wrap .choose_lineup ul .item-wrap .logo img {
  width: 100%;
  height: auto;
}

.lineup-wrap .choose_lineup ul .item-wrap .label {
  position: absolute;
  width: 104px;
  height: 104px;
  top: 0;
  left: 0;
  background-color: #ddd;
  border-radius: 50%;
}

@media screen and (max-width: 950px) {
  .lineup-wrap .choose_lineup ul .item-wrap .label {
    width: 35%;
    height: auto;
  }
}

@media screen and (max-width: 430px) {
  .lineup-wrap .choose_lineup ul .item-wrap .label {
    display: none;
  }
}

.lineup-wrap .choose_lineup ul .item-wrap .label img {
  width: 100%;
  height: auto;
}

.interior_door_wrap {
  margin-top: 130px;
  margin-bottom: 100px;
}

.interior_door_wrap .door_item {
  width: 100%;
}

.interior_door_wrap .door_item + .door_item {
  margin-top: 120px;
}

.interior_door_wrap .door_item .image {
  position: relative;
  width: 100%;
  height: 384px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.interior_door_wrap .door_item .image:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

@media screen and (max-width: 430px) {
  .interior_door_wrap .door_item .image {
    height: 100%;
  }
}

.interior_door_wrap .door_item .image img.pc {
  position: absolute;
  width: 816px;
  height: 384px;
  top: 0;
  left: 0;
  background-color: #efefef;
}

@media screen and (max-width: 430px) {
  .interior_door_wrap .door_item .image img.pc {
    display: none;
  }
}

.interior_door_wrap .door_item .image img.sp {
  display: none;
}

@media screen and (max-width: 430px) {
  .interior_door_wrap .door_item .image img.sp {
    display: inline;
  }
}

.interior_door_wrap .door_item .image .btn {
  position: absolute;
  top: 178px;
  left: 0;
  background-color: #efefef;
}

.interior_door_wrap .door_item .image .btn a {
  width: 100%;
  padding: 2px 16px;
  text-align: center;
  font-size: 21px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.interior_door_wrap .door_item .image .logo {
  position: absolute;
  width: 180px;
  height: 180px;
  bottom: -48px;
  right: 70px;
  background-color: #ddd;
}

@media screen and (max-width: 430px) {
  .interior_door_wrap .door_item .image .logo {
    width: 140px;
    height: 140px;
    bottom: -70px;
    right: 32px;
  }
}

.interior_door_wrap .door_item .image .label {
  position: absolute;
  width: 370px;
  height: 130px;
  max-width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}

@media screen and (max-width: 430px) {
  .interior_door_wrap .door_item .image .label {
    top: -75px;
  }
}

.interior_door_wrap .door_item .image .label.pc {
  display: inline;
}

@media screen and (max-width: 430px) {
  .interior_door_wrap .door_item .image .label.pc {
    display: none;
  }
}

.interior_door_wrap .door_item .image .label.sp {
  display: none;
}

@media screen and (max-width: 430px) {
  .interior_door_wrap .door_item .image .label.sp {
    display: inline;
  }
}

.interior_door_wrap .door_item .image .click-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.interior_door_wrap .door_item .text {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 950px) {
  .interior_door_wrap .door_item .text {
    padding: 14px;
  }
}

.interior_door_wrap .door_item .text h3 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 15px 0;
}

@media screen and (max-width: 430px) {
  .interior_door_wrap .door_item .text h3 {
    font-size: 28px;
    margin-top: 42px;
  }
}

.interior_door_wrap .door_item .text h3 span {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}

@media screen and (max-width: 430px) {
  .interior_door_wrap .door_item .text h3 span {
    font-size: 12px;
  }
}

.interior_door_wrap .door_item .text p {
  font-size: 14px;
  line-height: 1.6;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 430px) {
  .interior_door_wrap .door_item .text p {
    padding-left: 30px;
  }
}

@media screen and (max-width: 430px) {
  .interior_door_wrap .door_item .text p {
    padding-left: 0;
  }
}

.interior_door_wrap .door_item:nth-child(even) .image img.pc {
  left: unset;
  right: 0;
}

.interior_door_wrap .door_item.et .image .btn {
  /* background-color: #0C86CC; */
  background-color: #67747E;
}

.interior_door_wrap .door_item.ace .image .btn {
  background-color: #79B1C4;
}

.interior_door_wrap .door_item.gp .image .btn {
  background-color: #A20D2A;
}

.interior_door_wrap .door_item.mr .image .btn {
  background-color: #C47E1E;
}

.interior_door_wrap .door_item.cmd .image .btn {
  background-color: #A5A3A0;
}
/*# sourceMappingURL=html_interior_door_new.css.map */

.str_hacchu>p {
	margin: 0 0 40px;
}
.str_hacchu .hacchu_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.str_hacchu .hacchu_wrap .image {
	width: 45%;
	border: solid 1px #ddd;
	box-sizing: border-box;
}
.str_hacchu .hacchu_wrap .image img {
	width: 100%;
}
.str_hacchu .hacchu_wrap .text {
	width: 50%;
	margin-left: auto;
}
.str_hacchu .hacchu_wrap .text .link_youshi {
	display: block;
	padding: 1em;
	border: solid 1px transparent;
    box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #42957d;
}
.str_hacchu .hacchu_wrap .text .link_youshi:hover {
	border-color: #42957d;
	color: #42957d;
	background-color: #fff;
}
.str_hacchu .hacchu_wrap .text .link_kinyurei {
	font-size: 14px;
	text-align: right;
	text-decoration: none;
	display: block;
	padding: 1em 0;
    color: #666;
}
.str_hacchu .hacchu_wrap .text .link_kinyurei:hover {
	color: #aaa;
}
.str_hacchu .hacchu_wrap .text .link_kinyurei:before {
	content: "■";
	width: 1em;
	height: 1em;
}
.str_hacchu .hacchu_wrap .text .attention {
	list-style-type: none;
	padding-left: 1.5em;
}
.str_hacchu .hacchu_wrap .text .attention li {
	margin: 1em 0;
	position: relative;
}
.str_hacchu .hacchu_wrap .text .attention li:before {
	content: "※";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	left: -1.5em;
}

@media screen and ( max-width: 949px ){
	.str_hacchu>p {
		margin: 0 40px 20px;
	}
	.str_hacchu .hacchu_wrap .image {
		width: unset;
		margin: 0 40px 30px;
	}
	.str_hacchu .hacchu_wrap .text {
		width: unset;
		margin: 0 40px;
	}

}
