@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');



:root {
--point-color-green: #04b321;
--point-color-red: #F74460;
--point-color-blue: #5FDB5F;
--txt-color: #333;
--head-color: rgba(255,255,255,.8);
--content-padding: 120px 0;
--base-color: #eee;
}


/*COMMON*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*  ----- CSS Document -----  */

body{
	margin: 0;
	padding: 0;
	position: relative;
	background-color: rgba(255,255,255,1.00);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #505050;
	letter-spacing: .05em;
	
	transition: all .4s ease-in-out;
	
	
	font-size: 100%;
}

.fontB{
	font-weight: 700;
}
.font1corp1{
	font-family: corporate-logo-ver2, sans-serif;
	font-weight: 500;
}
.font1corp2{
	font-family: corporate-logo-ver2, sans-serif;
	font-weight: 700;
}

.fon2din1{
	font-family: din-condensed, sans-serif;
	font-weight: 300;
}
.fon2din2{
	font-family: din-condensed, sans-serif;
	font-weight: 400;
}
.fon2shingo1{
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
}



/*  ----- opening-----  */
#opening{
	width: 100vw;
	height: 100svh;
	
	background: #69ff77;
	position: fixed;
	top: 0;
	left: 0;
	
	z-index: 100;
}
#opening img{
	width:240px;
	height: auto;
	
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}




/*  ----- コンテンツ枠-----  */


#wrap{
	width: 100%;
}
#wrapBg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.5s ease;
}
#wrapBg1{
	position: fixed;
	width: 34.5%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.5s ease;
}
#wrapBg2{
	position: fixed;
	width: 34.5%;
	height: 100%;
	right: 0;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.5s ease;
}




/* フェード用クラス */
.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fade-in {
  opacity: 1;
  transition: opacity 0.6s ease;
}
.fade-out::before ,
.fade-out::after {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fade-in::before ,
.fade-in::after {
  opacity: 1;
  transition: opacity 0.6s ease;
}


/* ▼ wrapBg1 の背景グループ */
.wrapBg1.group1 { background-image: url("https://invari.jp/wp/wp-content/themes/invari/images/bg_1_left.jpg"); position: relative;}
.wrapBg1.group2 { background-image: url("https://invari.jp/wp/wp-content/themes/invari/images/bg_1_left.jpg"); position: relative;}
.wrapBg1.group3 { background-image: url("https://invari.jp/wp/wp-content/themes/invari/images/bg_1_left.jpg"); position: relative;}
.wrapBg1.group4 { background-image: url("https://invari.jp/wp/wp-content/themes/invari/images/bg_1_left.jpg"); position: relative;}

/* ▼ wrapBg2 の背景グループ */
.wrapBg2.group1 { background-image: url("https://invari.jp/wp/wp-content/themes/invari/images/bg_1_right.jpg"); position: relative;}
.wrapBg2.group2 { background-image: url("https://invari.jp/wp/wp-content/themes/invari/images/bg_1_right.jpg"); position: relative;}
.wrapBg2.group3 { background-image: url("https://invari.jp/wp/wp-content/themes/invari/images/bg_1_right.jpg"); position: relative;}
.wrapBg2.group4 { background-image: url("https://invari.jp/wp/wp-content/themes/invari/images/bg_1_right.jpg"); position: relative;}


/* ▼ wrapBg1 の背景グループ */
.wrapBg1.group1::before { content:"";background: url("https://invari.jp/wp/wp-content/themes/invari/images/bg_1_img_left.png?v=001") no-repeat center center;background-size: 80% auto;display: block;width: 100%;height: 100%; position:absolute;top: 0;left: 0;}
.wrapBg1.group2::before { content:"";background: url("https://invari.jp/wp/wp-content/themes/invari/images/bg_2_img_left.png?v=001") no-repeat center center;background-size: 90% auto;display: block;width: 100%;height: 100%; position:absolute;top: 0;left: 0;}
.wrapBg1.group3::before { content:"";background: url("https://invari.jp/wp/wp-content/themes/invari/images/bg_3_img_left.png?v=001") no-repeat center center;background-size: 73% auto;display: block;width: 100%;height: 100%; position:absolute;top: 0;left: 0;}
.wrapBg1.group4::before { content:"";background: url("https://invari.jp/wp/wp-content/themes/invari/images/bg_4_img_left.png?v=001") no-repeat right center;background-size: 80% auto;display: block;width: 100%;height: 100%;z-index: 2;mix-blend-mode: overlay; position:absolute;top: 0;left: 0;}
.wrapBg1.group4::after { content:"";background: url("https://invari.jp/wp/wp-content/themes/invari/images/bg_4_img_left.png?v=001") no-repeat right center;background-size: 80% auto;display: block;width: 100%;height: 100%; z-index: 1;mix-blend-mode: overlay; position:absolute;top: 0;left: 0;}

/* ▼ wrapBg2 の背景グループ */
.wrapBg2.group1::before { content:"";background: url("https://invari.jp/wp/wp-content/themes/invari/images/bg_1_img_right.png?v=001") no-repeat center center;background-size: 80% auto;display: block;width: 100%;height: 100%; position:absolute;top: 0;left: 0;}
.wrapBg2.group2::before { content:"";background: url("https://invari.jp/wp/wp-content/themes/invari/images/bg_2_img_right.png?v=001") no-repeat center center;background-size: 90% auto;display: block;width: 100%;height: 100%; position:absolute;top: 0;left: 0;}
.wrapBg2.group3::before { content:"";background: url("https://invari.jp/wp/wp-content/themes/invari/images/bg_3_img_right.png?v=001") no-repeat center center;background-size: 60% auto;display: block;width: 100%;height: 100%; position:absolute;top: 0;left: 0;}
.wrapBg2.group4::before { content:"";background: url("https://invari.jp/wp/wp-content/themes/invari/images/bg_4_img_right.png?v=001") no-repeat left center;background-size: 80% auto;display: block;width: 100%;height: 100%;z-index: 2;mix-blend-mode: overlay; position:absolute;top: 0;left: 0;}
.wrapBg2.group4::after { content:"";background: url("https://invari.jp/wp/wp-content/themes/invari/images/bg_4_img_right.png?v=001") no-repeat left center;background-size: 80% auto;display: block;width: 100%;height: 100%; z-index: 1;mix-blend-mode: overlay; position:absolute;top: 0;left: 0;}


.wrapBg1.group1.oembg::before,.wrapBg2.group1.oembg::before { content:"";display: none;}



#wrap #contWrap{
	width: 31%;
	margin: 0 auto;

	position: relative;
}


#home #wrap #contWrap{
	background: #69ff77;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}










/* ----- header ----- */

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 0 0 ;
	z-index: 20;
	
	transition: all .2s ease-in-out;
	background: transparent;
}
header.scrlon{
	background: rgba(105,255,119,0.78);
}

header .headIn{
	width:31%;
	margin: 0 auto;
	padding: 80px 80px 0 0 ;
	position: relative;
	
	transition: all .2s ease-in-out;
}
header.scrlon .headIn{
	width:31%;
	margin: 0 auto;
	padding: 2.8vw 80px 0 0 ;
	position: relative;
}


.logo{
	position: absolute;
	top: 1.6vw;
	left: 1.5vw;
	width: 6.7vw;
	transition: all .2s ease-in-out;
}
header.scrlon .headIn .logo{
	position: absolute;
	top: 0.7vw;
	left: 1.1vw;
	width: 4vw;
}
.logo img{
	width: 100%;
	height: auto;
}


/* ハンバーガーアイコン */
.hamburger-icon {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 3.3vw;
	height: 2.7vw;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 1.5vw;
	right: 1.8vw;
	z-index: 1001;
	transition: all .2s ease-in-out;
}

/* ハンバーガーの線 */
.hamburger-icon span {
	width: 3.4vw;
	height: 0.3vw;
	background: #333;

	position: absolute;
	border-radius: 10px;
	transition: all .2s ease-in-out;
}

/* 1本目（上の線） */
.hamburger-icon span:nth-child(1) {
	top: 0;
}

/* 2本目（中央の線） */
.hamburger-icon span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

/* 3本目（下の線） */
.hamburger-icon span:nth-child(3) {
	bottom: 0;
}

header.scrlon .hamburger-icon {
	gap: 5px;
	width: 2.0vw;
	height: 1.6vw;
	top: 0.6vw;
	right: 20px;
}

header.scrlon .hamburger-icon span {
	width: 2.0vw;
	height: 0.24vw;
}



/* フルスクリーンメニュー */
.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(105,255,119,0.97);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out;
}

/* メニューが開いたとき */
.menu.active {
	opacity: 1;
	visibility: visible;
}

/* メニューのリンク */
.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.menu li {
	margin: 40px 0;
	opacity: 0;
	transition: all .5s ease-in-out;
	transform: translateX(-20px);
}
.hamburger-menu.active .menu li:nth-of-type(1) {opacity:1;transition-delay: .0s;transform: translateX(-0px);}
.hamburger-menu.active .menu li:nth-of-type(2) {opacity:1;transition-delay: .1s;transform: translateX(-0px);}
.hamburger-menu.active .menu li:nth-of-type(3) {opacity:1;transition-delay: .2s;transform: translateX(-0px);}
.hamburger-menu.active .menu li:nth-of-type(4) {opacity:1;transition-delay: .3s;transform: translateX(-0px);}
.hamburger-menu.active .menu li:nth-of-type(5) {opacity:1;transition-delay: .4s;transform: translateX(-0px);}
.hamburger-menu.active .menu li:nth-of-type(6) {opacity:1;transition-delay: .5s;transform: translateX(-0px);}
.hamburger-menu.active .menu li:nth-of-type(7) {opacity:1;transition-delay: .6s;transform: translateX(-0px);}



