/*-----共通-----*/

body {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #534741;
}
header {
	box-shadow: none !important;
	padding-bottom: 35px;
}

h1,
h2,
h3,
h4,
footer {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
}
h2 {
	border-bottom: none;
}
#main.page {
	padding: 0 !important;
}
.wrap {
	width: 100% !important;
}
img {
	vertical-align: middle !important;
}
.container {
	max-width: 100% !important;
	padding: 0;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.orange {
	color: #ef875e;
}
.red {
	color: #ed1c24;
}
#site_title {
	width: 129px;
}
footer {
	padding: 0 !important;
	margin-top: 53px;
}
#gnav {
	width: min(100%);
}
.pennovelty-footer {
	background-color: #f0eae7;
	padding-top: 50px;
	padding-bottom: 60px;
}
.pennovelty-footer .row {
	align-items: center;
	justify-content: center;
	padding-left: 15px;
}
.pennovelty-footer .row img {
	width: 148px;
	height: auto;
}
.footer-menu {
	padding-left: 54px !important;
	padding-right: 0 !important;
}
.footer-menu li {
	display: inline-block;
	width: auto !important;
}
.footer-menu li a {
	font-size: 2.5rem !important;
	line-height: 1em;
	color: #744c24 !important;
	padding: 20px 28px;
}
.footer-menu li a:before {
	content: '●';
}
.delayScroll > div {
	opacity: 0;
	width: 450px;
	height: 500px;
}
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.no-link {
	cursor: auto !important;
}
.no-link:hover {
	opacity: 1 !important;
	text-decoration: none;
}
.btn_tel {
	position: relative;
	background-color: #48aacc;
	text-align: center;
	border-radius: 45px;
}
.btn_mail {
	position: relative;
	text-align: center;
	border-radius: 50px;
}
.btn_tel a,
.btn_mail a {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	color: #fff;
	margin-left: 40px;
}
.btn_tel a {
	letter-spacing: 0.7rem;
}
.toiawase {
	padding: 35px 30px 40px;
}
.bold {
	/*  font-size: initial!important; */
	line-height: initial !important;
	margin-bottom: 0 !important;
	font-weight: bold;
}
.flow-block .container {
	margin-top: 35px;
}
.flow-black {
	color: #000;
}
/*-----共通-----*/
/*-----TOP-----*/
.firstview {
	display: flex;
	justify-content: center;
	background-color: #e2c3aa;
}
/*.firstview img {
  max-width: max-content;
}*/
#slickslider {
	position: relative;
}
.slideitem img {
	width: auto;
	height: 100%;
	object-fit: cover;
	display: block;
}
.slideron {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	line-height: 1.8em;
	text-align: center;
	padding-top: 25px;
}
.slideron p {
	position: relative;
	color: #8c6239;
	text-align: center;
	margin: 0;
	z-index: 10;
}
.slideron p .design-is {
	font-size: 2.2rem;
	display: inline-block;
	margin-bottom: 20px;
}
.slideron p .all {
	font-size: 4.7rem;
	vertical-align: baseline;
}
.slideron p .number {
	font-size: 8.2rem;
	vertical-align: sub;
}
.slideron p .type {
	font-size: 2.5rem;
	vertical-align: baseline;
}
.slideron p .writing {
	font-size: 2.1rem;
	display: inline-block;
	margin-top: 5px;
	text-align: center;
}
.slideron:after {
	content: '';
	width: 312px;
	height: 312px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.maintext {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	position: relative;
	margin-top: 50px;
	margin-bottom: 65px;
}
.maintext h1 {
	position: relative;
	font-size: 3.4rem;
	line-height: 1.6em;
	color: #754c24;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 25px;
	z-index: 11;
}
.maintext h1 .small {
	font-size: 2.6rem;
	font-weight: bold;
}
.maintext h1 img {
	display: block;
	position: absolute;
	width: 686px;
	height: 70px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.maintext p {
	position: relative;
	font-size: 2.2rem;
	line-height: 1.7em;
	color: #754c24;
	text-align: center;
	z-index: 10;
}
.maintext p span {
	font-size: 2.4rem;
}
.maintext .sample {
	position: absolute;
	right: 0;
	bottom: -10%;
}
.maintext .notebook {
	position: absolute;
	left: -25px;
	bottom: -35%;
	transform: rotate(-11deg);
}
#point {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
}
#point .row {
	margin-left: 30px;
	margin-right: 30px;
}
#point .box {
	position: relative;
	background-color: #f2ece9;
	border-radius: 20px;
	padding: 20px 33px 35px;
}
#point .point-number {
	position: absolute;
	top: -34px;
	left: -29px;
}
#point h3 {
	font-size: 2.7rem;
	line-height: 1.3em;
	color: #8c6239;
	text-align: center;
	border-bottom: 2px dashed #a67c52;
	padding-bottom: 20px;
}
#point p {
	font-size: 1.8rem;
	line-height: 1.4em;
	margin: 18px 0;
}
#point .type-mark {
	position: absolute;
	right: -25px;
	bottom: -30px;
}
.point-img.text-center {
	width: fit-content;
	margin: 0 auto;
}
#point .type-text {
	position: absolute;
	width: 78%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 1.2rem;
	line-height: 1.2em;
	color: #8c6239;
	text-align: center;
}
#point .type-text .all {
	font-size: 1.8rem;
	line-height: 0;
}
#point .type-text .number {
	font-size: 4.6rem;
	line-height: 0.7em;
}
#point .type-text .type {
	font-size: 2.3rem;
}
#point .logo {
	position: relative;
	display: block;
	height: 100%;
	width: fit-content;
	margin: 0 auto;
}
#point .logo-uni {
	position: absolute;
	width: 50px;
	left: 8px;
	bottom: 8px;
}
.top-btn {
	text-align: center;
	margin-top: 50px;
}
.top-btn a {
	display: inline-block;
	position: relative;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	color: #754c24;
	background-color: #fcdf68;
	border-radius: 50px;
	padding: 30px 100px;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.top-btn a:after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: 40px;
	right: 40px;
	background-image: url(../img/product/pennovelty/top/mark_next.svg);
	background-repeat: no-repeat;
	background-size: 3rem;
}
#design-scene {
	margin-top: 100px;
}
#top h2 {
	position: relative;
	font-size: 4rem;
	color: #754c24;
	text-align: center;
}
#top h2 img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
#design-scene h2,
#item-kind h2 {
	padding-bottom: 15px;
	margin-bottom: 25px;
}
#movie h2 {
	padding-bottom: 15px;
}
#outer-case h2 {
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.opp_txt {
	font-size: 2.4rem;
	color: #000;
	margin-bottom: 20px;
}
.opp {
	text-align: justify;
}
#design-scene h2 img {
	width: 792px;
	height: 70px;
}
#design-scene p {
	font-size: 2rem;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 45px;
}
#design-scene .row {
	margin-right: 0;
}
#design-scene .row > div {
	padding: 0 6px 6px 15px;
}
#design-scene .row > div:nth-child(4),
#design-scene .row > div:nth-child(5),
#design-scene .row > div:nth-child(6) {
	margin-top: 15px;
}
#design-scene .scene-btn {
	position: relative;
	background-color: #f2ece9;
	border-radius: 10px;
	text-align: center;
	box-shadow: 6px 6px 0 0 rgb(226, 202, 179);
	padding-top: 30px;
	padding-bottom: 20px;
}
#design-scene .scene-btn a {
	color: #8c6239;
}
#design-scene .scene-btn span {
	display: flex;
	align-items: center;
	justify-content: center;
}
#design-scene .scene-btn .btn-mark {
	height: 128px;
}
#design-scene .scene-btn .comingsoon:before {
	content: '';
	width: 235px;
	height: 124px;
	position: absolute;
	right: 16px;
	bottom: 55px;
	background-image: url(../img/product/pennovelty/common/comingsoon.png);
	background-repeat: no-repeat;
}
#design-scene .scene-btn .btn-text {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.2em;
	height: 56px;
	text-align: center;
}
#design-scene .scene-btn .btn-text:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	bottom: 35px;
	background-image: url(../img/product/pennovelty/top/mark_next.svg);
	background-repeat: no-repeat;
	background-size: 2rem;
}
#item-kind {
	margin-top: 90px;
}
#item-kind h2 img,
#movie h2 img,
#outer-case h2 img {
	width: 674px;
	height: 70px;
}
#item-kind .row {
	margin-left: -22px;
	margin-right: -22px;
	justify-content: center !important;
}
#item-kind .w-20 {
	width: 20%;
	padding-left: 22px;
	padding-right: 22px;
}
#item-kind p {
	font-size: 1.6rem;
	line-height: 1.25em;
	font-weight: bold;
	color: #754c24;
	text-align: center;
	white-space: nowrap;
	margin-top: 10px;
}
#movie {
	margin-top: 90px;
	text-align: center;
}
#movie iframe {
	margin-top: 40px;
}
#outer-case {
	margin-top: 90px;
}
#outer-case h4 {
	font-size: 3rem;
	line-height: 1.47em;
	color: #8c6239;
}
#outer-case h4 span {
	font-size: 2.4rem;
	color: #000;
}
#outer-case p {
	line-height: 1.67em;
	color: #000;
	margin-bottom: 0;
}
#deadline {
	background-color: #f2ece9;
	margin-top: 82px;
	padding-top: 75px;
	padding-bottom: 75px;
}
#deadline h2 {
	padding: 0;
	margin-bottom: 25px;
}
#deadline p {
	font-size: 2rem;
	line-height: 1.6em;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
}
#deadline p span {
	font-weight: bold;
	color: #c1272d;
}
#order-flow {
	margin-top: 80px;
}
#order-flow .flow-block {
	position: relative;
	background-color: #f2ece9;
	border-radius: 20px;
	padding: 35px 30px 40px;
	margin-top: 23px;
}
#order-flow .flow-block:first-child {
	margin-top: 0;
}
#order-flow .flow-block .number {
	position: absolute;
	display: flex;
	width: 65px;
	height: 65px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	font-size: 5.3rem;
	color: #8c6239;
	background-color: #fcdf68;
	border-radius: 17px;
	align-items: center;
	justify-content: center;
	padding-bottom: 5px;
}
#order-flow .flow-block .content {
	padding-left: 100px;
}
#order-flow .flow-block .content h4 {
	font-size: 2.5rem;
	color: #754c24;
	border-bottom: 1px dashed #754c24;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#order-flow .flow-block .content p {
	font-size: 1.8rem;
	line-height: 1.67em;
	color: #000;
	margin-bottom: 35px;
}
#order-flow .flow-block .content p span {
	font-weight: bold;
}
#order-flow .first-contact {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 1.52em;
	text-align: center;
	margin: 45px 0 0;
	color: #754c24;
}
#top .btn_tel {
	padding: 22px 0;
}
#top .btn_tel a {
	font-size: 3.8rem;
	line-height: 1em;
}
#top .btn_tel a:before {
	content: '';
	width: 42px;
	height: 42px;
	position: absolute;
	left: 30px;
	background-image: url(../img/product/pennovelty/common/icon_phone.svg);
	background-repeat: no-repeat;
	background-size: 4.2rem;
}
#top .btn_tel.hurry {
	margin-right: 12px;
}
#top .btn_tel.hurry:before,
#top .btn_tel.hurry:after {
	content: 'お急ぎの方はお電話で！';
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1em;
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
}
#top .btn_tel.hurry:before {
	color: #48aacc;
	text-stroke: 7px #48aacc;
	-webkit-text-stroke: 7px #48aacc;
}
#top .btn_tel.hurry:after {
	color: #fff;
	text-stroke: 0;
	-webkit-text-stroke: 0;
}
#top .btn_mail {
	background-color: #f7931e;
	padding: 27px 0;
	color: #fff;
	margin-left: 12px;
}
#top .btn_mail a {
	font-size: 2.7rem;
	line-height: 1em;
}
#top .btn_mail a:before {
	content: '';
	width: 36px;
	height: 28px;
	position: absolute;
	left: 30px;
	background-image: url(../img/product/pennovelty/common/icon_mail.svg);
	background-repeat: no-repeat;
	background-size: 3.6rem;
}
#top .image-btn {
	margin-top: 15px;
}
#top .image-btn .row {
	margin-right: -8px;
	margin-left: -8px;
}
#top .image-btn .row > div {
	padding-right: 8px;
	padding-left: 8px;
}
/*-----TOP-----*/

