@charset "utf-8";
/*************************
共通
*************************/
html {
  -webkit-overflow-scrolling: touch;
}
/* --------▼　MTのみ崩れる箇所の対策　▼-------- */
*, :after, :before, html , a {box-sizing:border-box;} 
figure {margin:0 0 1rem;}
h1, h2, h3, h4, h5, h6 {margin-top:0; margin-bottom:0.5rem;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {color:inherit; font-family:inherit; font-weight:500; line-height:1.1; margin-bottom:0.5rem;}
/* --------▲　MTのみ崩れる箇所の対策　▲-------- */

main .container {
	width: auto;
	max-width: inherit;
	height: auto;
	padding: 0;
}
body .orihica_main img {
	height: auto;
}
.container .breadcrumbs {
	padding: 12px;
}
.orihica_main p, .orihica_main ul {
	line-height: 2;
	color: #333;
}
.orihica_main .topicModuleCol2__text {
	color: #333 !important;
}
.orihica_main a {
	color: #333;
}
.orihica_main a:hover {
	opacity: .7;
	transition-duration: 0.4s;
}
/* 見出し */
.orihica_main h1 {
	margin-bottom: 0;
}
.orihica_main h2, .orihica_main h3 {
	text-align: center;
}
.about h2 img {
	max-width: 300px;
}
.anchor h2 img {
	max-width: 394px;
}
#giftWrapping h2 img {
	max-width: 604px;
}
#useful_contents h2 img {
	max-width: 357px;
}
.orihica_main h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
}
.tx {
	margin: 30px 0 35px !important;
	font-size: 16px;
	text-align: center;
}
/* コンテンツ */
.orihica_main .section-margin {
	margin-top: 90px;
}
.orihica_main .contents_inner {
	max-width: 1120px;
	margin: 0 auto;
}
.orihica_main .update {
	font-size: 15px;
	color: #808080;
	text-align: left;
	margin-bottom: 30px !important;
}
/* メインビジュアル */
.orihica_main .mv .mv_img img {
	width: 100%;
	margin: 0 auto;
}
/* リード */
.orihica_main .about {
	margin: 0 0 120px;
	padding: 30px 0 100px;
	font-size: 14px;
	text-align: center;
	background: #f5f5f5;
}
.orihica_main .lead_text {
	font-size: 16px;
	text-align: center;
}
.about .textLink {
	text-decoration: underline;
}
.about .textLink:hover {
	color: #0095da;
}
/* anchor*/
.anc_list {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.anc_list li a:hover {
	opacity: 0.75;
	transition: ease 0.2s;
}
.mv {
	position: relative;
}
.anc01 {
	width: 35vw;
	position: absolute;
	top: 13%;
	right: 9%;
}
.anc01 li {
	border-radius: 10px;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.22);
}
.anc02 {
	flex-wrap: wrap;
	max-width: 530px;
	margin-top: 30px;
}
.orihica_main .anc02 .button a {
	padding: 13px 20px 13px 13px;
	height: 55px;
	font-size: 14px;
}
.orihica_main .anc02 .button a::after {
	right: 20px;
	transform: rotate(135deg);
}
.anc03 {
	width: 900px;
}
.anc03 .tiara {
	text-align: center;
	margin-bottom: 10px;
}
/* ボタン*/
.btn-area {
	display: flex;
	justify-content: center;
	margin: 45px auto 0;
}
.btn-area .button + .button {
	margin-left: 15px;
}
.orihica_main .button {
	width: 380px;
}
.orihica_main .anc02 .button {
	width: 255px;
}
.orihica_main .button a {
	display: flex;
	position: relative;
	height: 75px;
	border-radius: 50px;
	background-color: #00afec;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}
.orihica_main .button a::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.orihica_main .btn-area .button + .button a {
	border: 2px solid #00afec;
	background-color: #fff;
	color: #00afec;
}
.orihica_main .btn-area .button + .button a::after {
	border-top: 2px solid #00afec;
	border-right: 2px solid #00afec;
}
.orihica_main .anc a::after {
	transform: rotate(135deg);
}
/* 画像リンク */
.imageLink {
	position: relative;
}
.imageLink a {
	display: block;
}
.imageLink a::after {
	content: url("../img/father-gift_Linc-ic.webp");
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 100px;
	height: 40px;
	transform: scale(0.86);
}
/*テキストリンク*/
.textLink02 {
	margin-top: 40px;
	text-align: center;
}
.textLink02 a {
	position: relative;
	padding: 3px 33px 7px 7px;
	;
	border-bottom: 1px solid #333;
	font-size: 14px;
}
.textLink02 a::after {
	content: "";
	position: absolute;
	margin: auto;
	width: 10px;
	height: 10px;
	bottom: 15px;
	right: 0;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(135deg);
}
.bold-tx {
	display: contents;
	font-weight: bold;
}
/*父の日は何を贈ろう？*/
.column_area {
	padding: 70px 0 65px;
	background-color: #fff;
	box-shadow: 10px 10px 0px 0 #fff8a5;
}
.about .column_area {
	margin-top: 60px;
	padding: 45px 0 55px;
}
.about .tx {
	margin: 20px 0 35px !important;
}
.column_area ul {
	display: flex;
	justify-content: space-between;
	max-width: 700px;
	margin: 0 auto;
}
.about .column_area ul li+li{
	margin-left: 20px;
}
.column_area h2 {
	margin: 0 auto;
}
.column_area h3 {
	margin: 0 0 15px;
	line-height: 1.5;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
/*ランキング*/
#rank_first, #rank_third {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-top: 90px !important;
	padding: 0 0 90px;
	background: #f5f5f5;
}
.orihica_main #rank_first .contents_inner, .orihica_main #rank_third .contents_inner {
	margin-top: 40px;
}
.orihica_main #rank_first .section-margin, .orihica_main #rank_third .section-margin {}
#rank_first .comment::before, .orihica_main #rank_third .comment::before {
	background-color: #f5f5f5;
}
.orihica_main .comment-area {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.orihica_main .comment-area img {
	width: 100px;
	height: 100%;
}
.comment {
	display: flex;
	align-items: center;
	position: relative;
	width: 58%;
	margin-left: 50px;
	padding-left: 40px;
	border-left: 1px solid #333;
	font-size: 14px;
}
.comment::before {
	content: "";
	position: absolute;
	bottom: 43%;
	left: -1px;
	width: 15px;
	height: 15px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	box-sizing: border-box;
	background-color: #ffffff; /* 背景色と同じ色を指定 */
	transform: rotate(-135deg);
	translate: -50%;
}
.item_search {
	width: 630px;
	margin: 0 auto;
}
.item_search ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.item_search ul li {
	width: calc(100% /2 - 15px);
	display: flex
}
.item_search ul li:nth-child(n+3) {
	margin-top: 30px;
}
.item_search ul li a {
	display: flex;
	flex-direction: column;
}
.item_search .btn {
	margin-top: 20px;
}
.item_search p {
	display: flex;
	flex-grow: 1;
	position: relative;
	padding: 9px 22px 9px 12px;
	background: #fff8a5;
	text-align: center;
	justify-content: center;
	font-weight: bold;
	line-height: 1.4;
}
.item_search p::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
}
.orihica_main .card_item {
	margin-bottom: 20px;
}
/*ORIHICA厳選！おすすめアイテム*/
#Recommended_area h2 img {
	max-width: 320px;
	margin-top: 120px;
}
.Recommended ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.Recommended li {
	position: relative;
}
.Recommended p {
	content: "";
	position: absolute;
	margin: auto;
	top: 5px;
	left: 10px;
	font-size: 18px;
	font-weight: bold;
}
/*ギフトラッピング*/
#giftWrapping {
	max-width: 1120px;
	background-color: #fff;
}
#giftWrapping .column_area {
	background: #f5f5f5;
}
.gift_content {
	max-width: 900px;
	margin: 45px auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#giftWrapping .text {
	font-size: 13px;
	line-height: 2;
	margin-bottom: 10px;
}
#giftWrapping .notes {
	background-color: #fff;
	padding: 15px 15px 15px 30px;
	display: block;
	font-size: 12px;
	line-height: 1.8;
	text-indent: -1em;
}
.gift_img, .gift_text {
	width: 48%;
}
.wrapping_img {
	width: 32%;
	padding: 0px 4%;
}
.wrapping_text {
	width: 65%;
}
/*お役立ちコンテンツ*/
#useful_contents ul {
	display: flex;
	flex-wrap: wrap;
	margin: 50px auto 90px;
	max-width: 850px;
	justify-content: space-between;
}
#useful_contents ul li {
	width: 48%;
}
/*module*/
.orihica_main .card_list {
	margin-bottom: 10px;
}
.orihica_main .card_img {
	display: block;
}
/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
	margin-top: -35px !important;
	padding-top: 35px !important;
}
/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
	.anc_list li:nth-of-type(n+2) {
		margin-left: 15px;
	}
}
/*************************
tablet only
*************************/
@media screen and (max-width: 1232px) {}
/*************************
SP only
*************************/
@media screen and (max-width: 861px) {
	.orihica_main .pc {
		display: none;
	}
	/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白 */
	.orihica_main .anchorLink-margin {
		margin-top: -50px !important;
		padding-top: 50px !important;
	}
	/* 見出し */
	.about h2 img {
		max-width: 60%;
	}
	.anchor h2 img, #useful_contents h2 img {
		max-width: 80%;
	}
	.orihica_main h3 {
		margin-bottom: 10px;
		font-size: 17px;
	}
	#giftWrapping h2 img {
		max-width: 100%;
	}
	/* コンテンツ */
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.orihica_main .contents_inner {
		width: 100%;
	}
	.tx {
		margin: 5.33vw 0 8vw!important;
		line-height: 1.7 !important;
	}
	.orihica_main .section-margin {
		margin-top: 15vw;
	}
	.orihica_main .about .lead_text, .orihica_main .button a, .tx {
		font-size: 3.73vw;
	}
	.orihica_main .lead_text + .lead_text {
		margin-top: 2.66vw;
	}
	/* リード */
	.orihica_main .about {
		margin-bottom: 19vw;
		padding-top: 24vw;
		padding-bottom: 18vw;
	}
	.orihica_main .update {
		margin-bottom: 6.66vw !important;
		font-size: 3.2vw;
	}
	.about .column_area {
		margin-top: 13vw;
	}
	/* anchor */
	.anc01 {
		padding: 0 16px;
		top: auto;
		bottom: -57px;
		right: 0;
	}
	.anc_list {
		width: 100%;
	}
	.anc_list li:nth-of-type(n+2) {
		margin-left: 2%;
	}
	.anc_list .tiara {
		margin-bottom: 0;
	}
	.anc_list .tiara img {
		width: 30%;
		margin-bottom: 5%;
	}
	.orihica_main .anc02 .button {
		width: 49%;
	}
	.orihica_main .anc02 .button a {
		padding: 2.13vw 2.66vw 2.13vw 2.13vw;
		font-size: 3.2vw;
		line-height: 1.4;
	}
	.orihica_main .anc02 li:nth-of-type(n+3) {
		margin-top: 2.66vw;
		margin-left: 0;
	}
	/* ボタン*/
	.orihica_main .button {
		width: 100%;
	}
	.btn-area .button + .button {
		margin: 5.33vw 0 0;
	}
	.orihica_main .button a {
		height: 16vw;
	}
	.orihica_main .button a::after {
		width: 8px;
		height: 8px;
		right: 4.53vw;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.orihica_main .anc {
		margin-top: 9vw;
	}
	.imageLink a::after {
		bottom: 0;
		right: -10px;
		width: 100px;
		height: 40px;
		transform: scale(0.6);
	}
	.btn-area {
		display: block;
		margin: 0;
	}
	.textLink02 {
		margin-top: 30px;
	}
	/*父の日は何を贈ろう？*/
	.column_area {
		padding: 40px 13px;
	}
	.column_area h3 {
		font-size: 13px;
	}
	.about .column_area {
		padding: 5.33vw 3.2vw 8vw;
	}
	.about .column_area h3 {
		width: 47%;
		font-size: 2.93vw;
	}
	.about .tx {
		margin:  4vw 0 6vw !important
	}
	.about .column_area ul {
		display: block;
	}
	.about .column_area ul li .imageLink {
		width: 50%;
	}
	.about .column_area ul li{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.about .column_area ul li+li {
		margin: 0;
	}
	.about .column_area ul li:nth-child(n+2) {
		margin-top: 5.33vw;
	}
	/*ランキング*/
	#rank_first, #rank_third {
		margin-top: 70px !important;
		padding: 0 0 70px;
	}
	#rank_second .contents_inner, #Recommended_area .contents_inner {
		padding: 0;
	}
	.orihica_main #rank_first .contents_inner, .orihica_main #rank_third .contents_inner {
		margin-top: 10px;
	}
	.orihica_main .comment {
		text-align: left;
		margin-top: 15px;
	}
	.comment::before {
		width: 12px;
		height: 12px;
	}
	.orihica_main .comment-area img {
		width: 80px;
		height: 100%;
	}
	.orihica_main .comment {
		width: auto;
		margin-left: 22px;
		padding: 10px 0 10px 20px;
		border-left: 1px solid #333;
		font-size: 11px;
	}
	.textLink02 a {
		padding: 3px 20px 7px 7px;
	}
	.textLink02 a::after {
		width: 7px;
		height: 7px;
	}
	.orihica_main .comment-area {
		margin-top: 10px;
		align-items: center;
	}
	.comment a .orihica_main .comment-area p {
		width: 70%;
	}

	.item_search ul li:nth-child(n+3) {
		margin-top: 10px;
	}
	.item_search {
		width: 100%;
	}
	.item_search ul {
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.item_search ul li {
		width: 49%;
		margin: 0 0 2%;
	}
	.item_search ul li {
		width: 49%;
		margin: 0 0 2%;
	}
	.item_search p {
		padding: 1.33vw;
		align-items: center;
	}
	.item_search p::after {
		width: 5px;
		height: 5px;
		right: 10px;
	}
	.comment-area {
		margin-top: 5.33vw;
		align-items: center;
	}
	#Recommended_area h2 img {
		max-width: 220px;
		margin-top: 18.6vw;
	}
	.Recommended p {
		font-size: 3.46vw;
	}
	#Recommended_area .imageLink + .imageLink {
		margin-top: 5.33vw;
	}
	#useful_contents {
		margin-top: 20vw;
	}
	/*ギフト*/
	.gift_content {
		display: block;
		margin: 7.19vw auto 0;
	}
	.gift_img, .gift_text, .wrapping_text {
		width: 100%;
	}
	.gift_img {
		margin-bottom: 4vw;
	}
	.wrapping_img {
		width: 60%;
		margin: 0 auto 5.33vw;
	}
	/*お役立ちコンテンツ*/
	#useful_contents ul {
		margin: 9.33vw auto 21.3vw;
	}
	#useful_contents ul li {
		width: 100%;
	}
	#useful_contents ul li + li {
		margin-top: 5vw;
	}
	/*module*/
	.orihica_main .card_list {
		width: 100%;
	}
}