html *::-webkit-scrollbar {
	width: 7px;
	background: #fff;
}

html *::-webkit-scrollbar-thumb {
	background: #ccc;
}

html *::-webkit-scrollbar-track-piece {
	width: 0;
}
.sec-product .product-slider h3.ttl-bar{
	margin-bottom: 35px;
}
.ttl{
	padding-bottom: 30px;
}
.ttl-hfy{
	padding-bottom: 0;
}
.cont-footer .page-ttl .jp, h1.page-ttl .jp, h2.ttl .jp, h3.ttl .jp{
	font-size: 1.5vw;
}
.foot-link .logo img{
	width: 80%;
}
.ewm img{
	display: block;
	width: 100px;
	margin-bottom: 15px;
}
.ewm p{
	font-size: 2rem;
	margin-bottom: 10px;
}
.sec-product{
	padding-bottom: 140px;
}
.swiper-containerp .swiper-slide a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* background: #fff; */
}
.swiper-containerp .swiper-slide img{
	width: 50%;
	display: block;
}
.swiper-containerp .swiper-slide .world{
	width: 50%;
	padding: 0px 0 0px 100px;
	font-size: 18px;
	line-height: 24px;
	color: #333;
}
.swiper-containerp .swiper-slide .world h4{
	font-size: 3vw;
	line-height: 1.6;
	margin-bottom: 25px;
}
.swiper-containerp .swiper-slide .world .en1{
	font-size: 18px;
	line-height: 1.6;
	position: relative;
	margin-top: 30px;
}
.swiper-button-prev:after,.swiper-button-next:after{
	content: '';
}
.swiper-containerp .swiper-pagination-bullet-active{
	background: #000;
	width: 10px;
	height: 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: initial;
	bottom: 140px;
	left: 20px;
	text-align: left;
}
body.home .sec-product .sec-inr>.btn-link{
	top: 0px;
}
.sec-inr .cont-wrap{
	padding-top: 30px;
}
.sec-pro{
	width: 100%;
}

.sec-pro .swiper-container-horizontal>.sec-pro .swiper-pagination-bullets, .sec-pro .swiper-pagination-custom, .sec-pro .swiper-pagination-fraction{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	left: initial;
	right: 8%;
	bottom: 0;
}
.swiper-pagination-current{
	font-size: 18px;
}

.sec-advant{
	margin-top: 140px;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}
.tab-title{
	width: 40%;
	color: #fff;
	overflow: hidden;
	padding: 0 5%;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.tab-title img{
	width: 55px;
	display: block;
	margin: 0 auto 10px auto;
}
.tab-title .til{
	border: 1px solid rgba(255,255,255,0.3);
	margin: 1%;
	padding: 15px;
	width: 48%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
	transition: all ease 0.5s;
}
.tab-title .til.current{
	border: 1px solid rgba(224,31,34,0.8);
	background: rgba(224,31,34,0.8);
}


.tab-cont{
	width: 60%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(0,0,0,0.1) , rgba(0,0,0,0.5));
	padding: 0 5%;
	position: relative;
	z-index: 1;
}
.tab-cont .world{
	width: 100%;
	color: #fff;
	transition: all ease 0.5s;
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translate(0,-50%);
}
.tab-cont .world h6{
	font-size: 16px;
}
.tab-cont .world h4{
	font-size: 3vw;
	line-height: 1.6;
}
.tab-cont .world .txt .jp1{
	font-size: 18px;
	line-height: 1.4;
	margin: 0px 0 10px 0;
}
.tab-cont .world .txt .en1{
	font-size: 14px;
	line-height: 1.5;
}
.advant-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-attachment: fixed !important;
	height: 600px;
	background-size: cover;
	transition: all linear 0.5s;
}

.sec-maps .cont{
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff;
	width: 140px;
	position: absolute;
	bottom: 10%;
	left: 55%;
	z-index: 1111;
}
.sec-maps .cont img{
	width: 100%;
}


.group .item{
	position: absolute;
	animation: breathing infinite linear 1s;
}
.group .item .circle{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 10px;
	height: 10px;
	background: #e01f22;
	border-radius: 50%;
}
.group .item .circle:nth-child(2){
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 18px;
	height: 18px;
	background: #e01f22;
	border-radius: 50%;
	opacity: 0.4;
}
.group .item .circle:nth-child(3){
	width: 30px;
	height: 30px;
	background: #e01f22;
	border-radius: 50%;
	opacity: 0.2;
}
.group.europe .item:nth-child(1){
	left: 28%;
	top: 22%;
}
.group.europe .item:nth-child(2){
	left: 50%;
	top: 40%;
}
.group.europe .item:nth-child(3){
	left: 68%;
	top: 28%;
}
.group.oceania .item:nth-child(1){
	left: 75%;
	top: 66%;
}