.menu a {
	color: #000;
	font-size: 60px;
	text-decoration: none;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	
	transition: all .4s ease-in-out;
}

.menu a:hover {
	color: #000;
	transform: scale(1.1);
}
.hamburger-menu.active .hamburger-icon span {
	background: #000;
}
/* ハンバーガーアイコンが「×」に変形 */
.hamburger-menu.active .hamburger-icon span:nth-child(1) {
	transform: translateY(1.2vw) rotate(45deg);
}
header.scrlon .hamburger-menu.active .hamburger-icon span:nth-child(1) {
	transform: translateY(0.66vw) rotate(45deg);
}

.hamburger-menu.active .hamburger-icon span:nth-child(2) {
	opacity: 0;
}

.hamburger-menu.active .hamburger-icon span:nth-child(3) {
	transform: translateY(-1.2vw) rotate(-45deg);
}
header.scrlon .hamburger-menu.active .hamburger-icon span:nth-child(3) {
	transform: translateY(-0.66vw) rotate(-45deg);
}

.menu, .hamburger-menu {
  transition: opacity 0.2s ease;
  opacity: 1;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}






/*コンテンツ*/

.homecont{
	min-height: 800px;

}


/*ホームプロモーション*/
#homeCont1{
	background: #69ff77;
	height: 100vh;
	position: relative;
}
#homeCont1 .homePromoTxt{
	position: absolute;
	top: 38%;
	left: 50%;
	width: 60%;
	transform: translate(-50%,-50%);
	
}

#homeCont1 .homePromoTxt img{
	width: 100%;
	height: auto;
}
#homeCont1 .homePromoHand{
	position: absolute;
	bottom: 5%;
	left: 50%;
	width: 15%;
	transform: translate(-50%,0);
	animation: promohand .7s ease-in-out infinite ;
	
}
#homeCont1 .homePromoHand img{
	width: 80%;
	height: auto;
	
}


@keyframes promohand {
	from {
		transform:  translate(-50%,0);
		opacity: 1;
	}
	to {
		transform: translate(-50%,10px);
		opacity: 0;
	}
}



#homeCont2{
	background: url("../images/home/home_02_bg.jpg") repeat-y top left;
	background-size: 100% auto;
}

.homeConceptTxt01{
	font-family: corporate-logo-ver2, sans-serif;
	font-weight: 500;
	font-size: 3vw;
	line-height: 130%;
	padding: 14.5% 0 10%;
	text-align: center;
}
.homeConceptTxt02{
	padding: 0 0 15%;
	text-align: center;
}
.homeConceptTxt02 img{
	width: 52%;
	height: auto;
}
.homeConceptTxt03{
	padding: 0 0 15%;
	text-align: center;
}
.homeConceptTxt03 img{
	width: 32%;
	height: auto;
}
.homeConceptTxt04{
	margin: 0 0 15%;
	text-align: center;
}
.homeConceptTxt04 img{
	width: 70%;
	height: auto;
}
.homeConceptTxt05{
	padding: 0 0 15%;
	text-align: center;
}
.homeConceptTxt05 img{
	width: 92%;
	height: auto;
}






#homeCont3{
	background: url("../images/home/home_03_bg.jpg") repeat top -20px left 30px;
	background-size: 80px auto;
}

.homeConcept2Txt01{
	padding: 10% 0 0;
	text-align: center;
}
.homeConcept2Txt01 img{
	width: 90%;
	height: auto;
}
.homeConcept2Txt02{
	padding: 0 0 0;
	text-align: center;
}
.homeConcept2Txt02 img{
	width: 90%;
	height: auto;
}
.homeConcept2Txt03{
	padding: 0 0 0;
	text-align: center;
}
.homeConcept2Txt03 img{
	width: 90%;
	height: auto;
}

.homeConcept2Txt04{
	padding: 0 0 0;
	margin-top: -8%;
	text-align: center;
}
.homeConcept2Txt04 img{
	width: 80%;
	height: auto;
}

.homeConcept2Btns{
	display: flex;
	flex-wrap: wrap;
}
.homeConcept2Btns div{
	width: 50%;
}
.homeConcept2Btns div img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.3s ease;
}
.homeConcept2Btns div img:hover{
	transform: scale(1.05);
}
.homeConcept2Btns .homeConcept2Btn1 img{
	transform: translateX(10px);
}
.homeConcept2Btns .homeConcept2Btn2 img{
	transform: translateX(-10px);
}





#homeCont4{
	background: #feacad;
	position: relative;
	
	overflow: hidden;
}

#homeCont4 .homeCont4bg{
    /*円の見た目を設定*/
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    background-color: #F7898A;
    position: absolute;
    left: 0;
    top: 0;
	
	z-index: 0;
  transform-origin: top left; /* 上から伸びる */
}



.homeOnlineTxt01{
	padding: 10% 0 8%;
	text-align: center;
	position: relative;
}
.homeOnlineTxt01 img{
	width: 72%;
	height: auto;
}

.homeOnlineTxt02{
	padding: 0 0 0 4%;
	margin: 0 7% 0 ;
	text-align: left;
	
	border-left: 5px #454848 solid;
	position: relative;


}

.homeOnlineTxt02 p{
	font-size: 1.3vw;
	line-height: 130%;
}
.homeOnlineTxt02 p:nth-of-type(1){
	margin-bottom:  5%;
}


.homeOnlineTxt03{
	padding: 0 0 10%;
	text-align: center;
	margin-top: 10%;
	
	background: url("../images/home/home_04_bg_01.png") no-repeat 0 0;
	background-size: 100% auto;
	position: relative;
}

.homeOnlineTxt03 ul{
	padding: 42% 2% 3% 46%;
}

.homeOnlineTxt03 ul li{
	margin-bottom: 12%;
	position: relative;
	text-align: left;
	padding-left: 34%;
	
	color: #fff;
}
.homeOnlineTxt03 ul li::before{
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-size: 6vw;
	line-height: 82%;
	position: absolute;
	left: 0;
	top: 0;
}
.homeOnlineTxt03 ul li:nth-of-type(1)::before{content: "01";}
.homeOnlineTxt03 ul li:nth-of-type(2)::before{content: "02";}
.homeOnlineTxt03 ul li:nth-of-type(3)::before{content: "03";}

.homeOnlineTxt03 ul li span{ display: block;margin-bottom: 0.3vw;margin-right: 6%; padding-bottom: 0.5vw;border-bottom: 0.1vw solid #fff; color: #00ffc5;font-size: 140%;}
.homeOnlineTxt03 ul li p{font-size: 0.65vw;line-height: 160%;letter-spacing: .1em}


.homeOnlineTxt03 .homeOnlineBtn{
	padding: 0 0 0;
	text-align: center;
	overflow:hidden;
	position: relative;
}
.homeOnlineTxt03 .homeOnlineBtn img{
	width: 100%;
	height: auto;
}
.homeOnlineTxt03 .homeOnlineBtn::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/home/home_04_btn_click_arrow.png") no-repeat 0 0;
	background-size: 100% auto;
	transition: all 0.3s ease;
	animation: arrow1 .7s ease-in-out infinite ;
	opacity: 1;
	z-index: 0;
	pointer-events: none;
}




#homeCont5{
	background: url("../images/home/home_05_bg_01.jpg") repeat top left ;
	background-size: 100% auto;
}


.homeOemTxt01{
	padding:6% 0 0%;
	text-align: center;
}
.homeOemTxt01 img{
	width: 83%;
	height: auto;
}



.homeOemTxt02{
	padding: 0 0 0 4%;
	text-align: center;
	
	font-size: 1.4vw;
	line-height: 150%;
	
	letter-spacing: .2em;
}


.homeOemTxt03{
	padding:11% 51% 27.6% 11%;
	text-align: left;
	
	background: url("../images/home/home_05_bg_01.png") no-repeat 0 0;
	background-size: 100% auto;
	
	font-size: 0.93vw;
	line-height: 190%;
}



.homeOemTxt04{
	padding:0 0 4%;
	text-align: center;
}
.homeOemTxt04 img{
	width: 70%;
	height: auto;
}

.homeOemTxt05{
	padding:0 0 4%;
	text-align: center;
}
.homeOemTxt05 img{
	width: 73%;
	height: auto;
}

.homeOemTxt06{
	padding:0 0 0;
	text-align: center;
	margin-top: -12%;
	pointer-events: none;
}
.homeOemTxt06 img{
	width: 100%;
	height: auto;
}

.homeOemTxt07{
	padding:0 0 0%;
	text-align: center;
}
.homeOemTxt07 img{
	width: 100%;
	height: auto;
}


.homeOemTxt08{
	padding:6% 36% 9% 14%;
	text-align: left;
	
	background: url("../images/home/home_05_bg_03.png") no-repeat left 20.2vw top 3vw;
	background-size: 9.8vw auto;
	
	font-size: 0.93vw;
	line-height: 190%;
}
.homeOemTxt08 img{
	width: 100%;
	height: auto;
}


