@charset "utf-8";

/* common */
html, body, div, h1, h2, h3, h4, h5, h6,
p, address, blockquote,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset, input {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	background: #fff;
	color: #000;
	font-family: 'mr-eaves-modern','source-han-sans-japanese','游ゴシック','Yu Gothic','游ゴシック体','YuGothic', 'ヒラギノ角ゴPro W3','Hiragino Kaku Gothic Pro','Noto Sans Japanese',sans-serif;
    font-size: 13px;
    *font-size: small;
    *font:x-small;
    font-weight: 500;
	line-height: 1.0;
	text-align: left;
	width: 100%;
	/*min-width: 1100px;*/
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
    font-size:inherit;
    font:1em;
}

ul li, ol li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

a {
	text-decoration: none;
}

.sp-only {
	display: none !important;
}

.btn {
	background: url(../img/btn_arw.png) no-repeat right 15px center;
	border: solid 1px #221815;
	border-radius: 4px;
	color: #000;
	font-size: 18px;
	
	line-height: 42px;
	text-align: center;
	width: 220px;
	display: inline-block;
	transition: .6s;
	box-sizing: border-box;
}
.btn:hover {
	background: url(../img/btn_arw_on.png) #000 no-repeat right 15px center;
	border: solid 1px #221815;
	color: #fff;
}

.ttl-en {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 12px;
	display: flex;
	align-items: center;
}
.ttl-ja {
	color: #005eae;
	font-size: 40px;
	font-weight: 900;
	display: flex;
	align-items: center;
}

.hide:before,
.hide:after {
	opacity: 0;
}

/* .wrap */
.wrap {
	/*overflow: hidden;*/
	/*min-width: 1665px;*/
	/*margin: 0 auto;*/
	/*position: relative;*/
	/*left: -4%;*/
}

/* #header */
#header {
	background: #005eae;
	overflow: hidden;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
}
#header .inr {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
}
#header .logo {
	float: left;
	margin: 12px 0 3px;
}
#header .logo-txt {
	color: #fff;
	font-size: 12px;
}
#header #gnav {
	float: right;
	width: 605px;
	margin: 23px 0 0;
	transition: .6s;
}
#header #gnav ul {
	font-size: 0;
}
#header #gnav ul li {
	display: inline-block;
	border-right: solid 1px #fff;
}
#header #gnav ul li:first-child {
	border-left: solid 1px #fff;
}
#header #gnav ul li:after {
	content: '';
	background: #d5e5f2;
	width: 150px;
	height: 4px;
	display: block;
	opacity: 0;
	position:relative;
	bottom: -14px;
	transform-origin: center;
	transform: scaleX(0);
	transition: .3s;
}
#header #gnav ul li:hover:after {
	opacity: 1;
	transform: scaleX(1);
}
#header #gnav ul li a {
	color: #fff;
	font-size: 24px;
	line-height: 0.7;
	text-align: center;
	width: 150px;
	display: inline-block;
}
#header #gnav > ul > li > a .en {
	font-style: italic;
}
#header #gnav > ul > li > a .ja {
	font-size: 12px;
}