@keyframes breathing{
	0%{
		transform: scale(1);
	}
	50%{transform: scale(1.1);}
	100%{
		transform: scale(1);
	}
}

h2.ttl .en{
	font-size: 3vw;
}

#pageparawrap{
	padding-bottom: 0 !important;
}
#footer .footer-home{
	padding: 120px 0 60px 0;
	box-sizing: border-box;
}
#footer .footer-home .common-nav ul+ul,
#footer .footer-home .common-link{
	padding-top: 0;
}
body.home #pageparawrap #footer{
	position: initial;
	height: auto !important;
}
#footer .footer-home .foot-link{
	position: initial;
	left: 0;
	top: 0;
	transform: translate(0,0);
	margin: 0 auto;
}
#footer .footer-home .copyright{
	position: initial;
	bottom: 0;
	width: 86.1%;
	margin: 40px auto 0 auto;
	text-align: center;
}

.city{
	margin-bottom: 110px;
}
.city h2{
	font-size: 2vw;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 15px;
}
.city .cont {
	display: flex;
	flex-flow: wrap;
}
.city .cont .item{
	width: 15%;
	border: 1px solid #eee;
	line-height: 40px;
	text-align: center;
	margin: 0.8%;
	box-sizing: border-box;
}

.sec-maps{
	padding: 100px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sec-maps .left{
	width: 35%;
	padding-left: 10%;
}
.sec-maps h2{
	color: #333;
}
.sec-maps .text{
	font-size: 16px;
	line-height: 1.6;
	color: #888;
}


@keyframes banner-scale{
	0%   {
		transform: scale(1) translate(-50%,0);
	}
	50%  {
		transform: scale(1.2) translate(-50%,0);
	}
	100% {
		transform: scale(1) translate(-50%,0);
	}
}

.cont-footer .page-ttl .en, h1.page-ttl .en{
	font-size: 3.6vw;
}
.special-wrap .cont-ttl .sub-ttl{
	font-size: 1.5rem;
}
body[class^=page-] #main{
	padding-top: 160px;
}
html:not(.modal-search-open):not(.menu-open) body.brandstory .gnav>li>a{
	color: inherit;
}
/* html:not(.modal-search-open):not(.menu-open) body.brandstory .menu-btn span:after, */ 
html:not(.modal-search-open):not(.menu-open) body.home .menu-btn span:after, 
html:not(.modal-search-open):not(.menu-open) body.product-photo .menu-btn span:after{
	background: inherit !important;
}
#article-wrap p{
	font-size: 1.4rem;
}
body.page-special-cont h1.page-ttl{
	position: relative;
	z-index: 1;
}
.sec-form .txt-info{
	position: relative;
	z-index: 1;
}
.sec-form p{
	font-size: 1.6rem;
	line-height: 2 !important;
}
.ewm-c{
	display: flex;
	margin-top: 20px;
}
.ewm-c .item{
	width: 230px;
	margin-right: 20px;
	text-align: center;
	border: 1px solid #ddd;
}
.sec-form h2{
	font-size: 1.6rem;
}
.sec-form .list li{
	font-size: 1.4rem;
}
.maps-con{
	width: 100%;
}
.maps-con iframe{
	width: 100%;
	height: 385px;
	border:#ccc solid 1px;
	box-sizing: border-box;
}
.sec-page-product .bg-txt{
	top: 4.5%;
}
.sec-page-product .h1{
	padding-bottom: 0;
}
.product-index .type .swiper-slide figure{
	padding-top: 0;
}
.product-index .type .swiper-slide figure img{
	width: 100%;
	display: block;
	height: auto;
}
.sec-product .product-slider-wrap{
	margin: 0;
}
.sec-product{
	padding-bottom: 0;
}
.product-index .type .swiper-slide div.txt .til{
	font-size: 1.6rem;
}
.sec-product .product-slider div.txt{
	width: 100%;
	text-align: left;
}
.sec-product .product-slider-wrap .slide-pager{
	padding-top: 0;
}
.main .side-tab .cont-type li{
	font-size: 1.3rem;
}
.main .side-tab .ttl-taxonomy{
	font-weight: bold;
	color: #121212;
}
.product-index .product-main .btn-link p{
	font-size: 1.5rem;
}
.product-index .product-hfy{
	margin-bottom: 50px;
}
.product-index .product-hfy .swiper-slide figure img{
	height: auto;
}
.product-index .product-hfy .btn-link{
	padding-top: 0;
}
.home .menu-btn span.menu-btn-line-bg{
	background: #fff;
}
body.home .sec-story .txt .jp{
	text-indent: 0;
	margin-bottom: 10px;
}
body.home .sec-story .txt .en,
body.home .sec-story .txt-name p{
	font-size: 1vw;
}
.hfy-span{
	font-size: 1.8vw;
}
.sec-brand .cont03 .cont-movie figure img{
	width: 100%;
	display: block;
}
.sec-history .chronology:not(.current),
.sec-history .chronology:not(.current) .txt-ttl .jp,
.sec-history .chronology:not(.current) .txt-wrap dl{
	color: inherit;
}
.sec-history .chronology-wrap .chronology{
	padding-top: 60px;
}
.sec-history .chronology figure{
	position: relative;
}
.sec-history .chronology figure img{
	position: relative;
	z-index: 1;
}
.sec-history .chronology figure::after{
	content: "";
	width: 100px;
	height: 1px;
	background: #000;
	position: absolute;
	right: -60px;
	top: 50px;
}
.sec-history .chronology:nth-child(2n) figure::after{
	right: initial;
	left: -40px;
}
.sec-history .cont01 .cont-column h2.ttl{
	font-size: 3.6vw;
	text-align: center;
	margin-right: 0;
}
.sec-history .cont01 .cont-column h2.ttl span{
	line-height: 1.6;
}
.sec-history .cont01 .cont-column h2.ttl .jp{
	font-size: 1.8vw;
	padding-top: 0px;
}
.sec-history .cont01 .cont-column{
	padding-bottom: 0;
}
.video-bg{
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: 3000;
	transition: all linear 0.5s;
	visibility: hidden;
	opacity: 0;
	border-bottom-right-radius: 100%;
}
.video{
	position: fixed;
	width: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3001;
	transition: all linear 0.4s;
	visibility: hidden;
	opacity: 0;
}
.video video{
	width: 100%;
	display: block;
}
.video-bg.active{
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 1;
	border-bottom-right-radius: 0;
}
.video.active{
	width: 50%;
	visibility: visible;
	opacity: 1;
}
.video-index{
	position: absolute;
	bottom: 5%;
	left: 5%;
	z-index: 2;
}
.video-index .btn-video{
	display: inline-flex;
	align-items: center;
	font-size: 1.5vw;
	color: #fff;
}
.video-index .btn-movie{
	width: 4vw;
	height: 4vw;
	margin-right: 16px;
}
.video-index .btn-movie>svg{
	stroke: #fff;
}
.video-index .btn-movie>svg:first-of-type{
	opacity: 1;
}
.item-hfy{
	width: 100%;
	margin-bottom: 40px;
}
.item-hfy h4{
	font-size: 1.8vw;
	line-height: 1;
	margin-bottom: 20px;
}
.item-hfy div{
	display: flex;
	flex-flow: wrap;
	line-height: 1.5;
}
.item-hfy .top-item{
	border: 1px solid #ccc;
	width: 76%;
	padding: 20px;
	margin: 10px 0;
	display: block;
}
.item-hfy .top-item b{
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
}

