@charset "UTF-8";
/* CSS Document */
/*--ヒーロービジュアル---------------------------*/
.hero_text_wrapper h1 {
  margin: 9vw 0 0 8vw;
  font-size: min(12rem,8vw);
  line-height: min(12rem,8vw);
	font-weight: 500;
  text-align: left;
  color: transparent;
  background-image: url(../images/hero_text-bg.png);
  background-repeat: no-repeat;
  background-size: 50vw;
  background-clip: text;
  -webkit-background-clip: text;
}

/*test--------------------------
.title span {
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.title.-visible span {
  transform: translate(0, 0);
}

.title span:nth-child(2) {
  transition-delay: 0.06s;
}
.title span:nth-child(3) {
  transition-delay: 0.12s;
}
.title span:nth-child(4) {
  transition-delay: 0.18s;
}
.title span:nth-child(5) {
  transition-delay: 0.24s;
}
.title span:nth-child(6) {
  transition-delay: 0.30s;
}
.title span:nth-child(7) {
  transition-delay: 0.36s;
}
.title span:nth-child(8) {
  transition-delay: 0.42s;
}
.title span:nth-child(9) {
  transition-delay: 0.48s;
}
.title span:nth-child(10) {
  transition-delay: 0.54s;
}
.title span:nth-child(11) {
  transition-delay: 0.6s;
}
.title span:nth-child(12) {
  transition-delay: 0.66s;
}
.title span:nth-child(13) {
  transition-delay: 0.72s;
}
.title span:nth-child(14) {
  transition-delay: 0.78s;
}
.title span:nth-child(15) {
  transition-delay: 0.84s;
}
.title span:nth-child(16) {
  transition-delay: 0.90s;
}--------------------------*/

.hero_line {
  width: min(600px,34vw);
	border-bottom: #181818 1.5px solid;
  margin: 5vw 0 2vw 8vw;
}
.img_hero {
  height: 47vw;
  max-height: 700px;
  position: absolute;
  right: 0;
  top: 0;
}
.img_hero_sp {
		display: none;
	}
.hero_left > p {
  margin-left: 8vw;
  font-weight: 600;
  line-height: min(3.5vw, 4.0rem);
  font-size: min(2.0vw, 2.4rem);
}

@media(min-width: 1441px) {
  header {
    display: flex;
    justify-content: space-between;
  }
  .hero_text_wrapper h1 {
    margin: 9vw 0 0 0;
    font-size: min(7vw, 15rem);
    line-height: min(7vw, 15rem);
    font-weight: 500;
    text-align: left;
    color: transparent;
    background-image: url(../images/hero_text-bg.png);
    background-repeat: no-repeat;
    background-size: 50vw;
    background-clip: text;
    -webkit-background-clip: text;
  }
  .hero_line {
    margin: 5vw 0 2vw 0;
  }
  .img_hero {
    height: min(47vw, 600px);
    position: relative;
    margin-top: 9vw;
  }
  .hero_left > p {
    margin-left: 0vw;
    font-weight: 600;
    line-height: min(3.5vw, 4.0rem);
    font-size: min(2.0vw, 2.4rem);
  }
}

@media(min-width: 1600px) {
	.hero_text_wrapper h1 {
  margin: 9vw 0 0 0;
	font-size: min(15rem,8vw);
  line-height: min(16rem,8vw);

}
	.hero_line {
    margin: 2vw 0 2vw 0;
}
	.img_hero {
    height: min(650px,35vw);
    top: 9vw;
		right: auto;
}
	.hero_left > p {
  margin-left: 0vw;
}
}

