@charset "UTF-8";

* {
	/* margin: 0px;
	padding: 0px; */
	color: #412E27;
}


.zen-old-mincho-regular {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}

.noto-serif {
	font-family: "Noto Serif", serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
}

.prata-regular {
	font-family: "Prata", serif;
	font-weight: 400;
	font-style: normal;
}



/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
	transition: 1.0s ease-in-out;
	transform: translateY(50px);
	opacity: 0;
}

.scroll_up.on {
	transform: translateY(0);
	opacity: 1.0;
}

.scroll_up2 {
	transition: 4.0s ease-in-out;
	transform: translateY(300px);
	opacity: 0;
}

.scroll_up2.on {
	transform: translateY(0);
	opacity: 1.0;
}

.scroll_up3 {
	transition: 5.0s ease-in-out;
	transform: translateY(400px);
	opacity: 0;
}

.scroll_up3.on {
	transform: translateY(0);
	opacity: 1.0;
}


/*----------------------------
body
----------------------------*/

/* .pillow {
	background-image: url(../images/joutsen_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
} */


body {
    margin: 0px;
}

.container {
	width: 100%;
}

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

.pillow_deco_left,
.pillow_deco_right {
	width: 200px;
	padding: 20px;
}

.pillow_caption_h1 {
	font-size: 1rem;
	line-height: 4rem;
}

.pillow_caption2 {
	line-height: 3rem;
	margin: 50px 100px;
	font-size: 1rem;
}

.pillow_caption3 {
	font-size: 1.2rem;
	margin: 0px 0px 200px;
}

.pillow_image img {
	width: 500px;
}

.pillow_image {
	display: flex;
	justify-content: center;
	gap: 30px;
}


.pillow_contents {
	text-align: center;
	width: 100%;
}

.headpic {
	width: 80%;
	margin: 100px 0;
}


.pillow_contents_title {
	font-size: 1.2rem;
	line-height: 1.5remi
}


.choose_box {
	text-align: center;
	background-color: rgb(255 229 189 / 39%);
	padding: 0px 20px 100px;
    border-radius: 200px;
	margin: 0px 50px 200px
}

.hane_img {
	width: 200px;
	padding-bottom: 80px;
}

.women_img {
	width: 300px;
	padding-bottom: 100px;
}

.matless_img,
.makura_img {
	width: 250px;
	padding-bottom: 60px;
}

.fit {
	padding: 100px 0px;
}

.fit_title {
	font-size: 1.8rem;
	margin: 30px 0px;
	font-weight: bold;
}




.choose_box li {
	display: inline-block;
	margin: 0px 20px;
	list-style: none;
}

.fit ul {
	padding: 0 5%;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}

.choose_box ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 340px;
	margin: auto;
	padding: 1.2rem 1rem;
	border-radius: 100vw;
	color: #fff;
	background: #D58A6A;
	font-size: 1.1rem;
}

.choose_box ul li a:hover {
	background-position: right center;
	background-size: 200% auto;
	-webkit-animation: pulse 2s infinite;
	animation: shad26 1.5s infinite;
	color: #fff;
}

@keyframes shad26 {
	0% {
		box-shadow: 0 0 0 0 #D58A6A;
	}

	70% {
		box-shadow: 0 0 0 10px rgb(39 172 217 / 0%);
	}

	100% {
		box-shadow: 0 0 0 0 rgb(39 172 217 / 0%);
	}
}

.answer_01,
.answer_02,
.answer_03,
.answer_04 {
	font-size: 3rem;
}

.makura_petit {
	width: 700px;
	padding: 40px 0px;
}

.answer_com {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 150px 0px;
}

.btn {
	font-size: 1.5rem;
	font-weight: bold;
}

.button019 a {
	background: #D58A6A;
	border-radius: 50px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 50px auto 100px;
	max-width: 180px;
	transition: 0.3sease-in-out;
	font-weight: 500;
	font-size: .9rem;
	color: #ffffff;
	padding: 10px 30px 10px 10px;
}


.button019 a:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}

.button019 a:hover {
	background: #e69041;
	color: #FFF;
}

.button019 a:hover:after {
	right: 1.4rem;
}


.button018 a {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 225px;
	padding: 10px 0px 10px 25px;
	color: #313131;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	z-index: 1;
	text-decoration: none;
	font-weight: 1.2rem;
}

.button018 a:before,
.button018 a:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
}

.button018 a:before {
	width: 0.5rem;
	height: 0.5rem;
	left: 1.1rem;
	border-top: solid 2px #333333;
	border-right: solid 2px #333333;
	z-index: 2;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s;
}

.button018 a:after {
	left: 0;
	background: #dadada;
	z-index: -99;
	width: 3rem;
	height: 3rem;
	border-radius: 4rem;
	transform: translateY(-50%);
	transition: all 0.5s;
}

.button018 a span {
	position: relative;
	transition: all 0.3s;
	z-index: -99;
}

.button018 a:hover span {
	color: #fff;
}

.button018 a:hover:before {
	left: 2rem;
}

.button018 a:hover:after {
	right: 0;
	width: 100%;
}




/* .makura_link:hover {
	opacity: 0.7;
	transition: 0.3s;
} */

.makra_click {
	font-size: .8rem;
	padding: 50px 100px;
}

.yourpillow {
	width: 500px;
}

.answer_conteiner {
	display: flex;
	justify-content: center;
	margin: 40px 50px 100px;

}

.answer_conteiner_img {
	width: 250px;
}


.makura_petit_figcaption {
	font-size: .9rem;
	line-height: 2rem;
}

.answer_01 a,
.answer_02 a,
.answer_03 a,
.answer_04 a,
.answer_conteiner_a a {
	text-decoration: none;
}

.answer_conteiner_h1 {
	font-size: 1.4rem;
	margin: 20px;
}

.line {
	width: 250px;
}

.answer_conteiner_h1_p {
	font-size: .9rem;
}

.answer_conteiner_a:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.use_2pillow {
	display: flex;
	padding: 50px;
	gap: 50px;
}

.qs_28_h1 {
	padding-top: 30px;
	font-size: 1em;
}

.answer_05,
.answer_06,
.answer_07,
.answer_08,
.answer_09,
.answer_10 {
	font-size: 2rem;
}

.answer_05 a,
.answer_06 a,
.answer_07 a,
.answer_08 a,
.answer_09 a,
.answer_10 a {
	text-decoration: none;
}

.makura2_img {
	width: 300px;
	padding: 40px 0px;
}

.makura_petit_figcaption2 {
	font-size: .8rem;
	/* font-weight: bolder; */
	text-align: left;
	line-height: 1.5rem;
	border-top: 1px dotted;
	padding-top: 20px;
	height: 120px;
}

.makra_click2 {
	font-size: .8rem;
	padding-bottom: 100px;
}