.homeOemTxt09{
	padding:0 0 0%;
	text-align: center;
}
.homeOemTxt09 img{
	width: 100%;
	height: auto;
}


.homeOemTxt10{
	padding:6% 14% 9% 36%;
	text-align: left;
	
	background: url("../images/home/home_05_bg_02.png") no-repeat left 0 top 2.4vw;
	background-size: 10vw auto;
	
	font-size: 0.93vw;
	line-height: 190%;
}

.homeOemTxt10 img{
	width: 100%;
	height: auto;
}

.homeOemTxt11{
	padding:0 0 0%;
	text-align: center;
}
.homeOemTxt11 img{
	width: 59%;
	height: auto;
}



.homeOemBtns{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	padding:0 0 10%;
}
.homeOemBtns div{
	width: 50%;
}
.homeOemBtns div img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.3s ease;
}
/*.homeOemBtns div img:hover{
	transform: scale(1.05);
}*/
.homeOemBtns .homeOemBtn1 img,
.homeOemBtns .homeOemBtn3 img{
	transform: translateX(10px);
}
.homeOemBtns .homeOemBtn2 img,
.homeOemBtns .homeOemBtn4 img{
	transform: translateX(-10px);
}
.homeOemBtns .homeOemBtn3,
.homeOemBtns .homeOemBtn4{
	margin-top: -6%;
}



.homeOemTxt12{
	padding:0 0 0%;
	text-align: center;
}
.homeOemTxt12 img{
	width: 100%;
	height: auto;
}


.homeOemTxt13{
	padding:6% 12% 3% 12%;
	text-align: left;
	
	font-size: 1.4vw;
	line-height: 180%;
}


.homeOemTxt14{
	padding:0 0 3%;
	text-align: center;
}
.homeOemTxt14 img{
	width: 82%;
	height: auto;
}


.oemdetailbtn{
	display: inline-block;
	padding-top: 3%;
}
.oemdetailbtn img{
	width: 67%;
	height: auto;
}


a.linkScale {
	transition: all 0.3s ease;
	display: inline-block
	
}
a.linkScale:hover{
	transform: scale(1.05);
}






#homeCont6{
	background: url("../images/home/home_06_bg_01.jpg") repeat top left ;
	background-size: 100% auto;
	overflow: hidden;
	
}
.scrolmove3 {
  transform-origin: left bottom;
}


.homePortfolioTxt01{
	padding:6% 0 20%;
	text-align: center;
}
.homePortfolioTxt01 img{
	width: 42%;
	height: auto;
}






.homePortfolioBanas{
	display: flex;
	flex-wrap: wrap;
	width: 94%;
	margin: 0 auto;
	padding:0 0 20%;
}
.homePortfolioBanas div img{
	width: 100%;
	height: auto;
}

.homePortfolioBanas .homePortfolioBana1{
	width: 44%;
}
.homePortfolioBanas .homePortfolioBana2{
	width: 12%;
}
.homePortfolioBanas .homePortfolioBana3{
	width: 44%;
}


.homePortfolioBtn1,.homePortfolioBtn2,.homePortfolioBtn3,.homePortfolioBtn4{
	position: relative;
	overflow: hidden;
	padding:0 0 10% 0;
}
.homePortfolioBtn4 .jwimg1{
	position: absolute;
	top: 1.55vw;
    left: 10.3vw;
   	width: 8.8vw;
    height: 9.3vw;
	background: url("../portfolio/images/jw_09.gif") no-repeat center center;
	background-size: cover;
}


.portBtnBg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.portBtnBg img{
	width: 100%;
	height: auto;
}

.homePortfolioBtn1::before,
.homePortfolioBtn2::before,
.homePortfolioBtn3::before,
.homePortfolioBtn4::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: all 0.3s ease;
	animation: arrow2 .7s ease-in-out infinite ;
	z-index: 1;
}

.homePortfolioBtn1::before{
	background: url("../images/home/home_06_bana_01_arrow.png") no-repeat 0 0 ;
	background-size: 100% auto;
}
.homePortfolioBtn2::before{
	background: url("../images/home/home_06_bana_02_arrow.png") no-repeat 0 0 ;
	background-size: 100% auto;
}
.homePortfolioBtn3::before{
	background: url("../images/home/home_06_bana_03_arrow.png") no-repeat 0 0 ;
	background-size: 100% auto;
}
.homePortfolioBtn4::before{
	background: url("../images/home/home_06_bana_04_arrow.png") no-repeat 0 0 ;
	background-size: 100% auto;
}


.homePortfolioBtn1 img,.homePortfolioBtn2 img,.homePortfolioBtn3 img,.homePortfolioBtn4 img{width: 100%; height: auto;}





.homePortfolioTxt02{
	padding:2% 0 10%;
	text-align: center;
}
.homePortfolioTxt02 img{
	width: 69%;
	height: auto;
}




#homeCont7{
	background: #fff;
}

.homeQaTxt01{
	padding:20% 0 0%;
	text-align: center;
}
.homeQaTxt01 img{
	width: 86%;
	height: auto;
}


.homeQaBoxs{
	position: relative;
	padding: 7% 5% 0 7%;
}
.homeQaBox{
    position: relative;
    padding: 1% 0% 2% 15%;
}
.homeQaBox .homeQaNum{
	position: absolute;
	top: -3%;
	left: 0;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	
	font-size: 3.3vw;
	line-height: 100%;

}

.homeQaBoxQ{
	position: relative;padding: 0 0 5% 10%;
	font-size: 1.15vw;
	line-height: 140%;
	
	font-weight: 700;
	letter-spacing: .1em;
}
.homeQaBoxQ::before{
	position: absolute;
	top: 0.2vw;
	left: 0;
	content: "Q";
	font-size: 2.1vw;
	line-height: 82%;
	color: #69ff77;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	
	border-right: 3px solid #333333;
	padding-right: 0.5vw;
}
.homeQaBoxA{position: relative;padding: 0 0 5% 10%;
	font-size: 1.15vw;
	line-height: 150%;
	letter-spacing: .05em;
}
.homeQaBoxA::before{
	position: absolute;
	top: 0.2vw;
	left: 0;
	content: "A";
	font-size: 2.1vw;
	line-height: 82%;
	color: #fd3f8b;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	
	border-right: 3px solid #333333;
	padding-right: 0.5vw;
}




.homeQa2Boxs{
	position: relative;
	padding: 7% 5% 0 7%;
}
.homeQa2Box{
    position: relative;
    padding: 1% 0% 2% ;
}
.homeQa2Box img{
	width: 100%;
	height: auto;
}





/* OEM ODM*/

#contOEM{
	background: #dcfef3 url("../oem/images/oem_bg.jpg") no-repeat top left;
	background-size: 100% auto;
	padding: 15% 0 0 0;
}


#oem #wrapBg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../images/bg_5.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.5s ease;
}
#oem #wrapBg1{
	position: fixed;
	width: 34.5%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../images/bg_5_1.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.5s ease;
}
#oem #wrapBg2{
	position: fixed;
	width: 34.5%;
	height: 100%;
	right: 0;
	background-image: url("../images/bg_5_2.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.5s ease;
}





.oemBtns{
	display: flex;
	flex-wrap: wrap;
	width: 91%;
	margin: 0 auto;
	padding:3% 0 5%;
}
.oemBtns div{
	width: 50%;
}
.oemBtns div img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.3s ease;
}

.oemBtns .oemBtn1 img,
.oemBtns .oemBtn3 img{
	transform: translateX(12px);
}
.oemBtns .oemBtn2 img,
.oemBtns .oemBtn4 img{
	transform: translateX(-12px);
}
.oemBtns .oemBtn3,
.oemBtns .oemBtn4{
	margin-top: -3%;
}


.oemTxt01{
	padding:6% 0 0%;
	text-align: center;
}
.oemTxt01 img{
	width: 83%;
	height: auto;
}


.oemTxt02{
	padding: 0 0 0 4%;
	text-align: center;
	
	font-size: 190%;
	line-height: 150%;
	
	letter-spacing: .2em;
}
.oemTxt02 h1{
	display: inline;
}
.oemTxt03{
	padding:0 0 2%;
	text-align: center;
}
.oemTxt03 img{
	width: 58%;
	height: auto;
}



.oemProcess{
	padding:0 0 8%;
	text-align: center;
}
.oemProcess img{
	width: 73%;
	height: auto;
}



.oemTxt04{
	padding:0 0 0%;
	text-align: center;
}
.oemTxt04 img{
	width: 81%;
	height: auto;
}


.oemTxt05{
	padding:6% 12% 3% 12%;
	text-align: left;
	
	font-size: 1.6vw;
	line-height: 170%;
}



.oemTxt06{
	padding:0 0 0%;
	text-align: center;
}
.oemTxt06 img{
	width: 100%;
	height: auto;
}


.oemTxt07{
	padding:0 0 0%;
	text-align: center;
}
.oemTxt07 img{
	width: 100%;
	height: auto;
}



.arrow3{
	position: relative;
}
.arrow3::before{
	content: "";
	position: absolute;
	top: -6%;
	left: 82%;
	width: 11.4%;
	height:  19.5%;
	pointer-events: none;
	transition: all 0.3s ease;
	animation: arrow3 .7s ease-in-out infinite ;
	z-index: 1;
	background: url("../oem/images/arrow1.png") no-repeat 0 0 ;
	background-size: 100% auto;
}



