/*--------------------------------
common
--------------------------------*/
* {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none !important;
}

body {
	color: #000;
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	position: relative;
	font-size: 18px;
	line-height: 2;
}

h1,
h2,
h3,
p {
	margin: 0;
}

.h2Area {
	overflow: hidden;
}

h2 {
	color: #e0031c;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 80px;
	font-weight: bold;
	position: relative;
}

h2::before {
	background: #e0031c;
	content: "";
	position: absolute;
	height: 1px;
	width: 1000%;
	left: calc(100% + 1rem);
	top: 50%;
	transform: translate(0, -50%);
	z-index: 2;
}

h2.gray {
	color: #000;
}

h2.gray::before {
	background: #000;
}

h3 {
	color: #e0031c;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	font-size: 40px;
}

h3.black {
	color: #000;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/*.content1,.content2,.content3,.content4{overflow:hidden;}*/
main {
	overflow: hidden;
}

.redPoint {
	font-weight: bold;
	padding-left: 1.5rem;
	position: relative;
	font-size: 2.5rem;
	line-height: 1.6;
}

.redPoint::before {
	content: "";
	background: #e0031c;
	border-radius: 50%;
	width: .9rem;
	height: .9rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.redline {
	position: relative;
}

.redline:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 85%;
	height: auto;
	border-bottom: 6px dotted #e0031c;
	z-index: 1;
}

.redline .text-red {
	display: inline-block;
	position: relative;
	z-index: 2;
	background: #FFF;
}

.arrowIcon {
	position: relative;
	padding-left: 30px;
}

.arrowIcon::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #E0031C;
}

.grayBox .redline .text-red {
	background: #ECECEC !important;
}

.content1 .container,
.content2 .container,
.content3 .container,
.content4 .container {
	position: relative;
}

.d-inline-block {
	text-indent: 0;
}

.radius {
	overflow: hidden;
	border-radius: 15px;
}

.sc {
	max-width: 256px;
}

.text-red {
	color: #e0031c;
}

.btns {
	transition: .6s;
}

.btns:hover {
	opacity: .5;
}

.xsmall {
	font-size: .75rem;
}

.w-490 {
	width: 100%;
	max-width: 490px;
}

.fs-55 {
	font-size: 22px;
}

.spwrap {
	flex-wrap: wrap;
}

.pc {
	display: inline-block;
}

.sp {
	display: none;
}

.xpc {
	display: inline-block;
}

.xsp {
	display: none;
}

.cpback {
	background: #FFF;
	border: 1px solid #E0031C;
	border-radius: 5px;
	color: #e0031c;
	display: inline-block;
	font-weight: bold;
	transition: .5s;
	padding: 1rem;
}

.cpback:hover {
	background: rgb(255 255 255/0.5);
	border: 1px solid #FFF;
	color: #FFF;
}

/* SHORT */
.min-200 {
	min-width: 299px;
}

.mt-300 {
	margin-top: 300px;
}

.mb-300 {
	margin-bottom: 300px;
}

.pcpb4 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

/***********************************/
.sa {
	opacity: 0;
	transition: all .5s ease;
}

.sa.show {
	opacity: 1;
	transform: none;
}

.sa--lr {
	transform: translate(-100px, 0);
}

.sa--rl {
	transform: translate(100px, 0);
}

.sa--up {
	transform: translate(0, 100px);
}

.sa--down {
	transform: translate(0, -100px);
}

.sa--scaleUp {
	transform: scale(.5);
}

.sa--scaleDown {
	transform: scale(1.5);
}

.sa--rotateL {
	transform: rotate(180deg);
}

.sa--rotateR {
	transform: rotate(-180deg);
}

/*--------------------------------
SVG ARROW
--------------------------------*/
.cls-1,
.cls-2 {
	fill: none;
	stroke: #fff;
	stroke-width: 2.25px;
}

