@charset "utf-8";
/* CSS Document */
html {
	min-width: 320px;
	/*visibility: hidden;*/
}
/*html.wf-active {
	visibility: visible;
}*/
body {
	font-family: 'Noto Sans JP', "Underground", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2.1;
	color: #333333;
	-webkit-text-size-adjust: 100%;
} 
img {
	vertical-align: bottom;
	max-width: 100%;
}
a {
	text-decoration: none;
	color: inherit;
}
.bg--gray{
	background: #f1f1f1;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

.txt--caption{
	text-align: center;
	margin-top: 20px;
	line-height: 1.3em;
}
.spb{
	display: none;
}

/* ----------------------------------------------
	layout
---------------------------------------------- */

.l-header {
	padding: 45px 50px 0;
	background: #fff;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.l-header__logo img {
	width: 200px;
	margin-bottom: 50px;
}
.l-header__nav .c-flex{
    justify-content: flex-end;
}
.l-header__nav .c-flex > li{
	margin-left: 40px;
}
.l-header__nav .c-flex > li:first-of-type{
	margin-left: 0;
}
.l-header__nav .c-flex > li a{
	font-size: 20px;
	font-family: montserrat, sans-serif;
	font-weight: 600;
	letter-spacing: 0.2em;
	padding: 0 32px 16px;
	display: block;
	position: relative;
}
.l-header__nav .c-flex > li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #333333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .4s cubic-bezier(.53,.01,.45,.99)
}
.l-header__nav .c-flex li.on-mouse > a::after {
    transform: scale(1, 1);
}
.l-header__nav__second_cont{
	display: none;
}
.on-mouse .l-header__nav__second_cont{
	display: block;
}
.l-header__nav .c-flex > li .l-header__nav__second_cont a{
	padding: 8px 0 8px 32px;
}
.l-main {
	display: block;
}
.l-wrapper {
	max-width: 1042px;
	margin: 0 auto;
}
.l-footer {
	background: #434343;
	padding: 100px 0 40px;
	font-family: montserrat, sans-serif;
	position: relative;
}
.l-footer .l-pagetop {
    display: block;
    z-index: 10;
	position: fixed;
    right: 40px;
    width: 60px;
    height: 60px;
	bottom: 30px;
    border-radius: 50%;
	background: #929292;
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
	margin-top: 0;
	opacity: 0;
	pointer-events: none;
    transition: all 0.3s ease-in-out;
}
.l-footer .l-pagetop.is-show{
    opacity: 1;
	pointer-events: auto;
	transition: all 0.3s ease-in-out;
	bottom: 40px;
}
.l-footer .l-pagetop.on-stop{
    position: absolute;
	top: -30px;
	bottom: auto;;
}
.l-footer .l-pagetop:hover {
    margin-top: -10px;
    transition: all 0.3s ease-in-out;
}
.l-footer .l-pagetop::after {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 27px;
    right: 0;
    left: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    content: '';
}
.l-footer__sns{
	max-width: 250px;
	margin: 0 auto 100px;
}
.l-footer__sns li img{
	width: 68px;
	height: auto;
}
.l-footer__legal {
	margin-bottom: 100px;
}
.l-footer__legal p {
	font-size: 14px;
	line-height: 1.6;
	color: #ffffff;
}
.l-footer__corp {
	font-size: 12px;
	color: #ffffff;
}
.l-footer__links {
	justify-content: start;
}
.l-footer__links > *{
	margin-right: 20px;
}
.l-footer__links > *:last-of-type{
	margin-right: 0;
}
/* ----------------------------------------------
	object
---------------------------------------------- */

/* compornent */
.c-flex{
	display: flex;
	justify-content: space-between;
}
.c-flex--reverce{
	display: flex;
	justify-content: space-between;
}
.c-title--xl {
	font-size: 75px;
	font-family: lora, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.04em;
	line-height: 1.2;
}
.c-title--xl span {
	display: block;
	margin-bottom: 40px;
}
.c-title--l {
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	font-size: 50px;
	line-height: 1.44;
	letter-spacing: 0.04em;
	padding-top: 44px;
    max-width: 780px;
	margin: auto;
	text-align: center;
	position: relative;
}
_:-ms-lang(x)::-ms-backdrop, .c-title--l {
    font-family: serif;
}
.c-title--l::before,
.c-title--l::after {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	background: #333333;
}
.c-title--l::before{
	height: 4px;
	top: 0;
}
.c-title--l::after{
	height: 2px;
	top: 8px;
}
.c-title--l span{
	display: flex;
	justify-content: center;
	font-family: lora, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.44;
	letter-spacing: 0.04em;
	margin-top: 32px ;
}
.c-title--l span::before,
.c-title--l span::after {
    content: '';
    display: block;
    height: 1px;
    width: 74px;
    background: #333333;
}
.c-title--l span::before {
    margin: auto 20px auto 0;
}
.c-title--l span::after {
    margin: auto 0 auto 20px;
}
.c-title--m {
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.8;
	letter-spacing: 0.04em;
	text-align: center;
}
_:-ms-lang(x)::-ms-backdrop, .c-title--m {
    font-family: serif;
}
.c-title--s {
	font-family: lora, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 200;
	font-size: 35px;
	line-height: 1.8;
	letter-spacing: 0.04em;
}
.c-title--ss{
	font-size: 31px;
}
.c-title--s span {
	font-size: 20px;
}
.c-btn{
	width: 100%;
}
.c-btn a{
	width: 100%;
	color: #fff;
	background: #333333;
	border: solid 2px #333333;
	padding: 16px;
	text-align: center;
	display: block;
	font-size: 20px;
	font-family: montserrat, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: 0.3s ease-in-out;
}

