@charset "UTF-8";

/* CTAボタン */
.btn-area {
	display: flex;
	justify-content: space-around;
}
@media only screen and (max-width: 767px) {
	.btn-area {
		flex-direction: column;
		align-items: center;
	}
}
.btn-area + * {
	margin-top: 34px;
}
.btn-area > * {
	display: flex;
}
@media only screen and (max-width: 767px) {
	.btn-area > *:not(:first-child) {
		margin-top: 20px;
	}
}
.btn-area .btn-catalog a {
	background: url(/jp/group/fjj/imagesgig5/btn_pr-02_a_hover_tcm283-5716840_tcm283-2750236-32.png) no-repeat left top /cover;
}
.btn-area .btn-dl a {
	background: url(/jp/group/fjj/imagesgig5/btn_pr-02_b_hover_tcm283-5716842_tcm283-2750236-32.png) no-repeat left top /cover;
}
.btn-area .btn-catalog a img,
.btn-area .btn-dl a img {
	opacity: 1;
	transition: 0.2s;
}
.btn-area .btn-catalog a:hover img,
.btn-area .btn-dl a:hover img {
	opacity: 0;
}

.btn-r,
.btn-g {
	display: flex;
	justify-content: flex-end;
}
.btn-r a {
	background: url(/jp/group/fjj/imagesgig5/prolink_btn_r_over_tcm283-5716868_tcm283-2750236-32.png) no-repeat left top /cover;
}
.btn-g a {
	background: url(/jp/group/fjj/imagesgig5/prolink_btn_g_over_tcm283-5716866_tcm283-2750236-32.png) no-repeat left top /cover;
}
.btn-g a img,
.btn-r a img {
	opacity: 1;
	transition: 0.2s;
}
.btn-g a:hover img,
.btn-r a:hover img {
	opacity: 0;
}

.btn-c {
	display: flex;
	justify-content: flex-start;
}
.btn-c a {
	background: url(/jp/group/fjj/imagesgig5/btn_pr-02_c_hover_tcm283-5716844_tcm283-2750236-32.png) no-repeat left top /cover;
}
.btn-c a img {
	background: #f0f0ef;
	opacity: 1;
	transition: 0.2s;
}
.btn-c a:hover img {
	opacity: 0;
}
.wrapper.narrow {
	max-width: 980px;
	margin: 60px auto 0;
}

.hero-area-c {
	margin-top: 10px;
	background: #f7f9f8;
	height: 675px;
	min-height: 675px;
	display: flex;
}
.hero-area-c .content-inner {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 1280px) {
	.hero-area-c {
		min-height: inherit;
		max-height: 675px;
		height: calc(675vw*100/1280);
	}
	.hero-area-c .content-inner {
		margin-left: 8px;
		margin-right: 8px;
	}
}
@media only screen and (max-width: 767px) {
	.hero-area-c {
		height: auto;
		max-height: inherit;
		background: #e4e7e9;
		color: #000;
	}
	.hero-area-c .content-inner {
		padding: 0;
		background: transparent;
		max-width: inherit;
		margin-left: 0;
		margin-right: 0;
	}
}

.hero-area-c .content-inner .main-txt {
	padding: 0 0 0 60px;
	display: flex;
	align-items: center;
	flex-grow: 1;
}
@media only screen and (max-width: 767px) {
	.hero-area-c .content-inner .main-txt {
		padding: 0 16px;
	}
}
.hero-area-c .content-inner .main-txt > * {
	font-size: 6rem;
	line-height: 1.2;
}
@media only screen and (max-width: 1280px) {
	.hero-area-c .content-inner .main-txt > * {
		font-size: calc(60vw*100/1280);
	}
}
@media only screen and (max-width: 767px) {
	.hero-area-c .content-inner .main-txt > * {
		font-size: calc(28vw*100/320);
		line-height: 1.2;
	}
	.hero-area-c .content-inner .main-txt > * span {
		font-size: calc(50vw*100/320);
	}
}
.hero-area-c .content-inner .main-txt > * strong {
	color: #b02d34;
}
.hero-area-c .content-inner .main-txt > * small{
	color: #000;
	font-size: 1.4rem;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
}
.hero-area-c .content-inner .sub-txt {
	background: rgba(0, 0, 0, 0.8);
	padding: 20px 30px;
	margin-top: auto;
}
@media only screen and (max-width: 767px) {
	.hero-area-c .content-inner .sub-txt {
		background: #373737;
		padding: 16px;
	}
}
.hero-area-c .content-inner .sub-txt > * {
	color: #fff;
	font-size: 3rem;
	line-height: 1.5;
}
@media only screen and (max-width: 1280px) {
	.hero-area-c .content-inner .sub-txt > * {
		font-size: calc(30vw*100/1280);
	}
}
@media only screen and (max-width: 767px) {
	.hero-area-c .content-inner .sub-txt > * {
		font-size: 1.6rem;
		color: #fff;
	}
}

