@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
}
html {
	font-size: clamp(14px,4.375vw,32px);
	-webkit-text-size-ajust: 100%;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	width: 100%;
}
@font-face {
	font-display: swap;
	font-family: 'dnp-shuei-mgothic-std';
	font-style: normal;
} 
body {
	background: #000000;
	line-height: 1.4;
	margin: 0;
}
main {
	margin: 0 auto 10%;
}
section {
	padding: 5% 0;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
p {
	font-size: clamp(14px,4.375vw,32px);
	color: #ffffff;
}
a {
	color: #FF0004; 
}
/*　ーー　共通　ーー　*/
.inner {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}
p.doshisha_marche a {
	position: relative;
	display: inline-block;
	font-size: clamp(13px, 4.0vw, 20px);
	text-align: center;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	background: #404040;
	border-radius: 50px;
	padding: 10px 20px 10px 54px;
	border-bottom: none;
}
p.rakuten a {
	position: relative;
	display: inline-block;
	font-size: clamp(13px, 4.0vw, 20px);
	text-align: center;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	background: #ac3e3e;
	border-radius: 50px;
	padding: 10px 20px 10px 54px;
	border-bottom: none;
}
p.doshisha_marche a::before, p.rakuten a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: url("../../images/shopping_cart.svg") no-repeat center / 30px;
	z-index: 1;
}
p.doshisha_marche a:hover, p.rakuten a:hover {
	opacity: 0.5;
}
br.br_769 {
	display: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.bg_01 {
	width: 100%;
	height: 30px;
	background: repeating-linear-gradient(-45deg,#d71618 0,#d71618 10px,black 10px,black 20px);
	margin: 0 0 10px;
}
.bg_02 {
  width: 100%;
  height: 26px;
  background: #d71618;
  position: relative;
  overflow: hidden;
}
.bg_02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(135deg, black 25%, transparent 25%) -10px 0/20px 20px,
              linear-gradient(225deg, black 25%, transparent 25%) -10px 0/20px 20px;
}
.highpower {
	font-family: "vdl-linegr", sans-serif;
	text-align: center;
	font-size: clamp(10px, 3.125vw, 16px);
	letter-spacing: 15px;
}
.txtR {
	text-align: right;
}

/*　ーー　/共通　ーー　*/

/*　ーー　header　ーー　*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	height: auto;
	margin: 1% 0 0;
}
header h1 img {
	width: auto;
	height: 54px;
}
header p ,header a {
    font-size: clamp(13px, 4.0vw, 20px);
}
header .inner {
	position: relative;
}
header ul.nav {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1%;
	width: 100%;
	max-width: 780px;
	background: #ffffff;
	border-radius: 50px;
	padding: 5px 10px;
	box-shadow: 0 7px 12px -4px #0006;
}
header ul.nav li.logo:hover {
	opacity: 0.5;
}
header ul.nav li a {
	display: inline-block;
	font-size: 18px;
	color: #666666;
	padding: 10px 5px;
}
header ul.nav li a:hover {
	color: #000000;
}
header .openbtn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999999;
    box-shadow: 0 7px 12px -4px #0006;
}
header .humbergar_menu {
	display: none;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,1);
	width: 90vw;
	max-width: 1200px;
	height: auto;
	border-radius: 30px;
	padding: 30px;
	border: 1px solid #241d1b;
	transition: all 0.5s ease-out;
}
header .humbergar_menu .humbergar_menu_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
header .humbergar_menu .humbergar_menu_content {
	display: flex;
	justify-content: center;
	align-items: flex-start;
    width: 100%;
    margin: 20px auto 0;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_title {
	position: relative;
    margin: 0 auto 1em;
    text-align: center;
    font-weight: bold;
    font-size: clamp(20px, 6.25vw, 26px);
    color: #241d1b;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_list {
    width: 60%;
	border-right: 1px solid #cccccc;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_list .humbergar_menu_content_title {
	width: 90%;
    margin: 0 0 1em;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_title span {
	position: absolute;
    top: 2em;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(13px, 4.0vw, 16px);
    font-weight: normal;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new {
    width: 40%;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new_name {
    text-align: center;
    padding: 0.2em 1em;
    margin: 0 0 10px;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new_name a {
    background: #d9c5df52;
    font-size: clamp(12px, 3.75vw, 20px);
    color: #000000;
    padding: 0.2em 1em;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new figure {
    width: 25vw;
    max-width: 200px;
    background: #404040;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new figure img {
    height: auto;
    max-height: 200px;
    margin: 0 auto;
}
header .humbergar_menu .humbergar_nav li {
	width: 90%;
	margin: 0;
}
header .humbergar_menu .humbergar_nav li a {
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px 0;
    background: #f1f1f1;
	color: #000000;
	padding: 10px 0;
}
header .humbergar_menu .humbergar_nav li a:hover {
	color: #000000;
}
header .humbergar_menu .logo {
	width: 57%;
    max-width: 300px;
    margin: 0;
}
header .humbergar_menu .logo:hover {
	opacity: 0.5;
}
header .humbergar_menu .logo a {
	width: 100%;
	text-align: center;
	border-bottom: none;
	padding: 0;
}
header .humbergar_menu .logo img {
	width: 90%;
	margin: 0 auto;
}
header .humbergar_menu .purchase {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 1%;
	margin: 0 auto 0;
}
header .humbergar_menu .purchase img {
    width: clamp(20px, 6.25vw, 30px);
	padding-right: 0.1em;
	text-align: left;
}
/*　ーー　/header　ーー　*/

.purchase_promotion {
    width: 90vw;
    max-width: 780px;
    position: fixed;
    left: 50%;
    bottom: -4%;
    transform: translateX(-50%);
    background: #ffffff;
    box-shadow: 0 7px 12px -4px #0006;
    border-radius: 10px;
    margin: 50px auto;
    opacity: 0;
    transition: all 0.5s ease-out;
    z-index: 999999;
}
.purchase_promotion.scroll_view {
    opacity: 1;
}
.purchase_promotion .flex_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 1%;
	margin: 2% auto;
}
.purchase_promotion p {
	width: 35%;
	text-align: center;
	font-size: clamp(15px, 4.6vw, 22px);
	color: #000000;
	-webkit-text-fill-color: #000000;
	margin: 0;
}
.purchase_promotion p.doshisha_marche {
	width: 23%;
}
.purchase_promotion p.rakuten {
	width: 23%;
}
.purchase_promotion p.doshisha_marche a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	background: #404040;
	background-size: 15%;
	border-radius: 50px;
	padding: 10px 20px 10px 54px;
}
.purchase_promotion p.rakuten a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	background: #ac3e3e;
	background-size: 15%;
	border-radius: 50px;
	padding: 10px 20px 10px 54px;
}
.purchase_promotion p.doshisha_marche a:hover,.purchase_promotion p.rakuten a:hover {
	opacity: 0.5;
}
footer {
	background: #000000;
	padding: 4% 0 100px;
}
footer p {
	width: 90%;
	max-width: 500px;
	font-size: clamp(12px,3.75vw,20px);
	color: #ffffff;
	text-align: center;
	margin: 3% auto;
}
#main_image {
	position: relative;
}
#main_image h1 {
	width: 98%;
	max-width: 1000px;
	margin: 20px auto;
}
#main_image .main {
	width: 30%;
	margin: 5% auto 0 20%;	
}
#main_image .main_gorilla {
	position: absolute;	
	bottom: 0;
	right: 10%;
	width: 40%;
}
#concept {
	margin: 5% auto;
}
#concept figure {
	text-align: center;
	margin: 0 auto;
}
#concept .concept_title {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
#concept .concept_title h2 {
	width: 50%;
	opacity: 0;
	transform: translateX(0);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