.contbtm{
	padding:0 0 0%;
	text-align: center;
}
.contbtm img{
	width: 100%;
	height: auto;
}



/* portfolio*/

#contPortfolio{
	background: #dcfef3 url("../portfolio/images/portfolio_bg.jpg") no-repeat top left;
	background-size: 100% auto;
	padding: 15% 0 0 0;
}


#portfolio #wrapBg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../images/bg_3.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.5s ease;
}





.portTxt01{
	padding:6% 0 3%;
	text-align: center;
}
.portTxt01 img{
	width: 55.3%;
	height: auto;
}

.portTxt02{
	padding:6% 0 3%;
	text-align: center;
}
.portTxt02 img{
	width: 62%;
	height: auto;
}
.portTxt03{
	padding:6% 0 3%;
	text-align: center;
}
.portTxt03 img{
	width: 61.5%;
	height: auto;
}


.portArea{
	padding: 0 8.6% 7%;
}
.portGridFull{
	width: 100%;
}
.portGridFull .portimg{
	padding-bottom: 15px;
}

.portimg img{
	width: 100%;
	height: auto;
}

.portGrid1{
	padding: 0 0 0 0;
  display: grid;
  grid-template-columns: 30% calc(70% - 15px);
  grid-template-rows: 1fr 1fr;
  gap: 15px;
  height: 243px;
}

.item1,
.item2,
.item3 {
  overflow: hidden;
}

.item1 img,
.item2 img,
.item3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ★重要★ 位置を指定する */
.item1 {
  grid-column: 1; /* 左カラム */
  grid-row: 1;    /* 上段 */
}

.item3 {
  grid-column: 1; /* 左カラム */
  grid-row: 2;    /* 下段 */
}

.item2 {
  grid-column: 2; /* 右カラム */
  grid-row: 1 / 3; /* 上下2段をまたぐ！ */
}


.portGrid2{
	display: grid;
	gap: 15px;
	grid-template-columns: 32.5% calc(67.5% - 15px);
	padding-bottom: 15px;
}

.portGrid3{
	display: grid;
	gap: 15px;
	grid-template-columns: 48.7% calc(51.3% - 15px);

}


.portGrid4{
	display: grid;
	gap: 15px;
	grid-template-columns: 48.6% calc(51.4% - 15px);
	padding-bottom: 15px;
}


.portGrid5{
	display: grid;
	gap: 15px;
	grid-template-columns: 48.2% calc(51.8% - 15px);
	padding-bottom: 15px;
}

.portGrid6{
	display: grid;
	gap: 15px;
	grid-template-columns: 31.6% calc(66.4% - 15px);
	padding-bottom: 15px;
}

.portGrid7{
	display: grid;
	gap: 5%;
	grid-template-columns: 47.7% 47.7%;
	padding-bottom: 15px;
}


.portGrid8{
	display: grid;
	gap: 5%;
	grid-template-columns: 47.7% 47.7%;
	padding-bottom: 15px;
}


.portGrid9{
	display: grid;
	gap: 15px;
	grid-template-columns: 31.7% 31.7% 31.7%;
}


.portBtmTxt{
	font-size: 0.9vw;
	line-height: 140%;
	
	text-align: center;
	
	font-weight: 700;
	
	margin-top: 10px;
}





/* portfolio*/

#contWorks{
	background: #ffffff;
	padding: 15% 0 0 0;
}


#works #wrapBg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../images/bg_1.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.5s ease;
}
#works #wrapBg1{
	position: fixed;
	width: 34.5vw;
	height: 100%;
	top: 0;
	left: 0;

	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.5s ease;
}
#works #wrapBg2{
	position: fixed;
	width: 34.5vw;
	height: 100%;
	right: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.5s ease;
}



.worksTxt01{
	padding:6% 0 0%;
	text-align: center;
}
.worksTxt01 img{
	width: 58%;
	height: auto;
}


.worksTxt02{
	padding: 0 0 0 4%;
	text-align: center;
	
	font-size: 190%;
	line-height: 150%;
	
	letter-spacing: .2em;
}


.worksTxt03{
	padding: 8% 7% 9% ;
	
	font-size: 1.4vw;
	line-height: 150%;
	
	font-weight: 400;
	
	letter-spacing: .2em;
}


.worksLogos{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 82%;
	margin: 0 auto 0;
	padding-bottom: 1%;
}



.worksLogo{
	padding-bottom: 14%;
	width: 50%;
}
.worksLogo img{
	width: 100%;
	height: auto;
}
.worksLogo.logofull{
	width: 100%;
}







/* contact*/

#contContact{
	background: #ffffff;
	padding: 15% 0 0 0;
}


#contact #wrapBg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.5s ease;
}
#contact #wrapBg1{
	position: fixed;
	width:34.5vw;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.5s ease;
}
#contact #wrapBg2{
	position: fixed;
	width:34.5vw;
	height: 100%;
	right: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.5s ease;
}

.contactTxt01{
	padding:6% 0 0%;
	text-align: center;
}
.contactTxt01 img{
	width: 58%;
	height: auto;
}


.contactTxt02{
	padding: 0 0 0 4%;
	text-align: center;
	
	font-size: 190%;
	line-height: 150%;
	
	letter-spacing: .1em;
}


.contactTxt03{
	padding: 8% 4% 13% ;
	
	font-size: 1.25vw;
	line-height: 150%;
	
	font-weight: 400;
	
	letter-spacing: .1em;
}



.contactthanks{
	padding: 12% 4% 21% ;
	
	font-size: 1.25vw;
	line-height: 170%;
	
	font-weight: 400;
	
	text-align: center;
	letter-spacing: .1em;

}
.backbtn{
	text-align: center;
	margin-bottom: 50px;
}
.backbtn a{
	border: none;
	background: #444;
	padding: 15px 40px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .05em;
	
	cursor: pointer;
	
	text-decoration: none;
	display: inline-block;

}
.contactForm{
	padding: 0 2% 9% 4%;
}
.contactFromBox{
	font-size: 1.19vw;
	line-height: 150%;
	
	font-weight: 400;
	padding: 0 0 10% 14%;
	
	position: relative;

}
.contactFromBox::before{
	content: "01.";
	position: absolute;
	top: -0.7vw;
	left: 0;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	color: #000;
	
	font-size: 235%;
	line-height: 100%;

}
.contactFromBox:nth-of-type(1)::before{content: "01.";}
.contactFromBox:nth-of-type(2)::before{content: "02.";}
.contactFromBox:nth-of-type(3)::before{content: "03.";}
.contactFromBox:nth-of-type(4)::before{content: "04.";}
.contactFromBox:nth-of-type(5)::before{content: "05.";}
.contactFromBox:nth-of-type(6)::before{content: "06.";}
.contactFromBox:nth-of-type(7)::before{content: "07.";}
.contactFromBox:nth-of-type(8)::before{content: "08.";}
.contactFromBox:nth-of-type(9)::before{content: "09.";}


.contactFromBox p{
	margin-bottom: 5%;
}
.cusInfo{
	display: flex;
	flex-wrap: wrap;
	padding: 0 7% 0 0;
	justify-content: space-between;
}
.cusInfo dt{
	width:43%;
	margin-bottom: 10px;
}
.cusInfo dd{
	width:55%;
	margin-bottom: 10px;
}
.fileup{
	margin-bottom: 5%;
}

.fileup a{
	display: block;
	width: 80%;
}
.fileup img{
	display: block;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	width: 100%;
	height: auto;
}

.wpcf7-response-output{
    width: 80% !important;
    margin: 0 auto !important;
    padding: 10px 15px !important;
    line-height: 170% !important;
	border-color: #C41C43 !important;
}

.hissu{
	color: #FF0000;
	font-size: 70%;
	display: inline-block;
	transform: translateY(-10px);
}

.chui{
	margin: 0;
	padding: 0 5% 0 0;
}
.chui li{
	position: relative;
	padding: 0 0 0 1.2em;
}
.chui li::before{
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}




/*fotm*/
input[type=checkbox] {
    display: none;
}
.checkbox01 .wpcf7-list-item-label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01 .wpcf7-list-item-label::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 21px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 21px;
}
.checkbox01 .wpcf7-list-item-label::after {
    border-right: 2px solid #82B686;
    border-bottom: 2px solid #82B686;
    content: '';
    display: block;
    height: 15px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 11px;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}
.wpcf7-list-item {
    display: block !important;
    margin: 0 0 0 0 !important;
}

.wpcf7-spinner{
	display: none !important;
}
.contactSubmit{
	text-align: center;
}
.contactSubmit [type=submit]{
	border: none;
	background: #444;
	padding: 15px 40px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .05em;
	
	cursor: pointer;
	
}

.wpcf7-previous{
	border: none;
	background: #777;
	padding: 15px 40px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .05em;
	margin-right: 10px;
	cursor: pointer;
	
}

