body{
	line-height: 1.7;
	font-family:"Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 18px;
	font-weight: 700;
	background-color: #fff;
}
img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}
.anchor{
    padding-top: 100px;
    margin-top:-100px;
}
.inner{
	width: min(90%,1200px);
	margin-inline: auto;
	padding: clamp(50px, 6.8vw, 130px) 0;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex .img img{
	width: 100%;
	height: auto;
}
.tac{
	text-align: center;
}
.pc {
	display:block;
}
br.pc{
	display: inherit;
}
.sp {
	display:none;
}
br.sp{
	display: none;
}
.pc1100{
	display: block;
}
br.pc1100{
	display: inherit;
}
.sp1100{
	display: none;
}
br.sp1100{
	display: none;
}
.pc640{
	display: block;
}
br.pc640{
	display: inherit;
}
.sp640{
	display: none;
}
br.sp640{
	display: none;
}
.totop{
	opacity:0.1;
	transform: translateY(30px);
	transition: all 1s;
}
.on .totop,
.on.totop{
	opacity: 1;
	transform: translateY(0);
}
.popup{
	opacity:0;
	transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
	transform: translateY(20px); 
}
.on .popup,
.on.popup{
	opacity: 1;
	transform: translateY(0);
}
.bound{
	opacity: 0;
}
.on.bound,
.on .bound{
	transform: scale(1);
	animation: bound 0.5s 0.5s ease-in forwards;
}
@keyframes bound {
	from { 
		opacity: 1;
		transform: scale(1);
	}
	20% {
		opacity: 1;
		transform: scale(1.1);
	}
	40% {
		opacity: 1;
		transform: scale(0.9);
	}
	60% {
		opacity: 1;
		transform: scale(1.05);
	}
	80% {
		opacity: 1;
		transform: scale(0.95);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.floatup{
	animation: floatUp 1.5s infinite ease-in-out;
}
@keyframes floatUp {
	0% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
	100% { transform: translateY(0); }
}
#container {
	overflow: visible !important;
}
/* 
 Head
----------------------------------------------------------- */
.move_txt{
	height: clamp(70px, 7.3vw, 140px);
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
	background-size: auto 100%;
	background-position: center right;
	background-repeat: repeat-x;
	animation: move_txt 60s infinite linear;
	overflow: hidden;
}
.branding_header {
	width: 100%;
}
.branding_navwrap {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-color: #fff;
	padding: clamp(10px, 1.6vw, 30px) clamp(25px, 2.6vw, 50px);
	border-bottom: 2px solid #222;
}
.branding_navwrap p img {
	height: clamp(35px, 2.6vw, 50px);
	width: auto;
}
.branding_navwrap ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.branding_navwrap ul li:not(:last-child){
	margin-right: clamp(25px, 2.6vw, 50px);
}
.branding_navwrap ul li a {
	display: inline-block;
	cursor: pointer;
	font-family: "DotGothic16", sans-serif;
	font-weight: 400;
	font-size: clamp(18px, 1.1vw, 22px);
}
.branding_navwrap ul li a span {
	display: inline-block;
	transition: transform 0.3s ease;
}
.branding_navwrap ul li:hover a span {
	animation: floatUp 0.5s forwards;
}
.branding_navwrap ul li:last-child{
	position: relative;
}
.branding_navwrap ul li:last-child svg{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(clamp(40px, 3.1vw, 60px) * -1);
	height: clamp(40px, 3.1vw, 60px);
	width: auto;
	overflow: visible;
}
@keyframes floatUpDown {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-5px); }
	100% { transform: translateY(0); }
}
.branding_navwrap .arrow-wrapper {
	animation: floatUpDown 1s infinite ease-in-out;
	transform-box: fill-box;
	transform-origin: center;
}
.branding_navwrap ul li:last-child a{
	position: relative;
	top: 0;
	display: block;
	padding: 10px clamp(15px, 1.3vw, 25px);
	background-color: #F2F2F2;
	transition: .5s ease-in-out;
	text-align: center;
	border-radius: 40px;
	border: 2px solid #222;
	box-shadow: 0 5px #222;
}
.branding_navwrap ul li:last-child:hover a{
	top: 5px;
	box-shadow: 0 0 #222;
}
.branding_navwrap * {
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.branding_btm{
	position: fixed;
	left: clamp(10px, 2.6vw, 50px);
	bottom: 0;
	z-index: 10;
}
.branding_btm .box{
	border: 2px solid #222;
	border-radius: 10px;
	padding: clamp(10px, 0.8vw, 15px) clamp(15px, 1.7vw, 33px) clamp(10px, 0.8vw, 15px) clamp(60px, 6vw, 115px);
	margin: 0 15px clamp(15px, 1.8vw, 35px) clamp(40px, 6.2vw, 120px);
	background-color: #fff;
}
.branding_btm .floatup{
	position: absolute;
	left: 0;
	bottom: -10px;
	width: clamp(100px, 11.7vw, 225px);
}
.branding_btm .floatup img{
	width: 100%;
	height: auto;
}
.branding_btm .box p{
	margin-bottom: clamp(8px, 0.8vw, 15px);
}
.branding_h2{
	font-size: clamp(35px, 2.6vw, 50px);
	font-family: "Dela Gothic One", sans-serif;
	font-weight: 400;
	margin-bottom: clamp(20px, 2.6vw, 50px);
	line-height: 1.5;
}
.sway img{
    transform-origin: center bottom;
    animation: sway 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
@keyframes sway {
	0% , 100%{
		transform: rotate(-5deg);
	}
	50%{
		transform: rotate(8deg);
	}
}
.rotate img{
    transform-origin: center center;
    animation: rtt 15s linear infinite;
}
@keyframes rtt {
	0%{
		transform: rotate(0deg);
	}
	50%{
		transform: rotate(360deg);
	}
	100%{
		transform: rotate(-0deg);
	}
}
.branding_btn{
	position: relative;
	top: 0;
	display: block;
	padding: 10px clamp(15px, 1.3vw, 25px);
	background-color: #F2F2F2;
	transition: .5s ease-in-out;
	text-align: center;
	border-radius: 40px;
	border: 2px solid #222;
	box-shadow: 0 5px #222;
	width: min(100%,300px);
	font-family: "DotGothic16", sans-serif;
	font-weight: 400;
	font-size: clamp(18px, 1.1vw, 22px);
}
.branding_btn span {
	display: inline-block;
	transition: transform 0.3s ease;
}
.branding_btn:hover span{
	animation: floatUp 0.5s forwards;
}
.branding_btn:hover{
	top: 5px;
	box-shadow: 0 0 #222;
}
.btn_box.tac a{
	margin-inline: auto;
}
.fc_red{
	color: #E44C31 !important;
}
/* 
 contents
----------------------------------------------------------- */
#branding_fv{
	background-color: #FCFCFC;
	background-image: url('../branding/img/branding_fv_bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: clamp(80px, 9.9vw, 190px) clamp(25px, 2.6vw, 50px) 0;
	overflow: hidden;
}
#branding_fv .box{
	border: 2px solid #222;
	border-radius: clamp(25px, 2.6vw, 50px);
	padding: clamp(25px, 2.6vw, 50px) clamp(25px, 2.6vw, 50px) clamp(150px, 19.3vw, 370px);
	text-align: center;
	font-family: "DotGothic16", sans-serif;
	font-weight: 400;
	line-height: 1.3;
	background-color: #fff;
	background-image: url('../branding/img/branding_fv_boxl.png'),url('../branding/img/branding_fv_boxr.png');
	background-size: 25% auto;
	background-position: left bottom,right bottom;
	background-repeat: no-repeat;
	position: relative;
}
#branding_fv .box::before,
#branding_fv .box::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(clamp(150px, 31.3vw, 600px) * -1);
	width: clamp(400px, 50.5vw, 970px);
	height: clamp(400px, 50.5vw, 970px);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
#branding_fv .box::before{
	background-image: url('../branding/img/webad_fv_earth.png');
}
#branding_fv .box::after{
	background-image: url('../branding/img/webad_fv_human.png');
	animation: rotateForever 60s linear infinite;
}
@keyframes rotateForever {
	0% { transform: translateX(-50%) rotate(0deg); }
	100% { transform: translateX(-50%) rotate(360deg); }
}
#branding_fv .box h1{
	text-align: center;
	font-size: clamp(20px, 2.2vw, 42px);
}
#branding_fv .box .ttl{
	font-size: clamp(55px, 5.5vw, 105px);
	word-break : break-all;
	opacity: 0;
	text-align: center;
}
#branding_fv .box .ttl.on{
	opacity: 1;
}
#branding_fv .box .ttl span{
	display: none;
}
#branding_fv .box .ttl:after {
	content: "|";
	animation: typingCursor 1s steps(1) infinite;
}
@keyframes typingCursor {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
#branding_fv .txt_area{
	background-color: #fff;
	width: 100vw;
	margin: clamp(25px, 2.6vw, 50px) calc(50% - 50vw) 0;
	position: relative;
	z-index: 1;
}
#branding_fv .txt_area .fv_txt{
	height: clamp(60px, 4.1vw, 80px);
	width: 100%;
	background-size: auto 100%;
	background-position: center right;
	background-repeat: repeat-x;
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
	background-image: url('../branding/img/fv_txt.png');
}
#branding_fv .txt_area .fv_txt:first-of-type{
	animation: move_txt 60s infinite linear;
	margin-bottom: clamp(10px, 0.8vw, 15px);
}
#branding_fv .txt_area .fv_txt:last-of-type{
	animation: move_txt2 60s infinite linear;
}
@keyframes move_txt2 {
	0% {
		background-position: center right;
	}
	100% {
		background-position: center right -3000px;
	}
}
#branding_about{
	background-color: #F2F2F2;
}
#branding_about .box{
	border: 2px solid #222;
	border-radius: 10px;
	background-color: #fff;
	padding: clamp(20px, 1.7vw, 33px);
	position: relative;
}
#branding_about .box::before{
	content: "";
	position: absolute;
	bottom: 0;
	right: calc(clamp(80px, 6.8vw, 130px) * -1);
	width: clamp(70px, 5.5vw, 105px);
	height: clamp(100px, 6.8vw, 130px);
	background-image: url('../branding/img/branding_about.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	animation: floatUp 1.5s 0.8s infinite ease-in-out;
}
#branding_about .box p{
	text-align: center;
}
#branding_strengths{
	overflow: hidden;
	background-image: linear-gradient(to bottom, #F2F2F2 70%, #fff 70%, #fff 100%);
	position: relative;
	z-index: 1;
	border-bottom: 2px solid #222;
}
#branding_strengths::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: clamp(30px, 3.4vw, 65px);
	height: 100%;
	background-image: url('../branding/img/branding_strengths_bg.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right top;
	z-index: -1;
}
#branding_strengths .move_txt{
	background-image: url('../branding/img/branding_strengths_txt.png');
	background-color: #fff;
}
#branding_strengths .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#branding_strengths .inner > div{
	width: 45%;
	position: relative;
}
#branding_strengths .inner > ul{
	width: 50%;
}
#branding_strengths .inner > div::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: clamp(50px, 6.2vw, 120px);
	height: clamp(80px, 9.9vw, 190px);
	background-image: url('../branding/img/branding_strengths.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	animation: floatUpRight 15s infinite ease;
}
@keyframes floatUpRight {
	0% { 
		transform: translateY(0) scale(1,1);
		margin-left: 0;
	}
	10% { 
		transform: translateY(-30px) scale(1,1);
	}
	20% { 
		transform: translateY(0) scale(1,1);
	}
	30% { 
		transform: translateY(-30px) scale(1,1);
	}
	40% { 
		transform: translateY(0) scale(1,1);
		margin-left: 80%;
	}
	50% { 
		transform: translateY(-30px) scale(-1,1);
	}
	60% { 
		transform: translateY(0) scale(-1,1);
	}
	70% { 
		transform: translateY(-30px) scale(-1,1);
	}
	80% { 
		transform: translateY(0) scale(-1,1);
	}
	90% { 
		transform: translateY(-30px) scale(-1,1);
	}
	100% { 
		transform: translateY(0) scale(-1,1);
		margin-left: 0;
	}
}
#branding_strengths .branding_h2{
	width: fit-content;
	position: relative;
	z-index: 1;
}
#branding_strengths .branding_h2::before{
	content: "";
	left: 0;
	bottom: 5px;
	position: absolute;
	width: 100%;
	height: 22px;
	border: 2px solid #222;
	background-color: #FCE698;
	z-index: -1;
}
#branding_strengths .inner > ul > li:not(:last-child){
	margin-bottom: clamp(10px, 0.8vw, 15px);
}
#branding_strengths .inner > ul > li{
	padding: clamp(20px, 1.7vw, 33px) clamp(20px, 2.6vw, 50px);
	padding-right: 0;
	position: relative;
	z-index: 1;
}
#branding_strengths .inner > ul > li::before{
	content: "";
	position: absolute;
	width: 50vw;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fcfcfc;
	border: 2px solid #222;
	z-index: -1;
	margin-right: calc(50% - 50vw);
}
#branding_strengths .inner > ul > li:nth-child(1)::before{
	border-radius: clamp(25px, 2.6vw, 50px) 0 0 0;
}
#branding_strengths .inner > ul > li:nth-child(3)::before{
	border-radius: 0 0 0 clamp(25px, 2.6vw, 50px);
}
#branding_strengths .inner > ul > li::after{
	content: "01";
	position: absolute;
	right: -15%;
	bottom: 0;
	font-size: clamp(50px, 4.4vw, 85px);
	font-family: "Dela Gothic One", sans-serif;
	font-weight: 400;
	color: #DEDEDE;
	text-align: right;
	z-index: -1;
}
#branding_strengths .inner > ul > li:nth-child(2)::after{
	content: "02";
}
#branding_strengths .inner > ul > li:nth-child(3)::after{
	content: "03";
}
#branding_strengths .inner > ul > li h3{
	font-family: "DotGothic16", sans-serif;
	font-weight: 400;
	font-size: clamp(20px, 1.3vw, 25px);
	width: fit-content;
	padding-bottom: clamp(8px, 0.8vw, 15px);
	margin-bottom: clamp(8px, 0.8vw, 15px);
	border-bottom: 2px solid #DEDEDE;
}
#branding_design{
	position: relative;
	background-color: #FCFCFC;
	overflow: hidden;
}
#branding_design::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: clamp(180px, 16.4vw, 315px);
	background-image: url('../branding/img/branding_design_bg.png');
	background-size: auto 100%;
	background-position: center bottom -5px;
	background-repeat: repeat-x;
	animation: move_txt2 90s infinite linear;
}
#branding_design .inner{
	padding-bottom: clamp(130px, 18.2vw, 350px);
}
#branding_design .branding_h2{
	font-size: clamp(25px, 1.7vw, 33px);
	text-align: center;
	margin-bottom: clamp(15px, 1.7vw, 33px);
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF,  0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;
}
#branding_design .branding_h2 span{
	position: relative;
	z-index: 1;
}
#branding_design .branding_h2 span::before{
	content: "";
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 17px;
	border: 2px solid #222;
	background-color: #FCE698;
	z-index: -1;
}
#branding_design .branding_btn{
	width: min(100%,500px);
	font-size: clamp(20px, 1.6vw, 30px);
}
#branding_production{
	border-bottom: 2px solid #222;
	background-image: url('../branding/img/branding_production_bg.jpg');
	background-size: auto;
	background-position: center center;
	background-repeat: repeat;
}
#branding_production .move_txt{
	background-image: url('../branding/img/branding_production_txt.png');
	background-color: #DEDEDE;
}
#branding_production .ttl{
	padding-top: clamp(50px, 6.8vw, 130px);
	border-bottom: 2px solid #222;
	background-image: url('../branding/img/branding_production_ttl.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#branding_production .branding_h2{
	width: min(90%,1200px);
	margin-inline: auto;
}
#branding_production .inner{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#branding_production .inner > div{
	width: 47.5%;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;*/
}
/*#branding_production .inner > div > .tab{
	width: clamp(25px, 2.6vw, 50px);
	position: sticky;
	top: clamp(60px, 6.5vw, 125px);
}*/
#branding_production .inner > div > ul{
	/*width: calc(100% - clamp(25px, 2.6vw, 50px));*/
	border-left: 2px solid #222;
	border-right: 2px solid #222;
	display: grid;
	grid-template-rows: 1fr 1fr 1fr;
	gap: 0;
	height: 100%;
}
/*#branding_production .inner > div > .tab div{
	height: clamp(70px, 7.3vw, 140px);
	border: 2px solid #222;
	border-radius: 10px 0 0 10px;
	margin-top: 5px;
	border-right: none;
}*/
#branding_production .inner > div:first-child > .tab div:nth-child(1),
#branding_production .inner > div:first-child > ul > li:nth-child(1),
#branding_production .inner > div:first-child > ul > li:nth-child(1) > ul > li::before{
	background-color: #1914B9;
}
#branding_production .inner > div:first-child > .tab div:nth-child(2),
#branding_production .inner > div:first-child > ul > li:nth-child(2),
#branding_production .inner > div:first-child > ul > li:nth-child(2) > ul > li::before{
	background-color: #2557A8;
}
#branding_production .inner > div:first-child > .tab div:nth-child(3),
#branding_production .inner > div:first-child > ul > li:nth-child(3),
#branding_production .inner > div:first-child > ul > li:nth-child(3) > ul > li::before{
	background-color: #45B8C4;
	margin-bottom: 5px;
}
#branding_production .inner > div:last-child > .tab div:nth-child(1),
#branding_production .inner > div:last-child > ul > li:nth-child(1),
#branding_production .inner > div:last-child > ul > li:nth-child(1) > ul > li::before{
	background-color: #FCE698;
}
#branding_production .inner > div:last-child > .tab div:nth-child(2),
#branding_production .inner > div:last-child > ul > li:nth-child(2),
#branding_production .inner > div:last-child > ul > li:nth-child(2) > ul > li::before{
	background-color: #FF8C4E;
}
#branding_production .inner > div:last-child > .tab div:nth-child(3),
#branding_production .inner > div:last-child > ul > li:nth-child(3),
#branding_production .inner > div:last-child > ul > li:nth-child(3) > ul > li::before{
	background-color: #FA5335;
	margin-bottom: 5px;
}
#branding_production .inner > div:first-child > ul > li:nth-child(3),
#branding_production .inner > div:last-child > ul > li:nth-child(3),
#branding_production .inner > div:first-child > ul > li:nth-child(3) > ul > li::before,
#branding_production .inner > div:last-child > ul > li:nth-child(3) > ul > li::before{
	margin-bottom: 0;
}
#branding_production .inner > div > ul > li{
	padding: clamp(20px, 1.7vw, 33px) clamp(20px, 2vw, 40px) clamp(60px, 6.2vw, 120px);
	background-image: url('../branding/img/branding_production_li_bg.png'),url('../branding/img/branding_production_li_ttl.png');
	background-size: 100% auto;
	background-position: center bottom,center top;
	background-repeat: no-repeat;
	overflow: hidden;
}
#branding_production .inner > div:first-of-type > ul > li:nth-child(1),
#branding_production .inner > div:first-of-type > ul > li:nth-child(2),
#branding_production .inner > div:last-of-type > ul > li:nth-child(3){
	background-image: url('../branding/img/branding_production_li_bg.png'),url('../branding/img/branding_production_li_ttl_w.png');
}
#branding_production .inner > div:first-of-type > ul > li:nth-child(1) > p,
#branding_production .inner > div:first-of-type > ul > li:nth-child(1) > h3,
#branding_production .inner > div:first-of-type > ul > li:nth-child(2) > p,
#branding_production .inner > div:first-of-type > ul > li:nth-child(2) > h3,
#branding_production .inner > div:last-of-type > ul > li:nth-child(3) > p,
#branding_production .inner > div:last-of-type > ul > li:nth-child(3) > h3{
	color: #fff;
}
#branding_production .inner > div > ul > li:not(:last-child){
	border-bottom: 2px solid #222;
}
#branding_production .inner > div > ul > li h3{
	font-family: "DotGothic16", sans-serif;
	font-weight: 400;
	font-size: clamp(25px, 1.7vw, 33px);
	text-align: center;
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
#branding_production .inner > div > ul > li .img{
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
#branding_production .inner > div > ul > li .img img{
	margin: 0 auto;
	width: min(100%,300px);
	height: auto;
}
#branding_production .inner > div > ul > li > ul > li{
	background-color: #fff;
	border-radius: 10px;
	padding: clamp(20px, 1.3vw, 25px) clamp(12px, 1.3vw, 25px) 12px;
	position: relative;
}
#branding_production .inner > div > ul > li > ul > li:not(:last-child){
	margin-bottom: clamp(10px, 0.8vw, 15px);
}
#branding_production .inner > div > ul > li > ul > li::before{
	content: "";
	left: 50%;
	top: 10px;
	transform: translateX(-50%);
	position: absolute;
	height: 4px;
	width: 18px;
	border-radius: 2px;
}
#branding_production .inner > div > ul > li > ul > li p{
	text-align: center;
	font-weight: 400;
}
#branding_production .inner > div > ul > li .btn_box{
	margin-top: clamp(15px, 1.3vw, 25px);
}
#branding_production .inner > div:first-of-type > ul > li:nth-child(3) .img{
	position: relative;
	z-index: 1;
}
#branding_production .inner > div:first-of-type > ul > li:nth-child(3) .img::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width:150%;
	height: 180%;
	background-image: url('../branding/img/branding_production_img_bg.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}
#branding_production .inner > div:last-of-type > ul > li:nth-child(1) img{
	filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.15));
}
#branding_case {
	background-color: #F2F2F2;
	overflow: hidden;
}
#branding_case .move_txt{
	background-image: url('../branding/img/branding_case_txt.png');
	background-color: #FCFCFC;
}
#branding_case .flex .img{
	width: 75vw;
	margin-right: calc(50% - 50vw);
}
#branding_case .flex .txt p{
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: clamp(18px, 1.3vw, 25px);
	font-family: "DotGothic16", sans-serif;
	font-weight: 400;
}
#branding_case .txt_area{
	margin-top: clamp(30px, 3.4vw, 65px);
	padding-top: clamp(30px, 3.4vw, 65px);
	border-top: 1px solid #B9B9B9;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
