@charset "UTF-8";
.sec.page-head {
	padding-top: 0;
}
.sec.page-head::after {
	content: '';
	position: absolute;
	top: calc(100% - 120px);
	left: 50%;
	height: 120px;
	width: 1px;
	transform: translateX(-50%);
	background: #000;
	animation: scroll 2s infinite;
}
.blog .sec.page-head::after, .news .sec.page-head::after {
	display: none;
}
.article .sec.page-head {
	padding-bottom: 0;
}
.hero-img-wrap {
	position: relative;
	height: 700px;
	width: calc(100vw - 50px);
	margin-left: -50px;
	overflow: hidden;
}
.hero-img {
	position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.hero-img img.parallax-photo {
	transform: translateY(0) scale(1);
 	will-change: transform;
	transition: transform 0.3s ease-out;
}
.hero-img-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 588px;
	padding: .5em 50px;
	background: var(--blue);
	font-size: 60px;
	font-weight: 900;
	color: #FFF;
	text-align: center;
	line-height: 1;
	transform: translate(-50%, -50%);
}
.hero-img-txt.-blog-baked {
	background: var(--orange);
}
@keyframes scroll {
	0% {
		height: 0;
	}
	100% {
		height: 120px;
	}
}
@keyframes scrollsp {
	0% {
		height: 0;
	}
	100% {
		height: 50px;
	}
}

.parallax-content-wrap {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 10;
}
.parallax-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: auto;
    transform: translate(-50%, -50%);
}

.section-head-txt {
	margin: 50px 0 0 100px;
	font-size: 18px;
	font-weight: bold;
}


/* ABOUT */
.content-about-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 275px;
	margin-top: 50px;
	padding: 25px 0 0 75px;
	border-top: 2px solid #000;
	font-size: 17px;
	font-weight: 900;
	transition: top 0.3s ease;
}
.content-about-nav.fixed {
    position: fixed;
    z-index: 10;
}
.content-about-nav li {
	margin-top: 0;
}
.content-about-nav a {
	position: relative;
	color: rgba(0,0,0,.3);
}
.content-about-nav a.current, .content-about-nav a.menu-active {
	color: rgba(0,0,0,1);
} 
.content-about-nav a.current::before, .content-about-nav a.menu-active::before {
	content: '';
	position: absolute;
	top: 0;
	left: -25px;
	width: 5px;
	height: 20px;
	background: var(--blue);
}
.content-about-nav a .en-B {
	display: inline-block;
	margin-right: 10px;
	font-size: 25px;
}
.content-about {
	position: relative;
	padding-left: 275px;
}
#ABOUT-SHOP.sec {
	padding: 50px 50px 190px;
}
#ABOUT-COFFEE.sec {
	padding-top: 50px;
}
#ABOUT-COFFEE.sec::after {
	content: '';
	position: absolute;
	top: -70px;
	left: -275px;
	width: 100vw;
	height: calc(100% + 70px);
	background: var(--grey);
	z-index: 0;
}
.content.-about {
	position: relative;
	padding: 0 50px;
	z-index: 1;
}
.-about .content-head {
	margin-bottom: 100px;
}
.-about .content-head h2 {
	padding: 55px 50px 55px 6vw;
	font-size: 50px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .1em;
}
.-about .content-head h2::before,
.-about .content-head h2::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100%;
	border: 1px solid #000;
	transform: translateY(-50%);
}
.-about .content-head h2::before {
	left: 0;
	border-right: none;
	border-bottom: none;
}
.-about .content-head h2::after {
	right: 0;
	border-top: none;
	border-left: none;
}
.content-head-txt {
	position: relative;
	margin-top: 70px;
	padding-left: 6vw;
	font-size: 18px;
	font-weight: bold;
}
.content-head-txt::before {
	content: '';
	position: absolute;
	top: 18px;
	left: 0;
	width: 4vw;
	height: 1px;
	background: #000;
}
.content.-about .-reverse {
	margin-bottom: 100px;
	padding-bottom: 100px;
	border-bottom: 1px dashed #000;
}
.about-content-photo {
	width: 45.5%;
}
.about-content-photo li {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.about-content-photo li {
	-webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
}
.swiper-pagination {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.swiper-pagination-bullet {
	display: block;
	width: 7%;
	height: 7px;
	background: var(--blue);
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	background: var(--orange);
}
.about-content-txt {
	width: 49.5%;
}
.about-content-txt h3 {
	margin: 30px 0 50px;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
}
.about-content-txt p {
	margin-bottom: 30px;
}
.about-content-txt p.mb {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dashed #CCC;
}
.about-content-txt strong {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-left: 40px;
	font-size: 120%;
}
.about-content-txt strong::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 2px;
	background: #000;
	transform: translateY(-50%);
}

@media (max-width: 1180px) {

	.content.-about .-flexed {
		flex-wrap: wrap;
	}
	.about-content-photo {
		width: 100%;
		margin-bottom: 40px;
	}
	.about-content-photo li {
		aspect-ratio: 16 / 9;
	}
	.swiper-pagination {
		margin-top: 20px;
	}
	.swiper-pagination-bullet {
		width: 10%;
	}
	.about-content-txt {
		width: 100%;
	}
	.about-content-txt h3 {
		text-align: center;
	}
	.about-content-txt p {
		margin-top: 20px;
		margin-bottom: 0;
	}

}

.content-company-info {
	width: 100vw;
	margin-left: -375px;
	padding: 0 50px;
}
.company-info {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	margin-bottom: 50px;
	background: #000;
}
.company-info-photo {
	opacity: .65;
}
.company-info-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	min-width: 44em;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	transform: translate(-50%, -50%);
}
.company-info-txt h3 {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 50px;
	font-size: 50px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .1em;
}
.company-info-txt h3::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100px;
	height: 1px;
	transform: translateX(-50%);
	background: #FFF;
}
.company-info-txt .instagram {
	display: flex;
	align-items: center;
	width: 70px;
	padding: 0 7px;
	aspect-ratio: 1 / 1;
	margin: 50px auto 0;
	background: var(--blue);
}
.company-info-txt .instagram:hover {
	background: var(--orange);
}
.company-info-txt .instagram svg {
	fill: #FFF;
}