.codedropz-upload-inner h3,
.codedropz-upload-inner .codedropz-btn-wrap a,
.codedropz-upload-inner span{
	font-size: 14px !important;
	line-height: 16px !important;
	color: #666 !important;
	
}
.dnd-upload-details span,
.dnd-upload-details em{
	font-size: 10px !important;
	line-height: 10px !important;
	color: #666 !important;
	
}
.dnd-upload-status .dnd-upload-details .name em{
	white-space: nowrap !important;
}
.dnd-upload-status .dnd-upload-details .name{
	padding-right: 30px !important;
}
.codedropz-upload-container{
	padding: 10px !important;
}
/* ラジオボタン01 */
input[type=radio] {
    display: none;
}
.radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.radio01::before {
    background: #fff;
    border: 1px solid #231815;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radio01::after {
    background: #ed7a9c;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}
input[type=radio]:checked + .radio01::after {
    opacity: 1;
}

input[type=email].textform01,
input[type=tel].textform01,
input[type=text].textform01{
	border:none;
	border-bottom: 2px solid #000;
	width: 100%;
	font-size: 16px;
	line-height: 100%;
}

.txtarea textarea{
	font-size: 16px;
	line-height: 100%;
	border: 2px solid #000;
	border-radius: 3px;
	
	width: 100%;
	height: 500px;
}

.fileup{
	word-break: break-all;
}


@keyframes arrow1 {
	from {
		transform:  translateX(0);
		opacity: 1;
	}
	to {
		transform: translateX(10px);
		opacity: 0;
	}
}

@keyframes arrow2 {
	from {
		transform:  translateX(0);
		opacity: 1;
	}
	to {
		transform: translateX(-10px);
		opacity: 0;
	}
}

@keyframes arrow3 {
	from {
		transform:  translateY(0);
		opacity: 1;
	}
	to {
		transform: translateY(5px);
		opacity: 0;
	}
}



#otherCont{
	padding: 15% 0 0 0;
}

.othertitle{
	padding: 6% 0 0%;
	text-align: center;
}
.title-terms img{
	width:58%;
	height: auto;
}
.title-support img{
	width:58%;
	height: auto;
}
.title-privacy img{
	width:58%;
	height: auto;
}
.title-personal img{
	width:73%;
	height: auto;
}
.title-sct img{
	width:60%;
	height: auto;
}



.stitle{
	width:90%;
	height: auto;
	margin: 0 auto 6%;
}
.stitle2{
	padding: 5% 0 0 ;
}
.stitle3{
	padding: 0 0 5% 0;
}
.read{
	width:90%;
	height: auto;
	margin: 0 auto 13%;
}


.read img,
.stitle img{
	width:100%;
	height: auto;
}

.othertxt{
	width:90%;
	height: auto;
	margin: 0 auto 13%;
}
.othertxt2{
	width:90%;
	height: auto;
	margin: 0 auto 4%;
}

.othertxt img,
.othertxt2 img{
	width:100%;
	height: auto;
}



/* ----- footer ----- */


footer{
	padding: 10% 0 0;
	background: #ffffff;
	position: relative;
	z-index: 1;
}


.checkBtn{
	padding:0 0 4%;
	text-align: center;
}
.checkBtn img{
	width: 80%;
	height: auto;
}

.footsns{
	padding:0 0 20% 4%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 5%;
}
.footsns li{
	width: 13%;
}
.footsns li a img{
	width: 100%;
	height: auto;
}

.footmenu{
	padding: 7%;
}
.footmenu li{
	margin-bottom: 3%;
}
.footmenu li a{
	width: 100%;
	height: auto;

	font-size: 1.2vw;
	line-height: 100%;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
	
	letter-spacing: .1em;
	
	
}




.copyright{
	padding: 5% 0 5%;
	font-size: 1.2vw;
	line-height: 100%;
	background: #69ff77;
	text-align: center;
	letter-spacing: .1em;
}






/* 基本設定 */
.sclAnime {
  opacity: 0;
  transition: all 0.6s ease;
}

/* フェードイン */
.fade.is-view {
  opacity: 1;
}

/* スライドアップ */
.slide-up {
  transform: translateY(30px);
}
.slide-up.is-view {
  opacity: 1;
  transform: translateY(0);
}

/* スライドアップ */
.slide-up2 {
	overflow: hidden;
  opacity: 1;
}
.slide-up2 img {
  transform: translateY(110%);
  transition: all 0.6s ease;
}
.slide-up2.is-view img {
  opacity: 1;
  transform: translateY(0);
}

/* ズームイン */
.zoom-in {
  transform: scale(0.8);
}
.zoom-in.is-view {
  opacity: 1;
  transform: scale(1);
}

/* ズームイン */
.zoom-out {
  transform: scale(1.1);
}
.zoom-out.is-view {
  opacity: 1;
  transform: scale(1);
}


/* ズームイン2 */
.zoom-out2 {
  transform: scale(1.4);
  transition: all 1s ease .2s;
}
.zoom-out2.is-view {
  opacity: 1;
  transform: scale(1);
}



/* スライドアップ */
.slide-left {
  transform: translateX(-30px);
}
.slide-left.is-view {
  opacity: 1;
  transform: translateX(0);
}

/* スライドアップ */
.slide-right {
  transform: translateX(30px);
}
.slide-right.is-view {
  opacity: 1;
  transform: translateX(0);
}



/* スライドアップ */
.slide-left2 {
  transform: translateX(-30px);
  transition: all 1s ease .2s;
}
.slide-left2.is-view {
  opacity: 1;
  transform: translateX(0);
}

/* スライドアップ */
.slide-right2 {
  transform: translateX(30px);
  transition: all 1s ease .2s;
}
.slide-right2.is-view {
  opacity: 1;
  transform: translateX(0);
}





