@charset "utf-8";

@media screen and (max-width: 600px){
br.mb {
	
}
br.mbtb {
	
}
br.pctb {
	display: none;
}
br.pc {
display: none;
}
br.pcmb {
	
}

.loader-wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.6);
	z-index: 999;
}
body.home .loader-wrap {
	position: absolute !important;
	height: 62vw !important;
}
.loader,
.loader:before,
.loader:after {
	background: #000;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 0.5em;
	height: 2em;
}
.loader {
	color: #000;
	text-indent: -9999em;
	margin: 23.467vw auto;
	position: relative;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before,
.loader:after {
	position: absolute;
	top: 0;
	content: '';
}
.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 1.5em;
}
@-webkit-keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 2em;
	}
	40% {
		box-shadow: 0 -1em;
		height: 2.5em;
	}
}
@keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 2em;
	}
	40% {
		box-shadow: 0 -1em;
		height: 2.5em;
	}
}

main {
	margin-top: 0;
	padding: 3vw 0;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}

/* 第二階層 */
body.second main {
	margin-top: 8vw;
	padding: 0 0 0;
	font-size: 3.6vw;
	position: relative;
}
body.second main h1 {
	margin: 0 0 8vw !important;
	font-size: 3vw;
	font-weight: 400;
	box-sizing: border-box;
	color: #777;
	line-height: 1.6;
	text-align: center;
	position: relative;
}
body.second main h1::before {
	content: attr(data-en);
	display: block;
	margin: 0 !important;
	font-size: 6vw !important;
	font-weight: 700;
	color: #000;
}
body.second main h2 {
	margin: 0 auto;
	padding: 3vw 0 0 2vw;
	width: 90%;
	font-size: 4.6vw;
	font-weight: 700;
	border-top: 1px solid #ccc;
}
body.second main h2 span {
	display: block;
	margin: 0 0 3vw;
	font-size: 3vw;
	font-weight: 300;
	color: #777;
}
body.second main h2.nb {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	font-size: 4.6vw;
	font-weight: 700;
	text-align: center;
	border: none;
}
body.second main p {
	margin: 0 auto;
	/* width: 90%; */
	font-size: 3.2vw;
	font-weight: 300;
	line-height: 1.4;
}
body.second main table {
	margin: 5vw auto 10vw;
	width: 90%;
	border-top: 1px solid #ccc;
}
body.second main table tr th,
body.second main table tr td {
	padding: 3vw 2vw;
	font-size: 3.2vw;
	font-weight: 300;
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
	box-sizing:border-box;
}
body.second main table tr th {
	width: 22%;
	text-align: left;
	/* background-color: #f5f5f5; */
}
body.second main table.cols1 tr td {
	width: 100%;
}
body.second main table.cols2 tr td {
	width: 78%;
}
body.second main table.cols3 tr td.month {
	width: 14% !important;
	text-align: right;
	/* background-color: #f5f5f5; */
}
body.second main table.cols3 tr td {
	width: 66%;
}

/* 第二階層 アクセスページ */
body.second.access main .map {
	margin: 4vw auto 10vw;
	padding: 0;
	width: 90vw;
	height: 67.5vw;
}
body.second.access main .map iframe {
	width: 100%;
	height: 100%;
}
body.second.access main ul.text.cols2 {
	margin: 6vw auto 0;
	width: 90%;
}
body.second.access main ul.text.cols2 li {
	margin: 4vw 0 0 0;
	width: 100%;
	font-size: 3.2vw;
	font-weight: 300;
	line-height: 1.6;
}
body.second.access main ul.text.cols2 li:last-child {
	margin-right: 0;
}

/* 第二階層 個人情報保護方針 */
body.second.ppolicy main h2 {
	margin: 6vw auto 4vw;
	padding: 0;
	width: 100%;
	text-align: center;
}
body.second.ppolicy main p {
	width: 90%;
}
body.second.ppolicy main ol {
	margin: 0 auto;
	width: 90%;
}
body.second.ppolicy main ol:last-child {
	margin-bottom: 12vw;
}
body.second.ppolicy main ol li {
	margin-top: 2vw;
	margin-left: 4.16vw;
	font-size: 3.2vw;
	font-weight: 300;
	line-height: 1.4;
}


