@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@700&display=swap');

body {
	margin: 0;
	padding: 0;
}
a:hover {
	opacity: 0.5;
}
a img {
	transition: opacity 0.3s ease-out;
}
.item_container {
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.item_container_center {
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	justify-content: center
}
.komono-container {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
#body-inside {
    overflow-x: hidden;
}
.ribbon15-wrapper {  
	display: block;
	position: relative;
	right: 75%;
}
.ribbon15 {  
	display: inline-block;
	position: absolute;
	top: -6px;
	right: 10px;
	margin: 0;
	padding: 10px 0;
	z-index: 2;
	width: 40px;
	text-align: center;
	color: white;
	font-size: 17px;
	background: linear-gradient(#fcbbbf 0%, #f8838a 100%);
	border-radius: 2px 0 0 0;
}
.ribbon15:before {
	position: absolute;
	content: '';
	top: 0;
	right: -6px;
	border: none;
	border-bottom: solid 6px #f8838a;
	border-right: solid 6px transparent;
}
.ribbon15:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 20px solid #f8838a;
	border-right: 20px solid #f8838a;
	border-bottom: 10px solid transparent;
}
.titinohimade {
	color:#333;
	font-size:22px;
	line-height:1.5;
	font-weight:bold;
	padding:10px;
}
.titinohimade span {
	color: red;
}
.itsumade_container {
	padding: 10px;
	text-align:center;
}
i.title_icon {
	font-size: 24px;
	text-align: center;
	display: block;
}
.ranking_title {
	font-family: 'Shippori Mincho', serif;
	text-align: center;
	font-size: 2.3rem;
	border-bottom: 1px solid #666;
	margin: 0 auto 30px auto;
	padding-bottom: 10px;
	width: 98%;
}
.category_container h3 {
	border-left: 6px solid #e4007f;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-left: 10px;
    padding: 5px 0 5px 12px;
}
.kotei_menu {
	display: flex;
	position: fixed;
	bottom: 0;
	background: rgba(21,40,61,0.8);
	width: 100%;
	z-index: 2;
	margin: 0;
	padding: 0;
}
.kotei_menu li {
	width: calc(100%/3);
	font-size: 12px;
	line-height: 1.3;
	padding-bottom: 0.2em;
	text-align: center;
	list-style: none;
}
.kotei_menu i {
	font-size: 2.5rem;
	display: block;
	padding: 0.3em 0.2em 0.2em 0.2em;
}
.kotei_menu li a:link, .kotei_menu li a:visited {
	text-decoration: none;
	color: #fff;
}
.kotei_menu li a:hover {
	color: #fff;
}
.btn_limit {
	display: block;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	color: #000;
	border: 1px solid #000;
	border-radius: 50px;
	margin: 0 auto 0.5em auto;
	background-color: #fff;
}
.btn_limit:hover {
	cursor: pointer;
	text-decoration: none;
	color: #000;
}
.btn_limit i {
	margin-left: 1em;
}
.footer_bunner {
	display: flex;
	flex-wrap: wrap;
	margin: 10px;
}
.footer_bunner div {
	margin: 5px;
	border-bottom: 1px dotted #ccc;
	padding: 10px;
}
.submenu_item p {
    font-size: 14px;
    color: #fff;
}

@media screen and (max-width: 750px) {
	.orverwidth {
		margin: 0 -200%;
		padding: 0 200%;
		background-image: url("../img/hahanohi_top.jpg");
		text-align: center;
		height: 300px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	h1.furisode_title_h1 {
		text-align: center;
		font-size: 1.7rem;
		width: 90%;
		margin: 0 auto;
		line-height: 1.5;
	}
	.item_container a {
		display: inline-block;
		width: 100%;
	}
	.simple_square_btn7 {
		display: block;
		position: relative;
		padding: 1.5em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		color: #000;
		border: 1px solid #000;
		margin: 0.5em auto;
		width: 95%;
	}
	.simple_square_btn7:hover {
		cursor: pointer;
		text-decoration: none;
		color: #000;
		background-color: #e3e3e3;
	}
	.simple_square_btn7 i {
		margin-left: 1em;
	}
	.item_divided_into_4 {
		width: calc(100% / 2 - 14px);
		padding: 0.5em;
	}
	.item_divided_into_6 {
		width: calc(100% / 2 - 14px);
		padding: 0.5em;
	}
	.submenu_item {
		width : calc(100% / 4 - 20px);
		padding: 1em 0.5em;
		text-align: center;
		background-color: #e4007f;
		border: 1px solid #fff;
	}
	.point_container {
		padding: 10px;
		background-color: #f6f6f6;
		width: 95%;
		margin: 0 auto 10px auto;
	}
	.coupon_container {
		width: 95%;
		margin: 0 auto;
	}
	.coupon_mainimg {
		width: 100%;
	}
	.footer_bunner a {
		width: 100%;
		display: block;
	}
}

@media screen and (min-width:751px) and (max-width: 1024px) {
	.orverwidth {
		background-image: url("../img/hahanohi_top.jpg");
		height: 70vh;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #fbfaf8;
	}
	h1.furisode_title_h1 {
		text-align: center;
		font-size: 1.7rem;
		line-height: 1.5;
	}
	.simple_square_btn7 {
		display: block;
		position: relative;
		padding: 1.5em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		color: #000;
		border: 1px solid #000;
		margin: 0.5em 0;
	}
	.simple_square_btn7:hover {
		cursor: pointer;
		text-decoration: none;
		color: #000;
		background-color: #e3e3e3;
	}
	.simple_square_btn7 i {
		margin-left: 1em;
	}
	.item_divided_into_4 {
		width: calc(100% / 4 - 14px);
		padding: 0.5em;
	}
	.item_divided_into_6 {
		width: calc(100% / 6 - 14px);
		padding: 0.5em;
	}
	.name {
		font-size: 1.2rem;
	}
	.submenu_item {
		width : calc(100% / 7 - 30px);
		padding: 1.5em 1em;
		text-align: center;
		background-color: #e4007f;
		border: 1px solid #fff;
	}
	.point_container {
		display: flex;
		padding: 10px;
		background-color: #f6f6f6;
		align-items: center;
		margin-bottom: 10px;
	}
	.point_container img {
		margin-right: 30px;
		max-width: 300px;
	}
	.coupon_mainimg {
		max-width: 650px;
	}
	.goShopping {
		width: 70%;
	}
	.btn_limit {
		width: 60%;
	}
	.footer_bunner a {
		width: calc(100%/4 - 10px);
		margin: 5px;
	}
}

@media screen and (min-width: 1025px) {
	.orverwidth {
		background-image: url("../img/hahanohi_top.jpg");
		height: 70vh;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #fff;
	}
	h1.furisode_title_h1 {
		text-align: center;
		font-size: 1.7rem;
		line-height: 1.5;
	}
	.simple_square_btn7 {
		display: block;
		position: relative;
		padding: 1.5em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		font-size: 1.5rem;
		color: #000;
		border: 1px solid #000;
		margin: 0.5em 0;
	}
	.simple_square_btn7:hover {
		cursor: pointer;
		text-decoration: none;
		color: #000;
		background-color: #e3e3e3;
	}
	.simple_square_btn7 i {
		margin-left: 1em;
	}
	.item_divided_into_4 {
		width: calc(100% / 4 - 14px);
		padding: 0.5em;
	}
	.item_divided_into_6 {
		width: calc(100% / 6 - 14px);
		padding: 0.5em;
	}
	.name {
		font-size: 1.2rem;
	}
	.submenu_item {
		width : calc(100% / 7 - 30px);
		padding: 1.5em 1em;
		text-align: center;
		background-color: #e4007f;
		border: 1px solid #fff;
	}
	.point_container {
		display: flex;
		padding: 10px;
		background-color: #f6f6f6;
		align-items: center;
		margin-bottom: 10px;
	}
	.point_container img {
		margin-right: 30px;
		max-width: 300px;
	}
	.kotei_menu {
		display: block;
		position: fixed;
		bottom: 162px;
		right: 0;
		background: rgba(21,40,61,0.8);
		width: 100px;
		border-radius: 20px 0 0 20px;
		padding: 0;
	}
	.kotei_menu li {
		width: 100%;
	}
	.coupon_mainimg {
		max-width: 810px;
	}
	.goShopping {
		width: 68%;
	}
	.btn_limit {
		width: 50%;
	}
	.footer_bunner a {
		width: calc(100%/4 - 10px);
		margin: 5px;
	}
}