body#zokuzoku #contents_kv {
	position: relative;
}
body#zokuzoku #contents_kv .btn_anker {
	position: absolute;
	animation: float 5s ease-in-out infinite;
}
body#zokuzoku #business {
	background-color: #0130bb;
}
body#zokuzoku #business .menu {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	font-weight: 500;
	color: #fff;
}
body#zokuzoku #business .menu li {
	width: 50%;
}
body#zokuzoku #business .menu li:nth-of-type(1) {
	border-right: 2px solid #fff;
}
body#zokuzoku #business .menu a {
	display: block;
	background: transparent url('../imgs/zokuzoku/arrow.png') no-repeat center right;
}
body#zokuzoku #business h2 {
	color: #fff;
	font-weight: 700;
}
body#zokuzoku #business h3 {
	font-weight: 700;
}
body#zokuzoku #business h4 {
	color: #fff;
	font-weight: 700;
	text-align: center;
}
body#zokuzoku #business .card {
	position: relative;
	transform-style: preserve-3d;
}
body#zokuzoku #business .cardface {
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	transition:
	transform 0.6s;
	backface-visibility: hidden;
}
body#zokuzoku #business .cardface__front {
	transform: none;
}
body#zokuzoku #business .is-flipped .cardface__front {
	transform: rotateY(180deg);
}
body#zokuzoku #business .cardface__back {
	transform: rotateY(180deg);
}
body#zokuzoku #business .is-flipped .cardface__back {
	transform: rotateY(360deg);
}
body#zokuzoku #tv_cm h2 {
	font-weight: 700;
	color: #0130bb;
}
body#zokuzoku #tv_cm h3 {
	font-weight: 700;
	text-align: center;
}
body#zokuzoku #tv_cm h4 {
	font-weight: 700;
}
body#zokuzoku #tv_cm p {
	text-align: center;
}
body#zokuzoku #tv_cm .play {
	text-decoration: underline;
}
body#zokuzoku #tv_cm .block_youtube {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 57.25%;
}
body#zokuzoku #tv_cm .block_youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
body#zokuzoku #tv_cm .block_audio {
	background: #e2eff7;
}
body#zokuzoku #movie h2 {
	font-weight: 700;
	text-align: center;
}
body#zokuzoku #movie ul {
	text-align: center;
}
body#zokuzoku #movie .block_youtube {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 57.25%;
}
body#zokuzoku #movie .block_youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
body#zokuzoku #movie .bnr_youtube {
	display: block;
	text-align: center;
}
body#zokuzoku #movie .bnr_top {
	display: block;
	text-align: center;
}
body#zokuzoku #ambassador {
	background-color: #e2eff7;
}
body#zokuzoku #ambassador h2 {
	font-weight: 700;
	text-align: center;
}
body#zokuzoku #ambassador .name {
	font-weight: 500;
}
body#zokuzoku #ambassador .accordion-box {
	overflow: hidden;
	border-bottom: 2px solid #289dd6;
}
body#zokuzoku #ambassador .accordion-title {
	cursor: pointer;
	list-style: none;
	position: relative;
	font-weight: 500;
}
body#zokuzoku #ambassador .accordion-title::after {
	content: "";
	position: absolute;
	display: inline-block;
	background-image: url('../imgs/zokuzoku/icon_open.png');
	background-position: center;
	background-size: contain;
}
body#zokuzoku #ambassador .accordion-box[open] .accordion-title::after {
	content: "";
	display: inline-block;
	background-image: url('../imgs/zokuzoku/icon_close.png');
	background-position: center;
	background-size: contain;
}
body#zokuzoku #ambassador .bnr_youtube {
	display: block;
	text-align: center;
}
body#zokuzoku #contents_tanaka {
	background-color: #0130bb;
	color: #fff;
	font-weight: 500;
}
body#zokuzoku #contents_tanaka .tanaka_inr {
	position: relative;
}
body#zokuzoku #contents_tanaka p {
	line-height: 2.0;
}
body#zokuzoku #contents_tanaka .bnr_top {
	display: block;
	text-align: center;
}