/* 1つ目（その風、まさに）は左から */
#concept .concept_title h2:nth-child(1) {
  transform: translateX(-60px);
}

/* 2つ目（ゴリラ級）は右から */
#concept .concept_title h2:nth-child(2) {
  transform: translateX(60px);
}

/* JSで .is-show が付いたら表示＆元位置に */
#concept .concept_title h2.is-show {
  opacity: 1;
  transform: translateX(0);
}

#concept .contents {
	width: 100%;
	background: url(../images/bg_01.webp) no-repeat center ,100%;
	background-size: contain;
    margin: 0 auto;	
}
#concept .contents figure {
	width: 90%;	
	max-width: 1000px;
	margin: 0 auto;	
}
#concept section {
	width: 90%;	
	max-width: 1000px;
	margin: 0 auto;	
}
#concept section + section {
	padding: 0 0 5%;	
}
#concept section h3 {
	color: #d71618;
	text-align: center;
	font-size: clamp(22px, 6.875vw, 60px);
	font-family: "dela-gothic-one", sans-serif;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 auto 2%;	
}
#concept section h3 .icon {
  width: 190px;
  height: 155px;
  flex-shrink: 0;
}
#concept section p {
	margin: 2% auto 0;
	padding: 0 2%;	
}
#feature h2 {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 5%;
}
#feature section {
	width: 90%;	
	max-width: 1000px;
	margin: 5% auto;	
	background: #d71618;
	border-radius: 28px;
	padding: 0 0 5%;
	overflow: hidden;
}
#feature .feature_title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	background-color: #e60012; /* 赤ベース */
	background-image: repeating-linear-gradient(115deg,black 0,black 3px,#e60012 2px,#e60012 5px);
	padding: 3% 0;
}
#feature .feature_title p {
	display: inline-block;
	background: #d71618;
	border-radius: 50px;
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 10px 20px;
}
#feature .feature_title h3 {
	color: #ffffff;
	font-size: clamp(30px,9.375vw,70px);
	line-height: 1;
}
#feature .feature_title h3 span {
	font-size: clamp(16px,5vw,50px);
}
#feature h4 {
	color: #ffffff;
	font-size: clamp(30px,9.375vw,70px);
	text-align: center;
	font-family: "dela-gothic-one", sans-serif;
	text-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
	font-weight: 400;
	margin: 0 0 2%;	
}
#feature h4 span {
	font-size: clamp(16px,5vw,50px);
}
#feature .box_flex {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
}
#feature .box_flex + .box_flex {
	margin: 5% auto 0;	
}
#feature .feature_inner {
	padding: 5% 2% 0;
}
#feature .box_flex .box_flex_left {
	width: 60%;	
}
#feature .box_flex .box_flex_right {
	width: 40%;	
}
#feature .feature_inner p {
	margin: 2% 0;	
}
#feature .feature_inner .round {
	display: inline-block;
	background: #ffffff;
	border-radius: 50px;
	color: #d71618;
	padding: 10px 20px;
	margin: 0 10px 0 0;	
}
#movie {
	margin: 5% 0;
}
#movie h2 {
	text-align: center;
	color: #d71618;
}
#movie p {
	text-shadow: 5px 5px 0px #d71618;
	font-family: "dela-gothic-one", sans-serif;
	text-align: center;
}
#movie .youtube {
	margin: 5% auto;
}
#lineup {
	text-align: center;
	margin: 5% auto;
}
#lineup h2 {
	text-align: center;
	color: #d71618;
}
#lineup .spec_chart {
    display: grid;
    grid-template-columns: 0.6fr 1.4fr;
    grid-template-rows: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
    gap: 2px;
    grid-template-areas:
        ". ."
        ". ."
        ". ."
        ". ."
        ". ."
        ". ."
        ". ."
        ". .";
}
#lineup .spec_chart .spec_name {
    background: #666666;
    text-align: center;
}
#lineup .spec_chart .spec_name p {
    font-size: clamp(13px, 4.0vw, 20px);
    padding: 10px 0;	
}
#lineup p.manual {
	text-align: center;
	margin: 3% auto 10%;
}
#lineup .manual a {
    display: inline-block;
	color: #ffffff;
	background: #d2d2d2;
	color: #000000;
	text-align: center;
	font-size: clamp(13px, 4.0vw, 20px);
	padding: 15px 50px;
}
#lineup .spec_chart .spec_detail {
    background: #d2d2d2;
	padding-left: 1em;
}
#lineup .spec_chart .spec_detail p {
    color: #000000;
    font-size: clamp(13px, 4.0vw, 20px);
    padding: 10px 0;	
}

