
@charset "utf-8";




/******************************************************************************
/* ノベルティ枠設定
*******************************************************************************/




ul.submenu_nav {
	margin-top: 20px;
	margin-bottom: 20px;
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


ul.submenu_nav::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

 
ul.submenu_nav li {
	letter-spacing:normal;
	display: inline-block;
	width: 32%; 
	vertical-align: top;
	text-align: center;
	margin-bottom: 20px;

}



.box30 {
	margin: 0 auto;
 	background: #ffffff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	border-radius: 5px;
	height: 100%;
}

.box30 p {
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	color: #9dc04c;

}







a.order {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
}


.goods {
	position: relative;
	margin-top: 0px;
	width:100%;
	height: 445px;
	z-index:1;

}

.goods a { display: block; }

a.goods-menu {
	width:100%;
}



.goods2 {
	position: relative;
	margin-bottom: 10px;
	width:100%;
	height: auto;
	z-index:1;

}

.goods2 a { display: block; }



a.goods-menu2 {
	width:100%;
}




.trim {
	overflow: hidden;
	width: 100%;
	max-height: 200px;
	margin: 10px auto 10px auto;
	position:relative;
	z-index:1;
}



.trim img {
	object-fit: cover;
	transform: scale(1);
	transition: 0.3s ease-in-out;
	width: 100%;
	height: 200px;
	object-position: 50% 50%;
}

.trim:hover img {
	transform: scale(1.3);
	border-radius: 8px 8px 0px 0px;
	width: 100%;
	height: 200px;
}






.detail_thum_image_size {
}

.detail_correct_main_image_size4{
	display: block;
}



.title_main {
	position:relative;
	display: block;
	width: 100%;
	height: 30px;
	z-index:100;
	background-color: #ffffff;
	color: #94C04C;
}


.original_box {
	position: relative;
	width: 100%;

}

.original_box .background {
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);

}


.original_comment {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 40%;
	font-weight: 700;
	font-size: 110%;
	letter-spacing: 1.2px;
	color: #4E753A;
}

.original_novelty {
	position: absolute;
	bottom: -80px;
	left: -50px;
	width: 60%;
	height: auto;

}


/******************************************************************************
/* ノベルティ詳細ページレイアウト
*******************************************************************************/


.main_area {
	width: 100%;
	margin: 30px auto 0px auto;

}

.detail_main {
	width: 100%;
	margin: 0px auto 0px auto;
	font-size: 100%;
	display: flex;
	margin-bottom: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
}


.detail_main .flex-1 {
	width: 48%;
	margin-right: 4%;

}



.detail_main .flex-2 {
	width: 48%;

}


/******************************************************************************
/* コスト等
*******************************************************************************/

.detail_main .flex-2 p {
	margin-bottom: 30px;
	line-height: 2.0;

}

.detail_main .flex-2 .code {
	display: block;
	font-size: 90%;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 2.0;
}

.detail_main .flex-2 .cost {
	width: 100%;
	font-size: 110%;
	font-weight: 500;
	margin-bottom: 0px;
	line-height: 2.0;
	text-align: right;
}

.detail_main .flex-2 .cost span.tanka {
	color: #AA7790;
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 0px;
	line-height: 2.0;
	text-align: right;
}

.detail_main .flex-2 .cost p {
	margin-bottom: -10px;

}


.detail_main .flex-2 .cost span {
	font-size: 80%;
}



/******************************************************************************
/* 商品名
*******************************************************************************/
.product_title {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
	text-align: left;
	font-size: 120%;
	line-height: 110%;
	font-weight:500;
	margin-bottom: 10px;
	color: #76CB5C;
}

.product_title::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #76CB5C;
}



.product_title2 {
	padding: 0.1em 0.5em;
	color: #494949;
	background: transparent;
	border-left: solid 5px #9dc04c;
	font-size: 100%;
	font-weight:700;
	margin-top: 50px;
	margin-bottom: 20px;
	color: #9dc04c;
}




.main_copy {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;

}


/******************************************************************************
/* 戻るボタン設定
*******************************************************************************/

.back_btn_area {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: right;
}



/******************************************************************************
/* アップロード済みPDF
*******************************************************************************/

.upload_box01 {
	width: 100%;
	height: 65px;
	background: #F5F5F5;
	border 1px solid #ff8e9d;
	font-size: 90%;
	font-weight: 700;
	padding-left: 20px;
	padding-top: 20px;
	margin-top: 20px;

}

.upload_box01 img {
	display: inline-block;
	width: 25px;
	height: auto;

}


/******************************************************************************
/* 写真レイアウト用
******************************************************************************/

p.main_image_title {
	display: block;
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;

}



ul.infor_nav {
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;

}




ul.infor_nav li {
	letter-spacing:normal;
	width: 48%;
	vertical-align: top;
	text-align: center;
	margin-bottom: 20px;

}



ul.infor_nav li .detail_image_size {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: 50% 50%
}



ul.infor_nav li p {
	display: block;
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;

}