.cls-1 {
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cls-2 {
	stroke-miterlimit: 10;
}

.arrow,
.icon,
.icons,
.icon svg {
	width: 60px;
	height: 60px;
}

/*--------------------------------
Other page header
--------------------------------*/
.txtZone {
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	margin: auto;
	max-width: 1280px;
}

.categoly {
	background: #e0031c;
	color: #FFF;
	display: inline-block;
	padding: 10px 15px;
}

.pageTtl {
	color: #e0031c;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	font-size: 100px;
	text-shadow: 2px 2px 6px #FFF;
}

/*--------------------------------
redHalfBox
--------------------------------*/
.redHalfBox {
	background: rgb(224 3 28/0.1);
	border-radius: 10px;
	padding: 30px 25px;
}

/*--------------------------------
circleListBox
--------------------------------*/
.circleListBox {
	list-style: none;
	padding: 0;
	margin: 0;
}

.circleListBox li {
	text-indent: -1.15em;
	padding-left: 1.15em;
}

.circleListBox li::before {
	background: #000;
	border-radius: 50px;
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-right: .25rem;
	position: relative;
	bottom: -1px;
}

/*--------------------------------
NEXT content
--------------------------------*/
.nextContent {}

.nextContent .links {
	text-decoration: none;
	transition: .7s;
}

.nextContent .links:hover {
	opacity: .5;
}

.nextContent .txts {
	color: #000;
}

.nextContent .mb-2 {
	overflow: hidden;
	border-radius: 15px;
}

.nextContent .icon,
.nextContent .icon svg {
	width: 40px;
	height: 40px;
}

.nextContent .cls-1,
.nextContent .cls-2 {
	stroke: #e0031c;
}

/*--------------------------------
aboutBtn
--------------------------------*/
.aboutBtn {
	background: #000;
	border-radius: 10px;
	box-shadow: 3px 3px 10px rgb(0 0 0 / .3);
	text-decoration: none;
	padding: 25px 15px;
	transition: .5s;
}

.aboutBtn.reds {
	background: #e0031c;
}

.aboutBtn:hover {
	opacity: .7;
}

/*--------------------------------
ul li LIST style
--------------------------------*/
.checkList li {
	position: relative;
	padding-left: 15px;
}

.checkList li:before {
	content: "";
	position: absolute;
	top: .4em;
	left: .2em;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 5px;
	height: 10px;
	border-right: 3px solid #8b6b4e;
	border-bottom: 3px solid #8b6b4e;
}

/*--------------------------------
BOX
--------------------------------*/
.whiteBox,
.grayBox {
	border-radius: 8px;
	padding: 1.25rem;
}

.whiteBox {
	background: #FFF;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}

.grayBox {
	background: #ECECEC;
	box-shadow: 0 5px 20px 0 rgba(100, 100, 100, .1);
}

/*--------------------------------
WAVE BACKGROUND SET
--------------------------------*/
.bgGray {
	background: url("../images/02.png")repeat-x top center/auto !important;
	background-color: #ECECEC !important;
	position: relative;
}

.bgGray::before,
.bgGray::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 40px;
}

.bgGray::before {
	background: url("../images/wave_top.svg")repeat-x top center/100% 40px;
	top: 0;
}

.bgGray::after {
	background: url("../images/wave_bottom.svg")repeat-x bottom center/100% 40px;
	bottom: 0;
}

/*--------------------------------
ICON BACKGROUND SET
--------------------------------*/
.bgWhite {
	background-color: #FFF !important;
	position: relative;
}

.bgWhite .container {
	position: relative;
}

.bgWhite .container::before,
.bgWhite .container::after {
	content: "";
	position: absolute;
	height: 80px;
	width: 80px;
}

.bgWhite .container::before {
	background: url("../images/cora_a.svg")repeat-x top center/100% 80px;
	top: 10%;
	left: -10%;
	transform: rotate(-30deg);
}

.bgWhite .container::after {
	background: url("../images/cora_b.svg")repeat-x bottom center/100% 80px;
	bottom: 10%;
	right: -10%;
	transform: rotate(30deg);
}

.imgSliderBg {
	position: relative;
	z-index: 5;
}

.imgSliderBg::before,
.imgSliderBg::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 40px;
}

.imgSliderBg::before {
	background: url("../images/wave_foot.svg")repeat-x top center/100% 40px;
	top: -40px;
}

.imgSliderBg::after {
	background: url("../images/wave_foot_bottom.svg")repeat-x top center/100% 40px;
	bottom: -40px;
}

/*--------------------------------
SCROLL-SLIDER-
--------------------------------*/
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.scroll-infinity {
	padding: 40px 0;
	background: #e0031c;
}

.scroll-infinity__wrap {
	display: flex;
	overflow: hidden;
}

.scroll-infinity__list {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0
}

.scroll-infinity__list--left {
	animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.scroll-infinity__item {
	width: calc(100vw / 6);
	padding: 10px;
}

.scroll-infinity__item>img {
	width: 100%;
}

/*--------------------------------
media
--------------------------------*/
@media (min-width: 992px) {
	.container {
		max-width: 1280px;
	}
}

@media (max-width: 991px) {
	.xpc {
		display: none;
	}

	.xsp {
		display: inline-block;
	}

	.arrow,
	.icon,
	.icons,
	.icon svg {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 767px) {
	header {
		margin-top: 55px;
	}

	h2 {
		font-size: 50px;
	}

	h3 {
		font-size: 30px;
	}

	.pcpb4 {
		padding-top: inherit;
		padding-bottom: inherit;
	}

	.pageTtl {
		font-size: 50px;
	}

	.redPoint {
		font-size: 2.35rem;
		line-height: 1.2;
		margin-bottom: .5rem;
	}

	.pc {
		display: none;
	}

	.sp {
		display: inline-block;
	}

	.spWrap {
		flex-wrap: wrap;
		justify-content: center;
	}

	.fs-55 {
		font-size: calc(1.15rem + 0.3vw) !important
	}

	.arrow,
	.icon,
	.icons,
	.icon svg {
		width: 30px;
		height: 30px;
	}

	.scroll-infinity__item {
		width: calc(100vw / 4);
	}

	.bgWhite .container::before {
		display: none;
	}

	.bgWhite .container::after {
		display: none;
	}

	/*--------------------------------
	sp Order
	--------------------------------*/
	.od01 {
		order: 1
	}

	.od02 {
		order: 2
	}

	.od03 {
		order: 3
	}

	.od04 {
		order: 4
	}

	.od05 {
		order: 5
	}

	.od06 {
		order: 6
	}

	.od07 {
		order: 7
	}

	.od08 {
		order: 8
	}
}

@media (max-width: 575px) {
	.categoly {
		max-width: 75%;
	}

	.scroll-infinity__item {
		width: calc(100vw / 2);
	}

	.redPoint {
		font-size: 2.15rem;
	}
}