@charset "Shift_JIS";

@font-face {
    font-family: 'SourceHanSans';
	font-display: block;
    font-style: normal;
    font-weight: 500;
	src: url(../fonts/SourceHanSansJP-Medium.woff2) format('woff2'),
		 url(../fonts/SourceHanSansJP-Medium.woff) format('woff'),
		 url(../fonts/SourceHanSansJP-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'SourceHanSans';
	font-display: block;
    font-style: normal;
    font-weight: 700;
	src: url(../fonts/SourceHanSansJP-Bold.woff2) format('woff2'),
		 url(../fonts/SourceHanSansJP-Bold.woff) format('woff'),
		 url(../fonts/SourceHanSansJP-Bold.otf) format('opentype');
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +base & parts   */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#landing ol,#landing li { list-style: none!important; margin-left: 0!important;}
/********************

   common

*********************/
#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;
	background-color: white;
	font-size: 19px;
	font-weight: 500;
	overflow: hidden;
	text-align: center;
	font-family: var(--font-SourceHanSans);
	color: #000;
}

#hogbees_plus * {
	box-sizing: border-box;
}

#hogbees_plus h2,
#hogbees_plus h3 {
	margin: 0;
	font-size: 23.2px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.17em;
}


#hogbees_plus p {
	font-size: 16px;
	line-height: 2.1;
	font-weight: 500;
	letter-spacing: 0.17em;
}

#hogbees_plus img {
	max-width: 100%;
	height: auto;
}

#hogbees_plus section {
	position: relative;
}

/********************
   parts
*********************/
#hogbees_plus .contents_wrapper {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#hogbees_plus .flex_base {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
#hogbees_plus .flex_base.flex_wrap {
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 4px;
	column-gap: 23px;
}

#hogbees_plus .attention_text {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.9;
}

#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-block;
	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: 2px solid var(--color-orange);
	background: #fff;
	border-top: var(--border);
	border-bottom: var(--border);
}

/* --- リンク画像の透過--- */
#landing a:hover {
	opacity: .65;
	-webkit-opacity: .65;
	-moz-opacity: .65;
}

#landing a {
	transition: opacity .2s ease-out;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +landing  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ▼コンテンツ用スタイル 編集可能領域ここから▼ --------------------------------------------------------------------------------------------*/
/********************

   main

*********************/
/********************
   fv
*********************/
#hogbees_plus #fv {
	position: relative;
	width: 1300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#hogbees_plus #fv .contents_wrapper {
	position: absolute;
	top: 0;
	left: 41%;
	transform: translateX(-50%);
	height: 100%;
}
#hogbees_plus #fv .bg_img {
	position: relative;
}
#hogbees_plus #fv .bg_img img {
	width: 100%;
    height: 100%;
    margin-left: -380px;
}

#hogbees_plus #fv .fv_inner {
	position: relative;
	top: 118px;
	width: fit-content;
	padding: 46px 40px 40px;
}
#hogbees_plus #fv .fv_inner .sub{
	display: inline-block;
	padding: 11px 15px;
	margin-bottom: 20px;
	background: var(--color-orange);
	border-radius: 100px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}
#hogbees_plus #fv .page_lead {
	margin-bottom: 26px;
	font-size: 23.7px;
	font-weight: 700;
	line-height: 1;
}

#hogbees_plus #fv .page_tit span {
	display: block;
	line-height: 1;
	margin-top: 11px;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.26em;
}

#hogbees_plus #fv .logo {
	position: absolute;
	bottom: 45px;
	right: 80px;
}

/********************
    introduction
*********************/
#hogbees_plus .introduction {
	position: relative;
	padding: 96px 0 86px;
}

#hogbees_plus .introduction .heading {
	font-size: 23px;
	line-height: 2.36;
	color: #fff;
}