.item-hfy div p{
	padding: 10px 0 !important;
	border: 1px solid #ccc;
	width: 40%;
	text-align: center;
	line-height: 25px !important;
	margin: 1%;
}
.item-hfy:nth-child(3) div p{
	width: 82%;
}
.column-wrap .column-side.fixed{
	width: 29%;
}
.sec-form .column-ttl{
	padding-bottom: 0;
}
.sec-form .txt-wrap .address{
	margin-top: 20px;
}
.sec-form h2{
	padding-top: 0;
}
.text-hfy{
	width: 83%;
	margin-top: 40px;
	line-height: 2;
	font-size: 16px;
}
/* .sec-history .chronology-wrap .chronology-inr .first{
	padding-top: 0;
}
 */
.sec-history .img_box img{
	position: absolute;
	width: 600px;
	animation: bar-scale infinite linear 3s;
}


@keyframes bar-scale{
	0%{
		transform: scale(1);
	}
	50%{transform: scale(1.05);}
	100%{transform: scale(1);}
}
.swiper-button-next-pro{
	right: 30px;
	opacity: .2;
}
.swiper-button-prev-pro{
	left: 30px;
	opacity: .2;
}


/* 2024/09/03 */
#kv #kv_swiper .banner-img{
    width: 30%;
    margin-top: 30px;
}
#kv #kv_swiper .read-wrap2{
	display: none;
}
#tan {
    position: absolute;
    bottom: 20px;
    z-index: 999999;
    left: 50%;
    transform: translateX(-50%);
}
.ewm img{
	width: 230px;
}