/* MENU */
#MENU.sec {
	padding-top: 0;
	padding-bottom: 0;
}
.content-menu-nav {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}
.content-menu-nav ul {
	padding: 0 4vw;
	align-items: center;
	line-height: 1;
}
.content-menu-nav ul li {
	position: relative;
	padding: 3.5em 0;
	font-size: clamp(11px,1vw,13px);
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.content-menu-nav ul li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 5px;
	background: var(--blue);
	transform: translateX(-50%);
	transition: .3s linear;
}
.content-menu-nav ul li:hover::after,
.content-menu-nav ul li.menu-active::after {
	width: 100%;
}
.content-menu-nav ul li span {
	display: block;
	margin-bottom: 10px;
	font-size: clamp(15px,1.75vw,22px);
	letter-spacing: .05em;
}
.content.-menu {
	width: 100vw;
	margin: 100px calc(50% - 50vw) 0;
	background: var(--grey);
}
.content-menu-box {
	display: none;
	padding: 100px;
}
.content-menu-box.mb-active {
	display: block;
}
.content-menu-box h2 {
	margin-bottom: 100px;
	color: var(--blue);
	font-size: 22px;
	text-align: center;
	line-height: 1;
}
.content-menu-box h2 .en-B {
	display: block;
	margin-bottom: 20px;
	font-size: 70px;
}
.content-menu-box .cat-description {
	margin-bottom: 100px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.content-menu-box h3 {
	margin-bottom: 3em;
	padding: 1em 0;
	text-align: center;
    font-size: 24px;
    letter-spacing: .1em;
    background: var(--blue);
    color: #FFF;
}
.content-menu-box h3 p.en {
	font-size: 75%;
	text-align: center;
}
.content-menu-box h3 p.en span {
	position: relative;
	display: inline-block;
	padding: 0 50px;
}
.content-menu-box h3 p.en span::before,
.content-menu-box h3 p.en span::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 30px;
	height: 1px;
	background: #FFF;
	transform: translateY(-50%);
}
.content-menu-box h3 p.en span::before {
	left: 0;
}
.content-menu-box h3 p.en span::after {
	right: 0;
}
.menu-box {
	width: 50%;
	padding-left: 4%;
	padding-bottom: 70px;
	margin-bottom: 70px;
	border-bottom: 1px dashed #000;
}
.menu-box:nth-child(odd) {
	padding-left: 0;
	padding-right: 4%;
}
.menu-box:nth-last-child(1), .menu-box:nth-last-child(2) {
	margin-bottom: 0;
	border-bottom: none;
}
.menu-box-photo {
	position: relative;
	aspect-ratio: 10 / 7;
	overflow: hidden;
}
.menu-box-txt-title {
	padding: 1.75em;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6
}
.menu-box-txt-title p.en {
	margin-top: .7em;
	margin-bottom: .5em;
	font-size: 60%;
	letter-spacing: .05em;
}
.menu-box-txt-price {
	text-align: right;
	margin: 30px 0 0;
	font-size: 18px;
}
.menu-box-photo .sub-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: .75em 1em;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	text-align: center;
	background: rgba(33,53,85,.65);
}