.hero-area-c .visual {
	min-height: 675px;
}
.hero-area-c .visual.sp {
	display: none;
}
@media only screen and (max-width: 1280px) {
	.hero-area-c .visual {
		min-height: inherit;
		height: calc(675vw*100/1280);
	}
}
@media only screen and (max-width: 767px) {
	.hero-area-c .visual {
		display: none;
	}
	.hero-area-c .visual.sp {
		display: block;
	}
	.hero-area-c .visual.sp {
		height: calc(220vw*100/320);
	}
	.hero-area-c .visual > img {
		right: auto;
	}
}




.hero-area-c .brand {
	margin: 0;
	position: absolute;
	bottom: 16px;
	right: 40px;
	color: #fff;
	font-size: 1.2rem;
}
.hero-area-c .brand span {
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
}
.hero-area-c .brand img {
	max-width: 100%;
}
@media only screen and (max-width: 1280px) {
	.hero-area-c .brand img {
		width: inherit;
	}
}
@media only screen and (max-width: 767px) {
	.hero-area-c .brand {
		position: absolute;
		top: 20px;
		bottom: auto;
		left: 20px;
		right: auto;
		color: #000;
	}
	.hero-area-c .brand img {
		width: inherit;
	}
}


.section.intro {
	margin-top: 10px;
}
.section.intro .section-inner {
	padding-top: 0 !important;
}
.section.intro .btn-area {
	margin-top: 60px;
}
.section.intro .sale {
	display: flex;
	justify-content: space-between;
}
.section.intro .sale > * {
	width: 46%;
}
@media only screen and (max-width: 767px) {
	.section.intro .sale {
		display: block;
	}
	.section.intro .sale > * {
		width: 100%;
	}
	.section.intro .sale > *:not(:first-child) {
		margin-top: 40px;
	}
}
.section.intro .sale h3 {
	margin-bottom: 24px;
	font-size: 2.4rem;
	color: #b02d34;
	text-align: center;
	border-bottom: 4px solid #cacac7;
}



.section.sec01,
.section.sec03 {
	position: relative;
	background: transparent url(/jp/group/fjm/imagesgig5/bg_pr-02_01_tcm173-4899839_tcm173-2750236-32.png) no-repeat center top /contain !important;
}
@media only screen and (max-width: 767px) {
	.section.sec01,
	.section.sec03 {
		background: transparent url(/jp/group/fjm/imagesgig5/bg_pr-02_01_tcm173-4899839_tcm173-2750236-32.png) no-repeat center top /auto !important;
	}
}
.section.sec01 .section-inner,
.section.sec03 .section-inner {
	padding-top: 56px !important;
}
.section.sec01 h2,
.section.sec02 h2,
.section.sec03 h2 {
	margin-bottom: 100px;
	text-align: center;
	font-size: 5rem;
	line-height: 1;
}
.section.sec01 h2 small,
.section.sec02 h2 small,
.section.sec03 h2 small {
	margin-bottom: 20px;
	display: block;
	font-size: 2rem;
	line-height: 1.4;
}
.section.sec01 h2 strong,
.section.sec02 h2 strong,
.section.sec03 h2 strong {
	font-size: 5.4rem;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.section.sec01 h2,
	.section.sec02 h2,
	.section.sec03 h2 {
		margin-bottom: 0;
		font-size: 3rem;
	}
	.section.sec01 h2 small,
	.section.sec02 h2 small,
	.section.sec03 h2 small {
		font-size: 1.6rem;
	}
	.section.sec01 h2 strong,
	.section.sec02 h2 strong,
	.section.sec03 h2 strong {
		font-size: 4rem;
		font-weight: 400;
	}
}
.section.sec01 h2 strong span,
.section.sec02 h2 strong span,
.section.sec03 h2 strong span {
	color: #af2d34;
	font-weight: 700;
}