.pc{
	display: block
}
.sp{
	display: none
}

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

	.pc{
		display: none
	}
	.sp{
		display: block
	}



	/*  ----- opening-----  */
	#opening{
		width: 100vw;
		height: 100svh;

		background: #69ff77;
		position: fixed;
		top: 0;
		left: 0;

		z-index: 100;
	}
	#opening img{
		width:110px;
		height: auto;

		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);

	}
	
	
	
	
	/*  ----- コンテンツ枠-----  */


	#wrap{
		width: 100%;
	}
	#wrapBg{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transition: opacity 0.5s ease;
		
		display: none;
	}
	#wrapBg1{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transition: opacity 0.5s ease;
		
		display: none;
	}
	#wrapBg2{
		position: fixed;
		width: 100%;
		height: 100%;
		right: 0;
		left: 0;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transition: opacity 0.5s ease;
		
		display: none;
	}







	#wrap #contWrap{
		width: 100%;
		margin: 0 auto;

		position: relative;
		
		overflow: hidden;
	}


	#home #wrap #contWrap{
		background: #69ff77;
		box-shadow: 0 0 10px rgba(0,0,0,.1);
	}








	/*  ----- header-----  */



	header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0 0 0 ;
		z-index: 20;
	}
	header .headIn{
		width:100%;
		margin: 0 auto;
		padding: 80px 80px 0 0 ;
		position: relative;
	}
	header.scrlon .headIn{
		width:100%;
		margin: 0 auto;
		padding: 46px 80px 0 0 ;
		position: relative;
	}


	.logo{
		position: absolute;
		top: 5vw;
		left: 5vw;
		width: 21%;
	}
	header.scrlon .headIn .logo{
		top: 3vw;
		left: 3vw;
		width: 16%;
	}

	.logo img{
		width: 100%;
		height: auto;
	}


	/* ハンバーガーアイコン */
	.hamburger-icon {
		cursor: pointer;
		display: flex;
		flex-direction: column;
		gap: 5px;
		width: 10vw;
		height: 8vw;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 5vw;
		right: 5vw;
		z-index: 1001;
	}

	/* ハンバーガーの線 */
	.hamburger-icon span {
		width: 10vw;
		height: 5px;
		background: #333;
		transition: transform 0.3s, opacity 0.3s;
		position: absolute;
		border-radius: 10px;
	}

	/* 1本目（上の線） */
	.hamburger-icon span:nth-child(1) {
		top: 0;
	}

	/* 2本目（中央の線） */
	.hamburger-icon span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}

	/* 3本目（下の線） */
	.hamburger-icon span:nth-child(3) {
		bottom: 0;
	}



	header.scrlon .hamburger-icon {
		gap: 5px;
		width: 8vw;
		height: 6vw;
		top: 3vw;
		right: 3vw;
	}

	header.scrlon .hamburger-icon span {
		width: 8vw;
		height: 4px;
	}

	
	
	/* フルスクリーンメニュー */
	.menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(105,255,119,0.97);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease-in-out;
	}

	/* メニューが開いたとき */
	.menu.active {
		opacity: 1;
		visibility: visible;
	}

	/* メニューのリンク */
	.menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;
	}

	.menu li {
		margin: 40px 0;
	}

	.menu a {
		color: #000;
		font-size: 40px;
		text-decoration: none;
		transition: color 0.3s;
		font-family: din-condensed, sans-serif;
		font-weight: 400;
	}

	.menu a:hover {
		color: #ddd;
	}
	.hamburger-menu.active .hamburger-icon span {
		background: #000;
	}
	/* ハンバーガーアイコンが「×」に変形 */
	.hamburger-menu.active .hamburger-icon span:nth-child(1) {
		transform: translateY(3.5vw) rotate(45deg);
	}
	header.scrlon .hamburger-menu.active .hamburger-icon span:nth-child(1) {
		transform: translateY(2.5vw) rotate(45deg);
	}

	.hamburger-menu.active .hamburger-icon span:nth-child(2) {
		opacity: 0;
	}

	.hamburger-menu.active .hamburger-icon span:nth-child(3) {
		transform: translateY(-3.5vw) rotate(-45deg);
	}
	header.scrlon .hamburger-menu.active .hamburger-icon span:nth-child(3) {
		transform: translateY(-2.5vw) rotate(-45deg);
	}










	/*コンテンツ*/

	.homecont{
		min-height: inherit;

	}


	/*ホームプロモーション*/
	#homeCont1{
		background: #69ff77;
		height: 100svh;
		position: relative;
	}
	#homeCont1 .homePromoTxt{
		position: absolute;
		top: 38%;
		left: 50%;
		width: 60%;
		transform: translate(-50%,-50%);

	}

	#homeCont1 .homePromoTxt img{
		width: 100%;
		height: auto;
	}
	#homeCont1 .homePromoHand{
		position: absolute;
		bottom: 5%;
		left: 50%;
		width: 15%;
		transform: translate(-50%,0);

	}
	#homeCont1 .homePromoHand img{
		width: 100%;
		height: auto;

	}





	#homeCont2{
		background: url("../images/home/home_02_bg.jpg") repeat-y top left;
		background-size: 100% auto;
	}

	.homeConceptTxt01{
		font-family: corporate-logo-ver2, sans-serif;
		font-weight: 500;
		font-size: 9vw;
		letter-spacing: .1em;
		line-height: 130%;
		padding: 14.5% 0 10%;
		text-align: center;
	}
	.homeConceptTxt02{
		padding: 0 0 15%;
		text-align: center;
	}
	.homeConceptTxt02 img{
		width: 52%;
		height: auto;
	}
	.homeConceptTxt03{
		padding: 0 0 15%;
		text-align: center;
	}
	.homeConceptTxt03 img{
		width: 32%;
		height: auto;
	}
	.homeConceptTxt04{
		margin: 0 0 15%;
		text-align: center;
	}
	.homeConceptTxt04 img{
		width: 70%;
		height: auto;
	}
	.homeConceptTxt05{
		padding: 0 0 15%;
		text-align: center;
	}
	.homeConceptTxt05 img{
		width: 92%;
		height: auto;
	}






	#homeCont3{
		background: url("../images/home/home_03_bg.jpg") repeat top -20px left 30px;
		background-size: 80px auto;
	}

	.homeConcept2Txt01{
		padding: 10% 0 0;
		text-align: center;
	}
	.homeConcept2Txt01 img{
		width: 90%;
		height: auto;
	}
	.homeConcept2Txt02{
		padding: 0 0 0;
		text-align: center;
	}
	.homeConcept2Txt02 img{
		width: 90%;
		height: auto;
	}
	.homeConcept2Txt03{
		padding: 0 0 0;
		text-align: center;
	}
	.homeConcept2Txt03 img{
		width: 90%;
		height: auto;
	}

	.homeConcept2Txt04{
		padding: 0 0 0;
		margin-top: -8%;
		text-align: center;
	}
	.homeConcept2Txt04 img{
		width: 80%;
		height: auto;
	}

	.homeConcept2Btns{
		display: flex;
		flex-wrap: wrap;
	}
	.homeConcept2Btns div{
		width: 50%;
	}
	.homeConcept2Btns div img{
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.3s ease;
	}
	.homeConcept2Btns div img:hover{
		transform: scale(1.05);
	}
	.homeConcept2Btns .homeConcept2Btn1 img{
		transform: translateX(10px);
	}
	.homeConcept2Btns .homeConcept2Btn2 img{
		transform: translateX(-10px);
	}





	#homeCont4{
		background: #feacad;
	}
	.homeOnlineTxt01{
		padding: 10% 0 8%;
		text-align: center;
	}
	.homeOnlineTxt01 img{
		width: 72%;
		height: auto;
	}

	.homeOnlineTxt02{
		padding: 0 0 0 4%;
		margin: 0 7% 0 ;
		text-align: left;

		border-left: 4px #454848 solid;

	}

	.homeOnlineTxt02 p{
		font-size: 4.3vw;
		line-height: 130%;
	}
	.homeOnlineTxt02 p:nth-of-type(1){
		margin-bottom:  5%;
	}


	.homeOnlineTxt03{
		padding: 0 0 10%;
		text-align: center;
		margin-top: 10%;

		background: url("../images/home/home_04_bg_01.png") no-repeat 0 0;
		background-size: 100% auto;
	}

	.homeOnlineTxt03 ul{
		padding: 42% 2% 3% 46%;
	}

	.homeOnlineTxt03 ul li{
		margin-bottom: 12%;
		position: relative;
		text-align: left;
		padding-left: 31%;

		color: #fff;
	}
	.homeOnlineTxt03 ul li::before{
		font-family: din-condensed, sans-serif;
		font-weight: 400;
		font-size: 18vw;
		line-height: 82%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.homeOnlineTxt03 ul li:nth-of-type(1)::before{content: "01";}
	.homeOnlineTxt03 ul li:nth-of-type(2)::before{content: "02";}
	.homeOnlineTxt03 ul li:nth-of-type(3)::before{content: "03";}

	.homeOnlineTxt03 ul li span{ display: block;margin-bottom: 1%;margin-right: 6%; padding-bottom: 4%;border-bottom: 2px solid #fff; color: #00ffc5;font-size: 3.4vw;}
	.homeOnlineTxt03 ul li p{font-size: 2.3vw;line-height: 160%;letter-spacing: .1em}


	.homeOnlineTxt03 .homeOnlineBtn{
		padding: 0 0 0;
		text-align: center;
		overflow:hidden;
		position: relative;
	}
	.homeOnlineTxt03 .homeOnlineBtn img{
		width: 100%;
		height: auto;
	}
	.homeOnlineTxt03 .homeOnlineBtn::before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: url("../images/home/home_04_btn_click_arrow.png") no-repeat 0 0;
		background-size: 100% auto;
		transition: all 0.3s ease;
		animation: arrow1 .7s ease-in-out infinite ;
		opacity: 1;
		z-index: 0;
		pointer-events: none;
	}




	#homeCont5{
		background: url("../images/home/home_05_bg_01.jpg") repeat top left ;
		background-size: 100% auto;
	}


	.homeOemTxt01{
		padding:6% 0 0%;
		text-align: center;
	}
	.homeOemTxt01 img{
		width: 83%;
		height: auto;
	}



	.homeOemTxt02{
		padding: 0 0 0 4%;
		text-align: center;

		font-size: 4.7vw;
		line-height: 150%;

		letter-spacing: .2em;
	}


	.homeOemTxt03{
		padding:11% 50% 27.6% 10%;
		text-align: left;

		background: url("../images/home/home_05_bg_01.png") no-repeat 0 0;
		background-size: 100% auto;

		font-size: 3.1vw;
		line-height: 180%;
	}



	.homeOemTxt04{
		padding:0 0 4%;
		text-align: center;
	}
	.homeOemTxt04 img{
		width: 70%;
		height: auto;
	}

	.homeOemTxt05{
		padding:0 0 4%;
		text-align: center;
	}
	.homeOemTxt05 img{
		width: 73%;
		height: auto;
	}

	.homeOemTxt06{
		padding:0 0 0;
		text-align: center;
		margin-top: -12%;
		pointer-events: none;
	}
	.homeOemTxt06 img{
		width: 100%;
		height: auto;
	}

	.homeOemTxt07{
		padding:0 0 0%;
		text-align: center;
	}
	.homeOemTxt07 img{
		width: 100%;
		height: auto;
	}


	.homeOemTxt08{
		padding:6% 36% 9% 14%;
		text-align: left;

		background: url("../images/home/home_05_bg_03.png") no-repeat left 65vw top 9vw;
		background-size: 31.5% auto;

		font-size: 3.1vw;
		line-height: 180%;
	}



	.homeOemTxt09{
		padding:0 0 0%;
		text-align: center;
	}
	.homeOemTxt09 img{
		width: 100%;
		height: auto;
	}


	.homeOemTxt10{
		padding:6% 14% 9% 36%;
		text-align: left;

		background: url("../images/home/home_05_bg_02.png") no-repeat left 0 top 11.5vw;
		background-size: 32.3% auto;

		font-size: 3.1vw;
		line-height: 180%;
	}

	.homeOemTxt11{
		padding:0 0 0%;
		text-align: center;
	}
	.homeOemTxt11 img{
		width: 59%;
		height: auto;
	}



	.homeOemBtns{
		display: flex;
		flex-wrap: wrap;
		width: 90%;
		margin: 0 auto;
		padding:0 0 10%;
	}
	.homeOemBtns div{
		width: 50%;
	}
	.homeOemBtns div img{
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.3s ease;
	}
	.homeOemBtns div img:hover{
		transform: scale(1.05);
	}
	.homeOemBtns .homeOemBtn1 img,
	.homeOemBtns .homeOemBtn3 img{
		transform: translateX(10px);
	}
	.homeOemBtns .homeOemBtn2 img,
	.homeOemBtns .homeOemBtn4 img{
		transform: translateX(-10px);
	}
	.homeOemBtns .homeOemBtn3,
	.homeOemBtns .homeOemBtn4{
		margin-top: -6%;
	}



	.homeOemTxt12{
		padding:0 0 0%;
		text-align: center;
	}
	.homeOemTxt12 img{
		width: 100%;
		height: auto;
	}


	.homeOemTxt13{
		padding:6% 12% 3% 12%;
		text-align: left;

		font-size: 4.5vw;
		line-height: 180%;
	}


	.homeOemTxt14{
		padding:0 0 3%;
		text-align: center;
	}
	.homeOemTxt14 img{
		width: 82%;
		height: auto;
	}


	.oemdetailbtn{
		display: inline-block;
		padding-top: 6%;
	}
	.oemdetailbtn img{
		width: 67%;
		height: auto;
	}


	a.linkScale {
		transition: all 0.3s ease;
		display: inline-block

	}
	a.linkScale:hover{
		transform: scale(1.05);
	}






	#homeCont6{
		background: url("../images/home/home_06_bg_01.jpg") repeat top left ;
		background-size: 100% auto;
	}



	.homePortfolioTxt01{
		padding:6% 0 20%;
		text-align: center;
	}
	.homePortfolioTxt01 img{
		width: 42%;
		height: auto;
	}






	.homePortfolioBanas{
		display: flex;
		flex-wrap: wrap;
		width: 94%;
		margin: 0 auto;
		padding:0 0 20%;
	}
	.homePortfolioBanas div img{
		width: 100%;
		height: auto;
	}

	.homePortfolioBanas .homePortfolioBana1{
		width: 44%;
	}
	.homePortfolioBanas .homePortfolioBana2{
		width: 12%;
	}
	.homePortfolioBanas .homePortfolioBana3{
		width: 44%;
	}


	.homePortfolioBtn1,.homePortfolioBtn2,.homePortfolioBtn3,.homePortfolioBtn4{
		position: relative;
		overflow: hidden;
		padding:0 0 10% 0;
	}
	.homePortfolioBtn4 .jwimg1{
		position: absolute;
		top: 6.8%;
		left: 33.4%;
		width: 28%;
		height: 41%;
		background: url("../portfolio/images/jw_09.gif") no-repeat center center;
		background-size: cover;
	}
	
	.homePortfolioBtn1::before,
	.homePortfolioBtn2::before,
	.homePortfolioBtn3::before,
	.homePortfolioBtn4::before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		transition: all 0.3s ease;
		animation: arrow2 .7s ease-in-out infinite ;
		z-index: 1;
	}

	.homePortfolioBtn1::before{
		background: url("../images/home/home_06_bana_01_arrow.png") no-repeat 0 0 ;
		background-size: 100% auto;
	}
	.homePortfolioBtn2::before{
		background: url("../images/home/home_06_bana_02_arrow.png") no-repeat 0 0 ;
		background-size: 100% auto;
	}
	.homePortfolioBtn3::before{
		background: url("../images/home/home_06_bana_03_arrow.png") no-repeat 0 0 ;
		background-size: 100% auto;
	}
	.homePortfolioBtn4::before{
		background: url("../images/home/home_06_bana_04_arrow.png") no-repeat 0 0 ;
		background-size: 100% auto;
	}


	.homePortfolioBtn1 img,.homePortfolioBtn2 img,.homePortfolioBtn3 img,.homePortfolioBtn4 img{width: 100%; height: auto;}





	.homePortfolioTxt02{
		padding:2% 0 10%;
		text-align: center;
	}
	.homePortfolioTxt02 img{
		width: 69%;
		height: auto;
	}




	#homeCont7{
		background: #fff;
	}

	.homeQaTxt01{
		padding:20% 0 0%;
		text-align: center;
	}
	.homeQaTxt01 img{
		width: 86%;
		height: auto;
	}


	.homeQaBoxs{
		position: relative;
		padding: 7% 3% 0 7%;
	}
	.homeQaBox{
		position: relative;
		padding: 1% 0% 2% ;
	}
	.homeQaBox .homeQaNum{

		position: absolute;
		top: -3%;
		left: 0;
		font-family: din-condensed, sans-serif;
		font-weight: 400;

		font-size: 10vw;
		line-height: 100%;

	}

	.homeQaBoxQ{position: relative;padding: 0 0 5% 10%;
		font-size: 3.8vw;
		line-height: 140%;

		font-weight: 700
	}
	.homeQaBoxQ::before{
		position: absolute;
		top: 0%;
		left: 0;
		content: "Q";
		font-size: 7vw;
		line-height: 82%;
		color: #69ff77;
		font-family: din-condensed, sans-serif;
		font-weight: 400;

		border-right: 2px solid #333333;
		padding-right: 6px;
	}
	.homeQaBoxA{position: relative;padding: 0 0 10% 10%;
		font-size: 3.8vw;
		line-height: 150%;
	}
	.homeQaBoxA::before{
		position: absolute;
		top: 0%;
		left: 0;
		content: "A";
		font-size: 7vw;
		line-height: 82%;
		color: #fd3f8b;
		font-family: din-condensed, sans-serif;
		font-weight: 400;

		border-right: 2px solid #333333;
		padding-right: 6px;
	}



	.homeQa2Boxs{
		position: relative;
		padding: 7% 4% 0 7%;
	}
	.homeQa2Box{
		position: relative;
		padding: 1% 0% 2% 0;
	}





	/* OEM ODM*/

	#contOEM{
		background: #dcfef3 url("../oem/images/oem_bg.jpg") no-repeat top left;
		background-size: 100% auto;
		padding: 15% 0 0 0;
	}


	#oem #wrapBg{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-image: url("../images/bg_5.png");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transition: opacity 0.5s ease;
	}




	.oemBtns{
		display: flex;
		flex-wrap: wrap;
		width: 91%;
		margin: 0 auto;
		padding:3% 0 5%;
	}
	.oemBtns div{
		width: 50%;
	}
	.oemBtns div img{
		width: 100%;
		height: auto;
		display: block;
		transition: all 0.3s ease;
	}

	.oemBtns .oemBtn1 img,
	.oemBtns .oemBtn3 img{
		transform: translateX(12px);
	}
	.oemBtns .oemBtn2 img,
	.oemBtns .oemBtn4 img{
		transform: translateX(-12px);
	}
	.oemBtns .oemBtn3,
	.oemBtns .oemBtn4{
		margin-top: -3%;
	}


	.oemTxt01{
		padding:6% 0 0%;
		text-align: center;
	}
	.oemTxt01 img{
		width: 83%;
		height: auto;
	}


	.oemTxt02{
		padding: 0 0 0 4%;
		text-align: center;

		font-size: 4.5vw;
		line-height: 150%;

		letter-spacing: .2em;
	}

	.oemTxt03{
		padding:0 0 2%;
		text-align: center;
	}
	.oemTxt03 img{
		width: 58%;
		height: auto;
	}



	.oemProcess{
		padding:0 0 8%;
		text-align: center;
	}
	.oemProcess img{
		width: 73%;
		height: auto;
	}



	.oemTxt04{
		padding:0 0 0%;
		text-align: center;
	}
	.oemTxt04 img{
		width: 81%;
		height: auto;
	}


	.oemTxt05{
		padding:6% 12% 3% 12%;
		text-align: left;

		font-size: 4.4vw;
		line-height: 170%;
	}



	.oemTxt06{
		padding:0 0 0%;
		text-align: center;
	}
	.oemTxt06 img{
		width: 100%;
		height: auto;
	}


	.oemTxt07{
		padding:0 0 0%;
		text-align: center;
	}
	.oemTxt07 img{
		width: 100%;
		height: auto;
	}



	.arrow3{
		position: relative;
	}
	.arrow3::before{
		content: "";
		position: absolute;
		top: -6%;
		left: 82%;
		width: 11.4%;
		height:  19.5%;
		pointer-events: none;
		transition: all 0.3s ease;
		animation: arrow3 .7s ease-in-out infinite ;
		z-index: 1;
		background: url("../oem/images/arrow1.png") no-repeat 0 0 ;
		background-size: 100% auto;
	}



	.contbtm{
		padding:0 0 0%;
		text-align: center;
	}
	.contbtm img{
		width: 100%;
		height: auto;
	}



	/* portfolio*/

	#contPortfolio{
		background: #dcfef3 url("../portfolio/images/portfolio_bg.jpg") no-repeat top left;
		background-size: 100% auto;
		padding: 15% 0 0 0;
	}


	#portfolio #wrapBg{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-image: url("../images/bg_3.png");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transition: opacity 0.5s ease;
	}





	.portTxt01{
		padding:6% 0 3%;
		text-align: center;
	}
	.portTxt01 img{
		width: 55.3%;
		height: auto;
	}

	.portTxt02{
		padding:6% 0 3%;
		text-align: center;
	}
	.portTxt02 img{
		width: 62%;
		height: auto;
	}
	.portTxt03{
		padding:6% 0 3%;
		text-align: center;
	}
	.portTxt03 img{
		width: 61.5%;
		height: auto;
	}


	.portArea{
		padding: 0 8.6% 7%;
	}
	.portGridFull{
		width: 100%;
	}
	.portGridFull .portimg{
		padding-bottom: 10px;
	}

	.portimg img{
		width: 100%;
		height: auto;
	}

	.portGrid1{
		padding: 0 0 0 0;
	  display: grid;
	  grid-template-columns: 30% calc(70% - 10px);
	  grid-template-rows: 1fr 1fr;
	  gap: 10px;
	  height: 243px;
	}

	.item1,
	.item2,
	.item3 {
	  overflow: hidden;
	}

	.item1 img,
	.item2 img,
	.item3 img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	}

	/* ★重要★ 位置を指定する */
	.item1 {
	  grid-column: 1; /* 左カラム */
	  grid-row: 1;    /* 上段 */
	}

	.item3 {
	  grid-column: 1; /* 左カラム */
	  grid-row: 2;    /* 下段 */
	}

	.item2 {
	  grid-column: 2; /* 右カラム */
	  grid-row: 1 / 3; /* 上下2段をまたぐ！ */
	}


	.portGrid2{
		display: grid;
		gap: 10px;
		grid-template-columns: 32.5% calc(67.5% - 10px);
		padding-bottom: 10px;
	}

	.portGrid3{
		display: grid;
		gap: 10px;
		grid-template-columns: 48.7% calc(51.3% - 10px);

	}


	.portGrid4{
		display: grid;
		gap: 10px;
		grid-template-columns: 48.6% calc(51.4% - 10px);
		padding-bottom: 10px;
	}


	.portGrid5{
		display: grid;
		gap: 10px;
		grid-template-columns: 48.2% calc(51.8% - 10px);
		padding-bottom: 10px;
	}

	.portGrid6{
		display: grid;
		gap: 10px;
		grid-template-columns: 31.6% calc(66.4% - 10px);
		padding-bottom: 10px;
	}

	.portGrid7{
		display: grid;
		gap: 3%;
		grid-template-columns: 48.7% 48.7%;
		padding-bottom: 10px;
	}


	.portGrid8{
		display: grid;
		gap: 3%;
		grid-template-columns: 48.7% 48.7%;
		padding-bottom: 10px;
	}


	.portGrid9{
		display: grid;
		gap: 10px;
		grid-template-columns: 31.7% 31.7% 31.7%;
	}


	.portBtmTxt{
		font-size: 3vw;
		line-height: 140%;

		text-align: center;

		font-weight: 700;
		padding-top: 7px
	}





	/* portfolio*/

	#contWorks{
		background: #ffffff;
		padding: 15% 0 0 0;
	}


	#works #wrapBg{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-image: url("../images/bg_1.png");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transition: opacity 0.5s ease;
	}



	.worksTxt01{
		padding:6% 0 0%;
		text-align: center;
	}
	.worksTxt01 img{
		width: 58%;
		height: auto;
	}


	.worksTxt02{
		padding: 0 0 0 4%;
		text-align: center;

		font-size: 4.6vw;
		line-height: 150%;

		letter-spacing: .2em;
	}


	.worksTxt03{
		padding: 8% 7% 9% ;

		font-size: 4.6vw;
		line-height: 150%;

		font-weight: 400;

		letter-spacing: .2em;
	}


	.worksLogos{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 82%;
		margin: 0 auto 0;
		padding-bottom: 1%;
	}



	.worksLogo{
		padding-bottom: 14%;
		width: 50%;
	}
	.worksLogo img{
		width: 100%;
		height: auto;
	}
	.worksLogo.logofull{
		width: 100%;
	}







	/* contact*/

	#contContact{
		background: #ffffff;
		padding: 15% 0 0 0;
	}


	#contact #wrapBg{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-image: url("../images/bg_4.png");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
		transition: opacity 0.5s ease;
	}



	.contactTxt01{
		padding:6% 0 0%;
		text-align: center;
	}
	.contactTxt01 img{
		width: 58%;
		height: auto;
	}


	.contactTxt02{
		padding: 0 0 0 4%;
		text-align: center;

		font-size: 4.6vw;
		line-height: 150%;

		letter-spacing: .1em;
	}


	.contactTxt03{
		padding: 8% 4% 13% ;

		font-size: 4vw;
		line-height: 150%;

		font-weight: 400;

		letter-spacing: .1em;
	}


	.contactthanks{
		padding: 8% 4% 13% ;

		font-size: 4vw;
		line-height: 170%;

		font-weight: 400;

		text-align: center;
		letter-spacing: .1em;

	}
	.backbtn{
		text-align: center;
	}
	.backbtn a{
		border: none;
		background: #444;
		padding: 15px 40px;
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: .05em;

		cursor: pointer;

}

	.contactForm{
		padding: 0 2% 9% 4%;
	}
	.contactFromBox{
		font-size: 4vw;
		line-height: 150%;

		font-weight: 400;
		padding: 0 0 10% 14%;

		position: relative;

	}
	.contactFromBox::before{
		content: "01.";
		position: absolute;
		top: -3%;
		left: 0;
		font-family: din-condensed, sans-serif;
		font-weight: 400;
		color: #000;

		font-size: 11vw;
		line-height: 100%;

	}
	.contactFromBox:nth-of-type(1)::before{content: "01.";}
	.contactFromBox:nth-of-type(2)::before{content: "02.";}
	.contactFromBox:nth-of-type(3)::before{content: "03.";}
	.contactFromBox:nth-of-type(4)::before{content: "04.";}
	.contactFromBox:nth-of-type(5)::before{content: "05.";}
	.contactFromBox:nth-of-type(6)::before{content: "06.";}
	.contactFromBox:nth-of-type(7)::before{content: "07.";}
	.contactFromBox:nth-of-type(8)::before{content: "08.";}
	.contactFromBox:nth-of-type(9)::before{content: "09.";}


	.contactFromBox p{
		margin-bottom: 5%;
	}
	.cusInfo{
		display: flex;
		flex-wrap: wrap;
		padding: 0 7% 0 0;
		justify-content: space-between;
	}
	.cusInfo dt{
		width:45%;
		margin-bottom: 10px;
	}
	.cusInfo dd{
		width:55%;
		margin-bottom: 10px;
	}
	.fileup{
		margin-bottom: 5%;
	}
	.hissu{
		color: #FF0000;
		font-size: 70%;
		display: inline-block;
		transform: translateY(-10px);
	}

	.chui{
		margin: 0;
		padding: 0 5% 0 0;
	}
	.chui li{
		position: relative;
		padding: 0 0 0 1.2em;
	}
	.chui li::before{
		content: "※";
		position: absolute;
		top: 0;
		left: 0;
	}




	/*fotm*/
	input[type=checkbox] {
		display: none;
	}
	.checkbox01 .wpcf7-list-item-label {
		box-sizing: border-box;
		cursor: pointer;
		display: block;
		padding: 5px 10px 5px 30px;
		position: relative;
		width: auto;
	}
	.checkbox01 .wpcf7-list-item-label::before {
		background: #fff;
		border: 1px solid #231815;
		content: '';
		display: block;
		height: 21px;
		left: 5px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		width: 21px;
	}
	.checkbox01 .wpcf7-list-item-label::after {
		border-right: 2px solid #82B686;
		border-bottom: 2px solid #82B686;
		content: '';
		display: block;
		height: 15px;
		left: 10px;
		margin-top: -7px;
		opacity: 0;
		position: absolute;
		top: 50%;
		transform: rotate(45deg);
		width: 11px;
	}
	input[type=checkbox]:checked + .checkbox01::after {
		opacity: 1;
	}


	.wpcf7-list-item {
		display: block;
		margin: 0 0 0 0 !important;
	}

	
	.wpcf7-spinner{
		display: none !important;
	}
	.contactSubmit{
		text-align: center;
	}
	.contactSubmit [type=submit]{
		border: none;
		background: #444;
		padding: 15px 40px;
		color: #fff;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: .05em;
	}

	.wpcf7-previous{
		border: none;
		background: #777;
		padding: 15px 40px;
		color: #fff;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: .05em;
	}

	
	/* ラジオボタン01 */
	input[type=radio] {
		display: none;
	}
	.radio01 {
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		padding: 5px 30px;
		position: relative;
		width: auto;
	}
	.radio01::before {
		background: #fff;
		border: 1px solid #231815;
		border-radius: 50%;
		content: '';
		display: block;
		height: 16px;
		left: 5px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		width: 16px;
	}
	.radio01::after {
		background: #ed7a9c;
		border-radius: 50%;
		content: '';
		display: block;
		height: 10px;
		left: 9px;
		margin-top: -4px;
		opacity: 0;
		position: absolute;
		top: 50%;
		width: 10px;
	}
	input[type=radio]:checked + .radio01 .wpcf7-list-item-label::after {
		opacity: 1;
	}

	input[type=email].textform01,
	input[type=tel].textform01,
	input[type=text].textform01{
		border:none;
		border-bottom: 2px solid #000;
		width: 100%;
		font-size: 14px;
		line-height: 100%;
	}

	.txtarea textarea{
		font-size: 14px;
		line-height: 100%;
		border: 2px solid #000;
		border-radius: 3px;

		width: 100%;
		height: 500px;
	}







	/* ----- footer ----- */


	footer{
		padding: 10% 0 0;
		background: #ffffff;
		position: relative;
		z-index: 1;
	}


	.checkBtn{
		padding:0 0 4%;
		text-align: center;
	}
	.checkBtn img{
		width: 80%;
		height: auto;
	}

	.footsns{
		padding:0 0 20% 4%;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 5%;
	}
	.footsns li{
		width: 13%;
	}
	.footsns li a img{
		width: 100%;
		height: auto;
	}

	.footmenu{
		padding: 3% 7% 7% 7%;
	}
	.footmenu li{
		margin-bottom: 3%;
	}
	.footmenu li a{
		width: 100%;
		height: auto;

		font-size: 4vw;
		line-height: 100%;
		font-weight: 400;
		color: #333333;
		text-decoration: none;

		letter-spacing: .1em;


	}




	.copyright{
		padding: 5% 0 5%;
		font-size: 3.6vw;
		line-height: 100%;
		background: #69ff77;
		text-align: center;
		letter-spacing: .1em;
	}







}







.numberScroll::before {
  content: attr(data-content);
}