@media screen and (max-width: 780px) {
body#zokuzoku #contents_kv .btn_anker {
	width: calc(240/750*100vw);
	right: calc(40/750*100vw);
	bottom: calc(70/750*100vw);
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(calc(20/750*100vw));
	}
	100% {
		transform: translatey(0px);
	}
}
body#zokuzoku #business .business_inr {
	padding: 8vw 7.3333333333vw 16vw;
}
body#zokuzoku #business .menu {
	padding-bottom: calc(40/750*100vw);
	margin-bottom: calc(120/750*100vw);
	font-size: calc(32/750*100vw);
	border-bottom: 1px solid #fff;
}
body#zokuzoku #business .menu a {
	background-size: calc(28/750*100vw);
}
body#zokuzoku #business .menu li:nth-of-type(1) {
	padding-right: calc(50/750*100vw);
}
body#zokuzoku #business .menu li:nth-of-type(2) {
	padding-left: calc(50/750*100vw);
}
body#zokuzoku #business h2 {
	font-size: calc(72/750*100vw);
}
body#zokuzoku #business h3 {
	margin: calc(110/750*100vw) 0 calc(40/750*100vw);
	font-size: calc(40/750*100vw);
	color: #fff;
}
body#zokuzoku #business h4 {
	margin: calc(120/750*100vw) 0 calc(80/750*100vw);
	font-size: calc(44/750*100vw);
}
body#zokuzoku #business p {
	font-size: calc(32/750*100vw);
	color: #fff;
}
body#zokuzoku #business .link_list {
	margin-top: calc(40/750*100vw);
}
body#zokuzoku #business .card:nth-of-type(n+2) {
	margin-top: calc(60/750*100vw);
}
body#zokuzoku #business .link_list li:nth-of-type(n+2) {
	margin-top: calc(20/750*100vw);
}
body#zokuzoku #business .card {
	height: calc(960/750*100vw);
}
body#zokuzoku #tv_cm .tv_cm_inr {
	padding: 16vw 7.3333333333vw;
}
body#zokuzoku #tv_cm h2 {
	margin-bottom: calc(100/750*100vw);
	font-size: calc(72/750*100vw);
}
body#zokuzoku #tv_cm h3 {
	margin-bottom: calc(80/750*100vw);
	font-size: calc(44/750*100vw);
}
body#zokuzoku #tv_cm h3:nth-of-type(2) {
	margin: calc(80/750*100vw) 0 calc(40/750*100vw)
}
body#zokuzoku #tv_cm h4 {
	margin-bottom: calc(20/750*100vw);
	font-size: calc(36/750*100vw);
}
body#zokuzoku #tv_cm .icon {
	width: calc(72/750*100vw);
	margin-right: calc(20/750*100vw);
}
body#zokuzoku #tv_cm .block_audio {
	margin-top: calc(80/750*100vw);
}
body#zokuzoku #movie .movie_inr {
	padding: 0 7.3333333333vw 16vw;
}
body#zokuzoku #movie h2 {
	margin-bottom: calc(80/750*100vw);
	font-size: calc(44/750*100vw);
	line-height: 1.4;
}
body#zokuzoku #movie .icon {
	width: calc(106/750*100vw);
}
body#zokuzoku #movie .block_youtube {
	margin-bottom: calc(40/750*100vw);
}
body#zokuzoku #movie ul li:nth-of-type(n+2) {
	margin-top: calc(50/750*100vw);
}
body#zokuzoku #movie .bnr_youtube {
	margin-top: calc(125/750*100vw);
}
body#zokuzoku #movie .bnr_top {
	width: calc(520/750*100vw);
	margin: calc(80/750*100vw) auto 0;
}
body#zokuzoku #ambassador .ambassador_inr {
	padding: 16vw 7.3333333333vw;
}
body#zokuzoku #ambassador h2 {
	margin-bottom: calc(80/750*100vw);
	font-size: calc(44/750*100vw);
}
body#zokuzoku #ambassador .name {
	margin: calc(40/750*100vw) 0;
	font-size: calc(40/750*100vw);
}
body#zokuzoku #ambassador p {
	font-size: calc(32/750*100vw);
}
body#zokuzoku #ambassador .bnr_youtube {
	margin-top: calc(125/750*100vw);
}
body#zokuzoku #ambassador .accordion-title {
	padding:  calc(20/750*100vw) 0;
	font-size: calc(32/750*100vw);
}
body#zokuzoku #ambassador .accordion-title::after {
	top: 0;
	right: calc(40/750*100vw);
	width: calc(80/750*100vw);
	height: calc(80/750*100vw);
}
body#zokuzoku #ambassador .accordion-content {
	padding:  calc(20/750*100vw) 0  calc(50/750*100vw);
}
body#zokuzoku #contents_tanaka .tanaka_inr {
	padding: 16vw 7.3333333333vw;
}
body#zokuzoku #contents_tanaka .tanaka_inr > picture {
	position: absolute;
	right: 0;
	width: calc(430/750*100vw);
}
body#zokuzoku #contents_tanaka p {
	font-size: calc(36/750*100vw);
}
body#zokuzoku #contents_tanaka h2 {
	margin-top: calc(100/750*100vw);
	font-size: calc(56/750*100vw);
}
body#zokuzoku #contents_tanaka .bnr_top {
	width: calc(520/750*100vw);
	margin: calc(460/750*100vw) auto 0;
}
body#zokuzoku .modal-block {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 57.25%;
}
body#zokuzoku .modal-block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

}
@media screen and (min-width: 781px) {
body#zokuzoku #contents_kv .btn_anker {
	width: calc(240/1920*100vw);
	right: calc(110/1920*100vw);
	bottom: calc(50/1920*100vw);
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
body#zokuzoku #business .business_inr {
	position: relative;
	width: 1600px;
	margin: 0 auto;
	padding: 0 0 160px;
	box-sizing: border-box;
}
body#zokuzoku #business .menu {
	position: absolute;
	top: -200px;
	left: 0;
	right: 0;
	width: calc(750/1920*100vw);
	padding: calc(30/1920*100vw) calc(50/1920*100vw);
	margin: 0 auto;
	background-color: #0130bb;
	border-radius: 10px;
	border: 1px solid #fff;
	font-size: 32px;
}
body#zokuzoku #business .menu a {
	background-size: 32px;
}
body#zokuzoku #business .menu li:nth-of-type(1) {
	padding-right: 45px;
}
body#zokuzoku #business .menu li:nth-of-type(2) {
	padding-left: 50px;
}
body#zokuzoku #business h2 {
	padding: 140px 0 0 200px;
	font-size: 60px;
	background-color: #0130bb;
	z-index: 10;
}
body#zokuzoku #business h3 {
	padding: 170px 0 60px;
	font-size: 48px;
	color: #279dd6;
	text-align: center;
}
body#zokuzoku #business h4 {
	margin: 160px 0 60px;
	font-size: 48px;
}
body#zokuzoku #business p {
	font-size: 18px;
}
body#zokuzoku #business .retail {
	margin-top: 180px;
	padding-bottom: 175px;
	position: relative;
}
body#zokuzoku #business .retail_txt {
	width: 800px;
	height: 800px;
	border-radius: 50%;
	background-color: #fff;
}
body#zokuzoku #business .retail_txt p {
	padding: 0 170px;
	line-height: 2;
}
body#zokuzoku #business .retail .link_list li {
	position: absolute;
}
body#zokuzoku #business .retail .link_list li:nth-of-type(1) {
	top: 0;
	right: 0;
}
body#zokuzoku #business .retail .link_list li:nth-of-type(2) {
	bottom: 0;
	right: 270px;
}
body#zokuzoku #business .industry {
	margin-top: 100px;
	position: relative;
}
body#zokuzoku #business .industry_txt {
	width: 800px;
	height: 800px;
	border-radius: 50%;
	background-color: #fff;
}
body#zokuzoku #business .industry_txt p {
	padding: 0 170px;
	line-height: 2;
}
body#zokuzoku #business .industry .link_list li {
	position: absolute;
}
body#zokuzoku #business .industry .link_list li:nth-of-type(1) {
	top: 270px;
	right: 0;
}
body#zokuzoku #business .link_list img:hover {
	transform: scale( 1.2, 1.2 );
	transition-duration: 0.5s;
}
body#zokuzoku #business .card_area {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	height: 555px;
	margin: 0 auto;
}
body#zokuzoku #business .card {
	width: 370px;
	height: auto;
}
body#zokuzoku #tv_cm .tv_cm_inr {
	width: 1600px;
	margin: 0 auto;
	padding: 160px 200px 100px;
	box-sizing: border-box;
}
body#zokuzoku #tv_cm h2 {
	font-size: 60px;
	margin-bottom: 80px;
}
body#zokuzoku #tv_cm h3 {
	margin-bottom: 60px;
	font-size: 48px;
}
body#zokuzoku #tv_cm h3:nth-of-type(2) {
	margin: 60px 0 30px;
}
body#zokuzoku #tv_cm h4 {
	margin-bottom: 24px;
	font-size: 24px;
}
body#zokuzoku #tv_cm .icon {
	margin-right: 28px;
}
body#zokuzoku #tv_cm .play {
	font-size: 32px;
}
body#zokuzoku #tv_cm .block_audio {
	width: 920px;
	margin: 100px auto 0;
	border-radius: 20px;
}
body#zokuzoku #movie .movie_inr {
	width: 1600px;
	margin: 0 auto;
	padding: 50px 100px 150px;
	box-sizing: border-box;
}
body#zokuzoku #movie h2 {
	margin-bottom: 60px;
	font-size: 48px;
}
body#zokuzoku #movie .icon {
	margin: 0 15px 12px 0;
}
body#zokuzoku #movie .block_youtube {
	margin-bottom: 40px;
}
body#zokuzoku #movie ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
body#zokuzoku #movie ul li {
	width: 430px;
	font-size: 28px;
	line-height: 1.4;
}
body#zokuzoku #movie ul li:nth-of-type(2) {
	margin: 0 55px;
}
body#zokuzoku #movie ul li:nth-of-type(4) {
	margin-right: 55px;
}
body#zokuzoku #movie ul li:nth-of-type(n+4) {
	margin-top: 120px;
}
body#zokuzoku #movie .bnr_youtube {
	width: 300px;
	margin: 50px auto 0;
}
body#zokuzoku #movie .bnr_top {
	width: 400px;
	margin: 110px auto 0;
}
body#zokuzoku #ambassador .ambassador_inr {
	width: 1600px;
	margin: 0 auto;
	padding: 120px 200px 100px;
	box-sizing: border-box;
}
body#zokuzoku #ambassador h2 {
	margin-bottom: 60px;
	font-size: 48px;
}
body#zokuzoku #ambassador .flex {
	width: 1010px;
	margin: 0 auto 120px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
body#zokuzoku #ambassador .flex > div {
	width: 530px;
}
body#zokuzoku #ambassador .name {
	margin-bottom: 30px;
	font-size: 32px;
}
body#zokuzoku #ambassador .accordion-title {
	padding:  10px 0 20px;
	font-size: 24px;
}
body#zokuzoku #ambassador .accordion-title::after {
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
}
body#zokuzoku #ambassador .accordion-content {
	padding:  0 0 30px;
}
body#zokuzoku #ambassador p {
	font-size: 16px;
}
body#zokuzoku #contents_tanaka .tanaka_inr {
	width: 1600px;
	margin: 0 auto;
	padding: 200px;
	box-sizing: border-box;
}
body#zokuzoku #contents_tanaka .tanaka_inr > picture {
	position: absolute;
	right: 0;
	bottom: 0;
}
body#zokuzoku #contents_tanaka p {
	font-size: 24px;
}
body#zokuzoku #contents_tanaka h2 {
	margin-top: 60px;
	font-size: 52px;
}
body#zokuzoku #contents_tanaka .bnr_top {
	width: 400px;
	margin-top: 80px;
}
body#zokuzoku .modal-block iframe {
	width: 900px;
	height: 500px;
}

}
