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

button {
	width: 100%;
	background-color: #fff;
	border: none;
}

/*==========================

        スライド

==========================*/

.slide_banner_box {
	box-sizing: border-box;
    width: 100%;
	padding: 30px;
	margin: auto;
	position: relative;
	overflow: hidden;
}

.swiper-container {
	width: 100%;
	height: auto;
}

.content_box {
	box-shadow: 2px 3px 3px 2px rgba(115,99,87,.3);
	border-radius: 20px;
	background-color: #fff;
}

.slide_content {
	display: flex;
	flex-direction: row;
    padding: 30px 15px 15px 15px;
    gap: 3%;
}

.swiper-button-prev, .swiper-button-next {
	color: #065977;
}


.shopping_free {
	flex-basis: 40%;
	margin: auto;
}

.content_field {
	flex-basis: 57%;
}

.logo_img {
	width: 60%;
}

.matt_img {
	width: 100%;
	margin: 10px auto;
}

.prise {
	width: 73%;
}

.product_name {
	width: 100%;
	height: auto;
	margin: 5px auto;
}

.circle_150day {
	width: 16%;
	height: auto;
	position: absolute;
	right: -10px;
	top: -20px;
}

.svg_size {
	width: 100%;
	height: auto;
	margin: 5px auto;
}




/*==========================

        モーダル

==========================*/

.modal {
	display: none;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
	transition: all 1s ease-in-out;
}

.modal-content {
    background: #FFF;
    overflow-y: auto;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
	width: 70%;
	padding: 30px 30px 30px;
    transform: translate(-50%, -50%);
    max-height: 600px;
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);
	border-radius: 13px;
}

.modal-top {
	display: inline-block;
	position: absolute;
   	right: 5px;
   	top: 5px;
}

.modal-close {
  	color: #111;
  	text-decoration: none;
  	font-size: 3rem;
	line-height: 0.8;
	padding: 0px;
}

.modal-close:hover, .modal-close:focus {
	text-decoration: none;
	cursor: pointer;
}

.modal-title {
	color: #FFF;
}

@keyframes show{
    from{
		opacity: 0;
   	}
	to{
		opacity: 1;
    }
}


/*-- モーダルコンテンツ内 --*/

.container {
	max-width: 600px;
	margin: 0 auto;
}

.tab__item {
  border-bottom: 3px solid blue;
  opacity: 0.3;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.tab__item.is-active {
	opacity: 1;
}

.tab__text {
	display: block;
	font-size: 25px;
	padding: 0.5rem 1rem;
	cursor: pointer;
}

.tab__content {
	padding: 1%;
}

.tab__content-item {
	display: none;
}

.tab__content-item.is-active {
	display: block;
}

ul {
	padding: 0px;
	margin: 0px;
}

.free_shopping {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 3%;
}

.shopping_img {
	flex-basis: 55%;

}

.free {
	width: 100%;
}

.size_img_area {
	width: 43%;
	position: absolute;
	left: 40px;
	top: 30px;
	border-radius: 13px;
}

.item_name {
	width: 41%;
	font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0;
	position: absolute;
	left: 40px;
	bottom: 30px;
	color: #364756;
}


.shopping_content {
	flex-basis: 60%;
	height: 250px;
	margin: 15px 0 0;
}

.size_btn_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 20px;
}

.block {
	display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-width: 90px;
    height: 60px;
    font-size: 14px;
    border: 1px solid #60697a;
    border-radius: 10px;
    background-color: #fff;
    color: #60697a;
    cursor: pointer;
}

.size_btn_list>li {
    flex-basis: calc((100% - 46px) / 3);
}

.matt_price {
	font-size: 29px;
	font-weight: bold;
	text-align: right;
	color: #354756;
}

.matt_price>span {
	font-size: 14px;
	color: #354756;
}

.cart_img {
	width: 100%;
	margin-top: 15px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}



/*==========================

            Q&A

==========================*/

@media (min-width: 801px) {
	#question-answer {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 50px;
	}
}