.section.sec01 h3 {
	margin-bottom: 20px;
	line-height: 1;
	display: flex;
	align-items: center;
}
.section.sec01 h3 > .num {
	margin-right: 20px;
	font-size: 6.4rem;
}
.section.sec01 h3 > .text {
	padding-bottom: 10px;
	flex-grow: 1;
	border-bottom: 1px solid #cacac7;
}
.section.sec01 h3 > .text > span {
	padding: 10px 20px 9px 16px;
	margin-bottom: 10px;
	position: relative;
	font-size: 3.4rem;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.section.sec01 h3 > .num {
		margin-right: 10px;
		font-size: 4rem;
	}
	.section.sec01 h3 > .text {
		padding-bottom: 0;
		border-bottom: none;
		flex-grow: inherit;
	}
	.section.sec01 h3 > .text > span {
		padding: 6px 10px 4px 10px;
		font-size: 2.4rem;
	}
}
@media only screen and (max-width: 374px) {
	.section.sec01 h3 > .num {
		font-size: 3rem;
	}
	.section.sec01 h3 > .text > span {
		font-size: 2.2rem;
	}
}
.section.sec01 h3 > .text > span::before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 12em;
	margin: auto;
	background: #e3e3e2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAB5JREFUCB1jYGBgkARiGICzQQwwhwkmhUzDlYFUAQAVPACZAiqC/wAAAABJRU5ErkJggg==) repeat;
	transform: skewX(-10deg);
	z-index: -1;
}
@media only screen and (max-width: 767px) {
	.section.sec01 h3 > .text > span::before {
		width: 100%;
	}
}
.section.sec01 .flex-container {
	margin-bottom: 60px;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.section.sec01 .flex-container {
		display: block;
	}
}
.section.sec01 .flex-container > li li {
	margin-top: 30px;
}
.section.sec01 .item-text h4 {
	font-size: 2.6rem;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	.section.sec01 .item-text h4 {
		font-size: 1.9rem;
		line-height: 1.4;
	}
}
.section.sec01 .item-text em {
	display: inline-block;
	padding: 4px 20px;
	margin-bottom: 10px;
	background: #b02d34;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
}
.section.sec01 .item-img {
	margin-left: 60px;
	flex-shrink: 0;
}
@media only screen and (max-width: 1000px) {
	.section.sec01 .item-img {
		margin-left: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.section.sec01 .item-img {
		margin-left: 0;
		margin-top: 20px;
		padding: 0 30px;
	}
}
.section.sec01 .box-b {
	padding: 40px 40px 20px;
	border: none;
	border-radius: 12px;
}
.section.sec01 .box-b .title-wrapper {
	margin-bottom: 40px;
	position: relative;
	padding-left: 120px;
}
@media only screen and (max-width: 767px) {
	.section.sec01 .box-b {
		padding: 20px;
	}
	.section.sec01 .box-b .title-wrapper {
		padding: 120px 0 0 0;
		margin-bottom: 40px;
	}
}
.section.sec01 .box-b .title-wrapper > .img-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
}
.section.sec01 .box-b .title-wrapper h3 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 2.4rem;
	border-bottom: 3px solid black;
}