/* BLOG */
#BLOG.sec {
	padding-top: 0;
	padding-bottom: 0;
}
.blog-wrap {
	display: flex;
}
.blog-Nav {
	position: relative;
	width: 300px;
	padding-bottom: 100px;
}
.blog-Nav::before {
	content: '';
	position: absolute;
	top: -120px;
	right: 0;
	width: 3px;
	height: calc(100% + 120px);
	background: #000;
}
.blog-Nav-sticky {
	position: sticky;
	top: 100px;
}
.blog-Nav h3 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 900;
}
.blog-Nav-archive {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dashed #000;
}
.blog-Nav-archive select {
	width: 50%;
	padding: 15px 10px;
	border: none;
	font-size: 18px;
	text-align: center;
	background: var(--grey);
	cursor: pointer;
}

.blog-Nav-category ul {
	display: flex;
	flex-wrap: wrap;
}
.blog-Nav-category ul li {
	margin-bottom: 10px;
}
.blog-Nav-category ul li a {
	padding: 3px 1em;
	text-align: center;
	font-size: 13px;
	border-left: 1px solid #000;
	line-height: 1;
}
.blog-Nav-category ul li a.current {
	background: var(--blue);
	color: #FFF;
}
.blog-Nav-category.-baked ul li a.current {
	background: var(--orange);
}
.blog-Nav-category.-news ul li a.current {
	background: #000;
}
.blog-Nav-category ul li a:hover {
	text-decoration: underline;
}
.blog-Nav-category ul li a.current:hover {
	text-decoration: none;
}
.content.-blog {
	width: calc(100% - 300px);
	padding: 0 50px 120px;
}
.blog-paging {
	background: var(--grey);
}
.blogbox {
	width: 48%;
	margin-bottom: 50px;
}
.blogbox a {
	position: relative;
	display: block;
	text-align: right;
	padding: 8% 8% calc(8% + 80px);
	height: 100%;
}
.blogbox a:hover {
	background: rgba(33,53,85,.2);
}
.blogbox a::before, 
.blogbox a::after {
	content: '';
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	border: 1px solid #000;
	transition: .5s linear;
}
.blogbox a::before {
	left: 0;
	border-right: none;
}
.blogbox a::after {
	right: 0;
	border-left: none;
}
.blogbox a:hover::before,
.blogbox a:hover::after {
	width: 50%;	
}
.blogbox:nth-last-child(1), .blogbox:nth-last-child(2) {
	margin-bottom: 0;
}
.blogbox-photo {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}
.blogbox-photo-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.blogbox-photo img {
	transform: scale(1);
	transition: .5s linear;
}
.blogbox a:hover .blogbox-photo img {
	transform: scale(1.1);
}
.blogbox-cat {
	position: absolute;
	top: 0;
	right: 0;
	color: #FFF;
	font-size: 12px;
	padding: 3px 10px;
	background: var(--blue);
}
.blogbox-cat.-news {
	background: #000;
}
.blogbox-cat.-baked {
	background: var(--orange);
}
.blogbox .lnk {
	position: absolute;
	right: 8%;
	bottom: 8%;
}
.blogbox a:hover .lnk {
	color: #FFF;
	opacity: 1;
}
.blogbox a:hover .lnk::before {
	top: -50%;
}
.blogbox-txt .date {
	padding: 5px 0 10px;
	font-size: 12px;
	color: #C8C8C8;
}
.blogbox-txt-title {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.8;
}
.pagenation {
	display: flex;
	justify-content: center;
	line-height: 1;
}
.pagenation a, .pagenation span {
	display: inline-block;
	padding: 10px 15px;
	font-size: 18px;
	opacity: .3;
	transition: .5s linear;
}
.pagenation .backtolist a {
	opacity: 1;
}
.pagenation span.current {
	border-bottom: 5px solid var(--blue);
	color: #000;
	opacity: 1;
}
.pagenation a:hover {
	opacity: 1;
}
.pagenation a.next, .pagenation a.prev, .pagenation div.next.-emp, .pagenation div.prev.-emp  {
	position: relative;
	margin: 0 70px;
	opacity: 1;
}
.pagenation a.next::before, .pagenation a.prev::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transition: .5s linear;
}
.pagenation a.next::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.pagenation a.prev::before {
	transform: translate(-50%, -50%) rotate(-135deg);
}
.pagenation a.next:hover::before, .pagenation a.prev:hover::before {
	opacity: .3;
}
.pagenation div.next.-emp, .pagenation div.prev.-emp {
	width: 30px;
}
.bloglink {
	position: relative;
	margin-top: 120px;
	width: 100%;
	height: 300px;
	background: #000;
	overflow: hidden;
}
.bloglink a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	z-index: 3;
}
.bloglink::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: calc(100% - 10px);
	width: calc(100% - 10px);
	border: 1px dashed #FFF;
	transform: translate(-50%, -50%);
	z-index: 4;
    pointer-events: none;
}
.bloglink-photo.parallax-content {
	width: 100%;
}
.bloglink-photo img {
	opacity: .5;
}
.bloglink a:hover ~ .bloglink-photo img {
	opacity: 1;
}
.bloglink-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	align-items: center;
	min-width: 570px;
	font-size: 40px;
	font-weight: 900;
	color: #FFF;
	line-height: 1;
	z-index: 2;
	transform: translate(-50%, -50%);
}
.bloglink-txt span {
	display: flex;
	align-items: center;
	margin-right: 30px;
	padding: 0 1em;
	aspect-ratio: 1 / 1;
	color: #FFF;
	letter-spacing: .1em;
	background: var(--blue);
}
.-baked .bloglink-txt span {
	background: var(--orange);
}
.bloglink .lnk {
	position: absolute;
	right: 50px;
	bottom: 20px;
	color: #FFF;
}
.bloglink .lnk::after {
    border: 1px solid #FFF;
}
.bloglink a:hover ~ .lnk {
	opacity: 1;
}
.bloglink a:hover ~ .lnk::before {
	top: -50%;
}