@media screen and (max-width: 1600px) {
	
}
@media screen and (max-width: 1024px) {
	header ul.nav {
		display: none;
	}
	.purchase_promotion p.doshisha_marche {
		width: 48%;
		max-width: 200px;
		margin: 0;
	}
	.purchase_promotion p.rakuten {
		width: 48%;
		max-width: 200px;
		margin: 0;
	}
}
@media screen and (max-width: 769px) {
	header .humbergar_menu {
        width: 98vw;
        padding: 20px;
    }
	header .humbergar_menu .humbergar_menu_flex {
        display: block;
        justify-content: center;
        align-items: center;
    }
    header .humbergar_menu .logo {
        width: 90%;
        max-width: 300px;
        margin: 0 auto;
    }
    header .humbergar_menu .purchase {
        margin: 20px auto 0;
        max-width: 360px;
    }
    header .humbergar_menu .purchase p.doshisha_marche {
        width: 49%;
        margin: 0 auto;
    }
    header .humbergar_menu .purchase p.rakuten {
        width: 49%;
        margin: 0 auto;
    }
	.purchase_promotion p:first-of-type {
		width: 100%;
	}
    header .humbergar_menu .humbergar_menu_content {
        display: block;
    }
    header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_list {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #cccccc;
    }
    header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_list .humbergar_menu_content_title {
        margin: 0 auto 1em;
    }
    header .humbergar_menu .humbergar_nav li {
        margin: 0 auto;
    }
    header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new {
        width: 98%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        margin: 20px auto 0;
    }
    header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new figure {
        margin: 0;
    }
	br.br_769 {
		display: block;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.highpower {
	    letter-spacing: 4px;
	}
	#main_image .main {
		width: 100%;
		margin: 5% auto;
	}
	#main_image .main_gorilla {
		position: static;
		width: 100%;
		margin: 0 auto;
	}
	#concept section h3 {
		display: block;
	}
	#concept section h3 .icon {
		display: block;
		width: 100px;
	    height: 87px;
		margin: 0 auto;	
	}
	#feature .feature_title {
	    display: block;
	    text-align: center;
	}
	#feature .feature_title p {
	    margin: 0 0 2%;	
	}
	#feature .box_flex {
	    display: block;
	}
	#feature .box_flex .box_flex_left {
		width: 100%;	
	}
	#feature .box_flex .box_flex_right {
		width: 100%;	
	}
	#feature .feature_inner figure {
		margin: 10% 0;
	}
	
}





































































