@charset "UTF-8";

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

基本の情報

----------------------------*/
.container {
    width: auto!important;
	background-color: #fff;
	margin-bottom: -60px;
}
.container.container--contents-full>.row>.section:first-child {
    margin-top: 0px!important;
}

@media (max-width: 767px) { 
	.container {	
	margin-bottom: -8%;
	padding: 0!important;
	margin-bottom: -30px;
	}
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic,
    "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  background-color: #ededed;
  box-shadow: 0px 5px 22px 0px rgb(0 0 0 / 25%);
  padding: 0!important;
}

section,
div,
h1,
h2 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0;
  vertical-align: bottom;
  object-fit: contain;
}

header {
  display: flex;
  font-size: 0;
  background-color: #fff;
  padding: 1% 2%;
  justify-content: space-between;
  box-shadow: 1px 10px 7px -6px rgba(0, 0, 0, 0.3);
  z-index: 2;
  position: relative;
}
/* 注釈(サイズと色) */
span.fss{
  font-size: 0.8em;
  color: #7a7a7a;
}

@media screen and (max-width: 767px) {
.pc {
  display: none;
}
.sp {
  display: block;
}
}
@media screen and (min-width: 768px) {
.pc {
  display: block;
}
.sp {
  display: none;
}

}
/*---------------------------- 

ここまで基本

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


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

ここから各コンテンツの詳細情報

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

/*----------
CTAエリア
-----------*/

