:root {
	--primary: #00a0e9;
	--secondary: #117fe2;
	--danger: #961212;
}

* {
	box-sizing: border-box;
}

html {
	--font-family-base: Noto Sans JP, sans-serif;
	--font-weight-base: 400;
	--lineheight-base: 1.5;
	--font-ttl: Noto Serif JP, serif;
	font-size: 10px;
	overflow-x: hidden;
}

html.noscroll {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	background-color: #fff;
	color: #000;
	margin: 0;
	font-family: var(--font-family-base);
	font-weight: var(--font-weight-base);
	font-size: 14px;
	line-height: var(--lineheight-base);
	text-align: left;
	position: relative;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

ol,
ul,
dl {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

b,
strong {
	font-weight: 700;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: 400;
	text-align: inherit;
	text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[hidden] {
	display: none !important;
}

.wrapper {
	margin-inline: auto;
	max-width: 1230px;
	width: 100%;
	padding-left: 17.5px;
	padding-right: 17.5px;
}

.outner {
	margin-inline: auto;
	max-width: 1150px;
	width: 100%;
	padding-left: 17.5px;
	padding-right: 17.5px;
}

.container {
	margin-inline: auto;
	max-width: 1120px;
	width: 100%;
	padding-left: 17.5px;
	padding-right: 17.5px;
}

.inner {
	margin-inline: auto;
	max-width: 1030px;
	width: 100%;
	padding-left: 17.5px;
	padding-right: 17.5px;
}

.btn {
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #000;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
}

.btn:hover {
	color: #000;
	text-decoration: none;
}

.btn:focus,
.btn.focus {
	outline: 0;
}

.btn.disabled,
.btn:disabled {
	opacity: 0.6;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.p-header {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 10px;
	padding: 3px 7.5px;
	transition: all 0.3s ease;
	top: 0;
}

.p-header.is-fixed {
	background-color: #000;
	position: fixed;
}

.p-header.is-fixed .p-header__logo {
	opacity: 1;
}

.p-header__home {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--primary);
	color: #fff;
	transition: all 0.3s ease;
	font-size: 10px;
	padding: 4px 12.5px;
	min-width: 80px;
}

.p-header__home:hover {
	opacity: 0.8;
}

.p-header__logo {
	display: flex;
	align-items: center;
	opacity: 0;
}

.p-header__logo img {
	max-width: 123px;
}

.eng-style .hd_lang:before {
	left: 43px;
}

.eng-style .hd_lang span:first-of-type {
	color: #333;
}

.eng-style .hd_lang span:last-of-type {
	color: #fff;
}

.eng-style .hd_lang:hover:before {
	left: 2px;
}

.eng-style .hd_lang:hover span:first-of-type {
	color: #fff;
}

.eng-style .hd_lang:hover span:last-of-type {
	color: #333;
}

.hd_lang {
	display: flex;
	position: relative;
	align-items: center;
	width: 150px;
	height: 26px;
	border-radius: 13px;
	background: #eff0f4;
	cursor: pointer;
}

.hd_lang:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2px;
	width: 75px;
	height: 24px;
	border-radius: 12px;
	background: #00a0e9;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.hd_lang span {
	position: relative;
	letter-spacing: 0;
	transition: all 0.3s ease;
	flex: 1 1;
	text-align: center;
}

.hd_lang span:first-of-type {
	color: #fff;
}

.hd_lang span:last-of-type {
	font-family: arial, sans-serif;
}

.hd_lang.is_active:before {
	right: 2px;
	left: auto;
}

.hd_lang.is_active span:first-of-type {
	color: #333;
}

.hd_lang.is_active span:last-of-type {
	color: #fff;
}

.en_header .hd_lang:before {
	right: 2px;
	left: auto;
}

.en_header .hd_lang span:first-of-type {
	color: #333;
}

.en_header .hd_lang span:last-of-type {
	color: #fff;
}

.p-footer__bnr {
	background: url("../images/footer_bg_sp.jpg") no-repeat center;
	padding: 28px 0;
}

.p-footer__bnr .container {
	align-items: center;
	display: flex;
}

.p-footer__logo img {
	max-width: 142px;
}

.p-footer__image {
	text-align: center;
}

.p-footer__image img {
	max-width: 300px;
}

.p-footer__copyright {
	line-height: 2;
	text-align: center;
	color: #000;
	background-color: #000;
	color: #fff;
	letter-spacing: 0.059em;
	font-size: 12.5px;
	padding: 12.5px 0 37.5px;
}

.page-top {
	position: fixed;
	text-align: center;
	bottom: 0;
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
	border-bottom: 0;
	cursor: pointer;
	right: 35px;
	padding: 5px 10px 5px 25px;
	font-size: 9px;
}

.page-top::before {
	content: "";
	position: absolute;
	aspect-ratio: 1;
	border: 1px solid #fff;
	border-width: 1px 1px 0 0;
	transform: rotate(-45deg);
	top: calc(50% - 1px);
	width: 5px;
	left: 10px;
}

.hline01__ttl {
	font-size: 32px;
	font-weight: 500;
}

.body-txt {
	font-size: 10px;
	line-height: 2;
}

.nowrap {
	white-space: nowrap;
}

.p-60th .fullsp {
	margin-inline: -15px;
}

.p-mv {
	background: url(../images/mv_bg.jpg) no-repeat center center/cover;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 362px;
}

.p-mv__ttl {
	width: 206.5px;
}

.p-intro {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
	z-index: 1;
}

.p-intro.--right {
	background-color: #053e4a;
}

.p-intro.--right .p-intro__name {
	text-align: right;
}

.p-intro.--left {
	background-color: #45372f;
}

.p-intro.--left .p-intro__bg img {
	-o-object-position: top center;
	object-position: top center;
}

.p-intro__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-intro__body {
	padding: 27.5px 5px 27.5px;
}

.p-intro__ttl {
	font-family: var(--font-ttl);
	font-size: 20px;
	margin-bottom: 15px;
}

.p-intro__txt {
	font-size: 10px;
	margin-bottom: 15px;
	line-height: 2;
}

.p-intro__name {
	font-size: 10px;
}

.p-intro__name .large {
	font-size: 18px;
}

.p-video {
	background-color: #000;
	z-index: 1;
	position: relative;
	width: 100%;
	height: 100%;	
	overflow: hidden;
}

.p-video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border: none;
	outline: none;
	filter: drop-shadow(0 0 rgba(0, 0, 0, 0));
}

.p-video iframe {
	display: block;
	width: 100%;
}

.p-video .movie_btn {
	display: block;
	z-index: 1;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.p-video .movie_btn .js_video_button {
	-webkit-transition: all 0.3s ease;
	display: block;
	z-index: 1;
	position: relative;
	width: 65px;
	height: 40px;
	border-radius: 20px;
	background: #eff0f4;
	transition: all 0.3s ease;
	outline: 0;
	border: 0;
	cursor: pointer;
}

.p-video .movie_btn .js_video_button.active {
	background: #d1f0ff;
}

.p-video .movie_btn .js_video_button.active span {
	left: 30px;
	background: #00a0e9;
}

.p-video .movie_btn .js_video_button.active span:before {
	color: #fff;
	font-family: Font Awesome\ 5 Free;
	font-size: 18px;
	font-weight: 700;
	content: "\f028";
}

.p-video .movie_btn span {
	-webkit-transition: all 0.3s ease;
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #888;
	transition: all 0.3s ease;
}

.p-video .movie_btn span:before {
	-webkit-transition: all 0.3s ease;
	display: inline-block;
	z-index: 1;
	color: #fff;
	font-family: Font Awesome\ 5 Free;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	content: "\f6a9";
	transition: all 0.3s ease;
}

.p-history {
	padding-top: 42px;
}

.p-history__ttl {
	text-align: center;
	font-family: var(--font-ttl);
	font-size: 20px;
	padding-inline: 40px;
	margin-bottom: 17.5px;
	font-weight: 500;
}

.p-history__bg {
	position: relative;
	padding-bottom: 40px;
	overflow: hidden;
}

.p-history__bg::before,
.p-history__bg::after {
	content: "";
	position: absolute;
	background-color: #d5d6d6;
	z-index: -1;
	pointer-events: none;
}

.p-history__bg::after {
	top: -15px;
	left: 50%;
	width: 200%;
	height: 100%;
	transform: translateX(-50%) rotate(-10deg);
	transform-origin: right top;
}

.p-history__bg::before {
	inset: 0;
	top: 30%;
}

.p-history__txt:not(:last-child) {
	margin-bottom: 25px;
}

.p-history-media__image {
	width: 196px;
}

.p-history-row__image img {
	width: 100%;
}

.p-history-area {
	background-color: #fff;
}

.p-history-area__row {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(2, 1fr);
}

.p-history-area__image:not(:last-child) {
	margin-bottom: 10px;
}

.p-history-area__image.--large {
	margin-right: -8px;
}

.p-accordion.--basic .p-accordion__btn span {
	background-color: #565656;
}

.p-accordion.--basic .p-accordion__ttl {
	margin-bottom: 16px;
}

.p-accordion.--primary .p-accordion__btn span {
	background-color: var(--primary);
}

.p-accordion.--primary .p-accordion__ttl {
	margin-bottom: 15px;
	color: var(--secondary);
	font-weight: 500;
}

.p-accordion.--primary .p-accordion__icon::before,
.p-accordion.--primary .p-accordion__icon::after {
	background-color: var(--secondary);
}

.p-accordion__ttl {
	position: relative;
	text-align: center;
	font-size: 16px;
}

.p-accordion__btn {
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	margin-top: 12px;
}

.p-accordion__btn span {
	font-size: 14.5px;
	min-width: 162px;
	color: #fff;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.059em;
}

.p-anchor__ttl {
	text-align: center;
	font-family: var(--font-ttl);
	color: #fff;
	font-size: 20px;
	padding: 18px;
	background: linear-gradient(to right, #00afff, #1171e2);
}

.p-anchor-wrap {
	color: #fff;
}

.p-anchor-wrap.is-fixed {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 10;
}

.p-anchor-list {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	-moz-column-gap: 2px;
	column-gap: 2px;
}

.p-anchor-list__item {
	text-align: center;
}

.p-anchor-list__anchor {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.p-anchor-list__anchor.--new .p-anchor-list__sub::before {
	content: "New";
	line-height: 1.3;
	font-weight: 200;
	font-size: 13px;
	font-family: var(--font-ttl);
	background: var(--danger);
	padding: 0px 7px;
	border-radius: 2px;
}

.p-anchor-list__anchor.--new .p-anchor-list__ttl::before {
	content: "New";
	line-height: 1.3;
	font-weight: 200;
	font-size: 13px;
	font-family: var(--font-ttl);
	background: var(--danger);
	padding: 0px 7px;
	border-radius: 2px;
}

.p-anchor-list__ttl {
	font-family: var(--font-ttl);
	font-weight: 300;
	position: relative;
	font-size: 12px;
}

.p-anchor-list__sub {
	font-size: 12px;
	position: relative;
}

.p-series {
	overflow: hidden;
	position: relative;
}

.p-series__item {
	margin-bottom: 58px;
}

.p-series__txt {
	letter-spacing: 0.059em;
	line-height: 1.6666666667;
	font-size: 10px;
}

.p-series__txt:not(:last-child) {
	margin-bottom: 10px;
}

.p-series__body {
	display: flex;
	flex-direction: column;
}

.p-series__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #888;
	color: #fff;
	width: 100%;
	border-radius: 6px;
	font-size: 17.5px;
	padding: 8px 15px;
	max-width: 162px;
}

.p-series__btn.--comming {
	background-color: transparent;
	opacity: 0.5;
}

.p-series-bnr {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.p-series-bnr .outner {
	position: absolute;
	z-index: 2;
	display: flex;
	align-items: center;
}

.p-series-bnr__bg {
	width: 100%;
	height: 327px;
}

.p-series-bnr__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-series-bnr__body {
	color: #fff;
	min-width: 31%;
}

.p-series-bnr__ttl {
	font-family: var(--font-ttl);
	font-weight: 300;
	font-size: 23px;
	margin-bottom: 10px;
}

.p-series-bnr__sub {
	font-size: 11px;
}

.p-series-intro {
	position: relative;
	color: #fff;
	padding: 32.5px 0 70px;
}

.p-series-intro::before {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;
	width: 200%;
	height: 120%;
	background-color: #000;
	z-index: -1;
	pointer-events: none;
	transform: translateX(-50%) rotate(12deg);
	transform-origin: right bottom;
}

.p-series-intro__content {
	padding-bottom: 25px;
}

.eng-style .p-series-intro__body {
	margin-top: 15px;
}

.p-series-intro__ttl {
	font-family: var(--font-ttl);
	font-size: 18.5px;
	margin-bottom: 15px;
	width: 100%;
}

.eng-style .p-series-intro__ttl {
	margin-bottom: 0;
}

.p-series-intro__txt {
	line-height: 2.1428571429;
	letter-spacing: 0.059em;
	font-size: 10px;
}

.eng-style .p-series-intro__txt {
	letter-spacing: 0.035em;
	text-align: justify;
}

.p-series-intro .p-series__body {
	align-items: flex-end;
	text-align: right;
}

.p-series-prod:not(:last-child) {
	margin-bottom: 36px;
}

.p-series-prod__wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px 15px;
}

.p-series-prod__item {
	position: relative;
}

.p-series-prod__image.--fullleft {
	margin-left: calc(-100% - 15px);
}

.p-series-prod .p-series__btn.--comming {
	color: #000;
}

.p-series-link {
	max-width: 762px;
	margin-inline: auto;
	position: relative;
	background: linear-gradient(to right, #00aeff 30%, #1171e2);
	display: flex;
	min-height: 109.5px;
}

.p-series-link__image {
	width: 42.9333333333vw;
}

.p-series-link__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	clip-path: polygon(0 0, calc(100% - 30px) 0%, 100% 100%, 0% 100%);
}

.p-series-link__body {
	color: #fff;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-left: 20px;
	flex: 1 1;
}

.p-series-link__body::before {
	content: "";
	position: absolute;
	background: url(../images/arrow_icon_02.png) no-repeat center/contain;
	aspect-ratio: 9/34;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
}

.p-series-link__ttl {
	font-size: 15px;
	margin-bottom: 8px;
}

.eng-style .p-series-link__ttl {
	font-size: 17px;
}

.p-series-link__txt {
	font-size: 9px;
}

@media (min-width: 769px) {

body {
	font-size: 15px;
}

.wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.outner {
	padding-left: 15px;
	padding-right: 15px;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.inner {
	padding-left: 15px;
	padding-right: 15px;
}

.p-header {
	padding: 6px 45px;
}

.p-header__home {
	min-width: 90px;
	font-size: 11px;
	padding: 5px 15px;
}

.p-header__logo img {
	max-width: 243px;
}

.eng-style .hd_lang:before {
	left: 74px;
}

.hd_lang:hover:before {
	left: 74px;
}

.hd_lang:hover span:first-of-type {
	color: #333;
}

.hd_lang:hover span:last-of-type {
	color: #fff;
}

.en_header .hd_lang:hover:before {
	right: 74px;
}

.en_header .hd_lang:hover span:first-of-type {
	color: #fff;
}

.en_header .hd_lang:hover span:last-of-type {
	color: #333;
}

.p-footer__bnr {
	padding: 20px 0;
	background-image: url("../images/footer_bg.jpg");
}

.p-footer__bnr .container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.p-footer__logo img {
	max-width: 194px;
}

.p-footer__copyright {
	font-size: 14px;
	padding: 20px 0;
}

.page-top {
	padding: 5px 38px 5px 45px;
	right: 50px;
	font-size: 15px;
}

.page-top::before {
	width: 8px;
	top: calc(50% - 2px);
	left: 20px;
}

.p-mv {
	padding: 150px 0 70px;
}

.p-mv__ttl {
	width: 330px;
}

.p-intro.--right .p-intro__body {
	margin-left: auto;
	max-width: 300px;
}

.eng-style .p-intro.--right .p-intro__body {
	max-width: 380px;
}

.p-intro.--left .p-intro__body {
	max-width: 355px;
}

.eng-style .p-intro.--left .p-intro__body {
	max-width: 480px;
}

.p-intro__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
}

.p-intro__body {
	padding: 55px 0 50px;
}

.p-intro__ttl {
	font-size: 22px;
	margin-bottom: 25px;
}

.p-intro__txt {
	line-height: 2.2;
	margin-bottom: 30px;
}

.eng-style .p-intro__txt {
	margin-bottom: 20px;
}

.p-video {
	height: 100vh;
	min-height: 500px;
}

.p-video .movie_btn .js_video_button:hover {
	background: #d1f0ff;
}

.p-video .movie_btn .js_video_button:hover span {
	background: #00a0e9;
}

.p-video .movie_btn .js_video_button.active:hover {
	background: #eff0f4;
}

.p-video .movie_btn .js_video_button.active:hover span {
	background: #888;
}

.p-history__ttl {
	font-size: 25px;
	margin-bottom: 40px;
}

.p-history__bg::after {
	width: 130%;
	top: 50px;
	transform: translateX(-50%) rotate(-4deg);
}

.p-history__txt {
	max-width: 835px;
	margin: 0 auto;
}

.p-history__txt:not(:last-child) {
	margin-bottom: 50px;
}

.p-history-media {
	display: flex;
	gap: 48px;
}

.p-history-media__image {
	width: 369px;
	flex-shrink: 0;
}

.p-history-media__body {
	flex: 1 1;
}

.p-history-row {
	display: flex;
	align-items: center;
	gap: 76px;
	max-width: calc(100% - 60px);
	margin-inline: auto;
}

.p-history-row__item {
	flex: 1 1;
}

.p-history-area {
	padding: 35px 51px;
	max-width: 467px;
	width: 50%;
}

.p-history-area__row {
	gap: 26px;
}

.p-accordion.--basic .p-accordion__ttl {
	margin-bottom: 35px;
}

.p-accordion.--primary .p-accordion__ttl {
	font-size: 24px;
	margin-bottom: 16px;
}

.p-accordion__ttl {
	font-size: 20px;
}

.p-accordion__btn {
	display: none;
}

.p-anchor__ttl {
	font-size: 28px;
	padding: 20px;
}

.p-anchor-wrap {
	padding-block: 15px;
	background-color: #3f3f3f;
}

.eng-style .p-anchor-wrap {
	padding-bottom: 25px;
}

.p-anchor-list {
	gap: 20px 60px;
}

.p-anchor-list__item {
	min-width: 20%;
}

.p-anchor-list__anchor {
	display: block;
}

.p-anchor-list__anchor.--new .p-anchor-list__ttl,
.p-anchor-list__anchor.--new .p-anchor-list__sub {
	padding-left: 40px;
}

.p-anchor-list__anchor.--new .p-anchor-list__sub::before {
	left: 0;
	position: absolute;
	bottom: calc(200% - 3px);
}

.p-anchor-list__anchor.--new .p-anchor-list__ttl::before {
	left: 0;
	position: absolute;
	bottom: calc(50% - 8px);
}

.p-anchor-list__ttl {
	padding-left: 10px;
	font-size: 18px;
	border-bottom: 2px solid var(--primary);
	padding-bottom: 5px;
}

.p-anchor-list__ttl::after {
	content: "";
	position: absolute;
	width: 31px;
	aspect-ratio: 62/21;
	left: -2px;
	top: 100%;
	background: url(../images/arrow_icon_01.png) no-repeat center center/cover;
}

.p-anchor-list__sub {
	padding-left: 10px;
	margin-top: 5px;
}

.p-series__item {
	margin-bottom: 80px;
}

.p-series__txt {
	font-size: 12px;
}

.p-series__txt:not(:last-child) {
	margin-bottom: 15px;
}

.p-series__body {
	text-align: right;
	padding-left: 20px;
}

.p-series__btn {
	border-radius: 10px;
	font-size: 13px;
	padding: 7px 15px;
	max-width: 118px;
}

.p-series-bnr {
	align-items: center;
	justify-content: center;
}

.p-series-bnr .outner {
	justify-content: flex-end;
}

.p-series-bnr__bg {
	height: 430px;
}

.p-series-bnr__ttl {
	letter-spacing: 0.03em;
	font-size: 33px;
	margin-bottom: 15px;
}

.p-series-bnr__sub {
	letter-spacing: 0.03em;
	font-size: 16px;
}

.p-series-intro {
	padding: 70px 0;
}

.p-series-intro::before {
	width: 130%;
	transform: translateX(-50%) rotate(4deg);
}

.p-series-intro__row {
	display: flex;
}

.eng-style .p-series-intro__row {
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-left: auto;
}

.p-series-intro__content {
	padding-bottom: 45px;
	width: 50%;
}

.p-series-intro__content.--large {
	width: 50%;
}

.p-series-intro__body {
	margin-left: auto;
	width: 490px;
	max-width: 45%;
}

.eng-style .p-series-intro__body {
	margin-left: 0;
	max-width: 49%;
	margin-top: 20px;
	padding-bottom: 40px;
}

.p-series-intro__body.--small {
	padding-right: 40px;
}

.p-series-intro__ttl {
	font-size: 27px;
	margin-bottom: 20px;
}

.p-series-intro__txt {
	font-size: 14px;
	padding-right: 30px;
}

.eng-style .p-series-intro__txt {
	padding-right: 0;
}

.p-series-intro__image {
	margin-right: -15px;
}

.p-series-intro .p-series__body {
	padding-right: 35px;
}

.p-series-prod:not(:last-child) {
	margin-bottom: 38px;
}

.p-series-prod__wrap {
	gap: 20px 0;
	grid-template-columns: repeat(3, 1fr);
}

.p-series-prod__item.--large {
	grid-column: span 2;
}

.p-series-prod__item:nth-child(3n+2) {
	top: 32px;
	margin-bottom: 32px;
}

.p-series-prod__item:nth-child(3n+3) {
	top: 64px;
	margin-bottom: 64px;
}

.p-series-prod__item .p-series__body {
	align-items: flex-end;
}

.p-series-prod__image.--medium {
	margin-right: -20px;
}

.p-series-prod__image.--fullleft {
	margin-left: -100%;
	margin-bottom: -20px;
}

.p-series-prod__image.--fullleftpc {
	margin-left: -100%;
	margin-bottom: -20px;
}

.p-series-link {
	min-height: 110px;
}

.p-series-link__image {
	width: 326px;
}

.p-series-link__image img {
	clip-path: polygon(0 0, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
}

.p-series-link__body {
	margin-left: 53px;
}

.p-series-link__body::before {
	width: 9px;
}

.p-series-link__ttl {
	font-size: 20px;
	margin-bottom: 8px;
}

.eng-style .p-series-link__ttl {
	font-size: 23px;
}

.p-series-link__txt {
	font-size: 14px;
}

.sp {
	display: none;
}

}

@media (min-width: 1200px) {

.p-history__bg::after {
	top: 20px;
}

.p-series-bnr__bg {
	height: 100%;
}

.eng-style .p-series-intro__row {
	width: calc(100% - 90px);
}

.p-series-intro__content.--large {
	width: calc(50% + 48px);
}

.p-series-prod__wrap {
	padding-inline: 12.5px;
}

.p-series-prod__image.--medium {
	margin-right: -30px;
}

}

@media (max-width: 768px) {

.hd_lang {
	width: 90px;
}

.hd_lang:before {
	width: 45px;
	height: 22px;
}

.hd_lang span {
	font-size: 11px;
}

.en_header .hd_lang:before {
	width: 42px;
}

.p-footer__bnr .container {
	justify-content: center;
}

.p-intro__ttl {
	text-align: center;
}

.p-intro__ttl.--mgright {
	margin-left: -20px;
	margin-right: -20px;
}

.p-intro__txt {
	text-align: justify;
}

.p-intro__name {
	text-align: right;
}

.p-video {
	aspect-ratio: 16/9;
}

.p-video .container {
	padding-inline: 0;
}

.p-history__image {
	margin-bottom: 20px;
}

.p-history-media {
	margin-bottom: 20px;
}

.p-history-media__image {
	margin: 0 auto 17.5px;
}

.p-history-area__row {
	padding-inline: 10px;
}

.p-accordion {
	padding: 12.5px 17.5px 0;
	border-radius: 5px;
}

.p-accordion:not(:last-child) {
	margin-bottom: 45px;
}

.p-accordion.is-open .open {
	display: none;
}

.p-accordion.is-open .p-accordion__icon {
	transform: rotate(0deg);
}

.p-accordion.is-open .p-accordion__btn span {
	opacity: 0.5;
}

.p-accordion:not(.is-open) .close {
	display: none;
}

.p-accordion__icon {
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(45deg);
	transition: all 0.3s ease-in-out;
}

.p-accordion__icon::before,
.p-accordion__icon::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #000;
	border-radius: 2px;
}

.p-accordion__icon::before {
	transform: rotate(45deg);
}

.p-accordion__icon::after {
	transform: rotate(-45deg);
}

.p-accordion.--primary {
	background-color: #fff;
}

.p-accordion__body {
	display: none;
}

.p-accordion__body.--space {
	padding-block: 20px;
}

.p-anchor-wrap {
	background-color: #fff;
}

.p-anchor-wrap .wrapper {
	padding-inline: 0;
}

.p-anchor-list__item {
	width: calc(50% - 1px);
	background: linear-gradient(to bottom, #807875, #343434);
}

.p-anchor-list__item.--fullsp {
	width: 100%;
}

.p-anchor-list__anchor {
	border-top: 2px solid #009ae3;
}

.p-anchor-list__anchor::after {
	content: "";
	position: absolute;
	width: 31px;
	aspect-ratio: 62/21;
	left: -2px;
	top: -2px;
	background: url(../images/arrow_icon_01.png) no-repeat center center/cover;
}

.p-anchor-list__anchor.--new .p-anchor-list__sub {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.p-anchor-list__ttl {
	display: none;
}

.eng-style .p-anchor-list__ttl {
	min-height: 40px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	padding: 5px 5px 7px;
}

.p-anchor-list__sub {
	padding: 17px 0 17px;
}

.p-series__btn {
	margin-top: auto;
}

.p-series-bnr .outner {
	padding-bottom: 17.5px;
}

.p-series-intro__body {
	padding-inline: 10px;
}

.eng-style .p-series-intro__ttl {
	padding-inline: 10px;
}

.p-series-intro__image {
	margin-block: 20px;
}

.p-series-prod__wrap:not(.--reverse) .p-series-prod__item:nth-child(odd) .p-series-prod__image {
	margin-right: -7.5px;
}

.p-series-prod__wrap:not(.--reverse) .p-series-prod__item:nth-child(odd) .p-series-prod__image:not(.none) {
	margin-left: -17.5px;
}

.p-series-prod__wrap:not(.--reverse) .p-series-prod__item:nth-child(even) .p-series-prod__image:not(.none) {
	margin-right: -17.5px;
	margin-left: -7.5px;
}

.p-series-prod__wrap.--reverse .p-series-prod__item:nth-child(odd) .p-series-prod__image {
	margin-right: -17.5px;
	margin-left: -7.5px;
}

.p-series-prod__wrap.--reverse .p-series-prod__item:nth-child(even) .p-series-prod__image {
	margin-left: -17.5px;
	margin-right: -7.5px;
}

.p-series-prod__item {
	display: flex;
	flex-direction: column;
}

.p-series-prod__item.--largesp {
	grid-column: span 2;
	padding-left: calc(50% + 15px);
}

.p-series-prod__item .p-series__body {
	flex: 1 1;
}

.p-series-prod__image.--fullleftsp {
	margin-left: calc(-100% - 15px);
}

.pc {
	display: none;
}

}