.c-btn.on-mouse > a {
	color: #333333;
	border: solid 2px #333333;
	transition: 0.3s ease-in-out;
}
.c-btn a::before {
	opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    right: calc(100% + 6px);
    width: 160%;
    height: 100%;
    transform: skewX(-45deg);
    background: #fff;
    content: '';
	transition: 0.3s ease-in-out;
	z-index: -1;
}
.c-btn.on-mouse > a::before {
	opacity: 1;
    right: -30px;
    transition: 0.3s ease-in-out;
}
.c-btn > a::after {
	opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: calc(100% + 6px);
    width: 160%;
    height: 100%;
    transform: skewX(-45deg);
    background: #fff;
    content: '';
	transition: 0.3s ease-in-out;
	z-index: -1;
}
.c-btn.on-mouse > a::after {
	opacity: 1;
    left: -30px;
    transition: 0.3s ease-in-out;
}
.c-btn--opa{
	transition: 0.3s ease-in-out;
}
.c-btn--opa.on-mouse{
	opacity: .6;
	transition: 0.3s ease-in-out;
}
_:-ms-lang(x)::-ms-backdrop, .c-btn a::before,
_:-ms-lang(x)::-ms-backdrop, .c-btn a::after {
        display: none;
}
_:-ms-lang(x)::-ms-backdrop, .c-btn a:hover {
        background: #ffffff;
}
@supports (-ms-ime-align: auto) {
	.c-btn.on-mouse a{
		background: #ffffff;
	}
	.c-btn a::before,.c-btn a::after {
        display: none;
    }
}

/* project */
.p-about__mv{
	padding: 345px 0 80px;
}
.p-about__mv__title {
	margin-bottom: 110px;
	text-align: center;
	position: relative;
}
.p-about__mv__title::before,
.p-about__mv__title::after {
	position: absolute;
	left: 0;
	right: 0;
	content: '';
	display: block;
	margin: auto;
	width: 716px;
	background: #333;
}
.p-about__mv__title::before {
	height: 4px;
	bottom: 5px;
}
.p-about__mv__title::after {
	height: 2px;
	bottom: 0px;
}
.p-about__mv__title__arche{
	font-family: lora, serif;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 8px;
	font-size: 32px;
}
.p-about__mv__title__sub{
	padding-bottom: 24px;
	font-size: 20px;
	font-family: montserrat, sans-serif;
	letter-spacing: 0.12em;
	font-weight: 600;
}
.p-about__mv__img{
	margin-bottom: 100px;
}
.p-about__mv__slide{
	overflow: hidden;
	position: relative;
}
.swiper-pagination {
    position: static;
    margin: 44px 0;
}
.swiper-container-horizontal >.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px;
}
.swiper-pagination-bullet{
	background: #cfcfcf;
	opacity: 1;
	width: 12px;
    height: 12px;
}
.swiper-pagination-bullet-active{
	background: #333333;
}
.p-about__mv .c-title--l {
	margin-bottom: 64px;
}
.p-about__mv__feature_list{
	margin-bottom: 80px;
}
.p-about__mv__feature_list li{
	width: calc((100% - (64px * 2)) / 3);
	text-align: center;
}
.p-about__mv__feature_list--img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
	margin-bottom: 30px;
}
span.p-about__mv__feature_list--img.p-about__mv__feature_list--img--02 img{
	width: 68px;
}
.p-about__mv__feature_list--img--01 img{
	max-width: 90px;
}
.p-about__mv__feature_list li img{
	width: 130px;
	height: auto;
}
.p-about__mv__feature_list li h3{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: montserrat, sans-serif;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.04em;
	margin-bottom: 24px;
	line-height: 1.2;
	position: relative;
}
.p-about__mv__feature_list li h3::before{
	position: absolute;
    content: '';
    display: block;
    height: 1px;
	margin: auto 0;
    width: 100%;
    background: #333333;
}
.p-about__mv__feature_list li h3 span{
	background: #f1f1f1;
	padding: 0 10px;
	z-index: 1;
}
.p-about__mv__feature_list li p{
	text-align: left;
	margin-bottom: 48px;
}
.p-about__mv__video__youtube {
	display: block;
	width: 100%;
	height: 718px;
	background: url(../img/video-bg.jpg) center /cover no-repeat;
	position: relative;
	overflow: hidden;
}
.p-about__mv__video__youtube::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	display: block;
	width: 194px;
	height: 194px;
	margin-top: -97px;
	margin-left: -97px;
	border-radius: 50%;
	background: rgba(255,255,255,.3);
	opacity: 1;
	transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin-top 0.3s ease-in-out, margin-left 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.p-about__mv__video__youtube span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	display: block;
	width: 154px;
	height: 154px;
	margin-top: -77px;
	margin-left: -77px;
	border-radius: 50%;
	background: rgba(255,255,255,.8);
	transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin-top 0.3s ease-in-out, margin-left 0.3s ease-in-out, background 0.3s ease-in-out;
}
.p-about__mv__video__youtube span::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 18px;
	border-color: transparent transparent transparent #333;
	transition: border-color 0.3s ease-in-out;
}
.p-about__mv__video__youtube:hover::before {
	width: 160vw;
	height: 160vw;
	margin-top: calc(0px - 80vw);
	margin-left: calc(0px - 80vw);
	opacity: .2;
	transition: width 0.3s ease-in-out 0.12s, height 0.3s ease-in-out 0.12s, margin-top 0.3s ease-in-out 0.12s, margin-left 0.3s ease-in-out 0.12s, opacity 0.3s ease-in-out;
}
.p-about__mv__video__youtube:hover span {
	width: 194px;
	height: 194px;
	margin-top: -97px;
	margin-left: -97px;
	background: rgba(255,255,255,.6);
	transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin-top 0.3s ease-in-out, margin-left 0.3s ease-in-out, background 0.3s ease-in-out;
}
.p-about__mv__video__youtube:hover span::before {
	border-color: transparent transparent transparent #cf2a15;
	transition: border-color 0.3s ease-in-out;
}