#branding_case .txt_area .txt{
	width: 50%;
}
#branding_case .txt_area ul{
	width: 45%;
}
#branding_case .txt_area ul li:not(:last-child){
	margin-bottom: clamp(20px, 1.3vw, 25px);
}
#branding_case .txt_area ul li h3{
	font-size: clamp(18px, 1vw, 20px);
	font-family: "DotGothic16", sans-serif;
	font-weight: 400;
	padding: 5px clamp(15px, 1.3vw, 25px);
	background-color: #FCE698;
	border: 2px solid #222;
	border-radius: 40px;
	margin-bottom: 10px;
}
#branding_case .txt_area ul li .box{
	padding: clamp(20px, 1.3vw, 25px);
	background-color: #fff;
	border: 2px solid #222;
	border-radius: 10px;
}
#branding_case .txt_area ul li .box a{
	text-decoration: underline;
	transition: all ease 0.3s;
	color: #676767;
}
#branding_case .txt_area ul li .box a:hover{
	opacity: 0.7;
}
#branding_case .txt_area ul li .box i{
	color: #676767;
	padding-left: 5px;
}
/* 
 footer
----------------------------------------------------------- */
#branding_footer{
	padding-bottom: clamp(15px, 1.1vw, 22px);
	overflow: hidden;
}
.footer_txt{
	height: clamp(80px, 7.8vw, 150px);
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
	background-image: url('../branding/img/footer_txt.png');
	background-size: auto 100%;
	background-position: center right;
	background-repeat: repeat-x;
	animation: move_txt 60s infinite linear;
}
@keyframes move_txt {
	0% {
		background-position: center right;
	}
	100% {
		background-position: center right 3000px;
	}
}
#branding_footer > .flex{
	margin: clamp(25px, 2.6vw, 50px) auto clamp(10px, 1vw, 20px);
	width: min(90%,1600px);
}
#branding_footer .left{
	width: 87.5%;
	position: relative;
	z-index: 1;
}
#branding_footer .left::before{
	content: "";
	position: absolute;
	width: 90vw;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #F2F2F2;
	border: 2px solid #222;
	border-radius: 0 clamp(25px, 2.6vw, 50px) clamp(25px, 2.6vw, 50px) 0;
	z-index: -1;
	margin-left: calc(50% - 50vw);
}
#branding_footer .right{
	width: 10%;
	position: relative;
	z-index: 1;
	padding: clamp(25px, 2.6vw, 50px);
	padding-right: 0;
}
#branding_footer .right::before{
	content: "";
	position: absolute;
	width: 20vw;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #222;
	border: 2px solid #222;
	border-radius: clamp(25px, 2.6vw, 50px)  0 0 clamp(25px, 2.6vw, 50px);
	z-index: -1;
	margin-right: calc(50% - 50vw);
}
#branding_footer .left .txt{
	width: min(100%,1200px);
	margin-left: auto;
	padding: clamp(25px, 2.6vw, 50px);
	padding-left: 0;
}
#branding_footer .left .ttl{
	font-size: clamp(28px, 2.6vw, 50px);
	font-family: "Dela Gothic One", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 5px;
}
#branding_footer .left .txt > p:not(.ttl){
	font-weight: 400;
	margin-bottom: clamp(20px, 2vw, 40px);
}
#branding_footer .left .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
#branding_footer .left .box .branding_btn{
	width: 100%;
	font-size: clamp(20px, 1.6vw, 30px);
	background-color: #fff;
	margin-bottom: clamp(8px, 0.8vw, 15px);
}
#branding_footer .left .box > div{
	width: min(100%,500px);
}
#branding_footer .left .box img{
	height: clamp(35px, 3.1vw, 60px);
	width: auto;
}
#branding_footer .left .box .tac{
	font-size: 16px;
}
#branding_footer .right ul li{
	width: clamp(40px, 3.4vw, 65px);
}
#branding_footer .right ul li:not(:last-child){
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
#branding_footer .right ul li img{
	width: 100%;
	height: auto;
}
#branding_footer .right ul li a{
	transition: all ease 0.3s;
}
#branding_footer .right ul li a:hover{
	opacity: 0.7;
}
#branding_footer .copy{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
	width: min(90%,1200px);
	margin-inline: auto;
}
#branding_footer .copy a{
	transition: all ease 0.3s;
	text-decoration: underline;
	font-size: 13px;
}
#branding_footer .copy a:hover{
	opacity: 0.7;
}
#branding_footer .copy p{
	font-size: 13px;
}
#meo_ft{
	display: none !important;
}
@media screen and (max-width: 1400px) {
	/* 
	 header
	----------------------------------------------------------- */
	.branding_navwrap .right {
		width: 80%;
	}
	.branding_btm .txt{
		width: 63%;
	}
	.branding_btm .btn{
		width: 35%;
		padding-right: 20px;
	}
	/* 
	 contents
	----------------------------------------------------------- */
	.branding_btm .box{
		margin-bottom: 10px;
	}
	#branding_about .box::before{
		bottom: auto;
		right: 0;
		top: calc(clamp(100px, 6.8vw, 130px) * -1);
	}
	#branding_strengths .inner > ul > li::after{
		right: -5%;
	}
	#branding_case .flex .img{
		width: 85vw;
	}
}
@media screen and (max-width: 1200px) {
	/* 
	 header
	----------------------------------------------------------- */
}
@media screen and (max-width: 1100px) {
	.pc1100{
		display: none;
	}
	br.pc1100{
		display: none;
	}
	.sp1100{
		display: block;
	}
	br.sp1100{
		display: inherit;
	}
	/* 
	 header
	----------------------------------------------------------- */ 
	.branding_navwrap li {
		display: none;
	}
	#spnavbtn {
		top: 4%;
	}
	.branding_btm .box p{
		font-size: 14px;
	}
	.branding_btm .branding_btn{
		padding: 5px clamp(15px, 1.3vw, 25px);
		width: min(100%,200px);
		font-size: 16px;
	}
	/* 
	 content
	----------------------------------------------------------- */
	#branding_strengths .inner > div{
		width: 100%;
	}
	#branding_strengths .inner > ul{
		width: 100%;
	}
	#branding_strengths .inner > ul > li::before{
		width: 100vw;
	}
	#branding_strengths .inner > ul > li::after{
		right: -3%;
	}
	#branding_strengths .inner > div::before{
		left: 50%;
	}
	@keyframes floatUpRight {
		0% { 
			transform: translateY(0) scale(1,1);
			margin-left: 0;
		}
		10% { 
			transform: translateY(-30px) scale(1,1);
		}
		20% { 
			transform: translateY(0) scale(1,1);
		}
		30% { 
			transform: translateY(-30px) scale(1,1);
		}
		40% { 
			transform: translateY(0) scale(1,1);
			margin-left: 45%;
		}
		50% { 
			transform: translateY(-30px) scale(-1,1);
		}
		60% { 
			transform: translateY(0) scale(-1,1);
		}
		70% { 
			transform: translateY(-30px) scale(-1,1);
		}
		80% { 
			transform: translateY(0) scale(-1,1);
		}
		90% { 
			transform: translateY(-30px) scale(-1,1);
		}
		100% { 
			transform: translateY(0) scale(-1,1);
			margin-left: 0;
		}
	}
	#branding_design .branding_btn{
		width: min(100%,350px);
	}
	#branding_case .txt_area .txt{
		width: 100%;
		margin-bottom: 20px;
	}
	#branding_case .txt_area ul{
		width: 100%;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	#branding_footer .left .box > div{
		width: min(100%,350px);
	}
}
@media screen and (max-width:820px) {
	.pc {
		display:none;
	}
	br.pc{
		display: none;
	}
	.sp {
		display:block;
	}
	br.sp{
		display: inherit;
	}
	/* 
	 content
	----------------------------------------------------------- */
	#branding_fv .box .ttl{
		line-height: 1.3;
	}
	#branding_fv .box::before,
	#branding_fv .box::after{
		bottom: -240px;
	}
	#branding_production .inner > div{
		width: 100%;
	}
	#branding_case .flex .img{
		width: 80vw;
	}
}
@media screen and (max-width:640px) {
	body,p{
		font-size: 15px;
	}
	.pc640{
		display: none;
	}
	br.pc640{
		display: none;
	}
	.sp640{
		display: block;
	}
	br.sp640{
		display: inherit;
	}
	.btn_box a{
		margin: 0 auto;
	}
	/* 
	 header
	----------------------------------------------------------- */
	.branding_btm .floatup{
		width: 80px;
	}
	.branding_btm .box{
		padding-left: 30px;
	}
	.branding_btm .box p{
		font-size: 12px;
	}
	.branding_btm .branding_btn{
		font-size: 15px;
	}
	/* 
	 content
	----------------------------------------------------------- */
	.branding_h2{
		font-size: 30px;
	}
	#branding_fv .box{
		padding-bottom: 130px;
	}
	#branding_fv .box h1{
		font-size: 17px;
	}
	#branding_fv .box .ttl{
		font-size: 36px;
	}
	#branding_fv .box::before,
	#branding_fv .box::after{
		width: clamp(380px, 50.5vw, 970px);
		height: clamp(380px, 50.5vw, 970px);
	}
	#branding_about .box::before{
		top: -80px;
	}
	#branding_about .box p{
		text-align: justify;
	}
	#branding_case .flex .txt p{
		writing-mode: inherit;
		text-orientation: inherit;
		margin-bottom: 10px;
		width: 100%;
	}
	#branding_case .flex .img{
		width: 95vw;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	#branding_footer .left{
		width: 100%;
		margin-bottom: 15px;
	}
	#branding_footer .right{
		width: 100%;
	}
	#branding_footer .left::before,
	#branding_footer .right::before{
		width: 100vw;
	}
	#branding_footer .right ul{
		display: flex;
		justify-content: flex-end;
	}
	#branding_footer .right ul li:not(:last-child){
		margin-bottom: 0;
		margin-right: 15px;
	}
	#branding_footer .left .box > div{
		width: 100%;
	}
	#branding_footer .left .box > img{
		margin-left: auto;
		margin-top: 15px;
	}
}