@charset "Shift_JIS";

@font-face {
    font-family: 'SourceHanSans';
	font-display: block;
    font-style: normal;
    font-weight: 500;
	src: url(../../pc/fonts/SourceHanSansJP-Medium.woff2) format('woff2'),
		 url(../../pc/fonts/SourceHanSansJP-Medium.woff) format('woff'),
		 url(../../pc/fonts/SourceHanSansJP-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'SourceHanSans';
	font-display: block;
    font-style: normal;
    font-weight: 700;
	src: url(../../pc/fonts/SourceHanSansJP-Bold.woff2) format('woff2'),
		 url(../../pc/fonts/SourceHanSansJP-Bold.woff) format('woff'),
		 url(../../pc/fonts/SourceHanSansJP-Bold.otf) format('opentype');
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +base & parts   */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#landing ol,#landing li { list-style: none!important; margin-left: 0!important;}
.item-detail-area{padding: 0;}
@media screen and (max-width: 1024px){#p_info,#p_review{padding: 0 10px;}}
/********************

   common

*********************/
html {
	font-size: 32px;
	font-size: 4.3vw!important;/*1rem 32px/width-750px*/
}

#hogbees_plus {
	--font-base: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	--font-SourceHanSans: "SourceHanSans" ,sans-serif;
	--color-orange: #f09c5b;
	position: relative;
	width: auto;
	height: auto;
	background-color: white;
	font-weight: 500;
	overflow: hidden;
	text-align: center;
	font-family: var(--font-SourceHanSans);
	font-size: 0.8rem;
	color: #000;
}

#hogbees_plus * {
	box-sizing: border-box;
}

#hogbees_plus h2,
#hogbees_plus h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.18em;
}

#hogbees_plus p {
	font-size: 0.8rem;
	line-height: 1.66;
	letter-spacing: 0.18em;
}

#hogbees_plus img {
	width: 100%;
	height: auto;
}

#hogbees_plus section {
	position: relative;
}

/********************
   parts
*********************/
#hogbees_plus .contents_wrapper {
	position: relative;
	width: 88vw;
	margin-right: auto;
	margin-left: auto;
}

#hogbees_plus .flex_base {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#hogbees_plus .flex_base.flex_wrap {
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 0.1rem;
	-moz-column-gap: 0.7rem;
	     column-gap: 0.7rem;
}

#hogbees_plus .attention_text {
	font-size: 0.628rem;
	text-align: left;
}


#hogbees_plus .bg_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#hogbees_plus .bg_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

#hogbees_plus .emphasis_text {
	position: relative;
	display: inline;
	font-size: 1.06em;
	background: linear-gradient( transparent 0%, transparent 72.8%, rgba(255,255,0,0.4) 72.8%,rgba(255,255,0,0.4) 100%,transparent 100%,transparent 100%);
}


#hogbees_plus .box01 {
	--border: 0.11rem solid var(--color-orange);
	background: #fff;
	border-top: var(--border);
	border-bottom: var(--border);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +landing  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/********************

   main

*********************/
/********************
   fv
*********************/
#hogbees_plus #fv {
	position: relative;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#hogbees_plus #fv .contents_wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}
#hogbees_plus #fv .bg_img {
	position: relative;
}

#hogbees_plus #fv .fv_inner {
	position: relative;
	top: 2rem;
	padding: 1.19rem 1.8rem 1.16rem 1.76rem;
}
#hogbees_plus #fv .fv_inner .sub{
	display: inline-block;
	padding: 0.4rem 0.66rem;
	margin-bottom: 0.76rem;
	background: var(--color-orange);
	border-radius: 1000px;
	color: #fff;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}
#hogbees_plus #fv .page_lead {
	margin-bottom: 1.14rem;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}

#hogbees_plus #fv .page_tit span {
	display: block;
	line-height: 1;
	margin-top: 0.9rem;
	font-size: 0.77rem;
	font-weight: 700;
	letter-spacing: 0.26em;
}

#hogbees_plus #fv .logo {
	position: absolute;
	width: 6rem;
	bottom: 1.1rem;
	right: 0;
}

/********************
    introduction
*********************/
#hogbees_plus .introduction {
	position: relative;
	padding: 4.4rem 0 4.7rem;
}

#hogbees_plus .introduction .heading {
	font-size: 1.04rem;
	line-height: 2.36;
	color: #fff;
}

#hogbees_plus .introduction .introduction_block {
	position: relative;
	margin-bottom: 2rem;
}
#hogbees_plus .introduction .introduction_block p {
	--size: 7.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1000px;
	width: var(--size);
	min-width: var(--size);
	height: var(--size);
	background: #fff;
	color: var(--color-orange);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.44;
	white-space: nowrap;
}

#hogbees_plus .introduction .introduction_block p:first-of-type::after,
#hogbees_plus .introduction .introduction_block p:first-of-type::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4.2rem;
	height: 0.08rem;
	background: #fff;
	transform: translateX(-50%) translateY(-50%);
}
#hogbees_plus .introduction .introduction_block p:first-of-type::after {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
#hogbees_plus .introduction .introduction_block p:first-of-type::before {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/********************
    exclusive
*********************/
#hogbees_plus .exclusive {
	position: relative;
	margin: 3.2rem auto;
}

#hogbees_plus .exclusive .img_block {
	width: 10rem;
	margin: 0 auto 1.7rem;
}

#hogbees_plus .exclusive .heading {
	text-align: center;
	color: #ff802b;
	font-size: 0.94rem;
	line-height: 2.36;
}