/* 第二階層 商品詳細ページ */
body.second.item main h1 {
	margin: 0 auto !important;
	padding: 0 2vw 1vw 2vw;
	width: 90%;
	font-size: 3.8vw;
	font-weight: 400;
	color: #000;
	text-align: left;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
body.second main span.newrelease {
	padding: 1.4vw;
	color: #ee7e22;
	font-size: 3.2vw;
	font-weight: 600;
	background-color: rgba(238,126,34,0.2);
	position: absolute;
	top: 18vw;
	left: 28vw;
}
body.second.item main h1 strong {
	display: block;
	padding: 0;
	font-size: 6vw;
	font-weight: 700;
	text-align: right;
	box-sizing: border-box;
}

body.second.item main h2 span.lead {
	display: block;
	margin: 2vw 0 10vw !important;
	color: #000;
	font-size: 3.6vw;
	font-weight: 300;
	line-height: 1.4;
}

body.second.item main section.intro {
	margin-top: 6vw;
}
body.second.item main section.intro .photo {
	margin: 0 auto;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
body.second.item main section.intro .photo span,
body.second.item main .icons.col1 .color span {
	margin-top: 6px;
	padding: 4px;
	font-size: 3vw;
	font-weight: 600;
	border: 1px solid #ccc;
	position: absolute;
	top: 0;
	left: 6vw;
}
body.second.item main section.intro .photo span.second {
	top: 7.467vw;
}
body.second.item.NE-54HPRtypeII main section.intro .photo span {
	left: 65%;
	top: 56vw;
}
body.second.item.NE-54HPRtypeII main section.intro .photo span.second {
	/* left: 65%; */
	top: 63.5vw;
}
body.second.item.NE-54HPRtypeII main section.intro .photo span.third {
	width: 40%;
	left: 52% !important;
	top: 71vw;
}
body.second.item.NE-420FII main section.intro .photo span.third {
	left: 38% !important;
}
body.second.item.NE-200H main section.intro .photo span,
body.second.item.NE-230MS main section.intro .photo span {
	top: -2.4vw;
}
body.second.item.NE-1200CX main section.intro .photo span {
	left: 62%;
}
body.second.item.NE-104FH main section.intro .photo span {
	top: -3vw;
}

body.second.item main section.intro .photo .note {
	margin: 0 auto;
	width: 90%;
}
body.second.item main section.intro .photo .icons {
	display:block;
	margin: 3vw auto 10vw;
	width: 90%;
	text-align: center;
	float: none;
}
body.second.item.NE-200H main section.intro .photo .icons {
	margin-top: 0;
}
body.second.item.NE-300H main section.intro .photo .icons {
	margin-top: -10vw;
}
body.second.item.NE-420FII main section.intro .photo .icons {
	margin-top: -10vw;
}


/* 第二階層 商品詳細ページ メイン写真 */
body.second.item main section.intro .photo img {
	margin: 0 auto;
	width: 80%;
}
body.second.item.NE-300H main section.intro .photo img {
	margin: -2vw auto 4vw;
}
body.second.item.NE-420FII main section.intro .photo img {
	margin-top: -4vw;
}
body.second.item.NE-54HPRtypeII main section.intro .photo img {
	margin: -3vw 0 0 !important;
}
body.second.item.NE-55MACH main section.intro .photo img {
	margin: -6vw 0 0 -8vw !important;
	width: 105%;
}
body.second.item.NE-55MACH main section.intro .photo img.logo {
	margin: -3vw 0 3vw 5vw !important;
	width: 70vw;
}
body.second.item.NE-1200CX main section.intro .photo img {
	margin: -2.6vw auto 0 !important;
}
body.second.item.NE-104FH main section.intro .photo img {
	margin: 0vw auto 0 !important;
}


body.second.item main .icons strong {
	display: inline-block;
	margin-right: 1.5vw;
	padding-top: 6.5vw;
	width: 20vw;
	height: 20vw;
	color: #fff;
	font-size: 2.6vw;
	line-height: 1.4;
	text-align: center;
	border-radius: 50%;
	background-color: #ee7e22;
	vertical-align: middle;
	box-sizing: border-box;
}
body.second.item main section.intro .photo strong:last-child {
	margin-right: 0;
}

body.second.item main .icons strong.r1 {
	padding-top: 8vw;
}

body.second.item main .icons strong.r3 {
	padding-top: 4.5vw;
}
body.second.item main .icons {
	text-align: center;
}
body.second.item main section.intro .photo .icons {
	margin-top: 0;
}


/* 55MACHのピクト */
body.second.item main .icons.col1 {
	margin-top: 6vw;
	position: relative;
}
body.second.item.NE-55MACH main .icons strong {
	width: 22vw;
	height: 22vw;
	font-size: 3vw;
}
body.second.item main .icons.col1 strong:nth-child(4) {
	clear: both !important;
}
body.second.item main .icons.col1 .color {
	margin: 6vw 0 0 10vw;
	text-align: left !important;
	line-height: 2;
	clear: both;
}
body.second.item main .icons.col1 .color span {
	position: initial;
}
body.second.item main .icons.col1 .icon_laptop {
	width: 30vw;
	font-size: 2.8vw;
	line-height: 1.4;
	text-align: center;
	position: absolute;
	bottom: -1vw;
	right: 10vw;
}
body.second.item main .icons.col1 .icon_laptop img {
	display: block;
	margin: 0 auto;
	width: 70%;
	margin-bottom: 2vw;
}


body.second.item main section.intro .text {
	margin: 6vw auto 0;
	width: 90%;
	box-sizing: border-box;
	position: relative;
}
body.second.item.NE-54HPRtypeII main section.intro .text {
	padding-top: 26vw;
}
body.second.item main section.intro .text .icons {
	position: absolute;
	top: 0;
	left: 0;
}
body.second.item main section.intro .text h2 {
	margin: 0 0 1vw 0;
	padding: 0;
	width: 100%;
	font-size: 4.2vw;
	font-weight: 700;
	line-height: 1.6;
	border-top: none;
}
body.second.item main section.intro .text p,
body.second.item main section.intro .note {
	margin-bottom: 5vw;
	font-size: 3.6vw;
	line-height: 1.4;
}
body.second.item main section.intro .note {
	margin-top: 5vw;
	padding: 3vw;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
body.second.item main section.intro .note button {
	margin: 2vw 2vw 0 0;
}

/* NE-55MACH 製造ライン例 */
body.second.item main section.description_line {
	margin: 6vw 0 10vw;
}
body.second.item main section.description_line ul {
	margin-top: 6vw;
}
body.second.item main section.description_line ul li {
	margin: 0 auto;
	position: relative;
}
body.second.item main section.description_line ul li:first-child {
	/* width: 100%; */
	width:  90%;
}
body.second.item main section.description_line ul li:last-child {
	/* width: 72.4%; */
	width:  65.16%;
}
body.second.item main section.description_line img {
	width: 100%;
}
body.second.item main section.description_line ul li span {
	display: block;
	position: absolute;
	top: 54vw;
	left: 0vw;
}
body.second.item main section.description_line ul li:last-child span {
	top: 50vw;
	left: -12vw;
}


body.second.item main #spec_wrapper {
	margin: 8vw auto 0;
	width: 90%;
}
body.second.item main #spec_wrapper .title {
	display: block;
	margin-bottom: 2vw;
	font-size: 3.2vw;
	font-weight: 600;
}
body.second.item main #spec_wrapper span.caption {
	display: block;
	margin-top: 2vw;
	font-size: 3.2vw;
}
body.second.item main dl.spec {
	width: 100%;
	font-size: 3.2vw;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	line-height: 1.4;
}
body.second.item main dl.spec dt {
	padding: 2vw;
	width: 35%;
	font-weight: 300;
	text-align: left;
	background-color: #eee;
	border-top: 1px solid #ccc;
	float: left;
	box-sizing: border-box;
}
body.second.item main dl.spec dd {
	padding: 2vw;
	width: 65%;
	border-top: 1px solid #ccc;
	float: left;
	background-color: #fff;
	box-sizing: border-box;
}
body.second.item main dl.spec dd:nth-child(2n+1) {
	clear: both;
}
body.second.item main dl.spec span {
	font-size: 3.2vw !important;
}


body.second.item main .others {
	margin: 0 auto 10vw;
	width: 90%;
}
body.second.item main section.others h2 {
	margin: 6vw 0 1vw 0;
	padding: 0;
	width: 100%;
	font-size: 4.2vw;
	font-weight: 700;
	line-height: 1.6;
	border-top: none;
}
body.second.item main .others p {
	font-size: 3.2vw;
	line-height: 1.4;
}


/* 第二階層 商品詳細ページ NE-300H キャンペーンバナー */
body.second.item main .bnr_campaign {
	margin: 6vw auto;
	width: 90%;
	background-color: #e0d29f;
	position: relative;
}
body.second.item main .bnr_campaign h2 {
	display: block;
	padding: 3.2vw 3.2vw 0 4.8vw;
	width: 100%;
	color: rgba(0,0,0,0.6);
	font-size: 5.2vw !important;
	font-weight: 800;
	line-height: 1.4;
	box-sizing: border-box;
}
body.second.item main .bnr_campaign p {
	padding: 2.4vw 3.2vw 0 4.8vw;
	font-size: 2.6vw;
	box-sizing: border-box;
}
body.second.item main .bnr_campaign img {
	margin: 3vw 0 0 0;
	width: 100%;
}


/* 第二階層 商品詳細ページ NE-230MS */
body.second.item.NE-230MS main section.description_photo {
	margin-top: 6vw;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: stretch;
}
body.second.item.NE-230MS main section.description_photo div {
	width: 100%;
}
body.second.item.NE-230MS main section.description_photo div img {
	display: block;
	margin: 6vw auto 0;
	width: 80%;
	height: auto;
}
body.second.item.NE-230MS main section.description_photo div img.printer01 {
	margin-top: 10vw;
	width: 70%;
	aspect-ratio: 1200 / 1111;
}
body.second.item.NE-230MS main section.description_photo div img.printer02 {
	margin-top: 3vw;
	width: 70%;
	aspect-ratio: 1200 / 921;
}
body.second.item.NE-230MS main section.description_photo div img.cake {
	margin: 10vw auto;
	width: 70%;
}


/* 第二階層 商品詳細ページ NE-104FH */
body.second.item.NE-104FH main section.description_photo {
	margin: 6vw auto;
	width: 90%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: stretch;
}
body.second.item.NE-104FH main section.description_photo div {
	width: 100%;
}
body.second.item.NE-104FH main section.description_photo div:nth-child(1) {
	margin: 10vw auto 0;
	width: 90%;
}
body.second.item.NE-104FH main section.description_photo div:nth-child(2) {
	margin: 16vw auto 6vw;
	width: 90%;
}
body.second.item.NE-104FH main section.description_photo div:nth-child(3) {
	margin: 6vw auto;
	width: 50%;
}
body.second.item.NE-104FH main section.description_photo div:nth-child(3) p {
	margin: 4vw auto 0;
	font-size: 3.2vw;
	text-align: center;
}