.qa {
	margin: 20px auto 10px;
	width: 100%;
}

.faq-item {
	margin-top: 20px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.1em;
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.faq-question__wrap {
	position: relative;
	background: #de6a07;
	padding: 15px 5px 15px 55px;
	cursor: pointer;
	border-radius: 8px;
}

.minus-icon {
	position: absolute;
	content: "";
	width: 15px;
	height: 3px;
	background: #fff;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.plus-icon {
	position: absolute;
	content: "";
	width: 15px;
	height: 3px;
	background: #fff;
	right: 30px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transition: ease all 0.5s; /* 擬似要素のトランジションを追加 */
}

.plus-icon.active {
	transform: translateY(-50%);
}

.faq-question__title {
	color: #FFF;
	position: relative;
	font-size: 1vw;
	margin: 0px 5px 0px 25px;
	width: auto;
}

.faq-question__title::before {
	position: absolute;
	color: #fff;
	content: "Q.";
	top: 50%;
  	left: -30px;
	transform: translateY(-50%);
	font-size: 1vw;
	font-weight: bold;
}

.faq-answer__wrap {
	background: #fff;
	height: 0;
	opacity: 0;
	padding: 10px 5px 10px 36px;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	transition: ease all 0.7s; /* 擬似要素のトランジションを追加 */
}

.faq-answer__wrap.active {
	opacity: 1;
	height: auto;
	padding: 10px 5px 10px 36px;
}

.answer {
	display: block;
	padding: 10px 20px 10px 20px;
	margin: auto;
	position: relative;
	line-height: 1.5;
}

.answer ::before {
	position: absolute;
	left: -15px;
	content: "A.";
	color: #b3b3b3;
	font-weight: 600;
	font-size: 22px;
}

.answer p {
	background: none;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #111;
}





/*==========================

        レスポンシブ

==========================*/

@media screen and (max-width: 479px) {

	.slide_banner_box {
    	width: 100%;
		padding: 20px;
		margin: auto;
	}

	.slide_content {
		flex-direction: column;
    	padding: 15px;
    	gap: 0;
	}

	.slide_banner_box {
		padding: 20px;
	}

	.logo_img {
		width: 130px;
	}

	.matt_img{
		width: 80%;
		margin: 10px auto;
	}

	.prise {
		width: 70%;
	}

	.circle_150day {
		width: 33%;
		height: auto;
		position: absolute;
		right: -17px;
		top: 117px;
	}

	.svg_size {
		width: 100%;
		height: auto;
		margin: 5px auto;
	}

	.modal-content {
		padding: 30px 20px 30px;
	}

	.free_shopping {
		flex-direction: column;
	}

	.block {
		max-width: 90px;
		min-width: auto;
	}

	.size_btn_list {
		margin-top: 7px;
		margin-bottom: 10px;
		justify-content:space-between;
	}

	.size_img_area {
		width: 85%;
		position: absolute;
		left: 22px;
		top: 30px;
	}

	.item_name {
		width: 84%;
		position: absolute;
		left: 25px;
		bottom: 198px;
	}

	.shopping_content {
		margin: 52px 0 0;
	}

	.faq-item {
		width: 90%;
	}

	.minus-icon {
		right: 15px;
	}

	.plus-icon {
		right: 15px;
	}

	.faq-question__wrap {
		padding: 15px 5px 15px 15px;
	}

	.faq-question__title {
		font-size: 3.5vw;
		margin: 0px 37px 0px 25px;
		line-height: 1.8rem;
	}

	.faq-question__title::before {
    	left: -25px;
		font-size: 3.6vw;
	}



}

/*==========================

        tuiki

==========================*/
@media (min-width: 801px) {
  .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .swiper-slide {
    width: calc(50% - 20px);
  }
  .swiper-slide:nth-child(1),
  .swiper-slide:nth-child(2) {
    margin: 0 0 40px 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  #question-answer {
    padding: 0;
  }
}