.section.sec01 .box-b > .flex-container {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.section.sec01 .box-b .item {
	width: 49%;
}
@media only screen and (max-width: 767px) {
	.section.sec01 .box-b > .flex-container {
		display: block;
	}
	.section.sec01 .box-b .item {
		width: 100%;
	}
	.section.sec01 .box-b .item:not(:first-child) {
		margin-top: 30px;
	}
}
.section.sec01 .box-b .item img {
	margin-bottom: 10px;
}
.section.sec01 .box-b h4 {
	margin-bottom: 6px;
	font-size: 2rem;
}
.section.sec01 .box-b h4.icon {
	padding-bottom: 0;
	margin-bottom: 20px;
	position: relative;
	padding-left: 45px;
	border-bottom: 1px solid #5b728d;
}
.section.sec01 .box-b h4.icon::before {
	display: inline-block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 1px;
	margin: auto;
	width: 25px;
	height: 30px;
	background-image: url(/jp/group/fjm/imagesgig5/reson03_man_tcm173-4899885_tcm173-2750236-32.png);
	background-size: cover;
}

.section.sec01 .box-b .list-a > li:before {
	width: 12px;
	height: 12px;
	background: #25456a;
	top: .4em;
}


.section.sec01 .box-b p small {
	font-size: 1.3rem;
	line-height: 1.2;
}

.section.sec01 .btn-area {
	margin-top: 60px;
}



.section.sec02 {
	position: relative;
	background: #f0f0ef url(/jp/group/fjm/imagesgig5/bg_pr-02_01_tcm173-4899839_tcm173-2750236-32.png) no-repeat center top /contain !important;
}

.section.sec02 h2 {
	margin-bottom: 10px;
}
.section.sec02 h2 + p {
	margin-bottom: 60px;
	font-size: 1.3rem;
}
.section.sec02 .balloon {
	margin-bottom: 30px;
	text-align: center;
}
.section.sec02 .balloon p {
	display: inline-block;
	padding: 10px 40px;
	position: relative;
	background: #fff;
	font-size: 2rem;
}
.section.sec02 .balloon p::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fff;
}
.section.sec02 .flex-container {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.section.sec02 .flex-container {
		display: block;
	}
}
.section.sec02 .flex-container:not(:last-of-type) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b1b1ac;
}
.section.sec02 .flex-container h3 {
	margin-bottom: 30px;
	line-height: 1;
	display: flex;
	align-items: center;
}
.section.sec02 .flex-container h3 > .num {
	margin-right: 20px;
	font-size: 6.4rem;
}
.section.sec02 .flex-container h3 > .text {
	font-size: 3.4rem;
	color: #b0282f;
}
.section.sec02 .flex-container h3 > .text small {
	display: block;
	margin-top: 10px;
	font-size: 1.8rem;
	color: #000;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.section.sec02 .flex-container h3 {
		margin-bottom: 20px;
	}
	.section.sec02 .flex-container h3 > .num {
		margin-right: 20px;
		font-size: 4rem;
	}
	.section.sec02 .flex-container h3 > .text {
		font-size: 2.6rem;
	}
	.section.sec02 .flex-container h3 > .text small {
		margin-top: 4px;
	}
}
.section.sec02 .flex-container h4 {
	font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
	.section.sec02 .flex-container h4 {
		font-size: 1.7rem;
	}
}
.section.sec02 .flex-container h4 small {
	font-size: 1.2rem;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.section.sec02 .flex-container .item-img {
		margin-top: 30px;
		text-align: center;
	}
}
.section.sec02 .flex-container .btn-c {
	margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	.section.sec02 .flex-container .btn-c {
		margin-top: 20px !important;
		justify-content: center;
	}
}
.section.sec02 .box-a {
	margin-top: 30px;
	padding: 40px 40px 20px;
	background: #fff;
}
@media only screen and (max-width: 767px) {
	.section.sec02 .box-a {
		padding: 20px;
	}
}
.section.sec02 .box-a h3 {
	text-align: center;
	font-size: 3.8rem;
	line-height: 1.3;
}
@media only screen and (max-width: 767px) {
	.section.sec02 .box-a h3 {
		font-size: 2.2rem;
	}
}
.section.sec02 .box-a h3 small {
	display: block;
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 400;
}
.section.sec02 .box-a .flex-container {
	max-width: 700px;
	margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
	.section.sec02 .box-a .flex-container > *:not(:last-child) {
		text-align: center;
	}
}

.section.sec02 .box-a .btn-c a img {
	background: #fff;
}
.section.sec02 .btn-area {
	margin-top: 60px;
}


