@charset "utf-8";
*{
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',sans-serif;
}

.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: -30px;
	padding: 0!important;
	}
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}
h1.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
h1,h2{
	padding: 0;
	margin: 0;
}
img{
	display: block;
	width: 100%;
	height: auto;
}
img.pc{
	display: block;
}
img.sp{
	display: none;
}
/* サイト流入　フェードイン */
.result {
    opacity: 0;
}
.loading {
    left:50%;
    top:50%; 
    position: fixed;
}

/* FV slider */
  .fv-container {
	width: 100%;
	height: 800px;
	overflow: hidden;
	position: relative;
  }
  /* スクロール透過レイヤー */
.scroll-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 60px); /* ←右側60pxはSwiperドット用に空ける */
	height: 100%;
	z-index: 20!important;
	background: transparent;
	pointer-events: auto; /* スクロール通す */
  }
  /* Swiper自体を背面へ */
.swiper.mySwiper {
	position: relative;
	z-index: 10;
  }

  .swiper {
	width: 100%;
	height: 100%;
  }

  .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }

  .content {
	width: 100%;
  }

  .fv-container .content img {
	width: 100%;
	height: auto;
	display: block;
  }

  /* ページネーション ドットの位置を右上に */
  .swiper-pagination {
	position: absolute;
	top: 15px;
	right: 15px;
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	z-index: 10;
  }

  /* ドットの基本スタイル（白丸） */
  .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: white;
	opacity: 1;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
  }

  /* 選択中のドットは色変更ではなく「◎」のように二重丸に */
  .swiper-pagination-bullet-active {
background: transparent;
border: 2.5px solid white;
width: 16px;
height: 16px;
margin-left: -2px;
margin-top: -2px;
border-radius: 50%;
position: relative;
}
/* 中の塗りつぶし丸（◎の中の●） */
.swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
  /* slideのカスタム*/
  .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
  top: 10%;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
	.fv-container {
		width: 100%;
		height: 650px;
	  }
	.swiper-slide img {
		height: 100%;
		width: auto;
		object-fit: cover;
		background-color: #ffffff; /* 背景出たときに黒 or 好きな色 */
		}
  }
  

  /*------------------- producer-intro------------------------ */
  .producer-intro{
	background-image: url(../img/producer_intro_pc_bg.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	padding: 5% 5% 15%;
	box-sizing: border-box;
  }
  .producer-intro .inner {
	max-width: 1250px;
	margin: 0 auto;
  }
  .producer-intro .inner img {
	max-width: 1180px;
  }
  /* フェードアップ */
  .fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	opacity: 0;
  }
  
  @keyframes fadeUpAnime {
	from {
	  opacity: 0;
	  transform: translateY(100px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  
  /* 初期状態で非表示 */
  .fadeInTrigger,
  .fadeUpTrigger {
	opacity: 0;
  }

  .scroll_icon{
	height: 150px;
	width: auto;
	margin: 0px auto 0;
  }
  /* -----------------project------------------- */
  .project{
	padding: 20px 5% 7%;
	background-color: #f2ebf6;

  }
  .project .inner{
	max-width: 900px;
	margin: 0 auto;
  }
  .project .inner h2{
	width: 460px;
	margin: 0 auto 50px;
  }

  .pf10{
	margin-top: 8%;
  }
   /*---------- offer ----------------*/
   .offer{
	padding: 5% 7% 1%;
	box-sizing: border-box;
   }
   .offer.mtplus{
	padding: 7% 7% 1%;
	box-sizing: border-box;
   }
   .offer .inner{
	max-width: 780px;
	margin: 0 auto;
	position: relative;
   }
   .offer .inner a img{
	width: 45%;
	position: absolute;
	bottom: 3%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
   }
   .total_care{
	background-image: url(../img/total_care_pc_bg.jpg);
	background-position: top center;
   }
   .total_care .inner{
	max-width: 1000px;
	margin: 0 auto;
   }
   /*---------- mode_showcase ----------------*/
   .mode_showcase{
	padding: 5% 0;
	box-sizing: border-box;
	width: 100%;
    overflow: hidden;
   }
   .mode_showcase h2{
	max-width: 480px;
	margin: 0 auto 60px;
   }
   .mode_showcase .mode{
	max-width: 1100px;
	padding: 0 5%;
	box-sizing: border-box;
	margin: 0 auto 8%;
	position: relative;
	overflow: visible; 
   }
   .mode_showcase .mode::before {
	content: '';
	display: block;
	position: absolute;
	width: 160%;
	height: 160%;
	background-image: url(../img/FM_color_pc.jpg); /* 一枚目画像 */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	top: -56%;
	left: -32%;
	z-index: -1;
	}

	/* 2番目：右寄せ・画像差し替え */
	.mode_showcase .mode:nth-of-type(2)::before {
	background-image: url(../img/DM_color_pc.jpg);
	background-position: right center;
	left: auto;
	right: -32%;
	}

	/* 3番目：左寄せ・画像差し替え */
	.mode_showcase .mode:nth-of-type(3)::before {
	background-image: url(../img/EM_color_pc.jpg);
	}

	/* 4番目：右寄せ・画像差し替え */
	.mode_showcase .mode:nth-of-type(4)::before {
	background-image: url(../img/CM_color_pc.jpg);
	background-position: right center;
	left: auto;
	right: -32%;
	}
	/* 4番目：右寄せ・画像差し替え */
	.mode_showcase .mode:nth-of-type(4) {
	margin-bottom: 0px;
	}
	

	.feature_points{
		background-image: url(../img/feature_points_bg_pc.png);
		background-position: top center;
		padding: 5% 5% 7%;
	}
	.feature_points h2{
		max-width: 500px;
		margin: 0 auto 40px;
	}
	.feature_points ol{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1000px;
		margin: 0 auto;
		padding-inline-start: 0px;
		gap: 40px 0;
	}
	.feature_points ol li{
		list-style: none;
		padding: 0;
		margin: 0;
		width: 23%;
		position: relative;
	}
	/* 最後の2つだけセンターに配置 */
	.feature_points li:nth-child(9) {
		margin-left: calc((100% - (23% * 2) - (2% * 1)) / 2); /* 左右に空白 */
	}
	.feature_points li:nth-child(10) {
	margin-right:calc((100% - (23% * 2) - (2% * 1)) / 2); /* 左右に空白 */
	}
	.feature_points ol li video{
		position: absolute;
		z-index: 2;
		padding: 0 7%;
		box-sizing: border-box;
		top: 27%;
	}


	/*---------- FAQ ----------------*/
	.FAQ{
	background-image: url(../img/FAQ_bg_pc.jpg);
	background-position: top center;
	background-size: cover;
	padding: 5%;
	box-sizing: border-box;
	}
	.FAQ .inner{
		max-width: 950px;
		padding: 3% 3% 5%;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.FAQ h2{
	max-width: 130px;
	margin-bottom: 50px;
	}

	.toggle_title {
	position: relative;
	padding: 0% 8% 1% 7%;
	cursor: pointer;
	font-size: 1.8rem;
	text-align: left;
	line-height: 1.4;
	color: #654ea3;
	position: relative;
	max-height: 999999px;  /*Androidブラウザフォントバグ対策*/
	}
	
	dl.toggle_contents{
		border-top: 1px solid #747474;
		margin-block-end: 0em;
		margin-block-start: 0em;
		padding: 4% 0 3%;
	}
	dl.toggle_contents:nth-last-of-type(1){
		border-bottom: 1px solid #747474;
		margin-block-start: 0em;
		
	}
	.toggle_btn {
		position: absolute;
		top: 50%;
		right: 2%;
		transform: translateY(-50%);
		width: 45px;
		height: 45px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.toggle_btn::after {
		content: '';
		position: absolute;
		width: 18px;
		height: 2px;
		background-color: #b2b2b2;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: background-color 0.3s ease;
	}
	.toggle_btn::before{
		content: '';
		position: absolute;
		width: 2px;
		height: 18px;
		background-color: #b2b2b2;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: opacity 0.3s ease;
	}
	/* 選択状態（開いたとき）：縦棒を消す */
	.toggle_title.selected .toggle_btn::before {
		opacity: 0;
	}
	.toggle_contents dd {
		display: none;
		margin-inline-start:0;
		position: relative;
		padding: 0 7% 0% 7% ;
		font-size: 1.8rem;
		line-height: 2.6rem;
		box-sizing: border-box;
		color: #000;
		position: relative;
		margin-block-start: 0em;
		margin-block-end: 0em;
	}
	dl.toggle_contents:nth-last-of-type(1) dd{
		padding-bottom: 2%;
	}
	.toggle_contents:first-of-type dd {
		display: block;
	}
	.toggle_title::before{
		content: '';
		display: inline-block;
		width: 32px;
		height: 20px;
		background-image: url(../img/Q1.png);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		left: 2.5%;
		top: 15%;
	}
	dl.toggle_contents:nth-of-type(2) .toggle_title::before{
		background-image: url(../img/Q2.png);
		width: 34px;
		height: 20px;
	}
	dl.toggle_contents:nth-of-type(3) .toggle_title::before{
		background-image: url(../img/Q3.png);
		width: 33px;
		height: 20px;
	}
	dl.toggle_contents:nth-of-type(4) .toggle_title::before{
		background-image: url(../img/Q4.png);
		width: 34px;
		height: 20px;
	}
	dl.toggle_contents:nth-of-type(5) .toggle_title::before{
		background-image: url(../img/Q5.png);
		width: 34px;
		height: 20px;
	}
	.ano{
		font-size: 1.2rem;
	}


	/*------------------------ media ------------*/
	.media {
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.media img.pc {
		width: 100%;
		height: 100%;
		padding: 0 5%;
		box-sizing: border-box;
		object-fit: cover;
		object-position: center; /* 横中央・縦中央 */
		display: block;
	}
	/*------------------------ worries ------------*/
	.worries {
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.worries img.pc {
		width: 100%;
		height: 100%;
		padding: 0 5%;
		box-sizing: border-box;
		object-fit: cover;
		object-position: center; /* 横中央・縦中央 */
		display: block;
	}

	/*------------------------ review ------------*/
	.review_ek {
		background-image: url(../img/review_bg_pc.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
		padding: 120px 0 80px;
	}
	.review_ek .ttl {
	width: 90%;
	max-width: 550px;
	margin: 0 auto 4%;
	}
	.review_ek p.anno{
	color: #5b5b5b;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	width: 80%;
	margin: 3% auto auto;
	}

	#swiper02 .carousel {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	}
	#swiper02 .rel {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	}

	#swiper02 .swiper02 {
	width: 90%;
	max-width: 1200px; /* 3スライド分の幅 */
	overflow: hidden;
	position: relative;
	}
	#swiper02 .contains {
	width: 90%;
	max-width: 1200px; /* 3スライド分の幅 */
	overflow: hidden;
	position: relative;
	}

	/* 任意のカスタム構造用（未使用ならそのままでOK） */
	#swiper02 .slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
	gap: 0 20px; /* 画像間の余白 */
	}
	#swiper02 .slide {
	flex: 0 0 calc((100% / 3) - 19px); /* 表示スライド数を考慮して計算 */
	box-sizing: border-box;
	text-align: center;
	}
	#swiper02 .slide img {
	width: 100%;
	height: auto;
	display: block; /* img間の余計な余白を削除 */
	}

	/* Swiper構造 */
	#swiper02 .swiper-wrapper {
	display: flex;
	transition: transform 0.5s ease-in-out;
	gap: 0 20px; /* 画像間の余白（PC） */
	}
	#swiper02 .swiper-slide {
	flex: 0 0 calc((100% / 3) - 19px); /* PCは3枚見せ */
	box-sizing: border-box;
	text-align: center;
	}
	#swiper02 .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
	}

	/* ナビゲーションボタン */
	#swiper02 .swiper-button-next02,
	#swiper02 .swiper-button-prev02 {
	background-color: #d2a0d2;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	}

	#swiper02 .swiper-button-next02:hover,
	#swiper02 .swiper-button-prev02:hover {
	background-color: #d2a0d2;
	color: #fff;
	}

	#swiper02 .swiper-button-prev02 {
	position: absolute;
	top: 50%;
	left: 2%;
	transform: translateY(-50%);
	z-index: 999;
	}
	#swiper02 .swiper-button-next02 {
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
	z-index: 999;
	}

	@media (min-width: 1500px) {
	#swiper02 .swiper-button-prev02 { left: 10%; }
	#swiper02 .swiper-button-next02 { right: 10%; }
	}