/* BLOG -single- */
.blog-hero {
	position: absolute;
	top: 50%;
	right: calc(50% - 50vw);
	width: calc(100% - 500px);
	padding: .75em 0 .75em 50px;
	color: #FFF;
	font-size: clamp(20px, 2.5vw, 30px);
	font-weight: 900;
	line-height: 1;
	transform: translateY(-50%);
}
.blog-hero.-coffee {
	background: var(--blue);
}
.blog-hero.-baked {
	background: var(--orange);
}
#ARTICLE.sec {
	padding-top: 0;
}
.article-head {
	position: relative;
	margin-bottom: 100px;
}
.article-head::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -50px;
	width: 100vw;
	height: 1px;
	border-bottom: 1px dashed #000;
}
.article-head-inner {
	padding: 50px 30px;
}
.article-head-cat {
	font-size: 12px;
}
.article-head-cat a {
	text-decoration: underline;
}
.article-head-cat a:hover {
	text-decoration: none;
}
.article-head-inner h2 {
	font-size: 40px;
	font-weight: 900;
	margin: 15px 0;
}
.article-head-date {
	position: relative;
	padding-left: 20px;
	font-size: 12px;
}
.article-head-date::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	background: var(--blue);
	transform: translateY(-50%);
}
.-baked .article-head-date::before {
	background: var(--orange);
}
.-news .article-head-date::before {
	background: #000;
}
.content-article {
	width: 80%;
	margin: auto;
}
.content-article h3 {
	position: relative;
	margin: 100px 0 50px;
	font-size: 30px;
}
.content-article h3:first-child {
	margin-top: 0;
}
.content-article h3::before {
	content: '';
	position: absolute;
	top: 30px;
	left: -10%;
	width: 7%;
	height: 1px;
	background: #000;
}
.content-article p {
	margin-top: 30px;
}