/* 第二階層 PDFダウンロード */
body.second .pdfdl {
	margin: -4vw auto 10vw;
	padding: 3vw 2vw;
	width: 90%;
	text-align: center;
	background-color: rgba(253, 218, 218, 0.5);
	/* background-color: #f5f5f5; */
	box-sizing: border-box;
}
body.second.item .pdfdl.nomovie,
body.second.item.NE-1200CX .pdfdl {
	margin-top: 7vw;
}
body.second .pdfdl:hover {
	opacity: 0.7;
	cursor: pointer;
}
body.second .pdfdl img {
	display: inline-block;
	margin-right: 1vw;
	width: 8vw;
	line-height: 0;
	vertical-align: middle;
}
body.second .pdfdl span {
	margin-top: 2vw;
	font-size: 3vw;
	vertical-align: middle;
}
body.second .pdfdl span strong {
	margin-right: 1.2vw;
	font-size: 3.6vw;
	vertical-align: middle;
}
body.second .pdfdl span::after {
	content: '';
	display: inline-block;
	margin-left: 3vw;
	margin-top: -0.5vw;
	width: 2.4vw;
	height: 2.4vw;
	vertical-align: text-top;
	border-top: 0.267vw solid #000;
	border-left: 0.267vw solid #000;
	transform:rotate(-135deg);
}


/* 第二階層 アプリケーションダウンロード */
body.second.item.apps h1 {
	/*  font-weight: 600; */
}
body.second.item.apps h1 span.b {
	font-size: 6vw;
}
body.second.item.apps .intro {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
body.second.item.apps .intro h2 {
	margin: 6vw 0 3.2vw;
	font-size: 3.4vw;
	border: none;
}
body.second.item.apps .intro p strong {
	font-weight: 600;
}
body.second.item.apps .intro ul {
	margin-top: 6vw;
}
body.second.item.apps .intro ul li {
	margin-top: 2.4vw;
}
body.second.item.apps .intro ul li span {
	display: block;
	margin-top: 1.6vw;
	font-size: 3vw;
}
body.second.item .appsdl {
	margin: 8vw auto 16vw;
	padding: 5vw 4vw 7.2vw 4vw;
	width: 90%;
	text-align: center;
	background-color: rgba(232, 221, 198, 0.6);
	box-sizing: border-box;
}
body.second.item .appsdl span.dl {
	margin-top: 1.2vw;
	vertical-align: middle;
}
body.second.item .appsdl span strong {
	display: block;
	margin: 1.2vw 1.2vw 2.8vw 0 !important;
	font-size: 4vw;
	vertical-align: middle;
}
body.second.item .appsdl span.material-symbols-outlined {
	margin: 0 1.6vw 0 0;
	font-size: 14vw;
	opacity: 0.6;
}
body.second.item .appsdl button.l {
	margin-top: 4vw;
	padding: 1.8vw !important;
	width: 55%;
	font-size: 3.6vw !important;
	/* font-weight: 600; */
	background-color: rgba(60, 60, 60, 0.8);
}


body.second.item .appsdl.just button.l::after {
	display: none;
}
body.second.item .appsdl.next {
	margin-top: -6vw !important;
}
body.second.item .appsdl.next button.l {
	font-size: 3.4vw !important;
	font-weight: 400;
	width: 65%;
}


/* 第二階層 お問い合わせボタンと電話番号 */
body.second main section.buttonblock {
	margin: 8vw auto 6vw;
	width: 100%;
}
body.second.contact main section.buttonblock {
	margin: 6vw auto 0;
}
body.second.contact main section.buttonblock.tel {
	margin: 2vw auto 12vw !important;
}
body.second main section.buttonblock h2 {
	margin-bottom: 3vw;
	padding: 0;
	font-size: 3.5vw;
	font-weight: 300;
	text-align: center;
	line-height: 1.6;
	border-top: none;
	position: relative;
}
body.second main section.buttonblock p {
	margin-top: 4vw;
	font-size: 3.2vw;
	font-weight: 300;
	text-align: center;
	line-height: 2;
}
body.second main section.buttonblock .material-icons {
	vertical-align: -2.4vw;
	font-size: 6.5vw;
}
body.second main section.buttonblock a.phone {
	font-size: 6vw;
	font-weight: 700;
	text-decoration: none;
	vertical-align: -1.333vw;
	line-height: 1.3;
}
body.second main section.buttonblock button.l {
	padding: 0.6vw 0 !important;
	width: 60vw;
	font-size: 4vw !important;
	font-weight: 600;
	box-sizing: content-box;
}
body.second main section.buttonblock button.l::after {
	bottom: 4.6vw;
}


/* 第二階層 導入事例 */
body.second.cases .photolist_sweets {
	margin: 8vw auto 10vw;
	width: 90%;
}
body.second.cases .photolist_sheet {
	margin: 8vw auto 10vw;
	width: 85%;
}
body.second.cases .photolist_sheet img {
	display: block;
	float: left;
}
body.second.cases .photolist_sheet img:nth-child(1),
body.second.cases .photolist_sheet img:nth-child(2) {
	width: 50%;
}
body.second.cases .photolist_sheet img:nth-child(3),
body.second.cases .photolist_sheet img:nth-child(4),
body.second.cases .photolist_sheet img:nth-child(5) {
	width: 33.33%;
}

body.second.cases .brandlist {
	margin: 8vw auto 20vw !important;
	width: 90%;
}
body.second.cases .brandlist li {
	margin: 0 4% 6vw 0;
	padding: 0;
	width: 48%;
	height: 60vw;
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	position: relative;
}
body.second.cases .brandlist li:nth-child(2n) {
	margin-right: 0;
}
body.second.cases .brandlist li:nth-child(2n+1) {
	clear: both;
}
body.second.cases .brandlist li span.photo {
	display: block;
	width: 100%;
	height: 36vw;
	overflow: hidden;
}
body.second.cases .brandlist li span.photo img {
	margin-top: -4vw;
	width: 100%;
}
body.second.cases .brandlist li.cookiemail span.photo img {
	margin: 0vw auto 0;
	width: 86%;
}
body.second.cases .brandlist li.chocomail span.photo img {
	margin: 0 0 0 -7vw;
	width: 180%;
}
body.second.cases .brandlist li div.info {
	display: block;
	width:100%;
	box-sizing: border-box;
}
body.second.cases .brandlist li div.info img {
	margin: 5.4vw auto;
	width: 80%;
}
body.second.cases .brandlist li.chocomail div.info img {
	margin-top: 4vw;
	width: 48% !important;
}
body.second.cases .brandlist li div.info p {
	margin: 0 auto;
	padding-bottom: 1vw;
	width: 100%;
	font-size: 3.2vw;
	text-align: center;
	position: absolute;
	bottom: 3vw;
}

/* 第二階層 動画一覧 */
body.second .movielist {
	margin: 0 auto 10vw !important;
	width: 90%;
}
body.second .movielist dt.youtube {
	margin-top: 6vw;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
body.second .movielist dt.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
body.second .movielist dd .text {
	margin-top: 3vw;
}
body.second .movielist dd .text h2 {
	margin-top: 1.6vw;
	padding: 0;
	width: 100%;
	font-size: 5vw;
	border: none;
}
body.second .movielist dd .text p {
	margin-top: 2vw;
	font-size: 3.2vw;
	line-height: 1.4;
}
.video-wrapper {
    position: relative;
    width: 100%; /* コンテナの幅を100%に */
    max-width: 800px; /* 必要なら最大幅を指定 */
    margin: -56.25% auto 0; /* 中央配置 */
}

.video-wrapper::before {
    content: "";
    display: block;
    padding-top: 56.25%; /* 16:9 の比率（高さ ÷ 幅 = 9 ÷ 16 = 0.5625） */
}

.video-thumbnail, .video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-thumbnail {
    cursor: pointer;
    object-fit: cover; /* 画像をフィットさせる */
}

.video-iframe {
    display: none;
    border: none;
}


/* 第二階層 お問い合わせ */
body.second.contact main p {
	margin: 0 auto;
	width: 90%;
	text-align: center;
	line-height: 1.6;
}
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"],
form#mail_form select,
form#mail_form textarea,
form#mail_form input[name="postal"] + a,
form#mail_form input[name="postal"] + a:hover {
	font-size: 3.6vw !important;
	color: #000;
}
body.second.contact main form dt {
	position: relative;
}
body.second.contact main form dt span.req {
	color: #448ddf;
}
body.second.contact main form dt span.req::before {
	content: '　';
}
form input[type="button"]#form_submit_button {
	margin: 6vw auto 10vw !important;
	border-radius: 3vw;
}
body.second.contact main form #form_submit {
	width: 100%;
}