/*--- cta01 ---*/
a:hover {
  opacity: 1;
  cursor: pointer;
}
.cta01_area{
  position: relative;
  background-image: url(../img/cta03_bg_pc.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 0 60%;
  z-index: 0;
  margin-top: -6%;
}
.cta01_area a.pc_btn {
  display: block;
  margin: auto;
}
.cta01_area a.pc_btn img{
  position: absolute;
  width: 47%;
  left: 0;
  right: 0;
  top: 13%;
  margin: 0 auto;
}

@media screen and (min-width: 1300px) {
  .cta01_area a.pc_btn img{
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .cta01_area{
    position: relative;
    background-image: url(../img/cta03_bg_sp.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0 222%;
    margin-top: -13%;
  }
  a.sp_btn {
    position: absolute;
    bottom: 28%;
    right: 0;
    left: 0;
    width: 90%;
    margin: auto;
}
}
/*--- cta01  ---*/

/*--- cta02 ---*/
.cta02_area{
  position: relative;
  background-image: url(../img/cta02_bg_pc.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 0 55%;
  z-index: 0;
}
.cta02_area a.pc_btn02 {
  display: block;
  margin: auto;
}
.cta02_area a.pc_btn02 img{
  position: absolute;
  width: 50%;
  left: 0;
  right: 0;
  top: 13%;
  margin: 0 auto;
}

@media screen and (min-width: 1300px) {
  .cta02_area a.pc_btn02 img{
    width: 45%;
  }
  a.sp_btn {
    bottom: 29%;
  }
}

@media screen and (max-width: 767px) {
  .cta02_area {
    position: relative;
    background-image: url(../img/cta02_bg_sp.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 19% 0 220%;
}
  .cta02-top{
    margin-top: -1%;
  }
  a.sp_btn02 {
    position: absolute;
    bottom: 31%;
    right: 0;
    left: 0;
    width: 90%;
    margin: auto;
  }
}
/*--- cta02 ---*/

/*--- cta03  ---*/
.cta03_area{
  position: relative;
  background-image: url(../img/cta03_bg_pc.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 0 52%;
  z-index: 0;
  margin-top: -2.3%;
}
.cta03_area a.pc_btn03 {
  display: block;
  margin: auto;
}
.cta03_area a.pc_btn03 img{
  position: absolute;
  width: 47%;
  left: 0;
  right: 0;
  top: 11%;
  margin: 0 auto;
}

@media screen and (min-width: 1300px) {
  .cta03_area a.pc_btn03 img{
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .cta03_area {
    background-image: url(../img/cta03_bg_sp.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20% 0 67%;
    margin-top: -6%;
}
  a.sp_btn03 img{
    width: 90%;
    margin: -6% auto 0;
    display: block;
  }
}
/*--- cta03  ---*/

/*--- cta04  ---*/
.cta04_area{
  position: relative;
  background-image: url(../img/cta03_bg_pc.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 0 57%;
  z-index: 0;
}
.cta04_area a.pc_btn04 {
  display: block;
  margin: auto;
}
.cta04_area a.pc_btn04 img{
  position: absolute;
  width: 47%;
  left: 0;
  right: 0;
  top: 13%;
  margin: 0 auto;
}

@media screen and (min-width: 1300px) {
  .cta04_area a.pc_btn04 img{
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .cta04_area {
    background-image: url(../img/cta03_bg_sp.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20% 0 64%;
}
  a.sp_btn04 img{
    width: 90%;
    margin: -6% auto 0;
    display: block;
  }
}
/*--- cta04  ---*/



/* 注釈テキスト */
.anno {
  font-size: 12px;
  text-align: right;
  width: 80%;
  margin: 3% auto auto;
  color: #351811;
}
ul.anno{
  width: 43%;
  margin: 0 auto;
  line-height: 1.8rem;
  list-style: none;
  position: absolute;
  top: 64.5%;
  left: 1%;
  right: 0;
  z-index: 1;
  text-align: left;
}
ul.anno li {
  text-indent:  -1em;
}
.cta02_area ul.anno {
  top: 69%;
}
.cta03_area ul.anno {
  top: 70%;
}
.cta04_area ul.anno {
  top: 67%;
}

@media screen and (max-width: 767px) {
ul.anno {
  width: 82%;
}
.cta01_area ul.anno{
  top: 67%;
}
.cta02_area ul.anno{
  top: 64.5%;
}
.cta03_area ul.anno{
  top: 65.5%;
}
.cta04_area ul.anno{
  top: 65.5%;
}
}


/* 01商品紹介+IKKOコメント */
section.productcomment{
  position: relative;
}

div.care_top_btn img{
  position: absolute;
    top: -17%;
    z-index: 6;
    padding: 22%;
}

div.care_top img{
  position: absolute;
  top: -15.5%;
  z-index: 5;
}

div.care_mt {
  position: absolute;
  top: 3.2%;
  z-index: 4;
    width: 100%;
  height: auto;
}

div.care_mt img{
  position: absolute;
  top: -15.8%;
  z-index: 3;
}

div.product_mt img{
  position: absolute;
  top: 28%;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .IKKO_comment img {
    padding-top: 89%;
  }
}
@media screen and (max-width: 767px) {
div.care_top_btn img{
  position: absolute;
  top: -3.5%;
  z-index: 6;
  padding: 5%;
}

  div.product_mt img{
    top: 38.3%;
  }
  div.care_top img{
  position: absolute;
  top: -7%;
  z-index: 5;
}
div.care_mt {
    position: absolute;
    top: 2.53%;
    z-index: 4;
}
  .IKKO_comment img{
    padding-top: 346%;
  }
}

/* 02 特徴 */
h2.point_title img{
  margin-top: -8%;
}
/* .point_area{
  background: #fff;
} */
.point_pore{
  position: relative;
  z-index: 2;
}
video {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  video {
    width: 100%;
    margin: -2% 0;
  }
  h2.point_title img{
    position: relative;
    margin-top: -12%;
  }
}
/* pcのみ動画の再生表示を変更 */
@media screen and (min-width: 768px) {
  .point_area{
    background: #ea012c;
  }
  .point_flex{
    max-width: 1300px;
    width: 95%;
    margin: 0 auto;
  }
  .point_flextop{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
    margin: 0 auto;
  }
  .point_flexbottom{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
    margin: 0 auto;
    width: 100%;
  }
  .pointu_pore{
    position: relative;
    z-index: 2;
  }
  .img-box{
    padding-bottom: 0.6%;
  }
  /* 動画の挙動・設定 */
  .video-container {
    position: relative;
    z-index: 1;
  }
  .video-controls {
      position: absolute;
      top: 48%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      z-index: 2;
      opacity: 0.7; /* 表示を薄くする */
  }
  .video-controls3 {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    z-index: 2;
    opacity: 0.5; /* 表示を薄くする */
  }
  #playButton, #pauseButton {
      cursor: pointer;
      width: 40px;
      height: 40px;
  }
}
section.point{
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /*背景の商品画像*/
  div.bg_pro{
    display: none;
  }
}
@media screen and (min-width: 1300px) {

  /*背景の商品画像*/
  div.bg_pro .pointpro_r{
    position: absolute;
    width: 5%;
    right: 0;
    top: 10%;
    opacity: 0.4;
    z-index: 3;
  }
  div.bg_pro .pointpro_l{
    position: absolute;
    width: 5%;
    left: 0;
    bottom: 15%;
    opacity: 0.4;
    z-index: 3;
    transform: scale(-1, -1);
  }
}

/* 03 3本柱 */
section.pillar3 iframe{
  margin: 0 0 11%;
}

.pillar3_movie {
  position: relative;
  width: 100%;
}

.youtube-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.front-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;  /* ← 画像を前面に */
  pointer-events: none;  /* ←必要ならクリック透過 */
  width: 100%;
  height: auto;
}

.pillar3_movie iframe {
    position: relative;
    top: 37.5%;
    left: 29.5%;
    transform: translateY(7%);
    -webkit-transform: translateY(7%);
    -ms-transform: translateY(7%);
    width: 41%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    z-index: 1;
}

@media screen and (min-width: 768px) {

section.pillar3 iframe{
  position: relative;
  z-index: 0;
}
}
@media screen and (max-width: 767px) {
  section.pillar3 iframe {
    margin: 36% 0 23%;
}
.pillar3_movie iframe {
  position: relative;
  left: 5.5%;
  transform: translateY(7%);
  -webkit-transform: translateY(7%);
  -ms-transform: translateY(7%);
  width: 89%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  z-index: 1;
}
}

/* 04 効果 */
div.effect_detail video{
  margin: -1.3% 0;
  background: #ea012c;
}

/* 05 機能と使い方 */
img.howto02{
  margin-top: -9%;
}

/* 06 よくある質問 */
section.qa{
  position: relative;
  background-image: url(../img/qa_bg_pc.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6% 0 2%;
  margin-top: -4%;
}
section.qa h2 img{
  width: 30%;
  margin: 0 auto;
}
.qa_area{
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
}
.toggle_title {
  position: relative;
  margin: 2% 0 0;
  padding: 2.5% 10% 2.5% 9%;
  cursor: pointer;
  font-size:18px;
  text-align: left;
  line-height: 1.4;
  color: #fff;
  max-height: 999999px;  /*Androidブラウザフォントバグ対策*/
  margin-left: 0%;
  background-color: #ea012c;
}
@media screen and (max-width: 767px) {
  section.qa{
    background-image: url(../img/qa_bg_sp.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12% 0 20%;
    margin-top: -1%;
  }
  section.qa h2 img{
    width: 84%;
    margin: 0 auto;
  }
  .qa_area {
    width: 95%;
    margin: 0 auto;
  }
}
/* QA部分挙動 */
.toggle_btn {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  display: block;
  width: 32px;
  height: 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle_btn:before {
  width: 3px;
  height: 15px;
}
.toggle_title.selected .toggle_btn:before {
  content: normal;
}
.toggle_contents dd {
  display: none;
  margin-inline-start:0;
}
.toggle_contents:first-of-type dd {
  display: block;
}
.toggle_contents dd p{
  text-align: left;
  margin: auto ;
  line-height: 1.5;
  box-sizing: border-box;
  background: #fff0f1;
  border: 1px solid #ea012c;
  margin-top: 5px;
  position: relative;
  padding: 4%;
  font-size: 16px;
}
.qa{
  padding: 3%;
  padding-top: 0;
}
.toggle_title::before{
  content: '';
  background-image: url(../img/Q_icon.png); /* 画像を追加 */
  background-size: cover; 
  width: 5px;
  height: 17px;
  padding: 1.2% 2.4%;
  position: absolute;
  top: 19%;
  left: 3%;
}
ol, ul {
  list-style: none;
}
.tab_area label{
  width: 30%;
  padding: 2% 0;
  font-size:17px;
}
.toggle_btn {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 767px) {
  .toggle_title{
    font-size: 16px;
    padding: 4.5% 10% 4.5% 13%;
  }
  .toggle_title::before {
    content: '';
    background-image: url(../img/Q_icon.png);
    background-size: cover;
    width: 13px;
    height: 17px;
    padding: 1.2% 2.4%;
    position: absolute;
    top: 27%;
    left: 3%;
  }
  .toggle_contents dd p {
    line-height: 1.4;
    margin-top: 2px;
  }
}


/* 07 他のドライヤーとココが違う　*/
.strength_bg {
  margin-top: -6%;
  position: relative;
}

.strength_mov01 {
  position: absolute;
  width: 24%;
  top: 21.5%;
  right: 20%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.strength_mov01 iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.strength_mov02 {
  position: absolute;
  width: 24%;
  top: 42.5%;
  left: 20%;
}

.strength_mov03 {
  position: absolute;
  width: 24%;
  bottom: 27.5%;
  right: 20%;
}

.strength_mov04 {
  position: absolute;
  width: 24%;
  bottom: 9.5%;
  left: 20%;
}

@media (max-width:767px) {
  .strength_bg {
    margin-top: 0%;
    position: relative;
  }
  .strength_mov01 {
    position: absolute;
    width: 79%;
    top: 22%;
    right: 10%;
  }
  .strength_mov02 {
    position: absolute;
    width: 79%;
    top: 48%;
    left: 10%;
  }
  .strength_mov03 {
    position: absolute;
    width: 79%;
    bottom: 24%;
    right: 10%;
  }
  .strength_mov04 {
    position: absolute;
    width: 79%;
    bottom: 1.3%;
    left: 10%;
  }
}

/*--250514 追加--*/
section.media{
  position: relative;
  background: url(../img/media_bg.png) no-repeat top center;
  background-size: cover;
  margin-top: -8%;
  z-index: 2;
}
.media_inner{
  max-width: 1350px;
  width: 80%;
  margin: 0 auto;
  padding: 12% 0px;
}
@media (max-width: 767px) {
  section.media{
    background: none;
  }
}