/* NEWS */
.page.news .section-head {
	margin-bottom: 0;
}
.news .section-head h1 {
	flex-direction: column-reverse;
	min-height: initial;
    padding: 50px 0 100px;
	border-bottom: 3px solid #000;
}
.news .section-head h1::before,
.news .section-head h1::after {
	display: none;
}
.news .section-head h1 .en-B {
	width: 100%;
	text-align: center;
}
.news .section-head h1 span {
	display: block;
	width: 100%;
	margin-top: 20px;
    padding-bottom: 0px;
	font-size: 20px;
    letter-spacing: .2em;
	text-align: center;
}
.news .section-head h1 span::before, .news .section-head h1 span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background: var(--blue);
    transform: translateX(-50%);
}
.news .section-head h1 span::after {
    left: calc(50% + 5px);
    background: var(--orange);
}


/* CONTACT */
.sec.page-head.-contact {
	padding-bottom: 100px;
}
.sec.contact-head {
	padding: 0 50px;
	text-align: center;
}
.contact-head h2 {
	padding: 20px;
	font-size: 40px;
	letter-spacing: .2em;
	background: var(--grey);
}
.contact-head h2::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: calc(100% - 100px);
	height: 1px;
	border-bottom: 1px dashed #000;
	transform: translateX(-50%);
}
.contact-head .phone {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 40px 0 60px;
	font-size: 30px;
	background: var(--grey);
}
.contact-head .phone span.en {
	font-weight: 400;	
}
.contact-head .phone .phone-icon {
	width: 40px;
	margin-right: 10px;
}
.contact-head .phone .phone-icon img {
	vertical-align: text-bottom;
}
.contact-head .phone-time {
	width: 100%;
	font-size: 15px;
	color: rgba(0,0,0,.7);
}
.contact-form h2 {
	padding: 0 0 50px;
	margin-bottom: 50px;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: .2em;
	text-align: center;
}
.contact-form h2::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100px;
	height: 1px;
	border-bottom: 1px solid #000;
	transform: translateX(-50%);
}
.contact-txt {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.contact-head .contact-txt {
	margin-bottom: 8%;
}
.contact-form-wrap {
	max-width: 800px;
	min-width: 760px;
	width: 85%;
	margin: 70px auto;
}
.contact-form-wrap-inner {
	padding: 50px;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000; 
}
.contact-form-wrap-inner dl {
	position: relative;
	display: flex;
	justify-content: space-between;	
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.contact-form-wrap-inner dl:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.contact-form-wrap-inner dl::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -50px;
	width: 5px;
	height: 40px;
	background: var(--blue);
}
.contact-form-wrap-inner dt {
	position: relative;
	width: 30%;
	padding-top: 2px;
	font-size: 17px;
	font-weight: bold;
}
.contact-form-wrap-inner dt span {
	position: absolute;
	top: 10px;
	right: 0;
	display: inline-block;
	padding: 5px;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;	
	background: rgba(33,53,85,.2);
}
.contact-form-wrap-inner dt span.required {
	background: var(--orange);
}
.contact-form-wrap-inner dd {
	width: 65%;
	font-size: 16px;
}
.contact-form-wrap-inner dd input,
.contact-form-wrap-inner dd textarea {
	width: 100%;
	padding: 5px 1em;
	border: 1px solid #000;
	font-size: 16px;
}
.contact-btn {
	margin-top: 70px;
	justify-content: center;
}
.contact-btn input, .contact-btn button.contact-btn-back {
	padding: 10px 50px;
	margin: 0 10px;
	min-width: 180px;
	font-size: 20px;
	font-weight: bold;
	border: none;
	cursor: pointer;
}
.confirm-btn, .back-btn, .contact-btn-back {
	position: relative;
	color: #FFF;
	opacity: 1;
	background: #000;
	transition: .5s linear;
}
.sec.contact-confirm {
	padding: 0 50px 70px;
}
.back-btn, button.contact-btn-back {
	background: #999;
}
.confirm-btn:hover, .back-btn:hover {
	opacity: .65;
} 


/* PRIVACY POLICY */
.sec.privacypolicy-head {
	padding: 0 100px;
}
.pp-box {
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom: 1px dashed #000;
}
.pp-box.-intro {
	border-bottom: none;
}
.pp-box.-last {
	padding-bottom: 100px;
	margin-bottom: 0;
	border-bottom: none;
}
.pp-box strong {
	display: block;
	margin-bottom: 25px;
	font-size: 120%;
}
.pp-box p, .pp-box ul {
	margin-bottom: 20px;
}
.pp-box ul li {
	margin-left: 1em;
	text-indent: -1em;
}