body.second.thanks main h2 {
	text-align: center;
	border: none;
}
body.second.thanks main p {
	margin: 6vw auto 0;
	width: 85%;
	font-size: 3.6vw;
	line-height: 1.5;
}
body.second.thanks main button.l {
	margin: 10vw auto 16vw;
}

/* お問い合わせ AIアシスタントへのリンク */
body.second.contact .linkblock {
	margin: 2vw auto 8vw;
	padding: 3.2vw 1.6vw;
	width: 90%;
	color: #fff;
	background-color: #bbb;
	border-radius: 3.2vw;
	position: relative;
	box-sizing: border-box;
}
body.second.contact .linkblock span.material-symbols-outlined {
	display: block !important;
	font-size: 17vw;
	position: absolute;
	top: 2.4vw;
	left: 3vw;
	box-sizing: border-box;
}
body.second.contact .linkblock .text {
	margin: 1vw 0 0 21vw;
	width: 100%;
}
body.second.contact .linkblock .text h3 {
	font-size: 3.4vw !important;
	line-height: 1.4;
}
body.second.contact .linkblock .text p {
	margin: 3vw 0 0;
	text-align: left;
}
body.second.contact .linkblock span.button {
	display: block;
	margin: 4vw auto 1.6vw;
	padding: 3.2vw;
	width: 80%;
	color: #fff;
	font-size: 3.2vw;
	font-weight: 600;
	text-align: center;
	background-color: #000;
	border-radius: 3.2vw;
	box-sizing: border-box;
}
body.second.contact .linkblock span.button:hover {
	opacity: 0.6;
	cursor: pointer;
}
body.second.contact div#helpButton {
display: none;
}


/* 第二階層 特殊プリンター（卒塔婆プリンター） */
body.second.printer_other.item main h1 {
	margin: 0 0 8vw !important;
	width: 100%;
	font-size: 3vw;
	font-weight: 400;
	box-sizing: border-box;
	color: #777;
	line-height: 1.6;
	text-align: center;
	position: relative;
	border: none;
}
body.second.printer_other.item main h1::before {
	content: attr(data-en);
	display: block;
	margin: 0 !important;
	font-size: 6vw !important;
	font-weight: 700;
	color: #000;
}

body.second.printer_other.item main .about {
	margin: 0 auto 7.813vw;
	width: 90%;
	position: relative;
}
body.second.printer_other.item main .about h2 {
	margin: 0 auto !important;
	padding: 0 2vw 1vw 2vw;
	width: 100%;
	font-size: 4vw;
	font-weight: 400;
	color: #000;
	text-align: left;
	line-height: 1.4;
	border-top: none;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
body.second.printer_other.item main .about h2 strong {
	display: block;
	padding: 0;
	font-size: 6vw;
	font-weight: 700;
	text-align: right;
	box-sizing: border-box;
}
/* body.second.printer_other.item main .about h2 {
	margin: 0 auto !important;
	padding: 0 2vw 1.4vw 2vw;
	width: 100%;
	font-size: 4vw;
	font-weight: 400;
	color: #000;
	text-align: left;
	line-height: 1.4;
	border-top: none;
	position: relative;
	box-sizing: border-box;
}
body.second.printer_other.item main .about h2 strong {
	display: block;
	margin: 0;
	padding: 0 2vw 1vw 0;
	width: 100%;
	font-size: 6vw;
	font-weight: 700;
	text-align: right;
	border-bottom: 1px solid #ccc;
	position: absolute;
	bottom: -0.5vw;
	right: 0;
	box-sizing: border-box;
} */
body.second.printer_other.item main .about h3 {
	margin: 6vw 0 3.2vw 0;
	font-size: 4.2vw;
}
body.second.printer_other.item main .about p {
	margin: 0 0 0 0 !important;
	padding: 0;
	width: 100%;
	font-size: 3.6vw;
	/* line-height: 1.6; */
}
/* body.second.printer_other.item main .about p::after {
	content: '';
	display: inline-block;
	width: 40vw;
	height: 40vw;
	border: 1px solid #ccc;
	float: left;
} */
body.second.printer_other.item main .about img {
	margin: 0 0 1.6vw 1vw;
	width: 50%;
	float: right;
	/* width: 30%;
	position: absolute;
	top: 8vw;
	right: 16px; */
}

body.second.printer_other.item main .intro {
	margin-bottom: 7.813vw;
	
}
body.second.printer_other.item main .intro p {
	font-size: 3.2vw;
}
body.second.printer_other.item main .intro .photo img {
	margin-top: 0;
}
body.second.printer_other.item main .intro .text img.photo01 {
	margin: -2vw 0 4vw;
	width: 80%;
}
body.second.printer_other.item main .intro .text p.half {
	margin: -45vw 0 0 50%;
	width: 50%;
}
body.second.printer_other.item main .intro .text img.photo02 {
	margin: 2.083vw 0 6vw;
	width: 50%;
}
body.second.printer_other.item main .intro.wide {
	margin: 0 0 !important;
}
body.second.printer_other.item main .intro.wide .text p {
	margin-top: 2vw;
}
body.second.printer_other.item main .intro.wide .photo {
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
body.second.printer_other.item main .intro.wide .photo img {
	display: inline-block;
	width: auto;
	height: 36vw;
}
body.second.printer_other.item main .intro.wide .photo img.excel {
	margin: 0 auto;
	width: 70vw;
	height: auto;
}

body.second.printer_other.item main p.caption {
	margin-top: 2.083vw;
	font-size: 3.2vw;
}

body.second.printer_other.item main dl.spec dt,
body.second.printer_other.item main dl.spec dd {
	padding: 1.563vw;
	height: 12.2vw;
}


/* 第二階層 お知らせ */
body.second.information main.Information {
	margin-right: auto;
	margin-bottom: 30vw;
	margin-left: auto;
	width: 90%;
}
body.second.information main.Information h2 {
	text-align: left;
}
body.second.information main.Information h2 span {
	display: block;
	margin-top: 3vw;
	font-size: 2.8vw;
	font-weight: 300;
}
body.second.information main.Information h3 {
	margin: 12vw 0 4vw;
	font-size: 4vw;
}
body.second.information main.Information p {
	margin-top: 10vw;
}



/* トップページ */
.slick-dots li button:before{
	margin-top: 0.6vw;
	font-size: 3.2vw !important;
}
#mainimg_wrapper {
	padding: 14.2vw 0 2vw;
	background-color: #fff;
}

#mainimg {
	width: 100% !important;
}
#mainimg .image {
	margin-right: 1vw;
	margin-left: 1vw;
	width: 90vw;
	height: 62vw;
	overflow: hidden;
}
#mainimg .image img {
	display: block !important;
	margin-left: -6.83vw;
	/* width: 82vw;
	height: 48vw; */
	width: 106vw;
	height: 62vw;
}