#hogbees_plus .exclusive .emphasis_text {
	display: inline-block;
	background: linear-gradient( transparent 0%, transparent 76%, rgba(231,124,51,0.4) 51.8%,rgba(231,124,51,0.4) 92.9%,transparent 92.9%,transparent 100%);
}

/********************
    points
*********************/
#hogbees_plus .points {
	position: relative;
	margin-bottom: 3.7rem;
}

#hogbees_plus .point {
	position: relative;
	width: 100%;
	box-shadow: 0 0 0.44rem rgba(0,0,0,0.2);
	color: #666666;
}
#hogbees_plus .point:nth-of-type(n+2) {
	margin-top: 2rem;
}

#hogbees_plus .point .number {
	--size: 4.4rem;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: var(--size);
	height: var(--size);
	background: var(--color-orange);
	color: #fff;
	font-size: 0.73rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	z-index: 100;
}
#hogbees_plus .point .number span {
	display: block;
	font-size: 1.82rem;
}

#hogbees_plus .point .inner {
	position: relative;
	padding: 5.9rem 1.4rem 1.4rem;
	z-index: 100;
	text-align: left;
}

#hogbees_plus .point .heading {
	font-size: 1.25rem;
	line-height: 1.7;
	margin-bottom: 0.8rem;
}

#hogbees_plus .point .text {
	font-size: 0.8rem;
	line-height: 2.08;
}

#hogbees_plus .point .illust_list {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 19.8rem;
	row-gap: 0.92rem;
	column-gap: 0;
	justify-content: space-around;
}
#hogbees_plus .point .illust_list__item {
	width: calc((100% - 1.5rem) / 2);
}

#hogbees_plus .point .bg_img {
	width: 100%;
	height: auto;
}

/* 1 */
#hogbees_plus .point[data-number="01"] {
	background: rgba(230, 230, 230, 0.768);
	background : linear-gradient(180deg, rgba(230, 230, 230, 1) 0, rgba(230, 230, 230, 0.868) 100%);
}

#hogbees_plus .point[data-number="01"] .bg_img {
	top: 0;
	width: 100%;
	height: 100%;
}

#hogbees_plus .point[data-number="01"] .illust_list {
	margin-top: 10rem;
}

/* 2 */
#hogbees_plus .point[data-number="02"] .img_block {
	margin-top: 1.3rem;
}

#hogbees_plus .point[data-number="02"] .contents_block:nth-of-type(1) {
	padding-bottom: 1.8rem;
	border-bottom: 0.092rem solid var(--color-orange);
}

#hogbees_plus .point[data-number="02"] .contents_block:nth-of-type(2) {
	padding-top: 1.9rem;
}

/* 3 */
#hogbees_plus .point[data-number="03"] .bg_img {
	top: 6.6rem;
}

#hogbees_plus .point[data-number="03"] .illust_list {
	margin-top: 16rem;
	row-gap: 0.2rem;
}
#hogbees_plus .point[data-number="03"] .illust_list__item {
	width: calc((100% - 0.44rem) / 2);
}

/* 4 */
#hogbees_plus .point[data-number="04"] {
	padding-bottom: 16.6rem;
}

#hogbees_plus .point[data-number="04"] .bg_img {
	position: absolute;
	top: auto;
	bottom: 0;
}
#hogbees_plus .point[data-number="04"] .bg_img span {
	position: absolute;
	display: block;
	padding: 0.44rem 0.56rem 0.54rem;
	background: #fff;
	white-space: nowrap;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
}

/* stone gray */
#hogbees_plus .point[data-number="04"] .bg_img span:nth-of-type(1) {
	bottom: 4rem;
	left: -1.3rem;
	color: #666666;
}
/* ocean blue */
#hogbees_plus .point[data-number="04"] .bg_img span:nth-of-type(2) {
	bottom: 14.4rem;
	left: 3rem;
	color: #3a79a4;
}
/* leaf green */
#hogbees_plus .point[data-number="04"] .bg_img span:nth-of-type(3) {
	bottom: 1.6rem;
	right: 3.8rem;
	color: #777d32;
}
/* sand beige */
#hogbees_plus .point[data-number="04"] .bg_img span:nth-of-type(4) {
	bottom: 13.2rem;
	right: -0.96rem;
	color: #ab9389;
}

/********************
    certification
*********************/
#hogbees_plus .certification {
	position: relative;
	color: #fff;
	padding: 3.5rem 0 3.9rem;
}

#hogbees_plus .certification .heading {
	margin-bottom: 1.17rem;
	font-size: 1.06rem;
	line-height: 1.56;
	white-space: nowrap;
}

#hogbees_plus .certification .heading .sub {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 0.9rem;
}

#hogbees_plus .certification .emphasis_text {
	padding-bottom: 0.25rem;
	background: linear-gradient( transparent 0%, transparent 80.8%, rgba(255,255,0,0.4) 80.8%,rgba(255,255,0,0.4) 100%,transparent 100%,transparent 100%);
}

#hogbees_plus .certification .effect_list {
	justify-content: center;
	width: 100%;
	column-gap: 0.5rem;
	row-gap: 0.5rem;
	flex-wrap: wrap;
	margin-bottom: 0.56rem;
}
#hogbees_plus .certification .effect_list__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 0.52rem) / 2);
	height: 2.2rem;
	background: #fff;
	color: var(--color-orange);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
#hogbees_plus .certification .effect_list__item:nth-of-type(5) {
	width: 62%;
}

#hogbees_plus .certification .text {
	margin-bottom: 1.3rem;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.76;
}

#hogbees_plus .certification .attention_text {
	margin-left: -0.44rem;
	text-align: center;
	font-size: 0.77rem;
	font-weight: 700;
}