@media screen and (min-width: 768px) {
	/*-----共通 PC-----*/
	.wrap {
		width: 1000px !important;
	}
	/*  #sb-site {
    padding-top: 30px !important;
  }*/
	/*-----共通 PC-----*/
	/*-----TOP PC-----*/
	#outer-case .w-md-55 {
		max-width: 55%;
	}
	#outer-case .w-md-45 {
		max-width: 45%;
	}
	.pc_hidden {
		display: none;
	}
	/*-----TOP PC-----*/
}
@media screen and (max-width: 767px) {
	.firstview {
		margin-top: 70px;
	}
	.pc_hidden {
		display: block;
	}
	#design-scene {
		margin-top: 60px;
	}
	.slideron {
		padding-top: 18px;
	}
	.slideron p .design-is {
		font-size: 1.1rem;
		margin-bottom: 10px;
	}
	.slideron p .all {
		font-size: 2rem;
		vertical-align: baseline;
	}
	.slideron p .number {
		font-size: 4.2rem;
		vertical-align: sub;
	}
	.slideron p .type {
		font-size: 1.5rem;
		vertical-align: baseline;
	}
	.slideron p .writing {
		font-size: 1rem;
		display: inline-block;
		margin-top: 5px;
		text-align: center;
	}
	.slideron:after {
		content: '';
		width: 156px;
		height: 156px;
	}
	.maintext h1 {
		font-size: 1.6em;
	}
	.maintext h1 .small {
		font-size: 1.4rem;
	}
	.maintext h1 img {
		height: 57px;
	}
	.maintext p span {
		font-size: 1.5rem;
	}
	.maintext p {
		font-size: 1.4rem;
	}
	.maintext .notebook {
		width: 40%;
	}
	.maintext .sample {
		width: 25%;
	}
	.maintext .sample {
		width: 15%;
	}
	.point-number img {
		width: 70%;
	}
	.point-img.relative {
		position: relative;
	}
	#point .type-text .all {
		font-size: clamp(1.4rem, 5vw, 1.8rem);
		line-height: 0;
	}
	#point .type-text .number {
		font-size: clamp(2rem, 5vw, 2.6rem);
		line-height: 0.7em;
	}
	#point .type-text .type {
		font-size: clamp(1.3rem, 5vw, 1.5rem);
	}
	#point .type-mark {
		right: -7%;
		bottom: -10%;
		width: 30%;
	}
	.delayScroll > div {
		height: 400px;
		margin-top: 0 !important;
	}
	.type-text {
		font-size: inherit !important;
	}
	#point .row {
		margin-left: 0px;
		margin-right: 0px;
		gap: 30px;
	}
	.top-btn a {
		font-size: 1.6rem;
		padding: 15px 47px;
	}
	.top-btn a:after {
		width: 37px;
		top: 18px;
		right: 0;
		background-size: 2rem;
	}
	.opp_txt {
		margin-bottom: 20px;
	}
	#outer-case p {
		font-size: 1.3rem;
	}
	#outer-case .w-md-45 {
		font-size: 1.2rem;
	}
	.top-btn {
		margin-top: 20px;
	}
	#deadline {
		margin-top: 42px;
		padding-top: 45px;
		padding-bottom: 35px;
	}
	#deadline p {
		font-size: 1.3rem;
		margin-bottom: 20px;
	}
	#top h2 {
		font-size: 1.8rem;
	}
	#order-flow {
		margin-top: 40px;
	}
	#order-flow .flow-block .content {
		padding-left: 55px;
	}
	#order-flow .flow-block .number {
		width: 45px;
		height: 45px;
		font-size: 3rem;
		color: #8c6239;
		background-color: #fcdf68;
		border-radius: 17px;
		align-items: center;
		justify-content: center;
		padding-bottom: 5px;
	}
	#order-flow .flow-block .content p {
		font-size: 1.4rem;
	}
	.flow-block {
		font-size: 1.2rem;
	}
	#order-flow .first-contact {
		font-size: 1.7rem;
	}
	#order-flow .flow-block .content h4 {
		font-size: 1.6rem;
		padding-bottom: 7px;
		margin-bottom: 15px;
		line-height: 20px;
	}
	#order-flow .flow-block {
		padding: 25px 30px 30px;
	}
	.image-btn .row {
		row-gap: 13px;
	}
	#top .btn_tel a {
		font-size: 2rem;
	}
	#top .btn_tel.hurry:before,
	#top .btn_tel.hurry:after {
		font-size: 1.8rem;
	}
	#top .btn_tel a:before {
		background-size: 3rem;
	}
	#top .btn_tel {
		padding: 15px 0;
	}
	#top .btn_tel.hurry {
		margin-right: 0px;
	}
	#top .btn_mail a {
		font-size: 1.8rem;
	}
	#design-scene h2 img {
		height: 40px;
	}
	#design-scene p {
		font-size: 1.4rem;
	}
	#top .btn_mail {
		padding: 17px 0;
		margin-left: 0;
		margin-top: 15px;
	}
	#design-scene .scene-btn img {
		width: 70%;
	}
	#design-scene .scene-btn .btn-text {
		font-size: 1.3rem;
	}

	#design-scene .scene-btn {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.toiawase .col-md-6 {
		padding: 0 !important;
	}
	.opnencampus {
		margin-top: 15px;
	}
	#design-scene .scene-btn .comingsoon:before {
		width: 103px;
		height: 77px;
		right: 28px;
		bottom: 75px;
		background-size: contain;
	}
	#item-kind h2 {
		padding-bottom: 30px;
	}
	#item-kind .w-20 {
		width: 35%;
		/*  height: 330px;*/
		padding: 10px 0px;
		margin: auto;
	}
	#item-kind .row {
		margin: 0 auto;
	}
	#item-kind .w-20 img {
		width: 90%;
	}
	#item-kind p {
		font-size: 1rem;
		text-wrap: wrap;
	}
	#movie {
		margin-top: 35px;
	}
	#movie h2 {
		padding-bottom: 30px;
	}
	#movie iframe {
		margin-top: 20px;
	}
	#outer-case h2 {
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	#outer-case h4 {
		font-size: 1.8rem;
	}
	#outer-case .row {
		row-gap: 20px;
	}
	.opp_txt {
		font-size: 1.6rem;
	}
	#outer-case {
		margin-top: 60px;
	}
	#point h3 {
		font-size: 1.5rem;
	}
	#point p {
		font-size: 1.3rem;
	}
	.footer-menu li a {
		font-size: 1.3rem !important;
		line-height: 1em;
		color: #744c24 !important;
		padding: 10px 10px;
	}
	.footer-menu {
		padding-left: 15px !important;
	}
	html {
		margin-top: 0 !important;
	}

	/*-----共通 SP-----*/
	/*-----共通 SP-----*/
	/*-----TOP SP-----*/
	.mainslider .slick-slide {
		width: auto;
		height: 240px;
	}
	.image-slider .slick-slide {
		width: 100%;
		height: 100%;
	}
	/*-----TOP SP-----*/
}