@media(max-width: 660px) {
	.hero_text_wrapper h1 {
  margin: 8vw 0 0 8vw;
  font-size: 19vw;
  line-height: 23vw;
  font-weight: 500;
  color: #fff;
  position: absolute;
  z-index: 100;
}
	
	.hero_line {
  display: none;
}
	
	.img_hero {
    display: none;
  }
	
	.img_hero_sp {
		display: block;
		  position: relative;
    width: 100%;
    height: 100%;
		z-index: -1;
	}	
	
	  .hero_left > p {
    font-weight: 500;
    line-height: min(6.5vw, 4.0rem);
    font-size: min(4.0vw, 4.4rem);
		margin: 82vw 0 2vw 8vw;
    position: absolute;
    z-index: 1;
		color: #fff;
  }
	
}
/*------------------------------------------*/
/*--makeacircle-----------------------------*/
.section_makeacircle {
  margin: 0 8vw;
}
.h2_left_position {
  margin: 7vw 0 0 0;
}
.subtitle_text_wrapper_right {
  width: min(60vw, 700px);
  margin: -40px 0 0 auto;
}
.subtitle_line_wrapper_makeacircle {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.subtitle_line_wrapper_makeacircle p {
  font-weight: 500;
}
.subtitle_line_makeacircle {
  width: 28vw;
  border-bottom: #181818 1.5px solid;
  margin: 0 0 0 auto;
}
/*
@media(min-width: 1441px) {
  .h2_left_position {
    margin: 7vw 0 0 0;
  }
}*/
@media(min-width: 1600px) {
	.section_makeacircle {
  margin: 0;
}
	.h2_left_position {
    margin: 4vw 0 0 0;
}
	.subtitle_text_wrapper_right {
    width: min(50vw, 800px);
}
}

@media(max-width: 660px) {
  .h2_left_position {
    font-size: 3.5rem;
		line-height: 5rem;
    margin: 47px 0 0 0;
  }
	.subtitle_text_wrapper_right {
  width: 85vw;
  margin: 56px auto 0;
}
.subtitle_line_makeacircle {
  width:100%;
	margin: 20px 0 0 auto;
	
}
.subtitle_line_wrapper_makeacircle {
  display: block;
}
.subtitle_line_wrapper_makeacircle p {
  font-size: 1.6rem;
}
  }

/*------------------------------------------*/
/*--features--------------------------------*/
.section_features {
  margin: 0 8vw;
}
.img_features_01 {
  position: absolute;
  left: 0;
  height: min(40vw, 600px);
  margin-top: -430px;
}
.features_table {
  display: flex;
  justify-content: flex-end;
  z-index: 10;
  position: relative;
  margin-top: 560px;
}

.features_table_sp {
	display: none;
}
.features_table td {
  padding: 15px 0 15px 0;
  border-bottom: #181818 0.5px solid;
}
.features_table th {
  padding: 15px 0 30px 0;
  border-bottom: #181818 5.0px solid;
}
.features_text_left {
  text-align: left;
  font-size: 3.0rem;
  font-weight: 500;
  width: 170px;
}
.features_text_right {
  text-align: right;
  font-weight: 300;
  width: 300px;
}
.features_title {
  font-size: 5.0rem;
}
.features_imgs {
  display: flex;
  position: absolute;
  right: 0;
  margin-top: 100px;
	justify-content: end;
}
	.features_img_02, .features_img_03 {
		height: min(30vw, 450px);
	}

/*
@media(min-width: 1441px) {
  .img_features_01 {
    position: relative;
    margin-top: 0;
    left: 0;
  }
}*/

@media(min-width: 1600px) {
.section_features {
  margin: 0;
}
.features_table {
    margin-top: 200px;
}
.img_features_01 {
    position: relative;
    top: 590px;
    left: -350px;
    height: min(40vw, 500px);
}	
	.features_img_02, .features_img_03 {
    height: min(30vw, 400px);
}
	.features_imgs {
    position: relative;
    width: 1440px;
		margin-top: 300px;
}
}


@media(max-width: 660px){
	.section_features {
  margin: 0;
}
	.img_features_01 {
    height: 60vw;
    margin: 80px 0 0 0;
    position: relative;
}
	.features_table {
  display: none;
}

.features_table_sp {
   display: block;
   margin: -40px 8vw 0px;
}
	
	.features_text_left {
		font-size: 1.4rem;
		width: 85vw;
		font-weight: 300;
	}
	.features_text_left_sp {
		font-size: 2.5rem;
		font-weight: 500;
	}
	.features_title {
  font-size: 3.5rem;
  font-weight: 500;
}
	.features_imgs {
    display: block;
    position: relative;
		text-align: left;
}
	.features_imgs_sp {
				text-align: right;
	}
	.features_img_02, .features_img_03 {
	 width: 80vw;
    z-index: 10;
    position: relative;
		height: auto;
	}
	 .features_img_03 {
    margin: -28px 0 0 0;
    position: relative;
    z-index: 1;
	}
}

/*------------------------------------------*/
/*--attraction------------------------------*/
.section_attraction {
  padding-top: 550px;
  margin: 0 8vw;
}
.subtitle_text_wrapper_left {
  width: min(60vw, 700px);
  margin: 30px 0 0 0;
}
.subtitle_line_wrapper_attraction {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 75vw;
}
.subtitle_line_wrapper_attraction p {
  font-weight: 500;
}
.subtitle_line_attraction {
  width: 750px;
  border-bottom: #181818 1.5px solid;
  margin: 0 0 0 50px;
}
.subtitle_text_wrapper_left ul {
  list-style: none;
  text-align: left;
  font-weight: 300;
  width: 75vw;
}
.subtitle_text_wrapper_left li {
  padding-bottom: 15px;
	font-size: 1.4rem;
}
.attraction_imgs_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.attraction_imgs_text h3, .attraction_imgs_text p {
  text-align: center;
  padding-bottom: 10px;
}
.attraction_imgs_text p:last-child {
  font-size: 1.4rem;
	padding: 0 10px 0;
}
.attraction_imgs_text h3 {
  font-size: 3.0rem;
  font-weight: 500;
}
.attraction_imgs_text img {
  width: min(42vw, 580px);
}
@media(min-width: 1600px) {
	.section_attraction {
  padding-top: 0px;
		margin: 0;
}

	.attraction_imgs_wrapper {
    margin-top: 150px;
}
	.attraction_imgs_text img {
  width: min(720px, 40vw);
}
}
@media(max-width: 660px) {
	.section_attraction {
  padding-top: 0px;
}
	.subtitle_line_wrapper_attraction {
  width: 85vw;
	justify-content: space-around;
  display: block;
}
	.subtitle_line_wrapper_attraction p {
  font-weight: 500;
		font-size: 1.6rem;
}
	
.subtitle_line_attraction {
	width: 85vw;
  margin: 20px 0 0 0;
}
.subtitle_text_wrapper_left ul {
	font-size: 1.4rem;
  width: 85vw;
}
.attraction_imgs_wrapper {
  display: block;
  justify-content: center;
  margin-top: 100px;
}
	.attraction_imgs_text p:last-child {
	padding-bottom: 50px;
  text-align: left;
}
	
	.attraction_imgs_text h3 {
  font-size: 2.5rem;
		padding-bottom: 0;
}
	.attraction_imgs_text img {
  width: min(85vw, 400px);
}
}
/*------------------------------------------*/


/* You Tube動画　------------------------------------------*/
iframe {
	width: min(1000px, 60vw);
	padding-top: 150px;
	margin: 0 auto;
	aspect-ratio: 16/9;
}

@media screen and (max-width:660px) {
iframe {
    width: max(300px, 90vw);
    margin: -50px auto 30px;
}
}

/*------------------------------------------*/

/*--howtoassemble---------------------------*/
.section_howtoassemble {
  margin-top: 100px;
  color: #fff;
  background-color: #858585;
}
.howtoassemble_wrapper {
  width: min(100vw, 1440px);
  background-color: #858585;
  padding: 80px 0 50px;
}
.section_howtoassemble h2, .section_howtoassemble p {
  text-align: center;
}
.section_howtoassemble p {
  margin-bottom: 30px;
}
.howtoassemble_wrapper a {
	color: #fff;
}

.howtoassemble_harada_text {
  text-decoration-line: underline;
  text-decoration-color: #fff;
}

@media(min-width: 1600px) {
	.section_howtoassemble {
  margin-top: 200px;
}
}

@media(max-width: 660px) {
	.section_howtoassemble {
  margin-top: 10px;
  color: #fff;
  background-color: #858585;
}
	.howtoassemble_wrapper {
  width: min(100vw, 1440px);
  background-color: #858585;
  padding: 0 0 50px;
}
  .howtoassemble_wrapper img {
    width: 85vw;
  }
.section_howtoassemble h2 {
  margin: 0 auto -10px;
	font-size: 3.5rem;
	padding-top: 30px;
	}
	.section_howtoassemble p {
  margin: 0 auto 10px;
}
}
/*------------------------------------------*/
/*--spec-sales-rental-----------------------*/
.drawing {
  position: absolute;
  padding-top: 0px;
  left: -70px;
  width: 660px;
  opacity: 0.5;
}
.howtoassemble_specs_wrapper {
  display: flex;
  justify-content: flex-end;
  margin: 50px 8vw 0 0
}
.howtoassemble_specs_wrapper:first-of-type {
  margin: 100px 8vw 0 0
}
.howtoassemble_specs_wrapper h2 {
  padding-right: 100px;
}
.howtoassemble_table_wrapper {
  text-align: left;
	font-size: 1.4rem;
}
.howtoassemble_table_wrapper th, .howtoassemble_table_wrapper td {
  padding: 8px;
  vertical-align: middle;
}
.howtoassemble_table_wrapper th {
  padding-top: 35px;
}
.howtoassemble_table_left {
  width: 70px;
  font-weight: 300;
}
.howtoassemble_table_left:last-child {
  width: 150px;
}
.howtoassemble_table_right {
  width: 250px;
  font-weight: 300;
}
.howtoassemble_table_line {
  width: 100%;
  border-top: #181818 1.5px solid;
  padding-bottom: 7px;
}

@media(min-width: 1600px) {
.drawing {
    padding-top: 30px;
    left: 400px;
}
}

@media(max-width: 660px) {
  .drawing {
  left: -600px;
	opacity: 0.3;
  width: 900px;
  }
	.howtoassemble_specs_wrapper,.howtoassemble_specs_wrapper:first-of-type {
  display: block;
  margin: 50px 8vw 0;
	font-size: 1.4rem;
}
	.howtoassemble_specs_wrapper h2 {
  padding-right: 0px;
		font-size: 3.5rem;
		    margin-bottom: 0;
}
.howtoassemble_table_wrapper th {
    padding-top: 0px;
}
  .howtoassemble_table_left {
    width: 20vw;
    font-weight: 300;
}
	.howtoassemble_table_right {
    width: 74vw;
}
}
/*------------------------------------------*/
/*--attention-------------------------------*/
.section_attention {
  width: 90vw;
  background-color: #181818;
  color: #fff;
  position: absolute;
  right: 0;
  margin-top: 100px;
}
.section_attention h2 {
  margin: 50px 0 0 134px;
}
.subtitle_text_wrapper_left_attention {
  width: min(60vw, 700px);
  margin: 50px 0 80px 150px;
  text-align: left;
  line-height: 4.0rem;
  font-weight: 300;
}
.subtitle_text_wrapper_left_attention {
	list-style-position: inside;
}
.subtitle_text_wrapper_left_attention ul li {
	font-size: 1.4rem;
}

.subtitle_line_attraction_attention {
  width: 750px;
  border-bottom: #fff 1.5px solid;
  margin: 0 0 0 50px;
}
.subtitle_line_wrapper_attention {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 65vw;
}
.subtitle_line_attention {
  width: 600px;
  border-bottom: #fff 1.5px solid;
  margin: 0 0 0 50px;
}

@media(min-width: 1600px) {	
.section_attention {
    width: 1440px;
    right: auto;
    margin-top: 100px;
}
}

@media(min-width: 661px) and (max-width: 1200px) {	
	.subtitle_line_attention {
  width: 50vw;
}
}

@media(max-width: 660px) {
	.section_attention {
  width: 100vw;
  background-color: #181818;
  color: #fff;
  position: absolute;
  right: 0;
  margin-top: 100px;
}
	.section_attention h2 {
	font-size: 3.5rem;
  margin: 50px 8vw 0 8vw;
}
  .subtitle_text_wrapper_left_attention {
    width: 80vw;
    margin: 20px auto 150px;
  }
	.subtitle_line_wrapper_attention {
		display: block;
		width: 80vw;
}
	.subtitle_line_attention {
   width: 100%;
   margin: 20px 0 0 0;
}
}
/*------------------------------------------*/
/*--conversion------------------------------*/
.btn_mail {
  margin-top: 700px;
}
.btn_text_wrapper {
    width: 45vw;
    text-align: center;
    margin: 50px auto 0;
}
.btn_text_wrapper p {
  padding: 0;
	font-size: 1.4rem;
}
.footer_text_wrapper {
  position: absolute;
  left: 18vw;
  margin-top: 150px;
  font-size: 50rem;
}
.footer_text_wrapper p {
  font-weight: 500;
  line-height: 8rem;
  font-size: 8rem;
}
.footer_img {
  margin: 50px 0 0 300px;
  width: 55vw;
}
@media(min-width: 1600px) {
.btn_text_wrapper {
    padding-left: 250px;
}
.footer_img {
  margin: 50px 0 0 200px;
  width: min(900px,55vw);
}
.footer_text_wrapper {
  margin-left: 200px;
}
}

@media(max-width: 660px) {
	.btn_mail {
  margin-top: 1000px;
}
  .btn_text_wrapper {
    width: 80vw;
		margin: 40px auto 0;
  }
  .footer_text_wrapper p {
    font-weight: 500;
    line-height: 6rem;
    font-size: 5.8rem;
  }
  .footer_img {
    margin: 30px auto;
		width: 100vw;
  }
}
/*------------------------------------------*/
/*--footer----------------------------------*/
.footer_menu {
  display: grid;
  width: 250px;
  text-align: left;
  margin: 0 auto;
}
.footer_menu a {
  color: #181818;
  padding-top: 20px;
  font-size: 1.6rem;
}
.btn_instagram {
  width: 80px;
  margin: 40px auto;
}
.footer_icon:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.footer_icon-small {
  display: grid;
  margin-bottom: 50px;
}

.footer_icon-small small {
  font-size: 1.4rem;
}

@media(min-width: 660px) {
	.footer_menu a {
   padding-top: 40px;
}
  .gif {
    width: 50%;
    max-width: 730px;
    top: 280vw;
    left: 24vw;
  }
  .yuji_text {
    font-size: 1.4rem;
    top: -5vw;
  }
  .icon_instagram {
    width: 50px;
    margin: 20px auto;
  }
}
/*------------------------------------------*/
/*--ヒーロービジュアル---------------------------
.pre {
	width: 100%;
}
.pre_pc {
	width: 100%;
	display: none;
}
.gif {
    width: 85%;
    position: absolute;
    top: 990vw;
    margin: 0 auto;
    left: 8vw;
}
.yuji_text {
    color: #fff;
    font-size: 1.1rem;
    position: relative;
    top: -14vw;
    font-weight: 300;
    text-decoration: underline;
    text-decoration-color: #fff;
}
.pre_btn {
    width: 85%;
    margin-top: 50px;
}
.pre_btn:hover{
  opacity: 0.8;
  transition: 0.4s;
}
.footer_menu {
    display: grid;
    width: 250px;
    text-align: left;
    margin: 0 auto;
}
.footer_menu a {
	color: #181818;
	padding-top: 20px;
	font-size: 1.6rem;
}
.icon_instagram {
	width: 80px;
	margin: 40px auto;
}
.footer_icon:hover{
	opacity: 0.8;
  transition: 0.4s;
}
.footer_icon-small {
	display: grid;
	margin-bottom: 50px;
}

@media(min-width: 600px) {
 .pre {
	display: none;
}
.pre_pc {
	display: block;
}	
.gif {
    width: 50%;
    max-width: 730px;
    top: 280vw;
    left: 24vw;
}
.yuji_text {
    font-size: 1.4rem;
    top: -5vw;
}
.pre_btn {
    width: 40%;
    max-width: 335px;
    margin-bottom: 20px;
}
	.icon_instagram {
    width: 50px;
    margin: 20px auto;
	} 
}

----------------------------------------*/