body.home #images_wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
}
body.home #images_wrapper #images {
	margin: 0;
	padding: 0;
	width: 100%;
}
body.home #images_wrapper #images .image {
	width: 30vw;
	height: 25vw;
	overflow: hidden;
}
body.home #images_wrapper #images .image.image01 img {
	margin-top: -4vw;
}
body.home #images_wrapper #images .image.image02 img {
	margin-top: -2vw;
}
body.home #images_wrapper #images .image.image04 img {
	margin-top: -4vw;
}
body.home #images_wrapper #images .image.image05 img {
	margin-top: -1.6vw;
}

body.home h1 {
	margin-top: 3vw;
	padding: 0;
	text-align: center;
	font-size: 4.2vw;
	font-weight: 300;
	line-height: 1.6;
}
body.home h1 strong {
	font-size: 9vw;
	font-weight: 800;
}
body.home h2.lead {
	margin: 8vw 0 5vw;
	font-size: 3.2vw;
	font-weight: 300;
	line-height: 1.6;
	text-align: center;
}
body.home h2 {
	margin: 0vw 0 8vw;
	font-size: 4.6vw;
	font-weight: 300;
	text-align: center;
	line-height: 1.6;
}
body.home p.notes {
	margin: 10vw auto 6vw;
	width: 80%;
	font-size: 2.6vw;
	font-weight: 300;
	text-align: center;
	line-height: 1.4;
}
body.home h2.title {
	margin: 0 0 0 !important;
	font-size: 3vw;
	font-weight: 400;
	box-sizing: border-box;
	color: #777;
	line-height: 1.6;
	text-align: center;
	position: relative;
}
body.home h2.title::before {
	content: attr(data-en);
	display: block;
	margin: 0 !important;
	font-size: 6vw !important;
	font-weight: 700;
	color: #000;
}
/* body.home h2.title {
	margin: 6vw auto 0 !important;
	width: 90%;
	font-size: 5vw;
	font-weight: 700;
	vertical-align: middle;
} */
/* body.home h2 span {
	padding: 0 0 1vw 2.4vw;
	font-size: 3.2vw;
	font-weight: 400;
	vertical-align: middle;
	box-sizing: border-box;
} */



