/* * {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  list-style-type: none;
} */

/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'Hisense Sans Alfabet';
  src: url("../fonts/HisenseSansAlfabet-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Hisense Sans Alfabet';
  src: url("../fonts/HisenseSansAlfabet-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Hisense Sans Alfabet';
  src: url("../fonts/HisenseSansAlfabet-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Hisense Sans Alfabet';
  src: url("../fonts/HisenseSansAlfabet-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: "Prompt", serif;
  width: 100%;
  background-color: #fff;
  letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  border: none;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  outline: none;
  text-decoration: none;
}

main {
  padding-top: 6rem !important;
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  main {
    padding-top: 7rem !important;
  }
}

/*メインビジュアル共通*/
.cm_white {
	position: absolute;
    z-index: 1;
    left: 30px;
    bottom: 14vw;
		color: #fff;
}

.aircon_mv .cm_white {
  bottom: 10vw;
}

.aircon_mv .cm_white ul li span {
  color: #000;
}

.cm_white.detail {
  bottom: 10vw;
}

.cm_white .ttl {
	  text-shadow: 1px 2px 3px #333;
}

.cm_white ul {
	margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		width: 35vw;
}

.cm_white ul li {
	margin-right: 18px;
    cursor: pointer;
    position: relative;
    z-index: 1000;
}

.cm_white ul li a {
	-webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    display: block;
		/* margin-right: 18px; */
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.cm_white ul li a:hover {
	opacity: 0.7;
}

.cm_white ul li span {
	display: block;
    margin-top: 8px;
    font-size: 16px;
  text-align: center;
	color: #fff;
}

.sp_txt {
	padding-top: 20px;
	text-align: left;
}

.pc_white{display: block;}

.cm_white_sp {
	display: none;
}

.white_visual_text {
	position: absolute;
  bottom: 25vw;
  right: 25vw;
  left: auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-orientation: inherit;
}

.white_visual_text.detail {
  top: 80px;
  white-space: nowrap;
}

.white_visual_text p {
  line-height: 1.5;
  color: #000;
  font-size: 2vw;
  font-family: serif;
  font-weight: bold;
  display: inline-block;
}

.sp-image {
	display: none;
}

.top-visual {
	position: relative;
}
.pc-image {
	width: 100%
}

.pc-image img {
	width: 100%
}

.anchor_moomin {
	color: #fff;
	text-align: left;
	font-size: 16px;
	font-weight: 300;
}

.cm_white .anchor_moomin a {
	color: #fff;
	font-weight: 600;
}

@media screen and (max-width: 931px){
	.pc-image {display: none;}
.sp-image {
	display: block;
	width: 100%;
}

.sp-image img {
	width: 100%;
}

.cm_white {
	bottom: 5%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.aircon_mv .cm_white ul li span {
  color: #fff;
}

.white_visual_text {
    position: absolute;
    bottom: auto;
    left: 0;
    top: 15%;
    right: 10%;
}

.white_visual_text p {
	/* font-weight: bold; */
    line-height: 1.5;
    color: #000;
    text-align: center;
}
.cm_white ul li span {
	font-size: 10px;
	color:#fff;
}
.cm_white .ttl {
	font-size: 14px;
	padding-top: 0;
	margin-bottom: 0;
}
	.cm_white ul {
		width: 95%;
		margin: 0 auto;
	}
	.cm_white .making_video {
    margin: 5px auto 10px;
}

.anchor_moomin {
	color: #fff;
	font-size: 12px;
  text-align: center;
}
.anchor_moomin a {
	/* color: #01CFD0; */
	color: #fff;
}
}

@media screen and (max-width: 1024px) {
	.pc_white {
		display: none;
	}

	.white_visual_text p {
		font-size: 46px;
    width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.cm_white {
    left: 50%;
	}
}

@media screen and (max-width: 656px) {
	.white_visual_text {
		position: absolute;
    bottom: auto;
    left: 0px;
    top: 10%;
    right: 20%;
	}

  .white_visual_text p {
    font-size: 20px;
  }

	.cm_white {
		bottom: 14vw;
    width: 90%;
		left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	}

  .cm_white.detail {
    bottom: 14vw;
  }

	.cm_white ul {
		width: 95%;
		margin: 0 auto;
    gap: 20px;
	}

  .cm_white ul li {
    margin-right: 0;
  }

	.cm_white .making_video {
    margin: 5px auto 10px;
}
}

.mv_copy_a6g {
    position: absolute;
    color: #000;
    font-size: 35px;
    font-weight: bold;
    text-align: right;
    line-height: 1.5;
    right: 1%;
    bottom: 40%;
    z-index: 10;
}

.mv_brand .mv__ttl__wrap_brand {
		position: absolute;
		left: 70px;
		top: 110px;
		z-index: 1;
		color: #000;
}

.mv_brand .mv__ttl__wrap_brand .mv__ttl {
	font-size: 45px;
	line-height: 1.5;
	font-weight: bold;
}

@media screen and (max-width: 656px){
  .mv_copy_a6g {
      padding-left: 10px;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      color: #fff;
      text-align: center;
      bottom: auto;
      font-size: 23px;
      z-index: 10;
  }

	.mv_brand .mv__ttl__wrap_brand {
		left: 4%;
    top: 20vw;
    color: #000;
  }

  .mv_brand .mv__ttl__wrap_brand .mv__ttl {
    font-size: 18px;
  }
}


.mv_product_refrigerator {
	position: absolute;
  z-index: 3;
  width: 10vw;
  bottom: 50px;
  right: 100px;
}

.mv_product_washer {
	position: absolute;
  z-index: 3;
  width: 10vw;
  bottom: 50px;
  right: 100px;
}

.mv_product_aircon {
  position: absolute;
  z-index: 3;
  bottom: 6vw;
  right: 100px;
  width: 18vw;
}



@media screen and (max-width: 768px) {
	.mv_product_refrigerator {
  	right: 2vw;
    bottom: 83vw;
    width: 17vw;
	}

	.mv_product_washer {
  	right: 5vw;
    bottom: 73vw;
    width: 20vw;
	}

	.mv_product_aircon{
    width: 300px;
      right: 4vw;
      bottom: 85vw;
  }
}

@media screen and (max-width: 656px)  {
	.mv_product_washer {
		bottom: 85vw;
	}

	.mv_product_aircon{
    width: 150px;
  }
}