.p-about__sec { 
	padding-top: 100px;
}
.p-about__sec:last-of-type { 
	padding: 100px 0 ;
}
.p-about__sec .c-title--l {
	margin-bottom: 100px ;
}
.p-about__sec .p-about__sec__product_video{
	width: 100%;
    text-align: center;
}
.p-about__sec .p-about__sec__product_img{
	width: 80%;
	text-align: center;
	margin: 0 auto 40px;
}
.p-about__sec .c-title--m {
	margin-bottom: 88px ;
}
.p-about__sec .c-title--m {
	margin-bottom: 88px ;
}
.p-about__sec__icon_list{
	margin-bottom: 88px ;
	margin: auto auto  88px ;
	justify-content: center;
}
.p-about__sec__icon_list li {
	margin: 0 25px ;
	text-align: center;
}
.p-about__sec__icon_list li img{
	width: 100px;
	height: auto;
}
.p-about__sec__initial_big{
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.12em;
	margin-bottom: 100px ;
}
.p-about__sec__initial_big span{
	font-size: 40px;
	line-height: 0.75;
	font-weight: 600;
	letter-spacing: 0.12em;
	font-family: montserrat, sans-serif;
}
.p-about__sec__cross li {
	position: relative;
}
.p-about__sec__cross li > * {
	width: 50%;
}
.p-about__sec__cross__img{
	position: absolute;
	height: 100%;
}
.p-about__sec__cross__img .vegas-slide,
.p-about__sec__cross__img .vegas-slide-inner {
	height: 100%;
}
.p-about__sec__cross__txt{
	padding: 70px 120px;
	padding-right: calc((100% - 1280px + 120px) / 2);
}
.p-about__sec__cross .c-flex--reverce .p-about__sec__cross__txt{
	padding: 70px 120px;
	padding-left: calc((100% - 1280px + 120px) / 2);
}
.p-about__sec__cross__txt > div{
	display: flex;
    justify-content: center;
	margin-bottom: 10px;
}
.p-about__sec__cross__txt > div figure{
	margin: 0 20px;
}
.p-about__sec__cross__txt > div figure img{
	width: 70px;
	height: auto;
}
.p-about__sec__cross__txt .c-title--s{
	margin-bottom: 10px;
}
.p-about__sec__cross__txt p a{
	text-decoration: underline;
}
.p-about__sec--01 .p-about__sec__product_video {
	margin: -32% 0 -12%;
	z-index: -1;
    position: relative;
}
.p-about__sec--01 .p-about__sec__cross__img--01 {
	right: 0;
	background-size: cover;
	background-position: center;
}
.p-about__sec--01 .p-about__sec__cross__img--02 {
	left: 0;
	background-size: cover;
	background-position: center;
}

/* vegas用CSS */
.p-about__sec--01 .c-flex--reverce .p-about__sec__cross__txt,
.p-about__sec--02 .c-flex--reverce .p-about__sec__cross__txt,
.p-about__sec--03 .c-flex--reverce .p-about__sec__cross__txt {
	margin-left: 0;
}