body.home dl.recommend {
	margin: 0 auto 6vw;
	padding: 0;
	width: 88%;
	box-sizing: border-box;
	
}
body.home dl.recommend dt {
	margin: 0; 
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
/*
body.home dl.recommend dt::after {
	position: absolute;
	content: '';
	width: 100vw;
	height: 43.2vw;
	top: 0;
	right: 0;
	background:linear-gradient(to right, transparent, #fff);
}
*/
body.home dl.recommend dt h2 {
	margin: 2vw 0 -1vw;
	font-size: 3.2vw;
	text-align: left;
}
body.home dl.recommend dt h3 {
	color: #fff;
	font-size: 6.8vw;
	line-height: 1.3;
	position: absolute;
	top: 30vw;
	left: 5.4vw;
	text-shadow: rgba(0,0,0,0.8) -0.5vw 0.5vw 1.5vw;
}
body.home dl.recommend dt h3.photocake {
	top: 4vw;
}
body.home dl.recommend dd {
	display: block;
}

body.home dl.recommend dd:after {
	content: "";
	display: block;
	clear: both;
}
body.home dl.recommend dd:before {
	content: "";
	display: block;
	clear: both;
}
body.home dl.recommend dd img {
	width: 50%;
	aspect-ratio: 1 / 1;
	float: left;
}
body.home dl.recommend dd.NE-55MACH img {
	margin-top: 3vw;
	width: 55%;
}
body.home dl.recommend dd span {
	width: 50%;
	margin-top: 16vw;
	text-align: center;
	float: left;
}
body.home dl.recommend dd.NE-55MACH span {
	width: 45%;
}


body section.newrelease {
	display: block;
	margin: 3vw auto;
	width: 100%;
	background-color: #f0ebde;
	position: relative;
	overflow: hidden;
}
body section.newrelease h2 {
	width: 50%;
	text-align: left;
	font-size: 4vw !important;
	position: absolute;
	top: 6vw;
	left: 5vw;
}
body section.newrelease .text h2 {
	display: block;
	margin: 6vw 0 0 0;
	font-size: 5vw !important;
	line-height: 1.5;
	position: initial;
}
body section.newrelease img {
	margin: 0 0 0 46vw;
	width: 50vw;
}
body section.newrelease strong {
	display: block;
	padding-top: 5vw;
	width: 26vw;
	height: 26vw;
	font-size: 3.6vw;
	text-align: center;
	line-height: 1.4;
	border-radius: 50%;
	border: 1px solid #000;
	position: absolute;
	bottom: 16vw;
	left: 5vw;
	box-sizing: border-box;
}
body section.newrelease h3 {
	margin: 0 0 0 42vw;
	font-size: 8vw;
	/* position: absolute;
	bottom: 9.6vw;
	right: 4.4vw; */
}
body section.newrelease p.shoulder {
	margin: -2vw 0 3vw 38vw;
	padding: 0 0 1.4vw 0 !important;
	width: 56vw;
	font-size: 3vw;
	border-bottom: 0.8vw dotted #000;
	/* position: absolute;
	bottom: 16vw;
	right: 3.8vw; */
}
body section.newrelease span.date {
	display: block;
	padding-top: 10vw;
	width: 26vw;
	height: 26vw;
	font-size: 4.7vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	bottom: 10vw;
	left: 8vw;
	box-sizing: border-box;
}
body section.newrelease button.s {
	margin: 2.4vw 0 6vw 42vw;
	/* position: absolute;
	bottom: 4vw;
	right: 9vw; */
	box-sizing: border-box;
}
body section.newrelease a {
	text-decoration: none;
}
body section.newrelease.movie{
	margin-top: -6vw !important;
	padding-bottom: 6vw;
}
body section.newrelease.movie dl.movielist {
	margin-top: 1.6vw;
}
body section.newrelease.movie dl.movielist dt {
	text-align: center;
}
body section.newrelease.movie dl.movielist dd .text {
	margin: 0 auto;
	width: 90%;
}
body section.newrelease.movie dl.movielist dd .text h2 {
	margin-top: 0.8vw;
	font-size: 4vw;
	font-weight: 700 !important;
	text-align: left;
}
body section.newrelease.movie dl.movielist dd .text p {
	margin-top: 0.8vw;
	font-size: 3.2vw;
	line-height: 1.4;
}
body section.newrelease.movie dt.youtube {
	margin: 6vw auto 2vw;
	position: relative;
	width: 90%;
	padding-top: 50.625%;
}
body section.newrelease.movie dt.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


/* AI搭載 次世代フードプリンター & 良否判別システム */
body section.newrelease_jisedai {
	margin-bottom: 8vw;
}
body section.newrelease_jisedai .mainimage {
	margin: 0 0 0 -5%;
	width: 110%;
}

body section.newrelease_jisedai ul li {
	position: relative;
}
body section.newrelease_jisedai ul li .text {
	margin: 3vw 0 0 8vw;
	width: 54vw;
	text-align: right;
}
body section.newrelease_jisedai ul li .logo_55mach {
	display: block;
	margin: 0 1.6vw 0 18vw;
	width: 36vw;
}
body section.newrelease_jisedai ul li h2 {
	margin: 2vw 0;
	font-size: 3vw;
	line-height: 1.4;
	text-align: right;
}
body section.newrelease_jisedai ul li h3 {
	font-size: 4vw;
	font-weight: 300 !important;
}
body section.newrelease_jisedai ul li h3 strong {
	display: block;
	margin-top: 8px;
	font-size: 5.6vw;
	font-weight: 800; 
}
body section.newrelease_jisedai ul li img.machine {
	display: block;
	width: 28vw;
	position: absolute;
	top: -5vw;
	left: 66vw;
}
body section.newrelease_jisedai ul li:nth-child(2) {
	margin: 6vw 0 0 0 !important;
	padding-left: 38vw;
	box-sizing: border-box;
}
body section.newrelease_jisedai ul li:nth-child(2) .text {
	width: 50vw;
	text-align: left;
}
body section.newrelease_jisedai ul li:nth-child(2) .text h2 {
	text-align: left;
}
body section.newrelease_jisedai ul li:nth-child(2) .text img {
	margin-top: 1.6vw;
	width: 36vw;
}
body section.newrelease_jisedai ul li:nth-child(2) img.machine {
	display: block;
	width: 34.8vw !important;
	position: absolute;
	top: 0;
	left: 8vw !important;
}


/* トップページ NE-230MS */
body.home section.newrelease_NE-230MS {
	margin: 6vw auto 8vw;
	padding: 4vw 0 6vw;
	width: 100%;
	/* height: 300vw; */
	background-image: url(/img/ne230ms_bg.jpg);
	/* background-repeat: no-repeat; */
	background-size: 120%;
	position: relative;
	/* overflow-x: hidden; */
	box-sizing: border-box;
}
body.home section.newrelease_NE-230MS h2 {
	height: 23.2vw;
	margin: 0 0 0 14vw;
	font-size: 5vw;
	font-weight: 600;
	text-indent: -10vw;
	text-align: left !important;
	line-height: 1.4;
	position: relative;
}
body.home section.newrelease_NE-230MS h2 strong {
	font-size: 7vw;
	font-weight: 700;
}
body.home section.newrelease_NE-230MS h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40vw;
	height: 8vw;
	background-image: url(/img/ne230ms_marker.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
body.home section.newrelease_NE-230MS img.pht_cake {
	margin-left: 3vw;
	width: 46vw;
	aspect-ratio: 649 / 603;
	/* position: absolute;
	top: 60vw;
	left: -4vw; */
}
body.home section.newrelease_NE-230MS img.pht_scan {
	margin: -28vw 0 0 46vw;
	width: 44vw;
	aspect-ratio: 454 / 592;
}
body.home section.newrelease_NE-230MS img.pht_main {
	margin: 3vw 3vw 3vw;
	width: 76%;
	aspect-ratio: 1264 / 985;
}
body.home section.newrelease_NE-230MS strong.badgeblock {
	display: block !important;
	text-align: center;
	position: absolute;
	top: 70vw;
	left: 58vw;
}
body.home section.newrelease_NE-230MS strong.badgeblock span.badge {
	display: block;
	margin: 0 auto;
	width: 24vw;
	height: 24vw;
	line-height: 24vw;
	color: #fff;
	font-size: 6vw;
	font-weight: 700;
	text-align: center;
	border-radius: 50%;
	background-color: #ff5793;
	border: 1.2vw solid #fff;
}
body.home section.newrelease_NE-230MS strong.badgeblock span.date {
	display: block;
	margin-top: 0.8vw;
	color: #ff5793;
	font-size: 4vw;
	font-weight: 700;
}
body.home section.newrelease_NE-230MS span.badge_black {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 21vw;
	height: 21vw;
	color: #fff;
	font-size: 3.6vw;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	top: 22vw;
	right: 6vw;
}
body.home section.newrelease_NE-230MS p {
	margin: 6vw auto !important;
	width: 92%;
	font-size: 3.4vw;
	font-weight: 300;
	line-height: 1.4;
}
body.home section.newrelease_NE-230MS .recommend {
	margin: 0 auto 6.4vw;
	padding: 6vw;
	width: 95%;
	border-radius: 4vw;
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
}
body.home section.newrelease_NE-230MS .recommend h3 {
	display: inline;
	padding: 1.8vw 4vw;
	color: #fff;
	font-size: 3.2vw;
	text-align: center;
	border-radius: 4vw;
	background-color: #000;
}
body.home section.newrelease_NE-230MS .recommend ul {
	margin: 6vw 0 3vw 2.4vw
}
body.home section.newrelease_NE-230MS .recommend ul li {
	list-style-type: initial;
	margin-top: 1.6vw;
	font-size: 3.2vw;
	line-height: 1.4;
}
body.home section.newrelease_NE-230MS .recommend img.illust {
	display: block;
	width: 100%;
	aspect-ratio: 809 / 328;
}



body.home section.newrelease_NE-104FH {
	margin: 4.8vw auto 8vw;
	padding: 8vw 0 0;
	width: 100%;
	/* height: 164vw !important; */
	background-image: url(/img/main_NE-104FH_bg.webp);
	/* background-color: #ddc; */
	background-color: rgba(95 67 36 / 0.4);
	background-repeat: no-repeat;
	background-size: 110%;
	background-position: left top;
	position: relative;
	box-sizing: border-box;
}
body.home section.newrelease_NE-104FH h2 {
	width: 40vw;
	color: #5f4324;
	font-size: 3.4vw;
	font-weight: 400;
	text-align: left;
	text-shadow: 2px 2px #fff;
	line-height: 1.4;
	position: absolute;
	top: 8vw;
	left: 5.4vw;
}
body.home section.newrelease_NE-104FH h2 strong {
	font-weight: 700 !important;
}
body.home section.newrelease_NE-104FH h2 span {
	display: block;
	margin-top: 2.4vw;
	font-size: 8vw;
	font-weight: 700 !important;
	line-height: 1.3;
}
body.home section.newrelease_NE-104FH .photo {
	margin: -6vw 0 0 47vw;
	width: 52vw;
	aspect-ratio: 1002 / 985;
}
body.home section.newrelease_NE-104FH .text {
	margin: 57vw auto 6vw;
	padding: 5vw 5vw 8vw;
	width: 100vw;
	/* background-color: rgba(95 67 36 / 0.4); */
	background-color: rgba(0 0 0 / 0.3);
	box-sizing: border-box;
}
body.home section.newrelease_NE-104FH .text p {
	margin-bottom: 6vw;
	color: #fff;
	font-size: 3.2vw;
	line-height: 1.6;
}



body.home #moviebox {
	margin-top: -6vw !important;
	padding: 0 0 8vw !important;
	text-align: center;
	box-sizing: border-box;
}
body.home #moviebox .text {
	margin: 0 auto;
	width: 90%;
	text-align: left;
	line-height: 1.4;
}
body.home #moviebox .text h2 {
	margin: 1.6vw 0 0;
	font-size: 5vw;
	font-weight: 700 !important;
	text-align: left;
}
body.home #moviebox .text p {
	margin-top: 0.8vw;
	font-size: 3.6vw;
	line-height: 1.4;
}
body.home #moviebox dt.youtube {
	margin: 6vw auto 2vw;
	position: relative;
	width: 90%;
	padding-top: 56.25%;
}
body.home #moviebox dt.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


body.home div.new_campaign {
	margin-top: -6vw;
	padding: 8vw 0 6vw;
	width: 100%;
	background-color: #e1d29f;
	box-sizing: border-box;
}
body.home div.new_campaign dl {
	margin: 0 auto;
	width: 90%;
}
body.home div.new_campaign dl dt span {
	display: block;
	margin-bottom: 4vw;
	padding: 0 0 2.2vw 2vw;
	color: rgba(0,0,0,0.5);
	font-size: 3.8vw;
	font-weight: 600;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	box-sizing: border-box;
}
body.home div.new_campaign dl dt strong {
	display: block;
	margin-left: 2vw;
	color: rgba(0,0,0,0.6);
	font-size: 6vw;
	font-weight: 800;
	line-height: 1.2;
}
body.home div.new_campaign dl dd {
	padding: 4vw 2vw 0 2vw;
	font-size: 3.2vw;
	line-height: 1.6;
	box-sizing: border-box;
}
body.home div.new_campaign dl dd button.s {
	display: block;
	position: initial;
}
body.home div.new_campaign img.photo {
	display: block;
	margin: 0 auto;
	width: 90%;
}