/* -----------smp-----------smp-----------smp-----------smp-----------smp----------- */
	@media only screen and (max-width: 767px){
	html, body {
		width: 100%;
	}
	img.pc{
			display: none;
		}
	img.sp{
		display: block;
	}
 	/* --------------------producer-intro------------------- */
	/* FV slider */
	.fv-container {
		width: 100%;
		height: auto; /* PCの固定height指定を打ち消す */
		aspect-ratio: 1080 / 1630; /* 元画像の比率に合わせる */
		position: relative;
		overflow: hidden;
	}
		.swiper-slide img.sp {
		width: 100%;
		height: auto;
		object-fit: contain;
		display: block;
		margin: 0;
	}
	
	/* --------------------producer-intro------------------- */
	.producer-intro{
		background-image: url(../img/producer_intro_sp_bg.jpg);
		padding: 10% 5% 20%;
		background-size: cover;
	}
	/* -----------------project------------------- */
	.scroll_icon {
		height: 110px;
	}
	.project {
		padding: 25px 5% 15%;
	}
	.project .inner h2 {
		width: 90%;
		margin: 0 auto 30px;
	}
	/*---------- product-features ----------------*/
	.product-features{
		background-image: url(../img/product-features_sp_bg.jpg);
		background-position: top center;
		background-size: cover;
		position: relative;
		padding: 120px 5% 8%;
	  }
	  .product-features::before{
		background-image: url(../img/product-features_icon_sp.png);
		top:9%;
	  }
	  .product-features h2 {
		width: 85%;
	}
	.product-features {
        background-image: url(../img/product-features_sp_bg.jpg);
        background-position: top center;
        background-size: cover;
        position: relative;
        padding: 17% 5% 142%;
    }

	/*---------- offer ----------------*/
	.offer{
	padding:15% 5% 15%;
	}

	.offer .inner a img{
	width: 70%;
	}
	.total_care {
		background-image: none;
	}
	/* total_care */
	.total_care .inner{
		width: 100%;
	}
	/*---------- mode_showcase ----------------*/
	.mode_showcase {
		padding: 7% 0;
	}
	.mode_showcase h2 {
		width: 90%;
		margin: 0 auto 42px;
	}
	.mode_showcase .mode{
		margin: 0 auto 14%;
	   }
	.mode_showcase .mode::before {
        width: 100%;
        height: 100%;
        background-image: url(../img/FM_color_sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        top: -10%;
        left: 0%;
        z-index: -1;
	  }
	  
	  /* 2番目：右寄せ・画像差し替え */
	  .mode_showcase .mode:nth-of-type(2)::before {
		background-image: url(../img/DM_color_sp.jpg);
		background-position:  center center;
		width: 110%;
        height: 110%;
		top: -10%;
		left: auto;
		right: 0%;
		}

		/* 3番目：左寄せ・画像差し替え */
		.mode_showcase .mode:nth-of-type(3)::before {
		background-image: url(../img/EM_color_sp.jpg);
		}

		/* 4番目：右寄せ・画像差し替え */
		.mode_showcase .mode:nth-of-type(4)::before {
		background-image: url(../img/CM_color_sp.jpg);
		background-position: top center;
		left: auto;
		right: 0%;
		}


		.feature_points{
			margin-top: -10px;
			background-image: none;
			padding: 0%;
		}
		.feature_points h2 {
			width: 100%;
			margin: 0 auto;
			padding: 7% 7% 5%;
			box-sizing: border-box;
			background-image: url(../img/feature_points_bg_sp.png);
			background-position: top center;
			background-size: cover;
			background-repeat: no-repeat;
		}
		.feature_points .bg{
			background-image: url(../img/feature_points_bg_sp.jpg);
			background-position: top center;
			background-size: cover;
			width: 100%;
			gap: 5px 0;
			padding: 0 5% 16%;
			box-sizing: border-box;
		}
		.feature_points ol li{
			width: 49.5%;
		}
		.feature_points li:nth-child(9),
		.feature_points li:nth-child(10) {
			margin-left: 0;
			margin-right: 0;
		}
		.feature_points ol li video {
			top: 28%;
		}
		.feature_points li:nth-child(1) video,
		.feature_points li:nth-child(2) video{
			top: 22%;
		}
		.feature_points li:nth-child(5) video,
		.feature_points li:nth-child(6) video{
			top: 29%;
		}
		.feature_points li:nth-child(7) video,
		.feature_points li:nth-child(8) video{
			top: 25%;
		}
		.feature_points ol {
			gap: 5px 0;
		}


		/*---------- FAQ ----------------*/
		.FAQ{
			background-image: url(../img/FAQ_bg_sp.jpg);
			padding: 5% 0 15%;
			box-sizing: border-box;
		}
		.FAQ h2 {
			width: 105px;
			margin-bottom: 40px;
		}
		.FAQ .inner {
			width: 90%;
			padding: 0;
			margin: 0 auto;
		}
		.toggle_title::before {
			width: 35px;
			height: 30px;
			left: 3%;
			top: 4%;
		}
		.toggle_title {
			padding: 0% 16% 1% 53px;
			font-size: 1.9rem;
			line-height: 2.6rem;
		}
		.toggle_contents dd::before {
			width: 22px;
			height: 22px;
		}
		dl.toggle_contents:nth-of-type(2) .toggle_title::before,
		dl.toggle_contents:nth-of-type(3) .toggle_title::before{
			width: 38px;
			height: 30px;
		}
		dl.toggle_contents:nth-of-type(4) .toggle_title::before{
			width: 38px;
			height: 30px;
		}
		dl.toggle_contents:nth-of-type(4) .toggle_btn{
		}
		dl.toggle_contents:nth-of-type(5) .toggle_title::before{
			width: 38px;
			height: 30px;
		}
		.toggle_contents dd {
			padding: 0 3% 0 3%;
			font-size: 1.6rem;
			line-height: 2.8rem;
		}
		dl.toggle_contents {
			padding: 8% 0 7%;
		}

		.qa .inner{
			padding: 10% 0 15%;
		}
		.offer.mtplus {
			padding: 14% 7% 10%;
			box-sizing: border-box;
		}

		/*------------------------ media ------------*/
		.media {
			width: 100%;
			height: initial;
		}
		.media img.pc
		{
			display: none;
		}
		/*------------------------ worries ------------*/
		.worries {
			width: 100%;
			height: initial;
			padding: 0;
		}
		.worries img.pc
		{
			display: none;
		}

		/*------------------------ review ------------*/
		.review_ek {
			background-image: url(../img/review_bg_sp.jpg);
			padding: 70px 0 80px;
			margin-top: 20px;
		}
		.review_ek .ttl {
			width: 80%;
			margin: 0 auto 7%;
		}
		#swiper02 .swiper02,
		#swiper02 .contains {
			width: 100%;
			max-width: 100%;
		}
		#swiper02 .swiper-wrapper {
			gap: 0;
		}
		#swiper02 .swiper-slide {
			flex: 0 0 93.5%;
			display: flex;
			justify-content: center;
			align-items: center;
			text-align: center;
			box-sizing: border-box;
			padding: 0;
		}
		#swiper02 .swiper-slide img {
			width: auto;
			max-width: 80%;
			height: auto;
			display: block;
			margin: 0 auto;
		}
		#swiper02 .swiper-button-next02,
		#swiper02 .swiper-button-prev02 {
			width: 36px;
			height: 36px;
			font-size: 16px;
		}
		#swiper02 .swiper-button-prev02 {
			left: 4%;
		}
		#swiper02 .swiper-button-next02 {
			right: 4%; 
		}
}