.p-about__sec--02 {
	position: relative;
}
.p-about__sec--02 .c-title--l {
    margin-bottom: 60%;
}
.p-about__sec--02 .p-about__sec__product_video {
    width: 100%;
    position: relative;
    z-index: -1;
    margin: -110% auto -24%;
}
.p-about__sec--02 .p-about__sec__cross__img--01 {
	right: 0;
	background: url(../../parts/img/about_02_cross_img010.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.p-about__sec--02 .p-about__sec__cross__img--02 {
	left: 0;
	background: url(../../parts/img/about_02_cross_img020.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.p-about__sec--02 .p-about__sec__cross__img--03 {
	right: 0;
	background: url(../../parts/img/about_02_cross_img030.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.p-about__sec--03 .p-about__sec__product_video{
	margin: -24% 0 -20%;
}
.p-about__sec--03 .p-about__sec__cross__img--01 {
	right: 0;
	background: url(../../parts/img/about_03_cross_img010.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.p-about__sec--03 .p-about__sec__cross__img--02 {
	left: 0;
	background: url(../../parts/img/about_03_cross_img020.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.p-about__sec--03 .p-about__sec__cross__img--03 {
	right: 0;
	background: url(../../parts/img/about_03_cross_img030.jpg) no-repeat;
	background-size: cover;
	background-position: center;

}
.p-about__sec--03 li:last-of-type .p-about__sec__cross__txt {
	padding: 130px 120px;
    padding-left: calc((100% - 1280px + 120px) / 2);
}


.p-about__sec--04 .p-about__sec__side > * {
	width: 50%;
}
.p-about__sec--04 .p-about__sec__side li:first-of-type {
	padding: 90px 120px 90px 0;
	border-right: solid 2px #333333;
	position: relative;
}
.p-about__sec--04 .p-about__sec__side li:first-of-type::after {
	position: absolute;
	width: 2px;
	height: 100%;
	background: #333333;
	content: '';
	top: 0;
	right: 3px;
}
.p-about__sec--04 .p-about__sec__side li:last-of-type {
	padding: 90px 0 90px 120px;
	border-left: solid 2px #333333;
	position: relative;
}
.p-about__sec--04 .p-about__sec__side li:last-of-type::after {
	position: absolute;
	width: 2px;
	height: 100%;
	background: #333333;
	content: '';
	top: 0;
	left: 3px;
}
.p-about__sec--04 .p-about__sec__side__img {
	margin-bottom: 90px;
}
.p-about__sec--04 .p-about__sec__side li h4,
.p-about__sec--04 .p-about__sec__side li > p {
	margin-bottom: 40px;
}
.p-about__sec--04 .p-about__sec__side__btn {
	margin-bottom: 20px;
}
.p-about__sec--04 .p-about__sec__side__btn a {
	cursor: pointer;
}
.p-about__sec--04 .p-about__sec__side__btn a .--small {
	font-size: 14px;
}
.p-about__sec--05 .p-about__sec__country {
	flex-wrap: wrap;
	margin: 0 -16px;
    justify-content: flex-start;
}
.p-about__sec--05 .p-about__sec__country li {
    width: calc((100% - 160px) / 5);
	margin: 0 16px 60px;
	text-align: center;
}
.p-about__sec--05 .p-about__sec__country li img{
	margin-bottom: 20px;
}
.p-about__sec--05 .p-about__sec__country li img:not(.no-border){
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.p-about__sec--05 .p-about__sec__country li p{
	font-family: montserrat, sans-serif;
	font-size: 18px;
    line-height: 1.4;
}


@media only screen and (max-width: 1280px){
	/* ----------------------------------------------
		layout
	---------------------------------------------- */

	.l-header__nav .c-flex > li {
		margin-left: 2%;
	}
	.l-header__nav .c-flex > li:first-of-type {
		margin-left: 0%;
	}
	.l-footer__legal {
		width: 92%;
		margin: 0 auto 8%;
	}
	.l-footer__corp {
		width: 92%;
		margin: 0 auto;
	}

	/* ----------------------------------------------
		object
	---------------------------------------------- */
	/* compornent */
	.c-title--xl {
		font-size: calc(1rem + ((1vw - 4px) * 100 * 52 / 880));
	}
	.c-title--l {
		font-size: calc(1rem + ((1vw - 4px) * 100 * 28 / 880));
	    padding-top: 4%;
	}
	.c-title--l::before, .c-title--l::after {
		width: 72%;
		right: 0;
		margin: auto;
	}
	.c-title--l span {
		font-size: 1.8vw;
	    margin-top: 2%;
	}
	.c-title--l span::before, .c-title--l span::after {
		width: 6%;
	}
	.c-title--m {
		font-size: calc(1rem + ((1vw - 4px) * 100 * 20 / 880));
	}
	.c-title--s {
		font-size: calc(1rem + ((1vw - 4px) * 100 * 17 / 880));
	}
	.p-about__sec__cross__txt .c-title--s {
		margin-bottom: 20px;
	}
	/* project */

	.p-about__mv {
		padding: calc(14% + 175px) 0 80px;
	}
	.p-about__mv__title {
		margin-bottom: 10%;
	}
	.p-about__mv__title__arche {
	    font-size: 2.6vw;
		margin: 0 auto 2%;
	}
	.p-about__mv__title__sub{
		font-size: 1.6vw;
	}
	.p-about__mv__title::before,
	.p-about__mv__title::after {
		width: 48%;
	}
	.p-about__mv__img {
		margin-bottom: 10%;
	}
	.p-about__mv__feature_list {
		width: 92%;
		margin: 0 auto 80px;
	}
	.p-about__mv__feature_list li {
		width: calc((100% - (40px * 2)) / 3);
	}
	.p-about__mv__video {
		width: 92%;
		margin: 0 auto;
	}
	.p-about__sec__initial_big {
		font-size: 1.8vw;
		width: 92%;
		margin-bottom: 10%;
	}
	.p-about__sec .c-title--m {
		margin-bottom: 6%;
	}
	.p-about__sec__icon_list{
		margin-bottom: 6%;
	}
	.p-about__sec__icon_list li{
	    width: 12%;
    	margin: 0 8px;
	}
	.p-about__sec__icon_list--withtxt li{
		width: 14%;
	}
	.p-about__sec__cross__txt,
	.p-about__sec__cross .c-flex--reverce .p-about__sec__cross__txt,
	.p-about__sec--03 li:last-of-type .p-about__sec__cross__txt {
		padding: 6% 4%;
		line-height: 1.6em;
	}
	.p-about__sec--01 .p-about__sec__product_img {
		margin: auto auto 24%;
	}
	.p-about__sec--03 .p-about__sec__product_img div::after {
		left: -20%;
		box-shadow: 230px -52px 16px 46px rgba(0,0,0,.3);
		width: 34%;
	}
	.p-about__sec--04 .p-about__sec__side {
    	max-width: none;
	}
	.p-about__sec--04 .p-about__sec__side li:first-of-type,
	.p-about__sec--04 .p-about__sec__side li:last-of-type {
		padding: 10% 6%;
	}
	.p-about__sec--04 .p-about__sec__side__img {
		margin-bottom: 16%;
		text-align: center;
	}
	.p-about__sec--04 .p-about__sec__side li h4, .p-about__sec--04 .p-about__sec__side li > p {
		margin-bottom: 8%;
	}
	.p-about__sec--05 .p-about__sec__country_wrapper {
		width: 92%;
		margin: 0 auto;
	}
	@supports (-ms-ime-align: auto) {
		.p-about__sec--05 .p-about__sec__country li {
			width: calc((100% - 165px) / 5);
		}
	}
}

@media only screen and (max-width: 768px){


	body {
		font-size: 12px;
		line-height: 2.0;
	} 

	/* ----------------------------------------------
		layout
	---------------------------------------------- */
	.l-header {
		height: auto;
		padding: 0;
		position: relative;
	    z-index: 10;
	}
	.l-header__logo{
		display: flex;
		justify-content: flex-start;
		height: 64px;
		align-items: center;
		margin-left: 5%;
	}
	.l-header__logo img{
		margin: 0;
		width: 150px;
	}
	.l-header__menu_bar {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 64px;
		height: 64px;
	}
	.l-header__menu_bar > span {
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		width: 20px;
		height: 2px;
		margin: auto;
		background: #333333;
	}
	.l-header__menu_bar > span:nth-child(1) {
		top: 24px;
		transform: rotate(0);
		transition: top 0.3s ease-in-out, transform 0.3s ease-in-out;
	}
	.l-header__menu_bar > span:nth-child(2) {
		top: 31px;
	}
	.l-header__menu_bar > span:nth-child(3) {
		bottom: 24px;
		transform: rotate(0);
		transition: bottom 0.3s ease-in-out, transform 0.3s ease-in-out;
	}
	.l-header.is-active .l-header__menu_bar>span:nth-child(1) {
		top: 31px;
		transform: rotate(45deg);
		transition: top 0.3s ease-in-out, transform 0.3s ease-in-out;
	}
	.l-header.is-active .l-header__menu_bar>span:nth-child(2) {
		display: none;
	}
	.l-header.is-active .l-header__menu_bar>span:nth-child(3) {
		bottom: 31px;
		transform: rotate(-45deg);
		transition: bottom 0.3s ease-in-out, transform 0.3s ease-in-out;
	}
	.l-header__nav {
		position: absolute;
		width: 100%;
	    z-index: 2;
	}
	.l-header__nav .c-flex{
		background: #ebecea;
		flex-direction: column;
		z-index: 1;
		position: relative;
	    padding: 35px;
		opacity: 0;
		pointer-events: none;
    	transition: opacity 0.3s ease-in-out;
	}
	.l-header.is-active .l-header__nav .c-flex {
		opacity: 1;
		pointer-events: auto;
    	transition: opacity 0.3s ease-in-out;
	}
	.l-header__nav .c-flex > li{
	    margin-bottom: 10%;
		margin-left: 0;
	}
	.l-header__nav .c-flex > li:last-of-type{
		margin-bottom: 0;
	}
	.l-header__nav .c-flex > li a{
		padding: 0;
		font-size: 13px;
	}
	.l-header__nav .c-flex > li .l-header__nav__second_cont a{
		padding: 8px 0 8px 0;
	}
	.l-header__nav__second{
		position: relative;
	}
	.l-header__nav__second::after {
		box-sizing: border-box;
		display: block;
		position: absolute;
		top: 5px;
		right: 0;
		width: 12px;
		height: 12px;
		margin: auto;
		transform: rotate(45deg);
		border-bottom: 2px solid #333333;
		border-right: 2px solid #333333;
		content: '';
	}
	.l-header__nav__second_cont{
		padding: 6% 0 0 8%;
	}
	.l-header__nav__second_cont li{
		margin-bottom: 4%;
	}
	.l-header__nav__second_cont li:last-of-type{
		margin-bottom: 0;
	}
	.l-footer__legal p {
		font-size: 12px;
		text-align: left;
	}
	.l-footer__corp {
		padding: 0;
		flex-direction: column;
	}
	.l-footer__links {
		width: 100%;
		margin-bottom: 20px;

		padding-right: 0;
		justify-content: center;
	}
	.l-footer__links > li {
		padding: 0 12px;
	}
	.l-footer__corp small {
		font-size: 10px;
		font-family: 'Noto Sans JP', Roboto, Arial, Helvetica, Tahoma, Verdana;
	    text-align: center;
	}

	/* ----------------------------------------------
		object
	---------------------------------------------- */
	/* conpornent */
	.c-btn {
		width: 350px;
		margin: 0 auto;
	}
	.c-btn a {
		padding: 12px;
		font-size: 16px;
	}
	/* project */	
	.p-about__mv .c-title--l {
		margin-bottom: 48px;
	}
	.swiper-pagination {
	    margin: 16px 0;
	}
	.swiper-container-horizontal >.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 8px;
	}
	.swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.swiper-pagination-bullet-active{
		background: #333333;
	}
	.p-about__mv {
		padding: 14% 0 80px;
	}
	.p-about__mv__feature_list{
		width: 90%;
		margin: 0 auto;
		flex-direction: column;
		margin-bottom: 40px;
	}
	.p-about__mv__feature_list li{
		width: 100%;
		margin-bottom: 56px;
	}
	.p-about__mv__feature_list li:last-of-type{
		margin-bottom: 0;
	}
	.p-about__mv__feature_list--img{
		margin-bottom: 0;
	}
	.p-about__mv__feature_list li img{
		width: 40%;
		margin-bottom: 0;
	}
	.p-about__mv__feature_list li h3 {
		margin-bottom: 16px;
	}
	.p-about__mv__feature_list li h3::before {
		width: 56%;
	}
	.p-about__mv__feature_list li h3 span{
		line-height: 1.1;
	}
	.p-about__mv__feature_list li p {
		margin-bottom: 24px;
	}
	.p-about__mv__video__youtube {
		height: 56.266666vw;
	}
	.p-about__mv__video__youtube::before {
		width: 14vw;
		height: 14vw;
		margin-top: -7vw;
		margin-left: -7vw;
	}
	.p-about__mv__video__youtube span {
		width: 12vw;
		height: 12vw;
		margin-top: -6vw;
		margin-left: -6vw;
	}
	.p-about__mv__video__youtube span::before {
		border-width: 0.9vw 0 0.9vw 1.4vw;
	}
	.p-about__mv__video__youtube:hover span {
		width: 14vw;
		height: 14vw;
		margin-top: -7vw;
		margin-left: -7vw;
	}
	.p-about__sec {
		padding-top: 64px;
	}
	.p-about__sec .c-title--l {
		margin-bottom: 40px;
	}
	.p-about__sec--02 .c-title--l {
		margin-bottom: 60%;
	}
	.p-about__sec .c-title--m {
		margin-bottom: 32px;
	}
	.p-about__sec__cross {
		width: 92%;
		margin: 0 auto;
	}
	.p-about__sec__cross > .c-flex {
		flex-direction: column;
	}
	.p-about__sec__cross > .c-flex--reverce {
		flex-direction: column-reverse;
	}
	.p-about__sec__cross li > * {
		width: 100%;
	}
	.p-about__sec__cross__txt {
		margin-top: 320px;
	}
	.p-about__sec__cross__txt,
	.p-about__sec__cross .c-flex--reverce .p-about__sec__cross__txt,
	.p-about__sec--03 li:last-of-type .p-about__sec__cross__txt{
		padding: 64px 10% 40px 10%;
	}
	.p-about__sec__cross__img {
		top: 0;
		height: 320px;
	}
	.p-about__sec__cross .c-flex--reverce .p-about__sec__cross__txt{
		margin-left: 0;
	}
	.p-about__sec__cross__txt > div{
		margin-bottom: 24px;
	}
	.p-about__sec__cross__txt > div figure{
		margin: 0 8px;
		width: 20%;
		text-align: center;
	}
	.p-about__sec__cross__txt .c-title--s{
		margin-bottom: 20px;
		text-align: center;
	}
	.p-about__sec__side{
		flex-direction: column;
	}

	/* vegas用CSS */
	.p-about__sec--01 .p-about__sec__cross__txt,
	.p-about__sec--02 .p-about__sec__cross__txt,
	.p-about__sec--03 li:nth-of-type(1) .p-about__sec__cross__txt,
	.p-about__sec--03 li:nth-of-type(2) .p-about__sec__cross__txt {
		margin-top: 0;
	}

	.p-about__sec--04 .p-about__sec__side > * {
		width: 100%;
	}
	.p-about__sec--04 .p-about__sec__side li:first-of-type {
		border-right: none;
	}
	.p-about__sec--04 .p-about__sec__side li:last-of-type {
		border-left: none;
	}
	.p-about__sec--04 .p-about__sec__side li:first-of-type::after,
	.p-about__sec--04 .p-about__sec__side li:last-of-type::after {
		display: none;
	}
	.p-about__sec--04 .p-about__sec__side__btn p{
		width: 350px;
		margin: 0 auto;
	}
	.p-about__sec--05 .p-about__sec__country {
		margin: 0 -8px;
	}
	.p-about__sec--05 .p-about__sec__country li {
		width: calc((100% - 64px) / 4);
		margin: 0 8px 40px;
	}
	.p-about__sec--05 .p-about__sec__country li p {
		font-size: 12px;
	}
	
	.p-about__sec--04 .p-about__sec__side__btn a span{
		font-size: 14px;
	}
	.p-about__sec--04 .p-about__sec__side__btn a span.--small {
		font-size: 10px;
	}
	
	
	.p-about__sec__icon_list--withtxt li{
		width: 20%;
	}
}

@media only screen and (max-width: 400px){

	.spb{
		display: block;
	}
	/* ----------------------------------------------
		layout
	---------------------------------------------- */
	.l-header__logo img{
		width: 88px;
	}
	.l-header__nav .c-flex {
		padding: 35px;
	}
	.l-header__nav .c-flex > li {
		margin-bottom: 40px;
	}
	.l-header__nav .c-flex > li a {
		font-size: 13px;
	}
	.l-footer {
		padding: 64px 0 120px;
	}
	.l-footer .l-pagetop {
		right: 20px;
		bottom: 15px;
		width: 40px;
		height: 40px;
	}
	.l-footer .l-pagetop.is-show{
		bottom: 20px;
	}
	.l-footer .l-pagetop.on-stop {
		top: -20px;
		bottom: auto;
	}
	.l-footer .l-pagetop::after {
		top: 18px;
		width: 8px;
		height: 8px;
	}
	.l-footer__sns{
		width: 40%;
		margin: 0 auto 40px;
	}
	.l-footer__sns li{
		margin: 4%;
	}
	.l-footer__legal{
		font-size: 10px;
		padding: 0;
		width: 92%;
		margin: 0 auto 40px;
	}
	.l-footer__legal p{
		font-size: 10px;
	}
	.l-footer__corp {
		padding: 0;
		flex-direction: column;
	}

	/* ----------------------------------------------
		object
	---------------------------------------------- */
	/* conpornent */
	.c-title--xl {
		font-size: 23px;
	}
	.c-title--xl span {
		display: block;
		margin-bottom: 40px;
	}
	.c-title--l {
		font-size: 22px;
		padding-top: 16px;
	}
	.c-title--l::before,
	.c-title--l::after {
		width: 64%;
	    right: 0;
    	margin: auto;
	}
	.c-title--l::before{
		height: 2px;
	}
	.c-title--l::after{
		height: 1px;
		top: 4px;
	}
	.c-title--l span{
		font-size: 10px;
		margin-top: 8px;
	}
	.c-title--l span::before,
	.c-title--l span::after {
		width: 24px;
	}
	.c-title--l span::before {
		margin: auto 8px auto 0;
	}
	.c-title--l span::after {
		margin: auto 0 auto 8px;
	}
	.c-title--m {
		font-size: 20px;
    	line-height: 1.4;
	}
	.c-title--s {
		font-size: 22px;
		line-height: 1.2;
	}
	.c-title--s span {
		font-size: 14px;
	}
	.c-btn {
		width: 80%;
	}

	/* project */
	.p-about__mv {
		padding: 32px 0 40px;
	}
	.p-about__mv__title {
		margin-bottom: 32px;
	}
	.p-about__mv__title::before, .p-about__mv__title::after {
		width: 64%;
	}
	.p-about__mv__title::before {
		height: 2px;
		bottom: 3px;
	}
	.p-about__mv__title::after {
		height: 1px;
	}
	.p-about__mv__title__arche {
		font-size: 0.8rem;
		margin: 0 auto 4px;
	}
	.p-about__mv__title__sub {
		padding-bottom: 10px;
		font-size: 10px;
	}
	.p-about__mv__img {
		margin-bottom: 32px;
	}
	.p-about__mv__feature_list li h3::before {
		width: 72%;
	}
	.p-about__sec .p-about__sec__product_img {
		margin: auto auto 16px;
	}
	.p-about__sec__icon_list {
		margin: auto auto 32px;
	}
	.p-about__sec__icon_list li {
		width: 14%;
		margin: 0 6px;
	}
	.p-about__sec__icon_list li img{
		width: 60px;
	}
	.txt--caption{
		line-height: 1.3em;
		font-size: 0.8em;
	}
	.p-about__sec__icon_list--withtxt li{
		width: 20%;
	}
	.p-about__sec__initial_big {
		font-size: 12px;
		margin-bottom: 32px;
	}
	.p-about__sec__initial_big span{
		font-size: 28px;
	}
	.p-about__sec--01 .p-about__sec__product_img {
		margin: auto auto 100px;
	}
	.p-about__sec--03 .p-about__sec__product_img{
		margin: -24% 0 -20%;
	}
	.p-about__sec--04 .p-about__sec__side {
		padding: 64px 0;
	}
	.p-about__sec--04 .p-about__sec__side li:first-of-type,
	.p-about__sec--04 .p-about__sec__side li:last-of-type {
		padding: 0 10%;
	}
	.p-about__sec--04 .p-about__sec__side li:first-of-type {
		margin-bottom: 72px;
	}
	.p-about__sec--04 .p-about__sec__side__img {
		margin-bottom: 40px;
	}
	.p-about__sec--04 .p-about__sec__side li h4,
	.p-about__sec--04 .p-about__sec__side li > p {
		margin-bottom: 24px;
	}
	.p-about__sec--04 .p-about__sec__side__btn {
		margin-bottom: 16px;
	}
	.p-about__sec--04 .p-about__sec__side__btn p{
		width: 100%;
	}
	.p-about__sec--04 .p-about__sec__side__btn:last-of-type {
		margin-bottom: 0;
	}
	.p-about__sec--04 .p-about__sec__side__btn .c-btn {
		width: 100%;
	}
	.p-about__sec--04 .p-about__sec__side__btn p,
	.p-about__sec--04 .p-about__sec__side__btn a span {
		font-size: 16px;
	}
	.p-about__sec:last-of-type { 
		padding: 64px 0 ;
	}
	.p-about__sec--05 .p-about__sec__country li {
		margin-bottom: 32px;
	}
	.p-about__sec--05 .p-about__sec__country li img {
		margin-bottom: 4px;
	}



















}

/* fadein */

.js-fadein{
    opacity: 0;
    transform: translateY(8px);
}

.js-fadein.is-active{
    opacity: 1;
    transform: translateY(0);
    transition: all .6s linear;
}

.js-fadein_continuous > *{
    opacity: 0;
}
.js-fadein_continuous.is-active > *{
    animation: fadein_continuous .8s linear forwards;
}
.js-fadein_continuous.is-active > *:nth-child(2){
    animation-delay: .4s;
}
.js-fadein_continuous.is-active > *:nth-child(3){
    animation-delay: .8s;
}
.js-fadein_continuous.is-active > *:nth-child(4){
    animation-delay: 1.2s;
}
.js-fadein_continuous.is-active > *:nth-child(5){
    animation-delay: 1.6s;
}
.js-fadein_continuous.is-active > *:nth-child(6){
    animation-delay: 2.0s;
}
.js-fadein_continuous.is-active > *:nth-child(7){
    animation-delay: 2.4s;
}
.js-fadein_continuous.is-active > *:nth-child(8){
    animation-delay: 2.8s;
}
.js-fadein_continuous.is-active > *:nth-child(9){
    animation-delay: 3.2s;
}
.js-fadein_continuous.is-active > *:nth-child(10){
    animation-delay: 3.6s;
}
.js-fadein_continuous.is-active > *:nth-child(11){
    animation-delay: 4s;
}
.js-fadein_continuous.is-active > *:nth-child(12){
    animation-delay: 4.4s;
}
.js-fadein_continuous.is-active > *:nth-child(13){
    animation-delay: 4.8s;
}
.js-fadein_continuous.is-active > *:nth-child(14){
    animation-delay: 5.2s;
}


@keyframes fadein_continuous{
    0%{opacity: 0; transform: translateY(8px);}
    100%{opacity: 1; transform: translateY(0);}
}

.text-attend {
    font-size: 80%;
    margin-top:1rem;
}