body.home main#news_wrapper.wide {
	display: block;
	margin-bottom: 0;
	padding: 8vw 0 6vw !important;
	width: 100%;
	/* background-color: #eee; */
	border-top: 2vw solid #eee;
	font-size: 3.4vw;
}
body.home main#news_wrapper.wide h2 {
	margin-top: 0 !important;
}
body.home main#news_wrapper.wide section.news {
	margin: 0 auto;
	width: 86%;
	box-sizing: border-box;
}
body.home section.news dl {
	margin: 6vw 0 0 0;
	width: 100%;
}
body.home main#news_wrapper.wide section.news dl dt {
	box-sizing: border-box;
	line-height: 1.6;
}
body.home main#news_wrapper.wide section.news dl dd {
	margin: 3vw 0 6vw;
	box-sizing: border-box;
	line-height: 1.6;
}

body.home main#news_wrapper.wide section.news dl dd p {
	margin-left: 17vw;
	text-indent: -17vw;
}
body.home main#news_wrapper.wide section.news dl dd h3 {
	margin-bottom: 2vw;
	font-size: 4vw;
}
body.home main#news_wrapper.wide section.news.info {
	padding-top: 10vw;
	border-top: 1px solid #ccc;
}


body.home main section.demo {
	margin: 0 auto;
	padding: 6vw 0;
	width: 90%;
	height: 54vw;
	background-image: url(/img/img_demo.jpg);
	background-repeat: no-repeat;
	background-size: 200%;
	background-position: left -24vw center;
	box-sizing: border-box;
}
body.home main section.demo h2 {
	margin: 0 !important;
	padding: 0 !important;
	color: #fff;
	font-size: 4.8vw;
	font-weight: 700;
}
body.home main section.demo h3 {
	margin: 1vw 0 0 0 !important;
	padding: 0 !important;
	color: #fff;
	font-size: 3.2vw;
	font-weight: 700;
	text-align: center;
}
body.home main section.demo p {
	margin: 3vw auto;
	width: 90%;
	color: #fff;
	font-size: 3vw;
	line-height: 1.4;
}


body.home main#movie_wrapper.wide {
	margin-bottom: 6vw;
	padding: 0 !important;
	background-color: #eee;
}
body.home main#movie_wrapper.wide section.movie {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
body.home section.movie dl {
	margin: 0 !important;
	width: 100%;
}
body.home main#movie_wrapper.wide section.movie dl dt {
	width: 50%;
	float: left;
	background-color: #000;
	position: relative;
}
body.home main#movie_wrapper.wide section.movie dl dt .material-icons {
	font-size: 14vw;
	color: #fff;
	position: absolute;
	top: calc(50% - 7vw);
	left: calc(50% - 7vw);
	opacity: 0.8;
}
body.home main#movie_wrapper.wide section.movie dl dt img {
	display: block;
	height: 100%;
	opacity: 0.7;
}
body.home main#movie_wrapper.wide section.movie dl dd {
	padding: 4vw 0 3vw;
	width: 50%;
	box-sizing: border-box;
	line-height: 1.6;
	float: left;
}
body.home main#movie_wrapper.wide section.movie dl dd h2 {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	/* text-align: left; */
}
body.home main#movie_wrapper.wide section.movie dl dd h2 span {
	display: block;
	padding: 0;
}
body.home main#movie_wrapper.wide section.movie dl dd p {
	display: none;
}
body.home main#movie_wrapper.wide section.movie dl dd button {
	display: block;
	margin: 2vw auto 0 !important;
}
body.home main#movie_wrapper.wide section.movie dl.second dt,
body.home main#movie_wrapper.wide section.movie dl.second dd {
	float: right;
}


body.home main#cases_wrapper.wide {
	margin: 10vw 0 8vw !important;
	padding: 7vw 0 !important;
	background-color: #eee;
}
body.home main#cases_wrapper.wide h2 {
	margin-top: 0 !important;
}
body.home main#cases_wrapper.wide section.cases {
	margin: 0 auto;
	width: 90%;
}
body.home .brandlist {
	margin-top: 2vw;
	margin-bottom: 3vw !important;
	width: 100%;
}
body.home .brandlist li {
	margin: 4% 4% 0 0;
	width: 48%;
	height: 18.373vw;
	text-align: center;
	background-color: #fff;
	float: left;
	box-sizing: border-box;
}
body.home .brandlist li:nth-child(2n) {
	margin-right: 0;
}
body.home .brandlist li:nth-child(2n+1) {
	clear: both;
}
body.home .brandlist li a {
	display: block;
	margin: 0;
	padding: 6.4vw 0 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
body.home .brandlist li a img {
	margin:  0 auto;
	width: 90%;
}
body.home .brandlist li a.chocomail {
	padding: 5vw 0 0 0;
}
body.home .brandlist li a.chocomail img {
	width: 60%;
}



/* 共通 */
main .itemlist {
	margin: 0 auto 6%;
	width: 90%;
}
main .itemlist li {
	margin: 6% 4% 0 0;
	padding: 0;
	width: 48%;
	float: left;
	position: relative;
}
main .itemlist li:nth-child(2n) {
	margin-right: 0 !important;
}
main .itemlist li:nth-child(2n+1) {
	clear: both;
}
main .itemlist li h3 {
	margin-top: 0;
	font-size: 3vw;
	font-weight: 300;
	line-height: 1.5;
}
main .itemlist li img {
	margin: 0 auto;
	width: 80%;
}
main .itemlist li strong {
	display: block;
	margin: 2vw 0 0;
	font-weight: 600;
	font-size: 4vw;
}
main .itemlist li span {
	padding: 1vw;
	color: #fff;
	font-weight: 300;
	font-size: 3.2vw;
	line-height: 3;
}
main .itemlist li span.b {
	background-color: #1f51a2;
}
main .itemlist li span.lb {
	background-color: #6ba1e2;
}

main .itemlist li .icon {
	width: 13.4vw;
	height: 13.4vw;
	padding-top: 5vw;
	color: #fff;
	/* color: #ee7e22; */
	font-size: 3.2vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	background-color: #e33;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	top: 2vw;
	left: -2vw;
}


main section.pre {
	margin: 6vw auto 0 !important;
	padding: 2vw 2vw;
	width: 90%;
	border: 1.1vw solid #ccc;
	box-sizing: border-box;
	position: relative;
	background-color: #f9f9f9;
}
main section.pre h2 {
	margin: 2vw 0 3vw 0 !important;
	padding: 0 0 1.4vw 0 !important;
	width: 100%;
	font-size: 3.8vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	border-bottom: 0.267vw solid #ccc;
	border-top: none;
	box-sizing: border-box;
}
main section.pre p {
	margin: 0 auto;
	padding: 0;
	width: 95% !important;
	font-size: 3vw;
	line-height: 1.6;
	text-align: left !important;
}
main section.pre a.button {
	display: block;
	margin: 4vw auto 2vw;
	width: 58vw;
}
main section.pre a.button img {
	margin-top: 2vw;
	width: 100%;
}
main section.pre img.rndck {
	margin: 3.6vw 0 0 0.5vw;
	width: 36vw;
}
main section.pre img.sqck {
	width: 42vw;
	position: absolute;
	bottom: 2vw;
	right: 3.5vw;
}


main section.oem {
	margin: 6vw auto 0;
	padding: 2.8vw 3vw;
	width: 90%;
	box-sizing: border-box;
	background-color: #f8df9c;
	position: relative;
	background-image: url(/img/oem_pht_icing.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right 1.4vw bottom 3vw;
}
main section.oem h2 {
	margin: 2vw 0 2vw 0 !important;
	padding: 0;
	width: 100%;
	font-size: 4vw;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	border: none;
	box-sizing: border-box;
}
main section.oem h3 {
	margin-top: 3vw;
	font-size: 4vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}
main section.oem p {
	margin: 0 auto;
	padding: 0;
	width: 95% !important;
	font-size: 3vw;
	line-height: 1.6;
	text-align: left !important;
}
main section.oem a.button {
	display: block;
	margin: 4vw auto 2vw;
	width: 58vw;
}
main section.oem a.button img {
	margin-top: 2vw;
	width: 100%;
}
main section.oem img.cookie {
	width: auto;
	height: 21.333vw;
}
main section.oem img.icing {
	display: none;
}


body.home main#column_wrapper.wide {
	margin-bottom: 8vw;
	padding: 10vw 0 10vw !important;
	background-color: #e2f0fa;
	background-color: #eee;
	/* background-color: #cce4f5; */
}
body.home main#column_wrapper.wide h2 {
	margin: 0 auto 3vw;
	padding: 0;
	width: 90%;
	color: #777;
	font-size: 4.2vw !important;
	font-weight: 700;
	text-align: left;
}
body.home main#column_wrapper.wide p {
	margin: 0 auto 6vw;
	width: 90%;
	color: #777;
	font-size: 3.2vw;
	font-weight: 300;
	line-height: 1.6;
}