.section.sec03 h3 {
	margin-bottom: 30px;
	line-height: 1;
	display: flex;
	align-items: center;
}
.section.sec03 h3 > .num {
	margin-right: 20px;
	font-size: 6.4rem;
}
.section.sec03 h3 > .text {
	margin-bottom: 10px;
	font-size: 3.4rem;
}
.section.sec03 h3 > .text small {
	display: block;
	margin-top: 6px;
	font-size: 2rem;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.section.sec03 h3 {
		margin-bottom: 20px;
		align-items: flex-start;
	}
	.section.sec03 h3 > .num {
		margin-right: 20px;
		font-size: 4rem;
	}
	.section.sec03 h3 > .text {
		margin-bottom: 10px;
		font-size: 2.6rem;
		line-height: 1.3;
	}
	.section.sec03 h3 > .text small {
		margin-top: 6px;
		font-size: 2rem;
		line-height: 1.3;
	}
}
.section.sec03 .flex-container {
	margin-bottom: 60px;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.section.sec03 .flex-container {
		display: block;
	}
}
.section.sec03 .item-img {
	margin-left: 60px;
	flex-shrink: 0;
}
@media only screen and (max-width: 1000px) {
	.section.sec03 .item-img {
		margin-left: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.section.sec03 .item-img {
		margin: 20px 0 0;
	}
}
.section.sec03 .flex-container .list-a {
	padding-left: 6px;
}
.section.sec03 .flex-container .list-a > li:before {
	background: #b0282f;
}


/* お問い合わせ */
.box-b > .contact-heading {
	text-align: center;
}

.c-lyt-contact-a .c-list-contact-a {
	margin-left: 0;
	width: 100%;
}

.c-lyt-contact-a .c-list-contact-a > li {
	padding: 2vw;
	width: 50%;
}

.c-lyt-contact-a .c-list-contact-a > li:first-child {
	border-right: 1px solid #c6c6c0;
}

.c-lyt-contact-a .c-list-contact-a > li .c-type-form {
	font-size: 2.5rem;
	font-weight: bold;
}

.c-lyt-contact-a .c-list-contact-a > li .c-type-form::before{
	content: "";
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 12px;
	width: 30px;
	height: 30px;
	background: url("/jp/group/fjj/imagesgig5/icon_form_tcm283-5716855_tcm283-2750236-32.gif") no-repeat;
}

.c-lyt-contact-a .c-list-contact-a > li .notes-a {
	margin-top: 12px !important;
}

.c-lyt-contact-a .c-list-contact-a li.p-type-tel .customer {
	margin-left: -34px;
	text-align: center;
	font-size: 1.4rem;
}

.c-lyt-contact-a .c-list-contact-a li.p-type-tel .p-contact-inner {
	margin-top: 15px;
}
.c-lyt-contact-a .c-list-contact-a li.p-type-tel .p-contact-inner small{
	font-size: 1.3rem;
}

.c-lyt-contact-a .c-list-contact-a li.p-type-tel .p-contact-inner::before {
	background-position: -126px 47px;
}

@media screen and (max-width: 900px){
	.c-lyt-contact-a .c-list-contact-a > li a .p-contact-inner .supple-a {
		display: block;
	}
}

@media screen and (max-width: 768px){
	.box-b > .contact-heading {
		margin-bottom: 10px;
	}

	.c-lyt-contact-a .c-list-contact-a > li {
		padding: 0;
		width: inherit;
	}

	.c-lyt-contact-a .c-list-contact-a > li:first-child {
		margin-bottom: 20px;
		border-right: none;
		border-bottom: 1px solid #c6c6c0;
		padding-bottom: 10px;
	}

	.c-lyt-contact-a .c-list-contact-a li.p-type-tel .customer {
		margin-left: 0;
	}

	.c-lyt-contact-a .c-list-contact-a li.p-type-tel .p-contact-inner {
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 480px){
	.c-lyt-contact-a .c-list-contact-a li.p-type-tel .p-contact-inner{
		text-align: center;
	}
	.c-lyt-contact-a .c-list-contact-a li.p-type-tel .p-contact-inner small{
		display: block;
	}
}