.pagelist ul{text-align:center;margin: 40px 0 20px 0;}
.pagelist li{display:inline-block;margin:0 2px;}
.pagelist li a{color:#666;display:inline-block;border:1px solid #ddd;padding:6px 15px;}
.pagelist li a:hover{border-color:#1b1b1b;background:#1b1b1b;color:#fff;}
.pagelist li.active a{border-color:#1b1b1b;background:#1b1b1b;color:#fff;}



.select-wrap{
	display: flex;
	justify-content: space-between;
}
.select-wrap select{
	width: 31%;
}
.main .select-wrap:after{
	display: none;
}


@media(max-width: 1440px){
	body.home .sec-story{
		padding: 85px 0 18vw 0;
	}
	.sec-special{
		padding: 120px 0;
	}
	.sec-form .txt-info {
		max-width: 678px;
	}
	.sec-advant{
		height: 500px;
		margin-top: 120px;
	}
	.advant-bg{
		height: 500px;
	}
	.sec-brand .cont02 .bg-txt{
		top: -60px;
	}
	.sec-brand .cont02 .cont-flex{
		padding-top: 60px;
	}
	.sec-history .chronology-wrap .chronology{
		padding-top: 60px;
	}
	.item-hfy .top-item{
		width: 74%;
	}
}


@media(max-width:972px){
	#footer .footer-home .common-link{
		padding-top: 11%;
	}
	#footer .footer-home .common-nav ul{
		padding-left: 0;
	}
	.copyright small{
		font-size: 1.8rem;
	}
	.sec-form .column-ttl .txt-info{
		display: block;
	}
	.sec-product .product-slider-wrap .slide-pager{
		padding-top: 24px;
	}
	
}
@media(max-width:980px){
	h1.page-ttl .en{
		font-size: 6.53vw
	}
	.sec-history .chronology-wrap .chronology{
		padding-top: 0;
	}
	.sec-history{
		padding-bottom: 12%;
	}
	.sec-form .step-bar{
		flex-flow: wrap;
	}
	.item-hfy div p{
		width: 46%;
	}
	.item-hfy:nth-child(3) div p{
		width: 94%;
	}
	.column-wrap .column-side.fixed{
		width: 100%;
	}
	.item-hfy h4{
		font-size: 5vw;
	}
	.sec-history .chronology .txt-ttl .jp{
		line-height: 1.6;
	}
}



@media(max-width:750px){
	.sec-history .ttl{
		padding-bottom: 0;
	}
	.sec-history .img_box{
		display: none;
	}
	.item-hfy{
		margin-bottom: 30px;
	}
	.item-hfy:nth-child(3){
		margin-bottom: 0;
	}
	.video.active{
		width: 80%;
	}
	.sec-history .chronology figure::after{
		right: inherit;
		left: -40px;
	}
	h1.page-ttl .en,
	.sec-history .cont01 .cont-column h2.ttl{
		font-size: 8.53vw
	}
	h1.page-ttl .jp,
	.hfy-span,
	.sec-history .cont01 .cont-column h2.ttl .jp{
		font-size: 4vw;
	}
	.sec-brand .cont03 .bg-txt{
		position: absolute;
		right: 0;
		bottom: -50px;
		margin: 0;
	}
	.cont-movie .sec-inr{
		position: absolute;
		top: -60px;
		right: 20px;
		width: auto;
	}
	.sec-brand .cont02 .cont-flex{
		padding-top: 20px;
	}
	body[class^=page-] #main{
		padding-top: 20%;
	}
	.sec-special-cont .bg-txt{
		font-size: 28vw;
	}
	.special-wrap .cont-ttl{
		font-size: 8.53vw;
		margin-bottom: 10px;
	}
	#header .header{
		padding: 5.5% 0 1%;;
	}
	.special-wrap.special01{
		margin-bottom: 12%;
	}
	.special-wrap.special03{
		margin-top: 12%;
	}
	#footer .footer-home{
		padding: 50px 15px;
	}
	#footer .logo{
		width: 50%;
		margin: 0 auto 30px auto;
	}
	#footer .common-nav ul,#menu .menu-right .common-nav ul{
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
	}
	#footer .common-nav li{
		width: 48%;
		margin: 1%;
		border: 1px solid #ddd;
		box-sizing: border-box;
		text-align: center;
		padding: 10px;
	}
	#menu .menu-right .common-nav li{
		width: 48%;
		margin: 1% 0;
		border: 1px solid #ddd;
		box-sizing: border-box;
		text-align: center;
		padding: 10px;
	}
	#footer .common-nav .en,#menu .menu-right .common-nav .en{
		font-size: 3.8vw;
	}
	#footer .pagetop{
		position: absolute;
		right: -5%;
		bottom: 26%;
		transform: rotate(90deg);
		z-index: 2;
	}
	#footer .link-list,#menu .menu-right .link-list{
		text-align: center;
		padding-bottom: 5px;
	}
	#menu .menu-right .link-list{
		margin-top: 40px;
	}
	#footer .link-list li,#menu .menu-right .link-list li{
		font-size: 1.5rem;
	}
	.ewm img{
		margin: 0 auto;
	}
	#footer .footer-home .copyright,#menu .copyright{
		padding: 0;
		margin: 0 auto;
		width: 100%;
	}
	.copyright small,#menu .copyright small{
		font-size: 3.6vw;
		line-height: 1.5;
	}
	#menu .common-nav{
		padding-bottom: 0;
	}
	#menu .menu-wrap{
		padding-top: 24%;
	}
	#footer .footer-home .common-link{
		padding-top: 0;
	}
	.info-list .ttl{
		font-size: 1.5rem;
		line-height: 1.5!important;
		padding-bottom: 0;
	}
	.sec-news .column-side{
		padding-bottom: 4%;
	}
	.pager-wrap{
		margin-top: 5%;
	}
	body[class^=page-]:not(.article) .main{
		padding-bottom: 10%;
	}
	body:not(.article) .pager-wrap .pager-btn{
		display: flex !important;
	}
	.ewm-c .item{
		margin-right: 10px;
	}
	.sec-form .step-bar{
		padding-bottom: 8%;
	}
	.sec-form .txt-wrap .list{
		padding-top: 5%;
	}
	.sec-form .cont-form dl>div{
		margin-bottom: 5%;
	}
	.sec-form .cont-form dt{
		font-size: 3.6vw;
	}
	.main .select-wrap select option{
		font-size: 1rem;
	}
	.sec-form .cont-sheet h2{
		font-size: 1.6rem;
	}
	.product-index .product-main{
		margin-top: 30px;
	}
	.main .scroll-tab li p{
		font-size: 3.6vw;
	}
	.product-index .product-hfy{
		margin-top: 0;
	}
	body.home .sec-story{
		padding-top: 20px;
	}
	body.home .sec-story h2{
		margin-bottom: 25px;
	}
	body.home .sec-story h2 .sub{
		font-size: 4vw;
	}
	body.home .sec-story h2 .en{
		font-size: 8vw;
	}
	body.home .sec-story .txt{
		padding: 5% 0 0 0;
	}
	.swiper-containerp .swiper-slide a{
		flex-flow: wrap;
	}
	body.home .sec-story .txt-name{
		margin-bottom: 20px;
	}
	.swiper-containerp .swiper-slide .world,.swiper-containerp .swiper-slide img{
		width: 100%;
	}
	.swiper-containerp .swiper-slide .world{
		padding-left: 8%;
		padding-top: 8%;
	}
	body.home .sec-product{
		padding: 0;
	}
	.sec-pro .swiper-pagination-fraction{
		width: 60px;
		height: 60px;
		bottom: 30%;
	}
	.sec-advant{
		margin-top: 50px;
		flex-flow: wrap;
	}
	.tab-title{
		width: 100%;
		margin-top: 50px;
	}
	.tab-cont{
		width: 100%;
		background: transparent;
	}
	.tab-cont .world{
		top: 18%;
		left: 6%;
		width: 88%;
	}
	.advant-bg{
		height: 480px;
	}
	.swiper-containerp .swiper-slide .world h4,
	.tab-cont .world h4,
	h2.ttl .en,
	.city h2{
		font-size: 7vw;
	}
	h2.ttl .jp{font-size: 4.26vw}
	.tab-title img{
		width: 45px;
	}
	.tab-cont .world .txt .jp1{
		font-size: 16px;
	}
	.sec-maps{
		padding-top: 30px;
		flex-flow: wrap;
	}
	.sec-maps .left{
		width: 100%;
		padding: 0 8%;
	}
	.sec-maps .maps{
		width: 100% !important;
		height: 300px !important;
	}
	.sec-maps .btn-link{
		display: none;
	}
	.sec-maps .cont{
		width: 100px;
		left: 10%;
		bottom: 8%;
	}
	.sec-special,body.home .sec-info{
		padding: 50px 0;
	}
	body.home .sec-info .info-list{
		padding-top: 0;
	}
	.city .cont .item{
		width: 31%;
		font-size: 14px;
	}
	.city{
		margin-bottom: 50px;
	}
	.btn-more{
		display: none;
	}
	 body.home .sec-info{
		 padding-bottom: 10px;
	 }
	 .sec-info .btn-link,.sec-special .btn-link1{
		 position: absolute;
		 right: 0;
		 top: 0;
	 }
	 .sec-inr .cont-wrap{
		 padding-top: 10px;
	 }
	 .sec-story .img01{
		position: relative;
	 }
	.video-index{
		left: 10%;
		bottom: 10%;
	}
	.video-index .btn-movie{
		width: 12vw;
		height: 12vw;	
	}
	.video-index .btn-video{
		font-size: 3.5vw;
	}
	.video-index .btn-movie>svg{
		stroke-width: 1px;
	}
	.text-hfy{
		width: 100%;
		font-size: 15px;
		margin-top: 30px;
	}
	.sec-form .step-bar{
		padding-top: 5%;
	}
	.item-hfy div p,.sec-form p{
		font-size: 1.4rem;
	}
	.sec-history .cont01 .chronology-wrap{
		margin-top: 50px;
	}
	.cont-column .txt-wrap .txt-name p span,
	.sec-history .chronology .txt-ttl .en span,
	.sec-history .chronology .txt-wrap{
		font-size: 3.5vw;
	}
	.sec-history .cont01 .chronology figure{
		width: 68vw;
	}
	.sec-history .chronology .txt-wrap dl div{
		flex-flow: wrap;
	}
	.sec-history .chronology .txt-wrap dl div dt{
		margin-bottom: 10px;
	}
	.cont-column .txt-wrap .txt{
		padding-top: 0;
	}
	.sec-form-join .step-bar{
		padding-top: 0;
	}
	.item-hfy h4{
		position: relative;
		z-index: 1;
	}
	.item-hfy .top-item{
		background: #fff;
		position: relative;
		width: 100%;
		box-sizing: border-box;
	}
	.item-hfy .top-item b{
		font-size: 16px;
	}
	.product-index .product-main .btn-link p{
		font-size: 1.2rem;
	}
	.product-index .product-main .btn-link .btn-view{
		right: -60px;
		top: -10px;
	}
	.product-index .product-main{
		margin-top: 0;
	}
	.swiper-button-next-pro{
		top: 25%;
		right: 15px;
	}
	.swiper-button-prev-pro{
		top: 25%;
		left: 15px;
	}
	
	/* 2024/09/03 */
	#header .logo{
		width: 200px;
	}
	#kv .read-wrap{
		bottom: 20%;
	}
	#kv #kv_swiper .banner-img{
		width: 90%;
		margin: 20px 0;
	}
	.ttl{
		padding-bottom: 0;
	}
	.read-wrap .btn-link{
		padding-top: 0;
	}
	body.home .sec-story .txt .en, body.home .sec-story .txt-name p, .cont-flex .txt-wrap .cont-inr .txt-story-wrap p:nth-child(2){
		font-size: 13px;
	}
	body.home .sec-story .txt-name{
		margin-top: 10px;
	}
	.swiper-containerp .swiper-slide .world .en1{
		font-size: 14px;
	}
	
	.main .select-wrap{
	   flex-flow: wrap;
	}
	.select-wrap select{
	    width: 100%;
	}
	
	
	
	
	
	
}