/* .op */
.op {
    width: 100vw;
    height: 100vh;
    background: #fff;
    animation: bgAnime 1s linear 3.0s forwards;
    animation-delay: 5.2s;
    position: absolute;
    top:0;
    z-index: 9999;
    overflow: hidden;
    display: block;
}
.op > p {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.op > p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.op > p:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.op-txt01 {
    height: 112px;
    top: -80px;
    z-index: 10;
}
.op-txt01:before {
    width: 790px;
    height: 1px;
    background: #000;
    z-index: 50;
    animation: lineAnime 0.9s cubic-bezier(1,.37,1,1)  forwards;
}
.op-txt01:after{
    width: 790px;
    height: 120px;
    background: #fff;
    z-index: 25;
    animation: txtAnime 0.9s linear forwards;
    animation-delay: 0.7s;
}
.op-txt02 {
    height: 30px;
    top: 170px;
    z-index: 10;
}
.op-txt02:before {
    width: 798px;
    height: 1px;
    background: #000;
    z-index: 50;
    animation: lineAnime 0.9s cubic-bezier(1,.37,1,1)  forwards;
}
.op-txt02:after{
    width: 798px;
    height: 30px;
    background: #fff;
    z-index: 25;
    animation: txtAnime 0.9s linear forwards;
    animation-delay: 0.7s;
}
.op-txt03 {
    height: 30px;
    top: 265px;
    z-index: 10;
}
.op-txt03:before {
    width: 664px;
    height: 1px;
    background: #000;
    z-index: 50;
    animation: lineAnime 0.9s cubic-bezier(1,.37,1,1)  forwards;
}
.op-txt03:after{
    width: 664px;
    height: 30px;
    background: #fff;
    z-index: 25;
    animation: txtAnime 0.9s linear forwards;
    animation-delay: 0.7s;
}
@keyframes bgAnime {
	0%{
	    opacity: 1;
	}
	99%{
	    opacity: 0;
	}
	100%{
	    opacity: 0;
	    display: none;
	    z-index: -1;
	}
}
@keyframes txtAnime {
	0% {
	    transform: translateX(0);
	}
	100% {
	    transform: translateX(100%);
	}
}
@keyframes lineAnime {
	0% {
	    transform: translateX(-50%);
	}
	100% {
	    transform: translateX(80%);
	    opacity: 0;
	    display: none;
	}
}

/* .mv */
.mv {
	margin: 89px auto 0;
}
.mv .slick-slide img {
	transform: scale(0.9,0.9);
	transition: .4s;
}
.mv .slick-slide.slick-current.fx img {
	box-shadow: 0 16px 16px rgba(0,0,0,0.3);
	transform: scale(1.0,1.0);
}

/* #business */
#business {
	background: url(../img/business_img.jpg)  no-repeat center top;
	padding: 83px 0;
}
#business .inr {
	width: 1100px;
	margin: 0 auto;
}
#business .ttl-en:after,
#business .ttl-ja:after {
	content: '';
	border-top: 1px solid #005eae;
	flex-grow: 1;
	margin-left: 1rem;
	animation: fadeOut 2s ease;
}
#business dt {
	font-size: 24px;
	font-weight: 900;
	margin: 35px 0 6px;
}
#business dd {
	font-size: 20px;
	line-height: 1.6;
	width: 635px;
}

/* #product */
#product {
	background: url(../img/product_img.jpg) #d4e6ea no-repeat center top;
	padding: 94px 0 123px;
}
#product .inr {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
#product .ttl-en:after,
#product .ttl-ja:after {
	content: '';
	border-top: 1px solid #005eae;
	flex-grow: 1;
	margin-left: 1rem;
	animation: fadeOut 2s ease;
}
#product .left {
	width: 635px;
}
#product .txt {
	font-size: 20px;
	line-height: 1.6;
	width: 635px;
	margin: 34px 0 66px;
}
#product .blue {
	color: #005eae;
	font-weight: 700;
}
#product .ico-list {
	clear: both;
	margin: 0 0 55px;
}
#product .ico-list-ttl {
	font-size: 18px;
	font-weight: 900;
	margin: 0 0 7px;
}
#product .ico-list ul {
	font-size: 0;
	width: 1160px;
	margin: 0 0 0 -20px;
}
#product .ico-list li {
	display: inline-block;
	color: #00aaba;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	width: 160px;
}
#product .ico-list li span {
	display: inline-block;
	margin: 0 -6px;
}
#product .ico-list li img {
	margin: 0 0 10px;
}
#product .zoom-img {
	overflow: hidden;
	width: 860px;
    margin: 0 auto;
}
#product .zoom-img-left {
	float: left;
}
#product .zoom-img-right {
	float: right;
}
.lightbox .lb-image {
    width: 1000px !important;
    height: auto !important;
}

