@charset "utf-8";

/*-----------------------------------
  #office-rio-2207 Contents
------------------------------------*/

/*Google Font - Cormorant Garamond*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap');
#office-rio-2207 {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
	
/*-----------------------------------
  #kv - Key Visual
------------------------------------*/
	#kp-pc {
		width: 100%;
	}
	
	#kv-pc img {
		width: 100%;
	}
	
	#kv-sp {
		display: none;
	}
		@media screen and (max-width: 599px) {
			#kv-pc {
				display: none;
			}

			#kv-sp {
				display: block;
				width: 100%;
			}

			#kv-sp img {
				width: 100%;
			}
		}

/*-----------------------------------
  #main-text
------------------------------------*/
	
	#main-text {
		margin-top: 50px;
		font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 'Noto Sans JP', sans-serif;
		font-weight: 500;
		text-align: center;
		line-height: 1.7;
		font-size: 1rem;
	}	
	
/*-----------------------------------
  #model-list
------------------------------------*/
.model-list-title {
	border-bottom: 1px solid #000;
	padding: 5px 0;
	margin: 50px 0 10px;
	text-align: center;
	font-size: 2.2rem;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 0.08rem;
}
	
	.model-list-ceo, .model-list-flex {
		margin: 0 auto;
		text-align: center;
	}
	
	
		.model-list img {
		width: 100%;
	}
	
	.model-list {
		padding: 4%;
	}
		@media screen and (max-width: 599px) {
			.model-list {
				padding: 3%;
			}
	}
	
	.model-list-ceo {
		max-width: 200px;
		padding: 3%;
	}
		@media screen and (max-width: 768px) {
			.model-list-ceo {
				width: 33%;
			}
	}
	
	.model-list-flex {
		display: flex;
		justify-content: center;
		width: 60%;
	}
		@media screen and (max-width: 599px) {
		.model-list-flex {
			width: 90%;
		}
		}
	.model-name {
		color: #FF4D4D;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		line-height: 1.5;
	}
	
	.model-list-flex .model-name {
		font-size: 1.2rem;
	}

/*-----------------------------------
  #coupon-OfficeRio
------------------------------------*/
	#coupon-OfficeRio {
		font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 'Noto Sans JP', sans-serif;
		line-height: 1.7;
		margin: 50px auto 0;
		width: 60%;
		text-align: center;
	}
			@media screen and (max-width: 768px) {
		#coupon-OfficeRio {
			width: 90%;
		}
	}
	
	.coupon-code, .coupon-text {
		text-align: center;
	}
	
	.coupon-text {
		margin-top: 20px;
	}
	.coupon-code {
		margin: 0 auto;
		color: #fff;
		background-color: #FF4D4D;
		border-radius: 8px;
		padding: 1.5%;
		width: 20%;
		font-size: 1.6rem;
		letter-spacing: .2rem;}
		@media screen and (max-width: 768px) {
			.coupon-code {
				width: 80%;
			}
		}	
	
/*-----------------------------------
  #main-contents
------------------------------------*/
#main-contents  {
	margin: 0 auto;
	max-width: 700px;
}

#main-contents img {
width: 100%;
}

	.item-title {
		margin: 80px auto 0;
		width: 90%;
	}
	
	.item-pic-width80 {
		margin: 0 auto;
		width: 80%;
	}
	
/* .products
------------------------------------*/
	.item-pic-margin-top {
		margin-top: 80px;
	}
	
/*-----------------------------------
  .products
------------------------------------*/
	.products {
		font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 'Noto Sans JP', sans-serif;
		font-weight: 500;
		max-width: 500px;
		margin: 0 auto;
		padding: 30px 5%;
	}
	
	.products-styling-items {
		border-bottom: 1px solid #000;
    	padding: 5px;
		font-size: 2.2rem;
		font-family: 'Cormorant Garamond', serif;
    	letter-spacing: 0.08rem;
	}
	
	a.products-padding {
		display: block;
		padding: 20px 10px;
		border-bottom: 1px dotted #333;
	}
	
	
	.products-brand {
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		color: #9b7412;
		font-size: 14px;
}
	
	.products-flex {
		display: flex;
		justify-content: space-between;
		align-items: center;

	}
	
	.products-price {
		margin-top: 8px;
		font-size: 13px;
	}
	
	.sale-price {
		color: red;
	}
	
	.products-button {
	width: 70px;
    padding: 5px;
    background: #000000;

    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}


#special-thankyou {
	margin: 50px auto;
	text-align: center;
	line-height: 1.8;
}


/* .official-flex
---------------------------------------*/
.official-flex {
	display: flex;
	justify-content: center;
	padding: 0 20px;
}

.official-flex a {
	padding: 0 20px;
}


/* .products-all-btn
---------------------------------------*/
#products-all-btn {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin: 56px auto;
	text-align: center;
	width: 50%;
	height: 75px;
	line-height: 75px;
	border: 1px solid rgb(15, 15, 15);}
	@media screen and (max-width: 768px) {
		#products-all-btn {
			width: 90%;
		}
	}

#products-all-btn a {
	display: block;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#products-all-btn a:hover {
	background: rgb(15, 15, 15);
	color: #fff;
	opacity: 1;
}