/* ================ */
.brand_section {
		background: #000;
		color: #fff;
		min-height: 500px;
		padding: 110px 0;
}
.brand_bg {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 2560px;
		background-image: url("../images/auger_bg_pc.jpg");
		height: 650px;
		margin-bottom: 115px;
}
.brand_bg_inner {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 40px;
		height: 650px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
}
.brand_catch {
		width: 415px;
		margin: 0 0 35px;
}
.brand_bg_inner p {
		font-size: 16px;
		line-height: 2.0;
		font-weight: 400;
		letter-spacing: 0.02em;
		margin: 0 0 2em
}
.brand_bg_inner p:last-child {
		margin-bottom: 0;
}
@media(max-width: 1600px) {
		.brand_bg {
				background-repeat: no-repeat;
				background-position: center center;
				background-size: cover;
				background-image: url("../images/auger_bg_mid.jpg");
				height: 420px;
		}
		.brand_bg_inner {
				height: 420px;
		}
}
.brand_cont {
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding: 0 25px;
}
.brand_cont_left {
		width: 380px;
		margin-right: 45px;
}
.brand_cont_left_hd {
		margin-bottom: 15px;
}
.brand_cont_left_notes {
		line-height: 1.6;
		font-weight: 400;
		font-size: 13px;
}
.brand_cont_figure {
		display: flex;
		margin: 0 0 15px;
}
.brand_cont_figure_item {
		width: calc(100% / 3);
}
.brand_cont_figure_item img {
		width: 100%;
		height: auto;
}
.brand_cont_caption {
		display: flex;
}
.brand_cont_caption_left {
		width: calc(calc(100% / 3) * 2);
}
.brand_cont_caption_right {
		width: calc(100% / 3);
		position: relative;
}
.brand_cont_caption_right p {
		position: absolute;
		width: 270px;
		top: 0;
		left: 0;
}
.brand_cont_caption p {
		font-size: 20px;
		line-height: 1.6;
		font-weight: 600;
		margin: 0 0 10px
}
.brand_cont_caption p sup {
		font-size: 12px;
		font-weight: 400;
		margin-left: 2px;
}
.brand_cont_caption_left ul {
		list-style: none;
		display: flex;
		align-items: center;
		line-height: 1.6;
		font-weight: 400;
		font-size: 13px;
}
.brand_cont_caption_left ul li {
		margin-right: 20px;
}
.brand_cont_center {
		display: flex;
		justify-content: center;
		margin-top: 90px;
}
.link_btn_wrap {
		width: 270px;
		height: 70px;
		position: relative;
}
.link_btn {
		width: 330px;
		font-weight: 500;
}
.link_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-decoration: none;
		height: 96px;
		position: relative;
		box-sizing: border-box;
		transition: background 0.2s;
}
.link_btn a::before {
		content: '';
		display: block;
		position: absolute;
		top: -1px;
		width: 46px;
		height: 96px;
		box-sizing: border-box;
		z-index: -1;
		transition: background 0.2s;
		background: #000;
}
.link_btn a.wht {
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
}
.link_btn a.blk {
		background: #000;
}
.link_btn.left a.blk {
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
}
.link_btn.right a.blk {
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
}
.link_btn a.blk::before {
		background: #000;
}
.brand_cont_center .link_btn a::before, .link_btn.left a::before {
		right: -23px;
		transform: skewX(-25deg);
		border-right: 1px solid #000;
		border-top: 1px solid #000;
}
.brand_cont_center .link_btn a::before {
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		z-index: 0
}
.link_btn.right a::before {
		left: -23px;
		transform: skewX(-25deg);
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
}
.link_btn a.blk {
		background: #000;
}
.link_btn a span {
		position: relative;
		z-index: 10;
		transform: translateX(-15px);
}
.link_btn a span::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 7px);
		right: -30px;
		width: 15px;
		height: 15px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 15px;
		background-image: url("../images/icon_blank_wht.png");
}
@media (hover: hover) {
		.link_btn a.wht:hover, .link_btn a.wht:hover::before, .link_btn a.blk:hover, .link_btn a.blk:hover::before {
				background: #fff;
		}
		.link_btn a.wht:hover, .link_btn a.blk:hover {
				color: #000;
		}
		.link_btn a:hover span::after {
				background-image: url("../images/icon_blank_blk.png");
		}
}
@media(max-width: 1300px) {
		.brand_cont_left {
				width: 38%;
		}
		.brand_cont_left img {
				width: 100%;
				height: auto;
		}
		.brand_cont_right {
				width: 56%;
		}
		.brand_cont_figure_item {
				width: 33.3%;
		}
		.brand_cont_caption p {
				font-size: 17px;
		}
}
@media(max-width: 1024px) {
		.brand_cont_left {
				width: calc(35% - 20px);
				margin-right: 20px;
		}
		.brand_cont_right {
				width: 65%;
		}
		.brand_cont_caption p {
				font-size: 15px;
		}
}
@media(max-width: 840px) {
		.brand_section {
				padding: 80px 0;
		}
		.brand_bg {
				margin-bottom: 80px;
		}
}
@media(min-width: 768px) {
		.brand_bg_sp, .brand_cont_sp {
				display: none;
		}
}
@media(max-width: 767px) {
		.brand_bg_sp {
				margin: 0 0 45px;
		}
		.brand_bg_sp img {
				width: 100%;
				height: auto;
		}
		.brand_bg {
				background: none;
				height: auto;
		}
		.brand_bg_inner {
				height: auto;
				margin: 0 auto;
				padding: 0 25px;
				display: block;
		}
		.brand_catch {
				width: 100%;
				margin: 0 0 30px;
		}
		.brand_catch img {
				width: 100%;
				height: auto;
		}
		.brand_bg_inner p {
				font-size: 15px;
				line-height: 2.0;
				letter-spacing: 0.02em;
				margin: 0 0 2em
		}
		.brand_bg_inner p:last-child {
				margin-bottom: 0;
		}
		.brand_cont {
				display: block;
				padding: 0 25px;
		}
		.brand_cont_left {
				width: auto;
				margin-bottom: 30px;
		}
		.brand_cont_left_hd {
				width: calc(100% - 20px);
				margin-bottom: 15px;
		}
		.brand_cont_left_notes {
				font-size: 12px;
		}
		.brand_cont_right {
				display: none;
		}
		.brand_cont_sp img {
				width: 100%;
				height: auto;
		}
		.brand_cont_sp_upper {
				display: flex;
				justify-content: space-between;
				flex-wrap: wrap;
				margin: 0 0 20px;
		}
		.brand_cont_sp_upper_item {
				width: calc(50% - 15px);
		}
		.brand_cont_sp_upper_caption {
				margin: 0 0 45px;
		}
		.brand_cont_sp_upper_caption p {
				font-size: 20px;
				line-height: 1.6;
				font-weight: 600;
				margin: 0 0 8px
		}
		.brand_cont_sp_upper_caption p sup {
				font-size: 12px;
				font-weight: 400;
				margin-left: 2px;
		}
		.brand_cont_sp_upper_caption ul {
				list-style: none;
				display: flex;
				align-items: center;
				line-height: 1.6;
				font-weight: 400;
				font-size: 12px;
		}
		.brand_cont_sp_upper_caption ul li {
				margin-right: 15px;
		}
		.brand_cont_sp_bottom_item {
				display: flex;
				align-items: center;
		}
		.brand_cont_sp_bottom_item_figure {
				width: calc(50% - 15px);
				margin-right: 15px;
		}
		.brand_cont_sp_bottom_item_caption {
				font-size: 20px;
				line-height: 1.6;
				font-weight: 600;
		}
}
/* ============= */
.banner_section {
		padding: 140px 20px 70px
}
.banner_flex {
		display: flex;
		justify-content: center;
		margin-bottom: 80px;
}
.banner_flex .link_btn {
		margin: 0 38px;
}
.sns_flex {
		display: flex;
		justify-content: center;
		list-style: none;
}
.sns_flex li {
		width: 50px;
		margin: 0 8px;
}
.sns_flex li img {
		width: 100%;
		height: auto;
		border-radius: 50%;
		transition: opacity 0.4s;
}
@media (hover: hover) {
		.sns_flex li a:hover img {
				opacity: 0.7
		}
}
@media(max-width: 840px) {
		.banner_section {
				padding: 80px 20px 70px;
		}
}
@media(max-width: 767px) {
		.banner_flex {
				display: block;
				margin-bottom: 60px;
		}
		.banner_flex .link_btn_wrap {
				margin-left: auto;
				margin-right: auto;
		}
		.sns_flex li {
				width: 45px;
				margin: 0 5px;
		}
}
/* ================ */
.jojo_footer {
		background: #000;
		color: #fff;
		padding: 45px 20px;
		text-align: center;
		font-family: "Inter", "sans-serif";
		font-size: 14px;
}
.corprate_logo {
		width: 60px;
		margin: 0 auto 20px;
}
.corprate_logo img {
		width: 100%;
		height: auto;
}
.copyright {
		margin: 0 0 10px;
		line-height: 1.6;
		letter-spacing: 0;
}
@media(max-width: 767px) {
		.jojo_footer {
				padding: 45px 20px;
				font-size: 13px;
		}
		.copyright {
				margin: 0 0 10px;
		}
}
@media(max-width: 500px) {
		.jojo_footer {
				font-size: 11px;
		}
}
@media(max-width: 767px) {
		.link_btn {
				width: 280px;
		}
		.link_btn a {
				height: 74px;
		}
		.link_btn a::before {
				top: -1px;
				width: 46px;
				height: 74px;
		}
		.brand_cont_center .link_btn a::before, .link_btn.left a::before {
				right: -23px;
		}
		.link_btn.right a::before {
				left: -23px;
		}
		.link_btn.left a span {
				transform: translateX(11px);
		}
		.link_btn.right a span {
				transform: translateX(-20px);
		}
		.link_btn a span::after {
				right: -30px;
		}
		.banner_flex .link_btn {
				margin: 0 0 18px;
		}
		.link_btn.left, .link_btn.right {
				margin-left: auto;
				margin-right: auto;
		}
		.brand_cont_center .link_btn, .link_btn.left {
				transform: translateX(-23px)
		}
		.link_btn.right {
				transform: translateX(23px)
		}
}
/* ================ */
.reserve_section {
		text-align: center;
}
.reserve_section.last {
		padding-bottom: 120px;
		padding-left: 20px;
		padding-right: 20px;
}
@media(max-width: 767px) {
		.reserve_section.last {
				padding-bottom: 80px;
		}
}
.reserve_hd {
		margin: 0 0 20px;
}
.reserve_hd p {
		font-size: 24px;
		font-weight: 700;
		line-height: 1;
		margin: 0 0 10px;
}
.reserve_hd h3 {
		font-size: 54px;
		font-weight: 700;
		line-height: 1.4;
		margin: 0 0 25px;
}
.reserve_flex {
		display: flex;
		align-items: center;
		max-width: 1080px;
		justify-content: space-between;
		margin: 0 auto 30px;
}
.reserve_flex li {
		list-style: none;
		width: 530px;
		position: relative;
		transition: filter 0.4s;
}
.reserve_flex li img {
		width: 100%;
		height: auto;
}
.reserve_flex li picture {
		position: relative;
		display: block;
}
.reserve_flex li picture::before {
		pointer-events: none;
		content: '';
		display: block;
		position: absolute;
		top: 8px;
		left: 8px;
		width: calc(100% - 16px);
		height: calc(100% - 16px);
		box-sizing: border-box;
		border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (hover: hover) {
		.reserve_flex li:hover {
				filter: brightness(1.2)
		}
}
.reserve_notes {
		font-size: 14px;
		font-weight: 500;
		line-height: 1.8;
		text-align: center;
}
@media(max-width: 1200px) {
		.reserve_hd p {
				font-size: 20px;
		}
		.reserve_hd h3 {
				font-size: 44px;
		}
		.reserve_flex li {
				width: calc(50% - 10px);
		}
}
@media(max-width: 840px) {
		.reserve_hd p {
				font-size: 18px;
		}
		.reserve_hd h3 {
				font-size: 40px;
		}
		.reserve_flex li picture::before {
				top: 4px;
				left: 4px;
				width: calc(100% - 8px);
				height: calc(100% - 8px);
		}
}
@media(min-width: 767px) {
		.spbr {
				display: none;
		}
}
@media(max-width: 767px) {
		.reserve_hd {
				margin: 0 0 20px;
		}
		.reserve_hd p {
				font-size: 18px;
		}
		.reserve_hd h3 {
				font-size: 32px;
		}
		.reserve_flex {
				display: block;
				margin: 0 auto 30px;
		}
		.reserve_flex li {
				width: 100%;
				margin: 0 0 8px;
		}
}
/* ================ */
.pagetop {
		position: fixed;
		width: 80px;
		right: 40px;
		bottom: 40px;
		display: none;
		cursor: pointer;
		z-index: 100;
}
.pagetop img {
		width: 100%;
		height: auto;
		border-radius: 50%;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) {
		.pagetop a:hover img {
				transform: scale(1.2)
		}
}
@media(max-width: 767px) {
		.pagetop {
				width: 50px;
				right: 15px;
				bottom: 20px;
		}
}
::selection {
		background: #FFF100 !important;
		-webkit-background-clip: inherit;
		-webkit-text-fill-color: #fff;
		color: #000;
}
::-moz-selection {
		background: #FFF100;
}