/* #company */
#company {
	border-bottom: solid 1px #fff;
	background: #eceef3;
	padding: 85px 0 0;
}
#company .ttl-en,
#company .ttl-ja {
	text-align: center;
}
#company .ttl-en:after,
#company .ttl-ja:after {
	content: '';
	border-top: 1px solid #005eae;
	flex-grow: 1;
	margin-left: 1rem;
	animation: fadeOut 2s ease;
}
#company .ttl-en:before,
#company .ttl-ja:before {
	content: '';
	border-top: 1px solid transparent ;
	flex-grow: 1;
	margin-left: 1rem;
}
#company .upper-block {
	background: url(../img/rep_img01.png)  no-repeat left bottom;
	max-width: 1430px;
	margin: 50px auto 0;
}
#company .upper-block .inr {
	background: url(../img/rep_img02.png)  no-repeat right bottom;
}
#company .subttl {
	border-bottom: solid 2px #005eae;
	color: #005eae;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	width: 740px;
	margin: 0 auto 43px;
	position: relative;
}
#company .subttl span {
	background: #eceef3;
	padding: 0 8px;
	position: relative;
	bottom: -15px;
}
#company .txt-area01 {
	width: 740px;
	margin: 0 auto;
	padding: 0 0 60px;
	position: relative;
	animation: fadeInUp 3s ease;
}
#company .txt-area01 p {
	font-size: 18px;
	line-height: 1.8;
	margin: 0 0 40px;
}
#company .txt-area01 ul {
	margin: 0 0 40px;
}
#company .txt-area01 li {
	color: #005eae;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.6;
}
#company .lower-block {
	background: url(../img/company_img01.png)  no-repeat right top;
	max-width: 1630px;
	margin: -70px auto -40px;
}
#company .lower-block .inr {
	background: url(../img/company_img02.png)  no-repeat left bottom;
}
#company .lower-block .inr02 {
	width: 750px;
	padding: 150px 0 170px;
	margin: 0 auto;
}
#company .txt-area02 {
	width: 740px;
	margin: 0 auto 75px;
	text-align: center;
}
#company .txt-area02 p {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.8;
	margin: 0 0 42px;
}
#company .data dl {
	width: 740px;
	margin: 0 auto;
	overflow: hidden;
}
#company .data dt {
	float: left;
	width: 85px;
	padding: 0 18px 17px 0;
	border-right: solid 2px #005eae;
	color: #005eae;
	font-size: 20px;
	font-weight: 900;
	text-align: right;
}
#company .data dl:last-child dt {
	padding: 0 18px 0 0;
}
#company .data dd {
	overflow: hidden;
	font-size: 18px;
	padding: 0 0 18px 24px;
}
#company .data dl:last-child dd {
	padding: 0 0 0 24px;
}
#company .data dd a {
	color: #000;
	text-decoration: underline;
}
#company .data dd a:hover {
	text-decoration: none;
}

/* #access */
#access {
	padding: 90px 0 133px;
	text-align: center;
}
#access .ttl-en:after,
#access .ttl-ja:after {
	content: '';
	border-top: 1px solid #005eae;
	flex-grow: 1;
	margin-left: 1rem;
	animation: fadeOut 2s ease;
}
#access .ttl-en:before,
#access .ttl-ja:before {
	content: '';
	border-top: 1px solid transparent ;
	flex-grow: 1;
	margin-left: 1rem;
}
#access iframe {
	margin: 35px auto 0;
	width: 100%;
	max-width: 1600px;
}
#access .address {
	font-size: 18px;
	margin: 13px 0 0;
}

/* .pagetop */
.pagetop {
	position: fixed;
	right: 50px;
	bottom: 50px;
	cursor: pointer;
	transition: .6s;
}
.pagetop:hover {
	opacity: .6;
}

/* #footer */
#footer {
	background: #005eae;
	color: #fff;
	text-align: center;
}
#footer .inr {
	width: 885px;
	margin: 0 auto;
	padding: 20px 0 17px;
}
#footer .logo {
	margin: 0 auto 20px;
}
#footer .logo a {
	transition: .3s;
}
#footer .logo a:hover {
	opacity: 0.4;
}
#footer .links {
	float: left;
	font-size: 0;
	margin: 0 0 52px;
}
#footer .links li {
	display: inline-block;
	border-right: solid 1px #fff;
}
#footer .links li:first-child {
	border-left: solid 1px #fff;
}
#footer .links li a {
	color: #fff;
	font-size: 21px;
	line-height: 0.8;
	text-align: center;
	width: 170px;
	display: inline-block;
	transition: .3s;
}
#footer .links li a:hover {
	opacity: 0.4;
}
#footer .links li a .en {
	font-style: italic;
}
#footer .links li a .ja {
	font-size: 12px;
}
#footer .mail {
	float: right;
}
#footer .mail a {
	background: url(../img/btn_arw.png) #c30d23 no-repeat right 10px center;
	color: #fff;
	font-size: 12px;
	text-align: center;
	width: 133px;
	padding: 8px 0 6px;
	display: inline-block;
	transition: .4s;
	position: relative;
}
#footer .mail a:hover {
	opacity: 0.6;
}
#footer .copyright {
	clear: both;
	display: block;
	font-size: 12px;
	letter-spacing: 0.1em;
}

/* .lightbox */
.lb-data .lb-details {
    display: none;
}



