@charset "UTF-8";
/* CSS Document */


/* PC：ウィンドウ幅が769px以上の場合に適用するCSS */
@media screen and (min-width: 680px) {

	.nonePC {
		display: none !important
	}

	.br-pc {
		display: block;
	}

	.br-sp {
		display: none;
	}

	.pc {
		display: block !important;
	}

	.sp {
		display: none !important;
	}


	/* ベース・共通項目 */

	:root {
		--root-font-size: 16;
	}

	p {
		font-size: calc(18 / var(--root-font-size) * 1rem);
	}


	body {
		margin: 0;
		padding: 0;
		line-height: 2em;
		letter-spacing: 0.05em;
		font-family: "Zen Maru Gothic", sans-serif;
		font-weight: 500;
		color: #3f3f3f;
		background-color: #fde0ed;
	}

	/* ページトップへ戻る */

	#pageTop {
		position: fixed;
		bottom: 30px;
		right: 30px;
	}

	#pageTop img {
		width: 60px;
	}

	/* ヘッダ */

	header {
		width: 100%;
		background-color: #fcaacf;
	}

	div.headbox {
		width: 1000px;
		display: flex;
		justify-content: center;
		margin-inline: auto;
	}

	h1 img {
		width: 400px;
	}

	h2 img {
		width: 800px;
		margin-inline: auto;
		display: flex;
		justify-content: center;
	}

	h3 {
		background-color: #f973bc;
		color: #fff;
		font-weight: 600;
		font-size: 24px;
		text-align: center;
		padding: 30px;
		border-radius: 10px;
	}

	h4 {
		background-color: #f570b9;
		color: #fff;
		font-weight: 600;
		font-size: 26px;
		letter-spacing: 3px;
		text-align: center;
		padding: 35px 30px;
		margin: 80px 0 50px;
		border-radius: 10px;
	}

	div.contentsbox {
		width: 1000px !important;
		margin-inline: auto;
		display: flex;
		flex-direction: column;
		gap: 40px;
	}



	.fullscreen-swiper {
		width: 100%;
		height: 80vh;
	}

	.swiper-slide {
		position: relative;
		background-size: cover;
		background-position: center;
	}

	.center-image {
		position: absolute;
		top: 50%;
		left: 54%;
		transform: translate(-50%, -50%);
		max-width: 60%;
		height: auto;
		pointer-events: none;
		/* 必要ならスライド操作を妨げないように */
	}


	/* フェードナビ */
	#header2 {
		position: fixed;
		width: 100% !important;
		top: 0 !important;
		z-index: 1;
		background-color: #f973bc;
		padding: 10px 0;
		box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.3);

	}

	#header2 div.fadenavi {
		width: 1200px;
		margin: 0 auto;
	}

	#header2 li.fadelogo img {
		width: 250px;
		vertical-align: bottom;
	}

	#header2 ul.fadenav {
		display: flex;
		flex-direction: row;
		justify-content: center;
		gap: 30px;
	}

	#header2 ul.fadenav a {
		color: #fff;
		font-size: 18px;
	}

	#header2 ul.fadenav a:hover {
		color: #fcaacf;
	}




	/* ご挨拶 */
	section.gree {
		margin: 100px 0 200px;
	}

	p.greephoto img {
		width: 1000px;
	}

	div.greetxt {
		background-color: #fff;
		border-radius: 40px;
		padding: 40px 80px;
		line-height: 300%;
	}


	p.titledoll {
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		color: #f5579b;
	}



	/* 製品概要 */
	section.product {
		margin: 100px 0 40px;
	}


	/* スライダー */
	div.sliderbox {
		width: 1200px;
		display: flex;
		justify-content: center;
		margin-inline: auto;
		padding-bottom: 40px;
	}

	.slider {
		width: 1200px;
		margin: 20px 0 0px;
	}

	.slick-slide {
		margin-right: 20px;
	}

	.slider img {
		height: auto;
		width: 100%;
	}

	/*slick setting*/
	.slick-prev:before,
	.slick-next:before {
		color: #ff36bcd6 !important;
		z-index: 1000;
	}

	dl, dt, dd {
		padding: 0;
		margin: 0;
	}

	dl.detail {
		width: 90%;
		background: #fff;
		border-radius: 10px;
		height: auto;
		padding: 30px 30px;
	}


	dl.detail dt.photo {}

	dl.detail dd.title {
		color: #fcaacf;
		font-weight: 500;
		font-size: 24px;
		text-align: center;
		margin: 20px;
	}

	dl.detail dd.txt {
		margin-bottom: 30px;
		padding-right: 20px;
		overflow-y: scroll;
		height: 200px;
		text-align: justify; // Required for IE and Edge 
		text-align-last: right;
	}

	::-webkit-scrollbar {
		width: 10px;
	}

	::-webkit-scrollbar-track {
		background: #efefef;
		border: none;
		border-radius: 10px;
		box-shadow: inset 0 0 1px #777777;
	}

	::-webkit-scrollbar-thumb {
		background: #f973bc;
		border-radius: 10px;
		box-shadow: none;
	}


	/* アニメーションボタン */
	.button003 a {

		background: #f44bc1;
		border-radius: 50px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		max-width: 460px;
		padding: 30px 25px;
		color: #ffffff;
		transition: 0.3s ease-in-out;
		font-weight: 500;
		font-size: 20px;
		margin: 50px auto;

	}

	.button003 a:hover {
		background: #ff8fdd;
		color: #FFF;
	}








	/* ギャラリー：ループスライダー */
	section.loop {
		margin: 200px 0 100px;
	}

	#loopslider * {
		margin: 0;
		padding: 0;
	}

	#loopslider {
		margin: 80px 0;
		width: 100% !important;
		height: 500px;
		text-align: left;
		position: relative;
		overflow: hidden;
	}

	#loopslider ul {
		width: 100%;
		height: 500px;
		float: left;
		display: inline;
		overflow: hidden;
	}

	#loopslider ul li {
		width: 500px;
		height: 500px;
		float: left;
		display: inline;
		overflow: hidden;
	}


	div.thumbnialbox {
		margin: 50px auto 0;
		padding: 0;
		width: 1000px;

	}

	div#gallery, #gallery2, #gallery3, #gallery4, #gallery5 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 1000px;
		gap: 10px;
	}


	div.thumbnialbox img {
		width: 190px;
		border-radius: 10px;
	}




	/* 金額 */
	section.price {
		margin: 200px auto 100px;
		width: 1000px;
	}

	p.price img {
		width: 1000px;
		margin: 50px 0;
	}

	table.info {
		border: 1px solid #ddd;
		width: 100%;
		font-size: 16px;
	}

	table.info th {
		background-color: #F674AE;
		padding: 30px;
		color: #FFF;
		border-bottom: 1px solid #fff;
		width: 150px;
	}

	table.info td {
		background-color: #FFF;
		padding: 30px;
		line-height: 240%;
		border-bottom: 1px solid #ddd
	}

	span.coution {
		color: #be022b;
		font-weight: 600;
		margin: 0 10px 0 0;
	}

	div.precautions {
		padding: 30px 0 0;
		font-size: 14px;
	}

	dl.material dt {
		font-weight: 600;
	}

	.mtb60 {
		margin: 60px 0;
	}





	/* よくある質問FAQ */

	div.faqbox {
		margin: 70px 0;
	}

	.accordion-008 {
		max-width: 1000px;
		margin-bottom: 10px;
		border-radius: 5px;
		box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
		background-color: #FF76B3;

	}

	.accordion-008 summary {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: 1em 2em;
		color: #ffffff;
		font-weight: 600;
		cursor: pointer;
		padding: 40px 30px;
		font-size: 20px;
		text-align: left;
	}

	.accordion-008 summary::-webkit-details-marker {
		display: none;
	}

	.accordion-008 summary::after {
		transform: translateY(-25%) rotate(45deg);
		width: 7px;
		height: 7px;
		margin-left: 10px;
		border-bottom: 3px solid #FFFFFF;
		border-right: 3px solid #FFFFFF;
		content: '';
		transition: transform .3s;
	}

	.accordion-008[open] summary::after {
		transform: rotate(225deg);

	}

	.accordion-008 p {
		transform: translateY(-10px);
		opacity: 0;
		margin: 0;
		padding: .3em 2em 1.5em;
		color: #333333;
		background-color: #fff;
		transition: transform .5s, opacity .5s;
	}

	.accordion-008[open] p {
		transform: none;
		opacity: 1;
		padding: 40px 60px;
		line-height: 260%;
		display: flex;
		align-items: flex-start;
		gap: 10px;
		text-align: justify; // Required for IE and Edge 
		text-align-last: right;
	}

	span.faqQ {
		font-size: 30px;
		font-weight: 800;
		display: block;
	}

	span.faqA {
		font-size: 30px;
		font-weight: 800;
		display: block;
		color: #f44bc1;
	}







	/* 注文フォーム */

	div.Shipping {
		width: 1000px;
		margin: 50px auto 0px;
		text-align: center;
	}




	table.order {
		border: 1px solid #ddd;
		width: 1000px;
		max-width: 1000px;
		font-size: 16px;
		margin: 80px auto 100px;
	}


	table.order th {
		background-color: #F674AE;
		padding: 30px;
		color: #FFF;
		border-bottom: 1px solid #fff;
		width: 150px;
		font-size: 1.3em;
	}

	table.order td {
		background-color: #FFF;
		padding: 30px 50px;
		line-height: 240%;
		border-bottom: 1px solid #ddd
	}


	p.headprice img {
		width: 800px;
		text-align: center;
		margin: 50px auto 10px;
		display: block;
	}

	p.Singletxt {
		margin-bottom: 50px;
	}


	div.facebox {
		display: flex;
		flex-direction: row;
		justify-content: center;
		gap: 50px;
	}


	dl.face {
		text-align: center;
		margin: 50px 0;
	}

	dl.face dt img {
		width: 280px;
		border: 1px solid #ddd;
	}

	table.order p {
		text-align: center;
	}

	ul.hair {
		padding: 0;
		margin: 0 0 100px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	ul.hair li {
		border: 1px solid #ddd;
		border-radius: 60px;
		padding: 30px 30px 30px 100px;
		margin-bottom: 30px;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
		width: 800px !important;
		text-align: center;
		font-weight: 700;
		font-size: 20px;
		background-color: #ffe8f4;
		text-align: left !important;
	}


	table.contact {
		width: 800px;
		margin: 0px auto 0;
	}

	table.contact th {
		padding: 30px 20px;
		text-align: left;
		display: flex;
		justify-content: space-between;
		width: 200px;
		margin-top: 10px;
		white-space: nowrap;
		background-color: #fff;
		color: #3f3f3f;
	}

	table.contact td {
		border-bottom: none;
		text-align: left;
	}

	span.musticon {
		background: #E2176C;
		font-size: 14px;
		padding: 0px 10px;
		margin-left: 20px;
		color: #FFF;
		white-space: nowrap;
	}




	/* フォーム */

	.hoge {
		width: 480px;
		padding: 20px !important;
		font-size: 110%;
		font-family: Arial, sans-serif;
		color: #333;
		border: solid 1px #ccc;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: rgba(229, 228, 228, 0.5);

	}

	.hogebiko {
		width: 500px !important;
		height: 350px !important;
		padding: 20px !important;
		font-size: 110%;
		font-family: Arial, sans-serif;
		border: solid 1px #ccc;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: rgba(229, 228, 228, 0.5);
	}

	p.sendbtn {
		text-align: center;
		margin: 5%;
	}

	#submit_button {
		text-align: center;
		padding: 40px 120px;
		margin: 50px auto;
		display: block;
		font-size: 1.125em;
		background-color: #e12275;
		color: #fff;
		letter-spacing: 0.2em;
		border: none;
		font-weight: bold;
	}

	#submit_button:hover {
		opacity: 0.8;
	}

	::placeholder {
		opacity: 0.5;
	}

	input::placeholder {
		opacity: 0.5;
	}

	.my-radio {
		/* 色の変更※枠線の色は変更できない */
		accent-color: rgb(245, 59, 173);
		/* 大きさ */
		inline-size: 2.5rem;
		block-size: 2.5rem;
		vertical-align: bottom;
		margin-right: 10px;
	}






	/* フッター */
	footer {
		background-color: #F674AE;
		text-align: center;
		padding: 50px 0;
		margin-top: 200px;
		color: #fff;
	}

	footer img {
		width: 400px;
	}





	/* 調整 */

	.mg50 {
		margin: 50px 0;
	}

	.mb80 {
		margin-bottom: 80px;
	}

	.mt100 {
		margin-top: 100px !important;
	}

	.mt130 {
		margin-top: 130px !important;
	}




	/* サンクスページ */

	div.thanksbox {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 90vh;
		text-align: center;
	}

	p.thankstxt {
		line-height: 220%;
	}



	.sendbtn input[type="submit"] {
		width: 360px;
		/* 横幅 */
		padding: 32px 0;
		/* 縦の余白（高さ調整） */
		background-color: #F44BC1;
		color: #fff;
		/* 文字色 */
		font-size: 18px;
		/* 文字サイズ */
		font-weight: bold;
		/* 太字 */
		border: none;
		/* 枠線なし */
		border-radius: 8px;
		/* 角丸 */
		cursor: pointer;
		/* ポインタを指マークに */
		transition: 0.3s;
		/* ホバー時のアニメーション */
		margin-bottom: 100px;
	}

	/* ホバー時のスタイル */
	.sendbtn input[type="submit"]:hover {
		background-color: #fd5fdd;
		transform: translateY(-2px);
		/* ちょっと浮く */
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
		/* 影をつける */
	}





}