ul.infor_nav img {

}




/********************************************************************************************************
/* 本文ボックス
*********************************************************************************************************/



.ttlTombo2 {
	position: relative;
	display: block;
	padding: 30px 50px 25px 50px;
	border: 1px dotted #bdc3c7;
	color: #000000;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 90%;
}

.ttlTombo2:before,
.ttlTombo2:after,
.ttlTombo2 > span:before,
.ttlTombo2 > span:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background: url(../images/imgcorner.png) 0 0 no-repeat;
}

.ttlTombo2:before {
	top: -1px;
	left: -1px;
	transform: rotate(0deg);
}
.ttlTombo2:after {
	top: -1px;
	right: -1px;
	transform: rotate(90deg);
}
.ttlTombo2 > span:before {
	bottom: -1px;
	left: -1px;
	transform: rotate(-90deg);
}
.ttlTombo2 > span:after {
	bottom: -1px;
	right: -1px;
	transform: rotate(180deg);
}



.ttlTombo2 p {
	font-weight: 500;
	padding-bottom: 5px;
	letter-spacing: 1.4px;
	line-height: 1.6;

}



/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* 601 - 768用（タブレット用）の記述 */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/


/******************************************************************************
/* スマートフォン・タブレットサイズ
*******************************************************************************/


@media screen and (max-width:1200px) {


/******************************************************************************
/* ノベルティ枠設定
*******************************************************************************/



ul.submenu_nav {
	margin-top: 20px;
	margin-bottom: 20px;
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


ul.submenu_nav::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

 
ul.submenu_nav li {
	letter-spacing:normal;
	display: inline-block;
	width: 32%; 
	vertical-align: top;
	text-align: center;
	margin-bottom: 20px;

}



.box30 {
	margin: 0 auto;
 	background: #ffffff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	border-radius: 5px;
	height: 100%;
}

.box30 p {
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	color: #9dc04c;

}



.trim {
	overflow: hidden;
	width: 100%;
	max-height: 250px;
	margin: 0 auto;
}



.trim img {
	object-fit: cover;
	transform: scale(1);
	transition: 0.3s ease-in-out;
	width: 100%;
	height: 250px;
	object-position: 50% 50%
}

.trim:hover img {
	transform: scale(1.3);
}



}


/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* 600px - 100px用（スマートフォン用）の記述 */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/


@media screen and (min-width: 100px) and (max-width: 728px)  {


/******************************************************************************
/* 商品レイアウト設定
*******************************************************************************/

.detail_main {
	width: 100%;
	margin: 0px auto 0px auto;
	font-size: 100%;
	display: block;
	margin-bottom: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
}


.detail_main .flex-1 {
	width: 100%;
	margin-right: 0%;

}



.detail_main .flex-2 {
	width: 100%;

}


/******************************************************************************
/* ノベルティ枠設定
*******************************************************************************/


ul.submenu_nav {
	margin-top: 20px;
	margin-bottom: 20px;
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


ul.submenu_nav::after {
	content: "";
	display: block;
	width: 49%;
	height: 0;
}

 
ul.submenu_nav li {
	letter-spacing:normal;
	display: inline-block;
	width: 49%; 
	vertical-align: top;
	text-align: center;
	margin-bottom: 20px;

}



.box30 {
	margin: 0 auto;
 	background: #ffffff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-radius: 5px;
	height: 100%;
}

.box30 p {
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	color: #9dc04c;
	font-size: 90%;
}



.trim {
	overflow: hidden;
	width: 100%;
	height: 150px;
	margin: 0 auto;
}



.trim img {
	object-fit: cover;
	transform: scale(1);
	transition: 0.3s ease-in-out;
	width: 100%;
	height: 150px;
	object-position: 50% 50%
}

.trim:hover img {
	transform: scale(1.3);
}


/******************************************************************************
/* ノベルティ詳細ページレイアウト
*******************************************************************************/

.infor_area{
	width: 100%;
	margin: 0px auto 0px auto;
	display: block;
	justify-content: space-between;
	margin-bottom: 30px;
	flex-wrap: nowrap;
}


.infor_area_l {
	display: block;
	width: 100%;
	margin: 0px auto 0px auto;
}

.infor_area_r {
	display: block;
	width: 100%;
	margin: 0px auto 0px auto;
	font-size: 100%;
	padding-left: 4%;

}


/******************************************************************************
/* ノベルティ詳細ページレイアウト
*******************************************************************************/



.original_box {
	position: relative;
	width: 100%;
	margin-top: -50px;
	padding-bottom: 150px;
}

.original_box .background {
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);

}


.original_comment {
	position: absolute;
	display: block;
	top: 250px;
	right: 0px;
	width: 100%;
	font-weight: 700;
	font-size: 90%;
	letter-spacing: 1.2px;
	color: #4E753A;
}

.original_novelty {
	position: absolute;
	bottom: 100px;
	left: 0px;
	width: 100%;
	height: auto;

}





}