/* 20230825_add_by_hitotsunagi 
#new_product */
#new_product {
	background: #fffae1;
	padding: 94px 0 123px;
}
#new_product .inr {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
#new_product .flex_boxs {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
#new_product .ttl-ja {
    color: #e1aa1e;
}
#new_product .ttl-en:after,
#new_product .ttl-ja:after {
	content: '';
	border-top: 1px solid #e1aa1e;
	flex-grow: 1;
	margin-left: 1rem;
	animation: fadeOut 2s ease;
}
#new_product .left {
	width: 670px;
}
#new_product .right {
	width: 358px;
}
#new_product .right img {
    width: 315px;
    position: relative;
    bottom: 4px;
    right: -45px;
}
#new_product .right_outline {
    position: relative;
    top: -23px;
}
#new_product .outline_ttl {
    font-size: 28px;
    font-weight: bold;
}
#new_product .outline_txt {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 10px;
}
#new_product .txt {
	font-size: 20px;
	line-height: 1.6;
	width: 100%;
	margin: 34px 0 0;
}
#new_product .txt .bg {
    font-weight: bold;
    font-size: 24px;
}
#new_product .yellow {
	color: #e1aa1e;
	font-weight: 700;
}
#new_product .reason_wrap {
    margin-top: 40px;
}
#new_product .reason_ttl {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 26px;
    color: #0f124e;
}
#new_product .reason_box {
    margin-bottom: 66px;
}
#new_product .reason_box:last-child {
    margin-bottom: 0;
}
#new_product .reason_box_ttl {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    font-size: 50px;
    font-weight: 600;
    font-style: italic;
    letter-spacing:0.03em;
    color: rgba(0,0,0,0.2);
    margin-bottom: 24px;
}
#new_product .reason_box_ttl.mb4 {
    margin-bottom: 4px;
}
#new_product .reason_box_ttl::before {
    display: block;
    content: "";
    width: 80%;
    height: 2px;
    background: #e1aa1e;
    margin-right: 32px;
}
#new_product .reason_box_ttl .num {
    padding-left: 8px;
	color: #e1aa1e;
}
#new_product .reason_h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 26px;
    line-height: 1.5;
    color: #0f124e;
}
#new_product .reason_h3.mb-30 {
    margin-bottom: -30px;
}
#new_product .reason_1_boxs {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#new_product .reason_1_box {
    width: 340px;
}
#new_product .reason_1_ttl {
    background-color: #e1aa1e;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 12px 0 8px;
}
#new_product .reason_1_txt {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.45;
    margin: 22px 0 8px;
}
#new_product .reason_1_txt span {
    background: linear-gradient(transparent 60%, rgba(225,170,30,0.3) 60% 90%, transparent 90%);
}
#new_product .reason_1_txt2 {
    font-size: 16px;
    position: relative;
    padding: 2px 16px 0px 38px;
    line-height: 1.75;
}
#new_product .reason_1_txt2 .kome {
    position: absolute;
    top: 2px;
    left: 22px;
}
#new_product .reason_1_txt2::before {
    display: block;
    content: "";
    width: 12px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #e1aa1e;
    border-right: none
}
#new_product .reason_1_txt2::after {
    display: block;
    content: "";
    width: 12px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #e1aa1e;
    border-left: none
}
#new_product .reason_2_boxs {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#new_product .reason_2_box {
    width: 636px;
    position: relative;
    margin-top: 30px;
}
#new_product .reason_2_txt {
    font-size: 22px;
    line-height: 1.45;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 18px;
    bottom: -20px;
}
#new_product .reason_2_txt.right_txt {
    left: inherit;
    right: 34px;
}
#new_product .reason_2_box2 {
    width: 428px;
    position: relative;
}
#new_product .reason_2_info {
    top: 50%;
    left: 56%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#new_product .reason_2_info .white {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 1;
}
#new_product .reason_2_info .white .big {
    font-size: 50px;
    line-height: 1;
}
#new_product .reason_2_info .small {
    font-size: 16px;
    font-weight: normal;
}
#new_product .reason_3_boxs {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#new_product .reason_3_box {
    width: 624px;
}
#new_product .icon_boxs ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    
}
#new_product .icon_boxs ul li {
    width: 120px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    
}
#new_product .icon_boxs ul li img {
    width: 120px;
    margin: 0 auto;
}
#new_product .reason3_icon_ttl {
    text-align: center;
    font-size: 15px;
    line-height: 3;
    font-weight: bold;
    margin: 8px 0 0;
    width: 160px;
}
#new_product .reason3_icon_ttl.line2 {
    line-height: 1.5;
}
#new_product .reason_3_box2 {
    width: 464px;
}
#new_product .reason_kome  {
    margin-top: 16px;
    font-weight: bold;
    line-height: 1.3;
    padding-left: 1.1em;
    position: relative;
}
#new_product .reason_kome:before {
    content: "※";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}