body.home main#column_wrapper.wide ul.example {
	margin: 0 auto 3vw;
	padding: 0;
	width: 90%;
}
body.home main#column_wrapper.wide ul.example li {
	margin-bottom: 6vw;
	padding: 5vw;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}
body.home main#column_wrapper.wide ul.example li:nth-child(1) {
	height: 98vw;
}
body.home main#column_wrapper.wide ul.example li:nth-child(2) {
	height: 88vw;
}
body.home main#column_wrapper.wide ul.example li h2 {
	margin: 0 0 1vw;
	width: 100%;
	font-size: 3.8vw !important;
}
body.home main#column_wrapper.wide ul.example li p {
	width: 100%;
}
body.home main#column_wrapper.wide ul.example li button {
	display: block !important;
	margin-top: 6vw !important;
}
body.home main#column_wrapper.wide ul.example li img {
	width: 50%;
	position: absolute;
	bottom: 0;
}
body.home main#column_wrapper.wide ul.example li img:nth-child(1),
body.home main#column_wrapper.wide ul.example li img:nth-child(3) {
	left: 0;
}
body.home main#column_wrapper.wide ul.example li img:nth-child(2),
body.home main#column_wrapper.wide ul.example li img:nth-child(4) {
	right: 0;
}
body.home main#column_wrapper.wide ul.example li button {
	display: block;
	margin: 2.6vw 0 0 !important;
}

body.home main#column_wrapper.wide ul.example.col1 li {
	width: 100%;
	height: auto;
}
body.home main#column_wrapper.wide ul.example.col1 li h2 {
	margin-bottom: 3vw !important;
	text-align: center;
}
body.home main#column_wrapper.wide ul.example.col1 li ul.ink {
	margin-top: -1vw;
}
body.home main#column_wrapper.wide ul.example.col1 li ul.ink li {
	margin: 0 auto 10vw;
	padding: 0 !important;
	font-size: 3vw;
	text-align: center;
}
body.home main#column_wrapper.wide ul.example.col1 li ul.ink li:nth-child(1) {
	
}
body.home main#column_wrapper.wide ul.example.col1 li ul.ink li:nth-child(2) {
	margin-bottom: 6vw;
	width: 80%;
}
body.home main#column_wrapper.wide ul.example.col1 li ul.ink li img {
	display: block !important;
	margin: 0 auto;
	padding: 0 !important;
	width: 100%;
	position: initial !important;
}
body.home main#column_wrapper.wide ul.example.col1 li ul.ink li a {
	display: block;
	text-align: center;
	position: relative;
}
body.home main#column_wrapper.wide ul.example.col1 li ul.ink li a span.material-symbols-outlined {
	display: block;
	font-size: 24vw;
	color: rgba(255,255,255,0.8);
	position: absolute !important;
	top: calc(50% - 12vw);
	left: calc(50% - 12vw);
}
body.home main#column_wrapper.wide ul.example.col1 li ul.ink li:nth-child(1) a span.material-symbols-outlined {
	font-size: 30vw;
	top: calc(50% - 15vw);
	left: calc(50% - 15vw);
}

/* 焼印代替訴求 */
.example_yakiin {
	margin: 10vw auto 0;
	width: 85vw;
	background-color: #fff;
	position: relative;
}
body.second.cases .example_yakiin {
	margin-bottom: 10vw;
}
.example_yakiin a {
	display: block;
	width: 100%;
}
.example_yakiin .text {
	margin: 0 auto;
	width: 100%;
	height: 36vw;
	background-color: rgba(255,255,255,0.85);
	position: absolute;
	top: 24.5vw;
	left: 0;
	box-sizing: border-box;
}
.example_yakiin h2 {
	margin: 4vw 0 2vw 0 !important;
	padding: 0 !important;
	width: 100% !important;
	color: #722f1a !important;
	font-family: serif;
	font-weight: 700 !important;
	text-align: center !important;
	line-height: 1.4 !important;
	border-top: none !important;
}
.example_yakiin h2 span {
	display: inline !important;
	color: #722f1a !important;
	font-size: 4.8vw !important;
}
.example_yakiin h2 strong {
	display: inline !important;
	font-size: 6.4vw !important;
}
.example_yakiin h2 strong.second {
	letter-spacing: -0.3vw !important;
}
.example_yakiin .buttonbox {
	display: block;
	text-align: center;
}
.example_yakiin .buttonbox button {
	margin-top: 0;
}

.example_yakiin ul.image {
	margin: 0 !important;
	width: 100%;
}
.example_yakiin ul.image li {
	margin: 0;
	width: 42.5vw;
	height: 42.5vw;
	overflow: hidden;
	float: left;
}
.example_yakiin ul.image li img {
	width: 161%;
}
.example_yakiin ul.image li:nth-child(1) img {
	margin-left: -12%;
}
.example_yakiin ul.image li:nth-child(2) img {
	margin-left: -20%;
}
.example_yakiin ul.image li:nth-child(4) img {
	margin-left: -7%;
}
.example_yakiin ul.image li:nth-child(4) img {
	margin: -6vw 0 0 -11%;
	height: 51vw;
}



/* 動画 */
body.home dl.movielist.normal {
	margin: 6vw auto 0;
	width: 90%;
}
body.home dl.movielist.normal dt {
	margin: 4vw auto 1vw;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	text-align: center;
}
body.home dl.movielist.normal dt iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
body.home dl.movielist.normal dd .text {
	margin: 0 auto;
}
body.home dl.movielist.normal dd .text h2 {
	margin: 0.8vw auto 0 !important;
	height: auto;
	font-size: 4vw;
	font-weight: 700;
	text-align: left;
	text-indent: 0;
}
body.home dl.movielist.normal dd .text h2::after {
	display: none !important;
}
body.home dl.movielist.normal dd .text p {
	margin: 0.8vw 0 0 0 !important;
	width: 100%;
	font-size: 3.2vw;
	line-height: 1.4;
}


#inline-content_01,
#inline-content_02 {
	margin: 2.5vw;
	position: relative;
	text-align: center;
}
#inline-content_01 strong,
#inline-content_02 strong {
	display: block;
	margin-bottom: 3vw;
	font-size: 3.2vw;
	text-align: center;
}
#inline-content_01 img,
#inline-content_02 img {
	display: block;
	margin: 0 auto;
	width: 100% !important;
}


}