#hogbees_plus .introduction .introduction_block {
	position: relative;
	column-gap: 150px;
	margin-bottom: 44px;
}
#hogbees_plus .introduction .introduction_block p {
	--size: 166px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1000px;
	width: var(--size);
	height: var(--size);
	background: #fff;
	color: var(--color-orange);
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.16em;
	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: 100px;
	height: 1.3px;
	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: 76px auto 92px;
}

#hogbees_plus .exclusive .contents_block {
	column-gap: 42px;
}

#hogbees_plus .exclusive .heading {
	text-align: left;
	color: #ff802b;
	font-size: 23px;
	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: 120px;
}

#hogbees_plus .point {
	position: relative;
	width: 100%;
	box-shadow: 0 0 6.2px rgba(0,0,0,0.22);
	color: #666666;
}
#hogbees_plus .point:nth-of-type(n+2) {
	margin-top: 44px;
}

#hogbees_plus .point .number {
	--size: 82px;
	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: 13px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	z-index: 100;
}
#hogbees_plus .point .number span {
	display: block;
	font-size: 35px;
}

#hogbees_plus .point .inner {
	position: relative;
	padding-top: 86px;
	padding-left: 125px;
	z-index: 100;
	text-align: left;
}

#hogbees_plus .point .heading {
	margin-bottom: 25px;
}

#hogbees_plus .point .text {
	font-size: 16.2px;
	line-height: 2.08;
}

#hogbees_plus .point .illust_list {
	justify-content: flex-start;
	column-gap: 18px;
}

/* 1 */
#hogbees_plus .point[data-number="01"] {
	height: 592px;
}

#hogbees_plus .point[data-number="01"] .illust_list {
	margin-top: 137px;
}

/* 2 */
#hogbees_plus .point[data-number="02"] {
	height: 440px;
}

#hogbees_plus .point[data-number="02"] .inner {
	align-items: stretch;
	justify-content: flex-start;
	padding-left: 118px;
}

#hogbees_plus .point[data-number="02"] .contents_block {
	padding-top: 4px;
}

#hogbees_plus .point[data-number="02"] .contents_block:nth-of-type(1) {
	padding-right: 38px;
	border-right: 2px solid var(--color-orange);
}
#hogbees_plus .point[data-number="02"] .contents_block:nth-of-type(1) .img_block {
	margin-top: 40px;
	margin-left: -37px;
}

#hogbees_plus .point[data-number="02"] .contents_block:nth-of-type(2) {
	padding-left: 50px;
}
#hogbees_plus .point[data-number="02"] .contents_block:nth-of-type(2) .img_block {
	margin-top: 28px;
}

/* 3 */
#hogbees_plus .point[data-number="03"] {
	height: 516px;
}

#hogbees_plus .point[data-number="03"] .illust_list {
	margin-top: 42px;
	margin-left: -70px;
}

/* 4 */
#hogbees_plus .point[data-number="04"] {
	height: 694px;
}

/********************
    certification
*********************/
#hogbees_plus .certification {
	position: relative;
	color: #fff;
	padding: 130px 0 92px;
}

#hogbees_plus .certification .heading {
	margin-bottom: 24.4px;
	font-size: 35px;
	line-height: 1.56;
}

#hogbees_plus .certification .heading .sub {
	display: block;
	margin-bottom: 8px;
	font-size: 23px;
}

#hogbees_plus .certification .emphasis_text {
	background: linear-gradient( transparent 0%, transparent 84.8%, rgba(255,255,0,0.4) 84.8%,rgba(255,255,0,0.4) 100%,transparent 100%,transparent 100%);
}

#hogbees_plus .certification .effect_list {
	column-gap: 20px;
	row-gap: 15px;
	flex-wrap: wrap;
	margin-bottom: 16px;
}
#hogbees_plus .certification .effect_list__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 55px;
	background: #fff;
	color: var(--color-orange);
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#hogbees_plus .certification .effect_list__item:nth-of-type(4),
#hogbees_plus .certification .effect_list__item:nth-of-type(5) {
	width: 300px;
}

#hogbees_plus .certification .text {
	margin-bottom: 28px;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.76;
}